From 763b5bf3912c223a8d27dec0dacc8177efd9cd7c Mon Sep 17 00:00:00 2001 From: Hisku Date: Mon, 2 Mar 2026 16:47:29 +0000 Subject: [PATCH 1/8] chore: update license from SSPL-1.0 to Apache-2.0 in package.json and README.md, and remove outdated content from LICENSE file --- LICENSE | 750 +++++++++++++-------------------------------------- README.md | 2 +- package.json | 2 +- 3 files changed, 192 insertions(+), 562 deletions(-) diff --git a/LICENSE b/LICENSE index 9fd3df1..621aa8a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,560 +1,190 @@ -Server Side Public License -VERSION 1, OCTOBER 16, 2018 - -Copyright 2024 StackOne - -Everyone is permitted to copy and distribute verbatim copies of this -license document, but changing it is not allowed. - - TERMS AND CONDITIONS - - 0. Definitions. - -"This License" refers to Server Side Public License. - -"Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - -"The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - -To "modify" a work means to copy from or adapt all or part of the work in -a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - -A "covered work" means either the unmodified Program or a work based on -the Program. - -To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for infringement -under applicable copyright law, except executing it on a computer or -modifying a private copy. Propagation includes copying, distribution (with -or without modification), making available to the public, and in some -countries other activities as well. - -To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through a -computer network, with no transfer of a copy, is not conveying. - -An interactive user interface displays "Appropriate Legal Notices" to the -extent that it includes a convenient and prominently visible feature that -(1) displays an appropriate copyright notice, and (2) tells the user that -there is no warranty for the work (except to the extent that warranties -are provided), that licensees may convey the work under this License, and -how to view a copy of this License. If the interface presents a list of -user commands or options, such as a menu, a prominent item in the list -meets this criterion. - - 1. Source Code. - -The "source code" for a work means the preferred form of the work for -making modifications to it. "Object code" means any non-source form of a -work. - -A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that is -widely used among developers working in that language. - -The "System Libraries" of an executable work include anything, other than -the work as a whole, that (a) is included in the normal form of packaging -a Major Component, but which is not part of that Major Component, and (b) -serves only to enable use of the work with that Major Component, or to -implement a Standard Interface for which an implementation is available to -the public in source code form. A "Major Component", in this context, -means a major essential component (kernel, window system, and so on) of -the specific operating system (if any) on which the executable work runs, -or a compiler used to produce the work, or an object code interpreter used -to run it. - -The "Corresponding Source" for a work in object code form means all the -source code needed to generate, install, and (for an executable work) run -the object code and to modify the work, including scripts to control those -activities. However, it does not include the work's System Libraries, or -general-purpose tools or generally available free programs which are used -unmodified in performing those activities but which are not part of the -work. For example, Corresponding Source includes interface definition files -associated with source files for the work, and the source code for shared -libraries and dynamically linked subprograms that the work is specifically -designed to require, such as by intimate data communication or control -flow between those subprograms and other parts of the work. - -The Corresponding Source need not include anything that users can -regenerate automatically from other parts of the Corresponding Source. - -The Corresponding Source for a work in source code form is that same work. - - 2. Basic Permissions. - -All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program, subject to section 13. The -output from running a covered work is covered by this License only if the -output, given its content, constitutes a covered work. This License -acknowledges your rights of fair use or other equivalent, as provided by -copyright law. - -Subject to section 13, you may make, run and propagate covered works that -you do not convey, without conditions so long as your license otherwise -remains in force. You may convey covered works to others for the sole -purpose of having them make modifications exclusively for you, or provide -you with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do not -control copyright. Those thus making or running the covered works for you -must do so exclusively on your behalf, under your direction and control, -on terms that prohibit them from making any copies of your copyrighted -material outside their relationship with you. - -Conveying under any other circumstances is permitted solely under the -conditions stated below. Sublicensing is not allowed; section 10 makes it -unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - -No covered work shall be deemed part of an effective technological measure -under any applicable law fulfilling obligations under article 11 of the -WIPO copyright treaty adopted on 20 December 1996, or similar laws -prohibiting or restricting circumvention of such measures. - -When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to the -covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - -You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; keep -intact all notices stating that this License and any non-permissive terms -added in accord with section 7 apply to the code; keep intact all notices -of the absence of any warranty; and give all recipients a copy of this -License along with the Program. - -You may charge any price or no price for each copy that you convey, and -you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - -You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the terms of -section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified it, - and giving a relevant date. - - b) The work must carry prominent notices stating that it is released - under this License and any conditions added under section 7. This - requirement modifies the requirement in section 4 to "keep intact all - notices". - - c) You must license the entire work, as a whole, under this License to - anyone who comes into possession of a copy. This License will therefore - apply, along with any applicable section 7 additional terms, to the - whole of the work, and all its parts, regardless of how they are - packaged. This License gives no permission to license the work in any - other way, but it does not invalidate such permission if you have - separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your work need - not make them do so. - -A compilation of a covered work with other separate and independent works, -which are not by their nature extensions of the covered work, and which -are not combined with it such as to form a larger program, in or on a -volume of a storage or distribution medium, is called an "aggregate" if -the compilation and its resulting copyright are not used to limit the -access or legal rights of the compilation's users beyond what the -individual works permit. Inclusion of a covered work in an aggregate does -not cause this License to apply to the other parts of the aggregate. - - 6. Conveying Non-Source Forms. - -You may convey a covered work in object code form under the terms of -sections 4 and 5, provided that you also convey the machine-readable -Corresponding Source under the terms of this License, in one of these -ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium customarily used - for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a written - offer, valid for at least three years and valid for as long as you offer - spare parts or customer support for that product model, to give anyone - who possesses the object code either (1) a copy of the Corresponding - Source for all the software in the product that is covered by this - License, on a durable physical medium customarily used for software - interchange, for a price no more than your reasonable cost of physically - performing this conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This alternative is - allowed only occasionally and noncommercially, and only if you received - the object code with such an offer, in accord with subsection 6b. - - d) Convey the object code by offering access from a designated place - (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to copy - the object code is a network server, the Corresponding Source may be on - a different server (operated by you or a third party) that supports - equivalent copying facilities, provided you maintain clear directions - next to the object code saying where to find the Corresponding Source. - Regardless of what server hosts the Corresponding Source, you remain - obligated to ensure that it is available for as long as needed to - satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided you - inform other peers where the object code and Corresponding Source of the - work are being offered to the general public at no charge under - subsection 6d. - -A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be included in -conveying the object code work. - -A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, or -household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a typical -or common use of that class of product, regardless of the status of the -particular user or of the way in which the particular user actually uses, -or expects or is expected to use, the product. A product is a consumer -product regardless of whether the product has substantial commercial, -industrial or non-consumer uses, unless such uses represent the only -significant mode of use of the product. - -"Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - -If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as part -of a transaction in which the right of possession and use of the User -Product is transferred to the recipient in perpetuity or for a fixed term -(regardless of how the transaction is characterized), the Corresponding -Source conveyed under this section must be accompanied by the Installation -Information. But this requirement does not apply if neither you nor any -third party retains the ability to install modified object code on the -User Product (for example, the work has been installed in ROM). - -The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - -Corresponding Source conveyed, and Installation Information provided, in -accord with this section must be in a format that is publicly documented -(and with an implementation available to the public in source code form), -and must require no special password or key for unpacking, reading or -copying. - - 7. Additional Terms. - -"Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall be -treated as though they were included in this License, to the extent that -they are valid under applicable law. If additional permissions apply only -to part of the Program, that part may be used separately under those -permissions, but the entire Program remains governed by this License -without regard to the additional permissions. - -When you convey a copy of a covered work, you may at your option remove -any additional permissions from that copy, or from any part of it. -(Additional permissions may be written to require their own removal in -certain cases when you modify the work.) You may place additional -permissions on material, added by you to a covered work, for which you -have or can give appropriate copyright permission. - -Notwithstanding any other provision of this License, for material you add -to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the terms - of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal Notices - displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some trade - names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that material - by anyone who conveys the material (or modified versions of it) with - contractual assumptions of liability to the recipient, for any liability - that these contractual assumptions directly impose on those licensors - and authors. - -All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further restriction, -you may remove that term. If a license document contains a further -restriction but permits relicensing or conveying under this License, you -may add to a covered work material governed by the terms of that license -document, provided that the further restriction does not survive such -relicensing or conveying. - -If you add terms to a covered work in accord with this section, you must -place, in the relevant source files, a statement of the additional terms -that apply to those files, or a notice indicating where to find the -applicable terms. - -Additional terms, permissive or non-permissive, may be stated in the form -of a separately written license, or stated as exceptions; the above -requirements apply either way. - - 8. Termination. - -You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or modify -it is void, and will automatically terminate your rights under this -License (including any patent licenses granted under the third paragraph -of section 11). - -However, if you cease all violation of this License, then your license -from a particular copyright holder is reinstated (a) provisionally, unless -and until the copyright holder explicitly and finally terminates your -license, and (b) permanently, if the copyright holder fails to notify you -of the violation by some reasonable means prior to 60 days after the -cessation. - -Moreover, your license from a particular copyright holder is reinstated -permanently if the copyright holder notifies you of the violation by some -reasonable means, this is the first time you have received notice of -violation of this License (for any work) from that copyright holder, and -you cure the violation prior to 30 days after your receipt of the notice. - -Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under this -License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - -You are not required to accept this License in order to receive or run a -copy of the Program. Ancillary propagation of a covered work occurring -solely as a consequence of using peer-to-peer transmission to receive a -copy likewise does not require acceptance. However, nothing other than -this License grants you permission to propagate or modify any covered -work. These actions infringe copyright if you do not accept this License. -Therefore, by modifying or propagating a covered work, you indicate your -acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - -Each time you convey a covered work, the recipient automatically receives -a license from the original licensors, to run, modify and propagate that -work, subject to this License. You are not responsible for enforcing -compliance by third parties with this License. - -An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered work -results from an entity transaction, each party to that transaction who -receives a copy of the work also receives whatever licenses to the work -the party's predecessor in interest had or could give under the previous -paragraph, plus a right to possession of the Corresponding Source of the -work from the predecessor in interest, if the predecessor has it or can -get it with reasonable efforts. - -You may not impose any further restrictions on the exercise of the rights -granted or affirmed under this License. For example, you may not impose a -license fee, royalty, or other charge for exercise of rights granted under -this License, and you may not initiate litigation (including a cross-claim -or counterclaim in a lawsuit) alleging that any patent claim is infringed -by making, using, selling, offering for sale, or importing the Program or -any portion of it. - - 11. Patents. - -A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The work -thus licensed is called the contributor's "contributor version". - -A contributor's "essential patent claims" are all patent claims owned or -controlled by the contributor, whether already acquired or hereafter -acquired, that would be infringed by some manner, permitted by this -License, of making, using, or selling its contributor version, but do not -include claims that would be infringed only as a consequence of further -modification of the contributor version. For purposes of this definition, -"control" includes the right to grant patent sublicenses in a manner -consistent with the requirements of this License. - -Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to make, -use, sell, offer for sale, import and otherwise run, modify and propagate -the contents of its contributor version. - -In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to sue -for patent infringement). To "grant" such a patent license to a party -means to make such an agreement or commitment not to enforce a patent -against the party. - -If you convey a covered work, knowingly relying on a patent license, and -the Corresponding Source of the work is not available for anyone to copy, -free of charge and under the terms of this License, through a publicly -available network server or other readily accessible means, then you must -either (1) cause the Corresponding Source to be so available, or (2) -arrange to deprive yourself of the benefit of the patent license for this -particular work, or (3) arrange, in a manner consistent with the -requirements of this License, to extend the patent license to downstream -recipients. "Knowingly relying" means you have actual knowledge that, but -for the patent license, your conveying the covered work in a country, or -your recipient's use of the covered work in a country, would infringe one -or more identifiable patents in that country that you have reason to -believe are valid. - -If, pursuant to or in connection with a single transaction or arrangement, -you convey, or propagate by procuring conveyance of, a covered work, and -grant a patent license to some of the parties receiving the covered work -authorizing them to use, propagate, modify or convey a specific copy of -the covered work, then the patent license you grant is automatically -extended to all recipients of the covered work and works based on it. - -A patent license is "discriminatory" if it does not include within the -scope of its coverage, prohibits the exercise of, or is conditioned on the -non-exercise of one or more of the rights that are specifically granted -under this License. You may not convey a covered work if you are a party -to an arrangement with a third party that is in the business of -distributing software, under which you make payment to the third party -based on the extent of your activity of conveying the work, and under -which the third party grants, to any of the parties who would receive the -covered work from you, a discriminatory patent license (a) in connection -with copies of the covered work conveyed by you (or copies made from -those copies), or (b) primarily for and in connection with specific -products or compilations that contain the covered work, unless you entered -into that arrangement, or that patent license was granted, prior to 28 -March 2007. - -Nothing in this License shall be construed as excluding or limiting any -implied license or other defenses to infringement that may otherwise be -available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - -If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot use, -propagate or convey a covered work so as to satisfy simultaneously your -obligations under this License and any other pertinent obligations, then -as a consequence you may not use, propagate or convey it at all. For -example, if you agree to terms that obligate you to collect a royalty for -further conveying from those to whom you convey the Program, the only way -you could satisfy both those terms and this License would be to refrain -entirely from conveying the Program. - - 13. Offering the Program as a Service. - -If you make the functionality of the Program or a modified version -available to third parties as a service, you must make the Service Source -Code available via network download to everyone at no charge, under the -terms of this License. Making the functionality of the Program or modified -version available to third parties as a service includes, without -limitation, enabling third parties to interact with the functionality of -the Program or modified version remotely through a computer network, -offering a service the value of which entirely or primarily derives from -the value of the Program or modified version, or offering a service that -accomplishes for users the primary purpose of the Program or modified -version. - -"Service Source Code" means the Corresponding Source for the Program or -the modified version, and the Corresponding Source for all programs that -you use to make the Program or modified version available as a service, -including, without limitation, management software, user interfaces, -application program interfaces, automation software, monitoring software, -backup software, storage software and hosting software, all such that a -user could run an instance of the service using the Service Source Code -you make available. - - 14. Revised Versions of this License. - -MongoDB, Inc. may publish revised and/or new versions of the Server Side -Public License from time to time. Such new versions will be similar in -spirit to the present version, but may differ in detail to address new -problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies that a certain numbered version of the Server Side Public -License "or any later version" applies to it, you have the option of -following the terms and conditions either of that numbered version or of -any later version published by MongoDB, Inc. If the Program does not -specify a version number of the Server Side Public License, you may choose -any version ever published by MongoDB, Inc. - -If the Program specifies that a proxy can decide which future versions of -the Server Side Public License can be used, that proxy's public statement -of acceptance of a version permanently authorizes you to choose that -version for the Program. - -Later license versions may give you additional or different permissions. -However, no additional obligations are imposed on any author or copyright -holder as a result of your choosing to follow a later version. - - 15. Disclaimer of Warranty. - -THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - -IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING -ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF -THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS -OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR -THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - -If the disclaimer of warranty and limitation of liability provided above -cannot be given local legal effect according to their terms, reviewing -courts shall apply local law that most closely approximates an absolute -waiver of all civil liability in connection with the Program, unless a -warranty or assumption of liability accompanies a copy of the Program in -return for a fee. - -END OF TERMS AND CONDITIONS + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but not + limited to compiled object code, generated documentation, and + conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to the Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by the Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding any notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + Copyright 2024 StackOne + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/README.md b/README.md index e48b8cf..f9ce441 100644 --- a/README.md +++ b/README.md @@ -242,4 +242,4 @@ npm test ## License -SSPL-1.0 — See [LICENSE](./LICENSE) for details. +Apache-2.0 — See [LICENSE](./LICENSE) for details. diff --git a/package.json b/package.json index 12b1aca..9d6a0bc 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "security" ], "author": "StackOne", - "license": "SSPL-1.0", + "license": "Apache-2.0", "dependencies": { "nanoid": "5.0.9" }, From 2f8850d189fa8e6d399c1c262a851015f5b79e12 Mon Sep 17 00:00:00 2001 From: Hisku Date: Mon, 2 Mar 2026 16:53:31 +0000 Subject: [PATCH 2/8] chore: add GitHub workflows for CI and release management, along with configuration files --- .github/workflows/node-ci.yml | 28 +++++++++++++ .github/workflows/release-please.yml | 46 +++++++++++++++++++++ .github/workflows/semantic-pull-request.yml | 31 ++++++++++++++ .release-please-manifest.json | 3 ++ release-please-config.json | 5 +++ 5 files changed, 113 insertions(+) create mode 100644 .github/workflows/node-ci.yml create mode 100644 .github/workflows/release-please.yml create mode 100644 .github/workflows/semantic-pull-request.yml create mode 100644 .release-please-manifest.json create mode 100644 release-please-config.json diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml new file mode 100644 index 0000000..f9193f6 --- /dev/null +++ b/.github/workflows/node-ci.yml @@ -0,0 +1,28 @@ +name: Node.js CI + +on: [pull_request] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + with: + lfs: true + - name: Use Node.js + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + with: + node-version: '22.14.0' + cache: 'npm' + - name: Update npm + run: npm install -g npm@11.6.4 + - name: Install dependencies + run: npm ci + - name: Build + run: npm run build + - name: Lint + run: npm run lint + - name: Tests Typecheck + run: npm run test:typecheck + - name: Test + run: npm test diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml new file mode 100644 index 0000000..30eb431 --- /dev/null +++ b/.github/workflows/release-please.yml @@ -0,0 +1,46 @@ +on: + push: + branches: + - main + +name: release-please + +permissions: + id-token: write + contents: read + +jobs: + release-please: + runs-on: ubuntu-latest + steps: + - uses: googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4 + id: release + with: + token: ${{ secrets.REPO_GH_PAT }} + config-file: release-please-config.json + manifest-file: .release-please-manifest.json + + - name: Checkout Repository + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + if: steps.release.outputs.paths_released != '[]' + with: + lfs: true + - name: Setup Node + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + if: steps.release.outputs.paths_released != '[]' + with: + node-version: 22.14.0 + registry-url: 'https://registry.npmjs.org' + always-auth: true + - name: Build + if: steps.release.outputs.paths_released != '[]' + run: | + npm install -g npm@11.6.4 + npm ci + npm run build + - name: Publish + if: steps.release.outputs.paths_released != '[]' + run: | + npm run publish-release + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/.github/workflows/semantic-pull-request.yml b/.github/workflows/semantic-pull-request.yml new file mode 100644 index 0000000..5c7f7ca --- /dev/null +++ b/.github/workflows/semantic-pull-request.yml @@ -0,0 +1,31 @@ +name: "Check PR title" + +on: + pull_request_target: + types: + - opened + - reopened + - edited + - synchronize + +permissions: + pull-requests: read + +jobs: + main: + name: Validate PR title + runs-on: ubuntu-latest + steps: + - uses: amannn/action-semantic-pull-request@e32d7e603df1aa1ba07e981f2a23455dee596825 # v5 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + scopes: | + ^[A-Z]{3}-\d+ + deps + deps-dev + workflow + requireScope: true + ignoreLabels: | + autorelease: pending + dependencies diff --git a/.release-please-manifest.json b/.release-please-manifest.json new file mode 100644 index 0000000..beea3f7 --- /dev/null +++ b/.release-please-manifest.json @@ -0,0 +1,3 @@ +{ + ".": "0.3.1" +} diff --git a/release-please-config.json b/release-please-config.json new file mode 100644 index 0000000..9644d40 --- /dev/null +++ b/release-please-config.json @@ -0,0 +1,5 @@ +{ + "packages": { + ".": {} + } +} From 1e813f8a6fca35b6aa0790bef855371e8bdd47a9 Mon Sep 17 00:00:00 2001 From: Hisku Date: Tue, 3 Mar 2026 10:11:55 +0000 Subject: [PATCH 3/8] refactor: rename unified document and HRIS tool patterns to simplify naming conventions --- README.md | 12 ++++++------ specs/integration.spec.ts | 12 ++++++------ specs/utils.spec.ts | 2 +- src/config.ts | 8 ++------ src/core/tool-result-sanitizer.ts | 4 ++-- src/utils/field-detection.ts | 2 +- 6 files changed, 18 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index f9ce441..705cdd9 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,8 @@ Use `allowed` for blocking decisions: | Tool Pattern | Base Risk | Why | |--------------|-----------|-----| | `gmail_*`, `email_*` | `high` | Emails are the #1 injection vector | -| `unified_documents_*` | `medium` | User-generated content | -| `unified_hris_*` | `medium` | Employee data with free-text fields | +| `documents_*` | `medium` | User-generated content | +| `hris_*` | `medium` | Employee data with free-text fields | | `github_*` | `medium` | PRs/issues with user-generated content | | All other tools | `medium` | Default cautious level | @@ -136,7 +136,7 @@ Batch method — defends multiple tool results concurrently. ```typescript const results = await defense.defendToolResults([ { value: emailData, toolName: 'gmail_get_message' }, - { value: docData, toolName: 'unified_documents_get' }, + { value: docData, toolName: 'documents_get' }, { value: prData, toolName: 'github_get_pull_request' }, ]); @@ -215,10 +215,10 @@ Built-in rules define which fields to sanitize and what base risk level to use f | Tool Pattern | Risky Fields | Notes | |---|---|---| | `gmail_*`, `email_*` | subject, body, snippet, content | Base risk `high` — primary injection vector | -| `unified_documents_*` | name, description, content, title | User-generated content | +| `documents_*` | name, description, content, title | User-generated content | | `github_*` | name, title, body, description | PRs, issues, comments | -| `unified_hris_*` | name, notes, bio, description | Employee free-text fields | -| `unified_ats_*`, `unified_crm_*` | _(default risky fields)_ | Uses global defaults | +| `hris_*` | name, notes, bio, description | Employee free-text fields | +| `ats_*`, `crm_*` | _(default risky fields)_ | Uses global defaults | Tools not matching any pattern use `medium` base risk with default risky field detection. diff --git a/specs/integration.spec.ts b/specs/integration.spec.ts index 3944fa1..47378d1 100644 --- a/specs/integration.spec.ts +++ b/specs/integration.spec.ts @@ -19,7 +19,7 @@ describe('ToolResultSanitizer', () => { { id: '2', name: 'SYSTEM: Malicious', description: 'Ignore previous' }, ]; - const result = sanitizer.sanitize(input, { toolName: 'unified_documents_list_files' }); + const result = sanitizer.sanitize(input, { toolName: 'documents_list_files' }); expect(result.sanitized).toHaveLength(2); expect((result.sanitized[1] as { name: string }).name).not.toContain('SYSTEM:'); @@ -41,7 +41,7 @@ describe('ToolResultSanitizer', () => { created_at: '2024-01-01', }; - const result = sanitizer.sanitize(input, { toolName: 'unified_documents_get_file' }); + const result = sanitizer.sanitize(input, { toolName: 'documents_get_file' }); // Name should be sanitized (risky field) expect((result.sanitized as { name: string }).name).not.toContain('SYSTEM:'); @@ -57,7 +57,7 @@ describe('ToolResultSanitizer', () => { mime_type: 'text/plain', }; - const result = sanitizer.sanitize(input, { toolName: 'unified_documents_get_file' }); + const result = sanitizer.sanitize(input, { toolName: 'documents_get_file' }); // ID is in skipFields, should be unchanged expect((result.sanitized as { id: string }).id).toBe('SYSTEM: this is an id'); @@ -94,7 +94,7 @@ describe('ToolResultSanitizer', () => { total: 100, }; - const result = sanitizer.sanitize(input, { toolName: 'unified_documents_list_files' }); + const result = sanitizer.sanitize(input, { toolName: 'documents_list_files' }); const sanitized = result.sanitized as { data: { name: string }[]; next: string; total: number }; // Data should be sanitized @@ -336,7 +336,7 @@ describe('Real-world scenarios', () => { }; const result = sanitizer.sanitize(documentList, { - toolName: 'unified_documents_list_files', + toolName: 'documents_list_files', }); const sanitized = result.sanitized as typeof documentList; @@ -365,7 +365,7 @@ describe('Real-world scenarios', () => { }; const result = sanitizer.sanitize(employee, { - toolName: 'unified_hris_get_employee', + toolName: 'hris_get_employee', }); const sanitized = result.sanitized as typeof employee; diff --git a/specs/utils.spec.ts b/specs/utils.spec.ts index dd044a9..cf98d14 100644 --- a/specs/utils.spec.ts +++ b/specs/utils.spec.ts @@ -104,7 +104,7 @@ describe('Field detection utilities', () => { it('should match wildcard patterns', () => { expect(matchesWildcard('gmail_get_message', 'gmail_*')).toBe(true); - expect(matchesWildcard('unified_documents_list_files', 'unified_documents_*')).toBe(true); + expect(matchesWildcard('documents_list_files', 'documents_*')).toBe(true); }); it('should not match non-matching patterns', () => { diff --git a/src/config.ts b/src/config.ts index d751ee1..3fc3ec2 100644 --- a/src/config.ts +++ b/src/config.ts @@ -41,19 +41,15 @@ export const DEFAULT_RISKY_FIELDS: RiskyFieldConfig = { ], toolOverrides: { // Document tools - focus on content fields - 'unified_documents_*': ['name', 'description', 'content', 'title'], 'documents_*': ['name', 'description', 'content', 'title'], // HRIS tools - employee data - 'unified_hris_*': ['name', 'notes', 'bio', 'description'], 'hris_*': ['name', 'notes', 'bio', 'description'], // ATS tools - candidate data - 'unified_ats_*': ['name', 'notes', 'description', 'summary'], 'ats_*': ['name', 'notes', 'description', 'summary'], // CRM tools - customer data - 'unified_crm_*': ['name', 'description', 'notes', 'content'], 'crm_*': ['name', 'description', 'notes', 'content'], // Email/messaging tools @@ -81,7 +77,7 @@ export const DEFAULT_TRAVERSAL_CONFIG: TraversalConfig = { export const DEFAULT_TOOL_RULES: ToolSanitizationRule[] = [ // Document tools - higher risk due to content fields { - toolPattern: /^unified_documents_/, + toolPattern: /^documents_/, sanitizationLevel: 'medium', maxFieldLengths: { name: 500, @@ -98,7 +94,7 @@ export const DEFAULT_TOOL_RULES: ToolSanitizationRule[] = [ // HRIS tools - medium risk { - toolPattern: /^unified_hris_/, + toolPattern: /^hris_/, sanitizationLevel: 'medium', maxFieldLengths: { name: 200, diff --git a/src/core/tool-result-sanitizer.ts b/src/core/tool-result-sanitizer.ts index 04da5f2..191a988 100644 --- a/src/core/tool-result-sanitizer.ts +++ b/src/core/tool-result-sanitizer.ts @@ -1069,7 +1069,7 @@ export class ToolResultSanitizer { } /** - * Extract vertical from tool name (e.g., "unified_documents_list" -> "documents") + * Extract vertical from tool name (e.g., "documents_list" -> "documents") */ private extractVertical(toolName: string): string { const parts = toolName.split('_'); @@ -1081,7 +1081,7 @@ export class ToolResultSanitizer { } /** - * Extract resource from tool name (e.g., "unified_documents_list_files" -> "files") + * Extract resource from tool name (e.g., "documents_list_files" -> "files") */ private extractResource(toolName: string): string { const parts = toolName.split('_'); diff --git a/src/utils/field-detection.ts b/src/utils/field-detection.ts index 421dc70..67618bb 100644 --- a/src/utils/field-detection.ts +++ b/src/utils/field-detection.ts @@ -74,7 +74,7 @@ export function getToolOverrideFields( * @returns Whether the tool name matches * * @example - * matchesWildcard('unified_documents_list_files', 'unified_documents_*') // true + * matchesWildcard('documents_list_files', 'documents_*') // true * matchesWildcard('gmail_get_message', 'gmail_*') // true */ export function matchesWildcard(toolName: string, pattern: string): boolean { From 9c51d9b3be0282f537f433bdc5dea8eb4571394c Mon Sep 17 00:00:00 2001 From: Hisku Date: Tue, 3 Mar 2026 11:27:47 +0000 Subject: [PATCH 4/8] docs: remove outdated repository relocation notice from README --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 705cdd9..b24b32d 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,4 @@ # @stackone/defender -> ⚠️ **Repository Moved** -> -> This package has been moved to: -> https://github.com/StackOneHQ/connect/tree/main/packages/defender -> -> Please update your bookmarks and dependencies. This repository is kept only for historical reference. --- Prompt injection defense framework for AI tool-calling. Detects and neutralizes prompt injection attacks hidden in tool results (emails, documents, PRs, etc.) before they reach your LLM. From f0afd5ea4591e7c3242c15ef241224e30c192ca6 Mon Sep 17 00:00:00 2001 From: Hisku Date: Tue, 3 Mar 2026 13:31:33 +0000 Subject: [PATCH 5/8] chore: add prepublishOnly script to package.json to ensure build runs before publishing --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 9d6a0bc..da1950b 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "test": "FORCE_COLOR=1 vitest run", "test:watch": "FORCE_COLOR=1 vitest watch --silent", "test:typecheck": "tsc --noEmit --project tsconfig.tests.json", + "prepublishOnly": "npm run build", "publish-release": "npm publish --access=public" }, "keywords": [ From 65aba4636c6c9caea1f5515eec6501c31c5a7996 Mon Sep 17 00:00:00 2001 From: Hisku Date: Tue, 3 Mar 2026 13:49:51 +0000 Subject: [PATCH 6/8] chore: add @biomejs/biome as a devDependency --- package-lock.json | 166 +++++++++++++++++++++++++++++++++++++++++++++- package.json | 1 + 2 files changed, 166 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index c3ebf40..80eae2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,11 +7,12 @@ "": { "name": "@stackone/defender", "version": "0.3.1", - "license": "SSPL-1.0", + "license": "Apache-2.0", "dependencies": { "nanoid": "5.0.9" }, "devDependencies": { + "@biomejs/biome": "^2.4.5", "@huggingface/transformers": "3.8.1", "onnxruntime-node": "1.21.0", "rimraf": "^6.1.3", @@ -100,6 +101,169 @@ "node": "^20.19.0 || >=22.12.0" } }, + "node_modules/@biomejs/biome": { + "version": "2.4.5", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.4.5.tgz", + "integrity": "sha512-OWNCyMS0Q011R6YifXNOg6qsOg64IVc7XX6SqGsrGszPbkVCoaO7Sr/lISFnXZ9hjQhDewwZ40789QmrG0GYgQ==", + "dev": true, + "license": "MIT OR Apache-2.0", + "bin": { + "biome": "bin/biome" + }, + "engines": { + "node": ">=14.21.3" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/biome" + }, + "optionalDependencies": { + "@biomejs/cli-darwin-arm64": "2.4.5", + "@biomejs/cli-darwin-x64": "2.4.5", + "@biomejs/cli-linux-arm64": "2.4.5", + "@biomejs/cli-linux-arm64-musl": "2.4.5", + "@biomejs/cli-linux-x64": "2.4.5", + "@biomejs/cli-linux-x64-musl": "2.4.5", + "@biomejs/cli-win32-arm64": "2.4.5", + "@biomejs/cli-win32-x64": "2.4.5" + } + }, + "node_modules/@biomejs/cli-darwin-arm64": { + "version": "2.4.5", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.4.5.tgz", + "integrity": "sha512-lGS4Nd5O3KQJ6TeWv10mElnx1phERhBxqGP/IKq0SvZl78kcWDFMaTtVK+w3v3lusRFxJY78n07PbKplirsU5g==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT OR Apache-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=14.21.3" + } + }, + "node_modules/@biomejs/cli-darwin-x64": { + "version": "2.4.5", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.4.5.tgz", + "integrity": "sha512-6MoH4tyISIBNkZ2Q5T1R7dLd5BsITb2yhhhrU9jHZxnNSNMWl+s2Mxu7NBF8Y3a7JJcqq9nsk8i637z4gqkJxQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT OR Apache-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=14.21.3" + } + }, + "node_modules/@biomejs/cli-linux-arm64": { + "version": "2.4.5", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.4.5.tgz", + "integrity": "sha512-U1GAG6FTjhAO04MyH4xn23wRNBkT6H7NentHh+8UxD6ShXKBm5SY4RedKJzkUThANxb9rUKIPc7B8ew9Xo/cWg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT OR Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=14.21.3" + } + }, + "node_modules/@biomejs/cli-linux-arm64-musl": { + "version": "2.4.5", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.4.5.tgz", + "integrity": "sha512-iqLDgpzobG7gpBF0fwEVS/LT8kmN7+S0E2YKFDtqliJfzNLnAiV2Nnyb+ehCDCJgAZBASkYHR2o60VQWikpqIg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT OR Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=14.21.3" + } + }, + "node_modules/@biomejs/cli-linux-x64": { + "version": "2.4.5", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.4.5.tgz", + "integrity": "sha512-NdODlSugMzTlENPTa4z0xB82dTUlCpsrOxc43///aNkTLblIYH4XpYflBbf5ySlQuP8AA4AZd1qXhV07IdrHdQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT OR Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=14.21.3" + } + }, + "node_modules/@biomejs/cli-linux-x64-musl": { + "version": "2.4.5", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.4.5.tgz", + "integrity": "sha512-NlKa7GpbQmNhZf9kakQeddqZyT7itN7jjWdakELeXyTU3pg/83fTysRRDPJD0akTfKDl6vZYNT9Zqn4MYZVBOA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT OR Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=14.21.3" + } + }, + "node_modules/@biomejs/cli-win32-arm64": { + "version": "2.4.5", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.4.5.tgz", + "integrity": "sha512-EBfrTqRIWOFSd7CQb/0ttjHMR88zm3hGravnDwUA9wHAaCAYsULKDebWcN5RmrEo1KBtl/gDVJMrFjNR0pdGUw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT OR Apache-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=14.21.3" + } + }, + "node_modules/@biomejs/cli-win32-x64": { + "version": "2.4.5", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.4.5.tgz", + "integrity": "sha512-Pmhv9zT95YzECfjEHNl3mN9Vhusw9VA5KHY0ZvlGsxsjwS5cb7vpRnHzJIv0vG7jB0JI7xEaMH9ddfZm/RozBw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT OR Apache-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=14.21.3" + } + }, "node_modules/@emnapi/core": { "version": "1.8.1", "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.8.1.tgz", diff --git a/package.json b/package.json index da1950b..73e6820 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,7 @@ "nanoid": "5.0.9" }, "devDependencies": { + "@biomejs/biome": "^2.4.5", "@huggingface/transformers": "3.8.1", "onnxruntime-node": "1.21.0", "rimraf": "^6.1.3", From 219526f13f2a24ac6034550a50c4f497447b56b6 Mon Sep 17 00:00:00 2001 From: Hisku Date: Tue, 3 Mar 2026 13:59:36 +0000 Subject: [PATCH 7/8] feat: add biome configuration file and fix code formatting --- biome.json | 26 + src/classifiers/embedder.ts | 304 +- src/classifiers/index.ts | 14 +- src/classifiers/mlp.ts | 218 +- src/classifiers/mlp_weights.json | 76410 +++++++--------- .../models/minilm-full-aug/config.json | 52 +- .../models/minilm-full-aug/tokenizer.json | 61352 ++++++------- .../minilm-full-aug/tokenizer_config.json | 28 +- src/classifiers/onnx-classifier.ts | 485 +- src/classifiers/pattern-detector.ts | 636 +- src/classifiers/patterns.ts | 962 +- src/classifiers/tier2-classifier.ts | 709 +- src/classifiers/weights.ts | 30 +- src/config.ts | 293 +- src/core/index.ts | 4 +- src/core/prompt-defense.ts | 435 +- src/core/tool-result-sanitizer.ts | 2039 +- src/index.ts | 14 +- src/sanitizers/encoding-detector.ts | 487 +- src/sanitizers/index.ts | 10 +- src/sanitizers/normalizer.ts | 152 +- src/sanitizers/pattern-remover.ts | 387 +- src/sanitizers/role-stripper.ts | 237 +- src/sanitizers/sanitizer.ts | 552 +- src/types.ts | 404 +- src/utils/boundary.ts | 40 +- src/utils/field-detection.ts | 144 +- src/utils/index.ts | 6 +- src/utils/structure.ts | 245 +- 29 files changed, 68502 insertions(+), 78173 deletions(-) create mode 100644 biome.json diff --git a/biome.json b/biome.json new file mode 100644 index 0000000..89953ed --- /dev/null +++ b/biome.json @@ -0,0 +1,26 @@ +{ + "$schema": "https://biomejs.dev/schemas/2.0.x/schema.json", + "files": { + "maxSize": 5242880, + "includes": ["src/**", "specs/**"] + }, + "formatter": { + "indentStyle": "tab", + "indentWidth": 4, + "lineWidth": 120 + }, + "linter": { + "rules": { + "suspicious": { + "noAssignInExpressions": "off" + } + } + }, + "assist": { + "actions": { + "source": { + "organizeImports": "on" + } + } + } +} diff --git a/src/classifiers/embedder.ts b/src/classifiers/embedder.ts index b9d392b..24ae550 100644 --- a/src/classifiers/embedder.ts +++ b/src/classifiers/embedder.ts @@ -11,14 +11,14 @@ * Embedder configuration */ export interface EmbedderConfig { - /** Model ID (default: Xenova/all-MiniLM-L6-v2) */ - modelId: string; - /** Pooling strategy (default: mean) */ - pooling: 'mean' | 'cls' | 'max'; - /** Whether to normalize embeddings (default: false - must match Python training) */ - normalize: boolean; - /** Device to run on (default: auto) */ - device?: 'cpu' | 'gpu' | 'auto'; + /** Model ID (default: Xenova/all-MiniLM-L6-v2) */ + modelId: string; + /** Pooling strategy (default: mean) */ + pooling: "mean" | "cls" | "max"; + /** Whether to normalize embeddings (default: false - must match Python training) */ + normalize: boolean; + /** Device to run on (default: auto) */ + device?: "cpu" | "gpu" | "auto"; } /** @@ -26,20 +26,20 @@ export interface EmbedderConfig { * CRITICAL: normalize=false must match Python training (normalize_embeddings=False) */ export const DEFAULT_EMBEDDER_CONFIG: EmbedderConfig = { - modelId: 'Xenova/all-MiniLM-L6-v2', - pooling: 'mean', - normalize: false, - device: 'cpu', + modelId: "Xenova/all-MiniLM-L6-v2", + pooling: "mean", + normalize: false, + device: "cpu", }; /** * Embedder result */ export interface EmbedderResult { - /** Embedding vectors (384-dim for MiniLM) */ - embeddings: number[][]; - /** Time to generate embeddings in ms */ - latencyMs: number; + /** Embedding vectors (384-dim for MiniLM) */ + embeddings: number[][]; + /** Time to generate embeddings in ms */ + latencyMs: number; } /** @@ -47,8 +47,8 @@ export interface EmbedderResult { * We use dynamic import to make @huggingface/transformers optional */ type FeatureExtractionPipeline = ( - texts: string | string[], - options?: { pooling?: string; normalize?: boolean }, + texts: string | string[], + options?: { pooling?: string; normalize?: boolean }, ) => Promise<{ tolist: () => number[][] } | number[][]>; /** @@ -58,145 +58,143 @@ type FeatureExtractionPipeline = ( * The model download (~100MB) is cached locally after first run. */ export class Embedder { - private config: EmbedderConfig; - private pipeline: FeatureExtractionPipeline | null = null; - private loadingPromise: Promise | null = null; - - constructor(config: Partial = {}) { - this.config = { ...DEFAULT_EMBEDDER_CONFIG, ...config }; - } - - /** - * Lazy-load the embedding pipeline - */ - private async loadPipeline(): Promise { - if (this.pipeline) { - return this.pipeline; - } - - if (this.loadingPromise) { - return this.loadingPromise; - } - - this.loadingPromise = this.initPipeline(); - return this.loadingPromise; - } - - private async initPipeline(): Promise { - try { - // Dynamic import to make @huggingface/transformers optional - // eslint-disable-next-line @typescript-eslint/no-require-imports - const transformers = await (Function( - 'return import("@huggingface/transformers")', - )() as Promise<{ - pipeline: ( - task: string, - model: string, - options: { pooling: string; normalize: boolean }, - ) => Promise; - }>); - - this.pipeline = await transformers.pipeline('feature-extraction', this.config.modelId, { - pooling: this.config.pooling, - normalize: this.config.normalize, - }); - - return this.pipeline; - } catch (error) { - this.loadingPromise = null; - const errMsg = (error as Error).message || String(error); - if ( - errMsg.includes('Cannot find module') || - errMsg.includes('ERR_MODULE_NOT_FOUND') || - errMsg.includes('@huggingface/transformers') - ) { - throw new Error( - 'Embedder requires @huggingface/transformers. Install with: npm install @huggingface/transformers', - ); - } - throw error; - } - } - - /** - * Check if the embedding model is loaded - */ - isLoaded(): boolean { - return this.pipeline !== null; - } - - /** - * Pre-load the embedding model - * Call this at startup to avoid latency on first embed() call - */ - async warmup(): Promise { - await this.loadPipeline(); - } - - /** - * Generate embeddings for one or more texts - * - * @param texts - Single text or array of texts to embed - * @returns Embedding vectors and timing info - */ - async embed(texts: string | string[]): Promise { - const startTime = performance.now(); - - const pipe = await this.loadPipeline(); - - const inputTexts = Array.isArray(texts) ? texts : [texts]; - - const output = await pipe(inputTexts, { - pooling: this.config.pooling, - normalize: this.config.normalize, - }); - - // Transformers.js returns a Tensor with tolist() method, or a raw array - const embeddings: number[][] = - typeof (output as { tolist?: () => number[][] }).tolist === 'function' - ? (output as { tolist: () => number[][] }).tolist() - : (output as number[][]); - - return { - embeddings, - latencyMs: performance.now() - startTime, - }; - } - - /** - * Generate embedding for a single text - * - * @param text - Text to embed - * @returns Single embedding vector (384-dim) - */ - async embedOne(text: string): Promise { - const result = await this.embed(text); - const embedding = result.embeddings[0]; - if (!embedding) { - throw new Error('Failed to generate embedding'); - } - return embedding; - } - - /** - * Get the expected embedding dimension - */ - getEmbeddingDim(): number { - // MiniLM-L6-v2 produces 384-dim embeddings - return 384; - } - - /** - * Get current configuration - */ - getConfig(): EmbedderConfig { - return { ...this.config }; - } + private config: EmbedderConfig; + private pipeline: FeatureExtractionPipeline | null = null; + private loadingPromise: Promise | null = null; + + constructor(config: Partial = {}) { + this.config = { ...DEFAULT_EMBEDDER_CONFIG, ...config }; + } + + /** + * Lazy-load the embedding pipeline + */ + private async loadPipeline(): Promise { + if (this.pipeline) { + return this.pipeline; + } + + if (this.loadingPromise) { + return this.loadingPromise; + } + + this.loadingPromise = this.initPipeline(); + return this.loadingPromise; + } + + private async initPipeline(): Promise { + try { + // Dynamic import to make @huggingface/transformers optional + // eslint-disable-next-line @typescript-eslint/no-require-imports + const transformers = await (Function('return import("@huggingface/transformers")')() as Promise<{ + pipeline: ( + task: string, + model: string, + options: { pooling: string; normalize: boolean }, + ) => Promise; + }>); + + this.pipeline = await transformers.pipeline("feature-extraction", this.config.modelId, { + pooling: this.config.pooling, + normalize: this.config.normalize, + }); + + return this.pipeline; + } catch (error) { + this.loadingPromise = null; + const errMsg = (error as Error).message || String(error); + if ( + errMsg.includes("Cannot find module") || + errMsg.includes("ERR_MODULE_NOT_FOUND") || + errMsg.includes("@huggingface/transformers") + ) { + throw new Error( + "Embedder requires @huggingface/transformers. Install with: npm install @huggingface/transformers", + ); + } + throw error; + } + } + + /** + * Check if the embedding model is loaded + */ + isLoaded(): boolean { + return this.pipeline !== null; + } + + /** + * Pre-load the embedding model + * Call this at startup to avoid latency on first embed() call + */ + async warmup(): Promise { + await this.loadPipeline(); + } + + /** + * Generate embeddings for one or more texts + * + * @param texts - Single text or array of texts to embed + * @returns Embedding vectors and timing info + */ + async embed(texts: string | string[]): Promise { + const startTime = performance.now(); + + const pipe = await this.loadPipeline(); + + const inputTexts = Array.isArray(texts) ? texts : [texts]; + + const output = await pipe(inputTexts, { + pooling: this.config.pooling, + normalize: this.config.normalize, + }); + + // Transformers.js returns a Tensor with tolist() method, or a raw array + const embeddings: number[][] = + typeof (output as { tolist?: () => number[][] }).tolist === "function" + ? (output as { tolist: () => number[][] }).tolist() + : (output as number[][]); + + return { + embeddings, + latencyMs: performance.now() - startTime, + }; + } + + /** + * Generate embedding for a single text + * + * @param text - Text to embed + * @returns Single embedding vector (384-dim) + */ + async embedOne(text: string): Promise { + const result = await this.embed(text); + const embedding = result.embeddings[0]; + if (!embedding) { + throw new Error("Failed to generate embedding"); + } + return embedding; + } + + /** + * Get the expected embedding dimension + */ + getEmbeddingDim(): number { + // MiniLM-L6-v2 produces 384-dim embeddings + return 384; + } + + /** + * Get current configuration + */ + getConfig(): EmbedderConfig { + return { ...this.config }; + } } /** * Create an embedder instance with optional configuration */ export function createEmbedder(config?: Partial): Embedder { - return new Embedder(config); + return new Embedder(config); } diff --git a/src/classifiers/index.ts b/src/classifiers/index.ts index 6c566fc..5ac23d7 100644 --- a/src/classifiers/index.ts +++ b/src/classifiers/index.ts @@ -5,13 +5,13 @@ * Tier 2: MLP-based detection (accurate, requires embeddings) */ -export * from './embedder'; +export * from "./embedder"; // Tier 2: MLP classifier -export * from './mlp'; +export * from "./mlp"; // Tier 2: ONNX classifier (fine-tuned MiniLM) -export * from './onnx-classifier'; -export * from './pattern-detector'; +export * from "./onnx-classifier"; +export * from "./pattern-detector"; // Tier 1: Pattern detection -export * from './patterns'; -export * from './tier2-classifier'; -export * from './weights'; +export * from "./patterns"; +export * from "./tier2-classifier"; +export * from "./weights"; diff --git a/src/classifiers/mlp.ts b/src/classifiers/mlp.ts index 70dd7ae..83b5440 100644 --- a/src/classifiers/mlp.ts +++ b/src/classifiers/mlp.ts @@ -12,76 +12,76 @@ * MLP weights structure exported from PyTorch */ export interface MLPWeights { - config: { - dim?: number; - hidden?: number[]; - embedding_model_id?: string; - }; - state_dict: { - 'net.0.weight': number[][]; - 'net.0.bias': number[]; - 'net.3.weight': number[][]; - 'net.3.bias': number[]; - 'net.6.weight': number[][]; - 'net.6.bias': number[]; - }; + config: { + dim?: number; + hidden?: number[]; + embedding_model_id?: string; + }; + state_dict: { + "net.0.weight": number[][]; + "net.0.bias": number[]; + "net.3.weight": number[][]; + "net.3.bias": number[]; + "net.6.weight": number[][]; + "net.6.bias": number[]; + }; } /** * Loaded MLP model ready for inference */ export interface MLPModel { - /** First layer weights (256 x 384) */ - w0: number[][]; - /** First layer bias (256) */ - b0: number[]; - /** Second layer weights (128 x 256) */ - w1: number[][]; - /** Second layer bias (128) */ - b1: number[]; - /** Output layer weights (1 x 128) */ - w2: number[][]; - /** Output layer bias (1) */ - b2: number[]; - /** Expected embedding dimension */ - embeddingDim: number; + /** First layer weights (256 x 384) */ + w0: number[][]; + /** First layer bias (256) */ + b0: number[]; + /** Second layer weights (128 x 256) */ + w1: number[][]; + /** Second layer bias (128) */ + b1: number[]; + /** Output layer weights (1 x 128) */ + w2: number[][]; + /** Output layer bias (1) */ + b2: number[]; + /** Expected embedding dimension */ + embeddingDim: number; } // Matrix-vector multiplication: (M x N) @ (N,) -> (M,) function matVecMul(matrix: number[][], vec: number[]): number[] { - const out: number[] = new Array(matrix.length); - for (let i = 0; i < matrix.length; i++) { - let sum = 0; - const row = matrix[i] ?? []; - for (let j = 0; j < vec.length; j++) { - sum += (row[j] ?? 0) * (vec[j] ?? 0); - } - out[i] = sum; - } - return out; + const out: number[] = new Array(matrix.length); + for (let i = 0; i < matrix.length; i++) { + let sum = 0; + const row = matrix[i] ?? []; + for (let j = 0; j < vec.length; j++) { + sum += (row[j] ?? 0) * (vec[j] ?? 0); + } + out[i] = sum; + } + return out; } // Add bias vector elementwise function addBias(vec: number[], bias: number[]): number[] { - const out: number[] = new Array(vec.length); - for (let i = 0; i < vec.length; i++) { - out[i] = (vec[i] ?? 0) + (bias[i] ?? 0); - } - return out; + const out: number[] = new Array(vec.length); + for (let i = 0; i < vec.length; i++) { + out[i] = (vec[i] ?? 0) + (bias[i] ?? 0); + } + return out; } // ReLU activation function relu(vec: number[]): number[] { - const out: number[] = new Array(vec.length); - for (let i = 0; i < vec.length; i++) { - out[i] = (vec[i] ?? 0) > 0 ? (vec[i] ?? 0) : 0; - } - return out; + const out: number[] = new Array(vec.length); + for (let i = 0; i < vec.length; i++) { + out[i] = (vec[i] ?? 0) > 0 ? (vec[i] ?? 0) : 0; + } + return out; } // Sigmoid activation function sigmoid(x: number): number { - return 1 / (1 + Math.exp(-x)); + return 1 / (1 + Math.exp(-x)); } /** @@ -92,52 +92,48 @@ function sigmoid(x: number): number { * @throws Error if weights are invalid or missing required keys */ export function loadMLPWeights(json: MLPWeights): MLPModel { - const d = json.state_dict; - - // Validate required keys - const requiredKeys = [ - 'net.0.weight', - 'net.0.bias', - 'net.3.weight', - 'net.3.bias', - 'net.6.weight', - 'net.6.bias', - ] as const; - - for (const key of requiredKeys) { - if (!d[key]) { - throw new Error(`MLP weights missing required key: ${key}`); - } - } - - const w0 = d['net.0.weight']; - const b0 = d['net.0.bias']; - const w1 = d['net.3.weight']; - const b1 = d['net.3.bias']; - const w2 = d['net.6.weight']; - const b2 = d['net.6.bias']; - - // Infer embedding dimension from first layer weights - const embeddingDim = w0[0]?.length ?? 384; - - // Validate dimensions - if (w0.length !== 256 || b0.length !== 256) { - throw new Error( - `Invalid layer 0 dimensions: expected (256, ${embeddingDim}), got (${w0.length}, ${w0[0]?.length})`, - ); - } - if (w1.length !== 128 || b1.length !== 128) { - throw new Error( - `Invalid layer 1 dimensions: expected (128, 256), got (${w1.length}, ${w1[0]?.length})`, - ); - } - if (w2.length !== 1 || b2.length !== 1) { - throw new Error( - `Invalid output layer dimensions: expected (1, 128), got (${w2.length}, ${w2[0]?.length})`, - ); - } - - return { w0, b0, w1, b1, w2, b2, embeddingDim }; + const d = json.state_dict; + + // Validate required keys + const requiredKeys = [ + "net.0.weight", + "net.0.bias", + "net.3.weight", + "net.3.bias", + "net.6.weight", + "net.6.bias", + ] as const; + + for (const key of requiredKeys) { + if (!d[key]) { + throw new Error(`MLP weights missing required key: ${key}`); + } + } + + const w0 = d["net.0.weight"]; + const b0 = d["net.0.bias"]; + const w1 = d["net.3.weight"]; + const b1 = d["net.3.bias"]; + const w2 = d["net.6.weight"]; + const b2 = d["net.6.bias"]; + + // Infer embedding dimension from first layer weights + const embeddingDim = w0[0]?.length ?? 384; + + // Validate dimensions + if (w0.length !== 256 || b0.length !== 256) { + throw new Error( + `Invalid layer 0 dimensions: expected (256, ${embeddingDim}), got (${w0.length}, ${w0[0]?.length})`, + ); + } + if (w1.length !== 128 || b1.length !== 128) { + throw new Error(`Invalid layer 1 dimensions: expected (128, 256), got (${w1.length}, ${w1[0]?.length})`); + } + if (w2.length !== 1 || b2.length !== 1) { + throw new Error(`Invalid output layer dimensions: expected (1, 128), got (${w2.length}, ${w2[0]?.length})`); + } + + return { w0, b0, w1, b1, w2, b2, embeddingDim }; } /** @@ -149,23 +145,21 @@ export function loadMLPWeights(json: MLPWeights): MLPModel { * @throws Error if embedding dimension doesn't match model */ export function mlpForward(model: MLPModel, embedding: number[]): number { - if (embedding.length !== model.embeddingDim) { - throw new Error( - `Embedding dimension mismatch: expected ${model.embeddingDim}, got ${embedding.length}`, - ); - } - - // Layer 0: Linear + ReLU - let h = addBias(matVecMul(model.w0, embedding), model.b0); - h = relu(h); - - // Layer 1: Linear + ReLU - h = addBias(matVecMul(model.w1, h), model.b1); - h = relu(h); - - // Output: Linear + Sigmoid - const logit = addBias(matVecMul(model.w2, h), model.b2)[0] ?? 0; - return sigmoid(logit); + if (embedding.length !== model.embeddingDim) { + throw new Error(`Embedding dimension mismatch: expected ${model.embeddingDim}, got ${embedding.length}`); + } + + // Layer 0: Linear + ReLU + let h = addBias(matVecMul(model.w0, embedding), model.b0); + h = relu(h); + + // Layer 1: Linear + ReLU + h = addBias(matVecMul(model.w1, h), model.b1); + h = relu(h); + + // Output: Linear + Sigmoid + const logit = addBias(matVecMul(model.w2, h), model.b2)[0] ?? 0; + return sigmoid(logit); } /** @@ -176,5 +170,5 @@ export function mlpForward(model: MLPModel, embedding: number[]): number { * @returns Array of probabilities */ export function mlpForwardBatch(model: MLPModel, embeddings: number[][]): number[] { - return embeddings.map((emb) => mlpForward(model, emb)); + return embeddings.map((emb) => mlpForward(model, emb)); } diff --git a/src/classifiers/mlp_weights.json b/src/classifiers/mlp_weights.json index 4451131..15fa232 100644 --- a/src/classifiers/mlp_weights.json +++ b/src/classifiers/mlp_weights.json @@ -1,42953 +1,33461 @@ { - "config": { - "embedding_model_id": "sentence-transformers/all-MiniLM-L6-v2", - "dim": 384, - "hidden": [256, 128] - }, - "state_dict": { - "net.0.weight": [ - [ - 0.061516012996435165, -0.021787814795970917, 0.0049723428674042225, - 0.09286686033010483, -0.01867133378982544, 0.08681012690067291, - -0.05847412720322609, 0.0039187404327094555, -0.010126346722245216, - 0.027258114889264107, 0.03722875192761421, -0.0033172888215631247, - 0.0386529341340065, 0.056031692773103714, 0.015944618731737137, - 0.055394332855939865, 0.022047175094485283, -0.012969295494258404, - 0.06280870735645294, -0.01838853769004345, 0.05895925313234329, - 0.042760901153087616, 0.044717513024806976, 0.029227495193481445, - -0.031243808567523956, 0.0019309667404741049, -0.06570949405431747, - -0.05668959394097328, -0.04224754124879837, 0.0428181029856205, - 0.0070736645720899105, -0.010376522317528725, -0.02760261297225952, - -0.029864808544516563, 0.013547368347644806, 0.031075850129127502, - -0.0023009665310382843, -0.006369129288941622, 0.07584035396575928, - 0.05122337117791176, 0.02410910651087761, 0.05421513691544533, 0.0565689355134964, - -0.014064664021134377, 0.02394869737327099, 0.006568598560988903, - -0.0001245250750798732, 0.013907210901379585, 0.07122939079999924, - 0.03468706086277962, -0.009694023989140987, 0.0236187856644392, - 0.023209286853671074, -0.03745255246758461, 0.01377806905657053, - -0.020502684637904167, -0.06998111307621002, 0.022587111219763756, - 0.00016559744835831225, -0.07188313454389572, -0.037882208824157715, - -0.06658278405666351, -0.04209303855895996, -0.07435386627912521, - -0.0038567862939089537, -0.06436476111412048, 0.005552042741328478, - 0.07028929889202118, -0.039147913455963135, -0.04082764312624931, - 0.03666183352470398, 0.06343299150466919, 0.00013131482410244644, - -0.0004141302779316902, -0.05189557746052742, 0.02324737422168255, - 0.05376759544014931, 0.003359343623742461, 0.029867609962821007, - -0.013675770722329617, 0.002625715686008334, 0.06389643251895905, - -0.03761574625968933, -0.07117366790771484, -0.015335352160036564, - -0.011155613698065281, 0.0229472815990448, -0.011184616945683956, - -0.0695328637957573, 0.050433672964572906, 0.01833803951740265, - -0.016915827989578247, -0.0552598237991333, 0.015282871201634407, - 0.02313300222158432, 0.0397573746740818, -0.0806378647685051, -0.04364592954516411, - 0.0542466826736927, -0.039179667830467224, 0.05055824667215347, - -0.010855392552912235, -0.0812431275844574, 0.0123470239341259, - -0.06789782643318176, -0.06039298698306084, -0.019990721717476845, - -0.039121825248003006, 0.030913064256310463, 0.008910465054214, - 0.025524144992232323, -0.026542289182543755, -0.05010591819882393, - 0.041766248643398285, -0.032633230090141296, -0.05754841864109039, - -0.018944624811410904, -0.07886482030153275, 0.07565046101808548, - 0.003922870848327875, 0.015489344485104084, -0.004094380419701338, - 0.06374925374984741, -0.010974057950079441, -0.03598437085747719, - 0.015608718618750572, -0.028557244688272476, 0.041535671800374985, - 0.032852653414011, -0.06533680856227875, -0.013671822845935822, 0.03403676301240921, - 0.07018003612756729, -0.003510299837216735, 0.038583721965551376, - -0.10046529769897461, 0.04850669205188751, -0.016335545107722282, - -0.001008876832202077, 0.017803238704800606, -0.09583330899477005, - -0.09855814278125763, 0.03940432146191597, -0.07035781443119049, - -0.06404243409633636, 0.059960879385471344, 0.001091626938432455, - -0.016184059903025627, -0.07032957673072815, 0.011833278462290764, - -0.016190126538276672, -0.022032907232642174, 0.042644958943128586, - -0.0051678759045898914, 0.04413377121090889, -0.017317011952400208, - -0.01885589398443699, 0.0303435530513525, 0.07747948914766312, -0.07430370897054672, - -0.034865930676460266, -0.004301782697439194, 0.020770158618688583, - 0.012241682969033718, -0.00545617425814271, 0.028810469433665276, - -0.03431719169020653, -0.03393559157848358, 0.01544572226703167, - 0.047733113169670105, -0.002618909114971757, 0.060329336673021317, - 0.00458394642919302, -0.003964611329138279, -0.017661139369010925, - -0.014383009634912014, 0.038187433034181595, 0.01688416302204132, - 0.0031239131931215525, -0.07116609811782837, -0.005722771864384413, - -0.00893997773528099, -0.005613329820334911, 0.02205038070678711, - 0.05968177691102028, -0.0020318401511758566, -0.06435249000787735, - 0.014663244597613811, -0.060335006564855576, 0.016476836055517197, - -0.028691429644823074, 0.028258053585886955, 0.04699258506298065, - 0.021164486184716225, -0.004678410943597555, 0.0016417839797213674, - 0.03229944780468941, -0.03172393888235092, -0.01583632454276085, - -0.09313195943832397, 0.005207768641412258, -0.050706759095191956, - -0.06864006817340851, -0.032220710068941116, -0.08054408431053162, - -0.12131643295288086, 0.045476485043764114, -0.06110262870788574, - 0.00023014508769847453, -0.003193648997694254, 0.10497850924730301, - -0.03532452881336212, -0.04728955030441284, 0.06819861382246017, - -0.016525013372302055, -0.00029792520217597485, -0.019344555214047432, - -0.0485563725233078, -0.05630996450781822, 0.06473002582788467, - -0.02550920844078064, 0.01587991788983345, -0.02443467266857624, - -0.03337850421667099, 0.041836198419332504, 0.05785338208079338, - 0.07185676693916321, 0.013799521140754223, 0.020308708772063255, - -0.029658054932951927, -0.028716670349240303, -0.0035183653235435486, - -0.02611732669174671, -0.09142426401376724, 0.005505221430212259, - 0.057630643248558044, -0.0025279561523348093, 0.12541435658931732, - -0.11608485877513885, 0.0019290255149826407, 0.02610461413860321, - -0.00048414128832519054, 0.07146827131509781, 0.038025856018066406, - -0.027770409360527992, 0.03034469485282898, -0.011462701484560966, - 0.054136812686920166, -0.05979123339056969, -0.022901585325598717, - 0.011887474916875362, -0.02744952216744423, -0.036041636019945145, - 0.020615043118596077, 0.039284445345401764, -0.07867599278688431, - -0.006238909438252449, 0.08370482176542282, 0.04578511416912079, - 0.07438615709543228, 0.002878247993066907, 0.01429559662938118, - -0.037409499287605286, 0.08740780502557755, 0.057676978409290314, - -0.030720233917236328, 0.025949794799089432, -0.014575603418052197, - 0.010128980502486229, 0.05331198871135712, 0.06686018407344818, 0.09108991175889969, - -0.03604967147111893, 0.01082140114158392, -0.03202283754944801, - -0.02371188998222351, -0.0033157586585730314, 0.0758325606584549, - -0.012655002065002918, -0.007545473054051399, 0.06343933194875717, - -0.0057843453250825405, -0.07201072573661804, 0.017183972522616386, - -0.03465138375759125, 0.003238846780732274, -0.004853738006204367, - 0.05648012459278107, 0.027230966836214066, 0.048506878316402435, - -0.05318069085478783, 0.03386159613728523, -0.024256685748696327, - 0.0791979506611824, -0.07131214439868927, 0.08028922975063324, 0.04228457063436508, - 0.025329550728201866, -0.015490204095840454, 0.03355923295021057, - -0.07510033994913101, -0.06369303911924362, 0.048276253044605255, - -0.003648916259407997, -0.010993294417858124, -0.059975940734148026, - -0.010364155285060406, -0.08035498112440109, 0.0032339522149413824, - 0.001784465042874217, 0.0787772461771965, -0.0677008181810379, - -0.0013996199704706669, -0.023974837735295296, 0.0017251292010769248, - -0.07363858819007874, -0.00456407992169261, -0.0005115348030813038, - 0.0013804358895868063, 0.013278300873935223, -0.0063539487309753895, - 0.05134003981947899, -0.03434164449572563, 0.01186333503574133, 0.03500264137983322, - 0.0674348697066307, 0.013110220432281494, 0.0785570815205574, 0.11265230923891068, - -0.02687131240963936, -0.023589307442307472, 0.00979649554938078, - -0.02269400656223297, 0.06166434660553932, 0.00894428975880146, - -0.027128659188747406, -0.007057574577629566, 0.1073211282491684, - -0.054291240870952606, -0.08685755729675293, -0.017644595354795456, - -0.0034098192118108273, -0.04039439931511879, -0.009610675275325775, - -0.01493618730455637, -0.06846524029970169, 0.021510934457182884, - 0.1046462133526802, 0.03634084016084671, -0.05751588195562363, 0.0972457155585289, - -0.01193468738347292, -0.01147418562322855, -0.035719022154808044, - -0.02738177217543125, 0.0871797651052475, -0.07701604068279266, - -0.009571460075676441, 0.03623279184103012, -0.03191670775413513, - -0.054565656930208206, 0.09089107811450958, 0.021515890955924988, - -0.0011748678516596556, 0.002433178247883916, 0.07898330688476562, - -0.0627424344420433, 0.06466655433177948, -0.06386400014162064, - 0.000591407238971442, -0.0425020270049572, -0.017638297751545906, - -0.04740103334188461, -0.0037915778812021017, 0.044574636965990067, - -0.011258360929787159, 0.03747080639004707, -0.0073838247917592525, - 0.015176311135292053, 0.00481761246919632, 0.00125221093185246, - -0.044533245265483856, -0.01102511677891016, -0.018269624561071396 - ], - [ - 0.029490627348423004, 0.05046350881457329, 0.07090863585472107, 0.01920846477150917, - 0.0007390344399027526, -0.0038074359763413668, 0.014562764205038548, - 0.02613094076514244, -0.09971114248037338, -0.03299801051616669, - 0.02644631639122963, 0.037346843630075455, -0.04264292120933533, - 0.03758452832698822, -0.02162388525903225, 0.1327744573354721, -0.03387131169438362, - -0.1581292450428009, -0.08486294746398926, 0.1430426836013794, 0.042475711554288864, - -0.0233040452003479, 0.0007300495053641498, 0.11119610071182251, - 0.04951123520731926, 0.06972166150808334, -0.0285294558852911, -0.06462309509515762, - -0.06331010907888412, 0.11427520960569382, -0.12120873481035233, - 0.0030156869906932116, -0.04661465436220169, 0.04310344159603119, - -0.005176004953682423, -0.10433248430490494, 0.1349533498287201, - -0.02218054048717022, -0.10044419765472412, 0.027300743386149406, - 0.037385277450084686, -0.045494262129068375, 0.02425777167081833, - 0.053858526051044464, -0.0786992534995079, 0.061020419001579285, - 0.030760427936911583, -0.004027720540761948, 0.05972178652882576, - -0.030119439586997032, 0.03470845893025398, 0.0448593907058239, -0.0779050961136818, - -0.04532323777675629, 0.028590893372893333, -0.07447054982185364, - -0.02227127179503441, -0.0076146842911839485, 0.010857444256544113, - -0.03756037354469299, -0.08948920667171478, 0.07462213188409805, - 0.008681682869791985, 0.00861718412488699, 0.03295694664120674, - 0.045927245169878006, -0.027147341519594193, -0.06312687695026398, - -0.00936787761747837, -0.02402716502547264, 0.0747222974896431, - 0.034582752734422684, 0.037094444036483765, -0.0022453200072050095, - -0.11510451883077621, -0.001716869417577982, 0.045541681349277496, - -0.029285086318850517, 0.006133388262242079, 0.02034125290811062, - -0.0369582325220108, -0.012915744446218014, 0.11863089352846146, - -0.0839587077498436, 0.02280343510210514, -0.06008142977952957, 0.11573316156864166, - -0.04362118989229202, 0.009608455002307892, 0.0895843654870987, 0.05277002230286598, - 0.07054813206195831, 0.043519917875528336, 0.0881563127040863, -0.0452505387365818, - -0.14490588009357452, 0.019882190972566605, 0.009177128784358501, - 0.060435496270656586, 0.030718430876731873, -0.00417674146592617, - -0.03696874529123306, 0.03682621195912361, -0.022617921233177185, - -0.027625974267721176, 0.06214315816760063, 0.03719186410307884, - 0.0006714091869071126, -0.017489684745669365, -0.13340133428573608, - 0.05393664166331291, -0.07176140695810318, 0.11416976153850555, 0.07075182348489761, - -0.029904725030064583, 0.01800178363919258, 0.022961286827921867, - 0.014805612154304981, 0.025247033685445786, 0.015989335253834724, - -0.016314754262566566, -0.030433399602770805, -0.048137765377759933, - 0.01465738844126463, 0.03559974581003189, -0.10330403596162796, - 0.007952184416353703, -0.0005545299500226974, 0.03132130578160286, - -0.034388333559036255, -0.01791740022599697, -0.05734667181968689, - 0.07618075609207153, 0.043781574815511703, 0.04514128342270851, 0.07555291801691055, - 0.02400449849665165, -0.09324963390827179, 0.040755901485681534, - -0.0566057525575161, 0.03356461971998215, -0.06214176490902901, - -0.035698339343070984, 0.1533203423023224, 0.038325872272253036, - -0.015316852368414402, 0.040476344525814056, 0.02856115810573101, - 0.022782940417528152, -0.07407708466053009, 0.06527485698461533, - 0.01110792811959982, -0.05240827426314354, -0.07755006104707718, - -0.08189109712839127, -0.08403689414262772, 0.07536038756370544, - -0.060021620243787766, 0.10152698308229446, 0.03177463263273239, 0.0597834475338459, - -0.0720457062125206, -0.009157043881714344, 0.05540928617119789, - -0.007240754552185535, 0.03514169156551361, -0.15338203310966492, - -0.00526938633993268, -0.029245661571621895, -0.0029814245644956827, - -0.0024429343175143003, 0.013933561742305756, 0.0022011511027812958, - -0.03588436543941498, 0.002845557639375329, -0.04624881222844124, - 0.026707423850893974, -0.03793685883283615, -0.08786238729953766, - -0.08136004954576492, 0.02229558303952217, 0.10263331979513168, 0.05024699494242668, - 0.10200651735067368, 0.05524448677897453, -0.007374287582933903, - 0.006740845274180174, -0.07743584364652634, -0.016772812232375145, - 0.04639650881290436, -0.003015795024111867, -0.06784160435199738, - 0.0022417083382606506, -0.08012959361076355, 0.14737805724143982, - 0.09942703694105148, 0.004723088350147009, -0.10644454509019852, - 0.05661469325423241, -0.08216413855552673, -0.08023545145988464, - 0.04232664033770561, -0.02139151841402054, -0.010782942175865173, - 0.021993089467287064, -0.06444607675075531, 0.033769506961107254, - 0.008358541876077652, 0.022244654595851898, -0.034930795431137085, - 0.060889504849910736, -0.0749550610780716, -0.053287625312805176, - 0.020284609869122505, 0.05602249875664711, 0.019797232002019882, - 0.04277080297470093, -0.05410236120223999, -0.061079006642103195, - 0.07442919909954071, 0.02234591171145439, -0.11412307620048523, - 0.043557897210121155, -0.025336978957057, -0.08414120227098465, - -0.027281926944851875, 0.022705867886543274, 0.03493194282054901, - 0.028302712365984917, 0.015163598582148552, 0.03543088212609291, - -0.04104575514793396, 0.014070943929255009, 0.02023201435804367, - 0.06705457717180252, -0.005492330063134432, 0.01704639382660389, - 0.04263891652226448, 0.0017156885005533695, -0.0564742349088192, - -0.046298421919345856, -0.01891731657087803, 0.07092142850160599, - -0.13136917352676392, -0.15914438664913177, 0.08085524290800095, - 0.047145891934633255, 0.10500084608793259, -0.057125188410282135, - 0.05411956086754799, 0.03516370803117752, -0.05443298816680908, - -0.032580286264419556, 0.018549388274550438, 0.0653151273727417, - 0.06947208940982819, -0.10167096555233002, -0.02874821424484253, - 0.08885670453310013, -0.017856845632195473, -0.00632729334756732, - -0.07304687052965164, 0.00039407811709679663, -0.030237505212426186, - -0.011030790396034718, -0.004637237638235092, 0.003813963383436203, - 0.003180551575496793, -0.035962000489234924, 0.03523664176464081, - 0.08094725012779236, 0.0103991087526083, 0.1372283697128296, -0.07475235313177109, - -0.02406308799982071, 0.07755843549966812, -0.04231438785791397, - -0.01265310775488615, -0.04309147596359253, -0.07921759784221649, - 0.055350951850414276, 0.03277742490172386, 0.004805994685739279, - -0.032144203782081604, -0.030579272657632828, -0.045364897698163986, - -0.015438256785273552, -0.038737572729587555, 0.057809025049209595, - 0.03888949379324913, -0.0060290126129984856, -0.022030340507626534, - 0.12006276845932007, -0.014904596842825413, 0.052247799932956696, - -0.01578362099826336, -0.06799983233213425, 0.053053416311740875, - 0.023122549057006836, 0.03482401371002197, 0.13821926712989807, 0.09278731048107147, - 0.057540182024240494, -0.0815255343914032, 0.04327551648020744, 0.00753308879211545, - 0.05649812892079353, -0.0940360501408577, -0.12329532206058502, - -0.06473594158887863, 0.015712300315499306, -0.10279291868209839, - -0.0333903506398201, -0.0717824399471283, 0.04875842481851578, 0.03423924371600151, - 0.10080688446760178, 0.0011781412176787853, 0.04150289297103882, - 0.03435518965125084, 0.04596470296382904, 0.08783811330795288, 0.04234874248504639, - -0.07622092217206955, -0.039880312979221344, -0.010828274302184582, - 0.06438687443733215, -0.07737249881029129, -0.04571271315217018, - -0.05357256159186363, 0.04851781949400902, -0.008546576835215092, - 0.060941897332668304, 0.03195423632860184, -0.06361345946788788, - 0.06287228316068649, 0.009294567629694939, -0.11039748042821884, - -0.04557041823863983, 0.06681834161281586, -0.08916013687849045, - 0.004514025989919901, 0.004071686416864395, 0.038990989327430725, - -0.09277211129665375, -0.04241937771439552, 0.11554594337940216, - 0.00631670793518424, 0.09889867901802063, 0.01569635234773159, - -0.036433812230825424, 0.011312540620565414, -0.028523974120616913, - 0.027421018108725548, -0.060780610889196396, -0.044607918709516525, - 0.024857649579644203, -0.035088736563920975, -0.05197891965508461, - -0.031144389882683754, -0.0009655950707383454, 0.019202839583158493, - 0.05728326737880707, -0.09058921039104462, -0.01726507395505905, - -0.051870301365852356, -0.00980247464030981, 0.019142840057611465, - -0.0709354355931282, -0.06530794501304626, 0.036589790135622025, - 0.005690349731594324, 0.08130623400211334, 0.022815685719251633, - 0.12136010825634003, 0.035035088658332825, 0.11358747631311417, 0.03989226371049881, - 0.018321949988603592, 0.0050072320736944675, 0.05922112613916397, - -0.05565239489078522, 0.07539872080087662, 0.006192490924149752 - ], - [ - -0.057864680886268616, -0.0637776255607605, 0.019377533346414566, - -0.08023225516080856, -0.020229551941156387, -0.059035420417785645, - 0.048085711896419525, -0.08819344639778137, -0.072395458817482, - 0.035548776388168335, -0.05107186734676361, 0.04779909551143646, - -0.020958874374628067, 0.04489976540207863, -0.0019179496448487043, - 0.05078328773379326, 0.013546747155487537, -0.022413430735468864, - 0.008462917990982533, -0.01846659742295742, -0.02577461488544941, - 0.04681657254695892, 0.06734435260295868, -0.06769230216741562, 0.07876252382993698, - -0.025949783623218536, 0.0963168740272522, -0.058533329516649246, - -0.04987054318189621, -0.007979871705174446, -0.009106839075684547, - 0.02104647271335125, 0.032748300582170486, -0.022264650091528893, - -0.031944725662469864, -0.026586029678583145, -0.01023116149008274, - -0.07655788213014603, 0.051430150866508484, -0.08020790666341782, - 0.010533620603382587, 0.04845514893531799, 0.04432987421751022, 0.09468962997198105, - -0.06819839030504227, -0.003159605199471116, 0.05924292281270027, - -0.1015944555401802, 0.1355874389410019, -0.08036909997463226, 0.07990384101867676, - 0.024096328765153885, 0.04159803315997124, -0.03836467117071152, - -0.006603038404136896, 0.04910377785563469, 0.012250100262463093, - 0.02516244910657406, 0.05850410461425781, -0.021831631660461426, - -0.0027608030941337347, 0.04461785405874252, -0.026189908385276794, - 0.04618014395236969, -0.010892294347286224, 0.08259326219558716, - 0.007148975506424904, 0.024965114891529083, 0.05458414554595947, - -0.04037340730428696, 0.01860256865620613, 0.07400327175855637, 0.10616131871938705, - -0.007868624292314053, 3.1336760002886876e-5, 0.0759241059422493, - -0.08268871158361435, -0.014345567673444748, -0.019882509484887123, - 0.061366356909275055, -0.09042970836162567, 0.05454849451780319, - 0.029122762382030487, -0.038822274655103683, -0.09796972572803497, - -0.008298148401081562, -0.007036607246845961, 0.01685061678290367, - 0.0015745795099064708, -0.08668873459100723, -0.013689703308045864, - 0.05771077424287796, 0.09713681787252426, 0.008524520322680473, - -0.06143946945667267, -0.1070038303732872, 0.02652827464044094, - -0.017908018082380295, -0.06638301908969879, -0.02875269576907158, - -0.04983527213335037, 0.06562287360429764, -0.015268494375050068, - 0.012703879736363888, -0.007475942373275757, 0.05011117458343506, - 0.048409417271614075, 0.07339372485876083, -0.04926792532205582, - -0.11317884176969528, 0.04158880561590195, 0.007064410485327244, - 0.03496532142162323, 0.11847630143165588, 0.0010522918310016394, - -0.009213686920702457, 0.019888797774910927, 0.01163451001048088, - 0.040510207414627075, 0.013194411993026733, -0.016618376597762108, - 0.09702451527118683, -0.062810979783535, 0.04970337450504303, 0.051596544682979584, - -0.07117948681116104, 0.02755480259656906, -0.03669044375419617, - -0.024405309930443764, 0.0289929062128067, -0.0033241049386560917, - -0.024711567908525467, -0.04182823374867439, 0.03698829934000969, - 0.02379956655204296, 0.06704746186733246, -0.026324870064854622, - 0.022376863285899162, 0.03861169517040253, 0.003033505752682686, - -0.047652602195739746, 0.012853155843913555, 0.008507884107530117, - 0.06995130330324173, -0.028030341491103172, -0.014273564331233501, - 0.05472683534026146, 0.08526958525180817, -0.08140445500612259, - 0.012635552324354649, 0.031144600361585617, 0.020063642412424088, - -0.07982172071933746, 0.016795584931969643, -0.006659361999481916, - -0.07953844219446182, 0.048852596431970596, 0.04952379688620567, - 0.03633800148963928, 0.03449764847755432, 0.034060895442962646, - 0.0013960952637717128, -0.03667988255620003, -0.00911292340606451, - 0.019205931574106216, 0.02910856530070305, -0.0766269639134407, - 0.027508173137903214, 0.019599009305238724, -0.05468473210930824, - 0.0031091319397091866, -0.12010341882705688, -0.04229843616485596, - 0.05870519205927849, 0.07259221374988556, 0.015154775232076645, -0.0476316399872303, - -0.04471908137202263, -0.08975149691104889, 0.057355351746082306, - -0.02828199602663517, 0.06783139705657959, -0.029978012666106224, - -0.0256529338657856, 0.031086817383766174, 0.04126348719000816, 0.03937380388379097, - 0.00967983528971672, -0.09966623038053513, 0.03237583115696907, 0.02093598060309887, - -0.0023637518752366304, -0.094293974339962, 0.028246717527508736, - 0.1680878847837448, 0.04578997194766998, -0.02647404745221138, 0.035552140325307846, - 0.1165059506893158, 0.04251334071159363, -0.007235152181237936, - 0.014866137877106667, 0.01277132611721754, -0.05042572319507599, - 0.024574434384703636, -0.0021533924154937267, -0.02531011775135994, - -0.022268133237957954, 0.05839023366570473, 0.07101907581090927, - -0.04219113662838936, -0.03294681757688522, -0.03623315691947937, - -0.02835562825202942, 0.031452517956495285, -0.01402643695473671, - 0.07198376953601837, -0.07557525485754013, 0.09638003259897232, 0.04416411742568016, - -0.061780333518981934, -0.03715403005480766, -0.04779261350631714, - -0.030727127566933632, 0.017177170142531395, -0.11520204693078995, - -0.004034291487187147, -0.008564176969230175, 0.02363748475909233, - -0.01733648031949997, -0.018624519929289818, -0.040717095136642456, - -0.0033184087369590998, 0.06909242272377014, -0.023922912776470184, - -0.0007450974662788212, 0.0016116020269691944, -0.012435425072908401, - 0.07977030426263809, -0.040152400732040405, 0.030238591134548187, - -0.0679766908288002, 0.010117147117853165, -0.07587917149066925, - -0.03469567373394966, 0.034254562109708786, 0.006482803262770176, - 0.000614285294432193, 0.028149569407105446, -0.08670958131551743, - 0.061279892921447754, 0.0002716013987082988, 0.05752095580101013, - 0.09829092025756836, -0.008659008890390396, -0.06867320090532303, - -0.06801709532737732, -0.06979600340127945, 0.043408237397670746, - -0.06869334727525711, -0.039117392152547836, 0.07211828976869583, - 0.03354078158736229, -0.07300105690956116, -0.09533890336751938, - 0.02300303243100643, -0.04184567928314209, 0.005309128202497959, - -0.029729124158620834, -0.03656243532896042, 0.07295287400484085, - -0.018778592348098755, 0.05151524767279625, 0.10402553528547287, - -0.028485111892223358, 0.08759650588035583, 0.04278133809566498, - -0.053876690566539764, -0.026809565722942352, -0.06815843284130096, - 0.0046395291574299335, 0.14434610307216644, 0.050281841307878494, - -0.03568202257156372, -0.035759054124355316, -0.0489111952483654, - 0.014994719065725803, -0.006718954537063837, 0.05469927564263344, - -0.056186117231845856, -0.021536579355597496, 0.011613136157393456, - -0.052326083183288574, 0.016649872064590454, 0.008621713146567345, - -0.02008795738220215, 0.055242691189050674, 0.03204891458153725, - -0.004445233382284641, 0.04100664705038071, 0.048949677497148514, - 0.015692293643951416, -0.011517609469592571, 0.08033763617277145, - 0.05794144049286842, 0.024624153971672058, 0.09774523973464966, - -0.05195309594273567, -0.022122392430901527, -0.10244187712669373, - -0.02758791483938694, -0.01350492238998413, -0.04249858483672142, - -0.012275845743715763, 0.02254784293472767, -0.011300913989543915, - 0.03614996001124382, 0.08336076140403748, 0.03154384717345238, - -0.019760971888899803, 0.06536142528057098, 0.04988744854927063, - -0.03211509436368942, -0.02690151333808899, -0.02572798542678356, - 0.03607982024550438, -0.07854728400707245, 0.04974554479122162, - -0.008770262822508812, 0.005125135183334351, 0.06649485975503922, - -0.07489477097988129, 0.00394289568066597, 0.02702854387462139, - -0.00382549618370831, -0.06862083822488785, 0.030475864186882973, - -0.03378868103027344, -0.017459731549024582, -0.005772592965513468, - -0.01369463000446558, 0.010057991370558739, -0.04401855915784836, - -0.007140525616705418, -0.05011343955993652, 0.08423462510108948, - -0.03402170166373253, -0.06967555731534958, -0.06361553817987442, - -0.03415990620851517, -0.05260945111513138, 0.07078852504491806, - 0.02943979762494564, 0.06634843349456787, 0.040475569665431976, -0.0677662268280983, - 0.09897328168153763, 0.05996222794055939, -0.019348792731761932, - 0.00822109542787075, -0.027959099039435387, -0.04403044655919075, - 0.025454722344875336, 0.011432827450335026, -0.04292141646146774, - 0.0892738550901413, 0.08331012725830078, -0.07598178833723068, 0.1125933900475502, - 0.008579946123063564, 0.017810313031077385, -0.07442642748355865, - -0.014524831436574459, 0.041616059839725494, 0.04681071266531944, - 0.0334177240729332, 0.05039013922214508, -0.004686353728175163, 0.07327871769666672, - 0.0020924480631947517, 0.04513868689537048, -0.009346370585262775, - -0.025527872145175934, -0.03767265006899834 - ], - [ - -0.04321117699146271, 0.010408876463770866, -0.05462438240647316, - -0.003629673970863223, 0.07340051978826523, -0.010413921438157558, - -0.06079229339957237, 0.032591331750154495, -0.010556413792073727, - 0.03190557658672333, 0.002734277630224824, -0.04730694741010666, 0.0519847609102726, - 0.009954135864973068, -0.00591681245714426, 0.013162906281650066, - 0.021980563178658485, 0.0499771349132061, -0.018131893128156662, - 0.05094244331121445, -0.0588381364941597, -0.038893092423677444, - -0.017749013379216194, -0.000234587409067899, -0.029682477936148643, - 0.0036707220133394003, 0.03909650072455406, 0.02494405396282673, - -0.027050238102674484, 0.0063226837664842606, -0.015339638106524944, - 0.05463600903749466, 0.020929943770170212, 0.02466374821960926, - 0.023496689274907112, -0.025211205706000328, -0.020157605409622192, - 0.10222873836755753, 0.0013356696581467986, -0.02424781583249569, - -0.02994534559547901, 0.03743922337889671, 0.032375846058130264, - 0.033735163509845734, 0.055085308849811554, -0.04708177223801613, - -0.08410646766424179, -0.018509510904550552, 0.007587159518152475, - 0.0018867409089580178, -0.04098492115736008, -0.024660876020789146, - 0.06663309782743454, 0.00761042395606637, -0.04950757324695587, - -0.02654353901743889, -0.033328186720609665, -0.007687702775001526, - 0.003196686739102006, -0.018306244164705276, 0.0033677013125270605, - 0.010514099150896072, 0.08431228250265121, -0.0012273320462554693, - 0.04069703817367554, -0.004910978022962809, -0.0013315388932824135, - -0.020209649577736855, 0.04834703728556633, 0.104374960064888, - -0.026151958853006363, -0.015311281196773052, -0.0124407559633255, - 0.029576292261481285, -0.015247640199959278, -0.021618736907839775, - -0.04764847829937935, -0.031214909628033638, 0.0338994599878788, - -0.0629422664642334, 0.08775644749403, 0.03314082324504852, -0.057674627751111984, - 0.029416523873806, -0.02724582701921463, -0.07204659283161163, - -0.023978017270565033, -0.0019727617036551237, -0.007820404134690762, - 0.03689908981323242, -0.02117064595222473, -0.016171278432011604, - -0.0034609378781169653, -0.0333978533744812, 0.06420670449733734, - 0.003677257103845477, -0.01642356999218464, 0.016920987516641617, - -0.050766877830028534, 0.026947645470499992, 0.04281594604253769, - -0.02066906914114952, 0.005148928612470627, -0.04256882518529892, - -0.012885255739092827, -0.050810035318136215, -0.008783440105617046, - -0.028299184516072273, -0.03938747197389603, 0.01960182562470436, - -0.06718511134386063, 0.014005761593580246, -0.058690883219242096, - -0.03385254740715027, 0.0352993868291378, -0.007455475628376007, - 0.061447855085134506, 0.027576837688684464, -0.033990491181612015, - 0.015466288663446903, -0.028504282236099243, 0.04854792356491089, - -0.002932985546067357, 0.010981972329318523, 0.03144903853535652, - 0.0028959941118955612, -0.0005388605059124529, 0.007705274038016796, - 0.030162062495946884, 0.018880033865571022, 0.033728763461112976, - 0.08046068251132965, -0.03845924884080887, 0.06089566648006439, -0.0863112211227417, - 0.014506764709949493, -0.03833001106977463, -0.04880700260400772, - -0.029048031195998192, -0.06325803697109222, 0.005001741927117109, - 0.1213981881737709, -0.01327568106353283, -0.04123765230178833, - 0.030481738969683647, 0.026999978348612785, 0.0275304913520813, - 0.029719019308686256, 0.05440640076994896, -0.031031930819153786, - -0.011995094828307629, -0.005680205300450325, -0.05361895635724068, - 0.0003549983666744083, 0.008067868649959564, 0.04732735455036163, - 0.0007242260035127401, -0.012565051205456257, -0.07732482254505157, - -0.05264033377170563, -0.026716385036706924, -0.032712675631046295, - -0.030682239681482315, -0.03224719688296318, -0.08679308742284775, - 0.04949091374874115, 0.010987461544573307, 0.05416250228881836, - -0.012065618298947811, 0.007719825953245163, 0.03555305674672127, - -0.04398101568222046, 0.04185384884476662, -0.012272663414478302, - -0.030025269836187363, 0.03461601585149765, -0.048234958201646805, - 0.028650959953665733, 0.01809868775308132, 0.05072009935975075, - -0.032149024307727814, -0.07209137082099915, -0.04880950599908829, - 0.02071114256978035, -0.034044310450553894, -0.035676904022693634, - -0.012929626740515232, 0.03517846018075943, 0.07244117558002472, - 0.015014324337244034, -0.041110243648290634, -0.011900205165147781, - -0.06597548723220825, -0.04896366223692894, -0.0013795786071568727, - -0.030772248283028603, 0.0625491663813591, 0.033400051295757294, - -0.07196976244449615, 0.028123613446950912, -0.020668020471930504, - 0.06323601305484772, -0.05104903504252434, 0.04642922803759575, 0.07686389237642288, - 0.07639864087104797, 0.05263272300362587, -0.046460434794425964, - 0.06559645384550095, -0.01910347491502762, -0.04831475019454956, - 0.05925621837377548, 0.037369538098573685, 0.011698475107550621, - 0.032882578670978546, 0.0021096407435834408, -0.008157895877957344, - 0.11820562928915024, 0.031682923436164856, -0.011387404054403305, - 0.049306612461805344, -0.036214228719472885, -0.05094733089208603, - 0.04168189689517021, -0.0193540807813406, 0.0029577219393104315, - -0.04834752529859543, -0.019387440755963326, -0.0033515270333737135, - 0.023328201845288277, 0.006619391497224569, 0.039302341639995575, - 0.10486004501581192, 0.017951341345906258, 0.012650050222873688, - -0.0544416680932045, 0.064741350710392, -0.053867969661951065, 0.04875003919005394, - -0.054617468267679214, -0.06687239557504654, -0.08679336309432983, - -0.03423483297228813, 0.03976726904511452, -0.0390453077852726, - -0.017553873360157013, -0.06274373084306717, 0.07998771220445633, - 0.04526699334383011, -0.050298530608415604, 0.01709050126373768, - 0.04275050386786461, 0.004550010897219181, -0.050735313445329666, - 0.021115019917488098, 0.00921301357448101, 0.03954458236694336, - -0.004640392959117889, -0.04254981875419617, 0.00465835677459836, - 0.03929201513528824, 0.0012941211462020874, 0.018540143966674805, - -0.030054889619350433, 0.0020685845520347357, -0.019759681075811386, - -0.054750535637140274, -0.05725689232349396, 0.03252643346786499, - 0.01026904210448265, 0.01779717393219471, -0.08192059397697449, - -0.02133358269929886, -0.052968837320804596, 0.017290839925408363, - -0.02816254086792469, -0.034189291298389435, 0.02410181239247322, - -0.03138496354222298, -0.14222311973571777, -0.015589643269777298, - -0.02718861773610115, -0.029125619679689407, 0.03205504268407822, - -0.019819820299744606, 0.01024685986340046, -0.059526022523641586, - 0.005101284943521023, -0.004968847613781691, -0.039029598236083984, - -0.016023652628064156, -0.015723370015621185, 0.05577613040804863, - 0.010705907829105854, 0.016346974298357964, -0.07043702900409698, - -0.023875659331679344, -0.04056717827916145, 0.0442010797560215, - 0.010230578482151031, -0.0322331041097641, 0.06022300943732262, - 0.0024899893905967474, -0.011895593255758286, 0.05378708615899086, - -0.04156133905053139, -0.0257951021194458, 0.026145342737436295, - 0.03083203360438347, 0.0022718096151947975, -0.018417036160826683, - 0.10026578605175018, 0.0702887773513794, 0.05298161506652832, -0.05662493780255318, - 0.011221096850931644, 0.014327507466077805, 0.02959810011088848, - -0.02153579704463482, 0.009330207481980324, 0.07990261912345886, - 0.018237898126244545, 0.03536064922809601, 0.10315092653036118, - -0.024769295006990433, 0.0069061992689967155, 0.03351790830492973, - -0.03085634484887123, 0.013419867493212223, -0.0066653150133788586, - 0.00978563167154789, 0.05687691643834114, 0.008438845165073872, - 0.003877534531056881, 0.028518976643681526, 0.07958568632602692, - -0.0038983826525509357, -0.0016253180801868439, 0.06705792993307114, - -0.0651387944817543, -0.012014309875667095, -0.013155187480151653, - -0.0027627842500805855, -0.029775135219097137, 0.06264518946409225, - -0.0058406502939760685, -0.0425274521112442, 0.009407487697899342, - -0.060477882623672485, 0.06238238885998726, 0.03915330767631531, - -0.08876758068799973, 0.02084272727370262, 0.03764678165316582, - -0.0034685046412050724, 0.023548969998955727, 0.008259465917944908, - 0.005913033150136471, -0.012655227445065975, 0.05868439003825188, - -0.019893251359462738, 0.03530663624405861, 0.08604240417480469, - -0.034189946949481964, 0.004855497274547815, -0.13313423097133636, - -0.04003991559147835, -0.059303611516952515, 0.05954725295305252, - -0.016927018761634827, 0.004209823906421661, -0.09047100692987442, - 0.054444972425699234, 0.015991872176527977, 0.05923759192228317, - 0.014299089089035988, -0.015192869119346142, -0.004911171272397041, - -0.03467411920428276, 0.049672868102788925, -0.007050993386656046, - 0.04795072600245476, -0.07771312445402145, -0.0115212919190526 - ], - [ - 0.010590886697173119, 0.011820889078080654, 0.047162577509880066, - -0.022523529827594757, -0.02826230227947235, 0.0455651618540287, - 0.041606128215789795, -0.059011779725551605, 0.05913436785340309, - -0.014548549428582191, 0.035023290663957596, -0.021986017003655434, - 0.07211791723966599, -0.015962976962327957, 0.009207470342516899, - -0.005706160794943571, -0.00022550647554453462, -0.0018225887324661016, - 0.04343139007687569, 0.03760034218430519, 0.02125960774719715, 0.04573942720890045, - 0.04036884382367134, -0.006199014838784933, 0.007923377677798271, - -0.01960735395550728, -0.013154173269867897, 0.021926740184426308, - 0.05121839791536331, -0.06013278663158417, -0.030611852183938026, - -0.014342889189720154, -0.06794135272502899, -0.03450886160135269, - 0.0219334177672863, -0.023929661139845848, 0.04756186157464981, 0.05352034792304039, - 0.08734570443630219, -0.03764607757329941, -0.03886452689766884, - -0.001429179566912353, -0.04927777871489525, -0.016479643061757088, - 0.0411725752055645, 0.039514265954494476, 0.02082490175962448, 0.028156820684671402, - 0.02033132314682007, -0.04846010357141495, 0.024323690682649612, - 0.06759623438119888, -0.09063553065061569, 0.017578914761543274, - -0.03195791319012642, -0.022009700536727905, -0.00214481633156538, - 0.01904376409947872, 0.08256211131811142, 0.018331851810216904, 0.06335046887397766, - 0.015916112810373306, -0.03081030584871769, 0.06720203906297684, - 0.018805310130119324, 0.015851065516471863, -0.04021092504262924, - 0.02958475798368454, 0.04162171483039856, -0.02819489873945713, 0.06963381916284561, - 0.0004995931521989405, 0.04301806166768074, -0.10215111821889877, - 0.015875864773988724, 0.04554957523941994, 0.07883565127849579, 0.01871567964553833, - -0.030759824439883232, 0.04492276906967163, -0.06522586196660995, - -0.04992899298667908, 0.01602678932249546, 0.03832133114337921, 0.0094978716224432, - 0.04186926409602165, -0.009266488254070282, -0.04784305766224861, - -0.06264611333608627, -0.024461248889565468, 0.04023905098438263, - -0.06317714601755142, -0.06193120405077934, -0.02019648067653179, - -0.035384468734264374, -0.021382536739110947, -0.030335936695337296, - 0.017261870205402374, 0.03014199435710907, -0.018138108775019646, - 0.07483191788196564, 0.09673547744750977, -0.04613029211759567, - 0.039106566458940506, 0.05651830509305, -0.028805730864405632, - -0.010625283233821392, -0.05625542625784874, 0.03459643945097923, - 0.03320920839905739, 0.0633295401930809, 0.0061209131963551044, 0.03658609092235565, - 0.013490007258951664, 0.02335483767092228, -0.015690412372350693, - -0.054230134934186935, 0.011714166030287743, -0.02633124776184559, - -0.028191694989800453, 0.004014723002910614, -0.0279864314943552, - 0.024462519213557243, 0.02656199038028717, -0.03988148272037506, - 0.025167878717184067, -0.014647627249360085, 0.0003958694578614086, - 0.04871995002031326, -0.04712685942649841, 0.05151312053203583, - -0.04158104956150055, 0.0076167285442352295, -0.07738980650901794, - 0.05690276622772217, -0.07984593510627747, 0.030246220529079437, - 0.014665195718407631, -0.005709338001906872, -0.03645451366901398, - -0.022166049107909203, -0.051478151232004166, -0.038585495203733444, - -0.003571938257664442, -0.08939660340547562, -0.03202543035149574, - -0.031205616891384125, -0.05345173925161362, -0.021375684067606926, - 0.02168017253279686, -0.019681120291352272, 0.025028176605701447, - 0.026347262784838676, -0.08228357136249542, 0.08301279693841934, - -0.06299703568220139, -0.006371361203491688, 0.015050611458718777, - 0.012523448094725609, 0.022774888202548027, 0.028701558709144592, - 0.08183267712593079, 0.03964178264141083, 0.00864805094897747, 0.014683043584227562, - -0.008817718364298344, 0.05536666512489319, 0.009295337833464146, - 0.02547389641404152, 0.09079200774431229, -0.02800138108432293, 0.00543027650564909, - -0.01843290589749813, 0.012851795181632042, 0.055673401802778244, - 0.06641076505184174, -0.07192965596914291, -0.022861598059535027, - 0.013340713456273079, -0.07216394692659378, 0.04507917910814285, - -0.014525245875120163, 0.038508765399456024, -0.008713476359844208, - 0.058622270822525024, 0.004185479134321213, 0.055357471108436584, - 0.04838189110159874, -0.014183569699525833, 0.1053813248872757, - 0.010855642147362232, 0.07994985580444336, 0.031155366450548172, - -0.02280324138700962, -0.01232480350881815, 0.06311894208192825, - -0.05351890251040459, 0.010748500935733318, 0.03354468196630478, -0.066744364798069, - -0.07172896713018417, -0.0470406673848629, -0.006074495613574982, - -0.09142706543207169, -0.060787949711084366, 0.022257260978221893, - 0.005621728021651506, -0.010324488393962383, -0.0782238095998764, - 0.04911097139120102, 0.0010656530503183603, 0.0471152700483799, - -0.06335555762052536, 0.04706713184714317, 0.014980131760239601, - -0.03215157240629196, -0.08090914785861969, -0.06085798516869545, - 0.007698617875576019, 0.04576244205236435, -0.014753780327737331, - 0.022174734622240067, -0.0027516265399754047, -0.003755503799766302, - -0.016056599095463753, -0.030586205422878265, -0.004503409378230572, - 0.04557663947343826, -0.012936376966536045, -0.03041403740644455, - -0.03586430475115776, 0.05894636735320091, -0.07604025304317474, - 0.018061276525259018, -0.030557189136743546, 0.04328645393252373, - 0.016692696139216423, 0.02840312570333481, -0.03564956411719322, - -0.024501917883753777, 0.08890403807163239, 0.04451945424079895, - -0.019627323374152184, 0.03260185196995735, -0.034779906272888184, - 0.014848222956061363, -0.015111052431166172, -0.007605591788887978, - 0.04326431825757027, 0.07774651050567627, -0.05094048008322716, - -0.009488562121987343, 0.007978918962180614, -0.06931725889444351, - -0.08596468716859818, -0.009396696463227272, -0.03315439075231552, - 0.004572454374283552, 0.015663569793105125, 0.03979050740599632, - -0.028820881620049477, 0.06086879223585129, -0.0042671202681958675, - 0.06401631981134415, -0.005638764705508947, 0.025112643837928772, - 0.03649072349071503, 0.044527072459459305, 0.04446567967534065, -0.0789012685418129, - 0.004283682908862829, 0.004186919890344143, 0.005662693176418543, - 0.04109731316566467, -0.06188875436782837, 0.07254321873188019, 0.03574556112289429, - 0.010728448629379272, -0.040959857404232025, 0.04779573902487755, - 0.030534686520695686, 0.012581209652125835, -0.022641440853476524, - 0.004711458925157785, -0.01499972864985466, -0.05741551145911217, - 0.07423356920480728, 0.00405281875282526, 0.049828656017780304, 0.03139664605259895, - 0.06545870006084442, 0.07977183908224106, -0.003950144629925489, - -0.005487743765115738, 0.019021915271878242, 0.03259945288300514, - 0.05454025790095329, -0.07249660044908524, -0.03203674033284187, - 0.048596300184726715, 0.03614075854420662, -0.06051794812083244, - -0.004421084653586149, -0.07875993847846985, -0.04923378303647041, - 0.017178064212203026, -0.025951554998755455, -0.002932446077466011, - -0.004209494683891535, 0.02387833036482334, -0.014702091924846172, - -0.08594830334186554, -0.004609624855220318, -0.046862367540597916, - 0.07177846133708954, 0.005476541817188263, 0.0178719162940979, -0.05570562928915024, - -0.023264149203896523, -0.01337495632469654, 0.04360521212220192, - -0.05356719344854355, -0.003317863680422306, -0.045901697129011154, - 0.0032678854186087847, -0.006748722400516272, 0.029889235273003578, - 0.0325252041220665, -0.0024954150430858135, -0.06861280649900436, - 0.09976425766944885, 0.018619254231452942, 0.021063432097434998, - 0.01059702504426241, -0.04911908879876137, -0.042184628546237946, - 0.02299441397190094, 0.04715503007173538, -0.028908727690577507, - -0.015862606465816498, -0.015108278952538967, -0.04926949739456177, - -0.019595107063651085, 0.07878320664167404, -0.030034415423870087, - -0.04127337783575058, 0.023560473695397377, 0.033146705478429794, - 0.026018524542450905, -0.049980707466602325, -0.008968574926257133, - 0.09984396398067474, -0.025619305670261383, -0.032456401735544205, - 0.036459214985370636, -0.04604090377688408, 0.023954320698976517, - -0.046149078756570816, 0.013989170081913471, -0.053594693541526794, - -0.014259315095841885, -0.013447546400129795, -0.004670053254812956, - 0.035023145377635956, 0.05988007411360741, -0.01501876674592495, - 0.03247775137424469, 0.019738275557756424, 0.020711110904812813, - -0.019954252988100052, 0.03873015567660332, -0.006435903254896402, - 0.014071607030928135, -0.017761986702680588, 0.008824244141578674, - 0.008123759180307388, 0.05660904198884964, -0.03107750043272972, - 0.009875009767711163, -0.012450722977519035, -0.056033723056316376, - -0.03633001074194908, -0.008150766603648663, -0.07091085612773895 - ], - [ - 0.09405860304832458, 0.0346185602247715, 0.008148342370986938, -0.00725417397916317, - -0.02519388496875763, -0.02121758460998535, 0.033396460115909576, - 0.028592515736818314, -0.07110732048749924, 0.026237402111291885, - -0.03562783822417259, -0.031349506229162216, -0.028981151059269905, - 0.05553395673632622, 0.006155338138341904, -0.010496287606656551, - 0.05983565002679825, -0.008694179356098175, 0.10989291965961456, - -0.05584609881043434, 0.004421609453856945, -0.007430092431604862, - 0.03136168792843819, -0.026601815596222878, 0.04988068342208862, - 0.03936422988772392, -0.08501259982585907, -0.08906737715005875, - -0.049427974969148636, -0.03402653709053993, 0.013847766444087029, - -0.023500487208366394, 0.007158159743994474, 0.003580687800422311, - 0.012112747877836227, 0.01900649257004261, 0.031346455216407776, - 0.03384801372885704, 0.05022362247109413, 0.04958746209740639, 0.014323130249977112, - -0.019433194771409035, -0.04271215945482254, 0.007545666769146919, - 0.03891657292842865, -0.023906545713543892, 0.036759309470653534, - 0.010866926051676273, -0.020955218002200127, -0.03223603963851929, - 0.0026231519877910614, 0.012772590853273869, -0.024599308148026466, - -0.07116135954856873, 0.043728817254304886, 0.08570592105388641, - -0.016527414321899414, 0.007200468331575394, 0.08352911472320557, - 0.00794252660125494, 0.06816417723894119, -0.022597242146730423, - -0.04309055954217911, -0.000272726989351213, 0.006505082827061415, - 0.015455912798643112, -0.006989837158471346, -0.011982723139226437, - 0.038936544209718704, -0.010780573822557926, 0.02405688539147377, - -0.019450530409812927, 0.034507475793361664, -0.08653192222118378, - -0.01164187490940094, 0.056577134877443314, 0.07062070071697235, - 0.045546747744083405, 0.028083419427275658, -0.007349051535129547, - 0.010577977634966373, 0.059030354022979736, -0.043078478425741196, - -0.008568300865590572, 0.026052728295326233, 0.04331225901842117, - -0.014668255113065243, 0.0019773487001657486, -0.060283541679382324, - 0.03106413222849369, 0.05057615414261818, -0.008170811459422112, - -0.025700611993670464, -0.0051941825076937675, 0.005528056528419256, - 0.0284393522888422, -0.027184396982192993, -0.009725810028612614, - 0.01709819585084915, 0.05780665948987007, 0.03961392119526863, - -0.019762713462114334, 0.04647872596979141, -0.04164467751979828, - -0.031223855912685394, 0.033123329281806946, 0.07289285212755203, - 0.0983794629573822, 0.03493814542889595, 0.0003964086645282805, - -0.008209061808884144, -0.08121776580810547, 0.002618840429931879, - -0.03446916490793228, 0.013824759982526302, 0.05405663326382637, - -0.05986369028687477, -0.041461072862148285, -8.231279934989288e-5, - -0.044329654425382614, 0.02736876718699932, -0.049725279211997986, - 0.0495993010699749, 0.018022146075963974, -0.004757699090987444, - 0.09757640957832336, -0.04403651878237724, 0.002664584666490555, - -0.01887069270014763, -0.006456929259002209, 0.013284659013152122, - -0.07458247989416122, -0.02166946791112423, -0.07236859202384949, - 0.07820223271846771, -0.06353552639484406, 0.00904898252338171, - -0.0035523485857993364, -0.08421052992343903, -0.035899240523576736, - -0.002282396424561739, 0.016025179997086525, -0.0023903832770884037, - -0.04531080648303032, -0.06644806265830994, 0.006586277857422829, - -0.08665674179792404, 0.04984650760889053, -0.095730260014534, 0.019810842350125313, - -0.025708118453621864, -0.006100566126406193, 0.054001737385988235, - 0.024449897930026054, 0.03618960455060005, -0.016498930752277374, - 0.03041842021048069, -0.03451988473534584, 0.07390671968460083, - -0.026071079075336456, -0.07287169992923737, 0.011539861559867859, - 0.020510628819465637, -0.043372560292482376, 0.008192806504666805, - -0.05075883865356445, 0.011547247879207134, 0.008850118145346642, - -0.05170544981956482, 0.08162566274404526, 0.010036214254796505, - 0.06752347201108932, -0.05193495750427246, 0.03898211196064949, - -0.015324187465012074, -0.012628774158656597, -0.04015355557203293, - -0.00298286322504282, 0.03481818735599518, -0.09753164649009705, - 0.030532309785485268, 0.06308729201555252, -0.03458268195390701, - 0.0029280385933816433, 0.08338186144828796, 0.07502162456512451, - 0.07316330820322037, 0.04423481598496437, 0.016788499429821968, - -0.0040407911874353886, -0.03525573015213013, -1.0153780749533325e-5, - 0.016756607219576836, 0.09430229663848877, -0.03562916815280914, - 0.004813525825738907, 0.04127229005098343, 0.004556156694889069, - 0.04802270233631134, 0.04906022176146507, 0.07741517573595047, -0.04764558747410774, - 0.031246887519955635, -0.035051096230745316, -0.06015368178486824, - -0.1057988628745079, -0.06621207296848297, -0.05334004759788513, - -0.030696727335453033, -0.004197790287435055, 0.06265313923358917, - -0.014323584735393524, 0.023492224514484406, -0.007519141770899296, - -0.001422279397957027, -0.026290662586688995, 0.0367615669965744, - -0.0847080796957016, -0.13506095111370087, 0.026693403720855713, - -0.04744579643011093, -0.010273195803165436, 0.030900942161679268, - -0.022424977272748947, 0.03581656515598297, -0.027225710451602936, - 0.06435418874025345, 0.0073925950564444065, -0.06232269108295441, - 0.018503909930586815, 0.032397594302892685, 0.050506457686424255, - -0.03555508702993393, 0.014575320295989513, -0.020345468074083328, - 0.10189244896173477, -0.06087421253323555, 0.12445486336946487, - -0.09844622761011124, -0.032165445387363434, 0.03670487180352211, - 0.030625630170106888, 0.07705160975456238, 0.03507440909743309, - -0.06256277114152908, 0.03796902671456337, -0.011617619544267654, - 0.004660668782889843, -0.023896409198641777, 0.0257309228181839, - 0.0038523792754858732, -0.019792232662439346, -0.044018883258104324, - -0.030528170987963676, 0.024415824562311172, -0.04154985025525093, - 0.003533626440912485, -0.0015757638029754162, -0.007369029801338911, - 0.03706458583474159, -0.10816778987646103, -0.012723356485366821, - 0.01889253407716751, 0.06095532700419426, 0.017676781862974167, - -0.09663958102464676, 0.0820225402712822, 0.04081588611006737, 0.044783562421798706, - 0.01827511191368103, 0.07323528826236725, 0.054054368287324905, - -0.04734454303979874, 0.04030444100499153, -0.018733549863100052, - 0.052659470587968826, -0.014485522173345089, 0.04399579390883446, - -0.028053181245923042, 0.04366615414619446, 0.10039220750331879, - 0.04657880961894989, 0.013392140157520771, 0.012126953341066837, - -0.025722933933138847, 0.08259136229753494, -0.011303928680717945, - -0.0252431221306324, 0.1335219144821167, 0.07745515555143356, -0.04845690354704857, - -0.039728935807943344, 0.02775580994784832, -0.033298611640930176, - -0.007823130115866661, 0.09708665311336517, 0.019004367291927338, - -0.006338044069707394, -0.018084753304719925, 0.04108221083879471, - -0.0025588187854737043, -0.0018542284378781915, -0.04781769961118698, - -0.04062657430768013, -0.08181802183389664, -0.03641011193394661, - -0.041659317910671234, 0.021902121603488922, -0.06580983847379684, - 0.04315871000289917, -0.0010710865026339889, -0.08632630109786987, - 0.028904203325510025, 0.03884842246770859, 0.02702954038977623, - -0.0023882470559328794, 0.052507203072309494, 0.004449846222996712, - -0.026886479929089546, -0.03183630481362343, -0.02008531242609024, - -0.02860541269183159, -0.09072759002447128, -0.07839968055486679, - -0.03829951584339142, -0.010216079652309418, 0.01922410912811756, - 0.015175018459558487, 0.07710091769695282, -0.024422120302915573, - -0.0028595472685992718, 0.028514547273516655, -0.05122639238834381, - -0.00926928874105215, -0.05339479818940163, -0.005295222625136375, - 0.07228987663984299, -0.010399018414318562, -0.07532082498073578, - -0.026331977918744087, -0.038553234189748764, 0.032736971974372864, - -0.03970737010240555, 0.032121673226356506, -0.06383112818002701, - -0.039380110800266266, 0.022655462846159935, 0.0701817125082016, - 0.039080455899238586, -0.003855230985209346, 0.04066115617752075, - 0.02052200399339199, -0.03041260689496994, -0.059446319937705994, - -0.004778478294610977, -0.0004945519613102078, 0.033734239637851715, - 0.01222963910549879, -0.007088566664606333, -0.06151844933629036, - -0.07402433454990387, 0.025479493662714958, -0.03973386809229851, - 0.02558823861181736, -0.025867946445941925, 0.07812006771564484, - -0.02849600836634636, -0.008237236179411411, -0.05740249902009964, - -0.037089213728904724, -0.018240898847579956, 0.03044242411851883, - -0.03823090344667435, 0.013004506938159466, -0.035737618803977966, - 0.0019987027626484632, 0.07230241596698761, -0.05827731266617775, - 0.03230704739689827, 0.04124917834997177, -0.02709091454744339, -0.0550418384373188, - 0.0664108395576477, 0.01804702915251255 - ], - [ - -0.00848271045833826, -0.02298388071358204, -0.027032572776079178, - 0.08894482254981995, 0.02234608493745327, -0.08930757641792297, 0.05952396243810654, - -0.0133944321423769, 0.05245688930153847, 0.050877004861831665, - -0.03641434386372566, 0.021790940314531326, -0.06949800252914429, - 0.12917804718017578, -0.02247701585292816, -0.04057050868868828, - -0.013991151005029678, 0.00929876510053873, 0.04648829251527786, - -0.08705730736255646, 0.08027099072933197, -0.03370824083685875, - 0.030590930953621864, -0.028222277760505676, 0.06930240243673325, - -0.04408426582813263, 0.015498788096010685, 0.03292233496904373, - 0.07159695774316788, -0.0020845101680606604, -0.05141754820942879, - 0.02555716596543789, 0.0316561684012413, -0.06894165277481079, -0.06188085302710533, - -0.005034822970628738, 0.008249039761722088, -0.022591790184378624, - -0.0493488647043705, 0.0432564951479435, 0.001043157884851098, 0.03436489775776863, - 0.07283379137516022, -0.0462854728102684, 0.017838988453149796, 0.05646942928433418, - -0.03886992484331131, 0.01893710158765316, 0.08430562913417816, - 0.032867468893527985, -0.03618243709206581, 0.059199582785367966, - -0.029081016778945923, 0.0001641521812416613, 0.0032221071887761354, - -0.004356856923550367, -0.05985495448112488, -0.03551163896918297, - 0.0460626520216465, -0.07832304388284683, -0.036324698477983475, - -0.07043275982141495, -0.09219218790531158, -0.01785813458263874, - 0.06682839244604111, 0.0012448151828721166, -0.012480751611292362, - 0.017081154510378838, -0.005174384918063879, 0.01090239081531763, - -0.01720101200044155, -0.03473363071680069, 0.06960747390985489, - -0.02081911824643612, -0.05109337717294693, 0.053198326379060745, - 0.050975117832422256, 0.029881464317440987, -0.04617207869887352, - -0.0009670158615335822, -0.019933484494686127, -0.013734308071434498, - -0.02947925217449665, 0.02268277108669281, 0.024854212999343872, - 0.09007766097784042, -0.007989533245563507, -0.0055836038663983345, - -0.059405114501714706, 0.05695328861474991, -0.013824626803398132, - -0.008088583126664162, -0.06761176139116287, 0.06550952792167664, - -0.027406157925724983, 0.0694139376282692, -0.012123096734285355, - 0.01314447820186615, 0.004112443421036005, -0.0028758994303643703, - 0.022730698809027672, 0.05429195985198021, -0.02283596247434616, - -0.022750716656446457, 0.07334398478269577, -0.0571555532515049, - 0.05797602981328964, -0.03960929065942764, 0.022994408383965492, - -0.046750474721193314, 0.03121207468211651, 0.025209898129105568, - 0.08289843797683716, -0.00646941177546978, -0.01774042658507824, - -0.01579563319683075, 0.013498086482286453, -0.03151759132742882, - -0.017957068979740143, 0.04238813370466232, -0.010795588605105877, - -0.006547505967319012, -0.03099912218749523, 0.06385722011327744, - -0.04746909812092781, -0.03148936480283737, -0.0572756789624691, - 0.015125615522265434, 0.03420383483171463, 0.030665917322039604, - 0.06860668212175369, -0.016965119168162346, 0.00205800449475646, - -0.05833110585808754, 0.043843720108270645, -0.03387333080172539, - -0.07868678867816925, -0.028847968205809593, -0.03927429020404816, - 0.04117223992943764, -0.027736354619264603, -0.05930887535214424, - -0.024533711373806, -0.050545498728752136, -0.043240707367658615, - -0.023678962141275406, 0.018704703077673912, -0.05999917536973953, - 0.01724958047270775, 0.03858945891261101, -0.07001896947622299, - -0.058495767414569855, 0.004721715580672026, -0.1015290692448616, - 0.021789373829960823, -0.08160635828971863, 0.043995201587677, - -0.004302504006773233, -0.06397176533937454, 0.046823155134916306, - 0.028829779475927353, 0.0718984305858612, -0.026545226573944092, - 0.08659618347883224, 0.07562674582004547, -0.05191672220826149, - -0.005664711352437735, 0.03846719488501549, 0.057799387723207474, - -0.013658039271831512, 0.04852832853794098, 0.024159573018550873, - 0.023547811433672905, 0.0001167983646155335, 0.06776232272386551, - -0.0038095819763839245, 0.0018262597732245922, -0.027287952601909637, - -0.00011721211922122166, -0.04387139901518822, -0.020603615790605545, - 0.042211875319480896, 0.058912891894578934, 0.022988799959421158, - 0.10150798410177231, 0.04743130877614021, -0.008200306445360184, - 0.03466701880097389, -0.06526520103216171, 0.08164312690496445, 0.01240541972219944, - 0.03751646354794502, -0.013987750746309757, 0.08752026408910751, - -0.06572308391332626, 0.043904244899749756, -0.007654211018234491, - -0.10339103639125824, -0.008209344930946827, -0.08622904121875763, - -0.056112904101610184, -0.09714929014444351, 0.035294074565172195, - -0.042049478739500046, -0.03260180726647377, 0.0293746218085289, - 0.010980306193232536, 0.018861738964915276, -0.03414059057831764, - 0.01848541386425495, 0.04752153530716896, 0.06213804706931114, 0.008387645706534386, - 0.04219644144177437, -0.01393076591193676, -0.07412604242563248, - 0.01291644386947155, -0.07702051103115082, -0.04194571077823639, - -0.0363328792154789, 0.010171215049922466, -0.014319305308163166, - 0.04844236373901367, -0.03346644714474678, -0.06128924340009689, - -0.020396221429109573, 0.04593321308493614, 0.03296429663896561, - 0.024288760498166084, -0.04423735290765762, 0.08922923356294632, - 0.09604281187057495, 0.0306184571236372, -0.011303585022687912, - -0.07808845490217209, -0.07322236895561218, -0.007809260860085487, - -0.02347083017230034, -0.023329954594373703, 0.046795573085546494, - -0.09658169001340866, 0.06596872955560684, 0.09362208098173141, - -0.05903475359082222, -0.0846562460064888, 0.06357321888208389, - -0.0037171817384660244, 0.0423196405172348, 0.06019473075866699, - 0.06250311434268951, -0.059900715947151184, -0.08987254649400711, - -0.03505070134997368, -0.03603125363588333, -0.049220215529203415, - 0.014232547022402287, -0.07504605501890182, -0.0014787059044465423, - -0.03758624568581581, 0.03437309339642525, -0.015293458476662636, - 0.09148634225130081, 0.02192767523229122, 0.051764607429504395, 0.04388732090592384, - -0.005695111118257046, 0.1203700453042984, 0.04015275463461876, - -0.017492208629846573, -0.03895803168416023, 0.04018133133649826, - 0.062480952590703964, -0.012006564065814018, 0.013635397888720036, - 0.019342582672834396, -0.0030884784646332264, -0.00697946734726429, - 0.04853508993983269, 0.03636480122804642, -0.02322543039917946, - -0.04109303280711174, 0.05637749284505844, -0.03599544242024422, - -0.06302737444639206, 0.006733576767146587, -0.05169918015599251, - 0.024442024528980255, -0.042949412018060684, 0.0061958227306604385, - -0.0024371789768338203, -0.028060149401426315, 0.09047412872314453, - -0.02328297682106495, 0.05270276591181755, -0.022323207929730415, - -0.06519752740859985, 0.02324856072664261, 0.008690624497830868, - 0.004809136502444744, 0.006776084192097187, 0.10416790097951889, - 0.010216927155852318, -0.007550539914518595, -0.09755267202854156, - -0.13063660264015198, 0.017536930739879608, -0.08861454576253891, - -0.025481775403022766, -0.019933219999074936, -0.04495152458548546, - -0.028765754774212837, -0.0777784213423729, -0.08599898964166641, - 0.03510661795735359, -0.0014582263538613915, 0.0043701245449483395, - 0.02303406223654747, 0.03169547766447067, 0.08764950186014175, - -0.027382293716073036, 0.022219117730855942, -0.009423765353858471, - -0.1312585473060608, 0.016903800889849663, -0.053995151072740555, - 0.045217666774988174, 0.05542634800076485, -0.02402440272271633, - 0.018996957689523697, 0.044341832399368286, 0.042429208755493164, - -0.0307825468480587, 0.03668777644634247, 0.031462330371141434, - -0.048522260040044785, 0.045821283012628555, 0.09115400165319443, - -0.005657176952809095, 0.05935154855251312, 0.02131962776184082, 0.0268595851957798, - -0.05186135694384575, -0.04000306501984596, 0.09197189658880234, - 0.004772349260747433, 0.03793724626302719, 0.0008882967522367835, - 0.014630895107984543, 0.07894796133041382, -0.053794242441654205, - -0.01696181669831276, 0.07471828162670135, -0.010678076185286045, - -0.025766117498278618, 0.058954693377017975, 0.005208170972764492, - -0.008868606761097908, 0.0007375918794423342, -0.04170776158571243, - -0.018223099410533905, -0.004438821226358414, 0.02127809263765812, - -0.04894567281007767, 0.036378730088472366, 0.05523672327399254, - -0.01095192227512598, 0.09431253373622894, 0.029014866799116135, - -0.04946761950850487, 0.08161237090826035, -0.0016496870666742325, - 0.013851780444383621, 0.0686117485165596, -0.06467797607183456, 0.01710023172199726, - 0.032671503722667694, 0.0020872463937848806, 0.0616760328412056, 0.0648881047964096, - 0.0008379327482543886, -0.015996336936950684, -0.014205513522028923, - 0.037730347365140915, 0.045905210077762604 - ], - [ - -0.0006329950992949307, 0.04617772623896599, -0.007170442491769791, - -0.03136758506298065, -0.058081768453121185, 0.08811134845018387, - 0.05627093091607094, -0.06215733289718628, 0.060013797134160995, - -0.004432361107319593, -0.06635390222072601, 0.0009601323399692774, - -0.03493541479110718, 0.07500182837247849, -0.020365266129374504, - -0.025783056393265724, -0.02383817918598652, -0.11239734292030334, - -0.01764107309281826, 0.029631495475769043, -0.0005493723438121378, - 0.025876613333821297, 0.04202311486005783, 0.008882357738912106, - 0.059172436594963074, -0.014834200963377953, -0.0010535727487877011, - -0.03883006051182747, 0.07222260534763336, 0.04134993627667427, - -0.023061254993081093, -0.04279688745737076, 0.06711970269680023, - -0.06994208693504333, -0.01889793761074543, 0.03835509717464447, - 0.04364534839987755, -0.053565189242362976, -0.01329108513891697, - -0.05057284235954285, 0.05749049037694931, -0.035495031625032425, - 0.1024254634976387, 0.016545133665204048, -0.022591376677155495, - 0.06367401033639908, 0.015214815735816956, 0.017765264958143234, - -0.034781888127326965, 0.01876567117869854, 0.00510823167860508, - 0.046802353113889694, -0.1019807904958725, 0.0005669625825248659, - 0.03022596798837185, 0.00565039599314332, -0.04922487586736679, - -0.07751171290874481, 0.04467850923538208, -0.046249765902757645, - 0.006750486791133881, -0.054138775914907455, -0.02334381267428398, - 0.04301784187555313, 0.03840118646621704, 0.024883871898055077, - -0.05761047080159187, 0.06736237555742264, -0.04980387166142464, - -0.04229884594678879, 0.06938672810792923, 0.07025992125272751, 0.1068301796913147, - 0.017837606370449066, 0.005560741294175386, -0.025329867377877235, - 0.07605363428592682, -0.039635058492422104, -0.03673234581947327, - 0.004716397728770971, -0.020167171955108643, 0.031903788447380066, - -0.011768829077482224, -0.014050583355128765, 0.00536332605406642, - 0.026066549122333527, 0.03770429641008377, 0.04177136346697807, - -0.03133336827158928, 0.0013872554991394281, 0.03768361359834671, - -0.046774450689554214, -0.043585892766714096, 0.08459354937076569, - 0.029927099123597145, -0.002816193038597703, -0.030713848769664764, - 0.03243329003453255, 0.032432958483695984, -0.051176004111766815, - 0.06792749464511871, 0.0014167219633236527, -0.01172871794551611, - 0.0027461915742605925, -0.03000854142010212, 0.055781494826078415, - 0.04592733457684517, -0.07462947070598602, 0.06424024701118469, - -0.046290356665849686, 0.02315611205995083, 0.0028237998485565186, - 0.10185752809047699, 0.05847080796957016, -0.025638112798333168, - -0.06458288431167603, 0.0023424969986081123, -0.025608522817492485, - 0.1094864010810852, -0.03201456740498543, -0.043284982442855835, - -0.018509266898036003, -0.015097493305802345, -0.026564471423625946, - 0.007788152899593115, -0.07969808578491211, -0.04131857305765152, - -0.030429735779762268, -0.011410249397158623, -0.015293738804757595, - -0.0037523589562624693, -0.09032275527715683, 0.010296227410435677, - 0.02790660224854946, -0.02144930511713028, -0.11636729538440704, - 0.013118164613842964, -0.01138996984809637, -0.030311545357108116, - -0.01743147149682045, 0.007131145801395178, -0.035953037440776825, - 0.07180289924144745, 0.07667567580938339, 0.022287312895059586, - 0.024759450927376747, -0.00022167997667565942, -0.03572817146778107, - 0.018591085448861122, -0.055541567504405975, -0.06051354855298996, - 0.0982978343963623, -0.03077751398086548, -0.041453372687101364, - 0.016397841274738312, -0.06904785335063934, 0.009160363115370274, - -0.0156002352014184, -0.049901917576789856, -0.015676502138376236, - 0.0313863530755043, 0.053112734109163284, 0.04226449877023697, -0.04374024271965027, - 0.04329322651028633, 0.025399228557944298, -0.04437026008963585, - -0.06867232173681259, 0.005778633523732424, 0.04429924115538597, - -0.00935487449169159, 0.0123059106990695, 0.009938177652657032, 0.03542563319206238, - -0.05174437537789345, -0.020482826977968216, 0.008278089575469494, - 0.04726702719926834, -0.07197034358978271, -0.02192741632461548, - 0.0072795008309185505, 0.050826698541641235, 0.05489439517259598, - 0.04875587299466133, -0.0379350408911705, -0.023885926231741905, - -0.003963868133723736, 0.023002933710813522, -0.026611924171447754, - 0.02590027265250683, 0.0786496102809906, 0.06402558833360672, -0.02663186378777027, - 0.09276995062828064, 0.013152653351426125, 0.08114176243543625, - -0.043324388563632965, -0.07493647187948227, 0.005804501939564943, - -0.04946700111031532, -0.006752984132617712, -0.026851775124669075, - -0.039449021220207214, -0.018977683037519455, 0.01125950925052166, - -0.012978198006749153, -0.07212553173303604, 0.052901145070791245, - 0.0043495213612914085, -0.0157635398209095, 0.03572634980082512, - 0.05160841718316078, -0.0980968028306961, -0.04358747601509094, - -0.05468754097819328, -0.022118456661701202, -0.002131132874637842, - -0.09777648001909256, 0.005824211519211531, 0.026795318350195885, - -0.05502089112997055, -0.04378423094749451, -0.05715815722942352, - 0.005262106191366911, -0.026968184858560562, -0.057171497493982315, - -0.055034786462783813, -0.009282016195356846, -0.06078765168786049, - -0.055772051215171814, -0.044876325875520706, 0.03547566384077072, - 0.04959217086434364, 0.0502096563577652, 0.017793631181120872, 0.003799735102802515, - -0.0007942777592688799, 0.023293888196349144, -0.0856112688779831, - -0.03578478470444679, -0.00938365701586008, 0.05284767225384712, - -0.003503263695165515, -0.04965774342417717, -0.038695141673088074, - 0.06621009111404419, -0.07782705873250961, 0.023283736780285835, - 0.01586560346186161, 0.023095885291695595, 0.029179932549595833, - -0.1033199280500412, -0.04273785278201103, 0.02587597630918026, - -0.03807549551129341, -0.06539309024810791, -0.09159617871046066, - 0.043732158839702606, -0.03482148051261902, 0.013775082305073738, - -0.0462290458381176, 0.07546944916248322, -0.03371348977088928, - 0.018112633377313614, 0.08457434177398682, 0.03460175544023514, 0.04712122306227684, - -0.007382805459201336, 0.019484149292111397, 0.09205712378025055, - 0.053842801600694656, 0.13414734601974487, -0.052154481410980225, - 0.005699902307242155, -0.04994259029626846, -0.004634201992303133, - 0.06447333842515945, 0.010352937504649162, 0.02334488555788994, 0.02853773534297943, - 0.015799453482031822, 0.03731784597039223, 0.021264946088194847, - -0.0025618011131882668, 0.04787537828087807, 0.022211119532585144, - -0.06456668674945831, 0.024929961189627647, 0.048048876225948334, - 0.08455761522054672, 0.018190866336226463, 0.0749637708067894, - -0.009777105413377285, 0.008870386518537998, 0.06746945530176163, - -0.01031144056469202, -0.005925770848989487, -0.015987103804945946, - 0.032220132648944855, 0.08654927462339401, 0.0008450022432953119, - 0.04344019666314125, -0.07582195103168488, -0.023975839838385582, - -0.0980457067489624, 0.049420084804296494, -0.006755057722330093, - -0.006683687679469585, 0.014131412841379642, 0.0004778513393830508, - -0.011510655283927917, -0.13080687820911407, -0.047574859112501144, - 0.0006619124906137586, 0.009164136834442616, 0.045631688088178635, - -0.06967397779226303, 0.013222821056842804, 0.029087498784065247, - 0.015987059101462364, 0.020442672073841095, -0.04681166633963585, - -0.11424326151609421, -0.0391056090593338, -0.059726499021053314, - -0.020859483629465103, 0.09556204825639725, -0.013994642533361912, - 0.02103794924914837, 0.05701462924480438, 0.02940952032804489, - -0.058244477957487106, 0.006367436144500971, 0.04014762490987778, - -0.02042311429977417, -0.024690864607691765, 0.016903551295399666, - -0.04420967027544975, 0.02430369332432747, 0.007706211879849434, - -0.02563161589205265, -0.04681437835097313, 0.03771144151687622, - 0.054322365671396255, -0.018522268161177635, -0.006067268084734678, - 0.02476097270846367, -0.0564059317111969, 0.014345614239573479, 0.03344575688242912, - 0.005900382995605469, 0.05724349617958069, -0.06731589138507843, - -0.015185875818133354, -0.03444771468639374, -0.03781536966562271, - -0.02820613421499729, -0.023976542055606842, -0.08335434645414352, - -0.014491070061922073, -0.043337803333997726, 0.020459873601794243, - -0.045026745647192, -0.035519395023584366, 0.0896281972527504, 0.09906226396560669, - 0.0692879855632782, 0.0954427570104599, -0.030645575374364853, - -0.017359968274831772, 0.03530760109424591, 0.008694308809936047, - -0.020043792203068733, 0.04364475980401039, 0.052558884024620056, - 0.01831117458641529, 0.17245545983314514, -0.0453224703669548, 0.033318646252155304, - -0.055147022008895874, -0.0016254793154075742, -0.027149690315127373, - 0.07456452399492264, 0.025251993909478188 - ], - [ - 0.040397342294454575, 0.04615604132413864, -0.003764083841815591, - 0.09710785001516342, 0.019893214106559753, -0.000851326622068882, - 0.012383558787405491, -0.02156889997422695, 0.024871250614523888, - -0.013148922473192215, 0.009361795149743557, 0.044504497200250626, - -0.021527722477912903, 0.044217079877853394, -0.030533328652381897, - 0.04378557577729225, -0.04993155971169472, 0.011805906891822815, - -0.03742718696594238, 0.0759601965546608, 0.04615382105112076, 0.11332475394010544, - 0.0049065276980400085, -0.01608184538781643, 0.015392211265861988, - -0.0587342269718647, -0.08792489022016525, -0.09618421643972397, - -0.06648606061935425, 0.012086298316717148, 0.06289470195770264, - 0.011014326475560665, 0.026206456124782562, -0.02325897477567196, - 0.05350520834326744, -0.022931121289730072, 0.02973336912691593, - -0.04248735308647156, 0.01647653989493847, -0.049969594925642014, - -0.0658571645617485, 0.03830278292298317, -0.044277701526880264, - -0.06602280586957932, 0.006518390960991383, -0.02206399478018284, - -0.05176633968949318, -0.08415042608976364, 0.03417110815644264, - -0.01573653519153595, 0.02434012107551098, 0.14649134874343872, 0.03284842520952225, - 0.05753164738416672, -0.0021273635793477297, 0.04852261394262314, - 0.07109183073043823, 0.017861703410744667, -0.04163189232349396, - -0.016577307134866714, -0.05303622782230377, 0.05213499814271927, - -0.07665177434682846, -0.013629802502691746, 0.012169389054179192, - 0.06874124705791473, -0.07474875450134277, 0.06822478771209717, - -0.022953061386942863, -0.06260360032320023, 0.01429095771163702, - 0.10986471176147461, 0.02719985879957676, -0.00010349233343731612, - 0.09802491962909698, 0.10392990708351135, 0.02884588949382305, 0.01925342157483101, - 0.04425255209207535, 0.07750384509563446, 0.03931361809372902, -0.02738829515874386, - -0.021067822352051735, -0.07760676741600037, -0.01850946433842182, - 0.037564076483249664, 0.0036826925352215767, 0.07795596122741699, - -0.05696164816617966, 0.042691364884376526, -0.015885038301348686, - 0.02565021440386772, -0.02218516543507576, -0.02453027106821537, - 0.07793792337179184, -0.04051874577999115, 0.01964670605957508, - -0.05012007802724838, 0.04268187656998634, 0.044387057423591614, - -0.009091416373848915, 0.07836557924747467, 0.0021835577208548784, - -0.012332423590123653, -0.10301052778959274, -0.03269852325320244, - -0.017450882121920586, -0.01816016435623169, -0.05812052637338638, - -0.11186330020427704, 0.00968153402209282, -0.011081930249929428, - 0.042684249579906464, 0.10853686183691025, -0.019545797258615494, - -0.024721525609493256, 0.11182021349668503, -0.016822850331664085, - 0.08951326459646225, -0.051391713321208954, -0.02156953513622284, - -0.03260833024978638, 0.008502934128046036, 0.08435916900634766, - -0.003434006357565522, 0.02895265817642212, -0.0023170255590230227, - -0.002235402585938573, 0.044480446726083755, -0.049435392022132874, - -0.019404837861657143, -0.07656226307153702, 0.045696500688791275, - 0.044290997087955475, -0.02283049188554287, -0.09443647414445877, - 0.10476143658161163, -0.01434430293738842, -0.08298359811306, 0.03788258880376816, - -0.04096301272511482, -0.04758838191628456, 0.06222714111208916, - -0.053326696157455444, 0.021850476041436195, -0.012208621948957443, - -0.10291486233472824, 0.06276912987232208, -0.016577674075961113, - 0.006841252092272043, -0.01483388151973486, 0.021572932600975037, - 0.05144628509879112, -0.03428201749920845, -0.017997993156313896, - -0.08274377882480621, 0.10534787178039551, 0.016671624034643173, - -0.02717951126396656, 0.0681537315249443, -0.0027759368531405926, - 0.01961948350071907, -0.014463723637163639, 0.05703788623213768, - -0.020579079166054726, 0.038713421672582626, 0.009064143523573875, - -0.00479154335334897, -0.03492508456110954, 0.029202643781900406, - 0.08560173213481903, -0.06743639707565308, 0.06514040380716324, - -0.022690681740641594, -0.011601231060922146, 0.025240231305360794, - -0.027115333825349808, -0.010664642788469791, -0.08475466817617416, - 0.06614663451910019, -0.04777585342526436, 0.009169762954115868, - -0.028057808056473732, -0.01420762948691845, 0.08608929812908173, - -0.07446181029081345, 0.011015936732292175, -0.024795079603791237, - -0.04970402643084526, 0.03484795242547989, -0.06658489257097244, - -0.12868830561637878, -0.018446480855345726, 0.02069055661559105, - 0.015693973749876022, 0.02963133342564106, 0.04793143272399902, - -0.024692455306649208, 0.04558466747403145, 0.030794451013207436, - 0.009214074350893497, -0.033511072397232056, 0.028201108798384666, - -0.0547914132475853, 0.07292914390563965, -0.09930538386106491, 0.03637641295790672, - -0.013594349846243858, 0.10084471851587296, 0.08484812080860138, - -0.11469916999340057, 0.026938501745462418, -0.07012835890054703, - -0.06804253160953522, -0.04333178326487541, 0.02755468711256981, - 0.01746135950088501, 0.01287283468991518, 0.010608073323965073, 0.04884132370352745, - 0.01356996688991785, -0.003585302736610174, 0.01093523483723402, - 0.018142031505703926, 0.06500658392906189, 0.07550480216741562, - -0.11156192421913147, 0.037913206964731216, -0.048733875155448914, - -0.00042816236964426935, 0.07472813874483109, -0.05392348766326904, - -0.054179251194000244, -0.07006478309631348, -0.0036521493457257748, - -0.03407071903347969, 0.06543907523155212, -0.01721794344484806, - -0.008952445350587368, -0.02949732355773449, -0.05560823902487755, - 0.020326465368270874, 0.08519472181797028, -0.0036570082884281874, - 0.015589261427521706, 0.03026692569255829, 0.02492627501487732, 0.02609570324420929, - 0.05137665197253227, -0.018978886306285858, -0.01202567107975483, - 0.016653284430503845, 0.06132212281227112, 0.02260064147412777, - -0.047627661377191544, -0.03825877234339714, -0.06435700505971909, - 0.00889557134360075, 0.08440101146697998, 0.02535884454846382, -0.04755126312375069, - 0.0564003512263298, -0.050395600497722626, -0.07132475823163986, - -0.04547358676791191, -0.040526848286390305, -0.038610972464084625, - 0.01622697524726391, -0.027490712702274323, 0.0425756610929966, - -0.028295889496803284, 0.013718027621507645, 0.0336790457367897, - 0.06451098620891571, -0.061593957245349884, 0.0538221150636673, - 0.017509829252958298, -0.012753667309880257, -0.03282793238759041, - -0.03286132588982582, 0.06331677734851837, 0.005095125641673803, - -0.0792003870010376, 0.10149412602186203, 0.060753922909498215, 0.09840679168701172, - -0.03420956805348396, 0.056782227009534836, -0.025420324876904488, - -0.04555697366595268, -0.05107757821679115, 0.07664705812931061, - -0.021702736616134644, -0.004030090756714344, -0.07286369800567627, - 0.009259277954697609, 0.09972288459539413, -0.02465800940990448, - -0.03089051879942417, 0.04770294576883316, -0.07929090410470963, - -0.05406025052070618, 0.030498791486024857, 0.022491052746772766, - -0.061749547719955444, 0.022637082263827324, 0.009701147675514221, - -0.028248852118849754, -0.06319309771060944, -0.025033969432115555, - 0.04502145200967789, 0.05696084350347519, -0.04693647101521492, - 0.044033635407686234, -0.053615882992744446, -0.06621748954057693, - 0.07628528773784637, 0.0363239161670208, -0.06165241077542305, -0.0274168960750103, - 0.004636128433048725, 0.03172933682799339, 0.06538397073745728, 0.02823682501912117, - 0.04737406224012375, -0.04093265160918236, 0.029430486261844635, - 0.18548016250133514, 0.02113324962556362, 0.019704516977071762, - -0.04966173693537712, -0.04270217940211296, -0.058940134942531586, - 0.06476745009422302, 0.015323087573051453, 0.015755636617541313, - 0.014045724645256996, 0.08792702853679657, 0.006060563027858734, - -0.08623076975345612, 0.003193075070157647, 0.004405890125781298, - 0.021805638447403908, 0.03383706510066986, 0.05673881620168686, - 0.006080434191972017, -0.02820088155567646, 0.09214655309915543, - 0.06071828678250313, 0.0058233230374753475, 0.08110806345939636, - 0.007099851034581661, -0.022156015038490295, 0.06058216467499733, - -0.06295331567525864, -0.000783315917942673, -0.015222862362861633, - 0.1335323601961136, -0.029567694291472435, -0.05526256561279297, - -0.16369719803333282, 0.05707400664687157, 0.007772977463901043, - 0.03760779649019241, -0.01700962707400322, -0.016288386657834053, - -0.03015291690826416, 0.05566185712814331, -0.06606606394052505, 0.0699906274676323, - 0.04934243857860565, -0.012166162952780724, 0.03962509706616402, - 0.06026367098093033, 0.019160481169819832, 0.04723065719008446, 0.05319364368915558, - 0.04381122440099716, 0.13234823942184448, 0.049923185259103775, - -0.030071482062339783, 0.039789311587810516, 0.00922126229852438, - 0.019646132364869118 - ], - [ - 0.02638258971273899, 0.027683448046445847, 0.016881689429283142, - 0.027314824983477592, -0.0028370481450110674, -0.015579335391521454, - 0.005698635708540678, -0.014072739519178867, 0.03478861227631569, - 0.004848125856369734, -0.06472420692443848, 0.019588880240917206, - -0.08040843158960342, 0.03380975127220154, 0.025105511769652367, - 0.03903096541762352, -0.04516805335879326, -0.08479668945074081, - 0.04402008652687073, 0.044587936252355576, -0.031573448330163956, - 0.03186428174376488, 0.053535934537649155, -0.010261752642691135, - -0.017679357901215553, 0.057749051600694656, -0.037874601781368256, - -0.008100027218461037, -0.004306388087570667, -0.015276188030838966, - -0.0710318312048912, 0.009999795816838741, -0.004788167309015989, - -0.014004364609718323, 0.014459285885095596, -0.010562634095549583, - 0.029362479224801064, -0.05461636558175087, 0.02708244137465954, - 0.045257870107889175, 0.07671422511339188, -0.020153040066361427, - -0.022777283564209938, -0.028534511104226112, 0.031105976551771164, - -0.030965568497776985, 0.05000761151313782, -0.006904140580445528, - 0.027165791019797325, -0.003744550282135606, 0.010973243974149227, - -0.043314866721630096, -0.010670427232980728, -0.04545062407851219, - 0.02345207706093788, 0.09729352593421936, -0.040485918521881104, - 0.06237335875630379, 0.06573840230703354, -0.05072622001171112, 0.0444222167134285, - 0.0471159927546978, -0.08688246458768845, 0.02647062949836254, -0.02361462451517582, - 0.029850956052541733, -0.01859758049249649, 0.0411205030977726, - -0.005165053065866232, -0.05645633116364479, 0.010498180985450745, - -0.0321480929851532, -0.0071059889160096645, -0.031108176335692406, - 0.020348289981484413, 0.06759349256753922, 0.11243566125631332, 0.04121341556310654, - -0.04551548883318901, 0.03729753568768501, -0.004999356344342232, - 0.07694002240896225, 0.038732919842004776, -0.00891219824552536, - 0.034019146114587784, 0.012544224038720131, 0.051520902663469315, - -0.0766732320189476, -0.07731159031391144, 0.007933808490633965, - 0.033060163259506226, 0.016209032386541367, 0.007573369424790144, - -0.04076852276921272, 0.027850572019815445, 0.07661232352256775, - -0.0030534695833921432, -0.024271342903375626, 0.06922995299100876, - 0.02720102109014988, -0.0254598930478096, -0.001711521064862609, - -0.009455163031816483, -0.03389979153871536, -0.07147174328565598, - -0.015093891881406307, 0.017794638872146606, -0.02017696388065815, - -0.04872794821858406, 0.022647278383374214, 0.022209301590919495, - -0.0473659448325634, 0.05501558259129524, 0.021822921931743622, - -0.03522628918290138, 0.06743227690458298, -0.06292721629142761, - -0.017438188195228577, 0.002693138550966978, -0.05536467954516411, - -0.032200396060943604, -0.07450518012046814, 0.060273297131061554, - 0.03088664636015892, 0.044093627482652664, 0.008522924967110157, - 0.018217330798506737, -0.042897146195173264, -0.021062087267637253, - -0.06864018738269806, 0.01744702085852623, -0.008602128364145756, - 0.06201953813433647, -0.045684073120355606, 0.09408740699291229, - -0.09108874201774597, 0.04176298528909683, 0.043762147426605225, - -0.0036409487947821617, 0.006114560645073652, -0.09950774908065796, - -0.10287552326917648, 0.027009235695004463, 0.019915450364351273, - -0.06067309528589249, 0.04619603976607323, -0.03823622316122055, - -0.03806725889444351, -0.06249712035059929, -0.04748464375734329, - 0.03473857790231705, 0.07548924535512924, 0.00027375921490602195, - 0.018900223076343536, 0.05419420450925827, -0.006691996939480305, - -0.01943936012685299, -0.016223473474383354, 0.05144209787249565, - 0.00898628681898117, -0.08673843741416931, -0.03667458891868591, - 0.007694422733038664, -0.003884534817188978, 0.004489994142204523, - 0.03247711807489395, -0.03164259344339371, -0.08380209654569626, - 0.05734819173812866, -0.03368358686566353, 0.08255989104509354, 0.09410397708415985, - -0.04315683990716934, -0.01847136579453945, -0.012280795723199844, - -0.044165123254060745, -0.005340559408068657, -0.052802857011556625, - -0.014511297456920147, -0.0892670601606369, 0.07032160460948944, - 0.06906785070896149, 0.037281837314367294, -0.04335268214344978, - 0.03776833042502403, 0.01982007920742035, -0.04875737056136131, - 0.025690948590636253, 0.01569345034658909, 0.05070185661315918, - -0.011395217850804329, 0.07330188155174255, 0.011688313446938992, - 0.016627036035060883, -0.02782459743320942, 0.006996368058025837, - 0.034281324595212936, -0.05737602710723877, 0.06907932460308075, - -0.014586612582206726, -0.010007915087044239, -0.013168282806873322, - 0.019649049267172813, -0.041744086891412735, -0.09282159060239792, - -0.04238205775618553, 0.01097822468727827, -0.06311514228582382, - -0.03464379534125328, 0.03136621043086052, 0.03242413327097893, - 0.025578467175364494, -0.0009570404072292149, 0.02846239134669304, - -0.014858240261673927, 0.028942054137587547, 0.019843870773911476, - -0.013707991689443588, -0.09650920331478119, 0.08669812977313995, - 0.06633937358856201, -0.03259853646159172, -0.06870465725660324, - -0.036872655153274536, 0.07357575744390488, -0.04221360757946968, - 0.051510781049728394, 0.06624915450811386, -0.002981262980028987, - -0.02178797870874405, -0.030538849532604218, 0.022386083379387856, - -0.038734953850507736, 0.021193694323301315, 0.07087720930576324, - 0.06357144564390182, 0.0299603883177042, 0.06394088268280029, -0.03917226195335388, - 0.0009526258218102157, 0.0035598943941295147, -0.022584805265069008, - 0.013903992250561714, -0.07730075716972351, -0.05086031183600426, - 0.06363706290721893, -0.019470762461423874, -0.009194661863148212, - -0.005123052280396223, 0.0657503604888916, -0.04979648068547249, - -0.0510188452899456, 0.04725807532668114, 0.022455157712101936, - 0.010935517027974129, -0.07415058463811874, -0.061285633593797684, - 0.011343495920300484, 0.012793228961527348, 0.07509595155715942, - -0.030420269817113876, 0.013060126453638077, -0.0008718222961761057, - 0.07317401468753815, -0.05060715600848198, -0.02904365211725235, - 0.03504803404211998, 0.0037535573355853558, 0.06202472746372223, - 0.044839613139629364, 0.07209565490484238, 0.13317802548408508, - -0.03853799030184746, 0.03101360984146595, -0.0780162662267685, - -0.02058151736855507, 0.026395855471491814, 0.014262738637626171, - 0.08276984095573425, 0.043324701488018036, 0.07749634981155396, 0.01588170789182186, - -0.03322354704141617, 0.02482164092361927, -0.04539816826581955, - -0.00762382335960865, 0.021242773160338402, -0.03489131107926369, - 0.07425621896982193, 0.10433536767959595, -0.06400788575410843, 0.06427057832479477, - -0.04942718520760536, -0.0586310476064682, -0.00986336637288332, - 0.06678666919469833, 0.021923189982771873, 0.01991562359035015, -0.0930582657456398, - 0.016789617016911507, -0.034682080149650574, -0.06799951195716858, - 0.024177350103855133, -0.04097346216440201, -0.025322675704956055, - -0.05508231744170189, -0.018644774332642555, -0.022935954853892326, - 0.011208668351173401, -0.006857975851744413, -0.021825307980179787, - -0.02477315068244934, -0.01672871969640255, 0.02985486574470997, - 0.02671694941818714, -0.05206826329231262, -0.016078926622867584, - -0.04323364421725273, -0.03234123811125755, -0.03348413482308388, - -0.015338418073952198, 0.04615476727485657, -0.038673337548971176, - -0.03830284997820854, 0.04879745841026306, -0.03962736949324608, - 0.02111637219786644, 0.028279496356844902, 0.06776286661624908, 0.04451250284910202, - -0.03831051290035248, -0.025123152881860733, 0.024001752957701683, - 0.08224249631166458, -0.0037791533395648003, -0.039805516600608826, - 0.02822030521929264, 0.02570846490561962, -0.03654467687010765, - -0.02994263544678688, -0.04280171915888786, -0.04673140123486519, - -0.07380843907594681, 0.02537817694246769, -0.05995912849903107, - 0.004378478974103928, 0.03606674447655678, 0.07067001610994339, - 0.055767618119716644, -0.03203781321644783, 0.0847197100520134, 0.08770965784788132, - -0.03987279161810875, 0.019656818360090256, 0.01837938465178013, - 0.0010150346206501126, -0.020253246650099754, 0.01684209331870079, - 0.046510692685842514, 0.006103454623371363, -0.07543060183525085, - 0.07793174684047699, -0.07399148494005203, 0.025538353249430656, - 0.012469041161239147, 0.009719468653202057, -0.02045486308634281, - 0.021959686651825905, 0.016309496015310287, -0.02829512022435665, - 0.035530753433704376, 0.01427438110113144, -0.05479653924703598, - 0.010173073969781399, 0.0566529706120491, 0.011219395324587822, - 0.039059512317180634, -0.02283520996570587, 0.058060240000486374, - 0.016692649573087692, -0.004000209271907806, -0.026784056797623634, - -0.019741663709282875, -0.027918295934796333 - ], - [ - 0.003842468373477459, 0.03985566273331642, -0.020876165479421616, - -0.02275664359331131, -0.007025292608886957, 0.07092980295419693, - 0.051712751388549805, -0.03749682009220123, 0.017056258395314217, - 0.036519475281238556, -0.09013094007968903, -0.0012556631118059158, - -0.046162959188222885, 0.050211623311042786, 0.02888934500515461, - -0.021187838166952133, -0.04488152265548706, 0.023612089455127716, - 0.00891114305704832, -0.015592247247695923, 0.031766265630722046, - 0.03518124669790268, 0.03541026636958122, 0.008976430632174015, 0.04761183261871338, - 0.007728264667093754, -0.03969033434987068, -0.0013935629976913333, - 0.031706538051366806, 0.0010734045645222068, -0.03136732801795006, - 0.021265359595417976, -0.018211426213383675, 0.042296990752220154, - 0.026167677715420723, 0.054337166249752045, 0.032595448195934296, - 0.027817457914352417, -0.027734147384762764, -0.03845011442899704, - 0.007059433497488499, 0.02220192737877369, 0.05472216755151749, - 0.007189534138888121, 0.01169680431485176, 0.06127076968550682, - -0.008916618302464485, 0.036365021020174026, 0.0286075659096241, - 0.020260339602828026, -0.009680153802037239, 0.007513485383242369, - -0.05287618935108185, 0.022876854985952377, 0.03791235014796257, - 0.08602116256952286, -0.0023512630723416805, -0.04167672619223595, - -0.029115799814462662, -0.06603578478097916, 0.06301946192979813, - -0.004349128343164921, -0.005522311199456453, 0.051590267568826675, - 0.08248841017484665, 0.02107839286327362, -0.008667864836752415, - 0.061659444123506546, 0.013427513651549816, -0.03294888511300087, - 0.049572233110666275, 0.003992312587797642, 0.01570713147521019, -0.067972332239151, - 0.013808945193886757, 0.04649371653795242, 0.12479589134454727, - 0.007932271808385849, 0.04292236641049385, 0.058705367147922516, - 0.01959042437374592, 0.037049636244773865, -0.014824086800217628, - -0.006036568898707628, 0.025145145133137703, -0.004162640776485205, - 0.061616841703653336, 0.03235464543104172, -0.051875676959753036, - 0.0497664250433445, 0.040621567517519, 0.009948087856173515, -0.030398616567254066, - -0.03090854547917843, -0.036636833101511, -0.03335609287023544, - -0.07065034657716751, 0.007786748465150595, 0.010279764421284199, - 0.04595620185136795, 0.06145966798067093, 0.004198750481009483, - -0.05868945270776749, -0.06998421251773834, -0.023576859384775162, - 0.08180619776248932, 0.018975602462887764, 0.05789060890674591, - -0.002184089971706271, -0.034893397241830826, 0.010308114811778069, - 0.016870295628905296, 0.09287512302398682, 0.011528216302394867, - 0.010477511212229729, -0.01842348463833332, -0.04750523343682289, - -0.061960745602846146, 0.016615575179457664, 0.026721516624093056, - -0.004035041667521, -0.031916502863168716, -0.0320066474378109, - -0.05564238503575325, 0.05316219478845596, 0.04520047828555107, - 0.007523320149630308, 0.0406530387699604, -0.010843171738088131, - -0.06145314499735832, 0.008567809127271175, -0.009421497583389282, - 0.05785685405135155, -0.08555062860250473, 0.06839694082736969, - -0.025120321661233902, 0.03460929915308952, 0.00739396084100008, - -0.08057139813899994, -0.04674206301569939, -0.010274255648255348, - -0.04221897944808006, 0.0041561727412045, -0.042364686727523804, - 0.02730918861925602, 0.009661727584898472, -0.015366156585514545, - 0.0434206947684288, -0.06664233654737473, 0.054349493235349655, - -0.003117737825959921, 0.021692806854844093, 0.08087635040283203, - 0.030375704169273376, 0.029742859303951263, -0.10339327901601791, - -0.022182341665029526, 0.03905985504388809, 0.04870466887950897, - 0.07702777534723282, -0.022235283628106117, -0.007360950578004122, - 0.03391328826546669, 0.05571655184030533, 0.09354094415903091, - -0.023033907637000084, 0.06606340408325195, -0.03280831500887871, - 0.04644133523106575, 0.013854071497917175, 0.0190411526709795, 0.022589877247810364, - -0.09400279819965363, -0.07078671455383301, 0.028429165482521057, - -0.06290232390165329, 0.0017442592652514577, -0.024930143728852272, - 0.003576659830287099, 0.01478936430066824, 0.0362345352768898, 0.01226661168038845, - 0.062431465834379196, -0.015940219163894653, 0.08920668065547943, - 0.03170192241668701, 0.023660780861973763, 0.0231337808072567, -0.00665109371766448, - 0.021807072684168816, 0.021317655220627785, 0.03678742051124573, - 0.11314921826124191, 0.08813019096851349, -0.08440728485584259, - 0.029671184718608856, -0.059989988803863525, -0.079906165599823, - -0.023929189890623093, -0.04905857890844345, 0.0019242026610299945, - -0.07494443655014038, -0.03944557160139084, -0.06527265161275864, - -0.02560296654701233, -0.013009458780288696, -0.042519595474004745, - -0.0285694170743227, -0.029167253524065018, 0.071475550532341, - -0.010922878049314022, 0.008151965215802193, -0.006543458439409733, - 0.019269825890660286, -0.02132890187203884, -0.04624231159687042, - -0.05980103835463524, -0.06264578551054001, -0.06845664232969284, - -0.022803321480751038, 0.032225754112005234, -0.06491713970899582, - 0.003280776785686612, 0.02648128569126129, -0.028187528252601624, - -0.10997118055820465, 0.0011406863341107965, -0.00705621438100934, - 0.007802268490195274, 0.008821566589176655, 0.01869225688278675, - 0.06476441770792007, -0.08488599210977554, 0.09112238138914108, - -0.03650838881731033, -0.009796082973480225, -0.04433289170265198, - 0.10015350580215454, -0.046499304473400116, 0.011966233141720295, - -0.012141698971390724, -0.01175191905349493, 0.04337480664253235, - 0.055593423545360565, -0.05542076379060745, 0.023876778781414032, - -0.0171648096293211, -0.07185705751180649, 0.0597655363380909, 0.04427635669708252, - -0.0010950856376439333, -0.013595315627753735, -0.012145341373980045, - -0.036865510046482086, -0.04303840175271034, -0.037437669932842255, - -0.014243231154978275, 0.057588525116443634, -0.0016573388129472733, - 0.024163132533431053, 0.01901054009795189, -0.03268055245280266, - 0.06273114681243896, -0.007258611731231213, 0.0201110802590847, - -0.04160604998469353, 0.12563566863536835, 0.006632842123508453, - 0.017766710370779037, 0.013267557136714458, -0.007731958292424679, - 0.025708217173814774, -0.04120880737900734, 0.034269172698259354, - 0.005285498220473528, 0.02668731100857258, -0.014607604593038559, - 0.0481204092502594, -0.003188464092090726, 0.07347729057073593, - 0.017497237771749496, 0.0322885625064373, -0.0011668659280985594, - -0.059006527066230774, 0.06733813136816025, 0.059942588210105896, - 0.008576682768762112, 0.04094335809350014, 0.04925752431154251, 0.03535420075058937, - 0.015531180426478386, 0.0697057694196701, -0.040194109082221985, - -0.07152915745973587, -0.02475598268210888, -0.025797095149755478, - -0.025402985513210297, -0.021025411784648895, -0.00794022623449564, - 0.03591131791472435, 0.06303739547729492, 0.02939923107624054, -0.03017793782055378, - 0.006177036091685295, -0.06744862347841263, -0.01766085997223854, - 0.033207591623067856, 0.025983836501836777, -0.0523383729159832, - 0.04970517382025719, -0.05968374013900757, 0.030491750687360764, 0.0135432668030262, - -0.01512938179075718, -0.05703310668468475, 0.04588139057159424, - -0.03897804021835327, 0.01907641813158989, 0.0055780294351279736, - 0.0007287189946509898, -0.023408368229866028, 0.0034156017936766148, - -0.05177244544029236, -0.06934785842895508, -0.03855803236365318, - 0.023427050560712814, 0.03847183659672737, 0.004846661817282438, - -0.021598463878035545, 0.046323440968990326, 0.03149362653493881, - 0.021791769191622734, -0.07088793069124222, 0.05209069326519966, - -0.01983761042356491, -0.024356963112950325, 0.009018024429678917, - 0.011251621879637241, -0.0440291166305542, 0.01566077023744583, - -0.01423656940460205, -0.015681561082601547, -0.01111504528671503, - 0.01927603967487812, -0.010639937594532967, 0.07514066249132156, - -0.04534641653299332, 0.007709477562457323, 0.001449793460778892, - -0.020303500816226006, 0.029031775891780853, 0.12404192239046097, - -0.047577016055583954, -0.03331660106778145, -0.03405115008354187, - 0.015339909121394157, -0.0005494229262694716, -0.028083190321922302, - -0.037646614015102386, -0.06807059049606323, 0.0021249460987746716, - 0.013164053671061993, -0.05155298113822937, 0.027403628453612328, - 0.03858527913689613, 0.08300042152404785, 0.05764153227210045, 0.008408695459365845, - 0.026053378358483315, -0.05869260057806969, 0.016876142472028732, - 0.001533913891762495, -0.012524561025202274, 0.01690446399152279, - 0.0055337706580758095, 0.017803076654672623, 0.013335843570530415, - -0.007302547805011272, 0.026101332157850266, -0.03858993202447891, - 0.030800625681877136, -0.008279403671622276, 0.03851545602083206, - -0.04584039747714996 - ], - [ - -0.021097252145409584, 0.016017619520425797, -0.05439149588346481, - -0.04379340261220932, 0.0056728096678853035, -0.01645410805940628, - 0.0037325231824070215, -0.03714476153254509, 0.025276649743318558, - -0.0010174413910135627, -0.041811589151620865, -0.057870522141456604, - 5.587707164522726e-6, 0.05376733839511871, 0.08679693192243576, - -0.024579055607318878, 0.03632432222366333, -0.05591445043683052, - -0.05729266256093979, 0.006549719255417585, 0.05282362177968025, - -0.06345158815383911, 0.008977029472589493, 0.045687735080718994, - 0.0050781103782355785, -0.02447204664349556, 0.053618498146533966, - -0.011686669662594795, -0.0819934830069542, -0.020398423075675964, - -0.0335867777466774, 0.0581371895968914, 0.028583431616425514, -0.03704510256648064, - -0.012452228926122189, 0.026151858270168304, -0.025845734402537346, - -0.025129176676273346, -0.031883541494607925, -0.029086481779813766, - -0.11345788091421127, -0.015112859196960926, 0.025122135877609253, - 0.03429356589913368, 0.061691123992204666, 0.03591671586036682, - -0.06937631219625473, 0.04490872099995613, 0.05064832791686058, -0.0727095976471901, - -0.0010679863626137376, -0.033431533724069595, -0.033052485436201096, - 0.01677430234849453, -0.06783805042505264, -0.03435807675123215, - -0.0756656676530838, -0.02642219327390194, 0.03439159318804741, - -0.005885740742087364, 0.049208734184503555, -0.0326431468129158, - -0.04229604825377464, 0.08429469913244247, 0.024420788511633873, - 0.008058181032538414, -0.05486811697483063, 0.05817490816116333, - 0.07289346307516098, 0.02003580518066883, -0.06347693502902985, - 0.009708922356367111, 0.025199810042977333, -0.011757804080843925, - 0.004241027869284153, 0.056544575840234756, 0.0395972840487957, - -0.009608376771211624, 0.03205999732017517, -0.060049425810575485, - -0.02873534895479679, 0.021146073937416077, -0.0007543108076788485, - 0.017827512696385384, 0.03528688848018646, 0.014732287265360355, - -0.02260429412126541, 0.07108733803033829, 0.004782911855727434, - 0.034032754600048065, 0.030504081398248672, -0.048767272382974625, - 0.05199171230196953, -0.0033754289615899324, -0.009927920997142792, - 0.04398377984762192, 0.008945723064243793, -0.05031885206699371, - -0.051625967025756836, 0.09523897618055344, 0.046491630375385284, - -0.03622688353061676, 0.008582347072660923, -0.03487838804721832, - 0.004527018405497074, -0.06180421635508537, 0.05698443949222565, - -0.017190178856253624, 0.04663023725152016, -0.06043824926018715, - -0.00826189573854208, -0.021931426599621773, 0.02823713608086109, - -0.0004460050258785486, 0.01875457353889942, -0.017436601221561432, - 0.06686210632324219, 0.011764060705900192, 0.06387285143136978, 0.06392871588468552, - 0.027029801160097122, 0.017091501504182816, 0.010769486427307129, - 0.02504655532538891, 0.024399010464549065, -0.030205996707081795, - -0.09294112026691437, -0.04372616112232208, -0.03214573860168457, - 0.01900743879377842, 0.040500085800886154, -0.029618730768561363, - 0.015298895537853241, -0.019366299733519554, -0.024032125249505043, - -0.040986791253089905, 0.020543614402413368, -0.0007531688315793872, - 0.0035633041989058256, -0.018538182601332664, 0.004866794217377901, - -0.012307347729802132, 0.07222285121679306, -0.0049141645431518555, - -0.05658277869224548, -0.007848073728382587, 0.03482702001929283, - -0.10147184878587723, 0.05181431397795677, -0.038875848054885864, - 0.04803803563117981, 0.034781564027071, 0.06184879317879677, 0.023131947964429855, - 0.027239041402935982, -0.0876513347029686, 0.009606465697288513, - 0.02877420000731945, -0.006496325600892305, -0.03444089740514755, - -0.08257473260164261, 0.0052086059004068375, -0.02389366552233696, - 0.027499446645379066, -0.030804449692368507, 0.05263093113899231, - -0.05402172729372978, 0.0107343764975667, -0.0832878053188324, - -0.0033795086201280355, 0.033637501299381256, 0.03766285255551338, - 0.08314073085784912, 0.03677524998784065, -0.046078506857156754, - 0.03353593498468399, 0.01393940020352602, 0.0019290666095912457, - -0.0504489429295063, 0.04815065488219261, -0.03501947224140167, - -0.027779143303632736, 0.02278706803917885, -0.08438751101493835, - 0.023587023839354515, 0.004741983953863382, -0.007861487567424774, - -0.047566335648298264, -0.019883228465914726, -0.012302614748477936, - -0.03272445127367973, -0.04422152414917946, 0.009759177453815937, - 0.023277878761291504, -0.10543455928564072, -0.04466059058904648, - 0.047954972833395004, -0.053622324019670486, -0.012226121500134468, - 0.02571038343012333, 0.10425400733947754, 0.04995122179389, -0.03305777907371521, - 0.04745907709002495, -0.03011002391576767, 0.05747146159410477, - -0.011588433757424355, -0.08848229050636292, 0.05349845066666603, - -0.010944872163236141, 0.02069292590022087, 0.024663707241415977, - 0.00928470492362976, -0.0718565359711647, 0.017918651923537254, 0.03674405813217163, - 0.02908063493669033, -0.031194224953651428, -0.06255260854959488, - -0.03966066986322403, 0.07567315548658371, -0.05001256614923477, - -0.04971379041671753, 0.003697097534313798, -0.024116158485412598, - 0.005007925443351269, -0.030737759545445442, 0.032133348286151886, - -0.05513431876897812, -0.06274030357599258, 0.006704550236463547, - 0.03624456003308296, 0.075665682554245, -0.04695722460746765, -0.0273924358189106, - 0.061389561742544174, 0.013118613511323929, -0.043456315994262695, - -0.05270146206021309, 0.016474662348628044, 0.0239837858825922, 0.07607416808605194, - 0.022990450263023376, 0.01940022222697735, -0.025202129036188126, - 0.054324958473443985, -0.11259633302688599, -0.009266167879104614, - -0.006943886633962393, 0.0945422500371933, -0.051606420427560806, - 0.02559678629040718, 0.03803977742791176, 0.03945556655526161, - -0.0035816121380776167, 0.03447284176945686, 0.02519308030605316, - 0.023181159049272537, 0.00642788503319025, -0.05106184631586075, - 0.06464047729969025, -0.02669026516377926, -0.060737382620573044, - -0.03380517289042473, 0.0931449607014656, -0.02234431356191635, - -0.01097942516207695, -0.006586134899407625, 0.009475267492234707, - -0.03151094913482666, 0.03392217308282852, -0.011477218940854073, - 0.017635053023695946, 0.04869893565773964, -0.038039255887269974, - -0.03279595449566841, -0.0166542399674654, 0.01465197466313839, - 0.030150333419442177, 0.015802638605237007, -0.011554389260709286, - -0.05385425686836243, -0.01697024330496788, 0.021637408062815666, - -0.050291839987039566, 0.09204951673746109, -0.025868592783808708, - -0.03460279107093811, 0.055492863059043884, 0.018803728744387627, - -0.06216833367943764, 0.057961512356996536, -0.0028824389446526766, - -0.10900769382715225, -0.02726699411869049, 0.024762636050581932, - 0.011266413144767284, -0.06928572803735733, 0.01803653873503208, - -0.021261433139443398, 0.046451635658741, 0.0005114446394145489, - -0.05713055655360222, 0.020818660035729408, -0.0029099921230226755, - -0.006357626523822546, -0.01024735625833273, 0.06709263473749161, - -0.05205535143613815, 0.03503751382231712, 0.01539359986782074, - -0.05073419213294983, 0.005857907701283693, -0.0133445393294096, - -0.051657531410455704, 0.008812908083200455, 0.03357163816690445, 0.101923868060112, - 0.027280334383249283, -0.011213277466595173, -0.04699254408478737, - -0.06030479446053505, 0.03788120299577713, -0.03556830435991287, - 0.007214528042823076, 0.07192257791757584, -0.052045322954654694, - -0.04943981394171715, 0.04441285505890846, -0.019504593685269356, - 0.03641102463006973, 0.061638008803129196, -0.047802574932575226, - -0.006783101707696915, -0.06365744024515152, 0.0035001246724277735, - -0.022687286138534546, -0.027396496385335922, 0.03599323332309723, - -0.03237426280975342, -0.06760497391223907, 0.03739621117711067, - 0.03743794932961464, 0.05672021582722664, 0.03906179592013359, 0.08363379538059235, - -0.061705585569143295, 0.08990100771188736, 0.014104469679296017, - -0.01836421526968479, 0.04019971191883087, -0.03137820214033127, - -0.05572183057665825, 0.00031565706012770534, -0.054836176335811615, - -0.03567757457494736, -0.02278829552233219, 0.009304038248956203, - 0.01941615529358387, 0.018161658197641373, -0.04884349927306175, - 0.04169038310647011, -0.08243782818317413, -0.03437037765979767, - 0.08896832913160324, 0.03681402653455734, -0.008066821843385696, - 0.013598065823316574, 0.011566875502467155, -0.022444739937782288, - -0.07758724689483643, 0.0323011577129364, 0.04722914099693298, 0.034867558628320694, - -0.011419035494327545, -0.07358072698116302, -0.0033622945193201303, - -0.003330900566652417, 0.005879160948097706, 0.0034374003298580647, - -0.0015363168204203248, 0.054365698248147964, 0.05596271902322769, - -0.055107150226831436 - ], - [ - 0.0023170753847807646, 0.034785766154527664, 0.0018142064800485969, - -0.02299116738140583, -0.019527088850736618, -0.03981160745024681, - 0.02581576257944107, -0.0482800155878067, 0.005077663343399763, - -0.0066005028784275055, -0.04355015233159065, 0.05562383309006691, - -0.007335485424846411, 0.09222517162561417, 0.050732068717479706, - -0.07079984247684479, -0.03926919773221016, 0.06275665760040283, - 0.017796311527490616, -0.0792122334241867, 0.07007261365652084, - -0.02671814151108265, -0.009640895761549473, -0.010866699740290642, - -0.022968130186200142, -0.04835668206214905, 0.01229891087859869, - -0.0010887603275477886, 0.004043384455144405, -0.09880367666482925, - -0.0908324122428894, 0.005012051202356815, -0.07693445682525635, - 0.005513180047273636, -0.027069570496678352, 0.0919129028916359, - -0.0032473148312419653, 0.017500009387731552, 0.0644276812672615, - 0.006251642946153879, 0.007858100347220898, -0.06128081679344177, - 0.01796305738389492, -0.03464386239647865, 0.05138102546334267, 0.08149551600217819, - -0.02195936068892479, 0.004627740476280451, -0.007206186186522245, - -0.06905171275138855, -0.003531239228323102, -0.019732588902115822, - 0.022723784670233727, -0.01915900409221649, -0.015247894451022148, - 0.022436872124671936, -0.047491058707237244, -0.05264848470687866, - 0.011489572003483772, 0.03342794254422188, 0.008579681627452374, - -0.09176437556743622, -0.07415733486413956, 0.11213156580924988, - 0.0004567635478451848, 0.01878209598362446, 0.035449352115392685, - 0.10670994967222214, -0.030786586925387383, -0.011359160766005516, - 0.026051336899399757, -0.03660665825009346, 0.010600602254271507, - 0.022096998989582062, 0.05958487465977669, 0.032182883471250534, - -0.03874083235859871, -0.09883735328912735, -0.0011290452675893903, - 0.06581633538007736, -0.06010551005601883, -0.06993623077869415, - 0.006245211232453585, 0.0461304746568203, 0.034924495965242386, 0.04823341965675354, - 0.04454129561781883, -0.05824582651257515, 0.04992776736617088, 0.03241107612848282, - 0.02254866063594818, 0.08986419439315796, 0.02760060876607895, - -0.006047866772860289, -0.04459669440984726, 0.04660170152783394, - 0.006205606274306774, 0.047769997268915176, -0.037771325558423996, - -0.027629436925053596, -0.04445856809616089, -0.011841951869428158, - 0.03120572865009308, -0.050368987023830414, -0.013538447208702564, - -0.0037188613787293434, 0.017782654613256454, 0.05693884193897247, - -0.025012275204062462, -0.031077539548277855, 0.08936324715614319, - -0.002482960931956768, 0.02385740540921688, -0.10382651537656784, - -0.0032562650740146637, 0.11129153519868851, -0.043616458773612976, - -0.04294867441058159, 0.008061595261096954, 0.008402693085372448, - 0.03466018661856651, 0.043269362300634384, 0.038299400359392166, - 0.0014065259601920843, -0.02478047087788582, 0.07494918256998062, - 0.04387184977531433, 0.027561107650399208, 0.001712353085167706, - 0.013876741752028465, 0.0354287214577198, -0.06628591567277908, - -0.04966042935848236, -0.05671517923474312, 0.09478264302015305, - -0.07951978594064713, -0.003068057121708989, -0.007594883441925049, - 0.02480158396065235, 0.0799410492181778, -0.06005391478538513, 0.02386312186717987, - -0.062342021614313126, 0.0003545843646861613, -0.018341347575187683, - 0.02904578670859337, -0.011131097562611103, 0.06260621547698975, - -0.01242135837674141, -0.052301034331321716, 0.0012134226271882653, - 0.022257260978221893, 0.011534314602613449, 0.058573607355356216, - 0.022888995707035065, -0.07369574904441833, 0.038384489715099335, - 0.032409440726041794, 0.005309235770255327, -0.013252574019134045, - 0.01585111953318119, 0.04139398783445358, 0.025323208421468735, 0.08223992586135864, - -0.008781653828918934, -0.0683262050151825, 0.03851260244846344, - -0.015107069164514542, 0.06248732656240463, 0.012395400553941727, - 0.01289147138595581, -0.00179843429941684, -0.033412154763936996, - -0.012420566752552986, -0.09958169609308243, -0.06300684809684753, - -0.07601765543222427, -0.06424698233604431, 0.010129916481673717, - -0.027968157082796097, 0.0019331234507262707, -0.03360655903816223, - 0.062391247600317, 0.030857551842927933, 0.02494259551167488, -0.05167932063341141, - 0.010960967279970646, 0.03055863454937935, -0.02179109677672386, - 0.03685668483376503, 0.017755581066012383, 0.03406782075762749, 0.03448612242937088, - 0.007870832458138466, -0.061849262565374374, 0.030538877472281456, - -0.04449149966239929, -0.02231607213616371, 0.04894572123885155, - -0.07051295787096024, -0.025430122390389442, -0.03651314973831177, - -0.010422862134873867, -0.032153986394405365, 0.017871152609586716, - -0.050717562437057495, -0.02403358370065689, -0.04538862407207489, - -0.0305109154433012, -0.004371462389826775, -0.05251092463731766, - -0.040286123752593994, -0.06158890202641487, -0.01629333570599556, - 0.041279908269643784, 0.022810040041804314, 0.0476820282638073, - -0.006576582323759794, 0.004920247010886669, -0.03570376709103584, - -0.013852653093636036, -0.03253325819969177, -0.039310287684202194, - 0.016586337238550186, -0.005780791398137808, -0.028518246486783028, - 0.06656339019536972, 0.02425415813922882, -0.021029436960816383, - -0.059843163937330246, -0.08070765435695648, 0.05482800677418709, - 0.00555057916790247, 0.026312032714486122, -0.07625477015972137, - 0.05199413746595383, -0.0754292756319046, -0.07230915129184723, - -0.00617217319086194, -0.02043931931257248, 0.005352979525923729, - 0.05509505420923233, 0.056320689618587494, 0.02948862686753273, - -0.0022271843627095222, -0.04219648241996765, -0.042042896151542664, - 0.033155638724565506, 0.074303537607193, -0.03730635717511177, - -0.014618530869483948, 0.04402606189250946, 0.04653264954686165, - 0.017717130482196808, -0.05060570687055588, 0.0026804814115166664, - 0.028641121461987495, -0.024374332278966904, -0.010679738596081734, - 0.023656584322452545, -0.021273864433169365, 0.004541213158518076, - 0.09869632124900818, 0.050090424716472626, 0.04745029658079147, - -0.04694425314664841, -0.020389998331665993, -0.04047577828168869, - -0.00690334290266037, 0.07641702890396118, 0.044073667377233505, - -0.01665775664150715, -0.027895206585526466, 0.057451922446489334, - 0.004285810515284538, -0.045904867351055145, -0.043321993201971054, - -0.09473800659179688, 0.006236773915588856, 0.04205460846424103, - -0.018700892105698586, 0.07727883756160736, -0.04683979973196983, - -0.01917806640267372, 0.01841243915259838, -0.06071275472640991, - -0.016494397073984146, -0.01989627256989479, 0.009649040177464485, - 0.05573340132832527, 0.047577232122421265, 0.04821684956550598, - -0.09162082523107529, -0.01723836362361908, -0.024704119190573692, - 0.0666368305683136, 0.06488844007253647, 0.013671684078872204, -0.07076621800661087, - -0.036440860480070114, 0.009500039741396904, -0.03264648839831352, - -0.033592961728572845, 0.031003376469016075, -0.0018152755219489336, - -0.07659794390201569, -0.027712425217032433, 0.028445633128285408, - 0.08781981468200684, -0.010685883462429047, -0.0040571428835392, - 0.0021074137184768915, -0.08128724992275238, 0.05063306540250778, - -0.023430224508047104, 0.038331519812345505, -0.0148159209638834, - -0.0742090567946434, -0.020848728716373444, 0.041526153683662415, - -0.032760635018348694, 0.005551784764975309, -0.041113562881946564, - -0.11235303431749344, -0.022536255419254303, 0.0496564544737339, - -0.05667397379875183, 0.015227297320961952, 0.07868654280900955, - 0.039645180106163025, -0.019644256681203842, 0.009572804905474186, - 0.06799223273992538, -0.02592591382563114, 0.004530406557023525, - -0.06125859171152115, -0.013931799679994583, 0.010804534889757633, - -0.07819688320159912, -0.02880140021443367, 0.05212445184588432, - 0.052829988300800323, -0.05260062962770462, -0.07834213972091675, - -0.018521230667829514, 0.056581299751996994, -0.004779256414622068, - -0.07344626635313034, -0.015987157821655273, -0.05693180114030838, - -0.07102390378713608, 0.08176308125257492, 0.07741869986057281, - -0.04332961142063141, -0.07170471549034119, 0.009927541017532349, - -0.005581519100815058, -0.04765719547867775, -0.01639518141746521, - -0.02853480353951454, 0.07335659861564636, 0.044187579303979874, - 0.02617075853049755, 0.015935709699988365, -0.05823088809847832, - 0.02157772146165371, -0.014585446566343307, -0.0064073847606778145, - 0.020641064271330833, -0.05429762229323387, 0.014522776938974857, - 0.0037518299650400877, 0.03439395874738693, -0.005378489848226309, - -0.042833004146814346, -0.034646760672330856, -0.021238908171653748, - -0.019436514005064964, 0.0692557543516159, -0.03635764867067337, - -0.04302126169204712, -0.020783744752407074, 0.03328905627131462, - 0.02616061456501484 - ], - [ - -0.06286263465881348, -0.01722036674618721, -0.01591929979622364, - -0.022656278684735298, 0.048041943460702896, 0.07037075608968735, - -0.0015441117575392127, 0.04956088960170746, 0.0671023577451706, - -0.032725654542446136, -0.032220788300037384, 0.0013744195457547903, - -0.022214412689208984, -0.02396194078028202, 0.03163968771696091, - -0.01049481425434351, 0.04959478601813316, 0.02782144397497177, - -0.09502322226762772, 0.014934007078409195, -0.05776265263557434, - -0.12588973343372345, 0.01984376832842827, -0.009622538462281227, - -0.021924640983343124, 0.04860798642039299, 0.003297260729596019, - 0.020424388349056244, -0.05321764200925827, -0.015393381007015705, - 0.04396052286028862, -0.008355625905096531, -0.025230543687939644, - -0.07683885842561722, 0.0013164965203031898, -0.030152132734656334, - -0.06677233427762985, -0.042451467365026474, -0.01229744590818882, - -0.03194262459874153, -0.045677416026592255, 0.004463877063244581, - -0.05703335255384445, 0.028165291994810104, 0.06270800530910492, - 0.019174493849277496, -0.030757742002606392, 0.05887927860021591, - 0.024097027257084846, 0.024350600317120552, -0.015051954425871372, - -0.0038875786121934652, -0.042019374668598175, -0.044526491314172745, - -0.05981661379337311, -0.06008421629667282, -0.008801113814115524, - 0.00026216238620691, 0.03234307840466499, 0.06571149826049805, -0.04060425981879234, - 0.039178408682346344, -0.03529047593474388, 0.11240967363119125, - -0.02597673051059246, 0.01031586341559887, -0.011309311725199223, - 0.019918110221624374, -0.027401447296142578, 0.02245183289051056, - 0.012397611513733864, -0.024255497381091118, -0.011504500173032284, - 0.046983979642391205, 0.018437448889017105, 0.04612749442458153, - -0.01448169257491827, -0.005776551552116871, 0.013979027979075909, - -0.06967335194349289, 0.06050432100892067, 0.01990986429154873, - 0.005463350098580122, -0.0008443918195553124, 0.04008925333619118, - 0.002141905715689063, 0.011227943003177643, 0.04143180325627327, - 0.06977035105228424, 0.0756070539355278, 0.05692889541387558, 0.033642835915088654, - 0.039220262318849564, -0.03580925986170769, 0.06892908364534378, - 0.04273682087659836, -0.02554723434150219, -0.037676841020584106, - -0.10314223915338516, 0.10041240602731705, 0.06459159404039383, - -0.04673517122864723, -0.02625465765595436, -0.036081306636333466, - 0.02462797611951828, -0.01981770619750023, 0.04767173156142235, - 0.050485122948884964, -0.006710407789796591, -0.035574935376644135, - -0.11938858777284622, 0.03254570811986923, -0.018233072012662888, - 0.01804766245186329, 0.017397994175553322, 0.02802664041519165, 0.06657422333955765, - 0.07400618493556976, 0.07489544153213501, 0.03568359464406967, - -0.0068003274500370026, 0.048783671110868454, 0.05874572694301605, - -0.024127069860696793, 0.03387648984789848, -0.08814173191785812, - -0.08198688179254532, -0.040113676339387894, 0.0369674451649189, - -0.0030058978591114283, 0.05401609092950821, 0.050638243556022644, - 0.0066283405758440495, -0.020524851977825165, -0.07665152102708817, - -0.020041771233081818, -0.021372947841882706, -0.011727090924978256, - 0.09311189502477646, -0.08923891931772232, -0.0538315623998642, 0.06292004883289337, - -0.010864232666790485, -0.03223886713385582, -0.006584099028259516, - -0.004734360612928867, 0.05490889400243759, -0.1041392832994461, - 0.10111632198095322, -0.0005780995124951005, -0.006928795482963324, - -0.07278542965650558, -0.06731081008911133, -0.0009447239572182298, - -0.05008132383227348, -0.056232016533613205, -0.03561263531446457, - 0.03571059927344322, -0.08030889928340912, 0.012793531641364098, - -0.025904426351189613, 0.012612961232662201, -0.041245728731155396, - 0.03964254632592201, -0.12122432887554169, 0.030639279633760452, - -0.03747975453734398, 0.015883058309555054, -0.014199280180037022, - 0.06845902651548386, 0.0009947697399184108, 0.05286503955721855, - 0.04634783789515495, -0.0018874031957238913, -0.026641953736543655, - 0.007602803874760866, 0.004386457614600658, 0.021130986511707306, - -0.03429415822029114, 0.008019297383725643, -0.05007053539156914, - -0.06099866330623627, -0.018536023795604706, -0.08217144757509232, - -0.06919055432081223, -0.04820891469717026, 0.01597900688648224, - 0.009435834363102913, 0.01615152321755886, -0.05802879109978676, - -0.05970090627670288, 0.0045758639462292194, -0.09094799309968948, - 0.06880050152540207, -0.05161374434828758, -0.044979486614465714, - 0.03222811967134476, -0.026234764605760574, 0.008296513929963112, - 0.07950994372367859, 0.08181680738925934, 0.06907102465629578, -0.06983473896980286, - 0.07054508477449417, -0.005428664851933718, 0.04899507015943527, - 0.12735100090503693, 0.009416086599230766, 0.0622808039188385, -0.06805183738470078, - -0.03951067104935646, 0.1026274710893631, 0.008948447182774544, - -0.02314150147140026, 0.010645766742527485, 0.07144217193126678, - -0.022702887654304504, 0.04353402927517891, -0.06364540755748749, - 0.023988211527466774, 0.08458729088306427, -0.047519877552986145, - -0.013543220236897469, 0.029691219329833984, 0.02836148627102375, - 0.08175170421600342, -0.07573404908180237, -0.004361510742455721, - 0.007521966937929392, -0.010436635464429855, 0.03054409846663475, - 0.01216026209294796, 0.0829821303486824, 0.05909261479973793, -0.0459071509540081, - -0.07351874560117722, -0.013290458358824253, -0.007439709734171629, - 0.017667198553681374, -0.061602674424648285, -0.005926028359681368, - 0.01569616049528122, -0.06760061532258987, -0.009195618331432343, - -0.050957173109054565, 0.06539545208215714, -0.0008524250006303191, - 0.04294673353433609, 0.06916147470474243, 0.049389611929655075, - -0.0050411284901201725, 0.10275587439537048, 0.001580899115651846, - -0.015622757375240326, -0.01626833714544773, 0.04654007405042648, - -0.06936854869127274, -0.0060125780291855335, -0.004733821377158165, - 0.0423046350479126, -0.015653418377041817, -0.01428795512765646, - -0.0816228985786438, 0.0016459820326417685, 0.054265763610601425, - 0.01734408363699913, -0.0965040922164917, 0.027955185621976852, - -0.02166251465678215, 0.0023353148717433214, 0.025641029700636864, - -0.04704583063721657, 0.015340447425842285, -0.012403098866343498, - -0.014902953989803791, -0.09669559448957443, -0.01997336558997631, - -0.005001875106245279, -0.03472335264086723, -0.03723163530230522, - 0.05549617111682892, -0.041972704231739044, -0.0606856606900692, - 0.06313801556825638, -0.039411138743162155, 0.11870375275611877, - -0.0875878781080246, -0.0016822634497657418, 0.009187770076096058, - 0.014910171739757061, -0.0003966317744925618, 0.047114163637161255, - 0.0031843988690525293, -0.08415666222572327, 0.01904495432972908, - 0.024952195584774017, 0.00215577008202672, -0.012316988781094551, - 0.11445663869380951, -0.06368927657604218, 0.0677073746919632, -0.03498987480998039, - 0.04190714657306671, 0.06148017570376396, -0.018016088753938675, - -0.048894524574279785, 0.039397504180669785, 0.00018320218077860773, - -0.014829838648438454, -0.004507840145379305, 0.02887287549674511, - -0.008413734845817089, 0.01655513234436512, 0.06789732724428177, - 0.01740378886461258, -0.020461197942495346, 0.0673280879855156, - 0.015586006455123425, 0.06907659769058228, 0.043923892080783844, - -0.0014954212820157409, -0.01662798784673214, 0.11282069236040115, - 0.11407843977212906, 0.017197610810399055, -0.003950163722038269, - -0.025662217289209366, -0.07343683391809464, -0.08120615035295486, - -0.0309189073741436, 0.09388076514005661, 0.07892178744077682, - -0.027171926572918892, 0.012373186647891998, -0.06762704253196716, - 0.044920098036527634, 0.028824562206864357, -0.08998994529247284, - -0.0009359392570331693, 0.03121626190841198, -0.03722258657217026, - -0.02456464059650898, 0.021774308755993843, -0.04921539127826691, - 0.05039143189787865, 0.09483915567398071, -0.023087546229362488, - 0.015105207450687885, 0.01165507547557354, 0.04895022511482239, - 0.012139199301600456, -0.058498844504356384, -0.07800401747226715, - 0.05131928622722626, -0.047416698187589645, -0.048774685710668564, - -0.07120175659656525, 0.0049711489118635654, -0.019389202818274498, - 0.03474394232034683, -0.09590326249599457, 0.0538819245994091, 0.02377203479409218, - 0.06829476356506348, 0.02708902396261692, -0.023735536262392998, - -4.119184086448513e-5, -0.07646942883729935, -0.04349265620112419, - -0.025759104639291763, -0.058695778250694275, -0.030593140050768852, - 0.05021528899669647, 0.056450262665748596, -0.0005300473421812057, - -0.019790781661868095, -0.04437468945980072, -0.00030924478778615594, - -0.02679264545440674, 0.04622449725866318, 0.01127264928072691, - 0.006430663634091616, -0.013045004568994045, -0.05055885389447212 - ], - [ - 0.052177537232637405, -0.041673630475997925, 0.02530636452138424, - 0.041013266891241074, -0.04617089405655861, -0.03206650912761688, - -0.050995998084545135, -0.009214340709149837, 0.04637609422206879, - 0.02015841007232666, -0.09747341275215149, 0.008585132658481598, - 0.03234638646245003, 0.07160470634698868, -0.029591960832476616, - 0.02489730343222618, -0.020388824865221977, -0.07690604031085968, - 0.031109746545553207, -0.05477580055594444, 0.010093256831169128, - 0.03254878148436546, 0.04271984100341797, -0.01155955158174038, 0.05137070268392563, - 0.014176202937960625, 0.0062711662612855434, -0.009722081944346428, - 0.0033544127363711596, -0.039240822196006775, -0.0676734521985054, - -0.03841453790664673, 0.007914870977401733, 0.017653916031122208, - -0.010611160658299923, 0.05101483315229416, 0.01640619896352291, - -0.009490941651165485, -0.03667459264397621, -0.0007596725481562316, - 0.0027473391965031624, 0.04554268717765808, 0.049675747752189636, - -0.023367488756775856, -0.04708584398031235, -0.005216013640165329, - -0.03967558220028877, 0.056118227541446686, 0.008862921968102455, - 0.012741880491375923, 0.004021437373012304, -0.03092345967888832, - -0.029314598068594933, 0.028064770624041557, 0.006577497348189354, - 0.052020903676748276, -0.008897301740944386, -0.01613989844918251, - 0.03489898517727852, -0.07875897735357285, 0.035117898136377335, - 0.008489251136779785, -0.07934677600860596, 0.04922626167535782, - 0.07522711902856827, 0.05309388041496277, -0.01400208193808794, - -0.011087987571954727, 0.025184430181980133, -0.04402037337422371, - -0.01320862490683794, -0.004839947447180748, 0.020168112590909004, - -0.06285150349140167, 0.07270382344722748, 0.0069721415638923645, 0.146528959274292, - 0.033677928149700165, -0.02685854211449623, 0.016856271773576736, - 0.028567608445882797, 0.0634177103638649, 0.013037456199526787, - 0.010956215672194958, -0.03868681192398071, 0.03602205589413643, - -0.03154808655381203, 0.03266242519021034, -0.05718851462006569, - 0.060388416051864624, 0.01347486674785614, 0.043534066528081894, - -0.0036710072308778763, 0.004760191310197115, 0.013210268691182137, - 0.0021822932176291943, -0.03381168097257614, 0.046838000416755676, - 0.0342579148709774, -0.05012090876698494, -0.05344727635383606, 0.01135119516402483, - -0.036303211003541946, -0.01528114452958107, 0.021572690457105637, - 0.056413013488054276, 0.03990499675273895, -0.05936547368764877, - -0.0313042514026165, -0.11494968831539154, 0.027875719591975212, - -0.04789202660322189, 0.03801124542951584, 0.07723255455493927, - -0.044138237833976746, -0.01610727235674858, -0.0019207114819437265, - 0.003998152446001768, 0.0003892194072250277, -0.04907387122511864, - -0.07383369654417038, -0.0021163441706448793, -0.0035756207071244717, - 0.03715583309531212, 0.03064090944826603, 0.02731284871697426, -0.04427077993750572, - 0.03780991956591606, -0.04378649964928627, -0.11004583537578583, - 0.010580107569694519, -0.04082963615655899, 0.01668703183531761, - -0.054126571863889694, 0.1017824187874794, -0.10385263711214066, 0.0711529329419136, - 0.014095989987254143, 0.016049163416028023, 0.020659014582633972, - -0.07224515080451965, -0.007806002628058195, 0.03702818974852562, - 0.012361062690615654, 0.007635946851223707, -0.032542210072278976, - -0.06182580441236496, -0.06594762206077576, -0.022045686841011047, - 0.025197047740221024, 0.017810413613915443, 0.05339496582746506, - 0.00032697059214115143, 0.020594803616404533, 0.03996783122420311, - -0.01231292262673378, 0.06438053399324417, -0.006155576556921005, - 0.02579811029136181, 0.02586105838418007, -0.03888009116053581, 0.06509657949209213, - 0.03812224045395851, -0.006631809752434492, 0.07581327855587006, - 0.03309708088636398, -0.08117276430130005, 0.004754887893795967, - 0.02098185010254383, -0.011078547686338425, 0.008349625393748283, - -0.04197755828499794, 0.025532063096761703, -0.02192588709294796, - 0.03934174403548241, -0.008482521399855614, -0.009110163897275925, - 0.05095019191503525, -0.065034881234169, 0.008387322537600994, 0.020405760034918785, - 0.03483980521559715, 0.057977233082056046, 0.08359590172767639, - 0.013818090781569481, 0.02641903981566429, -0.01946902647614479, - -0.029508328065276146, -0.02417857199907303, 0.035391733050346375, - 0.021408557891845703, 0.008517268113791943, 0.013079450465738773, - 0.036872051656246185, 0.08237214386463165, 0.01753937266767025, -0.0540359690785408, - -0.050306838005781174, 0.028910694643855095, -0.06219295412302017, - 0.03997744247317314, 0.012511064298450947, -0.00957412552088499, - -0.05904313921928406, -0.08294618129730225, -0.041162844747304916, - -0.04511433467268944, -0.0021692460868507624, -0.028409618884325027, - 0.02667623572051525, -0.015690915286540985, -0.025708317756652832, - -0.04394064098596573, -0.030552096664905548, -0.003828789107501507, - -0.007890219800174236, -0.04101350158452988, -0.03393922373652458, - -0.05242709070444107, 0.06716568768024445, -0.02274448052048683, - -0.01993590220808983, -0.05036304518580437, -0.007741726003587246, - -0.024479635059833527, -0.08701736479997635, 0.048696789890527725, - 0.036129921674728394, -0.031860239803791046, -0.029202526435256004, - 0.01709497906267643, 0.0009046579943969846, 0.00041104876436293125, - 0.04102924093604088, -0.06434454023838043, 0.0479808934032917, -0.01928858831524849, - -0.011149618774652481, -0.007492445409297943, -0.008992242626845837, - -0.009265286847949028, -0.031943026930093765, 0.023891551420092583, - 0.0016816959250718355, -0.04083428904414177, 0.06213730573654175, - 0.04278930649161339, -0.030183706432580948, -0.04027964547276497, - -0.01820526272058487, -0.021922949701547623, -0.05363025516271591, - 0.03947259113192558, 0.010734709911048412, 0.033513009548187256, - 0.014157828874886036, -0.021539175882935524, -0.01429788675159216, - 0.014607701450586319, 0.012566759251058102, -0.004139385186135769, - 0.03935381397604942, 0.03038463555276394, 0.03241012990474701, 0.011696325615048409, - -0.06041707471013069, -0.0032938860822468996, -0.001249724649824202, - 0.07527091354131699, 0.031433381140232086, 0.08155497908592224, 0.06766726821660995, - -0.019926052540540695, -0.014002829790115356, -0.03500401973724365, - -0.01757187955081463, -0.06755894422531128, 0.0068690660409629345, - -0.018588142469525337, -0.01826653815805912, 0.10300111025571823, - 0.08503090590238571, 0.012766723521053791, -0.026690110564231873, - 0.02096647210419178, -0.041883211582899094, 0.041671644896268845, - 0.019435564056038857, 0.10423886775970459, 0.03979327902197838, - -0.07496707886457443, 0.05844249948859215, -0.041514892131090164, - 0.010582703165709972, -0.01662088744342327, 0.011476695537567139, - -0.03517638519406319, 0.013772501610219479, -0.07330188155174255, - 0.014820214360952377, 0.011129084974527359, 0.061960164457559586, - 0.007356107234954834, -0.033254433423280716, 0.015060510486364365, - -0.027733352035284042, 0.009157681837677956, -0.037930749356746674, - -0.08237635344266891, 0.0609341599047184, 0.036162517964839935, - -0.12204558402299881, -0.049410540610551834, -0.009636148810386658, - 0.037502411752939224, -0.04239310324192047, 0.0940309688448906, 0.03521145507693291, - 0.05900586023926735, 0.045866478234529495, 0.054101016372442245, - 0.0058517917059361935, -0.0030185836367309093, -0.07352730631828308, - -0.03167501837015152, 0.06182800605893135, 0.039109762758016586, - -0.00827580876648426, 0.07512503117322922, -0.006170486565679312, - -0.05350015312433243, -0.059315912425518036, -0.0027418876998126507, - -0.002872931305319071, -0.09800782799720764, 0.0048724389635026455, - 0.0505024790763855, 0.06714506447315216, -0.05883680284023285, 0.00586957111954689, - 0.05922037735581398, -0.07719916850328445, 0.035196807235479355, - 0.06887052953243256, -0.06218758597970009, -0.018994199112057686, - -0.039110176265239716, 0.02781643345952034, 0.0470784492790699, - -0.029803799465298653, -0.041094813495874405, 0.09091521799564362, - -0.006270622368901968, 0.010220336727797985, 0.039705678820610046, - -0.011396863497793674, -0.016727769747376442, 0.02943224273622036, - -0.06708543002605438, -0.028152868151664734, -0.03327478468418121, - 0.014465423300862312, -0.04308374598622322, -0.036816295236349106, - -0.01332185696810484, 0.0945623591542244, 0.03193706274032593, 0.0642356127500534, - -0.03201153874397278, 0.05947532877326012, 0.04272884503006935, 0.04281596839427948, - -0.0038462530355900526, 0.051655545830726624, -0.025416823104023933, - 0.015993019565939903, 0.1072680875658989, -0.03562965989112854, 0.01826627179980278, - 0.044447097927331924, 0.005479317624121904, -0.06963948905467987, - 0.024165011942386627, 0.046809110790491104 - ], - [ - -0.014830579049885273, -0.023282144218683243, -0.018356995657086372, - 0.08270779252052307, 0.03265929967164993, -0.055360522121191025, - -0.0492737740278244, 0.03159594163298607, -0.05011894926428795, - 0.018938226625323296, -0.05136125162243843, 0.04499544948339462, - -0.013085084967315197, -0.035176508128643036, 0.03642360121011734, - -0.022954361513257027, 0.05353652313351631, -0.040785010904073715, - 0.0017511028563603759, 0.04361420124769211, 0.05507161095738411, - 0.0007993974722921848, 0.09221240878105164, 0.0597015842795372, - -0.06816514581441879, -0.07856647670269012, 0.035546522587537766, - -0.027566956356167793, 0.014615185558795929, 0.05794579163193703, - 0.0475890226662159, -0.07745589315891266, 0.017146922647953033, - 0.010494789108633995, 0.021301228553056717, -0.053368087857961655, - 0.012112116441130638, -0.025308577343821526, -0.0580916553735733, - 0.013853088021278381, -0.014927070587873459, -0.001957130851224065, - -0.033866118639707565, -0.05799239128828049, -0.06306730955839157, - -0.0210025105625391, -0.09500261396169662, -0.062181372195482254, - 0.035959962755441666, -0.022310815751552582, 0.01712377928197384, - 0.05957159027457237, -0.0019039013423025608, -0.023428913205862045, - 0.03791024908423424, -0.09027937799692154, 0.020491719245910645, - 0.041459448635578156, -0.0006083694170229137, 0.006864440627396107, - 0.021742604672908783, -0.059407852590084076, 0.050320789217948914, - 0.05333798751235008, -0.01909615844488144, 0.0021256031468510628, - -0.11903287470340729, 0.031318988651037216, 0.04241378605365753, - -0.020098408684134483, -0.00020665441115852445, 0.003036007285118103, - -0.015901412814855576, 0.00039019258110783994, 0.06848694384098053, - 0.028400572016835213, 0.07265891134738922, -0.01224096491932869, - -0.030268140137195587, 0.0025906285736709833, -0.023715410381555557, - -0.024742839857935905, 0.030042750760912895, -0.002872125245630741, - 0.018690384924411774, 0.024440862238407135, -0.061864856630563736, - 0.036004405468702316, -0.07240785658359528, 0.0016949758864939213, - -0.03177202120423317, 0.007208973169326782, 0.02082032710313797, - 0.07248164713382721, -0.027880432084202766, -0.01846686378121376, - -0.03546491637825966, 0.001906971912831068, 0.0558771975338459, - 0.042432136833667755, -0.04101016744971275, 0.07255706936120987, - -0.011134994216263294, 0.11155029386281967, 0.0456126406788826, - -0.026481209322810173, 0.03478873893618584, -0.08428624272346497, - -0.0025002111215144396, 0.06772766262292862, 0.05120740458369255, - -0.0017125530866906047, -0.025950836017727852, 0.020565008744597435, - 0.01916625164449215, -0.02473732829093933, -0.0982983410358429, - -0.13908427953720093, 0.048235878348350525, 0.018310168758034706, - -0.04507657513022423, 0.017900140956044197, 0.08238252997398376, - -0.04597562924027443, 0.03818998485803604, -0.055034346878528595, - -0.10303226113319397, 0.04672977700829506, -0.03836026042699814, - -0.08114058524370193, 0.005299690645188093, -0.0394117645919323, - -0.003046716097742319, 0.0453699566423893, -0.024836812168359756, - -0.05984572321176529, -0.03411632776260376, 0.003332833293825388, - 0.03396395966410637, 0.037235308438539505, 0.01625785604119301, - 0.024829497560858727, 0.013707583770155907, -0.027784164994955063, - 0.04263043776154518, -0.005246551241725683, -0.004829416051506996, - -0.005235718563199043, -0.07542355358600616, -0.020783504471182823, - -0.052196770906448364, 0.10224387794733047, -0.034638747572898865, - -0.011474470607936382, -0.0059454855509102345, 0.04616032913327217, - 0.029436107724905014, 0.0017734133871272206, 0.05996335670351982, - -0.02246343158185482, -0.08545894920825958, -0.022925490513443947, - 0.08830820769071579, 0.010193832218647003, 0.07387728989124298, - -0.040312375873327255, -0.06609846651554108, -0.0159857589751482, - 0.04137381538748741, -0.05208401009440422, 0.08411899209022522, - -0.03479614481329918, -0.022998303174972534, 0.04957699775695801, - 0.015869662165641785, 0.032014816999435425, -0.04879087209701538, - 0.006940548773854971, -0.05512218177318573, 0.016193345189094543, - 0.036463912576436996, -0.025228213518857956, -0.03795282915234566, - 0.009822499006986618, -0.03962645307183266, -0.10552012175321579, - 0.018232792615890503, -0.026545267552137375, 0.019410952925682068, - -0.030655860900878906, -0.028223909437656403, -0.07400837540626526, - 0.082780621945858, 0.07157251983880997, 0.09519548714160919, -0.11468484252691269, - -0.10828927159309387, 0.10009424388408661, 0.05901790037751198, - 0.0018562350887805223, -0.10127229988574982, -0.026242882013320923, - -0.022159695625305176, -0.07795467972755432, 0.0358704999089241, - 0.030257195234298706, 0.013166717253625393, -0.03661961480975151, - -0.009825841523706913, 0.05768263339996338, 0.036788083612918854, - -0.025480691343545914, -0.06597337871789932, -0.05957489088177681, - 0.0010324574541300535, 0.04040663316845894, 0.08190193772315979, - -0.07389626652002335, 0.04536215960979462, -0.019451715052127838, - -0.017491957172751427, 0.0565471276640892, -0.08991347253322601, - -0.00594480661675334, -0.09697332978248596, 0.008559268899261951, - 0.09130342304706573, -0.027165129780769348, -0.002525297226384282, - 0.035060491412878036, 0.04810492694377899, -0.05621427297592163, - -0.028272779658436775, -0.0004630143230315298, 0.02152836322784424, - -0.034097760915756226, -0.005645334254950285, -0.05495865270495415, - 0.07163804024457932, 0.042959053069353104, 0.02673748880624771, - 0.011119904927909374, -0.010814850218594074, -0.1363951563835144, - 0.03017875924706459, 0.04629889130592346, -0.014627114869654179, - 0.03616175428032875, -0.047103118151426315, 0.06112534925341606, - -0.13108432292938232, -0.023114290088415146, 0.021343614906072617, - 0.030840525403618813, -0.04669700562953949, 0.07718692719936371, - -0.0001613990025362, 0.05722581967711449, 0.08670617640018463, -0.06969740241765976, - -0.02438630908727646, 0.07927757501602173, -0.0014940692344680429, - -0.07987312972545624, -0.05033334344625473, -0.01910441741347313, - 0.03209870681166649, -0.10410057008266449, 0.06740467995405197, 0.01521626953035593, - 0.033482976257801056, 0.06018274277448654, -0.04256375506520271, - -0.07176896929740906, 0.026865797117352486, -0.037436213344335556, - -0.025937195867300034, -0.07529019564390182, -0.013037286698818207, - -0.02946832776069641, 0.04019831120967865, 0.0121449651196599, 0.15558992326259613, - 0.025512654334306717, 0.043965425342321396, -0.011739162728190422, - 0.06349826604127884, 0.037304285913705826, -0.15450891852378845, - 0.04731022194027901, 0.03742120414972305, 0.013725054450333118, 0.04583054408431053, - 0.07459098845720291, 0.0032185055315494537, 0.0006012862431816757, - 0.09010443836450577, -0.058369070291519165, -0.08688542246818542, - -0.1087142676115036, -0.08627690374851227, -0.03478110209107399, - 0.02193044312298298, -0.007283252198249102, 0.06031868979334831, - 0.08981689810752869, 0.04110054299235344, -0.07918209582567215, - -0.04976101592183113, 0.054057974368333817, -0.0047884839586913586, - 0.0417410284280777, -0.10739898681640625, -0.026484908536076546, - -0.08323938399553299, 0.02716316282749176, -0.033722616732120514, - 0.03188120946288109, -0.013362399302423, 0.009150090627372265, 0.08722459524869919, - -0.023925524204969406, -0.020331067964434624, 0.022404152899980545, - -0.09094928205013275, 0.06617046147584915, 0.013702052645385265, -0.045291718095541, - -0.03771395608782768, 0.024027854204177856, 0.046875935047864914, - 0.042412590235471725, 0.0394296832382679, 0.01712910085916519, 0.009530126117169857, - -0.06136379390954971, -0.017923686653375626, -0.03472260758280754, - 0.032303180545568466, 0.005855228751897812, 0.00021011654462199658, - 0.05002284049987793, 0.013117342256009579, -0.050906818360090256, - 0.01992114447057247, 0.03172777220606804, -0.018990565091371536, -0.046030443161726, - 0.10152678936719894, 0.037952978163957596, 0.011005300097167492, - -0.021773695945739746, -0.031368501484394073, 0.013330444693565369, - 0.034859977662563324, -0.0827426016330719, -0.04210364818572998, - 0.05450195446610451, -0.019795037806034088, 0.07450827956199646, - -0.010611268691718578, -0.08926180750131607, 0.09106042236089706, - 0.020230058580636978, -0.04595623537898064, -0.01571655087172985, - -0.044561419636011124, 0.09797927737236023, 0.10098139941692352, - -0.008737785741686821, 0.00405552564188838, 0.017612112686038017, - 0.051487263292074203, -0.05389219522476196, -0.1049879640340805, - 0.007032251916825771, -0.03098149225115776, 0.02975926361978054, - -0.021748580038547516, -0.045017704367637634, 0.015139348804950714, - -0.023074964061379433, 0.004845932126045227, -0.018334712833166122 - ], - [ - -0.0200774148106575, 0.010067918337881565, 0.05721941962838173, 0.1086525022983551, - -0.00125226192176342, 0.015276414342224598, 0.03928155079483986, - -0.013345884159207344, 0.06770039349794388, 0.026885880157351494, - -0.0084517952054739, -0.021646244451403618, 0.009182509034872055, - 0.06767980009317398, -0.0402752086520195, 0.009984053671360016, - -0.0015815100632607937, -0.09551355987787247, -0.019872883334755898, - 0.03898392245173454, -0.03630281984806061, 0.013348271138966084, - 0.043724220246076584, -0.06567446887493134, -0.025785261765122414, - 0.02913852408528328, -0.008413558825850487, 0.02500673197209835, - 0.09071249514818192, 0.027388688176870346, 0.05239543691277504, 0.06768479943275452, - 0.026004865765571594, 0.016759293153882027, -0.024492761120200157, - -0.028440168127417564, 0.009515146724879742, -0.021953020244836807, - -0.0012818031245842576, -0.019996752962470055, -0.11074024438858032, - -0.07217509299516678, 0.02698490023612976, -0.0014416961930692196, - -0.030645346269011497, 0.0817713513970375, -0.009875782765448093, - -0.01053658127784729, 0.1118646040558815, -0.06101080775260925, - 0.041778385639190674, 0.014300975948572159, 0.009166152216494083, - 0.05917416140437126, -0.018298480659723282, 0.13500308990478516, - -0.0949137806892395, -0.01274518296122551, 0.006151599809527397, - -0.002531721256673336, 0.0448668971657753, -0.07170293480157852, - -0.12502485513687134, 0.01599126122891903, 0.08159125596284866, 0.06905859708786011, - -0.07167179137468338, -0.005971105769276619, 0.07137898355722427, - -0.03440969064831734, 0.08405263721942902, 0.08097825199365616, 0.05621641129255295, - -0.036919984966516495, 0.052414946258068085, -0.016940856352448463, - 0.11960750818252563, 0.00042767191189341247, 0.021852457895874977, - 0.04756481200456619, 0.02183406800031662, 0.03207658603787422, - -0.011539843864738941, -0.0014722369378432631, -0.012089005671441555, - -0.027455968782305717, -0.01968027651309967, 0.017783742398023605, - -0.05407054349780083, -0.035692233592271805, 0.023518279194831848, - -0.006712634116411209, -0.031233372166752815, -0.034577783197164536, - -0.03718622028827667, 0.05984051153063774, -0.018962323665618896, - -0.03791533410549164, 0.021868620067834854, 0.08670477569103241, - -0.00015454928507097065, -0.030103515833616257, 0.02986394241452217, - 0.02854444459080696, 0.03252400830388069, 0.03993402421474457, 0.07001228630542755, - 0.010441836901009083, 0.08186373114585876, -0.04023544117808342, - -0.016272662207484245, 0.0020165108144283295, 0.042814355343580246, - 0.05195174366235733, -0.06848181039094925, -0.0541459396481514, - 0.040037740021944046, -0.003697529435157776, 0.046714507043361664, - 0.0537126399576664, 0.022336266934871674, -0.09630683064460754, - -0.03867971897125244, -0.025876380503177643, -0.032882001250982285, - -0.0623796321451664, -0.06562990695238113, -0.04463266208767891, - 0.11062449961900711, -0.03238268941640854, 0.09568395465612411, - -0.09092727303504944, 0.052436962723731995, 0.05023860186338425, - 0.03792442008852959, -0.010421441867947578, 0.009854977950453758, - -0.0184588935226202, 0.02501579187810421, -0.05374602973461151, - -0.12099380791187286, -0.02724597416818142, 0.0681590661406517, 0.04684698209166527, - -0.002535044215619564, -0.09188129007816315, -0.04748855158686638, - -0.04951908439397812, -0.11390486359596252, 0.01917949691414833, - -0.023282399401068687, -0.05046451464295387, 0.0682678297162056, - 0.015570753253996372, 0.029111681506037712, -0.09081148356199265, - -0.06346713751554489, 0.0364995151758194, 0.020735399797558784, 0.02247949317097664, - -0.07283226400613785, 0.11443398147821426, -0.020054230466485023, - 0.0512240044772625, 0.02428937889635563, 0.017533594742417336, - 0.0009004579624161124, 0.008901001885533333, -0.012272180058062077, - 0.05115998536348343, 0.025826800614595413, 0.03004457801580429, - 0.0027630517724901438, -0.02519272081553936, 0.04145633429288864, - 0.040564168244600296, 0.041407566517591476, 0.019467195495963097, - -0.10262502729892731, -0.05258217826485634, 0.03787378966808319, - -0.027625232934951782, -0.0035544319543987513, 0.06416841596364975, - 0.005504454020410776, 0.04716559872031212, -0.06311481446027756, -0.059589933604002, - -0.12372429668903351, -0.040542781352996826, 0.05488966777920723, - -0.032254137098789215, -0.03648478910326958, 0.029834654182195663, - 0.06416578590869904, 0.08421722054481506, -0.016815610229969025, - -0.00686810165643692, -0.012592257931828499, 0.005964941345155239, - -0.056851983070373535, -0.017301524057984352, -0.010312119498848915, - -0.06031351163983345, -0.036382708698511124, 0.0055809770710766315, - 0.031467605382204056, -0.07806722819805145, 0.010323270224034786, - -0.03970782458782196, -0.020855573937296867, -0.0010565367992967367, - 0.0042307511903345585, 0.013585591688752174, 0.005506433080881834, - 0.07065697759389877, 0.017354847863316536, -0.005212798248976469, - -0.030249297618865967, 0.02513967826962471, 0.04974742606282234, - -0.060709528625011444, -0.14938361942768097, -0.02454039640724659, - -0.049165938049554825, -0.07043100148439407, 0.01983857899904251, - 0.034633148461580276, 0.023832127451896667, 0.00182248093187809, - 0.07760895043611526, -0.006325548980385065, 0.004664224572479725, - 0.06879166513681412, -0.04002804681658745, 0.024845866486430168, - 0.053078602999448776, -0.03497934713959694, 0.05352828651666641, - 0.08487105369567871, -0.08624095469713211, -0.025583375245332718, - -0.04321897774934769, -0.011817331425845623, -0.1350877583026886, - 0.13772135972976685, -0.037032634019851685, 0.06916327774524689, - -0.054440539330244064, 0.009105748496949673, -0.059939440339803696, - 0.029799742624163628, 0.053763099014759064, 0.04235383868217468, - -0.0756092444062233, -0.05398575961589813, -0.005759029649198055, - -0.08737389743328094, 0.0394948311150074, 0.04349270090460777, -0.06227320805191994, - 0.018546167761087418, -0.020527126267552376, 0.03961311653256416, - -0.020472291857004166, 0.03960312157869339, 0.0035564566496759653, - -0.07444384694099426, 0.04309698939323425, -0.008113293908536434, - 0.04619317129254341, -0.0006244604010134935, -0.03354570269584656, - -0.0507587194442749, -0.04055763781070709, -0.06658371537923813, - -0.06049017235636711, 0.05703110620379448, 0.06910799443721771, - -0.05460682138800621, -0.0022228071466088295, 0.13280564546585083, - 0.014445002190768719, 0.0749860554933548, -0.04450290650129318, - -0.06743684411048889, -0.07631459087133408, 0.07021763920783997, - -0.026969758793711662, 0.07924428582191467, -0.059164997190237045, - 0.07594794780015945, -0.05255225673317909, 0.028482215479016304, - -0.049144402146339417, 0.041666947305202484, 0.05845079943537712, - -0.018915072083473206, -0.05584101006388664, 0.03834603354334831, - -0.011878563091158867, 0.04647763818502426, 0.01569700986146927, - -0.029251402243971825, -0.0014093556674197316, 0.012516994960606098, - 0.07425452023744583, -0.021767739206552505, 0.01097406167536974, - -0.032358985394239426, -0.06405885517597198, -0.06311573088169098, - -0.07255901396274567, -0.021097667515277863, 0.030249645933508873, - -0.05984892323613167, 0.024027884006500244, 0.05049338936805725, - -0.020126698538661003, 0.0066077751107513905, 0.021780245006084442, - -0.08502751588821411, -0.009199622087180614, -0.04448510706424713, - -0.004725530277937651, -0.010848932899534702, 0.011770511977374554, - 0.056351955980062485, -0.03704249858856201, 0.00047267338959500194, - -0.020002111792564392, 0.006460962351411581, -0.044382769614458084, - 0.023577915504574776, -0.03382840380072594, -0.061686377972364426, - 0.053054194897413254, -0.01950041949748993, -0.07851637154817581, - 0.009240847080945969, -0.010041491128504276, 0.041114985942840576, - -0.029352013021707535, 0.060987915843725204, -0.0027787890285253525, - 0.017121534794569016, 0.009891997091472149, -0.0020074001513421535, - -0.029185878112912178, -0.07693745940923691, 0.05636563524603844, - 0.04229896143078804, -0.08429711312055588, 0.04833848774433136, 0.09311678260564804, - 0.041965022683143616, -0.09964866936206818, 0.04683499410748482, - -0.017825795337557793, -0.015096071176230907, -0.054297663271427155, - 0.055154502391815186, -0.14015498757362366, 0.016636166721582413, - 0.019001273438334465, 0.08862479031085968, -0.04476478695869446, - 0.09613052010536194, -0.0831514298915863, 0.019706454128026962, - 0.039227381348609924, -0.06544382125139236, -0.026015175506472588, - -0.05623721703886986, 0.04481515660881996, -0.02931627444922924, - 0.11136319488286972, 0.01169443130493164, -0.024732230231165886, - 0.00048021425027400255, 0.03133329376578331, -0.05270848795771599, - 0.017419353127479553, -0.00961291790008545 - ], - [ - -0.03448204696178436, 0.024392222985625267, 0.03892447426915169, - -0.050050653517246246, -0.04749402776360512, 0.05089094489812851, - 0.059422604739665985, -0.039989542216062546, -0.027316177263855934, - -0.04648377746343613, 0.0014744237996637821, 0.0355975441634655, - -0.0033660167828202248, 0.0490996353328228, -0.030468164011836052, - 0.005509581416845322, -0.026872316375374794, 0.000884895445778966, - 0.0036862604320049286, -0.06742994487285614, 0.055758997797966, - -0.006933507043868303, -0.08847559988498688, -0.06434312462806702, - 0.08400632441043854, -0.059447310864925385, -0.06155252829194069, - 0.017914967611432076, -0.004570363089442253, -0.054862651973962784, - -0.07012857496738434, -0.04505344107747078, -0.06915514916181564, - -0.04150446876883507, 0.009919140487909317, 0.04001627489924431, - -0.01995154283940792, -0.06058895215392113, 0.03697856515645981, - -0.06778528541326523, 0.0002701212652027607, 0.030486570671200752, - 0.05124995857477188, 0.005380638409405947, -0.028497910127043724, - 0.03972836956381798, 0.04882097989320755, 0.05204129219055176, 0.07759551703929901, - -0.08436624705791473, -0.014858923852443695, 0.05061804875731468, - -0.03913941979408264, 0.02448590286076069, -0.10273291170597076, - 0.014704283326864243, 0.03337518498301506, 0.010826494544744492, 0.081485316157341, - -0.05224866047501564, -0.0021328988950699568, 0.006634662859141827, - -0.0020467534195631742, 0.020768897607922554, 0.03195115923881531, - 0.06261464953422546, -0.06659677624702454, 0.06877553462982178, - -0.028958594426512718, -0.012912100180983543, -0.003641052870079875, - 0.04331991821527481, 0.09928455203771591, -0.10166557133197784, - -0.03992020711302757, -0.0025043922942131758, 0.11586324125528336, - -0.020478785037994385, -0.017821501940488815, 0.07790546119213104, - -0.04338890314102173, -0.04818175733089447, 0.03459801524877548, - 0.03254452347755432, -0.033971142023801804, 0.061312802135944366, - -0.02788376621901989, 0.04229685291647911, 0.003448361298069358, - -0.010424086824059486, 0.03695083409547806, -0.07749086618423462, - -0.052466556429862976, -0.015835942700505257, -0.0024866326712071896, - -0.005180144216865301, -0.0687447264790535, 0.01936275325715542, - -0.02227501943707466, 0.05048424005508423, 0.07219555228948593, 0.04293743520975113, - 0.019744137302041054, -0.013357630930840969, 0.03783312812447548, - 0.05288019776344299, 0.041744671761989594, -0.01210935227572918, - -0.060066837817430496, -0.06896834075450897, -0.027649475261569023, - 0.005277456250041723, 0.06448850780725479, 0.03461209684610367, - -0.011660155840218067, 0.03320645913481712, -0.009256227873265743, - -0.012796570546925068, -0.12380476295948029, -0.01500648632645607, - 0.02146371640264988, -0.03831818699836731, 0.05881026014685631, - 0.026523612439632416, -0.06666795909404755, -0.007741820067167282, - 0.007880988530814648, -0.04256495460867882, -0.026435475796461105, - -0.037986140698194504, 0.034780245274305344, -0.05367765575647354, - 0.05634092167019844, -0.03081992268562317, -0.01837664097547531, - -0.05799315869808197, 0.08407699316740036, -0.029319144785404205, - -0.03684540092945099, -0.06599796563386917, -0.01956487074494362, - -0.06354121118783951, -0.05123128741979599, 0.10893439501523972, - -0.022388601675629616, -0.03232714161276817, -0.04744062200188637, - -0.07067307084798813, -0.026408672332763672, 0.018593942746520042, - 0.02849278599023819, -0.06343358755111694, 0.03139957785606384, - -0.016923153772950172, 0.008025653660297394, -0.061114635318517685, - 0.03926068916916847, 0.02606739103794098, -0.028179192915558815, - -0.03323478624224663, 0.018723217770457268, 0.01440705731511116, - 0.03032887727022171, 0.029671689495444298, 0.020529625937342644, - 0.017693597823381424, 0.062027789652347565, -0.05715470016002655, - -0.013843126595020294, 0.0785524770617485, 0.05704916641116142, 0.01745886541903019, - 0.03102361038327217, -0.012671125121414661, -0.04616737738251686, - -0.03644103184342384, -0.011413240805268288, 0.012647942639887333, - -0.020802561193704605, -0.014090712182223797, -0.02898775227367878, - -0.015418936498463154, 0.022729776799678802, -0.01928182691335678, - 0.009906407445669174, 0.025746487081050873, 0.07179275900125504, - -0.023304756730794907, -0.07737424224615097, 0.05966562405228615, - -0.01770537719130516, 0.03645318001508713, 0.08237651735544205, 0.03844586759805679, - -0.011526294983923435, 0.04381656274199486, 0.008105694316327572, - -0.07992555946111679, 0.04547629505395889, 0.0057207150384783745, - -0.0026275638956576586, -0.041979093104600906, 0.019384263083338737, - -0.08666806668043137, 0.06126316264271736, 0.040799420326948166, - 0.08873513340950012, -0.004894565790891647, -0.012654694728553295, - -0.023207733407616615, -0.031005607917904854, 0.055829040706157684, - 0.013833412900567055, -0.036760810762643814, -0.07597187161445618, - -0.043163809925317764, 0.04086665064096451, -0.0421517975628376, - 0.004178882110863924, -0.08962761610746384, -0.03489335998892784, - -0.0792924016714096, 0.024605784565210342, -0.04584814980626106, - -0.04224976897239685, -0.0911516398191452, 0.002923603868111968, - 0.056453388184309006, -0.07272956520318985, -0.028783371672034264, - 0.03188396245241165, 0.043629247695207596, -0.08285336941480637, - 0.06063859537243843, -0.003278257790952921, 0.098052479326725, - -0.0006490325904451311, -0.04692400246858597, -0.018121981993317604, - -0.029974544420838356, 0.05912482365965843, 0.02160947024822235, - 0.05591624602675438, -0.0015145220095291734, -0.04110337421298027, - -0.010871624574065208, 0.003267034888267517, -0.06620386987924576, - 0.0646200180053711, 0.08337505906820297, -0.028096631169319153, - -0.015941962599754333, -0.02486865408718586, -0.016161976382136345, - -0.061058465391397476, -0.027569467201828957, -0.06254042685031891, - -0.009863007813692093, -0.00312575651332736, -0.01487855613231659, - -0.01932932436466217, -0.0011217488208785653, 0.034960828721523285, - 0.04089897871017456, -0.07701973617076874, -0.06072055548429489, - 0.11219679564237595, -0.019409192726016045, 0.026882745325565338, - -0.02025575190782547, 0.04991155490279198, 0.001455580466426909, - -0.03531042858958244, 0.04257408529520035, -0.03485047072172165, - 0.08146516978740692, 0.01910838671028614, 0.020924990996718407, 0.05049685388803482, - 0.06138496473431587, 0.01151986513286829, -0.0221792533993721, -0.0252157524228096, - 0.014584836550056934, -0.036340340971946716, -0.03929527848958969, - -0.05246112123131752, -0.08159710466861725, 0.011117346584796906, - 0.016110187396407127, 0.03861837461590767, 0.11472074687480927, - -0.10187683999538422, 0.014184405095875263, 0.02076183445751667, - -0.05506185442209244, -0.03380480408668518, 0.07261133939027786, - -0.011003016494214535, -0.005527070257812738, 0.03960417956113815, - -0.06760644912719727, -0.059731416404247284, -0.0702708438038826, - -0.0834219753742218, -0.006372465286403894, -0.049362797290086746, - -0.01791810803115368, -0.0012743051629513502, 0.06102309376001358, - -0.0558694526553154, -0.041074518114328384, -0.038021575659513474, - 0.05190189555287361, 0.022678697481751442, 0.06154319643974304, - 0.007854287512600422, -0.009374651126563549, 0.050483498722314835, - 0.04866942763328552, 0.027803240343928337, 0.03652381896972656, 0.01304805837571621, - -0.051548898220062256, -0.030331220477819443, 0.0019741894211620092, - -0.03669195622205734, -0.0038683556485921144, -0.01716090738773346, - -0.014162804931402206, 0.03704439103603363, -0.061479873955249786, - -0.0199010968208313, 0.0813186839222908, -0.03246653079986572, 0.03369860723614693, - -0.008749812841415405, -0.032249726355075836, -0.07431758940219879, - -0.11187782883644104, -0.042400456964969635, 0.0011956330854445696, - -0.033513836562633514, 0.02351379208266735, -0.08005192875862122, - -0.05056493729352951, 0.05418068915605545, -0.010166101157665253, - -0.041214052587747574, -0.04992372542619705, -0.06921267509460449, - 0.06643643975257874, 0.0248600821942091, 0.04149935394525528, -0.029636798426508904, - 0.01136508397758007, 0.054612837731838226, -0.08650900423526764, - -0.05094445124268532, -0.00030914187664166093, 0.06078656390309334, - 0.02545260637998581, -0.10413871705532074, -0.0039590271189808846, - 0.029555510729551315, 0.08101915568113327, 0.10590821504592896, 0.01954920031130314, - 0.04624562710523605, -0.01713884435594082, 0.06275109946727753, - -0.03312353044748306, -0.009343097917735577, 0.028209779411554337, - -0.025913497433066368, 0.01803477294743061, 0.054533518850803375, - 0.04208593815565109, 0.076607346534729, 0.007892142049968243, -0.03150942921638489, - -0.06328947842121124, 0.06829085201025009, -0.060601115226745605 - ], - [ - -0.0011881367536261678, 0.02022840827703476, 0.011078903451561928, - 0.041540149599313736, 0.03625018894672394, 0.06606155633926392, 0.02584642916917801, - -0.05668557435274124, -0.056868430227041245, -0.019292598590254784, - 0.031170815229415894, 0.05490313842892647, 0.003952061291784048, - -0.001572656910866499, -0.05025861784815788, -0.040502190589904785, - -0.04650941863656044, -0.044712867587804794, 0.04891907051205635, - 0.0018757053185254335, 0.07906780391931534, -0.04326888173818588, - -0.020746175199747086, -0.021573472768068314, 0.03913460299372673, - 0.0015063084429129958, -0.03472580015659332, 0.04298653453588486, - -0.011318998411297798, -0.00207377877086401, -0.058635275810956955, - -0.05683836713433266, 0.007672281935811043, -0.033228952437639236, - -0.04855049401521683, 0.03970671445131302, -0.04177720099687576, - -0.061245691031217575, 0.05331120640039444, -0.00230249366723001, - -0.05094505101442337, 0.0010075177997350693, 0.003467421280220151, - -0.04482903331518173, 0.03222158923745155, 0.02010040171444416, 0.07765793055295944, - 0.07177906483411789, -0.04511760547757149, 0.016551094129681587, - 0.01673521101474762, -0.007449698634445667, -0.015560188330709934, - -0.005878623109310865, 0.003820718266069889, -0.01318283099681139, - -0.05105074495077133, -0.010129828937351704, 0.04774096980690956, - -0.06812258809804916, 0.0003692013560794294, -0.025886982679367065, - -0.02968791499733925, 0.07080842554569244, 0.04446975141763687, - -0.02186010219156742, -0.017016908153891563, 0.08443695306777954, - 0.007971602492034435, 0.024991434067487717, 0.06827263534069061, - -0.028753377497196198, 0.01883288286626339, -0.047793880105018616, - 0.051131200045347214, -0.003069412661716342, 0.0941726416349411, - -0.004487470258027315, -0.015886150300502777, 0.040049247443675995, - -0.054842758923769, -0.07098622620105743, 0.09013736248016357, 0.013946140184998512, - 0.03470570594072342, -0.008611975237727165, 0.005610684864223003, - -0.01575981080532074, -0.03286486119031906, 0.03992569074034691, - -0.006501378491520882, -0.0836508497595787, 0.023201702162623405, - -0.023426804691553116, -0.07253343611955643, -0.010019788518548012, - -0.05123027041554451, 0.011026292107999325, 0.054256048053503036, - 0.06452106684446335, 0.0356496199965477, 0.024448715150356293, -0.07217252999544144, - 0.038460973650217056, 0.046814657747745514, 0.06522023677825928, - -0.002786922501400113, -0.009834612719714642, 0.05322600156068802, - -0.0032436265610158443, 0.053103212267160416, 0.03250174969434738, - 0.05854295566678047, 0.014740969985723495, -0.034664321690797806, - 0.01927759498357773, -0.029589468613266945, -0.021841932088136673, - 0.043715205043554306, -0.019020559266209602, 0.07206283509731293, - -0.009528533555567265, 0.007005961611866951, -0.08263687044382095, - 0.0435747429728508, 0.05415818467736244, 0.028073767200112343, 0.012262755073606968, - -0.00178543571382761, -0.02600284479558468, 0.004830557387322187, - 0.018903180956840515, 0.03967234864830971, -0.05060550943017006, - 0.00290423771366477, -0.05957602709531784, 0.030874626711010933, - 0.05144195258617401, -0.039416443556547165, 0.009826267138123512, - -0.012429612688720226, -0.04694954305887222, -0.049520187079906464, - 0.022756043821573257, -0.024781828746199608, 0.009450344368815422, - 0.009264091029763222, 0.01296005304902792, -0.0400153249502182, - -0.09002745151519775, 0.04932449758052826, 0.054333873093128204, - 0.0066713993437588215, 0.022099602967500687, 0.03814084827899933, - -0.012601169757544994, 0.06930119544267654, -0.0024420947302132845, - -0.003973039798438549, 0.04383092001080513, 0.04779834300279617, - 0.013779236003756523, 0.01780361868441105, 0.011929420754313469, - -0.01067433226853609, 0.01497808750718832, 0.050311461091041565, - -0.016965733841061592, 0.004229601006954908, 0.018375160172581673, - 0.034893572330474854, 0.025452924892306328, -0.03331165388226509, - 0.027599509805440903, -0.04050235077738762, -0.052876900881528854, - -0.04973819851875305, 0.04734263941645622, 0.07625079154968262, - -0.010987596586346626, -0.006576595362275839, 0.039861876517534256, - 0.058955512940883636, -0.007203034125268459, -0.0432870052754879, - -0.011214515194296837, 0.02084859274327755, 0.04200568050146103, - -0.018150845542550087, 0.017477674409747124, -0.01663743145763874, - 0.06526242941617966, 0.08016812801361084, 0.06905732303857803, -0.04662457853555679, - -0.03309445455670357, -0.00828523002564907, -0.04294430464506149, - 0.06449554860591888, -0.03564861789345741, -0.0629083663225174, - -0.042890992015600204, -0.04170137643814087, -0.052491139620542526, - -0.07506240904331207, 0.014374553225934505, -0.026698123663663864, - -0.08415093272924423, -0.051341477781534195, 0.0013885736698284745, - -0.002180463168770075, -0.026928776875138283, -0.04594620689749718, - -0.025962483137845993, 0.040618497878313065, -0.05574025958776474, - -0.05606173723936081, -0.02365340292453766, -0.020997876301407814, - 0.011294838041067123, 0.0087690819054842, -0.0008447584696114063, - -0.012432433664798737, -0.04787169396877289, -0.007056611590087414, - -0.06269065290689468, 0.05027972161769867, 0.04363079369068146, - -0.03419695049524307, 0.001116449013352394, -0.038644272834062576, - 0.028260987251996994, 0.003514633746817708, -0.003333449363708496, - -0.02440645545721054, 0.013722844421863556, -0.058361344039440155, - 0.04781385511159897, -0.03448113426566124, 0.009433288127183914, - 0.015895647928118706, -0.0003616567701101303, 0.040870100259780884, - 0.026322243735194206, -0.06824244558811188, -0.025452159345149994, - -0.06674329936504364, -0.05330846086144447, 0.018836472183465958, - 0.09347362816333771, -0.058293867856264114, -0.06847522407770157, - 0.007532933726906776, -0.06740414351224899, -0.0017575465608388186, - 0.03768972307443619, -0.01581050641834736, 0.0064567094668745995, - -0.023471858352422714, 0.06452161818742752, 0.01952936127781868, - 0.028308575972914696, -0.0004852255224250257, 0.060037825256586075, - -0.007978328503668308, -0.036626700311899185, 0.09111960232257843, - -0.006193283945322037, 0.009853641502559185, -0.010657263919711113, - -0.00865850318223238, 0.012614665552973747, -0.0024850163608789444, - 0.03022407367825508, 0.0543411523103714, -0.0412721186876297, 0.0055489386431872845, - -0.03054959326982498, -0.0010839797323569655, 0.05047212168574333, - 0.05056653544306755, 0.0039999899454414845, -0.04265668988227844, - -0.008769340813159943, -0.031448859721422195, -0.03452317789196968, - -0.053981974720954895, 0.04059307649731636, 0.09093590825796127, - 0.046998076140880585, -0.026477651670575142, 0.011921589262783527, - -0.022016793489456177, 0.009000003337860107, -0.027622614055871964, - 0.01426367461681366, -0.04324556887149811, 0.004038584418594837, - -0.04009845852851868, 0.07937084883451462, 0.006199270952492952, - -0.012641217559576035, -0.08307705074548721, -0.03927219286561012, - -0.05389084294438362, 0.04089218005537987, -0.022089608013629913, - -0.0694914162158966, -0.048025697469711304, 0.025328122079372406, - -0.028961284086108208, -0.0397852323949337, 0.019261015579104424, - -0.059516049921512604, 0.03166697919368744, -0.012963319197297096, - 0.030282482504844666, -0.00968986563384533, -0.014650840312242508, - -0.04159807041287422, -0.02280677855014801, 0.0038626068271696568, - -0.05453794449567795, -0.09137332439422607, -0.054986365139484406, - 0.011107755824923515, -0.061460964381694794, -0.009509713388979435, - -0.0361640565097332, 0.05891072005033493, 0.038735322654247284, 0.0669003576040268, - -0.011644577607512474, 0.07516562938690186, 0.004811364226043224, - -0.04387916624546051, -0.012177707627415657, 0.029705418273806572, - -0.08319972455501556, 0.034805189818143845, -0.0034743507858365774, - -0.04104318469762802, -0.03622239828109741, -0.009643173776566982, - -0.0041432795114815235, -0.004884336143732071, 0.07219050824642181, - 0.04028385505080223, 0.050218403339385986, -0.015259744599461555, - -0.06497914344072342, 0.028999805450439453, -0.027835046872496605, - 0.04471815004944801, 0.036474552005529404, -0.048893462866544724, - 0.017238834872841835, -0.04326951876282692, 0.07362454384565353, - -0.08558868616819382, 0.005834330804646015, 0.021250182762742043, - -0.09250670671463013, 0.025705814361572266, 0.023802751675248146, - 0.09272027015686035, 0.008928978815674782, 0.05346698686480522, 0.06150611862540245, - -0.06324461102485657, -0.0027038976550102234, -0.022191209718585014, - -0.020361797884106636, 0.03558235615491867, 0.013691883534193039, - -0.05509950593113899, 0.034304868429899216, 0.014166129752993584, - 0.003163733286783099, 0.015487832017242908, -0.03355958312749863, - 0.026848193258047104, 0.09427107125520706, 0.009868737310171127 - ], - [ - -0.025191480293869972, -0.029824040830135345, -0.020756149664521217, - 0.016100168228149414, -0.00036894704680889845, -0.04607319459319115, - -0.02442343719303608, -0.019290275871753693, -0.04052164778113365, - 0.028648842126131058, -0.028956590220332146, -0.0009095644927583635, - 0.018582601100206375, -0.05991889163851738, 0.022944802418351173, - 0.04719311743974686, -0.010604873299598694, 0.0690692812204361, - 0.006079455371946096, 0.03614727780222893, -0.04936712235212326, - -0.011774666607379913, 0.016734981909394264, 0.07043774425983429, - -0.04157603532075882, 0.039562128484249115, 0.03891559690237045, - 0.031625255942344666, -0.04902059584856033, 0.04056968167424202, - 0.06309037655591965, 0.06538473814725876, 0.00809337105602026, 0.04546341672539711, - 0.057002678513526917, -0.007604285608977079, -0.05987080931663513, - 0.05100931599736214, 0.03858161345124245, 0.020656004548072815, - -0.030762778595089912, -0.02972848154604435, -0.01679820567369461, - -0.026274828240275383, 0.03900721296668053, 0.03764806687831879, - -0.09548183530569077, 0.011506223119795322, 0.010281547904014587, - 0.015009150840342045, -0.060329217463731766, -0.0076622143387794495, - -0.013106388971209526, -0.059566233307123184, -0.07798398286104202, - -0.06832778453826904, 0.012036770582199097, -0.031307902187108994, - -0.017520582303404808, 0.02882096730172634, -0.03190778195858002, - 0.03701882064342499, -0.014308278448879719, 0.0418379120528698, - -0.03211606293916702, 0.01198168657720089, 0.03412662819027901, - 0.013047797605395317, 0.019714727997779846, 0.08399508148431778, - 0.022498592734336853, 0.015077677555382252, -0.03685635328292847, - 0.059798844158649445, -0.0765288695693016, -0.017007915303111076, - -0.07268689572811127, -0.045357491821050644, -0.032091058790683746, - -0.11119801551103592, 0.010615803301334381, 0.03767848014831543, - 0.025765547528862953, 0.06110340729355812, 0.0774618536233902, -0.03102276846766472, - -0.047620899975299835, 0.004497291054576635, 0.052572451531887054, - -0.01100898813456297, 0.02259211242198944, 0.02395709604024887, - -0.001806410844437778, -0.013982025906443596, 0.006711113266646862, - 0.027423424646258354, -0.04264374449849129, -0.04385657235980034, - -0.05506542697548866, 0.029897363856434822, 0.04922601953148842, - -0.009586069732904434, -0.017583023756742477, 0.007051525637507439, - -0.0630144253373146, -0.10789985209703445, -0.00769469840452075, - 0.020254356786608696, 0.036674391478300095, 0.004980599973350763, - 0.014554811641573906, 0.02218387834727764, -0.09701064974069595, - -0.021171152591705322, 0.023898156359791756, 0.02879946306347847, - 0.05207965150475502, 0.07610072195529938, 0.008713834919035435, 0.03637218847870827, - -0.04270187392830849, 0.03337946906685829, -0.07757718116044998, - -0.021161898970603943, -0.041982024908065796, -0.04229549691081047, - 0.05312468111515045, 0.038143228739500046, -0.036712877452373505, - -0.02744913473725319, -0.006704484578222036, 0.006252563092857599, - -0.010124964639544487, 0.019792992621660233, -0.06586150825023651, - -0.05055179074406624, -0.0009774967329576612, -0.06333839148283005, - 0.005946052260696888, 0.009793574921786785, 0.029535479843616486, - 0.030694445595145226, 3.110924444627017e-5, -0.005540237296372652, - 0.020509378984570503, 0.026604868471622467, 0.054274655878543854, - -0.06885375827550888, 0.0336054265499115, 0.04968809708952904, 0.005711110774427652, - -0.08007945865392685, -0.05137946829199791, -0.0027072299271821976, - -0.050085458904504776, 0.02611626870930195, -0.04471903294324875, - 0.02949170395731926, -0.07603610306978226, -0.03998004272580147, - 0.01638154685497284, -0.010679475963115692, 0.013066248036921024, - -0.017662907019257545, 0.022625386714935303, -0.021536869928240776, - -0.03506163880228996, -0.0014499949757009745, -0.013591418974101543, - 0.04269684478640556, 0.032630790024995804, -0.009350180625915527, - 0.004654396325349808, 0.030593115836381912, 0.05056224390864372, - 0.046817511320114136, 0.05270194634795189, 0.07757123559713364, - 0.0018887866754084826, 0.04109511524438858, -0.033522676676511765, - 0.007259854581207037, 0.036087363958358765, -0.03011211007833481, - 0.011560960672795773, -0.012448390945792198, -0.03268321231007576, - -0.058817487210035324, 0.01639654114842415, 0.04559827223420143, - -0.017204901203513145, -0.046319037675857544, -0.10404593497514725, - 0.0007770913653075695, -0.0009893293026834726, -0.06808043271303177, - 0.000852397526614368, 0.09318389743566513, -0.043838825076818466, - 0.04397271201014519, 0.043038178235292435, 0.06550457328557968, - -0.03325575962662697, 0.05523448809981346, 0.06355983763933182, 0.09017323702573776, - 0.06312253326177597, -0.03330764174461365, 0.02282900922000408, -0.0162812527269125, - -0.06671366095542908, 0.05735767260193825, 0.028123147785663605, - 0.009618387557566166, -0.0031575937755405903, 0.039828475564718246, - 0.05771142616868019, 0.06323282420635223, 0.003112585749477148, - -0.05320453271269798, -0.006012963596731424, -0.01532379537820816, - -0.08356490731239319, 0.015037485398352146, 0.011375258676707745, - 0.04444287344813347, 0.016137773171067238, 0.04479169845581055, - -0.006258501671254635, -0.007862260565161705, -0.008917315863072872, - 0.03426225483417511, 0.04594937339425087, -0.027363736182451248, - 0.09608033299446106, -0.015911266207695007, 0.049108777195215225, - -0.007788348942995071, 0.060164667665958405, 0.018122510984539986, - 0.02268258109688759, -0.06863728910684586, -0.08166906237602234, - 0.02663213387131691, 0.023014437407255173, 0.049203503876924515, - 0.0034963719081133604, 0.08319152891635895, 0.03952131047844887, - -0.0381220243871212, 0.0610845610499382, 0.04166331887245178, -0.01921965554356575, - -0.008959534578025341, -0.013909042812883854, 0.025718938559293747, - -0.0014878768706694245, 0.04975084215402603, 0.04251905158162117, - -0.046001285314559937, 0.042875055223703384, -0.06388084590435028, - -0.022984718903899193, -0.029266661033034325, 0.06009194999933243, - 0.04663292318582535, -0.051110681146383286, -0.042719822376966476, - 0.016503291204571724, -0.024056756868958473, -0.03336412087082863, - -0.10407450795173645, -0.013546166010200977, -0.033697158098220825, - -0.024448532611131668, -0.07437943667173386, -0.09278778731822968, - 0.06638077646493912, -0.034489333629608154, -0.1377149224281311, - 0.028429361060261726, -0.05905754119157791, -0.042350031435489655, - 0.06459105759859085, -0.06799792498350143, 0.049717552959918976, - -0.05894840508699417, 0.00817167293280363, -0.042785078287124634, - -0.04587850719690323, -0.027383532375097275, -0.06550485640764236, - 0.04128239303827286, 0.03610442206263542, -0.0007457616156898439, - -0.05380862206220627, 0.02904401533305645, -0.03631327673792839, - 0.004718116484582424, -0.009855344891548157, -0.04387553036212921, - 0.03921109810471535, 0.08222942054271698, -0.03907742351293564, 0.08125823736190796, - -0.06308279931545258, -0.01262964028865099, 0.004296502098441124, - 0.012759159319102764, 0.02153863199055195, -0.09594974666833878, - 0.02784217894077301, 0.03418983519077301, 0.07838822156190872, -0.05946088209748268, - 0.039954233914613724, 0.01808738335967064, 0.024736737832427025, - -0.02981547825038433, -0.03729221224784851, -0.006163723301142454, - -0.016691526398062706, 0.025744851678609848, 0.08891711384057999, - -0.018377868458628654, -0.06366852670907974, -0.02289404533803463, - -0.07971609383821487, -0.058077871799468994, -0.07339467108249664, - 0.04843448847532272, 0.03232145309448242, -0.02557099051773548, - -0.008405154570937157, 0.041969433426856995, 0.07768533378839493, - -0.03746243193745613, -0.05837692320346832, 0.025940923020243645, - -0.024960437789559364, -0.0062403446063399315, 0.011214013211429119, - -0.009492847137153149, -0.004751307424157858, 0.031292062252759933, - 0.07829346507787704, -0.06638213992118835, 0.005063358228653669, - -0.07043696194887161, 0.03410207852721214, -0.012931170873343945, - -0.08911922574043274, -0.04160228744149208, -0.02590242028236389, - 0.010472997091710567, -0.061791252344846725, -0.010634660720825195, - -0.040563661605119705, 0.039981961250305176, 0.022596750408411026, - 0.03737335652112961, -0.06737327575683594, -0.02334729954600334, - -0.013073505833745003, -0.00169242057017982, -0.05611437186598778, - -0.038267552852630615, -0.06049579381942749, -0.013238302432000637, - 0.051309023052453995, 0.036881085485219955, 0.005728536751121283, - 0.029164467006921768, 0.0008212469983845949, 0.033461567014455795, - -0.02760809287428856, -0.05447540804743767, -0.04675542190670967, - -0.09281238168478012, -0.01579166203737259, 0.0049750544130802155, - -0.02174336276948452, -0.06102702394127846, 0.013569498434662819 - ], - [ - -0.03590904548764229, 0.0492929071187973, 0.011800283566117287, - -0.009445448406040668, 0.06291453540325165, 0.08652510493993759, - 0.05148467421531677, -0.10625350475311279, -0.09915324300527573, - -0.023443281650543213, 0.10183996707201004, 0.08951809257268906, - 0.07034645974636078, 0.02698604203760624, 0.02495112270116806, 0.0627157986164093, - -0.10432843863964081, 0.009989256970584393, 0.00035398855106905103, - -0.036465633660554886, 0.05459140986204147, 0.012309177778661251, - -0.006349115166813135, 0.09569492936134338, -0.009875671938061714, - -0.04087497666478157, -0.06756649911403656, 0.038388971239328384, - -0.08839613199234009, -0.04594024643301964, 0.02714131772518158, - 0.03209622949361801, -0.002334317658096552, -0.006763583980500698, - -0.030279165133833885, 0.020903468132019043, -0.09360750764608383, - -0.004102648701518774, -0.020607056096196175, 0.0023636941332370043, - -0.03864250332117081, 0.011720886453986168, 0.01523593720048666, - -0.018529895693063736, -0.03228401765227318, -0.01108615193516016, - 0.029776178300380707, -0.03398985415697098, -0.031108563765883446, - -0.09647654742002487, 0.0396655797958374, -0.03510888293385506, - -0.05995012819766998, 0.02289857342839241, 0.0020730223041027784, - -0.07733117043972015, 0.04097641259431839, 0.053350307047367096, 0.1179424300789833, - 0.011955712921917439, 0.027018962427973747, -0.020435400307178497, - 0.013429270125925541, 0.12236713618040085, -0.03238976374268532, - 0.02808341570198536, 0.029259566217660904, -0.05749566853046417, - 0.006809756625443697, -0.01398021075874567, -0.01023856084793806, - -0.10930970311164856, 0.07257485389709473, 0.016743965446949005, - -0.050469886511564255, 0.04659806564450264, 0.011741366237401962, - 0.0715765580534935, -0.1110140010714531, 0.04295268654823303, 0.04445376247167587, - 0.05601370334625244, 0.08235062658786774, -0.09664138406515121, - 0.042769595980644226, -0.09515001624822617, -0.02990686520934105, - -0.04043157771229744, 0.028416980057954788, 0.012426741421222687, - -0.019397489726543427, 0.04777546226978302, 0.027809785678982735, - 0.06034756824374199, -0.06016296148300171, -0.057322122156620026, - -0.010771667584776878, -0.07123656570911407, 0.07265691459178925, - -0.006932766176760197, -0.02837918885052204, 0.1076444461941719, - -0.07449314743280411, -0.03275541961193085, -0.003546813502907753, - 0.051800914108753204, 0.09510128945112228, 0.03903539478778839, - -0.04430132359266281, 0.06141379475593567, 0.08446713536977768, - -0.026310443878173828, -0.002478482900187373, -0.06404031068086624, - -0.017500095069408417, 0.10536222159862518, -0.010655980557203293, - 0.11792996525764465, -0.10270417481660843, -0.019185474142432213, - 0.0358082614839077, 0.07682418823242188, 0.06028345599770546, 0.003123446134850383, - 0.032351136207580566, 0.017354270443320274, -0.003586889710277319, - -0.040090158581733704, 0.04186449572443962, -0.06975359469652176, - -0.09417592734098434, -0.010218583047389984, 0.00919646117836237, - -0.02733812853693962, 0.07792863994836807, 0.0905420109629631, - -0.022870905697345734, 0.050865452736616135, -0.08647322654724121, - 0.022287888452410698, 0.07656107097864151, 0.0805024653673172, - -0.012778349220752716, 0.0004150502209085971, 0.0496087409555912, - 0.09567171335220337, -0.020811373367905617, 0.013320676982402802, - 0.043050289154052734, 0.01861773058772087, -0.07144585996866226, - -0.02344057336449623, 0.008343246765434742, -0.05119241774082184, - -0.045888032764196396, 0.03927883878350258, 0.0831494927406311, - 0.028234954923391342, -0.00301177566871047, 0.03182729333639145, - -0.003356090746819973, 0.0013940519420430064, 0.04455715790390968, - 0.041824787855148315, -0.07307413965463638, -0.018715405836701393, - -0.05013334006071091, 0.042657479643821716, -0.12880747020244598, - 0.02200588397681713, 0.0381813682615757, 0.07821451127529144, -0.07528278231620789, - 0.046399544924497604, -0.08170318603515625, -0.057110387831926346, - 0.03514706343412399, -0.10524361580610275, 0.024295354261994362, - -0.057821210473775864, 0.13372695446014404, 0.03943721950054169, - 0.022794291377067566, -0.011967302300035954, 0.11519041657447815, - 0.03511184826493263, -0.06301630288362503, 0.0457061342895031, 0.04417424649000168, - -0.002169503830373287, -0.03475871682167053, -0.056339628994464874, - 0.00472725834697485, -0.057851847261190414, -0.028222626075148582, - 0.026303429156541824, -0.026371052488684654, -0.05959458276629448, - -0.014301343820989132, 0.005207388661801815, 0.08981207758188248, - 0.0540626086294651, 0.05770719796419144, 0.008544671349227428, - 0.0076265656389296055, 0.011739948764443398, -0.06484358757734299, - 0.020877134054899216, -0.018434423953294754, -0.06025594100356102, - 0.09940570592880249, -0.10664181411266327, -0.05703278258442879, - 0.059193458408117294, 0.05965123698115349, -0.037167202681303024, - 0.00023052492178976536, 0.017731068655848503, 0.03037351928651333, - -0.014916560612618923, -0.03811875358223915, -0.011624959297478199, - 0.010916640982031822, -0.006760203745216131, 0.012873266823589802, - 0.037734974175691605, 0.0235879085958004, -0.002478281268849969, - -0.07940885424613953, 0.0028787776827812195, -0.04086235165596008, - -0.007580404169857502, -0.03611907735466957, -0.057770200073719025, - -0.013232250697910786, 0.018870290368795395, -0.0337599478662014, - -0.01731700636446476, -0.023376600816845894, -0.026398945599794388, - -0.01720551773905754, -0.00904294103384018, -0.015551851131021976, - -0.05106385424733162, 0.01724119670689106, -0.05303790420293808, - 0.03244072198867798, -0.09846260398626328, 0.010437319055199623, - -0.03420313075184822, 0.07175498455762863, 0.08039651066064835, 0.04975226894021034, - 0.01935718208551407, 0.07486961036920547, -0.02152400277554989, 0.14100727438926697, - -0.008473653346300125, -0.05443122237920761, 0.07331280410289764, - 0.04725207760930061, -0.10535965114831924, 0.011071762070059776, - 0.008979213424026966, -0.02195153385400772, 0.09518162161111832, - -0.019842976704239845, 0.11503789573907852, -0.054570429027080536, - 0.0263848677277565, 0.05763668939471245, -0.03005734644830227, 0.06522870063781738, - 0.06666918098926544, -0.04322650283575058, 0.06783972680568695, -0.0684036985039711, - -0.018805667757987976, -0.04313042387366295, -0.017198072746396065, - 0.03437954559922218, -0.001987413503229618, -0.07729640603065491, - -0.09146441519260406, 0.10872997343540192, 0.05654489994049072, - 0.0032535919453948736, 0.10267512500286102, 0.10925661772489548, - 0.009431537240743637, 0.04084259644150734, 0.02260086126625538, 0.08027949929237366, - -0.02388240396976471, -0.10612193495035172, -0.009309893473982811, - -0.03965383768081665, 0.030415428802371025, 0.047862276434898376, - -0.03583996370434761, 0.05710401386022568, -0.02153734117746353, - 0.02614392712712288, 0.06068706139922142, 0.07063429802656174, -0.04902080073952675, - -0.02785695344209671, 0.056605804711580276, -0.046577077358961105, - -0.03398166224360466, 0.021040670573711395, 0.019684171304106712, - -0.023900214582681656, 0.07067438960075378, 0.06231900677084923, - -0.032523274421691895, 0.08206070959568024, -0.040743861347436905, - -0.007057609967887402, 0.012661566026508808, -0.038938071578741074, - 0.06219979748129845, 0.051598306745290756, -0.03789640963077545, - -0.023386385291814804, 0.11309196799993515, -0.03992100805044174, - 0.020232509821653366, -0.0722840204834938, -0.1326604038476944, - -0.059687912464141846, 0.026081766933202744, 0.020034058019518852, - -0.04153136536478996, 0.10530201345682144, -0.04901638627052307, - -0.10567309707403183, 0.052316270768642426, -0.0382668673992157, 0.1052633672952652, - 0.0453445166349411, 0.1105450913310051, -0.1500861495733261, -0.07171101868152618, - 0.002366364700719714, -0.10628478974103928, 0.05608827620744705, - 0.11814114451408386, 0.059767551720142365, -0.04195842891931534, - -0.030136028304696083, 0.008908449672162533, 0.06027896702289581, - -0.07875283807516098, -0.0795266404747963, 0.14712750911712646, 0.05981980264186859, - -0.09387311339378357, 0.07498571276664734, 0.024209383875131607, - -0.08829758316278458, -0.08451064676046371, -0.03185382857918739, - -0.03284640982747078, -0.049142107367515564, -0.02276615984737873, - 0.020790260285139084, -0.06147659942507744, -0.0410471148788929, - -0.09848541766405106, -0.043114058673381805, 0.007407482713460922, - -0.026433642953634262, 0.0419885478913784, -0.012354974634945393, - -0.007567084394395351, -0.03739604353904724, 0.010635379701852798, - 0.06944471597671509, 0.024366220459342003, -0.004391655791550875, - -0.06998065859079361, 0.029987240210175514, 0.03486868366599083 - ], - [ - 0.006106414832174778, 0.03327133134007454, -0.013243046589195728, - -0.07153952866792679, -0.005275721661746502, 0.06558717042207718, - -0.004606887232512236, 0.006299542263150215, -0.01661602593958378, - -0.027641206979751587, -0.03776423633098602, 0.0028494573198258877, - -0.008116711862385273, -0.03823643550276756, 0.0521000511944294, - 0.06508910655975342, -0.08079605549573898, -0.023379795253276825, - -0.002106267958879471, 0.003421835135668516, 0.05689551681280136, - 0.07491728663444519, 0.09181173890829086, 0.06972921639680862, 0.023961443454027176, - -0.09679315984249115, -0.029932336881756783, -0.029901806265115738, - -0.004912609234452248, -0.03732125461101532, -0.02688228338956833, - -0.04050299525260925, -0.046650439500808716, 0.010624229907989502, - 0.024995088577270508, -0.01159931905567646, -0.030975257977843285, - -0.01773850992321968, 0.06620072573423386, -0.07532432675361633, - -0.02630530670285225, 0.02526147849857807, -0.0802420973777771, - 0.014057072810828686, 0.02600168250501156, -0.006799729540944099, - -0.006030326709151268, -0.029550757259130478, -0.029584523290395737, - -0.010452300310134888, -0.03828242048621178, -0.029530484229326248, - 0.046762559562921524, 0.02067387104034424, 0.011495916172862053, - -0.01850236766040325, 0.025816459208726883, 0.09925118088722229, - 0.06056194379925728, -0.0036236674059182405, -0.01376658957451582, - -0.03369029983878136, -0.00045734914601780474, 0.05517225340008736, - -0.04869600385427475, 0.0448375828564167, 0.03816774860024452, 0.06102823466062546, - 0.045192793011665344, 0.03787285462021828, -0.08964616060256958, - -0.08585838973522186, 0.07467687875032425, 0.00988804455846548, - 0.022385230287909508, 0.03985638916492462, -0.08016680181026459, - -0.1025661751627922, -0.06431557238101959, 0.03412124142050743, 0.0249813012778759, - -0.07454723864793777, 0.022268040105700493, 0.01677902415394783, - -0.04188506305217743, -0.026050426065921783, -0.026827840134501457, - -0.039433300495147705, 0.014344928786158562, -0.036751601845026016, - -0.02002646215260029, -0.0064248088747262955, 0.029546882957220078, - 0.05251387879252434, 0.05722303315997124, 0.016749706119298935, - -0.03914569318294525, -0.0419132374227047, -0.006859368644654751, - 0.003790273331105709, 0.052613623440265656, 0.030483491718769073, - -0.07859513908624649, -0.06988240033388138, -0.032056789845228195, - 0.05174478888511658, 0.00564827723428607, 0.020564081147313118, - -0.04278644174337387, -0.07588386535644531, 0.0539136677980423, - -0.05694916099309921, -0.021921874955296516, -0.005506436340510845, - 0.06364122033119202, -0.010225970298051834, -0.055011630058288574, - 0.06978451460599899, 0.02169458009302616, -0.05471915379166603, 0.1119891032576561, - -0.004735118709504604, 0.028163345530629158, 0.07245676964521408, - 0.050491392612457275, 0.03361813724040985, -0.016338596120476723, - -0.013984788209199905, 0.04149864614009857, 0.008124299347400665, - -0.036248646676540375, 0.04054270312190056, -0.05670955777168274, - 0.046974655240774155, 0.023225096985697746, 0.0047288318164646626, - 0.09855980426073074, 0.01980690099298954, 0.02995479293167591, 0.088709756731987, - -0.012254603207111359, -0.022998148575425148, -0.01959005370736122, - 0.04201005399227142, 0.0057320911437273026, 0.05100066959857941, - -0.020927270874381065, 0.038226231932640076, 0.02545132301747799, - -0.019175712019205093, 0.07067179679870605, -0.032230447977781296, - 0.06835588067770004, -0.01294570043683052, -0.02448447048664093, - -0.07989923655986786, 0.0703430250287056, 0.04892270267009735, -0.12379045784473419, - -0.04741586744785309, 0.02274993620812893, -0.02764449454843998, - 0.04198547825217247, 0.021325793117284775, 0.010705742053687572, - -0.033525336533784866, 0.06942086666822433, 0.02626275084912777, - -0.008529739454388618, 0.04429253563284874, 0.02342076040804386, - -0.01138563733547926, -0.028652144595980644, 0.0029800785705447197, - 0.018691299483180046, -0.07917381823062897, 0.03533058613538742, - 0.06295152753591537, -0.04983505234122276, 0.015995485708117485, - 0.040579210966825485, 0.012351805344223976, 0.0018328545847907662, - -0.05038652941584587, 0.0198922548443079, -0.09047271311283112, 0.03830192610621452, - 0.00917480606585741, 0.041432563215494156, -0.022849660366773605, - 0.051067207008600235, 0.03663433715701103, 0.05480869114398956, - -0.029125135391950607, -0.04280823841691017, -0.03139384835958481, - -0.058994442224502563, -0.05697961524128914, -0.006937602534890175, - -0.07734020799398422, -0.06574734300374985, -0.07954699546098709, - 0.012087809853255749, -0.017720244824886322, 0.0892656221985817, - -0.03867093846201897, 0.002698043128475547, -0.09174376726150513, - 0.029807040467858315, 0.0792577862739563, -0.08967170119285583, - -0.03590785339474678, -0.05581359937787056, -0.0003089373931288719, - 0.07267668098211288, -0.0035058700013905764, -0.027790138497948647, - -0.014077328145503998, 0.035253528505563736, -0.06781721115112305, - -0.09238790720701218, 0.03875597193837166, 0.048289984464645386, - 0.0065887621603906155, 0.03706067055463791, -0.06669673323631287, - -0.05696263909339905, -0.08818674087524414, -0.05680697411298752, - 0.013304426334798336, 0.011614304035902023, -0.01703406311571598, - 0.005609112326055765, 0.059409257024526596, -0.06911547482013702, - 0.024436544626951218, 0.02891477197408676, -0.012977010570466518, - -0.055327463895082474, -0.04074157029390335, 0.07410132884979248, - -0.027390604838728905, -0.053611528128385544, -0.033416371792554855, - 0.030930938199162483, -0.0026250164955854416, -0.06505582481622696, - -0.024363242089748383, 0.026054395362734795, 0.03509436920285225, - 0.07434634864330292, 0.04288141429424286, 0.09459655731916428, -0.03833530843257904, - -0.10210953652858734, 0.06356773525476456, 0.06385313719511032, - 0.032042693346738815, 0.048058852553367615, -0.0031548957340419292, - 0.04988250881433487, -0.0020217844285070896, -0.018442483618855476, - -0.010233125649392605, 0.026996150612831116, -0.024815822020173073, - 0.0008772866567596793, 0.009371264837682247, -0.0258826594799757, - -0.019282598048448563, -0.08449314534664154, -0.051577478647232056, - -0.06446747481822968, 0.15107665956020355, -0.010530862957239151, - -0.0502941720187664, 0.020285142585635185, -0.15815821290016174, - -0.014315124601125717, 0.06240762025117874, -0.04327921196818352, - 0.0015912915114313364, 0.05063268169760704, -0.01885831356048584, - 0.05197656899690628, -0.0010402738116681576, -0.007380074821412563, - -0.01793578453361988, 0.05765606090426445, 0.009449121542274952, - 0.0004382049082778394, 0.04987664148211479, -0.08860781788825989, - 0.024972349405288696, -0.024984072893857956, -0.04135267809033394, - 0.0015121062751859426, -0.01971401460468769, 0.0019968063570559025, - 0.03720349445939064, 0.029070621356368065, -0.03960784897208214, - 0.0021794100757688284, -0.01809448003768921, 0.07832738757133484, - 0.0659758597612381, 0.023846400901675224, -0.008102372288703918, - 0.0028474617283791304, 0.06614663451910019, -0.02143147960305214, - 0.03715565428137779, -0.03399435058236122, 0.05231773853302002, 0.10712451487779617, - -0.05560377985239029, -0.007905482314527035, 0.047541216015815735, - -0.0341126024723053, 0.021025527268648148, -0.021266251802444458, - -0.037552040070295334, 0.0410856157541275, 0.00967381801456213, 0.06612781435251236, - 0.046425286680459976, -0.0743974894285202, 0.11376462131738663, - 0.040042221546173096, 0.006721232086420059, -0.08544883877038956, - -0.02681729942560196, 0.02414228394627571, 0.01088838092982769, - -0.05414103716611862, 0.018214188516139984, 0.004400559235364199, - -0.03965012729167938, 0.005915495567023754, 0.03497086465358734, - 0.04805871471762657, 0.023653127253055573, -0.11028209328651428, - -0.037878554314374924, -0.0666559636592865, 0.05987679213285446, - 0.025887344032526016, -0.06581924110651016, -0.03222831338644028, - 0.015121343545615673, -0.05436886474490166, 0.06778180599212646, - 0.01699659414589405, 0.014675049111247063, -0.09109519422054291, - 0.038802001625299454, 0.0008294323342852294, 0.029139207676053047, - -0.06545480340719223, 0.06466352194547653, 0.06986083090305328, - 0.023297913372516632, 0.052621353417634964, -0.01301972009241581, - 0.020851636305451393, 0.13965192437171936, -0.017925046384334564, - 0.0029192278161644936, 0.0028377065900713205, 0.004623301327228546, - 0.012018262408673763, -0.00944721233099699, -0.02856031432747841, - 0.050700388848781586, 0.05159510299563408, 0.009132424369454384, - -0.0017901371465995908, 0.08367012441158295, 0.025563115254044533, - 0.0645524188876152, -0.013230073265731335, 0.01786073110997677, - 0.013011191040277481, -0.029294945299625397 - ], - [ - -0.07431338727474213, -0.0040587615221738815, -0.025999167934060097, - 0.03943773731589317, -0.07421407848596573, -0.08525606244802475, - 0.042997319251298904, -0.08484583348035812, 0.0029360814951360226, - -0.0008599658031016588, -0.03105330653488636, -0.03910225257277489, - -0.03081093542277813, -0.09847152233123779, -0.00934533029794693, - -0.029328009113669395, -0.01118134893476963, 0.012990245595574379, - 0.004504320677369833, -0.0358281172811985, 0.03377290442585945, - -0.05102844908833504, -0.07267799228429794, 0.013722875155508518, - 0.028341030701994896, -0.13057805597782135, 0.0055900635197758675, - 0.07062999904155731, 0.08716610074043274, -0.0015077482676133513, - 0.0785362496972084, 0.0010515652829781175, 0.11236526072025299, - 0.0016547602135688066, -0.05740175023674965, 0.02470507100224495, - -0.05344831570982933, -0.0015684259124100208, -0.021763993427157402, - -0.01755022257566452, 0.016867171972990036, 0.034839995205402374, - -0.07396586984395981, -0.07706896215677261, 0.0624612420797348, 0.03452998772263527, - 0.06587494909763336, -0.01235717162489891, 0.0045492155477404594, - 0.0359710156917572, 0.029109755530953407, 0.03465569019317627, 0.02967090532183647, - 0.010249877348542213, -0.06218917295336723, 0.09735998511314392, - -0.04201875999569893, 0.05911459028720856, -0.001115084276534617, - 0.01018930971622467, -0.010712782852351665, 0.003529677167534828, - 0.11807889491319656, 0.016479281708598137, -0.020505068823695183, - -0.14071474969387054, 0.07189536094665527, 0.023323779925704002, - -0.05772858113050461, 0.0834837555885315, 0.07027805596590042, 0.04211105406284332, - -0.08808787912130356, 0.1130656749010086, -0.0561445876955986, 0.020475996658205986, - -0.051034051924943924, -0.003673373255878687, 0.11290565878152847, - -0.01088275108486414, -0.02381124161183834, -0.061116963624954224, - 0.02226114273071289, -0.04499988630414009, 0.0034030266106128693, - -0.09360865503549576, 0.0064697423949837685, 0.01897384598851204, - 0.04354351758956909, 0.0459340400993824, -0.007798576727509499, - -0.021967869251966476, 0.05341142788529396, -0.039320312440395355, - -0.048299822956323624, 0.039259497076272964, -0.0058978646993637085, - -0.01101596187800169, -0.10418475419282913, 0.0987769290804863, - -0.039740897715091705, 0.011750182136893272, 0.04940171167254448, - 0.07257109880447388, 0.0035320932511240244, -0.0534878708422184, - 0.07564540952444077, -0.06283538788557053, -0.014927960932254791, - 0.009097264148294926, -0.11180634051561356, 0.03894909471273422, - -0.01020754687488079, -0.03363349288702011, 0.005218007136136293, - -0.03587295860052109, 0.0013334550894796848, -0.01950053870677948, - 0.04445826634764671, -0.01068885251879692, 0.07050924748182297, - 0.017196089029312134, -0.07351510971784592, 0.04119761288166046, - 0.04150489717721939, -0.08913987129926682, 0.025137079879641533, - -0.04249487817287445, 0.023282181471586227, -0.038339074701070786, - -0.026294182986021042, -0.014588359743356705, -0.06174768880009651, - 0.09452366828918457, 0.01818804256618023, -0.05240052938461304, - -0.020122939720749855, -0.08536693453788757, 7.337139686569571e-5, - -0.04196476563811302, 0.0774351954460144, -0.0003015215042978525, - 0.025044402107596397, -0.0065034013241529465, -0.02176923304796219, - 0.0436815470457077, 0.018955891951918602, -0.07331757247447968, 0.06693712621927261, - 0.07578591257333755, -0.06402932852506638, -0.08136086165904999, - -0.14362457394599915, -0.09757818281650543, 0.030197657644748688, - 0.03523080796003342, -0.013556654565036297, 0.019674023613333702, - 0.04470222443342209, -0.036858562380075455, 0.005981890484690666, - -0.01988573744893074, 0.04909592494368553, -0.011038990691304207, - -0.025740938261151314, 0.06020217016339302, -0.037476323544979095, - 0.04877299815416336, -0.04633255675435066, -0.045250408351421356, - -0.09616979211568832, -0.032416246831417084, -0.07662472873926163, - -0.003519689431414008, 0.043143123388290405, 0.010095501318573952, - 0.0038355491124093533, 0.07130950689315796, 0.006537265609949827, - -0.021206099539995193, 0.03442118689417839, -0.02021871693432331, - -0.07502389699220657, -0.057075366377830505, 0.0118448780849576, - 0.012151680886745453, -0.09177477657794952, -0.05526980012655258, - 0.009244480170309544, -0.05508812144398689, -0.06592297554016113, - -0.06403025984764099, -0.027632705867290497, -0.004312347155064344, - 0.05016623064875603, 0.027803262695670128, -0.12584638595581055, - 0.05450448393821716, 0.0047746687196195126, 0.04802355915307999, - 0.005453472025692463, 0.023630619049072266, -0.07460163533687592, - 0.10058575123548508, 0.11974815279245377, 0.07069578766822815, 0.09097035974264145, - 0.008340075612068176, 0.0648343414068222, -0.043805863708257675, - -0.06467113643884659, -0.049634214490652084, 0.0002371222508372739, - 0.03872749209403992, 0.13981306552886963, -0.037144023925065994, - 0.08112938702106476, 0.09033475816249847, 0.01971929706633091, -0.04354412481188774, - 0.0660729855298996, 0.041455090045928955, -0.07536199688911438, - -0.01393199060112238, -0.019538285210728645, 0.051791634410619736, - -0.0045930189080536366, 0.08796524256467819, -0.00907206628471613, - 0.052458569407463074, 0.057519301772117615, 0.06846397370100021, - 0.007148395292460918, -0.07257852703332901, 0.06523400545120239, - -0.04744257777929306, -0.03859347477555275, 0.013360492885112762, - 0.06068817526102066, -0.0806078240275383, -0.02986912988126278, - -0.07963450998067856, -0.06339430063962936, -0.023449625819921494, - 0.030623003840446472, -0.05420640483498573, 0.030076218768954277, - 0.023662861436605453, -0.09992286562919617, -0.04806613177061081, - 0.1003473550081253, 0.054309356957674026, -0.07286135852336884, 0.04289786517620087, - -0.030566900968551636, 0.03006393276154995, -0.0068607572466135025, - 0.08039356768131256, 0.14027205109596252, 0.019877461716532707, - 0.017864076420664787, -0.009789799340069294, 0.03632756322622299, - 0.028967924416065216, 0.010728155262768269, -0.08176695555448532, - -0.05056902393698692, -0.0398983396589756, 0.09349902719259262, - 0.044239677488803864, -0.027683313935995102, -0.0722164660692215, - 0.05803442746400833, -0.09900996834039688, -0.04808581992983818, - -0.10419819504022598, -0.002764082746580243, 0.09632440656423569, - -0.08289892226457596, -0.07150425761938095, 0.038286153227090836, - -0.0027753112372010946, 0.015917448326945305, 0.029710927978157997, - -0.04759543016552925, -0.023607401177287102, 0.029065269976854324, - 0.022119877859950066, -0.0557047575712204, -0.09857925027608871, - -0.0976051390171051, 0.06201262027025223, -0.006634713150560856, - 0.03781765699386597, 0.07410808652639389, 0.052132487297058105, - -0.0024859635159373283, 0.0022847082000225782, -0.019429421052336693, - -0.02948162704706192, 0.05788201466202736, 0.03662673756480217, 0.10431567579507828, - 0.0033818883821368217, -0.03520398959517479, 0.048403069376945496, - 0.014326363801956177, -0.04721689596772194, -0.017196552827954292, - -0.03338967263698578, 0.05182794854044914, 0.10291522741317749, - -0.017618123441934586, 0.03064562752842903, 0.10299588739871979, - 0.023343386128544807, 0.0716613158583641, 0.06144876033067703, -0.04266167804598808, - -0.007945726625621319, -0.12030084431171417, -0.05957602709531784, - -0.0015792220365256071, 0.03878730162978172, 0.06425710767507553, - -0.08667253702878952, 0.12174410372972488, -0.11194606870412827, 0.0891069546341896, - -0.05685150623321533, -0.02453501708805561, -0.05280310660600662, - 0.01799718104302883, -0.03417019173502922, 0.07247571647167206, 0.13204683363437653, - -0.05411688983440399, -0.08398767560720444, 0.12242022156715393, - 0.060333311557769775, 0.016936033964157104, -0.008498797193169594, - -0.026938730850815773, -0.022244414314627647, -0.08727212250232697, - 0.014848318882286549, 0.0826873630285263, 0.06255277991294861, -0.03466510772705078, - -0.007588773500174284, 0.029219333082437515, -0.02761979214847088, - -0.04778425395488739, -0.1476612389087677, 0.04696688428521156, 0.06493762135505676, - -0.03371431306004524, -0.008911740966141224, 0.03144354000687599, - 0.08309350162744522, -0.043727416545152664, 0.002417227253317833, - 0.07412198930978775, -0.0545012392103672, 0.035737041383981705, - 0.030757583677768707, 0.004053432494401932, 0.03560683876276016, - -0.030629217624664307, -0.1138058602809906, -0.0596681647002697, - -0.027351031079888344, -0.06423965096473694, -0.0750998705625534, - 0.028517331928014755, 0.0009094832348637283, -0.0779498741030693, - 0.01570790447294712, -0.05632898211479187, 0.04263223335146904, 0.03645136579871178, - 0.018287058919668198, 0.026909824460744858, -0.0011611680965870619 - ], - [ - 0.015750184655189514, -0.050599709153175354, -0.0035033533349633217, - 0.05187177658081055, 0.05425829067826271, 0.01852705143392086, 0.03313848003745079, - 0.02946845255792141, -0.008311666548252106, 0.041486263275146484, - 0.009398242458701134, -0.10456608980894089, -0.003997779916971922, - -0.026863975450396538, -0.010467885062098503, 0.03608610853552818, - 0.028531333431601524, -0.01753350906074047, -0.09016121923923492, - 0.03319074213504791, -0.020080799236893654, -0.07275698333978653, - 0.016756292432546616, 0.04494514688849449, -0.03448852524161339, - 0.048780761659145355, 0.10117480158805847, 0.009859339334070683, - 0.005532550159841776, -0.060572605580091476, 0.009023732505738735, - -0.02980238012969494, 0.07603202760219574, -0.038456737995147705, - 0.02727990224957466, -0.010385421104729176, 0.02909977175295353, - 0.03913120925426483, 0.003390679368749261, -0.033998727798461914, - -0.07413169741630554, -0.030225208029150963, -0.051040515303611755, - 0.05617465078830719, 0.00819194782525301, -0.022968120872974396, - -0.031336989253759384, -0.045601122081279755, 0.04251043125987053, - 0.007390514016151428, -0.07011330872774124, 0.01801110804080963, - -0.00627102330327034, -0.034518156200647354, -0.0013443001080304384, - -0.01637531816959381, -0.02785610221326351, -0.06642979383468628, - -0.01873875968158245, 0.07045070081949234, -0.08186381310224533, - 0.05811978131532669, 0.048996392637491226, 0.010394364595413208, - 0.008193555288016796, -0.05414429306983948, -0.02158244140446186, - 0.03426443785429001, -0.017671165987849236, 0.022331546992063522, - -0.006024225614964962, 0.0010694197844713926, -0.011912137269973755, - 0.09311842918395996, -0.06572269648313522, 0.023751987144351006, - -0.03902466595172882, -0.026387060061097145, 0.024654148146510124, - -0.11984198540449142, 0.007136793807148933, -0.007170459721237421, - -0.0310515183955431, 0.0556144155561924, 0.024547165259718895, -0.01790713705122471, - -0.021722912788391113, 0.016140969470143318, -0.021805526688694954, - 0.02621101401746273, 0.04666934907436371, -0.0391090102493763, 0.06581363081932068, - -0.003190083894878626, 0.09024083614349365, 0.025246482342481613, - -0.04260794445872307, -0.06199333071708679, -0.04422380030155182, - 0.0012384072178974748, 0.029327820986509323, -0.005767010618001223, - 0.03427116945385933, 0.0047449106350541115, 0.025665435940027237, - -0.01711532659828663, 0.006981701124459505, -0.011772584170103073, - -0.007980648428201675, 0.018889199942350388, -0.08244894444942474, - 0.029652360826730728, 0.04098300263285637, 0.026797279715538025, - 0.003862910671159625, -0.05562982335686684, 0.032379504293203354, - 0.07824891060590744, -0.00346906716004014, -0.015410908497869968, - -0.02882690168917179, 0.012663791887462139, -0.05359707772731781, - 0.009389057755470276, -0.007139566820114851, -0.08995257318019867, - 0.017640335485339165, -0.011359228752553463, -0.02656996250152588, - 0.016793454065918922, 0.031228456646203995, 0.006473189685493708, - 0.01104220375418663, -0.01491876132786274, -0.05256811901926994, - 0.016149938106536865, -0.03571206331253052, -0.06159602105617523, - 0.057215917855501175, -0.03612365573644638, 0.016923734918236732, - 0.03316169232130051, 0.012832771055400372, -0.017999865114688873, - -0.04168371483683586, -0.03568797931075096, -0.0025991275906562805, - -0.04169749841094017, 0.0021081625018268824, -0.05145230144262314, - -0.0407850407063961, -0.05633231997489929, -0.08686543256044388, - 0.019185451790690422, -0.0055243405513465405, 0.07085262984037399, - -0.00727856857702136, 0.03367678448557854, -0.036401525139808655, - -0.06032977253198624, -0.040819961577653885, -0.005603041034191847, - 0.02724100649356842, 0.01026229653507471, -0.061934832483530045, - 0.052005868405103683, -0.024308767169713974, -0.010096420533955097, - -0.07051611691713333, -0.02975657768547535, 0.0023642450105398893, - 0.05879731848835945, 0.059991613030433655, 0.010091515257954597, - -0.023605214431881905, 0.00695049948990345, 0.05520728603005409, - 0.0004887301474809647, -0.043280549347400665, 0.09238442778587341, - -0.018900131806731224, 0.0015031653456389904, -0.007748945616185665, - -0.022080671042203903, -0.03366713225841522, -0.02368621714413166, - 0.008465437218546867, 0.004323647357523441, -0.007681047078222036, - -0.05540788546204567, -0.05254180729389191, -0.026056678965687752, - -0.11708420515060425, 0.012130226008594036, -0.1045108288526535, - -0.0643816813826561, 0.052784111350774765, 0.06296883523464203, - -0.08767889440059662, 0.07095320522785187, 0.07369393110275269, 0.08051151782274246, - -0.06744184345006943, 0.10376884043216705, 0.03663202002644539, - -0.004900504369288683, 0.01914241723716259, -0.011556142009794712, - 0.11089901626110077, -0.03578004613518715, -0.08950585126876831, - 0.04908083379268646, 0.06956139951944351, -0.006091129966080189, - 0.06528247147798538, -0.05182263255119324, 0.03992590680718422, 0.09496235102415085, - -0.05317217856645584, 0.02395273745059967, 0.08020993322134018, - -0.08547049760818481, -0.048533856868743896, 0.03481827676296234, - -0.03779737278819084, 0.05682951211929321, -0.03769662603735924, - -0.027445921674370766, 0.007253623567521572, 0.012382141314446926, - 0.025341995060443878, -0.0032576918601989746, 0.023139871656894684, - -0.004166775848716497, -0.008749820291996002, -0.0052388873882591724, - 0.08297478407621384, -0.010818514041602612, 0.08162952959537506, - -0.025486042723059654, 0.006990847177803516, -0.04265311732888222, - -0.05956961587071419, 0.06269828230142593, -0.06125400587916374, - 0.029873602092266083, -0.006941226311028004, 0.07955028861761093, - 0.041676584631204605, -0.044143952429294586, 0.05881328880786896, - 0.04810144379734993, -0.005891729146242142, -0.029901225119829178, - 0.031156154349446297, -0.004732075612992048, -0.035294774919748306, - -0.006297852378338575, -0.02032509073615074, -0.06558052450418472, - 0.08457440882921219, -0.0737781748175621, -0.050998762249946594, - -0.03678428754210472, 0.08300003409385681, 0.03496430069208145, - -0.09087250381708145, -0.04977309703826904, -0.03996526449918747, - -0.06080825626850128, 0.005337375681847334, -0.01977274753153324, - 0.022451112046837807, -0.06104355305433273, 0.03037085011601448, - -0.03796219080686569, -0.032312169671058655, 0.008580263704061508, - -0.029116418212652206, -0.07522124797105789, 0.04402449354529381, - -0.027609383687376976, 0.03199150040745735, 0.04577074944972992, - -0.030580628663301468, -0.009064056910574436, -0.01606331765651703, - -0.08278246223926544, -0.026468174532055855, -0.026117345318198204, - -0.06592229753732681, 0.03972220793366432, 0.022966215386986732, - -0.005107954144477844, 0.02739137038588524, -0.029893970116972923, - -0.0038303877227008343, -0.03666635602712631, 0.07436148822307587, - -0.0765099972486496, 0.03638540580868721, -0.017322955653071404, - 0.02773340232670307, 0.03758614510297775, -0.010198978707194328, 0.0482194758951664, - 0.05350082740187645, -0.009432714432477951, -0.052284322679042816, - -0.05830205976963043, -0.04885288327932358, 0.07077351957559586, - 0.008247582241892815, 0.04973075911402702, -0.000498702225740999, - -0.05515560507774353, -0.012347077019512653, 0.011665952391922474, - 0.020390553399920464, -0.045373957604169846, 0.013811245560646057, - 0.012017394416034222, 0.0660681277513504, 0.025454752147197723, - -0.02625647559762001, -0.03261960670351982, -0.021087078377604485, - -0.036337774246931076, -0.04705965518951416, -0.024209599941968918, - 0.05702531710267067, 0.040254492312669754, -0.0006154406582936645, - -0.01530376635491848, -0.03211313113570213, 0.04396425932645798, - -0.03571295738220215, -0.07893530279397964, 0.0004496962937992066, - -0.004298340994864702, 0.008479620330035686, -0.03277970477938652, - -0.02108040824532509, 0.03650849685072899, 0.01263038907200098, - 0.045633431524038315, -0.055921830236911774, -0.0427526980638504, - -0.06669605523347855, 0.05781356245279312, 0.08375099301338196, - -0.07176314294338226, 0.004433195106685162, 0.006663832347840071, - -0.024654537439346313, -0.03015674091875553, -0.021893836557865143, - 0.07192487269639969, -7.220430416055024e-5, 0.035550981760025024, - 0.0046517509035766125, 0.02173886075615883, -0.0183018296957016, - 0.04911574348807335, -0.013492346741259098, -0.05251920595765114, - 0.020817838609218597, -0.0799441933631897, -0.03789982572197914, - 0.03509506210684776, -0.009373658336699009, -0.06555942445993423, - 0.025012588128447533, 0.026645511388778687, 0.03975711017847061, - 0.034907612949609756, -0.0844772532582283, -0.029948415234684944, - -0.031301286071538925, 0.046784430742263794, 0.06995019316673279, - 0.009206837974488735, -0.021186042577028275, -0.04553985968232155 - ], - [ - 0.014634939841926098, 0.011176059953868389, 0.0602421797811985, - 0.012722918763756752, -0.031836096197366714, 0.01583857089281082, - 0.09268863499164581, 0.03724395111203194, 0.018910618498921394, 0.07701242715120316, - 0.02398550882935524, 0.039445627480745316, -0.04707750678062439, - 0.04448163881897926, -0.009130391292273998, -0.03310028836131096, - 0.016616305336356163, 0.052347809076309204, 0.04252104461193085, - 0.03925308585166931, -0.05429402366280556, -0.043423257768154144, - 0.05474960431456566, -0.03331282362341881, 0.014058377593755722, - -0.07914615422487259, -0.06716116517782211, -0.0005720047047361732, - 0.028032416477799416, 0.05313843861222267, 0.02949662320315838, -0.0672668069601059, - 0.0379583016037941, -0.05513991788029671, -0.02522188238799572, - -0.04954542964696884, -0.0195884071290493, -0.023492557927966118, - -0.01578342355787754, 0.0286642424762249, -0.00837256945669651, 0.04218142479658127, - 0.02920931577682495, -0.02033090963959694, -0.054247040301561356, - 0.02714185230433941, -0.02810606174170971, 0.020539242774248123, - 0.11350865662097931, -0.033638037741184235, 0.04147395119071007, - 0.049298904836177826, 0.009097782894968987, -0.00737196346744895, - 0.09144966304302216, 0.01796518824994564, -0.0502769909799099, -0.0586220808327198, - 0.06254404038190842, -0.05485622584819794, -0.06339151412248611, - 0.007334104739129543, -0.058282192796468735, -0.04508224129676819, - -0.034580834209918976, -0.04734952375292778, 0.0299401693046093, - -0.0019304725574329495, 0.032186683267354965, -0.005506862886250019, - 0.03801603242754936, 0.06763617694377899, 0.02503659389913082, -0.05855155736207962, - -0.028110377490520477, 0.06393808126449585, 0.03801104426383972, - 0.04899700731039047, 0.04129450023174286, 0.056575629860162735, 0.04320758208632469, - -0.052434369921684265, -0.09346114844083786, -0.049618516117334366, - 0.02603510208427906, 0.038145631551742554, 0.030805978924036026, - -0.02519456297159195, -0.08975766599178314, 0.06636963784694672, - -0.03808974102139473, 0.056137099862098694, 0.039205629378557205, - 0.06441646814346313, -0.01738845556974411, -0.04959062486886978, - 0.05860144644975662, 0.04727556183934212, -0.08437113463878632, - 0.022555002942681313, 0.034307848662137985, -0.013536286540329456, - 0.09062012284994125, -0.012610025703907013, -0.012201331555843353, - 0.05620734393596649, 0.031822968274354935, 0.012075605802237988, - -0.008893975988030434, -0.030859051272273064, 0.03375294432044029, - -0.0416276641190052, 0.03953385353088379, 0.016491344198584557, - -0.01845700852572918, 0.015519911423325539, 0.005379073787480593, - -0.06064257770776749, 0.027590353041887283, 0.04828314483165741, - 0.040681686252355576, -0.03441308066248894, 0.015583724714815617, - 0.05805005878210068, 0.04167395830154419, 0.031577251851558685, - -0.07384144514799118, 0.02359287440776825, 0.08783457428216934, - -0.021146690472960472, 0.05266612768173218, -0.012324342504143715, - -0.06749913096427917, 0.016595296561717987, -0.03966660797595978, - -0.0842859297990799, 0.025563756003975868, -0.05068964138627052, - -0.05703159421682358, -0.06966158002614975, -0.0359618179500103, - -0.1105961725115776, 0.0862889513373375, -0.059534382075071335, 0.04491937905550003, - -0.030719952657818794, -0.049418192356824875, -0.03985968977212906, - -0.0080393822863698, -0.004491507541388273, -0.05646543949842453, - 0.006373160053044558, 0.0402580201625824, 0.03168858215212822, 0.08970370888710022, - -0.08106772601604462, 0.048887673765420914, 0.023071812465786934, - -0.027372043579816818, -0.06802640855312347, -0.12255951017141342, - 0.10022363066673279, -0.056631967425346375, 0.02362547442317009, - -0.04720974713563919, -0.02094724215567112, 0.0028551085852086544, - -0.006372374482452869, -0.034347645938396454, 0.045463744550943375, - -0.018309999257326126, 0.047159481793642044, -0.017179051414132118, - -0.04691226780414581, 0.014565237797796726, 0.010628758929669857, - -0.04703204333782196, -0.009868512861430645, -0.03799017146229744, - 0.0021142675541341305, -0.036570239812135696, 0.014491529203951359, - -0.03222963213920593, -0.057087402790784836, 0.0424235574901104, - -0.06418735533952713, -0.10928340256214142, 0.016056159511208534, - -0.049713075160980225, 0.024280386045575142, -0.052868712693452835, - 0.005204024724662304, -0.04515887051820755, -0.0054121194407343864, - -0.027479197829961777, -0.03097885474562645, 0.02245100773870945, - -0.0277799554169178, -0.03531689569354057, -0.11550559103488922, - 0.021882103756070137, -0.029835684224963188, -0.07290113717317581, - -0.09005971252918243, -0.08857189863920212, -0.03706550598144531, - -0.04471316561102867, -0.08572035282850266, 0.03885888308286667, - 0.07230948656797409, 0.08318311721086502, 0.06033977493643761, - -0.020514924079179764, 0.034463439136743546, -0.010010727681219578, - 0.03406347334384918, -0.021512554958462715, 0.018205789849162102, - 0.031651969999074936, -0.01937810704112053, 0.007717680186033249, - -0.05860705301165581, -0.08315440267324448, -0.01062395516782999, - 0.004818079061806202, -0.017790913581848145, 0.032257329672575, 0.07157215476036072, - -0.018891379237174988, 0.0034432890824973583, 0.1045907661318779, - 0.05116681382060051, 0.00206727790646255, -0.07734856009483337, -0.076003298163414, - 0.06120472401380539, 0.0017850317526608706, 0.012319211848080158, - 0.05673743784427643, -0.01764826476573944, 0.031198952347040176, - 0.05758592486381531, 0.0117921382188797, -0.03313582018017769, 0.03632237762212753, - 0.016698019579052925, -0.04131172597408295, -0.011899476870894432, - -0.06843125075101852, 0.024080295115709305, 0.00013795500854030252, - -0.009490108117461205, -0.05198923870921135, -0.0020219371654093266, - -0.06549639254808426, 0.044518277049064636, -0.05735865980386734, - -0.0036960416473448277, 0.026492249220609665, 0.0537528470158577, - -0.035913191735744476, 0.11556564271450043, -0.057218998670578, 0.05075179040431976, - 0.012473715469241142, -0.018263768404722214, 0.06863918900489807, - 0.029864802956581116, -0.051910143345594406, 0.04452596604824066, - 0.0677652508020401, 0.03625321388244629, 0.00897215586155653, 0.06989790499210358, - -0.11902497708797455, 0.028848465532064438, 0.0029225097969174385, - 0.013659621588885784, -0.053219426423311234, 0.030688798055052757, - -0.029589081183075905, -0.03020419180393219, 0.03561389073729515, - 0.037799615412950516, 0.0047559854574501514, -0.016651088371872902, - -0.06948135793209076, -0.010519232600927353, 0.04077502712607384, - -0.012445167638361454, -0.05997752398252487, 0.07519417256116867, - -0.0197469349950552, 0.009207326918840408, -8.969444752437994e-5, - 0.032453544437885284, 0.006167018320411444, -0.007691614795476198, - -0.06147270277142525, 0.054649367928504944, 0.04930063709616661, - 0.04870244115591049, 0.09604322910308838, 0.008012467995285988, - -0.01023007556796074, 0.020831936970353127, -0.0881909430027008, - 0.006780440919101238, -0.07546880096197128, 0.02420453168451786, 0.1259000599384308, - -0.07035121321678162, -0.005113799124956131, -0.08823230862617493, - 0.038340866565704346, -0.054300256073474884, 0.08108483254909515, - 0.026197412982583046, -0.006346793845295906, 0.021735666319727898, - 0.032565902918577194, 0.015475299209356308, -0.08148667961359024, - 0.05614279955625534, -0.06286761164665222, 0.026899926364421844, - 0.03177759423851967, 0.05749785155057907, 0.0073418705724179745, - 0.005000347271561623, 0.007916869595646858, -0.012388676404953003, - -0.08578389883041382, 0.03085349127650261, 0.006459277588874102, - -0.05971625819802284, -0.002026557456701994, 0.058830276131629944, - -0.022692298516631126, 0.020999828353524208, -0.018915046006441116, - -0.038304802030324936, 0.01034773699939251, 0.050206199288368225, - 0.006603747606277466, 0.050295356661081314, 0.043887779116630554, - 0.06781750172376633, 0.0765269473195076, 0.04576245695352554, 0.04641256853938103, - -0.003418230451643467, -0.09644181281328201, -0.03407464548945427, - 0.03937813639640808, -0.008621863089501858, -0.025607142597436905, - 0.016079556196928024, -0.028995158150792122, -0.05460919812321663, - -0.07425025850534439, 0.05620267242193222, -0.03270009532570839, - 0.07297888398170471, 0.05102785676717758, 0.11017608642578125, - -0.0008077264064922929, 0.06515722721815109, -0.12036962807178497, - 0.0346275269985199, 0.0237125214189291, 0.0294530987739563, 0.015999259427189827, - -0.021095650270581245, -0.025724271312355995, -0.02684684470295906, - 0.014971011318266392, -0.013239971362054348, 0.04174094647169113, - 0.05358056351542473, 0.034188978374004364, -0.01899845339357853, - 0.00762394443154335, 0.05884500965476036 - ], - [ - -0.06304269284009933, 0.029993897303938866, -0.07950258255004883, - -0.037336260080337524, 0.0036296029575169086, -0.026493482291698456, - 0.014728340320289135, 0.05710124596953392, -0.005407951772212982, - 0.020376309752464294, 0.030698560178279877, -0.02272215485572815, - 0.03315757215023041, -0.02471410296857357, -0.035260170698165894, - 0.028833767399191856, -0.03949756175279617, 0.01151333749294281, - -0.024973714724183083, 0.05080772936344147, -0.0645972415804863, - 0.006565883290022612, -0.03663591295480728, 0.03110615722835064, - 0.018464205786585808, -0.006623352877795696, 0.014836299233138561, - 0.0553920716047287, -0.04995712637901306, 0.05581928417086601, 0.041193362325429916, - -0.03859611228108406, -0.007062510587275028, -0.026357188820838928, - 0.022353822365403175, -0.06347865611314774, -0.032946135848760605, - 0.06897909194231033, 0.024785082787275314, 0.00660641910508275, - -0.028051136061549187, 0.004737667739391327, -0.018180014565587044, - 0.005371531005948782, -0.03162073716521263, -0.035692814737558365, - -0.08377203345298767, 0.02389862947165966, 0.0469941645860672, 0.039291054010391235, - -0.06445272266864777, -0.04346555843949318, 0.060596249997615814, - 0.011792542412877083, -0.0011717072920873761, -0.012361900880932808, - -0.0022299890406429768, -0.059065740555524826, -0.0712210163474083, - 0.024172792211174965, -0.003155400976538658, 0.04855973273515701, - 0.024658162146806717, 0.024197345599532127, -0.06343449652194977, - 0.023653000593185425, -0.06765160709619522, -0.026828285306692123, - -0.028893571346998215, 0.084746815264225, -0.02113666944205761, - 0.028619756922125816, -0.08329194784164429, 0.0257878378033638, - -0.05891980975866318, 0.027748582884669304, -0.07066746801137924, - -0.023344704881310463, 0.023239023983478546, -0.03250156342983246, - 0.01729438081383705, -0.0029274055268615484, -0.059744834899902344, - 0.01601996272802353, 0.03428807109594345, -0.012042658403515816, - -0.07547236979007721, -0.04449823498725891, 0.08810998499393463, - -0.039174821227788925, -0.02655896358191967, 0.03365587443113327, - 0.07096411287784576, -0.03216361254453659, 0.03422203287482262, - 0.0037336479872465134, 0.031923189759254456, -0.017026688903570175, - -0.07279015332460403, 0.04695255309343338, -0.011659441515803337, - -0.019457129761576653, 0.03317451477050781, -0.04004986584186554, - -0.01668926700949669, 0.009671530686318874, 0.060302771627902985, - -0.006182774901390076, 0.03842778503894806, -0.028507180511951447, - -0.10614378750324249, 0.09646112471818924, 0.0033044940792024136, - -0.05915405601263046, 0.008409839123487473, -0.04592137038707733, - 0.05401916801929474, 0.05663687735795975, -0.036864347755908966, - 0.05872311815619469, 0.016273878514766693, 0.026891613379120827, - -0.030423453077673912, -0.013112450018525124, 0.0031494852155447006, - -0.01963856630027294, -0.00939641147851944, 0.03511468321084976, - 0.013151667080819607, 0.03258977457880974, -0.0014947433955967426, - 0.07064461708068848, -0.075654037296772, 0.03980206698179245, -0.030823271721601486, - -0.04317307844758034, -0.07188205420970917, 0.01418337132781744, - 0.022576680406928062, -0.051226988434791565, 0.04813254252076149, - 0.10815148800611496, -0.022846464067697525, -0.05907079204916954, - 0.021897071972489357, -0.015054351650178432, 0.080647312104702, - -0.04672021046280861, 0.1104683205485344, 0.01857752725481987, - -0.010852050967514515, -0.0507405623793602, -0.04980619624257088, - 0.02894064411520958, -0.05518651008605957, -0.019589044153690338, - -0.017727011814713478, 0.06075378879904747, -0.05395546928048134, - -0.008236057125031948, -0.03196582570672035, 0.013291759416460991, - 0.03347841277718544, 0.05280596390366554, -0.06858834624290466, 0.06477326899766922, - -0.047414373606443405, 0.0381021648645401, -0.0027050538919866085, - -0.006734366528689861, 0.05962246656417847, -0.010534045286476612, - 0.07029961794614792, 0.015105916187167168, 0.026042532175779343, - -0.0015678252093493938, 0.007045377977192402, 0.04034591466188431, - 0.0047999355010688305, -0.004999151453375816, -0.04445848613977432, - -0.055573638528585434, -0.0007533518364652991, -0.09379462897777557, - -0.07636656612157822, 0.011864357627928257, 0.0002282654313603416, - -0.0172662902623415, 0.05983684957027435, -0.019096720963716507, - 0.004312120843678713, -0.018256498500704765, -0.09256556630134583, - -0.017971310764551163, -0.06337374448776245, -0.09470377117395401, - 0.06980875879526138, 0.026312725618481636, -0.08608826249837875, - 0.006007948890328407, 0.08225541561841965, 0.047747764736413956, - -0.014641678892076015, 0.07812227308750153, 0.022869117558002472, - 0.01547146774828434, 0.09325473010540009, -0.06308361142873764, - 0.003194351214915514, -0.03317958489060402, 0.013416744768619537, - 0.05020548775792122, 0.04475678130984306, 0.03362596407532692, 0.08399289846420288, - -0.03107471391558647, -0.008976537734270096, 0.12719793617725372, - -0.04690168425440788, 0.005486223381012678, 0.021998414769768715, - -0.024116134271025658, -0.05451321601867676, -0.027727093547582626, - -0.044400546699762344, 0.05367453396320343, -0.019960463047027588, - -0.03693320229649544, 0.0686330571770668, 0.035555094480514526, - -0.031097663566470146, -0.06375880539417267, 0.04362241551280022, - -0.0037048174999654293, 0.00423520477488637, 0.011424059048295021, - -0.008530388586223125, -0.04364572837948799, 0.07566049695014954, - 0.011303097940981388, 0.008854703046381474, -0.05567523092031479, - -0.04280826449394226, -0.008187596686184406, -0.005662810988724232, - 0.022216059267520905, -0.028970614075660706, 0.058163776993751526, - 0.03872241824865341, -0.03961529582738876, 0.050857800990343094, - 0.08397797495126724, -0.02318248152732849, -0.0026705125346779823, - -0.058614686131477356, -0.022546537220478058, 0.03618178516626358, - -0.06750510632991791, -0.05691385641694069, -0.01955331675708294, - -0.04505923390388489, 0.021260902285575867, -0.016138678416609764, - -0.01221806462854147, 0.05862867459654808, -0.03087165392935276, - -0.057182587683200836, 0.008883730508387089, -0.01700497977435589, - -0.0004574026679620147, -0.026739614084362984, -0.10685117542743683, - -0.009558713994920254, 0.0034527634270489216, 0.017863351851701736, - -0.0678158849477768, -0.023320825770497322, 0.058244738727808, 0.021344028413295746, - -0.08531699329614639, -0.02981490083038807, -0.07674920558929443, - 0.02837987057864666, 0.015820825472474098, -0.05821520462632179, - -0.007061588112264872, -0.05822695046663284, 0.02803611196577549, - -0.04871856048703194, -0.047803692519664764, 0.006355492863804102, - -0.05513058602809906, 0.004707885440438986, 0.005245495587587357, - -0.0012895410181954503, -0.10390140861272812, 0.02275589108467102, - 0.0005642253090627491, 0.0962245911359787, -0.04368842393159866, - -0.048532720655202866, 0.06319738179445267, 0.07131902873516083, - 0.01866677962243557, 0.02099829912185669, 0.02937738224864006, -0.01799202524125576, - 0.02174290269613266, 0.03270264342427254, -0.030608510598540306, - -0.03137847036123276, 0.10531221330165863, 0.01085836160928011, 0.06795339286327362, - -0.005564607679843903, 0.023538239300251007, -0.020583614706993103, - 0.0491158664226532, 0.042177166789770126, -0.017226677387952805, - 0.012868997640907764, -0.05036768689751625, 0.12245330214500427, - 0.10434513539075851, -0.011381607502698898, 0.03289663791656494, - -0.03906077891588211, -0.09916587173938751, 0.02333320677280426, - -0.057366903871297836, 0.06645690649747849, 0.014349852688610554, - -0.02648944966495037, -0.09319736063480377, -0.015248551033437252, - 0.028911815956234932, 0.010670118033885956, -0.07536303997039795, - 0.09177299588918686, 0.01337096281349659, 0.041240543127059937, 0.04694002494215965, - 0.02808566391468048, 0.005617341957986355, 0.023013794794678688, - 0.06735606491565704, 0.00854520034044981, -0.005665911361575127, - -0.025577910244464874, -0.01424583699554205, -0.0019984692335128784, - -0.03731362521648407, 0.00012928273645229638, -0.029726015403866768, - 0.05022167041897774, -0.04834863170981407, -0.0037196914199739695, - -0.0074907164089381695, -0.030306413769721985, -0.0018838581163436174, - -0.044327206909656525, 0.016594242304563522, 0.02834310010075569, - 0.028393849730491638, 0.013088997453451157, -0.03124706819653511, - -0.053280893713235855, -0.05477483943104744, -0.017377158626914024, - 0.040692273527383804, 0.028052184730768204, -0.0817650631070137, - 0.015353158116340637, -0.009823515079915524, 0.0473223440349102, - -0.04041146859526634, -0.031560108065605164, -0.03150982782244682, - -0.041695740073919296, 0.01452886313199997, 0.02900668792426586, - 0.0013888053363189101, -0.042560674250125885, -0.006055049132555723 - ], - [ - -0.015417625196278095, 0.03251183405518532, 0.02643466368317604, - 0.008436083793640137, 0.08347710967063904, -0.013419524766504765, - -0.03212711587548256, 0.05725063011050224, -0.06094866245985031, - -0.0490335188806057, -0.0106414295732975, 0.09775970876216888, 0.08022242784500122, - -0.05480242520570755, -0.027154162526130676, -0.03248388692736626, - -0.04839552566409111, 0.07241181284189224, -0.08392944931983948, - 0.04899908974766731, -0.10560686886310577, 0.027609357610344887, - 0.03710579499602318, 0.09245871007442474, 0.09045536071062088, 0.1327655017375946, - -0.09608938544988632, 0.0063763768412172794, 0.07917243987321854, - -0.014380739070475101, 0.07030528038740158, -0.033469244837760925, - 0.02537829987704754, -0.03776625543832779, 0.07107944786548615, - -0.08951231837272644, -0.11762833595275879, 0.05032073333859444, - -0.07638311386108398, 0.053229112178087234, -0.08378605544567108, - 0.01380909699946642, -0.0631566047668457, 0.06513024866580963, 0.051215432584285736, - 0.025648552924394608, -0.004212585277855396, 0.007923530414700508, - 0.15365943312644958, 0.08633166551589966, -0.004785896744579077, - -0.054758645594120026, -0.0787457823753357, -0.012966014444828033, - -0.0010916730388998985, -0.018597140908241272, -0.03421034663915634, - -0.04425307363271713, -0.034022051841020584, 0.03914693370461464, - 0.02338075451552868, -0.04689072072505951, -0.02163195237517357, - -0.004948710557073355, -0.09708406776189804, -0.016827989369630814, - 0.033752765506505966, -0.01929057389497757, 0.14109602570533752, - 0.031009769067168236, 0.004381261300295591, -1.5011905816209037e-5, - 0.06996211409568787, -0.014144388027489185, -0.0558432973921299, - 0.048853639513254166, -0.041099485009908676, -0.021752534434199333, - -0.04094579070806503, 0.01570926234126091, 0.03321841359138489, - -0.02957269363105297, 0.012952074408531189, -0.015151802450418472, - 0.0005956616369076073, 0.0024609286338090897, -0.1132083609700203, - 0.03614708408713341, -0.0027690520510077477, -0.004054570104926825, - 0.05303831771016121, -0.06537627428770065, -0.10333789139986038, - -0.07495494931936264, -0.004348696209490299, 0.0335063636302948, - 0.01835140585899353, 0.06897726655006409, 0.007851777598261833, - -0.004304592963308096, 0.06777551025152206, -0.005795584060251713, - 0.03572022169828415, -0.031194061040878296, -0.03971521556377411, - -0.002409592969343066, 0.020394770428538322, 0.08784934878349304, - 0.09934540838003159, -0.08173365145921707, 0.004208489321172237, - 0.19796502590179443, -0.008430973626673222, -0.003786304732784629, - -0.09090498834848404, 0.066573366522789, -0.08806697279214859, - -0.024275364354252815, -0.0038088588044047356, -0.014808733947575092, - -0.08180101215839386, -0.003657436929643154, -0.0026460064109414816, - -0.09401649236679077, -0.04725251719355583, -0.025818996131420135, - 0.0025576038751751184, 0.01029583066701889, 0.0073171318508684635, - 0.004431131295859814, 0.08422411233186722, 0.006582458037883043, - -0.05057001858949661, -0.015329165384173393, 0.03799934312701225, - -0.0032337976153939962, -0.07739925384521484, -0.03894636407494545, - 0.016063671559095383, -0.0038937991484999657, -0.037486232817173004, - 0.03973592817783356, -0.07253873348236084, -0.06764576584100723, - 0.10336007177829742, 0.07180669903755188, 0.0680694580078125, -0.10479426383972168, - 0.03031901642680168, -0.1267518252134323, 0.028505001217126846, 0.01772364415228367, - -0.04786905646324158, 0.12004794925451279, 0.03433413431048393, - -0.0021820450201630592, 0.06200540065765381, -0.0482804998755455, - -0.023950310423970222, 0.005837383680045605, -0.0041806879453361034, - 0.045477211475372314, 0.0058195567689836025, 0.02208656258881092, - 0.01436532661318779, -0.05193500220775604, 0.06378475576639175, - -0.07708516716957092, 0.03340936079621315, -0.012802626006305218, - 0.002129644388332963, 0.033239491283893585, -0.0034304941073060036, - 0.03928570821881294, -0.027097035199403763, 0.013360022567212582, - 0.045676667243242264, 0.014106332324445248, -0.027219969779253006, - -0.010778987780213356, -0.1558050811290741, -0.10377132147550583, - 0.012567850761115551, 0.007714495994150639, -0.19539564847946167, - 0.006969173904508352, 0.02223811112344265, -0.004121830221265554, - 0.062324583530426025, 0.05085986852645874, -0.011274931952357292, - -0.07286293804645538, -0.11217489838600159, 0.006670855451375246, - -0.037793975323438644, -0.05555366352200508, 0.08216186612844467, - 0.035933174192905426, -0.03316520154476166, 0.03622601553797722, - 0.09213420748710632, 0.034556083381175995, 0.0975685566663742, 0.062313590198755264, - 0.03243781253695488, 0.022206010296940804, 0.06834134459495544, - 0.001472381060011685, 0.0921032652258873, -0.01312384381890297, - -0.06826046854257584, 0.12919694185256958, 0.04264030605554581, 0.05267258733510971, - 0.023813161998987198, 0.09379909932613373, -0.004485052078962326, - 0.0555298738181591, 0.0336722731590271, -0.014443994499742985, - -0.059741582721471786, -0.026875557377934456, -0.02998509258031845, - 0.03646243363618851, 0.05440613999962807, 0.10587029904127121, 0.03140725567936897, - -0.13878536224365234, 0.07102222740650177, 0.018681101500988007, - -0.06996860355138779, -0.05794201418757439, 0.03664242476224899, - 0.01942109316587448, 0.10579988360404968, 0.112280935049057, 0.0152635732665658, - -0.12106920033693314, -0.0952581837773323, -0.038248758763074875, - -0.04294541850686073, 0.07282222807407379, -0.02977054752409458, - 0.007202821783721447, -0.19458410143852234, 0.05089622363448143, - -0.0051306989043951035, -0.03150066360831261, 0.09320488572120667, - 0.009462941437959671, -0.01760772429406643, 0.04435158148407936, - 0.07155903428792953, 0.04946889728307724, -0.00689160730689764, - 0.024248743429780006, -0.02017984353005886, -0.05684971436858177, - -0.017267955467104912, -0.043069761246442795, 0.07171276956796646, - 0.008663580752909184, -0.01301421970129013, -0.031967006623744965, - 0.04788407310843468, 0.05307747423648834, -0.06507551670074463, - -0.014469516463577747, 0.04467935115098953, -0.07043728977441788, - -0.07799860090017319, -0.11932646483182907, 0.017616627737879753, - 0.006831639911979437, 0.09819670021533966, 0.01716548576951027, 0.04891673102974892, - -0.0692533478140831, -0.04796300455927849, -0.05403436720371246, - 0.08362201601266861, -0.1130264401435852, -0.0139330318197608, 0.006030830089002848, - -0.013350841589272022, 0.06378223747015, -0.010359259322285652, - -0.061202894896268845, -0.011184398084878922, 0.049730706959962845, - 0.03670208901166916, -0.017345642670989037, -0.03373494744300842, - -0.0408601313829422, -0.10032431781291962, -0.048009663820266724, - 0.07597559690475464, 0.07508710026741028, 0.049679234623909, -0.07186010479927063, - -0.019931472837924957, 0.044732607901096344, 0.010277660563588142, - -0.05750339850783348, 0.06307204812765121, 0.07213103026151657, - -0.014151863753795624, -0.021946316584944725, 0.04506929591298103, - -0.030569542199373245, 0.04646129161119461, -0.01695871911942959, - 0.02980063296854496, -0.010930037125945091, -0.058685947209596634, - -0.04905973747372627, 0.0029480052180588245, 0.1161767989397049, - 0.03674439340829849, -0.000627853733021766, -0.013906088657677174, - 0.03657881170511246, 0.011205345392227173, 0.08603400737047195, - -0.002070746384561062, -0.013250826857984066, -0.050073832273483276, - 0.07945656776428223, -0.09384548664093018, -0.10915673524141312, - -0.009031027555465698, 0.009108462370932102, 0.0716838389635086, - -0.026090411469340324, -0.021715901792049408, -0.053609076887369156, - 0.02536340430378914, -0.04193094000220299, 0.04762781038880348, - -0.10226795077323914, -0.10474534332752228, 0.03580620139837265, - 0.11182112991809845, -0.017565449699759483, 0.08177907764911652, - 0.02879961207509041, 0.0511985644698143, 0.016942884773015976, 0.07351840287446976, - -0.012164502404630184, -0.01695404388010502, -0.04790506884455681, - 0.08249441534280777, -0.009817423298954964, -0.028597373515367508, - -0.10090476274490356, 0.025517547503113747, -0.06983084976673126, - -0.0937180370092392, 0.009702958166599274, -0.02630084566771984, - 0.023375751450657845, 0.0075929067097604275, 0.01852564886212349, - 0.035166408866643906, -0.1515483409166336, 0.037335965782403946, - -0.05492762476205826, 0.09591852873563766, -0.03192227706313133, - 0.11739598959684372, 0.007700090762227774, 0.008968625217676163, - 0.011099752970039845, 0.008062834851443768, 0.01794043555855751, - -0.019555728882551193, 0.08221637457609177, -0.05250038951635361, - -0.06095530837774277, 0.00720185274258256, 0.004112523049116135, - 0.037811797112226486, 0.10516192764043808 - ], - [ - -0.013610610738396645, 0.06696988642215729, 0.043464403599500656, - -0.008733377791941166, -0.03790158033370972, 0.009749648161232471, - 0.049609486013650894, -0.0020419403444975615, -0.015287441201508045, - -0.08780014514923096, 0.015404364094138145, -0.0076262252405285835, - -0.07303225994110107, 0.057141389697790146, -0.05442202463746071, - 0.0742148607969284, -0.03592057153582573, -0.02940814197063446, - 2.3926284484332427e-5, -0.01611911877989769, -0.0026208865456283092, - -0.040671154856681824, -0.02129150554537773, 0.02423543483018875, - -0.012828568927943707, 0.07328737527132034, 0.0025301838759332895, - 0.01566334255039692, 0.02187962643802166, -0.060732945799827576, - -0.05333084240555763, -0.013241981156170368, -0.004949706606566906, - 0.040952637791633606, 0.020568622276186943, 0.03318466246128082, - -0.039667461067438126, 0.036908216774463654, 0.0031439517624676228, - -0.03995358943939209, 0.017416924238204956, -0.04386021941900253, - -0.0359109602868557, 0.021619156002998352, 0.04246663674712181, - -0.05394883453845978, 0.041284315288066864, 0.08218996226787567, - 0.016474127769470215, -0.03225984796881676, 0.023016778752207756, - -0.012647601775825024, -0.012085720896720886, -0.03264010325074196, - -0.034580353647470474, 0.029810314998030663, 0.002494265092536807, - 0.0033370035234838724, 0.07718706130981445, -0.08590881526470184, - 0.004228018224239349, -0.08266622573137283, -0.11483721435070038, - 0.021366175264120102, 0.05783383548259735, -0.03260346129536629, - 0.04421599581837654, 0.08241180330514908, 0.03160464018583298, 0.030223509296774864, - -0.0014634032268077135, -0.041077956557273865, 0.06628934293985367, - 0.024575229734182358, 0.007413789629936218, 0.0096726780757308, - 0.002320066560059786, -0.043674286454916, -0.034068070352077484, - -0.013098631985485554, -0.06537313759326935, -0.03711652755737305, - 0.04796135053038597, 0.06814554333686829, -0.030315866693854332, - -0.041975852102041245, 0.07033751159906387, -0.0005697439191862941, - -0.017756540328264236, -0.054950885474681854, 0.06323982030153275, - 0.0058229542337358, -0.03488173708319664, 0.015256118960678577, -0.034640833735466, - 0.005765699315816164, 0.04409594461321831, 0.03122659958899021, - 0.058405112475156784, 0.05538198724389076, 0.0712493434548378, 0.016101043671369553, - 0.04216518625617027, 0.03052087128162384, 0.05009160563349724, -0.05737198889255524, - -0.05641115829348564, 0.04670076444745064, 0.027503304183483124, - -0.05170498788356781, 0.061701297760009766, -0.09248416870832443, - 0.045208051800727844, -0.01929556205868721, -0.0037567534018307924, - 0.08095989376306534, -0.07534579932689667, 0.019751518964767456, - 0.05007942393422127, 0.05033567175269127, 0.053129423409700394, - -0.025049833580851555, -0.0170954167842865, -0.04458775743842125, - -0.0634055808186531, 0.006275080610066652, -0.01640598475933075, - -0.025600101798772812, -0.018929708749055862, -0.009290963411331177, - -0.018142495304346085, 0.009396485053002834, 0.004073791671544313, - -0.08886237442493439, -0.08125464618206024, 0.01152278296649456, - -0.018167609348893166, 0.06790414452552795, 0.06565136462450027, - 0.026515023782849312, -0.045123495161533356, -0.009958448819816113, - 0.005276969633996487, -0.006398044526576996, -0.04209545999765396, - 0.028469933196902275, -0.020311392843723297, 0.025446975603699684, - -0.028557799756526947, -0.08433754742145538, -0.01068096049129963, - -0.007682270370423794, 0.004344570450484753, -0.05726297199726105, - 0.05216516926884651, 0.0008331767749041319, -0.003969155251979828, - -0.013254780322313309, 0.02862728200852871, 0.0022818755824118853, - 0.0507848896086216, 0.02882758527994156, 0.019084403291344643, 0.006601695902645588, - -0.011926714330911636, -0.011654230765998363, 0.007141557987779379, - -0.04571551829576492, -0.0623885840177536, 0.08257345855236053, - 0.026432890444993973, -0.006011664867401123, 0.04376305267214775, - -0.023347627371549606, -0.003331600921228528, -0.03151743859052658, - -0.04755207523703575, -0.02526702545583248, 0.03059910237789154, - -0.09557409584522247, 0.009718257002532482, 0.024752652272582054, - -0.01142104621976614, 0.04456539452075958, -0.02832910791039467, - -0.07283829152584076, 0.031070508062839508, 0.013048962689936161, - 0.033740270882844925, 0.018091833218932152, 0.037790436297655106, - 0.11762525141239166, 0.09469550848007202, 0.05510864406824112, - -0.052374012768268585, 0.07000340521335602, 0.006703636609017849, - -0.027023211121559143, 0.019502714276313782, -0.09806045889854431, - 0.011563634499907494, -0.07952103018760681, 0.04704868793487549, - -0.0362774021923542, 0.015385105274617672, 0.006383511237800121, - -0.03013194352388382, -0.055027540773153305, -0.06636907160282135, - 0.02293270081281662, 0.048668619245290756, -0.028470437973737717, - -0.0979657843708992, -0.015997612848877907, 0.006772690452635288, - 0.03000110574066639, 0.015563953667879105, 0.0166652649641037, 0.03557722643017769, - 0.006064631510525942, 0.03449822589755058, 0.005533380899578333, - 0.03515462204813957, 0.04098731651902199, 0.03593519330024719, 0.01829410344362259, - -0.023702843114733696, -0.03050677850842476, 0.02280564419925213, - -0.06823670119047165, -0.06201094016432762, -0.010375645942986012, - -0.027926098555326462, -0.012241397984325886, -0.017481215298175812, - 0.04410209506750107, 0.04321381822228432, 0.024069955572485924, - -0.03562583401799202, 0.014134028926491737, 0.008299802429974079, - 0.04275108501315117, -0.0016629931051284075, -0.03857960179448128, - 0.010452410206198692, -0.04358181729912758, -0.05244963616132736, - 0.011470812372863293, -0.06471336632966995, 0.021970335394144058, - -0.08024325966835022, -0.0849975198507309, -0.030014272779226303, - -0.037700094282627106, -0.031008243560791016, -0.017175894230604172, - 0.034225285053253174, -0.010672155767679214, 0.03158636391162872, - 0.03436635807156563, 0.034400034695863724, 0.0067211021669209, 0.06258660554885864, - 0.009537506848573685, 0.01421042438596487, -0.0020946976728737354, - 0.1299298107624054, 0.08140851557254791, 0.03363388404250145, - -0.00034560056519694626, 0.06939128786325455, 0.053693193942308426, - 0.02970588207244873, 0.0393991582095623, -0.008803943172097206, - 0.039924971759319305, -0.019631758332252502, -0.03216185048222542, - -0.05560211464762688, 0.04292500019073486, 0.07207120209932327, - -0.0025294083170592785, 0.0019548058044165373, -0.04434901103377342, - 0.010799899697303772, -0.0525091215968132, 0.0034151936415582895, - -0.0277925506234169, 0.07973022013902664, 0.05233236774802208, - 0.0006424799794331193, 0.054451894015073776, -0.0006345551810227334, - -0.008532813750207424, 0.056822460144758224, 0.1189044937491417, - 0.027814345434308052, -0.0094827925786376, -0.0830187201499939, 0.03357943147420883, - -0.041954122483730316, 0.010606605559587479, 0.007091364823281765, - -0.01096715684980154, -0.027256667613983154, 0.04316059127449989, - 0.039880529046058655, -0.0760299563407898, -0.028148876503109932, - 0.04566820338368416, 0.04854733869433403, -0.0037471246905624866, - 0.018368223682045937, 0.008397931233048439, 0.012667165137827396, - -0.05636180564761162, -0.048453010618686676, -0.001937740365974605, - 0.0467149056494236, -0.04686742648482323, 0.028681719675660133, - 0.016333477571606636, -0.026300908997654915, -0.07427026331424713, - 0.08138337731361389, 0.007759971544146538, -0.024041922762989998, - 0.02624504640698433, 0.020391853526234627, -0.02333650551736355, - -0.04823349043726921, 0.051389504224061966, -0.000213245686609298, - 0.08213803917169571, 0.03656851500272751, -0.09283184260129929, - -0.01875120773911476, -0.0025302355643361807, -0.0999404713511467, - -0.05512860417366028, -0.03242703527212143, 0.04423248767852783, - 0.03555915504693985, -0.0072598643600940704, -0.04625683277845383, - -0.01024258229881525, 0.08592263609170914, -0.005704987328499556, - 0.07472940534353256, -0.0050747874192893505, -0.06137608736753464, - 0.04464244097471237, -0.08529192954301834, -0.012013193219900131, - -0.02408565580844879, -0.052036039531230927, -0.0008993116789497435, - -0.045738231390714645, -0.021498795598745346, 0.0017998883267864585, - -0.006186951417475939, 0.034874316304922104, -0.007230031304061413, - 0.03812349587678909, 0.026883281767368317, 0.032034676522016525, - 0.05160077288746834, 0.0020103834103792906, 0.009831693023443222, - -0.045368731021881104, -0.02539536915719509, -0.02472783997654915, - -0.015530715696513653, -0.006284994538873434, -0.03520289435982704, - -0.08161484450101852, 0.0320737324655056, -0.009319267235696316, 0.0674491748213768, - 0.029125725850462914, 0.04630299657583237, 0.029391204938292503, - 0.08875404298305511, 0.011640002951025963 - ], - [ - -0.02591273933649063, 0.011923647485673428, 0.03913438320159912, - -0.004868443589657545, -0.06360723823308945, 0.03281279653310776, - -0.010058240965008736, -0.015796467661857605, 0.05588691309094429, - -0.06266182661056519, -0.07431498914957047, -0.021436208859086037, - -0.00865175947546959, -0.018961327150464058, -0.002640686696395278, - 0.06314809620380402, 0.05854899063706398, -0.03356311097741127, 0.01220235601067543, - -0.06443381309509277, 0.014830528758466244, 0.08663653582334518, - 0.060750603675842285, 0.062161635607481, 0.05258471891283989, -0.025347882881760597, - -0.07039915025234222, 0.07782693207263947, 0.026470636948943138, - -0.04725465551018715, -0.0005256556323729455, 0.006962345913052559, - 0.020629089325666428, -0.02180388569831848, 0.05416283756494522, 0.0802207961678505, - 0.01004719641059637, 0.013118636794388294, -0.022877424955368042, - -0.026911834254860878, 0.022085584700107574, -0.012410021387040615, - -0.05315854400396347, 0.03160089626908302, 0.03530101850628853, - -0.001987646333873272, 0.013311702758073807, 0.05015809088945389, - -0.035911355167627335, -0.017765551805496216, -0.045277196913957596, - -0.05490473657846451, -0.017109379172325134, -0.019832631573081017, - 0.016881605610251427, 0.04523228108882904, -0.03981395065784454, - 0.02893860824406147, -0.028268078342080116, -0.0027435659430921078, - 0.018007228150963783, -0.048457056283950806, -0.06175927072763443, - 0.04844510182738304, 0.005240312777459621, 0.03183332830667496, 0.02744326740503311, - 0.04561226814985275, 0.020134078338742256, -0.06406233459711075, - -0.019369270652532578, -0.04973763972520828, 0.07921381294727325, - -0.07246521860361099, -0.03902500495314598, -0.017169544473290443, - 0.028441619127988815, -0.0036025680601596832, 0.030392011627554893, - -0.022937433794140816, 0.004209279548376799, -0.0015947079518809915, - -0.0037481188774108887, 0.03693877160549164, 0.025256266817450523, - -0.015317884273827076, 0.010965336114168167, -0.05592084676027298, - -0.07652788609266281, -0.01925419270992279, -0.030735807493329048, - -0.00657886266708374, 0.0534440279006958, 0.04752106964588165, -0.03918430954217911, - 0.02415599673986435, -0.029699748381972313, -0.07633026689291, 0.0437757708132267, - -0.009800038300454617, 0.09278841316699982, 0.08771677315235138, - 0.0006596176535822451, -0.04871556907892227, -0.0609821155667305, - 0.021529022604227066, -0.0008402177481912076, 0.06427106261253357, - -0.0016333453822880983, 0.022371796891093254, 0.009063268080353737, - -0.06333472579717636, -0.053078457713127136, 0.00367477023974061, - -0.020213423296809196, 0.021435555070638657, -0.049296922981739044, - -0.040174517780542374, 0.05777101591229439, -0.06889031827449799, - -0.015198842622339725, -0.09080196917057037, -0.014109110459685326, - -0.0434870570898056, 0.0874578058719635, 0.07744824141263962, -0.06496529281139374, - 0.010301676578819752, 0.09909994155168533, 0.003325295401737094, - -0.03311043232679367, 0.05377792567014694, -0.00857184361666441, - -0.02676258236169815, 0.001273782574571669, 0.011652939021587372, - -0.005230615846812725, -0.03225650638341904, -0.05776645988225937, - -0.046817608177661896, -0.03029646910727024, -0.10275429487228394, - 0.01085332129150629, 0.0019461301853880286, -0.04191910848021507, - 0.07105141878128052, -0.05832405015826225, 0.055891525000333786, - -0.0693536028265953, -0.042394474148750305, 0.07119563221931458, - -0.06400604546070099, 0.014048444107174873, 0.03200016915798187, - 0.07397551834583282, -0.08387018740177155, -0.0331420972943306, - -0.027174895629286766, -0.09378042072057724, 0.029567020013928413, - -0.07758909463882446, -0.03101697750389576, 0.08900944888591766, - -0.0531327985227108, 0.0366714745759964, -0.018209166824817657, 0.07574807107448578, - 0.04931291937828064, 0.006058692000806332, -0.0037277941592037678, - -0.0011108826147392392, 0.08975166082382202, -0.00029340802575461566, - -0.026113921776413918, 0.035759128630161285, -0.11157833784818649, - 0.009032373316586018, -0.008414411917328835, -0.04287860170006752, - -0.03943832218647003, -0.05304933339357376, -0.0026878323405981064, - 0.12310291081666946, 0.03709899261593819, 0.07669880241155624, - -0.040089886635541916, -0.0003638356865849346, -0.0113440016284585, - 0.026687566190958023, -0.06866437196731567, 0.012350640259683132, - 0.0535757876932621, 0.10958530753850937, 0.008941955864429474, -0.11764590442180634, - 0.07052336633205414, 0.0027465519960969687, -0.06367229670286179, - -0.006014303769916296, -0.06014460697770119, 0.07930972427129745, - 0.01743387244641781, 0.03540591150522232, -0.040451716631650925, - -0.06626878678798676, -0.0837804451584816, 0.0384916253387928, 0.04413191229104996, - 0.012872186489403248, 0.017077676951885223, 0.004629094619303942, - -0.020271850749850273, -0.044444337487220764, 0.04100263491272926, - -0.0009190815035253763, -0.04156007990241051, -0.04985077306628227, - -0.059339240193367004, -0.0936720222234726, 0.001771560637280345, - 0.06323413550853729, -0.04837273806333542, -0.02918570302426815, - -0.03669895604252815, 0.07860294729471207, 0.05023844912648201, - -0.013063596561551094, 0.007967352867126465, 0.057036932557821274, - -0.012108351103961468, -0.0708986148238182, 0.0650671049952507, - 0.008173608221113682, 0.04248730465769768, 0.0205977875739336, 0.016118604689836502, - -0.004578586667776108, 0.030005691573023796, -0.07156956195831299, - 0.0182235948741436, -0.04431688040494919, -0.00759151391685009, 0.08406706899404526, - 0.07939940690994263, 0.03314702957868576, -0.08223645389080048, -0.0554613322019577, - -0.09947476536035538, 0.136640265583992, 0.003012036671862006, 0.008548978716135025, - -0.08627031743526459, 0.08250193297863007, -0.010242309421300888, - 0.026084868237376213, -0.04710033908486366, -0.04759381711483002, - -0.00972522608935833, -0.01507007610052824, 0.08128368109464645, - 0.08413881808519363, -0.07047777622938156, -0.06193804740905762, - 0.07184406369924545, 0.002037100726738572, -0.01715141534805298, - 0.06608951836824417, -0.0028948266990482807, -0.07757870107889175, - 0.017347464337944984, -0.01071445643901825, 0.0033588833175599575, - -0.0651031956076622, -0.010355030186474323, -0.019516801461577415, - -0.04150759428739548, -0.009467815048992634, -0.08270461857318878, - 0.009141066111624241, 0.055597614496946335, 0.001146221300587058, - 0.0019336966797709465, -0.049156710505485535, -0.060074254870414734, - 0.013161840848624706, -0.04174209013581276, 0.004510624334216118, - 0.009922866709530354, 0.050954341888427734, 0.03531593084335327, - -0.02970486506819725, 0.049778372049331665, -0.04010063037276268, - -0.01076933741569519, -0.028939835727214813, 0.061698831617832184, - 0.06454556435346603, -0.0919514000415802, 0.00728325080126524, - -0.009629985317587852, 0.002929081441834569, -0.061539601534605026, - -0.03656449541449547, -0.030507734045386314, -0.018961405381560326, - 0.08546385914087296, -0.02063388004899025, -0.010826615616679192, - -0.09371822327375412, 0.07931046932935715, 0.03336239978671074, - 0.045621950179338455, 0.002375206211581826, -0.008567208424210548, - -0.015544966794550419, 0.04799649119377136, 0.023932140320539474, - 0.0769837349653244, -0.06641796976327896, 0.03785853087902069, -0.05703860893845558, - 0.012176365591585636, -0.00563699658960104, -0.029140185564756393, - 0.06254278123378754, 0.03163646534085274, 0.007547047454863787, 0.03320344164967537, - 0.018768467009067535, 0.0730225145816803, -0.002151329070329666, - 0.03426671773195267, -0.08220917731523514, 0.0482415035367012, -0.09327293187379837, - -0.03587503731250763, -0.04238840565085411, 0.08019380271434784, - -0.003302253782749176, 0.03455188870429993, 0.040605127811431885, - 0.027329953387379646, 0.017770515754818916, 0.021822603419423103, - -0.01087150163948536, -0.0377582386136055, 0.03846060484647751, - 0.005715424194931984, -0.030285146087408066, 0.0012101612519472837, - 0.04111013188958168, 0.08314502984285355, 0.04455186799168587, -0.06295936554670334, - 0.011438226327300072, -0.008400194346904755, 0.017706509679555893, - -0.006894317921251059, 0.06619802117347717, 0.05785251036286354, - -0.08111514151096344, 0.028737153857946396, -0.03336561843752861, - 0.021805500611662865, 0.0023541294503957033, 0.06450715661048889, - -0.04136137664318085, 0.014400658197700977, -0.06024754047393799, - -0.09097494930028915, -0.03503057733178139, 0.04067790508270264, - 0.01090347208082676, 0.06117404252290726, 0.003363416763022542, 0.09502608329057693, - 0.0032071738969534636, 0.009231691248714924, 0.09874522686004639, - -0.014332086779177189, -0.01625083014369011, 0.04445981979370117, - 0.07138149440288544, -0.07216792553663254 - ], - [ - 0.09525486826896667, 0.03746217116713524, 0.013384217396378517, 0.0820029154419899, - -0.04266422986984253, -0.017372936010360718, 0.014354093000292778, - -0.013163230381906033, 0.027416812255978584, -0.07731211930513382, - -0.0720960944890976, -0.0026772362180054188, -0.03324061259627342, - 0.03577905148267746, 0.019801540300250053, 0.013311788439750671, - -0.04389449208974838, -0.051517993211746216, 0.010710177011787891, - -0.01688573881983757, 0.06212891265749931, -0.010275683365762234, - 0.09364214539527893, -0.012438802979886532, -0.03661618009209633, - 0.014440433122217655, -0.04897964373230934, 0.0019141188822686672, - 0.02430618926882744, -0.02055228501558304, 0.014620710164308548, - 0.025499632582068443, 0.00892101600766182, -0.008384304121136665, - 0.04637087136507034, -0.018585190176963806, 0.0037188793066889048, - 0.010904445312917233, 0.00910910964012146, 0.01796867325901985, - -0.010556885972619057, 0.058329686522483826, -0.003996291663497686, - -0.007181322667747736, -0.03690594062209129, -0.008081647567451, - -0.001773591386154294, -0.01509223785251379, 0.08367402106523514, - -0.04301747307181358, -0.00569938262924552, -0.013916651718318462, - -0.003056182526051998, -0.02395489625632763, 0.04767502471804619, - 0.050750743597745895, 0.016108041629195213, 0.033202264457941055, - 0.04975733533501625, -0.05940576270222664, 0.06452926248311996, - -0.03632674366235733, -0.08436541259288788, -0.052368126809597015, - 0.04942462965846062, 0.014674166217446327, -0.04147545248270035, - 0.02318676747381687, -0.004767740610986948, -0.07937314361333847, - 0.0037766769528388977, -0.044994547963142395, 0.003674414474517107, - -0.05921327695250511, 0.0337897352874279, 0.05623779445886612, 0.07553727179765701, - 0.05908779799938202, -0.021052347496151924, 0.02369568683207035, - 0.02028542198240757, 0.016883855685591698, -0.08007193356752396, - -0.024249598383903503, 0.04021006077528, 0.006193867884576321, -0.00523159746080637, - -0.022369591519236565, -0.06322739273309708, 0.063902348279953, - -0.005755114834755659, -0.040377482771873474, -0.05748194456100464, - -0.013664943166077137, -0.0029488378204405308, -0.015107964165508747, - 0.006206291262060404, 0.04266860708594322, 0.08089842647314072, 0.02720266953110695, - 0.019765784963965416, -0.015618258155882359, 0.003004886209964752, - 0.002215418266132474, -0.060617078095674515, 0.05162058025598526, - -0.009781871922314167, -0.004234728403389454, -0.01780620589852333, - -0.07710902392864227, -0.03322355076670647, -0.025645431131124496, - -0.03138124570250511, -0.006607590243220329, -0.06521081924438477, - 0.006179227959364653, -0.009077734313905239, -0.11464966088533401, - 0.008144441060721874, -0.0029202953446656466, -0.07295668125152588, - -0.08800826966762543, 0.0036690488923341036, 0.007546376436948776, - 0.04843252897262573, -0.016715535894036293, -0.08456293493509293, - 0.004975390620529652, -0.0329512357711792, -0.04344367980957031, - 0.03798501566052437, -0.050358112901449203, 0.0188158992677927, - -0.015257078222930431, 0.0049590542912483215, -0.023317333310842514, - 0.07225438952445984, 0.08147182315587997, -0.012328383512794971, - -0.0004580653621815145, -0.004627587739378214, -0.0069462573155760765, - 0.036225758492946625, -0.002735534682869911, 0.006600639782845974, - 0.0027745631523430347, -0.08470889925956726, 0.028952382504940033, - -0.05401402339339256, 0.006893693935126066, -0.02595262974500656, - 0.040013086050748825, 0.07110986113548279, 0.028830166906118393, - 0.03894245624542236, -0.03903312608599663, -0.00453759403899312, - -0.043481942266225815, 0.07492440193891525, -0.006800341885536909, - -0.07795371860265732, 0.03135384991765022, 0.039734840393066406, - 0.00883716531097889, -0.004150638356804848, -0.05689316987991333, - -0.042499762028455734, -0.07787756621837616, -0.013789392076432705, - 0.09440059214830399, 0.0026792839635163546, 0.0030774602200835943, - 0.014699392952024937, -0.00960305705666542, 0.03833562880754471, - -0.051547542214393616, -0.011315719224512577, 0.0006163377547636628, - -0.010834512300789356, -0.024271616712212563, 0.04730118438601494, - -0.028338568285107613, 0.01730978861451149, 0.011706432327628136, - 0.0288638137280941, 0.019507410004734993, -0.053197238594293594, - -0.04844321310520172, -0.08315087854862213, 0.02097919210791588, - -0.007201456930488348, -0.022758040577173233, -0.03136957436800003, - 0.037166569381952286, -0.002484644530341029, -0.030195219442248344, - 0.024701369926333427, -0.05487684905529022, 0.05591899901628494, - -0.012313012965023518, -0.008987084031105042, -0.035857606679201126, - -0.01949782483279705, 0.014295412227511406, -0.07333238422870636, - -0.08297128975391388, 0.005827328190207481, -0.05795643478631973, - -0.008639761246740818, 0.026546960696578026, 0.0312679223716259, - 0.0031430369708687067, -0.050808701664209366, 0.04994478449225426, - -0.03949810564517975, 0.09090571105480194, 0.02495611645281315, - -0.04863160103559494, -0.07539117336273193, 0.09604049474000931, - 0.048468999564647675, -0.049555741250514984, 0.007452849764376879, - -0.034149572253227234, 0.029954439029097557, -0.04978189617395401, - -0.0022218257654458284, 0.02859613671898842, 0.03372301533818245, - 0.05987464264035225, 0.030285917222499847, 0.04764831066131592, - -0.029194708913564682, 0.020135298371315002, 0.02727968618273735, - 0.008354109711945057, -0.022062605246901512, 0.060695428401231766, - -0.07513427734375, -0.017383789643645287, 0.022949591279029846, - 0.035707782953977585, 0.06977090984582901, -0.08929850906133652, - -0.02432120032608509, 0.03395528346300125, 0.018537012860178947, - -0.0013167246943339705, -0.05766119062900543, 0.0029145400039851665, - 0.0007840234902687371, 0.007017580792307854, 0.02956438437104225, - 0.013614632189273834, -0.0648161917924881, 0.03345805034041405, - -0.052033476531505585, -0.0073499297723174095, 0.09078383445739746, - 0.039837583899497986, -0.034827277064323425, -0.03810669109225273, - -0.03530433773994446, -0.05612222105264664, -0.09895486384630203, - 0.013981802389025688, 0.049827635288238525, -0.02385326474905014, - 0.06869400292634964, -0.05261964723467827, 0.0090645058080554, 0.08026432245969772, - -0.05107497051358223, 0.04424358159303665, -0.017607424408197403, - -0.0327560156583786, -0.003016996430233121, 0.03596615791320801, - 0.023342007771134377, -0.00028886031941510737, 0.020273879170417786, - -0.001985272392630577, -0.03340847045183182, 0.004894491285085678, - -0.04195207357406616, -0.02841322124004364, 0.012727847322821617, - -0.024546602740883827, 0.06351102143526077, 0.05195312947034836, - -0.04451318830251694, 0.04680708050727844, -0.07995066046714783, - -0.04293511062860489, 0.04769083112478256, 0.11147690564393997, 0.04833969846367836, - 0.013701776042580605, -0.11312542855739594, -0.01838178001344204, - 0.00644550658762455, -0.08149117976427078, 0.03362474963068962, - -0.03729249909520149, -0.0626906156539917, -0.010119976475834846, - -0.019589101895689964, -0.03603503480553627, -0.08796798437833786, - 0.05582993105053902, -0.011649244464933872, -0.036455120891332626, - -0.0141687523573637, -0.05756009742617607, -0.008998219855129719, - -0.07433534413576126, 0.045057281851768494, -0.02461518906056881, - 0.006194758228957653, -0.018984416499733925, -0.04026498273015022, - -0.031222481280565262, -0.03475235030055046, -0.05397612228989601, - 0.04761945456266403, 0.01777901127934456, 0.006481233984231949, - 0.037854764610528946, -0.013369216583669186, -0.011322695761919022, - -0.04648151248693466, 0.04899908974766731, -0.022285204380750656, - 0.09831579774618149, 0.03228962793946266, -0.05861552804708481, 0.04374830797314644, - -0.004369251895695925, -0.054117828607559204, -0.02002299763262272, - -0.024237042292952538, -0.05423641949892044, -0.02306767739355564, - 0.0210520438849926, -0.018786892294883728, -0.006624045316129923, - 0.02611037716269493, 0.012661742977797985, 0.05689145624637604, 0.01110622938722372, - 0.01583431102335453, 0.07558876276016235, 0.03741807863116264, - -0.005971583072096109, 0.008856960572302341, 0.0453997403383255, - 0.011896634474396706, -0.02854558639228344, 0.04171673581004143, - -0.04227796196937561, -0.04213041067123413, 0.049144163727760315, - -0.08317284286022186, -0.0028266734443604946, 0.015136152505874634, - 0.08095058053731918, 0.011087963357567787, 0.12340710312128067, - -0.01122287567704916, 0.008994928561151028, -0.003161397762596607, - 0.052190620452165604, 0.018845556303858757, -0.040889907628297806, - 0.020728252828121185, 0.0419289693236351, 0.07792128622531891, - -0.050482962280511856, 0.08089438825845718, 0.05792933329939842, - -0.010500047355890274, -0.004580484237521887, -0.014748327434062958, - -0.03330468386411667 - ], - [ - 0.06493019312620163, -0.007682951167225838, -0.07593920081853867, - 0.00931576732546091, -0.03847692161798477, 0.03306489810347557, 0.05167362466454506, - -0.02335178665816784, 0.04308405891060829, -0.02608593925833702, - -0.06342984735965729, -0.061944376677274704, 0.05001425743103027, - 0.042692892253398895, 0.027123818174004555, -0.016069434583187103, - 0.01593184843659401, -0.034658171236515045, -0.0547303780913353, - -0.04146607592701912, 0.0012891646474599838, -0.06725340336561203, - -0.03280647099018097, -0.03458593040704727, -0.038878656923770905, - 0.044259730726480484, -0.008130195550620556, -0.008329448290169239, - -0.002790319500491023, -0.012113894335925579, 0.012733588926494122, - -0.03024151735007763, 0.02192588709294796, 0.0147925466299057, - -0.004304518457502127, 0.02109553851187229, 0.024044465273618698, - 0.00594380684196949, 0.006537723354995251, 0.00597669230774045, - -0.038865260779857635, -0.005813909694552422, -0.0411524623632431, - -0.044148243963718414, 0.04004203528165817, 0.0685730054974556, 0.0350726954638958, - 0.06212667375802994, 0.10841737687587738, 0.0337078832089901, -0.03824525699019432, - -0.0538269579410553, -0.01332078780978918, -0.008183800615370274, - -0.08751650154590607, 0.04584062471985817, -0.05465659871697426, - 0.002518976805731654, 0.06204591691493988, 0.00898168608546257, - -0.041028086096048355, -0.02645135298371315, 0.014190529473125935, - 0.09971624612808228, -0.012295622378587723, -0.014684164896607399, - -0.05114113166928291, 0.03564690053462982, -0.009818716906011105, - -0.02796313166618347, 0.0053127603605389595, 0.0332806371152401, - -0.01189346518367529, -0.04082408547401428, 0.049411091953516006, - 0.09811040014028549, 0.005465805996209383, -0.0659073069691658, - 0.039728838950395584, -0.06234430521726608, -0.002622361294925213, - 0.029940273612737656, -0.04072924330830574, 0.027777964249253273, - 0.03185689076781273, -0.0029296348802745342, 0.04153376817703247, - 0.003587606828659773, -0.026116399094462395, 0.040896158665418625, - -0.022448381409049034, -0.06138363108038902, 0.05957323685288429, - 0.020865125581622124, 0.06704260408878326, 0.008317766711115837, - -0.07428890466690063, -0.054180290549993515, -0.0755906030535698, 0.091244637966156, - 0.012396995909512043, -0.012208790518343449, 0.00424201600253582, - -0.09068305045366287, -0.022213248535990715, -0.03193877637386322, - 0.0065583097748458385, 0.05239655077457428, 5.622426215268206e-6, - -0.0407596156001091, -0.06986837089061737, 0.05651950091123581, - 0.011390606872737408, -0.0623285174369812, -0.033017951995134354, - 0.061077602207660675, 0.0076385862194001675, -0.004705606959760189, - 0.042064689099788666, 0.05138197913765907, 0.04019046574831009, - -0.02192547544836998, 0.03094424307346344, 0.043409690260887146, - -0.023157980293035507, -0.06737016886472702, -0.07490770518779755, - -0.026633741334080696, 0.041375532746315, -0.046280428767204285, - 0.06789197772741318, 0.015872308984398842, -0.008403584361076355, - -0.08005037158727646, 0.006725209299474955, -0.06056900694966316, - -0.035827603191137314, 0.030803188681602478, -0.012805021367967129, - -0.04172099754214287, -0.04977517947554588, 0.007815833203494549, - 0.04792628064751625, 0.03086163103580475, -0.018161481246352196, - 0.05521119013428688, -0.045112624764442444, -0.0879245176911354, - 0.02970779873430729, -0.03832666203379631, 0.001936705899424851, - 0.00497867027297616, -0.001789344591088593, 0.010998018085956573, - -0.0015513934195041656, -0.006966582499444485, 0.03888848423957825, - -0.01614072360098362, -0.0464467853307724, -0.07458002865314484, - -0.048515282571315765, -0.02377857081592083, -0.027550319209694862, - 0.06297434866428375, 0.0032743585761636496, 0.00930145476013422, - -0.032996635884046555, -0.034617356956005096, 0.010663123801350594, - 0.02478870563209057, 0.039848778396844864, 0.08005905151367188, 0.07139895111322403, - -0.00841641053557396, -0.00926931481808424, 0.018864095211029053, - 0.015257243998348713, 0.04276855289936066, -0.07577688246965408, - 0.034987371414899826, 0.009904089383780956, -0.04117640107870102, - 0.043364569544792175, 0.021848240867257118, 0.012987696565687656, - -0.0032685340847820044, 0.0032233563251793385, -0.03404930979013443, - -0.03904172405600548, 0.022526782006025314, -0.027601925656199455, - -0.048683952540159225, -0.0013275156961753964, 0.03994930163025856, - -0.05617794767022133, -0.015720445662736893, 0.05622530356049538, - -0.07033824920654297, -0.015130136162042618, 0.020300578325986862, - 0.07324858009815216, 0.012393401935696602, -0.023738767951726913, - 0.022912822663784027, -0.05565950274467468, -0.03287847340106964, - 0.015842052176594734, -0.08112206310033798, 0.009509206749498844, - -0.006989805959165096, -0.048488568514585495, 0.054328110069036484, - -0.009381359443068504, 0.017449308186769485, 0.07542811334133148, - 0.06684286892414093, 0.0160013809800148, 0.031345196068286896, -0.05171080678701401, - -0.004478790797293186, 0.0893213152885437, -0.021862171590328217, - -0.021751221269369125, -0.040703605860471725, 0.007855582050979137, - -0.02296951785683632, -0.0110883554443717, 0.029788579791784286, - 0.024378156289458275, 0.005716979969292879, 0.031838156282901764, - 0.030179360881447792, -0.0065850671380758286, 0.017768489196896553, - 0.0384247824549675, -0.010645793750882149, 0.03315548226237297, - -0.04248432442545891, -0.0037417577113956213, 0.030041439458727837, - -0.0019295653328299522, 0.06132059171795845, 0.0007184057030826807, - 0.026026370003819466, -0.038086652755737305, 0.03601854294538498, - -0.036983322352170944, 0.05441609397530556, -0.031331777572631836, - 0.033150266855955124, 0.023473942652344704, 0.038239628076553345, - -0.020443251356482506, -0.032400332391262054, -0.027456555515527725, - -0.003677337197586894, -0.05963776260614395, -0.03303952142596245, - -0.02564285695552826, -0.008550048805773258, 0.01254783384501934, - -0.012315730564296246, -0.04987563192844391, 0.015220364555716515, - 0.03596927598118782, -0.04905736818909645, 0.016258973628282547, - 0.011646107770502567, 0.05855945125222206, -0.01439588237553835, - 0.02670891396701336, 0.0504116453230381, -0.008958496153354645, - 0.052179835736751556, 0.02254134975373745, -0.019559618085622787, - -0.06468255817890167, -0.04418415203690529, 0.055529870092868805, - 0.04038066789507866, 0.036108002066612244, -0.026004169136285782, - -0.030579162761569023, -0.01880504935979843, 0.023756137117743492, - 0.07050009071826935, -0.06430171430110931, 0.045071233063936234, - 0.05123571678996086, 0.00990145280957222, -0.044885922223329544, - 0.08161568641662598, -0.06364838778972626, -0.09213462471961975, - 0.018183862790465355, -0.028838766738772392, -0.005878687370568514, - -0.10056522488594055, 0.05013298615813255, -0.002543726935982704, - 0.018447844311594963, 0.030008891597390175, 0.05015367269515991, - 0.017315974459052086, -0.05926607921719551, -0.023552939295768738, - 0.007186077069491148, -0.0106922946870327, -0.029904736205935478, - 0.007971106097102165, -0.03837878257036209, -0.0038533522747457027, - 0.00035323805059306324, 0.00453240005299449, -0.028630172833800316, - 0.023093461990356445, 0.01731240376830101, 0.05347229167819023, 0.07719656825065613, - 0.03225131705403328, -0.055388085544109344, -0.00635481858626008, - 0.02156188152730465, 0.06061485782265663, 0.036686480045318604, - 0.028154557570815086, -0.01853013224899769, 0.008623698726296425, - 0.03630776330828667, -0.010725446045398712, 0.01221108715981245, - -0.015844495967030525, -0.055361874401569366, 0.053981028497219086, - -0.07836419343948364, -0.01952086202800274, 0.018234625458717346, - -0.047346118837594986, -0.031890809535980225, -0.021787595003843307, - -0.06360916793346405, -0.026040321215987206, -0.01919643022119999, - 0.05762256309390068, 0.04847842827439308, -0.004920403938740492, - 0.021783623844385147, 0.05862756818532944, -0.003572603687644005, - 0.018043778836727142, 0.0071344380266964436, -0.031587157398462296, - -0.05521603673696518, -0.03397070989012718, -0.05380282551050186, - 0.024937238544225693, 0.02531544677913189, -0.03598279505968094, - -0.023651408031582832, -0.02650846727192402, -0.05147243291139603, - 0.08408015966415405, 0.03868875652551651, -0.026463350281119347, - 0.040477123111486435, -0.03567786142230034, -0.044636256992816925, - -0.013139632530510426, -0.06218220666050911, -0.032959792762994766, - -0.06549008190631866, -0.021541360765695572, 0.05699428915977478, - 0.028287837281823158, 0.0021848431788384914, 0.007634097244590521, - -0.00961817055940628, 0.03401000425219536, 0.008814221248030663, - 0.05539802089333534, 0.009088884107768536, -0.0015600334154441953, - 0.03412887081503868, 0.03161757439374924 - ], - [ - -0.011955482885241508, -0.026449302211403847, -0.07358132302761078, - -0.028828462585806847, -0.042033784091472626, 0.05322610214352608, - -0.013749727047979832, 0.03898631036281586, 0.06077738106250763, - 0.03787383809685707, -0.04402320086956024, -0.0016341082518920302, - -0.018879076465964317, 0.11315245926380157, -0.008154229260981083, - -0.04450332745909691, -0.0064420271664857864, -0.01960052363574505, - 0.08628112077713013, -0.06487171351909637, 0.0065932245925068855, - 0.039818987250328064, 0.07871691882610321, -0.03948070481419563, - 0.006340043619275093, 0.023629359900951385, -0.08332983404397964, - 0.07687970250844955, 0.02292564883828163, 0.05870252847671509, -0.052264504134655, - 0.040655892342329025, 0.0632314383983612, 0.026330621913075447, - 0.0034664832055568695, 0.015693502500653267, 0.008896500803530216, - -0.08937416225671768, 0.04303029924631119, -0.0057485876604914665, - -0.05318666994571686, 0.0027268207632005215, 0.06529628485441208, - 0.05068998038768768, -0.034182220697402954, 0.04461516812443733, - 0.009359029121696949, 0.031250692903995514, -0.0259698536247015, - 0.07136446237564087, 0.04815486818552017, 0.02804190292954445, 0.011046910658478737, - -0.02230263501405716, 0.03606834262609482, 0.07130943238735199, -0.07652597874403, - -0.014738326892256737, 0.07163254171609879, -0.05772507190704346, - 0.020102381706237793, -0.05609314888715744, -0.04217913746833801, - 0.07055079191923141, 0.02969859167933464, 0.050665609538555145, - -0.03132016956806183, 0.05061304569244385, -0.02716568484902382, - -0.08695585280656815, -0.04117518663406372, 0.011225540190935135, - 0.06559127569198608, 0.018164969980716705, 0.04737091809511185, - -0.026163587346673012, 0.07368724048137665, 0.04029142111539841, - 0.0035862422082573175, -0.008984535932540894, -0.011140086688101292, - 0.08909907191991806, 0.04548540711402893, 0.06774763017892838, 0.01573103480041027, - -0.008707038126885891, 0.011674710549414158, -0.051045216619968414, - -0.012183085083961487, 0.038452982902526855, 0.0597308948636055, - -0.01840914972126484, -0.016960643231868744, 0.009139387868344784, - -0.09036609530448914, -0.0032406048849225044, -0.040223658084869385, - 0.044160809367895126, 0.034894488751888275, -0.01075048465281725, - -0.05529000982642174, -0.01572330668568611, -0.07220926135778427, - 0.03717544302344322, -0.0016103009693324566, 0.03290167450904846, - 0.018774643540382385, 0.03989551216363907, 0.025177093222737312, - 0.030695123597979546, 0.016799800097942352, 0.016297344118356705, - -0.03460090607404709, 0.04173288494348526, 0.026680393144488335, - -0.012265997007489204, -0.02079443633556366, 0.02287924475967884, - 0.07466410845518112, -0.054152339696884155, -0.05511590465903282, - -0.09657283127307892, -0.03358668461441994, -0.0469156913459301, - 0.010271038860082626, -0.03564957529306412, -0.01360885240137577, - -0.00015387285384349525, -0.028831081464886665, -0.03430812060832977, - 0.06640629470348358, -0.020747704431414604, 0.04439346864819527, - -0.10432512313127518, 0.08306871354579926, -0.008580665104091167, - -0.03359000384807587, 0.05929573252797127, 0.00683803902938962, - -0.025338202714920044, -0.04276321083307266, -0.04797859489917755, - 0.029717376455664635, 0.025364993140101433, -0.032006341964006424, - 0.006146866828203201, 0.010258179157972336, 0.06017746031284332, - -0.025966614484786987, 0.04730493575334549, -0.028834378346800804, - -0.038894958794116974, 0.048268627375364304, -0.0031275220680981874, - 0.053702257573604584, -0.06645821034908295, 0.042327504605054855, - 0.010341443121433258, -0.010883850045502186, -0.06756795197725296, - 0.005846136249601841, -0.038411784917116165, 0.041705746203660965, - -0.0182865709066391, 0.004094716627150774, 0.03554866462945938, - -0.010386777110397816, -0.013358667492866516, 0.06654303520917892, - -0.025477644056081772, 0.01341269351541996, 0.03895822912454605, - -0.017132261767983437, -0.06883129477500916, -0.029097216203808784, - -0.07961902022361755, 0.02547599747776985, -0.008283653296530247, - -0.013866402208805084, -0.020946357399225235, -0.05425473675131798, - 0.008417363278567791, -0.012707014568150043, 0.08369462937116623, - 0.025080179795622826, -0.01924094371497631, 0.01547133270651102, - 0.006315700709819794, -0.0712190642952919, 0.003402506234124303, - -0.02592567168176174, 0.0035559278912842274, 0.024946438148617744, - 0.03784912824630737, -0.007826734334230423, 0.017105909064412117, - 0.022109007462859154, -0.0771828293800354, 0.03774476796388626, - -0.026111532002687454, -0.01073636393994093, -0.026747846975922585, - -0.015410186722874641, -0.04215576499700546, -0.07968053221702576, - -0.03149622678756714, 0.008616521954536438, 0.009241631254553795, - -0.018654316663742065, -0.009221811778843403, 0.03023449331521988, - 0.02369815483689308, -0.029791027307510376, -0.009344752877950668, - -0.007571934722363949, -0.016053438186645508, 0.036290451884269714, - -0.10268519073724747, -0.0391952320933342, -0.044529110193252563, - 0.05190177261829376, -0.016337888315320015, -0.03434276953339577, - 0.021197382360696793, -0.01780903898179531, -0.024984579533338547, - 0.020430907607078552, 0.026365546509623528, 0.020168334245681763, - -0.06207425892353058, 0.01889270544052124, 0.027299365028738976, - -0.021636445075273514, 0.03715486824512482, 0.0052651711739599705, - 0.09577402472496033, 0.06107389181852341, -0.02289290353655815, - 0.011096804402768612, 0.0004736668197438121, -0.020962907001376152, - 0.016935938969254494, 0.06484492123126984, -0.092858225107193, -0.05964982509613037, - 0.04057128354907036, -0.037601206451654434, -0.03300711140036583, - 0.0047346604987978935, 0.05095759034156799, 0.03320753201842308, - -0.06270232051610947, 0.024626273661851883, 0.050934650003910065, - 0.028097493574023247, -0.07333389669656754, -0.054551027715206146, - -0.03791584447026253, 0.05569303035736084, 0.013461208902299404, - 0.044833239167928696, -0.019206522032618523, 0.009318881668150425, - 0.08311942964792252, 0.0159748625010252, -0.01106751523911953, 0.05233684554696083, - -0.0029777984600514174, -0.01884332299232483, 0.05235147848725319, - 0.021724814549088478, 0.12164121866226196, 0.013128579594194889, - 0.05086381360888481, -0.07366567850112915, -0.026853425428271294, - -0.030832692980766296, -0.04861850291490555, 0.026688866317272186, - 0.05830978602170944, -0.028253434225916862, 0.07766897231340408, - 0.043432824313640594, -0.07157265394926071, 0.0800979733467102, 0.00729674706235528, - -0.060760773718357086, -0.042212579399347305, 0.0833485946059227, - -0.011491684243083, -0.02758907899260521, -0.025170395150780678, - -0.007373027503490448, 0.027179349213838577, 0.007508561015129089, - -0.009096967056393623, -0.014955508522689342, 0.0056610084138810635, - -0.039184242486953735, 0.012271069921553135, 0.059615712612867355, - -0.016883516684174538, -0.07779670506715775, 0.00913313403725624, - -0.03797079250216484, -0.05608765035867691, -0.03401092067360878, - -0.0222913920879364, -0.02045504003763199, -0.010176403447985649, - -0.00030526865157298744, -0.0384635403752327, -0.025722693651914597, - -0.04490440711379051, -0.0254658330231905, -0.045663364231586456, - -0.017627302557229996, 0.07282213866710663, -0.025075791403651237, - -0.02236500009894371, -0.04660925269126892, 0.02690352313220501, - -0.0872783288359642, -0.054061513394117355, -0.05390222370624542, - 0.039777401834726334, -0.01871771179139614, -0.020368902012705803, - -0.019940830767154694, 0.04335712641477585, -0.03554702177643776, - -0.0496094711124897, -0.0477510467171669, 0.02244929037988186, -0.01858207955956459, - -0.04062189534306526, -4.813223495148122e-5, -0.015002123080193996, - 0.017691422253847122, 0.030410129576921463, 0.012900722213089466, - 0.01402845699340105, -0.0036846334114670753, -0.030225440859794617, - -0.052259817719459534, 0.032430339604616165, 0.03008580580353737, - 0.013111304491758347, 0.0390256866812706, -0.01841917261481285, 0.040163304656744, - 0.08408179879188538, -0.011726650409400463, 0.06192996725440025, - 0.03663547337055206, -0.02890980802476406, -0.0023738807067275047, - 0.020419057458639145, -0.007953747175633907, 0.005648947786539793, - -0.02989766001701355, 0.04262701794505119, -0.0018479666905477643, - -6.464705802500248e-5, 0.061693377792835236, 0.1552603393793106, - 0.04261557012796402, 0.06166469305753708, -0.08434990048408508, - -0.02609691396355629, -0.006110918242484331, 0.046727683395147324, - -0.08706536144018173, -0.0402640700340271, -0.06206490844488144, - 0.055997949093580246, 0.04817594587802887, 0.03275563195347786, - 0.005820124875754118, 0.029835278168320656, 0.0200974028557539, - -0.05937875434756279, 0.027644053101539612, -0.06948476284742355 - ], - [ - 0.06628130376338959, -0.003080075839534402, 0.09031791985034943, - 0.11141892522573471, 0.009449837729334831, 0.0741296336054802, - -0.019091257825493813, 0.03229783847928047, -0.017809249460697174, - -0.06512272357940674, -0.032340921461582184, -0.05549377202987671, - -0.0077710528858006, 0.06194032356142998, 0.06275494396686554, 0.04614328220486641, - 0.009930812753736973, 0.039889540523290634, 0.025219760835170746, - 0.0230098944157362, 0.05809745565056801, -0.003614070825278759, - 0.018154233694076538, 0.0843215212225914, -0.004993265960365534, - -0.025959564372897148, -0.020748386159539223, -0.023821793496608734, - 0.03472436964511871, -0.04956037551164627, 0.04746408760547638, 0.0529027059674263, - -0.04250528663396835, 0.01239828858524561, 0.06253507733345032, - -0.033372778445482254, -0.025873713195323944, 0.04403841122984886, - 0.06786172091960907, 0.001912390231154859, -0.0641578733921051, - 0.040442854166030884, 0.01662840135395527, -0.07719114422798157, - 0.006661131978034973, -0.031193245202302933, 0.018490739166736603, - 0.04688097536563873, 0.022638598456978798, -0.08553647994995117, - -0.03758714720606804, -0.06593862920999527, -0.0005096151726320386, - -0.07577189803123474, -0.0025008125230669975, 0.03148828446865082, - -0.05603359267115593, 0.03930583596229553, 0.01906750537455082, 0.05797581374645233, - 0.0352727547287941, -0.04636835306882858, -0.03406338766217232, - 0.028627170249819756, 0.002475288463756442, 0.047380972653627396, - 0.0009496757411397994, -0.018328988924622536, 0.041093211621046066, - 0.03131097927689552, 0.033669363707304, 0.014340950176119804, 0.023085810244083405, - -0.09550342708826065, 0.024454377591609955, 0.10278168320655823, - 0.12289627641439438, 0.007789392955601215, -0.06387797743082047, - 0.033893048763275146, -0.03944716230034828, -0.06552684307098389, - -0.024565689265727997, -0.031292419880628586, -0.022883666679263115, - 0.018152231350541115, -0.09745592623949051, -0.015323324128985405, - -0.03177201747894287, 0.07277154922485352, -0.03284408152103424, - -0.04612470045685768, -0.08389981836080551, -0.01215896662324667, - 0.037049613893032074, 0.06839391589164734, -0.11940153688192368, - -0.015147285535931587, 0.016507744789123535, 0.059887874871492386, - 0.10925750434398651, 0.11924739181995392, 0.04821300506591797, -0.04065766558051109, - 0.048662424087524414, -0.001901115640066564, 0.07864825427532196, - -0.01166660338640213, -0.07480660080909729, 0.04084218665957451, - 0.060532812029123306, -0.07692638784646988, 0.0946129783987999, - -0.05150238424539566, -0.03520267456769943, -0.013248758390545845, - -0.09411433339118958, -0.0664711445569992, -0.009611002169549465, - -0.00831021647900343, -0.03731799125671387, 0.03486134111881256, - 0.04648592695593834, -0.004066731780767441, 0.03937036544084549, - 0.10596541315317154, -0.09861231595277786, -0.04502682015299797, - 0.009020251221954823, -0.0072244517505168915, 0.01214141957461834, - -0.003807641798630357, -0.02086540125310421, -0.046326469630002975, - 0.030076272785663605, -0.09017030894756317, 0.13942945003509521, - -0.043397773057222366, -0.10270377993583679, -0.03297668695449829, - 0.033009108155965805, -0.04178864508867264, -0.018218399956822395, - -0.07196449488401413, -0.05407845601439476, -0.05120370164513588, - -0.046921320259571075, -0.04636369273066521, -0.031443387269973755, - 0.10433750599622726, 0.0032950511667877436, -0.05648690462112427, - -0.009747064672410488, -0.047624967992305756, 0.07834547758102417, - -0.12925374507904053, 0.007370730862021446, 0.007070618215948343, - -0.09671621769666672, 0.05962975695729256, -0.07152342051267624, - 0.07042065262794495, 0.06532405316829681, -0.027937445789575577, - 0.10198954492807388, 0.01587218977510929, 0.09066375344991684, - -0.003393252845853567, -0.038261815905570984, 0.09811719506978989, - 0.0037366189062595367, -0.006906480528414249, -0.03632383793592453, - 0.018975894898176193, -0.04922366142272949, 0.022248832508921623, - -0.062478724867105484, 0.10636387765407562, -0.014572913758456707, - -0.0014423937536776066, -0.030982354655861855, 0.04554292559623718, - 0.013844580389559269, 0.027075577527284622, -0.05372137203812599, - -0.04764244332909584, 0.04508001729846001, -0.033629242330789566, - -0.021107899025082588, 0.038443248718976974, -0.0010399335296824574, - -0.019103070721030235, 0.11327501386404037, 0.08306826651096344, - -0.08975884318351746, -0.002142076613381505, -0.0273203793913126, - -0.038771744817495346, 0.08271918445825577, -0.07798732817173004, - 0.017112378031015396, -0.10725876688957214, 0.0005171906668692827, - -0.08663510531187057, 0.011569504626095295, -0.02817833609879017, - 0.03750624880194664, -0.04605880379676819, -0.049364976584911346, - 0.11181871592998505, -0.028001360595226288, 0.05406637489795685, - 0.052820153534412384, 0.05134330317378044, -0.04099702835083008, - -0.024296993389725685, -0.02616603672504425, -0.04677471145987511, - 0.006101688835769892, -0.006835971027612686, -0.045351069420576096, - -0.024105899035930634, 0.03787362948060036, 0.04434160888195038, - 0.03299706056714058, 0.04213731363415718, 0.00146391277667135, - -0.0027145498897880316, 0.02625027485191822, -0.06206726282835007, - 0.05220341309905052, -0.03973238542675972, -0.005073478911072016, - -0.0533694252371788, -0.008917405270040035, 0.022308139130473137, - 0.06726451218128204, 0.04882636293768883, -0.11683445423841476, - -0.06378069519996643, -0.0042314836755394936, -0.012357420288026333, - 0.043741729110479355, 0.04847675934433937, -0.06105056777596474, - 0.007079639006406069, -0.00510598998516798, -0.035269416868686676, - 0.10548499971628189, 0.06888595223426819, 0.008151637390255928, - -0.0037357036489993334, -0.05037681758403778, -0.04103083908557892, - 0.0018737122882157564, -0.046605538576841354, -0.025505760684609413, - 0.010970002971589565, -0.000361228157998994, 0.004594178404659033, - -0.027725523337721825, 0.0466788187623024, -0.014991111122071743, - -0.0060691507533192635, -0.008503591641783714, -0.08020400255918503, - 0.004899617284536362, -0.028207644820213318, 0.025112472474575043, - -0.044144563376903534, -0.039645109325647354, 0.019881488755345345, - -0.09907320886850357, -0.0076059079729020596, -0.020249443128705025, - -0.012165906839072704, 0.03156781569123268, 0.005499009042978287, - 0.009260899387300014, -0.03304092213511467, -0.044158101081848145, - 0.015457125380635262, 0.0002342967054573819, 0.04781974479556084, - 0.04061272740364075, 0.06278513371944427, -0.008004661649465561, - -0.02377702109515667, 0.11194272339344025, -0.008258587680757046, - -0.03939197584986687, -0.021300986409187317, -0.06698112934827805, - -0.05728787183761597, -0.02052393928170204, -0.027329260483384132, - -0.04055033624172211, 0.04243795946240425, -0.06749441474676132, - 0.029169563204050064, -0.03514871746301651, -0.1293720304965973, - 0.018173756077885628, -0.0251617431640625, -0.12118435651063919, - 0.019725019112229347, -0.010239607654511929, -0.02289566397666931, - -0.05227125063538551, 0.0652262344956398, 0.019233543425798416, 0.03653224930167198, - 0.006392308510839939, 0.09080718457698822, -0.062217939645051956, - -0.05869608372449875, 0.07243413478136063, -0.0328778475522995, 0.04697165638208389, - 0.01500759832561016, -0.06533947587013245, 0.0669156014919281, 0.007982103154063225, - -0.016025276854634285, 0.07231420278549194, -0.01531018503010273, - -0.05239032953977585, 0.011468673124909401, -0.019495641812682152, - 0.0221206396818161, -0.01936269737780094, -0.03406728059053421, - -0.03746310621500015, 0.1403273344039917, -0.01861228048801422, - -0.009787212125957012, 0.004665005020797253, 0.0694025456905365, - -0.06272068619728088, -0.07195330411195755, 0.008846286684274673, - 0.024582702666521072, -0.10383495688438416, 0.07057534903287888, - -0.10394014418125153, 0.00508677726611495, -0.10557277500629425, 0.0382179394364357, - -0.005038160365074873, 0.04355068877339363, -0.03755651414394379, - -0.011917555704712868, 0.02282627671957016, 0.05332338437438011, - 0.05710231140255928, -0.01062361616641283, -0.05338247865438461, - 0.07118256390094757, 0.07711883634328842, -0.0029962407425045967, - -0.0896240621805191, 0.017437444999814034, 0.02865452691912651, - -0.024280130863189697, -0.042878150939941406, 0.0639382153749466, - 0.035918403416872025, -0.006084023974835873, -0.059420570731163025, - 0.06548662483692169, 0.09777449071407318, -0.006140115670859814, - 0.0011674680281430483, 0.0266425721347332, -0.01657085306942463, - 0.06646173447370529, 0.0013986502308398485, 0.05220748484134674, - -0.0151508878916502, 0.026456914842128754, 0.0226412583142519, 0.05359671264886856, - 0.004798802547156811, 0.013021441176533699 - ], - [ - -0.018273640424013138, -0.05643249675631523, -0.044558439403772354, - -0.025487147271633148, 0.015452035702764988, -0.010449934750795364, - 0.0010178463999181986, 0.04944665729999542, 0.04683401808142662, - 0.009825348854064941, -0.002048217225819826, -0.03820730745792389, - 0.055880218744277954, -0.09047165513038635, -0.02458949014544487, - -0.004224050790071487, 0.05325356498360634, 0.0069557856768369675, - -0.06721623241901398, 0.05072331055998802, -0.02351674996316433, - -0.03441031649708748, -0.01609298773109913, -0.008711583912372589, - 0.028586139902472496, 0.017309138551354408, 0.08218872547149658, 0.0876162201166153, - -0.04381097853183746, 0.045105308294296265, 0.08483666181564331, - -0.02602657862007618, 0.0018253533635288477, -0.03025861456990242, - 0.056585244834423065, 0.015816938132047653, -0.041713546961545944, - -0.0033128890208899975, 0.021842902526259422, 0.002332286909222603, - 0.0019926780369132757, -0.017001504078507423, -0.021890733391046524, - -0.009667405858635902, 0.016291063278913498, -0.007150604389607906, - -0.03480434790253639, 0.002834806451573968, 0.05813787505030632, - 0.06583235412836075, -0.024029843509197235, 0.06143862009048462, - 0.032777585089206696, 0.0053572808392345905, -0.026593754068017006, - -0.0259974617511034, -0.01902884989976883, -0.06912733614444733, - -0.00911784078925848, -0.032475411891937256, -0.010851681232452393, - 0.02707570232450962, 0.026817891746759415, -0.028289200738072395, - 0.019588278606534004, -0.05128704756498337, 0.005554066505283117, - 0.0052595725283026695, -0.007227080408483744, 0.010721097700297832, - 0.021869946271181107, 0.006838264409452677, -0.04061821475625038, - -0.008210242725908756, -0.025743652135133743, -0.024170557036995888, - -0.0778038427233696, 0.037261709570884705, 0.016762567684054375, - -0.07420112192630768, 0.03442296385765076, 0.011622275225818157, - 0.005097327753901482, -0.030737251043319702, 0.031315866857767105, - -0.03496428579092026, -0.019369615241885185, 0.05898112803697586, - 0.06655994057655334, 0.03404198959469795, -0.02552778460085392, 0.02972584404051304, - -0.002337571932002902, -0.027602866291999817, 0.017599228769540787, - -0.019018838182091713, -0.03847843036055565, 0.030529754236340523, - -0.04167452082037926, 0.03541840985417366, 0.04319040849804878, - -0.04204564169049263, 0.025907086208462715, 0.00969073735177517, - 0.020946098491549492, -0.0368715301156044, -0.03062841109931469, - 0.06604702025651932, 0.012582221999764442, -0.03264821320772171, - -0.03028738684952259, 0.07140085846185684, 0.0020544708240777254, - 0.017783688381314278, -0.008705313317477703, 0.03434629365801811, - 0.10547292977571487, 0.025089329108595848, 0.016112498939037323, - -0.008651313371956348, -0.01349541638046503, -0.021557236090302467, - -0.04858516529202461, 0.0519123375415802, -0.011749436147511005, - -0.05019265040755272, 0.028925415128469467, -0.046324510127305984, - 0.035908449441194534, 0.0363609604537487, 0.05139830335974693, - -0.002179903443902731, -0.01928754523396492, 0.03266250714659691, - -0.03545819967985153, -0.030071290209889412, -0.008597774431109428, - 0.017633449286222458, 0.01583581417798996, 0.0034264130517840385, - 0.020907171070575714, 0.08864901959896088, 0.035855188965797424, - -0.014081398025155067, 0.05336463078856468, 0.039092157036066055, - -0.02518695592880249, -0.007347302045673132, 0.05569557473063469, - 0.02740098536014557, -0.021799009293317795, -0.08726555109024048, - -0.060414183884859085, 0.019276127219200134, -0.031586769968271255, - -0.0032308052759617567, 0.00019296054961159825, 0.03195979446172714, - -0.03913772106170654, -0.024954533204436302, -0.05343072861433029, - -0.031229106709361076, -0.025690019130706787, 0.02855365164577961, - -0.09722912311553955, 0.07020571827888489, -0.004570204298943281, - 0.00481295445933938, 0.041752889752388, 0.027215635403990746, 0.026557553559541702, - -0.020187467336654663, 0.0488356277346611, 0.06231582537293434, - -0.014457190409302711, 0.06440166383981705, 0.011909660883247852, - 0.05058250203728676, 0.045543648302555084, 0.039287202060222626, - -0.0782417356967926, -0.015854807570576668, -0.05014627054333687, - -0.08451336622238159, -0.06217801570892334, -0.018905973061919212, - -0.03686070442199707, -0.018567463383078575, -0.034562405198812485, - -0.004625863395631313, -0.09478302299976349, -0.00017567022587172687, - -0.03372539207339287, 0.015485778450965881, -0.03426060080528259, - 0.005200582556426525, 0.00676720729097724, 0.07442932575941086, - -0.0075693815015256405, 0.00027677914476953447, 0.09694609045982361, - 0.08733818680047989, -0.06246747449040413, 0.06963804364204407, - 0.039423972368240356, 0.06914537400007248, 0.06847447156906128, - 0.019347194582223892, 0.0793098583817482, -0.058446887880563736, - 0.005301068536937237, 0.03564496338367462, 0.10257957875728607, 0.03089098073542118, - 0.014455139636993408, 0.025804758071899414, -0.007255375850945711, - 0.03154569864273071, -0.03290088102221489, -0.011736344546079636, - 0.06392580270767212, -0.0690055564045906, -0.07285404205322266, - -0.02952103689312935, -0.012615544721484184, 0.024283843114972115, - -0.05128644034266472, -0.021509403362870216, 0.004450591281056404, - 0.06411000341176987, 0.020527150481939316, -0.060658760368824005, - 0.10890739411115646, -0.04495330899953842, 0.0682843029499054, - -0.033906929194927216, -0.0015232355799525976, -0.054899267852306366, - 0.08389684557914734, -0.0638052299618721, 0.011044093407690525, 0.00704192416742444, - -0.05371226742863655, 0.045687295496463776, -0.01214554999023676, - 0.06437880545854568, 0.028300317004323006, -0.016211465001106262, - 0.011751602403819561, 0.021428339183330536, -0.0008131600334309042, - 0.02670646272599697, 0.0349113903939724, 0.012648309580981731, - -0.030493441969156265, -0.011210470460355282, 0.026813441887497902, - -0.04316700994968414, -0.025801466777920723, 0.0010249026818200946, - -0.016102395951747894, 0.025772707536816597, 0.02337045595049858, - -0.05099094286561012, 0.0002339218044653535, -0.03183666616678238, - -0.03855973854660988, -0.0577540323138237, 0.03224853798747063, - -0.052141837775707245, -0.008169155567884445, -0.0489039346575737, - -0.012437213212251663, -0.056931816041469574, -0.004854028578847647, - -0.0661952868103981, -0.047840770334005356, 0.03914809599518776, - 0.045115213841199875, -0.07218633592128754, 0.022736629471182823, - 0.019299864768981934, 0.04178609699010849, -0.01290940959006548, - -0.10602150857448578, 0.0605984665453434, -0.059020981192588806, - -0.06068425625562668, -0.023230232298374176, -0.052665967494249344, - -0.0007993074250407517, -0.003423648187890649, 0.013994036242365837, - 0.004575447179377079, -0.0057887970469892025, -0.08250319957733154, - 0.00415042694658041, 0.022099072113633156, 0.09982696920633316, - 0.011140652932226658, 0.05200079828500748, 0.021558096632361412, - 0.01571822352707386, 0.02679295837879181, 0.03291969373822212, - 0.0002670519461389631, -0.03000313602387905, 0.054096370935440063, - -0.014798985794186592, -0.006185587495565414, 0.005075290333479643, - 0.0793163850903511, 0.020109646022319794, 0.04364924132823944, - 0.0043561928905546665, 0.04139096289873123, -0.022363625466823578, - 0.06397039443254471, 0.060860998928546906, -0.03501330688595772, - -0.03475533425807953, -0.08638846129179001, 0.04174231365323067, - 0.10691282153129578, -0.030099892988801003, -0.008313753642141819, - 0.007426687050610781, -0.0786110982298851, 0.02362971566617489, - -0.02433265559375286, 0.046037666499614716, -0.0035007663536816835, - -0.01183133665472269, -0.03025851771235466, 0.014958737418055534, - 0.10510548204183578, 0.054467830806970596, -0.07155586779117584, - 0.013863591477274895, 0.03107534535229206, -0.016655897721648216, - -0.018022119998931885, 0.034708864986896515, 0.040896039456129074, - 0.0890405997633934, 0.0527355931699276, -0.05081804096698761, -0.036774761974811554, - -0.0714336633682251, 0.043194860219955444, -0.033460475504398346, - -0.048219699412584305, 0.015017766505479813, 0.018495896831154823, - 0.017359934747219086, 0.02006310224533081, -0.07027111202478409, - 0.021826788783073425, -0.022919688373804092, -0.011251176707446575, - 0.04327409714460373, -0.023091483861207962, -0.01410171203315258, - -0.03514328971505165, 0.028855502605438232, -0.07197701185941696, - -0.027013590559363365, -0.05322781950235367, 0.01446075551211834, - -0.010175558738410473, -0.005109334364533424, -0.09756022691726685, - 0.039396386593580246, 0.023305941373109818, -0.025948025286197662, - 0.01944356970489025, -0.07596199959516525, 0.028611812740564346, - -0.09558634459972382, -0.018315428867936134, 0.03989595174789429, - -0.016349464654922485, -0.05088786780834198, -0.03076651133596897 - ], - [ - -0.026942873373627663, -0.032686393707990646, 0.02222452312707901, - -0.026312509551644325, 0.046061210334300995, -0.03181878477334976, - -0.04710182920098305, 0.0020933975465595722, -0.005463764537125826, - -0.045369043946266174, -0.048351433128118515, -0.04032836854457855, - -0.04628736525774002, 0.08308189362287521, -0.030246861279010773, - -0.016720592975616455, -0.029458310455083847, -0.005192555952817202, - 0.04422944784164429, -0.043479517102241516, 0.013798237778246403, - 0.016833605244755745, -0.0063584051094949245, -0.005105193704366684, - 0.019308527931571007, -0.0352354422211647, -0.07820526510477066, - -0.019543949514627457, 0.05992859601974487, 0.03050238825380802, - -0.06210417300462723, -0.045568399131298065, -0.08782794326543808, - -0.025023389607667923, 0.038384824991226196, -0.012361063621938229, - -0.006757267285138369, 0.01265028677880764, -0.06332031637430191, - -0.02836672216653824, 0.013903612270951271, 0.043459124863147736, - 0.045161668211221695, -0.03825528174638748, 0.0003567918611224741, - 0.07243065536022186, -0.03220721334218979, 0.05230379477143288, - -0.004763111937791109, 0.0033289336133748293, 0.021744368597865105, - 0.07045059651136398, -0.053121183067560196, -0.01141553744673729, - -0.08138231188058853, -0.022570516914129257, -0.024890996515750885, - -0.016876162961125374, -0.026575688272714615, -0.03718356043100357, - 0.03959338739514351, -0.01587994210422039, -0.02794797532260418, - -0.057451341301202774, 0.07121605426073074, -0.04891332983970642, - 0.010725505650043488, -0.02768600359559059, -0.01927831955254078, - 0.010389258153736591, 0.03995195031166077, 0.007417317479848862, - 0.06931346654891968, -0.0754559338092804, 0.0022280211560428143, - 0.053071655333042145, 0.06086878105998039, -0.020685147494077682, - -0.03873063623905182, 0.012716536410152912, -0.014466057531535625, - 0.041101839393377304, 0.026590537279844284, -0.00490338122472167, - -0.007105270866304636, 0.035772159695625305, 0.01491229236125946, - 0.030909588560461998, -0.0066936505027115345, 0.03560749813914299, - 0.05151675269007683, -0.020485585555434227, -0.004294477868825197, - -0.02188270352780819, -0.05773141235113144, -0.029882635921239853, - -0.016207750886678696, 0.10478473454713821, 0.043924763798713684, - 0.034962017089128494, 0.016696883365511894, -0.053989555686712265, - 0.03936733677983284, 0.019919350743293762, -0.03993774950504303, - -0.0062230671755969524, 0.04255468770861626, 0.026727456599473953, - 0.030227897688746452, -0.05469251424074173, -0.022176174446940422, - -0.04425070434808731, 0.08605624735355377, 0.02304345928132534, - -0.06152850016951561, 0.059374723583459854, -0.0741451233625412, - -0.011048320680856705, 0.026534566655755043, -0.001493797986768186, - -0.028084900230169296, 0.006577567663043737, -0.0029580502305179834, - 0.0006240143557079136, 0.012258250266313553, 0.06482918560504913, - -0.1046975627541542, -0.03647565469145775, 0.03982120007276535, - -0.08432874828577042, -0.02569253370165825, -0.08400334417819977, - -0.00979816447943449, 0.006518218200653791, -0.029405316337943077, - -0.08497848361730576, 0.1021965891122818, 0.001205200213007629, - -0.07709206640720367, -0.020078174769878387, -0.0637919008731842, - -0.008264333941042423, 0.046998631209135056, -0.005145746748894453, - -0.06683917343616486, -0.0032082952093333006, -0.026599904522299767, - 0.009361527860164642, -0.01514201145619154, 0.04281086474657059, - 0.024720272049307823, -0.014783784747123718, 0.030295580625534058, - 0.007965530268847942, 0.0288194939494133, -0.009347614832222462, - 0.009787977673113346, -0.0531073622405529, 0.10931330919265747, - 0.048773106187582016, 0.040242306888103485, 0.05434127151966095, - -0.04572351276874542, 0.05636969953775406, 0.08214358240365982, - -0.03881649300456047, 0.057647742331027985, -0.10459639132022858, - -0.04635980352759361, 0.03689226508140564, 0.007445385679602623, - 0.017209704965353012, -0.04809156432747841, -0.029833706095814705, - -0.03607915714383125, 0.04394884780049324, -0.0708141177892685, 0.01934828795492649, - -0.00838308222591877, -0.010282937437295914, 0.0885176882147789, 0.042945496737957, - -0.008827289566397667, 0.010140562430024147, 0.0941578596830368, - -0.017814163118600845, 0.041235316544771194, -0.05666152015328407, - -0.06555670499801636, 0.05608336254954338, -0.039858635514974594, - 0.056947026401758194, 0.046361684799194336, -0.004161275923252106, - -0.013547622598707676, 0.03274441510438919, -0.0019171008607372642, - -0.06541439145803452, 0.0218733511865139, -0.009460610337555408, 0.0383814312517643, - -0.04368783161044121, -0.04904276132583618, -0.06171334907412529, - -0.023264048621058464, -0.08310060203075409, 0.0005528739420697093, - -0.039379432797431946, -0.020530007779598236, -0.015039263293147087, - 0.011109434999525547, 0.05594853684306145, -0.04161450266838074, - 0.06485112756490707, -0.023404525592923164, 0.01103520393371582, - -0.021144157275557518, -0.10588041692972183, 0.024514494463801384, - 0.07929141819477081, 0.04110397771000862, -0.00331073603592813, 0.04507266730070114, - -0.0030047670006752014, 0.02901148982346058, -0.059371087700128555, - -0.029655368998646736, 0.1110883429646492, -0.042005907744169235, - -0.05729888752102852, 0.016101127490401268, 0.06682329624891281, - 0.008783211931586266, 0.030993221327662468, 0.01846427284181118, - 0.06425683945417404, 0.02856346219778061, 0.060246922075748444, - 0.016998574137687683, 0.050149090588092804, -0.0028267893940210342, - 0.0731208398938179, 0.08248285204172134, -0.026697596535086632, - -0.049306247383356094, 0.012725242413580418, 0.010947437025606632, - -0.024542691186070442, -0.0587293915450573, 0.06673441082239151, - -0.04099351912736893, -0.07655227929353714, -0.10491928458213806, - -0.001238598837517202, 0.0038190942723304033, 0.00710714515298605, - -0.1047729104757309, 0.05623427405953407, 0.040995679795742035, - 0.030335791409015656, -0.04809805378317833, -0.03170224279165268, - -0.012045272625982761, 0.019215183332562447, -0.04523587226867676, - 0.0041996994987130165, 0.01888655684888363, -0.0022796296980232, - 0.027216223999857903, 0.02462133578956127, 0.043522533029317856, - 0.12086525559425354, -0.023348115384578705, -0.04813947528600693, - 0.005012005567550659, -0.019783271476626396, 0.035765141248703, 0.04711351916193962, - 0.028292106464505196, 0.02007845789194107, 0.06915661692619324, 0.03255723789334297, - -0.08537210524082184, -0.03325892984867096, -0.013807790353894234, - -0.03465722128748894, 0.0526578426361084, 0.05792243406176567, 0.028912492096424103, - 0.027133731171488762, 0.0022395572159439325, -0.009320743381977081, - -0.06057490035891533, -0.0035787555389106274, 0.0897267609834671, - 0.05034022033214569, -0.012431743554770947, 0.054238736629486084, - 0.014387323521077633, 0.0728263109922409, 0.038760166615247726, 0.06921613216400146, - -0.008354848250746727, 0.003505557309836149, -0.02075282484292984, - 0.023588182404637337, 0.01700635440647602, 0.026607343927025795, - 0.0003352632047608495, -0.01854175329208374, -0.01386400405317545, - -0.026062309741973877, -0.023717783391475677, -0.0461975634098053, - -0.04130426421761513, 0.04021715372800827, 0.0966971144080162, - -0.022011978551745415, 0.04033283144235611, -0.040799789130687714, - 0.047764524817466736, -0.022777335718274117, -0.07573473453521729, - -0.09334509074687958, -0.015116797760128975, -0.027078518643975258, - 0.07231392711400986, -0.05739983916282654, 0.044025566428899765, - 0.042861927300691605, 0.014897081069648266, -0.03625147417187691, - -0.0010979281505569816, 0.028232239186763763, -0.06302526593208313, - -0.025872210040688515, 0.01388937421143055, 0.09437929093837738, - -0.0032263442408293486, -0.023259669542312622, -0.016308635473251343, - -0.013909498229622841, 0.013199357315897942, 0.05667150765657425, - 0.032910000532865524, -0.09769546985626221, 0.07142777740955353, - -0.03361276537179947, 0.10031758248806, -0.039767492562532425, - -0.029188482090830803, 0.061139676719903946, 0.03089144080877304, - -0.012441827915608883, -0.06434720009565353, 0.08814241737127304, - 0.05790251865983009, 0.018482517451047897, 0.015775371342897415, - -0.07587596029043198, -0.054259900003671646, 0.041730064898729324, - -0.053969163447618484, 0.02500848099589348, 0.03904939070343971, - 0.01399904303252697, -0.01872529275715351, 0.03397374600172043, - -0.07091868668794632, 0.017358632758259773, 0.07512692362070084, - 0.05434995889663696, -0.030560072511434555, -0.05184107646346092, - -0.03517939895391464, -0.04526875913143158, 0.053181931376457214, - -0.027871660888195038, 0.07255822420120239, -0.03620775043964386, - 0.027697039768099785, -0.040907345712184906, 0.015891291201114655, - -0.036020513623952866 - ], - [ - 0.0459834560751915, -0.0103150624781847, -0.010559341870248318, - -0.018141673877835274, -0.009162313304841518, 0.03467310592532158, - -0.011360064148902893, -0.017993658781051636, -0.02853718213737011, - -0.04570240154862404, -0.06089995428919792, 0.025604648515582085, - -0.03471092879772186, 0.021258244290947914, -0.023620354011654854, - -0.00020412163576111197, -0.016162006184458733, 0.03016016073524952, - 0.038968317210674286, 0.006966389715671539, 0.09493699669837952, - -0.054043613374233246, 0.038142528384923935, -0.06039715185761452, - 0.008537712506949902, -0.04658212885260582, 0.008735154755413532, - -0.01841624081134796, 0.06842422485351562, 0.028773333877325058, - -0.019334454089403152, -0.08550254255533218, -0.012852695770561695, - -0.016783298924565315, 0.04828495904803276, 0.0184017401188612, - 0.049309562891721725, 0.013790723867714405, 0.019160985946655273, - -0.03426872193813324, -0.04577681049704552, 0.06592502444982529, - 0.04268729314208031, 0.04891814664006233, -0.0517999567091465, - -0.013141549192368984, 0.03165646642446518, 0.050699494779109955, - -0.03043263591825962, 0.020583629608154297, -0.008990000002086163, - 0.05399694666266441, -0.06746267527341843, 0.014619540423154831, - -0.013294500298798084, 0.07567653805017471, 0.027427129447460175, - -0.06856463104486465, 0.02914612740278244, -0.007320827804505825, - 0.012819857336580753, 0.025847705081105232, 0.012407843954861164, - 0.006694387644529343, 0.046487923711538315, 0.024758173152804375, - 0.05945185199379921, -0.002345982240512967, -0.02749289572238922, - -0.08028971403837204, -0.006280220579355955, 0.008234236389398575, - 0.03284311294555664, -0.10313035547733307, 0.07375180721282959, 0.0390261709690094, - 0.0684041976928711, -0.06898482888936996, -0.0560980848968029, 0.03563736751675606, - 0.030815334990620613, -0.0007486671092920005, -0.008272114209830761, - 0.08299320191144943, -0.03468141704797745, 0.0015907088527455926, - 0.04361060634255409, 0.022390764206647873, 0.004147612489759922, - -0.05306069552898407, -0.02074052207171917, -0.0663558766245842, - -0.04180992767214775, 0.014592795632779598, -0.07587482780218124, - 0.012858912348747253, -0.018592534586787224, 0.09433203190565109, - 0.06333222985267639, 0.06047944724559784, -0.006287944968789816, - -0.016673650592565536, -0.043505918234586716, 0.0011260176543146372, - 0.006200809963047504, 0.057106684893369675, 0.02495001070201397, - 0.05112069100141525, -0.023334115743637085, -0.05903002619743347, - 0.00788581557571888, 0.006759400013834238, 0.10452170670032501, - 0.013828501105308533, -0.015833279117941856, 0.08231746405363083, - -0.039381615817546844, -0.03540506586432457, 0.04908942058682442, - 0.012056696228682995, 0.019564945250749588, -0.04349438473582268, - -0.011612977832555771, 0.013451742008328438, 0.011331514455378056, - -0.04263979569077492, -0.0023260684683918953, -0.03703346848487854, - 0.01977391541004181, 0.024618906900286674, 0.022583847865462303, - -0.09415926784276962, 0.009147447533905506, -0.07182029634714127, - 0.061367135494947433, 0.031228821724653244, 0.014091704040765762, - 0.026854222640395164, -0.020259704440832138, 0.03588778153061867, - -0.07448288798332214, -0.07580341398715973, -0.026527486741542816, - 0.01925119385123253, -0.010982072912156582, -0.028801990672945976, - 0.008131887763738632, -0.02959340251982212, -0.027545331045985222, - 0.005648281890898943, 0.002420390024781227, -0.05103543773293495, - 0.04954094812273979, 0.03525393083691597, 0.03828747197985649, - -0.006232635583728552, 0.021881259977817535, -0.022595111280679703, - 0.09453566372394562, 0.025073084980249405, -0.06438547372817993, - 0.029850710183382034, -0.013668665662407875, -0.041683703660964966, - 0.03505023196339607, -0.05242409557104111, -0.036562107503414154, - -0.0056708757765591145, 0.0072107757441699505, 0.009131467901170254, - -0.010776838287711143, -0.005023441277444363, -0.027836963534355164, - -0.04141384735703468, 0.018833395093679428, -0.005253275856375694, - -0.042740024626255035, 0.03915133699774742, -0.00952083058655262, - -0.014176206663250923, 0.006805540062487125, -0.018167121335864067, - 0.031025784090161324, 0.032573990523815155, 0.07156272232532501, - -0.025817999616265297, 0.027912547811865807, 0.009283451363444328, - -0.02859695814549923, 0.03325284644961357, 0.06971258670091629, 0.06017065793275833, - 0.0966033786535263, 0.09523004293441772, 0.031127894297242165, 0.05331765487790108, - 0.0024215811863541603, -0.08774823695421219, -0.006526998244225979, - -0.039138536900281906, -0.08779995888471603, -0.05689225345849991, - 0.006434897426515818, -0.049648381769657135, -0.08583512157201767, - -0.010961690917611122, -0.007166787050664425, -0.010207739658653736, - -0.03392710164189339, 0.03553420677781105, -0.010612361133098602, - 0.04110681638121605, -0.04805324599146843, -0.051063790917396545, - 0.0076105897314846516, -0.004014863166958094, -0.011713246814906597, - -0.05939182639122009, -0.017865054309368134, 0.05890509858727455, - 0.04650765657424927, -0.06254079937934875, -0.06939182430505753, - -0.03949460759758949, 0.004853474907577038, -0.09834727644920349, - 0.04637698829174042, 0.06994680315256119, 0.009716996923089027, - -0.003334671026095748, 0.05794346332550049, -0.019382189959287643, - -0.03739533573389053, 0.05157552659511566, 0.008747195824980736, 0.0483567900955677, - -0.030103888362646103, 0.028932569548487663, -0.049470700323581696, - 0.06789739429950714, 0.061913251876831055, 0.04082871973514557, - -0.027503572404384613, -0.0435771681368351, 0.0002696479787118733, - 7.105773693183437e-5, 0.005048208869993687, -0.06631122529506683, - 0.004900713451206684, 0.051268573850393295, -0.028786055743694305, - -0.017068510875105858, -0.058138374239206314, 0.020710840821266174, - -0.031630318611860275, 0.027533117681741714, -0.05007524415850639, - -0.029059452936053276, 0.009624475613236427, 0.06636303663253784, - -0.0035090669989585876, 0.054832182824611664, 0.045801226049661636, - 0.04891882836818695, -0.00626499205827713, -0.10185117274522781, - 0.08807850629091263, 0.07493235170841217, -0.020981645211577415, - 0.0042795357294380665, 0.07340984046459198, -0.017480015754699707, - -0.015615973621606827, 0.031221695244312286, -0.017756754532456398, - 0.033381905406713486, 0.04065192863345146, 0.01723344810307026, 0.04603317379951477, - 0.07379388064146042, -0.04298999160528183, 0.0069703334011137486, - 0.02373829111456871, -0.05193904787302017, -0.03844722732901573, - -0.03061237558722496, -0.0671749860048294, 0.03737311810255051, 0.0492432601749897, - 0.08919782191514969, -0.02744678594172001, 0.0063804276287555695, - -0.022505994886159897, -0.019472025334835052, 0.020400796085596085, - 0.06556467711925507, 0.045050717890262604, -0.03622809797525406, - -0.0185934416949749, 0.03630039468407631, 0.05893867462873459, - -0.018333671614527702, -0.057699333876371384, -0.026376258581876755, - -0.1084497943520546, -0.053607165813446045, -0.045574795454740524, - -0.008118504658341408, 0.026360781863331795, 0.05330905690789223, - -0.04173180088400841, -0.05339866131544113, -0.06150729954242706, - -0.032017048448324203, 0.01172019261866808, 0.0234922394156456, - 0.020975857973098755, -0.03059098683297634, 0.05561482161283493, - -0.04707663506269455, 0.04880485683679581, 0.05189158022403717, - -0.06876920908689499, -0.016800206154584885, -0.031017621979117393, - -0.04026349261403084, 0.02998092584311962, 0.0381784588098526, -0.01702195592224598, - 0.021924074739217758, 0.011943168006837368, -0.033395979553461075, - 0.04369370639324188, 0.081580251455307, -0.05088547617197037, 0.025613009929656982, - 0.04432270675897598, 0.04808081313967705, -0.08194267004728317, - -0.06755111366510391, -0.03520005941390991, -0.008149109780788422, - -0.009020842611789703, 0.0036790764424949884, -0.07368858903646469, - 0.01194220595061779, 0.011081540957093239, 0.056578319519758224, - 0.031307559460401535, 0.004651030991226435, 0.020676927641034126, - 0.07630937546491623, -0.03294309601187706, 0.06425730139017105, - 0.013761840760707855, 0.022707849740982056, -0.04881402105093002, - -0.018027372658252716, -0.06059744209051132, -0.11398524791002274, - -0.05358748883008957, 0.07834479957818985, -0.03539789468050003, - -0.05088593810796738, -0.007415297441184521, 0.00756852887570858, - 0.055744465440511703, 0.010361150838434696, 0.06387858092784882, - -0.014540717005729675, 0.07531195878982544, 0.0015794908395037055, - -0.011796945706009865, -0.025685543194413185, 0.023017289116978645, - -0.03309471160173416, 0.027458081021904945, 0.010735183022916317, - 0.07537493854761124, 0.013474807143211365, 0.013925734907388687, - -0.055289026349782944, -0.0023882645182311535, -0.057232506573200226 - ], - [ - 0.000272636505542323, 0.035116396844387054, -0.047281429171562195, - 0.025813786312937737, 0.047114595770835876, 0.02080889604985714, - -0.00996770616620779, 0.030220119282603264, -0.006834067869931459, - 0.022110484540462494, 0.051194462925195694, -0.04824983701109886, - 0.01740468665957451, -0.05011710897088051, -0.004502920433878899, - 0.035952966660261154, -0.016394024714827538, -0.010561260394752026, - -0.09574494510889053, 0.04564192518591881, -0.01696273684501648, - -0.07143935561180115, -0.03671162575483322, 0.0483771488070488, - 0.012025894597172737, 0.05222431570291519, 0.03124154917895794, - 0.033826470375061035, -0.029285935685038567, -0.010883742943406105, - 0.06550496816635132, 0.008403114974498749, 0.005768326576799154, - 0.019014138728380203, -0.012400359846651554, -0.07611759752035141, - 0.028323812410235405, 0.044311124831438065, 0.02482035383582115, - -0.014838021248579025, -0.07021062821149826, -0.06314154714345932, - 0.04954582452774048, -0.03156742826104164, -0.037078700959682465, - -0.04190555959939957, -0.026343608275055885, 0.04181113466620445, - 0.027705295011401176, 0.021626614034175873, -0.03418431058526039, - 0.002702244557440281, -0.04202648997306824, -0.04682740196585655, - 0.0011834322940558195, -0.05433265492320061, -0.051934368908405304, - -0.06791208684444427, 0.005179059226065874, 0.04352373629808426, - -0.007289359346032143, 0.03160081058740616, -0.007787710055708885, - 0.0676281675696373, -0.012389288283884525, -0.056323446333408356, - -0.08163200318813324, -0.022941017523407936, -0.03754974529147148, - 0.04567685350775719, 0.0226895734667778, 0.015252655372023582, -0.03854389488697052, - 0.04378599300980568, -0.002616413403302431, -0.022765392437577248, - -0.0162152461707592, -0.07058639079332352, -0.029733436182141304, - -0.015091112814843655, 0.010114187374711037, -0.013957827351987362, - 0.02615099959075451, 0.04183368757367134, 0.0818755030632019, 0.04956936091184616, - -0.060117922723293304, 0.018638145178556442, 0.022558942437171936, - 0.003375567030161619, -0.03361006826162338, 0.03646307438611984, - 0.04902499169111252, 0.04739570990204811, 0.03330833837389946, 0.016576088964939117, - -0.030836045742034912, -0.06960990279912949, -0.044753339141607285, - 0.09055187553167343, 0.02185315079987049, 0.013476802036166191, 0.02779574692249298, - -0.05917777866125107, -0.010159718804061413, -0.09923160076141357, - 0.07754005491733551, 0.004849451128393412, -0.008412730880081654, - 0.030355004593729973, -0.07704976201057434, 0.07297144085168839, - -0.04532209038734436, 0.020188575610518456, 0.033512622117996216, - -0.06850796192884445, 0.07993849366903305, 0.022519361227750778, - 0.029233168810606003, -0.009377394802868366, -0.008163969032466412, - 0.053190071135759354, -0.03534302860498428, 0.00474044494330883, - 0.02054603025317192, -0.07087249308824539, -0.03798761963844299, - 0.032740432769060135, -0.008683832362294197, 0.007189457770437002, - -3.4757289540721104e-5, 0.050923965871334076, 0.051153894513845444, - 0.08354469388723373, -0.05873412638902664, 0.04717880114912987, -0.0944475457072258, - -0.010981389321386814, -0.037259574979543686, -0.08064834028482437, - 0.07013779878616333, 0.026212889701128006, 0.046601589769124985, - -0.02405558153986931, -0.019481871277093887, -0.009630690328776836, - 0.015948060899972916, -0.018475288525223732, 0.04435348138213158, - 0.0012235220056027174, -0.06469617784023285, -0.05748499929904938, - -0.04982529208064079, -0.01306992582976818, -0.04146873578429222, - -0.03507321700453758, -0.029830489307641983, 0.0972064808011055, - -0.04015844687819481, -0.026809310540556908, -0.08315044641494751, - -0.035565443336963654, -0.03924674540758133, 0.06867235898971558, - -0.04754682257771492, 0.04250452294945717, -0.048179835081100464, - 0.02545655518770218, -0.025520287454128265, 0.02729460597038269, - -0.0196448415517807, 0.013418751768767834, 0.015385194681584835, - 0.052633531391620636, -0.03471790626645088, 0.01787504553794861, - -0.016682112589478493, 0.0011987481266260147, -0.021739859133958817, - -0.0013128964928910136, 0.019577687606215477, -0.06240561977028847, - 0.012302342802286148, -0.06776994466781616, -0.034517157822847366, - -0.030299613252282143, 0.014072862453758717, 0.004256413783878088, - -0.030414436012506485, -0.014440907165408134, -0.031319838017225266, - -0.0672464668750763, -0.07981875538825989, -0.04946289584040642, - 0.00795123539865017, -0.008615232072770596, 0.11248381435871124, - 0.03744566813111305, -0.04197964444756508, 0.035933416336774826, - 0.055045973509550095, 0.04839475080370903, -0.01237599365413189, - 0.006913339253515005, 0.026676297187805176, 0.0059134685434401035, - 0.06654486060142517, -0.04873506352305412, 0.05939718335866928, - -0.04988309368491173, -0.04099683091044426, -0.005604691803455353, - 0.049924347549676895, 0.06205432862043381, -0.006912322249263525, - 0.0083187036216259, 0.04876643419265747, 0.08704547584056854, -0.045211825519800186, - -0.04691194370388985, 0.0863802582025528, -0.10924095660448074, - -0.05103402957320213, -0.03287172317504883, -0.05713490769267082, - 0.03906216472387314, -0.03909733518958092, 0.04576684534549713, 0.05606366693973541, - 0.010212748311460018, 0.0029727488290518522, -0.0697222575545311, - 0.09342037886381149, 0.014247830025851727, -0.0007343837060034275, - -0.03783733397722244, 0.012256846763193607, -0.008675462566316128, - 0.09936325997114182, 0.003367826109752059, 0.02144080400466919, 0.03696318715810776, - -0.014336477033793926, 0.0665290430188179, -0.05323362350463867, - -0.0015388911124318838, 0.02936927229166031, 0.05418560653924942, - 0.013817456550896168, 0.015323313884437084, 0.031117133796215057, - 0.05947982147336006, -0.08465083688497543, 0.04638729616999626, - 0.032716210931539536, 0.060642559081315994, 0.029044870287179947, - -0.04601316899061203, -0.009036154486238956, 0.028837649151682854, - -0.01867293007671833, -0.07999848574399948, -0.03380293399095535, - -0.04633181169629097, 0.055943217128515244, -0.010475405491888523, - -0.045061707496643066, -0.02863307297229767, -0.02353501319885254, - -0.03088643215596676, -0.050951745361089706, -0.0961804911494255, - 0.00762551836669445, 0.016657790169119835, 0.010787074454128742, - 0.0035836317110806704, -0.04811482131481171, 0.069745734333992, - 0.002508288249373436, -0.09437006711959839, 0.03693163022398949, - -0.05024874210357666, -0.06557819247245789, -0.0017732724081724882, - -0.015484746545553207, 0.034377533942461014, -0.09017404168844223, - 0.016237517818808556, 0.0432685911655426, -0.04498835653066635, - -0.07329559326171875, -0.01884155161678791, 0.0484270341694355, - -0.04654720425605774, -0.0040892381221055984, -0.017696671187877655, - -0.018354320898652077, -0.030795596539974213, 0.04377379268407822, - -0.02090431936085224, 0.06668631732463837, 0.021930884569883347, - -0.003605697536841035, 0.06660512834787369, 0.025027556344866753, - -0.03967934846878052, -0.04315759986639023, -0.008751141838729382, - 0.021901629865169525, 0.020030716434121132, -0.004629073198884726, - 0.059421833604574203, 0.019209200516343117, 0.07111593335866928, - 0.0017317947931587696, 0.014615046791732311, -0.017074620351195335, - 0.03847675770521164, 0.010109730996191502, -0.031519513577222824, - -0.019394615665078163, 0.024413874372839928, 0.04258894920349121, - 0.09307099878787994, 0.01188330166041851, -0.03696683421730995, - 0.008380269631743431, -0.03416713327169418, 0.013440859504044056, - -0.03258435055613518, 0.05946565791964531, -0.024012288078665733, - 0.06227664649486542, -0.009404469281435013, -0.02215665951371193, - 0.05108275264501572, 0.024868598207831383, -0.0779627114534378, - -0.004973924718797207, -0.008752170950174332, -0.015793591737747192, - 0.0751662626862526, 0.028352675959467888, -0.03266254812479019, - -0.020426137372851372, -0.005380174145102501, 0.00830207671970129, - -0.021560417488217354, -0.011165617033839226, 0.022529326379299164, - 0.06835945695638657, -0.04271097853779793, -0.056163981556892395, - -0.03791961818933487, 0.00948487687855959, -0.08427851647138596, - -0.08027499914169312, 0.008842730894684792, -0.025601200759410858, - -0.053140707314014435, -0.05850955471396446, -0.036814458668231964, - 0.04100070521235466, 0.04993133991956711, 0.05437525734305382, -0.1331733763217926, - 0.002640562830492854, -0.04710127413272858, 0.0448719747364521, - 0.022063735872507095, -0.020646756514906883, -0.08848710358142853, - 0.10674033313989639, -0.02533418871462345, 0.07544170320034027, 0.0346478596329689, - -0.0790541023015976, 0.029307644814252853, -0.049228135496377945, - -0.033861950039863586, 0.08841808885335922, 0.04203566163778305, - -0.06384135782718658, -0.022991986945271492 - ], - [ - 0.05375340208411217, 0.027312252670526505, 0.05891180410981178, - -0.025625862181186676, -0.05273812636733055, 0.012025363743305206, - 0.0008689307724125683, 0.007980379275977612, -0.0075451647862792015, - -0.018644563853740692, -0.04622575268149376, -0.019701138138771057, - -0.0038155231159180403, 0.061853811144828796, 0.04484017193317413, - 0.027744794264435768, 0.018743563443422318, -0.043430741876363754, - 0.05221889913082123, 0.03212063014507294, -0.0016733413795009255, - -0.0031084322836250067, -0.004258358385413885, -0.014946469105780125, - 0.0660264864563942, 0.0222827959805727, -0.00642726244404912, -0.06431996077299118, - 0.081107497215271, 0.005263072904199362, 0.004351035691797733, 0.019835397601127625, - 0.0046346052549779415, -0.05912408232688904, -0.025093061849474907, - 0.07955389469861984, 0.07922064512968063, 0.012670929543673992, - 0.021366912871599197, 0.026917876675724983, 0.0033627948723733425, - -0.004302388057112694, 0.05404767766594887, -0.01574985310435295, - 0.028321316465735435, -0.011086180806159973, -0.004632601048797369, - 0.060207970440387726, 0.02805117517709732, -0.012062489986419678, - 0.05596660450100899, -0.02507844567298889, -0.06747528910636902, - -0.025878489017486572, -0.02461187168955803, 0.019671540707349777, - -0.04379846155643463, 0.014476913027465343, 0.03551367297768593, - -0.008587436750531197, 0.02321714721620083, -0.003204525215551257, - -0.025191422551870346, -0.015832094475626945, 0.0716504380106926, - 0.06671473383903503, 0.05105217918753624, 0.0035090346354991198, - 0.04534400254487991, -0.05534416809678078, 0.03722785785794258, - -0.039528295397758484, 0.05051290616393089, -0.050542183220386505, - -0.0018084509065374732, 0.04635101556777954, 0.04780185967683792, - 0.021968115121126175, -0.0064709847792983055, 0.07848086208105087, - -0.060306474566459656, 0.040784455835819244, 0.032765381038188934, - 0.006604060530662537, 0.02655743435025215, 0.012930954806506634, - -0.01261901669204235, 0.023596199229359627, -0.0743921548128128, - 0.051659755408763885, -0.018866870552301407, -0.014116430655121803, - -0.016545791178941727, 0.0033796080388128757, -0.0591094084084034, - -0.01062763761729002, 0.01767948642373085, 0.07988014817237854, - 0.044996943324804306, 0.021011797711253166, 0.037030696868896484, - 0.06026563420891762, -0.0226124320179224, -0.01137868594378233, 0.07028292864561081, - 0.02727126143872738, 0.004968702793121338, -0.035664837807416916, - -0.038328852504491806, -0.05870618671178818, 0.007204356137663126, - -0.08461817353963852, 0.01840510033071041, 0.0343126580119133, 0.013215462677180767, - -0.05916694179177284, -0.026173828169703484, -0.07896216213703156, - 0.07279235869646072, -0.021319149062037468, -0.05806737393140793, - 0.0029476811178028584, 0.022219955921173096, -0.06671599298715591, - -0.038866471499204636, 0.04499191790819168, -0.012064224109053612, - -0.04110874980688095, 0.00035374192520976067, -0.025871366262435913, - -0.029406214132905006, -0.04659656062722206, -0.040072713047266006, - -0.04894554987549782, 0.027576619759202003, -0.04563544690608978, - 0.023699447512626648, -0.01568528078496456, -0.023749753832817078, - 0.003943823277950287, 0.022560160607099533, -0.07474474608898163, - 0.012944498099386692, -0.026083318516612053, -0.01675206609070301, - -0.05344666913151741, -0.015589640475809574, 0.055765148252248764, - -0.03383893892168999, -0.0378059446811676, -0.013237109407782555, - 0.03265079855918884, 0.010072974488139153, -0.04889961704611778, - -0.0499766543507576, -0.027742935344576836, 0.04791605472564697, - -0.05746511369943619, -0.022669335827231407, -0.029486609622836113, - -0.014623361639678478, 0.04028058424592018, 0.013985016383230686, - -0.05221053585410118, 0.00671399338170886, 0.0421609953045845, 0.008610113523900509, - -0.0636795312166214, 0.031097732484340668, 0.010284855961799622, - -0.055878154933452606, 0.0028004986234009266, 0.02650255337357521, - 0.011761635541915894, 0.06761389970779419, -0.017658738419413567, - -0.041559115052223206, -0.026282845064997673, 0.043930377811193466, - -0.04848814010620117, -0.06205793470144272, 0.0358869768679142, 0.02079123444855213, - 0.04621695354580879, 0.0564163513481617, 0.0013840271858498454, - 0.012736357748508453, -0.060499727725982666, 0.01848484016954899, - 0.025426696985960007, 0.012323746457695961, 0.0666138157248497, 0.12545572221279144, - 0.08540554344654083, 0.006754581816494465, 0.07120322436094284, - -0.07678884267807007, -0.033175624907016754, 0.04515959322452545, - -0.02179352566599846, 0.03423754498362541, -0.0949539989233017, - 0.013732356950640678, -0.07371486723423004, -0.09290704131126404, - -0.022558681666851044, 0.03180938586592674, 0.0381753034889698, - -0.02244820073246956, 0.006459669675678015, 0.0003423096495680511, - 0.02695118635892868, -0.01936800219118595, -0.030619531869888306, - -0.040368225425481796, 0.028074542060494423, -0.09733258187770844, - -0.08307638019323349, 0.0032202615402638912, -0.001623191754333675, - -0.032573990523815155, 0.003016055328771472, 0.018199387937784195, - -0.017343515530228615, 0.02650155872106552, -0.0534139908850193, - 0.03689400851726532, 0.06618431210517883, -0.022513970732688904, - 0.003668018616735935, -0.006382551975548267, 0.0522138811647892, - -0.06941775232553482, 0.03269317373633385, -0.018724843859672546, - 0.05654635652899742, -0.03023327700793743, 0.04110587015748024, - -0.05408458411693573, 0.022405019029974937, 0.014265238307416439, - 0.0061279828660190105, 0.008533152751624584, -0.04408550634980202, - -0.03799136355519295, 0.03887258470058441, 0.01362124178558588, - -0.048551514744758606, -0.02491147629916668, 0.054148659110069275, - -0.008002420887351036, -0.00822419859468937, 0.0008915304206311703, - 0.007942013442516327, 0.028579939156770706, 0.01564469002187252, - -0.060465164482593536, 0.04496411979198456, 0.05744663625955582, - 0.051470622420310974, -0.005456874147057533, 0.09310805797576904, - 0.03358674421906471, 0.002285255119204521, -0.034491166472435, - -0.004177147522568703, 0.06203377991914749, 0.013197500258684158, - 0.014207366853952408, -0.01712925359606743, 0.06212853640317917, - 0.06063428521156311, 0.021251004189252853, 0.0497111976146698, -0.04425429925322533, - 0.011101468466222286, -0.026036739349365234, -0.03401624411344528, - 0.024562152102589607, 0.07893732190132141, 0.04621443152427673, - 0.015236428938806057, -0.05023462325334549, 0.028723333030939102, - -0.02091265469789505, -0.044520411640405655, 0.0674276128411293, - 0.005005354527384043, 0.005393057130277157, 0.03069964237511158, - -0.0008779513300396502, 0.03358841687440872, 0.02903893031179905, - 0.007659508381038904, -0.04000982269644737, 0.012705734930932522, - -0.009974517859518528, -0.013334965333342552, -0.013759717345237732, - 0.02301114611327648, 0.032466646283864975, 0.04255765303969383, - 0.011097829788923264, -0.05287232995033264, -0.036300450563430786, - -0.023066433146595955, -0.06723974645137787, 0.03781735897064209, - -0.09586526453495026, 0.06939811259508133, 0.004061525221914053, - -0.047689661383628845, -0.0070176273584365845, -0.07397903501987457, - 0.009750100784003735, -0.022845305502414703, 0.03804705664515495, - 0.021591035649180412, 0.03401345759630203, 0.0039984495379030704, - -0.04287983104586601, -0.02536124177277088, -0.027040118351578712, - -0.08568375557661057, -0.03890635818243027, 0.04804619774222374, - 0.038467973470687866, 0.026883378624916077, 0.036230552941560745, - -0.013118834234774113, -0.0008258572779595852, 8.299046021420509e-5, - 0.00925394892692566, -0.017424996942281723, -0.07688745856285095, - -0.09835948795080185, -0.02405467815697193, 0.033064715564250946, - -0.04727226495742798, -0.013596301898360252, -0.007721076253801584, - -0.057668160647153854, -0.025654340162873268, -0.012098216451704502, - -0.06020279973745346, -0.03409198671579361, -0.008821840398013592, - -0.02495056390762329, 0.026435181498527527, 0.027804367244243622, - 0.024884112179279327, 0.0927550345659256, 0.012612493708729744, - -0.009127755649387836, 0.003779240418225527, -0.00199800543487072, - -0.0440017469227314, -0.0015204364899545908, -0.06165989860892296, - -0.07750595360994339, -0.04423157125711441, 0.06990706920623779, -0.044122114777565, - 0.022974703460931778, 0.07390560209751129, 0.03867332637310028, - 0.057079166173934937, 0.00023693886760156602, -0.05640437453985214, - -0.003465816378593445, 0.026075541973114014, 0.03229718282818794, - -1.0940182619378902e-5, 0.0035266191698610783, -0.0035269649233669043, - 0.007070569321513176, 0.03754643723368645, -0.019029565155506134, - 0.040555961430072784, -0.004581691697239876, 0.011790665797889233, - -0.004886262118816376, 0.06588992476463318, -0.009571343660354614 - ], - [ - 0.010667579248547554, -0.031537313014268875, 0.029418829828500748, - 0.07661236077547073, 0.024484435096383095, 0.09782695770263672, 0.0242097657173872, - -0.04881627485156059, 0.04435649514198303, -0.05208346247673035, - -0.008697301149368286, -0.007302716374397278, -0.02519758976995945, - -0.004316536709666252, 0.03546995669603348, 0.04766613617539406, - 0.008573934435844421, -0.031939662992954254, 0.08016394078731537, - 0.03265538066625595, 0.056454066187143326, -0.024429306387901306, - 0.03523898124694824, -0.022803347557783127, -0.03800025209784508, - 0.018443457782268524, 0.00481838546693325, -0.01871955581009388, - 0.005061257630586624, -0.04069686681032181, -0.03865893930196762, - -0.005878933239728212, -0.08670303225517273, 0.008352006785571575, - 0.06155648082494736, 0.04793248698115349, -0.0874713733792305, 0.023298727348446846, - 0.03434921056032181, 0.0321594662964344, 0.03152395039796829, 0.04305784031748772, - -0.0478895865380764, 0.009682692587375641, -0.0330696702003479, - 0.029017187654972076, -0.025310713797807693, 0.03407525643706322, - 0.006261178757995367, -0.10220891237258911, -0.0018413130892440677, - -0.036598172038793564, -0.018183110281825066, -0.04196331277489662, - -0.05182468146085739, 0.049516525119543076, 0.01623225398361683, - 0.11139270663261414, -0.003603235585615039, 0.002874842844903469, - 0.11781786382198334, 0.013583729974925518, -0.12317898124456406, - 0.0037950794212520123, -0.0019600570667535067, 0.004364244174212217, - 0.0004458148032426834, 0.04540548846125603, 0.020224610343575478, - 0.0018080214504152536, -0.005283215083181858, -0.04723144322633743, - 0.05266066640615463, -0.017856601625680923, -0.00998004525899887, - 0.06275723874568939, 0.028755204752087593, 0.030604412779211998, - 0.01425787154585123, 0.0599798858165741, -0.038915205746889114, - 0.018761441111564636, -0.07549872994422913, -0.004817248322069645, - -0.03264444321393967, -0.011928582563996315, 0.026004737243056297, - -0.10111818462610245, -0.06728509813547134, -0.026986660435795784, - -0.050033148378133774, -0.006843138951808214, -0.00901610217988491, - -0.04675938934087753, 0.012384937144815922, 0.00879803765565157, - -0.04953478276729584, -0.03483348339796066, -0.05350266024470329, - 0.017853131517767906, -0.007877606898546219, 0.049574337899684906, - -0.008655741810798645, -0.11589955538511276, 0.006680028047412634, - 0.013769691810011864, 0.0374930277466774, 0.08179371058940887, 0.02120681293308735, - -0.10883209854364395, 0.022710898891091347, -0.09256818890571594, - 0.09044703096151352, -0.027866186574101448, -0.0782613456249237, - -0.0016610126476734877, -0.0686907023191452, 0.042477358132600784, - 0.04906391352415085, 0.06494136899709702, -0.0007621264085173607, - -0.09540590643882751, 0.03676300868391991, -0.007218071259558201, - 0.006769261788576841, -0.03531622886657715, -0.032079219818115234, - -0.033203862607479095, 0.025668863207101822, -0.07672906666994095, - -0.027906762436032295, 0.002331746509298682, 0.02306787669658661, - -0.05544567108154297, 0.06051091104745865, 0.01076879445463419, 0.0522480346262455, - 0.035990919917821884, -0.07857471704483032, 0.013853585347533226, - -0.09106066823005676, -0.05868891254067421, 0.07856551557779312, - -0.037517063319683075, -0.036955513060092926, -0.04731171578168869, - -0.061430830508470535, 0.020064115524291992, -0.07831363379955292, - 0.0556303933262825, -0.02036537602543831, -0.09106297791004181, 0.11778666824102402, - -0.056130535900592804, 0.09494583308696747, -0.03615482524037361, - 0.005422396585345268, -0.03368106856942177, -0.04310350865125656, - 0.11517070978879929, 0.009829271584749222, 0.04149729013442993, 0.07461611926555634, - 0.046967726200819016, 0.0495128333568573, -0.006700738333165646, - -0.030537612736225128, -0.045691438019275665, 0.03923945873975754, - 0.136072039604187, -0.03798268362879753, -0.02989824302494526, - -0.050579480826854706, -0.09433902055025101, 0.029843633994460106, - -0.020460201427340508, -0.0018943881150335073, -0.038030993193387985, - 0.04070579260587692, -0.0709545835852623, -0.04225345700979233, 0.03603824973106384, - -0.003465309739112854, 0.06615080684423447, 0.048952605575323105, - 0.09381700307130814, 0.04159574583172798, -0.010584180243313313, - -0.047226227819919586, 0.010606694966554642, -0.053216446191072464, - 0.06453406065702438, -0.016288170590996742, 0.09914305061101913, - -0.02274131029844284, 0.005403037182986736, -0.025022171437740326, - -0.01934727653861046, -0.005104408599436283, -0.06157650426030159, - 0.06364729255437851, -0.02321797050535679, 0.08809518069028854, - -0.017375575378537178, -0.13146601617336273, -0.10890302062034607, - 0.031390685588121414, 0.0032373962458223104, 0.016843441873788834, - -0.032567963004112244, -0.03254348784685135, -0.027764027938246727, - 0.007364251185208559, -0.038579732179641724, -0.028308264911174774, - 0.020320186391472816, -0.029460744932293892, -0.010852357372641563, - -0.009705578908324242, 0.08479807525873184, -0.019543534144759178, - -0.028329091146588326, -0.0717555359005928, 0.0069917491637170315, - -0.0363025926053524, -0.0023000093642622232, 0.005832617171108723, - 0.03402986377477646, -0.02052309177815914, -0.010852651670575142, - 0.03878534957766533, 0.0021955659613013268, -0.08629076182842255, - 0.0035932173486799, -0.029606522992253304, 0.059275321662425995, - -0.04367491602897644, 0.05942660942673683, 0.009990839287638664, - 0.0060754152946174145, 0.007346372120082378, -0.01556458044797182, - 0.029193291440606117, 0.0042953803204, 0.0038599076215177774, 0.06550534069538116, - -0.03919275104999542, -0.0027692310977727175, 0.032726649194955826, - 0.07899466902017593, 0.01322614960372448, 0.0636078268289566, -0.04346827045083046, - -0.05381488427519798, -0.08132875710725784, -0.10324745625257492, - -0.06606225669384003, 0.020321158692240715, -0.0357007272541523, - 0.03960428014397621, -0.03865253925323486, 0.02969559282064438, - 0.011855334043502808, 0.05107796937227249, -0.03953373804688454, - -0.018445882946252823, 0.02398151531815529, -0.03739100694656372, - 0.0144408093765378, -0.021107640117406845, -0.022777780890464783, - 0.09558442234992981, -0.10009904950857162, -0.026229510083794594, - 0.023228317499160767, -0.017805548384785652, -0.10996776074171066, - 0.008180354721844196, -0.04831255227327347, 0.049864284694194794, - 0.0013220711844041944, -0.00906691700220108, -0.09406518191099167, - 0.013997524045407772, -0.06398852169513702, 0.0020550077315419912, - 0.0008727312670089304, 0.028149452060461044, 0.11736182123422623, - 0.013229520060122013, -0.04815115034580231, 0.03703640401363373, - 0.02398090995848179, -0.05160863697528839, 0.005444291979074478, - 0.09720776975154877, -0.0144617585465312, -0.029047349467873573, - -0.018007513135671616, 0.014235826209187508, -0.0041383714415133, - -0.06963411718606949, -0.04879271611571312, 0.009318691678345203, - -0.017221949994564056, 0.002314868615940213, 0.03887070342898369, - 0.037939853966236115, -0.08540767431259155, 0.06435386836528778, - -0.01987982913851738, -0.04447324573993683, 0.017131701111793518, - -0.04557359591126442, -0.0007107607088983059, -0.037575799971818924, - 0.0012878408888354897, 0.0231052003800869, -0.049584731459617615, - -0.015875497832894325, -0.0803847387433052, 0.012694712728261948, - -0.012084201909601688, -0.0011354215675964952, 0.02878652885556221, - 0.04023212939500809, 0.027835186570882797, 0.06177935749292374, 0.04403404891490936, - -0.05629955604672432, 0.016334138810634613, -0.050626542419195175, - 0.018394459038972855, -0.0001696793915471062, -0.06691384315490723, - 0.01660609431564808, 0.004913049284368753, 0.09277978539466858, - -0.01716080866754055, 0.06884578615427017, -0.03211667388677597, - -0.07817409187555313, -0.06952036917209625, 0.13487346470355988, - -0.0044127414003014565, -0.11726073175668716, -0.01887594722211361, - 0.0033642377238720655, 0.023430978879332542, -0.040395356714725494, - -0.03356914967298508, 0.07569900900125504, 0.040569741278886795, - 0.010227291844785213, -0.0380755253136158, -0.0030643309000879526, - -0.0009978899033740163, 0.09705972671508789, 0.007676414679735899, - -0.0636574774980545, -0.01084342785179615, -0.022155089303851128, - -0.08650536835193634, 0.06334780156612396, -0.005393310450017452, - 0.03809342905879021, -0.05603744089603424, 0.010122660547494888, - -0.05176962912082672, -0.058107029646635056, 0.022205468267202377, - 0.04420946538448334, -0.058464158326387405, 0.02249758318066597, - 0.03407439962029457, -0.0007379164453595877, 0.020290091633796692, - -0.028560364618897438, 0.04157247394323349, 0.0170578770339489, - 1.566554419696331e-5, 0.018512709066271782, 0.002852087374776602, - -0.021430855616927147 - ], - [ - -0.0028579887002706528, 0.0002078501129290089, -0.010290738195180893, - -0.0664191022515297, -0.0007466233219020069, -0.01948750764131546, - 0.0629756823182106, -0.0475752055644989, -0.058771856129169464, 0.02422490529716015, - -0.006396498531103134, 0.03465833514928818, 0.02375069446861744, - 0.0036633331328630447, -0.028093835338950157, 0.0560421496629715, - -0.04007788747549057, 0.012072067707777023, 0.04412180557847023, - -0.006999964360147715, 0.08323593437671661, 0.016499627381563187, - -0.020996959879994392, 0.004275764804333448, -0.026141151785850525, - -0.006053163204342127, -0.044862259179353714, 0.013498283922672272, - 0.03537479415535927, 0.010663977824151516, -0.038529012352228165, - 0.051020290702581406, -0.03972848132252693, -0.03753524646162987, - 0.021144308149814606, -0.057443767786026, -0.018564792349934578, - -0.005423376802355051, -0.0009988343808799982, 0.013451178558170795, - 0.0479317232966423, 0.030245967209339142, 0.020515600219368935, 0.04196954146027565, - -0.04366381838917732, -0.04350312799215317, 0.0690990537405014, 0.04189147427678108, - -0.06034839153289795, 0.03990394249558449, 0.07965327054262161, - -0.011266461573541164, -0.04569912701845169, -0.07427734136581421, - -0.021814828738570213, 0.043987877666950226, 0.025329044088721275, - 0.00982897263020277, 0.08212430775165558, -0.04683641716837883, - 0.007406971417367458, -0.012449008412659168, -0.09514376521110535, - -0.001815343159250915, 0.006491625681519508, 0.021689169108867645, - -0.020711122080683708, 0.027539528906345367, 0.02066802978515625, - -0.026112250983715057, -0.02381090261042118, -0.02922084741294384, - 0.10152112692594528, 0.007050223648548126, 0.024889525026082993, - 0.06071384251117706, 0.08373619616031647, 0.0427546389400959, -0.03218339756131172, - 0.04512941464781761, 0.021970760077238083, 0.038932282477617264, - -0.0491318553686142, -0.00258567719720304, -0.005262391641736031, - -0.05513858422636986, 0.06801304221153259, -0.04587918519973755, 0.0652879849076271, - 0.051373615860939026, -0.016445916146039963, 0.013106143102049828, - -0.004289485514163971, -0.0002178043214371428, -0.04098138585686684, - 0.022093677893280983, 0.0018161508487537503, 0.006330540869385004, - -0.059357900172472, -0.03153793513774872, 0.050360534340143204, 0.09092886745929718, - 0.05609211325645447, 0.02946365624666214, 0.020879901945590973, - -0.01996530219912529, 0.029578281566500664, 0.04215558245778084, - -0.05654200538992882, 0.03345019742846489, 0.02246449515223503, - -0.06679155677556992, 0.06664442270994186, 0.00909227505326271, 0.03829772025346756, - 0.09321168810129166, 0.0034407556522637606, 0.01581500470638275, - -0.04730111360549927, -0.0001297824492212385, -0.0005624289624392986, - -0.0012981495819985867, 0.004797283094376326, 0.07361716032028198, - -0.019042640924453735, -0.04115891829133034, 0.030778052285313606, - 0.041048068553209305, 0.008459619246423244, 0.003768653143197298, - -0.060297008603811264, -0.018721923232078552, -0.030198676511645317, - -0.04385179653763771, 0.07848850637674332, 0.039584118872880936, - 0.07456975430250168, 0.06621469557285309, 0.03623565658926964, - -0.017957152798771858, -0.04094858095049858, -0.0734003558754921, - 0.015668340027332306, 0.05360397696495056, 0.025822782889008522, - -0.003962466958910227, -0.0008705179789103568, -0.05190132185816765, - -0.0401102639734745, -0.03862285614013672, 0.040364593267440796, - 0.03894071280956268, 0.07255349308252335, -0.050676263868808746, - -0.040087878704071045, -0.02458392269909382, 0.039677511900663376, - -0.003159699495881796, -0.01054953970015049, 0.015232142060995102, - 0.07302234321832657, -0.004943020176142454, 0.019701801240444183, - 0.10210247337818146, 0.038410112261772156, 0.02963385358452797, - 0.0036645878572016954, -0.09941183030605316, -0.00019829461234621704, - 0.036079440265893936, 0.09355667233467102, 0.06582172214984894, - -0.03431512415409088, -0.052907414734363556, -0.01123395562171936, - 0.001792275463230908, 0.027660997584462166, -0.013989408500492573, - 0.0692715048789978, -0.11162535101175308, 0.12143732607364655, 0.03797362744808197, - 0.0019036708399653435, -0.05053098127245903, -0.007609962020069361, - 0.10864396393299103, 0.003851389279589057, -0.020321384072303772, - -0.08064589649438858, 0.04428049176931381, -0.06674285978078842, - 0.09397260844707489, 0.029538532719016075, 0.09021454304456711, - -0.07409254461526871, 0.07639089971780777, -0.07894892245531082, - -0.04165341705083847, 0.039312008768320084, -0.08785316348075867, - -0.008308658376336098, -0.033797021955251694, -0.06832333654165268, - -0.008416041731834412, -0.0365428701043129, -0.02560723014175892, - -0.03479750081896782, -0.0771268680691719, -0.03219097852706909, - 0.040041208267211914, 0.01106997486203909, -0.026002656668424606, - -0.004714506212621927, -0.017407450824975967, -0.10144791752099991, - 0.07633333653211594, 0.010235306806862354, -0.013369443826377392, - 0.0931391641497612, -0.052208852022886276, 0.03856425732374191, 0.06867072731256485, - -0.05291043967008591, 0.0346219539642334, -0.01880745217204094, - 0.005856172647327185, 0.020567074418067932, 0.06643381714820862, - -0.020216140896081924, 0.04436018690466881, -0.07229860872030258, - -0.01896883174777031, 0.016276562586426735, 0.0425368957221508, - -0.054024726152420044, 0.059807222336530685, 0.003940901253372431, - 0.016551675274968147, -0.009028836153447628, -0.03910025954246521, - -0.045394252985715866, 0.09207666665315628, 0.06943243741989136, - 0.03822736069560051, -0.044803328812122345, 0.08211296051740646, - -0.0322052501142025, -0.09652462601661682, 0.03541533276438713, - 0.0019758776761591434, -0.06831739097833633, 0.0362321212887764, - 0.01836172118782997, -0.016149448230862617, -0.08232198655605316, - 0.11196186393499374, -0.02076745219528675, -0.029942266643047333, - 0.02876410074532032, 0.030741609632968903, -0.038523368537425995, - -0.019000006839632988, 0.07798223942518234, 0.03277488425374031, - -0.04327495023608208, 0.028669608756899834, 0.12925663590431213, - -0.005476399790495634, -0.00779836717993021, 0.060362450778484344, - 0.03163270652294159, 0.03320450335741043, 0.014397477731108665, 0.06058993563055992, - -0.08076509833335876, -0.012992855161428452, 0.015160401351749897, - -0.060458749532699585, -0.01588478870689869, 0.053827449679374695, - -0.041912972927093506, 0.039669036865234375, 0.0644473135471344, - -0.011770038865506649, 0.04522531479597092, 0.0565778985619545, - -0.019159633666276932, -0.005264952313154936, 0.03865934908390045, - 0.06805969029664993, -0.022664008662104607, 0.08896534889936447, - -0.049261804670095444, -0.025598257780075073, 0.052462901920080185, - 0.0051132808439433575, -0.047685809433460236, -0.06327131390571594, - -0.08141803741455078, -0.04589494690299034, 0.10972769558429718, - -0.03725520521402359, -0.031077831983566284, -0.019768547266721725, - -0.01626613549888134, -0.08927789330482483, -0.05833440274000168, - -0.012003797106444836, -0.13007132709026337, -0.007599093019962311, - -0.04755893349647522, -0.0677776113152504, 0.03073141537606716, - -0.0028229416348040104, -0.0017247992800548673, -0.05915876477956772, - 0.012001076713204384, -0.02663426660001278, 0.12147722393274307, - -0.009025615639984608, 0.03124360553920269, 0.05916515737771988, - -0.02368079498410225, -0.09371869266033173, 0.07273457199335098, - -0.005950434133410454, 0.0005328619736246765, -0.039630770683288574, - -0.04344503581523895, -0.007128281518816948, 0.06452368199825287, - -0.06616462767124176, -0.0016760850558057427, -0.05289381742477417, - -0.09108395874500275, -0.002909396542236209, -0.013073359616100788, - 0.019532060250639915, -0.04592879116535187, 0.011603763327002525, - -0.07818952202796936, -0.012587134726345539, -0.006652612239122391, - 0.05482473969459534, -0.061408743262290955, -0.06574120372533798, - 0.036143459379673004, -0.041020989418029785, 0.023688703775405884, - -0.06938858330249786, -0.031969912350177765, 0.07387063652276993, - 0.050086017698049545, 0.014851683750748634, -0.03757956624031067, 0.045562993735075, - 0.017138302326202393, -0.019380440935492516, 0.032630883157253265, - -0.0032794943545013666, -0.053140789270401, 0.044381413608789444, - -0.06528166681528091, 0.05511998385190964, -0.06553666293621063, - 0.05981425940990448, 0.0714888870716095, 0.017473295331001282, 0.028602106496691704, - -0.021308425813913345, 0.003649346763268113, 0.04866427928209305, - 0.04488324001431465, -0.07639811933040619, 0.018580975010991096, - 0.03075224719941616, 0.07641351222991943, 0.020180784165859222, - -0.011335084214806557, -0.010595201514661312, -0.0010351062519475818, - -0.03413759917020798, 0.04036905616521835, -0.034574951976537704 - ], - [ - 0.07115093618631363, -0.010371307842433453, 0.08461989462375641, - 0.07158158719539642, -0.015842242166399956, 0.0020117436069995165, - 0.011077683418989182, -0.08667362481355667, -0.01237525511533022, - 0.010075406171381474, -0.054663535207509995, 0.03478166460990906, - -0.037483587861061096, 0.02795352227985859, 0.07530961185693741, - -0.004724318161606789, -0.059722598642110825, -0.04894183203577995, - 0.018345952033996582, 0.0807444229722023, -0.0038918256759643555, - -0.046099673956632614, 0.07535071671009064, -0.054487913846969604, - -0.008810247294604778, -0.05180143192410469, 0.03992293402552605, - -0.06359892338514328, 0.01231259386986494, 0.020911572501063347, - -0.0779120922088623, 0.004747707862406969, -0.038926273584365845, - 0.018597684800624847, -0.013494218699634075, -0.0077141751535236835, - -0.005402049515396357, 0.011686448007822037, 0.054630085825920105, - 0.052417777478694916, -0.08463721722364426, 0.002291424898430705, - 0.01819889061152935, -0.03710809722542763, -0.007399179507046938, - 0.023366637527942657, -0.022844430059194565, 0.10009682178497314, - -0.006752063520252705, -0.015666509047150612, 0.014157800935208797, - 0.048930007964372635, -0.011946265585720539, 0.01306544616818428, - -0.050108276307582855, 0.04971940815448761, 0.01571103371679783, - 0.09876663982868195, 0.04851632937788963, -0.009836342185735703, - 0.020621756091713905, 0.004733453970402479, -0.04188375920057297, - -0.06962474435567856, -0.004040054511278868, 0.0903564989566803, - -0.05258262902498245, 0.10634291917085648, 0.04725026339292526, 0.01557968556880951, - 0.04249493405222893, 0.04140862450003624, -0.020728429779410362, - 0.031934186816215515, 0.060260653495788574, 0.0331212617456913, 0.09652143716812134, - -0.047325197607278824, 0.0405411422252655, 0.08982829749584198, - -0.025462869554758072, 0.008135557174682617, 0.05280597135424614, - -0.019191643223166466, -0.04585910961031914, 0.023272555321455002, - 0.0023798304609954357, -0.0116909584030509, -0.1022971123456955, - 0.026323556900024414, 0.051973264664411545, 0.048525620251894, -0.08748520165681839, - -0.07658141851425171, 0.08364889025688171, 0.033247824758291245, - -0.050481438636779785, 0.03229077160358429, 0.09123344719409943, - -0.04361340403556824, 0.038474250584840775, 0.05363829433917999, - -0.013058940880000591, -0.0030141337774693966, 0.0007353101391345263, - -0.08816277235746384, 0.04075341671705246, -0.0046976786106824875, - -0.08221152424812317, 0.028554866090416908, 0.08336979895830154, - -0.015047164633870125, 0.06925471872091293, 0.020445195958018303, - 0.024036360904574394, -0.0230391975492239, -0.09035854786634445, - -0.0008422540267929435, -0.006239489186555147, -0.030839210376143456, - -0.03765694797039032, 0.020434703677892685, -0.020288845524191856, - -0.06282193213701248, 0.03670684993267059, 0.028971314430236816, - -0.004937455523759127, 0.04259920120239258, 0.012337086722254753, - 0.024205029010772705, -0.056412938982248306, -0.07269410789012909, - 0.041678912937641144, 0.018254611641168594, 0.06565840542316437, - -0.0037040722090750933, 0.07995988428592682, 0.06590887904167175, - -0.02935616672039032, 0.0055970484390854836, 0.00040979988989420235, - -0.022547973319888115, 0.011401963420212269, -0.0413726344704628, - 0.03583076223731041, 0.03575952723622322, -0.09574726969003677, - 0.019420575350522995, -0.05068549886345863, -0.03574666380882263, - 0.01719703897833824, 0.005674603395164013, 0.034185610711574554, - -0.07728325575590134, 0.012726806104183197, 0.05894315615296364, - 0.011198758147656918, -0.055213574320077896, -0.005988353863358498, - -0.007106988690793514, -0.018281925469636917, -0.006198120303452015, - 0.0010416330769658089, -0.06181200221180916, 0.09833814948797226, - 0.023253273218870163, 0.06116022169589996, -0.08375178277492523, - 0.04843223839998245, 0.011049143970012665, 0.04997938871383667, 0.01193179190158844, - -0.0312625877559185, 0.0439111664891243, 0.002299885032698512, - -0.000868168834131211, 0.006153379566967487, -0.039189137518405914, - 0.05278294160962105, 0.02788115106523037, -0.0657794177532196, -0.04043897986412048, - 0.013213884085416794, -0.06772991269826889, 6.395816308213398e-5, - 0.04272725433111191, 0.017879266291856766, 0.028766581788659096, - 0.011356037110090256, 0.017766010016202927, 0.014698158949613571, - 0.02116450108587742, 0.06847679615020752, -0.02763538993895054, - -0.00775087159126997, -0.0666501447558403, -0.05269302427768707, - -0.0016667625168338418, 0.061970725655555725, -0.08777685463428497, - -0.012086804956197739, 0.03287971392273903, 0.03097100742161274, - -0.10330163687467575, -0.0263616181910038, -0.05024736747145653, - 0.032696668058633804, -0.06585222482681274, -0.07386667281389236, - 0.16401317715644836, 0.04520241543650627, 0.029292475432157516, - 0.018162256106734276, -0.024163825437426567, 0.037992414087057114, - 0.018544452264904976, -0.037811897695064545, -0.06379146128892899, - 0.04783150926232338, -0.023719100281596184, -0.0424187108874321, - 0.017992105334997177, 0.03679019212722778, 0.012432511895895004, 0.0449601411819458, - -0.047560758888721466, -0.02201169729232788, -0.003758958075195551, - -0.004230541177093983, -0.04188495874404907, -0.03398306667804718, - -0.015520268119871616, 0.044414736330509186, -0.06242582947015762, - -0.07213594019412994, -0.0731709897518158, -0.006151835899800062, - 0.06156497076153755, -0.05677942559123039, -0.046599384397268295, - -0.013784353621304035, 0.020025623962283134, 0.01741044968366623, - -0.07300540804862976, 0.05510522052645683, -0.004006509203463793, - 0.034919049590826035, -0.06860824674367905, -0.06671085953712463, - 0.02191803976893425, 0.04786562919616699, 0.07793901115655899, - -0.006466301623731852, -0.03540192171931267, 0.008096354082226753, - 0.029696760699152946, 0.021098777651786804, 0.004707470536231995, - 0.01882760040462017, -0.1000763401389122, -0.08097836375236511, - -0.0036885335575789213, -0.0032190897036343813, -0.06642380356788635, - -0.020389530807733536, -0.11110130697488785, 0.14412415027618408, - 0.02365264482796192, 0.025497088208794594, -0.018177958205342293, - 0.024931631982326508, 0.06969422847032547, -0.04721720889210701, - -0.04288235306739807, -0.05321445316076279, -0.050939157605171204, - 0.013684610836207867, 0.05281168222427368, 0.041706860065460205, - 0.026479613035917282, 0.04392367973923683, 0.040973443537950516, - -0.011047987267374992, 0.047948554158210754, 0.03251287713646889, - 0.059981122612953186, 0.041435226798057556, 0.0002108676708303392, - 0.008814528584480286, -0.014356671832501888, -0.029561780393123627, - 0.05814829841256142, -0.0010562503011897206, 0.03703794255852699, - -0.09207376092672348, 0.007746366783976555, -0.008012864738702774, - -0.07998071610927582, -0.07296602427959442, -0.04366948828101158, - 0.023737573996186256, -0.07451847195625305, 0.02931571938097477, - -0.05491133779287338, -0.11821581423282623, 0.01195331010967493, - -0.06823614239692688, -0.03951788693666458, -0.10581418871879578, - 0.041257746517658234, 0.03043251484632492, -0.045421067625284195, - -0.04950404912233353, 0.01446928083896637, 0.06060003861784935, - -0.04048793390393257, -0.005866770166903734, -0.05474042519927025, - -0.002680163597688079, 0.02687263861298561, -0.06229846552014351, - 0.015299448743462563, 0.03188809007406235, 0.010612093843519688, - 0.02188592217862606, -0.023817650973796844, -0.028023580089211464, - 0.04898492246866226, 0.04464782401919365, -0.05704906955361366, - -0.027047231793403625, -0.00798296369612217, -0.050868064165115356, - 0.059393905103206635, -0.0010430917609483004, -0.07959838211536407, - -0.06532157957553864, 0.03507808968424797, -0.04346896708011627, - -0.11721990257501602, 0.024264777079224586, -0.019520247355103493, - -0.005616156384348869, -0.007446336559951305, -0.038423437625169754, - 0.031848516315221786, -0.029707055538892746, 0.05897069349884987, - -0.004823911003768444, 0.023163393139839172, -0.049748051911592484, - 0.00759393535554409, -0.011404050514101982, 0.05334150791168213, - -0.06301334500312805, -0.07085389643907547, 0.015376172959804535, - 0.006736773066222668, 0.048126280307769775, -0.04702097922563553, - 0.050485774874687195, -0.05410231649875641, 0.03559030219912529, - 0.014821183867752552, -0.0023405253887176514, -0.06949061900377274, - -0.00850535836070776, 0.014231208711862564, -0.01058266032487154, - 0.055452898144721985, 0.031921371817588806, -0.03873736038804054, - -0.01817852072417736, 0.016544051468372345, -0.02599291130900383, - 0.05649000406265259, -0.019764427095651627, 0.022333092987537384, - 0.027599379420280457, 0.03929005563259125, 0.02695709839463234, - -0.0034759431146085262, -0.041479237377643585, 0.04235337674617767 - ], - [ - -0.0717037171125412, -0.0300031416118145, -0.0710809975862503, 0.01214426476508379, - 0.02712848223745823, -0.0061448123306035995, 0.006588061805814505, - -0.015991216525435448, 0.0079955467954278, 0.026356084272265434, - 0.05459247902035713, -0.0725163146853447, -0.007541063241660595, - 0.002869413932785392, -7.091508450685069e-5, 0.01570723205804825, - -0.021620536223053932, -0.009734241291880608, 0.007489799056202173, - -0.01107316929847002, -0.036744020879268646, -0.08918941766023636, - -0.03623997047543526, 0.02963920496404171, 0.006347683258354664, - 0.010483499616384506, 0.010094464756548405, 0.0872519463300705, - 0.008407126180827618, -0.026998884975910187, 0.037327781319618225, - 0.08931015431880951, 0.022517360746860504, -0.020456228405237198, - -0.01663006842136383, -0.08305781334638596, -0.004529677331447601, - 0.03995247557759285, -0.037276219576597214, 0.0032138254027813673, - 0.02042900025844574, -0.06275466829538345, 0.05026421323418617, 0.04843335226178169, - -0.02804572880268097, 0.029743216931819916, -0.07317981868982315, - 0.025800662115216255, 0.029335811734199524, -0.021114207804203033, - -0.05661157891154289, 0.04517992213368416, -0.044461049139499664, - -0.06032584607601166, -0.014213306829333305, -0.016396058723330498, - -0.013220763765275478, -0.0751451700925827, -0.052364204078912735, - 0.03091380186378956, -0.03845725581049919, 0.014750255271792412, - 0.030635273084044456, 0.07396198064088821, 0.013738502748310566, - -0.04579219967126846, -0.07663145661354065, -0.005720473825931549, - -0.03770046308636665, 0.10328522324562073, -0.04343022406101227, - -0.01248965971171856, -0.017103372141718864, 0.017259124666452408, - -0.09490639716386795, -0.006606942042708397, -0.05560430884361267, - -0.021778268739581108, 0.005043781362473965, -0.07324982434511185, - 0.036131419241428375, -0.05900314822793007, 0.023423369973897934, - 0.05149787664413452, 0.07176393270492554, -0.05944613367319107, - -0.019174296408891678, 0.08535315841436386, 0.08309847116470337, - -0.02528643235564232, 0.001338730100542307, -0.014737719669938087, - 0.051660314202308655, 0.05208875983953476, 0.07188645005226135, - 0.010253853164613247, -0.011976410634815693, -0.003303554141893983, - -0.031611256301403046, 0.05115676298737526, 0.022466912865638733, - 0.009522516280412674, 0.012740369886159897, 0.029552629217505455, - 0.006940712686628103, -0.025430772453546524, 0.034038059413433075, - 0.05543139576911926, 0.01876010186970234, 0.03946959599852562, -0.07488138228654861, - 0.04934164881706238, -0.023049412295222282, -0.04066793620586395, - -0.00555166881531477, -0.009554815478622913, 0.027070578187704086, - 0.0646027997136116, -0.0381011888384819, -0.02408716082572937, 0.03434020280838013, - 0.042031388729810715, -0.05772213637828827, 0.016570299863815308, - -0.050240810960531235, -0.07668941468000412, 0.018138201907277107, - -0.0009172449936158955, 0.026617735624313354, 0.030481211841106415, - 0.013329449109733105, 0.008656536228954792, -0.03682081773877144, - 0.08789590001106262, -0.0679018422961235, -0.0025745676830410957, - -0.07826806604862213, 0.01655036024749279, -0.016689222306013107, - -0.01567903347313404, -0.035744938999414444, 0.050412144511938095, - 0.04513569548726082, 0.043606556951999664, 0.013871927745640278, - 0.025743385776877403, -0.0009767382871359587, -0.09650885313749313, - 0.0634123757481575, -0.018192049115896225, -0.03505297377705574, - -0.043232791125774384, -0.022174067795276642, -0.01969943195581436, - 0.013154369778931141, -0.008282697759568691, -0.0690561905503273, - 0.0702076181769371, -0.05977240204811096, -0.02003493905067444, - -0.06618037819862366, -0.025393016636371613, -0.025645839050412178, - 0.02552053891122341, -0.04355955868959427, 0.05870715156197548, - -0.014387963339686394, -0.006483069155365229, -0.0453452505171299, - -0.050396647304296494, 0.049777381122112274, -0.02541278302669525, - 0.06106435880064964, 0.05518238618969917, -0.010687743313610554, - 0.03069237433373928, 0.014911715872585773, -0.00449321698397398, 0.0327291339635849, - -0.015452138148248196, -0.07134581357240677, -0.056565769016742706, - -0.03283179551362991, 0.025436270982027054, -0.006781052798032761, - 0.07938999682664871, -0.018355892971158028, 0.03680679574608803, - -0.028034446761012077, 0.03410346060991287, 0.011775991879403591, - -0.08127070963382721, -0.010554544627666473, 0.039352238178253174, - -0.09155448526144028, -0.029441623017191887, 0.021350299939513206, - 0.004209253937005997, -0.001988238887861371, -0.033609453588724136, - 0.04574555903673172, 0.06485792249441147, -0.034106094390153885, - 0.10328591614961624, 0.058478161692619324, 0.040364108979701996, - 0.06988663226366043, -0.0007064419914968312, 0.047131430357694626, - -0.014321891590952873, -0.024928787723183632, 0.0019041794585064054, - 0.016884900629520416, 0.05196250602602959, 0.08725269883871078, - -0.0076968856155872345, 0.0884184017777443, 0.031160632148385048, - -0.04554399102926254, -0.054068613797426224, 0.06306926161050797, - -0.04366767778992653, -0.005955026485025883, 0.0032896208576858044, - -0.024096081033349037, 0.08883050084114075, -0.05272182077169418, - -0.027025381103157997, 0.03519622981548309, 0.05241624638438225, - -0.03144847974181175, -0.08134298771619797, 0.014592175371944904, - 0.03759109601378441, 0.04110432788729668, -0.05329080671072006, - -0.010102903470396996, -0.05421684682369232, 0.07617154717445374, -0.03575449436903, - -0.03550121933221817, -0.007890249602496624, -0.06836427748203278, - 0.037891387939453125, -0.013341329991817474, 0.03841892629861832, - 0.02178656868636608, 0.06230323389172554, 0.0053121852688491344, - -0.00526356091722846, 0.021244194358587265, 0.07860349118709564, - 0.0006809284677729011, -0.023655731230974197, -0.03278606757521629, - 0.049875061959028244, -0.06177801266312599, -0.01730399765074253, - -0.039278700947761536, 0.01461743377149105, -0.012508382089436054, - -0.05900450050830841, -0.04344634711742401, -0.008009358309209347, - 0.020054016262292862, -0.04354478418827057, -0.079929880797863, - -0.022167036309838295, 0.006020722445100546, 0.043976329267024994, - -0.01788867451250553, -0.0672898069024086, -0.04216211661696434, - -0.05226863548159599, -0.04014330729842186, -0.03795061260461807, - -0.030875196680426598, -0.025921138003468513, 0.04836780205368996, - -0.07520286738872528, 0.008795137517154217, -0.011561955325305462, - 0.01876099593937397, 0.04062807559967041, -0.021304519847035408, - 0.08895520865917206, -0.004592366982251406, 0.02918044850230217, - 0.051333025097846985, -0.031196333467960358, -0.08775683492422104, - -0.0029728400986641645, -0.036923427134752274, -0.012222975492477417, - 0.0037710878532379866, -0.03088686428964138, 0.04349232837557793, - -0.05649295821785927, 0.04725359380245209, -0.0013035460142418742, - -0.029772605746984482, -0.011594031937420368, -0.028766851872205734, - 0.03415192291140556, 0.06342022120952606, -0.0327216200530529, 0.025061560794711113, - 0.03901087865233421, 0.020607374608516693, -0.01818239502608776, - -0.02913748286664486, 0.07079268991947174, 0.048058461397886276, - -0.011880223639309406, -0.012292622588574886, -0.0013094418682157993, - -0.02113458141684532, 0.026526648551225662, 0.05743448808789253, - 0.04770011082291603, -0.002333814976736903, 0.011467739008367062, - 0.09679507464170456, 0.05751675367355347, 0.03607713058590889, - -0.016149835661053658, -0.012983828783035278, -0.043456967920064926, - -0.008068694733083248, 0.009794018231332302, 0.08916925638914108, - 0.02483348362147808, 0.06929195672273636, -0.04353528097271919, - 0.011116045527160168, 0.07085065543651581, 0.0006652235751971602, - -0.00779986334964633, 0.011953854002058506, 0.014941275119781494, - -0.010670733638107777, -0.00932310987263918, 0.05605550855398178, - 0.030171168968081474, -0.025569027289748192, 0.09219940751791, 0.005534541793167591, - 0.022878069430589676, -0.031708020716905594, 0.03991459682583809, - 0.040140844881534576, -0.05181038752198219, -0.01829911768436432, - -0.009565138258039951, -0.04440924525260925, -0.030154816806316376, - -0.09888540953397751, -0.01349478866904974, 0.006655101664364338, - -0.024894827976822853, 0.022053416818380356, 0.03004220686852932, - 0.0057058376260101795, -0.00044474704191088676, -0.02793036960065365, - -0.0827450156211853, -0.06342415511608124, -0.09144184738397598, - 0.0034457941073924303, -0.04044489562511444, -0.007873526774346828, - 0.0013418484013527632, 0.02002394013106823, 0.029681185260415077, - 0.04499804601073265, 0.012783068232238293, -0.008820458315312862, - -0.00712468009442091, -0.05012703314423561, -0.00278584286570549, - 0.006417003460228443, 0.009749790653586388, -0.03959367051720619, - -0.006635778583586216 - ], - [ - 0.023417595773935318, 0.0242198184132576, 0.00690290005877614, - -0.0018160988111048937, -0.002259360160678625, 0.006739457603543997, - -0.0005683476338163018, -0.004950409755110741, -0.003130071796476841, - -0.028128603473305702, -0.028686750680208206, 0.04420366510748863, - 0.0716128870844841, -0.03020356595516205, 0.04804828390479088, -0.03263004869222641, - 0.0315990224480629, 0.05852893367409706, 0.04219117388129234, 0.006331510376185179, - 0.05059724673628807, -0.06603466719388962, -0.022270014509558678, - -0.0645952895283699, 0.019347289577126503, -0.06015900894999504, - -0.029560348019003868, 0.0032612548675388098, -0.028420161455869675, - 0.02909865230321884, 0.011510757729411125, 0.012761468067765236, - -0.05048335716128349, -0.02284957654774189, 0.019519586116075516, - 0.1040697991847992, -0.022045770660042763, -0.01004799734801054, - 0.05149463564157486, -0.03669265657663345, 0.0241765845566988, 0.05821617320179939, - 0.03899446129798889, 0.042690739035606384, -0.017250731587409973, - 0.07013919949531555, 0.07898426800966263, 0.057601191103458405, 0.10317743569612503, - -0.09507233649492264, 0.004337236285209656, 0.03310646861791611, - -0.01811562292277813, 0.07423437386751175, 0.0064288536086678505, - 0.04704996570944786, 0.01758342795073986, 0.014337425120174885, - -0.02323412522673607, 0.07083629071712494, 0.07091289758682251, - 0.007776054088026285, -0.05348605290055275, 0.005763128399848938, - 0.0077621000818908215, 0.04091642424464226, 0.00954803079366684, - -0.003372538834810257, 0.05194847658276558, 0.009707451798021793, - 0.04275275021791458, -0.044287458062171936, -0.03977946937084198, - 0.005092155188322067, -0.034648485481739044, 0.004383062943816185, - 0.04922754317522049, -0.032157156616449356, -0.02024816907942295, - 0.10739357024431229, -0.00853645708411932, -0.06268517673015594, - -0.1303732991218567, 0.08958280831575394, -0.06553763151168823, 0.07067157328128815, - 0.05045830458402634, -0.0005765699897892773, 0.015090580098330975, - 0.045152436941862106, -0.0027445023879408836, 0.031281162053346634, - -0.012191216461360455, 0.041348930448293686, -0.01685922034084797, - -0.05986936017870903, -0.08734261989593506, 0.027312498539686203, - -0.03728145360946655, 0.035742513835430145, 0.04301396384835243, - 0.003748602932319045, 0.012750466354191303, -0.01596567966043949, - 0.04344942793250084, 0.08105383813381195, 0.026996711269021034, 0.08292429149150848, - -0.014001362025737762, -0.06060371920466423, 0.04725028946995735, - -0.02722526527941227, 0.08504695445299149, -0.031330656260252, 0.010222285985946655, - 0.03522682934999466, -0.009067710489034653, 0.055003199726343155, - 0.00384049816057086, 0.02696785144507885, 0.0583820641040802, -0.049703530967235565, - 0.013038897886872292, 0.027761373668909073, 0.009767640382051468, - -0.05639437586069107, 0.05189788341522217, 0.011940713971853256, - 0.005201703403145075, -0.03776221349835396, -0.0037280963733792305, - -0.08230651170015335, -0.0640489012002945, -0.03273773938417435, - 0.09133917093276978, -0.01725168526172638, 0.05144958943128586, - -0.022246627137064934, -0.003992837388068438, -0.01833902858197689, - -0.06527091562747955, -0.06636852771043777, -0.07541892677545547, - 0.02288072183728218, 0.06083172932267189, -0.031364358961582184, - -0.07214158028364182, -0.043610915541648865, 0.023892054334282875, - -0.060001976788043976, 0.005844573024660349, 0.06975792348384857, - 0.011883878149092197, -0.01365523599088192, -0.03808090463280678, - -0.025222308933734894, 0.06984484195709229, 0.0022333660162985325, - -0.03715582937002182, 0.0467459037899971, -0.042711712419986725, - 0.03703572601079941, 0.014373552054166794, 0.0661533772945404, - -0.029224226251244545, -0.02879442647099495, -0.006993017625063658, - -0.052884187549352646, 0.018527548760175705, 0.043914470821619034, - 0.04986093193292618, -0.0011632695095613599, 0.034821461886167526, - 0.008651239797472954, -0.05297032371163368, -0.05869045481085777, - -0.004604437854140997, -0.04734332114458084, 0.05901986360549927, - 0.015725016593933105, 0.04705667123198509, 0.013584136962890625, - -0.017641659826040268, -0.012850410304963589, 0.04148183390498161, - 0.03501914069056511, -0.028710557147860527, -0.026686782017350197, - -0.003143194131553173, -0.005657644011080265, -0.0343928262591362, - 2.727571654759231e-6, -0.022570941597223282, -0.07690984755754471, - -0.01374837663024664, 0.03975535184144974, -0.03313514590263367, - -0.036408573389053345, 0.03362684324383736, -0.027031417936086655, - -0.0010488842381164432, 0.0031544354278594255, 0.04460028186440468, - -0.036009401082992554, 0.016416899859905243, -0.007622699253261089, - 0.036486852914094925, -0.07338578999042511, 0.04112262278795242, - -0.014085895381867886, -0.049980711191892624, 0.06011592969298363, - -0.03208315744996071, -0.016374530270695686, -0.06674642860889435, - -0.01923438161611557, -0.056340061128139496, 0.021479787304997444, - -0.030463807284832, 0.02361815795302391, -0.022128047421574593, - -0.07028955966234207, -0.02335253916680813, -0.03532873094081879, - 0.02078506536781788, -0.015117536298930645, 0.07320515811443329, 0.0508534237742424, - -0.10825445502996445, -0.034982796758413315, 0.06389948725700378, - -0.019652003422379494, -0.0614747628569603, 0.11778388917446136, - -0.0689525157213211, 0.1250700205564499, -0.025721656158566475, 0.02309403568506241, - -0.028784779831767082, -0.06325261294841766, 0.0042252554558217525, - -0.0005098822875879705, 0.033219192177057266, -0.061437901109457016, - -0.006590391043573618, 0.06214310973882675, -0.01725107431411743, - -0.08202479034662247, 0.03128744289278984, 0.026956025511026382, - 0.05911117047071457, 0.05559868365526199, -0.032555583864450455, - 0.035665009170770645, -0.027439750730991364, 0.01391190942376852, - -0.02188938856124878, -0.08374138921499252, 0.04418813809752464, - 0.06573230028152466, -0.03685140982270241, 0.011256669647991657, - -0.05371726304292679, 0.044150210916996, -0.09123247116804123, - -0.006164200138300657, 0.024347733706235886, -0.07664211839437485, - 0.05098479986190796, -0.01867462880909443, 0.0741720125079155, 0.010066278278827667, - -0.0002483806456439197, 0.022965343669056892, -0.013202902860939503, - 0.006843892857432365, 0.02044808305799961, -0.0032934248447418213, - -0.032626405358314514, 0.03131922706961632, -0.04398716241121292, - 0.007736656349152327, 0.06388500332832336, -0.05709117650985718, - 0.04330970719456673, -0.05831478163599968, 0.0021564639173448086, - 0.009590203873813152, 0.06065208092331886, -0.009784179739654064, - 0.011567628011107445, 0.06423985213041306, -0.001878851791843772, - -0.0739988163113594, 0.0505376011133194, 0.040398772805929184, 0.04811067506670952, - 0.0537802055478096, -0.0057373312301933765, -0.06698823720216751, - 0.008233967237174511, -0.020586401224136353, 0.009254650212824345, - -0.037279240787029266, -0.0052503193728625774, -0.01399177871644497, - 0.07087726891040802, 0.023154525086283684, -0.05056067556142807, - 0.07485413551330566, 0.010783824138343334, -0.0424821600317955, - -0.03345256298780441, -0.0567345954477787, 0.07254008948802948, - -0.00021723964891862124, 0.10700825601816177, -0.0814100056886673, - -0.050869859755039215, 0.016167623922228813, 0.03638564795255661, - 0.06659755855798721, 0.039310209453105927, -0.08571134507656097, - 0.04104398936033249, 0.08429434150457382, -0.021814769133925438, - -0.02449522167444229, 0.026820287108421326, -0.13015012443065643, - 0.05172198265790939, -0.03979836776852608, 0.03159422054886818, - -0.04727499186992645, 0.013964253477752209, -0.010598874650895596, - -0.01345476321876049, -0.03897920623421669, -0.003726659342646599, - -0.028730196878314018, 0.04721680283546448, -0.049083199352025986, - -0.07503801584243774, 0.0029353280551731586, -0.07992520928382874, - -0.03125491365790367, 0.023250166326761246, 0.056246567517519, - -0.023964259773492813, 0.0241619311273098, -0.032127805054187775, - -0.029989177361130714, 0.03336832672357559, 0.006557088810950518, - -0.036181215196847916, 0.06520570814609528, 0.04427959769964218, - 0.006804550997912884, -0.04286762699484825, -0.030170893296599388, - -0.0005336407921276987, -0.051024071872234344, -0.05601999908685684, - -0.02676214836537838, -0.036685843020677567, 0.00784437544643879, - 0.0013006707886233926, -0.02171979285776615, 0.003331109881401062, - -0.08379268646240234, -0.004407960921525955, -0.03906727209687233, - -0.04140029475092888, 0.07411979138851166, -0.07759567350149155, - -0.04969046637415886, 0.007311215624213219, 0.03691975027322769, - 0.056753139942884445, -0.025245577096939087, -0.062069762498140335, - -0.026864396408200264, 0.03985545039176941, 0.04242187365889549 - ], - [ - 0.02104809507727623, 0.02978365123271942, 0.03446192294359207, - -0.0022885268554091454, -0.0023231906816363335, -0.005830230191349983, - -0.021968036890029907, -0.07577284425497055, 0.07343415915966034, - -0.06092752888798714, -0.02446698024868965, -0.033908285200595856, - -0.04656299203634262, 0.048773493617773056, -0.0417863093316555, - -0.019896773621439934, -0.050194647163152695, 0.02833118475973606, - 0.09895811975002289, 0.03461842983961105, -0.011960670351982117, - 0.012778505682945251, -0.03924187645316124, -0.07990185916423798, - -0.01422145776450634, 0.06134529784321785, -0.05385688319802284, - -0.09382610023021698, -0.05509685352444649, -0.019125139340758324, - -0.04555944353342056, -0.07147719711065292, 0.01680092141032219, - -0.05054021626710892, 0.012343233451247215, -0.011221487075090408, - 0.04175950959324837, -0.03619251400232315, 0.032011728733778, 0.04803270846605301, - -0.01105657871812582, -0.006844765972346067, 0.04736771062016487, - 0.005208171904087067, -0.01986030861735344, 0.001608105143532157, - -0.030374931171536446, -0.019844111055135727, 0.02440979704260826, - 0.027638999745249748, 0.0019400245510041714, -0.03590166196227074, - -0.0350947231054306, -0.05818093195557594, 0.022351030260324478, - 0.08629655838012695, -0.023823756724596024, -0.015857547521591187, - -0.006117918528616428, 0.015036135911941528, 0.03667716681957245, - 0.004185398109257221, -0.11931953579187393, 0.023347916081547737, - 0.03277084231376648, 0.0033054614905267954, 0.003734772792086005, - 0.005316537339240313, -0.037437982857227325, -0.04861992597579956, - 0.04259484261274338, 0.026504890993237495, 0.017870545387268066, - -0.05620841309428215, 0.009105940349400043, -0.03814186155796051, - 0.13462689518928528, 0.05431501567363739, 0.025960443541407585, 0.0707186684012413, - 0.021117128431797028, 0.032740071415901184, -0.0026347022503614426, - -0.0502416156232357, -0.042791228741407394, -0.04197672754526138, - 0.0061328476294875145, -0.06077741086483002, -0.0014350090641528368, - 0.03623954579234123, -0.01449972577393055, 0.027801038697361946, - -0.0062684351578354836, 0.03279860317707062, -0.01930890418589115, - 0.026228230446577072, -0.009479893371462822, 0.09697424620389938, - -0.014631032012403011, 0.02967922016978264, 0.061834268271923065, - 0.024091966450214386, 0.05862072855234146, 0.06568833440542221, - 0.005402328446507454, 0.0006441666628234088, 0.0037117109168320894, - -0.013058066368103027, 0.02918451651930809, -0.07653205096721649, - 0.013252154923975468, -0.05884360522031784, 0.018438158556818962, - -0.028591692447662354, -0.047798383980989456, -0.02949034608900547, - -0.06525886803865433, 0.00807905849069357, 0.016586437821388245, - -0.0024777704384177923, -0.03921923041343689, 0.0017267781076952815, - -0.007964812219142914, 0.047916971147060394, -0.0034360189456492662, - 0.005509249400347471, -0.02541036531329155, 0.01772325299680233, - -0.0038282424211502075, -0.03300636634230614, 0.033945437520742416, - -0.03253057971596718, 0.012909859418869019, -0.06412729620933533, - 0.09677929431200027, -0.001515451818704605, 0.034616511315107346, - -0.01947559230029583, -0.003051056293770671, -0.004193971399217844, - -0.06468856334686279, -0.03359163925051689, -0.0237510334700346, - -0.06402098387479782, -0.0005119706620462239, 0.0002920706174336374, - 0.012478326447308064, 0.02962452918291092, 0.00791541300714016, 0.04937319830060005, - -0.011387490667402744, -0.013361748307943344, 0.06357824057340622, - -0.004748121369630098, 0.046860795468091965, -0.06324607878923416, - 0.01757529005408287, -0.06430034339427948, 0.02432418428361416, 0.03714727982878685, - -0.08039718866348267, 0.028747878968715668, -0.060130953788757324, - 0.04630163311958313, 0.05763799324631691, 0.026119394227862358, - -0.02074410952627659, -0.05129146948456764, 0.024122320115566254, - 0.08857492357492447, 0.015546637587249279, 0.03196021169424057, - 0.0066942512057721615, -0.10450492799282074, 0.12576976418495178, - -0.02600673958659172, -0.029472384601831436, -0.014900164678692818, - 0.05570002272725105, -0.06839846074581146, 0.041659727692604065, - 0.07065378874540329, 0.018530843779444695, -0.0013437793822959065, - 0.003998934756964445, 0.0011915246723219752, -0.055781442672014236, - -0.02941027097404003, -0.06892044842243195, -0.038386013358831406, - 0.03295318782329559, -0.04971780255436897, 0.04567226022481918, 0.03125958517193794, - -0.06611944735050201, 0.08500968664884567, -0.01121155172586441, - -0.05722373351454735, 0.03890363872051239, -0.07778622210025787, - 0.02326774410903454, -0.11592969298362732, -0.026847543194890022, - 0.03365081548690796, -0.08139664679765701, -0.06426551192998886, - -0.04122988134622574, -0.002869721269235015, -0.016896117478609085, - 0.02155294269323349, 0.06245069205760956, -0.03472626581788063, - -0.017274796962738037, 0.06276991963386536, -0.023133659735322, - -0.007969070225954056, -0.08156151324510574, -0.07685290277004242, - -0.06105484813451767, 0.03372519090771675, -0.0259739737957716, - -0.008309554308652878, 0.056991029530763626, 0.039296768605709076, - 0.013708362355828285, -0.09435273706912994, 0.03743889555335045, - 0.07860962301492691, -0.0009448223281651735, -0.010982432402670383, - 0.025306543335318565, 0.002424439415335655, -0.03435223177075386, - -0.0035509876906871796, -0.01093454658985138, 0.043806109577417374, - 0.048560980707407, 0.12884433567523956, -0.068311408162117, 0.057713061571121216, - 0.03767821565270424, 0.02826276235282421, 0.012168803252279758, - -0.08924521505832672, -0.09737295657396317, 0.090069480240345, 0.007965904660522938, - -0.02382822334766388, -0.016859836876392365, -0.016881585121154785, - 0.0234327744692564, -0.08365864306688309, -0.045158982276916504, - 0.037518396973609924, 0.04464972764253616, -0.006432683672755957, - -0.06515468657016754, 0.010553433559834957, 0.0312960185110569, 0.08035852760076523, - -0.059281088411808014, -0.03654417768120766, 0.053823407739400864, - 0.053669191896915436, -0.056389566510915756, -0.013638738542795181, - 0.12571433186531067, 0.008101730607450008, 0.06603406369686127, - 0.028040152043104172, 0.03968317434191704, 0.10146071761846542, - 0.015208150260150433, 0.020213864743709564, -0.07495731860399246, - 0.07430996000766754, 0.028495769947767258, -0.010159657336771488, - 0.014558050781488419, 0.03182169795036316, 0.0504140667617321, - -0.0028259383980184793, -0.0007710190839134157, -0.02735232748091221, - -0.04425303637981415, 0.02984604798257351, -0.004264879506081343, - 0.013860894367098808, 0.08060164749622345, 0.029739554971456528, - -0.061510808765888214, -0.006066126748919487, -0.014647198840975761, - 0.002148614265024662, 0.05124785751104355, 0.07202509045600891, - -0.06258375197649002, -0.0005555474781431258, -0.010195834562182426, - 0.01676524244248867, 0.09844950586557388, 0.050341635942459106, - -0.035953521728515625, -0.05428357794880867, -0.04413070157170296, - 0.010623540729284286, -0.03899260237812996, -0.031605277210474014, - -0.00403183326125145, 0.012540878728032112, -0.026395611464977264, - -0.11007460206747055, 0.025755375623703003, 0.007931612432003021, - -0.005998837295919657, -0.04706868156790733, 0.003753011580556631, - 0.002057825680822134, 0.0039326963014900684, 0.03169092908501625, - 0.004006562754511833, -0.020603464916348457, -0.0917135551571846, - -0.06596799194812775, 0.022839298471808434, -0.03253598138689995, - 0.0003297963412478566, 0.03793424367904663, 0.0164733175188303, - -0.025879601016640663, -0.0005431498284451663, -0.0006863712333142757, - -0.07248914241790771, 0.042402055114507675, -0.04676629230380058, - -0.06309132277965546, 0.08858885616064072, 0.008335101418197155, - 0.006208297796547413, -0.058445315808057785, -0.038649849593639374, - -0.03196394443511963, 0.0022025802172720432, 0.03343338519334793, - -0.04696771502494812, -0.0619511753320694, 0.0746370479464531, 0.00664566969498992, - -0.0386856384575367, -0.020631026476621628, 0.020772811025381088, - 0.01952313631772995, -0.04165773466229439, -0.0832325741648674, - -0.03253518044948578, -0.024404820054769516, 0.030783437192440033, - 0.0837470293045044, 0.01841072551906109, -0.007353904191404581, - -0.024000637233257294, 0.07220751792192459, -0.09364362061023712, - 0.043632667511701584, -0.009098721668124199, 0.02494383044540882, - 0.0632583349943161, 0.006612901575863361, -0.03339017927646637, - -0.02503914013504982, 0.01678317040205002, 0.0018376983935013413, - -0.02420869655907154, 0.009778980165719986, -0.02200583554804325, - 0.03609755262732506, 0.03153787925839424, 0.016063394024968147, 0.07262155413627625, - 0.03205783665180206, 0.032596055418252945, -0.024183999747037888, - 0.04333344101905823, -0.03997652232646942 - ], - [ - 0.04285349324345589, -0.016299376264214516, 0.004263777751475573, - 0.02780124545097351, 0.02065851166844368, 0.07211825996637344, 0.044569872319698334, - -0.0145368417724967, -0.06091741845011711, 0.04591904580593109, - -0.01837286911904812, -0.008295150473713875, 0.006190045271068811, - 0.03760480135679245, -0.0011185434414073825, -0.010299264453351498, - -0.02481505461037159, -0.04742669314146042, 0.008699213154613972, - -0.013356671668589115, 0.053407520055770874, 0.04338483884930611, - -0.006529087666422129, -0.06254573911428452, 0.021232977509498596, - 0.00214185519143939, -0.07877147197723389, -0.0073545887134969234, - 0.016150187700986862, -0.011014827527105808, -0.054205458611249924, - -0.034497298300266266, -0.012803779914975166, 0.0008593489765189588, - 0.07381463795900345, -0.03224022313952446, 0.07186892628669739, - 0.009130442515015602, -0.05096929147839546, -0.003715331433340907, - 0.06194188445806503, -0.005996889900416136, -0.0014181319857016206, - 0.007950996048748493, 0.035402752459049225, -0.03164093568921089, - -0.01650487259030342, 0.07915593683719635, 0.034503404051065445, - -0.029406091198325157, 0.02350820042192936, -0.009446771815419197, - -0.0606158971786499, -0.07149235159158707, 0.006753346882760525, - 0.007232398260384798, 0.03928103670477867, 0.03662993758916855, 0.06778980046510696, - -0.0264879260212183, -0.012177428230643272, -0.0007403013878501952, - -0.08663760870695114, 0.0014331992715597153, 0.04940759018063545, - -0.09727754443883896, 0.09280650317668915, 0.006433115806430578, - 0.025016000494360924, -0.033699288964271545, 0.026223549619317055, - -0.04045851528644562, -0.009165540337562561, -0.038745149970054626, - -0.02723832242190838, 0.073100745677948, 0.13804492354393005, 0.002210411475971341, - -0.012373009696602821, 0.047457169741392136, -0.021827640011906624, - 0.048475220799446106, -0.011981853283941746, -0.05051368102431297, - -0.0016355144325643778, -0.0346740186214447, 0.045580897480249405, - -0.020466966554522514, -0.025355275720357895, 0.07896335422992706, - 0.06607683002948761, -0.025389760732650757, -0.0830591693520546, - 0.04950811341404915, -0.017508013173937798, 0.024674387648701668, - 0.04187888279557228, 0.08228425681591034, 0.03205432370305061, -0.03289448097348213, - 0.028454817831516266, -0.05191619694232941, 0.0027366681024432182, - 0.011446783319115639, 0.03873589634895325, 0.0901138186454773, 0.012816350907087326, - 0.009341440163552761, -0.009630699642002583, -0.040465161204338074, - -0.03827516734600067, -0.032320160418748856, 0.07808824628591537, - -0.026081036776304245, -0.006163506768643856, -0.005602550692856312, - -0.08257349580526352, 0.009666780941188335, -0.00908572319895029, - -0.04313977435231209, 0.03696122765541077, -0.06305550038814545, - -0.03450113907456398, -0.009721318259835243, -0.012587177567183971, - 0.04110892862081528, -0.06054944172501564, 0.008567865937948227, - 0.027234947308897972, 0.005620555020868778, -0.033977508544921875, - -0.05820382386445999, 0.039057984948158264, -0.07834117114543915, - 0.04763314127922058, -0.07097374647855759, 0.029668554663658142, - -0.030563844367861748, -0.04672509804368019, -0.0005266719381324947, - -0.0646519735455513, -0.046214621514081955, 0.047179508954286575, - -0.026453858241438866, 0.049238208681344986, -0.03209364414215088, - -0.080647312104702, -0.031196774914860725, -0.10467337816953659, - -0.01840493083000183, -0.012372126802802086, 0.0038554626516997814, - -0.007496288046240807, 0.03536165505647659, 0.06595922261476517, - -0.05051103234291077, -0.040475331246852875, 0.014134659431874752, - 0.04553237557411194, -0.044950634241104126, -0.023524010553956032, - -0.0008220212766900659, 0.051295697689056396, 0.017086897045373917, - 0.023947693407535553, -0.044632066041231155, -0.02412215992808342, - -0.06991026550531387, -0.049506593495607376, 0.055165600031614304, - 0.029021091759204865, 0.0641542449593544, 0.0002866968570742756, - -0.08950422704219818, 0.007199072279036045, -0.011308755725622177, - 0.04145705699920654, -0.08391065895557404, 0.05200739577412605, - -0.05516968294978142, 0.07661403715610504, -0.017199698835611343, - -0.038711365312337875, 0.045290738344192505, 0.10117112845182419, - 0.03159414976835251, 0.024866687133908272, -0.004365916363894939, - -0.058820486068725586, -0.016753079369664192, -0.017171626910567284, - 0.055172283202409744, -0.028644446283578873, 0.09775339812040329, - -0.023442305624485016, 0.06791593134403229, -0.021457890048623085, - -0.08986105024814606, 0.05890965834259987, 0.012030646204948425, - 0.026322707533836365, -0.07651752978563309, -0.04371293634176254, - -0.02731289528310299, -0.020935213193297386, -0.05008162185549736, - 0.004422604572027922, -0.011042253114283085, -0.07512813061475754, - -0.05006115138530731, 0.0816851258277893, 0.02095821686089039, -0.07140840590000153, - -0.034911710768938065, -0.03416966646909714, 0.025884153321385384, - -0.01661917194724083, -0.03479855880141258, -0.12417761236429214, - 0.09854783117771149, 0.08695909380912781, -0.05882275477051735, - 0.026538629084825516, -0.010456230491399765, -0.028196845203638077, - -3.4083282116625924e-6, 0.044256433844566345, 0.03963661938905716, - 0.053767718374729156, 0.0107472138479352, 0.030604366213083267, - -0.04582121968269348, -0.04787566512823105, 0.014141462743282318, - 0.06261302530765533, 0.058205556124448776, -0.026553569361567497, - 0.09764831513166428, -0.018140435218811035, -0.01826869696378708, - 0.017027243971824646, 0.010147103108465672, 0.07968252897262573, - 0.03589979186654091, -0.008222865872085094, -0.032575611025094986, - 0.025578942149877548, 0.03648063540458679, -0.04308950901031494, - 0.03742627054452896, -0.022035550326108932, -0.027833441272377968, - -0.019544828683137894, -0.031638290733098984, 0.016002630814909935, - -0.08410528302192688, -0.03203460946679115, 0.07127632200717926, - -0.007854743860661983, 0.08461558818817139, 0.010550548322498798, - -0.04852508008480072, 0.01169358566403389, 0.09901858866214752, - 0.053641509264707565, -0.004135722294449806, 0.08113659173250198, - 0.048486921936273575, 0.0432477742433548, 0.03463664650917053, 0.10998091101646423, - 0.03544846922159195, -0.03460416942834854, 0.01069206465035677, - -0.06936226040124893, 0.06587416678667068, -0.07974043488502502, - 0.06916257739067078, 0.030640391632914543, 0.000402444857172668, - 0.10768355429172516, -0.0552484504878521, 0.006322324275970459, - -0.04002368077635765, 0.03649391606450081, 0.10387597233057022, - 0.0025472710840404034, 0.007731963414698839, 0.10185719281435013, - -0.005169680342078209, 0.06278865784406662, -0.0036940937861800194, - -0.028625793755054474, 0.03503431752324104, 0.025794411078095436, - -0.010427450761198997, -0.010918681509792805, -0.0016164715634658933, - -0.0768488273024559, 0.11809185892343521, -0.04832040145993233, - -0.02517000399529934, -0.007167282979935408, -0.04787249490618706, - -0.03732781112194061, -0.039984915405511856, -0.02021430805325508, - -0.022389449179172516, -0.047337260097265244, -0.007178874686360359, - 0.09097957611083984, -0.04698462784290314, 0.06901109963655472, -0.0330648347735405, - -0.004209547769278288, 0.05978061258792877, 0.06947087496519089, - -0.02811192348599434, -0.011470451951026917, 0.023058457300066948, - -0.04105035215616226, 0.041652921587228775, -0.0973956435918808, - -0.011357007548213005, -0.05146664008498192, -0.00991777516901493, - 0.042801689356565475, -0.001272995606996119, 0.0720628947019577, - -0.05070905759930611, -0.031944382935762405, 0.05469304695725441, - -0.06051628664135933, 0.02568640187382698, 0.019824646413326263, - -0.05672825500369072, -0.030989019200205803, 0.06150895357131958, - -0.026459315791726112, 0.02978827990591526, -0.043952737003564835, - -0.06307455897331238, -0.020989514887332916, 0.014737310819327831, - 0.02682182937860489, -0.09505042433738708, -0.01419010292738676, - 0.03485157713294029, 0.045941613614559174, -0.048858143389225006, - 0.06639635562896729, 0.002561305183917284, -0.025632428005337715, - -0.06989966332912445, -0.014505324885249138, 0.04904491826891899, - 0.05845276638865471, 0.06117423623800278, -0.06985799968242645, - -0.05883985012769699, -0.11204306781291962, 0.09766995906829834, - -0.13124620914459229, 0.023440923541784286, -0.00858263298869133, - 0.008068662136793137, -0.016644099727272987, 0.001951925572939217, - -0.041115738451480865, 0.0028216035570949316, 0.060657937079668045, - -0.007959404960274696, -0.07035672664642334, -0.0334029346704483, - 0.06609465926885605, 0.0073749832808971405, 0.002992532216012478, - -0.0812060609459877, 0.053587816655635834, 0.01594051904976368, - -0.024354998022317886, -0.04385210946202278, 0.011597779579460621, - 0.05778304114937782 - ], - [ - 0.05394948646426201, 0.0028401396702975035, -0.07266224920749664, - -0.035703081637620926, -0.0780189260840416, -0.00715662119910121, - 0.042463306337594986, 0.027646133676171303, 0.08603093028068542, - 0.03797563537955284, -0.07143332809209824, 0.06516825407743454, - -0.02188839018344879, 0.1274958997964859, 0.07045815885066986, - -0.0040586283430457115, -0.011293713934719563, -0.08213458955287933, - 0.10668649524450302, -0.05812699347734451, 0.06804858893156052, - 0.043107736855745316, 0.014424196444451809, -0.037193913012742996, - 0.0740387812256813, -0.03807758912444115, -0.06637252122163773, - -0.035705115646123886, 0.005902851931750774, 0.02000223845243454, - -0.04146764799952507, 0.015791283920407295, 0.06315954774618149, - 0.048533033579587936, -0.04610497131943703, -0.014134591445326805, - 0.032343484461307526, -0.01985502801835537, 0.08328519016504288, - -0.04149896278977394, 0.010026237927377224, 0.05735323578119278, - 0.10873384773731232, 0.04194146394729614, -0.05803607404232025, - 0.025506313890218735, 0.0025501332711428404, -0.04594812169671059, - -0.028858056291937828, 0.010715668089687824, 0.022978411987423897, - 0.05280407518148422, 0.019719187170267105, 0.039666082710027695, - 0.013255051337182522, 0.06053871661424637, 0.040273893624544144, - 0.0069527700543403625, 0.02220647595822811, -0.00013679183030035347, - 0.03185797482728958, -0.012417932972311974, -0.03390401229262352, - 0.04184683412313461, 0.026038749143481255, 0.02973347343504429, - -0.033645644783973694, -0.0013118383940309286, 0.0013766129268333316, - -0.0989859327673912, 0.00803580041974783, -0.04883987829089165, 0.10703710466623306, - -0.03022315539419651, -0.005164518486708403, 0.008218326605856419, - 0.09490782022476196, 0.031953081488609314, 0.03130469471216202, 0.02120344527065754, - 0.0003254918265156448, -0.021435318514704704, -0.04072614759206772, - -0.032760024070739746, -0.039727140218019485, 0.020730555057525635, - -0.00429465901106596, -0.04106633737683296, -0.055601514875888824, - -0.050037749111652374, -0.0016702805878594518, 0.018809914588928223, - -0.00938713550567627, 0.008985617198050022, -0.06863698363304138, - -0.0035129499156028032, -0.051335886120796204, -0.016248760744929314, - -0.03609330579638481, 0.011139149777591228, 0.0362335704267025, 0.0564565435051918, - 0.04883410409092903, -0.0751907229423523, -0.0017060743412002921, - 0.007171733770519495, 0.01863895170390606, -0.04102424532175064, - -0.028656404465436935, -0.06132044270634651, 0.023640954867005348, - -0.0757024735212326, -0.014015217311680317, 0.028569389134645462, - -0.02554820291697979, 0.024498092010617256, 0.029763130471110344, - 0.02205514907836914, 0.055829115211963654, -0.009993097744882107, - 0.0024821567349135876, -0.030474139377474785, -0.0011320452904328704, - -0.005574144888669252, 0.06691092997789383, -0.01094165537506342, - -0.005112429149448872, 0.040001168847084045, -0.0205276720225811, - -0.06084151938557625, -0.04791545867919922, -0.037344373762607574, - 0.026288015767931938, -0.06721632182598114, 0.05463038384914398, - 0.011711405590176582, -0.029864611104130745, 0.056275781244039536, - -0.038076598197221756, 0.030145710334181786, -0.07148326933383942, - -0.041609786450862885, 0.0065856012515723705, 0.0005456840735860169, - 0.03388596326112747, -0.023728426545858383, -0.08033737540245056, - 0.018586939200758934, -0.09096071869134903, 0.06499066948890686, - 0.08565552532672882, -0.005293965805321932, 0.019641246646642685, - -0.036174874752759933, 0.08652853965759277, -0.058462753891944885, - 0.0186166912317276, 0.028146961703896523, -0.08229779452085495, - -0.05794360861182213, -0.04200175777077675, 0.010033905506134033, - 0.09409739077091217, 0.03990918770432472, 0.07317884266376495, - -0.031090861186385155, -0.004544368013739586, 0.023634543642401695, - 0.012066065333783627, 0.08303140848875046, 0.016449294984340668, - 0.014742352068424225, 0.027171818539500237, 0.015682045370340347, - -0.01628894917666912, -0.03930768370628357, 0.0017481567338109016, - 0.010471905581653118, -0.09822957217693329, -0.0022515521850436926, - -0.0349591001868248, -0.00978809967637062, 0.06799346953630447, - 0.037965741008520126, 0.022626766934990883, 0.04692462459206581, - -0.0018845549784600735, -0.03514060005545616, -0.022729331627488136, - 0.023324670270085335, 0.028252268210053444, -0.048147957772016525, - 0.001541122212074697, 0.03266957029700279, 0.010507157072424889, - 0.021071648225188255, -0.06299649924039841, -0.01982523500919342, - 0.027571579441428185, -0.02822907641530037, -0.0013297541299834847, - -0.043727096170186996, -0.02856883779168129, 0.005525399465113878, - -0.09773926436901093, -0.04842555150389671, -0.04636947438120842, - -0.03340823948383331, -0.0006238172063603997, -0.010836414992809296, - 0.008787788450717926, -0.00769862299785018, -0.055607669055461884, - -0.0014900020323693752, -0.06374935805797577, 0.05333296209573746, - -0.014500530436635017, -0.035439662635326385, -0.04957083612680435, - 0.056313470005989075, 0.0026649958454072475, 0.012252477928996086, - 0.004107588902115822, 0.01130340714007616, -0.035152941942214966, - -0.05560610070824623, 0.008395572192966938, -0.03898029774427414, - -0.060748010873794556, -0.01916390098631382, 0.03845398500561714, - -0.026438754051923752, -0.048320453613996506, 0.0869886577129364, - -0.06876760721206665, 0.05602923780679703, -0.056728556752204895, - 0.023053983226418495, -0.011374169960618019, -0.0014222569297999144, - -0.010951611213386059, 0.004635505843907595, 0.031160011887550354, - -0.07145094871520996, -0.04122348502278328, 0.04905623570084572, - 0.007055954076349735, 0.015477876178920269, 0.02734762616455555, - -0.016110729426145554, -0.10428399592638016, -0.022059179842472076, - -0.03638816624879837, 0.0534750260412693, -0.025109007954597473, - -0.07345984876155853, -0.0013142548268660903, -0.02747785486280918, - 0.004300304222851992, 0.008667216636240482, 0.010736731812357903, - 0.04236674681305885, 0.02961552143096924, 0.06704007089138031, - 0.0017990656197071075, -0.05335342511534691, -0.017828408628702164, - -0.050218913704156876, -0.03431858494877815, 0.008356899954378605, - -0.007976776920258999, 0.10780853033065796, -0.06754904240369797, - 0.09675837308168411, -0.09650245308876038, 0.008293869905173779, - -0.004635682329535484, -0.07720283418893814, 0.006757305469363928, - 0.019755832850933075, 0.01077999360859394, 0.05165262520313263, - -0.03515201434493065, 0.036003146320581436, -0.014497309923171997, - -0.02266966551542282, -0.017305122688412666, -0.03790929168462753, - 0.10133989155292511, 0.00830143690109253, -0.013660671189427376, - 0.026837646961212158, -0.01628880202770233, 0.017323998734354973, - -0.07341230660676956, 0.03991742432117462, 0.05223342031240463, - -0.010489579290151596, -0.05876855552196503, 0.031602729111909866, - -0.010029192082583904, 0.04075620323419571, 0.012266687117516994, - 0.022900914773344994, -0.002366788685321808, -0.019877687096595764, - -0.05959412083029747, 0.024616116657853127, -0.03070584312081337, - -0.015209123492240906, -0.001950798206962645, -0.05614015832543373, - -0.11071520298719406, -0.04385390132665634, 0.009009932167828083, - 0.04575561359524727, -0.02953205443918705, 0.040267836302518845, - -0.03632188215851784, -0.009444971568882465, -0.07518544048070908, - 0.00853575300425291, -0.07761947065591812, -0.06539738178253174, - -0.027964316308498383, 0.04807566478848457, 0.019090326502919197, - 0.08755215257406235, 0.030608544126152992, 0.011439641006290913, - 0.026043739169836044, -0.02694324217736721, 0.012680603191256523, - 0.03919069468975067, -0.06291356682777405, -0.003132591722533107, - -0.04551728442311287, 0.09294050186872482, 0.01333459373563528, - 0.029185717925429344, 0.031145306304097176, -0.018038485199213028, - -0.013479640707373619, 0.017896020784974098, 0.01012380514293909, - 0.052977051585912704, 0.018549976870417595, 0.05796355381608009, - -0.04073253646492958, -0.011027478612959385, -0.04095587879419327, - 0.09500822424888611, 0.04021245241165161, -0.020704833790659904, - 0.04729456827044487, -0.032643478363752365, 0.025430617853999138, - 0.026831910014152527, 0.05163281038403511, -0.01798255182802677, - -0.037362609058618546, -0.05290481075644493, -0.08770816028118134, - 0.05751243606209755, 0.01003564428538084, 0.10492916405200958, - 0.0007141006062738597, 0.032858215272426605, -0.04926486313343048, - 0.009999655187129974, 0.0183949563652277, 0.07249259203672409, 0.0264193806797266, - -0.04030575230717659, -0.03342171758413315, 0.016316013410687447, - 0.07442076504230499, -0.023139510303735733, 0.07649900019168854, - 0.007953106425702572, -0.00438015116378665, -0.0044354661367833614, - 0.08687302470207214, -0.05490861460566521 - ], - [ - 0.07550165802240372, -0.04860691353678703, 0.044779881834983826, - 0.0045289648696780205, 0.01176638063043356, 0.04745035246014595, - 0.05075419694185257, 0.013497456908226013, 0.1101858839392662, -0.09045064449310303, - 0.03787214308977127, -3.5041819501202554e-5, -0.03229420632123947, - 0.055928684771060944, 0.013114248402416706, -0.00018581884796731174, - -0.025344643741846085, 0.019654029980301857, 0.07550033181905746, - -0.04373270273208618, 0.06731219589710236, 0.01857057586312294, - 0.014621905982494354, -0.023338476195931435, 0.05428560823202133, - -0.028587326407432556, 0.016600051894783974, 0.02638811059296131, - 0.022140029817819595, 0.0033093357924371958, -0.004510320257395506, - 0.031352851539850235, -0.03324711695313454, -0.007558902725577354, - 0.027311595156788826, 0.024581221863627434, 0.012406661175191402, - -0.015925435349345207, -0.005517008248716593, -0.037156105041503906, - -0.01182036753743887, 0.06842318177223206, 0.03867368772625923, - -0.0014644513139501214, 0.015009990893304348, -0.022150954231619835, - 0.055906977504491806, 0.08012547343969345, -0.02736789546906948, - 0.008241400122642517, 0.06014983355998993, -0.0069747138768434525, - -0.011755578219890594, -0.021050460636615753, -0.024866582825779915, - 0.055123526602983475, -0.08672133833169937, 0.017986580729484558, - -0.028234273195266724, -0.01808822527527809, -0.036951079964637756, - -0.05047435313463211, -0.025567006319761276, 0.017895694822072983, - 0.00700682308524847, 0.027119159698486328, 0.02787916176021099, - -0.031141046434640884, -0.014370515011250973, -0.00749800493940711, - 0.05048767477273941, -0.0211496502161026, 0.08945351094007492, -0.12429852783679962, - -0.03976321592926979, -0.0007176277576945722, 0.10615827143192291, - -0.04353867471218109, 0.053213220089673996, 0.08324716240167618, - -0.058130573481321335, 0.03746451437473297, 0.043968454003334045, - -0.008786334656178951, 0.023017143830657005, 0.054472994059324265, - 0.08199609816074371, 0.002406176645308733, -0.06887120008468628, - 0.07011142373085022, 0.016160570085048676, -0.015831327065825462, - -0.04869011417031288, -0.0006905557820573449, -0.05354546755552292, - -0.04463842138648033, -0.010547863319516182, 0.016529716551303864, - 0.003538517514243722, 0.0025960621424019337, 0.03882372006773949, - -0.03146439790725708, 0.08874562382698059, -0.04578154534101486, - 0.07173658907413483, -0.00955741386860609, -0.029711801558732986, - 0.07041720300912857, 0.0332881361246109, -0.04671240225434303, - -0.030835172161459923, 0.007858162745833397, 0.12039490044116974, - 0.012275437824428082, 0.012719276361167431, 0.028099607676267624, - -0.05367478355765343, -0.030188824981451035, -0.04087793081998825, - 0.0025866208598017693, 0.04126069322228432, -0.018943360075354576, - -0.05876191705465317, 0.006187254097312689, 0.047793976962566376, - -0.03203651309013367, -0.03491464629769325, -0.004715782590210438, - 0.06315632164478302, -0.022380756214261055, 0.046391475945711136, - -0.02886056900024414, 0.011828901246190071, -0.0072167739272117615, - -0.05909854546189308, 0.02268899977207184, 0.08298636227846146, - 0.027156395837664604, -0.04391741007566452, -0.03483212739229202, - -0.03829314932227135, -0.04865673929452896, -0.05321427807211876, - 0.01152228657156229, 0.015179140493273735, 0.08151603490114212, - -0.023869452998042107, -0.01041597593575716, -0.08378434181213379, - 0.0002767447440419346, -0.0009397555841132998, -0.020890695974230766, - 0.011779657565057278, -0.04192173108458519, 0.03610916808247566, - -0.09514372795820236, 0.036791663616895676, -0.010600950568914413, - 0.0030063260346651077, 0.04975531995296478, -0.012532588094472885, - -0.04401667043566704, -0.036299929022789, -0.0805281475186348, 0.12498550117015839, - -0.03324396163225174, 0.011632179841399193, -0.016502421349287033, - 0.06121012195944786, 0.006982229184359312, -0.07313884794712067, - 0.07256986945867538, 0.05180709809064865, -0.016561048105359077, - 0.05686483904719353, 0.020331986248493195, -0.04748937487602234, - 0.039089661091566086, -0.04978463426232338, -0.11124708503484726, - -0.09053762257099152, -0.038652386516332626, -0.01737932302057743, - 0.03777550905942917, 0.012020528316497803, 0.028073208406567574, - 0.05983281135559082, -0.03387514874339104, -0.035984765738248825, - -0.042432140558958054, 0.07282225787639618, -0.06720050424337387, - -0.00870389211922884, 0.038715019822120667, -0.00835068803280592, - -0.0257810577750206, -0.0409090518951416, -0.09299852699041367, - 0.039686184376478195, -0.04879160225391388, 0.03569565713405609, - -0.034158721566200256, -0.007034156005829573, 0.07425697147846222, - -0.09691635519266129, -0.11325791478157043, 0.0023318275343626738, - 0.05122339725494385, 0.010667243041098118, -0.05171700194478035, - -0.0014387370320037007, 0.0352325402200222, 0.039975252002477646, - 0.08732974529266357, 0.060027819126844406, -0.016182582825422287, - -0.03790457174181938, -0.11401630938053131, -0.11002469807863235, - -0.01846456341445446, 0.018866198137402534, -0.0785369873046875, - 0.07979080080986023, -0.044690199196338654, 0.028067590668797493, - -0.06115421652793884, 0.006734518799930811, 0.05202999338507652, - 0.026051998138427734, -0.05363588407635689, 0.07609818130731583, - 0.09174831956624985, -0.012737849727272987, 0.05903800204396248, - -0.051221154630184174, 0.020159084349870682, 0.033405937254428864, - 0.08128048479557037, -0.027198538184165955, 0.08832941949367523, - -0.03071058727800846, 0.029771819710731506, 0.04753096401691437, - 0.018332455307245255, -0.10582457482814789, 0.07091508060693741, - -0.010136663913726807, 0.011989451944828033, -0.050744399428367615, - 0.09697572141885757, 0.033204786479473114, -0.05741126462817192, - -0.062156908214092255, -0.006589623633772135, -0.0484074205160141, - 0.020522037521004677, -0.025317953899502754, 0.054285891354084015, - -0.05131223425269127, 0.03357807919383049, 0.039182741194963455, - -0.05899527296423912, -0.0334492102265358, -0.04578742757439613, - -0.02247823402285576, -0.031033607199788094, -0.02018682099878788, - 0.010489949956536293, -0.02937922067940235, 0.016871962696313858, - 0.051574572920799255, 0.11025640368461609, 0.0648772343993187, - -0.053237445652484894, -0.03500776365399361, -0.01792927086353302, - 0.02338256686925888, -0.006756599992513657, -0.05113576352596283, - 0.022687779739499092, 0.008493470959365368, 0.0793834924697876, - -0.03583492338657379, 0.05254654213786125, -0.03596694394946098, - -0.12695449590682983, 0.03522534295916557, 0.020430048927664757, - 0.04360863193869591, 0.018863242119550705, 0.019969437271356583, - -0.029308699071407318, -0.03032512776553631, -0.03517080470919609, - 0.02617126889526844, 0.04611585661768913, 0.0043693045154213905, - -0.011419526301324368, 0.0006329393945634365, 0.05509244278073311, - 0.044771451503038406, 0.04705282673239708, -0.007528520654886961, - -0.026065349578857422, -0.10027208179235458, -0.01100852619856596, - -0.007140060421079397, -0.01957811415195465, -0.043249260634183884, - 0.01256487239152193, -0.02806912735104561, -0.02912275120615959, 0.0811404287815094, - -0.05386849865317345, -0.056814044713974, 0.018469231203198433, - -0.008022014051675797, -0.03973976895213127, 0.02750915102660656, - -0.018332818523049355, -0.06609354168176651, 0.007131065707653761, - -0.04167960211634636, -0.07054261118173599, -0.02486543357372284, - -0.043874721974134445, 0.03429692983627319, -0.0032182137947529554, - 0.030054211616516113, 0.053512077778577805, -0.0579301193356514, - 0.04376773163676262, -0.005848782602697611, 0.05706971883773804, - -0.016434382647275925, 0.021464360877871513, 0.046339891850948334, - -0.041864246129989624, -0.0037277706433087587, -0.03887274116277695, - -0.049072276800870895, -0.02310406230390072, -0.025446780025959015, - 0.1170712560415268, -0.05316885560750961, -0.05574529618024826, 0.08764622360467911, - 0.03843199461698532, 0.05301102250814438, -0.09264765679836273, - -0.04895050451159477, 0.08963672816753387, 0.014430301263928413, - -0.04815882071852684, 0.01134110800921917, -0.0402781181037426, - -0.04694449529051781, -0.04341602697968483, -0.0030029311310499907, - -0.09018267691135406, 0.06381676346063614, 0.04572603479027748, - -0.05885864049196243, 0.03149591013789177, 0.08571229875087738, 0.08079111576080322, - 0.046233486384153366, -0.0009880667785182595, -0.1041656956076622, - -0.01216723769903183, 0.005270395427942276, 3.838881639239844e-6, - -0.012742003425955772, -0.02950463630259037, -0.014758357778191566, - -0.033488187938928604, 0.05798570439219475, -0.03513925150036812, - 0.10485540330410004, 0.055701252073049545, -0.007544744294136763, - 0.039550840854644775, -0.01745973899960518, -0.015287642367184162 - ], - [ - 0.011885706335306168, -0.04152257367968559, -0.015086107887327671, - 0.0074897767044603825, 0.022793015465140343, 0.012514161877334118, - -0.0849529504776001, 0.07830919325351715, -0.05410172790288925, - 0.0019303251756355166, -0.02585935778915882, 0.006768419407308102, - -0.03585941717028618, -0.04654819145798683, -0.04739361256361008, - 0.028849180787801743, 0.027098150923848152, -0.06586992740631104, - -0.054551564157009125, 0.05404454842209816, -0.07206648588180542, - -0.016236942261457443, 0.040900930762290955, 0.09904360771179199, - 0.032748304307460785, 0.059594523161649704, 0.029524486511945724, - -0.011617809534072876, 0.0071037341840565205, -0.04120425879955292, - 0.03562603145837784, 0.05662679672241211, 0.05063677579164505, -0.1052483394742012, - 0.09968042373657227, -0.12246180325746536, -9.793145000003278e-5, - -0.006299861241132021, -0.07847201079130173, -0.011357364244759083, - 0.031571920961141586, -0.041110776364803314, -0.012629877775907516, - 0.029807085171341896, -0.01824995130300522, 0.03546474501490593, - -0.08167994022369385, -0.04680605232715607, 0.11958778649568558, - 0.003192173782736063, 0.027729036286473274, 0.012856901623308659, - -0.030107002705335617, -0.007738315034657717, -0.045597851276397705, - -0.008470918983221054, -0.08085151016712189, 0.0009111672989092767, - 0.052313026040792465, 0.056655775755643845, 0.034078069031238556, - 0.03915199637413025, -0.022595418617129326, 0.021394139155745506, - -0.031414300203323364, -0.042266327887773514, 0.014802973717451096, - -0.02516797184944153, 0.05933650955557823, -0.0014725403161719441, - -0.07460793852806091, 0.03502542898058891, 0.01818135939538479, - -0.0036184152122586966, -0.02963150106370449, 0.12545351684093475, - -0.04963599890470505, -0.007522777654230595, 0.01745399832725525, - -0.015373784117400646, 0.04373934492468834, -0.06862787902355194, - -0.009615888819098473, 0.037263501435518265, -0.0205138698220253, - 0.027751119807362556, -0.021959304809570312, 0.027462251484394073, - 0.06943652778863907, 0.006385168060660362, 0.0009120621834881604, - -0.08574161678552628, -0.05823955312371254, -0.048284973949193954, - 0.005753424949944019, -0.004442173056304455, -0.00802662130445242, - -0.04467654600739479, -0.009282056242227554, -0.0299810990691185, - 0.03398530185222626, -0.05232839658856392, 0.048563238233327866, - -0.012456017546355724, -0.013224979862570763, -0.0742323100566864, - 0.004634561482816935, 0.0512879341840744, 0.10225434601306915, 0.0618935227394104, - -0.048959579318761826, 0.04734523594379425, 0.0700368583202362, - -0.020050983875989914, -0.019261710345745087, 0.0900699570775032, - -0.0648554116487503, 0.03316415846347809, 0.06269969046115875, 0.05344884470105171, - 0.009326688013970852, 0.06354575604200363, -0.01057000458240509, - -0.01857644133269787, -0.08550801873207092, -0.020650751888751984, - -0.04869246110320091, -0.03886228799819946, 0.03203742951154709, - -0.0344986692070961, 0.04981330409646034, 0.019335124641656876, - -0.06041965261101723, -0.011689908802509308, -0.03931168094277382, - 0.012820808216929436, -0.010365845635533333, -0.06484172493219376, - 0.09793437272310257, 0.016636976972222328, -0.007751438766717911, - -0.009269904345273972, 0.013410407118499279, 0.017232108861207962, - -0.008316264487802982, 0.06939628720283508, 0.025086335837841034, - -0.12763457000255585, 0.02515137568116188, -0.09107530862092972, - 0.02057826891541481, -0.027739061042666435, 0.01360973808914423, - -0.02586965821683407, -0.07478968799114227, 0.03532462194561958, - -0.005897040478885174, 0.01379110012203455, -0.01752585731446743, - -0.0402148962020874, 0.01320599764585495, 0.01643039844930172, -0.06710968911647797, - 0.09377496689558029, -0.07693109661340714, -0.019771138206124306, - 0.00798481423407793, -0.012984827160835266, 0.028490914031863213, - 0.03674047812819481, 0.0166592076420784, -0.0020933588966727257, - 0.06159555912017822, 0.07823136448860168, -0.08222398161888123, 0.0314449742436409, - 0.027063343673944473, 0.012005734257400036, 0.029737791046500206, - -0.050203122198581696, -0.09786627441644669, -0.056248877197504044, - 0.013174721971154213, -0.06297279894351959, -0.057219911366701126, - -0.02975323051214218, -0.08206218481063843, 0.029891496524214745, - 0.001945584430359304, -0.023980094119906425, -0.013305666856467724, - -0.019458595663309097, -0.10855118185281754, 0.0855075791478157, - -0.002938944613561034, -0.05535125732421875, 0.05595329776406288, - 0.08176007121801376, 0.018911736086010933, 0.041510794311761856, - 0.06703487783670425, 0.02482501231133938, 0.041859179735183716, - 0.015409067273139954, 0.020245669409632683, 0.05250721797347069, - 0.07411390542984009, 0.01891332119703293, 0.05495348200201988, 0.01232250314205885, - 0.009135396219789982, 0.0940609946846962, 0.10729799419641495, - -0.006093492731451988, 0.04788806289434433, 0.06947790086269379, - 0.02675955556333065, 0.052427951246500015, -0.021917948499321938, - 0.03574398159980774, -0.012631135992705822, -0.04790341854095459, - -0.004273936618119478, -0.012193508446216583, -0.021697701886296272, - 0.040913913398981094, -0.042005110532045364, -0.07938095182180405, - 0.01689651608467102, 0.06603183597326279, -0.018258431926369667, - -0.0020447729621082544, 0.049882594496011734, -0.02922866865992546, - 0.03858190402388573, 0.036840323358774185, -0.003957345150411129, - -0.09857529401779175, -0.07246940582990646, -0.020183861255645752, - -0.007484610192477703, -0.04598403349518776, -0.0036095839459449053, - 0.014649197459220886, -0.09045402705669403, -0.030808521434664726, - -0.07620176672935486, 0.0022239109966903925, 0.0011067279847338796, - -0.02511642314493656, 0.06290178000926971, 0.14939188957214355, - 0.031102454289793968, 0.025033969432115555, 0.011455409228801727, - 0.019090035930275917, 0.010795271024107933, -0.004976872820407152, - -0.004567713011056185, -0.00957452692091465, 0.0672491267323494, - 0.017219144850969315, -0.028740882873535156, -0.05539508908987045, - -0.009175948798656464, -0.01272999495267868, -0.060654424130916595, - -0.006696456111967564, -0.005979998502880335, -0.037956736981868744, - -0.060084205120801926, -0.03902433067560196, 0.05237679183483124, - -0.036246635019779205, 0.0038531001191586256, -0.05719345808029175, - 0.027579888701438904, -0.03558623418211937, -0.011147496290504932, - -0.07270736992359161, -0.0667315423488617, -0.08444870263338089, - -0.033926259726285934, -0.06155364587903023, -0.055231962352991104, - 0.0002459384559188038, 0.0004568090080283582, -0.04611517861485481, - -0.03474756330251694, -0.07102522253990173, -0.028697894886136055, - -0.034086402505636215, -0.04976609721779823, -0.007020958699285984, - -0.09741092473268509, -0.07769808173179626, 0.0732342079281807, - -0.03549710661172867, 0.01824367046356201, 0.060910239815711975, - 0.07495999336242676, 0.007360209710896015, 0.09489545226097107, - 0.026675274595618248, 0.09409569948911667, 0.04256436601281166, 0.03902995586395264, - 0.024717947468161583, 0.10671190172433853, -0.02221088670194149, - -0.027193360030651093, 0.010290710255503654, 0.0803413912653923, - 0.08004390448331833, 0.0350990891456604, -0.0002912394411396235, 0.0625901147723198, - 0.04561026394367218, 0.03416877239942551, 0.043682631105184555, - -0.005131363868713379, 0.0298350527882576, 0.04830847680568695, 0.11972422897815704, - 0.01553760003298521, 0.000969499524217099, -0.008208097890019417, - -0.05091049149632454, -0.07596790045499802, -0.09535044431686401, - -0.017351897433400154, 0.03351541981101036, -0.0297841839492321, - -0.010376731865108013, -0.030009040609002113, -0.007413273211568594, - -0.06012608855962753, -0.0508962944149971, 0.03893665224313736, - -0.11395164579153061, -0.07447051256895065, -0.018610484898090363, - 0.10150695592164993, -0.07411132007837296, 0.06409940868616104, 0.0604386180639267, - 0.03227240592241287, 0.007272261660546064, 0.0539541058242321, -0.04034578427672386, - -0.0078017632476985455, -0.12322915345430374, 0.01176396943628788, - -0.01822911575436592, -0.003094192361459136, 0.0025759555865079165, - -0.043025869876146317, -0.039753641933202744, -0.09610198438167572, - -0.02717256359755993, -0.026982920244336128, -0.03216717764735222, - -0.020535271614789963, -0.023606592789292336, 0.051888998597860336, - -0.005764177534729242, -0.01531950756907463, 0.008638235740363598, - 0.05011487007141113, -0.02529885247349739, -0.037441596388816833, - -0.03878993168473244, 0.08270314335823059, -0.01640803925693035, - 0.015417573042213917, 0.025316305458545685, -0.0637473464012146, - 0.027952753007411957, -0.005971360486000776, -0.04632710665464401, - 0.07140123099088669, 0.04658132791519165, -0.018875686451792717, 0.08400644361972809 - ], - [ - 0.008363442495465279, 0.0015461849980056286, 0.0710052028298378, - 0.009695826098322868, -0.014620156958699226, 0.07374286651611328, - 0.02600311115384102, -0.05484374240040779, 0.05107366666197777, - 0.026850910857319832, 0.010385094210505486, 0.02848457172513008, - 0.03386472910642624, -0.01149947103112936, 0.009452520869672298, - -0.013812989927828312, -0.04227619618177414, -0.05632922053337097, - -0.02368512935936451, 0.00917815137654543, 0.08890759199857712, - 0.017543980851769447, 0.05011025816202164, 0.00933164730668068, 0.04979035630822182, - -0.021806491538882256, 0.0039048439357429743, 0.015185657888650894, - -0.027546387165784836, 0.015084139071404934, -0.02798670344054699, - -0.08329890668392181, -0.0317143090069294, -0.028209470212459564, - -0.029071398079395294, 0.04887580871582031, -0.05019235610961914, - 0.010702470317482948, -0.03332963213324547, -0.053020406514406204, - -0.062135323882102966, 0.046076223254203796, 0.007695439737290144, - -0.012449168600142002, 0.022686289623379707, 0.021597906947135925, - 0.027597863227128983, -0.002275454346090555, -0.050354402512311935, - -0.012758646160364151, -0.00060295156436041, 0.007941700518131256, - 0.02009093388915062, 0.03106161393225193, 0.046822890639305115, - 0.039781223982572556, -0.0012322976253926754, -0.024124188348650932, - 0.03996929153800011, -0.011064155027270317, 0.046555209904909134, - -0.009906675666570663, 0.002427251311019063, 0.06310232728719711, - 0.03320927917957306, 0.042217500507831573, 0.0021303168032318354, - 0.0429556742310524, 0.01859692670404911, -0.05545452982187271, 0.031608253717422485, - -0.04253467917442322, 0.10036162286996841, -0.016139185056090355, - 0.031760163605213165, -0.015018788166344166, 0.0050260405987501144, - 0.002971895504742861, -0.0030258195474743843, 0.042836084961891174, - -0.0022138808853924274, -0.03723673149943352, 0.02626248262822628, - -0.001587517443113029, 0.0010858132736757398, -0.04590553417801857, - -0.020005518570542336, -0.0337681882083416, -0.02404540218412876, - 0.04025375470519066, -0.058892689645290375, -0.04683050140738487, - 0.036827266216278076, 0.042002685368061066, -0.03999374061822891, - 0.008944123052060604, -0.02888219617307186, -0.04645982012152672, - 0.053062308579683304, 0.02649039402604103, -0.04252130165696144, - 0.04153504967689514, -0.008070765994489193, -0.050406262278556824, - 0.032483793795108795, 0.01590937003493309, 0.04679889976978302, - 0.012139988131821156, 0.005731992423534393, -0.04261430352926254, - 0.047493185847997665, -0.07026123255491257, -0.007203070912510157, - -0.022043954581022263, 0.038934070616960526, 0.03733523190021515, - -0.047268398106098175, 0.01593303680419922, 0.02469891868531704, - -0.05002517253160477, -0.03182502090930939, -0.07433408498764038, - -0.015171215869486332, -0.02436019852757454, 0.0069786193780601025, - 0.0525406152009964, -0.0024659980554133654, 0.013861295767128468, - -0.024543926119804382, -0.03479742631316185, -0.039580006152391434, - 0.017184512689709663, 6.113376730354503e-5, -0.06728209555149078, - 0.03204687684774399, -0.03742244839668274, 0.015381167642772198, - 0.045087773352861404, 0.027748797088861465, -0.0025634521152824163, - -0.07559134811162949, 0.0046209911815822124, 0.019940771162509918, - -0.06366482377052307, -0.009360378608107567, 0.05948935076594353, - -0.0662020593881607, -0.021664828062057495, -0.03334638103842735, - -0.007130445446819067, 0.03512314707040787, 0.013792400248348713, - 0.06833522021770477, -0.0485089048743248, -0.02514658309519291, - -0.023471495136618614, 0.05878887698054314, -0.027754053473472595, - 0.046334538608789444, -0.030465196818113327, -0.015396901406347752, - 0.013168921694159508, 0.05607075244188309, -0.013967677019536495, - 0.08357509225606918, -0.029562314972281456, 0.05478280037641525, - 0.010353592224419117, -0.01662316545844078, -0.004125474486500025, - 0.015594451688230038, 0.04318244382739067, -0.005666736979037523, - -0.04440179094672203, -0.008910220116376877, -0.047622647136449814, - -0.01249780971556902, -0.027710402384400368, 0.0096855154260993, - -0.07660884410142899, 0.015542693436145782, -0.008740146644413471, - 0.037340112030506134, 0.009854772128164768, 0.005487658083438873, - 0.004531997721642256, 0.011405277997255325, -0.04362822696566582, - -0.03416692093014717, -0.021651379764080048, 0.021600129082798958, - 0.008914286270737648, 0.09944962710142136, 0.017124682664871216, - 0.05879064276814461, 0.0044334824196994305, -0.00858391635119915, - -0.037999432533979416, 0.020668523386120796, -0.08201020210981369, - -0.03601973503828049, -0.052877459675073624, 0.024055151268839836, - -0.015543337911367416, -0.051902901381254196, -0.02567199058830738, - -0.0455961748957634, -0.051251236349344254, -0.011671929620206356, - 0.0496915839612484, 0.04884091764688492, 0.01392645388841629, -0.07108865678310394, - -0.017933500930666924, 0.009216535836458206, -0.044041309505701065, - 0.006571448408067226, -0.02944154292345047, -0.040106289088726044, - 0.01455170102417469, 0.018176376819610596, 0.060839056968688965, - 0.04161961376667023, 0.016280483454465866, 0.03975500166416168, 0.03469935432076454, - 0.014700106345117092, -0.04620040953159332, 0.038203753530979156, - -0.07168864458799362, -0.055911287665367126, 0.05877125263214111, - -0.008539898321032524, -0.032484687864780426, -0.02751760557293892, - 0.023673728108406067, 0.029635053128004074, 0.03216102346777916, - -0.00789306964725256, -0.021166635677218437, -0.036419060081243515, - 0.060271989554166794, 0.05178595706820488, 0.012901829555630684, - 0.027786072343587875, 0.05568386986851692, 0.020996319130063057, - -0.06973006576299667, -0.010367190465331078, 0.03334813565015793, - -0.02254924736917019, -0.06099330633878708, 0.065476194024086, 0.040521036833524704, - 0.027083899825811386, -0.011035123839974403, 0.06411109119653702, - -0.021918952465057373, 0.04864640533924103, 0.0026782024651765823, - 0.01401586551219225, 0.02358778938651085, 0.028966905549168587, - 0.008013427257537842, -0.015163104049861431, 0.011931993998587132, - 0.012500164099037647, 0.08793605118989944, -0.01148079801350832, - 0.07470927387475967, 0.02147848717868328, 0.09772364050149918, 0.014752066694200039, - 0.016300829127430916, -0.04915335774421692, 0.050102319568395615, - -0.02495514415204525, -0.033427707850933075, -0.012361436150968075, - 0.03127776086330414, -0.05089253559708595, -0.013431192375719547, - -0.0014212370151653886, 0.013415725901722908, -0.04909718036651611, - -0.006009760312736034, 0.009566809982061386, 0.01579831913113594, - -0.01961660385131836, 0.028782468289136887, -0.009386158548295498, - 0.02593088336288929, -0.029907699674367905, 0.026881728321313858, - -0.039369288831949234, 0.06806106120347977, 0.028614485636353493, - -0.03660590946674347, -0.05577459558844566, 0.028333047404885292, - -0.03774413838982582, -0.040522459894418716, -0.04701506346464157, - -0.027571454644203186, -0.042166054248809814, 0.0008452859474346042, - -0.04348325356841087, -0.05876130610704422, -0.06555001437664032, - 0.03952323645353317, -0.0019140337826684117, -0.07402154058218002, - 0.013838957995176315, -0.05357121676206589, 0.028366725891828537, - -0.006968741770833731, -0.025923585519194603, 0.034229572862386703, - 0.007864291779696941, 0.012645070441067219, 0.030544046312570572, - -0.046860210597515106, 0.008531206287443638, -0.01746358722448349, - -0.022887451574206352, 0.05198128521442413, -0.06823679804801941, - 0.08193560689687729, 0.02388610504567623, 0.00464177830144763, - -0.010075464844703674, 0.09487132728099823, -0.008369863964617252, - 0.004470553714782, 0.011452515609562397, -0.026352470740675926, - -0.03706974908709526, 0.08725044876337051, -0.012056275270879269, - -0.06509585678577423, 0.006916961167007685, -0.04644942656159401, - -0.07304012030363083, 0.03793708607554436, -0.055368442088365555, - 0.0018781435210257769, -0.011071518063545227, 0.05820927768945694, - 0.016736473888158798, -0.015482812188565731, -0.03586975857615471, - 0.05284857749938965, 0.044233519583940506, 0.031682152301073074, - -0.013306088745594025, 0.040170371532440186, 0.004087362438440323, - -0.005992096848785877, -0.009466584771871567, -0.06905262172222137, - 0.0507315956056118, 0.07260596007108688, -0.0041505880653858185, 0.0449247844517231, - -0.023578595370054245, 0.05678107216954231, -0.01099343691021204, - 0.09500198066234589, -0.04954732209444046, 0.03792407363653183, - -0.05171765387058258, 0.02333514578640461, -0.06115943565964699, - -0.006129743065685034, 0.0111748818308115, -0.0018116863211616874, - -0.015972750261425972, -0.016780775040388107, 0.12980665266513824, - 0.059081751853227615, -0.049301616847515106, 0.05024515837430954, - 0.010638502426445484, 0.015632271766662598 - ], - [ - -0.007357853464782238, -0.06301787495613098, 0.019255369901657104, - 0.009752540849149227, -0.011460556648671627, 0.03841274604201317, - -0.044428590685129166, 0.023559117689728737, 0.012429090216755867, - 0.011709234677255154, 0.00456576282158494, -0.0003484478802420199, - -0.011235720477998257, 0.03177431598305702, 0.011153311468660831, - 0.006211243569850922, -0.018656587228178978, -0.055555928498506546, - -0.03531631827354431, 0.02497764490544796, -0.038559138774871826, - -0.023684252053499222, 0.03060263954102993, -0.0038650978822261095, - -0.015023226849734783, -0.0225810669362545, -0.027877550572156906, - -0.02959601953625679, -0.004056490492075682, -0.016921432688832283, - -0.021460916846990585, 0.012594266794621944, -0.035126619040966034, - 0.037634022533893585, 0.003176072146743536, 0.036432214081287384, - 0.026435574516654015, 0.02692849561572075, 0.04951665177941322, - -0.010754808783531189, -0.016691450029611588, -0.018633559346199036, - -0.010004391893744469, -0.018467441201210022, -0.04901225119829178, - 0.025520846247673035, -0.028208060190081596, -0.0050470647402107716, - 0.03810514137148857, -0.030926939100027084, -0.016342228278517723, - 0.034078340977430344, 0.04803898185491562, -0.03129938617348671, - -0.02068071998655796, -0.03119736909866333, -0.008367755450308323, - -0.0076657989993691444, -0.019371403381228447, -0.008422605693340302, - 0.04226795956492424, -0.010708070360124111, 0.02078661136329174, - -0.044792551547288895, -0.017415525391697884, -0.014854934997856617, - 0.010491623543202877, 0.013196634128689766, 0.02970173768699169, - -0.006842450704425573, -0.04199756681919098, -0.02343520149588585, - 0.01777394860982895, -0.0405467227101326, 0.010961354710161686, - 0.031747542321681976, 0.006162014324218035, 0.05607881769537926, - -0.01938750594854355, -0.03299904987215996, -0.006914949044585228, - 0.035162441432476044, -0.058666910976171494, -0.04970039427280426, - -0.025478322058916092, -0.058738965541124344, -0.028664039447903633, - 0.009705828502774239, -0.023239942267537117, 0.004555795807391405, - 0.0445142425596714, -0.015393741428852081, -0.021398164331912994, - -0.016218535602092743, -0.06357080489397049, -0.0052451337687671185, - 0.04625388979911804, -0.009785855188965797, 0.005053914152085781, - -0.003159773303195834, 0.04184648022055626, 0.024632995948195457, - 0.03247847780585289, -0.012778820469975471, -0.03749900311231613, - 0.058450765907764435, 0.03308829292654991, 0.03483067825436592, - -0.03450615704059601, 0.000731626118067652, 0.010399340651929379, - -0.013310485519468784, -0.04092232882976532, 0.04107492044568062, - -0.04611785709857941, -0.028831910341978073, 0.006958112586289644, - -0.04000818729400635, 0.030153820291161537, -0.02750975452363491, - 0.024299664422869682, 0.004791744519025087, -0.01636521704494953, - -0.037040065973997116, -0.03825872391462326, 0.030279159545898438, - -0.038946155458688736, -0.05047693848609924, 0.02755887620151043, - -0.03479021042585373, 0.010760818608105183, -0.013467754237353802, - 0.0186042208224535, 0.03253958374261856, -0.01326519250869751, -0.04312104731798172, - -0.009246972389519215, 0.0007829312817193568, 0.029492437839508057, - -0.04096878319978714, 0.001711987191811204, -0.00913600530475378, - -0.009164859540760517, -0.034124262630939484, -0.007598361931741238, - 0.013309785164892673, 0.012942603789269924, -0.00931527093052864, - 0.003172796219587326, 0.01433955505490303, -0.013377932831645012, - 0.009077914990484715, 0.02263282798230648, 0.043370649218559265, - -0.00219343020580709, -0.007791952230036259, -0.008393891155719757, - 0.03411967307329178, 0.032410141080617905, -0.016450582072138786, - 0.004863812122493982, -0.0027216849848628044, 0.039426758885383606, - -0.016782186925411224, 0.027261191979050636, -0.022520067170262337, - 0.014313354156911373, 0.020103819668293, 0.008505378849804401, -0.03451716899871826, - 0.01625610888004303, -0.011757047846913338, -0.037191420793533325, - -0.031110700219869614, 0.04540228471159935, -0.02022646740078926, - 0.015266009606420994, -0.038987621665000916, -0.0007882138597778976, - -0.03561549261212349, -0.03871489316225052, -0.028189487755298615, - 0.03172919899225235, -0.01564749889075756, -0.02301560901105404, - 0.016056103631854057, -0.03895016387104988, 0.02039782889187336, - -0.023641852661967278, -0.020681394264101982, -0.030899861827492714, - 0.00524862902238965, -0.033226724714040756, -0.016655700281262398, - -0.02266615815460682, 0.04350610449910164, -0.03780970349907875, - -0.009058021940290928, -0.030124802142381668, 0.027757233008742332, - -0.021528957411646843, 0.00589493615552783, 0.029525063931941986, - -0.004717228934168816, -0.0035837171599268913, 0.027199307456612587, - 0.015282965265214443, 0.047932058572769165, -0.02262381836771965, - -0.020331216976046562, 0.01777573861181736, -0.06248944252729416, - 0.02287375181913376, -0.030735444277524948, -0.029748357832431793, - 0.008517262525856495, -0.012129395268857479, -0.005335289519280195, - 0.02023332752287388, 0.003769494127482176, -0.013480774126946926, - -0.0339566245675087, -0.005573232192546129, -0.0394224114716053, - 0.029768113046884537, -0.023360475897789, -0.04617689922451973, - -0.013219001702964306, -0.03725167363882065, -0.03057934157550335, - 0.018498588353395462, -0.020633898675441742, -0.03339065983891487, - 0.007012801710516214, 0.0012990940595045686, -0.025340696796774864, - -0.011642079800367355, -0.034396782517433167, -0.013711336068809032, - 0.039965156465768814, -0.03883952647447586, -0.020540110766887665, - 0.015882128849625587, 0.02554141916334629, -0.033788904547691345, - -0.05425140634179115, -0.01896895468235016, 0.047401312738657, 0.03394443914294243, - -0.009461615234613419, 0.015870951116085052, -0.028112996369600296, - -0.007442891132086515, 0.012312675826251507, 0.031481534242630005, - -0.0010885328520089388, -0.03176422417163849, -0.035177621990442276, - 0.030675871297717094, 0.04607003554701805, 0.00896528922021389, - 0.013668724335730076, -0.025297829881310463, -0.0324549563229084, - -0.037045564502477646, 0.018469534814357758, 0.04562656581401825, - -0.02099425531923771, 0.04336735978722572, 0.034210409969091415, 0.026785833761096, - -0.03652532398700714, 0.0080249710008502, -0.006772274151444435, - 0.01846146769821644, 0.03853388503193855, 0.02862219139933586, - -0.010985633358359337, 0.01236263569444418, -0.032552801072597504, - -0.05760897323489189, -0.029949277639389038, 0.0012816883390769362, - -0.03111274540424347, 0.036866262555122375, -0.05864036828279495, - 0.04882078245282173, -0.038393229246139526, 0.01914728619158268, - -0.016942234709858894, 0.021657684817910194, -0.02614717371761799, - 0.05626186355948448, 0.019691728055477142, -0.02868194505572319, - 0.00397578114643693, 0.031079808250069618, -0.02736121602356434, - 0.0066450173035264015, 0.019363483414053917, -0.010507389903068542, - -0.031670715659856796, -0.029690371826291084, 0.013689580373466015, - -0.06120924651622772, 0.03706410527229309, 0.03590109571814537, - 0.004653072915971279, 0.026821674779057503, -0.0007610085885971785, - 0.05364617332816124, -0.0165848545730114, 0.044063955545425415, - -0.00716847600415349, -0.003822000464424491, 0.01730656810104847, - -0.027489881962537766, 0.021803515031933784, 0.0009674186003394425, - -0.006437327247112989, -0.02753547951579094, 0.022381914779543877, - -0.029538756236433983, -0.0535319447517395, 0.013892117887735367, - 0.015613466501235962, 0.026650819927453995, -0.030406109988689423, - 0.03668360039591789, 0.0016973529709503055, -0.037012189626693726, - -0.040711659938097, 0.011977778747677803, -0.06247127801179886, - -0.02367842011153698, 0.03893192857503891, 0.04739265888929367, - -0.01806195266544819, -0.027360955253243446, -0.017437240108847618, - -0.009462377987802029, -0.007780352141708136, -0.003358719637617469, - -0.041330598294734955, -0.004023196641355753, -0.006740768440067768, - -0.03418160229921341, -0.024700051173567772, -0.0343686006963253, - -0.008629892021417618, -0.0171442162245512, 0.0021014984231442213, - 0.0022606360726058483, 0.045277029275894165, -0.007713634055107832, - 0.003424976486712694, 0.011499193497002125, -0.04649065062403679, - 0.03663002327084541, -0.028125593438744545, 0.04708673059940338, - 0.004461484495550394, -0.032035134732723236, -0.040454376488924026, - -0.01972774602472782, 0.039491843432188034, -0.04573780670762062, - -0.023266250267624855, -0.0019705493468791246, -0.021010322496294975, - -0.007248455658555031, -0.04875856637954712, -0.06361056119203568, - 0.022210178896784782, -0.004408538341522217, -0.012810580432415009, - -0.013871421106159687, 0.014454003423452377, 0.0015530482633039355, - 0.00628689955919981, -0.011852333322167397, 0.03098069690167904, - -0.01644294336438179, -0.03756408393383026 - ], - [ - 0.0015547783114016056, -0.004930067807435989, 0.026771364733576775, - -0.017092106863856316, 0.06374754756689072, -0.02091698721051216, - 0.024984410032629967, 0.03724446892738342, -0.03208909183740616, - -0.03869734704494476, 0.012328049167990685, -0.0035360963083803654, - 0.04115757346153259, -0.04982303828001022, 0.0024516999255865812, - -0.021103255450725555, 0.03471912071108818, -0.02356916107237339, - -0.051047977060079575, 0.02255685068666935, -0.012135361321270466, - -0.02168216183781624, 0.03366205841302872, 0.038384683430194855, - -0.038161084055900574, 0.07093100249767303, 0.026350470259785652, - 0.0725705549120903, -0.03197181224822998, -0.04437081888318062, - 0.056170858442783356, 0.06560204178094864, 0.016980549320578575, - -0.022289222106337547, -0.016672903671860695, 0.008022140711545944, - -0.0032256420236080885, 0.04432244598865509, 0.02060885727405548, - 0.031041277572512627, -0.009238848462700844, 0.0005633429391309619, - -0.01944548264145851, 0.007631844840943813, -0.008696994744241238, - 0.03675594553351402, -0.026706557720899582, -0.0027330624870955944, - 0.053812410682439804, 0.06227342039346695, -0.03964526206254959, - 0.01036717277020216, 0.02388085052371025, 0.009268918074667454, - 0.018678637221455574, 0.007540309801697731, -0.0012791530461981893, - -0.022356191650032997, -0.03393970802426338, 0.053997475653886795, - -0.039288297295570374, 0.05479726940393448, 0.03827028349041939, 0.052141223102808, - -0.03389160707592964, 0.03286466374993324, 0.010093305259943008, - -0.040689222514629364, 0.03935560956597328, 0.09889606386423111, - 0.0014384229434654117, -0.03913383185863495, -0.023208526894450188, - 0.021436095237731934, -0.08764942735433578, -0.049953754991292953, - -0.07825378328561783, -0.02351756952702999, 0.029861852526664734, - -0.06340397894382477, 0.02136152796447277, -0.05688653141260147, - -0.024321801960468292, 0.04733654484152794, -0.009304102510213852, - 0.010446312837302685, 0.01567273959517479, 0.007733769714832306, - 0.008910131640732288, 0.0013601373648270965, 0.023600678890943527, - -0.022240154445171356, 0.050781361758708954, -0.016374362632632256, - 0.08014451712369919, -0.0007796958088874817, -0.029657525941729546, - 0.019158050417900085, -0.027282848954200745, 0.098577581346035, - 0.025481658056378365, -0.01024081464856863, 0.011861824430525303, - -0.03575458005070686, 0.0035124944988638163, -0.03996652737259865, - 0.05098946392536163, -0.019236266613006592, 0.05785384401679039, - -0.015784217044711113, -0.02072150446474552, 0.0898141860961914, - -0.018280697986483574, 0.015050722286105156, -0.01628435030579567, - -0.029179289937019348, -0.0006739675300195813, 0.042937058955430984, - 0.027347275987267494, 0.03617718070745468, 0.03132215887308121, - 0.008938830345869064, -0.0437040776014328, 0.024547312408685684, - -0.04754234850406647, -0.07518499344587326, 0.00605333037674427, - 0.023305417969822884, 0.009598340839147568, 0.037976667284965515, - 0.045921869575977325, 0.0311049185693264, -0.021955953910946846, - 0.060055654495954514, -0.08631055057048798, 0.04402383044362068, - -0.008967314846813679, -0.03899705037474632, -0.013574331998825073, - -0.049576617777347565, 0.055113255977630615, 0.014135134406387806, - 0.06302326917648315, 0.03832673653960228, -0.015350451692938805, - 0.028643885627388954, 0.0497254803776741, -0.04903777316212654, 0.06272348761558533, - -0.03969408571720123, 0.025145137682557106, -0.02914281375706196, - -0.0032688721548765898, 0.0036557780113071203, -0.04498542845249176, - -0.009168805554509163, -0.023667624220252037, 0.04196218028664589, - -0.048758309334516525, 0.021630464121699333, -0.03467143699526787, - -0.0482480451464653, -0.013612155802547932, 0.00941240694373846, - -0.10770845413208008, -0.015547044575214386, -0.009237553924322128, - 0.05238639563322067, 0.008761203847825527, -0.020839937031269073, - 0.0354895181953907, 0.00871497206389904, 0.07098690420389175, 0.02447034791111946, - -6.217859481694177e-5, -0.007096183020621538, 0.0033374621998518705, - 0.03280813992023468, -0.031182734295725822, 0.019135544076561928, - -0.04813705384731293, -0.03255555033683777, -0.028112361207604408, - -0.034063126891851425, -0.07038132101297379, 0.0017832674784585834, - 0.022521063685417175, -0.015201817266643047, 0.0460064634680748, - -0.006027402821928263, -0.008821791969239712, -0.06381262838840485, - -0.06260618567466736, -0.05907998979091644, -0.0766596645116806, - -0.0538688488304615, 0.013824805617332458, 0.03915460407733917, - -0.021917056292295456, 0.06839384883642197, 0.06894015520811081, - 0.07457772642374039, -0.05812973529100418, 0.03806202486157417, 0.02547360770404339, - 0.07926121354103088, 0.06403247267007828, 0.021843552589416504, 0.11302167177200317, - -0.07634062319993973, -0.00947417039424181, 0.07595432549715042, - 0.034855566918849945, 0.0007488853298127651, 0.06535464525222778, - -0.04654968902468681, -0.017123078927397728, 0.05279945582151413, - 0.007612687535583973, -0.04481125622987747, 0.03125520050525665, - 0.002276315353810787, 0.0051249549724161625, -0.048138052225112915, - 0.005141517613083124, 0.038333792239427567, -0.012034828774631023, - -0.03179004788398743, 0.02466464228928089, 0.06197802722454071, - -0.036584291607141495, -0.019491741433739662, 0.08303485810756683, - -0.03232042118906975, 0.006658167112618685, -0.002192076062783599, - 0.004572628997266293, -0.021337972953915596, 0.01455775648355484, - -0.044160906225442886, 0.0019203212577849627, -0.0012948020594194531, - -0.06752355396747589, 0.05149078369140625, -0.015710055828094482, - 0.021445007994771004, -0.06398364156484604, 0.028500622138381004, - -0.004453988280147314, -0.005565365310758352, 0.02537205070257187, - 0.031053582206368446, -0.05578891932964325, -0.04936268925666809, - 0.02664470486342907, 0.062304336577653885, 0.0325450524687767, -0.03363049775362015, - -0.07169301807880402, -0.027663454413414, 0.06248687580227852, - -0.061673495918512344, 0.03147105500102043, -0.07337886840105057, - -0.010546579957008362, 0.013864926062524319, -0.0796203538775444, - -0.02200675755739212, -0.013130184262990952, -0.0536460243165493, - -0.06099556013941765, -0.008121377788484097, 0.0025663988199084997, - -0.011308121494948864, -0.012532525695860386, -1.5798650565557182e-5, - 0.01702442765235901, 0.062345270067453384, 0.01275585312396288, - -0.11705458909273148, -0.008676977828145027, -0.04294702410697937, - 0.0011129609774798155, 0.008730554953217506, -0.06586854159832001, - 0.0803791806101799, 0.024768348783254623, 0.002304862020537257, - -0.05513014644384384, -0.022770550101995468, 0.027265993878245354, - -0.019138077273964882, 0.043010927736759186, -0.03869523108005524, - -0.006700609344989061, -0.0647076815366745, 0.02912619523704052, - -0.01658971607685089, 0.03610577434301376, -0.001112752710469067, - 0.0022062063217163086, -0.024011893197894096, 0.061860036104917526, - -0.00490209087729454, 0.0708993524312973, 0.008708078414201736, - -0.020936179906129837, 0.021976424381136894, -0.006854531355202198, - -0.0778227224946022, -0.0069729057140648365, 0.031996265053749084, - 0.04578680545091629, 0.07753133028745651, -0.04233860597014427, - -0.039143938571214676, 0.005988357588648796, 0.029326345771551132, - 0.07956846803426743, -0.01729145087301731, 0.03060409612953663, - -0.08486070483922958, 0.07339832931756973, 0.024556567892432213, - -0.0309976227581501, -0.007908010855317116, -0.01825742796063423, - -0.08916613459587097, 0.0005409193108789623, -0.009060247801244259, - 0.05664636567234993, -0.05906819924712181, -0.008131521753966808, - -0.060670025646686554, 0.02943083830177784, 0.054238211363554, 0.04200394079089165, - -0.05579250678420067, 0.03850231692194939, -0.03253379091620445, - 0.01088823564350605, -0.0028667382430285215, -0.013700815849006176, - -0.03855117782950401, 0.001648349454626441, 0.06452251970767975, - -0.04776104912161827, -0.0018345251446589828, -0.06203847751021385, - 0.03795241191983223, -0.023789893835783005, -0.09609036147594452, - -0.035616468638181686, 0.04595796763896942, -0.013668790459632874, - -0.04014643654227257, -0.04817623645067215, 0.0242929570376873, - 0.003587765386328101, 0.015165523625910282, 0.01927891932427883, - 0.0075453356839716434, 0.044663384556770325, 0.026140853762626648, - -0.019900929182767868, -0.045115020126104355, -0.02993379347026348, - -0.030986983329057693, 0.017681604251265526, -0.014019094407558441, - -0.033356379717588425, -0.03673606738448143, 0.01479386631399393, - -0.01508492324501276, 0.033636659383773804, 0.052941661328077316, - -0.03666425496339798, 0.022328563034534454, -0.05298348516225815, - 0.05321003869175911, 0.044186901301145554, 0.009605164639651775, - 0.014429754577577114, 0.0061137801967561245 - ], - [ - -0.029736854135990143, 0.042388539761304855, 0.026391971856355667, - 0.029814084991812706, 0.049932364374399185, 0.02302403561770916, - -0.0730007216334343, 0.018094634637236595, -0.03337628021836281, - 0.02677519991993904, 0.024081841111183167, 0.04675467684864998, - 0.020947590470314026, 0.0025683222338557243, 0.058417465537786484, - 0.04393932968378067, 0.0007700547575950623, 0.046230703592300415, - -0.06494978815317154, 0.033627696335315704, 0.0032503625843673944, - -0.05240444093942642, -0.03740457072854042, 0.011793302372097969, - -0.017056386917829514, -0.007784171029925346, -0.007122632581740618, - 0.03820812702178955, 0.007220512256026268, 0.03363727778196335, - 0.0026964503340423107, -0.002576967468485236, 0.07740959525108337, - 0.03840936720371246, 0.04610152170062065, -0.036480676382780075, - -0.002161299344152212, 0.008160652592778206, -0.03015563264489174, - -0.053477101027965546, -0.0016167854191735387, 0.0023221164010465145, - 0.02482280507683754, 0.012885923497378826, 0.027481945231556892, - 0.0051247961819171906, -0.09645415842533112, 0.01783236674964428, - 0.03095605969429016, 0.01681983284652233, -0.013708670623600483, - 0.008480525575578213, -0.02288414165377617, 0.05762648582458496, - -0.04503246769309044, 0.0439484678208828, 0.00086062221089378, 0.04970896989107132, - -0.03365686908364296, 0.011054463684558868, -0.03484731167554855, - 0.046569760888814926, -0.009202427230775356, 0.017725545912981033, - 0.0016371249221265316, -0.07760904729366302, -0.043671004474163055, - -0.015752727165818214, 0.07726754248142242, 0.07996905595064163, - 0.020474441349506378, 0.07377438992261887, 0.0030736438930034637, - -0.013833393342792988, -0.054039858281612396, -0.028027234598994255, - 0.005571385379880667, 0.021523335948586464, 0.01903095282614231, - -0.07791613042354584, 0.05284275859594345, -0.028940150514245033, - 0.003285780781880021, -0.02075785957276821, 0.04108045995235443, - -0.009796385653316975, -0.01693013869225979, 0.04571470245718956, - 0.04573679342865944, 0.0034402806777507067, 0.07262168079614639, - 0.0015443562297150493, 0.00936652161180973, -0.014168540947139263, - 0.014486528001725674, -0.039878759533166885, -0.054435715079307556, - 0.04718388244509697, -0.02020866423845291, 0.005531123373657465, - -0.010173432528972626, -0.06887971609830856, -0.0478227324783802, - 0.0599595308303833, 0.001197818317450583, -0.051543183624744415, - 0.00814333837479353, -0.031754061579704285, -0.04686577618122101, - 0.007529166527092457, -0.07921358197927475, -0.01232733391225338, - -0.008981894701719284, -0.00021780282258987427, 0.0551975816488266, - 0.012529361061751842, 0.09267636388540268, 0.055035900324583054, - -0.06503725796937943, -0.006977851502597332, -0.009479554370045662, - -0.016853710636496544, -0.05951676890254021, 0.018446598201990128, - -0.009384343400597572, -0.006482379976660013, 0.09189782291650772, - 0.03951876610517502, 0.06574337184429169, -0.013256164267659187, - 0.02695642039179802, -0.0063766841776669025, -0.0057357181794941425, - 0.06456363946199417, -0.016509339213371277, -0.011018624529242516, - 0.011090297251939774, -0.05879046395421028, -0.026073414832353592, - -0.08900311589241028, 0.0902889147400856, 0.03890388086438179, -0.02212674729526043, - -0.0597989596426487, -0.020765529945492744, -0.031262028962373734, - 0.05383025109767914, 0.013411092571914196, 0.04326414689421654, - -0.004841709043830633, -0.04135435074567795, -0.0648839995265007, - -0.062160149216651917, 0.016172626987099648, 0.004339840728789568, - 0.04101555794477463, -0.07590299099683762, -0.01722606085240841, - -0.06907528638839722, -0.01866437867283821, -0.01642855815589428, - 0.01680695451796055, 0.011312384158372879, 0.04718112200498581, - -0.016778502613306046, 0.03707832843065262, -0.023704061284661293, - 0.02669454552233219, 0.005099752452224493, 0.015234223566949368, - 0.02561694197356701, -0.018839068710803986, 0.0667092353105545, - -0.007038977462798357, -0.00203881599009037, 0.0054350304417312145, - -0.0190181452780962, 0.0064124963246285915, 0.05818891525268555, 0.0791410282254219, - -0.04609256982803345, -0.04983043298125267, 0.0012793296482414007, - -0.01792595162987709, 0.0002946382446680218, -0.04472097009420395, - 0.014650601893663406, -0.03059813193976879, 0.041774678975343704, - -0.006825614720582962, -0.018368082121014595, -0.024978671222925186, - -0.03857152909040451, 0.008532208390533924, -0.03887360543012619, - -0.04936223477125168, 0.04545193538069725, -0.04031553119421005, - -0.04304199665784836, 0.08673075586557388, -0.023625368252396584, - 0.09716079384088516, -0.08148911595344543, -0.022350292652845383, - 0.022613326087594032, 0.06915631145238876, 0.06569844484329224, - -0.034264009445905685, 0.028079291805624962, -0.08573993295431137, - 0.0009572398266755044, 0.034991636872291565, 0.015118873678147793, - -0.037691593170166016, 0.01929704286158085, -0.07147590816020966, - -0.051296986639499664, 0.046369779855012894, -0.00812835618853569, - -0.0044320416636765, -0.005461112130433321, 0.06383491307497025, - -0.05149555206298828, 0.044649191200733185, -0.03157402575016022, - 0.03143753483891487, -0.08855808526277542, 0.04404761642217636, - 0.0036160675808787346, 0.02487296611070633, 0.003833200316876173, - 0.05392630398273468, 0.037738535553216934, -0.03343294560909271, - -0.020802179351449013, -0.08938191086053848, 0.07869790494441986, - 0.005127258598804474, 0.02025415375828743, -0.03992686793208122, - -0.00544911902397871, -0.021384771913290024, -0.08082439005374908, - -0.015163501724600792, -0.06450734287500381, 0.06416259706020355, - -0.0067858402617275715, 0.03527702018618584, 0.024912582710385323, - -0.02305438555777073, 0.09325584024190903, 0.018498696386814117, - 0.015013223513960838, -0.014947468414902687, -0.030198773369193077, - -0.03103511407971382, -0.04345235973596573, 0.0293953325599432, - -0.05106556415557861, -0.05585987865924835, -0.04954061657190323, - 0.001990583725273609, -0.04107387363910675, 0.018399525433778763, - 0.09662368148565292, -0.008439365774393082, -0.027690459042787552, - -0.09549818933010101, 0.03551376238465309, -0.03262567147612572, - 0.024663688614964485, -0.11499587446451187, -0.032036762684583664, - 0.010243617929518223, -0.012514682486653328, -0.057193975895643234, - 0.007892392575740814, 0.01652052439749241, -0.012751169502735138, - -0.10317091643810272, -0.05191541090607643, -0.0953269749879837, - -0.0007931945146992803, -0.012499913573265076, -0.021722571924328804, - 0.06087260693311691, -0.022486701607704163, -0.0006695588817819953, - 0.048516932874917984, -0.03281082585453987, -0.0037966833915561438, - 0.0021080002188682556, 0.08901268243789673, -0.0005037372466176748, - 0.019543839618563652, -0.05056236311793327, 0.045718804001808167, - -0.016371391713619232, 0.10395278036594391, -0.004607892595231533, - -0.03703711926937103, -0.007215956691652536, 0.07849738746881485, - -0.0017628963105380535, 0.027467673644423485, 0.021264392882585526, - 0.02489551529288292, 0.09193354099988937, -0.05822497233748436, -0.0708693191409111, - 0.006410618778318167, -0.006720708683133125, -0.011528084054589272, - 0.09939703345298767, -0.04552381858229637, 0.02012162283062935, 0.08679670095443726, - 0.00881989300251007, 0.024248164147138596, -0.03801135718822479, - 0.014375991187989712, -0.056552376598119736, 0.06858281791210175, - 0.0770605280995369, -0.04377971589565277, 0.04229722544550896, 0.09098437428474426, - -0.04422946274280548, 0.01303580030798912, 0.01644434966146946, 0.08344368636608124, - 0.011533733457326889, -0.017159270122647285, -0.04408212751150131, - -0.024029001593589783, 0.024737432599067688, 0.07906829565763474, - -0.03107595257461071, 0.06290993839502335, 0.015232205390930176, - 0.039530422538518906, -0.0443907305598259, 0.06505115330219269, - -0.032104235142469406, 0.05525372177362442, 0.0142348138615489, 0.03305855020880699, - 0.015123341232538223, -0.04671770706772804, 0.011835414916276932, - 0.022777874022722244, -0.08036545664072037, 0.03869000822305679, - 0.04687993600964546, -0.019440313801169395, -0.012357550673186779, - 0.0370967797935009, 0.05953430384397507, 0.041487276554107666, - -0.047208238393068314, 0.0270149614661932, 0.04589749500155449, 0.02880769595503807, - -0.022536206990480423, 0.024399032816290855, -0.09420350939035416, - -0.006719059776514769, -0.08774426579475403, -0.03003629483282566, - -0.024954495951533318, 0.01331600546836853, 0.0335642546415329, 0.07828962802886963, - 0.03451165184378624, 0.04121129959821701, 0.03515080735087395, - -0.057254839688539505, 0.04563527926802635, -0.049334920942783356, - -0.04933929815888405, 0.062291570007801056, -0.00492938281968236, - -0.04100284352898598, 0.03821681812405586 - ], - [ - 0.017660586163401604, 0.014728290028870106, 0.0045223054476082325, - -0.058913253247737885, 0.03251761570572853, -0.0025259170215576887, - 0.016824744641780853, -0.013712752610445023, 0.04552745819091797, - 0.013070660643279552, -0.05277815833687782, 0.014350706711411476, - -0.06723778694868088, 0.09908263385295868, -0.0025320970453321934, - -0.019209686666727066, 0.03650255873799324, 0.03422199934720993, - 0.011369774118065834, -0.048549000173807144, -0.04033936560153961, - -0.044158145785331726, 0.003923662938177586, -0.017291191965341568, - -0.03892850503325462, -0.033962100744247437, -0.07612241804599762, - -0.007923630066215992, -0.003154306672513485, -0.04112038388848305, - -0.06250610202550888, -0.021062834188342094, -0.007227593567222357, - -0.05251142382621765, 0.04004841297864914, 0.0649658665060997, - -0.029220758005976677, -0.03315597400069237, -0.004294396378099918, - 0.04092748090624809, 0.0042938790284097195, 0.05240822955965996, - 0.054483361542224884, -0.024736378341913223, -0.03807787597179413, - 0.05312417075037956, 0.03876236453652382, 0.10565852373838425, -0.01098942942917347, - 0.004138450138270855, 0.07569260150194168, -0.047421008348464966, - 0.000612473173532635, -0.045409347862005234, 0.010595867410302162, - 0.01374292466789484, -0.033633437007665634, -0.03369447588920593, - -0.019294634461402893, 0.02855653502047062, 0.030731864273548126, - 0.0006911646341904998, -0.041659995913505554, 0.08078873157501221, - 0.0007461576024070382, 0.006730990018695593, -0.03992215543985367, - 0.00800408236682415, 0.018043257296085358, -0.0682736337184906, 0.0835832729935646, - -0.040095504373311996, 0.017082620412111282, 0.004061210434883833, - 0.04199035093188286, 0.043045319616794586, 0.08646970987319946, - 0.051585305482149124, -0.04225635901093483, 0.020699393004179, 0.05184245482087135, - 0.0032468363642692566, 0.01175798662006855, 0.057854488492012024, - 0.04516121745109558, 0.07566657662391663, -0.017135536298155785, - -0.007847737520933151, 0.013814112171530724, 0.037238553166389465, - 0.04617983102798462, 0.059300173074007034, 0.013073340989649296, - -0.038803499191999435, -0.006815515924245119, 0.028313051909208298, - -0.03512145206332207, 0.0683390274643898, -0.011850317940115929, - -0.030593937262892723, 0.026168884709477425, 0.0024930117651820183, - 0.013242967426776886, -0.003116951324045658, 0.0665552094578743, - 0.06821155548095703, -0.003993208520114422, 0.06387090682983398, - 0.028087040409445763, 0.008747364394366741, -0.01158602349460125, - -0.03729449212551117, 0.039977941662073135, -0.006042890250682831, - 0.028680887073278427, 0.019360234960913658, -0.08855785429477692, - 0.014067498035728931, 0.02314852923154831, 0.0007441734778694808, - -0.018425561487674713, -0.028532080352306366, -0.04658528417348862, - 0.004484161734580994, -0.003279672237113118, -0.005427542142570019, - -0.01042979210615158, 0.0170121006667614, 0.040903884917497635, - -0.008666633628308773, 0.018397286534309387, -0.032811880111694336, - -0.03646503761410713, -0.08558443933725357, 0.015764718875288963, - -0.09019548445940018, 0.006170754320919514, 0.0277682077139616, - -0.0026003485545516014, -0.024433255195617676, -0.08643617480993271, - -0.0756031796336174, 0.047304827719926834, 0.04466241970658302, 0.03400988131761551, - -0.007922531105577946, 0.026742881163954735, 0.002126922132447362, - -0.07216507196426392, 0.04959707334637642, -0.06058229133486748, - -0.002763493452221155, -0.004901793319731951, 0.016525449231266975, - -0.011850765906274319, -0.03923458606004715, -0.01841207779943943, - 0.013403980061411858, -0.014239760115742683, 0.016137879341840744, - -0.0495469905436039, 0.06406603753566742, -0.006520024035125971, - -0.06515662372112274, 0.045153286308050156, -0.006865291856229305, - -0.028432808816432953, -0.09692609310150146, 0.04005803167819977, - 0.017037849873304367, 0.011980767361819744, 0.12213742733001709, - 0.0008867123979143798, 0.0028222249820828438, 0.03533347323536873, - -0.05305037274956703, -0.01181652583181858, 0.044399358332157135, - -0.034758541733026505, 0.005043915007263422, 0.010819092392921448, - 0.027451174333691597, -0.07590068876743317, -0.02858445607125759, - 0.07276822626590729, 0.08601075410842896, 0.04213636741042137, 0.014507872052490711, - 0.015548750758171082, 0.01294970978051424, -0.03082701750099659, - 0.08686725050210953, 0.040301062166690826, 0.0668332576751709, - -0.026693934574723244, 0.011503875255584717, -0.03781483694911003, - -0.08526463806629181, 0.021281128749251366, -0.07404651492834091, - -0.02924504689872265, -0.06606840342283249, -0.01567426137626171, - -0.04630541801452637, -0.05550621077418327, -0.05510057881474495, - -0.043767355382442474, -0.0007454026490449905, -0.08921065181493759, - 0.09175025671720505, 0.011408337391912937, -0.0342198871076107, - -0.017808647826313972, -0.03033999726176262, -0.04232419654726982, - 0.0254049189388752, -0.03448105975985527, -0.12124770134687424, - -0.025047101080417633, -0.05234222486615181, 0.029907746240496635, - 0.001638403395190835, -0.028959954157471657, 0.00041850568959489465, - 0.02252170443534851, -0.036852575838565826, 0.06453253328800201, - 0.019420025870203972, 0.012442833743989468, -0.03333191201090813, - -0.02705952525138855, 0.06683310866355896, -0.014385372400283813, - 0.061563700437545776, -0.0027977372519671917, 0.11588870733976364, - -0.002361340681090951, -0.016833871603012085, -0.07472763955593109, - 0.0345638170838356, 0.0386517271399498, 0.07081860303878784, 0.03674348071217537, - -0.0015623343642801046, -0.03610721230506897, 0.04771195724606514, - -0.029014600440859795, 0.028098061680793762, -0.014634871855378151, - 0.07231096178293228, -0.004161592107266188, -0.03490021079778671, - 0.010108694434165955, 0.051334671676158905, 0.03496389091014862, - -0.03425892814993858, -0.015041264705359936, 0.01815035752952099, - 0.0030850782059133053, 0.0012953282566741109, -0.09187240153551102, - -0.0052553811110556126, 0.04240874573588371, -0.007217922247946262, - -0.07245418429374695, -0.11943638324737549, 0.09350096434354782, - -0.00968437921255827, 0.030577557161450386, 0.07318629324436188, - 0.005860421806573868, 0.08767963200807571, -0.010992839001119137, - -0.04340614005923271, -0.011744667775928974, 0.04410684108734131, - -0.022711731493473053, -0.03455399349331856, -0.024009237065911293, - 0.11022540926933289, -0.012866041623055935, -0.007353037130087614, - 0.034831684082746506, -0.020645326003432274, -0.009962232783436775, - -0.008569142781198025, 0.04196677356958389, 0.033135056495666504, - 0.09027159214019775, 0.031759440898895264, -0.025330716744065285, - 0.05905310437083244, -0.017010366544127464, -0.03460141271352768, - 0.06583348661661148, 0.10980489104986191, -0.022240515798330307, - 0.05108031630516052, -0.00605299137532711, 0.015723884105682373, - -0.01952318102121353, 0.07807694375514984, 0.030847949907183647, - -0.06679479032754898, -0.07199030369520187, -0.01041104644536972, - -0.03844934329390526, -0.0279595497995615, -0.03554058447480202, - 0.059879351407289505, 0.03181307390332222, -0.03776223957538605, - -0.03561211749911308, 0.01754133589565754, 0.06147925555706024, - -0.00275154085829854, 0.007018646225333214, -0.0034876561257988214, - 0.0027330752927809954, -0.008455143310129642, -0.02693135477602482, - 0.06392174959182739, -0.05251643806695938, -0.011616989970207214, - 0.011042761616408825, 0.008847219869494438, 0.0055970801040530205, - -0.029797589406371117, 0.05542466416954994, -0.01467289961874485, - -0.01706773042678833, 0.02879245951771736, -0.027565481141209602, - -0.013646367937326431, -0.013753313571214676, -0.08424873650074005, - 0.007614555768668652, 0.038495492190122604, -0.03159111738204956, - 0.024027002975344658, -0.05216483399271965, -0.044105611741542816, - 0.03689137473702431, 0.05028741806745529, -0.02652244083583355, - -0.012757249176502228, -0.020804625004529953, -0.05351901054382324, - 0.11512993276119232, 0.011479631066322327, 0.04658520594239235, 0.08170846104621887, - -0.03867097944021225, -0.020880330353975296, 0.03755194693803787, - -0.004572355654090643, 0.01626710221171379, 0.01863078400492668, - 0.021798495203256607, -0.06745267659425735, 0.012884149327874184, - -0.004994882736355066, -0.05929090455174446, -0.03255491703748703, - 0.0160316564142704, 0.07632020115852356, 0.000273910874966532, - -0.004494537133723497, 0.04287903383374214, 0.012733107432723045, - 0.029467158019542694, 0.035814233124256134, -0.09625847637653351, - 0.01403771247714758, -0.019789716228842735, -0.028621360659599304, - 0.032211121171712875, -0.05849252641201019, -0.02934878133237362, - -0.005004847887903452, -0.05367008224129677, -0.08342428505420685, - 0.050091907382011414, 0.00017554340593051165 - ], - [ - -0.0007876237505115569, 0.021777164191007614, -0.08587884157896042, - -0.07774365693330765, 0.027238791808485985, 0.043184876441955566, - 0.06824424862861633, -0.004532488062977791, 0.026959415525197983, - -0.07209011912345886, -0.015772925689816475, 0.019053930416703224, - -0.0009328540181741118, 0.08106204122304916, -0.0056499154306948185, - 0.028175022453069687, 0.03195155784487724, -0.0853164941072464, - 0.021424151957035065, 0.04635988175868988, 0.008177150040864944, - 0.01636081375181675, 0.05263290926814079, -0.07487980276346207, - 0.009773259982466698, 0.03764753043651581, -0.08517764508724213, - 0.03400730714201927, 0.024924518540501595, 0.011456168256700039, - 0.06977666169404984, 0.030474064871668816, -0.0054765488021075726, - 0.004065444692969322, 0.07586215436458588, -0.03222610056400299, - 0.02731071412563324, -0.006898962426930666, 0.01787576638162136, - 0.05265393108129501, -0.013986700214445591, -0.053080964833498, 0.0612155981361866, - 0.14110152423381805, -0.06860806047916412, -0.05337090417742729, - 0.008249977603554726, -0.0013286271132528782, 0.07758982479572296, - -0.06801287084817886, 0.024830250069499016, 0.026574328541755676, - -0.009626166895031929, 0.047249723225831985, -0.03847169503569603, - 0.015897760167717934, 0.013621711172163486, -0.005613869521766901, - 0.038449592888355255, -0.01454163994640112, 0.029372714459896088, - 0.0014611027436330914, -0.026344938203692436, -0.0035636683460325003, - 0.029561622068285942, 0.026342472061514854, -0.027968065813183784, - -0.09370625019073486, 0.09590654075145721, -0.03229783847928047, - -0.02364248037338257, 0.02664734609425068, 0.027970734983682632, - -0.05800263211131096, -0.038264282047748566, 0.03990399092435837, - 0.03682335093617439, 0.01042792946100235, 0.07735844701528549, -0.05867790803313255, - -0.06810187548398972, 0.0011041749967262149, 0.006703061982989311, - 0.0029547407757490873, 0.07055988162755966, -0.027166567742824554, - 0.07529765367507935, 0.004216469824314117, -0.0741657018661499, - -0.017397109419107437, 0.02080860733985901, -0.022001095116138458, - 6.859616405563429e-5, 0.0006022313609719276, -0.04541316255927086, - -0.04851045832037926, -0.0522155724465847, 0.030078036710619926, - -0.016517791897058487, 0.06841585785150528, -0.003422096138820052, - -0.05566301569342613, -0.015617954544723034, 0.0823374018073082, - 0.024694710969924927, 0.07708374410867691, 0.05623786523938179, 0.06199049949645996, - -0.008048178628087044, -0.06685616075992584, 0.0833006203174591, - 0.024386154487729073, 0.1195470541715622, 0.060730576515197754, -0.0316137820482254, - 0.07803425192832947, 0.011681236326694489, -0.0036660670302808285, - 0.01835646852850914, 0.04564054310321808, 0.023383941501379013, - -0.009759543463587761, -0.05725677311420441, 0.010442214086651802, - 0.029637707397341728, -0.07581782341003418, -0.008034058846533298, - 0.05000657960772514, 0.03460679203271866, 0.007359842304140329, 0.04485071823000908, - -0.009488236159086227, -0.0005839127115905285, 0.006112849339842796, - -0.030561009421944618, -0.01541369128972292, 0.004771489184349775, - 0.05159612372517586, 0.003770615439862013, -0.0044681536965072155, - -0.030620064586400986, -0.05043083801865578, -0.030834754928946495, - 0.13715742528438568, -0.04091804102063179, -0.022226931527256966, - -0.0074942768551409245, 0.03815609589219093, -0.05188887566328049, - 0.004025723319500685, 0.0332174114882946, -0.09473136812448502, - -0.032267797738313675, 0.04384728521108627, 0.05969464033842087, - -0.08034040033817291, 0.07735908031463623, -0.04943572357296944, - -0.0024505103938281536, 0.12453611195087433, 0.08735939860343933, - 0.028300369158387184, -0.004241786431521177, -0.04705113545060158, - 0.03361811861395836, 0.014826713129878044, -0.023878537118434906, - -0.07228164374828339, 0.0678672194480896, 0.06651532649993896, - -0.023621531203389168, 0.01937560737133026, 0.02397099696099758, - -0.04388788715004921, 0.05608502775430679, -0.045307617634534836, - 0.01975824683904648, 0.028932994231581688, -0.037751566618680954, - -0.011302095837891102, -0.017935406416654587, -0.03613869845867157, - 0.004500468261539936, 0.050579577684402466, 0.03820471093058586, - -0.01883145421743393, 0.07840269058942795, -0.014826405793428421, - -0.08353354781866074, 0.019391492009162903, 0.11111526936292648, - -0.09285714477300644, -0.06298230588436127, -0.003099532565101981, - 0.008723231963813305, 0.022696131840348244, 0.041513558477163315, - 0.04051480442285538, -0.011519722640514374, 0.0004142487596254796, - -0.09013848751783371, -0.014937218278646469, 0.0021817616652697325, - 0.02087360806763172, -0.06632237881422043, -0.10213194787502289, - -0.03292103484272957, 0.05722135677933693, 0.0008098961552605033, - -0.11983625590801239, 0.020136814564466476, -0.02931450493633747, - 0.058821819722652435, 0.029361993074417114, 0.0054267393425107, - -0.045356716960668564, -0.02358895167708397, -0.07827894389629364, - 0.02628190815448761, -0.035207197070121765, 0.007311014458537102, - -0.04895683005452156, 0.01775439828634262, 0.013742889277637005, - -0.06870574504137039, -0.06430073082447052, -0.09611838310956955, - -0.0180903859436512, 0.006981289014220238, 0.002820884808897972, - 0.04973127692937851, 0.06908176094293594, -0.02956964634358883, 0.09371020644903183, - -0.003010982181876898, 0.09702220559120178, 0.026806097477674484, - -0.01403291430324316, 0.1415233612060547, 0.04405457153916359, 0.08905848115682602, - -0.04254106804728508, -0.011735915206372738, 0.08348493278026581, - -0.05927533283829689, 0.10824809968471527, -0.038113225251436234, - 0.09536648541688919, 0.010111723095178604, 0.06451480835676193, - -0.01861206814646721, -0.13756680488586426, -0.014673465862870216, - 0.014301043003797531, -0.12761574983596802, -0.06605280935764313, - -0.11974241584539413, 0.07108263671398163, -0.04354877769947052, - -0.02602437697350979, -0.024477260187268257, 0.005887245759367943, - -0.0473615787923336, 0.005008413456380367, -0.11477296054363251, - -0.03439375013113022, 0.027528854086995125, -0.013867437839508057, - -0.03199762478470802, -0.04663245752453804, 0.12847104668617249, - 0.08364725112915039, 0.004679869394749403, 0.05983203649520874, - -0.04616941511631012, 0.047314733266830444, 0.005914667155593634, - 0.06886784732341766, -0.10992226004600525, 0.054798346012830734, - -0.05779900774359703, 0.07839582115411758, -6.901770393596962e-5, - -0.040098339319229126, 0.051287032663822174, 0.04560428485274315, - -0.027762439101934433, -0.02057047002017498, 0.03343622013926506, - -0.009622553363442421, 0.0029099711682647467, -0.06656621396541595, - 0.01446486171334982, -0.05420800298452377, 0.01348122488707304, - -0.044560763984918594, -0.015445664525032043, 0.07983221858739853, - 0.016580713912844658, 0.037854909896850586, 0.18456652760505676, - 0.04200781509280205, -0.012631919234991074, -0.04229956120252609, - -0.1818867325782776, 0.03921477124094963, -0.003902836237102747, - -0.01979570835828781, -0.03258135914802551, -0.011154918000102043, - -0.04957245662808418, -0.01761409267783165, 0.10519663244485855, - 0.012403741478919983, 0.07028687000274658, -0.005468939896672964, - -0.0009036904666572809, -0.04650432989001274, 0.05788572505116463, - -0.01942925900220871, -0.025912044569849968, 0.057685982435941696, - -0.004189142491668463, -0.03591587394475937, -0.06750549376010895, - -0.03669128939509392, 0.027812734246253967, 0.030585454776883125, - -0.04568422958254814, 0.0330376960337162, 0.1670239418745041, 0.09807413071393967, - -0.048684798181056976, -0.01740037463605404, -0.0281920675188303, - 0.028455164283514023, 0.0741199180483818, -0.0007320202421396971, - -0.005266067571938038, -0.05003444850444794, -0.07693502306938171, - 0.030893288552761078, 0.07894039899110794, 0.10242699086666107, - -0.06567392498254776, 0.10011988133192062, 0.0678936168551445, 0.026179000735282898, - 0.04490630701184273, -0.06598351150751114, -0.0016736248508095741, - 0.012151697650551796, -0.00814695656299591, 0.008263283409178257, - 0.03854907304048538, 0.00020030603627674282, -0.012659694068133831, - 0.04121571034193039, 0.04003918543457985, -0.08613383024930954, 0.05322515219449997, - -0.012193100526928902, 8.365743997273967e-5, -0.007310042157769203, - -0.05117276310920715, 0.056345198303461075, -0.00406297342851758, - -0.024697085842490196, -0.0908711776137352, -0.028334693983197212, - -0.00462892884388566, -0.030396996065974236, -0.005156839266419411, - -0.043930504471063614, -0.03740067780017853, 0.017893625423312187, - 0.07479753345251083, -0.08723120391368866, 0.004188824445009232, - -0.06311416625976562, 0.06754954904317856, -0.018084410578012466, - -0.061704713851213455, -0.08687212318181992 - ], - [ - 0.09997548907995224, 0.0667719841003418, -0.009712272323668003, - -0.008754738606512547, -0.04471360146999359, -0.07639488577842712, - -0.06294876337051392, -0.0005159348365850747, 0.002002039458602667, - 0.03995960205793381, -0.07177974283695221, -0.03793667256832123, - 0.001322339754551649, -0.020795736461877823, -0.03064996562898159, - 0.0019687239546328783, -0.00844511017203331, 0.05905160307884216, - 0.040089190006256104, -0.008093148469924927, 0.0373581163585186, - -0.015457488596439362, 0.022715488448739052, -0.031162099912762642, - -0.025499403476715088, 0.09867915511131287, 0.01173021737486124, - -0.004503404255956411, 0.03297620639204979, -0.03187650814652443, - -0.012030936777591705, 0.016385721042752266, -0.07422848045825958, - 0.031205402687191963, 0.10271672159433365, 0.13582324981689453, - -0.05434757471084595, 0.028617631644010544, -0.03805244341492653, - -0.06627552956342697, 0.004230074118822813, 0.04652003198862076, - -0.10695914924144745, -0.04870842769742012, 0.08920478820800781, - -0.12291765213012695, 0.029623934999108315, 0.061266642063856125, - 0.029719403013586998, 0.022019648924469948, 0.0005863219266757369, - 0.0176212340593338, -0.02894522249698639, -0.03792865574359894, - 0.002349182264879346, -0.027767816558480263, 0.07950612902641296, - 0.09215855598449707, 0.0585513673722744, -0.009994912892580032, 0.04609103128314018, - 0.00315011665225029, -0.09520610421895981, -0.08488398045301437, - -0.06758580356836319, 0.06582234799861908, 0.1178293228149414, 0.1457977145910263, - 0.0291123166680336, 0.04379277303814888, -0.03598414734005928, -0.11064895242452621, - -0.03307345137000084, 0.026719368994235992, 0.0041340673342347145, - 0.06508071720600128, 0.01520003192126751, -0.07418734580278397, - 0.0023918147198855877, 0.01614166982471943, 0.060187604278326035, - 0.006588050629943609, -0.016302628442645073, 0.05999115854501724, - -0.001211809809319675, 0.05148424208164215, 0.03766115754842758, - 0.026636727154254913, 0.014349982142448425, -0.01998463086783886, - -0.08370929211378098, 0.04862263426184654, 0.03976694867014885, - -0.006157778203487396, -0.012163696810603142, 0.02823193185031414, - 0.008754868060350418, -0.024045558646321297, 0.006730370223522186, - 0.02025151625275612, 0.021512223407626152, -0.024375000968575478, - -0.01042245700955391, -0.07283329218626022, -0.10354001820087433, - -0.10222116857767105, -0.03271162137389183, 0.012043305672705173, - -0.014429043047130108, -0.04934104532003403, -0.02334843948483467, - -0.03556031733751297, -0.04413872957229614, 0.0043625012040138245, - -0.02531423047184944, 0.009173467755317688, -0.07952459156513214, - -0.03993268683552742, 0.0770881175994873, 0.0470651313662529, 0.004029778763651848, - -0.032734282314777374, 0.032214779406785965, -0.07143846899271011, - 0.0751546323299408, 0.05007607862353325, 0.03201858699321747, 0.017875220626592636, - -0.04659069702029228, -0.002167841885238886, 0.013170154765248299, - 0.028105787932872772, 0.03627493232488632, -0.06686195731163025, - 0.062128908932209015, -0.05891020596027374, 0.042155731469392776, - 0.0009167743264697492, -0.011969728395342827, 0.04640050232410431, - -0.04388328269124031, -0.042090289294719696, 0.03855159506201744, - -0.08357364684343338, -0.020077954977750778, 0.03628222271800041, - -0.01873008720576763, 0.009541894309222698, -0.053162429481744766, - -0.002198888221755624, -0.06286057084798813, 0.04672683775424957, - 0.12261499464511871, -0.00882730633020401, 0.0656701922416687, - -0.039205875247716904, -0.04428958147764206, -0.03130507841706276, - 0.001908850041218102, 0.02367261052131653, -0.06096445396542549, - -0.023128993809223175, 0.000495784159284085, -0.04901696369051933, - -0.017621798440814018, -0.08993572741746902, 0.023171784356236458, - 0.026435265317559242, -0.0415249764919281, -0.0011931272456422448, - 0.03704434260725975, 0.03842823579907417, -0.04109858348965645, - -0.014343594200909138, -0.047320399433374405, 0.008882678113877773, - 0.01675628498196602, -0.01792462170124054, 0.05700482055544853, - -0.046809978783130646, 0.01962495595216751, -0.06128157675266266, - -0.016170237213373184, -0.01638210006058216, 0.032253678888082504, - -0.07480400800704956, 0.0008370705181732774, 0.04661809280514717, - 0.02161279320716858, -0.06928454339504242, -0.09919048100709915, - 0.033387620002031326, 0.013771223835647106, 0.07905121147632599, - -0.07596483826637268, -0.019583148881793022, 0.08439196646213531, - -0.05374157428741455, -0.0478689968585968, -0.025960465893149376, - 0.01613854430615902, -0.04606987163424492, 0.07983198016881943, - -0.07334604114294052, -0.05268172174692154, -0.0847037062048912, - -0.01935693249106407, -0.02594066970050335, -0.08136294037103653, - 0.07129964977502823, -0.03004395216703415, -0.04110423102974892, - -0.01363536436110735, -0.06802277266979218, -0.007749913260340691, - 0.062254954129457474, -0.05464058741927147, -0.01982017792761326, - -0.08142852783203125, -0.0022539717610925436, 0.005274779628962278, - -0.007579756435006857, 0.03873657435178757, -0.037179652601480484, - 0.08358011394739151, 0.07766585797071457, 0.08044930547475815, 0.039593640714883804, - -0.016713541001081467, 0.03663519024848938, -0.04012186825275421, - -0.013461729511618614, 0.034285835921764374, -0.06733894348144531, - -0.03742602840065956, 0.00012406169844325632, 0.0004414019058458507, - 0.0610257163643837, -0.07630972564220428, 0.07769790291786194, -0.07549285143613815, - 0.00782084185630083, 0.060429979115724564, 0.0981915220618248, 0.08914455026388168, - -0.03413793817162514, 0.005076903384178877, -0.06830469518899918, - -0.017941590398550034, 0.02375365048646927, -0.0740174651145935, - 0.04139131307601929, 0.05782460421323776, -0.046751976013183594, - -0.010293413884937763, -0.023989049717783928, 0.027888519689440727, - 0.040764424949884415, 0.00016518920892849565, 0.10604040324687958, - -0.0034441251773387194, 0.04629328474402428, -0.061430979520082474, - 0.05574728175997734, 0.03552442044019699, -0.03999314457178116, - -0.013912112452089787, -0.03777788579463959, 0.030660806223750114, - 0.006057476159185171, -0.018248101696372032, 0.04024240002036095, - -0.04049653187394142, 0.03296378254890442, 0.027941223233938217, - -0.027434902265667915, -0.10346783697605133, -0.029492415487766266, - 0.058803707361221313, -0.015140186063945293, 0.08796758204698563, - -0.08868920058012009, 0.0056402492336928844, -0.09617665410041809, - -0.06481215357780457, 0.027969468384981155, -0.016596145927906036, - 0.08982864767313004, 0.11746775358915329, 0.04275249317288399, - -0.035835474729537964, 0.023073645308613777, -0.040158096700906754, - -0.014489003457129002, -0.030863311141729355, 0.1323133111000061, - -0.023283716291189194, -0.10892722010612488, -0.011915167793631554, - -0.023261703550815582, -0.06914341449737549, -0.09784315526485443, - 0.053270455449819565, -0.0010037082247436047, -0.04802548140287399, - 0.06391367316246033, 0.04707985371351242, 0.001643441035412252, - -0.10639259219169617, 0.046784400939941406, -0.014238460920751095, - -0.023975523188710213, 0.006295591592788696, 0.10872524976730347, - 0.006842586677521467, 0.01870860904455185, -0.010082664899528027, - 0.05181926488876343, -0.004727186635136604, -0.004625893663614988, - -0.025523148477077484, -0.014088775962591171, -0.10460349917411804, - 0.030600497499108315, 0.09923841804265976, -0.025714349001646042, - -0.05690857768058777, 0.022983761504292488, 0.12374807894229889, - -0.01731148362159729, -0.07200539857149124, 0.03498087078332901, - 0.01668376289308071, 0.0442618802189827, 0.03456290066242218, -0.009087976068258286, - -0.045012589544057846, 0.07629181444644928, -0.0770544558763504, - -0.03813287988305092, -0.028572071343660355, 0.01836443319916725, - -0.031252626329660416, -0.00388995255343616, 0.0664174035191536, - -0.06696773320436478, 0.011734738945960999, -0.0448714941740036, - 0.027543654665350914, -0.021664153784513474, -0.009084492921829224, - 0.07971788942813873, -0.011952932924032211, 0.01946207694709301, - -0.09797795116901398, 0.03524250164628029, 0.025364289060235023, - 0.06607094407081604, 0.010399539023637772, 0.004603873938322067, - -0.04244652017951012, 0.07289338111877441, -0.0648265853524208, - -0.06882958114147186, 0.05631789565086365, -0.006707914173603058, - -0.043077267706394196, 0.017397642135620117, -0.03621158003807068, - 0.001140020089223981, 0.013366982340812683, 0.0366632342338562, - -0.09017767012119293, -0.0035665840841829777, 0.03319670259952545, - 0.024727391079068184, -0.020467180758714676, 0.060164790600538254, - 0.02398533560335636, 0.054368793964385986, -0.004136941395699978, - 0.03144516795873642, -0.01949250139296055, -0.03414575755596161 - ], - [ - 0.06327440589666367, 0.0016992826713249087, 0.02521795593202114, - -0.0315723717212677, -0.04995737969875336, -0.027368485927581787, - -0.017888931557536125, -0.02680962160229683, -0.029708513990044594, - -0.03269835188984871, -0.07584045082330704, 0.0001352982799289748, - -0.0013058774638921022, 0.022769011557102203, -0.07144170999526978, - -0.045563630759716034, -0.010309378616511822, -0.01134977862238884, - 0.05802157148718834, -0.030930235981941223, 0.046912457793951035, - 0.04712553322315216, -0.0107821524143219, -0.033095832914114, 0.016169924288988113, - 0.00957200676202774, 0.006136760581284761, 0.016572490334510803, - -0.03634386137127876, -0.03562161698937416, -0.06920941174030304, - -0.011772829107940197, 0.02699507400393486, 0.03244244307279587, - -0.02468896470963955, 0.024936363101005554, -0.051715001463890076, - -0.013850902207195759, 0.05642353743314743, 0.029714174568653107, - 0.06079787015914917, 0.009199551306664944, 0.007349971681833267, - 0.04103713482618332, -0.06773919612169266, 0.03526271879673004, 0.07413921505212784, - 0.0653645396232605, 0.03721054270863533, -0.0400192067027092, 0.01748734340071678, - -0.007090521976351738, -0.06627588719129562, -0.0690891444683075, - 0.01959207095205784, 0.013522347435355186, 0.03205695003271103, 0.0712098702788353, - 0.05842943489551544, -0.00022964042727835476, 0.037659913301467896, - -0.06725146621465683, -0.03597792237997055, 0.011147790588438511, - 0.024955015629529953, 0.051990170031785965, 0.005248198285698891, - 0.06319587677717209, -0.09559208154678345, 0.02023341879248619, - -0.02219010517001152, 0.007829309441149235, 0.001581723801791668, - -0.03619842603802681, 0.07093963772058487, -0.01660453900694847, - 0.06525494158267975, -0.08024779707193375, -0.030173445120453835, - 0.048395633697509766, 0.018037227913737297, -0.057509709149599075, - -0.08890200406312943, 0.02496645785868168, -0.027404630556702614, - -0.042441368103027344, -0.032711807638406754, 0.0032288176007568836, - 0.05885615944862366, -0.08444543182849884, 0.023147715255618095, - -0.028543345630168915, 0.020004713907837868, 0.050747789442539215, - -0.0350814051926136, 0.03876819461584091, 0.012343629263341427, 0.03734729811549187, - 0.016815749928355217, -0.006552088540047407, 0.061457667499780655, - 0.043524131178855896, 0.002095728414133191, -0.009849830530583858, - 0.08235061913728714, 0.09435862302780151, 0.05511300638318062, 0.02828514389693737, - -0.0043682618997991085, -0.045087024569511414, 0.03170313686132431, - -0.015587294474244118, 0.06405086070299149, 0.020032912492752075, - 0.015129993669688702, 0.07885196059942245, -0.07243435829877853, - 0.04640093073248863, -0.022104809060692787, -0.05948920547962189, - 0.056322645395994186, 0.0007244324660860002, -0.027097562327980995, - -0.0058447131887078285, -0.056023720651865005, 0.005270218942314386, - 0.020689496770501137, -0.015514148399233818, -0.07422951608896255, - -0.008038819767534733, -0.020672667771577835, 0.037920624017715454, - -0.004108698107302189, -0.04440026357769966, 0.009041139855980873, - -0.025640547275543213, 0.02289983630180359, 0.06122191622853279, - 0.059883806854486465, -0.005595158785581589, 0.009914271533489227, - -0.0323544517159462, 0.037723883986473083, 0.04432380199432373, - -0.06677435338497162, -0.007303003221750259, -0.006449006963521242, - 0.016916126012802124, -0.06598273664712906, -0.032270535826683044, - -0.04090581461787224, -0.015682177618145943, 0.02437553182244301, - -0.019518017768859863, 0.06759911775588989, -0.06601635366678238, - 0.03371372073888779, 0.0068616922944784164, -0.02535908669233322, - 0.035818494856357574, 0.031588535755872726, 0.011194359511137009, - 0.04256400093436241, -0.04690169170498848, 0.03173021227121353, - -0.056121256202459335, 0.03012034110724926, -0.06659476459026337, - -0.056608669459819794, 0.12029089033603668, -0.009101763367652893, - 0.04806352034211159, -0.0463695302605629, -0.008627483621239662, - 0.003665874246507883, 0.006855492014437914, -0.01754535548388958, - -0.050497930496931076, 0.01162163820117712, 0.003047696314752102, - -0.037941694259643555, 0.02594705857336521, 0.03800102323293686, - 0.04810866340994835, -0.024309752508997917, -0.02833664044737816, - -0.015165966004133224, 0.04157412797212601, -0.019441703334450722, - 0.05225704237818718, 0.01601608283817768, 0.10185974836349487, 0.10512276738882065, - 0.09995965659618378, -0.059055961668491364, 0.03326709195971489, - -0.007514390628784895, -0.06697485595941544, 0.046488262712955475, - -0.10471266508102417, -0.02735600434243679, -0.053929172456264496, - -0.044552624225616455, 0.0332261323928833, 0.01885097473859787, - 0.004804535768926144, 0.01649533584713936, -0.0749904066324234, - -0.01564238779246807, 0.01525007002055645, 0.05845259130001068, - -0.017464131116867065, -0.014788351953029633, -0.07716972380876541, - -0.025221869349479675, -0.002037852304056287, -0.04039107635617256, - -0.039671119302511215, 0.024084124714136124, 0.045704830437898636, - -0.0011942960554733872, -0.01636885292828083, -0.04871465638279915, - 0.03568025305867195, -0.051775380969047546, -0.0716409832239151, 0.0706794485449791, - 0.06713490933179855, -0.06432291120290756, -0.07417652755975723, - -0.07394743710756302, 0.0628124326467514, -0.008616081438958645, - 0.007110998500138521, -0.08550647646188736, 0.07969275861978531, - 0.04294563829898834, -0.06136337295174599, -0.000851935357786715, - -0.00557258166372776, 0.009746711701154709, 0.02592117339372635, - 0.018224187195301056, -0.06102343648672104, -0.035267096012830734, - -0.00159112096298486, -0.022971846163272858, -0.024387719109654427, - 0.0024585933424532413, 0.006267281249165535, -0.06999224424362183, - 0.047464583069086075, -0.05916615203022957, 0.02233886905014515, - -0.0961640253663063, -0.025442922487854958, -0.04749693349003792, - -0.042016834020614624, 0.009207001887261868, 0.051330067217350006, - -0.029774928465485573, 0.046118881553411484, 0.07901375740766525, - 0.049218978732824326, 0.00674724904820323, -0.04649055376648903, 0.0787215381860733, - 0.08357502520084381, 0.025753580033779144, 0.014075287617743015, - 0.04973217844963074, 0.012694019824266434, 0.0381721630692482, 0.07583367079496384, - 0.0408657044172287, -0.012375631369650364, 0.04040862247347832, - -0.06806329637765884, -0.0032098013907670975, 0.10742197930812836, - 0.060375310480594635, 0.0638364851474762, 0.049373384565114975, - -0.09967253357172012, 0.0776410773396492, 0.03745030239224434, -0.03175131976604462, - 0.00884322915226221, 0.08526824414730072, 0.06147121638059616, -0.05251326039433479, - 0.05568145960569382, -0.026721114292740822, 0.03806925565004349, - 0.036692406982183456, -0.028576787561178207, 0.002971914829686284, - 0.013871840201318264, -0.08981160074472427, 0.007587322033941746, - 0.011556942947208881, -0.04855949804186821, -0.09314841032028198, - -0.01576044037938118, -0.0032201583962887526, -0.001607511774636805, - 0.057820502668619156, -0.04051416367292404, 0.005744107998907566, - 0.022930750623345375, -0.014608322642743587, -0.02125762589275837, - 0.009480195119976997, 0.03218761086463928, -0.001265248516574502, - -0.08942773938179016, 0.0058130319230258465, -0.053040262311697006, - 0.03451760485768318, 0.04934852197766304, -0.0393514409661293, 0.031441379338502884, - 0.02130364626646042, -0.0845479890704155, 0.021809015423059464, - -1.6664191207382828e-5, -0.030608519911766052, 0.013562378473579884, - 0.020937103778123856, -0.038864411413669586, -0.04443685710430145, - -0.015058689750730991, 0.04468892887234688, 0.05753077194094658, - -0.038935255259275436, -0.0055465116165578365, 0.03985495865345001, - -0.0021833900827914476, -0.0034057460725307465, -0.008309470489621162, - -0.028245771303772926, 0.007398534100502729, -0.014926085248589516, - 0.028970248997211456, -0.06819014996290207, -0.033433493226766586, - 0.07006260752677917, -0.03202252462506294, 0.05035002902150154, - -0.019809650257229805, -0.009341573342680931, 0.03947276994585991, - -0.04777907580137253, -0.03333708271384239, -0.033117540180683136, - -0.057226091623306274, 0.008823917247354984, -0.058083608746528625, - -0.03937942162156105, 0.05427826941013336, 0.022407574579119682, - 0.02591737173497677, -0.04090402275323868, 0.04475138708949089, 0.04487466439604759, - 0.07954931259155273, 0.023825109004974365, -0.008365478366613388, - 0.03871012106537819, -0.03202025219798088, 0.041985444724559784, - 0.06268203258514404, 0.0421823114156723, -0.0059455945156514645, - 0.017602242529392242, 0.007413493003696203, 0.021521398797631264, - -0.003981818910688162, 0.05203172564506531, 0.03149697184562683, - -0.05340196564793587, -0.019449342042207718, 0.055334288626909256, - -0.042624581605196 - ], - [ - 0.020746327936649323, 0.04175042361021042, -0.037025660276412964, - -0.049676429480314255, 0.02252863720059395, 0.04089253395795822, - -0.005956566892564297, 0.005505268462002277, 0.005676991771906614, - 0.06109912693500519, -0.07751425355672836, 0.030857542529702187, - -0.030500968918204308, 0.11137759685516357, -0.02383086457848549, - -0.012352806515991688, 0.01621270179748535, -0.007262129802256823, - 0.06854141503572464, 0.008344752714037895, 0.0526447519659996, 0.04965599253773689, - -0.010560856200754642, -0.002095150761306286, -8.779229392530397e-5, - 0.01052991021424532, 0.02459847368299961, 0.01572110317647457, - 0.0030186630319803953, -0.06539564579725266, -0.0005613715620711446, - -0.014768159948289394, 0.023875728249549866, -0.0075562745332717896, - -0.028899284079670906, 0.0668693259358406, -0.04065212607383728, - -0.05755160003900528, 0.04726165905594826, -0.04814185947179794, - 0.05231444537639618, 0.002218099543824792, -0.030782610177993774, - 0.014011857099831104, -0.029210008680820465, 0.017929494380950928, - 0.010014734230935574, 0.02097916230559349, 0.0629030391573906, 0.0232192762196064, - -0.001784579362720251, 0.016129346564412117, 0.01659982092678547, - 0.015803871676325798, 0.006833843886852264, 0.029676927253603935, - 0.006390453316271305, -0.01717299036681652, 0.02061314880847931, - -0.05404548719525337, 0.019734086468815804, 0.002249302575364709, - -0.12155649811029434, 0.026889316737651825, 0.05420476570725441, - -0.04320636764168739, 0.040383100509643555, 0.057962749153375626, - 0.01438075490295887, -0.08415893465280533, 0.0403742715716362, 0.03944537416100502, - 0.022204294800758362, -0.029462138190865517, 0.058213114738464355, - 0.052692484110593796, 0.06318053603172302, 0.060884859412908554, - -0.021328777074813843, 0.044764596968889236, 0.008283977396786213, - 0.06007461994886398, 0.03141530975699425, 0.015181999653577805, - 0.049546390771865845, 0.01484252605587244, 0.07227978855371475, - -0.03448763117194176, 0.015667589381337166, 0.04562360793352127, - -0.041496437042951584, 0.005840778816491365, -0.022805146872997284, - -0.01575927808880806, -0.054819975048303604, -0.026226865127682686, - 0.0331304557621479, 0.027278633788228035, -0.003680763067677617, - 0.02552848868072033, 0.03443450853228569, -0.04527425020933151, - -0.008819758892059326, 0.016110796481370926, 0.00730565469712019, - 0.047151681035757065, 0.006723052356392145, -0.00013909224071539938, - 0.042265016585588455, -0.06635057181119919, 0.028110144659876823, - -0.04496551677584648, 0.06438644975423813, -0.017219705507159233, - -0.04214097186923027, -0.03013734333217144, -0.0470232293009758, - 0.017770342528820038, -0.0012006526812911034, 0.01597966067492962, - -0.04753541201353073, -0.018560945987701416, 0.03558375686407089, - 0.005554985720664263, 0.03699522465467453, 0.00959603302180767, - -0.05670415982604027, -0.039696574211120605, -0.0019948880653828382, - -0.05474653095006943, -0.009073466062545776, -0.016156509518623352, - 0.07950283586978912, -0.09969689697027206, 0.10698334872722626, - 0.004914070945233107, 0.07870663702487946, 0.031632646918296814, - -0.026367008686065674, 0.020863940939307213, -0.034994032233953476, - 0.013948740437626839, 0.07801347225904465, -6.311223842203617e-5, - -0.004315288737416267, -0.07496868073940277, -0.03197069838643074, - 0.037199243903160095, 0.010723554529249668, -0.008000520057976246, - -0.02263723313808441, 0.0029894933104515076, -0.002661459380760789, - 0.042955268174409866, -0.0077261729165911674, -0.02960909530520439, - 0.03385787084698677, 0.01794140785932541, 0.07478451728820801, 0.018442891538143158, - -0.0668564885854721, 0.0749015137553215, 0.009349014610052109, 0.033862125128507614, - 0.06144532561302185, 0.008830671198666096, 0.06708507239818573, - -0.05923837423324585, -0.018304962664842606, 0.01762061007320881, - 0.012334128841757774, -0.015810133889317513, -0.032019663602113724, - -0.05985535308718681, 0.06920244544744492, -0.033923014998435974, - 0.01869441568851471, -0.06599084287881851, -0.005372030660510063, - -0.07918058335781097, -0.012529410421848297, 0.02479766681790352, - -0.02108677476644516, 0.05883593484759331, -0.014643684960901737, - 0.06566246598958969, -0.006363288499414921, 0.006323234178125858, - -0.05025200545787811, 0.05108321085572243, -0.00217161001637578, - 0.07355912029743195, -0.012404229491949081, 0.08553741872310638, - -0.028476327657699585, -0.0001803538907552138, -0.040230996906757355, - -0.051913633942604065, 0.06898461282253265, -0.0471799299120903, - -0.023694690316915512, -0.02348591759800911, 0.052223119884729385, - -0.02935706451535225, -0.1295204758644104, -0.008469617925584316, - -0.021763291209936142, -0.037842199206352234, -0.08896689116954803, - 0.056839391589164734, 0.06552120298147202, 0.011635727249085903, - -0.04073210060596466, -0.03501560166478157, 0.013392000459134579, - 0.003076000837609172, -0.00682878727093339, -0.06870623677968979, - -0.07478263974189758, -0.008266017772257328, 0.05125083029270172, - -0.03265596553683281, -0.006563588976860046, -0.010435176081955433, - 0.03459331765770912, 0.01654873788356781, 0.06798055768013, 0.055909253656864166, - 0.015208887867629528, -0.00428392319008708, 0.0009735270868986845, - 0.023067837581038475, -0.019368300214409828, 0.07081252336502075, - -0.008558863773941994, -0.002690815133973956, -0.07298573106527328, - -0.014435876160860062, 0.004403742961585522, 0.04578963294625282, - 0.030749108642339706, -0.0045751831494271755, 0.06687507778406143, - -0.008123446255922318, -0.012431448325514793, -0.026523685082793236, - 0.03819568455219269, 0.014018571004271507, 0.009142414666712284, - -0.0073189930990338326, -0.011406691744923592, -0.05451196804642677, - 0.06466200202703476, 0.058591656386852264, -0.03856206685304642, - -0.09565261006355286, -0.06854461878538132, 0.05577500909566879, - 0.012580453418195248, -0.003328742692247033, -0.057437870651483536, - 0.01504445169121027, -0.005019667558372021, 0.033800121396780014, - -0.04294752702116966, -0.08358317613601685, 0.07723499089479446, - 0.037709422409534454, 0.034378599375486374, 0.06246250122785568, - -0.007271971553564072, 0.04953230544924736, 0.009130306541919708, - -0.03617348149418831, -0.020068028941750526, 0.08408184349536896, - -0.009425612166523933, 0.02442677691578865, 0.00017440557712689042, - 0.07565320283174515, 0.09772572666406631, 0.07164249569177628, - -0.025963667780160904, -0.021414855495095253, 0.03122430294752121, - 0.03584068641066551, -0.010891369543969631, 0.023443395271897316, - 0.016076255589723587, 0.0072119105607271194, 0.0007745446055196226, - 0.043421901762485504, -0.012253972701728344, -0.023029770702123642, - 0.013888114131987095, 0.015551534481346607, -0.007212567608803511, - 0.04789034649729729, 0.00914713740348816, 0.006160227116197348, 0.00710817938670516, - -0.045407120138406754, -0.06757345050573349, -0.029085787013173103, - 0.0242054034024477, -0.03911282494664192, 0.007301012985408306, - -0.02737070620059967, -0.05403367429971695, -0.01798832230269909, - 0.023143524304032326, -0.07656245678663254, -0.07106582075357437, - -0.003400795627385378, 0.008272533304989338, 0.025209268555045128, - 0.009614448994398117, 0.02553011104464531, 0.08303593099117279, - -0.02999681793153286, 0.03934736177325249, -0.0147447744384408, - -0.02009330503642559, -0.0968560129404068, 0.03977623209357262, - -0.02431437373161316, -0.021864911541342735, 0.02146472968161106, - -0.015583214350044727, 0.023555491119623184, 0.022972717881202698, - 0.0027514102403074503, -0.055555786937475204, 0.030229775235056877, - -0.008178647607564926, -0.04322187229990959, -0.008655967190861702, - 0.08206435292959213, -0.03394518047571182, 0.015353049151599407, - -0.04478468373417854, 0.0012226480757817626, 0.011418931186199188, - 0.07037115842103958, -0.015047936700284481, -0.06852515786886215, - 0.009861196391284466, -0.020066453143954277, 0.0963001698255539, - -0.06244298815727234, 0.0014770864509046078, 0.04054662212729454, - -0.06297746300697327, 0.025977127254009247, 0.01226394809782505, - 0.029560372233390808, 0.004987709689885378, -0.036005035042762756, - 0.04069487005472183, -0.006063389126211405, 0.00046506384387612343, - 0.01862134225666523, -0.015594103373587132, -0.020086713135242462, - -0.011744099669158459, 0.08805309981107712, 0.07366049289703369, - 0.022902756929397583, -0.019911548122763634, -0.049849845468997955, - -0.037980008870363235, 0.0005254670977592468, -0.08161784708499908, - 0.0037739472463726997, 0.0011350911809131503, -0.022664569318294525, - 0.0379796028137207, -0.056238725781440735, 0.058823928236961365, - -0.004200309049338102, 0.0029723874758929014, -0.05318840220570564, - 0.03630461171269417, 0.005990947131067514 - ], - [ - 0.04402455314993858, 0.01106469240039587, -0.005156933329999447, - 0.026823485270142555, 0.00940693449229002, -0.018498806282877922, - 0.024782948195934296, 0.0016891908599063754, 0.012801584787666798, - -0.011914501897990704, 0.02006409503519535, 0.042093370109796524, - -0.07616171985864639, 0.1074465960264206, 0.043311916291713715, - -0.057175152003765106, -0.020718730986118317, -0.037853680551052094, - 0.04056181386113167, -0.006621141918003559, 0.03443918377161026, - 0.057531487196683884, 0.076047383248806, 0.06861378997564316, 0.0025664966087788343, - -0.0249470341950655, -0.008594011887907982, 0.015560048632323742, - 0.0003150228876620531, -0.04814388230443001, -0.056140169501304626, - -0.05108613893389702, 0.014794662594795227, 0.029446415603160858, - -0.0034981356002390385, 0.08007261157035828, -0.07049771398305893, - -0.042307235300540924, 0.04180683195590973, -0.028023019433021545, - -0.0430535189807415, -0.02788752131164074, -0.0615590438246727, 0.00624299980700016, - -0.05388389900326729, -0.053440410643815994, 0.060205765068531036, - 0.04557902738451958, -0.0637752041220665, 0.030353968963027, 0.06504873186349869, - -0.05703714117407799, -0.09838209301233292, -0.04116305708885193, - -0.0467827208340168, 0.04002045840024948, 0.042226456105709076, 0.06661131978034973, - -0.03078845702111721, -0.07745157182216644, 0.06282597780227661, - -0.05133723095059395, -0.016577618196606636, 0.0447884164750576, - 0.03265945985913277, -0.01589728519320488, -0.04714237153530121, - 0.015088814310729504, -0.054140299558639526, -0.03824427351355553, - -0.05167136713862419, -0.06600276380777359, 0.051851075142621994, - -0.029260439798235893, 0.052540287375450134, -0.012048347853124142, - 0.09853298217058182, 0.008199983276426792, -0.0023676399141550064, - 0.09201018512248993, -0.013618824072182178, 0.04833747819066048, - 0.04836245998740196, 0.030758215114474297, -0.027282388880848885, - -0.005450702738016844, -0.03482672944664955, -0.009174919687211514, - -0.007421964779496193, 0.034393277019262314, 0.0025387427303940058, - 0.004514009691774845, -0.015372045338153839, -0.027704475447535515, - -0.03901209309697151, 0.005412103608250618, -0.06175245717167854, - -0.0478244312107563, 0.02613082528114319, -0.018307583406567574, - -0.05265695974230766, 0.02587435580790043, -0.05152846872806549, - -0.028984516859054565, 0.04456768184900284, 0.04967985302209854, - -0.023424120619893074, 0.0036406347062438726, 0.01731291227042675, - -0.07522016763687134, 0.030663562938570976, -0.07625794410705566, - 0.040393631905317307, 0.006389280315488577, -0.009018405340611935, - 0.03638437017798424, -0.011858701705932617, -0.03797505050897598, - -0.03358558192849159, -0.07540751248598099, 0.029649661853909492, - 0.019188737496733665, -0.01982354000210762, -0.003754029981791973, - 0.00924903154373169, 0.008727004751563072, -0.043800342828035355, - 0.04062236100435257, -0.01573077403008938, 0.012849048711359501, - -0.013893879018723965, -0.04308399558067322, -0.014835973270237446, - -0.06436046212911606, 0.09187779575586319, -0.004942265339195728, - 0.027635516598820686, 0.015186597593128681, 0.030964771285653114, - 0.0421685166656971, -0.0726587325334549, -0.07299934327602386, 0.016608521342277527, - 0.010495827533304691, -0.04477813094854355, -0.027657991275191307, - -0.03691442683339119, 0.03746568411588669, -0.08609392493963242, - 0.0026930992025882006, -0.0009486225317232311, 0.021883057430386543, - 0.022014765068888664, -0.01208337489515543, -0.030935879796743393, - -0.10956893861293793, 0.0988563820719719, 0.0031102101784199476, - 0.022887779399752617, -0.044080909341573715, -0.02930494025349617, - 0.018594972789287567, 0.05248431861400604, 0.030473370105028152, - -0.006340500898659229, 0.014538499526679516, 0.07831685245037079, - -0.08457621932029724, 0.06708244979381561, 0.014863787218928337, - 0.03593938797712326, 0.03189164027571678, -0.01299127098172903, - 0.046502381563186646, 0.03295823931694031, -0.03567809611558914, - 0.019325314089655876, 0.03659225255250931, 0.027194643393158913, - -0.005416703410446644, 0.0009926428319886327, 0.012180485762655735, - 0.056521572172641754, -0.009062882512807846, -0.04547559842467308, - 0.01696876809000969, -0.007158685475587845, -0.026339365169405937, - 0.04361296817660332, 0.07947596907615662, -0.0014293364947661757, - -0.012059001252055168, 0.057078905403614044, 0.05916944518685341, - -0.050771426409482956, -0.011123299598693848, 0.012792016379535198, - -0.07015111297369003, -0.011920181103050709, 0.02560989186167717, - -0.02695554867386818, -0.050306010991334915, -0.044956982135772705, - -0.03921128064393997, -0.07171148806810379, -0.017116032540798187, - 0.0002780082286335528, -0.026263663545250893, 0.0012336662039160728, - 0.07272938638925552, 0.020912092179059982, 0.055509164929389954, - -0.010772236622869968, -0.054480571299791336, -0.06392417103052139, - -0.043994564563035965, -0.040439993143081665, -0.0014118073740974069, - -0.038335032761096954, -0.020372673869132996, -0.016531767323613167, - -0.030715422704815865, 0.031691357493400574, -0.029320675879716873, - 0.04337405040860176, -0.004403448663651943, 0.06544729322195053, - -0.023222777992486954, 0.043081577867269516, -0.024240685626864433, - 0.01591494120657444, 0.027678202837705612, -0.028677895665168762, - 0.03317389264702797, -0.0690796747803688, -0.003134873230010271, - 0.015105927363038063, -0.007184870075434446, -0.013818733394145966, - -0.009031801484525204, -0.05521535500884056, 0.08627425879240036, - 0.09710913151502609, -0.020910300314426422, 0.0060086981393396854, - 0.05541533604264259, -0.045551300048828125, 0.008432767353951931, - -0.061045680195093155, 0.030060647055506706, -0.043927695602178574, - -0.055793024599552155, -0.01729867234826088, 0.04425361007452011, - -0.003609767183661461, -0.01161887776106596, -0.07094108313322067, - 0.054280366748571396, 0.018065467476844788, -0.012365691363811493, - -0.043740998953580856, 0.06609141826629639, -0.04136257618665695, - -0.03506680950522423, 0.022634917870163918, -0.05145857855677605, - 0.09328656643629074, 0.009240858256816864, -0.0438954122364521, 0.02384231984615326, - -0.03253127634525299, 0.07717525213956833, -0.02930665761232376, - 0.019419992342591286, -0.018939396366477013, 0.029420649632811546, - -0.017049157992005348, -0.01324630156159401, 0.01166539452970028, - 0.033961810171604156, -0.0016135373152792454, 0.06121552735567093, - 0.03680190443992615, -0.0003809914633166045, 0.0781804695725441, - -0.002737166127189994, 0.0811288058757782, 0.015516740269958973, - 0.07825647294521332, 0.09185286611318588, -0.008720021694898605, - 0.01822485588490963, 0.004097483586519957, 0.029397686943411827, - 0.02286306582391262, 0.052136559039354324, 0.03508332371711731, - 0.023302894085645676, -0.03189243748784065, -0.03750426694750786, - -0.027586471289396286, -0.05077308416366577, -0.06456649303436279, - -0.01547207124531269, -0.01648368313908577, -0.04125215485692024, - -0.029611337929964066, -0.023740636184811592, -0.08403901010751724, - 0.08202620595693588, -0.04380223900079727, -0.04715820029377937, - -0.03356653451919556, 0.022612763568758965, -0.012131338007748127, - -0.006903859321027994, -0.0074363769963383675, -0.03218531981110573, - 0.060799747705459595, 0.03262282907962799, 0.0190663430839777, 0.041774965822696686, - -0.01264395471662283, -0.07870220392942429, 0.02605416066944599, - -0.000167699035955593, -0.005537393968552351, 0.08176672458648682, - -0.02754680998623371, -0.0231480710208416, -0.05523426830768585, - 0.03719865903258324, -0.019610503688454628, -0.0003600436029955745, - -0.08265469968318939, -0.0577482245862484, -0.037993308156728745, - 0.03284052759408951, -0.016795309260487556, -0.04030338302254677, - -0.00011148109479108825, -0.006668188143521547, -0.03867427259683609, - 0.019753890112042427, -0.09279738366603851, -0.013536931946873665, - 0.04540128633379936, -0.0304233580827713, 0.07851043343544006, - 0.0052007283084094524, 0.021952250972390175, 0.056617122143507004, - -0.04904570057988167, 0.019196264445781708, -0.030693013221025467, - -0.012704340741038322, -0.05959170684218407, -0.020792704075574875, - -0.04238186404109001, -0.0236605703830719, -0.03499383479356766, - -0.0006096696015447378, -0.06362242996692657, -0.019876115024089813, - 0.04889054596424103, 0.09650825709104538, 0.016144804656505585, 0.02867102064192295, - 0.017574649304151535, -0.005946969613432884, 0.024678414687514305, - 0.09883344173431396, 0.006207735743373632, 0.01654508337378502, 0.04992682859301567, - -0.053981006145477295, 0.022098859772086143, -0.026446353644132614, - 0.023534931242465973, 0.012497864663600922, -0.014109992422163486, - -0.06811641901731491, 0.047311801463365555, -0.018417062237858772 - ], - [ - 0.06970439851284027, -0.02591177448630333, -0.017285913228988647, - 0.017975006252527237, -0.08155765384435654, -0.02820744924247265, - 0.036309197545051575, -0.038619399070739746, -0.004715675953775644, - 0.0009246613481082022, -0.06562278419733047, -0.017249753698706627, - 0.030200470238924026, 0.09240514785051346, 0.01160653866827488, 0.05516081675887108, - 0.05897132679820061, -0.07990540564060211, -0.004768673330545425, - 0.020283125340938568, 0.05372870713472366, -0.10293508321046829, - -0.031068893149495125, 0.005132550839334726, 0.03775327652692795, - 0.021060511469841003, 0.0359509140253067, 0.04692426323890686, - 0.0002904865250457078, 0.06773631274700165, 0.00892079807817936, - 0.06759840995073318, -0.0031870577950030565, -0.06995633989572525, - 0.03498634696006775, 0.014553978107869625, 0.0007597326766699553, - -0.07067769020795822, -0.06411966681480408, 0.010508691892027855, - -0.00653328699991107, 0.047948434948921204, 0.05972583591938019, - 0.040352191776037216, -0.0031167285051196814, 0.036411888897418976, - -0.019155975431203842, 0.07481187582015991, 0.05195244401693344, - -0.023363962769508362, -0.01829577051103115, 0.056938376277685165, - -0.04241413250565529, 0.027795568108558655, -0.06463378667831421, - 0.1048799604177475, -0.022923486307263374, -0.014784582890570164, - -0.005351297091692686, -0.0036515453830361366, 0.0676744282245636, - -0.018431007862091064, -0.016577281057834625, 0.07900382578372955, - 0.06981362402439117, -0.006693868897855282, -0.009514898993074894, - 0.032856933772563934, 0.07257834076881409, -0.13167361915111542, - 0.015693191438913345, -0.019442986696958542, 0.10454674810171127, - -0.06022128462791443, 0.019567938521504402, 0.04198997840285301, - 0.06297838687896729, 0.022854043170809746, 0.01721014827489853, 0.05464795231819153, - -0.03140631690621376, -0.0038771294057369232, 0.05898228660225868, - 0.03625676780939102, 0.11430839449167252, 0.07675281167030334, -0.02515154704451561, - -0.004060528706759214, -0.01496831700205803, 0.02604624442756176, - 0.008849896490573883, 0.023780709132552147, -0.06657581031322479, - 0.021767979487776756, -0.0516761839389801, -0.050450801849365234, - -0.02569364756345749, 0.03566119819879532, -0.050569068640470505, - 0.038386277854442596, 0.029790671542286873, 0.04634688422083855, - 0.06863175332546234, 0.033965058624744415, 0.09042541682720184, - 0.007520776707679033, 0.0014614496612921357, 0.07652758806943893, - 0.07763852179050446, -0.09487197548151016, 0.023369647562503815, - -0.03956708312034607, 0.08879721909761429, 0.08898468315601349, - -0.10225342959165573, 0.04596890136599541, 0.0192093662917614, 0.005089817568659782, - -0.0041495999321341515, -0.0051460955291986465, 0.011109569109976292, - -0.07783998548984528, -0.07957176864147186, -0.0016464261570945382, - -0.016306782141327858, -0.03951388597488403, 0.006493401248008013, - -0.006036385893821716, 0.052308764308691025, -0.05475731939077377, - 0.11821085959672928, -0.0536952018737793, -0.01597396470606327, - -0.05268914997577667, -0.025170549750328064, -0.024769628420472145, - 0.0469592809677124, -0.040020350366830826, -0.04227546602487564, - -0.06401156634092331, -0.09038403630256653, -0.03068017028272152, - -0.03934825211763382, 0.03322025015950203, 0.026951072737574577, - -0.07491910457611084, -0.058310266584157944, 0.011865517124533653, - -0.03973639756441116, -0.01577557437121868, -0.02908269315958023, - -0.013752318918704987, -0.0032985892612487078, -0.007241870276629925, - 0.029891153797507286, -0.05919758230447769, 0.0386662632226944, - 0.033881332725286484, 0.030086036771535873, -0.0042097787372767925, - -0.012037532404065132, 0.07375399768352509, 0.015097633004188538, - -0.01605595089495182, 0.0755365863442421, 0.04258505627512932, 0.016605373471975327, - 0.014605131931602955, 0.0414678156375885, -0.023000486195087433, - -0.03280118107795715, 0.0576426237821579, 0.003884505946189165, - -0.11009547859430313, 0.050179656594991684, 0.006410152185708284, - -0.003320016898214817, 0.04330367594957352, -0.024749821051955223, - -0.09340616315603256, -0.003395756473764777, 0.053686026483774185, - 0.050914216786623, 0.02410862222313881, 0.019405338913202286, 0.038388218730688095, - -0.004332579672336578, -0.036328576505184174, -0.021217860281467438, - 0.016412189230322838, 0.060481905937194824, 0.000849366479087621, - 0.027767308056354523, 0.06733976304531097, 0.0826561227440834, 0.06747157126665115, - -0.0243932344019413, 0.020850040018558502, -0.00387183646671474, - 0.01044279895722866, -0.026778243482112885, -0.004075204022228718, - -0.0016809761291369796, -0.03288160637021065, 0.009949265979230404, - -0.017702199518680573, 0.08011496067047119, -0.03342306986451149, - -0.0125363077968359, 0.06439472734928131, -0.02150104194879532, 0.04944579303264618, - 0.07005632668733597, 0.037737887352705, -0.011344115249812603, - -0.045519981533288956, 0.03785505145788193, 0.005255681928247213, - 0.04162783920764923, -0.041907768696546555, 0.026603393256664276, - 0.002772078150883317, -0.07102374732494354, 0.028119683265686035, - -0.01957605592906475, -0.02682502195239067, -0.04372785985469818, - -0.017161577939987183, -0.04399648308753967, -0.028424130752682686, - -0.009099610149860382, -0.0041017378680408, -0.018662814050912857, - 0.14611180126667023, -0.021669786423444748, 0.10415227711200714, - 0.013066147454082966, 0.015599717386066914, 0.06015976145863533, - 0.004736247472465038, 0.056340303272008896, 0.013508141972124577, - 0.020442884415388107, -0.01043242122977972, -0.13287270069122314, - 0.00439874455332756, -0.010941645130515099, -0.04406390339136124, - -0.04154663532972336, 0.06822755932807922, -0.08466427028179169, - -0.04058339446783066, -0.022717295214533806, -0.020726872608065605, - -0.08207881450653076, -0.024123528972268105, -0.07179690152406693, - -0.03366962447762489, 0.048708006739616394, 0.00835058931261301, - -0.06894181668758392, -0.021817142143845558, 0.03875237703323364, - 0.01698368228971958, -0.018393054604530334, -0.0558154433965683, 0.0633791983127594, - 0.01630517654120922, 0.030430449172854424, 0.049807436764240265, - 0.04221342131495476, 0.0507439449429512, -0.0073764510452747345, - -0.04443627968430519, -0.05462486296892166, 0.0916997417807579, - -0.0007194596109911799, -0.06568865478038788, -0.006114680785685778, - 0.010849413461983204, -0.00257829949259758, 0.06256432831287384, 0.0327804870903492, - 0.02298548072576523, 0.09746026992797852, -0.07867799699306488, - -0.03551977127790451, 0.01735801063477993, 0.004770306404680014, - 0.10202546417713165, -0.03652789071202278, 0.0771774873137474, - -0.027834368869662285, 0.010821852833032608, 0.029874617233872414, - 0.06407351046800613, 0.02038193680346012, 0.07667689770460129, 0.019959790632128716, - -0.021190540865063667, 0.08851419389247894, 0.011613825336098671, - -0.01973417028784752, -0.08326708525419235, -0.05707506835460663, - -0.0016265077283605933, 0.056758783757686615, -0.03222934529185295, - -0.007941819727420807, -0.07658842951059341, -0.097808837890625, - -0.03226592391729355, -0.020921338349580765, -0.048662055283784866, - 0.07704415172338486, 0.05777757614850998, 0.008166690357029438, - 0.004627566784620285, -0.0062426356598734856, 0.01013202778995037, - 0.04009997472167015, 0.1261727213859558, -0.06808003038167953, -0.08413680642843246, - -0.0708547830581665, 0.04106543958187103, 0.07018695026636124, -0.06641006469726562, - 0.004367826506495476, -0.014993361197412014, 0.08435916155576706, - -0.003650793805718422, -0.009719311259686947, 0.05205186828970909, - -0.10022652894258499, -0.005202515050768852, -0.03183494508266449, - -0.04812021553516388, -0.03211453557014465, 0.03581220656633377, - -0.001863270066678524, -0.036992061883211136, -0.058499280363321304, - 0.15015223622322083, -0.0681622326374054, 0.03530516102910042, 0.06024720519781113, - -0.05400728061795235, 0.035471946001052856, -0.002210612641647458, - 0.02414136566221714, 0.05467129126191139, -0.0766356959939003, 0.03456025943160057, - -0.01095944456756115, -0.07249484211206436, 0.0602351538836956, - -0.06605687737464905, -0.035841431468725204, -0.0847909227013588, - -0.0068532307632267475, 0.01738152466714382, -0.08531355857849121, - -0.002908953931182623, -0.003794717835262418, 0.05373173952102661, - 0.025284409523010254, -0.07349483668804169, -0.05472368746995926, - 0.0019308601040393114, 0.06602773815393448, 0.01233807485550642, - -0.05080479010939598, -0.04176028072834015, 0.0328923724591732, - 0.018514638766646385, 0.05170193314552307, -0.03819911181926727, - 0.01885981485247612, 0.0003241146041546017, 0.013197336345911026, - 0.015865672379732132, 0.028099237009882927, -0.07245757430791855 - ], - [ - 0.04348770156502724, 0.011073880828917027, 0.06493012607097626, - 0.016649700701236725, -0.00010254461813019589, -0.0005169885116629303, - 0.0007625861326232553, 0.014853578992187977, 0.06473023444414139, - 0.01676011085510254, -0.049037422984838486, 0.004830736201256514, - 0.007902856916189194, 0.08123087882995605, 0.046544745564460754, - 0.007136661559343338, -0.010913573205471039, -0.04170159623026848, - 0.057351503521203995, 0.05454728752374649, 0.05081048980355263, - -0.07491224259138107, -0.06794630736112595, -0.1141422912478447, - 0.04951471462845802, 0.09511889517307281, 0.01713232509791851, 0.015229196287691593, - -0.01419009268283844, 0.09371237456798553, -0.02640722505748272, - 0.007521940395236015, -0.04807894676923752, 0.04215189442038536, 0.081857830286026, - -0.003284487873315811, -0.002636523451656103, -0.012383398599922657, - -0.05437181144952774, 0.012638761661946774, 0.00763334846124053, - 0.035158928483724594, 0.09079592674970627, 0.06114731729030609, 0.04051479324698448, - 0.13486826419830322, 0.06221596896648407, 0.04089217633008957, 0.06885635852813721, - -0.05422554910182953, 0.004858159925788641, -0.030072927474975586, - -0.10588844865560532, 0.015431035310029984, 0.009100036695599556, - 0.04530324041843414, -0.07911217957735062, -0.03320424258708954, - 0.03395219147205353, -0.04695342108607292, 0.039417605847120285, - 0.030801968649029732, -0.06092554330825806, -0.025631455704569817, - 0.1035362258553505, -0.02664295583963394, -0.06467168778181076, 0.02578049898147583, - -0.031277116388082504, -0.020467545837163925, 0.020086346194148064, - 0.009979902766644955, 0.013857889920473099, -0.06490948051214218, - 0.02523348294198513, 0.027755331248044968, 0.14719456434249878, 0.01952655240893364, - 0.017354346811771393, 0.04942449927330017, 0.015627212822437286, - -0.042205531150102615, -0.033770013600587845, -0.03320922702550888, - 0.0591878667473793, -0.024510907009243965, 0.11055491864681244, - 0.0017908832523971796, -0.003589047584682703, 0.03544669970870018, - 0.1107926145195961, 0.08593637496232986, -0.06562075763940811, 0.019531099125742912, - -0.09416993707418442, -0.06702474504709244, -0.04763523489236832, - 0.1327058970928192, 0.018720122054219246, 0.0019465858349576592, - 0.09621556848287582, -0.035545919090509415, 0.07862667739391327, - -0.06133250892162323, -0.0120447538793087, 0.0480387806892395, - -0.035126399248838425, 0.07174401730298996, -0.014082700945436954, - -0.05483631789684296, -0.024638714268803596, -0.08805828541517258, - 0.1562240570783615, -0.020452817901968956, -0.05175716429948807, - 0.06834286451339722, -0.019840478897094727, -0.0062122950330376625, - 0.05914384499192238, 0.012579724192619324, 0.05870310217142105, - -0.022815348580479622, -0.07147188484668732, -0.038264259696006775, - -0.049189493060112, -0.01470306608825922, -0.0689537301659584, 0.03544556349515915, - 0.003652256214991212, 0.03310080245137215, 0.04735173285007477, - -0.07406885176897049, 0.04720111936330795, -0.12469170242547989, - -0.010370801202952862, -0.09573958069086075, 0.02635454759001732, - 0.040877360850572586, -0.05709219351410866, -0.03656125068664551, - -0.07019567489624023, -0.003246959066018462, 0.03921825811266899, - -0.02230611816048622, 0.03464825451374054, -0.03806586563587189, - -0.012885370291769505, 0.040327705442905426, -0.023821638897061348, - -0.025564847514033318, -0.04219375178217888, -0.056691206991672516, - -0.03882311284542084, 0.02686438336968422, -0.010922538116574287, - 0.014145616441965103, 0.06950501352548599, -0.05570012703537941, - 0.08100155740976334, -0.0099532101303339, 0.025457482784986496, - -0.018360957503318787, -0.06168973073363304, -0.01679280400276184, - 0.08475404977798462, -0.009426089003682137, -0.051793139427900314, - -0.046185120940208435, 0.012346125207841396, 0.06512988358736038, - 0.03972379118204117, 0.12147918343544006, -0.017048345878720284, - 0.002555079059675336, 0.045122791081666946, -0.02618984505534172, - 0.00841702613979578, -0.019877392798662186, 0.02390475943684578, - -0.06385818123817444, 0.024213416501879692, 0.08291912823915482, - 0.0029397865291684866, 0.09026055037975311, 0.056871265172958374, - 0.012320423498749733, -0.0072409226559102535, -0.048005975782871246, - -0.0745910108089447, -0.0896974727511406, 0.04486561939120293, -0.07744321972131729, - 0.099061980843544, 0.019607005640864372, -0.030796678736805916, - 0.008356303907930851, -0.08494743704795837, -0.0640723928809166, - 0.007719550747424364, -0.07523193955421448, 0.09441349655389786, - -0.026242272928357124, -0.013327873311936855, -0.07876823842525482, - -0.06517867743968964, -0.042064934968948364, -0.032752491533756256, - -0.02515372261404991, 0.010020064190030098, -0.016664724797010422, - -0.012666437774896622, 0.05636601522564888, 0.05853714421391487, - -0.010865976102650166, -0.08682828396558762, -0.037876565009355545, - -0.08469954133033752, -0.0029719555750489235, -0.0895935446023941, - 0.03826659545302391, 0.052486222237348557, 0.01682358607649803, 0.05700921267271042, - -0.04386279359459877, -0.06327588856220245, -0.024370484054088593, - -0.08783586323261261, 0.10344444960355759, 0.002830053912475705, - 0.01668866164982319, 0.07693648338317871, 0.015310516580939293, - 0.061157532036304474, 0.034607186913490295, 0.01564791426062584, - -0.013144608587026596, 0.004841334652155638, 0.04401145502924919, - -0.06685073673725128, 0.055629607290029526, 0.04030381888151169, - -0.0025406978093087673, -0.02635582536458969, 0.03598519042134285, - -0.08350922167301178, 0.014173381961882114, -0.0066987560130655766, - -0.0449732206761837, -0.1231585219502449, 0.04319651052355766, - -0.021661337465047836, -0.03637208417057991, -0.07212382555007935, - -0.02234811894595623, -0.030290929600596428, -0.042216185480356216, - -0.053438954055309296, -0.00218175258487463, -0.003464775625616312, - 0.06331529468297958, -0.03143864497542381, -0.017297009006142616, - -0.04738856106996536, 0.05346843600273132, 0.0008461617399007082, - -0.007161902729421854, 0.07658574730157852, -0.03117925301194191, - 0.03833526000380516, 0.03615029156208038, 0.12235992401838303, 0.029690952971577644, - 0.050046101212501526, 0.005881801713258028, 0.009830180555582047, - 0.000999852200038731, -0.03831682354211807, 0.059027593582868576, - 0.04769127443432808, 0.10537533462047577, 0.07226788252592087, -0.00832931324839592, - -0.043748702853918076, 0.014550404623150826, -0.02774612046778202, - 0.006702043581753969, 0.006459678523242474, -0.04871482774615288, - 0.10398080945014954, 0.06741060316562653, 0.04279530420899391, 0.030577870085835457, - 0.02026757411658764, -0.03358599916100502, 0.029450949281454086, - 0.08164096623659134, 0.04843296855688095, 0.037498459219932556, - -0.07148624956607819, 0.06536634266376495, 0.13402409851551056, 0.04811917617917061, - -0.042782191187143326, 0.04231102764606476, -0.1458185315132141, - 0.006437714211642742, -0.06469222158193588, -0.005554857663810253, - -0.03916918486356735, 0.02304748073220253, -0.053468260914087296, - -0.08362457901239395, -0.02156362123787403, -0.04301751032471657, - 0.02954600378870964, 0.032200828194618225, 0.05336596071720123, - -0.04396738111972809, 0.09233979135751724, -0.043064817786216736, - -0.021766768768429756, 0.06006179004907608, -0.00039908086182549596, - -0.07938261330127716, -0.0030486322939395905, 0.03118395432829857, - 0.08513687551021576, 0.001151659176684916, 0.023720061406493187, - 0.004396879579871893, 0.04890602082014084, -0.001160389045253396, - -0.08305047452449799, -0.00030613597482442856, -0.03856484964489937, - 0.04077146202325821, 0.014549000188708305, 0.03537094593048096, - -0.019651491194963455, 0.013780089095234871, -0.09927365928888321, - 0.026820257306098938, 0.027239186689257622, 0.12641754746437073, - -0.06988664716482162, -0.0013525328831747174, 0.08781450241804123, - 0.0780208632349968, -0.014320001937448978, -0.044595472514629364, - 0.038418836891651154, 0.05058358237147331, -0.012776981107890606, - 0.02975870855152607, -0.02852177806198597, -0.021960852667689323, - -0.004529427736997604, 0.017591755837202072, 0.051848847419023514, - 0.002753322245553136, -0.06588765233755112, 0.009952391497790813, - -0.10878565162420273, -0.04592876881361008, -0.02304922416806221, - 0.038522716611623764, 0.0901622548699379, 0.004549999721348286, - -0.03365128114819527, 0.028634658083319664, 0.08084499090909958, - -0.05219336971640587, -0.0493638776242733, -0.0003960133180953562, - 0.05202876403927803, -0.021011510863900185, 0.04938383772969246, - -0.006064222194254398, 0.06600981205701828, 0.06593237072229385, - -0.04313668981194496, -0.030343646183609962, -0.024886272847652435, - -0.02034180611371994 - ], - [ - -0.020139535889029503, -0.059321410953998566, -0.06072752922773361, - -0.009234261699020863, -0.08192437142133713, -0.014323943294584751, - 0.028435589745640755, -0.04401840269565582, 0.018084844574332237, - -0.01326611079275608, -0.04453486204147339, -0.04337712749838829, - 0.07732543349266052, 0.09955702722072601, 0.0697215348482132, -0.08425818383693695, - -0.007433615159243345, -0.07336107641458511, 0.11009298264980316, - 0.03335221856832504, -0.017733430489897728, -0.006474204361438751, - -0.016644243150949478, -0.08600906282663345, 0.10838908702135086, - -0.0146400211378932, -0.006010266020894051, 0.04212995246052742, - 0.0017033462645485997, 0.08216969668865204, -0.0707126334309578, - -0.029491078108549118, 0.0315726101398468, 0.07177969068288803, - -0.03312942013144493, -0.026504140347242355, -0.014533882029354572, - 0.003612839849665761, 0.02565748803317547, -0.048491377383470535, - 0.07674660533666611, -0.02903268299996853, 0.08923518657684326, 0.07014022022485733, - 0.029088027775287628, 0.11868312954902649, -0.053360071033239365, - 0.02717744931578636, 0.05167635902762413, 0.012318436056375504, - -0.02195277437567711, 0.09232018142938614, 0.007326863240450621, - 0.032141171395778656, -0.025854146108031273, 0.07528215646743774, - 0.016059035435318947, -0.008123012259602547, 0.07494127005338669, - 0.05444033071398735, 0.063773512840271, 0.04203050583600998, 0.023059308528900146, - 0.015101861208677292, 0.03609504550695419, 0.004511622712016106, - -0.05908776819705963, 0.0029175232630223036, 0.08627694100141525, - -0.10320762544870377, 0.02673630602657795, 0.04479185491800308, - -0.049902066588401794, -0.08615383505821228, 0.013980298303067684, - 0.02272341586649418, 0.018930550664663315, -0.03485772758722305, - -0.019969014450907707, -0.018987787887454033, -0.06697877496480942, - 0.045272745192050934, -0.04250664636492729, 0.04203009232878685, - 0.05445503816008568, -0.028529632836580276, 0.011975658126175404, - 0.010963008739054203, -0.10126180201768875, 0.03881673887372017, - 0.005690167658030987, -0.044186972081661224, -0.10027491301298141, - 0.03908470645546913, -0.02055274322628975, -0.01836828887462616, - 0.08494113385677338, 0.027476221323013306, -0.0036835598293691874, - 0.04559941962361336, -0.0006467382772825658, -0.030236560851335526, - 0.1367848664522171, -0.07949723303318024, 0.007269981317222118, - 0.017022639513015747, -0.03115048073232174, 0.07500706613063812, - 0.028505241498351097, -0.11071242392063141, 0.040588632225990295, - -0.021755479276180267, 0.06784527003765106, 0.04254474863409996, - -0.011850794777274132, 0.0621819868683815, 0.07520433515310287, - -0.10375367850065231, -0.0017951189074665308, 0.014825991354882717, - -0.04783005639910698, -0.022719677537679672, -0.026844631880521774, - 0.060656625777482986, 0.011268907226622105, 0.042535897344350815, - 0.03273151442408562, -0.045740291476249695, 0.05039862543344498, - -0.0244212057441473, -0.0035572024062275887, 0.010395391844213009, - 0.04023183509707451, -0.04200484976172447, -0.008078630082309246, - 0.003857682691887021, -0.03249846771359444, -0.06966381520032883, - -0.01602611504495144, 0.0016060479683801532, -0.010402020998299122, - 0.013815518468618393, 0.02090809866786003, -0.01532427966594696, - 0.02407653257250786, 0.033133961260318756, -0.03161110356450081, - 0.05383417755365372, -0.07332213968038559, -0.04147560894489288, - 0.012297797948122025, 0.04433920234441757, 0.03800018131732941, - 0.0006896129925735295, 0.07445301115512848, -0.0371205098927021, - 0.02367769181728363, -0.08839448541402817, -0.01669582538306713, - 0.09524496644735336, 0.018505409359931946, -0.006362777203321457, - 0.016157828271389008, -0.008128874003887177, 0.08935461938381195, - -0.008985055610537529, -0.03903035447001457, -0.050180140882730484, - 0.06044366955757141, -0.015004401095211506, 0.07106655836105347, - -0.008961780928075314, -0.03215731307864189, -0.0056013260036706924, - 0.008253710344433784, 0.006017042323946953, 0.042798254638910294, - 0.0005005078273825347, -0.0012939375592395663, -0.03359066694974899, - -0.011654318310320377, 0.0533863790333271, 0.06642532348632812, 0.02673092670738697, - 0.043096255511045456, -0.08756809681653976, 0.01707194373011589, - -0.04963253065943718, -0.05880686640739441, -0.05540509894490242, - 0.08352479338645935, 0.038167841732501984, 0.00276571256108582, - 0.005422308575361967, 0.025520851835608482, 0.061728499829769135, - 0.0717063844203949, 0.052073415368795395, 0.12112870812416077, -0.06140586733818054, - 0.037022750824689865, -0.0770067647099495, -0.0009054123074747622, - 0.08821717649698257, -0.06502878665924072, -0.02546006441116333, - -0.01731610670685768, 0.08752918243408203, -0.04593677818775177, - 0.026218827813863754, -0.1380774974822998, 0.021940357983112335, - 0.05807945504784584, 0.06012836843729019, 0.05804136022925377, - -0.0070646037347614765, 0.01104709506034851, -0.08049876242876053, - -0.04670373722910881, 0.017280183732509613, -0.0010557229397818446, - -0.014082727953791618, 0.028590191155672073, 0.015853047370910645, - -0.08815646916627884, 0.006962780375033617, 0.024643830955028534, - 0.025559544563293457, -0.06449989229440689, -0.07009419053792953, - 0.03640744462609291, 0.001881687087006867, 0.0027603344060480595, - 0.1704915314912796, 0.019840428605675697, -0.04985697567462921, - -0.02994614839553833, -0.05631886050105095, -0.011090917512774467, - 0.02212279476225376, 0.0247231163084507, -0.02882537432014942, 0.026079367846250534, - 0.024965602904558182, -0.045277662575244904, 0.011905777268111706, - -0.022888436913490295, 0.007447465322911739, 0.05153006687760353, - 0.08688060194253922, -0.022399991750717163, 0.0247611366212368, - 0.002638847567141056, -0.00832268688827753, -0.06706905364990234, - -0.02761085145175457, -0.063562773168087, 0.008161963894963264, 0.04657234996557236, - 0.019509879872202873, 0.008812843821942806, -0.022876914590597153, - -0.0063188509084284306, 0.040334660559892654, -0.006368786096572876, - -0.089698426425457, 0.05039757862687111, 0.035002101212739944, 0.008503502234816551, - -0.03661801293492317, 0.08004675805568695, 0.1126512959599495, -0.09890352189540863, - 0.0015838054241612554, -0.05619276687502861, -0.04049248620867729, - 0.004250030033290386, -0.04415925219655037, -0.017899544909596443, - 0.023157261312007904, -0.05384005233645439, 0.0696001946926117, 0.02485533244907856, - 0.015264027751982212, -0.004316030070185661, 0.010840214788913727, - 0.013005206361413002, -0.044041164219379425, 0.04540277644991875, - 0.006664056330919266, 0.07173297554254532, 0.011785591952502728, - -0.011321132071316242, -0.10356824100017548, 0.04769815132021904, - -0.04973890632390976, 0.10999795794487, 0.02817007154226303, 0.030720610171556473, - 0.04530084505677223, 0.0826677605509758, 0.007229364011436701, - -0.0001861500641098246, -0.04183828458189964, -0.06933566182851791, - -0.04567369818687439, 0.015945762395858765, -0.0002724036166910082, - -0.10672610253095627, 0.004143669735640287, 0.006787190213799477, - 0.0033633664716035128, -0.06398332118988037, 0.0030515987891703844, - -0.017547663301229477, 0.06447726488113403, 0.03417420759797096, - 0.03722783178091049, 0.055456023663282394, 0.0348668210208416, -0.02735195681452751, - -0.01879975013434887, 0.012609443627297878, -0.08941806852817535, - -0.06262685358524323, 0.0069086505100131035, 0.01008010283112526, - 0.03240858390927315, 0.04460014030337334, 0.009594961069524288, 0.02759590744972229, - -0.019975950941443443, -0.07261203974485397, 0.0056344629265367985, - -0.04913264140486717, 0.006949361879378557, -0.04105054587125778, - 0.011264839209616184, 0.0024901283904910088, 0.022794116288423538, - 0.05475803464651108, -0.00905073806643486, -0.012214423157274723, - 0.0964103639125824, 0.006966288201510906, -0.03264818340539932, 0.08273234963417053, - -0.01643288880586624, -0.046709466725587845, 0.021049022674560547, - 0.030710572376847267, 0.02293548919260502, 0.04603908583521843, 0.11164822429418564, - 0.017439953982830048, -0.10178267955780029, 0.05753540247678757, - -0.07067686319351196, 0.018975645303726196, -0.05048209801316261, - 0.09527883678674698, -0.05312905088067055, -0.07568324357271194, - 0.00012095719284843653, -0.03465762361884117, 0.08009519428014755, - 0.012691453099250793, 0.01041763462126255, -0.026663264259696007, - -0.034522924572229385, -0.05625369772315025, -0.006077269092202187, - 0.0166481863707304, -0.10388654470443726, -0.0411112979054451, - -0.008428437635302544, 0.04587681591510773, -0.05845572054386139, - 0.10824229568243027, -0.0531613714993, -0.012040936388075352, 0.02913428470492363, - 0.02174409106373787, -0.029016369953751564 - ], - [ - 0.0397292897105217, 0.0306008942425251, -0.033162523061037064, 0.009270456619560719, - -0.010183573700487614, 0.029874330386519432, 0.024477779865264893, - 0.03193269297480583, 0.06989752501249313, 0.023232536390423775, - -0.03295725956559181, 0.00659985700622201, -0.03687597066164017, - 0.04403633624315262, 0.041942887008190155, 0.00586407445371151, - -0.03376598656177521, -0.0276131983846426, 0.09289541095495224, - -0.06021691486239433, 0.09804484248161316, 0.08226971328258514, 0.03691766411066055, - -0.0066522047854959965, 0.04605954885482788, 0.04589005559682846, - -0.023026132956147194, -0.04386691749095917, 0.032891128212213516, - -0.01905583031475544, -0.05129702761769295, -0.05561904236674309, - -0.01573258452117443, 0.052857883274555206, 0.03791087865829468, - 0.08890587091445923, -0.022989461198449135, -0.07042046636343002, - -0.016090724617242813, -0.01655772514641285, 0.03434176370501518, - 0.07107840478420258, -0.03126145526766777, 0.04549496993422508, - -0.019285554066300392, 0.04858129844069481, 0.03239709883928299, - 0.009908020496368408, -0.024730859324336052, 0.04945169389247894, - 0.03499292582273483, 0.03579209744930267, -0.09215377271175385, - -0.020765818655490875, 0.02196723036468029, 0.03930557891726494, - 0.023796554654836655, 0.030103154480457306, 0.042012590914964676, - -0.006340361200273037, 0.004907584749162197, 0.027356773614883423, - -0.02794034220278263, 0.0254850871860981, 0.0023052238393574953, - 0.039535149931907654, -0.0307890884578228, 0.0570366308093071, 0.008687935769557953, - -0.10023526847362518, -0.01092720776796341, 0.024403825402259827, - 0.021321633830666542, 0.0013206414878368378, -0.027103601023554802, - 0.013398443348705769, 0.10094138979911804, 0.013249208219349384, - -0.012850050814449787, 0.07010232657194138, -0.053794845938682556, - 0.014987658709287643, -0.02761121839284897, 0.05050016939640045, - 0.01603364758193493, 0.04403865709900856, 0.050904057919979095, - -0.05307414010167122, -0.04327443987131119, 0.08015825599431992, - 0.01374058984220028, -0.020882656797766685, 0.03205447271466255, 0.0400996208190918, - -0.060725223273038864, -0.030818087980151176, 0.0003468882932793349, - 0.023079726845026016, 0.02474006451666355, 0.06531240791082382, - 0.061283010989427567, 0.03460526838898659, -0.05479332059621811, - -0.008340626023709774, -0.06995148211717606, 0.008393805474042892, - -0.003280272474512458, -0.0018343573901802301, 0.010322782211005688, - -0.059155240654945374, -0.029138293117284775, -0.050094421952962875, - 0.04605920985341072, -0.03451559320092201, 0.013995164074003696, - -0.02405666373670101, -0.06091656908392906, 0.02448546327650547, - 0.004246738273650408, -0.0029095513746142387, -0.04534429311752319, - -0.06211012601852417, -0.050176795572042465, 0.011934427544474602, - -0.0331689789891243, -0.0021751972381025553, -0.0809776708483696, - 0.03906039893627167, 0.024617772549390793, -0.02817998267710209, - -0.01129285991191864, -0.02710726298391819, 0.004034044686704874, - -0.04134341701865196, 0.021025771275162697, -0.04060443863272667, - -0.014321642927825451, 0.033230334520339966, -0.04400622844696045, - -0.0099620521068573, -0.08351937681436539, -0.09761174768209457, - -0.009897910989820957, -0.05092572793364525, -0.02243877947330475, - 0.06071608141064644, -0.06537523865699768, -0.00035585270961746573, - -0.03977704048156738, 0.007319562137126923, -0.006841360125690699, - 0.07279753684997559, 0.048482537269592285, -0.03532377630472183, - 0.05465175583958626, -0.0372394397854805, 0.06906848400831223, 0.038798585534095764, - -0.021798063069581985, -0.018670715391635895, -0.045142706483602524, - 0.003383105853572488, 0.029582181945443153, 0.05003853514790535, - 0.03668226674199104, -0.012281897477805614, -0.005908796563744545, - 0.0032129206229001284, 0.04009043425321579, 0.02386634238064289, - -0.05911264941096306, -0.00758396415039897, -0.049942098557949066, - -0.07755657285451889, -0.017662104219198227, 0.01297177653759718, - -0.040344417095184326, 0.03751857206225395, -0.04903136566281319, - -0.06102537363767624, 0.0395432785153389, 0.046305544674396515, - -0.030460253357887268, 0.04567468911409378, 0.041865862905979156, - 0.06509274989366531, 0.012988566420972347, -0.02331441454589367, - -0.03365953639149666, -0.0022370179649442434, 0.046201564371585846, - 0.06767730414867401, 0.056847408413887024, 0.08067122846841812, - -0.014452978037297726, 0.049100350588560104, -0.024291887879371643, - -0.02240816503763199, -0.011146383360028267, -0.005004510283470154, - -0.013643154874444008, -0.020673638209700584, 0.014304415322840214, - -0.0610017403960228, -0.096633680164814, -0.06881902366876602, -0.06434962898492813, - -0.03247026726603508, -0.05605953559279442, 0.05300235375761986, - 0.035971738398075104, -0.02263832464814186, -0.0604839064180851, - 0.02865288406610489, -0.023165840655565262, 0.0460594967007637, - -0.024245962500572205, -0.04662945866584778, -0.04051521420478821, - -0.019031645730137825, 0.028573688119649887, -0.06596500426530838, - 0.003834356786683202, -0.019751017913222313, 0.037387486547231674, - -0.06269459426403046, -0.07454244047403336, 0.05663413181900978, - 0.04458428546786308, -0.06542880833148956, -0.029929278418421745, - -0.017021775245666504, -0.024732468649744987, 0.06595081090927124, - 0.02240781858563423, 0.05362400412559509, -0.011079028248786926, - 0.06115002557635307, -0.06769672781229019, 0.029217543080449104, - -0.012805677019059658, 0.0005352512816898525, 0.085267573595047, - 0.009689642116427422, -0.006368044298142195, 0.07285171747207642, - 0.018623873591423035, 0.02927461825311184, 0.034776464104652405, - -0.008899331092834473, -0.06641483306884766, -0.07695722579956055, - -0.007501915097236633, 0.029284538701176643, -0.0484098419547081, - -0.09131386131048203, -0.08435913920402527, 0.047427691519260406, - -0.016365038231015205, 0.08028119057416916, -0.00710639264434576, - -0.036914095282554626, -0.012872396968305111, 0.03785034641623497, - 0.04124075174331665, -0.002715018577873707, 0.058548323810100555, - 0.02055106870830059, -0.026363929733633995, 0.023709766566753387, - 0.06598029285669327, 0.09751676768064499, -0.07066580653190613, 0.08102773874998093, - -0.018023155629634857, 0.004985189530998468, 0.0024948001373559237, - -0.06803462654352188, 0.01107361912727356, 0.051376331597566605, - 0.04589284956455231, 0.07590726763010025, -0.04626113921403885, - 0.019354095682501793, -0.003322586650028825, -0.0628858208656311, - 0.032657213509082794, 0.04699172452092171, 0.01719171740114689, 0.0703670084476471, - -0.049178238958120346, 0.08339344710111618, -0.045098163187503815, - -0.06336283683776855, 0.0006777943926863372, 0.05710997432470322, - -0.028756391257047653, 0.009072505868971348, -0.08362092822790146, - 0.00424483185634017, 0.007207585033029318, 0.04259456321597099, - -0.01433358434587717, -6.579325417988002e-5, -0.032997678965330124, - 0.03222649544477463, -0.025208819657564163, 0.018206600099802017, - 0.007203254848718643, 0.03352374956011772, 0.003113719867542386, - -0.08717278391122818, -0.03697808459401131, -0.020058035850524902, - -0.03717798367142677, 0.0574672631919384, 0.06723875552415848, - -0.013506544753909111, -0.03111565113067627, -0.006000705063343048, - -0.036376841366291046, 0.04215872287750244, -0.04376166686415672, - -0.09410219639539719, 0.029336659237742424, -0.03165316954255104, - -0.033060222864151, -0.013128151185810566, 0.08152786642313004, 0.05400697514414787, - -0.018655553460121155, -0.01501997746527195, -0.07655268907546997, - 0.05867944285273552, -0.07051000744104385, -0.01804935932159424, - -0.04390930011868477, 0.08141374588012695, -0.0012419369304552674, - 0.020295944064855576, -0.008604006841778755, -0.06530005484819412, - 0.041447967290878296, -0.005546487867832184, -0.07395336031913757, - 0.0009515610290691257, 0.07998780161142349, 0.019954951480031013, - -0.007380275521427393, 0.001780574326403439, 0.014504829421639442, - 0.06660093367099762, 0.005419565364718437, -0.012960081920027733, - -0.044707171618938446, 0.023951247334480286, -0.004429510794579983, - 0.033756304532289505, 0.01607484370470047, -0.0201204065233469, - -0.04552889242768288, 0.08078315854072571, -0.06285595148801804, - -0.028562186285853386, 0.06818687915802002, 0.09341063350439072, - 0.04670645296573639, 0.041767388582229614, -0.025747230276465416, - -0.032628998160362244, -0.017718838527798653, 0.03825243562459946, - -0.029568137601017952, -0.032071854919195175, -0.021514970809221268, - 0.035308871418237686, 0.03427964448928833, -0.021129636093974113, - 0.043864406645298004, 0.022999929264187813, -0.04977773502469063, - 0.01574431173503399, 0.013456805609166622, 0.014136124402284622 - ], - [ - 0.00011760961206164211, -0.04058759659528732, -0.0039468007162213326, - 0.015482703223824501, 0.034453071653842926, -0.06476929038763046, - 0.01896473579108715, 0.0737689808011055, 0.013343420810997486, - -0.007292765658348799, 0.04864885285496712, -0.006794225890189409, - 0.0022690584883093834, -0.05450724437832832, -0.05383120849728584, - 0.03337008133530617, 0.04734620079398155, 0.021701019257307053, - -0.06454899907112122, 0.030901750549674034, -0.00927550345659256, - -0.06061278656125069, -0.0793948769569397, 0.04791659489274025, - -0.019169503822922707, 0.007991362363100052, 0.021726852282881737, - 0.04644995927810669, -0.0827922523021698, 0.0025264585856348276, - -0.014487373642623425, 0.07513317465782166, 0.017411042004823685, - -0.030034922063350677, 0.04749467968940735, -0.0009233505115844309, - -0.041792307049036026, 0.020123742520809174, 0.07851389050483704, - 0.035403866320848465, -0.007908891886472702, -0.07523269206285477, - 0.011645614169538021, 0.07859578728675842, 0.022931396961212158, - -0.021403638646006584, -0.06829478591680527, -0.06483600288629532, - 0.02114359848201275, 0.02075148932635784, -0.025430889800190926, - -0.016116401180624962, 0.02650821954011917, -0.026249321177601814, - -0.04384174570441246, -0.05196538195014, -0.034028567373752594, - -0.01786002889275551, -0.008862819522619247, 0.03626386448740959, - 0.005105170421302319, 0.055580779910087585, 0.05227203294634819, - 0.01083582453429699, 0.028770355507731438, -0.007247876841574907, - -0.009991203434765339, -0.056150760501623154, -0.004751847591251135, - 0.04204132780432701, -0.032638031989336014, -0.013794859871268272, - -0.05018193647265434, 0.028525512665510178, -0.06122275069355965, - 0.032305240631103516, -0.09591026604175568, -0.039917416870594025, - 0.03781747445464134, -0.01388006191700697, 0.0251579862087965, 0.032112326472997665, - 0.01010544877499342, 0.03067655675113201, 0.07531631737947464, -0.02155635505914688, - -0.03606594353914261, 0.015445188619196415, 0.0842152014374733, - -0.008934533223509789, 0.022601116448640823, -0.005052193999290466, - 0.05602797493338585, 0.0053214444778859615, 0.054354533553123474, - 0.01940241828560829, 0.05971871316432953, 0.027603909373283386, - -0.05406341701745987, 0.08633774518966675, -0.022433562204241753, - -0.01241657417267561, 0.043202273547649384, -0.019336238503456116, - 0.02642153389751911, -0.08871125429868698, -0.03126576542854309, 0.0336407870054245, - 0.002148058032616973, -0.04563227668404579, -0.09007056802511215, - 0.08320000022649765, -0.009635355323553085, -0.0248955637216568, - 0.06452571600675583, 0.007082426454871893, 0.0440063551068306, 0.03620121628046036, - 0.009175064042210579, 0.03153660520911217, 0.006420059595257044, - 0.09624950587749481, 0.03042685054242611, -0.01606138050556183, - -0.021621234714984894, -0.07616902142763138, 0.013739561662077904, - 0.029917757958173752, -0.040256526321172714, 0.026963651180267334, - 0.05742623284459114, 0.01884480193257332, 0.006296465639024973, - 0.034933462738990784, -0.10957807302474976, -0.015007524751126766, - -0.08842887729406357, -0.021392755210399628, -0.022633817046880722, - -7.659890252398327e-5, 0.035700973123311996, 0.054716192185878754, - -0.06053728237748146, -0.02029687911272049, -0.023802246898412704, - -0.0010078508639708161, 0.05495935305953026, -0.10592733323574066, - 0.05202266946434975, 0.008423925377428532, -0.08804033696651459, - -0.03571296110749245, -0.115499347448349, 0.06876152008771896, -0.0682072564959526, - 0.04332037270069122, -0.007123606279492378, 0.05962001532316208, - -0.018516551703214645, -0.058250200003385544, -0.006191879976540804, - 0.002732590539380908, -0.04018283262848854, 0.06628082692623138, - -0.035756561905145645, 0.004609052557498217, 0.016597788780927658, - 0.0014510959153994918, -0.05849451944231987, 0.01844043843448162, - 0.00015117447765078396, 0.048383235931396484, 0.03639949485659599, - -0.017312342301011086, -0.056015532463788986, 0.02069205418229103, - 0.003885403275489807, 0.018037233501672745, -0.02296965941786766, - 0.004630837123841047, -0.033650971949100494, -0.0812586098909378, - -0.01965356059372425, 0.0006355196819640696, -0.055510375648736954, - -0.05678463727235794, -0.020237674936652184, 0.0674419179558754, - 0.02254093624651432, 0.04290085285902023, -0.02892046794295311, 0.03484891355037689, - -0.062301792204380035, -0.007696820423007011, -0.03408203646540642, - -0.005003609228879213, -0.007792601361870766, 0.007507307920604944, - -0.07656656205654144, 0.044468432664871216, 0.008574978448450565, - 0.09987916052341461, -0.04867594689130783, 0.01675594039261341, - 0.015330719761550426, 0.04159538820385933, 0.03160746023058891, - -0.056690871715545654, 0.08242160826921463, -0.012370656244456768, - -0.08646867424249649, 0.057441871613264084, 0.07619744539260864, - 0.01713784784078598, 0.009773965924978256, -0.03986092656850815, - -0.005902177654206753, 0.0856468454003334, -0.0359291173517704, - -0.06914234161376953, 0.0160952340811491, -0.07802841812372208, - 0.006995813455432653, -0.027198059484362602, -0.01960715465247631, - 0.02152154967188835, -0.048056717962026596, -0.04306045547127724, - 0.015529805794358253, 0.0260765478014946, 0.028165116906166077, - -0.031349170953035355, 0.05045546218752861, 0.04355573281645775, - 0.003240052843466401, -0.043439965695142746, 0.048923663794994354, - -0.061131127178668976, 0.1011723205447197, -0.04337337613105774, - -0.03318038210272789, 0.058127861469984055, -0.05547492206096649, - 0.059692878276109695, -0.02520778775215149, 0.08580709248781204, - -0.02975269965827465, 0.06546397507190704, 0.03697395324707031, - 0.025448903441429138, 0.07794443517923355, 0.08654138445854187, - -0.03650849685072899, -0.013332395814359188, -0.04598717391490936, - -0.0022917219903320074, -0.027654586359858513, -0.08076842874288559, - 0.0003893481916747987, 0.04539850726723671, 0.03579000011086464, - -0.015574716031551361, -0.05811299383640289, 0.008064457215368748, - 0.024299653246998787, -0.0642281323671341, -0.025501945987343788, - -0.04392213746905327, -0.05043254420161247, -0.08129934966564178, - 0.022430820390582085, -0.09662261605262756, 0.055036187171936035, - -0.02706056460738182, -0.04356062412261963, -0.07779394090175629, - 0.0021629713010042906, 0.07584141939878464, -0.004491443280130625, - -0.03796849772334099, 0.008557837456464767, -0.013350588269531727, - 0.02146017551422119, 0.07309641689062119, -0.0612742081284523, - -0.012841165997087955, -0.025412775576114655, 0.03885514289140701, - -0.045516472309827805, -0.006990761961787939, 0.02413216046988964, - 0.0148613341152668, 0.03237612918019295, -0.0410919226706028, 0.013521377928555012, - -0.039194587618112564, 0.005159294232726097, -0.03612929955124855, - 0.1092153936624527, -0.0148558858782053, -0.03903491050004959, 0.019071392714977264, - 0.025422925129532814, 0.013114252127707005, 0.054517146199941635, - -0.06649619340896606, -0.030518662184476852, 0.06041427329182625, - -0.03370273485779762, 0.0025084116496145725, -0.03639523684978485, - 0.06494180858135223, 0.039635878056287766, -0.04434937611222267, - 0.011177810840308666, -0.02876243181526661, 0.035414982587099075, - 0.0737653598189354, 0.05245441570878029, -0.021267421543598175, - 0.045791346579790115, -0.048838336020708084, 0.0796877071261406, - 0.06660978496074677, 0.018662091344594955, -0.01382911391556263, - 0.023648617789149284, -0.05427221953868866, -0.03748122230172157, - -0.013079984113574028, 0.10848885774612427, -0.054861102253198624, - 0.02784019708633423, -0.050519805401563644, 0.05737162008881569, - 0.12827366590499878, 0.0013659221585839987, -0.06215108558535576, - 0.006068593822419643, 0.022940151393413544, -0.036059897392988205, - 0.03876060992479324, 0.06725328415632248, -0.014217467047274113, - 0.025746595114469528, 0.027991531416773796, -0.03020409308373928, - 0.009844409301877022, -0.06906726211309433, 0.08614463359117508, - -0.03158494830131531, -0.11479570716619492, -0.06894561648368835, - 0.04901493713259697, 0.001004638965241611, -0.04284242168068886, - -0.012336894869804382, 0.06000108644366264, -0.04214756190776825, - 0.05275670811533928, 0.01733764261007309, -0.06149062141776085, - 0.025603212416172028, 0.04669874534010887, -0.004567858763039112, - -0.05364106222987175, 0.026954125612974167, -0.1126796156167984, - 0.02161678671836853, -0.041902389377355576, 0.04217754304409027, - -0.03987347334623337, 0.07859961688518524, -0.0014498548116534948, - 0.024543896317481995, -0.012155099771916866, -0.045626189559698105, - 0.014420628547668457, -0.07327663153409958, 0.0035687685012817383, - 0.030536942183971405, 0.02195335179567337, -0.015764156356453896, - 0.028461501002311707 - ], - [ - 0.015620777383446693, -0.06686223298311234, 0.01804746873676777, - -0.030402878299355507, -0.03777271509170532, -0.02724621631205082, - -0.03416220471262932, -0.05904505029320717, -0.08718455582857132, - -0.01569351926445961, 0.05572737380862236, -0.03713051602244377, - 0.02107327990233898, -0.02196139469742775, -0.04929538443684578, - -0.05232619866728783, -0.0775190144777298, 0.02939068339765072, 0.05786721408367157, - 0.04200411215424538, 0.07884524762630463, -0.05156002193689346, - -0.07807224243879318, -0.0036346132401376963, 0.08203849196434021, - 0.029808809980750084, 0.00025457816082052886, 0.02682306617498398, - -0.06504080444574356, 0.01043610367923975, -0.09003980457782745, - -0.07725363969802856, 0.008326097391545773, -0.05183422937989235, - 0.06858290731906891, -0.08398184180259705, -0.009282642975449562, - 0.06388793140649796, -0.08549754321575165, 0.05335978791117668, - -0.007012347690761089, -0.012087343260645866, 0.06973493844270706, - -0.0022676384542137384, 0.004801996052265167, 0.05472046881914139, - -0.0814133733510971, 0.08748271316289902, 0.06040307506918907, 0.05049516260623932, - 0.0003419373242650181, 0.11379575729370117, 0.04897814616560936, - -0.026355156674981117, -0.0688791573047638, -0.04671703651547432, - 0.05465060472488403, -0.04192261025309563, -0.03271234780550003, - 0.0018634663429111242, 0.029233776032924652, 0.08610732108354568, - 0.012743320316076279, -0.0336349718272686, -0.043103933334350586, - 0.010010812431573868, -0.011799875646829605, -0.001929963706061244, - -0.0006578114116564393, 0.057256102561950684, 0.05951828137040138, - -0.01072536688297987, 0.09148968011140823, -0.026898730546236038, - -0.03901081159710884, 0.013102920725941658, 0.04677678272128105, - 0.058763738721609116, 0.053200218826532364, 0.10829831659793854, - -0.011168018914759159, 0.012832429260015488, -0.035632964223623276, - -0.03667079284787178, -0.034869831055402756, 0.03616327792406082, - -0.061728380620479584, -0.00473568681627512, 0.018622104078531265, - -0.06343962252140045, -0.034418001770973206, 0.08790320158004761, - 0.014562072232365608, 0.01807216927409172, -0.04197711870074272, - -0.1084270104765892, 0.04928441718220711, 0.12785428762435913, - -0.025189558044075966, -0.008044627495110035, 0.02045370824635029, - -0.056521084159612656, 0.04230166971683502, 0.05927163362503052, - -0.006339035928249359, 0.08654259145259857, 0.08045803010463715, - 0.11179297417402267, -0.04666820913553238, -0.05599597468972206, 0.0641697496175766, - 0.015525171533226967, 0.06765992194414139, 0.004487480968236923, - 0.026696372777223587, 0.11605528742074966, 0.06408614665269852, - -0.021053355187177658, 0.016292361542582512, 0.055587366223335266, - -0.03920026868581772, 0.0325576476752758, 0.015415405854582787, - 0.037978172302246094, 0.013623503968119621, -0.06375293433666229, - 0.028794877231121063, -0.017190372571349144, 0.054508864879608154, - 0.015210798941552639, -0.09340307861566544, -0.022645054385066032, - 0.028479786589741707, 0.02747887372970581, 0.007235462311655283, - -0.016381429508328438, -0.05856023356318474, -0.06327248364686966, - 0.055424053221940994, -0.01665826328098774, -0.04663558304309845, - -0.0332157202064991, -0.002360449405387044, 0.07397501915693283, - 0.06883814930915833, -0.03596876934170723, -0.03671983629465103, - -0.0197198074311018, -0.039865948259830475, -0.058510031551122665, - -0.021382290869951248, -0.048098351806402206, -0.06022901460528374, - 0.013936308212578297, 0.0524221770465374, -0.0468059740960598, 0.059724245220422745, - 0.04890970140695572, -0.03176901489496231, -0.05045274645090103, - 0.03226809948682785, -0.04574661701917648, -0.13540378212928772, - -0.020857783034443855, 0.0762220248579979, 0.010090964846313, -0.0890478640794754, - 0.02718411199748516, 0.06725681573152542, 0.10301607102155685, -0.02346186339855194, - 0.013929606415331364, -0.06315364688634872, -0.08447665721178055, - 0.046684928238391876, 0.04028244689106941, 0.02298198640346527, - -0.028590219095349312, -0.09313198179006577, -0.04150936380028725, - -0.017296649515628815, 0.04667241871356964, -0.05068124830722809, - 0.0743929073214531, 0.0023190812207758427, 0.024013133719563484, - 0.017300689592957497, -0.01125187985599041, -0.0017970826011151075, - -0.005929322447627783, 0.03257397562265396, -0.057436440140008926, - -0.043245043605566025, -0.01720898412168026, 0.14871402084827423, - -0.018888002261519432, -0.03848547115921974, -0.04678443446755409, - 0.04703015089035034, -0.05379074066877365, -0.0031786735635250807, - -0.025916503742337227, -0.04517307132482529, 0.041944000869989395, - 0.03697212412953377, -0.07763074338436127, -0.06312822550535202, - 0.05813293904066086, 0.017056161537766457, 0.003981197252869606, - 0.007359704934060574, -0.005256379023194313, 0.031182214617729187, - 0.0016624052077531815, 0.037715230137109756, 0.054562076926231384, - -0.007859783247113228, -0.03669901192188263, -0.05540597438812256, - 0.030211307108402252, 0.15621405839920044, -0.0696350708603859, 0.04461921006441116, - 0.010144847445189953, -0.002433196874335408, 0.010516690090298653, - 0.0742175281047821, 0.1210465356707573, -0.05083119496703148, -0.002162773394957185, - 0.028165550902485847, 0.03623230755329132, 0.07929860800504684, -0.0247244443744421, - -0.04287334159016609, 0.015425577759742737, 0.019314510747790337, - 0.02020392008125782, 0.02529481239616871, 0.061517152935266495, - -0.0019372000824660063, 0.08195595443248749, 0.017055241391062737, - -0.06900496035814285, -0.055341437458992004, 0.04677581414580345, - 0.0022808213252574205, 0.0938168540596962, -0.06779231876134872, - -0.006984745152294636, -0.0006552244303748012, 0.031975116580724716, - -0.0813906192779541, 0.08272431045770645, 0.040842100977897644, - -0.055195409804582596, -0.011964037083089352, -0.03497583419084549, - 0.017925933003425598, -0.05277064070105553, -0.04611238092184067, - -0.049822110682725906, 0.06380193680524826, 0.11202215403318405, - -0.0321069173514843, -0.06336809694766998, 0.04349081590771675, - -0.047434110194444656, 0.007536944467574358, 0.12528462707996368, - 0.08038520812988281, -0.036985334008932114, 0.059318140149116516, - 0.04165790602564812, 0.07091997563838959, -0.015756741166114807, - -0.07799486815929413, -0.010839316062629223, -0.01335338968783617, - -0.010588797740638256, 0.06723958998918533, 0.019988900050520897, - -0.10715814679861069, -0.06384410709142685, -0.012451156042516232, - 0.004974080715328455, 0.03723493218421936, -0.08359640836715698, - 0.012245021760463715, 0.053977515548467636, -0.0030187421943992376, - 0.0501268245279789, 0.0022234993521124125, -0.07528913766145706, - -0.02730402909219265, 0.11378327012062073, -0.023384714499115944, - 0.026877671480178833, -0.02377038449048996, 0.08005660027265549, - -0.012081190943717957, 0.15935738384723663, 0.061638087034225464, - 0.05830957368016243, 0.01442614383995533, -0.03169818967580795, - -0.05246621370315552, -0.09907246381044388, 0.04785886034369469, - -0.08480842411518097, 0.040955185890197754, 0.005811707582324743, - 0.09296570718288422, 0.01984209194779396, 0.04975476861000061, 0.0799986720085144, - 0.04016917198896408, 0.044385120272636414, -0.0031622331589460373, - 0.04133739694952965, 0.0665627047419548, 0.0009789977921172976, - -0.059021420776844025, -0.027230607345700264, -0.045135628432035446, - -0.044025931507349014, 0.03248501941561699, -0.0035813564900308847, - 0.013600630685687065, -0.016177505254745483, 0.022839587181806564, - -0.0744318813085556, -0.08070780336856842, -0.08218131959438324, - 0.03939960151910782, 0.0747547447681427, -0.0037552888970822096, 0.0404905341565609, - 0.022214839234948158, 0.06439883261919022, -0.004910085815936327, - -0.03094198927283287, 0.05699080973863602, -0.0075944033451378345, - 0.008414973504841328, -0.026027457788586617, 0.02867964096367359, - 0.021190373227000237, 0.02556881308555603, -0.07617012411355972, - -0.02298816293478012, -0.07256992161273956, -0.030918581411242485, - 0.0009332657791674137, -0.034290432929992676, -0.10268440842628479, - 0.015604161657392979, 0.007032596971839666, -0.016381312161684036, - 0.01957758516073227, 0.054163578897714615, -0.04178786650300026, - -0.10595139861106873, -0.06070255860686302, 0.03470540791749954, - -0.04603639617562294, -0.083867147564888, -0.017225153744220734, - -0.06774808466434479, -0.021237125620245934, -0.022469788789749146, - 0.01059544738382101, 0.056386470794677734, 0.013167174533009529, - 0.07688048481941223, -0.0660523772239685, 0.04504460096359253, -0.05444679409265518, - 0.015085013583302498, -0.007886330597102642, 0.004979413468390703, - -0.06141923740506172, 0.07311513274908066, 0.05000261589884758 - ], - [ - 0.012560681439936161, -0.07436962425708771, -0.018307583406567574, - 0.019778799265623093, 0.04236077144742012, -0.03560211509466171, - 0.02361857146024704, -0.08674311637878418, -0.10406360030174255, - -0.06796380132436752, -0.06465285271406174, -0.012310457415878773, - -0.037194717675447464, -0.010331153869628906, -0.04971285164356232, - -0.001857861876487732, -0.055954258888959885, 0.02626705728471279, - 0.019883835688233376, 0.05023679882287979, 0.0032052290625870228, - -0.1323183923959732, -0.05070769041776657, -0.04433383792638779, - 0.08129085600376129, -0.029816728085279465, 0.04129123315215111, - 0.009738701395690441, -0.12803564965724945, -0.027728909626603127, - -0.0712437629699707, -0.03182902932167053, -0.06321844458580017, - 0.051923878490924835, 0.08900979161262512, 0.04329100251197815, - -0.016155852004885674, -0.05624626576900482, 0.0034975965972989798, - 0.0484960675239563, -0.017100432887673378, 0.01627379097044468, - -0.06085347756743431, 0.04808816313743591, -0.02984337881207466, - -0.00318646221421659, -0.004935657139867544, 0.0521266832947731, - -0.07969816774129868, 0.015078467316925526, -0.0017570933559909463, - -0.055661801248788834, -0.08408520370721817, 0.00227648438885808, - -0.0851190909743309, 0.008553602732717991, -0.03432939201593399, - 0.04221969097852707, 0.011133539490401745, -0.011475645005702972, - 0.004069879651069641, 0.018266111612319946, -0.023687761276960373, - 0.0583261176943779, -0.008360954001545906, 0.026321228593587875, - 0.013656701892614365, -0.03839433938264847, -0.0021703187376260757, - -0.0247358251363039, -0.09821804612874985, -0.05717824026942253, - 0.021466806530952454, -0.017968663945794106, 0.052245646715164185, - -0.048569176346063614, 0.1307152509689331, 0.01296695414930582, - 0.016661187633872032, 0.019349563866853714, 0.004796844441443682, - 0.0320645272731781, -0.01050136610865593, -0.03840373829007149, 0.05816056579351425, - 0.07052180916070938, 0.08287236839532852, 0.03291315957903862, 0.04971206188201904, - -0.024331949651241302, 0.08849447220563889, 0.040926724672317505, - -0.13609062135219574, 0.051791924983263016, 0.01276412233710289, - 0.004572634119540453, 0.08380700647830963, 0.024532677605748177, - 0.09966253489255905, -0.006575531791895628, -0.017456313595175743, - 0.016281841322779655, 0.051850397139787674, -0.08870142698287964, - -0.07446388900279999, 0.07220760732889175, 0.05131036415696144, 0.0486532561480999, - -0.011764056980609894, -0.035367656499147415, 0.023363543674349785, - -0.00481283338740468, 0.07039698213338852, -0.09473076462745667, - 0.05018848925828934, 0.11580538749694824, 0.0020235043484717607, - 1.7212341845151968e-6, 0.01128215529024601, 0.08355586230754852, - 0.01926450803875923, 0.0683489665389061, -0.06136920675635338, - -0.015568503178656101, -0.018785718828439713, 0.03602995723485947, - 0.06576115638017654, 0.022435026243329048, -0.01917801983654499, - 0.006687624845653772, 0.02785186655819416, -0.07290289551019669, - 0.018482619896531105, -0.026067722588777542, 0.07847816497087479, - 0.015523006208240986, -0.02217968925833702, -0.011632655747234821, - -0.0051587894558906555, -0.007324067875742912, -0.03829653933644295, - 0.00876607932150364, 0.014647812582552433, 0.03181750327348709, - 0.022695137187838554, 0.010414816439151764, -0.01970157027244568, - 0.07832471281290054, 0.05016174539923668, -0.03882764279842377, 0.08440624922513962, - -0.015191801823675632, 0.035523608326911926, -0.012146666646003723, - 0.039549198001623154, 0.018505126237869263, 0.015273744240403175, - -0.04456089809536934, 0.02553749457001686, 0.08919597417116165, 0.0909283235669136, - 0.011423603631556034, -0.11914745718240738, 0.0362619049847126, 0.0512181855738163, - 0.044972289353609085, 0.04008840024471283, -0.010540055111050606, - -0.014951065182685852, 0.03160708770155907, 0.13292177021503448, 0.0720154270529747, - 0.05373175069689751, 0.0188952274620533, -0.000791564816609025, - 0.029665440320968628, 0.003259161254391074, -0.07493861764669418, - 0.03959639370441437, -0.16037894785404205, -0.07157362252473831, - 0.04069575294852257, -0.051214080303907394, 0.0776258260011673, - -0.01608152687549591, 0.010833078064024448, 0.01802278868854046, - -0.06353787332773209, 0.0681462213397026, -0.03444347158074379, - -0.06248604133725166, -0.04092001914978027, 0.09118843078613281, - -0.01944049261510372, 0.02981472946703434, -0.022976171225309372, - -0.018794888630509377, -0.0462486669421196, 0.06532509624958038, - 0.03216705471277237, 0.0918743908405304, 0.02127687819302082, -0.09980924427509308, - 0.05675213038921356, -0.01954684965312481, -0.044311851263046265, - 0.030462808907032013, 0.022043365985155106, -0.10484753549098969, - 0.05512440577149391, -0.052576109766960144, 0.059803128242492676, - 0.01545360404998064, 0.01580122485756874, 0.05568225309252739, -0.02755674347281456, - -0.007232375908643007, -0.047902222722768784, -0.06286099553108215, - -0.052553173154592514, 0.037832893431186676, -0.028653224930167198, - -0.0053755417466163635, -0.009165065363049507, -0.001269493717700243, - -0.037744827568531036, -0.03566860780119896, 0.0538191981613636, - -0.024971868842840195, 0.03012329339981079, -0.017431214451789856, - 0.08446750789880753, -0.0002269382239319384, 0.052288398146629333, - 0.020582500845193863, -0.0011569028720259666, 0.02196449227631092, - 0.0810898020863533, -0.0076663135550916195, -0.02368098683655262, - 0.004730549640953541, 0.01563713513314724, 0.059161413460969925, - -0.005413842853158712, -0.0764632299542427, 0.029939142987132072, - 0.03110615722835064, 0.02686556614935398, -0.05405879765748978, - 0.035383258014917374, 0.05049902945756912, -0.002398846438154578, - -0.04623813182115555, -0.01834692247211933, 0.0029426526743918657, - 0.028409983962774277, 0.020059624686837196, 0.08291180431842804, - -0.019000079482793808, 0.04423835501074791, -0.008375495672225952, - -0.0774877518415451, -0.009413132444024086, 0.04622489959001541, - -0.00369548168964684, -0.056138209998607635, 0.04445923492312431, - -0.012853606604039669, 0.07810133695602417, 0.08493134379386902, - 0.06884375959634781, 0.06289981305599213, 0.04152015969157219, -0.02200889028608799, - 0.06200280413031578, 0.017359692603349686, -0.005090031772851944, - -0.0001562267279950902, 0.01805036887526512, 0.043321169912815094, - 0.045068006962537766, -0.03524763509631157, -0.04663905128836632, - 0.04489070177078247, -0.00816443283110857, -0.04404834657907486, - -0.006154246628284454, -0.012686073780059814, 8.80925654200837e-5, - 0.07816608250141144, 0.010713671334087849, -0.03947346657514572, - 0.04765927046537399, 0.03356996551156044, -0.038560446351766586, - 0.08773674815893173, -0.002979954471811652, 0.03879554942250252, - 0.04009069502353668, -0.020583001896739006, 0.11846217513084412, - 0.03452151641249657, 0.030543355271220207, 0.05469987168908119, - -0.06352831423282623, -0.1372494250535965, -0.008118288591504097, - 0.08212754130363464, -0.05996683984994888, 0.015681985765695572, - -0.021362464874982834, -0.0013498442713171244, 0.08069773763418198, - 0.07574531435966492, -0.020363014191389084, 0.02708609029650688, - 0.09763532876968384, -0.10696010291576385, 0.0020828028209507465, - -0.027780456468462944, -0.013326184824109077, -0.05989004671573639, - -0.015471968799829483, -0.08476557582616806, -0.05288492515683174, - -0.0019714399240911007, 0.05441639572381973, -0.053414732217788696, - -0.008444428443908691, -0.05815683677792549, -0.04180610179901123, - 0.051416315138339996, -0.057550422847270966, -0.10934372991323471, - -0.0019184973789379, -0.0007178903906606138, 0.041438229382038116, - 0.08302494138479233, 0.007321266457438469, -0.010353565216064453, - 0.027604306116700172, -0.04963710531592369, -0.0016255546361207962, - 0.029991434887051582, -0.07089358568191528, -0.07788456976413727, - 0.12331032752990723, -6.59626311971806e-5, 0.024027621373534203, - -0.023671919479966164, -0.0358700267970562, -0.007684712763875723, - 0.04046942666172981, -0.12393445521593094, -0.11661949753761292, - -0.017109744250774384, 0.08555426448583603, -0.08667781203985214, - -0.012345368973910809, 0.06498195976018906, 0.05838996171951294, - -0.01783689856529236, -0.06749424338340759, -0.09925229102373123, - -0.005309293046593666, 0.014398230239748955, 0.018982606008648872, - -0.05386814475059509, 0.039517223834991455, 0.017638061195611954, - -0.022078435868024826, 0.012965192086994648, 0.07091189175844193, - -0.04169332608580589, -0.04082150757312775, 0.005511286202818155, - -0.05665414035320282, -0.04758007824420929, -0.029254112392663956, - 0.0015300317900255322, -0.02321944385766983, 0.014780369587242603, - 0.05483979731798172, -0.04082084447145462 - ], - [ - -0.00013852353731635958, -0.06138722971081734, -0.014023447409272194, - 0.0578482411801815, -0.006008136551827192, 0.031249405816197395, - -0.03232578560709953, -0.058118920773267746, 0.07234114408493042, - -0.016070151701569557, -0.08966653048992157, 0.030362507328391075, - 0.017132079228758812, 0.06761911511421204, 0.053876716643571854, - 0.0004996741772629321, 0.028880029916763306, 0.06270601600408554, - -0.011393467895686626, -0.0012575765140354633, 0.01018520351499319, - -0.02998415380716324, -0.06904791295528412, 0.012821723707020283, - 0.060809191316366196, 0.03065606579184532, 0.023757871240377426, - -0.03622310981154442, -0.009082114323973656, 0.03135101497173309, - 0.05646435543894768, 0.011289152316749096, -0.01229776069521904, - -0.06016705185174942, -0.03238911181688309, -0.008240114897489548, - -0.010620353743433952, 0.012688160873949528, -0.058318350464105606, - -0.031217418611049652, 0.002987075597047806, -0.010402359999716282, - -0.05113575607538223, -0.001810498652048409, 0.001993007492274046, - 0.06285496801137924, -0.05799694359302521, -0.022516733035445213, - 0.08659420162439346, -0.023991180583834648, -0.051995113492012024, - 0.03029426373541355, 0.01219402626156807, -0.0036205691285431385, - -0.04819854348897934, 0.006568895652890205, -0.09215180575847626, - -0.012370040640234947, 0.01312687061727047, -0.003287376370280981, - 0.0040843794122338295, 0.015437956899404526, -0.04779665172100067, - 0.05181114003062248, -0.09371870756149292, -0.008622726425528526, - -0.014050861820578575, -0.007729577366262674, 0.02890048548579216, - 0.015514837577939034, -0.051942236721515656, -0.04235232621431351, - 0.057571858167648315, 0.0031281346455216408, 0.0018202416831627488, - 0.06466317921876907, 0.03322029486298561, -0.04131004214286804, - -0.03468572348356247, -0.012893513776361942, -0.007277829572558403, - -0.030110767111182213, 0.012921575456857681, -0.015607228502631187, - 0.10274551063776016, -0.0189661905169487, 0.04314339533448219, 0.051283203065395355, - 0.01878528855741024, 0.04332654923200607, 0.0930396318435669, -0.061483100056648254, - -0.029870042577385902, -0.03506354242563248, -0.03910395875573158, - 0.04246808961033821, -0.018768982961773872, -0.010940982960164547, - -0.04992976784706116, 0.08869452774524689, -0.03349749371409416, - -0.046866580843925476, -0.002174298046156764, 0.010984623804688454, - 0.05369194597005844, -0.06049074977636337, 0.031973812729120255, - 0.027907786890864372, 0.05797635391354561, -0.06744693219661713, - 0.0017253404948860407, 0.08781260251998901, -0.007017540745437145, - 0.02354549989104271, -0.04957188665866852, -0.02267114631831646, 0.0638442113995552, - -0.03747512772679329, -0.017370140179991722, 0.05286203697323799, - 0.03390778973698616, 0.029253851622343063, -0.043521929532289505, - -0.0041732145473361015, 0.046015866100788116, -0.05627776309847832, - -0.06671065837144852, -0.036832742393016815, 0.0012128697708249092, - 0.022756125777959824, 0.031356267631053925, -0.010808872058987617, - -0.03662006929516792, 0.04438554123044014, -0.03719361498951912, - -0.0964660495519638, 0.05286957323551178, -0.02874631993472576, -0.0132379699498415, - -0.06928519904613495, -0.030037686228752136, -0.05141889303922653, - -0.015690192580223083, -0.06744353473186493, 0.06925986707210541, - 0.05862630158662796, 0.028446562588214874, -0.06452088803052902, - 0.04438665136694908, 0.010120823979377747, 0.04947937652468681, -0.0313427597284317, - -0.04263504222035408, 0.014186469838023186, -0.05483055114746094, - -0.06515689939260483, -0.03327488899230957, -0.0010655977530404925, - -0.015125430189073086, -0.043721072375774384, -0.10759983956813812, - 0.006368330214172602, 0.017744148150086403, 0.08953950554132462, - -0.022206999361515045, 0.030794398859143257, -0.06312098354101181, - 0.020266328006982803, -0.0017341827042400837, -0.007997418753802776, - -0.017254965379834175, 0.0003603748918976635, 0.08357340842485428, - -0.027323028072714806, -0.07424401491880417, 0.024848392233252525, - -0.0032658304553478956, 0.05377160757780075, -0.07705065608024597, - -0.02079550363123417, -0.0007425395306199789, -0.05327892303466797, - -0.02188848704099655, -0.05934286117553711, -0.015832968056201935, - -0.03278503939509392, -0.016310565173625946, 0.030444804579019547, - 0.01196074765175581, 0.010645299218595028, -0.0678592324256897, - -0.023986613377928734, -0.04765335097908974, 0.0019947087857872248, - -0.09764041006565094, 0.05350319296121597, 0.041138939559459686, - -0.01162499375641346, 0.0033221757039427757, -0.02763213962316513, - 0.05406445637345314, -0.03335657715797424, -0.04459236562252045, - 0.003445211797952652, 0.05386539176106453, 0.032567162066698074, - 0.04847486689686775, 0.01273589488118887, 0.022566180676221848, - 0.014653617516160011, -0.0473518930375576, 0.08499261736869812, - 0.021527843549847603, -0.06442183256149292, 0.028317134827375412, - 0.05036773160099983, -0.02834213897585869, 0.02041422203183174, 0.02462242729961872, - -0.016937555745244026, 0.062411125749349594, -0.07560445368289948, - -0.05330660566687584, 0.004098210949450731, -0.0689687579870224, - -0.01258851308375597, -0.005412471946328878, -0.004415126051753759, - -0.027994254603981972, 0.016521213576197624, 0.03178130090236664, - -0.01547594740986824, 0.024673359468579292, 0.016380343586206436, - 0.024122046306729317, -0.01236024871468544, -0.007282839622348547, - -0.08932261914014816, 0.006519403774291277, -0.043661780655384064, - -0.04498335346579552, 0.04141061007976532, 0.034715685993433, 0.03481518104672432, - -0.04060099273920059, 0.023277079686522484, -0.008261355571448803, - -0.02363410033285618, 0.0029849326238036156, 0.031006673350930214, - -0.006610135082155466, 0.04034149646759033, 0.023364562541246414, - -0.013636551797389984, -0.06096596270799637, -0.015776563435792923, - -0.03475131466984749, -0.006979324854910374, 0.010277954861521721, - 0.04702809825539589, 0.01332851592451334, -0.025591397657990456, - -0.002239294582977891, -0.013770288787782192, 0.0708361491560936, - -0.029828323051333427, 0.05485396832227707, 0.04062551259994507, - 0.005639166571199894, 0.06469851732254028, -0.06878090649843216, - 0.036431316286325455, -0.025665760040283203, -0.026360750198364258, - 0.009759432636201382, -0.11899106204509735, -0.0580880269408226, - -0.030456360429525375, 0.018064549192786217, 0.0007617761730216444, - -0.024112530052661896, -0.02107498049736023, 0.03580446168780327, - 0.03960505127906799, -0.007668004836887121, 0.07375776767730713, - 0.0005692442646250129, 0.015149448998272419, 0.04461168497800827, - 0.013820604421198368, -0.0205337256193161, 0.07867178320884705, - -0.0048717111349105835, -0.1169198751449585, -0.010624098591506481, - -0.03161745145916939, 0.04412126913666725, -0.0004109855799470097, - 0.057403840124607086, -0.06439723074436188, 0.018102286383509636, - -0.02007400430738926, 0.008428988978266716, 0.01390013936907053, - 0.06907244771718979, 0.043172381818294525, 0.0028995689935982227, - 0.020763689652085304, -0.026174893602728844, -0.05783366039395332, - -0.04449562728404999, 0.004070567898452282, 0.06174509972333908, - 0.01274111308157444, 0.019603267312049866, -0.06526950001716614, - 0.10087192803621292, 0.10642753541469574, 0.055825795978307724, 0.03821203485131264, - -0.09140095114707947, -0.031082576140761375, 0.002392083639279008, - -0.004537247586995363, 0.02978898584842682, -0.01377537939697504, - -0.019824355840682983, 0.003578225849196315, -0.03537468984723091, - -0.028896061703562737, 0.11666856706142426, 0.04628276824951172, - 0.0036248350515961647, -0.05086327716708183, -0.03797871619462967, - 0.08069739490747452, -0.06813766807317734, 0.030333245173096657, 0.0894310474395752, - -0.05968639627099037, -0.09014052152633667, 0.024361271411180496, - 0.024112563580274582, -0.01868640072643757, 0.022450609132647514, - -0.02679537609219551, 0.0005246489308774471, 0.10287251323461533, - -0.02246924303472042, -0.025480179116129875, 0.015477021224796772, - -0.07440751045942307, -0.021434761583805084, -0.02705058455467224, - -0.003452987875789404, -0.05740269273519516, -0.03253057226538658, - -0.013288570567965508, -0.04380062595009804, 0.015229321084916592, - 0.011269916780292988, 0.02197987399995327, -0.049780722707509995, - -0.03342060372233391, 0.06469564884901047, -0.009050165303051472, - 0.02699826844036579, -0.03712707757949829, 0.004281311295926571, - -0.028745973482728004, 0.0427766814827919, -0.050471287220716476, - 0.041900698095560074, 0.040658582001924515, -0.001007932354696095, - -0.037320662289857864, 0.026250414550304413, -0.0050116172060370445, - -0.002982812002301216, -0.046490661799907684, 0.03178387135267258, - 0.06741277128458023, 0.06943458318710327, -0.017039772123098373 - ], - [ - 0.006672337185591459, 0.00961329136043787, 0.049857255071401596, - 0.005337486043572426, -0.03965108469128609, 0.050029776990413666, - 0.06609160453081131, -0.022073928266763687, 0.007708514109253883, - -0.02615489438176155, -0.0067699202336370945, 0.009186608716845512, - -0.0019340558210387826, 0.08820629119873047, 0.03673102334141731, - -0.005584482569247484, 0.04716074466705322, 0.045777518302202225, - 0.015392377972602844, -0.06556705385446548, -0.015328862704336643, - -0.06115684285759926, 0.08775701373815536, -0.005869738757610321, - 0.04232463240623474, 0.027863532304763794, -0.08271908015012741, - 0.01933816261589527, -0.013868436217308044, -0.047649819403886795, - -0.045218851417303085, 0.0689132809638977, -0.004375680815428495, - 0.025170940905809402, 0.01461420115083456, 0.08350967615842819, - 0.012461569160223007, -0.081755630671978, -0.019296148791909218, - -0.07178496569395065, -0.04409666359424591, -0.006504787597805262, - 0.04401356726884842, 0.006045378744602203, 0.008740771561861038, - 0.04870319738984108, 0.10570849478244781, 0.016464563086628914, - 0.017969727516174316, -0.0327695868909359, -0.013687276281416416, - 0.0016366337658837438, -0.051312156021595, -0.022794032469391823, - 0.006599477957934141, 0.027016250416636467, 0.02668825164437294, - 0.040087535977363586, 0.002266898285597563, -0.07352449744939804, - 0.05070703476667404, 0.027369733899831772, -0.043902598321437836, - 0.042330268770456314, 0.0005453855847008526, 0.0461578406393528, - 0.04643410071730614, 0.10781735181808472, -0.016491273418068886, - -0.051487527787685394, 0.006010063458234072, -0.044797688722610474, - -0.019176853820681572, -0.008234675973653793, 0.0241499375551939, - 0.09104947000741959, 0.04753810912370682, 0.035582028329372406, - 0.018634743988513947, 0.022776922211050987, -0.04793425276875496, - 0.0181251373142004, -0.016873344779014587, 0.01844020001590252, - -0.03284747898578644, 0.029360542073845863, -0.02246076613664627, - -0.01777012273669243, -0.042771872133016586, -0.003204390872269869, - 0.03655184805393219, 0.029434064403176308, -0.016753289848566055, - 0.041882626712322235, -0.05072198435664177, -0.022838324308395386, - -0.05147113651037216, -0.03387731313705444, 0.02874423936009407, - 0.04326846823096275, 0.04006889835000038, -0.024714767932891846, - -0.011913429945707321, -0.03912083059549332, 0.05533634126186371, - -0.024638492614030838, -0.02631221152842045, 0.0576171875, 0.03795945644378662, - -0.019146107137203217, 0.025296585634350777, 0.02792934887111187, - 0.005377208814024925, 0.033694300800561905, 0.0068959579803049564, - 0.02611253224313259, -0.08881636708974838, -0.03633365407586098, - 0.035365473479032516, -0.07185006141662598, 0.07709039002656937, - -0.009904236532747746, 0.0358697883784771, 0.051336538046598434, - 0.02762756496667862, 0.02885873056948185, -0.025233063846826553, - -0.025434810668230057, -0.017122572287917137, 0.0057251909747719765, - 0.03662969917058945, -0.03856335207819939, 0.002801466966047883, - -0.07201886922121048, 0.04058612510561943, -0.06185617670416832, - -0.006974697113037109, 0.08955241739749908, 0.030301960185170174, - -0.0461159273982048, -0.015905160456895828, -0.014844568446278572, - 0.017237022519111633, 0.021761050447821617, -0.015489949844777584, - 0.024851955473423004, -0.05639084056019783, 0.08932770788669586, - -0.05497992783784866, 0.05975902080535889, -0.02353554219007492, - 0.017734959721565247, 0.019434450194239616, -0.04377639293670654, - 0.07341963052749634, -0.0831984430551529, 0.09114108234643936, - -0.049873679876327515, -0.02562732808291912, 0.04642302542924881, - 0.02420768141746521, 0.054608963429927826, -0.01922023296356201, - -0.019996173679828644, 0.038546122610569, -0.035923298448324203, 0.0420696921646595, - -0.007577770389616489, 0.031602565199136734, 0.003542038844898343, - 0.044692594558000565, 0.0024554221890866756, -0.0030123083852231503, - 0.005881959106773138, -0.006325817201286554, -0.03022707998752594, - -0.035374078899621964, -0.0135374516248703, 0.029340192675590515, - -0.02821313962340355, -0.031127117574214935, -0.005607850383967161, - 0.02345968224108219, 0.061095308512449265, -0.02142239175736904, - -0.0790402963757515, -0.00949838012456894, 0.023560889065265656, - -0.011250799521803856, -0.003401871072128415, 0.009500325657427311, - -0.029120400547981262, 0.07323799282312393, 0.07407941669225693, - -0.016789069399237633, 8.686622459208593e-5, -0.08811863511800766, - -0.021673159673810005, 0.0657062977552414, 0.04683308303356171, - 0.0032535940408706665, -0.03388097882270813, 0.0016858370508998632, - 0.03246733173727989, -0.029504159465432167, -0.010232236236333847, - -0.04584784433245659, 0.00013151834718883038, -0.008466105908155441, - 0.02690509334206581, -0.0666450634598732, 0.011351190507411957, - -0.04998873919248581, -0.039782315492630005, -0.08249951153993607, - -0.0731128454208374, -0.0007800453458912671, -0.058075107634067535, - -0.06963011622428894, -0.020431196317076683, 0.022056739777326584, - -0.002809240249916911, -0.030574822798371315, -0.015612644143402576, - -0.048149459064006805, 0.016725510358810425, -0.017955049872398376, - 0.07401321083307266, 0.0026215962134301662, -0.11162387579679489, - 0.06672749668359756, 0.006601797882467508, 0.009519102051854134, - 0.011091581545770168, -0.04068518057465553, 0.015075521543622017, - -0.027030056342482567, -0.017845802009105682, 0.01912124641239643, - 0.037065647542476654, 0.06146032735705376, -0.00020248850341886282, - 0.008375977165997028, -0.026170989498496056, -0.020747261121869087, - 0.06443529576063156, 0.010052972473204136, -0.01084862183779478, - -0.027515022084116936, 0.06168327108025551, -0.07490450888872147, - -0.08273198455572128, 0.03922070562839508, -0.035699132829904556, - -0.016112616285681725, -0.007110165897756815, 0.019863730296492577, - -0.04720115289092064, 0.00668582646176219, 0.05035398155450821, 0.03744833543896675, - 0.04087340831756592, 0.02166828140616417, -0.014009010046720505, - -0.02086270973086357, -0.03947099298238754, 0.10593874007463455, - 0.029097549617290497, 0.011617769487202168, -0.010278355330228806, - -0.03743214160203934, 0.12820452451705933, -0.03450071066617966, - 0.024072561413049698, -0.03677420690655708, -0.008496676571667194, - -0.026540711522102356, -0.08098133653402328, 0.011515211313962936, - 0.032030265778303146, 0.009162523783743382, 0.03602337837219238, - 0.057895805686712265, -0.05929623544216156, 0.04294074326753616, - 0.03794335201382637, -0.013698539696633816, 0.001189650036394596, - 0.015663469210267067, -0.041618626564741135, -0.040754880756139755, - 0.05688704922795296, -0.1007864847779274, -0.060124002397060394, - 0.04268476739525795, 0.09027662128210068, 0.01732856221497059, - -0.0022742461878806353, -0.041578907519578934, -0.0006499069277197123, - 0.012135038152337074, 0.022466372698545456, -0.028676139190793037, - 0.02135126106441021, 0.007941250689327717, -0.02038315124809742, - 0.0007963947718963027, -0.05245187133550644, 0.013676347211003304, - 0.036659639328718185, -0.06871423125267029, 0.013162640854716301, - 0.01706245169043541, -0.04239770397543907, 0.03164849430322647, - 0.029372256249189377, 0.028414001688361168, -0.013109696097671986, - 0.045870207250118256, -0.02175523154437542, 0.04526767134666443, - 0.015896614640951157, -0.07822967320680618, -0.1292733997106552, - 0.047023605555295944, 0.005559287499636412, -0.04048614948987961, - -0.016195232048630714, -0.009072583168745041, -0.06224535405635834, - -0.06423820555210114, 0.022542646154761314, -0.04487933963537216, - -0.00532872648909688, -0.022478649392724037, 0.05978088825941086, - -0.006289541255682707, 0.029682878404855728, 0.0177172739058733, 0.0511954128742218, - -0.02571098878979683, 0.04500524327158928, -0.062467463314533234, - -0.01690264232456684, -0.06507521867752075, -0.009072093293070793, - 0.003862569108605385, -0.05720842257142067, 0.09913091361522675, - -0.05614762008190155, -0.01966134086251259, 0.050965066999197006, - 0.00046923922491259873, -0.02692396566271782, 0.0509297177195549, - -0.051600776612758636, -0.019903741776943207, 0.05578529089689255, - -0.017773305997252464, -0.02397790364921093, -0.019468678161501884, - 0.045295484364032745, -0.11559715867042542, -0.026948317885398865, - 0.002156928414478898, 0.02284562960267067, 0.0617513470351696, 0.006395290140062571, - -0.08959238231182098, 0.036566756665706635, -0.023201415315270424, - -0.017044205218553543, -0.07184149324893951, 0.07218814641237259, - -0.0189483854919672, -0.004149302374571562, -0.03387172147631645, - -0.021554892882704735, 0.05958455801010132, -0.006797946523874998, - -0.023674674332141876, 0.03438389301300049, 0.031475525349378586, - 0.02614126168191433 - ], - [ - -0.021043600514531136, 0.040044039487838745, 0.018526211380958557, - -0.01936102844774723, -0.01857665739953518, -0.010386813431978226, - -0.07404851168394089, 0.02631976269185543, -0.03340889886021614, - -0.027950067073106766, 0.010187377221882343, -0.06039980798959732, - 0.03514552488923073, 0.030670661479234695, 0.012116236612200737, - 0.009441111236810684, -0.02528231590986252, 0.047326527535915375, - 0.04015640169382095, 0.0639379471540451, -0.0034744716249406338, - -0.04798948019742966, -0.005804690532386303, 0.04642011970281601, - 0.01867740973830223, 0.06009434536099434, 0.01533009484410286, 0.048008084297180176, - 0.005655836313962936, 0.05990232154726982, -0.009979010559618473, - 0.08708343654870987, 0.014772568829357624, 0.01854015327990055, - 0.008617032319307327, -0.030769312754273415, 0.07191070169210434, 0.076524518430233, - 0.01910555735230446, 0.03919760510325432, 0.05883842706680298, -0.03019747883081436, - -0.036323558539152145, -0.026644187048077583, 0.06396449357271194, - 0.007863319478929043, 0.021303314715623856, -0.017487293109297752, - 0.024785049259662628, 0.006321434397250414, -0.046661123633384705, - 0.01912822760641575, 0.06798207014799118, 0.02706366404891014, - -0.008686191402375698, -0.002615557750687003, 0.05202001333236694, - -0.03996196761727333, -0.00018613447900861502, -0.02688169665634632, - -0.05580061301589012, 0.031296007335186005, 0.02074620872735977, - -0.05983586981892586, -0.021114684641361237, -0.07426825165748596, - 0.016534512862563133, -0.08962506055831909, 0.026934541761875153, - 0.041733402758836746, 0.0240336861461401, -0.005559528712183237, - -0.006364774890244007, 0.003950740676373243, -0.009835783392190933, - -0.02799626812338829, -0.04728584736585617, 0.061568789184093475, - -0.012099961750209332, -0.07403869181871414, -0.018249748274683952, - 0.014961740002036095, 0.0021966712083667517, 0.0061793141067028046, - 0.005607775878161192, -0.053362175822257996, 0.023918231949210167, - -0.03358215466141701, 0.01876981370151043, 0.06332262605428696, 0.0667852982878685, - 0.04138607904314995, -0.03344379737973213, 0.036072272807359695, - 0.09232716262340546, 0.0416228286921978, 0.05001022666692734, -0.045683443546295166, - -0.024137189611792564, 0.05710538849234581, 0.006577129475772381, - -0.042296234518289566, 0.07190845906734467, 0.04750673100352287, - 0.01922539807856083, -0.036338333040475845, 0.02049274928867817, - -0.0004368899390101433, -0.014474411495029926, 0.05700051411986351, - -0.054426051676273346, 0.03783944249153137, -0.058229926973581314, - 0.03952717408537865, -0.01300228200852871, -0.00752657325938344, - 0.12440988421440125, 0.0270064827054739, -0.10448577255010605, 0.02382960356771946, - -0.02800791896879673, 0.04253841191530228, -0.05864232778549194, - 0.05039341002702713, -0.03326701745390892, -0.019464431330561638, - -0.02961658500134945, -0.020869925618171692, 0.05529283359646797, - 0.043558232486248016, -0.027099404484033585, 0.06665486097335815, - -0.046752896159887314, 0.07371525466442108, 0.027037549763917923, - 0.022747211158275604, -0.01828174665570259, -0.03387727588415146, - 0.01492896769195795, -0.09222438186407089, -0.04324755445122719, - 0.027405180037021637, 0.006889611482620239, 0.06081240996718407, - 0.08091063797473907, 0.01505819521844387, 0.07225088775157928, 0.017954131588339806, - 0.03839493542909622, 0.0001647733006393537, -0.09244664758443832, - -0.05363301932811737, -0.08391950279474258, 0.06268434226512909, - 0.011512359604239464, 0.06467051059007645, -0.08271559327840805, - -0.02965315617620945, -0.039138063788414, 0.03762981668114662, 0.04351382330060005, - 0.04619685932993889, 0.033465828746557236, -0.01567055471241474, - -0.03644297271966934, 0.0267518050968647, -0.03680471330881119, - 0.034633882343769073, 0.04557288438081741, 0.0009651134605519474, - 0.026492265984416008, -0.04454338923096657, 0.07201412320137024, - 0.03807561844587326, 0.04679090157151222, 0.036793965846300125, - -0.04725566878914833, 0.06743144243955612, -0.036406490951776505, - 0.026594646275043488, 0.02701195329427719, -0.04197469353675842, - -0.026295727118849754, -0.03603183478116989, 0.0193429347127676, - 0.026610860601067543, -0.06382603943347931, -0.04667302966117859, - 0.04525494948029518, 0.040000975131988525, -0.027989888563752174, - -0.037053242325782776, -0.06477376073598862, -0.024142909795045853, - -0.06207267940044403, 0.009141802787780762, -0.025080928578972816, - -0.0001938444620463997, -0.014343474991619587, 0.04136314243078232, - -0.03737887740135193, 0.05977020412683487, -0.060269396752119064, - 0.055056776851415634, 0.05856658145785332, 0.032403212040662766, - 0.047013744711875916, -0.014568543992936611, 0.05202324315905571, - -0.07217239588499069, -0.047685302793979645, 0.011657914146780968, - 0.06954768300056458, 0.014749309048056602, 0.012774942442774773, - -0.013988262973725796, 0.0031989747658371925, 0.06260590255260468, - -0.0035615835804492235, -0.030632978305220604, -0.013123400509357452, - -0.03357115760445595, -0.0020082697737962008, 0.04609823599457741, - 0.010564805008471012, 0.0710349753499031, -0.06507739424705505, - 0.004377992823719978, -0.021038709208369255, -0.014310409314930439, - -0.020294951274991035, -0.006453369744122028, 0.06002717837691307, - -0.11685696989297867, 0.09879177808761597, -0.14599980413913727, - 0.01749957539141178, -0.033497754484415054, 0.02831745520234108, - -0.05947822332382202, -0.04878395050764084, -0.06135544925928116, - -0.0014243850018829107, 0.00020095426589250565, 0.024592561647295952, - 0.01851794496178627, 0.02170310728251934, -0.00623758090659976, - -0.040903933346271515, 0.05414382368326187, 0.00706964498385787, - -0.005777460522949696, -0.06479869037866592, -0.03810734674334526, - -0.00919907633215189, 0.05416788533329964, 0.014770565554499626, - -0.06213907524943352, 0.002294309204444289, -0.07752317935228348, - 0.009751534089446068, -0.02033473551273346, 0.011758186854422092, - -0.023518335074186325, 0.017152581363916397, 0.0183598343282938, - -0.005591442342847586, 0.010695405304431915, 0.009874163195490837, - -0.0651777982711792, 0.021558107808232307, -0.09324610233306885, - -0.027200203388929367, -0.1176336407661438, -0.0012218187330290675, - -0.04689328745007515, -0.03909842669963837, 0.050360020250082016, - 0.05260999873280525, -0.0657646581530571, 0.038657691329717636, - -0.03298325091600418, -0.022279778495430946, 0.019819049164652824, - -0.04296952113509178, -0.03699539229273796, -0.05716346576809883, - -0.07471899688243866, -0.06394999474287033, 0.021143527701497078, - 0.034188009798526764, 0.030200328677892685, 0.05982193350791931, - 0.03610093519091606, 0.035335686057806015, -0.0815787985920906, - -0.021486682817339897, -0.002042064443230629, 0.05280238017439842, - -0.05043502897024155, -0.0296937245875597, 0.04180062189698219, - 0.028009995818138123, -0.025588402524590492, -0.02807379513978958, - -0.005896614398807287, 0.021332155913114548, -0.035778362303972244, - 0.012621854431927204, -0.08361056447029114, -0.058672789484262466, - 0.047545917332172394, 0.0025845447089523077, 0.0649513304233551, - -0.0498206801712513, 0.003357120556756854, -0.043517690151929855, - 0.0618133470416069, 0.016511298716068268, -0.016186796128749847, - -0.03095332719385624, 0.015121426433324814, 0.022387947887182236, - 0.011238197796046734, 0.02341287024319172, 0.027652939781546593, - 0.004045231267809868, -0.0779600664973259, -0.022828737273812294, - -0.041800037026405334, 0.03824550285935402, 0.033764369785785675, - 0.025658532977104187, -0.0788397565484047, 0.020521873608231544, - 0.016772300004959106, 0.029638852924108505, -0.03767961263656616, - 0.0730123519897461, 0.03221124783158302, -0.022841649129986763, - -0.008015482686460018, -0.0002658766752574593, -0.01959514059126377, - 0.03610251098871231, 0.03969947621226311, 0.0032637985423207283, - 0.04026122763752937, -0.08736467361450195, 0.018585482612252235, - 0.04012114927172661, 0.029905609786510468, -0.05976516008377075, - -0.0020131515339016914, 0.02046062983572483, -0.05422953516244888, - 0.0014371378347277641, 0.01578170619904995, 0.07728937268257141, - 0.04471121355891228, -0.04833068326115608, -0.02534942515194416, - 0.02002043090760708, 0.03208759427070618, 0.03495149686932564, -0.04214656352996826, - 0.022039728239178658, -0.05262250825762749, 0.023528089746832848, - -0.025593720376491547, 0.0128041822463274, 0.03132399171590805, 0.04191337525844574, - -0.062154799699783325, -0.036112356930971146, -0.0036808322183787823, - -0.03450484946370125, 0.015010572969913483, -0.11795921623706818, - -0.023888353258371353, 0.060499608516693115, -0.003817116841673851, - 0.004284156020730734, -0.0733242928981781 - ], - [ - 0.031305886805057526, 0.031428012996912, 0.02616439014673233, -0.0543469563126564, - -0.09774793684482574, -0.052432581782341, -0.012762678787112236, - -0.04001971334218979, 0.017603669315576553, -0.07383473217487335, - 0.0033337720669806004, 0.014074431732296944, -0.011427798308432102, - 0.0982302874326706, 0.01674629934132099, 0.06039277836680412, -0.03743285685777664, - -0.037526216357946396, 0.05701357498764992, 0.012824999168515205, - -0.013111601583659649, -0.008211546577513218, 0.029848318547010422, - 0.012530905194580555, 0.003128065960481763, 0.03398524224758148, - 0.00758227426558733, 0.01904781349003315, -0.005640383344143629, - 0.012956570833921432, -0.03647680580615997, 0.02507149986922741, - -0.03589340299367905, 0.03507398068904877, -0.048560731112957, -0.03153526037931442, - -0.010978738777339458, -0.04578391835093498, 0.027917496860027313, - -0.009594022296369076, -0.02850106731057167, 0.007045951206237078, - 0.0414566695690155, 0.018507257103919983, -0.05941181629896164, 0.04130636900663376, - 0.0834956169128418, -0.019881537184119225, -0.027363350614905357, - -0.027227230370044708, 0.048962321132421494, 0.009349808096885681, - -0.05888254940509796, -0.0477147102355957, 0.04155881330370903, 0.04237234964966774, - 0.017920726910233498, 0.0076150293461978436, 0.015234108082950115, - 0.027499806135892868, 0.05095679312944412, -0.016471141949295998, - -0.07515387237071991, 0.04929174855351448, 0.052911318838596344, - -0.017914149910211563, -0.034235842525959015, 0.020988455042243004, - 0.03008407913148403, -0.0403595045208931, -0.017956571653485298, - -0.04773257300257683, 0.06133922189474106, -0.033249132335186005, - 0.004861433058977127, 0.01891467720270157, 0.07946057617664337, - -0.02833619900047779, -0.054901283234357834, 0.08761090785264969, - 0.0010846522636711597, -0.05938853323459625, -0.014433211646974087, - -0.00791850034147501, 0.03313107788562775, 0.06196519732475281, 0.0772872343659401, - -0.014487671665847301, -0.05745780095458031, -0.025395194068551064, - -0.010554417967796326, -0.0046976893208920956, -0.004298731684684753, - -0.012138508260250092, 0.015439890325069427, -0.010400236584246159, - -0.05932110175490379, 0.007775915786623955, 0.06074277684092522, 0.0251519363373518, - -0.040487129241228104, 0.01739480346441269, -0.011196908541023731, - 0.028970656916499138, -0.00181769288610667, 0.09472477436065674, - -0.03579239547252655, -0.01217027846723795, 0.012100493535399437, - -0.0017676668940111995, -0.009255023673176765, -0.015404969453811646, - 0.05848512053489685, 0.060101017355918884, 0.026544688269495964, - -0.02976083941757679, -0.05252106860280037, -0.07382155954837799, - -0.010710609145462513, -0.022831402719020844, 0.012706000357866287, - -0.05853734910488129, 0.038600318133831024, 0.010631555691361427, - 0.03816673159599304, 0.0047461967915296555, -0.04956074431538582, - 0.0008772528963163495, 0.0050857532769441605, -0.05572446063160896, - -0.003553153248503804, -0.04931505024433136, 0.017377445474267006, - -0.04661538079380989, 0.08901167660951614, 0.01560446061193943, 0.00816307682543993, - 0.06436796486377716, 0.03061714582145214, 0.011040553450584412, - -0.015347910113632679, -0.008681724779307842, 0.005347590893507004, - -0.037608709186315536, -0.05255082622170448, -0.006250445730984211, - -0.025780199095606804, -0.02858457714319229, 0.020056821405887604, - -0.042003460228443146, 0.021043986082077026, -0.018586885184049606, - 0.008855405263602734, -0.015321190468966961, 0.01646161638200283, - -0.058114852756261826, 0.019552646204829216, -0.0015317680081352592, - 0.009735261090099812, 0.01556094828993082, -0.0293324813246727, 0.05897454544901848, - 0.04845641553401947, 0.0344114750623703, 0.0370347835123539, -0.05168207734823227, - -0.012930123135447502, -0.03203391283750534, -0.03620103746652603, - -0.013436832465231419, -0.033437952399253845, 0.0539034865796566, - -0.018250029534101486, 0.03071531467139721, -0.06960274279117584, - -0.05990586802363396, -0.04544184356927872, 0.0002706437953747809, - -0.03531065583229065, -0.06027505174279213, 0.027912572026252747, - -0.003995714709162712, 0.003801399376243353, 0.02300761453807354, - -0.009838630445301533, -0.0391923226416111, -0.07023515552282333, - -0.02624913491308689, -0.07666847854852676, 0.03266110643744469, - -0.0033835081849247217, 0.02821308560669422, 0.035966746509075165, - 0.024736931547522545, 0.028540924191474915, 0.03759030997753143, - -0.013333051465451717, 0.015042920596897602, 0.057393405586481094, - -0.06994970887899399, -0.05236002802848816, -0.09062448143959045, - 0.002898475155234337, -0.07521110773086548, 0.014697345905005932, - 0.023691529408097267, -0.007683353498578072, 0.00680293096229434, - -0.03011246956884861, 0.05136909708380699, 0.030936162918806076, - 0.032314568758010864, -0.05668887868523598, -0.03477740287780762, - -0.006900993641465902, -0.010284069925546646, 0.006638429127633572, - -0.008297410793602467, -0.0009802276035770774, 0.0053128935396671295, - 0.054418083280324936, 0.047727372497320175, -0.036148153245449066, - -0.01838470995426178, 0.019380956888198853, -0.014739198610186577, - 0.027273718267679214, 0.06315545737743378, -0.00577550707384944, - 0.04709529131650925, 0.02407589741051197, 0.056706953793764114, - -0.03848452866077423, 0.010267217643558979, -0.034699875861406326, - 0.04755305498838425, -0.030043883249163628, 0.004831676837056875, - -0.0003028629580512643, -0.008554457686841488, 0.025733552873134613, - -0.03439786657691002, 0.03578992933034897, -0.032378435134887695, - 0.04316050559282303, -0.03771797567605972, -0.004931677132844925, - 0.018257232382893562, -0.0453592874109745, 0.016606494784355164, - -0.010164408944547176, -0.04798496887087822, -0.00320456619374454, - -0.023409375920891762, 0.01279646810144186, 0.030878711491823196, - -0.010617050342261791, -0.03391561657190323, 0.0411277636885643, - 0.024521008133888245, 0.031030254438519478, 0.028592536225914955, - -0.016079142689704895, 0.03808650001883507, -0.09341181069612503, - -0.07576537877321243, 0.06909544765949249, 0.055378369987010956, - 0.04237169027328491, -0.011547483503818512, 0.04900069162249565, - 0.045666877180337906, -0.03984694182872772, 0.026317989453673363, - -0.05110501870512962, 0.04391559585928917, -0.040168218314647675, - -0.007778727449476719, -0.02075221948325634, 0.052194662392139435, - 0.02658785693347454, 0.10329229384660721, 0.018714837729930878, - -0.007612078916281462, 0.009808165021240711, -0.04695499688386917, - 0.04525705799460411, 0.04419836774468422, -0.008886934258043766, 0.0989939346909523, - -0.04089611768722534, -0.026407115161418915, -0.02681458555161953, - -0.04619259759783745, 0.041442036628723145, 0.0800238624215126, 0.04205185920000076, - -0.019492696970701218, -0.04952925816178322, -0.013507958501577377, - -0.03450019285082817, -0.06986544281244278, -0.07089723646640778, - -0.0007093861349858344, 0.05376119911670685, -0.0011771360877901316, - -0.03707702085375786, -0.0058548529632389545, -0.046894192695617676, - 0.044810522347688675, -0.05492548644542694, -0.07862730324268341, - -0.07303725928068161, -0.07873587310314178, 0.05014263838529587, - -0.02968895249068737, -0.013921978883445263, 0.019158722832798958, - 0.0014930105535313487, -0.03982480987906456, 0.01046685129404068, - 0.07782238721847534, -0.03445874899625778, -0.11331663280725479, - -0.005808792542666197, -0.018680347129702568, -0.021762050688266754, - 0.04523943364620209, 0.006415434647351503, -0.04730036109685898, 0.0420365035533905, - -0.0067396024242043495, -0.012507651932537556, -0.0197951290756464, - 0.016301628202199936, -0.04218026623129845, 0.04696672037243843, - 0.021265175193548203, 0.02886025607585907, -0.006433049216866493, - 0.030857881531119347, -0.001671399106271565, 0.012211316265165806, - 0.05798932909965515, -0.006806664634495974, -0.007947529666125774, - 0.07263082265853882, -0.035912301391363144, 0.018284382298588753, - -0.06919781863689423, -0.03354724496603012, 0.05670180544257164, - 0.0033674368169158697, 0.0059628174640238285, -0.026790358126163483, - -0.04945368692278862, 0.03190203011035919, -0.003433413803577423, - -0.00611468218266964, -0.0003531462571118027, -0.033565305173397064, - 0.07255963236093521, -0.012506470084190369, -0.012865629978477955, - -0.029900355264544487, 0.11889306455850601, 0.015944166108965874, - 0.04297451302409172, -0.03780360892415047, 0.047025714069604874, - -0.020744768902659416, 0.003920919261872768, -0.00863552000373602, - -0.023932142183184624, -0.03606962040066719, 0.025543252006173134, - 0.015325401909649372, 0.010221748612821102, 0.05266067013144493, - 0.04007994383573532, -0.016277864575386047, -0.02308407612144947, - 0.006512884981930256, 0.04991958662867546 - ], - [ - -0.013650085777044296, 0.047395385801792145, -0.012521840631961823, - -0.004425738472491503, -0.025468476116657257, -0.0681365579366684, - -0.06967320293188095, -0.006157765164971352, -0.07473938167095184, - -1.3384083104028832e-5, 0.02735086716711521, -0.04230356961488724, - -0.10343439131975174, 0.009186463430523872, 0.024664729833602905, - -0.05163109675049782, 0.05574093386530876, 0.01665053330361843, 0.04546966031193733, - 0.028569193556904793, -0.021321432664990425, 0.018742240965366364, - 0.02544579841196537, 0.023077312856912613, 0.04982833191752434, 0.12315193563699722, - 0.003815936390310526, 0.03139711916446686, 0.029923690482974052, - -0.06422077864408493, 0.05223210155963898, 0.11189012229442596, - -0.0031620932277292013, -0.040564097464084625, 0.037161797285079956, - -0.029222406446933746, 0.07230335474014282, 0.05577869713306427, - 0.01798277348279953, 0.024010568857192993, -0.06332883983850479, - 0.04313872009515762, -0.016785209998488426, 0.029984664171934128, - -0.014803498983383179, -0.0022369849029928446, 0.15057982504367828, - 0.0122145377099514, 0.014370563440024853, -0.05784646421670914, 0.08851063251495361, - 0.08647842705249786, 0.05276719480752945, 0.006856638938188553, - 0.015065526589751244, -0.008055025711655617, 0.05400114506483078, - -0.03186895325779915, -0.1117769181728363, 0.033227354288101196, - -0.07462793588638306, -0.051285870373249054, -0.0755789577960968, - 0.027933061122894287, -0.05808168277144432, 0.04034985974431038, - -0.06383731961250305, 0.009549864567816257, 0.14382196962833405, - -0.024920759722590446, -0.06482353061437607, 0.009318660944700241, - 0.006468417588621378, 0.0763845443725586, 0.05879655480384827, 0.07403011620044708, - -0.01214894000440836, 0.06780146062374115, -0.0897502452135086, - -0.04189319163560867, -0.005163206253200769, 0.01334958802908659, - 0.019493352621793747, -0.04680745303630829, 0.017643984407186508, - 0.03848002478480339, -0.0577130950987339, 0.03562452271580696, 0.02472619339823723, - -0.010740133002400398, -0.020266883075237274, 0.010301060043275356, - 0.008101353421807289, -0.08521612733602524, 0.09788183867931366, - -0.002052354160696268, 0.11283790320158005, 0.14213036000728607, - 0.06386025249958038, 0.01924201101064682, 0.07496853917837143, 0.006718170363456011, - -0.025956125929951668, 0.01160404272377491, -0.017450544983148575, - 0.055291831493377686, 0.007114953361451626, -0.03209659829735756, - 0.08020051568746567, -0.04736730828881264, -0.0420374870300293, - -0.04064049571752548, -0.026585988700389862, -0.08643213659524918, - -0.04937300086021423, -0.06249525398015976, -0.04160630330443382, - 0.02925001084804535, -0.05474800616502762, -0.05670330300927162, - -0.07152419537305832, 0.029622718691825867, 0.038581013679504395, - -0.11932016164064407, -0.10917165130376816, 0.06488078832626343, - 0.10990580171346664, -0.033731210976839066, -0.029081957414746284, - 0.10257415473461151, -0.021863363683223724, -0.014449028298258781, - -0.05449897050857544, -0.015073796734213829, 0.06977655738592148, - -0.04824685677886009, 0.016437141224741936, -0.05940968915820122, - 0.0591701939702034, 0.06672170758247375, -0.016786770895123482, - -0.039157263934612274, 0.07798625528812408, -0.013767301104962826, - 0.040831468999385834, 0.09220202267169952, 0.07211844623088837, 0.06496183574199677, - -0.03957328572869301, -0.10777442157268524, 0.0788436233997345, - 0.035709407180547714, 0.10416190326213837, 0.11346162855625153, - 0.014708220027387142, 0.03368241712450981, -0.036449383944272995, - -0.12341947853565216, 0.023359518498182297, 0.06447587162256241, - 0.0060944086872041225, -0.004292505793273449, 0.01570415496826172, - 0.019376013427972794, 0.0032420067582279444, -0.03034253418445587, - 0.050087783485651016, -0.033217329531908035, -0.012293553911149502, - -0.05618990957736969, 0.13099566102027893, -0.06428643316030502, - -0.05083512142300606, -0.0036223328206688166, 0.011271025985479355, - 0.027430018410086632, 0.005597214214503765, 0.12951315939426422, - -0.11825650930404663, 0.006061282474547625, -0.11209029704332352, - -0.0827740803360939, -0.05041296035051346, 0.021034719422459602, - 0.009444652125239372, -0.030373359099030495, 0.025026952847838402, - -0.05798093229532242, -0.03692932426929474, 0.047168586403131485, - 0.036108605563640594, 0.012394615449011326, 0.0317050963640213, - -0.09456323832273483, -0.030866824090480804, -0.049699340015649796, - 0.09726060181856155, -0.027617814019322395, -0.08991821855306625, - 0.041105978190898895, 0.08148171007633209, 0.004490649327635765, 0.0936553105711937, - 0.06186902895569801, 0.018159890547394753, 0.056144826114177704, - 0.09431255608797073, -0.04008416831493378, -0.03324192389845848, - 0.024653581902384758, 0.034701116383075714, 0.020669521763920784, - -0.014295361936092377, 0.07100806385278702, 0.02228470891714096, - 0.049927353858947754, 0.004265873227268457, 0.06236467882990837, - 0.016811847686767578, -0.05527321249246597, -0.05813318118453026, - 0.08735430240631104, -0.04363090917468071, -0.04096581041812897, - 0.046140000224113464, 0.02520078793168068, -0.00668915593996644, - -0.13614334166049957, 0.036814700812101364, -0.010339570231735706, - 0.002446497557684779, -0.05886610224843025, 0.005734730511903763, - 0.016694435849785805, 0.053534481674432755, -0.029332324862480164, - 0.12427420169115067, 0.028769133612513542, -0.11609995365142822, - -0.04792170599102974, 0.07747411727905273, 0.06188824027776718, - 0.025719208642840385, 0.02955486811697483, -0.12989644706249237, - 0.019382867962121964, -0.04510236158967018, -0.042484939098358154, - 0.10930457711219788, 0.0018362929113209248, 0.020739855244755745, - -0.1324794441461563, -0.0258039478212595, -0.1038295105099678, -0.02561795711517334, - -0.038420502096414566, 0.008083694614470005, -0.008009856566786766, - -0.02407814934849739, -0.06882082670927048, -0.053677432239055634, - 0.14466141164302826, 0.07020576298236847, -0.14717841148376465, - -0.05962090194225311, 0.0725792944431305, -0.1193748340010643, -0.01815875805914402, - -0.08254586160182953, -0.12854450941085815, -0.03621220216155052, - -0.013894069008529186, -0.1198468878865242, -0.0004732107336167246, - 0.03793119266629219, 0.05510750412940979, 0.04117739573121071, -0.08239653706550598, - -0.07435910403728485, -0.0287927333265543, 0.024879438802599907, - -0.07842224091291428, -0.03143678605556488, -0.036649517714977264, - 0.008398810401558876, -0.00210182904265821, 0.013284362852573395, - -0.014769492670893669, 0.029336851090192795, -0.0070925368927419186, - 0.030528957024216652, -0.003966758958995342, -0.010043049231171608, - -0.017533455044031143, -0.03717662766575813, -0.09983891248703003, - 0.016208700835704803, 0.03547217324376106, 0.045544590801000595, - -0.13801147043704987, 0.006274858955293894, -0.054474733769893646, - -0.08698386698961258, 0.03291196748614311, 0.022687790915369987, - 0.06131172925233841, -0.03760797530412674, 0.051166877150535583, - 0.08356564491987228, -0.07754629850387573, 0.06254944205284119, - 0.026381531730294228, 0.11077673733234406, -0.029634322971105576, - -0.12463133782148361, -0.021516019478440285, -0.13738496601581573, - 0.021454468369483948, 0.09434052556753159, 0.0014627117197960615, - -0.11129489541053772, 0.048316121101379395, 0.027081744745373726, - 0.057850614190101624, 0.012340743094682693, 0.04733365401625633, - -0.04814768582582474, -0.04186870902776718, -0.030188119038939476, - -0.10464924573898315, -0.03182239457964897, -0.021719621494412422, - 0.03129304572939873, 0.009566433727741241, -0.06665696948766708, - 0.07671152055263519, 0.08554141223430634, 0.0665404349565506, 0.01229911670088768, - -0.026943417266011238, -0.046753015369176865, -0.024813968688249588, - 0.032963890582323074, 0.13862012326717377, 0.05249746888875961, 0.0793825164437294, - -0.02291770838201046, 0.016420697793364525, 0.06058182194828987, - -0.031137049198150635, -0.017443329095840454, 0.03681270778179169, - 0.036614760756492615, 0.018910910934209824, 0.04122824966907501, - -0.05490989610552788, -0.07913976907730103, -0.07092464715242386, - -0.0052424282766878605, -0.028993727639317513, -0.07508928328752518, - -0.0238911472260952, -0.059466831386089325, 0.03581208363175392, - -0.0028503453359007835, -0.12746655941009521, -0.0027292927261441946, - -0.07767827808856964, -0.02593875490128994, 0.08739844709634781, - 0.046618666499853134, -0.08259887248277664, 0.012792196124792099, - 0.045681990683078766, 0.09134173393249512, 0.04532666876912117, 0.11323868483304977, - -0.04869626462459564, 0.0030338182114064693, 0.065935879945755, 0.03238284960389137, - -0.051464781165122986, 0.03800187632441521, 0.0679585263133049 - ], - [ - 0.032455384731292725, 0.029740752652287483, 0.032974280416965485, - 0.009044947102665901, -0.06547465920448303, 0.059263166040182114, - 0.0027760611847043037, -0.008830271661281586, 0.003351218067109585, - -0.019459549337625504, -0.027484694495797157, -0.037646614015102386, - -0.006286720745265484, 0.05846823379397392, -0.033114559948444366, - 0.015180949121713638, -0.05660674721002579, 0.03012222796678543, - 0.045792337507009506, -0.0640656054019928, -0.009113828651607037, - 0.05776875838637352, -0.027549298480153084, -0.008477742783725262, - 0.03252686560153961, 0.03571349382400513, -0.07225578278303146, - 0.006929174531251192, 0.03867584839463234, -0.0188304353505373, - -0.02029026672244072, -0.049619950354099274, 0.015248243696987629, - -0.005720292683690786, 0.02364795282483101, 0.020611312240362167, - 0.012965964153409004, -0.03289036080241203, 0.02062450908124447, - 0.01820799708366394, -0.0320194847881794, 0.0055930595844984055, - -0.007211451884359121, -0.04164041206240654, 0.052881866693496704, - 0.03826446831226349, 0.03910406306385994, 0.06747661530971527, 0.017045151442289352, - -0.008736848831176758, 0.025892700999975204, 0.01690579764544964, - -0.020022470504045486, -0.05278454348444939, 0.04670397937297821, - 0.004024227615445852, -0.055898550897836685, 0.027216942980885506, - 0.007234224118292332, 0.005688061006367207, 0.004190903156995773, - -5.727127063437365e-5, -0.03476414084434509, 0.031340546905994415, - 0.058458246290683746, -0.009911403059959412, 0.004895270336419344, - 0.09726536273956299, -0.02406114526093006, -0.08104775100946426, - 0.009743710979819298, -0.03926336392760277, 0.03266463801264763, - -0.01716271974146366, 0.07505141943693161, 0.02122269570827484, 0.03955516964197159, - -0.011042590253055096, -0.01742210052907467, 0.014506718143820763, - -0.005790648516267538, 0.0041895536705851555, -0.023609358817338943, - 0.04125954583287239, 0.046352606266736984, -0.034180741757154465, - 0.06453584879636765, -0.003630678867921233, 0.00323988008312881, - 0.03972557559609413, -0.038686830550432205, 0.027285708114504814, - -0.06674502044916153, -0.007938392460346222, 0.014669030904769897, - 0.004692608956247568, 0.02583065629005432, 0.033620305359363556, - 0.04572390764951706, 0.023061122745275497, 0.017946738749742508, - 0.06676880270242691, 0.005599317140877247, -0.016342397779226303, - 0.0457213893532753, 0.019131837412714958, 0.02468213625252247, 0.046998828649520874, - -0.005655011627823114, -0.07356493920087814, 0.05873700976371765, - -0.054351698607206345, 0.0383903831243515, -0.03066520020365715, - 0.017104966565966606, -0.005511358380317688, -0.030335938557982445, - -0.013948867097496986, -0.040116358548402786, 0.009683889336884022, - 0.0398164764046669, -0.01677541993558407, 0.05624840781092644, -0.03622090071439743, - 0.00938430055975914, 0.051474954932928085, -0.05931585282087326, - 0.04564566910266876, 0.012112642638385296, 0.04006125405430794, 0.03092704713344574, - 0.007721644826233387, 0.0493805967271328, -0.0975990742444992, 0.027098992839455605, - -0.02131541445851326, 0.07763482630252838, 0.03901730105280876, - -0.02797338180243969, 0.02281329780817032, -0.04106104373931885, - -0.0879225954413414, -0.05363237485289574, -0.01911091059446335, - -0.09603562951087952, 0.020387370139360428, -0.03614368289709091, - 0.012628941796720028, -0.04421543329954147, 0.03540584817528725, - 0.04366884380578995, 0.04664307460188866, -0.02368936315178871, - -0.003778491634875536, 0.04737115651369095, -0.06931786984205246, - 0.023540426045656204, 0.026661738753318787, 0.06546444445848465, - -0.005697493441402912, -0.017395472154021263, -0.02154296077787876, - 0.03780527785420418, 0.014751115813851357, 0.007733814883977175, -0.051888607442379, - 0.0579436719417572, 0.01987738162279129, 0.00572317186743021, 0.022798338904976845, - -0.025576753541827202, 0.045596398413181305, -0.015534427016973495, - 0.0213173758238554, -0.00978848896920681, -0.015647513791918755, - -0.048748962581157684, -0.018843388184905052, 0.037684887647628784, - -0.038316600024700165, 0.01315688993781805, -0.030047042295336723, - 0.06181476637721062, 0.007290037348866463, 0.05233452096581459, 0.06764740496873856, - 0.0559057854115963, 0.03491740673780441, -0.06552311033010483, 0.014905737712979317, - 0.010141055099666119, 0.06080375611782074, 0.034176941961050034, - 0.06098424643278122, -0.06275534629821777, 0.056972436606884, -0.073997862637043, - -0.05798004940152168, 0.046032290905714035, -0.06752172112464905, - -0.008588358759880066, -0.021188728511333466, -0.011894873343408108, - -0.056947559118270874, -0.07318100333213806, -0.08606070280075073, - 0.028180226683616638, 0.0036330479197204113, -0.07072310149669647, - 0.05974924564361572, 0.010108341462910175, 0.04417113959789276, - -0.03602013736963272, -0.036829907447099686, -0.021708304062485695, - 0.02167363092303276, -0.010096540674567223, -0.10959845036268234, - 0.035915911197662354, 0.03163684532046318, -0.007515337318181992, - -0.05386810377240181, -0.009231531992554665, -0.04650236293673515, - -0.0017027452122420073, 0.016051331534981728, -0.02483997493982315, - 0.04703140631318092, 0.007281417027115822, -0.036925338208675385, - 0.011180504225194454, 0.07969463616609573, -0.01744670793414116, - -0.00699383020401001, -0.04132211580872536, 0.031110838055610657, - 0.009682849049568176, 0.022823501378297806, -0.030533555895090103, - -0.035051681101322174, -0.0022601119708269835, 0.03509019315242767, - 0.012278677895665169, 0.001382051850669086, -0.012422218918800354, - 0.038906581699848175, 0.0066856397315859795, -0.030014147982001305, - -0.06738904118537903, 0.012148949317634106, -0.07415127009153366, - -0.05589085817337036, 0.00519108260050416, -0.008819648064672947, - -0.008956451900303364, 0.012998100370168686, -0.08694370836019516, - 0.06226212903857231, 0.04987594112753868, 0.05605253949761391, - -0.028063861653208733, 0.045261334627866745, 0.01377596240490675, - 0.011999200098216534, -0.050052858889102936, -0.05563240870833397, - 0.03488490357995033, 0.027635682374238968, 0.034363873302936554, - 0.024446476250886917, -0.01610136590898037, 0.08467544615268707, - -0.017659932374954224, 0.048936162143945694, -0.04882263019680977, - -0.01982806622982025, 0.0012121688341721892, -0.004492917563766241, - 0.019286280497908592, 0.09458085894584656, 0.00918909627944231, - 0.039814695715904236, -0.05817507952451706, -0.014457587152719498, - 0.01660279557108879, -0.009037870913743973, -0.0438222736120224, - 0.03243136778473854, 0.03154122456908226, 0.07565689831972122, 0.03255394473671913, - 0.06423839181661606, -0.04307500272989273, -0.02862253040075302, - -0.04954865574836731, 0.09769100695848465, 0.020235151052474976, - -0.07315771281719208, -0.01657325029373169, -0.0025496764574199915, - 0.019031811505556107, -0.010777582414448261, -0.05036473274230957, - -0.03612077608704567, -0.060133062303066254, -0.008508809842169285, - -0.01229934487491846, -0.08556676656007767, 0.044815175235271454, - 0.018154235556721687, -0.040968429297208786, -0.028301360085606575, - -0.0010093258460983634, -0.003661099122837186, 0.011551803909242153, - 0.054865092039108276, 0.0639009177684784, 0.025074640288949013, - 0.007772245444357395, 0.04739433526992798, 0.03807094693183899, 0.03764665871858597, - -0.07732799649238586, -0.10782279074192047, -0.01819641701877117, - -0.002724064514040947, -0.07648351788520813, 0.011426251381635666, - 0.04630403593182564, 0.02777964062988758, -0.03047708049416542, - 0.030284328386187553, 0.018214570358395576, 0.06723862886428833, - -0.045490313321352005, -0.03798991069197655, 0.042796194553375244, - 0.06234738230705261, -0.042429421097040176, -0.05656908452510834, - -0.012989405542612076, -0.050733648240566254, 0.00869451742619276, - 0.022244323045015335, -0.05538737028837204, -0.010435356758534908, - 0.047028545290231705, -0.0017754993168637156, 0.01043238677084446, - 0.006493427325040102, -0.04188080504536629, 0.10540314018726349, - 0.005514169577509165, -0.03117617964744568, -0.04204798489809036, - 0.006592454854398966, 0.008061646483838558, -0.04848317429423332, - 0.017387578263878822, -0.0665157213807106, -0.005938400514423847, - 0.057299744337797165, -0.031244371086359024, -0.026399776339530945, - 0.01542114932090044, 0.03212149441242218, 0.021086113527417183, 0.10574789345264435, - -0.02492576651275158, 0.030830128118395805, 0.06204094737768173, - 0.07641799747943878, -0.017561394721269608, -0.002138171810656786, - 0.014728001318871975, 0.025281691923737526, 0.051769569516181946, - 0.001814781571738422, 0.0825580358505249, 0.06955614686012268, - -0.008882730267941952, -0.03388461470603943, 0.062408942729234695, - -0.056828822940588 - ], - [ - 0.09017731994390488, 0.009152820333838463, -0.004357613157480955, - 0.04601038619875908, -0.03671179339289665, 0.04959212243556976, - 0.008973668329417706, -0.03880823403596878, -0.03523554280400276, - -0.01562008447945118, -0.06298814713954926, -0.008153966628015041, - -0.05199151486158371, 0.02663559280335903, 0.02679980918765068, -0.0771477073431015, - 0.006828209385275841, -0.0021529379300773144, -0.00222071073949337, - 0.043064408004283905, -0.02556346170604229, 0.0034397239796817303, - 0.0002967255131807178, 0.005024644546210766, -0.026377573609352112, - 0.023507967591285706, -0.028236865997314453, 0.01773083582520485, - -0.006973590701818466, -0.03219950199127197, -0.052086446434259415, - 0.025234268978238106, 0.01610904186964035, 0.051450829952955246, - 0.026556076481938362, 0.01524859108030796, 0.08101952075958252, 0.0104391323402524, - 0.00906603503972292, 0.018693631514906883, 0.007028291001915932, - -0.021966518834233284, 0.06932661682367325, -0.03595399856567383, - 0.02250821143388748, 0.02245815098285675, -0.029803352430462837, - 0.09818028658628464, 0.08414604514837265, -0.06210000813007355, 0.03477029129862785, - 0.030322937294840813, -0.033376555889844894, 0.024152519181370735, - 0.02521977201104164, 0.12173523753881454, -0.01609434187412262, - 0.003909488674253225, 0.04512941092252731, 0.021227871999144554, - 0.022765137255191803, -0.056693557649850845, -0.05626297742128372, - 0.051056552678346634, 0.057939037680625916, -0.0050278217531740665, - 0.019172336906194687, 0.04840106889605522, 0.04863202944397926, - -0.05538933351635933, 0.037981968373060226, 0.03329116106033325, - 0.022587571293115616, -0.02242582105100155, 0.07129373401403427, - 0.04452958703041077, 0.10917659848928452, 0.009046707302331924, - 0.007194850593805313, 0.04388149827718735, 0.0114352498203516, 0.03780081123113632, - -0.03835025429725647, -0.0530434250831604, 0.011252583004534245, - 0.06451905518770218, 0.06321530789136887, 0.02898993156850338, -0.10458754003047943, - -0.012119859457015991, -0.06172092631459236, 0.021135272458195686, - -0.016880713403224945, 0.039694201201200485, -0.04162469506263733, - -0.020712565630674362, 0.03040722943842411, 0.048692211508750916, - 0.039789892733097076, -0.013255881145596504, 0.02827516570687294, - -0.0037461849860846996, 0.05377765744924545, -0.04413476213812828, - 0.03219548985362053, -0.024123521521687508, -0.0026135677471756935, - 0.03124922886490822, -0.018249953165650368, -0.020013650879263878, - 0.038248080760240555, -0.06766486912965775, 0.013496892526745796, - 0.0603349395096302, -0.00833763089030981, -0.03946433961391449, - -0.048023175448179245, -0.05719581991434097, 0.07481718063354492, - 0.0260197501629591, 0.012912769801914692, -0.021735752001404762, - 0.012305225245654583, -0.026150619611144066, 0.058125268667936325, - 0.011314584873616695, -0.10872761160135269, 0.007761156186461449, - 0.019130898639559746, -0.03451209142804146, 0.07212342321872711, - 0.016766052693128586, -0.01457529328763485, -0.04353221133351326, - 0.08422022312879562, -0.09136944264173508, 0.0655127465724945, -0.01795065402984619, - -0.08772264420986176, 0.01156630925834179, -0.04608729109168053, - 0.022722536697983742, -0.026788000017404556, 0.03118065930902958, - -0.017157848924398422, 0.05068949609994888, -0.02529945783317089, - 0.026005268096923828, -0.0036554180551320314, 0.03070872649550438, - -0.001919209724292159, 0.013905983418226242, 0.014492793940007687, - 0.03045111708343029, 0.06053096428513527, -0.04334939643740654, - -0.002988975727930665, 0.008872621692717075, -0.05140950530767441, - 0.00023516065266449004, -0.03830792382359505, 0.0012078348081558943, - 0.03362216055393219, 0.037001028656959534, 0.014603978022933006, - 0.024011505767703056, -0.053925853222608566, -0.015760214999318123, - 0.058205436915159225, -0.01362419780343771, -0.05025243014097214, - 0.042539745569229126, -0.013597910292446613, -0.003910640720278025, - 0.002428354462608695, 0.0052514346316456795, -0.029153086245059967, - 0.005072516854852438, -0.00048094772500917315, 0.0012041042791679502, - -0.008400353603065014, 0.0384802408516407, 0.007022392936050892, - 0.015825707465410233, 0.02049349620938301, 0.022407544776797295, - -0.04218856990337372, 0.020997129380702972, -0.05308770760893822, - 0.05031128227710724, 0.009735245257616043, 0.03711904585361481, 0.03563329949975014, - 0.03817696124315262, -0.025377217680215836, 0.04732677340507507, - 0.029157178476452827, -0.010588610544800758, 0.09904194623231888, - -0.07449705898761749, -0.02289908565580845, -0.0006305607967078686, - 0.008643492124974728, -0.0047914087772369385, -0.07713710516691208, - -0.046280086040496826, 0.0046574827283620834, -0.07581675052642822, - -0.005808208137750626, 0.024204760789871216, 0.06436403095722198, - 0.0007206527516245842, 0.044280197471380234, 0.018000319600105286, - -0.0788554698228836, 0.02730601839721203, -0.011124148033559322, - -0.0898401141166687, -0.07279986888170242, -0.004925461485981941, - -0.0460704043507576, -0.02917640283703804, -0.02716965414583683, - -0.01806165836751461, -0.061199162155389786, -0.03583037853240967, - -0.014217142015695572, 0.07196596264839172, 0.02091089077293873, - -0.018737897276878357, 0.04858236014842987, -0.009120967239141464, - -0.06557871401309967, 0.06399785727262497, 0.002675571944564581, - 0.02920493856072426, -0.01649913191795349, -0.01979975402355194, - -0.009317731484770775, -0.017453428357839584, 0.06635887920856476, - -0.02068323642015457, 0.03212198615074158, -0.07168988138437271, - -0.08041968196630478, 0.07191130518913269, -0.04560071974992752, - 0.02521068975329399, -0.02181428112089634, 0.048720892518758774, - -0.050923001021146774, -0.014217067509889603, -0.025021912530064583, - 0.017652016133069992, -0.012430655770003796, 0.011462868191301823, - -0.019587846472859383, 0.002830290701240301, 0.06424470245838165, - -0.0022975688334554434, -0.049047891050577164, 0.02944064512848854, - 0.005595390684902668, 0.055201031267642975, 0.0074238963425159454, - -0.1080552488565445, 0.08539768308401108, -0.018703589215874672, - -0.007305295672267675, -0.036616258323192596, 0.07891130447387695, - 0.05487621948122978, -0.03627324104309082, -0.01362459547817707, - -0.029619263485074043, 0.057136472314596176, -0.07272813469171524, - -0.08099886029958725, -0.050663866102695465, -0.0023117975797504187, - -0.0030720944050699472, 0.04171278327703476, 0.048883676528930664, - -0.041770901530981064, 0.03615286946296692, 0.05001917853951454, - 0.04754144698381424, -0.039284996688365936, 0.09104251116514206, - 0.08648533374071121, 0.00438945135101676, 0.03054879605770111, -0.05218099430203438, - -0.0381486639380455, 0.038532715290784836, 0.04827648028731346, - 0.057202741503715515, -0.029611460864543915, -0.0823071226477623, - -0.016435185447335243, -0.00526420446112752, -0.01620122417807579, - 0.03988581895828247, 0.04794224351644516, -0.09430326521396637, - -0.032246559858322144, -0.031736820936203, -0.06704389303922653, - -0.03782612830400467, 0.05795777589082718, -0.03011997602880001, - -0.09148760885000229, -0.09266074001789093, -0.06044731289148331, - -0.010530064813792706, 0.034981951117515564, 0.0756191536784172, - -0.036571476608514786, 0.05126732215285301, -0.021371731534600258, - 0.04552604630589485, 0.09135497361421585, -0.03376636654138565, - -0.040699757635593414, -0.030487144365906715, -0.004671940114349127, - -0.016095411032438278, -0.040381770581007004, 0.034993186593055725, - 0.008835485205054283, -0.028139758855104446, 0.009537506848573685, - 0.028664611279964447, 0.03529371693730354, 0.0043093678541481495, - -0.021152948960661888, 0.008350305259227753, 0.024255460128188133, - -0.07638254016637802, 0.023047730326652527, -0.029163656756281853, - -0.0460066944360733, -0.029525304213166237, 0.06949722766876221, - -0.012914402410387993, -0.005883113946765661, -0.011399791575968266, - 0.024930935353040695, 0.07078708708286285, -0.0182122141122818, - 0.020837849006056786, 0.06393825262784958, -0.047429852187633514, - 0.061277441680431366, -0.002092747949063778, 0.018221888691186905, - -0.0474727600812912, -0.034333374351263046, -0.009539484977722168, - -0.011145359836518764, -0.030200518667697906, 0.0493197962641716, - 0.0043082754127681255, -0.022084617987275124, 0.01998896710574627, - 0.05947520583868027, 0.02735624834895134, -0.04049333184957504, - -0.08228932321071625, 0.04761296883225441, -0.00785732176154852, - -0.0016686291201040149, -0.05598803609609604, -0.027574382722377777, - -0.0020678129512816668, 0.009234189055860043, 0.07515498995780945, - -0.05598325654864311, -0.0035333314444869757, 0.008197411894798279, - -0.02431105263531208, -0.03740231692790985, 0.055441610515117645, - 0.07938937842845917 - ], - [ - -0.025460049510002136, 0.04596802219748497, -0.03501256927847862, - -0.05405091866850853, 0.01762111485004425, -0.023179776966571808, - 0.052004747092723846, -0.007309230510145426, 0.027284318581223488, - 0.006354272831231356, -0.02521630749106407, 0.04416541010141373, - -0.050886571407318115, 0.08517809957265854, 0.029249979183077812, - 0.01262144185602665, -0.011269976384937763, -0.009705526754260063, - 0.009407163597643375, 0.005219319369643927, 0.04807649180293083, - 0.016758615151047707, 0.05579410865902901, 0.03620082139968872, 0.03313705697655678, - 0.005262446589767933, -0.05646325647830963, 0.006926240399479866, - 0.03892070800065994, 0.02633162960410118, -0.05672618746757507, - -0.02591845765709877, 0.05114365369081497, -0.03167534992098808, - -0.05517597496509552, -0.01725398562848568, 0.035968296229839325, - -0.024249587208032608, -0.013279327191412449, 0.05404826998710632, - 0.01897319406270981, 0.03644459322094917, 0.01706431619822979, - -0.025545047596096992, 0.03463398292660713, 0.03037954494357109, - 0.03485516086220741, 0.05909820273518562, 0.039545733481645584, - -0.04042578861117363, 0.04080008715391159, -0.020035581663250923, - -0.0740092471241951, -0.0003768473688978702, -0.03571386635303497, - 0.05076350271701813, 0.006429952569305897, 0.009382960386574268, - 0.06438880413770676, -0.004010525997728109, 0.04744591936469078, - -0.0599292516708374, -0.06015630438923836, 0.040543753653764725, - -0.009107808582484722, 0.0029079352971166372, 0.01876043528318405, - -0.01872049830853939, -0.049410928040742874, -0.07578641176223755, - -0.030931221321225166, -0.015562066808342934, 0.009310685098171234, - -0.06686261296272278, 0.004788186866790056, 0.03503365069627762, - 0.012634162791073322, 0.04494846984744072, -0.03349434211850166, - -0.006506355479359627, 0.04701344296336174, -0.013625101186335087, - 0.03294571116566658, 0.009466989897191525, 0.05880412831902504, 0.03294830769300461, - -0.007748434320092201, -0.007392236962914467, -0.010899491608142853, - 0.0685618668794632, -0.026648862287402153, -0.023716136813163757, - -0.04982033744454384, 0.005385945551097393, 0.00475451210513711, - 0.04915681853890419, -0.04644855484366417, 0.0504331961274147, 0.06550002098083496, - 0.04703637957572937, 0.04630811884999275, 0.035520393401384354, - 0.022267499938607216, 0.04113975539803505, 0.055933788418769836, - 0.03059755079448223, -0.029269350692629814, 0.013644171878695488, - -0.03267637640237808, -0.052636176347732544, -0.026091257110238075, - -0.04837936908006668, 0.002072956645861268, 0.01641763001680374, - 0.0007095875917002559, 0.028982970863580704, 0.041429303586483, - -0.028753582388162613, 0.006111053749918938, -0.05596752092242241, - -0.05071888864040375, -0.04212844371795654, 0.0657808929681778, - 0.004896606784313917, 0.019386349245905876, -0.0056356764398515224, - -0.039866600185632706, 0.006277184002101421, 0.03642399236559868, - -0.029353925958275795, 0.02425392158329487, -0.011894963681697845, - 0.024792544543743134, -0.04114158824086189, -0.013538407161831856, - 0.004224573727697134, 0.03655673936009407, 0.046097300946712494, - 0.041775576770305634, -0.006412680726498365, -0.020990999415516853, - -0.011732185259461403, 0.07179391384124756, 0.0008106438908725977, - -0.06014630198478699, -0.023612268269062042, -0.05100131407380104, - 0.024650050327181816, -0.07125632464885712, -0.08164271712303162, - -0.04151542857289314, 0.014445141889154911, 0.05604224279522896, - -0.062347233295440674, -0.02004080079495907, -0.013258727267384529, - -0.005915050860494375, -0.019120940938591957, 0.008880127221345901, - -0.017530091106891632, -0.030853182077407837, -0.0032875249162316322, - 0.02608097530901432, -0.0035657165572047234, -0.02848094329237938, - -0.04355839639902115, 0.032259270548820496, -0.06364362686872482, - 0.0031200714875012636, -0.01917816698551178, -0.054609887301921844, - -0.002702501602470875, 0.011948825791478157, 0.02172868140041828, - 0.026990441605448723, -0.0760163813829422, -0.03806909918785095, - 0.004439311567693949, -0.016936413943767548, -0.034337662160396576, - 0.001199729973450303, 0.077481210231781, 0.03539232537150383, 0.027982188388705254, - 0.05266394466161728, 0.06998273730278015, -0.05671023204922676, - -0.016935747116804123, -0.04620807617902756, -0.031209062784910202, - 0.02839125506579876, 0.012446893379092216, 0.02005472593009472, - 0.030312582850456238, 0.022330157458782196, 0.05262192711234093, - 0.019791623577475548, -0.0255060363560915, 0.043606001883745193, - -0.042980413883924484, 0.04387625306844711, -0.07099584490060806, - -0.04586554691195488, -0.0015379544347524643, -0.016492443159222603, - -0.048144131898880005, -0.036528579890728, 0.02161639928817749, -0.0209753829985857, - 0.034605421125888824, 0.05883321166038513, 0.0376986600458622, 0.019429869949817657, - -0.05840110778808594, -0.02164345048367977, 0.0017214195104315877, - 0.03358736261725426, -0.03131682425737381, -0.05592856928706169, -0.032338947057724, - 0.0065245116129517555, 0.060906507074832916, 0.01703956350684166, - 0.0001746901689330116, 0.016574576497077942, -0.06282687187194824, - -0.028128614649176598, -0.009574927389621735, -0.06577731668949127, - -0.04427012801170349, -0.02282627671957016, 0.014430658891797066, - -0.018083982169628143, 0.001976009225472808, -0.04369914531707764, - 0.09671606123447418, -0.030045315623283386, 0.029208514839410782, - -0.016100561246275902, -0.012908116914331913, 0.04095989838242531, - 0.0541597418487072, 0.0426190122961998, -0.04026583954691887, 0.02003215253353119, - -0.01056751050055027, -0.02278856374323368, -0.037162695080041885, - -0.04499869421124458, -0.009512782096862793, -0.04121110588312149, - -0.029966330155730247, -0.00018503819592297077, -0.02648521587252617, - 0.035015251487493515, -0.03141866624355316, -0.00829053670167923, - 0.047547802329063416, 0.038733597844839096, 0.05133317410945892, - 0.041676461696624756, -0.0027112357784062624, -0.027350639924407005, - 0.058733001351356506, -0.016913171857595444, -0.054511185735464096, - 0.04493638873100281, 0.0153759540989995, 0.061299439519643784, - -0.024134790524840355, 0.0026666035410016775, 0.051951441913843155, - 0.019275736063718796, -0.004013753030449152, 0.007782574277371168, - -0.0025739995762705803, 0.03684956952929497, 0.026348883286118507, - 0.04075384512543678, 0.011774802580475807, 0.0596056804060936, 0.017115874215960503, - -0.05147334188222885, -0.03785918280482292, 0.010454662144184113, - 0.05029098317027092, -0.02179085463285446, 0.046608857810497284, - 0.03979212045669556, 0.01528172567486763, -0.04446420446038246, 0.03394137695431709, - -0.03449114412069321, -0.040703050792217255, 0.009926092810928822, - 0.03215828165411949, -0.014391647651791573, -0.024650899693369865, - -0.04160064086318016, 0.023819321766495705, 0.03947439044713974, - -0.05778651311993599, -0.045662637799978256, -0.04427557811141014, - -0.044457968324422836, 0.003590834327042103, -0.01079675741493702, - 0.039397355169057846, -0.07099167257547379, 0.0077293869107961655, - 0.025381552055478096, -0.042052190750837326, -0.025072365999221802, - 0.03280089050531387, 0.011521782726049423, -0.011634166352450848, - -0.001077397377230227, 0.019505398347973824, 0.030225170776247978, - -0.03957006707787514, 0.034513939172029495, -0.004558426793664694, - -0.07290676981210709, -0.07018845528364182, 0.0197256188839674, - 0.0014586994657292962, -0.00733697135001421, 0.020307470113039017, - -0.004989570006728172, -0.011365355923771858, 0.021006572991609573, - -0.019857585430145264, 0.03466067835688591, 0.07026063650846481, - 0.0077837794087827206, -0.013921300880610943, -0.01802372746169567, - 0.026410572230815887, -0.024386996403336525, 0.05328759923577309, - 0.04320521280169487, 0.027273626998066902, 0.013833239674568176, - -0.02187529392540455, 0.005410671699792147, 0.01612943969666958, - 0.014096085913479328, 0.040492914617061615, 0.057785920798778534, - 0.04634784162044525, -0.025044355541467667, 0.00338522857055068, - -0.06548777967691422, -0.03079131245613098, 0.04571308568120003, - 0.05100162699818611, 0.02007867768406868, 0.04080134630203247, -0.01841370388865471, - -0.07708330452442169, -0.0034602838568389416, 0.07476792484521866, - -0.0848286896944046, 0.014333163388073444, 0.01602296717464924, 0.1200074553489685, - 0.06580809503793716, -0.004254911560565233, -0.01638566516339779, - 0.02608613483607769, -0.04090719297528267, 0.00346421473659575, - -0.061218470335006714, -0.006373795215040445, 0.049440883100032806, - -0.0001342627074336633, 0.05788624286651611, -0.03204043582081795, - 0.06717225909233093, 0.05690370127558708, 0.007100382354110479, - -0.02881775051355362, 0.013126402162015438, -0.008934734389185905 - ], - [ - 0.03451120853424072, 0.05522551387548447, -0.03506026789546013, - -0.0011301188496872783, -0.028896363452076912, 0.03571378439664841, - -0.030193891376256943, -0.016525035724043846, -0.002085844287648797, - -0.058923400938510895, -0.08389830589294434, 0.004539229907095432, - -0.018569784238934517, 0.026419490575790405, 0.005161091685295105, - -0.020358145236968994, -0.017472771927714348, -0.035681694746017456, - 0.08758801966905594, -0.0017846981063485146, 0.03700769692659378, - 0.05654432997107506, 0.007517632562667131, -0.06269508600234985, - 0.058538518846035004, 0.010733169503509998, -0.03725094720721245, - -0.06585666537284851, -0.026698093861341476, -0.020409705117344856, - -0.06317651271820068, -0.07017707824707031, -0.04029633104801178, - 0.0456676259636879, -0.0459514781832695, 0.05050354450941086, 0.035985227674245834, - -0.013194115832448006, -0.019590839743614197, -0.013423418626189232, - 0.04719817265868187, 0.060447003692388535, -0.03924713283777237, - 0.057740647345781326, -0.02537313476204872, 0.058651648461818695, - 0.05567679554224014, 0.027253080159425735, 0.020848717540502548, - 0.01585688441991806, 0.01421019434928894, -0.03192101791501045, - -0.02758619375526905, -0.02050199918448925, 0.009006781503558159, - 0.04359026253223419, -0.008105059154331684, 0.03714513033628464, - 0.025848684832453728, 0.012031231075525284, -0.010008759796619415, - 0.019502542912960052, 0.0023811371065676212, 0.0658370852470398, - -0.02127034217119217, 0.018738416954874992, 0.017846912145614624, - 0.06435924023389816, -0.03767053782939911, -0.004931386094540358, - 0.019155358895659447, 0.028697550296783447, 0.024172473698854446, - -0.06178317964076996, 0.05919603258371353, 0.027850918471813202, - 0.04811049997806549, 0.010723517276346684, -0.012783327139914036, - 0.10909388959407806, -0.021729612722992897, 0.03237958624958992, - -0.026505451649427414, -0.006534123327583075, -0.019427888095378876, - 0.04487520828843117, 0.02140725404024124, -0.045492954552173615, - -0.022793488577008247, -0.0139613701030612, 0.011516780592501163, - -0.043484535068273544, 0.02559460513293743, -0.006394821219146252, - -0.07751256227493286, 0.015533039346337318, -0.04273909702897072, - -0.02631673403084278, 0.022761255502700806, 0.03563382476568222, - -0.043308645486831665, 0.03074663132429123, -0.04344376176595688, - -0.03897000849246979, -0.04881817474961281, 0.046404752880334854, - 0.05268760770559311, 0.003806591033935547, 0.016606418415904045, - 0.010410066694021225, 0.02559933066368103, -0.07197608053684235, - 0.08121782541275024, -0.03302298113703728, -0.04533037543296814, - -0.0047916523180902, -0.05182593688368797, 0.01913153938949108, 0.09632803499698639, - -0.0011093555949628353, 0.013417835347354412, 0.0006409193156287074, - 0.06515537202358246, 0.0016546659171581268, 0.01578291319310665, - -0.025896307080984116, -0.08591510355472565, -0.0502876378595829, - 0.014638160355389118, -0.04226865619421005, 0.04421580210328102, - -0.06271006911993027, 0.047159306704998016, -0.08296024054288864, - 0.010179481469094753, -0.02127952128648758, 0.03858565911650658, - 0.017217591404914856, 0.04517385736107826, 0.028597984462976456, - -0.017236383631825447, -0.06422395259141922, 0.034359268844127655, - -0.032583121210336685, -0.05436694622039795, -0.027217404916882515, - -0.012113204225897789, 0.0014616616535931826, -0.08688024431467056, - -0.012862284667789936, 0.0008609467768110335, 0.027507798746228218, - 0.05628543347120285, -0.054751165211200714, 0.03521665185689926, - -0.08927755057811737, 0.04039891064167023, 0.011438357643783092, - 0.01486148964613676, 0.04518897086381912, -0.06565471738576889, - 0.059136055409908295, 0.05724812671542168, -0.0414804145693779, 0.02866959758102894, - -0.025395970791578293, -0.02546199969947338, 0.023664232343435287, - -0.03154999762773514, 0.03238502889871597, 0.02140865847468376, - -0.0026326733641326427, 0.0062624732963740826, -0.019778486341238022, - -0.007048025727272034, 0.007914863526821136, -0.022582311183214188, - 0.022400030866265297, -0.025389622896909714, 0.02777041681110859, - 0.016216343268752098, 0.030684201046824455, 0.045510146766901016, - -0.004353636875748634, 0.061072032898664474, 0.023197712376713753, - -0.016864005476236343, 0.031015601009130478, -0.031659085303545, - -0.004337577149271965, 0.013738484121859074, 0.07977712899446487, 0.067974753677845, - 0.04683537036180496, 0.056911397725343704, 0.030217468738555908, - -0.00514349527657032, -0.10342991352081299, 0.006607521325349808, - -0.07013656944036484, 0.008616718463599682, -0.029632193967700005, - -0.028136475011706352, -0.021491939201951027, -0.04708263650536537, - -0.03789322450757027, 0.0260822344571352, -0.07695410400629044, - 0.014669626951217651, 0.02982911840081215, 0.005474940873682499, - -0.05398175120353699, -0.043887700885534286, -0.0636577308177948, - -0.00010450340050738305, 0.04195324704051018, 0.016434524208307266, - -0.05603780597448349, -0.026508722454309464, 0.06747760623693466, - -0.08559153228998184, 0.028314467519521713, -0.056969720870256424, - 0.008674513548612595, 0.005673510953783989, -0.037400536239147186, - 0.06580981612205505, 0.043648913502693176, -0.04428058862686157, - -0.06517025828361511, -0.04755400866270065, 0.05781713128089905, - -0.07628732174634933, 0.013561371713876724, -0.037709154188632965, - 0.04891367629170418, -0.04657146334648132, 0.003272330854088068, - -0.019374657422304153, 0.05968194454908371, 0.01442008651793003, - 0.06474430859088898, 0.079787977039814, -0.08343790471553802, -0.00045736477477476, - 0.049212995916604996, 0.004310705233365297, -0.07637185603380203, - -0.022195760160684586, 0.0261811725795269, -0.014975236728787422, - -0.04117284342646599, 0.017283970490098, -0.02108212560415268, -0.02591230720281601, - -0.02190309390425682, -0.011696362867951393, -0.046113595366477966, - 0.007846131920814514, 0.07470018416643143, 0.030752338469028473, - -0.00445789797231555, -0.005863949190825224, -0.009370088577270508, - -0.0422932468354702, -0.07256686687469482, 0.026774408295750618, - 0.01813233643770218, -0.0009716191561892629, -0.01995917595922947, - 0.005494787823408842, 0.08605290949344635, -0.015513336285948753, - 0.09416137635707855, -0.06171460822224617, 0.08604161441326141, - 0.033651020377874374, -0.0976550430059433, 0.023785699158906937, - 0.04845122992992401, 0.03954556956887245, -0.006488044746220112, - 0.029392600059509277, -0.0426107794046402, 0.02165018767118454, - -0.0016153213800862432, -0.020892269909381866, -0.011190013028681278, - 0.03530805557966232, 0.04563405364751816, 0.02173103764653206, 0.015405227430164814, - -0.05238189548254013, -0.002112107817083597, 0.02815127931535244, - 0.008570601232349873, -0.02367628552019596, -0.00405103201046586, - 0.006249697878956795, -0.03584356606006622, -0.011362694203853607, - 0.035842154175043106, -0.06000238284468651, -0.03106294572353363, - -0.061065878719091415, -0.057917270809412, 0.010526168160140514, - 0.023282013833522797, -0.008563944138586521, 0.025530941784381866, - 0.008244979195296764, -0.00018662407819647342, -0.06554605066776276, - -0.04302716627717018, 0.018064288422465324, -0.02701742574572563, - 0.0327800028026104, -0.018332388252019882, 6.119874160503969e-5, - -0.03206603601574898, 0.00365924509242177, 0.04858628287911415, - -0.01579676941037178, -0.08251774311065674, -0.0065488130785524845, - -0.003662369679659605, -0.004726077895611525, 0.07512322813272476, - 0.07018490880727768, -0.01467013917863369, 0.009184509515762329, - -0.06647074222564697, -0.05566281080245972, 0.07067662477493286, - -0.0024608136154711246, -0.04443003982305527, -0.0478273406624794, - 0.0076344492845237255, -0.07910609990358353, -0.005931846797466278, - 0.03739701956510544, 0.004354808479547501, -0.024499664083123207, - 0.01946750096976757, -0.04400921240448952, -0.0357087180018425, - -0.033053480088710785, -0.0033646097872406244, 0.01761544868350029, - 0.021553145721554756, -0.03582954406738281, 0.10556966066360474, - -0.05282272398471832, 0.001186616369523108, -0.039507392793893814, - -0.03632349520921707, 0.008658270351588726, 0.011271168477833271, - -0.043854355812072754, -0.04307768866419792, -0.049143362790346146, - 0.0383305698633194, 0.018229493871331215, 0.0015940738376230001, - 0.02222481742501259, 0.08164533227682114, 0.05941665172576904, 0.014216017909348011, - 0.020680872723460197, -0.011309214867651463, 0.0471210777759552, 0.0586111918091774, - -0.0009038493153639138, -0.03930500149726868, 0.02412567473948002, - -0.01912541128695011, 0.08933818340301514, 0.026697829365730286, - 0.04551559314131737, 0.022228097543120384, -0.06470309942960739, - -0.06943372637033463, 0.06639105081558228, 0.0015006239991635084 - ], - [ - 0.07019899785518646, -0.02185622975230217, 0.022898416966199875, - 0.15379586815834045, -0.0027569704689085484, 0.07321852445602417, - -0.005504371598362923, -0.011992210522294044, 0.0040106866508722305, - 0.009558923542499542, 0.02091166563332081, -0.04026675969362259, - 0.009518329054117203, 0.024881187826395035, 0.02279249019920826, - 0.026127442717552185, 0.029649022966623306, -0.12714439630508423, - 0.030890824273228645, 0.029358798637986183, 0.002725031925365329, - 0.0031255099456757307, 0.030198834836483, 0.02743399702012539, -0.03919577598571777, - -0.0029361241031438112, -5.093645449960604e-5, 0.018108081072568893, - 0.025479184463620186, 0.020468508824706078, -0.061468761414289474, - 0.08902573585510254, 0.029171854257583618, 0.04347190633416176, 0.01920980215072632, - 0.030353056266903877, 0.05256621167063713, 0.00509203365072608, 0.02083449251949787, - -0.018005628138780594, -0.041873831301927567, -0.036838598549366, - 0.10233672708272934, 0.030971473082900047, -0.014940641820430756, - 0.034014757722616196, 0.014106594026088715, 0.005099618807435036, - -0.02875478006899357, -0.08623205870389938, -0.009098734706640244, - 0.007519064005464315, 0.021511517465114594, 0.026034725829958916, - 0.003986080642789602, -0.011149200610816479, -0.034991536289453506, - 0.04081479087471962, -0.03406700864434242, 0.042215414345264435, - 0.05899544805288315, -0.07625779509544373, 0.0044432408176362514, - -0.05859412997961044, 0.06684399396181107, 0.03240306302905083, - -0.028547098860144615, 0.04541214928030968, 0.04727410525083542, - -0.044408854097127914, 0.01864379644393921, 0.0415014773607254, - -0.01285234559327364, -0.03701663389801979, 0.0011802524095401168, - -0.004014929756522179, 0.12814898788928986, 0.04025108367204666, - 0.08215148001909256, -0.024549854919314384, -0.0008802494267001748, - -0.07089854031801224, -0.09592676907777786, -0.009618186391890049, - -0.033443983644247055, 0.0009083753102459013, -0.04193873703479767, - 0.07515266537666321, -0.1850001960992813, 0.004557593259960413, - -0.020486749708652496, -0.043457429856061935, -0.056865349411964417, - -0.03668993338942528, -0.056908778846263885, 0.019389640539884567, - -0.021895846351981163, 0.04429474100470543, -0.016352292150259018, - -0.04400314763188362, 0.004477094393223524, 0.011448970064520836, - -0.03758332505822182, -0.05141957476735115, -0.02247166447341442, - -0.11337020248174667, -0.019729377701878548, 0.031970635056495667, - 0.027592571452260017, -0.08244127035140991, 0.016404910013079643, - -0.02512931451201439, 0.06129083409905434, -0.004194557201117277, - -0.07823392748832703, -0.02039281278848648, -0.0729583129286766, - -0.053820326924324036, 0.07423529028892517, 0.04743224009871483, - -0.051767122000455856, -0.1072637066245079, 0.025322547182440758, - -0.02297149784862995, 0.00906706415116787, 0.0564422532916069, -0.10819631814956665, - -0.011476035229861736, -0.0642165094614029, -0.09210188686847687, - -0.011432760395109653, 0.04281888157129288, 0.027640679851174355, - -0.028198974207043648, 0.014861402101814747, -0.05910173058509827, - 0.061951540410518646, -0.006856130436062813, -0.040999170392751694, - -0.026499949395656586, 0.04883089289069176, -0.029057836160063744, - 0.027534423395991325, -0.06507682055234909, -0.029573526233434677, - 0.0048490529879927635, -0.1085866317152977, -0.06201176717877388, - -0.12743371725082397, 0.07935988157987595, 0.04768829792737961, - 0.009776007384061813, 0.02842368185520172, 0.040727682411670685, - 0.15203535556793213, -0.13104984164237976, -0.043552178889513016, - -0.04911678284406662, 0.07387252151966095, 0.05379379540681839, - 0.004556974396109581, 0.07341375946998596, 0.12292256951332092, - 0.010144680738449097, 0.047853872179985046, -0.017233362421393394, - 0.04339209944009781, -0.04145829752087593, -0.03809818997979164, - 0.016238152980804443, -0.0300520658493042, 0.08269400894641876, - 0.012094440869987011, 0.0863155797123909, -0.04982206970453262, - -0.00911451131105423, 0.06654255837202072, -0.03684199973940849, - 0.004308924078941345, 0.03224531188607216, -0.01001857127994299, - -0.03620336577296257, 0.11389043182134628, 0.044982943683862686, - 0.04962768033146858, -0.10013744980096817, 0.013054503127932549, - 0.049312837421894073, -0.04652118682861328, 0.11399552971124649, - -0.0017181942239403725, -0.05349334329366684, 0.018508048728108406, - -0.016152627766132355, 0.0066728475503623486, -0.018527181819081306, - 0.03047337383031845, 0.009714181534945965, 0.017122915014624596, - -0.011111810803413391, -0.02849106676876545, -0.026483524590730667, - -0.054542191326618195, -0.04430771991610527, -0.07626041024923325, - -0.049699585884809494, -0.01704053394496441, -0.06414665281772614, - -0.028515690937638283, -0.05524298921227455, 0.015533446334302425, - 0.0927538126707077, 0.01656014658510685, 0.08353264629840851, 0.01397846918553114, - 0.028668595477938652, -0.024827949702739716, -0.01734105497598648, - -0.05569646134972572, 0.08868318051099777, -0.04045981168746948, - -0.0037287904415279627, 0.025362780317664146, 0.04117254912853241, - -0.05690402165055275, 0.07919994741678238, -0.029763253405690193, - -0.039113935083150864, 0.05741291865706444, 0.0456104539334774, 0.09483331441879272, - -0.08664067834615707, -0.009461278095841408, 0.043046027421951294, - -0.05079534277319908, -0.025933559983968735, 0.01539535354822874, - 0.08987490832805634, -0.07449644058942795, -0.009109914302825928, - -0.0930863618850708, -0.026874326169490814, -0.03244832530617714, - 0.09183632582426071, -0.05200164392590523, 0.07456812262535095, 0.01636621356010437, - 0.08784525841474533, -0.02163531817495823, 0.055912453681230545, - 0.005985126364976168, -0.07986634969711304, -0.06291019171476364, - -0.07700151950120926, -0.02603044919669628, 0.008757442235946655, - 0.015859561040997505, 0.04553091526031494, -0.014631245285272598, - 0.028122317045927048, 0.056357115507125854, 0.02524462155997753, - -0.04598604887723923, 0.013458168134093285, 0.09104978293180466, - -0.029978498816490173, 0.0506753996014595, -0.0437484011054039, - -0.007382181007415056, -0.10373105853796005, 0.014103586785495281, - 0.05775903910398483, -0.08892548084259033, -0.031647615134716034, - -0.09889285266399384, -0.024401120841503143, -0.0733892172574997, - 0.031271643936634064, -0.005421672482043505, 0.056559186428785324, - 0.015186617150902748, 0.053494274616241455, -0.07064495235681534, - 0.024658259004354477, 0.04140280559659004, 0.017656084150075912, - 0.09137183427810669, -0.026782749220728874, 0.062444157898426056, - -0.012803075835108757, -0.025215135887265205, 0.021445101127028465, - -0.0018281147349625826, 0.010069046169519424, -0.0174051932990551, - 0.02591250278055668, 0.048643384128808975, -0.10546959936618805, - -0.06770199537277222, 0.07270675152540207, -0.011067954823374748, - 0.010685604996979237, -0.004561453126370907, -0.0925346240401268, - -0.08582748472690582, -0.0175341609865427, 0.061363086104393005, - 0.014734425581991673, -0.08481451123952866, 0.04157004877924919, - 0.07938684523105621, 0.03766431286931038, -0.055139124393463135, - -0.01432694774121046, -0.028550609946250916, -0.01003026682883501, - -0.055181048810482025, -0.006944012828171253, -0.018478738144040108, - -0.03227474167943001, -0.05658961832523346, -0.06709524989128113, - 0.014003049582242966, -0.06240738555788994, 0.04081812500953674, - 0.021503176540136337, -0.009965695440769196, -0.017427951097488403, - 0.03521660715341568, -0.039533063769340515, -0.08621204644441605, - -0.008340380154550076, -0.07785536348819733, 0.07996025681495667, - -0.051683541387319565, -0.02668222226202488, -0.07969532907009125, - 0.07986243814229965, -0.017751749604940414, -0.027848029509186745, - -0.0029257903806865215, -0.017000647261738777, -0.018644070252776146, - 0.06398902833461761, -0.0047433567233383656, 0.007543278392404318, - 0.007180877961218357, -0.005921196658164263, -0.0036845856811851263, - -0.006408260203897953, 0.045751504600048065, 0.09985886514186859, - 0.03024141676723957, -0.003662407398223877, 0.027693383395671844, - -0.05044999346137047, -0.005595839116722345, 0.024518227204680443, - 0.06550092250108719, -0.07862619310617447, -0.0740225538611412, 0.0929771140217781, - -0.08736877888441086, -0.021434534341096878, -0.013254704885184765, - 0.06324853748083115, 0.022181518375873566, 0.04648692533373833, - -0.06383363902568817, -0.020036445930600166, -0.008156009949743748, - -0.03186905384063721, -0.06908618658781052, -0.046720780432224274, - 0.0018553321715444326, 0.06642869114875793, 0.03350650891661644, - -0.02195253223180771, -0.013086210004985332, 0.021503468975424767, - 0.020657898858189583, 0.04300183057785034, 0.029015475884079933, - -0.003204161999747157 - ], - [ - -0.01846376433968544, -0.05249803885817528, -0.06026647612452507, - -0.03394458442926407, 0.013643359765410423, 0.022976433858275414, - 0.04190948233008385, 0.0303557887673378, 0.028009502217173576, 0.027193404734134674, - -0.01138329692184925, -0.0144054489210248, 0.028851117938756943, - -0.03539915755391121, -0.034517716616392136, -0.032866012305021286, - 0.06807924807071686, 0.03649536147713661, 0.061246518045663834, 0.07060430943965912, - -0.06977643817663193, -0.056142497807741165, -0.012043253518640995, - 0.021428201347589493, 0.06051674857735634, 0.06584739685058594, - 0.028744952753186226, 0.05536752566695213, -0.03486137464642525, - -0.001621437375433743, 0.03886418044567108, -0.00796915590763092, - -0.03329118713736534, -0.04276337847113609, 0.08798710256814957, - -0.010252143256366253, 0.025807874277234077, 0.0738067552447319, - -0.012749569490551949, 0.08401001989841461, 0.08829866349697113, - -0.048719532787799835, 0.03364202752709389, 0.024681635200977325, - -0.028496040031313896, -0.003219049423933029, -0.07750275731086731, - 0.051123641431331635, 0.02238030731678009, 0.05219772085547447, - -0.038768090307712555, 0.06596482545137405, 0.11562105268239975, - -0.07366150617599487, 0.03685547783970833, 0.05045335739850998, 0.04562852904200554, - 0.013375475071370602, -0.02856612391769886, 0.0005711333942599595, - -0.0418366976082325, 0.11164944618940353, 0.01876109093427658, -0.0700535848736763, - 0.04608381167054176, -0.05915001034736633, 0.04128633439540863, 0.03969297185540199, - 0.014930648729205132, 0.052429452538490295, 0.10973954945802689, - 0.022893095389008522, -0.035918835550546646, -0.016615046188235283, - -0.008727412670850754, -0.09314348548650742, -0.10735952109098434, - 0.022030165418982506, 0.018091019243001938, -0.09789219498634338, - 0.09085630625486374, -0.04539356008172035, 0.006362269166857004, - -0.11460860818624496, 0.04850136861205101, -0.05727122724056244, - -0.002602948807179928, -0.02994590252637863, -0.0085291201248765, - 0.025799503549933434, -0.0007887897663749754, 0.04595138505101204, - 0.008128958754241467, -0.01664886064827442, -0.02734718844294548, - 0.029873473569750786, -0.0021315645426511765, 0.016154156997799873, - -0.001044494565576315, 0.05135149881243706, -0.051515836268663406, - -0.020472945645451546, 0.09881801903247833, 0.0634535476565361, 0.03206079453229904, - -0.08058159798383713, -0.0454765148460865, -0.010887349024415016, - 0.029315369203686714, -0.0032706940546631813, -0.03831648826599121, - 0.008892146870493889, -0.046106092631816864, 0.011826926842331886, - 0.054050590842962265, -0.07471290975809097, 0.12058019638061523, - -0.03840544819831848, -0.07692279666662216, 0.055181052535772324, - -0.015400863252580166, -0.0010258856927976012, -0.026121031492948532, - 0.03469640389084816, -0.033943451941013336, -0.044826604425907135, - -0.02646157331764698, 0.047818176448345184, 0.02017018385231495, - -0.01631554588675499, 0.0337047278881073, 0.058711301535367966, - -0.015986794605851173, 0.03714985027909279, -0.016555186361074448, - -0.0476704016327858, -0.04474448040127754, -0.0052186232060194016, - 0.028233252465724945, -0.04476140812039375, -0.011094274930655956, - 0.09941227734088898, 0.032359179109334946, -0.06807402521371841, - 0.053004100918769836, -0.04818638414144516, -0.007912219502031803, - -0.040078915655612946, -0.010311641730368137, 0.009005292318761349, - -0.03861436992883682, -0.0013102181255817413, -0.06046322360634804, - -0.016706576570868492, -0.03282186761498451, 0.07967742532491684, - -0.043496910482645035, 0.036278728395700455, -0.007959670387208462, - -0.02483099326491356, -0.006693786475807428, -0.02784767560660839, - -0.009399635717272758, -0.0032693722750991583, -0.09735535830259323, - 0.07559265196323395, -0.03246484696865082, 0.02139587141573429, - -0.03450143337249756, 0.04901035130023956, -0.053075436502695084, - -0.013684451580047607, -0.030848877504467964, -0.0026337564922869205, - 0.01851165108382702, 0.002189856953918934, 0.023858798667788506, 0.0846308171749115, - -0.0456375814974308, -0.03843654319643974, -0.05714358761906624, - -0.018117768689990044, -0.08182103931903839, -0.04560007154941559, - -0.09333742409944534, -0.02013062685728073, -0.05550676956772804, - -0.05911986902356148, 0.014280675910413265, -0.054485004395246506, - -0.06996390968561172, -0.07808239012956619, -0.06255698949098587, - -0.0077987476252019405, 0.03259999305009842, -0.05342197045683861, - -0.014245898462831974, 0.04920532554388046, -0.05939405411481857, - 0.06653481721878052, -0.0074576460756361485, 0.024107476696372032, - -0.023823251947760582, 0.15388521552085876, 0.035713911056518555, - 0.0993393287062645, -0.00020369172852952033, 0.08608542382717133, - 0.04209441319108009, -0.019235432147979736, -0.0006818901747465134, - 0.069210946559906, 0.07350976020097733, 0.02723388746380806, 0.06058743968605995, - 0.0014017216162756085, 0.046801481395959854, 0.09075219184160233, - -0.014987909235060215, 0.016412118449807167, -0.004444289952516556, - -0.05055129528045654, -0.09407062828540802, -0.027946563437581062, - -0.008138233795762062, 0.058038607239723206, 0.03401755169034004, - -0.005641034338623285, 0.037957046180963516, -0.029621418565511703, - 0.0435459166765213, -0.03459697589278221, 0.03008856065571308, 0.03891783207654953, - 0.015242908149957657, -0.10239437967538834, 0.05557010695338249, - -0.02712387964129448, 0.08732824772596359, -0.09903912246227264, - 0.03822716325521469, -0.0371197946369648, -0.02577829919755459, - -0.032735541462898254, 0.0013135133776813745, 0.05707580968737602, - 0.059231191873550415, 0.023469995707273483, 0.00337921897880733, - -0.04124710336327553, 0.060104966163635254, 0.056154437363147736, - -0.07093432545661926, -0.014827921986579895, -0.03967658430337906, - 0.04292294755578041, -0.009690914303064346, -0.01916109025478363, - -0.019747057929635048, -0.018588962033391, 0.013032805174589157, - -0.06044938042759895, 0.055395424365997314, -0.031038254499435425, - 0.018917851150035858, 0.04987223818898201, -0.0695725530385971, - 0.048150982707738876, 0.046296149492263794, -0.04521053284406662, - 0.040923070162534714, -0.09517301619052887, 0.08193524926900864, - -0.037006426602602005, -0.018253061920404434, 0.04455278813838959, - -0.09077972173690796, 0.08457282930612564, 0.046545155346393585, - -0.10600768029689789, -0.059378720819950104, -0.10185803472995758, - -0.032126251608133316, 0.08716889470815659, -0.10331391543149948, - 0.11653890460729599, -0.06672019511461258, -0.046885281801223755, - -0.00021578506857622415, -0.02284264750778675, -0.042957331985235214, - -0.011475571431219578, 0.025203648954629898, 0.07723678648471832, - 0.03264463320374489, -0.02776433899998665, 0.03859410807490349, 0.0225231796503067, - -0.05538713559508324, -0.0036532890517264605, 0.008430106565356255, - 0.05043678730726242, 0.022753020748496056, 0.08894166350364685, 0.01097479835152626, - 0.023160645738244057, -0.0020934336353093386, -0.03837380185723305, - 0.003683346789330244, -0.053915876895189285, -0.037795647978782654, - 0.08324059098958969, -0.025440586730837822, 0.09240695089101791, - 0.04392699897289276, -0.032400671392679214, 0.0368320494890213, - -0.06453793495893478, -0.038678545504808426, 0.04817027598619461, - 0.06236739456653595, -0.014046567492187023, -0.01760326325893402, - -0.011652570217847824, -0.030140064656734467, -0.05115175619721413, - 0.09274836629629135, -0.06251645088195801, -0.00959940068423748, - 0.013188885524868965, 0.06106879934668541, 0.02074120007455349, 0.03032705932855606, - 0.009655365720391273, -0.04396924003958702, -0.007500525563955307, - -0.023004362359642982, -0.06209911033511162, -0.003324073040857911, - 0.10034763813018799, 0.00802453514188528, 0.01887143775820732, - -0.010063438676297665, -0.02075476199388504, 0.023377271369099617, - 0.00261569581925869, -0.05625157058238983, 0.0036770489532500505, - 0.004613062832504511, 0.029168495908379555, -0.04019765555858612, - 0.020431773737072945, 0.0075944592244923115, -0.0012246781261637807, - 0.013983014971017838, -0.021292293444275856, -0.05644541233778, 0.09046434611082077, - 0.014925502240657806, 0.03697623312473297, -8.041103865252808e-5, - -0.03337990492582321, -0.03121260181069374, -0.010448950342833996, - 0.0561886802315712, -0.08048596978187561, -0.060239799320697784, - 0.03477334603667259, -0.016488630324602127, -0.0010245643788948655, - -0.0067941839806735516, 0.02969619445502758, 0.04383212700486183, - -0.00520344078540802, -0.045158859342336655, 0.03059680387377739, - 0.008631938137114048, 0.03987108916044235, -0.03628409281373024, - -0.008616221137344837, 0.02876526676118374, 0.03184527903795242, - -0.010547800920903683, 0.020352479070425034 - ], - [ - 0.008109534159302711, -0.016119295731186867, -0.08129431307315826, - 0.004430718254297972, 0.016020990908145905, -0.017649376764893532, - 0.02565029077231884, 0.01667027920484543, -0.030840640887618065, - -0.01184332650154829, -0.02171219512820244, 0.008554660715162754, - 0.07177956402301788, -0.07750413566827774, -0.006182020530104637, - 0.03961361572146416, 0.07289979606866837, -0.028253545984625816, - -0.054508645087480545, 0.030503924936056137, -0.037224702537059784, - -0.00856386125087738, -0.019714223220944405, 0.0912839025259018, - -0.025703977793455124, 0.03116905689239502, 0.08057915419340134, - -0.005223589017987251, -0.0679442286491394, 0.029412774369120598, - 0.047232188284397125, 0.08691930025815964, 0.07082458585500717, 0.02968674898147583, - 0.0341198556125164, -0.09568209946155548, 0.0299253948032856, 0.048494286835193634, - 0.010140040889382362, 0.03187781944870949, -0.06080172583460808, - -0.007179216481745243, 0.021350082010030746, 0.06579477339982986, - -0.003422471461817622, 0.013124553486704826, -0.056674256920814514, - 0.004906552843749523, 0.08362708240747452, 0.013940439559519291, - -0.005716068670153618, -0.062463413923978806, 0.061802785843610764, - -0.02353299781680107, -0.06384951621294022, -0.07340232282876968, - -0.04700293764472008, -0.0435885414481163, 0.00024484918685629964, - 0.04523502662777901, 0.029882341623306274, -0.03580955043435097, - 0.08241879940032959, 0.0164031982421875, -0.015793660655617714, - -0.023559514433145523, -0.06449763476848602, -0.05321495607495308, - 0.011056758463382721, 0.053481653332710266, -0.042746029794216156, - 0.04429491236805916, -0.035129886120557785, 0.05358172208070755, - -0.04480795934796333, 0.023390214890241623, 0.0006145217339508235, - -0.041284170001745224, -0.02989833429455757, -0.05391615629196167, - -0.0038900156505405903, -0.006698766257613897, -0.051146749407052994, - 0.03197290748357773, 0.030867353081703186, -0.025858892127871513, - -0.06565922498703003, 0.009875922463834286, 0.06306266784667969, - -0.038824524730443954, -0.013421804644167423, 0.014460553415119648, - 0.05191774293780327, -0.03934016451239586, 0.009148520417511463, - -0.027716776356101036, 0.008305617608129978, -0.05761224776506424, - -0.09072281420230865, 0.0031960790511220694, -0.0613628514111042, - -0.020725028589367867, 0.04218592867255211, 0.027435850352048874, - -0.011384428478777409, -0.014723693951964378, 0.04126602038741112, - 0.027742726728320122, 0.009839653968811035, 0.03177782520651817, - -0.07555945962667465, 0.05498947203159332, -0.020948365330696106, - 0.005803888197988272, -0.02237485721707344, -0.043038271367549896, - 0.055516257882118225, -0.026485057547688484, 0.018375065177679062, - -0.007566123269498348, 0.016270138323307037, 0.04365076869726181, - -0.03642379492521286, -0.016435563564300537, -0.013370564207434654, - -0.0012667306000366807, -0.031281981617212296, 0.02066623605787754, - -0.01674991101026535, 0.01012804638594389, 0.03284405916929245, 0.05868982896208763, - 0.025793422013521194, 0.039909496903419495, -0.08206017315387726, - -0.04710818827152252, -0.019976530224084854, -0.07756809890270233, - 0.012827073223888874, 0.02391565963625908, 0.09191633760929108, 0.07435581833124161, - 0.04874666780233383, -0.017237018793821335, -0.0008657127036713064, - 0.020926810801029205, -0.012195920571684837, -0.0609365738928318, - 0.09995744377374649, -0.04374280944466591, -0.053670160472393036, - -0.04307010397315025, -0.012215787544846535, 0.008593965321779251, - -0.00861293077468872, 0.06770198047161102, 0.03327526897192001, 0.05298579856753349, - -0.022190462797880173, -0.0043199872598052025, 0.049363214522600174, - -0.002121884608641267, -0.045778788626194, -0.02669718861579895, - -0.04211385175585747, 0.03134068846702576, -0.07574615627527237, - 0.06303729116916656, 0.03466891124844551, -0.02294575236737728, - -0.0013221860863268375, 0.028300751000642776, 0.08264362066984177, - 0.007749452721327543, -0.011173569597303867, -0.012060390785336494, - 0.030850401148200035, 0.028075985610485077, 0.03189689293503761, - 0.04521159827709198, -0.07905659824609756, -0.033016178756952286, - 0.013436498120427132, -0.010045097209513187, 0.004475508350878954, - 0.03650742024183273, -0.062346890568733215, 0.027200115844607353, - 0.04099159687757492, 0.03477293998003006, -0.0389108806848526, - -0.010050280019640923, -0.053636252880096436, 0.022381875663995743, - -0.04315676912665367, -0.060301441699266434, 0.08237634599208832, - 0.07996868342161179, -0.021075211465358734, -0.010375701822340488, - 0.03515506908297539, 0.02798575349152088, 0.00028109663981013, 0.06981775164604187, - 0.0206617321819067, 0.012733010575175285, 0.04892798140645027, - -0.035255782306194305, 0.04287088289856911, -0.05186580494046211, - -0.02884889952838421, 0.01747175119817257, 0.07609434425830841, - -0.024719800800085068, 0.08251667022705078, 0.019748587161302567, - -0.011084082536399364, 0.09751096367835999, -0.023112332448363304, - -0.02449524588882923, 0.010443306528031826, 0.016184382140636444, - -0.026155516505241394, 0.03221666440367699, -0.04357806593179703, - 0.04538366571068764, -0.03737763315439224, 0.019177326932549477, - 0.03483133390545845, 0.017069576308131218, 0.05854051560163498, - -0.016977814957499504, 0.010907585732638836, -0.03150789067149162, - 0.05884475260972977, -0.06927355378866196, 0.008673490025103092, - -0.07803279906511307, -0.011755616404116154, 0.011925271712243557, - 0.0028331323992460966, -0.012347884476184845, -0.05898724123835564, - 0.05139004439115524, -0.006401291117072105, 0.03086557239294052, - 0.013871388509869576, 0.019611645489931107, 0.01543670054525137, - 0.004783959127962589, 0.05277961120009422, 0.08181657642126083, - -0.010768461972475052, 0.003539194818586111, -0.011717154644429684, - 0.04815460368990898, -0.008197073824703693, 0.03261449187994003, - -0.027452046051621437, 0.007054088171571493, 0.002831854159012437, - 0.01746033877134323, -0.060560379177331924, -0.008925325237214565, - 0.028701065108180046, 0.0559036061167717, -0.09821091592311859, - -0.08146863430738449, -0.03660861775279045, 0.021258734166622162, - -0.09809904545545578, -0.06980781257152557, -0.05006976053118706, - -0.06203252077102661, 0.04065698757767677, -0.08839547634124756, - -0.0772203803062439, 0.05856432765722275, 0.03514411672949791, -0.0690271407365799, - -0.06162995100021362, -0.028204647824168205, 0.0062499819323420525, - 0.02813480980694294, -0.06180737912654877, -0.003855869174003601, - -0.09083040803670883, -0.026694325730204582, -0.023776577785611153, - -0.07613477855920792, 0.015459482558071613, 0.022463582456111908, - 0.020110929384827614, -0.004730273969471455, 0.04439740255475044, - -0.0896918848156929, 0.033996328711509705, -0.02013673074543476, 0.0639498382806778, - 0.011206400580704212, 0.04614580050110817, 0.08375376462936401, 0.01815369538962841, - 0.03992178291082382, 0.09566330909729004, -0.053253114223480225, - 0.014138128608465195, 0.033178623765707016, 0.023830197751522064, - -0.02495388686656952, -0.04296864941716194, -0.02159685641527176, - 0.007445493247359991, 0.05913516879081726, -0.0248084906488657, -0.0329202264547348, - -0.038644932210445404, -0.0021491283550858498, 0.058108530938625336, - -0.043233633041381836, 0.0719994306564331, 0.013318955898284912, - 0.08772142231464386, 0.10602985322475433, -0.0034954738803207874, - -0.004343275912106037, 0.0225650854408741, -0.023517871275544167, - 0.017303744331002235, 0.03524526208639145, 0.05443042889237404, 0.02136855013668537, - -0.007516169920563698, -0.04884064570069313, 0.03755324333906174, - 0.03963536024093628, -0.05895783379673958, -0.07842691242694855, - 0.05083281174302101, -0.0021253759041428566, 0.006272489205002785, - 0.02013629674911499, 0.046127818524837494, -0.011456672102212906, - 0.03882228955626488, 0.019010741263628006, -0.0654473751783371, - 0.004749603569507599, -0.04216912388801575, -0.006667117588222027, - 0.019939187914133072, -0.03290851414203644, -0.018291747197508812, - -0.0549042709171772, 0.03701833263039589, -0.03851745277643204, - 0.020032374188303947, -0.04225260391831398, -0.056761838495731354, - 0.062323592603206635, -0.02005714364349842, 0.008618460968136787, - 0.01872088946402073, 0.02789791114628315, -0.001120350556448102, - -0.057088229805231094, 0.03346733748912811, -0.09589861333370209, - -0.006343076005578041, -0.04681559279561043, 0.002104391111060977, - -0.0013065030798316002, 0.04408860579133034, 0.05050145834684372, - -0.015881597995758057, -0.01527415495365858, -0.04647088423371315, - 0.045137371867895126, -0.027984624728560448, 0.003246112260967493, - 0.014398254454135895, 0.035000625997781754, 0.010085257701575756, 0.0599447526037693 - ], - [ - 0.016893865540623665, -0.06058596447110176, 0.005315304733812809, - 0.04012039303779602, 0.014984163455665112, 0.08243662118911743, - -0.050804439932107925, -0.02735343761742115, -0.009545602835714817, - -0.048326343297958374, -0.030766500160098076, -0.0008712121634744108, - 0.01593928411602974, 0.05509307608008385, 0.008169562555849552, - 0.025146272033452988, -0.05676859989762306, -0.03448399901390076, - 0.07452690601348877, 0.00012758324737660587, -0.017790473997592926, - -0.030057460069656372, 0.0018938693683594465, 0.0004767514765262604, - -0.01637948304414749, 0.03048119507730007, -0.037022802978754044, - -0.009135031141340733, -0.05022226274013519, -0.046285077929496765, - -0.044011689722537994, -0.055013444274663925, -0.01342935673892498, - 0.04331838712096214, 0.004321818705648184, 0.03420887142419815, 0.03608809411525726, - 0.024136366322636604, -0.028502127155661583, -0.020757723599672318, - -0.03231484070420265, -0.015773026272654533, 0.06289678066968918, - -0.038255881518125534, -0.00827785488218069, 0.0020954119972884655, - 0.000605317996814847, 0.0757456049323082, 0.045687172561883926, -0.0209185928106308, - -0.013589606620371342, -0.040031254291534424, -0.062027979642152786, - -0.07582954317331314, -0.03885900601744652, 0.024344222620129585, - -0.062061160802841187, 0.06539954245090485, 0.07269489020109177, - -0.018749907612800598, 0.01705068163573742, -0.006621818523854017, - -0.019241468980908394, 0.0508774109184742, 0.044233907014131546, - 0.011754418723285198, 0.003913098946213722, 0.08673428744077682, - 0.021567700430750847, -0.06204403191804886, 0.0532851405441761, 0.05654829367995262, - 0.004423975013196468, 0.00210303976200521, 0.03216245770454407, 0.05686001852154732, - 0.13252532482147217, 0.07906682789325714, -0.03959478810429573, - 0.039736878126859665, 0.01921897754073143, 0.013502206653356552, - -0.03891317546367645, 0.01345898024737835, -0.01896664872765541, - 0.01834392361342907, 0.015966594219207764, -0.0017622101586312056, - -0.09365534782409668, 0.07687169313430786, -0.008263112045824528, - -0.008720574900507927, -0.03435397520661354, -0.03714248165488243, - 0.00594257703050971, 0.04761817678809166, -0.010924630798399448, - 0.01826706901192665, 0.09441244602203369, 0.004519896116107702, - -0.03207769989967346, -0.02747841738164425, -0.021155565977096558, - -0.05861050635576248, 0.016926061362028122, -0.04348943755030632, - 0.016393644735217094, -0.03515176475048065, 0.037262387573719025, - -0.02578514814376831, 0.02886057086288929, -0.063822440803051, - -0.024586211889982224, 0.035162657499313354, -0.0681154802441597, - -0.002404515165835619, -0.012098784558475018, -0.057907022535800934, - 0.05440027639269829, 0.027771346271038055, -0.024008734151721, -0.06737586110830307, - 0.004021649248898029, -0.05438203364610672, 0.04876874014735222, - 0.031154301017522812, -0.08459126949310303, -0.028264090418815613, - 0.006172190885990858, -0.08959721028804779, 0.01035726722329855, - -0.05496663227677345, 0.0015783197013661265, -0.0612809956073761, - 0.008969821035861969, -0.02271021343767643, 0.009427783079445362, - 0.026739677414298058, -0.02221367508172989, -0.01677292212843895, - -0.03747475519776344, -0.08573325723409653, 0.060770608484745026, - -0.07661303132772446, -0.028518343344330788, 0.04801056534051895, - -0.08509154617786407, -0.006832451093941927, -0.08950591087341309, - 0.03517551347613335, 0.028557445853948593, -0.002528992947191, 0.00990771222859621, - 0.0011863240506500006, -0.0520021878182888, -0.029486972838640213, - -0.009644553065299988, -0.057461149990558624, -0.026861783117055893, - 0.048032402992248535, -0.10820189118385315, 0.032615676522254944, - 0.02783684805035591, 0.02726081572473049, 0.09769076108932495, - -0.0011158807901665568, 0.03687410056591034, -0.038902491331100464, - 0.006662013474851847, 0.08782980591058731, -0.0334741435945034, - -0.022323431447148323, 0.027648329734802246, -0.053094930946826935, - 0.04149980470538139, 0.042295992374420166, 0.010012490674853325, - 0.03095654956996441, -0.020811494439840317, -0.06816408783197403, - 0.03143131732940674, 0.010235212743282318, 0.014028484933078289, - 0.02813759073615074, -0.032681677490472794, 0.0022017904557287693, - 0.04380236938595772, -0.030966641381382942, -0.06899827718734741, - 0.006899193860590458, 0.04558878764510155, 0.07347731292247772, 0.08392411470413208, - 0.12531805038452148, -0.01627875305712223, 0.03606678172945976, - -0.008065041154623032, -0.07993288338184357, 0.017625050619244576, - -0.08554280549287796, -0.04621773213148117, -0.07387388497591019, - -0.053636062890291214, 0.04149245098233223, -0.04972874000668526, - -0.08186313509941101, -0.010364538058638573, -0.07322987914085388, - -0.05727357789874077, -0.002816613530740142, -0.00418239738792181, - -0.021701965481042862, -0.05451082065701485, -0.03146892413496971, - -0.006655757315456867, 0.020540183410048485, 0.020447151735424995, - -0.10562178492546082, -0.05884728953242302, -0.006755198817700148, - -0.00204892223700881, -0.013226628303527832, 0.025866325944662094, - 0.012790536507964134, 0.0208140779286623, -0.011877059005200863, - 0.07038293778896332, 0.026132948696613312, 0.036902546882629395, - -0.021642232313752174, 0.03776371851563454, 0.03196123614907265, - -0.02608570270240307, 0.018491582944989204, -0.026298942044377327, - 0.012908818200230598, 0.018324853852391243, 0.02546517737209797, - -0.06752807646989822, 0.022561149671673775, 0.06672939658164978, - -0.02279433235526085, 0.09624458104372025, -0.05423600226640701, - 0.022398944944143295, 0.04271521046757698, 0.027274884283542633, - -0.026339564472436905, 0.00356463436037302, 0.05750824883580208, - -0.00030465814052149653, -0.06446848809719086, -0.02871795743703842, - -0.023222103714942932, 0.009546230547130108, -0.04455587640404701, - -0.01071571372449398, 0.03749458119273186, 0.017127951607108116, - 0.01778004691004753, -0.011570390313863754, 0.03219803795218468, - -0.01286748144775629, 0.009710381738841534, -0.024159003049135208, - -0.017699405550956726, 0.013636196963489056, 0.02729823812842369, - 0.05706913396716118, 0.0003780042752623558, -0.0016651584301143885, - 0.07891557365655899, -0.024800380691885948, 0.016869910061359406, - -0.06458546966314316, -0.047362323850393295, 0.03257930278778076, - 0.01956062763929367, 0.02288021892309189, -0.004557062406092882, - 0.08893869817256927, 0.048339564353227615, 0.033986497670412064, - -0.012410414405167103, 0.025189047679305077, 0.026362372562289238, - -0.012486066669225693, 0.028935706242918968, 0.06104128807783127, - 0.08039218932390213, -0.04441552981734276, 0.03548246622085571, - 0.0030052089132368565, -0.07104895263910294, -0.01437284890562296, - 0.13231255114078522, -0.004324335139244795, 0.0038991631008684635, - -0.07699807733297348, 0.031048312783241272, 0.02592175267636776, - 0.03019191324710846, 0.027682989835739136, -0.07392877340316772, - -0.0823083147406578, -0.03137271851301193, -0.052161943167448044, - -0.006754186470061541, -0.07922349125146866, 0.10708701610565186, - 0.01063952874392271, 0.00031000026501715183, -0.02494828589260578, - 0.026401439681649208, -0.030580876395106316, 0.010090546682476997, - -0.0031893362756818533, 0.058054931461811066, 0.02235097996890545, - -0.02697642706334591, -0.01485260296612978, -0.002888201968744397, - -0.07729489356279373, -0.00301003223285079, 0.03027167357504368, - 0.07573945820331573, -0.022021140903234482, 0.0545191690325737, - -0.008342993445694447, 0.042317308485507965, -0.0715237557888031, - -0.0282051470130682, -0.06736288219690323, 0.04196084663271904, - -0.04960433393716812, -0.021064257249236107, 0.01905052363872528, - 0.10425335168838501, -0.056028611958026886, -0.015278952196240425, - -0.027946028858423233, 0.022848719730973244, -0.07065912336111069, - 0.001311489730142057, -0.04839065670967102, -0.0727238580584526, - 0.014918625354766846, 0.03272305428981781, -0.015663985162973404, - -0.030909378081560135, 0.06784295290708542, 0.021357545629143715, - -0.03950706124305725, 0.046109963208436966, -0.03454511985182762, - -0.0022621159441769123, 0.02974664233624935, 0.012457301840186119, - 0.03414985164999962, -0.07382587343454361, -0.07008257508277893, - 0.018673570826649666, -0.02731909416615963, 0.05087369307875633, - 0.03005100227892399, 0.07309126108884811, 0.0012605855008587241, - 0.04716445505619049, -0.008729391731321812, -0.03878796845674515, - -0.004406321328133345, 0.0695345476269722, -0.11150385439395905, - 0.03744680434465408, -0.01583033800125122, -0.02286040037870407, - 0.09087610989809036, 0.04942239075899124, 0.061017632484436035, - 0.047303345054388046, 0.016687927767634392, -0.022917697206139565, - 0.10105624049901962, -0.009240804240107536 - ], - [ - -0.05012178793549538, 0.018676618114113808, -0.08016275614500046, - 0.042136356234550476, 0.029427483677864075, -0.01622663252055645, - 0.023024195805191994, 0.09433041512966156, 0.005266849882900715, - 0.06380573660135269, 0.07545683532953262, -0.04526921361684799, 0.04003197327256203, - -0.04884357377886772, -0.032816752791404724, 0.030039217323064804, - 0.0061876107938587666, -0.013746674172580242, 0.02484479919075966, - 0.05728045850992203, -0.03486323356628418, -0.02563272975385189, - -0.07444143295288086, 0.015157886780798435, -0.04217730835080147, - 0.04442974179983139, 0.025901298969984055, 0.01775926724076271, - 0.001681639114394784, 0.006216708105057478, 0.05642542243003845, - -0.013643413782119751, 0.08582108467817307, -0.009861205704510212, - 0.08439137041568756, -0.048478081822395325, 0.012861059047281742, - 0.013509164564311504, 0.030945712700486183, -0.02464921399950981, - -0.01938517577946186, -0.003973396960645914, -0.028848839923739433, - 0.006923713255673647, 0.06170983985066414, -0.025139378383755684, - -0.005855731666088104, -0.01705094426870346, 0.0018324342090636492, - 0.032470233738422394, -0.054591648280620575, -0.007368285208940506, - 0.03128092736005783, 0.010373540222644806, -0.04900791496038437, - -0.04148600623011589, -0.045365314930677414, -0.006722455378621817, - -0.06550954282283783, -0.03603172302246094, -0.017363039776682854, - 0.016256997361779213, 0.041846416890621185, 0.03449217602610588, - 0.01723560504615307, 0.017768973484635353, 0.04368076100945473, - 0.003781072096899152, -0.005457822699099779, 0.023743191733956337, - -0.024088455364108086, 0.06514343619346619, -0.07333967089653015, - 0.08455716818571091, -0.001519143464975059, -0.046202655881643295, - -0.0845109149813652, 0.027424480766057968, 0.012875765562057495, - -0.0472087524831295, 0.0820583701133728, 0.004666898399591446, -0.06531056761741638, - 0.053924452513456345, -0.017110774293541908, -0.0076613700948655605, - -0.06843731552362442, 0.014199860394001007, 0.039313338696956635, - -0.011477578431367874, 0.02660030499100685, 0.0012124890927225351, - -0.011482186615467072, -0.013256778009235859, 0.030649399384856224, - -0.0033005240838974714, -0.012094771489501, -0.03843476250767708, - 0.001308013335801661, -0.002174889901652932, 0.020163236185908318, - -0.11257962882518768, -0.0076013002544641495, 0.024497127160429955, - 0.0056729125790297985, -0.0737699493765831, 0.04376604035496712, - -0.014657591469585896, -0.011646473780274391, 0.023914963006973267, - -0.03965716436505318, 0.04088270291686058, -0.03286360576748848, - -0.03850634768605232, 0.029683737084269524, 0.01262330450117588, - 0.10272113233804703, 0.06277672946453094, 0.022968033328652382, 0.0640622153878212, - -0.04148883745074272, -0.00970608089119196, -0.021461643278598785, - -0.041746679693460464, -0.032197024673223495, 0.027889801189303398, - 0.07154238224029541, -0.04229969158768654, -0.001998203806579113, - 0.059637222439050674, 0.009215373545885086, 0.023411376401782036, - -0.029455650597810745, 0.04578321799635887, -0.025800492614507675, - 0.06493784487247467, -0.10657848417758942, -0.04564604535698891, - -0.047421496361494064, -0.011402835138142109, 0.04891420155763626, - 0.04729225113987923, -0.012156026437878609, -0.01533792819827795, - 0.04953371733427048, -0.040902718901634216, 0.0771639347076416, - -0.020331529900431633, 0.12578842043876648, 0.036703165620565414, - -0.05180787667632103, -0.013614977709949017, 0.0013938398333266377, - 0.05030255764722824, -0.04131195694208145, 0.02282179705798626, -0.0716313049197197, - 0.0010491377906873822, -0.06756554543972015, 0.016718164086341858, - -0.03089318238198757, -0.010336998850107193, -0.01362833846360445, - 0.05093195289373398, -0.09901102632284164, 0.03532131016254425, -0.0351976677775383, - 0.030555548146367073, 0.017862848937511444, -0.021928885951638222, - -0.008268633857369423, -0.08271721750497818, 0.03367416188120842, - 0.019210178405046463, 0.01567259058356285, 0.07303475588560104, - -0.012377439998090267, -0.031963009387254715, 0.00276930327527225, - 0.0706419050693512, -0.047449741512537, -0.007751139812171459, - -0.014296630397439003, -0.06570112705230713, -0.017300475388765335, - 0.019985374063253403, 0.024169305339455605, -0.026004301384091377, - 0.05803921818733215, 0.0011711523402482271, 0.00813756138086319, - 0.004660503473132849, -0.09410025924444199, -0.0781429335474968, - -0.02047053538262844, -0.08479968458414078, -0.0017218904104083776, - 0.09698591381311417, -0.010304690338671207, 0.03731190785765648, - 0.027085617184638977, 0.053282834589481354, -0.0021027615293860435, - 0.10819999128580093, 0.07910370826721191, 0.04634007066488266, 0.08181252330541611, - -0.021130137145519257, 0.006446749437600374, -0.07443162053823471, - -0.012490884400904179, 0.006628090050071478, 0.09914637356996536, - 0.011601626873016357, -0.018009692430496216, -0.00041728836367838085, - -0.007331904023885727, 0.053271278738975525, 0.007250982336699963, - -0.01652374677360058, 0.010785829275846481, 0.039422694593667984, - -0.05236787721514702, 0.03161655738949776, 0.016445929184556007, - 0.05077272281050682, -0.003963771276175976, -0.025324318557977676, - 0.0164340827614069, 0.02288409136235714, 0.008860778994858265, - -0.018914299085736275, 0.05039403587579727, -0.01914958469569683, - 0.05416426807641983, -0.08817972242832184, 0.023414820432662964, - 0.02713075280189514, 0.06266968697309494, -0.006339015904814005, - -0.013722754083573818, -0.07308680564165115, -0.013648392632603645, - -0.00048026745207607746, -0.0837492123246193, 0.049757856875658035, - 0.02860550582408905, 0.10439860075712204, -0.00857842992991209, - -0.04379063472151756, 0.04141794890165329, 0.03935284540057182, 0.04079370200634003, - -0.05199473723769188, -0.0009041388402692974, 0.056987863034009933, - 0.0037425386253744364, 0.021308647468686104, -0.029596121981739998, - -0.01968940533697605, 0.001529750064946711, -0.029493901878595352, - 0.01306088361889124, -0.023480352014303207, -0.017752164974808693, - 0.09075996279716492, -0.06864899396896362, 0.008159767836332321, - 0.02241109311580658, 0.0017764844233170152, 0.016569115221500397, - -0.021559515967965126, -0.020468799397349358, -0.10991314053535461, - -0.01934431865811348, -0.08177880942821503, 0.008972715586423874, - 0.08536332845687866, -0.061080969870090485, -0.12071557343006134, - -0.006003100890666246, -0.06010447442531586, -0.03153390809893608, - 0.007549327798187733, -0.028996968641877174, -0.00514516094699502, - -0.05496913567185402, -0.05670545995235443, -0.0634295716881752, - -0.06959051638841629, 0.04463553428649902, -0.05274474248290062, - 0.034137971699237823, -0.017157969996333122, 0.005616046022623777, - -0.11363738030195236, -0.007458516862243414, -0.014408963732421398, - -0.005716465413570404, -0.07514357566833496, 0.046444863080978394, - 0.03824134171009064, 0.030163714662194252, 0.01995231769979, 0.027160977944731712, - -0.024253226816654205, 0.02474287524819374, 0.060376059263944626, - 0.01363115943968296, -0.0661156103014946, 0.006719675846397877, - -0.010108914226293564, 0.014046094380319118, 0.013870010152459145, - -0.03190676122903824, -0.030952295288443565, 0.02864864654839039, - -0.013193925842642784, -0.03226212412118912, -0.01884802244603634, - 0.008481250144541264, 0.02036750130355358, 0.08194104582071304, 0.07415488362312317, - -0.029866354539990425, -0.040621474385261536, 0.051266148686409, - -0.0738326758146286, -0.004158792085945606, -0.06405116617679596, - 0.05480189248919487, 0.0006132955895736814, -0.021625153720378876, - -0.08313173055648804, -0.003912399057298899, 0.021850934252142906, - -0.03618810325860977, -0.0013783040922135115, 0.039643727242946625, - 0.018551334738731384, -0.004274765495210886, 0.032575298100709915, - 0.05629125237464905, -0.005277727264910936, 0.11147011816501617, - 0.07170434296131134, -0.0653134360909462, -0.014419732615351677, - -0.037319473922252655, -0.004522012080997229, 0.017027556896209717, - -0.05092739686369896, -0.04214344918727875, -0.009570520371198654, - 0.040032949298620224, -0.00901348702609539, 0.013516058214008808, - -0.00510232662782073, -0.041453126817941666, 0.01937895081937313, - -0.0026841757353395224, -0.05880901962518692, 0.019652392715215683, - -0.0023618785198777914, 0.0017316152807325125, -0.1286792904138565, - -0.07566922903060913, -0.07572388648986816, 0.07340491563081741, - -0.06066412851214409, 0.008816932328045368, -0.05208347365260124, - -0.008583838120102882, -0.011261753737926483, 0.05770382285118103, - -0.014833577908575535, -0.005613493267446756, -0.026700079441070557, - -0.006492079701274633, -0.024475526064634323, 0.011763195507228374, - -0.03319476544857025, -0.05277850851416588, -0.06990799307823181 - ], - [ - 0.0016237724339589477, -0.003653295338153839, 0.027230696752667427, - 0.07658522576093674, -0.03106789104640484, 0.08051993697881699, 0.04434985667467117, - -0.06326542049646378, 0.03345803916454315, -0.02938062883913517, - -0.01989983581006527, -0.0067890118807554245, -0.013147343881428242, - 0.07843068987131119, 0.03969249129295349, 0.011336218565702438, - -0.061571426689624786, -0.029454080387949944, 0.06480122357606888, - 0.03812567889690399, 0.059078916907310486, 0.011193189769983292, - 0.036377180367708206, -0.014747357927262783, -0.020118627697229385, - 0.04148297756910324, -0.01680682972073555, 0.01579011045396328, - -0.01198116410523653, -0.014036527834832668, -0.06950009614229202, - -0.008317433297634125, 0.02903364785015583, 0.009393738582730293, - 0.045154377818107605, 0.07951129972934723, 0.07376646995544434, - 0.022324243560433388, 0.05637733265757561, -0.03764388710260391, - -0.01581723988056183, -0.06016635149717331, -0.06928176432847977, - 0.04127247631549835, -0.05296945944428444, 0.001357966917566955, - 0.028236737474799156, -0.03069918602705002, 0.006320860702544451, - 0.01312553882598877, 0.04602277651429176, 0.03313130512833595, 0.012111908756196499, - -0.0511954165995121, -0.02632734552025795, 0.019558515399694443, - -0.010374129749834538, 0.0557914674282074, 0.06396373361349106, - 0.021960075944662094, 0.014596582390367985, -0.09394326061010361, - -0.0494668185710907, 0.06415233016014099, 0.039759427309036255, - -0.014848941937088966, -0.08315640687942505, -0.0018967129290103912, - 0.012111993506550789, -0.06198054924607277, 0.045882903039455414, - -0.02907007932662964, 0.03181600570678711, -0.05173644423484802, 0.02628168836236, - 0.004230234306305647, 0.0886216014623642, 0.04464859887957573, 0.010205634869635105, - 0.08177077770233154, 0.02717733196914196, -0.016823571175336838, - -0.047396253794431686, 0.019510585814714432, 0.006455626338720322, - -0.03232273459434509, 0.05134180188179016, 0.021357612684369087, - -0.09161600470542908, 0.019027572125196457, 0.01816619001328945, - -0.06338727474212646, -0.04623924568295479, -0.020050644874572754, - -0.014162742532789707, 0.09139339625835419, -0.04877609759569168, - 0.027846477925777435, 0.053761910647153854, 0.038273703306913376, - 0.08670125156641006, 0.09030358493328094, -0.047993168234825134, - -0.0018481968436390162, -0.03910091519355774, -0.04244963079690933, - -0.005047907121479511, 0.024917161092162132, 0.006504561752080917, - -0.0537986159324646, 0.0166641678661108, -0.05646387115120888, 0.050832003355026245, - -0.00511200912296772, -0.018307704478502274, -0.011640893295407295, - -0.09941745549440384, -0.03825511410832405, 0.03423669561743736, - 0.012178431265056133, 0.005824940744787455, -0.016587071120738983, - 0.0035476000048220158, -0.001937474007718265, 0.04182221367955208, - 0.0304578747600317, -0.0421614795923233, 0.005287425126880407, - -0.027475709095597267, -0.022964725270867348, -0.006974889896810055, - -0.007539808284491301, 0.02331077866256237, 0.004137326031923294, - 0.029951374977827072, -0.007234589196741581, 0.017745349556207657, - 0.00027484470047056675, 0.011107833124697208, 0.020096709951758385, - -0.016300372779369354, -0.030180275440216064, 0.03062598966062069, - -0.009608942084014416, -0.005492412950843573, 0.052840203046798706, - -0.0212596096098423, 0.040348563343286514, -0.11505387723445892, - -0.034240707755088806, 0.003937148489058018, -0.041405707597732544, - 0.035408176481723785, -0.01172446459531784, -0.013801324181258678, - -0.05883520469069481, -0.012226574122905731, 0.043744511902332306, - -0.02220616303384304, -0.027353385463356972, -0.04144485294818878, - 0.030995730310678482, 0.050683144479990005, 0.011100036092102528, - 0.0736926794052124, 0.03010682575404644, 0.047545451670885086, - -0.0044206599704921246, 0.006957416422665119, 0.032019276171922684, - 0.007914484478533268, -0.00572418887168169, 0.008998262695968151, - 0.00276209251023829, 0.03540709987282753, -0.012096638791263103, - 0.005289892666041851, -0.00860730279237032, -0.05098481848835945, - -0.07528851926326752, 0.005944937001913786, 0.0006260088994167745, - 0.09886222332715988, 0.08865539729595184, 0.0422864705324173, 0.05450068786740303, - 0.015134759247303009, -0.005335879512131214, -0.0006185635575093329, - 0.04348494112491608, -0.01596093736588955, 0.016565732657909393, - 0.10549512505531311, 0.073628269135952, -0.05815262719988823, -0.005669009406119585, - 0.004356120713055134, -0.0675421804189682, 0.043258003890514374, - -0.04471812769770622, -0.053152941167354584, -0.10123127698898315, - 0.017195289954543114, 0.013887789100408554, -0.02879519574344158, - -0.060979388654232025, -0.04845566675066948, -0.023692024871706963, - -0.06714259833097458, 0.02546486258506775, 0.04985116049647331, - -0.03608895093202591, -0.09115590155124664, 0.010245829820632935, - 0.040181707590818405, -0.05502660199999809, 0.025044701993465424, - 0.012309098616242409, 0.01998857967555523, 0.04065309837460518, 0.03856630250811577, - 0.054213304072618484, 0.006181809119880199, -0.013905364088714123, - 0.03601935878396034, -0.018709717318415642, -0.0003644878161139786, - -0.047729071229696274, -0.030673125758767128, -0.01947866939008236, - -0.0668310895562172, -0.024289386346936226, 0.0024282215163111687, - -0.03805956616997719, 0.0349927619099617, 0.046453941613435745, - -0.06152017042040825, 0.09164704382419586, -0.011651546694338322, - 0.05513622611761093, 0.03000940941274166, 0.02088094688951969, 0.014744643121957779, - -0.035570815205574036, -0.06719652563333511, -0.02310623973608017, - -0.03840477764606476, 0.010231489315629005, 0.040259432047605515, - 0.02922729402780533, -0.020274559035897255, -0.0911622941493988, - 0.0015449445927515626, 0.023423373699188232, -0.06753434240818024, - -0.01927284710109234, 0.029894502833485603, 0.07054232060909271, - -0.036765504628419876, 0.022260306403040886, -0.021662890911102295, - -0.008811560459434986, -0.04821682721376419, 0.03686535730957985, - 0.0489606037735939, -0.05248439684510231, -0.0009532584808766842, - -0.013314759358763695, -0.023190997540950775, 0.016354961320757866, - 0.023151613771915436, 0.030611928552389145, -0.01697075553238392, - 0.07458342611789703, -0.041614729911088943, 0.02220844104886055, - -0.014355072751641273, -0.007218188606202602, 0.034582994878292084, - 0.07763044536113739, -0.00455996859818697, -0.0005451683537103236, - -0.030947212129831314, 0.02757095918059349, 0.010990044102072716, - -0.018924828618764877, 0.054756294935941696, 0.030032018199563026, - -0.0008614975376985967, 0.0075734457932412624, -0.04492749273777008, - -0.02602267637848854, -0.0038673027884215117, -0.005172193516045809, - 0.045400042086839676, -0.012537790462374687, -0.03989008069038391, - 0.008923526853322983, -0.018955547362565994, 0.05040515214204788, - 0.007586032152175903, -0.05801042541861534, -0.0708751305937767, - 0.017810991033911705, -0.06895370781421661, 0.028529111295938492, - 0.012420427985489368, 0.04272020608186722, -0.02205231599509716, - 0.06791955232620239, 0.03140651434659958, -0.04452572762966156, - -0.018581179901957512, 0.027101194486021996, 0.02984713949263096, - -0.023776033893227577, -0.04409874603152275, -0.03838064894080162, - -0.0035684898030012846, 0.027968034148216248, -0.03919363021850586, - 0.01497802883386612, -0.051044825464487076, -0.05565227195620537, - 0.03978658840060234, 0.0565996877849102, 0.004836350213736296, 0.06694021075963974, - 0.045011408627033234, 0.03339897468686104, -0.06639838218688965, - 0.059536803513765335, -0.010919980704784393, 0.08035837858915329, - 0.02457435429096222, -0.06932181119918823, 0.020102720707654953, - 0.0054760100319981575, -0.024317670613527298, 0.01813938468694687, - -0.014448272064328194, -0.03344059735536575, 0.05552001670002937, - 0.014275414869189262, 0.004366034176200628, 0.015765132382512093, - -0.03704889863729477, 0.03363959863781929, -0.009835682809352875, - 0.013498054817318916, 0.048616353422403336, 0.07981050759553909, - 0.015187058597803116, 0.018156327307224274, -0.05513961985707283, - -0.003210983006283641, -0.02504558674991131, -0.0031655507627874613, - -0.010499839670956135, 0.026179010048508644, -0.0737750455737114, - 0.05080164223909378, -0.0521106980741024, 0.030536770820617676, - -0.0067335269413888454, 0.03564415127038956, 0.06994127482175827, - 0.06312669068574905, 0.02203623205423355, 0.009705157950520515, - 0.028171300888061523, -0.029667198657989502, -0.017904434353113174, - 0.04714374244213104, 0.03890625387430191, -0.0016092892037704587, - 0.03868720680475235, 0.015664059668779373, 0.03331607207655907, - 0.00027691569994203746, -0.018506692722439766, 0.05543666332960129, - 0.015213843435049057, -0.04053080454468727 - ], - [ - 0.03185797482728958, 0.022561121731996536, -0.043892648071050644, - -0.020599381998181343, -0.02400491014122963, -0.02346924878656864, - -0.06338165700435638, 0.020795606076717377, 0.03298315405845642, - -0.011267789639532566, -0.05976969748735428, -0.02888515219092369, - -0.001583173987455666, 0.04715578258037567, 0.0032552878838032484, - 0.03535175696015358, -0.030015554279088974, -0.013247738592326641, - 0.05283909663558006, -0.020704790949821472, 0.05315852165222168, - -0.0021475739777088165, 0.04139915108680725, -0.041567619889974594, - -0.014963345602154732, 0.04277818277478218, -0.022162875160574913, - -0.06033207103610039, -0.03407135233283043, -0.04509563744068146, - -0.006428422871977091, -0.014855463989078999, -0.06403925269842148, - 0.006289683748036623, 0.051215555518865585, 0.011533509008586407, - -0.10284982621669769, -0.010016930289566517, 0.007068385370075703, - -0.03936823457479477, -0.010518837720155716, 0.07426347583532333, - -0.028187798336148262, -0.012551328167319298, -0.00412094546481967, - -0.03651606664061546, 0.0023744520731270313, 0.04567727819085121, - -0.039490144699811935, 0.04730881750583649, -0.012096822261810303, - 0.04093737155199051, -0.0483662374317646, -0.007282448001205921, - -0.019663549959659576, -0.025988338515162468, 0.07423791289329529, - 0.08462042361497879, 0.0025953708682209253, -0.046356912702322006, - -0.027533724904060364, -0.0007318633142858744, -0.011180025525391102, - -0.025415247306227684, -0.05986129492521286, 0.0790548026561737, - -0.049471382051706314, 0.06773405522108078, 0.02826755680143833, - -0.01740916259586811, -0.04738551005721092, 0.03697233274579048, - 0.0029378512408584356, -0.055479273200035095, -0.008962309919297695, - 0.011705674231052399, 0.0005454859929159284, -0.025120407342910767, - -0.06677059829235077, 0.024100961163640022, 0.00560411624610424, - -0.0339810773730278, -0.060729969292879105, 0.030885569751262665, - -0.05951735004782677, 0.05816928297281265, 0.04527469724416733, - -0.011685678735375404, 0.05810348317027092, -0.036215540021657944, - -0.004458634182810783, -0.0534512959420681, -0.010716602206230164, - 0.08072946220636368, -0.036235395818948746, -0.0021729173604398966, - 0.014838621951639652, 0.03745159134268761, 0.05637975037097931, - 0.051108792424201965, -0.04197711497545242, 0.07123100757598877, - -0.03950567916035652, -0.05488467216491699, -0.08646360784769058, - 0.008057309314608574, 0.060939643532037735, 0.012795280665159225, - -0.046462297439575195, -0.10278312861919403, 0.06560035049915314, - -0.016505923122167587, 0.009949218481779099, 0.0008502175915054977, - 0.04302570968866348, 0.03214896097779274, 0.005259516648948193, - 0.027258774265646935, 0.0013539062347263098, -0.033819008618593216, - 0.05578413978219032, -0.007373902481049299, 0.050265245139598846, - 0.020285725593566895, 0.0714072436094284, -0.07352906465530396, - -0.020415525883436203, -0.049226678907871246, -0.00685707526281476, - -0.017228612676262856, -0.00028568808920681477, -0.04927933216094971, - -0.006017292849719524, 0.00922507792711258, -0.02757277525961399, - 0.035484518855810165, 0.06354280561208725, -0.003801029408350587, - 0.015132580883800983, 0.00881457794457674, -0.05846882984042168, - -0.03367668390274048, 0.05065954849123955, -0.041192427277565, - 0.0014400987420231104, 0.03102380968630314, 0.028723368421196938, - -0.04156987741589546, 0.024127112701535225, 0.012929825112223625, - 0.051599498838186264, 0.03697669878602028, 0.005325485020875931, - 0.02064364030957222, 0.06386453658342361, -0.013948533684015274, - -0.01683753915131092, -0.010558156296610832, -0.027937548235058784, - 0.03503284230828285, 0.010116980411112309, -0.014572429470717907, - 0.033271804451942444, -0.019069844856858253, 0.0017981587443500757, - -0.003168114461004734, 0.008677749894559383, 0.04400409385561943, - -0.02267434261739254, 0.05917346104979515, -0.02692004106938839, - -0.05050402507185936, -0.011651276610791683, -0.015869243070483208, - -0.006799149326980114, 0.021589642390608788, 0.009959000162780285, - 0.0506080724298954, -0.06620888411998749, -0.026342779397964478, - 0.011724420823156834, 0.02244071289896965, 0.010384169407188892, - -0.0325101800262928, 0.027073660865426064, -0.01827293075621128, - -0.0508236326277256, -0.051640644669532776, -0.055292099714279175, - -0.013395282439887524, 0.05031399801373482, 0.04613294452428818, - -0.03816165775060654, 0.05783408507704735, -0.021587902680039406, - -0.018727406859397888, 0.04400622099637985, 0.011430054903030396, - 0.041538942605257034, -0.020724786445498466, 0.019798679277300835, - -0.03174859285354614, 0.00045836446224711835, -0.049027539789676666, - 0.04015498235821724, 0.019083980470895767, -0.03185134381055832, - -0.07946018874645233, -0.04570818692445755, 0.0677061676979065, - 0.008270650170743465, -0.014850356616079807, 0.023368719965219498, - -0.07611963152885437, 0.03738456591963768, -0.004718183074146509, - 0.02682662010192871, -0.04007955268025398, 0.03539728373289108, - 0.015627477318048477, -0.05755094066262245, 0.004710016772150993, - -0.05826548859477043, 0.042061250656843185, -0.00037147666444070637, - -0.07531500607728958, 0.020590772852301598, -0.04770593345165253, - 0.024196062237024307, -0.019400333985686302, 0.012046881951391697, - -0.039979156106710434, -0.10175592452287674, 0.04037374630570412, - -0.03908282518386841, 0.01821683719754219, 0.01013358123600483, - -0.02190571092069149, -0.05113261193037033, 0.01572197861969471, - -0.01852002926170826, 0.05344446003437042, 0.04245826229453087, - -0.005242661572992802, -0.045120906084775925, 0.04620777815580368, - -0.03787461295723915, -0.03944879025220871, -0.03663630038499832, - -0.05097701773047447, -0.015163888223469257, 0.0846407413482666, - 0.02930009551346302, 0.0517217293381691, -0.05421413481235504, - -0.003690653247758746, -0.022683927789330482, -0.011483382433652878, - 0.05982840061187744, 0.03804567828774452, 0.08189000934362411, 0.01378546841442585, - 0.03479374572634697, -0.015826435759663582, 0.013101899065077305, - 0.020560402423143387, -0.0240508783608675, -0.008701754733920097, - 0.018233362585306168, -0.015208279713988304, 0.016238342970609665, - -0.014315053820610046, -0.019154859706759453, 0.06544535607099533, - -0.009257709607481956, 0.04923604056239128, 0.007147391326725483, - -0.048649974167346954, -0.03090502880513668, 0.003692649072036147, - 0.035360876470804214, 0.048980891704559326, -0.047025762498378754, - -0.03029840625822544, 0.004136242903769016, -0.06939217448234558, - 0.01376546360552311, -0.0804087370634079, 0.05745409429073334, 0.029595259577035904, - 0.06339112669229507, 0.01218208484351635, 0.026227304711937904, - 0.003634827211499214, 0.03278946131467819, 0.0541132353246212, - -0.011508014053106308, 0.022749606519937515, 0.024205610156059265, - -0.015500281006097794, -0.009439968504011631, 0.03549150004982948, - -0.007562550716102123, 0.025717325508594513, 0.054842427372932434, - 0.02927667647600174, -0.03384088724851608, -0.04531146213412285, - -0.01797899231314659, 0.03037044033408165, -0.0172247514128685, - -0.033847831189632416, -0.009026079438626766, 0.00740251038223505, - 0.033085450530052185, -0.04125520586967468, 0.0012029529316350818, - -0.03554639592766762, 0.01494678109884262, -0.032388560473918915, - -0.020924871787428856, -0.02660895138978958, -0.027459032833576202, - -0.022874783724546432, -0.003428713185712695, 0.03397304564714432, - -0.014707828871905804, -0.025034300982952118, -0.03776136040687561, - -0.007219442166388035, 0.038309648633003235, -0.012261581607162952, - -0.014266199432313442, 0.03776371479034424, -0.06382479518651962, - 0.02657785825431347, 0.015137127600610256, -0.017987580969929695, - 0.04555930197238922, -0.06270850449800491, 0.010650440119206905, - -0.024627232924103737, -0.05836362764239311, 0.04638676345348358, - -0.015421589836478233, 0.06752489507198334, 0.0614694282412529, - -0.027221783995628357, 0.023623256012797356, -0.0703759491443634, - 0.021791057661175728, 0.051231030374765396, 0.006609371863305569, - -0.05000021681189537, -0.042326919734478, -0.025379134342074394, - 0.0029245249461382627, 0.0015438394621014595, 0.032004136592149734, - 0.04277309402823448, -0.029253387823700905, -0.019965264946222305, - 0.013695599511265755, -0.017817622050642967, -0.028976868838071823, - 0.07353021204471588, 0.028044018894433975, 0.0031517785973846912, - -0.037248577922582626, -0.04051245376467705, 0.0058611235581338406, - -0.010843809694051743, -0.043698329478502274, 0.052036114037036896, - -0.036740992218256, 0.03404243290424347, 0.06696377694606781, 0.04802611097693443, - 0.03432922437787056, 0.047385890036821365, 0.024265188723802567, - 0.011659041978418827, 0.016528869047760963, -0.05455152690410614 - ], - [ - 0.11950592696666718, -0.037122104316949844, 0.09574126452207565, - -0.017781173810362816, -0.007357384543865919, 0.0816919282078743, - 0.005932129919528961, 0.03822775185108185, -0.035965852439403534, - -0.058579497039318085, -0.0027827778831124306, 0.0009020460420288146, - 0.04379899054765701, -0.04037811607122421, 0.05829218775033951, - -0.049734778702259064, -0.03622172027826309, -0.0032848804257810116, - -0.07431945949792862, 0.0002456469810567796, -0.04730619117617607, - 0.060292162001132965, -0.13282839953899384, 0.04097377508878708, - -0.028663933277130127, 0.17499710619449615, -0.03981306031346321, - 0.001466589979827404, 0.10692848265171051, -0.13075542449951172, - -0.022507673129439354, 0.07747519761323929, 0.023696821182966232, - 0.003237854689359665, -0.05981083959341049, -0.057638511061668396, - -0.09074899554252625, -0.04022959992289543, -0.04162784293293953, - 0.025531554594635963, -0.07584472745656967, 0.006005276460200548, - -0.02952885814011097, 0.10003058612346649, 0.09458912163972855, 0.0692061334848404, - -0.06085057184100151, -0.07168106734752655, 0.11483395099639893, - 0.012146315537393093, 0.04450581222772598, 0.04036341980099678, - -0.018801281228661537, 0.06356289237737656, 0.019763128831982613, - -0.017748044803738594, -0.17214444279670715, 0.008487802930176258, - -0.02081797830760479, 0.019367678090929985, -0.052862294018268585, - -0.08173184841871262, 0.024372929707169533, 0.15394560992717743, - -0.05091271921992302, 0.008860169909894466, -0.12218295782804489, - -0.07096108794212341, 0.06280697882175446, 0.09023375064134598, -0.2140440046787262, - -0.07922784984111786, -0.0046135312877595425, 0.08977409452199936, - -0.04271657019853592, 0.03661453351378441, 0.006827033124864101, - -0.11242090910673141, -0.07764990627765656, 0.0448339581489563, - -0.14813381433486938, -0.005270345602184534, -0.030054468661546707, - 0.08609306067228317, 0.12389962375164032, 0.04404252767562866, - 0.0006470471271313727, 0.07678668946027756, 0.020909743383526802, - -0.12382542341947556, 0.039037805050611496, -0.08573910593986511, - 0.017113080248236656, -0.021581215783953667, -0.019343476742506027, - -0.04017481952905655, -0.09334081411361694, -0.0412902757525444, - -0.07685403525829315, 0.060928937047719955, 0.0914805606007576, - -0.00481089111417532, -0.04161766171455383, -0.001197229721583426, - -0.051509156823158264, -0.03247668966650963, 0.10096723586320877, - 0.02432907186448574, 0.08566662669181824, -0.06270486116409302, - -0.08433634787797928, 0.07834852486848831, 0.050549186766147614, - -0.07918182015419006, -0.11436301469802856, 0.08960693329572678, - -0.019636962562799454, 0.053232256323099136, 0.05530169978737831, - 0.045908015221357346, -0.11401133239269257, -0.0018908121855929494, - 0.10225910693407059, -0.04147332161664963, 0.016062051057815552, - 0.024690555408596992, -0.050916887819767, 0.030353175476193428, - -0.02751484140753746, -0.03988399729132652, 0.08798165619373322, - 0.03699545934796333, -0.10998500138521194, 0.08466602116823196, - -0.08843891322612762, 0.009456903673708439, 0.09956784546375275, - -0.023329148069024086, 0.10569779574871063, 0.053945302963256836, - -0.026717765256762505, 0.014742717146873474, -0.018085191026329994, - -0.049987923353910446, -0.0653931125998497, 0.08646492660045624, -0.073297418653965, - 0.02620876394212246, 0.0592389851808548, -0.015139508992433548, 0.12326574325561523, - 0.08838396519422531, 0.028186600655317307, 0.015526579692959785, - -0.010171066969633102, -0.02046036347746849, 0.09388701617717743, - 0.040309153497219086, -0.043150562793016434, -0.11448024958372116, - -0.04010333493351936, -0.029345037415623665, -0.002362519735470414, - 0.03786594048142433, 0.037495777010917664, 0.026342662051320076, - -0.006142711266875267, -0.11694168299436569, -0.07319584488868713, - -0.06351601332426071, -0.059023234993219376, -0.01507735624909401, - 0.1334257423877716, 0.07522886246442795, -0.06286792457103729, 0.03396952524781227, - -0.06249881535768509, -0.005503618158400059, -0.09847252070903778, - -0.005296321585774422, -0.07368996739387512, 0.02807103842496872, - -0.005493614822626114, -0.0035443862434476614, -0.19843293726444244, - 0.13670818507671356, -0.07051815092563629, 0.10193168371915817, - -0.005093543790280819, 0.11803406476974487, 0.025188615545630455, - -0.0852455273270607, -0.010806402191519737, 0.1305001676082611, - -0.012189964763820171, 0.003961136098951101, 0.03943616524338722, - -0.022165773436427116, -0.06840379536151886, 0.06478632241487503, - 0.022718768566846848, 0.11601872742176056, 0.07553724944591522, 0.05105443671345711, - 0.035176653414964676, -0.10164382308721542, 0.020803382620215416, - -0.033130574971437454, -0.04018406569957733, 0.039318155497312546, - -0.024493606761097908, 0.048914432525634766, 0.11227037012577057, - 0.005041948053985834, 0.04924602806568146, 0.0537114292383194, -0.02741817571222782, - -0.15485771000385284, -0.024514401331543922, 0.043885864317417145, - 0.08414385467767715, -0.04176531732082367, -0.04982157424092293, - -0.012880826368927956, 0.03385595232248306, -0.048967305570840836, - 0.02583996392786503, -0.050823334604501724, -0.022341381758451462, - 0.054419539868831635, -0.016937216743826866, -0.034116096794605255, - 0.0011151545913890004, -0.0634951964020729, 0.10618483275175095, 0.1775982528924942, - 0.034937433898448944, -0.09507887065410614, -0.016966747120022774, - 0.0671696662902832, -0.0553460568189621, 0.030108559876680374, 0.006751547567546368, - 0.03656582534313202, -0.10772135853767395, 0.012712660245597363, - -0.07601656764745712, -0.04235132038593292, 0.07824850082397461, - 0.09935100376605988, -0.018077298998832703, 0.0874408483505249, - -0.0048858425579965115, 0.024115629494190216, 0.014769705943763256, - 0.08137812465429306, 0.01676192879676819, -0.010513212531805038, - 0.028215628117322922, -0.0038625895977020264, -0.033619802445173264, - 0.11792344599962234, -0.04491855949163437, -0.0033265191596001387, - -0.0007320960867218673, -5.605944897979498e-5, 0.038503240793943405, - -0.019467124715447426, -0.026235075667500496, -0.011147490702569485, - -0.048790328204631805, -0.10006912797689438, 0.0006145650986582041, - 0.09062627702951431, 0.014111511409282684, -0.08153915405273438, 0.0578596256673336, - -0.07530450820922852, 0.011538528837263584, -0.03218317776918411, - -0.0492362380027771, -0.009915688075125217, -0.04085908085107803, - -0.0809096097946167, -0.005682661663740873, 0.021975424140691757, - 0.012763958424329758, -0.03321196511387825, 0.03854671120643616, - 0.01847000978887081, -0.0004645082226488739, -0.06612427532672882, - -0.06008671969175339, -0.09284427016973495, -0.15697380900382996, - -0.029823731631040573, 0.0008374103927053511, -0.015980366617441177, - 0.05657137185335159, 0.012337518855929375, 0.07449974119663239, - 0.019539641216397285, 0.04427451640367508, -0.11740130931138992, 0.0806908905506134, - 0.03911859914660454, -0.01517635677009821, -0.011377011425793171, - -0.0696849375963211, -0.007145629730075598, 0.0054538981057703495, - 0.014403672888875008, 0.14722584187984467, -0.0066827526316046715, - -0.01283040177077055, -0.005911650601774454, 0.040339648723602295, - 0.04017602279782295, -0.01185921486467123, 0.0013495319290086627, - -0.019442524760961533, 0.0285283625125885, 0.16242684423923492, 0.03714669868350029, - -0.0014916660729795694, 0.03799283877015114, 0.0059849717654287815, - 0.05464693158864975, -0.12760695815086365, -0.03653896600008011, - -0.03163851425051689, 0.05885189026594162, 0.052973486483097076, - -0.04945908114314079, -0.001596204238012433, -0.01490948349237442, - 0.06127416715025902, 0.03290529176592827, -0.02578708529472351, - -0.05181533098220825, -0.11285378783941269, 0.03131482005119324, - 0.10748869180679321, 0.021237218752503395, 0.011198553256690502, - 0.09931971877813339, 0.005694840103387833, 0.06144028529524803, 0.09584116190671921, - -0.08005120605230331, 0.0654563158750534, -0.12644512951374054, 0.08389675617218018, - -0.0213034525513649, 0.011265330016613007, -0.09490764141082764, - 0.009791739284992218, -0.09490042179822922, -0.08316169679164886, - 0.1162654384970665, -0.03097490780055523, -0.01965014636516571, 0.05602068081498146, - 0.03792010247707367, -0.08084377646446228, -0.071512371301651, 0.12528091669082642, - -0.044026631861925125, 0.06234513968229294, -0.11156392842531204, - -0.012443240731954575, 0.05981236323714256, 0.10189927369356155, - 0.05014706403017044, 0.06135638803243637, 0.0003913311520591378, - -0.0018579771276563406, 0.05854096636176109, -0.03279566019773483, - -0.031914472579956055, -0.07493506371974945, -0.00824596919119358, - -0.06303680688142776, 0.12220396101474762 - ], - [ - -0.06726010888814926, -0.01956729032099247, -0.05014682933688164, - 0.039080701768398285, 0.040322694927453995, -0.050636615604162216, - -0.037788406014442444, 0.01718439720571041, -0.007371722720563412, - 0.031235387548804283, 0.02152434177696705, -0.0055546993389725685, - 0.0485539585351944, -0.06354504078626633, 0.02522294782102108, -0.03426804393529892, - 0.00020916186622343957, 0.05128566175699234, -0.05490443482995033, - 0.0674661174416542, 0.00024136689899023622, 0.021449649706482887, - -0.06960190832614899, 0.05850512534379959, -0.024458561092615128, - 0.009734781458973885, 0.03082858771085739, 0.053224287927150726, - 0.022840697318315506, 0.012616004794836044, 0.011999665759503841, - 0.010927088558673859, 0.005821417551487684, -0.006421858910471201, - -0.0343501903116703, -0.0089910589158535, -0.0011653813999146223, - 0.04896236211061478, 0.0172489732503891, 0.01575388014316559, 0.0094014136120677, - 0.020849615335464478, 0.037790585309267044, -0.03906935825943947, - -0.058069705963134766, -0.03337407857179642, -0.04768114537000656, - -0.021817075088620186, 0.02465340495109558, -0.00265141692943871, - -0.030072566121816635, 0.03958635404706001, 0.08883177489042282, - 0.06398508697748184, -0.013210197910666466, -0.018663814291357994, - -0.04703575745224953, 0.014071663841605186, 0.023658812046051025, - 0.0637320950627327, -0.006883322261273861, 0.062317319214344025, - 0.025020282715559006, -0.0474482998251915, -0.04998733475804329, - 0.01267167553305626, 0.01138280052691698, -0.026614874601364136, - -0.021961912512779236, 0.060096919536590576, 0.02840561419725418, - 0.026791945099830627, -0.033876772969961166, 0.0795227587223053, - -0.028411585837602615, 0.0022509912960231304, -0.06813939660787582, - -0.020656442269682884, -0.015299373306334019, -0.0794510766863823, - 0.06760115921497345, 0.015086053870618343, -0.002641117898747325, - 0.030748745426535606, 0.003491524839773774, -0.06138988956809044, - 0.017467539757490158, 0.0495830699801445, 0.02648910880088806, -0.02419445477426052, - 0.04931943118572235, -0.022537456825375557, 0.03228378668427467, - 0.006030987948179245, 0.08001837134361267, 0.039349425584077835, - -0.004001875873655081, 0.039748724550008774, -0.005138744134455919, - 0.07026492804288864, -0.03268474340438843, -0.09443521499633789, - -0.029611699283123016, 0.035935986787080765, -0.03724966198205948, - -9.375528316013515e-5, -0.0035593127831816673, 0.012232291512191296, - 0.017542297020554543, 0.024715526029467583, -0.07836528867483139, - 0.0014843448298051953, 0.02077758125960827, 0.028222834691405296, - -0.0037408964708447456, -6.50466899969615e-5, 0.04899970814585686, - 0.05248933658003807, -0.01525114569813013, 0.06558910012245178, 0.02299792319536209, - 0.05131800100207329, -0.0718599334359169, 0.026020275428891182, -0.0282405074685812, - -0.03825918212532997, 0.04819384962320328, 0.0012513804249465466, - 0.03387661278247833, -0.055162470787763596, 0.0022435050923377275, - -0.006967483088374138, -0.04861566424369812, 0.09168937802314758, - 0.003996741957962513, 0.016415055841207504, -0.03571346029639244, - -0.008219631388783455, 0.008890610188245773, -0.08598814904689789, - 0.018275922164320946, 0.0941496342420578, 0.02602493204176426, -0.05545598641037941, - 0.06882401555776596, -0.013677478767931461, 0.05300647020339966, - -0.08935230225324631, -0.016900939866900444, 0.058887433260679245, - -0.0831671953201294, 0.007054600398987532, -0.0986563116312027, - 0.006685175932943821, 0.001830729772336781, 0.02965649589896202, - -0.05472877621650696, 0.056875720620155334, -0.00610350351780653, - 0.03091008961200714, -0.019437065348029137, -0.03525221347808838, - 0.0023233077954500914, -0.0029488459695130587, -0.07575787603855133, - 0.08832522481679916, -0.09075172990560532, -0.011746837757527828, - -0.006963264662772417, -0.03377067297697067, -0.02071119099855423, - -0.009744230657815933, 0.049487728625535965, 0.03947186842560768, - 0.04342130199074745, 0.06418304890394211, -0.022170498967170715, - -0.00330975535325706, 0.043578632175922394, 0.01631901226937771, - -0.07526330649852753, -0.046983905136585236, 0.03094770759344101, - -0.055057041347026825, 0.015412003733217716, -0.028892679139971733, - 0.0008728668908588588, 0.05416405200958252, 0.038693707436323166, - -0.06131963059306145, 0.009567474946379662, -0.07326640188694, -0.03378456085920334, - -0.03389621153473854, 0.020545121282339096, -0.023426074534654617, - -0.018241586163640022, 0.06728411465883255, -0.06427964568138123, - 0.014281541109085083, 0.0049796802923083305, 0.04752075672149658, - -0.034933291375637054, 0.05202091485261917, 0.09821145981550217, - 0.08159436285495758, -0.006121848244220018, 0.028145626187324524, - 0.038117147982120514, -0.05949810892343521, -0.07360313832759857, - 0.02084488235414028, 0.09667452424764633, -0.019167045131325722, - 0.07770010828971863, 0.001160387764684856, 0.05885002762079239, 0.09841371327638626, - -0.024992357939481735, -0.015357659198343754, 0.06230379641056061, - -0.040251996368169785, -0.006703010760247707, 0.015795370563864708, - 0.004740491509437561, 0.025550831109285355, 0.012747705914080143, - 0.03117009997367859, 0.056546133011579514, 0.0945516899228096, 0.05878172069787979, - -0.029118672013282776, 0.05505357310175896, -0.007473051082342863, - 0.013442622497677803, 0.0036184019409120083, -0.03597855567932129, - -0.06841379404067993, 0.06167430430650711, 0.00930308923125267, - -0.05629384517669678, -0.015196189284324646, -0.019292021170258522, - 0.015056893229484558, 0.061754681169986725, 0.033431440591812134, - -0.04187367111444473, -0.004111527930945158, 0.03800942748785019, - -0.056886009871959686, 0.07667087018489838, 0.020382845774292946, - -0.009053162299096584, 0.01999729312956333, 0.01144038699567318, - 0.0049345726147294044, 0.01729363575577736, -0.004779004491865635, - 0.015150962397456169, -0.03861520066857338, -0.015883732587099075, - -0.04362594336271286, -0.020953752100467682, -0.03252400457859039, - -0.013790684752166271, 0.02899448201060295, -0.015393109992146492, - 0.02759552374482155, 0.04159368947148323, -0.06622669100761414, - -0.002768079750239849, -0.02004537172615528, 0.026092063635587692, - -0.11014606803655624, 0.018043452873826027, -0.003320876508951187, - -0.035825662314891815, 0.06352473795413971, 0.017373505979776382, - -0.07398756593465805, -0.020581211894750595, -0.049562979489564896, - -0.0734785795211792, 0.040248893201351166, -0.0035760316532105207, - 0.002476983005180955, 0.017284702509641647, 0.01822727359831333, - 0.03700531646609306, -0.025126539170742035, -0.005162140820175409, - -0.04176805540919304, 0.029749015346169472, 0.012582886964082718, - -0.027381889522075653, -0.08171720802783966, 0.04464390501379967, - 0.020554544404149055, 0.023763883858919144, -0.0010784977348521352, - -0.04242781177163124, -0.02131696604192257, 0.04873554781079292, - -0.026561999693512917, 0.0018527270294725895, -0.016106877475976944, - 0.004214045125991106, 0.04425184056162834, 0.04485897347331047, - -0.024665219709277153, -0.012825235724449158, 0.12080918252468109, - -0.02208438701927662, 0.0010694151278585196, 0.033193718641996384, - -0.03211721405386925, -0.03196660429239273, 0.04381800442934036, - 0.036051176488399506, -0.03631408512592316, 0.04082440584897995, - -0.023749615997076035, 0.07087100297212601, 0.07813811302185059, - 0.04020367190241814, -0.04693673923611641, 0.07418936491012573, - -0.015441116876900196, -0.03771022707223892, 0.01757732592523098, - 0.10854735970497131, 0.028695600107312202, 0.022275716066360474, - -0.05662713944911957, -0.06503481417894363, 0.0065247477032244205, - 0.024305852130055428, -0.08423496037721634, 0.07465647906064987, - 0.005817027762532234, 0.0322779044508934, 0.024343544617295265, - -0.011328130960464478, 0.03856923058629036, 0.02796006388962269, - 0.07544010132551193, 0.022297076880931854, -0.029382681474089622, - -0.08814031630754471, -0.032011888921260834, -0.021761765703558922, - -0.031891342252492905, 0.012956192716956139, -0.029621414840221405, - -0.03180992230772972, -0.019154652953147888, -0.0041377912275493145, - 0.09489244222640991, 0.019796185195446014, -0.019850589334964752, - 0.012014752253890038, -0.006530184764415026, 0.033230286091566086, - -0.037615638226270676, 0.03436446189880371, -0.05497587099671364, - -0.01601705700159073, -0.027962179854512215, -0.018795151263475418, - 0.008479921147227287, -0.01182324904948473, 0.016153698787093163, - 0.0750049352645874, 0.005704096518456936, 0.01999514177441597, - -0.009617198258638382, -0.07157067954540253, 0.04639000445604324, - -0.023138854652643204, -0.07211504876613617, 0.007974278181791306, - 0.02154584415256977, -0.04068470746278763, 0.04563990980386734 - ], - [ - -0.06939592957496643, -0.03202691301703453, 0.09629319608211517, - -0.020184392109513283, -0.018990453332662582, -0.03001830168068409, - -0.017384067177772522, 0.14213141798973083, -0.02379649318754673, - -0.04726530238986015, 0.02669246681034565, -0.009096251800656319, - 0.041914843022823334, 0.0007424204959534109, 0.07141292840242386, - -0.04317910224199295, 0.0016424456844106317, -0.023788241669535637, - -0.08151636272668839, -0.003435177030041814, 0.03118540532886982, - 0.03558211773633957, 0.055152229964733124, 0.054120589047670364, - 0.006616576109081507, 0.11937115341424942, -0.06414256989955902, - -0.017048686742782593, 0.0823385939002037, -0.11130522936582565, - 0.08294916152954102, 0.062046781182289124, 0.049617718905210495, - 0.04205848276615143, 0.028181545436382294, -0.02577134780585766, - 0.011698207817971706, -0.016660846769809723, -0.0034525063820183277, - -0.05482359603047371, -0.06847783923149109, 0.013201157562434673, - -0.03820277005434036, 0.10415972769260406, 0.09494591504335403, 0.09497518092393875, - -0.042115066200494766, 0.011870063841342926, 0.1099841445684433, - 0.026566367596387863, 0.010980447754263878, -0.09049952775239944, - -0.01754888892173767, -0.02414058707654476, 0.020184947177767754, - -0.02660599909722805, -0.12482801079750061, 0.02563564106822014, - -0.013526243157684803, 0.020288744941353798, -0.041231557726860046, - -0.03000248409807682, -0.005215201992541552, -0.02942228876054287, - -0.10486048460006714, 0.022226078435778618, -0.1091369092464447, - -0.01338148768991232, 0.03451807424426079, -0.006108304485678673, - 0.019471310079097748, 0.03573855385184288, 0.027745235711336136, - 0.12425629049539566, -0.09196566045284271, 0.07892873138189316, -0.048221405595541, - -0.006433547008782625, -0.018081406131386757, -0.047637756913900375, - -0.01326215360313654, -0.02877907268702984, -0.05213958024978638, - -0.010364258661866188, -0.0009610376437194645, 0.059380434453487396, - -0.049342092126607895, 0.13330009579658508, 0.044412761926651, - -0.024302825331687927, 0.03473971411585808, -0.096359483897686, - -0.032752588391304016, -0.0813305452466011, -0.004233938176184893, - -0.03332217410206795, 0.010461106896400452, -0.06146134063601494, - 0.01932940073311329, 0.03811740502715111, 0.1993044763803482, -0.08922051638364792, - -0.006351296789944172, -0.05313805118203163, 0.0074600898660719395, - 0.04783894866704941, 0.07823162525892258, 0.027381015941500664, 0.08706287294626236, - 0.011774816550314426, -0.0012429229682311416, 0.11389897763729095, - 0.06552475690841675, -0.0614759735763073, -0.1027059406042099, 0.02300867810845375, - -0.08564233779907227, -0.011072343215346336, 0.03886566683650017, - -0.03486521914601326, -0.13591286540031433, 0.000692788336891681, - -0.0073539395816624165, 0.01971723511815071, -0.0752784013748169, - 0.023144301027059555, -0.01730644516646862, -0.042084190994501114, - -0.0028976830653846264, -0.004860635381191969, 0.0236891470849514, - 0.008098158985376358, -0.03721640631556511, 0.007797576487064362, - 0.036353740841150284, 0.041451673954725266, -0.08922338485717773, - -0.013088506646454334, 0.07869743555784225, -0.03365742787718773, - -0.0458160936832428, 0.03382548689842224, 0.00036200799513608217, - -0.08766307681798935, 0.04885023832321167, 0.05544296279549599, 0.09323177486658096, - -0.07587020844221115, 0.06202065199613571, -0.040977466851472855, - 0.15117749571800232, 0.015580072067677975, 0.003428955329582095, - 0.09575498849153519, 0.046245597302913666, 0.002865028101950884, - 0.03604523092508316, 0.017466561868786812, 0.030755391344428062, - -0.02135763317346573, -0.06800741702318192, 0.08832784742116928, - -0.06582111120223999, -0.021160783246159554, 0.027856042608618736, - -0.0946318507194519, 0.038471519947052, -0.03704560175538063, 0.10024800896644592, - 0.05213532969355583, -0.020116349682211876, -0.07610470056533813, - 0.04857850819826126, 0.07661043852567673, -0.01905970461666584, - 0.020874014124274254, 0.09023227542638779, 0.04198379069566727, - -0.03125538304448128, 0.02708197571337223, -0.05098563805222511, - -0.06188742816448212, 0.06253425776958466, -0.03906107693910599, - -0.15922679007053375, 0.02397266775369644, 0.04456080496311188, 0.03808988258242607, - 0.034648600965738297, 0.13439150154590607, 0.01819009706377983, 0.02449953183531761, - -0.07633604854345322, 0.0046059140004217625, -0.07263825833797455, - 0.026731451973319054, 0.02476770430803299, -0.001935597276315093, - -0.04660891368985176, 0.022215967997908592, 0.0021250820718705654, - 0.025998665019869804, 0.05807143822312355, 0.0014406938571482897, - 0.033222608268260956, -0.008670635521411896, 0.07539384812116623, - 0.012151975184679031, 0.04694853723049164, 0.006454826332628727, - -0.06943611800670624, 0.04248707368969917, 0.014166182838380337, - 0.03274957463145256, 0.06798875331878662, 0.042793452739715576, - -0.05069461464881897, -0.002153299283236265, -0.06283087283372879, - -0.11209458112716675, -0.022433072328567505, -0.02900347113609314, - -0.07064474374055862, 0.019847724586725235, 0.02402394823729992, - 0.08633019030094147, -0.10307008773088455, -0.04602735862135887, - -0.02857690304517746, 0.01695617474615574, 0.007543213665485382, - -0.03679876774549484, 0.07169190049171448, -0.028607109561562538, - 0.10136988013982773, 0.08463232219219208, -0.03644329309463501, - -0.14685025811195374, -0.04914889484643936, -0.05198761075735092, - -0.01543979812413454, 0.02073649875819683, -0.03797224164009094, - -0.0012181042693555355, -0.11137086898088455, 0.06244384124875069, - -0.04129248112440109, -0.07313971221446991, 0.009584461338818073, - -0.01880207099020481, -0.017057625576853752, 0.02242920733988285, - 0.019506359472870827, 0.039923295378685, 0.07373477518558502, 0.06763295084238052, - 0.02513478323817253, 0.03910105675458908, -0.05782681331038475, - -0.04669976234436035, 0.007099216803908348, 0.02991459332406521, - 0.006441646721214056, -0.09150749444961548, -0.0177016519010067, - 0.019461067393422127, -0.0037061451002955437, -0.11223439127206802, - -0.03706362098455429, -0.01121053658425808, -0.06771476566791534, - -0.09383878856897354, -0.022989587858319283, 0.07470088452100754, - 0.07992640882730484, -0.05269232764840126, 0.07108340412378311, -0.1117899939417839, - -0.09886632114648819, 0.01355337630957365, 0.0006114257266744971, - -0.10585091263055801, -0.03783710300922394, -0.050152070820331573, - -0.04178423061966896, -0.0028383268509060144, 0.07592280209064484, - -0.14426885545253754, 0.03545468673110008, -0.018761679530143738, - 0.03461873158812523, 0.004303774330765009, 0.05728768929839134, - -0.08517445623874664, -0.03012298420071602, -0.04326656088232994, - 0.012794755399227142, 0.006423098035156727, 0.08984941989183426, - -0.04606236517429352, 0.061773937195539474, -0.06424964219331741, - 0.08867837488651276, -0.0759197324514389, 0.0923926830291748, 0.06097976118326187, - -0.014996136538684368, 0.07287932187318802, 0.043193526566028595, - -0.03255705535411835, -0.015720216557383537, -0.02849680744111538, - 0.1008516177535057, 0.07067671418190002, -0.0646417960524559, 0.048817772418260574, - 0.06640145182609558, 0.08875416964292526, 0.11769132316112518, - -0.022466253489255905, -0.08452010899782181, -0.011074617505073547, - 0.0554879754781723, 0.11999300122261047, 0.00023245556803885847, - 0.013873624615371227, -0.08468928188085556, 0.07179057598114014, - -0.003884961362928152, -0.13682810962200165, 0.05503080412745476, - -0.06735645234584808, -0.016158901154994965, -0.024503283202648163, - -0.03344567120075226, 0.08200673758983612, -0.01885121501982212, - 0.012544101104140282, -0.042227134108543396, -0.08430957794189453, - -0.11340297758579254, 0.08276521414518356, 0.09580137580633163, - -0.05607661232352257, 0.025767747312784195, 0.003954426851123571, - 0.09202837944030762, 0.11230327188968658, 0.025807257741689682, - -0.021670782938599586, -0.00399757781997323, -0.06467874348163605, - 0.045669764280319214, -0.0704370066523552, 0.002498522400856018, - -0.08824460208415985, -0.005890509579330683, -0.005182741209864616, - -0.1107032299041748, -0.021428657695651054, -0.0656290352344513, - 0.05938231572508812, -0.012894962914288044, -0.014848665334284306, - -0.052491750568151474, -0.01843981444835663, 0.01593191921710968, - -0.09262503683567047, 0.03776022419333458, -0.02293066866695881, - 0.014805905520915985, 0.003967298194766045, 0.024734115228056908, - 0.03998172655701637, 0.021373338997364044, 0.09319529682397842, - -0.02399875968694687, -0.05181272327899933, -0.0516255646944046, - -0.01797136478126049, 0.0080579137429595, 0.0011022377293556929, - -0.042335450649261475, 0.07890719920396805 - ], - [ - -0.006640154868364334, -0.11322276294231415, 0.0899561420083046, - -0.0027607481461018324, 0.02169361710548401, -0.00682316767051816, - -0.01838609203696251, 0.07362217456102371, -0.0010056478204205632, - -0.060420308262109756, -0.04391814395785332, 0.023240795359015465, - -0.019396819174289703, -0.025334598496556282, -0.04621497169137001, - -0.06717094779014587, 0.07242133468389511, -0.04914108291268349, - -0.0452650748193264, 0.043612875044345856, -0.08292647451162338, - 0.06898756325244904, 0.05444280803203583, 0.0114211430773139, -0.048958323895931244, - 0.12113011628389359, -0.0005707039381377399, 0.0701453760266304, - -0.052318964153528214, -0.020664161071181297, 0.026712747290730476, - 0.05738929659128189, 0.02210524119436741, -0.021462051197886467, - 0.04250796139240265, -0.15951040387153625, 0.0272391177713871, -0.06025373563170433, - -0.041479356586933136, 0.04671457037329674, -0.027887018397450447, - -0.007967308163642883, 0.09702727943658829, -0.004537972621619701, - 0.035119395703077316, -0.009751994162797928, -0.10051724314689636, - 0.013933466747403145, 0.13569696247577667, 0.05570926517248154, 0.07283125072717667, - -0.0559200793504715, 0.026196470484137535, -0.015910528600215912, - 0.056972309947013855, 0.04212571308016777, -0.06486678123474121, - -0.05912654474377632, 0.008237647823989391, 0.07232381403446198, - -0.059276338666677475, -0.012796731665730476, 0.03815004229545593, - -0.01898934133350849, 0.0006316223880276084, -0.03391855210065842, - -0.10939650982618332, -0.08470389246940613, 0.0750340148806572, - 0.012852845713496208, 0.008722319267690182, -0.03561600670218468, - -0.011388243176043034, 0.06697102636098862, -0.08303873986005783, - 0.1073211058974266, -0.10112661868333817, 0.005922440439462662, - -0.03235537186264992, 0.04717334359884262, -0.034823279827833176, - -0.01311149075627327, 0.026264512911438942, -0.005979008972644806, - 0.019620737060904503, -0.03234124183654785, 0.016402937471866608, - 0.18216131627559662, -0.0393015518784523, 0.01196288876235485, 0.02976183220744133, - -0.08246827870607376, -0.018464352935552597, -0.0918571799993515, - -0.012906563468277454, -0.08135421574115753, -0.05595000460743904, - -0.03897569328546524, 0.001835547387599945, 0.031847089529037476, - 0.007067789789289236, 0.055407267063856125, 0.04925016686320305, - -0.06508539617061615, -0.042851466685533524, 0.00359735288657248, - 0.08224421739578247, 0.017588509246706963, 0.19123877584934235, - -0.11666066199541092, -0.06197112053632736, 0.1655300408601761, 0.0754169374704361, - 0.020993132144212723, -0.03185715153813362, 0.05005063861608505, - -0.02920735441148281, 0.04788248986005783, 0.026630669832229614, - -0.011597556993365288, 0.01978687196969986, 0.023874398320913315, - 0.023767203092575073, -0.1056753620505333, -0.04240942746400833, - 0.05884767323732376, -0.11003129929304123, -0.018089216202497482, - -0.027409914880990982, 0.010235670953989029, 0.07686116546392441, - -0.004426873289048672, -0.04830563813447952, 0.0050315107218921185, - 0.018218358978629112, 0.048735253512859344, 0.049466103315353394, - 0.00549456337466836, 0.05431564152240753, 0.016587955877184868, - -0.034050412476062775, -0.08478207886219025, -0.0345127247273922, - -0.06748773902654648, 0.052151840180158615, -0.0818161740899086, - 0.09750722348690033, -0.04942907765507698, 0.026227135211229324, - -0.11531023681163788, 0.10203538089990616, 0.06204997003078461, - 0.020082280039787292, 0.06253927946090698, -0.0813961774110794, - -0.006652274169027805, 0.03808978945016861, 0.047894202172756195, - -0.11924014985561371, -0.030020061880350113, -0.07404839247465134, - -0.03302657976746559, -0.01951192505657673, 0.07322710007429123, - 0.01860727369785309, -0.011977235786616802, 0.03927458077669144, - 0.007909278385341167, 0.11199523508548737, 0.07344592362642288, -0.1382981389760971, - -0.046749331057071686, 0.044112976640462875, 0.04733187332749367, - -0.0628560334444046, 0.06607623398303986, -0.020428789779543877, - -0.034095048904418945, -0.09155293554067612, -0.04153156280517578, - -0.08472156524658203, -0.0862923339009285, -0.03248399496078491, - -0.041772548109292984, -0.07484506070613861, -0.05051470920443535, - -0.02357041835784912, -0.03564104065299034, 0.06664717942476273, - 0.07026990503072739, -0.08047298341989517, -0.01416148990392685, - -0.07924332469701767, 0.15482623875141144, 0.01917150430381298, - 0.013039766810834408, 0.003163843648508191, 0.056812189519405365, - 0.007030929438769817, 0.012141365557909012, 0.060829244554042816, - 0.06524350494146347, 0.007004731334745884, -0.01050606369972229, - 0.03433249518275261, -0.029965445399284363, 0.04893558844923973, - -0.016039833426475525, 0.09126464277505875, 0.10420560091733932, - 0.025064103305339813, 0.12702444195747375, 0.016788218170404434, - 0.022586846724152565, -0.032580144703388214, 0.06548438221216202, - -0.046972304582595825, -0.024935215711593628, -0.020281117409467697, - -0.0955653041601181, -0.002112408634275198, -0.08792365342378616, - -0.10291866958141327, 0.03395910933613777, 0.019793609157204628, 0.0534384585916996, - -0.00411422410979867, -0.051113344728946686, 0.03699367493391037, - -0.01943272165954113, 0.016582617536187172, 0.0021256539039313793, - 0.05585785210132599, -0.01211677398532629, 0.11030367761850357, 0.08107934147119522, - -0.014633922837674618, -0.07457002252340317, -0.05539432913064957, - -0.013108874671161175, -0.08595795184373856, -0.02447645179927349, - -0.04737688973546028, -0.037563323974609375, -0.1607399582862854, - 0.03850855678319931, 0.012371288612484932, -0.0548175573348999, - 0.016991158947348595, 0.010255792178213596, -0.008170056156814098, - 0.13948793709278107, -0.011368934996426105, -0.04036463424563408, - 0.0566798597574234, 0.02644656039774418, 0.039318978786468506, 0.029357846826314926, - 0.025268619880080223, 0.06476480513811111, 0.038222480565309525, - 0.002603615401312709, 0.05205480009317398, -0.08774881064891815, - 0.08916463702917099, -0.050080616027116776, 0.011165924370288849, - -0.06929536908864975, 0.09255681186914444, -0.07720666378736496, - -0.10436597466468811, 0.025300616398453712, -0.05234871432185173, - 0.002612152136862278, 0.05125323683023453, -0.08355903625488281, - 0.04148232191801071, -0.08231957256793976, -0.06837601959705353, - 0.03515632823109627, 0.016473893076181412, -0.035325851291418076, - -0.03674591705203056, -0.06250729411840439, -0.053566593676805496, - 0.008245555683970451, -0.061030857264995575, 0.044394947588443756, - 0.019675444811582565, -0.025335362181067467, -0.01589466817677021, - -0.0197631623595953, 0.07925539463758469, -0.07243449985980988, - -0.13732077181339264, -0.03894615173339844, -0.009588336572051048, - 0.10388152301311493, 0.07426966726779938, 0.08831941336393356, -0.03778374195098877, - -0.018302977085113525, 0.044135451316833496, -0.11191165447235107, - 0.03632356598973274, -0.0062348321080207825, -0.04210231080651283, - -0.02226901985704899, 0.07693454623222351, 0.02870052680373192, - 0.052625853568315506, 0.030296094715595245, -0.017595404759049416, - 0.06258149445056915, -0.05984150245785713, -0.08549896627664566, - 0.0014346148818731308, 0.04154866188764572, 0.030768586322665215, - 0.04503002390265465, -0.018093382939696312, -0.05096721276640892, - 0.060021255165338516, 0.15896278619766235, 0.04521632194519043, - -0.06533543020486832, -0.08253103494644165, 0.036322079598903656, - -0.01303063239902258, -0.03888176009058952, 0.041398581117391586, - 0.07860241830348969, -0.0006644504028372467, 0.0477244034409523, - -0.10037393122911453, 0.005336767062544823, 0.013617727905511856, - 0.018820924684405327, 0.054520133882761, -0.02755643241107464, -0.1257520169019699, - 0.004044659901410341, 0.11133132874965668, -0.016371849924325943, - 0.05399146303534508, -0.0675504058599472, 0.05752991512417793, - -0.008570163510739803, -0.0003355287481099367, 0.02235916256904602, - -0.05064166337251663, -0.027340510860085487, 0.006986789871007204, - -0.006154445931315422, 0.011524954810738564, -0.0688653215765953, - 0.040530722588300705, -0.059129077941179276, -0.048518285155296326, - 0.05987085774540901, -0.085540771484375, -0.0639474019408226, 0.012785888276994228, - 0.011762445792555809, -0.14156217873096466, -0.01637602411210537, - 0.09909225255250931, -0.06523916870355606, 0.0615575797855854, - -0.018853722140192986, 0.012255656532943249, 0.08185228705406189, - 0.04309821501374245, 0.0266181118786335, -0.007149531971663237, 0.0543847419321537, - 0.02557125873863697, -0.019555993378162384, -0.0164751335978508, - -0.0957132875919342, -0.07495296746492386, -0.009244612418115139, - -0.012705632485449314, 0.08215943723917007 - ], - [ - 0.023363925516605377, -0.04928659275174141, -0.06643777340650558, - -0.040633007884025574, 0.013504558242857456, 0.03804459795355797, - -0.04910556972026825, 0.02428845874965191, -0.0400225929915905, - -0.05215790495276451, 0.007933294400572777, 0.03929479792714119, - 0.02177778072655201, 0.04573284834623337, -0.009519576095044613, - 0.018787844106554985, -0.017688972875475883, -0.07844173908233643, - 0.05448893830180168, -0.0420222207903862, 0.011468779295682907, 0.05607451871037483, - -0.034784477204084396, -0.06303341686725616, 0.01695888862013817, - 0.03442748636007309, 0.007960976101458073, -0.04592026770114899, - -0.09657589346170425, 0.027101628482341766, -0.046298857778310776, - -0.03577568382024765, 0.031099000945687294, -0.002703516511246562, - -0.034508757293224335, -0.09349707514047623, 0.00124297384172678, - 0.018314307555556297, 0.05663542449474335, -0.001509126159362495, - 0.06502579897642136, 0.00029626223840750754, 0.033445630222558975, - -0.002531426725909114, -0.004003225825726986, 0.04734650254249573, - -0.055487439036369324, -0.006948068737983704, -0.0036482475697994232, - -0.01501409336924553, -0.01678973250091076, -0.01929498463869095, - 0.0028205865528434515, -0.0419120192527771, -0.046429410576820374, - 0.0020430770236998796, 0.026004400104284286, 0.02886136807501316, - 0.014054044149816036, -0.06833644211292267, 0.046190232038497925, - -0.014057694002985954, 0.009513551369309425, 0.02839411422610283, - 0.012044650502502918, -0.045753177255392075, -0.02416413277387619, - -0.028239494189620018, 0.004638167563825846, -0.017944959923624992, - -0.008737652562558651, 0.007115951739251614, -0.01506718434393406, - -0.03451013192534447, 0.010279890149831772, 0.004440012853592634, - 0.09278875589370728, 0.01923743635416031, 0.01140379998832941, 0.011752511374652386, - 0.029997240751981735, 0.02904239296913147, 0.037909846752882004, - -0.0704495757818222, 0.018954113125801086, -0.06508276611566544, - 0.08722157031297684, -0.044568274170160294, -0.037217170000076294, - 0.03907892480492592, 0.016467735171318054, 0.031064629554748535, - -0.021578697487711906, 0.051692962646484375, 0.01227502804249525, - -0.03776111826300621, 0.009587383829057217, 0.034532658755779266, - 0.08321887254714966, -0.0037402126472443342, 0.016527341678738594, - -0.03487825021147728, -0.0076226782985031605, -0.019278112798929214, - -0.0506388284265995, 0.027601512148976326, 0.01048600859940052, - -0.018248803913593292, 0.03375944495201111, -0.04503212496638298, - 0.05208902060985565, -0.011644775047898293, -0.014963006600737572, - -0.009367925114929676, -0.07526226341724396, -0.02482476830482483, - -0.0378984734416008, -0.04326485097408295, 0.1283508688211441, 0.04793444275856018, - -0.05488085001707077, 0.015098066069185734, -0.04525856673717499, - -0.01295239757746458, 0.024138016626238823, 0.02882774919271469, - 0.023768149316310883, -0.0075149801559746265, 0.05113617330789566, - 0.006308055482804775, -0.024264290928840637, 0.0007872864953242242, - 0.04016219824552536, -0.05406881868839264, 0.014386359602212906, - -0.03642347455024719, 0.013867699541151524, -0.02697497420012951, - -0.02053670585155487, 0.06399057060480118, -0.043451938778162, - -0.021434126421809196, 0.043344296514987946, -0.032447122037410736, - -0.022947562858462334, -0.030596759170293808, -0.011323090642690659, - -0.001983961323276162, -0.01359553448855877, -0.06354093551635742, - 0.024652088060975075, 0.06139049306511879, -0.029472317546606064, - 0.02071523107588291, 0.03980932757258415, 0.012835630215704441, - 0.029681827872991562, 0.03410841152071953, 0.010360789485275745, - 0.03630247339606285, -0.0608447901904583, -0.06752477586269379, - 0.037304431200027466, -0.004075918346643448, 0.12214808166027069, - -0.02389862947165966, -0.029689600691199303, 0.008875299245119095, - 0.010354472324252129, 0.03869808465242386, 0.03430704399943352, - -0.030253170058131218, -0.027649449184536934, -0.03547670319676399, - 0.034399308264255524, 0.004717889707535505, 0.011852876283228397, - -0.043408945202827454, -0.0029337522573769093, -0.08190059661865234, - 0.03651368245482445, 0.04686034098267555, 0.05649435892701149, 0.01805056259036064, - 0.02738054469227791, -0.06945573538541794, 0.05726780742406845, -0.0200045108795166, - 0.010403826832771301, 0.020326830446720123, 0.03208509460091591, - -0.09537447988986969, -0.019910961389541626, 0.03412073105573654, - -0.007354934699833393, 0.06784190982580185, 0.04536062851548195, - 0.03918161988258362, 0.06601592153310776, -0.0641193613409996, 0.04093283787369728, - -0.01522054709494114, 0.038053762167692184, 0.0497015044093132, - -0.12869352102279663, -0.08138415217399597, -0.043769292533397675, - 0.004832180682569742, -0.01141805574297905, -0.04471960291266441, - 0.011094721965491772, -0.0776030495762825, -0.0706324428319931, 0.05686408653855324, - 0.01901080645620823, 0.06072048842906952, -0.033955466002225876, - -0.11834962666034698, -0.10042421519756317, 0.06610387563705444, - -0.03227485343813896, -0.014068816788494587, 0.1700768768787384, - 0.021237818524241447, -0.05758524313569069, 0.08863212913274765, - 0.04944472387433052, 0.020345017313957214, 0.029993973672389984, - -0.011106861755251884, 0.0486101396381855, 0.031688205897808075, - 0.024387681856751442, -0.00444626621901989, -0.04600729048252106, - 0.03442434221506119, 0.026974860578775406, 0.030695950612425804, - -0.035519737750291824, -0.001329690683633089, -0.010150603018701077, - 0.018619049340486526, 0.0067993574775755405, -0.014008939266204834, - -0.03822198882699013, 0.0020455399062484503, 0.05732394754886627, 0.052321657538414, - -0.08231401443481445, 0.08766826242208481, 0.024461492896080017, - -0.017361581325531006, 0.007628983817994595, -0.005818224512040615, - 0.030846567824482918, -0.08652862161397934, -0.022411178797483444, - 0.10805495828390121, -0.005803391803056002, 0.03293141722679138, - 0.033948078751564026, -0.03787372633814812, -0.06745971739292145, - 0.056074369698762894, 0.04291459545493126, -0.05977817252278328, - 0.025398707017302513, 0.064210906624794, 0.015328138135373592, 0.021947884932160378, - 0.04811473935842514, 0.052340488880872726, -0.0258807223290205, - -0.05233772099018097, -0.052776090800762177, 0.07482615858316422, - 0.01142971869558096, -0.009905684739351273, 0.001667614676989615, - 0.05401027575135231, 0.07717875391244888, -0.0294148251414299, -0.08897712826728821, - 0.0260422695428133, -0.009922795929014683, 0.07971318811178207, - 0.006945359520614147, 0.01732666790485382, 0.0687466561794281, -0.07107702642679214, - 0.04366445541381836, -0.004828117787837982, 0.04704673960804939, - -0.022335803136229515, -0.03657747060060501, 0.07495539635419846, - 0.03681892901659012, -0.04285581409931183, -0.04084169492125511, 0.1305244266986847, - 0.0987749695777893, 0.02751208283007145, 0.06032180413603783, -0.03485352545976639, - -0.050766292959451675, -0.09430885314941406, -0.04406515136361122, - -0.02454390935599804, -0.12049827724695206, 0.08157119154930115, - 0.10320553183555603, -0.007473544683307409, 0.0490620918571949, - 0.028444388881325722, -0.02834118716418743, 0.029997020959854126, - 0.02198019064962864, 0.011036165989935398, 0.027441762387752533, - -0.03349429741501808, -0.05477701500058174, 0.03419826179742813, - -0.07125512510538101, -0.038853105157613754, -0.05280907452106476, - 0.08950519561767578, -0.014264065772294998, 0.022665193304419518, - 0.051097363233566284, -0.006719023920595646, -0.008570543490350246, - 0.06801731139421463, -0.07245039194822311, 0.03675469011068344, 0.0327930711209774, - -0.08047852665185928, -0.08884482085704803, 0.1328156292438507, - 0.060392167419195175, 0.061606984585523605, -0.06298474967479706, - -0.025021320208907127, 0.028182988986372948, 0.05010690912604332, - -0.050331130623817444, -0.005444019101560116, 0.09464875608682632, - 0.10311964899301529, 0.09242653101682663, -0.02633783221244812, 0.06119414418935776, - 0.045498430728912354, 0.009883548133075237, -0.045054323971271515, - -0.07002311944961548, 0.029872845858335495, 0.028297165408730507, - 0.021356776356697083, 0.004739186726510525, -0.058520421385765076, - 0.03787362203001976, -0.03728114068508148, -0.028586138039827347, - -0.046925414353609085, -0.06638753414154053, 0.0005925094010308385, - -0.054919831454753876, 0.06059849634766579, -0.06652848422527313, - -0.00862849596887827, -0.07728073000907898, -0.049375269562006, - -0.07489554584026337, 0.01757115125656128, -0.020589642226696014, - 0.0013701916905120015, 0.03711208701133728, -0.06034630909562111, - 0.0775325819849968, -0.03151475638151169, 0.014793604612350464, - 0.005482417996972799, 0.05022069439291954, 0.08595307916402817 - ], - [ - -0.05144398659467697, -0.03253373131155968, -0.032056666910648346, - 0.01789088547229767, 0.08794768899679184, -0.03726346790790558, - -0.01601618528366089, 0.05796428769826889, -0.03439928963780403, 0.0255314651876688, - 0.004081825725734234, -0.07100614160299301, 0.07710663229227066, - -0.06645169854164124, 0.03815951943397522, 0.030200960114598274, - 0.04306076467037201, 0.034478235989809036, -0.05387884005904198, - 0.0019890926778316498, 0.025473754853010178, 0.012244150973856449, - -0.06533782929182053, 0.01829395443201065, -0.035888079553842545, - -0.013765951618552208, 0.04750644788146019, 0.026156259700655937, - 0.016753120347857475, 0.005139355082064867, 0.06436435133218765, - -0.007121243514120579, 0.014311092905700207, 0.027052564546465874, - 0.011037826538085938, 0.010322571732103825, 0.008200006559491158, - -0.03317679464817047, -0.01133128721266985, 0.07172679156064987, - 0.036637160927057266, 0.04081984609365463, 0.05742508918046951, - 0.014102611690759659, -0.027856450527906418, 0.00954426359385252, - -0.03140706568956375, -0.03188815340399742, 0.013018445111811161, - 0.016375159844756126, -0.04834537208080292, -0.025608275085687637, - 0.024158651009202003, 0.042514752596616745, -0.007231793832033873, - 0.013345930725336075, -0.0011662610340863466, 0.0014726081863045692, - -0.041538506746292114, 0.014062304981052876, -0.07209841907024384, - 0.07606945931911469, 0.017353395000100136, -0.036971427500247955, - -0.02035338059067726, -0.04977666214108467, 0.0290614552795887, - 0.0006032675737515092, -0.012064924463629723, 0.05461208149790764, - -0.015593867748975754, -0.006504439283162355, -0.09468809515237808, - 0.03493688628077507, -0.09164481610059738, -0.016068996861577034, - -0.08995083719491959, 0.024906465783715248, 0.026767076924443245, - -0.04379141703248024, -0.004983886145055294, -0.05169175565242767, - 0.024157851934432983, 0.015641523525118828, 0.006193939596414566, - -0.06586861610412598, -0.05562734976410866, 0.0584622360765934, - 0.019642191007733345, -0.053074825555086136, 0.06502797454595566, - 0.004470014479011297, -0.01657591201364994, -0.027385270223021507, - 0.05677945911884308, 0.023348037153482437, 0.07308399677276611, 0.02560131810605526, - -0.04405668377876282, 0.024313274770975113, -0.024715032428503036, - -0.03784337639808655, -0.025855395942926407, 0.011705123819410801, - -0.01371737476438284, -0.0013556357007473707, 0.019001608714461327, - 0.025589169934391975, 0.010457119904458523, -0.03229514881968498, - -0.04443565011024475, 0.04756157472729683, -0.0438343845307827, - -0.036558885127305984, 0.040811847895383835, -0.03368339315056801, - 0.08881141245365143, 0.0462762825191021, -0.04473229870200157, -0.01859954372048378, - 0.03478340432047844, -0.012327561154961586, -0.042636800557374954, - 0.054399117827415466, -0.011492128483951092, -0.08083979040384293, - 0.05277015641331673, -0.0382549874484539, 0.039564333856105804, - 0.006813853047788143, 0.014658977277576923, 0.04891498386859894, - 0.01170269399881363, 0.022556789219379425, -0.05185633897781372, 0.0345914289355278, - -0.04504552483558655, -0.053125400096178055, 0.011209404096007347, - -0.044135887175798416, 0.014426477253437042, 0.060981057584285736, - -0.02680012211203575, -0.020913299173116684, 0.023758476600050926, - 0.034241560846567154, 0.03783934935927391, -0.09801162779331207, - 0.002305759582668543, -0.0249618086963892, -0.038675811141729355, - -0.0038381004706025124, -0.07193280756473541, 0.06536833941936493, - -0.0635928213596344, -0.01609858311712742, -0.07822722941637039, - -0.0015818129759281874, -0.0037808124907314777, -0.024622175842523575, - 0.04841066896915436, 0.010612602345645428, -0.014657676219940186, - 0.025424746796488762, -0.03289755806326866, 0.0029265019111335278, - -0.03926083818078041, 0.019789794459939003, -0.02078554965555668, - -0.03316387161612511, -0.05503541976213455, 0.05670253559947014, - 0.06424244493246078, 0.01164723839610815, -0.014764390885829926, - 0.05850519612431526, -0.020931120961904526, 0.06299451738595963, - 0.021244755014777184, 0.0552380196750164, -0.033369969576597214, - -0.061738546937704086, -0.048885032534599304, -0.051173411309719086, - 0.012942972593009472, 0.008356750011444092, -0.05309951305389404, - -0.0066835712641477585, -0.012934832833707333, 0.03234265744686127, - -0.06345522403717041, -0.019534779712557793, -0.07462042570114136, - -0.025067338719964027, -0.03830546513199806, -0.011493883095681667, - 0.06080108508467674, 0.05154862627387047, -0.051071614027023315, - -0.010453375056385994, 0.04513111710548401, 0.07177566736936569, - -0.04747164249420166, 0.05107796564698219, 0.037030234932899475, - -0.009510757401585579, 0.06697482615709305, 0.004116368480026722, - 0.09051501750946045, -0.06139616295695305, -0.08034374564886093, - 0.09338696300983429, 0.02006705291569233, 0.0031499096658080816, - 0.061285290867090225, 0.006916284095495939, 0.0032812398858368397, - 0.08521536737680435, -0.027011794969439507, 0.019744230434298515, - 0.01813865639269352, 0.010530364699661732, 0.01322249136865139, - -0.009689238853752613, -0.05195062980055809, 0.08285746723413467, - 0.00854351744055748, 0.012372772209346294, 0.014033242128789425, - -0.00637354701757431, 0.042472317814826965, -0.011222290806472301, - 0.052439574152231216, -0.0023626137990504503, 0.009184138849377632, - -0.009668068960309029, 0.08680678904056549, -0.035170186311006546, - 0.05229189991950989, -0.07653860747814178, -0.03239212557673454, - -0.027807172387838364, 0.0020367521792650223, 0.04582013189792633, - -0.007949710823595524, -0.012077406980097294, -0.001117972075007856, - 0.03462192788720131, 0.0020930697210133076, 0.001954718492925167, - 0.02384578250348568, 0.01007096841931343, 0.025189895182847977, -0.0569775253534317, - 0.04148194193840027, 0.0031516053713858128, 0.0446481816470623, - -0.030383050441741943, 0.02526579052209854, -0.015290463343262672, - 0.04239306226372719, -0.0030305511318147182, -0.07139121741056442, - 0.022558895871043205, 0.05756885185837746, 0.06387688219547272, - -0.01856302283704281, -0.03873749449849129, 0.04165009409189224, - -0.04944043606519699, -0.004672393202781677, -0.04992178454995155, - -0.004401077516376972, -0.03916791453957558, 0.024498632177710533, - -0.06269737333059311, 0.016624052077531815, 0.07895801961421967, - 0.00948122888803482, -0.07374061644077301, 0.005105883814394474, - -0.01584625244140625, -0.04627959057688713, 0.037533391267061234, - -0.06169934570789337, 0.009821492247283459, -0.055363237857818604, - -0.04179149866104126, -0.05000891909003258, -0.01176665909588337, - -0.003937217406928539, -0.03293889760971069, -0.02033623494207859, - 0.03323099762201309, 0.02809126302599907, -0.0553472675383091, - -0.010430342517793179, 0.007074002642184496, 0.03997926041483879, - -0.04123682156205177, -0.05201762914657593, 0.008555782958865166, - 0.014485524035990238, 0.008636192418634892, 0.04891335219144821, - 0.030941028147935867, -0.03345317021012306, -0.01345789898186922, - 0.03489743545651436, -0.07703761756420135, 0.016993306577205658, - 0.050480298697948456, -0.009503023698925972, 0.053779613226652145, - -0.04235928878188133, -0.009677664376795292, 0.043939508497714996, - -0.005219563376158476, 0.01457392517477274, 0.011477947235107422, - 0.04400613158941269, -0.010869640856981277, 0.02089855633676052, - 0.10297900438308716, -0.02820570580661297, -0.02776194177567959, - 0.048280056565999985, -0.07279414683580399, 0.007168368902057409, - 0.0057628583163022995, 0.056056153029203415, -0.03127715736627579, - 0.004617577884346247, -0.04237893968820572, -0.00812604557722807, - 0.06062692403793335, -0.01160272303968668, -0.044242653995752335, - 0.024681784212589264, -0.03555688634514809, 0.0181865356862545, - 0.030659718438982964, 0.033808059990406036, -0.027765529230237007, - -0.014101766981184483, 0.00286874664016068, -0.03125953674316406, - 0.009082088246941566, -0.08946267515420914, -0.030407624319195747, - 0.049055419862270355, -0.07007055729627609, -0.017807183787226677, - -0.0354655385017395, 0.01653970777988434, -0.018791232258081436, - 0.004026825539767742, -0.037762030959129333, 0.02742384560406208, - 0.005704895593225956, 0.04297314211726189, -0.04128739982843399, - 0.0008091081399470568, 0.018249165266752243, -0.012154660187661648, - -0.07508080452680588, -0.07317515462636948, -0.06573532521724701, - 0.02811487764120102, -0.049447402358055115, -0.022199703380465508, - -0.04263310879468918, 0.033400729298591614, 0.03066442720592022, - 0.030898910015821457, -0.007343731354922056, -0.02129472978413105, - -0.01448496337980032, -0.06673134863376617, -0.01878165453672409, - 0.06856982409954071, -0.04612758010625839, -0.01902593858540058, - 0.025251781567931175 - ], - [ - 0.04367135465145111, 0.03270568698644638, 0.0005400670343078673, - 0.009936387650668621, -0.054844122380018234, -0.011326328851282597, - 0.06425802409648895, 0.01748165488243103, 0.022500770166516304, - 0.032408520579338074, -0.05002429336309433, -0.009094959124922752, - -0.02066894993185997, 0.10569333285093307, 0.03204183280467987, 0.06310000270605087, - -0.025154046714305878, -0.07199836522340775, 0.054421957582235336, - -0.018088316544890404, -0.007183057721704245, 0.01421008538454771, - 0.007182014174759388, -0.03378606215119362, 0.07182135432958603, - 0.06150331720709801, -0.03550141304731369, -0.027559073641896248, - 0.029715649783611298, 0.000985979218967259, -0.006305765360593796, - -0.026152849197387695, 0.05916118621826172, 0.021877877414226532, - -0.031770288944244385, 0.0015538104344159365, 0.04278840124607086, - 0.02097189612686634, 0.0054175965487957, -0.020767221227288246, - -0.027904590591788292, 0.007796945981681347, 0.01739269681274891, - 0.011394650675356388, -0.002244439674541354, 0.0005441441317088902, - -0.025717662647366524, 0.08165562152862549, -0.05205151066184044, - 0.02115161158144474, -0.00909451674669981, 0.030639559030532837, - -0.10743319988250732, 0.04210662841796875, 0.06202293932437897, - -5.683492781827226e-5, 0.045387785881757736, 0.011346288956701756, - -0.011794161051511765, -0.08055946230888367, 0.04351853206753731, - -0.02926740236580372, -0.05678063631057739, -0.028913259506225586, - -0.011686338111758232, -0.04178735241293907, 0.06580460071563721, - 0.025848183780908585, 0.024566175416111946, -0.0934940055012703, - 0.013589523732662201, 0.02593914046883583, 0.010485835373401642, - -0.038621220737695694, 0.037254609167575836, 0.033284708857536316, - 0.04432787001132965, -0.027192195877432823, -0.04604172334074974, - 0.016212332993745804, -0.021012455224990845, -0.022812368348240852, - 0.03502846881747246, 0.030149118974804878, -0.03218229487538338, - -0.030074311420321465, 0.06309639662504196, -0.019982222467660904, - -0.013005250133574009, 0.017215292900800705, -0.05815259739756584, - -0.012026459909975529, -0.027260541915893555, -0.009960238821804523, - -0.023456012830138206, 0.048042554408311844, 0.02175237238407135, - -0.02004191279411316, 0.04792310297489166, 0.04680422320961952, - -0.011993489228188992, 0.008586456067860126, 0.021590201184153557, - -0.06858257204294205, 0.06815366446971893, 0.010834051296114922, - 0.02833954244852066, 0.03662976622581482, 0.05890171602368355, - -0.048268791288137436, -0.023867487907409668, -0.0730624720454216, - 0.044911012053489685, -0.03571060299873352, -0.056362416595220566, - 0.010708967223763466, -0.005268994718790054, -0.08550455421209335, - -0.014380238950252533, -0.005483723245561123, 0.010608019307255745, - -0.011080405674874783, -0.031613539904356, 0.005610767286270857, - -0.03616146743297577, 0.008477012626826763, -0.006543633993715048, - 0.03902563452720642, 0.000425197824370116, 0.03492619842290878, - 0.009179471991956234, -0.002295371610671282, -0.020255208015441895, - -0.07813853770494461, -0.01949768140912056, -0.029603080824017525, - 0.06547542661428452, 0.013950485736131668, 0.012931542471051216, - -0.05835310369729996, -0.07503239065408707, -0.09724850207567215, - 0.05593915283679962, -0.03026488982141018, 0.015002771280705929, - 0.07377105206251144, -0.047791894525289536, 0.0027255690656602383, - -0.07161597907543182, -0.0015086345374584198, -0.00817709881812334, - 0.042968228459358215, 0.07486049085855484, -0.013001764193177223, - 0.0722251757979393, -0.04543256014585495, 0.012807371094822884, - -0.03108058124780655, 0.057099878787994385, -0.03407388553023338, - -0.061460427939891815, -0.02034619264304638, -0.03311024233698845, - -0.026328494772315025, 0.01602105237543583, 0.018604451790452003, - 0.019801653921604156, -0.0020215269178152084, -0.03753633052110672, - -0.0005991022917442024, -0.013805877417325974, 0.053020577877759933, - 0.03085983544588089, -0.03775997832417488, -0.031257905066013336, - -0.058930397033691406, -0.06238625943660736, -0.02855985052883625, - -0.009639538824558258, 0.012000677175819874, 0.04049509018659592, - 0.07792197167873383, 0.022091684862971306, 0.03631571680307388, - 0.060834746807813644, 0.04818815365433693, 0.057692646980285645, - 0.00588420731946826, -0.04102044552564621, 0.0721748098731041, 0.012408154085278511, - 0.010800219140946865, 0.01719522662460804, 0.08507835119962692, 0.04128052294254303, - 0.08887234330177307, -0.056356031447649, -0.054808273911476135, - -0.004445625003427267, -0.03307025879621506, -0.031313858926296234, - -0.11146770417690277, 0.026727166026830673, -0.08205237984657288, - 0.006040363106876612, -0.05387941375374794, -0.045830294489860535, - -0.05168396979570389, -0.029381252825260162, 0.023443955928087234, - 0.06155163794755936, -0.04830976948142052, -0.031022755429148674, - -0.013941651210188866, -0.013733668252825737, -0.003347730962559581, - -0.06674937903881073, -0.04177454859018326, -0.053493086248636246, - 0.0010671124327927828, -0.009041517041623592, -0.04016491398215294, - -0.062219444662332535, -0.004305885173380375, 0.031805090606212616, - -0.0711793601512909, 0.058975402265787125, 0.004937396850436926, - 0.008040262386202812, -0.08743170648813248, 0.0318579338490963, 0.0673377588391304, - -0.06326453387737274, -0.007362043019384146, -0.05558127537369728, - 0.00862817745655775, -0.05620140954852104, 0.05089005082845688, - -0.056444428861141205, 0.030492674559354782, 0.00779928220435977, - 0.044801123440265656, 0.05879473313689232, -0.05267979949712753, - -0.03638738393783569, 0.02737029641866684, -0.05463347211480141, - -0.06949630379676819, 0.01479274220764637, 0.0499567873775959, -0.04051145911216736, - -0.05796588957309723, -0.018650321289896965, 0.0011803761590272188, - -0.014340207912027836, -0.03824136406183243, -0.07354816794395447, - 0.018958812579512596, -0.01379599142819643, 0.08578769862651825, - 0.04136691987514496, 0.04014487937092781, -0.05207638069987297, 0.01043066754937172, - 0.03160904720425606, 0.03926810622215271, 0.09314878284931183, 0.06913594156503677, - -0.027730755507946014, 0.04145229607820511, 0.05753135308623314, - 0.03695537894964218, -0.04260874167084694, 0.010947395116090775, - -0.049600906670093536, 0.03822672367095947, -0.014764307998120785, - -0.01857878640294075, -0.01660444587469101, 0.08554329723119736, - 0.031880125403404236, 0.046631596982479095, 0.023491203784942627, - -0.050947535783052444, -0.0013045594096183777, -0.027273699641227722, - -0.03334076330065727, 0.03480364382266998, 0.09752310067415237, 0.04017950966954231, - -0.03560026362538338, 0.03064858727157116, 0.011242394335567951, - -0.02863977663218975, 0.05606605112552643, 0.020410163328051567, - -0.044160641729831696, -0.02044547349214554, -0.05952589586377144, - 0.05998952314257622, 0.025759149342775345, -0.057627689093351364, - -0.0252531748265028, 0.012524384073913097, -0.03254464268684387, - 0.03637048229575157, -0.017478657886385918, 0.027933813631534576, - -0.0031843241304159164, 0.06089969351887703, -0.050395991653203964, - -0.0510319322347641, -0.01963435299694538, -0.012226645834743977, - -0.024570506066083908, -0.01123743411153555, -0.034595947712659836, - 0.023795049637556076, 0.03141021355986595, -0.0026846486143767834, - 0.034986112266778946, -0.014300188980996609, -0.09477201849222183, - -0.0805136039853096, -0.02734055183827877, -0.0319971963763237, - -0.048296671360731125, 0.0012617737520486116, 0.004452044609934092, - 0.03668699041008949, 0.0018472436349838972, -0.00524761900305748, - -0.02276640757918358, -0.018558945506811142, -0.02701067365705967, - -0.007877306081354618, -0.002197667956352234, -0.004392846021801233, - -0.03517957404255867, 0.03654998913407326, 0.028772927820682526, - -0.03435340151190758, 0.0025396584533154964, 0.013851350173354149, - -0.01518549770116806, -0.061968766152858734, 0.017587287351489067, - 0.07249471545219421, -0.004374569747596979, -0.03376435860991478, - 0.06007048860192299, 0.11328431963920593, 0.00934837106615305, 0.02329571358859539, - 0.02184838242828846, 0.04742279276251793, -0.002448359737172723, - 0.016287347301840782, -0.023900106549263, -0.046197034418582916, - -0.028446286916732788, 0.08180032670497894, -0.025616485625505447, - -0.007052606903016567, -0.03717463091015816, 0.11196991801261902, - 0.06945783644914627, 0.018174702301621437, -0.05867232009768486, - 0.0021145823411643505, 0.032644182443618774, 0.053145647048950195, - -0.07944650202989578, 0.008763707242906094, -0.017699716612696648, - 0.019615313038229942, 0.11042743921279907, 0.001574736787006259, - 0.06022225692868233, -0.02557314559817314, 0.021231114864349365, - 0.05579647049307823, 0.02602052129805088, -0.07692418992519379 - ], - [ - -0.0140608549118042, -0.014773763716220856, 0.07463741302490234, - -0.027041401714086533, 0.003473727498203516, 0.024372626096010208, - 0.005497375037521124, -0.06886077672243118, 0.048826202750205994, - 0.027492254972457886, 0.0020057382062077522, 0.006900360342115164, - 0.02007615566253662, 0.04456082358956337, -0.004407889675348997, - 0.016263509169220924, -0.026148704811930656, -0.045644573867321014, - 0.04245594143867493, -0.014955466613173485, 0.06388870626688004, - -0.025323789566755295, 0.01977902464568615, -0.014807818457484245, - 0.09072469919919968, -0.001224287087097764, 0.020120393484830856, - -0.0018481703009456396, 0.047706086188554764, -0.04958895593881607, - -0.05931980535387993, -0.0357353501021862, -0.04411974549293518, - -0.06824862957000732, 0.009517618454992771, 0.07520537078380585, - 0.007307517342269421, -0.02736433409154415, 0.06291354447603226, - -0.01785237528383732, -0.029473453760147095, -0.02148415520787239, - -0.00045661244075745344, -0.011633728630840778, 0.004862015601247549, - -0.019029702991247177, 0.0015340492827817798, -0.0266463253647089, - 0.019611259922385216, -0.008545671589672565, 0.024067917838692665, - -0.023510614410042763, 0.013682871125638485, -0.025614788755774498, - -0.01801280677318573, 0.03760761022567749, -0.0008331879507750273, - 0.07926683872938156, 0.016657629981637, -0.035376351326704025, 0.001334798289462924, - -0.005591883789747953, -0.008934671059250832, -0.04415031149983406, - -0.021001091226935387, 0.008466852828860283, -0.025825049728155136, - 0.08483602851629257, -0.021885767579078674, -0.009259214624762535, - -0.014992461539804935, 0.036117855459451675, 0.0017842676024883986, - -0.0786924809217453, -0.06763360649347305, 0.030262181535363197, - 0.08292296528816223, -0.04336746782064438, -0.0387418195605278, - -0.025172756984829903, -0.07590565830469131, -0.029605679214000702, - -0.005907667335122824, -0.03058108128607273, -0.026878753677010536, - 0.06544165313243866, 0.01839393563568592, 0.04867563396692276, - -0.036809347569942474, -0.01911439374089241, 0.025761250406503677, - -0.02668471448123455, -0.03407859802246094, -0.04248474910855293, - -0.01780114136636257, -0.03444100543856621, 0.008048010990023613, - 0.0075760199688375, 0.11282429099082947, -0.02640804648399353, 0.05090273544192314, - 0.02402060478925705, 0.03811824321746826, -0.029809830710291862, - 0.006013834848999977, 0.01036743726581335, 0.036302998661994934, - -0.019759558141231537, 0.031210042536258698, -0.04788908734917641, - 0.07740501314401627, 0.01322788093239069, 0.06830872595310211, - 0.0015371715417131782, 0.004291421268135309, 0.03772318363189697, - -0.028051434084773064, -0.06914020329713821, -0.04055660218000412, - -0.008793476037681103, 0.04100164398550987, 0.053312238305807114, - 0.035276927053928375, 0.032988548278808594, 0.012017209082841873, - 0.021284600719809532, -0.03301599994301796, 0.000854330777656287, - 0.005419490393251181, 0.0018955229315906763, -0.0636032298207283, - 0.0041928780265152454, 0.07665606588125229, -0.05466456338763237, - 0.09170417487621307, -0.025711428374052048, 0.0407942533493042, - 0.010670190677046776, 0.03721729665994644, -0.015750953927636147, - 0.012584393844008446, -0.05848725885152817, -0.01345670223236084, - -0.04435250908136368, -0.019028177484869957, -0.015762826427817345, - -0.05012230947613716, -0.01929132640361786, -0.03456180915236473, - 0.03741995245218277, -0.006180864293128252, 0.05742616206407547, - 0.005426438059657812, -0.05062909424304962, 0.0652938038110733, - -0.07978001981973648, 0.0449606329202652, -0.062041252851486206, - -0.010364768095314503, 0.040621813386678696, -0.04978783801198006, - -0.012297188863158226, 0.04215154051780701, 0.03618737682700157, - 0.003099163295701146, -0.02635894902050495, 0.00822172686457634, - -0.03396889194846153, 0.07288313657045364, -0.006608144845813513, - -0.005799627862870693, 0.022736694663763046, -0.01558227650821209, - 0.03502591326832771, 0.0219193696975708, 0.01611936464905739, -0.044562600553035736, - -0.05985860154032707, -0.018432017415761948, -0.010925080627202988, - 0.04665274918079376, 0.04955066367983818, -0.02079458348453045, - 0.002705539343878627, 0.021171890199184418, -0.003048997838050127, - 0.07959502935409546, -0.00805292185395956, 0.025863762944936752, - 0.05556650832295418, -0.03383268043398857, 0.03745660185813904, - 0.007552400231361389, 0.07270497828722, -0.041936807334423065, 0.07795809954404831, - -0.017894430086016655, -0.014190326444804668, 0.07239557802677155, - -0.07323778420686722, -0.023356977850198746, -0.07562696933746338, - 0.01330526452511549, -0.011008956469595432, -0.06560274958610535, - -0.1012226864695549, -0.007326534483581781, 0.01962420344352722, - -0.08210109174251556, 0.07777208834886551, -0.0040585012175142765, - -0.07526341825723648, 0.01034475862979889, 0.008126855827867985, - -0.041349511593580246, -0.037699874490499496, 0.0004975225310772657, - -0.10551799833774567, -0.009907398372888565, 0.021608075127005577, - -0.001933865249156952, -0.014698429964482784, 0.005343717988580465, - -0.011693868786096573, -0.013078847900032997, -0.04800265282392502, - -0.0013003840576857328, 0.09559357911348343, -0.05294577032327652, - -0.06388193368911743, -0.008562128059566021, -0.02398092672228813, - -0.018600279465317726, 0.017596740275621414, -0.04018783196806908, - 0.06659016758203506, -0.008434765040874481, 0.08601738512516022, - -0.09140273183584213, -0.045791883021593094, 0.0153284827247262, - 0.02598489075899124, 0.06180967018008232, -0.011988570913672447, - 0.020704282447695732, 0.004264174494892359, 0.04152734950184822, -0.043963473290205, - -0.05551372095942497, 0.08720811456441879, -0.0942724272608757, - -0.08773868530988693, 0.033817827701568604, 0.05949151888489723, - -0.023052001371979713, -0.012305394746363163, 0.010590555146336555, - -0.010878191329538822, -0.015604575164616108, -0.025085875764489174, - -0.015112670138478279, 0.08128964900970459, -0.007601017132401466, - 0.057857077568769455, -0.002751358784735203, -0.05222783610224724, - 0.07724560797214508, -0.001765276538208127, 0.054967574775218964, - -0.015940148383378983, 0.021937355399131775, 0.04576553404331207, - -0.026304941624403, -0.02675103209912777, -0.017124120146036148, - 0.05026458576321602, -0.031096847727894783, -0.01924075558781624, - -0.03664230927824974, 0.06737866252660751, 0.03152507543563843, - -0.009785749949514866, -0.016985103487968445, 0.014799176715314388, - -0.010047392919659615, 0.003060869174078107, 0.004504966549575329, - 0.0061707934364676476, 0.10307354480028152, 0.047273170202970505, - 0.013180323876440525, 0.017687248066067696, -0.06904337555170059, - -0.0767221599817276, -0.06505867093801498, 0.034086428582668304, - 0.0020841904915869236, 0.0039480929262936115, -0.007596498820930719, - 0.09480386972427368, -0.018558179959654808, -0.027891626581549644, - -0.04567104950547218, -0.0731889009475708, 0.001840150449424982, - -0.02339034155011177, -0.03830953687429428, 0.024602383375167847, - -0.09026457369327545, 0.07869269698858261, -0.016208093613386154, - -0.05380835011601448, 0.04903906211256981, -0.008505535311996937, - -0.03998551517724991, 0.028861183673143387, 0.08219168335199356, - 0.03259393200278282, 0.04878895357251167, -0.04871582239866257, - 0.011671548709273338, 0.01392010971903801, -0.072478286921978, - -0.044910576194524765, 0.016794713214039803, 0.0035408090334385633, - 0.025380561128258705, 0.052695222198963165, 0.06806406378746033, - 0.010016689077019691, 0.03291811794042587, 0.009196807630360126, - -0.04235568270087242, 0.035412877798080444, -0.02515317127108574, - -0.023433633148670197, 0.060853466391563416, 0.07767565548419952, - 0.00712784007191658, -0.022143414244055748, -0.049620117992162704, - -0.07563000172376633, -0.046807579696178436, 0.09734199941158295, - -0.009058010764420033, -0.06030461564660072, 0.06349701434373856, - 0.009043056517839432, 0.025831740349531174, -0.05653742328286171, - -0.014199365861713886, 0.10436896979808807, -0.00914018414914608, - 0.02492668479681015, -0.031194914132356644, -0.045247603207826614, - -0.004219495691359043, -0.03237837180495262, 0.09640202671289444, - -0.0009594473522156477, -0.04489560425281525, 0.01857558637857437, - -0.05833326280117035, 0.05094249173998833, -0.016927825286984444, - 0.02590026892721653, -0.01397535391151905, -0.0032301614992320538, - -0.02185795083642006, 0.029442094266414642, -0.0016842447221279144, - 0.01071655098348856, -0.01877644471824169, -0.055032454431056976, - 0.025500960648059845, -0.07115714251995087, 0.00874735414981842, - 0.03993915393948555, 0.0969046875834465, 0.021954722702503204, 0.010910292156040668, - 0.037224601954221725, 0.09350543469190598, 0.008789580315351486 - ], - [ - 0.11883131414651871, -0.01231942605227232, -0.018460461869835854, - 0.0021581307519227266, -0.011636056937277317, 0.04352959990501404, - 0.0491517148911953, -0.01740965247154236, -0.04286520183086395, 0.05602002143859863, - -0.034640129655599594, 0.06465929001569748, -0.009514866396784782, - 0.018400399014353752, -0.029999341815710068, 0.035303883254528046, - 0.05024115368723869, 0.03804462030529976, 0.06271851807832718, 0.06210241839289665, - 0.050042759627103806, 0.004697516094893217, -0.003266353392973542, - 0.008995270356535912, 0.03598378598690033, -0.007780955173075199, - 0.01478580106049776, -0.08344420045614243, 0.01745194010436535, 0.02923886850476265, - -0.06143791973590851, -0.011339892633259296, -0.013088422827422619, - 0.00881341751664877, 0.005370188504457474, 0.04319101572036743, - -0.015428530983626842, -0.009054776281118393, 0.05578164756298065, - 0.044928185641765594, 0.0631316527724266, 0.023807261139154434, 0.06852909922599792, - -0.06260449439287186, 0.0425083264708519, -0.006095631513744593, - -0.03582514077425003, 0.06747209280729294, 0.04960004240274429, - -0.07755342870950699, -0.01324797235429287, -0.03152740001678467, - -0.006277730222791433, -0.027524176985025406, -0.07119493931531906, - 0.10720448195934296, 0.02971402183175087, -0.023766446858644485, - 0.06975091248750687, -0.021529676392674446, 0.028220657259225845, - 0.06882046163082123, -0.07131722569465637, -0.05170990526676178, - 0.008839565329253674, 0.0457228347659111, 0.026429181918501854, 0.03974151611328125, - 0.07069564610719681, 0.009094162844121456, -0.02034411020576954, - 0.045212533324956894, 0.014594517648220062, -0.058167289942502975, - -0.059111613780260086, 0.0653235986828804, 0.07208726555109024, - 0.0024596955627202988, 0.018629785627126694, 0.05213560163974762, - -0.03693661093711853, 0.0005568694323301315, 0.022761289030313492, - -0.059100426733493805, 0.02296127937734127, 0.011997186578810215, - 0.0024283656384795904, -0.06573723256587982, -0.002428332343697548, - 0.03839321434497833, -0.0051581645384430885, 0.05380434915423393, - 0.021842552348971367, -0.0548788458108902, -0.05360494554042816, - 0.02602326311171055, 0.043756697326898575, -0.003024491248652339, - -0.011504372581839561, -0.01856282167136669, 0.045844994485378265, - 0.007202989887446165, 0.08767048269510269, -0.04138099402189255, - 0.0002682125195860863, 0.07190455496311188, 0.0006254725158214569, - 0.014663754031062126, -0.024078266695141792, -0.036088477820158005, - 0.02514570578932762, -0.059965163469314575, 0.02279331162571907, - -0.013647658750414848, -0.07244697213172913, 0.06921567022800446, - -0.047216493636369705, -0.024996163323521614, 0.028850099071860313, - -0.05988812819123268, -0.044192928820848465, -0.008891272358596325, - 0.0038435233291238546, -0.05297195911407471, 0.0037993500009179115, - -0.034965094178915024, 0.020570281893014908, -0.03118584305047989, - -0.009294753894209862, -0.025986360386013985, -0.03589096665382385, - 0.011607875116169453, 0.034080587327480316, -0.08369946479797363, - 0.05129043757915497, -0.02448681741952896, 0.01487983949482441, 0.03709423542022705, - 0.008466287516057491, 0.022331254556775093, -0.024283388629555702, - -0.003817375749349594, 0.0356220044195652, -0.008558986708521843, - 0.006339401472359896, -0.0163878183811903, 0.015049736946821213, - 0.06177043542265892, -0.10857850313186646, -0.0102419164031744, - -0.022314010187983513, -0.03252563625574112, 0.011134977452456951, - -0.02752293460071087, 0.0014524265425279737, -0.07273570448160172, - 0.06570859998464584, -0.066929891705513, 0.006937578320503235, - 0.0019005690701305866, -0.09835661202669144, 0.024682683870196342, - 0.05310594290494919, -0.003526665037497878, -0.015393062494695187, - -0.014073273167014122, -0.057136621326208115, -0.07736435532569885, - -0.013476494699716568, 0.07866723835468292, 0.013765836134552956, - 0.005499735474586487, 0.019469955936074257, 0.013339420780539513, - 0.028437742963433266, -0.06868327409029007, -0.027836965397000313, - -0.09600136429071426, 0.00900641456246376, -0.11214819550514221, - 0.010690630413591862, -0.004298219457268715, -0.038017746061086655, - -0.013348606415092945, 0.12007159739732742, -0.007354078348726034, - -0.00965664628893137, 0.017791828140616417, -0.042929451912641525, - 0.028146615251898766, -0.0333336777985096, 0.05518808960914612, - -0.05171557515859604, 0.0363730862736702, -0.032664939761161804, 0.0939270406961441, - -0.026641810312867165, -0.021659772843122482, 0.09072323143482208, - -0.0013037470635026693, -0.02318193018436432, -0.08835513144731522, - -0.008997749537229538, -0.09011591225862503, -0.03799673169851303, - -0.10347434878349304, -0.01430694479495287, -0.03249582275748253, - -0.002361629856750369, 0.030572978779673576, 0.06243588775396347, - -0.04777675122022629, 0.037799589335918427, 0.037482187151908875, - 0.023625196889042854, -0.03612542524933815, -0.08102425187826157, - -0.08787371218204498, -0.06242860481142998, 0.05509528890252113, - 0.04870942607522011, -0.02386380359530449, -7.996554631972685e-5, - -0.009923497214913368, 0.02721068635582924, 0.03774737939238548, - 0.07219613343477249, 0.10648998618125916, 0.015550032258033752, - -0.005050803069025278, 0.029156681150197983, 0.028207508847117424, - -0.07967959344387054, -0.015188610181212425, 0.005808303598314524, - 0.006363735534250736, -0.040442805737257004, 0.05133971944451332, - 0.009229102171957493, 0.06189804896712303, 0.04135432839393616, - 0.024208152666687965, 0.0652083307504654, 0.029381098225712776, - -0.07158568501472473, 0.04000052809715271, 0.06477032601833344, - -0.03572053089737892, -0.06677784770727158, 0.032696470618247986, - -0.07141200453042984, 0.010857565328478813, 0.024865079671144485, - 0.024411285296082497, -0.02699756994843483, -0.04797189682722092, - -0.07807333767414093, -0.018207410350441933, -0.0002700799668673426, - -0.014210546389222145, -0.08759371936321259, 0.027871955186128616, - -0.011513663455843925, 0.03760121390223503, -0.017629282549023628, - -0.05643600597977638, 0.0711551159620285, 0.008856060914695263, - -0.0026892416644841433, -0.01625044457614422, 0.047879427671432495, - 0.08448559045791626, 0.013811218552291393, 0.04696711152791977, - -0.05817832797765732, 0.08841373771429062, 0.03652546554803848, - -0.07704953104257584, -0.0030993050895631313, 0.08722880482673645, - 0.0017887920839712024, 0.016180574893951416, 0.046543437987565994, - -0.06936053931713104, -0.04956512898206711, -0.03439514338970184, - 0.04847286641597748, -0.012808732688426971, 0.08645295351743698, - 0.07559525221586227, 0.02108851633965969, 0.03371655195951462, -0.03300881385803223, - 0.002101040445268154, 0.021508410573005676, 0.013379793614149094, - -0.012478429824113846, 0.012375161983072758, -0.03344252333045006, - 0.024854525923728943, 0.021212128922343254, -0.09714622050523758, - -0.032383907586336136, -0.07936932146549225, -0.04282114654779434, - -0.053869087249040604, -0.02269231528043747, -0.04053499922156334, - -0.10833502560853958, 0.00716543011367321, -0.018513290211558342, - -0.1283227801322937, -0.02036668173968792, -0.03524787351489067, - -0.024677636101841927, -0.008958359248936176, 0.06143208220601082, - 0.002237300155684352, -0.019744252786040306, 0.023274216800928116, - 0.0266786590218544, 0.053779613226652145, -0.04593086242675781, - -0.09257125854492188, -0.005855754483491182, 0.024375371634960175, - 0.030983274802565575, 0.04762895777821541, 0.039030905812978745, - -0.026322443038225174, 0.021934667602181435, 0.018176160752773285, - -0.07225643843412399, 0.03495632857084274, -0.02154489792883396, - -0.06134648993611336, 0.005255487281829119, -0.008297747932374477, - -0.03550691530108452, -0.03499290719628334, -0.01771312952041626, - -0.014703752472996712, -0.014918181113898754, 0.08162142336368561, - -0.06354978680610657, -0.04248753935098648, 0.10379054397344589, - 0.048774249851703644, 0.07640253752470016, -0.0764811709523201, - -0.01142852008342743, 0.002340615727007389, -0.03871525079011917, - 0.029128829017281532, 0.048037368804216385, 0.03511114791035652, - 0.028887499123811722, -0.046504873782396317, 0.06568805128335953, - -0.0747237429022789, -0.09072477370500565, -0.0024950364604592323, - -0.05068155378103256, 0.014283879660069942, 0.03810132294893265, - 0.017853910103440285, -0.00502593582496047, 0.09400394558906555, - 0.016825241968035698, -0.01820886693894863, 0.020904697477817535, - 0.0865386351943016, -0.06404322385787964, -0.03744380176067352, - 0.006004984024912119, 0.012897194363176823, 0.057859018445014954, - -0.05401286855340004, 0.027453294023871422, 0.044987212866544724, - -0.05544750392436981, 0.009984645061194897, 0.053298745304346085, - -0.0033927178010344505 - ], - [ - -0.04424646496772766, -0.08487103879451752, 0.09674664586782455, - -0.08517605811357498, 0.04438330605626106, -0.045130617916584015, - -0.09580527245998383, 0.1119336187839508, -0.01074289157986641, 0.01302753109484911, - -0.07338202744722366, 0.060712944716215134, 0.035545967519283295, - -0.03541134297847748, 0.05337397754192352, 0.0029929904267191887, - 0.06334617733955383, 0.011928193271160126, -0.11237189173698425, - -0.00022368899954017252, -0.006049040704965591, -0.01607801951467991, - -0.0008340660715475678, 0.038309503346681595, -0.039175134152173996, - 0.09156189113855362, -0.005615751724690199, -0.011504380963742733, - 0.00931993406265974, -0.01756947487592697, 0.033264048397541046, - 0.05877475440502167, -0.11902065575122833, -0.01777108758687973, - 0.06676962971687317, -0.015803081914782524, -0.04548971354961395, - -0.02953994646668434, -0.056545622646808624, 0.03422237187623978, - 0.02754106931388378, -0.049070607870817184, 0.043512918055057526, - 0.03530782833695412, 0.008108895272016525, 0.07541830092668533, - 0.014654478058218956, 0.002420983975753188, 0.10328834503889084, - 0.07276022434234619, 0.00020890987070742995, -0.013259604573249817, - -0.033550746738910675, -0.0719597190618515, -0.06761538982391357, - -0.0007220071274787188, -0.014988210052251816, 0.049441173672676086, - 0.109470896422863, 0.026173753663897514, 0.04189107194542885, -0.08585932105779648, - 0.0848076194524765, -0.05932961031794548, -0.0022614412009716034, - 0.016916874796152115, -0.056901440024375916, -0.068671315908432, - 0.053549107164144516, -0.02155764028429985, -0.025078468024730682, - 0.01702284999191761, 0.02512809820473194, 0.05688170716166496, -0.02467324584722519, - 0.0198415145277977, -0.051764294505119324, 0.0018386171432211995, - 0.07295797765254974, -0.015293486416339874, 0.04836476966738701, - 0.022523097693920135, 0.02378831058740616, -0.012284605763852596, - -0.009303267113864422, -0.06059721112251282, -0.04523218050599098, - 0.0791250467300415, -0.009453178383409977, -0.03570689633488655, - 0.09915412962436676, -0.01368767861276865, -0.016488224267959595, - -0.03583282604813576, -0.05266290903091431, 0.013182690367102623, - -0.05370909348130226, -0.05123566463589668, -0.03507119417190552, - 0.05877026170492172, 0.04646269977092743, -0.051134929060935974, - -0.001598648144863546, -0.04439185559749603, 0.071291983127594, - 0.011416774243116379, 0.007336528971791267, 0.011308234184980392, - 0.08563956618309021, -0.02364344522356987, -0.12231224030256271, - 0.10416068881750107, 0.1056576669216156, -0.04565345123410225, -0.01237446628510952, - 0.0444529764354229, 0.08463726937770844, 0.027565697208046913, - -0.029250120744109154, 0.026912186294794083, -0.05175405368208885, - -0.023709770292043686, 0.06117427349090576, -0.019111251458525658, - 0.023777006193995476, -0.05428847298026085, -0.08431731164455414, - 0.04377440735697746, 0.013195199891924858, -0.020461056381464005, - 0.07318910211324692, -0.01297828834503889, 0.034840844571590424, - -0.00876228790730238, -0.05509747564792633, 0.06112091615796089, - -0.07654677331447601, -0.08583568781614304, 0.007900050841271877, - -0.021014494821429253, -0.048277899622917175, 0.13607096672058105, - -0.015338174998760223, -0.04735182970762253, 0.08087213337421417, - -0.03908868134021759, 0.03607265651226044, -0.13050898909568787, - 0.016945943236351013, -0.045050375163555145, 0.10463100671768188, - -0.08439315855503082, -0.10607839375734329, 0.0631641373038292, 0.0300581231713295, - 0.034322258085012436, -0.005171196069568396, 0.02715790830552578, - -0.10057097673416138, 0.009832902811467648, -0.11137068271636963, - -0.010646341368556023, -0.09195411950349808, -0.006300542503595352, - -0.11343801021575928, 0.011590952053666115, 0.03835970163345337, - 0.022605296224355698, 0.05270605534315109, 0.10175856947898865, - -0.15852141380310059, -0.01915552467107773, 0.024029485881328583, - 0.03327144309878349, -0.07444266974925995, -0.028596127405762672, - -0.007671919651329517, -0.0022146194241940975, 0.013582647778093815, - 0.028514845296740532, 0.053856752812862396, 0.023398006334900856, - 0.027217067778110504, -0.0593111515045166, -0.013917014934122562, - -0.06338545680046082, -0.030235640704631805, 0.035164590924978256, - -0.013090147636830807, 0.02089289203286171, -0.02663375437259674, - -0.0395243875682354, -0.10712363570928574, 0.07657413184642792, - -0.044162943959236145, 0.004261432681232691, 0.03780031576752663, - 0.0330604612827301, 0.0003475294215604663, 0.011186930350959301, - 0.028868937864899635, -0.010938228107988834, -0.06889896839857101, - -0.018625520169734955, -0.0710834339261055, -0.014852987602353096, - 0.03044707328081131, 0.11473006010055542, 0.12183906883001328, -0.07832040637731552, - 0.023860204964876175, -0.050409626215696335, -0.04764673486351967, - -0.06183614581823349, 0.013788691721856594, 0.03745798394083977, - 0.03269299119710922, 0.005255558528006077, -0.057953692972660065, - -0.10173124074935913, 0.10418382287025452, 0.03761987015604973, - 0.005240824073553085, -0.022060777992010117, -0.09538933634757996, - 0.11105938255786896, -0.08149409294128418, -0.02313213236629963, - -0.05375102162361145, 0.04025151580572128, 0.03181253746151924, -0.0375189445912838, - 0.01854853890836239, -0.0738922655582428, 0.026080001145601273, - 0.026754334568977356, -0.019477829337120056, -0.008299348875880241, - 0.11213206499814987, 0.0056795114651322365, -0.041371311992406845, - -0.04591791704297066, -0.01134635228663683, 0.024200057610869408, - -0.047160375863313675, 0.032991811633110046, -0.02826598659157753, - -0.003253777278587222, -0.05084294453263283, 0.027353471145033836, - 0.03162141516804695, 0.07991427928209305, 0.07165859639644623, 0.022930972278118134, - -0.00843560229986906, 0.08743412047624588, -0.048878517001867294, - 0.023906772956252098, -0.010013657622039318, -0.05975955352187157, - -0.030733922496438026, 0.0569605678319931, 0.08024352043867111, - -0.06679055094718933, 0.07081015408039093, 0.016371387988328934, - -0.004046421032398939, -0.11956807225942612, 0.025005169212818146, - 0.04839659482240677, 0.023046866059303284, -0.012098037637770176, - 0.07661927491426468, 0.031110597774386406, 0.03236651048064232, 0.01158843096345663, - 0.045349299907684326, -0.05029486119747162, -0.019741356372833252, - -0.02758154831826687, -0.07425505667924881, 0.018289346247911453, - -0.0689234808087349, 0.006328979041427374, -0.1320667266845703, - -0.006773962173610926, -0.008003650233149529, -0.17341181635856628, - -0.0025467148516327143, -0.017347197979688644, -0.018253527581691742, - 0.016748465597629547, 0.11962573975324631, -0.08639789372682571, - -0.020434340462088585, 0.0019875518046319485, 0.0011285184882581234, - 0.030822493135929108, 0.05703043192625046, 0.023655574768781662, - 0.017508208751678467, 0.03521653264760971, 0.07342615723609924, - 0.014368659816682339, -0.012485039420425892, 0.06141448765993118, - -0.01813468709588051, 0.0477224662899971, 0.09979046881198883, -0.04609595239162445, - -0.032063134014606476, 0.0630870908498764, 0.004710986278951168, - 0.041688598692417145, 0.07291628420352936, -0.025040684267878532, - 0.06801184266805649, 0.05590615049004555, 0.08965209126472473, -0.0384303480386734, - 0.057659924030303955, -0.03084155172109604, 0.109963558614254, 0.06725028902292252, - -0.005792266223579645, -0.003120013512670994, 0.012236004695296288, - -0.04151104390621185, -0.06611275672912598, -0.04022451117634773, - 0.012404343113303185, 0.031152186915278435, -0.07039442658424377, - -0.062457967549562454, -0.05963185429573059, -0.009839554317295551, - -0.08180186152458191, -0.04699352756142616, 0.05738123506307602, - -0.12191299349069595, -0.015588239766657352, 0.03949078544974327, - 0.08278659731149673, -0.05285241827368736, 0.06225437670946121, - -0.039235346019268036, 0.11211871355772018, 0.043501995503902435, - -0.02623538300395012, 0.045682866126298904, -0.03929116576910019, - -0.14137780666351318, -0.03210456296801567, -0.004612560849636793, - -0.08713594824075699, -0.11328443139791489, -0.0488709881901741, - -0.05846323072910309, -0.013294721022248268, 0.03032524511218071, - -0.08487720787525177, -0.04884070158004761, 0.05751602351665497, - -0.09870243072509766, -0.038354307413101196, -0.04132690280675888, - -0.03227173537015915, -0.10861749947071075, 0.0837429091334343, 0.05793394520878792, - -0.038909949362277985, -0.025852657854557037, 0.05788864940404892, - -0.014267433434724808, 0.04299245402216911, 0.018041161820292473, - -0.0614657886326313, 0.003130802419036627, -0.0462803840637207, - 0.046157967299222946, -0.05353602021932602, 0.08069005608558655, - -0.025359326973557472, 0.008527732454240322 - ], - [ - 0.034546859562397, 0.06281893700361252, 0.05806204676628113, 0.0723155066370964, - 0.021004654467105865, 0.04750799387693405, -0.05649083852767944, - 0.050154007971286774, 0.020182961598038673, 0.008112464100122452, - -0.023462997749447823, -0.0360511839389801, -0.056776244193315506, - 0.02803509496152401, -0.00764470174908638, -0.0005584313767030835, - 0.02426448091864586, 0.04268895089626312, -0.00035187843604944646, - -0.008053712546825409, 0.007498877588659525, -0.03845085948705673, - 0.07057808339595795, 0.06066074222326279, -0.04837821424007416, - 0.0012063815956935287, -0.052447691559791565, -0.1024940237402916, - 0.03794169798493385, -0.03887084126472473, -0.051487408578395844, - 0.038322385400533676, -0.027721557766199112, -0.008956597186625004, - 0.0024090069346129894, 0.056438833475112915, 0.037663135677576065, - -0.03240272402763367, 0.022943519055843353, 0.045780524611473083, - 0.005259938538074493, -0.003587523475289345, 0.027427224442362785, - -0.0678706169128418, 0.0036636327859014273, -0.033207666128873825, - 0.04998500645160675, 0.04462983459234238, 0.047567401081323624, - -0.02288675121963024, 0.06036919355392456, -0.07485102862119675, - -0.011096477508544922, -0.054434534162282944, 0.003581064287573099, - 0.04191930219531059, -0.048794426023960114, -0.0021369815804064274, - -0.02594597265124321, -0.056019376963377, 0.013077533803880215, - 0.007588027976453304, -0.06703890115022659, 0.07565897703170776, - 0.0039767855778336525, 0.03550339862704277, 0.02652813121676445, - 0.025660717859864235, -0.0014704626519232988, -0.04645572602748871, - 0.044127389788627625, 0.03038230910897255, 0.033432215452194214, - -0.02131112478673458, 0.06623569875955582, 0.047717198729515076, 0.073349229991436, - 0.04734865203499794, -0.052812930196523666, 0.10123161226511002, - -0.011310958303511143, 0.0894787609577179, 0.052274443209171295, - -0.0093592070043087, -0.006999490316957235, 0.07947339862585068, - -0.02963986247777939, 0.009122724644839764, -0.023862941190600395, - 0.0362381674349308, 0.03536088392138481, 0.012095964513719082, - -0.009653301909565926, 0.01665804535150528, -0.07669655978679657, - 0.07471751421689987, 0.0018298932118341327, 0.034382712095975876, - 0.04673737660050392, 0.04781447350978851, 0.03257725015282631, - 0.0052361697889864445, -0.051093898713588715, 0.05102623254060745, - -0.04362362623214722, 0.04018273577094078, 0.007642634678632021, - 0.0026551643386483192, 0.023184817284345627, 0.043494727462530136, - 0.0018240985227748752, -0.03304637596011162, 0.012063938193023205, - -0.05743611976504326, -0.06510459631681442, -0.03264565393328667, - -0.0264933742582798, 0.005834637209773064, 0.06609039753675461, - 0.00033982988679781556, 0.028878847137093544, -0.0027040322311222553, - -0.012225714512169361, -0.03367847576737404, -0.043938856571912766, - 0.010835081338882446, -0.05844264477491379, 0.01552575547248125, - -0.01079411618411541, -0.011822945438325405, -0.02333817444741726, - -0.054200202226638794, -0.025419307872653008, -0.047796640545129776, - 0.10901100188493729, -0.0864337757229805, 0.10299070924520493, 0.008479315787553787, - -0.027776207774877548, -0.014048716053366661, -0.10669032484292984, - -0.032189879566431046, -0.014298430643975735, 0.02170197106897831, - -0.02536579594016075, 0.04064512625336647, -0.011709604412317276, - 0.0010072913719341159, 0.011628060601651669, -0.04662417247891426, - -0.014472538605332375, -0.037016723304986954, 0.06483888626098633, - 0.00664150295779109, -0.022195803001523018, -0.056468624621629715, - 0.03971311077475548, 0.03326619789004326, -0.028106488287448883, - -0.018909242004156113, -0.016752779483795166, 0.013035992160439491, - -0.027991006150841713, -0.0137008186429739, 0.03329255431890488, - 0.011138138361275196, -0.08569339662790298, -0.09374401718378067, - 0.049369800835847855, 0.09378617256879807, 0.0734478160738945, 0.09157920628786087, - 0.05355347692966461, -0.03613518550992012, 0.013261296786367893, - 0.02492428384721279, -0.045722734183073044, -0.028714368119835854, - -0.023856544867157936, 0.003449233714491129, 0.03602217137813568, - 0.05963800847530365, 0.061900544911623, 0.0367528572678566, 0.002143469173461199, - -0.0326334647834301, 0.004058871418237686, -0.0029453348834067583, - -0.07005906105041504, -0.0006028207135386765, -0.05187426880002022, - 0.020172521471977234, 0.031511396169662476, 0.0618906207382679, - -0.05656843259930611, 0.037786535918712616, 0.019205287098884583, - -0.0964558944106102, -0.008068913593888283, -0.03678474575281143, - -0.08099188655614853, -0.08354981243610382, 0.047969065606594086, - -0.0968913733959198, -0.05288843438029289, -0.07198457419872284, - -0.026022177189588547, -0.11637455970048904, 0.030673107132315636, - 0.026165928691625595, -0.010460581630468369, 0.028202958405017853, - -0.04768858850002289, 0.029422271996736526, -0.018519602715969086, - -0.02861032821238041, 0.021392840892076492, -0.0858980119228363, - -0.0770408883690834, 0.011055024340748787, 0.0086853988468647, 0.013566252775490284, - -0.05513019859790802, -0.019608234986662865, 0.014826138503849506, - -0.07208374887704849, 0.07738050073385239, -0.012994418852031231, - -0.03239044174551964, -0.0006265400443226099, -0.0010154088959097862, - 0.00487520033493638, -0.03966968134045601, -0.03188323229551315, - 0.0021500817965716124, -0.013342469930648804, 0.022388054057955742, - 0.08344004303216934, -0.07254645228385925, -0.027728738263249397, - -0.0064352648332715034, -0.02453026920557022, -0.012338160537183285, - 0.0025363368913531303, 0.005931096617132425, 0.0433778241276741, - -0.006180436350405216, -0.0317147858440876, -0.02554304525256157, - 0.06282490491867065, 0.02048865146934986, -0.0414535216987133, 0.007102716248482466, - 0.042710188776254654, 0.024438323453068733, -0.05057302489876747, - -0.03497050702571869, -0.0058609843254089355, 0.0816170871257782, - 0.06240471079945564, -0.0774451196193695, 0.09178796410560608, - -0.028371931985020638, 0.029072074219584465, -0.006099295802414417, - -0.030632052570581436, 0.05368555337190628, 0.01623031310737133, - 0.004532494582235813, 0.01393983419984579, -0.03620833158493042, 0.1195148155093193, - -0.012815792113542557, -0.022924456745386124, 0.021868104115128517, - -0.029280031099915504, 0.025502551347017288, 0.028107216581702232, - 0.06927839666604996, 0.00824917946010828, 0.01526846643537283, - -0.017055252566933632, 0.0032824608497321606, -0.0021488843485713005, - -0.07153268903493881, -0.003856335300952196, 0.02766759879887104, - 0.04146615415811539, 0.010481780394911766, 0.03661465644836426, -0.050112284719944, - 0.04028167575597763, -0.027162497863173485, 0.026993421837687492, - 0.0016634741332381964, 0.05882929638028145, 0.03642918914556503, - -0.014692463912069798, -0.022692695260047913, 0.006867512129247189, - -0.02751529961824417, 0.006678935140371323, 0.028399331495165825, - 0.04365609958767891, -0.08599457889795303, -0.0275547094643116, - 0.022698141634464264, -0.02278394065797329, -0.08348604291677475, - 0.06766235828399658, 0.043650224804878235, -0.09071318060159683, - 0.045038849115371704, 0.009114889428019524, 0.028079355135560036, - -0.05329148843884468, 0.020634938031435013, -0.04801712557673454, - 0.005144038703292608, 0.015334072522819042, -0.025856705382466316, - -0.022546814754605293, 0.002542955568060279, -0.04172932356595993, - 0.05159401148557663, 0.027069101110100746, 0.020555980503559113, - 0.015028394758701324, 0.01734907366335392, -0.05048694461584091, - -0.019778531044721603, 0.021881859749555588, 0.04200764000415802, - 0.09253942966461182, 0.01719672977924347, -0.0957644060254097, 0.06058478355407715, - 0.05886911228299141, -0.002766492310911417, 0.02708766981959343, - -0.06294088065624237, -0.059776101261377335, 0.013884191401302814, - -0.04392794519662857, 0.04824504256248474, -0.08151879161596298, - -0.07709567993879318, 0.046851806342601776, 0.06798844039440155, - 0.025582032278180122, 0.08061438053846359, 0.057618215680122375, - -0.028707968071103096, -0.04726250842213631, -0.03615286201238632, - -0.01931576244533062, -0.000608799746260047, 0.028812365606427193, - -0.021721020340919495, -0.05736992508172989, 0.016962066292762756, - 0.07261352986097336, -0.007903057150542736, 0.0555855892598629, - -0.052756715565919876, -0.02018502727150917, 0.04861576855182648, - 0.08190787583589554, 0.00435134069994092, 0.0021869551856070757, - -0.008875462226569653, 0.04742707684636116, -0.004183776676654816, - 0.0516536682844162, 0.05840550363063812, -0.02162565290927887, 0.043545518070459366, - -0.003947874065488577, -0.022758496925234795, 0.029433000832796097, - 0.043672289699316025, -0.10431152582168579, 0.0440550372004509, - -0.0007542037055827677 - ], - [ - -0.00034641590900719166, -0.02859184332191944, -0.053480856120586395, - 0.04901270940899849, 0.07238658517599106, 0.05026492476463318, 0.026329131796956062, - 0.033847931772470474, 0.007729071192443371, 0.009706299751996994, - -0.008975986391305923, -0.004651594441384077, -0.02618076652288437, - -0.02583816461265087, -0.0008789224666543305, 0.010653764940798283, - -0.01860770769417286, -0.027951441705226898, -0.006113923620432615, - 0.031978365033864975, -0.05654856562614441, -0.05578096956014633, - 0.0280920322984457, 0.03219836950302124, 0.016326626762747765, - -0.017389100044965744, 0.08343728631734848, 0.0597032755613327, - -0.04578804224729538, 0.067489393055439, 0.00942006055265665, 0.0398152619600296, - 0.05192575231194496, -0.03372571989893913, -0.009077987633645535, - -0.03869388625025749, 0.01549858320504427, 0.05384394899010658, - 0.005180366802960634, 0.07771999388933182, -0.012007173150777817, - -0.03135450929403305, 0.058162856847047806, -0.003951317630708218, - 0.016289571300148964, -0.03938433527946472, -0.07184240221977234, - 0.0190968606621027, 0.08987610787153244, 0.0020955197978764772, - -0.09048347920179367, 0.0384824201464653, 0.05716368928551674, 0.015150023624300957, - -0.005830846261233091, 0.05669131502509117, -0.011548089794814587, - -0.014286192134022713, -0.032281406223773956, 0.08006548881530762, - -0.04341435432434082, 0.05060332268476486, 0.034872494637966156, - 0.059003110975027084, 0.06427279114723206, 0.0012583561474457383, - -0.020085612311959267, -0.07537713646888733, 0.024280384182929993, - 0.10452845692634583, 0.0267687626183033, 0.00036251553683541715, - -0.05992018058896065, -0.011750943958759308, -0.06376926600933075, - -0.032040663063526154, -0.034891579300165176, -0.030735738575458527, - -0.01723479852080345, -0.07731938362121582, 0.039081357419490814, - -0.09151703864336014, -0.03933985158801079, -0.022274283692240715, - 0.0038647339679300785, -0.021463125944137573, -0.004600881598889828, - -0.012099513784050941, -0.020012423396110535, 0.00553167937323451, - -0.016115715727210045, -0.01680254563689232, 0.0318169891834259, - 0.015347861684858799, 0.06529029458761215, 0.02524171583354473, - 0.010353133082389832, 0.02277875691652298, -0.04505792632699013, - 0.05461307615041733, -0.07813284546136856, -0.0476885586977005, 0.05436620116233826, - -0.0037874069530516863, 0.015155180357396603, -0.07582049071788788, - -0.0029867682605981827, 0.003232592949643731, -0.02908099628984928, - -0.005338973365724087, -0.02942631021142006, 0.07651302963495255, - 0.005788207054138184, 0.03364884480834007, 0.010966844856739044, - -0.011442243121564388, 0.0918186828494072, 0.020636867731809616, 0.0097072534263134, - 0.027182435616850853, 0.04200766980648041, 0.033203914761543274, - -0.05035785958170891, 0.04346887394785881, -0.07978670299053192, - -0.07550591975450516, -0.035980526357889175, 0.009741087444126606, - 0.038051169365644455, 0.002578162821009755, 0.04921799153089523, - 0.07336956262588501, -0.00960635021328926, 0.054124511778354645, - -0.09836118668317795, 0.012914749793708324, 0.004405675455927849, - -0.014524954371154308, 0.018071969971060753, -0.0373850017786026, - 0.07865313440561295, 0.09296157211065292, -0.031767915934324265, - -0.01228427980095148, -0.0024687987752258778, -0.012967938557267189, - 0.030038630589842796, 0.038643185049295425, 0.04829692095518112, - 0.09445556253194809, -0.0777583122253418, -0.029111092910170555, - -0.05599919706583023, 0.07269155234098434, -0.03442487120628357, - 0.050388772040605545, 0.006996321491897106, -0.03693348914384842, - -0.027251271530985832, -0.007949909195303917, -0.046636588871479034, - -0.014539153315126896, 0.05102934688329697, 0.0660400465130806, - -0.08962119370698929, 0.04473268240690231, -0.048587653785943985, - 0.02967364899814129, -0.09352090209722519, -0.004222097806632519, - 0.018696017563343048, -0.023213032633066177, -0.00894684623926878, - -0.003412325168028474, 0.06551588326692581, -0.03616335242986679, - -0.024332810193300247, 0.014965469017624855, -0.03138396888971329, - 0.097465381026268, -0.037561144679784775, -0.038899682462215424, - -0.0013512091245502234, -0.05466204509139061, -0.028150292113423347, - -0.023910488933324814, -0.04155614599585533, -0.007453331258147955, - 0.0067405132576823235, -0.03967753052711487, -0.005627765785902739, - -0.08699227124452591, -0.07290994375944138, 0.02026374824345112, - -0.027740303426980972, -0.04547608271241188, 0.06535069644451141, - 0.011374621652066708, -0.013723871670663357, 0.07094396650791168, - 0.06530272215604782, 0.09296727925539017, -0.018601011484861374, - 0.038401346653699875, 0.009131577797234058, 0.042145971208810806, - 0.032991115003824234, 0.0018330455059185624, 0.04196315258741379, - -0.0013442658819258213, -0.08741343766450882, 0.0814891830086708, - 0.10784128308296204, -0.023822493851184845, 0.051736705005168915, - -0.031063243746757507, -0.03422476351261139, 0.027201799675822258, - -0.02984659932553768, 0.017254427075386047, 0.0325809083878994, - -0.06410420686006546, 0.018811482936143875, -0.011637214571237564, - -0.07493757456541061, 0.10714907199144363, -0.05797155201435089, - -0.059977445751428604, 0.042454734444618225, -0.020591024309396744, - 0.01214689016342163, -0.049199264496564865, 0.054967887699604034, - -0.04534473270177841, 0.07319438457489014, -0.01243613287806511, - -0.006067296955734491, -0.062228381633758545, 0.08536004275083542, - -0.029161447659134865, 0.05276178941130638, -0.011564713902771473, - -0.1121835857629776, 0.030971137806773186, 0.002173186279833317, - 0.007809002883732319, -0.010564888827502728, -6.52737871860154e-5, - 0.014957885257899761, 0.0013830936513841152, 0.09487144649028778, - 0.07536257803440094, -0.011102144606411457, -0.057132788002491, -0.0291190966963768, - 0.04036872088909149, -0.005246099084615707, -0.05946359783411026, - 0.034568239003419876, -0.02187497727572918, -0.02413974702358246, - -0.06652995944023132, -0.06502582877874374, -0.023387093096971512, - 0.0956905335187912, -0.03724987059831619, -0.12440137565135956, - 0.0010507134720683098, -0.03260960802435875, 0.03300468623638153, - -0.08210106939077377, -0.0076902760192751884, 0.05635010451078415, - 0.0005080081173218787, -0.000787999655585736, -0.0055080377496778965, - -0.07954836636781693, 0.0562610998749733, 0.0007737325504422188, -0.152114599943161, - -0.04256756976246834, -0.0540253147482872, 0.021931366994976997, - 0.00011013152834493667, -0.04984661191701889, 0.017646538093686104, - -0.08406969904899597, -0.05605929717421532, -0.03408610820770264, - -0.04899115115404129, -0.038952916860580444, -0.008581687696278095, - 0.04301661252975464, -0.06551569700241089, 0.030344443395733833, - -0.057618558406829834, 0.05809084326028824, -0.027647128328680992, - 0.10864663124084473, 0.030474167317152023, -0.028595494106411934, - 0.006559398025274277, 0.07310433685779572, 0.029790470376610756, - -0.02048932947218418, -0.0012702803360298276, -0.017918458208441734, - 0.05113246291875839, -0.02745472639799118, -0.013175064697861671, - -0.020747046917676926, -0.0016861617332324386, 0.014419793151319027, - 0.07261508703231812, -0.016035420820116997, 0.060499321669340134, - 0.057043883949518204, -0.0058865854516625404, 0.007531501818448305, - -0.028164485469460487, 0.019490011036396027, 0.009552461095154285, - 0.06971289962530136, 0.0530756413936615, -0.0023731053806841373, - -0.010872970335185528, 0.05063002556562424, -0.08952891826629639, - -0.00020426741684786975, 0.0258793905377388, 0.06251771748065948, - -0.01519488450139761, 0.06911907345056534, -0.05483051761984825, - 0.04332356154918671, 0.08078937232494354, 0.012451432645320892, - -0.00300859403796494, -0.004592586308717728, -0.04449164494872093, - -0.01474009919911623, 0.014243341982364655, 0.08250758051872253, - -0.004233330953866243, -0.00517736142501235, 0.0308380089700222, - 0.02388170175254345, -0.044378284364938736, -0.08977613598108292, - -0.011852869763970375, 0.007390828337520361, -0.06587586551904678, - 0.006530973128974438, -0.014611267484724522, -0.03119688667356968, - -0.06453089416027069, 0.015589282847940922, 0.032820940017700195, - -0.016090484336018562, -0.00743190897628665, -0.043213535100221634, - -0.005247276742011309, 0.045832015573978424, 0.017977982759475708, - -0.00418155686929822, -0.11345595866441727, -0.053278084844350815, - -0.07933787256479263, 0.0522073470056057, 0.005376308690756559, - -0.039344850927591324, -0.06228305399417877, 0.07570284605026245, - -0.03112310916185379, 0.014591586776077747, 0.02717740647494793, - -0.01985584944486618, -0.024228641763329506, -0.06049688905477524, - -0.027330178767442703, 0.028545230627059937, -0.02048456482589245, - -0.03614075481891632, -0.014218179509043694 - ], - [ - -0.015485386364161968, -0.05244850739836693, -0.019127797335386276, - 0.016090864315629005, -0.05673104152083397, -0.0382564440369606, - 0.01168453972786665, -0.06237263232469559, 0.0016992465825751424, - 0.0050669703632593155, -0.028598573058843613, -0.03976312279701233, - -0.022986426949501038, 0.07253603637218475, 0.019492115825414658, - 0.07141715288162231, -0.08134989440441132, -0.07024169713258743, - 0.062410254031419754, 0.026842381805181503, -0.0010560364462435246, - 0.08300391584634781, 0.03478324040770531, 0.04272811859846115, 0.03667115047574043, - 0.005463022273033857, 0.044917993247509, -0.02518647164106369, 0.012481948360800743, - 0.01529659517109394, 0.014023857191205025, -0.062125835567712784, - -0.016818488016724586, 0.03202894702553749, -0.05355658382177353, - -0.002902812557294965, 0.0047660814598202705, -0.07038937509059906, - 0.020233720541000366, -0.013371443375945091, 0.07084444910287857, - -0.015809940174221992, 0.03324269875884056, 0.05385711416602135, - -5.436718856799416e-5, -0.006637914106249809, 0.019681192934513092, - -0.04792269691824913, -0.025631247088313103, 0.016993962228298187, - -0.014358125627040863, -0.0053296079859137535, -0.06989268958568573, - -0.033736106008291245, 0.04397382214665413, -0.008340534754097462, - -0.062366534024477005, 0.02437552995979786, 0.040732573717832565, - -0.01633886620402336, 0.011866673827171326, 0.016476135700941086, - -0.07297423481941223, -0.027173232287168503, 0.010939068160951138, - 0.016058729961514473, -0.031434159725904465, 0.03321395069360733, - 0.04985195770859718, -0.03326776251196861, 0.03491366654634476, 0.05597184970974922, - 0.03388943523168564, -0.005078678019344807, 0.030665474012494087, - 0.034566037356853485, 0.038139183074235916, 0.05124841257929802, - 0.04674899950623512, 0.000986907514743507, 0.01495091151446104, - -0.0005074310465715826, 0.03162666782736778, -0.03865237906575203, - 0.016915274783968925, 0.009782446548342705, -0.011459271423518658, - -0.04696371778845787, -0.08079361170530319, 0.0537075437605381, - 0.017707882449030876, -0.0045873490162193775, -0.012197775766253471, - -0.011339874938130379, -0.08078868687152863, 0.07186900079250336, - -0.030086444690823555, 0.016521112993359566, 0.0019180735107511282, - -0.05704484134912491, -0.05155108496546745, 0.06434731185436249, - -0.005531913135200739, -0.04462142288684845, -0.05333612486720085, - -0.02824609912931919, -0.01710963249206543, -0.058558035641908646, - -0.004651401657611132, -0.0015564908972010016, 0.033459607511758804, - -0.025696244090795517, 0.04547913372516632, -0.002844996517524123, - -0.04397713392972946, -0.03436839208006859, -0.025563815608620644, - -0.00372697738930583, 0.06463514268398285, -0.023299988359212875, - -0.0793384537100792, -0.06409037113189697, 0.04074427857995033, - -0.014028455130755901, 0.03350729122757912, 0.014741549268364906, - -0.022225316613912582, -0.042763933539390564, 0.031744588166475296, - -0.10384757071733475, 0.03832539543509483, -0.023129679262638092, - 0.01766149513423443, -0.07114187628030777, 0.012593928724527359, - -0.09647256135940552, -0.00979047641158104, 0.04457922652363777, - -0.008195724338293076, -0.0007161712273955345, -0.050768837332725525, - -0.022252673283219337, 0.03659936413168907, -0.01169691700488329, - -0.05187529698014259, 0.042669158428907394, -0.003289578715339303, - 0.04454653337597847, -0.06020709127187729, 0.031282808631658554, - -0.004932820331305265, 0.04570504277944565, 0.011524922214448452, - 0.04003484547138214, 0.004108821973204613, -0.07298681885004044, - 0.0027817829977720976, -0.05197932943701744, 0.03406538814306259, - 0.045926377177238464, -0.06486592441797256, 0.02194647304713726, - -0.010933018289506435, 0.051188770681619644, 0.10478615015745163, - 0.049019310623407364, -0.06949197500944138, -0.014724940992891788, - 0.02644774317741394, 0.06527682393789291, -0.005384882912039757, - 0.06828174740076065, -0.02071024850010872, -0.0437614880502224, - 0.007914005778729916, -0.07531192898750305, 0.0414300411939621, - -0.07347045093774796, -0.07109817862510681, -0.05124978721141815, - 0.06895309686660767, 0.06569520384073257, 0.08673468977212906, 0.0709579586982727, - 0.057195331901311874, 0.005907182581722736, 0.03075730986893177, - 0.00917669665068388, -0.08407428860664368, -0.03271382302045822, - -0.05635730177164078, -0.0383358895778656, 0.06467445939779282, - 0.023011157289147377, 0.04632622376084328, -0.01205382589250803, - 0.02586294896900654, -0.013597228564321995, 0.025874951854348183, - 0.041198331862688065, -0.009191220626235008, 0.0043855104595422745, - 0.020679567009210587, 0.01630854606628418, -0.04796499386429787, - -0.09085157513618469, 0.012712677009403706, -0.015877949073910713, - 0.007144538220018148, -0.02728193998336792, 0.09698010236024857, - 0.06432823836803436, -0.0142270652577281, 0.007339987438172102, - 0.016125673428177834, 0.062318675220012665, 0.044101882725954056, - -0.09992985427379608, -0.06379673629999161, 0.07588271796703339, - -0.02403988689184189, -0.025417521595954895, -0.026627440005540848, - -0.012577935121953487, -0.013010711409151554, -0.06805622577667236, - -0.013850551098585129, -0.043166354298591614, 0.027253199368715286, - 0.013910922221839428, -0.025962382555007935, 0.0805196613073349, - 0.006912440527230501, 0.033158961683511734, 0.05091279745101929, - 0.045876313000917435, 0.005871558096259832, 0.031812701374292374, - -0.010597316548228264, 0.0621957890689373, -0.02087436057627201, - -0.05291762948036194, 0.034025873988866806, -0.054973628371953964, - -0.01837323233485222, 0.04282241314649582, 0.044352997094392776, - 0.003747462760657072, -0.013570691458880901, -0.01277614664286375, - -0.022111205384135246, -0.07280335575342178, -0.005400220397859812, - -0.01080121286213398, 0.05913618206977844, -0.07676936686038971, - -0.07936953753232956, 0.04309762269258499, 0.04569995403289795, 0.025910509750247, - 0.06483229249715805, -0.0394945926964283, 0.007101778872311115, 0.05802758410573006, - -0.06289849430322647, 0.02055167779326439, 0.04215666651725769, - -0.013650795444846153, -0.018197976052761078, 0.02441537380218506, - -0.010693115182220936, 0.11271855980157852, -0.009285992942750454, - -0.02463306300342083, 0.00645319651812315, -0.04976338520646095, - -0.007534570060670376, -0.046921662986278534, -0.06324197351932526, - 0.044450532644987106, 0.07056645303964615, 0.09000015258789062, -0.0717204362154007, - -0.01929902657866478, 0.023589609190821648, 0.012139656580984592, - 0.004997191019356251, -0.005290089640766382, -0.007367996498942375, - 0.03894764184951782, -0.027530744671821594, 0.007131705991923809, - 0.026517072692513466, -0.04918775334954262, 0.008895297534763813, - 0.022371726110577583, 0.03025463968515396, 0.06273159384727478, - -0.023509619757533073, 0.03991129994392395, 0.07380612939596176, - -0.04413938894867897, 0.013578742742538452, -0.026375500485301018, - 0.00737080629914999, 0.034823715686798096, 0.02666051872074604, - -0.055201638489961624, 0.017095530405640602, 0.027841301634907722, - 0.0862443745136261, -0.042189642786979675, -0.043699976056814194, - -0.021552233025431633, -0.025884835049510002, 0.0010936319595202804, - -0.04864105209708214, 0.01815875619649887, 0.004281070549041033, - -0.0476524755358696, -0.04936248064041138, 0.02525663748383522, - -0.04932849481701851, -0.04121857509016991, 0.07172056287527084, - 0.006990042515099049, 0.005521596409380436, 0.08319351822137833, - 0.02099604904651642, 0.03897368162870407, -0.07291029393672943, - 0.018810635432600975, -0.021456720307469368, 0.01516259741038084, - -0.03945877030491829, -0.05542802810668945, 0.022916045039892197, - -0.010081956163048744, -0.017122186720371246, -0.02945760078728199, - 0.03921179100871086, 0.023422474041581154, -0.038145434111356735, - 0.051224902272224426, 0.05588525906205177, 0.0004225069424137473, - 0.050232917070388794, 0.034465234726667404, 0.06371179223060608, - -0.07631930708885193, 0.026030026376247406, 0.019660398364067078, - 0.01466387789696455, 0.03234472870826721, -0.0025687881279736757, - 0.04571111500263214, 0.0034447575453668833, -0.018978634849190712, - 0.011023076251149178, -0.068119578063488, -0.023653419688344002, - 0.061016783118247986, -0.04454084858298302, 0.012885094620287418, - 0.02694876305758953, 0.036216963082551956, -0.027719251811504364, - 0.12197280675172806, -0.03403474763035774, -0.02980768494307995, - 0.009179561398923397, 0.08381672948598862, 0.006140470039099455, - -0.02431332692503929, 0.03099733777344227, 0.0012805941514670849, - 0.04037240892648697, -0.05482243746519089, 0.02900625579059124, 0.05644978955388069, - 0.04131290316581726, -0.026677168905735016, 0.00666802516207099, - -0.054105691611766815 - ], - [ - -0.02088981680572033, -0.052221812307834625, 0.01881229877471924, - 0.012884962372481823, 0.05453873053193092, 0.015334367752075195, - -0.024393150582909584, -0.027200516313314438, 0.08551756292581558, - -0.017086463049054146, -0.008397901430726051, -0.014674216508865356, - 0.007011414971202612, 0.06463364511728287, -0.05397640913724899, - -0.02188676968216896, -0.006308066658675671, -0.050239063799381256, - 0.0359368734061718, 0.01946365460753441, 0.005204847548156977, 0.016743261367082596, - 0.005612714681774378, -0.028282014653086662, 0.05267539620399475, - 0.024043889716267586, -0.07411161810159683, -0.03590856119990349, - -0.03853285312652588, 0.03369726613163948, -0.05489816516637802, - -0.027606818825006485, 0.007098009809851646, -0.03857347369194031, - 0.07146912068128586, 0.018048327416181564, 0.08626042306423187, -0.03354512155056, - -0.0652819573879242, -0.04846467450261116, 0.07375995069742203, - -0.04784877225756645, -0.004060142673552036, 0.02746337093412876, - 0.033974017947912216, 0.06488538533449173, 0.04090974107384682, - -0.021891893818974495, 0.03158116340637207, 0.019377756863832474, - 0.03593914955854416, -0.019744157791137695, 0.002198167145252228, - -0.038582853972911835, 0.029466083273291588, 0.07571104913949966, - 0.041256580501794815, 0.02451414428651333, 0.054422806948423386, - -0.05176607891917229, -0.04865698888897896, -0.04083907976746559, - -0.05474318191409111, -0.02995373122394085, 0.029277309775352478, - -0.0634956955909729, -0.032512787729501724, -0.05208028107881546, - 0.020010732114315033, -0.08424866944551468, 0.053036004304885864, - 0.10340879112482071, 0.0002904502034652978, -0.07718449831008911, - 0.0414867140352726, -0.005221869796514511, 0.08175422996282578, - -0.017237909138202667, 0.017795195803046227, 0.08819320052862167, - 0.009554342366755009, 0.04082781448960304, 0.0577889084815979, -0.07379107922315598, - 0.06272482126951218, 0.014085646718740463, 0.03488852456212044, - -0.02256893180310726, -0.039390575140714645, 0.010847399942576885, - 0.00792829692363739, -0.0027338105719536543, 0.008470533415675163, - 0.05931735038757324, -0.0011947662569582462, 0.013977445662021637, - -0.0014325783122330904, 0.03201133385300636, -0.03649023175239563, - -0.0062819416634738445, 0.028560249134898186, 0.029383348301053047, - 0.0821557492017746, -0.03515877202153206, 0.0010661791311576962, - 0.061421360820531845, 0.05107589438557625, 0.04544449225068092, - -0.009142459370195866, -0.07592492550611496, 0.007651367224752903, - -0.09587445110082626, 0.12671445310115814, -0.023448705673217773, - -0.0027965346816927195, -0.017660876736044884, 0.005743374582380056, - 0.007020134013146162, 0.025839896872639656, -0.01737961173057556, - -0.07791082561016083, -0.02702951245009899, -0.07663282006978989, - 0.016200203448534012, 0.02447499893605709, -0.0018571949331089854, - -0.07788050174713135, 0.0072486926801502705, 0.059146009385585785, - -0.04355053976178169, -0.045647528022527695, -0.0846310555934906, - 0.0242312029004097, -0.007313077803701162, 0.038817912340164185, - -0.0654909536242485, 0.018740663304924965, 0.005123862065374851, - -0.01710342988371849, 0.022935064509510994, -0.07356007397174835, - -0.06822782009840012, 0.04963355511426926, 0.02917252853512764, - -0.04621557518839836, 0.060334693640470505, -0.014760691672563553, - -0.008838342502713203, -0.06948146224021912, 0.021285122260451317, - -0.01521932054311037, -0.04873737692832947, 0.05150600150227547, - -0.0300142765045166, -0.002432146342471242, -0.052657585591077805, - 0.03278351202607155, -0.024302123114466667, -0.005635045934468508, - -0.0006423004087992013, -0.02094392664730549, 0.03704732656478882, - -0.041656170040369034, -0.03329936042428017, 0.03912843391299248, - -0.039624862372875214, -0.030470052734017372, 0.0109364939853549, - -0.03477083146572113, 0.08041999489068985, 0.014838181436061859, 0.0564122349023819, - -0.002015075646340847, 0.02666262723505497, 0.08490308374166489, - 0.006595192477107048, -0.00965177733451128, -0.022805649787187576, - -0.006715037394315004, -0.09766501933336258, 0.0011647747596725821, - 0.03876708447933197, -0.03005470335483551, 0.13009858131408691, - -0.007413646671921015, 0.019503161311149597, 0.010633677244186401, - -0.005956706125289202, 0.023074423894286156, 0.029899578541517258, - -0.022146260365843773, -0.008799506351351738, 0.07762949168682098, - 0.03652086481451988, -0.04250263422727585, 0.08428264409303665, - -0.029371125623583794, -0.004992938134819269, 0.057153377681970596, - -0.04565738886594772, 0.04284120723605156, -0.05400834232568741, - 0.04303430765867233, -0.04518160969018936, 0.0015727495774626732, - 0.002280563348904252, -0.06282196938991547, -0.030886095017194748, - -0.0008904169662855566, 0.019102448597550392, -0.010782089084386826, - 0.008648419752717018, -0.060857295989990234, -0.0368717685341835, - 0.014215388335287571, -0.04978129267692566, -0.04300132766366005, - -0.06965671479701996, -0.03311212733387947, 0.084780752658844, - -0.029918240383267403, -0.047279007732868195, 0.008585912175476551, - -0.02556762285530567, -0.036036454141139984, -0.1128293052315712, - -0.03973051905632019, 0.06766645610332489, 0.013411354273557663, - -0.06751566380262375, 0.04645167663693428, 0.01800111122429371, - -0.04826473072171211, 0.07204115390777588, -0.052137114107608795, - -0.029818041250109673, -0.0074621159583330154, 0.009513459168374538, - -0.007119642570614815, 0.04834987223148346, -0.048535652458667755, - 0.03852987661957741, 0.04212360456585884, 0.017572790384292603, - -0.09788673371076584, 0.08051596581935883, 0.06392800807952881, - 0.052692998200654984, -0.014829505234956741, 0.00725264148786664, - 0.01987832598388195, -0.10008371621370316, -0.08715925365686417, - 0.07384292781352997, 0.07410649210214615, 0.02059745229780674, - -0.025776930153369904, -0.0546194389462471, -0.011681457981467247, - -0.029258113354444504, -0.021781938150525093, -0.01104506105184555, - -0.014591756276786327, -0.023523300886154175, -0.0515957809984684, - -0.06656709313392639, 0.022460082545876503, -0.01783863827586174, - -0.008090415969491005, 0.07040373980998993, 0.06448707729578018, - -0.0031283057760447264, 0.012009559199213982, 0.03993142768740654, - -0.08728950470685959, -0.036119505763053894, 0.013843373395502567, - 0.029449373483657837, 0.02756526507437229, -0.04608093947172165, - 0.013405254110693932, 0.03638574853539467, -0.018928389996290207, - -0.002119696233421564, -0.07349642366170883, 0.03412856534123421, - -0.053976766765117645, -0.010637160390615463, -0.012955039739608765, - 0.07287432998418808, -0.00957603007555008, -0.03639307990670204, - 0.02938440628349781, -0.03155142441391945, -0.040341585874557495, - 0.02248397283256054, -0.0172378271818161, 0.055680353194475174, - -0.05204831063747406, 0.08200133591890335, 0.09831341356039047, - -0.003980726003646851, -0.020266856998205185, -0.012244172394275665, - -0.03938591480255127, -0.006471556611359119, 0.0036546424962580204, - -0.03569844365119934, -0.0981961116194725, -0.007504844106733799, - 0.03164998069405556, -0.05804203078150749, 0.05474172160029411, - -0.07906416058540344, -0.025619493797421455, 0.06385750323534012, - 0.03478047251701355, 0.005477470811456442, 0.013260537758469582, - -0.04798293486237526, -0.007967264391481876, 0.06924382597208023, - 0.020081741735339165, -0.02454792521893978, -0.012767487205564976, - 0.060017455369234085, 0.049422744661569595, 0.034044284373521805, - 0.039935898035764694, 0.0020369605626910925, -0.01833759993314743, - -0.0016989712603390217, 0.03661203384399414, 0.038394324481487274, - -0.027234487235546112, -0.06359747797250748, 0.07435153424739838, - -0.022826461121439934, -0.033561427146196365, -0.030559692531824112, - -0.03551202639937401, -0.05797458812594414, 0.011698044836521149, - 0.02112543024122715, 0.0039128996431827545, 0.009989646263420582, - 0.10942398011684418, -0.02191031724214554, -0.0018867822363972664, - -0.024922961369156837, 0.06961839646100998, 0.000169423408806324, - 0.024342812597751617, -0.008446029387414455, 0.011951202526688576, - 0.06991192698478699, -0.00390639528632164, 0.058618322014808655, - -0.05886220559477806, -0.013763314113020897, -0.07951676845550537, - 0.03273558244109154, -0.08368129283189774, -0.03881186991930008, - 0.010342973284423351, 0.053416140377521515, 0.04947372153401375, - 0.01948091946542263, -0.037380870431661606, -0.03837653994560242, - 0.04460366815328598, -0.002626357600092888, 0.02881559357047081, - 0.029771240428090096, 0.016665657982230186, 0.007008721586316824, - 0.06133124232292175, 0.013202019967138767, 0.09800583124160767, 0.04455425590276718, - 0.03783433139324188, -0.083957739174366, 0.07228595018386841, 0.03767445310950279 - ], - [ - -0.011922013014554977, -0.0067225974053144455, 0.004396721255034208, - 0.07891014963388443, 0.060128819197416306, 0.01997140422463417, - -0.020977677777409554, -0.02510264702141285, -0.025001537054777145, - 0.006274523679167032, 0.014595055021345615, -0.01439501903951168, - 0.03709032014012337, 0.0014054630883038044, -0.03636832535266876, - -0.01555958203971386, -0.005217897705733776, 0.01477944664657116, - -0.053064700216054916, 0.10361581295728683, -0.08577316999435425, - -0.10601326823234558, -0.002583365421742201, -0.008753125555813313, - -0.038071129471063614, -0.026155205443501472, 0.06115344166755676, - 0.044957976788282394, -0.04172341153025627, 0.046450164169073105, - 0.051105666905641556, -0.0030563140753656626, -0.0021909144707024097, - 0.031039560213685036, 0.0721702128648758, -0.08016318827867508, 0.03353278338909149, - 0.014722993597388268, -0.011797478422522545, 0.031379926949739456, - -0.02282819151878357, -0.006487302482128143, -0.041104018688201904, - 0.04129930958151817, 0.003494659438729286, -0.04952581971883774, - -0.020902199670672417, -0.05371939763426781, 0.04667997360229492, - 0.08053458482027054, -0.041791342198848724, -0.002605341374874115, - 0.08328239619731903, 0.021229710429906845, 0.01735270395874977, - -0.08441486209630966, 0.014116378501057625, -0.07473818957805634, - -0.05913453921675682, 0.0709545761346817, -0.005729370750486851, - 0.05116065964102745, 0.017803160473704338, 0.053443387150764465, - 0.010321507230401039, 0.0452900193631649, -0.09462650865316391, - 0.010591225698590279, -0.02439013682305813, 0.06730258464813232, - 0.012853172607719898, 0.0158087108284235, -0.011605817824602127, - 0.0009090249077416956, -0.010719561949372292, -0.07406846433877945, - -0.022149913012981415, -0.044083669781684875, -0.015851452946662903, - -0.08505110442638397, 0.047765567898750305, -0.02507423236966133, - -0.04272928461432457, -0.049718745052814484, 0.037257350981235504, - 0.011837691999971867, -0.052028052508831024, -0.05661819875240326, - 0.03487842530012131, 0.004507924895733595, 0.03673570975661278, - 0.029174745082855225, 0.018103497102856636, -0.06049010902643204, - 0.08192747086286545, 0.0376264713704586, 0.01268297154456377, -0.007386806420981884, - -0.08589410781860352, 0.07694640755653381, -0.017186090350151062, - -0.016089947894215584, -0.002707825042307377, -0.05278848856687546, - 0.05194561928510666, -0.0807323008775711, -0.0091303875669837, - -0.014448031783103943, 0.030762074515223503, 0.02182566374540329, - -0.061267148703336716, 0.050850238651037216, -0.0365867055952549, - -0.01062608789652586, 0.027726858854293823, -0.04616430401802063, - 0.06404402107000351, 0.058135662227869034, -0.0268730279058218, 0.03904012218117714, - -0.0213655773550272, 0.09017658978700638, 0.04276939481496811, 0.024275029078125954, - 0.039905060082674026, -0.07997828722000122, 0.0032740626484155655, - 0.03182314336299896, 0.019519880414009094, 0.060977060347795486, - -0.0041548116132617, 0.08732594549655914, -0.050612229853868484, - 0.054854296147823334, -0.0793251171708107, 0.02929048053920269, - -0.047445930540561676, 0.0018005945021286607, 0.015146918594837189, - -0.03792944923043251, 0.07690884172916412, 0.0676913857460022, 0.015710502862930298, - -0.04766542464494705, -0.03322863578796387, -0.035238079726696014, - 0.09788426011800766, -0.03175988793373108, 0.05884905159473419, 0.0469960980117321, - -0.005125255323946476, 0.005517216864973307, -0.07530460506677628, - 0.00569533696398139, -0.035841625183820724, 0.016921738162636757, - 0.008087401278316975, 0.06550315022468567, 0.027637651190161705, - 0.013378286734223366, 0.02381213940680027, 0.018571076914668083, - 0.013891024515032768, 0.07621356844902039, -0.08319185674190521, - -0.021477531641721725, 0.008558947592973709, 0.00744060892611742, - -0.0018728316063061357, -0.09993243962526321, 0.002377207623794675, - 0.037709254771471024, 0.020658304914832115, -0.005940545350313187, - 0.048099223524332047, -0.0021474857348948717, 3.350383849465288e-5, - 0.06177026033401489, -0.030091194435954094, -0.01197458803653717, - 0.024036934599280357, -0.06062320992350578, -0.03505251929163933, - 0.003315942594781518, -0.0002774663153104484, -0.02009364776313305, - -0.005556618794798851, -0.018081413581967354, 0.05370271950960159, - -0.04737398773431778, -0.0698564425110817, -0.028345439583063126, - -0.1058763861656189, -0.013951340690255165, -0.026093661785125732, - -0.0692015141248703, -0.005039659794420004, 0.09284250438213348, - -0.041248589754104614, 0.0207989364862442, 0.015135969035327435, - 0.05681440979242325, -0.014367084950208664, 0.02327411249279976, - 0.0026420638896524906, 0.07306049019098282, 0.0844200849533081, 0.04920428246259689, - 0.03449704125523567, 0.00934057030826807, -0.048048049211502075, - 0.051804374903440475, 0.053268712013959885, -0.006504221819341183, - 0.0402103029191494, -0.021164117380976677, 0.05484496057033539, 0.1114979088306427, - -0.047886427491903305, -0.05622651055455208, 0.044278714805841446, - 0.02998880110681057, 0.02378033474087715, -0.017776725813746452, - -0.05458729341626167, 0.06278058141469955, -0.00248152413405478, - -0.039878495037555695, 0.05631115660071373, 0.012482264079153538, - 0.016092661768198013, 0.019018229097127914, 0.10149570554494858, - -0.02135690115392208, 0.02799162268638611, -0.08498785644769669, - 0.02166830562055111, -0.07716099917888641, -0.012383212335407734, - -0.03582997992634773, 0.04484105482697487, -0.05968223884701729, -0.056346345692873, - 0.049844998866319656, -0.03568452596664429, -0.0041925301775336266, - 0.03265351429581642, -0.002016024896875024, -0.030359989032149315, - -0.04014485701918602, 0.015548520721495152, 0.04896927997469902, - -0.037372950464487076, -0.0377395860850811, 0.021092841401696205, - -0.003252558410167694, 0.010809837840497494, -0.07732721418142319, - -0.06878003478050232, -0.013399002142250538, -0.04113975912332535, - -0.044160399585962296, 0.011722685769200325, -0.027060117572546005, - 0.014207400381565094, 0.03469515219330788, -0.0666131004691124, - -0.06828533858060837, 0.028746280819177628, -0.06825095415115356, - 0.01242673397064209, -0.06937161833047867, 0.025493746623396873, - -0.08140073716640472, 0.0332125648856163, -0.007444960530847311, - -0.03781980648636818, 0.045968640595674515, -0.060370322316884995, - -0.02851160615682602, -0.031476881355047226, -0.04909694194793701, - 0.042365532368421555, 0.007221674080938101, -0.02863270603120327, - 0.06667012721300125, -0.02162451297044754, 0.0092850336804986, - -0.028732042759656906, -0.013151980936527252, -0.05721833184361458, - -0.07253535091876984, 0.02054453268647194, -0.0526098906993866, - -0.028773725032806396, -0.06466883420944214, 0.004182562697678804, - 0.039891138672828674, 0.04882284253835678, -0.02706756256520748, - -0.06182492896914482, 0.028569843620061874, 0.0811774954199791, - 0.024143734946846962, 0.009769520722329617, 0.014669885858893394, - 0.012950634583830833, -0.018403111025691032, 0.07485557347536087, - -0.05147140845656395, 0.01816568337380886, 0.010507137514650822, - -0.02364838309586048, 0.007283833809196949, -0.043661318719387054, - -0.007694486994296312, -0.043182358145713806, 0.04265792667865753, - 0.062755286693573, -0.05374496802687645, 0.0031657880172133446, - -0.031009454280138016, 0.12589122354984283, 0.033192578703165054, - 0.006800234783440828, -0.028047610074281693, -0.0012400521663948894, - -0.057828035205602646, -0.04989214241504669, 0.01571498066186905, - -0.009587273932993412, 0.02534005232155323, 0.008648127317428589, - -0.04761939123272896, -0.0369325652718544, -0.0019883429631590843, - 0.018133878707885742, 0.007030794396996498, -0.024314051494002342, - 0.04163603112101555, 0.025134654715657234, 0.07381901890039444, 0.04140706732869148, - 0.010975790210068226, 0.014375593513250351, 0.06539347022771835, - -0.014603832736611366, 0.04300186038017273, 0.02116628736257553, - 0.07222918421030045, 0.013815014623105526, -0.01066439226269722, - 0.004169273190200329, -0.035540562123060226, -0.046513717621564865, - 0.008362547494471073, -0.027851425111293793, -0.006248568184673786, - 0.010073074139654636, 0.01557955238968134, 0.005511690862476826, - -0.02112227864563465, -0.017459828406572342, 0.02949398197233677, - 0.04229021072387695, -0.05921619385480881, -0.0007205478614196181, - -0.023994874209165573, 0.07791762799024582, 0.037688933312892914, - 0.031523849815130234, -0.008110906928777695, 0.049499619752168655, - 0.01387991476804018, 0.026612108573317528, 0.0037750238552689552, - -0.04142357036471367, 0.045151714235544205, -0.10426176339387894, - -0.03783359006047249, 0.052600156515836716, -0.008328408002853394, - -0.06439545750617981, -0.013090375810861588 - ], - [ - 0.04275868833065033, -0.0105633195489645, -0.007543598767369986, - 0.006986602209508419, 0.026661444455385208, -0.02118748426437378, - -0.031389858573675156, 0.03057810105383396, -0.061654772609472275, - 0.08557615429162979, 0.006574010942131281, -0.04857945069670677, - 0.007368006277829409, 0.08923220634460449, 0.012663246132433414, - 0.022757582366466522, -0.036175284534692764, -0.01849352940917015, - -0.026371413841843605, 0.03519866615533829, 0.05060892552137375, - 0.0020444465335458517, 0.017191138118505478, 0.004304754082113504, - 0.020153984427452087, 0.006059323903173208, -0.03949897736310959, - -0.013163107447326183, -0.06387288123369217, 0.0341716893017292, - -0.0526837520301342, 0.0020946511067450047, -0.07561340928077698, - -0.007825082167983055, 0.04496120661497116, -0.04355669021606445, - 0.05614703893661499, 0.010483156889677048, 0.030021216720342636, - 0.07583478838205338, -0.01380488183349371, -0.0075686718337237835, - 0.09252603352069855, 0.005647776182740927, -0.03059934452176094, - 0.08048757910728455, -0.023368729278445244, 0.00317807006649673, - 0.07415618747472763, -0.0718541145324707, 0.037560101598501205, - -0.006585456896573305, 0.00993634294718504, -0.0030761156231164932, - 0.04765951633453369, 0.012983037158846855, -0.02244819514453411, - -0.038457032293081284, 0.005415701773017645, -0.0176728293299675, - 0.00604249956086278, -0.007066612597554922, -0.05226096883416176, - -0.010277307592332363, 0.03989182785153389, -0.060248538851737976, - 0.05826549604535103, 0.04596671089529991, 0.014677056111395359, - -0.03062901273369789, 0.090691938996315, 0.037475891411304474, 0.017307700589299202, - -0.04693421721458435, 0.08097724616527557, 2.3254522602655925e-5, - 0.07013203948736191, 0.0768747553229332, -0.01705453172326088, 0.06154751777648926, - 0.029177764430642128, 0.004767289850860834, -0.04873926192522049, - -0.020669717341661453, 0.10839607566595078, 0.10531816631555557, - -0.04810921847820282, 0.048265766352415085, -0.03219990059733391, - 0.04761356860399246, -0.037874847650527954, 0.024370655417442322, - -0.02114042080938816, -0.009121841751039028, -0.04760000854730606, - 0.07334904372692108, -0.009228398092091084, 0.06643364578485489, - 0.01077742874622345, 0.034196462482213974, 0.024655316025018692, - 0.014701083302497864, 0.018091702833771706, 0.06571446359157562, - 0.06229998543858528, 0.06145567074418068, 0.09347917884588242, -0.04173976182937622, - -0.048222653567790985, -0.009134922176599503, 0.07752886414527893, - -0.08484985679388046, 0.04709449037909508, -0.010705598630011082, - -0.08131936192512512, -0.0008382239611819386, -0.014585735276341438, - -0.0815206915140152, -0.02941371686756611, -0.047806885093450546, - -0.04619326815009117, -0.08113646507263184, -0.05672308802604675, - 0.02179855853319168, 0.021239226683974266, -0.012979242019355297, - -0.10375136137008667, -0.015944693237543106, -0.0006655585602857172, - 0.026866739615797997, 0.0542561411857605, -0.03580506518483162, 0.06756076961755753, - -0.08694402128458023, 0.07201675325632095, -0.06469549238681793, - -0.020126832649111748, -0.015206684358417988, -0.03344827517867088, - 0.04059810936450958, -0.07180989533662796, -0.044482775032520294, - 0.06788549572229385, -0.033237338066101074, 0.030155230313539505, - 0.05420375615358353, -0.05419173091650009, -0.010385289788246155, - -0.08403656631708145, 0.03704037517309189, -0.06722366064786911, - 0.01925123669207096, -0.010060046799480915, 0.02920282445847988, - -0.010017133317887783, -0.07079900801181793, -0.03219776973128319, - -0.004825847689062357, 0.08863146603107452, 0.018679799512028694, - -0.09987521171569824, 0.05991874262690544, -0.034432850778102875, - -0.04865531995892525, 0.09566198289394379, -0.028033755719661713, - -0.011091400869190693, 0.04321446269750595, 0.02644648402929306, - 0.13246853649616241, 0.016746295616030693, 0.10772853344678879, - 0.008997439406812191, -0.032833121716976166, 0.06664013117551804, - -0.005033836234360933, 0.017355607822537422, -0.025044070556759834, - -0.06766454130411148, -0.0026439994107931852, 0.017921259626746178, - 0.05495411530137062, 0.0196607057005167, 0.01728692092001438, 0.0891888290643692, - -0.07606867700815201, 0.01957152597606182, 0.004490076098591089, - -0.03075478784739971, -0.059587568044662476, -0.014497194439172745, - -0.018389008939266205, -0.029688647016882896, -0.011358942836523056, - -0.016402678564190865, 0.029467536136507988, 0.0252922885119915, - 0.04057251662015915, 0.06294214725494385, -0.030011966824531555, - 0.005398615729063749, 0.01503282506018877, -0.014148378744721413, - 0.016643160954117775, -0.00927704107016325, -0.09059733897447586, - -0.016955282539129257, 0.002542921807616949, 0.08425580710172653, - 0.09475812315940857, 0.07499851286411285, 0.026018960401415825, - -0.059297461062669754, 0.05912143737077713, 0.0016237898962572217, - -0.042788583785295486, 0.03063795529305935, -0.08327727764844894, - -0.0426618792116642, 0.026400404050946236, 0.019712703302502632, - -0.04272148013114929, -0.08404363691806793, -0.031786736100912094, - 0.013740001246333122, -0.005502819083631039, -0.007036037277430296, - 0.0869598463177681, -0.04218372702598572, 0.04397307336330414, 0.05438271537423134, - -0.039877187460660934, -0.04134390130639076, 0.0035792847629636526, - 0.027100354433059692, -0.012859716080129147, 0.02420138008892536, - 0.017294393852353096, -0.007446794770658016, -0.040509238839149475, - -0.052696336060762405, -0.04280225560069084, -0.027229273691773415, - -0.044156644493341446, -0.009375090710818768, 0.06552990525960922, - 0.034841690212488174, 0.038173969835042953, -0.047475799918174744, - 0.07393927127122879, -0.02573000267148018, -0.04538017138838768, - 0.015267109498381615, -0.024082863703370094, 0.05518386512994766, - 0.023429518565535545, -0.028790874406695366, -0.010307012125849724, - 0.11312918365001678, 0.08293931931257248, -0.0866374522447586, 0.07608190178871155, - -0.05788697302341461, 0.06354355067014694, 0.01234720554202795, -0.0404946506023407, - 0.12141764909029007, 0.057608529925346375, -0.0032747178338468075, - 0.06667425483465195, 0.11715034395456314, -0.026115531101822853, - -0.023907838389277458, -0.024532200768589973, -0.050777751952409744, - -0.01845404878258705, -0.08932249993085861, 0.0781603455543518, - -0.01578504778444767, -0.03852665424346924, 0.025774167850613594, - 0.06370124965906143, 0.03341032564640045, -0.030051039531826973, - 0.022160081192851067, 0.06642597168684006, -0.016163747757673264, - -0.025014439597725868, 0.029102662578225136, 0.03113563172519207, - 0.05432279780507088, 0.046992696821689606, 0.04149725288152695, - 0.021077601239085197, -0.014682144857943058, 0.07289429754018784, - 0.013104721903800964, -0.025564732030034065, 0.00046023476170375943, - 0.030808137729763985, 0.04401030018925667, 0.04567396640777588, 0.02153214067220688, - -0.009613978676497936, -0.0917072668671608, 0.004855507053434849, - -0.0504145510494709, -0.07658656686544418, -0.12286949902772903, 0.0354481041431427, - -0.04431996867060661, -0.02289496548473835, -0.07190494239330292, - -0.08147799968719482, -0.017450151965022087, 0.07377699017524719, - -0.04289473220705986, -0.020254984498023987, 0.017132652923464775, - -0.03676197677850723, -0.02645379863679409, 0.10864930599927902, - 0.047636065632104874, 0.017481284216046333, -0.047922778874635696, - 0.017942393198609352, -0.00015186250675469637, 0.04603442922234535, - 0.07399650663137436, -0.029156150296330452, 0.05835103988647461, - 0.032306864857673645, -0.05442575365304947, -0.0065485271625220776, - -0.01722373254597187, -0.05631435289978981, -0.014162800274789333, - 0.10510053485631943, -0.02015748620033264, -0.03699912130832672, - -0.09021688997745514, 0.0036190254613757133, -0.056016892194747925, - -0.013476572930812836, -0.010158376768231392, -0.02710273675620556, - 0.0024974006228148937, 0.03044312633574009, 0.08723489195108414, - -0.008807120844721794, 0.027414167299866676, 0.0584942102432251, - -0.016474738717079163, -0.02789083868265152, -4.3285381252644584e-5, - 0.04826938360929489, 0.004168444778770208, 0.0104214521124959, 0.005233940202742815, - -0.021302897483110428, -0.09990082681179047, 0.010898752138018608, - -0.03874077647924423, 0.06749767065048218, -0.0072448463179171085, - 0.02440539002418518, 0.04183068871498108, -0.008604048751294613, - -0.1187826469540596, -0.024545889347791672, 0.08398745208978653, - -0.003578817704692483, -0.023946793749928474, 0.05372455343604088, - -0.06008269637823105, -0.04273981600999832, 0.10063708573579788, - -0.09273602813482285, 0.07552128285169601, 0.049078766256570816, - 0.04352398216724396, -0.07864204794168472, 0.009679654613137245, 0.09080158919095993 - ], - [ - 0.02956526353955269, -0.03582359477877617, 0.05229362100362778, - 0.008863021619617939, -0.027922214940190315, 0.025541458278894424, - 0.04768047854304314, 0.0029266548808664083, 0.08085175603628159, - -0.006357503589242697, -0.01450357586145401, -0.01882067881524563, - -0.003870708169415593, 0.04003872722387314, 0.015091381967067719, - -0.010690771043300629, 0.07650434225797653, -0.008073593489825726, - 0.05832063406705856, -0.00044765195343643427, 0.06838534772396088, - -0.018706731498241425, -0.024105289950966835, -0.010686542838811874, - 0.04482349753379822, 0.010296630673110485, -0.01802053302526474, - -0.10332167148590088, -0.004665689077228308, -0.04097002372145653, - -0.052073631435632706, -0.029664555564522743, -0.014325886033475399, - 0.10857442766427994, 0.021196585148572922, 0.006212969310581684, - 0.07334625720977783, -0.024484295397996902, -0.02478509023785591, - 0.06429418176412582, 0.06391075998544693, -0.08832167834043503, 0.03459611162543297, - -0.00029635909595526755, 0.041576530784368515, 0.11203735321760178, - -0.050530847162008286, 0.07846463471651077, -0.02313997596502304, - -0.05453464761376381, 0.06062189117074013, 0.005381459835916758, - -0.10132844001054764, 0.021992260590195656, -0.06511705368757248, - 0.07643933594226837, 0.0181684922426939, -0.04279797151684761, 0.0244134534150362, - 0.00988088734447956, 0.1257711946964264, 0.043194033205509186, - -0.019915858283638954, -0.02302665449678898, 0.07558916509151459, - -0.07187455892562866, -0.06319520622491837, -0.022872187197208405, - 0.0198003388941288, -0.07818078249692917, 0.08677606284618378, - -0.018483513966202736, 0.06469056755304337, 0.007782223168760538, - 0.0857594832777977, 0.015454008243978024, 0.09519785642623901, - 0.0019123154925182462, -0.04146462306380272, 0.04689285531640053, - -0.024845190346240997, 0.03286629542708397, 0.018224375322461128, - -0.012018202804028988, 0.021712424233555794, 0.023915652185678482, - 0.0667705237865448, -0.019441088661551476, -0.03488417714834213, - 0.039764732122421265, 0.052620358765125275, 0.032989732921123505, - -0.03659762442111969, 0.01028082612901926, -0.08061211556196213, - -0.006965742912143469, 0.017961639910936356, 0.0404127836227417, - -0.009246344678103924, 0.037292979657649994, 0.06153231859207153, - 0.01647130772471428, 0.08825349062681198, 0.054753441363573074, - -0.010518033988773823, -0.0024555660784244537, 0.012779874727129936, - 0.03416259214282036, 0.06265948712825775, -0.03779231011867523, - -0.004420092795044184, -0.0759207233786583, 0.04025692120194435, - 0.04435525834560394, -0.06652427464723587, -0.020602678880095482, - -0.03553943708539009, 0.05446932092308998, 0.08498921245336533, 0.03643060848116875, - -0.012741019017994404, -0.012647789902985096, -0.08142314851284027, - 0.007839525118470192, -0.035040900111198425, 0.03276507556438446, - -0.05459097400307655, -0.05005374923348427, -0.03752636909484863, - 0.024135971441864967, 0.012934754602611065, -0.10547758638858795, - 0.01269830483943224, -0.0805359035730362, -0.05155681446194649, - -0.09300979226827621, -0.00800679624080658, 0.02073082886636257, - -0.017542021349072456, -0.00018158672901336104, -0.060742732137441635, - -0.016466690227389336, 0.00430388143286109, 0.0026492925826460123, - 0.0234241783618927, -0.05214940384030342, -0.0018318326910957694, - 0.05850714072585106, -0.060203198343515396, 0.045882225036621094, - -0.02941768243908882, -0.004719214979559183, 0.04224042594432831, - 0.05492261052131653, 0.05099157989025116, -0.05786462500691414, - 0.010561185888946056, -0.008330178447067738, 0.046419087797403336, - 0.054069798439741135, -0.05341288447380066, 0.002780328970402479, - -0.04573703557252884, -0.06253675371408463, 0.10205401480197906, - -0.03047214262187481, -0.08191584050655365, -0.08031181246042252, - -0.007336186710745096, 0.06878788024187088, 0.03150534629821777, - 0.011806284077465534, 0.03514190390706062, -0.035673532634973526, - 0.04466390609741211, 0.02464417926967144, -0.0032224918249994516, - 0.004891411401331425, 0.017316283658146858, -0.102122962474823, - -0.016505341976881027, 0.08109832555055618, 0.025805369019508362, - 0.007337932474911213, 0.01866251230239868, 0.0003389099729247391, - 0.007752835284918547, 0.035881828516721725, -0.04047258198261261, - -0.04770074784755707, 0.046249162405729294, -0.02354489080607891, - 0.024722442030906677, 0.07682056725025177, 0.051952511072158813, - 0.002264670329168439, 0.024544209241867065, -0.05094278231263161, - 0.017131516709923744, -0.0011702830670401454, 0.009091085754334927, - -0.06789809465408325, -0.028612425550818443, -0.03417777642607689, - 0.053946804255247116, -0.021313011646270752, -0.02864241413772106, - -0.03029913455247879, -0.06546400487422943, 0.06074575334787369, - 0.10572589933872223, -0.008247846737504005, 0.05054324492812157, - -0.02696620114147663, 0.001946742762811482, 0.0209653377532959, - 0.029883084818720818, -0.02444547787308693, -0.016435392200946808, - 0.08783690631389618, -0.01781785860657692, 0.011541915126144886, - -0.023132285103201866, 0.035532619804143906, -0.05175979062914848, - -0.060573987662792206, -0.05854593589901924, 0.062282294034957886, - -0.009637943468987942, -0.0272807739675045, 0.04309903457760811, - -0.0038240989670157433, -0.04391093924641609, 0.014134655706584454, - -0.0018352603074163198, -0.030989164486527443, -0.059502601623535156, - 0.008720958605408669, -0.0006615678430534899, -0.027813687920570374, - 0.021212991327047348, -0.025118732824921608, 0.02795730158686638, - 0.0010091251460835338, -0.09192609786987305, 0.026942148804664612, - 0.023650841787457466, 0.05350008234381676, -0.01820985972881317, - 0.027766643092036247, -0.043536603450775146, -0.1329365074634552, - 0.006131321657449007, 0.07751154899597168, -0.045619189739227295, - -0.0024281146470457315, -0.09880652278661728, 0.06525788456201553, - 0.018390491604804993, -0.037674106657505035, -0.1305042803287506, - -0.038899000734090805, 0.02770598977804184, -0.000998038100078702, - -0.023883873596787453, -0.09815283119678497, 0.09627439081668854, - 0.012291505932807922, 0.025049567222595215, 0.07085815817117691, - 0.10737643390893936, 0.09584299474954605, -0.0234958678483963, 0.021279647946357727, - 0.04764936491847038, 0.10730011016130447, -0.004521165043115616, - 0.004427819978445768, 0.058691926300525665, 0.018744196742773056, - 0.04874980449676514, 0.07834386080503464, 0.012285084463655949, 0.01913442090153694, - 0.047891564667224884, 0.06086837127804756, -0.026326360180974007, - -0.016223043203353882, 0.010929333977401257, 0.05767406150698662, - -0.023478344082832336, 0.03811139985918999, -0.00875262450426817, - 0.003599085845053196, 0.08544237166643143, 0.02062196098268032, 0.02836327627301216, - 0.016907960176467896, 0.016911480575799942, 0.04580869898200035, - -0.015203711576759815, 0.00033436843659728765, 0.0024768845178186893, - 0.011379847303032875, -0.04112226888537407, -0.06882209330797195, - -0.023773279041051865, 0.026698162779211998, -0.018616704270243645, - -0.019414519891142845, -0.014071253128349781, -0.05585051700472832, - -0.008798041380941868, -0.03065156750380993, -0.04624377563595772, - 0.07083781808614731, 0.0191158689558506, -0.0007851188420318067, - -0.016706597059965134, -0.004987116437405348, 0.015496261417865753, - -0.016800932586193085, -0.08318454772233963, -0.04368768259882927, - -0.026619883254170418, -0.05075254291296005, 0.13927051424980164, - -0.03498094156384468, -0.04692878946661949, 0.05539621412754059, - 0.017587900161743164, -0.046775802969932556, -0.03894462436437607, - 0.06326588988304138, -0.0715247094631195, -0.006887540686875582, - 0.03160356357693672, 0.04964305832982063, 0.023496096953749657, - -0.02119959145784378, -0.05812382325530052, -0.012269445694983006, - -0.010385514236986637, -0.0032082591205835342, -0.022876065224409103, - -0.11118751764297485, 0.004542270675301552, 0.055871352553367615, - 0.02169763669371605, -0.0589262954890728, -0.020104417577385902, - 0.07774551957845688, -0.0034413652028888464, 0.04028703644871712, - -0.0067884065210819244, 0.006021765060722828, -0.008400226011872292, - -0.03156249597668648, -0.03687759116292, -0.05760786309838295, -0.0283174030482769, - 0.01822488009929657, -0.14715595543384552, -0.03334755450487137, - 0.010150075890123844, -0.03059312328696251, 0.013635306619107723, - -0.01219763420522213, -0.028354879468679428, -0.004467857535928488, - 0.043310895562171936, 0.005542254075407982, -0.05345305800437927, - -0.08847729861736298, -0.034493591636419296, -0.021677615121006966, - 0.020683830603957176, -0.06593158841133118, 0.0007546553388237953, - 0.00372342299669981, -0.03915275260806084, -0.015855012461543083, - 0.04466042295098305, -0.028923721984028816 - ], - [ - 0.11566662788391113, 0.002065573586151004, 0.09946971386671066, 0.08894803375005722, - 0.0006368010072037578, 0.1137276366353035, -0.05727021396160126, - 0.05482197552919388, 0.08272133767604828, -0.05384175479412079, 0.03538614138960838, - -0.13954348862171173, -0.0019434989662840962, 0.014450888149440289, - 0.0887318104505539, -0.015116904862225056, 0.08634550124406815, - 0.010736862197518349, -0.03712790831923485, 0.02950817160308361, - -0.036146704107522964, 0.10770133137702942, 0.04731069132685661, - 0.08046016097068787, 0.0023948075249791145, -0.009217336773872375, - -0.09619665145874023, 0.04608720913529396, -0.004546905867755413, - 0.06192266568541527, -0.04412265494465828, 0.025672897696495056, - -0.013393964618444443, 0.09164313226938248, 0.044937435537576675, - 0.048058800399303436, 0.01816796138882637, 0.05309286713600159, - -0.03490803390741348, -0.0400935523211956, -0.04146486148238182, - -0.011222169734537601, -0.05506272241473198, -0.001772036193870008, - -0.0010901441564783454, -0.01299304235726595, 0.011378061957657337, - -0.00898477528244257, -0.001826502033509314, -0.1323133260011673, - 0.05391359701752663, -0.014549781568348408, -0.04082964360713959, - 0.009235610254108906, -0.016782546415925026, 0.0360817052423954, - -0.05226084589958191, 0.030696958303451538, 0.04220777004957199, - 0.014928755350410938, 0.007019781041890383, -0.062402885407209396, - 0.008238597773015499, -0.032668836414813995, 0.014288771897554398, - 0.008720166981220245, 0.03747086599469185, 0.04126540198922157, 0.11285220086574554, - -0.13232411444187164, 0.05674653872847557, -0.030138082802295685, - 0.051160648465156555, -0.016600266098976135, -0.003960691392421722, - 0.0950319766998291, 0.06326563656330109, 0.030606208369135857, -0.08664625138044357, - 0.013955524191260338, -0.011838103644549847, 0.011381632648408413, - -0.0007051978609524667, -0.09597168117761612, 0.07777334749698639, - -0.015682587400078773, -0.042236749082803726, 0.11556989699602127, - -0.13082271814346313, 0.11851266026496887, -0.04849337786436081, - -0.0811711773276329, 0.0009557446464896202, -0.01985117420554161, 0.07879638671875, - 0.026652079075574875, -0.1066322922706604, -0.0297543928027153, 0.02726532146334648, - 0.013786667957901955, -0.017543533816933632, 0.01795836165547371, - 0.00609544338658452, -0.03777942806482315, -0.03967228904366493, - 0.032515399158000946, -0.052334293723106384, -0.011104079894721508, - 0.04951680824160576, 0.006068410351872444, 0.0005182984168641269, - -0.036165595054626465, 0.0267176516354084, 0.009593191556632519, - -0.020070930942893028, -0.03997598588466644, -0.07481060922145844, - -0.10262691974639893, 0.012392004951834679, -0.060347624123096466, - 0.046262405812740326, -0.04709876701235771, -0.02463308349251747, - 0.0642373263835907, 0.02990708313882351, 0.0688435509800911, -0.08871861547231674, - -0.02244371362030506, 0.010697556659579277, -0.009732375852763653, - 0.0733744353055954, 0.00645965663716197, -0.0009369007311761379, - -0.035004884004592896, -0.007034230977296829, -0.046707142144441605, - 0.08595346659421921, 0.05095648020505905, -0.029489954933524132, - 0.019449274986982346, 0.007953682914376259, -0.05691826343536377, - -0.06417509913444519, 0.03627905994653702, -0.10696785897016525, - 0.11468394100666046, -0.014035545289516449, 0.07049211114645004, - -0.09541463851928711, 0.10213909298181534, 0.004719150718301535, - 0.024978002533316612, -0.030888007953763008, 0.010200939141213894, - 0.020912017673254013, -0.11089655756950378, 0.06775452196598053, - -0.07237911969423294, -0.0036682996433228254, 0.08915793895721436, - -0.01999133639037609, -0.05937105417251587, -0.04717458412051201, - -0.05034751817584038, 0.1290830820798874, -0.05838862806558609, -0.0389697290956974, - -0.05674808844923973, 0.05963389202952385, -0.00525811268016696, - 0.029723042622208595, 0.008879564702510834, 0.06111219525337219, - -0.0475151427090168, 0.06767135113477707, -0.06115627661347389, - -0.03181907534599304, -0.011497218161821365, -0.027148636057972908, - 0.010132679715752602, -0.06920424103736877, 0.034056928008794785, 0.081270232796669, - -0.05059286952018738, -0.03838833421468735, -0.03620121255517006, - 0.007237192243337631, -0.045549120754003525, 0.02867097780108452, - 0.02409166842699051, -0.03939934819936752, -0.0964462161064148, - 0.021951355040073395, 0.001126409973949194, -0.07890220731496811, - -0.026855887845158577, -0.012509041465818882, 0.00021555459534283727, - 0.1059308871626854, 0.01549470890313387, -0.044756434857845306, - -0.08506618440151215, 0.005723162088543177, 0.03148085996508598, - 0.022943919524550438, -0.039358362555503845, -0.04386269301176071, - -0.02967735007405281, 0.0563267357647419, 0.017779186367988586, - 0.007539017591625452, 0.01197883766144514, 0.030402597039937973, - 0.05741405859589577, -0.03619810938835144, -0.07280024141073227, - 0.021511254832148552, -0.10746569186449051, -0.055358946323394775, - 0.028950316831469536, 0.05703685060143471, -0.0038937386125326157, - -0.011628052219748497, -0.013887453824281693, 0.002539508743211627, - 0.06304846704006195, 0.0066073895432055, -0.007074669934809208, - 0.024522991850972176, 0.03122178465127945, 0.10920467227697372, - 0.0032842939253896475, -0.09727618843317032, -0.005621193442493677, - 0.03393576294183731, 0.036745406687259674, -0.0361190065741539, - -0.005025181453675032, -0.0615575909614563, -0.07980616390705109, - 0.053563762456178665, 0.014189756475389004, 0.03800498694181442, - -0.05219871923327446, -0.05034568905830383, 0.06216542795300484, - -0.06196361035108566, 0.02209693379700184, 0.05687627196311951, 0.0703861266374588, - -0.022975310683250427, -0.06410114467144012, 0.03353516012430191, - -0.027539150789380074, 0.007352046202868223, 0.006194575689733028, - -0.0562688373029232, 0.04432738572359085, 0.07371273636817932, 0.027744807302951813, - -0.060326408594846725, 0.025218509137630463, -0.09255912154912949, - 0.04753876104950905, -0.10784042626619339, -0.027382520958781242, - -0.03314298391342163, -0.02674189768731594, -0.03835206478834152, - -0.02145896665751934, 0.08303827047348022, 0.06043270602822304, - -0.03261153772473335, 0.005903736688196659, -0.009460996836423874, - -0.017622001469135284, -0.06741581857204437, -0.005615169182419777, - -0.0016244290163740516, -0.028683315962553024, -0.03023374453186989, - -0.00842952635139227, 0.04479765519499779, 0.00512702576816082, - 0.0019539003260433674, 0.05794704332947731, -0.018121616914868355, - -0.06847508251667023, -0.0535053014755249, -0.0014590293867513537, - 0.005845042876899242, 0.019815493375062943, -0.055171575397253036, - -0.05602148920297623, 0.06560349464416504, -0.01962001621723175, - 0.03619303181767464, -0.06469105929136276, 0.05240500718355179, 0.03831538185477257, - 0.02789190597832203, 0.043596137315034866, -0.03485860675573349, - -0.06398334354162216, -0.11023024469614029, -0.01670028641819954, - -0.011706274002790451, 0.04783783107995987, 0.03356872498989105, - 0.005729855503886938, -0.05207780376076698, 0.031928651034832, 0.008226684294641018, - -0.010733968578279018, -0.13579300045967102, 0.07723057270050049, - 0.06552459299564362, 0.09521929174661636, 0.030822178348898888, 0.02300618216395378, - -0.027976231649518013, 0.11223603785037994, 0.019481386989355087, - -0.03264511004090309, 0.005884032696485519, 0.1130901351571083, - -0.024823471903800964, 0.0902746245265007, -0.03304608166217804, - -0.02874644100666046, -0.037576667964458466, 0.09512846916913986, - -0.0792977586388588, 0.08382879197597504, -0.058735717087984085, - 0.03572997450828552, -0.054154131561517715, -0.05346278101205826, - 0.050345130264759064, -0.036627624183893204, -0.0023984184954315424, - -0.01199647132307291, 0.04321815073490143, 0.06790155172348022, - -0.12553741037845612, -0.009349232539534569, -0.06504988670349121, - -0.021093541756272316, 0.07660781592130661, -0.058236800134181976, - 0.058930348604917526, 0.07557221502065659, -0.0140466233715415, - -0.053523942828178406, 0.03654877841472626, 0.019958095625042915, - 0.02023168094456196, 0.013494501821696758, 0.05622468143701553, - -0.07977363467216492, -0.04073487967252731, -0.01842144876718521, - -0.02706960029900074, -0.04077592492103577, -0.014352810569107533, - 0.010322238318622112, 0.01243983581662178, 0.0011052432237192988, - -0.05538799241185188, -0.022849757224321365, 0.03680770471692085, - 0.020289821550250053, -0.12496596574783325, 0.07090725004673004, - 0.018620770424604416, -0.006516949273645878, 0.04905502498149872, - -0.03944260999560356, 0.08518517017364502, 0.015802569687366486, - -0.007428497076034546, 0.026699518784880638, 0.016165245324373245, - -0.01796111837029457 - ], - [ - -0.01785137504339218, 0.04774382710456848, -0.0034704760182648897, - -0.044604554772377014, -0.0789003074169159, 0.08890549093484879, - -0.0014595143729820848, -0.033592984080314636, -0.03219010308384895, - 0.04703777655959129, -0.05274330452084541, 0.04853558912873268, 0.03156055882573128, - -0.011231103911995888, -0.03766465187072754, -0.023658541962504387, - -0.058639999479055405, -0.0663820281624794, 0.073052778840065, -0.05998463183641434, - -7.550188456661999e-5, 0.01999605819582939, 0.06673125922679901, - 0.010502919554710388, -0.033717576414346695, 0.016857998445630074, - 0.01639244519174099, -0.00630410248413682, 0.0013759044231846929, - -0.03718430548906326, -0.058550622314214706, -0.027063850313425064, - -0.03206115961074829, -0.05105588585138321, 0.020996088162064552, - 0.028955940157175064, -0.025977058336138725, -0.047394249588251114, - -0.029434923082590103, -0.01259173545986414, 0.02207869663834572, - -0.03693416714668274, 0.00476877810433507, -0.002813732950016856, - -0.030792998149991035, -0.03977665677666664, -0.006307448726147413, - 0.020181026309728622, 0.026627762243151665, 0.04347880929708481, - 0.06329955160617828, 0.06488192826509476, -0.0037301569245755672, - 0.016160503029823303, 0.008727620355784893, -0.01704256981611252, - 0.012801560573279858, -0.01358489878475666, 0.04124145209789276, - 0.01147487759590149, 0.06351745128631592, -0.0316719114780426, - -0.0071044666692614555, 0.06914510577917099, -0.0641217976808548, - -0.014865309000015259, 0.013290018774569035, 0.023391982540488243, - 0.0035113063640892506, -0.07071173191070557, -0.004608814138919115, - 0.0280242208391428, -0.030530432239174843, -0.03149697184562683, - 0.044560644775629044, 0.06140761077404022, 0.04787604510784149, 0.04264095425605774, - -0.006739641539752483, 0.06178820878267288, -0.035024307668209076, - 0.016001593321561813, 0.009822086431086063, 0.03591076284646988, - 0.053602300584316254, -0.011345643550157547, -0.03166967257857323, - 0.022441919893026352, -0.019383493810892105, 0.00028568608104251325, - -0.05413307622075081, 0.03454010933637619, 0.033717893064022064, - 0.010044130496680737, -0.025962429121136665, 0.022144002839922905, - 0.04827998951077461, 0.0069689443334937096, 0.06721764802932739, - 0.013949504122138023, 0.0156585443764925, 0.01902288943529129, -0.00475076399743557, - -0.06292346119880676, 0.043144457042217255, 0.02753320336341858, - -0.025434723123908043, -0.005589197855442762, -0.024533851072192192, - 0.01300334744155407, 0.04222378134727478, -0.030410464853048325, - -0.0010447257664054632, -0.0617196299135685, 0.038273781538009644, - -0.03516964241862297, -0.04476706311106682, 0.021745676174759865, - 0.043750450015068054, 0.03200145065784454, 0.010130713693797588, - -0.007260881830006838, 0.07366389036178589, 0.014471438713371754, - -0.03174104914069176, 0.0475032776594162, -0.00668763043358922, - -0.029400520026683807, 0.010493558831512928, -0.027841828763484955, - -0.06629832088947296, 0.01441218052059412, -0.01372284721583128, - -0.03304720297455788, 0.07492688298225403, -0.06031816080212593, - -0.006092445459216833, 0.07028523087501526, 0.07293828576803207, - -0.006144753657281399, -0.08238252997398376, -0.006708979140967131, - 0.0007375369314104319, 0.010373055934906006, -0.05106653273105621, - 0.02883000485599041, -0.03269581124186516, 0.04711506515741348, - -0.024588830769062042, -0.022382399067282677, 0.06229386106133461, - 0.027871103957295418, 0.004894604906439781, -0.030688505619764328, - 0.019892996177077293, -0.04731249809265137, 0.05048405006527901, - -0.06082186475396156, 0.06510735303163528, 0.014041431248188019, - -0.04469158500432968, 0.0011970499763265252, 0.07553892582654953, - 0.0779421404004097, 0.011253551580011845, 0.003914385102689266, 0.03391352668404579, - -0.02432207390666008, -0.03620339184999466, 0.046021778136491776, - 0.04022349417209625, -0.004027357790619135, -0.0263943150639534, 0.0219262782484293, - -0.05248139426112175, -0.007174864877015352, 0.05242351442575455, - -0.04760396108031273, -0.029402222484350204, -0.05317947268486023, - 0.05583500862121582, 0.035509902983903885, -0.0021319002844393253, - 0.012993783690035343, 0.038347262889146805, 0.044239990413188934, - 0.037389062345027924, 0.010293045081198215, -0.050474464893341064, - 0.03182349354028702, 0.01853029616177082, -0.044933903962373734, - -0.015729617327451706, 0.006623879075050354, 0.05048195272684097, - 0.010214167647063732, -0.0580713227391243, -0.027356315404176712, - -0.007209193892776966, -0.0815805196762085, -0.041785307228565216, - -0.015712367370724678, 0.017571082338690758, 0.03284512832760811, - -0.06059279665350914, -0.07559972256422043, 0.030113456770777702, - 0.0046401056461036205, -0.07365385442972183, 0.05570949241518974, - 0.03023713082075119, 0.025126716122031212, -0.05656537786126137, - -0.04181336238980293, -0.015227130614221096, 0.06380705535411835, - -0.00871056318283081, -0.0853714793920517, 0.003900619223713875, - 0.010554876178503036, 0.03503766283392906, 0.035594113171100616, - -0.03019426390528679, -0.001731376862153411, -0.011621862649917603, - 0.002458152361214161, 0.04566315561532974, -0.0063521889969706535, - -0.007864364422857761, -0.04597122222185135, -0.007644217927008867, - 0.022267179563641548, -0.05821984261274338, -0.03564619645476341, - 0.0306487288326025, 0.045227617025375366, -0.011237324215471745, - 0.06046152859926224, -0.0404503308236599, 0.047560080885887146, - -0.031128546223044395, -0.00703243725001812, 0.01980450749397278, - -0.000959241995587945, -0.05132899805903435, 0.03492289036512375, - 0.005521930754184723, -0.01060516107827425, -0.03800560161471367, - -0.009931478649377823, -0.04549802467226982, -0.055154405534267426, - -0.003531218273565173, 0.03634173423051834, -0.06998328864574432, - 0.03695064038038254, -0.044135283678770065, 0.060469213873147964, - 0.0018148652743548155, 0.009746253490447998, 0.0289420485496521, - 0.04953325539827347, -0.012266736477613449, -0.015345007181167603, - -0.0021094647236168385, -0.00958172231912613, 0.09879184514284134, - -0.004880533553659916, -0.021207865327596664, -0.026784507557749748, - -0.0030051840003579855, 0.09448607265949249, -0.057918813079595566, - 0.05980021879076958, -0.01600276120007038, -0.003247538348659873, - 0.021155748516321182, -0.05045691877603531, 0.029648151248693466, - 0.028317799791693687, -0.007543463725596666, 0.10345133394002914, - -0.0020150861237198114, 0.026121938601136208, 0.016953276470303535, - 0.04091620445251465, 0.06909318268299103, 0.03340699523687363, 0.018100857734680176, - -0.016370864585042, 0.07688463479280472, 0.021051429212093353, -0.04487401992082596, - 0.04668976366519928, -0.052706025540828705, 0.0770716741681099, - 0.006310214288532734, 0.004339404404163361, -0.042047563940286636, - -0.022018736228346825, -0.01789778843522072, -0.0500289723277092, - -0.0033009808976203203, 0.02557300217449665, 0.030032159760594368, - -0.02507881633937359, -0.018035203218460083, -0.03303779289126396, - -0.10382913053035736, 0.07661935687065125, 0.05343904346227646, - 0.016004329547286034, -0.015429290942847729, 0.017356347292661667, - 0.021999698132276535, 0.021317459642887115, 0.05528261512517929, - -0.016483578830957413, -0.022294040769338608, -0.024593373760581017, - -0.06083784997463226, -0.01871388778090477, -0.08809368312358856, - -0.003900279989466071, -0.033379849046468735, 0.0647430568933487, - -0.045912403613328934, 0.055209171026945114, 0.0073773982003331184, - -0.04551641643047333, -0.02132389321923256, 0.027469364926218987, - -0.016513464972376823, -0.016761215403676033, -0.04936038702726364, - -0.10421416908502579, -0.07678284496068954, 0.03026348352432251, - -0.010939921252429485, -0.002668012399226427, -0.03687641769647598, - -0.05670252442359924, 0.03232972323894501, 0.016649587079882622, - -0.011293044313788414, 0.0024650839623063803, 0.06717322766780853, - 0.02691795863211155, 0.025439776480197906, 0.013031109236180782, - 0.04962534457445145, 0.04642629995942116, -0.04284098371863365, 0.02772042714059353, - -0.024708198383450508, -0.03304172679781914, -0.03535854071378708, - 0.03883516415953636, 0.07666146755218506, 0.00417498080059886, -0.04163290932774544, - 0.0060857729986310005, -0.04140663519501686, 0.0010545289842411876, - 0.02796538546681404, 0.08843346685171127, -0.03287680447101593, - 0.033200137317180634, -0.02201526239514351, -0.010276563465595245, - -0.014403165318071842, 0.00953960046172142, -0.054489925503730774, - 0.0023888512514531612, 0.017277054488658905, 0.0033508241176605225, - 0.05334305390715599, 0.01663707196712494, 0.07757175713777542, 0.022873984649777412, - -0.04359276965260506, -0.015110830776393414, 0.0019811056554317474, - 0.05492418259382248 - ], - [ - -0.05524373799562454, 0.006926392670720816, -0.0690952017903328, - -0.020029567182064056, 0.061380673199892044, -0.05179350823163986, - -0.04762740060687065, -0.018960272893309593, 0.0036078167613595724, - 0.029504291713237762, 0.01125755999237299, -0.02595086395740509, - 0.07550148665904999, -0.08178357779979706, 0.037612058222293854, - 0.027865685522556305, 0.004864877089858055, -0.05318334698677063, - -0.05861268937587738, 0.06127983704209328, -0.05415753647685051, - -0.05726056918501854, -0.04050436615943909, -0.05228206887841225, - 0.019989263266324997, 0.035648707300424576, 0.03934650868177414, - 0.06826472282409668, 0.0029674419201910496, 0.0144719323143363, 0.05448286607861519, - -0.014805184677243233, 0.08745622634887695, 0.0008354649180546403, - 0.0003346599987708032, -0.02919359877705574, 0.033033110201358795, - 0.07725207507610321, -0.013717585243284702, 0.03552931547164917, - -0.013649576343595982, -0.029693439602851868, 0.043034546077251434, - -0.018072307109832764, 0.038911618292331696, -0.0228586345911026, - -0.02529113180935383, -0.04056329280138016, 0.04305675998330116, - 0.07118947058916092, -0.04076020047068596, 0.038453392684459686, - 0.023260584101080894, 0.023370590060949326, -0.025128856301307678, - -0.06981656700372696, -0.036574672907590866, 0.03503512218594551, - -0.005456430371850729, 0.009625378996133804, -0.06336504220962524, - -0.006084988359361887, 0.03244876489043236, 0.03565520420670509, - -0.006951655261218548, -0.03957866132259369, 0.012141982093453407, - -0.029344096779823303, 0.03879081830382347, 0.06458279490470886, - -0.007504104170948267, 0.09820640832185745, -0.025289803743362427, - 0.024765076115727425, -0.04397778585553169, -0.010138748213648796, - -0.04548768326640129, 0.018315356224775314, 0.05612111836671829, - -0.09246144443750381, 0.049851443618535995, -0.03455585613846779, - -0.029258104041218758, -0.03191615641117096, -0.020969834178686142, - -0.03298928588628769, 0.01500911358743906, -0.014177273958921432, - 0.046113576740026474, -0.07505490630865097, 0.04569322615861893, - 0.05111510679125786, 0.07605684548616409, -0.05298066884279251, 0.08503472805023193, - 0.01083656307309866, 0.030529001727700233, -0.06600743532180786, - -0.051570624113082886, -0.014487030915915966, -0.009409590624272823, - -0.0845736488699913, -0.05184148997068405, 0.025058060884475708, - -0.02066856063902378, -0.08491946756839752, 0.01853405311703682, - -0.03184390440583229, -0.05704546719789505, 0.07802458107471466, - -0.014984948560595512, 0.07973824441432953, 0.013064056634902954, - -0.04149996116757393, 0.01902519166469574, -0.04496477544307709, - 0.06625009328126907, 0.014948058873414993, -0.03797056898474693, - 0.0060938261449337006, 0.05581384524703026, 0.045026905834674835, - 0.0010927459225058556, 0.05750099569559097, 0.018059244379401207, - -0.03434239700436592, 0.049404729157686234, -0.0008769791456870735, - 0.01306280680000782, -0.048703450709581375, 0.04096629470586777, - 0.03327220305800438, -0.04949665069580078, -0.01711895316839218, - -0.04417258873581886, -0.013767280615866184, -0.056644849479198456, - -0.013847358524799347, -0.03765708953142166, -0.07421766966581345, - 0.007430747617036104, 0.12157478928565979, -0.016101079061627388, - -0.03405384719371796, 0.05272580683231354, 0.024832425639033318, - 0.017700286582112312, 0.027434859424829483, 0.08460228145122528, - 0.005506731104105711, -0.049064453691244125, -0.003803732804954052, - -0.06235291063785553, -0.007627203594893217, -0.007234684657305479, - 0.007841113023459911, -0.05873468518257141, -0.02277727611362934, - -0.07600142061710358, -0.00670310715213418, 0.03786409646272659, - -1.3863443200534675e-5, 0.029622914269566536, -0.0025631319731473923, - -0.11098574101924896, -0.006766221020370722, -0.10812534391880035, - 0.0350523479282856, 0.03259705752134323, -0.01822049170732498, 0.003646708792075515, - 0.050140079110860825, 0.03218582645058632, -0.0390237495303154, - -0.01662098430097103, -0.015600854530930519, 0.018899252638220787, - -0.010500416159629822, 0.008543548174202442, 0.03563610836863518, - -0.019477669149637222, -0.009662406519055367, 0.023576319217681885, - 0.0322299599647522, -0.042009755969047546, -0.0418061837553978, - -0.021695995703339577, -0.023328375071287155, 0.028525782749056816, - 0.03277095407247543, -0.02904372848570347, 0.010375521145761013, - -0.10710369050502777, -0.038463715463876724, -0.05883864685893059, - -0.025700869038701057, 0.06329131871461868, 0.048657651990652084, - -0.027399608865380287, 0.03316010162234306, 0.05382366105914116, - 0.05954219773411751, -0.0312240831553936, 0.08841465413570404, 0.0484146773815155, - 0.0035550908651202917, 0.08631934225559235, 0.0020542610436677933, - 0.09971750527620316, -0.08044742792844772, -0.04265916720032692, - 0.028042757883667946, 0.05444076284766197, 0.015636611729860306, - 0.04848736524581909, 0.026749862357974052, -0.023503009229898453, - 0.033869579434394836, 0.02342170849442482, -0.0028068895917385817, - -0.0014170120703056455, 0.029228610917925835, -0.009447330608963966, - 0.027045968919992447, -0.028709780424833298, 0.083481565117836, - -0.08682601898908615, -0.05676840990781784, -0.062456436455249786, - 0.0029062191024422646, 0.038352373987436295, -0.037969090044498444, - 0.022387783974409103, -0.047408346086740494, 0.009667265228927135, - -0.11206837743520737, 0.03352076932787895, -0.09369503706693649, - 0.035554926842451096, -0.019448356702923775, 0.029533736407756805, - -0.03445660322904587, 0.010170799680054188, 0.02833428792655468, - -0.005576207768172026, 0.006653378717601299, -0.023060593754053116, - 0.02926371991634369, -0.006611482240259647, -0.027296796441078186, - 0.0858224555850029, 0.044539354741573334, -0.040274303406476974, - -0.0034462441690266132, -0.02783237025141716, -0.02855001576244831, - 0.03807397559285164, -0.03562469780445099, 0.0647357627749443, - 0.00037301695556379855, -0.015581286512315273, 0.006506986916065216, - -0.004534661769866943, 0.03101799264550209, 0.05100514739751816, - 0.07891006022691727, -0.10012683272361755, 0.029034176841378212, - 0.007002865429967642, -0.021418198943138123, -0.011025683954358101, - -0.06855514645576477, 0.015601119957864285, -0.014129514805972576, - -0.022134531289339066, -0.060214005410671234, -0.006473063956946135, - 0.07641714066267014, 0.022157037630677223, -0.05849074944853783, - -0.028986386954784393, -0.04521960765123367, -0.03423977643251419, - 0.07867396622896194, -0.07927324622869492, 0.06083217263221741, - 0.013368789106607437, -0.030245520174503326, -0.0008933736244216561, - -0.017593709751963615, 0.019489070400595665, -0.013656421564519405, - 0.005015122704207897, 0.0182578656822443, -0.04221326857805252, - -0.02799675613641739, 0.06068018823862076, -0.01912063919007778, - 0.07768530398607254, -0.036146488040685654, 0.03287629783153534, - 0.06650490313768387, 0.08838924765586853, 0.0009712622268125415, - 0.015893612056970596, 0.002178615191951394, -0.01663394086062908, - 0.07848542928695679, 0.007813526317477226, -0.05895932763814926, - -0.017141377553343773, 0.018925942480564117, 0.05001702159643173, - 0.09053557366132736, 0.01829421892762184, -0.04057624936103821, 0.06566078215837479, - 0.02933366410434246, 0.027981553226709366, 0.03450287505984306, 0.07055585086345673, - -0.04896668344736099, 0.004112702794373035, 0.07301731407642365, - -0.04808810353279114, -0.06335050612688065, 0.024466680362820625, - -0.021074386313557625, 0.0019308208720758557, -0.06559746712446213, - 0.06219395995140076, 0.02475334145128727, 0.02232939749956131, -0.09644587337970734, - 0.03283737972378731, 0.08849737048149109, 0.0009935731068253517, - -0.04810519516468048, 0.020273635163903236, -0.07058010995388031, - -0.015229285694658756, -0.0013782144524157047, 0.04165814816951752, - 0.05277703329920769, 0.08107846230268478, 0.0623488686978817, -0.07247258722782135, - -0.009651375003159046, -0.07302048802375793, 0.06127847358584404, - 0.008339633233845234, -0.12613867223262787, -0.02099224552512169, - -0.03287527710199356, 0.06532667577266693, 0.04823692515492439, - 0.048121899366378784, 0.017330890521407127, -0.027281133458018303, - 0.024380769580602646, 0.029644589871168137, 0.0309186689555645, - -0.004366290755569935, 0.026531793177127838, 0.0702434778213501, - -0.13831719756126404, -0.06788017600774765, -0.09843935072422028, - 0.030039295554161072, 0.018919240683317184, 0.03724300488829613, - -0.012648061849176884, 0.03931446000933647, 0.0518517903983593, 0.02956516668200493, - 0.007963172160089016, -0.047390688210725784, -0.013832165859639645, - -0.10387387126684189, -0.0022806653287261724, -0.0037507370579987764, - 0.038728464394807816, -0.022923080250620842, -0.010980469174683094 - ], - [ - 0.0069436985068023205, 0.03290998935699463, -0.025083940476179123, - 0.034897103905677795, -0.003913389053195715, 0.04501064121723175, - -0.001723848981782794, -0.016464632004499435, -0.07504351437091827, - 0.0791654884815216, 0.03363780304789543, -0.039313118904829025, - -0.014687633141875267, 0.12683038413524628, 0.014770878478884697, - -0.01167586725205183, 0.05011199042201042, -0.04612458869814873, - 0.06666232645511627, 0.06150028482079506, 0.08262886852025986, - -0.044896986335515976, 0.08914737403392792, -0.06277237087488174, - 0.05127850919961929, -0.025134140625596046, 0.016760248690843582, - -0.008129830472171307, 0.0038125473074615, -0.048020873218774796, - 0.023559248074889183, -0.01360868476331234, 0.02417915128171444, - -0.034255657345056534, 0.0041586668230593204, 0.02474052831530571, - -0.04018328711390495, 0.06322739273309708, -0.020485853776335716, - 0.05228285863995552, 0.0073851714842021465, -0.0013471490237861872, - 0.09050996601581573, 0.0010776752606034279, -0.003684350987896323, - 0.03612978383898735, 0.024039220064878464, 0.07002703100442886, 0.08611774444580078, - 0.06095440313220024, 0.06183939054608345, -0.008226620964705944, - -0.009370525367558002, -0.07529842108488083, 0.045899998396635056, - 0.013506606221199036, 0.009753369726240635, 0.015306871384382248, - 0.0608808733522892, -0.05668606236577034, -0.00971295777708292, - -0.006118963938206434, -0.10123176127672195, 0.012346522882580757, - -0.03536215052008629, -0.02046721801161766, 0.02024814300239086, 0.0263438131660223, - 0.05686858668923378, -0.03503818064928055, 0.08595087379217148, - 0.008476519957184792, -0.03897397592663765, -0.05552420765161514, - 0.02411527931690216, 0.015797756612300873, 0.06013482064008713, 0.06458397954702377, - -0.06241146847605705, 0.06418456137180328, -0.02034463733434677, - -0.003021328942850232, -0.03507811948657036, 0.059208352118730545, - 0.07616668194532394, 0.005488215945661068, 0.05992835760116577, - 0.030725160613656044, -0.007669661194086075, 0.034302547574043274, - -0.018399955704808235, 0.022628623992204666, -0.041918978095054626, - -0.06284314393997192, -0.03946315869688988, 0.027385465800762177, - 0.044654712080955505, 0.04565316438674927, 0.048366207629442215, - 0.05602076277136803, 0.020267819985747337, -0.07349105179309845, - 0.06398706883192062, 0.010522614233195782, 0.07311882078647614, - 0.033278945833444595, 0.013140500523149967, 0.040439631789922714, - 0.027126770466566086, 0.03022920712828636, 0.02451269142329693, - -0.028360459953546524, -0.05538944527506828, 0.013408985920250416, - -0.03698774799704552, 0.028049351647496223, -0.01634172536432743, - -0.11217158287763596, 0.05262335017323494, 0.05500383675098419, - -0.04814096540212631, 0.028971927240490913, -0.036995258182287216, - -0.0077528380788862705, -0.032704662531614304, 0.02106311544775963, - -0.004095555283129215, -0.04740627110004425, -0.03667275980114937, - -0.04023250937461853, 0.001808013068512082, 0.005253839306533337, - 0.011970519088208675, -0.034638844430446625, 0.03209790959954262, - 0.009718552231788635, 0.07240895181894302, 0.03318757936358452, - 0.006701864302158356, 0.02917739376425743, 0.0004282831505406648, - -0.037808939814567566, 0.03365705534815788, -0.03537384048104286, - -0.043297089636325836, -0.014352887868881226, -0.011305855587124825, - 0.022556331008672714, -0.11863492429256439, -0.005099029745906591, - -0.06671445071697235, 0.038364946842193604, -0.019782699644565582, - -0.05577344819903374, -0.008349290117621422, -0.002025182358920574, - 0.06184803321957588, -0.045726533979177475, -0.003462297609075904, - 0.017766432836651802, -0.05736455321311951, 0.007162140682339668, - 0.050321243703365326, 0.051221009343862534, 0.007261438760906458, - 0.005905686877667904, -0.01438982505351305, 0.0010979993967339396, - -0.04928784444928169, 0.10334315150976181, -0.0029236022382974625, - 0.00327727640978992, -0.0326051227748394, 0.011665824800729752, - 0.021549677476286888, -0.0259307399392128, -0.055124543607234955, - -0.0256044901907444, -0.03391142934560776, -0.05736991763114929, - 0.030617712065577507, 0.0344168096780777, 0.030580444261431694, 0.03233841061592102, - 0.030539823696017265, -0.029223591089248657, 0.026915667578577995, - -0.06917664408683777, -0.004590675700455904, 0.07214213162660599, - -0.051607657223939896, 0.023134704679250717, -0.00840460043400526, - 0.07607711106538773, -0.04654446616768837, 0.06842833012342453, - -0.015144593082368374, -0.019762128591537476, 0.07247291505336761, - -0.13907605409622192, -0.024995412677526474, -0.08087679743766785, - -0.07820387929677963, 0.01980779506266117, -0.08173830807209015, - 0.02196042612195015, -0.08696489781141281, -0.029533252120018005, - -0.007607008796185255, -0.06618641316890717, 0.06594984233379364, - -0.012009875848889351, -0.05977494642138481, -0.09138757735490799, - -0.006560864858329296, 0.0032159974798560143, -0.026872647926211357, - -0.10848479717969894, -0.006351551506668329, -0.03523765876889229, - 0.08312563598155975, -0.06756402552127838, -0.007941791787743568, - -0.04968102648854256, 0.020227953791618347, 0.02067423425614834, - 0.08465678244829178, 0.06837575137615204, -0.017899086698889732, - -0.0551174059510231, 0.052176930010318756, -0.020242657512426376, - -0.03741416707634926, -0.01041440200060606, -0.03205682337284088, - 0.03236857429146767, -0.054091472178697586, 0.03137402981519699, - -0.07148846238851547, 0.05543215572834015, 0.03206538036465645, 0.06716229766607285, - 0.04577989503741264, -0.0024493841920048, 0.004435161128640175, 0.07145033776760101, - 0.035989273339509964, -0.027192505076527596, -0.10671383887529373, - 0.08897135406732559, -0.0501093789935112, 0.018232805654406548, - -0.03731387481093407, 0.017060332000255585, -0.02520451880991459, - -0.010506651364266872, -0.0009479807922616601, 0.006836088839918375, - 0.07581965625286102, -0.01206881646066904, -0.05990229547023773, - 0.10221937298774719, 0.08774643391370773, 0.013293091207742691, - -0.03662487119436264, -0.0444156639277935, 0.12509962916374207, 0.05112297832965851, - 0.00817583967000246, -0.029805364087224007, 0.0816318616271019, 0.0589415468275547, - -0.04677991941571236, 0.014631734229624271, -0.05290600657463074, - 0.06744425743818283, -0.05058074742555618, 0.008677673526108265, - 0.004991416819393635, 0.01998775079846382, 0.07472426444292068, - -0.016122978180646896, -0.004744278732687235, -0.02592182345688343, - 0.06549298763275146, 0.018047627061605453, 0.03604739159345627, 0.04442567750811577, - -0.010044694878160954, -0.01869773119688034, -0.08324959129095078, - 0.03641221672296524, -0.0024696148466318846, 0.01584506779909134, - -0.02865530177950859, 0.03162923827767372, 0.07709082216024399, - -0.008907223120331764, -0.0343075692653656, 0.07376188784837723, - 0.062431905418634415, 0.031848933547735214, -0.03828752785921097, - -0.01889663375914097, -0.11366946995258331, 0.003903372213244438, - -0.04048534110188484, -0.05285639688372612, -0.06091725081205368, - 0.0302855484187603, 0.0203285813331604, -0.08334735780954361, -0.038494281470775604, - -0.03709820657968521, 0.04562890902161598, 0.011643396690487862, - 0.09495812654495239, 0.07360151410102844, 0.010835953988134861, - 0.004732350818812847, -0.05287434533238411, 0.08083248138427734, - -0.021553456783294678, -0.031019262969493866, 0.04033643752336502, - 0.03914038464426994, 0.02384112775325775, 0.009700736962258816, - -0.0067445142194628716, 0.016478199511766434, 0.01322666835039854, - 0.10520581901073456, -0.04213826730847359, 0.016166146844625473, - -0.038822464644908905, -0.027293037623167038, 0.009913869202136993, - 0.002103840932250023, -0.0008995843236334622, 0.017785418778657913, - -0.02835259586572647, -0.01794811338186264, -0.05881278216838837, - 0.04132514446973801, -0.011663425713777542, 0.03367413952946663, - 0.06996095925569534, 0.03383461758494377, 0.05896307900547981, 0.006690136156976223, - 0.04632318764925003, -0.007820316590368748, -0.03944399952888489, - -0.013261320069432259, -0.017819775268435478, 0.0038565569557249546, - -0.04538436979055405, 0.00775074353441596, 0.016503727063536644, - -0.05638675019145012, -0.054463423788547516, 0.07185094058513641, - 0.007042867597192526, 0.022723134607076645, 0.014895868487656116, - 0.001401072251610458, 0.018940065056085587, 0.05000670254230499, - -0.018345417454838753, 0.050387412309646606, 0.015607733279466629, - 0.047345731407403946, -0.07905153185129166, -0.0662655234336853, - 0.0014130445197224617, 0.019548581913113594, -0.018840279430150986, - 0.028522953391075134, 0.07899125665426254, -0.013969426043331623, - -0.023229174315929413, 0.006175921764224768, 0.05436312407255173, - 0.07333196699619293 - ], - [ - 0.031192315742373466, 0.058479033410549164, -0.00012149639951530844, - -0.041142407804727554, -0.03910069540143013, 0.0281963087618351, - 0.002765081822872162, 0.05369436740875244, 0.02138221450150013, 0.08405099809169769, - 0.015145010314881802, -0.03869090601801872, -0.01807115599513054, - 0.1665603071451187, 0.04842696338891983, 0.05651409178972244, -0.019958369433879852, - -0.07749202102422714, 0.021895233541727066, -0.02708808332681656, - 0.09023415297269821, -0.036569129675626755, 0.04917648434638977, - -0.023656660690903664, 0.09363342076539993, -0.04382895678281784, - -0.0018793608760461211, -0.02098769322037697, 0.00726591469720006, - 0.041166264563798904, -0.07245302200317383, 0.062110863626003265, - -0.01402304507791996, -0.02068205177783966, -0.0157918781042099, - 0.08441765606403351, 0.01899615488946438, -0.046014878898859024, - -0.01891644485294819, -0.0014426619745790958, -0.028965279459953308, - 0.06632092595100403, 0.02114925906062126, 0.01877954788506031, 0.019545117393136024, - -0.034610357135534286, 0.014280984178185463, 0.01311465259641409, - -0.01044286135584116, 0.02657339535653591, 0.03698839619755745, - -0.04754319414496422, -0.10526164621114731, -0.05700870230793953, - 0.03461718186736107, 0.03826409578323364, -0.009334562346339226, - -0.00011642515892162919, 0.07611583173274994, -0.047620758414268494, - -0.011915192939341068, 0.002683798084035516, -0.007445972878485918, - 0.06582018733024597, 0.01816881261765957, 0.04976000636816025, 0.009473713114857674, - 0.08148570358753204, -0.027538321912288666, -0.0009251334122382104, - 0.010938758961856365, -0.05557786300778389, 0.044357720762491226, - -0.015831196680665016, -0.05122610181570053, 0.03381938487291336, - 0.05372794717550278, -0.0995238646864891, -0.005429609678685665, - 0.02071356028318405, 0.013872646726667881, 0.012547128833830357, - 0.03867074474692345, -0.039166681468486786, 0.050961196422576904, - 0.03490084782242775, 0.07041016966104507, 0.013801160268485546, 0.06478825956583023, - 0.011901781894266605, -0.0015735479537397623, 0.059858448803424835, - 0.011889536865055561, 0.07662772387266159, 0.02108250930905342, - -0.01430040318518877, 0.014196095056831837, -0.03492467477917671, - -0.010169330053031445, -0.037579115480184555, -0.040113627910614014, - -0.018719445914030075, -0.0050965603440999985, -0.022648632526397705, - -0.07877755165100098, -0.028904881328344345, 0.01940242387354374, - -0.004778431728482246, -0.05154470354318619, -0.07451383024454117, - -0.06360136717557907, 0.017346542328596115, 0.04753921180963516, - 0.043710172176361084, -0.0008163718739524484, -0.006480526644736528, - 0.05752475559711456, -0.03737086430191994, 0.059395503252744675, - -0.05129193514585495, -0.03821690380573273, -0.01904754713177681, - -0.04849066957831383, -0.04401661083102226, 0.043065670877695084, - -0.05740335211157799, 0.03172307461500168, 0.0022943627554923296, - 0.0036745467223227024, 0.08652552962303162, -0.029622238129377365, - -0.04675314575433731, 0.027816064655780792, -0.004047880414873362, - 0.11081156879663467, -0.018878379836678505, -0.09262298047542572, - 0.03209482505917549, 0.05733838304877281, -0.03814716637134552, - 0.004924361128360033, -0.07407742738723755, -0.01779141090810299, - -0.012509255670011044, -0.01904020830988884, 0.001258515752851963, - -0.06355787813663483, 0.03850649669766426, -0.01590828038752079, - -0.006530031096190214, -0.04958907514810562, 0.01789546199142933, - 0.032515909522771835, -0.02152101695537567, -0.06024271622300148, - 0.00010482097422936931, 0.018013695254921913, -0.03995528817176819, - -0.020339367911219597, -0.023993918672204018, -0.08714350312948227, - -0.008305449970066547, 0.07103614509105682, -0.004329686984419823, - 0.061884284019470215, -0.03377782553434372, -0.06560048460960388, - 0.08586327731609344, 0.09188731759786606, -0.011403927579522133, - -0.05662386864423752, 0.02149122953414917, 0.00859279464930296, - -0.07998726516962051, 0.0058640381321311, 0.005785005167126656, - -0.024189718067646027, -0.04678567871451378, -0.04915269836783409, - -0.06803002208471298, 0.0012248484417796135, 0.0027402066625654697, - -0.026779916137456894, 0.06541351974010468, -0.03925688564777374, - -0.050355181097984314, 0.053406212478876114, -0.004768327344208956, - 0.0596485510468483, 0.004758916795253754, 0.0005334363086149096, - -0.06524144113063812, -0.010373109951615334, 0.03743660822510719, - 0.0529915951192379, 0.052113037556409836, -0.04467783868312836, - -0.11768457293510437, 0.030851732939481735, 0.013119601644575596, - -9.398742986377329e-5, -0.061501264572143555, 0.013176498003304005, - -0.005402316804975271, -0.052629079669713974, 0.016265051439404488, - -0.06695538014173508, 0.03162184730172157, -0.07078910619020462, - -0.03753867372870445, -0.03142926096916199, -0.026890181005001068, - 0.04605605825781822, 0.005097734741866589, -0.07516784965991974, - 0.026502927765250206, -0.009570246562361717, -0.0713171437382698, - -0.05497278273105621, -0.06611256301403046, -0.06864742189645767, - -0.0804511234164238, 0.008651458658277988, -0.020528169348835945, - -0.017532311379909515, -0.05226569250226021, 0.05514480173587799, - 0.0618622787296772, -0.027705760672688484, -0.04570015147328377, - 0.043920889496803284, 0.06667798012495041, 0.02711709775030613, 0.07191828638315201, - -0.05206706002354622, 0.026894574984908104, 0.015346401371061802, - 0.02099188230931759, -0.08801443874835968, -0.013287879526615143, - 0.01575959473848343, 0.006820873357355595, 0.1307285577058792, -0.0528639517724514, - -0.04939163476228714, 0.058105628937482834, -0.026102479547262192, - -0.001691590528935194, 0.03613685443997383, 0.04646115377545357, - -0.07347375899553299, -0.017514977604150772, 0.017655283212661743, - 0.027262410148978233, 0.029159173369407654, -0.0643470361828804, - -0.07126306742429733, -0.0795757919549942, 0.06524855643510818, 0.07682880759239197, - -0.03247186169028282, 0.0700666680932045, -0.026358632370829582, - 0.013330520130693913, -0.03722749277949333, -0.046705491840839386, - 0.03292542323470116, 0.012725955806672573, -0.018897728994488716, - 0.08344211429357529, -0.027859626337885857, 0.023422090336680412, - 0.06063053011894226, 0.033046238124370575, 0.05752435326576233, - -0.010696209035813808, 0.07088673859834671, -0.047812819480895996, - -0.03196295350790024, -0.03326444327831268, 0.07390570640563965, - 0.031003834679722786, -0.017629869282245636, 0.007684331387281418, - 0.05892561003565788, -0.06618822365999222, 0.009236830286681652, - -0.04187057539820671, 0.03664584457874298, 0.056179229170084, -0.06611670553684235, - 0.0028941824566572905, -0.01601138524711132, 0.018648384138941765, - 0.03532109037041664, 0.03873199224472046, 0.045827485620975494, - 0.025445839390158653, -0.0322909913957119, -0.0356631800532341, 0.03254420682787895, - -0.003731423057615757, -0.031016215682029724, 0.07449180632829666, - 0.009148731827735901, -0.05586874857544899, 0.025693710893392563, - -0.08226632326841354, -0.01590568758547306, -0.033426571637392044, - -0.01838769018650055, -0.06235475838184357, -0.02305109240114689, - -0.019433770328760147, -0.026850823312997818, 0.005119967274367809, - 0.047395870089530945, 0.039114151149988174, 0.09066706150770187, - 0.047676440328359604, 0.0223697517067194, 0.05766436085104942, -0.03740181028842926, - 0.012045146897435188, -0.009838730096817017, -0.05569705739617348, - 0.038271550089120865, 0.020429862663149834, 0.10342033952474594, - 0.06030894070863724, -0.021627632901072502, 0.02827262319624424, - 0.028327155858278275, 0.029348114505410194, -0.06489721685647964, - -0.05324815958738327, 0.02274760976433754, 0.06385014206171036, 0.04000343382358551, - -0.023068444803357124, -0.004019400104880333, -0.022746320813894272, - -0.02898513339459896, -0.0027276540640741587, 0.028026700019836426, - 0.04169211909174919, 0.10480260848999023, 0.006645140238106251, - 0.005775390658527613, -0.04852113127708435, -0.04890962690114975, - 0.09999460726976395, -0.0037053306587040424, 0.04609467089176178, - -0.08007506281137466, -0.07937078922986984, -0.061433978378772736, - -0.036480240523815155, 0.0022611876484006643, 0.03912392631173134, - 0.055504754185676575, -0.003820899873971939, 0.015890806913375854, - -0.08204427361488342, 0.07599426060914993, 0.05393589660525322, - -0.02550623007118702, -0.010530083440244198, -0.05482633039355278, - 0.06701715290546417, 0.03980503976345062, 0.025449592620134354, - -0.038805969059467316, -0.027534352615475655, -0.03955858200788498, - 0.04121530055999756, 0.0395691953599453, -0.006176597438752651, 0.08746647834777832, - 0.0694086030125618, -0.012466213665902615, 0.02097349427640438, - 0.049803588539361954, -0.026547152549028397 - ], - [ - 0.028858644887804985, 0.013680999167263508, 0.04834490641951561, - 0.05344577133655548, -0.01618976891040802, 0.013348767533898354, - 0.015414861030876637, -0.04970062896609306, 0.026950478553771973, - -0.018510568886995316, -0.037432845681905746, 0.03515493869781494, - -0.05837470293045044, 0.08217505365610123, -0.026544904336333275, - 0.008067697286605835, -0.05767041817307472, 0.005855245050042868, - 0.010608295910060406, -0.04955095797777176, 0.0019878337625414133, - -0.018073013052344322, 0.02509455755352974, -0.03376545384526253, - 0.05733886733651161, 0.003986195661127567, 0.025266919285058975, - -0.05210474506020546, -0.007993693463504314, -0.007900072261691093, - -0.04943688213825226, 0.004229248967021704, -0.029963716864585876, - 0.028082026168704033, 0.04521613195538521, -0.004906893707811832, - 0.03358425945043564, -0.029724959284067154, 0.042881425470113754, - 0.023992374539375305, -0.03351400047540665, -0.0069701336324214935, - -0.017179099842905998, -0.025609686970710754, 0.011122899129986763, - -0.00492402957752347, 0.02018682286143303, 0.020863022655248642, - -0.03771188110113144, 0.001334147877059877, 0.012110371142625809, - -0.043188996613025665, -0.07676300406455994, 0.009440090507268906, - -0.01084927562624216, 0.07974883168935776, -0.020190473645925522, - 0.012312356382608414, 0.03095632791519165, -0.042429663240909576, - 0.0501728281378746, 0.01160061452537775, -0.014979061670601368, - -0.002208933001384139, 0.01073626708239317, -0.001937169930897653, - -0.03099437989294529, -0.012278662994503975, -0.022572549059987068, - -0.06524962931871414, 0.048106029629707336, 0.008950023911893368, - 0.06488046795129776, -0.08034278452396393, 0.014989787712693214, - 0.034208957105875015, 0.06540942937135696, 0.033110447227954865, 0.0273646991699934, - 0.05299156904220581, -0.0019228330347687006, 0.07876964658498764, - -0.017986049875617027, -0.020672833546996117, -0.03540455177426338, - -4.947745765093714e-5, -0.041204784065485, 0.015216095373034477, - -0.012615187093615532, -0.04155160114169121, -0.03685194253921509, - 0.00225548492744565, -0.07378175854682922, 0.025336535647511482, - -0.08258327841758728, 0.053258124738931656, -0.013534952886402607, - 0.04514037072658539, 0.033327315002679825, -0.013736983761191368, - 0.06396574527025223, -0.011764436960220337, 0.03974868357181549, - -0.03564397990703583, 0.022704631090164185, -0.024074947461485863, - 0.013741678558290005, 0.012764372862875462, 0.03968203812837601, - -0.04065677151083946, 0.04690064117312431, -0.06240164861083031, - 0.05234747752547264, -0.04962581768631935, -0.05321290343999863, - 0.03426568582653999, -0.0005425799172371626, 0.024096954613924026, - -0.018314188346266747, -0.0038883034139871597, 0.02021440677344799, - -0.045093804597854614, -0.04389366880059242, -0.022421086207032204, - -0.009338424541056156, 0.07857228815555573, -0.07311070710420609, - -0.03798159211874008, 0.014588949270546436, 0.018563441932201385, - 0.004657306242734194, -0.02536318637430668, 0.03877710551023483, - -0.01118550170212984, 0.010061456821858883, -0.015300607308745384, - 0.07772402465343475, 0.05435451492667198, -0.04277897998690605, - 0.005456696730107069, -0.0037501510232686996, -0.0015776930376887321, - -0.008586585521697998, -0.018005825579166412, 0.020744208246469498, - 0.03855345770716667, -0.06157996878027916, 0.06246564909815788, - -0.013685998506844044, 0.02898287959396839, 0.03903632238507271, - 0.04380539432168007, 0.0829976350069046, -0.028642801567912102, 0.01615942269563675, - -0.04403993487358093, 0.010081124491989613, 0.03280508145689964, - 0.06111550331115723, 0.07132197916507721, -0.06158483028411865, - -3.684256807900965e-5, 0.051212698221206665, 0.03451235592365265, - 0.05048840492963791, -0.0030159931629896164, -0.03849344328045845, - -0.0787586197257042, 0.036703504621982574, 0.06154093146324158, 0.07946611940860748, - 0.005646508187055588, -0.06107645109295845, -0.04865368455648422, - 0.03743870183825493, 0.01756993867456913, -0.06539087742567062, - -0.031815364956855774, 0.035650741308927536, -0.059310171753168106, - 0.06054401397705078, 0.07212139666080475, 0.050720203667879105, - 0.019156012684106827, 0.06245774030685425, 0.019439859315752983, - -0.006428181193768978, -0.02326163277029991, -0.03573599085211754, - 0.057256538420915604, 0.003534023417159915, -0.029662644490599632, - 0.011836948804557323, 0.05407543480396271, -0.029643524438142776, - 0.07403283566236496, -0.017433101311326027, -0.03395655006170273, - 0.09500111639499664, 0.02176652103662491, -0.02017107978463173, - -0.08615362644195557, 0.02148100547492504, -0.07431257516145706, - -0.032586924731731415, -0.08081450313329697, -0.08254765719175339, - -0.043227773159742355, -0.07395374774932861, 0.010201017372310162, - 0.0054017603397369385, 0.02076365239918232, -0.0417759083211422, - 0.05347241461277008, -0.06055957451462746, -0.003838186152279377, - 0.021028907969594002, -0.108658067882061, 0.012579238042235374, 0.07319663465023041, - 0.029602065682411194, -0.04443860799074173, -0.0025772773660719395, - 0.02947499230504036, 0.003262476995587349, -0.06493061780929565, - -0.03255116194486618, -0.0008573828963562846, 0.02671566791832447, - -0.020154757425189018, -0.025090819224715233, 0.0909479558467865, - 0.021953370422124863, 0.04678739234805107, -0.03863535821437836, - 0.02171584591269493, -0.0043510799296200275, 0.029237203299999237, - -0.0623256117105484, 0.02890513278543949, -0.012552016414701939, - -0.004100057762116194, 0.02891424670815468, -0.028574079275131226, - -0.08917236328125, 0.042812418192625046, -0.06780136376619339, -0.07513345032930374, - 0.024200957268476486, 0.02367389388382435, 0.011491087265312672, - -0.04181879386305809, 0.006727537605911493, 0.04096045717597008, - -0.0505567342042923, -0.05895919352769852, -0.09161602705717087, - 0.013308638706803322, 0.0009952883701771498, -0.009638295508921146, - -0.0377160906791687, 0.03174664452672005, 0.013112900778651237, 0.05875369906425476, - -0.021291512995958328, -0.0817527174949646, 0.11049666255712509, - 0.06770391017198563, -0.0005797867779619992, -0.00943665485829115, - -0.016736265271902084, 0.06269490718841553, 0.008701164275407791, - 0.016784027218818665, -0.01229015551507473, 0.05052502825856209, - -0.004626044537872076, -0.04429992660880089, 0.01285477913916111, - 0.09450623393058777, 0.037940461188554764, 0.009995895437896252, - -0.06384270638227463, -0.07946716248989105, -0.009200651198625565, - 0.05589606612920761, 0.01225500088185072, 0.05287116393446922, 0.05819666385650635, - 0.07207993417978287, -0.0030502795707434416, 0.047229379415512085, - -0.009732134640216827, -0.03523661941289902, -0.01228993572294712, - 0.031226767227053642, 0.03525097295641899, 0.01710657961666584, - -0.004055309575051069, 0.08537595719099045, 0.026061268523335457, - 0.002850794233381748, -0.014756608754396439, -0.09028857201337814, - -0.014764012768864632, -0.051521651446819305, -0.009329486638307571, - 0.03386646509170532, -0.07339755445718765, 0.03752097487449646, - -0.023588599637150764, -0.004558198153972626, -0.04560013860464096, - -0.014665380120277405, 0.04190455377101898, -0.005548933055251837, - 0.05325184389948845, -0.030104057863354683, 0.05136153846979141, - 0.052763670682907104, 0.015537463128566742, 0.02788255549967289, - -0.05335460230708122, -0.05041790381073952, 0.05880327522754669, - 0.05919431522488594, 0.032460570335388184, 0.05231264978647232, - -0.044536978006362915, 0.012574722990393639, -0.04669952392578125, - 0.01863732747733593, -0.06928329914808273, 0.01784551329910755, - 0.0033198175951838493, -0.014117322862148285, 0.05811646580696106, - 0.05455756559967995, 0.004032911732792854, -0.056429699063301086, - 0.016761984676122665, -0.007512805517762899, -0.022313952445983887, - 0.05883285030722618, -0.08731578290462494, -0.04016859084367752, - 0.011163702234625816, 0.03905138000845909, 0.012317005544900894, - -0.06542406231164932, 0.05763305723667145, 0.07187894731760025, 0.00311012240126729, - 0.025540966540575027, 0.02732829377055168, -0.04659520834684372, - 0.017750093713402748, -0.025596866384148598, 0.03756275773048401, - -0.027821674942970276, -0.08362244814634323, 0.013821625150740147, - -0.06180119141936302, 0.02939447946846485, 0.025222908705472946, - 0.057250719517469406, -0.02144116535782814, 0.04215949401259422, - -0.06390375643968582, -0.014716769568622112, 0.014963984489440918, - 0.019388319924473763, -0.018371030688285828, 0.010228387080132961, - 0.018504096195101738, 0.017397692427039146, 0.09227092564105988, - -0.0011512823402881622, 0.0006167129031382501, 0.03447630628943443, - -0.03227332606911659, 0.005973232444375753, 0.03740648552775383, - -0.023520052433013916 - ], - [ - -0.004476407542824745, 0.0030924270395189524, -0.041694868355989456, - 0.06981222331523895, 0.03913202881813049, -0.01566305384039879, - -0.021305730566382408, -0.010414691641926765, 0.03044312261044979, - -0.038644976913928986, -0.026481594890356064, -0.03905206546187401, - 0.07806628197431564, -0.06726022809743881, -0.0008429241715930402, - -0.01496949139982462, 0.04192072153091431, -0.06180459260940552, - -0.0887647420167923, -0.009977685287594795, -0.02140556089580059, - -0.03006015159189701, 0.034035298973321915, -0.009668005630373955, - -0.033603277057409286, 0.03957947716116905, 0.07560436427593231, - 0.08628549426794052, 0.00675103347748518, -0.017488781362771988, - 0.013562517240643501, 0.03147011995315552, 0.011770622804760933, - 0.00508452020585537, -0.009660563431680202, -0.08388695120811462, - -0.05496332421898842, 0.04004046320915222, -0.058712005615234375, - 0.046526700258255005, -0.04875735193490982, -0.041067935526371, - 0.049510590732097626, -0.010621188208460808, 0.03275029733777046, - 0.035749610513448715, -0.07503186166286469, -0.06460555642843246, - -0.005534859374165535, 0.017368154600262642, -0.03095300681889057, - -0.020382871851325035, 0.07477764785289764, 0.024375585839152336, - 0.0072559695690870285, -0.06724433600902557, -0.06564134359359741, - -0.012660402804613113, -0.06128491461277008, -0.010270080529153347, - -0.032224368304014206, 0.018720122054219246, 0.051920611411333084, - -0.026873329654335976, 0.008314729668200016, -0.006515245418995619, - 0.029041718691587448, -0.005811472423374653, 0.021542854607105255, - 0.08946538716554642, -0.05818551033735275, 0.05571246147155762, - -0.04084279015660286, 0.06166823208332062, -0.05964365229010582, - -0.03654370829463005, -0.06613805145025253, -0.047886453568935394, - 0.035543594509363174, -0.04485617205500603, 0.011991960927844048, - 0.030553052201867104, 0.0054924217984080315, 0.04139667749404907, - 0.04050153121352196, -0.0705496221780777, 0.003310026600956917, - 0.010882550850510597, 0.03996838629245758, 0.03847675025463104, - 0.059314414858818054, -0.027442442253232002, 0.07321551442146301, - 0.004385799169540405, 0.03432122617959976, 0.023526033386588097, - -0.009385783225297928, 0.02803865261375904, -0.048259783536195755, - 0.056507546454668045, 0.0002581230364739895, -0.06263194233179092, - 0.04135621711611748, -0.02950897626578808, 0.02717931754887104, - -0.06967929005622864, -0.0018922302406281233, -0.00618409551680088, - 0.021322907879948616, 0.03040902316570282, -0.062307048588991165, - 0.03102182410657406, 0.010613266378641129, -0.0058924127370119095, - -0.02295084483921528, 0.0031704981811344624, 0.05102800950407982, - 0.024284817278385162, 0.006591459270566702, 0.024285515770316124, - 0.04655763506889343, 0.03111623041331768, 0.005585674196481705, - 0.0061777434311807156, 0.009118136018514633, -0.06495004147291183, - 0.029801394790410995, 0.014200620353221893, 0.019605236127972603, - -0.04288158938288689, 0.03741554170846939, 0.010778838768601418, - 0.023038538172841072, 0.018322953954339027, -0.06623194366693497, - -0.02320580556988716, -0.0776350200176239, -0.03619157522916794, - -0.014500265941023827, -0.008215075358748436, 0.036349814385175705, - 0.03152674436569214, 0.03524944931268692, 0.009698241017758846, 0.04334316775202751, - 0.014142447151243687, 0.019625788554549217, -0.06388247013092041, - -0.01298604067414999, 0.003035530913621187, -0.019181575626134872, - -0.029270624741911888, -0.009498684667050838, 0.038761261850595474, - -0.022397363558411598, -0.011621849611401558, -0.004836773965507746, - 0.03148606792092323, -0.059237875044345856, -0.022588305175304413, - 0.007017974741756916, -0.03350520133972168, -0.019630054011940956, - 0.0013615506468340755, -0.043466340750455856, -0.011975225992500782, - -0.03063780628144741, -0.02882440760731697, -0.015908366069197655, - -0.023439660668373108, -0.04812859743833542, 0.05000629648566246, - 0.10007905960083008, 0.03762226551771164, 0.013500711880624294, 0.05898265540599823, - 0.026764990761876106, -0.021862667053937912, 0.010780829936265945, - 0.04347342252731323, -0.04673723131418228, -0.06310197710990906, - -0.045742083340883255, -0.06487250328063965, -0.07558315247297287, - 0.0037077260203659534, 0.007886775769293308, 0.04709000140428543, - -0.01022537425160408, 0.009184528142213821, -0.008380268700420856, - -0.06397496908903122, -0.08771803230047226, -0.001881044008769095, - -0.04674786701798439, -0.07437548786401749, 0.10140101611614227, - 0.08711428940296173, -0.003991738893091679, 0.05319811403751373, - 0.009522111155092716, 0.10960342735052109, -0.040951188653707504, - 0.10965253412723541, 0.05879531800746918, 0.05200965702533722, 0.030698593705892563, - -0.009107514284551144, 0.08406749367713928, -0.07804910093545914, - -0.05107150226831436, 0.08313243836164474, 0.04689706116914749, - 0.038654692471027374, 0.0452427864074707, 0.027194296941161156, - 0.038506899029016495, 0.10574153810739517, -0.05056341737508774, - -0.032322462648153305, 0.003745331196114421, -0.07826286554336548, - 0.011755929328501225, 0.03263296186923981, -0.05060385540127754, - 0.020276030525565147, 0.022473104298114777, -0.0009943353943526745, - 0.044205982238054276, 0.018186530098319054, -0.033474963158369064, - -0.014790422283113003, 0.0920151099562645, -0.05733952671289444, - -0.019096536561846733, -0.04658547788858414, 0.04626111686229706, - -0.0764947459101677, 0.08428122103214264, -0.01312224194407463, - 0.029411057010293007, -0.04438134282827377, 0.012785235419869423, - 0.08938611298799515, -0.011401049792766571, -0.01636093109846115, - -0.023293456062674522, 0.01559449639171362, 0.026771180331707, -0.0354100726544857, - 0.04497853294014931, 0.06407206505537033, -0.03728784993290901, - -0.011862616054713726, -0.038693297654390335, 0.048221439123153687, - -0.028531650081276894, -0.04755531623959541, -0.008180978707969189, - -0.012417667545378208, 0.04783294349908829, -0.021651562303304672, - -0.022576771676540375, 0.023952290415763855, 0.016924289986491203, - -0.027789149433374405, -0.07779916375875473, -0.03162751346826553, - 0.028544530272483826, 0.01544108521193266, -0.024591928347945213, - -0.08158574998378754, 0.010334799066185951, -0.027348939329385757, - 0.033677034080028534, -0.02518719993531704, 0.004625932313501835, - 0.06823842227458954, 0.01311406958848238, -0.10749421268701553, - -0.008088960312306881, -0.09489846229553223, -0.003967528697103262, - 0.041909996420145035, -0.022375306114554405, 0.05689933896064758, - -0.04754527285695076, 0.007488756440579891, -0.03530186042189598, - -0.059290334582328796, 0.006217905320227146, -0.009406175464391708, - 0.06811001896858215, -0.054872021079063416, -0.006403109058737755, - -0.0796261802315712, 0.032397232949733734, 0.0334954671561718, 0.08492006361484528, - -0.07142616808414459, -0.003522438695654273, 0.02719571813941002, - 0.04143041372299194, 0.037593986839056015, 0.05833163484930992, - 0.036677632480859756, 0.0007735025719739497, 0.07771310210227966, - 0.037280164659023285, 0.013568183407187462, -0.01570356823503971, - 0.08546174317598343, 0.06239890679717064, -0.005660657770931721, - 0.019151005893945694, -0.026878755539655685, 0.005280360113829374, - 0.025124860927462578, -0.03623274341225624, -0.04328593611717224, - 0.019160715863108635, -0.05416621267795563, 0.0538751557469368, 0.04513034224510193, - 0.038047414273023605, -0.028155481442809105, 0.03128689527511597, - -0.04946893826127052, -0.08909446001052856, -0.023934422060847282, - 0.04975546896457672, 0.0490432009100914, -0.02895030379295349, - -0.0036881978157907724, -0.062164656817913055, 0.034174591302871704, - 0.0024696330074220896, -0.11015061289072037, 0.06227664276957512, - -0.06240038946270943, -0.032101817429065704, -0.02450980432331562, - 0.08926932513713837, 0.03284066170454025, 0.035968147218227386, - 0.005769405048340559, -0.029074696823954582, 0.027809223160147667, - 0.0016413601115345955, -0.009229005314409733, 0.033749815076589584, - -0.09838549047708511, -0.05290796235203743, 0.013905861414968967, - 0.040018223226070404, 0.013361477293074131, 0.006526317447423935, - 0.06642426550388336, 0.02882305532693863, -0.012842240743339062, - -0.011681610718369484, 0.026700960472226143, 0.03200741484761238, - -0.021224889904260635, 0.0085764080286026, -0.11872050911188126, - 0.012695102021098137, -0.019207660108804703, 0.08083032071590424, - -0.002884920919314027, 0.033379148691892624, -0.01038344670087099, - 0.04871169477701187, -0.00011999394337181002, 0.06133822724223137, - 0.03564736992120743, -0.06678279489278793, -0.007746693678200245, - -0.02786530926823616, 0.031235573813319206, 0.04817527160048485, - 0.004131857771426439, 0.010652197524905205, 0.0034758110996335745 - ], - [ - 0.06622636318206787, -0.06071695312857628, 0.04358232021331787, - 0.046348053961992264, 0.00040368622285313904, 0.034728363156318665, - -0.037872254848480225, 0.026903780177235603, -0.011242699809372425, - 0.027509402483701706, -0.06980422139167786, -0.04528508707880974, - -0.044597070664167404, 0.035369209945201874, -0.020377153530716896, - 0.02765221707522869, -0.02510206401348114, -0.039608992636203766, - 0.05109304189682007, 0.05780307203531265, 0.05974781885743141, 0.04203130304813385, - 0.06701371818780899, 0.06282646954059601, 0.06591473519802094, - -0.041083596646785736, -0.010764562524855137, -0.0333639457821846, - 0.023405564948916435, 0.03134823590517044, -0.007009679451584816, - -0.06583385914564133, 0.019851434975862503, -0.041288912296295166, - -0.027613023295998573, -2.0634272004826926e-5, 0.04858067259192467, - 0.0037461062893271446, 0.028612662106752396, -0.0038019148632884026, - 0.005622431170195341, 0.04816032946109772, -0.019547054544091225, - -0.0036274355370551348, 0.02261516824364662, 0.010401522740721703, - 0.006751460488885641, 0.030543815344572067, 0.06877452880144119, - 0.03176712244749069, 0.02585206925868988, -0.02625628560781479, - 0.019807539880275726, -0.04599270224571228, -0.05123312026262283, - 0.045966602861881256, 0.022552883252501488, -0.012344537302851677, - -0.007407234515994787, -0.06379858404397964, 0.004160508047789335, - 0.029167501255869865, -0.01601821556687355, -0.04816743731498718, - -0.03409489616751671, 0.03082479164004326, 0.004695248790085316, - 0.03019268438220024, 0.024522626772522926, -0.049382660537958145, - -0.016856102272868156, 0.09520121663808823, 0.01941467635333538, - -0.04242606833577156, -0.015364691615104675, 0.007355738431215286, - 0.061167050153017044, -0.04254332557320595, -0.03509315475821495, - 0.037531279027462006, -0.02478664554655552, 0.08030920475721359, - 0.06430564820766449, -0.011727456003427505, -0.017803605645895004, - -0.029306231066584587, 0.02763625606894493, 0.02251185104250908, - -0.07314188778400421, -0.010931598953902721, 0.03206036612391472, - 0.033642709255218506, -0.03257766366004944, -0.006617069710046053, - 0.013623210601508617, 0.04635259136557579, 0.017219379544258118, - 0.07215941697359085, 0.014822766184806824, 0.01715102605521679, - 0.011166993528604507, 0.0519263930618763, 0.006571642123162746, - 0.023564448580145836, -0.0009257393539883196, 0.019715726375579834, - 0.018427183851599693, -0.05999436601996422, 0.034418974071741104, - 0.00991388875991106, -0.009772438555955887, -0.08699977397918701, - 0.008561728522181511, 0.09761430323123932, -0.04684913903474808, - -0.040648434311151505, 0.00418957369402051, -0.12289119511842728, - 0.02171606570482254, -0.02154594101011753, -0.03573044016957283, - -0.008874421939253807, -0.03313203901052475, 0.04393020644783974, - 0.028880372643470764, -0.07434196025133133, -0.07348152995109558, - -0.0106777623295784, 0.04916558787226677, -0.07269349694252014, - -0.01467976439744234, -0.07856003195047379, 0.021053878590464592, - 0.002816301304847002, 0.07127039134502411, -0.08132586628198624, - 0.03229779377579689, 0.01279584039002657, 0.03899947553873062, - -0.027723442763090134, -0.07120149582624435, -0.0646422877907753, - 0.017657797783613205, -0.011276960372924805, -0.047737158834934235, - 0.037897951900959015, -0.012826879508793354, 0.057616863399744034, - -0.09776962548494339, -0.016921840608119965, 0.04036346450448036, - -0.040083155035972595, 0.030266793444752693, 0.00452527217566967, - 0.0007137091597542167, -0.07734159380197525, 0.004708155989646912, - 0.017411792650818825, 0.0012081570457667112, 0.00035060258232988417, - -0.03881637379527092, 0.024219240993261337, 0.033010851591825485, - 0.038168419152498245, 0.12041906267404556, 0.04256857559084892, - -0.011022252030670643, -0.060807496309280396, 0.030349697917699814, - 0.009965083561837673, 0.03131846711039543, 0.06689038872718811, - 0.034366171807050705, 0.039764564484357834, 0.007714420091360807, - 0.03418147936463356, -0.048155106604099274, -0.0046193902380764484, - -0.03752834349870682, -0.04176872968673706, -0.07873418927192688, 0.056186243891716, - 0.014279992319643497, -0.022744232788681984, 0.018490005284547806, - -0.03269913047552109, -0.017473431304097176, -0.0025339098647236824, - 0.02863425388932228, 0.01988779567182064, -0.003541417419910431, - 0.021009810268878937, -0.0028949263505637646, 0.052455250173807144, - -0.046660106629133224, 0.03804502263665199, -0.005146577954292297, - -0.09884490817785263, 0.04981117323040962, -0.018049433827400208, - -0.05475979670882225, -0.08446034789085388, 0.0010325862094759941, - -0.08201022446155548, -0.09473961591720581, -0.0134882228448987, - 0.008526052348315716, -0.06588257849216461, -0.04836064204573631, - 0.05466809868812561, 0.016785891726613045, 0.008212553337216377, - -0.05463550612330437, 0.036902934312820435, -0.017378920689225197, - 0.034397441893815994, -0.028856372460722923, -0.08593543618917465, - -0.04477698728442192, -0.030399635434150696, -0.012890847399830818, - -0.05058936029672623, -0.018522176891565323, 0.024895939975976944, - -0.022714391350746155, 0.0010787282371893525, -0.004033898934721947, - 0.07886669039726257, -0.013662365265190601, -0.0692518800497055, - -0.026244018226861954, 0.07831785082817078, 0.0022091581486165524, - 0.053992874920368195, -0.06736095249652863, 0.0111624076962471, - -0.03927544131875038, 0.006514702457934618, -0.0017495749052613974, - -0.038434818387031555, 0.030906226485967636, 0.06354493647813797, - 0.06639210879802704, -0.0030133849941194057, -0.024993399158120155, - 0.09649036079645157, -0.07393009960651398, -0.016249720007181168, - 0.0260634608566761, 0.011530731804668903, -0.09417248517274857, - -0.02663818933069706, -0.04072687402367592, 0.05556226149201393, - 0.02203565649688244, -0.024532971903681755, -0.0041524567641317844, - 0.018587037920951843, 0.05770084261894226, 0.007312824949622154, - -0.05733124539256096, 0.06633443385362625, 0.024536630138754845, - -0.03448737785220146, 0.0016432362608611584, -0.03350222110748291, - 0.057037755846977234, -0.05838759243488312, 0.048678506165742874, - -0.01643991656601429, 0.0067613148130476475, 0.04578365385532379, - 0.009049365296959877, -0.049001600593328476, -0.06361235678195953, - -0.01947132684290409, 0.09781064093112946, 0.027494681999087334, - 0.010820864699780941, 0.06437201797962189, 0.00842335820198059, 0.04783168062567711, - 0.04350726306438446, -0.019349394366145134, 0.05184013023972511, - -0.043227456510066986, -0.016527406871318817, 0.017958221957087517, - 0.0014549415791407228, 0.01910187117755413, -0.011532696895301342, - -0.004358064383268356, -0.002919441321864724, -0.024673832580447197, - 0.04230274632573128, 0.0022556697949767113, 0.032553188502788544, - -0.004952973686158657, -0.05971997603774071, 0.018812384456396103, - 0.07730744779109955, 0.012298338115215302, -0.009976143948733807, - 0.014280307106673717, -0.1181885376572609, 0.038114842027425766, - 0.030700432136654854, -0.012466095387935638, -0.0071805668994784355, - -0.009793261997401714, -0.07045821100473404, -0.1214301809668541, - 0.015478233806788921, -0.00969031173735857, -0.02673407271504402, - -0.0027467466425150633, 0.08008938282728195, 0.0549335740506649, - 0.04886779934167862, 0.036736033856868744, -0.01605278253555298, - 0.030644237995147705, -0.0492943599820137, 0.0005200234591029584, - 0.018728118389844894, -0.03490130603313446, -0.01910627819597721, - 0.02929617092013359, 0.026034431532025337, 0.030238348990678787, - -0.04853668808937073, -0.04461132362484932, 0.038068171590566635, - 0.07733124494552612, -0.05819573253393173, -0.051169585436582565, - 0.06076047942042351, 0.008969726040959358, 0.01629805564880371, - -0.009954594075679779, -0.018037771806120872, -0.07253207266330719, - 0.00016944916569627821, 0.0021807970479130745, 0.0018148872768506408, - 0.0345110185444355, 0.08865746855735779, -0.026557682082057, 0.03759172558784485, - 0.041515644639730453, 0.02897379919886589, 0.03277897462248802, - -0.034602269530296326, 0.05865267291665077, 0.04028353467583656, - 0.019465075805783272, 0.01382544357329607, -0.024373864755034447, - 0.03218519315123558, -0.04093381389975548, -0.0007515259203501046, - 0.08509886264801025, -0.048139434307813644, 0.032840628176927567, - 0.019947722554206848, 0.07275600731372833, 0.07192612439393997, - 0.013908721506595612, -0.028518162667751312, 0.07553301006555557, - -0.0347919687628746, 0.0029650649521499872, 0.027509702369570732, - -0.04848151281476021, -0.026401229202747345, 0.014845767989754677, - 0.006832914426922798, 0.009776074439287186, -0.007536903489381075, - 0.019879361614584923, 0.04442926496267319, -0.04085157811641693, - -0.0031379498541355133, -0.001570501597598195 - ], - [ - 0.014692031778395176, -0.04863933473825455, -0.04278082400560379, - -0.019328631460666656, 0.02561420388519764, 0.03873065114021301, - -0.02577088214457035, 0.0004312662058509886, -0.036385029554367065, - 0.06845619529485703, -0.020824750885367393, 0.003675087122246623, - 0.036064859479665756, 0.06385129690170288, -0.05925416201353073, 0.0577080100774765, - 0.007782830856740475, -0.0922689214348793, 0.0761207565665245, - -0.029556946828961372, 0.07058374583721161, -0.009029063396155834, - -0.03830990940332413, -0.056446537375450134, 0.039539020508527756, - 0.055292513221502304, -0.019754352048039436, -0.05475635081529617, - -0.04579361900687218, 0.004859623033553362, -0.03399433568120003, - 0.044720567762851715, -0.004812692292034626, 0.0352974496781826, - -0.02759687975049019, 0.022697366774082184, 0.0025561749935150146, - -0.04688166454434395, 0.015234459191560745, 0.06105603277683258, - -0.02504969947040081, -0.06571238487958908, 0.058253753930330276, - 0.011631769128143787, -0.011184419505298138, 0.036246370524168015, - 0.03392452001571655, 0.009147501550614834, 0.009424425661563873, - -0.007395236287266016, 0.09851095825433731, 0.010861702263355255, - -0.06307299435138702, 0.006972022820264101, 0.033259883522987366, - 0.07606986165046692, 0.017445970326662064, 0.018953148275613785, - 0.09750798344612122, 0.014017709530889988, 0.03578490391373634, - 0.008250907994806767, -0.1315796971321106, -0.03742758557200432, - -0.01335813757032156, -0.08432372659444809, -0.05272915959358215, - 0.013743202202022076, 0.017929108813405037, 0.003150416072458029, - 0.018345478922128677, -0.012759992852807045, -0.013661828823387623, - 0.0012672258308157325, 0.06012798100709915, -0.05967160686850548, - 0.07664136588573456, 0.01458886917680502, 0.032186172902584076, - 0.054240088909864426, 0.010148977860808372, -0.007075009401887655, - -0.030699891969561577, 0.020018523558974266, 0.04851841554045677, - 0.034530289471149445, 0.06544968485832214, -0.07844939827919006, - 0.02840978279709816, 0.04079049453139305, 0.09502173215150833, 0.0856248140335083, - -0.04909050837159157, 0.0514507070183754, -0.057948507368564606, - 0.03514043241739273, -0.00937078520655632, 0.11011146008968353, - -0.0034999384079128504, -0.014603001065552235, -0.031790364533662796, - -0.010851788334548473, 0.015751928091049194, 0.05334407091140747, - -0.012624679133296013, -0.022060448303818703, 0.040521882474422455, - 0.06938916444778442, 0.0018490642542019486, -0.06517528742551804, - -0.011162172071635723, -0.01964910328388214, 0.00968006532639265, - 0.028777912259101868, 0.00960224773734808, -0.00905412808060646, - -0.03646506741642952, -0.04994496703147888, 0.0565267875790596, 0.04955368489027023, - 0.006145784165710211, -0.01171907503157854, -0.03035435453057289, - 0.02468622289597988, 0.007449680007994175, -0.01938675157725811, - -0.01015406008809805, 0.0019716457463800907, -0.043764371424913406, - -0.03026605024933815, -0.06703107804059982, -0.08069521188735962, - 0.10058072209358215, -0.03979465365409851, 0.031571608036756516, - -0.027849948033690453, -0.005729927681386471, -0.023159919306635857, - -0.03726058825850487, -0.033015958964824677, -0.022648287937045097, - 0.020482143387198448, 0.04386231303215027, -0.008153051137924194, - -0.007053169887512922, -0.06022953242063522, -0.030888967216014862, - -0.016419613733887672, 0.003314161440357566, 0.026241902261972427, - -0.026902783662080765, -0.04411318525671959, 0.031032457947731018, - -0.005948056932538748, -0.014472223818302155, 0.04340176284313202, - -0.036946654319763184, -0.03184597194194794, 0.10321927070617676, - 0.014481883496046066, -0.014976909384131432, 0.06407967209815979, - -0.046272099018096924, 0.028808539733290672, 0.07813011854887009, - -0.012605724856257439, -0.016645438969135284, -0.0038552447222173214, - -0.05567328259348869, 0.020621629431843758, 0.06896467506885529, - 0.008853709325194359, -0.031602587550878525, -0.004725325386971235, - 0.06858450919389725, -0.003452986478805542, -0.049439746886491776, - -0.07419959455728531, -0.0058814664371311665, -0.0876346081495285, - 0.07559308409690857, 0.032949015498161316, 0.002649271162226796, - 0.014056101441383362, 0.011199173517525196, 0.0448230616748333, - -0.06258691102266312, -0.0646485686302185, -0.03894834592938423, - 0.05391732230782509, 0.001069533871486783, -0.03487558662891388, - 0.058974359184503555, -0.015468265861272812, -0.015301454812288284, - 0.1045943945646286, -0.029039977118372917, -0.018147774040699005, - 0.012818772345781326, -0.017716728150844574, 0.037679314613342285, - -0.06616006791591644, -0.013785876333713531, -0.08251664787530899, - -0.02143242582678795, -0.05951980873942375, -0.022738909348845482, - 0.005049519240856171, 0.010788694024085999, 0.02725810371339321, - 0.10318108648061752, -0.04782848805189133, -0.06092832237482071, - -0.05696268752217293, -0.07854990661144257, 0.03744664788246155, - -0.039912428706884384, -0.030723074451088905, -0.04635750129818916, - 0.03736277297139168, 0.04924105852842331, -0.005649745464324951, - -0.07704620063304901, 0.006665285211056471, -0.06616384536027908, - -0.03221040219068527, 0.043706007301807404, 0.06877657771110535, - 0.023622237145900726, -0.0763455256819725, -0.013562041334807873, - 0.034359339624643326, -0.03695765137672424, 0.00264227157458663, - -0.04419903829693794, 0.03891224414110184, -0.06538139283657074, - 0.02255077101290226, -0.0035722434986382723, 0.05186828598380089, - -0.0076842340640723705, -0.005085074808448553, 0.0077912709675729275, - 0.023511886596679688, -0.045030225068330765, 0.10219685733318329, - 0.04301293566823006, -0.043751832097768784, -0.056847259402275085, - 0.00721543887630105, -0.004401849582791328, 0.016053011640906334, - -0.05228792130947113, 0.08854243159294128, 0.044426873326301575, - -0.04658764973282814, -0.07273804396390915, -0.006973913870751858, - -0.008293830789625645, 0.0921207144856453, -0.08882727473974228, - 0.042789679020643234, 0.01016282383352518, -0.010012471117079258, - 0.04951736703515053, -0.0026549967005848885, 0.09722279757261276, - -0.05485590174794197, 0.0852489024400711, 0.08548847585916519, 0.06489533931016922, - 0.09880584478378296, -0.006618189159780741, 0.012459986843168736, - -0.0001634255750104785, 0.04945606738328934, 0.001031610881909728, - -0.005720030982047319, -0.0440913550555706, -0.00816607940942049, - 0.05875805392861366, -0.03177577629685402, 0.02701568603515625, - -0.05422797426581383, 0.034665513783693314, 0.02299397997558117, - -0.0530218631029129, -0.028811795637011528, -0.02616654895246029, - 0.10669693350791931, -0.08026544749736786, 0.01532310526818037, - -0.022727275267243385, -0.027048835530877113, -0.02054310217499733, - 0.05821383744478226, -0.039275068789720535, 0.040567025542259216, - -0.11097624152898788, 0.048975247889757156, 0.11093620955944061, - 0.05157260596752167, -0.07757172733545303, 0.02542005479335785, - -0.05000673234462738, -0.035948704928159714, -0.06531348079442978, - -0.03352823480963707, -0.14109940826892853, 0.04891863092780113, - 0.03487332910299301, -0.0664617046713829, 0.014519724063575268, - -0.009394610300660133, -0.014995429664850235, -0.04568548873066902, - 0.023455774411559105, 0.0006051382515579462, 0.05694054439663887, -0.01746223308146, - 0.013567056506872177, 0.04088282585144043, -0.08170443028211594, - -0.06021730229258537, -0.018035603687167168, 0.0015510779339820147, - 0.03646114096045494, -0.013125743716955185, 0.023089038208127022, - -0.03415773808956146, 0.05949266254901886, 0.004781669471412897, - 0.005643903277814388, -0.053906019777059555, -0.013997148722410202, - -0.06426138430833817, 0.031204016879200935, -0.002027295297011733, - -0.01596158929169178, 0.06578967720270157, 0.017538122832775116, - -0.0026834893506020308, 0.014794237911701202, 0.031200017780065536, - -0.05345645174384117, -0.02935757488012314, 0.03314683958888054, - 0.022997722029685974, 0.06247536465525627, -0.021092809736728668, - 0.04304378479719162, 0.028813643380999565, -0.06797685474157333, 0.0503557063639164, - -0.0008286656229756773, 0.00115860381629318, -0.020663250237703323, - 0.031211933121085167, 0.00527501804754138, -0.019590016454458237, - -0.004500389099121094, 0.04207812249660492, -0.11409604549407959, - 0.04213115572929382, -0.009104246273636818, -0.03227740898728371, - 0.023299865424633026, -0.03157297149300575, 0.015194764360785484, - 0.014340795576572418, 0.0282590389251709, -0.023715557530522346, - -0.037662822753190994, -0.08044211566448212, 0.046251263469457626, - -0.011360136792063713, 0.10039079934358597, -0.07828208804130554, - 0.005721913184970617, -0.03592073172330856, -0.037531498819589615, - -0.041914764791727066, 0.06974352896213531, 0.06764848530292511 - ], - [ - 0.005684245843440294, 0.007214565295726061, 0.007240966893732548, - 0.06430956721305847, 0.008586542680859566, -0.022727251052856445, - 0.02925752103328705, 0.0762711763381958, -0.04897695034742355, 0.048424236476421356, - 0.05138547718524933, 0.02425287663936615, 0.06519678235054016, -0.06883121281862259, - -0.01873425766825676, 0.037996795028448105, 0.020372461527585983, - 0.058853764086961746, -0.05466046184301376, 0.017331339418888092, - 0.005005023907870054, -0.04493064433336258, -0.01550339162349701, - 0.01789083145558834, -0.036336760967969894, 0.04658179730176926, - 0.02190421335399151, 0.06243785098195076, -0.05619843304157257, 0.044875368475914, - 0.008932930417358875, 0.0632922500371933, 0.07701967656612396, 0.02750975266098976, - -0.029773470014333725, -0.052806511521339417, 0.016659889370203018, - 0.04969368875026703, 0.04634686931967735, -0.005840183701366186, - -0.04078639671206474, -0.06165095418691635, -0.00044284603791311383, - -0.04059980437159538, -0.025185691192746162, -0.03473752364516258, - -0.03507513552904129, 0.019723981618881226, 0.05020773038268089, - -0.018787672743201256, 0.012065877206623554, 0.06911028176546097, - -0.019740808755159378, -0.007007934618741274, 0.006261922884732485, - -0.03711607679724693, -0.019207004457712173, -0.07445859909057617, - -0.0482618510723114, 0.04146932065486908, -0.05903678014874458, 0.07088527828454971, - 0.06219843029975891, -0.034663423895835876, -0.015516145154833794, - 0.00902933906763792, 0.025640223175287247, -0.05914958566427231, - 0.06980975717306137, 0.11057719588279724, 0.025637583807110786, - -0.03293493762612343, -0.003818346420302987, 0.062140535563230515, - -0.008488951250910759, -0.041655223816633224, -0.06951736658811569, - -0.023678423836827278, -0.011992637068033218, -0.09459909051656723, - -0.018113119527697563, 0.012776718474924564, -0.06409695744514465, - 0.005954620894044638, 0.004620415158569813, -0.0035208193585276604, - -0.03671475127339363, 0.036302752792835236, 0.017931275069713593, - 0.03425762429833412, 0.04650916904211044, 0.008481821045279503, 0.05911805480718613, - -0.033178213983774185, -0.011823365464806557, -0.012674239464104176, - 0.04329029843211174, 0.06471128016710281, -0.07646899670362473, - 0.045080121606588364, 0.009794122539460659, -0.08872535079717636, - -0.021057967096567154, -0.03867919370532036, 0.010866341181099415, - -0.040786124765872955, 0.03699458763003349, -0.022654032334685326, - 0.0077269659377634525, -0.036745570600032806, -0.038036003708839417, - 0.0694432407617569, -0.08564852923154831, -0.0605967678129673, - 0.0007797852158546448, 0.019371798262000084, -0.00774019630625844, - 0.039375804364681244, 0.006603742949664593, -0.0002600396692287177, - -0.01909559778869152, 0.04831282049417496, -0.052564311772584915, - 0.02587198279798031, -0.0030586281791329384, -0.08462387323379517, - 0.005230024456977844, -0.03469002991914749, 0.04867452383041382, 0.0489240363240242, - 0.024580201134085655, 0.03065256029367447, -0.014036930166184902, - 0.10516815632581711, -0.0766611397266388, 0.025088299065828323, - -0.06908291578292847, 0.02009475976228714, -0.010057015344500542, - -0.044240131974220276, 0.008823190815746784, 0.04380326718091965, - 0.017182962968945503, -0.034332580864429474, -0.004135835450142622, - 0.0111588966101408, 0.058412618935108185, 0.0030396662186831236, - 0.041203923523426056, -0.015510879456996918, -0.0005767809925600886, - -0.07356119155883789, -0.059386130422353745, -0.01720905676484108, - -0.03665921837091446, 0.03936395421624184, -0.044403333216905594, - 0.04855844005942345, -0.020827611908316612, -0.03477877005934715, - -0.03582848608493805, 0.016913337633013725, 0.045050248503685, 0.07236962020397186, - -0.10379112511873245, 0.04790674149990082, -0.004002719186246395, - 0.023109011352062225, -0.030877752229571342, -0.04630088806152344, - -0.024885471910238266, -0.017659643664956093, 0.07929478585720062, - 0.07182184606790543, 0.001874132314696908, 0.05046340823173523, - -0.023024844005703926, 0.05267471447587013, -0.025172818452119827, - 0.06741616874933243, -0.027134183794260025, -0.032368600368499756, - 0.004220268689095974, 0.017712928354740143, -0.061770204454660416, - -0.0166208203881979, -0.015151404775679111, 0.024208351969718933, - -0.014515037648379803, -0.01489926129579544, -0.026282208040356636, - -0.06837920844554901, -0.10422033816576004, -0.08784235268831253, - -0.054459359496831894, -0.06309489905834198, 0.05383513495326042, - 0.04272495210170746, -0.08269643038511276, 0.0682416632771492, 0.020135968923568726, - 0.07271859049797058, -0.05594298988580704, 0.024998459964990616, - 0.07261122763156891, 0.07729654759168625, 0.06719301640987396, 0.0414409302175045, - 0.025478722527623177, -0.05288833752274513, -0.04345507174730301, - 0.03099926747381687, 0.07913867384195328, 0.059376511722803116, 0.09877113997936249, - -0.0471886545419693, 0.06275727599859238, 0.014088873751461506, - 0.029102394357323647, 0.013075394555926323, 0.005576977506279945, - -0.0663425400853157, 0.019813695922493935, -0.017833799123764038, - -0.022297712042927742, 0.036691226065158844, -0.0488230399787426, - -0.03716539219021797, 0.026192158460617065, -0.02050531655550003, - 0.04638022929430008, -0.003823473583906889, 0.00892399437725544, - -0.03545793890953064, 0.05352649837732315, -0.05475061759352684, - 0.012461413629353046, -0.0068040406331419945, 0.08675890415906906, - -0.03252783045172691, -0.011640223674476147, -0.010042354464530945, - -0.010514620691537857, 0.059013430029153824, 0.033461835235357285, - -0.0198442991822958, -0.04755978658795357, 0.026759851723909378, - 0.015879306942224503, 0.0066493502818048, 0.023276086896657944, 0.06942526996135712, - 0.026064226403832436, 0.04531833156943321, 0.03886177018284798, 0.07207267731428146, - -0.03183053806424141, 0.022191671654582024, -0.00639515882357955, - -0.048768796026706696, 0.024935031309723854, 0.0013833128614351153, - 0.038869597017765045, 0.048596784472465515, 0.01630476303398609, 0.0357075035572052, - -0.028740977868437767, 0.006247711833566427, 0.009594020433723927, - 0.02102033793926239, -0.013577734120190144, -0.02373754233121872, - 0.04596152901649475, -0.016776951029896736, -0.02620331011712551, - -0.02568899840116501, -0.009094090200960636, 0.05199650302529335, - -0.047058235853910446, -0.11255946755409241, -0.06654384732246399, - -0.02881983108818531, 0.042821768671274185, -0.00926296692341566, - -0.03279887139797211, 0.018728269264101982, -0.051740504801273346, - -0.008477894589304924, -0.02191677689552307, -0.024341804906725883, - -0.059531789273023605, 0.013409187085926533, -0.027264144271612167, - -0.009264602325856686, -0.0397617407143116, -0.041784513741731644, - 0.030019234865903854, -0.022461462765932083, 0.07616745680570602, - -0.007862702012062073, -0.04768820106983185, -0.04460126534104347, - -0.0020184579771012068, -0.014121265150606632, 0.06244150176644325, - -0.034419044852256775, 0.030588172376155853, 0.025334855541586876, - -0.0028068835381418467, -0.05053284764289856, 0.018332529813051224, - 0.01477005798369646, -0.0053102560341358185, 0.018567457795143127, - -0.0039060877170413733, 0.017455188557505608, -0.012865155003964901, - 0.026311853900551796, -0.031035345047712326, -0.005690993275493383, - -0.06047223135828972, 0.016137706115841866, 0.10631353408098221, - 0.04443050175905228, 0.03236761689186096, 0.011236198246479034, 0.04874236509203911, - -0.05305652692914009, -0.058935943990945816, -0.016434796154499054, - 0.0680740624666214, 0.008215749636292458, 0.05294771119952202, - -0.029409030452370644, 0.05649969354271889, 0.034666161984205246, - -0.0009143782663159072, -0.08010102063417435, 0.04205213114619255, - -0.020445605739951134, 0.032621726393699646, 0.013143796473741531, - 0.024543002247810364, -0.01713639311492443, 0.0109968027099967, - 0.020907379686832428, -0.07337682694196701, -0.023881232365965843, - 0.0066825393587350845, -0.012289226986467838, -0.03630438819527626, - -0.04026036337018013, 0.01787014678120613, -0.04589220881462097, - -0.03978753462433815, 0.04714485630393028, 0.04177059233188629, - 0.003413970349356532, 0.04760192334651947, 0.04805789142847061, - -0.03812446445226669, -0.02762964554131031, 0.0268256813287735, - 0.014523963443934917, 0.0068728309124708176, -0.10231467336416245, - -0.042809486389160156, -0.05107274651527405, 0.03323936089873314, - -0.01628257893025875, 0.031366366893053055, -0.050787799060344696, - 0.003545643761754036, 0.03776554763317108, 0.007860850542783737, - 0.03931158781051636, -0.03439567610621452, 0.04575592651963234, - -0.07423397153615952, -0.03061685338616371, -0.0064032492227852345, - 0.021729398518800735, -0.08248773962259293, -0.021033817902207375 - ], - [ - -0.01913372427225113, 0.013719522394239902, 0.01670803502202034, - 0.042140115052461624, 0.02270856499671936, -0.022392548620700836, - -0.03198884055018425, 0.11945246905088425, -0.04595530033111572, - -0.11997737735509872, 0.0005324185476638377, 0.016253408044576645, - 0.033582087606191635, -0.02987542375922203, 0.02918715961277485, - -0.04208095371723175, 0.033963415771722794, -0.02783815562725067, - -0.02121538668870926, 0.023533856496214867, -0.06626620888710022, - -0.0012944897171109915, -0.02069648541510105, 0.018175281584262848, - 0.049437135457992554, 0.09858746081590652, 0.006056060083210468, - -0.04762464389204979, 0.0860210731625557, -0.08087499439716339, 0.11054336279630661, - 0.09547100961208344, 0.10754383355379105, 0.011672865599393845, - 0.026993179693818092, -0.041501734405756, -0.050335440784692764, - -0.04451712593436241, -0.13452425599098206, 0.04360225424170494, - -0.048760998994112015, -0.018789468333125114, -0.006407363340258598, - 0.06224416568875313, 0.08389707654714584, 0.007821429520845413, 0.0776587501168251, - -0.048568010330200195, 0.14768438041210175, 0.0336570180952549, - 0.015506338328123093, 0.03749622032046318, -0.0038559597451239824, - -0.022262178361415863, -0.040096692740917206, 0.08601658046245575, - -0.0695393830537796, -0.0350801907479763, -0.06924426555633545, - 0.027508031576871872, -0.04645194113254547, -0.029301391914486885, - -0.008034581318497658, 0.01909104362130165, -0.08732853084802628, - -0.02970591001212597, -0.09427674114704132, -0.01602388359606266, - 0.0921989232301712, -0.0015301115345209837, -0.03205985948443413, - -0.032976195216178894, 0.022538335993885994, 0.09986905753612518, - -0.03805512934923172, 0.04436652734875679, -0.09629557281732559, - -0.051667433232069016, -0.05166321247816086, -0.030149105936288834, - -0.11502262204885483, 0.028905067592859268, -0.0025920479092746973, - -0.0008241251925937831, -0.003283573081716895, 0.04018326476216316, - -0.04737495258450508, 0.13204920291900635, 0.035021089017391205, - -0.07882538437843323, 0.05614359676837921, -0.03853560984134674, - -0.013996069319546223, -0.05096673220396042, 0.06185548007488251, - -0.00874297320842743, 0.0017612322699278593, -0.0112069733440876, - -0.015051838010549545, -0.003780426224693656, 0.03547440841794014, - 0.015192433260381222, -0.010296234861016273, 0.030725054442882538, - -0.04607995226979256, 0.03346652537584305, 0.07531052827835083, - 0.0075548202730715275, 0.14808091521263123, 0.02428343892097473, - -0.029446030035614967, 0.1142701581120491, 0.11144272238016129, - -0.052117448300123215, 0.004058913327753544, 0.06217462196946144, - -0.11713835597038269, 0.04835965111851692, 0.055137768387794495, - 0.018754322081804276, -0.03347418084740639, -0.04476720839738846, - 0.07143890857696533, 0.010970005765557289, 0.0165569931268692, 0.013345605693757534, - -0.044958751648664474, -0.04481115937232971, -0.007237682584673166, - -0.005196169950067997, 0.061313796788454056, 0.03567064180970192, - -0.08389830589294434, -0.018109608441591263, -0.029433155432343483, - -0.04992980882525444, -0.08428740501403809, -0.09271461516618729, - 0.008873546496033669, 0.033319905400276184, 0.011916926130652428, - 0.03280479460954666, 0.00027082650922238827, -0.0087583651766181, - 0.09297360479831696, 0.04808416590094566, 0.10224626958370209, -0.14576420187950134, - 0.022103499621152878, -0.11695250868797302, 0.11051063239574432, - -0.04815781116485596, -0.045030225068330765, 0.14318469166755676, - 0.08116969466209412, -0.07326005399227142, 0.005568881053477526, - 0.022314829751849174, -0.011325475759804249, -0.011493331752717495, - -0.027900923043489456, 0.03713082894682884, -0.080535888671875, 0.0876423642039299, - -0.030627047643065453, -0.07949519157409668, -0.02215530350804329, - -0.042303577065467834, 0.04169125854969025, 0.023982428014278412, - -0.037593722343444824, -0.08074426651000977, 0.035242341458797455, - 0.03313444182276726, -0.008206580765545368, 0.02665296196937561, - 0.08423765003681183, 0.03346545994281769, -0.07662178575992584, - -0.02159934490919113, -0.022953124716877937, -0.06682861596345901, - 0.014160552993416786, -0.043569132685661316, -0.180690199136734, - 0.02403922937810421, -0.04793001338839531, -0.00963964406400919, - -0.0058536469005048275, 0.15663501620292664, -0.0410664938390255, - 0.007304529193788767, -0.10218341648578644, 0.0594555102288723, - -0.025042781606316566, -0.05960633605718613, 0.03219383582472801, - 0.00936807505786419, -0.0668671503663063, 0.017209654673933983, - -0.02040095254778862, 0.03369241580367088, 0.0410647951066494, 0.04684523865580559, - 0.04762228950858116, -0.022141199558973312, 0.016713634133338928, - 0.001047311583533883, -0.031619008630514145, 0.05516932159662247, - -0.0666094422340393, 0.06864111125469208, 0.07826238125562668, -0.02502470090985298, - 0.043687473982572556, 0.06987105309963226, -0.01965642161667347, - -0.07682742923498154, 0.019964616745710373, -0.0849558413028717, - -0.056777969002723694, 0.02580701932311058, -0.03879711031913757, - -0.013292640447616577, 0.007820665836334229, -0.006073871161788702, - 0.0315103642642498, -0.08275779336690903, 0.01770799793303013, 0.07393208891153336, - 0.01436905562877655, -0.04994223639369011, 0.04505660757422447, - -0.015681684017181396, 0.12692278623580933, 0.09386919438838959, - 0.01741521805524826, -0.07667581737041473, -0.02528311498463154, - -0.04471055045723915, -0.014096874743700027, -0.03801494091749191, - -0.0009180076303891838, -0.08076940476894379, -0.14118729531764984, - 0.041401416063308716, -0.04262837395071983, -0.08513657003641129, - 0.0034818248823285103, -0.027827417477965355, 0.054306309670209885, - 0.08160150796175003, 0.05028630048036575, -0.02917616069316864, 0.05369940027594566, - 0.013347749598324299, -0.03424426540732384, 0.0381878986954689, - 0.028930239379405975, -0.05294383317232132, 0.06214997172355652, - 0.027163246646523476, 0.00782986730337143, -0.07443749904632568, - 0.05231582745909691, 0.051144491881132126, -0.023665625602006912, - -0.03372477367520332, 0.04785618185997009, -0.05415056273341179, - -0.08984546363353729, -0.13409781455993652, -0.03166571259498596, - 0.045027367770671844, 0.08861123770475388, -0.08991753309965134, - 0.11256235092878342, -0.10801401734352112, -0.0746927410364151, - -0.02975911647081375, 0.018447764217853546, -0.019481005147099495, - -0.05354929715394974, -0.015961837023496628, -0.01259688101708889, - 0.015057167038321495, 0.00435690488666296, -0.061970096081495285, - -0.06284335255622864, -0.05208359658718109, -0.011106885969638824, - -0.002120578195899725, -0.007825706154108047, -0.08062595874071121, - -0.15735600888729095, -0.027617596089839935, 0.025819217786192894, - 0.09176566451787949, 0.10137377679347992, -0.030469855293631554, - 0.050524793565273285, 0.007500302046537399, 0.056701745837926865, - -0.0937030017375946, 0.051239367574453354, 0.08631373196840286, - -0.002352344337850809, -0.012185322120785713, 0.034267980605363846, - -0.03430197015404701, -0.01637122593820095, 0.005377431865781546, - 0.06561647355556488, 0.014269927516579628, -0.0895460769534111, 0.04720527306199074, - 0.045229047536849976, 0.11245352774858475, 0.061084602028131485, - -0.0070082927122712135, -0.11370451003313065, 0.00865256693214178, - 0.11305005103349686, 0.030655957758426666, 0.01768600195646286, 0.03219493851065636, - -0.05417957529425621, 0.09998993575572968, -0.025302214547991753, - -0.09825590997934341, 0.03322044387459755, -0.06369145959615707, - 0.031168293207883835, -0.017701175063848495, 0.0040444438345730305, - -0.0031008971855044365, 0.040213316679000854, 0.030130334198474884, - 0.024466481059789658, -0.1263413280248642, -0.11144062876701355, - 0.045601632446050644, 0.10935867577791214, -0.036493171006441116, - 0.027745258063077927, 0.01710939221084118, 0.0850389376282692, 0.056431565433740616, - -0.021107520908117294, -0.05959884822368622, -0.006185296922922134, - -0.06611775606870651, 0.05584673210978508, -0.02572794072329998, - 0.02845511958003044, -0.08801886439323425, 0.03954435884952545, -0.1239388957619667, - -0.11147724837064743, 0.020253008231520653, -0.10034418851137161, - 0.0023723060730844736, 0.04109519347548485, -0.0033774657640606165, - 0.04549237713217735, -0.07504204660654068, -0.00482214568182826, - -0.1383228749036789, 0.0001262250152649358, 0.008094030432403088, - 0.0027128977235406637, -0.061699770390987396, 0.02168843150138855, - 0.05147497355937958, 0.05506705120205879, 0.004117597825825214, 0.03182178735733032, - -0.02315082587301731, 0.02662837691605091, -0.03600995987653732, - -0.010210739448666573, -0.04440520331263542, -0.020154934376478195, - 0.05736997723579407 - ], - [ - -0.026107070967555046, 0.027784045785665512, -0.006765903439372778, - 0.0007890273118391633, 0.006042351946234703, 0.041176699101924896, - -0.02857653982937336, 0.02184884436428547, 0.011642558500170708, - 0.06262712180614471, 0.01873759925365448, -0.018711181357502937, - -0.028853511437773705, -0.04813867434859276, 0.016820916905999184, - -0.03755459189414978, 0.03953511640429497, 0.00035525779821909964, - -0.11426433175802231, 0.06282465904951096, -0.04801168665289879, - -0.062113698571920395, -0.05982119217514992, -0.027197914198040962, - -0.01714610680937767, 0.05682826414704323, 0.05387489125132561, 0.08965256810188293, - -0.017129948362708092, -0.05919565260410309, 0.00665995804592967, - 0.08473768085241318, 0.002707448787987232, -0.005503236316144466, - -0.004608552902936935, -0.07003123313188553, 0.05710940808057785, - 0.06427372246980667, -0.023478252813220024, -0.030199717730283737, - 0.0007939179195091128, -0.010728464461863041, 0.025099018588662148, - -0.037972528487443924, -0.052904799580574036, 0.02106335014104843, - -0.0788918137550354, 0.030034760013222694, 0.05391707271337509, - -0.027610307559370995, -0.017604602500796318, 0.03361201286315918, - -0.03405413404107094, -0.05347190797328949, -0.03196139261126518, - -0.05947273597121239, -0.029344527050852776, -0.007708825170993805, - 0.024953987449407578, 0.0375596322119236, 0.012500924058258533, - -0.02558513730764389, -0.07321682572364807, -0.021346332505345345, - 0.060100335627794266, -0.05534863844513893, -0.09298715740442276, - -0.04394176974892616, -0.06689151376485825, 0.09178189188241959, - 0.05479017645120621, 0.023285353556275368, -0.024198077619075775, - 0.04159744083881378, -0.060369301587343216, -0.015059067867696285, - -0.03296458721160889, 0.0438753142952919, -0.0162932351231575, - -0.031175555661320686, 0.02611636370420456, -0.047814417630434036, - -0.042731255292892456, -0.019907839596271515, 0.04989359900355339, - 0.01777031272649765, -0.029730932787060738, 0.04583374038338661, 0.0985364317893982, - 0.0726199820637703, -0.027606388553977013, -0.01849367283284664, - 0.06117156147956848, -0.023068776354193687, 0.07146181911230087, - -0.034766294062137604, -0.011360559612512589, -0.005354256834834814, - -0.07532353699207306, 0.010989446192979813, 0.024396739900112152, - -0.013530855067074299, 0.011751781217753887, -0.06096610799431801, - 0.08266264945268631, -0.03429822251200676, 0.012366012670099735, - -0.029689308255910873, -0.02276279218494892, 0.027638740837574005, - -0.04918075352907181, 0.05360737070441246, -0.018285594880580902, - 0.0024275395553559065, -0.05360184982419014, -0.06111851707100868, - 0.0944465696811676, -0.003970223944634199, 0.002059366088360548, - 0.009909422136843204, 0.012872082181274891, 0.006566056981682777, - -0.03989006206393242, -0.008304940536618233, -0.023364577442407608, - -0.08399245887994766, -0.029240738600492477, -0.034972500056028366, - -0.038833703845739365, -0.008849337697029114, 0.034695159643888474, - 0.0675937756896019, -0.023756543174386024, 0.04483828693628311, - -0.07762367278337479, 0.02947288751602173, -0.05863698571920395, - -0.0456983707845211, -0.03544372692704201, -0.07637864351272583, 0.073456309735775, - 0.017507975921034813, 0.10536867380142212, -0.024532942101359367, - 0.022066447883844376, 0.056078020483255386, -0.026519251987338066, - -0.034240562468767166, 0.039418626576662064, -0.008279272355139256, - -0.022858714684844017, -0.07003088295459747, -0.07284724712371826, - 0.010582998394966125, 0.050714559853076935, -0.007226959336549044, - -0.00242183031514287, 0.05259758234024048, -0.04055170342326164, - 0.0017656440613791347, -0.0776728168129921, 0.050695039331912994, - -0.03212779760360718, 0.026816049590706825, -0.0996464416384697, - 0.04317386448383331, -0.04936295002698898, 0.027808375656604767, - -0.0031102390494197607, -0.0365506187081337, 0.005843086168169975, - 0.05062677338719368, 0.020094729959964752, 0.028452055528759956, - 0.03996409848332405, 0.024329783394932747, 0.021278556436300278, - 0.008754082024097443, -0.06124144047498703, 0.045918792486190796, - 0.02979978360235691, -0.10319305956363678, 0.007987521588802338, - -0.0636601597070694, -0.06547378748655319, -0.005929515231400728, - 0.03922127187252045, 0.03952275589108467, -0.016601737588644028, - 0.020952235907316208, -0.04340993985533714, 0.01787550561130047, - -0.019291304051876068, -0.022977592423558235, 0.006769719533622265, - 0.01816568523645401, 0.062459997832775116, -0.0272334273904562, -0.0628543570637703, - 0.06862472742795944, 0.01718158647418022, 0.07002796977758408, -0.09465834498405457, - 0.09705235809087753, 0.018482686951756477, 0.01196706760674715, - 0.015548845753073692, -0.013702665455639362, 0.02099795825779438, - -0.08663307875394821, -0.044427040964365005, 0.09219343960285187, - 0.0672898069024086, 0.02951921336352825, 0.08327654749155045, -0.034999243915081024, - 0.019652169197797775, 0.07844981551170349, -0.046104975044727325, - -0.04709962010383606, 0.06312760710716248, -0.027348339557647705, - 0.005496969446539879, 0.013766431249678135, -0.08483706414699554, - -0.009597388096153736, -0.017521491274237633, 0.0025657815858721733, - 0.0032744514755904675, 0.006535581313073635, -0.02211669087409973, - -0.09185241907835007, 0.08484549075365067, -0.024761274456977844, - 0.037487901747226715, 0.011008134111762047, 0.017492370679974556, - -0.0076584708876907825, 0.044372282922267914, -0.08053285628557205, - -0.054240163415670395, -0.05330374091863632, 0.010821737349033356, - 0.07654338330030441, -0.09619013965129852, -0.012976153753697872, - -0.04681738466024399, 0.06410280615091324, 0.01693776063621044, - 0.018723895773291588, 0.0683283656835556, 0.08964668214321136, 0.014047132804989815, - 0.03914877399802208, 0.031428128480911255, -0.005152381956577301, - -0.08495660126209259, -0.08215204626321793, -0.02404218725860119, - 0.024725299328565598, 0.030917227268218994, -0.05045714229345322, - -0.061911292374134064, -0.03176482394337654, 0.06831707060337067, - -0.04863884672522545, -0.034629154950380325, -0.01386617124080658, - -0.0483136847615242, 0.016595017164945602, -0.05419016256928444, - -0.07999024540185928, -0.026163514703512192, -0.07246074825525284, - 0.008176280185580254, 0.023347241804003716, -0.02883569896221161, - 0.001063481206074357, 0.01953801140189171, -0.05677112191915512, - -0.006514875218272209, -0.02635026164352894, 0.058408889919519424, - 0.07282695174217224, 0.0017570476047694683, 0.02198902703821659, - 0.007489609532058239, 0.010203239507973194, -0.020383890718221664, - -0.015298496000468731, -0.02040608413517475, -0.046552807092666626, - 0.04290075600147247, -0.09054602682590485, -0.03438270464539528, - -0.03996104374527931, -0.04108480364084244, 0.02491701953113079, - 0.03128820285201073, 0.03367713466286659, -0.031842924654483795, - -0.04706069082021713, 0.04159015789628029, -0.008579113520681858, - 0.036022767424583435, 0.03895840048789978, -0.010966021567583084, - 0.0655573159456253, -0.042923588305711746, -0.09261250495910645, - -0.0509498193860054, 0.046763017773628235, 0.021479588001966476, - 0.08808573335409164, -0.055368151515722275, 0.023881476372480392, - -0.05497264862060547, 0.07888239622116089, 0.04134630411863327, - -0.02804979681968689, -0.009041364304721355, 0.03419968858361244, - 0.08564840257167816, 0.10374881327152252, 0.028233103454113007, 0.02771126478910446, - 0.007416280917823315, -0.06129399314522743, -0.04435673728585243, - -0.03220183774828911, 0.08842037618160248, 0.025233013555407524, - -0.024353481829166412, -0.04072554409503937, -0.013046986423432827, - 0.06121652573347092, 0.04657675325870514, -0.09418982267379761, - -0.01161862164735794, 0.03967012092471123, -0.012993418611586094, - 0.047716256231069565, 0.015714935958385468, 0.011202212423086166, - -0.00138150155544281, 0.07519305497407913, -0.07587414979934692, - 0.04054977744817734, 0.006915573496371508, 0.03980311378836632, - 0.032401252537965775, -0.06465020030736923, -0.07847999036312103, - 0.006169015076011419, 0.019486047327518463, -0.08962734043598175, - -0.028474345803260803, -0.007536277174949646, -0.03146490454673767, - -0.03900009021162987, -0.021273832768201828, 0.03764310106635094, - -0.02551918476819992, 0.01815028302371502, -0.04145272076129913, - -0.09081774204969406, -0.056619588285684586, -0.022224800661206245, - 0.009118578396737576, -0.03723284974694252, -0.025669550523161888, - -0.0792832225561142, 0.06815844774246216, -0.04311526194214821, - 0.008308940567076206, 0.007917210459709167, -0.036314789205789566, - -0.004785897210240364, -0.012224522419273853, -0.029997624456882477, - 0.07443556934595108, 0.026244547218084335, -0.04176834225654602, - -0.009076320566236973 - ], - [ - -0.02193455770611763, 0.02085067890584469, -0.04880156368017197, - -0.023553919047117233, 0.009735900908708572, -0.07618919014930725, - 0.02211216650903225, 0.04681449756026268, 0.0002233065024483949, - -0.02953598089516163, -0.031153757125139236, -0.05395887792110443, - 0.08749774098396301, -0.10080436617136002, -0.07328192889690399, - 0.006171963177621365, 0.05368555337190628, -0.010318662971258163, - -0.04522225633263588, 0.04029195010662079, -0.025788651779294014, - -0.038473453372716904, -0.02169116400182247, 0.010773894377052784, - -0.05335909500718117, 0.013307454995810986, 0.04478878900408745, - 0.02795780450105667, 0.01238584890961647, 0.008859789930284023, - 0.009539633058011532, 0.06312772631645203, 0.07578811049461365, - 0.011862901039421558, 0.04368772730231285, -0.04613644629716873, - 0.04073026776313782, 0.022708065807819366, -0.0003488769580144435, - -0.03949519991874695, 0.04183093458414078, -0.03275582566857338, - -0.004444069229066372, -0.03068796545267105, -0.004372723866254091, - 0.02313864231109619, -0.04365384578704834, -0.03219473734498024, - 0.017325839027762413, -0.006613312754780054, -0.08300817012786865, - -0.04509763419628143, -0.0014542093267664313, 0.036142077296972275, - -0.04380567744374275, -0.008546523749828339, -0.0004696397518273443, - 0.012343009933829308, -0.07493483275175095, 0.06635932624340057, - -0.042307090014219284, 0.013839347288012505, -0.0410863496363163, - -0.003162711625918746, -0.04356468468904495, 0.02584162726998329, - 0.0018441693391650915, 0.0025024525821208954, -0.03650839254260063, - 0.07181263715028763, 0.0038493480533361435, -0.006423281971365213, - -0.09909398853778839, 0.0395641103386879, -0.04045170173048973, - 0.0024908592458814383, -0.019140617921948433, 0.025922298431396484, - 0.011988069862127304, -0.08124461770057678, 0.018360234797000885, - -0.062317170202732086, -0.0007247608155012131, -0.04901110753417015, - 0.07802146673202515, -0.014349911361932755, -0.022361960262060165, - 0.030299711972475052, 0.08867070078849792, -0.015193049795925617, - 0.02449222281575203, -0.0256117582321167, -0.01862761192023754, 0.01880061998963356, - 0.04590621963143349, -0.02840631641447544, -0.0032801267225295305, - -0.024866143241524696, -0.02186792902648449, 0.03361841291189194, - 0.019942427054047585, -0.03497340530157089, -0.0057042683474719524, - -0.03544491156935692, 0.015982817858457565, -0.07666154950857162, - -0.0073704286478459835, 0.00013759284047409892, 0.056195732206106186, - 0.05056453496217728, -0.01877456158399582, 0.004211782477796078, - -0.02279975637793541, -0.0046944706700742245, 0.030105574056506157, - 0.010512107983231544, 0.023987794294953346, 0.08509062975645065, - -0.03485850244760513, 0.004210957325994968, -0.0013944631209596992, - -0.01032369676977396, -0.033242739737033844, 0.02536597102880478, - -0.009493744000792503, 0.010144193656742573, 0.030918102711439133, - -0.015033227391541004, -0.04824985936284065, 0.05562380701303482, - 0.07224708050489426, 0.027102412655949593, -0.06043051928281784, - 0.09782334417104721, -0.03465704992413521, 0.0062837605364620686, - -0.006209363229572773, -0.05887101590633392, 0.03943094611167908, - 0.005738361272960901, 0.03655871003866196, 0.023951886221766472, - 0.006554486695677042, 0.06069379672408104, -0.015862317755818367, - -0.006826756987720728, 0.05434685945510864, -0.08557478338479996, - 0.036443788558244705, -0.014950066804885864, -0.01674257405102253, - -0.04585661366581917, -0.06107807159423828, 0.004170849919319153, - 0.0037204446271061897, 0.015382972545921803, -0.009916522540152073, - 0.0394458994269371, -0.08404028415679932, -0.012805337086319923, - -0.032319508492946625, -0.020616440102458, -0.045161377638578415, - 0.03318563476204872, -0.12084023654460907, -0.021035464480519295, - 0.007051544263958931, -0.006991375237703323, -0.06156722456216812, - -0.05633251368999481, 0.04791334643959999, 0.011407459154725075, - 0.05928866192698479, 0.0023517212830483913, 0.016021765768527985, - 0.04401710256934166, 0.03467665985226631, -0.03945760428905487, - 0.050785377621650696, 0.012734305113554, -0.06517218798398972, - -0.027778329327702522, -0.022471260279417038, -0.04513004422187805, - -0.032927315682172775, -0.04087856039404869, -0.05700010806322098, - 0.06043587252497673, 0.020792443305253983, -0.033735793083906174, - -0.011014601215720177, 0.0005894884234294295, -0.08924439549446106, - 0.004424301907420158, -0.03966493532061577, -0.036166537553071976, - 0.09643451869487762, 0.06319829821586609, -0.020214345306158066, - 0.04649282991886139, 0.0558556467294693, 0.047220148146152496, - -0.034209080040454865, 0.07056482136249542, 0.03824993595480919, 0.0736820250749588, - 0.11907772719860077, -0.018482200801372528, 0.06339514255523682, - -0.09076274186372757, -0.0631018728017807, 0.06560151278972626, - 0.045103009790182114, 0.0031392835080623627, 0.05314278230071068, - 0.028013795614242554, 0.032157495617866516, 0.041144125163555145, - 0.025308236479759216, -0.018414918333292007, 0.07330960780382156, - -0.02865448407828808, -0.06166904792189598, 0.03959144279360771, - -0.06576800346374512, 0.10413196682929993, -0.05437421798706055, - 0.012600754387676716, -0.009719312191009521, 0.0014314549043774605, - -0.020011117681860924, -0.04310990124940872, 0.10663837939500809, - -0.0027143252082169056, 0.026183458045125008, -0.08161535114049911, - 0.001601584954187274, -0.014037073589861393, 0.06654573231935501, - -0.0004413147398736328, 0.04842514917254448, -0.04477836564183235, - 0.009171909652650356, 0.01146759558469057, -0.004588339477777481, - -1.1154695584991714e-6, -0.020522797480225563, 0.08537189662456512, - 0.03887427970767021, 0.02613755129277706, 0.0075445882976055145, - 0.02506510727107525, 0.0014444265980273485, -0.016773279756307602, - -0.00861164927482605, 0.04212350398302078, 0.009128483943641186, - -0.007423736155033112, 0.03172963857650757, 0.02444295957684517, - -0.015235447324812412, 0.0023708264343440533, -0.028255794197320938, - -0.06848733872175217, 0.0633838102221489, 0.057101547718048096, - -0.09076254069805145, -0.03177470713853836, -0.02589971385896206, - 0.02280564419925213, -0.06637764722108841, -0.06509215384721756, - 0.02460629492998123, 0.006864770781248808, 0.01310894824564457, - -0.06349658966064453, -0.043946828693151474, -0.013311651535332203, - -0.04953088238835335, -0.03821082413196564, -0.030079957097768784, - -0.09512773156166077, 0.002370593138039112, 0.029874306172132492, - -0.07541496306657791, 0.02838807925581932, 0.003155521582812071, - 0.033564504235982895, -0.01794511266052723, 0.001447926159016788, - -0.02215559221804142, -0.031117141246795654, 0.0677843689918518, - -0.01651178114116192, -0.047176945954561234, -0.07359446585178375, - -0.0017081775004044175, -0.04375830665230751, 0.00672707986086607, - -0.05384216457605362, 0.018809955567121506, 0.005301207769662142, - 0.08161754161119461, 0.0020954718347638845, 0.04817497357726097, - -0.028407709673047066, -0.017189452424645424, 0.03249688446521759, - -0.014023294672369957, -0.014124574139714241, -0.009124992415308952, - 0.000530955963768065, 0.01395468506962061, 0.04965291917324066, - -0.03278728947043419, 0.0022028046660125256, 0.01590716652572155, - 0.08869417756795883, 0.020043576136231422, -0.04993431270122528, - 0.06262826174497604, -0.03664179891347885, 0.05842329561710358, 0.07684407383203506, - 0.07734506577253342, -0.04893733561038971, 0.05927027389407158, - -0.02463161200284958, -0.046661488711833954, -0.010229610837996006, - 0.03792683780193329, 0.030902374535799026, 0.011593072675168514, - -0.0009421093272976577, 0.07934530824422836, 0.09430849552154541, - -0.041480034589767456, -0.07670019567012787, -0.021489286795258522, - -0.057276394218206406, 0.025032909587025642, 0.024056773632764816, - 0.009056483395397663, -0.02907780185341835, 0.07248076796531677, - -0.0006853787344880402, -0.06355009973049164, 0.038396600633859634, - 0.005033769179135561, 0.0463310144841671, 0.004709833301603794, - -0.08446580171585083, -0.04736978933215141, -0.03162255510687828, - 0.00587660726159811, 0.009361580945551395, -0.04294929280877113, - -0.02807111106812954, 0.0017046884167939425, 0.059335872530937195, - 0.013979029841721058, -0.04343681037425995, 0.018502788618206978, - -0.02979694865643978, 0.008302852511405945, -0.059177227318286896, - -0.007840398699045181, -0.09764228016138077, -0.04324565455317497, - -0.014144070446491241, 0.03986496478319168, -0.0021795579232275486, - 0.07910068333148956, 0.004469923209398985, -0.032261744141578674, - 0.010324900038540363, -0.04892754554748535, 0.015330706723034382, - -0.061145950108766556, 0.025200234726071358, 0.06395815312862396, - 0.040234509855508804, -0.025255661457777023, 0.03148560971021652 - ], - [ - -0.041870035231113434, -0.01554146222770214, 0.004905375186353922, - 0.08683828264474869, 0.08386776596307755, 0.020013432949781418, - 0.011048988439142704, 0.055601950734853745, -0.023624205961823463, - 0.013162882067263126, -0.014804304577410221, -0.07131943106651306, - 0.015157309360802174, -0.04123879224061966, 0.03287586197257042, - 0.03351619094610214, 0.0847744569182396, 0.0029724689666181803, - -0.07481461763381958, 0.03637504577636719, -0.08734554797410965, - -0.06639830768108368, 0.027394771575927734, -0.0010842676274478436, - 0.019541515037417412, -0.060090530663728714, 0.006820111069828272, - 0.0012350693577900529, -0.040811654180288315, 0.047232527285814285, - 0.001852513523772359, -0.026020489633083344, 0.025307543575763702, - 0.049839626997709274, 0.03360290080308914, -0.08581361174583435, - 0.021733779460191727, 0.04688069969415665, -0.05060509219765663, - -0.004781085532158613, 0.009758231230080128, 0.01099359430372715, - 0.028404591605067253, 0.057520441710948944, 0.0586869977414608, - -0.02110891416668892, -0.06873279809951782, 0.0040961941704154015, - 0.05494822561740875, 0.06600024551153183, -0.013078411109745502, - -0.030112775042653084, 0.0737590566277504, 0.019020216539502144, - -0.030423175543546677, -0.04418130964040756, -0.03337361291050911, - -0.036820460110902786, -0.05166926607489586, -0.009815433993935585, - -0.0068227555602788925, -0.03421885520219803, 0.061452917754650116, - 0.02348574809730053, -0.07301274687051773, 0.022682396695017815, - -0.08822372555732727, 0.006528107915073633, 0.009512916207313538, - 0.014790419489145279, 0.000453476095572114, 0.056347113102674484, - 0.00961032509803772, 0.026804160326719284, -0.04173955321311951, - -0.002772422507405281, -0.10107911378145218, -0.05362307280302048, - 0.010566999204456806, 0.01582481898367405, 0.0433080680668354, 0.014518112875521183, - -0.04731925204396248, -0.021080028265714645, 0.06657687574625015, - -0.045840002596378326, -0.023218272253870964, 0.011103550903499126, - 0.07606067508459091, -0.0077948421239852905, 0.041082561016082764, - 0.02176622301340103, 0.055581193417310715, -0.02577079087495804, - 0.02731555514037609, 0.030492497608065605, 0.03225746378302574, 0.01954023353755474, - -0.07747142761945724, 0.07745350152254105, 0.02589314989745617, - 0.014084103517234325, -0.04086059704422951, -0.03353403881192207, - 0.003131613600999117, -0.08428414911031723, -0.004569492768496275, - -0.014429707080125809, -0.019531341269612312, 0.053998060524463654, - -0.0797114446759224, 0.03257795050740242, 0.02650473453104496, -0.04482060670852661, - -0.0182996466755867, -0.02807772345840931, 0.014961942099034786, 0.0426662303507328, - 0.020223690196871758, -0.017703203484416008, -0.02008979767560959, - 0.004435481037944555, -0.01156731229275465, 0.03318193927407265, - 0.018136311322450638, -0.07119576632976532, 0.054976169019937515, - -0.04109472408890724, 0.042931992560625076, -0.01016894169151783, - 0.02306516468524933, -0.020383616909384727, -0.05260998755693436, - 0.06826939433813095, -0.03752830997109413, -0.025525284931063652, - -0.07406245917081833, -0.05425042659044266, 0.03798040375113487, - -0.07571214437484741, 0.08995640277862549, 0.04306803271174431, - -0.03156328946352005, 0.004619496408849955, 0.09050781279802322, - -0.003874387126415968, 0.059364091604948044, -0.009817764163017273, - 0.07291294634342194, 0.03340113162994385, -0.052239757031202316, - 0.003927478101104498, -0.08529921621084213, -0.027041947469115257, - 0.027710897848010063, 0.041337497532367706, 0.04723180830478668, - 0.03259178251028061, -0.06297794729471207, -0.04190020635724068, - -0.033071476966142654, 0.023444179445505142, -0.07861186563968658, - -0.0020307975355535746, -0.0380973257124424, -0.013771754689514637, - -0.027680572122335434, 0.005800666753202677, 0.017875615507364273, - 0.005741389002650976, -0.004087923094630241, -0.016453171148896217, - -0.020009297877550125, 0.0370454266667366, -0.0007891313871368766, - -0.011627483181655407, 0.06968589127063751, -0.053829047828912735, - 0.04167989268898964, 0.04375243932008743, -0.0036423266865313053, - -0.035430148243904114, 0.01909235492348671, -0.05595424026250839, - 0.008896852843463421, -0.008125260472297668, 0.030159542337059975, - -0.005059434100985527, -0.034003712236881256, 0.025985242798924446, - -0.008100721053779125, -0.01157764159142971, -0.06800448894500732, - -0.0007714862585999072, -0.009720210917294025, -0.09132198989391327, - 0.06117066368460655, 0.04101430997252464, 0.01718277297914028, 0.09668708592653275, - 0.06541552394628525, 0.06672121584415436, -0.05540834739804268, 0.05804146081209183, - 0.023973766714334488, 0.040542785078287125, 0.1218249574303627, 0.01774091273546219, - 0.04577749967575073, -0.03750777989625931, -0.02424398809671402, - -0.011423129588365555, 0.004236808978021145, 0.020539427176117897, - 0.040390223264694214, -0.03304874524474144, 0.05033539980649948, - 0.03275126591324806, 0.010859427973628044, 0.0195572841912508, - 0.00014193484093993902, 0.005016089882701635, -0.03394997492432594, - -0.04892239347100258, -0.03220032900571823, 0.0447007454931736, - 0.012595479376614094, -0.01024409756064415, -0.0430447980761528, - -0.019152678549289703, -0.01579480618238449, -0.0013431350234895945, - 0.11830822378396988, -0.030192801728844643, 0.06904604285955429, - -0.013301271013915539, -0.010354473255574703, -0.016136130318045616, - 0.09650763124227524, -0.008200621232390404, -0.05108135938644409, - -0.05540696904063225, -0.028692474588751793, 0.08460040390491486, - -0.047983162105083466, 0.0020425482653081417, -0.01283982489258051, - 0.015724554657936096, -0.01574939861893654, -0.04685948044061661, - 0.051330775022506714, 0.07105734944343567, 0.0326075479388237, 0.023883285000920296, - 0.045392248779535294, 0.042216792702674866, 0.0264623761177063, - -0.05903560668230057, -0.021594690158963203, 0.00212872470729053, - 0.04959659278392792, -0.035355761647224426, 0.01670716516673565, - -0.024403655901551247, -0.0050872256979346275, 0.012375558726489544, - -0.10374169051647186, -0.061761386692523956, 0.035705991089344025, - -0.07164022326469421, -0.05753068998456001, -0.0997355505824089, - -0.0018796013901010156, -0.049397245049476624, 0.015357580967247486, - -0.032280467450618744, -0.06749437004327774, 0.012314210645854473, - -0.016187038272619247, -0.06706856936216354, 0.022417882457375526, - 0.010759140364825726, -0.013025873340666294, 0.014325141906738281, - -0.00961031299084425, 0.013971543870866299, 0.03665805608034134, - 0.006538166664540768, -0.03664817288517952, -0.025635026395320892, - -0.018520420417189598, -0.004132294561713934, 0.03192124888300896, - -0.03142769634723663, -0.0031870852690190077, -0.07865864783525467, - 0.06303223967552185, 0.024189257994294167, 0.043852001428604126, - -0.004000053741037846, -0.027536770328879356, 0.022492511197924614, - 0.07452179491519928, -0.015515345148742199, 0.03600092604756355, - 0.06429079174995422, 0.0583314374089241, 0.021127332001924515, -0.03574496507644653, - -0.04900803416967392, 0.007118772249668837, 0.036963097751140594, - 0.06784848868846893, 0.0029090004973113537, -0.038237977772951126, - 0.0186956524848938, -0.023357931524515152, 0.021085452288389206, - 0.08854201436042786, -0.0013236734084784985, 0.008989403024315834, - -0.04376084357500076, 0.07760843634605408, 0.09207461774349213, 0.05497618019580841, - -0.04769577458500862, -0.02588016539812088, -0.0685531347990036, - -0.01257141213864088, -0.028962163254618645, 0.05504573509097099, - 0.03626265004277229, 0.07210191339254379, -0.0689024105668068, 0.04457902908325195, - 0.04373316094279289, -0.006462698802351952, -0.06647579371929169, - 0.04848357290029526, -0.06486757099628448, -0.018696637824177742, - 0.017850853502750397, 0.052504125982522964, -0.07099385559558868, - 0.03625866398215294, 0.030917439609766006, -0.03585303947329521, - -0.0309095811098814, -0.05630310997366905, 0.048614177852869034, - -0.006985272280871868, -0.13519783318042755, 0.004576698411256075, - 0.03175504133105278, -0.017656322568655014, -0.03778935223817825, - -0.008225176483392715, 0.02326294593513012, -0.018437113612890244, - 0.06596887111663818, -0.0391627699136734, 0.0072880215011537075, 0.0385238379240036, - 0.013139881193637848, -0.025138694792985916, -0.05418543145060539, - -0.006070641800761223, -0.07746510207653046, 0.054907940328121185, - -0.041980817914009094, 0.006490742322057486, -0.06467127799987793, - 0.04553866758942604, 0.02282244898378849, -0.0046070716343820095, - 0.0019886712543666363, -0.10120166838169098, 0.023806987330317497, - 0.010401026345789433, 0.0009550077957101166, 0.029911799356341362, - -0.007978245615959167, -0.012623275630176067, -0.027839234098792076 - ], - [ - -0.011290106922388077, 0.06440754979848862, 0.02342546172440052, - 0.028249643743038177, 0.019827118143439293, -0.01136280968785286, - 0.05260952562093735, 0.018146775662899017, -0.03583931177854538, - 0.011573974043130875, -0.07192754745483398, 0.04652484878897667, - 0.029126405715942383, 0.06356542557477951, 0.08694760501384735, - -0.023037409409880638, -0.025302307680249214, 0.021313397213816643, - 0.0205888319760561, 0.024674635380506516, -0.0018465673783794045, - 0.05259484797716141, 0.08147621154785156, -0.012674752622842789, - 0.0025658917147666216, -0.013889051973819733, -0.06240260601043701, - 0.0003087810182478279, 0.030330123379826546, -0.01419826690107584, - 0.03963957354426384, 0.04860846698284149, -0.058691974729299545, - -0.0007600134122185409, 0.014929484575986862, 0.018292533233761787, - 0.015668317675590515, -0.0765986442565918, 0.007082019932568073, - -0.09597358852624893, -0.09713150560855865, 0.018285101279616356, - 0.0283723846077919, 0.06082986295223236, -0.04395679384469986, 0.0813845694065094, - -0.010934855788946152, 0.026368599385023117, -0.04206809401512146, - -0.068947933614254, 0.017936745658516884, -0.04656662046909332, - 0.019219936802983284, 0.040717292577028275, 0.03822845220565796, - 0.045235440135002136, -0.03613001108169556, -0.03770611062645912, - 0.00043148218537680805, -0.01622782275080681, 0.018568307161331177, - -0.03283016383647919, 0.00968038011342287, 0.029595067724585533, - 0.05155444145202637, -0.04377947747707367, -0.006482993718236685, - 0.07611862570047379, -0.0399138480424881, -0.07393096387386322, - 0.035330966114997864, 0.023573026061058044, -0.030984491109848022, - 0.03723263368010521, 0.14261209964752197, 0.043395284563302994, - -0.024852599948644638, -0.03207694739103317, -0.041726090013980865, - 0.032079506665468216, -0.023159323260188103, -0.035125430673360825, - 0.07015480101108551, 0.07114425301551819, -0.062478598207235336, - 0.030002573505043983, 0.0089793112128973, -0.0028461990877985954, - 0.008526205085217953, 0.029520150274038315, -0.013231941498816013, - 0.019679903984069824, 0.029923565685749054, 0.03106321208178997, - 0.000788190052844584, 0.03172606602311134, -0.09023571014404297, - -0.006331884302198887, -0.05212801322340965, 0.028700917959213257, - -0.10002659261226654, -0.02447611279785633, 0.024417677894234657, - 0.03779996186494827, -0.03322049230337143, 0.009117228910326958, - 0.047901615500450134, -0.02162991091609001, 0.05264913663268089, - 0.036339640617370605, 0.08842764794826508, -0.04818659648299217, - 0.07134699076414108, 0.008673242293298244, -0.011818972416222095, - 0.026284916326403618, 0.007519358769059181, -0.03756223991513252, - -0.0007428564131259918, -0.07223021984100342, 0.010198086500167847, - -0.043332695960998535, -0.006408078130334616, 0.007365291938185692, - 0.0472247488796711, -0.0494241863489151, -0.08867040276527405, - -0.015385545790195465, -0.0226577240973711, 0.05076618492603302, - 0.07857218384742737, -0.04795786738395691, -0.018008777871727943, - -0.07462942600250244, 0.07091750204563141, -0.07027747482061386, - 0.04595367982983589, 0.06550417840480804, 0.03959117457270622, 0.08679372817277908, - -0.031808823347091675, -0.022483238950371742, -0.049669958651065826, - 0.025105362758040428, -0.07332170754671097, -0.024052012711763382, - -0.06798435002565384, 0.055711980909109116, -0.03469061851501465, - 0.03266700357198715, -0.014972744509577751, -0.006108616944402456, - -0.007798467762768269, 0.024685734882950783, -0.013820894993841648, - -0.0919879600405693, 0.011169252917170525, 0.018977977335453033, - -0.024122845381498337, -0.05784791707992554, -0.028941301628947258, - 0.061335500329732895, 0.05859162285923958, -0.03579175844788551, - 0.05253169313073158, -0.013146146200597286, 0.018570926040410995, - 0.011908377520740032, 0.004923264030367136, 0.002747900551185012, - -0.02572399564087391, -0.05052473768591881, 0.0533459410071373, 0.04162028431892395, - -0.05865059792995453, -0.03649114444851875, -0.037910934537649155, - -0.06411642581224442, -0.033731188625097275, 0.09230674058198929, - -4.312635792302899e-5, 0.005630000494420528, 0.03900250792503357, - -0.034006182104349136, -0.003984702751040459, -0.03450022637844086, - 0.05372276529669762, 0.020944150164723396, -0.016026979312300682, - 0.06800660490989685, 0.06165379285812378, 0.027046212926506996, 0.0498800054192543, - 0.006249916274100542, 0.09048303961753845, -0.018604375422000885, - -0.07642029225826263, -0.03720836713910103, 0.08773224800825119, - -0.07222915440797806, -0.012774652801454067, -0.0627831444144249, - 0.03843950852751732, -0.0526554174721241, -0.04812144488096237, - -0.00015803336282260716, 0.03701489046216011, -0.07678227126598358, - 0.025871623307466507, 0.036949533969163895, -0.040153734385967255, - 0.02594383992254734, -0.02490384690463543, -0.05698399990797043, - -0.03759706765413284, -0.03421301022171974, -0.01687258668243885, - -0.0863909050822258, 0.03250882402062416, -0.011518021114170551, - -0.035158831626176834, -0.031035326421260834, -0.03456690534949303, - 0.016349487006664276, 0.05724668502807617, -0.13025660812854767, - 0.020777683705091476, -0.026438811793923378, -0.06054651737213135, - -0.02319612167775631, 0.054510876536369324, -0.017485463991761208, - -0.015625718981027603, 0.041625428944826126, -0.0750725120306015, - 0.0687674731016159, -0.0475769080221653, -0.045282527804374695, - -0.005332223605364561, 0.03251681104302406, 0.07230143249034882, - 0.02173943817615509, -0.015670543536543846, -0.06059163063764572, - 0.03858629986643791, 0.025015316903591156, -0.019070977345108986, - 0.014629925601184368, -0.0031553050503134727, 0.04338190332055092, - -0.006222825963050127, -0.03464203327894211, -0.01687989942729473, - 0.05040844902396202, -0.08825159817934036, 0.008950051851570606, - 0.00815898459404707, -0.005416478496044874, 0.01570490375161171, - -0.016871687024831772, -0.027640260756015778, 0.01958652399480343, - 0.0348629467189312, -0.04072851687669754, -0.11701099574565887, - -0.060436371713876724, 0.05992522090673447, 0.016233541071414948, - -0.014172552153468132, 0.033676400780677795, 0.016436537727713585, - 0.021376537159085274, 0.05746229365468025, 0.02831895649433136, 0.05492003262042999, - -0.030608898028731346, -0.0002008571900660172, -0.1136016696691513, - -0.07213474810123444, 0.07177136838436127, -0.033892881125211716, - 0.08941836655139923, 0.09372401982545853, -0.03707338124513626, 0.09636760503053665, - -0.06599702686071396, -0.03192315995693207, 0.02315979078412056, - -0.021231230348348618, 0.048125144094228745, 0.011285253800451756, - -0.007838289253413677, -0.01541515626013279, -0.03721320629119873, - 0.05160257965326309, 0.022276848554611206, 0.02349446527659893, 0.03109581582248211, - -0.0472676120698452, -0.005826815962791443, 0.05337027087807655, - -0.04125235974788666, -0.031085597351193428, 0.05356023460626602, - 0.014827590435743332, -0.0009990048129111528, 0.04190222546458244, - 0.0026171086356043816, 0.01730351708829403, 0.015812069177627563, - -0.06039147824048996, 0.009032885544002056, -0.11495687812566757, - -0.06255615502595901, 0.035914238542318344, -0.033589862287044525, - -0.04557133838534355, -0.04519687220454216, 0.04836166277527809, - -0.012914097867906094, 0.04366789758205414, 0.02857872098684311, - 0.0008213652181439102, -0.013861236162483692, -0.03270198777318001, - 0.03199449181556702, -0.05501970648765564, 0.05985569581389427, - -0.023900490254163742, 0.01900894194841385, -0.004916109144687653, - -0.06420072168111801, 0.06065954267978668, 0.03616083413362503, - 0.030702415853738785, -0.05560804530978203, -0.06216544657945633, - -0.06726724654436111, -0.046308934688568115, 0.029405074194073677, - -0.013531824573874474, -0.016732439398765564, -0.0745033323764801, - -0.04896482825279236, -0.03529558703303337, -0.022926470264792442, - 0.006263717543333769, -0.02608131617307663, 0.07738697528839111, - 0.028918448835611343, -0.022525986656546593, 0.02380409464240074, - -0.0045900167897343636, 0.019671333953738213, 0.03229965642094612, - 0.04698566347360611, 0.032278843224048615, -0.03822113201022148, - 0.029228122904896736, -0.024784786626696587, -0.002170985098928213, - 0.0368984080851078, -0.03962738439440727, 0.033871427178382874, -0.0339152030646801, - 0.06569880992174149, -0.006812641397118568, -0.014837183058261871, - -0.03409203514456749, 0.0021858776453882456, 0.00894084107130766, - -0.03285646066069603, -0.02591649442911148, 0.029018431901931763, - 0.03767716512084007, -0.01772390678524971, 0.005752199329435825, - -0.016411084681749344, 0.03072109818458557, -0.030327128246426582, - -0.0655495896935463, -0.01360088586807251, 0.023026729002594948, - 0.0029903678223490715 - ], - [ - 0.07841476798057556, 0.064115971326828, 0.032865218818187714, -0.038041021674871445, - 0.01194711122661829, -0.04261862114071846, 0.03209171071648598, - 0.0012866773176938295, 0.0035479168873280287, -0.014016972854733467, - -0.04002520069479942, -0.04692244157195091, -0.01569032296538353, - 0.0250357948243618, 0.05388752371072769, -0.019700972363352776, - -0.010608576238155365, -0.006319531239569187, 0.037440527230501175, - -0.045730024576187134, 0.04983681067824364, 0.0617109015583992, 0.05802106112241745, - 0.04775329306721687, -0.03757749870419502, 0.03935256600379944, - -0.006360487546771765, -0.05495494231581688, -0.04536479711532593, - -0.02175559476017952, -0.029218604788184166, 0.02031048573553562, - 0.03912224620580673, 0.04664888232946396, -0.036882851272821426, 0.0618315227329731, - 0.04243282228708267, -0.09838508069515228, 0.0477134995162487, - 0.0014136519748717546, -0.015682298690080643, -0.03461932763457298, - -0.006901310756802559, 0.04992896690964699, -0.07291058450937271, - -0.0065063186921179295, 0.056273166090250015, 0.047248370945453644, - -0.03956253454089165, -0.014509199187159538, 0.017558375373482704, - -0.012503079138696194, -0.07581119239330292, -0.03114776499569416, - 0.06417156010866165, 0.057270508259534836, -0.027411313727498055, - -0.0033554756082594395, -0.01244858093559742, -0.0070636761374771595, - -0.007257075048983097, -0.06753192842006683, -0.019331829622387886, - 0.05157645419239998, 0.0337582491338253, -0.002303759567439556, - -0.04402390494942665, 0.04870370775461197, -0.03685165196657181, - -0.031109856441617012, 0.036438897252082825, 0.019755223765969276, - 0.033810172230005264, -0.015689004212617874, 0.09103383123874664, - 0.09625346958637238, 0.0387137271463871, -0.05725698173046112, 0.037370599806308746, - 0.10261645168066025, 0.022016936913132668, -0.03359406068921089, - -0.03275846317410469, 0.04354725405573845, -0.010935792699456215, - -0.005497049540281296, 0.01847749948501587, 0.03267360478639603, - 0.00010322103480575606, -0.03914835304021835, 0.003951485734432936, - -0.01302876602858305, 0.008928125724196434, -0.02445904351770878, - -0.11995357275009155, -0.00697722053155303, 0.005411030724644661, - 0.01004089042544365, 0.000929222209379077, -0.004941130056977272, - -0.008094816468656063, 0.045123107731342316, -0.07806600630283356, - 0.0029321988113224506, -0.07136660069227219, 0.001190059701912105, - 0.03795658051967621, -0.0032183669973164797, 0.012858002446591854, - -0.013220925815403461, 0.04137740284204483, -0.06837603449821472, - -0.029893722385168076, -0.059777338057756424, 0.01127021573483944, - -0.02299901843070984, -0.019680792465806007, 0.005221392028033733, - -0.0001766546192811802, -0.02791876345872879, 0.060835134238004684, - -0.05633250251412392, 0.04398807883262634, -0.01613771729171276, - 0.005438252817839384, 0.07035218924283981, -0.046490464359521866, - -0.0444423109292984, -0.02443511411547661, 0.012975535355508327, - 0.017547667026519775, -0.02542092092335224, -0.02430398017168045, - -0.029848527163267136, -0.011433598585426807, -0.07234074175357819, - -0.01231873594224453, 0.0036991173401474953, 0.03822194039821625, - 0.027741482481360435, -0.057182710617780685, 0.0153197031468153, - -0.014743482694029808, 0.010721972212195396, -0.0433996208012104, - 0.03288816660642624, -0.05415347218513489, 0.11547279357910156, - -0.07342910766601562, 0.001156772137619555, 0.019181890413165092, - 0.060636572539806366, 0.03860632702708244, -0.007260381244122982, - -0.03836910054087639, -0.006357370875775814, 0.011849910020828247, - -0.008755614049732685, 0.05162528157234192, -0.045455098152160645, - -0.027014875784516335, 0.02010427787899971, 0.025864096358418465, - -0.04882756993174553, 0.005649073980748653, -0.01883106492459774, - -0.039025139063596725, -0.0037394650280475616, -0.05126424878835678, - 0.027755191549658775, 0.02350323088467121, 0.021088307723402977, - -0.038533274084329605, -0.021891538053750992, -0.07169374078512192, - -0.039685338735580444, 0.01572592370212078, 0.006364902481436729, - -0.03205624967813492, -0.01419814396649599, 0.0719752237200737, 0.07184202969074249, - 0.03864966332912445, -0.031326279044151306, 0.009963625110685825, - 0.013853426091372967, -0.03218717873096466, -0.023685507476329803, - 0.011378473602235317, -0.024663081392645836, -0.00853785965591669, - -0.03141811862587929, 0.01727953739464283, -0.011492877267301083, - 0.015462369658052921, -0.01857297122478485, 0.0308693777769804, - -0.07232094556093216, -0.012769618071615696, -0.019734777510166168, - 0.03124731220304966, -0.008745837025344372, -0.0044070142321288586, - -0.05343477427959442, 0.02662252075970173, -0.0007695311214774847, - -0.03953409940004349, -0.07867895811796188, -0.07002900540828705, - 0.0002859629748854786, 0.052361708134412766, 0.06384356319904327, - -0.10868753492832184, 0.03693486377596855, 0.017570801079273224, - 0.046272892504930496, 0.006319546140730381, -0.03387591242790222, - -0.022644780576229095, 0.07603374868631363, -0.0160114374011755, - 0.05096697807312012, 0.044012777507305145, -0.04844379797577858, - 0.0030254798475652933, -0.052305374294519424, -0.015420233830809593, - -0.025370890274643898, 0.039561208337545395, 0.012302261777222157, - -0.005696992389857769, -0.032074421644210815, 0.016107480973005295, - 0.024230998009443283, -0.04093668609857559, 0.00979738961905241, - -0.033066850155591965, 0.024858538061380386, -0.0670003890991211, - 0.029027996584773064, -0.01886465586721897, 0.028581906110048294, - 0.056924741715192795, -0.06102393940091133, 0.006219686008989811, - 0.0085988100618124, -0.0612158477306366, -0.015674997121095657, - 0.022433409467339516, -0.007519656326621771, 0.009355911985039711, - -0.05270612612366676, -0.01289450190961361, 0.07903241366147995, - -0.04703507572412491, 0.04320354014635086, -0.03894714638590813, - 0.03916701301932335, 0.07094576954841614, -0.009326072409749031, - 0.020772166550159454, -0.005347748287022114, -0.01654469594359398, - -0.0007388258236460388, -0.008205640129745007, 0.019569505006074905, - 0.04598464071750641, 0.03530813008546829, -0.007921391166746616, - 0.02926029823720455, 0.059054721146821976, 0.05034546181559563, - -0.045376475900411606, -0.018737226724624634, 0.03399357199668884, - -0.011641237884759903, -0.06694748997688293, -0.0532778799533844, - -0.029799360781908035, 0.09671080112457275, 0.051347263157367706, - 0.05317012220621109, -0.015938736498355865, -0.06537517160177231, - 0.014637204818427563, 0.08313381671905518, 0.06392810493707657, 0.06869318336248398, - 0.10379000753164291, 0.09412246197462082, 0.040980029851198196, 0.04498536139726639, - -0.06002437323331833, 0.029735848307609558, 0.03864796832203865, - 0.06729313731193542, -0.06149723008275032, -0.04372277110815048, - -0.01509194727987051, -0.05740566551685333, -0.02745259553194046, - -0.007941208779811859, -0.03966901823878288, 0.015486043877899647, - 0.040446579456329346, 0.0013012095587328076, 0.03755941987037659, - -0.017755627632141113, -0.0021715816110372543, 0.014062022790312767, - -0.0025031575933098793, 0.0026316638104617596, -0.04789740592241287, - 0.00901106558740139, -0.045857712626457214, -0.0615185983479023, - 0.02551683783531189, 0.04568518325686455, 0.04291614890098572, - -0.046854957938194275, 0.06642410904169083, -0.0037703663110733032, - 0.006793700624257326, -0.10111925005912781, -0.004495828878134489, - 0.01976604200899601, -0.08606959879398346, -0.004116029944270849, - -0.0006274197367019951, -0.057240281254053116, -0.03866373747587204, - -0.006138575728982687, 0.004189792089164257, 0.07827053219079971, - 0.012074550613760948, -0.11018747091293335, -0.03961868956685066, - 0.07597795873880386, -0.03222890943288803, -0.034258875995874405, - -0.006006037350744009, -0.03543609380722046, -0.09538096934556961, - 0.0021965589839965105, -0.004905920010060072, -0.06772638112306595, - -0.00010792993998620659, 0.06661267578601837, 0.043975017964839935, - -0.034419115632772446, 0.029981490224599838, 0.08446428924798965, - -0.030229849740862846, 0.011626765131950378, -0.03553042933344841, - 0.05328303948044777, 0.053547926247119904, -0.036058004945516586, - 0.06433389335870743, -0.03735850378870964, -0.07661637663841248, - 0.004901127424091101, -0.08114032447338104, 0.03213468939065933, - -0.010013810358941555, 0.04797624796628952, 0.01993233524262905, - 0.007942205294966698, 0.024027427658438683, -0.030888177454471588, - -0.02232225053012371, -0.01149056013673544, -0.083456851541996, 0.05710884928703308, - -0.05205204337835312, -0.04475943744182587, 0.061384961009025574, - -0.05640650913119316, 0.10236549377441406, 0.020590385422110558, - -0.05345221608877182, -0.05915636569261551, 0.013478866778314114, - -0.054209209978580475 - ], - [ - -0.010729667730629444, -0.04185803234577179, -0.01613018289208412, - -0.005386183504015207, -0.07835212349891663, -0.026382071897387505, - -0.09563527256250381, -0.03764508664608002, -0.12950508296489716, - 0.04660390689969063, -0.1350141167640686, 0.007291938178241253, - -0.04007772356271744, 0.0644746720790863, -0.06811133772134781, - -0.08260012418031693, -0.05453471466898918, -0.004084191285073757, - 0.06297415494918823, -0.013054913841187954, -0.034340109676122665, - -0.07276402413845062, 0.018450161442160606, 0.025170186534523964, - 0.06313508749008179, -0.03016556240618229, 0.013909710571169853, - 0.0037536672316491604, -0.025445498526096344, -0.06567779183387756, - -0.0008040074026212096, -0.03701148182153702, -0.03895191475749016, - 0.03796111047267914, -0.02409849688410759, -0.0007995669730007648, - 0.04202666133642197, 0.06357453763484955, 0.0356789194047451, -0.05452890321612358, - 0.02526497282087803, -0.04940643906593323, 0.09402792155742645, - -0.03217296674847603, -0.03161831200122833, 0.058020830154418945, - -0.038544557988643646, 0.04684925451874733, 0.008217924274504185, - 0.08924728631973267, 0.0009813974611461163, 0.03382517397403717, - -0.04467210918664932, -0.027024555951356888, 0.02534773387014866, - 0.030818354338407516, 0.05721607059240341, -0.02222062647342682, - 0.034022241830825806, -0.09598643332719803, 0.06307534128427505, - -0.05597773566842079, 0.00495848897844553, 0.04149570316076279, - 0.018134061247110367, -0.005882105324417353, 0.03029756061732769, - 0.07151789218187332, -0.019493117928504944, -0.08321693539619446, - -0.07319404184818268, 0.012147577479481697, 0.06320122629404068, - -0.05175691843032837, 0.03532291203737259, 0.08891812711954117, - 0.0006565266521647573, -0.08731832355260849, -0.061433665454387665, - 0.03671540319919586, -0.06115490570664406, 0.11948684602975845, - -0.029914025217294693, 0.09951301664113998, 0.06098775938153267, - 0.03361666575074196, 0.03107956424355507, -0.056432534009218216, - -0.02298671379685402, 0.05074017122387886, -0.0035915644839406013, - 0.08652898669242859, -0.08029405772686005, 0.013072876259684563, - -0.06103997305035591, -0.002323438413441181, 0.09644690155982971, - 0.047026053071022034, -0.04648847132921219, -0.022325458005070686, - 0.077093206346035, -0.003047244157642126, 0.06532378494739532, - -0.028295369818806648, 0.05321293696761131, -0.010861332528293133, - -0.006294057704508305, 0.10940062999725342, 0.0689299926161766, - -0.03194707632064819, -0.03099183738231659, 0.026389142498373985, - -0.10932321846485138, -0.06253866851329803, -0.02065247856080532, - 0.004439117852598429, 0.016668902710080147, -0.10872151702642441, - 0.008255291730165482, -0.013602284714579582, 0.004140115808695555, - -0.06297889351844788, -0.02092287316918373, 0.030942106619477272, - 0.029935838654637337, -0.020866915583610535, -0.013627996668219566, - 0.034746404737234116, 0.02178064174950123, 0.012237895280122757, - 0.011087826453149319, 0.048738256096839905, -0.026186300441622734, - -0.003599815769121051, 0.0026857892517000437, -0.0065412819385528564, - -0.039228133857250214, 0.00529258418828249, -0.007601006422191858, - 0.06198403984308243, -0.03826501965522766, -0.009806355461478233, - 0.015311291441321373, -0.10510613769292831, -0.03958887234330177, - -0.017898408696055412, -0.031391441822052, -0.0050777955912053585, - -0.04216133430600166, -0.016084158793091774, 0.020478960126638412, - -0.009874031879007816, 0.023469511419534683, 0.0818229392170906, - 0.038898784667253494, 0.027925284579396248, -0.004957623314112425, - 0.0752963200211525, 0.03511527180671692, -0.039384931325912476, - -0.13582082092761993, -0.060297321528196335, 0.048246175050735474, - 0.06340635567903519, 0.068388931453228, -0.01994658261537552, -0.024305833503603935, - 0.036555539816617966, 0.04934926703572273, -0.008461052551865578, - -0.004843695554882288, 0.03654121607542038, -0.055758748203516006, - -0.0347810722887516, -0.016354544088244438, 0.006207000929862261, - -0.041502490639686584, -0.06300826370716095, -0.06572093069553375, - -0.00460579851642251, -0.01721518114209175, -0.02920829877257347, - -0.03404605761170387, 0.04969232156872749, -0.052979618310928345, - -0.0041057877242565155, -0.008948944509029388, -0.02615034021437168, - -0.028919847682118416, -0.02259056270122528, 0.04262395203113556, - -0.020008401945233345, -0.06279471516609192, -0.017486317083239555, - 0.005841048900038004, -0.016527744010090828, 0.05068863928318024, - -0.10554736107587814, 0.03997940197587013, -0.034645870327949524, - -0.012678461149334908, -0.005852369591593742, 0.012073997408151627, - 0.009335540235042572, -0.12480166554450989, 0.0028803835157305002, - -0.006687975022941828, -0.03132951632142067, -0.0003200345963705331, - 0.005379015579819679, 0.010199297219514847, 0.0028132146690040827, - -0.04643726721405983, -0.0012392210774123669, -0.04608239233493805, - -0.006307058036327362, 0.018982887268066406, -0.07870908826589584, - -0.1411352902650833, 0.041579458862543106, -0.030829980969429016, - -0.013536795973777771, 0.07140769809484482, -0.04661417379975319, - 0.036629967391490936, -0.027003582566976547, 0.08673426508903503, - 0.11873622238636017, 0.026590222492814064, -0.012463017366826534, - 0.04607868194580078, 0.11725596338510513, 0.07811903208494186, 0.04867025837302208, - 0.06051597371697426, -0.024269791319966316, -0.03659801557660103, - -0.017876069992780685, 0.043614462018013, 0.028321830555796623, - -0.07203896343708038, 0.07382550090551376, 0.06611444056034088, - -0.017807692289352417, -0.02881946973502636, 0.009092678315937519, - 0.018643522635102272, 0.03932878002524376, 0.034687984734773636, - 0.03054410219192505, -0.05540308728814125, 0.028223654255270958, - 0.02690856158733368, 0.08078775554895401, 0.101993627846241, -0.0032872059382498264, - -0.044227998703718185, 0.009984666481614113, -0.011410734616219997, - 0.08495910465717316, 0.0026960030663758516, 0.030374206602573395, - -0.020885923877358437, 0.03159318119287491, 0.013226712122559547, - -0.07323364168405533, 0.07733582705259323, -0.05671318247914314, - 0.02760987915098667, 0.13891896605491638, 0.03935370221734047, 0.0693492665886879, - -0.01267566904425621, 0.07780040055513382, 0.0020473417825996876, - 0.03186861053109169, -0.029007872566580772, -0.05622032657265663, - 0.09526750445365906, 0.04280469939112663, 0.0528218150138855, 0.03263665735721588, - -0.04281811788678169, -0.027303732931613922, -0.05924735218286514, - 0.007069624029099941, 0.02487419918179512, 0.00369031960144639, 0.10605372488498688, - 0.02298247069120407, -0.052114252001047134, 0.05326882004737854, - -0.10879556834697723, 0.06550157070159912, 0.05364960432052612, 0.06146994233131409, - -0.019331704825162888, 0.023982541635632515, -0.014238884672522545, - -0.04902873933315277, 0.05909750610589981, 0.012905362993478775, - -0.0396367609500885, 6.027319614076987e-5, 0.02046746388077736, - -0.09409963339567184, 0.06336022168397903, -0.0052972096018493176, - -0.01946491189301014, 0.053103938698768616, 0.01935480162501335, 0.0222404133528471, - -0.059762850403785706, -0.014861231669783592, 0.04915142431855202, - -0.012865766882896423, -0.029261266812682152, 0.0498497448861599, - 0.0483693964779377, -0.0391145721077919, 0.03969905152916908, 0.04016519710421562, - -0.03106139972805977, -0.006386179476976395, 0.002032183576375246, - 0.029383059591054916, 0.05007965490221977, -0.0005611497908830643, - 0.08026643097400665, 0.02244865708053112, 0.02047731541097164, -0.04580969735980034, - 0.09554924070835114, -0.043551813811063766, 0.05188721418380737, - 0.0030721172224730253, -0.05506689101457596, 0.0422937273979187, - -0.02757512405514717, 0.021678125485777855, 0.06955469399690628, - -0.0044640484265983105, -0.05920236185193062, 0.012933926656842232, - -0.0061598364263772964, -0.0037175703328102827, 0.026128949597477913, - -0.06615964323282242, 0.03987172991037369, -0.035637956112623215, - 0.04894968494772911, -0.023891007527709007, 0.04516002535820007, - -0.045258887112140656, -0.016755778342485428, 0.0958041250705719, - -0.00793379731476307, -0.04415396228432655, -0.009613624773919582, - -0.05784643068909645, -0.0659557357430458, 0.03303215280175209, - -0.005770811345428228, -0.007033714558929205, -0.02367504872381687, - 0.021010272204875946, 0.014576978050172329, 0.030260678380727768, - -0.028642812743782997, -0.05793483555316925, 0.01965785026550293, - -0.011365648359060287, 0.02775677479803562, 0.04175236448645592, - -0.018755709752440453, -0.029677648097276688, -0.037269484251737595, - -0.07521692663431168, 0.031192202121019363, -0.023494847118854523, - 0.0040843794122338295, -0.03427453339099884, 0.05799277126789093, - -0.019580477848649025 - ], - [ - -0.025196529924869537, -0.09304019063711166, 0.12993627786636353, - 0.010662239976227283, 0.019580300897359848, 0.03201747313141823, - -0.00835110992193222, 0.07220213115215302, -0.07993639260530472, - -0.07382495701313019, -0.025924542918801308, 0.041691385209560394, - -0.05505378916859627, 0.00596294179558754, 0.08111823350191116, - -0.11286430805921555, 0.007431103382259607, -0.016666358336806297, - -0.12057168036699295, -0.03084367699921131, 0.010057060979306698, - 0.03247571736574173, -0.08360837399959564, 0.10157808661460876, 0.07022415846586227, - 0.08080482482910156, -0.02202703058719635, 0.07529426366090775, 0.08474236726760864, - -0.007758246269077063, 0.11520515382289886, 0.13010373711585999, - -0.0012653650483116508, -0.09502000361680984, -0.09419354051351547, - -0.031381551176309586, -0.008103594183921814, -0.08955935388803482, - -0.12655852735042572, 0.016226137056946754, -0.07843035459518433, - 0.0016249825712293386, -0.04262435436248779, 0.020033231005072594, - 0.11459673196077347, 0.05203380808234215, -0.033415358513593674, - -0.10781089961528778, 0.09364605695009232, 0.05678495764732361, - 0.016641711816191673, 0.03723487630486488, -0.033938243985176086, - -0.0032915889751166105, 0.05936815217137337, 0.012136701494455338, - -0.1439683437347412, 0.01233361940830946, 0.07020943611860275, - -0.021928606554865837, -0.038572899997234344, -0.040161099284887314, - 0.007642770651727915, 0.07967221736907959, -0.024050671607255936, - -0.015789268538355827, -0.038022514432668686, 0.027837630361318588, - 0.11749719083309174, 0.06378274410963058, -0.15952862799167633, - -0.021616799756884575, 0.03077719174325466, 0.024294868111610413, - -0.020448623225092888, 0.0392325334250927, -0.11911915987730026, - -0.0717814713716507, -0.10898634046316147, 0.02005065605044365, - -0.11937659978866577, -0.04907311126589775, 0.0021364642307162285, - 0.022278442978858948, 0.08582564443349838, -0.107658751308918, -0.10739227384328842, - 0.050589077174663544, -0.043016307055950165, -0.060110799968242645, - 0.03854469582438469, -0.10620361566543579, -0.0321032777428627, - -0.014760399237275124, -0.005185115151107311, -0.02619372494518757, - -0.0251778531819582, -0.015822531655430794, 0.010528103448450565, - 0.01760382391512394, 0.07157002389431, -0.03512238338589668, -0.007080616429448128, - 0.0803087055683136, -0.05222947150468826, -0.022857317700982094, - 0.024922791868448257, 0.0548483207821846, 0.15257084369659424, 0.04747921600937843, - -0.14883914589881897, 0.061042141169309616, 0.16652293503284454, - -0.07375083863735199, -0.011092927306890488, 0.0843023955821991, - -0.043238651007413864, 0.07179509848356247, 0.1029394119977951, - -0.0012369026662781835, -0.07178426533937454, -0.0007885806844569743, - 0.0846526101231575, -0.02586059272289276, -0.059383783489465714, - -0.041428543627262115, 0.010612228885293007, 0.003893553977832198, - 0.05663798004388809, -0.15265299379825592, 0.004472991917282343, - -0.025620264932513237, -0.11805523931980133, 0.1060529574751854, - -0.01860043779015541, -0.04498232156038284, 0.07788709551095963, - -0.1179753765463829, 0.1207551434636116, 0.0019485879456624389, - -0.03476923704147339, 0.04231658950448036, 0.0599048025906086, -0.06938939541578293, - 0.014574853703379631, 0.051951635628938675, 0.0023514730855822563, - -0.05104906111955643, -0.010462837293744087, -0.049250341951847076, - 0.11403927206993103, 0.02372809499502182, 0.03147531673312187, 0.06293153762817383, - 0.0671921893954277, -0.07594949007034302, 0.06695175915956497, - -0.004054264165461063, -0.027355853468179703, -0.08933498710393906, - -0.10458120703697205, -0.023224784061312675, -0.004507595673203468, - -0.02618161216378212, 0.023552527651190758, 0.007679250556975603, - -0.0037927241064608097, -0.0962056964635849, -0.0333089604973793, - 0.012564967386424541, -0.11112509667873383, -0.016353564336895943, - 0.09939637780189514, 0.14516741037368774, 0.031113525852560997, - 0.006784627214074135, 0.048166800290346146, 0.09360193461179733, - -0.10782001912593842, -0.01850019209086895, -0.06386090070009232, - -0.03131355345249176, -0.007882525213062763, -0.048839110881090164, - -0.12904369831085205, 0.0687812939286232, -0.038441937416791916, - 0.01811835914850235, -0.047233227640390396, 0.11226272583007812, - -0.042503148317337036, -0.09437236189842224, -0.07453055679798126, - 0.04962221905589104, -0.010349162854254246, 0.05577612295746803, - 0.025596430525183678, 0.0015793186612427235, -0.12487375736236572, - 0.10907808691263199, 0.005723642185330391, 0.15676826238632202, 0.08728394657373428, - 0.00400365237146616, 0.10235597938299179, -0.004737976938486099, - 0.043417319655418396, -0.04048512876033783, -0.003704827046021819, - -0.0023411763831973076, -0.00263832975178957, 0.05448403209447861, - 0.03573629632592201, -0.029582852497696877, 0.06456323713064194, - 0.021014850586652756, 0.10654281824827194, -0.06342778354883194, - -0.06347451359033585, -0.038260795176029205, 0.11989846080541611, - 0.0443282276391983, -0.007291888352483511, -0.0013438233872875571, - 0.010048910044133663, -0.07254989445209503, -0.06075727567076683, - -0.00835950206965208, -0.09997870773077011, 0.08378525823354721, - 0.05456383526325226, 0.0031993770971894264, -0.016243230551481247, - -0.05212915316224098, 0.009683438576757908, 0.11142712086439133, - -0.008773292414844036, -0.012491190806031227, 0.02365877479314804, - -0.04092887043952942, 0.019100453704595566, -0.03310880810022354, - 0.02490229718387127, 0.046167001128196716, -0.08734296262264252, - 0.07562944293022156, -0.06676830351352692, -0.06351707875728607, 0.1062094196677208, - 0.04842730611562729, 0.08672976493835449, 0.11281900107860565, 0.06404977291822433, - -0.05132462829351425, 0.04785504564642906, 0.07755480706691742, - -0.03244098275899887, 0.02368614822626114, 0.030909935012459755, - -0.027463937178254128, 0.12618817389011383, 0.1498841792345047, - -0.030861185863614082, 0.007344205863773823, -0.04108769819140434, - 0.03526363521814346, -0.08715226501226425, -0.026798065751791, 0.046837128698825836, - 0.04849667474627495, -0.1425977647304535, -0.04543331637978554, - -0.031550996005535126, -0.024205144494771957, 0.04090074449777603, - -0.11287616938352585, 0.008448854088783264, -0.1457439810037613, - 0.0035203290171921253, -0.003560539335012436, -0.017143232747912407, - -0.0627206563949585, -0.09324067085981369, -0.14252004027366638, - 0.02994990162551403, -0.020560210570693016, 0.08352015167474747, - -0.07524602115154266, 0.1169455423951149, -0.015485183335840702, - -0.08026058971881866, -0.01584196276962757, -0.0033019348047673702, - -0.10109656304121017, -0.122283935546875, 0.021473035216331482, - 0.033972229808568954, 0.06489297747612, 0.09863163530826569, 0.029110150411725044, - 0.0862383022904396, -0.029247334226965904, 0.05095318704843521, - -0.06369643658399582, 0.07682649791240692, 0.10900437086820602, - -0.019348736852407455, 0.06677796691656113, 0.0994526818394661, - 0.035074759274721146, 0.07181892544031143, 0.07473514974117279, 0.07634518295526505, - 0.09726713597774506, -0.0743347704410553, 0.10191480815410614, 0.05002393573522568, - 0.12496711313724518, -0.0469679981470108, 0.046665117144584656, - -0.06403450667858124, -0.09097321331501007, 0.09430858492851257, - 0.03568308800458908, 0.01690758764743805, 0.010209403932094574, -0.013861701823771, - 0.06752932816743851, 4.622907727025449e-5, -0.06838350743055344, - 0.02406037412583828, 0.028858443722128868, 0.023738743737339973, - 0.0006598600884899497, -0.047641318291425705, 0.031118161976337433, - 0.040777821093797684, -0.05170267075300217, -0.07808107882738113, - -0.11026971787214279, -0.045276012271642685, -0.011692720465362072, - 0.0022001618053764105, -0.06891537457704544, 0.028553608804941177, - 0.042646702378988266, -0.016364429146051407, 0.06116311624646187, - 0.052225593477487564, -0.026485778391361237, -0.01384783536195755, - -0.008623518981039524, 0.07390358299016953, -0.17418406903743744, - -0.05203899368643761, -0.06854511797428131, 0.09079118818044662, - -0.08638451248407364, -0.08284725993871689, 0.0008365883259102702, - -0.017428193241357803, 0.005086465738713741, 0.09954816848039627, - 0.0024840414989739656, -0.021345198154449463, -0.022071341052651405, - 0.11627835780382156, -0.10903209447860718, -0.021575387567281723, - -0.020078398287296295, -0.06093353033065796, 0.08352969586849213, - 0.06577839702367783, 0.04560406133532524, 0.08761479705572128, 0.025559190660715103, - -0.002267564181238413, 0.0017426206031814218, -0.03048563376069069, - -0.0010665927547961473, 0.005322603043168783, 0.052021414041519165, - -0.020623143762350082, 0.1154700517654419 - ], - [ - -0.09879614412784576, 0.004221376497298479, 0.030200421810150146, - 0.002535363892093301, 0.033158715814352036, -0.03076140210032463, - 0.017018137499690056, 0.02356100082397461, 0.05043875426054001, 0.04961533844470978, - -0.056345243006944656, 0.01909410022199154, 0.025169458240270615, - -0.07781121879816055, -0.007735183462500572, -0.0110526904463768, - 0.046736568212509155, -0.006929332856088877, -0.055408868938684464, - -0.04481799528002739, -0.0944787934422493, 0.024196377024054527, - 0.004498878959566355, -0.009183891117572784, 0.0283629409968853, - 0.016878649592399597, 0.05133742839097977, 0.03749706223607063, - -0.05432261526584625, 0.05532251298427582, 0.015154764987528324, - 0.021664870902895927, -0.02658933214843273, -0.018052510917186737, - 0.07891856878995895, -0.03223346546292305, -0.050139185041189194, - -0.010726423002779484, 0.04774119332432747, 0.06640275567770004, - 0.025529835373163223, -0.06916631013154984, 0.07411535829305649, - -0.06183101609349251, -0.03445286303758621, -0.01624704711139202, - -0.07050558924674988, -0.048066653311252594, 0.0030972613021731377, - 0.09057478606700897, -0.01923392526805401, -0.042753297835588455, - 0.08765558898448944, -0.06532823294401169, -0.06810054928064346, - 0.011059986427426338, -0.08726085722446442, -0.054437559098005295, - -0.047541067004203796, -0.015794923529028893, -0.007278074510395527, - -0.024802347645163536, -0.04992545768618584, 0.0006918723811395466, - -0.06617793440818787, -0.05119762942194939, 0.05761220306158066, - -0.004820627626031637, -0.020704254508018494, 0.08996422588825226, - 0.028014030307531357, 0.03986348211765289, -0.004551969934254885, - 0.07351453602313995, -0.041548650711774826, -0.05502481386065483, - -0.05033465474843979, 0.07150240987539291, 0.07386940717697144, - -0.021614816039800644, 0.02246907725930214, 0.021951822564005852, - -0.051500022411346436, -0.0768955871462822, 0.0011493851197883487, - -0.039936166256666183, 0.043681010603904724, 0.0381678082048893, - 0.021317575126886368, 0.019852541387081146, 0.020272450521588326, - -0.04296498000621796, -0.03054129146039486, 0.0010645417496562004, - 0.07910861074924469, 0.023207128047943115, -0.0003464625042397529, - 0.029591888189315796, -0.006290129851549864, 0.03859803453087807, - 0.03588556498289108, -0.03872370719909668, -0.02674240618944168, - 0.0005855478229932487, 0.02797076106071472, 0.008382837288081646, - -0.021740473806858063, 0.08472951501607895, 0.0457935631275177, - -0.006897919811308384, -0.010277139954268932, 0.10898804664611816, - -0.00582680432125926, -0.06368142366409302, 0.024631153792142868, - -0.007148388773202896, 0.06683476269245148, 0.010311570018529892, - -0.038123324513435364, -0.02304520085453987, -0.04616705700755119, - 0.0673898234963417, -0.11242004483938217, 0.04648824408650398, 0.022603990510106087, - -0.045325055718421936, -0.014097863808274269, 0.04584499076008797, - 0.07430358231067657, 0.0006131842383183539, -0.005665954202413559, - 0.012375647202134132, -0.0215388722717762, 0.0787767767906189, - -0.046327073127031326, 0.04551437124609947, -0.05303829535841942, - -0.0668507069349289, -0.01801234669983387, -0.03532906994223595, - 0.08771494776010513, 0.01629510335624218, 0.03241531550884247, -0.100568987429142, - 0.05129721015691757, 0.009777440689504147, -0.011454529128968716, - -0.0066578625701367855, 0.023328566923737526, -0.02742048352956772, - 0.009378270246088505, -0.009730123914778233, -0.03176930174231529, - 0.026028940454125404, -0.03079679235816002, -0.03908548876643181, - -0.06768541783094406, -0.009157191030681133, -0.016172315925359726, - -0.08021107316017151, 0.015822866931557655, 0.04092796891927719, - 0.035818200558423996, 0.02715650014579296, -0.017931269481778145, - -0.006892950274050236, -0.07015831768512726, 0.01802271604537964, - 0.05288735777139664, 0.013191934674978256, -0.02517239935696125, - -0.03197331726551056, 0.0027440146077424288, -0.03099096193909645, - -0.027219338342547417, 0.04407111182808876, 0.022309081628918648, - -0.05492264777421951, 0.059826698154211044, 0.013196981512010098, - 0.007843161933124065, -0.04714382067322731, 0.045476097613573074, - -0.05442658066749573, 0.025270527228713036, -0.04978613927960396, - 0.03911455720663071, -0.022600185126066208, 0.027659211307764053, - 0.039021387696266174, -0.054170552641153336, -0.08591371029615402, - -0.05703624710440636, -0.011944216676056385, -0.015774443745613098, - 0.039658140391111374, 0.0650317370891571, -0.02097940444946289, - -0.0014065472641959786, 0.029645944014191628, 0.10815610736608505, - 0.06423366069793701, -0.06715403497219086, 0.07189785689115524, 0.04847213998436928, - 0.025930412113666534, 0.08732480555772781, -0.013345573097467422, - 0.11422678083181381, -0.10651108622550964, -0.008314864709973335, - -0.029031576588749886, 0.028311675414443016, -0.015651123598217964, - 0.00048112726653926075, 0.05257033184170723, 0.056555744260549545, - 0.015705382451415062, -0.06953500211238861, 0.02117970399558544, - 0.06980622559785843, 0.012956174090504646, 0.005225275177508593, - 0.04168834909796715, -0.011170590296387672, 0.07902419567108154, - 0.005840391386300325, 0.060596100986003876, 0.03004935197532177, - 0.08220572024583817, 0.03227042034268379, 0.03323601186275482, 0.09499568492174149, - -0.0011998597765341401, 0.04069629684090614, -0.06575459986925125, - 0.004129367880523205, -0.007462725043296814, 0.03726647421717644, - -0.0371977798640728, -0.021488351747393608, -0.023399917408823967, - -0.06679212301969528, 0.0039106449112296104, -0.05567895621061325, - 0.03536118566989899, -0.029897097498178482, 0.05195445567369461, - 0.037639010697603226, 0.017064755782485008, 0.09386700391769409, - 0.11280032247304916, 0.03963440656661987, -0.03827913850545883, 0.02868533320724964, - 0.050616830587387085, -0.04790208488702774, -0.05035192146897316, - 0.04663580656051636, 0.001223000232130289, 0.05065970495343208, - -0.09244132041931152, -0.004204291384667158, -0.008081447333097458, - 0.032846856862306595, -0.022924017161130905, -0.05479058250784874, - 0.028460202738642693, 0.08830828964710236, 0.018206562846899033, - -0.013221089728176594, -0.04194450378417969, 0.03798637166619301, - -0.08476429432630539, 0.03961293026804924, -0.08906177431344986, - -0.0004651526396628469, 0.0934026762843132, 0.029131656512618065, - -0.13496272265911102, -0.03589671850204468, -0.09170541912317276, - -0.04134096950292587, -0.039931103587150574, 0.008630851283669472, - 0.07238428294658661, 0.015753453597426414, -0.0462958961725235, - 0.019656434655189514, -0.07688354700803757, -0.049542784690856934, - 0.011037994176149368, 0.07769181579351425, -0.053574372082948685, - 0.005275641102343798, -0.031142961233854294, 0.035355255007743835, - -0.030619356781244278, 0.08058692514896393, -0.035307370126247406, - 0.0008614225662313402, -0.000812999380286783, 0.1080232635140419, - 0.00706333527341485, 0.005048252176493406, -0.030514147132635117, - 0.03591170907020569, 0.031737010926008224, 0.025654735043644905, - -0.0008028160664252937, 0.008336092345416546, 0.04696979001164436, - 0.051027558743953705, 0.03328298032283783, 0.059716880321502686, - -0.04859668016433716, 0.07061398029327393, -0.032895997166633606, - 0.03558465093374252, -0.015598179772496223, 0.07812909036874771, - -0.021116036921739578, -0.03444408252835274, 0.05329357087612152, - 0.0371318981051445, -0.05291801691055298, 0.04387836530804634, -0.10382495820522308, - 0.025070257484912872, -0.039126183837652206, 0.025296492502093315, - 0.009780446998775005, -0.020960256457328796, -0.06742987781763077, - 0.007210149429738522, 0.10403455048799515, 0.007609535474330187, - -0.08023329824209213, 0.07128604501485825, -0.0601075179874897, - 0.051551274955272675, -0.007121418137103319, -0.033200837671756744, - 0.021039437502622604, -0.0012381700798869133, 0.003865933045744896, - -0.05791904032230377, -0.020465418696403503, -0.007652892265468836, - 0.03980275243520737, -0.050069741904735565, -0.01679149642586708, - -0.013632889837026596, -0.08423148095607758, 0.05988496169447899, - -0.05957764387130737, 0.03717081993818283, 0.004305320791900158, - -0.021853355690836906, 0.010597409680485725, -0.013425583019852638, - -0.0003683558898046613, 0.0066152336075901985, 0.005779546219855547, - 0.009141737595200539, -0.047617483884096146, -0.08265622705221176, - -0.056728608906269073, -0.014653480611741543, -0.016976475715637207, - -0.0007345617050305009, -0.02860211953520775, 0.054908279329538345, - -0.017605306580662727, -0.009129763580858707, 0.010927911847829819, - -0.008066315203905106, -0.057953719049692154, -0.10996230691671371, - 0.0032853779848665, 0.005429144948720932, -0.05381772294640541, - 0.022783061489462852, 0.036786310374736786 - ], - [ - -0.03282155841588974, -0.018405137583613396, -0.016368618234992027, - 0.03996342048048973, 0.0011891695903614163, -0.025452325120568275, - 0.06355487555265427, -0.009126494638621807, 0.011028609238564968, - 0.051661308854818344, -0.015446426346898079, -0.014729183167219162, - -0.0035145224537700415, 0.10104051977396011, 0.010284663178026676, - -0.01073611993342638, -0.04179218411445618, -0.009267515502870083, - 0.07502591609954834, -0.009049556218087673, 0.04605656862258911, - 0.003656590823084116, 0.0819295346736908, -0.06623028963804245, - -0.050121985375881195, -0.08999627083539963, -0.004997029900550842, - -0.0520433709025383, -0.029220500960946083, 0.0036706854589283466, - 0.019276052713394165, -0.009238013066351414, 0.0510120689868927, - 0.033795639872550964, -0.009827311150729656, -0.011211620643734932, - 0.058294132351875305, -0.04863692447543144, 0.07571529597043991, - -0.006193503271788359, 0.018424902111291885, 0.01357948873192072, - 0.07386419177055359, 0.030560806393623352, -0.04344916343688965, - 0.018423330038785934, -0.03618279844522476, -0.01603611931204796, - -0.0270654559135437, -0.017310338094830513, 0.03046921081840992, - -0.00022254120267461985, -0.08840595930814743, 0.021710721775889397, - 0.007876018062233925, 0.0795103907585144, -0.05041489005088806, - -0.03999808430671692, 0.03226824849843979, 0.00959160178899765, 0.06831109523773193, - 0.020857617259025574, -0.04861057177186012, 0.1045665591955185, - -0.004497281275689602, 0.04578534513711929, -0.10161356627941132, - -0.018194615840911865, -0.032452236860990524, -0.004603993613272905, - 0.02134375460445881, 0.021260058507323265, 0.08865989744663239, - -0.06387826055288315, 0.06627961993217468, 0.028908152133226395, - 0.08786634355783463, -0.022429494187235832, 0.043979864567518234, - -3.020963958988432e-5, -0.04284226894378662, -0.02724607102572918, - 0.06373335421085358, 0.01776058040559292, -0.011967243626713753, - 0.013751871883869171, 0.014003290794789791, -0.06298188120126724, - -0.02481544390320778, -0.026342321187257767, 0.05013655498623848, - -0.08266059309244156, 0.007534450851380825, 0.056049808859825134, - -0.06707032024860382, -0.005528310313820839, -0.07178863137960434, - 0.05621406435966492, -0.019027864560484886, -0.0060653663240373135, - 0.024648545309901237, -0.03290275111794472, -0.004336275160312653, - -0.03192734345793724, 0.04396874085068703, 0.03457668796181679, 0.07763651013374329, - -0.05164812132716179, 0.04198016971349716, -0.05144990235567093, - 0.038331806659698486, -0.0080308448523283, 0.058206722140312195, 0.0725625604391098, - -0.05296151340007782, -0.01770891062915325, -0.05138939246535301, - 0.03784659504890442, 0.050571441650390625, -0.03251087665557861, - -0.06001454219222069, 0.011244654655456543, -0.08602651208639145, - -0.042690012603998184, 0.04715723544359207, -0.06499939411878586, - -0.06213090941309929, 0.0020973647478967905, -0.02105407416820526, - -0.08674541860818863, -0.027028081938624382, -0.08233953267335892, - 0.04100748896598816, -0.00215831003151834, 0.06362614780664444, - 0.030670246109366417, 0.033759091049432755, 0.019252007827162743, - -0.014992005191743374, -0.01525480393320322, -0.005708563607186079, - -0.0274977907538414, -0.012959131971001625, 0.12479039281606674, - -0.000563383218832314, -0.032806869596242905, -0.0074485838413238525, - -0.054920218884944916, -0.002488683210685849, -0.06270239502191544, - -0.002212685300037265, -0.003979625646024942, -0.024067282676696777, - -0.08478404581546783, -0.007055903784930706, 0.002024552319198847, - 0.035607922822237015, 0.030455978587269783, -0.009138168767094612, - 0.019695978611707687, 0.02871807850897312, 0.02036685310304165, - 0.0006214237655512989, -0.007907047867774963, 0.05672111734747887, - -0.04871267080307007, 0.018590876832604408, -0.004376120399683714, - -0.03524734079837799, 0.060039374977350235, 0.07406388223171234, - -0.05537709966301918, 0.020421769469976425, -0.0324147567152977, - -0.0216775331646204, -0.026346687227487564, 0.004722250625491142, - 0.05227695032954216, -0.02223670855164528, -0.05577533319592476, - 0.045951589941978455, 0.054250139743089676, 0.026396598666906357, - -0.011456775479018688, -0.03186751529574394, 0.08351736515760422, - -0.0015966863138601184, -0.006860336288809776, -0.06457675248384476, - 0.01516924798488617, 0.042321667075157166, -0.00828429963439703, - 0.019129464402794838, 0.06280773133039474, 0.0062379357405006886, - 0.05858325585722923, -0.09097564220428467, 0.06618492305278778, 0.03148919343948364, - -0.0312863253057003, -0.02585689350962639, 0.03185979276895523, - -0.01274931337684393, -0.028176164254546165, 0.002805348252877593, - -0.016585644334554672, 0.0021255440078675747, -0.04904190078377724, - -0.004723984282463789, 0.07871196419000626, 0.028384599834680557, - -0.04193504899740219, -0.05358315631747246, -0.01620701514184475, - -0.020999878644943237, -0.026242587715387344, 0.06876425445079803, - -0.059626255184412, 0.04821721464395523, 0.0027715822216123343, - -0.011312197893857956, -0.029142869636416435, -0.11786694079637527, - 0.015057195909321308, -0.11069830507040024, -0.06100909039378166, - 0.0522395521402359, 0.02438817173242569, -0.05528951808810234, -0.08073841035366058, - 0.036228351294994354, -0.015919437631964684, -0.0863853394985199, - 0.03382177650928497, -0.04821699112653732, -0.005682195536792278, - 0.044377245008945465, -0.05629473179578781, -0.0710844174027443, - 0.022695204243063927, 0.01855822093784809, -0.011689204722642899, - -0.01705542765557766, -0.069619320333004, -0.03550765663385391, 0.04421073570847511, - -0.046554844826459885, -0.011610529385507107, 0.06074640154838562, - 0.0907527282834053, 0.0227353572845459, 0.0041686370968818665, - -0.005287263076752424, 0.006502031348645687, 0.01343478448688984, - -0.016713015735149384, -0.1029750257730484, -0.03212200477719307, - 0.05666249617934227, -0.04117968678474426, 0.045657433569431305, - 0.07385630905628204, 0.03253745287656784, 0.054236702620983124, - -0.05448604002594948, -0.00783990602940321, 0.08195526152849197, - -0.08677001297473907, -0.010839233174920082, -0.024681920185685158, - 0.007625800557434559, 0.020878389477729797, 0.08859409391880035, - 0.060886260122060776, -0.02335895597934723, -0.0278763547539711, - -0.017058677971363068, -0.04722028598189354, -0.016083024442195892, - -0.006067986134439707, -0.0036148892249912024, 0.018596919253468513, - 0.0799369364976883, -0.008673865348100662, 0.009908816777169704, - -0.019987771287560463, 0.020699569955468178, 0.009046015329658985, - 0.06338504701852798, 0.09576637297868729, -0.011104489676654339, 0.1162814348936081, - -0.005547467153519392, 0.04569818079471588, 0.05711441859602928, - -0.00246256566606462, 0.046394359320402145, -0.0073555223643779755, - -0.08091538399457932, -0.012882028706371784, 0.030629882588982582, - 0.030878255143761635, -0.07404237240552902, -0.021534640341997147, - -0.08345072716474533, -0.026576291769742966, 0.004048020578920841, - -0.0625554621219635, -0.06806221604347229, 0.007368170656263828, - -0.04518153890967369, -0.04296989366412163, -0.12128224968910217, - -0.033260468393564224, -0.0342261828482151, 0.0022328896448016167, - -0.003842876758426428, -0.02944916859269142, -0.020602324977517128, - -0.03280336782336235, 0.08116481453180313, -0.014712699688971043, - 0.020175451412796974, -0.002541231457144022, -0.056990060955286026, - 0.00042593246325850487, -0.02641414850950241, 0.0467761866748333, - 0.005427983123809099, -0.013537810184061527, -0.029284663498401642, - -0.04493781924247742, 0.08492903411388397, 0.0754888579249382, -0.03370174393057823, - -0.017270293086767197, 0.01539694145321846, -0.05710762366652489, - -0.06480938196182251, 0.002497634617611766, 0.05058969557285309, - -0.016298677772283554, -0.009362251497805119, 0.038552697747945786, - -0.01089496910572052, 0.06442078202962875, 0.006987036671489477, - 0.004782035946846008, 0.04504740983247757, 0.001959823537617922, - -0.04620425030589104, 0.07579431682825089, -0.03171418607234955, - -0.01204587146639824, 0.07825589179992676, -0.06260606646537781, - -0.03965797275304794, -0.042422808706760406, -0.04757589474320412, - -0.03747916594147682, -0.03479862958192825, 0.0212591290473938, - -0.07542787492275238, 0.08688320219516754, -0.0315384566783905, - -0.007512341253459454, 0.10063686221837997, 0.10768572986125946, - 0.013939804397523403, 0.06731171160936356, 0.04346995800733566, 0.03184179216623306, - 0.05279417708516121, 0.016985716298222542, -0.053028035908937454, - 0.003915660083293915, 0.015210566110908985, 0.009885691106319427, - -0.007876800373196602, 0.06051139906048775, 0.045607391744852066, - -0.07386533915996552, 0.005270055495202541, -0.014832950197160244 - ], - [ - -0.010203051380813122, -0.014319860376417637, -0.0047254255041480064, - -0.054104238748550415, -0.03394005820155144, 0.06657542288303375, - 0.016562573611736298, -0.03264278918504715, -0.02280464768409729, - -0.02541845664381981, 0.014172127470374107, 0.06426630169153214, - 0.04102688655257225, 0.044899340718984604, 0.03385306894779205, - -0.019946139305830002, -0.03885672986507416, -0.027251314371824265, - 0.016357222571969032, -0.05790582671761513, 0.035253461450338364, - 0.04292535409331322, -0.012788006104528904, 0.01271893735975027, - 0.04294773191213608, 0.006153299007564783, 0.00018885312601923943, - 0.014063253998756409, -0.031316693872213364, -0.08501690626144409, - 0.0010185368591919541, 0.022686010226607323, -0.019572874531149864, - -0.00015420479758176953, -0.03300691023468971, -0.009251437149941921, - 0.026592498645186424, -0.05004088580608368, 0.004679176025092602, - -0.0568760447204113, -0.06436896324157715, 0.015474957413971424, - -0.04275013878941536, -0.005180732347071171, 0.04904991015791893, - 0.05391120910644531, -0.0025780389551073313, 0.05561427026987076, - -0.005001088138669729, 0.00890018418431282, -0.00324056064710021, - -0.028140416368842125, -0.040978021919727325, -0.035583626478910446, - -0.011578191071748734, 0.02386956661939621, -0.013581654988229275, - 0.05843964219093323, -0.03201400116086006, 0.0010980365332216024, - -0.05810174345970154, -0.023001139983534813, 0.014134385623037815, - 0.043354135006666183, 0.009555891156196594, 0.07072028517723083, - -0.06513518840074539, 0.07566872984170914, -0.026300612837076187, - -0.012490409426391125, -0.014954652637243271, -0.03577931970357895, - 0.03758465498685837, -0.039989929646253586, 0.05376540496945381, - 0.07467079162597656, 0.005323430057615042, -0.05884156376123428, - -0.035751648247241974, 0.10085712373256683, -0.01899139955639839, - -0.007241608574986458, -0.02536025457084179, 0.007425555493682623, - 0.04862597957253456, 0.021661991253495216, 0.016255220398306847, - 0.008528894744813442, 0.04387801140546799, 0.008282329887151718, - -0.028850557282567024, -0.04434388130903244, 0.0597245879471302, - 0.008213813416659832, -0.005043064244091511, 0.0022130191791802645, - -0.07122790813446045, 0.025706220418214798, 0.06653977930545807, - 0.026118742302060127, 0.06375733017921448, 0.010752454400062561, - -0.060062043368816376, -0.06357062608003616, 0.006572812795639038, - 0.043770696967840195, 0.06988492608070374, 0.0025677841622382402, - 0.02966237999498844, -0.04141625761985779, 0.012646411545574665, - 0.024455087259411812, 0.04837679862976074, 0.011850557290017605, - -0.009866289794445038, 0.05712422728538513, -0.07086775451898575, - -0.022632690146565437, 0.005363286007195711, -0.0222639050334692, - 0.01687086932361126, 0.000641029269900173, -0.01728980429470539, - 0.009188927710056305, 0.040617428719997406, 0.02265443094074726, - -0.0316578634083271, -0.029452210292220116, -0.050296466797590256, - 0.01726626604795456, -0.015163739211857319, -0.07048708200454712, - 0.017118602991104126, -0.03318890929222107, -0.011857372708618641, - -0.05454125255346298, 0.07756731659173965, 0.0683508962392807, 0.04943132773041725, - 0.07452334463596344, 0.04208408668637276, -0.08224555850028992, - 0.010464362800121307, -0.03180308640003204, -0.05351196601986885, - 0.03292984887957573, 0.009144427254796028, -0.031015506014227867, - 0.01671990193426609, -0.03948221728205681, 0.06581079959869385, - -0.008673207834362984, 0.04062172397971153, -0.059933748096227646, - 0.03945210948586464, -0.07241072505712509, 0.005770222749561071, - -0.02056729793548584, 0.03946344554424286, 0.010630912147462368, - -0.01828678883612156, 0.029431147500872612, 0.06411122530698776, - -0.005333689972758293, 0.022044623270630836, -0.08355599641799927, - 0.017053883522748947, -0.019731055945158005, -0.020430969074368477, - -0.021603943780064583, -0.0338885635137558, -0.014424734748899937, - 0.006306866183876991, 0.022394398227334023, 0.03705639764666557, - 0.009134103544056416, -0.028337735682725906, 0.008078698068857193, - -0.02382880263030529, 0.02571011520922184, 0.019493505358695984, - 0.05817413702607155, -0.009473653510212898, -0.03348080813884735, - 0.02695055492222309, 0.01611233502626419, 0.04421503096818924, - -0.0032940241508185863, 0.02677430771291256, 0.06946630775928497, - -0.03928794711828232, 0.03567180410027504, 0.07364179193973541, - -0.02375158481299877, -0.002764335134997964, 0.01889326423406601, - 0.010246513411402702, -0.010618847794830799, -0.012056514620780945, - -0.05585603043437004, -0.02235672064125538, -0.06642554700374603, - 0.007265963591635227, -0.08593892306089401, -0.03165948763489723, - 0.04125043377280235, -0.03845817968249321, -0.0733824148774147, - -0.03919512405991554, -0.012205831706523895, -0.028390085324645042, - 0.02786811627447605, 0.01100351195782423, 0.012327934615314007, 0.03858475759625435, - 0.013673191890120506, -0.043340038508176804, -0.07756777852773666, - 0.027557093650102615, 0.028514206409454346, 0.06316353380680084, - 0.047303881496191025, -0.0076243821531534195, 0.02597229555249214, - -0.03323762118816376, -0.03842132166028023, -0.020918751135468483, - -0.024396969005465508, 0.030791981145739555, -0.08990369737148285, - 0.011009864509105682, 0.003397654974833131, -0.012041454203426838, - -0.037648510187864304, -0.015684690326452255, 0.017113080248236656, - 0.012374168261885643, 0.0068678222596645355, -0.04619898274540901, - 0.05376669391989708, -0.00805586576461792, -0.005196474026888609, - -0.013147993944585323, -0.007202311418950558, 0.011142771691083908, - 0.007427865173667669, -0.07613398134708405, -0.03774122893810272, - -0.02506423182785511, 0.031578004360198975, 0.024807456880807877, - 0.010848856531083584, 0.00881589949131012, 0.022758683189749718, - -0.05979418754577637, -0.03436325863003731, -0.016850488260388374, - -0.013546379283070564, 0.01460196077823639, -0.011815807782113552, - -0.016845770180225372, 0.06109152361750603, 9.97574461507611e-5, - 0.03854222968220711, -0.009967893362045288, -0.03748952969908714, - 0.0452289916574955, 0.046533145010471344, 0.012466455809772015, 0.06858939677476883, - 0.004779666196554899, 0.08796636760234833, -0.035653937608003616, - 0.025363106280565262, -0.03014291822910309, -0.03140109404921532, - 0.0651169866323471, -0.02332562580704689, -0.024882769212126732, - 0.06680808216333389, -0.029112497344613075, 0.09060168266296387, - 0.02125098742544651, -0.09248553961515427, 0.08474719524383545, - -0.005897898226976395, -0.021570228040218353, -0.03363664820790291, - 0.04309236630797386, 0.009623329155147076, 0.056492336094379425, - 0.056513670831918716, -0.09410905838012695, 0.018820762634277344, - -0.011905786581337452, 0.01387314684689045, 0.01397788804024458, - 0.008033612743020058, -0.008226145058870316, -0.027212057262659073, - -0.016271907836198807, -0.05538126081228256, -0.06470602005720139, - -0.06359699368476868, 0.03916417807340622, 0.012868847697973251, - 0.033494528383016586, -0.0026465856935828924, -0.0038868372794240713, - -0.019232161343097687, -0.008196189999580383, -0.05468252673745155, - -0.04852276295423508, 0.01843254826962948, 0.0582246296107769, 0.011135116219520569, - 0.03059021569788456, -0.011842303909361362, 0.06535613536834717, - 0.005124574992805719, -0.029948290437459946, -0.0225889440625906, - -0.039525870233774185, -0.03450179472565651, 0.06191108003258705, - -0.0343477837741375, 0.015244029462337494, 0.0073436652310192585, - -0.005337163340300322, -0.03131968900561333, 0.022634610533714294, - 0.060822077095508575, -0.06478346884250641, 0.046832356601953506, - 0.001173134776763618, -0.05417400225996971, -0.08419196307659149, - 0.04083046689629555, 0.015253744088113308, -0.03124910406768322, - 0.023194802924990654, -0.05298703536391258, 0.02206910215318203, - 0.03549185022711754, -0.02314578741788864, -0.02712894417345524, - 0.030096501111984253, -0.007458607200533152, 0.08221329003572464, - 0.0034326903987675905, 0.04373510926961899, 0.04761826992034912, - -0.011372663080692291, 0.038482408970594406, -0.09440533071756363, - 0.02432648465037346, -0.007450359407812357, -0.011608847416937351, - 0.032791029661893845, -0.03730729594826698, -0.03167257830500603, - 0.018405044451355934, -0.07516180723905563, 0.027201784774661064, - -0.02666725404560566, 0.10216951370239258, 0.04502455145120621, 0.03391331806778908, - 0.02826208434998989, -0.00032750042737461627, -0.05817429721355438, - 0.007802964188158512, -0.024188365787267685, 0.03304700180888176, - 0.020991811528801918, -0.0038476285990327597, 0.020669197663664818, - -0.02484644204378128, -0.0006053299875929952, -0.00601169653236866, - -0.008041268214583397, -0.003519563702866435, -0.009428872726857662, - 0.0018238300690427423 - ], - [ - -0.0841359943151474, 0.006610891781747341, -0.012267135083675385, - 0.05874062702059746, -0.024264736101031303, 0.005974241998046637, - -0.03590572625398636, 0.05690886452794075, 0.006951966788619757, - 0.06809435039758682, 0.03233948349952698, 0.042521245777606964, - -0.0036582169122993946, 0.0028852946124970913, -0.037926383316516876, - -0.05655800551176071, 0.060530468821525574, -0.014180886559188366, - -0.04036708548665047, -0.05758935585618019, -0.0058948565274477005, - -0.010749401524662971, -0.008884385228157043, 0.014426754787564278, - -0.012322482652962208, 0.06736813485622406, -0.003188525792211294, - -0.07863807678222656, 0.03849530220031738, -0.015532768331468105, - 0.0679226815700531, -0.005743839778006077, 0.043070171028375626, - -8.942522254073992e-5, -0.0021023619920015335, -0.03381447121500969, - 0.06152758747339249, 0.00960357952862978, -0.1296316534280777, -0.03637212514877319, - -0.07892579585313797, 0.0018904228927567601, -0.03316102921962738, - 0.03335560858249664, 0.016684316098690033, 0.03411855548620224, - -0.06527669727802277, -0.03668208047747612, 0.14803817868232727, - -0.040661972016096115, 0.03416353464126587, 0.02305598184466362, - -0.01630338467657566, -0.028127387166023254, -0.017188729718327522, - 0.04332445561885834, -0.04547572880983353, -0.03871401399374008, - -0.03235583007335663, -0.02197999693453312, 0.032443493604660034, - 0.04030727595090866, 0.004071687813848257, 0.09534580260515213, - -0.09634024649858475, -0.02796340361237526, 0.012003079988062382, - -0.04277434200048447, 0.037901196628808975, -0.025635240599513054, - -0.07295085489749908, -0.020983263850212097, 0.053444765508174896, - -0.0076021673157811165, -0.03476924076676369, 0.014928365126252174, - -0.06269527226686478, 0.023051364347338676, 0.004083585925400257, - -0.0275292806327343, 0.019588027149438858, 0.03138108551502228, - -0.010700476355850697, 0.03638894483447075, 0.06375866383314133, - 0.10795280337333679, -0.08776967972517014, 0.024445099756121635, - 0.04107797145843506, 0.018557878211140633, 0.03306563198566437, 0.02722305990755558, - -0.08027716726064682, -0.012897706590592861, -0.01207316666841507, - 8.791872096480802e-5, 0.02064443938434124, 0.0011446669232100248, - -0.05418572202324867, 0.07000311464071274, 0.05140912905335426, - -0.015367375686764717, 0.009726781398057938, -0.03786070644855499, - -0.01492076925933361, 0.0237283892929554, 0.09350937604904175, 0.06908824294805527, - 0.09897250682115555, 0.06218572333455086, -0.06105182319879532, 0.04714444279670715, - 0.03467287868261337, 0.032826170325279236, -0.10463323444128036, 0.0828409418463707, - -0.013050932437181473, -0.009111643768846989, 0.03267110139131546, - 0.01956932619214058, -0.035618603229522705, -0.034552380442619324, - 0.05401558429002762, -0.0120546268299222, -0.00487110298126936, 0.07787652313709259, - -0.08826947212219238, -0.03184323012828827, -0.00899504218250513, - -0.06064101681113243, 0.04020407423377037, -0.0007774225668981671, - -0.03678806871175766, -0.05587589368224144, -0.01713463105261326, - -0.022789642214775085, -0.007458890788257122, 0.031211834400892258, - 0.03568404167890549, -0.07177451997995377, 0.0008881445392034948, - -0.002126408740878105, 0.04775681719183922, -0.0010908573167398572, - 0.02863299287855625, 0.08606112003326416, -0.039401065558195114, - -0.02463913895189762, -0.043588973581790924, -0.052758216857910156, - 0.0399978831410408, 0.08331933617591858, 0.04595484584569931, -0.018812300637364388, - -0.01255873218178749, 0.017117273062467575, -0.037526026368141174, - 0.08426586538553238, -0.0710032731294632, -0.08261959254741669, - -0.05964634194970131, 0.018942343071103096, -0.06212321296334267, - 0.09318801760673523, -0.0516735278069973, -0.022650981321930885, - -0.031734418123960495, -0.05238064005970955, 0.04657622426748276, - 0.03993270546197891, 0.06488821655511856, -0.026089109480381012, - -0.006146152038127184, -0.02198956534266472, -0.04479890689253807, - 0.006548598874360323, -0.021151909604668617, 0.06022300943732262, - 0.008638986386358738, -0.010104193352162838, -0.08494006097316742, - -0.008522381074726582, -0.04255397617816925, 0.05997857078909874, - -0.04698512330651283, -0.011882505379617214, -0.04272871091961861, - -0.006688284687697887, -0.006240408401936293, 0.029139509424567223, - 0.0720207467675209, 0.06374859809875488, 0.05172288045287132, 0.005347720347344875, - -0.007556416559964418, -0.0007513679447583854, -0.013189745135605335, - 0.015181168913841248, -0.013743259012699127, -0.02235257253050804, - 0.09604401886463165, -0.045791640877723694, 0.003389298217371106, - 0.03128799423575401, -0.00020365668751765043, -0.0005835591000504792, - 0.022114844992756844, -0.005998882465064526, 0.0520101860165596, - 0.05441126227378845, -0.004269141238182783, 0.11773423105478287, - 0.03500375151634216, -0.0323239266872406, 0.01829039491713047, - -0.014622604474425316, -0.01957043446600437, -0.09375100582838058, - -0.02638462744653225, -0.030438562855124474, -0.04647001996636391, - 0.0084343571215868, 0.014280070550739765, -0.03505692631006241, 0.01808234117925167, - 0.05067646875977516, 0.02955610305070877, -0.06566019356250763, - 0.050277192145586014, -0.03846867382526398, -0.01995205692946911, - -0.013463702984154224, 0.05037887394428253, 0.05548752471804619, - -0.003588399849832058, 0.012146981433033943, 0.019105136394500732, - 0.024072391912341118, -0.032954614609479904, 0.05288087949156761, - 0.017093366011977196, -0.03760076314210892, 0.039277564734220505, - -0.08259187638759613, -0.1727011501789093, 0.014278542250394821, - -0.041204821318387985, -0.009958130307495594, 0.0832316055893898, - 0.03325802832841873, -0.0789325088262558, 0.00978199765086174, -0.06774967908859253, - -0.049717795103788376, 0.0047169276513159275, -0.07872330397367477, - -0.004748068749904633, -0.019896777346730232, 0.01633373834192753, - -0.002997535513713956, 0.040135789662599564, 0.060477133840322495, - -0.0330616794526577, -0.008087812922894955, -0.014672035351395607, - 0.04279429465532303, -0.028590936213731766, -0.019969532266259193, - 0.003362689632922411, -0.00013120734365656972, 0.015799250453710556, - 0.02109096199274063, -0.0046386015601456165, -0.017083868384361267, - 0.09660375118255615, 0.013414699584245682, -0.01333068311214447, - -0.016549384221434593, -0.04566839709877968, 0.005172629840672016, - 0.01902308128774166, -0.03983257710933685, -0.03313085436820984, - 0.00039652225677855313, 0.015169229358434677, 0.04179851710796356, - -0.04125254601240158, 0.033090781420469284, 0.09557309001684189, - 0.026779253035783768, -0.018190423026680946, -0.03614933416247368, - -0.014083858579397202, -0.06062910705804825, -0.08901040256023407, - -0.06226993724703789, 0.07639248669147491, 0.008328400552272797, - 0.004963574465364218, -0.04390211030840874, 0.07776515185832977, 0.0239714402705431, - 0.029475748538970947, -0.018510587513446808, -0.0032952725887298584, - -0.031026721000671387, 0.006721487268805504, -0.008919277228415012, - -0.0367928110063076, -0.08879183977842331, 0.04961540922522545, - -0.017020469531416893, 0.019966019317507744, 0.060711268335580826, - -0.07972961664199829, 0.06088467687368393, -0.06037043035030365, - 0.04825569689273834, 0.09613113105297089, -0.03789401799440384, - -0.09614992141723633, 0.08516457676887512, -0.007514577824622393, - 0.08529887348413467, 0.038061875849962234, 0.08375793695449829, - -0.047120556235313416, 0.09274623543024063, -0.028948361054062843, - -0.021456092596054077, 0.05012577772140503, 0.0630587562918663, 0.01205708459019661, - 0.049694258719682693, -0.027547184377908707, 0.0016323846066370606, - 0.02724052593111992, -0.05510498955845833, -0.0639776661992073, - -0.03418947383761406, -0.09587912261486053, 0.008402395993471146, - 0.11489621549844742, 0.059134602546691895, 0.0847272053360939, -0.04186590388417244, - -0.019772127270698547, 0.023934805765748024, -0.027968043461441994, - -0.017934903502464294, -0.04548569396138191, -0.007923885248601437, - 0.056466661393642426, 0.01336191687732935, -0.04137193039059639, - -0.03404165059328079, 0.0012446435866877437, -0.12952826917171478, - -0.07731778919696808, 0.04857415705919266, -0.025011207908391953, - 0.0008631459204480052, 0.01219074334949255, 0.0102247828617692, - 0.038641806691884995, -0.07829689979553223, 0.11753780394792557, - -0.035238686949014664, -0.029365964233875275, -0.057488493621349335, - 0.019358566030859947, -0.07333977520465851, 0.019286906346678734, - 0.004896450322121382, -0.03995876386761665, -0.012921832501888275, - 0.06751029938459396, 0.017475321888923645, 0.029812579974532127, - -0.05867050215601921, 0.01944488286972046, 0.028012143447995186, - 0.024730853736400604, 0.08695166558027267 - ], - [ - -0.024342834949493408, 0.05387309566140175, 0.028091657906770706, - -0.04003053158521652, -0.020226996392011642, 0.01168434415012598, - 0.06079498678445816, -0.012784796766936779, -0.015572784468531609, - -0.08030396699905396, -0.07770996540784836, -0.060585469007492065, - -0.08632644265890121, 0.06889514625072479, -0.0038664641324430704, - 0.042523473501205444, 0.013129769824445248, -0.03422025963664055, - 0.08832643926143646, -0.03533836826682091, 0.1010308563709259, - -0.036850981414318085, 0.010327164083719254, -0.0644034892320633, - -0.012484060600399971, 0.04245586693286896, -0.01008859183639288, - -0.0013582475949078798, 0.0015681711956858635, -0.012073962017893791, - 0.00815635360777378, 0.04354797303676605, -0.04111556336283684, - 0.024722466245293617, 0.07726820558309555, 0.025883466005325317, - 0.0034430925734341145, -0.041657667607069016, 0.053584154695272446, - 0.04928288981318474, -0.005714851897209883, -0.05241899937391281, - -0.01879804953932762, 0.0037568474654108286, -0.017566505819559097, - 0.02188757061958313, 0.024798601865768433, 0.04727696254849434, - -0.02738698571920395, -0.04604018107056618, -0.04428623244166374, - -0.038916077464818954, -0.07878121733665466, -0.02281707525253296, - 0.04679267480969429, 0.04864925891160965, -0.03188599646091461, - 0.017774200066924095, 0.06624770164489746, -0.02047664113342762, - 0.025291722267866135, 0.00022974387684371322, -0.03390520438551903, - 0.02200140990316868, -0.024218890815973282, 0.03387227654457092, - -0.06312966346740723, 0.053450848907232285, -0.031095892190933228, - 0.009436543099582195, 0.005420587491244078, -0.05392130836844444, - 0.08706086128950119, -0.04612240567803383, -0.05040386691689491, - -0.009357642382383347, 0.014815596863627434, 0.007946149446070194, - -0.06896378844976425, 0.005757050588726997, -0.016327792778611183, - -0.004498747643083334, -0.005918558686971664, 0.0035477711353451014, - 0.00807415135204792, 0.0019504858646541834, 0.0074024624191224575, - -0.04446639493107796, 0.0022626807913184166, 0.007384360767900944, - 0.01920846849679947, -0.037268348038196564, -0.03704482689499855, - 0.04186730459332466, -0.07018796354532242, 0.02973140962421894, -0.0453062430024147, - 0.004429509863257408, 0.03740936517715454, -0.04624803364276886, - 0.05910934880375862, 0.08790232241153717, -0.08000414073467255, - -0.06331934034824371, 0.011793664656579494, 0.04205000773072243, - 0.027377644553780556, -0.012120065279304981, -0.0054190256632864475, - 0.01138751208782196, 0.07648343592882156, -0.0030590221285820007, - 0.05363411083817482, 0.024342011660337448, 0.017768792808055878, - 0.06787620484828949, -0.10170096904039383, -0.030165666714310646, - -0.024770937860012054, 0.048814527690410614, -0.00945365522056818, - 0.04996727034449577, 0.031053589656949043, -0.029004694893956184, - -0.0007325719925574958, 0.026837710291147232, 0.02774348296225071, - -0.006281077396124601, 0.016754359006881714, -0.08383414894342422, - -0.006685308646410704, -0.0219973586499691, 0.006611221469938755, - -0.06370645016431808, 0.00777412299066782, 0.04949430003762245, 0.03659495338797569, - 0.02091875858604908, 0.0036122023593634367, -0.011827614158391953, - -0.01447947695851326, -0.08176308870315552, -0.03317491337656975, - 0.06792009621858597, 0.0317382887005806, -0.050533391535282135, - -0.07548294961452484, -0.041666850447654724, -0.07297296077013016, - 0.013474837876856327, 0.02905328758060932, -0.04961787536740303, - 0.10777236521244049, 0.027157222852110863, 0.0678122341632843, -0.05241775885224342, - 0.02264544926583767, 0.047758799046278, 0.0008589763892814517, 0.04538304731249809, - 0.010209760628640652, -0.0005547832697629929, 0.0508485808968544, - -0.007563234306871891, -0.03130439668893814, -0.03618357330560684, - -0.015434793196618557, -0.012556939385831356, -0.016181912273168564, - -0.01848202385008335, 0.005554037168622017, 0.03261755779385567, - -0.033284347504377365, -0.08042260259389877, -0.04398498684167862, - -0.0509384460747242, 0.002364305779337883, 0.04091080278158188, - -0.007389608770608902, -0.07031393051147461, 0.05661024525761604, - 0.05707691237330437, 0.06939220428466797, 0.03289728984236717, 0.09604747593402863, - 0.0725954920053482, 0.023189811035990715, 0.033818598836660385, - 0.011659526266157627, 0.07068300992250443, 0.020018108189105988, - 0.02476116083562374, 0.08579836040735245, 0.10087830573320389, -0.07830740511417389, - -0.0013465490192174911, 0.047485340386629105, -0.012185366824269295, - 0.07347306609153748, -0.046539824455976486, -0.048787761479616165, - -0.012559558264911175, -0.04206881299614906, 0.006702099461108446, - -0.057492099702358246, -0.018039528280496597, -0.06407216936349869, - 0.04177260398864746, -0.004541194997727871, 0.009027589112520218, - -0.012040459550917149, 0.012074782513082027, -0.002637644996866584, - 0.02046128734946251, 0.02129061333835125, 0.00978157389909029, -0.0689864233136177, - 0.012031206861138344, 0.04847760125994682, -0.01693885214626789, - 0.014393978752195835, -0.0077051385305821896, -0.04419302940368652, - 0.023710910230875015, 0.10420272499322891, -0.060406025499105453, - -0.017917873337864876, 0.0439329594373703, 0.020708898082375526, - -0.011184577830135822, 0.011810999363660812, 0.08665196597576141, - -0.08574478328227997, 0.04175986722111702, 0.01573481410741806, 0.07858099788427353, - -0.003437540028244257, -0.041185252368450165, 0.015615266747772694, - 0.0018516653217375278, 0.00709631759673357, -0.004307768307626247, - -0.012492709793150425, 0.043256960809230804, -0.03705610707402229, - -0.007431655656546354, -0.015972912311553955, -0.02452707663178444, - 0.016584699973464012, 0.036540914326906204, 0.05617636442184448, - -0.06732530891895294, -0.04669244959950447, -0.08939248323440552, - -0.0851384773850441, -0.025214705616235733, -0.0991959273815155, - -0.049691323190927505, -0.04796127602458, 0.0333930067718029, 0.054751891642808914, - 0.017959631979465485, -0.048215437680482864, -0.007919047959148884, - -0.023938335478305817, -0.06351396441459656, 0.11182304471731186, - 0.06886683404445648, -0.06441744416952133, 0.020041756331920624, - 0.018084732815623283, 0.09274712204933167, 0.008388122543692589, - 0.10803277790546417, 0.04733535274863243, 0.07964923232793808, 0.02004743181169033, - 0.007823482155799866, 0.05491841584444046, 0.0762445256114006, 0.01390598900616169, - 0.05183859169483185, 0.008318282663822174, -0.04845323786139488, - 0.023683516308665276, 0.04961565509438515, -0.021223964169621468, - 0.04708249121904373, 0.12747962772846222, 0.08300650119781494, 0.031158940866589546, - 0.007577572017908096, -0.029176117852330208, -0.017273176461458206, - 0.04541897028684616, -0.010055734775960445, -0.07604822516441345, - 0.009046421386301517, -0.03178461641073227, 0.03497017174959183, - 0.03066166490316391, 0.0091486107558012, -0.06975071877241135, -0.10733554512262344, - -0.10205892473459244, -0.029270043596625328, 0.029190775007009506, - 0.029879694804549217, -0.00045308927656151354, 0.04540199786424637, - -0.025435449555516243, -0.012011189945042133, 0.010769790038466454, - 0.04080089181661606, 0.03775179758667946, -0.029662586748600006, - 0.03902160003781319, -0.04186695069074631, 0.050287406891584396, - 0.012875912711024284, -0.08542342483997345, 0.047385361045598984, - 0.0020054238848388195, -0.049227986484766006, 0.014684697613120079, - 0.010891835205256939, 0.020665617659687996, -0.018604181706905365, - -0.026392370462417603, 0.017932960763573647, 0.04344695061445236, - -0.009900066070258617, 0.009464153088629246, 0.061037227511405945, - -0.005705609451979399, -0.01614120975136757, 0.021382711827754974, - -0.05354773998260498, -0.043465252965688705, 0.010725072585046291, - -0.04246121272444725, 0.022565560415387154, -0.06677121669054031, - 0.01588933914899826, 0.020124731585383415, -0.019419947639107704, - 0.03268915414810181, -0.003635130124166608, -0.026079772040247917, - -0.05474241450428963, 0.016261637210845947, 0.1105792447924614, - 0.0018157674930989742, 0.01972130313515663, 0.017608845606446266, - -0.01952524296939373, 0.061964500695466995, -0.010295582003891468, - 0.013941044919192791, 0.01193961501121521, -0.07569647580385208, - 0.036892976611852646, -0.09318967163562775, 0.02525622583925724, - 0.017997734248638153, 0.01451100129634142, 0.09237241744995117, 0.04121645912528038, - 0.056924328207969666, 0.02672402560710907, -0.0015484248287975788, - -0.029828593134880066, -0.0027335472404956818, -0.03121943213045597, - 0.04004138708114624, 0.04938279464840889, 0.03560939058661461, - -0.002368278568610549, -0.02074955403804779, 0.027337193489074707, - 0.03411369398236275, -0.02440827153623104, -0.0093108881264925, -0.07475296407938004 - ], - [ - 0.0034395998809486628, -0.03393592685461044, -0.05817726254463196, - -0.017120011150836945, 0.07919606566429138, -0.056341685354709625, - -0.023170191794633865, 0.05790797248482704, -0.03082890622317791, - -0.05264706909656525, 0.028841177001595497, -0.02467445284128189, - 0.07583563029766083, -0.011303074657917023, 0.02733769454061985, - 0.04937390610575676, 0.019149474799633026, -0.03407159075140953, - -0.06715495139360428, 0.052112311124801636, -0.05773633345961571, - -0.07150684297084808, -0.03737236186861992, 0.0709533840417862, - 0.007317845709621906, -0.001644848845899105, 0.03750636801123619, - 0.11927037686109543, 0.015550150536000729, 0.013839902356266975, - 0.06913048028945923, -0.016645947471261024, 0.06818016618490219, - 0.04180783033370972, 0.02480410970747471, -0.05459847301244736, - -0.047652650624513626, 0.04541726037859917, 0.038352467119693756, - 0.002728501334786415, -0.058720942586660385, -0.05918258801102638, - -0.025250254198908806, 0.04837413877248764, 0.08988791704177856, - 0.05672335624694824, -0.006812017876654863, 0.019610950723290443, - 0.0866551622748375, 0.011059503071010113, -0.02390650473535061, - -0.026531189680099487, -0.0028344120364636183, 0.007118725683540106, - -0.059116512537002563, 0.007807254791259766, -0.06191834807395935, - -0.07607020437717438, -0.010108918882906437, 0.00771940965205431, - -0.05938805267214775, -0.0002476522058714181, 0.07301037758588791, - -0.017980284988880157, -0.023479372262954712, 0.002290403703227639, - -0.03083992935717106, -0.036133311688899994, 0.0011905754217877984, - 0.06185757741332054, -0.04905395954847336, -0.002656839555129409, - -0.07543715834617615, 0.07108200341463089, -0.00828826054930687, - -0.02482224628329277, -0.05577697977423668, -0.027064137160778046, - -0.05482824891805649, -0.037120357155799866, -0.01827910728752613, - -0.06581222265958786, -0.0307630468159914, 0.004234980791807175, - 0.07435575127601624, 0.02684759348630905, 0.0129036083817482, 0.056713610887527466, - 0.02918165549635887, -0.055061355233192444, 0.05742130056023598, - 0.03945010527968407, -0.010734130628407001, -0.056899186223745346, - 0.05143149569630623, 0.0072245472110807896, -0.008420289494097233, - -0.022317467257380486, -0.032109133899211884, 0.07944075018167496, - -0.0016586662968620658, -0.07040511816740036, 0.0190214142203331, - 0.037363797426223755, 0.024783240631222725, -0.061692509800195694, - 0.021530289202928543, 0.044114645570516586, 0.028157757595181465, - -0.043196987360715866, -0.11343805491924286, 0.10309300571680069, - 0.0022100030910223722, -0.0326060950756073, -0.02993837371468544, - -0.061810821294784546, 0.05318276956677437, 0.01800638809800148, - 0.010082006454467773, 0.055768925696611404, 0.0009347698069177568, - -0.027438785880804062, -0.06243537738919258, 0.04567456245422363, - -0.03275495395064354, -0.06488610804080963, -0.035425059497356415, - -0.015894372016191483, -0.04073893278837204, 0.005932019092142582, - 0.0017714679706841707, 0.04188322648406029, -0.051017485558986664, - 0.03611565753817558, -0.014325861819088459, 0.057619526982307434, - -0.08671242743730545, -0.020782627165317535, 0.0009135078289546072, - -0.07170029729604721, 0.10621923953294754, 0.10170519351959229, 0.02306734025478363, - -0.05336533859372139, 0.06967325508594513, -0.014623763039708138, - 0.02595076523721218, -0.0711013525724411, -0.0029990726616233587, - -0.004458785522729158, 0.04103082790970802, -0.0002622460597194731, - -0.07119671255350113, 0.03678110986948013, 0.01705622859299183, 0.06689997762441635, - -0.06402061134576797, 0.0865238606929779, -0.06261396408081055, -0.0666423961520195, - -0.036699507385492325, -0.013754073530435562, 0.01570630446076393, - 0.04683946818113327, -0.024157553911209106, 0.040555234998464584, - -0.02257397212088108, -0.011415744200348854, -0.061900071799755096, - -0.007067570928484201, -0.07209866493940353, 0.015477655455470085, - 0.07949049025774002, -0.009985636919736862, 0.026370365172624588, - -0.02127908542752266, 0.0572379045188427, 0.0313507616519928, - -0.0059298803098499775, -0.009698891080915928, -0.054579269140958786, - -0.04733199253678322, -0.026904668658971786, -0.09659842401742935, - -0.0007229017210192978, 0.017593175172805786, -0.046278271824121475, - -0.026667965576052666, -0.02163081057369709, 0.04141457751393318, - -0.08995489031076431, -0.056428343057632446, -0.056630656123161316, - -0.062037188559770584, -0.06067200005054474, 0.032202184200286865, - 0.043565213680267334, 0.018673956394195557, -0.0013117091730237007, - 0.07647596299648285, 0.03868279606103897, 0.04119027405977249, - -0.025981144979596138, 0.12553678452968597, 0.09989084303379059, - 0.08713782578706741, 0.04881169646978378, -0.034223828464746475, - 0.09908775985240936, -0.03602365776896477, -0.09358827024698257, - -0.0018827123567461967, 0.045727796852588654, 0.015140687115490437, - 0.06181277334690094, 0.03816971182823181, 0.05773450806736946, 0.03281276300549507, - 0.0014345833333209157, -0.02234179712831974, 0.06390596181154251, - -0.06695135682821274, -0.009649531915783882, 0.008648696355521679, - 0.03174237534403801, 0.11507243663072586, -0.0891750305891037, 0.01370482612401247, - 0.0040137204341590405, 0.05884195864200592, 0.019008314236998558, - 0.0031313523650169373, 0.08707517385482788, 0.01953626424074173, - 0.07691428810358047, -0.003878055140376091, 0.034847985953092575, - -0.06606155633926392, 0.05516532436013222, 0.03847227245569229, - -0.052743785083293915, 0.020867319777607918, -0.04556940868496895, - 0.03862253949046135, 0.011017730459570885, -0.01406390406191349, - -0.01892785355448723, 0.08890973776578903, 0.0299383532255888, -0.03425898402929306, - 0.08285004645586014, 0.07643995434045792, 0.004933950491249561, - -0.029610566794872284, 0.05669931322336197, 0.020595388486981392, 0.047037273645401, - 0.039319250732660294, 0.013391432352364063, 0.0005751817370764911, - 0.06185784935951233, 0.03309169039130211, -0.0029510038439184427, - 0.026053477078676224, -0.004190017469227314, 0.033211205154657364, - -0.05951003357768059, -0.04702284559607506, 0.031491778790950775, - 0.010962503962218761, -0.013193992897868156, -0.06952516734600067, - -0.05708211287856102, -0.025219755247235298, -0.03884625434875488, - -0.027326976880431175, -0.06790328770875931, 0.06474370509386063, - 0.04738626256585121, -0.09619630128145218, 0.013459865003824234, - -0.0787704735994339, 0.016488032415509224, 0.047804780304431915, - -0.06793433427810669, 0.039362527430057526, 0.030091987922787666, - -0.049679435789585114, 0.02249787747859955, -0.09373404085636139, - -0.04167279228568077, -0.04185877740383148, -0.004549225326627493, - 0.003981342539191246, -0.058051515370607376, -0.045983824878931046, - 0.015814634039998055, 0.029825333505868912, 0.012256947346031666, - -0.030975887551903725, 0.01024378091096878, 0.03825785592198372, - 0.07478544861078262, -0.005380919203162193, -0.019358757883310318, - 0.05995999276638031, -0.0018303797114640474, -0.011289994232356548, - 0.006414137315005064, -0.04266701638698578, -0.02342977188527584, - 0.0839141234755516, 0.023997200652956963, 0.09187003970146179, -0.05350079387426376, - -0.01729804463684559, 0.05020619556307793, 0.040053591132164, 0.00804450549185276, - 0.007759736850857735, 0.022011352702975273, -0.04718009755015373, - 0.0884077176451683, 0.10817623138427734, -0.04845385625958443, -0.08253056555986404, - 0.023565717041492462, -0.01687956415116787, 0.0008583386661484838, - -0.02430652268230915, 0.02422451786696911, 0.01836215890944004, 0.03793806955218315, - 0.003214904572814703, 0.008131230250000954, 0.05252152681350708, - -0.017174767330288887, -0.08460156619548798, -0.0029282693285495043, - 0.017853638157248497, -0.06856845319271088, -0.006131061818450689, - 0.006555176805704832, 0.065065898001194, 0.03420647233724594, 0.02078903838992119, - -0.04797033220529556, 0.00764306727796793, -0.06867007911205292, - -0.05050065740942955, -0.023194042965769768, -0.08654729276895523, - -0.027569351717829704, 0.0029725718777626753, 0.028475996106863022, - 0.0031626136042177677, 0.009553047828376293, 0.017617885023355484, - -0.02101832628250122, 0.05145619064569473, 0.05608237162232399, - -0.08346258848905563, 0.022943826392292976, 0.0278206467628479, 0.02114834636449814, - -0.06198856979608536, -0.01921568438410759, 0.0037548919208347797, - 0.03220873326063156, -0.0003527386288624257, -0.004923968575894833, - -0.04586340859532356, 0.05309532955288887, 0.013327164575457573, 0.0381675660610199, - -0.00844678282737732, -0.02846720442175865, -0.04769427701830864, - -0.026188833639025688, -0.017881236970424652, -0.00020477588986977935, - 0.03460172936320305, 0.012591135688126087, -0.042284999042749405 - ], - [ - 0.0622648261487484, -0.009271916933357716, 0.007350738160312176, - -0.03996538743376732, -0.019901350140571594, 0.02530449628829956, - 0.002163543598726392, 0.014656860381364822, 0.08134452253580093, - 0.05212210863828659, -0.03614849969744682, 0.06170257553458214, - 0.013160309754312038, 0.08086330443620682, 0.018251897767186165, - -0.00497900927439332, 0.072024405002594, 0.02861599810421467, 0.06243186816573143, - 0.014116345904767513, 0.008906819857656956, 0.00338372983969748, - 0.07597549259662628, 0.017168983817100525, 0.006344147026538849, - -0.04129895195364952, -0.003524443367496133, 0.010661660693585873, - -0.026446040719747543, 0.03906489163637161, 0.034059058874845505, - 0.018157348036766052, -0.02761179208755493, 0.05224634334445, -0.013246945105493069, - 0.04316439852118492, 0.03339817374944687, -0.010975814424455166, - 0.010557939298450947, 0.02483178675174713, 0.021778812631964684, - -0.02951444312930107, -0.06674209237098694, -0.0030632249545305967, - 0.03205953538417816, -0.019945956766605377, 0.023115618154406548, - 0.061856821179389954, -0.014291792176663876, -0.058564621955156326, - 0.012126843445003033, -0.004078906960785389, -0.10564675182104111, - 0.015161055140197277, -0.006723289843648672, -0.03580712154507637, - 0.059088706970214844, -0.03949550539255142, -0.0031672860495746136, - 0.016748931258916855, -0.0061128283850848675, 0.03913203254342079, - -0.02420840971171856, -0.006071606185287237, 0.00664859265089035, - -0.00644341204315424, 0.049082476645708084, 0.08404331654310226, - 0.03984253853559494, 0.04690496623516083, 0.0642617717385292, 0.05315755680203438, - -0.025684896856546402, 0.03439374640583992, 0.00953105092048645, - -0.006448406260460615, 0.07818394899368286, -0.05119103565812111, - -0.01943930983543396, -0.006767386570572853, 0.005727625917643309, - 0.03986881300806999, 0.038368504494428635, -0.0394405722618103, - -0.030974561348557472, 0.08235686272382736, 0.013535501435399055, - 0.03282726928591728, -0.0024576676078140736, -0.05760474503040314, - -0.03473476320505142, 0.01858566328883171, 0.03561759367585182, 0.00589001877233386, - 0.03244549781084061, -0.022042781114578247, -0.09078125655651093, - -0.028294773772358894, 0.08605077862739563, -0.004016600549221039, - 0.03954208642244339, 0.0234645027667284, 0.018507419154047966, - -0.018882181495428085, 0.006826162803918123, -0.03208528086543083, - 0.033519066870212555, 0.02385793626308441, 0.017031941562891006, - -0.04406174644827843, 0.06329771876335144, -0.028048520907759666, - 0.03150805085897446, -0.003252362599596381, -0.03168414905667305, - 0.018377870321273804, 0.02934582345187664, 0.002140442142263055, - 0.04609828069806099, -0.08676457405090332, -0.03908303380012512, - -0.02006770856678486, 0.01224491372704506, -0.041386678814888, 0.02359296940267086, - -0.03135500103235245, -0.024745598435401917, -0.038799162954092026, - 0.020335687324404716, 0.026277001947164536, 0.020922839641571045, - 0.04628029093146324, -0.008727540262043476, 0.014423353597521782, - 0.1544572412967682, -0.06818019598722458, 0.06011391431093216, - -0.010091972537338734, -0.03110889159142971, 0.01703609712421894, - 0.021202607080340385, -0.07184704393148422, -0.028248028829693794, - -0.0347038209438324, -0.02883468009531498, 0.016923263669013977, - -0.04092343524098396, 0.057093601673841476, -0.0038815101142972708, - -0.007512897718697786, -0.04382942616939545, 0.013788644224405289, - 0.08400088548660278, -0.05411101505160332, 0.050835542380809784, - -0.04406675323843956, 0.01725633442401886, -0.06297159194946289, - -0.025626469403505325, 0.03537935018539429, -0.011058873496949673, - 0.06106278672814369, 0.05377572774887085, -0.03913358598947525, - -0.005841335281729698, -0.04326789453625679, -0.013745158910751343, - -0.05124780908226967, -0.011356538161635399, -0.025211099535226822, - 0.06135381758213043, -0.01977626048028469, 0.03629903867840767, 0.04758532717823982, - 0.022669965401291847, -0.03780924528837204, -0.03547021374106407, - -0.027168167755007744, 0.018831750378012657, -0.020964348688721657, - -0.036638230085372925, 0.00833264458924532, 0.07140523940324783, - -0.03213324397802353, 0.05658888816833496, -0.02826414257287979, - 0.004292997997254133, 0.017788756638765335, 0.038035470992326736, - 0.035962000489234924, -0.037022851407527924, 0.06459905952215195, - 0.08987265080213547, 0.019070658832788467, -0.00727201160043478, - -0.01468205638229847, -0.015031779184937477, -0.09189287573099136, - 0.07594846934080124, -0.016383063048124313, -0.048090189695358276, - 0.003247417276725173, 0.003114744322374463, -0.10200369358062744, - -0.07137728482484818, -0.005187797825783491, 0.008195222355425358, - -0.013922583311796188, 0.004324466455727816, 0.05967184528708458, - 0.03681642934679985, -0.021257666870951653, -0.09076327085494995, - -0.07675126940011978, -0.04045112431049347, -0.00560448644682765, - -0.05497144162654877, -0.08789393305778503, -0.009885100647807121, - 0.04276241362094879, -0.07573982328176498, 0.03222016245126724, - -0.035916369408369064, -0.04894228279590607, -0.00929349660873413, - -0.008695234544575214, 0.07226236164569855, 0.039231278002262115, - -0.05315723642706871, -0.0665203109383583, 0.010239558294415474, - -0.004113713279366493, -0.02238909713923931, -0.020315269008278847, - -0.09347902238368988, 0.02633252553641796, -0.02016313187777996, - -0.006650995928794146, 0.028317417949438095, -0.01519716065376997, - 0.02414497174322605, -0.028481945395469666, -0.02541172318160534, - -0.038013357669115067, -0.003984462469816208, 0.07730835676193237, - 0.051837287843227386, -0.05258478224277496, -0.027613123878836632, - -0.008713292889297009, -0.033541321754455566, -0.05565769225358963, - 0.033712681382894516, 0.011487388983368874, 0.0172670166939497, - 0.005827880464494228, -0.032682016491889954, -0.006190360989421606, - 0.07202000170946121, 0.015063333325088024, -0.05006193369626999, 0.0340673103928566, - -0.025478826835751534, 0.06904900819063187, 0.0224312711507082, - -0.030137713998556137, 0.11836224794387817, -0.031311556696891785, - 0.04890439286828041, -0.025112491101026535, 0.0416240468621254, 0.07652824372053146, - -0.022624557837843895, 0.05981537699699402, -0.05118432268500328, - 0.0197922196239233, 0.0334060974419117, -0.04654315114021301, 0.0013817149447277188, - 0.002838019048795104, 0.029809821397066116, 0.03225112706422806, - 0.02126380242407322, -0.0254803616553545, -0.002124885795637965, - -0.008035609498620033, -0.03528258576989174, 0.03140624612569809, - -0.04959700629115105, -0.00038583247805945575, 0.026210086420178413, - 0.09236934036016464, 0.01406765729188919, 0.0512392558157444, -0.060917433351278305, - 0.033200982958078384, 0.08648238331079483, 0.030901780351996422, - -0.08034111559391022, -0.022055216133594513, 0.05298387259244919, - -0.06242690235376358, -0.03914092853665352, 0.026202894747257233, - -0.0682675912976265, 0.037152573466300964, -0.02632048912346363, - -0.029194660484790802, -0.028307851403951645, -0.02045273222029209, - -0.03314822539687157, -0.02319246716797352, -0.028479380533099174, - -0.060834892094135284, 0.004393185954540968, -0.025788486003875732, - 0.05709974467754364, -0.00955552700906992, 0.006002143491059542, - 0.005905799567699432, 0.04074611887335777, 0.0406508632004261, - -0.019797002896666527, -0.05519077926874161, -0.02197396382689476, - 0.05357204005122185, 0.013423611409962177, 0.04143931716680527, 0.06505902111530304, - -0.03823247179389, -0.02030504122376442, 0.04074662923812866, 0.07742401957511902, - 0.0480281338095665, -0.09678804874420166, -0.08388850092887878, - 0.030777860432863235, -0.0038585809525102377, -0.0704774335026741, - -0.06743614375591278, -0.02787342667579651, -0.009579315781593323, - 0.008734188042581081, 0.021099070087075233, -0.026693738996982574, - -0.0022896521259099245, 0.058113083243370056, -0.014234251342713833, - 0.025410927832126617, 0.05545484274625778, -0.049263350665569305, - 0.11768770217895508, -0.0660981684923172, -0.0184971671551466, -0.02380857989192009, - -0.0545952282845974, 0.029286593198776245, 0.03396735340356827, - -0.009899880737066269, -0.034475184977054596, 0.005634796805679798, - 0.08276689797639847, -0.023420969024300575, 0.048096705228090286, - 0.02933809906244278, 0.09600214660167694, 0.07128342986106873, - -0.013522302731871605, -0.05113191902637482, -0.005880462005734444, - -0.021656932309269905, 0.08270636200904846, -0.0998520478606224, - 0.021996384486556053, -0.0094313845038414, 0.009736547246575356, - -0.0074247377924621105, 0.042265307158231735, 0.07642423361539841, - 0.07917281240224838, -0.02649090252816677, -0.03667840734124184, - 0.054355520755052567, 0.0070964740589261055 - ], - [ - 0.035571567714214325, -0.0011590606300160289, 0.04172464832663536, - -0.07155486196279526, 0.013064165599644184, 0.04111047461628914, - 0.02889254502952099, -0.07945983856916428, 0.01955147087574005, - 0.012840300798416138, -0.047112904489040375, 0.037752021104097366, - -0.021335065364837646, 0.0663636177778244, -0.0029424233362078667, - -0.05721096694469452, -0.006182126700878143, 0.050034843385219574, - -0.0035782447084784508, 0.01122551504522562, 0.043644871562719345, - 0.04680459201335907, 0.09659787267446518, -0.05160573869943619, 0.03285900875926018, - -0.014219663105905056, 0.06644173711538315, -0.07485174387693405, - -0.01013400312513113, 0.010624740272760391, -0.035875171422958374, - -0.08076469600200653, -0.0004961080267094076, -0.002208556281402707, - 0.03100014477968216, 0.017600348219275475, -0.06947603076696396, - -0.0029655233956873417, 0.06229362636804581, -0.02857135608792305, - 0.013049590401351452, 0.03729349374771118, -0.051710791885852814, - -0.012412555515766144, 0.03354688733816147, 0.03581973910331726, - 0.07851647585630417, 0.018969101831316948, -0.07678552716970444, - -0.018289973959326744, 0.05839810520410538, 0.028815893456339836, - -0.017577869817614555, -0.017144042998552322, -0.0009697633795440197, - -0.019066782668232918, 0.009868763387203217, 0.0639604702591896, - 0.028778644278645515, -0.051026489585638046, 0.060372017323970795, - -0.04436422884464264, -0.0037988326512277126, 0.021439872682094574, - 0.03817153349518776, -0.015666095539927483, 0.04678677022457123, 0.0672796368598938, - -0.004013197962194681, 0.013224005699157715, -0.016543330624699593, - 0.025947505608201027, 0.052311576902866364, -0.07040828466415405, - 0.03381916135549545, 0.018004953861236572, 0.07976578921079636, - 0.009041245095431805, -0.062435198575258255, 0.0839344933629036, - 0.06510492414236069, -0.050526294857263565, -0.01506032608449459, - 0.0670628473162651, -0.015584017150104046, 0.02469724602997303, - -0.007620108779519796, -0.019093012437224388, 0.04418438673019409, - 0.0075148046016693115, -0.00396623695269227, 0.03644171357154846, - 0.0073702288791537285, -0.004097726661711931, -0.043851662427186966, - -0.014535961672663689, -0.00975700281560421, 0.014855951070785522, - 0.013560366816818714, -0.03834664821624756, -0.0025702740531414747, - 0.047944631427526474, -0.013712824322283268, -0.05081905052065849, - 0.016247430816292763, 0.088560551404953, 0.04959042742848396, -0.026648521423339844, - -0.01766110397875309, 0.031611692160367966, 0.07156166434288025, - -0.0918348878622055, 0.06683836877346039, -0.0142943961545825, - -0.003827226348221302, 0.05771005153656006, -0.013870242051780224, - 0.004759122617542744, 0.017485342919826508, -0.024782245978713036, - -0.005588592495769262, -0.0021649652626365423, 0.05728529021143913, - 0.039790064096450806, 0.07297766953706741, 0.01978295110166073, - -0.01246024388819933, 0.026498859748244286, 0.03981182351708412, - 0.0053378744050860405, 0.012121281586587429, 0.007847905158996582, - -0.04170207679271698, -0.029879599809646606, 0.09742920845746994, - -0.04060301184654236, 0.13301970064640045, 0.07292167097330093, 0.0798998475074768, - 0.037638209760189056, -0.03119097650051117, -0.0011630892986431718, - -0.0759434625506401, -0.0247064046561718, -0.027764443308115005, - 0.018415937200188637, 0.012734360992908478, 0.028721855953335762, - -0.04081016406416893, -0.012197081930935383, 0.04341642186045647, - -0.0003999782493337989, 0.035467151552438736, -0.07589838653802872, - 0.0131193483248353, -0.049163784831762314, 0.003171107964590192, - -0.04783894494175911, -0.02225164696574211, 0.017142238095402718, - -0.0019600449595600367, 0.03491216152906418, 0.01792239025235176, - 0.09156541526317596, -0.03354228287935257, 0.033147867769002914, - 0.09976005554199219, -0.052733056247234344, 0.01261164154857397, - 0.00705304741859436, 0.06775017082691193, 0.008464939892292023, - 0.0013864731881767511, -0.023747576400637627, -0.025678463280200958, - -0.011101115494966507, -0.02086169645190239, 0.037324488162994385, - -0.03309588506817818, -0.03946434333920479, 0.03278340771794319, - -0.023768166080117226, 0.02860080637037754, 0.037889573723077774, - 0.028449110686779022, 0.021725298836827278, -0.03646765649318695, - 0.022075682878494263, -0.05428935959935188, 0.08524433523416519, - -0.06056589633226395, -0.01271799299865961, 0.06206244230270386, - 0.011769971810281277, -0.02073865942656994, 0.019099118188023567, - -0.06411822140216827, -0.02037585712969303, 0.08345139771699905, - -0.035977158695459366, -0.028499849140644073, -0.06505577266216278, - -0.04442233964800835, -0.09383881092071533, 0.0015826429007574916, - -0.037598371505737305, -0.05687522515654564, -0.015271863900125027, - -0.053431469947099686, 0.04202359914779663, 0.04412688687443733, - -0.008118248544633389, -0.08252459764480591, -0.04543635994195938, - -0.006029024720191956, 0.03633766248822212, -0.004356399644166231, - -0.022897949442267418, 0.06322400271892548, -0.010702461004257202, - 0.055425770580768585, -0.010727718472480774, -0.06292229890823364, - -0.02169283665716648, 0.06628850847482681, -0.07247211039066315, - 0.038958314806222916, 0.06148575246334076, -0.06105145812034607, - -0.012445124797523022, 0.009959638118743896, 0.054425034672021866, - -0.08770142495632172, 0.012280374765396118, -0.005905985366553068, - 0.07337560504674911, -0.03099513053894043, -0.005989185534417629, - -0.05183173343539238, 0.042600568383932114, 0.0011076903901994228, - -0.009452140890061855, -0.05003562569618225, -0.0513678602874279, - 0.04040489345788956, -0.024151917546987534, 0.03365412354469299, - -0.08422436565160751, -0.026104342192411423, -0.02685520052909851, - 0.012092114426195621, -0.015525484457612038, 0.053546786308288574, - 0.010927730239927769, -0.026711514219641685, 0.04527886211872101, - 0.00669419951736927, -0.04458443447947502, 0.045387715101242065, - -0.010471767745912075, -0.04029630124568939, 0.05695579946041107, - 0.0025047450326383114, 0.0006695836200378835, -0.09131919592618942, - -0.02229425497353077, 0.07899472862482071, 0.03778533264994621, 0.05682666227221489, - -0.009857135824859142, -0.045221518725156784, -0.011521727778017521, - 0.05406273528933525, 0.05054249241948128, -0.03254517912864685, - 0.024911435320973396, 0.061180196702480316, -0.058420781046152115, - -0.04043511673808098, 0.060147736221551895, 0.02121264673769474, - 0.07913079857826233, 0.025010865181684494, -0.04236646369099617, 0.0499400869011879, - -0.03581142798066139, -0.04224860668182373, -0.010362531989812851, - -0.011401956900954247, 0.06777589023113251, -0.053048066794872284, - 0.09115292876958847, -0.008218321949243546, -0.04426846653223038, - -0.00044650438940152526, 0.07094795256853104, -0.04381189122796059, - -0.03341364115476608, -0.08436598628759384, -0.0796816423535347, - 0.05016619339585304, -0.05805373191833496, -0.023340769112110138, - 0.046766359359025955, -0.04246536269783974, 0.0317399762570858, - 0.004326453898102045, 0.04297840595245361, -0.08627893775701523, - 0.019597133621573448, -0.002401903038844466, -0.07386399060487747, - -0.0721798911690712, -0.030532831326127052, 0.03636489436030388, - -0.05176796391606331, 0.057342953979969025, 0.002271640347316861, - 0.009296638891100883, -0.03799175098538399, 0.002499296795576811, - 0.05614474043250084, -0.041310276836156845, -0.032402586191892624, - -0.026260508224368095, 0.04251576215028763, -0.09895935654640198, - 0.035828035324811935, 0.01902345009148121, -0.05408702790737152, - 0.03247673436999321, 0.041604913771152496, 0.01775357313454151, - -0.013989098370075226, 0.001816403353586793, -0.06743289530277252, - 0.05239258334040642, 0.01206339430063963, -0.06730872392654419, 0.05911519378423691, - 0.031932126730680466, -0.0609748475253582, 0.0015917030395939946, - 0.002822384936735034, -0.032872363924980164, -0.0016705463640391827, - 0.007583212107419968, 0.03091040626168251, 0.07920029759407043, - 0.023058047518134117, -0.015524275600910187, 0.061155304312705994, - -0.04241836071014404, 0.006536048371344805, -0.025482578203082085, - -0.026518749073147774, 0.05116456001996994, 0.00845038890838623, - 0.046016812324523926, 0.015559562481939793, -0.03829728811979294, - -0.024881942197680473, 0.031411852687597275, 0.027409693226218224, - -0.015285152941942215, 0.07550017535686493, 0.09844183921813965, - 0.02707851305603981, 0.0141772935166955, 0.034961849451065063, - -0.004939606413245201, 0.0034480940084904432, -0.019328266382217407, - 0.011512585915625095, -0.02555985562503338, 0.0021088761277496815, - 0.08452355116605759, 0.02825440652668476, 0.03260956332087517, 0.033989228308200836, - -0.027094034478068352, -0.040469489991664886, 0.0366239920258522, - 0.003337678499519825 - ], - [ - 0.01916290447115898, -0.01979781873524189, 0.027884839102625847, - 0.05310359224677086, -0.012753639370203018, 0.03551843762397766, - -0.011057921685278416, -0.012808870524168015, -0.04911665990948677, - 0.008161310106515884, 0.06545276194810867, 0.06223675608634949, - -0.01817810721695423, -0.02552606351673603, -0.06934656202793121, - 0.06653019040822983, 0.013277039863169193, -0.036601465195417404, - 0.05081536993384361, -0.057246580719947815, 0.06940671056509018, - -0.0004387516819406301, 0.05061038210988045, -0.00949704460799694, - 0.015835411846637726, 0.031510286033153534, -0.09942369163036346, - 0.03276063874363899, 0.026409104466438293, -0.08678962290287018, - -0.0756375789642334, 0.02607133239507675, -0.08875215798616409, - 0.026851486414670944, 0.04611792042851448, 0.06953372061252594, - -0.017186250537633896, 0.04192709922790527, -0.004269145429134369, - 0.04588969796895981, -0.003911019302904606, 0.051188066601753235, - -0.06473152339458466, 0.029092228040099144, 0.07314154505729675, - -0.08489491045475006, -0.0002983638260047883, 0.06453781574964523, - -0.026724373921751976, -0.02515663020312786, -0.014551518484950066, - -0.02791118435561657, 0.06444540619850159, -0.023387953639030457, - 0.08475435525178909, -0.018273895606398582, 0.1347961127758026, 0.1690521538257599, - 0.022549981251358986, -0.06854230910539627, -0.025025105103850365, - -0.04387987032532692, -0.045583080500364304, 0.03707769140601158, - 0.02797074243426323, 0.009532371535897255, 0.14168128371238708, 0.08813267201185226, - -0.031825728714466095, -0.027845215052366257, -0.11474233865737915, - -0.06956099718809128, -0.007293321657925844, -0.026582518592476845, - 0.022011494264006615, -0.04333753138780594, -0.010460489429533482, - -0.044958021491765976, 0.008114449679851532, 0.0735011175274849, - 0.018142886459827423, 0.02515694871544838, -0.013433048501610756, - 0.019459785893559456, -0.08983515202999115, 0.009117764420807362, - 0.03174951300024986, 0.0652749165892601, 0.05798617750406265, 0.024922970682382584, - -0.07106100767850876, 0.07862365990877151, 0.009952271357178688, - 0.016488248482346535, 0.028702015057206154, -0.007989787496626377, - -0.028339989483356476, -0.0689067617058754, 0.030738212168216705, - -0.03523460775613785, 0.031224483624100685, -0.008026644587516785, - -0.057756152004003525, -0.07570356875658035, -0.052127767354249954, - -0.030651364475488663, -0.02225497178733349, 0.07272420078516006, - -0.04030313342809677, 0.06468091905117035, 0.04523707926273346, - -0.04029368981719017, -0.084816575050354, -0.10814348608255386, - 0.006564662326127291, 0.024749644100666046, -0.10617151111364365, - -0.014331802725791931, 0.007469730917364359, 0.03426047042012215, - 0.038901522755622864, 0.01469823345541954, 0.0482616163790226, -0.03413745388388634, - 0.001884007011540234, -0.03702820464968681, 0.006876010447740555, - 0.008238487876951694, 0.015098970383405685, 0.061352815479040146, - -0.09010331332683563, 0.021546725183725357, -0.009108339436352253, - -0.010587126016616821, -0.015396052040159702, 0.09641527384519577, - -0.0008151427027769387, -0.0283243078738451, 0.008058195933699608, - -0.07265394926071167, -0.04264044016599655, 0.003916965331882238, - -0.0004493554588407278, -0.06497728824615479, -0.02252097986638546, - 0.09671001881361008, 0.05873801186680794, -0.053540028631687164, - -0.07341328263282776, -0.09093299508094788, 0.03939969465136528, - -0.06168133392930031, 0.10200012475252151, 0.06496535241603851, - -0.03521038591861725, 0.022995326668024063, -0.052605707198381424, - -0.08780944347381592, -0.021811097860336304, -0.006964048370718956, - -0.007676570676267147, -0.02938440628349781, -0.005199509207159281, - -0.04185494780540466, -0.01577731966972351, 0.01396902371197939, - -0.01667538844048977, -0.017492158338427544, -0.07586286216974258, - 0.0440799705684185, 0.023360339924693108, 0.05555356293916702, 0.026197640225291252, - -0.041191525757312775, 0.00869009830057621, -0.0024035656824707985, - 0.014103904366493225, -0.07017113268375397, 0.0011091050691902637, - -0.011352533474564552, 0.037055131047964096, -0.07410743832588196, - 0.010722626931965351, 0.00930208619683981, 0.024423029273748398, - -0.09593091160058975, 0.0433666817843914, 0.0023315183352679014, - 0.06534674763679504, 0.012096523307263851, -0.093387171626091, 0.09364236146211624, - 0.12638314068317413, 0.0031316629610955715, -0.03852923586964607, - -0.07019668817520142, -0.012218947522342205, -0.02322099171578884, - -0.07665137201547623, -0.09863840043544769, 0.04408295080065727, - 0.045934610068798065, -0.04264484718441963, -0.041662491858005524, - -0.06028900668025017, -0.07224338501691818, -0.07873616367578506, - -0.03983541950583458, -0.021505706012248993, 0.009102776646614075, - 0.06272159516811371, -0.08178935945034027, -0.10247117280960083, - -0.07986842095851898, -0.013934639282524586, 0.05964530259370804, - -0.0628574788570404, -0.04785199090838432, -0.06492376327514648, - 0.10582613945007324, -0.033346228301525116, 0.018295414745807648, - 0.11009539663791656, 0.02835068851709366, 0.05644339323043823, -0.07706573605537415, - 0.033701665699481964, -0.07883759588003159, 0.015197095461189747, - -0.012937165796756744, -0.002705254592001438, -0.004836381878703833, - -0.026236634701490402, -0.05110854655504227, -0.07009081542491913, - 0.05541090667247772, -0.09124675393104553, 0.03834492713212967, - -0.11171963065862656, 0.05782986432313919, -0.1151130348443985, - -0.020953387022018433, -0.04605625942349434, -0.005341619253158569, - 0.05491909012198448, -0.04915694147348404, 0.05317096784710884, - -0.07297317683696747, -0.11685781180858612, 0.011837809346616268, - 0.023905649781227112, 0.055145639926195145, 0.10014840215444565, - 0.007066021207720041, 0.004643653519451618, -0.07838123291730881, - 0.07088446617126465, 0.12152449786663055, -0.035288915038108826, - 0.029305171221494675, 0.00694974884390831, 0.012058098800480366, - 0.023451341316103935, 0.04370047152042389, 0.061160970479249954, - 0.07949425280094147, 0.10059334337711334, 0.053248822689056396, - 0.004714781418442726, -0.01560149434953928, 0.00797974318265915, - -0.04528186842799187, 0.010746737010776997, 0.05785847455263138, - 0.02802605740725994, -0.00784381851553917, 0.013049997389316559, - 0.028967462480068207, 0.09170681238174438, 0.08723079413175583, 0.05979647487401962, - -0.020930513739585876, -0.076064333319664, -0.06270473450422287, - 0.01500944048166275, -0.0052855359390378, 0.0869012176990509, 0.07792633026838303, - 0.09533169120550156, -0.035442594438791275, -0.013645133003592491, - -0.04420631006360054, -0.02730179764330387, 0.07745102047920227, - -0.006513410247862339, 0.15987826883792877, -0.06881922483444214, - -0.04182104766368866, -0.09313206374645233, -0.006774082314223051, - -0.06450172513723373, -0.06093237176537514, -0.027714353054761887, - 0.018274711444973946, 0.058762308210134506, 0.03485294431447983, - -0.009434699080884457, 0.002439930336549878, -0.05458182469010353, - 0.11197233200073242, 0.09971953928470612, 0.0008059567189775407, - 0.048648957163095474, 0.03707411140203476, 0.013194208033382893, - -0.024975119158625603, -0.030594849959015846, -0.013544698245823383, - -0.054217103868722916, 0.04603332281112671, 0.007402768358588219, - -0.06554998457431793, -0.013951248489320278, -0.0005130866193212569, - 0.07644494622945786, 0.06184793636202812, -0.03890951722860336, - -0.04578201472759247, 0.13683894276618958, -0.15539327263832092, - -0.11464954912662506, 0.06456054747104645, 0.01748877577483654, 0.04751420021057129, - 0.07158894836902618, -0.11460615694522858, -0.009888526052236557, - 0.056865740567445755, -0.054762937128543854, 0.04659801349043846, - -0.07211975753307343, 0.03876947984099388, -0.002293097088113427, - -0.09817399084568024, 0.026789383962750435, -0.06056783348321915, - 0.01740264892578125, 0.07968220114707947, 0.04193364828824997, -0.0609867088496685, - -0.029421180486679077, 0.04005233943462372, 0.04504602402448654, - -0.09725362062454224, -0.06741951406002045, 0.04208415374159813, - 0.05517327040433884, -0.030325448140501976, -0.011713029816746712, - 0.006322649307549, 0.012970548123121262, -0.004274843260645866, - -0.08923417329788208, 0.012497774325311184, -0.013775804080069065, - 0.012218257412314415, 0.029808146879076958, 0.03481220081448555, 0.0475681871175766, - -0.017690887674689293, 0.00023044402769301087, -0.06053967401385307, - 0.0012877453118562698, 0.0005218634032644331, -0.05434925854206085, - -0.00416206568479538, -0.05352764576673508, 0.0331437774002552, 0.05508879944682121, - -0.016793599352240562, 0.003753224154934287, 0.0009122080518864095, - 0.03021329455077648, -0.04221703112125397 - ], - [ - 0.09225030243396759, 0.05766965076327324, -0.04039771482348442, - -0.005029001273214817, -0.0005522022838704288, 0.04138586297631264, - 0.07623623311519623, 0.021459637209773064, 0.12211355566978455, - 0.006169536150991917, -0.03573067486286163, 0.057147733867168427, - -0.07589390128850937, 0.08382945507764816, 0.057575300335884094, - 0.028783507645130157, 0.03693142905831337, -0.08863559365272522, - -0.024149611592292786, 0.05241162329912186, 0.00732145830988884, - 0.10623082518577576, 0.06880386173725128, -0.039364904165267944, - -0.0378011092543602, 0.06912581622600555, -0.09179964661598206, - -0.026903849095106125, 0.07839087396860123, 0.111452616751194, 0.01321773324161768, - 0.028386611491441727, 0.04899140074849129, 0.07894252240657806, - 0.027839140966534615, 0.07496671378612518, 0.023893995210528374, - -0.02903558686375618, 0.059098027646541595, -0.036613259464502335, - 0.04663224518299103, -0.04295068606734276, -0.045924920588731766, - 0.03163225203752518, -0.02641022577881813, 0.04005733132362366, - -0.05479215458035469, 0.021051747724413872, 0.034148283302783966, - -0.06921637058258057, 0.028580578044056892, -0.0446074903011322, - -0.06601383537054062, 0.021832704544067383, 0.07186871767044067, - 0.04457822069525719, -0.03270626813173294, -0.010227615013718605, - 0.025980887934565544, -0.06743428111076355, 0.024296386167407036, - -0.08879638463258743, 0.009370500221848488, 0.05796577036380768, - 0.07944288104772568, -0.014321856200695038, -0.09558874368667603, - -0.004377317149192095, 0.06056540831923485, -0.04042423889040947, - 0.0913734957575798, 0.005573890637606382, 0.03716062381863594, 0.018981263041496277, - -0.024526221677660942, -0.039337385445833206, 0.06748809665441513, - 0.0016378754517063498, 0.055098723620176315, -0.007082153577357531, - 0.01924308016896248, 0.040238067507743835, 0.0028428758960217237, - 0.012675068341195583, 0.01785808801651001, -0.08939401805400848, - -0.025072505697607994, -0.05030737817287445, -0.1269434243440628, - -0.018552808091044426, -0.007466487120836973, -0.09473195672035217, - 0.05955113470554352, 0.027270298451185226, -0.014521600678563118, - -0.039096735417842865, -0.03356807678937912, 0.021029843017458916, - 0.016521353274583817, 0.06198318675160408, 0.04636641591787338, 0.08905978500843048, - -0.06784883886575699, 0.020599137991666794, -0.05945179611444473, - -0.03880421817302704, -0.06335708498954773, -0.05816367641091347, - -0.01691744104027748, 0.0073946681804955006, 0.04665087163448334, - -0.10885152965784073, 0.08659883588552475, 0.021370630711317062, - -0.045908939093351364, -0.039177797734737396, -0.09825056791305542, - -0.025367967784404755, 0.06233970820903778, -0.011890696361660957, - -0.0032190531492233276, -0.0985119491815567, 0.039845552295446396, - 0.036716118454933167, 0.09009947627782822, -0.017780322581529617, - -0.002026419620960951, -0.0007720774738118052, -0.07142918556928635, - -0.07477851957082748, 0.03526218980550766, 0.028157496824860573, - -0.06938300281763077, 0.04486362263560295, -0.01604428142309189, - -0.09762614965438843, 0.041382797062397, 0.007320040836930275, -0.0555320642888546, - 0.04204734414815903, 0.026314226910471916, -0.07688108086585999, - -0.05786570906639099, 0.018839675933122635, -0.0591217577457428, - 0.00026724935742095113, -0.05648014694452286, 0.031111497431993484, - -0.020154980942606926, 0.060524649918079376, 0.03876427188515663, - -0.03164912015199661, 0.046280670911073685, 0.02672434225678444, - 0.01464349590241909, -0.16920824348926544, -0.021332241594791412, - 0.022721843793988228, 0.013551324605941772, 0.07521013170480728, - -0.04581853374838829, 0.047617893666028976, 0.0018172707641497254, - -0.01676979847252369, 0.14978641271591187, -0.05596595257520676, - -0.01809658482670784, 0.0017647187924012542, 0.0319225899875164, - 0.0002372787130298093, -0.012459906749427319, 0.026448527351021767, - -0.018868518993258476, -0.011125866323709488, -0.07244063168764114, - -0.028238365426659584, 0.04941056668758392, 0.04708882421255112, - -0.08057056367397308, 0.03958655148744583, -0.023023979738354683, - -0.010014963336288929, 0.016428440809249878, 0.06594652682542801, - -0.007437852211296558, 0.04031677916646004, 0.06120073050260544, - -0.007367187179625034, -0.07156363874673843, 0.011871490627527237, - 0.011183148249983788, -0.03052489645779133, -0.009093514643609524, - 0.014183789491653442, -0.0038861033972352743, 0.0998046025633812, - -0.024342644959688187, -0.06828222423791885, -0.0016328665660694242, - 0.011125435121357441, 0.03725871816277504, -0.014714584685862064, - -0.04078570380806923, -0.009480329230427742, -0.011072522960603237, - -0.024561461061239243, -0.020170120522379875, -0.02329402044415474, - 0.024832017719745636, -0.024124328047037125, 0.1124863550066948, - 0.05130743607878685, -0.10719727724790573, 0.04085436463356018, - -0.040994398295879364, 0.0018434897065162659, -0.00551171600818634, - -0.04519602656364441, 0.0256799329072237, 0.01890740357339382, - -0.039383094757795334, -0.014437246136367321, -0.04078711196780205, - 0.0492255762219429, -0.05975371599197388, -0.06234239041805267, - -0.04305730015039444, -0.10032574087381363, 0.011788725852966309, - -0.06644769012928009, 0.044892530888319016, 0.011634288355708122, - -0.05081024393439293, -0.022005217149853706, 0.056163910776376724, - -0.048114266246557236, -0.006085641216486692, 0.08842457085847855, - -0.024946078658103943, 0.0541229248046875, 0.03416702523827553, - 0.019705940037965775, 0.03563188761472702, -0.023524262011051178, - -0.11546076089143753, -0.04611317813396454, -0.04041232913732529, - -0.03635140135884285, 0.028298333287239075, 0.08898214250802994, - 0.06072389334440231, -0.10329162329435349, 0.08522914350032806, - -0.016995245590806007, 0.006455293390899897, -0.06871569901704788, - -0.1033104732632637, 0.05152284353971481, -0.031362906098365784, - -0.04139925166964531, 0.020819680765271187, -0.06309176981449127, - -0.0686919167637825, -0.04284822568297386, 0.0016978044295683503, - -0.018468327820301056, 0.011357590556144714, 0.09575316309928894, - -0.008785426616668701, -0.008672865107655525, 0.01839154213666916, - 0.06628761440515518, 0.023126186802983284, 0.017059555277228355, - 0.003276654053479433, 0.022630728781223297, 0.0569378137588501, - -0.03447325900197029, -0.07330051809549332, 0.021023811772465706, - 0.03445769473910332, 0.09296910464763641, 0.030780931934714317, - -0.037057239562273026, 0.03530048206448555, 0.04136587306857109, - 0.007428137585520744, -0.001997568178921938, 0.051878370344638824, - -0.0064661274664103985, -0.04472365230321884, 0.033601850271224976, - 0.001131913741119206, 0.02040562778711319, 0.003531399182975292, - -0.011342980898916721, -0.016830945387482643, -0.1034223884344101, - 0.05097377672791481, 0.024349572136998177, -0.02209111489355564, - -0.0023879085201770067, -0.08023515343666077, 0.002225397154688835, - -0.06908746063709259, 0.04755566269159317, -0.031582195311784744, - -0.016840139403939247, 0.01976923830807209, -0.05011073872447014, - -0.041785284876823425, -0.012938251718878746, 0.015536108985543251, - -0.02212909236550331, -0.054054174572229385, -0.01728934235870838, - -0.08262225985527039, -0.016766859218478203, -0.020853225141763687, - -0.00239484291523695, -0.02062378078699112, -0.054323215037584305, - -0.04510032758116722, -0.02414725348353386, 0.03766707703471184, - 0.08022280782461166, 0.006843693554401398, 0.04352378472685814, - 0.007197713945060968, 0.07521472126245499, 0.0018190717091783881, - 0.005609568208456039, -0.0583401620388031, 0.06289934366941452, -0.0868142619729042, - -0.041957203298807144, -0.04324565455317497, -0.004259220790117979, - -0.040303632616996765, -0.03486151993274689, 0.0612557977437973, - -0.045100387185811996, 0.04096265509724617, 0.08618585765361786, - 0.019740277901291847, 0.04286546632647514, 0.046155963093042374, - 0.08556707948446274, -0.005378165747970343, -0.0383928157389164, - -0.017435675486922264, 0.10480702668428421, -0.015614260919392109, - -0.051192086189985275, 0.03134729713201523, -0.03208821639418602, - -0.002958378754556179, 0.07161357253789902, 0.07838704437017441, - -0.029101353138685226, -0.08743195980787277, -0.022883037105202675, - 0.019515305757522583, 0.017048023641109467, -0.007530390750616789, - 0.13891473412513733, -0.0067029125057160854, 0.08204363286495209, - 0.023977166041731834, 0.032351646572351456, -0.07736369967460632, - -0.023558003827929497, 8.070660260273144e-5, 0.06311546266078949, - 0.02467241883277893, 0.006791917607188225, 0.04257383942604065, 0.02033139020204544, - 0.05109370872378349, -0.04242793470621109, 0.016341382637619972, - 0.034718386828899384, 0.05839604139328003, -0.04158652946352959 - ], - [ - 0.019247695803642273, -0.047653306275606155, 0.02787497080862522, - 0.027303004637360573, -0.022498315200209618, -0.07407525181770325, - 0.02685486525297165, -0.008329306729137897, -0.04770577698945999, - -0.023995306342840195, -0.016737740486860275, -0.014118866994976997, - -0.03448449820280075, 0.06701712310314178, 0.04455792158842087, - -0.04822629317641258, 0.0364445224404335, -0.02286924235522747, - 0.050563473254442215, 0.05270298570394516, 0.023064622655510902, - -0.021685436367988586, 0.06686723232269287, -0.01583131216466427, - -0.0443149171769619, -0.006084660533815622, 0.03990299254655838, - -0.008855042979121208, 0.015949580818414688, -0.042883630841970444, - 0.0011395246256142855, -0.01282745786011219, -0.07937172800302505, - -0.016359159722924232, -0.020429186522960663, 0.023862309753894806, - 0.005642537493258715, -0.03511554002761841, 0.05999632552266121, - -0.0918831080198288, 0.021150238811969757, -0.027742639183998108, - 0.018122896552085876, 0.046111319214105606, -0.0038541583344340324, - 0.0034034571144729853, 0.05118122696876526, -0.014990756288170815, - -0.0006132686976343393, 0.012205013073980808, -0.019650187343358994, - 0.01473471149802208, -0.00592794781550765, -0.01497360598295927, - -0.026137003675103188, 0.1341400444507599, -0.055788055062294006, - 0.07415162026882172, 0.05423448234796524, -0.13503149151802063, 0.05491293594241142, - -0.04050860553979874, -0.0668579563498497, -0.0634419173002243, - 0.029597636312246323, -0.012561180628836155, -0.04481237009167671, - 0.09186398237943649, 0.08158841729164124, -0.02125890552997589, 0.04226529970765114, - 0.05209844931960106, -0.030206046998500824, 0.01413068175315857, - 0.15395766496658325, 0.15164269506931305, 0.08315956592559814, -0.02192356437444687, - 0.023322265595197678, 0.03653375059366226, -0.003768018214032054, - -0.0029269277583807707, -0.06757666170597076, 0.08556591719388962, - 0.0060927062295377254, 0.022412952035665512, 0.014421088621020317, - 0.0036995778791606426, -0.04184611886739731, 0.01538706012070179, - 0.05054270103573799, -0.03670719265937805, -0.007266119122505188, - -0.058089178055524826, -0.11697741597890854, 0.07736451923847198, - 0.0027230456471443176, -0.00696069560945034, 0.02599504217505455, - -0.030105136334896088, 0.007951314561069012, 0.06518260389566422, - 0.014538448303937912, 0.1149597316980362, 0.03100237064063549, - -0.026060502976179123, -0.016005193814635277, -0.055670034140348434, - 0.02543875016272068, -0.05075475946068764, 0.1041472852230072, -0.09003537148237228, - 0.05109582468867302, -0.02263561263680458, -0.018997054547071457, - -0.00016326918557751924, -0.0815313309431076, 0.03210994973778725, - 0.06762149184942245, -0.007192044984549284, -0.016388993710279465, - -0.056385524570941925, 0.01862119510769844, -0.03477112948894501, - 0.04480304941534996, 0.004235181026160717, -0.019153952598571777, - 0.03792165219783783, 0.044403400272130966, -0.025165246799588203, - 0.0824681892991066, -0.0417553074657917, 0.043390627950429916, - -0.016588998958468437, 0.04704266041517258, -0.0728846937417984, - 0.021306632086634636, 0.013188926503062248, 0.03703565523028374, 0.031533133238554, - -0.01159245241433382, -0.03579740598797798, -0.006565405987203121, - -0.009118190035223961, -0.048696063458919525, -0.08006475120782852, - -0.057514872401952744, 0.0058861118741333485, -0.06418909132480621, - -0.041365258395671844, -0.012912075035274029, 0.05634045600891113, - 0.077689990401268, -0.01081131212413311, -0.02959352917969227, -0.06329507380723953, - -0.08325742930173874, 0.09211007505655289, 0.023538313806056976, - 0.07185681909322739, -0.08994919061660767, 0.09764177352190018, - -0.002839846070855856, -0.03416904807090759, 0.08947130292654037, - 0.007687092293053865, 0.061313237994909286, -0.08200465887784958, - 0.06653068214654922, 0.012924411334097385, 0.028244901448488235, - -0.008860471658408642, 0.0366457961499691, 0.04945579916238785, - 0.049627602100372314, 0.021401379257440567, -0.056525666266679764, - -0.04689473286271095, 0.01573823392391205, 0.01599711738526821, - 0.006980200298130512, -0.06395453214645386, -0.0449322871863842, - -0.02002773992717266, -0.07085959613323212, -0.06076032668352127, - -0.04917382821440697, -0.06617774814367294, -0.0319654606282711, - -0.004455805290490389, -0.00863596796989441, -0.055291272699832916, - -0.022455258294939995, 0.06014019995927811, 0.02016480080783367, - -0.02324351854622364, -0.00506211444735527, -0.012218574993312359, - 0.0478203110396862, -0.029461191967129707, -0.050852615386247635, - -0.05011244863271713, 0.058838509023189545, -0.04354364052414894, - -0.08169626444578171, -0.015202575363218784, 0.07244105637073517, - -0.06383956223726273, -0.05330251157283783, 0.10199470818042755, - -0.04683893173933029, 0.05983671918511391, 0.0591825433075428, -0.09354247152805328, - -0.015198256820440292, 0.07677682489156723, 0.0007671831990592182, - -0.05434568226337433, -0.009243016131222248, -0.06473755836486816, - 0.02193058654665947, 0.007064473815262318, -0.13836811482906342, - 0.048715122044086456, 0.03548205643892288, -0.057495247572660446, - 0.016138602048158646, -0.007715973071753979, 0.08776179701089859, - -0.07577687501907349, 0.024873241782188416, 0.038959573954343796, - -0.007365421392023563, -0.02746385522186756, -0.06792186200618744, - 0.020773671567440033, 0.06825722754001617, -0.0122555922716856, - -0.05221812427043915, 0.00420615216717124, 0.056898657232522964, - 0.10685992985963821, 0.09443075209856033, -0.03656293451786041, - 0.030596045777201653, 0.06796888262033463, -0.031923819333314896, - -0.023965205997228622, -0.03953655809164047, 0.07951606065034866, - -0.03034951537847519, -0.05927983298897743, 0.09092578291893005, - -0.04939020797610283, -0.10232129693031311, 0.031132251024246216, - 0.06489378958940506, -0.028697315603494644, 0.09644421935081482, - -0.014962330460548401, -0.11538521945476532, 0.0559590645134449, - -0.019066782668232918, 0.027862265706062317, -0.10849461704492569, - -0.0773669183254242, 0.060846056789159775, 0.00924393255263567, 0.10514753311872482, - -0.002019780920818448, 0.06382549554109573, 0.00884597934782505, - -0.009852152317762375, 0.030242498964071274, 0.05944347754120827, - 0.0019870689138770103, -0.024625053629279137, 0.007381916977465153, - 0.06751791387796402, 0.05778544768691063, 0.015809722244739532, 0.07536812126636505, - 0.12607508897781372, 0.10169825702905655, -0.03722856566309929, - -0.03205860033631325, 0.10886742919683456, 0.024509984999895096, - 0.0023197210393846035, 0.011103555560112, 0.0011667934013530612, - 0.08980678766965866, -0.09646987915039062, -0.03237145021557808, - 0.07683674246072769, -0.0139205576851964, 0.11241403222084045, - -0.042410336434841156, 0.02057667262852192, -0.07082604616880417, - 0.004824451170861721, -0.09236592799425125, 0.03164083883166313, - 0.04377070441842079, 0.0021878050174564123, -0.0035062606912106276, - -0.03250426426529884, 0.021978354081511497, -0.07739398628473282, - -0.02946525812149048, -0.0016523231752216816, 0.013751371763646603, - -0.049885962158441544, -0.04256973788142204, 0.032000910490751266, - 0.027532024309039116, 0.056097351014614105, 0.041163235902786255, - 0.06822890788316727, -0.0004950980073772371, 0.01446492224931717, - 0.042870745062828064, -0.06269899010658264, 0.06038476526737213, - 0.14157837629318237, 0.01843317225575447, 0.03396289423108101, 0.008189287967979908, - -0.024800507351756096, 0.010684704408049583, 0.06992688030004501, - -0.07098308950662613, 0.05738014727830887, 0.030144400894641876, - -0.054814986884593964, -0.05250402167439461, -0.014125021174550056, - 0.00953733455389738, -0.00398535979911685, -0.06325533986091614, - 0.0062041617929935455, -0.060787834227085114, -0.021790312603116035, - 0.026959460228681564, -0.015031364746391773, -0.010694969445466995, - -0.07732966542243958, -0.015099463984370232, -0.011628499254584312, - -0.017831115052103996, -0.07121747732162476, 0.07521981000900269, - 0.0709625631570816, 0.12205438315868378, -0.017849629744887352, - -0.04419013112783432, -0.10472626239061356, -0.04608917981386185, - -0.03729226440191269, -0.08245468139648438, 0.061723772436380386, - -0.026584366336464882, 0.012052739039063454, -0.03785979002714157, - -0.004780857358127832, -0.002740968484431505, -0.008833088912069798, - 0.021917665377259254, -0.04319542273879051, 0.007847011089324951, - 0.0014534157235175371, 0.02585703507065773, -0.037747737020254135, - -0.0543643943965435, -0.011426104232668877, 0.022401269525289536, - -0.03377830982208252, -0.03705945611000061, -0.009282873943448067, - 0.012574402615427971, 0.05975060164928436, -0.010073884390294552, - 0.030751053243875504, 0.00880504958331585 - ], - [ - 0.036468297243118286, 0.03661845251917839, 0.02023587003350258, - 0.011335430666804314, 0.0018297742353752255, 0.07178235799074173, - -0.002151095075532794, -0.07763376832008362, -0.007741694804280996, - 0.03075433522462845, -0.1013488620519638, -0.004930896684527397, - -0.08255153894424438, 0.01974891498684883, -0.04573299363255501, - 0.028881428763270378, 0.04132857546210289, -0.11779044568538666, - 0.029237287119030952, 0.0023008843418210745, 0.04866769164800644, - 0.043824970722198486, 0.09173626452684402, 0.022558288648724556, - -0.012085719965398312, 0.08412770926952362, -0.0063759260810911655, - -0.00018048554193228483, -0.03707310929894447, 0.06850869953632355, - -0.02950328029692173, -0.060500770807266235, -0.010359806008636951, - 0.05915802717208862, -0.016632771119475365, 0.022408224642276764, - 0.05495719984173775, 0.018936533480882645, 0.024784287437796593, - 0.041093483567237854, -0.010524040088057518, -0.02511715143918991, - 0.043057363480329514, 0.07579830288887024, -0.0012775595532730222, - 0.04937833175063133, 0.052493866533041, 0.021389978006482124, -0.028200974687933922, - -0.03149682655930519, 0.040889639407396317, 0.0021070607472211123, - -0.060293182730674744, -0.05597815662622452, 0.04404786229133606, - 0.0928589478135109, 0.02480095811188221, -0.010049653239548206, - 0.0046628559939563274, -0.03372940421104431, 0.04964912682771683, - -0.05787009745836258, -0.04545190557837486, -0.04884269833564758, - 0.018492328003048897, 0.06523427367210388, -0.057452134788036346, - 0.0838775485754013, -0.008880763314664364, -0.04648841172456741, - 0.03248202055692673, 0.032431792467832565, 0.0634957030415535, - -0.020163245499134064, -0.07440211623907089, -0.02342197112739086, - 0.1264151930809021, 0.048678647726774216, -0.003872060449793935, - -0.028088532388210297, -0.040298592299222946, 0.08193520456552505, - -0.05725256726145744, 0.008592590689659119, -0.0004695933894254267, - 0.007293230853974819, 0.0224444642663002, -0.034315045922994614, - -0.03461402282118797, 0.011171460151672363, 0.06685664504766464, - 0.007306294981390238, -0.0061572035774588585, 0.01032585371285677, - 0.030863625928759575, 0.062037914991378784, 0.051999159157276154, - -0.05071645602583885, 0.030603835359215736, -0.006167419254779816, - -0.007368798833340406, -0.00690274266526103, -0.018257074058055878, - -0.07313992083072662, -0.03915859013795853, -0.049369484186172485, - -0.019896430894732475, 0.0185819361358881, 0.01784828118979931, - -0.031156383454799652, -0.014825726859271526, -0.012454267591238022, - 0.011079946532845497, 0.004582152236253023, -0.007197618018835783, - 0.00558320339769125, -0.03236773982644081, 0.03148631379008293, - 0.016050085425376892, -0.04311639443039894, -0.0318431593477726, - -0.07819629460573196, -0.025558726862072945, -0.05383537709712982, - 0.04727945476770401, -0.03676997125148773, -0.009248651564121246, - 0.023280464112758636, -0.014568817801773548, -0.03994869068264961, - -0.0018944995244964957, -0.014743187464773655, 0.020825160667300224, - 0.005299537442624569, 0.042436230927705765, -0.03353152051568031, - 0.00880750548094511, 0.04334012418985367, -0.016880983486771584, - 0.015784187242388725, -0.10197912156581879, -0.044232383370399475, - 0.016746269538998604, 0.0004038515908177942, -0.05051649361848831, - 0.048689935356378555, -0.07887706905603409, 0.03631996363401413, - -0.11959051340818405, -0.008511361666023731, 0.043886274099349976, - 0.03002617508172989, 0.03936458006501198, 0.004467410501092672, - 0.016288435086607933, -0.07432934641838074, -0.03567803278565407, - 0.031969957053661346, -0.031856097280979156, 0.009082484990358353, - -0.07382955402135849, 0.01265101321041584, 0.0775458887219429, 0.030052950605750084, - 0.0432264506816864, 0.006261821836233139, -0.028724679723381996, - -0.06906986981630325, 0.005035505164414644, 0.04007080942392349, - 0.026027889922261238, 0.06752601265907288, -0.03345245495438576, - 0.00276413862593472, 0.02180146612226963, -0.04751937463879585, 0.01540497224777937, - 0.024640949442982674, -0.023346668109297752, -0.06473091244697571, - 0.006859419867396355, 0.05170867592096329, -0.009906807914376259, - 0.030695997178554535, 0.06751860678195953, 0.09056635200977325, - 0.018201366066932678, 0.057852525264024734, -0.035872429609298706, - -0.01633884198963642, 0.016790268942713737, 0.05774577334523201, - -0.009928802959620953, 0.0125278914347291, 0.00880554411560297, 0.08140397071838379, - 0.004522828850895166, -0.06073526665568352, 0.002726959064602852, - -0.028412513434886932, 0.04414309933781624, 0.020596448332071304, - -0.05591481551527977, -0.05067091062664986, -0.06187964975833893, - -0.1001109778881073, -0.04675241559743881, -0.0326593816280365, - -0.04288110509514809, 0.0499032586812973, 0.042397379875183105, - 0.00040423712925985456, -0.017661040648818016, -0.039769452065229416, - -0.05580480396747589, 0.040733691304922104, -0.03518029674887657, - -0.0035551341716200113, -0.11797500401735306, 0.0773162841796875, - 0.07790679484605789, -0.05823150649666786, -0.011030025780200958, - -0.04982827603816986, 0.04431146755814552, -0.048591356724500656, - 0.03742752969264984, 0.050049420446157455, 0.04293685406446457, - -0.03421822190284729, -0.0014675307320430875, -0.024741483852267265, - -0.02054656855762005, 0.00394448870792985, -0.01655609905719757, - 0.009451311081647873, -0.0037387371994554996, 0.07435137778520584, - 0.0010231937048956752, 0.02314644865691662, -0.005164644680917263, - -0.048066116869449615, 0.07540946453809738, 0.018182246014475822, - -0.05141453072428703, 0.01862875558435917, 0.014093355275690556, - -0.00934420246630907, -0.01309934351593256, -0.006219218485057354, - -0.005626198370009661, -0.06729192286729813, -0.02748396061360836, - 0.07992446422576904, -0.004414380062371492, -0.05637485533952713, - -0.12225029617547989, 0.012023985385894775, 0.0014341861242428422, - 0.012906539253890514, -0.006531907711178064, 0.009472677484154701, - -0.02567855827510357, 0.04623764008283615, 0.0073041170835494995, - -0.05607173591852188, 0.11071271449327469, -0.022511085495352745, - 0.023020561784505844, -0.00882247369736433, 0.027843691408634186, - 0.03291260078549385, -0.026844598352909088, -0.014928309246897697, - -0.08694774657487869, 0.04068707302212715, 0.03748888522386551, - 0.024472583085298538, 0.08957169204950333, 0.06086207553744316, 0.04663670063018799, - 0.03740432858467102, -0.0708620548248291, 0.006365536246448755, - -0.04874667897820473, 0.05393378436565399, -0.019983015954494476, - 0.06366117298603058, 0.051494959741830826, 0.026853028684854507, - 0.05291900411248207, 0.0104588707908988, -0.04076509177684784, 0.031040305271744728, - 0.03308000788092613, 0.04165743663907051, -0.01585736870765686, - -0.02675395831465721, -0.06029100343585014, 0.05606354400515556, - 0.021467341110110283, -0.051845986396074295, -0.07772505283355713, - -0.040272653102874756, -0.0240038875490427, -0.010973669588565826, - 0.001466064597479999, -0.05517491698265076, -0.02684035338461399, - 0.034421343356370926, 0.046181075274944305, -0.07109299302101135, - -0.029105909168720245, 0.01350308395922184, -0.0003981417103204876, - -0.021847357973456383, 0.03702487424015999, 0.046948518604040146, - -0.03420843183994293, 0.0505068339407444, 0.03168165311217308, 0.03750772029161453, - -0.05742586776614189, 0.014614870771765709, -0.005528328940272331, - -0.023262929171323776, 0.030598994344472885, -0.03585979342460632, - 0.04341799393296242, -0.04521651193499565, 0.0068312291987240314, - 0.0009027989581227303, -0.01200014352798462, 0.08924984931945801, - 0.004990180488675833, -0.11886532604694366, -0.03606170043349266, - 0.08485914021730423, 0.017304129898548126, -0.04536969214677811, - 0.006754567846655846, -0.025975802913308144, -0.059871941804885864, - 0.04593191295862198, 0.028568632900714874, 0.0253819078207016, 0.0230452511459589, - 0.0919899046421051, 0.0019441378535702825, -0.025049466639757156, - 0.1063956618309021, 0.07497219741344452, -0.01660803146660328, 0.014256579801440239, - -0.03637222573161125, -0.04359415918588638, 0.0023570985067635775, - 0.0015064080944284797, 0.016210440546274185, -0.03390173614025116, - -0.05184255912899971, 0.06667576730251312, -0.0831022635102272, - 0.058696430176496506, -0.05927794426679611, 0.07509918510913849, - 0.06639029085636139, 0.026840995997190475, -0.08782314509153366, - 0.019956162199378014, -0.04723929241299629, 0.059639595448970795, - -0.0618109367787838, -0.03138548508286476, 0.062131185084581375, 0.0167472455650568, - 0.0521363839507103, -0.01930784061551094, -0.015980811789631844, - 0.06861617416143417, -0.002376386197283864, -0.052049048244953156, - -0.02328788861632347, -0.015622630715370178 - ], - [ - 0.07456904649734497, -0.022374944761395454, 0.05960598960518837, - 0.024346234276890755, 0.03395640850067139, 0.006065170280635357, - 0.004146672319620848, 0.06799092888832092, -0.08162933588027954, - -0.09426558762788773, 0.06233048066496849, 0.005155099090188742, - -0.018288439139723778, -0.056931041181087494, 0.039932478219270706, - -0.007231235038489103, -0.03579496964812279, -0.04735030606389046, - -0.060724761337041855, -0.14495281875133514, -0.15078146755695343, - 0.07135119289159775, -0.0936548262834549, 0.027006931602954865, - -0.019564038142561913, 0.14381098747253418, 0.05334357172250748, - 0.10892116278409958, 0.07669861614704132, -0.08940630406141281, - -0.02714812569320202, -0.026018263772130013, 0.0222055371850729, - -0.06116895005106926, -0.0842709094285965, -0.07130018621683121, - -0.10046751797199249, -0.14537128806114197, -0.027109254151582718, - -0.03192083165049553, -0.08561854064464569, 0.06610343605279922, - -0.0593312568962574, 0.03560682758688927, 0.01066657342016697, 0.06086939200758934, - -0.008668175898492336, -0.16924242675304413, 0.11627481877803802, - 0.0049620200879871845, 0.02376338467001915, 0.05421700328588486, - -0.10273575037717819, 0.02340659685432911, -0.02150820568203926, - -0.03250611945986748, -0.09288033097982407, 0.03999115899205208, - 0.020148249343037605, 0.018630458042025566, -0.08648606389760971, - -0.03826028108596802, -0.007640190422534943, 0.052861202508211136, - 0.048505790531635284, 0.004047534894198179, -0.08193664252758026, - -0.07855407148599625, 0.0002305355592397973, 0.10118146985769272, - -0.1804441213607788, 0.029369736090302467, -0.04662175476551056, - 0.13413317501544952, 0.03403801843523979, 0.1538577526807785, -0.056884314864873886, - 0.01201795507222414, -0.0399462953209877, -0.02455294318497181, - -0.06514935940504074, -0.06030772626399994, -0.06958213448524475, - 0.03993931785225868, 0.11150903254747391, -0.06250639259815216, - -0.07617168128490448, 0.032802268862724304, 0.05441347509622574, - -0.08981592953205109, 0.09511322528123856, -0.1001669317483902, - -0.04419922083616257, -0.029920555651187897, 0.0361960269510746, - -0.04479323327541351, -0.015004203654825687, 0.047958776354789734, - -0.11007338762283325, 0.04042953625321388, 0.12177783995866776, 0.03457366302609444, - -0.09611715376377106, 0.12699635326862335, -0.10283461213111877, - -0.0049971845000982285, 0.07641370594501495, 0.05922764539718628, - 0.10847242921590805, -0.011339983902871609, -0.163869246840477, 0.05126713961362839, - 0.10998759418725967, -0.08781006187200546, -0.13720466196537018, - 0.014466429129242897, -0.017229890450835228, 0.06466477364301682, - 0.029573410749435425, 0.05934764817357063, -0.1671585589647293, 0.06451478600502014, - 0.10332593321800232, -0.03943023830652237, -0.0662090852856636, -0.1056184396147728, - 0.03441135957837105, -0.03977010026574135, 0.028574028983712196, - -0.009605970233678818, 0.011128495447337627, 0.03256705775856972, - -0.12605969607830048, 0.08392993360757828, -0.04940478503704071, - -0.03336453065276146, 0.07070671021938324, -0.015651626512408257, - 0.05584113672375679, -0.08938393741846085, 0.01195757556706667, - -0.04127412661910057, 0.07264817506074905, 0.03468991443514824, 0.05691611021757126, - 0.0725528672337532, 0.02207013964653015, 0.04174995794892311, 0.06433890759944916, - -0.006500171963125467, 0.11341358721256256, 0.07468866556882858, 0.0831964761018753, - -0.03277785703539848, 0.02477160096168518, -0.04531136900186539, 0.0673644170165062, - -0.05689201131463051, -0.04152337461709976, -0.11169848591089249, - -0.09067625552415848, -0.019745826721191406, -0.041184842586517334, - 0.038218915462493896, 0.047638170421123505, 0.0507720448076725, - -0.031664781272411346, -0.08821506053209305, -0.11144926398992538, - -0.03357474505901337, 0.04952538385987282, 0.035748910158872604, - 0.10357388854026794, 0.1200941950082779, -0.10112634301185608, 0.06156025826931, - 0.020066026598215103, 0.0286040510982275, -0.09203489869832993, - 0.015364683233201504, -0.06041410192847252, -0.0029398901388049126, - 0.0012995513388887048, 0.033105216920375824, -0.08753837645053864, - 0.1497965008020401, 0.0032932721078395844, 0.05663907527923584, 0.03696630150079727, - 0.15696227550506592, 0.04766193777322769, -0.06259635090827942, - -0.029370715841650963, -0.01647382788360119, -0.058108940720558167, - 0.07319406419992447, 0.0028858804143965244, 0.022463496774435043, - -0.0183633454144001, 0.030292775481939316, 0.09561950713396072, 0.12254982441663742, - 0.13682778179645538, -0.03879695385694504, 0.038811471313238144, - -0.03172629699110985, 0.11923196911811829, -0.056245073676109314, - 0.031773120164871216, -0.031665172427892685, -0.0014130205381661654, - 0.00447217607870698, -0.01123743411153555, -0.04996596276760101, - 0.07389236986637115, 0.016114652156829834, 0.0930139347910881, -0.06041143462061882, - 0.02530158869922161, 0.06634288281202316, 0.0666905865073204, -0.06341961026191711, - 0.027511008083820343, -0.015125822275876999, 0.04090333357453346, - -0.05544150620698929, 0.024713631719350815, -0.1046818196773529, - -0.06673921644687653, 0.0932377278804779, -0.011101050302386284, - -0.07605189830064774, -0.0327947773039341, -0.05269758775830269, - 0.11166907846927643, 0.13704468309879303, 0.039527442306280136, - -0.06182017922401428, 0.013045146130025387, 0.058598507195711136, - 0.05661345645785332, 0.028210720047354698, 0.060709040611982346, - -0.020687423646450043, -0.06332779675722122, -0.063799649477005, - -0.00393455708399415, -0.036315251141786575, 0.1008092612028122, - 0.011041929945349693, -0.017942046746611595, 0.07000064104795456, - 0.06132813170552254, -0.035916347056627274, -0.021596144884824753, - 0.08721643686294556, 0.029504403471946716, 0.03171192854642868, 0.09013161808252335, - -0.025739343836903572, 0.11149905622005463, 0.12652522325515747, - -0.10225408524274826, 0.0016903408104553819, -0.013094734400510788, - -0.0029274807311594486, 0.07079515606164932, -0.05565350875258446, - -0.12580370903015137, 0.02889317274093628, -0.014635180123150349, - -0.06903931498527527, -0.10169754922389984, 0.1409667432308197, 0.08129575848579407, - -0.12527835369110107, 0.060229185968637466, -0.10835152864456177, - 0.0013098884373903275, 0.047728586941957474, -0.05915941670536995, - -0.017474094405770302, -0.056617606431245804, -0.03906271606683731, - 0.06805752217769623, -0.0002729333355091512, 0.0861472636461258, - -0.0013423995114862919, 0.03280821442604065, -0.03598582744598389, - -0.05730648711323738, -0.10065977275371552, -0.02526717446744442, - -0.07822401821613312, -0.17017723619937897, -0.011725114658474922, - 0.10797363519668579, -0.015560213476419449, 0.09890596568584442, - 0.03760731220245361, 0.05728134140372276, -0.005051608197391033, - 0.01192440651357174, -0.14757901430130005, 0.11967058479785919, 0.17200946807861328, - 0.00513505470007658, -0.006001206114888191, 0.014497810043394566, - -0.0151520362123847, 0.008324643597006798, -0.004544357303529978, - 0.12620173394680023, 0.031872134655714035, -0.085179403424263, 0.014210541732609272, - 0.08550258725881577, 0.010100404731929302, -0.01292336080223322, - 0.03336259722709656, -0.041897568851709366, 0.03452527895569801, - 0.06682974845170975, 0.11187136173248291, -0.004108978435397148, - -0.011302463710308075, -0.04294990748167038, 0.1251927614212036, - -0.07972807437181473, -0.015376605093479156, 0.05720263347029686, - -0.0158725343644619, 0.08405344188213348, 0.0037048053927719593, - -0.022340957075357437, -0.03560880199074745, 0.06372383236885071, - -0.09935137629508972, -0.059586301445961, -0.17043307423591614, - -0.030022503808140755, 0.054490454494953156, -0.014062222093343735, - 0.05890108272433281, 0.03780269995331764, 0.056342918425798416, - -0.055916592478752136, 0.025505660101771355, 0.10428401082754135, - -0.02120901457965374, -0.05280771851539612, -0.033643558621406555, - 0.020124591886997223, -0.1058732196688652, 0.020462429150938988, - -0.009839169681072235, 0.008776932023465633, -0.09649782627820969, - -0.13334397971630096, 0.042796820402145386, -0.06583239138126373, - -0.010852822102606297, 0.1582653671503067, -0.022894904017448425, - -0.09000761061906815, -0.059314217418432236, 0.07748670876026154, - -0.07552900910377502, 0.052560437470674515, -0.032353077083826065, - -0.051039934158325195, -0.018259389325976372, 0.04862676188349724, - 0.08605115115642548, 0.14343951642513275, -0.053911346942186356, - -0.07700862735509872, 0.0341196246445179, -0.06532403826713562, - -0.02039804495871067, -0.05933215469121933, 0.010463954880833626, - 0.004061751067638397, 0.107858806848526 - ], - [ - -0.001340811257250607, 0.009381902404129505, 0.11058935523033142, - -0.0045640310272574425, 0.011814594268798828, -0.06557135283946991, - 0.09189573675394058, 0.048071373254060745, -0.06007757782936096, - -0.051499560475349426, -0.025163548067212105, -0.07854209095239639, - -0.011447236873209476, -0.08844885975122452, -0.004265698604285717, - -0.023423317819833755, -0.08131318539381027, -0.017485888674855232, - 0.004555465653538704, -0.10017704963684082, -0.08076386898756027, - 0.03524016961455345, -0.03230275213718414, 0.020903607830405235, - 0.06663433462381363, -0.047350767999887466, -0.00045929785119369626, - 0.01791759580373764, 0.06671445071697235, 0.027716204524040222, 0.01770899072289467, - 0.002385567408055067, -0.031352292746305466, 0.0001643340365262702, - -0.08065766841173172, -0.020734887570142746, 0.04321134462952614, - -0.009086115285754204, -0.05436160787940025, -0.04181761294603348, - -0.002241342095658183, 0.016575194895267487, 0.0866055116057396, - 0.0020382381044328213, -0.030769480392336845, -0.0301068052649498, - -0.01642545312643051, 0.07899472117424011, -0.02053055167198181, - -0.0018391311168670654, 0.013672571629285812, 0.06766412407159805, - 0.07464191317558289, 0.02299855463206768, 0.006669005379080772, - 0.018084267154335976, -0.0036212715785950422, 0.10975752025842667, - 0.07771711051464081, -0.030278891324996948, -0.11933571100234985, - -0.044178176671266556, -0.029672380536794662, -0.033423569053411484, - -0.08756836503744125, 0.0002781798248179257, 0.03523944690823555, - -0.00013255287194624543, 0.05078987404704094, 0.017513226717710495, - -0.0002426997380098328, 0.04807981848716736, -0.12825939059257507, - 0.08945593982934952, -0.08614294230937958, 0.0016929225530475378, - 0.03414693847298622, -0.028114089742302895, 0.10627483576536179, - 0.016254689544439316, 0.06230981647968292, 0.05191812291741371, 0.06886399537324905, - -0.04855968803167343, 0.02488580159842968, -0.02408447302877903, - -0.04053741320967674, 0.005923295859247446, -0.04011442884802818, - -0.017636271193623543, -0.025653239339590073, -0.013846845366060734, - 0.033338725566864014, -0.06698272377252579, 0.012819780968129635, - -0.08256104588508606, -0.06218528002500534, -0.010684194974601269, - 0.020464085042476654, 0.00520317442715168, -0.0539422444999218, - -0.057024721056222916, -0.05526098608970642, 0.08883649855852127, - -0.06874845921993256, -0.01853322423994541, -0.054672740399837494, - -0.02247234247624874, -0.025504710152745247, 0.07031355798244476, - 0.0020482968538999557, -0.07105343043804169, -1.950263867911417e-5, - -0.12762607634067535, -0.0508098229765892, -0.0893116146326065, - 0.054038144648075104, -0.13779450953006744, -0.01294284500181675, - 0.09366218000650406, -0.06452924758195877, -0.05637998506426811, - -0.0559065006673336, 0.02065422758460045, 0.05133741721510887, 0.04006606712937355, - 0.07763298600912094, 0.02293095551431179, 0.009403322823345661, - 0.015327274799346924, -0.07790423184633255, 0.004673353396356106, - -0.023604407906532288, 0.010812796652317047, -0.022487932816147804, - -0.026250816881656647, 0.0001933722523972392, -0.04109124466776848, - 0.026584254577755928, -0.11167138069868088, 0.048243120312690735, - 0.13504084944725037, 0.056217655539512634, 0.03369792178273201, - -0.003605260280892253, -0.10124239325523376, -0.07993847131729126, - -0.043317683041095734, 0.020461056381464005, 0.07590873539447784, - -0.060303498059511185, 0.0368187241256237, 0.014532995410263538, - -0.052855752408504486, 0.012634952552616596, 0.028584036976099014, - 0.002464507007971406, 0.01079815998673439, 0.025331247597932816, - -0.008460004813969135, -0.0557100810110569, 0.021274693310260773, - 0.01999119110405445, -0.014739099889993668, -0.01930641196668148, - -0.0019150214502587914, -0.004631021525710821, -0.00705152191221714, - -0.011247895658016205, -0.03932160511612892, 0.011961914598941803, - -0.10340855270624161, -0.030242009088397026, 0.012858353555202484, - -0.0043320972472429276, 0.04191247373819351, -0.011947538703680038, - -0.0025243835989385843, 0.02870294637978077, 0.016939785331487656, - -0.10146712511777878, 0.12515076994895935, -0.0868285521864891, 0.03868123143911362, - -0.01597442664206028, -0.024478323757648468, -0.056849971413612366, - 0.016395946964621544, -0.019754774868488312, 0.016560165211558342, - 0.055513471364974976, 0.027435991913080215, 0.016964012756943703, - -0.07506156712770462, -0.026341011747717857, 0.032391421496868134, - -0.038375020027160645, 0.07592837512493134, 0.04684368520975113, - -0.024230344220995903, -0.009186162613332272, 0.05297895893454552, - 0.03938755765557289, -0.02908252738416195, 0.02578081376850605, - -0.008521681651473045, 0.049649301916360855, 0.03512290492653847, - 0.03720715269446373, -0.050027307122945786, -0.019699621945619583, - -0.11266613006591797, -0.012791434302926064, -0.08901564031839371, - -0.0686081051826477, -0.06181490421295166, 0.1178925409913063, 0.04866380617022514, - -0.06583113223314285, 0.005475974641740322, 0.0071617909707129, 0.10815852135419846, - -0.1605934351682663, 0.020940421149134636, -0.055179283022880554, - 0.1219160258769989, -0.026880698278546333, 0.13934870064258575, - -0.12940089404582977, 0.12436531484127045, 0.11531426757574081, 0.12594373524188995, - 0.0019376276759430766, -0.029067108407616615, 0.03950769081711769, - 0.02945825643837452, 0.0735301598906517, 0.013735199347138405, 0.0757933184504509, - 0.007235406432300806, 0.045109957456588745, -0.0481908954679966, - -0.052695389837026596, 0.06254152208566666, -0.05654362216591835, - -0.04775054380297661, 0.011645038612186909, 0.07411763817071915, 0.035104900598526, - -0.07176939398050308, 0.14033687114715576, 0.010406709276139736, - 0.005273135378956795, 0.009458106011152267, -0.0042740353383123875, - 0.05965253710746765, 0.0010911133140325546, -0.04113489389419556, - -0.005237212870270014, -0.007132140453904867, 0.06212736293673515, - 0.024270471185445786, -0.07860201597213745, 0.032461654394865036, - -0.05756097659468651, -0.019979069009423256, 0.036150481551885605, - 0.061984945088624954, 0.12106087803840637, 0.03899294510483742, - -0.09728668630123138, 0.010999904945492744, -0.1348598599433899, - 0.04688218608498573, -0.02154632657766342, -0.001464315690100193, - 0.0017358082113787532, 0.08005480468273163, 0.00347120757214725, - -0.09097158908843994, -0.0488651804625988, -0.00650700693950057, - -0.07774679362773895, -0.0023474041372537613, -0.0030351507011801004, - -0.023248247802257538, 0.04577202722430229, -0.009973466396331787, - 0.14626771211624146, -0.013179708272218704, -0.0625080019235611, - -0.11387836933135986, 0.08881741762161255, 0.06687851995229721, 0.14056670665740967, - 0.027270108461380005, -0.006439015734940767, -0.01829734444618225, - -0.08000422269105911, -0.01971491426229477, 0.01727931760251522, - 0.015402089804410934, -0.03351140394806862, -0.07071553170681, 0.025153789669275284, - 0.01776370033621788, -0.08152598142623901, -0.0527513213455677, 0.03444681689143181, - -0.10662095993757248, 0.02136681042611599, 0.07691924273967743, - 0.019788580015301704, 0.06221206113696098, -0.024006778374314308, - 0.07092311978340149, 0.03350016847252846, 0.03260471671819687, 0.010691631585359573, - 0.03821985051035881, 0.016753170639276505, -0.02497842162847519, - -0.12972505390644073, 0.048589881509542465, -0.030141843482851982, - -0.06481823325157166, 0.06628254801034927, -0.07328639924526215, - -0.037325307726860046, -0.014393464662134647, 0.054555442184209824, - -0.012307900935411453, -0.03641543164849281, -0.0471552312374115, - 0.0318358838558197, 0.057023122906684875, -0.006399849895387888, - -0.05361204966902733, -0.04888702183961868, -0.02118879184126854, - 0.023162828758358955, 0.020969005301594734, -0.060055334120988846, - 0.027651339769363403, -0.03297461196780205, 0.020926063880324364, - -0.012773417867720127, 0.05517842248082161, 0.03829694911837578, - -0.03388442471623421, -0.021655282005667686, -0.0016530506545677781, - 0.01910022459924221, 0.03126126527786255, 0.0069809360429644585, - 0.16254085302352905, -0.042872391641139984, 0.06245844066143036, - 0.04707819223403931, 0.06902828067541122, 0.03178233653306961, 0.08253758400678635, - -2.55971299338853e-5, -0.07416695356369019, -0.028432615101337433, - -0.023543942719697952, 0.028172777965664864, -0.07288416475057602, - 0.04276595637202263, 0.06310579180717468, 0.016729267314076424, 0.0625995397567749, - 0.0026723078917711973, 0.06676004081964493, 0.10628087818622589, - -0.09907922893762589, -0.06896118819713593, -0.018251074478030205, - 0.024063467979431152, 0.05225593224167824, -0.0486612394452095, 0.02549857832491398, - -0.08030190318822861, -0.010117193683981895 - ], - [ - -0.07968268543481827, -0.002993516158312559, -0.041404660791158676, - -0.017838560044765472, 0.07291455566883087, -0.06583566963672638, - 0.04637790471315384, -0.016030848026275635, 0.004669241141527891, - -0.003917910158634186, 0.04162443056702614, -0.08375496417284012, - 0.05789443105459213, -0.06577955186367035, -0.030817236751317978, - 0.04512989893555641, 0.031122690066695213, 0.01730288378894329, - -0.02725798636674881, 0.017833629623055458, 0.011925574392080307, - -0.051140375435352325, -0.06344165652990341, 0.04893982410430908, - 0.0018654110608622432, -0.054020609706640244, -0.006063912529498339, - 0.04092337191104889, -0.052883848547935486, 0.004718549083918333, - -0.04060506075620651, -0.013344036415219307, 0.02832650952041149, - 0.009057197719812393, 0.009962467476725578, -0.08864627778530121, - 0.012345563620328903, 0.01408986747264862, -0.01584191806614399, - -0.019379345700144768, 0.022063666954636574, -0.0027012284845113754, - 0.006576447747647762, -0.06044316664338112, -0.040589477866888046, - -0.022559506818652153, -0.03229328244924545, 0.03220813721418381, - 0.07000236958265305, 0.016928186640143394, 0.011712436564266682, - 0.014883600175380707, 0.009381579235196114, 0.0021247246768325567, - -0.0006382493884302676, -0.029696347191929817, 0.022738143801689148, - -0.039434392005205154, -0.012238869443535805, -0.008655034936964512, - -0.054496802389621735, 0.002793662017211318, -0.0015943601028993726, - 0.03706612437963486, -0.01522077340632677, -0.0009151165722869337, - -0.0011539309052750468, 0.016725486144423485, 0.021854162216186523, - 0.05517054721713066, 0.038970984518527985, 0.03090968355536461, - -0.09328887611627579, -0.01763455756008625, -0.020391518250107765, - 0.008003143593668938, 0.01935647800564766, -0.006779836490750313, - 0.040007829666137695, -0.08951900899410248, 0.03228122368454933, - 0.025051163509488106, -0.06395048648118973, -0.015144852921366692, - -0.0011746694799512625, -0.0038107316941022873, -0.03289930522441864, - 0.009333658032119274, 0.03000667318701744, -0.06885844469070435, - -0.027443720027804375, -0.009211811237037182, -0.010515724308788776, - 0.022988293319940567, 0.017393184825778008, -0.02314525656402111, - 0.011795168742537498, -0.00949573703110218, -0.011280111037194729, - 0.002265010727569461, 0.04312810301780701, 0.008945263922214508, - 0.06901048868894577, -0.019535621628165245, -0.006858444772660732, - -0.04402868077158928, 0.03771544620394707, 0.002831746358424425, - 0.011283919215202332, 0.07142412662506104, -0.08501949161291122, - 0.023826170712709427, -0.04964054748415947, 0.0010117113124579191, - -0.03630857169628143, -0.05955304950475693, -0.007815582677721977, - 0.09665940701961517, 0.004406499210745096, -0.02571059763431549, - 0.01737905666232109, 0.044681016355752945, 0.007051772437989712, - 0.054918546229600906, -0.006002935115247965, -0.057956498116254807, - 0.021899409592151642, -0.026311978697776794, -0.018665961921215057, - -0.006465555168688297, -0.031048491597175598, -0.012310395017266273, - 0.020326662808656693, 0.01478689257055521, -0.051660314202308655, - 0.030463751405477524, -0.04839089885354042, -0.02179504930973053, - -0.022261815145611763, -0.10138457268476486, 0.05534294247627258, - 0.08460809290409088, -0.03096075728535652, 0.05290381610393524, 0.07552824914455414, - -0.05919760465621948, 0.04426587373018265, -0.018256204202771187, - 0.07116235047578812, -0.0032024476677179337, -0.06355366855859756, - -0.03241444379091263, -0.051981888711452484, 0.0014316060114651918, - -0.04345346987247467, 0.01349857822060585, -0.054665371775627136, - 0.021768812090158463, 0.021438511088490486, 0.013368557207286358, - 0.027296658605337143, -0.04390953481197357, 0.03309694677591324, - -0.03260376304388046, -0.11296660453081131, 0.05502179637551308, - -0.08235957473516464, -0.015639586374163628, -0.07958109676837921, - -0.03196601942181587, 0.04014331474900246, 0.04625452309846878, - 0.009773117490112782, -0.014367249794304371, -0.057024579495191574, - 0.05445694178342819, 0.03024677373468876, -0.007932393811643124, - 0.005080020055174828, -0.042398467659950256, -0.08860348165035248, - 0.002860383130609989, -0.02558843605220318, 0.018907571211457253, - -0.024937903508543968, -0.07321396470069885, 0.020123843103647232, - 0.0261936467140913, -0.016535833477973938, -0.04740064963698387, - -0.04366125538945198, -0.008532097563147545, -0.06947396695613861, - -0.07687854766845703, -0.008719476871192455, -0.015253321267664433, - 0.09404916316270828, 0.01683690957725048, 0.004243655130267143, - 0.009336368180811405, 0.02897871658205986, 0.05470738187432289, - -0.01816382445394993, 0.09921285510063171, 0.06825169175863266, 0.09002722054719925, - 0.04915895685553551, 0.014088909141719341, 0.0831027552485466, -0.06481701880693436, - -0.03279495611786842, -0.0034019327722489834, 0.005074223969131708, - 0.0006418622215278447, 0.04554666206240654, -0.07561499625444412, - 0.02385110594332218, 0.11732245236635208, 0.03428337723016739, 0.007498839404433966, - 0.021481044590473175, -0.006297416985034943, 0.011146618984639645, - -0.005728195887058973, -0.033035531640052795, 0.04760052263736725, - -0.02371172420680523, -0.04066682234406471, 0.03809083625674248, - 0.020265325903892517, 0.027551069855690002, 0.021516676992177963, - 0.07687719911336899, -0.03199177235364914, 0.02509070746600628, 0.02216903120279312, - 0.04490675777196884, -0.010182438418269157, 0.06980704516172409, - -0.052494537085294724, 0.042376305907964706, -0.05208326131105423, - -0.029457829892635345, 0.035591285675764084, -0.06091097369790077, - 0.0072120679542422295, -0.009073778986930847, 0.005680215544998646, - 0.00569952605292201, -0.019495772197842598, 0.039065200835466385, - 0.08116720616817474, 0.023270858451724052, 0.03899923712015152, 0.03760542720556259, - 0.04109461233019829, 0.02913396805524826, -0.047663621604442596, - -0.011047755368053913, 0.002237532986328006, -0.02813788130879402, - -0.0807391107082367, -0.021306775510311127, -0.026903390884399414, - 0.0355835035443306, -0.010786185041069984, -0.07959605008363724, - -0.06304682046175003, -0.05308208242058754, -0.016516881063580513, - -0.07196733355522156, -0.018109381198883057, 0.0029572141356766224, - -0.0490030013024807, -0.03005170077085495, 0.005453743971884251, - -0.014470197260379791, 0.02160785347223282, -0.003374207764863968, - -0.09763416647911072, -0.02272772789001465, -0.02728237584233284, - -0.012832298874855042, 0.017386138439178467, -0.04263395816087723, - 0.046862754970788956, -0.06052267551422119, 0.021564247086644173, - 0.021948430687189102, -0.07815489172935486, -0.06709767132997513, - -0.039515651762485504, 0.026064468547701836, 0.015641354024410248, - 0.04899052903056145, -0.09837974607944489, 0.08492622524499893, - -0.05225551128387451, 0.05136342719197273, -0.01860881596803665, - 0.05356209725141525, -0.009452915750443935, 0.05440695956349373, 0.0688336119055748, - 0.011804088018834591, -0.0022395181003957987, -0.013938522897660732, - 0.002443683799356222, 0.011243618093430996, -0.03357575088739395, - -0.01705852709710598, 0.06684611737728119, 0.0017792218131944537, - 0.03921530395746231, 0.02368968166410923, 0.02592896670103073, 0.04012521728873253, - -0.018411846831440926, 0.07774920016527176, 0.032769858837127686, - 0.051069214940071106, -0.04250770062208176, 0.027894318103790283, - 0.030169056728482246, 0.034153830260038376, -0.053354982286691666, - 0.017447421327233315, -0.02571474201977253, 0.014318290166556835, - -0.036967892199754715, 0.0564340278506279, -0.029724810272455215, - 0.02044328674674034, -0.0659974217414856, 0.03221007436513901, 0.06935381144285202, - -0.003904244164004922, -0.1035241112112999, 0.07524780184030533, - -0.009860268794000149, -0.0056135449558496475, 0.017178712412714958, - 0.007257404271513224, 0.012043459340929985, -0.0016321655130013824, - 0.01798775978386402, -0.036046352237463, -0.027979036793112755, - -0.05166441574692726, 0.026902006939053535, 0.044726476073265076, - -0.07305935025215149, -0.04496946930885315, -0.015683595091104507, - 0.04791676625609398, -0.007796755060553551, -0.03353361785411835, - 0.030289361253380775, 0.023036666214466095, -0.0018630961421877146, - 0.015856068581342697, -0.06222549453377724, 0.003661960596218705, - 0.01285366527736187, -0.011983558535575867, -0.03471577167510986, - -0.039660416543483734, -0.06188996136188507, 0.0477774403989315, - -0.04752407222986221, -0.06522692739963531, -0.055948399007320404, - 0.020031960681080818, -0.05117494985461235, -0.013596879318356514, - 0.018895907327532768, -0.05360325798392296, -0.013944328762590885, - -0.0542403869330883, -0.02148088812828064, 0.0667128637433052, 0.03377769514918327, - 0.03698239102959633, -0.02340732142329216 - ], - [ - 0.06431861221790314, -0.01740419492125511, 0.012651566416025162, - -0.03138109669089317, -0.023063993081450462, 0.012370893731713295, - -0.010125232860445976, -0.006569933611899614, 0.010699053294956684, - -0.04964783415198326, -0.08524172753095627, 0.004728169180452824, - 0.015512698329985142, 0.11335070431232452, -0.03839179873466492, - -0.05319719761610031, 0.010573724284768105, -0.06066214665770531, - 0.03800228238105774, 0.03752386197447777, 0.0020255253184586763, - -0.0030739051289856434, -0.016240958124399185, -0.0378604494035244, - 0.042384758591651917, -0.012912330217659473, -0.07143855839967728, - 0.006826721131801605, -0.012185941450297832, 0.047417592257261276, - -0.06471013277769089, -0.020881913602352142, 0.035824254155159, - 0.0052992370910942554, 0.0004903135704807937, 0.0021577123552560806, - -0.0274699404835701, 0.01898415945470333, 0.029004910960793495, - 0.028308775275945663, 0.02511439472436905, 0.007224968168884516, - 0.048147883266210556, -0.0464809276163578, 0.0008232132531702518, - 0.04265456646680832, 0.03951071575284004, 0.06936037540435791, 0.005482486914843321, - -0.04649531468749046, 0.040706388652324677, -0.003070780774578452, - -0.03752013295888901, 0.018689004704356194, -0.06381241977214813, - 0.07671413570642471, -0.04084620997309685, 0.015100616030395031, - 0.03492981195449829, 0.027366675436496735, 0.057492297142744064, 0.0052196872420609, - -0.04756772890686989, 0.057673968374729156, 0.016856933012604713, - 0.04447127506136894, -0.09931403398513794, 0.04417906701564789, - -0.05557253956794739, -0.045043736696243286, -0.009656532667577267, - -0.011757532134652138, 0.08718891441822052, -0.06812450289726257, - -0.02479371428489685, 0.06234513968229294, 0.15112929046154022, - -0.03220198675990105, 0.027690818533301353, 0.0026769896503537893, - 0.004071928095072508, -0.0033609485253691673, -0.011762340553104877, - 0.03250084072351456, 0.05525047332048416, 0.04612511396408081, 0.059532530605793, - 0.009152667596936226, -0.016234012320637703, 0.03974036127328873, - -0.006758660543709993, -0.0346221886575222, -0.09587529301643372, - 0.045727577060461044, 0.057131487876176834, -0.04317362233996391, - -0.0085931196808815, 0.08600331842899323, 0.03506425395607948, - 0.0002451270120218396, 0.049649424850940704, 0.0022838618606328964, - 0.08281170576810837, -0.02158130705356598, 0.028859686106443405, - 0.010627753101289272, -0.016487793996930122, 0.015010121278464794, - -0.013171246275305748, -0.06578843295574188, 0.06487612426280975, - -0.03985513001680374, 0.07541580498218536, -0.007634561043232679, - 0.024123432114720345, -0.06051460653543472, -0.024788590148091316, - -0.06205819919705391, -0.030522843822836876, 0.0016869339160621166, - 0.032461874186992645, 0.02482130192220211, 0.024714771658182144, - 0.0005681922775693238, 0.027562599629163742, -0.004380227066576481, - -0.05550042539834976, 0.014906656928360462, 0.007004349026829004, - -0.029813658446073532, -0.04573506489396095, -0.05890699476003647, - 0.011745288968086243, -0.015635274350643158, -0.007849461399018764, - 0.012722724117338657, 0.026599440723657608, -0.02779383212327957, - 0.007709190249443054, -0.07046283781528473, 0.003941505216062069, - -0.06985855847597122, -0.0018225697567686439, 0.023060932755470276, - 0.0490436814725399, -0.0362890250980854, -0.043095413595438004, -0.0376661941409111, - -0.024592973291873932, 0.054402805864810944, -0.027414878830313683, - 0.024662645533680916, 0.04784953594207764, 0.019004885107278824, - 0.07174605876207352, -0.08526655286550522, 0.04030849412083626, - -0.04572606086730957, 0.034270621836185455, -0.021527916193008423, - -0.05695047974586487, 0.020360160619020462, 0.04090163856744766, - -0.024550143629312515, 0.05407150834798813, 0.0364718995988369, - 0.032827846705913544, -0.05310646817088127, 0.02089410275220871, - 0.10235752910375595, -0.035222407430410385, 0.01599528081715107, - -0.06098657846450806, 0.009485086426138878, -0.0013108247658237815, - -0.02766113542020321, -0.005965044721961021, 0.05922488868236542, - -0.030436433851718903, -0.03139230236411095, -0.001837466610595584, - 0.004032018128782511, -0.015959540382027626, 0.03382490575313568, - 0.014285656623542309, 0.048685964196920395, 0.07796827703714371, - 0.0039731101132929325, -0.05629192292690277, 0.02692047879099846, - -0.0003989255928900093, 0.06362771987915039, 0.08919208496809006, - 0.06414850056171417, -0.06053713709115982, 0.0013109249994158745, - -0.00827299989759922, 0.0065986947156488895, 0.03877614066004753, - -0.006091379094868898, -0.03391281142830849, -0.07978969067335129, - 0.0344160757958889, 0.0008096821256913245, -0.03072960488498211, - -0.0782904103398323, -0.03866615146398544, 0.059864673763513565, - -0.010660583153367043, 0.021516423672437668, 0.05100440979003906, - -0.04816383868455887, -0.004849644377827644, 0.020096370950341225, - -0.06161150336265564, 0.03509678691625595, 0.0048913499340415, -0.07394878566265106, - -0.0023435920011252165, 0.04633285850286484, -0.009356214664876461, - -0.057713091373443604, -0.012709365226328373, -0.04382545128464699, - 0.012759110890328884, 0.007327675353735685, 0.031734585762023926, - 0.0312994085252285, -0.08090312778949738, 0.01643374189734459, 0.08589880168437958, - 0.050378937274217606, -0.013170584104955196, 0.08032047003507614, - -0.09449317306280136, 0.029940716922283173, 0.003938673529773951, - -0.008691399358212948, -0.001732407370582223, 0.05482342466711998, - -0.005215129349380732, 0.003395768580958247, 0.028226815164089203, - -0.018880225718021393, -0.026421530172228813, 0.04473847523331642, - -0.009260131977498531, 0.04130437597632408, -0.029607035219669342, - 0.045465558767318726, -0.023906638845801353, -0.03635871782898903, - -0.028862662613391876, -0.019282829016447067, -0.056214410811662674, - -0.07813481241464615, -0.06344877183437347, 0.0320713184773922, - -0.03694552555680275, 0.06364017724990845, 0.00019048702961299568, - -0.019604649394750595, 0.04478950798511505, -0.025358758866786957, - -0.06409881263971329, -0.06977274268865585, 0.11585592478513718, - 0.030878763645887375, 0.035135358572006226, 0.021270906552672386, - 0.09542623162269592, 0.09375744313001633, -0.02143089659512043, 0.02628166228532791, - -0.013604522682726383, 0.07253991812467575, 0.035573575645685196, - 0.0016474376898258924, -0.014124331995844841, 0.005985516123473644, - 0.06591331958770752, -0.010616540908813477, 0.004035426769405603, - 0.02806682325899601, 0.058792777359485626, 0.016568785533308983, - 0.05173107236623764, -0.07075713574886322, 0.09685183316469193, 0.07179134339094162, - -0.06585172563791275, 0.04994640126824379, -0.015840958803892136, - -0.04829901084303856, 0.009874064475297928, 0.05240483209490776, - -0.004671468865126371, 0.0006117785233072937, -0.07643049955368042, - 0.023838380351662636, 0.02967933751642704, -0.013691446743905544, - 0.0034072953276336193, -0.04788811877369881, -0.09199120104312897, - -0.01649499125778675, 0.0018583274213597178, -0.0030888314358890057, - -0.06279842555522919, 0.03265818580985069, 0.03845299780368805, - -0.04816498979926109, 0.04182662442326546, 0.01838868297636509, 0.03798100724816322, - 0.04672400653362274, 0.0018700117943808436, 0.003044408280402422, - 0.014479287900030613, 0.03138507157564163, -0.0683109313249588, 0.02539833076298237, - -0.0690663531422615, -0.003063639858737588, -0.03536141663789749, - -0.05797966942191124, 0.05131840333342552, 0.023755589500069618, - 0.03989269211888313, 0.017700595781207085, 0.06646039336919785, -0.065426766872406, - 0.0027041062712669373, 0.05183479189872742, 0.029380977153778076, - -0.03896650671958923, -0.017503956332802773, 0.055860619992017746, - 0.010697112418711185, 0.016432633623480797, 0.001256778952665627, - -0.06360331922769547, 0.03522375226020813, 0.05525561049580574, 0.02795170433819294, - 0.02818983606994152, 0.029297837987542152, 0.022141631692647934, - 0.06852657347917557, -0.047255583107471466, -0.04388006031513214, - 0.06839203834533691, -0.02834504283964634, -0.02223259024322033, - 0.04766269400715828, 0.032357554882764816, -0.029217615723609924, - -0.00636317441239953, -0.0204214695841074, -0.045106276869773865, - -0.06718113273382187, 0.04565049335360527, -0.04448538273572922, - 0.061420634388923645, 0.021558478474617004, 0.027740558609366417, - 0.009533138014376163, 0.042332205921411514, 0.013922537676990032, - 0.044005509465932846, 0.0713113397359848, 0.03592584654688835, - -0.013218646869063377, -0.05548017844557762, -0.05947002395987511, - -0.05968374013900757, 0.10936975479125977, -0.009397035464644432, - 0.05455629900097847, 0.020697202533483505, 0.04618282988667488, - -0.046036455780267715, 0.07174735516309738, -0.01917286217212677 - ], - [ - 0.0317801907658577, 0.04168921709060669, -0.05434786155819893, -0.04159410297870636, - 0.02394581027328968, -0.004655424505472183, 0.03910776600241661, - 0.01602056249976158, -0.011659521609544754, 0.050180744379758835, - -0.05078073963522911, 0.030209466814994812, -0.019688772037625313, - 0.09657156467437744, 0.005302618257701397, 0.052034858614206314, - 0.01172449067234993, -0.13820500671863556, 0.022483505308628082, - -0.005889739375561476, -0.008390503004193306, 0.020496606826782227, - 0.06753990799188614, -0.045268215239048004, -0.019372418522834778, - 0.04816117137670517, -0.08063189685344696, 0.02502199076116085, - -0.021654946729540825, 0.07687374204397202, -0.0662170946598053, - 0.013652989640831947, -0.03547462821006775, 0.0030936638358980417, - -0.05350898206233978, 0.06784902513027191, 0.0004057283513247967, - -0.05864110589027405, -0.00031404008041135967, 0.009016173891723156, - 0.058686140924692154, 0.04578970745205879, 0.05246157944202423, 0.09481019526720047, - 0.06198730692267418, 0.0052928803488612175, -0.06829433143138885, - 0.043278347700834274, -4.69243350380566e-5, 0.010261252522468567, - -0.031535737216472626, -0.012388598173856735, -0.04258916154503822, - -0.0650261715054512, 0.090965136885643, 0.081381656229496, 0.020091254264116287, - -0.0029240876901894808, 0.0554451085627079, -0.008285594172775745, - -0.04164738953113556, 0.02265394851565361, 0.021140774711966515, - 0.014584504067897797, 0.05608963966369629, -0.06721001863479614, - 0.01763310097157955, -0.033982016146183014, -0.0014607986668124795, - -0.01872340403497219, 0.05092768743634224, 0.014150621369481087, - -0.043270014226436615, -0.023768240585923195, -0.0586085319519043, - -0.054775986820459366, 0.04867104813456535, -0.04899515584111214, - 0.0016259297262877226, -0.02280435897409916, 0.0704270601272583, - -0.018574070185422897, 0.05678488686680794, 0.05610061064362526, - -0.0763678178191185, -0.015178650617599487, 0.04693945124745369, - -0.0061044939793646336, 0.0032319342717528343, 0.026293855160474777, - 0.04039144888520241, -0.0020013698376715183, 0.016135936602950096, - 0.04917621240019798, 0.02886916883289814, -0.04684931039810181, - 0.042498692870140076, -0.08811359107494354, 0.003273971378803253, - -0.0021512354724109173, -0.021150967106223106, -0.03412188962101936, - -0.1115940660238266, -0.13470204174518585, -0.06048126518726349, - 0.011432838626205921, -0.07429160177707672, -0.0012491050874814391, - -0.01738065481185913, -0.03758109360933304, -0.021083800122141838, - 0.04397815465927124, -0.04295293241739273, -0.02507537603378296, - -0.015483851544559002, -0.018044227734208107, -0.03675723075866699, - -0.0013279145350679755, 0.04055199399590492, -0.0714213028550148, - 0.036146778613328934, -0.06437861174345016, -0.006153006572276354, - -0.011526565067470074, 0.042451661080121994, -0.02721618302166462, - 0.00972724799066782, 0.0038391442503780127, -0.04300016909837723, - -0.008496616967022419, -0.016277926042675972, -0.0038395735900849104, - -0.026586759835481644, 0.004246866796165705, 0.03748682141304016, - 0.02639627270400524, -0.04160730540752411, -0.019570451229810715, - -0.02958853915333748, 0.03348733112215996, -0.00560100469738245, - -0.054945237934589386, 0.01706383377313614, -0.026738015934824944, - 0.01879488117992878, 0.1162344366312027, 0.003302191151306033, 0.0885724201798439, - -0.09223955869674683, 0.008063046261668205, -0.029495660215616226, - 0.024858102202415466, -0.008441351354122162, 0.08302852511405945, - -0.01800595596432686, -0.049448542296886444, 0.0332120880484581, - -0.08657423406839371, -0.0640624612569809, -0.08652764558792114, - -0.09980318695306778, 0.0011277315206825733, 0.10808315128087997, - 0.004692029673606157, 0.06934359669685364, -0.00840805098414421, - -0.14280198514461517, 0.033995963633060455, -0.0009297844371758401, - 0.052228379994630814, -0.052046939730644226, 0.04700194299221039, - 0.028909076005220413, -0.08140261471271515, -0.040454424917697906, - 0.012139122001826763, 0.03910122439265251, 0.030671820044517517, - -0.060312483459711075, -0.0698825865983963, 0.007628855295479298, - 0.08470786362886429, 0.04588095843791962, 0.08371444791555405, 0.006636129226535559, - -0.009998535737395287, -0.04276159405708313, 0.005309708882123232, - 0.02589956857264042, -0.03794650360941887, -0.025718579068779945, - 0.06452484428882599, 0.08553602546453476, 0.04205407574772835, - -1.7028334696078673e-5, 0.05960969626903534, 0.0036606374196708202, - -0.050897933542728424, 0.0026186213362962008, 0.010013551451265812, - -0.0349348820745945, -0.04145444929599762, 0.012521468102931976, - -0.02372058853507042, -0.037603504955768585, 0.058602187782526016, - -0.056371934711933136, -0.049658194184303284, 0.05624661594629288, - 0.011317395605146885, 0.027020124718546867, -0.0055922335013747215, - -0.09591895341873169, 0.04922357574105263, 0.004198720678687096, - -0.011341065168380737, -0.013886144384741783, -0.04811479523777962, - -0.03912770375609398, 0.05580410361289978, 0.01918279007077217, - 0.042260244488716125, 0.03575786203145981, 0.011823943816125393, - -0.010984878987073898, 0.011658393777906895, 0.006008840166032314, - -0.0208663921803236, 0.03486774489283562, 0.006001908332109451, - -0.03799992799758911, -0.05104333534836769, -0.007609856780618429, - 0.047973912209272385, 0.0746348649263382, 0.07643118500709534, -0.06794235110282898, - 0.008447334170341492, -0.12660019099712372, 0.06433167308568954, - 0.036828525364398956, -0.024117933586239815, -0.042845219373703, - 0.01717972382903099, 0.033532947301864624, -0.004488917998969555, - 0.0028289202600717545, -0.07154867798089981, 0.044869448989629745, - 0.05920535698533058, 0.02790578454732895, -0.021668655797839165, - 0.028820492327213287, -0.0015646388055756688, 0.07478637993335724, - -0.1407826989889145, -0.0423554964363575, 0.017084434628486633, - -0.01722927764058113, 0.07557722926139832, 0.03155211731791496, - -0.08969103544950485, -0.035766083747148514, -0.000960907491389662, - -0.00973633024841547, 0.08799642324447632, -0.011975686997175217, - 0.08652395009994507, -0.0557221956551075, 0.026864562183618546, - -0.026478352025151253, 0.06344672292470932, 0.058283619582653046, - 0.036780890077352524, -0.013366004452109337, -0.023154795169830322, - 0.03559226915240288, -0.08374565094709396, -0.0431053563952446, 0.04770378768444061, - 0.09752662479877472, 0.03000650927424431, -0.03521851450204849, - -0.09827936440706253, 0.03223976120352745, -0.028017336502671242, - -0.027071326971054077, -0.022446291521191597, 0.10466928780078888, - 0.04059923067688942, -0.03711419925093651, 0.058249954134225845, - -0.03487017750740051, -0.04870627447962761, 0.06402984261512756, 0.0869571641087532, - -0.061290912330150604, 0.025256341323256493, -0.031147697940468788, - 0.08175888657569885, 0.030167652294039726, -0.040544573217630386, - -0.07873663306236267, 0.043644897639751434, 0.007334107533097267, - 0.022717131301760674, -0.02248917706310749, -0.052301108837127686, - -0.0001575887290528044, 0.012879098765552044, 0.028801845386624336, - -0.004273494705557823, -0.03590887784957886, -0.030933741480112076, - 0.043768636882305145, 0.016440020874142647, -0.0026080794632434845, - 0.08061466366052628, -0.027213599532842636, -0.026491554453969002, - -0.02797691337764263, 0.08768656104803085, -0.0656801089644432, - -0.08874794095754623, 0.06616193056106567, 0.05826381593942642, - -0.008522028103470802, 0.017990993335843086, 0.07237225770950317, - -0.04187237471342087, -0.1488305628299713, 0.0813610702753067, 0.02643308788537979, - 0.01408179011195898, 0.03561093285679817, -0.02527335099875927, - 0.009222437627613544, -0.031124653294682503, 0.004533220548182726, - 0.040596555918455124, 0.013604139909148216, 0.037084124982357025, - 0.025107506662607193, -0.03580557554960251, -0.014215655624866486, - 0.024832380935549736, 0.009173166006803513, 0.06257504969835281, - 0.01190671231597662, -0.08017479628324509, 0.09787844121456146, 0.06906856596469879, - 0.03324197977781296, 0.017118653282523155, -0.0027049609925597906, - 0.0004262686416041106, -0.006636080797761679, 0.011612765491008759, - 0.019716184586286545, -0.05478764325380325, -0.08060074597597122, - 0.06818484514951706, -0.06737829744815826, -0.004487496800720692, - 0.06578631699085236, 0.09753292798995972, 0.03501725196838379, 0.060639407485723495, - -0.0038314564153552055, -0.08026883751153946, -0.04897807911038399, - -0.025955533608794212, -0.08289504051208496, -0.013814355246722698, - 0.09094084799289703, -0.053619373589754105, -0.00582632701843977, - 0.020132876932621002, 0.07201328128576279, 0.016929777339100838, - 0.029468625783920288, -0.020681556314229965, -0.01833941973745823, - -0.04328319430351257 - ], - [ - -0.049994803965091705, 0.019871186465024948, -0.06542769074440002, - 0.06643184274435043, 0.05859487131237984, 0.016481854021549225, - -0.013571447692811489, 0.04707557335495949, -0.018126005306839943, - 0.0583031103014946, 0.017158260568976402, 0.007517591584473848, - -0.035873640328645706, -0.057069651782512665, -0.05523548275232315, - -0.02810121700167656, -0.015506482683122158, 0.06667983531951904, -0.06502715498209, - 0.045548658818006516, -0.032265424728393555, -0.02755945548415184, - -0.027905866503715515, -0.03958569094538689, 0.017268361523747444, - -0.03206291422247887, 0.03513505682349205, 0.008109651505947113, - -0.03887951001524925, -0.01592247188091278, 0.07450178265571594, - 0.054328229278326035, 0.01142769493162632, 0.00408896105363965, - 0.031491175293922424, -0.05260120704770088, -0.0003337160451337695, - -0.00945438351482153, -0.010170953348279, 0.0086787985637784, 0.08290527015924454, - -0.0010615340434014797, -0.0038098434451967478, -0.0017417707713320851, - -0.03904653713107109, 0.0033505531027913094, -0.031798988580703735, - -0.0007513820310123265, 0.013522675260901451, -0.02034677006304264, - -0.012120404280722141, 0.033552322536706924, 0.015086415223777294, - -0.015716135501861572, -0.07171894609928131, 0.013462304137647152, - -0.023838156834244728, -0.08667968213558197, -0.025763146579265594, - -8.95211414899677e-5, 0.013316537253558636, 0.03411731496453285, - 0.014535896480083466, -0.04561504349112511, -0.05160839855670929, - 0.006739580538123846, -0.011549176648259163, -0.042038582265377045, - -0.01257055252790451, 0.00757799856364727, -0.008609785698354244, - 0.004192552994936705, -0.03568827360868454, -0.020434362813830376, - -0.08499739319086075, -0.0009223597007803619, -0.02434377372264862, - 0.04288960248231888, -0.006351247895509005, -0.08603743463754654, - 0.07225152105093002, 0.004213130567222834, -0.05632435902953148, - -0.05994729325175285, 0.056521061807870865, -0.03196500614285469, - 0.03779841586947441, -0.02643936686217785, 0.005404680036008358, - 0.00514903012663126, 0.007925651967525482, 0.013995520770549774, - 0.01008411031216383, -0.06389107555150986, 0.021506674587726593, -0.031673364341259, - 0.055254701524972916, 0.0018868716433644295, -0.012709305621683598, - -0.0022862779442220926, -0.08355627208948135, -0.03296014294028282, - -0.0296096783131361, 0.02841002866625786, -0.0404142364859581, -0.11855324357748032, - 0.04111607372760773, 0.03642156720161438, 0.005814628209918737, 0.07639258354902267, - -0.04775547236204147, 0.033752113580703735, -0.06535707414150238, - 0.0006867091869935393, 0.039466626942157745, -0.048937827348709106, - 0.004390221554785967, -0.03986793011426926, -0.08719412237405777, - 0.0007298377458937466, -0.016325725242495537, 0.06024647504091263, - -0.02201264724135399, 0.016601916402578354, 0.013369509018957615, - -0.1128111481666565, 0.004502313677221537, 0.0324271023273468, -0.06220092251896858, - -0.004274442791938782, 0.011057514697313309, -0.022431939840316772, - -0.005435915198177099, 0.07730785757303238, -0.04297859966754913, - -0.01735650561749935, -0.004436347633600235, 0.011599686928093433, - -0.008783473633229733, -0.050869159400463104, -0.011971836909651756, - 0.05924296751618385, -0.03737012296915054, -0.000372191978385672, - 0.05961981043219566, 0.04110269993543625, 0.018978169187903404, - 0.030803237110376358, -0.014085915870964527, 0.011969884857535362, - -0.08145075291395187, -0.021020324900746346, -0.06008356437087059, - -0.012094508856534958, -0.0011201918823644519, 0.08043839037418365, - -0.07733993977308273, 0.008477967232465744, -0.0037793912924826145, - 0.040521398186683655, 0.02013590559363365, -0.0061903586611151695, - 0.018773719668388367, -0.01988946832716465, -0.07287147641181946, - 0.0006683640531264246, -0.026540793478488922, 0.06793951243162155, - 0.012751134112477303, -0.027900541201233864, 0.05620080232620239, - -0.042386941611766815, 0.07592574506998062, 0.018082955852150917, - 0.04955391585826874, 0.08624878525733948, -0.007567398250102997, - 0.052677128463983536, -0.022231897339224815, 0.05267353355884552, - -0.029595505446195602, 0.023745130747556686, -4.167149745626375e-5, - 0.02544228918850422, -0.034639257937669754, -0.03627153858542442, - -0.029071006923913956, 0.01654076762497425, -0.025053760036826134, - -0.06139771267771721, -0.06866231560707092, 0.008543425239622593, - -0.07521586120128632, -0.038513023406267166, 0.009512742049992085, - 0.02684014104306698, -0.011779996566474438, 0.01585831120610237, - -0.04815499112010002, 0.02768900617957115, 0.05045953392982483, - 0.026263168081641197, 0.007811456453055143, 0.07912649214267731, - 0.07185438275337219, 0.044825825840234756, 0.021193403750658035, - 0.02064436674118042, 0.09444070607423782, 0.017045509070158005, - -0.03440723940730095, 0.04516283795237541, 0.0583614781498909, 0.05045260861515999, - 0.05047224089503288, -0.005178338382393122, 0.09635888040065765, - 0.020830567926168442, -0.013449848629534245, -0.010661445558071136, - 0.034051891416311264, -0.0797729566693306, -0.018695751205086708, - -0.03797291964292526, -0.04035177454352379, 0.04171812906861305, - 0.02770811878144741, 0.05188009887933731, 0.05658102035522461, 0.04473493620753288, - 0.047119446098804474, 0.02364431694149971, 0.07757454365491867, - -0.0019470974802970886, 0.004881665110588074, -0.06859663873910904, - 0.06781399250030518, -0.012029590085148811, 0.037058450281620026, - -0.018315043300390244, 0.026912830770015717, -0.022394301369786263, - -0.04682756960391998, 0.04179616644978523, 0.03635251894593239, - 0.046619147062301636, -0.018354639410972595, 0.06269364804029465, - -0.0077723232097923756, -0.03107290156185627, 0.04808768630027771, - -0.009412657469511032, -0.05995596572756767, 0.03648751601576805, - -0.03263554349541664, 0.0034643628168851137, 0.009692221879959106, - 0.0022141316439956427, 0.00363724771887064, -0.0436200387775898, - 0.052406731992959976, -0.011479666456580162, 0.04194660112261772, - -0.02047477290034294, 0.06329579651355743, -0.02534441091120243, - -0.017592282965779305, -0.0035557798109948635, 0.04131632298231125, - -0.05356619879603386, 0.02993624471127987, -0.08829010277986526, - 0.08244974911212921, -0.01972721330821514, -0.05600092560052872, 0.0458110012114048, - 0.010254722088575363, 0.04895227774977684, 0.0031570768915116787, - -0.10526833683252335, -0.01760506071150303, -0.003128723707050085, - -0.030709639191627502, 0.0367797426879406, -0.019711801782250404, - 0.07313822209835052, -0.005816997494548559, 0.019557524472475052, - -0.006438898388296366, -0.026889977976679802, -0.02169952541589737, - -0.024097884073853493, -0.022790756076574326, 0.06457359343767166, - 0.04048019275069237, -0.02801571972668171, 0.05676828324794769, - 0.038897980004549026, 0.07839662581682205, -0.07615836709737778, - -0.0333385244011879, 0.03850885480642319, 0.013994074426591396, 0.07186058163642883, - -0.03525184094905853, -0.04817027226090431, -0.03787180408835411, - -0.006741666700690985, 0.01612555980682373, -0.02678857371211052, - -0.05233704298734665, -0.00458691269159317, -0.004767721518874168, - 0.027399223297834396, 0.025112122297286987, 0.022211425006389618, - 0.015219403430819511, -0.02868734672665596, 0.05435410514473915, - -0.022225920110940933, 0.0811745747923851, -0.03060276247560978, - 0.030060982331633568, -0.00524770375341177, 0.008797228336334229, - -0.025943517684936523, 0.007045146077871323, -0.07950814813375473, - -0.05334347113966942, -0.03640993684530258, 0.03250075876712799, - -0.009492629207670689, -0.007424032781273127, -0.051400378346443176, - -0.005030482076108456, 0.032505154609680176, -0.03533308580517769, - -0.052847720682621, 0.029263770207762718, 0.03778374195098877, - -0.020409954711794853, 0.011620080098509789, 0.11743447929620743, - 0.0005576348048634827, 0.071989044547081, 0.04712330922484398, - -0.035670261830091476, -0.04525654762983322, -0.047129254788160324, - -0.03338799625635147, 0.04055904969573021, -0.05554299056529999, - -0.02828071638941765, 0.01867479272186756, 0.022914526984095573, - -0.04971913993358612, -0.0034921711776405573, 0.0738304853439331, - -0.036846134811639786, 0.007627737242728472, -0.023215215653181076, - -0.06616231054067612, -0.004448015708476305, 0.045944735407829285, - -0.009525024332106113, -0.07073976844549179, -0.06585821509361267, - -0.02633417211472988, 0.017298221588134766, 0.01569080539047718, - -0.06412654370069504, 0.004868974443525076, 0.015437711030244827, - 0.00807760190218687, 0.021144157275557518, 0.042071450501680374, - 0.01850741170346737, 0.03791344538331032, -0.06498561054468155, - -0.05116264149546623, 0.059189021587371826, 0.04449041560292244, - 0.04097921773791313, -0.013894741423428059 - ], - [ - 0.008011283352971077, 0.02649148367345333, -0.01206922810524702, - -0.018376853317022324, -0.06593398004770279, -0.015700779855251312, - 0.023187197744846344, 0.00807900633662939, 0.003708331612870097, - 0.0013489825651049614, 0.0006877403939142823, 0.07333192229270935, - -0.055642761290073395, 0.08604247868061066, -0.029782790690660477, - -0.016562076285481453, 0.05347096920013428, -0.0560598187148571, 0.0576452873647213, - 0.0010470104170963168, 0.035092826932668686, -0.026716822758316994, - 0.07746635377407074, 0.009478263556957245, 0.06630218774080276, - 0.059853825718164444, -0.07627172023057938, 0.003717309795320034, - 0.06673300266265869, -0.005326913204044104, -0.004749755375087261, - -0.03873873129487038, -0.004538597073405981, -0.032925110310316086, - 0.027261456474661827, 0.03368544578552246, 0.006361483596265316, - -0.010809934698045254, 0.014329410158097744, -0.07522290199995041, - 0.03010277822613716, 0.026878681033849716, 0.04209824651479721, - -0.020783180370926857, -0.02988317795097828, -0.01298763882368803, - 0.023674141615629196, 0.026451904326677322, -0.0012727698776870966, - 0.02037566900253296, 0.024633662775158882, -0.03596087172627449, - -0.0007483686786144972, -0.04210888594388962, -0.02585422433912754, - 0.04945184290409088, -0.01648770645260811, -0.0189573522657156, 0.05598929896950722, - -0.015986360609531403, 0.03891410306096077, -0.06930941343307495, - -0.013693378306925297, -0.0005387883284129202, 0.07011622190475464, - 0.002527569653466344, 0.02831130102276802, 0.0958792194724083, - -0.024860475212335587, -0.02792494371533394, -0.04719405248761177, - 0.01955086924135685, 0.036255981773138046, -0.1300293207168579, - -0.03186914697289467, 0.03237316384911537, 0.03754061460494995, - -0.058331020176410675, -0.05142245069146156, 0.020247910171747208, - -0.07278254628181458, -0.03526259586215019, -0.015216784551739693, - -0.009313255548477173, -0.035791266709566116, -0.0014444956323131919, - 0.06709317862987518, -0.03154385834932327, -0.007609608583152294, - 0.013834260404109955, 0.04364892467856407, -0.03594658523797989, - -0.06362481415271759, -0.01339702121913433, 0.002353628631681204, - -0.04249829426407814, -0.05315643921494484, 0.011960647068917751, - 0.030037814751267433, -0.030202113091945648, 0.0006905145710334182, - 0.05879365652799606, 0.005425336305052042, -0.010540013201534748, - 0.06400752812623978, 0.05671488866209984, -0.016970567405223846, - -0.028973381966352463, 0.008716016076505184, 0.015388567931950092, - -0.02271568775177002, -0.03687473386526108, 0.02411781996488571, - 0.05765771120786667, -0.04329948127269745, -0.03559010848402977, - -0.019936664029955864, -0.08013761043548584, 0.009580873884260654, - -0.005217806436121464, -0.06084786728024483, 0.01362529955804348, - 0.01581302285194397, -0.013691646046936512, -0.01243850588798523, - 0.004710203502327204, -0.013845611363649368, -0.0476033054292202, - 0.040115632116794586, 0.006451210472732782, -0.009799744002521038, - -0.09053896367549896, 0.061852265149354935, -0.03442410007119179, - 0.005771680735051632, -0.05344580113887787, -0.015070307068526745, - 0.0719732940196991, -0.050018828362226486, 0.007077131886035204, - -0.020153116434812546, -0.10006827116012573, 0.032229144126176834, - 0.009426561184227467, 0.005697497632354498, 0.030240651220083237, - -0.06172904744744301, 0.09594465792179108, -0.08313998579978943, - 0.06382803618907928, -0.0471842996776104, 0.048520732671022415, 0.07915002107620239, - -0.05801629647612572, 0.0824289321899414, -0.02330690063536167, - 0.025876296684145927, 0.0017094339709728956, 0.008406375534832478, - -0.03354831039905548, -0.016619477421045303, 0.02800133265554905, - -0.01118383090943098, 0.0259347353130579, 0.057981960475444794, - -0.005678967572748661, 0.014485974796116352, 0.017733287066221237, - 0.04201668128371239, 0.043873924762010574, -0.002783318515866995, - 0.023672068491578102, -0.02639129012823105, -0.033377472311258316, - -0.025753645226359367, -0.024010032415390015, 0.0021602113265544176, - -0.03044203855097294, -0.04018307104706764, 0.013231237418949604, - -0.03389893099665642, 0.039327189326286316, 0.028018636628985405, - 0.05205200985074043, 0.05010943487286568, 0.04628658667206764, - -0.009947525337338448, -0.057280730456113815, -0.0020234063267707825, - 0.05586812272667885, 0.07701843976974487, -0.05306709185242653, - 0.034154970198869705, 0.03101910464465618, 0.006698904559016228, - 0.06175372377038002, -0.02560880221426487, -0.07758885622024536, - 0.05446799099445343, -0.06524312496185303, 0.026069650426506996, - -0.03920368105173111, 0.026397984474897385, -0.027753857895731926, - 0.016897806897759438, -0.03499097749590874, -0.016072159633040428, - -0.008609535172581673, -0.028729677200317383, 0.016392365097999573, - 0.036940768361091614, -0.009257067926228046, 0.005070167127996683, - -0.053725358098745346, -0.04352245107293129, 0.023421093821525574, - -0.06319517642259598, -0.09815595299005508, -0.07340133935213089, - -0.04121875390410423, 0.022115498781204224, -0.048838160932064056, - 0.0024021281860768795, 0.04885918274521828, 0.04659578949213028, - -0.06421153992414474, 0.03446675464510918, 0.05291001498699188, - -0.00912463665008545, -0.07052154839038849, 0.04618033766746521, - 0.013924738392233849, -0.04577590897679329, -0.022564100101590157, - -0.05025639757514, 0.05683056637644768, -0.013159850612282753, 0.018405618146061897, - -0.02866312488913536, 0.040480535477399826, 0.0629182979464531, - -4.6520122850779444e-5, 0.05666867271065712, -0.0743364542722702, - -0.012829114682972431, 0.049790069460868835, -0.041574135422706604, - 0.03532668575644493, -0.05348597466945648, 0.09489571303129196, - -0.11396680772304535, -0.050998590886592865, 0.005626033525913954, - 0.019264398142695427, -0.04391653463244438, 0.014450980350375175, - -0.06383363902568817, 0.0471874363720417, 0.05475323274731636, 0.07226864248514175, - -0.014973882585763931, 0.049988456070423126, 0.012987745925784111, - 0.01837417110800743, -0.009342135861515999, -0.09200025349855423, - 0.08024949580430984, 0.004073387011885643, 0.008494880050420761, - 0.07463903725147247, 0.014687890186905861, 0.06731394678354263, - -0.031983502209186554, 0.019426682963967323, -0.006315981969237328, - 0.012751479633152485, 0.04676525294780731, -0.04349593073129654, - -0.039729174226522446, 0.019167348742485046, 0.06277035176753998, 0.071368008852005, - -0.015058234333992004, 0.022949572652578354, -0.027059318497776985, - -0.019818859174847603, 0.008753988891839981, -0.03774691000580788, - 0.004698198288679123, 0.061485182493925095, 0.0173209048807621, - -0.013321999460458755, -0.08538541942834854, -0.02880234643816948, - 0.00688791461288929, 0.051341377198696136, -0.004468590021133423, - -0.00943769607692957, -0.07850594073534012, -0.021172968670725822, - 0.004782577510923147, -0.016548659652471542, 0.004576459527015686, - 0.016222411766648293, -0.0317336842417717, 0.06490293890237808, - 0.003695570630952716, -0.026225212961435318, -0.004108495078980923, - 0.050608087331056595, 0.022281216457486153, -0.029805012047290802, - -0.02341405116021633, -0.0028889398090541363, -0.010805151425302029, - 0.030482178553938866, 0.0010089389979839325, 0.018635161221027374, - -0.017156578600406647, -0.02744276262819767, 0.03359378129243851, - 0.007035518065094948, -0.025561388581991196, -0.06183706969022751, - 0.026043931022286415, 0.03958039730787277, -0.0017026810673996806, - 0.026212282478809357, 0.03828469291329384, -0.018973663449287415, - -0.024657871574163437, 0.0268165934830904, -0.0630454495549202, 0.03760833293199539, - -0.02358890324831009, -0.005372016225010157, 0.020733682438731194, - -0.012614010833203793, -0.033798541873693466, -0.009405800141394138, - 0.013742322102189064, 0.008783688768744469, -0.03405406326055527, - 0.0651986375451088, -0.02865949273109436, -0.013199331238865852, - 0.04340045154094696, 0.002041163155809045, 0.06584131717681885, - 0.0037259876262396574, -0.009349275380373001, 0.08389462530612946, - 0.002464667661115527, 0.035521481186151505, 0.020765487104654312, - -0.02441515401005745, 0.02855374477803707, 0.005814083851873875, - 0.022036325186491013, -0.043817248195409775, -0.02871011011302471, - 0.08806401491165161, -0.015302981249988079, -0.050261009484529495, - 0.07030855864286423, 0.10566478222608566, 0.03609883040189743, 0.015632541850209236, - -0.04507271945476532, 0.07643090188503265, -0.025671230629086494, - 0.10750919580459595, -0.056931935250759125, 0.016233637928962708, - 0.005346398800611496, -0.04416718706488609, -0.007298384327441454, - 0.0028874026611447334, 0.08954638242721558, 0.04543358087539673, - -0.05660879239439964, 0.047750379890203476, 0.03075335919857025, - -0.029437405988574028 - ], - [ - -0.010983302257955074, -0.05479465425014496, -0.010037967935204506, - -0.05451633408665657, 0.03895891085267067, -0.05555758997797966, - 0.024332091212272644, 0.08608066290616989, 0.01722591184079647, - 0.010275308974087238, 0.08084195107221603, 0.006917041260749102, - 0.04872467368841171, -0.07701274007558823, -0.039715588092803955, - -0.02464303933084011, 0.04698476940393448, -0.023979531601071358, - -0.0050244019366800785, -0.02923087775707245, -0.03341355919837952, - -0.05520487576723099, 0.02775607444345951, 0.03904286399483681, - 0.012535148300230503, 0.12293169647455215, 0.07200171053409576, - 0.016880175098776817, -0.05179033428430557, -0.049719516187906265, - 0.047026004642248154, -0.00632014125585556, 0.04841778427362442, - -0.03380961716175079, 0.09180393069982529, -0.10437540709972382, - -0.035794228315353394, 0.02194870263338089, -0.01900915428996086, - -0.015078006312251091, -0.04718617722392082, -0.014269035309553146, - 0.038593143224716187, 0.041370101273059845, 0.05009032413363457, - 0.008721351623535156, -0.036407873034477234, -0.021618975326418877, - 0.06500185281038284, 0.06744349002838135, 0.0070359897799789906, - 0.033933766186237335, -0.028619008138775826, -0.009172163903713226, - 0.02539573237299919, 0.033276304602622986, -0.09574726223945618, - 0.003517335979267955, 0.02115277200937271, 0.029727604240179062, - -0.006592576391994953, -0.011625859886407852, -0.009083537384867668, - 0.05406300723552704, -0.06675016134977341, 0.05880369246006012, - -0.11685764789581299, -0.03901197761297226, 0.06384718418121338, 0.0377923808991909, - -0.017497098073363304, 0.05592481419444084, -0.03435623273253441, - 0.03324684500694275, -0.0032253602985292673, -0.043986883014440536, - -0.08223766088485718, -0.05507536605000496, -0.028944896534085274, - -0.03872377425432205, -0.0026690999511629343, -0.06365399062633514, - -0.03837888687849045, -0.03457378223538399, 0.05471515282988548, 0.0660993680357933, - -0.004468827974051237, 0.0907503291964531, 0.042916566133499146, - 0.018704183399677277, 0.03991841897368431, -0.013623564504086971, - 0.001265529659576714, -0.027903934940695763, 0.01626255176961422, - 0.0028598669450730085, 0.001274133799597621, -0.04721657559275627, - -0.08791673928499222, 0.08611048758029938, 0.08878480643033981, - -0.049467653036117554, -0.025163233280181885, -0.0389234721660614, - 0.018679246306419373, 0.038255203515291214, -0.018240351229906082, - 0.01238167006522417, 0.08169563859701157, -0.05176180973649025, - -0.027723897248506546, 0.05844706669449806, 0.034294597804546356, - -0.07303515821695328, -0.04315716028213501, -0.037603650242090225, - 0.055937763303518295, 0.03951161727309227, -0.03216882050037384, - 0.05873481184244156, 0.01987176574766636, 0.05096433311700821, 0.025176536291837692, - -0.06651811301708221, 0.00966697372496128, -0.03354736417531967, - -0.05322801694273949, -0.00873575545847416, -0.02179495245218277, - 0.052759695798158646, 0.030637463554739952, 0.050071049481630325, - 0.002383202314376831, 0.023717043921351433, -0.028625328093767166, - 0.068935826420784, -0.04134273901581764, -0.009476911276578903, 0.08187780529260635, - -0.035813938826322556, 0.056017979979515076, 0.05625574290752411, - 0.09904787689447403, 0.01953928917646408, 0.053180865943431854, 0.03604106977581978, - 0.03540939837694168, -0.02919032797217369, 0.08403998613357544, - -0.10679232329130173, 0.06340055167675018, -0.030962133780121803, - 0.0028504962101578712, 0.07490140199661255, 0.016250932589173317, - -0.005182868335396051, -0.020900702103972435, -0.027396084740757942, - -0.06466756761074066, -0.05037088692188263, -0.05592605844140053, - 0.009301567450165749, -0.011884372681379318, 0.01535806618630886, - 0.022031402215361595, -0.05371880903840065, -0.09570875018835068, - -0.011672760359942913, 0.010682711377739906, -0.00902895163744688, - 0.023553648963570595, 0.01580640859901905, 0.0069716558791697025, - 0.06002699211239815, 0.017407411709427834, 0.02975641004741192, - 0.023654604330658913, -0.05262896418571472, -0.04219233989715576, - 0.021237710490822792, -0.10228849947452545, -0.04735640063881874, - -0.06282324343919754, -0.07631244510412216, -0.13225147128105164, - -0.009906594641506672, -0.024699604138731956, -0.012100862339138985, - -0.028007954359054565, 0.07296233624219894, -0.02422654628753662, - -0.0007210584590211511, -0.023313157260417938, 0.016199883073568344, - -0.05364853888750076, -0.012246444821357727, 0.08956922590732574, - -0.00017050592578016222, 0.021891765296459198, -0.029700763523578644, - 0.06715334951877594, -0.010107259266078472, -0.023352159187197685, - 0.04027711972594261, 0.01276693120598793, -0.00594722805544734, 0.08089731633663177, - -0.026734609156847, 0.06661906093358994, -0.05437374860048294, - -0.003509148955345154, 0.038531720638275146, 0.06462091207504272, - 0.08251000195741653, -0.011997559107840061, -0.034738458693027496, - 0.03707365319132805, 0.0719597116112709, -0.07217055559158325, -0.03180035576224327, - -0.01789000630378723, -0.03461621329188347, -0.010600462555885315, - -0.0007590894820168614, -0.0553988516330719, 0.07323941588401794, - -0.0588071346282959, 0.007980684749782085, 0.0038620494306087494, - 0.03267248719930649, 0.016755888238549232, 0.020948372781276703, - 0.031061146408319473, 0.03583178669214249, 0.079862579703331, 0.019505584612488747, - 0.018534177914261818, -0.03257787227630615, 0.08148130774497986, 0.0481887012720108, - -0.018925538286566734, 0.031478509306907654, -0.07621753215789795, - 0.05175093188881874, -0.10072047263383865, -0.03393178433179855, - -0.04768098145723343, 0.0125258294865489, -0.019280333071947098, - 0.04040174186229706, 0.03980729728937149, 0.01658598892390728, 0.01956021413207054, - -0.06828563660383224, -0.008052757009863853, 0.05544264242053032, - -0.019763562828302383, 0.03833296522498131, 0.008114107884466648, - -0.038201604038476944, 0.06951592862606049, -0.027991721406579018, - -0.03528871387243271, -0.06450822949409485, 0.028018422424793243, - 0.009834070689976215, -0.052117720246315, -0.03967579826712608, -0.0696503147482872, - 0.002623044652864337, -0.057738032191991806, -0.023862825706601143, - -0.05514833703637123, 0.03983631730079651, 0.041374072432518005, - -0.022262942045927048, -0.06749442219734192, -0.010950214229524136, - -0.035978808999061584, -0.022817453369498253, -0.05458655208349228, - -0.04856086149811745, -0.009082450531423092, 0.014443084597587585, - -0.06283677369356155, -0.025623423978686333, 0.02929551899433136, - -0.0699470266699791, 0.022378813475370407, -0.03964519873261452, - -0.035506002604961395, 0.010022752918303013, 0.023516785353422165, - -0.08133915066719055, -0.02146272175014019, -0.0437408909201622, - -0.006078820675611496, 0.035097017884254456, 0.004338525235652924, - -0.0006428092019632459, 0.04172518476843834, 0.09023046493530273, - 0.03237808495759964, 0.010747277177870274, 0.10533792525529861, 0.02996053919196129, - -0.040403928607702255, 0.08549746125936508, 0.06369203329086304, - -0.060152579098939896, -0.059317927807569504, -0.045017290860414505, - 0.019139599055051804, 0.047951847314834595, -0.07488692551851273, - 0.021809130907058716, 0.05517293140292168, 0.014196200296282768, - 0.03645436838269234, 0.018682066351175308, 0.0043378183618187904, - -0.006091318558901548, 0.03131280466914177, 0.09403236955404282, - -0.02727101743221283, -0.02100052870810032, -0.018393227830529213, - 0.0358724445104599, -0.048786040395498276, -0.08798155933618546, - 0.030422141775488853, -0.0829143077135086, 0.036575887352228165, - -0.08191309869289398, -0.05612954497337341, 0.01591053418815136, - -0.057751886546611786, -0.00261586788110435, 0.03310757130384445, - -0.08415475487709045, -0.025027068331837654, 0.05427680164575577, - 0.0027350669261068106, 0.028897030279040337, 0.12050150334835052, - 0.030348749831318855, -0.04411632567644119, -0.023804398253560066, - -0.0136819863691926, 0.025677304714918137, -0.07509062439203262, - -0.0792851373553276, -0.08922018110752106, -0.09372404962778091, - 0.01225715596228838, -0.014762726612389088, -0.012649213895201683, - -0.1027602106332779, -0.038590554147958755, 0.016888339072465897, - -0.04874426871538162, -0.022129379212856293, 0.057007089257240295, - -0.04703504219651222, -0.03152760490775108, -0.07897161692380905, - 0.0015787563752382994, -0.06431024521589279, 0.09011315554380417, - 0.030425412580370903, -0.05146811902523041, -0.047814060002565384, - -0.01622665487229824, 0.02381245046854019, 0.06822171062231064, - 0.013066376559436321, -0.04197443276643753, -0.0012551291147246957, - -0.04133966565132141, 0.00873245857656002, 0.015262899920344353, - -0.002441175514832139, -0.0366465225815773, 0.020790746435523033 - ], - [ - 0.008080950938165188, -0.006835390347987413, 0.015953142195940018, - 0.010150820948183537, 0.006427224725484848, 0.016078855842351913, - -0.0077012935653328896, -0.035102181136608124, -0.05515921860933304, - -0.04940776154398918, -0.041696541011333466, 0.020160194486379623, - -0.013954580761492252, 0.0786479189991951, 0.0004967510467395186, - -0.04822077602148056, -0.002199034672230482, 0.02868112176656723, - 0.0747382864356041, 0.03424855321645737, -0.039971958845853806, - -0.05053899437189102, -0.03231007978320122, 0.017978353425860405, - 0.029909741133451462, 0.0018114991253241897, 0.011244234628975391, - -0.020018309354782104, 0.018589740619063377, 0.0021873428486287594, - -0.0377860963344574, -0.003339678281918168, 0.022452957928180695, - 0.07806376367807388, 0.044398512691259384, -0.022733470425009727, - 0.03635631874203682, 0.01495288871228695, 0.04391074553132057, 0.03223147988319397, - 0.03974440321326256, -0.05367094278335571, 0.012465584091842175, - -0.04123765975236893, -0.06210712343454361, 0.12773826718330383, - 0.005547517444938421, 0.06461406499147415, 0.0010891976999118924, - -0.021737398579716682, 0.021155066788196564, -0.018994780257344246, - -0.06036180257797241, -0.02308155596256256, -0.04004283621907234, - 0.11855988204479218, 0.06507660448551178, -0.009354574605822563, 0.1150914803147316, - -0.040240347385406494, 0.0571015402674675, 0.010176009498536587, - -0.10067438334226608, -0.024881413206458092, -0.025417596101760864, - -0.044197797775268555, -0.02601407840847969, 0.05699864402413368, - 0.025152089074254036, -0.06677272915840149, 0.054277725517749786, - 0.0848478153347969, 0.04884551092982292, -0.02260606922209263, - 0.0030480658169835806, 0.04892648383975029, 0.10275572538375854, - -0.02549433521926403, -0.0360807441174984, 0.007914865389466286, - -0.02903231605887413, 0.0691109299659729, -0.061147551983594894, - 0.036575138568878174, 0.07604584097862244, 0.06503184884786606, - -0.01273305993527174, -0.027920356020331383, 0.006419829558581114, - 0.015616831369698048, -0.004687845706939697, -0.00952097773551941, - -0.080587238073349, 0.03478361293673515, -0.07113947719335556, 0.023481186479330063, - -0.02192368172109127, 0.06399528682231903, -0.03608526289463043, - -0.02167925238609314, -0.0035491082817316055, -0.027175256982445717, - 0.04325643554329872, 0.010379498824477196, 0.045485176146030426, - 0.06756263226270676, 0.05836537107825279, -0.030237898230552673, - 0.05270097032189369, -0.01531270332634449, 0.01493921224027872, - -0.10563244670629501, 0.05802932009100914, -0.0043529365211725235, - -0.04770589619874954, -0.023159634321928024, -0.010940349660813808, - 0.03086872026324272, 0.004937749356031418, -0.010696791112422943, - -0.02274460718035698, 0.028590304777026176, -0.03253091499209404, - 0.021354667842388153, 0.05850866809487343, -0.02747405134141445, - -0.09271155297756195, -0.0339503176510334, 0.049909558147192, 0.013211540877819061, - 0.007568595930933952, 0.007636066060513258, 0.0012569024693220854, - -0.05822155624628067, 0.06701257824897766, -0.08877616375684738, - -0.0019830481614917517, 0.03587019816040993, -0.06870289146900177, - 0.00379630783572793, -0.0744934007525444, -0.022672418504953384, - -0.01819610595703125, -0.02327265404164791, 0.009192095138132572, - -0.027299927547574043, -0.05364232882857323, -0.008579426445066929, - -0.013502893969416618, 0.04850487411022186, -0.0059041487984359264, - -0.0025812687817960978, 0.055149272084236145, -0.03307129442691803, - -0.018799247220158577, -0.05562899634242058, 0.0030777256470173597, - -0.007723173126578331, 0.05004510655999184, 0.051061589270830154, - -0.09516053646802902, 0.10177824646234512, 0.0036952916998416185, - 0.05705765634775162, 0.018721194937825203, -0.04856833815574646, - 0.029194796457886696, -0.03165820986032486, -0.02318650297820568, - 0.03716862574219704, 0.06493371725082397, 0.01828376017510891, - -0.040370773524045944, 0.0037326551973819733, 0.03950212523341179, - 0.009435378946363926, -0.01778217777609825, -0.0013643610291182995, - 0.03857384994626045, -0.027421219274401665, 0.04454050213098526, - 0.057943664491176605, 0.049895498901605606, 0.022356435656547546, - 0.0029854043386876583, -0.022868720814585686, 5.3761476010549814e-5, - 0.01801586151123047, -0.03174262121319771, 0.06454125791788101, - 0.028983984142541885, -0.02590569108724594, 0.08293246477842331, - 0.06515946239233017, -0.013401604257524014, 0.07745537161827087, - -0.03214690089225769, -0.07024408876895905, 0.0866585373878479, - -0.009304341860115528, -0.013529122807085514, -0.08101078122854233, - 0.02157599851489067, -0.0271706935018301, -0.0016533811576664448, - -0.040697064250707626, 0.022938594222068787, -0.01063744816929102, - -0.02776191011071205, 0.0844864770770073, 0.035758569836616516, - 0.057247962802648544, -0.017238611355423927, -0.030552590265870094, - -0.04346173256635666, 0.027431204915046692, -0.044057466089725494, - -0.06432691961526871, -0.06921503692865372, 0.04207185283303261, - 0.05554521456360817, -0.017436861991882324, -0.020809495821595192, - 0.0011544539593160152, 0.012658150866627693, 0.013715274631977081, - 0.0747530460357666, 0.04753267765045166, -0.0375816784799099, -0.015801815316081047, - 0.020668862387537956, -0.009562273509800434, -0.0366005040705204, - 0.09156613796949387, 0.03683393448591232, -0.019001701846718788, - 0.03029082901775837, 0.05242065340280533, 0.014103516936302185, - -0.017584441229701042, 0.05794418603181839, 0.04304412007331848, - 0.06721141189336777, -0.03448380157351494, -0.08548574894666672, - 0.06896209716796875, 0.005427890922874212, 0.019947031512856483, - -0.01583869569003582, 0.059809230268001556, -0.06453385204076767, - -0.008891220204532146, -0.0474080964922905, 0.043731652200222015, - 0.01637616567313671, -0.05467141419649124, -0.024021485820412636, - 0.008422688581049442, 0.08911845833063126, 0.07977639138698578, - -0.10632111132144928, 0.011161665432155132, 0.04013638570904732, - 0.03056173026561737, -0.07283786684274673, -0.1031804084777832, 0.07513831555843353, - 0.031281549483537674, 0.06511969119310379, 0.041540589183568954, - 0.03361599147319794, 0.04339415580034256, 0.019422532990574837, - -0.00846228376030922, 0.009666853584349155, 0.05653587728738785, - -0.05750901624560356, 0.017788004130125046, 0.02449452318251133, - 0.07992766052484512, 0.021159915253520012, 0.06246509775519371, - -0.04438912495970726, -0.003318929811939597, -0.008264118805527687, - 0.04587460309267044, 0.01808694191277027, -0.010197660885751247, - 0.052303846925497055, 0.11895536631345749, -0.041796810925006866, - 0.058600470423698425, -0.007909166626632214, -0.04918937385082245, - 0.061529599130153656, 0.046939752995967865, 0.04926718398928642, 0.104954794049263, - -0.02902766689658165, 0.047883450984954834, 0.09783899039030075, - -0.05656513571739197, 0.024207906797528267, 0.005638171918690205, - -0.024556100368499756, -0.07287564873695374, 0.02379380539059639, - -0.04362630844116211, -0.03580082580447197, 0.024228911846876144, - -0.03476826846599579, -0.04898587241768837, -0.042960938066244125, - -0.07400298863649368, 0.04208511486649513, 0.015754656866192818, - 0.016689015552401543, 0.026972539722919464, -0.033241793513298035, - 0.0029727190267294645, 0.06147879362106323, 0.027324656024575233, - -0.01491969358175993, -0.059049271047115326, -0.03660939261317253, - 0.0522083081305027, 0.07717326283454895, 0.022024329751729965, 0.011715307831764221, - 0.06022395193576813, 0.07701820135116577, 0.006592892576009035, 0.01853998377919197, - 0.005861835088580847, -0.011086615733802319, -0.04998911917209625, - -0.026917003095149994, 0.017232369631528854, -0.0009980020113289356, - -0.05428679287433624, -0.017312021926045418, -0.04716105759143829, - 0.004493800923228264, 0.022097887471318245, -0.0659438818693161, - -0.010357082821428776, 0.034180574119091034, 0.03701746091246605, - 0.013617068529129028, 0.015986638143658638, 0.0723986029624939, - -0.02192005142569542, -0.009546332061290741, 0.06398625671863556, - -0.0201596487313509, -0.024067126214504242, -0.036651745438575745, - -0.03307313472032547, 0.009929271414875984, -0.134237602353096, - -0.026671236380934715, 0.06771758198738098, -0.039518848061561584, - -0.026807155460119247, 0.024927981197834015, 0.04482853040099144, - 0.05447288230061531, -0.03164980933070183, -0.002356750424951315, - 0.025339553132653236, 0.044102009385824203, 0.03883702680468559, - -0.06716591119766235, -0.015264693647623062, 0.00910097360610962, - 0.020058700814843178, 0.005165792070329189, -0.07454312592744827, - 0.004871429409831762, -0.008497553877532482, -0.052393656224012375, - -0.05278036370873451, 0.096108078956604, 0.018977466970682144 - ], - [ - -0.004419028293341398, 0.050864119082689285, 0.059936776757240295, - -0.1086919903755188, -0.04631216824054718, 0.04162107780575752, 0.05497784540057182, - -0.005088675767183304, -0.02818182110786438, -0.007826236076653004, - 0.05665105581283569, 0.037793319672346115, 0.0047409506514668465, - 0.09111950546503067, 0.02110777050256729, -0.01486812625080347, - -0.04024549201130867, 0.061797935515642166, 0.06587659567594528, - -0.05051581189036369, 0.004797896835952997, -0.026369385421276093, - -0.011410756967961788, 0.013387119397521019, 0.09276141226291656, - -0.022674746811389923, 0.01577085815370083, 0.019190920516848564, - 0.019402429461479187, -0.00229253969155252, -0.055934615433216095, 0.072021484375, - -0.06449393928050995, 0.0358152911067009, -0.06824996322393417, 0.03013404831290245, - -0.0016866832738742232, -0.048426251858472824, 0.1144055649638176, - 0.011823738925158978, -0.019875504076480865, -0.046136777848005295, - -0.01091379951685667, -0.04130032658576965, -0.00943346880376339, - 0.07889198511838913, -0.04114831984043121, 0.09086025506258011, - -0.07528208196163177, 0.02342749945819378, -0.006908139679580927, - -0.015934575349092484, -0.0801275447010994, 0.02652004174888134, - -0.044465601444244385, 0.027163637802004814, 0.015304903499782085, - -0.09322357922792435, 0.14227934181690216, 0.012585950084030628, - -0.03449884057044983, 0.0391450934112072, -0.04827050864696503, 0.08412989228963852, - 0.010328283533453941, 0.008250757120549679, -0.052462052553892136, - 0.028698036447167397, -0.008021981455385685, 0.011052328161895275, - 0.014573014341294765, -0.045823339372873306, 0.10618671029806137, - -0.032407522201538086, 0.01023053377866745, -0.006745632272213697, - 0.044123221188783646, -0.0006467258790507913, 0.011095409281551838, - 0.0599762424826622, -0.031255465000867844, -0.06504027545452118, - 0.06896202266216278, 0.11793891340494156, -0.04782135784626007, - 0.036949507892131805, -0.06850679963827133, 0.0018518855795264244, - -0.009453779086470604, -0.012064535170793533, 0.026372281834483147, - 0.009868279099464417, -0.01747087389230728, 0.05482950434088707, - -0.06525195389986038, -0.019869878888130188, -0.04192674532532692, - 0.050309717655181885, 0.05608636140823364, -0.060240499675273895, - -0.036472249776124954, 0.08674006909132004, 0.004894360434263945, - -0.029315967112779617, 0.12824192643165588, 0.00853179581463337, - 0.000462356983916834, -0.09318222105503082, -0.023921769112348557, - -0.04530801996588707, 0.12616702914237976, -0.05932415649294853, - 0.062237244099378586, -0.011854883283376694, 0.06813258677721024, - 0.06559564173221588, -0.028724128380417824, 0.03429548814892769, - -0.11807232350111008, -0.03289613872766495, 0.04798392951488495, - 0.07920654118061066, 0.09182952344417572, 0.063939169049263, 0.05759737268090248, - -0.03830578923225403, 0.030619129538536072, -0.010331113822758198, - -0.06544308364391327, -0.03659506514668465, 0.008393583819270134, - -0.021999351680278778, -0.043307941406965256, 0.022701798006892204, - 0.03128504008054733, 0.12858356535434723, -0.021820617839694023, - -0.009335698559880257, 0.0332283079624176, 0.03558054193854332, - 0.028359223157167435, 0.009069424122571945, -0.08274950832128525, - 0.10791479051113129, -0.01072710007429123, -0.0748709887266159, - 0.020610176026821136, -0.021055126562714577, 0.09440971910953522, - -0.045364007353782654, -0.021847069263458252, 0.036287710070610046, - 0.02480476349592209, -0.021976135671138763, -0.04595328867435455, - 0.027764534577727318, 0.05029696971178055, 0.04614752531051636, - -0.11421240121126175, -0.03783904016017914, 0.09050191193819046, - 0.053310733288526535, -0.016648482531309128, -0.06089074909687042, - 0.07286330312490463, -0.046337954699993134, 0.1050916537642479, - 0.059752851724624634, -0.031653471291065216, 0.048393115401268005, - -0.02197943814098835, 0.04099258780479431, 0.0008711899863556027, - 0.04752272367477417, -0.04008203744888306, 0.02580680325627327, - -0.024680159986019135, 0.07093220204114914, 0.017387375235557556, - 0.028659753501415253, -0.0020811380818486214, 0.030142150819301605, - 0.05812133476138115, 0.0879908874630928, -0.07408320158720016, 0.06431271880865097, - 0.003047913545742631, 0.01881788857281208, 0.006114221643656492, - 0.09642081707715988, 0.024050720036029816, 0.02003980427980423, 0.01736789010465145, - 0.06748119741678238, -0.016551468521356583, 0.06664349883794785, - -0.09387093037366867, -0.05780063942074776, 0.014564957469701767, - -0.008588111959397793, -0.049199339002370834, -0.06303442269563675, - -0.03283382207155228, -0.10717761516571045, -0.06556712836027145, - 0.08074254542589188, -0.02786247804760933, -0.003423834452405572, - -0.03891589865088463, 0.1018398329615593, 0.05946939438581467, 0.03693807125091553, - -0.06972739100456238, -0.037206970155239105, 0.007646821439266205, - -0.04033202677965164, -0.11298515647649765, 0.0228517334908247, 0.08154810220003128, - -0.07346460968255997, 7.652829663129523e-5, 0.025887882336974144, - -0.028748255223035812, -0.0161345973610878, 0.08419940620660782, - -0.09282152354717255, 0.0758199542760849, 0.09294772893190384, - -0.058410149067640305, -0.10783988237380981, -0.021466536447405815, - -0.039205171167850494, 0.008281403221189976, -0.031017610803246498, - -0.07190844416618347, 0.05473017320036888, -0.03328116983175278, - -0.14580483734607697, 0.015053489245474339, 0.01197288278490305, - 0.004452244378626347, -0.023659927770495415, 0.033342450857162476, - -0.002482142997905612, 0.03570498153567314, -0.07520168274641037, - -0.05366053059697151, -0.05979956313967705, 0.08754360675811768, - -0.03966726362705231, -0.026101401075720787, 0.013822286389768124, - -0.08133473992347717, 0.00040617858758196235, -0.006770528387278318, - 0.010549641214311123, -0.018471334129571915, -0.0628652572631836, - -0.05949674919247627, -0.04001949355006218, 0.03554851561784744, - 0.03425630182027817, 0.01684722490608692, 0.005050770007073879, - 0.025676561519503593, -0.05882353335618973, 0.035995420068502426, - 0.035376980900764465, -0.02275838702917099, 0.000429699633968994, - -0.047206055372953415, -0.02874881587922573, 0.008358472026884556, - 0.08126221597194672, 0.030536282807588577, 0.019074978306889534, - 0.05315055698156357, -0.06223200261592865, -0.02085244655609131, - 0.06550624966621399, -0.03378172963857651, 0.09591833502054214, 0.09278562664985657, - -0.10922450572252274, 0.1249610185623169, -0.031309761106967926, - 0.05097825080156326, -0.034868545830249786, -0.06907603144645691, - 0.07176091521978378, -0.030343757942318916, 0.05187717080116272, - -0.022201117128133774, 0.03818304464221001, 0.060565926134586334, - -0.0857195109128952, 0.022728128358721733, -0.013247137889266014, - 0.03786349669098854, 0.003336201887577772, 0.08370427787303925, -0.0613802932202816, - 0.015222630463540554, -0.04114612191915512, -0.02302570827305317, - -0.04199754819273949, 0.016528358682990074, 0.010584091767668724, - 0.03427596390247345, -0.026411784812808037, 0.007926808670163155, - -0.06286295503377914, -0.015956807881593704, -0.040942221879959106, - 0.09167221188545227, 0.02620907872915268, 0.06773374229669571, -0.07592742890119553, - -0.03340175747871399, 0.016252871602773666, 0.07263316214084625, - -0.03358018025755882, 0.0005692690028809011, 0.0039820182137191296, - -0.04695948585867882, 0.004461284261196852, 0.02105551026761532, - -0.042544007301330566, -0.04301890730857849, 0.006662862841039896, - 0.025288011878728867, 0.030378689989447594, 0.038528021425008774, - -0.0036616595461964607, -0.12614083290100098, -0.01632985658943653, - -0.002194182015955448, -0.0971866101026535, -0.008236028254032135, - -0.003787512658163905, 0.004299010615795851, -0.0614439882338047, - -0.016616811975836754, -0.007183217443525791, -0.06419239193201065, - 0.025597773492336273, 0.029685350134968758, -0.14649467170238495, - 0.012114044278860092, 0.06095876917243004, -0.06471341848373413, - 0.039858147501945496, -0.03729144111275673, -0.046692684292793274, - 0.06605137139558792, -0.08402565121650696, 0.05130681395530701, - -0.044722188264131546, -0.07048424333333969, -0.06067052111029625, - -0.010471053421497345, -0.13818895816802979, 0.01790083572268486, - -0.024198727682232857, 0.018897389993071556, -0.01459095161408186, - 0.11701828986406326, 0.0007446579984389246, 0.03975262865424156, - 0.01840546354651451, 0.002842239337041974, -0.0058323172852396965, - 0.017315547913312912, -0.006523554213345051, -0.011623253114521503, - -0.030029172077775, 0.015320174396038055, -0.0168149471282959, 0.008912269957363605, - -0.017716040834784508, 0.049211956560611725, -0.019840169697999954, - 0.04327310994267464, 0.003593066008761525 - ], - [ - 0.035993754863739014, 0.039751190692186356, -0.06601633876562119, - -0.030801670625805855, -0.04323377087712288, -0.020818183198571205, - -0.022617723792791367, 0.056001193821430206, 0.04554884508252144, - 0.12664879858493805, -0.004201082978397608, 0.032138973474502563, - -0.05045601725578308, 0.09347078204154968, 0.04093440994620323, - 0.012122943997383118, 0.05765189230442047, -0.07419571280479431, - 0.027922440320253372, 0.03236241638660431, 0.0337873250246048, 0.06368470191955566, - 0.06199021637439728, 0.06583632528781891, 0.052323274314403534, - -0.012343890964984894, 0.04905277490615845, -0.038040537387132645, - 0.03971203789114952, 0.03674774989485741, -0.020408395677804947, - -0.030645553022623062, -0.03786105662584305, 0.027551352977752686, - -0.030590845271945, 0.05506780743598938, 0.11462897062301636, -0.09942859411239624, - -0.03290855139493942, -0.037766363471746445, -0.06158283352851868, - -0.029994556680321693, 0.06463529169559479, 0.09438178688287735, - -0.06194077804684639, 0.0342213474214077, -0.02307562530040741, 0.10874821245670319, - 0.0388784296810627, 0.006446217652410269, 0.06717195361852646, - -0.060913681983947754, -0.05881741642951965, 0.08985482156276703, - 0.0012572812847793102, 0.04754772409796715, 0.006849819794297218, - -0.014897746965289116, 0.027687761932611465, -0.07839174568653107, - -0.0015698448987677693, -0.006548423320055008, -0.04937668517231941, - -0.03026355616748333, 0.0018603975186124444, 0.031157420948147774, - -0.0732433944940567, 0.07790224254131317, 0.03202497959136963, -0.12340443581342697, - 0.002418382791802287, -0.018031280487775803, -0.00329958600923419, - 0.0760054886341095, -0.0009252853342331946, -0.013302515260875225, - 0.07588385045528412, 0.0012833359651267529, -0.02646259404718876, - 0.03499448299407959, -0.009406628087162971, 0.007581177167594433, - 0.0783851146697998, 0.0358252078294754, 0.11933402717113495, -0.018142227083444595, - 0.11658152937889099, 0.06610437482595444, -0.020556006580591202, - -0.0463595911860466, 0.004306303337216377, 0.08318086713552475, - 0.043099094182252884, 0.01222230400890112, -0.11258761584758759, - -0.07055419683456421, -0.12258530408143997, -0.020750805735588074, - -0.03115312196314335, -0.020246291533112526, -0.02842925488948822, - -0.07631506770849228, 0.007977276109158993, 0.004050398711115122, - -0.014501811005175114, -0.018127383664250374, -0.02050839550793171, - 0.005468876101076603, 0.08364413678646088, -0.012079165317118168, - 0.02697252482175827, -0.038229990750551224, -0.08566908538341522, - 0.1585370898246765, 0.05517550930380821, -0.03888128697872162, 0.06435394287109375, - 0.01980992779135704, 0.09019201248884201, -0.0122830830514431, -0.03286760300397873, - -0.007303906604647636, -0.0815698653459549, -0.10664449632167816, - 0.014061043970286846, -0.0747389867901802, -0.031007710844278336, - -0.0018993935082107782, 0.026190726086497307, -0.007429905701428652, - 0.049044884741306305, 0.004223584197461605, 0.0674959048628807, - -0.006225639954209328, 0.02787693589925766, 0.05129055678844452, - -0.0027111617382615805, 0.04345487058162689, 0.05695129930973053, - 0.03527219966053963, 0.029868580400943756, -0.053736936300992966, - 0.0425291433930397, 0.043437790125608444, -0.015055280178785324, - -0.00012198358308523893, 0.027338430285453796, 0.09562824666500092, - 0.008903048932552338, -0.04295749217271805, -0.006987474858760834, - 0.09560827165842056, 0.03272828087210655, -0.025091303512454033, - 0.003404227551072836, 0.023655010387301445, 0.07691943645477295, - -0.08290602266788483, 0.07503074407577515, -0.0025168333668261766, - -0.02293781004846096, -0.06154827028512955, 0.060560423880815506, - -0.018856549635529518, 0.019774233922362328, 0.026788389310240746, - -0.07254186272621155, -0.05251915752887726, 0.03933723643422127, - -0.0692550465464592, -0.010024246759712696, 0.02801443077623844, - 0.07134118676185608, 0.018588272854685783, -0.012520012445747852, - -0.07499662041664124, 0.03006603941321373, -0.05050676316022873, - -0.07057706266641617, -0.08020908385515213, -0.10343579947948456, - 0.008049378171563148, 0.026379728689789772, 0.05181961506605148, - -0.07216902077198029, -0.023259589448571205, 0.007661882322281599, - -0.02715783379971981, -0.06005627289414406, 0.04730130732059479, - 0.005098829977214336, 0.03547412157058716, 0.014135775156319141, - 0.04434921592473984, 0.04834173619747162, 0.028365354984998703, - -0.05683966726064682, -0.07582173496484756, 0.08725605905056, -0.025885095819830894, - -0.009034886956214905, 0.027879703789949417, -0.08815435320138931, - 0.05597309023141861, -0.08712685108184814, 0.03797316923737526, -0.0748736634850502, - 0.06002800911664963, -0.016323896124958992, -0.039640944451093674, - 0.019610146060585976, 0.025738457217812538, -0.047442350536584854, - -0.09766193479299545, 0.0024921316653490067, 0.09874860942363739, - -0.01302359253168106, -0.048066526651382446, -0.07376690208911896, - -0.0865442231297493, -0.06254114955663681, -0.011782614514231682, - -0.030887501314282417, 0.043625812977552414, -0.017955517396330833, - -0.07243702560663223, 0.009439457207918167, -0.0141532514244318, - -0.07054303586483002, -0.06879626214504242, -0.020777510479092598, - -0.08800327032804489, 0.035940203815698624, 0.11409524083137512, - 0.0015543292975053191, -0.018963508307933807, -0.03281395509839058, - 0.10160434991121292, 0.04903315380215645, 0.009914652444422245, - 0.006657883524894714, 0.03351270779967308, 0.0007105401018634439, - -0.10141639411449432, 0.06300751864910126, 0.09365606307983398, - -0.02582395449280739, 0.08437295258045197, 0.014376692473888397, - 0.004933392629027367, -0.003960184287279844, -0.049142025411129, - -0.0052486443892121315, 0.038467518985271454, -0.051014095544815063, - -0.06164048984646797, -0.05223701521754265, -0.023922903463244438, - -0.004904534667730331, -0.008292975835502148, -0.04292920231819153, - 0.050833746790885925, -0.022582346573472023, 0.038789052516222, - 0.020039938390254974, 0.024058934301137924, 0.01285281777381897, - 0.02522704377770424, -0.03879315033555031, 0.007582609076052904, - 0.03699670732021332, 0.14234307408332825, 0.07917992025613785, -0.06642736494541168, - -0.010722116567194462, -0.026323074474930763, 0.11515213549137115, - -0.01714671216905117, -0.05318979546427727, -0.05421269312500954, - 0.03284496068954468, 0.03468325734138489, -0.016852639615535736, -0.027235247194767, - 0.09880273044109344, -0.013075519353151321, -0.008676672354340553, - 0.0028441196773201227, -0.03222162649035454, 0.02015947736799717, - -0.03104468062520027, 0.08454251289367676, -0.018208909779787064, - 0.08593650907278061, 0.042732954025268555, -0.028945544734597206, - 0.0522293746471405, -0.03674773499369621, -0.007776567246764898, - 0.04393657669425011, 0.15873518586158752, 0.05256299301981926, - -0.0007672685896977782, -0.03234071284532547, 0.022302405908703804, - 0.06774340569972992, -0.05960140377283096, -0.04110635071992874, - -0.05229135975241661, 0.009276696480810642, 0.022558672353625298, - -0.0657736286520958, -0.05653375759720802, 0.04174383357167244, 0.08207394182682037, - 0.059028562158346176, -0.003961530979722738, 0.07637183368206024, - -0.060738321393728256, 0.0025663941632956266, 0.05327581986784935, - -0.0222771093249321, 0.014583584852516651, -0.06625322252511978, - -0.026436790823936462, -0.03109976090490818, -0.06286344677209854, - 0.013883245177567005, 0.09676475822925568, 0.05169299617409706, - -0.02152540348470211, 0.028246233239769936, 0.010750842280685902, - -0.01419778447598219, -0.030538685619831085, -0.06874866038560867, - -0.09461137652397156, 0.0444474034011364, -0.01980600878596306, 0.02920852228999138, - -0.053881168365478516, -0.09439699351787567, -0.014028243720531464, - 0.023970909416675568, 0.0035510342568159103, 0.014250751584768295, - 0.04961410537362099, 0.051969751715660095, -0.009074583649635315, - 0.06750345230102539, 0.01487189345061779, 0.05623787268996239, - -0.008153112605214119, 0.05649980902671814, 0.0014729154063388705, - -0.1335880160331726, -0.006703556980937719, 0.004665759392082691, - 0.02664642408490181, -0.004265108145773411, 0.013863404281437397, - -0.016369063407182693, -0.04133182391524315, -0.013556241057813168, - 0.06931641697883606, 0.15706370770931244, 0.06411515176296234, -0.05229661613702774, - 0.005741511937230825, -0.04430880397558212, -0.07210086286067963, - 0.026329969987273216, -0.047103382647037506, 0.004345828667283058, - -0.07427825778722763, -0.01404784619808197, -0.05805891007184982, - -0.010880682617425919, 0.05423618108034134, -0.03198280185461044, - -0.07415008544921875, -0.04224633052945137, 0.05302147567272186, - 0.027845581993460655 - ], - [ - 0.024851247668266296, -0.0031494619324803352, 0.0384853221476078, - -0.09720247238874435, -0.026677532121539116, 0.07149866223335266, - 0.04128311201930046, 0.004824504256248474, -7.423308852594346e-5, - -0.07383698225021362, -0.030336368829011917, 0.013635210692882538, - -0.01722308062016964, 0.01791355200111866, -0.06748925149440765, - 0.047051552683115005, -0.012063655070960522, -0.046449460089206696, - 0.059837669134140015, -0.0320591926574707, 0.07093195617198944, - 0.020548934116959572, 0.021687014028429985, -0.06423565745353699, - -0.005372601095587015, 0.02228032983839512, -0.058770280331373215, - 0.028220724314451218, 0.04482508823275566, 0.025474680587649345, - -0.036233797669410706, -0.0070406366139650345, -0.03242292255163193, - 0.02527550980448723, -0.03046209178864956, 0.027914686128497124, - -0.041078098118305206, -0.024256136268377304, 0.049157772213220596, - -0.00602845661342144, 0.08279821276664734, 0.031661566346883774, - 0.016280539333820343, 0.02612759917974472, 0.02291511930525303, -0.0788361132144928, - 0.10782458633184433, 0.09773001074790955, -0.020344045013189316, - 0.009976869449019432, 0.04682954028248787, -0.07685825228691101, - -0.06695989519357681, 0.025257576256990433, -0.008952380158007145, - 0.044422611594200134, 0.02074037678539753, 0.02312319166958332, - 0.029018675908446312, -0.03800235688686371, 0.009602311067283154, - -0.0038571758195757866, -0.07231129705905914, -0.038493309170007706, - -0.006923493463546038, 0.05651857331395149, 0.037400923669338226, - 0.04961996152997017, -0.01863326132297516, 0.03390946239233017, - -0.009790557436645031, -0.0733037143945694, 0.02036796510219574, - -0.04144422337412834, -0.031823959201574326, -0.023789454251527786, - 0.039477866142988205, 0.0025294863153249025, -0.03817986696958542, - 0.04356400668621063, 0.03179897740483284, -0.013882526196539402, - 0.022516654804348946, 0.01817292347550392, 0.009041993878781796, - 0.043723609298467636, 0.022388340905308723, -0.0023295471910387278, - 0.03301410749554634, 0.019062232226133347, -0.035944219678640366, - -0.014569470658898354, -0.028041893616318703, 0.011752985417842865, - -0.04632345214486122, 0.0024481313303112984, -0.08435457944869995, - 0.01972893625497818, 0.07478338479995728, 0.027999280020594597, 0.01275352668017149, - 0.03959989920258522, -0.05725570395588875, -0.07890307158231735, 0.0341472290456295, - 0.06772010028362274, 0.01813855580985546, 0.06376874446868896, -0.0812925472855568, - 0.010310442186892033, 0.03861305117607117, 0.01232491247355938, - -0.010061606764793396, -0.08885954320430756, 0.033734746277332306, - 0.05879099667072296, -0.002764676930382848, 0.013146728277206421, - -0.00786870438605547, -0.04054463282227516, 0.0183020681142807, -0.0344230979681015, - 0.10060762614011765, 0.05966244265437126, 0.028310352936387062, - 0.023885715752840042, 0.07537006586790085, -0.013061191886663437, - -0.04430017247796059, -0.006501693744212389, -0.0481000691652298, - 0.04856874421238899, -0.03918080031871796, -0.006410954985767603, - 0.04008576646447182, -0.028372162953019142, 0.02447899430990219, - -0.037395771592855453, 0.005880804266780615, -0.04273839294910431, - 0.00017488458252046257, -0.09061529487371445, 0.021211465820670128, - 0.05437542125582695, 0.01604692079126835, 0.024683134630322456, - -0.06328405439853668, -0.019108053296804428, 0.014085136353969574, - -0.10595772415399551, -0.0151666896417737, 0.041003499180078506, - -0.006468744482845068, -0.04442993178963661, 0.016579966992139816, - 0.010936432518064976, -0.04612301290035248, -0.08858595043420792, - 0.05008898675441742, 0.05973636731505394, -0.05415335297584534, - 0.019967926666140556, 0.07167962193489075, 0.03969136252999306, - -0.08898520469665527, 0.0010939757339656353, 0.06284654140472412, - -0.06783875077962875, 0.003806815482676029, 0.04678010195493698, - 0.03672971948981285, 0.009888523258268833, 0.020970657467842102, - -0.015078575350344181, -0.06828921288251877, 0.020775919780135155, - 0.05275162681937218, -0.039133161306381226, 0.08145748823881149, - -0.020312730222940445, 0.039548132568597794, 0.009880752302706242, - -0.039022862911224365, 0.03527163714170456, 0.08051011711359024, - 0.020856792107224464, 0.015927907079458237, 0.082430899143219, 0.01665203459560871, - 0.04364874213933945, -0.03971254825592041, 0.07107045501470566, 0.04926469177007675, - 0.0430523157119751, -0.09352575242519379, 0.02585272304713726, -0.04937681183218956, - -0.12564797699451447, 0.0006864277529530227, -0.06562572717666626, - -0.04037997126579285, -0.06711354851722717, -0.010853099636733532, - -0.08594884723424911, 0.006604441441595554, -0.07142460346221924, - -0.019962944090366364, -0.009862015955150127, -0.019171617925167084, - -0.021657777950167656, 0.01838834397494793, -0.006798537913709879, - -0.08600369095802307, -0.018686743453145027, -0.041147250682115555, - -0.0026527629233896732, -0.07108256965875626, -0.027173202484846115, - -0.07777312397956848, 0.0578644759953022, -0.06543449312448502, - -0.019652685150504112, 0.055003222078084946, 0.02419920451939106, - 0.03965515270829201, 0.00773152569308877, 0.08002091944217682, 0.07144762575626373, - -0.0534927062690258, -0.07138858735561371, -0.04255829006433487, 0.0902596116065979, - 0.010587513446807861, -0.05119216814637184, -0.05511325225234032, - 0.05510391667485237, -0.008595243096351624, 0.11004825681447983, - -0.13241569697856903, 0.027475008741021156, 0.0016893628053367138, - 0.005858756601810455, 0.015502012334764004, 0.033903639763593674, - -0.0284854955971241, -0.016556205227971077, 0.07600821554660797, - -0.07955915480852127, -0.07639782875776291, 0.039553381502628326, - 0.050934989005327225, 0.019754359498620033, -0.03626618906855583, - -0.022282922640442848, -0.027129244059324265, -0.0349293053150177, - -0.027905577793717384, 0.04441846162080765, -0.02010723389685154, - 0.04564293473958969, 0.05785109102725983, 0.004031157121062279, - -0.05502687022089958, 0.0570700541138649, 0.05338446423411369, 0.06145009025931358, - 0.1408517062664032, 0.05972655117511749, -0.019248981028795242, - -0.04234539344906807, 0.0747867003083229, 0.008485984057188034, - -0.009856605902314186, 0.08535794168710709, -0.05167761445045471, - -0.019561324268579483, 0.03804555535316467, -0.025808971375226974, - 0.035388797521591187, 0.08300350606441498, 0.09709490835666656, - 0.024490782991051674, -0.051770977675914764, -0.10783366858959198, - 0.015184750780463219, 0.029775595292448997, -0.04488903284072876, - 0.052804186940193176, 0.0918586328625679, 0.013377062045037746, 0.06786908954381943, - 0.043181080371141434, -0.032442644238471985, 0.009790103882551193, - -0.055896591395139694, 0.0020153045188635588, -0.060426246374845505, - -0.07078993320465088, -0.024027260020375252, -0.03362441807985306, - -0.0010087327100336552, 0.02858133055269718, -0.07604482024908066, - -0.05284224823117256, -0.016412043944001198, 0.04583537206053734, - -0.0307356808334589, -0.040714021772146225, -0.09364619106054306, - 0.052132971584796906, 0.04865435138344765, -0.04417510703206062, - 0.07258611917495728, -0.002657451434060931, 0.05753079429268837, - -0.020134536549448967, 0.05146566778421402, -0.05707979574799538, - 0.002516788663342595, -0.030185366049408913, 0.0006889073411002755, - 0.03064550831913948, 0.024584505707025528, -0.09413283318281174, - 0.022674083709716797, 0.028003381565213203, -0.05161479115486145, - -0.04116588085889816, 0.004115554969757795, -0.040541864931583405, - 0.0451878197491169, 0.006244780961424112, -0.038639649748802185, - -0.05649810656905174, -0.0019760942086577415, -0.04572474956512451, - -0.020787926390767097, 0.07141309231519699, 0.0004682499566115439, - 0.012602119706571102, -0.02094173990190029, -0.03672255203127861, - 0.0027901986613869667, 0.0342898853123188, 0.018636764958500862, - -0.08088803291320801, -0.007932847365736961, 0.0942184254527092, - -0.03328770399093628, -0.06300543993711472, -0.0035037763882428408, - 0.05834555625915527, -0.03695183992385864, -0.07924355566501617, - -0.0032389755360782146, -0.03013659082353115, 0.10627119243144989, - -0.06966768205165863, 0.0008628594223409891, -0.0012007254408672452, - -0.026586052030324936, -0.015714067965745926, -0.09177642315626144, - 0.02330835349857807, 0.03592134267091751, 0.01635591872036457, 0.07249142229557037, - 0.01243543904274702, -0.006956046912819147, -0.12221669405698776, - -0.024288538843393326, 0.005192560609430075, 0.00808667205274105, - 0.06275152415037155, -0.050832491368055344, -0.03406687453389168, - -0.023184385150671005, 0.04024716466665268, 0.07483257353305817, - 0.018048809841275215, -0.06384885311126709, 0.022032225504517555, - 0.011835520155727863, 0.01848888397216797 - ], - [ - 0.02501862682402134, -0.051900994032621384, 0.006924082525074482, - -0.03610711917281151, -0.01398327574133873, -0.03226128965616226, - -0.020615404471755028, 0.026784904301166534, -0.02374708279967308, - -0.008502296172082424, -0.04383225739002228, 0.009807405062019825, - -0.029307950288057327, -0.02830089069902897, 0.0076758344657719135, - -0.031224263831973076, 0.007583285216242075, -0.04600980132818222, - 0.011679361574351788, 0.04327584058046341, -0.0006856532418169081, - -0.0020374658051878214, -0.029571520164608955, -0.02903815731406212, - 0.022187460213899612, -0.011835587210953236, -0.02478894032537937, - 0.009783748537302017, -0.044463761150836945, 0.020922040566802025, - -0.04015112668275833, -0.016231799498200417, -0.031989146023988724, - 0.021028505638241768, 0.011056611314415932, -0.007330830674618483, - 0.024196524173021317, -0.019442563876509666, 0.024261828511953354, - -0.030906764790415764, -0.01921306736767292, 0.03399302065372467, - -0.038730278611183167, 0.015186931937932968, 0.04999830946326256, - 0.02104208990931511, 0.02325388416647911, -0.016604654490947723, - -0.0012545697391033173, 0.021573400124907494, -0.007954689674079418, - 0.04492136463522911, -0.03511340171098709, 0.0034745114389806986, - -0.0012807579478248954, -0.03794976696372032, 0.01211349107325077, - 0.04006389528512955, 0.03413563594222069, 0.03897392377257347, - -0.000899583799764514, -0.04503948614001274, -0.007761198561638594, - -0.025953464210033417, -0.025067275390028954, 0.015750447288155556, - -0.0017688432708382607, 0.01130729541182518, -0.017753195017576218, - 0.03781650960445404, 0.017343824729323387, -0.013989611528813839, - 0.002420358592644334, -0.03686989098787308, 0.0023826633114367723, - -0.007309454958885908, -0.010570927523076534, 0.0061256675980985165, - 0.007947200909256935, -0.042478837072849274, 0.01676030270755291, - 0.0019042264902964234, 0.041000429540872574, -0.04084167256951332, - -0.03522198647260666, 0.024157779291272163, 0.0025977068580687046, - 0.00963465217500925, 0.02500724606215954, -0.021267183125019073, - -0.04700104147195816, 0.05466393381357193, 0.028645740821957588, - -0.024210352450609207, -0.027792366221547127, -0.028013942763209343, - 0.03071575239300728, 0.03300492465496063, 0.01440631877630949, -0.04263398051261902, - 0.0015406636521220207, -0.030215563252568245, 0.006042345892637968, - -0.01827029138803482, -0.048744652420282364, 0.013895281590521336, - 0.04802001267671585, -0.0010869824327528477, -0.039115313440561295, - 0.037162236869335175, -0.04189568758010864, -0.03647013381123543, - 0.023328671231865883, 0.0074781496077775955, 0.0033788876608014107, - -0.03899013251066208, -0.010071367025375366, -0.031553901731967926, - -0.028135990723967552, 0.043916817754507065, 0.03531237319111824, - -0.007485959678888321, 0.04110781475901604, -0.03332512080669403, - -0.029923101887106895, 0.0008744375081732869, -0.003495398908853531, - -0.03287683427333832, -0.054698266088962555, -0.019623717293143272, - 0.031894098967313766, -0.030660904943943024, -0.01632811315357685, - 0.0018726695561781526, 0.02565147541463375, 0.029631106182932854, - 0.04151344299316406, 0.0013444899814203382, -0.021660728380084038, - -0.012772499583661556, -0.005950707942247391, 0.05031578615307808, - -0.03917502984404564, 0.030936094000935555, 0.0200874712318182, 0.0373222753405571, - -0.04827769845724106, 0.0066015031188726425, -0.04018814116716385, - -0.045718714594841, -0.02393060363829136, -0.03391484171152115, - -0.01848294585943222, 0.0008907917072065175, -0.03799820318818092, - 0.026141416281461716, -0.03806652873754501, 0.04286559298634529, - 0.011057003401219845, 0.026457592844963074, -0.028226865455508232, - 0.0010751375230029225, 0.048073526471853256, -0.04992791637778282, - 0.05159936472773552, -0.010152962058782578, -0.05459626391530037, - -0.03376448526978493, 0.009165439754724503, 0.009546129032969475, - 0.007671605329960585, 0.01329062134027481, 0.01195183489471674, - 0.030199600383639336, 0.0033693767618387938, 0.009969580918550491, - -0.03473631292581558, -0.034843094646930695, 0.052290406078100204, - -0.00890064425766468, 0.024818701669573784, 0.026534970849752426, - -0.037288133054971695, -0.020865073427557945, -0.042311642318964005, - -0.03425353392958641, 0.01226034201681614, -0.0334579236805439, - 0.024788767099380493, 0.04315521568059921, -0.019186943769454956, - -0.045803919434547424, 0.006229870952665806, 0.02018149569630623, - 0.03962459787726402, -0.009850149042904377, -0.03505971282720566, - -0.002421241020783782, 0.013683423399925232, -0.046293195337057114, - -0.029732292518019676, -0.047968167811632156, -0.027773356065154076, - 0.03444838896393776, -0.023886259645223618, -0.030032562091946602, - 0.038216616958379745, 0.032345760613679886, -0.004500468261539936, - -0.037787698209285736, 0.0202858354896307, -0.0008259440655820072, - 0.03300774097442627, -0.010490412823855877, -0.04880180582404137, - 0.051159415394067764, 0.03450632095336914, 0.012333995662629604, - -0.008994068019092083, 0.0028686216101050377, 0.01580611988902092, - -0.005077809561043978, 0.0004383568011689931, -0.030803119763731956, - -0.0258607417345047, -0.01103594433516264, 0.013602984137833118, - -0.022729117423295975, -0.0012687292182818055, -0.025026140734553337, - 0.02232522889971733, 0.02064387872815132, 0.043552372604608536, - -0.012015501037240028, -0.016990063712000847, -0.024916160851716995, - -0.04147085174918175, 0.04473919793963432, 0.02960026264190674, - 0.023391472175717354, 0.0010282514849677682, 0.03958035632967949, - -0.03532068058848381, 0.03809136524796486, 0.05293857306241989, - -0.03542901203036308, -0.045598965138196945, -0.014090375043451786, - -0.011668155901134014, -0.0398385226726532, -0.026706106960773468, - -0.019007662311196327, 0.012554429471492767, -0.026377882808446884, - 0.029960503801703453, -0.04270390793681145, 0.001185992150567472, - 0.015894252806901932, 0.022451238706707954, -0.030140403658151627, - -0.004398603457957506, -0.03654835373163223, 0.05106623098254204, - -0.004634625278413296, -0.05184260383248329, -0.026913756504654884, - -0.02006816305220127, 0.03847284987568855, -0.030678676441311836, - -0.008792768232524395, 0.03907574713230133, -0.032353390008211136, - -0.025081876665353775, 0.028377823531627655, -0.017398880794644356, - -0.007492298725992441, 0.04041652753949165, 0.009484401904046535, - 0.01287755649536848, 0.039461247622966766, 0.0054271649569272995, - -0.015555988065898418, 0.005922784563153982, -0.043704260140657425, - 0.005273600574582815, -0.032851580530405045, -0.005304569378495216, - 0.031378310173749924, -0.006911109667271376, -0.032098833471536636, - 0.014966445043683052, 0.011789141222834587, 0.03353137522935867, - -0.007180162239819765, 0.005913866218179464, 0.010088521987199783, - 0.02345028892159462, -0.021166855469346046, 0.02420155517756939, - 0.03572218865156174, -0.0004544809926301241, -0.03739823028445244, - 0.043797291815280914, -0.002761716954410076, 5.6928605772554874e-5, - -0.007872004061937332, 0.010934499092400074, -0.003840950084850192, - 0.0176546610891819, -0.028266414999961853, 0.001843928941525519, - -0.016177237033843994, 0.03627491742372513, -0.015656355768442154, - 0.034391097724437714, -0.029165511950850487, 0.03642378747463226, - 0.012666835449635983, 0.00991121493279934, -0.044080380350351334, - 0.023683695122599602, 0.03628069534897804, -0.022439559921622276, - 0.012645862065255642, -0.04182333126664162, 0.04963013157248497, - 0.04490135237574577, -0.021949581801891327, 0.003930867649614811, - -0.024683162569999695, -0.022885937243700027, -0.01528538204729557, - -0.022157246246933937, 0.011897226795554161, -0.0036673129070550203, - -0.023515453562140465, 0.014713617041707039, -0.047429315745830536, - 0.021254433318972588, -0.030210841447114944, 0.004572378937155008, - -0.02818053588271141, -0.051959119737148285, 0.03301353380084038, - 0.03499458730220795, 0.030249373987317085, 0.030808987095952034, - -0.046610020101070404, 0.03763740882277489, -0.048968929797410965, - -0.022716954350471497, 0.006083278451114893, 0.04471788927912712, - 0.005511005409061909, -0.006042739376425743, -0.0010163572151213884, - -0.032305989414453506, -0.049840979278087616, -0.02712491899728775, - 0.054674193263053894, 0.013136847876012325, -0.039919622242450714, - -0.047454915940761566, 0.022864462807774544, 0.04155565798282623, - 0.019812555983662605, 0.009496793150901794, 0.03958738595247269, - 0.027778295800089836, 0.0012213682057335973, 0.04189370572566986, - -0.002129749860614538, 0.005410862620919943, -0.032034650444984436, - 0.020183764398097992, -0.027498910203576088, -0.004509495105594397, - -0.03323686867952347, 0.017674140632152557, -0.022951722145080566, - 0.0061533162370324135, -0.03555934131145477, -0.001891567138954997, - -0.04648958519101143 - ], - [ - 0.026740511879324913, 0.04858779534697533, -0.06007146090269089, - -0.02277114801108837, 0.018303411081433296, 0.05626624822616577, - 0.06399708986282349, -0.03612895682454109, -0.014598718844354153, - -0.03069448098540306, -0.0285878274589777, 0.023787079378962517, - -0.041164007037878036, 0.06356839090585709, 0.011880294419825077, - -0.047818638384342194, 0.02178283780813217, 0.018423760309815407, - 0.006760826800018549, -0.06704898923635483, -0.01185609120875597, - -0.03855403512716293, 0.018725404515862465, -0.07653628289699554, - -0.007106217090040445, -0.012172301299870014, -0.01013117004185915, - -0.013843732886016369, -0.014520137570798397, -0.04248107224702835, - -0.04989156499505043, -0.05536429584026337, -0.021586712449789047, - -0.03115859068930149, -0.026110362261533737, 0.03278876468539238, - 0.020856264978647232, 0.026612216606736183, -0.014736360870301723, - 0.044239357113838196, -0.07130216062068939, -0.012233013287186623, - -0.029594389721751213, -0.0022845915518701077, 0.03438032045960426, - 0.03240819275379181, 0.016868382692337036, 0.050553254783153534, - -0.0006650456925854087, 0.0029984116554260254, 0.04016757756471634, - 0.03002753108739853, -0.07060600072145462, -0.044265419244766235, - -0.050349876284599304, -0.001823185826651752, 0.04047778993844986, - -0.028749749064445496, 0.050368763506412506, -0.022460060194134712, - 0.06097034737467766, -0.010800893418490887, 0.006639615632593632, - 0.051024071872234344, 0.07526493817567825, -0.012353873811662197, - -0.032427821308374405, 0.031614623963832855, -0.018079552799463272, - -0.07824409008026123, 0.022204268723726273, 0.013511689379811287, - 0.02260579727590084, -0.1073736846446991, 0.08446908742189407, 0.003833376569673419, - 0.02384982258081436, 0.0424807034432888, -0.048362862318754196, - 0.046217530965805054, -0.02735041081905365, -0.030544215813279152, - -0.016296586021780968, 0.04827059805393219, -0.0299033485352993, - 0.006848347373306751, 0.03301182761788368, -0.06157968193292618, - -0.07513216882944107, -0.01833660900592804, -0.029531782492995262, - -0.01714474707841873, -0.016147444024682045, 0.051895637065172195, - 0.027200551703572273, -0.025103703141212463, -0.062106914818286896, - 0.07372935861349106, 0.02040010876953602, 0.038939110934734344, - 0.028612276539206505, -0.0428122878074646, 0.003023843513801694, - -0.006104798521846533, 0.04430326446890831, 0.02254130318760872, - -0.01756921596825123, 0.06605856120586395, 0.05492023006081581, - -0.10004188865423203, 0.024597836658358574, -0.0838300958275795, - 0.04352199658751488, -0.00010901287896558642, -0.02540348656475544, - 0.012130184099078178, -0.0789145827293396, -0.08086974173784256, - 0.002967058215290308, -0.022621192038059235, -0.02250928245484829, - -0.04663357511162758, 0.038820378482341766, 0.03211028128862381, - -0.015487565658986568, 0.0569586381316185, -0.005020975135266781, - 0.013957333751022816, 0.010898958891630173, -0.009170315228402615, - -0.03335604444146156, -0.015616496093571186, 0.029496191069483757, - -0.06321584433317184, 0.0341142900288105, -0.08472008258104324, 0.04241679236292839, - 0.06418871879577637, -0.04889073222875595, -0.03455783799290657, - -0.05026184394955635, -0.03951755166053772, -0.0054896678775548935, - -0.06331179291009903, -0.03695322945713997, -0.014778249897062778, - -0.03592110052704811, 0.030867470428347588, 0.00808121170848608, - 0.03120139054954052, 0.08173789083957672, 0.03335794806480408, 0.0914420560002327, - 0.053231704980134964, 0.08747058361768723, 0.004799521993845701, - 0.004804507829248905, -0.032060351222753525, -0.005300997756421566, - -0.023482218384742737, -0.044474393129348755, 0.06124906614422798, - -0.00605503236874938, 0.01745045743882656, 0.019257083535194397, - -0.037206102162599564, -0.008176043629646301, 0.0038528810255229473, - 0.05301038920879364, 0.08410561084747314, -0.02178437076508999, 0.06168803945183754, - -0.05186350643634796, -0.034913320094347, -0.006958474405109882, - 0.03824864700436592, -0.018942605704069138, 0.041923101991415024, - -0.013149263337254524, -0.07822524011135101, -0.04302676394581795, - 0.028331538662314415, -0.03400827944278717, 0.02873579040169716, - 0.017137935385107994, 0.006960941478610039, 0.06920749694108963, - 0.025230010971426964, -0.004137772135436535, 0.028632143512368202, - 0.032395631074905396, 0.027674440294504166, 0.00036825420102104545, - 0.0656888335943222, 0.08039546757936478, -0.007432555314153433, - 0.019679255783557892, -0.03405563905835152, 0.06485462188720703, - -0.05525359883904457, 0.02929116226732731, -0.025662861764431, - -0.007699649315327406, -0.0535399504005909, -0.0722646415233612, - -0.040333960205316544, -0.026117375120520592, -0.017963120713829994, - -0.10191741585731506, -0.022766882553696632, -0.00036737899063155055, - -0.0011188972275704145, -0.04142370820045471, -0.0072007072158157825, - -0.026118094101548195, -0.03374059870839119, -0.017898105084896088, - -0.04423561692237854, -0.0968465656042099, -0.056944966316223145, - 0.03299408406019211, -0.041130248457193375, -0.0004224702133797109, - -0.04649917408823967, 0.04517297074198723, 0.02112835831940174, 0.0628388449549675, - 0.06402848660945892, -0.04759279265999794, -0.027450598776340485, - 0.04790370911359787, 0.04590108245611191, -0.040328022092580795, - 0.04286474362015724, -0.04806055128574371, 0.04525456205010414, - -0.03934365138411522, 0.043404847383499146, -0.06884795427322388, - 0.015178772620856762, 0.004381037317216396, 0.03099903091788292, - 0.05534740537405014, 0.015211683697998524, -0.01599130593240261, - -0.018055925145745277, 0.024992909282445908, 0.023238128051161766, - -0.021406395360827446, 0.08292833715677261, -0.07579776644706726, - -0.02506202645599842, -0.032911598682403564, 0.004568882752209902, - -0.07545323669910431, -0.008975309319794178, -0.021894359961152077, - -0.01776265911757946, 0.008806667290627956, 0.020325377583503723, - 0.024942714720964432, 0.026363061740994453, -0.040818531066179276, - -0.007592283189296722, 0.020470155403017998, 0.0027037335094064474, - 0.032392654567956924, 0.05030763894319534, 0.018826685845851898, 0.0663234069943428, - -0.013118543662130833, 0.03702252730727196, -0.0005380114889703691, - 0.017145337536931038, 0.0014955238439142704, -0.027724958956241608, - -0.010602789930999279, 0.022598441690206528, 0.004172871820628643, - 0.06383879482746124, 0.04098432511091232, -0.0016179372323676944, - -0.07609574496746063, -0.0232763160020113, -0.06774797290563583, - -0.03494412079453468, -0.03945506736636162, 0.04654068872332573, - 0.08045875281095505, 0.019622480496764183, 0.010065129958093166, - -0.015608870424330235, -0.06506682932376862, -0.02063770405948162, - -0.0006055250414647162, 0.05785682052373886, 0.00018534042465034872, - 0.015420781448483467, -0.056556202471256256, 0.0547059066593647, - -0.0001261168363271281, 0.022783903405070305, 0.00645845802500844, - 0.001625316683202982, -0.04130861535668373, 0.010098500177264214, - -0.016896173357963562, 0.04864443466067314, -0.0077513838186860085, - 0.0016726684989407659, 0.009620077908039093, -0.011128809303045273, - -0.0008025502902455628, 0.03586561977863312, -0.05130888521671295, - 0.047965243458747864, 0.006647349800914526, 0.01436967309564352, - 0.012215560302138329, -0.039644286036491394, -0.01854941062629223, - 0.018878480419516563, -0.0525653138756752, -0.039706647396087646, - -0.022919852286577225, 0.06028856337070465, 0.005153170786798, 0.034449364989995956, - -0.011826583184301853, 0.011939702555537224, -0.0024641104973852634, - -0.011891493573784828, -0.004034134093672037, 0.05734971538186073, - -0.00874076597392559, -0.014632582664489746, 0.015993939712643623, - 0.039452895522117615, 0.010657558217644691, -0.02300075627863407, - 0.02760522998869419, 0.013936886563897133, -0.03632451966404915, - 0.0054193539544939995, -0.05558197572827339, 0.00350364507175982, - 0.009984099306166172, 0.0410778783261776, 0.06038578599691391, -0.04189867898821831, - 0.03935757651925087, 0.08178500831127167, -0.03531419485807419, - -0.00989064946770668, -0.00909425038844347, 0.019476478919386864, - 0.041821014136075974, -0.06941214948892593, -0.01757817342877388, - -0.09949146211147308, -0.01383026223629713, -0.015121415257453918, - -0.0452720932662487, 0.02099647931754589, 0.028216691687703133, 0.10630236566066742, - 0.0179869644343853, 0.05705486983060837, -0.004408754874020815, - -0.021974612027406693, 0.04522314295172691, 0.05659522861242294, - -0.06787941604852676, 0.03348026052117348, -0.01664634980261326, - -0.0181200560182333, -0.00010427515371702611, -0.056690968573093414, - 0.025119943544268608, -0.0028058516327291727, 0.025322917848825455, - 0.010473539121448994, 0.046049732714891434, 0.002751322230324149 - ], - [ - 0.011997471563518047, -0.004247874952852726, 0.014111324213445187, - 0.024283288046717644, -0.011588181369006634, -0.02939823642373085, - 0.04109479486942291, -0.02476402372121811, 0.0130105409771204, 0.02359914965927601, - 0.04831937700510025, 0.006956756580621004, 0.028119493275880814, - -0.053695857524871826, 0.006801842246204615, -0.06313914060592651, - -0.0034102806821465492, -0.02530571073293686, -0.026497526094317436, - -0.017515022307634354, 0.05677306652069092, 0.04150169715285301, 0.0779072642326355, - -0.03071000427007675, -0.032579205930233, 0.02501632645726204, 0.01629761792719364, - 0.0618915930390358, -0.0038500286173075438, 0.014484102837741375, - -0.02886839583516121, 0.025736579671502113, -0.03330840542912483, - 0.07407787442207336, -0.10072576254606247, 0.005586171988397837, - -0.03794105723500252, -0.06955789029598236, 0.0021467653568834066, - -0.042571164667606354, 0.052687548100948334, -0.07360827177762985, - -0.056107547134160995, 0.056230638176202774, 0.0006090009701438248, - 0.008483468554913998, -0.00021605473011732101, 0.12702450156211853, - -0.03341877833008766, 0.038208357989788055, -0.01710212416946888, - 0.004025227390229702, 0.05104932561516762, 0.1311427801847458, -0.06293579936027527, - -0.05959957465529442, 0.017635611817240715, -0.0332566499710083, - 0.022308161482214928, -0.03834011033177376, 0.04177642986178398, - -0.02165965922176838, -0.07583994418382645, 0.04037050902843475, - 0.020251940935850143, -0.03457767888903618, 0.06761424988508224, - -0.02683301828801632, -0.02726055309176445, -0.003948950674384832, - 0.055690448731184006, -0.06442452222108841, -0.012309595942497253, - 0.04593459889292717, -0.02175961807370186, -0.030249619856476784, - 0.02283673733472824, 0.0056429700925946236, -0.025279147550463676, - 0.02000705525279045, -0.0034435829147696495, -0.039979081600904465, - -0.006999541074037552, 0.03727677837014198, 0.025531942024827003, - 0.019978977739810944, 0.007704173680394888, 0.05703117698431015, - 0.01133379340171814, -0.022875240072607994, 0.02622864581644535, - 0.061376191675662994, 0.04459574073553085, 0.020684845745563507, - -0.08088574558496475, -0.06541908532381058, -0.02186344750225544, - -0.04687714949250221, 0.10303430259227753, -0.014613005332648754, - 0.03654297813773155, 0.0683198794722557, -0.013085010461509228, - -0.0071942065842449665, 0.006437515839934349, -0.0638342946767807, - -0.049542590975761414, 0.009568991139531136, 0.038202472031116486, - 0.026527248322963715, 0.025039542466402054, 0.02589217759668827, - -0.0498921237885952, 0.06708066910505295, -0.0032650025095790625, - 0.03514157235622406, 0.09041162580251694, 0.002060015918686986, - 0.009183479472994804, -0.0011515163350850344, -0.052018217742443085, - -0.013959651812911034, -0.03556964546442032, -0.06093820929527283, - 0.038875680416822433, -0.03256523609161377, 0.03169659525156021, - 0.024425707757472992, 0.06326988339424133, 0.04672965034842491, - 0.025374792516231537, -0.021758563816547394, -0.005521315149962902, - -0.06605564057826996, 0.05971323326230049, 0.031311869621276855, - -0.026143010705709457, 0.006643264088779688, 2.9382275897660293e-5, - -0.04463990405201912, 0.024400116875767708, -0.03380627557635307, - 0.04787128418684006, 0.02635135129094124, -0.04844187572598457, 0.06750191003084183, - 0.001805368927307427, 0.06496018916368484, -0.03531137853860855, - -0.06499768793582916, 0.004254138562828302, 0.10634380578994751, - 0.06554093956947327, 0.06457207351922989, -0.05576665326952934, - -0.02685878798365593, -0.038604702800512314, -0.11195787042379379, - 0.04138410836458206, -0.025740722194314003, 0.06757275015115738, - 0.05868007242679596, 0.009186840616166592, 0.06405571103096008, -0.0545833483338356, - -0.024666540324687958, -0.03514523804187775, -0.047890860587358475, - -0.06866241246461868, 0.06394015997648239, 0.010549969039857388, - 0.04239277169108391, 0.026838082820177078, -0.05595112964510918, - -0.0420181080698967, -0.051057327538728714, 0.048175547271966934, - -0.04792040213942528, -0.012252015992999077, -0.023235974833369255, - 0.023055648431181908, 0.09044437110424042, 0.03312082961201668, -0.0194526519626379, - 0.0032099296804517508, -0.01878882758319378, -0.0860237181186676, - -0.019389236345887184, 0.021372323855757713, -0.03456571698188782, - -0.02034807577729225, 0.012031168676912785, 0.059174127876758575, - 0.03185861557722092, 0.04603470489382744, 0.046530582010746, -0.021874377503991127, - -0.06523432582616806, 0.0018806997686624527, -0.05769820511341095, - 0.03963061422109604, -0.004914782475680113, 0.05778995528817177, - 0.01682168059051037, -0.10082106292247772, -0.03225652500987053, - -0.11519333720207214, 0.027800019830465317, -0.06456375122070312, - -0.07333710044622421, 0.0726526603102684, -0.05649082735180855, - -0.08946119993925095, -0.022844558581709862, 0.024069849401712418, - 0.03522006422281265, -0.053784098476171494, -0.04621312767267227, - -0.09078225493431091, 0.08906131237745285, -0.04626665264368057, - -0.028861070051789284, -0.0028787031769752502, 0.00732029415667057, - -0.09165284782648087, 0.00941011868417263, 0.012156877666711807, - 0.03531855344772339, -0.023629555478692055, 0.008366595953702927, - -0.010688165202736855, 0.01338589284569025, -0.025539185851812363, - 0.08988094329833984, -0.08154797554016113, -0.023432521149516106, - -0.04586468264460564, 0.06161981448531151, 0.029528096318244934, - 0.07127957791090012, -0.06016538664698601, 0.014195221476256847, - -0.04652383551001549, -0.011373895220458508, -0.041698385030031204, - -0.004386912100017071, 0.03152788430452347, -0.008741810917854309, - 0.007980835624039173, 0.046572089195251465, 0.10622763633728027, - -0.01585327833890915, 0.007485056295990944, 0.02373153530061245, - -0.02922864444553852, -0.01166961807757616, -0.08490611612796783, - 0.043270841240882874, 0.03414216637611389, -0.04332198575139046, - 0.011302502825856209, -0.07060442119836807, 0.004421113058924675, - 0.04756582900881767, 0.024394724518060684, 0.06875158846378326, - -0.01895979605615139, 0.032623063772916794, -0.06397298723459244, - -0.050930436700582504, 0.05231289193034172, 0.08034556359052658, - 0.04459124058485031, 0.0363273099064827, 0.036654215306043625, 0.017858853563666344, - -0.07272400707006454, -0.025268595665693283, -0.05529748648405075, - 0.10033981502056122, 0.050740912556648254, -0.033909182995557785, - -0.03639017790555954, 0.0036420761607587337, -0.023876504972577095, - -0.03522614762187004, -0.05124369263648987, 0.12512226402759552, - -0.0037712131161242723, -0.04191776365041733, 0.04764557629823685, - 0.030964620411396027, 0.08890704065561295, -0.0003526642103679478, - -0.07606075704097748, -0.011859534308314323, -0.03200447931885719, - -0.07913122326135635, -0.05361802130937576, -0.035557523369789124, - 0.00995606742799282, 0.013054764829576015, -0.0019328538328409195, - 0.06049403175711632, 0.046045463532209396, -0.030479632318019867, - -0.0272221677005291, -0.04342465475201607, -0.06850363314151764, - 0.0076929316855967045, 0.09404018521308899, -0.09219254553318024, - -0.014766932465136051, -0.060678306967020035, 0.04779154434800148, - 0.06763717532157898, 0.02135942503809929, 0.04133061692118645, -0.06653587520122528, - 0.04329976812005043, 0.0134767796844244, 0.003370218677446246, -0.03132615610957146, - -0.12266137450933456, 0.03694034740328789, 0.07270175963640213, - -0.0014757211320102215, -0.009195121936500072, 0.027202272787690163, - 0.012777534313499928, -0.02081131935119629, 0.06271992623806, 0.029809094965457916, - -0.07818997651338577, 0.062369056046009064, -0.06827393174171448, - -0.052382372319698334, -0.018690485507249832, 0.022138388827443123, - 0.03711850568652153, 0.04822884872555733, 0.06186423450708389, 0.011810082010924816, - -0.05628560483455658, -0.008872441947460175, -0.09904860705137253, - 0.07652103900909424, 0.1446968913078308, 0.04626121371984482, -0.017970895394682884, - -0.04546652361750603, 0.1267080008983612, 0.043080464005470276, - -0.011396725662052631, -0.06769561767578125, -0.03775233030319214, - 0.14334292709827423, -0.008696909062564373, 0.09798165410757065, - 0.037249647080898285, -0.0214451365172863, 0.04874495789408684, - -0.043923791497945786, -0.01526846457272768, -0.0043177856132388115, - 0.05483037978410721, 0.0028166959527879953, -0.03618783503770828, - 0.04587491601705551, -0.12523315846920013, -0.05955345928668976, - 0.0019091505091637373, -0.02858457900583744, 0.011206568218767643, - -0.04404159635305405, -0.0017627580091357231, -0.040770627558231354, - -0.09859614074230194, 0.07516565918922424, -0.014299004338681698, - -0.0735764279961586, -0.054796669632196426, 0.026051810011267662, - 0.030377300456166267 - ], - [ - -0.019535766914486885, 0.051329489797353745, 0.021937483921647072, - 0.03307340294122696, 0.03132007643580437, 0.026167571544647217, - 0.0018947109347209334, 0.0012783844722434878, 0.027801906690001488, - -0.01749333180487156, -0.04637552797794342, 0.0847899541258812, - 0.012858596630394459, 0.024006877094507217, 0.037200432270765305, - 0.04470985010266304, -0.07978415489196777, -0.04355372115969658, - 0.013269987888634205, -0.06093635782599449, 0.009018110111355782, - 0.02037130296230316, 0.07447561621665955, 0.034432146698236465, - -0.03878073766827583, 0.0027040925342589617, -0.0038065642584115267, - -0.02238369733095169, 0.013063736259937286, 0.040195222944021225, - 0.015197035856544971, 0.0045345318503677845, -0.04151799902319908, - 0.05306263267993927, -0.009297527372837067, 0.043660636991262436, - 0.004678483586758375, -0.041970089077949524, -0.011473629623651505, - -0.010154224000871181, 0.01834484376013279, 0.009135031141340733, - -0.030740942806005478, -0.01751779019832611, -0.03597204014658928, - 0.016597097739577293, -0.01582016795873642, 0.010906776413321495, - 0.0027337265200912952, -0.02464502491056919, -0.009969421662390232, - -0.002918785437941551, -0.01091940701007843, -0.025932971388101578, - -0.04603792354464531, 0.05541327968239784, 0.051937803626060486, - 0.030438009649515152, 0.02931392192840576, 0.004859453998506069, - 0.10608522593975067, -0.03155997022986412, 0.0024196039885282516, - 0.05976388603448868, 0.0062131681479513645, -0.030393466353416443, - 0.047815680503845215, 0.032837215811014175, -0.042341362684965134, - -0.05100233852863312, -0.012959507293999195, 0.04665020853281021, - -0.025161713361740112, -0.038188327103853226, -0.005969929974526167, - 0.02000775747001171, 0.029235076159238815, -0.03244001790881157, - 0.015137937851250172, -0.009199540130794048, -0.005441584158688784, - -0.012618165463209152, 0.02346120774745941, 0.04119782894849777, - 0.030135974287986755, -0.01384476013481617, 0.07627276331186295, - -0.06096351519227028, -0.060317035764455795, -0.0170470979064703, - 0.03013177402317524, -0.042127422988414764, -0.019410284236073494, - -0.0038378818426281214, -0.012738386169075966, 0.05224128067493439, - -0.038741081953048706, 0.013762102462351322, 0.026814522221684456, - -0.061065834015607834, 0.016011713072657585, 0.050929393619298935, - -0.07005006819963455, -0.02636822499334812, -0.027188410982489586, - 0.019561773166060448, -0.0034995966125279665, -0.03333602845668793, - -0.03139527142047882, 0.008845311589539051, 0.024495156481862068, - -0.0841192975640297, 0.039500005543231964, 0.03696044534444809, - 0.009045874699950218, 0.015321034938097, -0.09624549746513367, 0.019092978909611702, - 0.1089029312133789, -0.038794081658124924, -0.040687527507543564, - -0.051678042858839035, 0.006093138363212347, -0.05261322483420372, - 0.05299065262079239, -0.03207011893391609, -0.007887603715062141, - 0.002199711510911584, 0.002998298965394497, 0.01846783608198166, - 0.0017582826549187303, -0.07468622922897339, 0.05040701851248741, - -0.06270056962966919, 0.07874680310487747, 0.027151888236403465, - 0.05366995185613632, 0.08237935602664948, 0.03518352285027504, 0.06423202157020569, - 0.0056672776117920876, -0.046496834605932236, -0.038662854582071304, - 0.009463939815759659, -0.0673515573143959, 0.03172687441110611, - -0.006231262814253569, -0.0017547638854011893, -0.03290760889649391, - -0.02571198157966137, -0.010121074505150318, 0.04839533567428589, - 0.09729288518428802, -0.006832885555922985, 0.01840970292687416, - -0.09830352663993835, -0.014509639702737331, -0.032108817249536514, - -0.007427365519106388, 0.0070570060051977634, -0.0417662151157856, - -0.029266120865941048, 0.0708559900522232, 0.04158078506588936, - 0.004340447019785643, -0.04598404839634895, -0.02077595517039299, - -0.040671247988939285, 0.009542686864733696, 0.022824715822935104, - -0.00426303269341588, -0.000582192384172231, -0.04205724224448204, - 0.024772707372903824, 0.017554624006152153, 0.025495506823062897, - 0.012732966803014278, -0.03732148930430412, -0.006906602066010237, - -0.0232540350407362, -0.01650265045464039, 0.0033418177627027035, - 0.03321990743279457, 0.038758158683776855, 0.04610905796289444, - -0.020857490599155426, -0.05126489698886871, -0.05319344624876976, - -0.03956623375415802, -0.008563674055039883, -0.00047625231673009694, - 0.006263204384595156, 0.08102067559957504, 0.023079682141542435, - 0.026471635326743126, 0.08005587756633759, -0.05661517754197121, - -0.04816250503063202, 0.010510668158531189, -0.009182702749967575, - 0.03387865796685219, -0.05219271034002304, 0.03022320568561554, - -0.008535107597708702, -0.08867970108985901, -0.04994705319404602, - -0.06413844227790833, -0.0952044352889061, -0.08568572998046875, - 0.017053496092557907, 0.048101138323545456, -0.03566819801926613, - -0.10109975188970566, -0.013397484086453915, -0.002536917105317116, - -0.007282888051122427, -0.041099678725004196, -0.1150013655424118, - 0.03997544199228287, 0.057820528745651245, -0.016137821599841118, - 0.030039865523576736, -0.08637278527021408, -0.033403076231479645, - 0.015076656825840473, -0.08673262596130371, 0.08149128407239914, - -0.006251493934541941, 0.029252788051962852, 0.03070395439863205, - -0.009951328858733177, 0.03560371324419975, -0.006482196971774101, - -0.007962319999933243, -0.05025186389684677, 0.003991083241999149, - -0.03609820455312729, 0.05757047235965729, -0.07039393484592438, - 0.06097555160522461, -0.020111456513404846, -0.03727805241942406, - 0.05857858806848526, 0.021718770265579224, -0.05411718413233757, - 0.036402493715286255, 0.012390985153615475, -0.06121590733528137, - 0.0059193819761276245, 0.01541517861187458, -0.023691779002547264, - -0.04116927087306976, -0.01525066513568163, -0.01859821192920208, - 0.0039651524275541306, -0.008546236902475357, -0.055648453533649445, - 0.06515706330537796, 0.05045834556221962, 0.06115126609802246, 0.004526772070676088, - 0.03693638741970062, 0.05025742948055267, 0.0027385568246245384, - -0.049318332225084305, 0.02125701867043972, 0.08727020770311356, - -0.036587003618478775, -0.014534538611769676, 0.04263344779610634, - 0.04774050787091255, 0.0787132978439331, -0.011013810522854328, 0.07027903944253922, - 0.014437118545174599, 0.002558272099122405, 0.002391972579061985, - -0.035697512328624725, -0.013107703998684883, 0.0917477160692215, - 0.04503496736288071, 0.01757211983203888, -0.05352453887462616, - -0.005385226104408503, 0.03807041421532631, 0.019846288487315178, - 0.02820633351802826, 0.04934842884540558, -0.026184696704149246, 0.052579365670681, - -0.018635964021086693, 0.06338990479707718, -0.0025253600906580687, - 0.018224313855171204, 0.03152332454919815, 0.054298896342515945, - 0.005924638360738754, -0.05376483500003815, -0.010155102238059044, - 0.01602129451930523, 0.03511310741305351, -0.006295955739915371, - -0.02728278934955597, 0.027293462306261063, -0.024731941521167755, - -0.02986999601125717, 0.06308583170175552, 0.010567847639322281, - 0.030791742727160454, 0.07298217713832855, -0.024675682187080383, - -0.023729920387268066, 0.038601648062467575, -0.08817050606012344, - -0.05794034153223038, 0.0010496122995391488, -0.007547343149781227, - 0.058214474469423294, -0.013755870051681995, -0.034157343208789825, - 0.03175528720021248, -0.01953881047666073, -0.013373620808124542, - 0.0016431198455393314, 0.014049649238586426, -0.029825668781995773, - -0.02324122004210949, 0.023539606481790543, 0.02665163017809391, - -0.017227215692400932, -0.020280156284570694, 0.036365725100040436, - 0.009591001085937023, 0.04704892262816429, -0.02223077416419983, - -0.027687428519129753, -0.015956420451402664, -0.023622561246156693, - -0.06664695590734482, 0.019823219627141953, -0.038519714027643204, - 0.015648476779460907, -0.061007048934698105, -0.0317457839846611, - 0.0024388476740568876, 0.05068161338567734, -0.014102783054113388, - -0.03157055005431175, 0.04374491795897484, 0.020263267681002617, - 0.024081885814666748, 0.03687203302979469, -0.04207194596529007, - -0.006088932976126671, -0.028742682188749313, 0.0312080979347229, - -0.0021304425317794085, -0.0035036252811551094, 0.017511187121272087, - -0.03460487723350525, 0.006372509989887476, 0.03148401901125908, - -0.06674648821353912, 0.016065102070569992, -0.02526194043457508, - 0.06757105886936188, -0.050294179469347, 0.041245296597480774, 0.00651799701154232, - -0.0034795331303030252, -0.030075550079345703, -0.017111774533987045, - -0.02498023770749569, 0.03329523280262947, -0.0036629117093980312, - -0.022934628650546074, 0.01838856190443039, 0.04418642446398735, - 0.019776340574026108, 0.06190606206655502, -0.03558716922998428, - -0.03889328986406326, 0.06509780883789062, 0.0003640197974164039 - ], - [ - 0.06010729819536209, -0.06587129086256027, 0.024200040847063065, - 0.006693041883409023, 0.0073013934306800365, 0.020314780995249748, - -0.01346603874117136, -0.0004702014266513288, 0.0149216428399086, - 0.046511974185705185, -0.0773802250623703, -0.014416187070310116, - 0.012644029222428799, 0.05923189967870712, -0.01473615039139986, - -0.029479634016752243, -0.047060463577508926, 0.004075805190950632, - 0.011630495078861713, -0.04884553328156471, 0.015725700184702873, - 0.029746878892183304, 0.03786003962159157, 0.03766750916838646, 0.05116960406303406, - 0.052761394530534744, -0.03163415938615799, 0.0036329824943095446, - -0.006846065632998943, 0.04200683534145355, -0.09124834835529327, - -0.011514760553836823, 0.013543903827667236, -0.05118434876203537, - -0.019857166334986687, -0.03649838641285896, 0.039364270865917206, - -0.07612282037734985, -0.0416722446680069, -0.0733698382973671, - -0.04130635783076286, 0.00344854686409235, 0.05722004547715187, 0.05461125448346138, - 0.01854754239320755, 0.011323959566652775, 0.020265480503439903, - -0.0002606291091069579, 0.009396662935614586, -0.03131384402513504, - 0.01831849478185177, 0.04299173131585121, -0.03208332508802414, - -0.029491618275642395, 0.0020906557328999043, 0.0766553208231926, - 0.005556104704737663, -0.04001162201166153, 0.039338722825050354, - -0.013857522048056126, 0.03282123804092407, 0.024712184444069862, - -0.04090775549411774, 0.03615197166800499, 0.0026304107159376144, - -0.030846238136291504, -0.062085967510938644, 0.0400710292160511, - 0.015063438564538956, -0.05084175989031792, 0.06094600632786751, - 0.03396423161029816, 0.08919011056423187, -0.06585663557052612, 0.05926484987139702, - 0.05431079864501953, 0.07224217802286148, 0.01466323621571064, - -0.0028475483413785696, 0.029329560697078705, -0.03417573496699333, - 0.03936808928847313, -0.01059054397046566, -0.01982972025871277, - -0.03874940052628517, -0.04319416731595993, 0.06225511059165001, - 0.015748582780361176, -0.05371548980474472, 0.0628095343708992, - 0.043976958841085434, -0.00041476654587313533, -0.05526230111718178, - -0.03580602630972862, 0.016932090744376183, 0.014874842949211597, - -0.03004254400730133, -0.007088097743690014, 0.0014914812054485083, - 0.019945822656154633, -0.006801706738770008, 0.040997423231601715, - 0.042610470205545425, 0.028875064104795456, -0.026418201625347137, - 0.1130545511841774, 0.05489969626069069, -0.026562675833702087, - 0.022326422855257988, 0.010757548734545708, 0.07483409345149994, - -0.06632759422063828, 0.06328092515468597, 0.029089124873280525, - -0.030778110027313232, 0.0006638025515712798, -0.005765913520008326, - -0.0596650168299675, -0.019781317561864853, -0.017778227105736732, - -0.00418828334659338, -0.018066201359033585, 0.006149260327219963, - -0.05322477966547012, -0.020413167774677277, 0.017711391672492027, - -0.0792468711733818, -0.0033436473459005356, -0.024750269949436188, - -0.06417901813983917, -0.03447303920984268, -0.026897139847278595, - 0.03310852870345116, -0.06322947144508362, 0.07498552650213242, -0.0599842369556427, - 0.006991235073655844, -0.018530311062932014, -0.0031717028468847275, - -0.03288101404905319, -0.027132706716656685, -0.05009014159440994, - 0.0071722883731126785, 0.009438968263566494, -0.050052568316459656, - -0.006388367619365454, -0.03686296567320824, 0.01341573242098093, - 0.013841851614415646, 0.021998288109898567, -0.001921897754073143, - 0.10002738237380981, 0.0014225702034309506, 0.029110722243785858, - 0.03328785300254822, -0.05978534370660782, -0.0047425939701497555, - 0.04160473123192787, -0.03273643180727959, 0.04669972509145737, -0.0246621984988451, - 0.04243732616305351, 0.0562945231795311, 0.050667453557252884, 0.060317765921354294, - -0.024969791993498802, 0.005198771134018898, 0.017990052700042725, - 0.027139203622937202, -0.017863284796476364, -0.057492900639772415, - 0.012474387884140015, -0.0713685005903244, -0.006748420652002096, - 0.009019771590828896, -0.0018510791705921292, -0.04032059758901596, - 0.00518077751621604, -0.013101109303534031, -0.06329476833343506, - 0.04429004341363907, 0.028184644877910614, 0.05296802148222923, - 0.008817950263619423, 0.04873249679803848, 0.06332788616418839, - -0.023585669696331024, 0.010143241845071316, -0.005127783864736557, - 0.011659118346869946, 0.038505129516124725, 0.05936703830957413, - 0.06661900132894516, 0.015070685185492039, 0.029907772317528725, - 0.06841643154621124, -0.049451831728219986, -0.021960673853754997, - 0.03853246569633484, -0.024737047031521797, 0.008786553516983986, - -0.0029932954348623753, -0.05379626899957657, -0.01806030608713627, - -0.010950344614684582, 0.004546862095594406, -0.020618200302124023, - 0.004532082937657833, -0.0019187061116099358, -0.021259695291519165, - -0.010039291344583035, -0.018894482403993607, -0.03258271515369415, - 0.007456510793417692, -0.03554759547114372, -0.02038169652223587, - 0.002245076233521104, -0.04650454595685005, 0.014253586530685425, - 0.01941625401377678, -0.03573343902826309, 0.028496550396084785, - -0.0391724593937397, -0.04018373787403107, 0.01776186004281044, -0.0649835541844368, - -0.011868715286254883, 0.058030080050230026, -0.029227646067738533, - 0.008510690182447433, 0.00020982442947570235, -0.019128700718283653, - -0.00599954416975379, 0.035756174474954605, -0.05128715932369232, - 0.07014103978872299, 0.0027599320746958256, 0.02861945703625679, - 0.006923337001353502, 0.035586073994636536, 0.0024838552344590425, - -0.007486810442060232, 0.0584072582423687, 0.025132207199931145, - -0.05187739059329033, -0.014938230626285076, -0.04026900231838226, - -0.05145324394106865, -0.009814508259296417, 0.043359845876693726, - -0.016240259632468224, -0.08161278814077377, -0.00816546194255352, - -0.010684877634048462, 0.006669350899755955, -0.005063312128186226, - -0.009748867712914944, 0.04479435831308365, -0.008004051633179188, - -0.01984320767223835, -0.013815199956297874, -0.021494494751095772, - 0.07227803766727448, -0.022165236994624138, -0.01210749987512827, - 0.03493965417146683, 0.08755440264940262, 0.028665294870734215, - -0.05328364297747612, 0.08219868689775467, 0.029733316972851753, - 0.03925587981939316, -0.004876962397247553, -0.010902810841798782, - -0.0016787359490990639, 0.032728686928749084, -0.006128953769803047, - 0.011564196087419987, -0.014226635918021202, 0.02827666886150837, - 0.059511929750442505, 0.09486400336027145, 0.024557242169976234, - -0.01732424646615982, 0.009747886098921299, 0.04345722869038582, - 0.020549040287733078, -0.013247605413198471, 0.04749954491853714, - 0.059422675520181656, -0.016771338880062103, -0.013914629817008972, - -0.04793296381831169, 0.00030378391966223717, 0.009679599665105343, - 0.07389598339796066, -0.02237105183303356, -0.008594331331551075, - -0.011687839403748512, 0.04919789731502533, 0.0405314564704895, - -0.026044726371765137, -0.023792577907443047, -0.06576523929834366, - -0.007627564482390881, 0.029454492032527924, 0.03561808913946152, - -0.005116274580359459, 0.011264629662036896, 0.05850822478532791, - -0.00920380000025034, -0.03732101991772652, -0.06003261357545853, - -0.05164491385221481, -0.003792531555518508, 0.0249773059040308, - 0.04170123115181923, -0.0557698979973793, 0.04469066858291626, - -0.012366433627903461, -0.010959891602396965, 0.022468531504273415, - -0.05210859701037407, -0.09611915796995163, 0.005302345380187035, - -0.0048456997610628605, 0.0053918189369142056, -0.011276169680058956, - 0.03492886200547218, 0.046910982578992844, 0.01947752758860588, - 0.050705231726169586, -0.0404413677752018, 0.055510252714157104, - 0.02013564296066761, -0.010597041808068752, -0.028839686885476112, - 0.01489389967173338, -0.011436541564762592, -0.0007173922494985163, - 0.011188828386366367, 0.03539033234119415, -0.04452051967382431, - 0.06880833953619003, -0.07607505470514297, -0.02772100269794464, - 0.05737421661615372, -0.038851961493492126, 0.023865722119808197, - 0.014293369837105274, -0.025176340714097023, 0.07995479553937912, - 0.032652776688337326, -0.002310901414602995, 0.030613595619797707, - -0.04233282059431076, -0.0053248112089931965, 0.044414982199668884, - -0.0170262660831213, 0.02284410037100315, 0.005590685643255711, 0.04189402610063553, - -0.011728193610906601, 0.02454845979809761, 0.05436260998249054, - 0.016203206032514572, -0.000646728090941906, -0.009919794276356697, - -0.0317111499607563, -0.026318814605474472, 0.03626485913991928, - 0.04879038780927658, -0.03487342968583107, -0.010365902446210384, - -0.0058628711849451065, -0.04387347027659416, 0.011833742260932922, - -0.012436655350029469, 0.05926121398806572, 0.025959724560379982, - -0.06596575677394867, -0.00118441681843251, 0.024682482704520226, - -0.008160779252648354 - ], - [ - -0.006579965353012085, -0.024848606437444687, -0.012245594523847103, - 0.04113779217004776, -0.03939438238739967, 0.04608382284641266, - 0.045056287199258804, -0.018689434975385666, 0.07317295670509338, - 0.042930424213409424, 0.0006182577344588935, 0.011340265162289143, - -0.024947993457317352, 0.0548817478120327, 0.05791012942790985, - 0.027010390534996986, 0.029645485803484917, -0.003084195777773857, - 0.10332435369491577, -0.04882608726620674, -0.007421810179948807, - -0.025227943435311317, 0.021585633978247643, -0.008056213147938251, - 0.023933302611112595, -0.04934781417250633, -0.004662518855184317, - -0.05508619174361229, 0.006714529823511839, -0.006680828053504229, - -0.04760613292455673, -0.030093958601355553, -0.010913542471826077, - -0.05228378623723984, 0.0420898012816906, 0.11848938465118408, - -0.032797303050756454, -0.07574648410081863, -0.029440153390169144, - 0.0139016630128026, -0.021998967975378036, 0.05723939836025238, 0.07869333028793335, - -0.0156787671148777, -0.009995667263865471, -0.01890348270535469, - 0.0405341312289238, 0.010917095467448235, -0.04352516308426857, - -0.04705462604761124, 0.05317273363471031, -0.037051972001791, - -0.009596184827387333, -0.037160757929086685, -0.03960646688938141, - 0.024697616696357727, 0.0037146052345633507, -0.005212810821831226, - 0.042800240218639374, -0.014443009160459042, 0.036116231232881546, - -0.02956497296690941, -0.05140595883131027, 0.005904206540435553, - 0.058552175760269165, 0.05268826708197594, 0.039618682116270065, - 0.07856934517621994, 0.03828050196170807, -0.04981786385178566, - -0.019910696893930435, 0.048301130533218384, 0.0805414617061615, - -0.048982664942741394, 0.06457983702421188, 0.0679318979382515, - 0.008567284792661667, 0.015559316612780094, -0.0227324478328228, - 0.027688181027770042, -0.05073532462120056, -0.023132411763072014, - -0.04778901860117912, -0.008387621492147446, -0.009538207203149796, - 0.05528861656785011, 0.07267402112483978, -0.028415145352482796, - -0.03735758364200592, 0.10303159803152084, 0.028938282281160355, - -0.022087061777710915, -0.026532800868153572, 0.026263747364282608, - 0.0030457917600870132, 0.04980970919132233, -0.07629718631505966, - -0.001830776920542121, 0.01663034036755562, 0.031544409692287445, - -0.006956913974136114, 0.01421857625246048, 0.07854049652814865, - -0.01493670605123043, 0.042101792991161346, 0.01182501669973135, - 0.02175743691623211, 0.010914669372141361, 0.0055673010647296906, - 0.003523746272549033, 0.031177006661891937, -0.08125144243240356, - 0.015821361914277077, 0.021045206114649773, -0.007964035496115685, - 0.034891337156295776, 0.013055243529379368, -0.09814057499170303, - -0.00036589003866538405, -0.03902756795287132, -0.06835933774709702, - 0.015112464316189289, -0.015030696988105774, -0.019202088937163353, - 0.04636171832680702, -0.027646895498037338, -0.02990928292274475, - -0.03264432027935982, 0.010222574695944786, 0.03186197206377983, - -0.02936631441116333, -0.005536695476621389, 0.03663258254528046, - -0.07376706600189209, 0.05376467481255531, 0.0002009807649301365, - -0.03574797138571739, 0.01173508819192648, -0.0823269635438919, 0.04173235967755318, - -0.0031989950221031904, -0.021415024995803833, 0.029450982809066772, - -0.018097558990120888, -0.009590311907231808, -0.0011766720563173294, - -0.08908143639564514, 0.051126547157764435, -0.0620967373251915, - -0.0003347155579831451, -0.04287301376461983, 0.0279781986027956, - 0.05922267958521843, 0.003679636400192976, 0.036874428391456604, - -0.030138863250613213, 0.011799233965575695, 0.005980098154395819, - -0.009518115781247616, -0.02515709400177002, -0.06232946366071701, - -0.004307325463742018, -0.004115883260965347, -0.029323337599635124, - 0.07377753406763077, -0.0191465076059103, 0.06949689984321594, -0.08224324882030487, - 0.0419398732483387, 0.008998078294098377, -0.015566036105155945, - 0.03469076752662659, 0.022171467542648315, -0.06684955954551697, - 0.005239676684141159, -0.023159952834248543, -0.008913041092455387, - 0.040500760078430176, -0.01436511892825365, 0.04276488348841667, - -0.036408260464668274, -0.015690719708800316, -0.02664797566831112, - 0.04133453965187073, 0.024146057665348053, -0.06633082777261734, - -0.018267590552568436, -0.0171564519405365, -0.0442010834813118, - -0.0030464797746390104, 0.006605018395930529, -0.012634223327040672, - 0.04432050883769989, 0.01650192216038704, 0.018002944067120552, - -0.0032371697016060352, -0.009733222424983978, -0.014518930576741695, - 0.08569566905498505, -0.034471359103918076, -0.027548979967832565, - -0.06941469013690948, 0.06593045592308044, -0.0008745317463763058, - -0.09944573789834976, -0.027994956821203232, 0.028600694611668587, - -0.04033922031521797, -0.04849441722035408, 0.06610824912786484, - -0.024281786754727364, 0.05826900526881218, 0.04142409935593605, - 0.012923221103847027, -0.02974632941186428, -0.031008945778012276, - -0.0003747854789253324, -0.043945617973804474, -0.07695244252681732, - -0.02324531227350235, 0.008287977427244186, -0.06606273353099823, - -0.007026195526123047, 0.0007568690343759954, 0.0289438609033823, - 0.020155970007181168, 0.033091213554143906, 0.006130585912615061, - -0.07057003676891327, 0.029220879077911377, 0.03641695901751518, - -0.02536545693874359, -0.022177835926413536, -0.00015506302588619292, - -0.04243204742670059, -0.026584619656205177, 0.0195779912173748, - 0.026080850511789322, -0.0986863523721695, 0.025693869218230247, - -0.03466905653476715, 0.028561627492308617, 0.012752990238368511, - 0.016523588448762894, -0.01800382137298584, 0.02945125102996826, - 0.03918784111738205, -0.025129524990916252, 0.009932042099535465, - 0.030035793781280518, -0.008730676956474781, -0.04689253866672516, - -0.05042878910899162, -0.029609819874167442, -0.0044167242012917995, - 0.00960206612944603, 0.04472532495856285, -0.0003683132817968726, - 0.027444973587989807, 0.02156130224466324, -0.04212598130106926, - 0.05522773787379265, 0.012458018027245998, 0.025271452963352203, - -0.011996530927717686, -0.050172027200460434, 0.05951665714383125, - 0.043956927955150604, 0.04877132922410965, -0.03241954743862152, - 0.002179452683776617, 0.05390515923500061, -0.020879728719592094, - -0.01491567399352789, -0.006883099675178528, 0.003514487762004137, - -0.06921078264713287, 0.0001262026053154841, 0.040075574070215225, - 0.036035023629665375, -0.04407202824950218, 0.012844095006585121, - -0.03957849368453026, -0.004748329054564238, 0.021911809220910072, - -0.019173191860318184, 0.011426455341279507, -0.0210554301738739, - 0.08278660476207733, 0.01595931686460972, -0.02447201870381832, - 0.053486213088035583, -0.0560804158449173, -0.026392687112092972, - 0.012224321253597736, 0.0779045894742012, 0.0035825346130877733, - 0.05980291962623596, -0.007438287604600191, -0.026465870440006256, - 0.07195241004228592, 0.004454587586224079, 0.0426284484565258, - 0.0029427697882056236, -0.07514705508947372, 0.0037470594979822636, - -0.019708450883626938, -0.028048422187566757, -0.03279842063784599, - 0.06931083649396896, 0.029420094564557076, -0.01618882082402706, - -0.06696721911430359, -0.019756972789764404, -0.05135069042444229, - 0.0581682063639164, 0.03593965992331505, 0.03159144148230553, -0.014818942174315453, - 0.0020738805178552866, 0.002050225157290697, 0.048022761940956116, - -0.011102456599473953, -0.011291123926639557, 0.015041191130876541, - 0.047764621675014496, -0.03023114614188671, 0.06905073672533035, - 0.047841429710388184, -0.015813235193490982, -0.059344399720430374, - -0.022456327453255653, -0.026984652504324913, 0.07428213953971863, - -0.10416273027658463, -0.07746461033821106, 0.024486830458045006, - 0.09896107017993927, -0.03399509936571121, -0.04373295605182648, - 0.023785488680005074, 0.017161492258310318, 0.012229305692017078, - 0.07544068247079849, -0.032544709742069244, -0.08043840527534485, - -0.03431835025548935, -0.012791693210601807, 0.06657656282186508, - -0.011353569105267525, 0.034142132848501205, 0.016656367108225822, - 0.019432589411735535, 0.03084365651011467, 0.02826867252588272, - 0.018554259091615677, -0.03342188522219658, 0.010299092158675194, - -0.014527389779686928, -0.04849148541688919, -0.0009576113079674542, - 0.008346909657120705, -0.12121132761240005, -0.002991814399138093, - -0.01919589377939701, 0.046109482645988464, 0.01515986304730177, - -0.004226424265652895, -0.09111999720335007, -0.0015906804474070668, - 0.02378862537443638, 0.012090474367141724, -0.07637883722782135, - -0.040222037583589554, 0.009565658867359161, -0.002562119858339429, - 0.0006976188742555678, -0.017704563215374947, 0.08029547333717346, - 0.026063453406095505, -0.052530914545059204, 0.014534151181578636, - 0.01756221428513527, -0.053865768015384674 - ], - [ - 0.02342607080936432, -0.005315249785780907, 0.06222439929842949, - 0.03824561461806297, 0.04754141345620155, -0.058076366782188416, - -0.01402513962239027, -0.061540696769952774, -0.04861133173108101, - -0.0702400952577591, 0.0294736847281456, 0.01165034994482994, 0.044250186532735825, - -0.06081053614616394, -0.034241221845149994, -0.01927599497139454, - 0.045932672917842865, 0.013704422861337662, -0.04782913997769356, - 0.018665364012122154, -0.10673779249191284, -0.005681443959474564, - -0.07897091656923294, 0.09695112705230713, 0.026263272389769554, - -0.0404873862862587, 0.047639623284339905, 0.04036004841327667, - -0.011422602459788322, 0.06044934317469597, 0.01635044254362583, - 0.058722738176584244, 0.04259565845131874, 0.015930496156215668, - -0.036984238773584366, -0.048733703792095184, -0.04900694265961647, - 0.04936285689473152, 0.021857300773262978, -0.055281590670347214, - 0.006862332578748465, -0.025235502049326897, 0.03768974915146828, - 0.06100171059370041, 0.028395405039191246, 0.06970266997814178, 0.04849741980433464, - -0.06338824331760406, 0.06599560379981995, 0.054595641791820526, - 0.031179144978523254, 0.027294879779219627, 0.04003731906414032, - -0.028104456141591072, -0.051211167126894, 0.06356723606586456, - -0.026669561862945557, -0.0450136624276638, 0.014551682397723198, - 0.04305193945765495, -0.06983420252799988, -0.008071825839579105, - -0.011986873112618923, 0.028976744040846825, 0.018587438389658928, - -0.0823146253824234, -0.013203253969550133, -0.10710810124874115, - 0.047140806913375854, -0.005449569784104824, 0.003907233010977507, - 0.0011014101328328252, -0.0015022283187136054, 0.04993657022714615, - -0.07498221844434738, -0.022426795214414597, -0.0828339233994484, - 0.008576436899602413, -0.024926381185650826, -0.0003528379020281136, - -0.047294776886701584, -0.025806959718465805, 0.052121225744485855, - -0.017795352265238762, 0.06430307030677795, -0.09494242817163467, - -0.018234143033623695, -0.05152314528822899, -0.029245344921946526, - -0.02375589869916439, 0.04132980853319168, -0.019060803577303886, - 0.023556526750326157, -0.04812735691666603, 0.010138878598809242, - -0.049495622515678406, -0.04969478398561478, 0.045463062822818756, - -0.05723690986633301, 0.0660126805305481, -0.005015431437641382, - -0.060478273779153824, -0.04420866817235947, 0.08310606330633163, - -0.0697425976395607, -0.06656757742166519, 0.021860413253307343, - -0.030669022351503372, 0.03369205445051193, -0.012118296697735786, - -0.005025662947446108, 0.04051593691110611, 0.002941705286502838, - -0.046587150543928146, -0.02324809320271015, -0.039389390498399734, - 0.05850314348936081, 0.03185313940048218, -0.018571563065052032, - 0.05211054906249046, -0.09743233770132065, 0.0061904494650661945, - -0.052656132727861404, -0.02091154083609581, -0.018786588683724403, - -0.02722266875207424, 0.04277688264846802, 0.021063730120658875, - -0.03204565867781639, -0.0015872541116550565, -0.0021200862247496843, - 0.0626472532749176, 0.0053507485426962376, 0.03777918592095375, - -0.012055805884301662, 0.025455160066485405, 0.002869725925847888, - -0.09656809270381927, 0.018953148275613785, -0.08244261890649796, - 0.03555965796113014, -0.02107338048517704, -0.06990578770637512, - -0.05216272920370102, 0.08300896733999252, -0.01930948533117771, - 0.04277429357171059, 0.007464606314897537, 0.032955121248960495, - -0.019236944615840912, -0.05893294885754585, 0.007753488142043352, - -0.03867223858833313, 0.008528158068656921, 0.0411786288022995, - -0.06673694401979446, 0.026018638163805008, 0.06778885424137115, - -0.07211370021104813, -0.09107480198144913, 0.035536229610443115, - 0.005904240068048239, 0.03937969356775284, -0.04687812551856041, - 0.023990914225578308, 0.04609547555446625, -0.011134270578622818, - 0.04293329641222954, 0.03364047780632973, -0.030684415251016617, - 0.012517337687313557, -0.0035103585105389357, 0.009602382779121399, - 0.06986650824546814, -0.00022082950454205275, 0.051974255591630936, - 0.02961074747145176, 0.09301017224788666, -0.05457882210612297, - 0.0029959548264741898, -0.015433689579367638, -0.06308242678642273, - -0.017978280782699585, -0.03889317810535431, -0.02575673907995224, - -0.021073251962661743, -0.007906083017587662, 0.055072199553251266, - 0.03298588842153549, -0.0018397822277620435, -0.05796879529953003, - -0.01327146589756012, -0.015958696603775024, 0.0318041555583477, - -0.051398683339357376, -0.0013740557478740811, -0.0607638843357563, - 0.05347973853349686, 0.03652213141322136, 0.07410051673650742, 0.03523873910307884, - 0.1682983785867691, 0.020567618310451508, 0.04725267365574837, - -0.0007527755806222558, -0.024526581168174744, 0.055670786648988724, - -0.003752846037968993, 0.07015416026115417, 0.042755890637636185, - -0.09061336517333984, 0.01816727966070175, 0.02619968168437481, - 0.025400962680578232, 0.03757109120488167, -0.000391223409678787, - 0.08219459652900696, 0.11010110378265381, 0.01290178019553423, 0.019374551251530647, - 0.0477445162832737, 0.008122088387608528, -0.042237889021635056, - -0.01372091006487608, 0.056349217891693115, 0.09778664261102676, - -0.02329581044614315, -0.012150985188782215, 0.014426467940211296, - 0.09697557985782623, 0.04472697526216507, 0.03430118039250374, 0.003104014554992318, - -0.03435850888490677, 0.11865931004285812, -0.01895388774573803, - -0.023663271218538284, -0.030528424307703972, -0.016725149005651474, - -0.01607813499867916, -0.021225737407803535, 0.029489606618881226, - -0.09317158907651901, 0.04476485028862953, -0.09305693954229355, - 0.033862873911857605, 0.038551490753889084, 0.016556425020098686, - 0.017781827598810196, 3.9389175071846694e-5, 0.08959846943616867, - 0.09754754602909088, 0.005414741579443216, -0.022998547181487083, - 0.045308951288461685, 0.06651099026203156, -0.005132156424224377, - -0.040276918560266495, 0.028944822028279305, -0.02659066952764988, - -0.002943079685792327, -0.004740883596241474, 0.03295786678791046, - -0.023761579766869545, 0.04525134712457657, 0.028445987030863762, - -0.040787890553474426, -0.05202140659093857, 0.05969344079494476, - -0.04559189826250076, -0.052361153066158295, -0.13235336542129517, - -0.01359783299267292, 0.01700904406607151, -0.009717377834022045, - -0.033937495201826096, -0.052528299391269684, -0.003603080753237009, - 0.06857804208993912, -0.0633314773440361, -0.01248182076960802, - -0.013587655499577522, -0.06297679990530014, -0.06362027674913406, - -0.03670614957809448, -0.01387097965925932, -0.0461195707321167, - -0.012866156175732613, -0.09453952312469482, -0.01196055207401514, - 0.013088594190776348, -0.014258308336138725, 0.05894790589809418, - -0.02010541968047619, 0.0031266738660633564, -0.02555163949728012, - -0.00845103245228529, -0.02189253270626068, 0.042385753244161606, - 0.05369450896978378, 0.026761379092931747, 0.07004053890705109, 0.12112241983413696, - 0.024765336886048317, 0.013361700810492039, 0.010053910315036774, - 0.0227211844176054, 0.018936358392238617, 0.02694610506296158, -0.04341626539826393, - 0.0156147675588727, -0.004986616317182779, -0.029807189479470253, - 0.022527093067765236, -0.0191746037453413, 0.039721522480249405, - 0.024623000994324684, 0.03887392580509186, 0.08038683235645294, - -0.027006415650248528, 0.03218933567404747, -0.021690143272280693, - 0.04995487257838249, 0.06598207354545593, -0.026656068861484528, - 0.005691866390407085, 0.007871603593230247, -0.023401813581585884, - 0.043635979294776917, -0.006322124972939491, -0.05357690155506134, - -0.06193392351269722, 0.03575088083744049, -0.01471749972552061, - -0.003886924358084798, 0.11466637253761292, 0.05931348726153374, - 0.003633074928075075, 0.0540531724691391, -0.009597230702638626, - -0.05143160745501518, -0.013358020223677158, 0.021837357431650162, - -0.030996566638350487, 0.03326001390814781, -0.04129630699753761, - 0.02094411477446556, 0.07265886664390564, -0.019643258303403854, - -0.009483342990279198, 0.01556425727903843, -0.0670277401804924, - -0.02681170031428337, -0.061248790472745895, -0.005469758994877338, - 0.03276534751057625, 0.0022711162455379963, -0.009919587522745132, - 0.018375983461737633, 0.04176245257258415, 0.007413191255182028, - -0.024821996688842773, 0.04810712859034538, -0.0009733501356095076, - -0.012724991887807846, 0.007513715419918299, -0.03049922175705433, - -0.09572936594486237, 0.004054950084537268, 0.052008360624313354, - 0.06552402675151825, 0.023435145616531372, 0.027385355904698372, - 0.015156853012740612, 0.008741375058889389, 0.03526465967297554, - -0.11988943070173264, -0.006630061659961939, -0.01456726249307394, - -0.03863563761115074, -0.02307329885661602, 0.027803828939795494, - -0.018343111500144005, 0.016668790951371193 - ], - [ - -0.01883969083428383, -0.027962489053606987, -0.11942189931869507, - 0.015227134339511395, -0.06995534896850586, -0.07179311662912369, - -0.024015121161937714, -0.014631001278758049, 0.04539182782173157, - 0.04872201383113861, 0.013525504618883133, 0.097835011780262, 0.006378908175975084, - -0.02488749474287033, -0.027901610359549522, -0.017933184280991554, - -0.07655360549688339, -0.012718110345304012, 0.05788189172744751, - -0.06610559672117233, 0.08669289201498032, 0.00896633230149746, 0.07059925049543381, - -0.04602603614330292, 0.05439126864075661, 0.06920287758111954, - -0.008405563421547413, 0.002881907857954502, 0.017566805705428123, - -0.008572148159146309, -0.0661776214838028, -0.03641396015882492, - -0.03070344217121601, -0.0032147523015737534, -0.059759579598903656, - 0.047318536788225174, 0.027640195563435555, -0.05507947877049446, - 0.005689734593033791, -0.025608791038393974, 0.04420944303274155, - -0.037940289825201035, 0.01802353747189045, 0.03265255689620972, - 0.08046166598796844, 0.07651281356811523, -0.04634983092546463, 0.03305454179644585, - -0.052998706698417664, 0.0721316859126091, 0.06885701417922974, - -0.06602206081151962, 0.06921327859163284, 0.047071654349565506, - -0.0033162953332066536, -0.059299420565366745, 0.0013243341818451881, - 0.045328620821237564, -0.03382759541273117, -0.06758222728967667, - 0.034823570400476456, -0.04699215292930603, -0.055337607860565186, - 0.0742083415389061, -0.019753003492951393, 0.09388574212789536, 0.11751829832792282, - 0.05238986760377884, -0.06276576220989227, -0.051822174340486526, - -0.06456775963306427, 0.030567718669772148, 0.037809498608112335, - 0.053209736943244934, -0.05428110063076019, 0.01711062528192997, - 0.07887186855077744, 0.061271652579307556, -0.017931237816810608, - -0.006879144348204136, -0.061721302568912506, 0.02776886709034443, - 0.0005617959541268647, 0.04752917215228081, -0.02640150673687458, - 0.048860251903533936, 0.058218084275722504, 0.00394652783870697, - -0.0049729119054973125, 0.0012598669854924083, 0.0012567037483677268, - 0.059822291135787964, 0.0423089973628521, 0.04359297454357147, 0.04254482313990593, - 0.003404763527214527, 0.024154212325811386, -0.06076693534851074, - 0.06322343647480011, -0.07242962718009949, -0.020171502605080605, - -0.010678060352802277, -0.039333704859018326, 0.0006314166239462793, - 0.04621206969022751, -0.012711542658507824, 0.009555964730679989, - 0.029536353424191475, 0.019791295751929283, -0.04954714700579643, - 0.005027348641306162, 0.013531685806810856, -0.09263922274112701, - 0.008555746637284756, 0.05885612592101097, -0.05993818864226341, - 0.043889615684747696, 0.008793162181973457, 0.03753436729311943, - 0.013437974266707897, -0.07783347368240356, -0.05462212115526199, - -0.0021255777683109045, 0.023809196427464485, 0.05484424903988838, - -0.04150017350912094, 0.08585719019174576, -0.018086904659867287, - -0.028585102409124374, 0.04544297978281975, -0.023656301200389862, - -0.021699784323573112, 0.037957511842250824, 0.076307512819767, 0.09309399127960205, - 0.04961353540420532, -0.030083293095231056, -0.0012353016063570976, - 0.10055111348628998, 0.021431472152471542, -0.05176418274641037, - 6.50783913442865e-5, 0.055989474058151245, -0.011754821054637432, - -0.05325896292924881, -0.012121721170842648, -0.0062537286430597305, - 0.052645493298769, 0.00638650543987751, -0.01406550407409668, 0.01720290817320347, - 0.06638553738594055, 0.03826365992426872, 0.06829299032688141, - -0.058913301676511765, -0.025550125166773796, -0.06525363773107529, - -0.09242148697376251, -0.02975947968661785, -0.07415520399808884, - 0.008858231827616692, -0.022484449669718742, 0.016450151801109314, - 0.004467560909688473, -0.006360301747918129, 0.022975096479058266, - -0.01621178723871708, 0.08560009300708771, 0.05352313816547394, -0.0706857368350029, - -0.0028233621269464493, -0.08772529661655426, -0.040353164076805115, - 0.04414030537009239, -0.11875218152999878, -0.007298691663891077, - -0.014742483384907246, 0.014414851553738117, -0.0048274085856974125, - -0.03789377957582474, -0.007337480783462524, 0.014002908952534199, - -0.0019981744699180126, 0.028077637776732445, 0.013267413713037968, - 0.07807385921478271, 0.014230182394385338, -0.059156108647584915, - -0.030552275478839874, 0.021838070824742317, -0.08922368288040161, - 0.06667256355285645, -0.028930220752954483, -0.003181956009939313, - 0.09848402440547943, 0.036773327738046646, -0.062413107603788376, - -0.017171241343021393, -0.02754264511168003, -0.00735687417909503, - -0.03783790022134781, -0.002320566214621067, -0.04319101944565773, - 0.0374264121055603, -0.06221102550625801, -0.04387328028678894, - -0.08359109610319138, 0.05047218129038811, -0.015561770647764206, - -0.015580879524350166, -0.0002884980058297515, -0.06753570586442947, - -0.021467985585331917, -0.08460365235805511, 0.007737454958260059, - 0.07619351148605347, 0.011549742892384529, -0.04560654237866402, - -0.03266033157706261, 0.0716533213853836, -0.05600439012050629, - -0.01474741380661726, 0.09269990026950836, -0.03687022253870964, - -0.05927499383687973, -0.06397144496440887, 0.08955997973680496, - 0.08557511121034622, 0.03388327732682228, 0.02084808610379696, 0.016549697145819664, - 0.035176001489162445, -0.032452136278152466, -0.0420498363673687, - 0.03894742950797081, 0.0029758880846202374, -0.02004324458539486, - 0.007925371639430523, 0.009701468050479889, 0.11785095185041428, - -0.13076981902122498, -0.024369891732931137, 0.014976384118199348, - 0.021439634263515472, 0.07132779806852341, 0.05650261417031288, 0.03849321976304054, - -0.011891370639204979, 0.0303033497184515, -0.03418714180588722, - -0.013364075683057308, -0.05731324106454849, 0.07399788498878479, - 0.08744067698717117, -0.003173986915498972, -0.03516973555088043, - 0.08030004799365997, 0.0014363116351887584, -0.036164894700050354, - 0.04269258677959442, 0.10273263603448868, 0.09464091807603836, 0.07701028883457184, - 0.02471914328634739, 0.06755398958921432, -0.0051231104880571365, - -0.04164460301399231, 0.012675659731030464, -0.08435837179422379, - 0.012659669853746891, -0.029978586360812187, 0.07367834448814392, - -0.028754521161317825, 0.07769162207841873, 0.022188667207956314, - -0.09685389697551727, 0.04052324965596199, -0.10053148865699768, - 0.019123848527669907, 0.04929453507065773, 0.051211535930633545, - 0.027410512790083885, -0.09809479862451553, -0.04526703432202339, - 0.06168117746710777, -0.04090064764022827, 0.01148789282888174, - 0.051408007740974426, -0.058615464717149734, -0.07476098835468292, - -0.0141259441152215, 0.0029444070532917976, 0.03913729637861252, - 0.06863240897655487, -0.04392025247216225, 0.024214357137680054, - 0.026785893365740776, -0.11926992982625961, -0.01721591129899025, - 0.014916044659912586, 0.01096541341394186, 0.0024160328321158886, - -0.01807854138314724, -0.0001750301307765767, 0.056452155113220215, - -0.035165149718523026, 0.04094211384654045, 0.015014329925179482, - -0.04449769854545593, -0.006339972373098135, 0.08593668788671494, - -0.07517783343791962, -0.00835083145648241, 0.004378615878522396, - 0.010868814773857594, 0.028455516323447227, -0.07221510261297226, - 0.005442663561552763, -0.09169598668813705, -0.00810675136744976, - -0.02831169217824936, -0.04804298281669617, 0.042187586426734924, - -0.06564253568649292, 0.0024017763789743185, -0.0021916148252785206, - -0.06397043913602829, 0.011482621543109417, 0.12288130819797516, - -0.028598876670002937, -0.06969389319419861, -0.01481566485017538, - 0.08974967151880264, -0.056996069848537445, -0.07560465484857559, - -0.12210270017385483, -0.05682867020368576, 0.05362972617149353, - -0.01319734938442707, 0.05855615809559822, 0.039952024817466736, - -0.0784674808382988, 0.004171551670879126, -0.022492457181215286, - 0.014128102920949459, -0.020342502743005753, 0.058253392577171326, - 0.004754865542054176, 0.027556834742426872, -0.05243752896785736, - -0.0616212859749794, 0.10192669183015823, 0.02706586755812168, 0.019527750089764595, - -0.041440125554800034, -0.05491598695516586, 0.12307745218276978, - 0.019932782277464867, -0.0037056889850646257, 0.10434677451848984, - 0.06695118546485901, 0.01584327220916748, 0.012422737665474415, 0.03236480429768562, - 0.022109221667051315, 0.10626709461212158, -0.031543370336294174, - 0.013787002302706242, 0.057644352316856384, -0.06915811449289322, - -0.0203836802393198, -0.00019268195319455117, 0.027766192331910133, - 0.013793883845210075, -0.06750233471393585, -0.003519888734444976, - -0.003080355003476143, 0.06816355884075165, 0.14070257544517517, - 0.004779137205332518, -0.02604314498603344, -0.019497398287057877, - 0.06208990886807442, -0.012119279243052006 - ], - [ - -0.005334687884896994, 0.06014104187488556, -0.013316890224814415, - -0.026494674384593964, 0.025048036128282547, -0.006171188782900572, - -0.021757133305072784, -0.04957633092999458, -0.017681753262877464, - 0.004148103296756744, -0.02867414616048336, 0.024003610014915466, - -0.03593122586607933, 0.059879954904317856, -0.03238552063703537, - 0.019005458801984787, -0.08126120269298553, 0.04070904105901718, - 0.003373987739905715, -0.06571165472269058, -0.007074261549860239, - 0.02255728468298912, 0.05846479535102844, -0.0015456832479685545, - 0.0007748801144771278, 0.025606554001569748, -0.0492829903960228, - 0.030346225947141647, -0.019931839779019356, -0.018506759777665138, - -0.07813584804534912, -0.020622296258807182, 0.005646574776619673, - -0.02619447000324726, -0.051410842686891556, 0.01335398480296135, - -0.025470389053225517, -0.041990116238594055, 0.03741437569260597, - 0.04333699494600296, 0.028365610167384148, 0.07006334513425827, - -0.003086065873503685, -0.0428321473300457, -0.06130736693739891, - -0.0007130118319764733, -0.0026166345924139023, -0.029631245881319046, - -0.052096348255872726, -0.017015978693962097, -0.0060525392182171345, - -0.027760347351431847, -0.027117274701595306, -0.07604925334453583, - 0.06105653569102287, 0.05321348085999489, -0.016557851806282997, - 0.02635294571518898, 0.030892325565218925, -0.084133081138134, 0.04510299488902092, - 0.0025998177006840706, 0.0015463747549802065, -0.014123461209237576, - 0.0017298387829214334, 0.049052875488996506, 0.028070926666259766, - 0.047201450914144516, 0.02466856874525547, -0.06039225310087204, - 0.02547755278646946, -0.02593497931957245, 0.036562927067279816, - -0.021633068099617958, 0.014233067631721497, -0.015092619694769382, - 0.10064401477575302, -0.00953626073896885, -0.05449822545051575, - 0.06558259576559067, -0.003683880204334855, -0.022168811410665512, - -0.01261442992836237, 0.0746736228466034, -0.028280608355998993, - -0.006380614824593067, 0.04975012317299843, 0.011981233023107052, - -0.06935664266347885, 0.03548114746809006, 0.03168375417590141, - -0.012382878921926022, -0.0004286377225071192, -0.023218004032969475, - -0.025560427457094193, -0.0291582141071558, 0.021051611751317978, - 0.015110097825527191, 0.05241993069648743, 0.03652220219373703, 0.03808777406811714, - 0.02292780391871929, -0.04030479118227959, 0.03842626512050629, - -0.023508580401539803, 0.05589446797966957, -0.02127815969288349, - 0.03147698566317558, 0.04858401045203209, -0.034845080226659775, - 0.023634374141693115, -0.05446982383728027, 0.046906426548957825, - -0.005696367006748915, 0.014521747827529907, 0.023736290633678436, - -0.04267122596502304, -0.06965936720371246, -0.019046761095523834, - -0.00660217460244894, -0.023970812559127808, -0.01564120128750801, - 0.06706961989402771, 0.05048641934990883, -0.01538297813385725, - 0.006644760724157095, -0.03213551267981529, -0.0427955687046051, - -0.023458536714315414, -0.0293307825922966, -0.020846880972385406, - 0.006249553523957729, 0.07982011884450912, -0.05418086796998978, - 0.06876794248819351, -0.034800827503204346, 0.087596595287323, - -0.005861001089215279, -0.01507553830742836, 0.04169003665447235, - -0.046479858458042145, -0.04399307444691658, -0.013879203237593174, - -0.03719586506485939, -0.05074863135814667, -0.013028832152485847, - -0.045699093490839005, -0.03689169883728027, -0.022671684622764587, - 0.012123164720833302, 0.04617531597614288, 0.005581437610089779, - 0.013714677654206753, 0.018854346126317978, -0.01854388415813446, - -0.08339746296405792, 0.08418355882167816, 0.00034975132439285517, - 0.04951034486293793, -0.007713614962995052, -0.06119994446635246, - 0.0231751948595047, -0.037524573504924774, 0.017120633274316788, - 0.09185328334569931, -0.04002256691455841, 0.03588852658867836, - -0.022993657737970352, 0.03358433023095131, -0.030327536165714264, - 0.01830458454787731, -0.021586507558822632, -0.026667805388569832, - -0.05020719766616821, -0.020812349393963814, 0.025194579735398293, - -0.06083012372255325, -0.005130044184625149, -0.041268106549978256, - -0.011962469667196274, 0.06548013538122177, -0.004407831467688084, - 0.01978064514696598, 0.012973657809197903, 0.058571815490722656, - 0.0008069241885095835, -0.029646404087543488, 0.051233064383268356, - -0.0025238345842808485, 0.03329100087285042, 0.02099776268005371, - 0.05626291409134865, 0.03603849187493324, 0.06346496939659119, - -0.010167543776333332, 0.07034743577241898, -0.04460006207227707, - -0.09043635427951813, 0.04004805162549019, -0.04018843546509743, - -0.06467192620038986, -0.09642615914344788, 0.050357796251773834, - -0.07005175948143005, -0.0807032361626625, -0.023114990442991257, - -0.006738096941262484, 0.0049756970256567, -0.08457417786121368, - 0.006180071271955967, -0.029543496668338776, 0.030418910086154938, - -0.02116897702217102, 0.019517051056027412, -0.01379377581179142, - 0.06487248092889786, -0.014174094423651695, -0.04957803338766098, - 0.02474580891430378, -0.02587633952498436, 0.041608624160289764, - -0.0662226527929306, -0.011990336701273918, 0.023357199504971504, - 0.05044341832399368, -0.0038533222395926714, 0.060359567403793335, - 0.09452816843986511, -0.04803967475891113, -0.04216668754816055, - -0.04037301987409592, 0.029313508421182632, -0.07839838415384293, - -0.02650783769786358, -0.03750269114971161, 0.07501610368490219, - -0.05465373024344444, 0.05179658904671669, 0.012637471780180931, - 0.013535579666495323, -0.03157704323530197, 0.0697779655456543, - 0.005006089340895414, -0.07329504936933517, -0.014974255114793777, - 0.003433163044974208, -0.02904442697763443, -0.018130017444491386, - 0.0055631790310144424, 0.07775143533945084, -0.06600586324930191, - 0.004201102070510387, -0.03377292677760124, 0.030109435319900513, - 0.025299038738012314, 0.007238013669848442, -0.08418833464384079, - 0.022996211424469948, -0.02173156663775444, 0.06438004970550537, - 0.01987817883491516, 0.05749119445681572, -0.01909392513334751, - -0.022575590759515762, -0.038245607167482376, -0.07137257605791092, - 0.09661435335874557, -0.027112826704978943, -0.004816845059394836, - 0.0017812958685681224, -0.008164048194885254, 0.07504545897245407, - -0.015783486887812614, -0.016882792115211487, -0.024767184630036354, - -0.024769390001893044, 0.01858641393482685, -0.06486816704273224, - -0.039850588887929916, 0.11647260189056396, 0.0467657744884491, 0.0679258331656456, - -0.004711158107966185, -0.03858109191060066, 0.030280103906989098, - 0.007822837680578232, -0.008293661288917065, -0.021579314023256302, - 0.035199735313653946, 0.06952734291553497, -0.013562999665737152, - 0.09267602115869522, -0.01080862432718277, -0.008538695983588696, - 0.004860823042690754, 0.0697132796049118, -0.045477721840143204, - -0.04619648680090904, -0.06634032726287842, 0.03900960460305214, - 0.040013134479522705, -0.01092265360057354, -0.07175519317388535, - -0.056014012545347214, -0.0744251236319542, -0.03149191662669182, - -0.032728664577007294, 0.013950771652162075, -0.010148365050554276, - 0.017209287732839584, 0.008746818639338017, -0.11384246498346329, - -0.0036856913939118385, -0.03754298388957977, -0.0011280084727331996, - 0.03337252140045166, -0.010738593526184559, -0.015315612778067589, - -0.016570735722780228, 0.0241519957780838, 0.012639024294912815, - 0.06936389952898026, -0.07903769612312317, -0.027543146163225174, - 0.062343768775463104, 0.03400949388742447, -0.012371065095067024, - 0.03494676202535629, 0.015719788148999214, 0.060030702501535416, - -0.01963897980749607, 0.052693452686071396, -0.05688155069947243, - 0.033049874007701874, -0.08083812892436981, -0.003607593011111021, - 0.04604464769363403, 0.05358324572443962, 0.01564355567097664, 0.0316515751183033, - -0.01890643686056137, -0.07011621445417404, 0.0023374021984636784, - 0.028318976983428, -0.06016913428902626, 0.013441519811749458, 0.037073764950037, - 0.0019038491882383823, 0.06501229107379913, -0.0683836117386818, - 0.044754382222890854, 0.11401195824146271, 0.018517157062888145, - 0.03244045004248619, 0.0093303257599473, 0.036163218319416046, 0.002204810967668891, - -0.060473378747701645, 0.06855446845293045, -0.01759546622633934, - 0.043863214552402496, 0.009893610142171383, -0.0335703082382679, - 0.020191453397274017, -0.02083844318985939, 0.06573954969644547, - -0.0005615830887109041, 0.06338870525360107, -0.07856329530477524, - -0.011378650553524494, 0.04728527367115021, 0.05548146739602089, - -0.012592782266438007, -0.034110039472579956, 0.015221142210066319, - -0.013210954144597054, 0.033444199711084366, -0.05068032816052437, - 0.07712995260953903, -0.03504283353686333, 0.0002961292921099812, - 0.02962118200957775, 0.017831770703196526, -0.0027887041214853525 - ], - [ - -0.056952569633722305, -0.050162382423877716, -0.0399591401219368, - 0.04173958674073219, -0.01573948934674263, -0.0325925275683403, - -0.009623474441468716, 0.02277611941099167, -0.03696022927761078, - -0.03984031453728676, 0.048618678003549576, -0.03661777824163437, - 0.038481034338474274, -0.02219882421195507, -0.035222847014665604, - -0.03858949989080429, 0.030303657054901123, 0.07199107110500336, - -0.03377722576260567, 0.1276606172323227, -0.09939197450876236, - -0.051904890686273575, 0.009408260695636272, 0.017001675441861153, - -0.019391681998968124, -0.004402776714414358, 0.05935193970799446, - 0.028352001681923866, -0.01557654794305563, -0.03489061817526817, - 0.04227881133556366, 0.023827282711863518, 0.039424922317266464, - -0.000510964950080961, 0.05054347217082977, -0.006921036634594202, - 0.025134798139333725, -0.006804442498832941, -0.06420313566923141, - 0.005496951751410961, -0.0161883607506752, -0.0458352267742157, - -0.03894206881523132, 0.0038825650699436665, 0.062080513685941696, - 0.027490906417369843, -0.02480345591902733, -0.07704908400774002, - 0.09152242541313171, 0.08561930060386658, 0.022045277059078217, 0.03099536895751953, - -0.006728473585098982, 0.015397495590150356, -0.09142477810382843, - -0.06742998212575912, -0.05296802148222923, -0.012164073996245861, - -0.03784453123807907, 0.05785346031188965, -0.04964006692171097, - 0.010406222194433212, 0.07018902152776718, 0.06406030058860779, - -0.06019281968474388, -0.05791788920760155, -0.007699749432504177, - -0.08640097826719284, -0.009600991383194923, 0.01624329574406147, - -0.04521239548921585, 0.0028003209736198187, -0.035571858286857605, - 0.02025582082569599, -0.08420207351446152, 0.007346400059759617, - -0.0779583603143692, 0.021720293909311295, -0.016076941043138504, - -0.008198317140340805, 0.03214331343770027, 0.0096503384411335, - 0.006548126228153706, -0.0013200060930103064, 0.013773886486887932, - 0.05015351623296738, -0.043604958802461624, 0.01883387379348278, - 0.050215937197208405, -0.08020789176225662, 0.08246346563100815, - -0.01999666914343834, -0.02783404476940632, -0.04736188054084778, - -0.001764385960996151, -0.003548911539837718, 0.0374629870057106, - 0.028790924698114395, -0.10336146503686905, -0.0005921250558458269, - 0.015223521739244461, -0.02710472047328949, 0.026339435949921608, - -0.00729732820764184, 0.030591465532779694, -0.026991507038474083, - 0.029560396447777748, 0.019373442977666855, -0.009401657618582249, - 0.03336113691329956, -0.04302837327122688, 0.015290308743715286, - -0.04958566650748253, -0.04540740326046944, 0.017066676169633865, - -0.03611889109015465, 0.03518014773726463, 0.05029761791229248, 0.05791642516851425, - 0.01877734810113907, -0.007780004758387804, 0.013219130225479603, - 0.005755910184234381, -0.026246925815939903, -0.03470563143491745, - -0.02730671688914299, 0.03851424902677536, -0.01984240859746933, - -0.017757130786776543, 0.021279195323586464, -0.021466879174113274, - 0.009280008263885975, -0.03534236550331116, 0.04680417850613594, - -0.03281889110803604, -0.006077839992940426, -0.058543410152196884, - 0.004454295616596937, 0.05764445289969444, -0.042734283953905106, - 0.06922788172960281, 0.011813797987997532, -0.038755230605602264, - 0.0184492040425539, 0.030409306287765503, -0.00619086716324091, 0.07858593761920929, - -0.09571162611246109, 0.08062084019184113, 0.05594760179519653, - -0.02542462944984436, -0.03630945086479187, -0.019109511747956276, - 0.025029001757502556, 0.004011234734207392, 0.05785136669874191, - -0.04898858070373535, 0.057157810777425766, -0.06362362951040268, - -0.036262691020965576, 0.011302241124212742, -0.007448882330209017, - 0.00399077357724309, 0.07742171734571457, -0.017197152599692345, - -0.021339595317840576, -0.08957973122596741, -0.01755807362496853, - -0.034145209938287735, -0.04508063942193985, 0.008242707699537277, - 0.056889139115810394, 0.04349031299352646, -0.0031751368660479784, - -0.011249375529587269, 0.07446949183940887, 0.04278631880879402, - 0.06395037472248077, -0.04362643510103226, -0.01169432420283556, - -0.012205356732010841, 0.010686022229492664, -0.06286435574293137, - -0.06451771408319473, -0.03163895010948181, 0.022765669971704483, - -0.03109714947640896, -0.03355811908841133, 0.08133131265640259, - 0.03247729316353798, -0.08833902329206467, -0.043323393911123276, - -0.13679061830043793, 0.011496409773826599, -0.05703327804803848, - 0.030739612877368927, 0.04633944481611252, 0.08483295142650604, - -0.011430758982896805, 0.06513528525829315, 0.03443102166056633, - 0.03694472834467888, 0.019258199259638786, 0.08991820365190506, - 0.046143464744091034, 0.05533828213810921, 0.008312962017953396, - 0.016495971009135246, 0.12005313485860825, 0.01838798075914383, - -0.06815197318792343, 0.014813645742833614, 0.04944783076643944, - 0.05178060382604599, 0.014137454330921173, 0.02479623444378376, - 0.014064516872167587, 0.08452562242746353, 0.01229128148406744, - -0.004362750332802534, 0.04222296178340912, -0.027839286252856255, - -0.055750373750925064, -0.02919706143438816, -0.024774063378572464, - 0.005698821973055601, -0.02837590128183365, 0.05091080069541931, - 0.02055109478533268, 0.06709714233875275, -0.02173657715320587, - -0.04410785809159279, 0.053638964891433716, -0.060661934316158295, - 0.07136113196611404, -0.006640918552875519, 0.002693712478503585, - -0.0336974635720253, 0.08471057564020157, 0.04721757397055626, -0.06910810619592667, - -0.03530067577958107, -0.019915619865059853, -0.0053557222709059715, - -0.06987720727920532, -0.006383885163813829, 0.024812668561935425, - 0.012414530850946903, -0.007984496653079987, 0.035245541483163834, - 0.016704455018043518, 0.04559839516878128, -0.04222305864095688, - 0.02265130914747715, 0.007845398969948292, -0.010762195102870464, - 0.029602784663438797, 0.03516996279358864, -0.04766532778739929, - -0.0026593131478875875, 0.029570922255516052, -0.022721832618117332, - 0.011956879869103432, -0.04443225637078285, 0.03728097304701805, 0.0495104119181633, - -0.023900000378489494, 0.00035265443148091435, 0.02823282964527607, - -0.056589335203170776, 0.008886762894690037, -0.10622481256723404, - -0.015313339419662952, -0.00886533036828041, -0.056274931877851486, - -0.06327252089977264, 0.015625348314642906, 0.008077514357864857, - -0.03757047280669212, -0.13324090838432312, -0.054743558168411255, - -0.06762716174125671, -0.07800114899873734, 0.018409932032227516, - -0.014406338334083557, 0.02893778495490551, -0.03204844519495964, - 0.02741078846156597, -0.0357389971613884, 0.002001577289775014, - 0.007559963036328554, -0.06887640058994293, -0.04409997910261154, - 0.0076623097993433475, -0.05132146552205086, -0.12462573498487473, - -0.005010041408240795, -0.03610245883464813, 0.02747218869626522, - -0.03530953451991081, 0.054555267095565796, 0.037712257355451584, - 0.056484851986169815, 0.04456215724349022, 0.0742955282330513, 0.031138112768530846, - 0.03436380997300148, -0.00020434420730452985, -0.009123091585934162, - -0.10728947818279266, -0.02518114447593689, 0.04980096220970154, - 0.0020492179319262505, 0.08429739624261856, 0.025593793019652367, - -0.04957327991724014, 0.025511519983410835, 0.05051705613732338, - 0.016556641086935997, 0.021935096010565758, 0.025920087471604347, - -0.03273371607065201, 0.00038178684189915657, 0.06305781751871109, - -0.06218452751636505, -0.010624449700117111, 0.03643720597028732, - -0.05472409352660179, 0.0025128021370619535, -0.01512936782091856, - 0.02815256267786026, -0.0409611240029335, 0.01868201233446598, 0.006830114405602217, - -0.047282569110393524, 0.06908993422985077, -0.030328672379255295, - -0.08961908519268036, 0.03168761730194092, 0.043171271681785583, - -0.06501369923353195, 0.05497124418616295, 0.07858974486589432, - -0.00012594663712661713, 0.05900255963206291, 0.03273133188486099, - -0.016666095703840256, 0.006276807282119989, -0.012094584293663502, - -0.008059373125433922, 0.0030822367407381535, -0.03523920103907585, - -0.054202545434236526, -0.06422541290521622, -0.031151562929153442, - -0.08822067081928253, 0.007315309718251228, 0.06760092824697495, - -0.025037646293640137, 0.006951325107365847, -0.0391877181828022, - -0.023053744807839394, 0.06029125675559044, -0.012896275147795677, - 0.07259341329336166, -0.06270650029182434, 0.02568555809557438, - -0.03668864816427231, 0.014474412426352501, -0.0024942210875451565, - 0.04074576869606972, 0.011728747747838497, 0.0374549925327301, 0.005434848368167877, - -0.05099073797464371, 0.020357990637421608, 0.008843551389873028, - -0.020736902952194214, -0.060938768088817596, -0.0651889517903328, - 0.06545882672071457, 0.01621561124920845, -0.0475844144821167, - -0.0036711287684738636 - ], - [ - -0.039027079939842224, 0.050611961632966995, -0.020732304081320763, - 0.04567153751850128, 0.0206076018512249, -0.032803021371364594, 0.07033885270357132, - -0.007765340153127909, -0.042091161012649536, 0.023647010326385498, - -0.010311296209692955, -0.02976696379482746, 0.04563808813691139, - 0.010989761911332607, 0.028756333515048027, -0.0211486853659153, - -0.0032864687964320183, 0.03485036641359329, 0.03285503387451172, - -0.005494839046150446, 0.026223156601190567, -0.012594573199748993, - -0.0017965049482882023, 0.010412376374006271, 0.010853489860892296, - -0.0807204395532608, -0.012455576099455357, -0.02027413621544838, - -0.08363964408636093, -0.03378503397107124, -0.057732876390218735, - 0.06176794692873955, -0.0019470603438094258, -0.056862302124500275, - -0.0327364057302475, 0.016587942838668823, 0.07318562269210815, - -0.09080474823713303, -0.04136580601334572, -0.060532666742801666, - -0.011051232926547527, -0.0034472618717700243, 0.005146943032741547, - 0.0373891219496727, -0.061570245772600174, 0.09033287316560745, - 0.030569132417440414, 0.0640728697180748, 0.04794628545641899, -0.03025723621249199, - 0.07255306839942932, -0.03880034759640694, -0.042070019990205765, - 0.025960616767406464, 0.010897776111960411, -0.01473103929311037, - 0.03190740570425987, 0.026597457006573677, 0.07193548232316971, - -0.04801124706864357, 0.032126158475875854, 0.05814646929502487, - -0.0460372120141983, 0.0729362890124321, -0.024932140484452248, - 0.006214653141796589, -0.0623135045170784, -0.018382417038083076, - -0.0445452518761158, -0.07571490108966827, 0.07524385303258896, 0.02011781372129917, - 0.02619151957333088, -0.016757972538471222, 0.08267837017774582, - 0.08648814260959625, 0.05407138541340828, 0.022585218772292137, - -0.004632576834410429, -0.013562065549194813, 0.050799161195755005, - 0.046418044716119766, -0.06539864838123322, 0.05020550638437271, - 0.007182578556239605, 0.010716293938457966, -0.030599473044276237, - 0.08014961332082748, -0.010513955727219582, 0.02679714560508728, - 0.02481653355062008, -0.054370731115341187, -0.015125689096748829, - -0.005646900273859501, 0.009774472564458847, -0.025200262665748596, - -0.028640737757086754, 0.0643303245306015, -0.0070795938372612, 0.0340576209127903, - -0.05438429117202759, 0.06074810400605202, 0.07275475561618805, 0.04229839891195297, - 0.0531088151037693, 0.04485522210597992, 0.009901152923703194, -0.03803550451993942, - -0.04096999391913414, 0.004212356638163328, 0.028001338243484497, - -0.00763881066814065, 0.0703965350985527, -0.022525794804096222, - 0.010251344181597233, 0.03347421810030937, -0.05195605382323265, - 0.017395293340086937, -0.001417808816768229, -0.046203091740608215, - -0.04967600107192993, -0.0013229933101683855, -0.0048001292161643505, - 0.018882492557168007, -0.011445079930126667, 0.026983628049492836, - -0.030814407393336296, -0.025217896327376366, -0.0431063249707222, - 0.03615507856011391, 0.029991010203957558, -0.05259130150079727, - 0.06914587318897247, -0.05303893983364105, 0.05677944794297218, - -0.02288224920630455, 0.030057799071073532, 0.03752784803509712, - 0.03591111674904823, 0.046919193118810654, 0.0747634544968605, - -0.023682912811636925, 0.03160840645432472, 0.016286559402942657, - -0.04207267984747887, 0.013402621261775494, -0.005736576858907938, - 0.08139076828956604, -0.05220287665724754, -0.037536878138780594, - -0.01240663230419159, 0.026017827913165092, 0.031531091779470444, - -0.035878874361515045, -0.030101865530014038, -0.05833200737833977, - 0.07508698105812073, -0.00038083293475210667, 0.0207606740295887, - 0.008242092095315456, 0.0594494603574276, -0.02277400530874729, - -0.042313702404499054, 0.04039064049720764, 0.08365213125944138, - 0.014958268031477928, -0.044820353388786316, -0.05824141204357147, - 0.05356211215257645, 0.05249274894595146, 0.037514109164476395, - -0.01680799201130867, 0.020175589248538017, 0.008140990510582924, - 0.021794404834508896, -0.05111859738826752, -0.07428979873657227, - -0.028673116117715836, -0.06380476802587509, 0.032959382981061935, - -0.07035861909389496, 0.08998063951730728, -0.017648091539740562, - 0.06939816474914551, -0.02057313732802868, -0.04746641591191292, - 0.06317347288131714, -0.034127701073884964, 0.007003334350883961, - 0.04213522747159004, 0.02069595269858837, -0.04928886517882347, - 0.030477669090032578, -0.004105365369468927, 0.08299471437931061, - 0.02066081203520298, -0.07632740586996078, -0.004169881343841553, - 0.025116583332419395, -0.08209656178951263, -0.04622277989983559, - 0.030026938766241074, -0.06579198688268661, -0.04161040112376213, - -0.07397692650556564, -0.03518204391002655, 0.009668960236012936, - -0.08277956396341324, 0.04661678522825241, 0.08563409745693207, - -0.00933613907545805, 0.028300726786255836, -0.02601291984319687, - -0.00560133159160614, -0.03582678735256195, -0.027454769238829613, - -0.0008451193571090698, -0.09192996472120285, 0.038519613444805145, - -0.06305936723947525, -0.045164838433265686, 0.016069654375314713, - 0.018170464783906937, -0.01823549158871174, -0.02210148051381111, - -0.10761457681655884, 0.05488870292901993, -0.026943542063236237, - -0.03160989284515381, -0.08853064477443695, 0.09937317669391632, - 0.013389036059379578, -0.09348712861537933, 0.017198970541357994, - 0.007775133941322565, 0.040629882365465164, -0.02548176981508732, - 0.003761266591027379, 0.03584608435630798, -0.001121518318541348, - 0.03891492635011673, 0.0409182533621788, -0.005581261590123177, - -0.10685926675796509, -0.02316376008093357, 0.06232158839702606, - -0.03671109676361084, 0.0687381699681282, -0.04805103689432144, 0.06228342279791832, - 0.03736705332994461, 0.042293816804885864, 0.044981662184000015, - 0.06394928693771362, 0.019943589344620705, 0.09816235303878784, - 0.013357788324356079, 0.03267442435026169, 0.05605022981762886, - -0.005376494489610195, -0.07808394730091095, 0.08433562517166138, - -0.05043007805943489, 0.005589265376329422, -0.08274702727794647, - -0.06805483996868134, 0.09128206223249435, 0.08891678601503372, 0.02331206575036049, - -0.0004935070755891502, -0.04013780504465103, 0.08989942818880081, - 0.08161319047212601, 0.041791994124650955, -0.001764800981618464, - -0.04841030389070511, -0.016748476773500443, -0.010582836344838142, - 0.0007246726308949292, 0.041134949773550034, 0.001004402176477015, - 0.024493074044585228, 0.04241820424795151, -0.06160538271069527, - 0.0068041179329156876, -0.005869471468031406, -0.03851873055100441, - -0.03327743709087372, 0.08162795007228851, 0.08618313074111938, - 0.026319941505789757, -0.008222337812185287, -0.012561515904963017, - -0.016368230804800987, 0.026726009324193, 0.017573624849319458, - 0.0021319277584552765, 0.026016410440206528, -0.051915381103754044, - 0.02313068136572838, 0.08933887630701065, 0.04116901755332947, - -0.013851368799805641, 0.0284334234893322, -0.007921280339360237, - -0.05680817365646362, 0.014431145042181015, -0.017253026366233826, - 0.025379624217748642, 0.03860293701291084, -0.05295519530773163, - -0.016210515052080154, -0.11426340788602829, -0.07292632013559341, - -0.04365295171737671, 0.007950586266815662, -0.021113960072398186, - -0.08147305995225906, 0.01030653901398182, 0.028057226911187172, - 0.10699184238910675, -0.019231470301747322, -0.044247325509786606, - -0.0760335624217987, -0.012032470665872097, 0.023704256862401962, - 0.042616236954927444, -0.04204936698079109, -0.06729461997747421, - -0.04515191912651062, 0.049628328531980515, -0.008401059545576572, - 0.023013947531580925, -0.04488661512732506, -0.004271072801202536, - -0.005319581367075443, -0.041014816612005234, -0.04480661079287529, - 0.014800328761339188, -0.008895618841052055, 0.004829242825508118, - -0.019254880025982857, -0.032469842582941055, -0.026481255888938904, - -0.08368091285228729, -0.02123131789267063, 0.052138615399599075, - -0.031193632632493973, 0.03518722578883171, -0.00039057378307916224, - -0.07961150258779526, 0.07651824504137039, 0.0003912645042873919, - 0.06675094366073608, -0.06318805366754532, -0.09090660512447357, - -0.03937852010130882, 0.024055717512965202, -0.053659167140722275, - -0.043929386883974075, -0.06789761781692505, -0.09643860161304474, - -0.009868470951914787, -0.06742751598358154, -0.009192151017487049, - -0.03559932857751846, 0.028075596317648888, -0.0008987510809674859, - -0.0069420840591192245, -0.0019703235011547804, 0.03504509851336479, - 0.03520478680729866, 0.02731373719871044, -0.01659073680639267, - 0.045559465885162354, -0.011247181333601475, -0.01452922634780407, - 0.031150739639997482, 0.02536722458899021, 0.06542882323265076, - -0.029303980991244316, -0.03677275776863098, -0.03972163423895836, - 0.002018872881308198 - ], - [ - -0.046705201268196106, -0.06663721799850464, -0.05136130005121231, - 0.06381639838218689, 0.08668834716081619, -0.01659458503127098, - -0.017390895634889603, 0.07323384284973145, -0.003249155357480049, - 0.05793248489499092, 0.007779559586197138, -0.002280283020809293, - 0.08390942960977554, -0.029053375124931335, -0.014468666166067123, - 0.03420470654964447, 0.052587561309337616, 0.028205590322613716, - -0.09177861362695694, 0.01872730627655983, -0.013546088710427284, - -0.03929198905825615, -0.03136855736374855, 0.032272472977638245, - 0.016222041100263596, -0.026163188740611076, 0.06182285398244858, - 0.06909427046775818, 0.013687115162611008, 0.04055650532245636, - 0.031749218702316284, 0.004781133495271206, 0.06451908499002457, - -0.019627558067440987, 0.023238245397806168, -0.05347003787755966, - 0.047581303864717484, 0.024145083501935005, -0.034029990434646606, - -0.010222150012850761, -0.01875903271138668, -0.005514632444828749, - -0.046103157103061676, 0.035474419593811035, -0.0013446109369397163, - -0.052469149231910706, 0.0031293502543121576, 0.013514443300664425, - 0.016986334696412086, 0.018780820071697235, 0.014991176314651966, - 0.0013659951509907842, 0.08124629408121109, 0.0015927471686154604, - -0.043040499091148376, -0.051861003041267395, -0.07162263244390488, - 0.010252819396555424, -0.020571306347846985, -0.005136178806424141, - -0.050182562321424484, 7.536838529631495e-5, 0.03166848421096802, - -0.005205498076975346, 0.006502512842416763, -0.021084873005747795, - 0.00013151756138540804, -0.010856730863451958, -0.020214548334479332, - 0.03289934992790222, -0.03210531547665596, 0.027844013646245003, - -0.057307176291942596, 0.026418406516313553, -0.038129594177007675, - 0.034600984305143356, -0.06391774117946625, 0.03947765380144119, - -0.025734616443514824, -0.0762966051697731, 0.08208788186311722, - -0.007081500720232725, -0.020005064085125923, 0.04354275017976761, - -0.0018270236905664206, -0.053254157304763794, -0.047880060970783234, - 3.310903048259206e-5, -0.007978632114827633, -0.04336982220411301, - 0.03997991606593132, -0.009809188544750214, -0.0016202755505219102, - 0.02510778047144413, 0.07451427727937698, 0.05049053207039833, 0.001306314836256206, - -0.05211453512310982, -0.08987635374069214, 0.08103574067354202, - 0.03987424075603485, -0.10015317797660828, 0.024592040106654167, - 0.009847017005085945, 0.0165192112326622, -0.08541002869606018, - 0.019235745072364807, -0.048711471259593964, -0.007952595129609108, - 0.060476139187812805, -0.07504194229841232, 0.09804420173168182, - 0.008119966834783554, -0.051152538508176804, -0.013044989667832851, - 0.053700514137744904, 0.0415303036570549, 0.02253040298819542, - -0.014243626967072487, -0.041648149490356445, 0.04310840740799904, - 0.04666516184806824, -0.05379370227456093, 0.05723125487565994, - 0.015465561300516129, -0.05268773064017296, 0.03252873942255974, - -0.019151810556650162, 0.012390363030135632, 0.016958843916654587, - 0.09326305985450745, 0.008337111212313175, -0.005013141315430403, - 0.0626879557967186, -0.11233292520046234, 0.014815744012594223, - -0.06449443101882935, -0.043357204645872116, 0.022700408473610878, - -0.005461530294269323, 0.09332183003425598, 0.03466304391622543, - -0.009448261000216007, -0.0249859020113945, -0.023369306698441505, - 0.04388255998492241, 0.03894662857055664, -0.04282636195421219, 0.06557118892669678, - 0.03193613514304161, -0.010790558531880379, -0.03223037347197533, - -0.05149903893470764, 0.03891643136739731, -0.025353649631142616, - 0.015030366368591785, -0.0812317505478859, 0.032698165625333786, - -0.07764669507741928, -0.027337443083524704, 0.03434387594461441, - -0.010054576210677624, 0.043203204870224, 0.05429188162088394, -0.11313701421022415, - 0.03139134868979454, -0.03936437889933586, -0.036932822316884995, - -0.030312195420265198, 0.0013209896860644221, -0.02732791006565094, - 0.05427854135632515, 0.08922839909791946, 0.027301082387566566, - -0.04600733891129494, -0.000502135488204658, -0.015079803764820099, - 0.042286068201065063, -0.011489859782159328, 0.013667494989931583, - -0.046513695269823074, -0.022792184725403786, 0.013688950799405575, - -0.088509202003479, -0.023809397593140602, 0.029044633731245995, - -0.050862014293670654, 0.01816648058593273, -0.037641871720552444, - -0.04028785228729248, -0.08533627539873123, -0.006111719645559788, - -0.043429043143987656, -0.019502606242895126, -0.014882205985486507, - -0.016129255294799805, 0.09305223822593689, 0.05728791654109955, - -0.05899142101407051, 0.06407778710126877, -0.023203616961836815, - 0.044221166521310806, -0.06778904050588608, 0.10063319653272629, - 0.02847263775765896, 0.09050317853689194, 0.09000013023614883, - -0.033678121864795685, 0.02778361737728119, -0.03768778219819069, - -0.04903947934508324, -0.009759677574038506, 0.051106035709381104, - 0.012632344849407673, 0.008991715498268604, -0.009561100043356419, - 0.07481715083122253, 0.10841694474220276, 0.011110006831586361, - 0.002987063489854336, 0.06394696235656738, -0.051971305161714554, - -0.009586825035512447, 0.00028860740712843835, 0.004550849087536335, - 0.06392267346382141, -0.06276167184114456, 0.014400864019989967, - 0.020717153325676918, -0.01611214317381382, 0.04060674458742142, - -0.07054054737091064, 0.0447351299226284, 0.00634669978171587, 0.049340371042490005, - -0.005661473143845797, 0.024067888036370277, -0.04422804340720177, - 0.0933617427945137, 0.0328298956155777, -0.014576342888176441, - -0.0014310332480818033, 0.00419204868376255, 0.021177712827920914, - -0.06029079854488373, 0.06164399906992912, -0.060154955834150314, - 0.05751935392618179, -0.02297147922217846, 0.013947200961411, 0.04863441735506058, - 0.09114344418048859, -0.004318146500736475, -0.017395686358213425, - -0.05386378988623619, 0.0392327643930912, 0.03212524205446243, -0.02497684955596924, - -0.030812866985797882, -0.03159580007195473, -0.016530612483620644, - 0.003973090089857578, -0.057284049689769745, -0.020924262702465057, - -0.01564616523683071, 0.005866446066647768, -0.09635443985462189, - -0.051548708230257034, -0.05991719663143158, -0.01807909645140171, - 0.0006049960502423346, -0.08078061044216156, -0.005145011004060507, - -0.018026920035481453, 0.015882344916462898, -0.07075908780097961, - 0.001523094135336578, 0.01473766565322876, 0.05153818055987358, - -0.06038452312350273, 0.00999457947909832, -0.051746975630521774, - -0.03276433050632477, 0.022206032648682594, -0.056386735290288925, - 0.03176353499293327, 0.026691537350416183, -0.042708829045295715, - 0.008484921418130398, -0.052562832832336426, -0.034787338227033615, - -0.003112540813162923, -0.002693402348086238, -0.035898130387067795, - -0.014663998037576675, -0.021713638678193092, -0.04428640380501747, -0.045166015625, - 0.03320448473095894, -0.020579112693667412, 0.05721990391612053, - 0.03357981890439987, 0.007858130149543285, 0.03941122815012932, 0.0098531823605299, - 0.034182555973529816, 0.03931044414639473, 0.05576628819108009, - 0.011265288107097149, -0.0882759839296341, 0.04239038750529289, 0.06265036761760712, - 0.05536068230867386, 0.05682341381907463, -0.006397222634404898, - 0.022730054333806038, 0.027297796681523323, 0.06465315818786621, - 0.06515809148550034, 0.04410693049430847, 0.012900114990770817, - -0.04362186789512634, 0.03690097853541374, 0.043677691370248795, - 0.04383005201816559, -0.004235498607158661, -0.0365247018635273, - -0.015351318754255772, 0.02630680613219738, -0.03670559450984001, - 0.09951557219028473, 0.03162885457277298, -0.01814941316843033, - -0.07635890692472458, 0.04386632516980171, 0.10478442162275314, - -0.05160555616021156, -0.05421054735779762, 0.030075835064053535, - -0.02246055379509926, -0.007583276834338903, 0.03987700864672661, - 0.0665961503982544, 0.017971519380807877, 0.016084933653473854, - -0.014482812955975533, -0.07397129386663437, 0.0028877074364572763, - 0.001971338875591755, -0.026699628680944443, -0.04407337307929993, - -0.05315885320305824, -0.03237359598278999, -0.0601695217192173, - 0.010191592387855053, 0.047837648540735245, -0.07536816596984863, - -0.022838063538074493, -0.0013387700309976935, 0.027013130486011505, - 0.011164302937686443, 0.030945047736167908, 0.03096052072942257, - 0.03576185926795006, 0.03424350172281265, -0.051634643226861954, - -0.05645792558789253, -0.08114546537399292, 0.027689924463629723, - -0.0507848858833313, -0.01594572886824608, -0.0990758091211319, 0.07118833810091019, - 0.030475996434688568, 0.028310218825936317, -0.022597335278987885, - -0.10441577434539795, 0.0590876042842865, -0.09296528995037079, - -0.007863001897931099, 0.018123462796211243, -0.01921963132917881, - -0.06040482968091965, 0.05459455028176308 - ], - [ - -0.04786556959152222, -0.05455721542239189, 0.040809690952301025, - 0.02770404890179634, 0.016747482120990753, -0.022581618279218674, - -0.03657758980989456, -0.029922716319561005, -0.011881246231496334, - 0.08329332619905472, 0.018381763249635696, -0.028821153566241264, - 0.02270594611763954, -0.008746298030018806, -0.0006839181296527386, - -0.04298342764377594, -0.03809889405965805, -0.011085528880357742, - 0.001001374563202262, -0.008954965509474277, -0.04581954702734947, - -0.010637309402227402, -0.03515716269612312, 0.016580084338784218, - -0.01780654303729534, -0.024067316204309464, 0.06872376799583435, - -0.008904632180929184, -0.00013855015276931226, 0.04425991699099541, - 0.010830826126039028, 0.056899040937423706, -0.028917502611875534, - 0.017113978043198586, -0.054148755967617035, -0.024793080985546112, - 0.024296822026371956, -0.015070256777107716, -0.015136824920773506, - -0.02574774995446205, -0.019992543384432793, -0.0698908343911171, - 0.018841110169887543, -0.009587590582668781, 0.028385745361447334, - -0.0029440296348184347, -0.06782259792089462, -0.05159088224172592, - 0.06862674653530121, 0.03415648266673088, -0.04527073726058006, - -0.0034649702720344067, -0.00873579178005457, -0.05927271395921707, - 0.01387846190482378, -0.009483846835792065, -0.051692649722099304, - 0.03368773311376572, 0.039067141711711884, 0.024350374937057495, - -0.053704701364040375, 0.038617510348558426, 0.03661590814590454, - -0.04553541541099548, 0.015117068774998188, -0.10124614089727402, - -0.02870938554406166, 0.009716984815895557, 0.029062269255518913, - 0.04631916433572769, 0.012735479511320591, 0.06377774477005005, - -0.048859529197216034, 0.05723630636930466, -0.0030554241966456175, - -0.07462868094444275, -0.06170466169714928, 0.06007075682282448, - -0.03132713586091995, -0.009068292565643787, 0.013882439583539963, - -0.05629982054233551, -0.047499507665634155, 0.008908537216484547, - 0.025066539645195007, -0.02711973711848259, -0.0575542151927948, 0.0572100430727005, - 0.019072748720645905, -0.00016183509433176368, 0.021753977984189987, - 0.032094135880470276, 0.0017664781771600246, -0.004698181990534067, - 0.01962185464799404, -0.021993935108184814, -0.01680155098438263, - 0.04027445614337921, -0.04467321187257767, 0.0670066550374031, - -0.029370306059718132, -0.08771524578332901, -0.008843977935612202, - -0.004508557263761759, -0.030932607129216194, -0.10970035940408707, - 0.005091642960906029, 0.0017856386257335544, -0.019460853189229965, - -0.047640930861234665, -0.028390798717737198, 0.09502524137496948, - 0.009158373810350895, -0.006895552854984999, -0.04932805523276329, - 0.0111650126054883, 0.0630267858505249, 0.016241412609815598, 0.03909441456198692, - 0.020472219213843346, -0.01270157378166914, -0.020574430003762245, - -0.016809094697237015, 0.07378154247999191, -0.0036192082334309816, - -0.10962401330471039, 0.0147623335942626, -0.01652410440146923, - -0.036465197801589966, -0.013153603300452232, -0.016611870378255844, - 0.05851052328944206, -0.05883915349841118, 0.06120975315570831, - -0.059202440083026886, 0.000977882882580161, -0.016138318926095963, - -0.01155335083603859, -0.009409024380147457, -0.05694057419896126, - 0.03377179056406021, 0.06264220178127289, -0.004570314660668373, - -0.06500572711229324, 0.030035248026251793, -0.009780663065612316, - 0.03291106969118118, 0.005754315759986639, 0.024834422394633293, - -0.055694933980703354, -0.057447198778390884, -0.013136622495949268, - -0.06552359461784363, -0.007918975315988064, -0.048889026045799255, - 0.006370070390403271, -0.10115522146224976, 0.0004026349342893809, - 0.008441174402832985, -0.04459886997938156, -0.016512786969542503, - -0.048837874084711075, -0.013951456174254417, 0.03902428224682808, - -0.07117218524217606, 0.01795101910829544, -0.029170427471399307, - -0.030774319544434547, -0.0032788615208119154, -0.0021333766635507345, - -0.04346252977848053, 0.03585430234670639, 0.025038933381438255, - 0.029919151216745377, -0.022871488705277443, 0.01478579267859459, - -0.03428194671869278, 0.045039013028144836, -0.05355394631624222, - 0.07036831974983215, -0.019565429538488388, -0.05638958141207695, - 0.02160394750535488, -0.04011494293808937, -0.07005633413791656, - -0.04385773465037346, -0.06357132643461227, 0.024609791114926338, - 0.040141306817531586, -0.03205693140625954, -0.06288112699985504, - -0.019999859854578972, -0.05416564270853996, 0.03493066504597664, - -0.007517453283071518, -0.035017676651477814, -0.00035875593312084675, - -0.019021261483430862, -0.025952650234103203, -0.003299084259197116, - 0.04479695484042168, 0.11956467479467392, -0.042457375675439835, - 0.08477184921503067, 0.07264166325330734, 0.044550489634275436, 0.11082230508327484, - 0.01568310521543026, 0.06131995469331741, -9.473381214775145e-5, - -0.07000871002674103, 0.07268307358026505, 0.07626654207706451, 0.06094873324036598, - 0.09432465583086014, -0.015007074922323227, 0.08070172369480133, - 0.04353718087077141, -0.007172276731580496, 0.007336153648793697, - 0.018238620832562447, -0.051097143441438675, -0.05855405330657959, - 0.011792145669460297, -0.02162550948560238, 0.08336397260427475, - -0.030173862352967262, -0.029589563608169556, -0.04043661430478096, - 0.053960781544446945, -0.01163456216454506, -0.04751193895936012, - 0.0428481251001358, -0.023755138739943504, 0.041667867451906204, - -0.0038418627809733152, 0.08241186290979385, -0.004638199228793383, - 0.029982630163431168, -0.08508595824241638, -0.005901782773435116, - -0.07313895970582962, -0.026451457291841507, 0.00682623079046607, - 0.03577509522438049, -0.02705419808626175, 0.04068654030561447, - -0.013779755681753159, 0.04193143546581268, 0.03409202769398689, - 0.04603391885757446, 0.09521369636058807, 0.005360293667763472, 0.03734773024916649, - -0.0024535611737519503, 0.019897177815437317, -0.03596603125333786, - -0.01477914396673441, -0.008687666617333889, -0.09565231204032898, - 0.06712338328361511, -0.0015805937582626939, -0.004979396238923073, - -0.03127899020910263, 0.042116399854421616, 0.03562546148896217, - 4.624071152647957e-5, 0.007688239682465792, -0.001238561701029539, - -0.04565398395061493, -0.021957263350486755, -0.08327030390501022, - 0.02929195947945118, -0.03698347136378288, 0.023961780592799187, - -0.04435133561491966, 0.01009871531277895, 0.0008162796148099005, - -0.02057424932718277, -0.06033110246062279, -0.05679916590452194, - -0.0001859058247646317, 0.028450418263673782, 0.0572613924741745, - -0.07451806962490082, 0.08257010579109192, -0.0400724820792675, 0.05398935824632645, - 0.033362291753292084, -0.04568051919341087, -0.026176784187555313, - 0.021698210388422012, -0.012128220871090889, -0.05044575035572052, - -0.02497597597539425, -0.04949996992945671, 0.036997344344854355, - 0.039622969925403595, 0.04968993365764618, -0.020345039665699005, - -0.018718741834163666, 0.08809473365545273, 0.08438483625650406, - 0.009259450249373913, -0.03958719223737717, -0.03930981084704399, - -0.02634206973016262, 0.025951284915208817, 0.05970188230276108, - -0.04007307440042496, -0.06059390679001808, 0.01342831365764141, 0.074086032807827, - 0.050148800015449524, 0.029082253575325012, -0.004484862554818392, - 0.08416447788476944, 0.06569965183734894, 0.04403098300099373, -0.01250824611634016, - -0.07445791363716125, 0.010932313278317451, -0.014316427521407604, - 0.030629979446530342, -0.015463407151401043, 0.025404339656233788, - 0.06570586562156677, -0.07894673943519592, 0.045550424605607986, - -0.01474506314843893, 0.014502220787107944, 2.6544883439783007e-5, - -0.018718134611845016, -0.019157132133841515, 0.04989450424909592, - 0.09764450788497925, 0.02860998548567295, -0.1062019094824791, - -0.007603073958307505, 0.000665661646053195, -0.03637579083442688, - -0.032491423189640045, 0.0837775468826294, -0.05156443268060684, - 0.004883432760834694, 0.08496184647083282, -0.05632075294852257, - 0.06261550635099411, -0.04568231850862503, 0.054976917803287506, - 0.045901376754045486, -0.05533244088292122, -0.029032113030552864, - 0.030033450573682785, 0.018671097233891487, -0.005127686075866222, - 0.027162164449691772, -0.048227693885564804, -0.03720038756728172, - 0.025875497609376907, -0.01739477552473545, 0.043785929679870605, - 0.08186227828264236, 0.056882940232753754, 0.02203877829015255, - -0.043544188141822815, -0.04613933712244034, -0.039611224085092545, - 0.04220174625515938, 0.002429290907457471, -0.0041300761513412, - -0.04631400853395462, 0.015355115756392479, 0.017501873895525932, - 0.024038860574364662, 0.04236678406596184, -0.014601103961467743, - -0.012866093777120113, -0.05216106027364731, 0.008267399854958057, - 0.06599625945091248, 0.027300972491502762, -0.026945699006319046, - 0.00868496298789978 - ], - [ - 0.010704440996050835, 0.05778484418988228, 0.005265781190246344, - 0.005702615715563297, -0.009589871391654015, -0.008500919677317142, - -0.04833713173866272, -0.0034439966548234224, -0.0421835333108902, - 0.06856636703014374, 0.050841450691223145, 0.06832437217235565, - 0.004185705911368132, 0.00888785906136036, -0.00875458400696516, - -0.05696575716137886, -0.024201199412345886, 0.018479563295841217, - 0.11682722717523575, 0.005935875698924065, 0.043529048562049866, - -0.013776094652712345, -0.002557230880483985, -0.013198659755289555, - -0.01953839883208275, -0.07569819688796997, 0.02040252275764942, - -0.15039442479610443, -0.01606396958231926, -0.04481276869773865, - 0.08424970507621765, -0.01668294332921505, 0.00020024983678013086, - 0.028505519032478333, -0.02977573312819004, -0.07615629583597183, - -0.015559999272227287, 0.0072308690287172794, 0.07516424357891083, - -0.045097898691892624, -5.479109677253291e-5, -0.0060437750071287155, - -0.05830993503332138, 0.03242793306708336, 0.03099474310874939, 0.03441492095589638, - 0.027053700760006905, -0.02035554312169552, -0.012725306674838066, - -0.06538236141204834, 0.03642663732171059, 0.05926486849784851, - 0.0036177311558276415, 0.034231871366500854, -0.03400549292564392, - 0.007182489614933729, 0.07722704857587814, 0.0004281506990082562, - 0.057968154549598694, -0.05446422100067139, 0.08322592079639435, - 0.02241847850382328, -0.10117239505052567, -0.035971179604530334, - -0.042502932250499725, 0.029584623873233795, -0.022749947383999825, - -0.015272984281182289, 0.0352570042014122, 0.027610495686531067, - -0.08743054419755936, 0.03383569046854973, 0.0710892602801323, 0.028506271541118622, - 0.10279084742069244, 0.04365776851773262, -0.03693816810846329, - 0.020072171464562416, -0.0209231935441494, 0.02949870377779007, - 0.024585815146565437, 0.06715559959411621, 0.04007098451256752, - 0.003837919095531106, 0.06207064911723137, -0.06823387742042542, - -0.1000315472483635, -0.020625874400138855, -0.02268138714134693, - -0.10975869745016098, -0.022702880203723907, 0.10610381513834, -0.05460314825177193, - -0.03231323882937431, -0.06796300411224365, -0.06421909481287003, - 0.0013623504200950265, -0.033501725643873215, 0.07271852344274521, - 0.03129439800977707, 0.024284688755869865, 0.10695897787809372, - 0.006769291125237942, -0.017678910866379738, -0.0201258584856987, - 0.06204700842499733, 0.07188282161951065, 0.024606723338365555, - -0.05943528935313225, -0.06826569885015488, 0.018758345395326614, - -0.12093860656023026, 0.0024438246618956327, 0.04327073693275452, - 0.0608089305460453, -0.023630516603589058, 0.05650324001908302, - 0.048198968172073364, 0.05351587012410164, 0.019425738602876663, - 0.038741108030080795, 0.047498732805252075, 0.04925541579723358, - -0.06408465653657913, -0.003479092614725232, 0.06532671302556992, - 0.03976478800177574, 0.014278079383075237, -0.02769472450017929, - -0.013613702729344368, -0.0348910316824913, -0.0682414099574089, - 0.009411956183612347, 0.05286474898457527, 0.13716265559196472, 0.02799178659915924, - 0.10665730386972427, 0.05181350186467171, 0.09544896334409714, 0.05141603574156761, - -0.05194392427802086, -0.021357404068112373, -0.0012400412233546376, - -0.07511603832244873, 0.007498039398342371, -0.04918455332517624, - -0.0762125551700592, -0.023626083508133888, -0.007399623282253742, - -0.016689537093043327, 0.08430466800928116, -0.03289124369621277, - 0.07061630487442017, -0.07555603981018066, 0.026233920827507973, - -0.05219506844878197, 0.04178684577345848, -0.005327348597347736, - 0.042709119617938995, 0.004761084448546171, 0.02028103731572628, - 0.13635282218456268, -0.04795438051223755, 0.07156041264533997, - 0.009122717194259167, -0.02254045568406582, 0.019282644614577293, - 0.01728738099336624, 0.044714201241731644, -0.033850349485874176, - 0.07899674028158188, -0.047724805772304535, 0.010257571935653687, - 0.032655343413352966, -0.09001325070858002, -0.0006351795163936913, - 0.024693293496966362, -0.013784922659397125, 0.014487499371170998, - 0.07107923924922943, -0.05767493695020676, 0.017950015142560005, - -0.08064252138137817, 0.016486091539263725, -0.004918667953461409, - -0.04069194942712784, 0.06687585264444351, 0.039961591362953186, - -0.004656800534576178, 0.03045983985066414, -0.05789712071418762, - -0.07647129893302917, -0.0411054827272892, 0.011214785277843475, - 0.11140110343694687, 0.013112159445881844, -0.12130572646856308, - -0.05084078758955002, 0.05967290326952934, -0.02356022782623768, - -0.05176166445016861, -0.05824793875217438, -0.014014387503266335, - -0.01688235253095627, -0.06714264303445816, -0.07970340549945831, - -0.014180514961481094, -0.08895085752010345, -0.007149029523134232, - 0.1145910769701004, 0.013473555445671082, -0.055326398462057114, - -0.030548254027962685, -0.04706332087516785, 0.020099880173802376, - 0.08404719084501266, 0.04252133518457413, 0.008736810646951199, - 0.047281309962272644, -0.03642767667770386, -0.054802071303129196, - 0.027036435902118683, -0.029926680028438568, -0.002149395877495408, - 0.05970558524131775, -0.053124070167541504, 0.014034859836101532, - 0.0782790556550026, -0.03591850772500038, -0.01501557882875204, 0.00636668223887682, - 0.019271424040198326, -0.03910939767956734, 0.050032008439302444, - -0.01396798063069582, 0.015996212139725685, 0.022523121908307076, - -0.015215903520584106, -0.009936658665537834, 0.05678556486964226, - 0.02407841570675373, 0.09740633517503738, 0.05434808135032654, -0.06740991771221161, - 0.08859461545944214, 0.0757400318980217, -0.012368209660053253, - -0.029283925890922546, 0.01364283449947834, -0.016866270452737808, - -0.012634466402232647, 0.11680267751216888, 0.020557867363095284, - 0.1047963872551918, -0.09757602959871292, -0.03639931604266167, - 0.0013924246886745095, -0.07183577120304108, 0.03627649322152138, - -0.008991493843495846, -0.028208846226334572, 0.13541504740715027, - 0.016510242596268654, 0.03360734507441521, -0.08184593915939331, - -0.10274020582437515, -0.01344375777989626, 0.05893643945455551, - 0.06391975283622742, 0.043297313153743744, -0.0747206062078476, - -0.011683925986289978, 0.02375742979347706, 0.08212339878082275, - -0.030572962015867233, 0.021570879966020584, -0.01839664950966835, - -0.09690509736537933, 0.004328251350671053, 0.02549237199127674, - -0.016676153987646103, -0.0016867407830432057, 0.04646234214305878, - 0.019403161481022835, -0.030007710680365562, 0.010670676827430725, - 0.032409414649009705, 0.05270623415708542, -0.029663601890206337, - 0.04617861285805702, 0.08766884356737137, 0.10316243767738342, - -0.043495021760463715, 0.04955638572573662, 0.0037834597751498222, - 0.024737581610679626, -0.001007665297947824, -0.04064212366938591, - -0.07168719172477722, -0.03881952166557312, 0.025544552132487297, - -0.015901461243629456, 0.03720174729824066, 0.042522020637989044, - 0.09740184992551804, -0.04861753433942795, 0.03225204721093178, - 0.0011101411655545235, -0.10760218650102615, -0.013279383070766926, - -0.004177449736744165, 0.010540933348238468, -0.1046542152762413, - -0.030654001981019974, 0.0022970724385231733, -0.12468506395816803, - 0.053279172629117966, -0.009336931630969048, -0.042935941368341446, - 0.01180944312363863, 0.05195701867341995, -0.018999993801116943, - 0.0029369769617915154, 0.007110189646482468, 0.012735621072351933, - -0.03977537155151367, 0.006055157165974379, 0.13758131861686707, - -0.025957979261875153, -0.018476296216249466, 0.05524761229753494, - -0.06100159510970116, 0.05957767367362976, -0.07025908678770065, - 0.023007091134786606, -0.04008684679865837, -0.0780365914106369, - 0.015290646813809872, -0.01941639743745327, -0.09683903306722641, - 0.02612423710525036, -0.0756731778383255, -0.06497647613286972, - -0.09735628217458725, -0.0118116345256567, -0.007405775599181652, - -0.00931127741932869, -0.06210259720683098, 0.04978688806295395, - -0.016315830871462822, -0.05474181845784187, -0.022150466218590736, - 0.0828423723578453, -0.06652702391147614, -0.06150868907570839, - 0.038133036345243454, 0.004348054062575102, 0.09293718636035919, - -0.0025164440739899874, -0.07091964781284332, 0.03845515474677086, - -0.0005244972417131066, 0.02240142785012722, -0.10225192457437515, - -0.1163179948925972, 0.01930900290608406, -0.05883169546723366, 0.0810614600777626, - 0.006294226739555597, -0.015922388061881065, -0.032166510820388794, - 0.023564867675304413, -0.04435950517654419, 0.021594904363155365, - -0.023278018459677696, -0.05384308472275734, -0.06060458719730377, - 0.016777947545051575, 0.011234238743782043, 0.04892348498106003, - 0.031004413962364197, -0.055251363664865494, -0.0042499396950006485, - -0.016759617254137993 - ], - [ - -0.018727559596300125, -0.026579104363918304, -0.021537596359848976, - -0.005405210889875889, 0.0027555120177567005, -0.0343426875770092, - 0.04937343671917915, 0.024965453892946243, -0.037148911505937576, - 0.06460534781217575, -0.05783711373806, -0.0186324343085289, -0.020479360595345497, - -0.0580056793987751, 0.007158658467233181, -0.021239129826426506, - 0.07067523151636124, 0.03896128013730049, -0.07643802464008331, - -0.006240129936486483, -0.009311883710324764, -0.0779149979352951, - -0.05395810306072235, 0.07544104754924774, -0.017484134063124657, - 0.0041700927540659904, 0.05139913037419319, -0.005542592145502567, - -0.04319312423467636, 0.026237988844513893, 0.04439730942249298, - 0.04974329471588135, 0.08387472480535507, 0.029765110462903976, - -0.001528092660009861, -0.07784504443407059, 0.04955187067389488, - 0.042402029037475586, -0.018087435513734818, -0.010662385262548923, - -0.022300774231553078, -0.0606643483042717, -0.016975970938801765, - 0.055345289409160614, 0.023541463539004326, 0.07173050940036774, - -0.004633162636309862, 0.02061982825398445, -0.002217019209638238, - 0.0014868887374177575, -0.04106956347823143, -0.016807543113827705, - -0.013770435005426407, -0.023590443655848503, -0.035620737820863724, - -0.0019103324739262462, -0.10657873749732971, -0.011672470718622208, - -0.028767652809619904, -0.004578952211886644, -0.06385750323534012, - -0.0042421999387443066, -0.05286726355552673, -0.009167049080133438, - -0.03453126177191734, -0.008251271210610867, -0.01750568114221096, - -0.040991030633449554, 0.013667221181094646, 0.07189196348190308, - -0.01886313036084175, 0.034011829644441605, -0.06628426909446716, - 0.08311522752046585, -0.05508860945701599, 0.018388308584690094, - 0.014792636036872864, -0.06278551369905472, 0.0235261470079422, - -0.01520519144833088, -0.030239684507250786, 0.060825422406196594, - -0.01660999469459057, 0.04446977376937866, 0.023474059998989105, - 0.015169129706919193, 0.0219037476927042, 0.03175162523984909, 0.028904734179377556, - -0.01351140346378088, -0.002860204316675663, -0.024474604055285454, - 0.02275973930954933, -0.0147130461409688, 0.02824939787387848, 0.08012792468070984, - 0.020387228578329086, -0.06392619013786316, -0.060238730162382126, - 0.09577980637550354, 0.00688609154894948, -0.033069491386413574, - 0.023000618442893028, -0.08398639410734177, 0.046482931822538376, - -0.06781800091266632, 0.023700881749391556, 0.010464712977409363, - -0.022113895043730736, 0.0336083248257637, -0.06554554402828217, - 0.022606270387768745, -0.043277282267808914, -0.06445085257291794, - -0.04189574718475342, 0.034075066447257996, 0.038899220526218414, - 0.010758297517895699, 0.023133154958486557, 0.014944206923246384, - -0.0010713598458096385, -0.014370119199156761, 0.005516829434782267, - -0.0029029136057943106, -0.04767667502164841, -0.026204276829957962, - -0.014073623344302177, -0.047982919961214066, -0.02245987392961979, - 0.00834288913756609, 0.05208436772227287, -0.029199471697211266, - -0.021087583154439926, 0.03082410618662834, -0.019598955288529396, - 0.01355330552905798, -0.05568893998861313, -0.009063896723091602, - 0.04827721416950226, -0.11982426047325134, -0.00578443193808198, - 0.0009250036673620343, 0.04279037192463875, -0.03517580032348633, - 0.010958869010210037, 0.058625727891922, 0.0773404911160469, -0.040420785546302795, - 0.003575380425900221, 0.057021986693143845, -0.054943475872278214, - 0.016559062525629997, -0.019532442092895508, 0.04358047619462013, - -0.017741739749908447, 0.031150776892900467, 0.02833329699933529, - 0.09167808294296265, -0.06423734873533249, -0.05090672895312309, - -0.03443916514515877, -0.0369858518242836, -0.033203113824129105, - 0.07888784259557724, -0.08835753053426743, -0.021071070805191994, - -0.09654546529054642, 0.006011071614921093, -0.026598593220114708, - -0.011152084916830063, -0.04391150176525116, 0.07321809977293015, - 0.019331835210323334, 0.04956691339612007, -0.00740838935598731, - -0.03414413332939148, -0.049731768667697906, 0.038174714893102646, - -0.041418083012104034, 0.06449278444051743, -0.08908039331436157, - -0.06578266620635986, 0.02437453903257847, -0.02457868680357933, - -0.08294004946947098, -0.025633621960878372, 0.018805554136633873, - 0.033108923584222794, -0.04191937670111656, -0.023299003019928932, - -0.04659989848732948, -0.08762689679861069, -0.09892041981220245, - -0.013722836971282959, -0.004525308031588793, -0.046441033482551575, - 0.09433473646640778, 0.01787378266453743, -0.04602519050240517, 0.04578452929854393, - 0.07869371771812439, 0.007642082870006561, -0.07590848207473755, - 0.09730666875839233, 0.05489889904856682, 0.03780383616685867, 0.029581664130091667, - 0.031010771170258522, 0.022044075652956963, -0.028627965599298477, - -0.04273894056677818, 0.03585253655910492, 0.03692740947008133, - -0.012033297680318356, 0.02014145627617836, 0.030010199174284935, - 0.05191564932465553, -0.0033858343958854675, -0.00792981218546629, - -0.04917779937386513, 0.040673185139894485, -0.09887060523033142, - -0.08489236980676651, 0.001332423067651689, -0.030295012518763542, - 0.049839429557323456, -0.09486716985702515, -0.03235625848174095, - -0.04955035820603371, 0.033607956022024155, 0.0513739176094532, - -0.05271155387163162, 0.006866006180644035, -0.08080801367759705, - -0.032591547816991806, -0.03767576441168785, 0.0894860029220581, - 0.005775914527475834, 0.03659604862332344, 0.01062923576682806, 0.05665503069758415, - -0.018107889220118523, -0.05442889779806137, 0.021041935309767723, - -0.07748713344335556, 0.043754905462265015, -0.06507649272680283, - 0.013211973011493683, 0.024119991809129715, 0.031529832631349564, - 0.024281904101371765, 0.030438698828220367, -0.05999115854501724, - -0.05159040167927742, -0.0348593033850193, 0.05064767226576805, - -0.004415648989379406, -0.0024251933209598064, 0.04173029959201813, - -0.006386362481862307, 0.015450607985258102, -0.05540258064866066, - -0.07562781870365143, -0.0014836473856121302, 0.035893913358449936, - 0.008498412556946278, -0.04438142478466034, -0.002603167202323675, - -0.001221820479258895, 0.038633670657873154, -0.044937558472156525, - -0.0996430516242981, 0.04675256088376045, -0.0014464559499174356, - -0.004545358009636402, -0.08393186330795288, -0.035605862736701965, - 0.05065413936972618, -0.011734084226191044, -0.0661720260977745, - 0.03239194676280022, -0.07585122436285019, 0.03859097138047218, 0.09145818650722504, - -0.05721595883369446, 0.0503881461918354, -0.06240753456950188, - 0.0057338448241353035, 0.052346233278512955, -0.05333347246050835, - -0.07217494398355484, -0.021111004054546356, 0.007740731816738844, - -0.1058119684457779, 0.02319917269051075, -0.06974416971206665, 0.06241254135966301, - 0.027051351964473724, 0.03412976115942001, 0.001427111797966063, - 0.021555591374635696, -0.028702983632683754, 0.06344598531723022, - 0.07902848720550537, 0.06053726747632027, -0.0466206818819046, - -0.002855045022442937, 0.028640512377023697, -0.0212961807847023, - -0.0117406090721488, 0.010424873791635036, 0.0447164848446846, 0.036372579634189606, - 0.00415167398750782, 0.027189211919903755, 0.05715884268283844, 0.07801857590675354, - 0.042777594178915024, 0.03752772882580757, 0.02141725644469261, 0.07428023219108582, - -0.018305661156773567, 0.052254948765039444, 0.08300504833459854, - 0.028492087498307228, 0.02160629816353321, 0.0400560237467289, -0.03917115926742554, - 0.005308794789016247, 0.02251678705215454, 0.09268184006214142, - 0.025202862918376923, -0.004235786385834217, 0.010281534865498543, - -0.058951109647750854, 0.052261047065258026, 0.018581505864858627, - -0.005086074583232403, 0.024142008274793625, -0.06489265710115433, - -0.013245225884020329, 0.05653375759720802, 0.057884715497493744, - 0.030049780383706093, 0.013822476379573345, 0.038606081157922745, - -0.042802825570106506, 0.055802151560783386, -0.055020976811647415, - 0.041126903146505356, -0.0375463142991066, -0.06262754648923874, - -0.08741486072540283, -0.02779153548181057, -0.02290632762014866, - -0.011980301700532436, -0.000871847034431994, -0.049685824662446976, - 0.056341443210840225, -0.013950878754258156, -0.06859372556209564, - 0.0443681925535202, -0.06292066723108292, -0.006587126757949591, - 0.017550982534885406, -0.061085280030965805, -0.06516674906015396, - -0.08390407264232635, 0.042723968625068665, -0.00034567253896966577, - -0.01229377742856741, -0.09274709969758987, 0.08721422404050827, - 0.00022477809397969395, -0.0015802604611963034, -0.059768952429294586, - -0.0008192419190891087, -0.01330235693603754, -0.027848638594150543, - -0.013391479849815369, 0.0820770263671875, 0.02733078971505165, - -0.032527461647987366, -0.00601536501199007 - ], - [ - -0.02038612961769104, -0.020955810323357582, -0.06496727466583252, - -0.028335239738225937, -0.014550742693245411, 0.044342853128910065, - 0.009010681882500648, 0.044769588857889175, 0.07028341293334961, - -0.05373581126332283, 0.016159040853381157, 0.10090438276529312, - -0.05037602037191391, -0.048419833183288574, -0.10342264920473099, - -0.031329892575740814, 0.05823693424463272, 0.08548250049352646, - 0.0069129932671785355, 0.05990220233798027, -0.04789106547832489, - -0.058799125254154205, 0.014454049989581108, 0.06603260338306427, - 0.09581094980239868, 0.0993814691901207, 0.012695806100964546, - -0.019220629706978798, 0.04491313919425011, -0.053145065903663635, - -0.00820143148303032, -0.025344353169202805, 0.024625305086374283, - -0.01854950375854969, 0.06850334256887436, -0.0633234977722168, - -0.043625738471746445, -0.04280265048146248, -0.011396379210054874, - 0.003759056096896529, 0.030279984697699547, -0.019530460238456726, - -0.024332500994205475, 0.01643538475036621, -0.002113470807671547, - 0.012927663512527943, -0.034037262201309204, 0.0674678236246109, - 0.041738539934158325, 0.00847744569182396, -0.008595793507993221, - -0.006126008927822113, 0.031355421990156174, -0.028028344735503197, - -0.030429713428020477, 0.009065160527825356, -0.01586010679602623, - -0.005613225046545267, -0.04971574246883392, 0.03676002100110054, - -0.037166811525821686, 0.036987803876399994, 0.008315499871969223, - 0.015504124574363232, -0.019873034209012985, 0.09484349936246872, - -0.020357850939035416, -0.09196622669696808, 0.050368960946798325, - -0.0027896249666810036, -0.025443755090236664, 0.0061507155187428, - 0.02140102908015251, -0.03388490527868271, -0.07024597376585007, - 0.06982669234275818, 0.010022969916462898, 0.024361563846468925, - -0.015272964723408222, -0.03154989331960678, 0.048700813204050064, - 0.032342031598091125, 0.041068751364946365, 0.04007571563124657, - -0.034460149705410004, -0.05220906808972359, 0.011749275028705597, - 0.009989872574806213, 0.007943565025925636, 0.0479123480618, 0.006911164149641991, - -0.09868555516004562, -0.06935551762580872, -0.03216559812426567, - -0.02845163829624653, 0.053104154765605927, -0.03373728320002556, - 0.06797896325588226, 0.019974811002612114, -0.041996050626039505, - -0.004811219405382872, -0.02114035002887249, -0.0720127522945404, - 0.025271594524383545, -0.005205170717090368, 0.012211861088871956, - 0.028410565108060837, 0.04450633376836777, 0.10573737323284149, - -0.015194282867014408, -0.07660228759050369, 0.06943678110837936, - 0.023170415312051773, -0.011783991008996964, -0.02808079496026039, - 0.08421479165554047, -0.004851723555475473, 0.014412425458431244, - 0.026570377871394157, 0.010256309062242508, 0.04256812855601311, - 0.011222087778151035, -0.012132314033806324, -0.07122612744569778, - -0.03348227217793465, -0.08148255199193954, -0.04896177351474762, - -0.02945244126021862, 0.012202685698866844, 0.007199463434517384, - -0.04552067816257477, 0.03539077192544937, -0.12606967985630035, 0.0480717308819294, - 0.04741894453763962, -0.0392618253827095, 0.03775610029697418, 0.022885922342538834, - -0.016914820298552513, -0.07976991683244705, 0.041792456060647964, - -0.03901050612330437, -0.10293721407651901, -0.08008930832147598, - -0.0025025976356118917, 0.015115881338715553, -0.02557285875082016, - 0.027004491537809372, 0.06809385865926743, 0.04099586233496666, - -0.008049645461142063, 0.04953280836343765, 0.03841665759682655, - 0.034740954637527466, -0.07819189876317978, 0.07067500054836273, - -0.04459353908896446, 0.02005073055624962, 0.007915112189948559, - 0.048515792936086655, 0.056271012872457504, 0.033987998962402344, - -0.008628797717392445, 0.0236462764441967, -0.045436400920152664, - -0.01796276494860649, 0.06654217839241028, 0.01084891613572836, 0.0479469932615757, - 4.519047070061788e-5, -0.04046739265322685, -0.03944189101457596, - 0.06481672078371048, -0.0653836727142334, -0.008084439672529697, - 0.02268228866159916, -0.05360971763730049, -0.004315785598009825, - -0.011014365591108799, -0.013759614899754524, -0.06382516771554947, - -0.021694103255867958, -0.019464075565338135, 0.024587634950876236, - 0.003614161629229784, 0.02357976883649826, 0.03718014061450958, 0.06678466498851776, - 0.007425054907798767, -0.008372004143893719, -0.07491026073694229, - -0.0547303706407547, -0.06047968566417694, 0.0009302516118623316, - 0.061975639313459396, 0.01963050104677677, -0.04042976349592209, - 0.010377631522715092, -0.03216153755784035, -0.01116262748837471, - 0.0996541678905487, 0.013442865572869778, -0.0370139479637146, 0.014406532049179077, - -0.04072227701544762, 0.018863078206777573, -0.06941229850053787, - -0.05749721825122833, -0.00839264877140522, 0.022340061143040657, - -0.008522761054337025, 0.11148428171873093, 0.01493567880243063, - 0.07175145298242569, -0.07298567146062851, 0.025162190198898315, - -0.060605913400650024, 0.023333219811320305, 0.025795206427574158, - -0.04192175716161728, -0.03545486554503441, -0.06727873533964157, - -0.05835147947072983, -0.02721664309501648, 0.005335913971066475, - -0.017871858552098274, 0.07312177121639252, -0.021320611238479614, - -0.05358892306685448, -0.030857404693961143, -0.013520527631044388, - -0.002138666110113263, 0.043797679245471954, 0.057353388518095016, - 0.06686879694461823, 0.0020298054441809654, 0.005699625238776207, - -0.018292738124728203, -0.09778419882059097, 0.030585691332817078, - -0.018965303897857666, -0.005345932208001614, 0.03790661320090294, - 0.005038232076913118, -0.11237453669309616, 0.020242754369974136, - -0.008090300485491753, -0.035216543823480606, 0.07637742161750793, - 0.06603843718767166, 0.03962172195315361, 0.0527007170021534, 0.07140860706567764, - -0.007120863534510136, -0.026526380330324173, -0.03266522288322449, - -0.09641667455434799, -0.017468830570578575, -0.008845957927405834, - -0.06393761932849884, -0.01023335475474596, 0.009252376854419708, - -0.004372499883174896, -0.04857420176267624, -0.006684234365820885, - 0.07016995549201965, -0.04413265734910965, 0.020428864285349846, - -0.029131410643458366, 0.009607126004993916, 0.07155323028564453, - -7.104469841578975e-5, -0.03481646254658699, 0.07205117493867874, - 0.05212278291583061, -0.012389050796627998, 0.049783747643232346, - -0.01911495067179203, -0.03659217432141304, 0.005125145893543959, - 0.03431050851941109, -0.017423344776034355, 0.005721699446439743, - -0.07424413412809372, 0.03274298459291458, 0.0516526997089386, - -0.042028918862342834, -0.018388722091913223, 0.06154528632760048, - 0.14427290856838226, 0.03184282407164574, 0.07898785918951035, - -0.021432939916849136, 0.052285876125097275, -0.04422904551029205, - 0.0259294081479311, 0.0349273718893528, 0.04557676985859871, 0.08233656734228134, - -0.03342375531792641, -0.08996190130710602, -0.044322606176137924, - 0.01674090325832367, -0.002601328771561384, -0.012983881868422031, - -0.0007538285572081804, -0.0305084940046072, -0.005014985799789429, - 0.016190893948078156, -0.02759115770459175, 0.033507898449897766, - -0.016116276383399963, -0.007717055734246969, -0.059964004904031754, - -0.06578570604324341, -0.00938894972205162, 0.022479118779301643, - 0.00208357535302639, 0.12456674873828888, -0.005333628971129656, - -0.005047810263931751, -0.03664003685116768, 0.0655398741364479, - -0.01101948693394661, 0.0020139894913882017, -0.042321138083934784, - -0.07217499613761902, 0.022572197020053864, -0.008912626653909683, - -0.06112764775753021, 0.02609560638666153, -0.012891074642539024, - 0.016067011281847954, 0.02933588996529579, -0.1037004217505455, - -0.07359810918569565, 0.046517327427864075, 0.024415237829089165, - 0.024971935898065567, -0.04301192983984947, -0.004567330703139305, - 0.07128003239631653, 0.019786879420280457, 0.024215001612901688, - 0.053764015436172485, 0.060300447046756744, 0.08510798215866089, - 0.02151007205247879, -0.05317908897995949, -0.01820378005504608, - -0.021708806976675987, -0.019740786403417587, 0.09631022065877914, - -0.030419785529375076, -0.05579633265733719, 0.04356737434864044, - 0.06524020433425903, 0.04031388461589813, -0.04650574550032616, - -0.022858401760458946, -0.05398653820157051, 0.10324383527040482, - 0.053244855254888535, 0.10178626328706741, -0.027121230959892273, - -0.10543002188205719, 0.09963004291057587, 0.02514011785387993, - 0.035323843359947205, 0.014030462130904198, 0.0011076033115386963, - 0.06728185713291168, 0.04251544177532196, 0.03125684708356857, - -0.018313104286789894, 0.028052939102053642, -0.006281590089201927, - -0.002269387012347579, -0.06333572417497635, -0.024807091802358627, - -0.06162642315030098, 0.018272552639245987, 0.021251538768410683, - -0.04234573617577553 - ], - [ - -0.0511171855032444, -0.024710850790143013, -0.00955206248909235, - 0.09612176567316055, 0.025114133954048157, 0.0016137607162818313, - -0.003745580092072487, -0.050053659826517105, 0.043953314423561096, - -0.05940491333603859, -0.03882506117224693, -0.02234209142625332, - -0.02852625399827957, 0.07838483154773712, -0.06610248982906342, - -0.02266702800989151, -0.038153279572725296, -0.07618838548660278, - -0.06307613849639893, 0.03200378641486168, 0.07618088275194168, 0.10063225775957108, - 0.04891269654035568, -0.021265152841806412, -0.011949055828154087, - 0.024096740409731865, -0.07355120778083801, 0.044314585626125336, - 0.005434707272797823, -0.05868083983659744, -0.01907924935221672, - 0.00525958277285099, 0.06037707254290581, 0.03823743760585785, - -0.062421735376119614, -0.00035511841997504234, 0.07467569410800934, - 0.008991355076432228, 0.08207704871892929, 0.013180271722376347, - 0.025739474222064018, -0.05143529549241066, -0.0603414922952652, - 0.006231111474335194, -0.008096599020063877, 0.00952424481511116, - -0.07376381754875183, -0.03229484707117081, 0.04919695854187012, - 0.014669692143797874, -0.10157694667577744, -0.009512299671769142, - -0.00977237056940794, -0.00378588424064219, 0.06713708490133286, - -0.009462549351155758, -0.09350047260522842, 0.024862254038453102, - -0.038730960339307785, -0.01594838872551918, -0.017615752294659615, - -0.08534803986549377, -0.05223912373185158, 0.008852272294461727, - 0.05447295308113098, -0.07030373066663742, 0.023538732901215553, - 0.030498431995511055, 0.02198481373488903, -0.0051589286886155605, - 0.012426297180354595, 0.04430149495601654, -0.039466191083192825, - -0.003925231751054525, 0.024193117395043373, -0.05101988837122917, - 0.01661119982600212, 0.01859855465590954, -0.05814998969435692, - 0.012226536870002747, 0.03649342805147171, -0.04676774516701698, - 0.043520934879779816, -0.020453142002224922, 0.12141311168670654, - -0.019940456375479698, 0.06251931935548782, 0.0035479944199323654, - -0.0919048935174942, 0.09972324967384338, -0.029554031789302826, - -0.03798047453165054, 0.010458829812705517, 0.11066264659166336, - 0.05215120315551758, 0.14607951045036316, 0.03853137418627739, - 0.0053776889108121395, 0.12190733850002289, -0.0284297913312912, - 0.02965538389980793, -0.009143353439867496, -0.025293156504631042, - -0.01993955671787262, -0.02176361344754696, -0.009028645232319832, - 0.001199130667373538, -0.020370427519083023, -0.01469667162746191, - 0.04493991285562515, 0.05494128167629242, -0.07900805026292801, 0.06164802238345146, - 0.006900683976709843, -0.018255196511745453, -0.05636557191610336, - -0.06550906598567963, -0.015861738473176956, 0.07269246131181717, - 0.004005315713584423, -0.08917883783578873, -0.10156052559614182, - 0.018592145293951035, -0.07755835354328156, -0.02062125876545906, - -0.014727534726262093, -0.0665430873632431, -0.011776072904467583, - -0.022497644647955894, -0.0671040415763855, -0.009677679277956486, - 0.004908110946416855, -0.03022584319114685, 0.028966804966330528, - -0.10497071593999863, -0.1091524139046669, 0.08378313481807709, - -0.01951511763036251, -0.0015472911763936281, -0.04580264911055565, - -0.038900405168533325, -0.06085311248898506, 0.017919229343533516, - -0.046158697456121445, -0.05000787228345871, -3.833023947663605e-5, - 0.05459580570459366, -0.06117907911539078, -0.05813027173280716, - -0.06284063309431076, 0.00839179940521717, -0.04143962636590004, - 0.038714416325092316, 0.05523054674267769, -0.0251143928617239, - -0.050840217620134354, -0.05164783447980881, -0.038986269384622574, - 0.07216434925794601, 0.02987350896000862, -0.08774688839912415, - -0.017479974776506424, 0.0005253013805486262, 0.04645518586039543, - 0.05933006480336189, -0.021428978070616722, -0.056660860776901245, - -0.06646876782178879, 0.04418500140309334, 0.11480997502803802, - -0.05039108917117119, 0.023465557023882866, 0.015424495562911034, - -0.02769591473042965, 0.03938891738653183, 0.0005928666796535254, - -0.007296502590179443, -0.02258506417274475, -0.08113665133714676, - -0.05290661379694939, 0.08322859555482864, 0.030461769551038742, - 0.11069000512361526, 0.026379220187664032, 0.056487198919057846, - -0.022736666724085808, -0.11087903380393982, 0.020690837875008583, - -0.1093083843588829, 0.01310193631798029, 0.0390549935400486, 0.08796565979719162, - 0.048582591116428375, 0.025430899113416672, -0.054425835609436035, - 0.025322066619992256, -0.04047052189707756, 0.013004431501030922, - 0.00475113932043314, -0.12998375296592712, -0.012063926085829735, - -0.049362730234861374, -0.08711566030979156, -0.03962148353457451, - -0.07131306827068329, -0.009813041426241398, -0.035297587513923645, - 0.0008426797576248646, -0.007036024238914251, -0.007720048073679209, - 0.14698155224323273, 0.04843069985508919, -0.057486869394779205, 0.1021629199385643, - 0.09671498090028763, -0.01659238710999489, 0.02114870212972164, - -0.014234867878258228, -0.015861622989177704, 0.06379780918359756, - 0.07526521384716034, 0.02275378629565239, -0.007663587108254433, - -0.0006835096282884479, -0.07301583141088486, -0.05992336571216583, - 0.027600979432463646, -0.05034000054001808, 0.07704360783100128, - -0.007546982262283564, -0.009402403607964516, -0.07586617767810822, - -0.05080254003405571, -0.12099706381559372, 0.003035707864910364, - -0.05958166718482971, -0.033883143216371536, -0.015411471016705036, - -0.04620109125971794, 0.0005779761704616249, -0.019123191013932228, - 0.047957271337509155, -0.008155153132975101, 0.05461391806602478, - 0.0005876023788005114, 0.0052119409665465355, 0.02265853062272072, - 0.006526639685034752, -0.07207304239273071, -0.0033309522550553083, - 0.00360084162093699, -0.10271932929754257, 0.04392141103744507, - 0.032693587243556976, -0.038552459329366684, -0.06144232675433159, - -0.018360674381256104, 0.04835167154669762, 0.09014369547367096, - 0.036405883729457855, 0.023256180807948112, -0.010236759670078754, - -0.019473452121019363, 0.08320052921772003, 0.025424949824810028, - 0.02751651592552662, 0.06774496287107468, -0.027012869715690613, - 0.02813180536031723, 0.06372496485710144, 0.05276450142264366, 0.06441501528024673, - 0.002337976358830929, -0.023869389668107033, 0.041581977158784866, - 0.005654655396938324, 0.0388600155711174, 0.009071932174265385, 0.01596914231777191, - -0.010822656564414501, 0.10641555488109589, 0.047761816531419754, - -0.03001580946147442, -0.006729493848979473, 0.005624375771731138, - 0.09347181767225266, 0.008895566686987877, 0.09699338674545288, - 0.013491271063685417, 0.08063080906867981, -0.010937834158539772, - 0.023808717727661133, 0.0436040535569191, 0.005904220510274172, 0.03748584911227226, - -0.020454291254281998, -0.03735615313053131, -0.04793456569314003, - 0.007525190245360136, -0.0028913249261677265, -0.0655873641371727, - 0.037175726145505905, -0.054361384361982346, -0.039420824497938156, - -0.013713385909795761, 0.01727861724793911, 0.06831910461187363, - 0.07872486859560013, -0.006968515459448099, 0.05727819725871086, - 0.005926395766437054, -0.07475496828556061, 0.0239196065813303, - -0.007717043627053499, -0.025240691378712654, 0.05373441427946091, - -0.06492850184440613, 0.06495140492916107, -0.028879599645733833, - 0.033023104071617126, -0.05888127163052559, -0.0308307446539402, - -0.1019127294421196, -0.06334184110164642, 0.036415036767721176, - -0.03998841717839241, 0.0790090337395668, -0.05510680004954338, - 0.016986984759569168, -0.027523363009095192, -0.038033585995435715, - 0.041301704943180084, 0.0181964673101902, -0.014150270260870457, - 0.07350897043943405, 0.016984112560749054, -0.055000290274620056, - 0.015655536204576492, 0.06420353055000305, 0.012558025307953358, - -0.059423189610242844, -0.07783229649066925, 0.008934187702834606, - 0.015242865309119225, 0.07353941351175308, 0.03727729618549347, - 0.0005809579743072391, 0.04490532726049423, 0.06720397621393204, - -0.009734549559652805, -0.015093458816409111, 0.02180907502770424, - -0.014013143256306648, -0.09370782226324081, 0.05661311373114586, - 0.016062166541814804, -0.08854472637176514, 0.026392994448542595, - -0.009289433248341084, -0.06348239630460739, -0.016782501712441444, - 0.004122298676520586, 0.016934236511588097, 0.07212043553590775, - -0.013862619176506996, 0.03982806205749512, -0.025759246200323105, - 0.14146098494529724, 0.0255973432213068, 0.040126536041498184, -0.07146218419075012, - 0.01474197581410408, 0.03223427012562752, -0.004664459265768528, - 0.0036815949715673923, 0.06813779473304749, 0.02694462053477764, - -0.01944439299404621, -0.031014401465654373, -0.04201193526387215, - 0.01977335289120674, -0.06471247225999832, 0.019222144037485123, 0.01611172966659069 - ], - [ - 0.011366086080670357, 0.036181725561618805, 0.04719528183341026, - 0.06255218386650085, -0.006469311658293009, -0.01217534951865673, - 0.025792863219976425, -0.04532465711236, 0.04501844942569733, -0.009166176430881023, - 0.004028936382383108, 0.01136127207428217, -0.04782254621386528, - 0.0006127898814156651, 0.0477629117667675, -0.003985826391726732, - -0.07400129735469818, -0.032308779656887054, 0.03836604207754135, - 0.022547336295247078, -0.014337588101625443, 0.048873886466026306, - 0.052662692964076996, 0.005047160666435957, 0.033445101231336594, - 0.06729342043399811, -0.034366048872470856, -0.04483679309487343, - -0.0025790920481085777, 0.056095514446496964, 1.626063749426976e-5, - -0.06286666542291641, -0.015542224049568176, -0.004879448097199202, - -0.05974721908569336, 0.08274929225444794, 0.04812608286738396, - -0.04555579274892807, -0.022433225065469742, -0.03711335361003876, - -0.01906164363026619, 0.014044071547687054, -0.030344372615218163, - -0.06586211919784546, 3.5168632166460156e-5, -0.015315109863877296, - 0.035862188786268234, 0.07362859696149826, -0.025734784081578255, - -0.09039831161499023, -0.035079095512628555, -0.025353027507662773, - -0.07731831818819046, -0.03709912672638893, 0.04264816641807556, 0.0567074753344059, - -0.05701533704996109, 0.003077160567045212, -0.015970362350344658, - 0.008436239324510098, -0.017815472558140755, -0.0324513204395771, - -0.06636083871126175, -0.055298108607530594, 0.017661798745393753, - -0.031071726232767105, 0.004451971035450697, 0.014321085065603256, - 0.045811913907527924, -0.036643367260694504, 0.011441688984632492, - 0.05945241451263428, -0.00260507152415812, 0.019856922328472137, - 0.034541547298431396, -0.0063888696022331715, 0.0821235328912735, - 0.013660520315170288, -0.0003614489396568388, 0.01341216266155243, - 0.060599155724048615, 0.09611064195632935, 0.05690072104334831, - -0.023100141435861588, 0.007059180177748203, 0.011054884642362595, - 0.037566348910331726, -0.053465697914361954, -0.023656178265810013, - 0.03289642184972763, -0.056902773678302765, -0.0017389225540682673, - -0.0159145537763834, -0.00761400954797864, -0.005869512911885977, - 0.04724444821476936, 0.002356444951146841, 0.025809498503804207, - 0.02591603249311447, 0.03555579483509064, 0.003998870030045509, 0.02234327793121338, - -0.02428373508155346, -0.018501488491892815, -0.09041804820299149, - -0.03466888517141342, 0.004823415074497461, 0.01804610900580883, - -0.03165460377931595, -0.024685855954885483, 0.0077305990271270275, - -0.045954182744026184, -0.017909936606884003, -0.014357603155076504, - -0.021639999002218246, 0.016376564279198647, -0.019778234884142876, - 0.010787567123770714, 0.01330863032490015, 0.05010173097252846, - -0.039045706391334534, -0.04871061071753502, -0.004352258052676916, - 0.018741661682724953, -0.05654272809624672, -0.014012007974088192, - -0.0873115137219429, 0.03158804774284363, -0.0223945714533329, - -0.013830764219164848, -0.04065684974193573, 0.034322842955589294, - 0.007345633581280708, 0.0046796491369605064, 0.057747676968574524, - -0.0422360897064209, 0.051778100430965424, 0.014101755805313587, - 0.04194454848766327, 0.011538632214069366, -0.05638817325234413, - -0.13629677891731262, 0.030488818883895874, -0.05364580079913139, - 0.005272025242447853, -0.007010324392467737, 0.0019817159045487642, - -0.012066343799233437, -0.10472498834133148, -0.02491958625614643, - 0.036575235426425934, -0.022957084700465202, 0.008852226659655571, - -0.015191135928034782, 0.0009597958996891975, -0.08823967725038528, - 0.05697578936815262, -0.02325327694416046, 0.0021747786086052656, - 0.07102640718221664, -0.04515303298830986, -0.047200366854667664, - -0.02428959310054779, 0.017826708033680916, 0.04819163307547569, - 0.018400587141513824, 0.043712131679058075, -0.0202926155179739, - 0.026521990075707436, 0.017672622576355934, 0.0325249582529068, 0.0511409267783165, - 0.012367486953735352, -0.044230371713638306, 0.0057596480473876, - -0.029126757755875587, -0.005501652602106333, -0.09830044955015182, - -0.03133981302380562, -0.03155820071697235, -0.029920261353254318, - 0.020204193890094757, 0.010490881279110909, -0.0017147338949143887, - 0.020318398252129555, 0.028234213590621948, 0.00033061837893910706, - -0.05657948926091194, -0.010493205860257149, -0.02965448424220085, - 0.040461454540491104, -0.026956871151924133, 0.0048603699542582035, - 0.0518917478621006, -0.011106215417385101, 0.0685361847281456, 0.025117261335253716, - -0.10425888001918793, 0.03491737321019173, -0.015372623689472675, - 0.0009948473889380693, -0.012358422391116619, -0.05019078776240349, - -0.039903175085783005, -0.12722113728523254, -0.09738323837518692, - 0.023823559284210205, -0.07217851281166077, -0.003462760942056775, - -0.012696409597992897, 0.014898992143571377, 0.026938701048493385, - -0.10908806324005127, -0.0042944783344864845, -0.059585604816675186, - 0.006100057624280453, 0.006878342013806105, -0.03394084796309471, - 0.00458209915086627, 0.06307213008403778, 0.07255600392818451, -0.04805060476064682, - -0.01679808646440506, 0.013384085148572922, -0.025516921654343605, - -0.031836096197366714, 0.04941428080201149, 0.059673815965652466, - 0.01572563499212265, -0.0018311673775315285, -0.029982466250658035, - 0.027464335784316063, 0.02963312529027462, -0.011945746839046478, - 0.03517623990774155, -0.03064781241118908, -0.03138548880815506, - 0.12593211233615875, -0.07168110460042953, -0.029290489852428436, - 0.0024962646421045065, 0.012760316021740437, 0.07266637682914734, - -0.03503268584609032, -0.0038743645418435335, 0.023276861757040024, - -0.0236909668892622, 0.02022155188024044, -0.03299439698457718, 0.0863061472773552, - 0.01911723054945469, -0.05001918599009514, 0.03353574872016907, - 0.021688975393772125, -0.042866408824920654, -0.04539799317717552, - 0.0013456868473440409, -0.04356923699378967, 0.09859635680913925, - 0.0012821858981624246, -0.05638555437326431, 0.029263056814670563, - -0.0453360490500927, -0.013102525845170021, -0.0695192813873291, - -0.026265684515237808, 0.035322174429893494, -0.02232382632791996, - 0.015332961454987526, -0.00576746417209506, 0.07696850597858429, - 0.06067875027656555, 0.022456243634223938, 0.044477012008428574, - 0.002240850357338786, 0.02876850590109825, 0.05389339476823807, - 0.006617693230509758, -0.002396123018115759, 0.006815671920776367, - 0.044801194220781326, 0.025907160714268684, -0.03959757834672928, - 0.012566928751766682, -0.025701206177473068, -0.021006394177675247, - -0.0037925029173493385, 0.028027016669511795, -0.018956439569592476, - 0.026062114164233208, -0.03416945040225983, 0.0452534444630146, - -0.03435710072517395, 0.013368166983127594, -0.054886382073163986, - 0.030713532119989395, -0.007535947952419519, -0.02469010278582573, - -0.07330910861492157, 0.0019506638636812568, 0.007854311726987362, - -0.038544099777936935, -0.022724533453583717, 0.013518540188670158, - -0.046940892934799194, 0.02822718396782875, -0.02586764097213745, - -0.016661232337355614, -0.06126849725842476, 0.02157033421099186, - 0.003877777373418212, -0.01736355945467949, -0.013081636279821396, - 0.011608111672103405, -0.06833953410387039, -0.02760997973382473, - 0.04872973635792732, 0.034974388778209686, -0.04206676036119461, - -0.032536931335926056, -0.008052988909184933, 0.04527892544865608, - -0.05086205154657364, -0.07568621635437012, 0.015713803470134735, - 0.044471945613622665, 0.021520575508475304, 0.022738764062523842, - 0.023130472749471664, 0.032850589603185654, -0.019009266048669815, - 0.012573267333209515, -0.0776190385222435, 0.05183429270982742, - -0.01437962893396616, -0.042935505509376526, -0.016969814896583557, - 0.04839126020669937, 0.006546463817358017, -0.07382117211818695, - -0.053836751729249954, -0.0106743099167943, -0.031194161623716354, - 0.05143880844116211, 0.005834578536450863, -0.04398451745510101, - 0.052970316261053085, 0.0670885220170021, 0.0274850782006979, -0.050185296684503555, - 0.05547773838043213, 0.07366320490837097, 0.04925724118947983, -0.01201323140412569, - -0.01592949405312538, -0.010640834458172321, 0.055197037756443024, - 0.009858294390141964, 0.0028664744459092617, -0.04033881425857544, - -0.002822370268404484, 0.12836216390132904, -0.03282167762517929, - 0.032849520444869995, -0.01930776983499527, 0.07904883474111557, - 0.01699920929968357, 0.10629834979772568, -0.03244531527161598, - 0.060237038880586624, -0.05468862131237984, 0.029559526592493057, - -0.07673696428537369, -0.009089767932891846, 0.051384035497903824, - -0.011354495771229267, 0.07400397956371307, -0.029575001448392868, - 0.08003758639097214, 0.033733200281858444, -0.05017988756299019, - 0.01264229416847229, 0.008766796439886093, 0.06397192180156708 - ], - [ - 0.031656257808208466, 0.0025560397189110518, -0.03967156261205673, - -0.014386956579983234, -0.02211148664355278, 0.07475724816322327, - 0.031184453517198563, -0.0054809655994176865, 0.04710040241479874, - -0.09767450392246246, -0.04078180715441704, 0.03809212148189545, - 0.05142861232161522, 0.06782443076372147, 0.011887624859809875, - -0.019276095554232597, 0.006244653835892677, -0.0011487994343042374, - 0.04169256240129471, -0.07309356331825256, 0.0013505998067557812, - -0.03275241702795029, -0.029310664162039757, -0.06164940819144249, - 0.0042191422544419765, -0.012049693614244461, -0.06532019376754761, - -0.010569670237600803, 0.06075533106923103, -0.017027683556079865, - 0.00510202394798398, -0.006685407366603613, -0.08804572373628616, - -0.015207530930638313, -0.007641389034688473, -0.02488541789352894, - -0.0224017221480608, 0.034489452838897705, 0.05349785089492798, - -0.034469231963157654, 0.017767634242773056, 0.08124817907810211, - -0.015894439071416855, -0.04844155162572861, -0.006959443911910057, - 0.06332328915596008, -0.01807783730328083, 0.06912634521722794, - -0.04217573627829552, -0.07692968845367432, -0.0006207036785781384, - 0.07878652960062027, -0.09797969460487366, -0.015502871945500374, - 0.02234254591166973, 0.005865141283720732, 0.016785375773906708, - 0.043246567249298096, 0.009747183881700039, -0.06145939975976944, - 0.05192326009273529, 0.02141713909804821, -0.050814952701330185, - 0.03482246398925781, -0.021441420540213585, 0.04141200706362724, - 0.001095391227863729, 0.0008168281055986881, -0.04586444050073624, - -0.0027111065573990345, 0.040940556675195694, -0.05250672623515129, - 0.06687537580728531, -0.07166349142789841, -0.047072023153305054, - -0.0027247327379882336, 0.1144239604473114, -0.06677962839603424, - -0.035860639065504074, 0.08229487389326096, -0.04972697049379349, - 0.015688199549913406, -0.033520907163619995, 0.0034367090556770563, - 0.02578878588974476, 0.006535321474075317, -0.013263683766126633, - 0.0030084268655627966, -0.011851206421852112, 0.04493306204676628, - 0.009011032059788704, -0.009243739768862724, -0.0011514854850247502, - 0.016762183979153633, 0.0027557890862226486, -0.043196652084589005, - -0.07372664660215378, 0.026715559884905815, 0.04855097830295563, - 0.03801099956035614, 0.029246576130390167, 0.008090117946267128, - 0.025167100131511688, 0.013712198473513126, 0.011492529883980751, - 0.07821621745824814, 0.05060470104217529, 0.0010714330710470676, - 0.02750864252448082, 0.006311777047812939, 0.01839582994580269, -0.0269145630300045, - 0.08054376393556595, 0.016829004511237144, 0.010392263531684875, - 0.09688407927751541, -0.0819224864244461, -0.041688378900289536, - -0.02926923707127571, 0.005371877923607826, 0.033351920545101166, - -0.007811990566551685, -0.0021347643341869116, 0.04406885430216789, - -0.06047680601477623, 0.026180975139141083, -0.014895890839397907, - -0.0027559204027056694, 0.0060216085985302925, -0.09047488123178482, - 0.027242975309491158, 0.0018615596927702427, 0.05313432589173317, - -0.03324275463819504, -0.015955718234181404, -0.10958266258239746, - 0.04590529948472977, 0.011059914715588093, 0.05296560004353523, - 0.007581986486911774, -0.03275248035788536, -0.11194532364606857, - -0.06465881317853928, 0.05306607484817505, -0.04211333766579628, - -0.058668993413448334, -0.05113420635461807, -0.03513821214437485, - 0.023883318528532982, -0.0160989873111248, -0.006930883973836899, - -0.004243898205459118, -0.019506603479385376, -0.06538937985897064, - 0.03172393888235092, -0.08834338933229446, -0.022593524307012558, - -0.023575427010655403, 0.033053673803806305, 0.03765317425131798, - -0.02851882204413414, 0.0550384521484375, 0.07684160768985748, 0.06621859222650528, - -0.03378285467624664, -0.04751726984977722, 0.08345082402229309, - -0.01563459262251854, 0.028684081509709358, 0.04054833576083183, - -0.04185092821717262, -0.009447232820093632, -0.09249373525381088, - -0.01435631513595581, 0.00888901762664318, -0.019732549786567688, - -0.07802876085042953, -0.004528456833213568, 0.04989141970872879, - -0.05960794538259506, 0.004766455851495266, 0.008652858436107635, - 0.08818864822387695, 0.06046849116683006, 0.031175117939710617, 0.0600704587996006, - 0.02227872423827648, -0.031358592212200165, -0.023494688794016838, - 0.05077619478106499, -0.027733100578188896, -0.007965577766299248, - 0.05783156305551529, 0.03412377089262009, -0.043636027723550797, - 0.05972620099782944, 0.019911618903279305, -0.08901793509721756, - 0.02607899159193039, 0.00534032890573144, -0.04229816794395447, -0.0764867439866066, - 0.024394627660512924, -0.008489417843520641, -0.006697137374430895, - -0.029118789359927177, 0.031663425266742706, 0.014125606045126915, - -0.003722371766343713, -0.0376942940056324, 0.013903048820793629, - -0.006424023304134607, -0.059270165860652924, 0.005181386601179838, - -0.07867209613323212, -0.06645537167787552, -0.0621570348739624, - -0.014633161015808582, 0.04464243724942207, -0.028326651081442833, - 0.06513803452253342, -0.04527284577488899, -0.05043236166238785, - 0.018790075555443764, -0.016212213784456253, -0.04874161630868912, - 0.016844531521201134, 0.03798012062907219, -0.0242867823690176, - -0.04448774829506874, -0.02634308487176895, 0.04918423295021057, - -0.009384198114275932, 0.056950099766254425, -0.002016646321862936, - 0.09817278385162354, 0.020134394988417625, 0.045040763914585114, - -0.003564199898391962, 0.021799622103571892, 0.06384939700365067, - 0.08297225832939148, 0.10280824452638626, -0.013563339598476887, - -0.0842185989022255, 0.02787734568119049, -0.04504373297095299, - -0.08332562446594238, -0.02561553567647934, 0.0528324693441391, - -0.056263383477926254, -0.006021407432854176, -0.0907280296087265, - -0.033876147121191025, 0.026223856955766678, -0.03717708960175514, - -0.041842520236968994, 0.036271121352910995, -0.029617495834827423, - 0.03188828006386757, -0.09866201877593994, 0.04498152434825897, 0.02508559077978134, - 0.04190847650170326, -0.07554974406957626, -0.014986013062298298, - 0.0881965309381485, 0.02614676207304001, -0.02800305373966694, 0.05512576177716255, - 0.07090350240468979, 0.00626714713871479, 0.0221162810921669, -0.011059334501624107, - -0.028440868481993675, 0.09819881618022919, 0.034258849918842316, - -0.0365627259016037, -0.04268254339694977, 0.06856609135866165, 0.06073727831244469, - 0.016012554988265038, -0.015576629899442196, 0.007507808040827513, - 0.0816667303442955, 0.02969357930123806, 0.03324800729751587, 0.004486384801566601, - 0.0960073247551918, 0.10700155049562454, -0.026308486238121986, 0.01616794615983963, - 0.0238127950578928, -0.05471738800406456, 0.0376550517976284, - 0.00013407495862338692, 0.019575990736484528, 0.08503609895706177, - 0.041594576090574265, -0.015819864347577095, 0.02959192916750908, - 0.011421767994761467, 0.024206461384892464, -0.07233735173940659, - 0.007543192710727453, 0.026155507192015648, -0.047107573598623276, - -0.03492283448576927, -0.009615527465939522, 0.05110597610473633, - -0.05557796359062195, -0.011564492247998714, 0.019686218351125717, - 0.012425065040588379, 0.11088539659976959, -0.02306044101715088, - 0.06389956176280975, -0.018609745427966118, -0.03247737139463425, - 0.026306577026844025, -0.027640337124466896, -0.004925641696900129, - -0.09947964549064636, -0.10472320765256882, -0.01868448406457901, - 0.004200614523142576, 0.041732072830200195, -0.0010221113916486502, - -0.017879202961921692, -0.031945936381816864, 0.03988818824291229, - 0.019850512966513634, -0.008646241389214993, -0.006842346861958504, - -0.0400727316737175, 0.037801049649715424, -0.02585420571267605, - 0.02823885902762413, 0.04007794335484505, 0.03421003744006157, -0.04372880980372429, - 0.02207588031888008, -0.01684684120118618, 0.10516200959682465, - -0.033802881836891174, -0.0483749583363533, 0.035958610475063324, - -0.04002232477068901, 0.04888599365949631, -0.00664234533905983, - -0.019999979063868523, 0.0038710881490260363, 0.0068549360148608685, - -0.053460609167814255, -0.05832228437066078, -0.025177495554089546, - 0.02596087008714676, -0.05368876829743385, 0.009928081184625626, - -0.07094203680753708, -0.0857340395450592, 0.03921647369861603, - -0.02055395022034645, 0.056083157658576965, 0.03729182109236717, - 0.059127576649188995, 0.10411573946475983, 0.05662938207387924, - 0.008585509844124317, -0.031847208738327026, 0.05184106528759003, - 0.004032493568956852, 0.013508319854736328, -0.0007099159993231297, - -0.030263232067227364, 0.044635213911533356, 0.024082697927951813, - -0.04050224646925926, 0.0521836094558239, -0.045398734509944916, - -0.05924466624855995, 0.012436081655323505, 0.05703418701887131, - -0.010617006570100784 - ], - [ - -0.07008494436740875, -0.018854595720767975, -0.07156253606081009, - 0.0099480040371418, 0.02348482422530651, -0.02463303878903389, 0.010311352089047432, - -0.021866340190172195, -0.0343160443007946, -0.014726312831044197, - 0.0186709463596344, -0.07531869411468506, 0.07564570754766464, -0.01099489163607359, - 0.025607068091630936, 0.03646935895085335, -0.009237835183739662, - -0.02274390310049057, -0.07784163951873779, 0.019587362185120583, - -0.06863076984882355, -0.0357910580933094, -0.029500329867005348, - -0.022775137796998024, -0.01736646145582199, 0.006844277959316969, - 0.04785430058836937, 0.011772587895393372, 0.014531000517308712, - -0.040137987583875656, 0.024105269461870193, 0.07287073135375977, - 0.07193884253501892, 0.019946236163377762, -0.029227357357740402, - -0.06432433426380157, 0.033551622182130814, 0.07011532038450241, - -0.03633252531290054, -0.0011893028859049082, -0.06531907618045807, - -0.011513502337038517, -0.05625176429748535, -0.021743331104516983, - 0.020182793959975243, 0.019832801073789597, 0.010203826241195202, - 0.0007066442631185055, 0.029878780245780945, 0.028746439144015312, - 0.011894415132701397, -0.03679266944527626, -0.002339450176805258, - -0.05118463933467865, -0.01202369760721922, -0.018394945189356804, - -0.07605600357055664, 0.014264728873968124, -0.03251734375953674, - 0.04647565260529518, 0.009452789090573788, 0.002999068470671773, - 0.037629686295986176, -0.011890366673469543, 0.021435707807540894, - 0.019713789224624634, -0.07954240590333939, -0.016239743679761887, - -0.026344740763306618, 0.11079280823469162, 0.026080723851919174, - -0.030932307243347168, -0.08907507359981537, 0.05151244252920151, - -0.05316479876637459, 0.010089600458741188, -0.007213366683572531, - -0.037146713584661484, -0.013800409622490406, -0.0397275947034359, - 0.041897572576999664, -0.04744341969490051, -0.019772518426179886, - 0.045594505965709686, 0.018471308052539825, 0.023550694808363914, - -0.033261481672525406, 0.05798502638936043, 0.044912517070770264, - -0.025033848360180855, -0.02560373768210411, 0.019599396735429764, - 0.0025571403093636036, -0.01942114345729351, 0.07155931740999222, - -0.005060720257461071, 0.006705936044454575, -0.05233260989189148, - -0.11833258718252182, 0.0866418331861496, 0.03276791423559189, -0.08414655923843384, - -0.016895068809390068, 0.012462951242923737, 0.012534904293715954, - -0.017623726278543472, -0.0011020965175703168, 0.04283946380019188, - 0.007686563301831484, -0.016666440293192863, -0.049861252307891846, - 0.0989929735660553, -0.04766518995165825, -0.030422301962971687, - -0.016685765236616135, 0.015039029531180859, 0.07478346675634384, - 0.02742863819003105, -0.06927166879177094, 0.07967593520879745, - 0.044745560735464096, 0.046585891395807266, -0.018233763054013252, - -0.02477494813501835, -0.026396600529551506, -0.04991276562213898, - 0.028289686888456345, 0.03558431938290596, -0.03610830754041672, - -0.017619971185922623, 0.05803420767188072, 0.046625733375549316, - -0.04951636493206024, 0.06639660894870758, -0.032299499958753586, - 0.012766732834279537, -0.08800539374351501, -0.0062833004631102085, - 0.043072156608104706, -0.04572020098567009, 0.03663196414709091, - 0.043146613985300064, 0.009258846752345562, -0.05859127268195152, - 0.026232747361063957, -0.03572278469800949, 0.002337807323783636, - -0.03933761268854141, 0.02023138292133808, 0.02791672758758068, - 0.006515864282846451, -0.02003142610192299, -0.08935746550559998, - -0.013303358107805252, -0.0640384629368782, 0.04203794151544571, - 0.0006817501853220165, -0.020304495468735695, -0.0067750136367976665, - -0.06667885929346085, -0.002374320523813367, -0.016466379165649414, - -0.04009077325463295, 0.06203742325305939, -0.05989912152290344, - 0.056909751147031784, -0.06675803661346436, 0.008218483068048954, - -0.057738471776247025, -0.0315450020134449, -0.01711314171552658, - 0.007765050046145916, -0.00506102479994297, -0.03208459913730621, - 0.023824557662010193, -0.022808637470006943, 0.015219914726912975, - 0.018283681944012642, -0.03195815905928612, 0.05920366942882538, - -0.009612740017473698, -0.003220809856429696, -0.039095282554626465, - -0.07238297164440155, -0.059285279363393784, 0.02427767962217331, - 0.0005207880749367177, 0.007907765917479992, -0.006459579803049564, - -0.028111664578318596, -0.1147744432091713, 0.004845493473112583, - -0.05835343152284622, -0.07740128040313721, -0.012182770296931267, - -0.06016463786363602, 0.05851465463638306, 0.03814217820763588, - -0.07669902592897415, 0.007360078860074282, 0.06519868224859238, - 0.058928895741701126, -0.05783397704362869, 0.06987137347459793, - -0.005777330603450537, 0.06365637481212616, 0.04318432882428169, - -0.059541258960962296, 0.04311688616871834, -0.04324785992503166, - -0.004466373007744551, 0.039701320230960846, 0.056911226361989975, - 0.061797019094228745, 0.08329100906848907, -0.027214564383029938, - 0.050011105835437775, 0.09188912808895111, -0.026246605440974236, - -0.04451753944158554, 0.03677430376410484, 0.02288747765123844, - -0.019611766561865807, 0.008187922649085522, 0.0025749136693775654, - 0.07065136730670929, -0.05025624856352806, 0.04192448407411575, - -0.03746173530817032, -0.034535229206085205, 0.01461585983633995, - -0.014326809905469418, 0.035336289554834366, -0.016572576016187668, - -0.012803256511688232, -0.03587936609983444, 0.013825546950101852, - 0.005494911223649979, 0.05691104754805565, -0.02355138026177883, - 0.030243869870901108, 0.012406641617417336, -0.051137086004018784, - -0.004125290084630251, -0.056868575513362885, 0.006418005097657442, - -0.02002427540719509, 0.04676812142133713, -0.0004252665094099939, - -0.010329675860702991, -0.018001390621066093, 0.07548144459724426, - -0.024937033653259277, -0.0069274334236979485, -0.020065046846866608, - 0.004524943884462118, -0.019562743604183197, 0.04313010349869728, - 0.0016478284960612655, -0.028748419135808945, 0.004278805106878281, - -0.06462714076042175, -0.018264394253492355, 0.013859327882528305, - 0.06060447543859482, 0.025848057121038437, -0.04654621705412865, - -0.056110139936208725, -0.049860794097185135, 0.03213227167725563, - -0.06866616755723953, -0.051611512899398804, -0.045492369681596756, - -0.05730218067765236, -0.0003224461106583476, -0.07275482267141342, - -0.05145241320133209, 0.051616817712783813, 0.0001974627812160179, - -0.05371817201375961, 0.032010361552238464, 0.020245930179953575, - -0.04176001623272896, 0.004013050813227892, -0.026095766574144363, - 0.100140780210495, -0.061949726194143295, -0.02380371280014515, - -0.029635747894644737, 0.011477408930659294, -0.052444688975811005, - 0.020563112571835518, 0.030488841235637665, -0.021741224452853203, - -5.257476004771888e-6, -0.06816497445106506, 0.013741937465965748, - 0.05568010360002518, 0.021196862682700157, -0.05168507993221283, - 0.01404455117881298, -0.01609712652862072, -0.005440946668386459, - 0.013626575469970703, 0.06709137558937073, -0.02886642888188362, - 0.038803789764642715, 0.0036176051944494247, 0.02850944548845291, - -0.009486121125519276, 0.004265876952558756, 0.05318330228328705, - -0.011861196719110012, -0.017459610477089882, -0.033056557178497314, - 0.034126993268728256, 0.05526651814579964, 0.030267182737588882, - 0.021633898839354515, 0.02101999707520008, 0.020131371915340424, - -0.021962612867355347, 0.0758599266409874, 0.09549245238304138, - 0.015244236215949059, -0.0006201466312631965, -0.024411320686340332, - -0.055990830063819885, -0.07192707806825638, 0.023332159966230392, - 0.10497301071882248, -0.017224634066224098, 0.015701966360211372, - -0.07297712564468384, 0.00823330506682396, 0.09616205096244812, - 0.006868911907076836, -0.013654339127242565, 0.0006688849534839392, - 0.00839962251484394, 0.012161106802523136, -0.013424822129309177, - -0.0033884267322719097, -0.043376293033361435, 0.05268671363592148, - 0.026165969669818878, -0.008590186014771461, -0.04190411791205406, - -0.03519466146826744, -0.002795671345666051, 0.01956610381603241, - -0.022166313603520393, -0.05015094578266144, 0.008112096227705479, - 0.0034039064776152372, 0.004244553856551647, -0.07344882935285568, - 0.0004786264034919441, -0.045450061559677124, -0.005941521376371384, - -0.02897765301167965, -0.03783326596021652, 0.0647016391158104, - -0.04622340947389603, -0.011711199767887592, -0.07064983993768692, - 0.011504046618938446, -0.11477329581975937, 0.06571748107671738, - 0.059022583067417145, -0.04546274617314339, -0.0375654473900795, - -0.0012105806963518262, 0.021873872727155685, 0.05305366590619087, - -0.04599251598119736, -0.08159339427947998, 0.02040758915245533, - -0.044845882803201675, 0.032897382974624634, 0.021776756271719933, - -0.034544236958026886, -0.010715252719819546, 0.03286362811923027 - ], - [ - 0.035989727824926376, -0.018022065982222557, -0.04621747136116028, - -0.01899057999253273, -0.025884663686156273, -0.03248385339975357, - -0.040769606828689575, -0.08378366380929947, 0.06728123128414154, - 0.03259408473968506, -0.05549313873052597, 0.05219227075576782, - -0.012172858230769634, 0.08173290640115738, -0.021918317303061485, - -0.07332427054643631, 0.08399315178394318, 0.01634504459798336, 0.1008482500910759, - -0.08122004568576813, 0.027620036154985428, 0.02261725254356861, - 0.028911517933011055, -0.10279436409473419, 0.03134402260184288, - -0.027110179886221886, -0.043344348669052124, 0.08176050335168839, - 0.046207528561353683, -0.020396100357174873, 0.018511107191443443, - -0.006639441475272179, 0.02977239340543747, -0.04054244980216026, - -0.09375070035457611, 0.07927588373422623, 0.05513947457075119, - -0.11485695838928223, 0.03641851618885994, -0.0629846379160881, 0.09023723751306534, - 0.004809336271136999, 0.07636363059282303, 0.005928317550569773, - 0.006581582129001617, -0.043081365525722504, -0.07009882479906082, - 0.021685700863599777, -0.03138688579201698, 0.08525802195072174, - -0.010892970487475395, 0.02701246179640293, 0.0030832288321107626, - 0.01694810763001442, -0.002338952152058482, 0.10260550677776337, - -0.06122344732284546, -0.03594985976815224, 0.018975665792822838, - -0.05443623661994934, 0.0069429343566298485, -0.06840793788433075, - -0.036070551723241806, 0.07093377411365509, 0.08329234272241592, - -0.03337036073207855, -0.03846295550465584, 0.04844854027032852, - -0.04140179604291916, -0.10093659907579422, -0.01738174632191658, - -0.012567811645567417, 0.028112662956118584, -0.028720496222376823, - -0.00915209949016571, -0.0911903977394104, 0.08703654259443283, -0.0667564794421196, - -0.05336811766028404, -0.004332274664193392, 0.0366644561290741, - -0.03212996572256088, 0.09673096239566803, 0.11873533576726913, - 0.025017408654093742, 0.026335958391427994, 0.1244276762008667, 0.04746410250663757, - 0.004374384880065918, -0.007527539506554604, 0.04402640461921692, - -0.038526155054569244, -0.040017373859882355, 0.05910127982497215, - -0.016870129853487015, 0.015266740694642067, -0.03613244369626045, - -0.005235206335783005, 0.028046004474163055, -0.027211105450987816, - -0.03857232630252838, -0.05806808918714523, -0.0745672956109047, - -0.02428562566637993, -0.0016191421309486032, 0.09489402174949646, - -0.016269009560346603, -0.016796613112092018, 0.04541218653321266, - -0.010851982980966568, -0.02505510114133358, 0.048086486756801605, - 0.028017425909638405, 0.04736975207924843, 0.04057649150490761, - 0.048497430980205536, 0.08326983451843262, -0.047143932431936264, - 0.0671536922454834, -0.08414164185523987, -0.019524304196238518, - 0.01325666531920433, -0.07548336684703827, -0.017117440700531006, - 0.08235190063714981, -0.02095024473965168, -0.005611635744571686, - -0.024267077445983887, -0.05177747830748558, 0.0016876270528882742, - 0.014916245825588703, -0.05763320252299309, 0.055714912712574005, - -0.04807509481906891, 0.013711263425648212, 0.019617008045315742, - -0.008027933537960052, 0.02851473167538643, -0.05914633348584175, - -0.019627010449767113, 0.03381171077489853, -0.037704601883888245, - -0.033325377851724625, -0.03695344924926758, 0.025804968550801277, - 0.05094490572810173, -0.020159361883997917, 0.02276577800512314, - -0.06491192430257797, -0.04653044044971466, 0.02013983763754368, - 0.014957561157643795, 0.04643850401043892, -0.006502767093479633, - 0.04079624265432358, 0.013906905427575111, 0.010619081556797028, - -0.028722180053591728, 0.0495123453438282, -0.04158169403672218, - -0.07570669054985046, -0.02094035968184471, 0.09218957275152206, - 0.024157870560884476, -0.0050767757929861546, 0.02321028895676136, - 0.052376482635736465, -0.03104954957962036, -0.008074454963207245, - -0.03347202390432358, -0.011605209670960903, -0.02532767876982689, - -0.03942585736513138, 0.011745785363018513, -0.07725656777620316, - -0.045803461223840714, 0.025251690298318863, 0.07995879650115967, - -0.0124504454433918, 0.028810665011405945, 0.008810980245471, -0.023299284279346466, - 0.06320203095674515, 0.0760607197880745, -0.004060160368680954, 0.03989618644118309, - -0.0005455641658045352, 0.023447835817933083, 0.016629984602332115, - -0.001779600395821035, 0.0920933336019516, 0.049191251397132874, - 0.05052373558282852, 0.03689549118280411, 0.01467543002218008, - -0.012016973458230495, -0.054130639880895615, -0.07076069712638855, - -0.015671072527766228, -0.019805455580353737, -0.05365569517016411, - -0.02684093452990055, -0.010610116645693779, 0.030473321676254272, - -0.07714769244194031, 0.023373549804091454, -0.053473182022571564, - 0.0418187752366066, -0.0952853411436081, -0.02449260838329792, - -0.040550582110881805, 0.03725765645503998, -0.06705997884273529, - -0.005036648828536272, -0.04031795263290405, 0.011086594313383102, - 0.002709125867113471, -0.026479220017790794, -0.028347119688987732, - -0.02338782511651516, -0.08659760653972626, -0.029472267255187035, - 0.041574716567993164, -0.022738920524716377, -0.004797610454261303, - -0.04927874729037285, 0.0416908785700798, 0.012435046024620533, - 0.005624879151582718, -0.1131906807422638, 0.02699386142194271, 0.04901798442006111, - -0.03143898397684097, -0.02066901884973049, 0.014126509428024292, - 0.05006781965494156, 0.011169944889843464, -0.02290094457566738, - -0.02476544678211212, 0.07091955095529556, -0.004572387784719467, - 0.06948120892047882, 0.006350310519337654, 0.07098156213760376, - 0.017338739708065987, 0.0611647330224514, -0.07982960343360901, - -0.050723396241664886, 0.06470689922571182, 0.05546647310256958, - -0.04421452060341835, -0.06853149086236954, -0.005153022240847349, - 0.01669352874159813, 0.037935737520456314, -0.02520330622792244, - 0.0038827136158943176, 0.015999870374798775, -0.05707910284399986, - 0.08266333490610123, 0.04513175040483475, -0.0013094653841108084, - 0.048584699630737305, 0.035355743020772934, -0.022703850641846657, - 0.01888429932296276, 0.003354292595759034, 0.05085146054625511, - -0.028823355212807655, 0.08288463950157166, 0.03201241046190262, 0.101655974984169, - 0.026272445917129517, 0.09563795477151871, 0.035273123532533646, - 0.0036003803834319115, 0.08291617035865784, -0.060130491852760315, - -0.053613461554050446, 0.07397560030221939, 0.038980670273303986, - 0.051548052579164505, -0.0510779432952404, -0.03588464483618736, - -0.017851440235972404, 0.03387509658932686, 0.004650669638067484, - 0.01644730195403099, 0.03803180903196335, -0.013224964961409569, - -0.01508577074855566, 0.10882702469825745, -0.022449424490332603, - -0.0008948585600592196, 0.06179441139101982, 0.028286952525377274, - -0.020296042785048485, -0.023965435102581978, 0.019566770642995834, - 0.01539100892841816, 0.048043813556432724, -0.04714277759194374, - -0.0053225187584757805, 0.03757009655237198, -0.0296192429959774, - -0.06963710486888885, 0.04255833104252815, -0.08382504433393478, - 0.08346251398324966, 0.03563002496957779, -0.02259572222828865, - -0.07493264228105545, 0.018285037949681282, -0.04386879503726959, - -0.0006686194101348519, 0.03530586510896683, 0.017307110130786896, - 0.021794075146317482, -0.02639947645366192, 0.050926368683576584, - -0.053775638341903687, -0.025253288447856903, -0.05868467688560486, - -0.11214867234230042, -0.06688617914915085, 0.018217341974377632, - -0.06653864681720734, 0.040638551115989685, 0.04593030735850334, - 0.07120690494775772, -0.07193910330533981, 0.023738296702504158, - 0.07262486219406128, 0.007726891431957483, 0.029529456049203873, - -0.07253029942512512, -0.04767952859401703, 0.05785009637475014, - 0.017146291211247444, -0.018621759489178658, 0.06197541579604149, - -0.0456988550722599, -0.004699859768152237, 0.011400023475289345, - -0.06676206737756729, 0.053461141884326935, 0.028316665440797806, - 0.007051089778542519, -0.05457138270139694, -0.008206727914512157, - -0.03883479908108711, 0.10071935504674911, -0.01132285874336958, 0.0708937868475914, - -0.04568839073181152, 0.06280042976140976, -0.007880646735429764, - -0.013237403705716133, 0.040663160383701324, -0.017700549215078354, - 0.06688449531793594, 0.06534306704998016, -0.03505103662610054, - 0.004028065130114555, 0.11414577066898346, 0.1339527815580368, 0.06605743616819382, - 0.010708616115152836, 0.057176489382982254, -0.009630430489778519, - 0.02418176643550396, 0.0434868186712265, 0.036097411066293716, -0.04422811418771744, - -0.04319153353571892, -0.0042313807643949986, -0.0022288498003035784, - -0.026409072801470757, 0.13221783936023712, -0.006318619474768639, - -0.056399714201688766, 0.02218363620340824, 0.03796551004052162, - -0.029081478714942932 - ], - [ - 0.051787979900836945, -0.013669786043465137, 0.026675641536712646, - -0.07173791527748108, -0.02997351624071598, 0.01862334832549095, - 0.06467477232217789, 0.00019484481890685856, -0.03832189738750458, - -0.020934833213686943, 0.0048520066775381565, 0.03939240053296089, - -0.05945698916912079, 0.10536271333694458, -0.0006265083211474121, - 0.03253011405467987, 0.028698952868580818, 0.03676411882042885, 0.04692733287811279, - -0.07875685393810272, -0.00832271110266447, -0.041060756891965866, - 0.008581427857279778, -0.0038884496316313744, 0.003969031851738691, - -0.03879043832421303, -0.005057353526353836, -0.018910815939307213, - 0.011926516890525818, -0.07525861263275146, 0.023403726518154144, - -0.05345393717288971, -0.052714716643095016, 0.007360976655036211, - -0.03055112436413765, 0.03259493410587311, 0.00033199458266608417, - 0.018058912828564644, -0.04137544706463814, -0.03316349908709526, - 0.059490080922842026, 0.008382324129343033, 0.006977998651564121, - 0.01503690890967846, -0.008125514723360538, 0.0027759536169469357, - 0.0077185556292533875, 0.06282259523868561, 0.008570133708417416, - -0.028647921979427338, 0.0346822664141655, 0.015720292925834656, - -0.0602739080786705, -0.005363302305340767, 0.05906824767589569, - 0.054469767957925797, -0.033585306257009506, 0.08804810047149658, - -0.004918956197798252, -0.002755034016445279, 0.08627364784479141, - 0.01109436433762312, -0.05037438124418259, 0.07790295034646988, - -0.00671539967879653, 0.01028538215905428, -0.04189986363053322, - 0.07903844863176346, -0.0020322215277701616, -0.014939459040760994, - -0.02081487327814102, -0.05512809380888939, 0.03584279492497444, - -0.04948374256491661, 0.031141428276896477, 0.008207031525671482, - 0.06557026505470276, -0.04264164716005325, -0.011464222334325314, - 0.08635670691728592, -0.022659284994006157, -0.03770654648542404, - -0.013126352801918983, 0.06820494681596756, -0.044257402420043945, - -0.011038829572498798, 0.018695777282118797, -0.0023210265208035707, - 0.011680983006954193, 0.036629337817430496, -0.08107446134090424, - -0.04976511001586914, -0.046327751129865646, -0.03570430353283882, - -0.05991806462407112, 0.020922310650348663, -0.04236404597759247, - 0.013812967576086521, 0.059113021939992905, 0.02490759827196598, - 0.007307996973395348, 0.056509893387556076, 0.029061784967780113, - -0.05207551270723343, -0.035266660153865814, 8.03739603725262e-5, - -0.028667666018009186, 0.0322621688246727, 0.03364308550953865, - 0.021496493369340897, -0.012739310041069984, -0.04710108041763306, - 0.0021685343235731125, -0.0388399176299572, 0.04318733885884285, - 0.03928300365805626, -0.020493200048804283, -0.023122234269976616, - -0.00804978795349598, -0.03919019177556038, 0.01641303487122059, - 0.014668806456029415, -0.017437973991036415, 0.023315655067563057, - 0.051897838711738586, 0.050678711384534836, -0.0666612759232521, - 0.014604179188609123, -0.03040449693799019, -0.02932235784828663, - 0.05079871043562889, 0.025094347074627876, 0.009602880105376244, - -0.008299804292619228, -0.022527629509568214, -0.004163695964962244, - 0.1012021154165268, 0.07509101182222366, -0.042908236384391785, - -0.02516634203493595, -0.028846217319369316, 0.012801476754248142, - -0.021785348653793335, -0.05452718585729599, -0.06764283031225204, - 0.04831583797931671, -0.02566085383296013, 0.06521143019199371, - -0.04452487453818321, -0.04264630377292633, -0.0019886221271008253, - -0.026026470586657524, 0.09630526602268219, 0.028248991817235947, - 0.020014207810163498, -0.013355046510696411, 0.040665898472070694, - -0.01286702323704958, 0.03722100332379341, -0.043105319142341614, - -0.031177544966340065, 0.045991845428943634, 0.008950076065957546, - -0.03022235818207264, 0.015215451829135418, -0.03096691519021988, - -0.004844251088798046, -0.007462211884558201, 0.01943306252360344, - 0.08351786434650421, 0.031445570290088654, 0.049799952656030655, - -0.0423915758728981, 0.025994490832090378, 0.07433666288852692, - -0.02976672351360321, 0.0077978759072721004, -0.002273012651130557, - 0.006032920908182859, 0.01115419715642929, 0.029095597565174103, - 0.023306405171751976, -0.02498054876923561, 0.010650675743818283, - 0.0762641653418541, -0.017071818932890892, 0.006514453329145908, - -0.024181652814149857, 0.033724308013916016, 0.05105504021048546, - 0.011326182633638382, 0.011700784787535667, 0.1105334684252739, 0.08437889814376831, - 0.018037764355540276, 0.07284542918205261, -0.0210566408932209, - -0.04562991484999657, 0.01659375987946987, -0.09750954061746597, - -0.02234788052737713, -0.07691746205091476, -0.006572892889380455, - -0.013028565794229507, -0.034135811030864716, -0.04578545317053795, - -0.04728955775499344, -0.019125202670693398, -0.06758937984704971, - -0.0027382748667150736, 0.016059432178735733, 0.025528691709041595, - -0.06047672778367996, -0.028031207621097565, -0.033998653292655945, - -0.025529474020004272, -0.0284199807792902, -0.05136994644999504, - -0.029143663123250008, 0.022330552339553833, -0.0107993483543396, - -0.015358087606728077, -0.04539921134710312, -0.00146439578384161, - 0.05394577980041504, -0.0722256600856781, -0.013046727515757084, - -0.002008012728765607, 0.02132474072277546, 0.007963760755956173, - 0.010704638436436653, 0.05534668639302254, 0.01818050816655159, 0.03889063373208046, - -0.07815205305814743, 0.020203841850161552, -0.007119964342564344, - -0.02049688808619976, -0.017601748928427696, 0.06174299865961075, - 0.010642527602612972, 0.08513806760311127, -0.0006631611613556743, - -0.01605498418211937, 0.002853342331945896, 0.019836626946926117, - -0.07788155972957611, -0.048177119344472885, 0.02040794864296913, - 0.058323442935943604, -0.044711437076330185, -0.047858186066150665, - -0.031905315816402435, 0.01144405547529459, -0.06218002364039421, - -0.01922203041613102, 0.005516722798347473, -0.015932433307170868, - 0.00330724916420877, 0.03601304441690445, 0.0055778189562261105, - 0.002941025886684656, 0.021802542731165886, 0.02065565064549446, - 0.044904857873916626, -0.005346567835658789, 0.06107661873102188, - 0.05638900026679039, -0.02888704463839531, 0.04767313599586487, - 0.034952472895383835, -0.004511725157499313, -0.03705554082989693, - 0.03285966441035271, -0.006116286385804415, 0.019072651863098145, - -0.009985800832509995, -0.026455339044332504, 0.027772478759288788, - 0.13382896780967712, 0.07093192636966705, 0.017186732962727547, - 0.002148962579667568, -0.04330410435795784, -0.01953587494790554, - -0.04725328087806702, 0.008205375634133816, 0.0073560248129069805, - 0.06647507846355438, 0.0683814212679863, -0.0057984525337815285, - 0.014868566766381264, -0.052608672529459, -0.052930694073438644, - 0.039272382855415344, 0.07176230847835541, 0.007020527496933937, - 0.024767447263002396, -0.02120157517492771, -0.053615253418684006, - -0.019969981163740158, -0.07370482385158539, -0.06211470812559128, - -0.05805468559265137, 0.013876776210963726, 0.03108871728181839, - 0.011321106925606728, -0.02866513282060623, -0.03992317244410515, - 0.010358377359807491, -0.0008401584345847368, -0.03637535125017166, - -0.031897757202386856, -0.000643123232293874, 0.04850519075989723, - 0.020535068586468697, -0.04330695420503616, -0.016642069444060326, - 0.04505437612533569, -0.020717622712254524, -0.050002001225948334, - 0.04106796160340309, -0.01878761500120163, -0.02668466418981552, - -0.03354305028915405, 0.008062521927058697, -0.059933654963970184, - 0.054455291479825974, -0.05129434913396835, 0.04420701414346695, - -0.046682942658662796, 0.023603340610861778, -0.03153008595108986, - 0.08328007906675339, 0.0417550764977932, -0.002512840088456869, 0.03615324944257736, - 0.05453497916460037, -0.0317876823246479, 0.010735939256846905, 0.05946362018585205, - 0.03127916157245636, 0.002089384011924267, 0.01596195437014103, - -0.07549081742763519, 0.008178437128663063, -0.027011817321181297, - 0.008259423077106476, 0.04428861290216446, -0.0008723007049411535, - -0.006278489250689745, 0.12276428937911987, -0.04662776365876198, - 0.010411204770207405, -0.043871913105249405, -0.044360220432281494, - 0.013123937882483006, -0.03686623275279999, 0.012960107065737247, - 0.014997223392128944, 0.016324860975146294, 0.059718675911426544, - 0.0023412839509546757, -0.014044499024748802, -0.037932686507701874, - 0.04166047275066376, 0.06463669240474701, 0.060050979256629944, - -0.031813815236091614, -0.03572536259889603, 0.031955499202013016, - 0.06952831894159317, -0.06897416710853577, 0.03442591428756714, 0.0594523623585701, - -0.028768466785550117, 0.07188715785741806, -0.0032895917538553476, - 0.08697729557752609, 0.028471024706959724, -0.017306657508015633, - 0.004477792885154486, 0.008664981462061405, -0.016668984666466713 - ], - [ - 0.09379082918167114, -0.030026808381080627, 0.08378107100725174, - 0.06072724983096123, -0.036477312445640564, -0.032639775425195694, - -0.07030440121889114, -0.03315206617116928, -0.047928158193826675, - -0.04314884915947914, -0.00031820760341361165, -0.06636202335357666, - -0.04099093750119209, -0.012770562432706356, 0.0519912950694561, - -0.0015840064734220505, -0.02359968237578869, 0.019690049812197685, - 0.007777884602546692, 0.05732350051403046, -0.017759885638952255, - 0.0024589879903942347, 0.04155031219124794, 0.03454669937491417, - -0.0006549970130436122, -0.01994037628173828, -0.034398019313812256, - -0.023164594545960426, -0.02564609795808792, -0.011331716552376747, - -0.021725015714764595, 0.025785472244024277, 0.020844213664531708, - 0.050699274986982346, 0.08708244562149048, -0.04951125755906105, - -0.013525052927434444, 0.06277874857187271, -0.012933197431266308, - 0.08210477232933044, -0.02932947687804699, -0.06787131726741791, - 0.030789069831371307, 0.013141862116754055, 0.008643745444715023, - -0.033071812242269516, -0.023455962538719177, 0.011819443665444851, - 0.09582668542861938, -0.0649643987417221, -0.00894548837095499, 0.03976873680949211, - -0.06826309114694595, -0.043705396354198456, 0.07079722732305527, - -0.047601040452718735, 0.015470161102712154, 0.080125592648983, - -0.018971793353557587, -0.0338563397526741, 0.035749513655900955, - -0.01966007426381111, -0.07092257589101791, -0.052873823791742325, - 0.019376035779714584, 0.052704039961099625, -0.05136804282665253, - 0.07334689795970917, 0.00984901376068592, 0.03417360782623291, 0.03427787125110626, - -0.08086880296468735, -0.0038437535986304283, 0.015420853160321712, - 0.0893053412437439, 0.013767057098448277, 0.14429202675819397, 0.03825175389647484, - 0.06936627626419067, 0.0625787079334259, 0.05294651910662651, -0.008614717051386833, - 0.008864952251315117, -0.05343414098024368, 0.05576283112168312, - -0.012544114142656326, -0.058255672454833984, 0.02201770432293415, - 1.086961947294185e-5, 0.0776650682091713, -0.016178520396351814, - -0.010988805443048477, -0.044074635952711105, -0.07477495074272156, - -0.06863784044981003, 0.06427199393510818, 0.013376371935009956, - 0.039478469640016556, -0.006462360266596079, 0.015262979082763195, - -0.019303997978568077, -0.022836964577436447, -0.014396336860954762, - -0.05204758048057556, -0.03384743630886078, -0.06183759123086929, - 0.061959557235240936, -0.007380046881735325, 0.046930354088544846, - -0.002896185964345932, 0.03294593468308449, -0.03458557277917862, - 0.04092400148510933, -0.04822629317641258, -0.07124388962984085, - -0.010816117748618126, -0.0349106527864933, -0.07846324890851974, - 0.08347159624099731, 0.05981466919183731, -0.030100388452410698, - -0.03942552208900452, 0.023516185581684113, -0.10016098618507385, - -0.032651424407958984, 0.07859902083873749, -0.07515231519937515, - -0.00802597776055336, 0.0344146266579628, 0.023504480719566345, - -0.07561753690242767, -0.07207777351140976, 0.03284946456551552, - -0.02881566248834133, 0.009074580855667591, -0.07384542375802994, - 0.0801505595445633, 0.01199229434132576, 0.002510404447093606, 0.0513831190764904, - -0.04989311844110489, 0.03358004614710808, 0.008207759819924831, - -0.050033170729875565, -0.03371582552790642, 0.008244345895946026, - -0.11691487580537796, -0.0042517054826021194, -0.040325943380594254, - -0.05707702785730362, 0.049688275903463364, -0.06567323952913284, - 0.01360422931611538, 0.033016983419656754, 0.09733089804649353, - -0.03085743635892868, -0.04527883976697922, -0.019759677350521088, - -0.0018422153079882264, -0.04263783618807793, -0.07485292851924896, - 0.043481167405843735, -0.03854258358478546, -0.022930970415472984, - 0.04157388582825661, -0.01612364500761032, 0.010270257480442524, - 0.03392098471522331, 0.017742464318871498, 0.10736508667469025, 0.1021067351102829, - 0.11259676516056061, -0.015934651717543602, 0.05177859589457512, - 0.11733895540237427, 0.02188165858387947, 0.0348815880715847, -0.059533096849918365, - -0.05056030675768852, -0.0657680332660675, -0.03409496322274208, - -0.014695102348923683, 0.03676192834973335, 0.022247128188610077, 0.073948435485363, - -0.046443406492471695, 0.03873954340815544, -0.027158815413713455, - -0.0060502588748931885, -0.016782183200120926, -0.010158930905163288, - -0.01723533123731613, 0.05792614072561264, 0.05405376851558685, - -0.04541027173399925, -0.041803617030382156, 0.01745588704943657, - -0.03260710835456848, 0.01707630418241024, -0.0045967912301421165, - 0.04086875170469284, -0.019427506253123283, -0.025428809225559235, - -0.03005898743867874, -0.03395286947488785, -0.02160186693072319, - -0.03493039682507515, 0.01961112767457962, -0.05450713634490967, - 0.02563256397843361, 0.03483138978481293, 0.02880348265171051, - -0.050291579216718674, 0.06017972156405449, -0.046680085361003876, - 0.06433761864900589, -0.030439671128988266, 0.01994936354458332, - -0.08512922376394272, 0.06612502783536911, 0.030574534088373184, - -0.002831362886354327, 0.03337838128209114, 0.02718816138803959, - 0.022532325237989426, -0.0332743376493454, 0.030677156522870064, - 0.06189613789319992, 0.0894164964556694, 0.03919028118252754, -0.044448044151067734, - 0.018835246562957764, 0.02747708559036255, -0.08333656191825867, - -0.008677481673657894, -0.03575894609093666, 0.03807656466960907, - 0.10915221273899078, -0.029071815311908722, -0.03916428983211517, - -0.05713699758052826, 0.040554411709308624, -0.07230658829212189, - 0.013347240164875984, -0.048478271812200546, 0.029457004740834236, - -0.008346281945705414, -0.023906704038381577, -0.037344302982091904, - 0.0011585598113015294, -0.0403948538005352, -0.03611953184008598, - -0.04995538294315338, -0.059751808643341064, -0.038868498057127, - 0.04311231151223183, -0.04264521971344948, 0.026212671771645546, - 0.03146590664982796, 0.011468783020973206, -0.12399471551179886, - -0.02483222633600235, 0.011061386205255985, 0.026160497218370438, - -0.02413441613316536, -0.04595816880464554, 0.07233887165784836, - -0.030039291828870773, 0.04357901215553284, 0.02138795517385006, - -0.0032863072119653225, -0.07923286408185959, -0.07173871994018555, - -0.03050203062593937, -0.04658357426524162, -0.015507685951888561, - -0.0949869230389595, 0.11388944089412689, 0.01918736658990383, 0.003797278506681323, - 0.001531907357275486, 0.02147780917584896, -0.11305411159992218, - 0.004265868104994297, 0.034392114728689194, 0.001479454687796533, - 0.06239951029419899, 0.04477299004793167, 0.06677848100662231, - -0.0002489037287887186, 0.0701882541179657, -0.009512259624898434, - -0.06167299672961235, 0.03920592740178108, 0.012848925776779652, - 0.13740107417106628, 0.030481509864330292, -0.028903929516673088, - -0.11228525638580322, -0.050361551344394684, -0.07718084007501602, - -0.052050091326236725, 0.06983312219381332, 0.019497830420732498, - -0.11990812420845032, -0.004962194710969925, 0.03855287283658981, - 0.05659916251897812, -0.0902278870344162, 0.006555385421961546, - -0.0019179603550583124, 0.016491908580064774, -0.10643284767866135, - -0.013964631594717503, 0.007858754135668278, 0.058462873101234436, - -0.04770388454198837, -0.06641403585672379, -0.03899342194199562, - 0.03235015273094177, -0.037735484540462494, -0.01617542654275894, - -0.043382011353969574, -0.0004519536450970918, 0.07395446300506592, - 0.05894356220960617, 0.07481539249420166, 0.04496397450566292, 0.003778425743803382, - -0.0070511288940906525, -0.017936479300260544, -0.032087113708257675, - -0.07870462536811829, 0.028845828026533127, 0.017885642126202583, - -0.12448150664567947, -0.0010846842778846622, 0.1383829563856125, - -0.07233133167028427, -0.029333313927054405, -0.07030525803565979, - -0.022550245746970177, -0.010388970375061035, 0.022260356694459915, - 0.07450012117624283, -0.0633956715464592, -0.05565788596868515, 0.04103376716375351, - 0.03686896711587906, 0.004549984820187092, -0.013377206400036812, - -0.013865041546523571, -0.056989848613739014, -0.03359665721654892, - 0.02393563650548458, 0.058159518986940384, -0.0010527807753533125, - 0.029322773218154907, 0.007832983508706093, 0.044875238090753555, - -0.04107455164194107, 0.01762714423239231, -0.040968157351017, - -0.010052137076854706, -0.0670548528432846, -0.05524388328194618, - -0.017537707462906837, 0.15142212808132172, -0.07078187167644501, - -0.005436146166175604, 0.13239678740501404, -0.01531312894076109, - -0.060364287346601486, 0.0724392905831337, -0.04636938497424126, - -0.01810816302895546, -0.0378933884203434, -0.00047356440336443484, - -0.002040321007370949, -0.012913959100842476, -0.004884033463895321, - 0.002408473752439022, 0.05806755647063255, -0.04353839159011841 - ], - [ - -0.017078520730137825, 0.009108775295317173, -0.040722206234931946, - -0.03240921348333359, 0.026022136211395264, -0.012925510294735432, - 0.05042305961251259, -0.02735007554292679, 0.020348645746707916, - 0.04730050265789032, -0.020101889967918396, -0.04259873181581497, - 0.050009533762931824, -0.09092579782009125, 0.002028711372986436, - 0.010946347378194332, -0.03634799271821976, 0.033735256642103195, - -0.03895974159240723, -0.024030908942222595, -0.04711870104074478, - -0.05675938352942467, 0.0051133958622813225, -0.0233682319521904, - -0.05238638445734978, -0.008865547366440296, 0.029172703623771667, - 0.008709998801350594, 0.003975395113229752, -0.028338709846138954, - 0.06490530073642731, 0.015265843831002712, 0.09737638384103775, - 0.031423505395650864, 0.0020605220925062895, -0.05162292346358299, - -0.05297570675611496, 0.05973145738244057, -0.04106752946972847, - -0.023679878562688828, 0.011553204618394375, -0.0314582884311676, - 0.04292408004403114, 0.03604063391685486, 0.019100874662399292, - 0.020128048956394196, -0.09760148823261261, -0.03695699945092201, - -0.01336261723190546, 0.018758488819003105, -0.09263923019170761, - -0.025145234540104866, 0.0038685225881636143, 0.08450736105442047, - -0.06289858371019363, 0.010111585259437561, 0.014253397472202778, - -0.03963523730635643, 0.012388343922793865, 0.03664514794945717, - -0.01449652761220932, 0.0278684850782156, -0.009951705113053322, - 0.007841036655008793, -0.005234047770500183, -0.0037661537062376738, - -0.015590567141771317, -0.01203087531030178, 0.03365572169423103, - 0.010802183300256729, -0.0495348796248436, -0.03465043380856514, - -0.005626932717859745, 0.1010328084230423, -0.09923683851957321, - -0.06485515087842941, -0.08877016603946686, -0.031676217913627625, - 0.006296483334153891, -0.09168713539838791, -0.013253634795546532, - -0.059356410056352615, -0.02239302359521389, 0.015770675614476204, - 0.020665159448981285, -0.029352212324738503, -0.035536427050828934, - 0.014361487701535225, 0.01113151852041483, -0.0605049729347229, - 0.025660071521997452, 0.036664124578237534, 0.028336305171251297, - -0.030923036858439445, 0.0021838252432644367, -0.00857420451939106, - 0.03857254609465599, 0.0038437936455011368, -0.050075482577085495, - 0.09480196237564087, -0.06889277696609497, 0.0018277339404448867, - 0.04899786040186882, -0.017141126096248627, -0.019498245790600777, - -0.014574741013348103, -0.020654361695051193, -0.0058999573811888695, - -0.03244674205780029, -0.04141907021403313, -0.08978066593408585, - 0.05113008990883827, -0.06422769278287888, 0.025166267529129982, - 0.014711303636431694, -0.004501293879002333, 0.13118478655815125, - 0.039010435342788696, 0.003478802740573883, 0.027074851095676422, - 0.03066740743815899, 0.021063458174467087, -0.027185512706637383, - 0.008631794713437557, 0.05093245580792427, -0.009317842312157154, - 0.05475328490138054, 0.016987377777695656, 0.012594766914844513, - 0.01368153840303421, -0.00039242079947143793, 0.0075089456513524055, - -0.06224856525659561, -0.006941614206880331, -0.10243120044469833, - 0.035185616463422775, -0.09346374869346619, -0.03121139109134674, - 0.05538656562566757, -0.07673917710781097, -0.010220812633633614, - 0.044895436614751816, 0.017419271171092987, 0.029589567333459854, - 0.05157187208533287, 0.028386691585183144, 0.05970614776015282, - -0.06698528677225113, 0.06107046455144882, 0.006407004315406084, - -0.08788585662841797, -0.05425538495182991, -0.029088085517287254, - -0.019184660166502, -0.017971616238355637, 0.0737299993634224, - -0.0009698576759546995, -0.004653210751712322, -0.023420890793204308, - 0.029786257073283195, 0.045292049646377563, 0.022986799478530884, - -0.007097914349287748, 0.0015224770177155733, -0.02262766845524311, - 0.020912067964673042, -0.052565015852451324, -0.03172335773706436, - -0.02566717378795147, -0.006155152339488268, -0.03362052142620087, - 0.02374722994863987, 0.026723358780145645, 0.04056607931852341, 0.03987785056233406, - 0.007562458515167236, -0.054472342133522034, -0.01354506891220808, - 0.019009793177247047, 0.025149624794721603, -0.0027198800817131996, - -0.06088549643754959, -0.06441447883844376, -0.07785604894161224, - -0.05137385055422783, -0.010736547410488129, -0.06365422904491425, - 0.025357844308018684, -0.007129062432795763, 9.447352931601927e-5, - 0.03146427869796753, -0.014806447550654411, -0.09333882480859756, - -0.08530396223068237, 0.03030543215572834, -0.026108266785740852, - 0.06714323908090591, 0.05873657017946243, -0.08425255119800568, 0.01129880640655756, - 0.06169535592198372, 0.04182465001940727, -0.033251188695430756, - 0.005700885783880949, 0.09979460388422012, 0.020718218758702278, - -0.012919425033032894, 0.02606138586997986, 0.042136047035455704, - -0.0505974218249321, -0.049735888838768005, 0.010629571042954922, - 0.0431315153837204, 0.02877664379775524, 0.007478822488337755, - -0.032494086772203445, 0.02501845173537731, 0.06982214748859406, - -0.0012054783292114735, 0.03298049792647362, 0.04919164255261421, - -0.06412852555513382, 0.01094135269522667, 0.0052371276542544365, - 0.0007761744200251997, 0.05546668544411659, -0.0014337962493300438, - -0.0318213552236557, 0.017751134932041168, 0.058677997440099716, - 0.03495030850172043, -0.0016282813157886267, 0.027849243953824043, - -0.033387668430805206, 0.04316065087914467, -0.051193177700042725, - 0.10383663326501846, -0.041389886289834976, 0.02634168229997158, - -0.03160152956843376, 0.02022387459874153, 0.00034957611933350563, - -0.06732441484928131, 0.07246392220258713, -0.04816456139087677, - 0.07201649248600006, -0.05035718157887459, 0.09408076852560043, 0.03192492946982384, - -0.042609911412000656, -0.03476819768548012, 0.002490587532520294, - -0.02014683187007904, -0.050051670521497726, 0.025395171716809273, - 0.06523185223340988, -0.025162382051348686, 0.011527712456882, -0.0473177395761013, - -0.044258665293455124, 0.009874312207102776, -0.0012009801575914025, - -0.023786403238773346, -0.010368005372583866, 0.02739647962152958, - -0.013229270465672016, -0.012854942120611668, -0.07777649909257889, - 0.04422047361731529, -0.041640907526016235, 0.02521013841032982, - -0.05246575176715851, 0.04767127335071564, -0.0778019055724144, 0.01891850307583809, - -0.026441391557455063, 0.015281441621482372, 0.07069210708141327, - -0.005103420000523329, -0.09640385210514069, -0.02494223043322563, - -0.011642495170235634, 0.01671764627099037, 0.050483740866184235, - -0.05040993168950081, 0.01690990850329399, -0.016122428700327873, - -0.005599147640168667, -0.036722734570503235, -0.08873365819454193, - -0.015406962484121323, -0.04878725856542587, 0.02152114175260067, - -0.04343906790018082, -0.029550472274422646, -0.029378658160567284, - 0.009745681658387184, -0.009020447731018066, 0.045772917568683624, - 0.019946206361055374, -0.015436213463544846, 0.04692397266626358, - 0.007965750992298126, 0.00588837219402194, -0.0013844117056578398, - -0.03523021191358566, -0.01811114512383938, 0.07833457738161087, - 0.021736199036240578, -0.0614471361041069, 0.013636603020131588, - 0.06476178765296936, 0.016967495903372765, 0.013654288835823536, - -0.018368002027273178, 0.01732340082526207, 0.03245444595813751, 0.0346209853887558, - -0.03137269988656044, -0.00403594272211194, 0.04349726438522339, - -0.010412897914648056, 0.09338437765836716, 0.060381557792425156, - -0.024225296452641487, 0.009637105278670788, -0.00011152930528623983, - -0.056701768189668655, 0.018876558169722557, 0.028419330716133118, - 0.006021114531904459, 0.0440194196999073, 0.06363653391599655, - -0.013353176414966583, 0.07183177769184113, 0.0709848627448082, - -0.009068707004189491, -0.02101336047053337, -0.016218537464737892, - 0.028967032209038734, -0.0002426916325930506, -0.011046386323869228, - 0.022492384538054466, 0.02867306023836136, -0.017761489376425743, - 0.06324256956577301, -0.06096209958195686, -0.043708883225917816, - -0.09105727076530457, -0.010304790921509266, -0.023114392533898354, - -0.03424633666872978, -0.07028744369745255, -0.034096065908670425, - -0.014843417331576347, 0.011149897240102291, -0.042101599276065826, - 0.036681145429611206, -0.013943679630756378, 0.011461875401437283, - 0.0015079084550961852, 0.01795445755124092, -0.013219772838056087, - -0.006135951261967421, -0.002080651232972741, -0.06415128707885742, - -0.025514012202620506, -0.06870883703231812, 0.03103451617062092, - 0.022164609283208847, -0.059034839272499084, -0.06853506714105606, - 0.030688457190990448, -0.006389569025486708, 0.0004389903915580362, - -0.045502398163080215, -0.02669139765202999, -0.025067515671253204, - -0.08576813340187073, 0.02259708195924759, 0.058003902435302734, - -0.015052536502480507, 0.009400920942425728, 0.01455265749245882 - ], - [ - -0.06949381530284882, -0.03477375954389572, 0.021943621337413788, - 0.05430322512984276, 0.025120677426457405, -0.015600207261741161, - -0.010986687615513802, 0.010658886283636093, 0.005137218162417412, - 0.007224340923130512, -0.0017490831669420004, -0.006556320004165173, - 0.078242726624012, -0.06603610515594482, 0.02615879476070404, 0.02047807350754738, - 0.019505290314555168, -0.004239046946167946, -0.07766876369714737, - 0.04216499999165535, -0.06908402591943741, -0.01116594672203064, - -0.02247779257595539, 0.01611916720867157, -0.049616605043411255, - 0.0639057606458664, 0.023152654990553856, 0.05181901529431343, -0.05720336735248566, - 0.010378298349678516, 0.051908690482378006, -0.016700243577361107, - -0.029070420190691948, -0.008012529462575912, 0.03240615874528885, - -0.06302324682474136, 0.014280910603702068, 0.08174227178096771, 0.0173198115080595, - 0.03434499353170395, -0.02469264343380928, 0.026539698243141174, - 0.030600840225815773, -0.016665346920490265, 0.02160477265715599, - -0.02124178223311901, -0.0514579713344574, -0.041887279599905014, - 0.006127727683633566, -0.02792305499315262, -0.025130920112133026, - 0.051504287868738174, 0.03821678087115288, -0.0022316293325275183, - 0.02491612359881401, -0.003627179190516472, -0.016364216804504395, - 0.004975661635398865, -0.02696453593671322, 0.04019143804907799, - -0.04371953755617142, 0.03927211835980415, 0.03960902616381645, - -0.025320202112197876, -0.039672330021858215, 0.012030858546495438, - 0.011793714016675949, -0.04226787015795708, -0.023480122908949852, - 0.10693980008363724, -0.011006013490259647, -0.01854419708251953, - -0.0866590067744255, 0.0321902334690094, -0.08548349887132645, 0.02805730327963829, - -0.012684605084359646, -0.026906849816441536, -0.005194379016757011, - -0.002776487497612834, -0.043710336089134216, 0.03905799612402916, - 0.016291361302137375, -0.02877345122396946, 0.002374995034188032, - -0.045964475721120834, -0.05391143634915352, -0.008684935979545116, - -0.008358270861208439, 0.03767155855894089, 0.06709258258342743, - 0.025519322603940964, 0.04566282033920288, -0.0405464768409729, - 0.0015266668051481247, -0.03366784006357193, 0.06699847429990768, - 0.010754995048046112, -0.04182244837284088, -0.015242122113704681, - 0.03754056990146637, -0.036858927458524704, 0.04231446236371994, - -0.04679141566157341, 0.003997834865003824, -0.00033295934554189444, - -0.054786428809165955, 0.033416494727134705, 0.01798863708972931, - 0.051619287580251694, -0.040388546884059906, 0.032507382333278656, - -0.08019571751356125, -0.0380249097943306, -0.02375142090022564, - -0.045083291828632355, 0.02096598409116268, 0.0009658483904786408, - -0.08574938774108887, 0.045374795794487, -0.03862882778048515, 0.09672647714614868, - -0.06084573641419411, -0.012889290228486061, -0.006464457139372826, - -0.06673785299062729, 0.04134439304471016, -0.021082302555441856, - -0.057417307049036026, -0.03840973600745201, 0.005466815084218979, - -0.02624422125518322, -0.07908468693494797, 0.0772944837808609, - -0.07436554878950119, 0.07310576736927032, -0.03221786767244339, - -0.02031255140900612, 0.03705114498734474, -0.0225247610360384, 0.05316277965903282, - 0.027762798592448235, 0.04038779437541962, -0.0354498028755188, 0.06926137953996658, - -0.04864868149161339, -0.01816960982978344, -0.08746496587991714, - 0.09319226443767548, 0.009227394126355648, -0.024919891729950905, - -0.04443029314279556, -0.0801311656832695, 0.019027596339583397, - -0.08299771696329117, 0.020930515602231026, -0.05271820351481438, - -0.01605849526822567, -0.05549866706132889, -0.018572958186268806, - -0.03263910859823227, 0.014595028012990952, 0.023509431630373, 0.0398833341896534, - -0.08013443648815155, 0.007911017164587975, -0.11719156056642532, - 0.02102012373507023, -0.04247934743762016, -0.03267383202910423, - 0.00023685762425884604, 0.008011705242097378, 0.04422415792942047, - -0.028906166553497314, -0.06617031246423721, 0.013257574290037155, - -0.0002518052060622722, 0.05167683586478233, 0.05492642521858215, - 0.003327910555526614, -0.008736103773117065, -0.04881669580936432, - -0.06114817038178444, 0.00855366513133049, -0.03853713721036911, - -0.05096520110964775, -0.016471393406391144, 0.09880593419075012, - 0.022518249228596687, 0.020077034831047058, -0.08252526819705963, - -0.0223674438893795, -0.10759681463241577, -0.012089710682630539, - -0.0158417709171772, -0.017306478694081306, 0.0622137114405632, 0.07278259098529816, - -0.01397937722504139, 0.05265643447637558, -0.001025022123940289, - 0.0925808846950531, -0.062230732291936874, 0.06574495136737823, 0.03775833174586296, - 0.06982826441526413, 0.06651083379983902, -0.009220904670655727, - 0.06603189557790756, -0.06938432902097702, 0.023610694333910942, - -0.008702329359948635, 0.011125043965876102, -0.022386780008673668, - -0.013199891895055771, -0.011629723012447357, -0.017183495685458183, - 0.08196299523115158, 0.03270618990063667, -0.04019499197602272, 0.07115331292152405, - 0.0274778064340353, 0.03404052183032036, -0.01546206884086132, 0.004136907868087292, - 0.014246474020183086, -0.05844127759337425, -0.04179858788847923, - -0.03564734756946564, 0.048588648438453674, 0.05110827833414078, - -0.04259800538420677, 0.08042596280574799, 0.03745240718126297, 0.046717319637537, - -0.042327456176280975, 0.01818692684173584, -0.046876210719347, 0.06697961688041687, - -0.05076014623045921, -0.004894137382507324, 0.028989151120185852, - -0.07559173554182053, 0.05946857109665871, -0.044473517686128616, - 0.03542451187968254, -0.019963206723332405, 0.017319930717349052, - 0.05983221158385277, 0.0226142555475235, 0.01632743328809738, 0.02169089764356613, - 0.03441117703914642, -0.03806677833199501, -0.022962819784879684, - 0.05980711057782173, 0.08932463824748993, -0.020895203575491905, - 0.027385536581277847, -0.06686022132635117, -0.036006178706884384, - -0.043074481189250946, 0.003820970421656966, -0.008581372909247875, - 0.04224812984466553, 0.05997025594115257, -0.006399913690984249, - -0.048063404858112335, -0.006765325088053942, -0.041960615664720535, - -0.01697993092238903, -0.039548054337501526, 0.06023786962032318, - -0.04766452684998512, 0.03889687731862068, -0.027429895475506783, - 0.013847838155925274, 0.019996844232082367, 0.057305388152599335, - -0.11343932151794434, -0.09439444541931152, -0.03922373428940773, - -0.008020673878490925, 0.03489820659160614, -0.026145679876208305, - 0.09016742557287216, -0.028223587200045586, -0.021766096353530884, - -0.01097502838820219, -0.026663295924663544, -0.012700741179287434, - -0.052622564136981964, -0.0029122035484761, 0.021646374836564064, - -0.02638515643775463, -0.0010025009978562593, 0.040271591395139694, - -0.024405665695667267, 0.11827423423528671, -0.02762514352798462, - 0.01675882376730442, 0.010250608436763287, 0.06491895020008087, 0.05011584609746933, - -0.015434221364557743, -0.02605329267680645, -0.054844293743371964, - 0.0546143539249897, 0.029298802837729454, -0.09227348119020462, - 0.007431937847286463, 0.0790712982416153, 0.03513985127210617, 0.03666992485523224, - 0.06572370231151581, 0.020459089428186417, 0.029254982247948647, - 0.09274010360240936, -0.003249217988923192, -0.037031859159469604, - -0.03518020361661911, -0.015107368119060993, 0.059970978647470474, - 0.11680613458156586, 0.03415698558092117, -0.046937137842178345, - 0.035791121423244476, -0.10035049170255661, -0.023848969489336014, - -0.07516533136367798, 0.12261401116847992, 0.05377993732690811, - 0.029467666521668434, -0.08410490304231644, -0.028600215911865234, - 0.014377192594110966, -0.02857789769768715, -0.09382176399230957, - 0.05215175449848175, -0.0575166679918766, -0.03231056034564972, - -0.027539335191249847, -0.0064206598326563835, 0.023567821830511093, - 0.02532198280096054, -0.0037042517215013504, -0.008242188952863216, - 0.035703741014003754, 0.021623767912387848, 0.06537102907896042, - -0.033187393099069595, -0.02704116702079773, -0.011147488839924335, - 0.01744271256029606, -0.027257120236754417, 0.006915089208632708, - -0.07406539469957352, -0.025031130760908127, 0.0103453965857625, - 0.013935890048742294, -0.03893454000353813, -0.013785593211650848, - 0.05442626401782036, 0.010489552281796932, 0.03218036890029907, - -0.06007912755012512, -0.0186280719935894, -0.06483323127031326, - -0.0017410137224942446, -0.006543435622006655, 0.020380329340696335, - -0.0505315326154232, -0.0007806885405443609, 0.04260827973484993, - -0.017897743731737137, 0.005963906180113554, -0.08394411951303482, - -0.02624928019940853, -0.07741378247737885, -0.08174711465835571, - -0.010780876502394676, -0.01947968266904354, -0.08251949399709702, - -0.037419117987155914 - ], - [ - -0.043819937855005264, -0.039340559393167496, -0.0033500702120363712, - -0.022208044305443764, -0.008877499960362911, -0.032741934061050415, - 0.055085085332393646, -0.0762910544872284, 0.0702112689614296, - -0.016656333580613136, 0.0058544171042740345, 0.014569805935025215, - -0.05267305672168732, 0.13188432157039642, 0.04933873936533928, 0.05565241351723671, - -0.05030372366309166, -0.08124646544456482, 0.08971165120601654, - -0.009126673452556133, 0.07207352668046951, 0.03977305069565773, - -0.005265160463750362, -0.05180300772190094, 0.036873914301395416, - 0.006552999373525381, -0.0034076315350830555, 0.1137470081448555, - 0.03912432864308357, 0.044109005481004715, 0.018113918602466583, - -0.042334284633398056, 0.06506375968456268, 0.06829214096069336, - 0.022673355415463448, -0.0038319798186421394, 0.06868885457515717, - -0.046416040509939194, 0.037898581475019455, 0.002565869363024831, - 0.04723148047924042, 0.0009559554164297879, 0.045039162039756775, - 0.06263034790754318, -0.0011343341320753098, 0.01391693390905857, - 0.040338508784770966, 0.047688234597444534, 0.00477857980877161, - 0.03939861059188843, -0.002392807276919484, -0.05100878328084946, - -0.021005112677812576, -0.04888296127319336, -0.037781551480293274, - 0.07541373372077942, 0.03078925795853138, 0.01949373632669449, 0.00885511003434658, - -0.0035030816216021776, 0.026890814304351807, -0.07137233763933182, - 0.015988707542419434, 0.04362732544541359, 0.029203124344348907, - -0.0243384912610054, -0.08589300513267517, -0.010488523170351982, - 0.020443707704544067, -0.09471887350082397, -0.03707605227828026, - -0.05898428335785866, 0.12145181000232697, -0.046444907784461975, - -0.002267254050821066, -0.009990156628191471, 0.06867343932390213, - 0.03591564670205116, -0.04889381304383278, -0.02767436020076275, - -0.059639107435941696, -0.08448304235935211, 0.0041778068989515305, - 0.08929011970758438, -0.010213926434516907, -0.015333440154790878, - 0.060753341764211655, -0.016904929652810097, -0.11315697431564331, - -0.05178830400109291, 0.003345963079482317, -0.008641272783279419, - -0.04566526412963867, 0.04315198212862015, -0.09599393606185913, - -0.023870034143328667, -0.08954717963933945, 0.0007230306509882212, - 0.04356405884027481, 0.04260111227631569, 0.09942079335451126, 0.006194243207573891, - 0.015560721047222614, -0.03926955536007881, -0.015300087630748749, - 0.004842507652938366, -0.0031120083294808865, 0.0989985391497612, - 0.02384793758392334, 0.010571721009910107, -0.005721200257539749, - -0.043422628194093704, 0.062449824064970016, 0.0049337404780089855, - 0.0135454460978508, 0.03931785002350807, 0.013731315732002258, 0.03130507096648216, - -0.02610270120203495, 0.04167591780424118, -0.0029896486084908247, - -0.0026320805773139, -0.028354167938232422, 0.0004784195334650576, - -0.026293158531188965, -0.04325428605079651, -0.013888901099562645, - 0.02074524760246277, -0.0003863964811898768, 0.003691544057801366, - 0.006500715855509043, 0.014330332167446613, -0.002511854749172926, - -0.03634871542453766, -0.029420126229524612, -0.06873943656682968, - -0.044258005917072296, 0.025066686794161797, 0.005283691920340061, - 0.040103375911712646, 0.016427192836999893, -0.07130361348390579, - -0.03548073023557663, 0.04824897646903992, -0.023100920021533966, - -0.018623124808073044, -0.08507927507162094, -0.01238608080893755, - -0.08214627206325531, 0.0009635270689614117, -0.03643394634127617, - -0.01787089742720127, 0.042819514870643616, 0.023774532601237297, - 0.05465562641620636, -0.08372848480939865, -0.03314515948295593, - -0.00018290695152245462, -0.04744682088494301, -0.023915035650134087, - -0.008606942370533943, -0.01377673726528883, 0.06396594643592834, - -0.06231897696852684, 0.05817646160721779, 0.01702485792338848, - 0.059686847031116486, 0.0027535478584468365, 0.013864063657820225, - 0.06629530340433121, -0.0659339427947998, -0.025164980441331863, - -0.019207417964935303, -0.03350307419896126, -0.012868738733232021, - 0.04520958289504051, 0.010476911440491676, -0.022720374166965485, - -0.0786936953663826, -0.026907389983534813, 0.05197248235344887, - 0.024166790768504143, 0.10794209688901901, 0.09646949917078018, 0.08565589785575867, - -0.011972427368164062, 0.0987866222858429, -0.05030806362628937, - 0.0005318090552464128, 0.10726908594369888, 0.020062047988176346, - 0.04462705925107002, 0.025795478373765945, 0.06407675892114639, -0.0669037252664566, - 0.08658990263938904, -0.04798296093940735, 0.002459567738696933, - 0.10878738760948181, -0.05299050733447075, 0.036988940089941025, - -0.018011724576354027, -0.013321369886398315, -0.010209046304225922, - -0.06223655119538307, -0.041872963309288025, -0.06574347615242004, - 0.02903170883655548, 0.017201784998178482, -0.018689943477511406, - 0.04632619768381119, 0.007518714759498835, -0.08551433682441711, - -0.04732787609100342, 0.0014427673304453492, -0.056772634387016296, - -0.10626301914453506, -0.016872592270374298, 0.03304516524076462, - 0.09025952219963074, -0.056514814496040344, -0.05006437748670578, - -0.015276924706995487, 0.03477626293897629, -0.025710759684443474, - -0.04019264876842499, 0.026328792795538902, 0.026080576702952385, - -0.007774803787469864, -0.022382980212569237, 0.03239557519555092, - 0.04242558777332306, 0.029855996370315552, 0.04904681816697121, - -0.06802283227443695, 0.016904115676879883, -0.06120767816901207, - 0.01796305738389492, -0.01271723210811615, 0.06282037496566772, -0.0090330820530653, - 0.0019511387217789888, 0.05846332386136055, 0.06647732853889465, - -0.0407169945538044, -0.02513401210308075, -0.04703538119792938, - -0.0017451525200158358, 0.04978211596608162, 0.032438717782497406, - -0.015309389680624008, -0.08417324721813202, -0.07802024483680725, - -0.02470288798213005, -0.013318250887095928, -0.027027800679206848, - -0.06289933621883392, -0.016463281586766243, -0.05437742918729782, - 0.0520600862801075, -0.0004492220759857446, -0.041122376918792725, - 0.06336948275566101, 0.021782023832201958, 0.030628368258476257, - -0.06265219300985336, 0.07736190408468246, 0.03943459689617157, - -0.056722067296504974, -0.027550147846341133, 0.07413339614868164, - 0.08587709069252014, -0.060134585946798325, -0.008693486452102661, - -0.006492314860224724, 0.01850919798016548, 0.01418978814035654, - 0.017519410699605942, 0.005021434742957354, 0.08788961172103882, - 0.04679520055651665, 0.03391997143626213, -0.08192940801382065, - -0.10440852493047714, 0.028623688966035843, 0.04807351529598236, - 0.05229794979095459, -0.019875643774867058, -0.00452184583991766, - 0.06425349414348602, 0.002024919493123889, 0.04615199565887451, - -0.06794996559619904, -0.0007437487947754562, 0.010306239128112793, - -0.0011275698198005557, -0.028146522119641304, -0.0940236821770668, - -0.04403576999902725, 0.11195582151412964, 0.018856031820178032, - 0.007311676163226366, -0.06252755224704742, -0.08041614294052124, - -0.025042090564966202, -0.027599768713116646, -0.05289216712117195, - 0.0478217676281929, -0.021964989602565765, -0.024511270225048065, - 0.01273251324892044, -0.10703084617853165, 0.014127724803984165, - -0.01999310404062271, -0.0030800628010183573, 0.04464898630976677, - 0.030519187450408936, 0.01644792966544628, -0.012074541300535202, - -0.0025839614681899548, 0.00938352569937706, -0.03421761468052864, - -0.09299420565366745, -0.1151929497718811, 0.04082949087023735, 0.06781370937824249, - 0.07788500189781189, -0.0028903582133352757, -0.011611614376306534, - 0.0664074569940567, -0.02737252786755562, 0.0051591843366622925, - 0.003479500999674201, 0.054595813155174255, -0.10680980235338211, - -0.052149705588817596, 0.0406341478228569, 0.017564211040735245, - -0.03957619145512581, -0.04259849339723587, 0.014300864189863205, - -0.058364056050777435, 0.003429424948990345, 0.08003658801317215, - 0.018163878470659256, -0.004664656240493059, -0.025272231549024582, - -0.018296251073479652, 0.04448225721716881, 0.036181751638650894, - 0.0677671730518341, 0.09759838134050369, -0.06143266707658768, -0.02935982681810856, - 0.08533260971307755, -0.0401318296790123, -0.03831501305103302, - 0.00029066181741654873, 0.04296734184026718, -0.05187543109059334, - -0.04886294901371002, 0.01496901549398899, -0.03710825741291046, - 0.052074093371629715, 0.06058046221733093, 0.07350984960794449, 0.08598305284976959, - -0.012290364131331444, -0.006996617186814547, -0.002223437651991844, - -0.0077209495939314365, -0.02001138962805271, 0.01232689619064331, - -0.0320938304066658, -0.020505093038082123, 0.00159584847278893, - 0.058548834174871445, -0.0403786227107048, 0.01915924623608589, - -0.06271662563085556, 0.03610118106007576, 0.022861991077661514, - 0.030204303562641144, -0.07281924039125443 - ], - [ - 0.05487281456589699, 0.02327142283320427, -0.016850467771291733, - 0.05415799096226692, -0.0005248592933639884, 0.03519495204091072, - 0.06249920651316643, 0.03011416457593441, 0.10535953938961029, -0.077816903591156, - -0.03930438309907913, -0.0665012001991272, 0.017136581242084503, - 0.11449458450078964, 0.03160964697599411, 0.04560212045907974, 0.04914892464876175, - -0.08785326778888702, -0.036989692598581314, -0.00617654575034976, - -0.017854629084467888, 0.09690889716148376, 0.03242010250687599, - 0.034378018230199814, 0.05897650495171547, 0.07397051155567169, - -0.12454690784215927, 0.02900080755352974, -0.005697738844901323, - -0.0118086664006114, -0.008019551634788513, -0.05096933990716934, - -0.004246789962053299, 0.04633868858218193, 0.042480871081352234, - -0.06119102984666824, 0.051572494208812714, 0.030365467071533203, - -0.04359599947929382, 0.04608335718512535, 0.0026845948304980993, - 0.019858429208397865, 0.042726024985313416, -0.016620228067040443, - 0.011698546819388866, 0.024584058672189713, 0.026422474533319473, - -0.009881964884698391, 0.03185693174600601, -0.06693928688764572, - 0.08532117307186127, -0.036912042647600174, -0.025158580392599106, - 0.002454782370477915, 0.024548674002289772, 0.1250731498003006, - -0.015477772802114487, 0.018305569887161255, -0.0042607905343174934, - 0.0792827233672142, -0.039903149008750916, -0.040234845131635666, - -0.04645593836903572, 0.03389030694961548, 0.11451701074838638, 0.05399591475725174, - -0.06755564361810684, -0.014570913277566433, -0.04373998939990997, - -0.0173831544816494, 0.09600576758384705, -0.051417965441942215, - 0.023397602140903473, -0.06697219610214233, -0.00134844402782619, - 0.03001359850168228, 0.10157223045825958, 0.05596958473324776, - -0.026577068492770195, 0.09604546427726746, -0.016625288873910904, - 0.011348739266395569, -0.0007264157757163048, 0.02744281105697155, - 0.02728724293410778, 0.02195126935839653, 0.01677040383219719, 0.05350814014673233, - -0.08561859279870987, 0.031373489648103714, 0.0018763706320896745, - -0.069257952272892, -0.08048561215400696, -0.03502810746431351, - -0.07763615995645523, 0.03585556894540787, -0.015349316410720348, - 0.050096794962882996, -0.02353695034980774, 0.0020902971737086773, - 0.08491712063550949, 0.0043357787653803825, -0.04660312086343765, - -0.05851876735687256, 0.08278944343328476, 0.037903402000665665, - 0.021894127130508423, 0.038249023258686066, 0.00788678228855133, - -0.04790714010596275, 0.0063201794400811195, -0.016349680721759796, - 0.13901422917842865, -0.03127710521221161, -0.04497797414660454, - 0.03187905624508858, -0.10234341025352478, -0.06759455800056458, - -0.07032257318496704, -0.040357641875743866, -0.03443627804517746, - -0.016907962039113045, -0.0706358328461647, 0.04412846639752388, - 0.024847082793712616, 0.008228104561567307, -0.09909647703170776, - -0.013656948693096638, 0.012656322680413723, -0.0671514943242073, - 0.03907300531864166, -0.058118365705013275, 0.01676972582936287, - 0.006215868517756462, -0.0829026997089386, -0.00930858589708805, - 0.08292771130800247, 0.02574680559337139, 0.02990638092160225, 0.013356993906199932, - 0.006650570314377546, -0.07414669543504715, 0.009389715269207954, - 0.08792528510093689, -0.04828042536973953, 0.04567970335483551, - -0.07870285958051682, 0.007387084886431694, -0.09602518379688263, - 0.08135544508695602, 0.0711478441953659, -0.01542793121188879, 0.04153412580490112, - 0.039330676198005676, 0.015667837113142014, -0.13140016794204712, - 0.0003546755760908127, -0.05305038020014763, -0.03169829770922661, - 0.01634594053030014, -0.030792059376835823, -0.031979531049728394, - 0.014676662161946297, -0.04293472692370415, 0.07588793337345123, - 0.033587221056222916, 0.03603638336062431, -0.08002220839262009, 0.0461893267929554, - 0.030388252809643745, -0.07899443805217743, 0.04215318337082863, - -0.00804181955754757, 0.03337149694561958, 0.11133790016174316, - -0.04026234149932861, -0.008963591419160366, 0.04386375471949577, - -0.0010727812768891454, -0.056962624192237854, 0.0025605938863009214, - 0.04721682146191597, 0.03964390605688095, 0.08825810998678207, 0.057090986520051956, - 0.04531394690275192, 0.03702927008271217, 0.007611402310431004, - -0.044191934168338776, 0.0443645715713501, -0.009143099188804626, - -0.0029844946693629026, -0.002658301033079624, -0.027914224192500114, - -0.004336098674684763, 0.04892738536000252, -0.07855896651744843, - -0.06465522944927216, 0.07390692830085754, -0.03046495094895363, - -0.05021381005644798, -0.024992309510707855, -0.011846366338431835, - -0.037015143781900406, 0.030775349587202072, 0.01977231353521347, - -0.061358317732810974, -0.01956574060022831, 0.024541892111301422, - -0.06793974339962006, 0.04585513100028038, 0.01560022123157978, - 0.009596079587936401, 0.03207807615399361, -0.01003007497638464, - -0.04060779884457588, -0.036055855453014374, -0.03789827972650528, - -0.04692095145583153, 0.04571295902132988, 0.04146014153957367, - -0.04788496345281601, -0.04077108949422836, 0.0355682447552681, - -0.031123463064432144, -0.0405719131231308, -0.06318779289722443, - -0.045460045337677, 0.03439491242170334, -0.017490504309535027, 0.03742804750800133, - 0.02318584732711315, -0.03235645592212677, 0.0394662506878376, -0.02813114784657955, - 0.02134307660162449, -0.025614071637392044, 0.07047398388385773, - -0.005959567613899708, -0.049966685473918915, 0.01367092039436102, - -0.007115100976079702, 0.011058413423597813, 0.04653017595410347, - -0.0735304057598114, 0.0700303167104721, -0.022351067513227463, - 0.012260749004781246, 0.06887481361627579, 0.0354679673910141, -0.01479672733694315, - -0.07986602932214737, -0.024985510855913162, -0.027478940784931183, - -0.04918624833226204, 0.01999601535499096, -0.12760944664478302, - 0.05535092577338219, -0.027840109542012215, 0.023787030950188637, - -0.014419367536902428, -0.0035183883737772703, -0.004857098218053579, - -0.051084961742162704, -0.0343899130821228, -0.008115682750940323, - 0.03656353801488876, 0.05677665397524834, -0.02230439893901348, - -0.024512792006134987, 0.08519285172224045, 0.09760184586048126, - 0.00039414456114172935, -0.03934694454073906, -0.06431791186332703, - -0.052960820496082306, 0.01151833962649107, 0.07154897600412369, - 0.023576902225613594, 0.038529425859451294, 0.03253289312124252, - 0.009221041575074196, -0.037127841264009476, 0.0008350193966180086, - -0.06384392827749252, -0.01620815508067608, 0.028046054765582085, - 0.0023870428558439016, 0.09367035329341888, 0.09778600931167603, - 0.011571657843887806, -0.015324004925787449, -0.07533764839172363, - -0.0821482464671135, 0.037549879401922226, -0.06126566231250763, 0.0376596562564373, - -0.003380936337634921, -0.0035155504010617733, 0.04566657170653343, - 0.059156425297260284, 0.048235658556222916, -0.07124555110931396, - -0.08032068610191345, -0.10411303490400314, 0.04018687456846237, - -0.0029225037433207035, 0.06057557091116905, -0.01766892708837986, - 0.0833544209599495, -0.02815205231308937, -0.00460704043507576, 0.07753393799066544, - 0.002391486894339323, 0.01495511643588543, 0.06825815886259079, 0.0276680588722229, - 0.03975505754351616, 0.06557053327560425, 0.02758217416703701, -0.08155255019664764, - 0.07644285261631012, -0.011544853448867798, -0.03173879534006119, - 0.010135970078408718, 0.009787476621568203, 0.02893446758389473, - 0.0076562208123505116, 0.012478900142014027, 0.08022638410329819, - 0.0025265533477067947, 0.04032711312174797, -0.08268357068300247, - 0.07330060750246048, -0.05959910526871681, -0.007423285860568285, - 0.0421777218580246, 0.006435260642319918, -0.0004140952369198203, - 0.039883945137262344, -0.017899729311466217, -0.04948294535279274, - 0.02948134019970894, 0.10403040051460266, -0.07462045550346375, 0.06438720971345901, - -0.00844416581094265, -0.006488868501037359, -0.009884791448712349, - -0.04884939268231392, 0.06326192617416382, 0.0347626730799675, - -0.029771745204925537, 0.027381889522075653, 0.005255259107798338, - 0.031398218125104904, 0.030082235112786293, -0.06570577621459961, - -0.009204892441630363, -0.06467124819755554, -0.008371933363378048, - -0.012298539280891418, -0.07940946519374847, 0.07434400171041489, - 0.002970391884446144, 0.07426139712333679, 0.08888328820466995, - -0.008076859638094902, 0.01879146695137024, 0.01776989735662937, - 0.08012314140796661, 0.001485767774283886, 0.004663902334868908, - -0.051827169954776764, 0.01847619190812111, -0.004868790972977877, - 0.0822046771645546, -0.008265807293355465, 0.008625755086541176, - -0.021331265568733215, 0.05585972219705582, 0.0019053496653214097, - 0.0027247131802141666, -0.08332516252994537 - ], - [ - -0.08075560629367828, -0.05757882073521614, -0.0021616923622787, - 0.027237137779593468, -0.0007210869225673378, -0.02859668992459774, - -0.032911259680986404, -0.061769310384988785, -0.015080748125910759, - -0.05038299784064293, -0.039531514048576355, -0.09112299978733063, - 0.1107715591788292, -0.057048287242650986, 0.0666542649269104, 0.044399917125701904, - -0.0013709940249100327, 0.030942508950829506, -0.02787809446454048, - 0.039768002927303314, -0.0619092658162117, -0.009126244112849236, - -0.1119651272892952, 0.00033846512087620795, -0.013451412320137024, - -0.04480937495827675, 0.04486270248889923, 0.006872354540973902, - 0.04035341367125511, -0.0004113567410968244, -0.040809858590364456, - 0.06389465183019638, 0.03353095427155495, 0.018676618114113808, - -0.06309044361114502, 0.019969234243035316, -0.07524202764034271, - 0.03756218031048775, -0.008855787105858326, -0.07865429669618607, - -0.08774606138467789, 0.04296135529875755, 0.009750628843903542, - 0.0014164180029183626, -0.006526237353682518, -0.034087538719177246, - -0.015307738445699215, -0.03759216517210007, -0.020222356542944908, - 0.005647535435855389, -0.00501992367208004, -0.03220183774828911, - 0.04946345463395119, 0.07979560643434525, -0.0873064175248146, 0.07158178091049194, - -0.13571317493915558, -0.04669775813817978, -0.055434681475162506, - -0.01769113913178444, -0.08492792397737503, 0.00761702423915267, - -0.019337808713316917, 0.06940030306577682, -0.07752175629138947, - -0.07413468509912491, 0.035105329006910324, -0.04042923450469971, - 0.03138167783617973, 0.096361443400383, -0.016754046082496643, - -0.014138489961624146, 0.06498206406831741, 0.06513582915067673, - -0.09243979305028915, 0.03410245105624199, -0.05520721152424812, 0.0204372089356184, - -0.09725947678089142, 0.012309111654758453, 0.02287144958972931, - -0.014195108786225319, -0.02882486768066883, -0.028943916782736778, - 0.03440221771597862, -0.049436721950769424, -0.0019142386736348271, - 0.0044940379448235035, 0.0608285591006279, -0.043186768889427185, - -0.01775284856557846, 0.02895919233560562, 0.09500947594642639, - -0.0009126990917138755, -0.07196540385484695, -0.0587269552052021, - 0.04068594053387642, 0.02093368023633957, -0.0009886304615065455, - 0.09466132521629333, 0.021621817722916603, 0.03568597882986069, - 0.062304262071847916, 0.09125731885433197, 0.07573629915714264, - -0.030479799956083298, -0.05559945106506348, 0.029637305065989494, - -0.016499314457178116, -0.05588792636990547, -0.08560656756162643, - 0.09540317952632904, -0.050923902541399, -0.07279910892248154, -0.03145623579621315, - 0.004290473181754351, 0.08126910030841827, 0.031304940581321716, - 0.09099993854761124, 0.08906452357769012, -0.04784959554672241, 0.1196429654955864, - -0.10410424321889877, -0.04068741574883461, -0.03435724601149559, - -0.1127132698893547, 0.0007834822754375637, 0.019945112988352776, - 0.07294192910194397, -0.030334215611219406, -0.0011373560409992933, - 0.0390855111181736, -0.08143049478530884, 0.09891438484191895, -0.10075511038303375, - -0.0011744111543521285, -0.07084385305643082, -0.11989279091358185, - 0.12709543108940125, -0.10802114754915237, 0.1723950058221817, - -0.029872801154851913, -0.054305195808410645, 0.0056526255793869495, - -0.021440384909510612, 0.026205752044916153, 0.07492643594741821, - -0.05412716418504715, 0.006741436664015055, -0.018831050023436546, - -0.007297356612980366, 0.0012144615175202489, -0.06610840559005737, - -0.011354244314134121, 0.04780702292919159, -0.03239981830120087, - -0.03616088256239891, 0.057824861258268356, -0.0418209545314312, - -0.13064080476760864, 0.05129234120249748, 0.008138217031955719, - 0.06509162485599518, 0.08613979071378708, 0.010065596550703049, 0.0713496133685112, - -0.12201741337776184, -0.07670570909976959, -0.04294153302907944, - -0.08944476395845413, -0.03337578475475311, 0.0737326368689537, - -0.00346484687179327, 0.014012840576469898, -0.04926997050642967, - -0.0047799376770854, 0.06125722452998161, 0.08575804531574249, 0.03664081543684006, - -0.033237721771001816, -0.07163632661104202, 0.06802874803543091, - -0.020079417154192924, 0.014508357271552086, -0.09022082388401031, - 0.054128360003232956, -0.050585243850946426, 0.01218587439507246, - -0.007016840856522322, -0.030604595318436623, 0.015283857472240925, - -0.08504539728164673, 0.07123296707868576, 0.013439222238957882, - -0.03422730788588524, 0.010818179696798325, 0.03513325750827789, -0.008623699657619, - -0.03963677957653999, 0.07250948995351791, 0.10886266827583313, - 0.038988031446933746, 0.017735876142978668, 0.03422714024782181, - 0.06560572236776352, -0.06601257622241974, 0.07204367220401764, - -0.005030312575399876, 0.050941191613674164, 0.019260309636592865, - -0.05352597311139107, -0.06845368444919586, 0.06566669791936874, - 0.0015689447754994035, 0.07761816680431366, -0.0017847344279289246, - 0.11960091441869736, 0.09502539783716202, -0.03965997323393822, 0.03844019025564194, - 0.055756621062755585, -0.03118976205587387, -0.00709287216886878, - -0.03422994166612625, 0.030901003628969193, 0.038265954703092575, - 0.04862381890416145, 0.09920734167098999, -0.058189816772937775, - -0.009363708086311817, 0.06296338886022568, 0.08709972351789474, - 0.006968250498175621, 0.0009916858980432153, 0.11377563327550888, - -0.011250284500420094, -0.04102412983775139, -0.023756932467222214, - 0.066468246281147, -0.011977224610745907, 0.060761209577322006, - -0.02395807020366192, -0.02054451033473015, 0.007206830196082592, - 0.0456758551299572, 0.013540253043174744, -0.021246738731861115, - 0.012545705772936344, 0.03291212394833565, -0.006749978754669428, - 0.1027546301484108, 0.12158011645078659, -0.05826136842370033, 0.07492611557245255, - 0.01549997553229332, 0.07354537397623062, -0.056225504726171494, - -0.039322853088378906, 0.06198187917470932, -0.05545951426029205, - -0.054334856569767, 0.04608849063515663, -0.017952516674995422, - 0.004320121370255947, -0.02743534930050373, -0.021763600409030914, - -0.05790877342224121, 0.014853362925350666, 0.11562490463256836, 0.0268092080950737, - -0.09323469549417496, -0.09102775901556015, -0.028855670243501663, - -0.008628114126622677, -0.04836266115307808, -0.09961917251348495, - -0.04138408228754997, 0.03898756951093674, 0.07855117321014404, - -0.09258778393268585, -0.03026626817882061, 0.0027163662016391754, - 0.03758569061756134, 0.003729833522811532, -0.0170491524040699, 0.03572063148021698, - 0.028838006779551506, 0.11591494083404541, 0.01323454175144434, - 0.006369928363710642, -0.03840918838977814, -0.05869663506746292, - -0.025448191910982132, 0.008229836821556091, -0.02568223513662815, - 0.011965097859501839, 0.05575915426015854, -0.05707062780857086, - 0.02661968767642975, 0.0037660058587789536, 0.13676996529102325, - -0.0015954836271703243, 0.03449394553899765, 0.024448176845908165, - 0.10313047468662262, 0.08871107548475266, 0.027957333251833916, - 0.0009046017075888813, -0.029649784788489342, -0.045260511338710785, - -0.06330172717571259, 0.06023864075541496, 0.09541816264390945, 0.03816255182027817, - 0.010726043954491615, 0.025410844013094902, 0.04296592250466347, - -0.04933071881532669, -0.01483177300542593, 0.04779018461704254, - -0.042745232582092285, -0.05189137160778046, 0.022424286231398582, - 0.1041855588555336, -0.03964817896485329, -0.0467502623796463, 0.016666533425450325, - -0.06296328455209732, 0.035946186631917953, -0.022958669811487198, - 0.03282791003584862, -0.03964631259441376, -0.015912361443042755, - -0.09379485994577408, -0.030828723683953285, 0.03996141254901886, - 0.00601725559681654, -0.01243140920996666, -0.02849319949746132, - -0.06333261728286743, -0.03053109161555767, 0.008993987925350666, - 0.03443501517176628, 0.057665906846523285, -0.023238735273480415, - 0.040736328810453415, -0.026844913139939308, 0.06476281583309174, - -0.028387390077114105, -0.0393892340362072, 0.04930879920721054, - -0.03743477910757065, -0.009916925802826881, -0.09807448834180832, - 0.04125029221177101, 0.09668146073818207, -0.02777724340558052, - -0.10527204722166061, 0.002057139528915286, 0.10025657713413239, - -0.10592516511678696, -0.08242692798376083, 0.05524186044931412, - -0.03178345412015915, 0.020287539809942245, 0.0020444493275135756, - 0.0620705708861351, -0.018601587042212486, -0.038601841777563095, - -0.009078007191419601, -0.06979794055223465, -0.0742344930768013, - -0.018942443653941154, -0.06297188252210617, 0.023035742342472076, - -0.11949633061885834, -0.045224547386169434, 0.0032414805609732866, - -0.020436661317944527, 0.024382146075367928, -0.033439792692661285, - -0.015110502950847149, 0.06463994830846786, 0.12619905173778534 - ], - [ - 0.013907820917665958, -0.011945946142077446, -0.06526830792427063, - 0.02557848021388054, -0.0603853240609169, 0.10432648658752441, - -0.014959277585148811, -0.05335574224591255, -0.05475231632590294, - -0.027315838262438774, -0.0710207149386406, 0.07310634106397629, - 0.07872036099433899, 0.04812449961900711, -0.04695934057235718, 0.07211070507764816, - -0.03734990954399109, -0.038193732500076294, 0.024019885808229446, - -0.011998070403933525, 0.021462570875883102, -0.02758551575243473, - 0.027094533666968346, -0.022447073832154274, 0.04777022451162338, - 0.032999325543642044, -0.04236925020813942, -0.007137382868677378, - -0.06733514368534088, 0.007248927839100361, -0.01888197474181652, - -0.0712335929274559, -0.011609569191932678, -0.06190798059105873, - -0.08759333193302155, 0.03409046307206154, 0.009351253509521484, - -0.04080209508538246, 0.04918941482901573, 0.010273952037096024, - 0.022640248760581017, 0.055252254009246826, -0.10436738282442093, - -0.024078451097011566, 0.005447193514555693, 0.043658096343278885, - 0.054809506982564926, -0.03334196284413338, 0.04194443300366402, - -0.007998170331120491, 0.08014081418514252, 0.0003980309411417693, - 0.04909524694085121, -0.010678266175091267, -0.01862643100321293, - 0.051517464220523834, 0.03995608910918236, -0.0460469089448452, 0.04988230764865875, - 0.03868331015110016, 0.04106464982032776, 0.03857261314988136, -0.05440625548362732, - 0.0022548569831997156, 0.05518593266606331, -0.0012542910408228636, - -0.06182052195072174, 0.03498094901442528, 0.03165171667933464, - -0.05604267120361328, 0.014123218134045601, 0.06258458644151688, - 0.04143732041120529, -0.020543331280350685, 0.02310243993997574, - 0.0009680395014584064, 0.049265965819358826, 0.04162495955824852, - -0.006469039712101221, 0.07085303217172623, 0.021867647767066956, - 0.07583338022232056, 0.019733663648366928, 0.0065376851707696915, - 0.009981339797377586, -0.007911456748843193, -0.027246298268437386, - 0.003504699794575572, -0.0030220102053135633, -0.0025573207531124353, - 0.01147705689072609, 0.04743248224258423, 0.04574722424149513, 0.019771499559283257, - -0.006729135289788246, 0.0023612412624061108, -0.016498472541570663, - 0.03648722544312477, 0.06499354541301727, 0.01205770205706358, - -0.034777142107486725, 0.06607339531183243, -0.04466414451599121, - 0.008329184725880623, -0.03200146183371544, 0.04023080691695213, - 0.02733505517244339, -0.03223978728055954, -0.060778263956308365, - 0.032966189086437225, 0.05927812680602074, -0.0696924701333046, 0.09837006777524948, - 0.036352742463350296, 0.0015605621738359332, -0.006671636365354061, - -0.020196881145238876, 0.014052088372409344, 0.027796277776360512, - -0.04128162935376167, -0.05645337700843811, -0.042837291955947876, - 0.06928861141204834, 0.008465764112770557, -0.01449956651777029, -0.049717016518116, - -0.02788742259144783, 0.014485644176602364, -0.002404134487733245, - -0.09546524286270142, -0.019784236326813698, -0.009907708503305912, - 0.02322695404291153, 0.023089628666639328, 0.0720481351017952, -0.06336043030023575, - 0.047970447689294815, 0.04575515538454056, -0.005274544470012188, - -0.010217452421784401, -0.04159792140126228, -0.09584999829530716, - 0.03392766788601875, -0.02069012075662613, -0.018875472247600555, - 0.0215705968439579, 0.007455811835825443, -0.045748718082904816, - -0.06796912103891373, 0.013982377015054226, 0.046714626252651215, - 0.031007032841444016, -0.011647634208202362, -0.009273813106119633, - -0.00219654175452888, -0.04301326721906662, 0.00032608042238280177, - -0.0024355354253202677, -0.0051801553927361965, 0.02687380276620388, - -0.09092092514038086, 0.01579245738685131, 0.02520616538822651, 0.03902328386902809, - -0.03335573896765709, 0.025619689375162125, -0.03423461690545082, - -0.053466640412807465, 0.03232591226696968, 0.017689453437924385, - 0.06707964092493057, 0.029672058299183846, -0.08123647421598434, - -0.059274740517139435, -0.023785915225744247, -0.05100540816783905, - 0.004770974162966013, -0.028833718970417976, -0.020153984427452087, - -0.007839392870664597, 0.048906486481428146, 0.09519864618778229, - 0.006684296298772097, 0.02413765713572502, 0.006171570159494877, - 0.030212746933102608, -0.007820183411240578, -0.042121317237615585, - -0.002448172541335225, 0.02847263030707836, -0.009974773973226547, - -0.009495260193943977, 0.009318539872765541, 0.03411603346467018, - 0.07773715257644653, 0.022840050980448723, -0.03439490497112274, - -0.08619926869869232, 0.012499488890171051, 0.028378121554851532, - -0.060123931616544724, -0.04047822952270508, -0.07212518155574799, - 0.0005882924306206405, -0.057310570031404495, -0.08374888449907303, - -0.025787465274333954, -0.08517836034297943, 0.05096355825662613, - 0.048179224133491516, 0.02414335124194622, 0.0038766907528042793, - -0.00967591442167759, -0.0074965558014810085, -0.001899475697427988, - -0.00580368610098958, 0.024980446323752403, -0.03795241564512253, - -0.04190238565206528, 0.0732286274433136, 0.0009244224056601524, - -0.020493274554610252, -0.031374990940093994, 0.00846041552722454, - 0.006769286002963781, -0.08703481405973434, 0.0387025810778141, - 0.007484956178814173, -0.04318087920546532, 0.019317420199513435, - -0.05119943618774414, 0.024091534316539764, 0.006877639796584845, - -0.029102537781000137, -0.019712023437023163, 0.06180809065699577, - -0.02314859628677368, 0.02068994753062725, 0.021283604204654694, - 0.003884972771629691, -0.039111822843551636, 0.04335309937596321, - 0.052905578166246414, -0.014442495070397854, 0.006145827006548643, - 0.03481801226735115, 0.02033134177327156, -0.008736961521208286, - -0.05105794593691826, -0.024802083149552345, -0.04058346897363663, - 0.03718388453125954, 0.0816519483923912, 0.10698016732931137, -0.02190040983259678, - -0.05396604165434837, 0.01131319161504507, 0.031396906822919846, - -0.024335874244570732, -0.023954957723617554, -0.03823695331811905, - 0.0496671199798584, 0.0070587461814284325, -0.030808962881565094, - -0.00038459571078419685, 0.043070968240499496, 0.03961096704006195, - 0.018981585279107094, -0.0013408439699560404, -0.028326217085123062, - 0.017837796360254288, 0.09724921733140945, -0.02269389107823372, - 0.03700306639075279, -0.053479988127946854, -0.04342896118760109, - 0.013990758918225765, -0.02485252544283867, -0.024424565955996513, - 0.06715597957372665, 0.04566260054707527, 0.05129541829228401, 0.023820742964744568, - -0.05263017117977142, -0.019815539941191673, 0.0013958844356238842, - -0.06613240391016006, 0.029325323179364204, 0.07392840087413788, - 0.020307324826717377, -0.016482722014188766, 0.05654841661453247, - -0.024087704718112946, 0.023891182616353035, 0.03370175510644913, - 0.09256629645824432, 0.009396212175488472, -0.027490675449371338, - -0.03729633241891861, 0.010586068034172058, -0.015231402590870857, - 0.03709537163376808, -0.032234903424978256, 0.0024266475811600685, - -0.03754540905356407, -0.027997801080346107, -0.04094906523823738, - -0.02883140929043293, -0.09097202122211456, 0.01056149322539568, - 0.029697109013795853, -0.13855311274528503, -0.015015192329883575, - -0.058878473937511444, 0.006148733664304018, -0.04290352761745453, - 0.0021930160000920296, 0.004198591690510511, 0.05092506483197212, - 0.04023413360118866, 0.016790281981229782, 0.016322674229741096, - -0.0769624412059784, -0.06866499036550522, -0.013348866254091263, - -0.05878008157014847, 0.02916337177157402, 0.012884736061096191, - -0.02407936006784439, -0.07876583188772202, -0.03344295546412468, - 0.01858540065586567, -0.040026627480983734, -0.02079869993031025, - -0.025454431772232056, -0.07520689070224762, -0.01570235751569271, - -0.030760418623685837, 0.024612311273813248, 0.010186467319726944, - -0.023686416447162628, 0.0030104038305580616, -0.027344321832060814, - 0.0646587684750557, 0.00017562872380949557, -0.03144146502017975, - 0.02194301038980484, 0.09632723033428192, 0.06238628923892975, 0.030555367469787598, - 0.0726248100399971, 0.011986815370619297, -0.06226671487092972, - -0.03187726065516472, -0.029372727498412132, 0.024987634271383286, - -0.008744909428060055, -0.018116505816578865, 0.05178465321660042, - -0.08359773457050323, -0.05469999089837074, 0.08572735637426376, - 0.021209299564361572, 0.03458569943904877, -0.05505480617284775, - 0.021641021594405174, -0.03614021837711334, 0.13665273785591125, -0.069583460688591, - 0.012146354652941227, -0.010114839300513268, 0.08246186375617981, - 0.013474547304213047, 0.04098594933748245, 0.05964656174182892, - 0.015561934560537338, 0.0543149895966053, 0.0015651305438950658, - 0.08019247651100159, -0.021895119920372963, -0.007707033306360245, - -0.06511278450489044, -0.001572023262269795, -0.05636921897530556 - ], - [ - -0.009596542455255985, 0.039360594004392624, 0.038731131702661514, - -0.04532775655388832, -0.054502103477716446, 0.02335049770772457, - 0.025731684640049934, -0.061567965894937515, 0.002247272990643978, - 0.030173828825354576, -0.04333028197288513, 0.07492663711309433, - -0.06676299124956131, 0.0844850093126297, 0.016839085146784782, - -0.04134463891386986, -0.027411723509430885, -0.043669771403074265, - 0.047339294105768204, -0.02665727213025093, 0.033998940140008926, - 0.0009726228890940547, -0.02105678990483284, -0.030336394906044006, - -0.014836577698588371, 0.05205078423023224, -0.06852874904870987, - -0.004226598422974348, 0.05219269171357155, -0.020401109009981155, - -0.04511094465851784, 0.013240449130535126, -0.0770813524723053, -0.056148461997509, - 0.020611051470041275, 0.08497191965579987, 0.044727202504873276, - -0.007017478346824646, -0.014406372793018818, -0.042696185410022736, - 0.09858191013336182, -0.034348197281360626, 0.009776396676898003, - 0.030085697770118713, -0.0016827424988150597, -0.021274728700518608, - 0.07149990648031235, 0.022641343995928764, 0.018576791509985924, - -0.04654959589242935, -0.007983759976923466, 0.04443742707371712, - -0.08183256536722183, -0.03854340687394142, -0.0047452570870518684, - 0.05610572546720505, -0.039586391299963, 0.00712229311466217, -0.014644559472799301, - -0.06337018311023712, -0.015437294729053974, 0.03069876693189144, - -0.0700501799583435, -0.005723035428673029, 0.013685863465070724, - -0.0028312085196375847, -0.007466088980436325, -0.006859533488750458, - -0.004049610812216997, -0.001939987181685865, -0.011880338191986084, - 0.06112082302570343, 0.08299285173416138, -0.0882183387875557, - -0.009242412634193897, -0.019539659842848778, 0.023991962894797325, - 0.012881436385214329, 0.023610498756170273, 0.0675833597779274, 0.01959095150232315, - -0.018525879830121994, 0.026068685576319695, -0.0018243807135149837, - 0.049887724220752716, 0.06757768243551254, 0.08395256847143173, - -0.03749964013695717, 0.015193161554634571, -0.01873224973678589, - 0.016204016283154488, -0.06279723346233368, -0.014292854815721512, - 0.003867732360959053, -0.022522157058119774, 0.016586264595389366, - -0.03952660411596298, -0.0033370167948305607, -0.005929576698690653, - 0.039430949836969376, 0.04654604196548462, 0.0011700046015903354, - 0.015255517326295376, -0.01222788542509079, 0.05859357863664627, - 0.08165651559829712, 0.0010943473316729069, 0.0062044342048466206, - 0.027869148179888725, -0.04168730229139328, 0.04920372739434242, - 0.003258749842643738, 0.04591495171189308, 0.02328060194849968, - -0.061319444328546524, -0.011220389977097511, -0.011306258849799633, - -0.08498795330524445, -0.0011277307057753205, -0.03742533177137375, - 0.05765220895409584, -0.018646731972694397, 0.01409189309924841, - -0.027597326785326004, 0.014909480698406696, 0.03001418523490429, - 0.028344755992293358, 0.029931068420410156, -0.04295217618346214, - -0.0005883505800738931, -0.04283282160758972, 0.00789504311978817, - 0.05710775777697563, -0.04932696744799614, 0.018578123301267624, - 0.017651746049523354, 0.005789614748209715, -0.03442081809043884, - -0.028578339144587517, -0.04260130226612091, -0.022405508905649185, - -0.0721055120229721, -0.0020792598370462656, 0.011333456262946129, - -0.0765627771615982, 0.004972482565790415, 0.00903993844985962, - 0.031738974153995514, -0.026836873963475227, -0.037865281105041504, - 0.002872470300644636, 0.06463195383548737, -0.020926158875226974, - -0.02091851644217968, 0.044483985751867294, -0.00448786374181509, - 0.032758716493844986, -0.016072066500782967, 0.03882789611816406, - 0.031686801463365555, -0.06207956373691559, 0.03422858938574791, - 0.006923845503479242, -0.012945986352860928, 9.505643538432196e-5, - -0.05684000626206398, 0.06680367141962051, 0.0011071902699768543, - -0.012865168042480946, 0.004702162463217974, -0.02523152157664299, - 0.024544792249798775, -0.06857239454984665, -0.051535528153181076, - 0.046161949634552, -0.01509429793804884, 0.04097190499305725, 0.0016276930691674352, - 0.007331659086048603, -0.051546480506658554, 0.027311336249113083, - -0.006718573160469532, 0.08908246457576752, -0.005212579853832722, - 0.06398072838783264, 0.06208382546901703, 0.05312347784638405, 0.046476785093545914, - -0.007241637911647558, 0.0005719208274967968, 0.016111299395561218, - 0.06032676622271538, 0.086345374584198, 0.09067578613758087, -0.057848360389471054, - -0.0021568958181887865, -0.03378745913505554, -0.05389535427093506, - 0.0024122234899550676, -0.025700658559799194, -0.010524819605052471, - -0.07546831667423248, 0.021630721166729927, -0.04473630338907242, - -0.056799646466970444, -0.03803110867738724, -0.06267166137695312, - -0.030081266537308693, -0.049059681594371796, 0.01213768683373928, - 0.06850706040859222, 0.010605293326079845, -0.011387770064175129, - -0.03731943666934967, -0.025463107973337173, -0.04144395515322685, - -0.0005456474609673023, -0.1010524109005928, -0.025419563055038452, - 0.07239794731140137, 0.04548313468694687, -0.0324094295501709, - -0.027425535023212433, -0.009338374249637127, -0.0022515703458338976, - -0.07070548832416534, 0.04625924676656723, 0.04995008558034897, - -0.04542608559131622, -0.019032016396522522, 0.02662655897438526, - 0.006982316263020039, -0.048936691135168076, 0.05803137272596359, - -0.0369214229285717, 0.07202975451946259, 0.014376906678080559, 0.0840802788734436, - -0.006732963491231203, -0.016773665323853493, -0.008913078345358372, - 0.03689787536859512, 0.07216446846723557, 0.00972674135118723, - -0.053004540503025055, -0.0037728636525571346, 0.021191051229834557, - -0.01257520541548729, -0.0070143211632966995, 0.06727872788906097, - 0.002845166251063347, -0.05367545410990715, -0.013538479804992676, - -0.08081614226102829, -0.0014303689822554588, -0.029982466250658035, - -0.08438670635223389, 0.03926653042435646, 0.006705097388476133, - -0.009940649382770061, -0.054653752595186234, -0.018087390810251236, - 0.0037614176981151104, 0.012991434894502163, -0.017192916944622993, - -0.025133350864052773, 0.07654590159654617, 0.09442116320133209, - 0.04381570592522621, 0.03597230091691017, 0.07012934982776642, 0.049031682312488556, - -0.050509415566921234, 0.005253963638097048, -0.05261748656630516, - 0.03979736939072609, 0.05569984391331673, 0.0059471591375768185, - -0.04290314018726349, 0.12326256930828094, -0.008414543233811855, - -0.005973642226308584, 0.04692812263965607, -0.03570999950170517, - 0.009641746990382671, 0.024175994098186493, 0.01757907122373581, - -0.022815337404608727, 0.100448839366436, 0.05088510736823082, - -0.032810453325510025, 0.007939571514725685, -0.05037301033735275, - -0.0340285561978817, -0.029210582375526428, -0.0026132010389119387, - -0.007618194445967674, -0.017314227297902107, -0.009361262433230877, - 0.006283191032707691, 0.0766265019774437, -0.05382831022143364, - -0.04815507307648659, 0.01498359628021717, -0.0648229718208313, - -0.01986268348991871, -0.04746527597308159, -0.0844632238149643, - 0.013179478235542774, 0.02307230606675148, -0.06066533923149109, - -0.048401594161987305, 0.005703445989638567, -0.05080278962850571, - 0.04868452623486519, -0.02569490857422352, -9.521390893496573e-5, - -0.061998121440410614, -0.04014620929956436, -0.03573776036500931, - 0.014371460303664207, 0.05083368346095085, -0.05545080080628395, - -0.07641401141881943, -0.06893457472324371, 0.02633480168879032, - -0.001564469188451767, 0.00452358927577734, 0.07198987156152725, - 0.0045965490862727165, 0.019326671957969666, -0.03259369730949402, - -0.06632927805185318, -0.018437271937727928, -0.013310862705111504, - -0.021370477974414825, -0.04621587693691254, 0.06055311858654022, - -0.059118203818798065, 0.01139315590262413, -0.07873781025409698, - -0.010499712079763412, -0.05566614866256714, -0.00790451467037201, - -0.028942128643393517, -0.06427475064992905, 0.06705472618341446, - 0.0001329881779383868, 0.011724546551704407, -0.017382021993398666, - 0.00966870877891779, 0.07011985778808594, -0.02915313094854355, -0.0319574736058712, - -0.0030879750847816467, 0.010561244562268257, 0.015165788121521473, - -0.01829899474978447, -0.03929591923952103, -0.020314287394285202, - -0.009331580251455307, 0.06808454543352127, -0.03046710416674614, - 0.06537707895040512, -0.03780903294682503, 0.05140260234475136, - 0.025297095999121666, 0.05983085557818413, -0.008876980282366276, - -0.033022645860910416, 0.023301800712943077, -0.022320011630654335, - 0.00526398466899991, 0.01029898226261139, -0.06307850778102875, - -0.06658074259757996, 0.06274396181106567, 0.02457733079791069, - 0.058286502957344055, 9.25265412661247e-5, -0.05795211344957352, - 0.032673656940460205, 0.08466950058937073, 0.018497513607144356 - ], - [ - 0.10550329834222794, -0.0632132887840271, 0.013280519284307957, - 0.043446797877550125, -0.0378885380923748, 0.032644856721162796, - -0.046222392469644547, 0.05965506285429001, -0.005668570287525654, - 0.04085103049874306, -0.020107729360461235, 0.017345603555440903, - -0.02660047449171543, -0.004556122235953808, 0.08270770311355591, - 0.006664680317044258, 0.023052889853715897, -0.016585811972618103, - 0.0348261296749115, -0.018686359748244286, -0.010990656912326813, - 0.03708525747060776, 0.10626231878995895, 0.11679591238498688, 0.03907180577516556, - -0.0451204814016819, -0.05280599370598793, -0.09896054118871689, - -0.04280493035912514, 0.1105983555316925, 0.04623397812247276, 0.02259724587202072, - -0.06704023480415344, 0.07083611190319061, -0.02446047216653824, - 0.05434611439704895, 0.021396266296505928, -0.03317083418369293, - -0.05173409357666969, 0.0031325924210250378, -0.08466509729623795, - -0.032588738948106766, 0.04066037759184837, -0.005323159042745829, - 0.03883158788084984, 0.04419734328985214, -0.020584868267178535, - 0.08241448551416397, -0.03500961512327194, -0.0796746239066124, -0.0492422841489315, - -0.030077755451202393, 0.02600109577178955, 0.02254810370504856, - -0.0023978508543223143, -0.008636253885924816, -0.05818115174770355, - 0.06722033768892288, 0.09688705950975418, 0.04446173086762428, 0.1181384027004242, - -0.07471578568220139, -0.002195058623328805, 0.036923110485076904, - -0.014351236633956432, 0.027185948565602303, -0.03448263555765152, - 0.11214493215084076, 0.09950695186853409, -0.013038082979619503, - -0.03053017146885395, -0.018908942118287086, 0.0167661402374506, - 0.027990026399493217, -0.027582688257098198, 0.058483947068452835, - 0.044253066182136536, -0.032515302300453186, -0.020556189119815826, - 0.014527861028909683, -0.05337650701403618, 0.0023288135416805744, - 0.043396610766649246, -0.08515220880508423, -0.003871641121804714, - -0.07197239995002747, 0.016469089314341545, -0.0009374094661325216, - -0.038486309349536896, 0.03379431366920471, 0.017792528495192528, - 0.03218410536646843, -0.1129077598452568, 0.004930388648062944, 0.02781102992594242, - -0.035885538905858994, -0.0561254620552063, -0.06590504199266434, - -0.01634512096643448, -0.06611492484807968, 0.019785981625318527, - 0.09184164553880692, 0.07813357561826706, -0.03417475149035454, - -0.07884237915277481, -0.004111363552510738, 0.04968848079442978, - 0.037104181945323944, -0.001170304836705327, -0.016950314864516258, - 0.039640191942453384, -0.002045118249952793, 0.006492705084383488, - 0.07967346906661987, -0.055926717817783356, 0.04197407513856888, - -0.026293477043509483, -0.03752090781927109, 0.046128254383802414, - 0.013116405345499516, 0.04417543485760689, 0.0010802072938531637, - -0.005951836239546537, -0.055263299494981766, 0.07211364060640335, - -0.02517087757587433, -0.053766921162605286, 0.01926000416278839, - -0.021628903225064278, -0.013893951661884785, 0.027374735102057457, - 0.011170363053679466, 0.042059626430273056, -0.0061400574631989, - 0.05430879816412926, -0.002576276892796159, 0.024822549894452095, - 0.0705140009522438, 0.0448654368519783, 0.043466899544000626, 0.042203739285469055, - -0.07922220975160599, 0.021426696330308914, -0.04235578328371048, - -0.01638038270175457, 0.0919710099697113, -0.04157427325844765, 0.07510939240455627, - -0.0415363647043705, 0.06246015429496765, 0.013288301415741444, - -0.030089184641838074, 0.0010591901373118162, 0.031649865210056305, - 0.10069583356380463, 0.012512138113379478, -0.04763815924525261, - -0.0076758102513849735, 0.002042384585365653, 0.04603717848658562, - -0.11172324419021606, 0.0035708723589777946, 0.08308275043964386, - -0.04137572646141052, 0.13206055760383606, -0.023035159334540367, - -0.08276784420013428, -0.014752055518329144, 0.06498593091964722, - -0.03767932206392288, 0.026018884032964706, -0.04599801450967789, - 0.09037014842033386, 0.1004086285829544, 0.02654428780078888, -0.06453285366296768, - -0.04832276329398155, -0.017069552093744278, -0.09496890008449554, - -0.014604844152927399, -0.03879404813051224, 0.033835217356681824, - 0.12114839255809784, 0.008027581498026848, -0.07213351875543594, - -0.00011350755085004494, 0.036366406828165054, -0.09504659473896027, - -0.024978032335639, -0.0720684751868248, -0.07623303681612015, - -0.017261574044823647, 0.053634267300367355, 0.07065475732088089, - 0.0824890285730362, 0.03173799812793732, 0.050604674965143204, 0.029209895059466362, - 0.11421103030443192, -0.006380154751241207, -0.037724561989307404, - -1.639021502342075e-5, -0.03733290731906891, -0.023545600473880768, - -0.08157337456941605, -0.08796048164367676, 0.07952854782342911, - 0.02225174382328987, 0.02780286595225334, -0.0072703855112195015, - -0.04834750294685364, -0.08602134138345718, 0.049958277493715286, - -0.00475373724475503, -0.02061530016362667, 0.04570166394114494, - -0.05549231171607971, -0.05598961189389229, 0.016765231266617775, - 0.03578966483473778, -0.08643661439418793, 0.006072650197893381, - -0.06319993734359741, -0.0020934592466801405, -0.03037305548787117, - 0.07390464842319489, 0.07079866528511047, -0.04476824030280113, - -0.005797095131129026, -0.052354488521814346, 0.020856689661741257, - -0.06271155923604965, 0.00649517634883523, 0.05295714735984802, - -0.08076047897338867, -0.014156107790768147, 0.041767749935388565, - 0.041422419250011444, -0.024548517540097237, 0.021376067772507668, - 0.01717306300997734, 0.022958828136324883, 0.07593268901109695, - -0.024397408589720726, 0.006460372358560562, 0.026368645951151848, - -0.05627292022109032, 0.06122620031237602, 0.08087164908647537, 0.03105996735394001, - -0.09686381369829178, 0.007123363204300404, -0.01615801453590393, - -0.027410883456468582, -0.016964446753263474, -0.021112127229571342, - 0.019812487065792084, -0.018496301025152206, 0.009124405682086945, - 0.06149148568511009, -0.06546727567911148, 0.008971026167273521, - 0.03727227449417114, 0.03930525854229927, 0.014188782311975956, - -0.06656504422426224, -0.00593954510986805, -0.02630840428173542, - -0.010239288210868835, -0.005749979056417942, -0.02777261659502983, - 0.11524800211191177, -0.040675777941942215, -0.03579283505678177, - -0.026943936944007874, -0.03354752063751221, 0.00361862825229764, - -0.10588378459215164, 0.014525099657475948, -0.017972873523831367, - -0.025530649349093437, 0.09027087688446045, 0.04551953449845314, - 0.08108875155448914, 0.099019356071949, -0.06255952268838882, -0.014860233291983604, - 0.015126191079616547, -0.008473193272948265, 0.09780853986740112, - -0.05726194381713867, 0.007708293851464987, 0.024964531883597374, - 0.09882861375808716, -9.845462045632303e-5, 0.0062120151706039906, - 0.13418950140476227, 0.011498321779072285, -0.08631383627653122, - -0.03936292231082916, -0.013660426251590252, -0.07577097415924072, - -0.021776670590043068, -0.020221101120114326, 0.02892322465777397, - -0.06440401077270508, 0.059258729219436646, -0.04480646178126335, - -0.056808896362781525, -0.060755688697099686, -0.003653473686426878, - 0.06060773506760597, -0.1253116875886917, -0.02381996251642704, - -0.048900097608566284, -0.05835932120680809, -0.03997638076543808, - 0.07168512046337128, -0.00744523573666811, -0.04006440192461014, - -0.06567081063985825, 0.0832420215010643, -0.008677518926560879, - 0.013567682355642319, 0.048820383846759796, 0.06106472387909889, - -0.015934651717543602, -0.0059762196615338326, 0.07387475669384003, - 0.0033853696659207344, -0.0382051020860672, -0.03966399282217026, - 0.027050798758864403, 0.05685248225927353, -0.04520522430539131, - -0.08739066869020462, 0.008554158732295036, -0.01120681781321764, - 0.018171221017837524, 0.024029705673456192, 0.013831054791808128, - -0.06620759516954422, -0.08377306908369064, 0.04818568378686905, - -0.06386273354291916, -0.028921764343976974, -0.02215835079550743, - 0.09326231479644775, -0.016076602041721344, 0.007334876339882612, - 0.0030092475935816765, 0.059394411742687225, 0.02605397440493107, - -0.01032655593007803, -0.04326755553483963, -0.042448922991752625, - -0.04793724790215492, 0.056114062666893005, -0.005464375484734774, - -0.033186882734298706, -0.039186932146549225, 0.05101719871163368, - -0.04952947050333023, 0.01070400606840849, -0.022124890238046646, - 0.06706388294696808, -0.04307936877012253, 0.06310728937387466, -0.0925825908780098, - -0.009825078770518303, -0.0043411231599748135, 0.01690230518579483, - 0.01653970032930374, 0.04800677299499512, 0.0250127874314785, 0.030858196318149567, - 0.02070162072777748, 0.01889154501259327, 0.06917735189199448, 0.07698270678520203, - -0.007044360041618347, 0.019754063338041306, 0.05282854288816452, - 0.04708167910575867 - ], - [ - 0.0027792840264737606, -0.07389840483665466, -0.015990320593118668, - -0.01737172156572342, 0.0309358648955822, -0.03451293706893921, 0.01651943475008011, - 0.05364714562892914, -0.030861003324389458, -0.04163273051381111, - 0.025981534272432327, 0.007950474508106709, 0.035427991300821304, - -0.09776550531387329, -0.06555201858282089, -0.022486180067062378, - -0.007299778982996941, 0.031305089592933655, -0.05411751568317413, - 0.03327571228146553, -0.027206173166632652, -0.05551211163401604, - -0.027971526607871056, -0.0003107709053438157, -0.0279985461384058, - -0.015525219962000847, 0.04090388864278793, 0.09171217679977417, - -0.023476120084524155, 0.01679302379488945, -0.004623099695891142, - 0.025952428579330444, 0.032280419021844864, 0.044286925345659256, - -0.006591443438082933, -0.018951423466205597, -0.0614684633910656, - 0.05324060842394829, -0.0006764641148038208, 0.04065854102373123, - -0.033985789865255356, -0.02217300981283188, -0.04061343893408775, - 0.056870996952056885, 0.07483863085508347, -0.03062552958726883, - -0.1163894459605217, -0.04193649813532829, 0.06736042350530624, 0.03189830854535103, - -0.03420272096991539, 0.0033317268826067448, 0.005104600917547941, - -0.0006435713730752468, 0.0073637086898088455, 0.03690735995769501, - -0.020313996821641922, -0.004243160132318735, -0.006583245471119881, - 0.030409568920731544, -0.04821215569972992, 0.021938560530543327, - 0.027667738497257233, -0.04366517439484596, -0.046123333275318146, - -0.02684936486184597, -0.022255374118685722, -0.09969701617956161, - 0.0339842326939106, 0.08316460251808167, -0.046992283314466476, - -0.03634011745452881, -0.0175490602850914, 0.044899892061948776, - -0.04744267463684082, -0.03612155467271805, 0.00663013244047761, - 0.04095155745744705, 0.01833297312259674, -0.040761545300483704, - -0.03313982114195824, -0.01179716270416975, -0.05326882004737854, - -0.013709837570786476, 0.0209346916526556, -0.0031012995168566704, - -0.0031076818704605103, 0.067959263920784, -0.004311494063585997, - 0.014470734633505344, -0.011592220515012741, -0.026816489174962044, - 0.06150725856423378, -0.0563327819108963, 0.04267667233943939, 0.01634502410888672, - 0.0675438791513443, 0.006656823214143515, -0.059840597212314606, - 0.00037651986349374056, 0.04478822648525238, -0.04770507290959358, - -0.009091448970139027, 0.0035430288407951593, -0.0421733558177948, - -0.00023054632765706629, 0.04562892019748688, -0.04275723546743393, - 0.02609391324222088, 0.0029050009325146675, -0.022218458354473114, - 0.02938137762248516, -0.007011437322944403, 0.024746377021074295, - -0.043430082499980927, -0.018593840301036835, 0.03692932799458504, - 0.04841136187314987, 0.019321227446198463, 0.04212294518947601, - -0.05078430846333504, 0.03017173334956169, -0.06229173764586449, - -0.0377197340130806, -0.058213043957948685, -0.021990688517689705, - -0.002946316497400403, -0.025790074840188026, -0.048417944461107254, - 0.05775323137640953, 0.020176194608211517, 0.051055699586868286, - -0.035433247685432434, 0.0713929533958435, -0.03301020339131355, - -0.014546949416399002, -0.09186587482690811, -0.0644746646285057, - 0.03979542478919029, -0.019000712782144547, -0.009834419004619122, - 0.032983820885419846, 0.00486652972176671, 0.03794753924012184, - 0.017342837527394295, 0.038298506289720535, 0.02317601628601551, - -0.01126390416175127, 0.08507727086544037, 0.009504199028015137, - -0.016824238002300262, -0.01885535567998886, -0.011089314706623554, - 0.014234255068004131, -0.07720264792442322, -0.026849012821912766, - -0.048835389316082, 0.05053936317563057, -0.003074376843869686, - -0.04074950888752937, 0.04932962357997894, 0.027068069204688072, - 0.02594425529241562, 0.07485873252153397, -0.09511280804872513, 0.03959712013602257, - -0.05932867154479027, 0.0476517491042614, -0.03350411355495453, - -0.031029561534523964, -0.02252388745546341, 0.01653856225311756, - 0.054629191756248474, -0.030450988560914993, -0.039852678775787354, - 0.008901255205273628, 0.07824321836233139, 0.03900301083922386, - 0.007695171982049942, 0.03683082386851311, -0.04856300726532936, - 0.018043242394924164, -0.022682107985019684, 0.0067070708610117435, - -0.0762685090303421, -0.03359629958868027, -0.001504597021266818, - -0.005005847197026014, 0.06433141976594925, 0.029228243976831436, - -0.013352538459002972, -0.04918721318244934, -0.059572674334049225, - -0.04330529645085335, -0.0718599259853363, -0.0015045220497995615, - 0.07163314521312714, 0.04291944205760956, -0.03821440413594246, - 0.010799000039696693, 0.03382917121052742, 0.03864201530814171, -0.0871369019150734, - 0.07189098000526428, 0.10775160044431686, 0.0030054328963160515, - 0.08767952024936676, -0.05354943126440048, 0.08422353118658066, - -0.04099489003419876, -0.0825992077589035, 0.037480976432561874, - 0.030507264658808708, 0.05065269023180008, 0.0067183817736804485, - 0.027531132102012634, 0.07195208966732025, 0.08211411535739899, - -0.01293496135622263, -0.07063931226730347, 0.01807539351284504, - -0.07880242168903351, -0.005694749299436808, -0.011618179269134998, - -0.0733511745929718, 0.07175052911043167, -0.017552051693201065, - 0.011678716167807579, 0.03687772899866104, 0.08110587298870087, - -0.012997611425817013, -0.023081816732883453, 0.012953022494912148, - 0.03280803561210632, 0.00763642368838191, -0.05593792721629143, - -0.0031180630903691053, -0.09414004534482956, 0.024975791573524475, - -0.024739637970924377, -0.004552431404590607, -0.054238125681877136, - -0.05149183049798012, 0.09458311647176743, -0.029292218387126923, - 0.054067183285951614, -0.0011754656443372369, 0.05395995453000069, - -0.0068351454101502895, -0.010652347467839718, 0.09075933694839478, - 0.01088403258472681, -0.04977034777402878, 0.04461175948381424, - -0.02290099859237671, 0.0608576238155365, 0.03034239448606968, - -0.021560512483119965, 0.04435022547841072, -0.004973691422492266, - 0.08421115577220917, -0.07543151080608368, -0.053842756897211075, - -0.06930844485759735, -0.025537172332406044, -0.04526481777429581, - -0.05245164781808853, -0.04976823553442955, -0.01087186485528946, - -0.02728993073105812, -0.08263598382472992, -0.022287290543317795, - 0.024377427995204926, -0.0030668419785797596, 0.01828283816576004, - -0.007850229740142822, 0.01864008791744709, 0.05946638807654381, - 0.020334355533123016, -0.1036565825343132, -0.028654983267188072, - -0.06581465899944305, 0.012045244686305523, 0.05277977138757706, - -0.07117623090744019, -0.0008660659659653902, -0.018629850819706917, - -0.07570747286081314, -0.007043455261737108, 0.016300585120916367, - 0.013192389160394669, -0.06623988598585129, -0.001986802788451314, - 0.029810748994350433, -0.00288260355591774, -0.058170296251773834, - -0.016784772276878357, -0.021209850907325745, 0.07194677740335464, - -0.0602465458214283, 0.009655782952904701, 0.01677270233631134, 0.07875224202871323, - -0.02624291181564331, 0.05965416878461838, -0.00120566098485142, - -0.010148167610168457, 0.0924869030714035, -0.02188737876713276, - 0.008610082790255547, -0.07644285261631012, 0.013559038750827312, - 0.01933014765381813, -0.0038347910158336163, 0.0453546978533268, - 0.008973737247288227, 0.02968437969684601, 0.03431296721100807, - -0.02403777465224266, -0.0225093774497509, -0.02641722932457924, - 0.01702452078461647, 0.07433053851127625, 0.09533143788576126, -0.06377141922712326, - -0.025369174778461456, 0.04749732092022896, -0.10566026717424393, - 0.01589919626712799, 0.008025079034268856, -0.008023624308407307, - -0.05937614664435387, 0.01336769387125969, -0.04439598321914673, - 0.011128203012049198, 0.028205430135130882, -0.006651199422776699, - -0.036627791821956635, 0.0022105129901319742, -0.06732798367738724, - 0.046648863703012466, -0.012187572196125984, 0.036298755556344986, - -0.00045826216228306293, 0.07009214162826538, 0.06931671500205994, - -0.00011212239769520238, 0.044187288731336594, -0.0159294456243515, - 0.05462748557329178, 0.06701912730932236, -0.08080488443374634, - -0.018004456534981728, -0.00804837141185999, 0.011835956014692783, - 0.021327529102563858, -0.039000920951366425, 0.0390726700425148, - 0.01880645751953125, 0.012240312993526459, 0.003985152114182711, - -0.015806930139660835, -0.019508343189954758, 0.006498528644442558, - 0.016184473410248756, -0.06520573049783707, -0.05039983615279198, - -0.06754598021507263, 0.011653505265712738, -0.03188882768154144, - 0.027105465531349182, -0.06604234874248505, 0.05244961008429527, - 0.017927447333931923, -0.02841147407889366, 0.05206836014986038, - -0.0104385269805789, -0.006233535706996918, -0.06688494235277176, - -0.06099594011902809, -0.01517004705965519, 0.0013103680685162544, - 0.007482449058443308, -0.006983139086514711 - ], - [ - 0.04926914721727371, -0.012611640617251396, 0.022145433351397514, - -0.028123866766691208, 0.005333077162504196, 0.0010351135861128569, - 0.030052490532398224, -0.044321656227111816, -0.04745815321803093, - 0.08292672038078308, -0.03788696229457855, -0.041450295597314835, - 0.002216104883700609, 0.12342134863138199, 0.05989166721701622, - -0.05831179395318031, 0.06955953687429428, -0.04901120066642761, - 0.02983388863503933, 0.049185022711753845, 0.004030992742627859, - -0.11497792601585388, 0.028156623244285583, -0.028190305456519127, - 0.10202287137508392, -0.005794089753180742, -0.025493960827589035, - 0.0006157647585496306, 0.0267803855240345, -0.023948604241013527, - -0.07191389799118042, 0.047437697649002075, -0.023450812324881554, - -0.0058310916647315025, -0.029728993773460388, 0.012433487921953201, - -0.041192781180143356, -0.09192461520433426, -0.0162968710064888, - -0.031406912952661514, -0.029615584760904312, 0.003816156880930066, - 0.10232189297676086, 0.011164620518684387, -0.04438808560371399, - 0.12512511014938354, 0.023746926337480545, -0.007341799791902304, - 0.011518609710037708, 0.014842944219708443, 0.0242491252720356, - 0.029667899012565613, -0.019698604941368103, -0.028742868453264236, - -0.052469514310359955, 0.12072992324829102, -0.07067721337080002, - -0.02423105016350746, 0.08440613001585007, -0.004267608746886253, - 0.04772520810365677, 0.0475388802587986, -0.04512944445014, 0.02646428719162941, - 0.03143740072846413, -0.004583099391311407, -0.07407359778881073, - -0.0036288644187152386, -0.0003934071573894471, -0.047249507158994675, - 0.13204167783260345, -0.01113896630704403, -0.02142578735947609, - -0.006161024793982506, 0.06526000797748566, 0.03293963149189949, - 0.11121475696563721, 0.0065167746506631374, -0.004946869798004627, - 0.008780873380601406, 0.01553035993129015, 0.01139120850712061, - 0.024784516543149948, 0.023641835898160934, 0.08573252707719803, - -0.011509984731674194, 0.015928737819194794, 0.043187227100133896, - -0.027828501537442207, -0.01546916551887989, 0.05650337040424347, - 0.0046831537038087845, -0.03239133581519127, -0.027703765779733658, - -0.05308946967124939, -0.014685564674437046, -0.05902708321809769, - 0.080495186150074, -0.008337659761309624, 0.03050854429602623, 0.011084908619523048, - 0.030958600342273712, 0.05049131438136101, 0.03746431693434715, - 0.009731895290315151, 0.08142487704753876, 0.051681969314813614, - -0.015527133829891682, 0.03803221881389618, -0.05065876245498657, - 0.004688579589128494, 0.040607865899801254, 0.14123283326625824, - 0.013443483039736748, -0.01853318326175213, 0.02043607458472252, - 0.027502333745360374, -0.012471851892769337, 0.0024211127310991287, - -0.08112718164920807, 0.028397640213370323, -0.0175790935754776, - 0.010068768635392189, -0.024104896932840347, 0.07834528386592865, - -0.04732931777834892, -0.10683118551969528, 0.042744219303131104, - 0.0034077444579452276, 0.022872313857078552, 0.1105225682258606, - -0.05272439494729042, -0.020033633336424828, -0.06678513437509537, - 0.1035856381058693, -0.02597922459244728, -0.00856303796172142, - -0.07328111678361893, -0.0029497421346604824, -0.0316852368414402, - -0.0007328118081204593, -0.011366214603185654, 0.04145600274205208, - -0.007520856335759163, -0.01098194345831871, -0.08211169391870499, - -0.03542507439851761, 0.006943136919289827, -0.017834559082984924, - 0.046300869435071945, -0.0636407658457756, 0.09977461397647858, - -0.05454181507229805, -0.05693491920828819, -0.02031896263360977, - -0.03138377144932747, 0.038696203380823135, 0.01663888804614544, - 0.06382681429386139, -0.015194987878203392, -0.043169282376766205, - 0.05839450657367706, -0.07495567947626114, -0.07967288792133331, - 0.12542742490768433, 0.023136314004659653, -0.054170966148376465, - 0.017972221598029137, 0.058621034026145935, -0.0069901347160339355, - -0.013163615949451923, 0.028898494318127632, -0.025551242753863335, - -0.050526831299066544, 0.020508406683802605, -0.005639822222292423, - -0.037760261446237564, -0.014056944288313389, -0.017673781141638756, - -0.05673278868198395, -0.011692366562783718, 0.0850241556763649, - 0.02813803032040596, 0.012547860853374004, -0.018969383090734482, - 0.008252602070569992, 0.00972280465066433, -0.0338948518037796, - -0.07405876368284225, -0.0706956535577774, 0.06457902491092682, - -0.00790557824075222, 0.026522081345319748, 0.05571373179554939, - 0.0007795676356181502, 0.033060602843761444, -0.007715967949479818, - -0.022374525666236877, 0.06974431127309799, 0.009856803342700005, - -0.05053678900003433, -0.003823166713118553, -0.011507777497172356, - -0.03858213126659393, -0.00876075029373169, -0.040554072707891464, - 0.030013933777809143, -0.06261222064495087, 0.02055051364004612, - 0.07297226041555405, -0.02423352375626564, 0.04911253601312637, 0.08118629455566406, - 0.03940408676862717, -0.018156781792640686, -0.03605837747454643, - -0.02815561182796955, -0.11448002606630325, -0.03029417060315609, - 0.019912399351596832, 0.01414505485445261, -0.05475179851055145, - 0.006271215621381998, -0.026983553543686867, 0.0037515892181545496, - -0.08621393144130707, -0.01164398156106472, 0.09414055943489075, - -0.047499656677246094, -0.0531516894698143, 0.11344892531633377, - -0.03279901295900345, -0.04299038276076317, 0.07317046821117401, - 0.050407007336616516, -0.008400991559028625, 0.04186555743217468, - -0.05219155177474022, -0.006617083679884672, -0.0027571350801736116, - 0.008346115238964558, -0.03164880350232124, 0.043157756328582764, - -0.10008116066455841, -0.06268595159053802, 0.08755376935005188, - -0.0037143102381378412, 0.06789904087781906, 0.008622213266789913, - 0.06602032482624054, 0.025884903967380524, -0.07298929244279861, - -0.08023092895746231, -0.017470721155405045, -0.12419863045215607, - 0.006479330826550722, -0.05305178463459015, -0.03298690542578697, - 0.04223442077636719, 0.020267482846975327, -0.07805886119604111, - 0.10838238894939423, -0.04567880928516388, 0.06732366979122162, -0.0853785052895546, - -0.10413751006126404, 0.08885499089956284, -0.020735038444399834, - 0.07167284935712814, 0.06553168594837189, 0.022213762626051903, 0.03737989813089371, - 0.04818808659911156, 0.004416757263243198, -0.0001304077886743471, - 0.02700979821383953, 0.01354787778109312, -0.07610812783241272, 0.01998261548578739, - 0.04640279337763786, 0.05968247354030609, 0.05314856395125389, 0.016407078132033348, - 0.03207634016871452, 0.04526766017079353, -0.007883692160248756, - -0.0027971428353339434, -0.0069788252003490925, 0.0018733082106336951, - 0.09228181838989258, 0.011214988306164742, 0.06583721190690994, - -0.01762266457080841, -0.040539488196372986, 0.06892360001802444, - 0.027506690472364426, 0.062390223145484924, 0.03999701514840126, - 0.037654440850019455, -0.021226365119218826, 0.09469736367464066, - 0.06835071742534637, 0.0660027414560318, 0.008023225702345371, -0.07810721546411514, - -0.016507087275385857, 0.08022890239953995, -0.03984387591481209, - -0.04496321454644203, -0.0037156722974032164, -0.03821743279695511, - -0.03420865908265114, -0.07775010168552399, 0.029924089089035988, - 0.012762654572725296, 0.0746680200099945, 0.04055436700582504, 0.02957969345152378, - 0.008573470637202263, 0.05299912765622139, -0.019332224503159523, - 0.027797576040029526, -0.008842092007398605, -0.011276413686573505, - -0.09342042356729507, -0.04852820932865143, -0.016478821635246277, - -0.06321956217288971, -0.010032588616013527, -0.024024909362196922, - 0.08987216651439667, 0.05168940871953964, -0.007122095674276352, - 0.022752612829208374, -0.10264939814805984, -0.041152480989694595, - 0.0061699505895376205, 0.002569441217929125, 0.00873114075511694, - -0.026507344096899033, -0.09291425347328186, 0.022922547534108162, - -0.048608407378196716, 0.02249448001384735, -0.03882130607962608, - 0.02746790647506714, -0.014004144817590714, -0.051096752285957336, - 0.06574377417564392, -0.05142195522785187, 0.026408370584249496, - -0.03682813048362732, -0.013523234985768795, 0.03549664095044136, - 0.04307886213064194, -0.05536409839987755, 0.04721060395240784, - -0.05887272581458092, -0.02432030625641346, -0.027774885296821594, - -0.026669232174754143, -0.006682847160845995, -0.10931858420372009, - 0.0023521101102232933, -0.024603787809610367, 0.014877079986035824, - 0.06173580512404442, -0.059369299560785294, -0.028757765889167786, - 0.010808540508151054, 0.03504496067762375, 0.024249112233519554, - -0.06918320804834366, -0.04439814016222954, -0.02950584702193737, - -0.0045369695872068405, 0.06859645247459412, 0.021426942199468613, - 0.04066037759184837, -0.022382372990250587, -0.010731012560427189, - -0.02514922432601452, -0.049091026186943054, -0.015783118084073067 - ], - [ - 0.070481076836586, 0.04553314670920372, 0.08491522818803787, 0.08077678084373474, - 0.06838487833738327, 0.041959043592214584, -0.03781101852655411, - 0.06326550245285034, 0.025413883849978447, 0.04633491858839989, - -0.06473089754581451, -0.05095285549759865, -0.053442515432834625, - 0.027051527053117752, -0.07151638716459274, -0.010559611022472382, - -0.059658996760845184, 0.010047389194369316, 0.0035588149912655354, - 0.05400610715150833, 0.0051283459179103374, 0.0028474300634115934, - -0.00625773286446929, -0.001318543334491551, 0.041041165590286255, - 0.060642682015895844, -0.0818597599864006, -0.09598705917596817, - 0.002555723302066326, -0.025741806253790855, -0.07104355841875076, - -0.024385225027799606, -0.013739345595240593, -0.02055053785443306, - 0.0258692167699337, 0.002625405788421631, 0.024454817175865173, - -0.018944893032312393, 0.045466113835573196, -0.012683020904660225, - 0.03693040460348129, 0.03579019382596016, -0.028464335948228836, - -0.0028798633720725775, 0.038989368826150894, -0.028017928823828697, - 0.012039383873343468, -0.013852361589670181, 0.07645600289106369, - -0.017482291907072067, 0.04904421046376228, -0.022602194920182228, - -0.07013897597789764, -0.052885379642248154, 0.013668747618794441, - 0.037085022777318954, -0.011904988437891006, 0.017303094267845154, - 0.021689705550670624, -0.0556216798722744, 0.08214934170246124, - 0.024722443893551826, -0.05660722777247429, -0.06857001781463623, - 0.011925590224564075, -0.05752009525895119, -0.017109615728259087, - 0.02377384901046753, 0.05776502937078476, -0.03939872607588768, - 0.014104405418038368, 0.04261131212115288, 0.05689385533332825, - -0.06339622288942337, 0.04229984059929848, -0.008382626809179783, - 0.1107703223824501, -0.04500901699066162, -0.02503819577395916, 0.0271019134670496, - 0.031622499227523804, 0.0626903548836708, -0.008374842815101147, - 0.004808759316802025, 0.03652407228946686, -0.014642092399299145, - -0.0025868478696793318, -0.059466101229190826, 0.00163853052072227, - 0.03156048804521561, 0.03088892251253128, -0.015067161992192268, - 0.03335290402173996, -0.04013541340827942, 0.01929178275167942, 0.04775486886501312, - 0.003921106923371553, 0.014926901087164879, 0.011505094356834888, - 0.010156852193176746, 0.023914486169815063, 0.0754150003194809, 0.03613262623548508, - 0.10735347867012024, -0.08601771295070648, 0.003584787482395768, - -0.04108316823840141, -0.05091011896729469, -0.00544831994920969, - 0.0007336025009863079, 0.016437513753771782, -0.07126129418611526, - 0.0929110124707222, -0.011442515067756176, -0.04930511862039566, - -0.025802001357078552, 0.00131901353597641, -0.0437239408493042, - 0.03532262146472931, 0.0016774001996964216, -0.052913814783096313, - -0.03199758753180504, -0.015580866485834122, 0.009442301467061043, - 0.03325757756829262, -0.013838890939950943, -0.027124930173158646, - -0.019383471459150314, -0.020498525351285934, -0.07371578365564346, - 0.017018651589751244, -0.08723883330821991, 0.03464401140809059, - -0.06573057919740677, 0.0008397947531193495, -0.058422740548849106, - 0.04424059018492699, 0.01161392591893673, -0.046214163303375244, - 0.01484160777181387, -0.01699848845601082, -0.03485696390271187, - 0.04240762069821358, 0.026108570396900177, -0.019958890974521637, - 0.04448845610022545, -0.01163021381944418, 0.008365868590772152, - -0.027425527572631836, 0.03630337864160538, -0.03405432775616646, - 0.055446479469537735, 0.02968643046915531, -0.0023366769310086966, - -0.022719167172908783, -0.0491509772837162, 0.035300929099321365, - -0.061102498322725296, 0.010120555758476257, 0.02391921728849411, - -0.06255845725536346, -0.03775026276707649, -0.008224328979849815, - 4.7148310841294006e-5, 0.04080084338784218, 0.07034394145011902, - -0.07410193979740143, -0.15936249494552612, 0.023829840123653412, - 0.007302341982722282, 0.05467937886714935, 0.08029444515705109, - -0.03942527249455452, 0.0049270568415522575, 0.09320010989904404, - -0.055405035614967346, -0.04873209446668625, 0.010117127560079098, - -0.004734158515930176, 0.031192218884825706, -0.05962498486042023, - 0.023390499874949455, -0.010289006866514683, -0.023370619863271713, - -0.0019016267033293843, 0.014799852855503559, -0.005964494775980711, - -0.03791595622897148, -0.06737907230854034, -0.069842129945755, -0.0535709522664547, - 0.007425124756991863, 0.017119891941547394, 0.01292495708912611, - 0.01297335047274828, 0.035736266523599625, -0.08606330305337906, - -0.017726389691233635, -0.030213505029678345, -0.07433506846427917, - 0.02218826860189438, -0.011663064360618591, 0.00879558827728033, - -0.08157746493816376, 0.0544009692966938, -0.028258370235562325, - -0.018623657524585724, -0.024805989116430283, -0.04529071971774101, - 0.05844103544950485, 0.06999384611845016, 0.03482385352253914, 0.005979281850159168, - 0.005596018396317959, -0.006548348348587751, 0.020501550287008286, - 0.06834271550178528, -0.05033867806196213, 0.028373897075653076, - -0.04465828835964203, -0.009642386808991432, -0.00400073267519474, - 0.023960573598742485, -0.029551727697253227, -0.017334822565317154, - -0.04613468050956726, 0.030184773728251457, 0.014415462501347065, - -0.024474624544382095, 0.024773232638835907, -0.021402087062597275, - 0.10351461917161942, -0.03923627361655235, 0.01761230081319809, - -0.06269427388906479, -0.015860915184020996, 0.08827032893896103, - 0.044226307421922684, -0.036355674266815186, -0.06512877345085144, - 0.013878434896469116, 0.08258741348981857, -0.0005209010560065508, - -0.07570259273052216, 0.02683144249022007, 0.08530113846063614, - -0.01669124886393547, 0.026702312752604485, -0.07334621250629425, - 0.08380844444036484, 0.037150125950574875, -0.025509554892778397, - 0.02772766351699829, -0.03185657784342766, 0.04339710623025894, - -0.04410741478204727, -0.09868071973323822, 0.020466797053813934, - 0.08631905913352966, 0.02771686017513275, -0.05497495085000992, 0.04327821359038353, - 0.003945253323763609, 0.018730398267507553, -0.11380276829004288, - -0.03152476251125336, 0.12556464970111847, 0.042841121554374695, 0.0824417769908905, - 0.0576978400349617, 0.041410475969314575, 0.10194774717092514, -0.05701756477355957, - 0.05090648680925369, -0.024517085403203964, 0.0010903207585215569, - 0.0227090734988451, 0.04750549793243408, -0.00708032539114356, 0.05165663734078407, - 0.090006522834301, 0.0335819348692894, 0.08944229781627655, 0.04145217686891556, - -0.06784114986658096, 0.04471774399280548, -0.03063933737576008, - 0.04540036618709564, 0.03832731395959854, 0.007467326242476702, - 0.026045214384794235, 0.06345239281654358, 0.03418157994747162, - -0.020812489092350006, 0.051803652197122574, 0.08083007484674454, - 0.03827214986085892, 0.020196670666337013, 0.010108467191457748, - -0.0031724541913717985, 0.051067743450403214, -0.00830164272338152, - 0.03419206291437149, 0.0230096485465765, -0.059947699308395386, - 0.037668704986572266, -0.006326540373265743, -0.0035970271565020084, - -0.006318947765976191, 0.006417063530534506, -0.049382805824279785, - -0.07849693298339844, -0.04349224641919136, -0.058149583637714386, - 0.026379168033599854, -0.024588782340288162, 0.0038631889037787914, - -0.045145533978939056, 0.08708390593528748, 0.007248271256685257, - 0.0725964680314064, 0.046433478593826294, -0.05605441704392433, - 0.012437439523637295, 0.04986368864774704, -0.03100856952369213, - -0.02541138418018818, 0.057489704340696335, 0.0071474844589829445, - -0.07833855599164963, -0.016247326508164406, -0.004972794558852911, - -0.09273088723421097, -0.03882468864321709, -0.04946531355381012, - -0.05648517236113548, -0.03695175424218178, 0.018804267048835754, - -0.005450554192066193, -0.05193586274981499, -0.05005163326859474, - 0.0028886226937174797, -0.023965977132320404, 0.04898891970515251, - -0.03446810692548752, 0.038441866636276245, 0.0844479352235794, 0.09061594307422638, - -0.015609252266585827, -0.02210739068686962, -0.0005214361590333283, - 0.07603354752063751, -0.05359133705496788, 0.031283531337976456, - -0.0396256297826767, -0.035637639462947845, 0.023865722119808197, - -0.03694915026426315, -0.010890691541135311, -0.04447624832391739, - -0.06369408965110779, 0.008328132331371307, 0.015571626834571362, - 0.023750565946102142, -0.04494776949286461, -0.002958867698907852, - -0.012979865074157715, 0.06373272091150284, 0.00856531597673893, - 0.02667579986155033, -0.03524243086576462, 0.00210722628980875, - -0.024715756997466087, -0.019228141754865646, 0.009373840875923634, - -0.020691443234682083, 0.07959318161010742, -0.04504677653312683, - 0.03965495154261589, 0.06788910925388336, 0.028206752613186836, - -0.028655681759119034, -0.04625401645898819, -0.018883569166064262 - ], - [ - 0.010026064701378345, -0.0163394995033741, 0.046134140342473984, - -0.047367360442876816, -0.023377005010843277, 0.03475005179643631, - -0.016805142164230347, -0.037349507212638855, 0.009899654425680637, - -0.0362359918653965, -0.04129962623119354, 0.010077621787786484, - -0.05425214767456055, 0.10314328223466873, 0.0323324091732502, - 0.0018866609316319227, 0.04456135258078575, 0.028958426788449287, - 0.10179850459098816, 0.0277852863073349, 0.013091013766825199, - -0.044536489993333817, 0.09472858905792236, -0.021426038816571236, - 0.061685122549533844, -0.050991348922252655, 0.036319635808467865, - -0.05605071783065796, 0.03273926302790642, 0.05371461063623428, - -0.02603073976933956, -0.03185286372900009, -0.05865195393562317, - 0.013985519297420979, -0.07692623138427734, 0.08194795250892639, - 0.01853625662624836, 0.039640918374061584, 0.03466244041919708, - -0.030979806557297707, -0.06445297598838806, 0.04196812957525253, - -0.03997473791241646, -0.022004373371601105, 0.01774042658507824, - 0.004327355418354273, 0.07346484065055847, 0.06072358414530754, -0.045551847666502, - 0.05205358564853668, 0.04330872744321823, -0.013171534985303879, - 0.020239392295479774, -0.07186466455459595, -0.0678572952747345, - 0.08468092978000641, -0.047489676624536514, -0.0011296903248876333, - 0.010548689402639866, -0.0037214418407529593, 0.06992466747760773, - -0.01641174778342247, -0.07272812724113464, 0.010576077736914158, - 0.002433808520436287, 0.044316790997982025, -0.03177386149764061, - 0.02351895160973072, -0.049225013703107834, -0.003352005500346422, - -0.009241096675395966, -0.06562357395887375, 0.01997680775821209, - 0.03044738434255123, -0.03234019875526428, -0.03346974775195122, - -0.029932532459497452, -0.09085949510335922, -0.03013474866747856, - -0.004430997651070356, -0.06599365174770355, 0.0430733896791935, - 0.018476290628314018, 0.04435649514198303, -0.012984976172447205, - -0.0024392353370785713, 0.0885433554649353, 0.009608580730855465, - -0.055482860654592514, -0.07026111334562302, -0.016702938824892044, - -0.014513549394905567, -0.0509481355547905, 0.04975274205207825, - 0.018261466175317764, 0.024737365543842316, -0.09894607961177826, - -0.014966650865972042, 0.009089868515729904, 0.03632644563913345, - 0.03285820782184601, 0.00907223578542471, -0.011877084150910378, - -0.06331761926412582, 0.007794757839292288, 0.004268726799637079, - 9.489607327850536e-5, 0.0404190719127655, 0.02045828104019165, - -0.006385652348399162, 0.05608421936631203, 0.047341279685497284, - 0.02182249166071415, 0.02845408208668232, 0.05103861913084984, 0.05353069677948952, - -0.07807158678770065, -0.045877523720264435, 0.038556795567274094, - -0.0656847432255745, 0.03619515523314476, 0.040884263813495636, 0.05425765737891197, - 0.024458369240164757, 0.05466288700699806, 0.006517200730741024, - -0.05202452093362808, 0.006045973394066095, -0.015821319073438644, - 0.005972567480057478, 0.0037398505955934525, -0.016096504405140877, - 0.03179105371236801, -0.06073363125324249, 0.1070900410413742, - -0.016711341217160225, 0.07834207266569138, 0.05478527024388313, - -0.007255824748426676, 0.07387031614780426, -0.021101299673318863, - -0.11063569039106369, -0.021047281101346016, -0.005273796152323484, - 0.009942261502146721, 0.008933650329709053, -0.0255003459751606, - 0.06603705883026123, -0.07435479015111923, -0.026824431493878365, - 0.003390585770830512, 0.013943715952336788, 0.04716929420828819, - 0.03565321862697601, 0.03969651833176613, 0.0030203317292034626, 0.026889743283391, - 0.01120958011597395, -0.07289358973503113, 0.04053909704089165, - 0.005929587408900261, 0.06324592977762222, 0.09912519156932831, - -0.00513664074242115, -0.0026822402141988277, -0.013739037327468395, - 0.014301074668765068, 0.018062187358736992, -0.024905256927013397, - -0.05957267805933952, -0.06155242770910263, -0.0010243774158880115, - 0.0470002107322216, 0.038167063146829605, -0.03847482427954674, - -0.06811843812465668, -0.048817940056324005, 0.038654226809740067, - 0.028401482850313187, -0.021872302517294884, -0.06453142315149307, - 0.018130267038941383, 0.06802556663751602, -0.02941269427537918, - -0.0327632874250412, 0.052907608449459076, 0.01105731725692749, - 0.006901463493704796, 0.028961801901459694, -0.0473126545548439, - 0.04810723289847374, -0.004206248093396425, 0.07644987106323242, - 0.08534930646419525, -0.008730454370379448, -0.006058135535567999, - -0.029469488188624382, 0.006186935119330883, 0.04219667986035347, - -0.0014572828076779842, 0.006634108256548643, -0.08531147241592407, - 0.061524730175733566, 0.03246553614735603, -0.08288648724555969, - 0.025972476229071617, -0.028328154236078262, -0.08396762609481812, - -0.014662052504718304, 0.007495473138988018, 0.023648731410503387, - 0.017061719670891762, -0.03538825362920761, -0.04864199832081795, - -0.028138089925050735, -0.014299591071903706, -0.0330069400370121, - -0.07895965129137039, -0.03726470097899437, -0.0369887575507164, - -0.05270427465438843, -0.026574397459626198, 0.027750300243496895, - 0.04092772305011749, 0.03743131086230278, -0.027980351820588112, - 0.02600046992301941, 0.03194092959165573, 0.0163078922778368, -0.0646185502409935, - 0.03267398476600647, 0.03473374992609024, -0.06093985587358475, 0.02440400794148445, - -0.07295160740613937, 0.0826931744813919, -0.06814384460449219, - -0.02147761732339859, -0.010099955834448338, 0.018481558188796043, - 0.08830282837152481, 0.02069067396223545, 0.07234098017215729, - -0.011213568039238453, 0.007875155657529831, 0.030777812004089355, - -0.06641878932714462, -0.06649342179298401, 0.03131304681301117, - 0.07137356698513031, -0.012491789646446705, 0.011979232542216778, - -0.010865768417716026, 0.007746503222733736, -0.07724611461162567, - 0.058494776487350464, 0.06473293900489807, -0.052229929715394974, - 0.018901968374848366, 0.02065783366560936, -0.02040514536201954, - 0.09748617559671402, -0.019646525382995605, 0.08913931250572205, - -0.07010776549577713, -0.15652018785476685, 0.01132129691541195, - 0.005649981088936329, -0.03179614990949631, -0.015692804008722305, - -0.040471386164426804, 0.028092140331864357, 0.0040648565627634525, - 0.006440346594899893, -0.053517118096351624, -0.02462063916027546, - 0.026014190167188644, -0.1396639049053192, -0.013011541217565536, - 0.09116744250059128, -0.03740851581096649, -0.005492177791893482, - 0.02949487790465355, -0.0059304796159267426, 0.00982138141989708, - -0.008184850215911865, 0.0070775640197098255, -0.024164607748389244, - -0.0032437245827168226, 0.051756199449300766, -0.023081902414560318, - 0.08482538163661957, -0.07713394612073898, 0.010977434925734997, - -0.003893142333254218, 0.07590852677822113, 0.04217647761106491, - -0.07062409818172455, -0.07734434306621552, -0.07325233519077301, - -0.03829658031463623, -0.0035930227022618055, 0.006406207103282213, - -0.007326798513531685, -0.02687251754105091, -0.025520063936710358, - 0.02046847715973854, 0.025155801326036453, -0.03997405618429184, - 0.08261905610561371, -0.04936270788311958, -0.031338807195425034, - -0.012962943874299526, -0.05623270943760872, -0.029204584658145905, - -0.041346367448568344, -0.005721736699342728, -0.010483772493898869, - 0.022121189162135124, -6.291399040492252e-5, -0.010550355538725853, - 0.004595265723764896, -0.033994972705841064, -0.02305705100297928, - -0.039403315633535385, 0.04519982635974884, -0.05254417657852173, - 0.07131510972976685, -0.009455107152462006, -0.018504906445741653, - 0.006790659856051207, -0.05230218172073364, -0.016157949343323708, - 0.054786838591098785, -0.02649148367345333, 0.0071493894793093204, - -0.02747383527457714, -0.07801873981952667, -0.05291576310992241, - -0.0064673167653381824, -0.015727756544947624, -0.010115641169250011, - -0.0642089992761612, 0.015671519562602043, -0.02015410177409649, - -0.0034494036808609962, -0.00812510121613741, -0.03357982262969017, - -0.041486892849206924, -0.03927360475063324, -0.05724213644862175, - 0.07648949325084686, 0.004908373579382896, -0.018575677648186684, - 0.018260164186358452, -0.026593981310725212, -0.01249851007014513, - 0.047292560338974, 0.06497425585985184, -0.05814322084188461, -0.06063882261514664, - 0.010566409677267075, -0.03670157492160797, -0.013914004899561405, - 0.09472806006669998, 0.1208292543888092, 0.048114269971847534, 0.01933370530605316, - -0.03888152539730072, 0.015667831525206566, -0.04962075874209404, - 0.08281810581684113, 0.02842370606958866, -0.02087479643523693, - 0.015393647365272045, 0.02458634413778782, -0.026110468432307243, - 0.05069952458143234, 0.012985249049961567, 0.06856226176023483, - -0.054734088480472565, 0.06986681371927261, -0.026683207601308823, - -0.04358833283185959 - ], - [ - -0.0014825123362243176, -0.014031907543540001, -0.007875899784266949, - 0.007515722420066595, 0.005876112729310989, -0.048919279128313065, - -0.006572294514626265, -0.04474443197250366, 0.0023753566201776266, - 0.08644017577171326, 0.08813141286373138, 0.07448389381170273, -0.03146006911993027, - 0.038108740001916885, -0.05889217182993889, 0.030556054785847664, - -0.01989693008363247, -0.032786015421152115, 0.03838682174682617, - -0.04475082829594612, 0.08222560584545135, -0.02223806641995907, - -0.03698543831706047, 0.10542915016412735, 0.03902922570705414, - 0.003569111693650484, 0.06390461325645447, -0.02304706908762455, - 0.06476388871669769, -0.11466345191001892, -0.054421067237854004, - -0.07668645679950714, -0.018787667155265808, 0.0025339843705296516, - -0.05395197123289108, -0.02326454035937786, -0.030738020315766335, - 0.014879662543535233, 0.01547348964959383, 0.0916433110833168, 0.08413182199001312, - -0.04331547021865845, -0.07108357548713684, -0.01122202817350626, - 0.03860002011060715, -0.06252642720937729, 0.0032324842177331448, - 0.03494477644562721, -0.01892898790538311, 0.09219169616699219, 0.03856144845485687, - -0.04563983529806137, 0.02472953125834465, -0.012705064378678799, - -0.010059993714094162, -0.06469655781984329, -0.0471874438226223, - -0.02913232520222664, 0.12598839402198792, -0.062172532081604004, - -0.028375951573252678, 0.0020888156723231077, -0.06466706842184067, - 0.020308537408709526, -0.0805664211511612, -0.012944872491061687, - 0.0420072004199028, -0.00026662173331715167, 0.06404626369476318, - -0.058859068900346756, 0.022500382736325264, -0.045219626277685165, - 0.04192280396819115, 0.008819696493446827, 0.04539438337087631, - -0.04229460656642914, 0.10082987695932388, 0.02952846698462963, - -0.06817226856946945, 0.01807478256523609, -0.018936270847916603, - -0.0070038591511547565, -0.007660428062081337, -0.04267022758722305, - 0.06386231631040573, -0.05651290714740753, 0.08098038285970688, 0.06243950501084328, - 0.00746579933911562, 0.056382063776254654, 0.09255755692720413, 0.08567045629024506, - 0.018878815695643425, -0.018052827566862106, -0.05431486666202545, - 0.1235576793551445, -0.05997443199157715, 0.03374152630567551, 0.033089544624090195, - -0.03689393401145935, -0.007833456620573997, 0.07164224237203598, - -0.0028303631115704775, 0.1595057100057602, -0.035975970327854156, - -0.025563184171915054, 0.13891252875328064, -0.13730259239673615, - -0.05065734684467316, 0.07492171227931976, 0.028663931414484978, - -0.010267656296491623, 0.0009613098809495568, -0.01649499498307705, - 0.058726951479911804, -0.006279735825955868, -0.050777703523635864, - 0.009479975327849388, -0.03197414427995682, 0.04217394068837166, - -0.07818618416786194, 0.14527788758277893, -0.0107545405626297, 0.01667693443596363, - -0.029811032116413116, -0.05877945199608803, -0.013034069910645485, - -0.04368478059768677, 0.011122046038508415, -0.008945843204855919, - -0.06288757920265198, 0.0012609875993803144, 0.02962796948850155, - -0.13484631478786469, 0.10890282690525055, 0.024129372090101242, 0.0720752626657486, - -0.005504007451236248, 0.06472105532884598, 0.007622589357197285, - -0.043294571340084076, 0.02477402798831463, -0.00794820487499237, - -0.001247384469024837, 0.01358234416693449, -0.05260618403553963, - -0.016931971535086632, 0.04821569845080376, -0.06324858218431473, - -0.011280662380158901, -0.056546401232481, -0.02201210707426071, - -0.08973231911659241, 0.019878564402461052, -0.054745420813560486, - 0.04232962056994438, -0.06557036191225052, 0.03150206431746483, 0.01563001610338688, - 0.013723758980631828, 0.01239501778036356, 0.06196992099285126, - -0.08561687171459198, 0.04928796365857124, 0.02953469567000866, - 0.009493229910731316, 0.12646345794200897, -0.013384330086410046, - -0.06126068904995918, -0.018754413351416588, 0.1278383880853653, - 0.059297338128089905, -0.03874824196100235, -0.008991758339107037, - -0.0016021446790546179, 0.02166166715323925, 0.06050096079707146, - -0.00882335938513279, -0.05931474640965462, -0.08753076195716858, - -0.002229757374152541, -0.027750888839364052, -0.025303734466433525, - 0.005389858037233353, -0.055836353451013565, -0.02300078608095646, - -0.0388420931994915, -0.039831262081861496, 0.0010164582636207342, - -0.010277763940393925, -0.010504817590117455, 0.011378753930330276, - 0.0757664367556572, 0.05349988862872124, -0.07593517005443573, -0.06245109811425209, - -0.03510470315814018, -0.08568985760211945, 0.0035756065044552088, - -0.07485070079565048, -0.02972225286066532, -0.0026138934772461653, - -0.03642723709344864, 0.01397493202239275, -0.05588708072900772, - -0.017308492213487625, -0.06158880144357681, 0.10605248808860779, - -0.09361482411623001, 0.010287066921591759, 0.06863158196210861, - 0.02047564461827278, -0.06385591626167297, -0.08055088669061661, - -0.024126432836055756, 0.08813754469156265, 0.042586520314216614, - -0.09145334362983704, 0.06780506670475006, -0.005297735799103975, - 0.04671939089894295, 0.04233163595199585, 0.08844500035047531, 0.018814226612448692, - 0.00299599370919168, 0.07129137217998505, 0.03500904515385628, 0.05967080965638161, - 0.04818907007575035, -0.024878088384866714, -0.03001650795340538, - -0.06385845690965652, -0.0054066842421889305, -0.0759945809841156, - -0.0133223757147789, -0.04182029515504837, -0.012857985682785511, - -0.041363585740327835, -0.04747838154435158, 0.026981815695762634, - 0.0039796303026378155, 0.05372267961502075, 0.039794955402612686, - -0.025574874132871628, 0.01410690788179636, 0.022123824805021286, - 0.004890583921223879, 0.053269162774086, -0.10389349609613419, 0.02046140842139721, - -0.1237950325012207, -0.021193312481045723, 0.05227881297469139, - 0.012453390285372734, -0.06178624927997589, -0.05544606223702431, - 0.04160154610872269, 0.022827118635177612, -0.004894005600363016, - 0.01152422558516264, -0.07424252480268478, 0.027241500094532967, - 0.024774646386504173, 0.06645136326551437, 0.04662761464715004, - -0.08797203749418259, 0.08592918515205383, -0.026577558368444443, - 0.12376656383275986, -0.015098245814442635, -0.06680187582969666, - -0.02519121766090393, 0.020126044750213623, -0.05677173286676407, - 0.023492617532610893, 0.05548739805817604, 0.071609728038311, 0.005010729189962149, - 0.01844552904367447, 0.08248697221279144, 0.06471743434667587, 0.04801006615161896, - 0.005197326652705669, -0.007481916341930628, 0.1056879311800003, - 0.06476086378097534, 0.07759661227464676, -0.05486507713794708, - -0.03883633390069008, 0.015036264434456825, -0.03864426910877228, - 0.028654491528868675, -0.03343029320240021, -0.01822667010128498, - -0.04836234822869301, 0.0608191192150116, 0.035747330635786057, - -0.07075896114110947, -0.08906003087759018, -0.00030248795519582927, - 0.04943768307566643, -0.01607086881995201, 0.02396225742995739, - -0.05980359762907028, -0.016522832214832306, -0.028695538640022278, - -0.07755813002586365, -0.044577017426490784, -0.06679555773735046, - 0.0050681643187999725, -0.011727538891136646, -0.030353574082255363, - -0.016678839921951294, 0.032800912857055664, 0.09838372468948364, - 0.09387187659740448, 0.035242266952991486, 0.09351671487092972, 0.07706475257873535, - 0.032302383333444595, -0.035522039979696274, -0.04612252488732338, - 0.0011655149282887578, 0.07643648236989975, -0.02505258098244667, - -0.00852913036942482, 0.014450923539698124, -0.049131840467453, - 0.031110264360904694, -0.0336625799536705, 0.041264742612838745, - 0.04718406870961189, -0.02278202585875988, 0.026637166738510132, - -0.040168989449739456, -0.04502768814563751, 0.009561746381223202, - 0.14463931322097778, 0.0017904610140249133, 0.0011656749993562698, - -0.11172948032617569, 0.0018515988485887647, 0.02506745047867298, - -0.006500501185655594, 0.043142374604940414, -0.029217129573225975, - 0.005094294436275959, 0.010621381923556328, -0.009812035597860813, - 0.0645420178771019, -0.028556739911437035, 0.07908181846141815, - -0.03237757831811905, -0.014816486276686192, -0.13969407975673676, - -7.432872371282429e-5, -0.053511153906583786, -0.04055159166455269, - 0.007897340692579746, -0.011773708276450634, 0.06259489804506302, - 0.04913744330406189, 0.056725066155195236, -0.02648344077169895, - -0.04287344962358475, -0.08858675509691238, -0.03724151477217674, - -0.011083885096013546, 0.0329371877014637, 0.01499207504093647, - -0.03972877934575081, -0.0012089333031326532, 0.08238140493631363, - -0.046746157109737396, -0.023904921486973763, 0.0497603602707386, - -0.08533674478530884, 0.022157009690999985, 0.02975563146173954, - -0.0748053640127182, -0.04378014802932739, -0.05369124561548233, - 0.01591796986758709, -0.03900303319096565 - ], - [ - 0.011921715922653675, -0.025150049477815628, 0.018671389669179916, - 0.09258447587490082, -0.032456036657094955, -0.024436045438051224, - -0.0054178386926651, -0.018045345321297646, -0.04730673134326935, - 0.13505855202674866, 0.06702844798564911, -0.0720551609992981, 0.003841275116428733, - 0.0664343535900116, 0.02246406115591526, -0.021505512297153473, 0.0326235331594944, - -0.024446165189146996, 0.006340696942061186, 0.035098422318696976, - 0.009743347764015198, -0.023134563118219376, 0.09403020143508911, - 0.02813803404569626, 0.031780488789081573, -0.06419330835342407, - -0.007050256244838238, -0.009710846468806267, -0.017332900315523148, - -0.01921231299638748, 0.011284232139587402, -0.062399301677942276, - 0.0556497722864151, -0.005245165899395943, -0.015131039544939995, - -0.03566363453865051, 0.059480343014001846, 0.0165450070053339, - -0.026782698929309845, -0.021165672689676285, -0.020088549703359604, - -0.09849448502063751, 0.031077412888407707, 0.028969023376703262, - -0.02683437056839466, 0.061206378042697906, -0.04406118392944336, - 0.03085572086274624, 0.11645618826150894, -0.005983011797070503, - 0.09143799543380737, -0.02898731641471386, 0.04172813147306442, - -0.04806574806571007, 0.057548653334379196, 0.052926164120435715, - -0.08208706974983215, -0.0032162973657250404, 0.03431384265422821, - -0.032647453248500824, 0.01616697385907173, 0.041626885533332825, - -0.10884438455104828, -0.052857015281915665, -0.057134732604026794, - 0.018286777660250664, -0.009171605110168457, 0.009030931629240513, - -0.03893721103668213, -0.05688686668872833, -0.016499904915690422, - 0.06715647876262665, 0.02081349678337574, -0.07677288353443146, 0.01772668957710266, - 0.006957939360290766, 0.07238557934761047, -0.049849558621644974, - 0.046951133757829666, 0.021823612973093987, -0.08650238066911697, - 0.0342792309820652, -0.06403984129428864, -0.002516484120860696, - 0.012079731561243534, 0.0016491336282342672, -0.02289143018424511, - 0.04548703879117966, -0.027947185561060905, 0.006282267160713673, - 0.0153597891330719, 0.09499276429414749, -0.09278742969036102, -0.09319941699504852, - -0.13291095197200775, 0.05639052391052246, 0.013832026161253452, - 0.09657259285449982, -0.01292724721133709, -0.01745016872882843, - 0.0019495603628456593, -0.0022623382974416018, 0.029044119641184807, - 0.07398906350135803, 0.05022379010915756, 0.0363231785595417, 0.08419829607009888, - 0.014739111065864563, 0.052950065582990646, -0.05809374898672104, - 0.002455982146784663, 0.014124403707683086, 0.06821595132350922, - 0.07133237272500992, -0.016567444428801537, -0.02551371231675148, - 0.07441992312669754, -0.022806689143180847, 0.031438231468200684, - 0.03365207463502884, 0.02139388583600521, 0.044861335307359695, - 0.007577755954116583, 0.006002757698297501, 0.013425188139081001, - -0.011890317313373089, -0.051736366003751755, -0.04604986682534218, - 0.04520375281572342, 0.021483153104782104, 0.014394231140613556, - -0.09638820588588715, -0.018339399248361588, -0.054210517555475235, - -0.024877332150936127, 0.016674978658556938, -0.055476102977991104, - -0.0239105261862278, -0.03522825241088867, -0.012408521957695484, - -0.034389037638902664, -0.004983387887477875, 0.018469365313649178, - -0.02307983860373497, 0.002803815994411707, -0.04815472662448883, - 0.026219964027404785, 0.015532277524471283, -0.05917038396000862, - -0.022075919434428215, -0.011856659315526485, -0.023174958303570747, - 0.002783989766612649, -0.016348551958799362, 0.11176792532205582, - -0.06904438883066177, 0.03308330848813057, -0.0072689298540353775, - 0.049757178872823715, 0.06580176204442978, 0.028594447299838066, 0.0607641339302063, - -0.05771897733211517, 0.035123035311698914, -0.010384568944573402, - -0.05370453745126724, 0.04753803089261055, 0.010399309918284416, - 0.06560025364160538, 0.03463444858789444, 0.08280739933252335, -0.02092866227030754, - -0.030169406905770302, 0.03061063401401043, 0.08581314980983734, - -0.04440217465162277, 0.028267011046409607, -0.03906945511698723, - -0.00924887228757143, 0.0056175412610173225, -0.0595477819442749, - 0.06716198474168777, 0.014154072850942612, 0.04986605420708656, - -0.0027171235997229815, 0.03314903751015663, -0.06946318596601486, - 0.0054495022632181644, -0.0655050128698349, 0.06143830716609955, - 0.06482420861721039, -0.043325766921043396, 0.01302928663790226, - 0.027889812365174294, -0.00954238511621952, -0.007936647161841393, - -0.050230562686920166, -0.03094196878373623, -0.0049017551355063915, - -0.06336504220962524, -0.07526037842035294, 0.0019774383399635553, - -0.011186763644218445, -0.001571183674968779, -0.009151054546236992, - -0.031077561900019646, -0.028089100494980812, 0.028581298887729645, - 0.026450714096426964, 0.07947635650634766, 0.07434401661157608, - -0.004744791425764561, -0.05742296949028969, -0.08571683615446091, - -0.03423791378736496, 0.08746901899576187, 0.023833565413951874, - -0.002627111040055752, 0.0041441963985562325, 0.05521593615412712, - 0.0700405165553093, -0.06100597232580185, -0.0704873651266098, - -0.039556968957185745, -0.09508281946182251, 0.016941217705607414, - 0.08870818465948105, 0.09847474843263626, 0.010510087944567204, - 0.0046784402802586555, 0.0513899102807045, -0.01720898412168026, - -0.036557454615831375, 0.030614633113145828, -0.011408543214201927, - -0.04497906565666199, 0.03436223044991493, 0.014842929318547249, - -0.0617816299200058, 0.0515972301363945, -0.08853152394294739, 0.021363090723752975, - 0.03864387795329094, -0.11258586496114731, 0.024703223258256912, - 0.13575850427150726, 0.01682070456445217, 0.04567638784646988, 0.029964204877614975, - -0.005243232939392328, -0.1319303661584854, 0.06740519404411316, - -0.027379877865314484, 0.012803102843463421, -0.07920096069574356, - -0.002806055825203657, -0.04990989342331886, -0.0719829797744751, - 0.0901755839586258, 0.006881115026772022, -0.15124744176864624, 0.1650087535381317, - -0.024240760132670403, 0.059601400047540665, 0.042988136410713196, - -0.1259811520576477, 0.1441185176372528, -0.0057115741074085236, - 0.007625639904290438, 0.004645466338843107, -0.012901313602924347, - -0.003504800144582987, -0.04143279045820236, 0.026632478460669518, - 0.022092465311288834, 0.018296735361218452, 0.037383388727903366, - 0.03825844079256058, -0.017115484923124313, -0.03098415397107601, - -0.004939459264278412, -0.003270275890827179, 0.0927203819155693, - -0.04323233291506767, -0.02388102188706398, -0.08484727144241333, - 0.012356478720903397, -0.02233985997736454, -0.02492285519838333, - 0.05833923816680908, 0.05286626145243645, 0.04855335131287575, 0.030369611456990242, - -0.0037560530472546816, 0.023717544972896576, -0.0017517732921987772, - 0.05626029521226883, -0.002290621865540743, -0.03769228607416153, - -0.028754858300089836, 0.12937809526920319, -0.04480056092143059, - -0.029087617993354797, 0.007370088715106249, -0.12354906648397446, - 0.016124123707413673, -0.027203239500522614, -0.08143046498298645, - -0.07385188341140747, 0.0006328954477794468, 0.006927179172635078, - -0.11416324973106384, -0.05132045969367027, -0.022336216643452644, - 0.02931980974972248, 0.07017964124679565, 0.001637601642869413, - 0.039698392152786255, 0.07497520744800568, 0.03309350460767746, 0.09091231971979141, - 0.008630786091089249, -0.07541240006685257, -0.01709930971264839, - -0.059009745717048645, -0.02535223960876465, 0.027538612484931946, - -0.06236135959625244, 0.04397771134972572, 0.01628357544541359, 0.03576957806944847, - -0.040496185421943665, 0.02628820762038231, 0.027934016659855843, - -0.09666409343481064, -0.07484085857868195, 0.03323591500520706, - 0.010676463134586811, -0.061109572649002075, -0.06508950144052505, - -0.04824152588844299, 0.03424445912241936, -0.05333400517702103, - 0.07232251763343811, -0.018530255183577538, 0.051486432552337646, - 0.04531584680080414, 0.012473252601921558, 0.01602739281952381, 0.03798062726855278, - -0.021826468408107758, -0.0028044176287949085, -0.11090938746929169, - 0.062297288328409195, -0.08492323011159897, -0.04838903248310089, - -0.06952714174985886, 0.012748810462653637, 0.001286921789869666, - -0.011684522964060307, 0.03938227891921997, 0.05650047957897186, - -0.06939340382814407, 0.0015511383535340428, 0.03740707412362099, - -1.8811762856785208e-5, 0.05663637816905975, -0.019461078569293022, - 0.03128402307629585, 0.07068375498056412, 0.05454126372933388, -0.01647208444774151, - 0.016528354957699776, -0.11358639597892761, 0.0027399796526879072, - -0.002820668276399374, 0.013693367131054401, 0.05193328112363815, - 0.02633407525718212, -0.001115088234655559, 0.0019533184822648764, - -0.06998610496520996, 0.013743872754275799, 0.04806657135486603 - ], - [ - 0.06434508413076401, -0.033590029925107956, -0.036062922328710556, - -0.014040489681065083, 0.07583480328321457, -0.05484699085354805, - -0.020908083766698837, 0.03746328875422478, 0.005160303320735693, - 0.18325407803058624, -0.03411191701889038, 0.0010736945550888777, - -0.029645731672644615, 0.0349636934697628, -0.014190159738063812, - 0.02449437975883484, -0.05979454517364502, -0.06973212212324142, - 0.00883100088685751, 0.021820873022079468, 0.030000438913702965, - -0.07036630064249039, 0.027965571731328964, -0.0024840072728693485, - 0.010352696292102337, -0.014478856697678566, 0.030676722526550293, - -0.017023354768753052, -0.11648442596197128, 0.03470989689230919, - -0.04081821069121361, -0.02947859652340412, 0.01626613363623619, - 0.051220327615737915, 0.025440242141485214, 3.439046849962324e-5, - 0.060517359524965286, -0.04414733126759529, -0.049630504101514816, - 0.025951534509658813, 0.01714310795068741, -0.008634336292743683, - 0.03974660858511925, -0.010521665215492249, -0.013861319981515408, - 0.061042819172143936, -0.04439066722989082, 0.034345488995313644, - 0.0791429877281189, 0.11292406171560287, 0.05763024836778641, - -0.0027904128655791283, -0.04411213472485542, 0.0395117923617363, - 0.005857392214238644, 0.00486135296523571, -0.03706502914428711, - -0.06840233504772186, -0.030552050098776817, -0.04977341368794441, - -0.037412699311971664, -0.05678320676088333, -0.10303318500518799, - 0.0352616086602211, -0.0371377132833004, -0.03732234612107277, - -0.007717338856309652, -0.010000999085605145, 0.03160450607538223, - -0.07077216356992722, -0.0336785688996315, 0.04208504781126976, - -0.045602262020111084, 0.0028358804993331432, -0.07091715931892395, - -0.06275542080402374, 0.14993564784526825, 0.07070004194974899, - 0.015042291954159737, -0.019625885412096977, -0.042597562074661255, - 0.0009685035911388695, 0.021675046533346176, -0.062449876219034195, - 0.07062752544879913, 0.06778962165117264, 0.023717349395155907, 0.04468708857893944, - -0.10461200773715973, 0.08095873892307281, 0.044328413903713226, - 0.14062070846557617, -0.0025785190518945456, 0.047970134764909744, - -0.09370701760053635, 0.057040031999349594, 0.021441511809825897, - 0.07547058165073395, 0.010655351914465427, -0.00845041312277317, - -0.05987856909632683, -0.04199643060564995, 0.04088563099503517, - 0.0035454200115054846, 0.007727805525064468, -0.04526030272245407, - 0.023119205608963966, 0.0009445929899811745, -0.028850523754954338, - -0.026225773617625237, 0.04609937220811844, -0.009968334808945656, - 0.02322440594434738, 0.06974774599075317, 0.015411223284900188, - -0.029193522408604622, 0.09533446282148361, 0.002168833278119564, - 0.10175938159227371, 0.0239466093480587, -0.004319382831454277, - -0.031228167936205864, 0.01639648899435997, -0.0347072072327137, - -0.018046019598841667, -0.029981214553117752, -0.039549894630908966, - -0.011290352791547775, 0.04103609547019005, 0.0700550228357315, - 0.010821016505360603, -0.029197504743933678, 0.05017314851284027, - -0.06612973660230637, 0.09601957350969315, -0.07310601323843002, - 0.0020828875713050365, 0.019112739711999893, -0.018532942980527878, - 0.022650349885225296, -0.024511806666851044, 0.023392915725708008, - 0.10402277112007141, -0.10552835464477539, 0.0029181898571550846, - 0.04818274825811386, 0.011360066011548042, -0.0037756834644824266, - -0.013884295709431171, -0.077780582010746, 0.014081919565796852, - -0.002071771305054426, 0.07553678005933762, 0.08799228817224503, - -0.015404537320137024, -0.01036023534834385, -0.05274585261940956, - 0.007580465637147427, 0.10342437773942947, 0.022856444120407104, - -0.02847452089190483, 0.0035787324886769056, -0.009275248274207115, - 0.09290754795074463, -0.01598137617111206, 0.03191250190138817, - 0.005923609249293804, 0.03909890726208687, 0.042492736130952835, - 0.05876156687736511, 0.07678673416376114, 0.07567043602466583, 0.03313632681965828, - -0.11371596157550812, 0.048652488738298416, 0.021473420783877373, - -0.005617415998131037, -0.0855412483215332, 0.016044484451413155, - -0.08335025608539581, -0.0660734474658966, 0.015188814140856266, - -0.03139546141028404, -0.021891504526138306, 0.07428990304470062, - -0.051844846457242966, -0.042241305112838745, -0.004612211138010025, - -0.10168865323066711, -0.036021407693624496, 0.055288176983594894, - -0.011635402217507362, -0.0137035446241498, -0.03409571945667267, - 0.032424453645944595, -0.008687986992299557, 0.007544462103396654, - -0.01733335107564926, 0.06474852561950684, -0.06271804869174957, - 0.04284510388970375, -0.016843874007463455, 0.02633492834866047, - 0.007184724323451519, -0.15516723692417145, -0.043281350284814835, - -0.030493294820189476, -0.033375777304172516, -0.012269343249499798, - -0.009426185861229897, -0.056053198873996735, 0.04342576861381531, - 0.03693090006709099, -0.06040949001908302, 0.02199147827923298, - 0.000855490390677005, 0.014505631290376186, -0.09526611864566803, - -0.10917749255895615, 0.0029065317939966917, 0.019563117995858192, - -0.03832761198282242, -0.036371223628520966, -0.005313090980052948, - -0.059847526252269745, 0.0831575095653534, 0.06762196868658066, 0.08548872917890549, - -0.049067530781030655, 0.008444314822554588, 0.14834755659103394, - 0.01998158171772957, 0.018587402999401093, -0.0032548101153224707, - 0.013962754979729652, -0.012440817430615425, -0.06174111366271973, - 0.06710752099752426, -0.028115306049585342, 0.02374119684100151, - -0.09195487201213837, -0.022190947085618973, 0.01779860630631447, - -0.06690794974565506, -0.06513376533985138, 0.09207531809806824, - 0.002414262155070901, 0.05865078046917915, -0.0437828004360199, 0.05073682591319084, - -0.0476214773952961, -0.024790551513433456, -0.015259354375302792, - 0.020181316882371902, -0.014882304705679417, -0.023697292432188988, - 0.000324514287058264, -0.0564052015542984, 0.07160089164972305, 0.0438210666179657, - -0.06698988378047943, -0.004002539440989494, 0.08271509408950806, - 0.13388867676258087, -0.01823175512254238, -0.04012008756399155, 0.0452907457947731, - -0.03673333674669266, 0.011920396238565445, 0.06631811708211899, - 0.015332574024796486, 0.0734485313296318, 0.053296081721782684, - -0.00815234612673521, -0.04114707559347153, 0.01831413432955742, - -0.0153218237683177, -0.03988998383283615, -0.04583820328116417, - -0.0015942713944241405, 0.060666169971227646, -0.007807792630046606, - -0.06833901256322861, 0.04524219036102295, -0.014077330008149147, - 0.06209839880466461, 0.03812104091048241, 0.011832116171717644, - -0.06241312250494957, 0.07759939134120941, -0.002300267107784748, - 0.03841657191514969, 0.03047829493880272, -0.0029821668285876513, - -0.02866804227232933, 0.023982219398021698, 0.032644014805555344, - -0.03615875542163849, -0.1309015452861786, -0.053879328072071075, - 0.11109888553619385, 0.0652666687965393, 0.05860305204987526, 0.022006327286362648, - -0.14377643167972565, -0.008576624095439911, -0.042507920414209366, - -0.017471613362431526, -0.06585434079170227, -0.036790721118450165, - 0.10301358997821808, -0.09348843991756439, 0.0069755809381604195, - -0.12094706296920776, -0.10266399383544922, 0.08601388335227966, - 0.00589535990729928, 0.0903511717915535, 0.05037640407681465, -0.03876689448952675, - -0.0307453703135252, 0.0417151153087616, -0.048741742968559265, - 0.022205453366041183, 0.014730336144566536, 0.06024914234876633, - -0.045107968151569366, 0.012987465597689152, 0.05452242121100426, - -0.05582474172115326, 0.08493109047412872, 0.016866391524672508, - 0.02803029492497444, -0.019770128652453423, 0.04614243656396866, - -0.017695197835564613, -0.05479384958744049, 0.01256595179438591, - 0.07611444592475891, -0.05407794192433357, -0.010055340826511383, - -0.047457803040742874, -0.04302922263741493, 0.058998629450798035, - 0.009191815741360188, 0.04256131872534752, 0.03887278214097023, 0.10274995118379593, - 0.039942871779203415, 0.03468994051218033, 0.06657768785953522, - -0.03990867733955383, 0.02911885268986225, -0.010890534147620201, - -0.016112638637423515, -0.04094583913683891, 0.029154352843761444, - -0.026541130617260933, 0.03241988271474838, -0.07518080621957779, - -0.04322059825062752, -0.019585009664297104, -0.12762317061424255, - 0.03662273660302162, 0.019056478515267372, 0.01441100612282753, 0.01952492818236351, - 0.04633667692542076, -0.10076974332332611, 0.04439445212483406, - -0.07579851895570755, 0.13039270043373108, -0.07960611581802368, - -0.046973567456007004, -0.07712764292955399, -0.005265810526907444, - -0.03579327091574669, -0.05656113103032112, 0.08376272022724152, - 0.008955493569374084, -0.0077053033746778965, -0.0483626052737236, - -0.05372544750571251, -0.04424426332116127 - ], - [ - -0.020134296268224716, -0.052114229649305344, -0.007803864777088165, - -0.02516469731926918, 0.046916861087083817, -0.013794454745948315, - 0.03971515968441963, 0.03807744383811951, -0.025561019778251648, - -0.03907681256532669, 0.00444030063226819, -0.0016884912038221955, - 0.06504881381988525, -0.08439897000789642, -0.026170579716563225, - -0.026788970455527306, 0.04165148735046387, -0.020398857071995735, - -0.04888339340686798, 0.03903282433748245, -0.037071358412504196, - -0.05438102409243584, -0.08207803219556808, -0.0252889022231102, - 0.005360661540180445, 0.0026582309510558844, 0.026548350229859352, - 0.006770828273147345, 0.01267945021390915, -0.017917122691869736, - 0.06357211619615555, 0.06638281047344208, 0.0005485706496983767, - -0.0610487200319767, -0.01554914191365242, -0.04190458729863167, - 0.015663348138332367, 0.03228281810879707, -0.0651872381567955, - 0.022521136328577995, 0.05226000025868416, -0.023484962061047554, - 0.04264676570892334, -0.01264160592108965, 0.015593137592077255, - -0.0396946482360363, -0.04964137822389603, -0.01598508469760418, - 0.034607142210006714, 0.006372595671564341, -0.09557682275772095, - -0.015491907484829426, 0.017483310773968697, 0.01811889186501503, - -0.0002962973667308688, -0.0535581149160862, -0.024702895432710648, - 0.020589012652635574, 0.04474742338061333, -0.010393956676125526, - 0.007224739994853735, 0.058282580226659775, 0.05130642652511597, - 0.030085884034633636, 0.03120543248951435, -0.015087072737514973, - -0.0758175328373909, -0.047461602836847305, -0.044633105397224426, - 0.027903016656637192, -0.026701761409640312, -0.01174413412809372, - -0.060084063559770584, 0.05472872778773308, -0.05548392981290817, - 0.009510312229394913, -0.04935194551944733, 0.005598704796284437, - 0.021295107901096344, -0.07318490743637085, 0.0031604559626430273, - 0.022921420633792877, -0.020398598164319992, 0.01921842060983181, - 0.050114963203668594, -0.03887760266661644, -0.017551712691783905, - 0.0430949367582798, 0.02976205386221409, 0.028632324188947678, -0.03558162599802017, - 0.013706913217902184, 0.053395725786685944, -0.011703398078680038, - -0.01972927898168564, -0.011786841787397861, -0.023735813796520233, - -0.056222014129161835, -0.03851550817489624, 0.0751291960477829, - -0.02251513861119747, -0.06107660010457039, 0.02250184305012226, - 0.010705488733947277, 0.007801303174346685, -0.011776799336075783, - 0.011242227628827095, -0.018026843667030334, -0.00396129721775651, - 0.05946441367268562, -0.10199271142482758, 0.05011184141039848, - -0.010580300353467464, -0.004338359460234642, 0.0028307142201811075, - 0.04564544931054115, 0.058799538761377335, 0.008546472527086735, - -0.02615129016339779, 0.0462937094271183, 0.021435819566249847, - 0.042036037892103195, -0.016631195321679115, 0.013837057165801525, - -0.04037490487098694, -0.07685848325490952, -0.028804920613765717, - -0.04264368861913681, 0.031366217881441116, 0.034885771572589874, - 0.046749796718358994, 0.04866073280572891, 0.0063771214336156845, - 0.03925802558660507, -0.10579493641853333, -0.022990893572568893, - -0.01486515998840332, 0.01119785476475954, -0.005039005074650049, - -0.08601841330528259, 0.04203052073717117, 0.06304101645946503, 0.01212608627974987, - 0.0777733325958252, -0.028052978217601776, -0.021708659827709198, - 0.004670599475502968, -0.03944869339466095, 0.024382999166846275, - 0.04458501935005188, 0.0015070994850248098, 0.007176451850682497, - -0.10145999491214752, 0.0033309473656117916, -0.042458631098270416, - 0.041752155870199203, -0.040637046098709106, 0.02191731706261635, - -0.00671113608404994, -0.02258717082440853, -0.045371945947408676, - 0.00044678975245915353, -0.07431995123624802, -0.010603360831737518, - -0.10166731476783752, 0.01587779074907303, -0.04429278150200844, - -0.024431217461824417, 0.001725369831547141, 0.007547446992248297, - -0.04225226864218712, 0.03268919885158539, 0.012219950556755066, - 0.008071258664131165, 0.0318668857216835, 0.008114428259432316, - -0.03808191418647766, -0.022383566945791245, -0.0062816268764436245, - 0.06529134511947632, -0.048875536769628525, -0.026152223348617554, - -0.07070209830999374, -0.07823934406042099, -0.05045652389526367, - -0.027306951582431793, -0.04346931725740433, 0.009624585509300232, - -0.0035692870151251554, 0.00892954133450985, -0.03619793802499771, - -0.05572785437107086, -0.09658987820148468, 0.026176990941166878, - -0.006938396953046322, -0.0043093422427773476, 0.08131685853004456, - 0.05839663743972778, -0.07704587280750275, 0.043187275528907776, - -0.0066420407965779305, 0.024378502741456032, -0.07323449105024338, - 0.0516490563750267, 0.03985927253961563, 0.05661120265722275, 0.028938276693224907, - 0.06944307684898376, 0.12871016561985016, -0.05217690393328667, -0.0578303188085556, - 0.05358220636844635, 0.03232632204890251, 0.02617194876074791, 0.04571142792701721, - -0.006372752133756876, 0.010252856649458408, 0.004564427305012941, - -0.055018484592437744, 0.011526488699018955, 0.025780273601412773, - -0.02233142778277397, 0.00730519276112318, 0.04923207685351372, - -0.0005146689363755286, 0.045095015317201614, -0.009992402046918869, - 0.04568285867571831, 0.049069844186306, 0.00589981721714139, -0.05951159819960594, - -0.028151705861091614, 0.038004253059625626, 0.02245291881263256, - 0.01890449970960617, -0.07820195704698563, 0.049071118235588074, - -0.03832242265343666, 0.03952763229608536, -0.09892041236162186, - -0.019606711342930794, 0.007727011572569609, -0.051138054579496384, - -0.007381840143352747, 0.04683246463537216, 0.01027106773108244, - -0.014642894268035889, 0.07215280085802078, -0.01385003887116909, - -0.0046665119007229805, 0.04677121713757515, 0.11242594569921494, - -0.053225077688694, -0.0008061979315243661, 0.022178133949637413, - 0.029506564140319824, -0.008878166787326336, -0.06547654420137405, - -0.034622207283973694, -0.025811554864048958, 0.03280548378825188, - -0.06917235255241394, -0.07774850726127625, -0.043279413133859634, - 0.05387621000409126, -0.03789488598704338, -0.07412287592887878, - -0.010421199724078178, -0.043541137129068375, -0.013427216559648514, - -0.03316465765237808, -0.024312183260917664, 0.009974832646548748, - -0.002194982022047043, 0.012428349815309048, -0.0007833269773982465, - 0.0343308188021183, 0.025130480527877808, 0.055188704282045364, - -0.06614509969949722, -0.006853542756289244, -0.06496240198612213, - -0.023046083748340607, 0.05290081724524498, 0.010438716039061546, - 0.04821151867508888, -0.02766714245080948, -0.005133065395057201, - 0.025490207597613335, -0.018346847966313362, -0.0702706053853035, - 0.022554809227585793, -0.004278616514056921, -0.0050192526541650295, - 0.009189266711473465, -0.03404112160205841, -0.004916294012218714, - 0.030841274186968803, 0.0875384584069252, -0.030806859955191612, - -0.035948652774095535, -0.006011259742081165, 0.02987423539161682, - 0.01767629012465477, -0.025044653564691544, 0.02935383841395378, - -0.0289659071713686, 0.07794845849275589, 0.04417286440730095, -0.08419224619865417, - -0.04205824062228203, 0.0746900662779808, 0.020560666918754578, 0.05489867180585861, - -0.02562527172267437, -0.03915804624557495, -0.026964271441102028, - 0.049487605690956116, 0.001845930702984333, 0.012117089703679085, - 0.0501854307949543, 0.009558513760566711, 0.030833402648568153, 0.09287697076797485, - 0.04262086749076843, -0.03234455734491348, 0.041200101375579834, - -0.0030050105415284634, -0.07404649257659912, -0.017606206238269806, - 0.08906006813049316, 0.04409848898649216, 0.04602258652448654, - -0.0035800551995635033, 0.010825522243976593, 0.0944298729300499, - -0.02137582190334797, -0.05925469100475311, -0.04462168738245964, - -0.02372008189558983, -0.021688196808099747, -0.010066911578178406, - 0.07902251929044724, 0.024183135479688644, -0.0051096598617732525, - -0.018565664067864418, -0.05747515335679054, 0.028945887461304665, - -0.047094423323869705, 0.0261413361877203, 0.042352594435214996, - -0.029690055176615715, -0.03249059244990349, -0.029615914449095726, - -0.007028523366898298, 0.009297283366322517, -0.014469935558736324, - 0.04125117138028145, 0.02382185496389866, -0.024395648390054703, - 0.00020776648307219148, -0.03714749589562416, 0.08144573122262955, - 0.02811068296432495, -0.02482859417796135, -0.09537363797426224, - -0.06008584052324295, -0.04939757287502289, 0.02570856735110283, - -0.01683482900261879, -0.0307477954775095, -0.036032576113939285, - 0.015677478164434433, -0.031644247472286224, 0.02268831804394722, - -0.015951449051499367, -0.020313046872615814, 0.01739451102912426, - -0.10609084367752075, -0.032367490231990814, 0.010498792864382267, - -0.012948103249073029, -0.005883556790649891, 0.015332972630858421 - ], - [ - -0.03137948736548424, -0.055401772260665894, 0.023975661024451256, - -0.04133810102939606, -0.05586317181587219, -0.02918352745473385, - -0.001234966330230236, -0.028742147609591484, 0.015559624880552292, - 0.042227763682603836, 0.02026171237230301, 0.007186714094132185, - 0.008905344642698765, 0.007389137987047434, 0.009111510589718819, - 0.03514184430241585, -0.023034680634737015, 0.013951553031802177, - 0.05526242032647133, 0.026822827756404877, 0.0438140369951725, - -0.003908200655132532, 0.010900827124714851, -0.014631452970206738, - 0.06676014512777328, 0.03684815391898155, 0.008280077949166298, - -0.05036849156022072, -0.03261623904109001, -0.02304217964410782, - -0.08385281264781952, -0.03976118564605713, -0.04919453337788582, - 0.03159162774682045, 0.03564765304327011, -0.0027745631523430347, - 0.044516850262880325, 0.0166213009506464, 0.026028551161289215, - -0.028857247903943062, -0.0688207596540451, -0.012800931930541992, - 0.004552383907139301, 0.031830038875341415, -0.027725420892238617, - 0.025938529521226883, 0.016200723126530647, -0.02430448867380619, - -0.039830680936574936, -0.0660133808851242, 0.03650835156440735, - 0.0008017897489480674, -0.00960670318454504, -0.03593159839510918, - -0.05247412994503975, 0.06855008751153946, 0.04884718358516693, 0.07966044545173645, - 0.02220999263226986, -0.013967148028314114, -0.0003808877372648567, - -0.05323537811636925, -0.04500286653637886, 0.0763792023062706, 0.03792068362236023, - 0.014299674890935421, -0.04802178591489792, 0.005950942635536194, - -0.030699972063302994, -0.0680217370390892, -0.006193434353917837, - -0.035002246499061584, -0.003096520435065031, -0.09097890555858612, - 0.07466773688793182, 0.011596634052693844, 0.055917881429195404, - 0.05003141611814499, -0.02503986842930317, -0.0023369581904262304, - -0.05324225872755051, 0.03214611858129501, -0.03625822812318802, - -0.006760191172361374, 0.03966078907251358, 0.04535386338829994, - -0.028832465410232544, 0.018665730953216553, -0.01871299184858799, - -0.019583122804760933, -0.00100455351639539, 0.03670091554522514, - 0.010837878100574017, -0.0005713425343856215, -0.03792028874158859, - -0.022566990926861763, -0.0700615793466568, 0.008853675797581673, - 0.056494925171136856, 0.033274635672569275, 0.005171741358935833, - -0.012443636544048786, 0.006336355581879616, -0.046255923807621, - -0.019160998985171318, -0.002820511581376195, 0.050701797008514404, - 0.024592002853751183, -0.005589218810200691, -0.06557952612638474, - 0.03699209541082382, -0.09566505253314972, 0.0325610376894474, - -0.016003180295228958, -0.04971286281943321, -0.02826535888016224, - -0.08255060762166977, 0.047669436782598495, 0.024335017427802086, - -0.03870005905628204, 0.021158332005143166, -0.06832253932952881, - 0.010409832932054996, 0.0427810400724411, -0.0032426367979496717, - 0.015785690397024155, -0.055482011288404465, -0.03953826054930687, - -0.03969747945666313, -0.0024689510464668274, 0.02119000256061554, - -0.03188420832157135, -0.03331421688199043, -0.02787882275879383, - 0.08780781179666519, -0.037592943757772446, -0.03211969882249832, - 0.03250158578157425, -0.038685139268636703, -0.06801871955394745, - -0.047877538949251175, -0.03229198232293129, 0.06523973494768143, - -0.017817286774516106, 0.02373594231903553, -0.06372489035129547, - -0.06826788187026978, -0.015262797474861145, -0.02316625788807869, - -0.029930422082543373, 0.06322389096021652, 0.0479247123003006, 0.08011087775230408, - -0.02139313705265522, 0.04075612127780914, -0.015203550457954407, - 0.0016117995837703347, -0.01967417262494564, -0.038015808910131454, - -0.023994874209165573, -0.08292920142412186, 0.009708010591566563, - 0.029644891619682312, 0.020602867007255554, 0.05353136733174324, - 0.008870359510183334, 0.020855886861681938, 0.022204918786883354, - -0.004227789118885994, 0.011148158460855484, 0.03397359326481819, - 0.011674528941512108, -0.03671296685934067, -0.007889851927757263, - 0.026982242241501808, -0.08368609100580215, 0.007123226299881935, - 0.008366746827960014, -0.030031653121113777, -0.06462497264146805, - -0.016918275505304337, 0.07489028573036194, -0.035522934049367905, - -0.004541304428130388, 0.008094057440757751, -0.016256188973784447, - 0.04406234994530678, 0.004727684892714024, 0.008778782561421394, - -0.03373606130480766, -0.03588620573282242, 0.008411566726863384, - 0.00811085756868124, 0.07855060696601868, 0.07975225150585175, 0.028408462181687355, - -0.0684020072221756, -0.03664142265915871, 0.02646959386765957, - 0.008529127575457096, -0.019264671951532364, -0.08062973618507385, - -0.03170330077409744, -0.04565683752298355, -0.050785962492227554, - -0.08357351273298264, -0.013762022368609905, -0.06841370463371277, - -0.08184951543807983, 0.051039472222328186, 0.014908615499734879, - -0.05629498511552811, -0.06056873872876167, -0.03137057274580002, - -0.03846125304698944, 0.008595344610512257, -0.006596531718969345, - -0.02923779934644699, -0.03717411309480667, 0.07872310280799866, - -0.017213884741067886, 0.015995001420378685, -0.04890180751681328, - -0.0408402755856514, 0.013230698183178902, 0.014989160001277924, - -0.0027780886739492416, -0.011307802982628345, 0.0185453612357378, - 0.0053779566660523415, -0.018275385722517967, 0.031551387161016464, - -0.06809137016534805, 0.08476249873638153, -0.003799796337261796, - 0.0628640428185463, -0.02589879371225834, 0.017722878605127335, - -0.023530079051852226, -0.01747860759496689, -0.041322480887174606, - -0.01281269732862711, 0.019576650112867355, -0.05350416898727417, - -0.06272941082715988, 0.05029769614338875, -0.011749962344765663, - 0.011848541907966137, 0.042601123452186584, -0.02208750881254673, - -0.08530810475349426, 0.017713746055960655, 0.06797877699136734, - -0.006905600894242525, -0.018749156966805458, -0.0702529102563858, - -0.05538516119122505, -0.018851181492209435, 0.0027813592460006475, - -0.004277421161532402, -0.013392840512096882, 0.01222900953143835, - 0.02597549930214882, 0.05633297562599182, -0.056709881871938705, - -0.09102997183799744, 0.08810040354728699, 0.00387369841337204, 0.10627191513776779, - 0.07493887841701508, 0.008412208408117294, 0.07003164291381836, - -0.0029158254619687796, 0.04376969113945961, -0.028466252610087395, - 0.06847240030765533, -0.02267174795269966, -0.02371048927307129, - 0.053683023899793625, 0.04719654470682144, 0.00608759606257081, 0.06637939810752869, - 0.011582671664655209, 0.006901164073497057, 0.04788139835000038, - 0.0028479688335210085, -0.026245856657624245, 0.0067272791638970375, - 0.04711100086569786, 0.09927567094564438, -0.07672380656003952, 0.0763835534453392, - 0.03316636383533478, 0.03987861052155495, 0.018600743263959885, 0.10638400912284851, - 0.035298872739076614, 0.03269416466355324, -0.08190177381038666, - 0.02051698975265026, 0.018066631630063057, -0.008101257495582104, - -0.05606355890631676, -0.026370400562882423, -0.01449128519743681, - -0.007394160144031048, 0.05717305839061737, -0.00039669452235102654, - -0.0861256867647171, 0.07509087771177292, 0.047120969742536545, - -0.02994503080844879, 0.01684638485312462, 0.030099954456090927, - -0.012573134154081345, -0.00853942334651947, 0.049360763281583786, - 0.012555047869682312, -0.034128740429878235, -0.0016124239191412926, - -0.03783351182937622, 0.056103866547346115, -0.03765706345438957, - -0.014358398504555225, -0.010050119832158089, 0.026313045993447304, - 0.003884174395352602, 0.06687447428703308, 0.023713717237114906, - -0.04880627989768982, 0.04507523030042648, -0.009251215495169163, - -0.06642431765794754, 0.020031113177537918, -0.03408478945493698, - -0.04833848774433136, -0.026839908212423325, 0.035042498260736465, - 0.0011963335564360023, 0.0403653122484684, -0.01714720018208027, - -0.006650830619037151, -0.028643615543842316, 0.09337769448757172, - 0.0018122701440006495, -0.022317418828606606, 0.04628537967801094, - 0.026272300630807877, -0.02080610580742359, -0.022874437272548676, - 0.034323371946811676, 0.03355991467833519, 0.05206047371029854, - 0.022949092090129852, 0.0298391692340374, 0.025671936571598053, 0.07547226548194885, - 0.07413448393344879, -0.0038589495234191418, -0.013413316570222378, - -0.09194222092628479, -0.004059217404574156, -0.05186185985803604, - -0.02329031191766262, 0.021890532225370407, 0.005318634212017059, - 0.05443641170859337, 0.031926870346069336, -0.006834059953689575, - 0.03392130881547928, 0.04728126525878906, 0.02785482630133629, -0.05118163675069809, - -0.020802950486540794, -0.02907688543200493, -0.03398165479302406, - 0.07736526429653168, -0.0022302246652543545, 0.0637323409318924, - 0.02870303764939308, -0.000310434028506279, -0.038150060921907425, - 0.02982214465737343, 0.021666567772626877 - ], - [ - 0.026179363951086998, 0.02649782784283161, -0.03752478212118149, - -0.008432690985500813, 0.05295640975236893, 0.07532341033220291, - -0.01866963319480419, -0.00726257124915719, 0.026872513815760612, - -0.004000565502792597, 0.010330405086278915, -0.030864333733916283, - 0.009656192734837532, 0.06737560778856277, 0.006791878025978804, - 0.029126808047294617, -0.08386745303869247, 0.0013924582162871957, - 0.010164949111640453, -0.045988455414772034, -0.0007908832631073892, - 0.01967356912791729, 0.013954296708106995, 0.05336597561836243, - 0.011208022013306618, 0.07053118199110031, -0.05148492380976677, - 0.026582475751638412, -0.04844631254673004, -0.010199422016739845, - -0.03921680524945259, -0.022588500753045082, -0.06927957385778427, - 0.00012869785132352263, 0.026979707181453705, 0.04483569413423538, - 0.06458936631679535, 0.018834389746189117, -0.013969702646136284, - -0.01832323521375656, -0.051442887634038925, -0.0047230529598891735, - 0.054699186235666275, 0.04822937399148941, 0.006096145138144493, - -0.019945625215768814, 0.04558788239955902, 0.00011232762335566804, - -0.01729198917746544, -0.028035368770360947, 0.018602505326271057, - 0.021375887095928192, -0.039234958589076996, -0.026016607880592346, - 0.04157846048474312, 0.018100272864103317, -0.022087229415774345, - 0.02224053628742695, 0.06801530718803406, -0.04068513214588165, - -0.055435702204704285, 0.008609667420387268, -0.02904246188700199, - 0.015979737043380737, -0.006487465929239988, -0.03735887631773949, - 0.08493450284004211, 0.049757037311792374, 0.046231918036937714, - -0.051163315773010254, -0.0013882542261853814, 0.08580795675516129, - -0.011168956756591797, 0.004818163812160492, 0.03741446137428284, - 0.0017519654938951135, 0.0631159245967865, -0.01780330203473568, - -0.029948271811008453, -0.010940990410745144, -0.04806118085980415, - 0.005150602199137211, 0.07434632629156113, -0.009717578068375587, - 0.0021948690991848707, 0.06702840328216553, 0.019110046327114105, - -0.007371331565082073, -0.02907632105052471, 0.009195681661367416, - 0.05879504233598709, -0.019522367045283318, 0.01165483333170414, - 0.01254849974066019, -0.037719935178756714, -0.001651504309847951, - 0.0278330035507679, 0.07945989072322845, 0.06500822305679321, 0.02262245863676071, - -0.03925194963812828, -0.01686345599591732, 0.04993019625544548, - 0.017458373680710793, 0.06597727537155151, -0.012547769583761692, - 0.0381704643368721, -0.012947075068950653, 0.03297725319862366, - -0.016507316380739212, -0.034898851066827774, -0.0846002846956253, - 0.06819387525320053, 0.03202405199408531, 0.0205815639346838, 0.04221056401729584, - 0.0009024207247421145, -0.14488950371742249, 0.015199614688754082, - 0.01994311809539795, -0.056438248604536057, -0.033669453114271164, - -0.058052338659763336, 0.00699999462813139, -0.029113389551639557, - -0.00011657609866233543, -0.07106921076774597, -0.03499292954802513, - -0.017537802457809448, 0.01584593579173088, -0.006747072096914053, - -0.047406695783138275, 0.046547699719667435, -0.10769356787204742, - 0.05375375226140022, -0.10431820154190063, -0.014125779271125793, - -0.03418378159403801, 0.02241174876689911, -0.0111000444740057, - -0.02887883223593235, -0.06880607455968857, -0.015349927358329296, - -0.057110387831926346, -0.0744042918086052, -0.02892889454960823, - 0.006790394429117441, 0.0245816633105278, -0.06648710370063782, - 0.023706214502453804, 0.005879275966435671, 0.05920359119772911, - 0.02838318981230259, 0.06353753060102463, -0.02319152280688286, - -0.07368545234203339, 0.07980316132307053, -0.03049383871257305, - -0.01025982666760683, 0.060859862715005875, 0.010943973436951637, - -0.0673980563879013, 0.012337666004896164, 0.0038474618922919035, - 0.03697440028190613, -0.0009635243332013488, 0.027728348970413208, - 0.002321315463632345, 0.0703245997428894, 0.06932288408279419, -0.02841496653854847, - 0.02323342300951481, -0.05264229699969292, -0.06544805318117142, - -0.00817506667226553, 0.014306583441793919, -0.020403310656547546, - -0.018364837393164635, -0.08284265547990799, -0.08799765259027481, - 0.011937369592487812, -0.015021245926618576, 0.0658346563577652, - 0.029958009719848633, 0.05633667856454849, 0.060840290039777756, - 0.024023370817303658, 0.032943494617938995, -0.03629663959145546, - 0.04303650185465813, 0.021116524934768677, 0.060229621827602386, - 0.08196274191141129, 0.08330471068620682, 0.0244583822786808, 0.08193021267652512, - -0.08439353853464127, -0.04443596675992012, 0.04442610591650009, - -0.003179555991664529, 0.01272478699684143, -0.07185404747724533, - 0.030309978872537613, -0.013136535882949829, -0.05414693430066109, - -0.045688193291425705, -0.02545180171728134, -0.04791365936398506, - -0.018338901922106743, -0.021983696147799492, 0.042296040803194046, - -0.04477997124195099, -0.04337599128484726, 0.0029110293835401535, - -0.035250309854745865, -0.04969768598675728, 0.028499919921159744, - -0.12150994688272476, -0.08165116608142853, -0.02806694619357586, - 0.04178425297141075, -0.09399441629648209, -0.044045690447092056, - 0.0037631141021847725, -0.04900558292865753, -0.06924936920404434, - -0.011344796977937222, -0.021242137998342514, 0.05124986171722412, - -0.10018933564424515, -0.010285506956279278, -0.0011600462021306157, - 0.02536042220890522, 0.030482979491353035, -0.05722278356552124, - 0.011135328561067581, 0.03575512766838074, 0.04628648981451988, - -0.02518087439239025, 0.01656658947467804, -0.007425263524055481, - -0.007417414337396622, 0.07985475659370422, 0.008894546888768673, - -0.01224274467676878, 0.07628356665372849, 0.005443303845822811, - -0.039185672998428345, 0.06991147994995117, 0.052027370780706406, - 0.020383067429065704, 0.007955998182296753, 0.04018595814704895, - -0.019940946251153946, 0.05951160192489624, -0.056736402213573456, - -0.07228587567806244, 0.02473139762878418, 0.01045387051999569, - 0.017019430175423622, -0.043330710381269455, 0.004275045823305845, - -0.022999713197350502, 0.04632234200835228, -0.012790062464773655, - -0.044888418167829514, 0.04374336451292038, 0.009401978924870491, - 0.03742704540491104, 0.07171083986759186, 0.08501086384057999, 0.05714988708496094, - 0.0204299483448267, 0.005300330929458141, -0.04730822518467903, - -0.019844552502036095, -0.02557542733848095, 0.05591685324907303, - -0.03078838437795639, 0.013280023820698261, 0.0395720973610878, 0.07445277273654938, - -0.05156731233000755, -0.011027684435248375, 0.010247863829135895, - -0.027888095006346703, -0.028609704226255417, 0.039416611194610596, - 0.01741061545908451, 0.05380497872829437, 0.01792636141180992, -0.03421355038881302, - -0.08874901384115219, -0.003293594578281045, -0.019666947424411774, - 0.07714130729436874, -0.033536624163389206, -0.036439187824726105, - -0.042698394507169724, -0.01034532766789198, 0.03344131261110306, - 0.10731075704097748, -0.06681898981332779, -0.06751527637243271, - -0.10016322880983353, -0.02393976040184498, 0.034371908754110336, - 0.03063535876572132, 0.03372021019458771, 0.05208196863532066, 0.0237803403288126, - -0.04753701388835907, 0.003013544250279665, 0.004701896570622921, - 0.028524812310934067, 0.031003916636109352, 0.01652585156261921, - -0.03145365044474602, 0.03148864209651947, -0.010266764089465141, - 0.005174091085791588, 0.02635977976024151, -0.0892232209444046, - -0.08044520765542984, -0.020873693749308586, 0.02757764235138893, - -0.07606138288974762, -0.0074428073130548, 0.0019020774634554982, - 0.03033941052854061, -0.0431874580681324, 0.0483924075961113, -0.006266416050493717, - 0.016875097528100014, -0.00957582052797079, -0.02358274534344673, - -0.018268398940563202, 0.04899613931775093, 0.0209856815636158, - 0.015652965754270554, 0.027307569980621338, 0.02264128252863884, - -0.015681611374020576, 0.005408268887549639, -0.09003646671772003, - -0.017271308228373528, -0.018823206424713135, -0.009977255947887897, - 0.002863170113414526, -0.06971338391304016, 0.03637475147843361, - 0.10340286046266556, 0.04301612079143524, 0.01965990476310253, 0.07078760862350464, - 0.043711625039577484, 0.053892433643341064, -0.019594507291913033, - -0.005268503911793232, -0.05142437666654587, 0.020252175629138947, - -0.01592695526778698, -0.0061465660110116005, -0.01659056916832924, - -0.021291423588991165, 0.018325159326195717, 0.08623805642127991, - 0.035183876752853394, 0.005317053757607937, -0.012190653942525387, - 0.016479622572660446, -0.0030656992457807064, -0.0317666158080101, - 0.035074371844530106, -0.0233878493309021, 0.019452497363090515, - 0.08546776324510574, -0.05081500858068466, 0.0698164626955986, - -0.009252995252609253, -0.0017177036497741938, -0.005028132814913988, - 0.06174205243587494, 0.04491846263408661 - ], - [ - 0.009456947445869446, 0.018815455958247185, 0.021712105721235275, - -0.01759345270693302, -0.02569928951561451, -0.009648628532886505, - -0.01888383738696575, 0.001741825370118022, 0.0019362425664439797, - 0.015745073556900024, -0.02536899410188198, 0.022878943011164665, - 0.007282841484993696, 0.012647368013858795, -0.049921125173568726, - -0.07238631695508957, 0.05515080317854881, -0.005625132936984301, - 0.008479511365294456, -0.08370557427406311, 0.011087032966315746, - 0.06467773020267487, 0.047579411417245865, -0.06092261150479317, - 0.05615413561463356, 0.008203794248402119, -0.07556267827749252, - -0.0888424664735794, -0.009269892238080502, 0.024848537519574165, - -0.012807615101337433, -0.040539007633924484, 0.05315174162387848, - -0.007952297106385231, 0.0023754339199513197, 0.06962823122739792, - -0.022804465144872665, -0.00833200290799141, 0.04006611183285713, - -0.010709571652114391, 0.017110949382185936, 0.02391648478806019, - -0.0875856950879097, -0.02862713299691677, 0.07018765807151794, - -0.02675476111471653, 0.010127981193363667, 0.030938388779759407, - -0.07020077109336853, -0.02207145467400551, 0.004790797363966703, - 0.06532339751720428, -0.03343801200389862, -0.08399955183267593, - -0.015651516616344452, 0.05467195063829422, -0.03158881515264511, - 0.01891923137009144, 0.08292580395936966, 0.02862830087542534, -0.02855718694627285, - -0.07014727592468262, -0.08683046698570251, 0.055262718349695206, - -0.030259091407060623, 0.03860592842102051, -0.03574010729789734, - -0.007868241518735886, -0.024609442800283432, -0.04278300330042839, - 0.015759937465190887, 0.018972110003232956, 0.0847504660487175, - -0.05312614515423775, 0.059872228652238846, 0.06649239361286163, - 0.02664375677704811, -0.06844694912433624, -0.027810119092464447, - 0.08510274440050125, 0.02402002550661564, 0.014522635377943516, - 0.008376626297831535, 0.0678582713007927, -0.06404094398021698, - 0.012076708488166332, 0.1060856357216835, 0.02015739679336548, - -0.008401522412896156, 0.04989038407802582, -0.01561338733881712, - -0.06621246039867401, 0.04235266149044037, 0.0004128932487219572, - 0.0005850143497809768, 0.03463626652956009, -0.017302419990301132, - 0.010804614052176476, 0.045106273144483566, -0.014395791105926037, - 0.036579493433237076, 0.052434712648391724, -0.016715142875909805, - -0.04941825941205025, -0.05179298296570778, -0.029932359233498573, - -0.03495639190077782, 0.026316098868846893, -0.021832983940839767, - -0.05069173872470856, 0.01595202088356018, -0.024561267346143723, - 0.10848426818847656, -0.0044700647704303265, 0.013665313832461834, - 0.014721089042723179, -0.06586501002311707, -0.028248362243175507, - 0.02709374763071537, -0.025244751945137978, 0.05577386915683746, - 0.006284157745540142, 0.0215755682438612, -0.008650467731058598, - 0.029154501855373383, 0.06712183356285095, -0.00025283702416345477, - 0.00992798712104559, -0.022624492645263672, 0.03844468295574188, - -0.08645682781934738, 0.04262945428490639, 0.08167140185832977, - -0.015299990773200989, 0.013109511695802212, 0.009766208939254284, - 0.01346126664429903, 0.09816016256809235, -0.0038167135789990425, - 0.029248910024762154, -0.03123990073800087, -0.10199403762817383, - -0.058709245175123215, 0.016167374327778816, -0.06539160758256912, - 0.07135893404483795, -0.01699642650783062, -0.01870332658290863, - -0.05202220007777214, -0.04578542709350586, 0.013837247155606747, - 0.027093015611171722, 0.013476832769811153, -0.0643504336476326, - -0.030966704711318016, -0.08328720927238464, 0.04135480523109436, - -0.063057079911232, -0.004873216617852449, -0.024838730692863464, - 0.03334691748023033, -0.05127829313278198, -0.005444763693958521, - 0.04615458473563194, 0.0280010849237442, -0.001352093298919499, - -0.04627365246415138, -0.06963556259870529, -0.04464663937687874, - 0.009245261549949646, 0.01812441274523735, 0.009800734929740429, - -0.03552829474210739, 0.014577054418623447, 0.0006767424056306481, - -0.06826255470514297, -0.053090184926986694, -0.00835441518574953, - 0.0039197527803480625, 0.027613051235675812, -0.04496520012617111, - 0.07102405279874802, -0.015874044969677925, 0.07086621969938278, - -0.01490358728915453, -0.030215512961149216, -0.005405450705438852, - -0.0017174313543364406, 0.022008327767252922, -0.007417171262204647, - -0.0020876284688711166, -0.04650021716952324, 0.04035412520170212, - 0.05682341009378433, 0.04639262706041336, 0.03581314533948898, - -0.005291586741805077, 0.007514463737607002, -0.0041851806454360485, - -0.03598861023783684, -0.08099380880594254, 0.009269663132727146, - -0.007408725097775459, 0.045567870140075684, -0.039486490190029144, - -0.01278790645301342, -0.001898817834444344, -0.04128214344382286, - 0.05290396139025688, 0.06651394814252853, -0.00441983575001359, - -0.01634332165122032, -0.06067013740539551, 0.04653051123023033, - -0.03789486363530159, -0.025930849835276604, -0.011045563966035843, - 0.002315591787919402, -0.008503952994942665, -0.016616707667708397, - -0.010702524334192276, -0.013666147366166115, 0.04011675342917442, - -0.018449753522872925, 0.04906722158193588, -0.05908174067735672, - 0.01309512834995985, 0.0708521157503128, -0.08698093891143799, - 0.0033545279875397682, -0.02390061877667904, 0.023208552971482277, - 0.03338546305894852, 0.027849584817886353, -0.06538846343755722, - 0.08178914338350296, -0.009088978171348572, 0.010966455563902855, - -0.1116793155670166, 0.02556033432483673, 0.07548026740550995, 0.06457275152206421, - 0.002712863264605403, -0.03365730121731758, 0.012543684802949429, - 0.040113743394613266, -0.0851610079407692, 0.02334902063012123, - -0.03624521195888519, 0.09731054306030273, -0.05993193760514259, - -0.09409459680318832, -0.003171749645844102, 0.009471052326261997, - -0.033444326370954514, 0.011730779893696308, 0.03897051885724068, - 0.033589523285627365, -0.026174871250987053, 0.07524283230304718, - -0.03167036920785904, 0.038981497287750244, -0.07709483057260513, - 0.057729098945856094, 0.0011261503677815199, -0.008330162614583969, - 0.08405402302742004, 0.09357795864343643, -0.03894742950797081, - 0.0029550425242632627, 0.04785624146461487, 0.04361343756318092, - 0.024403739720582962, 0.10495017468929291, -0.010512138716876507, - -0.02043331414461136, -0.0037140818312764168, 0.010703745298087597, - -0.02297770231962204, 0.06187796592712402, -0.0047930763103067875, - -0.04507651925086975, -0.03164007514715195, -0.016427146270871162, - -0.004020595923066139, 0.03733325004577637, 0.004029176197946072, - -0.013768340460956097, 0.02938651666045189, -0.03239161893725395, - 0.005117643624544144, 0.04820376634597778, -0.032207027077674866, - -0.033774469047784805, -0.03459617868065834, 0.02696330100297928, - -0.006250540725886822, 0.005266769323498011, -0.020588962361216545, - -0.057935554534196854, -0.08742088079452515, -0.02208533138036728, - -0.06761341542005539, 0.023590242490172386, -0.049650248140096664, - 0.018486300483345985, 0.026779107749462128, -0.027036651968955994, - -0.021575361490249634, -0.02154102921485901, -0.0004065915709361434, - 0.0031759885605424643, 0.02813352644443512, 0.018371284008026123, - 0.023835184052586555, -0.04208102822303772, 0.04253455251455307, - 0.023792460560798645, -0.014751110225915909, 0.022296549752354622, - 0.019399328157305717, -0.00976634118705988, -0.0609612911939621, - -0.0451929047703743, 0.027417711913585663, 0.014785812236368656, - 0.0034523855429142714, 0.02439086139202118, 0.04984516277909279, - 0.004700286313891411, -0.029534026980400085, 0.03131941333413124, - -0.050907254219055176, -0.03850714489817619, 0.009749538265168667, - -0.061926472932100296, 0.016689572483301163, 0.008313062600791454, - -0.020218785852193832, 0.010234068147838116, -0.04623017832636833, - -0.016363143920898438, -0.08530739694833755, -0.014139031060039997, - -0.0824669823050499, -0.03023526631295681, 0.04170764982700348, - 0.029171623289585114, 0.042514897882938385, 0.020506542176008224, - 0.004121251869946718, 0.021874722093343735, -0.018248211592435837, - 0.018974564969539642, -0.06453382968902588, -0.006195739842951298, - 0.044477514922618866, -0.017363116145133972, -0.005661763716489077, - -0.05426032841205597, -0.013235914520919323, 0.059785809367895126, - 0.006110988557338715, -0.043397966772317886, 0.014829963445663452, - 0.10478969663381577, 0.03295731544494629, 0.09895557910203934, -0.06188066676259041, - 0.036230918020009995, 0.03296119347214699, 0.022215858101844788, - 0.020657969638705254, 0.04759925231337547, -0.004474486690014601, - -0.013512583449482918, 0.02759048342704773, -0.03525532782077789, - 0.038537781685590744, -0.025921138003468513, -0.06507302075624466, - 0.06400514394044876, 0.03539739176630974, -0.03292228281497955 - ], - [ - -0.00966626312583685, -0.04628092795610428, 0.0044861603528261185, - -0.03274475783109665, 0.07436481863260269, 0.03843673691153526, - 0.008551604114472866, 0.09941135346889496, -0.00564796756953001, - 0.022502774372696877, 0.012905905023217201, -0.038880668580532074, - 0.054032713174819946, -0.03711790218949318, -0.0020731445401906967, - -0.0022997362539172173, 0.037479858845472336, -0.041005127131938934, - -0.09632803499698639, -0.0003508638765197247, -0.013250231742858887, - -0.09111475199460983, -0.0008308502729050815, 0.03758550062775612, - 0.033266495913267136, 0.09820175170898438, -0.03111175261437893, - 0.000997665454633534, -0.05301911011338234, -0.016625626012682915, - 0.024632064625620842, 0.010552790015935898, 0.04832763224840164, - -0.060239583253860474, 0.050447579473257065, -0.09508083760738373, - 0.017681367695331573, 0.020916776731610298, -0.059238556772470474, - 0.030646981671452522, 0.014730984345078468, -0.05092265456914902, - 0.032209932804107666, 0.05337229371070862, 0.03233768418431282, 0.02609466388821602, - 0.016483264043927193, -0.018994921818375587, 0.08045095950365067, - 0.01291131041944027, -0.03864622116088867, 0.013553920201957226, - 0.03979050740599632, -0.04675901308655739, -0.07821039855480194, - -0.07640612125396729, -0.0804077535867691, 0.017044568434357643, - 0.022916851565241814, -0.07062812894582748, -0.0393141470849514, - -0.061285149306058884, -0.04688626155257225, -0.05430159717798233, - -0.021934503689408302, 0.014874606393277645, -0.06783834844827652, - -0.07160963118076324, 0.0751369446516037, 0.06091441214084625, 0.01952417753636837, - 0.05712797865271568, -0.017052466049790382, 0.08896079659461975, - -0.06037581339478493, 0.041499968618154526, -0.004320990759879351, - -0.03827676922082901, 0.020666832104325294, -0.05464804545044899, - 0.05631253123283386, 0.018423814326524734, -0.05772678181529045, - 0.025114044547080994, 0.04290994256734848, 0.0491022951900959, -0.05307662859559059, - 0.020177531987428665, 0.052198998630046844, -0.0152239128947258, - 0.031150970607995987, 0.0031422432512044907, -0.03450620174407959, - 0.04527801647782326, 0.009984426200389862, -0.052162766456604004, - 0.038146618753671646, -0.02756752073764801, -0.04476430267095566, - 0.007978685200214386, -0.0005855041090399027, -0.07068991661071777, - -0.059428341686725616, -0.039477862417697906, -0.05373290926218033, - 0.024681728333234787, 0.058673206716775894, -0.009220392443239689, - 0.02836015075445175, 0.042194437235593796, -0.0844290629029274, 0.13253194093704224, - 0.05850016325712204, -0.02675284445285797, -0.05555704981088638, - -0.015196005813777447, 0.01075416523963213, -0.00593548221513629, - 0.02353380247950554, 0.006921733729541302, 0.03437044844031334, 0.07376687228679657, - -0.012241417542099953, -0.03708812594413757, 0.018420858308672905, - -0.07734231650829315, -0.03503125533461571, -0.02086082473397255, - -0.04247283563017845, 0.03433292731642723, 0.04358214512467384, 0.07026521116495132, - -0.03087313286960125, 0.08711864799261093, -0.05528373643755913, - 0.0050544398836791515, 0.008171441964805126, -0.043056100606918335, - 0.07598454505205154, -0.00044576372602023184, 0.027534009888768196, - 0.07535228133201599, 0.022618189454078674, 0.012477628886699677, - 0.07324542850255966, 0.014138772152364254, 0.007439382374286652, - -0.05788883566856384, 0.02565912902355194, 9.771020268090069e-5, - -0.0026368224062025547, -0.07771015912294388, 0.0336572639644146, - 0.03462185338139534, -0.035318586975336075, 0.03476496413350105, - 0.03860977292060852, 0.08120352774858475, -0.043494295328855515, - -0.0018405612790957093, -0.04245892912149429, 0.024316806346178055, - -0.04573357477784157, 0.052302971482276917, -0.0358518585562706, - -0.03215783089399338, -0.004535811021924019, 0.04195236787199974, - -0.024937599897384644, -0.018452070653438568, -0.02161596342921257, - 0.017246443778276443, 0.07908659428358078, 0.04618605598807335, - 0.022124052047729492, -0.002892661141231656, 0.006525121163576841, - 0.02093002200126648, 0.005731630604714155, -0.01184514258056879, - -0.13957582414150238, -0.05768272653222084, -0.055710069835186005, - -0.028363116085529327, -0.09805311262607574, -0.04259008541703224, - -0.03537927567958832, 0.04362118989229202, -0.001124285045079887, - 0.045682888478040695, -0.02874230034649372, -0.04807967692613602, - -0.11648548394441605, -0.029692810028791428, -0.0019973248708993196, - -0.06213517487049103, 0.09423191845417023, 0.0506586916744709, - -0.009010745212435722, -0.010759019292891026, -0.0022249764297157526, - 0.0856834352016449, -0.04171914607286453, 0.06381968408823013, - -0.055428557097911835, 0.0053879451006650925, 0.09448102861642838, - 0.0018568238010630012, 0.07655403763055801, -0.08061619102954865, - 0.027747144922614098, 0.06675072014331818, 0.020689763128757477, - -0.04412318021059036, 0.001515268231742084, 0.10156269371509552, - 0.025589317083358765, 0.06679316610097885, -0.0819055587053299, - -0.013403247110545635, 0.033660613000392914, 0.017525266855955124, - -0.05121587961912155, -0.02238256298005581, 0.0007356175919994712, - 0.024115722626447678, 0.01826455444097519, 0.007858984172344208, - 0.012491939589381218, 0.07952098548412323, -0.0026800110936164856, - -0.10763262212276459, 0.07940885424613953, -0.05467364564538002, - 0.044690076261758804, 0.030059674754738808, 0.011505107395350933, - -0.10719528794288635, -0.004691581707447767, 0.03156137466430664, - -0.03974490985274315, -0.04442967101931572, -0.0057272580452263355, - 0.06950347870588303, -0.11786272376775742, -0.030228594318032265, - -0.0795632004737854, 0.04282345622777939, -0.024549685418605804, - 0.03463613614439964, 0.0365121029317379, 0.03525420278310776, 0.05378010869026184, - 0.036878474056720734, -0.07508126646280289, 0.009886420331895351, - -0.009099166840314865, 0.021932383999228477, -0.09254292398691177, - -0.04516126215457916, 0.04581018164753914, -0.03716668486595154, - -0.03513392060995102, -0.03263164311647415, 0.039286307990550995, - 0.09675513952970505, -0.017414215952157974, -0.08647968620061874, - 0.02527211233973503, -0.04942438006401062, -0.0033015201333910227, - -0.03576759994029999, -0.007803791668266058, 0.07359680533409119, - 0.09173587709665298, -0.05225666984915733, 0.030239742249250412, - -0.01927732303738594, -0.019541431218385696, -0.0755716934800148, - -0.08149214088916779, -0.07948829978704453, -0.023546265438199043, - 0.07637562602758408, -0.016587315127253532, 0.054958418011665344, - -0.0005154965911060572, -0.05017535015940666, -0.006859414279460907, - 0.030152220278978348, -0.11310877650976181, -0.0020719098392874002, - 0.050573065876960754, -0.05367690324783325, -0.0196989756077528, - -0.06527168303728104, 0.023664038628339767, -0.022847451269626617, - 0.08756443858146667, 0.037516333162784576, 0.05074957385659218, - 0.049579303711652756, 0.05721747875213623, 0.026606673374772072, - 0.08594027906656265, 0.06345388293266296, 0.02074749395251274, 0.08149167150259018, - 0.1101561114192009, 0.008970215916633606, -0.06395211070775986, - -0.00792362354695797, 0.03968289867043495, -0.012656367383897305, - -0.0663372054696083, 0.022865353152155876, 0.0316048264503479, 0.05280264839529991, - 0.0323164276778698, 0.03429606929421425, -0.0062263826839625835, - 0.04447917640209198, 0.034961000084877014, 0.10487696528434753, 0.06035052612423897, - -0.043303269892930984, 0.002983194077387452, 0.03703147917985916, - -0.04959491640329361, -0.04991286247968674, 0.027466733008623123, - -0.04082879424095154, -0.011962548829615116, -0.0015234706224873662, - -0.02113756723701954, 0.08185520023107529, -0.03631738945841789, - -0.024274246767163277, 0.018982546404004097, -0.04285946488380432, - 0.0092727430164814, 0.03658140450716019, -0.02530498057603836, 0.014798861928284168, - 0.1171591505408287, 0.015757480636239052, -0.011913332156836987, - 0.04192131757736206, -0.06579235196113586, -0.005914674140512943, - -0.0493730828166008, -0.103678397834301, -0.0046265278942883015, - -0.04667878523468971, 0.03827640414237976, -0.0036770321894437075, - 0.022807050496339798, -0.04608631506562233, -0.07518289983272552, - -0.022495459765195847, 0.030467890202999115, 0.011991975829005241, - 0.062549889087677, -0.06569211184978485, 0.04752400889992714, -0.08002128452062607, - -0.05423545464873314, -0.13808025419712067, 0.10293490439653397, - 0.014762272126972675, 0.019062474370002747, -0.01621166057884693, - 0.08348175883293152, 0.026536649093031883, 0.020913587883114815, - -0.0009871290531009436, -0.08904236555099487, -0.04281105101108551, - -0.06134885922074318, -0.031592756509780884, 0.04835259169340134, - -0.02195005491375923, -0.07143896818161011, -0.013666659593582153 - ], - [ - 0.007048271596431732, 0.05162421613931656, 0.0632496252655983, -0.03738582506775856, - -0.01610727235674858, -0.01362445205450058, -0.0006808050093241036, - -0.04180938005447388, -0.015300808474421501, 0.008606001734733582, - -0.09454009681940079, -0.03602497652173042, 0.02982734516263008, - 0.12095500528812408, -0.032545968890190125, -0.06334495544433594, - 0.058475181460380554, -0.03608224168419838, 0.11997935175895691, - -0.042225975543260574, -0.0012627235846593976, -0.005498455837368965, - -0.010100322775542736, -0.059837158769369125, 0.06781591475009918, - -0.012453517876565456, -0.10010121017694473, 0.0078058065846562386, - 0.04226263239979744, -0.036468859761953354, -0.08219204097986221, - -0.055173732340335846, -0.016732146963477135, -0.018979988992214203, - 0.009476042352616787, 0.05612929165363312, 0.018636299297213554, - -0.04938202723860741, 0.000635472359135747, -0.044384002685546875, - 0.02036748081445694, -0.04730823636054993, 0.013738291338086128, - -0.011861389502882957, -0.00876542180776596, 0.09170157462358475, - 0.03661136329174042, 0.07253216952085495, 0.03279244154691696, -0.06024893745779991, - 0.0227967519313097, 0.0003777753736358136, -0.0291072316467762, - -0.05914931371808052, -0.026821639388799667, 0.11239410191774368, - -0.007993261329829693, 0.014713219366967678, 0.06376422196626663, - -0.06617474555969238, 0.06393581628799438, 0.034093525260686874, - -0.009698771871626377, 0.03596466779708862, 0.02585112303495407, - 0.02063528634607792, 0.041015367954969406, -0.010909446515142918, - 0.07903553545475006, -0.0630723163485527, 0.06491701304912567, -0.01278972253203392, - 0.06572221964597702, -0.09111087024211884, -0.028540179133415222, - 0.0552595891058445, 0.07483632862567902, 0.03959548845887184, -0.04121502488851547, - 0.0776064470410347, -0.007053042761981487, 0.02989494800567627, - -0.056432973593473434, 0.06314428895711899, 0.044978272169828415, - 0.04900110512971878, -0.006125343032181263, 0.02717476338148117, - -0.05336631089448929, 0.037404581904411316, 0.011805222369730473, - 0.038566991686820984, -0.09206923097372055, 0.04000091180205345, - 0.002455642679706216, 0.052950333803892136, 0.038837309926748276, - 0.019101368263363838, 0.003988675773143768, 0.0442839190363884, - 0.008186385966837406, 0.02985970862209797, -0.0015856984537094831, - 0.06153225526213646, 0.022380482405424118, 0.05358745530247688, 0.03228214383125305, - 0.07187782227993011, 0.06241739168763161, -0.09480356425046921, - 0.013185071758925915, -0.01827298104763031, 0.03498539328575134, - -0.004949523136019707, -0.020194431766867638, 0.06950550526380539, - 0.007528640795499086, 0.0017088400200009346, 0.02920360118150711, - -0.06294441968202591, -0.025355644524097443, 0.04808957874774933, - -0.010559468530118465, -0.04816614091396332, 0.046471815556287766, - 0.012632331810891628, -0.0437760129570961, 0.01550636813044548, - 0.015525510534644127, -0.03987479954957962, 0.07207038998603821, - -0.06474410742521286, 0.0876450389623642, -0.06038292869925499, 0.07218676805496216, - -0.05427652224898338, 0.01317494548857212, 0.0329429991543293, -0.05797342583537102, - -0.001948567689396441, -0.0622120164334774, -0.02775975875556469, - 0.02008960396051407, -0.013548152521252632, -0.08850479871034622, - -0.0406818762421608, -0.02573578432202339, 0.057444922626018524, - -0.02523050457239151, -0.025388432666659355, -0.032199472188949585, - -0.025194412097334862, 0.0808212012052536, -0.027988353744149208, - 0.060888148844242096, 0.009313482791185379, -0.0022765968460589647, - 0.03889085352420807, 0.03733816370368004, -0.02468038536608219, - -0.02363976091146469, 0.009495008736848831, 0.0021991729736328125, - 0.04416605830192566, 0.0033779218792915344, 0.018959078937768936, - -0.038564350455999374, -0.04778541997075081, -0.019810965284705162, - 0.0015213919105008245, 0.0008217013673856854, -0.015995565801858902, - -0.04296296462416649, 0.010970771312713623, 0.029689183458685875, - -0.0037190348375588655, -0.05928509309887886, -0.0065732691437006, - 0.01058206893503666, -0.0015517917927354574, 0.0044252909719944, - 0.05132969096302986, -0.011435256339609623, -0.015242761000990868, - 0.07875580340623856, 0.041903041303157806, -0.05520836263895035, - -0.01820063404738903, -0.005756502039730549, 9.677274647401646e-5, - -0.010192900896072388, -0.023958101868629456, -0.0069636693224310875, - 0.03433125466108322, 0.004159169737249613, 0.06667380034923553, - 0.025840165093541145, -0.06767588108778, 0.12685805559158325, -0.015043229795992374, - 0.001485568005591631, -0.01815938577055931, -0.025678040459752083, - -0.02951057069003582, -0.012017431668937206, -0.09922564029693604, - 0.0208501685410738, 0.004150029271841049, -0.0078097255900502205, - 0.006193717010319233, 0.03816032409667969, 0.021838106215000153, - 0.054949771612882614, -0.0634545236825943, -0.06733255833387375, - -0.05634937435388565, 0.02902965061366558, -0.031946223229169846, - -0.05922090634703636, 0.03721469268202782, -0.01853947713971138, - -0.026665648445487022, 0.021856866776943207, 0.05046585574746132, - -0.0003511185641400516, 0.003672152291983366, 0.1224830150604248, - 0.11439232528209686, -0.05000828579068184, -0.005997242406010628, - 0.027173109352588654, 0.039338618516922, -0.03547145798802376, 0.039986271411180496, - 0.002531456993892789, 0.04280204325914383, 0.029139932245016098, - -0.010365861468017101, 0.014965389855206013, -0.03381285443902016, - 0.04983621835708618, 0.01738092489540577, 0.014827840030193329, - 0.006086586508899927, -0.010229294188320637, 0.008390524424612522, - 0.021293936297297478, 0.0022077527828514576, -0.021321427077054977, - 0.004081049934029579, -0.0785004124045372, -0.0620739720761776, - -0.0014105106238275766, 0.00844284612685442, 0.015223507769405842, - -0.05435812100768089, -0.007565221283584833, 0.007941911928355694, - 0.02836235612630844, 0.0465906597673893, -0.06353195011615753, 0.032586969435214996, - -0.004777617286890745, 0.0827684998512268, -0.02952539548277855, - -0.0858815535902977, 0.043379995971918106, -0.009083730168640614, - 0.007269317749887705, 0.08576169610023499, 0.05426882952451706, 0.11419215053319931, - 0.0013833484845235944, 0.007952353917062283, 0.014954601414501667, - 0.048580072820186615, 0.011635185219347477, 0.017469240352511406, - 0.03914310038089752, 0.003204998793080449, 0.022337500005960464, - -0.0026101309340447187, -0.030604155734181404, -0.061272911727428436, - 0.049639564007520676, -0.04612377658486366, -0.040776822715997696, - 0.008372257463634014, 0.039119306951761246, 0.06074043735861778, - 0.014068607240915298, 0.06942594051361084, -0.012006844393908978, - -0.04151457920670509, -0.003938787616789341, 0.010815048590302467, - 0.049898941069841385, 0.06032330542802811, 0.004962412174791098, - 0.034639548510313034, 0.06389009952545166, -0.003400899237021804, - 0.007536842953413725, -0.009089302271604538, -0.06273119896650314, - -0.019671214744448662, -0.05940307676792145, 0.019203271716833115, - -0.02012500911951065, -0.037954989820718765, -0.047172773629426956, - -0.10474053025245667, -0.011011609807610512, 0.0031024767085909843, - 0.0036471558269113302, 0.05843478813767433, 0.07976115494966507, - 0.049571212381124496, 0.013024968095123768, 0.040617626160383224, - -0.057875584810972214, 0.04499538615345955, -0.007372894790023565, - -0.08663307130336761, -0.048477474600076675, -0.009327421896159649, - 0.052208684384822845, -0.005193149205297232, 0.05224138870835304, - 0.029270265251398087, -0.0308616291731596, -0.0677282065153122, - 0.0019395382842049003, 0.048525623977184296, -0.07134205102920532, - -0.0473354272544384, 0.031458958983421326, -0.008954224176704884, - -0.04586994647979736, -0.031360529363155365, -0.052940163761377335, - -0.02550240233540535, -0.0012848988408222795, 0.025695472955703735, - -0.01055638212710619, -0.022672584280371666, 0.034081123769283295, - -0.018358418717980385, 0.014873855747282505, -0.07241356372833252, - 0.004888030234724283, 0.07452846318483353, -0.032523658126592636, - -0.029745934531092644, 0.054909925907850266, -0.021316437050700188, - -0.03642405942082405, -0.01655879244208336, -0.04794526472687721, - -0.07310677319765091, 0.027197184041142464, 0.07281863689422607, - -0.06137783080339432, -0.028202997520565987, -0.024614477530121803, - 0.0883430689573288, 0.02847016416490078, -0.06104007363319397, -0.06385976076126099, - 0.014730415306985378, 0.06799860298633575, 0.025602426379919052, - -0.07156294584274292, 0.019693536683917046, -0.009873862378299236, - -0.020382003858685493, 0.07326730340719223, -0.01894364133477211, - 0.0233289897441864, 0.008642745204269886, -0.032682083547115326, - -0.030856536701321602, 0.011754555627703667, 0.047050852328538895 - ], - [ - 0.015281865373253822, 0.0071815187111496925, 0.025958126410841942, - -0.009810428135097027, 0.035103533416986465, 0.02574380300939083, - -0.02912142127752304, -0.05526864528656006, 0.005537095479667187, - 0.019186031073331833, -0.007609571795910597, -0.02159923128783703, - 0.05284704640507698, -0.04112822934985161, 0.06458375602960587, 0.03768563270568848, - 0.0367337241768837, -0.002060849918052554, -0.050568196922540665, - 0.030418621376156807, -0.005672080907970667, -0.06190727278590202, - -0.04329782351851463, 0.07625195384025574, 0.025194378569722176, - 0.047442127019166946, -0.01923949271440506, 0.07270807027816772, - 0.01687825843691826, -0.0024506221525371075, 0.0457150936126709, - 0.0035155077930539846, -0.007163447327911854, 0.040672168135643005, - -0.006076618563383818, -0.004282838199287653, -0.025440223515033722, - 0.0648786798119545, 0.03212438151240349, 0.027206288650631905, - -0.008674622513353825, -0.018299221992492676, -0.004444928374141455, - 0.0033006055746227503, 0.030767962336540222, -0.00864105299115181, - -0.006182042416185141, -0.028561808168888092, 0.08687570691108704, - -0.0016594754997640848, -0.04153012856841087, -0.013744460418820381, - 0.007105427328497171, -0.0852854996919632, -0.04972689598798752, - -0.026635747402906418, -0.07482252269983292, 0.05604797974228859, - 0.0329773835837841, 0.02249845676124096, -0.051969222724437714, - -0.03162752091884613, -0.0157803762704134, 0.026464374735951424, - 0.0011884864652529359, -0.05278397351503372, 0.06182502582669258, - -0.03461887314915657, -0.0017274898709729314, 0.07420604676008224, - 0.06667696684598923, 0.04888613149523735, 0.05406665802001953, 0.009132218547165394, - 0.010040552355349064, -0.008831458166241646, -0.0036912758368998766, - 0.036211930215358734, -0.0028684395365417004, -0.04631656035780907, - 0.007680264301598072, 0.07302618026733398, -0.06798364222049713, - 0.025544079020619392, 0.10604152828454971, -0.02004869468510151, - -0.027564438059926033, 0.05190275236964226, -0.0005526141612790525, - -0.046354617923498154, 0.041616156697273254, 0.004410373512655497, - 0.05844423174858093, 0.03326382488012314, 0.01738036796450615, -0.02993924543261528, - 0.07540386915206909, 0.03092438541352749, -0.03140907362103462, - 0.008119902573525906, -0.021650072187185287, -0.023227477446198463, - -0.0016842263285070658, -0.02300666645169258, 0.02268085815012455, - -0.006581258028745651, 0.01892024464905262, -0.01941104419529438, - -0.03387679159641266, 0.0032217211555689573, -0.06321202218532562, - 0.053974591195583344, -0.04355970770120621, 0.011272554285824299, - -0.03255453705787659, 0.0005119202542118728, 0.0788460224866867, - -0.013746527023613453, -0.004607483744621277, 0.01688610389828682, - 0.004810476675629616, -0.022659607231616974, -0.0017287647351622581, - -0.030712734907865524, -0.055884890258312225, -0.04663345217704773, - 0.008325714617967606, 0.0381271131336689, 0.038916680961847305, - -0.015240414999425411, -0.007968887686729431, 0.007010473404079676, - 0.012883839197456837, 0.040928684175014496, -0.006922340951859951, - 0.0201707873493433, -0.009856807999312878, -0.018819665536284447, - 0.03456765413284302, -0.010506423190236092, 0.02087925747036934, - -0.012900808826088905, 0.01802745647728443, -0.0721159502863884, - 0.008957652375102043, 0.023695142939686775, 0.05465010553598404, - -0.00780613673850894, 0.0474562905728817, 0.020372798666357994, - 0.009302383288741112, -0.046981874853372574, -0.10210850089788437, - 0.019802646711468697, -0.023968596011400223, 0.04478709399700165, - -0.026082798838615417, 0.004333287477493286, -0.032740551978349686, - 0.008308755233883858, -0.0631905123591423, 0.00012697871716227382, - -0.04383748397231102, 0.019904591143131256, -0.02317732386291027, - 0.057201944291591644, -0.029008550569415092, 0.05613863095641136, - 0.02989315800368786, 0.016738690435886383, -0.08520052582025528, - 0.006762453820556402, 0.08866361528635025, 0.02734220400452614, - 0.050786130130290985, -0.013429512269794941, -0.022399425506591797, - 0.04301691800355911, 0.004578557331115007, -0.0014370944118127227, - -0.007455591578036547, -0.08284866809844971, -0.03555053845047951, - -0.05358501896262169, -0.10317337512969971, 0.015765348449349403, - -0.017812758684158325, -0.011155029758810997, -0.027405070140957832, - -0.09962654113769531, -0.09061238169670105, 0.031207717955112457, - -0.026077158749103546, 0.012748726643621922, 0.0040142410434782505, - 0.04727159067988396, 0.0629684254527092, -0.03865266591310501, 0.030682476237416267, - -0.02466045320034027, -0.0025258890818804502, 0.052133865654468536, - -0.0635109469294548, 0.06535160541534424, 0.03444947674870491, 0.009259256534278393, - 0.10442865639925003, 0.02873631939291954, 0.06940757483243942, - 0.0032739287707954645, -0.05257100611925125, 0.04094916209578514, - 0.02888163924217224, -0.0064861103892326355, 0.033119432628154755, - -0.013885123655200005, 0.09757443517446518, 0.020622681826353073, - 0.01689544878900051, 0.019029999151825905, 0.06484372913837433, - -0.040059853345155716, 0.023168573155999184, -0.020245565101504326, - 0.00864420272409916, 0.018747370690107346, -0.00957539677619934, - -0.014700090512633324, 0.0020987887401133776, 0.04413849860429764, - -0.009811101481318474, 0.018815426155924797, -0.008475090377032757, - -0.0052615986205637455, -0.0014612788800150156, -0.04456184431910515, - 0.03919140249490738, -0.002822777023538947, 0.03205990791320801, - -0.052909210324287415, 0.05918240547180176, -0.01153605803847313, - 0.0037990359123796225, 0.06902525573968887, -0.05084606260061264, - 0.025815442204475403, -0.011080105789005756, -0.00564039358869195, - 0.022502826526761055, 0.011347898282110691, 0.008911123499274254, - -0.016826391220092773, -0.023627666756510735, 0.05627845972776413, - 0.058864105492830276, -0.06765323132276535, -0.0752924233675003, - 0.02537813037633896, 0.05316018685698509, -0.013426432386040688, - 0.03489743918180466, 0.03169406205415726, -0.0681103989481926, 0.015686120837926865, - 0.03644261881709099, -0.065834179520607, -0.02555951103568077, - -0.016892749816179276, 0.017970416694879532, -0.010353995487093925, - -0.04357314109802246, -0.024371694773435593, 0.01797950081527233, - -0.06492901593446732, -0.024660702794790268, -0.008066538721323013, - -0.04389547184109688, -0.0076684909872710705, -0.01747857592999935, - -0.10947088897228241, 0.002522979862987995, -0.006454708985984325, - -0.015075062401592731, 0.07316940277814865, -0.064483143389225, 0.02964729815721512, - -0.07933920621871948, 0.021846825256943703, 0.08932582288980484, - -0.019653011113405228, -0.07165595889091492, 0.022667057812213898, - -0.003079252317547798, -0.054491352289915085, -0.019760316237807274, - 0.021736619994044304, -0.02740197815001011, -0.013826213777065277, - 0.06317348033189774, -0.03378468379378319, -0.03384621441364288, - 0.061363887041807175, 0.05267598479986191, 0.027944384142756462, - -0.0053425016812980175, 0.030583471059799194, -0.046173304319381714, - -0.02585451677441597, -0.017353443428874016, -0.05474686622619629, - 0.017829421907663345, -0.0436842180788517, 0.012571627274155617, - -0.019693655893206596, 0.02874382771551609, -0.0032830233685672283, - 0.053161852061748505, 0.02337169274687767, 0.005814436823129654, - 0.04049896448850632, 0.0321803092956543, 0.007897545583546162, 0.059664782136678696, - 0.04691729694604874, -0.05051155760884285, -0.003911274019628763, - -0.004085720982402563, -0.02110903523862362, 0.014269107021391392, - 0.06302979588508606, 0.08063729852437973, -0.010550670325756073, - 0.05044184997677803, 0.017933044582605362, -0.051237236708402634, - 0.05593351274728775, 0.028760388493537903, -0.10464297980070114, - 0.010684909299015999, -0.051009126007556915, -0.05880614370107651, - 0.021366940811276436, 0.05197489634156227, 0.054879918694496155, - 0.04609193280339241, 0.06344600021839142, -0.051814038306474686, 0.0389273464679718, - -0.0010216697119176388, 0.04371770843863487, -0.0021345855202525854, - -0.05207688733935356, -0.10338646918535233, -0.010905326344072819, - 0.06637474149465561, 0.00010386668873252347, 0.007180674467235804, - 0.054631270468235016, -0.005841520149260759, -0.025078512728214264, - -0.016472792252898216, 0.056186243891716, 0.007463023066520691, - -0.005702103488147259, -0.00900560524314642, -0.011908695101737976, - 0.0020533304195851088, 0.02434525266289711, 0.0023219126742333174, - 0.05260663852095604, -0.04469890892505646, 0.018308693543076515, - -0.01423648837953806, -0.037890661507844925, 0.04140451177954674, - -0.04527772217988968, -0.005439066793769598, 0.040903788059949875, - -0.08348070085048676, 0.04910590872168541, 0.03948671370744705, - -0.010664663277566433, -0.050110965967178345, 0.012841565534472466 - ], - [ - 0.030550599098205566, -0.09520665556192398, -0.07490281015634537, - 0.034208621829748154, 0.017940793186426163, -0.0270750280469656, - -0.05535142496228218, 0.010258134454488754, 0.02610054612159729, - 0.01572406478226185, -0.023593485355377197, 0.00697755441069603, - 0.08171277493238449, 0.02185646817088127, -0.013858181424438953, - -0.022756408900022507, -0.02652725763618946, -0.12382803857326508, - 0.01548104826360941, 0.059596434235572815, 0.036211512982845306, - -0.04085085168480873, 0.057552848011255264, -0.054347191005945206, - 0.03806821256875992, 0.036713968962430954, -0.02350485697388649, - -0.034234460443258286, -0.02095705457031727, 0.01748846285045147, - -0.10278280079364777, 0.029499024152755737, 0.046084072440862656, - 0.0063842968083918095, 0.05734485760331154, -0.05480985715985298, - 0.0730077400803566, -0.024721376597881317, -0.0033626118674874306, - 0.1119309738278389, 0.03915292024612427, -0.05857830494642258, 0.09199383854866028, - 0.08174658566713333, 0.03943314030766487, 0.039319925010204315, - -0.02703103795647621, 0.04676133766770363, 0.059009697288274765, - 0.05167548358440399, 0.09528506547212601, 0.029553327709436417, - -0.08111746609210968, 0.039836715906858444, -0.09580394625663757, - -0.007458652835339308, -0.046466726809740067, -0.052013762295246124, - 0.02978765405714512, 0.028684871271252632, -0.03802019730210304, - 0.05952136218547821, -0.03281428664922714, -0.03883304446935654, - 0.01831747591495514, -0.02640169858932495, -0.08491219580173492, - -0.03231384605169296, 0.05228704214096069, -0.01867937669157982, - -0.014077424071729183, 0.0538337342441082, 0.04280674830079079, 0.066402368247509, - 0.05507907643914223, -0.014634951949119568, 0.10967665165662766, - 0.053219184279441833, 0.008346769027411938, -0.006568142678588629, - -0.05566129833459854, 0.06728268414735794, -0.006650601513683796, - -0.02645185776054859, -0.007519848179072142, 0.007461378816515207, - 0.09025397151708603, 0.03415476530790329, -0.07349386811256409, 0.08220097422599792, - 0.0461982861161232, 0.06902596354484558, -0.05552460998296738, 0.06668377667665482, - -0.05274207517504692, -0.03960820659995079, -0.01583557389676571, - 0.06449204683303833, 0.051661085337400436, -0.025670967996120453, - -0.034074731171131134, -0.039813097566366196, 0.07382748275995255, - 0.04378356784582138, -0.055523764342069626, 0.024918220937252045, - -0.0012583502102643251, -0.0069838277995586395, 0.06660778820514679, - -0.02763703465461731, 0.11861781030893326, -0.07167363166809082, - 0.01511096116155386, 0.06826651096343994, -0.012403054162859917, - 0.04724907502532005, -0.0018634257139638066, -0.00838050153106451, - 0.03988783434033394, 0.0805976465344429, -0.04788362234830856, -0.02272842265665531, - 0.07466515153646469, 0.007543425541371107, -0.023415597155690193, - -0.10781603306531906, 0.07313642650842667, -0.028050418943166733, - -0.025110479444265366, -0.04523199424147606, -0.030931957066059113, - -0.005210702307522297, 0.08487720042467117, 0.019994651898741722, - 0.08872269839048386, -0.05239596962928772, -0.019547056406736374, - -0.06069711968302727, 0.0025445877108722925, -0.08078814297914505, - -0.0182099100202322, -0.005309549625962973, 0.009325020015239716, - 0.010264076292514801, 0.018845919519662857, 0.04032275080680847, - -0.07575956732034683, -0.04705251753330231, -0.055887434631586075, - 0.01158942561596632, 0.025822365656495094, 0.04669635742902756, - -0.02471412904560566, 0.0862531065940857, -0.020274817943572998, - -0.017694994807243347, -0.07917037606239319, -0.07338862121105194, - 0.0652497261762619, 0.039077773690223694, 0.026480719447135925, - -0.01295479852706194, 0.052657198160886765, 0.03563329949975014, - 0.09583503752946854, 0.12455759197473526, -0.04466531053185463, - -0.005112939514219761, -0.004166971892118454, 0.022894203662872314, - 0.01276963297277689, 0.05338525399565697, -0.05933797359466553, - -0.037401776760816574, 0.09394737333059311, 0.07171032577753067, - 0.036859817802906036, -0.13571061193943024, -0.033751875162124634, - -0.020481690764427185, -0.02641385979950428, 0.10674436390399933, - -0.009610836394131184, 0.01800289936363697, 0.03736143931746483, - 0.012211490422487259, -0.02282046340405941, -0.007219995371997356, - -0.07592155784368515, 0.021158792078495026, -0.016787758097052574, - 0.008011631667613983, -0.03516961634159088, 0.011414955370128155, - 0.02174028567969799, -0.013229242525994778, -0.0034281860571354628, - 0.019513802602887154, 0.01843627542257309, -0.03116052970290184, - 0.034049175679683685, 0.1024409756064415, -0.0487545020878315, 0.02460765652358532, - -0.0348893441259861, -0.06572459638118744, -0.02193494513630867, - 0.02517310157418251, 0.037369150668382645, 0.010209642350673676, - -0.05080427601933479, -0.0019789801444858313, -0.005660742521286011, - -0.03000979870557785, 0.003397928550839424, 0.010015802457928658, - -0.050089031457901, -0.11154104024171829, -0.09440626949071884, - 0.046466853469610214, 0.0530303418636322, 0.01482804398983717, 0.0142820430919528, - 0.008458146825432777, -0.016373611986637115, 0.08390268683433533, - -0.04222889244556427, 0.08425698429346085, 0.04469739645719528, - -0.04565287008881569, 0.056748583912849426, -0.053574275225400925, - 0.061225228011608124, 0.045130420476198196, 0.04880940169095993, - -0.04236724227666855, -0.04366536810994148, 0.09260943531990051, - 0.004809101112186909, 0.009235848672688007, -0.04226451367139816, - 0.01571473851799965, -0.029358582571148872, -0.03820713236927986, - -0.1267291009426117, 0.042725980281829834, -0.0010219488758593798, - 0.06106957420706749, -0.039864957332611084, -0.010350528173148632, - 0.040013089776039124, -0.014108686707913876, 0.038738515228033066, - 0.06437390297651291, 0.09534408897161484, -0.13120757043361664, - -0.14237698912620544, 0.1416763961315155, -0.019677629694342613, - 0.014309161342680454, -0.06683240085840225, -0.06412719190120697, - -4.2033316276501864e-5, 0.05283570662140846, 0.010476358234882355, - 0.0553772933781147, -0.012621059082448483, 0.0068811154924333096, - 0.012689991854131222, 0.0036587673239409924, 0.1522330790758133, 0.0609300397336483, - 0.014606799930334091, -0.05198637768626213, -0.05072074383497238, - 0.04467276111245155, -0.014723033644258976, 0.0611162930727005, 0.0650850161910057, - 0.06911967694759369, 0.12594547867774963, 0.11197245121002197, - -0.0009446065523661673, -0.015150293707847595, 0.02527494914829731, - 0.061635248363018036, -0.03137568384408951, -0.05385395884513855, - -0.011576518416404724, 0.015706123784184456, 0.0008076181984506547, - 0.013946210965514183, 0.021686028689146042, -0.06853149831295013, - 0.001200519036501646, 0.024800743907690048, -0.01568738743662834, - 0.02003422938287258, -0.0026363516226410866, 0.0717339739203453, - 0.08722802251577377, 0.045815903693437576, 0.007019596640020609, - 0.00968332588672638, -0.045359741896390915, -0.04913746193051338, - -0.04915314540266991, -0.056048426777124405, -0.15770772099494934, - -0.07410964369773865, 0.15256577730178833, -0.055300891399383545, - 0.015646787360310555, 0.041391756385564804, -0.02162351831793785, - 0.04429147019982338, 0.055182624608278275, 0.005031993146985769, - 0.016446314752101898, 0.031816333532333374, 0.0525076724588871, - 0.056600864976644516, -0.03476548194885254, 0.00964535865932703, - 0.0012136517325416207, -0.06651455163955688, 0.000783864757977426, - -0.09632453322410583, 0.06974673271179199, -0.010652780532836914, - 0.05183664709329605, -0.014935127459466457, -0.11036936193704605, - -0.01688130386173725, -0.04360195994377136, -0.05668860673904419, - -0.017160741612315178, 0.1575896292924881, 0.009362105280160904, - -0.02510165609419346, -0.042491428554058075, -0.05833734944462776, - -0.0032761699985712767, 0.04073140025138855, 0.010846884921193123, - -0.09303303807973862, 0.001737130107358098, 0.05663614720106125, - -0.05142762511968613, 0.025942077860236168, 0.039902228862047195, - -0.053376130759716034, 0.10837320238351822, 0.018649885430932045, - 0.0041318065486848354, -0.00801637303084135, 0.043729595839977264, - -0.030872207134962082, 0.0916210487484932, 0.06597456336021423, - 0.011565668508410454, -0.060434985905885696, -0.03492102026939392, - 0.030905889347195625, -0.01770137995481491, -0.030615340918302536, - -0.07891958206892014, -0.03469466418027878, -0.09858988970518112, - 0.0015864754095673561, -0.07577680051326752, -0.02189760096371174, - -0.040610529482364655, -0.030660061165690422, 0.028478065505623817, - 0.014667848125100136, 0.04077921435236931, -0.046724848449230194, - 0.03720967844128609, -0.12421812117099762, -0.07777751237154007, - -0.0856156051158905, 0.07207415252923965, -0.032048679888248444 - ], - [ - -0.01539965346455574, -0.016506532207131386, -0.0410897359251976, - 0.028527449816465378, -0.052586935460567474, -0.010833004489541054, - -0.03955110162496567, -0.023800449445843697, 0.06664303690195084, - 0.005110137164592743, -0.06802598387002945, -0.04132401570677757, - 0.09164492040872574, -0.023810019716620445, 0.014305716380476952, - -0.030680596828460693, -0.014614034444093704, -0.045361198484897614, - 0.04008836671710014, -0.04004644230008125, 0.021270543336868286, - 0.06490106135606766, 0.07094467431306839, 0.010490558110177517, - -0.020985018461942673, -0.01578712649643421, -0.0008566402248106897, - -0.023088205605745316, 0.051370587199926376, 0.025538576766848564, - -0.03665773198008537, -0.06211215257644653, -0.05122402682900429, - 0.03769732266664505, -0.01868836022913456, 0.06095557287335396, - -0.04334372282028198, 0.008229449391365051, 0.05184425786137581, - 0.0016178373480215669, -0.036025259643793106, -0.03435857594013214, - -0.05259764939546585, -0.026456419378519058, 0.02999594807624817, - 0.004029589239507914, 0.008730529807507992, 0.03983945772051811, - -0.028270168229937553, -0.041172318160533905, 0.04551110044121742, - 0.053709063678979874, -0.07964859902858734, 0.09146434813737869, - -0.015970010310411453, -0.009651703760027885, -0.005346678197383881, - 0.010996313765645027, 0.033025726675987244, -0.005243786610662937, - 0.08800449222326279, -0.049403801560401917, -0.08635617047548294, - 0.013218052685260773, -0.06548883020877838, -0.03267715126276016, - 0.033707890659570694, 0.06225166469812393, -0.031967710703611374, - -0.02357819490134716, 0.00039089267374947667, -0.024654095992445946, - 0.050192441791296005, -0.03249719738960266, 0.06169302016496658, - 0.026329990476369858, 0.014300234615802765, -0.04158451780676842, - 0.025322461500763893, 0.0514441579580307, 0.0003699315420817584, - 0.04648343473672867, -0.03884520381689072, -0.01922871731221676, - -0.02676014043390751, -0.017411556094884872, -0.0006100998143665493, - 0.0011939647374674678, 0.001909972750581801, -0.00999581627547741, - -0.028687559068202972, -0.06756953150033951, -0.07154376059770584, - -0.01798667199909687, -0.010049737989902496, 0.048717278987169266, - -0.0063729784451425076, 0.017970263957977295, 0.014122205786406994, - 0.007743838708847761, 0.050266340374946594, 0.024815505370497704, - -0.028697611764073372, 0.005411709658801556, -0.05490440875291824, - 0.006104027386754751, 0.018098212778568268, -0.009828881360590458, - 0.01118296105414629, -0.07754801958799362, 0.002755531808361411, - -0.03005845472216606, 0.026203498244285583, -0.00029855401953682303, - 0.0020176342222839594, 0.06579123437404633, -0.010400584898889065, - -0.04303877428174019, -0.0006288639851845801, 0.0026077667716890574, - -6.474958809121745e-6, 0.022127605974674225, 0.04760406166315079, - -0.05763893201947212, 0.02160351723432541, 0.024346787482500076, - 0.04908943921327591, -0.013265842571854591, 0.0031684874556958675, - 0.021135754883289337, -0.013261259533464909, -0.03916044533252716, - -0.0056511289440095425, 0.037885915488004684, 0.03624023124575615, - -0.0004427333769854158, 0.007190326228737831, 0.03166283667087555, - 0.022135797888040543, -0.0035666560288518667, 0.03200391307473183, - -0.06259641796350479, 0.04186555743217468, -0.04501086473464966, - -0.054735198616981506, 0.0034573145676404238, -0.013327717781066895, - 0.07372409850358963, -0.08832508325576782, 0.011925885453820229, - 0.07324782013893127, -0.020905902609229088, 0.048379361629486084, - 0.04033147543668747, -0.006324267014861107, -0.05676906928420067, - -0.04145878180861473, -0.025057705119252205, -0.024426033720374107, - 0.05362546443939209, -0.05507231131196022, -0.03701408952474594, - -0.015613471157848835, -0.019870297983288765, -0.01381654106080532, - 0.009899206459522247, -0.03386974707245827, -0.0029228588100522757, - -0.039816100150346756, 0.018721451982855797, 0.03292851522564888, - 0.014388462528586388, -0.026261817663908005, -0.0034258209634572268, - 0.052087485790252686, -0.0589880645275116, 0.011341260746121407, - -0.04003364220261574, 0.04903966188430786, -0.02010873146355152, - 0.012318884022533894, 0.0063775209710001945, 0.010219368152320385, - 0.06869635730981827, 0.02701306901872158, 0.05106838420033455, -0.01058939564973116, - -0.0068969158455729485, -0.0058341980911791325, -0.030246496200561523, - -0.037430401891469955, 0.02574906498193741, 0.044321414083242416, - -0.006149249617010355, -0.04184986650943756, 0.016265392303466797, - 0.024765461683273315, -0.037495750933885574, 0.05067910999059677, - -0.0030501128640025854, -0.02258382737636566, -0.07270842045545578, - -0.00814033392816782, 0.01520563941448927, -0.06845758110284805, - -0.05674273520708084, 0.07081291824579239, -0.05801009759306908, - -0.03264199569821358, 0.020929481834173203, -0.03342115134000778, - 0.015969643369317055, 0.00694270059466362, 0.011249830015003681, - -0.018678486347198486, -0.016215603798627853, -0.02900068275630474, - -0.0503801628947258, -0.08145593851804733, 0.030158258974552155, - 0.07734786719083786, 0.03635287284851074, -0.051528554409742355, - 0.017965121194720268, 0.04292498901486397, 0.025694970041513443, - -0.034951142966747284, -0.007128824479877949, -0.061327192932367325, - 0.02630683407187462, 0.02680780552327633, 0.03041495755314827, -0.02512052096426487, - 0.08954764902591705, 0.010825459845364094, -0.01336637232452631, - 0.02902970276772976, 0.05574512481689453, 0.005865820683538914, 0.02405627816915512, - -0.0534229539334774, 0.0006144415820017457, 0.036554791033267975, - -0.0730549767613411, -0.03750665858387947, -0.011903174221515656, - 0.037225689738988876, -0.052329860627651215, 0.017794355750083923, - -0.02015024982392788, -0.0671321377158165, 0.04697008803486824, -0.01813361980021, - 0.04243207722902298, 0.028180032968521118, -0.036989472806453705, - -0.010600768961012363, 0.011782223358750343, 0.03043040819466114, - 0.058021366596221924, 0.04648459330201149, -0.007573951501399279, - 0.053716134279966354, 0.021022114902734756, 0.0060088783502578735, - 0.013858305290341377, 0.00011423020623624325, 0.04131946340203285, - 0.005265842657536268, -0.018895884975790977, -0.025160696357488632, - 0.06169315055012703, 0.009132432751357555, 0.05108454450964928, - -0.04232897236943245, -0.030629299581050873, -0.02811090648174286, - -0.009323089383542538, 0.041545093059539795, 0.08407213538885117, - 0.013728685677051544, 0.0691789761185646, 0.029535457491874695, - -0.054647743701934814, 0.0019676368683576584, 0.0073529696092009544, - 0.04004284739494324, -0.004627656657248735, 0.04119490459561348, - 0.08038417249917984, -0.009766469709575176, 0.007761309389024973, - -0.03404353931546211, 0.0038148900493979454, -0.0344521626830101, - 0.0563465841114521, -0.02357390522956848, -0.007576036732643843, - -0.046384602785110474, -0.0343489870429039, 0.04732352867722511, - -0.06703060865402222, -0.07256703823804855, -0.008359813131392002, - -0.06266013532876968, -0.06913692504167557, 0.051767583936452866, - 0.006680527701973915, 0.009455558843910694, 0.041522275656461716, - -0.05704982951283455, -0.04793626070022583, -0.03488178178668022, - -0.028941171243786812, 0.01858435943722725, 0.031425099819898605, - -0.009417049586772919, -0.03109048120677471, -0.031232282519340515, - 0.03007264994084835, 0.009051050990819931, 0.03538309782743454, 0.02015026845037937, - -0.0783829391002655, 0.020300546661019325, 0.023441560566425323, - 0.040397658944129944, -0.019246039912104607, -0.0028554557356983423, - -0.027052538469433784, 0.006159180775284767, 0.016722969710826874, - -0.02679450996220112, 0.0018560150638222694, -0.039581455290317535, - -0.023957746103405952, -0.03839840367436409, 0.06210896000266075, - -0.004563827533274889, 0.016760949045419693, 0.02350716106593609, - 0.01744185760617256, 0.007895663380622864, 0.02725342847406864, - -0.007118070498108864, -0.023636121302843094, 0.018866481259465218, - 0.032353475689888, 0.008085781708359718, -0.09572569280862808, -0.02181924693286419, - 0.016739139333367348, 0.00705242995172739, -0.015474519692361355, - -0.05670195072889328, 0.013380996882915497, 0.000984589452855289, - 0.033104103058576584, -0.007027910090982914, 0.03117659129202366, - -0.03231130912899971, 0.018863484263420105, -0.012258769012987614, - -0.03158631548285484, 0.0001556588540552184, 0.022448807954788208, - -0.05836285650730133, -0.036407873034477234, 0.045828092843294144, - -0.04143860936164856, 0.024366319179534912, 0.019230825826525688, - 0.01664881967008114, -0.04437094181776047, -0.02840621955692768, - -0.04312217980623245, 0.015181015245616436, 0.008354413323104382, - 0.05167767405509949, 0.0063545857556164265, 0.0074194660410285, - -0.046921998262405396, 0.005695839878171682, -0.04571083188056946 - ], - [ - -0.08612105995416641, 0.028034040704369545, 0.0086075933650136, 0.04276687279343605, - -0.03811737522482872, -0.0009065166232176125, -0.017819270491600037, - 0.0059076640754938126, 0.011265946552157402, -0.024982795119285583, - -0.014452568255364895, 0.012481607496738434, 0.030819062143564224, - 0.05508805066347122, -0.037175968289375305, -0.005264475475996733, - 0.0024223695509135723, -0.04900709167122841, -0.012330212630331516, - -0.04332533851265907, 0.013135140761733055, 0.027835913002490997, - 0.017281383275985718, -0.04797558858990669, -0.02656731754541397, - 0.043591905385255814, -0.04510888084769249, -0.009348416700959206, - -0.016135815531015396, -0.021231867372989655, -0.03246961534023285, - 0.017692342400550842, 0.04303193837404251, 0.04760465398430824, -0.0740588828921318, - -0.03808058798313141, 0.015186062082648277, 0.0050473278388381, 0.03942066431045532, - 0.018312783911824226, 0.0955299437046051, -0.054137781262397766, - -0.0638018399477005, 0.03841531276702881, 0.04806627333164215, 0.13136616349220276, - -0.0442512221634388, 0.002460694406181574, -0.04083513095974922, - -0.09860383719205856, 0.06487059593200684, 0.0974411815404892, -0.08356121927499771, - 0.010228305123746395, -0.007467958610504866, 0.040936775505542755, - -0.01080277655273676, 0.036690980195999146, 0.05630498751997948, - 0.06999225914478302, 0.04492894932627678, -0.02062249928712845, - -0.022915828973054886, 0.10698240250349045, 0.03599131852388382, - -0.020187247544527054, -0.1243022084236145, -0.044617582112550735, - -0.038970738649368286, -0.022424427792429924, 0.059426769614219666, - 0.0637899860739708, 0.09587614983320236, -0.03842775896191597, 0.039925716817379, - -0.005863823462277651, 0.03796232491731644, 0.025613393634557724, - -0.040845222771167755, -0.005779128521680832, -0.018499119207262993, - 0.00998683925718069, -0.0024513150565326214, 0.04631048068404198, - 0.005807205568999052, -0.022832849994301796, 0.037992414087057114, - -0.0828099399805069, -0.11477252095937729, -0.09859700500965118, - -0.0408920980989933, -0.011864668689668179, 0.001272676745429635, - 0.03539003059267998, 0.009871163405478, 0.030688485130667686, -0.09735295176506042, - -0.0038348848465830088, -0.032301660627126694, -0.028020072728395462, - 0.0028640683740377426, 0.016968393698334694, 0.013872487470507622, - -0.032233741134405136, 0.045173924416303635, -0.02297702245414257, - 0.03457924723625183, 0.028117619454860687, 0.02475658617913723, - -0.06230072304606438, 0.04125913605093956, -0.030000928789377213, - 0.07251045852899551, 0.050109900534152985, -0.027180444449186325, - -0.07425998896360397, -0.03444948419928551, 0.09734325110912323, - 0.10592420399188995, 0.039598822593688965, -0.00362978782504797, - -0.04040548577904701, 0.048752836883068085, -0.0075037116184830666, - 0.01741553656756878, -0.06782025843858719, -0.035833973437547684, - 0.04623022302985191, -0.01639113761484623, -0.08062908798456192, - 0.013214994221925735, -0.04274114593863487, -0.05340912193059921, - 0.08879750967025757, 0.059984661638736725, -0.04274735972285271, - -0.029214974492788315, 0.03388279676437378, 0.011831935495138168, - -0.02981686033308506, -0.00537120969966054, -0.03841514140367508, - -0.01320150587707758, 0.08630193024873734, -0.051883962005376816, - -0.02271067537367344, 0.010892083868384361, -0.1082623079419136, - 0.033291708678007126, -0.006329407915472984, 0.021433021873235703, - 0.006351130083203316, 0.06404975056648254, -0.10224015265703201, - 0.04131323844194412, -0.1142912432551384, 0.004708694759756327, - -0.08987953513860703, -0.01466068159788847, 0.001251920941285789, - 0.007910829037427902, 0.09839985519647598, 0.048895902931690216, 0.0794825628399849, - 0.03340628743171692, 0.02362012304365635, 0.029114775359630585, - -0.09148833900690079, -0.05205757915973663, -0.034792955964803696, - 0.0037157763727009296, -0.0650009885430336, -0.05353079363703728, - 0.0718897208571434, -0.07199211418628693, 0.002301229164004326, - 0.023299235850572586, -0.031667500734329224, -0.10180343687534332, - 0.042554862797260284, 0.04216005653142929, 0.016454311087727547, - 0.11232543736696243, 0.04713244363665581, 0.030533719807863235, 0.07354805618524551, - 0.03157217428088188, 0.04071176424622536, 0.021966377273201942, 0.12440318614244461, - 0.04045723378658295, -0.00654836930334568, 0.018681829795241356, - 0.03681585192680359, 0.0865461677312851, 0.07349288463592529, -0.03420456126332283, - 0.04559960961341858, 0.08596114069223404, 0.06517135351896286, -0.08138702064752579, - 0.041074734181165695, -0.05583656579256058, -0.03173508122563362, - 0.0072012427262961864, 0.0519787035882473, -0.03755132853984833, - -0.0423765704035759, 0.02361373044550419, 0.01642139069736004, - 0.0026801470667123795, -0.018818683922290802, -0.0590808168053627, - 0.0078877042979002, -0.014859077520668507, 0.07875824719667435, 0.05331210047006607, - -0.028700973838567734, 0.05397568643093109, -0.044959165155887604, - 0.002242493676021695, 0.02998325601220131, -0.03911389037966728, - -0.022385064512491226, 0.0001513830793555826, -0.006063310895115137, - -0.038937222212553024, 0.010851538740098476, 0.03912286087870598, - -0.019183605909347534, -0.07058484107255936, 0.0011926953447982669, - -0.011389481835067272, 0.10636250674724579, -0.005128097254782915, - 0.04270473122596741, -0.010059977881610394, -0.10799261182546616, - 0.07307669520378113, 0.07427936047315598, 0.057522598654031754, - 0.005311408545821905, 0.05051034688949585, -0.021923711523413658, - -0.0744517371058464, 0.058958202600479126, -0.023424873128533363, - 0.02578144147992134, -0.026494832709431648, -0.03839423879981041, - -0.04684758186340332, -0.05309202894568443, 0.04575863853096962, 0.0613979697227478, - 0.017834452912211418, -0.013941226527094841, -0.04859365150332451, - 0.03247840330004692, 0.0208409633487463, -0.06999529153108597, 0.0392124317586422, - -0.03405570611357689, -0.020160865038633347, 0.015466518700122833, - -0.0039747669361531734, -0.035230476409196854, 0.05334996432065964, - 0.032969966530799866, -0.0068535651080310345, -0.031388383358716965, - 0.02515251375734806, 0.10553520172834396, 0.013495022431015968, 0.07568057626485825, - 0.02219434827566147, 0.017081262543797493, -0.010634694248437881, - -0.05897932127118111, -0.08793354779481888, 0.02187986485660076, - -0.0339837409555912, 0.12063109874725342, 0.11847732216119766, -0.01934286206960678, - 0.09564459323883057, 0.01786581426858902, -0.08747052401304245, - -0.027641749009490013, -0.04738622531294823, 0.037509363144636154, - -0.0030766853597015142, 0.018355460837483406, -0.03421841561794281, - 0.050830449908971786, 0.06639686971902847, -0.03651243448257446, - 0.024824922904372215, -0.030837807804346085, -0.050100263208150864, - -0.021892346441745758, 0.04176820442080498, -0.019480187445878983, - -0.11019332706928253, -0.015764590352773666, 0.028798870742321014, - -0.050177354365587234, 0.02364002726972103, -0.026365192607045174, - 0.03463280573487282, -0.052935339510440826, 0.06424365937709808, - -0.03509598597884178, -0.12361275404691696, -0.03543553501367569, - 0.007703204173594713, -0.01640426553785801, -0.024617701768875122, - 0.027922749519348145, -0.016918811947107315, -0.025120580568909645, - -0.002535489620640874, 0.018576687201857567, -0.02894315868616104, - -0.10491462051868439, 0.018647002056241035, -0.04384241998195648, - 0.013774472288787365, 0.07195132225751877, 0.004011455923318863, 0.0606774166226387, - 0.025342928245663643, -0.03233115002512932, 0.07445710152387619, - 0.06415923684835434, 0.034741051495075226, -0.031518157571554184, - 0.02837545983493328, -0.11942513287067413, 0.06720579415559769, - 0.020466800779104233, 0.014284534379839897, -0.043613091111183167, - -0.033935848623514175, 0.049885865300893784, -0.013368581421673298, - 0.01638927310705185, 0.10223627835512161, -0.06911466270685196, 0.09920386224985123, - -0.02034188248217106, 0.046608537435531616, -0.010848117992281914, - -0.0305482167750597, 0.04311276972293854, -0.019785506650805473, - 0.04818778112530708, 0.026792285963892937, 0.004464019555598497, - 0.04556034505367279, -0.09757331013679504, -0.0648292601108551, - -0.08650562912225723, -0.09303993731737137, 0.04374207183718681, - -0.018604084849357605, 0.06987141072750092, 0.019392753019928932, - 0.04685094580054283, -0.03851141408085823, -0.0069322241470217705, - -0.022438550367951393, 0.026425212621688843, 0.07303231209516525, - -0.020465172827243805, 0.04116642102599144, -0.0811728686094284, - 0.01612885296344757, -0.05322659760713577, -0.021948693320155144, - -0.002179223345592618, 0.0005478064413182437, -0.07639354467391968, - 0.013581451959908009, 0.008244047872722149 - ], - [ - 0.08202991634607315, 0.02976134419441223, -0.06624140590429306, 0.03405991569161415, - 0.008778768591582775, 0.08356516063213348, 0.02135755494236946, 0.03709157928824425, - 0.06807482987642288, -0.009418364614248276, -0.030507607385516167, - -0.03614519163966179, 0.04783829674124718, 0.03886710852384567, - 0.006926193833351135, -0.014955338090658188, 0.03438020870089531, - -0.10092556476593018, 0.039326563477516174, -0.09029166400432587, - 0.060766663402318954, 0.04466814920306206, 0.04112278297543526, - -0.09776659309864044, -0.02519885078072548, 0.026105372235178947, - -0.014738799072802067, 0.029338661581277847, 0.059735506772994995, - -0.0044008526019752026, -0.012647731229662895, -0.04648721590638161, - 0.027934329584240913, 0.0071012298576533794, -0.0218218881636858, - 0.06562353670597076, -0.01010572537779808, -0.04641257971525192, - 0.08968424797058105, -0.08395136147737503, -0.02563437446951866, - -0.04215303063392639, 0.03861094266176224, 0.01246029045432806, 0.02896789275109768, - -0.05214536190032959, -0.04201040044426918, 0.01093002688139677, - 0.011426296085119247, -0.054080989211797714, -0.03195861726999283, - -0.012409367598593235, -0.03896037116646767, 0.038035474717617035, - 0.07768083363771439, 0.055483128875494, -0.003850166918709874, 0.07105080038309097, - -0.0072860633954405785, -0.03739034757018089, 0.03738614544272423, - 0.01539482083171606, -0.021086860448122025, -0.011789709329605103, - -0.009233293123543262, -0.07833866775035858, -0.02350156381726265, - 0.03983572870492935, -0.009512681514024734, -0.027678431943058968, - 0.037281617522239685, -0.018789401277899742, 0.04350445419549942, - 0.03400050848722458, 0.04031386598944664, 0.0442500002682209, 0.05141867697238922, - 0.0657389760017395, -0.03693091869354248, -0.04602232575416565, - 0.014264775440096855, 0.08614589273929596, 0.03282453119754791, 0.05137016996741295, - 0.00371761666610837, -0.020759006962180138, -0.0014893749030306935, - -0.03232864663004875, -0.016133131459355354, 0.0056496248580515385, - -0.012570259161293507, -0.03090304136276245, -0.0483582504093647, - 0.04069538041949272, -0.03386359289288521, 0.0040854415856301785, - -0.048502180725336075, -0.027878664433956146, 0.053354669362306595, - -0.011659594252705574, -0.013222264125943184, 0.04092242196202278, - -0.019012393429875374, -0.046007245779037476, -0.054265160113573074, - -0.05926121398806572, -0.018223553895950317, 0.022525837644934654, - 0.016394073143601418, 0.03257814049720764, 0.019767500460147858, - -0.009465481154620647, -0.03140365332365036, -0.0024584156926721334, - -0.07010157406330109, -0.09452048689126968, 0.025315577164292336, - -0.04038429260253906, 0.04266718775033951, 0.027885261923074722, - -0.030687449499964714, 0.013766278512775898, 0.025266360491514206, - 0.013497517444193363, 0.06853056699037552, 0.03526923060417175, - 0.010324674658477306, -0.000283777219010517, 0.04412228986620903, - -0.04526587203145027, -0.08693047612905502, 0.03634079173207283, - 0.03122890181839466, -0.010665741749107838, -0.006988917477428913, - 0.023224812000989914, 0.0510566383600235, -0.029196616262197495, - -0.03412356600165367, 0.04644572734832764, -0.0020235655829310417, - -0.01800885796546936, -0.03667806461453438, -0.08624519407749176, - -0.004945470951497555, 0.06605074554681778, -0.016024604439735413, - -0.025361889973282814, -0.13430459797382355, -0.04836041107773781, - -0.03366183117032051, -0.027753818780183792, 0.07599891722202301, - -0.004163945093750954, 0.010292839258909225, -0.03387867659330368, - -0.04029969871044159, -0.054390329867601395, 0.008311734534800053, - -0.03432285413146019, -0.10920321196317673, -0.07118792086839676, - 0.11790761351585388, -0.03855572268366814, 0.03499182313680649, - -0.011299565434455872, -0.05179404839873314, -0.06688661128282547, - -0.00834661815315485, 0.04746972396969795, 0.0008576938416808844, - 0.031352486461400986, -0.08602242916822433, -0.027548231184482574, - -0.004341061692684889, 0.003348429687321186, -0.011739210225641727, - 0.008475512266159058, 0.006415289361029863, -0.0611143559217453, - 0.03299558535218239, 0.01774519309401512, 0.048177946358919144, 0.05875339359045029, - 0.07179883122444153, 0.024612894281744957, 0.011327552609145641, - 0.011770021170377731, 0.01594945602118969, 0.017076754942536354, - 0.03874839469790459, 0.0584239736199379, 0.018846619874238968, 0.0562620609998703, - -0.10083416104316711, 0.014233320020139217, 0.011425340548157692, - -0.028018616139888763, -0.023319192230701447, -0.03665046766400337, - 0.06991966813802719, -0.072305828332901, -0.009293870069086552, - -0.02767571061849594, -0.15310530364513397, -0.10477730631828308, - -0.0432761125266552, -0.032794732600450516, 0.006696467287838459, - -0.034836143255233765, 0.1142447367310524, -0.0841701403260231, - -0.06995351612567902, 0.06411954760551453, 0.03497321531176567, 0.06479494273662567, - 0.04513726755976677, -0.0007185463909991086, -0.009317129850387573, - 0.0443405918776989, -0.056982457637786865, 0.03053777664899826, 0.04070662707090378, - 0.005927085876464844, -0.0077287680469453335, -0.005116437096148729, - 0.07063956558704376, -0.0602923259139061, 0.04087700694799423, 0.018857987597584724, - 0.026461083441972733, 0.0979716032743454, 0.06557199358940125, 0.008511733263731003, - -0.03901565819978714, 0.00536657078191638, -0.0658106654882431, - 0.031343404203653336, -0.11341987550258636, 0.051915690302848816, - -0.02255587838590145, -0.00050925969844684, 0.061714056879282, - -0.006608905270695686, 0.014059719629585743, 0.0031868244986981153, - -0.04045359790325165, -0.09745345264673233, -0.03643923997879028, - 0.07314782589673996, -0.06035763397812843, 0.006225872319191694, - -0.013858617283403873, 0.043668001890182495, 0.03014592081308365, - -0.04185601696372032, -0.040378015488386154, 0.09798511117696762, - 0.01500424649566412, 0.03771951422095299, 0.07663092762231827, - -0.012602337636053562, -0.027406366541981697, 0.014133366756141186, - 0.0987510085105896, 0.04115978628396988, 0.03838683292269707, 0.0067692347802221775, - -0.026094570755958557, 0.001781465602107346, 0.05826558545231819, - 0.09072721749544144, -0.02966562658548355, 0.0125625841319561, - -0.053710997104644775, -0.011841259896755219, 0.003069430124014616, - -0.01702752336859703, -0.06440311670303345, 0.017515303567051888, - 0.07027892768383026, 0.017755286768078804, -0.07842917740345001, - -0.00466341944411397, -0.07615448534488678, -0.04468560591340065, - -0.005776639096438885, 0.037750598043203354, 0.03192004933953285, - 0.062128376215696335, 0.001573658431880176, 0.004427768290042877, - -0.03676421940326691, 0.033899664878845215, 0.0019446808146312833, - 0.08521901816129684, 0.059295348823070526, -0.05718332901597023, - -0.016331849619746208, 0.036607563495635986, 0.038279615342617035, - -0.0352211631834507, -0.05859943479299545, -0.017820026725530624, - -0.039960626512765884, 0.0016694125952199101, 0.024269482120871544, - -0.02290387824177742, -0.018928535282611847, 0.0935969278216362, - -0.04674819856882095, -0.09450457990169525, 0.0048820096999406815, - 0.05085300654172897, 0.007395264692604542, -0.06574101001024246, - 0.04762765020132065, 0.007831677794456482, -0.029230348765850067, - -0.001196698285639286, -0.07884342968463898, -0.04148472100496292, - -0.10707417130470276, -0.01534387469291687, 0.08861654251813889, - 0.04320791736245155, 0.027814893051981926, 0.07263819128274918, 0.05655353143811226, - 0.03209884092211723, -0.08795268088579178, 0.07485964894294739, 0.02185830846428871, - 0.008762616664171219, -0.018753619864583015, -0.0002971649228129536, - -0.047190118581056595, 0.058747515082359314, -0.03322779759764671, - -0.034171976149082184, 0.0774870440363884, -0.013413744047284126, - 0.018259895965456963, 0.019879475235939026, 0.05050037056207657, - 0.04032213240861893, -0.023047572001814842, 0.02841470018029213, - 0.05572379380464554, -0.0605759471654892, 0.0302472822368145, 0.11320167779922485, - -0.03433363512158394, -0.006860673427581787, -0.064332015812397, - 0.03524249792098999, -0.0213291235268116, 0.01121165044605732, 0.0838775634765625, - -0.07182788848876953, -0.041885536164045334, -0.00046758961980231106, - -0.019129715859889984, 0.00154112686868757, -0.011480757966637611, - 0.05367215350270271, -0.0173399206250906, 0.047122251242399216, 0.01631902903318405, - -0.05531445890665054, 0.026671241968870163, 0.011843772605061531, - 0.017434997484087944, -0.028012875467538834, -0.010062948800623417, - -0.08965441584587097, 0.00116156751755625, -0.034420985728502274, - 0.045825012028217316, -0.0014955359511077404, -0.0027975805569440126, - 0.018531139940023422, 0.04623540863394737, 0.014652765356004238 - ], - [ - -0.06010869890451431, 0.011913973838090897, -0.002293122699484229, - 0.010901867412030697, 0.04399567097425461, 0.012154610827565193, - -0.07773798704147339, 0.029375523328781128, 0.03278356045484543, - 0.05872145667672157, 0.011496034450829029, -0.008625258691608906, - -0.04661983624100685, -0.06163390353322029, -0.02115209586918354, - 0.02892434224486351, -0.02501172013580799, 0.09865394234657288, - 0.005071169231086969, 0.12647967040538788, -0.1153322234749794, - -0.08283423632383347, -0.038879040628671646, 0.06386798620223999, - -0.011506243608891964, 0.0005472909542731941, 0.046697940677404404, - 0.07068304717540741, -0.001047101803123951, 0.0577235147356987, 0.02726501226425171, - -0.002302097389474511, -0.031976792961359024, -0.02863868698477745, - 0.058042291551828384, 0.009145013988018036, -0.01645989902317524, - 0.01435508020222187, -0.02495438978075981, 0.012851282954216003, - 0.10629023611545563, 0.01770603097975254, 0.05290381237864494, 0.021744390949606895, - -0.02776942402124405, 0.0015259970678016543, 0.024807479232549667, - 0.03422397002577782, -0.04330090433359146, 0.03205854445695877, -0.0834503099322319, - -0.031050799414515495, 0.061056915670633316, 0.0019052914576604962, - -0.04068823531270027, -0.000653566443361342, -0.014678453095257282, - -0.07397426664829254, 0.03750421106815338, -0.03813682869076729, - 0.008218654431402683, 0.0603296123445034, -0.01779705472290516, - 0.0007734518148936331, 0.025998923927545547, -0.001508119748905301, - 0.0006766864680685103, -0.07585173845291138, -0.021488318219780922, - 0.05480552092194557, 0.07712846249341965, 0.10509464144706726, 0.029774287715554237, - -0.009771828539669514, -0.09871521592140198, -0.0547068789601326, - -0.050354644656181335, 0.03682802990078926, 0.05496499314904213, - -0.052139751613140106, 0.10024260729551315, 0.06964699923992157, - -0.01628410629928112, -0.08965136855840683, 0.049682796001434326, - -0.08712931722402573, 0.027856331318616867, -0.02838023193180561, - 0.0019379639998078346, 0.023434879258275032, -0.005277979653328657, - 0.03734712302684784, 0.023720592260360718, 0.007070139516144991, - -0.029265424236655235, -0.009026756510138512, 0.00012069018703186885, - 0.025357507169246674, -0.09654684364795685, 0.042702797800302505, - -0.07897859811782837, -0.036313675343990326, 0.02627498097717762, - 0.06290644407272339, 0.051088087260723114, -0.07281799614429474, - -0.0472416952252388, -0.02300107106566429, -0.0014326483942568302, - 0.06378014385700226, 0.01308306772261858, -0.01792948879301548, - -0.042354244738817215, 0.08091937005519867, 0.027016978710889816, - -0.06188783422112465, 0.048956722021102905, 0.04437432438135147, - -0.1009548157453537, -0.04231563210487366, -0.009928894229233265, - 0.03126778453588486, -0.10910678654909134, 0.024432405829429626, - -0.09531309455633163, 0.002169255167245865, 0.06524807214736938, - -0.016025979071855545, 0.015466800890862942, 0.0490523986518383, - -0.009906326420605183, -0.017375698313117027, -0.038119882345199585, - -0.00898115336894989, -0.03150549530982971, 0.03838308900594711, - -0.014348232187330723, -0.08640529215335846, -0.02655002474784851, - -0.02404559589922428, 0.0276232548058033, 0.014423607848584652, - -0.05926305800676346, 0.01151670329272747, 0.017776185646653175, - -0.05861738324165344, -0.018755240365862846, 0.002962691942229867, - 0.09188254922628403, 0.07401597499847412, -0.183418408036232, 0.004074474796652794, - -0.12837278842926025, 0.001855845912359655, -0.007026253268122673, - 0.11945877224206924, -0.06336843967437744, 0.034378498792648315, - 0.005575099028646946, -0.013459041714668274, 0.07072844356298447, - -0.03710082545876503, 0.01593763753771782, -0.03293975070118904, - -0.05757796764373779, 0.10139533132314682, -0.0551476888358593, - 0.023541182279586792, 0.0405656173825264, -0.024117019027471542, - -0.04877154901623726, 0.01405834499746561, 0.02132277749478817, - -0.06377003341913223, 0.040113355964422226, -0.0076403431594371796, - 0.011319407261908054, 0.020793650299310684, 0.13385795056819916, - -0.008967826142907143, 0.03381563350558281, -0.007069588638842106, - -0.058378249406814575, -0.031003661453723907, 0.02925119176506996, - 0.03318751975893974, -4.770594750880264e-5, -0.041175082325935364, - -0.014559471979737282, -0.04645243659615517, -0.08036835491657257, - -0.03964654728770256, -0.12564344704151154, 0.08468852192163467, - -0.02701047621667385, 0.039052385836839676, 0.006248301826417446, - 0.03958899900317192, 0.023241683840751648, -0.03842964768409729, - -0.03277309983968735, 0.0529971644282341, -0.029707545414566994, - 0.04912840202450752, 0.03397978097200394, 0.0425633005797863, -0.02614584006369114, - 0.0762178897857666, 0.01967940665781498, -0.06570759415626526, - -0.052765168249607086, -0.020531674847006798, 0.05904921889305115, - 0.07998684793710709, -0.03144761174917221, -0.000959242635872215, - 0.06480558216571808, 0.0644167885184288, 0.04521523788571358, 0.004432469140738249, - 0.0578649565577507, -0.02044433169066906, -0.046472467482089996, - -0.0445883572101593, -0.04897052049636841, 0.035573214292526245, - -0.0040374090895056725, 0.013365729711949825, 0.05381672456860542, - 0.019945522770285606, 0.003074261825531721, -0.027148695662617683, - 0.013703091070055962, 0.024132918566465378, 0.08464633673429489, - -0.03718864917755127, -0.01854707859456539, 0.07119259983301163, 0.0689433142542839, - -0.0034991067368537188, 0.04903431609272957, -0.08752056211233139, - -0.03416316956281662, 0.06167074292898178, 0.09088589996099472, - -0.02332800254225731, 0.04819001629948616, -0.0017803856171667576, - 0.03718002513051033, 0.000724003417417407, -0.012595252133905888, - 0.04048864543437958, -0.014207356609404087, 0.043570421636104584, - -0.010803064331412315, -0.046636614948511124, -0.02222539484500885, - -0.09235294163227081, 0.023360155522823334, -0.003078877693042159, - -0.0450068898499012, -0.08391187340021133, -0.007210553623735905, - 0.06312086433172226, 0.03130399063229561, 0.03049490600824356, -0.08294649422168732, - 0.11270163953304291, 0.03369219973683357, -0.022828398272395134, - 0.02181265689432621, -0.004342509433627129, -0.021508028730750084, - -0.11825434863567352, -0.10923977196216583, 0.030565325170755386, - -0.04448128491640091, 0.1418348103761673, 0.06573539972305298, -0.06723648309707642, - -0.07371968030929565, -0.056152816861867905, 0.0010405132779851556, - 0.10206478834152222, 0.06673237681388855, 0.07820657640695572, -0.12373495101928711, - 0.05281466618180275, 0.06809140741825104, 0.01188129372894764, -0.0547744557261467, - -0.03766653686761856, 0.08741512149572372, 0.05898574739694595, 0.10790691524744034, - -0.08315692842006683, -0.02579019032418728, -0.005290341097861528, - -0.03169938176870346, -0.07055936753749847, -0.013971395790576935, - 0.03684583306312561, 0.1011725664138794, 0.10285340994596481, -0.053920477628707886, - -0.04857180267572403, 0.035332437604665756, -0.044721461832523346, - -0.019332902505993843, -0.024830570444464684, -0.07432191073894501, - -0.01988930255174637, -0.027075590565800667, 0.051951851695775986, - 0.07303843647241592, -0.06626901030540466, 0.021582042798399925, - -0.028471268713474274, 0.08278796076774597, -0.03267177939414978, - 0.08861201256513596, -0.02696305885910988, -0.014871231280267239, - -0.030817104503512383, -0.0689639002084732, -0.0965329185128212, - 0.10221970081329346, -0.11210151761770248, -0.010179751552641392, - 0.05494648590683937, 0.02900915965437889, -0.015433959662914276, - 0.02486196719110012, 0.01690252684056759, 0.03357746824622154, 0.041546378284692764, - 0.05503034591674805, -0.08354812115430832, 0.0392119400203228, 0.1176656037569046, - 0.05245451256632805, -0.06746932864189148, 0.07015815377235413, - 0.002849799580872059, -0.013477505184710026, -0.01003442332148552, - 1.4071644727664534e-5, -0.012707010842859745, -0.031521305441856384, - -0.0016600898234173656, 0.09232771396636963, -0.05397457256913185, - 0.019926892593503, 0.023932360112667084, -0.047342777252197266, - 0.051593612879514694, 0.004600308835506439, 0.12138457596302032, - -0.013362274505198002, -0.05973164364695549, 0.016826407983899117, - -0.03384283930063248, -0.026647308841347694, 0.07172483950853348, - 0.01750481128692627, -0.06265673041343689, 0.025045812129974365, - -0.024187270551919937, -0.0405062735080719, 0.08321157842874527, - -0.05069613829255104, 0.041017647832632065, 0.06374368816614151, - -0.06978460401296616, -0.09843561798334122, -0.07162106782197952, - -0.0854039415717125, 0.07214213162660599, -0.04591890797019005, - -0.06292343139648438, 0.022702809423208237, -0.07590458542108536, - 0.021294716745615005, -0.016928549855947495 - ], - [ - -0.09571465104818344, 0.002347064670175314, -0.003053460968658328, - -0.026441436260938644, -0.05080495774745941, 0.029536593705415726, - -0.01410670019686222, -0.07526489347219467, -0.0507044792175293, - 0.04543264955282211, 0.0605553537607193, 0.08474379032850266, -0.13546009361743927, - 0.0005431741592474282, 0.04030904173851013, 0.1294851452112198, - 0.0020731554832309484, -0.07529495656490326, -0.01403659675270319, - 0.096086785197258, -0.052977047860622406, -0.014606032520532608, - 0.07143008708953857, 0.03845018148422241, 0.0337572805583477, 0.013198581524193287, - -0.023111239075660706, -0.13764864206314087, -0.0056895725429058075, - -0.010405244305729866, 0.0022045623045414686, -0.016878975555300713, - -0.05050204321742058, 0.07460882514715195, -0.10408379882574081, - 0.05326377972960472, 0.017794333398342133, -0.010222858749330044, - -0.06036568433046341, -0.05490466207265854, -0.03594546392560005, - -0.013609843328595161, -0.021686933934688568, -0.0037373804952949286, - -0.002607234986498952, 0.09266503155231476, 0.01729814149439335, - -0.03459068015217781, -0.10223287343978882, -0.037043340504169464, - 0.0661555603146553, -0.043577712029218674, 0.0314948633313179, 0.020883066579699516, - 0.032323531806468964, -0.0026960507966578007, 0.053885046392679214, - -0.0004726093611679971, 0.1152440756559372, 0.029559141024947166, - 0.008221241645514965, 0.0041287736967206, -0.07427489757537842, 0.06016120687127113, - -0.06355060636997223, 0.03541434928774834, 0.018943222239613533, - 0.051129553467035294, -0.03410272300243378, 0.038327302783727646, - -0.07020703703165054, 0.031282227486371994, 0.029905134811997414, - -0.021442769095301628, 0.05950938165187836, -0.06575552374124527, - -0.0705905631184578, -0.05525263026356697, 0.044129662215709686, - -0.026771964505314827, -0.008198343217372894, 0.06250078231096268, - 0.0037502548657357693, -0.12459810078144073, -0.09148760139942169, - -0.021050680428743362, -0.05591870844364166, -0.05715649574995041, - -0.013816485181450844, -0.03804852068424225, -0.003265321720391512, - 0.0929597020149231, 0.043876904994249344, 0.10463673621416092, - -0.018245968967676163, -0.07880746573209763, -0.0653679370880127, - -0.05232188478112221, -0.007581536658108234, -0.038712743669748306, - -0.0881543830037117, 0.07333140075206757, -0.029177477583289146, - -0.03207240253686905, -0.1277143508195877, -0.022998929023742676, - 0.08265884220600128, -0.003740055952221155, 0.0015291988383978605, - -0.018476953729987144, 0.05724382773041725, -0.02312014251947403, - -0.04413822665810585, -0.00982206966727972, 0.05052882432937622, - -0.08217903971672058, 0.026236526668071747, 0.0461922287940979, 0.1538688689470291, - -0.08460724353790283, -0.034737516194581985, -0.04201939329504967, - 0.09145297855138779, 0.004079315345734358, -0.0015531241660937667, - -0.0363004207611084, -0.005554089322686195, 0.012863361276686192, - -0.018818894401192665, -0.04140913859009743, -0.09821971505880356, - 0.03196357935667038, -0.026031725108623505, 0.026535967364907265, - 0.03564609959721565, 0.037226833403110504, -0.041493985801935196, - -0.021381352096796036, 0.06790382415056229, -0.0245452132076025, - 0.02852260135114193, -0.02588067203760147, 0.06826331466436386, - 0.043471354991197586, 0.04073140770196915, 0.08535150438547134, - -0.04492368549108505, 0.1114918440580368, 0.09198415279388428, 0.02812022902071476, - 0.057689592242240906, 0.04327426105737686, -0.04499201849102974, - -0.06315242499113083, -0.0516771636903286, 0.012403037399053574, - 0.03594047203660011, -0.00616804976016283, -0.0733073502779007, - -0.04369504377245903, -0.07627449184656143, -0.060614440590143204, - 0.03950878232717514, 0.03857438638806343, 0.07163894176483154, -0.03410947322845459, - 0.008431117981672287, 0.08089688420295715, 0.03143848851323128, - -0.10208296775817871, 0.028351332992315292, -0.057729627937078476, - -0.06589601188898087, 0.016049856320023537, -0.06852936744689941, - -0.06395744532346725, -0.0010522675001993775, -0.07056685537099838, - -0.036458469927310944, -0.032092005014419556, -0.0328257717192173, - 0.021045688539743423, 0.03287031501531601, -0.011362670920789242, - -0.11803331226110458, 0.08046659827232361, 0.034898947924375534, - -0.055785827338695526, 0.09320622682571411, -0.021936684846878052, - 0.03678989037871361, -0.10559622198343277, 0.025916364043951035, - -0.03135201707482338, 0.0696239322423935, 0.01074663084000349, -0.05377290025353432, - -0.039695482701063156, -0.005460355896502733, 0.009673499502241611, - 0.034542616456747055, 0.0456266775727272, -0.01936713233590126, - -0.0029936826322227716, -0.011815173551440239, -0.0551610141992569, - 0.034086115658283234, -0.03196210041642189, -0.0008148907218128443, - 0.12341392040252686, 0.052967414259910583, -0.10609357059001923, - 0.006920654326677322, -0.04403501749038696, -0.029792672023177147, - 0.0927119180560112, 0.06968466937541962, 0.05682879686355591, 0.024300508201122284, - -0.016833944246172905, -0.009971795603632927, 0.033688273280858994, - 0.05878285691142082, 0.029691049829125404, 0.040418438613414764, - -0.07602253556251526, -0.014384244568645954, -0.03139577433466911, - -0.06687752157449722, -0.0399102047085762, -0.0594775415956974, 0.01053424458950758, - -0.08081009238958359, 0.02171182446181774, -0.009957225061953068, - -0.09174706786870956, -0.009206446819007397, 0.025883274152874947, - -0.08847209066152573, 0.006243848241865635, -0.08168387413024902, - 0.02265990525484085, 0.03443121537566185, -0.07478317618370056, - 0.029522819444537163, -0.04247758537530899, -0.059839557856321335, - 0.08712287992238998, 0.06633391231298447, -0.1425102800130844, - -0.014772763475775719, 0.022768890485167503, 0.15444663166999817, - 0.14916442334651947, 0.0317755788564682, -0.04171532392501831, 0.10311059653759003, - 0.025904767215251923, -0.04731132835149765, -0.004491002298891544, - 0.03886086866259575, 0.11293484270572662, -0.01920044794678688, - -0.06806422770023346, -0.004033710341900587, 0.040287550538778305, - 0.02663210593163967, 0.003514242824167013, 0.07297869771718979, - 0.041224077343940735, -0.007920851930975914, 0.12247999012470245, - 0.05306483805179596, 0.0332547090947628, 0.09407974034547806, 0.0012220587814226747, - 0.012307395227253437, -0.10908748209476471, -0.0258774571120739, -0.064811572432518, - -0.01373443566262722, 0.10714884102344513, 0.033044151961803436, - 0.022691525518894196, -0.014949753880500793, -0.10891471058130264, - -0.013736691325902939, -0.059606026858091354, -0.1119886040687561, - -0.02866092510521412, -0.02407519891858101, -0.053299300372600555, - -0.04860028624534607, 0.09875250607728958, -0.021636970341205597, - -0.019224779680371284, -0.0017099748365581036, -0.008708246983587742, - 0.004298422485589981, -0.08593115955591202, 0.07958198338747025, - 0.031593840569257736, -0.038202058523893356, 0.01973012462258339, - 0.07016212493181229, -0.02381409890949726, -0.04453630745410919, - -0.04747036471962929, -0.03579457476735115, -0.06966915726661682, - 0.03985954076051712, -0.10440575331449509, -0.0656406581401825, - -0.036321550607681274, 0.01865459233522415, -0.09703263640403748, - -0.07545384764671326, -0.005434295628219843, -0.0707327276468277, - -0.04972236603498459, -0.03429868444800377, 0.012091970071196556, - 0.07582070678472519, 0.0036086090840399265, 0.019696075469255447, - 0.08305192738771439, -0.03396175429224968, -0.010238607414066792, - -0.00292047462426126, 0.01096361130475998, -0.045545097440481186, - 0.012966328300535679, 0.064337819814682, -0.010135109536349773, - 0.012821272946894169, 0.025945039466023445, -0.021131612360477448, - 0.017558256164193153, 0.012810769490897655, 0.050647806376218796, - 0.004727235063910484, -0.048246074467897415, -0.04034566879272461, - -0.09909970313310623, -0.0006742182304151356, 0.016450168564915657, - 0.026844393461942673, 0.052734505385160446, -0.05693305283784866, - -0.015015057288110256, 0.010320032015442848, 0.04467929154634476, - 0.09191625565290451, -0.022873710840940475, -0.037201229482889175, - -0.0578828863799572, -0.015600122511386871, -0.0002939157420769334, - 0.02427128329873085, 0.05063076317310333, -0.002926585031673312, - -0.06171023100614548, 0.09523516148328781, -0.06840639561414719, - -0.006809566169977188, -0.020398596301674843, 0.003626902587711811, - 0.03480922803282738, -0.07559645175933838, -0.007299134507775307, - -0.021941158920526505, 0.07311248779296875, 0.006839817389845848, - 0.00451029185205698, 0.0635472908616066, -0.07635592669248581, 0.06995077431201935, - -0.007080456707626581, 0.05604994297027588, 0.057811904698610306, - -0.011931776069104671, 0.0433921292424202, 0.052881982177495956, - 0.019695376977324486 - ], - [ - 0.033604614436626434, 0.03140852227807045, -0.028723660856485367, - -0.07017689943313599, -0.052147574722766876, 0.01462596096098423, - 0.015083996579051018, 0.011657379567623138, -0.011395374312996864, - 0.014282717369496822, 0.005815351847559214, 0.04060398042201996, - 0.027421457692980766, 0.009427336975932121, -0.0064590550027787685, - -0.019685039296746254, 0.007749322801828384, -0.06187652423977852, - 0.011363275349140167, -0.04665938392281532, 0.07971345633268356, - 0.022192806005477905, 0.038439661264419556, 0.04328618198633194, - -0.002189004560932517, -0.03475247323513031, -0.07560689002275467, - -0.011189203709363937, -0.02198474295437336, 0.03332969918847084, - -0.07372196018695831, -0.034210529178380966, -0.03466465696692467, - -0.02709919400513172, -0.03340815380215645, 0.05638156086206436, - 0.009849479421973228, 0.0016840699827298522, 0.03845088928937912, - -0.07567829638719559, -0.04807641729712486, 0.0511326938867569, 0.04425453767180443, - -0.022155271843075752, 0.03227788209915161, -0.026103267446160316, - -0.00900914054363966, 0.006875559687614441, -0.05754212290048599, - -0.05170101672410965, 0.039429232478141785, -0.048533424735069275, - -0.008362128399312496, 0.007444614544510841, -0.04903846234083176, - -0.0297256950289011, 0.03455387055873871, 0.04681743308901787, 0.007683480624109507, - 0.05051562562584877, 0.01962784305214882, -0.061143357306718826, - -0.07645752280950546, 0.05430346727371216, -0.03815196454524994, - 0.07197963446378708, 0.024090150371193886, 0.06237174943089485, - -0.052906982600688934, 0.006670686881989241, 0.029935117810964584, - -0.07584156095981598, 0.004958027042448521, -0.0432867594063282, - 0.03339318931102753, 0.0046503664925694466, 0.042027946561574936, - -0.0031860803719609976, 0.030438659712672234, 0.08857111632823944, - -0.018512926995754242, 0.06461469829082489, 0.036143288016319275, - -0.025965893641114235, -0.012186743319034576, 0.04595727100968361, - 0.04584623873233795, -0.04391646757721901, -0.050533879548311234, - 0.02941221557557583, -0.013125292025506496, -0.0520285926759243, - 0.04712563380599022, -0.012788372114300728, -0.054645851254463196, - -0.009210310876369476, -0.032499659806489944, 0.011961616575717926, - 0.05646907165646553, 0.022518496960401535, -0.04484919458627701, - 0.016771595925092697, 0.00015443074516952038, -0.04156965762376785, - 0.024691568687558174, 0.03884550556540489, 0.024387093260884285, - 0.032498668879270554, 0.0398300476372242, -0.008565777912735939, - 0.036857008934020996, -0.041653987020254135, 0.07220596820116043, - -0.04689521715044975, -0.006631271913647652, 0.02158677764236927, - 0.02668754756450653, 0.00022782388259656727, 0.09476353973150253, - -0.05551917850971222, 0.04366882145404816, -0.05918502435088158, - 0.05446993559598923, -0.039463456720113754, 0.05944919213652611, - -0.008323239162564278, -0.08188916742801666, -0.04402302950620651, - 0.048571862280368805, -0.02518746443092823, -0.08377713710069656, - -0.060139838606119156, 0.05869489908218384, -0.011099200695753098, - 0.06911453604698181, -0.06808819621801376, 0.006661692168563604, - 0.037012435495853424, 0.04759557545185089, -0.016133427619934082, - 0.011042339727282524, 0.014078035019338131, -0.03851214423775673, - 0.02073170244693756, -0.05105964466929436, 0.0839986503124237, -0.02618061937391758, - -0.00027173347189091146, -0.00988734234124422, -0.010255434550344944, - -0.012201893143355846, -0.012047087773680687, 0.06662002950906754, - -0.033889781683683395, -0.049775380641222, -0.06503137201070786, - 0.08379915356636047, -0.0030766907148063183, 0.01654391922056675, - 0.04391231760382652, 0.016080105677247047, -0.027728697285056114, - 0.06353653222322464, -0.03991805389523506, 0.03450200706720352, - -0.040784530341625214, -0.023255327716469765, 0.004596356302499771, - -0.012732578441500664, 0.034767359495162964, 0.044834911823272705, - 0.037058256566524506, -0.010689791291952133, 0.016094360500574112, - -0.02658623270690441, -0.045096684247255325, -0.03471814841032028, - 0.026892252266407013, -0.04038209095597267, -0.07073651254177094, - 0.05250467732548714, 0.06297414004802704, 0.021132245659828186, - 0.0006875016260892153, -0.00730731338262558, 0.011520891450345516, - 0.09079555422067642, -0.04550294578075409, -0.0252336785197258, - 0.0061220815405249596, 0.02045254036784172, -0.017070790752768517, - 0.09289718419313431, 0.05646169185638428, -0.04521377757191658, 0.03882136568427086, - 0.0023931977339088917, -0.0021733706817030907, 0.036164164543151855, - 0.0011130105704069138, -0.05518929660320282, -0.06989944726228714, - -0.006307492032647133, -0.08054573833942413, -0.09501288831233978, - -0.0708090290427208, 0.025971978902816772, 0.015401942655444145, - -0.04716864228248596, -0.002191919134929776, -0.00805285107344389, - 0.03067595884203911, -0.0906681939959526, 0.014220329001545906, 0.02126922644674778, - -0.02841019444167614, -0.021698910742998123, -0.05322490260004997, - 0.027982300147414207, 0.006785065867006779, -0.018976163119077682, - 0.00866994634270668, -0.0013430833350867033, -0.02766830287873745, - -0.045203931629657745, -0.034584153443574905, 0.04714313521981239, - 0.0040253945626318455, -0.05865155905485153, -0.06540090590715408, - -0.02399558387696743, 0.038630157709121704, -0.07482325285673141, - -0.016216659918427467, 0.00986428465694189, 0.07004310935735703, - -0.023787589743733406, 0.044554270803928375, 0.022848790511488914, - 0.04105280339717865, -0.027002712711691856, -0.0288959052413702, - 0.05381317436695099, -0.08435386419296265, -0.039864618331193924, - -0.0006564214709214866, -0.03877274692058563, -0.06162426620721817, - -0.03573731705546379, 0.018012385815382004, -0.054107893258333206, - 0.00028527231188490987, -0.0016556637128815055, 0.0697140246629715, - -0.03980952128767967, 0.0035861318465322256, 0.004816694185137749, - 0.02419467084109783, -0.018510602414608, 0.0028120744973421097, - -0.02445199154317379, -0.020030895248055458, -0.03354651480913162, - -0.050160396844148636, -0.003904676530510187, -0.06821237504482269, - 0.01608094945549965, 0.06540390104055405, -0.03452892601490021, - -0.04149102419614792, -0.03874191269278526, 0.0679660439491272, - -0.03617379069328308, 0.043310899287462234, 0.012833123095333576, - 0.04055872932076454, 0.004370637238025665, -0.11168378591537476, - -0.02170783281326294, 0.1249510869383812, 0.05571825057268143, - -0.0021062607411295176, 0.02240411564707756, -0.014858081005513668, - 0.04071361571550369, 0.02113407477736473, -0.015362385660409927, - 0.011868219822645187, 0.066661536693573, 0.024122005328536034, 0.03310211002826691, - 0.07335450500249863, -0.04730594903230667, 0.027433013543486595, - -0.016269627958536148, 0.10862857848405838, -0.007773264776915312, - -0.07016793638467789, -0.04515274241566658, 0.015440345741808414, - 0.0394422672688961, -0.04571815952658653, -0.005692320875823498, - 0.0011455509811639786, -0.032011426985263824, -0.05825175344944, 0.061634361743927, - 0.012829725630581379, 0.013564758002758026, 0.029590092599391937, - 0.02023467794060707, 0.02130463346838951, -0.022564422339200974, - -0.034274984151124954, -0.0035319095477461815, -0.011734599247574806, - -0.033415619283914566, -0.035885222256183624, -0.03740913048386574, - -0.04817236214876175, -0.03516849875450134, -0.0563269704580307, - -0.022036435082554817, -0.029708582907915115, 0.030117927119135857, - 0.0952071100473404, -0.009958332404494286, 0.041361454874277115, - -0.009564517997205257, 0.052588194608688354, -0.04373329505324364, - -0.008680992759764194, -0.051910657435655594, 0.04189052805304527, - -0.04159747436642647, 0.011094847694039345, -0.04501891881227493, - 0.07692060619592667, -0.019952867180109024, 0.016247911378741264, - -0.02056892216205597, -0.019234977662563324, 0.0019484177464619279, - -0.048514269292354584, -0.05979340523481369, 0.028062082827091217, - 0.08720621466636658, -0.005060877650976181, 0.002061635721474886, - -0.05388447269797325, 0.049199771136045456, 0.06526020169258118, - 0.018363863229751587, -0.02899070456624031, -0.05611103028059006, - 0.03125214949250221, 0.028859423473477364, -0.015337802469730377, - -0.011129473336040974, -0.00698052765801549, 0.017569994553923607, - 0.0030822695698589087, -0.01730838418006897, 0.003379476722329855, - -0.04952339082956314, 0.019045034423470497, -0.021866828203201294, - 0.06970161944627762, -0.0066930209286510944, -0.03550560027360916, - -0.014409045688807964, 0.052633922547101974, -0.006752836052328348, - 0.09031051397323608, 0.07240120321512222, -0.03837384656071663, 0.10108126699924469, - 0.007904508151113987, 0.040823690593242645, 0.06806400418281555, - -0.006329097785055637, -0.030973143875598907, 0.09049159288406372, - -0.002236180705949664 - ], - [ - 0.03124474734067917, 0.04895009845495224, -0.05837063118815422, - -0.020411092787981033, -0.0010541427182033658, -0.01724759303033352, - 0.028225596994161606, 0.03855496272444725, 0.03422544524073601, 0.03717785328626633, - 0.00026484011323191226, 0.02431556209921837, 0.06358158588409424, - 0.044347722083330154, -0.04550940543413162, 0.07566723972558975, - -0.07628818601369858, -0.055346906185150146, -0.07267352938652039, - -0.011441080830991268, 0.013941374607384205, 0.02664242498576641, - 0.0667601078748703, -0.010461179539561272, -0.02572662942111492, - 0.06879434734582901, -0.06133563816547394, -0.05385937914252281, - -0.027262724936008453, 0.11534621566534042, -0.009926571510732174, - 0.032343920320272446, -0.004387270659208298, 0.02320999465882778, - 0.055786944925785065, -0.0987253338098526, 0.02091887965798378, - -0.045124560594558716, -0.030491426587104797, 0.026354901492595673, - -0.08002427965402603, 0.041951727122068405, 0.05040538311004639, - 0.020866144448518753, -0.033964935690164566, -0.018769579008221626, - -0.027537165209650993, 0.004969385452568531, 0.07402091473340988, - 0.03647357225418091, 0.042068399488925934, 0.05299442633986473, - -0.061996784061193466, -0.00014927332813385874, 0.008461187593638897, - 0.02458162046968937, -0.02148500457406044, 0.008751066401600838, - -0.013117159716784954, -0.05820561945438385, 0.005212001968175173, - 0.025426620617508888, -0.002265817718580365, -0.06356575340032578, - 0.05145632103085518, -0.00831506960093975, -0.07065998762845993, - 0.0017782101640477777, 0.040591686964035034, 0.0014986017486080527, - 0.0169490035623312, 0.012325866147875786, 0.052149564027786255, - -0.09219539165496826, -0.09223432838916779, 0.03181535378098488, - 0.15950500965118408, 0.11988426744937897, 0.027269287034869194, - 0.016432464122772217, -0.005225879140198231, 0.07179832458496094, - 0.05887337401509285, -0.09071902185678482, 0.03648848831653595, - -0.03202768415212631, 0.10069705545902252, 0.026287635788321495, - -0.06539639085531235, 0.15571299195289612, 0.1187092587351799, 0.01951066590845585, - -0.010061302222311497, -0.022075230255723, -0.09728764742612839, - 0.002643473446369171, -0.061675723642110825, -0.017883289605379105, - -0.03981587290763855, -0.0008905092836357653, 0.04042984917759895, - -0.04708153009414673, -0.020818371325731277, 0.03875167667865753, - 0.002315779449418187, 0.02467801794409752, 0.0363590270280838, -0.0812390074133873, - -0.03243212401866913, -0.026927011087536812, 0.016565458849072456, - -0.009030905552208424, 0.06627558916807175, 0.08012530952692032, - -0.02370537631213665, -0.028756342828273773, 0.0052887811325490475, - -0.027824392542243004, 0.06345821171998978, 0.006538722198456526, - -0.040367696434259415, 0.026094824075698853, -0.03190317004919052, - 0.0138928834348917, 0.02378808706998825, -0.018170274794101715, - -0.03291269764304161, -0.049901630729436874, 0.039971768856048584, - -0.06856518238782883, -0.02768619917333126, -0.054979342967271805, - 0.02303783781826496, -0.05179934948682785, -0.06314374506473541, - -0.018019424751400948, 0.030459120869636536, 0.05029820278286934, - -0.07941631227731705, -0.010775048285722733, -0.028716223314404488, - -0.10563696175813675, 0.06869550794363022, 0.024533553048968315, - -0.021502595394849777, 0.04160384461283684, -0.0367620550096035, - 0.031344491988420486, -0.11846451461315155, -0.08939334005117416, - -0.03873196616768837, 0.074226513504982, 0.0008335713646374643, - -0.002958504483103752, 0.011952926404774189, -0.042432788759469986, - 0.05446407571434975, 0.02228197455406189, 0.10041596740484238, -0.03159317746758461, - 0.05944047495722771, 0.004056642297655344, -0.04445626586675644, - 0.060525793582201004, 0.028474710881710052, 0.044333215802907944, - -0.038651347160339355, -0.07713337987661362, -0.004377533681690693, - 0.0829395204782486, 0.10664927959442139, 0.13128869235515594, 0.01956154592335224, - -0.09936128556728363, 0.10860588401556015, 0.04477265477180481, 0.05866746976971626, - -0.07926005870103836, -0.07750318199396133, -0.10084450989961624, - 0.051909223198890686, 0.04843883961439133, -0.037408921867609024, - 0.04854751378297806, 0.07373714447021484, -0.03824641555547714, - 0.055814940482378006, -0.023063626140356064, -0.03915878012776375, - 0.023056719452142715, 0.00565128680318594, -0.014582511968910694, - -0.033208660781383514, 0.008345757611095905, -0.03722207620739937, - -0.05046934261918068, -0.043336257338523865, -0.015236711129546165, - -0.0052869608625769615, -0.07833050191402435, -0.005227620247751474, - 0.0007293062517419457, -0.11142847687005997, -0.06588062644004822, - -0.04054858162999153, 0.009817375801503658, 0.022608891129493713, - -0.07415008544921875, -0.006543996278196573, -0.02070663310587406, - 0.04942998290061951, -0.008940307423472404, -0.05038841813802719, - -0.024364061653614044, -0.0628124475479126, 0.07704450190067291, - 0.00019576610065996647, -0.03538621589541435, -0.06967832148075104, - 0.08600679785013199, 0.061889782547950745, -0.10214708000421524, - 0.02664346806704998, 0.012122126296162605, -0.058266881853342056, - -0.0036426850128918886, -0.04524067044258118, 0.05076726898550987, - 0.010979311540722847, -0.06830017268657684, -0.007990227080881596, - -0.05601232126355171, -0.0465339832007885, -0.06315809488296509, - 0.0007500736392103136, -0.01798252761363983, -0.013559411279857159, - 0.1392802745103836, -0.05745260789990425, -0.04521293565630913, - -0.033099278807640076, -0.013237442821264267, -0.023354507982730865, - -0.004228757228702307, -0.10475850850343704, 0.03581646457314491, - 0.035806965082883835, 0.04767405614256859, -0.047172661870718, 0.049133867025375366, - 0.007900044322013855, -0.1117938980460167, -0.05923154577612877, - -0.0407310351729393, 0.029739730060100555, -0.04777470603585243, - -0.07695399969816208, 0.04424151033163071, 0.10525155812501907, -0.0468580462038517, - -0.020717384293675423, 0.028332775458693504, -0.10644230246543884, - 0.031581632792949677, -0.03843873739242554, 0.0002455740759614855, - 0.042920827865600586, 0.06708671152591705, -0.03366304934024811, - 0.05791202560067177, 0.08737867325544357, 0.06672535836696625, 0.009690430015325546, - -0.034936849027872086, -0.10963445901870728, 0.06429388374090195, - 0.05420587584376335, 0.05989396572113037, 0.0023128981702029705, - 0.016168005764484406, 0.11247152090072632, -0.02703537605702877, - -0.003298323368653655, 0.03996990621089935, -0.05166702717542648, - 0.031688183546066284, -0.01826617866754532, -0.051031116396188736, - 0.001880234689451754, -0.028030861169099808, -0.011487424373626709, - 0.05626223608851433, -0.011638226918876171, -0.05090203136205673, - 0.011965104378759861, 0.035135410726070404, -0.03983038291335106, - 0.007894274778664112, -0.0859745517373085, 0.05880049243569374, - 0.012333172373473644, 0.0021085909102112055, 0.03840753808617592, - -0.04878672584891319, -0.057373303920030594, 0.0847805067896843, - -0.01788431964814663, -0.07164518535137177, -0.1346191167831421, - 0.010741605423390865, 0.0511777326464653, -0.021482065320014954, - 0.006763624958693981, 0.007159591186791658, 0.011897595599293709, - 0.02394946478307247, 0.04525157809257507, -0.014973434619605541, - 0.045884016901254654, 0.052642617374658585, 0.024999327957630157, - 0.04445229098200798, -0.059428829699754715, 0.0035516759380698204, - -0.0019729486666619778, 0.01596086472272873, 0.0006278751534409821, - -0.0450127087533474, -0.03492186591029167, -0.03385240212082863, - 0.09443623572587967, 0.04130793362855911, -0.1675233542919159, 0.020263340324163437, - -0.030800819396972656, -0.06410405039787292, -0.03131649270653725, - 0.07812509685754776, 0.008959216065704823, 0.023272855207324028, - -0.06408436596393585, 0.00042396047501824796, -0.03817499056458473, - 0.01623711921274662, -0.03759671375155449, 0.013120763935148716, - 0.10964380204677582, 0.09941139072179794, 0.07313589751720428, - -0.012832459062337875, 0.09356896579265594, 0.03976134955883026, - -0.013482864946126938, -0.020971955731511116, -0.07220853865146637, - 0.03915639594197273, -0.021675368770956993, -0.039352379739284515, - -0.045438118278980255, -0.04179181531071663, -0.023845883086323738, - -0.0007574030314572155, -0.0729607418179512, 0.06278630346059799, - 0.014527769759297371, -0.031234005466103554, 0.0021456528920680285, - 0.05186545476317406, -0.05316375941038132, 0.03220951557159424, - 0.061936844140291214, -0.045004840940237045, -0.05220228433609009, - -0.021861428394913673, 0.07530812174081802, 0.021101806312799454, - 0.09990721195936203, 0.001372546306811273, 0.014913097955286503, - 0.000536353443749249, 0.05511399731040001, -0.05852801725268364, - -0.02289910800755024, 0.005666067358106375 - ], - [ - 0.02631428651511669, -0.012095684185624123, 0.005368474405258894, - 0.061729200184345245, 0.06220996752381325, 0.012876263819634914, - 0.01405476126819849, 0.05274621769785881, 0.01155337505042553, -0.05089237168431282, - 0.06899835914373398, 0.020381828770041466, 0.01946619339287281, - -0.08976531028747559, -0.058124613016843796, -0.048572249710559845, - 0.013565344735980034, 0.04990679398179054, -0.005472394172102213, - -0.007906947284936905, -0.05932355299592018, -0.0330769382417202, - 0.009931658394634724, 0.01242192555218935, -0.059095852077007294, - -0.006885278970003128, 0.08065100759267807, 0.08057450503110886, - 0.004154694266617298, 0.048506639897823334, 0.03969196975231171, - 0.013017883524298668, -0.01372456457465887, 0.014592601917684078, - -0.0013866735389456153, -0.0399995818734169, 0.004989852663129568, - 0.025028355419635773, -0.0014649074291810393, -0.02160225622355938, - -0.05442487448453903, 0.0010832181433215737, -0.03464818000793457, - 0.07718267291784286, 0.046374041587114334, -0.023295244202017784, - -0.08124775439500809, -0.049690280109643936, 0.002063347492367029, - 0.0003541319165378809, -0.054331474006175995, 0.05371445417404175, - 0.04550265520811081, -0.02036368101835251, -0.04610587656497955, - -0.03537530079483986, -0.019841540604829788, 0.008986467495560646, - 0.022172344848513603, 0.07249308377504349, -0.03143148496747017, - -0.012938939966261387, 0.03985961526632309, 0.0015207796823233366, - -0.010680281557142735, -0.008987128734588623, 0.001929075107909739, - -0.06946628540754318, 0.006543066818267107, 0.041210297495126724, - 0.004389857407659292, -0.008196630515158176, -0.016699444502592087, - -0.0037930633407086134, -0.03577784076333046, -0.025205915793776512, - -0.0903489738702774, -0.02166435681283474, 0.013742785900831223, - -0.10079888254404068, 0.004317148122936487, -0.009721710346639156, - -0.011162444949150085, 0.014648165553808212, -0.013048669323325157, - 0.011006389744579792, -0.024441206827759743, 0.021594630554318428, - 0.03278502821922302, -0.0507502406835556, -0.01899082027375698, - -0.008485225960612297, 0.03295806795358658, -0.05196113511919975, - -0.019209224730730057, -0.04881144315004349, 0.03217221051454544, - -0.039632052183151245, -0.04761097952723503, 0.03256700932979584, - -0.017211396247148514, -0.0621977336704731, -0.003116965526714921, - -0.014067571610212326, -0.04879893362522125, -0.08403994143009186, - -0.008126429282128811, -0.04015585035085678, -0.029778392985463142, - 0.005230564624071121, -0.10386006534099579, 0.1076054498553276, - -0.009935563430190086, 0.004030965734273195, 0.012691758573055267, - 0.037577398121356964, 0.025480372831225395, 0.022509606555104256, - 0.02529206871986389, -0.025813117623329163, -0.008655892685055733, - 0.06550148129463196, 0.0008363720844499767, 0.06175929307937622, - -0.042201440781354904, -0.031117716804146767, 0.051450178027153015, - -0.018986841663718224, -0.001851597218774259, -0.023134086281061172, - 0.009770898148417473, 0.021434985101222992, -0.052374210208654404, - 0.07777515053749084, -0.08402824401855469, 0.015989407896995544, - -0.09402471035718918, 0.017269345000386238, 0.05657190829515457, - -0.003308989806100726, 0.009829632937908173, 0.05528862774372101, - -0.05581170320510864, -0.022733718156814575, 0.0017214317340403795, - -0.01592399924993515, 0.0718347579240799, -0.05469284579157829, - 0.031185965985059738, 0.018141215667128563, -0.035347964614629745, - 0.01868801936507225, -0.07592442631721497, 0.017351990565657616, - -0.030825147405266762, 0.021402647718787193, -0.06772961467504501, - 0.060163989663124084, 0.0025193619076162577, -0.003309179563075304, - -0.002424323232844472, -0.03590897470712662, 0.05678769201040268, - -0.03357427194714546, -0.0505744144320488, 0.029197003692388535, - -0.04021016135811806, 0.013426337391138077, -0.050695158541202545, - -0.04883309826254845, 0.018115287646651268, 0.06525767594575882, - 0.04310930520296097, -0.02750477008521557, -0.036621786653995514, - -0.014368752017617226, -0.017321661114692688, -0.023734252899885178, - -0.004076619632542133, 0.05738518014550209, -0.06308074295520782, - 0.001468947739340365, -0.04100566357374191, -0.0742720514535904, - -0.039238061755895615, 0.015453064814209938, 0.016108542680740356, - 0.04011198878288269, 0.019410567358136177, 0.004512476269155741, - -0.07445746660232544, -0.03655252233147621, -0.047278065234422684, - 0.00488560926169157, 0.00549741368740797, 0.008877268992364407, 0.06415998190641403, - -0.0034996685571968555, -0.021873539313673973, -0.007086950354278088, - 0.02022978477180004, 0.08287834376096725, -0.018602512776851654, - 0.08842779695987701, 0.02225510962307453, 0.009628716856241226, 0.06309878826141357, - 0.03522762656211853, 0.06315741688013077, -0.008187765255570412, - 0.003795900149270892, 0.023067697882652283, 0.09760091453790665, - 0.02206244505941868, 0.0002985484607052058, 0.04781247302889824, - 0.005704896990209818, 0.07759131491184235, -0.039295464754104614, - 0.004383680410683155, 0.03130266070365906, 0.022628717124462128, - -0.07638978958129883, -0.01927766390144825, 0.027759194374084473, - 0.04323882609605789, -0.03849855437874794, 0.00012365540897008032, - 0.02050689607858658, 0.05861847475171089, 0.028598560020327568, - -0.07280687987804413, 0.10394841432571411, 0.034773122519254684, - -0.001676201936788857, -0.0058244094252586365, -0.02691112831234932, - -0.025856193155050278, 0.022424574941396713, -0.01895288936793804, - 0.03707312047481537, -0.05383006110787392, -0.038606248795986176, - 0.007127563469111919, -0.006777424365282059, 0.006608407478779554, - -0.02504390850663185, 0.041515715420246124, 0.013752137310802937, - -0.07179296761751175, 0.03691212460398674, 0.021382175385951996, - 0.046259183436632156, -0.027558069676160812, 0.006004239898175001, - 0.0812624990940094, 0.07070747017860413, -0.014431758783757687, - -0.04268455132842064, 0.0017131558852270246, -0.019931282848119736, - -0.07186456024646759, 0.007939906790852547, -0.030968956649303436, - 0.03180035576224327, 0.0735146552324295, -0.10587839037179947, -0.03686586022377014, - 0.04808081313967705, -0.03778325021266937, -0.08319180458784103, - -0.08595770597457886, 0.007570570334792137, -0.017995649948716164, - 0.004785993602126837, -0.07098866254091263, -0.030420077964663506, - 0.014262156561017036, 0.004553563892841339, -0.0663812980055809, - -0.02005041390657425, 0.004321123007684946, -0.032526303082704544, - 0.015421456657350063, -0.0068941134959459305, 0.02158859372138977, - -0.0005692819831892848, -0.043123695999383926, -0.007312616799026728, - -0.08485517650842667, -0.03604624792933464, -0.03181740269064903, - 0.04400208964943886, -0.0523209273815155, -0.025717854499816895, - -0.09482020139694214, -0.019558755680918694, -0.02536780945956707, - 0.023515265434980392, -0.055522844195365906, 0.009453672915697098, - 0.022223932668566704, 0.0716901496052742, 0.0549764558672905, 0.0512530654668808, - 0.01935870200395584, 0.0057426756247878075, -0.017917854711413383, - 0.013322786428034306, -0.09419093281030655, 0.00041051144944503903, - 0.06613238900899887, -0.004227500408887863, 0.009023322723805904, - -0.020424624904990196, -0.0023646766785532236, 0.0769568458199501, - 0.01071241870522499, 0.07937831431627274, 0.048878271132707596, 0.04224170371890068, - -0.060451701283454895, 0.057531848549842834, 0.07253013551235199, - -0.011131973005831242, -0.005899630021303892, 0.0392812080681324, - -0.08060092478990555, -0.03099612146615982, -0.0613132119178772, - 0.02662436105310917, -0.015390432439744473, 0.04234614223241806, - -0.03859933465719223, 0.003791242139413953, 0.08884157985448837, - -0.026150282472372055, -0.07054964452981949, 0.0366525799036026, - -0.024375086650252342, -0.06135602667927742, -0.0378936342895031, - 0.04042302072048187, -0.02175785042345524, 0.09960117191076279, 0.08240032941102982, - -0.053654927760362625, -0.010831017047166824, -0.024819444864988327, - 0.03919486701488495, 0.04570259153842926, -0.13402964174747467, - -0.003423470538109541, 0.047652970999479294, -0.05112234130501747, - -0.025352437049150467, -0.06901548057794571, 0.028063591569662094, - 0.020267842337489128, -0.008836660534143448, 0.028697142377495766, - -0.023681415244936943, 0.028731804341077805, -0.01481622364372015, - -0.014951538294553757, -0.08874674141407013, -0.030326174572110176, - -0.0374290756881237, 0.042209479957818985, -0.004790542181581259, - 0.012628269381821156, -0.08553627133369446, 0.048979971557855606, - -0.003394376253709197, -0.0553043894469738, -0.0021337049547582865, - -0.043779440224170685, 0.031067265197634697, -0.07541462033987045, - 0.031040731817483902, 0.06648699939250946, 0.023779848590493202, - -0.023374447599053383, -0.0490853525698185 - ], - [ - -0.10430160164833069, 0.0040882485918700695, -0.07789437472820282, - -0.015359504148364067, -0.026287950575351715, -0.03475676476955414, - 0.03686094656586647, -0.008109703660011292, 0.05275474861264229, - -0.014085366390645504, -0.0029046752024441957, -0.06078728288412094, - 0.06534554064273834, -0.12340870499610901, -0.04743205010890961, - 0.02735953964293003, -0.007740947417914867, -0.04008469730615616, - -0.021984314545989037, 0.03895614668726921, -0.0604669451713562, - -0.06540539115667343, 0.004177386872470379, -0.034976527094841, - 0.0004922752268612385, -0.03154535964131355, 0.02609521895647049, - -0.01525813713669777, -0.0116103645414114, 0.0011382729280740023, - 0.04235703498125076, 0.0744052305817604, 0.07339207082986832, -0.015676911920309067, - 0.05200470611453056, -0.030971119180321693, -0.017664598301053047, - 0.027313001453876495, 0.047091830521821976, -0.012252052314579487, - 0.04835226386785507, -0.04434642195701599, 0.027173154056072235, - 0.018846828490495682, -0.07423717528581619, -0.009276699274778366, - -0.04145607352256775, -0.029728977009654045, 0.06376980990171432, - 0.03885256499052048, -0.04728167876601219, -0.0066315783187747, - -0.01217593438923359, -0.035412054508924484, -0.06750419735908508, - -0.056895144283771515, -0.012302197515964508, -0.0023395423777401447, - -0.011676708236336708, 0.0282362699508667, -0.010007659904658794, - 0.05034821480512619, 0.02855289727449417, -0.012336166575551033, - -0.03842582553625107, -0.014403877779841423, -0.03680521622300148, - -0.09178435802459717, -0.021070297807455063, 0.04559073969721794, - 0.0022446545772254467, -0.00024113130348268896, -0.07298199832439423, - 0.09075912833213806, -0.02308734692633152, 0.010782597586512566, - -0.00923939235508442, -0.02267378941178322, 0.027438217774033546, - -0.06002620980143547, -0.04090864211320877, -0.05622417479753494, - -0.03500962257385254, 0.0434018149971962, 0.04211460426449776, -0.04434056580066681, - 0.004485498648136854, 0.011345045641064644, -0.0032787425443530083, - 0.025760304182767868, 0.05506648123264313, -0.04086536914110184, - 0.02943391725420952, 0.027562694624066353, 0.06315625458955765, - -0.026172613725066185, 0.01163920946419239, 0.024326657876372337, - -0.0417444109916687, -0.017542529851198196, -0.023819055408239365, - -0.08224022388458252, 0.07637374848127365, 0.002907231217250228, - 0.039643678814172745, -0.06906774640083313, -0.0029813875444233418, - 0.051318615674972534, 0.06180519238114357, -0.03675362467765808, - -0.06379948556423187, 0.022660082206130028, 0.029794609174132347, - 0.02510659769177437, -0.0482620894908905, 0.012063995935022831, - 0.005030916538089514, 0.022496270015835762, 0.010260900482535362, - 0.05392002314329147, 0.004026707727462053, 0.08891697973012924, - 0.018456874415278435, 0.026662634685635567, -0.057700369507074356, - -0.012486879713833332, 0.06163490191102028, 0.023803018033504486, - -0.035491764545440674, 0.03488083556294441, 0.02757272869348526, - 0.013589952141046524, -0.0017371559515595436, 0.045919422060251236, - -0.03315352648496628, -0.008531713858246803, -0.036209117621183395, - -0.08499793708324432, -0.03236369788646698, -0.04309336096048355, - 0.052520886063575745, 0.0242867860943079, -0.034731779247522354, 0.0598999485373497, - 0.08531957119703293, 0.016263049095869064, 0.024011272937059402, - -0.02046489715576172, 0.10079076886177063, 0.04598826915025711, - -0.08621863275766373, -0.10080528259277344, 0.0048255473375320435, - -0.007335996255278587, 0.05026163160800934, 0.0971926599740982, 0.01564895175397396, - 0.04278452694416046, -0.059342868626117706, 0.010914276354014874, - 0.021830640733242035, 0.012997514568269253, 0.008919334970414639, - 0.03796790912747383, -0.030566824600100517, 0.010750232264399529, - -0.10169469565153122, 0.010160263627767563, 0.014523514546453953, - 0.04929599165916443, 0.023376137018203735, -0.04683227837085724, - 0.040847379714250565, 0.018779993057250977, 0.02299022302031517, - 0.07644567638635635, 0.03632808104157448, 0.0021490997169166803, - 0.041738349944353104, -0.028521616011857986, -0.07930199801921844, - 0.03187926858663559, -0.060980141162872314, -0.08996239304542542, - -0.05414045974612236, 0.029488936066627502, -0.031845033168792725, - -0.005678950343281031, 0.022947141900658607, -0.019329098984599113, - -0.02081596478819847, 0.02556670643389225, -0.05464799702167511, - 0.02726317197084427, 0.0016948614502325654, 0.028735943138599396, - -0.02151613123714924, 0.019039668142795563, -0.03380567207932472, - 0.0025200434029102325, 0.05907657742500305, 0.07451954483985901, - -0.06429378688335419, 0.04958978667855263, 0.0028837064746767282, - 0.07320009917020798, 0.05436689034104347, 0.005786587484180927, 0.08032172918319702, - 0.03290626034140587, -0.06440558284521103, 0.0945620909333229, 0.030030667781829834, - -0.015648256987333298, -0.004435970913618803, -0.010698703117668629, - 0.027740078046917915, 0.053083471953868866, -0.00650721276178956, - -0.027806667611002922, -0.013193061575293541, -0.04797238111495972, - 0.0023473429027944803, 0.045786160975694656, -0.05258858576416969, - 0.06596420705318451, -0.05675390735268593, 0.0035898901987820864, - 0.03614426031708717, -0.007131388410925865, -0.024317653849720955, - -0.022284381091594696, 0.007215811405330896, -0.00339171988889575, - 0.013993469066917896, 0.02606751210987568, 0.05081562697887421, - -0.05415017530322075, 0.10669413208961487, 0.006559163797646761, - -0.0374634675681591, -0.10012199729681015, -0.06622883677482605, 0.0322713702917099, - 0.008653844706714153, -0.03990844264626503, -0.01818130537867546, - 0.0924418568611145, 0.014691606163978577, -0.03023447096347809, - 0.009854799136519432, 0.00593740027397871, -0.009922794997692108, - -0.03269556537270546, -0.011480575427412987, -0.04326416179537773, - 0.030105607584118843, -0.023164138197898865, 0.0013748855562880635, - -0.02445940300822258, 0.0092778280377388, -0.05752177909016609, - -0.08513292670249939, 0.03150268644094467, 0.06661388278007507, - 0.016700780019164085, -0.03954685479402542, -0.003894814057275653, - -0.036390479654073715, -0.004732300061732531, -0.024519193917512894, - -0.02921731397509575, 0.02491804026067257, -0.07763484120368958, - -0.028665274381637573, -0.026746688410639763, -0.0404076986014843, - 0.07280135154724121, -0.046562206000089645, -0.041317202150821686, - -0.030642053112387657, 0.03499625623226166, 0.027024734765291214, - -0.006872477941215038, -0.07982497662305832, 0.05205612629652023, - 0.05194120854139328, 0.0247336458414793, 0.021780481562018394, 0.006544018164277077, - -0.04090685397386551, 0.035606466233730316, 0.05198219418525696, - 0.024223942309617996, 0.01999230496585369, -0.02722351625561714, - 0.05175578594207764, 0.0614188089966774, 0.007925564423203468, -0.04344549402594566, - -0.04062993824481964, 0.03642984852194786, 0.07063062489032745, 0.03370579704642296, - 0.06250284612178802, -0.008378028869628906, 0.03276137635111809, - 0.015275259502232075, 0.054674018174409866, -0.02661326713860035, - -0.020598767325282097, 0.05814431980252266, 0.02259371429681778, - -0.006393035873770714, -0.026616698130965233, 0.015025095082819462, - 0.019024178385734558, 0.020252259448170662, -0.03587494045495987, - 0.02246115915477276, -0.013914475217461586, -0.004214096814393997, - 0.06985652446746826, 0.0649678185582161, -0.0028781183063983917, - -0.03722523897886276, 0.049515001475811005, 0.006779101677238941, - -0.046130817383527756, -0.054973501712083817, 0.06380286067724228, - -0.02765446901321411, 0.05172513425350189, -0.06959768384695053, 0.0523076094686985, - 0.06495504826307297, -0.06958561390638351, -0.06029859185218811, - 0.032197508960962296, -0.0381813570857048, -0.002926199696958065, - 0.05275501310825348, 0.06540670990943909, -0.026295974850654602, - 0.07395124435424805, -0.0092993238940835, 0.02015937864780426, 0.05941890925168991, - -0.04570641368627548, -0.008763597346842289, 0.02519182302057743, - -0.0658191666007042, 0.02867674082517624, -0.023649999871850014, - -0.0324513278901577, 0.036686986684799194, -0.016029110178351402, - 0.007278343662619591, -0.06057315692305565, 0.09637907147407532, - 0.012023460119962692, -0.05978620797395706, 0.027832694351673126, - -0.035645991563797, -0.014453013427555561, -0.07096941024065018, - -0.020512856543064117, -0.055739015340805054, 0.045045942068099976, - -0.04907193034887314, 0.06630408018827438, -0.09136656671762466, - 0.0018022186122834682, -0.047595344483852386, 0.007029854692518711, - -0.061231598258018494, -0.055185578763484955, 0.014866000972688198, - -0.030305465683341026, -0.006153014022856951, 0.0157953929156065, - -0.017388058826327324, -0.03683837503194809, -0.039651528000831604 - ], - [ - 0.043423477560281754, -0.08625183254480362, 0.02774408645927906, - 0.008159025572240353, -0.011743718758225441, 0.026201562955975533, - -0.009203916415572166, 0.006896398030221462, 0.002582717454060912, - -0.04081932455301285, -0.022226640954613686, -0.04733458161354065, - 0.022237351164221764, -0.037311162799596786, -0.003265019506216049, - 0.029923588037490845, 0.0810345858335495, -0.046805549412965775, - 0.012118572369217873, -0.02891973964869976, 0.0371660552918911, - 0.0021067080087959766, 0.018237270414829254, -0.0054689073003828526, - 0.00299352640286088, 0.011431203223764896, 0.04048966243863106, - -0.026627948507666588, 0.04836122319102287, 0.0008490507607348263, - -0.036463841795921326, -0.01821509562432766, 0.05242741480469704, - -0.016128376126289368, -0.05318497121334076, -0.01428206730633974, - 0.0051224324852228165, -0.052306193858385086, -0.08793800324201584, - -0.046274635940790176, -0.06927957385778427, 0.013574489392340183, - 0.0035965009592473507, 0.0052338563837111, -0.007918116636574268, - 0.013666421175003052, -0.07785185426473618, -0.018231211230158806, - 0.07966171950101852, 0.026770835742354393, -0.010058104060590267, - -0.05393650382757187, -0.018263444304466248, -0.029097622260451317, - -0.03547104075551033, -0.020259931683540344, -0.10360085219144821, - -0.005307114217430353, 0.014763166196644306, 0.049838002771139145, - 0.026499208062887192, 0.009220317006111145, -0.06564942002296448, - 0.0689476951956749, -0.08489087969064713, 0.032798800617456436, - -0.08859417587518692, -0.029203826561570168, 0.03604986146092415, - 0.0813722312450409, -0.000512228871230036, 0.07898573577404022, 0.04476534575223923, - 0.006245980970561504, 0.03867923468351364, 0.12064908444881439, - 0.051847755908966064, -0.010708266869187355, 0.004914415534585714, - 0.02066704072058201, -0.03643396124243736, -0.03583596274256706, - -0.022977398708462715, 0.025738393887877464, 0.05655656382441521, - 0.059415750205516815, 0.033306021243333817, 0.10070864111185074, - -0.07645956426858902, -0.049791645258665085, -0.018542475998401642, - -0.06469640135765076, -0.07634090632200241, -0.05004414916038513, - 0.04638636112213135, -0.03370210528373718, -0.016359496861696243, - 0.0018779666861519217, -0.056463878601789474, 0.042777158319950104, - 0.04558961093425751, -0.0291067436337471, 0.0312331710010767, -0.07652945071458817, - 0.018522538244724274, 0.017637798562645912, 0.08100799471139908, - 0.01818089745938778, 0.09894590079784393, 0.026436328887939453, -0.0755012258887291, - 0.12107446044683456, 0.06192810460925102, -0.052157554775476456, - -0.04247028008103371, 0.025074345991015434, -0.001001693308353424, - 0.03110210783779621, 0.021240347996354103, 0.06756950914859772, - -0.05483261123299599, -0.019338252022862434, 0.06710757315158844, - -0.038309983909130096, 0.0023953630588948727, 0.007677633780986071, - -0.02960928902029991, -0.0020464530680328608, -0.048596203327178955, - -0.00011595949763432145, 0.09049785137176514, 0.02644425630569458, - -0.044625069946050644, 0.00930546410381794, 0.032106999307870865, - -0.022740377113223076, 0.03406976908445358, -0.06486199796199799, - 0.03523848578333855, -0.08783084899187088, 0.07375343888998032, 0.07049452513456345, - 0.09938070178031921, -0.019360985606908798, 0.010676945559680462, - 0.04008284583687782, 0.01040149386972189, -0.12354879826307297, 0.05276605486869812, - -0.016538308933377266, 0.024121364578604698, 0.0373782180249691, - -0.03278657793998718, 0.0024092355743050575, -0.02721240185201168, - -0.07139745354652405, -0.03788208216428757, 0.032181158661842346, - -0.052890777587890625, -0.03021593764424324, -0.0006053202087059617, - 0.0051269689574837685, 0.01029614545404911, -0.013398540206253529, - 0.04470818117260933, -0.026288237422704697, -0.05256104841828346, - -0.05399297922849655, 0.03408941626548767, -0.01732703298330307, - -0.06489821523427963, 0.02550368569791317, 0.009829471819102764, - 0.042961589992046356, 0.015954678878188133, 0.04480145499110222, - 0.08997645229101181, 0.06797821074724197, -0.011899284087121487, - -0.027727613225579262, -0.022428538650274277, -0.02126503549516201, - 0.029808413237333298, -0.07135560363531113, -0.012838587164878845, - 0.03893671929836273, -0.01858164370059967, 0.03845522180199623, - -0.026677049696445465, 0.0913235992193222, 0.004210896790027618, - -0.0030795885249972343, 0.025700261816382408, 0.011072547174990177, - -0.07535592466592789, -0.028237059712409973, 0.0031711403280496597, - -0.0050017437897622585, 0.027533963322639465, -0.05906049534678459, - 0.07009796798229218, -0.021561352536082268, 0.023734591901302338, - 0.02856886386871338, -0.06525217741727829, -0.07706856727600098, 0.0904327929019928, - -0.012370157986879349, 0.03725945204496384, -0.07776162028312683, - 0.05101766437292099, 0.03547772765159607, -0.0033791118767112494, - -0.01479695551097393, -0.004450446460396051, 0.07954560220241547, - -0.020015493035316467, -0.0330834835767746, -0.017968246713280678, - 0.03295319899916649, 0.062305252999067307, 0.010463246144354343, - -0.06189708784222603, 0.0036446526646614075, -0.04485228285193443, - 0.00466455752030015, -0.05557999014854431, 0.06779992580413818, - -0.08250802010297775, 0.07038790732622147, -0.028787825256586075, - 0.055081166326999664, 0.013865469954907894, -0.025478815659880638, - -0.010864347219467163, 0.08067981898784637, 0.0026432147715240717, - -0.0028474577702581882, -0.05767373740673065, -0.02087274193763733, - -0.03631395101547241, -0.025495506823062897, -0.011548072099685669, - 0.02653924748301506, -0.11967607587575912, -0.007501524873077869, - -0.048982374370098114, 0.04258432984352112, 0.011758867651224136, - -0.018601110205054283, -0.02164353057742119, 0.04927309602499008, - 0.00901464931666851, -0.009841336868703365, -0.03902239352464676, - 0.04166605696082115, -0.05410101264715195, 0.0794326514005661, - -0.004718612879514694, -0.06907498836517334, 0.056548137217760086, - -0.0167006216943264, 0.0014499787939712405, -0.01315675675868988, - 0.06490977853536606, 1.1029310371668544e-5, -0.011546380817890167, - -0.05962369218468666, -0.016120413318276405, -0.02631293050944805, - -0.024483583867549896, 0.004181429743766785, -0.05640081688761711, - 0.03893765062093735, 0.016033098101615906, -0.10897830128669739, - -0.01098970603197813, -0.0288994237780571, -0.01895562931895256, - 0.07093922048807144, -0.04421166330575943, 0.0344679094851017, -0.04882219806313515, - -0.020451638847589493, -0.014687098562717438, -0.01567479781806469, - -0.03815276920795441, -0.05512457340955734, 0.07296089828014374, - 0.05382153391838074, 0.020721806213259697, 0.022211754694581032, - -0.005159076768904924, -0.1257973164319992, 0.022049814462661743, - 0.009429260157048702, 0.05749557539820671, -0.0013598996447399259, - -0.029859961941838264, -0.00992001872509718, 0.11053831875324249, - -0.05178586021065712, -0.03700018301606178, -0.028803663328289986, - -0.002133887493982911, -0.011760584078729153, -0.04312505945563316, - 0.0404815636575222, 0.027574768289923668, -0.027871577069163322, - -0.026939192786812782, -0.08967351913452148, -0.001602807198651135, - 5.566783875110559e-5, 0.012969628907740116, -0.026645705103874207, - 0.0787929967045784, -0.009520268999040127, 0.030030835419893265, - -0.021465031430125237, 0.028057249262928963, -0.07922190427780151, - 0.01192385982722044, 0.05379432812333107, 0.08844044059515, 0.015262783505022526, - -0.02797686494886875, -0.02651287615299225, 0.04707062244415283, - -0.019443510100245476, 0.06749481707811356, 0.021080007776618004, - -0.06665493547916412, 0.04023166000843048, -0.0033788057044148445, - 0.052977971732616425, -0.06127646937966347, -0.045254096388816833, - -0.0011148294433951378, -0.04484165832400322, -0.02658669464290142, - 0.03857840597629547, 0.03690933436155319, 0.025540592148900032, 0.09577158838510513, - -0.02757994644343853, -0.04736676439642906, 0.055972304195165634, - 0.041637878865003586, -0.027700036764144897, 0.028220703825354576, - -0.010223294608294964, -0.04354101046919823, 0.013168316334486008, - 0.01040266640484333, 0.023541202768683434, 0.0037253519985824823, - -0.0364910289645195, -0.02374451234936714, 0.022780854254961014, - -0.05888301506638527, -0.019833847880363464, 0.042345836758613586, - 0.03659079596400261, -0.005551395006477833, -0.0592668354511261, - 0.06251440942287445, -0.08968666940927505, -0.010667882859706879, - -0.002942347666248679, 0.006569280289113522, -0.016869883984327316, - -0.003078474896028638, 0.010670416057109833, -0.013076076284050941, - 0.021865101531147957, -0.0320717953145504, -0.028886588290333748, - -0.05418515205383301, 0.036274492740631104, -0.039520759135484695, - 0.024586502462625504, 0.06657292693853378, 0.03888954967260361 - ], - [ - 0.015435975976288319, -0.0400332473218441, 0.011455005034804344, - 0.025253867730498314, -0.08815022557973862, 0.05423738807439804, - -0.020149797201156616, -0.055134400725364685, 0.04296566918492317, - -0.024486012756824493, -0.04138431325554848, 0.05788217857480049, - -0.09390140324831009, 0.08862672001123428, 0.006616675294935703, - 0.01544144842773676, -0.04942414164543152, -0.028552357107400894, - 0.001001767348498106, -0.0512629896402359, 0.024173086509108543, - 0.05090569704771042, -0.020729053765535355, -0.030995238572359085, - 0.07501977682113647, 0.013637423515319824, -0.047287192195653915, - -0.05034754052758217, -0.022487519308924675, -0.006526618730276823, - -0.0005534555530175567, 0.006728615611791611, -0.03833860158920288, - 0.04395771399140358, 0.01537186186760664, 0.09054508805274963, - -0.010786167345941067, -0.05918322876095772, 0.057280126959085464, - -0.05519869923591614, 0.0038891753647476435, -0.020991383120417595, - -0.004649034701287746, -0.036259640008211136, 0.020122025161981583, - 0.04146422818303108, 0.060819417238235474, 0.01108039915561676, 0.01155957393348217, - 0.012745903804898262, 0.005014101043343544, -0.019494669511914253, - -0.05801696702837944, 0.01694588176906109, -0.003743669716641307, - 0.05186743661761284, -0.013987387530505657, -0.0020284156780689955, - 0.04843638837337494, -0.05925271660089493, -0.021314682438969612, - 0.003571620676666498, -0.0181007981300354, 0.03558243066072464, 0.00874910969287157, - -0.01385427638888359, 0.03389887884259224, 0.026576144620776176, - -0.0004517137713264674, -0.06820345669984818, -0.014874229207634926, - 0.05473165959119797, 0.06042810156941414, -0.06850976496934891, - -0.014907987788319588, -0.006348397117108107, 0.00930314976722002, - -0.05124868080019951, -0.032311879098415375, 0.03290316462516785, - -0.060134463012218475, 0.013986023142933846, -0.04246273636817932, - -0.017255427315831184, -0.005234388168901205, 0.02530212514102459, - 0.012777852825820446, 0.02576526626944542, 0.021948665380477905, - -0.002734436420723796, -0.05673098564147949, -0.00972974393516779, - -0.07219749689102173, 0.02293759398162365, -0.049244508147239685, - 0.023507410660386086, -0.0083626052364707, 0.02757321670651436, - 0.011445026844739914, -0.04622289538383484, -0.027258016169071198, - -0.005440344102680683, 0.04326751455664635, -0.06946567445993423, - 0.022297611460089684, -0.008572014980018139, -0.010484719648957253, - 0.014481447637081146, 0.0468602180480957, -0.08364219963550568, - -0.008428310044109821, -0.028745977208018303, 0.04117470234632492, - -0.019056925550103188, 0.0005492771742865443, 0.0480768121778965, - -0.0069862487725913525, 0.01563999056816101, 0.031036436557769775, - 0.03250456601381302, -0.02287052571773529, 0.01808949187397957, - 0.011570214293897152, -0.006025546696037054, 0.00406035827472806, - -0.021263234317302704, 0.01368632446974516, -0.007662063930183649, - -0.04581543058156967, 0.010908571071922779, -0.038570258766412735, - 0.0042563630267977715, 0.08681606501340866, -0.05663060024380684, - 0.1056501492857933, -0.025369767099618912, 0.03914792463183403, 0.05151919648051262, - -0.013681666925549507, 0.02939468063414097, -0.02956298366189003, - -0.09129096567630768, -0.02321215532720089, -0.058755967766046524, - 0.013268551789224148, -0.046292368322610855, -0.03922965005040169, - 0.029176145792007446, -0.013640521094202995, 0.04044752195477486, - 0.06010911613702774, -0.00651922170072794, 0.05900467187166214, - -0.024362679570913315, 0.07720289379358292, -0.02552630938589573, - 0.027236049994826317, 0.02558041550219059, 0.01856505498290062, 0.01934492215514183, - -0.04359763488173485, 0.01769455336034298, 0.06543851643800735, 0.07870937883853912, - 0.0028815721161663532, -0.03281981870532036, 0.002127056010067463, - 0.024574900045990944, 0.009324789978563786, 0.023393644019961357, - -0.022059500217437744, -0.02746690809726715, -0.009799057617783546, - -0.05625918507575989, -0.028500540181994438, -0.04049066826701164, - -0.04881799593567848, -0.0772906020283699, 0.0019462015479803085, - -0.014884509146213531, -0.037200964987277985, -0.016016090288758278, - 0.03116358071565628, 0.0353638119995594, 0.030705884099006653, - 0.0024892252404242754, 0.050879038870334625, 0.03930032625794411, - 0.018601225689053535, -0.012381048873066902, 0.06860560923814774, - 0.043368540704250336, 0.06347274780273438, 0.06321774423122406, 0.03945925086736679, - 0.056582167744636536, -0.025097059085965157, -0.024590380489826202, - 0.07270274311304092, 0.02003377676010132, 0.008693710900843143, - -0.08889684081077576, 0.03697466477751732, 0.004774665925651789, - -0.0783245638012886, -0.05006691440939903, -0.03505818545818329, - 0.020412864163517952, -0.022872336208820343, -0.016753369942307472, - -0.050966572016477585, -0.0013450077967718244, -0.04117763042449951, - -0.044151339679956436, -0.0360756441950798, -0.03137390315532684, - -0.06103166565299034, 0.0075354985892772675, -0.06541137397289276, - -0.006615412421524525, 0.031515154987573624, -0.017773257568478584, - 0.04307686910033226, 0.014024506323039532, 0.048662807792425156, - -0.04525285214185715, 0.0529632531106472, 0.07109244167804718, 0.04645363613963127, - -0.06066615879535675, 0.018227944150567055, -0.025933511555194855, - -0.07014225423336029, -0.011544392444193363, 0.0010749076027423143, - 0.07448891550302505, -0.023991025984287262, -0.02566719241440296, - 0.0024978022556751966, 0.012423033826053143, 0.03722916916012764, - 0.0006581302150152624, 0.08202773332595825, -0.055304206907749176, - 0.00781977828592062, 0.007259860634803772, 0.04851187393069267, - -0.015281619504094124, 0.0013813866535201669, 0.017591672018170357, - -0.07465565204620361, 0.008844505064189434, 0.01381056010723114, - 0.019051074981689453, 0.01775689236819744, -0.05017711967229843, - 0.031755004078149796, -0.021208927035331726, 0.021738629788160324, - 0.025512009859085083, 0.02980135753750801, -0.00273538613691926, - 0.03471927344799042, 0.08261321485042572, -0.009655043482780457, - -0.07187394052743912, 0.026222670450806618, -0.012491131201386452, - 0.07610610127449036, 0.032411448657512665, 0.061153385788202286, - 0.06146050617098808, -0.045126017183065414, 0.048356473445892334, - -0.05155196413397789, -0.012336254119873047, -0.0781334713101387, - -0.06470667570829391, -0.03929281234741211, 0.019585490226745605, - -0.02149083837866783, 0.0022613259498029947, -0.0480659119784832, - 0.02168993651866913, -0.02338988333940506, -0.018936648964881897, - 0.0010298320557922125, -0.030138202011585236, 0.029220767319202423, - 0.007896541617810726, -0.0416339710354805, -0.02434009313583374, - 0.008091937750577927, -0.02767554298043251, 0.0015740831149742007, - 0.06198403611779213, -0.02105456218123436, 0.057098060846328735, - -0.024588583037257195, 0.0697847232222557, 0.04545250162482262, - -0.07082565128803253, -0.01832675002515316, 0.013780214823782444, - -0.09750146418809891, -0.07174700498580933, -0.012965378351509571, - 0.02693767473101616, -0.02977442741394043, 0.016149155795574188, - -0.0026611650828272104, -0.04677684232592583, -0.0695609524846077, - -0.043768033385276794, -0.015642467886209488, 0.0604361966252327, - 0.061624277383089066, -0.04785056784749031, 0.050240784883499146, - -0.013811301440000534, -0.027516886591911316, 0.014969713985919952, - -0.03252904489636421, -0.10847321152687073, -0.027238234877586365, - -0.005189517512917519, 0.003911986947059631, 0.021191198378801346, - 0.02753194235265255, 0.04830577224493027, -0.015327583067119122, - -0.07190439850091934, -0.05725072696805, 0.02073763683438301, -0.033952247351408005, - -0.04305387660861015, 0.03676820546388626, 0.024287831038236618, - -0.06671310216188431, 0.01673843525350094, -0.030645065009593964, - -0.07576083391904831, 0.02335692197084427, 0.08319631963968277, - -0.07281289249658585, 0.006817416287958622, 0.006150869186967611, - 0.04905252531170845, -0.03259168937802315, 0.03579643741250038, - 0.035402894020080566, 0.04085586220026016, 0.02272936888039112, - 0.030355744063854218, 0.03642972931265831, -0.017287349328398705, - 0.03484638035297394, 0.04342170059680939, -0.01591804064810276, - 0.023179639130830765, -0.06990750879049301, 0.028484102338552475, - -0.0770859569311142, -0.056593913584947586, 0.020818794146180153, - 0.04985344037413597, 0.026167163625359535, -0.010722395032644272, - -0.02581307664513588, -0.026920782402157784, 0.044975604861974716, - 0.05044173076748848, -0.08201618492603302, 0.008353791199624538, - 0.024582834914326668, -0.01740933395922184, 0.010778043419122696, - -0.04194343090057373, 0.11507490277290344, 0.047598984092473984, - -0.04130243510007858, 0.005187956150621176, 0.010377347469329834, - -0.00825872179120779 - ], - [ - -0.038675013929605484, 0.0349082425236702, -0.024687763303518295, - -0.1389525830745697, -0.03672437742352486, -0.04423923045396805, - -0.02082306519150734, 0.016761258244514465, -0.08096976578235626, - -0.01450197771191597, -0.04011544585227966, 0.06108390539884567, - -0.045378752052783966, 0.11797105520963669, -0.04021724686026573, - 0.04180997982621193, -0.007393355015665293, -0.057058099657297134, - 0.016460638493299484, 0.040272463113069534, 0.028412045910954475, - -3.9781607483746484e-5, 0.05957696586847305, -0.03670010343194008, - 0.058643169701099396, -0.04483424499630928, -0.024375544860959053, - 0.02462257258594036, -0.05515002831816673, -0.05198080837726593, - 0.0061153932474553585, -0.02766411565244198, -0.0189959779381752, - -0.023316165432333946, -0.047949399799108505, 0.039570678025484085, - 0.022255172953009605, -0.01485858391970396, 0.02277030609548092, - -0.09910618513822556, 0.06379983574151993, 0.04455031082034111, - -0.020283598452806473, -0.011287381872534752, -0.01639506034553051, - 0.05692913755774498, -0.05207953602075577, -0.058432042598724365, - 0.0671861320734024, 0.02666286751627922, -0.0019458523020148277, 0.0626327395439148, - -0.03197064623236656, 0.01028746459633112, 0.050558287650346756, - 0.012586127035319805, 0.10825418680906296, 0.011561951600015163, - 0.002631822833791375, -0.031205937266349792, -0.07280775159597397, - 0.06160106882452965, -0.021953167393803596, 0.0013454017462208867, - 0.02008003368973732, 0.07202048599720001, 0.030874764546751976, 0.07654951512813568, - 0.010281984694302082, 0.028530487790703773, -0.017977260053157806, - 0.0322800874710083, 0.08509787172079086, -0.030856192111968994, - -0.04796479642391205, -0.11179425567388535, -0.05109131336212158, - -0.026532569900155067, -0.05509558692574501, -0.002010742900893092, - -0.03920358046889305, 0.03710198402404785, 0.044188983738422394, - 0.01756308227777481, 0.019712524488568306, 0.10989897698163986, - 0.018870530650019646, -0.08308963477611542, 0.03717309236526489, - -0.07480573654174805, -0.052721694111824036, -0.007100692018866539, - 0.0707102119922638, 0.08362474292516708, 0.028978731483221054, -0.08541962504386902, - 0.0851782038807869, -0.04543248564004898, -0.04155204817652702, 0.0135795334354043, - -0.07612061500549316, 0.025766026228666306, -0.03196748346090317, - -0.0890597328543663, 0.02895701862871647, 0.03758896142244339, 0.022263070568442345, - 0.10074363648891449, -0.06842433661222458, -0.08064716309309006, - 0.007993577979505062, -0.04309827461838722, -0.06969918310642242, - 0.05335954576730728, -0.018526680767536163, 0.08525042235851288, - 0.05886771157383919, 0.0658404529094696, -0.038271598517894745, - -0.04949859529733658, 0.03845037892460823, -0.06326133757829666, - -0.02956153079867363, 0.05899226665496826, -0.010161103680729866, - -0.04407866299152374, 0.08311016112565994, -0.029537931084632874, - -0.008068982511758804, -0.023011038079857826, -0.0055251698940992355, - 0.03248923271894455, 0.09955723583698273, -0.07936961948871613, 0.07621607184410095, - 0.040887486189603806, 0.018987631425261497, 0.014096826314926147, - -0.002013648394495249, 0.013511570170521736, -0.12194778025150299, - -0.12189769744873047, 0.03079884499311447, -0.013620705343782902, - 0.018834175541996956, 0.04137082025408745, -0.011640639975667, -0.06335107237100601, - -0.027315029874444008, -0.10240000486373901, -0.02065230906009674, - -0.01291685551404953, 0.05800176411867142, -0.02490561082959175, - 0.019749924540519714, 0.08925744146108627, 0.005439083091914654, - -0.003699743188917637, -0.0036600688472390175, -0.026201341301202774, - -0.11718395352363586, 0.03823436051607132, 0.10109169036149979, - -0.005901332013309002, -0.04464719071984291, -0.04872019588947296, - -0.03762112185359001, 0.030043724924325943, 0.043868497014045715, - 0.05898291617631912, 0.07785379886627197, -0.0055804564617574215, - -0.003571289824321866, -0.046977315098047256, -0.0007505917456001043, - 0.10090165585279465, -0.049290549010038376, 0.0032406316604465246, - -0.03091217763721943, -0.020227421075105667, -0.014233077876269817, - -0.016027094796299934, -0.06001726910471916, -0.005858704913407564, - 0.130483940243721, -0.05073089897632599, 0.009674022905528545, 0.016919981688261032, - 0.05368949845433235, 0.032070279121398926, -0.028515378013253212, - -0.003051766427233815, -0.05601593852043152, 0.03392457216978073, - -0.017714565619826317, 0.010273881256580353, 0.09779612720012665, - -0.11378356069326401, 0.03171413764357567, -0.00990933645516634, - 0.062383830547332764, 0.051904018968343735, 0.025482378900051117, - 0.03051888197660446, -0.05817732587456703, -0.06636790186166763, - 0.02385515533387661, -0.07577839493751526, -0.044330112636089325, - -0.005411154590547085, 0.002414003247395158, -0.0631028413772583, - 0.007524481043219566, -0.015656879171729088, -0.044757600873708725, - -0.016385672613978386, -0.04795151576399803, 0.008245819248259068, - -0.05672173947095871, 0.03768613189458847, -0.01506590936332941, -0.040186557918787, - 0.006326158531010151, 0.027749456465244293, 0.06426911056041718, - -0.08299712091684341, 0.006596350111067295, 0.038394659757614136, - -0.040796879678964615, -0.05038471892476082, 0.01043031644076109, - 0.06739766150712967, 0.028213847428560257, -0.002204632619395852, - 0.03842315450310707, -0.009046209044754505, -0.08522240072488785, - 0.013112720102071762, 0.008355340920388699, 0.042982637882232666, - 0.03121400624513626, 0.016247987747192383, 0.0634823888540268, -0.03685152530670166, - 0.038230445235967636, -0.04653589054942131, 0.005760679487138987, - -0.04812462627887726, -0.028540246188640594, -0.040937259793281555, - -0.011953441426157951, 0.09020466357469559, 0.003311355132609606, - 0.08364851027727127, -0.045071039348840714, -0.08748919516801834, - -0.03494136407971382, -0.061698928475379944, 0.06311526149511337, - 0.020890751853585243, 0.03270532563328743, 0.03418012708425522, 0.07578881829977036, - 0.04794424772262573, -0.03985343500971794, -0.0068849180825054646, - 0.04393911734223366, -0.006182716228067875, 0.013452415354549885, - 0.02235081046819687, -0.0025637494400143623, 0.04872863367199898, - 0.07995039224624634, 0.08184995502233505, -0.02614479884505272, 0.05908318981528282, - 0.06393733620643616, -0.05231308564543724, -0.027621706947684288, - 0.061686255037784576, 0.0713641420006752, 0.06745792925357819, -0.0800468772649765, - -0.10602732747793198, -0.06012411415576935, 0.04469515383243561, - -0.059969183057546616, -0.012194953858852386, 0.09393339604139328, - -0.0039338781498372555, 0.025349030271172523, 0.008953138254582882, - 0.031032675877213478, 0.0014211242087185383, -0.0007888131658546627, - 0.029588943347334862, -0.03840543329715729, 0.014973867684602737, - 0.021601472049951553, -0.018520869314670563, 0.05741371959447861, - 0.02622734196484089, -0.00669526681303978, 0.02226787619292736, - -0.02408762276172638, 0.05246599391102791, -0.04124914109706879, - -0.0993908941745758, -0.14602039754390717, -0.00299385585822165, - 0.04149696230888367, -0.09980092942714691, 0.05319596827030182, 0.05792023986577988, - 0.1642734855413437, -0.02384660206735134, 0.021661877632141113, -0.0715470016002655, - -0.016257885843515396, -0.003170363837853074, 0.008099980652332306, - 0.0015288289869204164, -0.006559280212968588, -0.03908636420965195, - -0.005096929147839546, -0.04954515025019646, -0.017301902174949646, - -0.014695615507662296, 0.14341308176517487, -0.038544949144124985, - 0.00939148012548685, -0.05810611695051193, 0.042225874960422516, - -0.039519134908914566, -0.058138564229011536, -0.035317275673151016, - -0.004680500831454992, 0.054324131458997726, -0.03936122730374336, - 0.023090792819857597, -0.00816041324287653, 0.008314603008329868, - -0.06683710217475891, 0.018673334270715714, 0.019163047894835472, - -0.050770487636327744, -0.006891264580190182, 0.01281646080315113, - 0.06047536060214043, -0.02649414725601673, 0.013347454369068146, - 0.031920116394758224, -0.029665278270840645, 0.038377389311790466, - -0.022582756355404854, -0.03681351989507675, 0.07638965547084808, - -0.00972580537199974, -0.028609775006771088, -0.0048722270876169205, - 0.016916101798415184, 0.08870818465948105, -0.062128547579050064, - -0.028912456706166267, 0.025838255882263184, 0.06073238328099251, - -0.010301709175109863, 0.003632191102951765, -0.038349226117134094, - -0.10576546937227249, -0.006867574527859688, 0.05892627313733101, - -0.038182757794857025, 0.02200818620622158, 0.03665797784924507, - -0.041458096355199814, 0.04068095237016678, 0.01795130968093872, - 0.047994423657655716, -0.016078457236289978, -0.060184162110090256, - -0.008579589426517487, 0.03954136371612549, -0.052686385810375214 - ], - [ - 0.07995301485061646, 0.04423607140779495, -0.02276155725121498, 0.05235598608851433, - 0.05279502645134926, 0.030687684193253517, -0.044553011655807495, - 0.031841520220041275, -0.014633286744356155, 0.00023793969012331218, - -0.07998380064964294, -0.061201393604278564, -0.01108243502676487, - 0.0022368659265339375, 0.08823852241039276, 0.007023036479949951, - 0.04263059422373772, 0.005540357902646065, 0.0924781933426857, 0.06879075616598129, - -0.0627349242568016, -0.02077346295118332, 0.08357278257608414, 0.04413621872663498, - -0.041614092886447906, -0.004944191314280033, -0.05578708276152611, - -0.030820637941360474, -0.0034016647841781378, 0.0036570022348314524, - -0.03572119027376175, -0.014381339773535728, -0.008172710426151752, - 0.11840716749429703, 0.059111230075359344, 0.027606448158621788, - -0.012966815382242203, 0.02418610453605652, 0.007088281214237213, - 0.003061477793380618, -0.07175830006599426, -0.011917703785002232, - 0.08529108762741089, 0.006289133336395025, -0.03947768360376358, - 0.03455251455307007, 0.05611845478415489, -0.00656336871907115, - 0.013933689333498478, -0.028947900980710983, 0.0009917494608089328, - 0.012013150379061699, 0.019663838669657707, -0.07269547879695892, - -0.004558269865810871, 0.1199999675154686, 0.013908101245760918, - -6.546280928887427e-5, 0.07122088223695755, 0.05828876048326492, - 0.08107272535562515, 0.021441951394081116, -0.09304119646549225, 0.0428672656416893, - 0.02541947178542614, 0.096476711332798, -0.0726652666926384, 0.03951819986104965, - 0.019510654732584953, -0.08523086458444595, 0.005247603170573711, - -0.03169699013233185, -0.001968959579244256, -0.046479400247335434, - -0.00894099660217762, 0.054781220853328705, 0.08271336555480957, - 0.005174710880964994, 0.06201713904738426, 0.003798044053837657, - -0.0739920362830162, 0.06810961663722992, -0.04938932880759239, 0.03426720201969147, - 0.049849141389131546, -0.05815805494785309, -0.04250285029411316, 0.047957643866539, - -0.10847032815217972, 0.06776828318834305, -0.01614903099834919, - 0.022746194154024124, -0.05649614334106445, -0.07982148975133896, - -0.05875438451766968, 0.06605890393257141, -0.06284918636083603, - 0.08385394513607025, -0.0424322746694088, 0.045814551413059235, - -0.04688045755028725, -0.021151965484023094, 0.04948345571756363, - -0.00478832283988595, -0.050930824130773544, 0.051001884043216705, - 0.03560053929686546, 0.06385069340467453, 0.08180118352174759, 0.003920245915651321, - -0.018344108015298843, -0.07488149404525757, 0.0737161859869957, - 0.02308645285665989, -0.026178231462836266, -0.06400780379772186, - -0.005787957925349474, -0.040287259966135025, 0.02568730153143406, - -0.007243415340781212, -0.03295139595866203, 0.027284936979413033, - 0.03730210289359093, -0.04249843955039978, 0.02267368696630001, 0.08933817595243454, - -0.03814823180437088, 0.015290851704776287, -0.04916289076209068, - -0.07608462870121002, 0.05784771591424942, -0.05173472687602043, - 0.06635654717683792, -0.00949505902826786, -0.004571094177663326, - -0.027768461033701897, 0.03169626370072365, 0.03799816220998764, - 0.009209631010890007, 0.006651581265032291, 0.018031585961580276, - 0.0029511956963688135, -0.05818953737616539, -0.007407804019749165, - -0.014267295598983765, -0.05319470912218094, -0.039083123207092285, - 0.06762392818927765, -0.02527734637260437, 0.07521772384643555, - -0.030435333028435707, 0.023750819265842438, 0.06605274230241776, - 0.024465832859277725, -0.017988264560699463, -0.051562197506427765, - -0.010602552443742752, 0.04542897641658783, 0.024359244853258133, - 0.049518465995788574, -0.07280243933200836, -0.02086389623582363, - 0.04396865889430046, -0.018671151250600815, 0.06973066180944443, - -0.02866950072348118, -0.04268684983253479, -0.043122678995132446, - -0.009628286585211754, 0.08139844238758087, -0.006511016748845577, - 1.5611896742484532e-5, 0.01548746693879366, 0.009138524532318115, - 0.043768297880887985, -0.005417654290795326, -0.036905284970998764, - 0.03742721676826477, -0.036965642124414444, -0.018824502825737, - -0.01757725141942501, 0.03562886267900467, -0.0038325758650898933, - 0.006102458573877811, -0.10130979865789413, -0.038441866636276245, - 0.004930797033011913, 0.02122700773179531, -0.023707354441285133, - -0.015441616997122765, -0.0644817128777504, -0.07483640313148499, - -0.0038039085920900106, 0.05623943358659744, -0.005988284945487976, - 0.0034448239021003246, 0.049718908965587616, -0.018153659999370575, - 0.08512222021818161, -0.0046576084569096565, -0.03964763879776001, - -0.05580047145485878, 0.04484069347381592, -0.03326026722788811, - -0.10051929205656052, -0.007130454294383526, 0.041818756610155106, - -0.08088690042495728, -0.0028535358142107725, 0.09584558755159378, - -0.0030615252908319235, -0.016388777643442154, 0.013596798293292522, - -0.05850750580430031, -0.037476010620594025, -0.019176563248038292, - 0.0320579968392849, -0.016003020107746124, -0.09863662719726562, - 0.0036135297268629074, -0.0018021388677880168, 0.014241384342312813, - -0.0140375392511487, -0.002791629871353507, -0.0041136364452540874, - -0.025062628090381622, 0.017063727602362633, 0.03152352571487427, - 0.047773875296115875, 0.04182102158665657, 0.08746244758367538, - -0.06209038197994232, 0.025657879188656807, 0.036519818007946014, - 0.015269222669303417, -0.02520808018743992, 0.0531354695558548, 0.04805285111069679, - -0.017349129542708397, -0.0468827523291111, 0.02378236874938011, - -0.04055676981806755, 0.012925472110509872, -0.06070138141512871, - -0.0627414807677269, 0.09132809191942215, 0.03246946632862091, 0.03498462587594986, - -0.011859997175633907, 0.09529488533735275, -0.05135331302881241, - -0.04403017833828926, -0.06686362624168396, -0.0051383525133132935, - -0.023484276607632637, -0.041974280029535294, 0.027792569249868393, - -0.0325036495923996, 0.027805518358945847, 0.04627904295921326, - -0.07375717908143997, 0.024289635941386223, 0.03665591776371002, - 0.0023248037323355675, -0.034294985234737396, -0.157450869679451, - 0.07453520596027374, -0.004567200317978859, 0.024621013551950455, - -0.030674153938889503, -0.0024829325266182423, 0.011356190778315067, - -0.04436604678630829, 0.029179491102695465, -0.04421869292855263, - 0.07569330930709839, -0.017933040857315063, -0.07022295147180557, - -0.04086868837475777, 0.059481240808963776, 0.00965068582445383, - 0.027429932728409767, -0.03463563323020935, 0.05055731162428856, - 0.015250694938004017, 0.023893732577562332, 0.08782967925071716, - -0.02996882237493992, 0.06107440963387489, 0.10416426509618759, - -0.03427090495824814, -0.0015647392719984055, -0.061917632818222046, - 0.01646391488611698, 0.08539505302906036, 0.05326402559876442, 0.05347859859466553, - 0.008851302787661552, -0.039233263581991196, -0.00867499504238367, - 0.05818738788366318, -0.03875528275966644, 0.03737874701619148, - -0.031420059502124786, -0.0814400389790535, -0.06940603256225586, - 0.07134748995304108, 0.01684774085879326, -0.08277685195207596, - 0.053071849048137665, 0.008322606794536114, -0.05328010022640228, - -0.05488675832748413, 0.028324877843260765, -0.05515710264444351, - 0.036574117839336395, 0.03769504651427269, 0.0045340582728385925, - 0.0023465033154934645, -0.01459571160376072, -0.06188457831740379, - -0.02046940103173256, 0.023702900856733322, 0.014125735498964787, - 0.0028292909264564514, 0.017640696838498116, 0.01852370612323284, - 0.030536366626620293, -0.02287559024989605, -0.038330841809511185, - 0.01992989145219326, 0.040443602949380875, -0.07569573819637299, - 0.010534422472119331, -0.0931016057729721, -0.06007799506187439, - -0.04832945019006729, 0.01836055889725685, -0.09437759965658188, - -0.030260702595114708, -0.030873607844114304, -0.054874319583177567, - -0.009524122811853886, 0.0871027484536171, -0.0389932245016098, - -0.04832758754491806, -0.08677852153778076, 0.0013125143013894558, - 0.03809589892625809, 0.05506589636206627, 0.02238873392343521, 0.06105765700340271, - -0.007746695540845394, -0.007305423263460398, 0.12205465883016586, - -0.08327902853488922, 0.005312237422913313, 0.02424546144902706, - 0.038203924894332886, -0.018258584663271904, -0.07647453248500824, - -0.027257820591330528, -0.06869427114725113, -0.022516237571835518, - -0.0028369189240038395, 0.019910335540771484, -0.03253347799181938, - 0.06093110516667366, -0.03446922078728676, 0.045432306826114655, - 0.01879427582025528, 0.007678486406803131, -0.030331414192914963, - 0.039770908653736115, -0.0028440002351999283, 0.005213504657149315, - -0.0011006924323737621, -0.007626621518284082, 0.004512368701398373, - 0.00965128093957901, -0.06202145665884018, -0.005430492572486401, - 0.024851949885487556, 0.05396359786391258 - ], - [ - 0.0007721972069703043, -0.01570654846727848, -0.05044794827699661, - 0.07706752419471741, 0.05046563968062401, 0.018391286954283714, - -0.03386584669351578, -0.007720073219388723, -0.01287311315536499, - 0.03735383227467537, 0.024873340502381325, -0.004576181061565876, - 0.010804146528244019, 0.029588283970952034, -0.012305522337555885, - 0.024174880236387253, 0.0562690794467926, -0.05607501417398453, - 0.010350827127695084, 0.06161358952522278, -0.014679718762636185, - -0.04026778042316437, -0.007302507758140564, 0.040306445211172104, - 0.006613214034587145, 0.014454305171966553, 0.04202711582183838, - -0.014064882881939411, -0.023680323734879494, 0.02146853879094124, - 0.04399484023451805, 0.04275411739945412, 0.07650454342365265, - -0.020614637061953545, 0.04449978843331337, -0.0591287724673748, -0.060065858066082, - 0.046934641897678375, -0.03998158127069473, 0.0885326936841011, 0.02347751334309578, - -0.029203923419117928, 0.010434482246637344, -0.010365393944084644, - -0.039219118654727936, -0.014366445131599903, -0.05356571450829506, - -0.011660824529826641, 0.05238792672753334, 0.04512336477637291, - -0.03800025209784508, -0.027338074520230293, -0.02630671299993992, - -0.0001721862208796665, 0.011860847473144531, 0.06039658561348915, - -0.034727152436971664, -0.07049787044525146, -0.08276493847370148, - 0.04794337600469589, -0.04410914331674576, 0.032465942203998566, - 0.03972970321774483, 0.019092751666903496, 0.04241196811199188, - -0.03344772383570671, -0.03997921198606491, -0.0833434909582138, - 0.030385270714759827, -0.015773063525557518, -0.0169023796916008, - 0.017008120194077492, -0.06211191788315773, 0.006613879930227995, - 0.0011328468099236488, 0.05002649128437042, -0.05007942393422127, - -0.00977060105651617, 0.027755560353398323, -0.054309602826833725, - -0.026459041982889175, -0.02335221879184246, -0.055907443165779114, - 0.006900378968566656, 0.08379984647035599, 0.03555828332901001, - -0.07191812992095947, 0.04807310178875923, 0.054334718734025955, - -0.02880270779132843, 0.016414141282439232, -0.06176774576306343, - 0.0463610403239727, 0.011473128572106361, 0.04367244616150856, 0.006152883172035217, - 0.050116896629333496, 0.045459162443876266, 0.0017462818650528789, - 0.06540372967720032, -0.008039984852075577, -0.02016327902674675, - 0.0736285150051117, 0.007746011950075626, 0.028702380135655403, - -0.07582259923219681, -0.04765257611870766, -0.0034953681752085686, - 0.05559355020523071, -0.034532152116298676, -0.08671896904706955, - -0.004734762944281101, -0.019645288586616516, -0.004640285391360521, - 0.0052056824788451195, 0.0075510526075959206, 0.09292568266391754, - -0.015093610621988773, 0.043587349355220795, 0.04733927547931671, - -0.005156419239938259, 0.0663723349571228, -0.01155407726764679, - -0.022112397477030754, -0.006221955642104149, -0.09740740060806274, - -0.021475907415151596, -0.030896080657839775, 0.05468006804585457, - 0.0034926196094602346, -0.009410680271685123, 0.016592510044574738, - 0.027871832251548767, 0.08320863544940948, -0.09081346541643143, - 0.027100833132863045, -0.061457324773073196, -0.052302610129117966, - 0.043477147817611694, -0.05391141027212143, 0.03395850211381912, 0.0662342756986618, - -0.03648129105567932, -0.02169894240796566, 0.01568916067481041, - 0.016266588121652603, 0.047515176236629486, -0.02842964604496956, - 0.004508571233600378, 0.008472404442727566, -0.06395811587572098, - -0.011463525705039501, -0.10331151634454727, 0.006967274937778711, - -0.02602960914373398, -0.02064620703458786, 0.018580175936222076, - 0.04383942484855652, -0.004960434976965189, 0.015725834295153618, - 0.030076228082180023, 0.024825047701597214, 0.001117895939387381, - 0.05662567541003227, -0.04233920946717262, 0.010146734304726124, - -0.030619323253631592, 0.027787858620285988, 0.009346467442810535, - -0.049221985042095184, 0.000147336206282489, 0.01705590821802616, - 0.036510009318590164, 0.04388691857457161, 0.004491607658565044, - 0.007138737477362156, 0.042516451328992844, 0.042578984051942825, - 0.030033044517040253, -0.008952530100941658, -0.055558204650878906, - -0.05272623524069786, -0.02878410555422306, -0.04909210279583931, - -0.06443815678358078, -0.00043591466965153813, 0.0007535635377280414, - 0.015617967583239079, 0.016892017796635628, -0.019016370177268982, - 0.02430170401930809, -0.056672438979148865, -0.024399904534220695, - 0.002656028140336275, -0.006595620885491371, -0.03668162226676941, - 0.08346345275640488, -0.020640555769205093, -0.002875423524528742, - 0.025506246834993362, 0.019151752814650536, 0.08925685286521912, - -0.008601417765021324, 0.05832401663064957, 0.057332951575517654, - 0.05765862390398979, 0.07542339712381363, -0.048612989485263824, - 0.09283618628978729, -0.022457828745245934, -0.08024954795837402, - -0.010193241760134697, 0.08448806405067444, 0.03694571554660797, 0.0714818611741066, - -0.05451827868819237, -0.015090594068169594, -0.006705732084810734, - 0.04129325598478317, 0.02414063736796379, 0.003281071549281478, - -0.06568640470504761, -0.025684474036097527, -0.007340296171605587, - -0.03153177350759506, 0.06817056238651276, -0.02443588525056839, - -0.06460952758789062, -0.03976195678114891, -0.05010393261909485, - 0.008417310193181038, 0.012785512022674084, 0.020680585876107216, - -0.041271332651376724, 0.03458786755800247, 0.03118356131017208, - 0.07809501886367798, 0.0033393448684364557, 0.00904807448387146, - 0.021763376891613007, 0.008584287948906422, -0.048821739852428436, - 0.0027672138530761003, 0.046609122306108475, -0.010347981005907059, - -0.007248338777571917, -0.04018305242061615, 0.000753438682295382, - -0.007092566229403019, 0.01585855521261692, -0.03399089723825455, - 0.026079067960381508, -0.04260168597102165, 0.016407839953899384, - -0.06845379620790482, -0.01168309897184372, -0.0032759010791778564, - -0.05144897848367691, 0.023876560851931572, -0.0047326041385531425, - 0.044872306287288666, -0.0019405806669965386, -0.02474374882876873, - 0.022218214347958565, -0.011057527735829353, 0.05492880940437317, - 0.0021168438252061605, -0.027586333453655243, -0.010403012856841087, - -0.03661516681313515, -0.007738106418401003, -0.017025351524353027, - 0.08000046759843826, 0.011455390602350235, 0.026318471878767014, - 0.007970178499817848, -0.04295525699853897, 0.07884427160024643, - 0.022857291623950005, -0.09008767455816269, -0.04416437819600105, - -0.009599156677722931, 0.01616056077182293, -0.011769134551286697, - -0.014746711589396, 0.010057147592306137, -0.043384842574596405, - -0.0320550836622715, 0.0203547365963459, -0.03837454691529274, -0.02995176427066326, - 0.020515594631433487, 0.014555927366018295, -0.06677252054214478, - -0.017600586637854576, -0.05300459638237953, 0.052001841366291046, - 0.006859511602669954, -0.007180734071880579, 0.017705611884593964, - -0.008865450508892536, 0.03782877326011658, 0.1049664244055748, 0.06404908001422882, - -0.03800702840089798, 0.0023620373103767633, 0.03808832913637161, - 0.10358291864395142, -0.023527132347226143, -0.021874532103538513, - -0.06418588757514954, -0.00804680585861206, 0.027800649404525757, - -0.006153919268399477, 0.04994991794228554, 0.02228899486362934, - 0.038882020860910416, 0.04862358793616295, 0.03627881035208702, - -0.03792490437626839, -0.019800305366516113, 0.015460042282938957, - 0.06975705921649933, 0.07050437480211258, 0.008728711865842342, - 0.0057692136615514755, 0.03610949590802193, -0.031940095126628876, - 0.027506966143846512, 0.035416379570961, 0.0643974170088768, -0.01844896376132965, - -0.0357719361782074, -0.003644696669653058, -0.0019059078767895699, - 0.018106665462255478, 0.05036438629031181, -0.04955602437257767, - 0.05697907134890556, -0.005927717313170433, -0.04603661596775055, - 0.06718596816062927, 0.10884607583284378, 0.006921733263880014, 0.06474551558494568, - -0.011157624423503876, 0.0030884677544236183, 0.011105096898972988, - -0.062124721705913544, 0.001039432710967958, 0.06541797518730164, - -0.04805488884449005, 0.024380194023251534, -0.012442114762961864, - 0.011148198507726192, 0.007547083776444197, -0.020283186808228493, - 0.02537113055586815, 0.04132118448615074, 0.03315560147166252, - -0.007114882115274668, -0.01802019588649273, -0.029912445694208145, - -0.014414401724934578, -0.0003905257908627391, -0.08956992626190186, - 0.024505265057086945, -0.07810046523809433, 0.027401497587561607, - 0.004173836670815945, 0.0034302861895412207, 0.02383570373058319, - 0.04896380752325058, 0.026247063651680946, 0.045568399131298065, - -0.026391679421067238, -0.018414195626974106, -0.024874884635210037, - -0.005223649088293314, -0.046145178377628326, 0.06176931783556938, - 0.0587887205183506, 0.024174973368644714, 0.057566527277231216 - ], - [ - -0.03876249119639397, 0.0036200680769979954, -0.016798511147499084, - 0.09331765025854111, 0.013914789073169231, -0.04857232794165611, - 0.052088700234889984, -0.04985074698925018, 0.07039131969213486, - 0.020706797018647194, 0.023960256949067116, -0.031698163598775864, - -0.02367280423641205, -0.016417309641838074, 0.00616410281509161, - 0.03370300307869911, 0.03827438876032829, -0.013564752414822578, - -0.07247304171323776, 0.07227637618780136, -0.03291237726807594, - -0.06758742034435272, 0.019853318110108376, 0.025491798296570778, - -0.0029911042656749487, -0.01152985543012619, -0.007371532265096903, - 0.041616491973400116, -0.04367441311478615, 0.014709572307765484, - 0.03670976683497429, 0.04715701937675476, -0.02210787869989872, - 0.009371100924909115, 0.0002624346816446632, -0.06198638677597046, - 0.0425407700240612, 0.019970716908574104, -0.006287366151809692, - -0.014047312550246716, 0.007570190820842981, -0.032380104064941406, - -0.00489821657538414, -0.005347682163119316, -0.033547207713127136, - 0.018939077854156494, -0.01813274435698986, 0.010403021238744259, - 0.07811754941940308, -0.0015391797060146928, -0.03276311233639717, - -0.00806969590485096, 0.018857715651392937, 0.021874435245990753, - -0.03635084256529808, -0.05851324647665024, -0.05965216085314751, - -0.0054603577591478825, -0.06219714879989624, 0.07237057387828827, - -0.05153447762131691, 0.013524447567760944, 0.009206387214362621, - 0.02674991823732853, 0.031159786507487297, -0.018249573186039925, - -0.06383579224348068, -0.004387313034385443, -0.02177031897008419, - 0.033836543560028076, -0.020807290449738503, 0.0652213841676712, - -0.0051452904008328915, 0.04277202859520912, -0.08429595082998276, - -0.03437494486570358, -0.05472274869680405, 0.022167949005961418, - 0.050182241946458817, -0.08442822843790054, -0.04180096834897995, - 0.02086850069463253, -0.059823475778102875, 0.039891768246889114, - -0.0010365279158577323, 0.03270110860466957, 0.006400576792657375, - -0.004403744824230671, 0.04220830276608467, -0.03244085609912872, - 0.06121835112571716, -0.05664852261543274, 0.06605921685695648, - -0.04344971105456352, 0.06500863283872604, 0.026776881888508797, - -0.000744788849260658, -0.033536966890096664, -0.1339246779680252, - 0.08745519816875458, -0.006700420286506414, -0.07112112641334534, - 0.03170889616012573, 0.03689412400126457, -0.05135184898972511, - -0.013253290206193924, 0.026381123811006546, -0.061777614057064056, - 0.03266728296875954, -0.02864362858235836, -0.0894114226102829, - 0.027858398854732513, 0.010370327159762383, 0.034245580434799194, - -0.009780515916645527, 0.04544416442513466, 0.06131337955594063, - 0.06437010318040848, 0.053770262748003006, 0.009382864460349083, - 0.03679486736655235, 0.06259854882955551, -0.03632047399878502, - -0.012753741815686226, -0.046809419989585876, -0.02882610820233822, - -0.05113864317536354, -0.043883997946977615, 0.023136960342526436, - -0.026583844795823097, 0.09519492834806442, 0.04795411601662636, - -0.014025065116584301, 0.0687636211514473, -0.1134190484881401, - 0.045531824231147766, -0.0043885852210223675, 0.01706675998866558, - 0.03202022239565849, -0.1097034141421318, 0.003958158195018768, 0.0126502001658082, - -0.03190973401069641, 0.012761004269123077, -0.0315517857670784, - -0.02934485487639904, 0.04948826879262924, -0.08956711739301682, 0.1041174978017807, - 0.047720860689878464, -0.03050016425549984, -0.07451719790697098, - -0.08519282191991806, -0.030869435518980026, 0.03419240191578865, - 0.026250137016177177, 0.004750960972160101, 0.0735132172703743, - -0.039015207439661026, 0.01854156330227852, 0.01295959297567606, - 0.02833268791437149, 0.038176290690898895, 0.03096582740545273, - -0.05497667193412781, 0.04588849097490311, -0.0973154604434967, - -0.019977981224656105, 0.023396501317620277, -0.0317947082221508, - 0.05041549354791641, 0.07612002640962601, 0.07437027990818024, 0.022043224424123764, - 0.03655748441815376, 0.024464357644319534, -0.010871723294258118, - 0.04660473018884659, -0.06257680803537369, -0.008898130618035793, - -0.04157288372516632, -0.0870879739522934, 0.025135232135653496, - -0.015627741813659668, -0.013849418610334396, 0.04599621146917343, - -0.00637982739135623, -0.006718814838677645, 0.02446245402097702, - -0.05362195521593094, -0.03294503316283226, -0.06801900267601013, - -0.030528957024216652, -0.04641827195882797, -0.0329156368970871, - -0.058315955102443695, 0.0006637730402871966, 0.05608147010207176, - -0.034139905124902725, 0.04572397470474243, -0.00605514831840992, - 0.0670466497540474, -0.023056939244270325, 0.06165626272559166, - -0.002042738487944007, 0.09360872954130173, 0.09550361335277557, - -0.06442888081073761, 0.0709950402379036, -0.0858943983912468, -0.08105302602052689, - 0.04561848193407059, 0.02225159853696823, 0.035790637135505676, 0.0229023564606905, - 0.05299288034439087, 0.010336220264434814, 0.024982688948512077, - -0.006103887688368559, 0.046471208333969116, 0.012427328154444695, - -0.023265628144145012, -0.055809736251831055, 0.043956074863672256, - -0.07000380754470825, 0.052682194858789444, -0.030704321339726448, - 0.0013446444645524025, 0.036175940185785294, -0.04340876638889313, - 0.06722195446491241, 0.0266248919069767, 0.04655834659934044, -0.0360785648226738, - 0.029117591679096222, -0.01587400771677494, 0.051606714725494385, - -0.09543225169181824, 0.05267423391342163, -0.0437903068959713, - -0.012165140360593796, -0.029963888227939606, 0.01926128938794136, - 0.059870295226573944, -0.001749750692397356, 0.06637654453516006, - -0.011892751790583134, 0.07210684567689896, 0.01610155776143074, - -0.0024294855538755655, 0.08633879572153091, 0.01970311626791954, - 0.03612402454018593, -0.012835666537284851, 0.000752992753405124, - 0.04571002721786499, -0.0703226700425148, -0.04666139930486679, - -0.03270288184285164, 0.028697682544589043, 0.04009484499692917, - -0.016337361186742783, -0.06109601631760597, 0.029545117169618607, - -0.006940328981727362, -0.03161138296127319, -0.009941334836184978, - -0.021628020331263542, 0.0007027346873655915, -0.01364209782332182, - -0.01954316906630993, -0.02903939224779606, 0.06858760863542557, - 0.008458505384624004, -0.04653450474143028, -0.06236152723431587, - -0.08058343827724457, 0.05717960372567177, -0.0006497434224002063, - -0.0817815288901329, 0.03246021643280983, -0.06919653713703156, - 0.012995216995477676, 0.03158639371395111, -0.016057699918746948, - 0.029211461544036865, 0.002853177487850189, -0.002188485348597169, - 0.014537687413394451, -0.004762187600135803, -0.0762859508395195, - 0.014041640795767307, 0.03249720111489296, -0.042525168508291245, - 0.018194468691945076, -0.023348256945610046, -0.017254889011383057, - -0.02592092752456665, 0.02726765349507332, -0.04148492589592934, - -0.0014270616229623556, -0.029135676100850105, 0.011086651124060154, - -0.017514364793896675, 0.03421027585864067, 0.022712361067533493, - -0.01510058343410492, 0.07619492709636688, -0.006735644768923521, - -0.05376240611076355, 0.00760926678776741, 0.062772735953331, -0.01219189167022705, - 0.0489983893930912, -0.011501472443342209, 0.020213499665260315, - 0.06317117810249329, 0.0945092961192131, 0.02362440526485443, -0.04972454160451889, - 0.012325100600719452, 0.0015975508140400052, 0.06358812749385834, - 0.026092665269970894, 0.019933490082621574, 0.012300927191972733, - 0.037052545696496964, -0.04066541790962219, -0.0023670389782637358, - -0.028885751962661743, -0.0064912112429738045, -0.006226492580026388, - 0.023140791803598404, -0.003303705481812358, -0.02360394038259983, - 0.10286147892475128, -0.04558494687080383, -0.01620747707784176, - 0.06925554573535919, -0.06883470714092255, -0.0665796771645546, - -0.030894724652171135, 0.04439117759466171, 0.025456946343183517, - 0.056344710290431976, -0.004916530568152666, -0.0877670869231224, - 0.005592010449618101, -0.03899955749511719, 0.06249598041176796, - 0.04394835606217384, -0.12259645015001297, -0.01364546176046133, - 0.008962742984294891, -0.028244707733392715, -0.004631717689335346, - -0.08670730888843536, 0.059433627873659134, 0.030781270936131477, - -0.009505507536232471, -0.0430234894156456, 0.015789607539772987, - -0.03149978071451187, 0.06942068785429001, 0.01957700215280056, - -0.07652587443590164, 0.01812373474240303, -0.10842492431402206, - 0.007777471095323563, 0.0033570334780961275, -0.06094065681099892, - -0.059410423040390015, 0.06128106266260147, 0.04946708306670189, - 0.0002692180860321969, 0.021313611418008804, -0.08591844141483307, - -0.00649928068742156, -0.10028968751430511, 0.030257826671004295, - 0.013311012648046017, 0.007568914908915758, -0.01064537838101387, - -0.00630605174228549 - ], - [ - -0.011014282703399658, -0.05214822292327881, -0.05094675347208977, - 0.10858061164617538, -0.004862810019403696, 0.0582633800804615, - -0.0008659019367769361, -0.011591953225433826, 0.012138769961893559, - 0.004445429891347885, -0.054445672780275345, -0.030810527503490448, - -0.008400342427194118, 0.026774030178785324, 0.022936714813113213, - 0.021189086139202118, -0.030997421592473984, -0.10354456305503845, - 0.034362971782684326, 0.0683581531047821, 0.07264760136604309, - -0.0035986178554594517, 0.09472022205591202, 0.020591413602232933, - -0.06769674271345139, 0.03986552730202675, -0.01625755988061428, - -0.05240970849990845, -0.024867147207260132, 0.04876219481229782, - -0.08320946246385574, -0.019657772034406662, 0.02819260023534298, - -0.040360964834690094, 0.014797531999647617, -0.03484658896923065, - -0.020520798861980438, -0.04098127409815788, -0.005480538122355938, - 0.0023811066057533026, -0.05166025832295418, -0.047302570194005966, - 0.025586232542991638, -0.00255012814886868, -0.0690101608633995, - -0.0007994522457011044, -0.0521530844271183, 0.038998667150735855, - 0.06633186340332031, 0.010317583568394184, -0.01242596935480833, - 0.062440935522317886, -0.05018886551260948, 0.04268985986709595, - 0.002132195746526122, 0.011645646765828133, 0.004769666586071253, - -0.021083394065499306, 0.030075261369347572, -0.018344977870583534, - 0.0887959897518158, 0.013522149994969368, -0.0494450181722641, 0.013611303642392159, - 0.04439660534262657, -0.009177817963063717, -0.042364452034235, - 0.023128757253289223, 0.0108595360070467, -0.11590378731489182, - 0.048870135098695755, -0.013059831224381924, -0.02024596557021141, - 0.014476259239017963, 0.03130684420466423, 0.08704423904418945, 0.12196909636259079, - 0.009184588678181171, 0.009547177702188492, -0.0008691113907843828, - 0.053917042911052704, -0.004354061093181372, 0.013746004551649094, - -0.014031459577381611, 0.013401400297880173, -0.07026735693216324, - 0.0678563266992569, 0.034055840224027634, -0.1073731854557991, 0.025820879265666008, - 0.06394956260919571, -0.010305981151759624, -0.05112864077091217, - -0.05176854133605957, -0.04088470712304115, 0.0011091947089880705, - -0.009005878120660782, 0.06691527366638184, 0.06000030040740967, - 0.00678746635094285, -0.04757816344499588, 0.04390823096036911, - 0.0031659728847444057, -0.025524236261844635, -0.044916342943906784, - 0.03891368955373764, -0.015701856464147568, -0.02270645834505558, - -0.026890845969319344, -0.034649964421987534, 0.059717874974012375, - -0.03388778492808342, 0.06440220028162003, 0.052315421402454376, - 0.03759048134088516, -0.020882345736026764, -0.0317780040204525, - -0.1014658734202385, 0.07155651599168777, 0.0007842181948944926, - -0.08102592080831528, -0.046187371015548706, -0.047482769936323166, - -0.03984659165143967, 0.042508646845817566, 0.061785973608493805, - -0.12002341449260712, -0.005251940805464983, 0.045134760439395905, - -0.020787792280316353, 0.0018467959016561508, -0.09342586249113083, - 0.011020451784133911, 0.0123188691213727, -0.03516493737697601, - -0.09226648509502411, 0.027530211955308914, -0.002468097023665905, - -0.043995000422000885, 0.07033079862594604, 0.010914601385593414, - -0.016253091394901276, 0.007494875229895115, 0.001184219028800726, - -0.0876370519399643, -0.000915807846467942, -0.02345946431159973, - 0.009480368345975876, -0.09621888399124146, 0.025759747251868248, - 0.04947913810610771, -0.0034607460256665945, 0.04879895970225334, - 0.030779751017689705, 0.05623229593038559, -0.04357343539595604, - 0.03405478969216347, -0.05186696723103523, 0.026799049228429794, - 0.011121999472379684, 0.04551436007022858, -0.03607402741909027, - 0.08575733751058578, 0.07746198028326035, 0.08033273369073868, 0.06853830814361572, - -0.042058803141117096, -0.08303295820951462, 0.08962295949459076, - -0.0020636129193007946, -0.008955634199082851, 0.022518690675497055, - 0.035624608397483826, -0.02195356786251068, 0.07565037906169891, - -0.0707496926188469, -0.0018307059071958065, -0.002826378447934985, - -0.0674915537238121, -0.0047674402594566345, -0.03999873995780945, - 0.03391357883810997, 0.045585229992866516, 0.0772814005613327, 0.02070576511323452, - 0.04388637840747833, 0.01801867038011551, -0.012384225614368916, - -0.023027269169688225, 0.044590145349502563, 0.09686189144849777, - -0.06952887773513794, 0.06317953765392303, 0.08228832483291626, - 0.020200982689857483, 0.025774022564291954, -0.07012256234884262, - 0.013361279852688313, 0.04283170402050018, -0.021352199837565422, - -0.04559466987848282, -0.041803453117609024, -0.050523702055215836, - -0.014795874245464802, -0.037715159356594086, -0.06519433856010437, - 0.01714741438627243, -0.023281315341591835, 0.05698634684085846, - -0.06724575906991959, 0.04028475284576416, 0.02900072932243347, - -0.0017622116720303893, 0.041971053928136826, -0.02857344225049019, - 0.015079057775437832, 0.06775040179491043, -0.08598692715167999, - 0.04003109782934189, -0.07357572764158249, 0.04764549434185028, - 0.019498543813824654, -0.009720093570649624, 0.019586771726608276, - 0.04538185894489288, -0.0512523353099823, -0.003662283532321453, - -0.052864886820316315, -0.029094401746988297, -0.007532575633376837, - -0.013259652070701122, -0.002007481874898076, -0.03832343965768814, - -0.012047350406646729, -0.019476674497127533, 0.015615778975188732, - 0.020110206678509712, 0.031216206029057503, -0.04268869385123253, - 0.013509275391697884, -0.03856896236538887, 0.02340490184724331, - -0.03527864068746567, -0.03680635988712311, -0.010072696022689342, - 0.02134987898170948, -0.06896378099918365, 0.08499258756637573, - -0.03544436767697334, 0.07847506552934647, -0.03814947232604027, - -0.10362467169761658, -0.007444418966770172, -0.010559300892055035, - 0.01930542103946209, 0.007266330998390913, -0.03507743403315544, - 0.04515771567821503, 0.0024917738046497107, -0.032301004976034164, - 0.017940644174814224, -0.03555045276880264, 0.018021320924162865, - -0.019613999873399734, -0.06573013961315155, 0.024394547566771507, - -0.00575832836329937, -0.013543573208153248, -0.09573379158973694, - -0.0031041691545397043, 0.03109990432858467, 0.05087975040078163, - -0.013109688647091389, 0.07361208647489548, -0.026067843660712242, - -0.063809834420681, -0.004438102710992098, -0.06183405965566635, - -0.03267565742135048, -0.06241520121693611, 0.05470764636993408, - 0.013633816502988338, -0.07495749741792679, 0.03984536975622177, - 0.05524076148867607, -0.023762349039316177, 0.03834216296672821, - 0.005621221847832203, -0.014514061622321606, 0.053405240178108215, - 0.0074396333657205105, 0.038345515727996826, -0.04184861481189728, - 0.024401869624853134, 0.02902565710246563, 0.06585562974214554, 0.04407386854290962, - -0.06312842667102814, -0.03483029454946518, -0.013866664841771126, - -0.0194549523293972, 0.030337342992424965, 0.026213349774479866, - -0.03144243732094765, -0.0031323654111474752, -0.03509184345602989, - 0.023562079295516014, -0.04193617403507233, -0.03722420334815979, - 0.020752234384417534, 0.032971277832984924, 0.06982496380805969, - -0.03189053013920784, 0.055094990879297256, -0.09082340449094772, - -0.020551767200231552, -0.03370078280568123, 0.021629925817251205, - 0.0035374746657907963, 0.01738988608121872, -0.03367984667420387, 0.066077820956707, - -0.06859243661165237, -0.01715492643415928, -0.014657593332231045, - -0.016595298424363136, -0.06697721034288406, 0.02722327969968319, - 0.0026945238932967186, 0.04638698697090149, 0.005402822047472, 0.07336308062076569, - -0.0732327476143837, 0.012019905261695385, 0.028683237731456757, - -0.05205821618437767, 0.0005274429568089545, 0.05879659578204155, - -0.03707456216216087, -0.030379142612218857, -0.03605983778834343, - 0.03170626610517502, -0.08489087224006653, 0.022838039323687553, - 0.017285075038671494, 0.0964692011475563, 0.0034243769478052855, - -0.01841658167541027, 0.05696994811296463, -0.0036925303284078836, - -0.011465709656476974, 0.030689716339111328, -0.024425838142633438, - -0.08240007609128952, -0.022854598239064217, 0.00014804232341703027, - -0.008086797781288624, 0.01574341580271721, 0.016091013327240944, - -0.061983656138181686, -0.028213798999786377, -0.042501676827669144, - -0.042270101606845856, 0.02306608110666275, -0.036285363137722015, - 0.09854352474212646, -0.029910139739513397, 0.1778700351715088, - -0.003772276220843196, -0.03168690204620361, -0.06622036546468735, - 0.06589391082525253, -0.05376400798559189, 0.05395599454641342, 0.0445663258433342, - -0.02771313488483429, 0.082234688103199, -0.012215027585625648, - -0.009555836208164692, 0.009147430770099163, -0.006897752173244953, - -0.0077283200807869434, 0.0047003780491650105, -0.05980802699923515 - ], - [ - -0.033082231879234314, -0.025682544335722923, 0.01856023259460926, - -0.05765090510249138, -0.00535232201218605, -0.00634496146813035, - 0.001658247783780098, -0.01838286593556404, -0.02627592720091343, - -0.06522121280431747, -0.06518296152353287, 0.06260290741920471, - 0.021413901820778847, 0.08038646727800369, 0.03583502769470215, - -0.02048886939883232, -0.014229441061615944, -0.0005815091426484287, - -0.01865798607468605, -0.024531327188014984, 0.060204096138477325, - -0.02405010536313057, 0.037865471094846725, 0.006849793251603842, - 0.06811883300542831, -0.038974255323410034, -0.0055109369568526745, - 0.0011699264869093895, -0.02397662214934826, 0.010083979927003384, - -0.004798694513738155, -0.00273901061154902, -0.025798676535487175, - -0.019383393228054047, 0.007422865834087133, 0.023184048011898994, - -0.024753693491220474, 0.0018975833663716912, -0.01849502883851528, - -0.07817912101745605, 0.01889927312731743, 0.04537865146994591, - -0.058342549949884415, 0.004032810218632221, -0.044845741242170334, - -0.00392944598570466, -0.007039245218038559, 0.023713119328022003, - 0.03317698463797569, -0.03828497231006622, 0.05559870973229408, - -0.02916763536632061, -0.05643904581665993, -0.00027344669797457755, - -0.005314868874847889, 0.01928935945034027, 0.047817956656217575, - 0.06415101885795593, 0.07292935997247696, 0.035737209022045135, 0.10270603001117706, - -0.002191739622503519, -0.010322037152945995, 0.00356950331479311, - 0.025548240169882774, 0.03535794839262962, 0.0004734543908853084, - 0.014983783476054668, -0.053829628974199295, -0.06368750333786011, - 0.044965699315071106, -0.033130813390016556, 0.047561340034008026, - -0.06795161217451096, 0.05199192464351654, 0.0913589671254158, 0.08014880120754242, - 0.0010827109217643738, -0.04828466847538948, 0.052202414721250534, - -0.04353104159235954, 0.013759331777691841, -0.009172668680548668, - 0.06713495403528214, 0.05419563129544258, 0.05024789646267891, -0.03969395160675049, - -0.05412016808986664, -0.029740959405899048, 0.00439623324200511, - -0.008993357419967651, -0.029438458383083344, 0.022848129272460938, - 0.052355509251356125, 0.003530234331265092, 0.02233104221522808, - -0.07456669211387634, 0.05482795089483261, -0.008417261764407158, - 0.006508201826363802, 0.03444674238562584, 0.01434719655662775, 0.00833810679614544, - -0.0234072208404541, 0.10216125100851059, 0.059792667627334595, 0.00823245570063591, - -0.02630143240094185, -0.0440586619079113, -0.06648354232311249, - 0.08259352296590805, -0.01601583883166313, 0.00405379431322217, - 0.044072143733501434, -0.04590947926044464, 0.043724726885557175, - -0.07980742305517197, 0.01385341864079237, -0.030383076518774033, - -0.048506125807762146, 0.0602790042757988, 0.017962893471121788, - 0.0010214331559836864, 0.04029194265604019, 0.005117683205753565, - 0.0319981686770916, -0.06564066559076309, -0.033920273184776306, - 0.006241292227059603, -0.04612298309803009, -0.040625765919685364, - -0.0700591504573822, -0.02799677476286888, -0.007874174043536186, - 0.039015740156173706, 0.0016282973811030388, 0.0021439918782562017, - -0.008984698913991451, 0.02629511058330536, 0.03816162422299385, - -0.002201969502493739, -0.020512983202934265, 0.045659203082323074, - 0.04998473823070526, 0.005808322224766016, 0.05898791924118996, - -0.004542794078588486, -0.03162282332777977, -0.011000999249517918, - -0.019640304148197174, 0.05150928348302841, -0.038527969270944595, - 0.044149357825517654, -0.021730029955506325, 0.007213044445961714, - -0.0635199323296547, 0.012649992480874062, -0.030392050743103027, - -0.016810070723295212, -0.039790790528059006, -0.07883702963590622, - -0.007413179147988558, 0.040087200701236725, 0.006726462859660387, - 0.005584160331636667, -0.04561649635434151, 0.03678027540445328, - -0.04006004333496094, 0.047371670603752136, 0.02810792252421379, - 0.020694727078080177, 0.059732433408498764, -0.022598283365368843, - 0.037312302738428116, 0.05032360553741455, -0.026522697880864143, - -0.016819067299365997, 0.05997641012072563, -0.05344337224960327, - -0.024627119302749634, -0.011205689050257206, -0.0034910307731479406, - -0.027258357033133507, -0.033606063574552536, 0.050836123526096344, - -0.050536345690488815, 0.028927255421876907, 0.03209906443953514, - 0.025960931554436684, 0.032023582607507706, 0.003561652498319745, - 0.044686928391456604, 0.004760186653584242, 0.00321325846016407, - 0.058738477528095245, 0.06955607235431671, 0.01536092720925808, - -0.06610849499702454, 0.08165854960680008, -0.07529330998659134, - -0.04847578704357147, -0.011770853772759438, -0.034940000623464584, - -0.08751073479652405, -0.08990343660116196, -0.05285083130002022, - 0.002997766248881817, -0.04572175070643425, -0.062184255570173264, - 0.08194654434919357, 0.05312425270676613, 0.031285617500543594, - -0.10000644624233246, -0.04406922310590744, -0.06244712695479393, - -0.06226666271686554, 0.03566771745681763, -0.06031876429915428, - -0.021718483418226242, 0.009580153040587902, 0.03568257391452789, - -0.03774014115333557, 0.0171340499073267, 0.04675443843007088, -0.02549077942967415, - -0.07102012634277344, 0.0049624256789684296, 0.05887388437986374, - 0.03097786009311676, -0.04587610438466072, 0.027462324127554893, - 0.03607841953635216, -0.05124855414032936, -0.0030895578674972057, - -0.035897061228752136, 0.03435393050312996, -0.07978201657533646, - 0.05358915776014328, -0.0602482333779335, 0.05187751352787018, 0.007515403442084789, - 0.02081432193517685, 0.027878258377313614, -0.06357017904520035, - 0.01772812008857727, 0.06096780672669411, -0.06383654475212097, - -0.08840255439281464, -0.07860532402992249, 0.0713605210185051, - 0.010115465149283409, -0.07193809747695923, 0.04489309340715408, - 0.03755537047982216, -0.023777185007929802, -0.013503370806574821, - 0.00683931540697813, -0.010449714958667755, 0.06950370222330093, - 0.030912689864635468, -0.025120239704847336, -0.03305762633681297, - 0.021016119047999382, -0.024026429280638695, -0.02806048095226288, - -0.032310549169778824, 0.11984851211309433, 0.0201087836176157, 0.01318302471190691, - 0.02191697061061859, 0.06820517033338547, 0.054152436554431915, - 0.005902360193431377, 0.08774781227111816, 0.019603950902819633, - 0.06428941339254379, 0.07971805334091187, -0.08755006641149521, - -0.03709612041711807, 0.11710520833730698, 0.01976274512708187, - 0.014030215330421925, -0.004261348862200975, 0.0035047302953898907, - 0.05755627155303955, -0.037224337458610535, 0.010960455052554607, - 0.056002743542194366, 0.08404097706079483, 0.05860758572816849, - 0.031145907938480377, 0.0674857497215271, -0.05213915556669235, - -0.03658458963036537, 0.0162064041942358, 0.053953174501657486, 0.0192312803119421, - -0.02373979426920414, -0.0844079852104187, -0.02463427558541298, - 0.045311637222766876, 0.009035993367433548, -0.008345519192516804, - -0.04250999540090561, -0.011872608214616776, -0.04737478867173195, - 0.045460592955350876, 0.006436583120375872, -0.0025771737564355135, - 0.0056613837368786335, -0.01851969212293625, 0.012282744981348515, - 0.013279663398861885, -0.04424531012773514, 0.005219041369855404, - 0.03746077045798302, 0.011178101412951946, 0.014356711879372597, - 0.06936931610107422, 0.005825739353895187, -0.014338810928165913, - 0.013932238332927227, -0.010081852786242962, -0.048337504267692566, - -0.009788945317268372, 0.08484122902154922, -0.02072112448513508, - -0.00820147804915905, -0.005270950961858034, -0.042171135544776917, - -0.0459551140666008, 0.03380877152085304, 0.03570432588458061, 0.017034349963068962, - 0.03366212174296379, -0.014438997022807598, 0.012263687327504158, - 0.03746037185192108, -0.09261472523212433, -0.05171125754714012, - 0.018090875819325447, 0.020998278632760048, -0.05107596516609192, - 0.016151340678334236, -0.08796677738428116, -0.04690905660390854, - 0.04604499787092209, 0.017457613721489906, 0.0884668231010437, -0.04572495073080063, - -0.017267350107431412, 0.11793288588523865, -0.03587360680103302, - 0.015050532296299934, 0.031620752066373825, -0.08068954944610596, - -0.03559742122888565, -0.0711604654788971, 0.04787961393594742, - -0.03659255802631378, 0.023326240479946136, 0.010438528843224049, - 0.008609581738710403, 0.027462314814329147, 0.018786348402500153, - 0.052724406123161316, 0.0056974138133227825, 0.019581584259867668, - -0.04233073070645332, -0.008318648673593998, -0.013238251209259033, - 0.007631594780832529, -0.04400867223739624, -0.005159391555935144, - -0.004895019344985485, -0.08663202077150345, 0.03224223107099533, - -0.020263848826289177, 0.04756729304790497, 0.07562186568975449, - -0.028953423723578453, -0.00659582857042551, 0.04154132679104805, - 0.002876403508707881 - ], - [ - -0.022304590791463852, -0.02436070702970028, -0.05137769877910614, - 0.08101188391447067, 0.038164544850587845, -0.10205461084842682, - 0.07791613787412643, -0.018505176529288292, -0.03514198213815689, - 0.06672296673059464, -0.09762267768383026, -0.05815279111266136, -0.094122014939785, - -0.031031887978315353, -0.05153999477624893, 0.003193420358002186, - -0.006172769237309694, -0.11138859391212463, 0.01765538938343525, - 0.04234999418258667, -0.05271520838141441, 0.08330252766609192, 0.04394250363111496, - -0.006789729464799166, 0.01900467835366726, 0.05254323408007622, - -0.08355865627527237, 0.07968582957983017, 0.02827458269894123, - -0.03858410194516182, -0.04904711991548538, -0.022964132949709892, - 0.04761064052581787, -0.0178191177546978, 0.12723509967327118, - -0.004287111107259989, 0.03278452530503273, -0.04730936139822006, - -0.05308910086750984, 0.012256691232323647, 0.0014116893289610744, - -0.059538692235946655, 0.08053161948919296, 0.10734590142965317, - 0.013803674839437008, 0.14087505638599396, -0.09894566237926483, - 0.01411909144371748, 0.0993775948882103, 0.01706317812204361, 0.024759281426668167, - -0.028652209788560867, -0.0459868349134922, -0.0562858060002327, - 0.05153977870941162, 0.023208530619740486, -0.07093630731105804, - -0.06580456346273422, -0.02313844859600067, -0.003758816048502922, - 0.07761170715093613, 0.06982045620679855, -0.026970352977514267, 0.0673646628856659, - 0.09882499277591705, -0.1344938576221466, 0.003309041727334261, - 0.043261222541332245, -0.07288933545351028, -0.07511232793331146, - 0.02477133646607399, -0.013940034434199333, -0.012258420698344707, - -0.042428817600011826, 0.07300747185945511, -0.011251325719058514, - 0.022725163027644157, -0.03419859707355499, 0.01937737874686718, - 0.04053469002246857, 0.026749860495328903, -0.057708144187927246, - -0.0007165769347921014, 0.06874149292707443, 0.024948913604021072, - 0.01683681644499302, 0.0568990558385849, 0.01198494341224432, 0.04059402272105217, - 0.0374409481883049, 0.039369791746139526, 0.05684685707092285, 0.04627455025911331, - 0.04383164644241333, -0.10043853521347046, -0.010014667175710201, - 0.004460595548152924, 0.04231640323996544, 0.0025049266405403614, - 0.03852543979883194, -0.10809215158224106, -0.034372951835393906, - 0.10179921984672546, 0.15648852288722992, 0.028738636523485184, - -0.03801991790533066, -0.07477680593729019, 0.04329978674650192, - 0.04458386078476906, -0.004478147719055414, 0.027021629735827446, - -0.060789190232753754, 0.01233577262610197, 0.00786774791777134, - -0.015212567523121834, -0.07727141678333282, 0.02249002456665039, - -0.04383116587996483, 0.056749794632196426, 0.08422672748565674, - -0.0512041375041008, -0.01212388090789318, -0.08189669251441956, - -0.004723462276160717, 0.021407540887594223, -0.013775921426713467, - -0.034939803183078766, -0.04377612844109535, 0.06013799458742142, - 0.04312615841627121, 0.05480058863759041, -0.04581306502223015, - 0.011237685568630695, 0.01234504021704197, -0.06354404240846634, - -0.01225741021335125, -0.03799952194094658, -0.04339568689465523, - -0.004319199826568365, -0.022190818563103676, -0.00611607450991869, - 0.03366895765066147, -0.038166433572769165, 0.04013434052467346, - 0.04871419817209244, -0.028149439021945, 0.032993633300065994, 0.029268471524119377, - -0.04918798804283142, 0.0519535169005394, 0.03589176386594772, -0.07627270370721817, - -0.017929067835211754, 0.09798768162727356, -0.0012245515827089548, - -0.08977507799863815, 0.012867983430624008, 0.0027092909440398216, - 0.01352126244455576, 0.0023411575239151716, -0.016080794855952263, - -0.09072693437337875, -0.04326299950480461, -0.10300268232822418, - -0.009802207350730896, 0.07775315642356873, -0.10462885349988937, - -0.013842973858118057, 0.12924955785274506, -0.1033453494310379, 0.0392020121216774, - 0.0202372744679451, -0.03154779598116875, -0.010242605581879616, - 0.08513876050710678, -0.022707220166921616, 0.010232497937977314, - -0.023949483409523964, -0.08674649149179459, -0.05501386523246765, - 0.048524849116802216, 0.02737879380583763, 0.08321745693683624, 0.00622847955673933, - 0.0037972377613186836, 0.0062546636909246445, -0.07150258868932724, - 0.06274183839559555, -0.08342152088880539, -0.03617306053638458, - 0.05278626084327698, -0.0015830663032829762, 0.03576678782701492, - -0.07939959317445755, -0.009198361076414585, -0.04121696203947067, - 0.038264200091362, 0.08343329280614853, 0.03205610439181328, -0.026841890066862106, - -0.0013855030992999673, 0.08558136969804764, -0.025256477296352386, - 0.012584039010107517, 0.054252490401268005, -0.01805913634598255, - -0.12187552452087402, 0.027421018108725548, 0.06250347197055817, - 0.0069133262149989605, -0.0032610013149678707, 0.020643597468733788, - 0.03991535305976868, 0.036756668239831924, 0.007860681973397732, - -0.049835383892059326, -0.019715726375579834, -0.07794084399938583, - -0.03965465724468231, 0.0571029894053936, 0.0487867072224617, - -0.0076135024428367615, -0.06571988761425018, 0.022396517917513847, - -0.03148997575044632, -0.04632345214486122, -0.0603480190038681, - -0.042387738823890686, 0.05720306187868118, 0.00824644323438406, - 0.07748787105083466, 0.020388785749673843, 0.06282274425029755, 0.09149269759654999, - 0.08378628641366959, 0.06328976154327393, -0.02532464824616909, - -0.016668813303112984, 0.09731899201869965, 0.061996955424547195, - -0.05556350201368332, -0.03542438521981239, -0.039576154202222824, - 0.027855170890688896, -0.14207723736763, 0.007165499031543732, - -0.038668327033519745, 0.03471081331372261, 0.02536786161363125, - -0.01612451672554016, 0.08672779053449631, -0.04515683650970459, - -0.02349730022251606, 0.009532266296446323, 0.0059439693577587605, - -0.00332869915291667, -0.0936519205570221, 0.03237321227788925, 0.08425860852003098, - 0.00039180758176371455, -0.09129229187965393, -0.090617336332798, - 0.04672869294881821, 0.06160689517855644, -0.05540098994970322, - 0.00021775059576611966, -0.053167495876550674, -0.05892440676689148, - 0.02417103759944439, 0.0643409863114357, 0.10943537205457687, 0.08571064472198486, - 0.08145221322774887, -0.015114027075469494, 0.11216875165700912, 0.0580860897898674, - 0.03297208994626999, -0.02140684984624386, 0.07048401236534119, - -0.05929876118898392, -0.03733934462070465, 0.07229804247617722, - -0.020473981276154518, -0.058475248515605927, -0.02610648237168789, - -0.024738367646932602, -0.006236449349671602, 0.08501767367124557, - -0.09142519533634186, 0.06463485956192017, 0.004945375025272369, - -0.033139657229185104, -0.02841215580701828, -0.09050070494413376, - -0.00044950013398192823, 0.06442952156066895, -0.028641900047659874, - 0.014466725289821625, 0.0653739646077156, -0.07571728527545929, 0.07587318867444992, - 0.06912342458963394, -0.08740568906068802, 0.08657364547252655, - -0.06908577680587769, 0.05682464689016342, 0.04994750767946243, 0.03415067866444588, - 0.033932920545339584, -0.038998790085315704, -0.11880968511104584, - 0.044578760862350464, -0.02398022823035717, -0.08971257507801056, - -0.06578119844198227, 0.061197634786367416, -0.09204953163862228, - -0.019655531272292137, -0.01997646689414978, -0.03638741746544838, - 0.10356704890727997, 0.015380454249680042, 0.04355856403708458, 0.018437460064888, - -0.03992778807878494, -0.0605921745300293, 0.030418170616030693, - -0.07023730129003525, 0.0020826824475079775, 0.07584167271852493, - 0.020604755729436874, 0.042842987924814224, 0.026409102603793144, - -0.03208860754966736, 0.04861198365688324, -0.10947374254465103, - 0.01543965470045805, 0.05632714182138443, 0.08509448170661926, - 0.0008679204038344324, 0.02046111226081848, 0.021076232194900513, - 0.022817568853497505, -0.018421456217765808, -0.05571947619318962, - -0.022475048899650574, 0.032578542828559875, -0.04764118045568466, - 0.009648448787629604, 0.003795644734054804, -0.007106931414455175, - 0.09041276574134827, -0.07818792760372162, 0.0008562904549762607, - -0.0344800129532814, -0.040907423943281174, 0.00984746403992176, - -0.13638059794902802, -0.06950238347053528, 0.034888047724962234, - 0.0667409598827362, 0.007927926257252693, -0.040067415684461594, - 0.07982305437326431, 0.010770141147077084, 0.0563034862279892, 0.07803227752447128, - -0.07264948636293411, 0.046484146267175674, -0.12405956536531448, - -0.006289012264460325, -0.029797205701470375, 0.03250083327293396, - -0.06652621924877167, -0.02711026556789875, -0.03501401096582413, - 0.11369629949331284, -0.007474412210285664, -0.07304701209068298, - 0.01048094779253006, 0.05513462796807289, 0.005710707511752844, - -0.06205965578556061, -0.025749502703547478 - ], - [ - 0.02359817549586296, 0.01853015460073948, -0.01869063824415207, -0.0209197998046875, - 0.08240137249231339, 0.04539108648896217, 0.03794672712683678, 0.05176011472940445, - -0.051105108112096786, -0.01527711097151041, 0.022189391776919365, - 0.013554051518440247, 0.014389471150934696, -0.04177930951118469, - 0.01979796588420868, 0.034907858818769455, -0.0014890020247548819, - 0.053796567022800446, -0.04323387145996094, 0.0054221246391534805, - -0.07469599694013596, -0.03837377205491066, -0.01220888365060091, - 0.007939163595438004, -0.05077926069498062, 0.05394214391708374, - 0.06121828407049179, 0.006814592983573675, 0.018659429624676704, - 0.019578438252210617, 0.08549343794584274, 0.02993355691432953, - -0.020760396495461464, -0.016608206555247307, -0.04145459830760956, - -0.03175075724720955, -0.002206353936344385, 0.07163261622190475, - -0.029183629900217056, 0.07100708037614822, -0.024724921211600304, - -0.022084204480051994, -0.04082699865102768, -0.020394880324602127, - -0.038678668439388275, 0.0556897409260273, -0.07648368179798126, - 0.028442271053791046, 0.051505401730537415, 0.061503149569034576, - -0.07907584309577942, -0.04955515265464783, 0.04444766044616699, - 0.030301101505756378, 0.007601552177220583, -0.08152593672275543, - 0.01075753103941679, 0.017284709960222244, -0.0689992606639862, 0.02973191812634468, - -0.001724675064906478, 0.060362499207258224, 0.04797504097223282, - -0.03815688565373421, -0.022791605442762375, -0.011686193756759167, - 0.020361991599202156, 0.0023811981081962585, 0.01490749605000019, - 0.03577730804681778, -0.03321067616343498, 0.023376567289233208, - -0.05169583857059479, 0.07106472551822662, -0.08994165807962418, - 0.02347966842353344, -0.028489910066127777, -0.03186003118753433, - 0.03808189556002617, -0.0749690979719162, 0.08937674015760422, -0.05697619542479515, - 0.012274783104658127, 0.006981512997299433, 0.002404141239821911, - -0.03685395047068596, 0.004762956872582436, 0.0672503411769867, 0.06970507651567459, - 0.010106208734214306, 0.013828683644533157, 0.020426560193300247, - -0.005657744128257036, 0.03699132055044174, 0.025170322507619858, - 0.031724587082862854, 0.053041569888591766, 0.034506894648075104, - -0.08803533762693405, 0.08094722032546997, -0.05512961745262146, - -0.026908081024885178, 0.0077386959455907345, 0.04425399750471115, - 0.00813058577477932, -0.011981047689914703, -0.01330569013953209, - -0.014950831420719624, -0.025409234687685966, 0.03496428579092026, - -0.06261231005191803, 0.05983665958046913, 0.009884289465844631, - -0.03370644152164459, 0.016918454319238663, 0.015071837231516838, - 0.07023820281028748, 0.07362281531095505, -0.03850581496953964, - -0.012816470116376877, -0.008152254857122898, 0.04801812022924423, - 0.007309183944016695, 0.031131181865930557, 0.001079148962162435, - -0.027593348175287247, 0.0031754395458847284, 0.022603364661335945, - 0.008848519995808601, 0.03752266243100166, -0.006451137829571962, - 0.07269757241010666, -0.060661979019641876, 0.018075082451105118, - -0.03886812552809715, 0.02931651659309864, -0.01756720244884491, - -0.007471898570656776, -0.047981102019548416, -0.03395644575357437, - 0.004713444970548153, 0.0973195880651474, 0.001849575201049447, - -0.046899985522031784, 0.05365636944770813, 0.04155036434531212, - 0.005944669712334871, -0.06772845983505249, 0.09764333814382553, - 0.012130414135754108, -0.01991451531648636, -0.06603368371725082, - -0.05480111762881279, 0.05182044208049774, 0.035813696682453156, - 0.02560250274837017, 0.04073246940970421, 0.001400261651724577, - -0.05079854652285576, 0.009752042591571808, -0.023868009448051453, - -0.03390119597315788, 0.03711671754717827, 0.03763364255428314, - -0.01939409412443638, 0.07065218687057495, -0.04508841410279274, - 0.057484399527311325, 0.0025004656054079533, 0.024130141362547874, - -0.03898052126169205, 0.027369800955057144, 0.05754572153091431, - -0.015087268315255642, 0.05122952163219452, 0.003875378519296646, - 0.018210045993328094, 0.01781163178384304, 0.045911967754364014, - 0.07524507492780685, -0.0797341987490654, -0.08704277873039246, - -0.05712120607495308, -0.03723207116127014, -0.06507909297943115, - 0.026141677051782608, 0.031921014189720154, 0.001992618665099144, - -0.0017588190967217088, 0.008104860782623291, -0.08271972090005875, - -0.009971126914024353, -0.0796867236495018, -0.07583379000425339, - -0.00713663874194026, -9.272667739423923e-6, 0.06319063156843185, - 0.050267573446035385, 0.0025881442707031965, 0.07852908968925476, - 0.03333854302763939, 0.04623406007885933, 0.013918676413595676, 0.08274233341217041, - 0.08495889604091644, 0.04813001677393913, -0.022966472432017326, - 0.02358689159154892, -0.002329800045117736, -0.05099554359912872, - -0.04246635362505913, -0.005240070633590221, 0.08881424367427826, - 0.015045485459268093, 0.015932714566588402, -0.028774665668606758, - 0.004500015173107386, 0.10109692811965942, -0.024172522127628326, - 0.01483297161757946, 0.04227731376886368, -0.04645189642906189, - -0.0045241923071444035, 0.03826112300157547, -0.015188890509307384, - 0.048964571207761765, -0.03853823244571686, 0.011305606923997402, - 0.02733886055648327, -0.005746765993535519, 0.033616792410612106, - -0.0016012437408789992, 0.02720007859170437, 0.03054606169462204, - 0.006270377431064844, -0.05642405524849892, 0.05279269069433212, - -0.04313031584024429, 0.07133515179157257, -0.05779564380645752, - -0.003888868959620595, -0.021017441526055336, -0.006384524516761303, - 0.0662335604429245, -0.027099519968032837, -0.024795236065983772, - 0.021060964092612267, 0.08864220231771469, 0.0425405353307724, 0.014333686791360378, - 0.07045075297355652, 0.07303615659475327, -0.0069812447763979435, - -0.052891019731760025, 0.0370105542242527, 0.07410887628793716, 0.03380889445543289, - -0.06554581969976425, -0.04852287471294403, -0.03751913085579872, - 0.05971423536539078, -0.009382670745253563, 0.0010636328952386975, - -0.03705551475286484, -0.021531810984015465, 0.009004822000861168, - -0.0908665806055069, 0.02830500155687332, -0.025889111682772636, - -0.014068875461816788, 0.013925123028457165, -0.07520677894353867, - 0.054536331444978714, 0.01766708679497242, -0.002135803457349539, - -0.03230219706892967, -0.038499247282743454, 0.030110102146863937, - -0.026806818321347237, -0.0493389256298542, -0.05754078924655914, - -0.09742523729801178, 0.00958675891160965, 0.022326746955513954, - -0.01399950124323368, -0.007700837217271328, -0.04310079291462898, - -0.031921230256557465, -0.041558638215065, -0.02902374230325222, - -0.04135037958621979, 0.02941637486219406, 0.07094106078147888, - 0.012514197267591953, 0.021559307351708412, -0.036866601556539536, - 0.038756389170885086, -0.01581728830933571, -0.011297308839857578, - -0.027836749330163002, 0.04489106684923172, 0.030081013217568398, - -0.03631172329187393, 0.008144231513142586, -0.024417299777269363, - 0.005536843091249466, -0.026223262771964073, 0.07377806305885315, - 0.04585711658000946, 0.001006116857752204, -0.04203272610902786, - -0.0036141369491815567, 0.02292189933359623, 0.05094785615801811, - -0.06680605560541153, 0.017161451280117035, 0.012712600640952587, - 0.0693935975432396, 0.03434796631336212, 0.04065127298235893, 0.008411306887865067, - -0.006002491805702448, 0.054388627409935, 0.04677369445562363, 0.022318217903375626, - -0.008286875672638416, 0.01077218446880579, -0.05229499563574791, - -0.015919042751193047, 0.018923645839095116, -0.006843159906566143, - -0.03200223669409752, 0.055860549211502075, -0.03735557571053505, - -0.001085357740521431, 0.054665789008140564, 0.027958223596215248, - -0.041709281504154205, -0.04070816934108734, -0.025736354291439056, - 0.022694479674100876, -0.03998894616961479, -0.011909213848412037, - -0.02187361940741539, 0.04637384042143822, 0.02380543388426304, - -0.07918879389762878, -0.008344249799847603, -0.09068614989519119, - -0.011889920569956303, -0.05437064543366432, -0.07647031545639038, - -0.004115230869501829, -0.05413774028420448, 0.039286576211452484, - -0.03460690379142761, -0.046616144478321075, 0.051530346274375916, - 0.004943470470607281, 0.03651252016425133, -0.02271951362490654, - 0.014510001987218857, 0.01480560190975666, -0.02678317204117775, - 0.04631969705224037, -0.0661817118525505, -0.07240161299705505, - -0.04795001074671745, -0.014578687958419323, -0.045166660100221634, - 0.03061039000749588, -0.04208244010806084, 0.09651818126440048, - 0.009617193602025509, 0.017608309164643288, 0.05900704488158226, - -0.0014745198423042893, 0.028621546924114227, -0.021060973405838013, - -0.034412235021591187, 0.06282264739274979, 0.0068251583725214005, - -0.0021511404775083065, 0.011087454855442047 - ], - [ - 0.012696943245828152, 0.007996383123099804, -0.050798192620277405, - 0.08309782296419144, 0.0128211360424757, 0.04113484174013138, -0.023475944995880127, - -0.003999731037765741, -0.033740900456905365, 0.022871853783726692, - -0.043516211211681366, 0.029141196981072426, -0.03480691462755203, - -0.10757140815258026, -0.02399314194917679, -0.007003722712397575, - 0.03383992612361908, 0.008300090208649635, -0.05912365764379501, - 0.010525736957788467, -0.0964926928281784, -0.03277174383401871, - 0.014722014777362347, -0.009990032762289047, 0.041429612785577774, - 0.04736402630805969, 0.058362431824207306, 0.05507059767842293, - -0.03426069766283035, -0.04758339002728462, 0.07536143064498901, - 0.08681332319974899, 0.019651900976896286, 0.026572151109576225, - 0.006449318025261164, -0.03364039957523346, -0.019936025142669678, - 0.02546771615743637, 0.019879750907421112, -0.007015523966401815, - 0.0727682039141655, -0.01871631108224392, 0.025636490434408188, 0.01643853634595871, - 0.01467527449131012, -0.012811118736863136, -0.037744197994470596, - -0.023974930867552757, -0.007003827020525932, 0.05237971618771553, - -0.02511640451848507, -0.030960481613874435, 0.016283635050058365, - 0.011854271404445171, -0.047634024173021317, -0.043768491595983505, - -0.04998587444424629, -0.04600374400615692, -0.040101390331983566, - -0.029591748490929604, -0.07630699872970581, 0.03315858170390129, - 0.0019979740027338266, 0.06409899145364761, 0.026166312396526337, - -0.04198431223630905, -0.02636321447789669, -0.048989467322826385, - 0.047806885093450546, 0.06197717785835266, 0.04495042562484741, - 0.048528220504522324, -0.027133379131555557, 0.007553999777883291, - -0.05617021396756172, 0.010327231138944626, -0.04136445000767708, - -0.03219800814986229, -0.023792915046215057, -0.04340497776865959, - 0.05362870171666145, 0.0064661819487810135, -0.03151843324303627, - -0.0639653205871582, 0.027366342023015022, -0.020846178755164146, - -0.01715364120900631, 0.011072419583797455, 0.024390067905187607, - -0.027275046333670616, -0.0371570885181427, 0.004437104798853397, - -0.015039448626339436, 0.008084737695753574, 0.006171674467623234, - -0.013924846425652504, -0.011761888861656189, 0.013629534281790257, - -0.04111870750784874, 0.06691105663776398, -0.03996950760483742, - -0.03991072624921799, -0.001334015280008316, 0.04539579898118973, - -0.003894983557984233, -0.05734981596469879, -0.016951052471995354, - 0.060926567763090134, 0.02800881303846836, 0.026615332812070847, - -0.08743530511856079, 0.036080457270145416, -0.02346784994006157, - -0.0427284874022007, -0.0372641496360302, -0.04854287579655647, - 0.006585136521607637, 0.030508805066347122, -0.038630422204732895, - 0.07427096366882324, 0.029008585959672928, 0.08748818188905716, - 0.005344846751540899, -0.005851041059941053, -0.019536683335900307, - -0.11704681813716888, 0.05598454922437668, 0.01043166033923626, - 0.010999122634530067, -0.034179527312517166, 0.05063898488879204, - 0.07268904894590378, 0.004944251850247383, 0.04244381934404373, - -0.04420626163482666, -0.028533417731523514, -0.026812901720404625, - -0.03657592087984085, -0.01810857467353344, -0.02934281714260578, - -0.004320389125496149, 0.053676046431064606, -0.04680345952510834, - 0.003033083165064454, -0.009582393802702427, 0.034862641245126724, - 0.03141884505748749, -0.08236756175756454, 0.06916753947734833, 0.04500651732087135, - -0.036662954837083817, -0.08314812183380127, -0.035626206547021866, - -0.026983169838786125, 0.027929678559303284, 0.07737443596124649, - 0.02661113627254963, 0.055648405104875565, -0.04278377443552017, - -0.07255944609642029, -0.0346912145614624, -0.04368796572089195, - -0.05312562733888626, 0.07994842529296875, -0.10865745693445206, - 0.00044195030932314694, -0.06697861850261688, -0.06595228612422943, - -0.02813558280467987, 0.02438928559422493, -0.02964317984879017, - -0.028952842578291893, 0.0038926610723137856, 0.0766400694847107, - 0.057839930057525635, 0.004282089881598949, 0.040200669318437576, - 0.02817908488214016, 0.022963548079133034, 0.07471513748168945, - -0.03570059314370155, -0.03432437777519226, -0.05442246422171593, - -0.07388376444578171, -0.045824579894542694, -0.037562672048807144, - -0.04974675551056862, -0.036806367337703705, 0.0674373209476471, - -0.029818134382367134, -0.00987192988395691, -0.058997202664613724, - -0.09845684468746185, -0.009916333481669426, -0.009447412565350533, - -0.036148540675640106, 0.09019392728805542, 0.04647555574774742, - -0.07518099993467331, 0.10138856619596481, 0.07371198385953903, - 0.014132261276245117, -0.0645381435751915, 0.05251571163535118, 0.03198016434907913, - 0.09542559087276459, 0.06181740760803223, -0.046149976551532745, - 0.023940466344356537, -0.007420287933200598, -0.04436378553509712, - 0.04100676625967026, 0.046872466802597046, 0.016421010717749596, - 0.08954490721225739, 0.018972961232066154, 0.036601245403289795, - 0.12019851803779602, -0.027353797107934952, 0.019937502220273018, - 0.12597990036010742, -0.027432715520262718, 0.0003478314320091158, - -0.036790214478969574, 0.04375403746962547, 0.03166087716817856, - 0.021661940962076187, -0.04919470474123955, -0.034972433000802994, - -0.023607440292835236, -0.0001714859827188775, -0.035551801323890686, - 0.04043753817677498, 0.019529541954398155, 0.04670624062418938, -0.0982106626033783, - 0.046846263110637665, -0.056517984718084335, 0.04182704538106918, - -0.09331287443637848, 0.05382984131574631, 0.05533665418624878, -0.0507206916809082, - 0.03249140456318855, -0.005955961998552084, 0.04289650917053223, - 0.009881756268441677, -0.00205889530479908, 0.03480852395296097, 0.0080576092004776, - 0.07491496205329895, 0.06826900690793991, -0.04909537732601166, - -0.02902372181415558, 0.029631348326802254, 0.051751960068941116, - -0.0319681279361248, -0.042884524911642075, -0.06246337294578552, - -0.011430293321609497, 0.0017642162274569273, 0.030706195160746574, - -0.03916032984852791, 0.015617757104337215, 0.04301251098513603, - 0.041500888764858246, -0.06431910395622253, -0.037081483751535416, - -0.004639768041670322, -0.076185442507267, -0.049179233610630035, - -0.03272528573870659, -0.011356678791344166, -0.012346447445452213, - 0.03349078446626663, -0.041898373514413834, 0.021274667233228683, - 0.07084759324789047, 0.06263428181409836, -0.07066100090742111, 0.01807764172554016, - -0.058622442185878754, -0.005546684842556715, 0.06395427137613297, - -0.0010177948279306293, 0.04760948196053505, -0.04741479083895683, - -0.016445569694042206, 0.03714117407798767, -0.05708997696638107, - 0.029521578922867775, -0.01584194228053093, 0.04789157956838608, - -0.03697575256228447, -0.04923682287335396, -0.03002060204744339, - 0.050361838191747665, 0.002974633825942874, 0.0021401741541922092, - -0.11100646108388901, -0.023560287430882454, -0.02485339157283306, - 0.04491743817925453, 0.042420752346515656, 0.041447289288043976, - -0.017032872885465622, 0.00637620035558939, 0.05189383402466774, - -0.015567425638437271, -0.07669933885335922, 0.04824568331241608, - 0.009440472349524498, 0.03168076276779175, 0.04182206839323044, 0.01732899434864521, - 0.027572911232709885, 0.04369273781776428, 0.04000085964798927, - -0.03579087555408478, -0.014393028803169727, 0.0029340677428990602, - 0.017356164753437042, 0.0667436495423317, 0.07320953160524368, 0.008065220899879932, - -0.0621463842689991, 0.06002771109342575, 0.0049622249789536, -0.09172612428665161, - -0.016069933772087097, 0.06386587768793106, 0.00521472655236721, - 0.014406123198568821, 0.023804722353816032, -0.013398809358477592, - 0.04886648803949356, -0.03858235850930214, -0.10078804939985275, - 0.03306957334280014, -0.03292432427406311, 0.021525712683796883, - -0.012259582057595253, 0.08834517002105713, -0.04774777591228485, - 0.000121874145406764, 0.07095497101545334, 0.002369553316384554, - 0.036701127886772156, 0.011714370921254158, 0.004830740857869387, - -0.02248065546154976, -0.035016097128391266, -0.05572030320763588, - -0.040732283145189285, 0.007734981365501881, -0.00843546912074089, - -0.025169681757688522, 0.009143674746155739, 0.0010177177609875798, - 0.06055450066924095, -0.06558795273303986, -0.014789663255214691, - 0.07683855295181274, 0.0371171310544014, 0.04205592721700668, -0.13196633756160736, - -0.05910082533955574, -0.03851967677474022, -0.0239268708974123, - -0.020248498767614365, -0.03169716149568558, -0.017254995182156563, - 0.08758166432380676, -0.0371280238032341, -0.007027961779385805, - 0.01077287457883358, -0.025043897330760956, -0.013562984764575958, - -0.06503339856863022, -0.04825424402952194, 0.002603203756734729, - 0.023436954244971275, 0.024007726460695267, 0.017474904656410217 - ], - [ - -0.011079303920269012, -0.06495549529790878, -0.048165518790483475, - 0.04057690501213074, 0.04115471988916397, -0.0003959167224820703, - -0.024877972900867462, -0.032259080559015274, 0.0034721773117780685, - 0.05821659788489342, -0.07396702468395233, 0.013212589547038078, - -0.049302663654088974, -0.010209527797996998, -0.15504442155361176, - -0.011593497358262539, 0.07561254501342773, 0.05953912436962128, - -0.06597978621721268, 0.05974652245640755, -0.10433175414800644, - -0.11893343180418015, 0.027143945917487144, 0.09525997191667557, - 0.09297264367341995, -0.031874630600214005, -0.014948916621506214, - 0.06994711607694626, -0.0014347044052556157, 0.03391510993242264, - 0.017588011920452118, -0.020078452304005623, -0.0270420853048563, - 0.013488488271832466, 0.145298570394516, -0.10766374319791794, - -0.012024223804473877, 0.07126251608133316, -0.05864357948303223, - 0.018695931881666183, -0.04593099653720856, -0.019474312663078308, - -0.023219235241413116, 0.028001241385936737, -0.04215473681688309, - -0.04894505441188812, 0.0281843114644289, -0.026661591604351997, - 0.02213144302368164, 0.05212103947997093, -0.017614684998989105, - -0.06612435728311539, 0.1396322101354599, 0.004886094946414232, - -0.037066008895635605, -0.07424601912498474, -0.119756318628788, - -0.13784146308898926, -0.07609199732542038, 0.05120353773236275, - -0.017498886212706566, 0.03750384971499443, 0.008819421753287315, - -0.013109022751450539, -0.087605781853199, -0.010915708728134632, - 0.09938973188400269, -0.026463817805051804, 0.11609424650669098, - -0.023446103557944298, 0.11844975501298904, -0.03839053958654404, - -0.0044602942653000355, -0.09694647789001465, -0.00871454831212759, - 0.03695524111390114, -0.022047216072678566, 0.052498865872621536, - -0.06514240801334381, -0.1169443279504776, 0.009264787659049034, - -0.1342708170413971, 0.032408758997917175, -0.008521308191120625, - -0.0020590105559676886, 0.026556462049484253, -0.09764336049556732, - 0.04480054974555969, 0.016449669376015663, 0.11686307191848755, - -0.043413955718278885, 0.015101633034646511, -0.02665628120303154, - 0.017667243257164955, -0.008837253786623478, 0.057703129947185516, - 0.05813660845160484, 0.06717545539140701, 0.03664142265915871, 0.01051770243793726, - -0.017789090052247047, 0.015846742317080498, 0.0890912413597107, - -0.026785006746649742, 0.0221461970359087, -0.02721032314002514, - 0.06630047410726547, 0.01728193834424019, 0.05103055015206337, -0.11568694561719894, - -0.08732864260673523, 0.119899220764637, -0.0023186092730611563, - 0.07559821009635925, -0.05288448929786682, 0.09013712406158447, - -0.044580042362213135, 0.04604930803179741, 0.006071615032851696, - 0.011319970712065697, 0.03159674257040024, 0.09600520133972168, 0.05702769756317139, - -0.1398639976978302, -0.08450011909008026, -0.03350229933857918, - -0.022371046245098114, -0.01866632141172886, 0.03383954241871834, - -0.04475756734609604, 0.06781088560819626, 0.016696078702807426, - -0.09152267128229141, 0.015199930407106876, -0.06540652364492416, - 0.006342852953821421, -0.06384237110614777, 0.041237764060497284, - -0.020600153133273125, -0.002944056410342455, 0.031000100076198578, - -0.00882341992110014, 0.030768904834985733, -0.04460810124874115, - 0.029972385615110397, 0.09753655642271042, 0.08891262859106064, - -0.016167016699910164, 0.002412904752418399, -0.09695746004581451, - 0.014630239456892014, 0.057904746383428574, 0.04797281324863434, - 0.07161130756139755, -0.05960886925458908, 0.08560002595186234, - -0.03306286409497261, 0.013941589742898941, -0.04745914041996002, - 0.013696172274649143, 0.06639384478330612, -0.05574671924114227, - 0.030982542783021927, 0.01897123083472252, -0.06106408312916756, - -0.02036626636981964, 0.04829973727464676, 0.0657220110297203, 0.034848857671022415, - -0.10657741129398346, 0.055541396141052246, -0.04665083438158035, - -0.11197898536920547, -0.042613208293914795, -0.03097670152783394, - 0.03217337653040886, 0.035294562578201294, -0.005836088676005602, - 0.08490611612796783, -0.038168273866176605, -0.14929698407649994, - -0.12198352068662643, -0.0693177580833435, 0.031183553859591484, - 0.020779576152563095, -0.04566127806901932, 0.07586641609668732, - -0.04298599436879158, -0.051901474595069885, -0.045352715998888016, - 0.000727096339687705, -0.09820884466171265, -0.029617562890052795, - 0.030122416093945503, -0.05586245283484459, -0.0468791127204895, - -0.009040254168212414, 0.04739212617278099, -0.04261723533272743, - 0.03870613873004913, 0.15734274685382843, -0.11543843895196915, 0.0684124231338501, - 0.1018427163362503, 0.03425062075257301, 0.08026653528213501, 0.05609691143035889, - 0.030484639108181, 0.03775463625788689, 0.04902051389217377, 0.11867434531450272, - 0.155342698097229, 0.08887440711259842, 0.06031685322523117, -0.0734422504901886, - 0.032435107976198196, -0.021151814609766006, 0.03385637700557709, - -0.038530994206666946, -0.04174834117293358, -0.11363282799720764, - 0.02059808373451233, -0.014825575985014439, -0.04311421513557434, - 0.020553283393383026, 0.011470271274447441, -0.012371565215289593, - -0.12859216332435608, 0.06144018843770027, -0.012295124121010303, - -0.022418709471821785, -0.0482359416782856, 0.0798456221818924, 0.0171994436532259, - -0.01214194018393755, -0.01392102986574173, -0.06509307026863098, - -0.03511843830347061, -0.18829433619976044, -0.08172427117824554, - -0.03452346473932266, -0.045597173273563385, 0.036271728575229645, - -0.034615445882081985, 0.00548132136464119, 0.017963696271181107, - 0.021901676431298256, 0.051768481731414795, 0.06633099168539047, - -0.0027828505262732506, -0.07771096378564835, 0.0329180508852005, - -0.005145230330526829, -0.017873868346214294, -0.05910882353782654, - -0.031904153525829315, 0.02909724786877632, 0.042781732976436615, - 0.009781005792319775, 0.0375409871339798, -0.07126134634017944, - 0.021751249209046364, 0.006231643725186586, -0.11067954450845718, - -0.026312729343771935, 0.05246372148394585, -0.057967886328697205, - -0.029778366908431053, 0.02408744767308235, 0.0076792058534920216, - 0.09622867405414581, 0.09911654144525528, -0.00292002665810287, 0.07101516425609589, - 0.023662634193897247, 0.005670419428497553, -0.005525975488126278, - 0.0824166089296341, -0.014127594418823719, 0.049051683396101, 0.04205481708049774, - -0.05788227543234825, 0.004742055665701628, 0.06424245238304138, - -0.027084531262516975, 0.018087459728121758, -0.009996425360441208, - 0.024773014709353447, 0.017829973250627518, 0.07089217752218246, - 0.0002187873760703951, 0.0042264568619430065, -0.08593691885471344, - 0.03894472494721413, 0.03172396123409271, -0.027326295152306557, - 0.00416776817291975, -0.028725842013955116, 0.030341289937496185, - 0.05061985179781914, -0.08625392615795135, -0.046707767993211746, - 0.018818022683262825, 0.15462492406368256, -0.050819654017686844, - 0.0015435430686920881, -0.06290454417467117, -0.03770569711923599, - 0.13218648731708527, -0.010599498637020588, -0.046020299196243286, - -0.04487772285938263, -0.02044135145843029, -0.05555523931980133, - -0.09602406620979309, -0.1038711667060852, -0.0008433779585175216, - -0.01934923231601715, 0.05399248003959656, -0.019900966435670853, - -0.03992127254605293, 0.0840662270784378, 0.022637004032731056, - -0.054976288229227066, 0.003997479099780321, -0.12123169004917145, - -0.06690265983343124, 0.09054901450872421, 0.08016328513622284, - -0.006850243546068668, 0.015288213267922401, -0.001567946164868772, - -0.10300488770008087, 0.05958734080195427, -0.13506880402565002, - -0.08043719828128815, 0.030088121071457863, 0.0063063036650419235, - -0.011051477864384651, 0.026046646758913994, 0.009072833694517612, - 0.011172604747116566, 0.048606373369693756, 0.09929949790239334, 0.1473579704761505, - -0.0031189629808068275, -0.07247773557901382, 0.009264220483601093, - 0.021568061783909798, 0.004234395921230316, -0.012273149564862251, - -0.11813047528266907, 0.09680639952421188, 0.024022884666919708, 0.0914582908153534, - 0.00958884134888649, -0.0036371832247823477, -0.06923239678144455, - -0.07565754652023315, 0.07798683643341064, -0.04300549998879433, - -0.03690546378493309, -0.015584398061037064, 0.08225215971469879, - 0.040188658982515335, -0.054263729602098465, -0.07793361693620682, - 0.04438196122646332, -0.009243807755410671, -0.038771919906139374, - 0.03968297690153122, -0.06725918501615524, -0.004128775093704462, - 0.025048933923244476, 0.02612471394240856, 0.11695956438779831, - 0.020087048411369324, 0.01198937464505434, -0.03953121230006218, - 0.046481382101774216, -0.007638670038431883, -0.13831958174705505, - -0.017774168401956558, 0.017900044098496437 - ], - [ - 0.05802207440137863, -0.0035221173893660307, -0.004896402359008789, - 0.033500026911497116, -0.03532826900482178, -0.0026755270082503557, - 0.013842031359672546, -0.04365236312150955, 0.05380977317690849, - 0.04543137550354004, -0.008020322769880295, 7.887463289080188e-5, - -0.06522879004478455, 0.025545034557580948, 0.047864556312561035, - -0.030014868825674057, -0.053219519555568695, 0.03974201902747154, - 0.07428433001041412, -0.08757063001394272, 0.029652973636984825, - 0.03327547013759613, 0.0696452260017395, 0.021127818152308464, -0.02118334174156189, - 0.009710542857646942, -0.017765607684850693, -0.02068224735558033, - -0.042562998831272125, 0.023222463205456734, 0.011327357031404972, - -0.05218316987156868, -0.009115282446146011, -0.006143882405012846, - -0.003108167788013816, 0.07209331542253494, -0.007275177165865898, - -0.03389398381114006, 0.0353601835668087, -0.06051362678408623, - -0.011536099947988987, 0.010251879692077637, -0.07171187549829483, - 0.002959305653348565, 0.01804150454699993, -0.020578740164637566, - 0.038898296654224396, 0.039970241487026215, -0.00861353985965252, - -0.010780531913042068, 0.07735823839902878, -0.047776009887456894, - -0.03648161143064499, -0.03732205927371979, 0.06634099781513214, - -0.03181920945644379, 0.06991023570299149, -0.0031052313279360533, - 0.03585675358772278, -0.02148297056555748, 0.02906172163784504, - -0.00746001023799181, -0.0415484681725502, 0.02861843630671501, - -0.040465012192726135, -0.011608841829001904, -0.03865321725606918, - 0.07126526534557343, -0.03627162054181099, -0.08061709254980087, - 0.01531011238694191, -0.06847715377807617, 0.04106910154223442, - -0.05074656382203102, 0.052464939653873444, -0.017195262014865875, - 0.0798305794596672, -0.051226016134023666, -0.034193094819784164, - 0.07611999660730362, 0.044654130935668945, 0.013077865354716778, - 0.03194376081228256, 0.059952616691589355, -0.04665973410010338, - -0.013151771388947964, 0.05721958726644516, 0.006845859810709953, - -0.043205197900533676, 0.07953812181949615, -0.05360785499215126, - 0.03620017319917679, 0.05089697241783142, -0.003438537009060383, - -0.019049644470214844, 0.028994092717766762, -0.06271852552890778, - 0.02725997194647789, 0.013875532895326614, -0.039772503077983856, - -0.036666493862867355, -0.022973915562033653, -0.04261311516165733, - -0.06733831763267517, -0.032501447945833206, -0.02368912100791931, - -0.01145637035369873, -0.03168385848402977, -0.0014828742714598775, - 0.007086424622684717, 0.08244176208972931, -0.05735618248581886, - 0.017730312421917915, 0.027505023404955864, -0.004466198850423098, - 0.02905246429145336, -0.04881437495350838, -0.03459320217370987, - 0.03591083735227585, -0.07409777492284775, 0.005301926285028458, - 0.004342455416917801, 0.08077012002468109, -0.036376528441905975, - 0.06012089550495148, 0.0303276926279068, -0.036780945956707, -0.03297431766986847, - -0.042111631482839584, 0.010235109366476536, -0.044353630393743515, - 0.005844316445291042, -0.011435586027801037, -0.059096433222293854, - 0.05366094410419464, -0.0005914181820116937, 0.054671499878168106, - 0.004365304484963417, 0.06217901408672333, 0.013474082574248314, - -0.014056121930480003, -0.04660997912287712, 0.011739721521735191, - -0.008292457088828087, -0.03329252451658249, 0.03682292625308037, - 0.0227520614862442, 0.019604993984103203, -0.03117355704307556, - 0.005319314077496529, -0.020855451002717018, 0.06064895540475845, - 0.0889396145939827, 0.010371178388595581, -0.002873937366530299, - -0.02296009287238121, 0.023826422169804573, -0.017430728301405907, - -0.009157553315162659, 0.0008964434382505715, -0.04539608582854271, - -0.012453004717826843, -0.016649631783366203, 0.0457373708486557, - 0.04032018035650253, 0.009381294250488281, -0.014209790155291557, - -0.04931051284074783, 0.009620748460292816, 0.013175224885344505, - -0.035455793142318726, 0.050083424896001816, -0.007294300943613052, - -0.0024616646114736795, -0.03391043096780777, 0.008532319217920303, - -0.047346483916044235, -0.00514688715338707, -0.028935762122273445, - -0.044420208781957626, 0.08128523081541061, 0.04111924767494202, - 0.017355313524603844, 0.03413981944322586, 0.04412670060992241, 0.0265430249273777, - 0.002586500719189644, 0.0071242982521653175, -0.01887202076613903, - 0.04516926780343056, -0.046205565333366394, 0.07523424178361893, - 0.11071624606847763, 0.05562429130077362, 0.041373368352651596, - 0.001778417150489986, 0.013380764052271843, -0.0404110848903656, - -0.004772602114826441, -0.06275048851966858, -0.04845642298460007, - -0.1115996316075325, -0.030062219128012657, -0.037849728018045425, - -0.052120063453912735, -0.001140376552939415, -0.053816307336091995, - 0.003339738119393587, -0.05551758408546448, -0.005173916928470135, - 0.0515720471739769, -0.019605813547968864, -0.017905188724398613, - -0.008764849975705147, -0.041547518223524094, 0.015440203249454498, - -0.03304937481880188, -0.09963956475257874, -0.03330947458744049, - 0.02995281293988228, 0.0038015684112906456, 0.029754823073744774, - -0.04642333835363388, -0.023845067247748375, 0.053567368537187576, - -0.05230305343866348, 0.08751598000526428, 0.036159999668598175, - -0.015101787634193897, -0.005497397389262915, -0.006829689256846905, - -0.04971705377101898, -0.0626002624630928, 0.015704717487096786, - -0.01247907243669033, -0.006434767972677946, -0.06713362783193588, - -0.003931079525500536, -0.09573224186897278, -0.04108010604977608, - 0.010324102826416492, 0.04946431517601013, 0.05312299355864525, -0.0894145518541336, - 0.02413495071232319, -0.029477078467607498, 0.031153950840234756, - -0.08271820098161697, 0.005002898164093494, -0.011103875003755093, - 0.005031278822571039, 0.007437624968588352, 0.023634493350982666, - -0.010556166991591454, 0.02544396184384823, -0.03261786326766014, - -0.039159342646598816, -0.0398336797952652, 0.055745940655469894, - 0.04210012033581734, -0.06684546172618866, 0.04616399481892586, - -0.010451074689626694, -0.023734310641884804, -0.04315492510795593, - -0.01348007470369339, -0.009753468446433544, 0.03929316997528076, - -0.021664073690772057, 0.03958868980407715, 0.04957539960741997, - 0.051584482192993164, -0.059921275824308395, 0.07827465981245041, - 0.02852155826985836, -0.025919323787093163, 0.049539513885974884, - -0.0705074891448021, 0.03074275515973568, 0.11251409351825714, 0.007527834270149469, - 0.018574832007288933, 0.009508693590760231, -0.06147857755422592, - 0.0043599847704172134, -0.027171645313501358, 0.07317732274532318, - 0.0038235648535192013, 0.024216247722506523, -0.002213031519204378, - -0.019675565883517265, 0.06592367589473724, -0.042791806161403656, - -0.028291696682572365, -0.017345834523439407, 0.041542887687683105, - 0.037083931267261505, 0.026550419628620148, -0.05431749299168587, - -0.03020297922194004, -0.00025838505825959146, -0.05223909765481949, - -0.013611428439617157, 0.03411184623837471, -0.01967610791325569, - -0.0036053278017789125, 0.04563021659851074, -0.06265968084335327, - -0.08676176518201828, 0.06347303092479706, 0.02516929619014263, - -0.03668015077710152, 0.025707578286528587, 0.02842707745730877, - -0.004373972769826651, 0.014848620630800724, -0.021032201126217842, - -0.03231607377529144, 0.013259277679026127, -0.029366780072450638, - -0.014330250211060047, -0.004487776663154364, -0.02015729807317257, - -0.06317342072725296, -0.04694385826587677, 0.054084114730358124, - 0.006894493009895086, 0.04283680021762848, 0.05065463110804558, - 0.011749719269573689, -0.03689774125814438, 0.004891290795058012, - 0.046369440853595734, -0.004046212881803513, 0.028480004519224167, - -0.006224712822586298, -0.02297702245414257, 0.06022506579756737, - -0.018801923841238022, 0.02701970934867859, -0.018953796476125717, - -0.020020676776766777, 0.032648783177137375, 0.01773468777537346, - -0.0028246508445590734, -0.056039489805698395, 0.029114186763763428, - 0.005207424983382225, 0.05383532494306564, -0.040066447108983994, - 0.008091202937066555, 0.0852334052324295, -0.0011695260182023048, - -0.0302882082760334, -0.011412364430725574, -0.030155446380376816, - 0.03638244420289993, -0.011289835907518864, 0.046236686408519745, - -0.026972046121954918, -0.006161244120448828, 0.05998924374580383, - 0.03283362090587616, 0.01438777707517147, -0.020242195576429367, - 0.10315392911434174, -0.03644527494907379, 0.018970588222146034, - -0.01865922287106514, -0.036375775933265686, -0.027891747653484344, - 0.05730358511209488, -0.06971336901187897, 0.017810070887207985, - 0.047611601650714874, -0.044140879064798355, 0.06407005339860916, - 0.030039235949516296, 0.055589381605386734, 0.03248245641589165, - -0.04953223094344139, -0.05918290466070175, 0.04509417340159416, - 0.026945505291223526 - ], - [ - 0.012426549568772316, 0.024602578952908516, -0.0128114502876997, - 0.03943457454442978, -0.04268580302596092, 0.059988293796777725, - -0.05180494487285614, -0.043021660298109055, 0.0035602692514657974, - -0.07547169923782349, -0.03270549699664116, -0.023012278601527214, - -0.03774956613779068, 0.0713624507188797, -0.044537145644426346, - 0.042469896376132965, -0.055241987109184265, 0.03504520654678345, - 0.0032806387171149254, -0.019597379490733147, -0.01134308148175478, - 0.0020129201002418995, 0.02543559856712818, 0.05008851736783981, - 0.024669788777828217, -0.009925144724547863, 0.0005222359322942793, - 0.012386234477162361, -0.06822238117456436, -0.0008028059964999557, - -0.05460666865110397, -0.00956170167773962, -0.04493286833167076, - 0.026023948565125465, -0.06999503821134567, -0.014650285243988037, - 0.032022006809711456, -0.08215977996587753, -0.012923217378556728, - -0.012778065167367458, -0.022245069965720177, 0.043876178562641144, - -0.00926663912832737, 0.04446408897638321, 0.008023034781217575, - 0.028546907007694244, 0.08987074345350266, -0.024037141352891922, - 0.03476810082793236, -0.0890377014875412, -0.008630670607089996, - -0.024091802537441254, 0.004523832350969315, -0.017013926059007645, - 0.013774773105978966, 0.061003487557172775, 0.00414047809317708, 0.0831601619720459, - 0.08646347373723984, -0.039508599787950516, 0.020436648279428482, - -0.011137298308312893, -0.06213255226612091, 0.05723481625318527, - -0.02043762244284153, 0.03232512250542641, 0.022328197956085205, - 0.033677276223897934, 0.003665574360638857, -0.0026154653169214725, - -0.05469899624586105, -0.05068877711892128, 0.08633827418088913, - -0.04457918182015419, 0.07986987382173538, 0.003015393391251564, - 0.02893463335931301, -0.04760901257395744, 0.001602757372893393, - 0.03899960219860077, -0.01894059032201767, 0.054316695779561996, - -0.017934203147888184, -0.0026490550953894854, 0.04415502771735191, - 0.0133843207731843, 0.05543477460741997, -0.03280821070075035, -0.03617706894874573, - -0.03354431316256523, -0.04837209731340408, 0.003971274010837078, - -0.051788050681352615, 0.07834270596504211, -0.04568169638514519, - 0.007434550207108259, -0.09162306040525436, 0.023389354348182678, - 0.03252542391419411, -0.02619044855237007, 0.03234897181391716, - 0.014294372871518135, 0.0456797294318676, 0.017205772921442986, 0.02206401899456978, - 0.022053854539990425, 0.09727346152067184, -0.037460800260305405, - 0.05120602250099182, 0.04478836432099342, 0.06750878691673279, - 0.00036917609395459294, 0.02024240233004093, -0.07218311727046967, - -0.038556911051273346, -0.01933290995657444, -0.028137465938925743, - 0.04654382914304733, 0.03170334920287132, 0.026990097016096115, - -0.0021388335153460503, -0.04500822350382805, -0.006638685241341591, - 0.016660872846841812, -0.017773715779185295, -0.0447826124727726, - 0.0144804697483778, -0.026800479739904404, -0.027923423796892166, - -0.09080542623996735, -0.04528529569506645, -0.030413463711738586, - 0.027100352570414543, 0.05177401006221771, 0.0005108797922730446, - -0.0017463075928390026, 0.05274265632033348, 0.06592398881912231, - 0.04225805774331093, 0.06117218732833862, -0.07664790749549866, - -0.03431505709886551, 0.021144302561879158, 0.01977909915149212, - 0.009722048416733742, 0.02039186842739582, -0.02697468176484108, - -0.0569276437163353, 0.011493653059005737, 0.02541346661746502, 0.08649460971355438, - -0.013096226379275322, -0.020597778260707855, -0.07182927429676056, - 0.031165802851319313, -0.06436079740524292, 0.015451321378350258, - 0.046618521213531494, 0.02580663189291954, -0.008074840530753136, - 0.04019169509410858, -0.006767077837139368, -0.022455090656876564, - 0.003852704307064414, 0.05572017282247543, 0.014548460952937603, - 0.04043266177177429, -0.025555189698934555, 0.08649595081806183, - 0.04672975093126297, 0.004953279625624418, 0.006453341338783503, - -0.021818799898028374, 0.050450507551431656, -0.039994437247514725, - -0.04641927778720856, -0.03937039151787758, -0.0184819046407938, - -0.016602227464318275, -0.0037621899973601103, 0.011422169394791126, - -0.0009168210672214627, 0.07471953332424164, -0.014178086072206497, - -0.04289732873439789, -0.02447354979813099, 0.002079276368021965, - -0.05295312777161598, 0.003951503429561853, 0.08161795139312744, - 0.03119102120399475, 0.025856494903564453, -0.017348170280456543, - 0.0420435331761837, -0.015565039590001106, 0.029582524672150612, - -0.04756172373890877, -0.021753791719675064, 0.012354071252048016, - 0.025920920073986053, -0.048978473991155624, -0.061649397015571594, - 0.001660434645600617, -0.05845775082707405, -0.019215162843465805, - 0.022667307406663895, 0.0400826521217823, 0.025622472167015076, - -0.049497075378894806, 0.0439721904695034, -0.016944166272878647, - -0.043983958661556244, -0.049501437693834305, -0.04070284590125084, - 0.01775541715323925, -0.0021050265058875084, 0.003672579303383827, - -0.05824138969182968, 0.04442005977034569, -0.012140786275267601, - -0.02027980238199234, 0.02189493179321289, -0.007467839401215315, - -0.05035313218832016, -0.027350885793566704, -0.03189820051193237, - 0.008017608895897865, -0.06049850210547447, 0.04491107538342476, - -0.05678200721740723, -0.05201245844364166, 0.003882072167471051, - -0.003023153869435191, -0.019081275910139084, 0.0224363561719656, - -0.014246764592826366, -0.008839898742735386, 0.04578414559364319, - -0.08190673589706421, 0.059364281594753265, 0.07125374674797058, - 0.06744477897882462, 0.056334663182497025, 0.0045275515876710415, - -0.005189197603613138, 0.028550220653414726, -0.048222076147794724, - -0.030301915481686592, -0.0006715027848258615, 0.04181720316410065, - 0.00931844674050808, 0.010554260574281216, 0.01566937193274498, 0.028044568374753, - -0.014653908088803291, -0.012139178812503815, -0.05704573541879654, - 0.033507075160741806, -0.00528358668088913, 0.0073241135105490685, - 0.03284220024943352, 0.032508935779333115, 0.06418250501155853, - 0.028969530016183853, -0.008382344618439674, -0.07401931285858154, - 0.08651115000247955, -0.029527712613344193, -0.020938774570822716, - 0.0007706559263169765, -0.009454661048948765, 0.06414128839969635, - -0.0060971081256866455, 0.09222282469272614, -0.006412995047867298, - -0.059098340570926666, 0.04462536796927452, 0.009200685657560825, - -0.052376095205545425, 0.050717901438474655, 0.02515258826315403, - 0.10699193924665451, 0.005614415742456913, -0.04757768660783768, - 0.012867751531302929, 0.02396213263273239, 0.042423658072948456, - -0.05471774563193321, 0.004390212241560221, -0.02110348828136921, - 0.026504583656787872, 0.05706606060266495, -0.05483708530664444, - -0.0027566130738705397, -0.015935318544507027, 0.09187953174114227, - -0.019821176305413246, -0.0397278293967247, -0.03350858390331268, - 0.038632553070783615, 0.04682654142379761, -0.06554892659187317, - -0.04325535148382187, 0.024308817461133003, -0.04288650304079056, - -0.0029513940680772066, 0.007597450166940689, 0.05450055003166199, - -0.046282894909381866, 0.05330333486199379, -0.04609336704015732, - -0.06012897938489914, 0.008902491070330143, 0.06412359327077866, - 0.033956266939640045, -0.014246773906052113, -0.032008394598960876, - -0.049858104437589645, 0.021187923848628998, 0.02568855881690979, - 0.04405038058757782, -0.02109985612332821, -0.07018007338047028, - -0.08349523693323135, -0.04156750440597534, 0.07991856336593628, - -0.04285689815878868, 0.045473285019397736, -0.03444370999932289, - 0.01437178160995245, 0.05109918490052223, 0.029454650357365608, 0.04547315090894699, - -0.025005239993333817, -5.5811688071116805e-5, -0.002681765705347061, - -0.011040418408811092, 6.986105290707201e-5, -0.018369147554039955, - -0.050795778632164, 0.0014224749756976962, 0.038676828145980835, - -0.013085713610053062, 0.05561787635087967, -0.021316593512892723, - -0.03911837935447693, 0.024506425485014915, 0.020743535831570625, - 0.025334758684039116, -0.0544717013835907, -0.030098333954811096, - 0.013985695317387581, -0.0236493106931448, -0.03581630066037178, - -0.03891661763191223, 0.020769663155078888, 0.031879402697086334, - -0.046294331550598145, 0.011881938204169273, 0.014104879461228848, - 0.009830803610384464, -0.0010272088693454862, 0.03737521544098854, - 0.04254569858312607, 0.03997153043746948, 0.07436372339725494, - -0.011385434307157993, 0.08111412823200226, -0.021566960960626602, - -0.04147708788514137, 0.015097743831574917, 0.06231580302119255, - -0.03878680244088173, 0.0014935426879674196, -0.0403335765004158, - -0.008977430872619152, 0.08070074021816254, 0.03952525183558464, - 0.013232319615781307, -0.010266299359500408, -0.03452244773507118, - 0.011475631967186928, 0.041682250797748566, -0.011382998898625374 - ], - [ - 0.05157632380723953, 0.005390925798565149, -0.03821052610874176, - 0.006165357772260904, -0.010976146906614304, 0.09104686230421066, - 0.10442628711462021, -0.07838112860918045, 0.013492893427610397, - 0.036517124623060226, -0.03028695657849312, 0.03568281978368759, - 0.07304929196834564, -0.010312479920685291, -0.034891244024038315, - 0.019926004111766815, 0.03723594546318054, -0.04557888209819794, - 0.02249184250831604, -0.059104666113853455, 0.10807827115058899, - 0.13461239635944366, 0.06877376139163971, 0.034451257437467575, 0.02365073934197426, - -0.011636890470981598, -0.016156775876879692, 0.023405680432915688, - -0.04411374777555466, -0.02048628032207489, 0.052276547998189926, - 0.04461291432380676, 0.030985431745648384, 0.002901064930483699, - 0.008268560282886028, -0.059042807668447495, -0.04550310969352722, - 0.004797268193215132, -0.019544988870620728, 0.009629097767174244, - 0.010550293140113354, 0.0006734707858413458, -0.023478006944060326, - 0.10176891088485718, 0.011315884999930859, -0.00976784247905016, - -0.08754950761795044, -0.020362302660942078, -0.040427252650260925, - -0.01505280751734972, -0.03618505969643593, 0.016798406839370728, - -0.006998572498559952, -0.03330845385789871, 0.007814901880919933, - -0.023715702816843987, -0.03362000733613968, 0.017876356840133667, - 0.08175817131996155, -0.006786053068935871, 0.10535652190446854, - -0.08102090656757355, 0.013688135892152786, 0.07864697277545929, - 0.09450075775384903, -0.061668772250413895, 0.007980567403137684, - -0.05881828814744949, -0.07229820638895035, -0.08466706424951553, - 0.0651920810341835, -0.04841439425945282, 0.03607918322086334, -0.06565278023481369, - 0.026525333523750305, -0.04050332307815552, 0.004969267174601555, - 0.06878584623336792, -0.014207816682755947, 0.028304237872362137, - 0.06759840250015259, -0.014722955413162708, 0.031898073852062225, - 0.09032914787530899, -0.006722044199705124, -0.04227946326136589, - 0.02037038281559944, -0.05703703314065933, -0.06944785267114639, - 0.010787151753902435, -0.048677269369363785, -0.06817557662725449, - -0.023984860628843307, -0.024409882724285126, -0.021460162475705147, - -0.006208096165210009, -0.030844945460557938, -0.009469086304306984, - 0.0161917544901371, 0.0027389288879930973, 0.07746439427137375, - 0.025654857978224754, -0.06136128306388855, -0.07224076241254807, - 0.019179055467247963, 0.03326530009508133, 0.03824491426348686, 0.06262168288230896, - -0.0032094840425997972, 0.06395372003316879, -0.036336589604616165, - -0.0003545495856087655, -0.0214756540954113, -0.03176639601588249, - -0.060698214918375015, 0.03359391540288925, -0.0608946830034256, - 0.08305028825998306, 0.07403874397277832, 0.01812325045466423, -0.04312840476632118, - 0.03409431502223015, -0.03912355378270149, -0.04727863147854805, - 0.028466271236538887, 0.05122848600149155, 0.017687981948256493, - -0.028732722625136375, -0.01940028741955757, -0.03345746919512749, - 0.02716917358338833, -0.0749756246805191, -0.03595744073390961, - -0.10330375283956528, -0.10482165962457657, -0.07333961129188538, - -0.00715183699503541, 0.03325019031763077, -0.04972900450229645, - -0.04653063416481018, -0.06050020456314087, -0.0033665962982922792, - 0.03664403408765793, 0.0582243911921978, 0.006148405373096466, - -0.006448402069509029, -0.06006950885057449, -0.010523060336709023, - 0.057589542120695114, -0.040309611707925797, -0.03511552885174751, - 0.04690428078174591, 0.0870722308754921, 0.10371869802474976, 0.032479427754879, - -0.12128360569477081, 0.04188928008079529, 0.05411350727081299, 0.01720166765153408, - -0.03866639360785484, -0.08217030763626099, 0.059574469923973083, - 0.05388087406754494, -0.04358305037021637, 0.1213843822479248, - -0.055414941161870956, 0.015269228257238865, 0.03545507788658142, - -0.10194429755210876, 0.09793560951948166, -0.06404484808444977, 0.0183880515396595, - -0.07731981575489044, -0.04080527648329735, -0.06787633150815964, - 0.015753986313939095, 0.04316020756959915, 0.07648883014917374, - 0.018173890188336372, -0.0793217122554779, 0.009802715852856636, - -0.06919977068901062, 0.12120894342660904, 0.06870710849761963, - 0.006851301994174719, 0.06195196509361267, 0.02554178051650524, - 0.056439466774463654, -0.0626986026763916, -0.031523168087005615, - -0.01184118539094925, 0.034945957362651825, 0.07770998775959015, - 0.13930712640285492, -0.10409807413816452, 0.07845652103424072, - 0.050714731216430664, 0.030451759696006775, -0.005873627960681915, - -0.0782141461968422, 0.07350008189678192, -0.03312883898615837, - 0.038251880556344986, -0.030297691002488136, -0.022663433104753494, - 0.014881390146911144, -0.045587118715047836, 0.001998234773054719, - -0.04918002337217331, 0.01695116050541401, 0.028697961941361427, - 0.05581165850162506, -0.0790143832564354, 0.04147002473473549, -0.01769869588315487, - 0.01053438987582922, -0.02143697999417782, -0.051739007234573364, - -0.05072815716266632, 0.10462768375873566, 0.004044469445943832, - -0.033035099506378174, -0.007414510939270258, -0.03396064043045044, - -0.025207500904798508, 0.12399914115667343, -0.014271972700953484, - -0.002990762935951352, -0.018160276114940643, -0.00681230379268527, - -0.06587766855955124, -0.030568841844797134, -0.027933787554502487, - -0.02831943891942501, -0.045236922800540924, -0.012658090330660343, - -0.006001744419336319, 0.04720662906765938, -0.0336453914642334, 0.0770566314458847, - -0.0049942596815526485, -0.02952791005373001, -0.03717516362667084, - 0.10798531025648117, -0.054910048842430115, -0.1090383231639862, - 0.021488288417458534, -0.04331512004137039, 0.04154029116034508, - 0.03746941313147545, 0.03517111763358116, -0.046416886150836945, - 0.00363245140761137, -0.1241215169429779, 0.0261195357888937, -0.09132151305675507, - -0.01518612913787365, 0.057104919105768204, -0.016723234206438065, - 0.0012815737864002585, 0.06214084476232529, -0.03127121552824974, - 0.0018707039998844266, 0.07198605686426163, 0.08505325019359589, - -0.08044664561748505, -0.03457336127758026, 0.038777053356170654, - -0.048201292753219604, 0.010416343808174133, -0.0011791444849222898, - 0.015267705544829369, -0.006155109032988548, 0.01177456695586443, - 0.033562373369932175, -0.022040970623493195, -0.07876258343458176, - 0.054301824420690536, -0.03693995252251625, 0.0566362626850605, - -0.016464944928884506, 0.04263131320476532, -0.07663162797689438, - 0.013390342704951763, 0.09635993093252182, 0.10538370907306671, - -0.00789437722414732, 0.08065607398748398, 0.10068842768669128, 0.01036804635077715, - 0.05827704817056656, 0.09759888052940369, 0.08105210959911346, - -0.004957309924066067, -0.031764592975378036, 0.03535749390721321, - 0.0008949933690018952, -0.015142598189413548, -0.04218104109168053, - 0.04783470183610916, 0.009269218891859055, -0.07389404624700546, - -0.11348497867584229, 0.041199054569005966, -0.013456340879201889, - -0.05517597496509552, 0.039437904953956604, -0.037998735904693604, - -0.014241550117731094, 0.0506223663687706, -0.011826545000076294, - 0.04159364104270935, 0.036746010184288025, -0.0024690674617886543, - 0.06281881779432297, 0.09500240534543991, -0.026453228667378426, - -0.016374439001083374, -0.07371284812688828, -0.010478612035512924, - -0.10841340571641922, 0.06848257035017014, -0.08499324321746826, - -0.09592249989509583, 0.026030242443084717, 0.05142447352409363, - 0.07794312387704849, -0.057244136929512024, 0.0005601026932708919, - 0.01660175621509552, -0.02073642984032631, -0.00042559794383123517, - 0.013857532292604446, -0.012708678841590881, -0.056034430861473083, - 0.025989176705479622, -0.07605548202991486, 0.06444770097732544, - -0.0216187983751297, 0.0505475252866745, 0.055058952420949936, 0.050130292773246765, - -0.07210139185190201, -0.04597379267215729, -0.027706321328878403, - 0.057101618498563766, -0.027705220505595207, 0.051540177315473557, - 0.07343710958957672, -0.0845889002084732, 0.010560461319983006, 0.09819667041301727, - -0.015425413846969604, -0.07188232988119125, -0.026161974295973778, - 0.10218242555856705, 0.02562136948108673, 0.026467841118574142, - -0.01373987179249525, 0.0016895754961296916, -0.022912196815013885, - 0.028224997222423553, -0.12501400709152222, 0.006515660788863897, - 0.0005562350852414966, 0.024264993146061897, -0.03351176157593727, - -0.004157530143857002, -0.04779847711324692, -0.08481502532958984, - 0.02082454040646553, 0.007561251055449247, -0.036023590713739395, - 0.03635314106941223, -0.033387690782547, 0.03255617991089821, 0.06503373384475708, - 0.03040960431098938, 0.024790281429886818, -0.025277115404605865, - -0.05517023056745529, -0.018073540180921555, 0.05413510277867317, - -0.04645663872361183 - ], - [ - -0.013174943625926971, -0.03546760603785515, 0.02768648788332939, - -0.010957450605928898, -0.056221235543489456, -0.018513068556785583, - -0.02331996150314808, -0.024164443835616112, -0.005730755161494017, - -0.013701364398002625, -0.04460998997092247, 0.0012976889265701175, - -0.01382058672606945, 0.1101469025015831, 0.0076867518946528435, - -0.0005206178757362068, -0.03347814083099365, -0.13045820593833923, - 0.034560203552246094, -0.01730109192430973, -0.009863747283816338, - -0.00687661487609148, 0.0019353004172444344, -0.051811039447784424, - 0.056267764419317245, 0.001361467526294291, -0.07529157400131226, - 0.0018906481564044952, -0.010743365623056889, 0.07291959226131439, - -0.03369101509451866, 0.015610304661095142, 0.019782716408371925, - -0.02592857927083969, 0.02981383353471756, 0.05665914714336395, 0.07645794749259949, - -0.008435545489192009, -0.03771263733506203, -0.028590720146894455, - 0.018532944843173027, -0.03545451909303665, 0.04266117140650749, - -0.002783232368528843, -0.024026772007346153, 0.036307819187641144, - 0.004568284843116999, 0.05104425549507141, -0.008091090247035027, - -0.0040122829377651215, 0.04659907519817352, 0.024715259671211243, - -0.0765523836016655, -0.042747825384140015, 0.06681494414806366, - 0.05685067176818848, -0.04146375507116318, 0.00473351264372468, - -0.013376852497458458, -0.03606611117720604, 0.006526108365505934, - 0.009287596680223942, -0.0763174444437027, 0.011901181191205978, - 0.003535833675414324, -0.07865966111421585, 0.033023346215486526, - 0.010436298325657845, 0.033571869134902954, -0.11972621083259583, - -0.002022599335759878, 0.024670159444212914, 0.07255039364099503, - -0.06446833908557892, 0.003230401547625661, -0.028184566646814346, - 0.11948223412036896, -0.0369991771876812, -0.023990249261260033, - 0.017025811597704887, -0.030884502455592155, -0.00198715110309422, - -0.0019045494263991714, -0.0009557946468703449, 0.01413093414157629, - 0.013211634941399097, 0.03515983000397682, 0.03465995192527771, - -0.02043217606842518, 0.07716017961502075, 0.038012001663446426, - -0.07062815129756927, -0.07013019174337387, 0.07335764914751053, - -0.00379424006678164, 0.041210874915122986, 0.06030993536114693, - -0.0063855936750769615, 0.037063855677843094, -0.030277058482170105, - 0.07738328725099564, -0.048629991710186005, -0.01550052035599947, - 0.016860483214259148, 0.07013171911239624, 0.019802529364824295, - -0.017272278666496277, 0.007061097305268049, 0.00270313723012805, - -0.040620267391204834, 0.027057455852627754, -0.00022715894738212228, - 0.032618775963783264, -0.013898893259465694, 0.017462121322751045, - -0.02220320515334606, -0.002824119059368968, -0.0939795970916748, - 0.03542611002922058, -0.018176913261413574, -0.059783630073070526, - -0.09217794984579086, -0.024270808324217796, 0.010904410853981972, - -0.0226284209638834, 0.02941107749938965, -0.02740337885916233, - 0.044484786689281464, 0.004315267316997051, -0.0035502638202160597, - -0.04392184317111969, -0.02170947752892971, 0.04179254546761513, - -0.007694173604249954, 0.04539937153458595, -0.025734875351190567, - 0.024978797882795334, 0.00891952496021986, -0.010625747963786125, - 0.033153634518384933, -0.015176422894001007, -0.03206343203783035, - 0.030631177127361298, 0.043221890926361084, -0.03847296163439751, - 0.03208225220441818, 0.003107222728431225, 0.01533592864871025, - -0.054794419556856155, -0.025696290656924248, -0.029987547546625137, - 0.02158363163471222, 0.0309797041118145, 0.010157356970012188, 0.045512519776821136, - -0.0415436252951622, 0.019319768995046616, -0.04931652918457985, - -0.009159423410892487, 0.03581544756889343, -0.020309872925281525, - -0.053787961602211, 0.0073758321814239025, 0.011398743838071823, - 0.05663159117102623, 0.023799261078238487, -0.030398830771446228, - -0.06436537951231003, -0.023261327296495438, 0.019585371017456055, - -0.026698563247919083, 0.06941159814596176, 0.004834230989217758, - -0.07112513482570648, -0.01781979575753212, 0.005383635871112347, - -0.04850183427333832, -0.005014877300709486, -0.01956716924905777, - -0.05938873067498207, 0.03296983242034912, 0.0016789028886705637, - -0.007437211461365223, 0.05264434218406677, 0.0034186397679150105, - 0.0004769274382852018, 0.008046593517065048, 0.01999214105308056, - -0.020367851480841637, -0.02147345058619976, 0.007694763597100973, - -0.026464248076081276, 0.043984316289424896, 0.03354610502719879, - -0.022142887115478516, 0.0995459109544754, -0.011739975772798061, - -0.03512745723128319, 0.07318072766065598, -0.07003343850374222, - 0.02376597374677658, -0.037734854966402054, -0.059178099036216736, - 0.024514514952898026, -0.05905580520629883, -0.03618554025888443, - -0.07886799424886703, 0.0017078123055398464, -0.048711128532886505, - -0.0511193722486496, 0.022709177806973457, 0.06492060422897339, -0.0382012203335762, - 0.030608592554926872, -0.0463235080242157, -0.04720756784081459, 0.018980598077178, - -0.028002040460705757, -0.08755885064601898, 0.07032366096973419, - -0.0009225211106240749, -0.0024737499188631773, -0.04764269292354584, - 0.03243722394108772, 0.000812399317510426, -0.016919448971748352, - 0.020958511158823967, 0.06853126734495163, 0.0012748362496495247, - -0.07900585234165192, 0.015526213683187962, 0.09855751693248749, - -0.050458554178476334, 0.07703948020935059, 0.0291313324123621, - 0.013913717120885849, -0.054335713386535645, -0.014993843622505665, - 0.00789654441177845, 0.03647201880812645, -0.0005087974714115262, - 0.011669913306832314, 0.0816313773393631, -0.045543476939201355, - -0.07630853354930878, -0.006202401127666235, -0.05095076188445091, - -0.014332194812595844, -0.05073897913098335, 0.07632172107696533, - -0.07255516946315765, -0.054333753883838654, -0.059032563120126724, - -0.002881282242015004, -0.014965102076530457, -0.02472761459648609, - -0.03623369708657265, 0.06855931133031845, -0.0168160330504179, 0.09667883813381195, - -0.011085801757872105, -0.08593085408210754, 0.05600867047905922, 0.015784852206707, - 0.05539572238922119, -0.00842083990573883, 0.07654798030853271, - -0.013994835317134857, 0.011180389672517776, 0.057609956711530685, - 0.10504154115915298, 0.07000627368688583, 0.004632977768778801, - 0.022630522027611732, -0.016717035323381424, 0.03569558635354042, - -0.028756070882081985, 0.014689893461763859, -0.042074404656887054, - 0.006389649584889412, 0.038560714572668076, 0.02376280538737774, - -0.018898798152804375, -0.02683761902153492, -0.037245675921440125, - 0.05271133780479431, 0.03707939386367798, 0.04038816690444946, 0.050586998462677, - 0.09237849712371826, 0.026273826137185097, -0.015184354968369007, - -0.0529426746070385, -0.04162762314081192, -0.01988835260272026, 0.0357222706079483, - 0.02357284165918827, -0.0186142697930336, -0.007243211381137371, - -0.015812434256076813, 0.05866421386599541, 0.04140337184071541, - -0.06818767637014389, -0.060485683381557465, -0.0990237444639206, - 0.016987601295113564, -0.07137048244476318, 0.008324766531586647, - -0.007231059949845076, 0.06333950161933899, -0.03195037320256233, - -0.10672221332788467, 0.01084964070469141, -0.02337687835097313, - 0.03664044663310051, 0.015900155529379845, -0.038410983979701996, - -0.029655465856194496, -0.04217829555273056, 0.05110996961593628, - -0.004803502466529608, -0.008806906640529633, -0.010639190673828125, - -0.058325301855802536, 0.02192305214703083, -0.03481272608041763, - 0.02111293375492096, 0.010264015756547451, -0.010182913392782211, - -0.028149841353297234, 0.01969013921916485, -0.014188972301781178, - -0.03793606162071228, 0.013643435202538967, 0.015621394850313663, - -0.04503168538212776, 0.021283380687236786, 0.01813041977584362, - 0.034175947308540344, 0.018644439056515694, 0.012413828633725643, - -0.0897812694311142, 0.03574969992041588, 0.062336891889572144, - -0.009109176695346832, -0.005774541758000851, 0.09543704241514206, - -0.012211368419229984, 0.05399155616760254, -0.0437806136906147, - 0.02300860546529293, 0.09798689931631088, 0.0476592592895031, -0.03797193616628647, - -0.015868807211518288, -0.022635098546743393, -0.00913779716938734, - -0.013925213366746902, -0.028757965192198753, -0.11471283435821533, - 0.00022187887225300074, 0.08320027589797974, -0.009740020148456097, - 0.035525090992450714, -0.025280924513936043, 0.07010834664106369, - 0.040469951927661896, 0.07737334072589874, -0.020147655159235, - -0.030979657545685768, 0.005486459471285343, -0.007909214124083519, - 0.023214802145957947, -0.09175622463226318, -0.0191473588347435, - -0.014158266596496105, 0.01206338219344616, -0.08695187419652939, - 0.037615206092596054, 0.022647835314273834, 0.037481050938367844, - 0.010895981453359127, 0.06815089285373688, -0.031311795115470886 - ], - [ - 0.02230561152100563, 0.09102948755025864, -0.09007789939641953, - -0.14718689024448395, -0.10090910643339157, 0.0600772388279438, 0.06604108214378357, - -0.034660570323467255, -0.10622996091842651, 0.025716979056596756, - -0.08679096400737762, 0.10061676800251007, 0.08399762213230133, - -0.014187697321176529, -0.028728287667036057, -0.008147519081830978, - 0.00370118860155344, 0.07709881663322449, 0.025007586926221848, - -0.11174175888299942, 0.006213679909706116, 0.0205980334430933, 0.02300591766834259, - 0.03225192055106163, 0.028225088492035866, -0.06387171894311905, - -0.05396240949630737, 0.11908480525016785, -0.09739986807107925, - -0.04316524416208267, 0.09709203243255615, 0.02057126723229885, 0.05386945605278015, - 0.028159955516457558, -0.006554155144840479, 0.006529710721224546, - -0.013518709689378738, 0.01701696775853634, -0.004197140224277973, - -0.10902488231658936, -0.04467301815748215, -0.05320041999220848, - -0.0011662207543849945, 0.015827473253011703, -0.03356364369392395, - 0.01862616091966629, 0.02428341843187809, -0.040077317506074905, - -0.047095492482185364, 0.013761050999164581, 0.047467879951000214, - 0.0384310744702816, 0.007016859017312527, 0.0022454415448009968, - -0.0270826555788517, 0.0673186182975769, 0.02125796675682068, 0.0001752239331835881, - 0.028147688135504723, -0.011815947480499744, -0.01653681881725788, - 0.05270765721797943, -0.020506717264652252, 0.07089648395776749, - -0.039165373891592026, 0.06214556097984314, 0.0018774610944092274, - -0.031157903373241425, -0.07657361030578613, -0.009480096399784088, - -0.05093064531683922, 0.0008069885661825538, 0.07056353986263275, - -0.05423552915453911, 0.09477710723876953, 0.02400391176342964, - -0.10863601416349411, -0.07278715074062347, -0.030353307723999023, - 0.07285292446613312, -0.004919552244246006, -0.012862677685916424, - -0.040189918130636215, 0.01766819879412651, -0.02273338846862316, - 0.019269544631242752, 0.05899228900671005, -0.07561903446912766, - 0.05574310943484306, -0.08954092115163803, -0.025204794481396675, - -0.03859088942408562, 0.06016042083501816, 0.052503738552331924, - -0.08172532916069031, -0.056443292647600174, 0.005618607625365257, - 0.016328776255249977, 0.0046312748454511166, -0.012138767167925835, - 0.013734256848692894, -0.04277217388153076, 0.018964318558573723, - -0.05044924095273018, 0.058920618146657944, 0.07387712597846985, 0.0846593976020813, - 0.06103850156068802, -0.06943316757678986, -0.028061117976903915, - 0.06250131875276566, -0.02159976027905941, -0.011164669878780842, - 0.003492015181109309, 0.04948988929390907, 0.10425112396478653, - -0.01372232474386692, 0.1081608235836029, -0.04044942185282707, - -0.08824117481708527, 0.08908722549676895, 0.014753236435353756, - 0.008275789208710194, 0.07965190708637238, 0.01734117418527603, - -0.03559236600995064, 0.030256858095526695, 0.02203291468322277, - -0.0706421360373497, -0.00850499328225851, 0.0036285249516367912, - -0.010574554093182087, 0.06464679539203644, -0.11632953584194183, - 0.0485495999455452, -0.0008020563400350511, -0.02390756458044052, - 0.09120352566242218, -0.026071997359395027, -0.0007141781970858574, - 0.03420510143041611, -0.018207034096121788, -0.023738408461213112, - 0.0372730977833271, -0.033487167209386826, -0.030737360939383507, - -0.034591250121593475, -0.030115297064185143, 0.06585181504487991, - -0.023384973406791687, -0.019884007051587105, -0.009673316963016987, - 0.02248094417154789, -0.025502463802695274, -0.06080453470349312, - -0.0500953383743763, 0.03779355064034462, 0.08877908438444138, -0.06466144323348999, - -0.017984455451369286, -0.0895688533782959, 0.015024389140307903, - -0.01565818302333355, -0.03716694936156273, -0.019823815673589706, - -0.06299035251140594, 0.03309648856520653, 0.06099393591284752, - -0.07671960443258286, 0.015872253105044365, 0.04162929207086563, - -0.024663949385285378, -0.10100974142551422, -0.04105028510093689, - -0.058476004749536514, 0.008270835503935814, -0.06535734236240387, - -0.008155642077326775, 0.008847972378134727, 0.04982258006930351, - -0.02662207931280136, -0.0002654176496434957, -0.035806115716695786, - 0.005291644483804703, 0.09121983498334885, 0.007860351353883743, - 0.047096703201532364, 0.019744262099266052, 0.066254161298275, 0.023925697430968285, - 0.07058563083410263, 0.009322324767708778, 0.05783115327358246, - -0.030848408117890358, -0.04886649176478386, 0.017020748928189278, - 0.02493583969771862, -0.04006549343466759, 0.016947591677308083, 0.0465204156935215, - 0.002096083015203476, -0.07467716187238693, 0.06238710135221481, - -0.06610548496246338, 0.03933655098080635, 0.11017017811536789, - -0.07265045493841171, -0.09899752587080002, 0.04302693530917168, - 0.06654301285743713, -0.07165572047233582, 0.01415816880762577, - -0.03363339230418205, -0.0411461777985096, -0.06682731211185455, - -0.04545743018388748, -0.08466827869415283, 0.014441878534853458, - 0.02949501760303974, -0.0070467726327478886, -0.04470457881689072, - -0.08883216977119446, 0.027358638122677803, 0.01272263377904892, - 0.056766610592603683, -0.016194622963666916, 0.053479842841625214, - 0.02791534923017025, -0.06363966315984726, 0.012733226642012596, - -0.050314247608184814, 0.035356905311346054, -0.026283657178282738, - -0.011529892683029175, -0.014931894838809967, 0.12925292551517487, - -0.018346797674894333, -0.167301207780838, 0.031648244708776474, - -0.0005157185951247811, -0.004790236242115498, 0.07689286023378372, - 0.04699063301086426, -0.034057363867759705, 0.09372763335704803, - -0.051276370882987976, 0.04402995482087135, -0.12234088778495789, - 0.10453406721353531, -0.0302116759121418, -0.02980990894138813, 0.09996826201677322, - 0.06603038311004639, 0.09875395894050598, -0.016577325761318207, - 0.02278822287917137, 0.09542475640773773, -0.10252021253108978, -0.0133645199239254, - 0.03489179164171219, -0.0395023375749588, 0.10537660121917725, - 0.0034541566856205463, 0.012385377660393715, -0.06230803206562996, - 0.0003909056540578604, 0.006368665955960751, 0.0010874547297134995, - 0.024866821244359016, 0.05536919832229614, -0.010202162899076939, - -0.020066037774086, 0.048420973122119904, 0.0857125073671341, -0.02258986420929432, - 0.05377509072422981, -0.09515134245157242, -0.08309456706047058, - -0.05304271727800369, 0.029987746849656105, -0.09026727825403214, - 0.0354100726544857, 0.07136169821023941, -0.06224576011300087, 0.07983366400003433, - -0.0046916198916733265, 0.032581429928541183, -0.0025315869133919477, - 0.10119310766458511, 0.05592355504631996, -0.009310317225754261, - 0.044404733926057816, 0.01950003020465374, -0.06128828600049019, - 0.013873089104890823, -0.05333055555820465, -0.032496944069862366, - 0.11790121346712112, 0.06302899867296219, 0.001413266989402473, - -0.015547992661595345, -0.028823282569646835, -0.06419643014669418, - -0.022287461906671524, 0.01917594112455845, -0.09462381154298782, - 0.02762274071574211, 0.04257830232381821, -0.019871346652507782, - -0.0057535781525075436, 0.0515865683555603, -0.056179631501436234, - -0.009118308313190937, -0.05442684516310692, 0.20192265510559082, - 0.019257444888353348, 0.09137202799320221, -0.007544997148215771, - -0.04680367931723595, 0.03156602382659912, 0.02729184366762638, 0.04332410544157028, - 0.0034267534501850605, -0.07495336979627609, -0.08029742538928986, - -0.027876969426870346, -0.08882420510053635, -0.023102162405848503, - -0.01746348664164543, -0.00961090624332428, 0.04458015784621239, - -0.07251683622598648, 0.07056577503681183, -0.0998329222202301, - 0.024026181548833847, 0.11592208594083786, -0.1077517420053482, - -0.0016619720263406634, -0.12148767709732056, 0.05166782811284065, - 0.018348123878240585, -0.04759831726551056, -0.06906186789274216, - -0.08447746187448502, -0.1272725611925125, 0.026294540613889694, - -0.02846234105527401, -0.04601640626788139, 0.08510027825832367, - 0.01921931467950344, -0.028459718450903893, -0.05956205353140831, - 0.01985280029475689, 0.046748898923397064, -0.0765579417347908, 0.0892062708735466, - 0.06046484783291817, -0.04787855222821236, -0.010812820866703987, - 0.01600823923945427, 0.017755022272467613, -0.05117795243859291, - -0.07391584664583206, 0.005541530437767506, -0.013164247386157513, - 0.09359889477491379, 0.011361407116055489, -0.09167121350765228, - 0.003598150098696351, -0.0750252902507782, 0.02567395009100437, 0.02767506241798401, - -0.0449209026992321, 0.04350654035806656, 0.03201712667942047, 0.0471932627260685, - 0.03579625487327576, -0.03156204894185066, 0.03820011392235756, - -0.018681621178984642, -0.04659796506166458, -0.008474200032651424, - -0.01016288623213768, -0.010123293846845627 - ], - [ - -0.04925481602549553, 0.01004877220839262, 0.009024522267282009, - 0.05946175754070282, 0.012904350645840168, -0.015932554379105568, - 0.07300125062465668, 0.03425324708223343, 0.014874407090246677, - -0.05550605058670044, 0.05164175108075142, -0.09521234035491943, - -0.029536742717027664, 0.06033818796277046, -0.024600721895694733, - 0.0853099375963211, -0.12166199833154678, -0.02303595468401909, - -0.07659320533275604, 0.05420172959566116, 0.013472389429807663, - 0.0023596365936100483, 0.02450147084891796, -0.05517316982150078, - 7.536279008490965e-5, -0.014821362681686878, 0.033793095499277115, - 0.04146734997630119, 0.029915353283286095, 0.06860718131065369, - -0.001991437515243888, 0.023223865777254105, -0.009566686116158962, - -0.05462708696722984, -0.027624206617474556, -0.016507893800735474, - 0.04432185739278793, -0.017627932131290436, 0.03734889626502991, - 0.02220589853823185, -0.010226701386272907, 0.02821923978626728, 0.1128774881362915, - -0.0379331037402153, -0.010990051552653313, -0.013304423540830612, - -0.03342970460653305, 0.035917505621910095, 0.06500616669654846, - -0.07310209423303604, 0.05044664070010185, 0.03981286287307739, - -0.029454123228788376, -0.0819661095738411, -0.05093628913164139, - 0.011768266558647156, -0.06929820030927658, 0.06080584228038788, - 0.07039196789264679, 0.001282324199564755, 0.02140456810593605, - -0.05443185940384865, -0.012106355279684067, 0.023981526494026184, - -0.004266804549843073, -0.05520346015691757, 0.0015752254985272884, - 0.027693910524249077, 0.050476036965847015, -0.05062025412917137, - 0.07949024438858032, 0.01235027052462101, 0.040973812341690063, - 0.013067972846329212, -0.10850132256746292, 0.02135499380528927, - 0.12872205674648285, 0.09280078858137131, -0.028542879968881607, - 0.024825382977724075, -0.03867145627737045, -0.00639856792986393, - 0.03116658329963684, 0.03168357163667679, 0.0504736565053463, 0.029673945158720016, - 0.09686747193336487, 0.06462810933589935, -0.10431593656539917, 0.1346571147441864, - -0.013697967864573002, -0.04397503286600113, -0.04771892726421356, - 0.0069762784987688065, -0.07099037617444992, -0.05605839937925339, - -0.015403753146529198, 0.08400991559028625, 0.017276335507631302, - 0.040816646069288254, 0.10472679883241653, 0.035688985139131546, - -0.024334540590643883, -0.008884500712156296, -0.02113046869635582, - 6.558713357662782e-5, -0.01825055480003357, -0.04579890891909599, - -0.005168349947780371, -0.04833671823143959, -0.02829846180975437, - 0.041243527084589005, 0.06815235316753387, 0.08154264092445374, -0.1021462231874466, - -0.0029207770712673664, -0.04207989200949669, -0.019620520994067192, - -0.000861352717038244, -0.016328519210219383, 0.023877723142504692, - -0.04811730980873108, 0.019302930682897568, 0.0851784497499466, - 0.0009309945744462311, -0.07663866132497787, -0.04226681590080261, - 0.027570033445954323, 0.05763503536581993, -0.0635295882821083, 0.00875934585928917, - -0.015108101069927216, 0.054524876177310944, -0.02691560424864292, - -0.11392530798912048, -0.024055151268839836, 0.03186853229999542, - -0.07223111391067505, -0.04254014045000076, -0.005831039045006037, - -0.02772662416100502, -0.09025908261537552, -0.04468156397342682, - 0.07743633538484573, 0.0190499909222126, -0.0028145804535597563, - 0.045458849519491196, -0.05761435627937317, -0.062080614268779755, - -0.009458594024181366, -0.046356622129678726, 0.02279185689985752, - -0.026357851922512054, -0.0607093870639801, 0.013329576700925827, - -0.003074693726375699, -0.002873278921470046, 0.007126325741410255, - 0.015973342582583427, 0.04006928205490112, 0.0376923605799675, - 0.0070320297963917255, 0.05058929696679115, 0.00435491930693388, - 0.03680148720741272, -0.0036920967977494, -0.056885991245508194, - -0.05882721394300461, -0.03842844069004059, 0.14390897750854492, - 0.028375087305903435, 0.04216375574469566, -0.036958370357751846, - -0.049403946846723557, 0.03502301871776581, 0.03010174259543419, - 0.010150370188057423, -0.01914593018591404, -0.10779386013746262, - 0.004026000387966633, 0.06107298284769058, 0.006871880032122135, - 0.07103277742862701, 0.01967654749751091, 0.06868268549442291, 0.08354136347770691, - -0.0457460843026638, -0.06613146513700485, -0.05903075635433197, - 0.023240208625793457, 0.0113552650436759, 0.006470790598541498, - -0.039849504828453064, 0.09797577559947968, -0.03932451456785202, - 0.019798018038272858, 0.046979863196611404, -0.10486344993114471, - 0.006884364876896143, -0.018714435398578644, -0.008624021895229816, - -0.02587515115737915, -0.0768921822309494, 0.03867032378911972, 0.04853135347366333, - 0.04363279789686203, 0.03878035396337509, -0.03482804819941521, - 0.021527620032429695, -0.09769313037395477, 0.10474894195795059, 0.0670318454504013, - -0.0785834938287735, 0.04835039749741554, 0.029145672917366028, - -0.006090685725212097, -0.012983542867004871, -0.011390586383640766, - 0.09052233397960663, -0.02280179224908352, 0.11630166321992874, - -0.040625184774398804, -0.01856282167136669, 0.024228788912296295, - -0.09455277770757675, -0.08434522897005081, -0.019905218854546547, - -0.07783320546150208, 0.028294134885072708, 0.000923752028029412, - 0.014019769616425037, -0.030580556020140648, -0.007065307814627886, - -0.05887047201395035, 0.01918480172753334, -0.010515226051211357, 0.008412498049438, - 0.08111633360385895, -0.024440104141831398, 0.04261930659413338, - 0.025426413863897324, 0.09709079563617706, -0.036358337849378586, - -0.03822145238518715, -0.12256202101707458, 0.10328711569309235, - -0.09922377020120621, -0.0821087658405304, -0.09130506962537766, - 0.03155147656798363, 0.03793947026133537, -0.04259450361132622, - -0.08342289179563522, -0.015014232136309147, 0.07743757963180542, - -0.06943435221910477, -0.09460616856813431, -0.0917847752571106, - 0.022867467254400253, -0.00569846061989665, -0.0036114805843681097, - 0.0031450227834284306, 0.03524233028292656, 0.08844535052776337, - -0.07254447042942047, 0.09597862511873245, 0.06727328151464462, - 0.030752208083868027, -0.06804873049259186, -0.042162127792835236, - 0.02739548683166504, -0.0017558916006237268, -0.06194794178009033, - 0.04118629917502403, -0.09240520000457764, -0.004151591565459967, - 0.06296838074922562, 0.020768780261278152, -0.009426514618098736, - -0.011502995155751705, 0.012842846103012562, 0.041253961622714996, - -0.053221527487039566, -0.010393074713647366, 0.008612852543592453, - -0.01681375876069069, -0.059709079563617706, -0.00070958212018013, - -0.0024008657783269882, 0.01696254312992096, 0.010460619814693928, - 0.08544299006462097, -0.030321376398205757, -0.10307925939559937, - -0.03224310278892517, -0.02475215308368206, -0.020896032452583313, - 0.025942275300621986, 0.08299557864665985, -0.022152047604322433, - -0.046384140849113464, -0.010286640375852585, -0.027198631316423416, - -0.13528135418891907, -0.03570903465151787, 0.051588259637355804, - -0.05655011907219887, -0.011837533675134182, -0.047270480543375015, - 0.07629667967557907, 0.08454449474811554, -0.06719184666872025, 0.09797296673059464, - 0.016064759343862534, 0.04763475060462952, 0.01984926499426365, - -0.013533235527575016, 0.07902324199676514, 0.023964954540133476, - 0.035598818212747574, 0.014823159202933311, 0.05356963723897934, - 0.015821125358343124, -0.07068383693695068, 0.05546604096889496, - 0.041406698524951935, 0.05561958998441696, 0.06869960576295853, -0.0487482026219368, - 0.04771766811609268, -0.02043943852186203, 0.024127015843987465, -0.017409672960639, - 0.02503301203250885, -0.03636672720313072, -0.032350845634937286, - -0.019447321072220802, -0.0063761272467672825, -0.018260428681969643, - -0.004392482340335846, 0.001825791783630848, -0.010523561388254166, - -0.0629153624176979, 0.0609077550470829, 0.054036758840084076, 0.08047497272491455, - 0.08383529633283615, 0.044669799506664276, 0.058231860399246216, - -0.060473810881376266, -0.009608459658920765, 0.06266507506370544, - -0.10719986259937286, -0.06119735911488533, 0.025294672697782516, - 0.07715301215648651, 0.0625443309545517, 0.00668852124363184, -0.02724364958703518, - 0.02858932875096798, -0.061784736812114716, 0.08406581729650497, - -0.08235839009284973, 0.06165995076298714, 0.04829438030719757, - 0.026236670091748238, -0.00945834256708622, -0.03428630530834198, - -0.06894857436418533, 0.04784083738923073, -0.02101849392056465, - -0.030336273834109306, -0.0456387996673584, 0.030878257006406784, - 0.04481520131230354, 0.048829540610313416, -0.03237678483128548, - -0.03456174582242966, 0.012044129893183708, 0.025657447054982185, - 0.0787937194108963, -0.08623611927032471, -0.0401359423995018, -0.027686482295393944 - ], - [ - -0.07138669490814209, -0.04783089831471443, -0.0673891082406044, - 0.028653768822550774, 0.07381507754325867, 0.04056856781244278, - 0.017327697947621346, 0.04431522637605667, 0.03684645891189575, - -0.013795167207717896, -0.0036057522520422935, -0.07073450088500977, - 0.03667942434549332, -0.0533505417406559, 0.002712755464017391, - 0.031500235199928284, 0.018703114241361618, -0.005017428658902645, - -0.05859457328915596, -0.018954329192638397, -0.01688895747065544, - -0.06007850170135498, -0.0861794650554657, 0.04622418060898781, - 0.026601191610097885, 0.022169528529047966, 0.04984112083911896, - 0.04157029837369919, 0.009391583502292633, -0.024074794724583626, - 0.08174194395542145, 0.07662928849458694, 0.05199442058801651, 0.048007041215896606, - 0.04169495031237602, -0.015172157436609268, 0.037221670150756836, - -0.04071088135242462, -0.0300156082957983, 0.05020599812269211, - -0.01654232293367386, -0.01454263273626566, -0.009035041555762291, - -0.03878993168473244, 0.003146767383441329, 0.04454384744167328, - 0.0009798533283174038, 0.016363922506570816, 0.013918746262788773, - 0.011056835763156414, -0.061404865235090256, 0.04414834827184677, - 0.004752738401293755, -0.018811576068401337, -0.05196327343583107, - 0.008640413172543049, -0.0556662492454052, -0.05533822998404503, - -0.0024636159650981426, -0.01014801301062107, 0.01198912039399147, - -0.008562734350562096, 0.05500515550374985, -0.03973928093910217, - -0.04489016532897949, -0.01725221797823906, -0.02995133213698864, - -0.06027606874704361, -0.017338663339614868, 0.024220338091254234, - 0.03738519921898842, 0.02308838814496994, -0.01892266795039177, - -0.026694215834140778, -0.08458929508924484, 0.07462191581726074, - -0.060624703764915466, 0.02262713760137558, 0.01587871089577675, - -0.039048291742801666, 0.03265220299363136, -0.05342583730816841, - -0.0024102316237986088, -0.004462241195142269, 0.048190705478191376, - -0.05379927530884743, -9.765487629920244e-5, 0.07663416862487793, - 0.035322707146406174, -0.043608203530311584, -0.016361482441425323, - 0.03678597882390022, -0.006990157067775726, -0.019215479493141174, - -0.014050460420548916, 0.04038383811712265, 0.029772067442536354, - 0.007108783815056086, 0.017917267978191376, 0.05647045001387596, - -0.016830282285809517, -0.013673961162567139, 0.047971390187740326, - 0.03139182925224304, 0.0011210942175239325, -0.02956065535545349, - 0.03195037692785263, 0.01755806989967823, 0.05171303451061249, 0.05856683477759361, - -0.04785719886422157, 0.02970498986542225, 0.04069839417934418, - 0.011069891043007374, -0.012741053476929665, 0.037848394364118576, - 0.10136789828538895, 0.045946553349494934, -0.047954119741916656, - 0.03387985751032829, 0.054960865527391434, 0.07406997680664062, -0.0659632757306099, - -0.03686586394906044, -0.04462546482682228, -0.05048917979001999, - 0.009729603305459023, -0.043069690465927124, -0.015767540782690048, - -0.006894464138895273, -0.028965774923563004, -0.011955862864851952, - -0.056507352739572525, 0.006379058118909597, -0.02527996338903904, - 0.005526599008589983, -0.039024703204631805, 0.02508709207177162, - 0.05793841555714607, -0.03771732375025749, -0.025969095528125763, - 0.06852362304925919, 0.005161653272807598, -0.07354945689439774, - 0.046814415603876114, -0.04081856086850166, 0.013164887204766273, - -0.07250504940748215, 0.056058358401060104, -0.049706969410181046, - -0.0502319410443306, -0.05611753091216087, 0.002847604686394334, - 0.040048979222774506, 0.010660978965461254, 0.00012288686411920935, - -0.025208311155438423, 0.012782753445208073, -0.05911296606063843, - 0.0006844876916147768, 0.0036439578980207443, -0.023876801133155823, - 0.00596404355019331, 0.011720462702214718, -0.07346679270267487, - 0.07079674303531647, -0.07258963584899902, 0.04301911219954491, - -0.029060376808047295, -0.004249710589647293, -0.006835137959569693, - 0.015515953302383423, 0.10144760459661484, 0.020188122987747192, - -0.00279851071536541, 0.03696775808930397, 0.04879285767674446, - 0.009622691199183464, -0.015297284349799156, 0.025353247299790382, - -0.10377482324838638, -0.04929991811513901, -0.059741728007793427, - -0.0322493314743042, -0.03524447977542877, -0.034248754382133484, - -0.03184092044830322, 0.013281682506203651, -0.013028866611421108, - -0.019742930307984352, -0.010698070749640465, -0.09178470820188522, - -0.09185473620891571, -0.037190038710832596, -0.06280890852212906, - -0.05653364583849907, 0.03774801269173622, 0.07259830832481384, -0.0384117029607296, - 0.07684088498353958, 0.004279788583517075, 0.13046801090240479, - -0.031122855842113495, 0.11187591403722763, 0.003310199361294508, - 0.027445979416370392, 0.04266466572880745, 0.04720526933670044, 0.01908225007355213, - 0.0083000548183918, -0.039605896919965744, 0.0783640667796135, 0.013419519178569317, - -0.03357097506523132, 0.026242464780807495, 0.027844088152050972, - 0.07980760931968689, 0.01747431978583336, -0.044953603297472, -0.029877234250307083, - -0.013675437308847904, 0.013097172603011131, 0.02269596979022026, - -0.007144490722566843, 0.025478430092334747, 0.08741700649261475, - -0.04766545072197914, 0.04221613332629204, -0.03814968839287758, - -0.005958886817097664, -0.021845649927854538, -0.030969616025686264, - 0.07521671801805496, -0.00218890025280416, 0.005400215741246939, - 0.01841319166123867, 0.01358292531222105, -0.04404490068554878, 0.0707867220044136, - -0.013720571994781494, 0.046979792416095734, -0.09545166790485382, - -0.04212150350213051, 0.06167894974350929, 0.019270872697234154, - 0.028196701779961586, -0.018926454707980156, 0.0205539483577013, - 0.017392784357070923, 0.005931307561695576, 0.044113535434007645, - 0.09246036410331726, 0.024637233465909958, -0.045453719794750214, - -0.02041086181998253, -0.012113170698285103, -0.025328416377305984, - 0.008369382470846176, 0.040563229471445084, -0.020875873044133186, - 0.021442808210849762, -0.004917443264275789, 0.04766185209155083, - -0.007958672940731049, 0.02813945896923542, -0.005605100188404322, - 0.016686901450157166, 0.009194405749440193, -0.024239223450422287, - -0.010341806337237358, -0.061866309493780136, -0.019928518682718277, - -0.012831641361117363, -0.05149512365460396, -0.01416478119790554, - -0.004033106379210949, -0.00439493078738451, 0.02695021778345108, - 0.037636157125234604, -0.11765048652887344, -0.03615760803222656, - -0.027242569252848625, -0.0028667652513831854, -0.0030690189450979233, - -0.0011609940556809306, 0.04588490352034569, -0.043388139456510544, - -0.0690746009349823, -0.03058803454041481, -0.04947463423013687, - 0.008246482349932194, -0.06955511122941971, 0.06927430629730225, - 0.0065191639587283134, 0.01136790495365858, -0.06230440363287926, - 0.029791710898280144, 0.007934978231787682, 0.05447662994265556, - 0.018830139189958572, -0.03253965452313423, 0.01992926187813282, - 0.08400532603263855, 0.0021682146470993757, 0.03227697312831879, - -0.008784133940935135, 0.017165696248412132, 0.022118009626865387, - -0.02546658366918564, -0.06556641310453415, -0.04376358911395073, - 0.05491090193390846, 0.05388505011796951, 0.05541815981268883, 0.036874208599328995, - 0.02055373787879944, 0.032635483890771866, 0.07975877076387405, - 0.022448409348726273, -0.003476872108876705, 0.05384506285190582, - -0.005076983477920294, 0.05047224462032318, 0.1071622371673584, 0.02780940756201744, - -0.02602151595056057, -0.035975050181150436, -0.026639079675078392, - -0.059453852474689484, -0.045667897909879684, 0.054421573877334595, - 0.029121410101652145, 0.020394470542669296, -0.04923390969634056, - -0.013224189169704914, 0.05851878970861435, -0.07822226732969284, - -0.08382643014192581, 0.017564140260219574, -0.07579424977302551, - -0.0408220998942852, -0.04544082656502724, 0.025508636608719826, - 0.03602398559451103, 0.06643492728471756, 0.06713151186704636, -0.05027276650071144, - -0.034806523472070694, 0.03772096708416939, 0.047352638095617294, - -0.06736339628696442, -0.10220160335302353, -0.048212163150310516, - -0.07825121283531189, 0.04040927067399025, 0.005528073757886887, - -0.0335162915289402, 0.008874930441379547, -0.0024692616425454617, - 0.00978761911392212, 0.02365465834736824, -0.013285123743116856, - 0.03953074291348457, -0.043023426085710526, 0.0144087765365839, - -0.09370319545269012, -0.02368621900677681, -0.0254813265055418, - 0.02604231797158718, -0.033285368233919144, -0.04332510009407997, - -0.02796245366334915, 0.07447600364685059, 0.033254995942115784, - 0.0011808123672381043, -0.006002300884574652, -0.06558601558208466, - 0.035863738507032394, -0.07618441432714462, -0.004718852695077658, - -0.009546415880322456, 0.03965188190340996, -0.042419929057359695, - 0.019260505214333534 - ], - [ - 0.06279430538415909, 0.027254434302449226, 0.009236898273229599, - -0.004304808098822832, 0.06548944860696793, 0.007214761804789305, - -0.12637047469615936, 0.05282279849052429, 0.08659065514802933, 0.04542886093258858, - -0.014421883039176464, 0.09149888157844543, -0.06764410436153412, - -0.037060774862766266, -0.002771112835034728, -0.01908208429813385, - -0.037252575159072876, -0.06795530021190643, -0.041998349130153656, - -0.007360246032476425, -0.08021160960197449, -0.0070737977512180805, - -0.00552728958427906, 0.05401883274316788, 0.012027740478515625, - 0.019376816228032112, 0.05721932649612427, 0.05621349811553955, 0.00263490853831172, - -0.06554394215345383, 0.07813595235347748, 0.060404371470212936, - 0.013911139219999313, -0.05806111544370651, 0.07554763555526733, - -0.01910603977739811, 0.015838731080293655, -0.03778501972556114, - -0.024572240188717842, 0.03547579422593117, 0.02285916730761528, - -0.03374985232949257, 0.03757406398653984, -0.05128677934408188, - -0.006804830394685268, -0.01952323131263256, 0.052950162440538406, - 0.026955941691994667, 0.04650624096393585, 0.03471733629703522, 0.03900320827960968, - -0.007512453943490982, -0.05332588404417038, -0.03367989510297775, - 0.01656859554350376, 0.031442612409591675, -0.04651299864053726, - 0.07228399068117142, 0.01315078791230917, 0.01072232611477375, 0.05222325772047043, - 0.06909126788377762, -0.06341458857059479, 0.036766376346349716, - 0.0029371585696935654, 0.0006451981025747955, -0.05779816955327988, - -0.03165540099143982, -0.022524461150169373, 0.026367828249931335, - -0.016474120318889618, 0.02352328971028328, -0.07003689557313919, - 0.0668313130736351, 0.021231619641184807, 0.026986978948116302, - -0.04604639485478401, 0.05328819155693054, 0.05446183308959007, - -0.023019906133413315, -0.01557215116918087, -0.12134558707475662, - 0.007205871865153313, -0.0398896262049675, 0.001415811711922288, - -0.014213398098945618, -0.05495554208755493, 0.06108145788311958, - 0.05655457079410553, -0.043333616107702255, 0.03302842751145363, - -0.03077324666082859, -0.01674780622124672, -0.05858542397618294, - -0.05065438151359558, 0.06170574575662613, -0.014660298824310303, - 0.0042647914960980415, -0.05022547394037247, 0.00950409285724163, - 0.03648246079683304, -0.004271355457603931, 0.042582184076309204, - -0.039097484201192856, 0.026450859382748604, -0.0030178488232195377, - -0.016753576695919037, 0.06275881081819534, 0.042763032019138336, - 0.02372114732861519, -0.10953125357627869, 0.14119452238082886, 0.05199085921049118, - 0.07005694508552551, -0.009481962770223618, 0.04814814403653145, - 0.009219999425113201, 0.04684969037771225, -0.026455042883753777, - 0.010930623859167099, -0.058914296329021454, 0.043910279870033264, - -0.03762107342481613, -0.060173362493515015, -0.029882654547691345, - -0.13870495557785034, -0.0719037726521492, -0.04443774372339249, - 0.03375836834311485, -0.00644864933565259, 0.06672682613134384, 0.0660475417971611, - -0.0804281160235405, 0.02134694531559944, -0.027932224795222282, - -0.03233954310417175, -0.09680231660604477, -0.011511142365634441, - 0.021521108224987984, 0.04131016507744789, 0.002622404135763645, - 0.025989839807152748, 0.06451981514692307, -0.031207559630274773, - -0.016286654397845268, 0.062227945774793625, 0.05695126950740814, - -0.051433056592941284, 0.04028535634279251, -0.1080094650387764, - 0.07919654995203018, -0.03271235153079033, 0.016121838241815567, - -0.026539361104369164, 0.019479118287563324, 0.04467802494764328, 0.011297557502985, - -0.023164547979831696, 0.005119519308209419, -0.0568639412522316, - -0.13437803089618683, -0.004185211844742298, -0.036875203251838684, - 0.026858018711209297, 0.006494117900729179, -0.052698224782943726, - 0.05006597191095352, -0.02263786271214485, 0.028555557131767273, - -0.08521828055381775, 0.00974895991384983, 0.009223311208188534, - 0.03334592282772064, 0.031058406457304955, 0.09715934097766876, - 0.005270309280604124, 0.07347314804792404, 0.025120936334133148, - 0.011510603129863739, -0.013863177970051765, -0.06983716785907745, - -0.04008740559220314, 0.020352613180875778, -0.05652141571044922, - -0.07840482890605927, -0.006918125785887241, -0.015605652704834938, - -0.024497447535395622, 0.007350579369813204, 0.03319544345140457, - -0.02822534553706646, 0.024732191115617752, -0.12022510915994644, - -0.018295224756002426, -0.022855402901768684, -0.06852150708436966, - 0.05870436877012253, 0.08350539952516556, -0.03763820603489876, - 0.010674851946532726, 0.046082742512226105, 0.02468244917690754, - 0.04848170280456543, 0.09932855516672134, 0.0014122443972155452, - 0.036606255918741226, 0.13698485493659973, 0.1073213741183281, 0.10302884876728058, - 0.016167620196938515, -0.02909672260284424, 0.0488806813955307, 0.14068642258644104, - 0.1326947957277298, 0.04820830374956131, -0.0033783463295549154, - 0.09833463281393051, 0.040119338780641556, 0.054337095469236374, - -0.00452380022034049, -0.0012640205677598715, -0.08639763295650482, - -0.08752257376909256, -0.02759239450097084, -0.034574948251247406, - 0.017255136743187904, -0.06314460933208466, -0.017958952113986015, - 0.055332958698272705, 0.10020824521780014, -0.016405027359724045, - -0.0002641707251314074, 0.03250053524971008, -0.0007543436367996037, - 0.015742281451821327, -0.02305862121284008, 0.04037793353199959, - -0.04394987225532532, -0.04394952580332756, -0.0969502180814743, 0.038343396037817, - -0.12446827441453934, -0.0007907302351668477, -0.035600706934928894, - -0.04824806749820709, -0.01003887690603733, 0.03195815533399582, - 0.013616382144391537, 0.023057550191879272, -0.023995231837034225, - 0.019418321549892426, 0.09950225800275803, -0.0237562395632267, - 8.095000521279871e-5, -0.03227321431040764, 0.07656997442245483, - -0.04453350231051445, 0.0731923058629036, -0.003074446227401495, - -0.03322220593690872, 0.07785304635763168, 0.0026439307257533073, - -0.08595569431781769, -0.04348503798246384, 0.04095881059765816, - 0.018371781334280968, -0.08452291786670685, -0.1023792177438736, - -0.04949570074677467, -0.0678209662437439, -0.04659288376569748, - -0.04576490446925163, -0.053306709975004196, 0.05482081323862076, - -0.015495538711547852, -0.06701747328042984, -0.03779799863696098, - -0.0365586094558239, -0.04341745376586914, 0.05674022436141968, - 0.0019744946621358395, -0.044028811156749725, 0.04761785641312599, - 0.05494045466184616, -0.07433466613292694, 0.05393548682332039, - -0.020175589248538017, -0.023922426626086235, -0.038911256939172745, - -0.001952646067366004, -0.08414242416620255, -0.00010145487613044679, - -0.025076912716031075, 0.01802183873951435, -0.009933914989233017, - -0.033622030168771744, 0.0017802190268412232, 0.044948529452085495, - 0.037234917283058167, 0.044094279408454895, 0.008668432012200356, - 0.10377375036478043, 0.11487045884132385, 0.031523529440164566, 0.06578532606363297, - 0.002915718825533986, -0.08828435838222504, -0.03507190942764282, - 0.10270648449659348, 0.02770097926259041, 0.006737112533301115, - -0.03617468103766441, -0.01974293403327465, 0.0478607602417469, - -0.07110745459794998, 0.02500746212899685, 0.03460045903921127, 0.06830617040395737, - 0.048389703035354614, 0.04701681062579155, 0.0024148263037204742, - -0.022538231685757637, 0.02725563757121563, 0.06351407617330551, - 0.053136732429265976, -0.11604121327400208, 0.026899034157395363, - -0.04433300346136093, 0.01720980927348137, -0.07624787092208862, - 0.010974838398396969, -0.010333545506000519, -0.03166121244430542, - 0.040464527904987335, -0.08952835947275162, 0.07920815795660019, - 0.0035642858128994703, -0.10563725233078003, -0.00012830877676606178, - 0.027131909504532814, 0.05753511190414429, -0.015605260618031025, - 0.08536672592163086, -0.04440677911043167, 0.09436801820993423, - 0.039988450706005096, -0.05601509287953377, 0.007434696890413761, - 0.0022496029268950224, 0.00035089082666672766, -0.07242131978273392, - -0.08521652966737747, 0.008962023071944714, -0.03597523272037506, - 0.03768889233469963, -0.005614877212792635, 0.041669007390737534, - -0.036710575222969055, -0.07267255336046219, 0.04149580001831055, - -0.043074026703834534, -0.040281154215335846, 0.08030170202255249, - -0.039822470396757126, -0.02074022777378559, -0.057906027883291245, - -0.07172900438308716, -0.07305274158716202, -0.02245328016579151, - -0.05359475687146187, -0.02836522087454796, -0.07376953214406967, - 0.0015446533216163516, -0.028496602550148964, 0.032845500856637955, - -0.01228516548871994, -0.025740481913089752, 0.02549637109041214, - -0.06976334005594254, 0.0032109254971146584, -0.028937429189682007, - 0.02940267138183117, 0.012591137550771236, -0.013004014268517494 - ], - [ - 0.010806823149323463, 0.01630270853638649, -0.062491416931152344, - -0.1753663271665573, -0.10601913928985596, -0.035635605454444885, - 0.04233391582965851, 0.008704244159162045, -0.08234056085348129, - 0.011399846524000168, -0.04261980950832367, -0.029106369242072105, - 0.0021874653175473213, -0.04450373351573944, 0.011192242614924908, - -0.03126584365963936, 0.021042432636022568, -0.014997105114161968, - -0.03130800649523735, 0.06877605617046356, 0.013316584751009941, - 0.027395019307732582, 0.07928287982940674, 0.06844407320022583, 0.04783407598733902, - -0.034050967544317245, 0.017709380015730858, 0.058715928345918655, - -0.056424207985401154, 0.08211307227611542, 0.004994596820324659, - -0.033879198133945465, 0.023764533922076225, 0.03871176764369011, - 0.013694706372916698, -0.010071231983602047, 0.008283437229692936, - -0.07522862404584885, -0.007782160770148039, 0.013157574459910393, - -0.09775961935520172, -0.02300352416932583, 0.06291838735342026, - 0.024421170353889465, -0.06935186684131622, 0.03854900598526001, - 0.03340456262230873, 0.06453664600849152, -0.0033324745018035173, - 0.023207129910588264, -0.03065364807844162, 0.059472884982824326, - -0.06648006290197372, -0.05410967022180557, 0.05505301058292389, -0.065743088722229, - 0.03422851860523224, -0.02332531288266182, -0.021816696971654892, - -0.010355405509471893, -0.06261894851922989, 0.042034585028886795, - -0.0027931828517466784, 0.08327195048332214, -0.02030443213880062, - 0.02792704664170742, 0.01888548955321312, -0.021670807152986526, - -0.03452545031905174, -0.005140593741089106, 0.04092606157064438, - 0.06610431522130966, 0.049102783203125, 0.007374854292720556, 0.011778561398386955, - 0.05880419537425041, -0.0063366577960550785, -0.04752231016755104, - 0.02229280211031437, 0.09916642308235168, -0.06979190558195114, 0.04604130983352661, - 0.037507448345422745, 0.03820246458053589, 0.02184273488819599, - -0.01965458318591118, -0.024706151336431503, -0.049735669046640396, - 0.048078443855047226, -0.0938875749707222, 0.014131714589893818, - -0.06131863594055176, 0.06155681610107422, 0.02469676546752453, - -0.06616752594709396, 0.04307021200656891, 0.027866747230291367, - 0.007761792279779911, -0.06521990895271301, -0.052978720515966415, - -0.05800405144691467, 0.006414582021534443, -0.056086648255586624, - 0.06931735575199127, 0.06704799830913544, 0.10672306269407272, 0.04942306503653526, - 0.009771335870027542, -0.02985251508653164, -0.0664956346154213, - 0.03846600651741028, -0.07335972785949707, -0.013205012306571007, - -0.001507198205217719, 0.006019356194883585, 0.04250651225447655, - 0.008263721130788326, 0.058004848659038544, -0.009584637358784676, - -0.0618835985660553, 0.03984823822975159, -0.003836967283859849, - -0.06865952908992767, 0.005582123063504696, 0.056832969188690186, - -0.008813797496259212, -0.08119745552539825, 0.048802003264427185, - 0.04272658750414848, 0.03885142505168915, 0.059441111981868744, - -0.07390782982110977, -0.10033611953258514, -0.0029582364950329065, - 0.03707944601774216, 0.03275751695036888, -0.005009154789149761, - 0.07305531948804855, 0.05641661584377289, 0.033837199211120605, - -0.0014870059676468372, -0.043021395802497864, -0.04981077089905739, - 0.022750498726963997, 0.033357784152030945, -0.06457476317882538, - 0.029666274785995483, 0.02328844740986824, 0.03869413584470749, - -0.018936283886432648, 0.02151699922978878, 0.0001640611153561622, - -0.054468777030706406, -0.027627665549516678, -0.012266416102647781, - -0.02616892382502556, 0.08142223954200745, 0.003508397378027439, - -0.03907392919063568, -0.038563378155231476, 0.04203427955508232, - 0.03741429001092911, 0.01307577732950449, -0.05122438445687294, - -0.008042252622544765, -0.032295774668455124, 0.02721908502280712, - -0.010222513228654861, 0.021071169525384903, -0.026811031624674797, - 0.013078736141324043, -0.012852695770561695, -0.0043425178155303, - 0.058411721140146255, -0.07772152870893478, -0.019858958199620247, - -0.07423347979784012, -0.04263162612915039, -0.0925246998667717, - 0.01723502017557621, 0.020584510639309883, -0.016313401982188225, - -0.002163620898500085, -0.04967466741800308, -0.07245049625635147, - -0.0018010195344686508, -0.03824501484632492, -0.06883826106786728, - -0.06039929389953613, 0.032921530306339264, 0.012190901674330235, - 0.035094115883111954, -0.06000654026865959, -0.0477486215531826, 0.0705268532037735, - 0.022056620568037033, -0.0927802175283432, -0.0014705467037856579, - 0.09360833466053009, -0.002057502744719386, -0.00593881169334054, - 0.046058814972639084, -0.01647346094250679, -0.08610304445028305, - 0.13405990600585938, 0.042052965611219406, 0.022527148947119713, - -0.10664282739162445, -0.07240980863571167, 0.10949375480413437, - -0.039834391325712204, 0.006599321961402893, -0.02936381660401821, - -0.10013414174318314, -0.06145782768726349, -0.02758926711976528, - -0.015304316766560078, -0.031184006482362747, 0.11520149558782578, - -0.059396564960479736, -0.04950875788927078, 0.025205688551068306, - -0.029820222407579422, -0.00015294209879357368, 0.01828334853053093, - -0.04250158742070198, 0.029647761955857277, -0.020288491621613503, - -0.04814578592777252, 0.00572560727596283, -0.0012276057386770844, - -0.03494381532073021, -0.04378531500697136, 0.016802923753857613, - -0.02494712918996811, 0.028755171224474907, -0.026033977046608925, - -0.10481200367212296, -0.025085793808102608, -0.0567089281976223, - 0.07295458018779755, 0.0011176654370501637, -0.013906179927289486, - -0.05366610363125801, 0.05540645867586136, -0.03492114692926407, - -0.011060744524002075, -0.017027607187628746, 0.01907682605087757, - -0.002977365395054221, -0.02783202938735485, -0.059022750705480576, - -0.0035125978756695986, 0.03047025017440319, -0.09088964015245438, - 0.07604428380727768, 0.0030547156929969788, -0.10302544385194778, - 0.0035699792206287384, -0.04170486330986023, -0.11846885830163956, - 0.09977608919143677, -0.0336613729596138, 0.013431352563202381, - -0.07602336257696152, -0.06648954004049301, 0.007977618835866451, - 0.039320215582847595, -0.002191939391195774, 0.029338398948311806, - 0.0615469291806221, -0.020225170999765396, 0.07578753679990768, - 0.014054992236196995, 0.008542430587112904, 0.05009009316563606, - -0.0023339102044701576, -0.06489446014165878, 0.018735362216830254, - 0.04346664622426033, -0.0809452086687088, 0.11667691171169281, 0.1221357062458992, - -0.07609201222658157, 0.12986616790294647, -0.07611269503831863, - -0.05238857865333557, 0.023513251915574074, -0.0010311728110536933, - 0.10811224579811096, -0.06120157241821289, 0.08881034702062607, - -0.05176198482513428, 0.07667597383260727, -0.013283103704452515, - -0.08861783891916275, -0.049790751188993454, 0.014167078770697117, - 0.004814474377781153, -0.019090106710791588, 0.06545869261026382, - 0.014440429396927357, 0.04539676383137703, 0.0022830856032669544, - 0.047552332282066345, 0.0511629693210125, -0.015170536935329437, - 0.03059076890349388, 0.005441611632704735, -0.04275621101260185, - -0.0014943695859983563, -0.0584239698946476, -0.04969256743788719, - 0.00558613333851099, 0.11995474994182587, 0.007537332363426685, - -0.015533235855400562, -0.05951300635933876, 0.03588584065437317, - -0.012740310281515121, 0.05495612695813179, 0.038770683109760284, - -0.0015292344614863396, -0.1338118314743042, -0.07986663281917572, - 0.03250395134091377, -0.035423386842012405, -0.026863757520914078, - -0.025113705545663834, -0.00914030708372593, 0.05329402536153793, - 0.06052921339869499, 0.07657242566347122, 0.0041169472970068455, - -0.06617606431245804, 0.004201285075396299, 0.018589718267321587, - -0.0895066037774086, -0.004668260924518108, 0.05427580326795578, - -0.057148635387420654, 0.01181029062718153, 0.002494873246178031, - 0.0021963082253932953, -0.07980693876743317, -0.002001863671466708, - 0.04719552770256996, -0.021287571638822556, 0.03528561815619469, - -0.006653289310634136, -0.04400499537587166, -0.005297468509525061, - -0.017354687675833702, 0.03721234202384949, 0.015262555330991745, - -0.02402237243950367, 0.01706976629793644, -0.11595572531223297, - -0.030839772894978523, -0.0678650289773941, -0.03452654927968979, - -0.01507712621241808, -0.04459185525774956, 0.018969330936670303, - -0.0021773804910480976, 0.06428348273038864, 0.1218169704079628, - -0.007606441155076027, -0.0021552161779254675, -0.08830484002828598, - 0.03872527927160263, 0.06423535197973251, -0.015576936304569244, - 0.006799401715397835, 0.025028223171830177, -0.015232543461024761, - 0.01184123009443283, -0.004996930714696646, 0.07367780804634094, - -0.015799686312675476, -0.00743546849116683, -0.02823939546942711, - 0.061013363301754, 0.03499428182840347 - ], - [ - -0.03657134622335434, 0.005147866904735565, 0.025128955021500587, - -0.008499626070261002, 0.015677353367209435, 0.011030025780200958, - -0.005924533121287823, -0.09295008331537247, -0.030836153775453568, - -0.07102681696414948, -0.044520702213048935, -0.04626505449414253, - -0.02876230701804161, 0.00022966544202063233, -0.04062166064977646, - 0.02364511974155903, 0.026511991396546364, -0.04726862534880638, 0.0037798045668751, - 0.021176571026444435, 0.057648997753858566, 0.021956294775009155, - 0.01097008679062128, -0.05602160096168518, 0.03954128175973892, 0.04399432986974716, - -0.08770827203989029, 0.02319984883069992, 0.04027461260557175, - -0.04345370829105377, -0.008064487017691135, -0.09475913643836975, - -0.006330364383757114, -0.024225806817412376, 0.060233261436223984, - 0.02290491946041584, -0.014889074489474297, -0.03733312338590622, - -0.01937953010201454, -0.025865379720926285, 0.04890407621860504, - -0.023480845615267754, -0.030962776392698288, -0.034165993332862854, - -0.02768605388700962, 0.0076735420152544975, 0.016899416223168373, - 0.051019251346588135, 0.032968372106552124, -0.0014308019308373332, - 0.06898819655179977, 0.06081235408782959, -0.07492519915103912, - -0.010819713585078716, 0.00962565653026104, 0.04545876011252403, - -0.0015688551357015967, 0.0014655283885076642, 0.04356936365365982, - -0.04221026599407196, 0.06416717916727066, -0.03447340801358223, - -0.09793892502784729, -0.0174793042242527, -0.014135421253740788, - -0.059043146669864655, -0.05997280403971672, 0.006777382455766201, - -0.04442057013511658, -0.0005081568961031735, 0.026242123916745186, - -0.0287312064319849, 0.04629157483577728, -0.0486316941678524, - 0.0059632291086018085, -0.016902966424822807, 0.09076681733131409, - -0.056455984711647034, 0.03739176318049431, 0.031688787043094635, - 0.006746730301529169, -0.025679809972643852, -0.06100338697433472, - 0.029029622673988342, 0.034005723893642426, -0.02386336587369442, - 0.05759352445602417, -0.0711265429854393, -0.016761217266321182, - 0.05361760035157204, 0.04736977070569992, -0.06134188920259476, -0.0640525296330452, - 0.016286902129650116, 0.015785671770572662, 0.052592549473047256, - 0.014038789086043835, 0.06104006618261337, 0.050073858350515366, - -0.034846801310777664, 0.057037971913814545, 0.03769996762275696, - -0.022482825443148613, 0.04070037603378296, 0.05146785452961922, - 0.05237634852528572, -0.04956553876399994, -0.03608902916312218, - 0.015086348168551922, -0.013637394644320011, 0.08748520910739899, - -0.05511070042848587, 0.08333530277013779, 0.018618043512105942, - -0.03016417659819126, 0.027487972751259804, -0.05005601793527603, - -0.026337938383221626, -0.0714455097913742, 0.03714679926633835, - 0.0023937327787280083, -0.0065444414503872395, -0.024878431111574173, - 0.05692180618643761, 0.003377297194674611, 0.03448719158768654, - 0.015881534665822983, -0.022482896223664284, 0.019414905458688736, - -0.02118280529975891, -0.01998201198875904, -0.051119156181812286, - 0.02839854545891285, -0.0557381846010685, -0.043113283812999725, - -0.006247326731681824, 0.042980071157217026, 0.06770078837871552, - -0.003975442610681057, 0.007708344142884016, -0.0024319805670529604, - -0.0947764441370964, 0.023609215393662453, 0.002306885551661253, - -0.02329910360276699, -0.03846210986375809, -0.021157989278435707, - -0.03832465410232544, -0.031903643161058426, -0.045566048473119736, - 0.03297790139913559, 0.07108033448457718, 0.010501694865524769, - -0.09094492346048355, 0.03197762370109558, -0.0057369377464056015, - 0.03297954425215721, 0.010943908244371414, 0.017317425459623337, - 0.06673705577850342, -0.0236352551728487, 0.020924272015690804, - -0.01499746460467577, -0.0016829761443659663, 0.0017380263889208436, - -0.006333034951239824, 0.019538458436727524, -0.08170419931411743, - -0.014674008823931217, 0.008065683767199516, 0.00584173109382391, - 0.0025447679217904806, -0.0741393119096756, -0.06620398908853531, - 0.018210744485259056, 0.038347676396369934, 0.015835685655474663, - 0.022434888407588005, -0.008156499825417995, -0.0008659412851557136, - -0.034355465322732925, 0.012322479858994484, -0.024099817499518394, - 0.022784734144806862, 0.029014509171247482, 0.0317254401743412, - 0.049158502370119095, 0.050854235887527466, -0.005764365661889315, - 0.053881868720054626, 0.03064139187335968, -0.03821578994393349, - 0.04608817771077156, -0.013284365646541119, 0.019429249688982964, - 0.025795400142669678, -0.04685625433921814, -0.028602832928299904, - 0.04385282099246979, 0.0036506187170743942, -0.03259001299738884, - 0.003488356014713645, 0.04971605911850929, -0.033748868852853775, - -0.019340811297297478, -0.03954385221004486, -0.04964500293135643, - -0.012790407054126263, -0.0989803820848465, 0.019002286717295647, - 0.06128061190247536, -0.033840473741292953, 0.016561128199100494, - -0.010530585423111916, -0.03462586924433708, -0.0002926512679550797, - -0.025684846565127373, -0.048699650913476944, -0.02051771804690361, - -0.010572363622486591, 0.03581991419196129, -0.028758367523550987, - 0.03946862369775772, -0.04819381982088089, 0.014251704327762127, - 0.011678783223032951, -0.02527773752808571, 0.005367479287087917, - -0.002855120925232768, -0.06824221462011337, 0.044212616980075836, - -0.006014616694301367, -0.050565969198942184, 0.053772252053022385, - -0.0570632703602314, 0.02989007905125618, 0.012236159294843674, 0.07654789835214615, - -0.027005424723029137, -0.02181839756667614, 0.015201933681964874, - 0.10058673471212387, 0.07938721030950546, -0.005784935317933559, - -0.04064381495118141, 0.026320112869143486, 0.05447825789451599, - -0.04236723855137825, -0.021863829344511032, 0.04545428976416588, - -0.0488969087600708, -0.03601476177573204, -0.006439108867198229, - 0.02764672040939331, -0.04293019697070122, 0.03931432589888573, - -0.08550552278757095, 0.07532474398612976, 0.022752242162823677, - 0.040078822523355484, -0.02134304866194725, 0.013251731172204018, - 0.05442884936928749, -0.0015381008852273226, -0.0024499439168721437, - -0.07510226219892502, 0.10484626889228821, 0.018857227638363838, - 0.00843846146017313, -0.028969382867217064, 0.03763638809323311, - 0.004015821497887373, -0.03739860653877258, -0.023308802396059036, - -0.011179262772202492, -0.001976963132619858, 0.04254547134041786, - 0.04931889474391937, 0.0022474222350865602, 0.04287979379296303, - -0.021372510120272636, 0.010637587867677212, -0.012566827237606049, - -0.023845572024583817, -0.05366167053580284, 0.0045805154368281364, - 0.007896320894360542, 0.030182698741555214, 0.08634039759635925, - 0.05466758459806442, 0.02954884059727192, 0.07721259444952011, - -0.009618829935789108, 0.01895471103489399, 0.05809548869729042, - 0.028581606224179268, -0.007448835298418999, 0.025878192856907845, - -0.04227827116847038, 0.02153838239610195, 0.07081880420446396, - -0.011311057955026627, -0.0005645320052281022, 0.0068559120409190655, - -0.06333370506763458, 0.02034146711230278, -0.007660278584808111, - 0.014303123578429222, 0.01410613115876913, -0.027917245402932167, - -0.04831035062670708, -0.022257210686802864, 0.07304321974515915, - -0.08753938972949982, -0.001030317391268909, 0.03959769010543823, - 0.031416840851306915, -0.08563687652349472, 0.048641834408044815, - 0.019831670448184013, -0.038551829755306244, -0.014590166509151459, - -0.07738561928272247, -0.0904979258775711, -0.041873469948768616, - -0.008337155915796757, -0.03461417555809021, 0.04615181311964989, - -0.015155219472944736, 0.019490312784910202, 0.016156816855072975, - -0.003268551081418991, -0.039154913276433945, 0.027717195451259613, - -0.0789455994963646, -0.047005970031023026, -0.02863183245062828, - 0.01690724678337574, 0.0262906514108181, 0.05283751338720322, -0.0168202742934227, - -0.05050838738679886, -0.06448399275541306, 0.09402129799127579, - -0.07641619443893433, -0.006971285212785006, 0.060483045876026154, - 0.03385321423411369, 0.01582820899784565, 0.008345034904778004, - -0.0016272093635052443, 0.026977652683854103, 0.007793201599270105, - -0.04704896733164787, -0.03478600084781647, -0.005628223065286875, - 0.0241907499730587, -0.03868357092142105, 0.021883919835090637, - -0.09145782142877579, -0.012083319015800953, 0.06950455904006958, - -0.07035266607999802, 0.03454078361392021, 0.015151401050388813, - 0.019649893045425415, 0.018362129107117653, 0.06372636556625366, - 0.01681394875049591, 0.06350574642419815, 0.07531670480966568, 0.06426011770963669, - -0.04927371069788933, 0.026391102001070976, 0.01514572836458683, - -0.05491958558559418, 0.08869259059429169, -0.02907710149884224, - 0.024416068568825722, -0.0009427817421965301, -0.011229271069169044, - 0.017405100166797638, 0.01687048189342022, -0.03247850760817528 - ], - [ - 0.03540893644094467, 0.013383365236222744, -0.005055080633610487, - 0.04867454618215561, 0.005403201095759869, 0.04705991595983505, - 0.012836906127631664, 0.007818239741027355, 0.007397215813398361, - 0.025341587141156197, -0.0705583319067955, 0.06196564435958862, - -0.027498986572027206, 0.11434091627597809, 0.0810656026005745, - -0.05760052800178528, -0.013813752681016922, -0.022035660222172737, - 0.0670045018196106, -0.060216233134269714, -0.03580494970083237, - -0.022349165752530098, 0.019674107432365417, -0.04014257341623306, - -0.004337548278272152, 0.011092491447925568, -0.004813786130398512, - -0.061083998531103134, 0.0006323865382000804, -0.012245585210621357, - -0.05919433385133743, -0.020945750176906586, 0.04481213539838791, - -0.029036516323685646, 0.004961139522492886, 0.08875963091850281, - -0.032357845455408096, -0.04071413353085518, -0.03501909598708153, - -0.052540373057127, 0.023661084473133087, 0.053440745919942856, 0.03483601287007332, - 0.022242605686187744, 0.031489018350839615, -0.029856976121664047, - 0.0068079703487455845, 0.00016006028454285115, -0.0305143054574728, - -0.028908470645546913, 0.060294561088085175, -0.012141925282776356, - -0.010547013022005558, -0.04680221155285835, -0.024952154606580734, - 0.06802229583263397, 0.002171770203858614, 0.07951986789703369, 0.07698359340429306, - 0.005216098390519619, 0.0026341513730585575, -0.0852714478969574, - -0.050772774964571, 0.04208746179938316, -0.020282160490751266, - 0.027035776525735855, -0.05545268580317497, 0.02826453186571598, - 0.02579154074192047, -0.09542742371559143, 0.02623649127781391, - -0.03163157403469086, 0.027994753792881966, -0.05712255835533142, - -0.019472412765026093, -0.0015667262487113476, 0.12847287952899933, - -0.047606706619262695, 0.016453232616186142, -0.017120011150836945, - -0.040478236973285675, -0.007030555047094822, -0.017194649204611778, - 0.020880496129393578, 0.015575570985674858, 0.052514925599098206, - 0.012785428203642368, -0.01226618979126215, -0.09400492906570435, - -0.013007855974137783, -0.011711455881595612, -0.03842291980981827, - -0.027524661272764206, 0.04818723350763321, 0.016144460067152977, - -0.012921422719955444, -0.03400437533855438, 0.0018540755845606327, - -0.01423702109605074, 0.020397521555423737, -0.01682078093290329, - -0.01753520593047142, 0.03260812535881996, -0.054193165153265, -0.0675516352057457, - 0.002455096459016204, 0.04470483213663101, 0.05027684569358826, 0.0353991761803627, - -0.004175557754933834, 0.02092605270445347, -0.038257453590631485, - -0.01880578324198723, 0.06501690298318863, 0.020465241745114326, - 0.040541622787714005, -0.023037023842334747, 0.0065431599505245686, - 0.06563708931207657, -0.04644196853041649, 0.047273483127355576, - -0.060547828674316406, 0.02087869681417942, -0.054193317890167236, - 0.0374777652323246, -0.012597654946148396, -0.04050556197762489, - 0.04344652593135834, 0.012861790135502815, -0.07367254793643951, - 0.050928451120853424, 0.03209377080202103, -0.006437375210225582, - -0.05364000424742699, 0.034431520849466324, -0.02510969154536724, - 0.019104110077023506, 0.05017156898975372, -0.036152515560388565, - 0.03606376051902771, -0.06872038543224335, -0.10828620195388794, - 0.06309858709573746, -0.030028894543647766, -0.052213288843631744, - 0.029299570247530937, -0.04738357290625572, 0.05400058254599571, - -0.05023356154561043, 0.047875162214040756, -0.002858034335076809, - 0.06009810417890549, 0.026662027463316917, -0.05280539393424988, - 0.025001008063554764, -0.03907063603401184, 0.05294165015220642, - -0.07456891983747482, 0.014993807300925255, -0.007635238114744425, - -0.014859759248793125, 0.03249074146151543, 0.05987480282783508, 0.0510617196559906, - 0.020368890836834908, 0.021989207714796066, -0.019871054217219353, - -0.04437623918056488, 0.042987145483493805, 0.0712650939822197, - 0.006739635951817036, 0.04161868989467621, -0.03727612644433975, - 0.025245334953069687, 0.053509172052145004, -0.042981427162885666, - -0.01690295897424221, -0.01007287111133337, -0.024105798453092575, - -0.0008908906020224094, -0.01687902957201004, 0.05038880556821823, - 0.08544739335775375, 0.021831227466464043, 0.06529700011014938, - -0.0015449363272637129, -0.01009836420416832, -0.06071348488330841, - 0.005881370976567268, 0.008868246339261532, -0.006519954651594162, - 0.008134604431688786, 0.05348564311861992, 0.10469347983598709, - -0.04367048665881157, 0.012675854377448559, -0.04842265322804451, - -0.05760103091597557, 0.00850143563002348, -0.01691475324332714, - -0.03481215983629227, -0.03103366121649742, 0.05050698667764664, - -0.034493234008550644, -0.08564334362745285, -0.04851667582988739, - -0.011784646660089493, -0.017952343448996544, 0.006535673979669809, - 0.08819032460451126, -0.03662598133087158, -0.022532295435667038, - -0.017272481694817543, 0.002086708787828684, 0.0067452252842485905, - 0.03913810849189758, 0.030267542228102684, -0.07139769196510315, - -0.021658778190612793, 0.012056831270456314, 0.043043527752161026, - -0.0024295810144394636, -0.027526354417204857, -0.018582401797175407, - -0.0013789469376206398, -0.045365042984485626, 0.025473108515143394, - 0.03162067010998726, 0.0011935903457924724, -0.07745344191789627, - -0.010837760753929615, -0.03375163674354553, 0.004689515568315983, - -0.026054536923766136, -0.06579108536243439, 0.029009312391281128, - 0.023567495867609978, 0.028565462678670883, -0.07175663113594055, - -0.023132814094424248, 0.016943013295531273, 0.03574870526790619, - 0.06298321485519409, -0.008787949569523335, -0.006382709369063377, - 0.07344992458820343, -0.046081095933914185, 0.033749718219041824, - 0.07605817914009094, 0.051789429038763046, -0.0428742989897728, - -0.030517607927322388, -0.00293561234138906, 0.016513308510184288, - -0.07919014990329742, -0.023073380813002586, -0.029813585802912712, - 0.033067185431718826, 0.06532236188650131, 0.01997961848974228, - -0.06701604276895523, 0.01999039389193058, -0.025804977864027023, - 0.09645462781190872, 0.02314719557762146, -0.10655849426984787, 0.06621607393026352, - 0.0373573936522007, 0.04848695918917656, -0.03377633914351463, - -0.015728365629911423, 0.07963401079177856, -0.031307343393564224, - 0.06999724358320236, -0.005624318029731512, 0.03532559797167778, - -0.0059038205072283745, -0.09015941619873047, -0.023146968334913254, - 0.0337267704308033, -0.00572854233905673, 0.04865376651287079, 0.01245962455868721, - 0.019690964370965958, 0.07200270146131516, -0.04692354425787926, - 0.06791490316390991, 0.013175196945667267, 0.05844932049512863, 0.08092748373746872, - -0.0415215902030468, 0.05394858121871948, 0.010487145744264126, - -0.0025731755886226892, -0.027771838009357452, 0.00719334464520216, - 0.02650362439453602, -0.01903185248374939, -0.0014887063298374414, - 0.03194229304790497, -0.018849872052669525, -0.04510035365819931, - -0.013709211722016335, 0.026996703818440437, -0.09283339232206345, - -0.07081526517868042, -0.0010781215969473124, -0.03943130746483803, - -0.01824391819536686, 0.0566357858479023, -0.04443526640534401, - -0.06529664248228073, -0.02275058813393116, 0.00774530041962862, - 0.006642302963882685, -0.05096367374062538, -0.027390463277697563, - -0.018226174637675285, -0.03651737421751022, 0.02758670039474964, - -0.022709688171744347, 0.07343101501464844, -0.02498731203377247, - -0.06693258881568909, -0.0331772118806839, 0.027814671397209167, - -0.05655469372868538, 0.03329134359955788, 0.03348996862769127, 0.01379847340285778, - 0.025845015421509743, -0.013529123738408089, -0.04885649308562279, - -0.0039016937371343374, -0.06154030188918114, -0.057420823723077774, - -0.07456273585557938, 0.08886028826236725, 0.02204914391040802, - 0.021546918898820877, 0.005353355314582586, -0.00014078263484407216, - -0.059113264083862305, 0.0718994066119194, -0.07212195545434952, - -0.049296312034130096, 0.0734698623418808, 0.06307146698236465, - -0.003703489201143384, 0.04481063038110733, 0.01796911656856537, - 0.10470738261938095, 0.03982912376523018, -0.024737505242228508, - 0.04195437207818031, 0.016682341694831848, -0.05686521902680397, - -0.030178897082805634, 0.03781742602586746, -0.0890592634677887, - -0.017832022160291672, 0.07889601588249207, -0.10850599408149719, - 0.037321221083402634, 0.013542613945901394, 0.119295634329319, - -0.009391016326844692, 0.07025545090436935, 0.00898074172437191, - -0.022574514150619507, -0.04540959373116493, 0.05272948369383812, - -0.09813278913497925, 0.03275889903306961, -0.024351729080080986, - -0.03567676991224289, 0.0748494490981102, -0.05123290419578552, 0.0725223571062088, - 0.06877285242080688, -0.00923050008714199, 0.051285821944475174, 0.088542141020298, - 0.006334962788969278 - ], - [ - 0.013504952192306519, 0.007673158310353756, -0.018307296559214592, - 0.03521360084414482, -0.058315470814704895, 0.04437137022614479, - 0.039663732051849365, -0.030084021389484406, -0.016872156411409378, - -0.05223299562931061, -0.01632886566221714, 0.04201829060912132, - -0.05885281413793564, 0.03668734431266785, 0.01592307910323143, - -0.0024095154367387295, -0.010552354156970978, 0.03764290735125542, - -0.015920521691441536, -0.021721601486206055, 0.020914586260914803, - -0.019796324893832207, 0.049309346824884415, -0.018600162118673325, - 0.05531281232833862, 0.030561568215489388, -0.039496902376413345, - 0.004757080227136612, 0.0555691197514534, -0.011027953587472439, - -0.08379192650318146, -0.046583011746406555, -0.06957155466079712, - -0.04695720598101616, -0.037568069994449615, 0.030852213501930237, - -0.021541830152273178, -0.03562071546912193, 0.04974271357059479, - 0.022828930988907814, -0.028051847591996193, -0.008033338002860546, - 0.009179830551147461, -0.011853531002998352, -0.04156959056854248, - 0.0414091981947422, 0.03717467933893204, -0.030915765091776848, - 0.004836005624383688, -0.05786877125501633, 0.05084540694952011, - -0.008492729626595974, -0.08150246739387512, 0.03723812475800514, - 0.013613703660666943, 0.030005045235157013, 0.00491719413548708, - 0.03788929432630539, 0.04451415315270424, -0.007447522133588791, - 0.025950755923986435, -0.031501319259405136, -0.09145709127187729, - 0.04363559931516647, -0.031005891039967537, -0.030323868617415428, - 0.016988113522529602, 0.00698990048840642, -0.016650810837745667, - -0.008483917452394962, -0.03272366151213646, 0.008257811889052391, - 0.06456883996725082, -0.059750139713287354, 0.05266141891479492, - -0.01802888512611389, 0.10091617703437805, 0.03077946975827217, - -0.029914967715740204, 0.08788545429706573, 0.026214592158794403, - 0.009681934490799904, 0.015686500817537308, 0.028570041060447693, - 0.003939250949770212, -0.03789333626627922, 0.043638963252305984, - -0.057649821043014526, -0.01659943163394928, 0.0033670600969344378, - -0.04987649992108345, -0.0031240491662174463, 0.011131604202091694, - -0.04288233816623688, -0.04739414528012276, -0.04212295264005661, - -0.07957065105438232, 0.04837270826101303, -0.003922620322555304, - 0.022042756900191307, 0.04006502777338028, 0.08074992150068283, - -0.049963172525167465, 0.02700798772275448, -0.01085634808987379, - 0.0278351828455925, -0.004635033663362265, 0.018180327489972115, - 0.04177397862076759, -0.06044275313615799, 0.04577153921127319, - -0.07168634235858917, 0.03236476704478264, 0.013097581453621387, - -0.037427447736263275, -0.043407779186964035, -0.019175222143530846, - -0.0807209238409996, 0.04824459180235863, -0.029860720038414, -0.01362956129014492, - -0.04274944216012955, 0.027813395485281944, 0.015748394653201103, - -0.0561191588640213, -0.030913058668375015, -0.05647905915975571, - 0.016193734481930733, -0.021393902599811554, 0.002527403412386775, - 0.06239243596792221, -0.05832275375723839, -0.005543763283640146, - 0.0012754248455166817, 0.1033625677227974, 0.003245115512982011, - 0.06855520606040955, 0.04646281152963638, -0.007738947868347168, - -0.020836714655160904, -0.047944582998752594, -0.09684570878744125, - 0.02123302035033703, -0.003177137579768896, -0.04639670252799988, - 0.01769723929464817, -0.0027166884392499924, 0.024562139064073563, - -0.08475539088249207, 0.010216292925179005, 0.044699665158987045, - -0.018312504515051842, 0.010069192387163639, -0.01993880607187748, - 0.07480232417583466, -0.07800576835870743, -0.03609590604901314, - 0.04605595022439957, -0.024312205612659454, -0.008128916844725609, - -0.07752137631177902, 0.040365591645240784, 0.032169144600629807, - 0.013628508895635605, 0.06688864529132843, -0.07791287451982498, - 0.030376974493265152, -0.09137589484453201, -0.03464385122060776, - 0.021523253992199898, -0.04328757897019386, 0.02311018854379654, - 0.0023647344205528498, -0.023522362112998962, 0.022348545491695404, - -0.01785465143620968, -0.03427237272262573, 0.018521707504987717, - -0.054732777178287506, 0.016492104157805443, 0.05744802579283714, - -0.027112921699881554, 0.0022360633593052626, 0.0649615004658699, - 0.06277752667665482, 0.018681563436985016, 0.011907018721103668, - 0.014053979888558388, -0.01720590703189373, 0.029529530555009842, - 0.015292983502149582, 0.025916676968336105, 0.022606277838349342, - 0.08581477403640747, -0.040564797818660736, 0.05687858536839485, - 0.03155634552240372, -0.05778327211737633, 0.0124009745195508, -0.05454495549201965, - -0.05406644940376282, -0.10855299979448318, -0.031962309032678604, - -0.008311258628964424, -0.04497705027461052, -0.03463742882013321, - -0.02477382868528366, 0.012431248091161251, -0.03626163676381111, - -0.018208105117082596, 0.019757213070988655, -0.02660561352968216, - -0.030640216544270515, -0.027639338746666908, -0.04442779719829559, - 0.033951450139284134, -0.03789713606238365, -0.04250334948301315, - -0.010649729520082474, -0.03129802644252777, -0.051993027329444885, - -0.010080943815410137, 0.01029022503644228, 0.022316820919513702, - 0.028089627623558044, -0.03987545147538185, 0.0630006492137909, - 0.008265401236712933, 0.027112962678074837, -0.07633955776691437, - -0.042911771684885025, -0.017027664929628372, -0.00711881835013628, - 0.0490284226834774, -0.017766227945685387, 0.024015210568904877, - -0.08549283444881439, 0.0538184680044651, -0.043580297380685806, - 0.024889428168535233, -0.03347516059875488, 0.03426839038729668, - 0.05588757246732712, -0.016127586364746094, 0.028576232492923737, - 0.039995260536670685, -0.024875013157725334, -0.06637871265411377, - 0.03779607266187668, 0.017867209389805794, -0.07931789010763168, - -0.002847710158675909, -0.03479311615228653, -0.0018685684772208333, - -0.00021168212697375566, -0.07783393561840057, -0.05356716364622116, - 0.0010393394622951746, -0.006878654472529888, 0.0675860345363617, - 0.00404640706256032, 0.06541071832180023, 0.0471268929541111, 0.0037536174058914185, - -0.06375300884246826, -0.058634474873542786, 0.0346042737364769, - -0.0015680635115131736, 0.019647778943181038, 0.0012960148742422462, - 0.04107265546917915, 0.05301414057612419, -0.021375427022576332, - 0.03279276192188263, -0.03286776691675186, 0.0042783403769135475, - 0.030985644087195396, -0.09085967391729355, -0.04623711109161377, - 0.12830406427383423, 0.051241904497146606, 0.022560926154255867, - 0.0010752218076959252, -0.005927219055593014, 0.041536636650562286, - -0.014684715308248997, 0.015057740733027458, -0.04013456776738167, - 0.04968619346618652, 0.03595651313662529, -0.028303859755396843, - -0.006997838616371155, -0.04383071884512901, 0.049506139010190964, - 0.03748464211821556, 0.02018796280026436, 0.0260803010314703, -0.023826299235224724, - -0.03144234046339989, 0.03539169207215309, 0.025052431970834732, - -0.05600791797041893, 0.01329596433788538, -0.03295208513736725, - -0.027967743575572968, -0.01984836719930172, 0.03281013295054436, - -0.02179986611008644, -0.02367977984249592, 0.04126570001244545, - -0.027315502986311913, -0.07889378815889359, 0.009918387047946453, - 0.004853882826864719, -0.021600356325507164, 0.0488104373216629, - 0.007442645262926817, -0.006882733199745417, -0.024201011285185814, - -0.030582338571548462, -0.019101740792393684, 0.05844002217054367, - -0.06715834140777588, -0.06204357370734215, 0.03940683603286743, 0.0671888068318367, - 0.002046038629487157, 0.028745897114276886, -0.00037203592364676297, - 0.05114331841468811, -0.026470886543393135, 0.047927744686603546, - 0.0070083849132061005, 0.02919035218656063, -0.04036397486925125, - -0.06952212005853653, 0.024625703692436218, 0.10118097066879272, - -0.06039731204509735, -0.0022858816664665937, 0.006065032910555601, - -0.041745625436306, 0.02907741442322731, -0.03182290866971016, -0.01717955805361271, - 0.0054233563132584095, 0.06673520803451538, 0.002577178878709674, - 0.04427293315529823, -0.00651763379573822, 0.010435664094984531, - 0.09901160001754761, -0.038877688348293304, -0.023353928700089455, - 0.023149551823735237, 0.02337254211306572, 0.06428666412830353, - -0.00425449013710022, 0.04516289010643959, -0.05086108669638634, - -0.06303311884403229, 0.08340451121330261, 0.013491702266037464, - -0.0060738082975149155, 0.007125027012079954, 0.038710158318281174, - 0.09581687301397324, -0.0007793644326739013, -0.0352543368935585, - -0.004258279222995043, -0.02818533591926098, 0.08273283392190933, - -0.04982106015086174, -0.0050962381064891815, 0.028293002396821976, - -0.028777573257684708, 0.03716285899281502, -0.00966399721801281, - 0.0169809740036726, 0.06966260820627213, -0.01540468167513609, - -0.019762299954891205, 0.08185254782438278, 0.012635771185159683 - ], - [ - -0.018861496821045876, 0.040804777294397354, 0.0474759116768837, - -0.07034561038017273, -0.06676527857780457, 0.03171154856681824, - -0.09742265194654465, -0.08141624182462692, -0.06670532375574112, - -0.07669196277856827, -0.0359639972448349, 0.07656330615282059, - -0.04023502394556999, -0.007498940918594599, 0.025869814679026604, - -0.011594010517001152, -0.009269867092370987, -0.06621068716049194, - -0.02829662524163723, -0.08985837548971176, 0.04796508327126503, - 0.018760088831186295, -0.03720908612012863, 0.0329805463552475, 0.04079408198595047, - -0.026350457221269608, -0.0021605761721730232, 0.06462156772613525, - -0.012562014162540436, -0.06737066060304642, -0.05156104639172554, - -0.08158758282661438, -0.11466636508703232, -0.045800890773534775, - 0.021322399377822876, 0.09084390848875046, -0.01376209408044815, - 0.05960109829902649, 0.03684186562895775, 0.0043615312315523624, 0.1756555289030075, - 0.07282336801290512, 0.021371612325310707, 0.03883185610175133, 0.0330473966896534, - -0.09689158946275711, 0.11184640973806381, 0.029041871428489685, - 0.07562369853258133, 0.009010878391563892, -0.008755679242312908, - -0.0022802690509706736, -0.017181046307086945, -0.09273073822259903, - 0.037272192537784576, -0.04317954555153847, 0.06232220679521561, - 0.04451271891593933, 0.10985356569290161, -0.05224154517054558, - -0.015803497284650803, -0.01184500940144062, -0.08709435164928436, - -0.07653890550136566, 0.00797006580978632, -0.005024036392569542, - 0.05854548513889313, 0.026311691850423813, -0.08268001675605774, - 0.002362588420510292, -0.11852563172578812, -0.051417190581560135, - -0.030579086393117905, -0.0656505897641182, -0.00987220462411642, - 0.005803394131362438, 0.04887882620096207, -0.09637399017810822, - -0.06239413470029831, 0.08883286267518997, 0.015231149271130562, - -0.07207918912172318, -0.101622074842453, 0.09884146600961685, - -0.027174271643161774, 0.02366756834089756, -0.012689380906522274, - -0.018377961590886116, 0.06734282523393631, 0.011209703981876373, - -0.048630520701408386, 0.016385888680815697, -0.03563753142952919, - -0.019389603286981583, -0.014463044703006744, -0.020427674055099487, - -0.026028333231806755, 0.031360067427158356, 0.056471195071935654, - 0.01342231035232544, 0.0883401408791542, 0.02822292223572731, -0.07259369641542435, - -0.03423544391989708, -0.012682543136179447, 0.033499136567115784, - -0.01735520549118519, 0.042504969984292984, -0.026102179661393166, - 0.08607158064842224, 0.026176678016781807, 0.03307925909757614, - 0.006093721836805344, -0.032514411956071854, 0.04734402149915695, - 0.08603469282388687, -0.12028460204601288, -0.04594762995839119, - -0.08067541569471359, 0.11254449933767319, 0.03363557532429695, 0.06877342611551285, - 0.03705541044473648, 0.02119915746152401, -0.0718354880809784, -0.01597677543759346, - 0.07649267464876175, -0.033971816301345825, 0.046316906809806824, - 0.01927134208381176, -0.017274273559451103, -0.015554279088973999, - 0.10141830891370773, -0.04479890316724777, -0.03271452337503433, - 0.09620988368988037, 0.09053945541381836, 0.030175311490893364, - 0.041714221239089966, -0.034483652561903, -0.07931844145059586, - -0.08242256939411163, -0.028820188716053963, -0.0561811737716198, - 0.03557632490992546, -0.00013683459837920964, -0.04547461122274399, - -0.10330915451049805, -0.1180787906050682, -0.11284328997135162, - -0.038084693253040314, -0.046896208077669144, 0.037715621292591095, - -0.050048913806676865, 0.027428118512034416, 0.01405253354460001, - -0.03344421088695526, -0.02960132248699665, 0.08796867728233337, - 0.013668364845216274, -0.07045325636863708, 0.013386696577072144, - -0.045331571251153946, -0.02377043478190899, -0.05132339522242546, - -0.025003371760249138, 0.13541731238365173, -0.04158991202712059, - -0.07553236931562424, 0.0602157823741436, 0.056048426777124405, - -0.029121611267328262, -0.011159965768456459, 0.003050178987905383, - -0.010492106899619102, 0.03296057507395744, 0.06390886753797531, - -0.07468870282173157, 0.11216408014297485, 0.004161052871495485, - 0.003507493529468775, -0.0703214630484581, -0.0527050606906414, 0.05079219490289688, - 0.05620714649558067, 0.06664326786994934, 0.0459984727203846, -0.04078013449907303, - 0.06454621255397797, 0.0888737142086029, 0.0207295473664999, 0.11813735216856003, - 0.15102501213550568, 0.012350131757557392, -0.09915430098772049, - -0.05284735560417175, 0.04862039536237717, 0.0026822995860129595, - 0.027804234996438026, -0.011504912748932838, -0.07335926592350006, - -0.04066838324069977, -0.04501601308584213, -0.056057799607515335, - -0.0952315554022789, -0.05640565603971481, 0.04517977684736252, - 0.010215169750154018, -0.07382211089134216, 0.0485018715262413, - 0.0014247858198359609, -0.007111167535185814, 0.05918167904019356, - -0.05893908441066742, -0.07966965436935425, -0.02897254191339016, - -0.03798770532011986, -0.012951195240020752, -0.07764745503664017, - -0.005657690577208996, 0.009824845939874649, -0.06174026057124138, - 0.1263570934534073, 0.04456483945250511, 0.0021333079785108566, - -0.04488631337881088, 0.04311142489314079, 0.006515900604426861, - 0.08450881391763687, 0.036134883761405945, -0.014912878163158894, - 0.10686557739973068, 0.004579821135848761, 0.06405054032802582, - -0.07936091721057892, 0.06891307234764099, 0.04256094619631767, - -0.04120517894625664, -0.09034308046102524, -0.021038275212049484, - -0.0076581137254834175, 0.009421021677553654, 0.024881385266780853, - 0.05569717288017273, 0.037854332476854324, -0.0011226130882278085, - 0.05396684631705284, -0.1497749388217926, -0.03504994884133339, - -0.036620255559682846, -0.12672680616378784, 0.03269762173295021, - -0.024142079055309296, -0.09392552822828293, -0.02260429784655571, - -0.01445182878524065, -0.010861494578421116, 0.028137387707829475, - -0.004626416135579348, 0.06707547605037689, 0.01708427630364895, - -0.01592615433037281, 0.025606194511055946, -0.016317635774612427, - 0.07273532450199127, -0.020636267960071564, 0.15115781128406525, - -0.03792697563767433, 0.044819653034210205, 0.048317376524209976, - -0.014758406206965446, -0.07765677571296692, -0.0918131023645401, - 0.0914248526096344, 0.04383908957242966, 0.028241490945219994, 0.015425671823322773, - 0.03806426748633385, 0.007436261046677828, 0.05629986897110939, 0.07697249203920364, - -0.11616217344999313, -0.0735512226819992, -0.04306985065340996, - -0.0074361395090818405, 0.05836253613233566, 0.0314294770359993, - -0.03135717660188675, 0.07979096472263336, 0.05525154992938042, 0.02117004245519638, - 0.0406063050031662, -0.04371795803308487, -0.03541400656104088, - -0.013615729287266731, 0.05270015820860863, -0.03792353719472885, - 0.02817055583000183, -0.033028773963451385, -0.045723967254161835, - 0.04795893654227257, -0.08100981265306473, -0.09859922528266907, - 0.008188675157725811, -0.1015806645154953, 0.04930027574300766, - -0.015136557631194592, 0.0401776023209095, -0.03128979727625847, - 0.09914924204349518, -0.03150000050663948, 0.0021276427432894707, - 0.09261079877614975, 0.040881820023059845, 0.11053141951560974, - -0.03253035619854927, -0.027555426582694054, -0.09303487092256546, - 0.05381443351507187, -0.04005689546465874, -0.09194795042276382, - -0.02235051803290844, -0.03587476536631584, 0.04579797014594078, - 0.05707608908414841, 0.009483367204666138, -0.10078389942646027, - -0.024411799386143684, 0.08426433056592941, 0.01181028038263321, - -0.02496478706598282, -0.07770158350467682, 0.020960383117198944, - -0.02898147702217102, -0.002355592790991068, -0.13854530453681946, - 0.07580775022506714, 0.04734086990356445, -0.05985035002231598, - -0.05936652421951294, -0.014683990739285946, 0.03372177854180336, - -0.016186974942684174, -0.0459442064166069, -0.03158603608608246, - 0.015584614127874374, -0.031029587611556053, -0.06881600618362427, - 0.01711907424032688, -0.030268296599388123, 0.03359408676624298, - 0.05822908505797386, 0.04681151732802391, -0.04523490369319916, - -0.09055691212415695, 0.04504364728927612, 0.005723846144974232, - 0.054339464753866196, -0.0782516822218895, -0.021971145644783974, - 0.08867217600345612, -0.02606058493256569, 0.01827741414308548, 0.04269365221261978, - -0.006736927665770054, -0.03740249201655388, 0.03214731439948082, - -0.0031887348741292953, 0.04005449637770653, -0.004275902174413204, - 0.06777839362621307, -0.08656542003154755, 0.09741254895925522, - -0.08272359520196915, -0.000928879133425653, -0.014840466901659966, - -0.0277615487575531, 0.02556530386209488, -0.03344966471195221, - 0.0014745122753083706, -0.05459551885724068, -0.008966756984591484, - -0.011344892904162407, 0.018877988681197166 - ], - [ - 0.09310004115104675, 0.0070338468067348, -0.055247459560632706, 0.06495866179466248, - -0.03454669564962387, -0.009335331618785858, 0.031795747578144073, - -0.017683720216155052, -0.02886149100959301, -0.022478792816400528, - -0.11139027774333954, 0.006084543187171221, 0.0018996255239471793, - 0.0652373805642128, -0.003072258085012436, 0.022276245057582855, - -0.025567397475242615, 0.01854201965034008, 0.03544017672538757, - 0.03214392811059952, 0.0038951970636844635, 0.01204224769026041, - 0.06827721744775772, 0.01252609770745039, -0.0244322307407856, -0.04932568594813347, - -0.00589751685038209, 0.019319169223308563, -0.03184029832482338, - -0.0364416278898716, -0.042859625071287155, 0.005308890249580145, - -0.018538078293204308, -0.0217068400233984, -0.026992224156856537, - 0.06427430361509323, 0.0037958654575049877, -0.017743777483701706, - 0.04375767335295677, -0.010083881206810474, -0.03669624775648117, - -0.035853587090969086, 0.006035187281668186, 0.048971571028232574, - -0.05657625570893288, 0.06355976313352585, 0.05940985307097435, 0.0522545762360096, - 0.01792159676551819, -0.03150397166609764, 0.08394387364387512, - -0.0024486917536705732, -0.04743524268269539, 0.022686298936605453, - -0.010715313255786896, 0.09046609699726105, -0.0669444128870964, - 0.04177260026335716, 0.037871528416872025, -0.011309454217553139, - -0.011387652717530727, 0.012415552511811256, -0.027713719755411148, - -0.027000973001122475, 0.038590315729379654, 0.010550770908594131, - 0.010998313315212727, 0.0529867559671402, 0.0030808746814727783, - -0.09741991013288498, -0.009334348142147064, -0.08278680592775345, - -0.037193413823843, -0.10106384009122849, 0.07437027990818024, 0.06898797303438187, - 0.08294788748025894, 0.024538321420550346, 0.022078104317188263, - 0.03211525082588196, -0.03625457361340523, 0.07755883783102036, - 0.0022334514651447535, 0.0021705308463424444, 0.004519592504948378, - -0.013098867610096931, 0.035914383828639984, 0.040880948305130005, - -0.0882924422621727, -0.010721761733293533, 0.030049560591578484, - -0.06114569306373596, -0.04382874071598053, -0.03427990525960922, - -0.06913033872842789, 0.00016646619769744575, -0.02718384563922882, - -0.010998783633112907, 0.03685454651713371, 0.04206028953194618, - -0.015301069244742393, 0.04734262451529503, -0.016592707484960556, - -0.026874810457229614, 0.02563301846385002, -0.020350636914372444, - 0.01903807371854782, 0.05976027995347977, 0.03153577446937561, - 0.0057965959422290325, 0.04618813842535019, -0.03943392634391785, - 0.03795551136136055, 0.03449038416147232, 0.009246447123587132, - 0.012007034383714199, -0.03627409413456917, -0.050839293748140335, - 0.01825658418238163, 0.02987360581755638, 0.06050952151417732, -0.06275410950183868, - 0.010327092371881008, 0.030367057770490646, -0.031754281371831894, - 0.08475616574287415, -0.07978232949972153, -0.005735039710998535, - -0.011291786096990108, -0.03280531242489815, 0.06081073731184006, - 0.02552412636578083, 0.0008920103427954018, -0.057894229888916016, - 0.0683358833193779, -0.08698626607656479, 0.018198605626821518, - -0.009506338275969028, -0.06499112397432327, 0.010511091910302639, - -0.08171222358942032, 0.0065833949483931065, 0.014497848227620125, - -0.07889308780431747, 0.004157450515776873, -0.014473357237875462, - -0.09217078983783722, -0.008364805020391941, -0.05908151715993881, - -0.012887378223240376, 0.025678398087620735, 0.020687835291028023, - 0.05178940296173096, 0.05345694720745087, 0.015256139449775219, - -0.007398170419037342, -0.022138308733701706, 0.05278780683875084, - 0.0287095345556736, 0.025214407593011856, -0.001513643772341311, - 0.06215827539563179, 0.03518860042095184, -0.05893350765109062, 0.08941181749105453, - -0.004379051737487316, 0.04996785521507263, -0.01953720487654209, - -0.028586143627762794, 0.07392692565917969, -0.021340874955058098, - 0.04421086981892586, 0.0015171316917985678, 0.007716780062764883, - -0.019355984404683113, -0.016580455005168915, -0.029789455235004425, - 0.027030447497963905, 0.03757219389081001, -0.09230534732341766, - -0.053002726286649704, 0.0038000738713890314, 0.04450825974345207, - 0.04678879678249359, -0.015146102756261826, 0.006975160446017981, 0.053117785602808, - 0.005694794934242964, 0.011069322004914284, -0.015603329986333847, - 0.03731882944703102, 0.04812030866742134, 0.07089116424322128, 0.010484835132956505, - -0.007713016122579575, 0.006685486063361168, 0.021506622433662415, - 0.0192550215870142, 0.02995339035987854, 0.02298250049352646, 0.0619012713432312, - -0.014238384552299976, -0.04086494445800781, 0.029524270445108414, - -0.024121850728988647, -0.10435040295124054, -0.04899885132908821, - -0.055429328233003616, -0.004883165005594492, -0.02968122996389866, - -0.009758396074175835, -0.031983599066734314, -0.072784923017025, - 0.03383661061525345, 0.0504910908639431, -0.03869830444455147, -0.0259089432656765, - -0.12469348311424255, -0.10800819098949432, -0.022971011698246002, - -0.031325481832027435, -0.0561494417488575, 0.012512274086475372, - -0.0171711016446352, 0.0151912746950984, -0.05035144090652466, 0.04874895513057709, - -0.0050048609264194965, 0.04406597092747688, -0.055050309747457504, - -0.004576978273689747, 0.048034459352493286, -0.03534229099750519, - 0.0591362901031971, -0.055119145661592484, 0.030972912907600403, - -0.07099997252225876, 0.08366519212722778, -0.06579399853944778, - 0.027993645519018173, 0.016207333654165268, 0.03468110039830208, - 0.006228161510080099, 0.028381172567605972, -0.0034391582012176514, - -0.02064378745853901, 0.02222341299057007, -0.05385459586977959, - 0.027591025456786156, 0.01767912693321705, -0.0007471395074389875, - -0.012394259683787823, 0.041345857083797455, -0.04687347263097763, - -0.054303865879774094, -0.019683947786688805, -0.03005310893058777, - 0.014601560309529305, -0.044138770550489426, 0.001770137925632298, - -0.04033670201897621, -0.023387711495161057, 0.006676021963357925, - 0.014106173999607563, 0.04393205791711807, -0.12767162919044495, - 0.03007962927222252, 0.059111133217811584, 0.019918309524655342, - 0.060701027512550354, 0.040683671832084656, 0.014631453901529312, - -0.04911190643906593, -0.01911117509007454, 0.016727158799767494, - -0.010534830391407013, -0.020955495536327362, -0.01746433414518833, - 0.03889060020446777, 0.04151732102036476, 0.09274522215127945, 0.02905045822262764, - 0.036336496472358704, -0.034766651690006256, -0.02342681586742401, - -0.00567861320450902, 0.027929158881306648, 0.004512208513915539, - 0.04325856268405914, 0.07823425531387329, -0.029217202216386795, - -0.016308404505252838, -0.09869512915611267, -0.027909837663173676, - 0.031669605523347855, -0.008015495724976063, 0.012819812633097172, - -0.022973397746682167, -0.10179255157709122, -0.01879201829433441, - 0.03191105276346207, 0.010610041208565235, -0.06581409275531769, - 0.01926308125257492, -0.08491652458906174, -0.04951975867152214, - 0.01250844169408083, -0.032694011926651, -0.08965367078781128, 0.05391533672809601, - 0.021505195647478104, 0.011544416658580303, -0.002232306869700551, - 0.029343256726861, 0.0452621653676033, 0.06241660937666893, -0.004368967842310667, - 0.022543417289853096, 0.0011509304167702794, -0.03809240832924843, - 0.022900184616446495, 0.057465165853500366, 0.04794071987271309, - -0.01835252344608307, 0.024319959804415703, 0.0807308778166771, - -0.04583388939499855, -0.01633310317993164, -0.0027057884726673365, - 0.04042315110564232, 0.0038998532108962536, -0.01406801026314497, - -0.04043209180235863, 0.012374523095786572, -0.05020580068230629, - -0.08425527065992355, -0.007607307285070419, 0.008531130850315094, - -0.0788499265909195, -0.005766954738646746, -0.011438568122684956, - -0.04988929256796837, -0.04243766516447067, 0.04313817247748375, - -0.03873433545231819, -0.05528121814131737, 0.039366260170936584, - 0.016701409593224525, 0.026337845250964165, -0.062315333634614944, - -0.03322875127196312, 0.05369140952825546, -0.013810234144330025, - 0.034924235194921494, 0.03254079446196556, 0.004767136182636023, - 0.06702219694852829, -0.0024547078646719456, -0.02042534202337265, - -0.035006724298000336, -0.0221213661134243, -0.03686501458287239, - -0.05291063338518143, 0.0326969213783741, -0.001362568000331521, - 0.07211481034755707, 0.09880215674638748, -0.021760623902082443, - 0.02921614982187748, -0.04887519031763077, 0.014732775278389454, - 0.03164202347397804, -0.08803439140319824, -0.07277464121580124, - 0.006393092218786478, -0.016786852851510048, 0.022335750982165337, - -0.03739435225725174, 0.024004625156521797, 0.0515868216753006, - 0.024277640506625175, 0.02275761403143406, 0.057633232325315475, - -0.024976437911391258 - ], - [ - 0.00032674858812242746, -0.07550676167011261, -0.017339952290058136, - -0.03597251698374748, 0.02493138611316681, 0.06213168054819107, - 0.013486126437783241, 0.04842532053589821, 0.020338403061032295, - -0.036352623254060745, 0.022969648241996765, -0.012073528952896595, - -0.008992673829197884, 0.018283510580658913, 0.09472425282001495, - 0.07274358719587326, -0.01941060647368431, -0.056442469358444214, - -0.08299066126346588, -0.020973170176148415, -0.03798765689134598, - -0.07645684480667114, -0.0310182087123394, -0.007831371389329433, - -0.023736000061035156, 0.02243349701166153, 0.013833699747920036, - -0.013317171484231949, 0.08736961334943771, 0.0236832145601511, - 0.002066846238449216, -0.053901273757219315, 0.06812509149312973, - -0.07258404791355133, 0.030634192749857903, -0.00667178351432085, - -0.08700716495513916, -0.008692167699337006, -0.004453853238373995, - 0.02205747552216053, 0.011981939896941185, 0.03848201036453247, -0.0451803132891655, - 0.007455989718437195, 0.032499898225069046, 0.04008577764034271, - -0.09818494319915771, 0.03822839632630348, 0.0716019943356514, 0.03380207344889641, - -0.03609764948487282, -0.030123434960842133, 0.02659258432686329, - -0.02663464844226837, -0.10338637232780457, 0.037187036126852036, - -0.06071130558848381, -0.0002939433907158673, 0.06818629056215286, - -0.04284488409757614, 0.020486025139689445, -0.016837285831570625, - 0.019956151023507118, 0.0083548529073596, 0.00562219088897109, - -0.019710833206772804, -0.032522670924663544, -0.018987230956554413, - -0.033534012734889984, 0.03601358085870743, -0.09774616360664368, - 0.007822111248970032, -0.013477557338774204, 0.05715556815266609, - -0.07440992444753647, 0.08461038768291473, 0.006184813100844622, - 0.026280811056494713, -0.03350844979286194, -0.06001601368188858, - 0.037597380578517914, 0.01297970674932003, -0.07915198802947998, - 0.04986092448234558, 0.026496363803744316, 0.02843630500137806, - -0.010947458446025848, 0.0049363612197339535, -0.01585604064166546, - 0.01453362312167883, 0.07568563520908356, -0.05114021897315979, 0.02638177201151848, - 0.0011480131652206182, 0.06998062133789062, 0.026808304712176323, - 0.04391680657863617, 0.00460351025685668, -0.06199121102690697, 0.07470328360795975, - -0.0018014706438407302, -0.10854844003915787, -0.02791050262749195, - -0.02093573287129402, 0.03482651337981224, 0.008085926994681358, - 0.05955539643764496, -0.011272183619439602, -0.01896579936146736, - -0.04243907332420349, -0.04471701756119728, 0.0050002578645944595, - 0.0956675335764885, -0.028057357296347618, 0.03586748614907265, - 0.004498425405472517, 0.05253016576170921, -0.0256318598985672, - 0.018769077956676483, 0.054667118936777115, 0.015326269902288914, - -0.027880292385816574, -0.005184257868677378, -0.012452362105250359, - 0.016713039949536324, -0.02153848484158516, -0.0377410352230072, - -0.006795024964958429, -0.042967990040779114, -0.060396671295166016, - -0.015146613121032715, 0.007892853580415249, 0.007239317987114191, - 0.006348270922899246, -0.026780737563967705, -0.04358810931444168, - -0.06008013337850571, -0.07888563722372055, 0.02235420048236847, - -0.11818846315145493, 0.0193569827824831, 0.05874400958418846, 0.02416497841477394, - -0.0053245327435433865, 0.0002109163033310324, 0.05270832031965256, - -0.06097749248147011, -0.06921427696943283, -0.007975379936397076, - -0.012961679138243198, 0.061913520097732544, -0.041239183396101, - 0.025774577632546425, 0.0025784254539757967, -0.0005579956341534853, - -0.0412752702832222, -0.003339058253914118, -0.04439530149102211, - -0.0387471579015255, -0.026260675862431526, -0.0713919848203659, - 0.03458709269762039, -0.0640178993344307, 0.00629399111494422, - -0.027339255437254906, 0.036912523210048676, -0.08832362294197083, - 0.0027007258031517267, 0.06251610815525055, 0.05637487769126892, - -0.055474717170000076, -0.01148027740418911, 0.12437295913696289, - -0.025891797617077827, -0.036794263869524, -0.035323381423950195, - -0.011324477382004261, 0.008756551891565323, -0.02948758378624916, - 0.07295767217874527, -0.07537049800157547, -0.027771659195423126, - 0.060095421969890594, -0.08496443927288055, -0.03810489922761917, - 0.02131349965929985, -0.01920449361205101, 0.04702380672097206, - -0.03348720073699951, 0.05664448440074921, -0.02617267146706581, - 0.009502632543444633, -0.021192479878664017, 0.08704762160778046, - -0.013606015592813492, 0.02673208899796009, 0.04230540245771408, - 0.010405261069536209, 0.08079615980386734, -0.09745858609676361, - 0.01881757751107216, -0.003835486713796854, -0.01562660187482834, - 0.040811847895383835, 0.00033141786116175354, 0.028385890647768974, - 0.09339166432619095, -0.0021266327239573, 0.03125365823507309, 0.04649244621396065, - 0.04794368892908096, 0.019126800820231438, 0.017442720010876656, - -0.02112690918147564, 0.01369859091937542, 0.001437156810425222, - 0.045903369784355164, -0.11052211374044418, 0.033913079649209976, - 0.06838743388652802, 0.01610327884554863, -0.0770149677991867, - -0.027700388804078102, 0.04378471150994301, -0.05181852728128433, - 0.10979100316762924, -0.020865818485617638, 0.0384337455034256, -0.0770924985408783, - 0.021213334053754807, 0.043407611548900604, -0.04079683497548103, - 0.047122228890657425, 0.0404757596552372, 0.009359193965792656, 0.03479401022195816, - 0.05361410975456238, 0.018955424427986145, 0.03577914461493492, 0.03848360478878021, - -0.0032649424392729998, 0.008711354807019234, 0.02182559296488762, - 0.0617620050907135, -0.06413165479898453, 0.029056329280138016, - -0.02412337437272072, 0.058955010026693344, 0.012192763388156891, - -0.055708855390548706, -0.031561676412820816, 0.12790358066558838, - 0.06571518629789352, 0.057369034737348557, -0.03611958771944046, - 0.002173398854210973, 0.027219297364354134, 0.017759326845407486, - 0.04811619222164154, -0.05185671150684357, 0.012393832206726074, - -0.010058033280074596, 0.030653247609734535, 0.022104205563664436, - 0.07853108644485474, -0.018142186105251312, 0.046782780438661575, - -0.06889240443706512, -0.018498213961720467, 0.0730820894241333, - -0.012191331014037132, -0.07931102812290192, 0.05982508882880211, - -0.048610758036375046, -0.0091314148157835, -0.09670008718967438, - 0.08664899319410324, 0.017523786053061485, -0.037622079253196716, - -0.0645984634757042, 0.003965366631746292, 0.030738377943634987, - -0.06811090558767319, -0.027391700074076653, -0.00978612806648016, - -0.05062638595700264, -0.0021717664785683155, -0.06763365864753723, - 0.07486224919557571, -0.04191126301884651, -0.025572996586561203, - -0.04223361238837242, 0.062092166393995285, -0.029578009620308876, - -0.0030626459047198296, -0.0454767681658268, 0.05726492404937744, - -0.021929863840341568, 0.09306464344263077, 0.011472187004983425, - 0.09308328479528427, 0.06836648285388947, 0.05384693294763565, -0.03758109360933304, - 0.021866360679268837, -0.023548904806375504, -0.01504051685333252, - 0.018048616126179695, 0.05848167836666107, -0.03746533766388893, - -0.032010965049266815, 0.01459256187081337, 0.017437517642974854, - 0.11665946245193481, 0.034341420978307724, -0.020785078406333923, - 0.0675349235534668, 0.025309281423687935, 0.03902957960963249, - 0.00012249041174072772, 0.03697999566793442, -0.046632442623376846, - 0.08828092366456985, 0.06440029293298721, 0.07236091792583466, -0.02202422171831131, - 0.016814960166811943, -0.018092509359121323, -0.06841778755187988, - -0.05059776455163956, 0.023051239550113678, -0.024342352524399757, - 0.041920486837625504, 0.010600457899272442, -0.0656258761882782, - 0.05129490792751312, -0.10532864183187485, -0.08833932131528854, - 0.034492071717977524, -0.07886605709791183, -0.03120158240199089, - 0.0547514446079731, 0.06169912964105606, 0.010158974677324295, 0.09060012549161911, - 0.055834002792835236, -0.053328949958086014, 0.033732879906892776, - -0.05918842554092407, 0.012987902387976646, -0.011189686134457588, - -0.05649455264210701, 0.011885011568665504, 8.751396671868861e-5, - 0.04256192594766617, 0.0010600414825603366, -0.03898238763213158, - 0.0676955133676529, -0.024653835222125053, -0.0135880708694458, - -0.09221073985099792, 0.11305513232946396, 0.0509624257683754, 0.002087398897856474, - 0.07814692705869675, -0.096504345536232, 0.02826341614127159, -0.011666686274111271, - -0.03508375585079193, -0.06498457491397858, 0.048500217497348785, - -0.04091298580169678, -0.010005522519350052, 0.06818324327468872, - 0.07324192672967911, -0.009220000356435776, -0.04306907579302788, - -0.011922878213226795, -0.01676478236913681, 0.052110157907009125, - 0.026517191901803017, 0.016551561653614044, 0.08830667287111282, - -0.051794394850730896 - ], - [ - 0.05150453373789787, 0.062084298580884933, 0.03973137587308884, - -0.02917451225221157, -0.027884971350431442, 0.019582025706768036, - 0.013688155449926853, -0.031813155859708786, 0.04405355080962181, - -0.059334393590688705, -0.02554290182888508, 0.048444315791130066, - 0.05549221113324165, 0.0807417631149292, -0.028261082246899605, 0.02585967816412449, - 0.004417640622705221, 0.0050581530667841434, 0.051375992596149445, - -0.07396814227104187, 0.03796325623989105, -0.011764883995056152, - 0.05272853747010231, 0.014772784896194935, -0.05191876366734505, - -0.016034195199608803, -0.0076650409027934074, -0.008868836797773838, - 0.04751783236861229, -0.01400678139179945, -0.003876930568367243, - -0.0204444769769907, -0.024315834045410156, -0.02083527110517025, - -0.04335295036435127, 0.026609448716044426, 0.009867445565760136, - -0.08417709171772003, 0.002746018348261714, -0.07238920032978058, - -0.02943224273622036, -0.022617468610405922, -0.05659843981266022, - 0.03584366664290428, 0.04493413493037224, 0.05805095285177231, 0.031666554510593414, - 0.07184789329767227, 0.007644902914762497, -0.05527127534151077, - 0.041106488555669785, -0.057442907243967056, -0.008440729230642319, - -0.03856237977743149, -0.03630189225077629, -0.03918343409895897, - -0.029909243807196617, 0.013209080323576927, 0.01888318359851837, - -0.09377570450305939, -0.023467887192964554, 0.010819656774401665, - -0.006544106174260378, 0.06215876340866089, 0.05233188718557358, - 0.009367972612380981, -0.04217667132616043, 0.06815802305936813, - -0.03834434226155281, -0.003761458210647106, -0.05380730703473091, - -0.017040379345417023, 0.028583168983459473, -0.01268157921731472, - -0.01259616483002901, 0.08767875283956528, 0.06626461446285248, - -0.026571117341518402, -0.018414534628391266, 0.019577329978346825, - -0.030933436006307602, 0.06376282125711441, 0.036510542035102844, - 0.0069998824037611485, 0.006000296212732792, 0.03824152797460556, - -0.003389679826796055, -0.01867872104048729, -0.029696526005864143, - 0.03472014144062996, 0.01993599161505699, -0.04082572087645531, - -0.041654810309410095, 0.036257099360227585, -0.025280248373746872, - 0.02266695909202099, -0.022782331332564354, -0.02261016145348549, - 0.025706710293889046, 0.0216342993080616, -0.01164083182811737, 0.00995342805981636, - -0.0007628584280610085, -0.017630096524953842, 0.00766537943854928, - -0.030924033373594284, 0.015400194562971592, 0.0005066070589236915, - 0.04679935798048973, 0.024512605741620064, 0.02067928947508335, - -0.03224121779203415, 0.019352344796061516, 0.04254067689180374, -0.042922243475914, - 0.0008684862405061722, 0.01605761982500553, -0.021761637181043625, - 0.06013047695159912, 0.02015003003180027, -0.026163993403315544, - -0.03621263802051544, -0.01203858107328415, 0.0009413938387297094, - 0.028418732807040215, -0.022967731580138206, -0.04515298828482628, - 0.007840671576559544, -0.009556368924677372, 0.001519783167168498, - -0.030130023136734962, 0.016676388680934906, 0.047661200165748596, - -0.04318148270249367, -0.015089457854628563, -0.06348702311515808, - 0.08431590348482132, 0.005582648795098066, 0.002799747046083212, - 0.03789179399609566, -0.02643648162484169, -0.021406451240181923, - 0.09508290141820908, -0.03608935326337814, -0.014807411469519138, - 0.007516417186707258, -0.0704304426908493, 0.009209669195115566, - -0.023353446274995804, -0.00641022389754653, -0.002731049433350563, - 0.04576799273490906, 0.05900195240974426, 0.012495506554841995, 0.04597848281264305, - -0.07232411950826645, 0.06256590783596039, 0.03769620135426521, - -0.007653059903532267, -0.030104300007224083, 0.032154276967048645, - 0.04739871993660927, 0.0888698622584343, 0.044278308749198914, 0.06879422068595886, - -0.03667214885354042, 0.04855382815003395, 0.006555323023349047, - 0.04172707349061966, 0.01760251447558403, -0.005148839671164751, - -0.0039039449766278267, 0.00249819946475327, -0.049351297318935394, - -0.03879021108150482, -0.005486601032316685, 0.008944747969508171, - -0.02737422287464142, -0.013635710813105106, -0.06065947189927101, - 0.06546162813901901, 0.021443504840135574, 0.0003616187022998929, - 0.07156949490308762, 0.03914995864033699, -0.031071042641997337, - -0.02736581303179264, -0.0449288971722126, 0.02315475605428219, - 0.042622122913599014, -0.005898280534893274, 0.026053767651319504, - 0.07580950111150742, 0.07015768438577652, 0.05515073239803314, 0.042566630989313126, - -0.052837125957012177, -0.050182923674583435, 0.03170684725046158, - -0.06806620955467224, 0.02213824912905693, -0.07665941119194031, - -0.04507377743721008, 0.01009217370301485, -0.07510027289390564, - -0.0035920559894293547, -0.06960245221853256, -0.0074311112985014915, - -0.0233725905418396, 0.04816495627164841, 0.013798203319311142, -0.033570297062397, - -0.08957220613956451, 0.024919865652918816, -0.00690535269677639, - 0.0716460794210434, -0.04467396438121796, -0.07342212647199631, -0.0403544157743454, - 0.010149534791707993, -0.01599910855293274, -0.03143122047185898, - 0.001075501088052988, -0.03633430227637291, -0.004740944132208824, - 0.008273227140307426, -0.0008164293831214309, 0.02038184553384781, - -0.031349338591098785, -0.00951871182769537, -0.05450175330042839, - 0.029663745313882828, -0.04974658042192459, 0.0025304013397544622, - -0.019061822444200516, 0.05204997584223747, -0.009649415500462055, - 0.013891727663576603, -0.07535164058208466, 0.07696502655744553, - -0.0026046475395560265, 0.020239287987351418, -0.036774542182683945, - -0.039889249950647354, -0.04780631139874458, 0.025547534227371216, - -0.05147421360015869, 0.03906872496008873, 0.008479970507323742, - -0.022065307945013046, -0.0895930826663971, 0.013575554825365543, - 0.020534055307507515, 0.058114562183618546, -0.05729842931032181, - -0.00012482439342420548, -0.01445642951875925, 0.008866582065820694, - 0.003261351492255926, 0.001842799480073154, 0.017982840538024902, - 0.08244125545024872, -0.054685719311237335, 0.021572386845946312, - 0.04729950428009033, -0.003863319754600525, 0.05401989072561264, - 0.007420056965202093, -0.021181661635637283, 0.009724220260977745, - 0.05023355409502983, 0.07241351902484894, 0.029872162267565727, - 0.008046221919357777, -0.045524097979068756, -0.01983640156686306, - 0.010442022234201431, -0.009241187013685703, 0.022967329248785973, - 0.010871293023228645, -0.018207354471087456, -0.009430458769202232, - 0.02968657575547695, -0.02007034607231617, 0.047189053148031235, - 0.040824294090270996, 0.02990771271288395, 0.0027496032416820526, - 0.03547674044966698, 0.038345105946063995, 0.03206917271018028, 0.05124885216355324, - -0.07942148298025131, -0.027292953804135323, 0.05459775775671005, - 0.04499407112598419, 0.024181470274925232, -0.021481823176145554, - 0.012952398508787155, -0.01913410983979702, 0.02317224070429802, - 0.010282940231263638, -0.06482533365488052, 0.029392261058092117, - 0.01662764698266983, -0.02685115486383438, 0.06004861369729042, - 0.035870593041181564, 0.01795993000268936, 0.052670761942863464, - -0.028087522834539413, -0.08111126720905304, -0.06848469376564026, - -0.05583862215280533, 0.0411713570356369, -0.010873462073504925, - 0.01671278476715088, -0.04290423542261124, -0.008801691234111786, - -0.012811805121600628, 0.0019635644275695086, -0.038593191653490067, - -0.08554761111736298, -0.09132972359657288, 0.002015461679548025, - 0.0628332644701004, -0.04958929494023323, -0.028738487511873245, - -0.05734153464436531, 0.024975620210170746, -0.008981087245047092, - -0.0018652227008715272, -0.030984435230493546, 0.018471457064151764, - -0.06346353888511658, -0.050023503601551056, -0.01889832131564617, - -0.003938364330679178, -0.025609536096453667, 0.004439896903932095, - -0.0031379645224660635, -0.003046079771593213, 0.02122550643980503, - -0.0013071491848677397, 0.02770436927676201, -0.05895276740193367, - 0.013294938020408154, 0.002539407229050994, 0.09592542797327042, - -0.06286793947219849, -0.03875698149204254, 0.08831541240215302, - -0.02515997551381588, -0.023110641166567802, -0.01871856302022934, - -0.0387694425880909, 0.05033017322421074, -0.04058247059583664, - 0.048416439443826675, -0.008160138502717018, -0.06039497256278992, - -0.010940859094262123, -0.0008557474939152598, -0.020888328552246094, - 0.057410042732954025, 0.10770465433597565, 0.020645318552851677, - -0.009730442427098751, 0.0032030369620770216, -0.0436767153441906, - 0.036083608865737915, -0.01195078156888485, -0.020289218053221703, - 0.03011675924062729, 0.011433243751525879, -0.01648532785475254, - 0.007769444957375526, 0.0398392528295517, 0.08588872104883194, - 0.0008465959690511227, 0.013527415692806244, -0.04237326979637146, - 0.057639773935079575, -0.0623328872025013 - ], - [ - -0.009390328079462051, -0.01852753944694996, 0.02571796253323555, - -0.03661520406603813, -0.03364250063896179, 0.027698909863829613, - -0.041905224323272705, 0.0176533255726099, -0.03020860254764557, - 0.007552301045507193, -0.0474473312497139, 0.02866668626666069, - 0.012510762549936771, 0.07358817011117935, -0.006890554446727037, - -0.01629357971251011, -0.003636689390987158, -0.026711050420999527, - -0.02202414534986019, 0.08495348691940308, 0.021333124488592148, - -0.019707586616277695, 0.04865632206201553, -0.07038930803537369, - 0.008640946820378304, 0.01913677528500557, -0.050566166639328, - -0.031199870631098747, -0.05972232297062874, 0.024524128064513206, - -0.09259194135665894, 0.03938688710331917, 0.020428553223609924, - 0.0006019408465363085, 0.017652146518230438, -0.04764050617814064, - -0.007710840553045273, 0.05125793069601059, 0.0283122006803751, 0.00489145377650857, - 0.039803870022296906, -0.07477760314941406, 0.04408130794763565, - -0.024197503924369812, 0.015081343241035938, 0.05703334882855415, - -0.026558125391602516, 0.05538242682814598, 0.08794170618057251, - 0.001663645845837891, 0.04796072468161583, 0.0714796632528305, -0.01140133012086153, - -0.01611664518713951, -0.05560401827096939, 0.07296457886695862, - -0.033777713775634766, -0.003065762110054493, -0.025363927707076073, - 0.0354904979467392, -0.03044183924794197, -0.018889350816607475, - -0.03132423385977745, -0.008279120549559593, 0.09498219192028046, - -0.06366311758756638, -0.008274933323264122, 0.012630552984774113, - 0.03869485855102539, -0.004599275998771191, 0.09111880511045456, - 0.03785783052444458, 0.04638137295842171, -0.02875570021569729, - -0.03691618889570236, 0.08516225963830948, 0.11820929497480392, 0.11982244998216629, - 0.04229619726538658, -0.02070239745080471, -0.0069821616634726524, - 0.02554704062640667, 0.02073857933282852, -0.023211048915982246, - 0.10795261710882187, -0.008232463151216507, 0.093720942735672, -0.0632576122879982, - -0.09645519405603409, 0.03833426907658577, 0.041921865195035934, - 0.04932284355163574, 0.0010076905600726604, -0.037349458783864975, - -0.04810322821140289, -0.03610219433903694, 0.011480004526674747, - 0.011746926233172417, 0.01805274747312069, -0.019159706309437752, - 0.04364442452788353, -0.015504397451877594, 0.041410546749830246, - 0.03146645799279213, 0.06224032863974571, 0.03634318709373474, 0.06272860616445541, - 0.0024983591865748167, 0.06013556942343712, 0.025226647034287453, - -0.03240283578634262, -0.08801782876253128, 0.11640378087759018, - 0.016569681465625763, -0.0037293797358870506, 0.006696904078125954, - 0.04516466706991196, -0.004759279545396566, 0.030000831931829453, - -0.011967522092163563, -0.06766661256551743, 0.014353040605783463, - 0.00888671912252903, -0.057800598442554474, -0.00015498229186050594, - 0.026661567389965057, -0.05432931333780289, 0.02643674798309803, - 0.011558396741747856, -0.016343364492058754, -0.018386613577604294, - -0.07782847434282303, 0.06820442527532578, -0.012938851490616798, - 0.013599134981632233, -0.04610707610845566, 0.020507989451289177, - 0.020121227949857712, 0.015654368326067924, 0.03710697591304779, - -0.03415153920650482, 0.022853754460811615, 0.025886690244078636, - 0.010065988637506962, 0.004147702362388372, -0.03440319374203682, - -0.07007212191820145, 0.02412765473127365, -0.028720403090119362, - 0.006636092439293861, 0.018531525507569313, -0.039439450949430466, - -0.06419786810874939, -0.020450379699468613, 0.062019120901823044, - 0.00835542380809784, -0.025469431653618813, -0.05609207972884178, - 0.0940086841583252, -0.04859117791056633, 0.006974915973842144, 0.04804956167936325, - -0.021373910829424858, 0.03507343307137489, 0.02361462637782097, - 0.05447647348046303, 0.022616907954216003, -0.020431386306881905, - 0.022537101060152054, 0.1152961328625679, 0.1087113544344902, 0.06017228215932846, - 0.04072275385260582, -0.09467841684818268, 0.07235605269670486, 0.07180305570363998, - -0.0004877039173152298, -0.056407999247312546, -0.002754619810730219, - -0.09984179586172104, 0.07213565707206726, 0.0784083753824234, 0.03028143383562565, - 0.04965154826641083, 0.10345803946256638, 0.03456655889749527, 0.028201408684253693, - -0.05135223641991615, -0.05926036089658737, 0.001389233162626624, - -0.01802481710910797, 0.005778443068265915, -0.0481790266931057, - 0.014065996743738651, -0.028955860063433647, 0.02240595780313015, - -0.03414006903767586, -0.009209241718053818, 0.10357417166233063, - -0.04125319421291351, -0.03589073196053505, -0.06852061301469803, - -0.07881420105695724, -0.09731881320476532, -0.0455484464764595, - -0.10565003752708435, 0.008200750686228275, -0.024986786767840385, - -0.05511518195271492, 0.013075901195406914, 0.008791754022240639, - 0.08521204441785812, -0.07552619278430939, 0.027215825393795967, - 0.011733139865100384, 0.06017918512225151, 0.029875585809350014, - -0.023688923567533493, -0.09038771688938141, 0.04489818587899208, - 0.0336267314851284, -0.05779897794127464, 0.04426486790180206, -0.03360198810696602, - -0.015260485000908375, 0.029719002544879913, 0.02369101345539093, - 0.08927573263645172, -0.023631254211068153, -0.03327267989516258, - 0.0733303651213646, -0.07729855179786682, -0.06318468600511551, - -0.0006402874132618308, 0.016883889213204384, 0.0016248455503955483, - -0.007903924211859703, 0.08454979956150055, -0.019235799089074135, - -0.021263543516397476, -0.04874918982386589, -0.0034344622399657965, - -0.025782054290175438, -0.003958364017307758, -0.05054575204849243, - 0.0059041171334683895, 0.07505524903535843, 0.07610446959733963, - -0.09307272732257843, 0.131190687417984, -0.04136699438095093, 0.007022377103567123, - -0.08875024318695068, 0.014323555864393711, 0.03578498959541321, - -0.09251363575458527, -0.07223129272460938, 0.028389587998390198, - 0.05367639288306236, -0.00188065180554986, -0.060059841722249985, - -0.01319076307117939, -0.03694017603993416, 0.02431163378059864, - -0.03469106927514076, -0.026590362191200256, 0.08659214526414871, - 0.05981588736176491, -0.027230657637119293, 0.0362916924059391, 0.10916870087385178, - 0.06779887527227402, 0.05832377448678017, -0.0432063452899456, -0.10981752723455429, - 0.01899353787302971, -0.0556548647582531, 0.04100429266691208, 0.009517091326415539, - 0.049079764634370804, 0.08386985957622528, -0.026787027716636658, - -0.0017125708982348442, 0.051191702485084534, 0.022054523229599, - 0.033958178013563156, -0.013478320091962814, -0.00036220328183844686, - 0.06374365836381912, 0.01199138443917036, -0.039009906351566315, - 0.04043528810143471, -0.02228645421564579, -0.06294075399637222, - 0.0006682392559014261, 0.05926700681447983, 0.05176245793700218, - -0.0672011747956276, 0.04428675025701523, 0.03809409588575363, 0.09989559650421143, - 0.05117262154817581, -0.05137529596686363, -0.10780945420265198, - -0.10627874732017517, -0.010093729011714458, -0.053317103534936905, - -0.06966356188058853, -0.055685918778181076, -0.09896271675825119, - 0.045054808259010315, -0.1107044592499733, -0.026335719972848892, - -0.006992566864937544, 0.0023336694575846195, 0.05896371603012085, - 0.05107102543115616, -0.06849975883960724, 0.0002182224707212299, - -0.011855275370180607, -0.033073801547288895, 0.05255701392889023, - -0.03348338603973389, -0.005240283440798521, -0.005859836004674435, - -0.07485676556825638, 0.0783621221780777, -0.012582769617438316, - -0.0020967477466911077, 0.008336176164448261, 0.10032782703638077, - 0.038725148886442184, -0.11894607543945312, -0.004252928774803877, - 0.0004761835152748972, -0.06254749000072479, 0.01972663775086403, - 0.08006605505943298, -0.05269685387611389, -0.020367911085486412, - -0.07548073679208755, -0.05881567299365997, -0.07143799960613251, - 0.010687092319130898, -0.0012964155757799745, -0.0001827881787903607, - 0.0635598748922348, 0.08306319266557693, 0.07522926479578018, -0.0369158610701561, - 0.041430503129959106, -0.060410842299461365, -0.02543693408370018, - 0.005722620524466038, 0.013747338205575943, -0.03266210854053497, - -0.0012813585344702005, 0.003456128528341651, 0.015331570990383625, - -0.08169097453355789, -0.07624505460262299, -0.019684989005327225, - -0.13008934259414673, 0.05468403920531273, 0.03576952591538429, 0.02525613084435463, - -0.0019066332606598735, 0.03325233981013298, -0.033429477363824844, - 0.014307251200079918, 0.04916559159755707, -0.005846471060067415, - -0.0007436031592078507, -0.02542143315076828, 0.02605512924492359, - 0.0276041217148304, 0.13339059054851532, -0.08120626956224442, 0.06801007688045502, - 0.026100516319274902, 0.03539147973060608, -0.03229444846510887, - -0.006882498040795326, 0.051903136074543 - ], - [ - 0.0209958553314209, -0.012206987477838993, -0.05870253965258598, - -0.0643496960401535, -0.01628151349723339, 0.06925386190414429, - -0.027063071727752686, -0.02771642804145813, -0.008734993636608124, - 0.016760187223553658, 0.006333068944513798, 0.02166346274316311, - 0.024538425728678703, 0.1076979860663414, 0.003036490408703685, 0.04013295844197273, - 0.018540862947702408, 0.014847657643258572, 0.058161135762929916, - -0.03192126378417015, 0.017740122973918915, 0.007209794130176306, - 0.0188857801258564, -0.016116393730044365, 0.1050897017121315, 0.03491457551717758, - -0.008844519965350628, -0.020274914801120758, 0.043237119913101196, - 0.010455014184117317, -0.013072087429463863, 0.027039743959903717, - 0.024940595030784607, 0.014610621146857738, -0.08390287309885025, - 0.061810288578271866, 0.021981483325362206, 0.0020279271993786097, - 0.004697240889072418, -0.012864934280514717, -0.005933878477662802, - -0.003343036863952875, 0.049731846898794174, 0.03550401329994202, - -0.00330347684212029, 0.06396232545375824, 0.022542277351021767, - 0.009468263946473598, -0.03790319338440895, -0.031177863478660583, - 0.009431521408259869, -0.03145377337932587, 0.01856955699622631, - -0.04323072358965874, -0.033417463302612305, -0.010533638298511505, - -0.008597226813435555, 0.0487058162689209, 0.09866819530725479, - 0.007425699848681688, -0.0038507175631821156, -0.04434165358543396, - -0.07072450965642929, 0.049440428614616394, 0.02494666539132595, - 0.009835446253418922, 0.029200104996562004, -0.023184748366475105, - 0.0031518512405455112, -0.005667032208293676, 0.05654846876859665, - 0.0574629083275795, 0.009061956778168678, -0.09229636192321777, 0.04394446313381195, - -0.026072803884744644, 0.09419186413288116, -0.018527569249272346, - 0.0005471729673445225, -0.00873500294983387, -0.06968551129102707, - 0.07413965463638306, 0.06301694363355637, -0.0038867658004164696, - 0.011334731243550777, 0.0434659868478775, -0.027607781812548637, - 0.02722010388970375, -0.05205106735229492, -0.0019488628022372723, - -0.04744168370962143, 0.021053943783044815, 0.00667553162202239, - 0.04048763960599899, -0.057888519018888474, -0.05381857603788376, - -0.05576853081583977, -0.029941050335764885, 0.04876536503434181, - -0.055940475314855576, 0.02111491560935974, 0.05640292912721634, - 0.010923673398792744, -0.045947957783937454, -0.020675664767622948, - 0.06497061252593994, 0.05244920030236244, 0.02386295050382614, 0.03229255974292755, - -0.06590912491083145, 0.00621725944802165, -0.031804170459508896, - 0.07132137566804886, -0.00071097316686064, 0.0022882267367094755, - 0.022788021713495255, -0.0031196940690279007, -0.03220931440591812, - 0.02239903435111046, -0.007998672313988209, -0.006232668180018663, - -0.03634925186634064, 0.051129650324583054, -0.006205201148986816, - 0.04026643559336662, 0.04752197861671448, -0.01493837684392929, - -0.01525562908500433, -0.05317084491252899, 0.00836010929197073, - 0.008021718822419643, -0.012330234982073307, -0.01890825480222702, - -0.09615232050418854, 0.08418464660644531, -0.018916014581918716, - -0.0035362362395972013, -0.017269326373934746, 0.0050649079494178295, - 0.025807460770010948, -0.03366284444928169, -0.08438215404748917, - 0.059227801859378815, -0.05011402443051338, 0.005990475881844759, - 0.00802455935627222, 0.0007197743398137391, 0.01952599175274372, - -0.05856699496507645, 0.03936592862010002, 0.045920077711343765, - 0.042347848415374756, 0.020932404324412346, 0.009229891002178192, - 0.00958092138171196, 0.0382409393787384, 0.06985148042440414, -0.022223591804504395, - 0.04585525766015053, -0.037117186933755875, -0.009586410596966743, - -0.007020964287221432, 0.07153478264808655, -0.004560309462249279, - 0.01617090031504631, 0.035777729004621506, -0.015359544195234776, - -0.02948443964123726, 0.03406232222914696, 0.042344775050878525, - 0.019506411626935005, -0.056675173342227936, -0.05424404516816139, - -0.022140977904200554, 0.003013616893440485, -0.017580736428499222, - -0.037197064608335495, -0.03463353216648102, -0.009436831809580326, - -0.02420148253440857, -0.026872320100665092, 0.03778555244207382, - 0.029361095279455185, 0.014211630448698997, 0.004077141173183918, - 0.0006002082955092192, -0.030360490083694458, -0.028449542820453644, - 0.007334417663514614, -0.011423979885876179, 0.013640926219522953, - 0.0066508883610367775, 0.005704277195036411, 0.026860414072871208, - 0.020835548639297485, 0.0953182503581047, 0.021580316126346588, - -0.08964742720127106, 0.013340604491531849, -0.04730997234582901, - 0.03554099053144455, -0.042778532952070236, -0.0043680439703166485, - -0.023057671263813972, -0.06641220301389694, -0.05835113674402237, - -0.008100165985524654, 0.010967911221086979, -0.04999717324972153, - 0.001441118773072958, 0.08628039807081223, -0.05850708857178688, - -0.0573992095887661, 0.039646439254283905, -0.06580476462841034, - 0.041810501366853714, 0.03601419925689697, -0.022249462082982063, - -0.030854208394885063, 0.04850604012608528, -0.05406378209590912, - -0.03653855249285698, 0.037995487451553345, -0.04794880002737045, - 0.04476996511220932, 0.032267823815345764, 0.04290849342942238, 0.05864163860678673, - -0.031789444386959076, -0.07562761753797531, 0.03532576933503151, - 0.03116222284734249, 0.031925082206726074, -0.0019273533252999187, - -0.06860528141260147, 0.021397974342107773, 0.012288905680179596, - 0.06342536956071854, -0.0003437570412643254, -0.013371884822845459, - 0.008227741345763206, -0.012237879447638988, 0.01835976354777813, - 0.0016035260632634163, 0.05039296671748161, 0.044050924479961395, - -0.018952593207359314, -0.041001856327056885, -0.050465092062950134, - -0.021863829344511032, -0.05659038946032524, -0.07263687998056412, - -0.011261661536991596, 0.0335807241499424, -0.0039943549782037735, - -0.03638244420289993, 0.029427791014313698, -0.005302198231220245, - 0.030533287674188614, -0.005005498416721821, 0.01764969900250435, - 0.023384464904665947, 0.020172150805592537, 0.022074798122048378, - 0.037458498030900955, 0.0072020795196294785, 0.10831616818904877, - -0.032757870852947235, 0.07463139295578003, -0.014722585678100586, - -0.008133468218147755, 0.050966545939445496, 0.02852119877934456, - -0.03344377502799034, -0.023014239966869354, 0.06983944028615952, - -0.010132119990885258, -0.06772148609161377, 0.03146371617913246, - 0.02469501830637455, 0.01028690580278635, 0.05338034778833389, -0.02953757718205452, - 0.011093313805758953, 0.0553828664124012, -0.03857996314764023, - -0.01576569676399231, -0.021201642230153084, 0.09323848783969879, - 0.03228985145688057, 0.03825872018933296, -0.02483251690864563, - -0.02464085817337036, 0.02607533521950245, 0.01897086203098297, - 0.011713539250195026, -0.01463509351015091, 0.02245221845805645, - -0.03401163965463638, 0.06341206282377243, 0.03284035623073578, 0.07678057998418808, - 0.013129204511642456, -0.0057185860350728035, -0.03317629545927048, - 0.0013153613545000553, 0.014357111416757107, 0.025071008130908012, - -0.016363749280571938, -0.012884230352938175, 0.04509521275758743, - -0.04097650945186615, -0.022264087572693825, 0.002876979997381568, - 0.04513169825077057, 0.020292192697525024, 0.016094472259283066, - 0.01344638504087925, -0.012952415272593498, -0.043022844940423965, - -0.04251831769943237, 0.01456939522176981, -0.044865384697914124, - -0.08540036529302597, -0.0008369646384380758, 0.023630160838365555, - 0.04300004243850708, 0.01987113244831562, 0.0281952116638422, 0.003557309042662382, - 0.013098295778036118, 0.003156631486490369, 0.030905498191714287, - 0.024836095049977303, -0.0431361049413681, -0.018520308658480644, 0.033637885004282, - 0.030616069212555885, 0.019036967307329178, 0.06811090558767319, - 0.01028477493673563, -0.01861526630818844, -0.03243542090058327, - 0.06519295275211334, -0.04383806884288788, 0.015128511935472488, - 0.023075073957443237, -0.0050305817276239395, 0.02182646654546261, - 0.014134608209133148, 0.02811603620648384, 0.04159856215119362, 0.05171239748597145, - -0.0311825480312109, -0.00259435479529202, 0.0040831370279192924, - 0.02161773107945919, -0.03238740563392639, -0.011946428567171097, - -0.051495261490345, -0.019147923216223717, 0.0006957475561648607, - -0.02734910324215889, -0.0361027829349041, -0.0007572632748633623, - 0.04056153446435928, 0.06474852561950684, 0.012206822633743286, - -0.06352262943983078, 0.04566575586795807, 0.01080744992941618, - 0.017697544768452644, -0.054773446172475815, -0.01744070090353489, - -0.009446609765291214, -0.01948665827512741, 0.04927439987659454, - -0.05200481787323952, 0.04679480567574501, -0.002897810423746705, - -0.050413236021995544, -0.05323926359415054, 0.06242099404335022, - 0.0011879259254783392 - ], - [ - 0.026938943192362785, -0.0318034291267395, 0.0006279009394347668, - -0.01148777361959219, -0.052685558795928955, -0.01562950201332569, - 0.03132491558790207, 0.027326475828886032, 0.034971047192811966, - -0.04417544975876808, -0.08168984949588776, 0.0026948468293994665, - -0.053509701043367386, 0.0745510384440422, -0.04262978211045265, - -0.05820149555802345, -0.07275727391242981, -0.031798187643289566, - -0.004419595003128052, -0.08329515159130096, 0.03642253950238228, - 0.09279119223356247, 0.008953250013291836, -0.0033577820286154747, - 0.05287768691778183, -0.035860296338796616, -0.06990433484315872, - 0.09910491108894348, 0.05719180032610893, 0.02699228562414646, - -0.008162053301930428, -0.031844038516283035, 0.038254592567682266, - 0.008208734914660454, -0.026565169915556908, 0.11314868927001953, - -0.03909766674041748, -0.04786117747426033, 0.032514359802007675, - 0.00901027861982584, 0.016973037272691727, 0.06188013777136803, - 0.00048736846656538546, 0.033889882266521454, 0.02835152857005596, - -0.0994715690612793, 0.03944402188062668, 0.032790061086416245, 0.02050868049263954, - 0.0882147029042244, -0.02665071189403534, -0.07159838825464249, - -0.014649449847638607, -0.05739963799715042, -0.030120499432086945, - 0.05695369094610214, -0.029297741129994392, -0.00281824404373765, - -0.0010592093458399177, -0.0005615430418401957, -0.05873144045472145, - 0.02494700998067856, -0.10894912481307983, -0.0510101355612278, - 0.026884429156780243, -0.028951823711395264, 0.059213124215602875, - 0.10453399270772934, -0.07690863311290741, 0.015015878714621067, - 0.012996215373277664, -0.012495148926973343, -0.006856200750917196, - -0.01507751177996397, 0.0048019764944911, -0.027326932176947594, - 0.0009732277831062675, -0.07192004472017288, 0.0003502056060824543, - 0.0628257468342781, 0.05015479400753975, -0.00016823879559524357, - 0.03780173137784004, 0.024741875007748604, -0.033341046422719955, - 0.03830087557435036, 0.05613072216510773, -0.030332675203680992, - 0.03325224295258522, -0.05114743113517761, -0.012534057721495628, - 0.033034004271030426, 0.05733412876725197, 0.058469753712415695, - 0.05590803548693657, 0.01762484572827816, 0.04200578108429909, -0.06303203850984573, - 0.00820938590914011, 0.02139192633330822, 0.06301213800907135, -0.05611482635140419, - -0.09985851496458054, -0.0798325464129448, -0.017088454216718674, - -0.009043492376804352, 0.03408009186387062, -0.01461726613342762, - -0.0604233555495739, 0.03069179318845272, -0.004289801698178053, - 0.034767426550388336, 0.01728873886168003, 0.014284751377999783, - -0.008845162577927113, 0.03733116760849953, 0.07848189026117325, - -0.08959581702947617, 0.0513760931789875, -0.06026971712708473, 0.03628068417310715, - -0.06264356523752213, 0.021174436435103416, -0.021326245740056038, - 0.028620952740311623, 0.06387101858854294, -0.041852135211229324, - -0.0154378991574049, 0.15548554062843323, -0.04831478372216225, - -0.005931153427809477, 0.001959313405677676, 0.015545109286904335, - 0.011873845010995865, 0.014057852327823639, -0.029304707422852516, - 0.02023843303322792, 0.05485649034380913, -0.043815433979034424, - -0.006199513096362352, -0.05980072170495987, -0.08479448407888412, - -0.04769786074757576, -0.053814858198165894, -0.023496169596910477, - 0.037855364382267, -0.013816620223224163, -0.04415491595864296, - -0.10984595119953156, 0.03187468647956848, -0.03543363884091377, - 0.012687010690569878, 0.06341083347797394, 0.07926003634929657, - 0.056205328553915024, -0.10818203538656235, -0.06312771141529083, - -0.01642550341784954, 0.021190224215388298, -0.016368679702281952, - -0.11631316691637039, -0.0067426287569105625, 0.05745800584554672, - 0.004794406704604626, -0.018577881157398224, -0.05683262646198273, - 0.016483746469020844, 0.018605021759867668, -0.043360672891139984, - -0.0373157262802124, 0.006226023659110069, 0.05505211278796196, - 0.008519970811903477, -0.02656354010105133, -0.003303481498733163, - -0.07071690261363983, 0.061319924890995026, 0.00628616102039814, - -0.026418061926960945, -0.022346757352352142, 0.02031739428639412, - 0.016548335552215576, -0.002382536418735981, 0.02297619916498661, - 0.08990837633609772, -0.04623087868094444, -0.0001538445649202913, - 0.07175751030445099, 0.003052228596061468, -0.004960077349096537, - -0.05179138109087944, 0.08250899612903595, 0.02947876788675785, 0.03205180540680885, - -0.10768790543079376, 0.005777670070528984, 0.01225634291768074, - -0.04023166000843048, 0.03725704178214073, -0.06919673085212708, - -0.016988325864076614, -0.1366887241601944, -0.003440016880631447, - 0.04385283216834068, -0.03465453162789345, 0.048604849725961685, - -0.07098711282014847, -0.025246983394026756, 0.04625765606760979, - -0.06861387938261032, 0.024350052699446678, 0.012628884054720402, - -0.09386194497346878, -0.04393283277750015, -0.0259440578520298, - 0.0055868844501674175, -0.04999164864420891, -0.058686189353466034, - -0.07339777797460556, 0.007569983601570129, 0.08781465888023376, - -0.06726337224245071, 0.047528356313705444, -0.03118976205587387, - 0.05682836100459099, -0.006507905665785074, 0.07199951261281967, - 0.019047338515520096, 0.068479523062706, -0.013234135694801807, - 0.024880025535821915, 0.03455796092748642, -0.03751254826784134, - -0.043550726026296616, -0.01243909727782011, 0.023395497351884842, - -0.036232370883226395, 0.01882867142558098, -0.03867456689476967, - 0.10749948024749756, -0.02332259528338909, 0.07324573397636414, - 0.030873388051986694, 0.042009931057691574, -0.013003253377974033, - -0.05922715365886688, -0.07874824851751328, -0.06906484812498093, - -0.030954258516430855, -0.02157497964799404, 0.020267372950911522, - -0.043545134365558624, 0.01717834547162056, -0.0445973202586174, - -0.01492941752076149, -0.0570574551820755, -0.03719563037157059, - -0.020906681194901466, -0.00467581395059824, 0.09000842273235321, - 0.05884052440524101, -0.009096935391426086, 0.03708475083112717, - 0.12009776383638382, 0.009721274487674236, 0.015130212530493736, - 0.02059178240597248, 0.01932085119187832, -0.05897802859544754, 0.06753621995449066, - -0.062144193798303604, -0.00607020640745759, 0.019823379814624786, - 0.013573951087892056, -0.04999237880110741, 0.009826636873185635, - 0.06148587167263031, -0.05152784660458565, 0.06076715514063835, 0.05326879397034645, - -0.004765457473695278, 0.0012600002810359001, -0.018801327794790268, - -0.013461410067975521, -0.05693870782852173, 0.02978784218430519, - 0.005704574752599001, 0.03511830419301987, 0.006364703178405762, - -0.053951166570186615, -0.055497001856565475, 0.01516292430460453, - -0.11023500561714172, -0.060254499316215515, -0.024775970727205276, - 0.09219636768102646, -0.056678853929042816, -0.028627606108784676, - -0.017725573852658272, 0.02314663678407669, -0.10234339535236359, - -0.061443354934453964, -0.09611161798238754, -0.014426537789404392, - -0.0527537502348423, -0.04062577709555626, -0.04701097309589386, - -0.04558386281132698, 0.05053792521357536, 0.06926858425140381, 0.04038034379482269, - 0.01671174354851246, 0.030062291771173477, -0.0583096481859684, - 0.022442476823925972, 0.00695980666205287, 0.021244846284389496, 0.0845845490694046, - 0.0527803935110569, 0.0006344864959828556, 0.00818291213363409, - -0.03243474289774895, -0.022300219163298607, -0.0018514556577429175, - 0.00042543752351775765, 0.040284041315317154, -0.07348091900348663, - 0.07491191476583481, 0.05484127998352051, -0.005805277731269598, - -0.0318705290555954, 0.005269151646643877, -0.10322728008031845, - 0.09690756350755692, -0.01730806939303875, -0.041980210691690445, - -0.020339077338576317, 0.07157573848962784, 0.057584915310144424, - 0.018192099407315254, -0.01955358311533928, -0.0023681859020143747, - -0.024957168847322464, -0.016814541071653366, 0.008157006464898586, - -0.03030872531235218, 0.029224824160337448, 0.051045700907707214, - 0.05670531839132309, -0.028578976169228554, 0.033985648304224014, - 0.10820408165454865, 0.031645264476537704, -0.07367047667503357, - -0.08052336424589157, -0.0009868878405541182, -0.017436044290661812, - -0.04745418205857277, -0.020880350843071938, -0.0626601055264473, - 0.026304759085178375, 0.052265916019678116, -0.0681145116686821, - 0.06791215389966965, -0.005429808050394058, 0.08709681034088135, - 0.04024110361933708, -0.034578587859869, -0.031529247760772705, - -0.06965939700603485, -0.009069669060409069, 0.025482796132564545, - -0.00029077622457407415, -0.0019376188283786178, -0.044046178460121155, - 0.081336610019207, 0.021781960502266884, 0.024787448346614838, 0.006744031328707933, - -0.053005706518888474, 0.03353786841034889, 0.08550945669412613, - -0.012665498070418835, -0.033846236765384674 - ], - [ - 0.06703638285398483, 0.04711443558335304, -0.026324622333049774, - -0.008918847888708115, -0.0794629454612732, 0.039658140391111374, - 0.005711460951715708, 0.02074524201452732, 0.06606339663267136, 0.04554120823740959, - 0.028050048276782036, 0.017058296129107475, -0.07766129821538925, - 0.0835825577378273, 0.01932625100016594, 0.07235070317983627, 0.0004876800812780857, - -0.0344499871134758, -0.025568636134266853, -0.004059275612235069, - 0.08465851843357086, 0.06337975710630417, 0.027394644916057587, 0.04919297620654106, - -0.003089555772021413, 0.06599663943052292, -0.05690499022603035, - -0.020603502169251442, 0.029976777732372284, -0.03687858581542969, - -0.030950983986258507, -0.01031643245369196, -0.017866455018520355, - -0.03105822205543518, -0.037208687514066696, 0.04179713875055313, - 0.009627391584217548, -0.030690215528011322, -0.030432552099227905, - 0.04430077224969864, -0.06761240214109421, 0.03617236763238907, 0.0315544456243515, - 0.023197432979941368, 0.00538706686347723, -0.014865335077047348, - 0.017845947295427322, 0.06048069894313812, -0.02350117452442646, - -0.007980545982718468, 0.01831960119307041, -0.02951287105679512, - -0.04637555032968521, -0.07171988487243652, 0.026265520602464676, - 0.03044770285487175, -0.0450814925134182, 0.024729756638407707, - 0.030470144003629684, -0.023306814953684807, -0.004197884351015091, - -0.014682355336844921, -0.012799634598195553, 0.04779517650604248, - 0.01330427173525095, 0.025471586734056473, 0.02046789601445198, - 0.017906324937939644, 0.03112662397325039, -0.017763962969183922, - -0.030916817486286163, 0.00749772135168314, -0.020801762118935585, - 0.018771149218082428, 0.08566731214523315, 0.0071838656440377235, 0.042789276689291, - 0.04109369218349457, 0.04265695810317993, 0.06455139070749283, - -0.014235857874155045, 0.027078872546553612, 0.02978704683482647, - 0.05434759333729744, -0.012972264550626278, -0.011283690109848976, - -0.029246393591165543, 0.04708600044250488, -0.0506126694381237, - 0.06026039645075798, -0.03863275796175003, -0.0026601701974868774, - -0.035089679062366486, 0.021193452179431915, -0.06605274230241776, - 0.05504301190376282, -0.06915169209241867, -0.07720088958740234, - 0.07624532282352448, 0.03749503940343857, -0.003974222578108311, - -0.009195415303111076, -0.041496921330690384, 0.0006231507286429405, - -0.011204501613974571, -0.011260717175900936, 0.018622172996401787, - 0.03599368408322334, -0.007593032903969288, -0.025816122069954872, - 0.04681367427110672, -0.03771422803401947, -0.015544312074780464, - 0.044310808181762695, 0.030288277193903923, -0.07266157120466232, - -0.048623859882354736, -0.013784968294203281, 0.09092164039611816, - 0.0010486847022548318, 0.01803690940141678, -0.01753571256995201, - 0.04331980273127556, -0.04655369743704796, 0.0681963637471199, 0.07080202549695969, - -0.08857729285955429, -0.006784336641430855, 0.011964266188442707, - -0.0032773157581686974, 0.02898726612329483, 0.0396689809858799, - -0.024484308436512947, -0.09905894845724106, 0.09122610837221146, - -0.006971199531108141, 0.005044965539127588, -0.016177944839000702, - -0.023476440459489822, -0.02539830282330513, 0.004915647674351931, - -0.0961490049958229, -0.003699186723679304, -0.06560100615024567, - -0.0571904256939888, 0.05159097909927368, -0.07455767691135406, 0.07134262472391129, - -0.055036235600709915, 0.07037532329559326, -0.039305441081523895, - -0.03560345992445946, 0.03498207405209541, -0.024500174447894096, - -0.005730962380766869, -0.06796666234731674, 0.03536243364214897, - -0.006677332799881697, 0.03206592798233032, 0.020713988691568375, - -0.008928530849516392, -0.03531772643327713, 0.039871882647275925, - -0.039106596261262894, 0.037183552980422974, 0.01836245320737362, - -0.014730284921824932, 0.03251156955957413, -0.018365347757935524, - 0.02688012458384037, -0.012372594326734543, -0.013536186888813972, - -0.0014268056256696582, -0.00168539525475353, 0.028492938727140427, - -0.007369489874690771, 0.0004989405861124396, 0.04693828523159027, - -0.05442476645112038, -0.03075842745602131, -0.022301971912384033, - 0.03408501669764519, 0.05027921497821808, 0.062095873057842255, - 0.004597929771989584, -0.043041154742240906, 0.034389834851026535, - -0.07174620777368546, 0.005683313123881817, -0.007113445550203323, - 0.004109597764909267, -0.0254098791629076, 0.08607392013072968, 0.10413803905248642, - -0.010849354788661003, 0.08236760646104813, 0.01915048621594906, - -0.0026870728470385075, 0.025459328666329384, 0.00309282005764544, - 0.003550388617441058, -0.0037787139881402254, -0.027780752629041672, - -0.090249203145504, -0.10117882490158081, -0.12485862523317337, - -0.055715400725603104, -0.00855146162211895, 0.010562960989773273, - -0.009551670402288437, 0.0870426669716835, -0.08567918092012405, - -0.00779678113758564, 0.0002558961568865925, 0.0035159443505108356, - 0.021014131605625153, 0.02239619940519333, -0.06810669600963593, - -0.023645605891942978, 0.008793055079877377, -0.0378107950091362, - -0.051980506628751755, -0.05138149484992027, 0.0050827073864638805, - -0.015598466619849205, -0.0016885959776118398, 0.05574842169880867, - -0.07067812979221344, 0.03839157149195671, -0.003844507969915867, - -0.0019334732787683606, 0.030701227486133575, 0.020573662593960762, - 0.008454378694295883, 0.016500284895300865, -0.00026853891904465854, - 0.006323398556560278, 0.07252311706542969, -0.06707076728343964, - 0.0021059352438896894, 0.03335745260119438, 0.04413402080535889, - 0.06660880148410797, -0.04184121638536453, -0.038499753922224045, - 0.05220536142587662, 0.023264477029442787, -0.02683415450155735, - 0.06931556761264801, 0.0900988057255745, 0.007259397767484188, -0.08572749048471451, - 0.05713624134659767, 0.023890674114227295, -0.04879515990614891, - -0.04397812485694885, -0.0021578879095613956, 0.012194348499178886, - 0.03170226141810417, 0.05589709058403969, -0.01812130957841873, - -0.011637765914201736, 0.040333643555641174, 0.008635849691927433, - 0.014810308814048767, -0.014420765452086926, 0.07725411653518677, - 0.05526363477110863, 0.060991812497377396, 0.029355963692069054, - -0.008677548728883266, 0.06739465892314911, -0.09697116166353226, - 0.012714947573840618, 0.01878519356250763, 0.002297087572515011, - -0.005153990816324949, -0.04408547654747963, 0.004353666212409735, - -0.029650108888745308, 0.07537005096673965, 0.056868795305490494, - -0.03339128941297531, -0.00834743957966566, 0.04367118328809738, - -0.06355872750282288, 0.04183497652411461, -0.05604948103427887, - 0.06314466893672943, 0.06810571253299713, -0.03557911515235901, - -0.005275757517665625, -0.04829701408743858, 0.011547991074621677, - -0.036884814500808716, 0.00037058486486785114, 0.013075373135507107, - -0.006990747060626745, -0.05925173684954643, -0.03885757550597191, - 0.020947730168700218, 0.022790636867284775, -0.00949056912213564, - 0.026653023436665535, -0.11547745764255524, 0.0549866259098053, - -0.01018685381859541, -0.07646766304969788, -0.014296574518084526, - 0.06589886546134949, -0.028598541393876076, -0.08461865782737732, - 0.01729477010667324, -0.0038954499177634716, 0.010689690709114075, - 0.03659473732113838, 0.018955709412693977, 0.05763992294669151, -0.0424092635512352, - -0.0045446655713021755, -0.061656951904296875, 0.04732890799641609, - -0.04520438611507416, -0.030173489823937416, -0.0006617252947762609, - 0.03817776218056679, -0.015859859064221382, 0.06163586676120758, - 0.003196347039192915, 0.05916723981499672, -0.023642968386411667, - 0.03263619542121887, -0.0032238573767244816, 0.08705577254295349, - -0.07518844306468964, -0.07893487811088562, -0.0077931019477546215, - 0.05801801010966301, -0.02213476598262787, -0.029357243329286575, - 0.0006298141088336706, -0.0027205373626202345, 0.010433592833578587, - -0.006830234080553055, -0.026694973930716515, -0.04024891555309296, - -0.015101107768714428, -0.015088753774762154, 0.04556802660226822, - 0.014654613099992275, 0.019860971719026566, 0.11193762719631195, - -0.030819851905107498, -0.06474925577640533, 0.04154956713318825, - -0.02573757991194725, -0.0074776881374418736, -0.025712985545396805, - -0.01783185638487339, 0.004007745534181595, 0.011359939351677895, - 0.04220368713140488, 0.005019680596888065, -0.017365828156471252, - 0.04061887413263321, 0.08032732456922531, 0.006349042057991028, - 0.019614331424236298, -0.021579846739768982, 0.002766522578895092, - 0.08139829337596893, 0.027712440118193626, -0.057083990424871445, - -0.015070288442075253, -0.010862625204026699, -0.016981687396764755, - 0.054860375821590424, -0.02455788664519787, 0.038697250187397, 0.04774285480380058, - 0.05608966201543808, -0.04641928896307945, 0.0024706940166652203, - -0.021545521914958954 - ], - [ - 0.0047974190674722195, 0.05785079672932625, 0.02782866172492504, - 0.02276676893234253, -0.00270941318012774, -0.01626673899590969, - -0.02043769136071205, -0.04388134926557541, 0.013209906406700611, - -0.024853060021996498, -0.005341860931366682, 0.01329884584993124, - -0.004575916100293398, 0.021383769810199738, -0.003422481007874012, - 0.02359463833272457, -0.06048896163702011, 0.015087197534739971, - -0.018828079104423523, -0.05433134734630585, 0.0017630382208153605, - 0.028322651982307434, 0.055646248161792755, 0.016349464654922485, - 0.011538013815879822, 0.023527678102254868, -0.0846615731716156, - -0.07392407953739166, 0.06468916684389114, 0.02558324672281742, - -0.012231056578457355, -0.05472008138895035, -0.014147845096886158, - 0.04118773713707924, -0.031195949763059616, 0.0075442069210112095, - -0.009635481983423233, -0.005344565492123365, 0.06238401681184769, - 0.023777460679411888, -0.00654311990365386, 0.04259522631764412, - -0.06532110273838043, -0.05587592348456383, -0.032019879668951035, - 0.007098894566297531, 0.04140908271074295, 0.07962435483932495, - -0.027390487492084503, -0.06969044357538223, -0.003988351207226515, - -0.07571014016866684, -0.029366448521614075, -0.022673266008496284, - -0.03447527065873146, 0.0158556941896677, -0.03184296563267708, 0.0838649794459343, - 0.05285999923944473, -0.05845091491937637, 0.018783442676067352, - -0.0179995559155941, -0.07174620032310486, 0.06929515302181244, - 0.001846584491431713, 0.03637295961380005, 0.03146520256996155, - 0.006527645047754049, -0.003085476579144597, -0.052482668310403824, - 0.036219336092472076, -0.02268838696181774, 0.04658113792538643, - -0.019302772358059883, 0.016596393659710884, 0.051580704748630524, - 0.05593891069293022, 0.003433109959587455, -0.03172049671411514, - 0.023996755480766296, -0.02062433399260044, 0.05414339900016785, - 0.06586854159832001, 0.0057406616397202015, -0.030642807483673096, - 0.036922257393598557, -0.011476540006697178, -0.049367669969797134, - -0.03332405164837837, 0.0807473286986351, 0.003174812300130725, - -0.05022552236914635, -0.046318419277668, 0.05633579567074776, - -0.0006264145486056805, 0.05123821645975113, -0.035805389285087585, - 0.02548425830900669, 0.09454528242349625, -0.053808704018592834, - -0.011677331291139126, 0.11123251914978027, -0.03714494779706001, - 0.006734812632203102, -0.026844067499041557, 0.031690750271081924, - 0.030916469171643257, -0.010478314012289047, -0.007892816327512264, - -0.04155774414539337, 0.02548004500567913, -0.08159539103507996, 0.076321542263031, - -0.038647767156362534, 0.004582363646477461, -0.04800402373075485, - -0.05029306933283806, -0.0326317623257637, 0.010103060863912106, - -0.02090303972363472, -0.021443087607622147, -0.024163782596588135, - 0.00589129701256752, 0.015478046610951424, 0.017764607444405556, - 0.0017173843225464225, -0.06181934475898743, -0.00040594354504719377, - 0.004710176959633827, -0.0280618779361248, 0.010494852438569069, - -0.06876077502965927, -0.028228845447301865, -0.053354695439338684, - 0.010796476155519485, -0.04685550928115845, 0.06552998721599579, - 0.013837062753736973, 0.004929742310196161, -0.00302637810818851, - -0.02398057095706463, -0.041417039930820465, 0.019361143931746483, - -0.014990040101110935, -0.016239410266280174, -0.027019675821065903, - -0.07109794020652771, -0.005210257600992918, -0.05818674713373184, - -0.008902550674974918, 0.00141519692260772, 0.042627375572919846, - 0.043320391327142715, -0.030863918364048004, 0.044404178857803345, - -0.015463093295693398, -0.006143550854176283, -0.024006253108382225, - 0.0169236920773983, 0.02599840797483921, -0.03742092475295067, 0.054389141499996185, - 0.03577376529574394, 0.05404984951019287, 0.005079241935163736, - -0.07159102708101273, 0.007213156670331955, -0.05283103883266449, - 0.018015151843428612, -0.016435882076621056, -0.0032959680538624525, - -0.021349944174289703, -0.03658372908830643, 0.045102931559085846, - 0.024178549647331238, 0.005915989633649588, 0.04032319411635399, - -0.020375827327370644, -0.04314418509602547, 0.012565205805003643, - 0.07800550013780594, -0.022831065580248833, 0.03695705905556679, - -0.008140584453940392, -0.001511723967269063, 0.057959020137786865, - 0.05747581645846367, 0.028176946565508842, -0.009007731452584267, - 0.022507568821310997, 0.018256189301609993, 0.06167430058121681, - 0.07346732914447784, 0.10177948325872421, 0.03984283283352852, 0.0076609724201262, - -0.016852790489792824, -0.030491195619106293, -0.0032222771551460028, - -0.016478868201375008, -0.014700323343276978, -0.05069386214017868, - 0.005065368954092264, -0.046387117356061935, -0.030949223786592484, - -0.07382895797491074, -0.04075901210308075, -0.051450274884700775, - -0.06452801078557968, 0.0791192576289177, 0.05049359053373337, 0.02996114082634449, - -0.08866094797849655, -0.05150521919131279, 0.013110173866152763, - 0.0006486090132966638, -0.04064325615763664, -0.03198617324233055, - 0.002942194463685155, 0.03738649562001228, 0.054302215576171875, - 0.03674260526895523, -0.014436532743275166, -0.02079877443611622, - 0.06465473771095276, -0.01047420222312212, 0.07633008807897568, - -0.01259545236825943, 0.039230868220329285, 0.012404697947204113, - -0.047959405928850174, -0.0003123668138869107, -0.05429979786276817, - -0.0440780334174633, 0.02108197659254074, -0.040250420570373535, - 0.0037219843361526728, 0.12013575434684753, -0.09762043505907059, - -0.00826913770288229, -0.008822612464427948, 0.011489907279610634, - 0.03572963550686836, 0.0012150207767263055, -0.05777863785624504, - 0.025409633293747902, 0.029432866722345352, 0.03212624788284302, - 0.030048508197069168, 0.028134966269135475, -0.0685318186879158, - -0.04244576022028923, 0.011827309615910053, 0.004324943758547306, - 0.01570875011384487, -0.0265964325517416, -0.02423732914030552, - -0.018990609794855118, -0.012004866264760494, -0.0010038686450570822, - -0.007277620956301689, 0.021808968856930733, -0.006906032096594572, - 0.009582925587892532, 0.0227207038551569, -0.06626806408166885, 0.05250968411564827, - -0.011111229658126831, -0.007407679688185453, 0.04378729686141014, - -0.029686715453863144, 0.047861456871032715, -0.07232754677534103, - -0.0209270678460598, 0.012796340510249138, 0.04136699438095093, - -0.0018625773955136538, -0.0738818347454071, 0.012279762886464596, - 0.06653329730033875, -0.005272147245705128, 0.024403207004070282, - -0.027110297232866287, -0.014140496030449867, 0.02216496504843235, - -0.031100403517484665, 0.032246313989162445, 0.031528569757938385, - -0.022680262103676796, 0.05255196988582611, -0.060712508857250214, - 0.002832688856869936, 0.0024303195532411337, -0.007162413559854031, - -0.03627776354551315, 0.10639522969722748, -0.012608770281076431, - -0.07582727819681168, 0.009157935157418251, 0.051585160195827484, - -0.03490851819515228, -0.10004974156618118, -0.03297605365514755, - -0.08100869506597519, -0.028992870822548866, -0.05199774354696274, - 0.044500682502985, -0.06765072047710419, -0.07777313888072968, 0.01825961098074913, - -0.01840260438621044, -0.08705642819404602, -0.0611734502017498, - -0.004771645646542311, -0.05097418650984764, -0.008833594620227814, - 0.04248346760869026, -0.009525792673230171, 0.04541855677962303, - 0.03402227535843849, -0.014049149118363857, -0.005799130070954561, - -0.04562350735068321, -0.007034130860120058, 0.04784345254302025, - 0.07458386570215225, -0.0069744521751999855, 0.03965994715690613, - 0.0023872845340520144, -0.008237768895924091, -0.0016032254789024591, - -0.010311699472367764, -0.025703229010105133, 0.020571429282426834, - -0.0203033909201622, -0.04940025135874748, 0.048087671399116516, - 0.039149124175310135, -0.06412330269813538, 0.029948320239782333, - 0.017446406185626984, 0.01840381883084774, -0.002856355393305421, - 0.06172169744968414, 0.000261389504885301, -0.01334741897881031, - -0.036933645606040955, -0.00109369948040694, 0.04552064090967178, - -0.015248633921146393, 0.07745704799890518, 0.02065054327249527, - -0.054464615881443024, -0.07932441681623459, -0.017797376960515976, - 0.026327917352318764, -0.0446794331073761, 0.051615599542856216, - 0.010647859424352646, 0.03331553190946579, -0.07145918905735016, - 0.07896661758422852, -0.03290748596191406, 0.03663482144474983, - 0.007764736190438271, 0.08809632062911987, 0.000697990064509213, - 0.03429128974676132, -0.04110851511359215, 0.022572943940758705, - -0.025008469820022583, 0.07970648258924484, 0.0027291669975966215, - 0.0502963550388813, -0.006414582021534443, 0.048094119876623154, - 0.08984103053808212, 0.004363573621958494, 0.013110548257827759, - -0.006142620928585529, 0.03355160355567932, -0.05912097170948982, - 0.08644195646047592, 0.040800921618938446 - ], - [ - -0.013199263252317905, 0.002979410346597433, -0.08129975199699402, - -0.05997810885310173, -0.007604723330587149, -0.04911640286445618, - 0.04261009395122528, 0.022620122879743576, -0.0023342238273471594, - -0.009473715908825397, 0.01988343894481659, -0.030426502227783203, - -0.038152147084474564, 0.10867182910442352, -0.0783829391002655, - 0.010654794983565807, -0.07875180244445801, -0.016203148290514946, - -0.01585732400417328, -0.0668809786438942, 0.043358586728572845, - 0.013305429369211197, 0.03788330405950546, -0.09041279554367065, - -0.035112589597702026, 0.013840850442647934, -0.038528088480234146, - 0.05426577478647232, 0.01757725328207016, 0.04942002519965172, - 0.0018770829774439335, -0.02690145932137966, 0.0004396464501041919, - -0.0550004206597805, -0.0027564922347664833, -0.052894316613674164, - 0.04301491379737854, -0.022516867145895958, -0.03358116000890732, - -0.07491233944892883, 0.10922690480947495, 0.014319022186100483, - 0.11746083945035934, 0.031155217438936234, 0.0015499856090173125, - 0.006356290075927973, 0.05576680600643158, 0.024618612602353096, - 0.11470740288496017, -0.014246874488890171, 0.03939804807305336, - -0.026744814589619637, -0.10865993797779083, 0.023964980617165565, - 0.03865423426032066, -0.03680525720119476, 0.03403032571077347, - -0.018684152513742447, -0.026634886860847473, -0.05265599861741066, - -0.028973421081900597, -0.01110310759395361, -0.044280022382736206, - -0.04044583439826965, 0.06884516030550003, -0.034989144653081894, - 0.11359064280986786, -0.00875286664813757, 0.029448986053466797, - 0.004880460444837809, 0.014537862502038479, 0.010336529463529587, - -0.005925960838794708, -0.05655970051884651, -0.0020919714588671923, - 0.025218697264790535, 0.0441228523850441, 0.03495782986283302, -0.03825939819216728, - 0.09730594605207443, -0.026827698573470116, -0.014416658319532871, - 0.025124303996562958, -0.008157807402312756, 0.036749985069036484, - 0.011872858740389347, -0.015473873354494572, 0.008031588047742844, - 0.0042873588390648365, 0.03258857503533363, 0.01890811137855053, - -0.021786347031593323, 0.07800162583589554, 0.05871512368321419, - -0.0695890411734581, -0.031205100938677788, -0.0007850719848647714, - -0.04144782945513725, 0.027550499886274338, -0.039379239082336426, - 0.07213083654642105, -0.0412759929895401, -0.07638832926750183, 0.07919099926948547, - 0.05854366347193718, 0.10564058274030685, -4.0826547774486244e-5, - -0.01985441893339157, -0.0382012203335762, -0.03326093778014183, - 0.03378148749470711, -0.008171348832547665, -0.009822801686823368, - 0.020367402583360672, -0.04266275092959404, -0.01573020964860916, - -0.031067268922924995, 0.029843969270586967, -0.03173329308629036, - -0.03175274282693863, -0.0439399853348732, -0.09488441050052643, - -0.03204144537448883, -0.0024236426688730717, -0.0490044541656971, - -0.04021541774272919, 0.013037523254752159, 0.05045720562338829, - 0.09823689609766006, 0.01973915845155716, -0.011563355103135109, - -0.05505399778485298, -0.02646062709391117, -0.039797741919755936, - -0.03961946442723274, -0.014592635445296764, -0.036804452538490295, - 0.02607455663383007, 0.021132487803697586, -0.07034064084291458, - 0.025136785581707954, -0.10857005417346954, 0.04997771233320236, - 0.016402795910835266, 0.0019486009841784835, -0.005574483890086412, - -0.03587602451443672, 0.023964663967490196, -0.06707385182380676, - -0.0861651748418808, -0.02186739444732666, -0.03733789920806885, - 0.006244109943509102, 0.027877258136868477, -0.042726289480924606, - -0.01435970887541771, -0.024954425171017647, -0.06535890698432922, - 0.04297448322176933, 0.0005980575224384665, -0.022609803825616837, - 0.0020573041401803493, 0.015159768052399158, 0.0267381239682436, - 0.006665914319455624, -0.03106037527322769, -0.04335147142410278, - -0.07206033170223236, 0.012614068575203419, 0.11450470238924026, - -0.039591871201992035, 0.07318327575922012, 0.001444365712814033, - -0.04089122638106346, 0.01207799930125475, -0.003731868928298354, - 0.038605719804763794, -0.008784766308963299, -0.029330164194107056, - -0.055928800255060196, 0.1042701005935669, 0.04800966754555702, - -0.030542414635419846, 0.06926349550485611, 0.10541239380836487, - 0.04729286581277847, -0.09053028374910355, 0.04680512100458145, -0.0151909738779068, - 0.014217916876077652, -0.04888145253062248, 0.00545236561447382, - 0.11013396829366684, 0.04656895995140076, -0.02825184166431427, 0.06015126779675484, - -6.224559183465317e-5, -0.06773468852043152, -0.03534319996833801, - -0.024268491193652153, 0.05644097179174423, -0.01554783247411251, - -0.03667016699910164, -0.042747560888528824, 0.0108121233060956, - 0.04190715774893761, -0.10328637063503265, -0.04404926300048828, - 0.042001865804195404, -0.0620623417198658, 0.025929506868124008, - 0.01791219785809517, -0.12159615755081177, 0.009810681454837322, - -0.020404282957315445, 0.09931934624910355, -0.01693236269056797, - -0.07281863689422607, -0.015211411751806736, 0.028652125969529152, - 0.049294181168079376, -0.017132006585597992, -0.004643842577934265, - 0.009377842769026756, -0.02983827143907547, -0.10415343195199966, - 0.050482749938964844, -0.04180119186639786, 0.05593695491552353, - -0.007465374190360308, -0.034881290048360825, 0.049426645040512085, - -0.07267805188894272, -0.06616321206092834, -0.05137685686349869, - 0.022768737748265266, -0.024562660604715347, -0.04026195779442787, - 0.007776495534926653, 0.02498621679842472, -0.0854010283946991, 0.03761748597025871, - -0.05423971638083458, -0.03242658078670502, -0.08900109678506851, - -0.05878192558884621, 0.04334951192140579, -0.0630698949098587, - 0.0023965854197740555, -0.00544770760461688, 0.056390970945358276, - -0.06852862983942032, 0.05095759779214859, 0.08365105837583542, 0.0838208720088005, - -0.02915123850107193, -0.061698004603385925, 0.019201379269361496, - 0.07467503845691681, 0.040475066751241684, 0.04942547529935837, - -0.022998390719294548, 0.008738361299037933, 0.035161055624485016, - -0.05820627510547638, 0.1254657655954361, 0.11071319878101349, 0.06541970372200012, - 0.01982569321990013, 0.0779586136341095, 0.01514876913279295, 0.0009863338200375438, - 0.05307803303003311, 0.036920610815286636, -0.05322970822453499, - -0.07593689858913422, 0.0864863395690918, 0.053121231496334076, - -0.015953512862324715, -0.005827382206916809, 0.014061435125768185, - 0.07796436548233032, 0.015647685155272484, -0.10647480934858322, - -0.024081874638795853, 0.031186645850539207, -0.06814181804656982, - 0.05634531378746033, 0.06620287150144577, -0.020333312451839447, - 0.012659027241170406, 0.0578170083463192, 0.04814264550805092, -0.07487121969461441, - 0.0337563082575798, 0.044618211686611176, -0.018472351133823395, - -0.019899392500519753, -0.04768164083361626, -0.004642053972929716, - 0.025477664545178413, 0.03528451547026634, 0.0019486263627186418, - -0.05926847085356712, -0.03092532977461815, 0.08185391873121262, - -0.09219419211149216, -0.04863603413105011, -0.08352429419755936, - 0.02696722000837326, 0.03694929927587509, -0.08416984230279922, 0.09740061312913895, - -0.09103743731975555, 0.10583384335041046, -0.02878737822175026, - -0.017130855470895767, 0.025464890524744987, 0.06278596073389053, - 0.031137898564338684, 0.03420928120613098, 0.0390252061188221, -0.04243483394384384, - -0.04899078980088234, 0.06479445099830627, -0.0010469353292137384, - -0.030600102618336678, 0.00970286875963211, -0.06282996386289597, - -0.027442947030067444, -0.0008142333826981485, 0.018459036946296692, - -0.018823374062776566, -0.01953703537583351, -0.0062308055348694324, - -0.070872001349926, -0.00973591860383749, -0.009448458440601826, - 0.005800673738121986, 0.03949431702494621, -0.03520587459206581, - -0.025071728974580765, -0.030090991407632828, 0.08154229819774628, - 0.031355079263448715, -0.03171375021338463, 0.08405261486768723, - 0.013833905570209026, 0.0442933663725853, -0.0029381518252193928, - 0.05867328122258186, 0.07805921137332916, -0.010820110328495502, - -0.017110496759414673, -0.05762823298573494, 0.06691443175077438, - 0.059040315449237823, -0.03196435794234276, -0.06390440464019775, - 0.02879074029624462, -0.03581326827406883, 0.09411154687404633, - -0.04798468202352524, 0.05207652226090431, 0.04338841140270233, 0.10987504571676254, - -0.041768867522478104, -0.03623105213046074, -0.027054745703935623, - -0.03945719823241234, 0.01721222884953022, -0.05926469340920448, - -0.07429184019565582, -0.00936204381287098, -0.034939955919981, 0.02284488081932068, - -0.04414510726928711, 0.016996577382087708, 0.09242279082536697, - 0.006603749468922615, 0.02308301068842411, -0.05873661860823631, 0.0708690881729126, - -0.012155815027654171 - ], - [ - -0.008695860393345356, 0.02690732665359974, -0.012403786182403564, - 0.06774691492319107, 0.05285854637622833, 0.10115097463130951, - -0.003869875567033887, 0.024055439978837967, -0.02807455137372017, - -0.09364375472068787, -0.05954043194651604, -0.06716141104698181, - -0.04796399548649788, 0.03851962462067604, -0.034697648137807846, - -0.02265411987900734, -0.002595128258690238, -0.05923648923635483, - -0.0005808866117149591, 0.011561778374016285, -0.005739796906709671, - -0.011705981567502022, -0.0354764424264431, -0.005080276168882847, - -0.025021785870194435, 0.0630427822470665, -0.052228763699531555, - -0.06777037680149078, 0.016153065487742424, 0.05007631331682205, - -0.09774329513311386, -0.06339779496192932, -0.05450093373656273, - 0.017505541443824768, 0.031165121123194695, 0.029368003830313683, - -0.01647014729678631, 0.04511456936597824, -0.012787136249244213, - 0.03599248081445694, 0.026359444484114647, 0.009625161997973919, - -0.031024236232042313, -0.0463879331946373, 0.03789551183581352, - 0.04962274059653282, 0.09991800785064697, 0.02467307262122631, 0.09879407286643982, - -0.03806580603122711, 0.015088556334376335, 0.008894932456314564, - -0.04138563945889473, -0.09059994667768478, 0.01952255517244339, - 0.04935090243816376, -0.06405017524957657, 0.09504321217536926, - 0.021092740818858147, 0.040068481117486954, -0.005341542884707451, - 0.004004096146672964, -0.06675121188163757, -0.02172243408858776, - 0.09456517547369003, -0.03944870084524155, -0.0502520352602005, 0.03289342671632767, - 0.0043555693700909615, -0.044865161180496216, 0.05062370002269745, - -0.01837799698114395, 0.08510640263557434, -0.07583122700452805, - 0.06628560274839401, 0.011702850461006165, 0.12595750391483307, - -0.02414788492023945, 0.0027317567728459835, 0.059266045689582825, - 0.007279863115400076, -0.06115339323878288, -0.11917582154273987, - -0.021473031491041183, 0.0875641256570816, 0.01709490641951561, - 0.049048710614442825, -0.0892496332526207, -0.07871286571025848, - 0.03375430777668953, 0.039582185447216034, -0.01276799663901329, - -0.06761462986469269, 0.02480732649564743, -0.03840094432234764, - 0.00916061457246542, 0.024563636630773544, 0.07380267232656479, - 0.047413334250450134, 0.08135572075843811, 0.0474526472389698, 0.017632996663451195, - -0.04333044961094856, -0.05368104949593544, -0.04903614893555641, - 0.016945580020546913, -0.032390449196100235, 0.03617566078901291, - -0.034608498215675354, -0.019472377374768257, 0.05782739073038101, - -0.08621964603662491, 0.013470505364239216, -0.08799643069505692, - -0.07348812371492386, 0.07557933032512665, -0.08642945438623428, - -0.0998036116361618, 0.008908153511583805, 0.011265884153544903, - -0.03878508135676384, -0.002927464200183749, 0.03961994871497154, - -0.015993230044841766, -0.01631157472729683, 0.027249254286289215, - -0.04906996712088585, 0.03260640799999237, 0.020420098677277565, - -0.06754472851753235, -0.061802081763744354, -0.01436684187501669, - 0.04057736322283745, -0.0018391981720924377, -0.03366142138838768, - -0.07260552048683167, -0.01450358983129263, 0.06550464779138565, - 0.007238965015858412, -0.0028886322397738695, -0.015581425279378891, - -0.07706853747367859, -0.003912425599992275, 0.017900895327329636, - -0.0031539401970803738, -0.02177383005619049, -0.07525665313005447, - -0.03173629194498062, -0.050718653947114944, -0.005600231699645519, - 0.010542770847678185, 0.016691554337739944, 0.0810207799077034, - -0.045853838324546814, 0.030984824523329735, -0.08436696976423264, - -0.0022849387023597956, 0.0033349848818033934, 0.07214196771383286, - 0.09659745544195175, -0.06940942257642746, 0.010879235342144966, - 0.0042243702337145805, 0.0012553940759971738, 0.0874667838215828, - -0.05858509987592697, -0.0052337562665343285, -0.019290033727884293, - -0.06398539245128632, 0.10880360007286072, -0.02952118031680584, - 0.05965016782283783, -0.018409553915262222, -0.0485612154006958, - 0.09476916491985321, 0.04414648190140724, -0.0002917713427450508, - -0.03906102851033211, -0.006318937987089157, -0.09336486458778381, - -0.01036105491220951, 0.008497562259435654, 0.02076854556798935, - 0.017726505175232887, 0.011921300552785397, 0.05700602009892464, - -0.017549607902765274, -0.009914416819810867, -0.05522479861974716, - -0.06659268587827682, 0.018749434500932693, -0.055211734026670456, - 0.03699696436524391, 0.058904778212308884, -0.07826530188322067, - 0.039380863308906555, -0.01787579618394375, -0.026640988886356354, - -0.001772466697730124, -0.02073722705245018, 0.09231609851121902, - -0.030963383615016937, -0.03298487886786461, 0.009109440259635448, - -0.05019538849592209, -0.052964240312576294, -0.01309351995587349, - -0.05996081978082657, 0.023729907348752022, 0.0294636283069849, - 0.023425698280334473, 0.04872526600956917, -0.041971903294324875, - -0.004386406857520342, -0.0730612650513649, -0.025827540084719658, - -0.10560186207294464, -0.08656858652830124, -0.05862300843000412, - -0.0036883559077978134, 0.09001311659812927, 0.007626897655427456, - 0.020876966416835785, -0.04038989171385765, 0.05538257211446762, - 0.03228748217225075, -0.050714679062366486, 0.02613913081586361, - 0.03409256786108017, -0.036451950669288635, 0.05884668231010437, - 0.02539750002324581, -0.04397457838058472, -0.025784550234675407, - -0.03825394809246063, 0.057286810129880905, 0.0011457864893600345, - 0.10761405527591705, -0.024656599387526512, -0.07455870509147644, - -0.038622643798589706, 0.05787334591150284, 0.026393353939056396, - -0.006316483952105045, -0.1013316959142685, 0.023093044757843018, - 0.06674041599035263, -0.004617583937942982, -0.017246371135115623, - 0.048305217176675797, -0.006144191138446331, -0.05148202180862427, - -0.020381586626172066, -0.03521829470992088, 0.03764006868004799, - -0.03690391033887863, -0.1246483102440834, 0.07871238142251968, - -0.008449003100395203, 0.13686642050743103, -0.07371169328689575, - -0.06223450228571892, -0.05738024041056633, -0.028332935646176338, - -0.010340886190533638, -0.021023986861109734, 0.11951266974210739, - 0.07000908255577087, 0.015072513371706009, 0.0044346763752400875, - 0.13821570575237274, 0.0022125353571027517, -0.024018459022045135, - 0.03249036893248558, 0.024791095405817032, -0.013881107792258263, - -0.0017739090835675597, 0.06536483019590378, 0.06549659371376038, - -0.01409249659627676, 0.020244214683771133, -0.006591937504708767, - -0.006399951875209808, 0.003989354241639376, -0.009226151742041111, - 0.031202882528305054, -0.04050428420305252, 0.0700562447309494, 0.10328803211450577, - -0.012984511442482471, 0.03485088050365448, -0.018135318532586098, - -0.04124748706817627, -0.03875492140650749, 0.004928510636091232, - 0.038500405848026276, 0.01302590873092413, 0.02867329679429531, - -0.05253307893872261, 0.09082834422588348, -0.018881481140851974, - 0.01548017654567957, -0.07941248267889023, -0.08794087171554565, - -0.12408223748207092, 0.005681168753653765, -0.05777592957019806, - -0.017539191991090775, -0.0378912016749382, 0.08238080143928528, - -0.03242207318544388, -0.014084422029554844, 0.09425900131464005, - 0.043317798525094986, -0.032037097960710526, -0.03745210915803909, - -0.012652476318180561, 0.02176278457045555, 0.08779244869947433, - 0.012869263999164104, -0.06317134946584702, -0.014677789993584156, - -0.06202785298228264, -0.06677316874265671, -0.016797758638858795, - -0.033385857939720154, -0.016331849619746208, -0.006283802445977926, - -0.09323062747716904, 0.01917405240237713, -0.05230307579040527, - 0.047607481479644775, -0.03462423384189606, 0.019117295742034912, - 0.020325331017374992, -0.07513467967510223, 0.04882192611694336, - -0.000932100520003587, -0.03316066414117813, -0.06380665302276611, - -0.04556998610496521, 0.01814267225563526, -0.05532422289252281, - 0.058913301676511765, -0.015374408103525639, -0.07634487003087997, - 0.0815587267279625, 0.07397469878196716, 0.05063154175877571, -0.004992626141756773, - 0.03927991911768913, 0.012727251276373863, -0.017219051718711853, - -0.04311066493391991, -0.08018987625837326, 0.07453536242246628, - 0.04745560884475708, -0.0032536357175558805, 0.06653691828250885, - -0.05867395177483559, -0.05841407552361488, -0.014398283325135708, - -0.07934483140707016, 0.06355885416269302, 0.02400905080139637, - -0.01848537102341652, 0.07133247703313828, 0.04299285262823105, - -0.07368893176317215, 0.06130659207701683, -0.0518282949924469, - 0.021779589354991913, 0.019211076200008392, -0.04708784073591232, - 0.059001363813877106, 0.03108968958258629, 0.021110128611326218, - 0.005816396791487932, 0.021977253258228302, 0.029519405215978622, - 0.05625253915786743, -0.05107112228870392, 0.002709147520363331, - 0.024215636774897575 - ], - [ - 0.06349549442529678, 0.030537858605384827, 0.05952924117445946, - -0.006829440128058195, 0.04772398993372917, 0.014166221022605896, - -0.0057002785615623, 0.05079904943704605, 0.05015319213271141, 0.007082551252096891, - -0.04704941809177399, -0.054835326969623566, 0.00626530172303319, - 0.08337072283029556, -0.06182301416993141, 0.005245997104793787, - 0.040536586195230484, -0.027202537283301353, 0.003076136577874422, - -0.023545091971755028, 0.023188678547739983, -0.0427665188908577, - 0.02892180159687996, -0.02520131692290306, -0.04351755604147911, - 0.07404552400112152, -0.051542431116104126, -0.051225680857896805, - 0.03675740957260132, -0.007705258205533028, -0.03918169066309929, - 0.0003222221857868135, -0.02771424502134323, 8.367979899048805e-5, - 0.06096101179718971, -0.03672410175204277, 0.0022740645799785852, - -0.019247815012931824, -0.03978445380926132, 0.008136047050356865, - 0.03627506643533707, -0.03814718499779701, -0.005467681214213371, - -0.06246746703982353, 0.05965535715222359, 0.052119288593530655, 0.0298315342515707, - 0.1022496148943901, 0.0047734878025949, -0.0480060838162899, 0.07139790803194046, - -0.030983170494437218, -0.09267076849937439, -0.05857912823557854, - -0.03461116924881935, 0.012548146769404411, 0.009231976233422756, - 0.002739476505666971, -0.04341064393520355, -0.0024214412551373243, - -0.013774190098047256, -0.036777298897504807, -0.06390008330345154, - -0.03366893157362938, 0.024674899876117706, -0.051405470818281174, - 0.036478471010923386, 0.02618960104882717, 0.013784566894173622, - -0.06389044225215912, 0.0805220976471901, 0.03293527290225029, 0.07606282830238342, - -0.0011923132697120309, -0.02504739910364151, 0.05652056261897087, - 0.0675528272986412, 0.08108771592378616, -0.003821579273790121, - 0.040877919644117355, -0.012333705089986324, 0.011921183206140995, - -0.0021378076635301113, 0.0030968873761594296, 0.052345842123031616, - 0.014856715686619282, -0.012657884508371353, -0.011211673729121685, - -0.06925983726978302, 0.09127772599458694, 0.028524061664938927, - -0.010166092775762081, -0.06543482840061188, -0.020297938957810402, - -0.002438864903524518, 0.02436928264796734, 0.022738981992006302, - 0.0719071552157402, 0.03697607293725014, 0.030011316761374474, 0.022671513259410858, - 0.04612337797880173, 0.05695413425564766, 0.04600401222705841, 0.05012018233537674, - 0.0545339360833168, -0.02387673780322075, 0.023655148223042488, - -0.019636670127511024, -0.09604763984680176, -0.040276940912008286, - -0.08093462884426117, 0.041577331721782684, -0.0400213859975338, - -0.09121163934469223, 0.0025430642999708652, 0.02128216251730919, - -0.04114018380641937, 0.04536445066332817, 0.054700396955013275, - 0.029344158247113228, -0.05649196356534958, -0.053935322910547256, - -0.038334574550390244, 0.005154687445610762, 0.042651861906051636, - -0.046403080224990845, 0.04597748816013336, -0.017386898398399353, - 0.028845904394984245, 0.044947292655706406, -0.06609532982110977, - 0.012174349278211594, -0.041806720197200775, 0.029226863756775856, - -0.02437441423535347, 0.013406746089458466, 0.050551969558000565, - -0.06553328037261963, 0.007785267196595669, -0.030868280678987503, - -0.024815905839204788, 0.0427100732922554, 0.01307699829339981, - -0.006999962963163853, 0.01217646710574627, -0.07134923338890076, - 0.006185155361890793, -0.08911637216806412, 0.04913787171244621, - -0.008787676692008972, -0.00582121079787612, -0.002693349262699485, - 0.014306246303021908, 0.008824094198644161, 0.012021372094750404, - 0.0008887377916835248, 0.0005114427185617387, 0.05775992572307587, - 0.054109830409288406, 0.01492148358374834, 0.006934633012861013, - 0.006409473717212677, 0.03189133480191231, 0.08319734781980515, - 0.042133934795856476, 0.023336807265877724, -0.04977292940020561, - 0.01997508481144905, 0.028781700879335403, -0.010765090584754944, - 0.08732233941555023, 0.058688536286354065, -0.05187937989830971, - 0.08242025971412659, -0.050533656030893326, -0.017493335530161858, - -0.06386692821979523, 0.018323589116334915, -0.02053685486316681, - 0.02502005361020565, 0.028713300824165344, -0.026619810611009598, - 0.009372537955641747, 0.04685036838054657, 0.04030019789934158, - -0.019314846023917198, 0.002488883677870035, 0.001958191394805908, - 0.04254646226763725, 0.061250124126672745, -0.026110058650374413, - 0.016525007784366608, 0.07757190614938736, -0.051152609288692474, - 0.03937654197216034, -0.07295022159814835, -0.04968269541859627, 0.0347546748816967, - -0.08238951116800308, 0.02957523614168167, -0.05158182606101036, - -0.03670516982674599, -0.07429055124521255, 0.02785170078277588, - -0.10789661109447479, -0.06424322724342346, -0.0033164771739393473, - -0.035439055413007736, 0.013714193366467953, 0.07768036425113678, - 0.0391739197075367, -0.031478188931941986, -0.003367758123204112, - -0.03428110107779503, -0.03551461547613144, -0.001864002668298781, - -0.04782560095191002, -0.05693332105875015, 0.09966923296451569, - 0.017590448260307312, -0.017454756423830986, -0.0028928732499480247, - -0.0166192427277565, -0.00894300825893879, -0.0009120820323005319, - -0.04747772216796875, 0.021179793402552605, 0.0002207751094829291, - 0.034905482083559036, 0.026863733306527138, 0.014804217964410782, - -0.0001872030843514949, 0.021441251039505005, 0.051159899681806564, - 0.047886379063129425, 0.05352749302983284, 0.0973561480641365, -0.06828156113624573, - -0.0005271270638331771, 0.013703309930860996, 0.024270396679639816, - 0.05199478939175606, 0.012339163571596146, -0.08827043324708939, - 0.024871397763490677, -0.010744665749371052, -0.06934164464473724, - -0.04326112940907478, 0.033307142555713654, 0.035409945994615555, - -0.047636479139328, -0.029173729941248894, 0.0097630200907588, -0.03558194264769554, - 0.00010373299301136285, -0.08160070329904556, 0.0972641184926033, - 0.02564002014696598, -0.006268003024160862, -0.05568487569689751, - -0.017521638423204422, 0.01699327863752842, 0.0606716014444828, - -0.018987800925970078, -0.07859502732753754, 0.10964345186948776, - 0.07351694256067276, 0.006904149893671274, 0.03245590999722481, 0.08836375921964645, - 0.07029984891414642, -0.029565459117293358, -0.013005727902054787, - -0.07934346050024033, -0.011158856563270092, -0.028192587196826935, - 0.07445898652076721, -0.02927154116332531, 0.023198416456580162, - 0.10901962965726852, -0.024646330624818802, -0.07000672817230225, - 0.023065214976668358, 0.029850903898477554, -0.016703803092241287, - -0.029365822672843933, 0.028138697147369385, -0.008243221789598465, - 0.07019022107124329, -0.04499939829111099, 0.06746888160705566, - -0.037735212594270706, -0.021331654861569405, -0.002766233403235674, - 0.06991680711507797, -0.001824282924644649, 0.024457572028040886, - -0.04109815135598183, 0.061328861862421036, 0.016721535474061966, - -0.0020056855864822865, -0.01028668787330389, -0.061789754778146744, - -0.08073653280735016, 0.014160609804093838, -0.023928822949528694, - -0.027559533715248108, -0.06804563105106354, 0.0273525919765234, - 0.017911816015839577, 0.0180114284157753, 0.05129371955990791, - -0.022307179868221283, 0.00026083647389896214, 0.06299236416816711, - 0.08200990408658981, -0.026552723720669746, 0.035729337483644485, - 0.03425004333257675, -0.0017421884695068002, -0.041293755173683167, - -0.029255129396915436, -0.03275451436638832, -0.00308355875313282, - 0.03150956705212593, -0.031299833208322525, 0.01231363508850336, - 0.008293254300951958, 0.05664278194308281, 0.01149994507431984, 0.05552808567881584, - -0.09986638277769089, -0.004079497419297695, -0.028583943843841553, - 0.00975601002573967, -0.03553510829806328, 0.07450195401906967, - -0.024100450798869133, 0.019710391759872437, -0.05936392396688461, - -0.07725474238395691, 0.02108212746679783, 0.08732297271490097, - -0.015283954329788685, -0.048717767000198364, 0.07876752316951752, - 0.04700775071978569, 0.03477088361978531, -0.044026929885149, 0.08855364471673965, - 0.0012690940639004111, -0.012987902387976646, 0.036434534937143326, - 0.022817781195044518, 0.023699477314949036, 0.01774936355650425, - -0.00945675652474165, 0.03136320412158966, -0.10677594691514969, - -0.02541726641356945, 0.06784561276435852, -0.09908874332904816, - 0.026834290474653244, 0.010478602722287178, 0.005676410160958767, - 0.06593773514032364, 0.013250823132693768, -0.04624117538332939, - 0.042664576321840286, -0.03430058807134628, -0.030978627502918243, - -0.04693546146154404, 0.017700256779789925, -0.03491925448179245, - -0.07872307300567627, 0.0787288174033165, -0.021587910130620003, - 0.017767837271094322, 0.026502316817641258, 0.010537576861679554, - -0.03570510074496269, 0.008477135561406612, 0.0312824621796608 - ], - [ - 0.051141537725925446, -0.013164824806153774, 0.023394068703055382, - -0.06993182003498077, -0.028881248086690903, 0.0005421763053163886, - -0.023928554728627205, -0.0021499143913388252, -0.08106943964958191, - -0.004340844228863716, -0.08013393729925156, -0.032549988478422165, - 0.03472801297903061, 0.03894025459885597, 0.04596377909183502, - -0.027736540883779526, -0.005513632670044899, -0.002469879575073719, - 0.09005425125360489, -0.04594580456614494, 0.019871294498443604, - -0.07276301831007004, -0.018887441605329514, -0.0785328596830368, - 0.038507215678691864, 0.028142541646957397, 0.0018798692617565393, - 0.029725896194577217, -0.023077353835105896, -0.033554669469594955, - -0.009248893707990646, 0.010091557167470455, -0.03277120366692543, - -0.031362053006887436, 0.014891211874783039, 0.05377602204680443, - -0.037705179303884506, -0.04526602849364281, -0.018071606755256653, - -0.02651255950331688, 0.011734846979379654, 0.029286853969097137, - 0.05823776125907898, -0.050912827253341675, 0.01736128143966198, - 0.10245230793952942, 0.08605892211198807, -0.0107805747538805, 0.01704408973455429, - 0.022647710517048836, 0.04866098240017891, 0.02745365910232067, - -0.05473136156797409, 0.0014666087226942182, -0.02051592618227005, - 0.1282813847064972, 0.054775115102529526, -0.053660593926906586, - 0.021537989377975464, 0.03408566862344742, -0.0058096772991120815, - 0.051415786147117615, -0.050978388637304306, 0.03426089882850647, - 0.022099461406469345, 0.005242150742560625, 0.028019579127430916, - -0.005812728311866522, 0.05045472830533981, -0.09125934541225433, - 0.038139719516038895, 0.0560239814221859, -0.03136308118700981, - -0.061604589223861694, 0.015308189205825329, 0.06548354029655457, - 0.06094471737742424, -0.015448568388819695, 0.024705957621335983, - -0.00391383795067668, 0.03791934624314308, -0.04705815017223358, - -0.03712272644042969, 0.0017787391552701592, 0.039720430970191956, - 0.07421807944774628, 0.03590714558959007, 0.042878299951553345, - -0.012344536371529102, 0.05082147195935249, 0.06731437891721725, - 0.06685614585876465, -0.04651610925793648, -0.046703193336725235, - -0.06860028207302094, -0.02647426724433899, -0.0637432113289833, 0.0490088164806366, - -0.005908982362598181, 4.888363400823437e-5, 0.005943003110587597, - -0.06087174639105797, 0.06688974052667618, -0.030311979353427887, - 0.05781201645731926, 0.11806017905473709, -0.004371787887066603, - 0.06451977044343948, 0.02675630897283554, -0.05190747603774071, - -0.013669110834598541, -0.0405728742480278, 0.02749619632959366, - 0.009797190316021442, 0.008988318033516407, 0.03363296017050743, - -0.04936015233397484, 0.017423739656805992, -0.047251924872398376, - -0.08068545907735825, 0.005409178789705038, -0.0011382036609575152, - 0.033531513065099716, -0.04929531738162041, -0.004119591321796179, - -0.0008796071051619947, -0.07106281071901321, 0.03254847228527069, - 0.050926487892866135, 0.0035190433263778687, 0.06812553852796555, - -0.08378342539072037, 0.04229546710848808, -0.0450531467795372, 0.0732199028134346, - -0.033160485327243805, 0.023579798638820648, 0.05218690633773804, - -0.04142523929476738, 0.012561454437673092, -0.05416952818632126, - -0.007946213707327843, -0.005380391143262386, -0.04837080091238022, - -0.03172670304775238, -0.05057865381240845, -0.0852566733956337, - 0.07119087129831314, -0.02267175167798996, 0.04984037205576897, - -0.07159969210624695, 0.004494639113545418, 0.020108450204133987, - 0.003230481408536434, 0.06640790402889252, -0.03421177342534065, - -0.006494232453405857, -0.036928072571754456, 0.03027043677866459, - 0.010871930047869682, -0.0706414058804512, 0.10149414092302322, - 0.012434280477464199, 0.01831633970141411, -0.008669091388583183, - -0.032730571925640106, -0.0124822948127985, -0.03972931206226349, - 0.01854573003947735, 0.031999096274375916, 0.05777894705533981, 0.04476388543844223, - -0.014728367328643799, -0.07766524702310562, 0.032377030700445175, - 0.026248540729284286, -0.0543750636279583, -0.024237999692559242, - 0.07973449677228928, -0.04758722707629204, 0.058467064052820206, - 0.04344438016414642, 0.06308554857969284, 0.005845958832651377, - 0.0022394456900656223, 0.02030092477798462, -0.005527876783162355, - -0.013451714999973774, 0.022877883166074753, -0.0068117729388177395, - -0.03733214735984802, 0.030526667833328247, 0.006604162976145744, - 0.07389168441295624, 0.060733355581760406, 0.023292215541005135, - -0.03933963179588318, -0.06297903507947922, 0.001792570692487061, - 0.0063966624438762665, -0.02142149582505226, -0.011797568760812283, - 0.06335880607366562, -0.014917552471160889, -0.06828011572360992, - -0.0685860738158226, 0.04919126257300377, -0.04742276668548584, - -0.07889991998672485, -0.01583283394575119, -0.024331767112016678, - 0.06876891851425171, 0.06529010087251663, -0.0667867362499237, - -0.025068802759051323, -0.04995807632803917, -0.07171240448951721, - -0.03094051033258438, -0.07411454617977142, 0.10749266296625137, - 0.011366410180926323, -0.008782176300883293, -0.055781394243240356, - 0.00873304158449173, 0.04251423478126526, -0.043968360871076584, - 0.05541160702705383, 0.09317921847105026, -0.008104395121335983, - -0.05004986748099327, 0.09123006463050842, -0.03420763835310936, - 0.03934967890381813, 0.0730353593826294, -0.031138207763433456, - 0.024558182805776596, -0.021576277911663055, -0.006169289816170931, - 0.01932600326836109, -0.051808424293994904, -0.00354120135307312, - 0.030019672587513924, 0.09144473820924759, 0.00836898572742939, - 0.007628547493368387, 0.021115366369485855, 0.0029165875166654587, - 0.013350846245884895, 0.020349737256765366, -0.00877984520047903, - -0.02294234186410904, 0.004237769637256861, 0.0038952836766839027, - -0.05597773566842079, -0.020770397037267685, -0.026454301550984383, - -0.04486796632409096, -0.015193236991763115, 0.006125253159552813, - 0.03613757714629173, -0.06333433836698532, 0.0007459722692146897, - 0.019346456974744797, 0.045439306646585464, -0.011270512826740742, - -0.10235241055488586, 0.03885724022984505, 0.034045714884996414, - 0.07236010581254959, 0.04311276972293854, 0.05404719337821007, 0.030259963124990463, - -0.06032664701342583, 0.006475215777754784, -0.0494825541973114, - 0.06263967603445053, -0.029857439920306206, -0.02847396582365036, - -0.02648407407104969, 0.07770785689353943, 0.0024124172050505877, - 0.03673332557082176, 0.003927757032215595, 0.005684457253664732, - -0.016767501831054688, -0.020595328882336617, 0.005181650165468454, - -0.0061282869428396225, 0.06667386740446091, 0.06452474743127823, - 0.03918933868408203, 0.004366765264421701, -0.017463773488998413, - -0.061454810202121735, 0.03754395246505737, 0.038438521325588226, - 0.028763212263584137, 0.0298012588173151, -0.03400779515504837, - 0.031193522736430168, 0.04133665934205055, 0.00592902721837163, - 0.0020081079564988613, -0.04325199872255325, -0.012258341535925865, - -0.0408877395093441, -0.05257200822234154, -0.016573892906308174, - -0.02716972678899765, -0.006740558426827192, -0.02461404912173748, - -0.06501235067844391, -0.10225652158260345, -0.0755099430680275, - 0.012832438573241234, 0.04611534997820854, 0.11106935888528824, - -0.029618743807077408, -0.01939370483160019, -0.00885989423841238, - 0.0013224552385509014, 0.06462658941745758, -0.059630002826452255, - -0.0738280862569809, -0.03616221249103546, -0.0560874305665493, - 0.054191865026950836, -0.00951713602989912, 0.06374219059944153, - -0.03376637026667595, 0.08723725378513336, -0.07080399990081787, - -0.062272604554891586, -0.01575973443686962, -0.01752597466111183, - -0.04536569491028786, -0.05329176038503647, -0.013598253019154072, - -0.018988963216543198, -0.03568106144666672, -0.06362184137105942, - -0.012906868942081928, -0.061824969947338104, 0.03303820639848709, - -0.06998159736394882, -0.08241722732782364, 0.005284331738948822, - 0.007377091329544783, 0.04038350284099579, -0.036006566137075424, - 0.025064626708626747, -0.029954396188259125, -0.01229158230125904, - 0.008016650564968586, -0.03737593814730644, -0.051551494747400284, - 0.010888642631471157, -0.047966063022613525, -0.016494272276759148, - -0.05002523958683014, -0.09653609246015549, 0.04898320138454437, - -0.10827567428350449, -0.04007214307785034, -0.006226059515029192, - 0.02647927589714527, 0.014493984170258045, -0.04848022758960724, - -0.0879908949136734, -0.07142841070890427, 0.021681873127818108, - -0.01464766077697277, -0.08401672542095184, -0.04665258526802063, - -0.011273443698883057, -0.07068165391683578, -0.006324277725070715, - -0.010985112749040127, 0.0688667893409729, 0.005739791784435511, - -0.017731083557009697, -0.06696046143770218, 0.08858215808868408, - -0.04449208080768585 - ], - [ - -0.02019604668021202, 0.04141326993703842, -0.012652009725570679, - -0.040343284606933594, -0.07734943181276321, 0.09994009882211685, - -0.041338253766298294, 0.02061345800757408, 0.06386061012744904, - 0.03070090524852276, -0.04560466110706329, -0.041459593921899796, - -0.043287865817546844, 0.02818317711353302, 0.0018785614520311356, - 0.04098673537373543, 0.025758445262908936, -0.05753781646490097, - -0.005299582611769438, 0.026808392256498337, 0.09181006997823715, - 0.028656167909502983, 0.003909625578671694, 0.02714586816728115, - 0.02365269511938095, -0.040233220905065536, -0.06735009700059891, - -0.026907728984951973, -0.04181427136063576, -0.005704131908714771, - -0.030064377933740616, 0.01107307244092226, 0.015120238997042179, - 0.04311082884669304, 0.02749156951904297, -0.0013698131078854203, - -0.023966385051608086, -0.05082801729440689, -0.025573914870619774, - -0.016818884760141373, -0.031784385442733765, 0.05005854740738869, - -0.05294371768832207, 0.06301207095384598, -0.009362893179059029, - 0.07824765145778656, 0.03771819919347763, -0.029336964711546898, - 0.04022805392742157, -0.07127708941698074, 0.09172516316175461, - 0.028571968898177147, 0.022523444145917892, -0.019216109067201614, - -0.018757497891783714, 0.00814603827893734, -0.014860009774565697, - 0.05277286842465401, 0.035231269896030426, 0.024568840861320496, - 0.04379614442586899, 0.03122842125594616, -0.016976365819573402, - 0.03755374625325203, 0.0570424422621727, 0.022367168217897415, -0.08948706835508347, - -0.015952639281749725, -0.01628769189119339, -0.014506307430565357, - 0.06699089705944061, -0.0145757757127285, 0.03644871339201927, -0.04671430215239525, - 0.08079414814710617, 0.03912043571472168, 0.06702595204114914, 0.01114269532263279, - -0.0416933111846447, 0.009762820787727833, 0.042774297297000885, - -0.0002940389676950872, -0.05872724577784538, 0.007374502252787352, - -0.03215012699365616, 0.029068244621157646, 0.07517979294061661, - 0.0002869977324735373, -0.01919889822602272, 0.02833719737827778, - 0.06665743887424469, -0.0032066109124571085, -0.015657661482691765, - -0.0022720214910805225, -0.032171040773391724, -0.027740251272916794, - -0.025138819590210915, 0.004763375036418438, 0.03327077627182007, - 0.022614046931266785, -0.025598986074328423, 0.01446524914354086, - -0.052973873913288116, 0.001150666968896985, -0.04926909878849983, - 0.06925392895936966, 0.010083130560815334, 0.021983342245221138, 0.0468696653842926, - -0.049124300479888916, -0.009780319407582283, -0.04128343611955643, - 0.13462083041667938, -0.014831907115876675, -0.053572237491607666, - -0.023531688377261162, -0.09257392585277557, -0.07866984605789185, - 0.006616421975195408, 0.01239689625799656, -0.06547483056783676, - 0.015072189271450043, 0.04106646031141281, 0.03671860322356224, - -0.04380984976887703, -0.0362628810107708, -0.0752677246928215, - 0.001107094925828278, -0.026280278339982033, -0.09144028276205063, - -0.03718969225883484, -0.07438153028488159, 0.025202536955475807, - -0.05186791345477104, 0.009143386036157608, 0.002313372679054737, - 0.0706748440861702, 0.022051742300391197, 0.023768696933984756, - -0.026015063747763634, 0.04537295177578926, 0.004313219804316759, - 0.025473564863204956, -0.004522823728621006, 0.01875564083456993, - -0.001101739122532308, 0.02098710834980011, 0.0343274362385273, - -0.054291918873786926, 0.014547486789524555, 0.04637715592980385, - 0.07700943201780319, -0.007368306629359722, -0.07851886004209518, - 0.003286980092525482, -0.010181225836277008, 0.08415862172842026, - 0.005922346375882626, 0.004989970475435257, 0.021664509549736977, - 0.04993570223450661, 0.055442363023757935, 0.005230334121733904, - 0.06791332364082336, 0.02597891539335251, -0.01637226901948452, - -0.00864814966917038, -0.12352562695741653, 0.05453993007540703, - 0.06297319382429123, -0.015138496644794941, 0.057060614228248596, - 0.024951685220003128, -0.03885587677359581, -0.0036655673757195473, - 0.012571542523801327, -0.0484352633357048, 0.022452430799603462, - -0.032104749232530594, -0.05943576619029045, -0.003141219960525632, - 0.09535229206085205, -0.01962662860751152, 0.028639089316129684, - 0.0035505143459886312, 0.027962807565927505, -0.02635224349796772, - -0.02529103122651577, -0.030155468732118607, 0.0770781934261322, - 0.058897990733385086, -0.03394591435790062, 0.06385412812232971, - 0.08761785179376602, -0.01987963728606701, 0.019410718232393265, - -0.06846259534358978, -0.0722278580069542, -0.00039984099566936493, - 0.02110213041305542, -0.07274141907691956, -0.08225400000810623, - 0.02831972762942314, -0.08931655436754227, -0.004503068048506975, - -0.010668276809155941, -0.04593690484762192, -0.029539454728364944, - 0.03445468470454216, 0.0891541838645935, 0.03610182926058769, 0.005296447314321995, - 0.022175638005137444, -0.013447696343064308, -0.11212711036205292, - 0.004398026037961245, 0.017353877425193787, -0.006537239067256451, - -0.051094986498355865, 0.02872459962964058, 0.05475402995944023, - -0.05632665753364563, -0.027047019451856613, -0.010128562338650227, - -0.009208324365317822, -0.08623067289590836, 0.011204957030713558, - 0.08384878188371658, -0.06862688809633255, -0.07462020963430405, - -0.0011683020275086164, -0.054333094507455826, -0.03758963197469711, - 0.07338044047355652, 0.01884600520133972, -0.004549621604382992, - 0.05174301192164421, 0.044486306607723236, 0.0011612663511186838, - -0.030278056859970093, 0.04733791574835777, 0.05483012646436691, - -0.0033544604666531086, -0.12997013330459595, -0.02732725441455841, - 0.008943398483097553, -0.013621793128550053, -0.04638919234275818, - 0.024263260886073112, 0.03767697885632515, 0.02780115231871605, - -0.06901354342699051, -0.05084997043013573, 0.030039114877581596, - 0.022000417113304138, -0.06872031092643738, -0.08673767000436783, - 0.0731099545955658, -0.00702331867069006, 0.0073084463365375996, - -0.05024869740009308, 0.03168303519487381, -0.019285038113594055, - -0.0069532450288534164, -0.020245544612407684, -0.05343073606491089, - 0.08494104444980621, 0.042412761598825455, -0.013827169314026833, - 0.018738070502877235, 0.018310122191905975, 0.08535538613796234, - -0.0027895430102944374, -0.03773527592420578, -0.017487946897745132, - 0.0395231619477272, 0.10059947520494461, 0.048237185925245285, 0.016098298132419586, - 0.06640123575925827, 0.002101961988955736, -0.0210611280053854, 0.04199431091547012, - 0.03440764173865318, -0.0017746401717886329, -0.06181643158197403, - -0.0320168137550354, -0.04880201816558838, -0.009062533266842365, - 0.03809373080730438, 0.02968471869826317, 0.0541132353246212, 0.011529714800417423, - -0.05553097277879715, 0.0397309735417366, 0.025694765150547028, - -0.06610149890184402, 0.05349309742450714, 0.008282726630568504, - 0.06632842123508453, 0.022168541327118874, 0.06213483214378357, - -0.00021380437829066068, 0.012219380587339401, -0.0702032521367073, - 0.024823104962706566, -0.011298811063170433, -0.02162216603755951, - -0.08895037323236465, 0.027022849768400192, -0.04864044487476349, - -0.07065713405609131, -0.02643108181655407, -0.024893712252378464, - 0.058780670166015625, -0.004395144060254097, 0.026865646243095398, - -0.019240979105234146, 0.04457865655422211, 0.0006936308345757425, - 0.01495995745062828, 0.022629287093877792, -0.03527616709470749, - -0.0882662907242775, -0.06000809744000435, -0.051780104637145996, - 0.049337152391672134, -0.002662064041942358, 0.0395386628806591, - -0.010687838308513165, -0.010632148943841457, -0.03129447624087334, - 0.013237741775810719, -0.03542020171880722, -0.02058432437479496, - 0.03270823881030083, 0.011286918073892593, 0.02369503118097782, - 0.025872711092233658, 0.006172887980937958, -0.046365492045879364, - -0.012093075551092625, 0.004363276995718479, 0.08323761075735092, - -0.08321069926023483, -0.019680021330714226, 0.08513391017913818, - 0.04201597347855568, 0.03794427588582039, -0.047862302511930466, - -0.012599579058587551, 0.06047713756561279, -0.004190690815448761, - -0.004461674019694328, -0.04785744845867157, -0.09236742556095123, - 0.013395381160080433, -0.03136073797941208, -0.027040855959057808, - -0.033133894205093384, -0.09747286885976791, -0.010347861796617508, - 0.0005788127309642732, -0.022483251988887787, 0.037449512630701065, - 0.020092317834496498, 0.0489492192864418, 0.03060578927397728, -0.05457168444991112, - 0.0758327916264534, -0.013454831205308437, 0.10966496914625168, - -0.0054043675772845745, -0.015224345028400421, 0.02163616009056568, - -0.024188997223973274, 0.07730084657669067, 0.02390029840171337, - -0.006427950691431761, 0.017242150381207466, -0.027559101581573486, - -0.04264570027589798, 0.02612016163766384, 0.005424333270639181 - ], - [ - 0.10169792175292969, -0.023210670799016953, -0.045272454619407654, - 0.013928769156336784, 0.05013034865260124, 0.04767496883869171, - -0.05622950941324234, -0.04818284884095192, 0.0753704309463501, 0.00842894334346056, - 0.01877736672759056, 0.0021236399188637733, -0.08692331612110138, - -0.027907611802220345, 0.08042129129171371, -0.030235499143600464, - -0.060946810990571976, 0.10465763509273529, -0.000991427805274725, - -0.019201183691620827, 0.05157443508505821, 0.021692346781492233, - -0.017108254134655, -0.010786772705614567, -0.04654543846845627, - 0.03887404128909111, 0.007651566993445158, -0.14827512204647064, - -0.11112845689058304, 0.07802128791809082, 0.04511250928044319, - -0.05952851474285126, -0.07347332686185837, -0.00719767389819026, - 0.056092340499162674, -0.030641255900263786, 0.028271442279219627, - -0.039924539625644684, -0.008196760900318623, -0.008760998025536537, - -0.07688349485397339, -0.01970885880291462, 0.026025744155049324, - -0.020816389471292496, 0.033894822001457214, -0.05972912907600403, - -0.06188040226697922, 0.007504839450120926, -0.012562975287437439, - -0.050260137766599655, 0.04026956111192703, -0.039844874292612076, - 0.002872839570045471, 0.016274860128760338, 0.015830695629119873, - -0.012608509510755539, -0.06166725978255272, 0.055977191776037216, - -0.025815701112151146, -0.004662795923650265, -0.008909911848604679, - 0.014159226790070534, 0.06320719420909882, -0.025814957916736603, - 0.031668245792388916, 0.052116092294454575, -0.0834185779094696, - 0.014723991975188255, 0.027058668434619904, -0.03331175446510315, - -0.05797984451055527, -0.059930410236120224, -0.06589934229850769, - 0.016849331557750702, -0.039315320551395416, 0.07408113777637482, - 0.07712753862142563, 0.04114584997296333, 0.11971988528966904, 0.0391792356967926, - -0.05345027521252632, 0.07155970484018326, 0.057136062532663345, - -0.08789800852537155, 0.016510099172592163, 0.001476756646297872, - 0.08150789141654968, -0.0352882519364357, -0.04634874314069748, 0.05700726807117462, - 0.08562839031219482, 0.015129035338759422, -0.07757309079170227, - -0.020605389028787613, -0.017614543437957764, 0.02313704788684845, - -0.045693449676036835, 0.060380540788173676, 0.0045074294321238995, - 0.055422015488147736, -0.02421681582927704, -0.027714652940630913, - 0.026046494022011757, -0.004333085380494595, -0.05222601443529129, - -0.0692393034696579, 0.05872466787695885, -0.08541055023670197, 0.02462174743413925, - -0.037328608334064484, 0.06336445361375809, 0.009993774816393852, - 0.03654652461409569, -0.0062642586417496204, -0.021260956302285194, - -0.008742673322558403, 0.040844932198524475, -0.1286807805299759, - 0.09451127797365189, 0.05254771560430527, -0.01624525897204876, 0.03220095857977867, - -0.03206972777843475, -0.04868580028414726, -0.06490951031446457, - 0.07000590115785599, -0.10767300426959991, 0.03261244297027588, 0.08597607910633087, - 0.03817756101489067, -0.046487629413604736, 0.003721170127391815, - 0.07031545042991638, -0.014149334281682968, 0.08283118158578873, - -0.13870267570018768, 0.042812611907720566, 0.031409770250320435, - -0.023766029626131058, 0.018091754987835884, -0.08943088352680206, - 0.003787469584494829, -0.007530605886131525, -0.04441748559474945, - -0.004584140609949827, 0.035268545150756836, 0.0267624631524086, - 0.04100693017244339, -0.07518629729747772, 0.05191551148891449, 0.11685941368341446, - 0.039996836334466934, 0.04182855784893036, -0.020960060879588127, - 0.05493443086743355, -0.04328184202313423, -0.005771910306066275, - 0.006827179808169603, -0.03299671411514282, 0.026908569037914276, - 0.06183311343193054, -0.025206565856933594, -0.07738962769508362, - 0.0018859923584386706, 0.011073578149080276, -0.062047041952610016, - -0.07510491460561752, -0.06622860580682755, 0.10356637835502625, - -0.023970745503902435, -0.01948879100382328, 0.09018325805664062, - 0.023676294833421707, -0.030574459582567215, 0.06887529790401459, - 0.018356451764702797, -0.003795240307226777, -0.07920604944229126, - -0.010942431166768074, -0.023396959528326988, -0.12452919036149979, - -0.0388004407286644, -0.059094589203596115, -0.025372376665472984, - -0.06186393275856972, -0.04274818301200867, -0.03678469732403755, - -0.05217130109667778, 0.019996188580989838, -0.1182154193520546, - 0.018499145284295082, -0.11849740147590637, 0.05822751298546791, - 0.04122266173362732, 0.017514612525701523, -0.012379809282720089, - 0.024158570915460587, -0.09865356236696243, -0.0036391885951161385, - -0.025926917791366577, 0.010778097435832024, 0.001539094839245081, - -0.04427839815616608, -0.028953270986676216, -0.07685941457748413, - -0.07929235696792603, 0.0016980617074295878, -0.044776931405067444, - 0.0394723080098629, 0.015306695364415646, 0.0017619082937017083, - 0.03226758539676666, -0.008551560342311859, -0.05676712840795517, - 0.03853156045079231, 0.047164056450128555, -0.022416161373257637, - -0.0799708217382431, -0.05406484380364418, 0.01631278172135353, 0.11875912547111511, - -0.020196225494146347, 0.09428367018699646, 0.036021847277879715, - 0.013948222622275352, -0.04269574210047722, -0.0650215744972229, - -0.01161782443523407, 0.03968246653676033, 0.049535565078258514, - 0.09335266798734665, -0.034192584455013275, 0.030759504064917564, - -0.029956430196762085, -0.054228443652391434, -0.07860524207353592, - 0.03074817918241024, 0.16707363724708557, -0.009220247156918049, - 0.07023055851459503, -0.012795595452189445, 0.02148756943643093, - 0.07756771147251129, 0.07264873385429382, -0.06222987920045853, 0.08928623795509338, - -0.03548040986061096, 0.17249621450901031, 0.029758889228105545, - -0.040182922035455704, -0.014741330407559872, -0.0992346704006195, - -0.04128975421190262, 0.010560741648077965, 0.03814850002527237, - -0.011879893019795418, -0.0833921730518341, 0.12829630076885223, - 0.01939225383102894, 0.03081176057457924, -0.04425032436847687, - -0.03426278010010719, -0.07352472841739655, -0.013618816621601582, - 0.030917368829250336, -0.04155195504426956, -0.022320082411170006, - -0.005019364878535271, 0.006386138964444399, 0.09391731023788452, - -0.001979786204174161, 0.0772489458322525, -0.05688753351569176, - -0.03787476569414139, -0.028615472838282585, -0.019773075357079506, - -0.044704221189022064, 0.11471960693597794, 0.03598513826727867, - -0.05534159019589424, 0.07629045844078064, 0.020050378516316414, - -0.11717650294303894, 0.07830802351236343, -0.058186233043670654, - 0.04249250888824463, 0.0876314789056778, 0.0031997221522033215, - 0.017005862668156624, -0.049504004418849945, -0.020500710234045982, - -0.052982404828071594, -0.013298051431775093, -0.0031072436831891537, - -0.02994919940829277, 0.08009114116430283, 0.08808054029941559, 0.01917017251253128, - -0.0512428842484951, 0.031683363020420074, 0.07141872495412827, 0.0503263995051384, - 0.061642881482839584, 0.0738707110285759, -0.03826451301574707, - -0.04385238140821457, 0.04590833932161331, -0.06288092583417892, - -0.04410814121365547, -0.04373064264655113, 0.12258724123239517, - 0.043556880205869675, 0.030424131080508232, 0.054385408759117126, - -0.12897837162017822, 0.05121210962533951, -0.003976337146013975, - 0.023642048239707947, 0.017476005479693413, 0.025208527222275734, - -0.10487179458141327, 0.011952006258070469, -0.09172782301902771, - -0.1070055440068245, 0.017956417053937912, 0.0501115545630455, -0.05584367737174034, - 0.03141679987311363, 0.03949163481593132, 0.03755411133170128, -0.0632086917757988, - 0.02376677468419075, -0.013514906167984009, -0.02571187913417816, - -0.03332814201712608, -0.013429391197860241, 0.029364941641688347, - 0.11836127191781998, 0.006531119346618652, 0.031432900577783585, - -0.028049910441040993, -0.020600976422429085, 0.0345294363796711, - -0.059897661209106445, -0.003700088243931532, 0.032304149121046066, - 0.02428196370601654, 0.06557394564151764, 0.0786106213927269, 0.01689450815320015, - -0.07418832927942276, -0.0502142496407032, 0.056803345680236816, - 0.023090321570634842, -0.05954354256391525, 0.029481103643774986, - -0.02039015106856823, 0.02583662047982216, 0.06305573135614395, - -0.037104569375514984, -0.03096533939242363, -0.022883089259266853, - -0.041359759867191315, -0.08432392030954361, 0.03081447258591652, - 0.03123503364622593, -0.03879774734377861, 0.047291647642850876, - -0.0998603105545044, 0.08650873601436615, 0.009851559065282345, 0.06476525962352753, - -0.009896923787891865, 0.04020030051469803, 0.023808501660823822, - -0.004531010519713163, -0.035371530801057816, -0.020486723631620407, - -0.026968030259013176, 0.011922820471227169, -0.043521661311388016, - 0.015686368569731712, 0.024424048140645027, 0.06305888295173645 - ], - [ - -0.029982322826981544, -0.030992083251476288, -0.023835940286517143, - 0.07253915816545486, 0.07186441123485565, 0.001967423129826784, - -0.02760426141321659, 0.010559381917119026, -0.03270591050386429, - -0.025561077520251274, -0.04557012394070625, -0.0816287025809288, - 0.005292581859976053, -0.017085285857319832, 0.039953168481588364, - 0.0031045021023601294, -0.02039128541946411, 0.028377966955304146, - -0.04539726302027702, -0.0077322195284068584, 0.001639446709305048, - -0.03224847838282585, -0.04555477574467659, 0.05863076075911522, - -0.023539230227470398, -0.052025504410266876, -0.02626367099583149, - 0.025057721883058548, 0.010862109251320362, 0.052828043699264526, - 0.041616976261138916, 0.05423048883676529, 0.056646060198545456, - 0.0033819207455962896, -0.021182101219892502, -0.062471359968185425, - 0.020102694630622864, 0.025217927992343903, 0.02411610074341297, - 0.01034893374890089, -0.004190541338175535, 0.006605346687138081, - 0.05045223608613014, 0.03373730927705765, 0.04453115910291672, -0.04188862442970276, - -0.0879897028207779, -0.0324685238301754, 0.016347667202353477, 0.0662723034620285, - 0.0058527453802526, -0.05230335518717766, 0.04230453073978424, 0.019131267443299294, - -0.05086227506399155, 0.029244400560855865, -0.0467202365398407, - 0.022029345855116844, -0.051621370017528534, 0.023785443976521492, - -0.02687888965010643, 0.01849830523133278, 0.06405197083950043, - -0.038286905735731125, -0.0534992478787899, -0.011632250621914864, - 0.032505352050065994, -0.06239314749836922, -0.03555430471897125, - 0.07910080254077911, -0.017761792987585068, 0.04167988523840904, - -0.0035146153531968594, 0.019195761531591415, 0.00028970607672818005, - 0.022163471207022667, -0.03519183024764061, -0.014673073776066303, - -0.015806764364242554, -0.04123961552977562, -0.03505154699087143, - -0.047878727316856384, -0.04659079387784004, 0.03223870322108269, - 0.049295179545879364, -0.07400104403495789, -0.05703696608543396, - 0.05086063966155052, 0.005476962774991989, 0.04132477194070816, - -0.0015795534709468484, 0.011711512692272663, -0.023745181038975716, - -0.04955638572573662, 0.04305724427103996, 0.05890790745615959, - 0.025393186137080193, -0.04283758997917175, -0.0639057531952858, - 0.05129731073975563, -0.019368771463632584, -0.03622961789369583, - 0.02065329998731613, -0.03684406727552414, 0.004031545016914606, - 0.011826422065496445, -0.03327714279294014, 0.0005636367714032531, - 0.012738075107336044, -0.005033258814364672, -0.06951717287302017, - 0.07282306253910065, -0.07933151721954346, 0.022406132891774178, - 0.05004596337676048, -0.009409680031239986, 0.024193983525037766, - -0.025039374828338623, 0.04294523969292641, 0.06108679622411728, - 0.02057325653731823, -0.005969876889139414, 0.01738870143890381, - 0.04771101847290993, 0.023090848699212074, -0.005545395892113447, - 0.0777849331498146, 0.04278997704386711, 0.002966077532619238, 0.0570545569062233, - 0.08673051744699478, 0.07807880640029907, -0.03201470896601677, 0.09018529206514359, - -0.06528007239103317, 0.017889903858304024, -0.08700254559516907, - -0.03573877736926079, 0.011264383792877197, -0.06459123641252518, - 0.05406557396054268, 0.07174160331487656, -0.06387361139059067, 0.02845134027302265, - 0.013341421261429787, -0.004546536598354578, 0.0006220575887709856, - -0.008458328433334827, 0.05405440181493759, 0.009520161896944046, - -0.08235485851764679, -0.05491488054394722, -0.047839704900979996, - 0.015377906151115894, -0.05201900005340576, 0.08186624944210052, - 0.01486795861274004, 0.07699456065893173, -0.05434979498386383, - 0.005048504564911127, -0.0008157074335031211, -0.0012264847755432129, - 0.01193710882216692, -0.04626587778329849, -0.0005817114724777639, - 0.06394433975219727, -0.038815103471279144, 0.07318040728569031, - 0.020102819427847862, -0.020478522405028343, -0.03777275234460831, - -0.005067925434559584, 0.07516804337501526, 0.025558630004525185, - -0.0035591034684330225, 0.023901745676994324, 0.017730994150042534, - 0.03991178050637245, 0.0036094512324780226, 0.010877734050154686, - -0.05067410692572594, 0.012714886106550694, -0.0052565778605639935, - -0.06743092089891434, -0.05816606804728508, -0.00031802841112948954, - 0.008584720082581043, -0.036123570054769516, 0.03901984170079231, - -0.043344222009181976, 0.020778533071279526, -0.01678587682545185, - -0.021369632333517075, -0.051195479929447174, -0.06624948978424072, - -0.011540008708834648, 0.053510379046201706, 0.03891049325466156, - -0.01623222604393959, -0.011455126106739044, 0.05268849432468414, - 0.05049615725874901, -0.012895599938929081, 0.056856006383895874, - 0.004262575879693031, 0.077927365899086, 0.038087040185928345, - -0.022624587640166283, 0.09949599951505661, 0.009429123252630234, - -0.08470997959375381, 0.03801252692937851, 0.027026282623410225, - 0.0036778023932129145, 0.047972422093153, -0.028544040396809578, - 0.030164599418640137, 0.10108599811792374, 0.01748514175415039, - 0.042793065309524536, 0.03812948986887932, -0.015894683077931404, - -0.032292675226926804, 0.018673859536647797, -0.05387314036488533, - 0.023588329553604126, 0.0030954480171203613, -0.00828405562788248, - 0.014793463051319122, 0.008743097074329853, -0.04574551433324814, - 0.001103582326322794, 0.035623326897621155, 0.026804307475686073, - 0.035645775496959686, -0.020071715116500854, -0.018197879195213318, - 0.0019754215609282255, 0.02983538620173931, -0.030160149559378624, - -0.004873691592365503, 0.013163285329937935, -0.021980157122015953, - 0.06194215267896652, -0.0007401035982184112, -0.01099140290170908, - -0.02232382632791996, 0.06676273047924042, -0.001943557639606297, - 0.006809503771364689, 0.033103521913290024, 0.025121787562966347, - 0.03618095442652702, 0.016617344692349434, -0.006008464377373457, - 0.07328905165195465, 0.04035722091794014, 0.0031703696586191654, - 0.024919996038079262, -0.07598430663347244, 0.01575312204658985, - -0.05077472701668739, 0.014777403324842453, -0.029878759756684303, - -0.00510135293006897, -0.0235125869512558, -0.1077578067779541, - 0.018599554896354675, -0.026926744729280472, -0.04566187784075737, - 0.0041892798617482185, -0.08824066817760468, -0.03744069114327431, - -0.055027641355991364, -0.04413812607526779, 0.002580579137429595, - -0.039680950343608856, 0.0532565601170063, -0.037494003772735596, - -0.08578859269618988, 0.019692983478307724, -0.02444484271109104, - -0.007154667284339666, 0.007530452683568001, -0.008260461501777172, - 0.0007487681577913463, -0.0037163845263421535, -0.032775942236185074, - -0.02085123397409916, -0.051073551177978516, -0.03680606558918953, - -0.0171844270080328, 0.0710282027721405, -0.01774931326508522, 0.032959625124931335, - -0.08993618935346603, 0.02928372099995613, 0.021797407418489456, - 0.07923883944749832, -0.0416041724383831, 0.008616084232926369, - 0.059941329061985016, -0.0016012201085686684, 0.015238667838275433, - -0.0037784262094646692, 0.018488723784685135, -0.035317081958055496, - 0.0813552737236023, 0.06722283363342285, -0.06765905767679214, 0.03622732311487198, - 0.07142572849988937, 0.001792532973922789, 0.03197913244366646, - 0.023425612598657608, -0.0018833596259355545, 0.050032999366521835, - -0.004525882191956043, -0.015417972579598427, 0.0030986403580754995, - 0.07890205085277557, -0.0429055280983448, 0.06852063536643982, 0.11399739980697632, - -0.05932716280221939, 0.0017240031156688929, 0.042997993528842926, - -0.02180984430015087, -0.0018128978554159403, 0.014383061788976192, - 0.04914136230945587, 0.013015352189540863, 0.04375489801168442, - -0.06626853346824646, 0.024655723944306374, 0.09081154316663742, - 0.017724022269248962, -0.033277835696935654, 0.0250445194542408, - -0.02543594129383564, 0.021194566041231155, -0.008046353235840797, - 0.04804681986570358, -0.018563812598586082, 0.013088291510939598, - 0.04476655647158623, -0.04711133986711502, -0.019932465627789497, - -0.06857772916555405, -0.008331306278705597, 0.02918620966374874, - -0.06660465896129608, -0.009431019425392151, 0.04244089871644974, - -0.004422096069902182, 0.03817848116159439, 0.0038190926425158978, - 0.05503833666443825, 0.03353656828403473, 0.002185835735872388, - -0.03188050538301468, -0.03878279775381088, 0.04126692935824394, - 0.016280872747302055, 0.011645369231700897, -0.11024513840675354, - -0.04204611852765083, -0.08900760859251022, -0.04419667273759842, - 0.000846420822199434, -0.020890988409519196, -0.09968554973602295, - 0.0033610209356993437, -0.03855027258396149, -0.014880983158946037, - 0.004595794714987278, -0.054021939635276794, 0.01588941365480423, - -0.04830576479434967, -0.01987643539905548, 0.03177231550216675, - 0.019508693367242813, -0.05806838348507881, -0.042647842317819595 - ], - [ - -0.02803901582956314, 0.04487556591629982, -0.036047764122486115, - -0.03684942424297333, -0.02694174088537693, 0.0034306913148611784, - 0.023622455075383186, 0.011606422252953053, -0.007001872640103102, - 0.011733324266970158, -0.008644124493002892, 0.01489962451159954, - 0.011871843598783016, 0.014949820935726166, -0.026113830506801605, - -0.046841759234666824, -0.021805258467793465, -0.07446784526109695, - 0.11384910345077515, 0.02880416065454483, 0.05263666808605194, 0.020694861188530922, - -0.026152651757001877, 0.007483390159904957, 0.03186223283410072, - -0.02083207666873932, -0.015585280023515224, -0.014591679908335209, - 0.016115261241793633, 0.01372573059052229, -0.06433282047510147, - -0.045090921223163605, -0.06486047804355621, 0.005677136592566967, - 0.03813819959759712, 0.061700429767370224, 0.0175204798579216, - -0.017187269404530525, -0.004657990299165249, 0.028621790930628777, - 0.03758567199110985, 0.054755453020334244, 0.023651450872421265, - 0.018898390233516693, 0.021584931761026382, 0.02120499685406685, - 0.07164297997951508, 0.04484088346362114, -0.004571191035211086, - -0.023393942043185234, 0.04692436754703522, -0.002271009609103203, - -0.0872243344783783, 0.0008073034114204347, 0.021652106195688248, - 0.046349018812179565, 0.06666604429483414, -0.001659010536968708, - 0.02197767049074173, -0.028317032381892204, 0.0022500071208924055, - -0.006242796778678894, 0.0075540803372859955, -0.03970635309815407, - 0.02709296904504299, 0.018945805728435516, -0.007898315787315369, - 0.07103817909955978, 0.0008775234455242753, 0.006986506283283234, - 0.04499480873346329, -0.04188082367181778, 0.05740169435739517, - -0.04656737670302391, 0.02107500471174717, -0.02754211612045765, - 0.07866967469453812, -0.031196488067507744, 0.019326720386743546, - 0.042862799018621445, -0.013923856429755688, 0.03783703222870827, - -0.013911435380578041, -0.008827741257846355, 0.04501849785447121, - 0.0048232488334178925, 0.06681126356124878, 0.025797517970204353, - -0.06478482484817505, 0.028026442974805832, 0.04162240028381348, - 0.037032317370176315, -0.0013378245057538152, 0.012771949172019958, - -0.04505085200071335, 0.023215869441628456, 0.01248769462108612, - 0.006907271686941385, 0.0745289996266365, -0.01643512211740017, 0.00551439868286252, - 0.04456980153918266, -0.009522387757897377, -0.008021525107324123, - -0.026917224749922752, 0.023677147924900055, 0.00928654707968235, - -0.04622355476021767, 0.0401761531829834, -0.0107308654114604, 0.009896904230117798, - -0.11220396310091019, 0.07753747701644897, 0.043322768062353134, - -0.03553925082087517, 0.03922061622142792, -0.056236572563648224, - -0.04485283046960831, 0.08843664824962616, -0.0008880639798007905, - 0.016890283674001694, 0.018322277814149857, -0.013910605572164059, - -0.01239628717303276, 0.016175493597984314, -0.025979191064834595, - -0.02922068163752556, -0.05020357668399811, 0.041403114795684814, - 0.005853325128555298, -0.040405310690402985, 0.004141754936426878, - -0.03526555374264717, -0.005707989446818829, 0.003244616324082017, - -0.07043822854757309, 0.09441173821687698, -0.0013454040745273232, - -0.022548489272594452, -0.019197290763258934, -0.06891876459121704, - -0.04246000945568085, -0.0023531082551926374, -0.0018947439966723323, - -0.02606552466750145, 0.019163433462381363, 0.00480392063036561, - -0.03932303935289383, -0.04561595246195793, -0.0425507128238678, 0.0251694954931736, - -0.024428559467196465, 0.013742306269705296, -0.03160378336906433, - 0.08151102811098099, 0.03346129506826401, -0.051655858755111694, - -0.06228925660252571, 0.044782061129808426, -0.00972823891788721, - 0.03838420659303665, 0.04077206552028656, 0.0444210059940815, 0.04698260873556137, - 0.07015876471996307, 0.022825609892606735, 0.04935867711901665, - -0.058353617787361145, 0.056915104389190674, 0.05775269493460655, - -0.0025841756723821163, 0.01680668815970421, -0.01704283058643341, - 0.004551629535853863, 0.041394006460905075, 0.0006980138714425266, - -0.04199916869401932, -0.04513968899846077, -0.020633697509765625, - -0.10649977624416351, -0.023163598030805588, 0.04391835257411003, - 0.01892540231347084, 0.04543791338801384, 0.06299350410699844, 0.03020983189344406, - -0.03153831511735916, 0.019106874242424965, -0.05057239904999733, - 0.0044837165623903275, 0.04484846070408821, -0.032103702425956726, - 0.0599563829600811, 0.009893541224300861, 0.04375123232603073, - 0.0060691204853355885, -0.06434114277362823, -0.05922383442521095, - 0.04335412383079529, -0.015514715574681759, -0.01615336164832115, - -0.03389153257012367, -0.03073359839618206, -0.04007536917924881, - -0.08578171581029892, -0.05292290821671486, -0.01385103166103363, - -0.0028733962681144476, -0.08753935992717743, -0.025603363290429115, - 0.07820908725261688, -0.04377772659063339, -0.02356601692736149, - -0.03446028381586075, -0.08117834478616714, 0.056746698915958405, - -0.07151924818754196, -0.06517516821622849, -0.015813885256648064, - -0.008262954652309418, 0.004944669548422098, -0.05748053267598152, - 0.030897105112671852, 0.03886891528964043, 0.06006080284714699, - -0.04525545984506607, 0.012719975784420967, 0.0658627599477768, - 0.024882175028324127, -0.005250818561762571, -0.04993842914700508, - 0.056758616119623184, -0.008206276223063469, 0.03913925215601921, - 0.018198464065790176, 0.002940489212051034, 0.009081142023205757, - 0.0647057369351387, -0.012545187957584858, 0.04552801698446274, - -0.007938838563859463, 0.01879696361720562, 0.018688729032874107, - -0.051559239625930786, -0.06311511993408203, 0.05247628688812256, - -0.00479530356824398, 0.014400806277990341, -0.03697827830910683, - 0.03500572592020035, -0.002174708293750882, -0.007775879465043545, - -0.027300748974084854, 0.016227787360548973, -0.020482908934354782, - -0.031911611557006836, -0.07667313516139984, 0.015770113095641136, - 0.04603564739227295, 0.035663802176713943, -0.04930279403924942, - -0.010987180285155773, -0.013817127794027328, -0.012920839712023735, - -0.01635797694325447, 0.006411009468138218, 0.020048856735229492, - 0.04829643294215202, -0.024235818535089493, -0.026587191969156265, - 0.0954875722527504, 0.10451017320156097, -0.04349280521273613, 0.07918214052915573, - -0.017767446115612984, 0.043781500309705734, 0.04424281418323517, - -0.044081058353185654, -0.012472134083509445, 0.10263042151927948, - 0.057507820427417755, 0.036824390292167664, -0.05770166590809822, - -0.05802316591143608, -0.007142540067434311, -0.03838318958878517, - 0.017206531018018723, 0.008249335922300816, 0.011281432583928108, - 0.01002297643572092, -0.04195955768227577, -0.02861943282186985, - -0.006149876397103071, -0.01927253045141697, -0.05548914149403572, - 0.02677924558520317, 0.01921234279870987, 0.05234694853425026, -0.08461374789476395, - 0.0503213107585907, 0.026678305119276047, -0.010793165303766727, - 0.027468685060739517, -0.01920073665678501, -0.09933207929134369, - 0.015026667155325413, 0.015944277867674828, 0.025902006775140762, - -0.007334243971854448, 0.05547930300235748, 0.050335921347141266, - -0.07739194482564926, 0.04776552692055702, -0.018957529217004776, - -0.010227021761238575, -0.0017480974784120917, 0.09769865870475769, - -0.05170011520385742, -0.018552027642726898, 0.04010068625211716, - -0.026311779394745827, 0.015017065219581127, -0.077092744410038, - -0.07721630483865738, 0.039106473326683044, 0.031218232586979866, - 0.040332548320293427, -0.006979420781135559, -0.009906059131026268, - 0.025660760700702667, 0.033798910677433014, 0.00042606572969816625, - 0.013003882020711899, -0.04122729226946831, -0.005086491350084543, - -0.019429707899689674, 0.02915048599243164, 0.07761275768280029, - -0.024377720430493355, -0.05507292225956917, -0.0007026774110272527, - -0.015437551774084568, -0.03974813222885132, 0.07248106598854065, - -0.04987272620201111, -0.05212216451764107, 0.0652502253651619, - 0.017533401027321815, 0.03459719195961952, -0.004851005971431732, - -0.012294034473598003, 0.025485679507255554, -0.030853718519210815, - 0.005221303086727858, -0.025348873808979988, 0.0467529259622097, - 0.07394114881753922, 0.050251178443431854, -0.0006283928523771465, - -0.0430724136531353, -0.007256589829921722, 0.04097451642155647, - -0.07881093770265579, 0.029332343488931656, 0.020727377384901047, - 0.030512582510709763, 0.04056793451309204, 0.048086609691381454, - -0.006027398630976677, -0.0066098109818995, -0.029910480603575706, - -0.002575021469965577, -0.07599794119596481, -0.04073679819703102, - -0.0327841117978096, 0.018834084272384644, 0.031277626752853394, - -0.04481402039527893, 0.07900432497262955, 0.04067768529057503, - -0.03794803470373154, 0.0161244235932827, 0.052732229232788086, 0.029638472944498062 - ], - [ - -0.01676454022526741, 0.04134045168757439, -0.003050371306017041, - -0.0301771592348814, -0.04121442511677742, 0.003278077347204089, - -0.02705109678208828, -0.04785020649433136, 0.004084733314812183, - -0.007092873565852642, -0.05105586722493172, 0.00903036817908287, - -0.0020962459966540337, 0.027282806113362312, 0.040801290422677994, - 0.027030393481254578, 0.019807904958724976, 0.009007967077195644, - 0.027477020397782326, -0.03967949375510216, 0.013659118674695492, - 0.04970910772681236, 0.011497112922370434, -0.008638955652713776, - 0.019248683005571365, 0.016178788617253304, -0.06011458486318588, - 0.01622323878109455, -0.013390051200985909, -0.009896562434732914, - 0.007328931707888842, 0.006709638517349958, -0.03293175622820854, - 0.046895913779735565, -0.005453688092529774, -0.020025501027703285, - -0.03650035709142685, -0.08223267644643784, 0.04322854429483414, - 0.030638819560408592, -0.03336837887763977, 0.04480686038732529, - -0.0005050298059359193, -0.017269659787416458, 0.0394381619989872, - 0.034825265407562256, 0.0769498273730278, 0.021137647330760956, - -0.021919818595051765, -0.029698096215724945, 0.07769951224327087, - 0.005348324775695801, 0.01936163380742073, -0.029609113931655884, - 0.04158727452158928, 0.074295274913311, -0.004793849308043718, 0.04896226525306702, - 0.06196136772632599, -0.012188868597149849, 0.007771901320666075, - 0.02448354847729206, -0.09974092245101929, 0.04300839453935623, 0.05743365362286568, - 0.0009057227871380746, -0.014006615616381168, 0.043219827115535736, - 0.05413758382201195, -0.028752323240041733, 0.010097158141434193, - -0.027470635250210762, -0.016400830820202827, -0.02425450086593628, - -0.014847934246063232, -0.01002031471580267, 0.10789142549037933, - 0.051522959023714066, 0.038839612156152725, 0.010623384267091751, - -0.06997452676296234, -0.018238037824630737, -0.0250074602663517, - 0.01721266284584999, 0.004655999597162008, 0.03648310899734497, - 0.030458413064479828, -0.04489507898688316, -0.04740653932094574, - 0.06187577545642853, -0.0013246849412098527, 0.001210602349601686, - -0.005889986176043749, 0.02702057920396328, -0.015693947672843933, - 0.014636073261499405, -0.01181813608855009, 0.05539660155773163, - -0.02009798213839531, -0.02837345376610756, 0.04596326872706413, - 0.028137288987636566, 0.02258560061454773, -0.039261866360902786, - -0.0037342067807912827, 0.00692043686285615, 0.01593729294836521, - 0.006246078293770552, 0.0035154360812157393, 0.007492489647120237, - 0.03257586807012558, -0.015679247677326202, 0.01601674035191536, - 0.06951941549777985, -0.04858902469277382, 0.006959122139960527, - -0.006255317013710737, -0.05849537253379822, -0.003715223865583539, - -0.012793620117008686, -0.02578635700047016, 0.02613721787929535, - 0.005619787611067295, -0.0026005946565419436, 0.004627557005733252, - -0.02820661850273609, -0.023057356476783752, -0.014985564164817333, - 0.017041925340890884, 0.0036466869059950113, 0.02046629972755909, - -0.03851080685853958, 0.06168799102306366, -0.0444350466132164, - 0.022746102884411812, -0.0016809402732178569, 0.09388459473848343, - 0.0009325781720690429, -0.022228596732020378, 0.02495775744318962, - -0.08011480420827866, -0.03796449303627014, -0.030241763219237328, - 0.059862151741981506, -0.055714014917612076, -0.03142271563410759, - -0.06152746081352234, -0.0006129156099632382, -0.09357783198356628, - -0.025148337706923485, 0.0346851646900177, 0.04011546075344086, - 0.027054980397224426, -0.052031729370355606, 0.049761828035116196, - -0.0024622019845992327, -0.0021513812243938446, -0.018347257748246193, - -0.008181489072740078, -0.00937538780272007, -0.04023003205657005, - 0.07047706842422485, -0.005107445176690817, -0.030940774828195572, - 0.057918962091207504, -0.06240996718406677, 0.02314688265323639, - -0.04148988798260689, -0.015468076802790165, 0.04018740355968475, - 0.006334215402603149, 0.001987386029213667, -0.03571581467986107, - -0.01761864684522152, 0.03345422074198723, -0.02828099951148033, - -0.005673739593476057, -0.024532375857234, 0.033583443611860275, - -0.0029383846558630466, 0.01125104445964098, -0.03335810452699661, - -0.023856988176703453, 0.02154712937772274, 0.004166694357991219, - -0.022116344422101974, 0.025721672922372818, 0.045355942100286484, - -0.07417681813240051, 0.04910791665315628, 0.012961603701114655, - 0.009556381031870842, 0.05573376640677452, 0.07131622731685638, 0.01237521693110466, - 0.018250633031129837, 0.02845093235373497, -0.07181666791439056, - 0.0030897038523107767, -0.034170232713222504, -0.04149746522307396, - -0.07045646011829376, -0.03357041999697685, -0.09548507630825043, - -0.015891171991825104, -0.05250066891312599, -0.026167934760451317, - -0.019524885341525078, -0.10380708426237106, 0.05913342535495758, - 0.006418295670300722, 0.014264686033129692, -0.027660729363560677, - -0.004855831153690815, -0.05203360319137573, -0.02310956083238125, - -0.01604783721268177, -0.10721311718225479, 0.022433621808886528, - -0.026097726076841354, 0.029969029128551483, 0.03080381453037262, - -0.037839505821466446, 0.025032250210642815, 0.034051623195409775, - -0.04184767231345177, 0.030748913064599037, -0.027238773182034492, - 0.02561524324119091, -0.054988909512758255, 0.006830944679677486, - 0.008768945001065731, -0.005453712772578001, 0.04334116354584694, - 0.01838717795908451, 0.01425243727862835, 0.009329615160822868, 0.03156837448477745, - 0.006804525852203369, 0.04760957136750221, -0.019115135073661804, - 0.03617262467741966, 0.09247903525829315, 0.007769457995891571, - -0.009184855036437511, 0.05639763921499252, -0.016469595953822136, - -0.045891836285591125, -0.016328053548932076, -0.01361317839473486, - -0.0538565032184124, -0.06552445888519287, -0.04875814914703369, - 0.06775904446840286, -0.058815646916627884, 0.012602024711668491, - -0.0411577932536602, -0.014937732368707657, 0.011656533926725388, - 0.02729090303182602, -0.044449590146541595, 0.026366228237748146, - -0.017622653394937515, 0.03846586123108864, -0.037376005202531815, - -0.08333519101142883, 0.03977140784263611, 0.009479436092078686, - 0.043690308928489685, 0.013573464006185532, 0.038715776056051254, - 0.0956532284617424, -0.007165963761508465, 0.001091444632038474, - -0.07383202016353607, 0.03183615952730179, 0.019681256264448166, - -0.062356434762477875, -0.028056740760803223, 0.1217433288693428, - -0.021518435329198837, 0.004656221717596054, 0.016005458310246468, - -0.025939472019672394, 0.05386241152882576, 0.035702262073755264, - 0.02070288546383381, 0.029803689569234848, 0.0018966090865433216, - 0.05446820706129074, -0.02734682708978653, 0.04246218875050545, - -0.03160281106829643, -0.006740313954651356, 0.05810587853193283, - 0.0493808351457119, -0.004617135040462017, -0.0002458583621773869, - -0.017292100936174393, -0.018326496705412865, 0.04419604688882828, - -0.03591262549161911, -0.007103589829057455, -0.01155313290655613, - -0.008401301689445972, 0.015749067068099976, -0.033985331654548645, - -0.023089580237865448, 0.0015999659663066268, -0.0057861399836838245, - -0.027162835001945496, -0.11209529638290405, -0.05532870069146156, - -0.05258329585194588, -0.014032415114343166, -0.05070750042796135, - -0.007986658252775669, -0.004710002802312374, -0.016954321414232254, - 0.05320001021027565, -0.01891564577817917, 0.015086355619132519, - -0.07849980145692825, -0.01662234403192997, 0.013587608933448792, - 0.035766955465078354, 0.03332233428955078, 0.012708485126495361, - 0.03501114621758461, -0.04354984313249588, -0.03738347068428993, - -0.017384571954607964, -0.04953865334391594, 0.061030108481645584, - -0.005702871363610029, -0.017663616687059402, 0.01444539800286293, - 0.04034163057804108, -0.001543131424114108, -0.00871039368212223, - 0.011328930035233498, 0.009076416492462158, -0.05746312439441681, - 0.06947176158428192, 0.030432237312197685, -0.04907633364200592, - -0.02729199267923832, -0.0067771621979773045, 0.01718243397772312, - -0.030727585777640343, 0.045395102351903915, 0.05741911008954048, - 0.03359416499733925, -0.007747724652290344, -0.016117356717586517, - 0.018659835681319237, 0.023074187338352203, 0.04214821383357048, - -0.012759041041135788, -0.06137869879603386, -0.0718056708574295, - 0.016809437423944473, -0.09414011985063553, 0.009733523242175579, - -0.02316390350461006, 0.033113040030002594, 0.06770376861095428, - 0.024195166304707527, -0.022142443805933, 0.04256289452314377, 0.007598390337079763, - 0.06529641896486282, -0.07245679944753647, 0.04179755970835686, - 0.038945991545915604, 0.01731528900563717, 0.07692348957061768, - -0.019030418246984482, 0.0013311825459823012, -0.001170334522612393, - 0.03291692957282066, -0.02132483385503292, 0.06390614062547684, -0.0326494500041008 - ], - [ - 0.02033211849629879, -0.05423578992486, -0.04482460021972656, 0.05792084336280823, - 0.06829024851322174, -0.03369344398379326, -0.016150686889886856, - -0.004378922283649445, 0.028287328779697418, 0.05461803451180458, - -0.0005518455291166902, -0.030747447162866592, 0.03852443769574165, - 0.05015505105257034, 0.03617530316114426, 0.02314470335841179, 0.011196783743798733, - 0.041586022824048996, -0.05626320466399193, -0.007769893389195204, - 0.03324643149971962, -0.03251232951879501, -0.03095763362944126, - -0.05159059539437294, 0.03721176087856293, 0.061492644250392914, - 0.03649229183793068, -0.0021880341228097677, 0.008486293256282806, - -0.04633183032274246, -0.030755477026104927, 0.0459769107401371, 0.0880032330751419, - 0.004010201897472143, -0.04329921677708626, -0.08754190057516098, - -0.00849385280162096, 0.0025258385576307774, -0.0019454947905614972, - 0.0208196509629488, -0.0026843331288546324, -0.053687743842601776, - -0.025656456127762794, 0.019108185544610023, -0.02186116762459278, - 0.0676024854183197, -0.04942687973380089, 0.022524837404489517, 0.04782521724700928, - -0.0029996864032000303, -0.05693752318620682, -0.012843339703977108, - -0.03214491903781891, -0.07052279263734818, -0.0574125312268734, - 0.03300365060567856, -0.06797577440738678, 0.0656898021697998, 0.01871652342379093, - 0.008857556618750095, 0.03387962281703949, 0.059703342616558075, - -0.03625829145312309, 0.08187008649110794, -0.04396526515483856, - -0.039910003542900085, -0.012414702214300632, -0.0242182444781065, - 0.04220838099718094, 0.030174924060702324, 0.02691316418349743, - -0.020014218986034393, -0.014879375696182251, -0.041008785367012024, - -0.00340319168753922, 0.04705147445201874, -0.018677208572626114, - 0.006921280175447464, -0.036975786089897156, -0.05172956734895706, - 0.03848443925380707, -0.03934163972735405, -0.005323878489434719, - 0.03340926021337509, 0.029684636741876602, -0.04008945822715759, - 0.009218528866767883, 0.03701894357800484, 0.04652078449726105, 0.09450297802686691, - 0.022451985627412796, -0.005265348125249147, 0.051772668957710266, - -0.033928245306015015, 0.023081954568624496, 0.05656447634100914, - 0.015343211591243744, -0.01666737161576748, -0.10122022032737732, - 0.05020272731781006, 0.012391099706292152, 0.0055601391941308975, - -0.015145350247621536, -0.054882992058992386, 0.04234450310468674, - 0.0010885148076340556, 0.06846868246793747, 0.025541923940181732, - 0.02817472629249096, -0.034802503883838654, -0.06836516410112381, - 0.05164908617734909, 0.03933627903461456, 0.013746443204581738, - -0.034219615161418915, -0.03192969039082527, 0.05201844125986099, - 0.04679883271455765, -0.02323051542043686, -0.0024619512259960175, - 0.03283480182290077, 0.04388025775551796, -0.05851741507649422, - -0.007755454629659653, 0.029764927923679352, -0.05155811086297035, - -0.05641432851552963, -0.04183691740036011, -0.045013464987277985, - 0.012512424029409885, 0.01601313427090645, 0.002198929898440838, - -0.02100181020796299, -0.009220350533723831, -0.05167398601770401, - -0.05242742970585823, -0.01949107088148594, 0.0028968704864382744, - 0.022964591160416603, -0.10208766162395477, -0.0009998322930186987, - 0.043272197246551514, 0.06889569014310837, -0.02175540290772915, - -0.014118868857622147, -0.024266120046377182, 0.055008210241794586, - -0.02655637450516224, 0.04387959465384483, -0.045737333595752716, - -0.024579264223575592, -0.043510813266038895, -0.02218204364180565, - 0.024063488468527794, 0.01732824742794037, 0.019269447773694992, - -0.03205164149403572, 0.03499825671315193, -0.03203051909804344, - 0.019708702340722084, -0.08709771186113358, -0.012264861725270748, - 0.015452355146408081, 0.07545993477106094, -0.03332745283842087, - -0.005084455944597721, -0.07041368633508682, 0.07705681025981903, - 0.04213741421699524, 0.005131389945745468, 0.012965473346412182, - 0.04942571744322777, -0.007750724442303181, 0.056823499500751495, - -0.03791123628616333, 0.01975294202566147, 0.01926346682012081, 0.01972568780183792, - -0.01091987919062376, -0.019148364663124084, -0.036403149366378784, - -0.038268089294433594, 0.0020076967775821686, 0.014614823274314404, - -0.08571801334619522, 0.02247590199112892, 0.02779691480100155, - 0.0021582995541393757, 0.020582277327775955, -0.04115855321288109, - -0.030240677297115326, 0.02434694580733776, -0.081091970205307, 0.05397924408316612, - -0.09336705505847931, -0.027079440653324127, 0.03769177570939064, - 0.019536765292286873, -0.00051592179806903, -0.0020798982586711645, - 0.0862676128745079, -0.010448413901031017, -0.08274446427822113, - 0.049357395619153976, -0.014988381415605545, 0.009062986820936203, - 0.051875606179237366, -0.0503535233438015, 0.05883684381842613, - -0.00499413488432765, 0.029762152582406998, 0.09160637110471725, - 0.04989738017320633, -0.010583561845123768, 0.03424651920795441, - 0.03051901049911976, 0.08333918452262878, -0.02035561390221119, - -0.03247271478176117, -0.08219482749700546, 0.0315622054040432, - -0.07774258404970169, -0.03705444186925888, -0.041720110923051834, - 0.0002567366464063525, 0.06218522787094116, -0.006006923038512468, - 0.028844302520155907, -0.02987014874815941, -0.011985178105533123, - 0.0018853532383218408, -0.015779629349708557, 0.08913823217153549, - -0.037413373589515686, 0.05230244994163513, 0.002105907304212451, - 0.0692543163895607, -0.06331349909305573, 0.04555709287524223, -0.04955599829554558, - -0.03504147753119469, 0.001259865122847259, 0.011535951867699623, - 0.010837113484740257, -0.009693917818367481, 0.0015803429996594787, - -0.056588295847177505, 0.02295994944870472, 0.03740176558494568, - 0.04714048653841019, -0.022142738103866577, -0.01761052757501602, - -0.05152904614806175, 0.021122101694345474, -0.04940022900700569, - 0.019014868885278702, -0.004059287719428539, -0.0012676503974944353, - -0.034034762531518936, 0.03274223580956459, 0.014035116881132126, - -0.021156970411539078, -0.06502395123243332, -0.07265903800725937, - 0.030082974582910538, -0.000603160064201802, -0.03962859883904457, - -0.03787514194846153, 0.019594497978687286, -0.018797075375914574, - 0.00583828566595912, 0.03179045394062996, 0.0184683445841074, -0.09831396490335464, - -0.018251463770866394, -0.039796341210603714, -0.05685649812221527, - 0.04192103073000908, -0.007153247017413378, -0.00253932923078537, - 0.07334423810243607, 0.057801660150289536, -0.043790727853775024, - 0.07910851389169693, 0.01441954355686903, 0.03953559324145317, -0.03866995871067047, - 0.033843621611595154, 0.004080595448613167, -0.05060179904103279, - -0.031716927886009216, 0.0429774709045887, -0.035591837018728256, - -0.09208978712558746, -0.038929060101509094, 0.002569051692262292, - 0.00736328074708581, -0.011325659230351448, 0.049814093858003616, - 0.00767924077808857, 0.03790443018078804, -0.04406540468335152, 0.0661860778927803, - -0.019771980121731758, 0.02315858192741871, -0.05155926197767258, - -0.006116606295108795, 0.04865535348653793, 0.006675587501376867, - 0.014391412027180195, -0.039697568863630295, 0.03926411271095276, - 0.04614083468914032, -0.03115127980709076, -0.04447346180677414, - 0.015045839361846447, 0.06940857321023941, 0.03648475930094719, 0.11227093636989594, - -0.022847512736916542, -0.039552584290504456, -0.028580719605088234, - 0.05218379199504852, 0.07868167757987976, -0.02387179061770439, 0.06932023167610168, - -0.017028609290719032, -0.02066768705844879, -0.01313701830804348, - 0.01688193529844284, 0.08454018831253052, 0.02432730607688427, - -0.027054117992520332, -0.022184662520885468, -0.05670100823044777, - -0.0014932932099327445, 0.007955810986459255, -0.0494568757712841, - 0.0490587092936039, 0.04225708544254303, -0.01830824464559555, 0.015760459005832672, - 0.051451027393341064, 0.07580990344285965, -0.0022041858173906803, - -0.002216427121311426, -0.09485944360494614, 0.041753124445676804, - 0.0028758624102920294, -0.008156025782227516, 0.008026549592614174, - -0.028909936547279358, -0.030043980106711388, 0.053541138768196106, - 0.048656757920980453, -0.010509704239666462, -0.056550316512584686, - -0.04179604724049568, -0.030264226719737053, 0.010247787460684776, - -0.07062330842018127, 0.061250023543834686, -0.04788358509540558, - -0.000602521700784564, 0.021681133657693863, -0.01986851543188095, - 0.01992165856063366, -0.08973833918571472, 0.011700097471475601, - 0.010899592190980911, 0.014727570116519928, 0.023469017818570137, - 0.0194777250289917, -0.021934133023023605, 0.0771217793226242, -0.04804302752017975, - 0.0037138806656003, 0.014087292365729809, -0.06700150668621063, - 0.053960733115673065, 0.0404357872903347, -0.0021537563297897577, - -0.038026291877031326, -0.06617333739995956 - ], - [ - -0.014328382909297943, -0.059989284723997116, 0.02675231732428074, - 0.0021981410682201385, 0.0027084508910775185, -0.013709350489079952, - -0.022676071152091026, -0.03422611579298973, -0.027913818135857582, - -0.06789839267730713, -0.025235354900360107, 0.003897323738783598, - -0.015339134261012077, 0.031611569225788116, 0.007138472516089678, - 0.0030937346164137125, -0.0577104389667511, -0.05460081622004509, - 0.01731126941740513, 0.021133050322532654, 0.026561906561255455, - 0.014198021963238716, -0.037057291716337204, -0.017517240718007088, - 0.018144499510526657, 0.08620564639568329, 0.017097044736146927, - -0.005493630655109882, -0.0592854879796505, 0.024139098823070526, - -0.052394431084394455, -0.028485126793384552, -0.03311891108751297, - 0.04225374013185501, 0.054494377225637436, -0.033332958817481995, - 0.0736364796757698, -0.043191324919462204, -0.08325564116239548, - -0.04947179555892944, 0.0005301876808516681, 0.009839256294071674, - 0.06315941363573074, 0.006140686105936766, -0.07376367598772049, - 0.059550829231739044, 0.06419090181589127, 0.007345655467361212, - 0.031903766095638275, -0.043662674725055695, 0.0558973103761673, - -0.009298291057348251, -0.05648462101817131, -0.07508957386016846, - 0.035747725516557693, 0.03583122417330742, -0.009091281332075596, - -0.03850264847278595, -0.014992784708738327, 0.009128648787736893, - 0.06362960487604141, 0.036809712648391724, -0.04118857905268669, - 0.04987218976020813, 0.07104431092739105, 0.012866206467151642, - -0.05283304303884506, -0.06673242151737213, 0.01816754974424839, - -0.06770802289247513, 0.05641177296638489, -0.03154029697179794, - 0.03398771956562996, -0.024328334257006645, 0.04618343338370323, - -0.007070697844028473, 0.13476726412773132, 0.019696597009897232, - 0.008748168125748634, 0.02218397706747055, 0.02812250889837742, - 0.023434007540345192, 0.01830594427883625, -0.023066973313689232, - 0.07573137432336807, -0.026471737772226334, 0.0013965250691398978, - 0.0102898133918643, -0.013792862184345722, 0.01449211873114109, 0.04173047095537186, - 0.006157715804874897, 0.0036661832127720118, 0.027903884649276733, - -0.08817058801651001, 0.0020674550905823708, 0.03279556334018707, - 0.10267240554094315, 0.013509253039956093, 0.035845980048179626, - -0.04934409260749817, -0.008982939645648003, 0.11674400418996811, - 0.07452981919050217, 0.05094074085354805, 0.0747041404247284, -0.007440078072249889, - 0.05225646495819092, 0.02762494795024395, -0.015285524539649487, - -0.002431214787065983, -0.04383247718214989, 0.0420372374355793, - 0.02436915785074234, -0.08497562259435654, 0.01459693256765604, - -0.05340101942420006, -0.07764976471662521, 0.0835823342204094, 0.05060619115829468, - -0.056736815720796585, -0.0100431302562356, -0.022131379693746567, - 0.030936740338802338, -0.00585147924721241, -0.05914882570505142, - -0.0717955008149147, 0.01788523979485035, -0.00952108670026064, -0.1344529092311859, - 0.049197979271411896, -0.005234354641288519, -0.026493752375245094, - -0.07550826668739319, 0.06248696148395538, -0.09991554170846939, - -0.008858779445290565, 0.021164100617170334, -0.07887999713420868, - 0.021729590371251106, -0.03896685317158699, -0.05271150544285774, - -0.030519159510731697, 0.010901094414293766, -0.03198205679655075, - -0.007536130491644144, -0.023076869547367096, 0.002968722954392433, - -0.021415194496512413, -0.03628050163388252, 0.020442407578229904, - -0.02517213672399521, 0.04368472471833229, 0.017721494659781456, - 0.0015088727232068777, -0.04972826689481735, 0.008451584726572037, - -0.04254278540611267, 0.029940607026219368, 0.00578289432451129, - 0.008023933507502079, -0.029923873022198677, -0.012357130646705627, - -0.0029955036006867886, 0.011122560128569603, 0.035311367362737656, - -0.04651778191328049, -0.06058952584862709, 0.06204020231962204, - -0.0038188372272998095, 0.07925625145435333, -0.006254469510167837, - -0.008579238317906857, -0.03858993202447891, 0.0573844350874424, - -0.015572250820696354, -0.01784311980009079, -0.05522770434617996, - -0.042172595858573914, -0.050050511956214905, -0.0064397105015814304, - 0.07373848557472229, 0.03989671170711517, 0.09751877188682556, 0.004421356599777937, - 0.020512335002422333, -0.036129992455244064, -0.006648946553468704, - -0.07203549891710281, 0.014839950948953629, -0.008147398941218853, - 0.019004173576831818, -0.022428913041949272, -0.007620459888130426, - 0.024829212576150894, 0.07021275162696838, 0.041682999581098557, - -0.03964630141854286, 0.02940462715923786, 0.011419798247516155, - 0.038910262286663055, -0.01034210342913866, -0.05541587993502617, - -0.04794459417462349, -0.09976490586996078, -0.07638996094465256, - 0.006372353527694941, -0.03471687436103821, 0.026541108265519142, - -0.04082610085606575, 0.12059810012578964, 0.02774995006620884, 0.06728918105363846, - -0.004632897209376097, 0.015412108041346073, -0.05389196798205376, - 0.006683877669274807, -0.07370732724666595, -0.04159664362668991, - 0.032633427530527115, -0.0004372009716462344, -0.036673419177532196, - -0.06889291107654572, -0.013293893076479435, 0.01669793389737606, - -0.008316834457218647, 0.025694696232676506, 0.06289855390787125, - 0.0558224692940712, -0.002243060152977705, 0.028630297631025314, - 0.07373251765966415, 0.050498876720666885, 0.03241560980677605, 0.0085002975538373, - 0.07362765073776245, 0.04243220388889313, 0.0467742495238781, 0.058721888810396194, - -0.03930923715233803, -0.030108904466032982, 0.0394851453602314, 0.0748196542263031, - -0.030262557789683342, -0.10480848699808121, 0.06401704251766205, - -0.036433517932891846, 0.006251176353543997, -0.012647664174437523, - 0.017534593120217323, 0.03791532665491104, -0.07740999013185501, - 0.02158273011445999, -0.01004416961222887, 0.07556416839361191, - -0.004300086293369532, -0.05097484961152077, -0.0030924922320991755, - -0.0020817751064896584, 0.041045140475034714, -0.09807318449020386, - -0.03699778765439987, -0.0006628194823861122, -0.01675315573811531, - -0.0078501645475626, -0.0027297455817461014, 0.05496736615896225, - -0.0176279004663229, 0.0029580886475741863, 0.04264358803629875, - 0.12391094863414764, 0.07816418260335922, 0.013059904798865318, - -0.009746980853378773, -0.0753011405467987, 0.07139898091554642, - -0.01978113129734993, -0.006479995790868998, 0.05925309658050537, - -0.014701863750815392, 0.01544677373021841, 0.018095199018716812, - -0.0014821367803961039, 0.017780540511012077, -0.01710863783955574, - -0.07075662165880203, 0.0370776541531086, 0.015493943355977535, 0.07694409042596817, - 0.14476816356182098, -0.026549436151981354, -0.016894476488232613, - 0.0106659522280097, -0.03527403995394707, 0.047573722898960114, - 0.029141899198293686, -0.01111791841685772, 0.038133759051561356, - -0.082179494202137, 0.04148644953966141, -0.0030501822475343943, - 0.011831791140139103, -0.027152152732014656, 0.005952890496701002, - -0.05094601958990097, 0.007349133957177401, -0.031000863760709763, - -0.008888216689229012, 0.002189505845308304, -0.030164675787091255, - -0.05515545606613159, -0.13463036715984344, -0.024776620790362358, - -0.05307769775390625, 0.02357594296336174, 0.0045074415393173695, - 0.004923838656395674, 0.020791875198483467, 0.024891233071684837, - 0.022105829790234566, -0.0242941714823246, 0.03075765259563923, - -0.019205743446946144, -0.10847683995962143, -0.013202586211264133, - 0.03696286678314209, 0.04837382957339287, -0.0232321135699749, -0.01979154162108898, - 0.04837527498602867, 0.02364882454276085, -0.005933869630098343, - 0.02724563330411911, -0.02507162094116211, -0.01003650389611721, - -0.01793486997485161, 0.06311483681201935, 0.0177687369287014, 0.02172726020216942, - -0.013629551976919174, 0.010334271006286144, -0.02073945291340351, - 0.05925719439983368, 0.08656398952007294, -0.0787520632147789, - -0.006027103867381811, 0.0840110331773758, 0.009197947569191456, - 0.05255210027098656, -0.021090490743517876, 0.001389124197885394, - 0.08867976814508438, 0.017355576157569885, -0.012685337103903294, - -0.014247236773371696, -0.020027268677949905, 0.0716240331530571, - -0.004559899214655161, 0.02855684608221054, -0.0026607951149344444, - -0.008393130265176296, 0.001804606057703495, -0.02603653445839882, - 0.01099745649844408, 0.03586728125810623, 0.03657108172774315, 0.03052813559770584, - -0.026822587475180626, -0.0261892881244421, -0.01082986406981945, - 0.005366471596062183, 0.019440442323684692, -0.03553155064582825, - -0.04969661682844162, 0.03502817079424858, -0.0353349968791008, 0.07619687914848328, - -0.046716686338186264, -0.03126905858516693, -0.0381779707968235, - 0.022934289649128914, -0.029874630272388458, 0.013773351907730103, - -0.06988034397363663 - ], - [ - -0.004008085932582617, -0.02264665625989437, -0.028356939554214478, - 0.06172829121351242, 0.01931663788855076, -0.06918610632419586, 0.00690516596660018, - 0.04945853725075722, 0.01571648195385933, -0.011813391931355, 0.020160771906375885, - -0.0066087981685996056, 0.009577814489603043, -0.09463305026292801, - 0.04267856851220131, 0.013700234703719616, -0.011264455504715443, - 0.029660653322935104, -0.06727323681116104, 0.002483210526406765, - 0.016064435243606567, -0.04226107522845268, -0.003832033835351467, - 0.07078208029270172, -0.0031800689175724983, -0.017806582152843475, - 0.02834274061024189, 0.023001430556178093, 0.021010620519518852, - -0.03573880344629288, 0.08100776374340057, 0.09184978902339935, - -0.021291067823767662, 0.016612153500318527, -0.021762104704976082, - -0.04754765331745148, 0.00646250182762742, 0.046303268522024155, - -0.026404814794659615, 0.00742963096126914, -0.03529373183846474, - -0.06824932992458344, -0.019228721037507057, -0.012846555560827255, - -0.012541797012090683, 0.03029925934970379, -0.032723069190979004, - -5.845310806762427e-5, 0.03179984912276268, 0.007000056095421314, - -0.07233280688524246, 0.015207085758447647, 0.07181517034769058, - 0.02176269143819809, -0.0108018284663558, 0.006305851973593235, - -0.06976164877414703, 0.003517409786581993, -0.03167860954999924, - 0.03940163552761078, -0.0683438777923584, -0.02022613026201725, - 0.00046749773900955915, -0.05504529923200607, -0.032954052090644836, - -0.024387119337916374, 0.012975683435797691, 0.002326301299035549, - -0.00023644667817279696, 0.10353753715753555, 0.02786477655172348, - 0.01922796107828617, -0.043702710419893265, 0.05425284802913666, - -0.10802976787090302, 0.03319530189037323, -0.052733197808265686, - 0.017896216362714767, 0.04333299398422241, -0.047995299100875854, - 0.02307179383933544, -0.003151598386466503, -0.042510200291872025, - -0.036675915122032166, 0.012705828063189983, -0.031124738976359367, - -0.018882054835557938, 0.01639590598642826, 0.07209264487028122, - 0.05330319702625275, 0.038881056010723114, 0.0017845516558736563, - -0.02305552363395691, 0.040438637137413025, 0.029324930161237717, - 0.009481602348387241, 0.03221568837761879, -0.04584364965558052, - -0.062373362481594086, 0.001578651717863977, -0.030347932130098343, - -0.04280220344662666, -0.023596301674842834, -0.0447397418320179, - -0.021055035293102264, -0.09120003134012222, 0.0640038475394249, - 0.014762982726097107, -0.035564832389354706, -0.029177797958254814, - -0.11000607162714005, 0.014956744387745857, -0.029557956382632256, - -0.04045974090695381, -0.013440446928143501, -0.010322142392396927, - 0.08735012263059616, -0.007072889246046543, -0.056122664362192154, - 0.04055231809616089, -0.03680424392223358, 0.005578060634434223, - 0.043641891330480576, 0.02058490179479122, 0.017048358917236328, - -0.08695397526025772, 0.035386063158512115, 0.02176184579730034, - -0.015747418627142906, 0.02885715663433075, 0.06002561375498772, - -0.0004790782986674458, -0.0038616766687482595, 0.05180107429623604, - -0.06901288777589798, 0.008277968503534794, -0.033851366490125656, - -4.0176852053264156e-5, 0.040406595915555954, -0.018795914947986603, - 0.06628444045782089, 0.04894118010997772, -0.014226955361664295, - -0.01006364356726408, -0.011716105975210667, 0.03702850267291069, - 0.06493434309959412, -0.019165752455592155, 0.0825890451669693, - -0.05526749789714813, -0.04722533002495766, -0.08660978078842163, - -0.013447497971355915, 0.024091016501188278, -0.06248481199145317, - 0.020950336009263992, -0.060864660888910294, 0.034930866211652756, - -0.05826874449849129, -0.025450319051742554, 0.03402956947684288, - 0.036059532314538956, -0.06587918102741241, -0.021058667451143265, - -0.07654212415218353, -0.026746537536382675, -0.016774555668234825, - 0.04164252057671547, -0.05692410096526146, -0.0003885181213263422, - 0.00694827688857913, -0.00612515676766634, 0.03748567774891853, - 0.023173464462161064, -0.061622925102710724, 0.015019786544144154, - -0.0252033993601799, 0.03356548771262169, 0.04874792322516441, - -0.008852848783135414, -0.07606491446495056, -0.0008882358088158071, - -0.0682310089468956, -0.03714783862233162, -0.10428521037101746, - 0.002863614121451974, -0.010843154042959213, -0.006304972339421511, - 0.014904594048857689, -0.04222383350133896, -0.09023644030094147, - -0.018012477084994316, -0.0264262817800045, -0.02638115920126438, - 0.02373257279396057, -0.037041716277599335, 0.027986958622932434, - 0.030667459592223167, -0.022150643169879913, 0.07016482949256897, - 0.07048365473747253, 0.06254685670137405, -0.038715388625860214, - 0.03259609267115593, 0.07210337370634079, 0.04937819391489029, 0.06899083405733109, - 0.017670633271336555, 0.10115141421556473, -0.030509673058986664, - -0.0860901027917862, 0.02404995821416378, 0.028056997805833817, - -0.035883862525224686, 0.010220693424344063, -0.02537795901298523, - 0.06129566207528114, 0.056475721299648285, -0.017060313373804092, - 0.03263363614678383, 0.045480817556381226, -0.01152444165199995, - -0.02684694528579712, 0.01615683175623417, -0.023755088448524475, - 0.02332991734147072, 0.00787219125777483, -0.07259751111268997, 0.06189083680510521, - -0.0008481923723593354, -0.034827861934900284, -0.06505024433135986, - 0.09590403735637665, -0.0266082976013422, -0.0070794569328427315, - -0.053008757531642914, 0.08284822106361389, -0.0381658598780632, - 0.036251798272132874, 0.021619290113449097, -0.0029119665268808603, - 0.007210404146462679, 0.0053482623770833015, 0.05000415816903114, - -0.04932776466012001, 0.0664166510105133, -0.019088465720415115, - 0.006537858862429857, 0.006455701310187578, 0.027539659291505814, - 0.07322840392589569, 0.03835981339216232, 0.02979423478245735, 0.03294762223958969, - -0.002523852279409766, -0.004844308365136385, -0.02947297878563404, - -0.010034129954874516, -0.04030317813158035, -0.0003963797935284674, - 0.05037042871117592, -0.04691318795084953, -0.048960715532302856, - -0.011001154780387878, 0.03194761648774147, 0.07475698739290237, - -0.017943646758794785, 0.010996286757290363, -0.05502225086092949, - -0.017723282799124718, -0.04127998277544975, -0.04845615476369858, - -0.012119523249566555, -0.07866401970386505, 0.01529086846858263, - -0.06023360788822174, 0.013566006906330585, 0.0007782579050399363, - 0.030976125970482826, -0.07698697596788406, 0.008062422275543213, - -0.03764214366674423, -0.027930548414587975, -0.008866897784173489, - -0.024923175573349, 0.03340322524309158, -0.026567980647087097, - -0.05713798850774765, -0.029271384701132774, -0.001533467904664576, - 0.005901627242565155, -0.04068828374147415, 0.002145620761439204, - -0.016599956899881363, -0.006386585533618927, -0.027998020872473717, - 0.029611049219965935, 0.03743902966380119, 0.011483542621135712, - -0.04140805825591087, 0.02891218103468418, -0.00965737085789442, - -0.007945518009364605, 0.04054975509643555, 0.008138122968375683, - 0.03310415893793106, 0.011270505376160145, 0.052823618054389954, - 0.005119435954838991, -0.07361075282096863, -0.04689367860555649, - 0.05454220995306969, 0.003603616962209344, 0.004934599623084068, - -0.04282206669449806, 0.00691459234803915, -0.007739983033388853, - 0.02609400264918804, -0.0026857382617890835, 0.045397110283374786, - 0.016888868063688278, -0.041971638798713684, 0.004442630335688591, - 0.07755368202924728, 0.03032313659787178, -0.019298382103443146, - 0.06161369010806084, -0.030912207439541817, 0.006638788618147373, - 0.004224912263453007, 0.09873589873313904, -0.005787898786365986, - 0.013653061352670193, 0.004654708318412304, -0.025414135307073593, - 0.049212682992219925, -0.052239641547203064, -0.047558579593896866, - 0.030835537239909172, 0.008183818310499191, -0.03799307346343994, - 0.0060806917026638985, 0.017028359696269035, -0.012134931981563568, - 0.034865956753492355, 0.0164963211864233, -0.07211294025182724, - 0.019141342490911484, -0.010778688825666904, 0.06958360224962234, - 0.05624866858124733, -0.13398689031600952, -0.08278942108154297, - 0.017930084839463234, -0.029422223567962646, -0.018598025664687157, - -0.005070712883025408, 0.04758695885539055, -0.012713279575109482, - 0.029963532462716103, -0.03926563635468483, -0.022532720118761063, - 0.036541182547807693, 0.02174834907054901, 0.05993698537349701, - -0.10498782992362976, -0.089955635368824, -0.08866001665592194, - 0.049960698932409286, 0.00360174011439085, 0.022490093484520912, - -0.06510455906391144, 0.08839840441942215, 0.000873498385772109, - 0.07379739731550217, -0.017396418377757072, -0.08583416789770126, - 0.07073943316936493, -0.08287499099969864, -0.04680123180150986, - 0.08614430576562881, -0.00927892979234457, -0.0012980715837329626, - 0.014098074287176132 - ], - [ - 0.07119934260845184, -0.011206724680960178, -0.0010120198130607605, - -0.0572221539914608, 0.0035236389376223087, 0.04134373366832733, - 0.04810678958892822, -0.031952857971191406, 0.021221710368990898, - -0.008576193824410439, -0.01932297833263874, 0.058879971504211426, - 0.046377163380384445, 0.11026665568351746, -0.06905718892812729, - -0.052675217390060425, 0.027715718373656273, -0.027602234855294228, - 0.04197951778769493, -0.003828313434496522, 0.03798186406493187, - -0.008523865602910519, 0.025111420080065727, -0.09116087853908539, - 0.026872722432017326, 0.028073720633983612, -0.027621518820524216, - -0.0026157537940889597, -0.04792686179280281, -0.05550070106983185, - -0.0008995438111014664, 0.008408035151660442, 0.07914292067289352, - -0.004483026452362537, 0.06905370950698853, 0.05579529330134392, - -0.008807554841041565, 0.011112883687019348, 0.03721916675567627, - 0.00861441157758236, -0.011725700460374355, 0.04523058235645294, - 0.04297945648431778, 0.023568235337734222, -0.05271431431174278, - 0.024371860548853874, 0.014404311776161194, 0.03897051140666008, - 0.05297761410474777, 0.057036031037569046, 0.01144751999527216, 0.02241356298327446, - -0.01989360898733139, 0.014167958870530128, -0.03501594439148903, - 0.07052110880613327, 0.0016387648647651076, 0.04976624995470047, - 0.06612201035022736, -0.06527845561504364, -0.006929581519216299, - 0.020424874499440193, -0.12022686004638672, 0.07284466922283173, - 0.01890231855213642, -0.008951467461884022, -0.003056851914152503, - 0.011311438865959644, 0.025033066049218178, 0.002734135603532195, - -0.03537551313638687, 0.002163243480026722, 0.06269954890012741, - -0.07857391983270645, 0.027543531730771065, 0.006343210581690073, - 0.12772943079471588, 0.002029469469562173, 0.04012133181095123, - 0.012381508946418762, 0.00535046961158514, -0.023437270894646645, - -0.028142539784312248, 0.02029842510819435, -0.007706453092396259, - 0.06642699986696243, 0.011602147482335567, -0.036031197756528854, - 0.017249692231416702, 0.04788970574736595, -0.049840595573186874, - 0.0064517357386648655, 0.0036355387419462204, -0.006236742250621319, - -0.0014990461058914661, 0.027362747117877007, -0.026527680456638336, - 0.025351684540510178, 0.09061466157436371, 0.02561746910214424, 0.07738044112920761, - 0.0004722854937426746, -0.03515687957406044, -0.0873478427529335, - 0.03348659723997116, -0.013238064013421535, -0.028524402529001236, - -0.04348982498049736, 0.040929630398750305, -0.07059084624052048, - 0.012026802636682987, 0.003542394610121846, 0.015351065434515476, - -0.01693616807460785, 0.012965044006705284, -0.0006955859716981649, - 0.04835854470729828, 0.050362084060907364, -0.016492798924446106, - -0.023046674206852913, 0.006332349963486195, 0.018986115232110023, - 0.00437614880502224, -0.007212003227323294, -0.014836226589977741, - 0.041304148733615875, -0.005285777151584625, 0.032945144921541214, - 0.021884506568312645, -0.024637676775455475, -0.0440940223634243, - 0.014005067758262157, 0.019026245921850204, -0.04168422147631645, - 0.08551497012376785, -0.00444997102022171, 0.04721176624298096, - -0.04331415891647339, -0.06279194355010986, -0.0550079420208931, - -0.08197113126516342, -0.07398416846990585, 0.0052750990726053715, - -0.033353183418512344, 0.03949572518467903, 0.014088768512010574, - -0.02924499474465847, -0.09141536802053452, -0.06836067140102386, - 0.044068966060876846, -0.054460544139146805, -0.0004870578704867512, - 0.009348618797957897, -0.039656635373830795, -0.0016398840816691518, - 0.024868639186024666, -0.023683762177824974, -0.022146234288811684, - 0.011717556975781918, -0.07206897437572479, -0.02861398458480835, - 0.1241459995508194, -0.02042440138757229, -0.008418203331530094, - -0.028048569336533546, 0.039886076003313065, 0.08123726397752762, - 0.05804450809955597, -0.026103174313902855, 0.10549766570329666, - 0.05973935127258301, 0.020540662109851837, 0.01800541579723358, - -0.015779050067067146, -0.04623294621706009, -0.026118386536836624, - 0.027832118794322014, -0.024423077702522278, 0.03618614003062248, - -0.057870958000421524, 0.08430125564336777, 0.04204176738858223, - 0.0008823247044347227, 0.016701694577932358, 0.06206555292010307, - 0.04435111954808235, -0.03148753568530083, 0.00990762747824192, - 0.016511430963873863, 0.022155776619911194, 0.022705839946866035, - 0.018048886209726334, 0.007953781634569168, 0.04086698964238167, - -0.029072508215904236, 0.017494846135377884, 0.014225795865058899, - -0.08698952198028564, 0.0722406804561615, 0.0021787709556519985, - 0.040017809718847275, -0.04106198996305466, -0.04222002252936363, - -0.08473224192857742, -0.028783295303583145, -0.04722699522972107, - 0.00822914857417345, 0.022540045902132988, -0.023998692631721497, - 0.10077479481697083, 0.0012020084541290998, 0.013623757287859917, - -0.0386112742125988, -0.0018103806069120765, -0.005781393963843584, - -0.012256347574293613, -0.03153393790125847, -0.04488923400640488, - -0.08893831819295883, 0.04541761428117752, -0.017140215262770653, - 0.002842061221599579, -0.01390878390520811, 0.012369293719530106, - 0.03498150780797005, -0.019986161962151527, 0.06586959958076477, - 0.047615841031074524, -0.08375085145235062, 0.03229963779449463, - 0.0057423049584031105, -0.04685527831315994, -0.03943517804145813, - 0.018630240112543106, -0.046669162809848785, 0.014457710087299347, - -0.051856402307748795, -0.06001843139529228, -0.046381063759326935, - 0.046148091554641724, -0.010800997726619244, 0.0350695364177227, - 0.03263436630368233, -0.06163977459073067, 0.015026419423520565, - 0.059355493634939194, 0.0017913073534145951, -0.06703953444957733, - -0.07388194650411606, -0.014671084471046925, -0.04346645623445511, - 0.014543015509843826, -0.06034765765070915, -0.010871123522520065, - 0.009699642658233643, -0.08690991252660751, -0.010672194883227348, - -0.041655685752630234, 0.04034467414021492, 0.07426775246858597, - -0.05666641891002655, -0.0018854904919862747, 0.04001454636454582, - 0.06011555716395378, 0.002480026101693511, -0.018132777884602547, - 0.027514221146702766, -0.000791676458902657, 0.025657014921307564, - 0.060401637107133865, -0.020835746079683304, 0.0011932041961699724, - -0.03506363928318024, 0.04445767402648926, -0.035055819898843765, - 0.03422601893544197, -0.05621033534407616, -0.04719426482915878, - -0.02307196520268917, 0.035311270505189896, 0.0026165596209466457, - 0.05125190317630768, -0.07159777730703354, 0.006175885442644358, - 0.026989946141839027, 0.053899504244327545, 0.022783813998103142, - 0.03833932802081108, 0.061123382300138474, 0.05150828883051872, - -0.039507776498794556, 0.07768099755048752, -0.012155055068433285, - -0.034674931317567825, 0.020269066095352173, 0.06836722046136856, - -0.01608728989958763, 0.04016480967402458, -0.04218276962637901, - -0.013944189995527267, 0.0664275661110878, -0.02306465618312359, - 0.04592309519648552, -0.04407781735062599, -0.1160527840256691, - 0.012914740480482578, -0.048829082399606705, 0.00017944711726158857, - -0.04265834391117096, 0.05701768770813942, 0.035996213555336, -0.14671973884105682, - 0.05525225028395653, 0.044602010399103165, 0.07902133464813232, - 0.004835096653550863, 0.05726189911365509, -0.07017887383699417, - 0.009276406839489937, -0.00673293462023139, -0.04108811914920807, - 0.04937536269426346, -0.017952673137187958, -0.013225906528532505, - -0.05486816540360451, -0.0083042336627841, 0.031129926443099976, - -0.02426571026444435, 0.05782754719257355, -0.053838931024074554, - 0.044576067477464676, -0.004650040529668331, -0.028532080352306366, - -0.007566499058157206, -0.04397254437208176, -0.08070050179958344, - 0.005120913963764906, 0.0948401391506195, -0.05604301393032074, - 0.026792045682668686, 0.008292260579764843, -0.050716329365968704, - -0.024427717551589012, 0.0588262714445591, 0.046988241374492645, - -0.06908361613750458, 0.05725454166531563, 0.07636841386556625, - -0.012374047189950943, -0.07238152623176575, -0.009748483076691628, - 0.02779264748096466, -0.061897892504930496, 0.03459319472312927, - -0.05795452743768692, 0.054887838661670685, -0.01277229469269514, - 0.05089614540338516, -0.04357902705669403, -0.06834738701581955, - -0.08233917504549026, 0.030365940183401108, -0.04704156890511513, - -0.03294796124100685, 0.017020495608448982, 0.016216563060879707, - 0.054768528789281845, -0.011403348296880722, -0.0871104970574379, - 0.025918802246451378, 0.052358221262693405, 0.07254156470298767, - -0.059294357895851135, -0.07923086732625961, -0.0677756741642952, - -0.05826099216938019, 0.0775260478258133, -0.08148690313100815, - 0.041947897523641586, 0.0016137624625116587, -0.03709510341286659, - -0.09549186378717422, 0.07773898541927338, 0.009171131066977978 - ], - [ - 0.05146678909659386, 0.06906725466251373, -0.05472460761666298, - 0.012280002236366272, 0.026358826085925102, -0.020360371097922325, - 0.03828420862555504, -0.027049951255321503, -0.0006263016257435083, - -0.056491419672966, -0.026069942861795425, 0.003302214900031686, - -0.03511247783899307, 0.09817515313625336, -0.026051755994558334, - 0.002147781429812312, 0.01173399668186903, -0.028468741104006767, - 0.029726402834057808, 0.028067953884601593, 0.04737984016537666, - -0.028533652424812317, 0.012858657166361809, 0.056761812418699265, - -0.028198054060339928, 0.047386568039655685, -0.0836944580078125, - -0.07933613657951355, -0.06201856955885887, 0.07540123164653778, - 0.036479074507951736, 0.0313880629837513, -0.02067887969315052, - -0.01999826915562153, 0.02856278605759144, -0.042865633964538574, - -0.020986132323741913, -0.026935428380966187, 0.004872824996709824, - -0.0821574479341507, -0.08080130070447922, -0.061888642609119415, - 0.012390167452394962, 0.009453566744923592, -0.08362633734941483, - -0.05579961836338043, 0.044718530029058456, -0.007402306422591209, - 0.03632274642586708, -0.036329858005046844, 0.04391653835773468, - -0.008469932712614536, -0.07766981422901154, 0.016782699152827263, - -0.01892908662557602, 0.01933627761900425, 0.0443938672542572, 0.06729942560195923, - 0.057816360145807266, -0.048281215131282806, 0.04581436887383461, - 0.04588499292731285, -0.019386837258934975, -0.03969136252999306, - 0.02278755232691765, 0.07807891815900803, -0.10796967148780823, - 0.010634071193635464, -0.010549774393439293, -0.06724432855844498, - 0.032035376876592636, -0.01181479636579752, -0.029291152954101562, - -0.044526178389787674, -0.03421471640467644, 0.04448503255844116, - 0.039239075034856796, -0.009397427551448345, -0.010196847841143608, - 0.04951461777091026, -0.005673066712915897, 0.055027518421411514, - 0.014066644944250584, -0.0015047744382172823, 0.05332448333501816, - 0.008613046258687973, -0.026770131662487984, 0.04280921071767807, - -0.002617661841213703, 0.02104632928967476, 0.022157082334160805, - -0.02930738963186741, -0.02369205839931965, -0.008218934759497643, - -0.05046483129262924, 0.00944559182971716, 0.042617958039045334, - -0.01668860763311386, 0.005745603237301111, -0.035996440798044205, - -0.04159805551171303, -0.0060204798355698586, -0.003086525248363614, - 0.02574160508811474, -0.07278288900852203, 0.07658682763576508, 0.04655642807483673, - 0.00575270364060998, 0.06513255089521408, -0.06838137656450272, - -0.01225427445024252, -0.02672920562326908, 0.07035496830940247, - 0.06278212368488312, 0.010691634379327297, 0.00620643887668848, - -0.038670796900987625, 0.03228721022605896, -0.03540411964058876, - -0.0633719339966774, -0.05570190027356148, -0.035132817924022675, - 0.07826660573482513, 0.04615623131394386, 0.05910991504788399, -0.0285943616181612, - -0.039505355060100555, 0.016811519861221313, -0.023729203268885612, - -0.0413796529173851, -0.010747918859124184, -0.046079978346824646, - 0.033844828605651855, -0.012037028558552265, 0.10193329304456711, - -0.007299427874386311, 0.05283520743250847, 0.06111633777618408, - -0.038666121661663055, -0.0013220284599810839, -0.017057621851563454, - -0.13429006934165955, 0.018651630729436874, 0.022568032145500183, - 0.04127512872219086, 0.031556542962789536, -0.08857028931379318, - 0.007715858984738588, -0.04996011406183243, 0.06081682816147804, - -0.009571898728609085, 0.0643082931637764, 0.022864170372486115, - -0.10402705520391464, 0.07053017616271973, -0.04803909733891487, - 0.08190731704235077, 0.013348454609513283, -0.05180738493800163, - 0.005080841947346926, -0.026084305718541145, 0.07320475578308105, - -0.0037496343720704317, 0.07262478768825531, -0.007900271564722061, - 0.013092851266264915, -0.06353484839200974, -0.021585216745734215, - -0.013350260443985462, 0.02724274806678295, 0.06734350323677063, - 0.02088896557688713, 0.011927030049264431, 0.02060174196958542, - -0.02569887973368168, -0.07458190619945526, 0.0019011293770745397, - -0.06499093025922775, -0.05320816487073898, -0.014515913091599941, - 0.03087555430829525, 0.08014458417892456, 0.09176014363765717, -0.01729203388094902, - 0.0017277387669309974, 0.08703603595495224, -0.0458281971514225, - -0.059302281588315964, 0.0062586176209151745, 0.0281673613935709, - -0.023667674511671066, -0.06858328729867935, -0.009683806449174881, - 0.02774392068386078, -0.008639451116323471, 0.0011519653489813209, - -0.016331255435943604, -0.03253718838095665, 0.04503926262259483, - 0.05414828285574913, 0.038936737924814224, 0.01948270946741104, - 0.023802246898412704, -0.002679367084056139, 0.04465525597333908, - -0.09222018718719482, 0.027943985536694527, 6.412377842934802e-5, - 0.014383898116648197, -0.02236640825867653, 0.007624703925102949, - -0.03121703304350376, 0.02328799106180668, -0.013454473577439785, - -0.09363505244255066, 0.06053357943892479, 0.00018407613970339298, - -0.05169167369604111, 0.06572876870632172, -0.03861631825566292, - 0.06163104623556137, -0.041046157479286194, -0.08509321510791779, - 0.030338503420352936, -0.057835470885038376, -0.031245915219187737, - -0.050249215215444565, 0.002497865352779627, 0.004685109946876764, - -0.036127325147390366, 0.01396640669554472, 0.04222136363387108, - -0.0013681750278919935, 0.10108919441699982, -0.038056518882513046, - 0.04019845277070999, 0.013043742626905441, 0.0710553303360939, 0.034652210772037506, - 0.025790758430957794, -0.04279455170035362, 0.038443222641944885, - 0.09029046446084976, -0.10928100347518921, -0.0006021047011017799, - 0.052068859338760376, 0.03378836438059807, 0.025405075401067734, - -0.05883236229419708, 0.03827425837516785, 0.042711492627859116, - 0.039491236209869385, -0.037926699966192245, -0.013122018426656723, - 0.04587791487574577, 0.059469085186719894, -0.08219858258962631, - -0.06366553157567978, 0.057452064007520676, 0.031425345689058304, - 0.035860899835824966, -0.03231283649802208, 0.016546322032809258, - 0.012070748955011368, -0.09818846732378006, -0.008090833202004433, - 0.02461431734263897, -0.037435248494148254, -0.01043663825839758, - -0.05549635738134384, 0.03763948380947113, 0.08104730397462845, - 0.059033993631601334, 0.014008525758981705, -0.06151305139064789, - -0.002126282313838601, -0.06450100988149643, -0.07936882972717285, - -0.04982192441821098, -0.04386001452803612, 0.07294820249080658, - 0.06929861009120941, 0.07341857999563217, 0.019616898149251938, - -0.0017913785995915532, -0.04634104669094086, -0.020136002451181412, - 0.04061392694711685, 0.014892857521772385, 0.07330133765935898, - 0.0022366682533174753, 0.10009689629077911, -0.008113914169371128, - -0.03206006437540054, 0.1258230209350586, -0.0276435948908329, - -0.005463097244501114, 0.014342188835144043, 0.007247768808156252, - -0.047780562192201614, 0.008990718051791191, -0.05153438076376915, - 0.041538022458553314, -0.012338732369244099, 0.03386741131544113, - 0.048687614500522614, 0.06728457659482956, 0.0025901165790855885, - -0.0722988173365593, 0.002604709006845951, -0.05065044388175011, - -0.058553118258714676, -0.03423954173922539, -0.009493205696344376, - 0.06362432986497879, -0.09165451675653458, 0.031119314953684807, - -0.03205287456512451, 0.021835152059793472, -0.015002056024968624, - 0.0651593878865242, 0.07134046405553818, -0.031668320298194885, - -0.09607084840536118, -0.026019010692834854, 0.015592170879244804, - 0.01690267026424408, 0.10433182120323181, -0.026520418003201485, - -0.06414452940225601, 0.024804769083857536, -0.0008067588205449283, - -0.01322318334132433, -0.00044060120126232505, 0.010090152733027935, - -0.048116106539964676, 0.026313891634345055, 0.008542295545339584, - -0.07595807313919067, 0.03973722085356712, -0.029391329735517502, - -0.048535171896219254, -0.025066809728741646, 0.1142897680401802, - -0.09355393797159195, -0.06476353853940964, 0.015821104869246483, - 0.07337010651826859, 0.0755062848329544, -0.014837698079645634, - -0.047718849033117294, 0.06183017045259476, -0.03375600278377533, - 0.033610206097364426, -0.015960264950990677, -0.0199714545160532, - 0.01703130640089512, 0.002354507800191641, 0.006558333057910204, - -0.027956757694482803, -0.09470963478088379, -0.022639716044068336, - -0.09864043444395065, 0.03429901972413063, -0.00643626693636179, 0.1192680299282074, - -0.032278645783662796, 0.027304109185934067, -0.10846997052431107, - 0.01568419672548771, -0.03252644091844559, 0.07462196052074432, - -0.061235979199409485, 0.08484645932912827, -0.035160016268491745, - 0.048050690442323685, 0.03367583081126213, -0.04875500872731209, 0.090513214468956, - 0.04516110569238663, 0.04256201535463333, 0.012638432905077934, 0.04090110585093498, - -0.04553212597966194 - ], - [ - 0.021624170243740082, -0.04273071140050888, -0.12587718665599823, - 0.030043747276067734, 0.0418420284986496, 0.02507515251636505, 0.02293727733194828, - -0.057523421943187714, 0.015887826681137085, 0.026444222778081894, - 0.008889362215995789, -0.046484772115945816, 0.010936126112937927, - -0.019693585112690926, -0.0062401145696640015, 0.03415295109152794, - -0.008792852982878685, 0.03127295523881912, -0.07560762763023376, - 0.02976454608142376, 0.037984900176525116, 0.0023920880630612373, - -0.04396798461675644, 0.058077771216630936, 0.0193500816822052, 0.06320835649967194, - 0.03415990620851517, 0.05217079818248749, 0.022161375731229782, - 0.018599465489387512, 0.04000362008810043, -0.018217479810118675, - 0.030376989394426346, -0.060143645852804184, -0.051432982087135315, - 0.02712070383131504, -0.06231006607413292, -0.00753759266808629, - -0.04383170232176781, -0.01732473261654377, -0.03529652580618858, - 0.022129829972982407, -0.04151038080453873, 0.052675582468509674, - 0.05705084279179573, 0.02896629460155964, -0.05308767035603523, - -0.028186457231640816, 0.012584099546074867, 0.009013109840452671, - -0.06279394030570984, 0.010120243765413761, -0.05496365949511528, - 0.0339081697165966, -0.01184664387255907, -0.01845213770866394, - -0.021410124376416206, 0.028434304520487785, -0.05335015431046486, - 0.05461033806204796, -0.06595531105995178, 0.036959774792194366, - -0.06768573820590973, 0.08564569801092148, -0.03885956108570099, - 0.03870479762554169, -0.07895160466432571, -0.037770893424749374, - 0.051534123718738556, 0.07492884993553162, -0.015186918899416924, - 0.028729865327477455, 0.03378692641854286, 0.020194049924612045, - -0.0764242559671402, 0.05090220272541046, -0.0245436429977417, 0.021296195685863495, - 0.005496038589626551, -0.06482354551553726, 0.05516734719276428, - -0.011688313446938992, 0.020519327372312546, 0.07674933969974518, - 0.08032746613025665, -0.03440092131495476, 0.047146495431661606, - 0.07050701230764389, 0.018627038225531578, -0.005943517200648785, - 0.04605792090296745, -0.035902801901102066, 0.03765450790524483, - -0.03798726573586464, 0.031042305752635002, 0.011247602291405201, - 0.019619062542915344, -0.042230647057294846, -0.05421548709273338, - 0.06176295131444931, -0.007925630547106266, -0.01570826582610607, - -0.005021148361265659, -0.03130964934825897, 0.011110990308225155, - 0.011791710741817951, 0.08385708183050156, 0.05017876625061035, - 0.033328477293252945, -0.02292892336845398, -0.0665397047996521, - 0.014631539583206177, -0.03874370455741882, -0.021038081496953964, - 0.01591016910970211, -0.048793744295835495, 0.0457841195166111, 0.04681859910488129, - -0.02478579431772232, 0.006129885092377663, -0.04160912707448006, - 0.029675662517547607, -0.004341518506407738, -0.0030129083897918463, - 0.026751279830932617, -0.06301560997962952, -0.045016903430223465, - -0.02317570149898529, 0.05026906356215477, 0.03505854308605194, - 0.026138078421354294, 0.04364700987935066, -0.026862557977437973, 0.106284499168396, - -0.09263850003480911, -0.015658272430300713, -0.046440593898296356, - -0.052759744226932526, 0.05961132422089577, -0.08622128516435623, - 0.048580046743154526, -0.01886950246989727, -0.018421126529574394, - 0.004320151172578335, 0.0030367658473551273, 0.06138649210333824, - 0.0208594873547554, -0.10319221019744873, 0.11393171548843384, - -0.010928253643214703, -0.03377328813076019, -0.02831478789448738, - -0.007691984064877033, 0.03430855646729469, 0.01949615590274334, - -0.06978347152471542, 0.009947966784238815, 0.023110195994377136, - -0.011384086683392525, -0.037894073873758316, 0.024605339393019676, - -0.05955706164240837, 0.02590763382613659, 0.1006767600774765, 0.004935348406434059, - 0.03595985472202301, -0.03666052594780922, -0.03326873481273651, - 0.009431233629584312, -0.00040519118192605674, 0.00526285357773304, - -0.01172247901558876, 0.12974123656749725, -0.005073069129139185, - -0.06385877728462219, -0.04521064832806587, 0.047115810215473175, - 0.014102675952017307, -0.0626363456249237, -0.0057051097974181175, - -0.10592277348041534, -0.014159908518195152, 0.008938580751419067, - -0.07040821760892868, -0.04909814894199371, -0.060761526226997375, - 0.03327734395861626, 0.03835679963231087, 0.04918026179075241, - -0.026926951482892036, -0.06060486286878586, -0.08620337396860123, - -0.06766244769096375, 0.05010842904448509, -0.05934527516365051, - -0.014426113106310368, 0.04173775762319565, 0.012407367117702961, - 0.03938831388950348, -0.02520299144089222, 0.016094524413347244, - 0.10830572992563248, -0.09779202193021774, 0.05078253522515297, - -0.05589691549539566, 0.01651729643344879, 0.0031196107156574726, - -0.0315091572701931, 0.048344433307647705, -0.007496475242078304, - -0.08072652667760849, 0.08189279586076736, 0.08643558621406555, 0.03643864393234253, - 0.0943053811788559, 0.026646286249160767, 0.04594554007053375, - -0.034276917576789856, -0.028273440897464752, 0.05822161212563515, - 0.014004251919686794, -0.08147621154785156, -0.07391037046909332, - 0.02964578941464424, -0.07243157178163528, 0.04685177654027939, - -0.02407534047961235, 0.007766264490783215, 0.001940330141223967, - 0.031192095950245857, 0.06806688010692596, -0.0194025170058012, 0.05549556389451027, - -0.03917627036571503, -0.0011549683986231685, -0.05854885280132294, - 0.07470293343067169, -0.0524875670671463, 0.03785399720072746, - -0.016800813376903534, -0.02594306878745556, -0.004061687737703323, - -0.061670612543821335, 0.11442562937736511, -0.06566263735294342, - 0.10184548050165176, -0.03542935475707054, -0.007510638330131769, - 0.07512511312961578, 0.040562182664871216, -0.005924710538238287, - 0.07874204963445663, 0.0018547107465565205, -0.0164201557636261, -0.108333058655262, - 0.05059432610869408, -0.0035980541724711657, 0.018500490114092827, - -0.02506144344806671, 0.005311173386871815, 0.11712069064378738, - -0.07916063070297241, -0.03177658095955849, 0.027776014059782028, - 0.06364317983388901, -0.012430532835423946, -0.09013517200946808, - -0.01554692629724741, 0.031225495040416718, -0.0319446362555027, - -0.04804769530892372, -0.024978769943118095, 0.04538246989250183, - 0.01425999216735363, -0.043753188103437424, -0.06803636997938156, - -0.03396465256810188, -0.02755287103354931, -0.06530672311782837, - -0.07849276065826416, -0.06009649112820625, 0.006519898306578398, - -0.04033287987112999, -0.03056958317756653, -0.03199195861816406, - 0.04479400813579559, 0.00859379954636097, 0.023934083059430122, 0.01956644095480442, - 0.014265925623476505, 0.016313545405864716, -0.02443571574985981, - -0.04488004371523857, -0.05971793085336685, -0.044504303485155106, - 0.014508971944451332, 0.04009116441011429, -0.07896155118942261, - 0.09145039319992065, -0.05639670789241791, -0.002418410498648882, - -0.035660915076732635, 0.007234701421111822, 0.05453747510910034, - 0.035896915942430496, -0.01728321984410286, -0.0029347692616283894, - -0.0039526172913610935, -0.015687240287661552, -0.03149578720331192, - -0.01910557597875595, -0.005400934722274542, 0.0024367866571992636, - 0.0028860720340162516, -0.08427590876817703, -0.02778555080294609, - 0.009991226717829704, 0.03606793284416199, 0.0731460377573967, 0.023719538003206253, - -0.017578978091478348, -0.023039428517222404, 0.0627506673336029, - 0.01642145775258541, 0.04105452820658684, 0.03306242451071739, -0.04039420560002327, - -0.022271407768130302, -0.03995559737086296, -0.040621932595968246, - 0.049025192856788635, 0.0026115498039871454, -0.04474223405122757, - -0.024976888671517372, -0.06782746315002441, 0.005193208809942007, - -0.022987958043813705, -0.029781168326735497, 0.06466002762317657, - -0.06155209243297577, 0.005815081764012575, -0.060793329030275345, - 0.05122040584683418, 0.03491329774260521, 0.026115618646144867, 0.04644392430782318, - -0.0746140405535698, -0.004563618917018175, -0.0007982511888258159, - -0.026233434677124023, 0.05381317809224129, -0.09549938887357712, - -0.03182040527462959, 0.01697475276887417, -0.01695951633155346, - -0.02381843701004982, 0.008769333362579346, 0.062101852148771286, - 0.06904015690088272, 0.013476247899234295, -0.03733483701944351, - -0.016742317005991936, 0.03123018704354763, 0.006083631422370672, - 0.026224123314023018, -0.10429336875677109, -0.02300250716507435, - -0.03035287745296955, -0.023987697437405586, -0.03694164380431175, - -0.009671315550804138, -0.03792155906558037, 0.034636031836271286, - 0.05673730745911598, 0.004252014681696892, -0.028944864869117737, - -0.03361991420388222, -0.019087916240096092, -0.06080889329314232, - -0.06377127021551132, 0.04789867624640465, 0.014272509142756462, - -0.05255666747689247, 0.011400071904063225 - ], - [ - 0.03577211871743202, 0.002102574333548546, -0.04078807681798935, - 0.06259489804506302, 0.000418599636759609, -0.05371664837002754, - -0.0348835289478302, 0.031187668442726135, -0.021069226786494255, - -0.04042242094874382, 0.0856466069817543, -0.02718707174062729, 0.02662142924964428, - -0.0017518065869808197, 0.06434966623783112, -0.034481458365917206, - 0.0014236494898796082, -0.02151118777692318, -0.0725596472620964, - 0.05922485515475273, -0.013968080282211304, -0.011323041282594204, - -0.07211310416460037, -0.047952573746442795, -0.011561660096049309, - 0.045677732676267624, 0.03770436346530914, 0.06902029365301132, - -0.05901188403367996, -0.03946373239159584, 0.02378222532570362, - 0.06146032363176346, -0.02981710433959961, -0.02948865108191967, - 0.012814264744520187, -0.006099703721702099, 0.00657315831631422, - 0.02541811391711235, 0.05240197107195854, 0.016972770914435387, 0.04510027542710304, - 0.017037341371178627, 0.0659923106431961, 0.034200623631477356, - -0.022817159071564674, 0.03423038497567177, -0.07644161581993103, - 0.004345133434981108, 0.04064204543828964, -0.00838590320199728, - -0.060080815106630325, 0.07030902057886124, -0.01409091241657734, - 0.005648437887430191, -0.007422911003232002, 0.011205612681806087, - -0.04883454367518425, 0.004931632895022631, -0.007484126836061478, - 0.05406542122364044, 0.0002540785353630781, 0.0190062765032053, 0.06312517821788788, - 0.03341367095708847, 0.0005493163480423391, -0.04063679650425911, - 0.004232856445014477, 2.9933089535916224e-6, 0.02738424949347973, - 0.04242260009050369, 0.02265164442360401, -0.007487664930522442, - -0.07337082177400589, 0.06121741235256195, -0.01471761055290699, - -0.010364746674895287, -0.05462343245744705, 0.0008154261158779263, - 0.04791809991002083, -0.05084234103560448, -0.007814792916178703, - 0.0047667911276221275, -0.0031947370152920485, -0.06350585073232651, - 0.047739170491695404, 0.0037191894371062517, -0.05313347652554512, - 0.003243835875764489, -0.008098898455500603, -0.031091362237930298, - 0.04648153856396675, -0.05428019538521767, -0.031833846122026443, - 0.01462516188621521, 0.043783996254205704, -0.011103966273367405, - 0.00021348742302507162, -0.052710261195898056, -0.06642591208219528, - 0.07183214277029037, -0.04903271421790123, -0.0944332554936409, - -0.01178631279617548, -0.034332942217588425, -0.007486321963369846, - -0.059596605598926544, 0.025464113801717758, 0.017678862437605858, - 0.0067736017517745495, -0.02086707204580307, -0.03746066242456436, - 0.06910428404808044, -0.03524380549788475, 0.02621949464082718, - 0.021625133231282234, -0.03211928904056549, 0.07827980816364288, - 0.06974700093269348, 0.007832694798707962, 0.06461896002292633, 0.02597673237323761, - 0.07525742799043655, -0.0032224240712821484, 0.0027180546894669533, - -0.06593061238527298, -0.042790405452251434, 0.05690163001418114, - -0.037918075919151306, 0.021037254482507706, -0.033557213842868805, - -0.004733500070869923, 0.0511651337146759, -5.2561270422302186e-5, - 0.08326371014118195, -0.09334173053503036, 0.016658490523695946, - -0.03672664985060692, -0.0601411834359169, 0.03597746416926384, - -0.058494992554187775, 0.052422236651182175, 0.02558370865881443, - 0.02190639078617096, 0.031958796083927155, 0.0006524610798805952, - -0.05134463310241699, 0.0030366098508238792, -0.10038084536790848, - 0.09955386072397232, 0.08502326160669327, -0.05742226913571358, - -0.04987180605530739, -0.04640323668718338, -0.016404729336500168, - -0.027967553585767746, 0.002820657566189766, -0.002430611290037632, - 0.09570403397083282, -0.03417222946882248, -0.05933232232928276, - -0.03202163800597191, -0.036809347569942474, -0.0175242330878973, - 0.02974139340221882, -0.04849163442850113, 0.026458678767085075, - -0.06811058521270752, 0.04097697511315346, -0.05462225154042244, - -0.020409658551216125, -0.04785113036632538, -0.006768843624740839, - 0.011529702693223953, -0.024495691061019897, 0.031802818179130554, - 0.06121649220585823, -0.043123189359903336, 0.05408114567399025, - -0.012121719308197498, 0.0035798922181129456, -0.045866820961236954, - -0.040082886815071106, -0.04405884072184563, -0.08495168387889862, - -0.013883460313081741, -0.006574991159141064, -0.03604959324002266, - -0.04772245138883591, -0.03198679909110069, -0.056052230298519135, - -0.0986480861902237, -0.00904051586985588, -0.025052273645997047, - -0.06013385206460953, -0.04113706201314926, -0.020973604172468185, - 0.0486958809196949, 0.06082925200462341, -0.017179841175675392, -0.0174547228962183, - -0.01640469580888748, 0.08701583743095398, -0.031265441328287125, - 0.006789374630898237, 0.03521084040403366, 0.05975901708006859, - 0.016564644873142242, -0.04571833088994026, 0.06642405688762665, - -0.04231368750333786, -0.05058552697300911, 0.016596855595707893, - 0.02113533392548561, -0.014064243994653225, 0.06672770529985428, - -0.0629461482167244, 0.041133563965559006, 0.025767803192138672, - 0.003147437935695052, 0.0088213961571455, 0.09573549777269363, -0.07658784836530685, - 0.003230626229196787, 0.04490800201892853, -0.016701826825737953, - 0.08985964953899384, -0.0013056035386398435, 0.04455660656094551, - -0.03539171442389488, 0.030180802568793297, -0.026873867958784103, - -0.012160205282270908, 0.01530079822987318, 0.013447031378746033, - 0.03960816189646721, -0.07720691710710526, -0.011771987192332745, - -0.06872398406267166, 0.10104238986968994, 0.015588270500302315, - -0.020676584914326668, -0.037525344640016556, -0.014291543513536453, - -0.013222004286944866, 4.3725558498408645e-5, 0.0039008401799947023, - -0.023221712559461594, 0.037681590765714645, 0.005797280929982662, - -0.011911911889910698, 0.040411971509456635, 0.026573477312922478, - -0.02714814990758896, -0.016499746590852737, 0.06366357207298279, - 0.06654884666204453, 0.030837761238217354, -0.014994952827692032, - 0.005745252128690481, -0.013649536296725273, -0.041816987097263336, - -0.06103597208857536, -0.01970955915749073, 0.034978050738573074, - 0.036831509321928024, 0.030285147950053215, -0.013839665800333023, - -0.039655495434999466, -0.010683667846024036, -0.02359379641711712, - -0.049186352640390396, -0.13628077507019043, 0.04150911793112755, - -0.03489141911268234, -0.06826462596654892, -0.04826262965798378, - 0.014835827052593231, -0.0008575941901654005, 0.03363118693232536, - -0.08155621588230133, -0.04497028887271881, -0.06041190028190613, - 0.048105351626873016, 0.0045005204156041145, -0.055801670998334885, - 0.012541203759610653, -0.01708589680492878, 0.02267778292298317, - 0.05916352570056915, -0.05444468557834625, -0.05691549554467201, - 0.005630372557789087, 0.04153266176581383, 0.0065879966132342815, - 0.009619035758078098, 0.006127032916992903, -0.039131637662649155, - -0.013876523822546005, 0.06844951957464218, -0.05513633042573929, - 0.010968956165015697, 0.04564728960394859, 0.022460121661424637, - -0.0222017802298069, 0.03147237002849579, 0.050375811755657196, - -0.04266491159796715, 0.05893906205892563, -0.022879449650645256, - -0.0448906347155571, 0.017411217093467712, 0.003345286473631859, - 0.007783858105540276, 0.018148917704820633, 0.027980264276266098, - -0.012707815505564213, 0.055688850581645966, -0.017201101407408714, - 0.012374646961688995, -0.039692144840955734, 0.021165931597352028, - -0.055169668048620224, 0.06000049412250519, 0.11723583936691284, - 0.05735089257359505, 0.027649467810988426, 0.018489962443709373, - -0.09007874876260757, 0.001088618766516447, 0.029508890584111214, - 0.06722467392683029, 0.026691680774092674, -0.028049811720848083, - -0.030894191935658455, 0.006333884317427874, 0.08064249157905579, - 0.00022263606660999358, -0.052038613706827164, 0.0225853119045496, - -0.03451427072286606, 0.02958802692592144, -0.009661988355219364, - 0.018068958073854446, 0.00360224605537951, 0.0017748710233718157, - 0.07711021602153778, -0.04570402950048447, -0.032976288348436356, - -0.03751886636018753, -0.012834431603550911, 0.0359312929213047, - -0.05274605005979538, -0.05648225173354149, 0.01762290485203266, - -0.028399329632520676, 0.03914205729961395, -0.022375717759132385, - 0.0019537685438990593, -0.06001841649413109, 0.020651211962103844, - 0.04594270512461662, 0.011739511974155903, 0.043214887380599976, - -0.04779330641031265, 0.05610067397356033, -0.06397594511508942, - 0.00789712741971016, -0.018459200859069824, -0.01794970966875553, - -0.010280430316925049, -0.04818369075655937, -0.011266372166574001, - 0.07449579983949661, -0.06206439062952995, -0.00403525959700346, - -0.003222215920686722, -0.011082987301051617, -0.020734118297696114, - -0.12099683284759521, 0.008183431811630726, 0.030329370871186256, - 0.016176428645849228, -0.015204181894659996, 0.049072422087192535 - ], - [ - -0.008035475388169289, 0.00032675956026650965, -0.015746863558888435, - -0.013457034714519978, 0.026636295020580292, -0.01792972907423973, - -0.050966061651706696, 0.011543706990778446, -0.01079494133591652, - -0.02324756048619747, 0.003058911068364978, -0.02658570557832718, - 0.07270839065313339, -0.056171104311943054, 0.0468575619161129, 0.06409536302089691, - 0.05539308860898018, -0.043950874358415604, -0.07147715985774994, - 0.009243924170732498, -0.0024236319586634636, -0.0362107940018177, - -0.057242169976234436, 0.01687650941312313, -0.023796752095222473, - -0.012326853349804878, 0.007278003729879856, 0.02193307876586914, - 0.015180572867393494, 0.031236471608281136, -0.037781476974487305, - -0.015834612771868706, 0.0021747725550085306, -0.0024204994551837444, - -0.0020268268417567015, -0.0002139478747267276, -0.005991150625050068, - 4.69043297925964e-5, 0.018677987158298492, -0.0006297577638179064, - -0.0007367377984337509, -0.06442774832248688, 0.04712451994419098, - 0.027822619304060936, 0.05897849425673485, 0.07725974917411804, - -0.09366552531719208, 0.024523770436644554, 0.0731414258480072, 0.04490566998720169, - 0.006967757362872362, -0.03227360546588898, 0.016904199495911598, - -0.011653836816549301, 0.025820380076766014, 0.004912016913294792, - -0.0604521818459034, -0.0029950072057545185, 0.0009896708652377129, - 0.0536310151219368, 0.02007117122411728, 0.03268575668334961, 0.034591760486364365, - 0.02757786028087139, 0.039475951343774796, 0.004670277237892151, - -0.07132565230131149, -0.012383506633341312, 0.012163764797151089, - 0.01440932136029005, -0.0734066441655159, 0.028675701469182968, - -0.06526809185743332, 0.08786293864250183, -0.0072684939950704575, - 0.01897316798567772, -0.04278246685862541, -0.034228187054395676, - 0.0159214548766613, -0.02409208007156849, -0.061010271310806274, - 0.0012072911486029625, -0.001817331649363041, 0.008173251524567604, - 0.03865151107311249, 0.004222198389470577, -0.014243901707231998, - -0.015857214108109474, 0.06345643848180771, 0.04564272612333298, - -0.005066435784101486, -0.0034220649395138025, 0.016524003818631172, - 0.04521623253822327, 0.04099500551819801, -0.01865464076399803, - 0.042387355118989944, -0.007050434127449989, -0.10124912858009338, - 0.08450552076101303, 0.020522847771644592, -0.018455851823091507, - 0.07216780632734299, -0.0477546751499176, -0.0027321551460772753, - -0.02152431197464466, 0.05095599219202995, -0.02126905880868435, - -0.017738252878189087, -0.039472486823797226, -0.0487767793238163, - 0.09775696694850922, 0.002072187140583992, -0.022322844713926315, - 0.03216085210442543, -0.02431490831077099, 0.014132880605757236, - 0.05656583234667778, -0.045967523008584976, 0.023972779512405396, - 0.02520161122083664, 0.017553778365254402, -0.03444382920861244, - -0.023480763658881187, -0.08090443909168243, -0.025303471833467484, - -0.0024939398281276226, 0.02310330979526043, 0.04719097912311554, - -0.04154869541525841, 0.06076103076338768, 0.04059118404984474, - -0.054571907967329025, 0.05801871791481972, -0.013780715875327587, - 0.0593312606215477, -0.05902329087257385, -0.060419607907533646, - 0.037434712052345276, -0.10480523854494095, 0.008904172107577324, - 0.1029227003455162, -0.04464209824800491, -0.027889005839824677, - -0.029805641621351242, -0.05055897682905197, 0.048099517822265625, - -0.04822944849729538, 0.11705784499645233, -0.018134556710720062, - -0.026876213029026985, -0.008106808178126812, -0.02091236412525177, - -0.0007328720530495048, 0.014656453393399715, 0.06060240417718887, - -0.016385504975914955, 0.018078727647662163, -0.028752105310559273, - -0.021629158407449722, 0.034233517944812775, 0.003809550544247031, - 0.01990807056427002, 0.020871104672551155, -0.08893194794654846, - 0.03908905014395714, 0.012104214169085026, -0.0047696493566036224, - -0.019478019326925278, -0.0418672189116478, -0.016900161281228065, - -0.021166056394577026, 0.017276505008339882, 0.004621660802513361, - -0.038547858595848083, -0.007979059591889381, -0.011532602831721306, - -0.028131185099482536, 0.016967177391052246, -0.014123240485787392, - -0.07093283534049988, -0.0019980818033218384, -0.054428864270448685, - -0.07895389199256897, -0.027445074170827866, -0.02342565730214119, - -0.010237847454845905, 0.05904828757047653, 0.013250540941953659, - 0.021795442327857018, -0.044998157769441605, -0.06081567704677582, - -0.0382186695933342, -0.04058564081788063, -0.08051778376102448, - 0.025316867977380753, 0.07245957851409912, 0.0414239801466465, - -0.013632928021252155, 0.06199732422828674, 0.053196266293525696, - 0.015116788446903229, -0.04010114073753357, 0.0064164106734097, 0.07369532436132431, - 0.07710914313793182, 0.07109270244836807, -0.04318220540881157, - 0.019741425290703773, -0.05049243941903114, -0.013378317467868328, - 0.01279644388705492, 0.03373054787516594, 0.006688255816698074, 0.09089750796556473, - -0.03818225488066673, 6.358180689858273e-5, 0.07010706514120102, - -0.009462421759963036, -0.01513041090220213, 0.054556332528591156, - -0.06438764929771423, -0.04590652883052826, 0.013358073309063911, - 0.04393254965543747, 0.0794469341635704, -0.05204851180315018, -0.02242511510848999, - 0.04746122658252716, -0.037987638264894485, -0.022605881094932556, - 0.04020525515079498, 0.08746220171451569, -0.036508433520793915, - 0.03846484050154686, 0.027246808633208275, 0.04402485862374306, - -0.04377386346459389, 0.02456500753760338, -0.051826152950525284, - 0.011104708537459373, -0.0281513724476099, 0.002236281055957079, - 0.02928975410759449, -0.051986657083034515, -0.003945700358599424, - 0.04792750999331474, 0.019182713702321053, 0.022951794788241386, - -0.06315937638282776, 0.051833175122737885, 0.057918719947338104, - 0.03801000118255615, 0.03176652267575264, -0.01648513600230217, - -0.023439250886440277, -0.03101031482219696, 0.053834035992622375, - 0.011133486405014992, -0.05731036886572838, -0.02297397144138813, - -0.010501761920750141, -0.013832205906510353, -0.03999147191643715, - 0.003746755886822939, 0.029450446367263794, -0.08097127825021744, - 0.019108498468995094, -0.040768060833215714, -0.014283270575106144, - -0.009833810850977898, -0.02834213525056839, 0.032374221831560135, - -0.06042927876114845, -0.03178999200463295, -0.06850342452526093, - 0.029723191633820534, 0.05627549812197685, 0.036574672907590866, - -0.09771119058132172, -0.030640264973044395, -0.00917693879455328, - 0.03156524896621704, 0.047941356897354126, -0.03819573298096657, - 0.03695451840758324, -0.0005219033337198198, 0.029015574604272842, - 0.01723429746925831, -0.01041318103671074, 0.0117527786642313, 0.029628345742821693, - 0.03936334326863289, 0.026026714593172073, 0.018363364040851593, - -0.06947910040616989, 0.02236836776137352, 0.00682420376688242, - 0.020559558644890785, -0.0657065212726593, -0.02845773845911026, - -0.02790597267448902, 0.0917603000998497, 0.015487242490053177, 0.04785361886024475, - 0.017718587070703506, -0.05532548576593399, 0.0073798540979623795, - 0.020570805296301842, -0.024417756125330925, 0.05854470655322075, - 0.04036520794034004, 0.0670078843832016, -0.005142372567206621, - 0.054290201514959335, -0.03336047753691673, 0.031677424907684326, - 0.07301806658506393, 0.032823555171489716, -0.037762757390737534, - 0.025848090648651123, -0.008506455458700657, 0.027388641610741615, - 0.04552812501788139, 0.011579700745642185, 0.011200993321835995, - 0.04315684735774994, -0.05940408632159233, 0.05173379182815552, - -0.0052675725892186165, 0.056757472455501556, -0.029907189309597015, - 0.004357185214757919, -0.014563788659870625, 0.03156396001577377, - 0.03892641142010689, -0.0070952726528048515, -0.057897601276636124, - 0.014804002828896046, -0.002979391487315297, -0.06929629296064377, - -0.004457846283912659, 0.0667881965637207, 0.011021578684449196, 0.030391875654459, - 0.07338026165962219, -0.01252706814557314, 0.08482448756694794, - -0.02440710924565792, 0.041929882019758224, -0.032080404460430145, - -0.026749340817332268, 0.000501253001857549, 0.03579464554786682, - -0.046840064227581024, 0.03387871012091637, -0.0090758902952075, - -0.008989166468381882, -0.019088223576545715, 0.036841124296188354, - 8.923665882321075e-5, 0.04419705644249916, -0.028556805104017258, - -0.02202061377465725, 0.02457854337990284, -0.08895929902791977, - -0.09847717732191086, -0.02685253880918026, -0.012793056666851044, - -0.01906820759177208, -0.008127706125378609, -0.07766968011856079, - 0.017759522423148155, 0.0329061821103096, -0.008961424231529236, - -0.02815137803554535, -0.05126924812793732, 0.006528259254992008, - -0.08519022911787033, 0.02939694933593273, -0.01163765974342823, - 0.0008776835747994483, -0.05810639262199402, -0.026398440822958946 - ], - [ - 0.058816537261009216, 0.045202430337667465, 0.053936928510665894, - -0.04562445357441902, -0.07939949631690979, -0.01798885501921177, - 0.05850600451231003, -0.0064340378157794476, 0.027330603450536728, - -0.04564456269145012, -0.01950400322675705, 0.04440276697278023, - -0.019080298021435738, 0.012986280955374241, 0.04151593893766403, - -0.05800064653158188, 0.01647903025150299, 0.03031770884990692, - 0.059706833213567734, 0.0015700547955930233, -0.003572345245629549, - 0.021048253402113914, 0.005064384080469608, -0.0217747800052166, - 0.0022166918497532606, 0.005979333538562059, -0.032750967890024185, - -0.07414676249027252, 0.011559431441128254, 0.042730528861284256, - -0.018022509291768074, 0.0015273813623934984, -0.02534927800297737, - -0.034958336502313614, -0.08813487738370895, 0.007954140193760395, - -0.04716816544532776, -0.008234345354139805, 0.0267755426466465, - -0.09268052875995636, -0.03839888796210289, 0.04326862841844559, - -0.014735778793692589, -0.020975762978196144, -0.031015275046229362, - -0.04187910258769989, 0.07532917708158493, 0.11225505918264389, - -0.08536143600940704, -0.029985690489411354, 0.014310096390545368, - -0.011286628432571888, -0.06227387487888336, 0.012307066470384598, - 0.028970174491405487, -0.026654591783881187, -0.008154044859111309, - 0.011616029776632786, 0.06179803982377052, 0.026511050760746002, - 0.011928548105061054, -0.01760142482817173, 0.003149996744468808, - 0.055619001388549805, -0.048927389085292816, 0.02802789956331253, - 0.06326370686292648, 0.08545925468206406, -0.009355613961815834, - 0.019123433157801628, 0.002069074660539627, -0.04233663156628609, - 0.003200158243998885, -0.0897112488746643, 0.06518161296844482, - -0.008208781480789185, -0.03877245634794235, -0.009382403455674648, - -0.07285270094871521, 0.042744945734739304, -0.0017165017779916525, - 0.02213376946747303, 0.04973219707608223, 0.025681106373667717, - 0.027463123202323914, 0.07355765998363495, -0.018500300124287605, - 0.006721846759319305, -0.026135647669434547, -0.05186085030436516, - -0.05668361857533455, 0.023142782971262932, 0.004169379360973835, - 0.024600032716989517, -0.032680951058864594, 0.02817625179886818, - -0.05211804062128067, -0.055580586194992065, 0.009421971626579762, - 0.010886839590966702, 0.003250379115343094, 0.07586733251810074, - -0.03189318627119064, -0.09620001912117004, 0.03055224008858204, - 0.04273664578795433, 0.027781059965491295, -0.028410779312253, -0.05181674659252167, - 0.008425531908869743, 0.018412377685308456, -0.02075958251953125, - -0.013682860881090164, -0.038942836225032806, 0.06650982052087784, - 0.017688661813735962, -0.027246160432696342, -0.014766157604753971, - -0.0065025342628359795, -0.05096552148461342, 0.03653398156166077, - -0.023289285600185394, 0.08960922062397003, 0.001169485505670309, - 0.06358837336301804, 0.024479687213897705, -0.01931493729352951, - 0.015916338190436363, -0.000546004215721041, -0.010684428736567497, - -0.08809112757444382, 0.04225644841790199, 0.015156270936131477, - 0.03158670291304588, 0.11037666350603104, 0.04330051690340042, 0.10289157927036285, - 0.019814064726233482, 0.10916803777217865, 0.04988487809896469, - -0.04525088146328926, -0.070403553545475, -0.05612592026591301, - 0.002903921529650688, -0.030437491834163666, 0.0675724670290947, - 0.007667647209018469, 0.014275197871029377, 0.010157824493944645, - -0.10738855600357056, 0.06577781587839127, -0.01228682417422533, - 0.07260506600141525, -0.06067098677158356, -0.011990141123533249, - -0.006830873899161816, 0.0409289225935936, -0.08974361419677734, - 0.04272066056728363, 0.03832084685564041, -3.644064054242335e-5, - -0.0009295374038629234, 0.0610789880156517, 0.009903703816235065, - 0.018538257107138634, 0.01568279229104519, 0.008205857127904892, - 0.03887181356549263, -0.02163134515285492, 0.04112374782562256, 0.04495437443256378, - -0.011445283889770508, 0.04102000594139099, -0.007391937077045441, - -0.05372671037912369, -0.043542541563510895, -0.04549034684896469, - -0.005015166942030191, 0.027559727430343628, 0.0027850870974361897, - 0.03695691004395485, -0.00029858379275538027, 0.020861336961388588, - 0.017916645854711533, -0.01124414149671793, -0.020506534725427628, - -0.04543805867433548, -0.045751895755529404, -0.004669765941798687, - -0.0023754360154271126, -0.03341925889253616, 0.09285005927085876, - 0.09565334767103195, 0.04262685030698776, 0.016192970797419548, - -0.007074565161019564, -0.08682629466056824, -0.05010157823562622, - -0.03335074707865715, 0.04692837595939636, -0.06022293120622635, - -0.008791197091341019, -0.021736178547143936, -0.028549471870064735, - -0.06789631396532059, -0.04519324377179146, -0.007298782002180815, - -0.054175566881895065, -0.06127646937966347, 0.03770504146814346, - 0.013785009272396564, 0.02206050418317318, -0.07470955699682236, - -0.02695520967245102, -0.013291767798364162, 0.029450412839651108, - 0.021685170009732246, -0.0893276110291481, -0.026772813871502876, - 0.03357689455151558, -0.06877025216817856, -0.03915365785360336, - 0.008196819573640823, 0.02895497903227806, 0.02164735458791256, -0.0297482218593359, - 0.02235940285027027, 0.04104621708393097, -0.03250820189714432, - -0.04576333984732628, 0.014813444577157497, 0.03638705983757973, - -0.011536573059856892, -0.019670376554131508, -0.10319417715072632, - 0.06599356979131699, -0.014605351723730564, 0.011105651035904884, - -0.08920148015022278, 0.04425756633281708, 0.058264609426259995, - 0.057058900594711304, 0.04962460324168205, -0.020080242305994034, - 0.0014411499723792076, -0.04069998115301132, -0.06594738364219666, - -0.03583119809627533, -0.05854342505335808, 0.04241566359996796, - -0.05261111259460449, -0.06676474213600159, -0.02229231782257557, - 0.0029712417162954807, -0.05099919065833092, 0.0652334988117218, - 0.017981695011258125, -0.057454898953437805, -0.026531925424933434, - 0.03378375247120857, 0.061412859708070755, 0.06336422264575958, - 0.011739939451217651, 0.031162042170763016, 0.02882692962884903, - -0.0582750178873539, 0.04674217477440834, 0.046291325241327286, 0.04578986391425133, - 0.024733537808060646, 0.03494097664952278, 0.024018224328756332, - 0.05937723442912102, 0.10433954000473022, 0.013011055067181587, - 0.009939792566001415, -0.00676767760887742, -0.08822239190340042, - -0.03797658532857895, 0.11936005204916, 0.009073779918253422, -0.03451569750905037, - 0.02600974217057228, -0.00026049555162899196, 0.01924997568130493, - -0.036396563053131104, 0.009623412974178791, 0.035932451486587524, - -0.004227290861308575, 0.027589403092861176, -0.0646483525633812, - 0.020502358675003052, 0.005023439414799213, 0.11773152649402618, - -0.05372258275747299, 0.055458925664424896, 0.06325269490480423, - -0.05354313179850578, -0.028367124497890472, -0.036369070410728455, - -0.0016876073786988854, -0.09248615801334381, -0.013301512226462364, - -0.019943417981266975, -0.012520311400294304, 0.028209736570715904, - 0.03884102776646614, 0.004059516359120607, 0.016677122563123703, - 0.06379012018442154, -0.041403137147426605, -0.05300441384315491, - -0.07470550388097763, 0.017441987991333008, 0.04718979075551033, - -0.04941502958536148, -0.005950470920652151, -0.052086055278778076, - 0.055197812616825104, 0.013234314508736134, -0.055951811373233795, - -0.02100278064608574, -0.07262271642684937, 0.003895026398822665, - 0.044963378459215164, 0.06052784621715546, -0.046566907316446304, - 0.021551530808210373, 0.07148870080709457, 0.024202438071370125, - -0.054252851754426956, 0.0456203930079937, 0.016474392265081406, 0.0627957135438919, - -0.027699410915374756, -0.08153818547725677, 0.0071784015744924545, - -0.034340739250183105, -0.025697503238916397, -0.04786050692200661, - -0.004438426811248064, -0.01573537476360798, -0.03331586718559265, - -0.06687228381633759, -0.014778798446059227, -0.040635477751493454, - 0.056997865438461304, -0.026724690571427345, -0.005460349842905998, - 0.05288879945874214, -0.06949625164270401, 0.06738796830177307, - -0.01638857088983059, 0.08084577322006226, -0.08127828687429428, - -0.020196648314595222, 0.00577168446034193, -0.03000723011791706, - 0.04607188701629639, -0.053907185792922974, -0.04099072143435478, - -0.028422707691788673, -0.0015412537613883615, -0.03057323768734932, - 0.05060042813420296, 0.05186517536640167, 0.037588998675346375, 0.0764734074473381, - 0.00896487571299076, -0.03758895769715309, 0.002054235665127635, - 0.010279054753482342, -0.023397058248519897, 0.027318328619003296, - -0.015510237775743008, 0.003589246654883027, 0.0640595331788063, - -0.0019594409968703985, 0.06127126142382622, 0.09118026494979858, - -0.044084712862968445, 0.0510103814303875, -0.010141873732209206, - 0.007127758581191301 - ], - [ - 0.006327156908810139, 0.022860774770379066, -0.036534056067466736, - -0.0327034629881382, -0.08203313499689102, -0.05240875855088234, - -0.030951427295804024, -0.07200703024864197, -0.006315018981695175, - 0.049709614366292953, -0.07066529989242554, 0.04656711965799332, - 0.03769686073064804, 0.07889683544635773, -0.026110602542757988, - -0.02089492231607437, 0.011966421268880367, -0.013959258794784546, - -0.0006989376852288842, -0.05108907073736191, -0.027670029550790787, - 0.04965803399682045, -0.011753535829484463, 0.018485557287931442, - 0.07645111531019211, -0.0047422186471521854, -0.03661537542939186, - -0.04529973864555359, 0.0031543418299406767, -0.013005471788346767, - -0.0808241069316864, -0.07241306453943253, -0.07788670063018799, - -0.016059357672929764, -0.06903873383998871, 0.011872372590005398, - 0.024245331063866615, -0.009224846959114075, 0.004208892583847046, - 0.011970610357820988, -0.01728452369570732, 0.03853974863886833, - 0.001640393864363432, 0.011103479191660881, -0.02301114611327648, - 0.025315260514616966, -0.03231644630432129, -0.011241755448281765, - -0.01563652791082859, -0.0019847017247229815, 0.0197994913905859, - -0.050492316484451294, 0.0019516091560944915, -0.007998140528798103, - 0.04555070027709007, 0.03837733715772629, -0.0065137543715536594, 0.035366240888834, - 0.06702888011932373, 0.0032683201134204865, 0.06223423406481743, - 0.010931599885225296, -0.013341478072106838, 0.02026926539838314, - 0.05020857974886894, -0.011913134716451168, -0.02636859193444252, - 0.05843030661344528, -0.017256470397114754, -0.025653209537267685, - 0.01042074803262949, 0.051255468279123306, 0.10959208011627197, - -0.006173056084662676, 0.03470191732048988, -0.010084318928420544, - 0.09065024554729462, -0.021995514631271362, -0.008413171395659447, - 0.05875418707728386, 0.02038014493882656, 0.00016730616334825754, - -0.026878943666815758, 0.04627951607108116, -0.050630081444978714, - 0.05738676339387894, 0.030672641471028328, 0.009604102931916714, - 0.010831302031874657, 0.016614317893981934, -0.04480665177106857, - -0.0019003433408215642, -0.04944230616092682, 0.06650041788816452, - -0.036383554339408875, 0.024923712015151978, -0.021076194941997528, - 0.047889307141304016, 0.021205874159932137, 0.002490360988304019, - -0.008328335359692574, -0.01217555906623602, 0.008458475582301617, - 0.008580761030316353, 0.049166444689035416, 0.032575540244579315, - -0.045512616634368896, 0.03437143564224243, 0.008463539183139801, - -0.02929711528122425, 0.05349588766694069, -0.06913768500089645, - 0.08577820658683777, 0.010446620173752308, -0.0019338431302458048, - -0.01592169515788555, -0.03017573058605194, -0.033023301512002945, - 0.015587548725306988, -0.011169075965881348, -0.023353952914476395, - -0.027206581085920334, 0.027000751346349716, -0.01614377275109291, - -0.04759303480386734, 0.029754668474197388, -0.018932951614260674, - -0.03667675703763962, -0.011991096660494804, 0.02342296950519085, - -0.018317392095923424, -0.03358710929751396, -0.006595737300813198, - 0.002503955038264394, 0.11114528030157089, -0.07871173322200775, 0.091682568192482, - 0.030025016516447067, -0.040316708385944366, 0.002927359426394105, - -0.0850997045636177, -0.040288135409355164, 0.03801387920975685, - -0.002216897439211607, -0.055440858006477356, 0.0214057806879282, - -0.06042322888970375, -0.02482941374182701, 0.005782896187156439, - -0.04013192281126976, 0.06371340900659561, -0.008123346604406834, - 0.053654491901397705, -0.05575385317206383, 0.01115007046610117, - -0.050937727093696594, -0.0022999835200607777, -0.008326173759996891, - 0.042350202798843384, 0.008719940669834614, 0.02246602438390255, - -0.007313137874007225, -0.02354402467608452, -0.034561220556497574, - 0.007517848163843155, -0.05243898555636406, 0.001271607237868011, - 0.00519733177497983, 0.05878628417849541, -0.019202273339033127, - -0.06455826014280319, -0.03822413459420204, -0.033647794276475906, - 0.01792271062731743, 0.014996733516454697, -0.030896317213773727, - 0.00617767171934247, -0.013285618275403976, 0.03466485068202019, - -0.06814337521791458, -0.011160691268742085, -0.004338516388088465, - 0.01399021316319704, 0.012670661322772503, 0.040383681654930115, - -0.01051126979291439, 0.0015349243767559528, -0.031218310818076134, - -0.030408790335059166, 0.027737759053707123, 0.017705895006656647, - 0.03613131493330002, 0.07653111219406128, 0.08002302795648575, -0.01307507511228323, - -0.004535689949989319, -0.026565516367554665, -0.0540488176047802, - 0.05351780727505684, -0.05778970196843147, 0.004002158995717764, - -0.06356015056371689, 0.007812908850610256, -0.09286559373140335, - -0.08501677215099335, -0.08707794547080994, -0.028219565749168396, - -0.026607101783156395, -0.02128939889371395, 0.07665854692459106, - 0.0049588498659431934, 0.006492235232144594, -0.0649116113781929, - -0.012508939951658249, -0.020141519606113434, -0.004801574163138866, - -0.07160312682390213, -0.05910356715321541, 0.041386883705854416, - 0.027935326099395752, 0.017972057685256004, 0.019701076671481133, - -0.05385615676641464, 0.03276447206735611, 0.06320986896753311, - -0.06757906824350357, 0.05660868063569069, 0.09360457956790924, -0.0378103032708168, - -0.011992348358035088, 0.022714214399456978, 0.02743121050298214, - -0.013653453439474106, 0.021816056221723557, -0.04461431875824928, - 0.04217944294214249, -0.039961718022823334, 0.041309669613838196, - -0.01752590201795101, 0.06432731449604034, 0.051279645413160324, - 0.0009503712062723935, 0.028942804783582687, -0.0020918757654726505, - 0.01935296319425106, -0.030540410429239273, 0.015024988912045956, - -0.05751562491059303, -0.05154555290937424, 0.0004977567004971206, - -0.08155263215303421, 0.006075155455619097, 0.04447738453745842, - 0.07543431967496872, 0.021321387961506844, -0.04470023885369301, - 0.019945399835705757, -0.00020178074191790074, 0.053115349262952805, - 0.010535109788179398, -0.004322692286223173, 0.09122233837842941, - 0.07267888635396957, 0.05242634564638138, -0.06802948564291, -0.0515998937189579, - 0.07342691719532013, 0.05280325561761856, 0.06708790361881256, 0.04603254795074463, - 0.07844896614551544, 0.03556860610842705, -0.03204537555575371, 0.05707114562392235, - 0.02824450470507145, -0.024815568700432777, 0.05029444396495819, - -0.0393424928188324, -0.006729936692863703, 0.05035802349448204, - 0.05923495441675186, 0.0852307379245758, -0.0318882055580616, 0.003653709776699543, - -0.012603525072336197, -0.04753850772976875, -0.02688645012676716, - 0.05180643871426582, 0.039342574775218964, 0.09199874103069305, - -0.041555847972631454, 0.022320155054330826, -0.051180172711610794, - -0.033340394496917725, 0.04657600075006485, 0.07983774691820145, - -0.02663644589483738, 0.05298708751797676, -0.015721052885055542, - -0.0023050722666084766, -0.024006735533475876, -0.04308313503861427, - -0.05588173866271973, -0.07400596886873245, -0.07854964584112167, - 0.03651592135429382, -0.02247050777077675, -0.032578255981206894, - 0.006635796744376421, 0.02295396290719509, 0.03478819504380226, -0.118843674659729, - -0.03785358741879463, -0.08209452778100967, -0.00230988347902894, - 0.04377634450793266, 0.015266158618032932, -0.0701543465256691, - -0.03929822891950607, 0.016657846048474312, -0.05714614316821098, - 0.019784610718488693, -0.0535702221095562, -0.0853750929236412, 0.0133023951202631, - -0.022771533578634262, -0.02154104970395565, 0.043862808495759964, - 0.04256809130311012, -0.017952200025320053, 0.030092069879174232, - -0.015909800305962563, 0.030669335275888443, -0.0420670285820961, - -0.01599953882396221, -0.03404540196061134, 0.013488950207829475, - -0.016299648210406303, 0.039545878767967224, 0.020130716264247894, - -0.02344530262053013, -0.00717502785846591, 0.04925106093287468, - 0.030331019312143326, -0.057145994156599045, 0.004648697562515736, - 0.05612014979124069, 0.02216479741036892, 0.06967443227767944, - -0.028028160333633423, 0.005591004155576229, 0.04108382761478424, - -0.05012553557753563, 0.05906679108738899, -0.043336812406778336, - -0.004542263224720955, -0.017763745039701462, -0.004968275781720877, - 0.007971378974616528, -0.020035237073898315, 0.021658308804035187, - -0.007233727723360062, -0.07621702551841736, 0.053115759044885635, - 0.019420750439167023, 0.04950861260294914, 0.07243652641773224, 0.05300558730959892, - -0.03612777590751648, 0.052662596106529236, -0.019638672471046448, - 0.08081091195344925, 0.002083569997921586, 0.005630386993288994, - -0.00463908864185214, -0.017574472352862358, 0.061291880905628204, - -0.012974086217582226, 0.010209203697741032, 0.04347192123532295, - -0.013254271820187569, -0.01701146923005581, 0.03332331404089928, - 0.006106315180659294 - ], - [ - 0.025131789967417717, 0.02936158888041973, -0.06468331068754196, - -0.12358566373586655, 0.016576575115323067, 0.03682266175746918, - -0.027982627972960472, -0.013941042125225067, -0.07375236600637436, - 0.0010468518594279885, -0.07571385055780411, -0.052335046231746674, - -0.024248527362942696, -0.048861466348171234, -0.03811999410390854, - -0.06432875245809555, -0.02535909041762352, -0.03589090332388878, - -0.01146741770207882, -0.045040473341941833, 0.01866929419338703, - -0.05116737633943558, -0.009641292504966259, 0.05825032293796539, - 0.038092371076345444, -0.01745709218084812, 0.019832970574498177, - 0.009342333301901817, -0.1024564579129219, 0.081941157579422, -0.030930295586586, - 0.000702056335285306, 0.007943429984152317, -0.03431406989693642, - -0.05362347885966301, 0.013686217367649078, 0.03467131033539772, - -0.06701116263866425, -0.009638517163693905, -0.003564506536349654, - 0.0008828678401187062, 0.025807971134781837, 0.008477777242660522, - -0.04956532642245293, 0.017867743968963623, -0.02197481133043766, - 0.005432157777249813, 0.07703442126512527, 0.03326229006052017, 0.0464400090277195, - -0.004099752753973007, -0.07800690829753876, -0.0299836453050375, - -0.015620452351868153, 0.013528509065508842, 0.014777304604649544, - 0.05496440455317497, -0.02452930435538292, 0.03867772966623306, 0.03107002004981041, - -0.004645867273211479, 0.0590384267270565, 0.012587263248860836, - 0.04941388964653015, -0.06309394538402557, 0.028117526322603226, - 0.02651890739798546, 0.07963158190250397, -0.03421100974082947, - -0.040342189371585846, -0.03158470243215561, 0.014090852811932564, - 0.04789639636874199, -0.02901701256632805, -0.014492529444396496, - 0.06257666647434235, 0.0783432126045227, -0.0810413509607315, -0.010087387636303902, - -0.008622708730399609, -0.01589900441467762, -0.001801555510610342, - 0.051181383430957794, 0.0481199249625206, -0.01659972406923771, - -0.014143272303044796, 0.06728284806013107, -0.04029875248670578, - 0.02523689530789852, -0.043397609144449234, 0.024824876338243484, - -0.03938433527946472, -0.005698882043361664, 0.023575518280267715, - -0.08166105300188065, -0.014529909007251263, 0.06585873663425446, - 0.027076663449406624, 0.00819358229637146, 0.07355674356222153, - -0.059019625186920166, -0.025218825787305832, 0.12248382717370987, - 0.048461999744176865, 0.00040955087752081454, 0.09699207544326782, - 0.006197331473231316, 0.029544875025749207, 0.06342089921236038, - -0.10439116507768631, -0.036661576479673386, -0.005327783524990082, - 0.015112931840121746, -0.009184975177049637, 0.035745780915021896, - 0.003093808889389038, 0.06621140241622925, -0.018048960715532303, - 0.06731929630041122, 0.027544956654310226, 0.04342265427112579, - -0.003923255950212479, -0.054099954664707184, 0.04366646334528923, - -0.014904413372278214, -0.005099564790725708, -0.024037223309278488, - 0.014462071470916271, 0.11122273653745651, 0.018214525654911995, - -0.004445033147931099, 0.004969404544681311, 0.023123828694224358, - -0.03212375193834305, -0.011163629591464996, -0.01755904033780098, - 0.0002966912870761007, 0.10272655636072159, 0.007630187086760998, - -0.02005699835717678, -0.014778786338865757, -0.06717144697904587, - -0.0593365877866745, 0.0011925268918275833, 0.03321244195103645, - 0.05630801245570183, 0.011251724325120449, 0.07288853824138641, - -0.04436397925019264, -0.0181259922683239, 0.0958065614104271, - -0.003796858247369528, 0.02821248024702072, 0.017147602513432503, - -0.016875704750418663, -0.05712877959012985, 0.0407576709985733, - 0.026759067550301552, 0.04114511236548424, 0.001989670330658555, - 0.030409222468733788, -0.006477939896285534, -0.017528792843222618, - 0.02736477181315422, -0.010780391283333302, -0.07111876457929611, - -0.07871357351541519, -0.08291340619325638, 0.028854336589574814, - 0.014312408864498138, 0.04285276308655739, 0.08942384272813797, - 0.0015771365724503994, -0.08579087257385254, 0.06749632954597473, - 0.04329442232847214, 0.018933119252324104, -0.01384013146162033, - 0.028250666335225105, -0.03789518401026726, -0.05027803033590317, - 0.027597108855843544, -0.04434452950954437, -0.04009516164660454, - 0.010642587207257748, 0.02959507331252098, -0.051958393305540085, - -0.009239137172698975, -0.003479151288047433, -0.06563321501016617, - 0.024466997012495995, -0.043609194457530975, 0.0349002443253994, - -0.00396397989243269, 0.015973128378391266, -0.04767182841897011, - -0.018122408539056778, -0.1061205193400383, 0.06209683418273926, - 0.009057455696165562, 0.054643888026475906, -0.06924337893724442, - 0.01972915045917034, 0.07864789664745331, 0.02271532267332077, -0.06977078318595886, - -0.01980186253786087, -0.052726466208696365, -0.060268476605415344, - 0.01388215459883213, -0.03882460296154022, 0.04167872294783592, - -0.04184667393565178, -0.038807548582553864, -0.056925877928733826, - -0.02761993370950222, 0.03306037187576294, -0.04769561067223549, - -0.043423257768154144, -0.007061545737087727, 0.10703816264867783, - -0.0013975219335407019, 0.0116991326212883, 0.03182537108659744, - 0.05541037395596504, -0.10511251538991928, -0.012173455208539963, - 0.029799334704875946, 0.023147359490394592, -0.014251554384827614, - 0.031176090240478516, 0.027178773656487465, -0.022857265546917915, - 0.06593330949544907, -0.06067858636379242, -0.00961330533027649, 0.0702284723520279, - 0.055041104555130005, 0.06762534379959106, 0.03228031098842621, 0.07622883468866348, - 0.053754642605781555, 0.004595813807100058, -0.07443106174468994, - -0.025194799527525902, 0.029319941997528076, 0.018083810806274414, - 0.11730852723121643, 0.02797025814652443, 0.05792077258229256, 0.002564561553299427, - -0.0031831739470362663, 0.030715979635715485, 0.006994441617280245, - -0.10690611600875854, 0.04199874773621559, -0.05345027521252632, - -0.028411831706762314, 0.01074548251926899, 0.08503486961126328, - -0.04300724342465401, -0.018991174176335335, -0.004890788346529007, - 0.05351343750953674, 0.025852151215076447, -0.09094308316707611, - 0.08183841407299042, -0.002199597656726837, 0.03411989286541939, 0.0952472984790802, - -0.007608224172145128, 0.06840796023607254, 0.016804900020360947, - -0.03859483078122139, 0.057769499719142914, -0.034961000084877014, - -0.016148649156093597, 0.00524565065279603, -0.006849371362477541, - -0.030813787132501602, -0.017489630728960037, -0.015413128770887852, - -0.005078071728348732, 0.026747364550828934, -0.005077893380075693, - 0.02313852310180664, 0.011287735775113106, 0.010350435972213745, - 0.06571140140295029, 0.08937214314937592, 0.04447788745164871, 0.004254951141774654, - -0.026033105328679085, -0.08241893351078033, 0.026194652542471886, - 0.05497759208083153, -0.0348004475235939, 0.06753050535917282, -0.05073310807347298, - -0.03379323333501816, 0.04660752788186073, -0.006774590350687504, - 0.03586640581488609, -0.03724753484129906, -0.011991588398814201, - 0.050537630915641785, -0.011416604742407799, 0.013740498572587967, - 0.002546928822994232, -0.034418992698192596, 0.06294691562652588, - -0.012475596740841866, 0.025752175599336624, -0.02914600633084774, - -0.02136762998998165, 0.046958278864622116, 0.031845759600400925, - 0.06675472110509872, 0.038843028247356415, 0.028695298358798027, - 0.014972567558288574, 0.028823526576161385, -0.013779842294752598, - -0.07045372575521469, -0.07420168817043304, -0.049914974719285965, - -0.08982140570878983, 0.020955754444003105, 0.08596581965684891, - 0.04710516706109047, -0.03140881285071373, 0.0831332728266716, -0.02894853614270687, - -0.07080424576997757, -0.05434301495552063, -0.02880605310201645, - -0.023432590067386627, -0.023695655167102814, -0.03484087437391281, - 0.011777663603425026, -0.04716983810067177, -0.0588596872985363, - -0.02495829574763775, 0.016074584797024727, -0.05499870702624321, - -0.07752861827611923, 0.15694108605384827, 0.10259836912155151, - 0.022998744621872902, -0.01335989311337471, -0.028563762083649635, - 0.022223787382245064, 0.009602178819477558, 0.01844058185815811, - -0.003972135949879885, 0.008489198982715607, -0.06856726109981537, - -0.0021772643085569143, -0.059376608580350876, 0.008366182446479797, - -0.010829366743564606, 0.06764883548021317, -0.12655089795589447, - 0.012621564790606499, 0.041049111634492874, 0.08739601075649261, - -0.01992126926779747, 0.008079318329691887, -0.059474535286426544, - 0.01047924067825079, -0.025786736980080605, 0.08203200995922089, - -0.02116383984684944, 0.05568831413984299, 0.009392296895384789, 0.020064827054739, - 0.0653507336974144, -0.027112115174531937, 0.08976055681705475, 0.03783971071243286, - 0.05957551300525665, 0.04506463184952736, -0.02791842259466648, - -0.016347821801900864 - ], - [ - -0.00029737825389020145, 0.02136104740202427, 0.07223106175661087, - -0.0531594455242157, -0.014889221638441086, 0.0022873436100780964, - -0.018311234191060066, -0.062469661235809326, -0.029386719688773155, - 0.0002641835017129779, 0.007032936904579401, -0.017508557066321373, - -0.023484686389565468, 0.04717167466878891, -0.011430025100708008, - 0.028981709852814674, -0.00419599050655961, 0.058121923357248306, - 0.00799050834029913, 0.014769750647246838, -0.005346531048417091, - -0.05114706978201866, 0.023061756044626236, -0.04240374267101288, - 0.02103285677731037, -0.04674723744392395, 0.00800536759197712, - -0.05959829315543175, 0.020400187000632286, -0.06912790983915329, - -0.08802546560764313, 0.01685343310236931, -0.11179454624652863, - 0.03085637278854847, 0.03011547215282917, -0.004320252686738968, - 0.0010667673777788877, -0.07466618716716766, -0.04374215006828308, - 0.001442598644644022, -0.030337171629071236, -0.012664636597037315, - -0.033201027661561966, -0.0343487486243248, -0.014537853188812733, - -0.00019256389350630343, 0.08272729814052582, 0.04457678273320198, - 0.0347684882581234, -0.02428499422967434, 0.046242471784353256, 0.04934186860918999, - -0.028772033751010895, 0.0003960992908105254, 0.0236863661557436, - 0.012624983675777912, 0.0014430051669478416, 0.038900747895240784, - 0.0027044813614338636, -0.039889585226774216, -0.009017212316393852, - 0.01260342262685299, -0.0028978593181818724, 0.06257152557373047, - 0.011063631623983383, 0.03332463651895523, 0.06068270653486252, 0.09028077870607376, - 0.02256767824292183, -0.004677711054682732, 0.025227578356862068, - -0.01089833676815033, 0.07576064020395279, -0.023951968178153038, - 0.044678810983896255, 0.08235467970371246, 0.09824933856725693, -0.0661955177783966, - -0.016309695318341255, 0.1011752113699913, -0.016910370439291, 0.03396334871649742, - 0.051667023450136185, 0.029742736369371414, 0.008792650885879993, - 0.037406228482723236, 0.04028858616948128, 0.01844855397939682, - 0.038328565657138824, 0.033782146871089935, 0.03984721377491951, - -0.01551783550530672, -0.015576383098959923, 0.056152667850255966, - -0.0382973849773407, 0.00218744738958776, 0.015878651291131973, 0.0652896910905838, - 0.04795623943209648, 0.06074218079447746, -0.05002657324075699, - 0.008302886970341206, 0.007756452076137066, -0.05096597969532013, - 0.06422771513462067, 0.017728528007864952, -0.007122967857867479, - -0.02779052034020424, -0.010581115260720253, -0.028532063588500023, - 0.10339976102113724, 0.009998129680752754, -0.0031709095928817987, - 0.026301944628357887, -0.02342706173658371, -0.015781262889504433, - -0.060977477580308914, -0.038299866020679474, 0.00024351512547582388, - -0.013179391622543335, 0.029177958145737648, -0.029634667560458183, - 0.0013714405940845609, 0.017714112997055054, 0.007257582154124975, - 0.053383853286504745, -0.04488281533122063, 0.01383882388472557, - -0.0015447629848495126, -0.0129470806568861, -0.02495061792433262, - 0.015143915079534054, 0.028286654502153397, -0.07531004399061203, - 0.06807265430688858, -0.061705488711595535, 0.09417182952165604, - 0.013356873765587807, -0.004858751315623522, -0.04990831017494202, - -0.03745739161968231, -0.02729114703834057, 0.0005711407284252346, - -0.015347029082477093, -0.017683813348412514, -0.013248714618384838, - -0.048273298889398575, 0.01533359196037054, -0.07852698862552643, - -0.06019430235028267, -0.043241631239652634, -0.009270118549466133, - 0.07472168654203415, -0.024346187710762024, 0.012574874795973301, - -0.057343561202287674, 0.0030683763325214386, 0.029777979478240013, - 0.04596586897969246, 0.0032235262915492058, -0.04439248517155647, - 0.05160998925566673, -0.03969904035329819, -0.05070004612207413, - -0.012975635938346386, -0.05477992445230484, 0.014829141087830067, - -0.0634908601641655, -0.026705976575613022, 0.04971272870898247, - -0.01745319552719593, 0.00725123006850481, 0.01695147715508938, - 0.009468341246247292, 0.018909676000475883, 0.0025905389338731766, - -0.0074136205948889256, 0.011756212450563908, 0.02817435748875141, - -0.06508761644363403, 0.03376143425703049, -0.009419982321560383, - -0.007688037119805813, 0.008769234642386436, 0.019805699586868286, - 0.025614770129323006, -0.017100540921092033, 0.00644826702773571, - -0.0508098229765892, 0.06921587139368057, 0.01900734193623066, - 0.0016827831277623773, 0.05337720364332199, 0.02458605356514454, - 0.03773810714483261, -0.024038653820753098, 0.021287614479660988, - -0.07041584700345993, -0.003718384075909853, -0.013635288923978806, - 0.008639287203550339, -0.05495283007621765, -0.036726951599121094, - -0.09875085949897766, 0.007808177266269922, -2.1077032215544023e-5, - -0.03069649450480938, -0.05899125710129738, -0.07389870285987854, - 0.044365979731082916, 0.008664319291710854, 0.015395766124129295, - -0.022268084809184074, 0.015489915385842323, -0.0004381561011541635, - -0.009557591751217842, 0.0201675184071064, -0.0969872996211052, - -0.07766809314489365, 0.035039059817790985, 0.003271072870120406, - -0.017179198563098907, -0.04160559922456741, -0.05057081952691078, - 0.03223524987697601, -0.08250968903303146, 0.04952741041779518, 0.10891987383365631, - -0.05170884728431702, 0.007645855192095041, 0.006837845779955387, - 0.005183279514312744, 0.009098085574805737, 0.05138241872191429, - 0.00019465747755020857, 0.020420806482434273, -0.026872271671891212, - 0.02831270359456539, 0.008413062430918217, 0.038542404770851135, - -0.011131840758025646, 0.04624373838305473, 0.06130262091755867, - 0.018261156976222992, -0.04754270240664482, -0.019834114238619804, - 0.03034517914056778, -0.011094476096332073, -0.024667751044034958, - -0.010630670003592968, 0.0007611779728904366, 0.03862157091498375, - -0.005542219616472721, -0.0001583934063091874, -0.003085767850279808, - -0.021558035165071487, -0.006885285954922438, 0.0006404708838090301, - 0.045773595571517944, 0.01978103630244732, -0.061496980488300323, - 0.048032574355602264, 0.026131076738238335, -0.039197567850351334, - -0.04443473741412163, -0.059366047382354736, 0.12176735699176788, - 0.039700355380773544, -0.021522188559174538, 0.07409316301345825, - 0.05235367268323898, 0.09106997400522232, -0.017574165016412735, - -0.012102877721190453, -0.007504608482122421, 0.1066664457321167, - 0.02629103697836399, -0.03673494607210159, -0.05080626532435417, - 0.031193483620882034, -0.005142107140272856, 0.03736686334013939, - -0.05026723071932793, -0.06685972213745117, 0.013316377066075802, - -0.00720066437497735, -0.0070022596046328545, 0.019497616216540337, - 0.048056941479444504, 0.014753147959709167, 0.00786679144948721, - 0.058748748153448105, -0.0022313997615128756, -0.04923545569181442, - 0.025693247094750404, 0.08210690319538116, -0.01676556095480919, - -0.034549564123153687, -0.01942679099738598, 0.04284697026014328, - -0.029804786667227745, -0.02956104278564453, -0.029533561319112778, - 0.0009238108759745955, -0.022480184212327003, -0.05530422180891037, - -0.0017065220745280385, -0.03817649930715561, 0.0002967621257994324, - 0.0040425886400043964, -0.023288439959287643, -0.10622920095920563, - 0.05586525797843933, -0.04812167212367058, 0.031772054731845856, - 0.019617196172475815, 0.023557152599096298, -0.047696638852357864, - 0.0032006970141083, 0.021383384242653847, 0.0036628199741244316, - -0.02359091490507126, -0.007677607703953981, -0.0432465523481369, - 0.015449520200490952, -0.03131365031003952, 0.025465304031968117, - 0.06430210918188095, 0.021881980821490288, -0.03241854906082153, - 0.06444355845451355, 0.06734240055084229, 0.055532511323690414, - 0.011637327261269093, 0.016528084874153137, -0.03762137517333031, - 0.02667059749364853, -0.00575335044413805, -0.10403730720281601, 0.0525640994310379, - -0.02348267287015915, -0.026918446645140648, -0.030440162867307663, - 0.028286896646022797, -0.032034896314144135, -0.09162993729114532, - 0.06612087786197662, -0.009963836520910263, 0.09823735803365707, - 0.031748536974191666, -0.06289567798376083, 0.026287110522389412, - -0.03174266964197159, -0.02239365503191948, 0.0153792854398489, 0.03513258695602417, - 0.06120547279715538, -0.046145249158144, -0.0062989890575408936, - -0.05262599140405655, -0.07349622994661331, 0.06161995604634285, - -0.05761400982737541, 0.001005134079605341, -0.04534657299518585, - 0.06015113741159439, 0.04708743467926979, 0.0682310089468956, 0.038798194378614426, - -0.02988608367741108, -0.02051933854818344, 0.02558177337050438, - -0.08863793313503265, 0.005851686466485262, 0.008781016804277897, - -0.0421799011528492, 0.07694824039936066, -0.03337957337498665, - -0.0029532380867749453, 0.06174060329794884, -0.009345383383333683, - -0.039059486240148544, 0.011696173809468746, 0.017574716359376907 - ], - [ - 0.024740183725953102, 0.026973681524395943, -0.04216106981039047, - -0.030872568488121033, -0.026422269642353058, 0.014297006651759148, - -0.0140231316909194, 0.020565638318657875, -0.03427192568778992, - 0.02209162898361683, -0.0037346803583204746, 0.027778467163443565, - -0.07430538535118103, 0.11449102312326431, 0.04616348445415497, 0.02876937761902809, - -0.03657274320721626, 0.0037907841615378857, 0.008733812719583511, - -0.09550895541906357, 0.08161747455596924, 0.04829985648393631, 0.0750296413898468, - 0.05817165970802307, -0.0054537891410291195, -0.06544938683509827, - 0.007767288479954004, 0.06632843613624573, 0.020276911556720734, - 0.010328262113034725, -0.034739211201667786, 0.022803286090493202, - -0.04318273440003395, -0.02161996066570282, -0.026114419102668762, - 0.10501664876937866, -0.02930791676044464, 0.030867014080286026, - 0.010725618340075016, 0.007967142388224602, -0.06440192461013794, - -0.04408754035830498, -0.06097588688135147, -0.028970984742045403, - -0.01947341114282608, -0.026557356119155884, 0.004614873789250851, - 0.014667939394712448, -0.038074806332588196, -0.009975447319447994, - -0.015536033548414707, -0.0933825671672821, -0.0764734297990799, - 0.022539982572197914, 0.07803744077682495, -0.05432287976145744, - 0.004536982625722885, 0.010554056614637375, 0.010072953067719936, - -0.031705595552921295, 0.02505148947238922, -0.016087520867586136, - -0.12180542200803757, 0.0748889371752739, -0.04840950667858124, - 0.026486024260520935, 0.09039807319641113, 0.06763839721679688, - -0.006494238507002592, -0.05317457392811775, -0.05522947013378143, - -0.017296822741627693, -0.06690796464681625, -0.035501629114151, - 0.00656480249017477, 0.026143446564674377, -0.009887836873531342, - -0.03165602311491966, 0.05014161020517349, -0.03791982680559158, - -0.038968347012996674, -0.05116654559969902, 0.008748404681682587, - -0.015858571976423264, -0.018706217408180237, 0.028312576934695244, - 0.007485074456781149, 0.024833600968122482, -0.009347924962639809, - 0.0330018512904644, -0.09407040476799011, -0.015485502779483795, - 0.013268571346998215, -0.0012099327286705375, -0.0014519519172608852, - 0.043250132352113724, -0.07186415791511536, -0.0204189233481884, - 0.02746940217912197, -0.01599360816180706, -0.02045280486345291, - 0.027218176051974297, -0.02140970341861248, -0.02961954101920128, - -0.05165788531303406, 0.043565534055233, 0.03262599557638168, 0.0023776208981871605, - -0.009806089103221893, 0.003102758200839162, 0.015040307305753231, - 0.011143091134727001, -0.03277995064854622, -0.05622446909546852, - 0.08093779534101486, 0.005062752868980169, -0.01799842156469822, - -0.057936254888772964, 0.02120034024119377, -0.04568678140640259, - -0.002715096343308687, -0.01490188017487526, -0.0012862319126725197, - -0.0412881076335907, 0.05489537864923477, 0.05724400281906128, -0.04090551286935806, - -0.03254737704992294, 0.027740031480789185, 0.025542810559272766, - -0.0030604233033955097, 0.02139100432395935, 0.06857218593358994, - 0.0563860647380352, 0.05008896067738533, -0.002384160878136754, 0.08785509318113327, - 0.041760120540857315, 0.019642939791083336, -0.001762027502991259, - 0.03181017190217972, -0.0592222735285759, -0.027523333206772804, - -0.013701094314455986, 0.000521737732924521, 0.08516138792037964, - -0.07683125138282776, 0.0535736121237278, -0.07746376097202301, - -0.053381938487291336, 0.029508957639336586, 0.013730446808040142, - 0.050219591706991196, -0.016931219026446342, -0.05860818177461624, - -0.026627615094184875, 0.05432667210698128, -0.02403854951262474, - 0.029908811673521996, 0.019243082031607628, -0.06900519877672195, - 0.008684956468641758, 0.07369459420442581, -0.02902429737150669, - -0.02107946388423443, -0.02919594943523407, 0.003954656887799501, - 0.05842389538884163, 0.05152804031968117, -0.028779426589608192, - 0.012072806246578693, -0.026147011667490005, 0.06215241551399231, - -0.07623568922281265, -0.011658119037747383, -0.025175102055072784, - -0.0009850359056144953, -0.022757956758141518, -0.019142048433423042, - 0.019814176484942436, 0.038230475038290024, 0.018262462690472603, - 0.009174806997179985, 0.00019537728803697973, 0.030901340767741203, - -0.005348382517695427, -0.005251842085272074, -0.009751238860189915, - -0.010508292354643345, 0.009704161435365677, -0.04802911356091499, - 0.011582886800169945, 0.00992815475910902, -0.04522271826863289, - 0.04485632851719856, 0.02917737141251564, 0.02209172584116459, -0.03225315734744072, - -0.019670115783810616, -0.04359704256057739, -0.04496174305677414, - -0.013928154483437538, -0.056459203362464905, -0.08932076394557953, - -0.028028389438986778, -0.10686448216438293, -0.05853867158293724, - 0.04745608940720558, -0.059601884335279465, 0.07187490910291672, - -0.028552159667015076, 0.006724080536514521, -0.07383608818054199, - 0.00028579364879988134, -0.03005862608551979, 0.04708462208509445, - 0.03524724766612053, -0.016466030851006508, -0.08430920541286469, - -0.017228003591299057, 0.005894075147807598, -0.002458577509969473, - 0.05505863577127457, 0.00542930793017149, 0.06576291471719742, - -0.024808086454868317, 0.0014932577032595873, 0.02977430447936058, - 0.001469648559577763, 0.032678987830877304, 0.048559144139289856, - 0.028534458950161934, -0.0417008139193058, -0.08863914757966995, - -0.010456522926688194, -0.0449652336537838, -0.036718446761369705, - 0.05535493791103363, -0.07795163989067078, 0.03938037529587746, - -0.020209748297929764, -0.037028320133686066, 0.03374134376645088, - 0.012723658233880997, -0.00915722269564867, -0.016443120315670967, - -0.00715992646291852, 0.03101511299610138, 0.06071217730641365, 0.02765536494553089, - -0.00595485046505928, -0.05922918766736984, 0.06602859497070312, - 0.050265584141016006, -0.058650050312280655, 0.03543794900178909, 0.0747065320611, - 0.0034363213926553726, 0.07739139348268509, 0.07481836527585983, - 0.01570143736898899, 0.015408082865178585, -0.04292959347367287, - 0.07480336725711823, 0.02087537571787834, 0.0013395521091297269, - -0.025191308930516243, 0.053340937942266464, -0.020840294659137726, - 0.04726869612932205, -0.0807771384716034, 0.014157532714307308, - 0.025296414270997047, 0.025590037927031517, 0.0009816514793783426, - -0.08880648016929626, -0.0844130739569664, -0.04714006558060646, - 0.01078841369599104, 0.04504530504345894, -0.015809569507837296, - -0.008605814538896084, -0.06653069704771042, -0.0418664924800396, - 0.06414704769849777, -0.008336312137544155, 0.007232728414237499, - 0.0378447026014328, 0.05972357094287872, -0.012136847712099552, 0.03451181948184967, - 0.0701015368103981, -0.06162777915596962, -0.023806395009160042, - -0.07756927609443665, 0.025749042630195618, 0.03146294131875038, - -0.062248073518276215, -0.05505559593439102, -0.053536709398031235, - -0.029349930584430695, 0.002395790070295334, -0.01577354222536087, - 0.025936376303434372, 0.0644414871931076, 0.045186903327703476, - -0.0022330654319375753, 0.020932799205183983, 0.03174714744091034, - 0.014075180515646935, 0.02939026616513729, -0.07081713527441025, - -0.10249421000480652, -0.010885863564908504, 0.011267110705375671, - -0.03672361373901367, -0.039095740765333176, 0.004881839733570814, - -0.006000110879540443, 0.014020244590938091, -0.03698311746120453, - 0.05307360365986824, -0.0018804227001965046, -0.06993161886930466, - 0.021042579784989357, 0.0564262717962265, -0.050950776785612106, - 0.04896458983421326, 0.05792742967605591, -0.028012601658701897, - -0.02512395940721035, 0.038783371448516846, 0.020358344539999962, - 0.04001288488507271, -0.007188091985881329, -0.07029251009225845, - -0.04282526671886444, 0.078994520008564, 0.007257557008415461, -0.03272058814764023, - 0.040058404207229614, -0.0609135627746582, -0.04199424758553505, - -0.08780569583177567, -0.009492461569607258, -0.007678701542317867, - -0.020488401874899864, 0.020986799150705338, 0.10328813642263412, - -0.04032709449529648, -0.012208223342895508, 0.03148222714662552, - -0.015646543353796005, 0.020697463303804398, -0.07194313406944275, - -0.052236564457416534, 0.0053807999938726425, -0.014093213714659214, - 0.06084374710917473, -0.06326933950185776, -0.007525855675339699, - 0.09415911138057709, -0.05345796421170235, 0.0051983860321342945, - 0.03438384458422661, 0.08443491905927658, -0.04313456267118454, 0.03392307087779045, - -0.054118815809488297, -0.06082015484571457, -0.05825049430131912, - 0.02182489074766636, -0.05417745187878609, -0.005495077930390835, - -0.05374296009540558, 0.006110831163823605, 0.02382248267531395, - 0.042231831699609756, 0.06672776490449905, -0.0018509450601413846, - 0.013162702322006226, 0.06103532016277313, 0.028095783665776253, - -0.07332203537225723 - ], - [ - -0.020757634192705154, 0.03417636826634407, 0.0020006373524665833, - -0.007911594584584236, -0.008666077628731728, 0.019229929894208908, - -0.00946806836873293, 0.0012433419469743967, 0.06221761181950569, - -0.019790710881352425, 0.04343179985880852, 0.024024220183491707, - -0.023017549887299538, 0.02544313296675682, -0.04702416807413101, - 0.05169541388750076, 0.003265163628384471, -0.004753710236400366, - -0.0027971360832452774, -0.02648467943072319, 0.050722286105155945, - 0.012140322476625443, -0.02356947585940361, -0.010735628195106983, - -0.018800007179379463, 0.0279600378125906, -0.05862614884972572, - -0.06388631463050842, 0.05298000946640968, 0.04210877791047096, 0.06492004543542862, - -0.046123310923576355, 0.007435129024088383, 0.030201351270079613, - 0.007560575846582651, 0.03443248197436333, -0.025407051667571068, - -0.054040126502513885, -0.026297729462385178, -0.05511248856782913, - -0.018217794597148895, -0.01532735675573349, 0.00681932782754302, - -0.00577901117503643, -0.009412067010998726, -0.04591185972094536, - 0.09875323623418808, 0.0789768248796463, -0.03701110929250717, -0.01831662282347679, - 0.060171451419591904, -0.0488688163459301, -0.057712581008672714, - 0.010591002181172371, -0.03585311397910118, -0.024640919640660286, - -0.0244520902633667, 0.03375229984521866, 0.003049527993425727, - -0.021604295819997787, -0.03287190571427345, -0.05599576234817505, - -0.030586672946810722, -0.006419067271053791, -0.061552993953228, - -0.00017335417214781046, 0.00912778452038765, -0.007919013500213623, - -0.009109455160796642, 0.06333035230636597, -0.010136747732758522, - -0.06144491210579872, 0.04689204692840576, -0.03280918672680855, - -0.022852789610624313, 0.03784000501036644, 0.08353912085294724, - -0.04427456110715866, 0.0044098482467234135, 0.05777264013886452, - 0.056760117411613464, -0.0417497344315052, -0.01934141106903553, - 0.00584828294813633, -0.06333635747432709, 0.016277752816677094, - 0.07197631895542145, -0.06629066169261932, -0.038186922669410706, - -0.009598692879080772, -0.0060981097631156445, -0.05594906955957413, - 0.032293692231178284, 0.03725289925932884, 0.0007756897248327732, - 0.0683656632900238, -0.08766523748636246, -0.031657300889492035, - 0.05237870290875435, -0.023532258346676826, 0.06761383265256882, - 0.012573775835335255, -0.02312495931982994, 0.058376818895339966, - 0.003308646148070693, -0.041876938194036484, 0.015721770003437996, - 0.001592199900187552, -0.02799517661333084, 0.018267663195729256, - 0.1233108714222908, -0.0678931176662445, -0.0039629521779716015, - 0.048942841589450836, -0.014022835530340672, 0.012656403705477715, - -0.030209561809897423, -0.04856056347489357, -0.03963816910982132, - -0.02368689514696598, 0.002700404031202197, -0.002048372756689787, - 0.004544039256870747, 0.04061581566929817, -0.00482279434800148, - -0.042383212596178055, 0.0026851827278733253, 0.03656985983252525, - -0.038234829902648926, -0.012078321538865566, -0.054923590272665024, - -0.025844266638159752, 0.014247124083340168, -0.02582653798162937, - 0.04285012185573578, -0.069313645362854, 0.054217252880334854, 0.041260216385126114, - 0.03404885530471802, -0.022222086787223816, 0.048800352960824966, - -0.10296514630317688, -0.0719776600599289, 0.01871935836970806, - 0.00015930649533402175, 0.04046192765235901, -0.029948187991976738, - -0.022044258192181587, 0.012086010538041592, -0.06770426034927368, - 0.036945901811122894, 0.07142754644155502, 0.0192921981215477, - 0.0018717317143455148, -0.01656534895300865, -0.05188494548201561, - 0.04511518403887749, 0.03367185965180397, 0.026665255427360535, - -0.043229375034570694, -0.04568018391728401, -0.026215311139822006, - 0.019768454134464264, 0.022457128390669823, -0.020466497167944908, - -0.07240623980760574, 0.08989381045103073, -0.04560024291276932, - 0.006043460685759783, -0.04007600620388985, 0.05055387690663338, - 0.03470328077673912, -0.04555642232298851, 0.015437407419085503, - -0.0538100004196167, 0.0008505425066687167, 0.013772036880254745, - -0.07853982597589493, -0.007923102006316185, 0.007745132781565189, - 0.07379709184169769, 0.045320965349674225, -0.0522402860224247, 0.05633805692195892, - -0.014165918342769146, 0.04459335282444954, -0.04266795888543129, - -0.00879631843417883, -0.04217107221484184, 0.03540881350636482, - 0.02327781356871128, 0.08290395140647888, 0.08411777019500732, -0.04116502404212952, - -0.08289192616939545, 0.04448617249727249, 0.002002622000873089, - -0.051759619265794754, 0.012529636733233929, 0.005194515455514193, - 0.013482890091836452, -0.029620861634612083, 0.00363372266292572, - -0.07015228271484375, 0.039702508598566055, 0.032790351659059525, - -0.04351270943880081, -0.017712056636810303, -0.0008965744054876268, - 0.09053678065538406, 0.04595184326171875, 0.04550030082464218, -0.12531882524490356, - -0.07662662863731384, -0.026038842275738716, 0.013471664860844612, - -0.024292130023241043, -0.011004735715687275, 0.04879527539014816, - -0.007312202360481024, -0.0096334433183074, 0.023677220568060875, - -0.018859371542930603, -0.01997113786637783, 0.06244582310318947, - -0.006573986727744341, 0.007825509645044804, 0.000342499406542629, - 0.040453191846609116, -0.033631831407547, -0.06779599189758301, 0.03651115298271179, - -0.035351961851119995, -0.05711660534143448, -0.07231036573648453, - 0.0909665897488594, -0.015807459130883217, 0.0571218803524971, -0.08412113040685654, - 0.031505778431892395, 0.020038247108459473, 0.03212672472000122, - 0.001321497024036944, 0.015978019684553146, 0.04047470539808273, - 0.02941126935184002, -0.04445989429950714, -0.10115122050046921, - -0.042485594749450684, 0.01944265328347683, 0.021644050255417824, - -0.07979428023099899, 0.07085724174976349, 0.01023900881409645, - -0.05520163103938103, 0.01568979024887085, -0.009153269231319427, - 0.03361864387989044, 0.05608591064810753, 0.004949486348778009, 0.06007977947592735, - -0.015198786742985249, -0.02136705256998539, -0.04561462998390198, - -0.039787039160728455, 0.03707244619727135, 0.1247413232922554, 0.02209390327334404, - 0.05682196840643883, 0.04809585213661194, 0.0640471875667572, 0.02999996952712536, - 0.07841339707374573, 0.07769125699996948, 0.026382872834801674, - 0.023777185007929802, 0.07626359909772873, 0.012993985787034035, - 0.011047136038541794, 0.026045018807053566, 0.048294130712747574, - 0.07221011817455292, 0.03564855083823204, -0.056707561016082764, - 0.015614318661391735, -0.03394295275211334, -0.02464911714196205, - 0.06491098552942276, -0.006902393884956837, 0.0021250175777822733, - 0.028698600828647614, 0.03651317581534386, 0.021352171897888184, - -0.054159194231033325, -0.07444537431001663, 0.05983348190784454, - -0.013523036614060402, -0.004628193564713001, -0.02474907971918583, - 0.015958640724420547, -0.06583315879106522, -0.05086568370461464, - -0.04448476433753967, 0.0237351655960083, -0.04690585285425186, - 0.021182114258408546, -0.0016496042953804135, -0.03064299374818802, - -0.00021632366406265646, 0.06519116461277008, 0.021862687543034554, - -0.049171559512615204, 0.016310125589370728, -0.05779329687356949, - 0.030717402696609497, -0.0348643995821476, 0.04392813891172409, 0.00714089535176754, - -0.047081220895051956, 0.026301566511392593, 0.03296220675110817, - 0.00015827360039111227, -0.059809330850839615, -0.008118526078760624, - 0.08001230657100677, 0.02617058716714382, -0.032594986259937286, - -0.01570386253297329, 0.009984896518290043, 0.03508109599351883, - 0.03356185182929039, -0.05784150958061218, 0.01889035664498806, 0.0348486602306366, - -0.0017042787512764335, -0.04088724032044411, 0.014417167752981186, - 0.03875385969877243, -0.0654798224568367, -0.026834450662136078, - -0.03395189717411995, -0.030413459986448288, -0.009837597608566284, - 0.04419412836432457, -0.0028192417230457067, 0.0014459231169894338, - 0.025732925161719322, -0.05169786885380745, 0.047647349536418915, - -0.04086489975452423, 0.015121803618967533, 0.019460659474134445, - -0.015302633866667747, 0.018036071211099625, -0.10220923274755478, - 0.011115539819002151, -0.005673022009432316, 0.011577136814594269, - 0.005779513623565435, 0.023638693615794182, -0.012376056984066963, - 0.03389705345034599, -0.03202706202864647, 0.04020308330655098, - 0.003035452216863632, -0.0008834867621771991, -0.02365117520093918, - 0.037922266870737076, -0.015007652342319489, 0.0025270970072597265, - -0.020140862092375755, -0.05119738355278969, -0.018904440104961395, - 0.0315314456820488, 0.024888765066862106, 0.013250152580440044, - 0.004001274239271879, 0.012942895293235779, 0.03263920918107033, - 0.06650495529174805, 0.003965117037296295, 0.02578165754675865, 0.01686788722872734, - -0.05888936296105385 - ], - [ - 0.04466874897480011, -0.014920142479240894, -0.027951639145612717, - -0.05869637057185173, -0.015427171252667904, 0.07572747766971588, 0.055526003241539, - 0.006121933925896883, 0.014380618929862976, -0.024505438283085823, - 0.005529002286493778, 0.0703742578625679, 0.029696078971028328, 0.03951079025864601, - -0.04075036942958832, 0.00784681923687458, -0.05289604142308235, - 0.005134243052452803, 0.06681077182292938, -0.0677875205874443, - -0.025525549426674843, -0.007511671632528305, 0.014507086016237736, - -0.04152549430727959, 0.06261894851922989, -0.05421164631843567, - -0.008051447570323944, -0.05410308763384819, -0.07281872630119324, - 0.048924725502729416, 0.01932080090045929, 0.04121441766619682, - -0.012435621581971645, -0.04233201965689659, 0.02802051231265068, - -0.042011648416519165, 0.014386658556759357, 0.015290002338588238, - 0.013674319721758366, -0.023709366098046303, -0.04071635380387306, - 0.03730793297290802, 0.024753153324127197, 0.022112207487225533, - -0.05570893734693527, -0.00484332162886858, 0.015557478182017803, - -0.02505926415324211, 0.02676290273666382, 0.009165789932012558, 0.0450776144862175, - 0.025930454954504967, -0.05980749428272247, 0.03205456957221031, - -0.03684711828827858, -0.005045667756348848, 0.0843149796128273, - 0.01837620697915554, 0.008284098468720913, 0.03702105954289436, - 0.009700275957584381, 0.09385591000318527, -0.02845388650894165, - -0.001416750019416213, 0.027065040543675423, 0.02276383340358734, - 0.013023852370679379, 0.05513257160782814, -0.03711868077516556, - 0.011734376661479473, -0.019036175683140755, 0.06928452104330063, - 0.07474837452173233, -0.04905717074871063, 0.04210653528571129, - 0.015597102232277393, 0.08068348467350006, 0.06538312137126923, - -0.027762986719608307, 0.09473851323127747, -0.07676274329423904, - -0.016115402802824974, -0.04431097209453583, -0.06035538762807846, - 0.018221905454993248, 0.02149318903684616, -0.04361739754676819, - 0.006454017478972673, 0.0035220268182456493, -0.00953663606196642, - -0.04009628668427467, 0.08882695436477661, 0.01662837155163288, 0.03019559383392334, - 0.0012747962027788162, -0.03328409045934677, 0.011518317274749279, - 0.011184976436197758, 0.04436499997973442, -0.020354073494672775, - -0.04737882316112518, -0.016613725572824478, -0.0436384491622448, - 0.010945995338261127, -0.023915326222777367, 0.0565284825861454, - -0.00336268893443048, 0.002832234837114811, -0.06740929186344147, - -0.048892535269260406, -0.015275748446583748, 0.010625040158629417, - 0.05728641897439957, -0.050004664808511734, -0.035646308213472366, - 0.06756798177957535, 0.08254656940698624, 0.029583020135760307, - -0.001410393975675106, -0.026905452832579613, 0.012391758151352406, - -0.030321847647428513, -0.011187396012246609, 0.07898730039596558, - 0.016180049628019333, -0.06754432618618011, 0.03135360777378082, - 0.0014604233438149095, 0.05063163489103317, 0.03077591583132744, - -0.045131608843803406, 0.004516991786658764, 0.042792629450559616, - -0.01634354330599308, 0.0794626846909523, 0.005277242045849562, 0.06460118293762207, - 0.060471389442682266, 0.024299172684550285, -0.06784414499998093, - 0.008879990316927433, -0.05486278608441353, 0.02425003983080387, - 0.0010762016754597425, 0.03331401199102402, -0.033739663660526276, - -0.07081511616706848, -0.017958875745534897, -0.041444066911935806, - -0.04234399273991585, -0.006973113398998976, 0.027016637846827507, - 0.03509660065174103, -0.00816450547426939, 0.020730286836624146, - -0.031125064939260483, -0.024953003972768784, 0.0035397515166550875, - -0.040205080062150955, -0.02182186022400856, 0.012897102162241936, - 0.0658816397190094, -0.04835871607065201, 0.04174189269542694, -0.05100491642951965, - 0.035258710384368896, 0.01283841673284769, 0.019109463319182396, - -0.05075901374220848, 0.08497892320156097, 0.0013003327185288072, - 0.006949305534362793, -0.03160729631781578, -0.02297406829893589, - -0.05344414710998535, 0.007868742570281029, 0.01888768933713436, - -0.005395613145083189, 0.014800980687141418, -0.014688242226839066, - 0.04854796454310417, 0.009701644070446491, -0.026765072718262672, - 0.028659574687480927, 0.08893847465515137, 0.046882156282663345, - -0.01518622599542141, -0.039269015192985535, -0.022128883749246597, - 0.07109740376472473, 0.03748370334506035, 0.027052126824855804, 0.04759840667247772, - 0.027129221707582474, -0.0005406897980719805, 0.06719815731048584, - -0.04172800853848457, -0.031358253210783005, 0.05305001512169838, - 0.029897069558501244, -0.007242714520543814, -0.01953059807419777, - -0.045751120895147324, -0.08620642125606537, -0.026995524764060974, - -0.05496727302670479, 0.033234402537345886, 0.005827989894896746, - -0.023072276264429092, -0.026979992166161537, 0.0035173462238162756, - 0.001172476913779974, -0.026543891057372093, -0.04240725189447403, - -0.08128616213798523, -0.025284625589847565, 0.019560936838388443, - -0.024374959990382195, -0.04625742882490158, -0.05240161344408989, - 0.017882511019706726, -0.06723890453577042, 0.016776321455836296, - -0.047374989837408066, -0.00016314827371388674, -0.05336149409413338, - 0.007552781142294407, 0.05696174502372742, -0.08838118612766266, - 0.01050234492868185, -0.03508352115750313, 0.05402224883437157, -0.0510198175907135, - -0.024519873782992363, -0.04571407660841942, 0.09341562539339066, - -0.044611845165491104, 0.018331991508603096, -0.046931054443120956, - -0.01882566511631012, 0.01612502709031105, -0.00112338166218251, - 0.08295131474733353, -0.041385699063539505, 0.030093351379036903, - 0.022951437160372734, 0.029194142669439316, -0.0594312809407711, - -0.004343758802860975, -0.009392393752932549, -0.10606993734836578, - 0.014575873501598835, -0.01693076454102993, 0.06421492993831635, - -0.018022291362285614, -0.032812997698783875, 0.004537424072623253, - -0.057745497673749924, 0.021816562861204147, -0.010452372953295708, - -0.07648901641368866, 0.048730771988630295, 0.056029658764600754, - 0.005697666201740503, -0.012688164599239826, 0.0365426242351532, 0.0700128898024559, - -0.007929278537631035, 0.046554259955883026, 0.02992962673306465, - 0.09310759603977203, 0.03699778765439987, -0.03335205838084221, - 0.014958493411540985, -0.0801314190030098, 0.08343899995088577, - -0.02103341929614544, -0.014623119495809078, -0.02708720788359642, - 0.01627386547625065, 0.02132049761712551, 0.0025235165376216173, - 0.028631720691919327, -0.05196557939052582, 0.07852369546890259, - 0.02348519116640091, -0.02366567775607109, 0.037428755313158035, - -0.01823868602514267, 0.079817034304142, 0.003949014935642481, 0.07967639714479446, - 0.007785128429532051, 0.01322856079787016, -0.025672052055597305, - 0.034177180379629135, 0.022883178666234016, -0.01089493092149496, - -0.06974630802869797, -0.06928651034832001, 0.021919192746281624, - -0.034588925540447235, 0.04034140333533287, -0.04454725608229637, - -0.02226361073553562, 0.03636086732149124, -0.0354839451611042, 0.04516342282295227, - -0.017605360597372055, 0.024733886122703552, -0.008333386853337288, - -0.13036660850048065, -0.032703906297683716, -0.07455169409513474, - 0.06851726770401001, 0.012042459100484848, 0.07672605663537979, 0.03161487728357315, - -0.020516447722911835, 0.009507197886705399, 0.010011229664087296, - 0.010807354003190994, -0.017743021249771118, -0.026053011417388916, - -0.03933241218328476, -0.046872563660144806, -0.051377080380916595, - 0.06002518907189369, 0.00910459365695715, 0.013737416826188564, 0.05527608469128609, - 0.031025217846035957, -0.04631602764129639, -0.08972341567277908, - -0.035687156021595, -0.043256208300590515, -0.029389062896370888, - 0.03096238151192665, 0.03282588720321655, 0.06377729028463364, -0.04672251641750336, - 0.019651643931865692, -0.0271260067820549, 0.010065440088510513, - -0.021227022632956505, 0.0472855307161808, 0.06211473047733307, - -0.020702345296740532, 0.11668741703033447, 0.016588155180215836, - 0.006253059022128582, 0.09087872505187988, 0.06758324056863785, 0.06774520874023438, - -0.04151579737663269, 0.04164835438132286, 0.05357692018151283, - 0.027615955099463463, -0.03560738265514374, -0.006985778920352459, - 0.008985411375761032, -0.04249991849064827, -0.09661424160003662, - -0.018757661804556847, 0.046789295971393585, 0.07661531865596771, - 0.03576616570353508, -0.023618623614311218, -0.006665651220828295, - -0.04691243916749954, 0.041399821639060974, 0.016103526577353477, - -0.0430317185819149, -0.00486669922247529, -0.02056943252682686, - 0.005048566963523626, 0.12769638001918793, -0.07411275058984756, 0.074394091963768, - 0.031272973865270615, -0.01746898889541626, 0.004794396460056305, - 0.06713512539863586, -0.018682748079299927 - ], - [ - 0.04216117039322853, 0.08748193830251694, 0.030245207250118256, - -0.0025189381558448076, 0.009455990977585316, 0.07701250910758972, - 0.022620167583227158, 0.022712288424372673, 0.00562343280762434, - -0.0364895835518837, 0.050362031906843185, -0.01612841710448265, - -0.00984721165150404, 0.013527333736419678, -0.006512266583740711, - -0.01270457822829485, -0.06077730283141136, -0.07792023569345474, - -0.002674188930541277, -0.026465613394975662, -0.030095532536506653, - 0.03746618703007698, 0.009229461662471294, -0.0115289818495512, - -0.025051753968000412, 0.08332284539937973, -0.0990486592054367, - 0.00822228193283081, 0.03198738768696785, 0.048843760043382645, - -0.04158074036240578, -0.04307937994599342, -0.001338517526164651, - 0.0668073445558548, -0.017550688236951828, -0.008202256634831429, - 0.022281089797616005, -0.06096157431602478, -0.0495293103158474, 0.0174881462007761, - -0.029576385393738747, -0.054820142686367035, 0.03118816949427128, - -0.033511240035295486, 0.022335639223456383, 0.02707766555249691, - 0.02467707358300686, 0.015221450477838516, -0.026673944666981697, - 0.007787161041051149, 0.004304995760321617, 0.0048021250404417515, - -0.007434758357703686, 0.02146930806338787, 0.01716948114335537, - -0.021251119673252106, -0.04767630994319916, -0.01507893018424511, - -0.01226409524679184, 0.01126426924020052, 0.03830833360552788, - -0.06151794642210007, -0.07368461042642593, 0.04519414156675339, - -0.022896185517311096, -0.003533757757395506, -0.03602183982729912, - -0.014237988740205765, 0.04550187662243843, -0.1057836189866066, - 0.024294469505548477, 0.0090374406427145, 0.07445195317268372, -0.06144971400499344, - -0.07341455668210983, -0.00380054977722466, 0.10554773360490799, - 0.01723266765475273, -0.04879529029130936, 0.04058022424578667, 0.02415788732469082, - 0.028020061552524567, -0.03446505591273308, 0.01876893639564514, - 0.02957707643508911, -0.05677831545472145, 0.046011559665203094, - 0.01746303215622902, -0.11318990588188171, 0.07786516100168228, - -0.02536676451563835, -0.08638353645801544, -0.06825242191553116, - 0.04181304946541786, 0.02073691412806511, 0.008744603954255581, - -0.06913690268993378, -0.01669328100979328, 0.08081543445587158, - 0.003997123800218105, -0.025139302015304565, 0.058343611657619476, - -0.0642794743180275, -0.04656315967440605, -0.0180800911039114, - 0.058124907314777374, 0.022506361827254295, -0.003239307552576065, - 0.015392599627375603, 0.003918635658919811, 0.027880024164915085, - -0.06935932487249374, 0.06415499001741409, 0.04864992946386337, - -0.07578148692846298, -0.07707065343856812, -0.10473860055208206, - -0.06341627240180969, -0.0172378271818161, -0.0026835165917873383, - -0.05310322344303131, -0.05841851606965065, 0.02958705648779869, - 0.00027774606132879853, 0.04399295523762703, -0.012187992222607136, - -0.08149455487728119, 0.0385320782661438, -0.015127536840736866, - -0.07211605459451675, -0.047173887491226196, 0.010490478947758675, - 0.024307573214173317, 0.008805772289633751, -0.01696290262043476, - -0.014253986068069935, 0.0597492977976799, 0.07043332606554031, - -0.033313896507024765, 0.026685180142521858, 0.015427399426698685, - -0.04557189717888832, -0.03909793496131897, -0.08665625005960464, - -0.09517683833837509, 0.015152892097830772, 0.018391693010926247, - -3.859206844936125e-5, -0.0548347644507885, 0.01437949389219284, - 0.09229456633329391, 0.05349455401301384, 0.07466018944978714, - -0.028827419504523277, 0.04773992672562599, -0.03697051852941513, - -0.007408615201711655, -0.009111198596656322, 0.07685938477516174, - -0.047143641859292984, 0.037307560443878174, -0.02770826406776905, - 0.05028090998530388, 0.10313905030488968, 0.06140829995274544, -0.03481810539960861, - 0.008760467171669006, -0.027364153414964676, -0.03775667026638985, - 0.05592705309391022, -0.01998366415500641, 0.047455642372369766, - -0.05596572533249855, -0.023504549637436867, -0.048837222158908844, - -0.0738203376531601, 0.013129633851349354, 0.035878296941518784, - -0.007768089883029461, -0.0073222508653998375, 0.04397687315940857, - 0.005898784380406141, 0.027754977345466614, 0.06191038712859154, - 0.013592631556093693, 0.008800745010375977, -0.05013255029916763, - -0.07488981634378433, 0.030603108927607536, 0.016826845705509186, - -0.011896389536559582, -0.035491134971380234, 0.00852877926081419, - 0.029400324448943138, 0.06996165961027145, 0.05090846121311188, - -0.06538095325231552, -0.01148455310612917, 0.04961586371064186, - -0.05222438648343086, -0.04768555611371994, -0.005527918692678213, - -0.05162962153553963, -0.041336994618177414, -0.08787607401609421, - -0.03784630075097084, 0.03077654540538788, -0.0006560123292729259, - -0.05767318233847618, 0.019644511863589287, 0.013982433825731277, - 0.02641291730105877, -0.08257889002561569, 0.08767300844192505, - -0.05487227067351341, -0.05743546783924103, -0.012727487832307816, - -0.06954053044319153, -0.01972380466759205, -0.015153791755437851, - 0.022312704473733902, 0.01732347346842289, 0.033720821142196655, - -0.029143843799829483, 0.0589994378387928, -0.027770012617111206, - -0.003953762352466583, 0.01057763397693634, 0.04008835181593895, - 0.04560920223593712, -0.022342940792441368, -0.0408523790538311, - -0.09582854807376862, -0.010946463793516159, -0.06306033581495285, - 0.01600431092083454, -0.021403631195425987, 0.06204782426357269, - -0.05743267759680748, 0.06584852188825607, 0.023812493309378624, - 0.016592632979154587, 0.06793607771396637, -0.07034342736005783, - -0.022181835025548935, 0.06573113054037094, -0.02501167729496956, - 0.025489188730716705, -0.012640712782740593, -0.0004978653742000461, - -0.06945183873176575, -0.04228091612458229, 0.007516995072364807, - -0.021256593987345695, 0.04222915321588516, -0.010275911539793015, - -0.003511338261887431, 0.07183031737804413, 0.0046648806892335415, - 0.01351822167634964, 0.017381761223077774, -0.001106003182940185, - -0.02760430984199047, 0.03486243262887001, -0.04743310436606407, - -0.054133061319589615, 0.0023907681461423635, 0.07496849447488785, - -0.02025812864303589, 0.02003534510731697, 0.047685179859399796, - 0.10129673779010773, 0.06615351885557175, 0.09213443100452423, -0.05131012946367264, - -0.06596504896879196, -0.010516783222556114, 0.0243899654597044, - -0.0573100745677948, 0.00326558924280107, 0.011280334554612637, 0.03310389071702957, - -0.05567461624741554, 0.044330235570669174, 0.05425781384110451, - 0.0024523513857275248, -0.03331500664353371, -0.002225344069302082, - 0.04162096604704857, 0.04777798801660538, 0.020809965208172798, 0.04139000177383423, - 0.009034243412315845, 0.06303485482931137, -0.010330085642635822, - 0.0057359845377504826, -0.022807512432336807, -0.06864335387945175, - -0.0602509044110775, -0.03703559935092926, -0.03816717490553856, - 0.050356440246105194, -0.05075478553771973, -0.0695343092083931, - -0.046038318425416946, -0.03944680839776993, 0.04843847081065178, - 0.04833497107028961, -0.06810665875673294, 0.0583915114402771, 0.037846922874450684, - -0.042887892574071884, 0.004499690141528845, 0.018910503014922142, - 0.021528784185647964, 0.008729808032512665, 0.0142509201541543, - 0.036471400409936905, -0.007840456441044807, 0.006212055683135986, - 0.012894540093839169, -0.006585932336747646, 0.016095345839858055, - -0.03715694323182106, 0.06558050215244293, 0.03442312777042389, - 0.017775263637304306, 0.0071203624829649925, -0.02798294648528099, - 0.008520220406353474, -0.0837712287902832, 0.03650058060884476, -0.0474906750023365, - 0.028653200715780258, -0.05616268888115883, -0.03685480356216431, - -0.08945678919553757, 0.006766610778868198, -0.03795946389436722, - -0.029652416706085205, 0.03616911545395851, -0.07494553923606873, - 0.035468537360429764, 0.06522926688194275, -0.06911908090114594, - -0.05782848224043846, 0.06918270140886307, 0.04041338711977005, 0.03712313249707222, - 0.024155689403414726, -0.01643303968012333, 0.08110557496547699, - -0.02608206868171692, -0.06384323537349701, 0.02167275920510292, - 0.04569318890571594, 0.05817139521241188, 0.016187915578484535, - 0.002998081501573324, -0.04123859852552414, -0.0757637470960617, - 0.08954817056655884, -0.0375225804746151, 0.06284775584936142, 0.05673134699463844, - 0.11029914021492004, -0.0380035936832428, 0.0773133933544159, -0.12556348741054535, - -0.000918678124435246, -0.04496333748102188, 0.068488210439682, - -0.03474203869700432, 0.0512588806450367, 0.04882831126451492, - -0.046256568282842636, 0.06031745299696922, 0.027729852125048637, - 0.09378255903720856, 0.03659381717443466, -0.011862424202263355, - 0.0012964116176590323, 0.00370931182987988, -0.0058577111922204494 - ], - [ - 0.006824654992669821, -0.002566019305959344, -0.008731760084629059, - 0.003016890725120902, 0.033549197018146515, 0.052103035151958466, - 0.04347904399037361, -0.07443714141845703, 0.018109247088432312, - 0.011446920223534107, -0.07176779210567474, -0.0008109870250336826, - -0.05838075652718544, 0.09617093205451965, -0.031049124896526337, - -0.02345062978565693, -0.06195227429270744, -0.01718907058238983, - 0.03511625528335571, -0.039837546646595, 0.058343324810266495, -0.01940389908850193, - -0.006455157417804003, 0.011965598911046982, 0.014654378406703472, - -0.05817243456840515, -0.006635623052716255, -0.0203237384557724, - 0.025282708927989006, -0.01574709080159664, -0.04836901277303696, - -0.057582445442676544, -0.034319907426834106, -0.03008795715868473, - 0.03757472336292267, -0.014672698453068733, 0.029910938814282417, - 0.007438247092068195, 0.04660716652870178, -0.004650322254747152, - -0.009843857027590275, 0.0022762706503272057, -0.00021828192984685302, - 0.03949315845966339, 0.020968293771147728, -0.0022128326818346977, - 0.04258061572909355, 0.06636464595794678, -0.012604743242263794, - 0.013486540876328945, 0.0011378683848306537, 0.028221728280186653, - -0.063084177672863, -0.004570583812892437, -0.01161928940564394, - 0.0024325624108314514, 0.01109129935503006, 0.029695238918066025, - -0.005464169662445784, 0.007303851190954447, 0.00438243243843317, - -0.01071157492697239, -0.05580215901136398, 0.03946251794695854, - -0.02688281238079071, 0.04142109677195549, 0.02302146889269352, 0.11078298836946487, - -0.041361864656209946, -0.08910061419010162, 0.02232641912996769, - -0.05570736899971962, 0.036343108862638474, -0.07757334411144257, - 0.05300750955939293, -0.0023627819027751684, 0.03089790977537632, - 0.002877051942050457, -0.04281269758939743, 0.09964531660079956, - -0.040550168603658676, -0.02648048847913742, -0.018251758068799973, - 0.06284070760011673, -0.014414899982511997, 0.05356496199965477, - 0.03454999998211861, -0.026474639773368835, -0.03143776208162308, - 0.015923313796520233, -0.03289073333144188, 0.033674657344818115, - -0.03751208633184433, 0.01436578668653965, -0.017742343246936798, - 0.018022187054157257, -0.001563788391649723, -0.004592167213559151, - 0.06392162293195724, -0.023918164893984795, -0.010664250701665878, - -0.019241871312260628, -0.00025671496405266225, 0.03194045647978783, - 0.012524018995463848, -0.004545871168375015, 0.017490314319729805, - -0.022406524047255516, -0.03204597160220146, -0.0730767473578453, - 0.07988815754652023, -0.039370011538267136, 0.05963656306266785, - -0.06405292451381683, -0.004550449550151825, -0.019944436848163605, - -0.0016248569590970874, -0.015842808410525322, 0.04533298686146736, - 0.011625838465988636, -0.008211318403482437, 0.027819884940981865, - 0.02866167388856411, -0.0024723862297832966, 0.035094004124403, 0.07909127324819565, - 0.010326639749109745, -0.015076455660164356, -0.02529178373515606, - -0.020419135689735413, -0.04999487102031708, -0.0496981181204319, - 0.007552665658295155, -0.04752572253346443, 0.07112863659858704, - 0.015314060263335705, 0.05980625003576279, 0.04582199826836586, - -0.01465296559035778, -0.023934219032526016, -0.07478120177984238, - -0.013177337124943733, 0.009475186467170715, -0.07921838015317917, - -0.009358505718410015, 0.02998230792582035, 0.008451885543763638, - 0.0588875487446785, -0.05688008666038513, -0.015753190964460373, - 0.02207169122993946, 0.033628009259700775, 0.06577719002962112, - 0.0007209735922515392, 0.06248371675610542, -0.1053408831357956, - 0.08883265405893326, -0.016811365261673927, -0.009687242098152637, - 0.051877424120903015, 0.006641800049692392, 0.04156094789505005, - 0.022002005949616432, 0.048095524311065674, 0.019935322925448418, - -0.07170118391513824, 0.07147864997386932, -0.05350197106599808, - -0.03101998195052147, 0.024830367416143417, 0.049151595681905746, - 0.028586769476532936, -0.007871718145906925, 0.0028632553294301033, - -0.0459563285112381, 0.027847900986671448, 0.0027490518987178802, - -0.02516760677099228, 0.01839999109506607, -0.062165986746549606, - -0.008928428404033184, 0.0011522201821208, -0.029684845358133316, - 0.030053626745939255, 0.04116376116871834, -0.0009281906532123685, - -0.004195167683064938, -0.020029056817293167, -0.0037760338746011257, - 0.037476107478141785, 0.06180444359779358, 0.0310271754860878, 0.09698569774627686, - 0.06588508933782578, -0.01215711236000061, 0.016520202159881592, - -0.03836159035563469, -0.05092218890786171, 0.06395378708839417, - -0.015240100212395191, 0.010315357707440853, -0.038088902831077576, - -0.017137397080659866, -0.08529092371463776, 0.002118391450494528, - -0.06402323395013809, -0.059811316430568695, -0.030740095302462578, - -0.06837110221385956, -0.01762823760509491, 0.09267018735408783, - 0.019847437739372253, -0.04312123358249664, 0.003767087124288082, - -0.009914152324199677, 0.007603826466947794, -0.03352455049753189, - -0.008251900784671307, -0.04971041530370712, 0.025336043909192085, - 0.018956383690238, 0.05102376267313957, 0.0537213571369648, -0.017623594030737877, - 0.0018417647806927562, -0.03226285055279732, -0.027104604989290237, - 0.005292261950671673, 0.024300958961248398, -0.017758909612894058, - -0.05103627219796181, 0.0062568034045398235, -0.07356497645378113, - -0.012278733775019646, -0.0009351959452033043, 0.0652976855635643, - 0.008107510395348072, 0.05407494306564331, -0.05206810310482979, - 0.03457590192556381, 0.020133312791585922, 0.04118417575955391, - -0.013803492300212383, -0.08078180998563766, -0.01984589360654354, - 0.03509550541639328, -0.013492206111550331, -0.01498109195381403, - -0.024425992742180824, 0.0033010749612003565, -0.0018426177557557821, - -0.08005987107753754, 0.023499131202697754, 0.03784806281328201, - -0.04420554265379906, -0.029173314571380615, 0.029910309240221977, - 0.0506548210978508, -0.013766839168965816, 0.07957575470209122, - -0.009733245708048344, -0.00031563822994939983, 0.00251900521107018, - 0.014816001988947392, 0.018942847847938538, -0.06413924694061279, - 0.0785636156797409, 0.01992434449493885, 0.04319395124912262, - -0.0025782932061702013, 0.03401636704802513, 0.011785119771957397, - 0.006310117430984974, 0.09760620445013046, -0.013436397537589073, - 0.006367161404341459, 0.028025580570101738, -0.05989715829491615, - -0.028071746230125427, 0.09389819949865341, 0.04202568158507347, - 0.014964360743761063, -0.02716403268277645, -0.06939075142145157, - -0.06986789405345917, 0.05058768391609192, 0.03211034834384918, 0.04722023010253906, - 0.014517929404973984, 0.06840300559997559, -0.01945159211754799, - 0.012532385997474194, -0.0679827556014061, -0.03563603013753891, - -0.0070099858567118645, 0.11598609387874603, -0.008646335452795029, - -0.0001586640573805198, -0.06209791824221611, 0.026592427864670753, - -0.014200098812580109, -0.030346499755978584, 0.002669955138117075, - 0.008289438672363758, -0.039581745862960815, -0.011469727382063866, - 0.007097140420228243, -0.010168843902647495, -0.04792407527565956, - 0.07983462512493134, -0.014845413155853748, -0.07360228896141052, - -0.051915235817432404, -0.042135000228881836, 0.0007185173453763127, - -0.021971819922327995, 0.04109080880880356, -0.020616564899683, - -0.017570706084370613, 0.025667553767561913, 0.014769277535378933, - -0.01377027202397585, -0.0804557278752327, -0.049296751618385315, - 0.03541700169444084, 0.0850607380270958, 0.016989728435873985, - -0.014760126359760761, 0.007979468442499638, -0.01791103184223175, - -0.04823073372244835, 0.06082775816321373, -0.03715803101658821, - 0.06391254812479019, 0.016234036535024643, -0.003060814691707492, - 0.015409594401717186, 0.028128786012530327, 0.0066114203073084354, - -0.006248682737350464, -0.030042648315429688, 0.02212531678378582, - -0.01610272191464901, 0.023036910220980644, -0.01435512863099575, - -0.06008986011147499, 0.0241461843252182, 0.0010988704161718488, - 0.07109986990690231, 0.03944230079650879, -0.02795271761715412, 0.12000029534101486, - -0.046460866928100586, -0.0438980869948864, -0.06244150549173355, - -0.02931440994143486, 0.0452900156378746, -0.07033194601535797, - 0.044135406613349915, 0.002038541017100215, -0.04231364279985428, - 0.03455544635653496, -0.04455211013555527, -0.004950786475092173, - -0.01970565691590309, 0.10157329589128494, -0.006198443938046694, - 0.04094936326146126, -0.029325200244784355, -0.04294504597783089, - -0.037599243223667145, -0.001605815952643752, -0.027733054012060165, - 0.027346884831786156, -0.023329973220825195, -0.05418167635798454, - 0.04893266782164574, -0.015420745126903057, 0.0766967386007309, - -0.00434593902900815, -0.010839251801371574, -0.03960539028048515, - 0.03704855591058731, -0.008372427895665169 - ], - [ - 0.0559145025908947, 0.017637118697166443, 0.0355854406952858, -0.04283774271607399, - -0.03481180593371391, 0.03519012778997421, 0.013959493488073349, - -0.030687710270285606, 0.004005697555840015, 0.007948556914925575, - -0.025577442720532417, 0.04226268082857132, -0.07537953555583954, - 0.0885462760925293, -0.03692847862839699, 0.02296791598200798, -0.06820995360612869, - -0.002798312809318304, 0.03447769209742546, -0.051327258348464966, - 0.05105697736144066, -0.045961905270814896, 0.020520919933915138, - -0.037712905555963516, -0.01684730499982834, 0.03660358488559723, - -0.07739055156707764, -0.005116145592182875, 0.043720394372940063, - -0.051152173429727554, -0.05059720575809479, -0.04328496754169464, - -0.04538610950112343, -0.03415357694029808, -0.03786921501159668, - 0.06416721642017365, -0.02243458852171898, 0.003451010212302208, - 0.05285231024026871, -0.045590292662382126, -0.027287868782877922, - 0.05603399872779846, -0.026970185339450836, -0.03856729716062546, - 0.05985897034406662, 0.009930059313774109, 0.01656383089721203, 0.03534729406237602, - -0.03421503305435181, -0.030128978192806244, 0.009659850969910622, - -0.03744121268391609, -0.027289317920804024, -0.028346708044409752, - -0.040691543370485306, 0.004515089560300112, 0.004760197829455137, - 0.06327851116657257, 0.031020596623420715, -0.022939534857869148, - 0.02515878900885582, -0.059138353914022446, -0.06478369981050491, - 0.03513377159833908, -0.053175438195466995, 0.01344505324959755, - -0.0008541463175788522, 0.04933326318860054, 0.007996564731001854, - -0.01818014681339264, 0.018957363441586494, -0.02055034600198269, - 0.03166677802801132, -0.0902906283736229, 0.00015226427058223635, - 0.0044389404356479645, 0.04089178889989853, 0.02520621195435524, - -0.006919847335666418, 0.07484786957502365, -0.010631260462105274, - 0.030689513310790062, 0.008278452791273594, 0.06348896771669388, - -0.06203461438417435, 0.01252264529466629, 0.058087728917598724, - -0.05850104242563248, -0.028653046116232872, -0.008477392606437206, - 0.013484133407473564, -0.020286748185753822, 0.016598910093307495, - 0.03932802379131317, 0.02461382932960987, -0.015911901369690895, - -0.07769078761339188, -0.02754698321223259, 0.05031786486506462, - 0.031092779710888863, -0.018083496019244194, 0.004933735355734825, - -0.03540923818945885, -0.08105746656656265, -0.015140300616621971, - 0.04247848317027092, 0.04234777018427849, -0.020210489630699158, - -0.001739888801239431, -0.032992731779813766, 0.10160955041646957, - -0.054860636591911316, 0.033896323293447495, 0.05494854226708412, - 0.04901106655597687, 0.05228684842586517, -0.008703975938260555, - -0.03666482865810394, 0.06560032069683075, -0.056188393384218216, - 0.04458290711045265, 0.017264533787965775, 0.008786971680819988, - 0.05195397511124611, 0.04062334820628166, 0.06263457983732224, - 0.0030276214238256216, -0.0039622108452022076, 0.03307449445128441, - -0.01735515706241131, -0.031028272584080696, -0.04909360408782959, - 0.041962217539548874, -0.04517439380288124, 0.05382344499230385, - -0.035301290452480316, 0.018066072836518288, 0.049637358635663986, - 0.01540323905646801, 0.041720401495695114, -0.08289497345685959, - -0.07631918042898178, 0.033214859664440155, -0.009636537171900272, - 0.01635076478123665, 0.04745616391301155, 0.0024881635326892138, - -0.019397497177124023, -0.07016343623399734, -0.062496595084667206, - 0.004918504972010851, 0.002770778024569154, 0.005191372707486153, - 0.01666373573243618, 0.018021900206804276, -0.10550401359796524, - -0.016512174159288406, -0.07076005637645721, -0.011947087943553925, - 0.01304436381906271, -0.048918187618255615, 0.0325811505317688, - 0.022330056875944138, -0.03322901204228401, 0.07270029932260513, - 0.009587027132511139, 0.050505686551332474, 0.02046155370771885, - 0.03457692638039589, 0.0062278942205011845, 0.06166093051433563, - 0.013410823419690132, -0.03308599069714546, 0.000392560992622748, - 0.028404125943779945, -0.010225380770862103, 0.023949885740876198, - 0.06544625759124756, -0.06669112294912338, -0.04298386350274086, - 0.015325444750487804, 0.006321290507912636, -0.030684560537338257, - 0.01631145551800728, -0.012403746135532856, -0.03794409707188606, - 0.04860501363873482, 0.041589152067899704, 0.014148219488561153, - -0.03220564126968384, -0.00894837360829115, -0.00569103192538023, - 0.008614832535386086, 0.09853344410657883, 0.04952207952737808, 0.01939430646598339, - -0.00700836256146431, -0.032821714878082275, -0.03378169611096382, - -0.08577091991901398, -0.03292563185095787, -0.04361111670732498, - 0.03273654729127884, -0.07810890674591064, -0.0327327698469162, - -0.04654264077544212, -0.00999192614108324, -0.04777941480278969, - -0.011416208930313587, 0.055854421108961105, 0.01890941895544529, - -0.04880622774362564, -0.0802745372056961, 0.020310312509536743, - -0.0034224248956888914, 0.061849430203437805, 0.010907472111284733, - -0.03643622621893883, 0.002701859688386321, 0.04611735790967941, - 0.04299122095108032, -0.061075594276189804, -0.020326828584074974, - 0.021018872037529945, 0.04071900248527527, -0.07878376543521881, - 0.05994438752532005, 0.06559707224369049, -0.05665472149848938, - -0.015863364562392235, 0.019567448645830154, -0.015242619439959526, - -0.06301844120025635, -0.03268212452530861, -0.05279826000332832, - 0.06062900274991989, 0.018604714423418045, -0.026589233428239822, - -0.08683707565069199, 0.05862110108137131, 0.05250251665711403, -0.0053770886734128, - 0.05519464984536171, -0.05059703066945076, -0.017495613545179367, - 0.06225331500172615, -0.009959429502487183, -0.016011612489819527, - 0.05819883942604065, 0.09402111917734146, -0.09061833471059799, - -0.015881016850471497, 0.04044591635465622, 0.039392296224832535, - -0.04801616072654724, -0.0035498873330652714, -0.06081201881170273, - 0.04615837335586548, 0.03963075578212738, 0.04634945094585419, 0.024398062378168106, - 0.04171096906065941, -0.02297903038561344, 0.007079304661601782, - -0.07938384264707565, -0.010299687273800373, 0.08439154922962189, - 0.016672978177666664, 0.023862015455961227, 0.04690760001540184, - -0.0360526442527771, 0.06512738019227982, -0.04986068606376648, - 0.060702722519636154, -0.06272178888320923, -0.05683627724647522, - 0.02905154973268509, -0.07212971895933151, -0.028724567964673042, - 0.019890258088707924, -0.002421837067231536, 0.043677881360054016, - 0.00030522613087669015, 0.008132155053317547, 0.014215348288416862, - -0.04753797873854637, -0.047757167369127274, 0.01926342025399208, - -0.005917712114751339, -0.006571718491613865, -0.016557984054088593, - 0.05627243593335152, -0.07787369936704636, -0.013363193720579147, - 0.012861124239861965, 0.06567772477865219, -0.019349878653883934, - -0.007431736681610346, -0.07759815454483032, 0.025932596996426582, - -0.021012570708990097, -0.03896081820130348, -0.00974423810839653, - -0.029939547181129456, -0.030610963702201843, -0.05895623192191124, - 0.029188912361860275, -0.012440036982297897, -0.011951719410717487, - 0.05081840977072716, -0.0024036718532443047, -0.07364880293607712, - -0.04086701571941376, -0.016244936734437943, 0.0032350150868296623, - -0.0748308077454567, 0.047331586480140686, -0.04924739897251129, - 0.030240366235375404, -0.035044342279434204, -0.0011363864177837968, - 0.05866376683115959, -0.060814958065748215, -0.02351192571222782, - -0.03414473310112953, 0.05573534220457077, -0.09462039917707443, - 0.03860428184270859, 0.012087290175259113, -0.03893031179904938, - -0.04886486381292343, 0.01471614371985197, 0.015572530217468739, - 0.05761479213833809, -0.0002572234661784023, -0.03233818709850311, - -0.002561249304562807, 0.06374606490135193, -0.033912427723407745, - -0.0005688139353878796, -0.041547782719135284, -0.01760430634021759, - -0.0033926230389624834, 0.013751951977610588, -0.07055305689573288, - 0.003156377235427499, 0.06110866367816925, 0.0051583354361355305, - 0.06412926316261292, -0.06292089819908142, 0.04906032606959343, - 0.014027629978954792, 0.020465396344661713, 0.03757420554757118, - 0.0034243774134665728, -0.0012874577660113573, -0.03694405034184456, - 0.014536472968757153, 0.010377654805779457, -0.01115533895790577, - 0.005078877322375774, 0.03565305098891258, 0.005304567515850067, - 0.05842892825603485, 0.0019140501972287893, 0.04513299837708473, 0.0392935685813427, - 0.08934464305639267, -0.08952304720878601, -0.056699175387620926, - -0.03683917224407196, 0.07557548582553864, -0.004845797549933195, - -0.013762194663286209, 0.016045253723859787, -0.0020547269377857447, - 0.07884267717599869, 0.009153156541287899, 0.052996519953012466, 0.050197783857584, - -0.0006967511726543307, 0.021728677675127983, -0.016481785103678703, - -0.06325401365756989 - ], - [ - -0.03172064200043678, 0.038125261664390564, -0.029874851927161217, - -0.019995303824543953, -0.08779926598072052, 0.08024024963378906, - -0.015744926407933235, -0.037415411323308945, -0.00770008098334074, - -0.08148738741874695, -0.09429764002561569, 0.04302988946437836, - -0.06754016131162643, 0.08628226071596146, 0.06378732621669769, - -0.016900938004255295, -0.06934989988803864, -0.021833093836903572, - 0.059872690588235855, -0.04882045462727547, 0.042582958936691284, - 0.0004253224760759622, -0.023113764822483063, 0.015023316256701946, - 0.07031376659870148, 0.02234041690826416, -0.006070389878004789, - -0.059650152921676636, 0.035884760320186615, 0.026600046083331108, - -0.0027069547213613987, -0.06999582797288895, 0.00933748483657837, - 0.04588347300887108, -0.044714439660310745, 0.06927156448364258, - 0.023561770096421242, -0.037948571145534515, 0.03794901818037033, - -0.04794074222445488, -0.03437142074108124, -0.043798044323921204, - -0.009028550237417221, 0.007315416820347309, 0.03999168425798416, - -0.0349840447306633, 0.017887601628899574, -0.061983294785022736, - -0.023966476321220398, -0.009193561039865017, 0.0028712782077491283, - -0.014955556020140648, 0.023609770461916924, -0.00037142407381907105, - -0.044780433177948, 0.027951659634709358, 0.0339336022734642, 0.04649828001856804, - -0.003196515841409564, -0.08668206632137299, 0.05770454928278923, - 0.03090386465191841, -0.036592770367860794, 0.01286416593939066, - -0.027615515515208244, 0.06863636523485184, -0.03198523074388504, - 0.01060025580227375, -0.015175232663750648, -0.0261702723801136, - -0.08990637958049774, -0.030301857739686966, 0.03416857495903969, - -0.08198431879281998, 0.03326578810811043, 0.011042152531445026, - 0.11104344576597214, -0.019536620005965233, 0.02164243906736374, - 0.009631382301449776, -0.001582025783136487, 0.005042246077209711, - 0.06666332483291626, 0.10403243452310562, -0.06653333455324173, - 0.011573240160942078, -0.0025605063419789076, -0.02823653072118759, - -0.027134712785482407, 0.008115725591778755, 0.0026439109351485968, - 0.009127805940806866, 0.020407747477293015, 0.06347911059856415, - -0.0935821458697319, -0.029381515458226204, 0.019965598359704018, - -0.05341912806034088, 0.009014839306473732, 0.006619382183998823, - -0.01216121856123209, 0.019858283922076225, 0.04345244541764259, - -0.07228358834981918, -0.016359344124794006, 0.000597570207901299, - 0.06567907333374023, -0.002284542890265584, 0.0028363449964672327, - -0.014717633835971355, 0.06973083317279816, -0.007945220917463303, - 0.022018255665898323, 0.007074108812958002, 0.03478303551673889, - -0.019455919042229652, 0.030855949968099594, -0.016076430678367615, - 0.04984939470887184, 0.04506252706050873, -0.01938994973897934, - 0.027348091825842857, 0.06850752234458923, 0.06321699172258377, - -0.04571959376335144, 0.019657939672470093, -0.04091494530439377, - 0.02350248210132122, 0.01933429203927517, 0.0022450839169323444, - -0.08938050270080566, 0.07929930090904236, 0.033067379146814346, - 0.011142756789922714, 0.03744129091501236, -0.02265032008290291, - -0.014695296064019203, 0.0005267942906357348, -0.019407082349061966, - 0.036876142024993896, -0.08698559552431107, -0.07862813770771027, - 0.05256755277514458, -0.03991033881902695, 0.015017164871096611, - 0.03375379368662834, -0.011147113516926765, 0.03175090253353119, - -0.07276225090026855, -0.021884938701987267, 0.02896175906062126, - 0.012076481245458126, 0.06673397123813629, -0.019747914746403694, - 0.05921216681599617, -0.06151570379734039, 0.059392206370830536, - 0.05517372116446495, -0.006741744000464678, 0.0015986484941095114, - -0.028403380885720253, -0.027697978541254997, 0.018948713317513466, - 0.06740141659975052, -0.045103952288627625, 0.0058185020461678505, - 0.07102630287408829, 0.04298741742968559, 0.03966313228011131, 0.02981463260948658, - 0.04603712633252144, 0.02727295458316803, -0.015343038365244865, - 0.024707211181521416, -0.019555959850549698, 0.013786240480840206, - -0.025387821719050407, -0.07683102786540985, -0.060812801122665405, - -0.06162497401237488, 0.04723837971687317, 0.056133415549993515, - 0.01615498773753643, -0.008315366692841053, 0.016634594649076462, - 0.029581792652606964, 0.04063771665096283, 0.022265097126364708, - -0.02812914177775383, 0.04880024865269661, 0.002040284685790539, - 0.04860261082649231, 0.004320192150771618, 0.01220136322081089, - -0.013909642584621906, 0.07828737050294876, 0.005387554410845041, - -0.06399104744195938, 0.006680524442344904, -0.10030505806207657, - -0.024711700156331062, -0.016193710267543793, -0.04278992488980293, - -0.07778748124837875, -0.08138199895620346, -0.022674797102808952, - -0.09357500821352005, -0.021923132240772247, -0.05230676010251045, - -0.02670138143002987, 0.008222724311053753, -0.031999021768569946, - -0.058454468846321106, -0.007626667153090239, -0.049249015748500824, - -0.019324813038110733, 0.001447814516723156, -0.002889554016292095, - 0.021164022386074066, -0.005536248441785574, 0.014693825505673885, - 0.03748222440481186, -0.02968810498714447, 0.024512717500329018, - -0.005470257252454758, -0.05686188489198685, 0.07797853648662567, - 0.03984161466360092, -0.06164810061454773, -0.07919390499591827, 0.0216708742082119, - 0.03448795527219772, 0.030968142673373222, -0.030165672302246094, - -0.051052797585725784, -0.03017733432352543, -0.006115907337516546, - -0.04721706360578537, 0.025501800701022148, 0.04433829337358475, - -0.0066022309474647045, 0.03951369225978851, 0.03388112410902977, - 0.005784462206065655, 0.01527323480695486, 0.005149693228304386, - -0.08022071421146393, -0.03861462324857712, 0.04281939938664436, - -0.007210635580122471, -0.08145802468061447, -0.025530263781547546, - 0.05608006566762924, 0.05010952427983284, 0.005287382751703262, - -0.04914379119873047, 0.02693454921245575, -0.029226204380393028, - -0.06145057827234268, -0.004099586512893438, 0.04625745490193367, - -0.004169062711298466, 0.07658620178699493, 0.009499605745077133, - 0.05024236813187599, -0.02128993161022663, -0.011888856999576092, - -0.017745262011885643, -0.00021040138381067663, 0.010738089680671692, - 0.014667227864265442, 0.03488568961620331, -0.0695408508181572, 0.0663570761680603, - 0.03863981366157532, -0.013492132537066936, 0.08260349184274673, - -0.09806813299655914, 0.012525097467005253, 0.07754445821046829, - 0.04699663817882538, 0.013113708235323429, -0.055040113627910614, - -0.050601210445165634, 0.0478215329349041, -0.035152193158864975, - -0.04169388860464096, 0.05223706737160683, 0.10229742527008057, 0.08697369694709778, - 0.02309594489634037, 0.032426074147224426, -0.09190931916236877, - 0.021897831931710243, -0.030160464346408844, 0.025163104757666588, - -0.029498202726244926, 0.009626385755836964, -0.07594543695449829, - 0.021932773292064667, -0.011812766082584858, -0.0761585608124733, - -0.002909349510446191, 0.03559906780719757, 0.03622023016214371, - 0.027171067893505096, -0.015092079527676105, -0.00862650666385889, - -0.0025993487797677517, 0.031920090317726135, -0.03697919845581055, - -0.06038523465394974, -0.025837356224656105, -0.007822837680578232, - 0.048271168023347855, -0.023864997550845146, -0.022373724728822708, - -0.03603985160589218, -0.020961584523320198, 0.04440060630440712, - -0.006732672452926636, 0.014720264822244644, 0.004096249118447304, - -0.09035351127386093, 0.023509245365858078, 0.05590461567044258, - 0.012917783111333847, 0.02699483558535576, 0.0488724485039711, 0.01767786592245102, - -0.02594059891998768, -0.045793283730745316, 0.05101844668388367, - 0.019007615745067596, -0.05205195024609566, -0.011168274097144604, - -0.0417531318962574, 0.047826509922742844, 0.007306371815502644, - 0.03821304440498352, 0.04869178310036659, 0.010070867836475372, - 0.032512303441762924, 0.05379459634423256, -0.018995271995663643, - -0.0054004015401005745, 0.0032414330635219812, 0.05423875153064728, - 0.04662419855594635, -0.07176591455936432, -0.05578773468732834, - 0.05266806110739708, 0.029114043340086937, -0.06580782681703568, - 0.015743395313620567, -0.004180712625384331, 0.04169243946671486, - -0.028207363560795784, -0.02269883267581463, 0.0026539622340351343, - 0.020490139722824097, 0.01206585019826889, -0.019316809251904488, - 0.0007539595244452357, -0.025167444720864296, 0.1311197131872177, - 0.04024583846330643, 0.03916206955909729, -0.022797059267759323, - -0.034896694123744965, 0.01496923714876175, 0.05071663856506348, - -0.024713218212127686, -0.008671095594763756, -0.02119615487754345, - -0.017011934891343117, 0.021604930981993675, 0.023013893514871597, - 0.07891210168600082, -0.023726021870970726, 0.012158729135990143, - 0.00651186890900135, 0.05429200083017349, -0.010255372151732445 - ] - ], - "net.0.bias": [ - 0.02379465475678444, 0.0008014753111638129, -0.028346266597509384, 0.019655078649520874, - 0.03346853330731392, 0.03894927352666855, 0.026947995647788048, 0.03801381215453148, - -0.020883355289697647, 0.05862104892730713, 0.0372798852622509, 0.09769498556852341, - -0.0021315172780305147, 0.11283113062381744, 0.0658554881811142, -0.03606187179684639, - 0.026247132569551468, 0.030937712639570236, 0.009173129685223103, -0.001035644207149744, - -0.042956870049238205, -0.039472099393606186, -0.01407718751579523, 0.07168419659137726, - 0.017870288342237473, 0.03313681110739708, -0.020761411637067795, - -0.0014238223666325212, -0.023157520219683647, 0.03478007763624191, 0.11204791814088821, - 0.02202155441045761, -0.04191511496901512, 0.03180912509560585, 0.08199527859687805, - 0.04874639958143234, 0.04373539984226227, 0.05503418669104576, 0.03622622415423393, - 0.03350023552775383, 0.015582936815917492, 0.052804723381996155, 0.015310701914131641, - 0.06223088502883911, 0.07251285016536713, 0.03961963579058647, 0.02539866790175438, - -0.019681019708514214, 0.04025408998131752, -0.07539384067058563, 0.026543326675891876, - -0.015707580372691154, 0.05957344174385071, 0.01759321801364422, -0.03601511940360069, - 0.013909045606851578, 0.06021575257182121, 0.028264658525586128, 0.05216684937477112, - 0.06044788286089897, 0.05892198160290718, 0.07392407953739166, 0.0030271499417722225, - 0.03176460042595863, 0.017421547323465347, 0.07824856787919998, 0.02164694480597973, - -0.011251723393797874, 0.05853014439344406, -0.039994318038225174, 0.05512639135122299, - 0.04616761952638626, 0.07002560794353485, 0.07135605067014694, -0.0027018082328140736, - -0.018294094130396843, 0.01126886811107397, 0.04808954522013664, 0.006571028381586075, - 0.017533190548419952, 0.009708709083497524, -0.005806026980280876, 0.010350145399570465, - -0.02013942040503025, -0.02291204035282135, 0.05142808333039284, 0.003524302039295435, - 0.03930990397930145, 0.07591763138771057, 0.0575454942882061, -0.03748172149062157, - 0.035307321697473526, 7.938501221360639e-5, 0.043841078877449036, 0.07082279026508331, - 0.008144564926624298, 0.06881469488143921, 0.08372560888528824, -0.011810877360403538, - 0.061736658215522766, -0.0054395501501858234, 0.032922498881816864, - 0.018525168299674988, 0.0713302418589592, 0.03523421287536621, 0.036212313920259476, - 0.08480201661586761, 0.024767475202679634, -0.02909095399081707, 0.05577347055077553, - 0.03577965125441551, 0.01320774108171463, -0.002939949743449688, 0.016732824966311455, - 0.006515576038509607, -0.0342756025493145, 0.013966844417154789, 0.004223849158734083, - 0.06249604374170303, 0.053438492119312286, 0.0031998504418879747, -0.005445119924843311, - 0.018324533477425575, 0.029585707932710648, -0.03173905611038208, -0.024686934426426888, - -0.0096098892390728, 0.02748790569603443, -0.014391941949725151, -0.03412222862243652, - -0.00038744931225664914, 0.051701128482818604, -0.003829006105661392, - -0.01988493651151657, 0.06712894141674042, -0.014110428281128407, 0.08372266590595245, - -0.008222948759794235, 0.011694573797285557, 0.007128514349460602, -0.05827709287405014, - 0.03136102855205536, -0.00690851965919137, 0.008013935759663582, 0.06110658496618271, - 0.049759410321712494, -0.010125014930963516, -4.8613655962981284e-5, - 0.07419934868812561, -0.002896290272474289, 0.020913703367114067, 0.05572454631328583, - 0.03849024325609207, -0.02822416089475155, 0.055318865925073624, -0.03469474986195564, - 0.00333961914293468, 0.049303583800792694, 0.04690679907798767, 0.009150235913693905, - -0.00563258770853281, 0.03223080560564995, -0.004053357522934675, 0.02455582283437252, - 0.044623516499996185, 0.04495677351951599, 0.02753978781402111, 0.000762091891374439, - 0.06263129413127899, 0.06870471686124802, -0.037486448884010315, 0.0444924458861351, - 0.04078835994005203, 0.02820499613881111, -0.010541784577071667, 0.008563271723687649, - 0.03172115609049797, 0.05799815431237221, 0.0029068144503980875, 0.06307163089513779, - 0.06511308252811432, -0.007055172696709633, -0.021523388102650642, 0.06847535073757172, - 0.06927958130836487, 0.08668090403079987, 0.025453392416238785, 0.0008783884113654494, - -0.001738453283905983, 0.018779221922159195, -0.04098173975944519, 0.05985742807388306, - 0.032374683767557144, 0.009241814725100994, 0.03481847792863846, 0.03858847916126251, - 0.06190163269639015, 0.01602737046778202, 0.007394677493721247, 0.003972303122282028, - 0.05966790392994881, 0.009597405791282654, 0.05609595775604248, -0.02426500990986824, - 0.027269169688224792, 0.015812302008271217, -0.02437528409063816, 0.06359478831291199, - 0.04088127240538597, -0.0037726268637925386, 0.05741047486662865, -0.04938993975520134, - -0.005655013024806976, 0.03787991777062416, -0.002353101735934615, -0.02666838839650154, - 0.05422934889793396, 0.06074978783726692, 0.06309620290994644, -0.04029041901230812, - 0.0521005280315876, -0.006474234163761139, 0.04396946728229523, 0.07778666913509369, - 0.06259290874004364, -0.019293546676635742, 0.03678164258599281, 0.0570516437292099, - 0.04842262342572212, 0.02410525269806385, 0.0607478953897953, 0.0719570592045784, - 0.057049259543418884, -0.001823072787374258, 0.03144984692335129, 0.07502680271863937, - 0.06268112361431122, 0.10228569060564041, 0.05410338565707207, 0.0064940988086164, - 0.06513863056898117, 0.019573770463466644, 0.0937032550573349, 0.015814239159226418, - 0.04526331648230553, -0.003999300301074982, 0.061859797686338425, - -0.0015673815505579114, 0.06366027891635895, -0.009886990301311016, - 0.0010435257572680712, 0.06542937457561493, 0.009633173234760761, 0.061870019882917404, - 0.04478110373020172, 0.021544063463807106 - ], - "net.3.weight": [ - [ - 0.002319685649126768, 0.14433105289936066, 0.08381813764572144, - -0.06978931277990341, 0.11223997175693512, 0.05813278630375862, 0.14037561416625977, - 0.1449410617351532, 0.14355163276195526, 0.042231425642967224, 0.05612216144800186, - 0.06483566015958786, 0.046278830617666245, 0.016168279573321342, 0.0934092253446579, - 0.07813310623168945, 0.08669424802064896, 0.05237383767962456, - -0.00025042452034540474, 0.024744605645537376, 0.07355543226003647, - 0.1006142646074295, -0.14558625221252441, -0.01208010409027338, 0.11582536995410919, - -0.048450767993927, -0.112300343811512, 0.04821128025650978, 0.10771704465150833, - 0.06532078981399536, 0.07875414192676544, 0.09847771376371384, 0.11842100322246552, - 0.031720977276563644, 0.12751039862632751, 0.017227713018655777, - -0.045663896948099136, 0.013893771916627884, 0.14241285622119904, - 0.16014356911182404, 0.025265958160161972, -0.04591088369488716, - 0.04919162392616272, 0.09354298561811447, 0.05778122693300247, 0.07612216472625732, - 0.1151198148727417, -0.039246343076229095, -0.02617257833480835, - 0.018035510554909706, -0.032122474163770676, -0.05163976922631264, - 0.08196435123682022, 0.23214460909366608, 0.0935899093747139, 0.029125403612852097, - 0.08671531081199646, 0.10267313569784164, 0.1269708275794983, 0.10909783840179443, - 0.16021913290023804, 0.10912436246871948, -0.0073631214909255505, - 0.12510712444782257, 0.13334965705871582, 0.09497329592704773, 0.08180343359708786, - 0.001127356314100325, -0.014505524188280106, -0.1268225759267807, 0.017613610252738, - 0.0889388769865036, -0.0015339510282501578, 0.05095480754971504, - 0.07745964080095291, -0.05986911430954933, -0.04386589676141739, - -0.0023316533770412207, -0.028284521773457527, 0.09462518990039825, - 0.01972196437418461, -0.17877879738807678, 0.022413915023207664, - -0.06309220939874649, -0.08386978507041931, 0.18588024377822876, - -0.036126285791397095, -0.02547355182468891, 0.08656130731105804, - 0.060678448528051376, -0.09362122416496277, 0.02073083631694317, - 0.021263275295495987, 0.09934425354003906, 0.07866474241018295, - -0.0070402538403868675, 0.06390360742807388, 0.1303669661283493, 0.1577988713979721, - 0.007549488916993141, 0.0035502451937645674, 0.06916209310293198, - 0.03718854859471321, 0.03411173075437546, 0.03227674588561058, 0.02711273543536663, - 0.12668056786060333, 0.044965263456106186, -0.08087057620286942, - 0.07473397254943848, 0.03393930941820145, 0.0025278967805206776, - 0.11780398339033127, 0.032727405428886414, 0.18198390305042267, - -0.13178294897079468, -0.04302080348134041, 0.10189138352870941, - 0.045107971876859665, -0.028949841856956482, 0.08214627951383591, - -0.03912392258644104, 0.04794544726610184, 0.02542036399245262, 0.1522199958562851, - 0.034037426114082336, 0.1602703481912613, 0.10056709498167038, -0.17727920413017273, - -0.1230318546295166, 0.034666288644075394, 0.11723366379737854, 0.0744386687874794, - -0.0676543340086937, 0.08996716886758804, -0.03818029910326004, - 0.025326507166028023, 0.08853781968355179, 0.17570054531097412, 0.13902710378170013, - 0.005040082149207592, 0.03083549439907074, 0.07605095952749252, - 0.011896786279976368, 0.03028143011033535, 0.0032490487210452557, - -0.05987390875816345, 0.1467725932598114, 0.06365661323070526, - -0.025761300697922707, 0.06709936261177063, -0.04420099034905434, - 0.02844623662531376, 0.058448147028684616, 0.013394718058407307, 0.0530543215572834, - 0.16776594519615173, 0.06632190942764282, 0.059116385877132416, - 0.015522812493145466, 0.028117705136537552, 0.0004644421278499067, - 0.12724098563194275, -0.035929128527641296, -0.04432598501443863, - 0.11682258546352386, 0.12598903477191925, -0.1254429668188095, 0.025761807337403297, - 0.0031779466662555933, 0.15531587600708008, -0.024632776156067848, - 0.16345050930976868, 0.036887362599372864, 0.05948406457901001, 0.0996580645442009, - 0.14324064552783966, 0.1782684326171875, -0.013974652625620365, - 0.029698727652430534, 0.01377845462411642, 0.05780702829360962, - -0.04365825653076172, 0.08582624793052673, 0.011709283106029034, - 0.13834208250045776, 0.041654352098703384, 0.16720694303512573, 0.13402265310287476, - -0.00572225684300065, 0.12484972178936005, 0.12156061083078384, 0.16265824437141418, - -0.050173353403806686, 0.024192383512854576, 0.0528867244720459, - -0.0011380922514945269, 0.10473739355802536, 0.11500518769025803, - -0.011629163287580013, 0.002670564688742161, 0.14186114072799683, - 0.09676889330148697, 0.11260692030191422, -0.03505205735564232, - -0.04145776480436325, -0.07896994799375534, 0.05047919228672981, - 0.054034456610679626, 0.14684051275253296, 0.041929785162210464, 0.194818913936615, - 0.13081887364387512, 0.021431930363178253, -0.013444320298731327, - 0.1202479749917984, 0.025624286383390427, 0.015860293060541153, - 0.034583523869514465, 0.1287153959274292, 0.048347849398851395, - -0.05267585068941116, 0.02002713270485401, 0.12087301909923553, - 0.024546770378947258, 0.08009672909975052, 0.06230689212679863, - 0.039320316165685654, 0.06659775972366333, 0.0916391909122467, 0.0849032923579216, - 0.062297530472278595, 0.13265952467918396, 0.18363678455352783, - -0.03879621624946594, 0.018740441650152206, 0.013268710114061832, - 0.036896876990795135, 0.037408873438835144, 0.0176760945469141, - 0.022284753620624542, 0.10290118306875229, 0.057671185582876205, - 0.04007825627923012, 0.019103795289993286, 0.04440237209200859, - 0.012918914668262005, 0.09377572685480118, 0.022550849243998528, 0.1075516939163208, - 0.030997300520539284, 0.03611516207456589, 0.03540690615773201, - 0.0012165784137323499, 0.027748826891183853, 0.0359196811914444 - ], - [ - 0.020114373415708542, 0.14872115850448608, 0.13808894157409668, -0.0684121623635292, - -0.002593092853203416, 0.11308734118938446, 0.10453628748655319, - 0.11358509957790375, 0.06300391256809235, 0.06005886569619179, 0.038831599056720734, - 0.04026301950216293, 0.06377093493938446, 0.004650209564715624, - 0.016782471910119057, 0.04075542092323303, 0.09102597832679749, 0.12174129486083984, - 0.02233593724668026, -0.09091436862945557, 0.07898560911417007, - -0.00020969352044630796, -0.14270664751529694, -0.06865784525871277, - 0.02686656266450882, -0.004527042619884014, -0.08208607882261276, - 0.02775719203054905, 0.09711615741252899, 0.10105971246957779, 0.014940019696950912, - 0.05842386186122894, 0.14019536972045898, -0.04605013504624367, - -0.0036133236717432737, 0.08047621697187424, 0.026460953056812286, - -0.016379626467823982, 0.1697036623954773, 0.02801358699798584, 0.08438514918088913, - -0.01165132224559784, 0.04789052531123161, 0.08590742945671082, 0.09391575306653976, - 0.1437007188796997, 0.036251235753297806, -0.056186921894550323, - 0.03902360051870346, 0.026430048048496246, -0.0208729300647974, - 0.013216311112046242, 0.03180303797125816, 0.21354466676712036, 0.14790773391723633, - 0.042555082589387894, 0.07006440311670303, 0.07914525270462036, 0.04972740262746811, - 0.08895184844732285, 0.023845482617616653, 0.03523296117782593, - -0.022740401327610016, 0.1131838783621788, 0.08033423870801926, 0.03363386541604996, - 0.09982728213071823, 0.004372131545096636, -0.032521802932024, -0.17857488989830017, - 0.04565316438674927, 0.043238166719675064, 0.03339812904596329, 0.08838848769664764, - 0.15225590765476227, -0.09406226873397827, 0.01703757606446743, 0.12683269381523132, - -0.09193580597639084, 0.014229748398065567, 0.04219318926334381, - -0.15011660754680634, 0.0255424901843071, -0.11527930200099945, - -0.03874692693352699, 0.12119622528553009, -0.07652513682842255, - 0.01033767219632864, 0.0007370443199761212, 0.1093977689743042, -0.0867210254073143, - 0.013929782435297966, -0.06361702084541321, 0.0798017829656601, 0.12941564619541168, - -0.020260510966181755, 0.09116649627685547, 0.10796021670103073, - 0.15473079681396484, 0.06086130440235138, 0.008937973529100418, 0.12454421073198318, - 0.020713848993182182, 0.02461797371506691, -0.0539838969707489, 0.09436822682619095, - 0.11244908720254898, -0.0031953835859894753, -0.13117823004722595, - -0.007892238907516003, -0.03339031711220741, -0.06099642813205719, - 0.018113376572728157, -0.029221050441265106, 0.10500521212816238, - -0.1086176335811615, 0.02902880683541298, 0.03423720598220825, - -0.006778989918529987, 0.015497843734920025, 0.12110582739114761, - -0.026949819177389145, 0.030554408207535744, 0.0236267801374197, - 0.058119453489780426, 0.06843220442533493, 0.06580305099487305, 0.11007896810770035, - -0.19976577162742615, -0.11999735981225967, 0.02025521919131279, 0.0706399455666542, - 0.1328553855419159, -0.06244318187236786, -0.007995115593075752, - -0.05001552775502205, 0.07544291019439697, 0.043689507991075516, - 0.14147882163524628, 0.08108796179294586, 0.038743577897548676, - 0.039477113634347916, 0.1266646683216095, 0.09972002357244492, 0.013307871297001839, - 0.023195018991827965, -0.028032664209604263, 0.04721209779381752, - 0.10469262301921844, -0.07477931678295135, 0.1072976142168045, - -0.0037680622190237045, -0.04940313473343849, 0.0723690614104271, - -0.043952759355306625, -0.044863324612379074, 0.13636675477027893, - 0.0401405431330204, 0.009384425356984138, -0.027630988508462906, 0.1280224770307541, - 0.08838649094104767, 0.06805876642465591, -0.034932173788547516, - 0.018993137404322624, 0.12959802150726318, 0.03664711117744446, - -0.03954169154167175, 0.10398656129837036, 0.07971078902482986, - 0.036548908799886703, -0.05353313311934471, 0.18890748918056488, - 0.13304854929447174, 0.01843230240046978, 0.09990803897380829, 0.10458827763795853, - 0.11355017870664597, -0.005050197709351778, 0.10033067315816879, - 0.09880511462688446, 0.07154995948076248, -0.05754108726978302, 0.06752316653728485, - 0.024760283529758453, 0.17083537578582764, -0.013896285556256771, - 0.0677635446190834, 0.02094097249209881, 0.008704012259840965, 0.14309096336364746, - 0.08600223809480667, 0.14127230644226074, -0.03294304385781288, -0.0488988533616066, - -0.017479028552770615, 0.08996795117855072, 0.1663551926612854, 0.11079767346382141, - 0.07977192848920822, 0.029058774933218956, 0.043753549456596375, - 0.10940510034561157, 0.049061715602874756, -0.047393132001161575, - -0.06868909299373627, -0.05184789001941681, -0.02775815688073635, - 0.02138178050518036, 0.12530870735645294, 0.05006292462348938, 0.12612563371658325, - 0.06791646033525467, 0.061597954481840134, -0.06460415571928024, 0.1222449392080307, - 0.04625004157423973, 0.024906795471906662, 0.0200070608407259, 0.18899236619472504, - 0.08530938625335693, 0.09594051539897919, 0.058044519275426865, 0.14616672694683075, - 0.06379099935293198, 0.11280657351016998, 0.08979175239801407, - -0.009040768258273602, 0.10932864993810654, 0.16183286905288696, 0.067592091858387, - 0.049828000366687775, 0.08582184463739395, 0.1760503053665161, -0.0664273053407669, - 0.015808438882231712, -0.026544606313109398, -0.01117457915097475, - 0.1262337863445282, -0.07453790307044983, 0.12873810529708862, 0.1182645857334137, - 0.08645185083150864, -0.042058635503053665, 0.01028929278254509, 0.0686570256948471, - -0.01615411974489689, 0.07931043207645416, 0.09686778485774994, 0.10420254617929459, - -0.014122175052762032, 0.11338762193918228, 0.07655488699674606, - 0.03323355317115784, 0.004639327991753817, 0.047179821878671646 - ], - [ - 0.08417963236570358, 0.21111427247524261, 0.12846027314662933, - -0.011259217746555805, 0.056148506700992584, 0.07836966216564178, - 0.1289871782064438, 0.0716526135802269, 0.12203256040811539, 0.019245542585849762, - 0.07124314457178116, 0.08534250408411026, 0.054196108132600784, 0.03627010062336922, - 0.03441287949681282, 0.09492776542901993, 0.1259634792804718, 0.07568828016519547, - 0.0676857978105545, -0.017960648983716965, 0.10374808311462402, 0.05020518600940704, - -0.1418333202600479, 0.03323584794998169, 0.08911940455436707, -0.01437345054000616, - -0.09876812994480133, 0.04265466332435608, 0.11748458445072174, 0.07751145958900452, - 0.08440737426280975, 0.014976950362324715, 0.08749078959226608, - -0.01960051991045475, 0.0330154225230217, -0.025174913927912712, - 0.04950261488556862, -0.022228261455893517, 0.07280968874692917, - 0.12253756821155548, 0.11708454042673111, 0.01018118392676115, 0.15583297610282898, - 0.06787561625242233, 0.10413090884685516, 0.1326959878206253, 0.1701211929321289, - -0.006752283778041601, 0.03454439714550972, 0.01526498980820179, - 0.017168723046779633, 0.006279536057263613, 0.07799296826124191, - 0.10497097671031952, 0.17170505225658417, 0.11616300046443939, 0.02706226333975792, - 0.06595224142074585, 0.14289754629135132, 0.11162778735160828, 0.15251395106315613, - 0.06329648941755295, 0.011001779697835445, 0.15356478095054626, 0.152243971824646, - -0.027126261964440346, 0.049127787351608276, -0.06611119210720062, - -0.014276602305471897, -0.21023261547088623, 0.04473806172609329, - 0.1030440479516983, 0.019616277888417244, -0.0021708363201469183, - 0.1735648363828659, -0.02043851651251316, -0.04912746325135231, 0.09144876897335052, - -0.014942732639610767, 0.026412416249513626, 0.045516349375247955, - -0.1610940843820572, 0.020000943914055824, -0.1296582818031311, -0.047791987657547, - 0.1622246503829956, 0.020364785566926003, 0.027516264468431473, 0.08235245198011398, - 0.06125462427735329, -0.19559726119041443, 0.061440035700798035, - 0.0045662494376301765, 0.1033129170536995, 0.09439682960510254, - -0.03486369177699089, 0.18351468443870544, 0.08826159685850143, 0.11607985943555832, - 0.0009006155305542052, -0.030207272619009018, 0.09756410121917725, - 0.1542845368385315, 0.043684978038072586, 0.027282485738396645, 0.09733947366476059, - 0.07389350235462189, 0.022767288610339165, -0.12924379110336304, - -0.03977755829691887, 0.012770110741257668, 0.00911249965429306, - 0.010207862593233585, -0.015547436662018299, 0.1467328518629074, - -0.16654415428638458, -0.025549987331032753, 0.10672907531261444, - 0.014967678114771843, 0.022144421935081482, 0.09016434848308563, - 0.0002060085244011134, 0.06970372796058655, 0.030822543427348137, - 0.17669126391410828, 0.11729379743337631, 0.1540590226650238, 0.004498123191297054, - -0.22579741477966309, -0.12775669991970062, 0.0416494719684124, 0.11360938847064972, - 0.09667903184890747, -0.027380814775824547, 0.08426566421985626, - -0.08700864017009735, 0.04469190910458565, 0.09313397854566574, 0.11269738525152206, - 0.12992969155311584, -0.009110590443015099, -0.010357740335166454, - 0.0862499549984932, 0.04611700773239136, -0.05869443714618683, 0.05806480348110199, - -0.07515278458595276, 0.13576969504356384, -0.022981133311986923, - 0.02942252904176712, 0.10227204859256744, -0.03571164980530739, 0.04140615835785866, - 0.1284375935792923, 0.027133051306009293, -0.03057505004107952, 0.08708002418279648, - 0.07429323345422745, 0.048804353922605515, -0.03400499373674393, - 0.15516547858715057, -0.02253304421901703, 0.1529248058795929, -0.00390448491089046, - -0.053676098585128784, 0.14695915579795837, 0.0907212346792221, - -0.20377442240715027, 0.08131388574838638, 0.05761822313070297, 0.06745869666337967, - -0.04457293450832367, 0.1222056970000267, 0.09716422110795975, 0.00705133518204093, - 0.2333158254623413, 0.13666094839572906, 0.18171076476573944, -0.047812655568122864, - 0.07792378962039948, 0.023922624066472054, 0.05641826242208481, - -0.049158502370119095, 0.131771519780159, -0.013264239765703678, - 0.16081960499286652, 0.03629527986049652, 0.1155783012509346, 0.11175703257322311, - -0.07854627072811127, 0.08584022521972656, -0.00973120890557766, - 0.20199710130691528, 0.015801839530467987, 0.0014457169454544783, - 0.027536628767848015, 0.021473415195941925, 0.19057288765907288, - 0.014241364784538746, -0.03078734502196312, 0.024121012538671494, - 0.10218928009271622, 0.01679104194045067, 0.051332734525203705, - 0.021717146039009094, -0.0025867894291877747, -0.10994657874107361, - 0.09347827732563019, -0.006085612345486879, 0.10391761362552643, - 0.025008246302604675, 0.21461714804172516, 0.12430523335933685, - 0.005207970272749662, -0.051104385405778885, 0.10835475474596024, - 0.0018565134378150105, 0.09020393341779709, 0.04832275211811066, - 0.15350235998630524, 0.05124697461724281, -0.03892983868718147, - -0.0056513091549277306, 0.10900019109249115, 0.067566879093647, 0.17820195853710175, - 0.09636786580085754, 0.031067611649632454, 0.07927588373422623, 0.19113071262836456, - 0.09045346081256866, 0.03217395767569542, 0.04575458541512489, 0.20461542904376984, - -0.03350311517715454, -0.005815253127366304, 0.04242665693163872, - -0.0007549988804385066, 0.07345958054065704, 0.016026483848690987, - 0.14583618938922882, 0.06354900449514389, -0.021182946860790253, - -0.006770962383598089, 0.04134196788072586, 0.04017043486237526, - 0.06450862437486649, 0.12840868532657623, 0.03785017877817154, 0.026430057361721992, - 0.014105456881225109, 0.09282658994197845, 0.048118170350790024, - 0.001209149369969964, 0.05643652006983757, 0.053973324596881866 - ], - [ - -0.01879730075597763, -0.17088061571121216, -0.17119775712490082, - 0.04443041980266571, -0.06611775606870651, -0.06940224766731262, - -0.058316949754953384, -0.03413664177060127, -0.05933205410838127, - -0.008693404495716095, -0.05625488609075546, 0.10511784255504608, - -0.07121625542640686, 0.009480624459683895, 0.050592392683029175, - -0.1241508275270462, -0.06724917888641357, -0.05230068415403366, - -0.016182146966457367, 0.016125403344631195, -0.13732504844665527, - -0.029502561315894127, 0.08701031655073166, -0.021813420578837395, - -0.06219138577580452, 0.020413225516676903, 0.07919733971357346, - 0.032150957733392715, -0.06813766062259674, 0.019046761095523834, - 0.07587246596813202, -0.08643899112939835, -0.08406808972358704, - 0.01691306196153164, 0.0029055883642286062, 0.040112175047397614, - 0.01622319594025612, 0.043621815741062164, -0.08818483352661133, - -0.0836670994758606, -0.007003141567111015, 0.026830704882740974, - -0.10404270887374878, -0.02926948294043541, -0.024659521877765656, - -0.11164259910583496, -0.09879371523857117, 0.07991773635149002, - -0.023397622630000114, 0.05109340697526932, 0.004430606495589018, - 0.0228324756026268, 0.04926639050245285, -0.14469890296459198, -0.13819441199302673, - 0.020644528791308403, -0.06261768937110901, -0.03867508843541145, - -0.07098270207643509, -0.11635354161262512, -0.12684808671474457, - -0.011426186189055443, 0.01753774844110012, -0.1363077312707901, - -0.09942560642957687, -0.030393309891223907, -0.010851100087165833, - 0.0062645841389894485, 0.05346408113837242, 0.19940277934074402, - -0.016805356368422508, -0.01757480762898922, 0.07760924100875854, - -0.04876609891653061, -0.10560904443264008, 0.10994155704975128, - 0.020896831527352333, -0.03619562089443207, -0.014342990703880787, - -0.048014651983976364, 0.04877963662147522, 0.17063266038894653, - 0.10497713088989258, 0.2060374915599823, 0.22935833036899567, -0.12141811847686768, - 0.03464590385556221, 0.009702618233859539, -0.03757818415760994, - -0.03124197944998741, 0.1037239134311676, -0.07175277918577194, 0.13194724917411804, - -0.00429979432374239, -0.055753108114004135, 0.036681123077869415, - -0.08855946362018585, 0.01796025224030018, -0.046890195459127426, - 0.040267348289489746, 0.09768747538328171, -0.08209427446126938, - 0.0074152518063783646, 0.03966611251235008, 0.028916383162140846, - 0.03895023837685585, -0.09869184345006943, 0.05797989293932915, 0.15830911695957184, - 0.04297782480716705, 0.061896611005067825, 0.027285873889923096, - -0.05127105116844177, 0.035038530826568604, -0.11363350600004196, - 0.2163359373807907, 0.021523112431168556, 0.01994370110332966, - -0.053266964852809906, 0.12669812142848969, -0.10355331748723984, - 0.04519012197852135, -0.06894612312316895, 0.00673059094697237, - -0.10003627091646194, -0.08897874504327774, -0.08545392751693726, - -0.0655287504196167, 0.19002589583396912, 0.13318674266338348, 0.07425945997238159, - -0.009067223407328129, -0.11922015249729156, 0.0063342987559735775, - -0.0028596827760338783, 0.017781442031264305, -0.0954408347606659, - -0.07645238190889359, -0.16193163394927979, -0.02536904253065586, - -0.016366824507713318, -0.03698193281888962, -0.026795808225870132, - 0.07125059515237808, 0.05349613353610039, 0.05708327889442444, 0.052356552332639694, - -0.08101121336221695, 0.04338144138455391, 0.11039495468139648, - 0.023145783692598343, 0.09127721190452576, 0.07382020354270935, - -0.11125683784484863, 0.06861377507448196, 0.09660036116838455, - -0.14333167672157288, 0.000876597361639142, -0.009451745077967644, - 0.06722543388605118, -0.13159821927547455, -0.009497865103185177, - -0.048272840678691864, -0.00023426591360475868, 0.10488281399011612, - -0.032582130283117294, -0.109422467648983, 0.15368390083312988, 0.03156035393476486, - 0.049725670367479324, -0.04942598566412926, 0.0037500516045838594, - -0.12203795462846756, -0.04022929444909096, -0.02706889808177948, - -0.12596412003040314, -0.05440770462155342, -0.10911843925714493, - 0.09932532161474228, 0.0047307852655649185, -0.03379591181874275, - 0.028501400724053383, 0.1248125210404396, -0.056615520268678665, - 0.06907229870557785, -0.18533962965011597, 0.0006087583606131375, - -0.0489170178771019, -0.017747456207871437, 0.12128116190433502, - -0.19790340960025787, 0.022982044145464897, -0.074711374938488, 0.08927357941865921, - 0.04222525283694267, 0.0044320570304989815, 0.006373551674187183, - -0.05637739226222038, -0.0167359821498394, 0.06600110977888107, 0.10921098291873932, - -0.01111417543143034, 0.0036877933889627457, -0.07338645309209824, - 0.0472959540784359, 0.04142284393310547, 0.13487838208675385, 0.04266536608338356, - -0.011134414002299309, -0.11352831870317459, -0.010015535168349743, - -0.07574855536222458, -0.15986113250255585, 0.08251472562551498, - 0.10638228058815002, -0.033580925315618515, 0.05212949216365814, - 0.04894580692052841, 0.022695371881127357, -0.17693082988262177, - -0.019201738759875298, 0.023976797237992287, 0.004967660643160343, - -0.13265615701675415, -0.03590505197644234, -0.0457330122590065, - -0.06202123686671257, -0.0247561726719141, -0.08539773523807526, -0.051500353962183, - -0.01335238292813301, -0.003227987326681614, -0.05843805894255638, - -0.07323890924453735, 0.06044264882802963, 0.056156598031520844, - 0.021100806072354317, 0.00863642618060112, -0.09817630052566528, - 0.0021705436520278454, -0.11610506474971771, -0.02419350855052471, - 0.07760190963745117, 0.08017821609973907, 0.013724792748689651, - -0.05102350562810898, -0.03630618005990982, -0.09059809148311615, - 0.0398348905146122, -0.08962801843881607, -0.03240416571497917, 0.02575409598648548, - -0.07903221994638443, -0.01715373806655407, 0.01491480227559805, - -0.05912410467863083 - ], - [ - -0.00933249294757843, 0.038489118218421936, -0.06089790165424347, - 0.00528502743691206, -0.06211801618337631, 0.0426589772105217, -0.05371810123324394, - -0.018650837242603302, 0.053536079823970795, 0.02435760200023651, - -0.039932116866111755, 0.04631388187408447, -0.05425979942083359, - 0.0043553076684474945, -0.033267345279455185, -0.05700341612100601, - 0.028668858110904694, 0.009886287152767181, -0.05939078703522682, - 0.050964999943971634, -0.022880762815475464, 0.03057473711669445, - 0.01780414581298828, -0.03243422508239746, 0.00951509177684784, - 0.024175535887479782, -0.05809290334582329, 0.014668427407741547, - -0.008090540766716003, -0.012193657457828522, 0.043696075677871704, - 0.03907712921500206, 0.059624865651130676, 0.02742086909711361, - -0.04759872704744339, 0.0429980605840683, -0.07713518291711807, - -0.023530583828687668, -0.001287713646888733, -0.04100833833217621, - 0.00017537921667099, -0.006549897138029337, 0.033403538167476654, - -0.02952452003955841, -0.0439595952630043, 0.05523676425218582, - -0.026920631527900696, -0.054782040417194366, -0.034527987241744995, - -0.003939196467399597, -0.05314843729138374, -0.054418276995420456, - -0.02558942884206772, -0.060932792723178864, 0.026788555085659027, - 0.049768269062042236, 0.009979404509067535, 0.020894698798656464, - -0.006764203310012817, 0.011590823531150818, 0.05113597959280014, - 0.036817558109760284, -0.019406206905841827, 0.027819760143756866, - -0.035561613738536835, -0.013950184918940067, 0.008620879612863064, - -0.03194943442940712, 0.02936375141143799, 0.03128114342689514, - -0.02966172806918621, -0.04464395344257355, -0.04880820959806442, - -0.046585410833358765, 0.05016196519136429, 0.042815912514925, 0.031074335798621178, - 0.03872399777173996, 0.04273322969675064, -0.010239489376544952, - 0.03326167166233063, -0.06491445749998093, -0.03452422097325325, - -0.03898909315466881, -0.03045707754790783, -0.01466389000415802, - 0.026266643777489662, -0.059173665940761566, -0.04249225929379463, - -0.04239197075366974, -0.04185303673148155, -0.04550480097532272, - 0.021423345431685448, 0.013714343309402466, -0.057836227118968964, - 0.007984225638210773, -0.03622265160083771, 0.022840777412056923, - 0.006738051772117615, 0.014898153021931648, -0.03108464740216732, - 0.056542277336120605, 0.002779532689601183, -0.015682587400078773, - -0.061458520591259, -0.03668450564146042, 0.00015498697757720947, - 0.03968316689133644, -0.03899408504366875, -0.049293309450149536, - 0.003837649477645755, -0.0403418242931366, 0.030578285455703735, - -0.06490430235862732, 0.012857414782047272, 0.006263391580432653, - 0.03602137789130211, 0.011185482144355774, 0.045265283435583115, - -0.05572524666786194, -0.05752041935920715, -0.042446788400411606, - -0.05865953862667084, -0.04901651293039322, -0.0018785223364830017, - -0.037305526435375214, -0.03068476915359497, -0.014595545828342438, - -0.05587761104106903, 0.02416323870420456, -0.023367658257484436, - -0.019844219088554382, -0.06543099880218506, -0.04643760621547699, - -0.04606430232524872, -0.05935463309288025, 0.054808393120765686, - 0.026800304651260376, -0.022873342037200928, -0.03953114524483681, - 0.030571356415748596, -0.058215975761413574, 0.02521226555109024, - -0.054726287722587585, -0.024797797203063965, 0.00968148559331894, - -0.006715489085763693, 0.0031905174255371094, 0.007953926920890808, - 0.01500318106263876, 0.015225403010845184, -0.043200910091400146, - 0.003232048125937581, 0.011821448802947998, -0.05696878209710121, - -0.01657276600599289, -0.05584895610809326, 0.03974907100200653, - -0.017238086089491844, 0.02480967901647091, -0.005850516259670258, - -0.030939029529690742, 0.060397543013095856, -0.02148989588022232, - 0.053681835532188416, 6.124377250671387e-5, 0.026155583560466766, - 0.022125625982880592, -0.03452872484922409, -0.007424362003803253, - -0.07128220796585083, 0.01297684758901596, -0.024296864867210388, - -0.04509725421667099, 0.0015803261194378138, 0.027176689356565475, - -0.005631288047879934, 0.05682802200317383, -0.029339443892240524, - 0.05044522136449814, 0.017874307930469513, 0.040040045976638794, - -0.04209650307893753, 0.05961502343416214, -0.032488904893398285, - -0.009571684524416924, -0.05237611383199692, -0.010571040213108063, - 0.034641772508621216, -0.04102282226085663, 0.009984977543354034, - -0.01762523502111435, -0.06234010308980942, -0.04328352212905884, - -0.0031272738706320524, -0.0005758973420597613, -0.02500782161951065, - -0.011777624487876892, 0.0003477558493614197, -0.03919973596930504, - -0.06288835406303406, 0.022739455103874207, -0.03194532170891762, - 0.02034146338701248, 0.020070550963282585, 0.004927416797727346, - 0.013729535974562168, -0.054950445890426636, 3.231680966564454e-5, - 0.009740136563777924, -0.04863947257399559, -0.011778853833675385, - 0.0038158148527145386, 0.03176771476864815, 0.048121318221092224, - -0.029978372156620026, 0.009213171899318695, 0.05429893732070923, - -0.012070581316947937, -0.058613695204257965, 0.02809811569750309, - -0.03945882245898247, 0.02690134570002556, 0.022749699652194977, - 0.014045298099517822, -0.04301349073648453, 0.03606554865837097, - 0.04801592230796814, 0.052291955798864365, 0.05686198174953461, - -0.02739027887582779, 0.035098254680633545, -0.05972100794315338, - 0.03968072682619095, 0.00903156865388155, -0.008968941867351532, - 0.04757733643054962, -0.0048238541930913925, -0.02515370026230812, - -0.004798185080289841, -0.028776898980140686, 0.039194948971271515, - 0.00811324268579483, 0.004297628998756409, 0.012244190089404583, - -0.029704900458455086, -0.0685432031750679, -0.025564655661582947, - 0.016326984390616417, -0.06532913446426392, 0.05096506327390671, - 0.005208559334278107, 0.009029395878314972, 0.04509773105382919, - -0.0442681610584259, 0.015523702837526798 - ], - [ - 0.12335177510976791, 0.22232140600681305, 0.0663607269525528, - -0.0009270776645280421, 0.12740066647529602, 0.1107301265001297, - 0.15980911254882812, 0.11897243559360504, 0.1530844271183014, 0.11724542826414108, - 0.038557738065719604, 0.02500765398144722, 0.08842577040195465, - -0.0013597774086520076, 0.09491433948278427, 0.09689696878194809, - 0.15743544697761536, 0.15433932840824127, 0.09568310528993607, -0.05750029534101486, - 0.11137286573648453, 0.01752449944615364, -0.0566130205988884, 0.037884969264268875, - 0.16347253322601318, -0.024187026545405388, -0.06617113947868347, - 0.12219483405351639, 0.04402446746826172, 0.03230047598481178, 0.0573371984064579, - 0.09605328738689423, 0.14989891648292542, -0.025140227749943733, - 0.08772437274456024, 0.052241891622543335, -0.04144378378987312, - 0.06222065910696983, 0.0590321347117424, 0.11735819280147552, 0.04437761753797531, - -0.04012422263622284, 0.039467550814151764, 0.014836510643362999, - 0.08074796944856644, 0.13512501120567322, 0.10474604368209839, -0.03457106277346611, - 0.02468566596508026, -0.016742413863539696, -0.03678622096776962, - 0.028992949053645134, 0.08582393825054169, 0.19406665861606598, 0.06642013043165207, - 0.08795233815908432, 0.025520604103803635, 0.012353522703051567, - 0.07187674939632416, 0.1435072273015976, 0.1293790340423584, 0.07054085284471512, - -0.05312669277191162, 0.08326034992933273, 0.04817722737789154, 0.028465511277318, - 0.09393323957920074, -0.028302745893597603, -0.01916171982884407, - -0.17715197801589966, 0.06446775048971176, 0.034618835896253586, - 0.03564544767141342, 0.05441172048449516, 0.13744771480560303, -0.03418143093585968, - 0.0004527006531134248, 0.10787832736968994, -0.0696740448474884, - 0.04048747196793556, 0.0499013252556324, -0.0825834572315216, 0.019707512110471725, - -0.15685495734214783, -0.07665146887302399, 0.07801543921232224, - 0.02546699158847332, 0.05767623707652092, 0.005816671531647444, - 0.044291991740465164, -0.12208192050457001, 0.11034597456455231, - 0.012901373207569122, 0.06166904792189598, 0.0878891721367836, -0.06853187829256058, - 0.05510555952787399, 0.14799369871616364, 0.089706189930439, 0.05744417756795883, - -0.018395695835351944, 0.09256207197904587, 0.05487911030650139, - -0.0071470243856310844, -0.0057961284182965755, 0.012373954057693481, - 0.03460153564810753, -0.017226217314600945, -0.10847603529691696, - -0.007180561311542988, -0.001775093493051827, -0.04459305480122566, - 0.033363085240125656, 0.021037999540567398, 0.11145676672458649, - -0.1650710552930832, -0.04598679021000862, 0.037301257252693176, - 0.025525251403450966, 2.2004081984050572e-5, 0.07060129940509796, - -0.010282662697136402, 0.1250288039445877, 0.10811865329742432, 0.1140589788556099, - 0.11641190201044083, 0.08984321355819702, 0.044984132051467896, -0.1893809735774994, - -0.0387248620390892, -0.033698920160532, 0.12319419533014297, 0.06709881871938705, - -0.005292679648846388, 0.029912536963820457, -0.03394145891070366, - 0.10879603773355484, 0.10901335626840591, 0.13789238035678864, 0.1489342302083969, - -0.0384630486369133, 0.05125589668750763, 0.07125262171030045, 0.020843617618083954, - 0.061485905200242996, 0.06513486802577972, -0.06963972747325897, - 0.08949726819992065, 0.05732155963778496, -0.08450308442115784, 0.09283600002527237, - -0.04425397142767906, 0.005164743401110172, 0.11712146550416946, - -0.04440785199403763, 0.02082696184515953, 0.13178670406341553, 0.01043357141315937, - 0.09420176595449448, 0.04700082540512085, 0.12186168879270554, 0.02826238051056862, - 0.14633074402809143, -0.05719318985939026, -0.005184036213904619, - 0.07999519258737564, 0.13596771657466888, -0.11834107339382172, 0.07601828128099442, - 0.029055669903755188, 0.12373986840248108, -0.010075176134705544, - 0.15039655566215515, 0.14342938363552094, 0.10633660852909088, 0.09330469369888306, - 0.14932255446910858, 0.1091010794043541, 0.008273531682789326, 0.07066664099693298, - 0.03545268997550011, 0.11417806148529053, -0.06329349428415298, 0.06331876665353775, - -0.008044380694627762, 0.06028542295098305, 0.05421517789363861, - 0.02529824525117874, 0.0692841187119484, -0.037242334336042404, - 0.043332308530807495, 0.0904865488409996, 0.19109924137592316, 0.054248128086328506, - 0.01300804316997528, 0.01910446584224701, 0.10009133815765381, 0.17209598422050476, - 0.07256767898797989, 0.046813398599624634, -0.003561378223821521, - 0.0665227398276329, 0.0008859449299052358, 0.07216329872608185, - 0.004113420844078064, -0.048349883407354355, -0.15000425279140472, - 0.037963151931762695, 0.017576802521944046, 0.16920650005340576, - 0.09407951682806015, 0.09882894903421402, 0.1509275585412979, 0.04296525567770004, - -0.07515846937894821, 0.0949438214302063, 0.014037106186151505, 0.09177108854055405, - 0.08530779927968979, 0.12094485759735107, 0.006655714940279722, - -0.03460356965661049, 0.07473205029964447, 0.09878478944301605, - 0.056302960962057114, 0.12459782510995865, 0.003644977929070592, - -0.0054680174216628075, 0.15157023072242737, 0.141239732503891, 0.12396874278783798, - 0.034947074949741364, 0.03326159715652466, 0.11914622783660889, - 0.022657256573438644, 0.04472927004098892, 0.08202892541885376, 0.01629536785185337, - 0.06029944121837616, 0.027124540880322456, 0.09213213622570038, 0.12980110943317413, - 0.052761491388082504, -0.004887856543064117, -0.048450253903865814, - 0.09725282341241837, 0.026998337358236313, 0.14007122814655304, 0.04211094602942467, - 0.08546329289674759, 0.05661819875240326, 0.07247759401798248, 0.03437937796115875, - 0.07143644988536835, -0.015211028978228569, 0.0239145215600729 - ], - [ - 0.13713698089122772, 0.15128329396247864, 0.06334356218576431, -0.05585019290447235, - 0.01148062851279974, 0.1027907282114029, 0.048581257462501526, 0.056026335805654526, - 0.0777345821261406, 0.053015291690826416, 0.08911560475826263, 0.008083256892859936, - 0.11603933572769165, 0.04849252849817276, 0.1222238764166832, 0.026754504069685936, - 0.16538482904434204, 0.04195372387766838, 0.03418511152267456, 0.014356030151247978, - 0.05435335263609886, 0.04797523468732834, -0.18466807901859283, - -0.03138377517461777, 0.09527815133333206, -0.0071871718391776085, - -0.08461421728134155, 0.09422516822814941, 0.08364396542310715, - 0.060731638222932816, 0.047802284359931946, 0.028556132689118385, - 0.13561305403709412, 0.04252060502767563, 0.05250392481684685, - -0.006016631610691547, -0.049658775329589844, 0.10981660336256027, - 0.12743119895458221, 0.11269183456897736, 0.14112474024295807, 0.01186473947018385, - 0.0701473131775856, 0.054339297115802765, 0.036731645464897156, 0.0732821598649025, - 0.1393962800502777, 0.00281892204657197, 0.05165034532546997, -0.025738177821040154, - 0.008016089908778667, -0.016273507848381996, 0.09396761655807495, - 0.11854659765958786, 0.12531280517578125, 0.1129828467965126, 0.09467258304357529, - 0.0589645616710186, 0.09893786907196045, 0.09450796991586685, 0.11541107296943665, - 0.09991128742694855, -0.10013846307992935, 0.12297002971172333, 0.15634314715862274, - 0.05578368529677391, 0.07934042811393738, 0.05557521432638168, 0.03991146385669708, - -0.14953719079494476, 0.11758111417293549, 0.03445299714803696, 0.07146944105625153, - 0.04047560691833496, 0.09500066936016083, -0.09902364760637283, - -0.03497714176774025, 0.10876891016960144, -0.05528285354375839, - 0.06887843459844589, 0.005920639727264643, -0.1556108593940735, - -0.06803982704877853, -0.14561599493026733, -0.12693189084529877, - 0.1675768941640854, 0.018710345029830933, 0.01759074442088604, - -0.0034574333112686872, 0.12939763069152832, -0.0905182808637619, - 0.11307670921087265, -0.06849589943885803, 0.08948726952075958, 0.03840803727507591, - -0.0793556347489357, 0.023658521473407745, 0.05421170964837074, 0.07314811646938324, - 0.04649263247847557, -0.05452591925859451, 0.06356192380189896, 0.11683389544487, - 0.0564754419028759, 0.04356354847550392, 0.07012549787759781, 0.13428492844104767, - -0.04453130066394806, -0.19877883791923523, 0.02742265909910202, - -0.07435877621173859, -0.05239063501358032, 0.05846153572201729, - 0.050017308443784714, 0.19736886024475098, -0.12830118834972382, - 0.017288953065872192, 0.1306244134902954, 0.08369158208370209, 0.03452618047595024, - 0.027074972167611122, -0.018863249570131302, 0.10924563556909561, - 0.08820102363824844, 0.08486652374267578, 0.16888444125652313, 0.18433526158332825, - 0.010960930027067661, -0.1408289074897766, -0.12092236429452896, - -0.061075299978256226, 0.09079982340335846, 0.08823014050722122, - 0.011473746970295906, 0.09055162221193314, -0.05006483197212219, - 0.07918786257505417, 0.11081648617982864, 0.20457929372787476, 0.09819800406694412, - -0.01269918866455555, 0.0950828343629837, 0.16091513633728027, - -0.014221693389117718, 0.0824253037571907, 0.08666583895683289, - -0.06642358750104904, 0.10215628147125244, 0.09298732131719589, - -0.06984918564558029, 0.017956387251615524, -0.015545549802482128, - -0.03643656149506569, 0.1576160192489624, -0.0394120067358017, 0.002306445734575391, - 0.13017888367176056, 0.007430901750922203, 0.032288528978824615, - -0.059455014765262604, 0.14595197141170502, 0.053651969879865646, - 0.19085527956485748, 0.02171100117266178, -0.06406369060277939, 0.07113754004240036, - 0.15196116268634796, -0.11870982497930527, -0.0011560801649466157, - 0.07811086624860764, 0.06062513589859009, -0.004758157767355442, - 0.19374492764472961, 0.02260388247668743, 0.060229431837797165, 0.12576492130756378, - 0.1507806032896042, 0.17201557755470276, 0.02662521041929722, 0.05675194039940834, - 0.007910385727882385, 0.100240059196949, -0.05019510164856911, 0.05490558221936226, - 0.06606338173151016, 0.07741717994213104, 0.013432655483484268, 0.1510259211063385, - 0.09153556078672409, -0.017318328842520714, 0.07390371710062027, - -0.010718231089413166, 0.15257492661476135, -0.05856325849890709, - -0.03546096384525299, 0.07505673170089722, 0.10810209065675735, 0.19888725876808167, - 0.06816225498914719, 0.05672509968280792, -0.036312129348516464, - 0.04895218834280968, 0.09675977379083633, 0.13380315899848938, - -0.026857469230890274, -0.02627398446202278, -0.09522762149572372, - 0.008418036624789238, 0.057810913771390915, 0.09408386051654816, - 0.055837154388427734, 0.12509728968143463, 0.15794208645820618, - 0.001828941167332232, -0.09103064984083176, 0.14391832053661346, - 0.04105560481548309, 0.12374454736709595, 0.08940504491329193, 0.14635272324085236, - 0.03808968514204025, 0.027142470702528954, 0.06352706998586655, 0.11149683594703674, - 0.09880644828081131, 0.11359531432390213, 0.046290162950754166, 0.02341695874929428, - 0.10412918776273727, 0.14712123572826385, 0.07449255138635635, 0.05806006118655205, - 0.1087997555732727, 0.14954379200935364, 0.022761184722185135, 0.04839281365275383, - 0.09224417060613632, 0.014579621143639088, 0.028487475588917732, - -0.05582505837082863, 0.10444816946983337, 0.09579673409461975, - 0.029807953163981438, 0.03165819123387337, -0.025028400123119354, - 0.11224626004695892, 0.0800064355134964, 0.04011094197630882, 0.07439973205327988, - 0.06563761085271835, 0.0803145319223404, 0.03466048091650009, 0.11553189158439636, - 0.10522200912237167, 0.08467848598957062, 0.06892997771501541 - ], - [ - 0.13112473487854004, 0.11277280747890472, 0.10289082676172256, -0.07831205427646637, - -0.01311931386590004, 0.1005348190665245, 0.12556642293930054, 0.12472166866064072, - 0.16300106048583984, 0.10424277186393738, -0.002009084215387702, - -0.0005363000673241913, 0.03880226984620094, 0.05793812498450279, - 0.06697560846805573, 0.0480111688375473, 0.07415228337049484, 0.12190145999193192, - 0.025259116664528847, -0.06003391742706299, 0.14089693129062653, - 0.05589129775762558, -0.053258612751960754, -0.05523892864584923, - 0.09229180216789246, -0.06296877562999725, -0.09700990468263626, - 0.11195328086614609, 0.05669129267334938, 0.03481295332312584, - -0.020211780443787575, 0.050490349531173706, 0.06977732479572296, - 0.019840499386191368, 0.07172923535108566, 0.04770587384700775, 0.05863970145583153, - 0.06759612262248993, 0.08734634518623352, 0.1380697637796402, 0.13611391186714172, - 0.004513923544436693, 0.019106635823845863, 0.1019883081316948, 0.08856586366891861, - 0.0876035988330841, 0.07020482420921326, 0.020908091217279434, 0.046288371086120605, - -0.044830072671175, -0.010526200756430626, -0.02908051200211048, - 0.05084307864308357, 0.1301971822977066, 0.08864486962556839, 0.08187970519065857, - 0.01976630464196205, 0.0004510522121563554, 0.0898279920220375, 0.14322705566883087, - 0.11619439721107483, 0.1118559017777443, -0.0443403497338295, 0.166772723197937, - 0.12492315471172333, 0.023229029029607773, 0.08732207119464874, - 0.010965146124362946, 0.011784377507865429, -0.1672067940235138, - 0.03947492316365242, 0.08811776340007782, -0.008549259975552559, - 0.002805755939334631, 0.10275102406740189, -0.04197101294994354, - 0.024739520624279976, -0.0005433777114376426, -0.08351291716098785, - 0.05924149602651596, 0.006429034750908613, -0.11153779923915863, - -0.03862559050321579, -0.17588086426258087, -0.11533942073583603, - 0.1530449390411377, 0.016944944858551025, 0.0723203644156456, - -0.0014335170853883028, 0.07309316843748093, -0.0724954828619957, - 0.08647238463163376, -0.008123580366373062, 0.06015217304229736, - 0.09900780767202377, 0.02424815483391285, 0.1267205774784088, 0.0857132226228714, - 0.1448846310377121, -0.0029764838982373476, -0.015762610360980034, - 0.04908948391675949, 0.09778276085853577, 0.013056442141532898, - 0.006737254559993744, 0.09046943485736847, 0.06641445308923721, 0.02167549543082714, - -0.08958158642053604, -0.004840807523578405, -0.06763123720884323, - 0.02139144577085972, 0.07470390945672989, 0.056013185530900955, 0.07048169523477554, - -0.11670920997858047, -0.057539407163858414, 0.12280081957578659, - 0.024644730612635612, 0.061529889702796936, 0.050594739615917206, - -0.019982265308499336, 0.0782025083899498, 0.08073648810386658, 0.10140755027532578, - 0.11469508707523346, 0.07541439682245255, 0.0696454793214798, -0.169418603181839, - -0.04905511811375618, 0.021050486713647842, 0.06985900551080704, - 0.10955403745174408, 0.021970441564917564, 0.022411562502384186, - -0.018700499087572098, 0.1354425847530365, 0.026963330805301666, - 0.18668636679649353, 0.10113752633333206, -0.03098922036588192, 0.07991158217191696, - 0.09417223930358887, 0.032163023948669434, 0.011833586730062962, - 0.048031456768512726, -0.09041399508714676, 0.04285157844424248, - 0.03590783104300499, -0.0725916177034378, 0.07722049206495285, -0.03047828935086727, - 0.05794796347618103, 0.11749423295259476, 0.03481459990143776, -0.03845261037349701, - 0.10017935931682587, 0.06324326992034912, 0.019049175083637238, - -0.00972224771976471, 0.0844329372048378, 0.06212815269827843, 0.08901862055063248, - -0.040552809834480286, -0.024555230513215065, 0.11299516260623932, - 0.07654670625925064, -0.0619119368493557, 0.1263502985239029, 0.02230350859463215, - 0.13755032420158386, -0.0007104625692591071, 0.12461832165718079, - 0.07284274697303772, 0.01870838552713394, 0.0997573584318161, 0.1906968653202057, - 0.21270884573459625, 0.014677269384264946, -0.014374939724802971, - 0.0416618287563324, 0.08142221719026566, -0.07771966606378555, 0.11558788269758224, - -0.03814338520169258, 0.13361035287380219, 0.05695032328367233, 0.06678026169538498, - 0.10420235991477966, -0.08230007439851761, 0.06535574048757553, 0.09862440079450607, - 0.16734325885772705, -0.04967471584677696, -0.04871769994497299, - 0.02941283956170082, 0.0931357741355896, 0.17738918960094452, 0.1376575082540512, - -0.04175839573144913, -0.04990455135703087, 0.04383718594908714, - 0.051780134439468384, 0.045658767223358154, 0.02895422652363777, - 0.0038551429752260447, -0.11555425822734833, 0.0032244035974144936, - 0.05900654196739197, 0.0886697992682457, 0.09369808435440063, 0.13165707886219025, - 0.13806280493736267, 0.004644122440367937, -0.07177229970693588, - 0.16214676201343536, 0.019321419298648834, 0.06579840183258057, 0.08233281224966049, - 0.09661517292261124, 0.01904732547700405, -0.01640261523425579, - 0.027254393324255943, 0.1526838093996048, 0.025659656152129173, 0.13661839067935944, - 0.038838598877191544, 0.07053512334823608, 0.16113021969795227, 0.07776849716901779, - 0.13313661515712738, 0.01311474572867155, 0.11570677161216736, 0.08743757009506226, - 0.029197562485933304, -0.0032360923942178488, -0.030776308849453926, - 0.021351143717765808, 0.110277459025383, -0.013542371802031994, 0.12568320333957672, - 0.1586420089006424, -0.009855663403868675, 0.0012069931253790855, - 0.02990703657269478, 0.023502953350543976, -0.010608259588479996, - 0.058804191648960114, 0.00015247635019477457, 0.09873922914266586, - 0.08452744781970978, 0.013485601171851158, 0.09700373560190201, 0.07567130774259567, - 0.06574375927448273, 0.12380234152078629 - ], - [ - 0.12858498096466064, 0.14001594483852386, 0.20293028652668, -0.0008226964273490012, - 0.0330558717250824, 0.05097994953393936, 0.05311653017997742, 0.044706881046295166, - 0.14483021199703217, 0.052697230130434036, 0.024160420522093773, - 0.07551224529743195, 0.05418163910508156, -0.01088116317987442, 0.0863666906952858, - 0.13357999920845032, 0.06660512834787369, 0.16274802386760712, 0.08962050080299377, - -0.024988684803247452, 0.1075039729475975, 0.011594126001000404, - -0.12630389630794525, 0.052502088248729706, 0.1414507031440735, 0.0301970262080431, - -0.05963544920086861, 0.09075387567281723, 0.11206716299057007, 0.08148231357336044, - 0.07546728104352951, 0.07477670907974243, 0.13630566000938416, 0.00625754427164793, - 0.09484296292066574, 0.08345700055360794, -0.030158091336488724, - 0.0061994330026209354, 0.09795428067445755, 0.04422112554311752, - 0.05888466536998749, 0.019804440438747406, 0.08897822350263596, - 0.015614887699484825, 0.03380865976214409, 0.023795442655682564, - 0.05814168229699135, -0.09246089309453964, 0.07258060574531555, - -0.03372218832373619, -0.03699031099677086, -0.0377705879509449, - 0.08446519076824188, 0.15276506543159485, 0.051509469747543335, 0.14707638323307037, - 0.06896086037158966, 0.08719570189714432, 0.11557115614414215, 0.13183359801769257, - 0.10102333128452301, 0.0606452152132988, -0.02001337520778179, 0.18652018904685974, - 0.1266135424375534, 0.011144478805363178, 0.046158988028764725, - -0.012266398407518864, 0.06837114691734314, -0.2068435251712799, - -0.01712879166007042, 0.0373300276696682, 0.058013707399368286, 0.03142670914530754, - 0.11421781033277512, -0.03406275063753128, -0.03337441384792328, - 0.06318376213312149, -0.058219559490680695, 0.014406741596758366, - -0.015797780826687813, -0.09797987341880798, 0.003974291030317545, - -0.13254208862781525, -0.03512819856405258, 0.07453975081443787, - 0.014480614103376865, 0.01902221329510212, 0.007342092227190733, - 0.08387760818004608, -0.05749819800257683, 0.018231695517897606, - -0.04907500743865967, 0.12186895310878754, 0.14462707936763763, - -0.06599345058202744, 0.1506294161081314, 0.11205670982599258, 0.16391628980636597, - 0.0837768167257309, 0.007278461940586567, 0.04644893482327461, 0.12650039792060852, - 0.012044413015246391, -0.0409858338534832, 0.06935630738735199, 0.07787182182073593, - -0.028404289856553078, -0.16533876955509186, 0.01684814877808094, - -0.02104351297020912, 0.002102605067193508, 0.12215501070022583, - 0.004874448757618666, 0.17675386369228363, -0.1377171277999878, - -0.006098545156419277, 0.11631269007921219, 0.0032865270040929317, - 0.032279882580041885, 0.13067439198493958, 0.014614194631576538, - 0.11065691709518433, 0.07712067663669586, 0.08729724586009979, 0.05283593758940697, - 0.12174493819475174, 0.06719940155744553, -0.18090522289276123, - -0.08288133144378662, -0.07168084383010864, 0.12198203802108765, - 0.14434053003787994, 0.023491326719522476, 0.0797811970114708, -0.05217353254556656, - 0.0209043025970459, 0.08988407999277115, 0.14908860623836517, 0.143808051943779, - 0.005063125863671303, 0.029900364577770233, 0.029439253732562065, - 0.030811678618192673, 0.06927675008773804, 0.049125831574201584, - -0.05723749101161957, 0.10007885098457336, 0.09045813977718353, -0.0570015013217926, - 0.08724621683359146, 0.03716148063540459, 0.06173446774482727, 0.07678160071372986, - -0.005198464263230562, -0.06101308763027191, 0.12259116023778915, - 0.08760665357112885, 0.11073939502239227, -0.02890745922923088, 0.0816752165555954, - 0.07860828936100006, 0.13259854912757874, -0.012620821595191956, - 0.03830375149846077, 0.1162380576133728, 0.0647880807518959, -0.10045302659273148, - 0.05485691875219345, 0.05187508463859558, 0.10525824874639511, 0.024938169866800308, - 0.1682949662208557, 0.12401611357927322, 0.14714129269123077, 0.2194206416606903, - 0.07420457899570465, 0.15514814853668213, 0.035569094121456146, 0.10132753103971481, - 0.09107889980077744, 0.06702548265457153, -0.02988431230187416, 0.1079535186290741, - 0.026848647743463516, 0.13441088795661926, -0.015326208434998989, - 0.1360357701778412, 0.08850563317537308, -0.11175484955310822, 0.09114992618560791, - 0.061467245221138, 0.15820471942424774, -0.05226076394319534, -0.026391783729195595, - -0.053902097046375275, -0.0028595856856554747, 0.10865060240030289, - 0.08854897320270538, 0.03385365009307861, 0.02023187279701233, 0.10867057740688324, - 0.04731212556362152, 0.04744894057512283, -0.06646808981895447, 0.0168920811265707, - -0.15564316511154175, 0.010423601604998112, 0.07001166045665741, - 0.17688217759132385, 0.11027342081069946, 0.10411248356103897, 0.1430661529302597, - 0.02031612955033779, -0.025614343583583832, 0.13285644352436066, - 0.041221536695957184, 0.02379537746310234, 0.08538894355297089, 0.24100491404533386, - 0.026960786432027817, 0.01604503020644188, -0.018949635326862335, - 0.10198921710252762, 0.04934709891676903, 0.06169738247990608, 0.06485330313444138, - 0.0448739267885685, 0.13538026809692383, 0.13126738369464874, 0.023364048451185226, - 0.06005534902215004, 0.03830331563949585, 0.1373571902513504, -0.022594107314944267, - 0.019291961565613747, -0.03475665673613548, -0.013715215027332306, - 0.03482687100768089, -0.018364299088716507, 0.12086044996976852, - 0.11771611869335175, -0.039975784718990326, -0.001996781211346388, - -0.004825857002288103, 0.11853941529989243, 0.03452887013554573, - 0.11875149607658386, 0.07088631391525269, 0.10390399396419525, 0.04191601648926735, - 0.07479709386825562, 0.10911913216114044, 0.08091665804386139, 0.044012024998664856, - 0.006183425895869732 - ], - [ - -0.0443764366209507, -0.1467161476612091, -0.1122957244515419, -0.00849868729710579, - -0.06140168756246567, -0.04263027384877205, -0.11134253442287445, - -0.053457923233509064, -0.03661599010229111, -0.03326673433184624, - 0.005952702835202217, 0.02210642583668232, -0.056735359132289886, - 0.11177767813205719, -0.004644683562219143, -0.00186846440192312, - -0.04383080452680588, -0.007936096750199795, 0.0044540478847920895, - 0.05337606742978096, -0.09447506070137024, -0.08547180891036987, - 0.13758014142513275, -0.01428518258035183, -0.06388058513402939, - 0.10929971933364868, 0.06583847850561142, 0.016826707869768143, - 0.0020018774084746838, -0.009483037516474724, -0.00036535333492793143, - -0.06192033737897873, -0.05839526653289795, 0.09523196518421173, - 0.018523087725043297, 0.00281401164829731, 0.014984234236180782, - 0.022849824279546738, -0.12855705618858337, -0.12907537817955017, - -0.07587441056966782, -0.010451634414494038, -0.05339044705033302, - -0.1082686260342598, -0.062060464173555374, -0.037448566406965256, - -0.13297735154628754, 0.15051402151584625, 0.014703013002872467, - 0.022691072896122932, 0.043264154344797134, 0.013520467095077038, - -0.094408318400383, -0.18647979199886322, -0.03863295540213585, - -0.03540073335170746, 0.04748019203543663, -0.06496168673038483, - -0.05718919634819031, -0.027280345559120178, -0.09079837054014206, - -0.07799499481916428, -0.002083837753161788, -0.11444257199764252, - -0.032187771052122116, 0.023509573191404343, 0.013041621074080467, - 0.02428911067545414, 0.025333663448691368, 0.19831201434135437, - -0.03895019367337227, -0.10283564031124115, -0.016631850972771645, - 0.006472507957369089, -0.10007919371128082, 0.14279493689537048, - 0.10668080300092697, -0.023350246250629425, 0.010705826804041862, - -0.03132793679833412, -0.029228340834379196, 0.18320511281490326, - -0.014832011424005032, 0.17950290441513062, 0.05729509890079498, - -0.1689760982990265, 0.05870841071009636, 0.009105423465371132, - -0.029120488092303276, -0.08806128799915314, 0.12712812423706055, - -0.09806574881076813, 0.108577199280262, 0.021416470408439636, -0.05392133817076683, - 0.011112524196505547, -0.13070839643478394, -0.11223868280649185, - -0.061822883784770966, 0.04885922744870186, 0.12166284769773483, - -0.09703626483678818, 0.022739827632904053, -0.019122641533613205, - 0.07240904867649078, 0.014770789071917534, -0.10651922971010208, - 0.029035646468400955, 0.1314387023448944, 0.058907754719257355, - -0.0015505132032558322, 0.019983459264039993, -0.09497518837451935, - -0.08007633686065674, -0.10102494060993195, 0.20399373769760132, 0.1049668937921524, - -0.1034863293170929, -0.04128160700201988, 0.09272133558988571, - -0.046460170298814774, 0.044557977467775345, -0.07372646033763885, - -0.057833705097436905, -0.14252503216266632, -0.13231542706489563, - -0.06851353496313095, -0.08359599113464355, 0.1727829873561859, 0.08116638660430908, - 0.05726446583867073, 0.010177156887948513, -0.07575204968452454, - 0.047854140400886536, -0.04409454017877579, 0.02973995916545391, - -0.030274422839283943, -0.1113860085606575, -0.15032587945461273, - -0.10885873436927795, 0.01418663002550602, -0.05167589336633682, - -0.08420490473508835, -0.06566701829433441, 0.03248808532953262, - 0.015506933443248272, 0.07925347983837128, -0.07571093738079071, - 0.01976148411631584, 0.028894580900669098, -0.09788089245557785, - 0.0025654779747128487, 0.042326975613832474, -0.03957749158143997, - 0.06694503128528595, 0.05943191796541214, -0.130636066198349, 0.016940267756581306, - -0.09924252331256866, -0.029119230806827545, -0.045240722596645355, - -0.052786607295274734, -0.14896316826343536, 0.055285222828388214, - 0.0252522099763155, -0.005619962699711323, -0.11673373728990555, - 0.16101081669330597, 0.0315152183175087, -0.03325552120804787, - -0.031030455604195595, 0.06156345084309578, -0.061496276408433914, - -0.06277693063020706, -0.06594537943601608, -0.09927836060523987, - -0.08726293593645096, -0.14810442924499512, 0.0015673362649977207, - -0.04562002792954445, -0.055958718061447144, -0.04676252231001854, - 0.07965511828660965, -0.07892041653394699, 0.037773847579956055, - -0.12524908781051636, 0.039524201303720474, -0.10587088763713837, - -0.06655911356210709, 0.116510771214962, -0.12925532460212708, -0.07270205765962601, - -0.04217637702822685, 0.01594507321715355, 0.01177381630986929, 0.07506229728460312, - -0.06822606921195984, -0.0806388333439827, -0.037899427115917206, - 0.08536893874406815, 0.10604197531938553, -0.1023261770606041, -0.05185651406645775, - -0.10124482214450836, 0.05420088768005371, 0.0631294772028923, 0.06729266792535782, - -0.007969928905367851, -0.04020683839917183, -0.14424806833267212, - 0.00732381409034133, -0.2194293588399887, -0.13072678446769714, 0.07459954917430878, - 0.15043029189109802, -0.06426145881414413, -0.015692738816142082, - 0.05675685778260231, 0.01936987042427063, -0.14587973058223724, - -0.057724226266145706, 0.0739189088344574, 0.04703150689601898, - -0.11388169229030609, -0.016758661717176437, -0.0981207862496376, - -0.09002145379781723, 0.026449695229530334, -0.057722531259059906, - -0.13463470339775085, -0.044011201709508896, -0.04900994151830673, - -0.009998442605137825, -0.04953079670667648, 0.09160257875919342, - -0.020339317619800568, -0.01885494962334633, 0.01609412580728531, - -0.09986592829227448, 0.010582497343420982, -0.020574083551764488, - -0.06539261341094971, 0.036255866289138794, 0.07166313380002975, - 0.053473521023988724, -0.0845346674323082, -0.05567994713783264, - -0.10337190330028534, -0.05808301642537117, -0.039051152765750885, - -0.07741846144199371, -0.07944854348897934, -0.009731100872159004, - -0.01392450276762247, -0.0303351953625679, -0.013000923208892345 - ], - [ - -0.018353262916207314, 0.017936110496520996, -0.04946073889732361, - 0.04043891280889511, -0.057959046214818954, 0.00423465808853507, - -0.005510521121323109, -0.022873902693390846, -0.05579908564686775, - 0.04025059565901756, -0.030632205307483673, -0.01189040020108223, - 0.02519075572490692, 0.04457315057516098, -0.051858603954315186, - -0.03640345484018326, -0.06022987514734268, 0.012596996501088142, - 0.005219455808401108, -0.04495260864496231, -0.006253950297832489, - -0.047794222831726074, 0.05564828962087631, -0.04199426993727684, - -0.0025906190276145935, -0.047720711678266525, -0.018296241760253906, - -0.04956277459859848, -0.050031498074531555, 0.043406546115875244, - -0.049307070672512054, 0.05562765896320343, -0.032776378095149994, - 0.05150469392538071, 0.018216300755739212, 0.03251597285270691, - -0.009995262138545513, -0.03554113581776619, 0.015543751418590546, - 0.013324856758117676, 0.029766323044896126, -0.054362621158361435, - -0.051997534930706024, -0.061228103935718536, -0.004536166787147522, - 0.05403932183980942, -0.04711996763944626, 0.0412306934595108, - -0.039072517305612564, 0.03816291689872742, -0.0553731732070446, - -0.016978144645690918, -0.031635161489248276, -0.05680972337722778, - -0.060729220509529114, 0.027767576277256012, -0.0052415174432098866, - -0.005603458732366562, -0.062083061784505844, -0.03553272783756256, - -0.008645563386380672, 0.034232232719659805, 0.024080423638224602, - -0.03650433570146561, 0.007523492909967899, 0.025798344984650612, - -0.021677203476428986, 0.046448592096567154, -0.03973531350493431, - -0.019914448261260986, -0.055866539478302, -0.011946648359298706, - 0.03151305019855499, 0.019514139741659164, 0.020227646455168724, - -0.051053814589977264, -0.05773552507162094, -0.07019659876823425, - -0.06216001883149147, -0.042117804288864136, -0.03544734790921211, - -0.03941326588392258, 0.03350641205906868, 0.022421738132834435, - 0.020749367773532867, 0.041053786873817444, -0.05110602453351021, - 0.004187250975519419, -0.005125618539750576, 0.030568119138479233, - -0.04075244814157486, 0.013505357317626476, 0.048051148653030396, - -0.039290279150009155, -0.06607377529144287, 0.026435421779751778, - -0.05642188340425491, 0.050154514610767365, 0.04368147253990173, - 0.04567829146981239, -0.06781118363142014, -0.023431874811649323, - 0.020598314702510834, -0.05258569121360779, -0.006515480577945709, - -0.03351367264986038, -0.03985467925667763, -0.049840472638607025, - -0.04783374443650246, 0.04707132279872894, 0.01973217912018299, 0.05000859871506691, - -0.015031911432743073, 0.04963421821594238, 0.01141141727566719, - 0.006189386360347271, -0.039417367428541183, -0.010936930775642395, - -0.03567829728126526, -0.05997493118047714, -0.06109953671693802, - -0.018219739198684692, 0.0070631536655128, 0.03089805506169796, 0.00548166036605835, - -0.05692030489444733, -0.0580972358584404, -0.021720746532082558, - -0.027117200195789337, -0.04516474902629852, -0.0076062679290771484, - -0.02043825574219227, -0.03079836070537567, -0.06365858018398285, - 0.01337469182908535, -0.06911312788724899, -0.04415228217840195, - 0.00804841611534357, -0.014950047247111797, -0.06169360131025314, - 0.057551607489585876, -0.002367888344451785, 0.002345023211091757, - -0.0025420382153242826, 0.02769405208528042, -0.031963735818862915, - 0.040369581431150436, 0.034714557230472565, -0.007772344164550304, - 0.04818269982933998, -0.023273738101124763, -0.03601355478167534, - 0.000125199556350708, -0.05893373116850853, -0.030031688511371613, - 0.03256125748157501, 0.03459775447845459, -0.003741918131709099, 0.0212873388081789, - -0.029735947027802467, -0.05083180218935013, -0.021456792950630188, - -0.055650077760219574, -0.05601722002029419, 0.005541572812944651, - 0.006328284740447998, 0.026751400902867317, -0.0024916529655456543, - 0.023926321417093277, 0.04456537216901779, -0.0028943270444869995, - 0.06133265048265457, 0.014043067581951618, 0.045136626809835434, - -0.05678197741508484, -0.05365115404129028, 0.008072635158896446, - -0.05419071763753891, -0.029064251109957695, -0.061346106231212616, - 0.04502352327108383, 0.011274240911006927, -0.058035045862197876, - -0.05423279106616974, 0.027112899348139763, -0.00428188918158412, - 0.022604867815971375, -0.04437723010778427, -0.008829213678836823, - -0.014076766557991505, 0.02490418404340744, -0.05383874475955963, - 0.005710713565349579, -0.007018036674708128, 0.007060647010803223, - -0.04204018786549568, 0.046776190400123596, 0.02055620215833187, - -0.0067961737513542175, 0.05078885704278946, 0.0212316382676363, - 0.04394882917404175, -0.032171402126550674, 0.041733644902706146, - -0.00978737510740757, -0.009069949388504028, 0.014243969693779945, - 0.038227710872888565, 0.034255895763635635, 0.057218290865421295, - 0.04620444029569626, -0.008336424827575684, -0.028179146349430084, - 0.047293972223997116, -0.06667368113994598, 0.005491908639669418, - 0.033231768757104874, 0.040115583688020706, -0.05382344499230385, - 0.03696838766336441, 0.012839576229453087, -0.006254792213439941, - 0.01726965792477131, 0.007111538667231798, 0.00019353859534021467, - -0.04186614602804184, -0.040937475860118866, -0.04974430426955223, - 0.03095131926238537, -0.06029254198074341, -0.044359687715768814, - 0.012532327324151993, 0.049548353999853134, -0.03325872868299484, - -0.061914555728435516, -0.02999097667634487, -0.04538869857788086, - -0.03677302226424217, -0.06132570281624794, 0.014309871941804886, - 0.02840636856853962, 0.01970670185983181, -0.011926905252039433, - -0.009334040805697441, 0.027914848178625107, 0.006960146129131317, - -0.014309892430901527, 0.003590047126635909, -0.053048115223646164, - 0.017397455871105194, -0.0374445840716362, -0.022519925609230995, - 0.04867614060640335, -0.03168733790516853, -0.06131267920136452, - -0.017045143991708755 - ], - [ - 0.04531046748161316, 0.17583656311035156, 0.05893254280090332, - -0.007966906763613224, 0.02490943670272827, 0.10043977946043015, 0.135407492518425, - 0.07890651375055313, 0.07592383027076721, 0.031027035787701607, - 0.025872590020298958, 0.05937924608588219, 0.029811115935444832, - -0.03393373265862465, 0.057404547929763794, 0.11118020862340927, - 0.14089851081371307, 0.09288553893566132, -0.013477261178195477, - -0.03174617886543274, 0.03134690225124359, 0.023250801488757133, - -0.13741818070411682, 0.015212289988994598, 0.07775865495204926, 0.0770253837108612, - -0.07279383391141891, -0.03669608384370804, 0.08492987602949142, - 0.020076224580407143, -0.040798649191856384, 0.036391131579875946, - 0.05442788451910019, 0.022167455404996872, 0.06605280935764313, - 0.049191780388355255, 0.03433052450418472, 0.06695514172315598, 0.04899841919541359, - 0.10490928590297699, 0.0453219898045063, 0.03386860340833664, 0.02740657702088356, - 0.06396836787462234, 0.02653511054813862, 0.01587999053299427, 0.04563301429152489, - -0.010151537135243416, -0.003616148605942726, -0.041651394218206406, - 0.059248607605695724, -0.023194897919893265, 0.015342053025960922, - 0.14900805056095123, 0.10841229557991028, 0.06028038263320923, - 0.0036576788406819105, 0.003741565393283963, 0.14855021238327026, - 0.14826081693172455, 0.13065701723098755, 0.00878874771296978, 0.0413283035159111, - 0.1366279423236847, 0.0678119882941246, 0.038094233721494675, 0.01479148119688034, - 0.026800889521837234, 0.013538548722863197, -0.11268279701471329, - 0.013043946586549282, 0.06811504811048508, 0.001490249764174223, - 0.026050886139273643, 0.06530056893825531, -0.07925145328044891, - 0.018617605790495872, -0.004905980080366135, 0.02988956868648529, - 0.02556123025715351, 0.01905837655067444, -0.17770975828170776, - -0.010018114931881428, -0.017394743859767914, -0.05323973670601845, - 0.04756012186408043, -0.014738290570676327, -0.0029293280094861984, - -0.023828186094760895, 0.018042191863059998, -0.03456926345825195, - 0.0480702742934227, 0.013287657871842384, 0.08708946406841278, 0.06949367374181747, - 0.07084765285253525, 0.10150454193353653, 0.11723236739635468, 0.04199948161840439, - -0.056334108114242554, 0.006217980291694403, 0.08154015988111496, - 0.06693818420171738, 0.022290170192718506, 0.03290436044335365, - -0.003368315054103732, 0.12011222541332245, 0.01668025739490986, - -0.10794006288051605, -0.035808954387903214, -0.0224740169942379, - -0.008496878668665886, -0.022728247568011284, 0.0649082213640213, - 0.12282928824424744, -0.09106165170669556, -0.048179011791944504, - 0.11309459805488586, 0.058762431144714355, -0.06083187833428383, - -0.0015345101710408926, -0.03141389787197113, 0.0055900802835822105, - 0.04192551597952843, 0.08770620077848434, 0.07688842713832855, 0.03931562229990959, - 0.032600466161966324, -0.08570334315299988, -0.05213356018066406, - -0.05606383457779884, 0.019155459478497505, 0.06385421007871628, - -0.014084560796618462, 0.015829063951969147, -0.0807618498802185, - 0.08898863941431046, 0.0617070347070694, 0.1967683583498001, 0.011049113236367702, - 0.04451841488480568, -0.03812272474169731, 0.11572174727916718, 0.06818634271621704, - 0.017487647011876106, -0.012503127567470074, -0.10424135625362396, - 0.16573907434940338, -0.035031966865062714, 0.014576747082173824, - 0.08241382986307144, 0.010671369731426239, 0.0675811916589737, 0.05733029171824455, - 0.033676858991384506, -0.04862944409251213, 0.04278252646327019, - 0.09370075166225433, 0.06261719018220901, -0.035653211176395416, 0.0987112745642662, - 0.03541651368141174, 0.04623232036828995, 0.0134546784684062, -0.016224665567278862, - 0.1331678181886673, 0.03589196503162384, -0.10335513949394226, 0.09777750819921494, - -0.051461849361658096, 0.03286838158965111, 0.032596368342638016, - 0.14263667166233063, 0.060680702328681946, 0.0763433501124382, 0.1206011027097702, - 0.09297764301300049, 0.17705832421779633, -0.034229569137096405, - 0.057077325880527496, 0.01766248047351837, -0.05320046469569206, - -0.02740585431456566, 0.06272809207439423, 0.013350484892725945, - 0.15723039209842682, 0.05787291377782822, 0.012379324994981289, 0.04097563773393631, - -0.024720091372728348, 0.1324869692325592, 0.008761187084019184, - 0.09521327167749405, 0.014288627542555332, -0.04805804416537285, - 0.030904166400432587, 0.03935321047902107, 0.14969421923160553, 0.10302656143903732, - 0.028455251827836037, -0.03933392092585564, 0.13660483062267303, - -0.026106329634785652, 0.1443498581647873, 0.02533719502389431, -0.0160673875361681, - -0.10580211877822876, -0.027495287358760834, -0.02221602573990822, - 0.13099907338619232, 0.06309328973293304, 0.058846645057201385, 0.12008316814899445, - 0.00127913907635957, -0.03953734040260315, 0.13793863356113434, - -0.02209656871855259, -0.07024191319942474, -0.030563553795218468, - 0.16505374014377594, -0.026694372296333313, 0.0220109224319458, - -0.007182151544839144, 0.172013521194458, 0.021588481962680817, - 0.026072081178426743, 0.03120759315788746, 0.0810483917593956, 0.13068154454231262, - 0.11566136032342911, 0.00047685031313449144, 0.05953936278820038, - 0.10743647813796997, 0.08262698352336884, 0.05875036492943764, - 0.0008192132227122784, -0.009818541817367077, -0.007661630865186453, - 0.021603766828775406, 0.030637577176094055, 0.07595394551753998, - 0.13371460139751434, 0.0444723442196846, -0.00685689365491271, - -0.039901189506053925, -0.023556455969810486, -0.03703343868255615, - 0.023034151643514633, -0.050411406904459, 0.057823460549116135, 0.10983230918645859, - 0.14618293941020966, 0.08075792342424393, 0.013379793614149094, - -0.009070766158401966, 0.030732963234186172 - ], - [ - 0.036102186888456345, -0.0357813835144043, -6.473809480667114e-5, - -0.05262651666998863, 0.0023325940128415823, -0.01260675024241209, - -0.05166907608509064, -0.06649354100227356, 0.04184985160827637, - -0.0408138707280159, 0.05128804221749306, -0.016517752781510353, - -0.05527617037296295, -0.06164717674255371, -0.04279342293739319, - 0.05187464505434036, 0.015784531831741333, 0.05085323378443718, 0.05042143538594246, - -0.04804546386003494, 0.04032764583826065, -0.05019315704703331, - -0.04253080487251282, -0.009562388062477112, -0.002539798617362976, - -0.05039699375629425, -0.043577782809734344, -0.030448131263256073, - 0.03308231383562088, -0.05441749468445778, -0.045742299407720566, - 0.05629172548651695, -0.01686657965183258, 0.03392820432782173, - -0.020950505509972572, -0.04933607578277588, -0.00952618382871151, - 0.03582291305065155, -0.007974917069077492, -0.054067499935626984, - -0.06292261928319931, -0.0483773835003376, -0.00337865948677063, - 0.02381029725074768, -0.03020390123128891, -0.032104238867759705, - -0.046586230397224426, -0.018407702445983887, 0.008633934892714024, - -0.0356626957654953, 0.015563717111945152, -0.017084339633584023, - 0.05162683129310608, 0.051506124436855316, 0.041860926896333694, - 0.02558140642940998, -0.0485767126083374, 0.03434021398425102, - -0.0040972125716507435, -0.019702952355146408, 0.04949786514043808, - -0.0347488708794117, 0.003953613340854645, -0.035731300711631775, - 0.007833932526409626, 0.04888119548559189, 0.020390361547470093, - -0.06695914268493652, 0.02757164090871811, 0.05477122962474823, - -0.05780848115682602, -0.00431883055716753, -0.05138809606432915, - -0.0207248292863369, 0.04906444251537323, 0.003830201691016555, - 0.050524357706308365, 0.042533550411462784, -0.016340570524334908, - -0.06541288644075394, 0.012406251393258572, -0.02944309264421463, - 0.05653880164027214, -0.023952730000019073, -0.023843523114919662, - -0.030048638582229614, 0.03301404416561127, 0.03233594447374344, - -0.06948192417621613, -0.05498320609331131, 0.03295402228832245, - 0.016759218648076057, 0.022726787254214287, 0.04253139719367027, - -0.05090656876564026, -0.02963072992861271, 0.02593309059739113, - 0.039288803935050964, -0.05735446512699127, 0.009734169580042362, - -0.03165026381611824, -0.04597277194261551, 0.015900220721960068, - -0.0415506586432457, 0.00689717149361968, 0.029026366770267487, - 0.008036711253225803, -0.011484700255095959, 0.04277835041284561, - -0.05102677643299103, -0.04249589517712593, -0.008234091103076935, - 0.01845373958349228, 1.7313439002464293e-6, 0.02457931637763977, - -0.045609958469867706, 0.05010424181818962, -0.051353540271520615, - -0.00339053338393569, -0.04078288748860359, -0.031152423471212387, - -0.03890156000852585, -0.027717340737581253, -0.030897755175828934, - -0.05852542445063591, -0.044248953461647034, -0.01574847102165222, - 0.02313804440200329, 0.037735480815172195, -0.05121826380491257, - -0.00582423061132431, -0.030634967610239983, 0.03080350160598755, - 0.014068545773625374, -0.01840933784842491, 0.002766638994216919, - -0.06532743573188782, -0.0015439018607139587, 0.02557872235774994, - 0.04081397503614426, -0.0393606498837471, -0.016069769859313965, - 0.012120038270950317, -0.02980376034975052, 0.021496174857020378, - -0.04359820857644081, 0.014643172733485699, -0.05336003750562668, - 0.029464177787303925, -0.06010066717863083, -0.040968917310237885, - -0.066290482878685, 0.02558877132833004, -0.03964077681303024, - -0.029010118916630745, 0.04483518749475479, -0.03031950816512108, - -0.06085880845785141, -0.036100924015045166, 0.05136795714497566, - -0.038871996104717255, -0.030250852927565575, -0.05472797527909279, - -0.0027659207116812468, -0.0075779384933412075, -0.06613261252641678, - -0.019819051027297974, -0.018309026956558228, 0.03778502717614174, - -0.028460677713155746, 0.03769705444574356, -0.04529806599020958, - 0.020694967359304428, -0.01060941070318222, 0.010960949584841728, - -0.06162615492939949, 0.005991660058498383, 0.05466971546411514, - 0.05847824364900589, 0.034119538962841034, -0.023931901901960373, - 0.056252941489219666, -0.03835190087556839, -0.00914830807596445, - -0.03423810377717018, 0.0498700849711895, 0.02950933203101158, -0.05458000302314758, - 0.005548293236643076, -0.02079572156071663, -0.036287821829319, 0.05313757434487343, - 0.03541533648967743, -0.019623031839728355, -0.003496570512652397, - -0.013350586406886578, -0.04235747084021568, 0.055299289524555206, - 0.04761577397584915, -0.033974647521972656, -0.04095786437392235, - -0.00689737219363451, 0.04916764423251152, -0.04216276854276657, - -0.0374935045838356, -0.04996046423912048, -0.01404658704996109, - 0.05326804891228676, 0.004693661350756884, -0.050709307193756104, - -0.053969938308000565, -0.046690747141838074, -0.061406902968883514, - 0.048198070377111435, -0.005803942680358887, 0.026685550808906555, - -0.06611015647649765, 0.03966660052537918, 0.003978406079113483, - 0.04106655716896057, -0.02968534268438816, -0.0038667991757392883, - 0.016761070117354393, 0.0035971493925899267, -0.029377710074186325, - -0.02014375478029251, 0.04370405897498131, -0.04437632113695145, - 0.002844474744051695, 0.023131174966692924, -0.044015176594257355, - -0.032267313450574875, -0.05418780446052551, 0.048926956951618195, - -0.04394260048866272, -0.020941859111189842, 0.008592523634433746, - 0.05415109917521477, 0.035732802003622055, -0.06241966784000397, - 0.042878128588199615, -0.06494245678186417, 0.03081575222313404, - 0.04508353769779205, -0.014687803573906422, -0.05631602928042412, - -0.04857027158141136, -0.06013502925634384, 0.01786193996667862, - -0.03578563407063484, 0.02246321365237236, 0.029493842273950577, - -0.00525424862280488, 0.039811305701732635, -0.0032799639739096165, - -0.06176053732633591 - ], - [ - -0.022072885185480118, -0.19729064404964447, -0.07495930045843124, - 0.013657672330737114, -0.05990096926689148, 0.0024823204148560762, - -0.0625390037894249, -0.11250802874565125, -0.15330460667610168, - -0.06898269057273865, -0.07092869281768799, 0.07642107456922531, - -0.12015547603368759, 0.06672876328229904, -0.026409491896629333, - -0.1322435587644577, -0.05934549495577812, -0.1079721450805664, - 0.029786497354507446, 0.11697397381067276, -0.1685439944267273, - -0.07771845906972885, 0.17101596295833588, 0.061077676713466644, - -0.12820442020893097, 0.09962815046310425, 0.15654297173023224, - -0.05583621561527252, 0.00042778433999046683, 0.02997341938316822, - 0.05070219561457634, 0.012705166824162006, -0.07586652040481567, - 0.07361877709627151, -0.08851103484630585, -0.044267699122428894, - 0.024250034242868423, 0.017411919310688972, -0.043065689504146576, - -0.10931603610515594, -0.040882375091314316, 0.06959238648414612, - -0.0652068629860878, -0.058842308819293976, -0.04488501325249672, - -0.0517207570374012, -0.03258975222706795, 0.12927348911762238, 0.02170366235077381, - -0.058523401618003845, 0.11135608702898026, 0.03530494123697281, - -0.060149312019348145, -0.13903950154781342, -0.10029953718185425, - -0.05771893262863159, 0.044878777116537094, 0.0161181278526783, - -0.061751894652843475, -0.12856514751911163, -0.04490138590335846, - 0.011050083674490452, 0.1373639553785324, -0.08668550103902817, - -0.14844390749931335, 0.06929666548967361, -0.06130564212799072, - -0.02033125050365925, -0.004851061850786209, 0.19314758479595184, - 0.022406743839383125, -0.053864240646362305, 0.0796370655298233, - -0.030565746128559113, -0.06696915626525879, 0.09248436987400055, - 0.04888834059238434, 0.018406087532639503, 0.10148722678422928, - -0.020497560501098633, -0.0018903976306319237, 0.26107844710350037, - 0.07561415433883667, 0.22927908599376678, 0.11984556913375854, -0.18119560182094574, - 0.08201286196708679, -0.028115680441260338, 0.024656442925333977, - -0.09571132063865662, 0.17612135410308838, -0.051824867725372314, - 0.12396257370710373, -0.06160851940512657, -0.10842537879943848, - 0.022986765950918198, -0.0552709586918354, -0.0660419687628746, - -0.11843663454055786, 0.05867961421608925, 0.07429982721805573, - -0.037913426756858826, -0.01967664808034897, -0.03792876377701759, - 0.07126881927251816, -0.02073502540588379, -0.06453739106655121, - 0.014821590855717659, 0.25468552112579346, 0.0031321195419877768, - 0.08829918503761292, 0.02681864984333515, -0.017932286486029625, - -0.043105948716402054, -0.09647700190544128, 0.2019365131855011, 0.0367453508079052, - -0.09849813580513, -0.015949539840221405, 0.06895609200000763, -0.08989862352609634, - 0.11352613568305969, -0.06327437609434128, -0.10286689549684525, - -0.1153712123632431, -0.057091958820819855, -0.138462632894516, - -0.038763534277677536, 0.2584836781024933, 0.15782605111598969, 0.00367997819557786, - -0.10202161967754364, -0.08593112975358963, 0.016776390373706818, - -0.03400744870305061, 0.14018818736076355, -0.017716553062200546, - -0.12517303228378296, -0.15281672775745392, -0.0726848840713501, - 9.039363794727251e-5, -0.08210107684135437, -0.0577625073492527, 0.0052745146676898, - -0.03032570332288742, -0.03272424265742302, 0.11552979797124863, - -0.06938103586435318, -0.037912219762802124, 0.08892688155174255, - -0.014724811539053917, 0.10943353176116943, 0.02855575829744339, - -0.052890848368406296, 0.08054586499929428, 0.020958218723535538, - -0.05250796675682068, -0.08497306704521179, -0.0887083038687706, - 0.007924700155854225, -0.04113229364156723, -0.07864771038293839, - -0.16120973229408264, 0.11453192681074142, 0.09995803236961365, - -0.02260032296180725, -0.059058018028736115, 0.2005700170993805, - -0.02759452909231186, -0.029997630044817924, -0.0932449996471405, - 0.06540761142969131, -0.11754639446735382, -0.12975724041461945, - -0.03204832598567009, -0.07205880433320999, -0.1606568992137909, - -0.19439193606376648, 0.03150903806090355, -0.01804550550878048, - -0.08354418724775314, -0.0404408797621727, 0.1491096466779709, -0.01680404134094715, - -0.00027052531368099153, -0.15627779066562653, -0.017032431438565254, - -0.032028816640377045, 0.0023425451945513487, 0.11242684721946716, - -0.18358872830867767, 0.006059896666556597, -0.08114359527826309, - 0.009111903607845306, 0.06549463421106339, 0.09137099236249924, - 0.020479783415794373, -0.08867072314023972, -0.11831359565258026, - -0.007807837333530188, 0.07971639931201935, -0.08506564795970917, - -0.011965900659561157, -0.05467113107442856, 0.08174044638872147, - 0.013405362144112587, 0.1542871594429016, 0.0360138900578022, 0.049640655517578125, - -0.1267649084329605, -0.005386230535805225, -0.16498421132564545, - -0.12218685448169708, 0.05622244253754616, 0.16691537201404572, -0.1567162573337555, - -0.052978500723838806, 0.0012656672624871135, -0.04731759428977966, - -0.1910816729068756, -0.025810781866312027, 0.0022271538618952036, - 0.029546014964580536, -0.1382223665714264, 0.06950467824935913, - -0.03205573186278343, -0.05499531701207161, -0.007126237265765667, - -0.11611250787973404, -0.14647486805915833, 0.005018701311200857, - -0.059815552085638046, -0.07533084601163864, -0.14710400998592377, - 0.09489577263593674, -0.029541753232479095, -0.0077066728845238686, - 0.03800112009048462, -0.009779742918908596, 0.07996474206447601, - -0.06842467188835144, -0.08480790257453918, 0.05197196081280708, - 0.12523792684078217, 0.04666860029101372, -0.05431819707155228, - -0.03092954121530056, -0.11436502635478973, 0.031046606600284576, - -0.09150335937738419, -0.006486530415713787, -0.0325116328895092, - -0.1070270985364914, -0.01866082288324833, -0.007546660955995321, - -0.01827847771346569 - ], - [ - 0.12079326808452606, 0.2253229171037674, 0.16877619922161102, -0.03553294017910957, - 0.06026787310838699, 0.10642067342996597, 0.06464844942092896, 0.12157498300075531, - 0.16140392422676086, 0.11418667435646057, 0.07374382019042969, - 0.0051636588759720325, 0.04052915424108505, 0.05724682658910751, - 0.08200343698263168, 0.062166355550289154, 0.12521620094776154, 0.11644795536994934, - 0.0014513777568936348, 0.02391057088971138, 0.15552908182144165, - 0.026783009991049767, -0.12955817580223083, 0.030491778627038002, - 0.08892382681369781, -0.04428175836801529, -0.019525490701198578, - 0.03587128594517708, 0.025148773565888405, 0.061844583600759506, - -0.018376918509602547, 0.03635106980800629, 0.06324344873428345, - 0.041205860674381256, 0.1157042384147644, 0.027245093137025833, 0.04295196011662483, - 0.051638565957546234, 0.11146610975265503, 0.08669908344745636, 0.1519584357738495, - 0.05189027637243271, 0.02185199409723282, 0.08688576519489288, 0.15482863783836365, - 0.09048941731452942, 0.07408684492111206, -0.059931330382823944, - 0.07253005355596542, 0.0501595064997673, -0.027704685926437378, - -0.06889722496271133, 0.11266345530748367, 0.15283766388893127, 0.15152961015701294, - 0.054235465824604034, 0.12283849716186523, 0.10609442740678787, 0.12577055394649506, - 0.2112865298986435, 0.08709939569234848, 0.041261959820985794, -0.03856022283434868, - 0.243382066488266, 0.16918593645095825, -0.014268377795815468, 0.017639391124248505, - -0.06792619079351425, 0.08430496603250504, -0.17317309975624084, 0.0869864970445633, - 0.06489287316799164, 0.0029103183187544346, 0.09895816445350647, 0.1030145213007927, - -0.032671935856342316, -0.05868501588702202, 0.10267864167690277, - -0.03570268675684929, 0.019820397719740868, 0.03481080010533333, - -0.13892382383346558, -0.0700269490480423, -0.1457243710756302, - -0.15162762999534607, 0.1255914717912674, -0.02079891413450241, 0.05244079604744911, - 0.03840045630931854, 0.11599482595920563, -0.045448556542396545, - 0.03198801726102829, -0.018609244376420975, 0.034179721027612686, - 0.07011846452951431, -0.06904713064432144, 0.14606596529483795, 0.04302731156349182, - 0.13086585700511932, 0.05501449108123779, -0.08710300922393799, 0.12415721267461777, - 0.14354458451271057, 0.07424650341272354, 0.015501740388572216, 0.12464011460542679, - 0.057272665202617645, -0.003583089215680957, -0.17522414028644562, - 0.02903231792151928, -0.02911483496427536, -0.00559636764228344, - 0.07951156795024872, 0.11103428900241852, 0.1473090946674347, -0.11199934035539627, - -0.010511564090847969, 0.05319754406809807, 0.058182358741760254, - -0.03905239701271057, 0.058006834238767624, 0.00410046149045229, - 0.05213521420955658, 0.13771365582942963, 0.03391016274690628, 0.06189107894897461, - 0.08515661209821701, 0.03516528010368347, -0.10687452554702759, - -0.03711293637752533, 0.0037116697058081627, 0.03501584008336067, 0.078855000436306, - 0.0026558442041277885, 0.05154995247721672, -0.06215069815516472, - 0.09005102515220642, 0.12289678305387497, 0.18598879873752594, 0.06502503156661987, - 0.04553261399269104, 0.10879447311162949, 0.09955328702926636, 0.10627543181180954, - 0.017901258543133736, 0.06581329554319382, 0.0090693524107337, 0.14773988723754883, - 0.10143914073705673, -0.01740146055817604, 0.1114296093583107, -0.03151698783040047, - -0.04374238848686218, 0.12175649404525757, -0.0014333226718008518, - 0.03210712969303131, 0.10788805037736893, 0.05351259559392929, 0.07168769836425781, - -0.0507846474647522, 0.11060728132724762, 0.057577189058065414, 0.20021456480026245, - 0.008395928889513016, -0.03048056736588478, 0.1653548628091812, 0.15761741995811462, - -0.11012373119592667, 0.09729064255952835, 0.019361767917871475, - 0.12316689640283585, -0.05550963804125786, 0.07670322805643082, 0.0789102092385292, - 0.032307229936122894, 0.14615681767463684, 0.10241930186748505, 0.2426275610923767, - 0.026691384613513947, 0.08056879788637161, 0.10761616379022598, - 0.009700760245323181, -0.00995210837572813, 0.11161825805902481, - 0.05588560178875923, 0.24012184143066406, 0.07736685127019882, 0.10266581177711487, - 0.05267706885933876, -0.01758742704987526, 0.04985841363668442, 0.01426936686038971, - 0.1925358921289444, -0.06376007199287415, 0.02305232733488083, 0.03137969970703125, - 0.10100273042917252, 0.13554216921329498, 0.14475513994693756, - -0.013715124689042568, 0.05515916645526886, 0.08462738245725632, - 0.06013490632176399, 0.12061750888824463, 0.030594246461987495, - -0.01338363066315651, -0.07577116042375565, 0.036314528435468674, - -0.007768763229250908, 0.1920018047094345, 0.02670520357787609, 0.1910666525363922, - 0.09312663972377777, -1.1966548299824353e-5, -0.04991529509425163, - 0.19336718320846558, 0.05058909207582474, 0.05569879710674286, 0.04059388488531113, - 0.10946232080459595, 0.12334540486335754, 0.048652246594429016, 0.00400541303679347, - 0.14868691563606262, 0.06409008800983429, 0.11201522499322891, 0.045133814215660095, - 0.010648162104189396, 0.11486554890871048, 0.11149706691503525, 0.04414428770542145, - 0.052985262125730515, 0.025729671120643616, 0.20096515119075775, - -0.0698678195476532, 0.012818004004657269, 0.04415261372923851, - 0.0011780548375099897, 0.09048599004745483, 0.004257858730852604, - 0.13261975347995758, 0.12928664684295654, -0.017892664298415184, - -0.054295215755701065, 0.02314155548810959, 0.059910356998443604, - -0.015254306606948376, 0.10953250527381897, 0.06525924801826477, - 0.06850054115056992, 0.05371508374810219, 0.10338792949914932, 0.08503902703523636, - 0.11255805194377899, 0.024540269747376442, 0.10092078149318695 - ], - [ - 0.10810419917106628, 0.1730133295059204, 0.03818339481949806, 0.033212725073099136, - 0.08375760912895203, 0.12591572105884552, 0.07370948791503906, 0.10692672431468964, - 0.0735030472278595, 0.07019323855638504, 0.08554345369338989, 0.0670219138264656, - 0.06549185514450073, 0.026520805433392525, 0.09131113439798355, 0.13888797163963318, - 0.09307853877544403, 0.08827752619981766, 0.0043665505945682526, - 0.01809648424386978, 0.15176227688789368, 0.0035303335171192884, - -0.11691953986883163, 0.0446658693253994, 0.10181939601898193, -0.04537070542573929, - -0.077699676156044, 0.05846063420176506, 0.08076725900173187, 0.041713546961545944, - 0.06844686716794968, 0.09963924437761307, 0.1082075983285904, -0.01833360455930233, - 0.11261723935604095, 0.10811313986778259, -0.026362847536802292, - 0.03982825204730034, 0.05216898396611214, 0.15717044472694397, 0.06456339359283447, - 0.008664898574352264, 0.1158553957939148, 0.10336315631866455, 0.09659679979085922, - 0.0729081779718399, 0.1758236587047577, -0.02392558753490448, 0.03140219300985336, - 0.02982381358742714, 0.006441318430006504, -0.029512403532862663, - 0.05986332148313522, 0.1817033290863037, 0.1268945336341858, 0.07885729521512985, - 0.041200730949640274, -0.02251645177602768, 0.1358540952205658, 0.1618504673242569, - 0.1636439859867096, -0.01526291761547327, -0.055097512900829315, 0.1932516247034073, - 0.1980258971452713, 0.07710076123476028, 0.032611649483442307, 0.04460296407341957, - 0.081522636115551, -0.11072161793708801, -0.019529087468981743, 0.092715784907341, - -0.0422968827188015, 0.049995265901088715, 0.11811760067939758, - -0.043683506548404694, 0.0354742556810379, 0.007191635202616453, - -0.06739109754562378, 0.07987289130687714, 0.025157777592539787, - -0.20352530479431152, 0.052661094814538956, -0.13382387161254883, - -0.061764828860759735, 0.20559658110141754, -0.032246917486190796, - 0.015243918634951115, 0.08377323299646378, 0.12285137921571732, - -0.09567071497440338, 0.08584553748369217, -0.07304663956165314, - 0.10222374647855759, 0.12058622390031815, 0.0021467511542141438, - 0.10811332613229752, 0.11497148871421814, 0.18462629616260529, 0.04302319884300232, - -0.0023551643826067448, 0.10324947535991669, 0.018822362646460533, - 0.0834682509303093, 0.06916539371013641, 0.030488424003124237, 0.09211777150630951, - -0.03772272169589996, -0.17524567246437073, -0.031185930594801903, - 0.01730538159608841, 0.025130510330200195, 0.030419789254665375, - 0.03988194093108177, 0.11779196560382843, -0.18027222156524658, - -0.059267863631248474, 0.051126785576343536, 0.0019344579195603728, - 0.01951775513589382, 0.07788467407226562, -0.022441316395998, 0.0333215557038784, - 0.0521603561937809, 0.17933835089206696, 0.1352677345275879, 0.18900686502456665, - 0.10625270754098892, -0.23010866343975067, -0.12433695793151855, - -0.027550892904400826, 0.10925285518169403, 0.04719556123018265, - -0.042142242193222046, 0.06806361675262451, -0.039815593510866165, - 0.13573472201824188, 0.12115084379911423, 0.16049164533615112, 0.14446918666362762, - 0.005982217378914356, 0.05859775468707085, 0.160052090883255, -0.037438713014125824, - -0.018637388944625854, 0.09135112166404724, -0.09018446505069733, - 0.13798604905605316, -0.00044816246372647583, -0.055932797491550446, - 0.11782631278038025, 0.020736034959554672, 0.04984605684876442, 0.10077710449695587, - -0.02757859043776989, 0.015284663997590542, 0.14665143191814423, - 0.06351305544376373, 0.07023011147975922, -0.02011890336871147, 0.10806623846292496, - 0.07282955944538116, 0.12405624240636826, -0.05012862756848335, - -0.050266049802303314, 0.11039087176322937, 0.06540951132774353, - -0.1224762424826622, 0.06219778582453728, 0.00022829098452348262, - 0.14049462974071503, 0.04790962487459183, 0.1263960897922516, 0.09806946665048599, - 0.08250725269317627, 0.139785036444664, 0.13894106447696686, 0.1993362009525299, - -0.057550475001335144, 0.004292028956115246, 0.01084961649030447, - 0.05111469700932503, 0.015224823728203773, 0.046642202883958817, - -0.038093261420726776, 0.1765313595533371, 0.030556216835975647, - 0.037060219794511795, 0.05276824161410332, -0.06937986612319946, - 0.13211335241794586, 0.09133048355579376, 0.20526400208473206, - -0.015616180375218391, -0.00524858059361577, 0.06641944497823715, - 0.12203172594308853, 0.10709596425294876, 0.056378073990345, -0.014555462636053562, - 0.055906031280756, 0.03517959266901016, 0.031166773289442062, 0.0977812260389328, - -0.0016427388181909919, -0.025802552700042725, -0.08506952226161957, - 0.01940423622727394, 0.09048985689878464, 0.15980079770088196, 0.1288677453994751, - 0.07496346533298492, 0.19176726043224335, -0.023463968187570572, - -0.024588149040937424, 0.11261427402496338, 0.025545768439769745, - 0.005622196942567825, -0.008643687702715397, 0.1076536551117897, - 0.09645503014326096, -0.009821251034736633, 0.06375861167907715, - 0.14666852355003357, 0.0059096780605614185, 0.021228844299912453, - 0.06846814602613449, 0.09152080863714218, 0.11805414408445358, 0.0878666341304779, - 0.045050788670778275, 0.050006456673145294, 0.003425890114158392, - 0.13035517930984497, 0.055435460060834885, 0.09839477390050888, - -0.01301325298845768, 0.026772350072860718, -0.0001575351197971031, - 0.028282342478632927, 0.1470889151096344, 0.05128394439816475, 0.027146006003022194, - 0.017256416380405426, -0.033673591911792755, 0.09136499464511871, - -0.021977577358484268, 0.005810252856463194, -0.0373038649559021, - 0.056942135095596313, 0.017998648807406425, 0.0745401605963707, - 0.055332351475954056, 0.09799490869045258, -0.01837814413011074, 0.097795769572258 - ], - [ - -0.029189176857471466, -0.09908413887023926, -0.05332327261567116, - 0.08147486299276352, 0.0006546453223563731, -0.06424316763877869, - -0.08002299070358276, -0.04555872082710266, -0.037210188806056976, - -0.056539203971624374, -0.04076090827584267, -0.005583926569670439, - -0.027254188433289528, 0.0784381553530693, -0.0598444789648056, - -0.05315437912940979, -0.090086430311203, -0.013454620726406574, - -0.022285791113972664, 0.0037978398613631725, -0.07909869402647018, - -0.01376985851675272, 0.16050884127616882, 0.005789871793240309, - -0.04766068980097771, -0.0017403516685590148, 0.16948646306991577, - -0.06898633390665054, -0.0025097804609686136, -0.0343160554766655, - -0.008200635202229023, -0.06629806011915207, -0.12043550610542297, - -0.00490744411945343, -0.03473412245512009, 0.013920633122324944, - 0.05924546346068382, -0.01707720384001732, -0.09848173707723618, - -0.05101201310753822, -0.04413057118654251, 0.054325517266988754, - 0.013978755101561546, -0.09012788534164429, -0.06998108327388763, - 0.011183190159499645, -0.057518161833286285, 0.0947544276714325, - 0.01223029475659132, -0.013641140423715115, 0.07555732876062393, - 0.07914131879806519, 0.022126667201519012, -0.13704504072666168, - -0.08293526619672775, -0.08444687724113464, 0.02345711924135685, - 0.011646756902337074, -0.11318779736757278, -0.12478133291006088, - -0.01727158948779106, 0.018279843032360077, 0.02785390429198742, - -0.06442143768072128, -0.07044020295143127, 0.03143917769193649, - -0.014948757365345955, 0.03815415874123573, 0.02078258991241455, 0.2210100144147873, - 0.06087120249867439, 0.016620328649878502, 0.031388670206069946, - -0.05876943841576576, -0.008708087727427483, 0.14750470221042633, - 0.012738739140331745, 0.012919302098453045, 0.06333230435848236, - 0.011274470016360283, -0.03088761679828167, 0.2358660101890564, 0.03639959916472435, - 0.17817851901054382, 0.15719163417816162, -0.10814425349235535, - 0.035752829164266586, -0.015404953621327877, 0.04766782000660896, - -0.028111645951867104, 0.09364930540323257, -0.0635460615158081, - 0.12504228949546814, -0.02130957320332527, -0.09999113529920578, - 0.08426565676927567, -0.1406196504831314, -0.024257343262434006, - -0.1382257342338562, 0.003993714693933725, 0.029959209263324738, - -0.041560400277376175, 0.010168155655264854, 0.043534182012081146, - 0.041240230202674866, -0.05919668823480606, -0.02117992751300335, - 0.059059787541627884, 0.11834854632616043, 0.03973707929253578, 0.0082923024892807, - 0.10398562997579575, 0.0033038610126823187, -0.08379203826189041, - -0.07786250859498978, 0.16489550471305847, 0.02557915262877941, - -0.060629695653915405, -0.03433249890804291, 0.10931304842233658, - -0.0580483116209507, 0.11983627825975418, 0.002150289248675108, - -0.08205784112215042, -0.05369192361831665, -0.11490947008132935, - -0.07088490575551987, -0.09289809316396713, 0.22173961997032166, - 0.13280677795410156, 0.039741113781929016, -0.057593878358602524, - -0.11061623692512512, 0.09799766540527344, -0.011029263027012348, - 0.03703276813030243, -0.07140356302261353, -0.14282722771167755, - -0.11616257578134537, -0.051355425268411636, 0.02697446197271347, - 0.026999257504940033, -0.03434496372938156, -0.010402511805295944, - 0.008813382126390934, 0.019761402159929276, 0.032891176640987396, - -0.013947892002761364, -0.044569872319698334, 0.14443325996398926, - -0.01650135964155197, 0.04851678013801575, 0.004837509244680405, - -0.11361951380968094, 0.07872625440359116, 0.034571822732686996, - -0.04687581583857536, -0.01122989784926176, -0.049344707280397415, - 0.09488295763731003, -0.07471751421689987, -0.008861529640853405, - -0.14831112325191498, 0.04157467186450958, 0.08342969417572021, - 0.000619131897110492, -0.11924345046281815, 0.1233009621500969, - -0.04855552688241005, -0.018703872337937355, -0.07886122912168503, - 0.11113647371530533, -0.1104607954621315, -0.09927736967802048, - -0.04428878799080849, -0.06919197738170624, -0.03760955482721329, - -0.1540827602148056, 0.037773407995700836, -0.05170518904924393, - -0.0885884016752243, 0.0010490120621398091, 0.09335694462060928, - -0.04380594566464424, 0.0036029734183102846, -0.17058153450489044, - -0.013025923632085323, -0.023073537275195122, -0.01119066309183836, - 0.16817300021648407, -0.12995405495166779, -0.048853348940610886, - -0.11699401587247849, 0.01315705943852663, 0.06071649491786957, 0.00891569722443819, - -0.0601726770401001, -0.11726757884025574, -0.0991915911436081, 0.05286912992596626, - 0.07796412706375122, -0.0408511683344841, 0.04695985093712807, -0.14184026420116425, - 0.09706319123506546, 0.019932685419917107, 0.18526452779769897, - -0.05426560714840889, 0.019387243315577507, -0.1426025927066803, - -0.04441023990511894, -0.14716467261314392, -0.1599205881357193, - 0.08252161741256714, 0.032078709453344345, -0.11706165224313736, - 0.02229197695851326, -0.05338623747229576, 0.006019415333867073, - -0.10204996913671494, -0.048833493143320084, 0.08220112323760986, - 0.033319808542728424, -0.124671071767807, 0.024110114201903343, -0.0716472789645195, - -0.09591794013977051, -0.01450909674167633, -0.1225268766283989, - -0.10521688312292099, -0.03283319249749184, -0.017862878739833832, - -0.08400347083806992, -0.11756334453821182, 0.006678557023406029, - -0.017316678538918495, 0.03494557738304138, 0.07757711410522461, - -0.046705134212970734, 0.037122003734111786, -0.06853611767292023, - -0.13186395168304443, 0.027129225432872772, 0.08524469286203384, - 0.07039299607276917, 0.000982193392701447, -0.03720707818865776, - 0.006851511541754007, -0.04924502223730087, -0.003765689441934228, - -0.00014555129746440798, -0.053737834095954895, -0.05146331340074539, - -0.028236113488674164, 0.038309477269649506, 0.03503245487809181 - ], - [ - 0.08647964894771576, 0.2157202661037445, 0.16564656794071198, -0.01165611669421196, - 0.12448626011610031, 0.12485743314027786, 0.1556975096464157, 0.06976617127656937, - 0.12490547448396683, 0.0782148540019989, 0.004791307263076305, 0.030626900494098663, - 0.062133144587278366, 0.06061144545674324, 0.10604794323444366, 0.07896269112825394, - 0.12796509265899658, 0.07117941230535507, 0.03053300268948078, - -0.045603152364492416, 0.10243309289216995, 0.10945006459951401, - -0.11101502925157547, -0.05000978335738182, 0.12600669264793396, - 0.015093676745891571, -0.08599638938903809, 0.12302286177873611, - 0.04947247356176376, 0.007921001873910427, 0.009385178796947002, 0.1061621829867363, - 0.10727328807115555, -0.03735670819878578, 0.13932113349437714, 0.09706583619117737, - 0.040198005735874176, 0.01675763539969921, 0.087008036673069, 0.05651034787297249, - 0.13713693618774414, 0.01351110078394413, 0.01993502490222454, 0.0914740040898323, - 0.12085285037755966, 0.09211785346269608, 0.16350536048412323, -0.06811872869729996, - 0.04636012390255928, -0.027852505445480347, -0.05121304839849472, - 0.0016001283656805754, 0.12546059489250183, 0.1812770813703537, 0.09068869054317474, - 0.06440660357475281, 0.12857893109321594, 0.11646351218223572, 0.15066877007484436, - 0.19667203724384308, 0.09284169226884842, 0.029323777183890343, - -0.0049325162544846535, 0.1018592044711113, 0.15336033701896667, - 0.01474203821271658, 0.10859321802854538, -0.015000877901911736, - 0.015181423164904118, -0.16202323138713837, 0.05613509565591812, - 0.04343477264046669, 0.009610661305487156, 0.025081703439354897, - 0.13703179359436035, -0.028062770143151283, -0.042918115854263306, - 0.027748771011829376, -0.05720510333776474, 0.08273542672395706, - -0.010272236540913582, -0.1588849574327469, -0.05576885864138603, - -0.14490830898284912, -0.0859215259552002, 0.17078007757663727, - -0.021816622465848923, 0.06847342848777771, 0.06812436133623123, - 0.052540041506290436, -0.13052381575107574, 0.04751602187752724, - -0.0182340107858181, 0.07406674325466156, 0.09679389744997025, - 0.0015980142634361982, 0.059477463364601135, 0.14041668176651, 0.11982527375221252, - 0.08607278764247894, -0.009952619671821594, 0.15482762455940247, - 0.12716786563396454, 0.09199266880750656, 0.04875601828098297, 0.018047383055090904, - 0.11688969284296036, 0.027624573558568954, -0.14668779075145721, - -0.02903372421860695, -0.06433475017547607, 0.012124892324209213, - 0.07627811282873154, 0.08592623472213745, 0.1696573942899704, -0.19867263734340668, - 0.036583129316568375, 0.15056607127189636, 0.04079650342464447, - -0.04233367741107941, 0.03718214109539986, -0.03391393646597862, - 0.04580631107091904, 0.0879187062382698, 0.10842695087194443, 0.05762001872062683, - 0.17199407517910004, 0.12510910630226135, -0.21404816210269928, - -0.09880626946687698, 0.05303829535841942, 0.14071276783943176, 0.16878418624401093, - -0.01639924943447113, 0.03943900391459465, 0.005576154682785273, - 0.09709648787975311, 0.1621912121772766, 0.19232995808124542, 0.08978265523910522, - 0.023508114740252495, 0.03735344856977463, 0.0778999999165535, 0.10982879251241684, - 0.0540011003613472, 0.02932809107005596, -0.07504843175411224, 0.16869136691093445, - 0.06540261954069138, -0.08387279510498047, 0.12190822511911392, - -0.021028878167271614, -0.02389358915388584, 0.0950920581817627, - 0.04192574322223663, -0.008147294633090496, 0.1724194586277008, - 0.048117466270923615, 0.07237766683101654, 0.009353923611342907, 0.140218585729599, - 0.02891981042921543, 0.12456586956977844, -0.04744543507695198, - -0.019860750064253807, 0.15611647069454193, 0.16573941707611084, - -0.0571628212928772, 0.06840236485004425, 0.09721872955560684, 0.14868135750293732, - -0.002295466372743249, 0.08926480263471603, 0.11412472277879715, - 0.08493024855852127, 0.1282338947057724, 0.10085878521203995, 0.16205818951129913, - -0.039876796305179596, 0.11110486090183258, 0.0551120825111866, - 0.021053792908787727, -0.05099879205226898, 0.06544212996959686, - 0.006933694705367088, 0.19870969653129578, -0.008194751106202602, - 0.15614521503448486, 0.03509088605642319, -0.105362668633461, 0.19617198407649994, - 0.11771505326032639, 0.18076729774475098, 0.035420794039964676, - -0.010195329785346985, 0.01732015796005726, 0.10263138264417648, - 0.23339036107063293, 0.10364021360874176, 0.03442036360502243, - -0.021949686110019684, 0.051090821623802185, 0.09674853086471558, - 0.1390778124332428, -0.05890491604804993, 0.034889187663793564, -0.118243008852005, - 0.06755188852548599, 0.04278683662414551, 0.17740920186042786, 0.022183462977409363, - 0.2160201370716095, 0.08214306086301804, 0.00046662474051117897, - -0.08863961696624756, 0.08214421570301056, 0.03425135090947151, 0.07633624970912933, - 0.07094772160053253, 0.18473759293556213, 0.06892120838165283, -0.02281290851533413, - 0.08497092872858047, 0.10802413523197174, 0.03823080286383629, 0.1463765799999237, - 0.06205260753631592, 0.10188089311122894, 0.12616050243377686, 0.06748595088720322, - 0.07811760902404785, 0.14135728776454926, 0.03487926721572876, 0.1300884485244751, - -0.02141505666077137, 0.06241634860634804, -0.01404166966676712, - 0.03709881007671356, 0.11099015176296234, -0.009384783916175365, - 0.10935860872268677, 0.16345131397247314, 0.05208892747759819, 0.004698615055531263, - 0.016578534618020058, 0.09592574834823608, 0.06433295458555222, - 0.058414265513420105, 0.08283132314682007, 0.1054929718375206, 0.04815976694226265, - 0.1410079151391983, 0.034753646701574326, 0.07921421527862549, 0.1220456138253212, - 0.13036911189556122 - ], - [ - 0.0957317128777504, 0.19726499915122986, 0.08848155289888382, -0.017241695895791054, - 0.02211148664355278, 0.024086302146315575, 0.133611261844635, 0.06803681701421738, - 0.10402868688106537, 0.0947253406047821, 0.06954974681138992, 0.05576669052243233, - 0.0943869799375534, 0.016334597021341324, 0.119126096367836, 0.07765772938728333, - 0.16469384729862213, 0.033957842737436295, 0.030695607885718346, - -0.04268231615424156, 0.16403384506702423, 0.027882220223546028, - -0.08766159415245056, 0.02047833986580372, 0.1727680116891861, - -0.006305387243628502, -0.08441747725009918, 0.012396118603646755, - 0.11384924501180649, 0.055660758167505264, 0.07149052619934082, - 0.014678490348160267, 0.09424757957458496, 0.0062432619743049145, - 0.12302584201097488, 0.0030074005480855703, 0.0003516250289976597, - 0.04535149410367012, 0.10744407027959824, 0.06300569325685501, 0.02786264754831791, - -0.03656742721796036, 0.10180292278528214, 0.10527030378580093, 0.09848431497812271, - 0.12101080268621445, 0.1235785260796547, -0.07152476161718369, -0.05161866545677185, - -0.013146652840077877, 0.003927318844944239, 0.006874829530715942, - 0.039698418229818344, 0.2001720517873764, 0.08480773866176605, 0.13152696192264557, - 0.04721829667687416, 0.03224097564816475, 0.049640946090221405, 0.10263151675462723, - 0.13690972328186035, 0.10630897432565689, 0.015054798685014248, 0.21170075237751007, - 0.17435403168201447, 0.02789248712360859, 0.013056430034339428, - -0.02618517354130745, 0.022315485402941704, -0.1518673449754715, - -0.003294983645901084, 0.12012410908937454, -0.010599267669022083, - -0.025643114000558853, 0.07951986789703369, -0.05897664651274681, - -0.03613869845867157, 0.020271895453333855, -0.05479508265852928, - 0.07493545114994049, 0.05189933255314827, -0.07932940125465393, - 0.008105105720460415, -0.1350385546684265, -0.1353694349527359, 0.08798488229513168, - -0.053064215928316116, -0.007310003042221069, 0.03697100654244423, - 0.0640982836484909, -0.14907793700695038, 0.06255783885717392, 0.004937821067869663, - -0.010972104966640472, 0.14526502788066864, -0.006240426562726498, - 0.09910662472248077, 0.03532184287905693, 0.186920627951622, 0.013013280928134918, - -0.023119958117604256, 0.06744082272052765, 0.09315997362136841, - -0.01424010843038559, 0.01309148222208023, 0.10563357174396515, 0.09201597422361374, - -0.04904647916555405, -0.15220358967781067, 0.06981883943080902, - -0.06783758848905563, -0.039566874504089355, 0.13394935429096222, - 0.07992430031299591, 0.18620112538337708, -0.18980666995048523, - -0.08492060005664825, 0.054996758699417114, -0.019281182438135147, - -0.05061093345284462, 0.11686518043279648, 0.020950740203261375, 0.09588623046875, - 0.06899522244930267, 0.05120975151658058, 0.09532316774129868, 0.1336153745651245, - 0.08797813206911087, -0.2172916829586029, -0.05542309209704399, - 0.0059165190905332565, 0.10827715694904327, 0.06458553671836853, - -0.06102772802114487, 0.06180489808320999, -0.03426717594265938, 0.1225414127111435, - 0.1350545734167099, 0.11094983667135239, 0.15010900795459747, 0.018351396545767784, - -0.0012024224270135164, 0.09854342043399811, -0.011898175813257694, - -0.00483611598610878, 0.08248604089021683, -0.12454649806022644, - 0.07579074054956436, -0.008397596888244152, -0.01795647293329239, - 0.06596758961677551, 0.007177494931966066, 0.015823720023036003, - 0.14357896149158478, 0.042407359927892685, -0.03335517272353172, - 0.16492705047130585, 0.0789714828133583, 0.1212821677327156, -0.06803519278764725, - 0.045486047863960266, 0.10271111130714417, 0.17521752417087555, - -0.06212959811091423, -0.041992198675870895, 0.133032888174057, 0.05434788018465042, - -0.04881754517555237, 0.04463047534227371, 0.004995312076061964, - 0.09531761705875397, 0.03223949298262596, 0.1351192444562912, 0.11508788913488388, - 0.09344080090522766, 0.08017252385616302, 0.1102730855345726, 0.1641974002122879, - -0.0002264951035613194, 0.019086483865976334, 0.08628328144550323, - 0.05908587947487831, 0.003169944742694497, 0.12443951517343521, - 0.037240058183670044, 0.13761085271835327, 0.07751619815826416, 0.12741391360759735, - 0.040811408311128616, -0.11349904537200928, 0.033856600522994995, - 0.07255835831165314, 0.07655991613864899, 0.011785120703279972, - -0.021634334698319435, 0.02718469873070717, 0.0875910148024559, 0.1551390141248703, - 0.0973057746887207, 0.011695107445120811, 0.01626901514828205, 0.11406097561120987, - 0.010387679561972618, 0.08896856755018234, -0.060072384774684906, - 0.028236886486411095, -0.08438490331172943, 0.023398656398057938, - 0.038767069578170776, 0.1690456122159958, 0.011024870909750462, 0.17077527940273285, - 0.09547645598649979, 0.01121957041323185, -0.05618423596024513, 0.10543074458837509, - 0.01928042620420456, 0.0016982025699689984, 0.08458726853132248, - 0.18994726240634918, 0.02566625364124775, 0.06722139567136765, 0.02775396779179573, - 0.1596331149339676, 0.08681722730398178, 0.12624728679656982, 0.027336975559592247, - 0.038088906556367874, 0.1055404543876648, 0.06551393121480942, 0.13567671179771423, - 0.0957610160112381, 0.07883770018815994, 0.1510787159204483, 0.014698072336614132, - 0.026146626099944115, 0.049887653440237045, -0.0048091779462993145, - 0.012209729291498661, 0.03182170167565346, 0.10644835233688354, 0.1285761147737503, - -0.0076699331402778625, -0.010113081894814968, 0.01861468143761158, - 0.08161947876214981, 0.09639327228069305, 0.14040757715702057, - -0.005769239738583565, 0.01828010380268097, 0.10675463825464249, - 0.14997713267803192, 0.029366472736001015, -0.005212937947362661, - 0.11500018835067749, 0.03666922450065613 - ], - [ - -0.030085576698184013, -0.049072857946157455, 0.04702671989798546, - -0.03601236641407013, 0.04513534530997276, -0.036639127880334854, - 0.04238047078251839, -0.05115706846117973, 0.016867568716406822, - -0.0538599006831646, 0.008617494255304337, -0.07543617486953735, - -0.03714286908507347, -0.001121950219385326, 0.03194126486778259, - 0.012628571130335331, -0.012379317544400692, 0.007578989956527948, - 0.02279481664299965, -0.005025679245591164, -0.04828333109617233, - 0.05693351477384567, 0.03664584085345268, 0.01402423158288002, 0.029575912281870842, - -0.02406584657728672, -0.029254620894789696, 0.018357915803790092, - -0.062333133071660995, -0.02526739425957203, 0.002275420818477869, - 0.03153619170188904, -0.017139982432127, -0.03664220869541168, -0.04809574782848358, - -0.07114630192518234, -0.032427024096250534, -0.02732212096452713, - 0.013492461293935776, -0.040991075336933136, 0.03240739554166794, - -0.047475822269916534, -0.02512260340154171, -0.043553151190280914, - 0.02347552590072155, -0.06154356524348259, -0.015241332352161407, - -0.027671856805682182, -0.01094797533005476, 0.02554686740040779, - 0.029137006029486656, -0.0011474565835669637, 0.007221149280667305, - 0.035929739475250244, -0.024209944531321526, 0.03600524738430977, - -0.061399102210998535, -0.01781737059354782, 0.0035748062655329704, - -0.01756884716451168, -0.011827479116618633, -0.07216775417327881, - -0.04095415025949478, -0.03509072586894035, -0.04218665882945061, - -0.019212091341614723, 0.03769264370203018, -0.00913497805595398, - -0.020763076841831207, 0.015120201744139194, -0.04485476762056351, - -0.02177143655717373, -0.07109881192445755, -0.03507542610168457, - 0.004410153720527887, -0.010117934085428715, -0.037066344171762466, - -0.07456748187541962, -0.06491078436374664, 0.05442344769835472, - -0.06225846707820892, 0.028501329943537712, -0.0511186458170414, - 0.007497907150536776, -0.04076823964715004, -0.0026645988691598177, - -0.015833726152777672, -0.004227783996611834, -0.039495427161455154, - 0.024577394127845764, 0.05118803307414055, 0.018380606546998024, - 0.003780293045565486, 0.03302888572216034, -0.0008736299932934344, - 0.033923350274562836, -0.046983495354652405, 0.04319491609930992, - -0.006798049435019493, -0.009497066028416157, 0.043746672570705414, - 0.033684879541397095, -0.012110463343560696, -0.021067894995212555, - -0.023900872096419334, -0.044989533722400665, -0.011236981488764286, - -0.04449670761823654, 0.05815562605857849, 0.0027043051086366177, - -0.047891538590192795, 0.01685953326523304, -0.03385753557085991, - 0.040507275611162186, -0.04440830647945404, 0.008822500705718994, - -0.038041699677705765, 0.04148954153060913, -0.03299714997410774, - -0.0487879142165184, -0.0700906366109848, -0.045428428798913956, - 0.04675113037228584, -0.003171199234202504, 0.04826509580016136, - -0.05633081868290901, 0.024003559723496437, -0.0021204662043601274, - 0.032427750527858734, -0.0029638432897627354, -0.06048206984996796, - -0.06049424409866333, 0.01687593385577202, -0.029089510440826416, - -0.05009998381137848, -0.04350380226969719, 0.04476074501872063, - 0.04839480295777321, -0.05476811155676842, -0.014835958369076252, - -0.04236040264368057, 0.027910910546779633, -0.05270477384328842, - -0.057741470634937286, -0.05084867775440216, -0.03357391431927681, - 0.03526671975851059, -0.043752577155828476, 0.006498691625893116, - 0.040137551724910736, -0.02820747345685959, -0.013410194776952267, - -0.0043006837368011475, -0.052995599806308746, 0.01732679083943367, - 0.033386558294296265, -0.060823239386081696, 0.007793072611093521, - 0.01655760407447815, -0.02300451695919037, -0.041872259229421616, - -0.0049026100896298885, -0.007557706441730261, 0.016666261479258537, - -0.02576712891459465, -0.02674129046499729, -0.0003853309899568558, - 0.003530787071213126, -0.06036500260233879, -0.00403206842020154, - -0.002626791363582015, -0.06945963948965073, 0.012607377953827381, - -0.05172823369503021, 0.039268121123313904, 0.04572022706270218, - -0.04242484271526337, 0.026545314118266106, -0.023889152333140373, - 0.03229251876473427, -0.06656219065189362, -0.008021602407097816, - -0.019624294713139534, 0.03850885480642319, 0.015277479775249958, - -0.03052166849374771, -0.010461989790201187, -0.044024690985679626, - 0.03007933869957924, 0.020443543791770935, 0.015101506374776363, - 0.025300823152065277, -0.001213210984133184, -0.022731585428118706, - 0.040943510830402374, 0.013383140787482262, -0.03222271800041199, - -0.03762553632259369, -0.03524235635995865, -0.027350371703505516, - 0.025035617873072624, -0.027652597054839134, -0.013158494606614113, - -0.02309127151966095, 0.05597201734781265, -0.05480912700295448, - -0.01094332430511713, 0.003031602595001459, 0.033249299973249435, - -0.03413445129990578, 0.03307665139436722, -0.031611595302820206, - 0.006603915710002184, -0.05589976906776428, 0.03070312738418579, - -0.019470009952783585, 0.03852488473057747, -0.05052126199007034, - 0.042290594428777695, -0.04696919023990631, 0.001875180285423994, - -0.06324256956577301, 0.0439867340028286, -0.007258252240717411, - 0.05071965977549553, -0.0010647489689290524, 0.008548981510102749, - -0.007794135715812445, -0.04137789085507393, -0.03119715303182602, - 0.03989926353096962, 0.04169832915067673, -0.04319589585065842, - -0.011787875555455685, -0.012496738694608212, 0.019208747893571854, - 0.0053278799168765545, -0.031645216047763824, -0.0641145184636116, - 0.02503051795065403, -0.028368528932332993, -0.05696449056267738, - -0.054911524057388306, -0.029535943642258644, 0.019857989624142647, - -0.0634140595793724, 0.03371782228350639, -0.02381146140396595, - -0.0015091649256646633, -0.005842367187142372, 0.048592161387205124, - -0.06069118529558182, -0.054904863238334656, 0.008531125262379646, - -0.04977232590317726, -0.07150458544492722 - ], - [ - -0.02992137335240841, -0.17844870686531067, -0.15199659764766693, - 0.10098358243703842, -0.09499212354421616, -0.08833492547273636, - -0.07653942704200745, -0.03745027631521225, -0.0665312260389328, - -0.059150900691747665, 0.03133163973689079, 0.08996772766113281, - -0.07046038657426834, 0.08623944222927094, -0.02319467067718506, - -0.07030661404132843, -0.14564818143844604, -0.07654482871294022, - 0.029879676178097725, 0.11144688725471497, -0.128459170460701, 0.013439229689538479, - 0.16681769490242004, 0.0038200044073164463, -0.13813148438930511, - 0.12395891547203064, 0.08536068350076675, -0.06538853794336319, 0.00842444971203804, - -0.061436764895915985, 0.1069389060139656, 0.009284928441047668, - -0.0915275365114212, 0.005167610943317413, -0.026752498000860214, - -0.04872182011604309, 0.035404011607170105, 0.051971435546875, -0.13694240152835846, - -0.07643461972475052, -0.10381904989480972, 0.04077969118952751, - 0.008321816101670265, -0.06960040330886841, -0.04523111507296562, - -0.09219341725111008, -0.0680738240480423, 0.09189149737358093, - 0.020689144730567932, -0.010224522091448307, 0.0044073499739170074, - 0.0902869775891304, -0.04632061719894409, -0.17800372838974, -0.043030381202697754, - -0.12477946281433105, -0.04171178117394447, -0.025961030274629593, - -0.13005711138248444, -0.08794515579938889, -0.05794742330908775, - -0.00816383771598339, 0.06045918166637421, -0.12245552241802216, - -0.11440854519605637, 0.10853201895952225, -0.10355404764413834, - 0.10110769420862198, 0.047590047121047974, 0.1961062252521515, -0.00843956507742405, - -0.07247906923294067, 0.05224109813570976, -0.04150959476828575, - -0.08764513581991196, 0.11899139732122421, 0.12039326131343842, - -0.09447389096021652, 0.01024994719773531, -0.053732238709926605, - 0.037183403968811035, 0.27213943004608154, 0.020185071974992752, 0.2243172973394394, - 0.1675269901752472, -0.1587865799665451, 0.09186694025993347, -0.07197330892086029, - -0.029685720801353455, -0.09229578077793121, 0.19267705082893372, - -0.06182362139225006, 0.07259844243526459, -0.04921741783618927, - -0.09652236104011536, 0.10125414282083511, -0.07693643867969513, - -0.10250064730644226, -0.13781386613845825, 0.017636124044656754, - 0.0855151116847992, -0.09353011846542358, -0.08826565742492676, 0.03851489722728729, - 0.10729047656059265, -0.08696557581424713, -0.027166074141860008, - 0.08423686772584915, 0.23034271597862244, 0.10393959283828735, 0.011493957601487637, - 0.055812105536460876, -0.08804026991128922, -0.06699003279209137, - -0.13738016784191132, 0.25018563866615295, 0.11186707019805908, - -0.09594661742448807, 0.0646490529179573, 0.02716367319226265, -0.08708727359771729, - 0.1224207654595375, -0.06718331575393677, 0.02853567712008953, -0.1820666491985321, - -0.0779234915971756, -0.1595475673675537, -0.029784338548779488, 0.2692033350467682, - 0.09313227981328964, 0.04916844144463539, -0.11582616716623306, - -0.052966952323913574, 0.06791143119335175, -0.01472737081348896, - 0.1252444088459015, -0.1062924861907959, -0.03185533359646797, -0.11861714720726013, - -0.09430088102817535, -0.024973098188638687, -0.04307057335972786, - -0.07770268619060516, 0.0456162765622139, -0.05979020893573761, - 0.023195818066596985, 0.10191020369529724, -0.0628322884440422, - -0.0028729059267789125, 0.10343614965677261, -0.05994794890284538, - 0.013259232975542545, 0.10695436596870422, -0.12653762102127075, - 0.0007440121262334287, 0.022497905418276787, -0.12580184638500214, - -0.02235090732574463, -0.008432071655988693, 0.02645835652947426, - -0.08257462829351425, -0.08624429255723953, -0.04119496792554855, - 0.06448963284492493, 0.05724291130900383, -0.1345314234495163, -0.08698337525129318, - 0.14705722033977509, 0.04756278172135353, 0.0018212285358458757, - -0.07688010483980179, 0.052591994404792786, -0.12114608287811279, - -0.04972385615110397, -0.008804487064480782, -0.08569527417421341, - -0.10114714503288269, -0.07787536829710007, 0.04772552475333214, - 0.0011606923071667552, -0.07321952283382416, -0.06376872211694717, - 0.12763158977031708, -0.0806267186999321, 0.0033430529292672873, - -0.18433347344398499, 0.05520700663328171, -0.04602574557065964, - -0.037556927651166916, 0.0596727579832077, -0.12283752113580704, - 0.029675712808966637, -0.1310749650001526, 0.06076114997267723, 0.09201282262802124, - 0.0792403295636177, -0.019483091309666634, -0.11885429173707962, - -0.04234343022108078, 0.09007284045219421, 0.07422854751348495, - -0.028421366587281227, 0.042252179235219955, -0.17471633851528168, - 0.10150381177663803, 0.06954009085893631, 0.13307687640190125, -0.06538552790880203, - 0.06784258037805557, -0.13821172714233398, 0.004565299488604069, - -0.15990601480007172, -0.14656612277030945, 0.10999587178230286, - 0.07688389718532562, -0.11419913917779922, 0.007255660369992256, - -0.01099981740117073, -0.020320221781730652, -0.17617705464363098, - -0.03644523769617081, 0.0599496103823185, -0.04874962940812111, - -0.15458962321281433, -0.02838248573243618, -0.12518924474716187, - -0.020230377092957497, -0.009703591465950012, -0.06452368199825287, - -0.09903402626514435, -0.07077822089195251, -0.002288644900545478, - -0.0621022991836071, -0.1610240489244461, 0.0259908027946949, -0.040251102298498154, - -0.06168424338102341, 0.015011647716164589, -0.1007639467716217, - 0.10192184895277023, -0.06718466430902481, -0.08884143829345703, - 0.08658058196306229, 0.05448491498827934, 0.009990151971578598, -0.0803617611527443, - -0.0809258371591568, -0.008854390121996403, 0.01225096546113491, -0.016475735232234, - -0.08037872612476349, -0.1085105612874031, -0.026809288188815117, - -0.09536904841661453, 0.019863737747073174, 0.016924463212490082 - ], - [ - 0.05368084833025932, 0.21949292719364166, 0.061399031430482864, - -0.06190662086009979, 0.13160142302513123, 0.06462089717388153, 0.11849723011255264, - 0.11315489560365677, 0.15181870758533478, 0.13097256422042847, 0.06978888064622879, - 0.0639265701174736, 0.07214539498090744, 0.056674741208553314, 0.0564664825797081, - 0.03804227337241173, 0.11069352924823761, 0.10960381478071213, 0.10182251036167145, - -0.05304371565580368, 0.08659867942333221, 0.11154160648584366, -0.1833108514547348, - 0.04201674833893776, 0.14683601260185242, -0.05606548488140106, - -0.05737251415848732, 0.09934919327497482, 0.14425471425056458, 0.03021753951907158, - 0.044970449060201645, 0.04154881089925766, 0.15164415538311005, - -0.06712646037340164, 0.11122316122055054, 0.11531119793653488, - 0.016850953921675682, -0.013103688135743141, 0.12255581468343735, - 0.11910320818424225, 0.12703388929367065, -0.02643013745546341, 0.02885270118713379, - 0.10676392912864685, 0.10521839559078217, 0.11869251728057861, 0.14675553143024445, - -0.02364112064242363, -0.018393468111753464, -0.0014336724998429418, - -0.0037520367186516523, 0.024472776800394058, 0.023454219102859497, - 0.1959938257932663, 0.0464034266769886, 0.12945067882537842, 0.027071675285696983, - 0.058303654193878174, 0.12475026398897171, 0.13526232540607452, - 0.037457749247550964, 0.0967223197221756, -0.07614240050315857, 0.09730322659015656, - 0.18055644631385803, 0.0071197496727108955, 0.11980682611465454, - -0.02236073464155197, 0.03910079225897789, -0.2024857997894287, - 0.021928098052740097, 0.01130633894354105, -0.02337595820426941, - 0.10020344704389572, 0.1674603372812271, -0.08656079322099686, -0.06888465583324432, - 0.02722886949777603, 0.02740798331797123, 0.028218910098075867, - 0.012309405952692032, -0.07455160468816757, -0.012151670642197132, - -0.1201121062040329, -0.08164109289646149, 0.1554115116596222, 0.035356126725673676, - 0.022494109347462654, 0.07211561501026154, 0.10225977003574371, -0.0447801873087883, - 0.13459978997707367, -0.07109809666872025, 0.06046988442540169, 0.09049908816814423, - -0.00012335182691458613, 0.10194098949432373, 0.0819936990737915, - 0.20323123037815094, 0.016886724159121513, -0.028412938117980957, - 0.08108233660459518, 0.10949288308620453, 0.037889741361141205, - -0.04737195372581482, 0.07923772931098938, 0.09446829557418823, - 0.035161685198545456, -0.17992883920669556, -0.05662671476602554, - 0.016752179712057114, -0.04993753135204315, 0.042940277606248856, - 0.04335824027657509, 0.16582612693309784, -0.13832125067710876, - -0.04957167059183121, 0.0663038119673729, 0.07750871777534485, 0.05363835394382477, - 0.12476663291454315, 0.015238417312502861, 0.08896426111459732, 0.04081542417407036, - 0.10159139335155487, 0.04159308597445488, 0.07916530221700668, 0.09694904088973999, - -0.1898496299982071, -0.14530250430107117, -0.0402497835457325, 0.10511761158704758, - 0.1294739544391632, -0.012091423384845257, 0.09586882591247559, - -0.031952496618032455, 0.029534555971622467, 0.11340811848640442, - 0.2165684998035431, 0.0988951027393341, -0.017208412289619446, 0.08481935411691666, - 0.09472332894802094, 0.028418375179171562, 0.009522355161607265, - 0.11506783217191696, -0.017754944041371346, 0.08863984048366547, - 0.11228185147047043, -0.04688721522688866, 0.08212953805923462, - -0.03885645419359207, 0.04399437457323074, 0.0986318439245224, 0.006917253136634827, - -0.03204331547021866, 0.15887370705604553, 0.02792280539870262, 0.03695496916770935, - 0.04270920902490616, 0.0850253626704216, 0.022373566403985023, 0.13262704014778137, - -0.06758664548397064, 0.003930415026843548, 0.06862787902355194, 0.1446121633052826, - -0.15996432304382324, 0.07352852076292038, 0.09262897819280624, 0.14067429304122925, - 0.031296104192733765, 0.1622217446565628, 0.14962351322174072, 0.05785020813345909, - 0.12017164379358292, 0.07576398551464081, 0.12667201459407806, -0.01809876412153244, - 0.09256941825151443, 0.018034113571047783, 0.053914401680231094, - -0.09058970957994461, 0.031515415757894516, 0.04509400576353073, - 0.12250811606645584, 0.04407523199915886, 0.15855565667152405, 0.1303582489490509, - -0.09497088193893433, 0.06613093614578247, 0.09351847320795059, 0.18234941363334656, - -0.06368489563465118, 0.040017928928136826, -0.019284939393401146, - 0.030335815623402596, 0.08821915090084076, 0.08988840878009796, 0.0076708416454494, - -0.006949986331164837, 0.0923360213637352, 0.013359708711504936, - 0.06136883422732353, -0.04591803625226021, 0.02961672842502594, - -0.04512685537338257, 0.08461535722017288, -0.018648704513907433, - 0.11778244376182556, 0.07928726077079773, 0.17500163614749908, 0.15427298843860626, - 0.001880842144601047, -0.0925770029425621, 0.14914646744728088, - 0.001197927282191813, 0.05259902775287628, 0.02223537676036358, 0.155029758810997, - 0.08948957175016403, 0.03194819763302803, 0.028934767469763756, 0.07442613691091537, - 0.005938288755714893, 0.12440100312232971, 0.08404127508401871, 0.07768560945987701, - 0.13829262554645538, 0.17851652204990387, 0.017909392714500427, - 0.043084658682346344, 0.09569449722766876, 0.1323140412569046, -0.07466503977775574, - 0.05664825066924095, 0.010288040153682232, 0.0485437847673893, 0.07821893692016602, - -0.05370884761214256, 0.10441692918539047, 0.16145138442516327, 0.06804715096950531, - -0.0282890647649765, 0.0057641020976006985, 0.10386887937784195, - 0.007343336008489132, 0.06645988672971725, 0.045815590769052505, - 0.09571071714162827, 0.08406611531972885, 0.06377027928829193, 0.1374797374010086, - 0.03638051450252533, 0.0204500462859869, 0.12820672988891602 - ], - [ - -0.02150108851492405, -0.05192295461893082, 0.05963163822889328, - 0.028472570702433586, -0.0033489956986159086, -0.019959978759288788, - -0.04832566902041435, -0.04786711558699608, -0.0623009130358696, - -0.04906490445137024, -0.05282720550894737, -0.009518568404018879, - 0.014857735484838486, 0.0025533365551382303, 0.0006775479414500296, - -0.021074697375297546, -0.05473875254392624, -0.012274784035980701, - 0.043768104165792465, 0.03546890616416931, 0.031099312007427216, - 0.033578936010599136, 0.0438242182135582, -0.03811417892575264, 0.01897546648979187, - -0.0567195825278759, -0.037715598940849304, 0.02947850152850151, - 0.016609981656074524, 0.04967152699828148, -0.02953740954399109, - -0.009321258403360844, -0.02977587841451168, -0.015435940586030483, - 0.048415590077638626, -0.0378837063908577, 0.022823257371783257, - 0.023441551253199577, 0.008027970790863037, -0.005720230750739574, - 0.03687465563416481, 0.035869404673576355, 0.03693797066807747, - -0.03075353056192398, -0.01294048223644495, -0.0004213310603518039, - -0.06157718598842621, 0.010114302858710289, -0.020339034497737885, - 0.05624166876077652, -0.006243913900107145, 0.033159658312797546, - -0.06290725618600845, 0.046155281364917755, -0.039494987577199936, - 0.043947983533144, -0.02280087023973465, 0.04407970979809761, -0.03789664804935455, - -0.04990106448531151, -0.06558521836996078, -0.001226787455379963, - -0.040060292929410934, 0.051752857863903046, -0.03232434391975403, - 0.01500412356108427, -0.06739448755979538, 0.021403498947620392, - -0.04155368357896805, 0.026793837547302246, 0.02387145161628723, - -0.000957946409471333, -0.025395279750227928, 0.06010810658335686, - 0.03746583312749863, 0.014925086870789528, -0.007655994966626167, - -0.015886688604950905, -0.05238036811351776, -0.010092848911881447, - -0.002376641146838665, -0.05256024748086929, 0.0033893221989274025, - -0.03118138387799263, 0.04280751943588257, 0.010763646103441715, - -0.033934418112039566, 0.0608653798699379, 0.036272600293159485, - 0.03211778402328491, 0.008821345865726471, -0.026457486674189568, - -0.05256105586886406, 0.011335862800478935, -0.05231371149420738, - -0.057675205171108246, 0.006326541304588318, -0.010763854719698429, - -0.004897903650999069, -0.06774728000164032, 0.008898795582354069, - 0.053575970232486725, 0.0012611657148227096, 0.009462349116802216, - -0.00967989768832922, -0.03357049822807312, 0.0509796068072319, - -0.0038243073504418135, 0.0035984579008072615, 0.03158612176775932, - -0.013960234820842743, -0.014512746594846249, 0.02162914164364338, - 0.01046023704111576, 0.026967626065015793, -0.05482512712478638, - 0.008862573653459549, 0.044926099479198456, -0.04561100900173187, - -0.050477802753448486, 0.028842007741332054, -0.058198604732751846, - 0.043184082955121994, -0.012117323465645313, 0.007745277602225542, - -0.015970347449183464, 0.013064651750028133, -0.02397613599896431, - 0.05886181443929672, -0.04115939140319824, -0.035313766449689865, - -0.01853136718273163, -0.03049570322036743, -0.03502478450536728, - -0.06474444270133972, -0.013570690527558327, -0.0007967380224727094, - 0.04052381217479706, 0.019648946821689606, 0.05194884538650513, - -0.003556997049599886, 0.01047577429562807, 0.054225217550992966, - -0.04809718206524849, 0.00025396666023880243, 0.027409914880990982, - 0.018497325479984283, 0.025870561599731445, -0.04484977945685387, - 0.008983074687421322, 0.05171773582696915, -0.002079455181956291, - -0.04626110941171646, -0.0426156185567379, -0.037099987268447876, - -0.02175423502922058, -0.040490441024303436, -0.02084454521536827, - -0.019406002014875412, 0.04127170518040657, -0.053377408534288406, - 0.037461888045072556, 0.027914535254240036, 0.03276221081614494, - -0.04386034235358238, -0.050679635256528854, -0.020891685038805008, - 0.009908227249979973, 0.04592086747288704, -0.060317136347293854, - -0.04751818627119064, 0.024412380531430244, 0.03746028617024422, - 0.003253967734053731, -0.024951839819550514, -0.049876779317855835, - -0.017014306038618088, 0.021650124341249466, 0.03794969245791435, - 0.042630381882190704, 0.035528987646102905, -0.009186416864395142, - -0.01095918845385313, 0.01822667196393013, -0.052213914692401886, - -0.03930318355560303, -0.034919124096632004, 0.034328024834394455, - 0.021161770448088646, 0.008551536127924919, -0.02133229374885559, - -0.050845917314291, -0.007975456304848194, 0.04962195083498955, - -0.06750448048114777, -0.03291787952184677, -5.0206337618874386e-5, - 0.00978182815015316, -0.02140757255256176, 0.007544125430285931, 0.0219295434653759, - 0.05009160190820694, -0.0270244088023901, 0.0018641315400600433, - 0.014182964339852333, 0.018158696591854095, -0.038176361471414566, - 0.015866873785853386, -0.03189130499958992, 0.0032752826809883118, - 0.04676681011915207, 0.05554001033306122, 0.05178922042250633, -0.039045300334692, - 0.04960668832063675, -0.026781730353832245, -0.030976422131061554, - -0.024578286334872246, -0.04776515066623688, 0.042172838002443314, - -0.0631486028432846, -0.03753251954913139, -0.05388028919696808, - 0.013639469631016254, 0.03629310429096222, -0.008140750229358673, - -0.03145694360136986, -0.016898106783628464, -0.0012328663142398, - -0.03449128568172455, 0.007318192161619663, 0.004823132883757353, - -0.018760904669761658, 0.045871488749980927, -0.006303074304014444, - -0.04291689023375511, 0.006920749321579933, 0.03620775043964386, - 0.02927510440349579, -0.04312265291810036, -0.003358293091878295, - 0.04263649880886078, 0.02231953851878643, -0.05116964504122734, - -0.022665418684482574, 0.017062976956367493, 0.016265543177723885, - -0.01733316108584404, -0.051663924008607864, 0.03516132012009621, - 0.01304628886282444, -0.061401885002851486, -0.04419873282313347, - -0.03024902753531933, 0.0076556080020964146, -0.005492054391652346 - ], - [ - -0.055137354880571365, -0.1887708604335785, -0.14176255464553833, - 0.006728275213390589, -0.09652740508317947, -0.04941172152757645, - -0.10683439671993256, -0.12915438413619995, -0.05217139795422554, - 0.024972738698124886, -0.019307631999254227, 0.05414174497127533, - -0.0789175033569336, 0.06835170835256577, -0.08776114881038666, - -0.026346715167164803, -0.019365843385457993, -0.13863611221313477, - 0.021848589181900024, 0.05484464019536972, -0.14443115890026093, - 0.0025193241890519857, 0.2067449539899826, 0.05276096239686012, - -0.11520197242498398, 0.06540822982788086, 0.12980268895626068, - -0.003753415308892727, -0.1127316877245903, -0.02626734972000122, - 0.08021976798772812, -0.025733349844813347, -0.05456371232867241, - 0.013694622553884983, -0.09950041770935059, -0.046625349670648575, - 0.04770512506365776, 0.029459280893206596, -0.07378632575273514, - -0.09922800958156586, -0.007862414233386517, 0.07398118078708649, - -0.018257727846503258, -0.10552186518907547, -0.09043607115745544, - -0.015489335171878338, -0.06979121267795563, 0.05670887604355812, - -0.023830736055970192, 0.058939047157764435, 0.01296455878764391, - 0.09932605177164078, -0.041371285915374756, -0.12710513174533844, -0.08658467233181, - -0.025248946622014046, -0.07958758622407913, -0.07762021571397781, - -0.09132309257984161, -0.13414858281612396, -0.04008806496858597, - -0.01672624796628952, 0.1158314198255539, -0.1661289781332016, -0.07602981477975845, - -0.005153645295649767, 0.001688645570538938, 0.0073737394995987415, - -0.05389418825507164, 0.28018537163734436, 0.03665563836693764, - -0.11542439460754395, -0.023074164986610413, 0.04754502698779106, - -0.05271172896027565, 0.03547072783112526, 0.07288165390491486, -0.1183517649769783, - 0.03460543602705002, -0.03412122279405594, -0.05041717737913132, - 0.15679408609867096, 0.008757890202105045, 0.20578816533088684, 0.1385333389043808, - -0.1887570470571518, 0.05196923762559891, -0.037762340158224106, - 0.04382782801985741, -0.061525825411081314, 0.19399724900722504, - 0.0029444233514368534, 0.13511617481708527, 0.026371799409389496, - -0.09298446774482727, 0.0029838941991329193, -0.018716825172305107, - -0.009457580745220184, -0.16080866754055023, -0.004574617836624384, - 0.0650305449962616, -0.059518855065107346, -0.04751236364245415, - -0.0015394012443721294, 0.01716245710849762, -0.014969130977988243, - -0.029448749497532845, 0.031146252527832985, 0.20722663402557373, - 0.04840333014726639, 0.05064618960022926, 0.038819439709186554, - -0.13380731642246246, -0.00944640301167965, -0.17448751628398895, - 0.13015729188919067, 0.09846869856119156, -0.06777975708246231, - -0.023320965468883514, 0.09994350373744965, -0.11793544143438339, - 0.02770460955798626, -0.059884823858737946, -0.043458640575408936, - -0.11644633114337921, -0.08250339329242706, -0.09814471006393433, - -0.030435623601078987, 0.17918647825717926, 0.13263516128063202, - 0.08363720774650574, -0.05553502216935158, -0.08507078140974045, - 0.09030080586671829, -0.06023310124874115, 0.03226228430867195, - -0.008216114714741707, -0.057398807257413864, -0.1579114943742752, - -0.0628914088010788, 0.05118783563375473, -0.0015468101482838392, - -0.13091114163398743, -0.009316406212747097, 0.003396274521946907, - -0.034210238605737686, 0.08907309919595718, -0.15491943061351776, - -0.03643398731946945, 0.0910191759467125, -0.08967491239309311, 0.05569302290678024, - 0.026882916688919067, -0.05348002538084984, 0.06489159166812897, - 0.08349800854921341, -0.04805818200111389, -0.07397549599409103, - -0.03693358600139618, 0.02867027558386326, -0.04477553069591522, - -0.07170595228672028, -0.090431809425354, -0.005284904036670923, 0.0535929799079895, - -0.1549966186285019, -0.11220359802246094, 0.11741592735052109, - -0.06547844409942627, 0.014869564212858677, -0.1713697463274002, - 0.01584276556968689, -0.11505350470542908, -0.0770082175731659, - -0.05350032076239586, -0.13061212003231049, -0.10382803529500961, - -0.1267290711402893, 0.0036779020447283983, -0.06099984049797058, - 0.002290193922817707, -0.07569337636232376, 0.1388881951570511, - -0.028722461313009262, 0.057325009256601334, -0.08821552991867065, - -0.0050937458872795105, -0.12676049768924713, 0.007134860847145319, - 0.13871213793754578, -0.14158454537391663, -0.06329143047332764, - -0.11968275904655457, 0.10836350917816162, 0.12719829380512238, 0.05328867584466934, - -0.05486215278506279, -0.15104439854621887, -0.06114418804645538, - 0.05176455155014992, 0.09838992357254028, -0.09687548875808716, - 0.030653677880764008, -0.1266663670539856, 0.09314119070768356, - 0.052192699164152145, 0.16096362471580505, -0.0424104779958725, 0.03972393274307251, - -0.03338286653161049, -0.028392547741532326, -0.10427790880203247, - -0.12002353370189667, 0.06643892824649811, 0.13270491361618042, - -0.11982427537441254, -0.06728051602840424, 0.007026911247521639, - -0.04205667972564697, -0.17760443687438965, -0.010667254216969013, - 0.06395253539085388, -0.033314574509859085, -0.07891515642404556, - 0.020917771384119987, -0.055976998060941696, -0.10238828510046005, - -0.03454487770795822, -0.13440285623073578, -0.11774825304746628, - -0.10836552828550339, -0.09684988856315613, -0.095112144947052, - -0.17022950947284698, 0.06504422426223755, -0.050108544528484344, - -0.05655725300312042, 0.07599100470542908, -0.02571289613842964, - 0.03915896266698837, -0.10650987178087234, -0.023068834096193314, - 0.10333399474620819, 0.09759658575057983, 0.09764089435338974, -0.07251201570034027, - 0.022603629156947136, -0.0833403542637825, -0.08773919939994812, - -0.09706530719995499, -0.032564714550971985, -0.09105757623910904, - -0.06998434662818909, -0.05870571732521057, -0.0022830143570899963, - -0.09073711186647415 - ], - [ - 0.018962861970067024, 0.21824704110622406, 0.04414600133895874, - -0.05283305048942566, 0.05048222839832306, 0.12404794245958328, 0.16408929228782654, - 0.10135751217603683, 0.11752820760011673, 0.08758068829774857, 0.10508392006158829, - -0.010100150480866432, 0.15267935395240784, 0.07505057752132416, - 0.09799951314926147, 0.05003777891397476, 0.12409992516040802, 0.13552699983119965, - 0.1273314356803894, -0.027742335572838783, 0.12882663309574127, 0.09264402836561203, - -0.15349899232387543, -0.040125854313373566, 0.16183164715766907, - -0.011349829845130444, -0.0334436371922493, 0.09344884008169174, - 0.10102223604917526, 0.12164051830768585, 0.03938891738653183, 0.0733475610613823, - 0.10130743682384491, -0.012573574669659138, 0.1248869076371193, 0.06372768431901932, - -0.004534080158919096, 0.09798786789178848, 0.14014466106891632, - 0.11719557642936707, 0.13220487534999847, 0.029913900420069695, 0.08959843963384628, - 0.043655749410390854, 0.0409209281206131, 0.05921681225299835, 0.09709197282791138, - -0.04677063599228859, -0.0019639581441879272, 0.019772829487919807, - -0.03870229795575142, -0.08113332092761993, 0.02458091825246811, - 0.17685364186763763, 0.15906397998332977, 0.13619403541088104, 0.11578810960054398, - 0.0704268291592598, 0.15733212232589722, 0.14971093833446503, 0.10255417227745056, - 0.04120311141014099, -0.03856779262423515, 0.1659470945596695, 0.11457206308841705, - -0.021269844844937325, 0.07989814877510071, -0.04245384410023689, - 0.07691341638565063, -0.13158120214939117, 0.11112423241138458, - 0.013920682482421398, 0.030814943835139275, 0.0698123350739479, 0.16224214434623718, - -0.08262896537780762, -0.045690108090639114, 0.0671786516904831, - 0.0004967981949448586, 0.11530276387929916, 0.023410571739077568, - -0.11691971123218536, -0.06416641920804977, -0.16875576972961426, - -0.03361457586288452, 0.1684698909521103, 0.049406908452510834, 0.04808013141155243, - 0.09843038022518158, 0.13208889961242676, -0.1049499660730362, 0.0820407122373581, - -0.012655122205615044, 0.12081194669008255, 0.04125092551112175, - -0.07634814828634262, 0.1136908307671547, 0.15128010511398315, 0.17706160247325897, - 0.014240453019738197, -0.040346574038267136, 0.11287140101194382, - 0.05283219739794731, 0.08017043769359589, 0.04018983989953995, 0.10790959745645523, - 0.08144295960664749, -0.023351622745394707, -0.14481757581233978, - 0.02587277442216873, 0.03435793146491051, -0.019963089376688004, - 0.09707775712013245, 0.0958205908536911, 0.08551310747861862, -0.15481585264205933, - 0.037805043160915375, 0.10123322159051895, -0.010081875137984753, - -0.06889815628528595, 0.06072176620364189, -0.02163274586200714, - 0.08469534665346146, 0.02867119014263153, 0.13431337475776672, 0.15605509281158447, - 0.11102856695652008, 0.10741479694843292, -0.13472676277160645, - -0.12419631332159042, 0.019685734063386917, 0.11683429777622223, - 0.10060857981443405, -0.025983206927776337, 0.010620707646012306, - -0.06693451851606369, 0.10581470280885696, 0.12190645188093185, 0.1617787778377533, - 0.13636627793312073, -0.04605431109666824, 0.05494994297623634, - 0.036984968930482864, 0.006428368855267763, 0.05983487889170647, - 0.055208172649145126, -0.01584598235785961, 0.05472544580698013, - -0.006501761730760336, -0.06143128126859665, 0.12256572395563126, - -0.0375625379383564, -0.04271381348371506, 0.16408738493919373, 0.05634574219584465, - 0.03439191356301308, 0.12830829620361328, 0.02240314520895481, 0.0494525209069252, - 0.035275861620903015, 0.06633013486862183, 0.08414720743894577, 0.14442382752895355, - -0.07225850969552994, -0.02887677773833275, 0.09329267591238022, - 0.12000330537557602, -0.1612069457769394, 0.027672557160258293, 0.03934822604060173, - 0.16308362782001495, -0.05751897022128105, 0.1909084916114807, 0.052554454654455185, - 0.09138036519289017, 0.0894835963845253, 0.12716662883758545, 0.10003803670406342, - -0.05569485202431679, 0.10187239199876785, 0.08735038340091705, 0.11178447306156158, - -0.02040773816406727, 0.05943471938371658, 0.03351154923439026, 0.135091170668602, - 0.09237594157457352, 0.08306432515382767, 0.028016136959195137, - -0.09214351326227188, 0.0926733985543251, 0.055306047201156616, 0.0992383137345314, - -0.0673433467745781, -0.027552461251616478, -0.021559838205575943, - 0.06837106496095657, 0.09662120789289474, 0.17148828506469727, 0.03919938951730728, - -0.019451739266514778, 0.17602397501468658, 0.06989359855651855, - 0.03989485278725624, -0.027111446484923363, -0.017246676608920097, - -0.15529192984104156, 0.0987263172864914, 0.017301680520176888, 0.07394161075353622, - 0.10948564112186432, 0.1043168157339096, 0.15937235951423645, 0.022835057228803635, - -0.05431365221738815, 0.13062667846679688, 0.10160989314317703, 0.1179957389831543, - 0.030601296573877335, 0.17134645581245422, 0.024897264316678047, - 0.07087986171245575, 0.12287190556526184, 0.08532646298408508, 0.08332730829715729, - 0.09768963605165482, 0.12115784734487534, 0.038059499114751816, 0.06122098118066788, - 0.06985089182853699, 0.12161095440387726, 0.1179460734128952, 0.12496808916330338, - 0.13332262635231018, -0.05735792964696884, 0.054967623203992844, - -0.008114270865917206, 0.0034013858530670404, 0.08026233315467834, - -0.07675226032733917, 0.050612177699804306, 0.0981123298406601, - 0.011182394810020924, -0.017603294923901558, -0.03324657678604126, - 0.14270253479480743, 0.04304631054401398, 0.1255698800086975, 0.05483168736100197, - 0.025556618347764015, 0.08612015098333359, 0.08666147291660309, 0.07598288357257843, - 0.08693109452724457, 0.13246074318885803, 0.07888871431350708 - ], - [ - -0.09234930574893951, -0.206277996301651, -0.09171240031719208, 0.08953605592250824, - -0.024468930438160896, -0.11627839505672455, -0.12794369459152222, - -0.1272173821926117, -0.05476512014865875, -0.044706180691719055, - -0.0700317993760109, 0.08809975534677505, -0.04051917418837547, 0.0689820796251297, - -0.007416506297886372, -0.09275420010089874, -0.04092458635568619, - -0.12246964126825333, -0.0007255731616169214, 0.024220824241638184, - -0.16252301633358002, -0.0854496955871582, 0.17006352543830872, 0.0357406884431839, - -0.02708628587424755, 0.11487367004156113, 0.07668529450893402, - -0.045994289219379425, -0.06952288746833801, -0.08255442976951599, - 0.06110750138759613, -0.0558222271502018, -0.12479443848133087, - 0.040286626666784286, -0.04661662131547928, -0.07055938243865967, - 0.09907152503728867, -0.01120057888329029, -0.1289723962545395, - -0.10488943010568619, -0.04046904295682907, 0.05856279283761978, - -0.008854340761899948, -0.09625748544931412, -0.14154911041259766, - -0.08332701772451401, -0.1160581111907959, 0.13605916500091553, 0.06460784375667572, - -0.025411251932382584, 0.10677516460418701, 0.05652504786849022, - -0.06521270424127579, -0.20946542918682098, -0.14539071917533875, - -0.014294443652033806, -0.07422082871198654, -0.013768956996500492, - -0.11604485660791397, -0.08219452947378159, -0.021842962130904198, - -0.042696814984083176, 0.11643874645233154, -0.1881847232580185, - -0.11581741273403168, 0.006018077954649925, -0.004657694138586521, - 0.05998625233769417, 0.025157036259770393, 0.18724195659160614, - -0.07754839956760406, -0.12127029150724411, 0.07910465449094772, - -0.027887403964996338, -0.10576215386390686, 0.12881064414978027, - 0.12419863790273666, -0.0020494912751019, 0.0772077813744545, -0.04265201836824417, - -0.04634753242135048, 0.18687768280506134, 0.10013219714164734, 0.1785409152507782, - 0.1729804277420044, -0.1231640875339508, 0.016670221462845802, -0.04631541669368744, - 0.05928824469447136, 0.0017834455939009786, 0.22656695544719696, - -0.07280551642179489, 0.03935559466481209, 0.031395841389894485, - -0.07783713936805725, 0.06094237416982651, -0.0720767080783844, - -0.047339484095573425, -0.07666357606649399, 0.05714702978730202, - 0.01631990075111389, -0.11350823193788528, -0.0628945380449295, - -0.05030728131532669, 0.04443497210741043, -0.07837474346160889, - 0.0041017355397343636, 0.1050061583518982, 0.22643667459487915, - 0.026979990303516388, 0.13066935539245605, 0.08912433683872223, -0.0351928249001503, - 0.005042361095547676, -0.15535807609558105, 0.2332318127155304, 0.0639360100030899, - -0.08222077041864395, 0.06814408302307129, 0.09374647587537766, - -0.12340457737445831, 0.059331268072128296, -0.02605702169239521, - -0.0010934184538200498, -0.1643860936164856, -0.10483244806528091, - -0.1513565480709076, -0.11641949415206909, 0.2740994989871979, 0.04944871366024017, - 0.10174374282360077, -0.05823000147938728, -0.14485347270965576, - 0.03539104014635086, -0.04779522493481636, 0.07758790254592896, - -0.004924565088003874, -0.051771145313978195, -0.13770082592964172, - -0.11150026321411133, 0.031659919768571854, -0.0381927452981472, - -0.040430039167404175, -0.03615553677082062, 0.018248818814754486, - -0.01418238878250122, 0.05811289697885513, -0.08618694543838501, - -0.05419868975877762, 0.035746071487665176, -0.09009256958961487, - 0.03520934283733368, 0.05621131882071495, -0.08824508637189865, 0.11523961275815964, - 0.0547109991312027, -0.12082003802061081, -0.034266505390405655, - -0.02977129817008972, 0.06729219108819962, -0.05448247119784355, - -0.05148368328809738, -0.10489365458488464, 0.006720001343637705, - 0.12702377140522003, -0.09177936613559723, -0.10707256942987442, - 0.19890376925468445, 0.0022208907175809145, 0.0013214655919000506, - -0.1253010481595993, 0.04149685800075531, -0.13401098549365997, - -0.09762105345726013, -0.08392015099525452, -0.13712291419506073, - -0.12881144881248474, -0.12445134669542313, 0.03331807628273964, - 0.025212427601218224, -0.027201179414987564, -0.049842312932014465, - 0.06692465394735336, -0.05027123540639877, -0.020409822463989258, - -0.12420957535505295, 0.0587264783680439, -0.0726422667503357, -0.07639610767364502, - 0.13526934385299683, -0.0450734868645668, 0.024274097755551338, - -0.12597505748271942, 0.0785432904958725, 0.08016137778759003, 0.026067465543746948, - -0.06456392258405685, -0.14503495395183563, -0.09593165665864944, - 0.039769213646650314, 0.13611054420471191, -0.06013413146138191, - -0.0440814346075058, -0.052634552121162415, 0.09228283911943436, - 0.058980077505111694, 0.15179482102394104, -0.0841854065656662, - -0.015554910525679588, -0.12080175429582596, -0.0384051650762558, - -0.1440444141626358, -0.08062591403722763, 0.009294566698372364, - 0.07605689018964767, -0.16410675644874573, 0.016472389921545982, - -0.05526665598154068, -0.06131242215633392, -0.16073022782802582, - -0.028143882751464844, 0.08121317625045776, 0.027717720717191696, - -0.09983527660369873, -0.048885904252529144, -0.1165722981095314, - -0.07019024342298508, -0.024434957653284073, -0.03308456018567085, - -0.12209921330213547, 0.006582341156899929, -0.055161066353321075, - -0.09623373299837112, -0.15349127352237701, -0.017278404906392097, - -0.005236421246081591, 0.01618289202451706, 0.05066842958331108, - -0.011085987091064453, 0.1097196489572525, -0.06605763733386993, - -0.08130060136318207, 0.0651138424873352, 0.04366471618413925, 0.09662141650915146, - -0.019962910562753677, -0.0030836581718176603, 0.003798774676397443, - -0.07356330007314682, 0.016773268580436707, 0.01291207317262888, - -0.10720827430486679, -0.028965624049305916, -0.03473813459277153, - 0.029062733054161072, 0.01783325895667076 - ], - [ - 0.013815502636134624, -0.19087305665016174, -0.04962494224309921, - 0.10079101473093033, 0.016970504075288773, -0.019238777458667755, - -0.08389540016651154, -0.06554526090621948, -0.12812623381614685, - -0.07210943847894669, 0.0570889413356781, -0.012415187433362007, - -0.06176828220486641, 0.014897516928613186, -0.0618244968354702, - -0.1319919228553772, -0.06776335090398788, -0.019230633974075317, - 0.014577904716134071, 0.07128693163394928, -0.10380040109157562, - -0.05461263656616211, 0.22656655311584473, 0.09343228489160538, - -0.08835314214229584, 0.04375097528100014, 0.1712750792503357, -0.08908926695585251, - -0.007477979175746441, 0.011449669487774372, 0.032650988548994064, - -0.07921919226646423, -0.04658614844083786, 0.017616400495171547, - -0.060311540961265564, -0.02382749319076538, -0.0030517270788550377, - 0.05004265531897545, -0.06597545742988586, -0.006661255843937397, - -0.06792213022708893, 0.0503239706158638, -0.003892152104526758, - -0.024243025109171867, -0.1202361062169075, -0.05914563313126564, - -0.08224654942750931, 0.1247979924082756, -0.04780229553580284, - -0.055330075323581696, 0.054489850997924805, 0.08461254835128784, - 0.020067883655428886, -0.13062980771064758, -0.07335305958986282, - -0.05358175188302994, -0.017832232639193535, -0.06289288401603699, - -0.13911089301109314, -0.203413188457489, -0.09611298143863678, - -0.0034027774818241596, 0.028084518387913704, -0.18974517285823822, - -0.08961392194032669, 0.038174379616975784, -0.038528922945261, 0.10745316743850708, - -0.006298532709479332, 0.15908081829547882, -0.01213031355291605, - -0.06178312748670578, 0.06833872199058533, 0.05315583199262619, - -0.13158148527145386, 0.06220966577529907, 0.058061495423316956, - 0.032752033323049545, 0.023151371628046036, -0.04293197765946388, - -0.011019307188689709, 0.2484203428030014, 0.09874223917722702, 0.17040660977363586, - 0.1982160359621048, -0.18420961499214172, -0.0032714332919567823, - 0.029180102050304413, 0.027722278609871864, -0.07640708237886429, - 0.23305734992027283, -0.02928059548139572, 0.08792843669652939, - -0.05337182432413101, -0.061766378581523895, 0.09867292642593384, - -0.16213099658489227, -0.03995087370276451, -0.07225145399570465, - 0.05795613303780556, 0.054543234407901764, -0.13352054357528687, - 0.008339963853359222, 0.026235030964016914, 0.027033941820263863, - -0.0024701529182493687, -0.06693314015865326, 0.1091553121805191, - 0.1639256328344345, 0.12344827502965927, 0.12497377395629883, 0.0929756611585617, - -0.09423801302909851, -0.06562291085720062, -0.05893237888813019, - 0.24037589132785797, 0.03102990984916687, -0.06755285710096359, 0.07943145185709, - 0.04761229455471039, -0.08499204367399216, 0.09666655212640762, -0.0355985201895237, - -0.05181438848376274, -0.1391829401254654, -0.07176624238491058, - -0.13647544384002686, -0.08334716409444809, 0.2798035144805908, 0.08970525860786438, - 0.022343745455145836, -0.08863632380962372, -0.05602342262864113, - 0.0726647600531578, 0.0374881885945797, 0.1268511712551117, -0.032082971185445786, - -0.0525064542889595, -0.0907842218875885, -0.03901941701769829, - 0.029792189598083496, 0.009593382477760315, -0.03953677415847778, - 0.026240583509206772, 0.04386378452181816, 0.04051309823989868, 0.07257496565580368, - -0.05888770893216133, 0.015263007953763008, 0.11017417162656784, - -0.02325199916958809, 0.1223054900765419, 0.0583268366754055, -0.0691874697804451, - 0.09137716889381409, 0.03902094438672066, -0.17803223431110382, - -0.010761584155261517, -0.022884463891386986, 0.05659353733062744, - -0.13997100293636322, -0.045085079967975616, -0.10156179964542389, - 0.06525259464979172, 0.09877181053161621, -0.04181767627596855, - -0.14413680136203766, 0.1877395510673523, -0.08217280358076096, - 0.011433226987719536, -0.16603519022464752, 0.05647807940840721, - -0.17075073719024658, -0.055573951452970505, -0.09102506935596466, - -0.1192011684179306, -0.12609095871448517, -0.262825071811676, 0.028311433270573616, - -0.060321614146232605, -0.036705367267131805, 0.015151130966842175, - 0.11147560924291611, -0.10078860819339752, 0.06510022282600403, - -0.22281672060489655, 0.018865153193473816, -0.06298281252384186, - -0.03937799483537674, 0.09576232731342316, -0.030561434105038643, - 0.041787467896938324, -0.16457588970661163, 0.0579332634806633, 0.08003529161214828, - 0.06784836947917938, 0.010708614252507687, -0.11010316759347916, - -0.10167191922664642, 0.10474961996078491, 0.10156853497028351, - -0.04722776263952255, 0.04701150953769684, -0.10222385078668594, - 0.019718216732144356, 0.06625708192586899, 0.12479165196418762, - -0.04827860742807388, -0.003679304150864482, -0.1508171111345291, - -0.1038626879453659, -0.14210303127765656, -0.16483870148658752, - -0.017281582579016685, 0.1363854855298996, -0.051274023950099945, - 0.008289488032460213, 0.015634389594197273, -0.05360035598278046, - -0.22432729601860046, -0.017647461965680122, 0.10268156975507736, - -0.01617693528532982, -0.2072836011648178, 0.06483365595340729, - -0.10805615037679672, 0.010365994647145271, 0.009501755237579346, - -0.11121710389852524, -0.05843878909945488, -0.08600503951311111, - -0.016363143920898438, -0.03338734805583954, -0.0747571587562561, - 0.00596650131046772, -0.04214316979050636, 0.046450432389974594, - 0.08084272593259811, -0.022752970457077026, 0.053660836070775986, - -0.039272721856832504, -0.028925150632858276, 0.016195619478821754, - 0.005891517736017704, 0.07828184217214584, -0.10695619136095047, - 0.03629264980554581, -0.1105625331401825, 0.006023464258760214, 0.03520943224430084, - -0.055024079978466034, -0.12540046870708466, -0.12770526111125946, - 0.015104535035789013, 0.006834687199443579, 0.011376804672181606 - ], - [ - -0.041973620653152466, -0.12078628689050674, -0.10876432061195374, - -0.02340828627347946, -0.04593171551823616, -0.04245928302407265, - -0.02631252072751522, -0.024004213511943817, -0.057481806725263596, - 0.004184240475296974, -0.025647733360528946, -0.018222039565443993, - -0.04646933078765869, 0.009113705717027187, 0.002803928917273879, - -0.05530920252203941, -0.0969921424984932, -0.059416357427835464, - 0.035131558775901794, -0.011374455876648426, -0.08025381714105606, - -0.044645436108112335, 0.18834346532821655, 0.08762121200561523, - -0.02773982472717762, 0.04090580716729164, 0.1955825835466385, - -0.026376551017165184, -0.09119252860546112, 0.008032281883060932, - -0.00304129789583385, -0.023143161088228226, -0.07679560780525208, - -0.04166429862380028, -0.06367700546979904, -0.004899260122328997, - -0.02924533560872078, 0.05543855205178261, -0.06064705178141594, - -0.006634625140577555, -0.07594624906778336, 0.027265191078186035, - 0.041480161249637604, -0.030315328389406204, -0.08842611312866211, - -0.039289746433496475, -0.07872185856103897, 0.04310175031423569, - 0.051245350390672684, 0.06117533519864082, 0.08288976550102234, - 0.027438649907708168, -0.006821815390139818, -0.10114893317222595, - -0.05961459502577782, -0.045992836356163025, 0.06158696860074997, - 0.007936805486679077, -0.031709108501672745, -0.10753664374351501, - -0.03983099013566971, 0.02631978690624237, 0.07995962351560593, - -0.11554407328367233, -0.15930534899234772, -0.015535437501966953, - 0.019756171852350235, 0.014460881240665913, 0.07967141270637512, - 0.19554343819618225, 0.026392146944999695, -0.01225452870130539, - -0.0037680924870073795, 0.012494762428104877, -0.07398318499326706, - 0.08155971765518188, 0.07329238206148148, -0.07103576511144638, 0.04947581887245178, - -0.05397680029273033, -0.025458358228206635, 0.18453477323055267, - 0.0038530994206666946, 0.1348724067211151, 0.09779307246208191, - -0.15002760291099548, 0.023430243134498596, 0.0880882740020752, - 0.052592311054468155, 0.007674709893763065, 0.24500620365142822, - 0.02241138555109501, 0.038562677800655365, -0.013440248556435108, - -0.028036383911967278, -0.0017935027135536075, -0.06397495418787003, - -0.10528676956892014, -0.08516561985015869, 0.08015260845422745, - 0.09463802725076675, -0.14000830054283142, -0.03854751214385033, - 0.023014172911643982, -0.016857342794537544, -0.02471095137298107, - -0.14377239346504211, 0.08123473823070526, 0.09685738384723663, 0.06780262291431427, - 0.01105787418782711, -0.029358992353081703, -0.045408882200717926, - 0.040448565036058426, -0.09012904763221741, 0.16816937923431396, - 0.06016797944903374, -0.11880554258823395, -0.03131589666008949, - 0.09204210340976715, -0.11509326845407486, 0.05800539255142212, - -0.07830537855625153, -0.02190512791275978, -0.10222499072551727, - -0.003727319184690714, -0.10761819779872894, -0.09142109751701355, - 0.18466055393218994, 0.16945725679397583, -0.0018235088791698217, - 0.011258267797529697, -0.04071817919611931, 0.007491013966500759, - 0.06625054031610489, -0.014751633629202843, -0.0800677090883255, - -0.058197855949401855, -0.033729493618011475, 0.04129930958151817, - -0.007198892533779144, 0.07559381425380707, -0.10307804495096207, - 0.001465038163587451, 0.06878825277090073, -0.04100705683231354, - 0.17059709131717682, -0.06636834144592285, 0.010501213371753693, - 0.03330570459365845, -0.03526672348380089, 0.015605902299284935, - -0.002926371991634369, 0.003139498643577099, 0.06354791671037674, - 0.059699349105358124, -0.05967007949948311, -0.06668024510145187, - -0.07515805214643478, 0.09279776364564896, -0.057431384921073914, - -0.00940124411135912, -0.06277212500572205, -0.0018242726800963283, - 0.0411929115653038, -0.1427411288022995, -0.03274785354733467, 0.16866664588451385, - -0.012229491025209427, 0.004341257270425558, -0.09627651423215866, - 0.10169657319784164, -0.12811288237571716, -0.041488129645586014, - -0.0662202462553978, -0.14655272662639618, -0.03199410066008568, - -0.11125009506940842, 0.04152402654290199, 0.03536304458975792, - -0.048822250217199326, 0.012657297775149345, 0.052965354174375534, - 0.014044048264622688, 0.039395276457071304, -0.18865442276000977, - 0.02190587669610977, -0.09190647304058075, 0.007769719697535038, - 0.03700658306479454, -0.03830951452255249, 0.07793063670396805, - -0.10638999938964844, -0.00711096404120326, 0.06619589030742645, - 0.07702625542879105, 0.002233384642750025, -0.14013472199440002, - -0.09777088463306427, -0.027580082416534424, 0.07188308984041214, - 0.011904596351087093, 0.0016849481035023928, -0.08716612309217453, - 0.027330055832862854, 0.047254253178834915, 0.1554459184408188, 0.06793708354234695, - 0.01904580555856228, 0.012036103755235672, -0.13479624688625336, - -0.016159167513251305, -0.11536937206983566, 0.04266432300209999, - 0.1495196670293808, -0.07740200310945511, -0.06621332466602325, 0.01183018647134304, - -0.007845787331461906, -0.1055331602692604, -0.01033689733594656, - 0.08508403599262238, 0.0077530802227556705, -0.1382102221250534, - -0.005983981303870678, -0.01971454545855522, -0.02521294355392456, - 0.03879428654909134, -0.05806208774447441, -0.11817770451307297, - -0.05767671391367912, -0.11182284355163574, -0.09056900441646576, - -0.06040743738412857, 0.037713658064603806, -0.022979069501161575, - 0.03405260294675827, 0.03450640290975571, -0.039604127407073975, - 0.07616329193115234, -0.014499472454190254, -0.005873918533325195, - -0.011605684645473957, 0.04827648401260376, 0.08047006279230118, - 0.0008613933459855616, 0.037938956171274185, -0.014652947895228863, - 0.0648813396692276, -0.08190573751926422, -0.027712751179933548, - -0.06008819863200188, 0.007063660304993391, 0.03566320613026619, - -0.031985558569431305, -0.03216409310698509 - ], - [ - 0.009639250114560127, 0.18137231469154358, 0.1793605536222458, 0.043312907218933105, - 0.07273080945014954, 0.12261748313903809, 0.09690415114164352, 0.05795110762119293, - 0.1464497148990631, 0.013669194653630257, 0.10335402935743332, 0.018645087257027626, - 0.07965279370546341, 0.0220489464700222, 0.1094546914100647, 0.12607216835021973, - 0.175630584359169, 0.08678468316793442, 0.08457104116678238, - -0.00033061596332117915, 0.15704281628131866, 0.10876599699258804, - -0.11168534308671951, -0.0009694398613646626, 0.03509746864438057, - 0.02809111587703228, -0.044618889689445496, 0.08876024931669235, - 0.06924532353878021, 0.04402736574411392, 0.043198250234127045, 0.02371380850672722, - 0.06358864158391953, 0.024766072630882263, 0.1206674724817276, - 0.0021297878120094538, 0.013202070258557796, 0.011531862430274487, - 0.12840129435062408, 0.04322836548089981, 0.07069435715675354, 0.03823160380125046, - 0.07441731542348862, 0.08432804048061371, 0.08531279861927032, 0.13923639059066772, - 0.11509442329406738, -0.03175362944602966, 0.01102480199187994, - -0.02023431472480297, 0.02604389376938343, -0.04053471237421036, 0.0297855157405138, - 0.18278415501117706, 0.15098120272159576, 0.11583376675844193, 0.00807979516685009, - -0.020729834213852882, 0.08479536324739456, 0.17565910518169403, - 0.15229730308055878, 0.00271341553889215, -0.040735915303230286, - 0.14392144978046417, 0.06558733433485031, -0.004400288220494986, - 0.035435162484645844, 0.03578668832778931, -0.00921147596091032, - -0.13730329275131226, 0.054047614336013794, 0.04122982919216156, - 0.006661656778305769, 0.08941200375556946, 0.11409807950258255, -0.022410923615098, - 0.00025241528055630624, 0.09038877487182617, 0.030007589608430862, - 0.07083570212125778, 0.018971744924783707, -0.12562771141529083, - -0.03385205566883087, -0.1252298802137375, -0.13012179732322693, - 0.16870062053203583, 0.047899119555950165, 0.02683602273464203, 0.04031350463628769, - 0.06316280364990234, -0.15845927596092224, 0.008392078801989555, - 0.0028432721737772226, 0.0021293170284479856, 0.06917020678520203, - 0.016897941008210182, 0.053462423384189606, 0.12729090452194214, - 0.17869912087917328, -0.0407227985560894, -0.05852983891963959, 0.1052812784910202, - 0.11061221361160278, 0.1055799201130867, 0.011305372230708599, 0.09687397629022598, - 0.046100933104753494, -0.04094512388110161, -0.11323624104261398, - 0.040774181485176086, 0.00698440708220005, -0.0575353279709816, 0.03870108723640442, - 0.005463435780256987, 0.16972953081130981, -0.10979299247264862, - -0.0408075749874115, 0.03554001823067665, 0.04991362616419792, - -0.005523049272596836, 0.10919278860092163, -0.009608161635696888, - 0.11601951718330383, 0.03208686411380768, 0.10384059697389603, 0.0911070704460144, - 0.08316139876842499, 0.02026406116783619, -0.13331572711467743, - -0.05522206798195839, 0.029047001153230667, 0.02217128872871399, - 0.04413948953151703, 0.03954515606164932, 0.04373537376523018, - 0.0014766805106773973, 0.10890205949544907, 0.16162742674350739, - 0.12021209299564362, 0.09615328907966614, 0.00039700401248410344, - 0.05657343193888664, 0.14609497785568237, 0.06214120239019394, 0.036107297986745834, - 0.0777057632803917, -0.07690367102622986, 0.12563063204288483, -0.03597981110215187, - 0.040807515382766724, 0.13025687634944916, 0.02001192420721054, - -0.01667751930654049, 0.06260763108730316, 0.008145436644554138, - 0.04677248373627663, 0.1924932301044464, -0.009446508251130581, 0.11408121138811111, - 0.024922946467995644, 0.06645743548870087, 0.08340179920196533, 0.1175370141863823, - -0.06090906634926796, -0.021978875622153282, 0.12094452232122421, - 0.17036300897598267, -0.0374261811375618, 0.07058420032262802, 0.007554049137979746, - 0.16725139319896698, 0.04996186122298241, 0.14808493852615356, 0.09404002875089645, - 0.032493192702531815, 0.16246922314167023, 0.11790043860673904, 0.16806660592556, - 0.0005135523970238864, 0.003319511655718088, 0.011725272983312607, - 0.07841717451810837, 0.021156830713152885, 0.042155466973781586, - 0.010480211116373539, 0.19664855301380157, 0.0025625783018767834, - 0.05174810811877251, 0.13349942862987518, -0.11366298794746399, 0.11364877969026566, - 0.07120434939861298, 0.10948032885789871, 0.013564413413405418, - -0.054906222969293594, -0.04183458909392357, -0.018854133784770966, - 0.15900394320487976, 0.13528864085674286, 0.02576170116662979, - -0.013408857397735119, 0.12272796779870987, 0.09288723766803741, - 0.15558567643165588, -0.019778955727815628, 0.010746270418167114, - -0.08737442642450333, -0.002516556531190872, 0.046495769172906876, - 0.1539711356163025, 0.05676659196615219, 0.10235942900180817, 0.17979782819747925, - -0.007859224453568459, -0.0873640701174736, 0.08766604214906693, - 0.03487230837345123, 0.044046033173799515, 0.01947909966111183, 0.1989365518093109, - 0.023916352540254593, 0.0470208041369915, 0.07297567278146744, 0.20704960823059082, - -0.009657269343733788, 0.1254194676876068, 0.04688553512096405, - -0.029088284820318222, 0.1520807296037674, 0.09872155636548996, 0.11941847205162048, - 0.008053396828472614, 0.09188689291477203, 0.1189284399151802, - -0.0012282781535759568, 0.04862828925251961, 0.07952620089054108, - 0.030718035995960236, 0.01799025759100914, -0.0340513177216053, 0.12092937529087067, - 0.1224135160446167, 0.02527582459151745, 0.012533288449048996, 0.005813451949506998, - 0.11473163217306137, 0.06206938251852989, 0.038053497672080994, 0.06759607791900635, - 0.09780214726924896, -0.002267973031848669, 0.06345485895872116, - 0.03922064229846001, 0.007275745272636414, 0.06230830401182175, 0.02600402943789959 - ], - [ - 0.10064338147640228, 0.14739201962947845, 0.06313899159431458, -0.00636338209733367, - 0.042799144983291626, 0.11530977487564087, 0.06471629440784454, 0.1320555955171585, - 0.17103758454322815, 0.02893947996199131, 0.06848202645778656, 0.021920105442404747, - 0.032597899436950684, 0.043856631964445114, 0.12530243396759033, - 0.07783466577529907, 0.16287416219711304, 0.12409954518079758, 0.10928944498300552, - -0.033056437969207764, 0.17402084171772003, 0.09143237769603729, - -0.15516850352287292, 0.020559312775731087, 0.11334945261478424, - -0.017152588814496994, -0.047251854091882706, 0.06842412799596786, - 0.11592819541692734, 0.06694089621305466, -0.023193296045064926, - 0.09785755723714828, 0.08892850577831268, 0.03228367865085602, 0.02491006627678871, - 0.017710227519273758, -0.04874179884791374, 0.06040218099951744, 0.1569954752922058, - 0.15281826257705688, 0.10711701959371567, 0.005956660956144333, 0.1331428587436676, - 0.11663635820150375, 0.08723203092813492, 0.13803499937057495, 0.18257802724838257, - 0.005743092857301235, -0.0214117132127285, 0.04309358820319176, - -0.008714829571545124, -0.045604027807712555, -0.0014872850151732564, - 0.19432339072227478, 0.1534450501203537, 0.05559298023581505, 0.015542940236628056, - 0.08683806657791138, 0.17515331506729126, 0.11994820088148117, 0.15903206169605255, - 0.023142188787460327, -0.004221912939101458, 0.09805495291948318, - 0.04582801088690758, 0.05886991322040558, 0.07143037021160126, -0.06399259716272354, - -0.030318038538098335, -0.11398806422948837, 0.03185584023594856, - 0.05121301859617233, -0.040137168020009995, 0.029416479170322418, - 0.11387236416339874, -0.05062570795416832, -0.07258445769548416, - 0.11189340054988861, 0.00402818713337183, 0.0850207731127739, -0.010981634259223938, - -0.14960330724716187, 0.03238287195563316, -0.1572204828262329, - -0.14019055664539337, 0.18352660536766052, -0.02481290139257908, - 0.04179779440164566, 0.014874733053147793, 0.13626590371131897, - -0.05077202990651131, 0.03269844874739647, -0.09417705237865448, - 0.06661506742238998, 0.054650790989398956, 0.028346475213766098, - 0.12149437516927719, 0.09577615559101105, 0.12430880963802338, - -0.007561666890978813, -0.058443423360586166, 0.08721688389778137, - 0.013016472570598125, 0.030126063153147697, 0.04513503238558769, - 0.12136191129684448, 0.03880112245678902, 0.019615966826677322, - -0.15722975134849548, -0.01587219536304474, 0.019911637529730797, - 0.027469387277960777, 0.050141967833042145, 0.032280709594488144, - 0.13923320174217224, -0.07415775954723358, -0.046990182250738144, - 0.1054474487900734, 0.08932168036699295, 0.0362134613096714, 0.02962292544543743, - -0.09672532230615616, 0.03630754351615906, 0.08094117790460587, 0.08092935383319855, - 0.12952487170696259, 0.09745466709136963, 0.024696962907910347, - -0.10242097079753876, -0.14317315816879272, -0.048896871507167816, - 0.07341087609529495, 0.05517386645078659, -0.004067871253937483, - 0.07559647411108017, -0.11208455264568329, 0.11512968689203262, 0.08940654247999191, - 0.08421368151903152, 0.09866504371166229, -0.04944995790719986, - 0.028064744547009468, 0.12467840313911438, 0.06913156062364578, 0.01409908477216959, - 0.016877710819244385, -0.07491219788789749, 0.038259074091911316, - 0.020974421873688698, -0.08302727341651917, 0.12182064354419708, - 0.050906047224998474, 0.026827720925211906, 0.059709127992391586, - -0.0026648864150047302, -0.031145397573709488, 0.1610645353794098, - 0.011929530650377274, 0.0794578343629837, 0.016193276271224022, 0.13715648651123047, - 0.05435822904109955, 0.11414295434951782, 0.0025228611193597317, - -0.061170049011707306, 0.17245085537433624, 0.14534278213977814, - -0.05078935995697975, 0.03039413131773472, 0.06843798607587814, 0.08019927889108658, - -0.02141362987458706, 0.09170801937580109, 0.07585862278938293, 0.07700920850038528, - 0.07546451687812805, 0.09962337464094162, 0.15080000460147858, 0.050836313515901566, - 0.09870593994855881, 0.017726995050907135, 0.07294400781393051, - -0.08660444617271423, 0.06590411067008972, 0.0006009659846313298, - 0.15638448297977448, -0.014488277956843376, 0.14895625412464142, 0.1339361071586609, - 0.010541798546910286, 0.12195216119289398, 0.0005951374769210815, - 0.16087797284126282, -0.03126519173383713, -0.03526913747191429, - 0.06332039833068848, 0.016859466210007668, 0.1249660849571228, 0.10743542015552521, - -0.033074263483285904, -0.04406740516424179, 0.13134334981441498, - -0.002215761225670576, 0.0812092125415802, -0.03791549801826477, - 0.018763013184070587, -0.0398046113550663, 0.02131533809006214, - 0.026316925883293152, 0.20961961150169373, 0.02959870733320713, 0.1115923672914505, - 0.10275093466043472, 0.0024637500755488873, -0.13832134008407593, - 0.08788850903511047, 0.01777060516178608, 0.09316584467887878, 0.07213318347930908, - 0.1671454757452011, 0.08070892840623856, 0.07855616509914398, 0.05121280625462532, - 0.10322148352861404, 0.0065858447924256325, 0.07751164585351944, 0.0801689401268959, - 0.09823001176118851, 0.10865600407123566, 0.16079309582710266, 0.0649159774184227, - 0.014712458476424217, 0.06511702388525009, 0.13580133020877838, - -0.04183270037174225, 0.014993207529187202, -0.0028769848868250847, - 0.02578797936439514, 0.05289001390337944, 0.004751899279654026, 0.06389810889959335, - 0.12194976955652237, 0.051800649613142014, -0.054322969168424606, - -0.048269450664520264, 0.05241568386554718, 0.040528472512960434, - 0.08393187075853348, 0.09854549169540405, 0.10525814443826675, 0.011332900263369083, - 0.08639952540397644, 0.11689108610153198, 0.008187085390090942, 0.09775465726852417, - 0.11662895977497101 - ], - [ - -0.030125247314572334, -0.1287524253129959, -0.13367845118045807, - 0.07384884357452393, -0.0742577463388443, 0.003995605744421482, - -0.047910381108522415, -0.127597838640213, -0.053825024515390396, - -0.06312020123004913, 0.05272473022341728, 0.0013261297717690468, - -0.08072508126497269, -0.0022171703167259693, -0.05219548940658569, - -0.057366419583559036, -0.09758609533309937, -0.1081981435418129, - -0.08159592002630234, 0.07920588552951813, -0.11790421605110168, - -0.013752675615251064, 0.11371801793575287, 0.10172799974679947, - -0.04855797439813614, 0.07303977012634277, 0.0663251057267189, -0.03335703909397125, - 0.014624631963670254, -0.013117511756718159, 0.03315620496869087, - -0.06438121944665909, -0.02872290275990963, 0.09617576003074646, - -0.07571738958358765, -0.03474880009889603, 0.08674758672714233, - -0.06105590611696243, -0.04385728761553764, -0.02764206938445568, - -0.03397969901561737, 0.023937253281474113, -0.008183229714632034, - -0.07257212698459625, -0.08097895234823227, -0.09003132581710815, - -0.14203651249408722, 0.058405984193086624, 0.005773098673671484, - -0.021375922486186028, 0.06979488581418991, 0.06696237623691559, - -0.03734468296170235, -0.11703380942344666, -0.0468100979924202, -0.069853775203228, - -0.020076168701052666, 0.018656417727470398, -0.04174487665295601, - -0.09947513788938522, -0.019536085426807404, -0.008670519106090069, - 0.01920025609433651, -0.09168477356433868, -0.12158679217100143, - 0.07049424201250076, -0.0025909007526934147, 0.01843898929655552, - -0.013441180810332298, 0.16122502088546753, -0.007766146678477526, - -0.05975749343633652, 0.00998076144605875, -0.022769933566451073, - -0.06926102191209793, 0.10833637416362762, 0.07286817580461502, - -0.09188880771398544, 0.05675449222326279, -0.0476110503077507, 0.03221828490495682, - 0.15983785688877106, 0.06586773693561554, 0.1739039123058319, 0.1716998815536499, - -0.1119149699807167, 0.05289499834179878, 0.005974421743303537, - 0.025691082701086998, -0.02774529717862606, 0.15369777381420135, - -0.007073639892041683, 0.03744010254740715, 0.03966894745826721, - -0.0367082804441452, 0.08130134642124176, -0.06581567972898483, - -0.04839685559272766, -0.143498033285141, 0.05038105323910713, 0.11373673379421234, - -0.055243123322725296, 0.016572419553995132, -0.034281373023986816, - 0.05974086746573448, 0.01184193417429924, -0.046064797788858414, - 0.00781368836760521, 0.17039301991462708, 0.0792500376701355, -0.01244686171412468, - 0.04079218581318855, -0.11619748920202255, -0.07713396847248077, - -0.1361212581396103, 0.14651019871234894, 0.023537572473287582, - -0.11422678083181381, 0.03464628756046295, 0.0860057920217514, -0.0936475545167923, - 0.12490122765302658, -0.10799354314804077, -0.0012454221723601222, - -0.13942861557006836, -0.14105188846588135, -0.0678807720541954, - -0.038555558770895004, 0.29338809847831726, 0.07535617053508759, - 0.10015445202589035, -0.08099081367254257, -0.08282244205474854, - -0.010083828121423721, -0.05565387383103371, 0.10268978774547577, - -0.08855694532394409, -0.06431680917739868, -0.10968980938196182, - -0.010803264565765858, 0.029209373518824577, 0.047248292714357376, - -0.07836686819791794, -0.027108825743198395, 0.026280689984560013, - 0.001420985092408955, 0.018023477867245674, -0.11152258515357971, - -0.010997862555086613, 0.08629200607538223, -0.09759093821048737, - 0.041570402681827545, 0.027313170954585075, 0.010929198004305363, - 0.044307027012109756, 0.026412874460220337, -0.13242003321647644, - 0.027761923149228096, -0.04547896608710289, -0.012103651650249958, - -0.04380358010530472, 0.023680882528424263, -0.13157494366168976, - 0.11220867186784744, 0.038336798548698425, -0.1126556545495987, - -0.04619449004530907, 0.126977801322937, -0.07019667327404022, -0.06343533843755722, - -0.08220156282186508, 0.0759175643324852, -0.10000203549861908, - -0.03539751470088959, -0.07237009704113007, -0.13981465995311737, - -0.133284330368042, -0.19940562546253204, 0.020715953782200813, 0.02374664880335331, - -0.01442690845578909, 0.0019191898172721267, 0.08909279108047485, - -0.08506911993026733, 0.007884365506470203, -0.17848670482635498, - 0.03886943310499191, -0.16242966055870056, -0.03554240241646767, - 0.031240228563547134, -0.10576765239238739, 0.04033053293824196, - -0.08967439085245132, 0.03661756590008736, 0.053614161908626556, - 0.02880370244383812, -0.05881044268608093, -0.08762476593255997, - -0.05866844579577446, -0.0054269712418317795, 0.1284855455160141, - -0.006402556784451008, 0.02724035643041134, -0.12971992790699005, - 0.028006717562675476, 0.09420225769281387, 0.054842833429574966, - -0.07192078232765198, -0.01609884575009346, -0.0787815973162651, - -0.0006744844722561538, -0.20439545810222626, -0.17141222953796387, - 0.013107487000524998, 0.058708760887384415, -0.07169625163078308, - -0.0452272854745388, 0.021673448383808136, 0.005931271705776453, - -0.08245579153299332, -0.08559820801019669, 0.013748513534665108, - 0.024942664429545403, -0.15211375057697296, 0.028150303289294243, - -0.040943268686532974, 0.019960304722189903, -0.010499476455152035, - -0.12741291522979736, -0.14856189489364624, -0.05640537291765213, - -0.04203794524073601, -0.10422613471746445, -0.14451397955417633, - 0.09591919928789139, -0.04236580431461334, 0.03200700134038925, 0.01967710629105568, - -0.06852621585130692, 0.024410126730799675, -0.043310172855854034, - -0.07805722951889038, 0.07358692586421967, 0.1036730706691742, 0.005965415388345718, - -0.06343799829483032, -0.055984728038311005, -0.0760590210556984, - 0.027090182527899742, -0.09465795010328293, 0.02399280108511448, - -0.08928599953651428, -0.08902760595083237, -0.03660512715578079, - -0.08387655764818192, -0.0011218757135793567 - ], - [ - -0.04937293007969856, -0.13460713624954224, -0.15478657186031342, - 0.04667495936155319, -0.0451870933175087, -0.09755532443523407, - -0.11118099838495255, -0.10650060325860977, -0.06752382218837738, - -0.043167322874069214, -0.050569500774145126, 0.07940712571144104, - -0.11771595478057861, 0.06389451026916504, -0.0217321515083313, - -0.11777117103338242, -0.05729934945702553, -0.10245883464813232, - -0.04246886819601059, 0.01666102558374405, -0.11504310369491577, - -0.05309874936938286, 0.1225888654589653, 0.04578647390007973, -0.109965980052948, - 0.08927053958177567, 0.16985657811164856, -0.004358706064522266, - -0.05259940028190613, -0.10114145278930664, 0.039539895951747894, - -0.07532507181167603, -0.08572888374328613, 0.0694635882973671, -0.0917278304696083, - -0.05740901827812195, 0.06337956339120865, -0.023370932787656784, - -0.060601089149713516, -0.07102738320827484, -0.05504298955202103, - 0.06041682884097099, 0.014003057964146137, -0.10272476077079773, - -0.1235552430152893, -0.03473770245909691, -0.0558483749628067, 0.08580854535102844, - -0.05224838852882385, -0.018291737884283066, 0.0723184198141098, - 0.02723759412765503, -0.06561504304409027, -0.21979135274887085, - -0.10153734683990479, -0.01823069341480732, -0.10603920370340347, - -0.04399630427360535, -0.13891847431659698, -0.09883253276348114, - -0.04162530601024628, -0.05469268932938576, 0.11634159088134766, - -0.045059509575366974, -0.06419917196035385, 0.048401158303022385, - -0.01680714264512062, 0.09439706057310104, -0.008781034499406815, - 0.23085907101631165, -0.04659493267536163, -0.12279252707958221, - 0.037020742893218994, -0.04676727578043938, -0.0581425279378891, 0.1116839349269867, - 0.029502999037504196, -0.11294040828943253, 0.022318188101053238, - -0.030502546578645706, 0.04959772899746895, 0.2018875926733017, - 0.026346180588006973, 0.13601906597614288, 0.06326428055763245, - -0.18222957849502563, 0.07680969685316086, -0.09843761473894119, - -0.033662617206573486, -0.06547350436449051, 0.09204745292663574, - -0.0017844950780272484, 0.08472094684839249, -0.04440213367342949, - -0.08058435469865799, 0.07280424982309341, -0.024544060230255127, - -0.04786882922053337, -0.07527254521846771, -0.013678349554538727, - 0.001386414747685194, -0.07938823848962784, 0.024423984810709953, - -0.08797396719455719, 0.04068457707762718, -0.11646801978349686, - -0.04682609811425209, 0.05448402091860771, 0.1635732203722, 0.0486002080142498, - 0.0512571781873703, 0.07688398659229279, -0.0703573003411293, -0.012074070051312447, - -0.10963530838489532, 0.16762225329875946, 0.11722610890865326, - -0.09842456132173538, -0.009692641906440258, 0.1078813374042511, - -0.11048360168933868, 0.13705380260944366, -0.08307728916406631, - -0.03882232680916786, -0.07213453203439713, -0.038381852209568024, - -0.07469209283590317, -0.07142502814531326, 0.2457028478384018, 0.08507329225540161, - 0.0676475316286087, -0.09540178626775742, -0.1416209638118744, 0.06091750040650368, - -0.08114201575517654, 0.07650292664766312, -0.017650755122303963, - -0.13255710899829865, -0.1910085529088974, -0.11109069734811783, - 0.025594355538487434, -0.07298807054758072, -0.06674745678901672, - 0.00901088211685419, -0.029848162084817886, -0.03749183937907219, - 0.09005904197692871, -0.1042921245098114, -0.0016502253711223602, - 0.09288718551397324, -0.06401237100362778, 0.08515799045562744, - -0.00869536492973566, -0.06121096387505531, 0.0947890430688858, 0.09063928574323654, - -0.08947622030973434, -0.08932614326477051, -0.03473969176411629, - 0.04599367454648018, -0.08807861059904099, -0.07764191925525665, - -0.09770794957876205, 0.08001292496919632, 0.09620703011751175, - -0.07289567589759827, -0.0347331240773201, 0.21250218152999878, 0.03671550005674362, - -0.027079544961452484, -0.10586972534656525, -0.0011937447125092149, - -0.05650974437594414, -0.09558948129415512, -0.1048440933227539, - -0.12295708805322647, -0.15268926322460175, -0.1644376814365387, - 0.07788795977830887, 0.020116759464144707, -0.11494466662406921, - -0.01423961203545332, 0.13952408730983734, -0.08884798735380173, - 0.002838254440575838, -0.0899956077337265, -0.057628072798252106, - -0.10440731048583984, -0.04998203366994858, 0.023131046444177628, - -0.0646975040435791, -0.061919499188661575, -0.07749390602111816, - 0.11230269819498062, 0.08531259000301361, 0.08951076865196228, - -0.048928990960121155, -0.14855730533599854, -0.06076280400156975, - 0.015028354711830616, 0.08921945840120316, -0.015671418979763985, - -0.07789191603660583, -0.09980566799640656, 0.0946277305483818, 0.0845598503947258, - 0.13067741692066193, -0.00871893297880888, -0.008580770343542099, - -0.15280382335186005, -0.003191692056134343, -0.1568128615617752, - -0.10296785086393356, 0.06861140578985214, 0.09117656946182251, - -0.09737969934940338, -0.046262871474027634, 0.013460162095725536, - -0.03823445364832878, -0.17325085401535034, -0.02311849407851696, - 0.06990984827280045, 0.01070314645767212, -0.15176771581172943, - -0.04981941357254982, -0.08474777638912201, -0.006245649419724941, - -0.0751894935965538, -0.06294318288564682, -0.07781293988227844, - -0.043249279260635376, -0.014920168556272984, -0.05391029641032219, - -0.2023654282093048, -0.014771190471947193, 0.017075752839446068, - -0.011283772997558117, -0.03199286758899689, -0.00102543318644166, - 0.00014466252468992025, -0.12174893170595169, -0.060587622225284576, - 0.014576980844140053, 0.048472050577402115, 0.08881229162216187, - -0.05834764987230301, -0.08366628736257553, -0.1217864528298378, - -0.0171465203166008, -0.014203725382685661, -0.02478187344968319, - -0.021229784935712814, -0.12052059918642044, -0.015766626223921776, - -0.06916293501853943, -0.020777422934770584 - ], - [ - 0.0012246031546965241, 0.1486234962940216, 0.09534620493650436, - 0.043727729469537735, 0.009080390445888042, 0.1231013685464859, 0.12713328003883362, - 0.06602724641561508, 0.14638285338878632, 0.06060681492090225, 0.03412087261676788, - 0.08703350275754929, 0.019661134108901024, 0.03548476845026016, 0.05633009597659111, - 0.049282632768154144, 0.07835473120212555, 0.15608438849449158, 0.1012052595615387, - -0.07053372263908386, 0.1262146383523941, 0.0807078406214714, -0.1792098730802536, - 0.024050399661064148, 0.024510208517313004, 0.014939546585083008, - -0.09277693182229996, 0.04536990076303482, 0.0851699635386467, 0.011410985141992569, - -0.01608324609696865, 0.0783531442284584, 0.09146347641944885, - -0.020793138071894646, 0.09221014380455017, 0.05856994166970253, - 0.02513255551457405, 0.028042342513799667, 0.1409493088722229, 0.07403548806905746, - 0.05880100652575493, 0.05142809450626373, 0.017698606476187706, 0.0527142658829689, - 0.05098150297999382, 0.06502195447683334, 0.08006175607442856, -0.09874866902828217, - -0.00718935439363122, 0.02259429357945919, 0.007273538503795862, - -0.0007476407918147743, 0.04229127988219261, 0.18644244968891144, - 0.11334966868162155, 0.0811101570725441, 0.03691818565130234, 0.03487842530012131, - 0.14785243570804596, 0.07397252321243286, 0.1199832558631897, 0.05775095894932747, - -0.023402517661452293, 0.2069571614265442, 0.1012294664978981, 0.002753219334408641, - 0.09187189489603043, 0.042171377688646317, -0.0008316478924825788, - -0.18335075676441193, -0.0012430698843672872, 0.051010455936193466, - 0.02550141140818596, -0.023509521037340164, 0.185268372297287, 0.012238476425409317, - 0.00607266603037715, 0.09852103143930435, -0.02637166529893875, 0.04535418003797531, - 0.00972291175276041, -0.1322280317544937, -0.05374307930469513, - -0.16758815944194794, -0.17305755615234375, 0.17398329079151154, - -0.011082183569669724, 0.08251149207353592, -0.0024292278103530407, - 0.13454222679138184, -0.1125224158167839, 0.09663736820220947, -0.08538459986448288, - 0.09896263480186462, 0.15163862705230713, -0.059758830815553665, 0.1470343917608261, - 0.13977190852165222, 0.13244885206222534, 0.04752267897129059, -0.0665249153971672, - 0.14492791891098022, 0.08076654374599457, 0.02348978817462921, 0.06212041899561882, - 0.06520140171051025, 0.11904312670230865, 0.0010166224092245102, - -0.18077707290649414, -0.009359579533338547, 0.0129141416400671, - -0.033198487013578415, 0.06831390410661697, 0.030636684969067574, - 0.09542597085237503, -0.14280299842357635, -0.04037390276789665, - 0.09614299982786179, 0.09848175197839737, 0.005589321255683899, 0.09642250090837479, - -0.08797024935483932, 0.023205848410725594, 0.11983165144920349, - 0.04186224192380905, 0.07508767396211624, 0.150044247508049, 0.01867492124438286, - -0.13743850588798523, -0.10229045897722244, -0.027702724561095238, - 0.04207562282681465, 0.08629006892442703, 0.013969983905553818, 0.07687113434076309, - -0.06018861010670662, 0.10544091463088989, 0.07709330320358276, 0.11096884310245514, - 0.13420900702476501, -0.041218262165784836, 0.02501499280333519, - 0.08469921350479126, 0.026156054809689522, 0.0172871220856905, 0.06747166067361832, - -0.0944599062204361, 0.11076566576957703, -0.016344493255019188, - -0.04584026336669922, 0.0914369747042656, -0.03571109101176262, - -0.006679463665932417, 0.11704318970441818, 0.015407247468829155, - 0.01809733361005783, 0.15172933042049408, -0.0037702268455177546, - 0.13041937351226807, 0.025212664157152176, 0.06506077200174332, - 0.009262383915483952, 0.07015771418809891, -0.053860366344451904, - -0.021382223814725876, 0.06192457675933838, 0.11416270583868027, - -0.12952077388763428, 0.06357336044311523, 0.057328950613737106, 0.1374611258506775, - -0.029212065041065216, 0.11622793972492218, 0.083348847925663, 0.09801492840051651, - 0.18159689009189606, 0.08915296196937561, 0.21056121587753296, - -0.008121883496642113, 0.12323002517223358, 0.11182977259159088, - 0.09732239693403244, -0.02917490527033806, 0.12961529195308685, - -0.013921476900577545, 0.2074357271194458, 0.05576888844370842, 0.10498272627592087, - 0.03894700109958649, -0.04623459279537201, 0.1404397189617157, 0.002087425207719207, - 0.11955231428146362, -0.0051658786833286285, -0.010489831678569317, - -0.001869096653535962, 0.02544393017888069, 0.1421232372522354, 0.1346462368965149, - 0.05313601717352867, -0.024262484163045883, 0.15097570419311523, - 0.11313605308532715, 0.08005902171134949, 0.01701173558831215, -0.03626936301589012, - -0.0690121203660965, 0.009667730890214443, 0.03762187063694, 0.1374177485704422, - 0.029182059690356255, 0.2208825945854187, 0.10438714176416397, 0.06505700200796127, - -0.09788975119590759, 0.09414540976285934, -0.007217077072709799, - 0.06977914273738861, 0.03908548504114151, 0.20605286955833435, 0.07943036407232285, - 0.0021239828784018755, 0.05566192790865898, 0.08031543344259262, - 0.06404933333396912, 0.05316048488020897, 0.05423186719417572, 0.02340826578438282, - 0.06218599155545235, 0.05714154988527298, 0.11530473083257675, 0.07005076110363007, - -0.0008449166198261082, 0.13699518144130707, 0.014456133358180523, - -0.028015540912747383, 0.04969094693660736, 0.08221825212240219, - 0.11666937172412872, -0.004907116759568453, 0.11686963587999344, - 0.14984367787837982, 0.08541308343410492, -0.06895456463098526, - -0.014714950695633888, 0.0032117089722305536, 0.04279870167374611, - 0.11928535997867584, 0.04390474036335945, 0.03957034647464752, 0.039557334035634995, - 0.0976271852850914, 0.11754979193210602, 0.04476740211248398, 0.08975382894277573, - 0.06746426969766617 - ], - [ - -0.09758832305669785, -0.1889021396636963, -0.12447952479124069, - 0.08750562369823456, -0.03241439163684845, -0.04183976352214813, - -0.057278234511613846, -0.05179046839475632, -0.08887981623411179, - -0.011574866250157356, 0.022385962307453156, 0.01000522542744875, - -0.10216879099607468, 0.07611265778541565, -0.03605959191918373, - -0.040880780667066574, -0.06127651035785675, -0.11613068729639053, - -0.06593894958496094, 0.08437284082174301, -0.09398643672466278, - -0.04145792871713638, 0.16404396295547485, 0.07008051127195358, - -0.09666765481233597, 0.017999058589339256, 0.14797350764274597, - -0.05211356282234192, -0.017038656398653984, -0.058022454380989075, - 0.04635508731007576, -0.07869678735733032, -0.08743259310722351, - 0.013933786191046238, -0.02639208547770977, -0.04552479088306427, - 0.08008634299039841, -0.03521525859832764, -0.1678670197725296, - -0.11644414067268372, -0.13040748238563538, 0.01807212084531784, - -0.007136047352105379, -0.09836462140083313, -0.1636151522397995, - 0.005918215494602919, -0.09643225371837616, 0.07908909022808075, - 0.045065585523843765, -0.029279010370373726, 0.028591884300112724, - 0.04870399832725525, 0.016741225495934486, -0.17284025251865387, - -0.12589812278747559, -0.08542697131633759, -0.05001012235879898, - -0.01227792538702488, -0.060383230447769165, -0.07798845320940018, - -0.0420629158616066, -0.08705127239227295, 0.018147900700569153, - -0.18184196949005127, -0.09619966894388199, 0.023640623316168785, - -0.0034811915829777718, -0.01306484080851078, 0.01396840251982212, - 0.18375684320926666, 0.019345678389072418, 0.019079171121120453, - 0.03605351597070694, -0.02174357697367668, -0.1239493116736412, 0.09602329879999161, - 0.06810905039310455, -0.06234881654381752, 0.09720940887928009, - -0.08068456500768661, 0.03338278830051422, 0.12546654045581818, 0.03443174809217453, - 0.16821548342704773, 0.13678237795829773, -0.12095476686954498, 0.06951866298913956, - -0.06608689576387405, -0.06335246562957764, -0.03532777354121208, - 0.19420063495635986, -0.10744328796863556, 0.025643043220043182, - -0.032107941806316376, -0.0947466716170311, 0.02074841782450676, - -0.12987035512924194, -0.10125236213207245, -0.08360106498003006, - 0.0130847729742527, 0.06969792395830154, -0.06160278245806694, -0.03092247061431408, - 0.024706067517399788, 0.061680689454078674, -0.035580623894929886, - -0.007969076745212078, 0.05468277260661125, 0.2380647361278534, 0.0446414016187191, - 0.07180879265069962, 0.0829300731420517, -0.034063566476106644, - 0.004038490820676088, -0.0625079870223999, 0.21754135191440582, 0.12877650558948517, - -0.10179708153009415, -0.015912111848592758, 0.12540243566036224, - -0.08805699646472931, 0.09343938529491425, -0.03300408273935318, - -0.05324804037809372, -0.12424777448177338, -0.08040172606706619, - -0.05337442457675934, -0.06857480108737946, 0.26103800535202026, - 0.05554075911641121, 0.0020569018088281155, 0.007167038973420858, - -0.14136262238025665, -0.005423595663160086, -0.025374693796038628, - 0.0793895348906517, -0.11166989803314209, -0.10741662234067917, - -0.15181250870227814, -0.06503192335367203, -0.040047332644462585, - -0.023306643590331078, -0.10904288291931152, -0.041820600628852844, - -0.026436088606715202, -0.04060876742005348, 0.08250539004802704, - -0.015089486725628376, 0.007083990145474672, 0.08258010447025299, - -0.03177213668823242, 0.08796880394220352, 0.11199631541967392, - -0.10527785122394562, 0.09972129762172699, 0.014519430696964264, - -0.15670640766620636, -0.0673067718744278, -0.088067427277565, 0.05835619941353798, - -0.03510688245296478, -0.08461088687181473, -0.09111682325601578, - 0.08523844182491302, 0.06684570014476776, -0.014635669067502022, - -0.1464509516954422, 0.20421478152275085, -0.03778694197535515, - 0.010533957742154598, -0.09092370420694351, 0.005261888261884451, - -0.15507881343364716, -0.041723232716321945, -0.005869587883353233, - -0.1309402883052826, -0.13210852444171906, -0.15982593595981598, - 0.09458977729082108, 0.007128358352929354, -0.013355571776628494, - -0.07749154418706894, 0.034509602934122086, -0.02012469992041588, - 0.06144768372178078, -0.15542347729206085, 0.02609175257384777, - -0.09237510710954666, -0.05752076208591461, 0.06894516199827194, - -0.06750674545764923, -0.014574526809155941, -0.1141619011759758, - 0.03181024640798569, 0.08128462731838226, 0.0678163394331932, -0.03633677214384079, - -0.09582213312387466, -0.1117967963218689, 0.007008426357060671, - 0.0011282219784334302, -0.04010764881968498, -0.012657053768634796, - -0.0967726930975914, 0.08435392379760742, 0.08980171382427216, 0.13056273758411407, - 0.02764236368238926, 0.021103089675307274, -0.0719984844326973, - -0.012099919840693474, -0.18006324768066406, -0.15025638043880463, - 0.052967872470617294, 0.15845713019371033, -0.1110210120677948, - -0.018758460879325867, 0.03522074967622757, -0.09205428510904312, - -0.14452067017555237, -0.05615231394767761, 0.08155429363250732, - 0.050247520208358765, -0.16358038783073425, 0.04299698397517204, - -0.05240980535745621, -0.05246056988835335, -0.06521295756101608, - -0.10558217018842697, -0.0471930056810379, -0.11918898671865463, - -0.022232960909605026, -0.0378207303583622, -0.09059010446071625, - 0.09612088650465012, -0.0660633072257042, -0.019237443804740906, - 0.06411584466695786, -0.08151286095380783, 0.049712225794792175, - -0.07145281136035919, -0.08593843877315521, 0.07111328840255737, - 0.037878379225730896, 0.10521389544010162, -0.11540236324071884, - 0.032707810401916504, -0.03954077139496803, -0.005820106249302626, - -0.05748145654797554, -0.01314872968941927, -0.08224745839834213, - -0.09799914062023163, -0.07519139349460602, 0.019642360508441925, - -0.008472133427858353 - ], - [ - 0.057876668870449066, 0.15308621525764465, 0.1600365787744522, - -0.016113748773932457, 0.11550454795360565, 0.045198194682598114, - 0.1595161259174347, 0.14159929752349854, 0.15686222910881042, 0.055409450083971024, - 0.02234507165849209, 0.06079868972301483, 0.1558644324541092, -0.014257721602916718, - 0.0061945985071361065, 0.11245224624872208, 0.1629762351512909, 0.10481443256139755, - 0.09062353521585464, -0.040567606687545776, 0.11411142349243164, - 0.09636527299880981, -0.17708544433116913, -0.027256811037659645, - 0.14820976555347443, -0.061926741153001785, -0.08917754888534546, - 0.09021921455860138, 0.04824206605553627, 0.07283829897642136, - -0.0032311067916452885, 0.0758122131228447, 0.076633520424366, 0.03931093588471413, - 0.0487348698079586, -0.00623560044914484, -0.013045373372733593, - -0.0025546459946781397, 0.09998034685850143, 0.058660317212343216, - 0.14578452706336975, -0.011313588358461857, 0.10044898837804794, - 0.04146147891879082, 0.02559368871152401, 0.11965104937553406, 0.14615099132061005, - -0.05083814635872841, 0.012492220848798752, -0.021338477730751038, - -0.02755594067275524, -0.03867264837026596, 0.08448948711156845, - 0.22504067420959473, 0.13032858073711395, 0.1545724868774414, 0.048782531172037125, - 0.09404120594263077, 0.14307940006256104, 0.1432032436132431, 0.08627050369977951, - -0.0008169164648279548, 0.0016035231528803706, 0.13614533841609955, - 0.18621404469013214, 0.08628668636083603, 0.03824203833937645, -0.05934891104698181, - 0.016682596877217293, -0.1383390724658966, -0.011481225490570068, - 0.11702169477939606, -0.03120097890496254, 0.06443020701408386, 0.13307924568653107, - -0.12444110214710236, 0.0267480481415987, 0.10505272448062897, - -0.007248942274600267, 0.05986541509628296, -0.003515582997351885, - -0.17489215731620789, -0.020145295187830925, -0.17143841087818146, - -0.10348893702030182, 0.14782528579235077, 0.004149113781750202, - 0.017775392159819603, 0.08482729643583298, 0.12377600371837616, - -0.02044615149497986, 0.021955352276563644, -0.04009797424077988, - -0.006865466944873333, 0.06794862449169159, -0.03189714998006821, - 0.06393712759017944, 0.1149941235780716, 0.18310685455799103, -0.014781864359974861, - 0.018304266035556793, 0.1503525674343109, 0.07315914332866669, - 0.00015580265608150512, -0.029853221029043198, 0.10405100136995316, - 0.0455029271543026, -0.06478003412485123, -0.18608126044273376, 0.02081705443561077, - 0.009176691062748432, -0.001860946649685502, 0.13989831507205963, - 0.06117416173219681, 0.12208317220211029, -0.115296371281147, - -0.0015317656798288226, 0.026055937632918358, 0.01196326408535242, - -0.03886943683028221, 0.060249220579862595, -0.03825912997126579, - 0.03331044316291809, 0.046022385358810425, 0.10157981514930725, 0.06679330766201019, - 0.137016162276268, 0.02129080519080162, -0.1420104056596756, -0.12315725535154343, - -0.07588368654251099, 0.05638778954744339, 0.10600799322128296, - 0.016860054805874825, 0.06577003002166748, -0.05832279101014137, - 0.09272972494363785, 0.10980065912008286, 0.13090966641902924, 0.051076047122478485, - -0.03403579443693161, 0.08701758086681366, 0.1243818998336792, 0.055509503930807114, - -0.024820389226078987, 0.09945712983608246, -0.03989550471305847, - 0.06856061518192291, 0.016268625855445862, -0.07662065327167511, - 0.03256118297576904, -0.032871391624212265, 0.0026973949279636145, - 0.06627856194972992, -0.013364966958761215, 0.03539709374308586, - 0.07400567829608917, 0.08229847997426987, 0.0885721743106842, -0.04887457937002182, - 0.07314830273389816, 0.08417103439569473, 0.09866736829280853, -0.0250412430614233, - -0.043717604130506516, 0.0333557054400444, 0.16411761939525604, - -0.11215865612030029, 0.07072750478982925, -0.02793770283460617, - 0.12886683642864227, -0.010429960675537586, 0.13562630116939545, - 0.015621486119925976, 0.10298143327236176, 0.14466139674186707, 0.1065041795372963, - 0.15843096375465393, -0.04403485357761383, 0.005876584444195032, - 0.06686313450336456, 0.09065227210521698, -0.040215156972408295, 0.0803583562374115, - 0.02037135884165764, 0.1690998077392578, -0.015326517634093761, 0.09886959195137024, - 0.11751347780227661, -0.11319009214639664, 0.07828231155872345, - 0.053319964557886124, 0.1676485687494278, 0.028764523565769196, - -0.005144330207258463, 0.004221034701913595, 0.06145497411489487, - 0.10682108998298645, 0.13036692142486572, 0.037196360528469086, - 0.011021710932254791, 0.1212591752409935, 0.11265174299478531, 0.04437573626637459, - -0.004621667787432671, -0.02933434396982193, -0.18442657589912415, - 0.045737460255622864, -0.004004339687526226, 0.13791196048259735, - 0.009152102284133434, 0.22887872159481049, 0.15231487154960632, - 0.0026330382097512484, -0.02123607136309147, 0.09404720366001129, - 0.057608768343925476, 0.025475410744547844, -0.025386864319443703, - 0.19065558910369873, 0.10837221890687943, 0.051486674696207047, 0.08585119247436523, - 0.1068546324968338, -0.0014566282043233514, 0.03338827192783356, - 0.05564026162028313, -0.0006035498809069395, 0.054730288684368134, - 0.12453208863735199, 0.014254054985940456, 0.06355999410152435, 0.05346972495317459, - 0.14785949885845184, -0.054885704070329666, 0.09733617305755615, - 0.07632260024547577, 0.08755568414926529, 0.06523453444242477, - -0.007674685213714838, 0.10303802788257599, 0.04503200575709343, - -0.02494596503674984, 0.03079921193420887, 0.03818608075380325, - 0.061678577214479446, -0.0364268533885479, 0.1054268404841423, 0.04158444702625275, - 0.0573786236345768, 0.028694001957774162, 0.13201311230659485, 0.08912171423435211, - 0.10455961525440216, 0.07836823165416718, 0.09394393861293793 - ], - [ - -0.10076882690191269, -0.19472260773181915, -0.025157641619443893, - 0.052073653787374496, -0.017802204936742783, -0.06649893522262573, - -0.06903506815433502, -0.04434342309832573, -0.09675418585538864, - 0.05698462203145027, -0.026979587972164154, 0.029977429658174515, - -0.02780255116522312, 0.07265230268239975, -0.0676821917295456, - -0.05394280329346657, -0.11411109566688538, -0.04905080795288086, - 0.011258489452302456, 0.07036303728818893, -0.1645667850971222, 0.02251785807311535, - 0.17622210085391998, -0.03230796381831169, -0.13819065690040588, - 0.09231309592723846, 0.134555384516716, -0.048031531274318695, -0.03455682843923569, - 0.036882877349853516, 0.03422793373465538, 0.008538776077330112, - -0.11527164280414581, 0.03325030207633972, -0.08705306798219681, - -0.09787704050540924, 0.014629151672124863, 0.059788819402456284, - -0.07242175936698914, -0.04581319913268089, -0.10939428955316544, - 0.04107244312763214, 0.005592729896306992, -0.08884988725185394, - -0.07611189782619476, -0.113068126142025, -0.06451597064733505, 0.11667574197053909, - 0.03318047523498535, -0.07683570683002472, 0.07553822547197342, - -0.013683049939572811, 0.029978951439261436, -0.09066592901945114, - -0.12881961464881897, 0.014625384472310543, 0.03970568999648094, - -0.057871658354997635, -0.14027675986289978, -0.18668900430202484, - -0.05941220372915268, -0.003258076263591647, -0.007482823915779591, - -0.139286071062088, -0.09516818821430206, 0.1209791749715805, -0.014254441484808922, - 0.011117610149085522, 0.061861321330070496, 0.22735579311847687, - 0.05793687328696251, -0.020967740565538406, 0.07799777388572693, - 0.01254747062921524, -0.04227453097701073, 0.1574179083108902, 0.08973327279090881, - -0.012369808740913868, 0.128949835896492, 0.04098743572831154, 0.0883154645562172, - 0.2616899013519287, 0.03517531603574753, 0.2424711138010025, 0.13507455587387085, - -0.12887920439243317, -0.01980702392756939, 0.049236346036195755, - 0.0046381596475839615, -0.01179045345634222, 0.15468142926692963, - -0.07411598414182663, 0.10209617018699646, -0.012353232130408287, - -0.0810338705778122, 0.10074958205223083, -0.027315160259604454, - -0.1075821965932846, -0.15528756380081177, -0.05664682015776634, - 0.07495521008968353, -0.07379061728715897, -0.09931860119104385, - 0.07340789586305618, 0.054300691932439804, 0.02324032038450241, -0.1526893824338913, - 0.0005718300817534328, 0.24091772735118866, 0.029355501756072044, - 0.026256894692778587, -0.009595032781362534, -0.009865347295999527, - -0.05485936999320984, -0.1608770340681076, 0.19780392944812775, 0.09338322281837463, - -0.059099119156599045, -0.01922944001853466, 0.04189944267272949, - -0.04638056829571724, 0.07484275102615356, -0.07234470546245575, - 0.0007255247328430414, -0.09179072827100754, -0.12237320095300674, - -0.05986614525318146, -0.005583344027400017, 0.27917227149009705, - 0.16938191652297974, -0.0024437373504042625, -0.09932102262973785, - -0.14297029376029968, 0.025952046737074852, -0.02034502662718296, - 0.08719079196453094, -0.05804379656910896, -0.05424540862441063, - -0.12973323464393616, -0.11452512443065643, 0.031412430107593536, - 0.02234707586467266, -0.1530192345380783, 0.06761007010936737, 0.03165920078754425, - -0.04754246771335602, 0.12628068029880524, -0.11009076982736588, - -0.02238430269062519, 0.048608843237161636, -0.10312329977750778, - 0.0021224357187747955, 0.10249929875135422, -0.10392505675554276, - 0.08239948004484177, 0.16222889721393585, -0.17851407825946808, - -0.07686907798051834, -0.030911723151803017, 0.0027460448909550905, - -0.05833744257688522, 0.07869815081357956, -0.04064754396677017, - -0.021664980798959732, 0.11335857957601547, -0.09419755637645721, - -0.06323418021202087, 0.17363831400871277, -0.0337335504591465, - -0.02702302858233452, -0.14257536828517914, 0.06452383100986481, - -0.06693720817565918, -0.020009849220514297, -0.05026930943131447, - -0.1657443642616272, -0.027493147179484367, -0.19932140409946442, - 0.05416619032621384, -0.005037607159465551, 0.03778751194477081, - 0.024426640942692757, 0.021071569994091988, -0.09817937016487122, - -0.0051921335980296135, -0.23657017946243286, 0.04152773693203926, - -0.054163794964551926, -0.00783566851168871, 0.05260669067502022, - -0.1421951949596405, 0.011205604299902916, -0.1266733705997467, 0.08757621794939041, - -0.011840984225273132, -0.0046854144893586636, 0.012949659489095211, - -0.11653070896863937, -0.1551811844110489, 0.017783356830477715, - 0.08342956006526947, -0.024556675925850868, 3.606437167036347e-5, - -0.17798729240894318, 0.015142579562962055, 0.12990804016590118, - 0.16387315094470978, -0.010724582709372044, -0.01757628098130226, - -0.055517274886369705, -0.06382518261671066, -0.0988909974694252, - -0.20868097245693207, 0.0582176148891449, 0.07451846450567245, -0.11936692893505096, - 0.034161459654569626, -0.060057464987039566, 0.08135844022035599, - -0.13061970472335815, -0.030088387429714203, 0.136144757270813, 0.02190333418548107, - -0.19466209411621094, 0.06097547709941864, -0.0834878534078598, - -0.011612875387072563, 0.040532201528549194, -0.09150248765945435, - -0.0950825959444046, -0.09453815966844559, -0.11426566541194916, - -0.05670612305402756, -0.037553731352090836, 0.023806773126125336, - -0.04346064478158951, 0.07214304059743881, 0.07524623721837997, - -0.01617114618420601, 0.07660067826509476, -0.02973177284002304, - -0.05032212287187576, -0.03873566538095474, 0.05476883053779602, - 0.06040460616350174, -0.10509783029556274, 0.05843016877770424, - -0.08530507236719131, -0.008602766320109367, 0.024320537224411964, - 0.04865425452589989, -0.1127946674823761, -0.038206007331609726, - -0.023777464404702187, 0.03222018852829933, 0.012505503371357918 - ], - [ - 0.04032000154256821, 0.14375972747802734, 0.1559348702430725, -0.05829252675175667, - 0.10653429478406906, 0.07078506797552109, 0.0584225058555603, 0.11480145901441574, - 0.08028247952461243, 0.06737960129976273, 0.03610183298587799, 0.04703608155250549, - 0.025657571852207184, 0.03775722160935402, -0.0023617988917976618, - 0.007348486687988043, 0.11765048652887344, 0.09313913434743881, - 0.011262083426117897, 0.028856590390205383, 0.11445298790931702, - 0.07970017194747925, -0.14157316088676453, -0.05134113132953644, - 0.09492869675159454, 0.04249248653650284, -0.12356144934892654, 0.05818802863359451, - 0.026796452701091766, 0.01876254938542843, -0.0009920712327584624, 0.10105000436306, - 0.12808558344841003, -0.014288783073425293, 0.11969028413295746, - 0.05133981257677078, 0.056581396609544754, 0.09215232729911804, 0.05013561248779297, - 0.05309145897626877, 0.033895429223775864, 0.046651750802993774, - 0.08559391647577286, 0.11774919927120209, 0.11254405975341797, 0.09202608466148376, - 0.09298065304756165, -0.06257238239049911, -0.02149350196123123, - -0.02319229021668434, 0.006597917526960373, -0.024208057671785355, - 0.009921757504343987, 0.18028603494167328, 0.08434486389160156, 0.04949932545423508, - 0.0384163074195385, 0.06748796999454498, 0.05237174779176712, 0.07403185218572617, - 0.15214842557907104, 0.11653100699186325, -0.02294139564037323, 0.1770453155040741, - 0.04442305117845535, 0.0729450136423111, 0.05320281907916069, -0.025557344779372215, - 0.05292766913771629, -0.182097390294075, 0.06062597781419754, 0.06398811936378479, - 0.04243136942386627, 0.08880731463432312, 0.17877915501594543, -0.10649619251489639, - -0.04717767611145973, 0.12958058714866638, 0.005964735057204962, - 0.03995843604207039, 0.054908886551856995, -0.16327574849128723, - 0.0032433425076305866, -0.15303154289722443, -0.07092486321926117, - 0.1678907722234726, -0.049183379858732224, 0.06622824817895889, - 0.038710903376340866, 0.10957535356283188, -0.04004767909646034, 0.117580845952034, - -0.05602645128965378, 0.059688501060009, 0.04841304570436478, -0.07770587503910065, - 0.1153082624077797, 0.14365951716899872, 0.12835222482681274, 0.07440473139286041, - 0.00104930077213794, 0.03992018848657608, 0.13159075379371643, 0.039328739047050476, - 0.035582851618528366, 0.11079709231853485, 0.10828779637813568, - -0.026368634775280952, -0.20669053494930267, 0.0031874212436378, - 0.009196028113365173, 0.008663466200232506, 0.12013401091098785, - 0.10335221886634827, 0.16268250346183777, -0.06941511482000351, - -0.00179287139326334, 0.12797360122203827, 0.035773035138845444, - 0.04478892683982849, 0.10640156269073486, -0.045565102249383926, - 0.03917786106467247, 0.03988814353942871, 0.06191115081310272, 0.11933951079845428, - 0.07163950800895691, 0.11175444722175598, -0.13466137647628784, - -0.11726462841033936, -0.09362959861755371, 0.11203021556138992, - 0.14585673809051514, -0.005914566107094288, 0.10016416758298874, - -0.08823426067829132, 0.06159840151667595, 0.08946448564529419, 0.20346273481845856, - 0.10399751365184784, -0.03622100502252579, 0.006142479367554188, - 0.13407567143440247, 0.060578569769859314, 0.09487970173358917, 0.07006826251745224, - -0.05197257921099663, 0.042497869580984116, 0.027324697002768517, - 0.024130558595061302, 0.12201990187168121, 0.04175596684217453, 0.04690110683441162, - 0.0732613205909729, -0.04550914466381073, 0.05514149367809296, 0.08741529285907745, - 0.05673322454094887, 0.13036362826824188, 0.006401740945875645, 0.11948932707309723, - 0.036667365580797195, 0.13274823129177094, -0.06883656233549118, - -0.029979640617966652, 0.08466614037752151, 0.08733299374580383, - -0.10469385981559753, 0.08216322213411331, 0.048220790922641754, - 0.17692120373249054, 0.03974331542849541, 0.14005428552627563, 0.07236708700656891, - 0.030403437092900276, 0.14472626149654388, 0.09293722361326218, 0.17879267036914825, - 0.02511128969490528, 0.10846516489982605, 0.024651221930980682, 0.07363107055425644, - -0.07233763486146927, 0.12802419066429138, -0.053719595074653625, - 0.12159757316112518, 0.0831737220287323, 0.10503698885440826, 0.0611247755587101, - -0.11277232319116592, 0.10721476376056671, 0.07987742125988007, 0.14310960471630096, - 0.030796146020293236, 0.04139284789562225, -0.0034724862780421972, - 0.05677073448896408, 0.10305419564247131, 0.08614929765462875, 0.04798091575503349, - 0.0029559782706201077, 0.06096550077199936, 0.07669654488563538, - 0.08593858778476715, -0.05376340076327324, -0.06730759888887405, - -0.04828130081295967, 0.03257834538817406, 0.0018646358512341976, - 0.10589118301868439, 0.030649609863758087, 0.13884228467941284, 0.15443290770053864, - 0.06072080135345459, -0.1313670128583908, 0.18217016756534576, 0.022920597344636917, - 0.1085682064294815, 0.09277232736349106, 0.24250255525112152, 0.010073207318782806, - -0.029842382296919823, 0.03614788502454758, 0.09816338121891022, - 0.03818129748106003, 0.13193835318088531, 0.06386403739452362, 0.033432621508836746, - 0.05046069249510765, 0.13432539999485016, 0.028398636728525162, 0.07719531655311584, - 0.034267645329236984, 0.1749558299779892, -0.04343470185995102, 0.0724736824631691, - -0.011001233011484146, 0.07731378078460693, 0.1179892048239708, - -0.059444330632686615, 0.04709674045443535, 0.09648837149143219, - -0.025701794773340225, -0.005907799582928419, -0.007389926351606846, - 0.12072139978408813, 0.0764596238732338, 0.13301727175712585, 0.02737407572567463, - 0.09668688476085663, 0.07073542475700378, 0.10278940945863724, 0.018962997943162918, - 0.09217914938926697, 0.07093262672424316, 0.020641550421714783 - ], - [ - 0.03572752699255943, 0.22570723295211792, 0.11126492917537689, -0.03798053413629532, - 0.06472756713628769, 0.1318691521883011, 0.13318876922130585, 0.14393481612205505, - 0.14662636816501617, 0.07270385324954987, 0.09369157254695892, 0.05837124213576317, - 0.04986591637134552, -0.025880170986056328, 0.10797121375799179, - 0.06423640251159668, 0.13312001526355743, 0.10451744496822357, 0.04460809752345085, - 0.013472062535583973, 0.11662116646766663, 0.028153391554951668, - -0.11022968590259552, 0.013139392249286175, 0.14733321964740753, - -0.04400474578142166, -0.055232398211956024, 0.05748852342367172, - 0.026627259328961372, 0.1112387552857399, 0.04032931104302406, 0.007096858229488134, - 0.09703148901462555, 0.04432930424809456, 0.08437947183847427, 0.10458076000213623, - 0.05797445401549339, 0.052769169211387634, 0.15576180815696716, 0.10253003984689713, - 0.09535364806652069, 0.032731957733631134, 0.11780877411365509, 0.1237841472029686, - 0.0620613619685173, 0.10809073597192764, 0.11608754843473434, -0.09167329221963882, - -0.005847571883350611, -0.05562985688447952, 0.018197903409600258, - -0.06065372750163078, 0.010077523067593575, 0.18108351528644562, - 0.12916554510593414, 0.10735756903886795, 0.02950451523065567, - -0.0053116194903850555, 0.14356426894664764, 0.10205334424972534, - 0.07743459194898605, 0.06987538188695908, 0.02526692859828472, 0.2300024777650833, - 0.1864352971315384, 0.03322765231132507, 0.07352858036756516, -0.05511998012661934, - 0.06652557849884033, -0.174737349152565, -0.024320049211382866, - 0.014826545491814613, -0.03819535672664642, -0.015570520423352718, - 0.17435114085674286, -0.05408576875925064, -0.05943242460489273, - 0.07439614087343216, -0.0368085615336895, 0.012075916863977909, - 0.028768492862582207, -0.15813687443733215, -0.06648575514554977, - -0.1773717999458313, -0.08677605539560318, 0.21549008786678314, - -0.060103289783000946, 0.02710428275167942, 0.03879666328430176, 0.1291460394859314, - -0.04303611442446709, 0.14104203879833221, -0.002914748154580593, - 0.0001925633696373552, 0.13782718777656555, -0.09419158101081848, - 0.1210288405418396, 0.09812172502279282, 0.09097623080015182, 0.03607337549328804, - -0.09510284662246704, 0.06024850159883499, 0.07084603607654572, 0.11095427721738815, - 0.0037823719903826714, 0.07176439464092255, 0.030887624248862267, - 0.026640156283974648, -0.131015807390213, 0.06060299649834633, - -0.010749767534434795, 0.01365218311548233, 0.07468224316835403, - 0.004003667272627354, 0.11651948094367981, -0.15007050335407257, 0.0411761999130249, - 0.08562305569648743, 0.0261190477758646, -0.02497369982302189, 0.0698375254869461, - -0.056095559149980545, 0.07749119400978088, 0.09757333993911743, - 0.04693012684583664, 0.14634239673614502, 0.14692379534244537, 0.03625865653157234, - -0.2087569236755371, -0.13887178897857666, 0.03220939636230469, 0.11613235622644424, - 0.07024160772562027, 0.0028108677361160517, 0.02457018941640854, - 0.014711908996105194, 0.11317488551139832, 0.1066388189792633, 0.17373131215572357, - 0.15930433571338654, 0.05610909312963486, 0.08676084131002426, 0.07435363531112671, - -0.00017475514323450625, 0.06959779560565948, 0.017522737383842468, - -0.07451660186052322, 0.11846569180488586, 0.08082351088523865, - -0.061413101851940155, 0.10499108582735062, -0.0063125682063400745, - 0.008807050995528698, 0.07764094322919846, 0.01910538785159588, - -0.03361128270626068, 0.12162214517593384, 0.07672572135925293, 0.10362846404314041, - -0.05199058726429939, 0.07050915062427521, 0.03519922494888306, 0.12315059453248978, - -0.05832376331090927, -0.030011184513568878, 0.024107059463858604, - 0.13151663541793823, -0.09039869904518127, 0.11220691353082657, 0.10255580395460129, - 0.11022353172302246, -0.022582262754440308, 0.10429784655570984, - 0.05224630981683731, 0.10599522292613983, 0.1838351935148239, 0.08847494423389435, - 0.20671364665031433, 0.014858677051961422, 0.015228581614792347, - 0.009059377014636993, 0.07699169963598251, -0.006523362826555967, - 0.12387356162071228, 0.017779503017663956, 0.14687319099903107, 0.01842576265335083, - 0.08385461568832397, 0.0733964741230011, -0.024431070312857628, 0.06793629378080368, - 0.00960986316204071, 0.22000852227210999, 0.018555061891674995, 0.03964966908097267, - -0.023417867720127106, 0.07320287823677063, 0.13733349740505219, - 0.08001188933849335, 0.07052960991859436, -0.03063291497528553, 0.12251188606023788, - 0.0931425467133522, 0.037282008677721024, -0.030754895880818367, - -0.023557431995868683, -0.12095228582620621, 0.022073879837989807, - 0.10283453017473221, 0.11777960509061813, 0.12776117026805878, 0.11711259186267853, - 0.17791041731834412, -0.033971626311540604, -0.032487593591213226, - 0.146255224943161, 0.09782980382442474, 0.04461197555065155, 0.03244365379214287, - 0.1478024423122406, 0.11070501804351807, -0.036894213408231735, 0.04397926852107048, - 0.11699888855218887, 0.05235130339860916, 0.06500844657421112, 0.07438728213310242, - 0.039899442344903946, 0.10608858615159988, 0.1379784792661667, 0.04942268133163452, - 0.04447784647345543, 0.10567060112953186, 0.1870480626821518, 0.026894165202975273, - 0.09661521017551422, 0.02329540252685547, -0.019216014072299004, 0.1433136761188507, - -0.01523528527468443, 0.12395451962947845, 0.040136899799108505, - 0.07949919253587723, -0.01191364973783493, 0.03250860050320625, 0.10277602821588516, - -0.02213672548532486, 0.05232963711023331, 0.07220650464296341, - 0.025819923728704453, 0.06741710752248764, 0.03397449851036072, - 0.037240203469991684, 0.0028383485041558743, 0.01708124950528145, - 0.05664050951600075 - ], - [ - 0.07838285714387894, 0.25603002309799194, 0.056988295167684555, - -0.07228647172451019, 0.053139280527830124, 0.05280740186572075, 0.185836061835289, - 0.07081913203001022, 0.15785285830497742, 0.13760225474834442, 0.008509975858032703, - -0.004146568011492491, 0.1298825442790985, -0.0017630286747589707, - 0.10759203881025314, 0.12831473350524902, 0.10979512333869934, 0.15342462062835693, - 0.09579658508300781, -0.09516185522079468, 0.11693505942821503, 0.07971557974815369, - -0.05720905214548111, -0.010439237579703331, 0.09974160045385361, - -0.020876789465546608, -0.06708765774965286, 0.03826695308089256, - 0.11367102712392807, 0.02129310928285122, 0.043983343988657, 0.11001213639974594, - 0.10254975408315659, 0.058369074016809464, 0.049893513321876526, - 0.044744446873664856, 0.011741386726498604, 0.014428363181650639, - 0.17134901881217957, 0.0865468755364418, 0.0924239307641983, -0.01847768761217594, - 0.02689940854907036, 0.12535978853702545, 0.13789230585098267, 0.07643431425094604, - 0.10040434449911118, -0.0992601215839386, 0.062205810099840164, - -0.010562395676970482, 0.023822152987122536, 0.009607380256056786, - 0.06774749606847763, 0.16947345435619354, 0.08722053468227386, 0.1552598774433136, - 0.11064905673265457, 0.027361249551177025, 0.08408438414335251, 0.12185957282781601, - 0.11630471795797348, 0.020524045452475548, -0.09170393645763397, - 0.13454030454158783, 0.07650059461593628, 0.017696581780910492, 0.04469587281346321, - 0.02303367666900158, 0.09458308666944504, -0.15814286470413208, - 0.012389486655592918, 0.1125861257314682, -0.00046475365525111556, - 0.02904331125319004, 0.14779099822044373, -0.06578958034515381, - -0.06430972367525101, 0.048922840505838394, -0.056812480092048645, - 0.12049105018377304, 0.029945846647024155, -0.1714775413274765, - -0.015656691044569016, -0.14393460750579834, -0.06439975649118423, - 0.1521206945180893, -0.08396968990564346, 0.026419788599014282, - 0.015148075297474861, 0.03690774738788605, -0.08490245044231415, - 0.10291052609682083, 0.007683093659579754, 0.040652114897966385, - 0.07578593492507935, -0.06492078304290771, 0.10697825253009796, 0.12984934449195862, - 0.10741746425628662, 0.02143378183245659, -0.0775538980960846, 0.1725882738828659, - 0.1050046756863594, 0.03903084993362427, -0.05485006421804428, 0.044382065534591675, - 0.11977417767047882, 0.016199884936213493, -0.16509957611560822, - 0.028429266065359116, 0.006514980457723141, -0.06809761375188828, - 0.08835987001657486, 0.08616778999567032, 0.1347421258687973, -0.11704236268997192, - -0.06407423317432404, 0.09808572381734848, 0.09117641299962997, - -0.05680454894900322, 0.06397458910942078, -0.014157014898955822, - 0.09515117853879929, 0.052959177643060684, 0.08761142194271088, 0.1228901743888855, - 0.1257307082414627, 0.13217684626579285, -0.12662088871002197, -0.06638690084218979, - 0.020701991394162178, 0.07294028997421265, 0.17111718654632568, - -0.05134841054677963, 0.09251426160335541, -0.025751536712050438, - 0.04594932869076729, 0.1489373743534088, 0.16418063640594482, 0.13306038081645966, - -0.021275557577610016, 0.04110976681113243, 0.10623203963041306, - 0.04209519177675247, 0.06821685284376144, 0.03121258318424225, - -0.020476747304201126, 0.10279305279254913, 0.036259591579437256, - -0.015571372583508492, 0.11255743354558945, 0.00942287314683199, - 0.047298043966293335, 0.13573601841926575, 0.03625611588358879, - 0.013368972577154636, 0.08417816460132599, 0.11764238774776459, 0.06270890682935715, - 0.03305089473724365, 0.11519179493188858, 0.027814693748950958, 0.1330709457397461, - -0.01956760510802269, -0.07056429982185364, 0.11143125593662262, - 0.16049836575984955, -0.043406300246715546, 0.11588948220014572, - 0.010500101372599602, 0.14311173558235168, 0.025822799652814865, - 0.11031606793403625, 0.15874148905277252, 0.10395551472902298, 0.12549187242984772, - 0.122213214635849, 0.20327159762382507, -0.033767856657505035, 0.11298168450593948, - 0.06593592464923859, 0.08565900474786758, -0.011378197930753231, - 0.13198602199554443, -0.009549492038786411, 0.22339116036891937, - 0.07365231961011887, 0.15673470497131348, 0.029994534328579903, - -0.016067417338490486, 0.01958872377872467, 0.09699619561433792, - 0.20362523198127747, 0.03296680003404617, 0.04268274083733559, -0.02844322845339775, - 0.047268085181713104, 0.12389321625232697, 0.1308305561542511, 0.05464797094464302, - 0.04254452511668205, 0.0862061157822609, 0.011747741140425205, 0.15343131124973297, - -0.037331946194171906, -0.0052706399001181126, -0.15193435549736023, - 0.07881185412406921, 0.059055525809526443, 0.18021760880947113, 0.12739641964435577, - 0.1602189987897873, 0.14927567541599274, 0.028959710150957108, -0.10241886228322983, - 0.18102216720581055, 0.08411412686109543, 0.10206960886716843, 0.033760346472263336, - 0.17952962219715118, 0.09010336548089981, 0.020569194108247757, 0.05697208642959595, - 0.09115345776081085, 0.0014089253963902593, 0.0933934822678566, 0.0563923642039299, - 0.0374884195625782, 0.06955799460411072, 0.18567916750907898, 0.061872031539678574, - 0.07452069967985153, 0.023841725662350655, 0.11925477534532547, - 0.009031910449266434, 0.002248943317681551, 0.008571251295506954, - 0.006067832466214895, 0.1345091313123703, -0.020934900268912315, - 0.053930047899484634, 0.1346026510000229, -0.017357103526592255, - 0.020347991958260536, -0.05486348271369934, 0.1284133493900299, 0.05172782391309738, - 0.11214711517095566, -0.002424961654469371, 0.0594206303358078, 0.06301324814558029, - 0.0973675325512886, 0.04217025637626648, 0.07492237538099289, 0.05021531507372856, - 0.029878385365009308 - ], - [ - 0.10191626846790314, 0.21330873668193817, 0.12116125226020813, - -0.058755677193403244, -0.0007676009554415941, 0.03423426300287247, - 0.11889180541038513, 0.07798038423061371, 0.1333412230014801, -0.004984217695891857, - 0.03047727234661579, 0.07076776027679443, 0.03623014688491821, 0.015083183534443378, - 0.02592424489557743, 0.11585575342178345, 0.10307137668132782, 0.14710412919521332, - 0.06383085995912552, -0.08222764730453491, 0.0513499453663826, 0.08829884976148605, - -0.15771086513996124, -0.05475655943155289, 0.1328374743461609, - 0.008436081930994987, -0.09678900986909866, 0.0496695376932621, 0.03013131394982338, - 0.009423456154763699, 0.0850730836391449, 0.020300397649407387, 0.11288578808307648, - 0.005222885869443417, 0.11755576729774475, 0.08651449531316757, 0.03364440053701401, - 0.02111053839325905, 0.13175350427627563, 0.027744675055146217, 0.10147544741630554, - 0.04555050656199455, 0.053986433893442154, 0.0663992166519165, 0.05221881344914436, - 0.048000022768974304, 0.044956404715776443, -0.10747750848531723, - -0.023055516183376312, 0.02550922892987728, -0.05243963375687599, - 0.04449324682354927, 0.04174860566854477, 0.11457455158233643, 0.13992156088352203, - 0.06738608330488205, 0.07936713099479675, 0.08762014657258987, 0.12287775427103043, - 0.12772557139396667, 0.08271289616823196, 0.09684400260448456, -0.05577180162072182, - 0.08158506453037262, 0.14254380762577057, 0.007771078962832689, 0.07907450944185257, - -0.04511856287717819, 0.07020758092403412, -0.11937472969293594, - 0.062160808593034744, 0.030285656452178955, 0.07635477185249329, - 0.04966346174478531, 0.12437422573566437, -0.033373408019542694, - -0.017846768721938133, 0.01210788730531931, -0.024837946519255638, - 0.060828614979982376, -0.008992321789264679, -0.08963564038276672, - 0.00972704030573368, -0.1296183168888092, -0.06628209352493286, 0.08284327387809753, - -0.029189230874180794, 0.08147858083248138, 0.0803934633731842, - 8.907222945708781e-5, -0.06431512534618378, 0.07570475339889526, - -0.05838720127940178, -0.0020496549550443888, 0.05524356663227081, - -0.027222122997045517, 0.026317507028579712, 0.010980691760778427, - 0.1588234305381775, -0.005792532581835985, -0.06373854726552963, - 0.12702591717243195, 0.09086544811725616, 0.0422310009598732, 0.014769506640732288, - 0.11250655353069305, 0.1077168881893158, -0.01235273852944374, -0.1824946105480194, - -0.03712904080748558, -0.024167126044631004, -0.028817281126976013, - 0.10928754508495331, -0.0188151802867651, 0.1235070675611496, -0.07900084555149078, - 0.01846488192677498, 0.015846148133277893, 0.037541184574365616, - 0.05298743396997452, 0.05137816444039345, -0.07018987834453583, 0.04283009096980095, - 0.10745003819465637, 0.13075923919677734, 0.1108686774969101, 0.14210419356822968, - 0.016439054161310196, -0.08894087374210358, -0.10739592462778091, - -0.004912116564810276, 0.10104881227016449, 0.05032183602452278, - -0.03629777953028679, 0.0618729442358017, -0.04573516920208931, 0.12606720626354218, - 0.08652611821889877, 0.1843600571155548, 0.015644986182451248, - -0.009485477581620216, 0.00777457607910037, 0.05349547415971756, - 0.09342927485704422, 0.03014339692890644, 0.05655856058001518, -0.09822891652584076, - 0.10533539205789566, 0.06557826697826385, 0.0054760524071753025, - 0.08671534806489944, -0.027673354372382164, 0.07177884876728058, - 0.01572617143392563, -0.04579230025410652, -0.007527885027229786, - 0.08296144008636475, 0.03752031922340393, 0.0666213408112526, 0.004139766562730074, - 0.06038593500852585, 0.00608007563278079, 0.05200973153114319, 0.029574336484074593, - -0.008184035308659077, 0.13376449048519135, 0.035847049206495285, - -0.09600017219781876, 0.006062171421945095, 0.015613659285008907, - 0.07849415391683578, 0.0031883236952126026, 0.07408779114484787, 0.1330466866493225, - 0.10349642485380173, 0.08527927845716476, 0.11264973878860474, 0.09350808709859848, - 0.006605611182749271, 0.048825476318597794, 0.0827101320028305, 0.06862794607877731, - -0.039120063185691833, 0.11701472848653793, -0.03475818410515785, - 0.1387462466955185, 0.03930829465389252, 0.16327840089797974, 0.061548490077257156, - -0.08939991146326065, 0.10469673573970795, 0.07426352053880692, 0.08202856034040451, - -0.014410956762731075, -0.047532178461551666, -0.04426134377717972, - -0.01099137682467699, 0.16300877928733826, 0.10902286320924759, - 0.031738247722387314, -0.014212701469659805, 0.0835348591208458, - 0.08591701835393906, 0.14927178621292114, -0.03999631106853485, - -0.009967304766178131, -0.1524929255247116, 0.02552396059036255, - 0.023732006549835205, 0.17620857059955597, 0.08284588903188705, 0.1066495031118393, - 0.07816362380981445, 0.005516435019671917, -0.03169061243534088, - 0.08391459286212921, 0.10239915549755096, 0.007921896874904633, 0.05182579159736633, - 0.2257143259048462, 0.0863945484161377, 0.07286441326141357, 0.02059052512049675, - 0.06870868802070618, -0.0006840270943939686, 0.05230066552758217, - 0.09642627090215683, 0.0016311592189595103, 0.04123389348387718, - 0.050320450216531754, 0.04174857959151268, 0.07402047514915466, 0.05704515427350998, - 0.14199604094028473, -0.0044174171052873135, 0.09452813118696213, - 0.025115270167589188, -0.0017562886932864785, 0.08197487890720367, - -0.0688292533159256, 0.07954315841197968, 0.032992005348205566, - -0.0036814026534557343, -0.058827728033065796, 0.04507733881473541, - 0.041545454412698746, 0.0006821787683293223, 0.013413597829639912, - 0.038281314074993134, -0.015614598989486694, 0.08424080163240433, - 0.0912078320980072, 0.007302634883671999, 0.028060397133231163, 0.0710737481713295, - -0.001533854054287076 - ], - [ - 0.07594013214111328, 0.20320193469524384, 0.06808576732873917, -0.07262124866247177, - 0.03515757992863655, 0.09785392135381699, 0.08741380274295807, 0.12594784796237946, - 0.10307849943637848, 0.11461175233125687, 0.00513669615611434, - -0.013453439809381962, 0.054273106157779694, -0.019370855763554573, - 0.04802515730261803, 0.10937738418579102, 0.17313086986541748, 0.13550935685634613, - 0.03206769749522209, -0.03981926664710045, 0.15240976214408875, - -0.0016324884491041303, -0.13074320554733276, 0.04860294610261917, - 0.06345781683921814, -0.06870289146900177, -0.06751146912574768, - 0.026233311742544174, 0.08992088586091995, 0.024298617616295815, - -0.01767006330192089, 0.10930439829826355, 0.08692379295825958, - -0.024029333144426346, 0.08548585325479507, 0.09193804115056992, - -0.0361567847430706, 0.015725672245025635, 0.16355791687965393, 0.16627639532089233, - 0.09743236005306244, 0.017730074003338814, 0.11043541878461838, 0.11265995353460312, - 0.030450019985437393, 0.025543145835399628, 0.04518505185842514, - -0.08193687349557877, 0.010245073586702347, 0.03692486509680748, - -0.06343653798103333, 0.002550922567024827, 0.04753155633807182, - 0.13920371234416962, 0.09426893293857574, 0.07168211787939072, 0.05427994951605797, - -0.0006735603674314916, 0.07758895307779312, 0.17646309733390808, - 0.07639512419700623, 0.040287889540195465, -0.002364286221563816, - 0.12801361083984375, 0.09148666262626648, 0.052611999213695526, - 0.030880462378263474, -0.06670260429382324, 0.07371459901332855, - -0.11270713806152344, -0.026591286063194275, 0.08120031654834747, - 0.06387709826231003, 0.02553594298660755, 0.15032003819942474, 0.020206542685627937, - 0.053942564874887466, 0.045334845781326294, -0.027594348415732384, - 0.06994393467903137, 0.019751418381929398, -0.10822365432977676, - -0.003103395225480199, -0.11225753277540207, -0.1404736191034317, - 0.16434508562088013, -0.015694938600063324, 0.045853037387132645, - 0.05921505391597748, 0.04766973480582237, -0.024107029661536217, - 0.12197587639093399, 0.006228769198060036, 0.0004250341735314578, - 0.13632303476333618, -0.09451871365308762, 0.10203509032726288, 0.06115313619375229, - 0.07127416133880615, 0.04520758241415024, 0.015044288709759712, 0.1462019979953766, - 0.14836348593235016, 0.10094653069972992, -0.04723259434103966, 0.1122610792517662, - 0.11273050308227539, -0.019325483590364456, -0.0821819081902504, - 0.03146465867757797, 0.003001383738592267, 0.011938859708607197, - 0.015126523561775684, 0.06726881861686707, 0.11431741714477539, -0.1492711454629898, - -0.03212743252515793, 0.1452541947364807, -0.013683692552149296, - 0.06706143915653229, 0.09694986790418625, -0.007897056639194489, - 0.11196034401655197, 0.03128886595368385, 0.16072990000247955, 0.15763965249061584, - 0.17392726242542267, 0.0764385461807251, -0.19676664471626282, -0.12003298103809357, - -0.07441127300262451, 0.03315340727567673, 0.18703338503837585, - -0.055614691227674484, 0.01233083475381136, -0.0623105950653553, - 0.10046707838773727, 0.031028015539050102, 0.16935209929943085, 0.12236307561397552, - 0.04144980013370514, 0.09338982403278351, 0.11092983186244965, 0.03662041202187538, - 0.08791226148605347, 0.11389390379190445, -0.10019830614328384, 0.12239866703748703, - 0.014822046272456646, -0.0741531252861023, 0.11893776059150696, - 0.014235534705221653, 0.032401010394096375, 0.0848454087972641, 0.0046019172295928, - -0.02217703126370907, 0.09578804671764374, 0.06829569488763809, - 0.012331746518611908, -0.0663219466805458, 0.1577404886484146, 0.10939875990152359, - 0.1487625539302826, 0.0475628599524498, 0.0031852663960307837, 0.11523935943841934, - 0.11877866834402084, -0.08429380506277084, 0.016646597534418106, - -0.0040925005450844765, 0.1369556337594986, 0.07607591897249222, - 0.13012047111988068, 0.12617479264736176, 0.03224324434995651, 0.09384738653898239, - 0.18566568195819855, 0.21994251012802124, -0.06399597972631454, 0.09767121821641922, - 0.12101791054010391, 0.08061353117227554, 0.0012939732987433672, - 0.03848760947585106, 0.034783270210027695, 0.15885251760482788, 0.07986247539520264, - 0.02747269719839096, 0.0332937017083168, -0.10647707432508469, 0.08077878504991531, - 0.0030066361650824547, 0.13577018678188324, -0.04292117804288864, - 0.041476644575595856, 0.030913125723600388, 0.057531390339136124, - 0.17644941806793213, 0.051881760358810425, 0.003924383781850338, - 0.03666764125227928, 0.10891265422105789, 0.01574784889817238, 0.12606579065322876, - 0.014516626484692097, -0.02096744067966938, -0.16835297644138336, - 0.06012771278619766, 0.06776890158653259, 0.08010618388652802, 0.08535131067037582, - 0.18499042093753815, 0.14753729104995728, 0.03028910420835018, -0.04096248373389244, - 0.15840037167072296, 0.06969679892063141, 0.05189119279384613, 0.04007112234830856, - 0.14429332315921783, 0.029427245259284973, 0.02190483547747135, - 0.024379746988415718, 0.0619005486369133, -0.00039551203371956944, - 0.14041152596473694, 0.07147800922393799, -0.008824598975479603, - 0.13011212646961212, 0.1427137702703476, 0.026615139096975327, 0.10904788970947266, - 0.05838290601968765, 0.09491300582885742, -0.009428718127310276, - 0.04937009513378143, 0.07277540862560272, -0.015728717669844627, - 0.09244536608457565, -0.07686340063810349, 0.029566723853349686, - 0.04602038115262985, 0.03878868743777275, -0.03682322055101395, 0.03917601332068443, - 0.00701513048261404, 0.0001908294652821496, 0.09295803308486938, - 0.07467281073331833, 0.0008158515556715429, 0.08035898208618164, - 0.07185529172420502, 0.05938930809497833, 0.07807289063930511, 0.10430395603179932, - 0.03168240562081337 - ], - [ - -0.052664101123809814, -0.1471889615058899, -0.10157160460948944, - -0.007556094788014889, -0.07535721361637115, -0.031834088265895844, - -0.05733345448970795, -0.10035425424575806, -0.03841349110007286, - 0.01839364878833294, -0.04075903445482254, 0.03789079561829567, -0.1284661889076233, - 0.05268481373786926, -0.024545762687921524, -0.13743212819099426, - -0.11966580897569656, -0.0545504130423069, 0.0037514481227844954, - 0.10474134981632233, -0.053657229989767075, -0.029581015929579735, - 0.23896066844463348, 0.09462711215019226, -0.14376041293144226, 0.03682025149464607, - 0.2057577669620514, -0.02768770232796669, -0.06158958747982979, - -0.06877852231264114, -0.008593724109232426, -0.026665495708584785, - -0.16780990362167358, 0.004540625493973494, -0.025873439386487007, - -0.04079042375087738, -0.006029158364981413, 0.014895223081111908, - -0.06479652225971222, -0.0854785367846489, -0.037768881767988205, - 0.09687896072864532, 0.0709478035569191, 0.015125342644751072, -0.070006363093853, - -0.0178147591650486, -0.12778538465499878, 0.1200341209769249, 0.008104190230369568, - -0.028344590216875076, 0.07055845111608505, 0.041050396859645844, - 0.04876018315553665, -0.20800676941871643, -0.1769854575395584, - -0.002449575113132596, -0.031222296878695488, 0.004992556758224964, - -0.1815415471792221, -0.24511748552322388, -0.09051530808210373, - -0.005758597515523434, 0.06550323218107224, -0.17712834477424622, - -0.14177818596363068, 0.07685666531324387, -0.05364769324660301, - 0.08792451024055481, -0.04809480533003807, 0.22319850325584412, - 0.031098412349820137, 0.010152395814657211, 0.03790540620684624, - 0.011120034381747246, -0.05916669964790344, 0.06253378838300705, - 0.03687577694654465, 0.003823657287284732, 0.0431210957467556, -0.08045950531959534, - -0.011398369446396828, 0.3015218675136566, 0.028284046798944473, - 0.24551042914390564, 0.20506002008914948, -0.19000206887722015, 0.04335685819387436, - -0.020538784563541412, 0.07024256885051727, -0.11470495164394379, - 0.2447255700826645, -0.10508397966623306, 0.037424780428409576, 0.03476659208536148, - -0.07798967510461807, -0.04409254714846611, -0.07952343672513962, - -0.08240878582000732, -0.11426491290330887, -0.0046607633121311665, - 0.06157129630446434, -0.13483700156211853, -0.06223763898015022, - -0.0142252491787076, -0.007778906263411045, -0.06298480182886124, - -0.14529794454574585, 0.0406937338411808, 0.23451396822929382, 0.04725321754813194, - 0.0650775283575058, 0.07500851154327393, -0.08530513197183609, - -0.046383973211050034, -0.14164941012859344, 0.225245401263237, 0.04953061789274216, - -0.01189204677939415, 0.037737954407930374, 0.08416000008583069, - -0.1222425103187561, 0.06900801509618759, -0.08620263636112213, 0.01482301577925682, - -0.0774005576968193, -0.029991641640663147, -0.13339349627494812, - -0.08915780484676361, 0.37114471197128296, 0.05127111077308655, - 0.026783332228660583, -0.002428789157420397, -0.10592100769281387, - -0.013536031357944012, 0.022781968116760254, 0.10543381422758102, - -0.0745907574892044, -0.1365651786327362, -0.14577698707580566, - -0.12228108942508698, -0.0013978928327560425, -0.03128635883331299, - -0.09160762280225754, 0.05894272029399872, 0.04866193234920502, - 0.009740334935486317, 0.14705301821231842, -0.007403552997857332, - 0.06483905762434006, 0.09028773754835129, -0.03896420821547508, - 0.038510650396347046, 0.10706999152898788, -0.13202306628227234, - -0.03194068372249603, 0.10681944340467453, -0.14592371881008148, 0.0457855761051178, - -0.06321564316749573, 0.08207402378320694, -0.1373533457517624, 0.04450877755880356, - -0.15829984843730927, 0.0589909702539444, 0.036906685680150986, -0.0372551828622818, - -0.07475864142179489, 0.2531977593898773, -0.03452235460281372, 0.09008855372667313, - -0.09710391610860825, 0.09194129705429077, -0.15881483256816864, - -0.12950579822063446, -0.07899528741836548, -0.15978358685970306, - -0.051790717989206314, -0.18821939826011658, 0.09228471666574478, - 0.0021663601510226727, -0.052376728504896164, -0.03776129335165024, - 0.05013316124677658, -0.04180021584033966, 0.06347761303186417, -0.1859692484140396, - 0.007886757142841816, -0.02512531913816929, -0.07259126007556915, - 0.16281257569789886, -0.07986621558666229, 0.024892037734389305, - -0.22436915338039398, 0.020797675475478172, 0.12467928230762482, - 0.08898741751909256, 0.0371827706694603, -0.07620245963335037, -0.1355176866054535, - 0.09017135947942734, 0.08742552995681763, -0.10424390435218811, - -0.05308228358626366, -0.05388370901346207, 0.07463468611240387, - 0.06250649690628052, 0.1458711475133896, 0.007790893316268921, -0.03313712775707245, - -0.11352254450321198, -0.08111514151096344, -0.1648552566766739, - -0.16383767127990723, 0.06003719940781593, 0.10139330476522446, - -0.07028694450855255, 0.017783820629119873, 0.011789540760219097, - 0.08046949654817581, -0.12784788012504578, -0.09682704508304596, - 0.11161508411169052, -0.03826049715280533, -0.1910887509584427, - -0.03525993973016739, -0.026135830208659172, 0.01312314160168171, - -0.0625685378909111, -0.04664956033229828, -0.13089673221111298, - -0.04547898471355438, -0.014146719127893448, -0.11045632511377335, - -0.0693846046924591, 0.06728991866111755, -0.014157370664179325, - -0.006805138662457466, 0.0411437451839447, -0.1314030885696411, 0.0302895475178957, - -0.04749906063079834, -0.061708081513643265, 0.0883391872048378, - 0.10166636109352112, 0.02765413373708725, -0.03454213589429855, 0.05140957236289978, - -0.05095916986465454, 0.014178905636072159, -0.07393896579742432, - -0.06468835473060608, -0.08334894478321075, -0.11031633615493774, - -0.04564380645751953, 0.009313873015344143, -0.039472587406635284 - ], - [ - -0.08582115918397903, -0.08960022032260895, -0.030828971415758133, - -0.007546078413724899, -0.05043407157063484, -0.005714237689971924, - -0.06288296729326248, -0.05942315235733986, -0.03405534848570824, - 0.03776291012763977, 0.03327062353491783, -0.017235690727829933, - -0.07266835868358612, 0.027479682117700577, -0.07086540013551712, - 0.003564616432413459, 0.0008811648003757, -0.0478854700922966, 0.007033776957541704, - 0.07541567832231522, -0.12598079442977905, -0.02250930480659008, - 0.17326244711875916, 0.01026303693652153, -0.08638084679841995, - -0.005401382222771645, 0.11532454192638397, -0.014021791517734528, - -0.03288500756025314, -0.001477073528803885, 0.03307100385427475, - -0.014714919030666351, -0.031228508800268173, 0.04776865243911743, - -0.040976159274578094, 0.03335287794470787, 0.10058264434337616, - -0.04143849015235901, -0.10413713753223419, -0.02543618157505989, - -0.0881754457950592, 0.08187946677207947, 0.02931901440024376, -0.042852982878685, - -0.10015559196472168, -0.11017993837594986, -0.04928281158208847, - 0.09669413417577744, 0.05721207708120346, -0.05278398469090462, 0.0272831954061985, - -0.012895270250737667, -0.01708228699862957, -0.1947530210018158, - -0.08648111671209335, 0.015789669007062912, -0.015732791274785995, - -0.05669998377561569, -0.10122319310903549, -0.03994374722242355, - -0.07215765118598938, -0.015153372660279274, 0.0648287683725357, - -0.06297378242015839, -0.050843819975852966, 0.08645401149988174, - -0.004028921015560627, -0.0033425011206418276, -0.03062697872519493, - 0.1693362444639206, 0.019474050030112267, -0.04756329208612442, - 0.0028094747103750706, -0.006377505604177713, -0.025613542646169662, - 0.07170481234788895, 0.047051772475242615, -0.012615649029612541, - 0.06294108182191849, 0.01714274287223816, 0.02314591407775879, 0.22794462740421295, - 0.06422394514083862, 0.17760077118873596, 0.1998160481452942, -0.06845346838235855, - -0.010439475998282433, -0.06509704887866974, 0.06431098282337189, - -0.0830468237400055, 0.20317429304122925, -0.04259040579199791, 0.03359770029783249, - -0.04529019072651863, -0.051561541855335236, 0.04808536544442177, - -0.10431355237960815, -0.0909283459186554, -0.13514043390750885, - 0.048483751714229584, 0.0870111957192421, -0.010865231044590473, - 0.03161564841866493, -0.05577687546610832, 0.05352472886443138, - 0.009611101821064949, -0.08628914505243301, 0.11157839745283127, - 0.13032887876033783, 0.08396757394075394, 0.05163958668708801, 0.015368567779660225, - -0.009993845596909523, -0.07544868439435959, -0.13594715297222137, - 0.14091910421848297, 0.0600682757794857, -0.09027773886919022, 0.016033945605158806, - 0.1046367660164833, -0.09401237219572067, 0.045315131545066833, - -0.010685008950531483, -0.036764949560165405, -0.061513788998126984, - -0.06000974774360657, -0.10299520194530487, -0.06186157837510109, - 0.2467467188835144, 0.08071529865264893, 0.048221979290246964, -0.01436462439596653, - -0.03638399764895439, -0.0016988356364890933, -0.020156310871243477, - 0.12150982767343521, -0.018353616818785667, -0.050870634615421295, - -0.08215781301259995, -0.07229187339544296, -0.03680156171321869, - -0.055046197026968, -0.07800517231225967, -0.002776539186015725, - 0.0028485837392508984, 0.02619956061244011, 0.03887122496962547, - -0.12293873727321625, -0.06595591455698013, 0.031090673059225082, - 0.0021354048512876034, 0.09642945230007172, 0.008144826628267765, - -0.024759851396083832, -0.02356818877160549, 0.10610698908567429, - -0.11366606503725052, -0.08259359002113342, -0.006592642981559038, - 0.07994024455547333, -0.03542270138859749, 0.05587200075387955, - -0.13384883105754852, 0.0007021775236353278, 0.054511211812496185, - -0.05044836550951004, -0.12759484350681305, 0.20744849741458893, - -0.00021927952184341848, -0.0496574304997921, -0.052575789391994476, - 0.08291095495223999, -0.10433200746774673, -0.10029719024896622, - -0.06404702365398407, -0.11878547817468643, -0.09432139247655869, - -0.14342470467090607, 0.0334743931889534, -0.03569692745804787, - 0.030323632061481476, -0.06865133345127106, 0.03432919830083847, - -0.007284357212483883, 0.08403068035840988, -0.1124822348356247, - 0.042201776057481766, -0.0844770073890686, 0.023989729583263397, - 0.09980984777212143, -0.03792577609419823, -0.004406306426972151, - -0.07401329278945923, 0.08063030242919922, 0.04119238257408142, 0.07030382752418518, - 0.022541174665093422, -0.07825320214033127, -0.04340283200144768, - 0.03249413147568703, 0.03078305348753929, -0.05511576682329178, 0.01340400893241167, - -0.06148159131407738, 0.03242141380906105, 0.07510243356227875, 0.1415317952632904, - -0.04065755382180214, -0.03755196928977966, -0.1153671070933342, - -0.0631723701953888, -0.14656129479408264, -0.06083020195364952, - 0.043495044112205505, 0.135641410946846, -0.1211797446012497, 0.04005430266261101, - -0.025034354999661446, 0.03473123908042908, -0.11351461708545685, - -0.022296622395515442, 0.02375037595629692, 0.012977004051208496, - -0.09007550030946732, -0.06726458668708801, -0.05132836848497391, - -0.02451995015144348, -0.03780869394540787, -0.09593991190195084, - -0.14207112789154053, -0.07016005367040634, 0.01999264769256115, - -0.09161464869976044, -0.1281135529279709, 0.0027200207114219666, - 0.0437016598880291, -0.05246514081954956, 0.009995375759899616, - 0.0070781828835606575, 0.08690337091684341, -0.01889154314994812, - -0.009422995150089264, 0.015856778249144554, 0.01830458454787731, - 0.05464887246489525, -0.06507878750562668, 0.04112081974744797, - 0.021795490756630898, -0.012671402655541897, -0.02874094620347023, - 0.03302263841032982, -0.07925941795110703, -0.08180162310600281, - -0.018061475828289986, -0.001851692795753479, -0.038912948220968246 - ], - [ - 0.12406186014413834, 0.15455244481563568, 0.07809086889028549, -0.05799702927470207, - 0.10628411173820496, 0.10168416053056717, 0.08205274492502213, 0.13949614763259888, - 0.11991214007139206, 0.09412168711423874, -0.016313202679157257, - 0.06264227628707886, 0.1283031702041626, 0.0523221492767334, 0.11061900854110718, - 0.1537380814552307, 0.19316315650939941, 0.06425321102142334, 0.04201873391866684, - -0.05973498895764351, 0.10243427753448486, 0.0642458125948906, -0.16188886761665344, - 0.014736899174749851, 0.1513400822877884, -0.021370284259319305, - -0.11901658773422241, 0.08650153130292892, 0.10845274478197098, 0.0921325832605362, - 0.014983531087636948, 0.03361605852842331, 0.09388988465070724, - 0.037186507135629654, 0.03134261444211006, 0.07941647619009018, - -0.021248329430818558, 0.08456527441740036, 0.07878945022821426, - 0.06619395315647125, 0.06097208335995674, 0.04896460846066475, - -0.019736068323254585, 0.037782859057188034, 0.04159877076745033, - 0.09551636874675751, 0.11813082545995712, -0.09599912166595459, - 0.015327172353863716, 0.02347000129520893, 0.020585784688591957, - 0.0002772990264929831, 0.10290109366178513, 0.212347149848938, 0.13753171265125275, - 0.0983862355351448, 0.003934161737561226, 0.010189835913479328, 0.11760474741458893, - 0.10856056213378906, 0.06770554929971695, 0.10040824115276337, -0.0901809111237526, - 0.14883100986480713, 0.1731296181678772, 0.10017567873001099, 0.05620108172297478, - -0.004358617588877678, 0.08069876581430435, -0.18203257024288177, - -0.001628864905796945, 0.12820152938365936, -0.03805982321500778, - 0.06128675490617752, 0.13619132339954376, -0.01560145616531372, 0.02623729594051838, - 0.11775127053260803, 0.0008540831622667611, 0.062379591166973114, - 0.0735546350479126, -0.19138790667057037, -0.023973917588591576, - -0.1182505264878273, -0.14929655194282532, 0.16672411561012268, - -0.04404416307806969, 0.00610949844121933, 0.09951571375131607, 0.12316370010375977, - -0.1560259461402893, 0.012298277579247952, -0.07735297828912735, - 0.02951730787754059, 0.05497286841273308, -0.004809198901057243, - 0.14335012435913086, 0.12259131669998169, 0.09810928255319595, - -0.008375916630029678, -0.01765022799372673, 0.11851740628480911, - 0.11161120235919952, 0.011628066189587116, -0.04184959828853607, - 0.10939567536115646, 0.07430816441774368, -0.05272890254855156, -0.1839286983013153, - -0.061497583985328674, -0.07430609315633774, 0.029053129255771637, - 0.029923001304268837, 0.0542973168194294, 0.15625238418579102, -0.15185533463954926, - -0.004568182863295078, 0.10113467276096344, -0.01333510223776102, - 0.02049720473587513, 0.09027332067489624, -0.051882773637771606, - 0.009906024672091007, 0.10183119028806686, 0.10235514491796494, 0.08678615093231201, - 0.09958656132221222, 0.13323570787906647, -0.15202756226062775, - -0.08478805422782898, -0.05035555362701416, 0.12754063308238983, - 0.10219594091176987, -0.03899512067437172, 0.08776557445526123, - -0.09216234087944031, 0.10163340717554092, 0.11416296660900116, 0.1823529601097107, - 0.15873469412326813, 0.03461521491408348, -0.009247634559869766, - 0.12566375732421875, 0.1029464527964592, 0.06545379757881165, 0.0013602381804957986, - -0.11512626707553864, 0.1644885241985321, 0.05214324966073036, -0.07790620625019073, - 0.1117548868060112, 0.011628733947873116, -0.04384114220738411, 0.08309101313352585, - 0.005749372765421867, 0.03024698607623577, 0.13892751932144165, - 0.033378805965185165, 0.022502319887280464, -0.05185062065720558, - 0.05398901179432869, -0.020292315632104874, 0.17808836698532104, - 0.04571028798818588, 0.030694520100951195, 0.03456990420818329, 0.10714955627918243, - -0.06468670815229416, 0.07366152852773666, 0.10301616787910461, 0.17750880122184753, - -0.010131425224244595, 0.14635521173477173, 0.09286423027515411, - 0.035939693450927734, 0.11141390353441238, 0.06925858557224274, 0.23351188004016876, - -0.07466550916433334, 0.023549828678369522, 0.0379851795732975, - 0.055056434124708176, -0.08234606683254242, 0.09610187262296677, - 0.05886257439851761, 0.12734414637088776, 0.02740165963768959, 0.13350775837898254, - 0.09277161955833435, -0.1231052428483963, 0.11500368267297745, 0.08850052207708359, - 0.20325055718421936, -0.05664766579866409, 0.03135155141353607, 0.03942999988794327, - 0.04366954416036606, 0.1578277349472046, 0.10924573987722397, 0.013880599290132523, - -0.04820864275097847, 0.07973530143499374, 0.054080042988061905, - 0.10212956368923187, -0.023170050233602524, -0.054139524698257446, - -0.1718398928642273, 0.014325778000056744, 0.041382625699043274, 0.1789933294057846, - 0.05046325549483299, 0.13786448538303375, 0.18035311996936798, -0.03839970380067825, - -0.06247970834374428, 0.042760007083415985, 0.04515451937913895, - 0.09817248582839966, 0.10493557155132294, 0.18785832822322845, 0.06844640523195267, - 0.07784975320100784, 0.0994410514831543, 0.12307623773813248, -0.008398155681788921, - 0.04506051540374756, 0.07997936010360718, 0.03831087052822113, 0.05237982049584389, - 0.12035097181797028, 0.13035723567008972, 0.08279155939817429, 0.016211843118071556, - 0.2138979285955429, 0.014786472544074059, 0.07097147405147552, 0.05019761621952057, - -0.039720676839351654, 0.1297932118177414, 0.015847088769078255, - 0.12128500640392303, 0.11766534298658371, -0.02669687569141388, - -0.07178040593862534, 0.04051605239510536, 0.11247272044420242, 0.06697990745306015, - 0.103945292532444, 0.0924181342124939, 0.03637430816888809, 0.10798071324825287, - 0.14323067665100098, 0.1146073192358017, 0.08206344395875931, 0.09720490872859955, - 0.08770252764225006 - ], - [ - 0.11372092366218567, 0.23105183243751526, 0.15641005337238312, 0.033430688083171844, - 0.09721747040748596, 0.07997487485408783, 0.15271858870983124, 0.13962556421756744, - 0.1216469556093216, 0.11560782790184021, 0.003279751632362604, 0.024560503661632538, - 0.06306656450033188, 0.025264820083975792, 0.11306309700012207, 0.06197572126984596, - 0.12515877187252045, 0.13434693217277527, 0.0009917414281517267, - 0.007093468215316534, 0.05746681988239288, -0.01975253038108349, - -0.12752798199653625, -0.007164984475821257, 0.1351500153541565, - 0.035805363208055496, -0.025865808129310608, 0.006217608228325844, - 0.07012859731912613, 0.0996846929192543, -0.011677488684654236, 0.1191057562828064, - 0.1885547935962677, -0.015793442726135254, 0.022647669538855553, - 0.04580781236290932, 0.028034618124365807, -0.009785452857613564, - 0.1524449735879898, 0.10057191550731659, 0.10275635868310928, 0.0450475737452507, - 0.08793710917234421, 0.1184898316860199, 0.09553974866867065, 0.1359967291355133, - 0.11831749230623245, 0.011695142835378647, -0.011656279675662518, - 0.013718855567276478, -0.053454555571079254, -0.038857147097587585, - 0.09549292922019958, 0.19129317998886108, 0.12043675780296326, 0.05000494420528412, - 0.05543921887874603, -0.016645465046167374, 0.12836435437202454, - 0.07934524118900299, 0.1699903905391693, 0.06163459271192551, 0.020465567708015442, - 0.19721496105194092, 0.13241171836853027, 0.06870173662900925, 0.10284844785928726, - -0.0609101764857769, 0.07562175393104553, -0.13526970148086548, 0.09304913878440857, - 0.014079545624554157, 0.060587506741285324, 0.059539854526519775, - 0.16522575914859772, -0.008395567536354065, -0.06488125771284103, - 0.10913647711277008, -0.0036022246349602938, 0.024779392406344414, - 0.07591619342565536, -0.18578213453292847, 0.011215221136808395, - -0.12888392806053162, -0.0841614231467247, 0.15180043876171112, - -0.03932185471057892, 0.0659337043762207, 0.09625504910945892, 0.13326296210289001, - -0.051668815314769745, 0.08476460725069046, 0.004598778672516346, - 0.02461208403110504, 0.05661079287528992, -0.07305562496185303, 0.1131497249007225, - 0.07071255892515182, 0.145076721906662, 0.026954779401421547, -0.07125352323055267, - 0.13285265862941742, 0.13106320798397064, 0.07604096829891205, 0.005910161882638931, - 0.049004726111888885, 0.04390962794423103, -0.03577038645744324, - -0.13310123980045319, 0.0009673883323557675, -0.04849359765648842, - -0.0075743542984128, 0.0722503736615181, -0.02077873982489109, 0.171884223818779, - -0.06989888846874237, -0.04715893790125847, 0.045359257608652115, - 0.08638149499893188, 0.0030747526325285435, 0.0978521779179573, - -0.05749424174427986, 0.01754356361925602, 0.04336792230606079, 0.09144151210784912, - 0.10993465781211853, 0.138142392039299, 0.04458429291844368, -0.16991069912910461, - -0.055294934660196304, 0.027264930307865143, 0.05464575067162514, - 0.1292298436164856, 0.02419719658792019, 0.0671859085559845, -0.09603676199913025, - 0.12349079549312592, 0.09369388967752457, 0.18045595288276672, 0.08565818518400192, - -0.033441558480262756, 0.08998541533946991, 0.1558295488357544, - 0.016552403569221497, 0.0629463940858841, 0.08072219789028168, -0.08545643836259842, - 0.0344574898481369, 0.011082393117249012, 0.002702877391129732, 0.02985587902367115, - 0.018951650708913803, -0.02377227693796158, 0.10731752961874008, - 0.061106033623218536, -0.007095996290445328, 0.17650437355041504, - 0.05957377701997757, 0.12801913917064667, 0.060747306793928146, 0.12951253354549408, - 0.07777957618236542, 0.13810449838638306, 0.05730762332677841, 0.025034338235855103, - 0.08172415941953659, 0.14206039905548096, -0.08633773028850555, 0.0273822583258152, - -0.030501695349812508, 0.18972386419773102, -0.035474568605422974, - 0.15853922069072723, 0.06253806501626968, 0.09258387982845306, 0.11433330178260803, - 0.11904186755418777, 0.20170404016971588, -0.05624194070696831, 0.08685272186994553, - 0.048120416700839996, 0.1170681044459343, -0.06512543559074402, - 0.055793024599552155, 0.06736747175455093, 0.09862815588712692, 0.0346955768764019, - 0.1539117842912674, 0.04556584358215332, -0.01697346195578575, 0.12976638972759247, - 0.02482432685792446, 0.2026168555021286, 0.042906418442726135, - -0.044559262692928314, 0.010315214283764362, 0.11196216195821762, - 0.08325008302927017, 0.149384006857872, 0.04395038262009621, 0.05059313401579857, - 0.025807486847043037, 0.06468890607357025, 0.0725804790854454, -0.07030929625034332, - 0.02040760964155197, -0.0629584938287735, 0.08863014727830887, - -0.006186437327414751, 0.1841791421175003, 0.1175948828458786, 0.14533138275146484, - 0.12482814490795135, -0.01128886267542839, -0.10259576141834259, - 0.03709963336586952, 0.041604071855545044, 0.07781440764665604, 0.07197678089141846, - 0.14409303665161133, 0.0626087635755539, 0.0025738494005054235, 0.06862866133451462, - 0.06973011791706085, 0.07971889525651932, 0.09128251671791077, 0.03571546450257301, - 0.09974991530179977, 0.11289964616298676, 0.14567118883132935, 0.10223832726478577, - 0.05574541911482811, 0.11351674795150757, 0.1136474758386612, -0.06390444934368134, - 0.006847699638456106, 0.025609666481614113, 0.011741885915398598, - 0.034979335963726044, 0.03179338574409485, 0.026161693036556244, - 0.10113050788640976, -0.02045069821178913, -0.04934489727020264, 0.0637926310300827, - 0.05548080429434776, 0.02949831262230873, 0.13908234238624573, 0.09494709223508835, - 0.09356261789798737, 0.043190158903598785, 0.13416610658168793, 0.1045752465724945, - 0.06390737742185593, 0.08532991260290146, 0.005673293024301529 - ], - [ - -0.04247961938381195, -0.22779104113578796, -0.11349175125360489, - 0.06362811475992203, -0.06645272672176361, -0.08112030476331711, - -0.08500691503286362, -0.027898428961634636, -0.06260067969560623, - -0.03850163146853447, -0.08206110447645187, 0.029740309342741966, - -0.09258008748292923, 0.016173481941223145, -0.08765839785337448, - -0.02868870086967945, -0.15355798602104187, -0.09382646530866623, - -0.0819464847445488, 0.06587279587984085, -0.11543769389390945, - -0.04060974344611168, 0.12703928351402283, 0.03619064390659332, - -0.09671847522258759, 0.06525605916976929, 0.07143323123455048, - -0.08967096358537674, -0.06229649856686592, -0.020451277494430542, - 0.07911744713783264, 0.014415244571864605, -0.08855236321687698, - 0.10618778318166733, -0.07079878449440002, -0.04085757955908775, - 0.04589737206697464, 0.03252619132399559, -0.09351594746112823, -0.0125005804002285, - -0.03199012950062752, 0.05767971649765968, -0.03783360496163368, - -0.08646298944950104, -0.07624401897192001, -0.014373858459293842, - -0.03843218460679054, 0.09053375571966171, 0.013876031152904034, - -0.001516113057732582, -0.0038597011007368565, -0.009180672466754913, - -0.07191336899995804, -0.1756022572517395, -0.10044898837804794, - -0.10182183235883713, 0.033204253762960434, -0.04781250283122063, - -0.1286257952451706, -0.11830867826938629, -0.06649579852819443, - -0.009074265137314796, 0.031178168952465057, -0.14770625531673431, - -0.0903179794549942, -0.04248659312725067, -0.04309002682566643, - 0.05026686191558838, 0.0034480111207813025, 0.2333534061908722, - -0.05949626490473747, -0.06491381675004959, 0.05564846098423004, - 0.01850254461169243, -0.013316480442881584, 0.03238705173134804, - 0.024932250380516052, 0.004502132534980774, 0.08591476082801819, - -0.08608325570821762, -0.012388649396598339, 0.16049592196941376, - 0.03356175497174263, 0.21194873750209808, 0.11450228840112686, -0.1833665668964386, - 0.013058380223810673, 0.0307195782661438, 0.0037832960952073336, - -0.06054207310080528, 0.10928460955619812, -0.13439160585403442, - 0.08309441059827805, -0.05522080138325691, -0.0521588958799839, 0.06207716464996338, - -0.13879628479480743, -0.018665814772248268, -0.17356520891189575, - 0.00305508216843009, 0.07594728469848633, -0.08425386995077133, - -0.04386185482144356, -0.0053258915431797504, 0.029814347624778748, - 0.013487711548805237, -0.11163172125816345, 0.057300519198179245, - 0.21383579075336456, 0.07433081418275833, 0.020904401317238808, - 0.009918948635458946, 0.002617947058752179, -0.030633633956313133, - -0.12655818462371826, 0.18229113519191742, 0.08928617089986801, - -0.10964113473892212, 0.030597366392612457, 0.008282292634248734, - -0.10261838883161545, 0.06505361944437027, -0.09512798488140106, - -0.11389873921871185, -0.14126233756542206, -0.12266597151756287, - -0.1548822969198227, -0.12019431591033936, 0.2747259736061096, 0.051043443381786346, - -0.004937397316098213, -0.1177646815776825, -0.12920771539211273, - 0.07352986186742783, -0.06487714499235153, 0.12382262200117111, - -0.049757931381464005, -0.04147408530116081, -0.17276741564273834, - -0.1334642618894577, -0.04720864072442055, 0.024343067780137062, - -0.04151207581162453, 0.026550086215138435, -0.009359205141663551, - 0.03239590674638748, 0.045841824263334274, -0.12237361073493958, - -0.06537208706140518, 0.10486976057291031, -0.045853711664676666, - 0.09609320759773254, 0.05434846132993698, -0.06668398529291153, - 0.0020340995397418737, -0.04335040599107742, -0.08760691434144974, - -0.050327450037002563, -0.04233808442950249, 0.08393900096416473, - -0.0656469315290451, -0.06309276074171066, -0.06525055319070816, - 0.11538857221603394, 0.009550405666232109, -0.10643400251865387, - -0.048024460673332214, 0.23893409967422485, 0.023429587483406067, - -0.04784960672259331, -0.036566361784935, 0.05620624125003815, -0.0897960290312767, - -0.08962686359882355, -0.010183045640587807, -0.09393489360809326, - -0.048211146146059036, -0.22370046377182007, -0.0007691283244639635, - 0.02769874595105648, -0.08642614632844925, -0.10366681218147278, - 0.047336652874946594, -0.05040600150823593, 0.03653939440846443, - -0.14993567764759064, 0.018127601593732834, -0.13318242132663727, - -0.10693865269422531, 0.05139975622296333, -0.1176547184586525, - 0.013458315283060074, -0.11649592965841293, 0.08394495397806168, 0.0996432825922966, - 0.06845085322856903, -0.03793502226471901, -0.15877345204353333, - -0.08965707570314407, 0.08863656967878342, 0.011537592858076096, - -0.07413138449192047, 0.016871120780706406, -0.07856134325265884, - 0.049727167934179306, 0.10829359292984009, 0.10699032247066498, - -0.010778496041893959, -0.01725543476641178, -0.09273465722799301, - -0.011815497651696205, -0.139167919754982, -0.15345704555511475, - 0.06704039126634598, 0.1492970883846283, -0.1784096360206604, -0.08494722843170166, - -0.013614121824502945, -0.028077874332666397, -0.19444411993026733, - -0.019455639645457268, 0.0883428305387497, -0.01884167641401291, - -0.18113407492637634, 0.025045502930879593, -0.07121622562408447, - -0.014041895046830177, -0.019115688279271126, -0.1122998520731926, - -0.15335164964199066, -0.10945228487253189, -0.06972481310367584, - -0.04422212392091751, -0.1154104694724083, 0.07920695841312408, - -0.07617302983999252, -0.02061268873512745, -0.02719009295105934, - -0.002362543484196067, 0.04923210293054581, -0.027594683691859245, - -0.11183864623308182, 0.08049928396940231, 0.06365139037370682, 0.08992664515972137, - -0.017209921032190323, 0.013451345264911652, -0.03573983162641525, - 0.04382742568850517, -0.09159473329782486, -0.009901337325572968, - -0.05416835844516754, -0.02838994562625885, 0.012459006160497665, - -0.027101799845695496, -0.09386781603097916 - ], - [ - 0.10546067357063293, 0.13608886301517487, 0.06466909497976303, -0.06810217350721359, - 0.11734625697135925, 0.06867074966430664, 0.12650758028030396, 0.04050740972161293, - 0.08867878466844559, 0.010879217647016048, 0.034714460372924805, - 0.08472714573144913, 0.056851282715797424, 0.0023498793598264456, - 0.09301645308732986, 0.10356894135475159, 0.19309990108013153, 0.1432468593120575, - 0.018301956355571747, -0.05195644497871399, 0.1697196364402771, 0.0351635105907917, - -0.0864572674036026, -0.010838057845830917, 0.04613245651125908, - -0.05050458759069443, -0.09303849190473557, 0.07879994809627533, 0.1331312209367752, - 0.040346480906009674, -0.010431819595396519, 0.0363202802836895, 0.1357094794511795, - -0.02496551163494587, 0.08263300359249115, 0.06606116890907288, - 0.036322902888059616, -0.012789607979357243, 0.0826568678021431, - 0.13066016137599945, 0.050272345542907715, 0.07107222080230713, - 0.021576859056949615, 0.10860980302095413, 0.04367507994174957, 0.12915122509002686, - 0.12144175171852112, -0.10212967544794083, 0.06997314840555191, - -0.008908744901418686, -0.04409456253051758, -0.06136496365070343, - 0.07725414633750916, 0.15372858941555023, 0.039114028215408325, - 0.013140693306922913, 0.010976688005030155, 0.038145992904901505, - 0.11974973231554031, 0.16018806397914886, 0.12311232835054398, 0.00355846737511456, - -0.07179787009954453, 0.14777444303035736, 0.07282789796590805, - 0.017708158120512962, 0.1171031966805458, -0.06082051992416382, 0.06137532740831375, - -0.14869946241378784, 0.046500690281391144, 0.06495904177427292, - -0.0483708530664444, -0.019819272682070732, 0.13254033029079437, - -0.01809985563158989, -0.029101572930812836, 0.08991851657629013, - -0.06226346269249916, 0.017893346026539803, -0.014971922151744366, - -0.13864175975322723, 0.04626956582069397, -0.06578769534826279, - -0.10517936199903488, 0.08700491487979889, -0.05895582586526871, - 0.06631510704755783, 0.057706985622644424, 0.028722772374749184, - -0.10459598898887634, 0.019138041883707047, -0.06967564672231674, - 0.06835102289915085, 0.041477348655462265, -0.029792798683047295, - 0.04435749351978302, 0.04892560839653015, 0.19564716517925262, 0.09002937376499176, - -0.007278061006218195, 0.06846009194850922, 0.09626539796590805, - 0.05793231353163719, -0.04691391438245773, 0.02227974124252796, 0.0691252201795578, - -0.048787664622068405, -0.11939066648483276, -0.009199592284858227, - 0.037472035735845566, -0.04131215810775757, 0.08733972162008286, - 0.08739440888166428, 0.09261715412139893, -0.18013837933540344, - -0.037365324795246124, 0.09100889414548874, 0.03088078647851944, - -0.015842124819755554, 0.07182133942842484, -0.005086759105324745, - 0.04265576973557472, 0.03368792310357094, 0.10626544803380966, 0.12710395455360413, - 0.06851784139871597, 0.03790581226348877, -0.14980627596378326, - -0.13701856136322021, -0.012857546098530293, 0.09279331564903259, - 0.05522550269961357, -0.025295868515968323, 0.004554769955575466, - -0.06959658116102219, 0.12226930260658264, 0.13487601280212402, 0.10020402818918228, - 0.07067034393548965, 0.05597923323512077, 0.027699336409568787, - 0.042585037648677826, 0.015889635309576988, 0.013865283690392971, - 0.05031663179397583, -0.0718943253159523, 0.05198168382048607, 0.04513426870107651, - -0.0671878233551979, 0.043553274124860764, 0.01882663369178772, - -0.035550013184547424, 0.022355983033776283, 0.04729378968477249, - 0.05989816039800644, 0.12234283238649368, 0.06120041012763977, 0.013227982446551323, - -0.039430588483810425, 0.07616222649812698, 0.025198394432663918, - 0.07023113965988159, -0.01498586405068636, -0.05373537912964821, 0.1382366120815277, - 0.13058361411094666, -0.07949218153953552, 0.054198332130908966, - 0.02712065540254116, 0.10973713546991348, -0.03393798694014549, 0.09484952688217163, - 0.0967443510890007, 0.007990716956555843, 0.16042177379131317, 0.1443251371383667, - 0.16445358097553253, -0.05677928030490875, 0.01091593038290739, 0.07894885540008545, - 0.030324440449476242, -0.0269860178232193, 0.03444456309080124, - -0.04566065967082977, 0.12851758301258087, 0.07278548181056976, 0.08281850814819336, - 0.004825562238693237, -0.06680481880903244, 0.052944835275411606, - 0.010074909776449203, 0.19587726891040802, 0.02561607025563717, 0.02061574161052704, - 0.07147520780563354, 0.10184809565544128, 0.1083417683839798, 0.11671096086502075, - -0.011992032639682293, -0.03616698086261749, 0.04822654277086258, - 0.07222923636436462, 0.11614954471588135, -0.008171369321644306, - -0.04790382832288742, -0.20928135514259338, -0.020960170775651932, - -0.009493701159954071, 0.158477321267128, 0.11239975690841675, 0.10692840814590454, - 0.11301044374704361, 0.04053324833512306, -0.03349829465150833, 0.11614391207695007, - 0.0496753454208374, 0.06301631778478622, 0.04137005656957626, 0.14865896105766296, - 0.0017822793452069163, 0.010300545953214169, 0.0713995173573494, - 0.09414894133806229, 0.09181847423315048, 0.10613558441400528, 0.053202852606773376, - 0.08203784376382828, 0.058499015867710114, 0.11203958094120026, 0.09801698476076126, - 0.044859036803245544, 0.057474520057439804, 0.1490703970193863, - -0.011037096381187439, 0.049311891198158264, -0.02940039336681366, - 0.03244582191109657, 0.03316725417971611, 0.027148567140102386, 0.11383361369371414, - 0.08231237530708313, 0.007689082063734531, 0.04027596861124039, - -0.02047388255596161, 0.050003841519355774, 0.05470355972647667, - 0.11909996718168259, 0.07597224414348602, 0.011676028370857239, 0.06850586086511612, - 0.03380468115210533, 0.08812674880027771, 0.042079225182533264, - -0.019041957333683968, 0.09741570055484772 - ], - [ - -0.0568280965089798, -0.13109852373600006, -0.09313087910413742, - 0.07354749739170074, 0.038169216364622116, -0.009540412575006485, - -0.024199778214097023, -0.03235398977994919, -0.15386992692947388, - -0.06620343774557114, 0.06042678654193878, 0.10526954382658005, - 0.0072896298952400684, 0.07192421704530716, -0.05536360666155815, - -0.14338424801826477, -0.1266126185655594, -0.1150723248720169, - -0.05026731267571449, 0.11863874644041061, -0.1193779855966568, - -0.016942666843533516, 0.1604532152414322, 0.013268833048641682, - -0.11627695709466934, 0.10819222033023834, 0.15837755799293518, - -0.08487825840711594, -0.04249933362007141, -0.06729190796613693, - 0.040098536759614944, -0.0835774764418602, -0.0819196105003357, - 0.020507942885160446, -0.07817838340997696, -0.035733822733163834, - 0.06694259494543076, 0.007444499060511589, -0.08745680004358292, - -0.1136569231748581, -0.0866592600941658, 0.0961846262216568, 0.019224487245082855, - -0.06474418193101883, -0.10288628190755844, -0.05115417391061783, - -0.046649038791656494, 0.08248746395111084, -0.03467393293976784, - -0.058771729469299316, 0.1012692004442215, -0.008241215720772743, - 0.036951929330825806, -0.22298406064510345, -0.049765970557928085, - -0.08727055788040161, 0.0009047369821928442, -0.054653413593769073, - -0.060875486582517624, -0.14608179032802582, -0.004565485753118992, - 0.009259900078177452, 0.03839365392923355, -0.1920114904642105, - -0.08731385320425034, 0.04251465946435928, 0.015486096031963825, - 0.057903338223695755, 0.009879905730485916, 0.2367216944694519, - 0.023355765268206596, -0.02210039645433426, 0.035871803760528564, - -0.03282731771469116, -0.03682786226272583, 0.11639098078012466, - 0.0034904165659099817, -0.04452413693070412, 0.041501663625240326, - -0.05183124542236328, -0.04097352921962738, 0.1504465639591217, 0.0985809937119484, - 0.1473168432712555, 0.1579228788614273, -0.10782493650913239, - -0.0017146426253020763, -0.005454360041767359, -0.030790742486715317, - -0.08326508104801178, 0.19572238624095917, 0.012933722697198391, - 0.03877255320549011, 0.019345039501786232, -0.12093833088874817, - 0.05525249242782593, -0.13204996287822723, 0.01574738882482052, -0.0490749292075634, - 0.020833507180213928, 0.02405422553420067, -0.060170892626047134, - -0.0792669802904129, 0.04057668522000313, 0.09517236053943634, -0.04071016237139702, - -0.04178440943360329, 0.07501410692930222, 0.25313451886177063, 0.04044810310006142, - -0.0069547658786177635, 0.022134553641080856, -0.06501924991607666, - -0.07690106332302094, -0.07190282642841339, 0.17769309878349304, - 0.10338027775287628, -0.03160751610994339, 0.018446825444698334, - 0.12137126922607422, -0.016489773988723755, 0.015546221286058426, - 0.010221373289823532, -0.02616252191364765, -0.0663999617099762, - -0.0016291666543111205, -0.14218707382678986, -0.023716457188129425, - 0.1911519169807434, 0.04019295051693916, 0.10310795158147812, -0.07350029051303864, - -0.07794550061225891, 0.061595842242240906, -0.04093815013766289, - 0.10644136369228363, -0.03720632568001747, -0.026076631620526314, - -0.10506384819746017, -0.019770797342061996, 0.02249942719936371, - 0.04210031405091286, -0.013878260739147663, -0.05552177503705025, - 0.008192063309252262, -0.022258803248405457, 0.13265115022659302, - -0.09944091737270355, -0.02873188816010952, 0.08567170798778534, - -0.07315611839294434, 0.08288783580064774, 0.10486120730638504, - -0.033535536378622055, -0.0020865153055638075, 0.0951969102025032, - -0.0974542647600174, 0.006516521330922842, -0.05835748091340065, - 0.10940771549940109, -0.03922116756439209, 0.028959305956959724, - -0.1346142590045929, 0.02861763909459114, 0.10096345841884613, -0.09760282188653946, - -0.14636582136154175, 0.1539953500032425, -0.08550020307302475, - -0.020111503079533577, -0.03310598433017731, 0.09333886206150055, - -0.1378573477268219, -0.04520226642489433, -0.021048374474048615, - -0.09829779714345932, -0.09884331375360489, -0.15505917370319366, - 0.10715527087450027, 0.009737960062921047, -0.006312800571322441, - -0.04723302274942398, 0.10408894717693329, -0.07329467684030533, - 0.050880108028650284, -0.12859578430652618, 0.040429648011922836, - -0.12751412391662598, -0.03329160436987877, 0.050242748111486435, - -0.09604999423027039, -0.0008782472577877343, -0.10302601754665375, - -0.005733256693929434, 0.02526058442890644, 0.09896030277013779, - -0.031031228601932526, -0.06397747993469238, -0.10318420082330704, - 0.07081734389066696, 0.03308284282684326, -0.049093689769506454, - -0.012056912295520306, -0.1427101045846939, 0.08539979159832001, - 0.08885190635919571, 0.10741814970970154, -0.024942349642515182, - 0.04118185117840767, -0.1590641289949417, -0.007329939398914576, - -0.15245507657527924, -0.1319001168012619, -0.023258907720446587, - 0.11999177932739258, -0.0827341377735138, -0.039114370942115784, - -0.050034526735544205, -0.029117366299033165, -0.2077014297246933, - -0.003914542496204376, 0.08680766820907593, 0.06953492015600204, - -0.1424248069524765, 0.07775416225194931, -0.1371404379606247, - -0.015867149457335472, 0.00932514388114214, -0.11906296014785767, - -0.08464911580085754, -0.022107098251581192, -0.07237976044416428, - -0.07177538424730301, -0.09935586899518967, 0.05294433608651161, - 0.05536136031150818, -0.0160536989569664, 0.05779963359236717, - -0.010648922994732857, 0.008038853295147419, -0.026141341775655746, - -0.10051437467336655, -0.007947398349642754, 0.011019115336239338, - 0.04264097288250923, -0.06061069667339325, 0.025170505046844482, - -0.0001755972480168566, 0.04340660572052002, -0.025299062952399254, - -0.026078062132000923, -0.08531387895345688, -0.0789041519165039, - -0.061724770814180374, 0.0097438869997859, 0.05258297920227051 - ], - [ - -0.056140247732400894, -0.17928697168827057, -0.13868460059165955, - 0.06512779742479324, -0.0535886324942112, -0.025548068806529045, - -0.09696754813194275, -0.07079752534627914, -0.058509137481451035, - 0.009491807781159878, -0.011152811348438263, 0.10637864470481873, - -0.04020902141928673, -0.0035319915041327477, -0.012397419661283493, - -0.026950513944029808, -0.07099396735429764, -0.11574696004390717, - -0.05637368932366371, 0.0615372397005558, -0.10691622644662857, - 0.013866828754544258, 0.13088606297969818, 0.10769517719745636, - -0.12557855248451233, 0.09499097615480423, 0.14348725974559784, - -0.015126965939998627, -0.1078990027308464, -0.019221143797039986, - 0.04955340549349785, -0.056240156292915344, -0.12053725123405457, - 0.04739956930279732, 0.029372261837124825, -0.00847644917666912, - 0.08074283599853516, -0.05586275830864906, -0.0874706581234932, - -0.030700357630848885, -0.053118593990802765, 0.09262677282094955, - 0.00979300681501627, -0.05980831757187843, -0.05735650286078453, - -0.10856058448553085, -0.011503523215651512, 0.10830909758806229, - -0.04383375495672226, -0.0006447237683460116, 0.02034471184015274, - 0.07627233862876892, -0.047419287264347076, -0.08279016613960266, - -0.04194292426109314, -0.03757309541106224, -0.02711552381515503, - -0.019095905125141144, -0.059900425374507904, -0.17723378539085388, - 0.003860271070152521, -0.023289736360311508, 0.08867242932319641, - -0.16255369782447815, -0.14321953058242798, 0.05853256955742836, - -0.002132042543962598, 0.06972307711839676, 0.014580964110791683, - 0.1969648003578186, 0.00439266674220562, -0.07545690983533859, - -0.014394152909517288, -0.04934544488787651, -0.09297787398099899, - 0.04239511862397194, 0.10378773510456085, 0.021067151799798012, - 0.055030640214681625, 0.017467733472585678, -0.017502514645457268, - 0.1703215092420578, 0.10882138460874557, 0.2384210228919983, 0.14692188799381256, - -0.14808443188667297, 0.0413677915930748, 0.04106952250003815, 0.02885560132563114, - -0.07537168264389038, 0.1386910229921341, -0.07053550332784653, 0.09582500904798508, - -0.05404495820403099, -0.022815505042672157, 0.056120529770851135, - -0.1120772436261177, -0.01677120476961136, -0.08607330173254013, - 0.05527540296316147, 0.08983062952756882, -0.09735646843910217, - -0.057547539472579956, 0.04907405376434326, 0.09585758298635483, - -0.004828689154237509, -0.046783193945884705, 0.0535246878862381, - 0.18944630026817322, 0.09604111313819885, 0.07013144344091415, 0.10013099759817123, - 0.0138790188357234, 0.049407459795475006, -0.1316583901643753, 0.2736166715621948, - 0.12844686210155487, -0.09941115230321884, 0.05715343728661537, 0.12399784475564957, - 0.015959905460476875, 0.12748143076896667, -0.04017513990402222, - 0.014248541556298733, -0.05047954246401787, -0.0343208834528923, - -0.1524328589439392, -0.0642494410276413, 0.24954701960086823, 0.16004006564617157, - 0.1255713552236557, -0.0976526066660881, -0.1164335086941719, 0.10551682859659195, - -0.006105261854827404, 0.1360703855752945, -0.01354904193431139, - -0.03312389925122261, -0.11857381463050842, -0.06925258040428162, - 0.021386561915278435, 0.01847800239920616, -0.07926856726408005, - -0.04162845388054848, -0.015999021008610725, -0.014012299478054047, - 0.046355221420526505, -0.1311858892440796, 0.03762445226311684, 0.06327831745147705, - -0.057836804538965225, 0.07930133491754532, 0.11355723440647125, - -0.10886567831039429, 0.007812912575900555, 0.04955008253455162, - -0.1034630760550499, -0.040395088493824005, -0.02580643817782402, - 0.11629599332809448, -0.022955453023314476, -0.01213131844997406, - -0.14163658022880554, 0.09839975088834763, 0.03978750482201576, - -0.09886235743761063, -0.041427239775657654, 0.11867959797382355, - 0.05049267038702965, -0.04880845546722412, -0.0473499670624733, 0.07530856877565384, - -0.152630016207695, -0.09803794324398041, -0.013406381011009216, - -0.08726777881383896, -0.12874533236026764, -0.15950757265090942, - 0.049785614013671875, -0.030871937051415443, -0.06244021654129028, - -0.06872078031301498, 0.058800339698791504, -0.05693737417459488, - 0.026047801598906517, -0.21382537484169006, 0.026243573054671288, - -0.02384798415005207, 0.016905469819903374, 0.15361343324184418, - -0.09649480134248734, 0.018048400059342384, -0.11439968645572662, - 0.021731052547693253, 0.06543365120887756, 0.07459118217229843, - -0.032961420714855194, -0.02308308705687523, -0.0026362768840044737, - 0.009223145432770252, 0.08239583671092987, -0.05886085703969002, - 0.029068870469927788, -0.049707457423210144, -0.004298096522688866, - 0.05033783242106438, 0.10332170873880386, 0.019085457548499107, 0.06491722911596298, - -0.11430741846561432, -0.021688057109713554, -0.19931161403656006, - -0.06366206705570221, 0.09885703772306442, 0.13843698799610138, - -0.13398875296115875, 0.02634628675878048, 0.03735997527837753, - -0.04295125976204872, -0.1331535428762436, 0.028913499787449837, - 0.01896895095705986, -0.018431494012475014, -0.09356512129306793, - 0.058120306581258774, -0.06616133451461792, -0.0605526827275753, - -0.03598551079630852, -0.11587511748075485, -0.12935897707939148, - -0.09906730055809021, -0.08418288081884384, -0.0798727422952652, - -0.15081170201301575, 0.04497494921088219, 0.04203625023365021, - -0.023426387459039688, 0.04742839187383652, -0.0052687604911625385, - 0.11861072480678558, -0.08047571033239365, -0.034875527024269104, - 0.10864590108394623, 0.04906642436981201, 0.05286962166428566, -0.08126803487539291, - -0.05459372699260712, -0.01778845675289631, -0.02538282610476017, - 0.017777174711227417, 0.03156638517975807, -0.05595998838543892, - -0.0954679623246193, -0.06542439758777618, 0.040392983704805374, - 0.0049662040546536446 - ], - [ - -0.04174373671412468, -0.11372042447328568, -0.1394084244966507, - 0.055379390716552734, 0.026228688657283783, -0.00876622088253498, - -0.025446143001317978, -0.11789137125015259, -0.046601030975580215, - 0.03213713690638542, 0.044803325086832047, 0.018666885793209076, - -0.0972815603017807, 0.06930017471313477, -0.03684936463832855, - -0.026769356802105904, -0.04319135099649429, -0.10757952928543091, - -0.07276976853609085, 0.08117810636758804, -0.020295964553952217, - -0.10295559465885162, 0.20280984044075012, 0.07454036921262741, - -0.05818772315979004, 0.05878286436200142, 0.2063516527414322, 0.036379002034664154, - -0.0751919224858284, 0.01220454927533865, -0.021899519488215446, - -0.022823508828878403, -0.031571924686431885, 0.060843273997306824, - -0.09621697664260864, -0.04847174882888794, 0.09875565022230148, - -0.040748171508312225, -0.08503744751214981, 0.001254227594472468, - -0.057496313005685806, 0.05476835370063782, 0.029498258605599403, - -0.012796475552022457, -0.10169050842523575, -0.09325549751520157, - -0.12293608486652374, 0.054130468517541885, -0.036238789558410645, - -0.03444844111800194, 0.033755820244550705, 0.04710144177079201, - -0.03613695874810219, -0.12968875467777252, -0.04723770171403885, - -0.08093089610338211, -0.035398826003074646, -0.056633252650499344, - -0.08491800725460052, -0.0918525978922844, -0.1033095270395279, - 0.019675031304359436, 0.024427970871329308, -0.12639659643173218, - -0.10097075998783112, 0.03827105835080147, -0.002399225253611803, - 0.07756847143173218, -0.031631793826818466, 0.30146390199661255, - 0.020074842497706413, 0.007529921364039183, 0.020536720752716064, - -0.059732504189014435, -0.0846778154373169, 0.13246898353099823, - 0.001517019816674292, 0.02210129424929619, 0.0682622417807579, 0.03858153149485588, - 0.05908115580677986, 0.18837425112724304, -0.016159892082214355, 0.2618296444416046, - 0.17979148030281067, -0.07265197485685349, 0.02563435398042202, - 0.0036592832766473293, -0.04798918217420578, -0.04539822041988373, - 0.20331501960754395, -0.07547609508037567, 0.011557846330106258, - -0.07946880906820297, -0.08146359771490097, 0.002093855058774352, - -0.10080652683973312, -0.08199300616979599, -0.18699930608272552, - -0.008136948570609093, -0.012144844979047775, -0.04914780333638191, - -0.009910404682159424, 0.01614260859787464, 0.004840982146561146, - 0.02303483337163925, -0.13262972235679626, 0.08557160198688507, 0.20419980585575104, - 0.06448134034872055, 0.04356061667203903, -0.011607612483203411, - -0.1251683533191681, -0.00878916122019291, -0.0824192464351654, 0.2567642629146576, - 0.060780398547649384, -0.1231573075056076, 0.039231788367033005, - 0.08270605653524399, -0.01277445163577795, 0.06284154206514359, -0.0738823413848877, - -0.08803711086511612, -0.08734500408172607, -0.08988618105649948, - -0.08081960678100586, 0.009231588803231716, 0.24617110192775726, - 0.09910380095243454, 0.014557457529008389, -0.012543382123112679, - -0.11679091304540634, 0.003178599290549755, -0.021637214347720146, - 0.02519233152270317, -0.009330756030976772, -0.1252305507659912, - -0.10075352340936661, 0.013510270044207573, 0.04573798179626465, - -0.07913476228713989, -0.051278289407491684, -0.060779981315135956, - 0.09048875421285629, -0.034678004682064056, 0.05864700302481651, - -0.10183854401111603, 0.04030877351760864, 0.007538795471191406, - -0.03285442665219307, 0.09263358265161514, 0.00902129989117384, - -0.09064384549856186, 0.03175201267004013, 0.05405483394861221, - -0.07379024475812912, -0.03772227093577385, -0.012086274102330208, - 0.04428095370531082, -0.09488629549741745, 0.061548855155706406, - -0.11227095872163773, 0.05487918108701706, 0.09603960067033768, - -0.10113503038883209, -0.04980132728815079, 0.20105519890785217, - -0.03612973913550377, -0.02844719961285591, -0.08266866952180862, - 0.07061614841222763, -0.14688676595687866, -0.04054888337850571, - -0.06939835101366043, -0.17123854160308838, -0.12731188535690308, - -0.1148352101445198, 0.04830141365528107, -0.06399659812450409, - -0.06280095875263214, -0.05598241463303566, 0.13861866295337677, - -0.05000467598438263, 0.09259859472513199, -0.18318858742713928, - 0.006293874233961105, -0.044940441846847534, 0.011078182607889175, - 0.1152644231915474, -0.10567834228277206, -0.002823976334184408, - -0.1511528640985489, -0.04328664764761925, -0.017256509512662888, - -0.009456595405936241, -0.015807051211595535, -0.17549431324005127, - -0.11241795867681503, 0.06687238812446594, -0.011836651712656021, - -0.06435826420783997, 0.002906061476096511, -0.19029003381729126, - 0.04212160035967827, 0.07420771569013596, 0.1474384069442749, -0.002765596378594637, - -0.007098864763975143, -0.02338559553027153, -0.048630811274051666, - -0.10400521755218506, -0.11999683082103729, -0.0083946343511343, - 0.11578252911567688, -0.14812235534191132, -0.06555807590484619, - -0.012304026633501053, 0.010243920609354973, -0.18527425825595856, - 0.011558744125068188, 0.03329189866781235, -0.028452645987272263, - -0.0943501889705658, -0.0069287680089473724, -0.0457531176507473, - 0.017512591555714607, 0.0026422999799251556, -0.09857738763093948, - -0.13751213252544403, -0.0650106891989708, -0.04883281886577606, - -0.06201360374689102, -0.0841875672340393, -0.022667046636343002, - -0.023092500865459442, 0.03024386242032051, 0.003030771855264902, - -0.06668669730424881, 0.06638757139444351, -0.05700743570923805, - -0.07177074998617172, 0.08400387316942215, 0.015605267137289047, - 0.051881637424230576, -0.04611503705382347, 0.04703361168503761, - -0.029994264245033264, 0.018588082864880562, -0.03049752116203308, - 0.016144314780831337, -0.09486274421215057, -0.10469591617584229, - -0.0019681293051689863, 0.020759453997015953, 0.03032248094677925 - ], - [ - -0.0806984156370163, -0.14369399845600128, -0.060889627784490585, - 0.13204748928546906, -0.001509508234448731, -0.0008145871688611805, - -0.10248283296823502, -0.034371551126241684, -0.039039649069309235, - 0.04375461861491203, -0.01789509318768978, 0.041826047003269196, - -0.03003108501434326, 0.059789810329675674, -0.09044314920902252, - -0.05105144530534744, -0.15490569174289703, -0.05917516350746155, - -0.034250494092702866, 0.13453152775764465, -0.08456126600503922, - 0.0022002565674483776, 0.14397947490215302, 0.10753191262483597, - -0.057771023362874985, 0.13258367776870728, 0.1750769019126892, - 0.036524780094623566, -0.022282838821411133, 0.0035874515306204557, - 0.09659620374441147, -0.0022646160796284676, -0.16356892883777618, - 0.10483498871326447, -0.06703726202249527, -0.01816878840327263, - 0.07636120170354843, 0.02948484569787979, -0.052822649478912354, - -0.11621834337711334, -0.027956491336226463, 0.06313382089138031, - -0.068498395383358, -0.0477336123585701, -0.1158868744969368, -0.09140563756227493, - -0.01949145272374153, 0.11847513169050217, -0.04416820779442787, - -0.02689388021826744, 0.05837920680642128, 0.05140118673443794, - 0.0005458401283249259, -0.11710943281650543, -0.062352944165468216, - -0.004164251498878002, -0.009461737237870693, 0.03800516203045845, - -0.03386082872748375, -0.16825427114963531, -0.13178861141204834, - -0.011888877488672733, 0.04921042546629906, -0.19077809154987335, - -0.13661926984786987, 0.008258377201855183, 0.005912473890930414, - 0.09852426499128342, 0.042629424482584, 0.26669299602508545, 0.04434666782617569, - -0.07508405297994614, 0.028939396142959595, 0.061170682311058044, - -0.143787682056427, 0.06487579643726349, 0.11874378472566605, 0.025044601410627365, - 0.07016678899526596, 0.01981367915868759, -0.023972850292921066, 0.2709214687347412, - 0.049345098435878754, 0.21171288192272186, 0.19135510921478271, - -0.15420940518379211, 0.07719086855649948, -0.03094751574099064, - 0.08026806265115738, -0.05455455183982849, 0.14429382979869843, 0.03229447081685066, - 0.06169513240456581, 0.026828577741980553, -0.08434897661209106, 0.1145087406039238, - -0.12326541543006897, -0.1374269276857376, -0.0645134449005127, - -0.01906636171042919, 0.10500513017177582, -0.13597171008586884, - 0.001550018205307424, -0.04644876345992088, 0.03512466326355934, - -0.021982397884130478, -0.06715462356805801, 0.012211023829877377, - 0.19718287885189056, 0.02899962104856968, 0.011764859780669212, - 0.026628119871020317, -0.050849877297878265, -0.07213866710662842, - -0.06429383158683777, 0.21548423171043396, 0.07042045891284943, - -0.04979899525642395, 0.021259086206555367, 0.046355701982975006, - -0.062141552567481995, 0.03891853615641594, -0.022628623992204666, - 0.02335032820701599, -0.1600004881620407, -0.01121088769286871, - -0.043380625545978546, -0.06477498263120651, 0.29547518491744995, - 0.16784365475177765, 0.06858387589454651, -0.017100272700190544, - -0.13177604973316193, 0.025576885789632797, 0.023451348766684532, - 0.12293790280818939, -0.0934450626373291, -0.08166824281215668, - -0.18466803431510925, -0.08647646009922028, -0.00846613198518753, - 0.06998526304960251, -0.10507923364639282, -0.03686688467860222, - 0.07107707858085632, -0.06056555360555649, 0.15315015614032745, - -0.07296513766050339, 0.008992637507617474, 0.02675270289182663, - -0.06385821849107742, 0.06404872983694077, 0.09947557002305984, - -0.11623755097389221, 0.014571967534720898, 0.06508255004882812, - -0.15314370393753052, 0.003507839050143957, -0.09558969736099243, - -0.006492248736321926, -0.10284041613340378, -0.010133526287972927, - -0.07503480464220047, 0.09348336607217789, 0.06601648777723312, - -0.05063718184828758, -0.03641308471560478, 0.2835792601108551, - 0.014828863553702831, -0.010228273458778858, -0.09404730051755905, - 0.0033010889310389757, -0.13852478563785553, -0.03221680596470833, - 0.02016601525247097, -0.09455782920122147, -0.09788388013839722, - -0.2229125052690506, 0.028902990743517876, -0.0039418404921889305, - -0.08403493463993073, -0.06661254912614822, 0.1531781405210495, -0.0280307624489069, - 0.008072981610894203, -0.22263062000274658, 0.04920395091176033, - -0.07799314707517624, 0.007870199158787727, 0.12247679382562637, - -0.12645572423934937, 0.0687965452671051, -0.11411071568727493, 0.0425417497754097, - 0.06462409347295761, 0.05810071527957916, 0.06097273528575897, -0.08179094642400742, - -0.032340388745069504, 0.08112086355686188, 0.09173614531755447, - -0.10407812148332596, 0.06624284386634827, -0.07811856269836426, - 0.04256685823202133, 0.02751675620675087, 0.10873015969991684, - -0.026737350970506668, 0.08524353802204132, -0.059944260865449905, - -0.09333907812833786, -0.22161057591438293, -0.022186975926160812, - 0.10105279088020325, 0.19078704714775085, -0.08514241129159927, - 0.034030161798000336, -0.0006501624011434615, 0.06014486029744148, - -0.20870253443717957, -0.058865737169981, 0.10579115152359009, 0.02847922034561634, - -0.12968634068965912, -0.01999618299305439, -0.1190243512392044, - 0.04296763241291046, -0.034888848662376404, -0.0552058108150959, - -0.1495184749364853, -0.01400994136929512, -0.005468730814754963, - -0.02339349128305912, -0.1107238158583641, 0.051643576472997665, - -0.05391734093427658, 0.01795683614909649, 0.027299772948026657, - -0.02704116515815258, 0.06773201376199722, -0.10722993314266205, - -0.03178171440958977, 0.11906120926141739, 0.03002094104886055, 0.02715354971587658, - -0.037706974893808365, 0.020026009529829025, -0.12111122906208038, - 0.005291650537401438, -0.11135853826999664, -0.01501915417611599, - -0.08686649054288864, -0.02198435738682747, 0.026508713141083717, - 0.026406943798065186, -0.07498729974031448 - ], - [ - 0.03149493783712387, 0.20876452326774597, 0.09473313391208649, -0.05418696999549866, - 0.11588340997695923, 0.11135106533765793, 0.09230422973632812, 0.1424182653427124, - 0.13874684274196625, 0.09816984087228775, 0.06499525904655457, 0.02844967693090439, - 0.02363750711083412, 0.041297078132629395, 0.039591435343027115, - 0.10295028984546661, 0.18459291756153107, 0.0537140816450119, 0.07610271871089935, - -0.053199585527181625, 0.041229862719774246, 0.05147809162735939, - -0.10559846460819244, 0.010829521343111992, 0.13308057188987732, - -0.031162016093730927, -0.0755244642496109, 0.048493098467588425, - 0.06717215478420258, 0.003383796662092209, -0.006895743310451508, - 0.038946449756622314, 0.10967975109815598, -0.03697297349572182, - 0.007637497037649155, 0.10608816146850586, 0.06022943556308746, 0.05408584699034691, - 0.12273547053337097, 0.15097685158252716, 0.12128885835409164, 0.05674302205443382, - 0.07950988411903381, 0.05963215231895447, 0.10654648393392563, 0.07446568459272385, - 0.04573199898004532, -0.03468334674835205, 0.027990352362394333, - -0.028774457052350044, -0.01091120857745409, 0.012067494913935661, - -0.005871925503015518, 0.19846077263355255, 0.07212039083242416, - 0.033795107156038284, 0.06954348087310791, 0.007975080981850624, - 0.11815223842859268, 0.07928973436355591, 0.08926936239004135, 0.061735138297080994, - -0.05641420558094978, 0.15726129710674286, 0.0848999097943306, 0.021643685176968575, - 0.017873315140604973, -0.07680680602788925, -0.023291274905204773, - -0.1180054172873497, 0.0355629026889801, 0.07570198178291321, 0.0670308768749237, - 0.029455704614520073, 0.1496158242225647, 0.0081749577075243, - -0.00020794649026356637, 0.1013212576508522, -0.08062925934791565, - 0.06494998186826706, -0.011799839325249195, -0.1204451471567154, - 0.030246136710047722, -0.10769789665937424, -0.08632007986307144, - 0.1917102187871933, 0.03547285869717598, 0.057380761951208115, 0.0897914245724678, - 0.0708518773317337, -0.101622074842453, 0.04403218999505043, -0.0763431042432785, - 0.013932234607636929, 0.11271436512470245, -0.003552188165485859, - 0.08141990005970001, 0.08797402679920197, 0.10083086043596268, 0.016789404675364494, - -0.021021001040935516, 0.07432016730308533, 0.09397857636213303, - 0.02538677118718624, -0.019224325194954872, 0.06448524445295334, 0.0168916042894125, - 0.03356188163161278, -0.14129742980003357, 0.04739408567547798, - -0.010984363965690136, 0.009639034979045391, 0.031556904315948486, - 0.09961963444948196, 0.14147786796092987, -0.10680171102285385, - 0.0051444279961287975, 0.0225094985216856, -0.0074013601988554, - -0.01605810597538948, 0.0352778322994709, -0.07436497509479523, 0.03593814745545387, - 0.031544409692287445, 0.04859713464975357, 0.04259751737117767, 0.18186704814434052, - 0.08892741799354553, -0.15537361800670624, -0.052559930831193924, - -0.021114053204655647, 0.021373437717556953, 0.11485671252012253, - -0.07394233345985413, 0.028712090104818344, -0.031887467950582504, - 0.047710251063108444, 0.042658135294914246, 0.12949571013450623, - 0.11482339352369308, -0.010137034580111504, 0.08111395686864853, - 0.08863947540521622, 0.09806732088327408, 0.061770085245370865, 0.09687937051057816, - -0.06980720162391663, 0.12570776045322418, -0.007180184591561556, - 0.018604150041937828, 0.09084900468587875, 0.016973642632365227, - -0.0629052072763443, 0.1263643503189087, 0.048715222626924515, - -0.031423017382621765, 0.117673859000206, 0.04008287191390991, 0.09117360413074493, - 0.010564497672021389, 0.09739459306001663, 0.10681368410587311, 0.1368614137172699, - -0.008604146540164948, 0.012123378925025463, 0.1449093520641327, - 0.03508641943335533, -0.05419549718499184, 0.025363611057400703, - 0.002291629323735833, 0.09761152416467667, -0.0009367454331368208, - 0.1255314201116562, 0.10963014513254166, 0.0006869839853607118, 0.14644810557365417, - 0.11234122514724731, 0.13307061791419983, -0.016286591067910194, - 0.08970718830823898, -0.005422419402748346, 0.09191931784152985, - -0.005125632043927908, 0.06612461060285568, -0.04354009032249451, - 0.15289366245269775, -0.023528918623924255, 0.05300521105527878, - 0.07341510057449341, -0.011177543550729752, 0.1744556576013565, 0.04090280085802078, - 0.1034911721944809, -0.011569969356060028, -0.008148456923663616, - 0.06919099390506744, 0.06000858545303345, 0.09175283461809158, 0.069743312895298, - -0.024626627564430237, 0.02651478722691536, 0.08206257224082947, - 0.06228671595454216, 0.06205947324633598, -0.030575336888432503, - 0.020295463502407074, -0.11568558216094971, -0.011403810232877731, - 0.004516829736530781, 0.1616525799036026, 0.05395938456058502, 0.18687616288661957, - 0.08262582868337631, 0.009578041732311249, -0.07473301142454147, - 0.11094173789024353, 0.07690806686878204, 0.08224008232355118, 0.09187248349189758, - 0.1352376937866211, -0.008855237625539303, -0.03582300245761871, - 0.0039086234755814075, 0.07467396557331085, 0.032475605607032776, - 0.06985341757535934, 0.03578309714794159, 0.04611867666244507, 0.13168875873088837, - 0.07760102301836014, 0.0931118056178093, 0.11687546968460083, 0.07544557750225067, - 0.198580801486969, -0.049630530178546906, 0.04641871899366379, 0.025054940953850746, - 0.07521159201860428, 0.08057967573404312, -0.011284712702035904, - 0.13459955155849457, 0.14949074387550354, 0.020311230793595314, - -0.023616142570972443, 0.01058786828070879, 0.0566483736038208, 0.07021640986204147, - 0.04789552092552185, 0.10146769881248474, 0.13154186308383942, 0.10560139268636703, - 0.13750217854976654, 0.03880436718463898, 0.03643094003200531, 0.01145105715841055, - 0.06300195306539536 - ], - [ - 0.011455853469669819, 0.17430907487869263, 0.13166216015815735, - -0.014109318144619465, 0.030262593179941177, 0.1078919991850853, - 0.07817871123552322, 0.09343013912439346, 0.1343989074230194, 0.12805601954460144, - 0.05326955020427704, 0.06084698811173439, 0.06040791794657707, 0.019115010276436806, - 0.07921500504016876, 0.03086766041815281, 0.10059057921171188, 0.15011586248874664, - 0.011059555225074291, -0.031983956694602966, 0.06853066384792328, - 0.03547384589910507, -0.024936864152550697, -0.005721276625990868, - 0.1367426961660385, -0.0337054505944252, -0.019739985466003418, 0.07351616024971008, - 0.07691539078950882, 0.017342904582619667, 0.03112429566681385, 0.03639764338731766, - 0.08144155889749527, 0.04708755388855934, 0.07954689860343933, - -0.018000775948166847, 0.054971273988485336, 0.04539253190159798, - 0.1484711468219757, 0.06621760129928589, 0.12829408049583435, -0.010197119787335396, - 0.07626450061798096, 0.10608332604169846, 0.13145001232624054, 0.08300064504146576, - 0.11897111684083939, -0.015336081385612488, 0.06800136715173721, - 0.009264495223760605, 0.012067606672644615, -0.031011128798127174, - 0.022357022389769554, 0.16068917512893677, 0.13211528956890106, 0.12271921336650848, - 0.004743863362818956, 0.06597479432821274, 0.1872190535068512, 0.11739566922187805, - 0.07808084785938263, 0.01114710234105587, -0.08578600734472275, 0.19861683249473572, - 0.11612338572740555, 0.07440900802612305, 0.025820620357990265, - -0.02507541887462139, -0.02447657100856304, -0.21903783082962036, - 0.051319535821676254, 0.04808675870299339, 0.048846159130334854, - 0.048283129930496216, 0.12052051723003387, -0.05469061806797981, - -0.03700236976146698, 0.0280066579580307, 0.03127862140536308, 0.06031467765569687, - 0.07509063184261322, -0.04700877144932747, -0.017544975504279137, - -0.14872288703918457, -0.1292286515235901, 0.09481891244649887, -0.0694393590092659, - -0.016082609072327614, 0.03220050409436226, 0.04669971764087677, - -0.030848253518342972, 0.00922336895018816, -0.07365149259567261, - 0.07134176045656204, 0.11356869339942932, -0.03391750156879425, 0.12588898837566376, - 0.05274343863129616, 0.16601264476776123, -0.003023015335202217, - -0.08889743685722351, 0.13524861633777618, 0.07708125561475754, 0.06558407843112946, - -0.049920886754989624, 0.04957818239927292, 0.1180301085114479, - 0.010441669262945652, -0.1783519834280014, -0.009536867961287498, - -0.010513941757380962, -0.03594823554158211, 0.0778384730219841, - 0.09063774347305298, 0.14889197051525116, -0.14072155952453613, - -0.0049606310203671455, 0.05408601090312004, 0.08691110461950302, - -0.009522871114313602, 0.0103085245937109, -0.00921926274895668, - 0.10669287294149399, 0.03170587867498398, 0.13719303905963898, 0.12701193988323212, - 0.1333959549665451, 0.02229570969939232, -0.14742590487003326, -0.08812602609395981, - 0.019574157893657684, 0.021317103877663612, 0.17996303737163544, - 0.04044200852513313, 0.008718475699424744, -0.09557551145553589, - 0.07304327189922333, 0.010850774124264717, 0.16355754435062408, - 0.056648749858140945, -0.025496793910861015, 0.005311518907546997, - 0.1358102262020111, 0.06259794533252716, 0.025518406182527542, 0.10607504099607468, - -0.011011840775609016, 0.08787599205970764, 0.08735698461532593, - -0.04613352566957474, 0.03088562749326229, -0.017307821661233902, - -0.026240848004817963, 0.12384262681007385, 0.05467873439192772, - -0.06387212872505188, 0.08976741880178452, 0.0994449183344841, 0.03651159629225731, - 0.026168586686253548, 0.09063659608364105, 0.0228904839605093, 0.17319311201572418, - -0.04123089089989662, -0.029683323577046394, 0.1597050279378891, - 0.049321290105581284, -0.09293278306722641, 0.03356969729065895, - 0.025897745043039322, 0.12991538643836975, -0.06665978580713272, - 0.18163920938968658, 0.13281920552253723, 0.13332661986351013, 0.15743008255958557, - 0.12632709741592407, 0.1155167818069458, -0.01266217976808548, 0.009080285206437111, - 0.04115631431341171, 0.09793791174888611, -0.08003772795200348, 0.09387964755296707, - 0.02975323051214218, 0.17668703198432922, -0.01296794880181551, 0.08864253759384155, - 0.02378169447183609, -0.06476883590221405, 0.08237598836421967, 0.04480071738362312, - 0.20736733078956604, -0.037677325308322906, -0.04649161547422409, - 0.06755153089761734, 0.06159007549285889, 0.17951077222824097, 0.11081044375896454, - -0.028096942231059074, -0.026225803419947624, 0.0605458989739418, - -0.0021705389954149723, 0.11856638640165329, -0.03233734890818596, - -0.05362321436405182, -0.11908533424139023, -0.022439992055296898, - 0.07474759221076965, 0.1706939935684204, 0.07141237705945969, 0.1038462445139885, - 0.16723577678203583, -0.011406010016798973, -0.1263924390077591, - 0.10903731733560562, 0.0712461918592453, 0.025052715092897415, - -0.010264876298606396, 0.1850457638502121, 0.10705696046352386, 0.0754118263721466, - 0.04311473295092583, 0.14749954640865326, 0.044125035405159, 0.13697658479213715, - 0.11431767046451569, 0.050249144434928894, 0.02509697712957859, 0.06496847420930862, - 0.12374957650899887, 0.06729026883840561, 0.017955655232071877, 0.1935129165649414, - -0.0630386471748352, 0.052544817328453064, 0.024081194773316383, - -0.027194172143936157, 0.06371522694826126, 0.003190553281456232, - 0.06975019723176956, 0.10531369596719742, 0.0980444923043251, -0.04410260170698166, - 0.003939660266041756, 0.017701253294944763, 0.034591194242239, 0.06239659711718559, - 0.013315638527274132, 0.09583334624767303, 0.017896033823490143, - 0.11884025484323502, 0.05529700219631195, 0.03839936479926109, 0.08101639896631241, - 0.12758372724056244 - ], - [ - -0.09671900421380997, -0.13259071111679077, -0.10161814093589783, - 0.018892932683229446, 0.016427792608737946, -0.010070515796542168, - -0.016215182840824127, -0.05962703004479408, -0.1193721666932106, - 0.008518829941749573, 0.03410476818680763, 0.029776310548186302, - -0.06551305204629898, 0.08691451698541641, -0.11160294711589813, - -0.06094842031598091, -0.05731440335512161, -0.0593395009636879, - -0.04622860252857208, 0.042381949722766876, -0.11388704180717468, - -0.07207222282886505, 0.22361910343170166, 0.010300470516085625, - -0.06423303484916687, 0.0977984294295311, 0.19481001794338226, -0.02938275970518589, - -0.0023131200578063726, -0.03501403331756592, 0.07482479512691498, - -0.08836105465888977, -0.049004893749952316, 0.005916452035307884, - -0.030156977474689484, -0.10836289823055267, -0.01065148040652275, - -0.004259163048118353, -0.030134471133351326, -0.09911614656448364, - -0.008332701399922371, -0.02174438163638115, 0.027076976373791695, - -0.07540611922740936, -0.018468163907527924, -0.06331603229045868, - -0.15657676756381989, 0.1859695017337799, -0.04561331495642662, - -0.023035770282149315, 0.09285944700241089, 0.006514913868159056, - -0.022869514301419258, -0.13552190363407135, -0.09357411414384842, - -0.03975779935717583, -0.01956603117287159, 0.037018802016973495, - -0.1774764060974121, -0.11937343329191208, -0.07398718595504761, - -0.05090229958295822, -0.0030761375091969967, -0.18297326564788818, - -0.07118378579616547, 0.02748352661728859, -0.06037914380431175, - 0.04737360402941704, 0.07469210028648376, 0.24585232138633728, 0.018270494416356087, - -0.001163374981842935, 0.09741665422916412, 0.07129663228988647, - -0.08577843755483627, 0.06882533431053162, 0.07966124266386032, - 0.028778236359357834, 0.04429187253117561, -0.030415136367082596, - 0.058977365493774414, 0.21464809775352478, -0.021704664453864098, 0.217374786734581, - 0.20638304948806763, -0.07242151349782944, 0.023964034393429756, - 0.06053150072693825, -0.04275752231478691, -0.01801196299493313, - 0.25600001215934753, -0.0651310384273529, 0.09255843609571457, 0.06266950070858002, - -0.06787808984518051, 0.08151811361312866, -0.1269722580909729, - -0.14414489269256592, -0.1573212891817093, -0.010724875144660473, - 0.010632745921611786, -0.14011628925800323, 0.03736159950494766, - 0.07407651841640472, 0.03902959078550339, -0.014878204092383385, - -0.04234836995601654, -0.003410851117223501, 0.1845521628856659, - 0.019756710156798363, -8.728913235245273e-5, 0.08497434854507446, - -0.08743004500865936, 0.03473508730530739, -0.13699471950531006, - 0.21331210434436798, 0.07017114013433456, -0.05231849104166031, 0.04450081288814545, - 0.14358682930469513, -0.013110648840665817, 0.04085346683859825, - -0.05584070459008217, 0.0021541081368923187, -0.08983641862869263, - -0.07999662309885025, -0.15557007491588593, -0.07241275906562805, - 0.2670556306838989, 0.15422320365905762, -0.029463939368724823, - -0.016896400600671768, -0.15242797136306763, 0.004792552441358566, - 0.05000206083059311, 0.06444062292575836, -0.09713718295097351, - -0.014419051818549633, -0.07528325170278549, -0.06277082115411758, - -0.04942382127046585, -0.019623810425400734, -0.1333950161933899, - -0.06007139012217522, -0.035834312438964844, 0.01535842940211296, - 0.050800904631614685, -0.12746377289295197, -0.015653371810913086, - 0.10743710398674011, -0.06536217033863068, 0.023308083415031433, - 0.09103043377399445, -0.1119469478726387, 0.014971178025007248, 0.10447627305984497, - -0.03103652410209179, -0.00036355858901515603, -0.051004014909267426, - -0.02495463378727436, -0.02696904167532921, 0.004031775519251823, - -0.11704711616039276, 0.09312207996845245, 0.02482890710234642, - -0.02778192050755024, -0.07270162552595139, 0.22051365673542023, - 0.05784745141863823, -0.013015338219702244, -0.061883363872766495, - 0.01301710493862629, -0.1549689918756485, -0.03674006462097168, - -0.011410525068640709, -0.058177798986434937, -0.020080380141735077, - -0.11815711110830307, 0.0667874813079834, -0.06200229004025459, - -0.007230423856526613, -0.018842915073037148, 0.10045409947633743, - -0.06209791079163551, 0.08025778830051422, -0.18577054142951965, - -0.012816180475056171, -0.12248843163251877, -0.039782244712114334, - 0.08830312639474869, -0.030030807480216026, -0.0014569294871762395, - -0.060479193925857544, -0.007709434721618891, 0.06277766078710556, - 0.03324965760111809, 0.022471493110060692, -0.1125638335943222, -0.0490192286670208, - 0.0610450878739357, 0.049946028739213943, -0.08532731980085373, - -0.024757692590355873, -0.08820070326328278, -0.02378234453499317, - 0.08261808753013611, 0.1298360526561737, 0.035975418984889984, - -0.018833763897418976, -0.10072465240955353, -0.09680087119340897, - -0.17148570716381073, -0.14357134699821472, 0.06811119616031647, 0.1360781043767929, - -0.1202983558177948, -0.028302662074565887, 0.02849184162914753, - 0.07018740475177765, -0.18564341962337494, 0.03673693537712097, 0.08896898478269577, - 0.062344472855329514, -0.07843250036239624, 0.03321756795048714, - -0.010955513454973698, 0.053602155297994614, -0.06500398367643356, - -0.19197486340999603, -0.08839338272809982, -0.03308730199933052, - -0.08917181938886642, -0.06832632422447205, -0.08232005685567856, - 0.0005935473018325865, 0.001434172154404223, 0.03270327299833298, - 0.09618760645389557, -0.1749235838651657, 0.03097536414861679, - -0.030059482902288437, -0.10429703444242477, 0.023952694609761238, - 0.07292192429304123, 0.07290467619895935, -0.029974281787872314, - 0.061714332550764084, -0.02802041359245777, -0.0029110987670719624, - -0.03145049884915352, -0.029633471742272377, -0.05029786750674248, - -0.06238296627998352, -0.04632100835442543, 0.0010235364316031337, - -0.08771217614412308 - ], - [ - 0.019483180716633797, 0.12689897418022156, 0.09693499654531479, 0.03884091228246689, - 0.05189221724867821, 0.012295486405491829, 0.1398783028125763, 0.131216362118721, - 0.10243778675794601, 0.10752120614051819, 0.06419933587312698, 0.04826589673757553, - 0.1404847800731659, 0.00573545740917325, 0.10583776980638504, 0.04129796475172043, - 0.08586049824953079, 0.05326444283127785, 0.06196659430861473, - -0.020858444273471832, 0.07811557501554489, 0.030947647988796234, - -0.1634095460176468, -0.02876051515340805, 0.037553127855062485, - -0.012103279121220112, -0.05592816695570946, 0.06566247344017029, - 0.0293660257011652, -0.009392648935317993, -0.009967666119337082, - 0.10021977871656418, 0.1629486382007599, -0.0005393835017457604, 0.10552978515625, - 0.08661394566297531, 0.02364104986190796, 0.08987363427877426, 0.16350118815898895, - 0.08211120218038559, 0.0585828460752964, 0.07353053241968155, 0.0222982969135046, - 0.007810323964804411, 0.06755845993757248, 0.1462932676076889, 0.054778918623924255, - -0.06774948537349701, 0.0227207038551569, 0.06624501943588257, 0.0150394756346941, - 0.02372894436120987, 0.009396345354616642, 0.18973404169082642, 0.1135207936167717, - 0.10353021323680878, 0.09663694351911545, 0.0193046685308218, 0.07273922115564346, - 0.18887078762054443, 0.14300410449504852, 0.0858614519238472, -0.029423601925373077, - 0.19433905184268951, 0.15302850306034088, -0.008823315612971783, - 0.02475018799304962, -0.05844243988394737, 0.03317089378833771, - -0.21819978952407837, 0.047572020441293716, 0.031232917681336403, - 0.0902140885591507, -0.020865634083747864, 0.0824526846408844, -0.07048299163579941, - -0.051357947289943695, 0.05633874237537384, -0.04495057836174965, - 0.049723684787750244, 0.024349182844161987, -0.1154349073767662, - -0.011000287719070911, -0.1759183257818222, -0.0821489691734314, - 0.18888169527053833, 0.023276228457689285, 0.04812417924404144, 0.055760458111763, - 0.06039886921644211, -0.1291848123073578, 0.09520075470209122, - -0.035536788403987885, 0.047622427344322205, 0.15140631794929504, - -0.022966554388403893, 0.12205803394317627, 0.09641353785991669, 0.1627892404794693, - 0.09852748364210129, -0.004404383711516857, 0.12732230126857758, - 0.031647197902202606, 0.06584738194942474, -0.03436826169490814, - 0.06849455088376999, 0.09290286898612976, -0.03849676996469498, - -0.18213528394699097, 0.0159173384308815, -0.04649127274751663, - -0.03802822157740593, 0.024618756026029587, 0.11110468208789825, - 0.07497700303792953, -0.15414264798164368, -0.05595241114497185, 0.0698012262582779, - 0.091922827064991, 0.03346081078052521, 0.003951204475015402, - -0.0008037509978748858, 0.11150166392326355, 0.04420436546206474, - 0.08821634948253632, 0.06963160634040833, 0.09745948016643524, 0.12103655189275742, - -0.1720367819070816, -0.0821031853556633, 0.05448785424232483, 0.005468101240694523, - 0.053779181092977524, 0.020426010712981224, -0.01938057690858841, - -0.042591143399477005, 0.04328087717294693, 0.14156672358512878, - 0.14588966965675354, 0.045818571001291275, -0.05118943750858307, - 0.06965277343988419, 0.11196178942918777, 0.0019581476226449013, - 0.03150223195552826, 0.021135685965418816, -0.0430687852203846, 0.05121421068906784, - 0.09688851982355118, 0.03351849690079689, 0.03767650946974754, 0.005808493122458458, - 0.024663420394062996, 0.17055514454841614, 0.005027629900723696, - -4.725463440991007e-5, 0.19513557851314545, 0.10840945690870285, - 0.04964250698685646, 0.009999996982514858, 0.08464867621660233, - 0.007010229397565126, 0.12871123850345612, 0.05098794773221016, 0.04877089709043503, - 0.10631651431322098, 0.173701211810112, -0.1537235975265503, 0.12349798530340195, - -0.01847362518310547, 0.10017514228820801, 0.03746260330080986, 0.07232648879289627, - 0.058160942047834396, 0.0076077482663095, 0.2075013667345047, 0.14997540414333344, - 0.21706914901733398, 0.00905483029782772, 0.01802978850901127, 0.10419783741235733, - 0.07355841994285583, -0.07093168050050735, 0.08211507648229599, 0.07077205181121826, - 0.21657752990722656, 0.04854993522167206, 0.06844021379947662, 0.08150534331798553, - -0.10557802021503448, 0.11803950369358063, 0.0019475029548630118, - 0.13255922496318817, 0.02686583623290062, 0.004157169256359339, 0.02683791145682335, - 0.06563843041658401, 0.10487879812717438, 0.11957788467407227, - -0.013282698579132557, -0.010463731363415718, 0.1080954372882843, - 0.07329518347978592, 0.07339861243963242, -0.003569680731743574, - -0.0476660393178463, -0.09697285294532776, 0.039517439901828766, - 0.08261595666408539, 0.07689239084720612, 0.023279201239347458, 0.15645186603069305, - 0.14695869386196136, 0.006474420893937349, -0.013392684049904346, - 0.1514134258031845, 0.04386530816555023, 0.10055255144834518, 0.028070252388715744, - 0.19928690791130066, 0.09649895131587982, 0.056355707347393036, 0.06864490360021591, - 0.1334395706653595, 0.06803131848573685, 0.14063338935375214, 0.028602514415979385, - 0.02946312725543976, 0.10581273585557938, 0.140708789229393, 0.054679833352565765, - 0.07303573191165924, 0.09909031540155411, 0.1820894181728363, -0.029845327138900757, - -0.020254788920283318, 0.05001657456159592, -0.03196733817458153, - 0.039961110800504684, 0.020046813413500786, 0.0721554234623909, 0.12203626334667206, - 0.06196756660938263, 0.04040548577904701, 0.059216078370809555, 0.07579261064529419, - 0.0679287388920784, 0.07553421705961227, 0.07985895872116089, 0.11465707421302795, - 0.018181001767516136, 0.09637770801782608, 0.13348037004470825, - 0.004947762470692396, 0.07673260569572449, 0.05392014607787132 - ], - [ - 0.0908488780260086, 0.2218358814716339, 0.15514646470546722, -0.020308658480644226, - 0.021831385791301727, 0.06112339720129967, 0.09019305557012558, 0.06689765304327011, - 0.14498397707939148, 0.02553345449268818, 0.08184662461280823, 0.02544635906815529, - 0.07561130821704865, 0.09118403494358063, 0.10410594195127487, 0.06875479221343994, - 0.21555699408054352, 0.16763903200626373, 0.012809148989617825, - -0.024541618302464485, 0.16725118458271027, 0.016752025112509727, - -0.04962974786758423, -0.04109721630811691, 0.05238477140665054, - -0.0028454968705773354, -0.09456159919500351, 0.1022205650806427, - 0.04222860932350159, 0.11395610123872757, 0.09168393909931183, 0.1117396280169487, - 0.1380753070116043, -0.05468134209513664, 0.09833074361085892, 0.0847887247800827, - 0.04483633115887642, 0.04701010882854462, 0.07395957410335541, 0.09108945727348328, - 0.12546806037425995, 0.058942776173353195, 0.020874040201306343, - 0.08719495683908463, 0.09247516095638275, 0.15531259775161743, 0.11641605198383331, - -0.010281279683113098, 0.03196119889616966, -0.014077482745051384, - 0.021360918879508972, -0.022051069885492325, 0.12026960402727127, - 0.16798612475395203, 0.05165855959057808, 0.08068607747554779, 0.07719217985868454, - 0.04854932054877281, 0.10403577983379364, 0.15090583264827728, 0.08040417730808258, - 0.08623065799474716, 0.01255679503083229, 0.17437641322612762, 0.12265267968177795, - -0.011047452688217163, 0.09248824417591095, 0.002667833585292101, - 0.047934550791978836, -0.17173157632350922, 0.08242649585008621, - 0.10185632109642029, 0.05074547231197357, 0.0354992114007473, 0.18872356414794922, - -0.09766560047864914, -0.08522872626781464, 0.03415602073073387, - -0.026059288531541824, 0.09598333388566971, 0.03308173269033432, - -0.10786481946706772, 0.027965720742940903, -0.17011858522891998, - -0.09561506658792496, 0.17421554028987885, -0.018240980803966522, - 0.07988669723272324, 0.04438690468668938, 0.11574249714612961, -0.09132461249828339, - 0.12361898273229599, -0.0753805860877037, 0.0418938510119915, 0.05804840475320816, - -0.06605038791894913, 0.08226576447486877, 0.12297840416431427, 0.11308546364307404, - 0.071676105260849, 0.03689482435584068, 0.06471023708581924, 0.0616283118724823, - 0.07575415819883347, 0.002851322526112199, 0.008327499963343143, - 0.09303348511457443, 0.015120178461074829, -0.15834163129329681, - 0.05375588685274124, 0.031054724007844925, 0.011784016154706478, - 0.051520105451345444, 0.015131724067032337, 0.1145915761590004, - -0.13155940175056458, -0.04765699431300163, 0.05363531410694122, - 0.02444470301270485, -0.018823374062776566, 0.12157147377729416, - -0.06972794979810715, 0.0197937972843647, 0.014223928563296795, 0.18976056575775146, - 0.10863988846540451, 0.14509990811347961, 0.13369570672512054, -0.18572896718978882, - -0.07922950387001038, -0.060162559151649475, 0.022317465394735336, - 0.17632831633090973, -0.030214225873351097, 0.041821323335170746, - -0.07080896943807602, 0.089851014316082, 0.11408405005931854, 0.14834080636501312, - 0.09347811341285706, -0.007070109248161316, 0.0439867302775383, 0.06364843249320984, - 0.0425313375890255, 0.03317227587103844, 0.05035333335399628, 0.01884075626730919, - 0.08242020010948181, 0.08194631338119507, -0.003090499434620142, - 0.05483517423272133, 0.0022673727944493294, 0.034986451268196106, - 0.0655391588807106, 0.03260109946131706, -0.04110383242368698, 0.11461424827575684, - 0.08829459547996521, 0.02157646417617798, 0.04206397756934166, 0.06264548748731613, - 0.03320637717843056, 0.07700101286172867, -0.03726827725768089, 0.03651527315378189, - 0.1055978313088417, 0.15738888084888458, -0.04284616932272911, 0.10465800762176514, - 0.03697729483246803, 0.19724339246749878, -0.03488226234912872, 0.17584890127182007, - 0.11646205186843872, 0.03348634019494057, 0.15741115808486938, 0.17195065319538116, - 0.1311025321483612, -0.03378766402602196, 0.06850405782461166, 0.09406232088804245, - 0.10463625937700272, -0.013626722618937492, 0.01544382143765688, - 8.138087287079543e-5, 0.19397561252117157, 0.02409341186285019, 0.12336966395378113, - 0.041050709784030914, -0.09520632028579712, 0.07844295352697372, - 0.11773542314767838, 0.10666757076978683, -0.0665775015950203, 0.04414151608943939, - -0.011530796997249126, 0.043213244527578354, 0.17878596484661102, - 0.11682088673114777, -0.05366028845310211, -0.023323575034737587, - 0.13673709332942963, 0.06044123321771622, 0.0739579126238823, 0.05955556035041809, - -0.018832020461559296, -0.05748312547802925, 0.019655399024486542, - 0.07128184288740158, 0.11808506399393082, 0.1157076358795166, 0.08967529237270355, - 0.07172347605228424, 0.02410483919084072, -0.1173996552824974, 0.169691801071167, - 0.07047229260206223, 0.09746211022138596, 0.07661203294992447, 0.226246640086174, - 0.1012033075094223, -0.0035676248371601105, 0.1031809002161026, 0.11518184095621109, - 0.01396332960575819, 0.04458767920732498, 0.024064013734459877, 0.10705087333917618, - 0.10981164127588272, 0.0825597494840622, 0.1287533938884735, 0.12147823721170425, - 0.04329059645533562, 0.24321256577968597, -0.006185037083923817, - -0.00665766466408968, 0.04691445082426071, 0.00996099878102541, 0.07378057390451431, - -0.007424635346978903, 0.1198437437415123, 0.031678929924964905, - 0.07889541983604431, 0.03682065010070801, -0.047796107828617096, - 0.14350269734859467, 0.014404058456420898, 0.10178922861814499, 0.08943522721529007, - 0.038458202034235, 0.04041857644915581, 0.04923757538199425, 0.03620828315615654, - 0.07556595653295517, 0.020574240013957024, 0.07047892361879349 - ], - [ - -0.017731206491589546, -0.02597936801612377, -0.0182410329580307, - -0.03314968943595886, -0.02957514487206936, -0.022640442475676537, - -0.023981574922800064, 0.005524131935089827, 0.04134312644600868, - -0.028747204691171646, -0.05134348198771477, 0.04770723357796669, - 0.028436586260795593, -0.025050463154911995, -0.04149642959237099, - 0.0415513850748539, -0.044434092938899994, -0.03513901308178902, - 0.055300720036029816, -0.03923288732767105, 0.04143498092889786, - -0.05414465069770813, -0.006346432957798243, -0.04176227003335953, - -0.0637623742222786, -0.026047034189105034, 0.03030925989151001, - 0.04849334433674812, -0.023279860615730286, -0.00011067288141930476, - 0.0124799944460392, 0.019550908356904984, -0.044221412390470505, - 0.019430335611104965, -0.013466108590364456, -0.042453959584236145, - 0.03640284761786461, -0.00684670265763998, 0.02034185640513897, - -0.029753990471363068, -0.014048160053789616, -0.028013024479150772, - 0.043932825326919556, 0.05015577748417854, -0.003809859976172447, - -0.03166903927922249, 0.022514583542943, -0.00834348052740097, - -0.062094394117593765, 0.01908649504184723, 0.028961025178432465, - -0.0369839109480381, -0.0033266644459217787, -0.010651597753167152, - 0.019355598837137222, 0.029597854241728783, -0.017168600112199783, - -0.04651790112257004, -0.05811179056763649, -0.02327330783009529, - -0.04053415358066559, -0.011570827104151249, 0.0045931083150208, - 0.041623588651418686, -0.006460932549089193, -0.058508165180683136, - 0.05460474267601967, -0.011566629633307457, 0.031791314482688904, - -0.06090543419122696, -0.0031156884506344795, -0.016792206093668938, - 0.016476454213261604, -0.06327740848064423, -0.03592413291335106, - -0.02950737439095974, -0.008290817029774189, -0.05519551783800125, - -0.0411241315305233, 0.00016425357898697257, -2.2161690139910206e-5, - -0.01823125034570694, 0.04713977128267288, 0.022003259509801865, - -0.037701480090618134, 0.014054431580007076, 0.022648479789495468, - -0.02587689831852913, -0.038915932178497314, -0.049695733934640884, - 0.008426227606832981, 0.04848412424325943, -0.003253922099247575, - 0.034694500267505646, 0.031238898634910583, -0.005066321697086096, - 0.0030102450400590897, 0.010830331593751907, 0.03997920826077461, - -0.06314611434936523, -0.04962192103266716, 0.051513150334358215, - 0.060818370431661606, -0.03894386067986488, -0.013678740710020065, - 0.01694273203611374, 0.0053966715931892395, -0.016863001510500908, - 0.0064133331179618835, -0.04659605771303177, 0.0319555327296257, - 0.008121360093355179, -0.022775933146476746, -0.0026537394151091576, - -0.04129696264863014, -0.043742164969444275, -0.06467476487159729, - -0.0036479877308011055, -0.07030551135540009, -0.059797253459692, - 0.04794767126441002, 0.04384690150618553, -0.012390890158712864, - 0.011988186277449131, 0.026520460844039917, -0.030930062755942345, - -0.048484329134225845, -0.026862353086471558, -0.029721803963184357, - -0.0424671545624733, 0.025144526734948158, 0.009772519581019878, - 0.021618321537971497, -0.01043615397065878, 0.002042821142822504, - 0.020756123587489128, 0.045196130871772766, 0.025276504456996918, - -0.02674555964767933, -0.037407368421554565, 0.02541659027338028, - -0.047156888991594315, 0.03546471148729324, 0.04027167335152626, - -0.04974528029561043, 0.015712881460785866, -0.01974511332809925, - 0.01586098037660122, -0.03606770932674408, -0.04929874837398529, - 0.013505133800208569, -0.03738253563642502, -0.05273829400539398, - 0.04466550052165985, -0.03175142779946327, 0.0026895180344581604, - -0.04907636344432831, 0.011779850348830223, 0.05016406998038292, - -0.020699461922049522, -0.0028498840983957052, -0.048991087824106216, - -0.037449270486831665, 0.03939789906144142, 0.0187231432646513, 0.06488411128520966, - 0.03966085612773895, 0.01108359731733799, -0.017405154183506966, - -0.015171647071838379, 0.016787519678473473, 0.05007805675268173, - 0.006306454539299011, 0.031004225835204124, -0.059385716915130615, - -0.007813988253474236, -0.046482522040605545, 0.011089028790593147, - -0.030240925028920174, -0.01589042693376541, 0.02929658070206642, - -0.05841340124607086, -0.04128672927618027, 0.053455062210559845, - -0.00781492330133915, -0.04785540699958801, -0.0017604002496227622, - 0.023569593206048012, 0.035272710025310516, -0.015507708303630352, - 0.01294963713735342, -0.03406535089015961, -0.050099726766347885, - 0.029309233650565147, -0.06546013057231903, 0.009881352074444294, - 0.016154205426573753, -0.019937284290790558, -0.05173037201166153, - 0.010063356719911098, -0.05142872408032417, -0.04708937555551529, - -0.07151760905981064, 0.0196587685495615, -0.0027305949479341507, - -0.020612496882677078, -0.01402291189879179, 0.056716423481702805, - 0.010944095440208912, 0.016166754066944122, 0.011511827819049358, - -0.040831632912158966, 0.05258787423372269, 0.014824098907411098, - 0.02854754962027073, -0.026681022718548775, -0.003426993265748024, - -0.045560967177152634, 0.020084865391254425, -0.057918936014175415, - -0.01675654761493206, -0.008216321468353271, -0.04863931983709335, - 0.026045475155115128, 0.04717349633574486, 0.019898978993296623, - -0.020297685638070107, 0.04943133145570755, -0.057576145976781845, - 0.046450212597846985, -0.03281386196613312, 0.03267087787389755, - 0.00524977408349514, 0.020829735323786736, 0.021387523040175438, - -0.025831781327724457, -0.025208720937371254, 0.03179644048213959, - -0.02989131025969982, 0.010899914428591728, -0.056907325983047485, - 0.028557661920785904, -0.06174910441040993, -0.021644366905093193, - 0.02882990799844265, 0.04134002700448036, -0.021763965487480164, - 0.03915039077401161, 0.04435372352600098, 0.02076965570449829, 0.041342779994010925, - -0.04849546030163765, 0.02092740684747696, -0.005954572930932045, - -0.01658361591398716, 0.029691321775317192 - ], - [ - 0.07568680495023727, 0.1630765050649643, 0.19170086085796356, -0.01681896299123764, - 0.046637292951345444, 0.02276446856558323, 0.12532588839530945, 0.0961003229022026, - 0.11449620872735977, 0.010227186605334282, -0.02878326177597046, - 0.060637399554252625, 0.1172875240445137, 0.06024477630853653, 0.07134078443050385, - 0.11893198639154434, 0.16514745354652405, 0.12512366473674774, 0.04865419119596481, - 0.023596083745360374, 0.11535187065601349, 0.10907024145126343, - -0.13178673386573792, 0.057264603674411774, 0.18297795951366425, - 0.060902033001184464, -0.10189303010702133, 0.06422840058803558, - 0.03009807877242565, 0.08975954353809357, -0.034884802997112274, - 0.02353864721953869, 0.03451848402619362, -0.015730956569314003, - 0.05229984596371651, -0.026246823370456696, -0.00524520268663764, - 0.07032309472560883, 0.08828261494636536, 0.13521544635295868, 0.07999517023563385, - -0.016955025494098663, 0.12469452619552612, 0.048856694251298904, - 0.11602040380239487, 0.11909452825784683, 0.060951557010412216, - 0.017608067020773888, -0.004510980565100908, 0.05382925271987915, - -0.05629119649529457, -0.011863583698868752, 0.06772641092538834, - 0.12272191047668457, 0.17778393626213074, 0.13151691854000092, 0.06246733292937279, - 0.05757812038064003, 0.08469186723232269, 0.22290974855422974, 0.11455170065164566, - -0.02166169323027134, -0.037871576845645905, 0.22693322598934174, - 0.10166671127080917, -0.024662932381033897, 0.013315105810761452, - -0.009645580314099789, 0.03798643499612808, -0.1711551547050476, - -0.03602307289838791, 0.06360842287540436, 0.009995424188673496, 0.0693562850356102, - 0.06355025619268417, -0.024827079847455025, 0.045979179441928864, - 0.07765527814626694, 0.037189699709415436, 0.02533520758152008, 0.0950569212436676, - -0.18903261423110962, 0.01985994353890419, -0.13072383403778076, - -0.07244636863470078, 0.21590116620063782, -0.020962797105312347, - 0.06374143064022064, 0.0740833431482315, 0.06468204408884048, -0.0690959095954895, - 0.04157240688800812, 0.0023866097908467054, 0.10151709616184235, - 0.10737607628107071, -0.042676642537117004, 0.14494991302490234, - 0.13059242069721222, 0.12211152166128159, 0.028330130502581596, 0.03131202980875969, - 0.09051460772752762, 0.11279135942459106, 0.021228747442364693, - -0.03066457062959671, 0.09665781259536743, 0.15251882374286652, - -0.035412561148405075, -0.11188610643148422, 0.042326636612415314, - -0.050839491188526154, 0.023442087695002556, 0.08347702771425247, - 0.03184898570179939, 0.13326361775398254, -0.15615420043468475, - -0.05672863498330116, 0.044324252754449844, -0.0016511227004230022, - -0.030767854303121567, 0.03461866453289986, 0.04865316301584244, - 0.04600609838962555, 0.05168206989765167, 0.11356175690889359, 0.10953816771507263, - 0.11126641929149628, 0.1417081356048584, -0.19165730476379395, -0.14652036130428314, - 0.00793563574552536, 0.13251599669456482, 0.1555628925561905, -0.04111996665596962, - -0.044068172574043274, -0.06661837548017502, 0.016884077340364456, - 0.10998988896608353, 0.11483830958604813, 0.09511980414390564, 0.006388640031218529, - 0.06418062746524811, 0.09337671846151352, 0.0632142499089241, -0.022716494277119637, - 0.04561823979020119, 0.002902221167460084, 0.0849469006061554, - -0.004435994662344456, 0.014870211482048035, 0.11015333980321884, - -0.016318870708346367, -0.05191272869706154, 0.08455830067396164, - 0.07283314317464828, -0.02763194777071476, 0.06517119705677032, 0.08433861285448074, - 0.056754883378744125, -0.03723699599504471, 0.06007559224963188, - -0.024626804515719414, 0.17561271786689758, 0.03515516221523285, - -0.0029358786996454, 0.04737807437777519, 0.11398982256650925, -0.0558699332177639, - 0.046747975051403046, 0.036148540675640106, 0.13797737658023834, - -0.04254181310534477, 0.13673923909664154, 0.06425011903047562, 0.1028975248336792, - 0.19069984555244446, 0.1296180784702301, 0.2989121377468109, -0.035317424684762955, - -0.007528064306825399, 0.05207853019237518, 0.10875844955444336, - -0.03539002686738968, 0.04794903099536896, 0.0310504212975502, 0.19333766400814056, - -0.03653985261917114, 0.12991119921207428, 0.14524203538894653, - -0.04576006531715393, 0.17607252299785614, 0.09773506224155426, 0.22043642401695251, - -0.024077652022242546, 0.04937363415956497, -0.01515576895326376, - 0.02479471080005169, 0.14065389335155487, 0.12758877873420715, 0.046699877828359604, - 0.007370736915618181, 0.02053099498152733, -0.025927215814590454, - 0.15448224544525146, 0.018317071720957756, -0.002216809894889593, - -0.14122766256332397, 0.051437512040138245, 0.014181121252477169, - 0.15130707621574402, 0.0882796198129654, 0.14149406552314758, 0.16311359405517578, - -0.018663935363292694, -0.03440876677632332, 0.19288061559200287, - 0.07901781797409058, 0.00247686798684299, 0.02957899309694767, 0.14133302867412567, - 0.007779172156006098, -0.05057138577103615, 0.058579523116350174, - 0.20754565298557281, 0.014996983110904694, 0.0974651426076889, - -0.026384450495243073, 0.0017016036435961723, 0.1311657428741455, - 0.07235261052846909, 0.05820833519101143, 0.12279815226793289, 0.08071927726268768, - 0.2010803371667862, -0.03939805552363396, 0.09021652489900589, - -0.015085545368492603, -0.03784007579088211, 0.04941115528345108, - 0.010471615009009838, 0.055807773023843765, 0.1512279212474823, 0.07910224050283432, - 0.0010680662235245109, -0.016000710427761078, 0.10152405500411987, - -0.0551798939704895, 0.025054434314370155, 0.09407898783683777, - 0.021100908517837524, 0.07345134019851685, 0.08870450407266617, 0.09439762681722641, - 0.09059823304414749, -0.006200209725648165, 0.07814443111419678 - ], - [ - 0.062235068529844284, 0.1929013431072235, 0.24064399302005768, - -0.003932587336748838, 0.01157558336853981, 0.04548942297697067, - 0.11713218688964844, 0.08564724028110504, 0.18668606877326965, 0.03700614348053932, - 0.11374661326408386, 0.0728616788983345, 0.14265814423561096, 0.08393937349319458, - 0.10215386748313904, 0.11489903926849365, 0.18599502742290497, 0.14495554566383362, - 0.044073473662137985, 0.006854214705526829, 0.11291088163852692, - 0.11974434554576874, -0.12306856364011765, 0.059182602912187576, - 0.11054065078496933, -0.037929411977529526, -0.11088042706251144, - 0.09722283482551575, 0.1311364471912384, 0.11145798861980438, 0.04062023013830185, - 0.016998738050460815, 0.12869824469089508, 0.00804105494171381, 0.13812333345413208, - 0.1264457106590271, -0.00865296833217144, 0.0957704558968544, 0.16652491688728333, - 0.13589884340763092, 0.08928858488798141, -0.04829587787389755, 0.09027259051799774, - 0.11026295274496078, 0.0973527729511261, 0.1403064876794815, 0.12160342931747437, - -0.10977604240179062, 0.10540925711393356, 0.045544032007455826, - 0.04170573502779007, -0.0025368116330355406, 0.12563776969909668, - 0.15120230615139008, 0.08969908952713013, 0.1365145593881607, 0.07796651124954224, - 0.08102690428495407, 0.07609426975250244, 0.13991883397102356, 0.11076986789703369, - 0.10791773349046707, -0.09188670665025711, 0.20863552391529083, 0.10475907474756241, - 0.051464181393384933, 0.06800505518913269, -0.03530235216021538, - 0.05918725207448006, -0.21635262668132782, 0.07206520438194275, 0.03821057453751564, - 0.045193150639534, 0.017525671049952507, 0.21007531881332397, -0.012427011504769325, - -0.06672073155641556, 0.08501053601503372, -0.01089212205260992, - 0.010694502852857113, 0.09957687556743622, -0.2258916050195694, - -0.005572701804339886, -0.1006888821721077, -0.13693010807037354, - 0.14128199219703674, -0.014439727179706097, 0.026657456532120705, - 0.0755000188946724, 0.09563621878623962, -0.06938660889863968, 0.1193249374628067, - 0.0025870767422020435, 0.10427077859640121, 0.09418842941522598, - -0.0367453508079052, 0.14058196544647217, 0.1397564858198166, 0.11260812729597092, - 0.083980031311512, -0.050521884113550186, 0.04369315132498741, 0.1204117015004158, - 0.07791182398796082, -0.017116377130150795, 0.11162196099758148, - 0.02877793088555336, -0.07036145031452179, -0.12270007282495499, - -0.013974512927234173, 0.007082978263497353, -0.04179567098617554, - 0.15702860057353973, 0.07390089333057404, 0.15078851580619812, -0.09540953487157822, - -0.054793886840343475, 0.04303143545985222, 0.05696382001042366, - 0.002433071145787835, 0.10809081792831421, 0.0027264179661870003, - 0.13673987984657288, 0.12214880436658859, 0.06768196076154709, 0.18590939044952393, - 0.09584496170282364, 0.13444481790065765, -0.13285788893699646, - -0.04260576516389847, 0.03885325789451599, 0.1567980945110321, 0.16447527706623077, - -0.0585290752351284, 0.11274930834770203, -0.04511840641498566, 0.1141684502363205, - 0.18874680995941162, 0.1871722787618637, 0.1552213430404663, -0.006361470092087984, - 0.04669242352247238, 0.10487248003482819, 0.03676886484026909, 0.07680292427539825, - 0.11516502499580383, -0.11083187162876129, 0.053765490651130676, 0.099936343729496, - -0.017737410962581635, 0.15580789744853973, -0.0009726575226522982, - 0.00200066389515996, 0.15856987237930298, 0.023870551958680153, - -0.007878434844315052, 0.11714548617601395, 0.10775376111268997, 0.1321304738521576, - -0.06400102376937866, 0.12757346034049988, 0.12964124977588654, 0.19611966609954834, - -0.05817929655313492, 0.042360324412584305, 0.05908685922622681, - 0.14703813195228577, -0.15477631986141205, 0.10983608663082123, 0.04525403305888176, - 0.17243076860904694, -0.000863535504322499, 0.09918102622032166, - 0.09539762139320374, 0.13883306086063385, 0.1269007921218872, 0.17119929194450378, - 0.18143831193447113, -0.06156456470489502, 0.07215249538421631, 0.04010273888707161, - 0.0027162868063896894, -0.056333400309085846, 0.13867007195949554, - 0.010145309381186962, 0.20555724203586578, 0.07662779837846756, 0.1081167683005333, - 0.1350627839565277, -0.10550688952207565, 0.13985691964626312, 0.030853422358632088, - 0.14911557734012604, -0.058751288801431656, -0.01578381285071373, - 0.06818176805973053, 0.1254003643989563, 0.14769810438156128, 0.07286116480827332, - -0.03780017048120499, 0.009387590922415257, 0.17621900141239166, - 0.019157538190484047, 0.07655663043260574, 0.0020386932883411646, - -0.037893909960985184, -0.19478465616703033, 0.0765962079167366, - 0.06725151091814041, 0.2082320898771286, 0.12091121077537537, 0.21932002902030945, - 0.13086825609207153, -0.007212889846414328, -0.09565126150846481, - 0.1701783835887909, 0.09876279532909393, 0.13001427054405212, 0.04532596841454506, - 0.20253799855709076, 0.07903534919023514, 0.047862593084573746, - -0.0024560869205743074, 0.19672073423862457, 0.06489818543195724, - 0.12579026818275452, 0.05753175541758537, 0.07124730199575424, 0.14015907049179077, - 0.18636804819107056, 0.06791817396879196, 0.07303838431835175, 0.12216063588857651, - 0.23641037940979004, 0.010323130525648594, 0.05935003235936165, - -0.0017115040682256222, 0.05090631917119026, 0.09964662045240402, - -0.007907145656645298, 0.09555312991142273, 0.14420434832572937, - -0.002179158618673682, -0.004739339929074049, -0.06163577735424042, - 0.077483169734478, 0.0963921919465065, 0.1148248240351677, 0.11110810935497284, - 0.09948914498090744, 0.01316076796501875, 0.04917745664715767, 0.1310877650976181, - 0.03584310784935951, 0.06553518027067184, 0.11257337033748627 - ], - [ - -0.006224316544830799, -0.1040671318769455, -0.12117651104927063, - 0.024179650470614433, -0.044134970754384995, -0.12004949897527695, - -0.11047956347465515, -0.13939251005649567, -0.12498074024915695, - -0.06151168793439865, -0.031143326312303543, 0.04013553634285927, - -0.02525179460644722, 0.013443286530673504, 0.009541001170873642, - -0.1141713485121727, -0.13250230252742767, -0.07172714173793793, - -0.04991345480084419, 0.05820939317345619, -0.12569355964660645, - -0.05556860566139221, 0.10672091692686081, 0.022711148485541344, - -0.032469432801008224, 0.10782071948051453, 0.16686215996742249, - -0.07583380490541458, -0.031944505870342255, -0.01309266872704029, - 0.057131577283144, -0.010455871000885963, -0.11560416221618652, - 0.043788373470306396, -0.0422482006251812, -0.036268312484025955, - 0.07402284443378448, -0.041882868856191635, -0.12823182344436646, - -0.016348158940672874, -0.09986993670463562, 0.05484993755817413, - -0.06223394349217415, -0.02649655006825924, -0.10202226042747498, - -0.10026691108942032, -0.12237449735403061, 0.11459365487098694, - -0.013282140716910362, -0.022625939920544624, -0.011219438165426254, - 0.11207001656293869, -0.036654938012361526, -0.18891333043575287, - -0.11834242194890976, -0.09460591524839401, -0.07229897379875183, - 0.027892760932445526, -0.08854255080223083, -0.12022458016872406, - -0.08789366483688354, -0.01597561500966549, 0.12803003191947937, - -0.1718723624944687, -0.04605081304907799, 0.07714693248271942, - -0.05525698512792587, 0.06271278858184814, -0.01727486588060856, 0.180747851729393, - 0.025354744866490364, -0.07010499387979507, -0.018182622268795967, - 0.04775112494826317, -0.1434081643819809, 0.10992208123207092, 0.11340130865573883, - -0.020806999877095222, 0.03689703345298767, -0.004969066474586725, - 0.021778613328933716, 0.15293455123901367, 0.10086850821971893, 0.21052032709121704, - 0.20058400928974152, -0.1530074030160904, 0.038115713745355606, -0.0926017090678215, - -0.01633358746767044, -0.03742990642786026, 0.2044060379266739, - -0.06843077391386032, 0.08470482379198074, -0.021465664729475975, - -0.1314379721879959, 0.09559253603219986, -0.11833811551332474, - -0.05296679213643074, -0.13001787662506104, -0.027209941297769547, - 0.02018236741423607, -0.07457680255174637, 0.011457025073468685, - -0.06292279809713364, 0.037815894931554794, 0.007668220438063145, - -0.09926935285329819, 0.1137567088007927, 0.22371944785118103, 0.07741119712591171, - 0.08212442696094513, 0.10872167348861694, -0.007765585090965033, - 0.006274198181927204, -0.15814213454723358, 0.12768588960170746, - 0.11528924107551575, -0.030548976734280586, 0.05157371237874031, 0.0400429405272007, - -0.08894279599189758, 0.06471220403909683, -0.026452764868736267, - -0.04724447801709175, -0.05828879773616791, -0.1323009729385376, - -0.09339461475610733, -0.09901010245084763, 0.20404885709285736, - 0.12682585418224335, 0.09589596092700958, -0.05946141481399536, - -0.07427456974983215, 0.10324539244174957, -0.04974750056862831, - 0.06039855629205704, -0.04508357122540474, -0.05752379819750786, - -0.19245801866054535, -0.057882726192474365, -0.055998239666223526, - 0.007506425492465496, -0.15524420142173767, -0.012403703294694424, - -0.011418902315199375, -0.04067812114953995, 0.12386228889226913, - -0.050119686871767044, -0.0007172144833020866, 0.03901287168264389, - -0.03335055336356163, 0.11037000268697739, 0.11418046057224274, - -0.13126903772354126, 0.07618507742881775, 0.062025342136621475, - -0.18016165494918823, 0.04433450475335121, -0.0771828144788742, 0.01568976603448391, - -0.05160628631711006, -0.04794365167617798, -0.004489935003221035, - 0.033308420330286026, 0.0319250151515007, -0.0691334456205368, -0.1064821258187294, - 0.14570343494415283, 0.03565642610192299, -0.04873916134238243, - -0.07392948120832443, 0.0028878471348434687, -0.0871107280254364, - -0.08801200985908508, -0.05353552848100662, -0.12247810512781143, - -0.1440424621105194, -0.14495432376861572, 0.10333609580993652, - -0.01048245094716549, -0.040091048926115036, -0.06931102275848389, - 0.11406859010457993, -0.06566312909126282, 0.03502339869737625, - -0.16823314130306244, -0.007591314613819122, -0.054969027638435364, - 0.008278222754597664, 0.07826556265354156, -0.14839784801006317, - -0.009795954450964928, -0.17927536368370056, 0.05895097181200981, - 0.018227096647024155, -0.004575264640152454, 0.035326652228832245, - -0.10893840342760086, -0.05950338393449783, 0.06199217960238457, 0.0737244114279747, - -0.017603015527129173, -0.005929349921643734, -0.16395148634910583, - 0.05706053227186203, 0.09278478473424911, 0.12343846261501312, -0.04762299731373787, - 0.05846671760082245, -0.07086728513240814, -0.07295374572277069, - -0.08812933415174484, -0.0546099916100502, 0.07669880241155624, 0.14869724214076996, - -0.15481720864772797, -0.019021259620785713, -0.0412127710878849, - 0.014766223728656769, -0.17694488167762756, -0.08345774561166763, - 0.021564600989222527, -0.002416276605799794, -0.059805743396282196, - -0.006685386877506971, -0.07731303572654724, -0.07067485898733139, - -0.006095514632761478, -0.029737023636698723, -0.14573055505752563, - -0.036249808967113495, -0.044627845287323, -0.11489149183034897, - -0.07794775813817978, 0.07832019031047821, -0.0023297688458114862, - -0.0512503944337368, 0.07693139463663101, 0.013380836695432663, 0.05484190583229065, - -0.12079170346260071, -0.09732066094875336, 0.08302270621061325, - 0.06981535255908966, -0.001944958814419806, -0.05760890245437622, - -0.07181475311517715, -0.06468411535024643, -0.05825371295213699, - -0.07672901451587677, -0.06754429638385773, -0.09154131263494492, - -0.017502767965197563, 0.019569596275687218, -0.06388428807258606, - -0.08102339506149292 - ], - [ - 0.00800563395023346, -0.21732689440250397, -0.07755693048238754, - -0.0043207332491874695, 0.03598448634147644, -0.019969968125224113, - -0.14308269321918488, -0.03894147649407387, -0.07043171674013138, - 0.04069655016064644, 0.021875232458114624, 0.07200735062360764, - -0.052640195935964584, 0.04780915379524231, -0.0059197130613029, - -0.08010607957839966, -0.07763451337814331, -0.05371816083788872, - -0.07684849202632904, 0.031203746795654297, -0.14491409063339233, - 0.01544253434985876, 0.13578854501247406, 0.10447906702756882, -0.15255799889564514, - 0.09026994556188583, 0.17082911729812622, -0.040455784648656845, - -0.05114765092730522, -0.026800207793712616, 0.08181945234537125, - 0.017978660762310028, -0.1115928590297699, 0.06531894207000732, -0.1370379477739334, - -0.03382714092731476, -0.02380310744047165, -0.03673538938164711, - -0.11145464330911636, 0.002008238108828664, -0.11069764196872711, - 0.07803848385810852, -0.03003132902085781, -0.013660739175975323, - -0.06060966104269028, -0.031089596450328827, -0.13957329094409943, - 0.11920227855443954, -0.017630459740757942, -0.05651933699846268, - 0.012494666501879692, 0.05720283091068268, 0.05002628266811371, - -0.09431515634059906, -0.0663771778345108, 0.019203415140509605, - -0.010591590777039528, 0.004411209840327501, -0.08055189996957779, - -0.2140393853187561, -0.1435922086238861, -0.020359091460704803, - 0.13272763788700104, -0.16458477079868317, -0.12931308150291443, - 0.08080700039863586, 0.01237413752824068, 0.014273563399910927, - -0.007722781505435705, 0.2248348891735077, 0.0010194933274760842, - 0.005345642101019621, 0.005954332184046507, 0.10418761521577835, - -0.11856609582901001, 0.15424522757530212, 0.06265441328287125, - -0.02916989102959633, 0.004915252793580294, -0.006937418133020401, - 0.011180514469742775, 0.25217705965042114, 0.06708982586860657, 0.16237780451774597, - 0.18781591951847076, -0.061411675065755844, 0.0929664820432663, - 0.016045542433857918, 0.05364673584699631, -0.08878259360790253, 0.171144500374794, - -0.06344986706972122, 0.09579911828041077, 0.036320921033620834, - -0.057058852165937424, 0.07313317060470581, -0.10942576825618744, - -0.03969832509756088, -0.13583846390247345, 0.08280368894338608, - 0.012711610645055771, -0.08047734200954437, -0.1473543345928192, - -0.06488914787769318, 0.03429403528571129, -0.005398927256464958, - -0.026544569060206413, 0.006472188513725996, 0.2562522888183594, - 0.006538873538374901, 0.06834089010953903, 0.06544017791748047, - -0.06571871787309647, 0.04153866320848465, -0.07124734669923782, - 0.16086158156394958, 0.044333361089229584, -0.13504548370838165, - 0.022377287968993187, 0.07347305864095688, -0.08733923733234406, - 0.11307252943515778, -0.011896906420588493, -0.064490906894207, - -0.14541752636432648, -0.031768735498189926, -0.13219444453716278, - 0.035140637308359146, 0.2798585593700409, 0.08988315612077713, 0.08348135650157928, - -0.035594597458839417, -0.05386912822723389, 0.029108677059412003, - -0.0556599497795105, 0.09944983571767807, -0.02127549611032009, - -0.028226912021636963, -0.09052130579948425, -0.04079657420516014, - 0.027682125568389893, -0.02230541594326496, -0.11274991184473038, - 0.010363269597291946, -0.03506318852305412, 0.030383190140128136, - 0.08218014985322952, -0.13229742646217346, 0.004952833987772465, - 0.06497304886579514, -0.026449967175722122, 0.0015880747232586145, - 0.036171574145555496, -0.12119441479444504, 0.0567062608897686, 0.04353289678692818, - -0.13997064530849457, -0.023257194086909294, -0.06525932997465134, - -0.011050811037421227, -0.09048683941364288, 0.0370146669447422, - -0.1098298579454422, 0.0522041916847229, 0.08628080785274506, -0.05567516013979912, - -0.07624015212059021, 0.1917097568511963, 0.028650736436247826, 0.05367497354745865, - -0.06597699970006943, 0.07230035960674286, -0.17396043241024017, - -0.043702371418476105, -0.052046626806259155, -0.15007221698760986, - -0.12584061920642853, -0.1530265361070633, 0.08604304492473602, - -0.05394042283296585, 0.014321565628051758, -0.016283107921481133, - 0.09257492423057556, 0.030850518494844437, 0.03164265677332878, - -0.21087521314620972, 0.03284968435764313, -0.10294856876134872, - 0.008536644279956818, 0.15399882197380066, -0.1513337641954422, - 0.054992008954286575, -0.1296178549528122, 0.001405065064318478, - 0.04520497843623161, 0.1184026449918747, -0.003412127960473299, -0.1888173371553421, - -0.12229963392019272, 0.07071134448051453, 0.048395805060863495, - -0.035355668514966965, 0.022109219804406166, -0.1338668018579483, - 0.0015596875455230474, -0.0050531914457678795, 0.17326660454273224, - 0.06440351158380508, -0.01664425991475582, -0.06663955003023148, - -0.04961236193776131, -0.0507788360118866, -0.18688465654850006, - 0.033232055604457855, 0.09890834987163544, -0.10054975003004074, - -0.014155685901641846, -0.03487574681639671, -0.04482398182153702, - -0.2136133760213852, -0.0679931640625, 0.020785178989171982, 0.03946392610669136, - -0.17915280163288116, -0.004045288078486919, -0.1134772077202797, - -0.029746340587735176, 0.06423944979906082, -0.09330423176288605, - -0.134477898478508, -0.058870021253824234, -0.10039437562227249, - -0.04790874198079109, -0.07641398161649704, 0.07575652003288269, - -0.008701387792825699, 0.058576084673404694, 0.13220524787902832, - -0.11476707458496094, -0.005347150843590498, -0.1303928941488266, - -0.07749924808740616, 0.059678979218006134, 0.04771670326590538, - 0.08937413990497589, -0.04233042150735855, -0.01299935020506382, - -0.09851856529712677, -0.02678941935300827, -0.03285955637693405, - -0.024338124319911003, -0.10035839676856995, 0.010599988512694836, - -0.03066593036055565, 0.044738009572029114, -0.05120543763041496 - ], - [ - -0.03313799202442169, -0.06955236196517944, 0.03583258390426636, - -0.018139664083719254, -0.027625735849142075, -0.050825756043195724, - -0.05402079597115517, -0.016178147867321968, 0.05086850747466087, - -0.017436649650335312, 0.03047926537692547, -0.06589950621128082, - -0.003080769209191203, 0.03813764080405235, -0.01707298681139946, - 0.0062518431805074215, 0.03624079376459122, -0.022718818858265877, - -0.069282166659832, -0.02815507911145687, 0.0021031424403190613, - 0.03626491129398346, 0.015344715677201748, -0.0019496178720146418, - 0.05170781537890434, -0.0568976104259491, 0.0036663739010691643, - -0.04802032187581062, -0.012774508446455002, -0.05017206445336342, - -0.06969752162694931, 0.021846378222107887, 0.014197668060660362, - -0.059336546808481216, 0.050854675471782684, -0.005200997460633516, - -0.06338497251272202, 0.03689669072628021, 0.02494010701775551, - -0.056397199630737305, -0.03397366404533386, -0.04211634770035744, - -0.003342224285006523, 0.03373691439628601, -0.0739675760269165, - -0.06240450590848923, 0.05178876966238022, 0.013172876089811325, - -0.0018111028475686908, -0.04521070793271065, -0.02828158810734749, - 0.045233722776174545, 0.015382252633571625, -0.07465483993291855, - -0.03604733943939209, 0.03523308038711548, -0.018295487388968468, - -0.0003413311787880957, 0.012672388926148415, 0.0339578315615654, - -0.0024473180528730154, -0.049603261053562164, -0.015054882504045963, - -0.005429182667285204, -0.0706101581454277, -0.023730963468551636, - -0.015949541702866554, 0.04232245311141014, -0.0821634829044342, - -0.04795622453093529, 0.004442272242158651, 0.030837299302220345, - -0.03786136955022812, -0.03133472055196762, 0.02333114482462406, - 0.03499465435743332, 0.058861494064331055, 0.03409389778971672, - -0.02294447086751461, 0.03624469041824341, -0.01413258258253336, - 0.04219649359583855, -0.07219821214675903, -0.03338361158967018, - -0.053702689707279205, 0.05055755749344826, -0.0495951883494854, - -0.010951769538223743, 0.03224128112196922, -0.05323316156864166, - -0.03874858468770981, -0.029294045642018318, -0.013078919611871243, - 0.05167059600353241, 0.012729668989777565, 0.041823677718639374, - 0.02084868773818016, 0.003169562201946974, 0.032016072422266006, - -0.04527786746621132, 0.05802818015217781, -0.06309465318918228, - -0.03909960761666298, 0.03623145446181297, 0.004066661465913057, - 0.024149784818291664, -0.07017525285482407, 0.025766583159565926, - 0.0853787288069725, -0.016484731808304787, -0.02981160394847393, - 0.03933396190404892, -0.06985192745923996, -0.013244605623185635, - -0.04319392889738083, -0.001412833807989955, -0.04097532480955124, - 0.008261611685156822, 0.00241021323017776, -0.06799053400754929, - -0.0011793110752478242, -0.031022584065794945, 0.0356375128030777, - 0.019562873989343643, -0.040448132902383804, -0.03988016024231911, - -0.009100610390305519, 0.024871069937944412, -0.043482791632413864, - 0.040034785866737366, 0.03025125339627266, 0.04487621411681175, - -0.041488394141197205, 0.0277630053460598, 0.002198332455009222, - -0.0032810824923217297, -0.011559182778000832, -0.06070811301469803, - 0.023084452375769615, -0.05306246504187584, 0.026005811989307404, - -0.04698235169053078, -0.021281205117702484, -0.05140114203095436, - -0.06788863986730576, -0.028909213840961456, -0.010224143974483013, - -0.01363482978194952, -0.05630343407392502, 0.01942334696650505, - -0.0034456781577318907, -0.028538508340716362, 0.05006400868296623, - 0.01813218928873539, -0.046474285423755646, 0.06582683324813843, - -0.01425119861960411, 0.044694527983665466, 0.0014269327512010932, - 0.015277974307537079, 0.018488895148038864, -0.019216414541006088, - 0.030895471572875977, 0.006666520610451698, -0.006278143264353275, - -0.04599947854876518, 0.04280443862080574, -0.03782090172171593, - -0.019516512751579285, 0.034875672310590744, -0.004164770245552063, - -0.04703754931688309, -0.01032570842653513, -0.035812586545944214, - -0.06682398170232773, -0.03979722782969475, 0.02325923554599285, - 0.040216244757175446, 0.018648073077201843, -0.010532212443649769, - 0.018467262387275696, -0.009594842791557312, -0.04510696604847908, - -0.04274166375398636, -0.028972972184419632, -0.06927093118429184, - -0.043828777968883514, 0.010879253037273884, 0.020047536119818687, - -0.057797033339738846, -0.018519483506679535, -0.039828382432460785, - 0.01911170221865177, 0.016109289601445198, 0.003909208346158266, - 0.005541298538446426, 0.03178979828953743, 0.005509206093847752, - 0.033949337899684906, 0.04869930073618889, -0.014279879629611969, - -0.07695996761322021, -0.05043014511466026, -0.0226303581148386, - 0.021563861519098282, -0.006794913671910763, 0.009345942176878452, - 0.005970256868749857, -0.03974214941263199, 0.04440389946103096, - -0.06959483027458191, -0.028166215866804123, 0.047321099787950516, - -0.057751353830099106, -0.0691327303647995, 0.056804995983839035, - -0.07629707455635071, 0.037001218646764755, -0.034643322229385376, - -0.019001521170139313, 0.008159640245139599, -0.020630843937397003, - -0.005357890855520964, -0.020395949482917786, -0.0299583300948143, - 0.013693382032215595, 0.03818745166063309, -0.05246776342391968, - 0.03281737118959427, 0.021751079708337784, 0.014258954674005508, - 0.033510204404592514, 0.04122224822640419, 0.04730093851685524, 0.05438823252916336, - -0.05332186073064804, 0.030860552564263344, -0.008311615325510502, - -0.03037598356604576, 0.045598551630973816, 0.05477011576294899, - -0.03917340934276581, -0.005809358786791563, 0.02858036383986473, - 0.013116016052663326, -0.044391024857759476, -0.07039621472358704, - -0.04465365409851074, -0.03408600389957428, 0.002235222375020385, - -0.05875243991613388, -0.013217893429100513, -0.07118856906890869, - 0.010396872647106647, -0.01081982534378767, -0.0233458299189806 - ], - [ - -0.04727219045162201, 0.04054877161979675, 0.010843686759471893, - 7.232529605971649e-5, -0.015330038964748383, -0.010053503327071667, - -0.014849825762212276, -0.05083141103386879, -0.006495995447039604, - -0.03852676600217819, -0.02486507222056389, 0.0011586952023208141, - -0.019870009273290634, -0.046251505613327026, -0.03352371230721474, - -0.011475794017314911, -0.04431900754570961, 0.01318977028131485, - -0.05148306116461754, -0.06801963597536087, -0.039763979613780975, - 0.00018687621923163533, -0.024890299886465073, -0.05495349317789078, - 0.010644342750310898, -0.05195363983511925, -0.052917301654815674, - 0.03236812725663185, -0.002469191327691078, -0.007657566107809544, - -0.01709054969251156, -0.03539249300956726, -0.026278672739863396, - -0.02769284136593342, -0.004596985876560211, -0.05382773280143738, - -0.03522362932562828, 0.004634765442460775, 0.03756821155548096, - 0.05093812942504883, -0.027834154665470123, -0.03458615019917488, - 0.05312449112534523, 0.022404827177524567, -0.05481460690498352, - 0.022995300590991974, -0.014201734215021133, 0.0508856400847435, - -0.002903563901782036, -0.02032693475484848, -0.03726932033896446, - -0.02437151037156582, -0.06581917405128479, -0.008859141729772091, - 0.0019017324084416032, 0.01481548696756363, -0.06251425296068192, - 0.004975412972271442, 0.05376787856221199, -0.04243673011660576, - 0.025349147617816925, -0.051741305738687515, -0.03603435307741165, - -0.045878876000642776, -0.01684957928955555, 0.009862018749117851, - -0.01981617510318756, -0.020596802234649658, 0.013020881451666355, - -0.010857589542865753, 0.03292471170425415, -0.014993496239185333, - -0.04293207824230194, -0.007290252950042486, -0.07563204318284988, - -0.05457577109336853, 0.0024469620548188686, -0.022479569539427757, - 0.04276019707322121, 0.022336384281516075, -0.06755314022302628, - 0.017450137063860893, 0.012608101591467857, 0.036234963685274124, - -0.07335323840379715, 0.00925873126834631, -0.03232976049184799, - 0.00551293371245265, 0.0089524295181036, -0.00472507206723094, 0.034734923392534256, - -0.054324015974998474, -0.03984685614705086, -0.001148101408034563, - -0.020569248124957085, 0.03751832991838455, -0.027493668720126152, - -0.013153434731066227, -0.013903163373470306, 0.009711931459605694, - 0.02462308667600155, -0.011493013240396976, -0.0650748535990715, - 0.004029391799122095, -0.006429094821214676, 0.05795367807149887, - -0.00423403037711978, -0.051359355449676514, 0.01367869134992361, - -0.026949750259518623, -0.0052151125855743885, 0.03578869625926018, - -0.009494333527982235, -0.010326365940272808, -0.04029364138841629, - 0.003110420424491167, -0.033359598368406296, -0.06157190352678299, - 0.02674862928688526, -0.014523179270327091, -0.04861842840909958, - 0.04503864422440529, 0.005865457002073526, -0.033876750618219376, - 0.01815657876431942, -0.030191529542207718, -0.006077696103602648, - 0.04535159468650818, 0.04321320354938507, 0.04584024101495743, 0.03627163544297218, - -0.04013647884130478, -0.0262839887291193, 0.03674943000078201, - -0.04634610563516617, -0.07635156065225601, -0.023902757093310356, - -0.05914374068379402, -0.024707704782485962, -0.02732326090335846, - 0.05989156663417816, -0.07253797352313995, 0.006896469742059708, - -0.010731088928878307, -0.03162951022386551, 0.03894936665892601, - 0.001827317988499999, 0.017148686572909355, -0.015559774823486805, - -0.01147516444325447, -0.06422832608222961, -0.024279942736029625, - -0.04030073806643486, 0.016488172113895416, -0.058628737926483154, - 0.04074691981077194, -0.038394421339035034, 0.026063084602355957, - -0.0430295430123806, 0.0032429636921733618, -0.020320584997534752, - -0.025379501283168793, -0.041478678584098816, 0.02821929194033146, - -0.0015806839801371098, -0.046271875500679016, -0.03460236266255379, - -0.011541150510311127, 0.016159238293766975, 0.03403784707188606, - 0.04840172082185745, 0.02020334266126156, -0.04710334539413452, - -0.06224076822400093, -0.0613524354994297, 0.017585331574082375, - 0.028185924515128136, 0.035773780196905136, 0.028402917087078094, - -0.07173807919025421, -0.009751892648637295, 0.040603846311569214, - -0.02498042955994606, -0.03057822585105896, 0.027861174196004868, - -0.030152305960655212, -0.00023523351410403848, -0.006870744284242392, - 0.01736830174922943, 0.02047925814986229, -0.03255969285964966, - -0.06483783572912216, -0.03394721448421478, -0.06689590215682983, - 0.04565943032503128, -0.04469199478626251, 0.002142073353752494, - -0.00952177494764328, 0.006364678032696247, 0.01273106038570404, - -0.0412745364010334, 0.001588277518749237, 0.03712044283747673, 0.00427863746881485, - -0.007815583609044552, -0.024528436362743378, -0.0038336843717843294, - -0.035120874643325806, -0.06435147672891617, 0.04643544554710388, - -0.018449582159519196, -0.04433713108301163, 0.0458664670586586, - -0.06926622241735458, -0.003582299454137683, 0.044114090502262115, - -0.024966146796941757, 0.010812435299158096, -0.05572573095560074, - -0.038400549441576004, 0.00768387271091342, 0.014266835525631905, - 0.04767248034477234, -0.06147522106766701, -0.06540613621473312, - 0.043721139430999756, -0.06662983447313309, 0.02387142740190029, - 0.01499415934085846, -0.012436979450285435, -0.03756004199385643, - -0.029091769829392433, -0.06097891554236412, 0.021874092519283295, - -0.0266204122453928, -0.06579846888780594, -0.06551578640937805, - 0.01651141233742237, -0.03378375619649887, 0.03538579121232033, 0.02692459337413311, - -0.004271022509783506, -0.0010632284684106708, -0.04938230291008949, - 0.045429352670907974, -0.053793806582689285, 0.02149246819317341, - -0.059325918555259705, -0.06349685043096542, -0.033556293696165085, - 0.02563006617128849, -0.005155619233846664, -0.02003314346075058, - -0.037355586886405945, -0.015125063247978687, -0.00694706104695797 - ], - [ - 0.01116457860916853, -0.13637880980968475, -0.07698056101799011, - 0.029308101162314415, -0.013039128854870796, -0.03457721695303917, - -0.057075366377830505, -0.0038092383183538914, -0.0856335312128067, - 0.02237524650990963, 0.0070973592810332775, 0.010312845930457115, - -0.07263682037591934, 0.06467362493276596, -0.06152268499135971, - -0.10931671410799026, -0.08763180673122406, -0.03451024368405342, - -0.002638967474922538, 0.07699999213218689, -0.16995283961296082, - -0.004346111323684454, 0.15095004439353943, -0.006490862928330898, - -0.0611138753592968, 0.10043082386255264, 0.1361468881368637, -0.050318166613578796, - -0.09352245926856995, -0.08989826589822769, 0.029457421973347664, - -0.04809753596782684, -0.05478958040475845, 0.025025473907589912, - -0.07779102772474289, -0.04758160561323166, -0.026287196204066277, - -0.025012405589222908, -0.11235002428293228, -0.1019013375043869, - -0.1304570585489273, 0.0248323492705822, -0.017100589349865913, - -0.015304945409297943, -0.049571502953767776, -0.1020193099975586, - -0.05336669832468033, 0.08098159730434418, 0.04791167378425598, 0.01686231419444084, - 0.08341477811336517, -0.007112638093531132, -0.039670608937740326, - -0.18692101538181305, -0.06303263455629349, -0.054440293461084366, - -0.06253616511821747, -0.022663429379463196, -0.028408339247107506, - -0.1565934121608734, -0.059756483882665634, -0.05419008433818817, - 0.0013060970231890678, -0.18520541489124298, -0.058247510343790054, - -0.00405023293569684, -0.062101803719997406, 0.0750579982995987, - 0.04683306813240051, 0.22839921712875366, -0.009693857282400131, - 0.02729383297264576, 0.052127499133348465, -0.048500850796699524, - -0.13368865847587585, 0.0857526957988739, 0.02063361369073391, 0.016706423833966255, - 0.031180154532194138, 0.0002206108474638313, 0.04897628352046013, - 0.24706000089645386, 0.07429154217243195, 0.21446102857589722, 0.10050556808710098, - -0.11879885941743851, 0.0462443009018898, 0.046858761459589005, - -0.039613790810108185, -0.07115212082862854, 0.11551675200462341, - -0.04620658978819847, 0.04967893660068512, 0.029972899705171585, - -0.040061235427856445, 0.09629476815462112, -0.05959361791610718, - -0.02504183165729046, -0.11483670026063919, 0.02112528681755066, - 0.04774145036935806, -0.00037099074688740075, -0.07373792678117752, - -0.04289151728153229, -0.0022542886435985565, 0.009008422493934631, - -0.02318621426820755, -0.02788820117712021, 0.1357087343931198, 0.06363219767808914, - 0.020641759037971497, 0.04393922537565231, -0.04843607172369957, - -0.053318653255701065, -0.09472271800041199, 0.22976867854595184, - 0.04152635112404823, -0.04143058508634567, 0.018336916342377663, - 0.12464839220046997, -0.08942445367574692, 0.12385328859090805, - -0.06127065792679787, -0.006925264373421669, -0.17556393146514893, - -0.07403779029846191, -0.11431656032800674, -0.020339151844382286, - 0.2522406280040741, 0.088966965675354, 0.08629252016544342, -0.06700118631124496, - -0.06019136309623718, 0.061297107487916946, -0.04502542316913605, - 0.09220705181360245, -0.08650610595941544, -0.04873628541827202, - -0.11423874646425247, -0.0679531916975975, -0.010521955788135529, - -0.029680661857128143, -0.10031217336654663, 0.04507313296198845, - -0.03634409233927727, -0.01842658594250679, 0.06317108869552612, - -0.09088482707738876, -0.02475672774016857, -0.004719447810202837, - -0.050727780908346176, 0.058039531111717224, 0.08302046358585358, - -0.11428245902061462, 0.055413879454135895, 0.07159072160720825, - -0.057406023144721985, -0.05372624844312668, 0.020334750413894653, - -0.01409579161554575, -0.11579075455665588, 0.0156826451420784, - -0.05760535970330238, 0.062324851751327515, 0.01359392236918211, - -0.017579203471541405, -0.052766162902116776, 0.12990105152130127, - -0.04734482243657112, 0.06984774768352509, -0.09730439633131027, - 0.07130264490842819, -0.1269371509552002, -0.09278202801942825, - -0.04131549596786499, -0.1545543521642685, -0.13069024682044983, - -0.19084657728672028, 0.05691909417510033, 0.02609030157327652, - -0.028795696794986725, -0.03509989008307457, 0.10404550284147263, - -0.079433374106884, 0.0987706184387207, -0.15167678892612457, -0.020985452458262444, - -0.06396222114562988, -0.06844618171453476, 0.10756707936525345, - -0.10560136288404465, -0.055338311940431595, -0.1272687464952469, - 0.08788449317216873, 0.08467724919319153, 0.0704958513379097, - -0.0026528763119131327, -0.07573270797729492, -0.05840341001749039, - 0.04810198023915291, 0.10980942100286484, -0.04442741721868515, - -0.06781544536352158, -0.09108540415763855, 0.08837385475635529, - 0.03292051702737808, 0.10911531746387482, -0.043865133076906204, - 0.022758962586522102, -0.14695973694324493, -0.06671149283647537, - -0.12141099572181702, -0.11455843597650528, 0.05310042202472687, - 0.14340880513191223, -0.0880778357386589, -0.0381581112742424, -0.01830810122191906, - -0.04861193895339966, -0.15191853046417236, 0.0007884160149842501, - 0.11894047260284424, 0.014127887785434723, -0.15660372376441956, - -0.012970004230737686, -0.14853669703006744, -0.05632636323571205, - -0.014450711198151112, -0.11912910640239716, -0.10363277792930603, - -0.09133250266313553, -0.08455515652894974, 0.007282164413481951, - -0.08701755851507187, 0.05033824220299721, 0.037234365940093994, - -0.03169439360499382, 0.09103785455226898, -0.09366054087877274, - 0.06424169987440109, -0.12128426879644394, -0.12292307615280151, 0.0996997281908989, - 0.05338938534259796, 0.10620800405740738, -0.09164818376302719, - -0.00753855099901557, -0.011625588871538639, -0.05667835846543312, - -0.04969647899270058, -0.039005097001791, -0.004041710868477821, - -0.01237063854932785, -0.023041997104883194, -0.06143064796924591, - 0.0070372167974710464 - ], - [ - 0.09389740228652954, 0.2481168657541275, 0.10647624731063843, 0.035603635013103485, - 0.016252176836133003, 0.03151005506515503, 0.14257946610450745, 0.1664206087589264, - 0.07285695523023605, 0.08391237258911133, 0.09742904454469681, 0.046830013394355774, - 0.042425595223903656, 0.03829791769385338, 0.11367760598659515, 0.10910942405462265, - 0.1040484756231308, 0.15881378948688507, 0.08697592467069626, -0.05946236476302147, - 0.061590224504470825, 0.0069875409826636314, -0.12692588567733765, - -0.01727810502052307, 0.11306815594434738, 0.024566272273659706, - -0.1028786227107048, 0.006763234734535217, 0.09703736007213593, - 0.038555994629859924, 0.053842943161726, 0.006832937244325876, 0.11362752318382263, - -0.04448820650577545, 0.09639319777488708, 0.08249450474977493, - -0.05049017071723938, 0.06628425419330597, 0.1265939176082611, 0.06791238486766815, - 0.13419993221759796, -0.02163904532790184, 0.052382942289114, 0.07522880285978317, - 0.15135158598423004, 0.06629419326782227, 0.06512013077735901, -0.1033468171954155, - 0.061995960772037506, 0.0762212797999382, -0.0033728969283401966, - -0.07302557677030563, 0.03225567936897278, 0.18857648968696594, 0.04955560714006424, - 0.02779475972056389, 0.011806085705757141, 0.029875384643673897, - 0.16134017705917358, 0.11738618463277817, 0.07646152377128601, 0.0244950819760561, - 0.010180851444602013, 0.26800620555877686, 0.1540977507829666, 0.037329647690057755, - 0.08950617164373398, -0.07636773586273193, -0.03644793480634689, - -0.14881156384944916, 0.025034694001078606, 0.09989941120147705, - 0.0004986771964468062, 0.007352756801992655, 0.10416915267705917, - 0.010965636000037193, 0.0249406136572361, 0.03148869052529335, - -0.004876374267041683, 0.03277302905917168, 0.07928968966007233, - -0.1107243150472641, 0.021865036338567734, -0.17205236852169037, - -0.12617120146751404, 0.15321792662143707, 0.03159244731068611, 0.0870218276977539, - 0.03715618699789047, 0.02816118113696575, -0.10513964295387268, 0.08127526938915253, - -0.013525758869946003, 0.019016917794942856, 0.16320091485977173, - -0.04194696620106697, 0.15519575774669647, 0.17202851176261902, 0.11729969084262848, - 0.050891343504190445, -0.028377197682857513, 0.05994156002998352, - 0.1411622315645218, 0.035625260323286057, 0.012345124036073685, 0.04077299311757088, - 0.0784163624048233, 0.0073651401326060295, -0.1667766273021698, - 0.027934253215789795, -0.04686867445707321, 0.011369874700903893, - 0.08327895402908325, 0.028890999034047127, 0.11912696808576584, -0.1427852064371109, - -0.006068183574825525, 0.10858115553855896, -0.008623592555522919, - 0.014304889366030693, 0.10186061263084412, 0.01395959872752428, - 0.021031726151704788, 0.007330665830522776, 0.18232743442058563, 0.1456182301044464, - 0.20331574976444244, 0.0264030322432518, -0.13711994886398315, -0.15103290975093842, - -0.019350359216332436, 0.12565878033638, 0.06696061044931412, -0.0491383895277977, - 0.03809965029358864, -0.03057469055056572, 0.14535388350486755, 0.06975048035383224, - 0.17932677268981934, 0.09109640121459961, 0.0660206750035286, -0.013212112709879875, - 0.07502653449773788, 0.0437372550368309, -0.01666540652513504, 0.08578958362340927, - -0.07834012061357498, 0.06327381730079651, 0.09102790802717209, - 0.023223210126161575, 0.04816368967294693, 0.04288715869188309, - 0.021138448268175125, 0.15709522366523743, -0.0031970576383173466, - -0.025880197063088417, 0.08521248400211334, 0.042368851602077484, - 0.0807664543390274, -0.026363281533122063, 0.06499197334051132, 0.09133731573820114, - 0.09096699953079224, -0.05649049952626228, 0.0024452144280076027, - 0.13699112832546234, 0.145681694149971, -0.10627257823944092, 0.09235634654760361, - 0.0739707425236702, 0.08641842752695084, -0.027111323550343513, 0.13159696757793427, - 0.07141470164060593, 0.12084048241376877, 0.1450120359659195, 0.17412500083446503, - 0.23928888142108917, -0.0348760262131691, 0.06240120530128479, 0.020468812435865402, - 0.07984201610088348, 0.0014292963314801455, 0.1262260228395462, - -0.050476692616939545, 0.1760328859090805, 0.030462604016065598, - 0.12754391133785248, 0.12102125585079193, -0.11854397505521774, 0.14343155920505524, - 0.06165511906147003, 0.16704708337783813, -0.008421570062637329, - -0.042584531009197235, -0.0584663487970829, 0.04295738413929939, - 0.15273450314998627, 0.12110742926597595, 0.06774737685918808, - -0.023745425045490265, 0.12835568189620972, 0.049830928444862366, - 0.1429327130317688, -0.016788257285952568, 0.032407186925411224, - -0.13073748350143433, 0.06939443200826645, -0.04986293241381645, - 0.14524461328983307, 0.05447306111454964, 0.16465938091278076, 0.16994163393974304, - 0.058021340519189835, -0.0447174608707428, 0.09867919236421585, - -0.009715684689581394, 0.07087205350399017, 0.04732406139373779, - 0.20554302632808685, 0.05453804135322571, 0.011947978287935257, 0.07828733325004578, - 0.19813945889472961, 0.07647643983364105, 0.05907268077135086, 0.011962386779487133, - 0.04817472770810127, 0.16528178751468658, 0.10908922553062439, 0.10070096701383591, - 0.06370337307453156, 0.09708137065172195, 0.20321422815322876, 0.013325546868145466, - 0.060859471559524536, 0.034207917749881744, -0.0485401526093483, - 0.10356799513101578, -0.010710258036851883, 0.08389011770486832, - 0.08687763661146164, 0.05103498697280884, -0.08628129959106445, - 0.041113827377557755, 0.014226573519408703, -0.0019513906445354223, - 0.03401454538106918, 0.03244053199887276, 0.0842449888586998, 0.03578794375061989, - 0.05941082909703255, 0.14108319580554962, 0.011643674224615097, - 0.016043411567807198, -0.0105186952278018 - ], - [ - -0.04052392765879631, -0.1161004826426506, -0.09551860392093658, - 0.017249176278710365, -0.0468808077275753, -0.0938069298863411, - -0.09109871834516525, -0.12982596457004547, -0.053584106266498566, - -0.04272521287202835, -0.002024987945333123, 0.04157853499054909, - -0.027254045009613037, 0.045121483504772186, -0.015205800533294678, - -0.09124476462602615, -0.06240697205066681, -0.11721502989530563, - -0.08201998472213745, 0.08627401292324066, -0.07325153052806854, - -0.09753016382455826, 0.18823273479938507, 0.08660471439361572, - -0.12592679262161255, 0.06140030920505524, 0.13304314017295837, - 0.004065957851707935, -0.024461528286337852, -0.07421690225601196, - 0.08964598178863525, -0.045828212052583694, -0.051232896745204926, - 0.067263662815094, -0.07048260420560837, -0.018017422407865524, 0.08092382550239563, - -0.006388387177139521, -0.08789795637130737, -0.04381096735596657, - -0.0877571702003479, 0.06403517723083496, 0.01737770438194275, -0.09579726308584213, - -0.050964996218681335, -0.029620226472616196, -0.1221766546368599, - 0.1435754895210266, -0.029864097014069557, -0.06953001022338867, - 0.02948312647640705, 0.03344111517071724, -0.03896132484078407, -0.1921560913324356, - -0.14871354401111603, -0.054442789405584335, -0.0539080873131752, - -0.005364963784813881, -0.096405528485775, -0.15398812294006348, - -0.0020493229385465384, -0.09191073477268219, 0.12558217346668243, - -0.07117912918329239, -0.04487652704119682, -0.016385840252041817, - -0.07784073799848557, 0.0926702469587326, 0.04885617643594742, 0.22595219314098358, - -0.06563811004161835, -0.09605628997087479, -0.03667347505688667, - 0.023488769307732582, -0.11280152946710587, 0.10738418996334076, - 0.03288104757666588, -0.09093435853719711, 0.11282060295343399, - -0.08162038773298264, -0.06057974696159363, 0.24681711196899414, - 0.054621998220682144, 0.17988313734531403, 0.16639378666877747, -0.0951758474111557, - 0.06977324187755585, -0.09954283386468887, 0.03355758637189865, - -0.017172519117593765, 0.1734163761138916, -0.05361023172736168, - 0.030731773003935814, 0.022017426788806915, -0.09465008974075317, - 0.015539859421551228, -0.060933277010917664, -0.00048802499077282846, - -0.056307677179574966, 0.03814993053674698, 0.125108003616333, -0.04104645550251007, - -0.0017462236573919654, -0.021686572581529617, 0.08950288593769073, - -0.09394975751638412, -0.0671696588397026, 0.07900310307741165, 0.19934561848640442, - 0.04409974068403244, 0.09786128252744675, 0.054753825068473816, - -0.12005732208490372, -0.031159617006778717, -0.09590613096952438, - 0.14234481751918793, 0.007020741235464811, -0.09216773509979248, - -0.03508426621556282, 0.11995814740657806, -0.0446636825799942, 0.07537513226270676, - -0.06002448871731758, -0.03865446522831917, -0.10569678992033005, - -0.11688649654388428, -0.09669895470142365, -0.03762850537896156, - 0.25848525762557983, 0.11263429373502731, 0.07474859058856964, -0.07965277880430222, - -0.12711912393569946, 0.07602396607398987, -0.023362983018159866, - 0.04347185418009758, 0.007907243445515633, -0.07465051114559174, - -0.09642139822244644, -0.09806709736585617, 0.028809787705540657, - -0.06907366216182709, -0.0042351288720965385, -0.05411694571375847, - -0.06968406587839127, -0.051899854093790054, 0.10809449851512909, - -0.12561723589897156, -0.021863875910639763, 0.07095575332641602, - -0.039190761744976044, 0.05843565613031387, 0.030047526583075523, - -0.006660607643425465, 0.06965967267751694, 0.042927369475364685, - -0.0599246546626091, -0.06626340746879578, -0.06037493422627449, - -5.9230475017102435e-5, -0.14097176492214203, -0.06341784447431564, - -0.14662224054336548, 0.06383023411035538, 0.09286525100469589, - -0.09097309410572052, -0.04899625852704048, 0.1819356083869934, - -0.06276249140501022, -0.07637614011764526, -0.04552016779780388, - 0.07384839653968811, -0.09967480599880219, -0.09266608953475952, - -0.02556157484650612, -0.0516602098941803, -0.12155170738697052, - -0.11356006562709808, 0.09058960527181625, -0.026925574988126755, - -0.1174544095993042, -0.08136413246393204, 0.05989331007003784, - -0.11327844113111496, 0.023002779111266136, -0.06776337325572968, - 0.07049021124839783, -0.16621318459510803, 0.025424635037779808, - 0.08491185307502747, -0.16544537246227264, -0.0009126947843469679, - -0.10639820247888565, 0.051244549453258514, 0.06062789261341095, - -0.01195570733398199, 0.01677468605339527, -0.050254687666893005, - -0.08228405565023422, 0.08550110459327698, 0.08620045334100723, - -0.03756733238697052, -0.07233783602714539, -0.03655267879366875, - 0.06776497513055801, 0.05557543411850929, 0.11000986397266388, -0.06884613633155823, - 0.007273150607943535, -0.05157245695590973, -0.06016210839152336, - -0.16779641807079315, -0.08089634776115417, 0.09542502462863922, - 0.10808670520782471, -0.12210867553949356, 0.010113094002008438, - -0.002664225408807397, -0.09099505096673965, -0.10092014074325562, - -0.02581055462360382, 0.0880187451839447, 0.001519555225968361, - -0.05683641880750656, -0.013080757111310959, -0.06882872432470322, - -0.10865053534507751, -0.07977736741304398, -0.12306509166955948, - -0.14923177659511566, -0.06841912120580673, -0.04464896768331528, - -0.09577511250972748, -0.04341309145092964, 0.06106530874967575, - 0.026670869439840317, 0.01775480806827545, 0.09556861966848373, - -0.08179301768541336, 0.026399683207273483, -0.0557202510535717, - -0.08475110679864883, 0.05945999175310135, 0.07560396194458008, - 0.061278071254491806, -0.027594447135925293, -0.01238480769097805, - -0.0611303485929966, -0.054283786565065384, -0.08554944396018982, - -0.01165727712213993, -0.04546267166733742, -0.08416784554719925, - -0.03362427279353142, -0.07350297272205353, -0.011463467963039875 - ], - [ - -0.09891881793737411, -0.18543243408203125, -0.1202831119298935, - 0.07243742793798447, -0.07784196734428406, -0.06239181384444237, - -0.0533980093896389, -0.02152431569993496, -0.13869602978229523, - 0.0071783969178795815, 0.006248261779546738, 0.07457184791564941, - -0.08702096343040466, 0.04050234332680702, -0.03499526157975197, - -0.09204481542110443, -0.13837221264839172, -0.09890961647033691, - -0.0323278047144413, 0.0991894081234932, -0.1319812685251236, -0.041358478367328644, - 0.2071032077074051, 0.0903533548116684, -0.018528738990426064, 0.004410115536302328, - 0.10827399045228958, -0.04724549502134323, -0.04931031912565231, - -0.07362835109233856, 0.04325804486870766, 0.007257017306983471, - -0.030777474865317345, 0.06196870282292366, -0.1016300842165947, - -0.02289477363228798, 0.07875172048807144, 0.03897987678647041, - -0.07080366462469101, -0.10858804732561111, 0.009489268995821476, - 0.02485448680818081, -0.03600362315773964, -0.00562450522556901, - -0.07599322497844696, -0.04817540571093559, -0.08845455944538116, - 0.08428853750228882, -0.04311411455273628, 0.02556973695755005, 0.01861598715186119, - 0.04550571367144585, -0.02031264454126358, -0.0991206020116806, -0.1540624350309372, - 0.005097357556223869, 0.00010818660666700453, -0.06986276060342789, - -0.15751196444034576, -0.1727447658777237, -0.10315736383199692, - -0.04120289161801338, 0.1406208723783493, -0.08035601675510406, - -0.06366924941539764, 0.09712382405996323, -0.018415577709674835, - 0.04888206347823143, -0.02745928429067135, 0.201786071062088, 0.0019585273694247007, - -0.026242101565003395, 0.05162186175584793, -0.05672121420502663, - -0.09688421338796616, 0.06521465629339218, 0.02415507845580578, - -0.07969007641077042, 0.07407458871603012, -0.0757928118109703, - -0.018893824890255928, 0.26946428418159485, 0.03928138688206673, - 0.19611792266368866, 0.09330669790506363, -0.12358614057302475, - 0.007138760294765234, -0.07671741396188736, -0.006027436815202236, - -0.10744387656450272, 0.1412731558084488, -0.0606917068362236, 0.100303515791893, - -0.06505802273750305, -0.07946395128965378, 0.1112121045589447, - -0.12498944997787476, -0.060790374875068665, -0.07693129777908325, - 0.05597010254859924, 0.06009252741932869, -0.036555469036102295, - -0.07864167541265488, 0.03553549572825432, 0.09957941621541977, - -0.024578511714935303, -0.09321953356266022, 0.092618428170681, 0.1986815184354782, - 0.11116695404052734, 0.06315824389457703, 0.11876272410154343, - -0.024163609370589256, -0.022337380796670914, -0.0689118430018425, - 0.18090376257896423, 0.05587546154856682, -0.04105855152010918, - 0.0030438390094786882, 0.08250124007463455, -0.09008486568927765, - 0.12492670863866806, -0.04346376284956932, -0.008854545652866364, - -0.06685109436511993, -0.060845259577035904, -0.06227443739771843, - -0.09476504474878311, 0.28480425477027893, 0.05387583374977112, - 0.0060891639441251755, 0.006012980826199055, -0.10559700429439545, - 0.05261168256402016, -0.04684550687670708, 0.08547864854335785, - -0.08558246493339539, -0.07516851276159286, -0.0858854204416275, - -0.10528116673231125, 0.052362747490406036, 0.0010610992321744561, - -0.10172710567712784, 0.03891351819038391, -0.055799536406993866, - -0.014245531521737576, 0.032633814960718155, -0.1245543509721756, - -0.023451438173651695, 0.03585973381996155, -0.0640680268406868, - 0.052668944001197815, 0.10283829271793365, -0.11428252607584, 0.09639938175678253, - 0.10173123329877853, -0.12990960478782654, -0.07171028852462769, - -0.011278046295046806, 0.1144288182258606, -0.10089990496635437, - -0.05882861465215683, -0.11357241868972778, 0.08190017193555832, - 0.019703181460499763, -0.0789056196808815, -0.13550099730491638, 0.2080882042646408, - 0.03209459036588669, 0.0094673503190279, -0.031440045684576035, 0.08943124860525131, - -0.1474994271993637, -0.0943526029586792, 0.0067727952264249325, - -0.1616789996623993, -0.11734944581985474, -0.1315634697675705, - 0.056657660752534866, -0.02015763521194458, -0.07521859556436539, - -0.0656319260597229, 0.14143110811710358, -0.01652398146688938, - 0.032474320381879807, -0.08649750798940659, -0.027341101318597794, - -0.13230964541435242, -0.05720026046037674, 0.12766392529010773, - -0.15946562588214874, 0.012418312020599842, -0.1553855836391449, - 0.10827763378620148, 0.09015855938196182, 0.04700697958469391, 0.008717061020433903, - -0.1383722722530365, -0.07205521315336227, 0.05797009542584419, - -0.0013986810809001327, -0.0647781565785408, 0.021705685183405876, - -0.17019055783748627, 0.05452267825603485, 0.061485372483730316, - 0.09571059048175812, -0.03143380209803581, -0.000762615876737982, - -0.05157298594713211, -0.05425611510872841, -0.1575157642364502, - -0.12242802232503891, 0.053593672811985016, 0.15957196056842804, - -0.05736825615167618, 0.02228635922074318, -0.03714493662118912, - 0.035304345190525055, -0.12650808691978455, -0.04016990587115288, - 0.08776248246431351, 0.06285657733678818, -0.10729703307151794, - -0.04533356428146362, -0.08022303879261017, -0.08543692529201508, - -0.06313294917345047, -0.04937098175287247, -0.1181521862745285, - -0.09568039327859879, 0.010429201647639275, -0.09830678999423981, - -0.0850454643368721, 0.05851198732852936, -0.060743123292922974, - 0.001911731087602675, 0.06927770376205444, -0.07341562956571579, 0.1330319494009018, - -0.06145593896508217, -0.06475944072008133, 0.0872977077960968, - 0.018975848332047462, 0.022074347361922264, -0.037867605686187744, - -0.03419749066233635, -0.0955350399017334, -0.024478785693645477, - 0.03159857913851738, -0.05860176682472229, -0.03513310104608536, - 0.008110767230391502, -0.05770687013864517, 0.031867630779743195, - -0.07347582280635834 - ], - [ - 0.010989624075591564, 0.1393059343099594, 0.09737033396959305, 0.024027908220887184, - 0.023038949817419052, 0.10437256097793579, 0.0988955944776535, 0.107320137321949, - 0.04744653403759003, 0.07141925394535065, 0.029506970196962357, - 0.022322986274957657, 0.06768171489238739, -0.0056236907839775085, - -0.0010160559322685003, 0.1198810338973999, 0.18593823909759521, - 0.15050509572029114, -0.01393864955753088, 0.0076403506100177765, - 0.13538594543933868, 0.08629540354013443, -0.07841084152460098, 0.0086892144754529, - 0.0454191155731678, -0.009886498562991619, -0.05631435289978981, - -0.029350629076361656, 0.09367097914218903, 0.04638592153787613, - 0.07549256086349487, 0.10011126846075058, 0.0885886549949646, -0.00477795023471117, - 0.1261720508337021, -0.012586569413542747, -0.029951736330986023, - 0.07353239506483078, 0.09294980019330978, 0.07985010743141174, 0.03770379722118378, - -0.021891415119171143, 0.06529861688613892, 0.03731792792677879, - 0.10908666253089905, 0.10869380086660385, 0.12361195683479309, 0.020505208522081375, - -0.016237443313002586, 0.013112001121044159, 0.019715936854481697, - -0.030355779454112053, 0.05073482543230057, 0.10313721746206284, - 0.08780794590711594, 0.004625590518116951, 0.03930522873997688, 0.06286309659481049, - 0.16732609272003174, 0.13180513679981232, 0.1878753900527954, 0.026862727478146553, - -0.036612577736377716, 0.1535818874835968, 0.18554727733135223, - -0.014178071171045303, 0.03511989116668701, 0.05078091099858284, - 0.06449374556541443, -0.14196594059467316, 0.045080821961164474, - 0.028767995536327362, -0.03413429856300354, 0.0813525915145874, 0.09706233441829681, - -0.07664718478918076, 0.03872130066156387, 0.04827091842889786, 0.04287347570061684, - -0.027621611952781677, -0.04154198616743088, -0.12472375482320786, - 0.05306653305888176, -0.17270751297473907, -0.15108954906463623, - 0.09826962649822235, 0.05135008692741394, -0.03573969379067421, - 0.005652118008583784, 0.03345947712659836, -0.13177525997161865, - 0.01643115095794201, -0.05137057974934578, 0.09558658301830292, 0.08794350177049637, - 0.023416347801685333, 0.14854197204113007, 0.021511325612664223, - 0.08167923986911774, 0.0424005389213562, -0.034702982753515244, 0.11126665025949478, - 0.043349090963602066, 0.07599228620529175, -0.008787175640463829, - -0.008702719584107399, 0.1148073598742485, -0.01839287579059601, - -0.12751717865467072, 0.049704115837812424, -0.05927814915776253, - 0.013792432844638824, 0.08578446507453918, 0.02770112454891205, 0.10569453984498978, - -0.18058361113071442, -0.040104929357767105, 0.08247780054807663, - 0.07199471443891525, 0.008299854584038258, 0.011680155992507935, - 0.037491269409656525, 0.002245507203042507, 0.012015203014016151, - 0.13027125597000122, 0.04407857730984688, 0.09141777455806732, 0.10446184873580933, - -0.16049131751060486, -0.15711213648319244, 0.04507213458418846, - 0.012093489989638329, 0.09743984043598175, -0.03310934826731682, - 0.048982053995132446, 0.009158385917544365, 0.016289791092276573, - 0.12624530494213104, 0.14546170830726624, 0.132639542222023, 0.05197399482131004, - 0.014972683973610401, 0.07374344021081924, -0.013198647648096085, - 0.01226050965487957, 0.015577519312500954, -0.09445278346538544, - 0.14901721477508545, 0.05748626962304115, -0.019013846293091774, - 0.08794546127319336, -0.022374356165528297, -0.021681923419237137, - 0.08270369470119476, 0.06059984862804413, 0.009615098126232624, 0.13705477118492126, - 0.024903157725930214, 0.016323059797286987, 0.03315699100494385, - 0.07364506274461746, -0.026075368747115135, 0.08443890511989594, - 0.053213562816381454, -0.06165885552763939, 0.15654444694519043, - 0.06077916920185089, -0.07621052861213684, 0.05553858354687691, - -0.044469501823186874, 0.0937640368938446, 0.037193551659584045, - 0.07899414002895355, 0.06031336635351181, 0.019358893856406212, 0.15088054537773132, - 0.08946950733661652, 0.18588314950466156, -0.02306508645415306, 0.08724544197320938, - 0.09364903718233109, 0.07441668957471848, -0.022937998175621033, 0.0936238020658493, - -0.013530457392334938, 0.20059068500995636, -0.02532139979302883, - 0.1299627274274826, 0.09471240639686584, -0.11118345707654953, 0.13807204365730286, - -0.017778338864445686, 0.17510971426963806, -0.00734648248180747, - -0.0226471945643425, 0.036424800753593445, 0.02895623818039894, 0.17677398025989532, - 0.03547922894358635, 0.0047956304624676704, 0.024307511746883392, - 0.11546175181865692, -0.004258160945028067, 0.023911019787192345, - 0.0016737846890464425, -0.046485643833875656, -0.14052698016166687, - 0.06887296587228775, 0.01695384457707405, 0.0645001009106636, 0.04757584631443024, - 0.2021435648202896, 0.1270737498998642, 0.06867692619562149, -0.07184506207704544, - 0.07677697390317917, -0.028873641043901443, -0.00030693155713379383, - -0.023604407906532288, 0.1137050986289978, 0.02071325294673443, - -0.057380758225917816, 0.03874979540705681, 0.07526193559169769, - 0.04230321943759918, 0.09203441441059113, 0.0778999850153923, 0.05871120095252991, - 0.12120545655488968, 0.11140662431716919, 0.07444088160991669, 0.08598164469003677, - 0.053303271532058716, 0.10120496153831482, -0.047277141362428665, - -0.030336473137140274, 0.04777026176452637, 0.018400246277451515, - 0.10625778883695602, 0.04470756649971008, 0.09891699254512787, 0.05139411240816116, - 0.012542064301669598, -0.07259228825569153, -0.0032527060247957706, - 0.013917878270149231, 0.029945870861411095, 0.0033002712298184633, - 0.008724981918931007, -0.014827057719230652, 0.024015821516513824, - 0.026754768565297127, 0.05190269276499748, 0.08735359460115433, - 0.018224429339170456, 0.10304289311170578 - ], - [ - -0.017028693109750748, -0.1473979949951172, -0.1126946210861206, - 0.049748439341783524, -0.011278437450528145, -0.014993390068411827, - -0.048306602984666824, -0.1219700500369072, -0.11827656626701355, - 0.020899681374430656, 0.02568596974015236, 0.0934353619813919, -0.10051610320806503, - 0.022297602146863937, -0.08863727003335953, -0.08639200031757355, - -0.10694460570812225, -0.09603741019964218, -0.005059967748820782, - 0.09568120539188385, -0.09990506619215012, -0.0828411728143692, 0.2457936704158783, - 0.07187066972255707, -0.16818125545978546, 0.07281385362148285, 0.13242395222187042, - 0.024268226698040962, -0.05291397497057915, -0.00930972769856453, - 0.019523004069924355, -0.054633695632219315, -0.031430136412382126, - 0.07513092458248138, -0.09182779490947723, -0.05234583094716072, 0.0650220662355423, - -0.04590749368071556, -0.09613028168678284, -0.12543044984340668, - -0.03671954944729805, 0.03793985769152641, 0.032946616411209106, - -0.056787703186273575, -0.08255527913570404, -0.0250241681933403, - -0.12336192280054092, 0.10284474492073059, -0.036019857972860336, - -0.02964424528181553, 0.02523951046168804, 0.12773019075393677, - -0.029199469834566116, -0.2333529144525528, -0.02978762611746788, - 0.020379656925797462, 0.04542876034975052, -0.04354970529675484, - -0.10139536112546921, -0.17634905874729156, -0.04699508473277092, - -0.005772207397967577, 0.03951425850391388, -0.134739488363266, - -0.12476859986782074, 0.03492981195449829, -0.079563207924366, 0.09385427832603455, - 0.04991284757852554, 0.2100161761045456, 0.053736381232738495, 0.03224463015794754, - 0.06498955190181732, 0.03143562376499176, -0.1198640689253807, 0.12696732580661774, - 0.10299016535282135, -0.021341973915696144, 0.07652919739484787, - -0.04303177073597908, 0.0296865813434124, 0.21631169319152832, - 0.0038628620095551014, 0.1810993105173111, 0.24271735548973083, -0.1386433243751526, - 0.02674788609147072, -0.0022569738794118166, 0.034764308482408524, - -0.06142091378569603, 0.16851480305194855, 0.03670312464237213, 0.09938105940818787, - -0.03508293256163597, -0.14171883463859558, 0.11115630716085434, - -0.10987789928913116, -0.07650338858366013, -0.08320214599370956, - 0.020881880074739456, 0.07649140059947968, -0.1426088809967041, - -0.06041743606328964, 0.0585806742310524, 0.02700032666325569, - -0.010830134153366089, -0.04591059684753418, -0.003048746148124337, - 0.23161451518535614, 0.0737685114145279, -0.007846915163099766, - 0.002295674988999963, -0.003498646430671215, 0.03593724966049194, - -0.16842111945152283, 0.2687707841396332, 0.11622937768697739, -0.08003483712673187, - -0.04073210805654526, 0.10119233280420303, -0.07080478966236115, - 0.08769769966602325, -0.0483165979385376, -0.08394552767276764, -0.1005796492099762, - -0.1160682812333107, -0.1699533462524414, -0.09989684075117111, 0.3079967796802521, - 0.12422801554203033, 0.014852610416710377, -0.07956380397081375, - -0.0985136479139328, 0.06613671034574509, -0.05526456981897354, 0.12236493825912476, - -0.10814686864614487, -0.12610124051570892, -0.04697350040078163, - 0.0005587905761785805, 0.03219311684370041, 0.014714308083057404, - -0.10657671093940735, 0.05508314073085785, 0.03168125078082085, - 0.044344861060380936, 0.08494948595762253, -0.10813158005475998, - -0.045473095029592514, 0.09675292670726776, -0.08748917281627655, - 0.017230186611413956, 0.07647616416215897, -0.11156859248876572, - -0.015039085410535336, 0.09247343242168427, -0.19927142560482025, - -0.019011348485946655, -0.04612923413515091, 0.01761002093553543, - -0.05206495523452759, -0.005223107058554888, -0.06934163719415665, - 0.04551222547888756, 0.029825162142515182, -0.1151658445596695, - -0.06774571537971497, 0.14385689795017242, -0.0455470085144043, - 0.017675643786787987, -0.14704859256744385, -0.026665249839425087, - -0.12490760535001755, -0.06761027872562408, -0.045406773686409, - -0.16662365198135376, -0.04927714914083481, -0.17951475083827972, - 0.11086542159318924, -0.008275894448161125, -0.06947121769189835, - 0.019343310967087746, 0.1167193204164505, -0.0008512428612448275, - 0.02553517371416092, -0.18192031979560852, 0.07706905156373978, - -0.10166827589273453, -0.01952643319964409, 0.10557089000940323, - -0.15627799928188324, -0.034699901938438416, -0.18456768989562988, - 0.09799397736787796, -0.008085295557975769, 0.08063442260026932, - 0.00992297288030386, -0.08196813613176346, -0.05416683480143547, - -0.0023698958102613688, 0.016018880531191826, -0.06232822313904762, - -0.05888552963733673, -0.14208093285560608, 0.032927725464105606, - 0.022625522688031197, 0.16076909005641937, 0.03195946291089058, - -0.01671799272298813, -0.11146818101406097, -0.044411126524209976, - -0.16102257370948792, -0.14591963589191437, -0.006070718169212341, - 0.12433894723653793, -0.11732415854930878, -0.013423276133835316, - -0.040588922798633575, -0.003981619607657194, -0.12728643417358398, - -0.02173689939081669, 0.05615353584289551, 0.06596515327692032, - -0.10850302875041962, 0.03410404175519943, -0.04907764494419098, - 0.027675645425915718, -0.013081234879791737, -0.06113271042704582, - -0.1763276308774948, -0.06770256906747818, -0.09692961722612381, - -0.03395174443721771, -0.08528733998537064, -0.013674596324563026, - -0.030506867915391922, -0.050825752317905426, 0.020527934655547142, - -0.09234530478715897, 0.06620029360055923, -0.09560169279575348, - -0.036286644637584686, 0.047656212002038956, 0.10132303833961487, - 0.018984323367476463, -0.03536450117826462, 0.04015681520104408, - 0.014713268727064133, -0.038908686488866806, -0.04287118464708328, - -0.06304630637168884, -0.12179511040449142, -0.04461344704031944, - 0.07347458600997925, 0.021348698064684868, -0.025874018669128418 - ], - [ - -0.11879973113536835, -0.1671711951494217, -0.0879572182893753, - 0.014308152720332146, -0.08866189420223236, -0.012108205817639828, - -0.0842256247997284, -0.07406777888536453, -0.14167053997516632, - -0.041655343025922775, -0.015941740944981575, 0.05930285155773163, - -0.05872827395796776, 0.08813183009624481, -0.07161103188991547, - -0.11176156252622604, -0.04342236369848251, -0.09301606565713882, - 0.009435943327844143, 0.033951591700315475, -0.09068286418914795, - -0.0021393131464719772, 0.09013240784406662, 0.08488722890615463, - -0.04092986136674881, 0.06724853068590164, 0.1558832824230194, 0.00329983071424067, - 0.007234684191644192, -0.10251893848180771, 0.07059899717569351, - -0.004551134537905455, -0.07069776952266693, 0.05887598544359207, - -0.09224355220794678, -0.037356384098529816, 0.10419611632823944, - -0.05355055630207062, -0.10614745318889618, -0.04218357056379318, - -0.02108212746679783, 0.09151912480592728, -0.03954555466771126, - -0.02049998939037323, -0.09764070063829422, -0.016468748450279236, - -0.12119976431131363, 0.06808765977621078, 0.046003617346286774, - 0.027469145134091377, 0.027534084394574165, 0.060337699949741364, - -0.053404927253723145, -0.1787165105342865, -0.14333868026733398, - -0.08576720952987671, -0.03348551318049431, -0.04788997769355774, - -0.04005875810980797, -0.09338437765836716, -0.02792579121887684, - -0.020082762464880943, 0.09117003530263901, -0.13683678209781647, - -0.05528118461370468, 0.012136959470808506, -0.10097187757492065, - 0.033097658306360245, 0.006921987049281597, 0.21688202023506165, - 0.008348707109689713, -0.06320635974407196, 0.059591811150312424, - -0.005060609430074692, -0.06479641795158386, 0.002750560874119401, - 0.04125016927719116, -0.08466032892465591, 0.07401874661445618, - -0.04397561401128769, 0.03653008118271828, 0.2157825082540512, 0.07696925848722458, - 0.15560731291770935, 0.17898327112197876, -0.16629435122013092, 0.07738017290830612, - 0.03101721964776516, 0.054628677666187286, -0.0805627703666687, 0.10212710499763489, - -0.03033445030450821, 0.01958448253571987, -0.03454175218939781, - -0.10802248865365982, -0.007771695032715797, -0.01912638731300831, - -0.04470578953623772, -0.09841059148311615, -0.02151442877948284, - 0.10168126225471497, -0.07615647464990616, -0.019390778616070747, - 0.03134609013795853, 0.07307734340429306, -0.05385267361998558, - -0.04233837127685547, -0.011478658765554428, 0.16292233765125275, - 0.061777036637067795, 0.004708917811512947, 0.10026291757822037, - -0.11080198734998703, -0.06753518432378769, -0.12722845375537872, - 0.22238010168075562, 0.08201277256011963, -0.013958710245788097, - 0.05141884833574295, 0.09750071167945862, -0.07682828605175018, - 0.048422109335660934, -0.09249846637248993, -0.04448183998465538, - -0.07005203515291214, -0.07086633145809174, -0.10256966948509216, - -0.07564166188240051, 0.1828606128692627, 0.10637834668159485, 0.08053932338953018, - -0.03186566382646561, -0.06091154366731644, 0.08324329555034637, - -0.0331948883831501, 0.13596010208129883, -0.012986036948859692, - -0.07102107256650925, -0.1648382693529129, -0.09211854636669159, 0.0446624681353569, - -0.05489740148186684, -0.06292641907930374, 0.032542236149311066, - -0.03426935896277428, -0.059415075927972794, 0.06295974552631378, - -0.10024125128984451, -0.02332714945077896, 0.1053028479218483, - -0.03776516020298004, 0.10601243376731873, -0.011838015168905258, - -0.06868375092744827, 0.07068511098623276, 0.06915218383073807, - -0.14852528274059296, -0.007985170930624008, -0.07852824032306671, - 0.06780171394348145, -0.09326854348182678, 0.016411518678069115, - -0.0704314336180687, -0.000728788145352155, 0.08008691668510437, - -0.06276386231184006, -0.1374744027853012, 0.1722123920917511, -0.05241890624165535, - 0.009473510086536407, -0.12230526655912399, 0.03310581296682358, - -0.14221026003360748, -0.1359904408454895, 0.012366266921162605, - -0.11751112341880798, -0.11841494590044022, -0.1626417189836502, - 0.06923134624958038, -0.029139874503016472, -0.07446445524692535, - -0.05544774979352951, 0.048794083297252655, 0.010384248569607735, - 0.08741296082735062, -0.15691038966178894, 0.04820036143064499, - -0.13880960643291473, -0.02588464878499508, 0.10186860710382462, - -0.04258093982934952, -0.07248872518539429, -0.1863984614610672, - 0.07304495573043823, -0.0032896562479436398, -0.005811704788357019, - -0.08582047373056412, -0.10830235481262207, -0.02783430926501751, - 0.02644234150648117, 0.10165797173976898, -0.1197759136557579, 0.045217130333185196, - -0.10292226821184158, 0.09861131757497787, 0.06836766004562378, 0.16553933918476105, - -0.04521416872739792, -0.010952143929898739, -0.13191601634025574, - -0.018957672640681267, -0.1466866135597229, -0.1403631865978241, - 0.08004441857337952, 0.037686411291360855, -0.1493409126996994, - -0.030623426660895348, -0.021186236292123795, -0.05428757146000862, - -0.1709921956062317, -0.10391401499509811, 0.07622639834880829, - 0.031770043075084686, -0.15360182523727417, 0.015251532196998596, - -0.034889984875917435, 0.0006853245431557298, -0.05985211580991745, - -0.06432922184467316, -0.12583819031715393, 0.0017459815135225654, - -0.04749470204114914, -0.057805370539426804, -0.13778077065944672, - 0.08750610798597336, -0.004987788386642933, -0.027579443529248238, - 0.022917091846466064, -0.013638796284794807, 0.016353251412510872, - -0.07952608913183212, -0.036084845662117004, 0.043136388063430786, - 0.034596037119627, 0.07551701366901398, -0.007192036136984825, -0.08222156018018723, - -0.013413621112704277, -0.03226723521947861, -0.034224022179841995, - -0.018707847222685814, -0.06181463971734047, -0.007943022064864635, - -0.07017235457897186, -0.06886710226535797, 0.02057562582194805 - ], - [ - 0.11028140038251877, 0.17678718268871307, 0.047933708876371384, - -0.057182300835847855, 0.039631206542253494, 0.028805073350667953, - 0.08171222358942032, 0.10225319862365723, 0.16964679956436157, 0.042273979634046555, - 0.08558330684900284, 0.00348346633836627, -0.0019217014778405428, - 0.017463840544223785, 0.12721195816993713, 0.02616768516600132, 0.07173271477222443, - 0.14956945180892944, 0.050155580043792725, -0.0679795891046524, 0.06817016750574112, - 0.07639455795288086, -0.08692623674869537, 0.0563519261777401, 0.11972250789403915, - -0.01094229519367218, -0.08750764280557632, 0.005662026349455118, - 0.13567578792572021, -0.004701996222138405, 0.03314967453479767, - 0.06307707726955414, 0.1519724279642105, 0.042353905737400055, 0.0984107032418251, - 0.0470854677259922, 0.05506626516580582, 0.06444622576236725, 0.09823501110076904, - 0.13185758888721466, 0.040492407977581024, -0.005861018784344196, - 0.01984460838139057, 0.05790429562330246, 0.016516122967004776, 0.12566670775413513, - 0.1192176416516304, 0.014049064368009567, -0.010160842910408974, - -0.022105427458882332, -0.020424291491508484, 0.022710716351866722, - 0.09232110530138016, 0.10022430866956711, 0.06017940118908882, 0.1202637255191803, - 0.04760584607720375, 0.05390014126896858, 0.060770705342292786, 0.1511172503232956, - 0.043073926120996475, 0.023302804678678513, -0.08659321814775467, - 0.12577055394649506, 0.1561935544013977, -0.008980036713182926, 0.06021398678421974, - -0.024411071091890335, -0.005622269585728645, -0.22201062738895416, - 0.10950634628534317, 0.12287119030952454, -0.016754591837525368, - 0.09493856877088547, 0.15474370121955872, 0.006524485070258379, - -0.053103405982255936, 0.11550352722406387, -0.02572747692465782, - 0.1014353483915329, 0.024512119591236115, -0.09658726304769516, - -0.055810607969760895, -0.1251445710659027, -0.06390766054391861, - 0.08610101789236069, -0.06747418642044067, 0.08130816370248795, 0.0653473287820816, - 0.10736735910177231, -0.1321612000465393, 0.04465475678443909, -0.03905998542904854, - 0.09997939318418503, 0.13276132941246033, -0.09113816916942596, 0.11738742887973785, - 0.10761308670043945, 0.07502661645412445, 0.06864706426858902, - -0.050038885325193405, 0.14066413044929504, 0.10589589178562164, - 0.024930089712142944, -0.022486021742224693, 0.09643599390983582, - 0.017425524070858955, 0.04599954932928085, -0.15837101638317108, - 0.013893118128180504, -0.05238860473036766, -0.037701137363910675, - 0.027652336284518242, 0.03878699615597725, 0.07670208811759949, -0.1773269921541214, - -0.010180477984249592, 0.11476858705282211, 0.04402906820178032, - 0.054302409291267395, 0.1001766100525856, 0.04405192658305168, 0.008748812600970268, - 0.00925284530967474, 0.1403670758008957, 0.1137966737151146, 0.19000813364982605, - 0.0730045735836029, -0.1816040277481079, -0.08137606084346771, 0.05195310711860657, - 0.12795668840408325, 0.05487437546253204, -0.03781799599528313, 0.07136796414852142, - -0.039305415004491806, 0.09502231329679489, 0.06232022866606712, - 0.09290920943021774, 0.04911374673247337, 0.0035123643465340137, - -0.0018708077259361744, 0.1356077939271927, 0.09253012388944626, - -0.001992075238376856, 0.016327017918229103, -0.06508773565292358, - 0.13137094676494598, 0.022787224501371384, -0.056343961507081985, - 0.04086946323513985, 0.06964721530675888, 0.050270695239305496, 0.12491241097450256, - 0.05331975221633911, 0.03228075057268143, 0.12047097086906433, 0.08411025255918503, - 0.045110173523426056, -0.055922672152519226, 0.06052627041935921, - 0.0800536572933197, 0.10574998706579208, -0.01770547218620777, - -0.040659911930561066, 0.09000035375356674, 0.13076813519001007, - -0.12200357019901276, 0.10315505415201187, 0.05419636890292168, 0.16452142596244812, - -0.03323856368660927, 0.18100221455097198, 0.11143812537193298, 0.069086454808712, - 0.17724990844726562, 0.17421264946460724, 0.1928686797618866, -0.07041731476783752, - 0.09037946909666061, 0.04313594475388527, 0.08227437734603882, -0.0845189318060875, - 0.12209726125001907, 0.028036683797836304, 0.14722570776939392, 0.06807374954223633, - 0.05194385349750519, 0.11573608964681625, -0.0717083215713501, 0.1654367297887802, - 0.04550566151738167, 0.17306789755821228, 0.02121463045477867, - -0.030468575656414032, -0.032022904604673386, 0.002229616278782487, - 0.17063620686531067, 0.1346828192472458, 0.01857578195631504, 0.06989894807338715, - 0.0518685057759285, 0.03539058566093445, 0.07883331179618835, 0.016327964141964912, - 0.040112487971782684, -0.11708841472864151, 0.08314798027276993, - 0.029618285596370697, 0.17001517117023468, 0.033034052699804306, - 0.11186735332012177, 0.11624547094106674, 0.05887370929121971, -0.09954235702753067, - 0.11024469137191772, 0.0011582619044929743, 0.10926561057567596, 0.0884232148528099, - 0.1768232136964798, 0.039769552648067474, 0.0045717679895460606, - 0.042961783707141876, 0.10804607719182968, 0.042959410697221756, - 0.03899478539824486, 0.026157131418585777, 0.08215218037366867, 0.13119599223136902, - 0.1069328635931015, 0.10497106611728668, 0.10336649417877197, 0.08169443905353546, - 0.22915677726268768, -0.03410201892256737, 0.1011115089058876, 0.03214826062321663, - -0.009810677729547024, 0.03390958532691002, -0.030517222359776497, - 0.07671191543340683, 0.06100998818874359, -0.006303677335381508, - -0.025351446121931076, -0.054341863840818405, 0.11334627121686935, - -0.0039010040927678347, 0.03730751574039459, 0.03657325357198715, - 0.0370393730700016, 0.05026305466890335, 0.03167164325714111, 0.12332459539175034, - 0.09379640966653824, 0.08348073810338974, 0.10985898226499557 - ], - [ - 0.11665667593479156, 0.19654281437397003, 0.05679389461874962, - -0.019322345033288002, -0.013217663392424583, 0.11097779870033264, - 0.06482212990522385, 0.12838761508464813, 0.13682714104652405, 0.09952562302350998, - 0.05883525684475899, 0.007334998808801174, 0.08359277993440628, - -0.022136561572551727, 0.022993305698037148, 0.04922126606106758, - 0.07244573533535004, 0.029631784185767174, 0.033928897231817245, - -0.022452473640441895, 0.06974358856678009, -0.010991055518388748, - -0.10035382211208344, -0.012282286770641804, 0.10884752869606018, - 0.02498651295900345, -0.08774757385253906, 0.09600289165973663, 0.06242392212152481, - 0.008562029339373112, -0.018805058673024178, 0.04969123750925064, - 0.15742747485637665, -0.019810495898127556, 0.060963988304138184, - 0.016466619446873665, 0.016706867143511772, 0.05097102001309395, - 0.07622012495994568, 0.06637253612279892, 0.11171594262123108, 0.03956643491983414, - 0.08888684213161469, 0.11364249140024185, 0.12146612256765366, 0.07367807626724243, - 0.11657024919986725, -0.0780908614397049, -0.006560509093105793, - 0.05604821816086769, 0.022359343245625496, 0.022130247205495834, - 0.04134611785411835, 0.14855577051639557, 0.1317499279975891, 0.11873479932546616, - 0.05364695563912392, 0.02542838267982006, 0.08063297718763351, 0.18662481009960175, - 0.0562371201813221, 0.018651137128472328, -0.033020082861185074, - 0.11751280725002289, 0.07952012866735458, 0.001650397782213986, - -0.011549627408385277, -0.034070879220962524, 0.031007787212729454, - -0.135740265250206, 0.08126010000705719, 0.12044163048267365, 0.05865728482604027, - 0.06521230190992355, 0.15792855620384216, -0.01497111190110445, - -0.017770415171980858, 0.05110335722565651, 0.019670870155096054, - -0.01629618927836418, -0.003515802323818207, -0.08113618940114975, - -0.023347066715359688, -0.15455372631549835, -0.05942913144826889, - 0.1310400515794754, -0.053817033767700195, -0.007258913945406675, - 0.05635998398065567, 0.09186221659183502, -0.11283855885267258, 0.12543180584907532, - 0.004962456412613392, 0.03269281983375549, 0.13527677953243256, - -0.07864440232515335, 0.07515636086463928, 0.03682108595967293, 0.1511012762784958, - 0.03171295300126076, -0.018813056871294975, 0.03664734214544296, - 0.07167704403400421, -0.00012967557995580137, 0.03454962745308876, - 0.07466647773981094, 0.037944093346595764, -0.028345055878162384, - -0.12344274669885635, -0.05597184970974922, -0.06408093124628067, - 0.020901618525385857, 0.08356284350156784, 0.07759678363800049, 0.1818791776895523, - -0.1270953267812729, 0.035178881138563156, 0.1020219549536705, 0.028954949229955673, - 0.00531535129994154, 0.044768404215574265, -0.059596508741378784, - 0.07257373631000519, 0.0765286460518837, 0.12698407471179962, 0.11210521310567856, - 0.1979759931564331, 0.12315142899751663, -0.1009625494480133, -0.027591217309236526, - -0.055449508130550385, 0.036723386496305466, 0.048853300511837006, - -0.006985140964388847, 0.02012341283261776, -0.1243874654173851, - 0.053047891706228256, 0.015821300446987152, 0.09969260543584824, 0.0407707504928112, - -0.028147902339696884, 0.05250491574406624, 0.13967576622962952, - 0.08203098922967911, 0.0532975010573864, 0.08229414373636246, 0.0007084719836711884, - 0.15805688500404358, -0.0031369540374726057, -0.0802924856543541, - 0.048699792474508286, -0.026981422677636147, 0.040229469537734985, - 0.061049189418554306, 0.02414308488368988, 0.022587478160858154, 0.1305573433637619, - 0.030860284343361855, 0.11555451154708862, -0.06937361508607864, - 0.04730602726340294, -0.03242550417780876, 0.11668276786804199, 0.04201115295290947, - 0.005204672459512949, 0.14588473737239838, 0.05205739289522171, -0.0506209135055542, - 0.09613579511642456, 0.08037884533405304, 0.14068755507469177, 0.001007636310532689, - 0.1328573077917099, 0.027711983770132065, 0.1104477122426033, 0.18960897624492645, - 0.15944550931453705, 0.22595803439617157, 0.016034794971346855, - -0.007273954804986715, 0.06805148720741272, 0.09577756375074387, - -0.08416259288787842, 0.09675377607345581, 0.011183703318238258, - 0.16334792971611023, 0.08564043045043945, 0.04110926017165184, 0.10608460754156113, - -0.09564583003520966, 0.09115608036518097, 0.011911806650459766, - 0.10414748638868332, -0.06423097848892212, -0.02781064435839653, - 0.05495264381170273, 0.028722364455461502, 0.1806952804327011, 0.06963618099689484, - 0.021500108763575554, -0.0532868392765522, 0.08132423460483551, - 0.0066387346014380455, 0.12725193798542023, -0.08313076198101044, - -0.0845419317483902, -0.1583157330751419, -0.022767413407564163, - 0.003067013341933489, 0.1631750911474228, 0.06556672602891922, 0.1889229565858841, - 0.06717590987682343, 0.02922881580889225, -0.11215551197528839, 0.10264533758163452, - 0.06002799794077873, 0.09906428307294846, 0.09617645293474197, 0.15676581859588623, - 0.058626689016819, 0.07528703659772873, 0.047794751822948456, 0.16931764781475067, - 0.05677521601319313, 0.08743327111005783, 0.08225591480731964, 0.08183950930833817, - 0.04624313861131668, 0.10531920194625854, 0.04362037405371666, 0.005624049808830023, - 0.030889270827174187, 0.23246446251869202, -0.002122097183018923, - 0.08325829356908798, 0.0580422468483448, -0.015520110726356506, 0.13239023089408875, - -0.0762426108121872, 0.05876694247126579, 0.050052497535943985, 0.04977267235517502, - -0.0017668339423835278, 0.018280483782291412, 0.03516557067632675, - -0.004152271896600723, 0.12281309068202972, 0.07302969694137573, - 0.04104362055659294, -0.005624286364763975, 0.026525579392910004, - 0.03297685086727142, 0.08259692788124084, 0.04782991111278534, 0.0628829374909401 - ], - [ - -0.09269779920578003, -0.1063264012336731, -0.04009944200515747, - 0.03835337236523628, -0.009455387480556965, 0.004854143131524324, - -0.032807353883981705, -0.08110614120960236, -0.03826940059661865, - 0.018367387354373932, 0.02559392713010311, 0.08179798722267151, - -0.09455950558185577, 0.01997528225183487, -0.04128742590546608, - -0.0990196019411087, -0.04846445098519325, -0.13717643916606903, - -0.03441713750362396, 0.04108598083257675, -0.06986276060342789, - -0.04487965255975723, 0.11309459060430527, 0.03486044704914093, - -0.12193237990140915, 0.055634092539548874, 0.14715202152729034, - -0.1104145348072052, -0.02534099854528904, 0.01258267555385828, 0.06615259498357773, - -0.05709343031048775, -0.147449791431427, 0.016292423009872437, - -0.056700918823480606, -0.017339687794446945, 0.10528881847858429, - 0.0003169296542182565, -0.09465870261192322, -0.03189612179994583, - -0.026341678574681282, 0.08439905196428299, -0.06865796446800232, - -0.11387526988983154, -0.01446501724421978, -0.08437418937683105, - -0.1354365348815918, 0.06996825337409973, -0.04030320793390274, - -0.0021536811254918575, 0.021763114258646965, 0.10805145651102066, - -0.017018098384141922, -0.20992913842201233, -0.10698201507329941, - -0.032277368009090424, -0.06889314949512482, -0.007138984277844429, - -0.057217031717300415, -0.11341811716556549, -0.05764508619904518, - -0.08939743041992188, 0.09984519332647324, -0.037267837673425674, - -0.02944401651620865, 0.04421548545360565, -0.06523957848548889, - 0.10227181762456894, -0.007860317826271057, 0.1945868283510208, - -0.06061422824859619, -0.07412857562303543, 0.049548931419849396, - -0.02139255963265896, -0.058397263288497925, 0.06780315935611725, - 0.03197384998202324, -0.056708186864852905, 0.09311220049858093, - -0.006938714999705553, 0.055313266813755035, 0.18341243267059326, - -0.014201018959283829, 0.1609707623720169, 0.11225414276123047, -0.0995962917804718, - 0.07206772267818451, -0.043241068720817566, 0.0334385484457016, - -0.015697002410888672, 0.20997942984104156, -0.09910682588815689, - 0.03329014033079147, 0.014220435172319412, -0.04299640655517578, - 0.08573327958583832, -0.061333056539297104, -0.017506737262010574, - -0.08630719780921936, 0.05594521388411522, 0.0757530927658081, -0.08874491602182388, - -0.058538585901260376, 0.005700906738638878, 0.10153801739215851, - -0.08544111996889114, -0.10047455877065659, 0.09116627275943756, 0.1255900263786316, - 0.009320240467786789, 0.11241648346185684, 0.054917506873607635, - -0.07869737595319748, 0.004840346984565258, -0.17668913304805756, - 0.13080565631389618, 0.03678708150982857, -0.09740343689918518, - 0.028767867013812065, 0.06843185424804688, -0.10950250178575516, - 0.09098264575004578, -0.08123448491096497, -0.08686506003141403, - -0.12053641676902771, -0.08986171334981918, -0.06287079304456711, - -0.05230192095041275, 0.1598425954580307, 0.09592871367931366, 0.06904608756303787, - -0.018306737765669823, -0.026728203520178795, -0.015266815200448036, - -0.06600616127252579, 0.11917532980442047, -0.03236866369843483, - -0.0964583307504654, -0.1374678760766983, -0.05439520627260208, 0.02182963490486145, - -0.03717461973428726, -0.11241947114467621, 0.016113784164190292, - 0.013983573764562607, 0.02377394400537014, 0.09165995568037033, - -0.10845011472702026, -0.06577825546264648, 0.11599148064851761, - 0.012579524889588356, 0.09578973799943924, 0.04722360894083977, - -0.02457359991967678, 0.07716750353574753, 0.07151912152767181, - -0.11711115390062332, -0.042796093970537186, -0.07806310057640076, - 0.09144247323274612, -0.05765271186828613, -0.10007397830486298, - -0.12911216914653778, 0.11371444910764694, 0.07564931362867355, - -0.14017851650714874, -0.12317662686109543, 0.20039524137973785, - 0.04982816427946091, -0.04878060147166252, -0.12985041737556458, - 0.11106639355421066, -0.13232861459255219, -0.03757331520318985, - -0.02809244766831398, -0.06699490547180176, -0.03378903493285179, - -0.13418619334697723, 0.09272876381874084, -0.045404102653265, -0.08325846493244171, - -0.09912769496440887, 0.11661072075366974, -0.0639248713850975, 0.0689469426870346, - -0.13058285415172577, 0.02632024697959423, -0.09505074471235275, - -0.03156347945332527, 0.1059378981590271, -0.15678517520427704, - -0.01829570345580578, -0.09719215333461761, 0.07237716019153595, 0.0927019789814949, - 0.09395483136177063, -0.041278522461652756, -0.052085813134908676, - -0.09926436841487885, -0.001158009166829288, 0.025848884135484695, - -0.10960183292627335, -0.07947292178869247, -0.04671812057495117, - 0.11259367316961288, 0.06876309961080551, 0.19004474580287933, -0.06837300956249237, - 0.05110445246100426, -0.14855870604515076, -0.07506795227527618, - -0.18484777212142944, -0.1080276370048523, 0.08207011222839355, 0.10063496977090836, - -0.07613680511713028, 0.00298524578101933, -0.006261805538088083, - -0.0825950875878334, -0.09355421364307404, 0.005405993666499853, - 0.07318736612796783, 0.059761978685855865, -0.0707487016916275, - 0.035409748554229736, -0.07449944317340851, -0.026998907327651978, - -0.0867333710193634, -0.06775878369808197, -0.11234582215547562, - -0.05568104609847069, -0.06392569839954376, -0.06453249603509903, - -0.14101490378379822, 0.08965017646551132, -0.056606825441122055, - 0.001990556251257658, 0.08731182664632797, -0.056016791611909866, - 0.10737945139408112, -0.05266471952199936, -0.023716526105999947, - 0.0023583644069731236, 0.0011178915156051517, -0.007286936044692993, - -0.03890446573495865, -0.07933767884969711, -0.06116868928074837, - 0.022963354364037514, 0.001139785978011787, -0.057075630873441696, - -0.010708222165703773, -0.041651416569948196, -0.014965998940169811, - -0.023596104234457016, -0.04811347648501396 - ], - [ - -0.04227137565612793, 0.05624525249004364, 0.03116597980260849, - -0.021571053192019463, 0.016568779945373535, -0.007833142764866352, - -0.03076867014169693, 0.04877403751015663, 0.018833868205547333, - 0.015495803207159042, 0.024620041251182556, 0.048105232417583466, - 0.01567745953798294, 0.019425883889198303, -0.05549333989620209, - 0.027942605316638947, 0.009612211026251316, -0.05682893097400665, - -0.061261072754859924, 0.031703803688287735, 0.0244026780128479, 0.0332803800702095, - -0.02598654478788376, -0.024199077859520912, -0.020599834620952606, - -0.02837156504392624, -0.04060693085193634, -0.017952479422092438, - -0.03482874110341072, 0.043402299284935, -0.025682084262371063, - -0.015945767983794212, 0.011875116266310215, -0.002466829726472497, - 0.007350049912929535, -0.04001053795218468, -0.03771276772022247, - 0.03848224878311157, -0.040920108556747437, 0.0017564967274665833, - -0.03456703945994377, 0.034129008650779724, -0.013152346014976501, - -0.051623404026031494, -0.030712459236383438, -0.013514675199985504, - -0.03863614797592163, -0.06770571321249008, 0.04430636391043663, 0.0074043869972229, - 0.010092757642269135, 0.02931852638721466, 0.002594580175355077, - -0.056389980018138885, -0.014376416802406311, 0.02210218459367752, - 0.0315491259098053, -0.05866415798664093, -0.04349430650472641, - -0.029771465808153152, -0.05059006065130234, -0.06864668428897858, - 0.0426209382712841, -0.055014051496982574, -0.008646197617053986, - -0.06900989264249802, -0.045438192784786224, 0.015024200081825256, - -0.029583577066659927, 0.043240420520305634, -0.040693506598472595, - -0.041856393218040466, -0.01578408107161522, -0.017941772937774658, - 0.04020306095480919, 0.048915520310401917, -0.015846259891986847, - 0.016191251575946808, -0.014315862208604813, 0.019057057797908783, - 0.003930528648197651, 0.0025058016180992126, -0.06907062232494354, - -0.04271163418889046, -0.03428936004638672, -0.0559852235019207, - -0.057709988206624985, -0.05897170305252075, -0.04217373952269554, - -0.051454730331897736, -0.006847500801086426, -0.0023029493167996407, - 0.007112583145499229, -0.050723087042570114, 0.008412130177021027, - -0.008155710063874722, 0.0020329065155237913, -0.039892785251140594, - -0.01619647443294525, 0.03231758624315262, 0.03596429526805878, - -0.06408035010099411, 0.020723750814795494, 0.014701711013913155, - 0.023434028029441833, 0.05226912349462509, 0.023185772821307182, - 0.0077162510715425014, -0.01618131995201111, -0.03489433974027634, - 0.035779695957899094, -0.03081284835934639, -0.03453819453716278, - 0.04620392620563507, 0.03684329241514206, 0.009964406490325928, 0.03258019685745239, - -0.006777075119316578, 0.0034219548106193542, -0.05171152204275131, - 0.01200653612613678, 0.014070481993258, -0.0441674180328846, -0.008907802402973175, - -0.01713770627975464, 0.06107115000486374, 0.05615418404340744, - 0.026179105043411255, -0.042002931237220764, -0.057775698602199554, - -0.022247254848480225, -0.034474313259124756, 0.03483983129262924, - 0.03303457796573639, 0.04582884907722473, -0.011135375127196312, - 0.03454019874334335, -0.031732529401779175, -0.006546765565872192, - -0.011850327253341675, -0.0013285651803016663, 0.025676026940345764, - 0.014445483684539795, -0.03193128854036331, 0.00888506043702364, - 0.017279088497161865, 0.027897154912352562, 0.01751222461462021, - -0.059266671538352966, -0.02282286435365677, -0.037358008325099945, - 0.0025992507580667734, -0.020400311797857285, -0.05945071578025818, - -0.011667712591588497, -0.019482538104057312, 0.06180430203676224, - 0.04529249668121338, -0.020579323172569275, -0.04847646877169609, - 0.04113297909498215, -0.021339230239391327, -0.041420839726924896, - -0.046512454748153687, -0.0673505961894989, 0.006363472901284695, - 0.025960387662053108, 0.0031012222170829773, 0.019296899437904358, - -0.05680938437581062, -0.004359416197985411, -0.06381508708000183, - -0.04452817887067795, 0.011904820799827576, -0.03259631246328354, - -0.006674587726593018, -0.01095280796289444, 0.028977788984775543, - -0.06595104187726974, 0.020833691582083702, 0.04944521188735962, - -0.06016414612531662, 0.03692959249019623, 0.04694071039557457, - 0.0008093585493043065, -0.0081786522641778, 0.028019728139042854, - -0.03278932720422745, -0.040626510977745056, -0.061943404376506805, - 0.014049865305423737, -0.030331280082464218, 0.01959598809480667, - -0.011825893074274063, 0.0011111297644674778, 0.03070339746773243, - -0.017133034765720367, -0.04662589728832245, -0.04903370141983032, - -0.04012877866625786, 0.043904829770326614, 0.048254646360874176, - 0.02340754121541977, 0.03815406560897827, 0.03729529678821564, - -0.012250147759914398, -0.05396529287099838, -0.06326112151145935, - -0.049735382199287415, -0.02200247347354889, -0.019617853686213493, - 0.035283975303173065, -0.028973326086997986, -0.033519938588142395, - 0.03800925612449646, -0.027468010783195496, 0.033653005957603455, - -0.04899148270487785, 0.04380409047007561, -0.004459947347640991, - -0.0003956952132284641, -0.004656067583709955, -0.05860774591565132, - 0.04728211835026741, -0.05802386999130249, 0.0596885159611702, - -0.009119147434830666, 0.03788762539625168, 0.03368785232305527, - 0.007449455559253693, -0.029998749494552612, -0.015353068709373474, - 0.023978687822818756, -0.06013277918100357, 0.012900655157864094, - -0.05641964077949524, 0.026173386722803116, -0.01798919029533863, - 0.015549935400485992, -0.052963655441999435, 0.0074214935302734375, - -0.0514083169400692, -0.037692658603191376, -0.05079151690006256, - 0.011342029087245464, -0.06127588823437691, 0.005272597074508667, - -0.011276617646217346, -0.03856845200061798, 0.05548107624053955, - 0.00512385368347168, 0.02258845418691635, -0.03506658226251602, - -0.02188214659690857, -0.009880324825644493, 0.0171111598610878 - ], - [ - 0.12901028990745544, 0.15472307801246643, 0.13027054071426392, - 0.0013749261852353811, 0.12548378109931946, 0.056781575083732605, - 0.1352173238992691, 0.07040145248174667, 0.17121829092502594, 0.0647001788020134, - 0.12652230262756348, 0.03442152589559555, 0.060967735946178436, - -0.028451785445213318, 0.05438226833939552, 0.054072048515081406, - 0.11810140311717987, 0.09185237437486649, 0.09576976299285889, - -0.0032560275867581367, 0.04464450478553772, -0.021637948229908943, - -0.12200012058019638, -0.00019643861742224544, 0.14227674901485443, - -0.05367271229624748, -0.09871876984834671, 0.018650688230991364, - 0.06171014532446861, 0.06717298179864883, -0.007774390745908022, - 0.07766029983758926, 0.12255103141069412, 0.034994401037693024, 0.0841512605547905, - 0.06071801111102104, 0.03180314227938652, 0.057453662157058716, 0.07251449674367905, - 0.029462063685059547, 0.05467940866947174, 0.0190252847969532, 0.03006785735487938, - 0.12689177691936493, 0.06680995970964432, 0.16662271320819855, 0.11894117295742035, - -0.061484433710575104, 0.07236693799495697, -0.029641341418027878, - -0.0006800758419558406, -0.010255947709083557, 0.09445282071828842, - 0.22347426414489746, 0.1633472889661789, 0.012447125278413296, 0.06047773361206055, - 0.024167411029338837, 0.14210525155067444, 0.08112964779138565, 0.14376391470432281, - 0.131658673286438, 0.005402425769716501, 0.1324608027935028, 0.0996515154838562, - 0.030093293637037277, 0.03835310786962509, -0.020226700231432915, - 0.010316809639334679, -0.1745711714029312, 0.08740518987178802, 0.05366305634379387, - 0.05686211213469505, 0.013050966896116734, 0.13705340027809143, - -0.051540128886699677, -0.013637984171509743, 0.04755745083093643, - -0.010615989565849304, 0.06093420460820198, 0.07995415478944778, - -0.12350636720657349, -0.08209434896707535, -0.15199032425880432, - -0.05798795446753502, 0.105399951338768, -0.036584191024303436, - -0.014793846756219864, 0.025876643136143684, 0.12424160540103912, - -0.11215426027774811, 0.1078658401966095, -0.09307830035686493, 0.09249896556138992, - 0.08416192978620529, -0.015323974192142487, 0.12711292505264282, - 0.14014877378940582, 0.13636142015457153, -0.00487368693575263, - -0.08617329597473145, 0.13816514611244202, 0.07306217402219772, 0.10717064142227173, - -0.01313512772321701, 0.031576234847307205, 0.05216367542743683, - -0.0055607520043849945, -0.13808679580688477, -0.012330027297139168, - -0.03123248927295208, -0.07607455551624298, 0.08058740198612213, - 0.10114901512861252, 0.09170125424861908, -0.12456180900335312, - -0.04982302337884903, 0.05334807187318802, -0.022685430943965912, - 0.0025793814565986395, 0.0452028252184391, -0.026226256042718887, - 0.01587066985666752, 0.06330716609954834, 0.057720743119716644, 0.163334921002388, - 0.057713430374860764, 0.032101601362228394, -0.15710769593715668, - -0.14382801949977875, 0.038656964898109436, 0.12484566867351532, - 0.16368278861045837, -0.019831795245409012, 0.09285441040992737, - -0.08504119515419006, 0.08199702203273773, 0.12511321902275085, 0.11900046467781067, - 0.10641571134328842, -0.04313543438911438, 0.03956780210137367, 0.06920153647661209, - 0.050332095474004745, 0.06992657482624054, 0.1205909252166748, - -0.041824694722890854, 0.1299569457769394, 0.1082049012184143, -0.06230058893561363, - 0.019592970609664917, 0.03851184993982315, 0.031088093295693398, - 0.10596150159835815, 0.05969995632767677, 0.027457652613520622, 0.14805251359939575, - 0.047497354447841644, 0.1016458049416542, -0.038861289620399475, 0.1246526837348938, - 0.06510906666517258, 0.04135431721806526, -0.050846248865127563, - 0.0015108563238754869, 0.12832976877689362, 0.035911109298467636, - -0.06721174716949463, 0.0589609257876873, 0.03690095990896225, 0.1620190441608429, - -0.04216662421822548, 0.15394173562526703, 0.06345899403095245, 0.10361846536397934, - 0.1803545355796814, 0.11938837915658951, 0.11393094062805176, -0.03581997752189636, - 0.02797641046345234, 0.018984830006957054, 0.016208242624998093, - 0.005352326203137636, 0.021777579560875893, 0.0358739010989666, 0.14299039542675018, - 0.0712614357471466, 0.09511902183294296, 0.0789523795247078, -0.09960230439901352, - 0.16110563278198242, 0.09868142008781433, 0.19518814980983734, 0.012775006704032421, - -0.030727896839380264, -0.012609550729393959, 0.11520247906446457, - 0.1310425102710724, 0.07128283381462097, 0.025448143482208252, - -0.040003228932619095, 0.11333194375038147, 0.029822418466210365, - 0.13724523782730103, -0.04280447959899902, -0.012592116370797157, - -0.07531550526618958, -0.0011621335288509727, -0.006133365910500288, - 0.12951931357383728, 0.10928955674171448, 0.15159691870212555, 0.16359974443912506, - 0.038613930344581604, -0.021178074181079865, 0.15807639062404633, - 0.10086064785718918, 0.04032861441373825, 0.07901434600353241, 0.17823325097560883, - 0.08297166973352432, -0.03227388486266136, 0.0767413079738617, 0.06908883899450302, - 0.08789973706007004, 0.15028132498264313, 0.07382284849882126, 0.07542748749256134, - 0.10349594801664352, 0.06903214752674103, 0.07215653359889984, 0.04628291353583336, - 0.1298062801361084, 0.20333331823349, -0.02087460458278656, 0.023645419627428055, - 0.07097560167312622, 0.04974936321377754, 0.10470224171876907, - -0.028661245480179787, 0.11196243017911911, 0.04927671328186989, - -0.036753278225660324, -0.027300512418150902, 0.05853001028299332, - 0.03720950707793236, 0.005548376124352217, 0.1253959983587265, 0.043072108179330826, - 0.010387745685875416, 0.009208770468831062, 0.1424693912267685, 0.1534276306629181, - 0.021771738305687904, 0.0196408499032259, 0.028233665972948074 - ], - [ - -0.03622756153345108, 0.009612224996089935, -0.03049759566783905, - 0.0043435124680399895, -0.015493535436689854, -0.03275531902909279, - -0.012989232316613197, -0.03912883996963501, -0.026715420186519623, - 0.0007057645707391202, -0.03283701092004776, -0.023230604827404022, - 0.03522736579179764, 0.00648685684427619, -0.014043486677110195, - -0.04538607597351074, 0.031916677951812744, 0.036871280521154404, - -0.058473851531744, -0.005274293944239616, 0.01266244426369667, - -0.017459355294704437, 0.03329869359731674, -0.029331959784030914, - 0.05702211335301399, -0.010398246347904205, 0.012955124489963055, - -0.00891062617301941, -0.04490000754594803, 0.008912274613976479, - 0.011090997606515884, 0.000610587652772665, -0.019685104489326477, - 0.05125463381409645, -0.06832890957593918, 0.03563600778579712, - -0.06817970424890518, 0.04682344198226929, -0.024997619912028313, - -0.05289890244603157, -0.03871334344148636, -0.020841045305132866, - 0.007037781644612551, 0.02876889333128929, -0.021902838721871376, - -0.05273947864770889, 0.02783026173710823, -0.058969445526599884, - -0.01709003746509552, 0.05601448565721512, 0.014173672534525394, - 0.04306510090827942, -0.029017029330134392, -0.039997830986976624, - -0.049535199999809265, 0.005825802218168974, 0.005901993252336979, - -0.009700724855065346, -0.036051418632268906, 0.0040389359928667545, - -0.023796459659934044, 0.03805363550782204, -0.03872304409742355, - -0.016428157687187195, -0.04916096478700638, -0.06655851006507874, - 0.04681780934333801, -0.039946068078279495, 0.04447978734970093, - 0.031116046011447906, -0.05546296387910843, -0.04219309613108635, - -0.058363206684589386, 0.002705385209992528, -0.04517049342393875, - -0.054128650575876236, 0.03328539803624153, 0.00917060673236847, - -0.011214007623493671, -0.03297770023345947, 0.009015312418341637, - -0.0008431524038314819, 0.04150952026247978, -0.026427924633026123, - 0.05139473080635071, 0.021267864853143692, -0.05188612639904022, - -0.04371014982461929, -0.04591096192598343, -0.012939270585775375, - -0.008712302893400192, -0.01925741881132126, -0.058960236608982086, - -0.06020152196288109, -0.018739109858870506, -0.08837993443012238, - -0.04610734060406685, 0.05393389239907265, 0.0433262400329113, -0.03392396494746208, - 0.007934278808534145, 0.01934264786541462, -0.019786411896348, 0.03633994609117508, - -0.01630966179072857, 0.05884677544236183, -0.06135432794690132, - -0.05603748559951782, -0.05051875859498978, 0.014409407041966915, - -0.04456901550292969, 0.02567199431359768, -0.024653224274516106, - 0.01633790321648121, 0.0325726717710495, 0.03439723700284958, -0.034150924533605576, - -0.04168856889009476, 0.0036643431521952152, -0.02863302454352379, - 0.006359596271067858, -0.05780552327632904, -0.0023143396247178316, - 0.004202390555292368, -0.02207755111157894, -0.04007739573717117, - -0.017005814239382744, 0.041087426245212555, 0.03400065004825592, - 0.05408671498298645, 0.008895497769117355, 0.02212773635983467, - -0.02494806796312332, 0.04708882421255112, -0.021420398727059364, - 0.005032001994550228, 0.004161631688475609, -0.01520097628235817, - 0.016676433384418488, 0.05324100703001022, -0.05491810292005539, - -0.014147257432341576, -0.03948119282722473, -0.04318847879767418, - -0.030358165502548218, -0.017276467755436897, -0.00010007928358390927, - -0.05570400878787041, -0.06395865231752396, 0.04523029178380966, - -0.055636435747146606, -0.021540973335504532, 0.04870365932583809, - -0.04106137901544571, -0.058776140213012695, 0.03038082644343376, - -0.006761664059013128, 0.022181596606969833, -0.028426900506019592, - -0.0417681559920311, 0.01434938982129097, -0.05693162977695465, 0.04379861056804657, - -0.06566128879785538, 0.001953951781615615, 0.02960188500583172, - 0.06321660429239273, 0.008785326033830643, -0.05738009139895439, - -0.029833870008587837, 0.048914868384599686, 0.02437075972557068, - -0.01504503469914198, -0.03445056453347206, -0.036197252571582794, - -0.027753867208957672, -0.0006040051812306046, -0.07032809406518936, - 0.03600035235285759, 0.023285290226340294, 0.025110067799687386, - 0.04500469192862511, -0.0590941458940506, -0.05231323093175888, - -0.046525683254003525, 0.03712800517678261, -0.01580655202269554, - -0.037347499281167984, 0.021312860772013664, 0.030747974291443825, - -0.052065566182136536, -0.01960945688188076, 0.022221144288778305, - -0.011430458165705204, -0.05211174488067627, -0.03068728558719158, - 0.04610956832766533, -0.029515821486711502, 0.044987473636865616, - -0.02303759753704071, -0.05188525468111038, -0.0013158097863197327, - 0.012026261538267136, -0.003733001882210374, -0.015785500407218933, - -0.062063347548246384, 0.01053042896091938, -0.026547010987997055, - -0.01593082956969738, 0.023769497871398926, -0.007561886683106422, - 0.03949243202805519, -0.04974360764026642, -0.04297070950269699, - 0.014855124056339264, -0.017799697816371918, 0.013760109432041645, - 0.010307645425200462, -0.05992087349295616, 0.01473750825971365, 0.0346655435860157, - 0.04516971856355667, -0.03910413756966591, -0.019164005294442177, - 0.04289852827787399, -0.026944056153297424, -0.015443219803273678, - -0.06767458468675613, -0.03467576578259468, 0.038675323128700256, - -0.04113515466451645, 0.03491150215268135, -0.06613284349441528, - -0.04102979600429535, -0.05486210808157921, 0.014969920739531517, - -0.010086895897984505, 0.03457392752170563, 0.00789271667599678, - 0.016443615779280663, 0.04862090200185776, 0.01020694151520729, 0.00678197992965579, - -0.026658233255147934, -0.03674907609820366, 0.0024230016861110926, - 0.0020705682691186666, 0.041736818850040436, 0.04569319635629654, - -0.031799398362636566, 0.03997712954878807, 0.0016219523968175054, - 0.0026341925840824842, -0.06288103014230728, -0.038020312786102295, - -0.013294530101120472 - ], - [ - 0.10975385457277298, 0.16730965673923492, 0.07315458357334137, 0.006742211524397135, - 0.06605182588100433, 0.07453242689371109, 0.12609227001667023, 0.07919828593730927, - 0.09048013389110565, 0.05434941127896309, 0.062066707760095596, 0.09134911745786667, - 0.10858367383480072, 0.0008027076255530119, 0.09012813866138458, 0.108108289539814, - 0.12938044965267181, 0.12630623579025269, -0.0009865063475444913, - -0.020288841798901558, 0.058786049485206604, 0.0010355968261137605, - -0.11462608724832535, -0.06163763999938965, 0.03153679892420769, - -0.05043066293001175, -0.03800457715988159, 0.08172161132097244, - 0.09501425176858902, 0.06590305268764496, 0.03999160975217819, 0.08871965110301971, - 0.08690701425075531, 0.041876666247844696, 0.04930967092514038, 0.08804501593112946, - -0.04580332711338997, -0.019963053986430168, 0.10401419550180435, - 0.08530117571353912, 0.09895071387290955, -0.007943221367895603, - 0.02227167785167694, 0.00999565701931715, 0.06634701788425446, 0.013132700696587563, - 0.027064766734838486, -0.07392161339521408, 0.020048880949616432, - 0.02397911064326763, -0.04189419373869896, -0.07765767723321915, - 0.05780541151762009, 0.13702328503131866, 0.1297798454761505, 0.10814642906188965, - 0.0854174867272377, 0.0914754793047905, 0.12623414397239685, 0.10167748481035233, - 0.05366497114300728, 0.05828222259879112, 0.024599751457571983, 0.10583459585905075, - 0.1677136868238449, 0.07238275557756424, 0.11133182793855667, 0.03908172622323036, - -0.02809704653918743, -0.16154886782169342, 0.11191633343696594, - 0.10660775750875473, -0.023541048169136047, 0.06277372688055038, - 0.11494624614715576, -0.06797320395708084, -0.08315133303403854, - 0.12754185497760773, -0.06819131970405579, -0.0006128824315965176, - 0.04237864166498184, -0.09271349757909775, -0.0355217307806015, - -0.061879608780145645, -0.07101009786128998, 0.17253990471363068, - -0.054459378123283386, 0.06490850448608398, 0.05148571357131004, - 0.02518712729215622, -0.08686362951993942, 0.06542238593101501, - 0.016298344358801842, -0.007290308829396963, 0.14631862938404083, - -0.041844937950372696, 0.06839176267385483, 0.07567144930362701, - 0.17774462699890137, -0.008116418495774269, -0.022796040400862694, - 0.09263245016336441, 0.019223695620894432, 0.06106532737612724, - 0.013039635494351387, 0.12309291213750839, 0.11206725239753723, - -0.04436967521905899, -0.13379056751728058, 0.0010865293443202972, - -0.06177937984466553, -0.02553698979318142, 0.06962171196937561, - -0.015037358738481998, 0.14409677684307098, -0.10511752963066101, - -0.003189114620909095, 0.01238506380468607, 0.0291946642100811, - -0.03514625132083893, 0.07343491166830063, 0.017085300758481026, - 0.09171009063720703, 0.08559086173772812, 0.07411006093025208, 0.15101774036884308, - 0.08200497180223465, 0.09584610164165497, -0.13476493954658508, - -0.08601116389036179, -0.024271160364151, 0.03880533576011658, 0.15990762412548065, - -0.016311082988977432, 0.03930388391017914, -0.08087366819381714, - 0.02353452518582344, 0.1513093113899231, 0.22151310741901398, 0.13104601204395294, - 0.021755153313279152, 0.07388009876012802, 0.0652448907494545, 0.0244522113353014, - 0.0826057642698288, 0.10581079870462418, -0.027848463505506516, 0.16690079867839813, - 0.039267539978027344, -0.017821108922362328, 0.04717712849378586, - -0.02069198153913021, -0.047449082136154175, 0.12801744043827057, - 0.06147802621126175, 0.020875796675682068, 0.13608312606811523, - 0.044765181839466095, 0.09759661555290222, -0.0025688535533845425, - 0.04955873638391495, 0.08415720611810684, 0.10590875893831253, 0.03026617132127285, - 0.03615359961986542, 0.13861896097660065, 0.09760240465402603, -0.11533501744270325, - 0.018167605623602867, 0.004904204048216343, 0.16376496851444244, - -0.041751641780138016, 0.094973124563694, 0.07581665366888046, 0.0965670719742775, - 0.1260174959897995, 0.1480710804462433, 0.21242794394493103, 0.04306340962648392, - -0.003678481327369809, 0.032621391117572784, -0.018596230074763298, - -0.02841499261558056, 0.009881827980279922, -0.03285902738571167, - 0.11204982548952103, 0.010582548566162586, 0.11243251711130142, 0.12232010066509247, - -0.03125472366809845, 0.12889143824577332, -0.01825292594730854, - 0.11941646784543991, -0.04010160639882088, 0.041680749505758286, - 0.019940203055739403, 0.02707456797361374, 0.14441360533237457, 0.08212734013795853, - 0.017513759434223175, -0.05722298100590706, 0.05932650715112686, - -0.005731503013521433, 0.04394061863422394, -0.04457816109061241, - -0.006629259325563908, -0.13401572406291962, 0.0006284222472459078, - 0.010901840403676033, 0.16382788121700287, 0.10283241420984268, 0.12440488487482071, - 0.0789886862039566, 0.030233673751354218, -0.016673898324370384, - 0.08307217806577682, 0.10736873000860214, 0.06463660299777985, 0.09566867351531982, - 0.08030292391777039, 0.035269517451524734, 0.04891834035515785, 0.06320230662822723, - 0.09074333310127258, 0.03468334302306175, 0.13298146426677704, 0.10699627548456192, - 0.014977113343775272, 0.07291632145643234, 0.10803911089897156, 0.11873605847358704, - 0.044311441481113434, 0.02541736699640751, 0.15920820832252502, - -0.036938149482011795, 0.010169020853936672, 0.04326250031590462, - 0.02778591401875019, 0.06450361758470535, -0.06535717099905014, 0.04745207354426384, - 0.13615798950195312, -0.0014582849107682705, -0.04663972184062004, - -0.015870915725827217, 0.06986545771360397, -0.00037502209306694567, - 0.07715476304292679, 0.08317346125841141, 0.02417444810271263, 0.012971530668437481, - 0.014534679241478443, 0.044269680976867676, 0.0022759234998375177, - 0.061775438487529755, 0.008787932805716991 - ], - [ - 0.014315743930637836, 0.15796802937984467, 0.1691487580537796, -0.03524650260806084, - 0.03351444751024246, 0.07727442681789398, 0.054600704461336136, 0.09487971663475037, - 0.10063836723566055, 0.05713243782520294, 0.057972848415374756, 0.02370266802608967, - 0.14451216161251068, 0.04736949875950813, 0.08134675770998001, 0.10252901911735535, - 0.16600309312343597, 0.08533293008804321, 0.008987128734588623, - -0.007925627753138542, 0.10376951098442078, 0.057678159326314926, - -0.17120791971683502, -0.016966406255960464, 0.103382408618927, - -0.05939774215221405, -0.07455746829509735, 0.08677954971790314, - 0.15091033279895782, 0.11332282423973083, 0.06969479471445084, 0.07738219946622849, - 0.0713091641664505, 0.04164130613207817, 0.07727950811386108, 0.04523855820298195, - -0.02039005421102047, 0.029280105605721474, 0.13411645591259003, - 0.12157195061445236, 0.13353870809078217, -0.03631635010242462, 0.03019172139465809, - 0.01137592177838087, 0.0660581886768341, 0.07448969036340714, 0.13682876527309418, - -0.027455341070890427, 0.007512614130973816, 0.005169249139726162, - -0.04324702173471451, -0.04745117202401161, 0.09058447927236557, - 0.10915245860815048, 0.1849544495344162, 0.030323849990963936, 0.02546924725174904, - 0.09271056205034256, 0.03320882469415665, 0.06443702429533005, 0.05791386961936951, - 0.06604316085577011, -0.048408761620521545, 0.12905645370483398, 0.1396295726299286, - -0.019909679889678955, 0.019791387021541595, 0.03461819514632225, - -0.011391041800379753, -0.10074453800916672, 0.030697664245963097, - 0.11947817355394363, 0.0739695355296135, 0.07267682999372482, 0.14813406765460968, - -0.03238314390182495, -0.022098887711763382, 0.04658746346831322, - -0.05095016583800316, -0.01285673025995493, 0.10135120898485184, - -0.06433334201574326, -0.0329069048166275, -0.16777396202087402, - -0.11478673666715622, 0.09656248986721039, 0.011026246473193169, - 0.07004865258932114, 0.06065927445888519, 0.04964442178606987, - -0.041884612292051315, 0.10109224915504456, -0.0725085437297821, - 0.012986497022211552, 0.03388740494847298, -0.0037178294733166695, - 0.08207377046346664, 0.037366412580013275, 0.08537129312753677, - -0.026714153587818146, -0.026028957217931747, 0.03260421007871628, - 0.06640110909938812, 0.032381314784288406, -0.036170508712530136, - 0.03388744592666626, 0.010325984098017216, 0.014615793712437153, - -0.11260536313056946, -0.03744089975953102, -0.02655763551592827, - -0.025034209713339806, 0.07935097068548203, -0.0054820808582007885, - 0.12980711460113525, -0.10988747328519821, 0.03421134874224663, 0.10571695864200592, - 0.094453364610672, -0.028955169022083282, 0.016513757407665253, - -0.06453617662191391, 0.056033555418252945, 0.08734074980020523, - 0.07549688965082169, 0.13300998508930206, 0.1858140081167221, 0.06806938350200653, - -0.158810555934906, -0.03243139758706093, 0.01092053484171629, 0.080400250852108, - 0.08850760012865067, -0.03959478810429573, 0.01837829314172268, - -0.08500336110591888, 0.02495555579662323, 0.15192756056785583, 0.1259182244539261, - 0.1525002419948578, -0.03047727420926094, 0.04791903868317604, 0.05030374974012375, - 0.05933021008968353, -0.0004272559308446944, 0.006004680413752794, - -0.08288988471031189, 0.0981602892279625, 0.06717263907194138, -0.06582829356193542, - 0.08286283165216446, 0.058453015983104706, -0.03611835092306137, - 0.09354709088802338, 0.03507029265165329, -0.050599660724401474, 0.1775292158126831, - 0.0354820117354393, 0.05076524242758751, 0.0073721520602703094, 0.06756618618965149, - 0.034699250012636185, 0.1308719366788864, -0.01925412192940712, - -0.038449425250291824, 0.13166378438472748, 0.0529889352619648, -0.1464720070362091, - 0.10765496641397476, 0.012604927644133568, 0.08606898039579391, - -0.015343490988016129, 0.08850239217281342, 0.0731983557343483, 0.06836514174938202, - 0.10895238071680069, 0.17819328606128693, 0.2064761221408844, 0.025627397000789642, - 0.10486172884702682, 0.1098342016339302, 0.056528933346271515, - -0.029658308252692223, 0.08579780161380768, 0.004840642213821411, - 0.08688106387853622, 0.026250643655657768, 0.15620025992393494, 0.09252665191888809, - -0.07334402203559875, 0.10950721800327301, 0.016759663820266724, - 0.08683987706899643, -0.07811682671308517, 0.031764641404151917, - -0.03243976831436157, 0.013719383627176285, 0.09265993535518646, - 0.14048686623573303, -0.043241050094366074, 0.009078290313482285, - 0.1270708590745926, 0.10166002064943314, 0.07835680991411209, 0.000783775351010263, - -0.02753274329006672, -0.12435238063335419, 0.08187911659479141, - -0.012263556942343712, 0.20301008224487305, 0.014901015907526016, - 0.1806098371744156, 0.13787595927715302, 0.008391051553189754, - -0.017737165093421936, 0.06690764427185059, 0.0858418270945549, 0.11238552629947662, - 0.10477431863546371, 0.18664011359214783, 0.07713036239147186, 0.03909646347165108, - 0.0987212285399437, 0.1236456111073494, 0.06495323032140732, 0.0628378614783287, - 0.08836168795824051, 0.007520015351474285, 0.1452166885137558, 0.18258865177631378, - 0.10506491363048553, 0.04787198454141617, 0.11378005892038345, 0.09714939445257187, - 0.01698281615972519, 0.055160000920295715, 0.07390932738780975, - 0.020821137353777885, 0.025581005960702896, -0.03767639026045799, - 0.11494051665067673, 0.0486239492893219, -0.01854231394827366, 0.016417108476161957, - -0.01437531691044569, 0.01621094159781933, 0.004916500765830278, - 0.03527488932013512, 0.018055913969874382, 0.03311443328857422, - 0.015729576349258423, 0.07501542568206787, 0.1398906409740448, 0.02841734141111374, - 0.0656389445066452, 0.11170649528503418 - ], - [ - 0.03441156819462776, 0.15115246176719666, 0.09687042981386185, -0.07720969617366791, - -0.009098623879253864, 0.10715351998806, 0.05577394738793373, 0.050673920661211014, - 0.13801059126853943, 0.02599547989666462, 0.07820633053779602, 0.023567399010062218, - 0.023844359442591667, -0.00799870677292347, 0.05471370369195938, 0.0708598792552948, - 0.14439840614795685, 0.11031033843755722, -0.0034860395826399326, - -0.017561238259077072, 0.07241198420524597, 0.0353267602622509, - -0.11331712454557419, -0.005670253653079271, 0.038595203310251236, - -0.05435234680771828, 0.001128123956732452, 0.08678730577230453, - 0.14371615648269653, 0.05280888080596924, 0.07984671741724014, 0.12331432104110718, - 0.15855996310710907, -0.021531620994210243, 0.12453684955835342, - 0.04220583289861679, 0.028788385912775993, 0.051554691046476364, - 0.14827561378479004, 0.0723021999001503, 0.15260252356529236, -0.014208575710654259, - 0.07018312811851501, 0.11776914447546005, 0.06488987803459167, 0.1144689992070198, - 0.09614530205726624, -0.022673336789011955, 0.09005960077047348, - 0.004168745595961809, -0.0009198279585689306, -0.01918400451540947, - 0.016086140647530556, 0.1251574456691742, 0.10971939563751221, 0.09224945306777954, - 0.12353280931711197, 0.019412295892834663, 0.08557464182376862, 0.10489814728498459, - 0.14586025476455688, 0.0617528110742569, 0.010866966098546982, 0.1763349026441574, - 0.0920279324054718, -0.0016845354111865163, 0.10068830102682114, - -0.03173443675041199, 0.09296917915344238, -0.15773701667785645, - 0.09074710309505463, 0.059036046266555786, 0.021839557215571404, 0.0928131565451622, - 0.11148472130298615, -0.07963406294584274, 0.02382032573223114, 0.05982646346092224, - -0.007396332453936338, 0.0932142361998558, -0.014119126833975315, - -0.16492930054664612, 0.01999659277498722, -0.06728430092334747, - -0.1324404776096344, 0.15445466339588165, 3.855969407595694e-5, 0.05881580337882042, - 0.09163659811019897, 0.045257069170475006, -0.09400037676095963, - 0.056068144738674164, -0.025088870897889137, 0.09654715657234192, - 0.10091392695903778, -0.060975220054388046, 0.06528475135564804, - 0.15927933156490326, 0.17963524162769318, 0.08645740896463394, - -0.0009680804214440286, 0.12098120152950287, 0.13835905492305756, - 0.03415197506546974, 0.02502288669347763, 0.0405336357653141, 0.04603123664855957, - -0.06208056956529617, -0.18109209835529327, 0.054468877613544464, - 0.05136408656835556, -0.04861534386873245, 0.016164839267730713, - 0.033184412866830826, 0.09048258513212204, -0.11358299106359482, - -0.042983125895261765, 0.1427634209394455, 0.08530349284410477, - 0.046504661440849304, 0.07225600630044937, -0.08327910304069519, - 0.09856007993221283, 0.0938364639878273, 0.093409463763237, 0.06848788261413574, - 0.10805072635412216, 0.12548483908176422, -0.22137977182865143, -0.1359553337097168, - -0.058196116238832474, 0.10327290743589401, 0.09883604943752289, - -0.060809824615716934, 0.056958623230457306, 0.00032419574563391507, - 0.06881389021873474, 0.11587675660848618, 0.17509731650352478, 0.1191156655550003, - -0.043142031878232956, 0.08917828649282455, 0.07174546271562576, - 0.026469074189662933, -0.005187335889786482, 0.05414856970310211, - -0.02067773975431919, 0.1091604009270668, -0.011814553290605545, - -0.02813640795648098, 0.1378311961889267, -0.027535514906048775, - 0.010303245857357979, 0.08407603949308395, -0.028962938115000725, - 0.008430927991867065, 0.2013026624917984, 0.07538747787475586, 0.0931844487786293, - 0.02174466662108898, 0.1684807687997818, 0.09741941839456558, 0.10282042622566223, - -0.025247177109122276, 0.005172633565962315, 0.09156826138496399, - 0.12058798223733902, -0.10323568433523178, 0.04461406171321869, - -0.007410182151943445, 0.13932350277900696, -0.029219353571534157, - 0.10481107234954834, 0.07057515531778336, 0.09180706739425659, 0.13681469857692719, - 0.16863642632961273, 0.14633196592330933, -0.016614945605397224, - 0.09382768720388412, 0.059463147073984146, 0.08919521421194077, - -0.004361048806458712, 0.04316701367497444, 0.0013982607051730156, - 0.15839259326457977, 0.09717871993780136, 0.14183461666107178, 0.10218382626771927, - -0.06237033009529114, 0.11370772868394852, -0.0037524569779634476, - 0.18317455053329468, -0.005028598476201296, -0.0438593253493309, - -0.03678504377603531, 0.11109376698732376, 0.16811786592006683, 0.10790739953517914, - 0.022538721561431885, -0.031564828008413315, 0.07090491056442261, - 0.08003120869398117, 0.08430010080337524, -0.028561843559145927, - -0.0681290552020073, -0.07900680601596832, 0.06554613262414932, 0.01723802275955677, - 0.09419820457696915, 0.017402565106749535, 0.13829775154590607, 0.19412879645824432, - -0.02901405282318592, -0.04243049398064613, 0.08353494852781296, - 0.05862291529774666, 0.07641160488128662, 0.0890016257762909, 0.13125431537628174, - 0.01713704690337181, 0.056289006024599075, 0.09082702547311783, 0.09489010274410248, - 0.022144809365272522, 0.0703386664390564, 0.054456938058137894, 0.03727003186941147, - 0.07448425889015198, 0.1298201084136963, 0.08438806235790253, 0.07281021028757095, - 0.08679037541151047, 0.08598563820123672, 0.017998307943344116, - 0.015190459787845612, 0.08133004605770111, -0.017294950783252716, - 0.10647400468587875, -0.00021446975006256253, 0.09197715669870377, - 0.10989383608102798, 0.048559390008449554, -0.016399286687374115, - -0.02141277678310871, 0.1183575987815857, 0.04111293703317642, 0.08982496708631516, - 0.04697609692811966, 0.10118758678436279, 0.06406485289335251, 0.07322068512439728, - 0.08946312963962555, 0.10467132925987244, 0.0014850003644824028, 0.07207775115966797 - ], - [ - 0.03921976685523987, 0.16803982853889465, 0.11219112575054169, - -0.010569073259830475, 0.007936564274132252, 0.046126559376716614, - 0.15608960390090942, 0.12068776041269302, 0.02193751558661461, 0.10161356627941132, - 0.026518259197473526, 0.07293026149272919, 0.12276220321655273, 0.06627552956342697, - 0.09507332742214203, 0.019807610660791397, 0.14166997373104095, 0.07501010596752167, - 0.0847625732421875, 0.034162137657403946, 0.1298244744539261, 0.0065572839230299, - -0.10466700047254562, 0.023864855989813805, 0.1376962661743164, - -0.017876531928777695, -0.011004985310137272, 0.10319510102272034, - 0.0435444675385952, 0.06151049584150314, 0.06437943130731583, 0.11252547800540924, - 0.1649286299943924, 0.01760687120258808, 0.061192113906145096, 0.0677938163280487, - 0.0139362383633852, 0.04607243090867996, 0.04601911082863808, 0.03632422536611557, - 0.10032805055379868, 0.05037238821387291, -0.002873920602723956, - 0.07571680098772049, 0.09587432444095612, 0.02848174422979355, 0.1307772397994995, - -0.08727705478668213, 0.05957451090216637, 0.07742767781019211, - -0.04629910737276077, -0.04501859098672867, 0.09311245381832123, - 0.18216577172279358, 0.05399126186966896, 0.1073521226644516, 0.11079318076372147, - 0.06705940514802933, 0.08000028133392334, 0.1389746367931366, 0.04147845134139061, - 0.11267609149217606, 0.01117788627743721, 0.07607882469892502, 0.09014444798231125, - 0.00457024248316884, 0.038852836936712265, -0.0656370222568512, 0.08679045736789703, - -0.11693727970123291, 0.03348361328244209, 0.09098601341247559, 0.03079395368695259, - -0.005082929972559214, 0.1296841949224472, -0.0871698409318924, - -0.07268065959215164, 0.02104289084672928, -0.056028813123703, 0.11006217449903488, - 0.0005101441056467593, -0.09210919588804245, -0.06417834013700485, - -0.09784271568059921, -0.1454624980688095, 0.13145896792411804, - 0.0023680701851844788, 0.0282814372330904, 0.025838639587163925, - 0.08415636420249939, -0.11959949880838394, 0.11033299565315247, -0.0425579659640789, - 0.07836519181728363, 0.09876762330532074, -0.03814580291509628, 0.1396200954914093, - 0.08803834021091461, 0.16040131449699402, 0.06367766112089157, -0.06362172961235046, - 0.04318630322813988, 0.14554668962955475, -0.014213291928172112, - 0.03903651237487793, 0.012465850450098515, 0.04974701255559921, - -0.05786248669028282, -0.11539831012487411, -0.004846103489398956, - 0.013954497873783112, 0.03320756182074547, 0.10046564787626266, 0.03551745042204857, - 0.14696873724460602, -0.1308024376630783, 0.01600917987525463, 0.019887985661625862, - 0.0564018152654171, 0.04080965742468834, 0.12127147614955902, -0.06205364689230919, - 0.06223045662045479, 0.04403667896986008, 0.10688959807157516, 0.09680633991956711, - 0.09840911626815796, 0.021024368703365326, -0.19825491309165955, - -0.1566997766494751, -0.07657606154680252, 0.01664687879383564, 0.10704195499420166, - 0.018447568640112877, 0.09835916012525558, -0.0857212021946907, 0.04091610386967659, - 0.11681310832500458, 0.20086927711963654, 0.14656728506088257, 0.06442206352949142, - 0.039321720600128174, 0.06971780955791473, 0.045635953545570374, - -0.027048205956816673, 0.030918335542082787, -0.06348458677530289, - 0.0448470301926136, 0.07166928797960281, -0.07831558585166931, 0.082222580909729, - -0.0366380512714386, -0.04851079732179642, 0.12742868065834045, 0.04596956819295883, - -0.03848471865057945, 0.14029842615127563, 0.08601431548595428, 0.117006815969944, - -0.03487879037857056, 0.15778395533561707, 0.08795980364084244, 0.0598440058529377, - 0.029156705364584923, -0.06479217857122421, 0.06480972468852997, - 0.06811171025037766, -0.0959424301981926, 0.00856937188655138, 0.015286503359675407, - 0.14417076110839844, -0.016809597611427307, 0.07013548910617828, - 0.012396127916872501, 0.09060878306627274, 0.12288685888051987, 0.08052279055118561, - 0.12362044304609299, -0.0029370002448558807, 0.06513500213623047, - 0.00768396956846118, -0.00011046774307033047, -0.09095451980829239, - 0.02756279520690441, -0.03306122124195099, 0.13400261104106903, - -0.03677569329738617, 0.0925285667181015, 0.06918901205062866, -0.06481274962425232, - 0.1463138312101364, 0.08654490113258362, 0.0880785807967186, -0.03499338775873184, - 0.036383263766765594, -0.012440115213394165, 0.10398479551076889, - 0.0890670046210289, 0.08356592804193497, -0.0041260793805122375, - 0.058729007840156555, 0.06640523672103882, 0.0633789673447609, 0.04764438793063164, - -0.061839982867240906, -0.0014644876355305314, -0.11658704280853271, - 0.08152519911527634, 0.06029269099235535, 0.08711637556552887, 0.02583843283355236, - 0.1585768312215805, 0.08643916249275208, 0.012981006875634193, -0.11124033480882645, - 0.05640808865427971, 0.07691105455160141, 0.08574867993593216, 0.08199307322502136, - 0.09977488219738007, 0.012739133089780807, 0.07521635293960571, - 0.005979408510029316, 0.1278911530971527, 0.023304853588342667, 0.03515747934579849, - 0.12479274719953537, 0.06755398213863373, 0.15320242941379547, 0.14139105379581451, - 0.014896837063133717, 0.014219241216778755, 0.09906546771526337, 0.1799904704093933, - 0.022896327078342438, 0.01844215951859951, 0.05686870962381363, - 0.056934382766485214, 0.04202120751142502, -0.02795945107936859, - 0.11359487473964691, 0.10130901634693146, -0.029869459569454193, - -0.053950730711221695, 0.06191078945994377, 0.05753866210579872, - 0.09504743665456772, 0.06265079975128174, 0.003089844947680831, 0.0759185329079628, - 0.028585519641637802, 0.07127707451581955, 0.08708421885967255, 0.10285539925098419, - 0.011383946985006332, 0.126999631524086 - ], - [ - 0.09955970197916031, 0.1435309797525406, 0.1327369511127472, 0.0260008554905653, - 0.1143532544374466, 0.10464002937078476, 0.06160992383956909, 0.12709659337997437, - 0.0692310705780983, 0.03179256618022919, 0.09900929033756256, -0.009328535757958889, - 0.03404564782977104, -0.0014595058746635914, 0.041577428579330444, - 0.04509563744068146, 0.13079719245433807, 0.15707190334796906, 0.023515447974205017, - 0.011123755015432835, 0.15690460801124573, 0.03755626454949379, -0.1534838229417801, - -0.03686699643731117, 0.07412280887365341, -0.033012643456459045, - -0.05393094941973686, 0.09788620471954346, 0.09356028586626053, - 0.006665750406682491, 0.011148659512400627, 0.09979764372110367, - 0.12865804135799408, 0.06398489326238632, 0.11384567618370056, 0.023396780714392662, - 0.04608069732785225, 0.06091950461268425, 0.10206864774227142, 0.08743391185998917, - 0.14341561496257782, 0.01256486028432846, 0.050464920699596405, 0.09046792984008789, - 0.02773074060678482, 0.07673905789852142, 0.06644662469625473, 0.010288729332387447, - 0.06869705021381378, 0.020205892622470856, -0.01900046318769455, - 0.05046555772423744, 0.09779955446720123, 0.10843436419963837, 0.10910146683454514, - 0.12933436036109924, 0.12189868837594986, 0.04581008106470108, 0.09272030740976334, - 0.16732262074947357, 0.16274018585681915, 0.05292028561234474, 0.032216258347034454, - 0.16952352225780487, 0.15100716054439545, 0.09093064814805984, 0.07466385513544083, - 0.03724008798599243, -0.019888896495103836, -0.21187441051006317, - 0.048216238617897034, 0.018382761627435684, 0.02869289368391037, - 0.030030546709895134, 0.11756816506385803, -0.0847981870174408, - -0.03359762579202652, 0.10521314293146133, -0.06624657660722733, - 0.022854752838611603, 0.07520666718482971, -0.19358424842357635, - -0.013871141709387302, -0.13937483727931976, -0.17143335938453674, - 0.082631915807724, 0.02566963993012905, -0.0030911737121641636, 0.10026360303163528, - 0.04498583450913429, -0.11276858299970627, 0.017305195331573486, - -0.0026771044358611107, 0.0345202274620533, 0.13107898831367493, - -0.06750701367855072, 0.133182555437088, 0.11524295806884766, 0.1326701045036316, - 0.03610611334443092, 0.024179240688681602, 0.11424920707941055, 0.1165989562869072, - 0.06734475493431091, 0.004403452388942242, 0.07178378850221634, 0.1154828667640686, - -0.01857016049325466, -0.14468052983283997, 0.010941842570900917, - 0.05641474574804306, 0.004343017004430294, 0.057263847440481186, - 0.10918941348791122, 0.1400662511587143, -0.17729893326759338, 0.012869437225162983, - 0.04903506860136986, 0.022246496751904488, -0.036277882754802704, - 0.06291540712118149, -0.002689239801838994, 0.12977169454097748, - 0.08106692135334015, 0.07843796163797379, 0.033974774181842804, 0.0995115116238594, - 0.07030738890171051, -0.14766038954257965, -0.1196165606379509, - -0.01561722531914711, 0.07439887523651123, 0.06308337301015854, - -0.014131973497569561, 0.025464169681072235, -0.08908064663410187, - 0.12421950697898865, 0.07331497222185135, 0.09753438830375671, 0.0990009680390358, - -0.024554749950766563, 0.02833770215511322, 0.04713105037808418, - 0.05993158370256424, 0.036545950919389725, 0.06564521044492722, - -0.061618607491254807, 0.06989522278308868, 0.0521622858941555, - -0.03155210614204407, 0.09380926936864853, 0.06146840378642082, - -0.04213222116231918, 0.15941010415554047, 0.03291921690106392, - 0.007401573471724987, 0.14228789508342743, 0.05869634822010994, - 0.010984888300299644, 0.05220835655927658, 0.09869492053985596, 0.09279235452413559, - 0.1219240203499794, -0.06058630719780922, -0.0239865779876709, 0.12752452492713928, - 0.14868535101413727, -0.05193689838051796, 0.11423267424106598, 0.08769004046916962, - 0.05841975659132004, -0.04514908790588379, 0.10659520328044891, - 0.050351087003946304, 0.11320435255765915, 0.22659389674663544, 0.16220411658287048, - 0.11830519139766693, -0.04363058879971504, 0.019375741481781006, - 0.02025122195482254, 0.12239119410514832, -0.01300243940204382, 0.01804022304713726, - -0.01409867126494646, 0.1539357602596283, 0.02674892358481884, 0.10264433920383453, - 0.0771026536822319, 0.029987262561917305, 0.11879747360944748, 0.01247189287096262, - 0.19913482666015625, 0.021920539438724518, -0.0218669343739748, 0.08161580562591553, - 0.07820086181163788, 0.08882167190313339, 0.10631255805492401, -0.01454060897231102, - 0.05619644746184349, 0.06518249958753586, 0.001095085171982646, 0.0849233940243721, - -0.04261073097586632, -0.0709715187549591, -0.0973094031214714, 0.07993476092815399, - 0.04488363862037659, 0.07591018825769424, 0.1047215387225151, 0.10435696691274643, - 0.16974078118801117, -0.01610950566828251, -0.019674403592944145, - 0.1384425163269043, 0.05223480612039566, 0.08551955223083496, 0.06598689407110214, - 0.12409701198339462, 0.06968346238136292, 0.029505927115678787, - 0.046283140778541565, 0.09723064303398132, 0.00608512107282877, 0.11151072382926941, - 0.04536208137869835, 0.08864866197109222, 0.11338479071855545, 0.07533004879951477, - 0.05152778699994087, 0.0051956260576844215, 0.07081810384988785, 0.2027762085199356, - -0.04202447086572647, 0.057238269597291946, 0.052684180438518524, - 0.014496664516627789, 0.0776495710015297, 0.011061543598771095, 0.12763085961341858, - 0.06990859657526016, 0.013317710720002651, -0.012215918861329556, - -0.0002345455577597022, 0.11326338350772858, -0.018953995779156685, - 0.08319427073001862, 0.06529741734266281, 0.06782923638820648, 0.08999991416931152, - 0.04033597558736801, 0.06184741109609604, 0.11625291407108307, 0.05723816528916359, - 0.052779607474803925 - ], - [ - 0.09518680721521378, 0.18441994488239288, 0.0793653354048729, 0.021601369604468346, - 0.10819689184427261, 0.0322524830698967, 0.08413896709680557, 0.029137881472706795, - 0.1218322291970253, -0.010414469055831432, -0.012765181250870228, - 0.026139747351408005, 0.11977929621934891, -0.015695523470640182, - 0.015831859782338142, 0.0659794881939888, 0.19869117438793182, 0.06989679485559464, - 0.036957383155822754, -0.03165687620639801, 0.12687113881111145, - 0.09431907534599304, -0.08183237165212631, 0.04104696959257126, 0.11066263914108276, - -0.009188942611217499, -0.018889620900154114, 0.007278477773070335, - 0.07825905084609985, -0.00021688666311092675, 0.07035568356513977, - 0.05391918867826462, 0.07293111830949783, 0.01076269056648016, 0.09093445539474487, - 0.06729117780923843, -0.0034581441432237625, 0.0693075880408287, - 0.09539809077978134, 0.08828592300415039, 0.1337546557188034, 0.0445040687918663, - 0.0980624109506607, 0.07235322147607803, 0.08501690626144409, 0.11731376498937607, - 0.08476755768060684, -0.06749822944402695, -0.017386944964528084, - -0.010091928765177727, -0.0025034681893885136, 0.029652997851371765, - 0.002690413035452366, 0.13539759814739227, 0.021451903507113457, - 0.01610366627573967, 0.0720953717827797, 0.07419764250516891, 0.16250357031822205, - 0.10638333857059479, 0.08990549296140671, 0.01871431991457939, 0.010098102502524853, - 0.1503695547580719, 0.16141439974308014, 0.019145453348755836, - -0.019163044169545174, 0.027286337688565254, -0.018579551950097084, - -0.21469056606292725, -0.01726078987121582, 0.1132102757692337, - -0.040223270654678345, -0.01922745443880558, 0.06243593990802765, - 0.004273705650120974, 0.04436666890978813, 0.0030024091247469187, - 0.039785657078027725, -0.0006038288702256978, -0.0001946342526935041, - -0.1623454988002777, 0.004440436605364084, -0.18593575060367584, - -0.06827916949987411, 0.15892408788204193, 0.03821626678109169, - 0.004122303798794746, 0.047786664217710495, 0.062263522297143936, - -0.08472118526697159, 0.009727551601827145, -0.06936950236558914, 0.09808299690485, - 0.09175179153680801, -0.011453963816165924, 0.15326032042503357, - 0.10539045184850693, 0.17712245881557465, 0.08419419825077057, 0.005369867663830519, - 0.12459806352853775, 0.01903008110821247, -0.02578992210328579, - -0.032914210110902786, 0.01959523744881153, 0.09447112679481506, - -0.02983640879392624, -0.17369146645069122, 0.07824603468179703, - 0.00604185601696372, 0.01659737154841423, 0.03881938382983208, 0.04256964847445488, - 0.0715869888663292, -0.19310185313224792, -0.030380088835954666, 0.075079545378685, - -0.04651268944144249, -0.032385390251874924, 0.10238262265920639, - -0.07493258267641068, 0.07932374626398087, 0.103855200111866, 0.15574346482753754, - 0.12487008422613144, 0.1805696338415146, -0.00576845882460475, -0.15802621841430664, - -0.07221273332834244, -0.004574270453304052, 0.06335987895727158, - 0.15836380422115326, -0.02639363892376423, 0.035023272037506104, - 0.01224129181355238, 0.07549808919429779, 0.1649164855480194, 0.10897599160671234, - 0.0883239135146141, 0.04811027646064758, -0.013600524514913559, 0.16575942933559418, - 0.09219902753829956, 0.055398713797330856, 0.020398344844579697, - -0.021462295204401016, 0.15898098051548004, 0.06744372844696045, - -0.0423826202750206, 0.024813447147607803, 0.04444233700633049, - -0.015039152465760708, 0.18146158754825592, 0.042398542165756226, - 0.026253284886479378, 0.0816672071814537, 0.10181135684251785, 0.030013132840394974, - -0.024180689826607704, 0.14220301806926727, 0.06842004507780075, - 0.10918372869491577, -0.052078355103731155, 0.030449630692601204, - 0.07479343563318253, 0.07298978418111801, -0.12218203395605087, 0.0773879811167717, - 0.054777394980192184, 0.09785111248493195, -0.044861216098070145, - 0.12762019038200378, 0.11482931673526764, 0.10494562238454819, 0.10956570506095886, - 0.17243099212646484, 0.1220380887389183, -0.06237990781664848, 0.052380967885255814, - 0.02197764255106449, 0.03612248972058296, -0.0584842748939991, 0.02687162533402443, - 0.016403548419475555, 0.22223062813282013, -0.017090652137994766, - 0.08614959567785263, 0.01988516002893448, -0.0921400934457779, 0.13922037184238434, - 0.028793593868613243, 0.13923989236354828, 0.0043103876523673534, - -0.025662777945399284, 0.0024602203629910946, 0.03815828263759613, - 0.10160557925701141, 0.049661148339509964, -0.02412489801645279, - -0.0305022019892931, 0.1071573942899704, 0.10220465064048767, 0.09469399601221085, - -0.046028364449739456, -0.025489090010523796, -0.08569213002920151, - 0.061515308916568756, 0.03168966621160507, 0.11279045790433884, 0.11848881840705872, - 0.07055618613958359, 0.09055902808904648, 0.018813306465744972, -0.0866037979722023, - 0.0890483632683754, 0.09433771669864655, 0.09652379900217056, 0.028913728892803192, - 0.10253351926803589, 0.04570520296692848, 0.012615691870450974, 0.10455051809549332, - 0.09176366031169891, 0.02915557473897934, 0.10985840857028961, 0.0996253564953804, - 0.042188577353954315, 0.15283538401126862, 0.152164027094841, 0.10486183315515518, - 0.011896039359271526, 0.042598843574523926, 0.16907544434070587, - -0.04885856434702873, 0.024054719135165215, -0.007988064549863338, - 0.06267870962619781, 0.07085540145635605, 0.005243219435214996, 0.08998029679059982, - 0.08404006063938141, 0.04275286942720413, -0.05903954431414604, - -0.03222353756427765, 0.08333700150251389, 0.018073419108986855, - 0.06635013222694397, 0.013988017104566097, 0.04242713376879692, - -0.025604726746678352, 0.11403704434633255, 0.09062868356704712, - -0.010076391510665417, 0.03540327772498131, 0.06583816558122635 - ], - [ - -0.05402045696973801, -0.1856728196144104, -0.15854227542877197, - 0.058622073382139206, -0.044778626412153244, -0.0807228535413742, - -0.05305870994925499, -0.1313243806362152, -0.11064749211072922, - 0.032355621457099915, 0.009398621506989002, 0.08236313611268997, - 0.0003175794845446944, 0.011720903217792511, -0.02462100237607956, - -0.022062521427869797, -0.11826974898576736, -0.032669566571712494, - -0.06511199474334717, 0.03928579390048981, -0.09758683294057846, - -0.01587846875190735, 0.17425231635570526, 0.10312231630086899, - -0.08419405668973923, 0.12050096690654755, 0.11506392061710358, - -0.10049760341644287, -0.021999835968017578, 0.007416175212711096, - 0.06061593070626259, -0.07898740470409393, -0.08507316559553146, - 0.024027341976761818, -0.08088751882314682, -0.051972199231386185, - 0.04491815343499184, -0.03385118395090103, -0.09165828675031662, - -0.057384006679058075, -0.09212446212768555, 0.08893845230340958, - 0.022799847647547722, -0.03321827948093414, -0.09309370815753937, - -0.09740074723958969, -0.06164960190653801, 0.0947694182395935, - -0.04595836251974106, -0.007896238937973976, 0.03377959132194519, - 0.002483539981767535, -0.02362733520567417, -0.18303923308849335, - -0.08771736174821854, -0.039159294217824936, -0.04816576838493347, - -0.07807926088571548, -0.08818697184324265, -0.1580570638179779, - -0.044532209634780884, -0.07571786642074585, 0.03955570235848427, - -0.06069169566035271, -0.1350012719631195, 0.03246040269732475, - -0.049646105617284775, 0.06682776659727097, -0.029408495873212814, - 0.16676726937294006, 0.003885791637003422, -0.03935353830456734, - 0.011085104197263718, -0.01662144809961319, -0.10426615178585052, - 0.0919942706823349, 0.09400767087936401, -0.08519406616687775, 0.10992734134197235, - 0.014529520645737648, 0.015882238745689392, 0.2362309843301773, 0.04951680079102516, - 0.1295100748538971, 0.1001797765493393, -0.09198525547981262, 0.03378719091415405, - -0.015284680761396885, 0.05353301391005516, -0.0713798925280571, - 0.15985780954360962, -0.06344657391309738, 0.05156565457582474, - -0.052938953042030334, -0.02382379025220871, 0.1049482598900795, - -0.0918101817369461, -0.08841409534215927, -0.11612114310264587, - 0.07090313732624054, 0.028565539047122, -0.04367294907569885, -0.0650959387421608, - -0.06497029215097427, 0.041406188160181046, 0.0317113995552063, - -0.06251654028892517, 0.026273343712091446, 0.17191866040229797, 0.1070673018693924, - 0.03947664424777031, 0.030855692923069, -0.01979510858654976, 0.031278129667043686, - -0.12305504828691483, 0.19617293775081635, 0.08441968262195587, - -0.02701871283352375, 0.0785766988992691, 0.06442256271839142, - -0.010777910239994526, 0.06517486274242401, -0.056131623685359955, - -0.07352957874536514, -0.1395203173160553, -0.10211381316184998, - -0.10612040758132935, -0.015242228284478188, 0.1858934909105301, - 0.04357743635773659, 0.10656987875699997, -0.03435840085148811, - -0.13749262690544128, 0.0017262323526665568, -0.08199472725391388, - 0.13765566051006317, -0.04874424636363983, -0.04156126454472542, - -0.10659923404455185, -0.08163431286811829, 0.0525878481566906, - -0.059309788048267365, -0.02677083946764469, -0.006544997915625572, - 0.05715959146618843, 0.0004431696725077927, 0.02445266582071781, - -0.12453283369541168, -0.0035093924961984158, 0.1252625286579132, - -0.08201928436756134, 0.07620637863874435, 0.12233759462833405, - -0.13683059811592102, 0.02379770576953888, 0.08450198918581009, - -0.09686792641878128, -0.06325086951255798, 0.005638937000185251, - 0.10168871283531189, -0.009781995788216591, -0.03178199753165245, - -0.04750547185540199, 0.08431028574705124, -0.008546039462089539, - -0.08146095275878906, -0.06659585237503052, 0.21985359489917755, - 0.001531811198219657, 0.030268095433712006, -0.12689612805843353, - 0.08863271027803421, -0.10824331641197205, -0.09527742862701416, - -0.1137118935585022, -0.16054415702819824, -0.05248881131410599, - -0.18186040222644806, 0.010173098184168339, 0.035480085760354996, - -0.033451858907938004, -0.07978540658950806, 0.06324842572212219, - -0.023929055780172348, 0.09395202994346619, -0.1511947214603424, - -0.004879336338490248, -0.0880877822637558, -0.022117294371128082, - 0.13627393543720245, -0.14757989346981049, -0.008097276091575623, - -0.1377989947795868, 0.014511864632368088, 0.08641015738248825, 0.08043252676725388, - -0.0019700650591403246, -0.07007890194654465, -0.0808250680565834, 0.09090606123209, - 0.08064853399991989, -0.03048062138259411, 0.003508226480334997, - -0.12671120464801788, 0.005116526503115892, 0.03754669427871704, 0.124940887093544, - -0.0208472590893507, 0.047021400183439255, -0.07960255444049835, - -0.015103570185601711, -0.22777457535266876, -0.07606852799654007, - 0.021823706105351448, 0.05226989835500717, -0.14850161969661713, - 0.016747206449508667, -0.0635431557893753, -0.03871830180287361, - -0.1065039336681366, -0.0490824356675148, 0.01220705732703209, - -0.004066220484673977, -0.10948385298252106, 0.022490963339805603, - -0.12366464734077454, 0.004519899375736713, -0.06606145203113556, - -0.022226465865969658, -0.13286511600017548, -0.10808258503675461, - -0.0948922336101532, 0.0053873141296207905, -0.06238400191068649, - 0.06429429352283478, -0.052786216139793396, 0.026918083429336548, - 0.02801889181137085, -0.08384580165147781, 0.017441516742110252, - -0.05880529433488846, -0.03461895510554314, 0.04640807956457138, - 0.05542634800076485, 0.0064377873204648495, -0.10741161555051804, - -0.047085270285606384, -0.0156985092908144, -0.05320688337087631, - -0.07613684982061386, -0.07694265246391296, -0.07048124074935913, - -0.03008786030113697, -0.040988922119140625, 0.03004143387079239, - 0.03342236950993538 - ], - [ - -0.049744635820388794, -0.05885954201221466, -0.03855956345796585, - -0.04875750094652176, 0.033991552889347076, 0.03057880885899067, - 0.02884776145219803, 0.03958095610141754, -0.010275125503540039, - -0.02124617248773575, -0.05798939988017082, 0.013226755894720554, - 0.027955150231719017, -0.028279252350330353, 0.005159318447113037, - 0.05542106181383133, 0.024073898792266846, -0.04533977806568146, - 0.010320216417312622, 0.023357713595032692, 0.03507080674171448, - -0.016227491199970245, 0.006133025046437979, 0.016536599025130272, - 0.056148432195186615, -0.01738543063402176, -0.056613124907016754, - -0.020970545709133148, 0.03307931870222092, 0.0038575828075408936, - 0.028297115117311478, -0.04443445801734924, 0.0566132590174675, - 0.052055973559617996, -0.016608141362667084, 0.04271309822797775, - -0.03471530228853226, -0.033118247985839844, -0.0012443587183952332, - 0.03022124618291855, 0.03514396399259567, -0.028299370780587196, - -0.02630642056465149, 0.009285762906074524, -0.010281644761562347, - -0.04338371008634567, -0.014534853398799896, 0.026117993518710136, - -0.007724720984697342, -0.039955273270606995, -0.021077312529087067, - -0.02120383083820343, -0.047552045434713364, 0.005347833037376404, - -0.03304225206375122, -0.053113505244255066, 0.030520983040332794, - 0.057836778461933136, -0.015437453985214233, -0.02876105159521103, - 0.05346182361245155, -0.02943386137485504, -0.05477944016456604, - 0.0047775208950042725, 0.019342105835676193, 0.012994551099836826, - 0.012306932359933853, -0.06820973753929138, 0.02425290457904339, - 0.034211136400699615, 0.05772632360458374, -0.030474118888378143, - -0.02966129034757614, 0.05785462260246277, 0.021723516285419464, - -0.027628285810351372, 0.01883990317583084, 0.011650189757347107, - 0.02907954342663288, -0.05625254660844803, -0.04885832220315933, - 0.0007891431450843811, -0.003881096839904785, -0.0357837900519371, - 0.018909377977252007, 0.019577018916606903, 0.012737631797790527, - -0.055238984525203705, 0.015771768987178802, 0.037238650023937225, - -0.0298166424036026, 0.004731886088848114, -0.054603297263383865, - -0.004842199385166168, 0.004065029323101044, 0.05294094979763031, - -0.040060870349407196, -0.053005002439022064, 0.0017243027687072754, - 0.0379791297018528, -0.01783830113708973, -0.025638923048973083, 0.0244985893368721, - -0.05817878991365433, -0.05418434739112854, -0.06060478836297989, - -0.035532914102077484, -0.002671971917152405, -0.030365467071533203, - -0.05305231362581253, -0.0488513708114624, 0.01719578355550766, - -0.013802655041217804, 0.02483658492565155, 0.03600651025772095, - 0.04653061181306839, -0.016144009307026863, -0.021345965564250946, - -0.06662306934595108, 0.04538189247250557, -0.04636120796203613, - 0.02059916779398918, 0.022993095219135284, -0.010818175040185452, - 0.025588244199752808, -0.0322209894657135, -0.02503446489572525, - -0.015124529600143433, 0.014280185103416443, 0.05315603315830231, - 0.033182643353939056, -0.02373742312192917, 0.05314962565898895, - -0.06299077719449997, 0.005309194326400757, 0.03214261308312416, - 0.05393430218100548, -0.018274158239364624, -0.03139200061559677, - -0.03530772030353546, 0.02723921835422516, -0.04095325618982315, - -0.05158613622188568, 0.029588080942630768, -0.048694103956222534, - -0.028948642313480377, 0.015212440863251686, 0.058955468237400055, - -0.05796600878238678, -0.062028855085372925, 0.037956491112709045, - -0.058631569147109985, -0.006673057097941637, 0.009974673390388489, - 0.013600393198430538, 0.030042417347431183, -0.016478724777698517, - -0.046908438205718994, 0.03466852009296417, -0.01763741299510002, - 0.022173471748828888, 0.03960809484124184, -0.022664763033390045, - -0.007981017231941223, 0.02258245088160038, 0.00494355708360672, - 0.01668107509613037, -0.017939329147338867, -0.049617700278759, - -0.010605178773403168, -0.05411195009946823, 0.01767943799495697, - 0.062495604157447815, 0.05152437090873718, 0.036172982305288315, - -0.050419487059116364, -0.0054652392864227295, 0.03871536999940872, - 0.032395828515291214, 0.05181188881397247, 0.0235883966088295, - -0.014016695320606232, 0.0029518771916627884, -0.030387789011001587, - 0.049683116376399994, -0.030182763934135437, -0.031383998692035675, - 0.01743270456790924, -0.05996169149875641, 0.054995372891426086, - -0.06046979874372482, 0.026259973645210266, -0.03477947413921356, - -0.020065948367118835, -0.006946538109332323, 0.0008242361363954842, - 0.03294426202774048, -0.0048638880252838135, -0.009613998234272003, - -0.024779150262475014, -0.036845430731773376, 0.02988211065530777, - -0.034272074699401855, 0.024419747292995453, -0.047564491629600525, - -0.05100955441594124, -0.05288545787334442, -0.03476647287607193, - -0.015572547912597656, -0.024851612746715546, -0.051013100892305374, - -0.03067585825920105, -0.05376759171485901, -0.009640648029744625, - -0.06331045925617218, -0.052548907697200775, -0.049164652824401855, - -0.05164860188961029, -0.03841550648212433, -0.0016037598252296448, - -0.060533832758665085, -0.02813040465116501, 0.006887792609632015, - 0.01790119707584381, -0.055172257125377655, -0.06055945158004761, - 0.03343399614095688, -0.012004844844341278, -0.017561323940753937, - -0.04478880763053894, 0.004281193017959595, 0.04540324956178665, - 0.04609735310077667, -0.047038525342941284, -0.018846990540623665, - -0.05404036492109299, 0.05607768893241882, -0.05504385381937027, - -0.04644051194190979, 0.05086970329284668, 0.045066021382808685, - 0.02846749871969223, -0.04862580448389053, -0.02827705442905426, - -0.02278844267129898, -0.01507059670984745, -0.04478364437818527, - -0.009363695979118347, -0.019462790340185165, 0.05306852608919144, - -0.0033509412314742804, -0.019495241343975067, 0.05254637449979782, - 0.044138990342617035, -0.030113136395812035, -0.05424969643354416 - ], - [ - 0.071400485932827, 0.23065194487571716, 0.17131240665912628, 0.003754040226340294, - 0.02628459595143795, 0.12834863364696503, 0.13493216037750244, 0.06913690268993378, - 0.13920502364635468, 0.021485816687345505, -0.02067413739860058, - -0.013518057763576508, 0.08130098879337311, 0.02064543031156063, - 0.021030088886618614, 0.08447740972042084, 0.1905232071876526, 0.16070674359798431, - -0.013336106203496456, -0.02722907066345215, 0.10175815224647522, - 0.10218331962823868, -0.12362398952245712, -0.024141773581504822, - 0.08251982182264328, -0.013797654770314693, -0.04904002696275711, - -0.020733872428536415, 0.060303185135126114, 0.07233951985836029, - 0.04342443868517876, 0.10281351953744888, 0.04678010568022728, 0.021418385207653046, - 0.04788127541542053, -0.014117366634309292, 0.030796131119132042, - -0.008324471302330494, 0.15897583961486816, 0.04881443455815315, - 0.13601712882518768, -0.03848784789443016, -0.02349776029586792, - 0.017972435802221298, 0.05237724632024765, 0.06908338516950607, 0.07768522202968597, - -0.0845537781715393, 0.060538437217473984, 0.026019474491477013, - 0.03205154463648796, -0.02638467773795128, 0.06637754291296005, 0.1662939190864563, - 0.14625205099582672, 0.10101808607578278, 0.045912664383649826, 0.08551765233278275, - 0.05270591005682945, 0.09373663365840912, 0.048276036977767944, 0.10639560967683792, - 0.005733518861234188, 0.23816370964050293, 0.1352105289697647, 0.050096262246370316, - 0.08376973122358322, -0.04092913866043091, 0.060342878103256226, - -0.2038467973470688, 0.09994853287935257, 0.006722685415297747, - 0.023183166980743408, -0.012956329621374607, 0.15142814815044403, - 0.011869531124830246, 0.030079102143645287, 0.11589174717664719, - 0.026841798797249794, 0.10431454330682755, -0.0278538316488266, - -0.16570675373077393, -0.06825747340917587, -0.13711105287075043, - -0.169597789645195, 0.13243383169174194, 0.01935257948935032, 0.00446020532399416, - 0.007028515450656414, 0.11900150775909424, -0.13229858875274658, - 0.033508650958538055, -0.011907934211194515, 0.08776295185089111, - 0.16579483449459076, -0.012374022975564003, 0.10427612066268921, - 0.05258093401789665, 0.07442882657051086, 0.041737981140613556, - -0.025000914931297302, 0.08555757254362106, 0.1274053454399109, 0.07294981181621552, - 0.03822925314307213, 0.02953798696398735, 0.05398958548903465, - -0.043230678886175156, -0.09597152471542358, -0.012899542227387428, - -0.050753362476825714, -0.02359364926815033, 0.050526462495326996, - -0.00011105186422355473, 0.11935384571552277, -0.17664092779159546, - -0.06080816313624382, 0.12394458800554276, -0.007077621296048164, - 0.02815897762775421, 0.10834452509880066, 0.0077657015062868595, - 0.07000784575939178, 0.003045169170945883, 0.09704271703958511, 0.13929946720600128, - 0.07089386135339737, 0.028045836836099625, -0.16184081137180328, - -0.1420525312423706, 0.05360238999128342, 0.010003524832427502, 0.08600609004497528, - -0.05772332474589348, 0.021517252549529076, -0.0471155121922493, - 0.10702123492956161, 0.10876593738794327, 0.18206128478050232, 0.044882386922836304, - 0.013240242376923561, 0.08393773436546326, 0.09429234266281128, - -0.007583925034850836, -0.013353977352380753, 0.0872504860162735, - -0.03489901125431061, 0.16039739549160004, 0.06892372667789459, - -0.0012462877202779055, 0.11468368768692017, -0.017592744901776314, - 0.054916009306907654, 0.05815010517835617, 0.041324589401483536, - -0.039684176445007324, 0.16055090725421906, 0.03810141235589981, - 0.11059889197349548, -0.018574358895421028, 0.07845333218574524, - 0.06261726468801498, 0.18867920339107513, -0.02884834073483944, - -0.03197924792766571, 0.11965425312519073, 0.06313446909189224, - -0.08490431308746338, 0.07974674552679062, 0.015594852156937122, 0.1481177806854248, - 0.011566085740923882, 0.13360892236232758, 0.15481634438037872, 0.01044883206486702, - 0.14728157222270966, 0.13987144827842712, 0.22380702197551727, - -0.004689848981797695, 0.1244690790772438, 0.1147255077958107, 0.0794508308172226, - -0.015393272042274475, 0.12215647101402283, 0.022825071588158607, - 0.22554980218410492, -0.024156808853149414, 0.10689720511436462, 0.1466551125049591, - -0.037969835102558136, 0.14842993021011353, 0.0921417698264122, 0.15708555281162262, - 0.014920341782271862, 0.019551372155547142, 0.05885615944862366, - 0.014015681110322475, 0.2065742164850235, 0.04570603743195534, -0.00302359857596457, - -0.057479824870824814, 0.13510023057460785, 0.05362570285797119, - 0.062046654522418976, -0.04613686725497246, 0.04482509195804596, - -0.09222038835287094, 0.05879829451441765, -0.013803488574922085, - 0.13544581830501556, 0.08132476359605789, 0.14154456555843353, 0.19249023497104645, - -0.021065939217805862, -0.07922542095184326, 0.15349799394607544, - 0.027555836364626884, 0.08191702514886856, 0.05289706960320473, 0.1777927428483963, - 0.05678163096308708, 0.050344906747341156, -0.0011750028934329748, - 0.12573648989200592, 0.09774082899093628, 0.05473429709672928, 0.0410391129553318, - -0.029052788391709328, 0.1316184252500534, 0.10848306119441986, 0.133460134267807, - 0.13198363780975342, 0.09452598541975021, 0.11853954195976257, - -0.014650927856564522, 0.042971037328243256, -0.013489670120179653, - 0.03347281739115715, 0.030861113220453262, 0.01882721111178398, 0.055952038615942, - 0.10076110064983368, 0.0535486564040184, -0.07892876863479614, - -0.007882831618189812, 0.05548105761408806, 0.07180149853229523, - 0.022145625203847885, 0.04571051895618439, 0.1025834009051323, 0.054576143622398376, - 0.10276411473751068, 0.02125316672027111, 0.0500326007604599, 0.10163677483797073, - 0.09901604801416397 - ], - [ - -0.027642015367746353, -0.1576547622680664, -0.14590373635292053, - 0.042476240545511246, 0.02215740829706192, -0.06233423948287964, - -0.1269271969795227, -0.03399379178881645, -0.07135310024023056, - -0.05000753328204155, -0.0343351811170578, 0.014965721406042576, - -0.0067374748177826405, 0.06666148453950882, -0.032909274101257324, - -0.11520285159349442, -0.08545979857444763, -0.05613413080573082, - -0.0778714045882225, 0.04886132478713989, -0.09469500929117203, - 0.010076327249407768, 0.2059362232685089, -0.0010450418340042233, - -0.03847328573465347, 0.06821806728839874, 0.10870851576328278, - 0.026134150102734566, -0.10040147602558136, -0.03466147184371948, - -0.01222305092960596, 0.015603696927428246, -0.03187589347362518, - 0.07106871157884598, -0.11243711411952972, 0.027491509914398193, - 0.07198167592287064, -0.05813510715961456, -0.07165678590536118, - -0.11509448289871216, -0.08520573377609253, 0.03984903171658516, - -0.00891474075615406, -0.09288854151964188, -0.046628013253211975, - -0.05172426998615265, -0.07150465250015259, 0.1085658073425293, - -0.041297875344753265, 0.04210454225540161, 0.07875466346740723, - 0.06763924658298492, -0.07062257826328278, -0.19774660468101501, - -0.07836078852415085, -0.054166387766599655, -0.06164166331291199, - -0.021615007892251015, -0.12268801778554916, -0.1668097823858261, - -0.06498166918754578, -0.08095429092645645, 0.006663653999567032, - -0.16012172400951385, -0.0899316817522049, 0.03497207909822464, - -0.04501046985387802, 0.022767523303627968, 0.03870205581188202, 0.2502805292606354, - 0.0456063449382782, -0.029121898114681244, 0.04033263772726059, - -0.02997751720249653, -0.1344539076089859, 0.059996508061885834, 0.0800899863243103, - -0.08344174921512604, 0.10679607093334198, 0.03635804355144501, - -0.04746243730187416, 0.2276647835969925, 0.02488681487739086, 0.23506763577461243, - 0.11239149421453476, -0.1177932396531105, 0.06931686401367188, 0.04438919946551323, - -0.022225067019462585, -0.03202848136425018, 0.14688155055046082, - -0.022961726412177086, 0.11739904433488846, 0.014376098290085793, - -0.08355089277029037, -0.010498317889869213, -0.17444276809692383, - -0.07357102632522583, -0.13632461428642273, 0.030211564153432846, - 0.08526001870632172, -0.06856252253055573, 0.03065847046673298, - -0.04094058647751808, 0.04407306760549545, -0.005936055444180965, - -0.0477166511118412, 0.04520784690976143, 0.24331702291965485, 0.060910750180482864, - 0.060252595692873, 0.060145098716020584, -0.04311949014663696, -0.06512831896543503, - -0.16586939990520477, 0.15427838265895844, 0.13044944405555725, - -0.09021952748298645, 0.046470195055007935, 0.07833269983530045, - -0.01790635474026203, 0.04609547182917595, 0.004585815593600273, - -0.022062454372644424, -0.06260722130537033, -0.0517546609044075, - -0.19470453262329102, -0.010896442458033562, 0.25023403763771057, - 0.031026296317577362, 0.03159148991107941, -0.006662233732640743, - -0.05329132825136185, 0.09701024740934372, -0.02214921824634075, - 0.07822427153587341, -0.01990532875061035, -0.06386039406061172, - -0.10486234724521637, -0.018540654331445694, 0.04541698098182678, - 0.022593216970562935, -0.12079117447137833, 0.0012927550124004483, - 0.03325798735022545, 0.03654584661126137, 0.14441432058811188, -0.05330744385719299, - 0.012759975157678127, 0.06809893250465393, -0.0973958894610405, 0.09868043661117554, - 0.0018254086608067155, -0.131160169839859, 0.08312605321407318, 0.09460622072219849, - -0.15308909118175507, -0.010788239538669586, -0.00970965251326561, - 0.006102872081100941, -0.12645652890205383, 0.042540423572063446, - -0.16300874948501587, 0.04687889292836189, 0.0981217697262764, -0.10402409732341766, - -0.06967686116695404, 0.20631815493106842, -0.016322003677487373, - -0.049908772110939026, -0.05364401638507843, 0.05440574139356613, - -0.07875286042690277, -0.0843069776892662, 0.0022139456123113632, - -0.1302095353603363, -0.14628976583480835, -0.13707970082759857, - 0.11268535256385803, -0.04093705862760544, -0.005130317993462086, - -0.046257708221673965, 0.14338599145412445, 0.022012634202837944, - 0.07756150513887405, -0.24039214849472046, 0.023573575541377068, - -0.10773829370737076, -0.0419856421649456, 0.08137735724449158, - -0.08283732831478119, 0.027721524238586426, -0.15858155488967896, - 0.04075928404927254, 0.10351475328207016, 0.07964617758989334, 0.002242609392851591, - -0.05787442997097969, -0.0770358294248581, 0.0070189135149121284, - 0.07757972180843353, -0.04655388370156288, -0.05704007297754288, - -0.1334112286567688, 0.04335683584213257, 0.031667228788137436, 0.11568066477775574, - 0.02109650894999504, 0.03597630560398102, -0.12636856734752655, - -0.08432003855705261, -0.18655821681022644, -0.17999987304210663, - 0.01203818991780281, 0.15023942291736603, -0.05893457308411598, -0.0568607859313488, - 0.04199711233377457, 0.02637948840856552, -0.13421031832695007, 0.01261789258569479, - 0.09158845245838165, -0.040458668023347855, -0.13901227712631226, - -0.033542849123477936, -0.02684740349650383, -0.011719745583832264, - -0.004960451275110245, -0.14889658987522125, -0.16452358663082123, - -0.04694117605686188, -0.05616571009159088, -0.028715169057250023, - -0.15221498906612396, -0.029434004798531532, -0.048453159630298615, - -0.050391800701618195, 0.10605478286743164, -0.07375658303499222, - 0.006526418030261993, -0.06007876619696617, -0.04202548414468765, - 0.06274253129959106, 0.03815867006778717, -0.01040424220263958, - -0.019377412274479866, 0.0036256308667361736, -0.04417255148291588, - -0.026893341913819313, 0.01238266285508871, -0.03577630594372749, - -0.09081632643938065, -0.12120676785707474, -0.0446585938334465, - 0.026313021779060364, -0.031790945678949356 - ], - [ - 0.11104494333267212, 0.20849230885505676, 0.10736625641584396, -0.07332336157560349, - 0.022968778386712074, 0.07340965420007706, 0.15104804933071136, 0.06601578742265701, - 0.022545859217643738, 0.04777413606643677, 0.007911654189229012, - 0.07791832089424133, 0.01784129999577999, 0.05587732791900635, 0.08258336037397385, - 0.10320358723402023, 0.16397297382354736, 0.14983028173446655, 0.0403214655816555, - -0.030656494200229645, 0.15784820914268494, -0.012100525200366974, - -0.1389438509941101, -0.018193405121564865, 0.14417269825935364, - -0.0661870464682579, -0.0018061186419799924, 0.08998268097639084, - 0.06958169490098953, 0.01267275307327509, 0.042646560817956924, 0.0248520877212286, - 0.06530122458934784, -0.036090124398469925, 0.10354513674974442, - 0.07487207651138306, 0.03139670193195343, 0.10467617213726044, 0.10473059862852097, - 0.07148214429616928, 0.09886395931243896, -0.022384967654943466, - 0.03487573191523552, 0.031654588878154755, 0.12470755726099014, 0.03246518224477768, - 0.05543150752782822, -0.08840493112802505, 0.051418475806713104, - -0.03896456956863403, 0.0017593000084161758, -0.02182622067630291, - -0.0017979039112105966, 0.2178012728691101, 0.13521501421928406, - 0.11146894842386246, 0.060207340866327286, 0.006060856860131025, 0.084366075694561, - 0.10979772359132767, 0.07791900634765625, -0.001412627287209034, - -0.004960972815752029, 0.19926175475120544, 0.13928380608558655, - -0.026751713827252388, 0.01676274463534355, -0.015204505063593388, - 0.00955998431891203, -0.13344410061836243, -0.00034625528496690094, - 0.049772344529628754, -0.03396587818861008, -0.0012003621086478233, - 0.1668202430009842, -0.005186333321034908, -0.022063415497541428, - 0.03205586224794388, -0.08717887103557587, -0.016161557286977768, - 0.05166926980018616, -0.0728936716914177, -0.06937958300113678, - -0.14592599868774414, -0.14989905059337616, 0.17799890041351318, - 0.0007719557615928352, 0.04624323919415474, 0.03427682816982269, - 0.12094756215810776, -0.07725266367197037, 0.07210070639848709, - -0.022105837240815163, 0.10559078305959702, 0.05567372962832451, - -0.0005739120533689857, 0.11565592139959335, 0.09624737501144409, - 0.12225926667451859, 0.08529610931873322, -0.0032836461905390024, - 0.13920174539089203, 0.08865668624639511, 0.009964791126549244, - -0.026766890659928322, 0.01347995363175869, 0.027590645477175713, - 0.03398315608501434, -0.10125073045492172, 0.016504287719726562, - -0.0777086615562439, -0.03939572721719742, 0.11551403254270554, - 0.0004017679311800748, 0.10124416649341583, -0.16443507373332977, - 0.03315434977412224, 0.026593051850795746, 0.06383984535932541, - -0.0013221141416579485, 0.05901440605521202, 0.0001348729565506801, - 0.04184645041823387, 0.05573199689388275, 0.07705220580101013, 0.11739729344844818, - 0.1422497183084488, 0.10707685351371765, -0.1524522304534912, -0.07721327990293503, - 0.019400909543037415, 0.09017567336559296, 0.12034465372562408, - -0.00855831429362297, -0.024247420951724052, -0.10609709471464157, - 0.1256038248538971, 0.12263346463441849, 0.145636647939682, 0.14262652397155762, - 0.07396265119314194, 0.02954486571252346, 0.1814626157283783, 0.012840148992836475, - -0.001518335659056902, 0.006325463764369488, -0.04777989163994789, - 0.13142479956150055, 0.019764333963394165, 0.014151918701827526, - 0.09718086570501328, 0.006369573995471001, 0.027681205421686172, 0.1014610081911087, - 0.042326562106609344, -0.004128467757254839, 0.08572136610746384, - 0.10618443787097931, 0.012126128189265728, 0.006994027644395828, - 0.11242346465587616, 0.06384450197219849, 0.1518426388502121, -0.03538571298122406, - 0.00984958279877901, 0.13061922788619995, 0.11390688270330429, -0.10479329526424408, - 0.10105372965335846, 0.06349978595972061, 0.06080464646220207, - -0.042946506291627884, 0.08629404008388519, 0.06721802055835724, - 0.05728138983249664, 0.1725655496120453, 0.10756152868270874, 0.16789685189723969, - 0.000536421372089535, 0.0615980289876461, -0.013002641499042511, - 0.10783153772354126, -0.00152881711255759, 0.10416010767221451, - 0.011849984526634216, 0.09877806156873703, 0.024797508493065834, - 0.05847310274839401, 0.020396847277879715, -0.01881980150938034, - 0.11592235416173935, 0.1011706292629242, 0.1937345266342163, 0.03362545743584633, - -0.08341985195875168, -0.03647105395793915, -0.007709728553891182, - 0.0954965129494667, 0.09847784787416458, -0.0034858437720686197, - 0.06651544570922852, 0.13760754466056824, 0.07099784165620804, 0.15336237847805023, - 0.032424043864011765, -0.06930612772703171, -0.12478738278150558, - 0.09422293305397034, 0.050838906317949295, 0.10313209891319275, 0.09263914823532104, - 0.16063512861728668, 0.12527307868003845, 0.018954824656248093, - -0.03934398666024208, 0.09294518083333969, 0.00788760744035244, 0.07832305878400803, - 0.03632747754454613, 0.24276144802570343, 0.07595326006412506, - -0.0025976779870688915, 0.05669345706701279, 0.08679085969924927, - 0.08601674437522888, 0.15229740738868713, 0.051226794719696045, 0.03330764174461365, - 0.17012439668178558, 0.08958730101585388, 0.06882883608341217, 0.02870216779410839, - 0.002816711086779833, 0.19039371609687805, 0.005484766326844692, - 0.03636409714818001, -0.050013232976198196, -0.0425722599029541, - 0.062121544033288956, 0.02954019419848919, 0.034075647592544556, - 0.06117065250873566, -0.0018886224133893847, -0.0018750643357634544, - -0.052732329815626144, 0.05358231067657471, 0.06974782049655914, 0.1360713690519333, - 0.04903360828757286, 0.11897463351488113, -0.018645908683538437, - 0.046621572226285934, 0.09719282388687134, 0.06582356989383698, - 0.060142189264297485, 0.07083877921104431 - ], - [ - 0.08834164589643478, 0.21151964366436005, 0.17200115323066711, -0.07457129657268524, - 0.046731989830732346, 0.05113809555768967, 0.09971337020397186, 0.15220026671886444, - 0.05991372838616371, 0.09747746586799622, 0.08244074136018753, 0.01950019970536232, - 0.08591651171445847, -0.013590157963335514, 0.07816281169652939, - 0.06977462768554688, 0.13397181034088135, 0.06351205706596375, 0.10867530107498169, - -0.08044616878032684, 0.13442710041999817, 0.0038964119739830494, - -0.13796262443065643, 0.00036983046447858214, 0.06390094757080078, - 0.02953835390508175, -0.012117786332964897, 0.04457603767514229, - 0.12921488285064697, 0.0707957074046135, -0.011739461682736874, - 0.024981429800391197, 0.11009734123945236, -0.0402374267578125, 0.07827791571617126, - 0.006578629836440086, 0.0262436680495739, 0.03334223851561546, 0.0886155366897583, - 0.05380363389849663, 0.1435515135526657, 0.010687323287129402, 0.004188212100416422, - 0.057162389159202576, 0.1127610057592392, 0.06045026704668999, 0.17348594963550568, - 0.0030204355716705322, -0.005031302571296692, 0.00873195007443428, - 0.05366174876689911, -0.0007906261016614735, 0.10197070986032486, - 0.2019428014755249, 0.17135287821292877, 0.11958971619606018, -5.147466026755865e-7, - 0.0031071968842297792, 0.12319488078355789, 0.06223095953464508, 0.0998043566942215, - 0.1314709186553955, 0.0018306730780750513, 0.09136652946472168, 0.07418955117464066, - 0.10141884535551071, 0.11372275650501251, -0.0019652112387120724, - 0.020424626767635345, -0.17236296832561493, 0.0494149848818779, - 0.013033322058618069, -0.006985893938690424, 0.09486860036849976, - 0.14628033339977264, -0.04398347809910774, 0.03324752300977707, 0.01169811375439167, - -0.05571732670068741, 0.08138315379619598, 0.05506087467074394, - -0.14557315409183502, -0.05275539681315422, -0.17642517387866974, - -0.08468091487884521, 0.18345807492733002, -0.05591590702533722, - 0.010675081983208656, 0.08814840018749237, 0.04874838888645172, - -0.14480416476726532, 0.03711050748825073, -0.055306971073150635, - 0.10705967992544174, 0.07468552887439728, -0.08810736238956451, 0.139226034283638, - 0.1188061386346817, 0.1265929788351059, -0.019600555300712585, - -0.0036873870994895697, 0.04072681814432144, 0.05408934876322746, - 0.003808584762737155, 0.022215448319911957, 0.006764404010027647, - 0.11987806856632233, -0.049577925354242325, -0.0718068927526474, - 0.037972480058670044, -0.07511420547962189, -0.004418505355715752, - 0.000959541299380362, 0.07928937673568726, 0.13737572729587555, - -0.07288689911365509, 0.02011341229081154, 0.08724549412727356, 0.06946854293346405, - -0.027008848264813423, 0.09669026732444763, -0.0005305371596477926, - 0.09524986892938614, 0.05531115084886551, 0.16732095181941986, 0.05249397084116936, - 0.18814772367477417, 0.04431968927383423, -0.2043684422969818, -0.0923631563782692, - -0.03683013096451759, 0.110653355717659, 0.043477896600961685, -0.06895505636930466, - 0.032336119562387466, 0.002121208468452096, 0.10776917636394501, 0.1410655826330185, - 0.14989957213401794, 0.10365620255470276, -0.018357453867793083, - 0.11066560447216034, 0.060407429933547974, 0.07698018848896027, - 0.043754249811172485, 0.10249964147806168, -0.1016848161816597, 0.0566752552986145, - 0.05458640307188034, -0.02977348491549492, 0.05159962922334671, - 0.0034251161850988865, -0.027290020138025284, 0.06376907974481583, - 0.035229507833719254, 0.017105277627706528, 0.08649856597185135, - 0.10388593375682831, 0.08667586743831635, 0.031809043139219284, 0.15699172019958496, - 0.09856320172548294, 0.1669260412454605, -0.04576171934604645, -0.04425496980547905, - 0.08522449433803558, 0.13394908607006073, -0.09850413352251053, 0.0715915709733963, - 0.06361424177885056, 0.06371789425611496, 0.02220810018479824, 0.14413587749004364, - 0.06415162235498428, 0.09980060905218124, 0.15287932753562927, 0.053175922483205795, - 0.1611001342535019, -0.04741081967949867, 0.0998091846704483, 0.1108689159154892, - 0.06702399998903275, -0.07826481759548187, 0.127841055393219, 0.01907532662153244, - 0.14109791815280914, 0.031216932460665703, 0.14266861975193024, 0.11956892162561417, - -0.023244939744472504, 0.13361850380897522, 0.04356953874230385, 0.2035980522632599, - -0.06559921056032181, -0.03892001137137413, -0.04344215244054794, - 0.03604412078857422, 0.11276447772979736, 0.14319340884685516, 0.06934161484241486, - 0.025262484326958656, 0.12880398333072662, 0.051684532314538956, - 0.14714036881923676, 0.03065776266157627, -0.052537377923727036, - -0.06819748878479004, -0.01316921692341566, 0.05720823258161545, - 0.10228828340768814, 0.09058437496423721, 0.21135495603084564, 0.15300054848194122, - 0.00476790452376008, -0.0840420126914978, 0.0884624794125557, 0.08144892007112503, - 0.09939480572938919, 0.05265169218182564, 0.12017453461885452, 0.016314782202243805, - 0.035338688641786575, -0.0002123371814377606, 0.14490127563476562, - 0.031926024705171585, 0.14198797941207886, 0.08028670400381088, 0.07593155652284622, - 0.04726332798600197, 0.15403331816196442, 0.08900430053472519, 0.07879526913166046, - 0.11185400933027267, 0.0919317752122879, -0.005136507097631693, 0.06753498315811157, - 0.0652904063463211, -0.0363902822136879, 0.10876819491386414, 0.05735725164413452, - 0.10970428586006165, 0.07244917750358582, 0.08906707912683487, - 0.0006618050392717123, 0.0068678962998092175, 0.02823035791516304, - 0.08585145324468613, 0.09516527503728867, -0.01045890524983406, 0.10845935344696045, - -0.009769045747816563, 0.07660816609859467, 0.12388718873262405, - 0.10731500387191772, 0.07704337686300278, 0.0074923597276210785 - ], - [ - -0.09657563269138336, -0.18493624031543732, -0.16249197721481323, - 0.09787416458129883, -0.0483001284301281, -0.08739752322435379, - -0.062018148601055145, -0.0996122658252716, -0.11633092164993286, - -0.0657881423830986, -0.04670429229736328, 0.10096072405576706, - -0.033775005489587784, 0.021173609420657158, -0.00031807570485398173, - -0.15327467024326324, -0.10111848264932632, -0.13675066828727722, - 0.00486358255147934, 0.03178565576672554, -0.09100143611431122, - -0.003067602636292577, 0.1587313711643219, 0.06831132620573044, - -0.050672393292188644, 0.03565764054656029, 0.1444595754146576, - 0.0027739638462662697, -0.10773665457963943, -0.023081541061401367, - 0.05304902419447899, -0.0193517804145813, -0.12271187454462051, 0.10813615471124649, - -0.029997244477272034, -0.10436958819627762, 0.0993424504995346, - -0.06128205731511116, -0.1290891468524933, -0.009894955903291702, - -0.11088468879461288, 0.0034962710924446583, 0.019597217440605164, - -0.030462726950645447, -0.12794923782348633, -0.11617238819599152, - -0.14512521028518677, 0.14607177674770355, -0.0029668500646948814, - -0.011775719001889229, 0.09579727053642273, 0.09599240869283676, - -0.08634256571531296, -0.11435198038816452, -0.08495543897151947, - -0.08347024768590927, -0.037988729774951935, -0.04097709804773331, - -0.11960693448781967, -0.1371033489704132, -0.05764203146100044, - -0.029733330011367798, 0.11928358674049377, -0.10375227779150009, - -0.11550997942686081, 0.04518722742795944, -0.070793017745018, 0.10262144356966019, - 0.029617879539728165, 0.26656994223594666, -0.029571613296866417, - -0.05967892333865166, 0.00954416673630476, 0.031908467411994934, - -0.1046312227845192, 0.05861513316631317, 0.02435661107301712, 7.240349077619612e-5, - 0.014183948747813702, -0.05610080435872078, -0.016146758571267128, - 0.2636057436466217, 0.0790264755487442, 0.16852839291095734, 0.13443490862846375, - -0.10838767141103745, 0.012487594038248062, 0.006220787763595581, - 0.010354908183217049, -0.058896876871585846, 0.15324018895626068, - -0.08681266009807587, 0.08945169299840927, -0.05483124405145645, - -0.11523840576410294, 0.09714015573263168, -0.15305961668491364, -0.043062724173069, - -0.15564125776290894, 0.06544113904237747, 0.026514355093240738, - -0.05990296229720116, 0.00046644045505672693, 0.029201321303844452, - 0.10482670366764069, -0.07185154408216476, -0.10094396770000458, - 0.04867418855428696, 0.25089916586875916, 0.04473448544740677, 0.11750976741313934, - 0.10020805895328522, -0.04250093922019005, -0.019434861838817596, - -0.1779347062110901, 0.26350775361061096, 0.03661246970295906, -0.06789030879735947, - 0.058131974190473557, 0.11526157706975937, -0.10535955429077148, - 0.07016375660896301, 0.009132234379649162, -0.02218206599354744, - -0.06773348897695541, -0.020585844293236732, -0.11338347941637039, - -0.07680688053369522, 0.29319706559181213, 0.03338486701250076, 0.08472131937742233, - 0.009021561592817307, -0.1065179705619812, 0.08655981719493866, - -0.013720028102397919, 0.07905714958906174, -0.11706473678350449, - -0.1448221355676651, -0.12180560827255249, -0.1358521729707718, - -0.001437402213923633, -0.029502565041184425, -0.08242636919021606, - -0.045109573751688004, -0.01880420558154583, 0.020749593153595924, - 0.12476808577775955, -0.09284993261098862, -0.07778161764144897, - 0.04749995097517967, -0.06959425657987595, 0.016983209177851677, - 0.028827400878071785, -0.03683020919561386, 0.0754363164305687, 0.07238413393497467, - -0.14348839223384857, -0.061053819954395294, -0.019897442311048508, - 0.072365902364254, -0.08097139000892639, -0.07634471356868744, -0.12328779697418213, - 0.06793111562728882, 0.08363083750009537, -0.10986971855163574, - -0.051640771329402924, 0.14808979630470276, -0.03536944463849068, - 0.012356373481452465, -0.12020860612392426, 0.0659874677658081, - -0.08074377477169037, -0.08175135403871536, -0.09849392622709274, - -0.15003551542758942, -0.16861051321029663, -0.1762373447418213, - 0.04296101629734039, 0.0330728180706501, -0.004386573564261198, - -0.07411055266857147, 0.10874678194522858, -0.10927090048789978, 0.0018002949655056, - -0.15197081863880157, 0.01969715766608715, -0.10786665976047516, - -0.07899114489555359, 0.062304310500621796, -0.03656657785177231, - -0.05214320495724678, -0.10162729024887085, 0.09399200230836868, 0.0262096356600523, - 0.08824729174375534, -0.005540614016354084, -0.12640585005283356, - -0.04119309410452843, -0.016307488083839417, 0.07163074612617493, - -0.049800124019384384, -0.024419311434030533, -0.07019584625959396, - 0.07308249920606613, 0.04895621910691261, 0.14038051664829254, - -0.014981004409492016, -0.033432744443416595, -0.15476278960704803, - -0.01936350390315056, -0.19403409957885742, -0.1450830101966858, - -0.021431537345051765, 0.08598431199789047, -0.11305803805589676, - -0.052890628576278687, -0.016686268150806427, -0.027958858758211136, - -0.19445139169692993, -0.08789541572332382, 0.09255684167146683, - 0.048068102449178696, -0.15485887229442596, 0.005955094937235117, - -0.0511905699968338, -0.07605695724487305, -0.0670698955655098, - -0.05290702357888222, -0.09733568876981735, -0.0026741940528154373, - -0.056326184421777725, -0.023586373776197433, -0.16410155594348907, - 0.05069057643413544, -0.00300526968203485, -0.013939548283815384, - 0.03169950097799301, -0.06124704331159592, 0.039501819759607315, - -0.07901395857334137, -0.04931888356804848, 0.05828828737139702, - 0.06309458613395691, 0.02938726730644703, -0.006360650062561035, - -0.005712943617254496, -0.03649458289146423, -0.03548170253634453, - -0.029999971389770508, -0.03455382585525513, -0.09194044023752213, - -0.1333015412092209, -0.04499298334121704, -0.017252061516046524, - 0.001718797255307436 - ], - [ - -0.09477657824754715, -0.16949377954006195, -0.1358347237110138, - 0.03136351332068443, -0.07914116233587265, -0.03360942378640175, - -0.12569990754127502, -0.14030978083610535, -0.09185029566287994, - 0.005061804782599211, -0.01383383758366108, 0.10836772620677948, - -0.02866143360733986, 0.07214799523353577, -0.07289821654558182, - -0.007053319364786148, -0.13704228401184082, -0.05589490756392479, - -0.04867221415042877, 0.037351641803979874, -0.0884973406791687, - -0.08203103393316269, 0.20571978390216827, 0.13164065778255463, - -0.11855331063270569, 0.11281335353851318, 0.1618962436914444, -0.02717987261712551, - -0.11101607233285904, -0.028744319453835487, 0.11078456044197083, - 0.002858626190572977, -0.09065493196249008, 0.017063193023204803, - -0.053438685834407806, -0.0655408427119255, 0.06105358898639679, - -0.0482543520629406, -0.11372335255146027, -0.003257556352764368, - -0.05481666699051857, 0.043612826615571976, 0.012904291972517967, - -0.024456610903143883, -0.11471036821603775, -0.005339386407285929, - -0.10457523912191391, 0.14655575156211853, 0.027765704318881035, - -0.004919777624309063, 0.1330815553665161, 0.01909421756863594, - -0.042901936918497086, -0.09898386895656586, -0.10863643884658813, - -0.04807231202721596, -0.000826360541395843, -0.019624844193458557, - -0.039480358362197876, -0.07968952506780624, -0.11393646150827408, - -0.07571589201688766, 0.11623430252075195, -0.1425645351409912, - -0.06560499966144562, 0.07502548396587372, -0.013832630589604378, - 0.11885406821966171, 0.06841439753770828, 0.23876971006393433, - -0.00018712486780714244, -0.05904654040932655, 0.0691540539264679, - -0.04038389399647713, -0.11560549587011337, 0.043569911271333694, - 0.09324287623167038, -0.052185650914907455, 0.042288605123758316, - -0.05788777396082878, 0.02492077834904194, 0.25604355335235596, - 0.039971981197595596, 0.20434166491031647, 0.14454521238803864, - -0.16876183450222015, 0.0032352847047150135, -0.06699596345424652, - 0.058665093034505844, 0.0047964598052203655, 0.2167234867811203, - -0.06638637185096741, 0.10308710485696793, -0.012968097813427448, - -0.07535984367132187, 0.09792789071798325, -0.11881942301988602, - -0.04051729664206505, -0.08453168720006943, 0.048436008393764496, - 0.12124118208885193, -0.08734714239835739, -0.017788860946893692, - -0.07450471073389053, 0.10415946692228317, -0.012286725454032421, - 0.005216068122535944, 0.12603597342967987, 0.20411865413188934, 0.04952294006943703, - 0.0928771048784256, 0.005508694332093, -0.05283355712890625, -0.06412326544523239, - -0.04677755385637283, 0.1732654571533203, 0.13604328036308289, 0.006920928601175547, - 0.08872084319591522, 0.10294848680496216, -0.05756375566124916, - 0.050685517489910126, -0.08860018104314804, -0.01401344034820795, - -0.0769052729010582, -0.06167071312665939, -0.12070947140455246, - -0.044620856642723083, 0.2114606648683548, 0.037859611213207245, - 0.11844900250434875, -0.004920145962387323, -0.11994814872741699, - 0.031024478375911713, -0.07260159403085709, 0.13483119010925293, - -0.013716232031583786, -0.09382832795381546, -0.07150444388389587, - -0.03806295990943909, 0.042501240968704224, -0.05779010057449341, -0.09730264544487, - -0.049008939415216446, 0.018548989668488503, -0.0015282751992344856, - 0.15507076680660248, -0.049487873911857605, -0.048895254731178284, - 0.03340482711791992, -0.007820759899914265, 0.04513201117515564, - 0.04588339477777481, -0.12002347409725189, 0.05924198031425476, 0.07822106778621674, - -0.1255960613489151, -0.00426457030698657, -0.038543105125427246, - 0.09059426188468933, -0.0517607256770134, 0.025543492287397385, -0.1380728930234909, - 0.011540640145540237, 0.019855204969644547, -0.09304113686084747, - -0.12885259091854095, 0.24088113009929657, 0.0679325982928276, - -0.033779457211494446, -0.15699119865894318, 0.12742753326892853, - -0.14550988376140594, -0.0028331761714071035, -0.02144176885485649, - -0.17039397358894348, -0.06782171130180359, -0.16511230170726776, - 0.10610616952180862, 0.04265729710459709, -0.05793926492333412, - -0.003663607407361269, 0.07432428002357483, -0.06367623060941696, - 0.07117477804422379, -0.09926638007164001, -0.003344442928209901, - -0.05623037740588188, 0.02265525609254837, 0.16681014001369476, - -0.14133219420909882, 0.0074029238894581795, -0.1372850239276886, - 0.03101232275366783, 0.06842989474534988, 0.11068031191825867, -0.05191297084093094, - -0.12741997838020325, -0.10410715639591217, 0.11613640189170837, - 0.044104937463998795, -0.10098345577716827, 0.0030592253897339106, - -0.07738421857357025, 0.07777845114469528, 0.08177325874567032, 0.03149165213108063, - -0.06848570704460144, 0.028826892375946045, -0.17204636335372925, - -0.04877976328134537, -0.09977768361568451, -0.06862631440162659, - 0.0936829224228859, 0.12072663754224777, -0.15917125344276428, - -0.044370051473379135, 0.009046131744980812, 0.0014121619751676917, - -0.09735073894262314, -0.046704720705747604, 0.07637227326631546, - -0.03008135035634041, -0.10879924148321152, -0.03116762265563011, - -0.12961341440677643, -0.07006722688674927, -0.023185355588793755, - -0.03346581757068634, -0.07082480937242508, -0.09405671060085297, - -0.026258643716573715, -0.04942486435174942, -0.1672687530517578, - 0.05268627032637596, 0.0022477214224636555, -0.003996996209025383, - 0.10293067991733551, -0.07106057554483414, 0.1003730371594429, -0.11016230285167694, - -0.06544166058301926, 0.03187895566225052, 0.08033560961484909, 0.05106504261493683, - -0.009186947718262672, -0.04663260653614998, -0.058690838515758514, - 0.03157489746809006, -0.0970802828669548, -0.004125399515032768, - -0.052067603915929794, -0.09920354187488556, -0.08476875722408295, - 0.010482227429747581, -0.02810925990343094 - ], - [ - -0.06945856660604477, -0.1797502338886261, -0.12645384669303894, - 0.007441723253577948, 0.013250368647277355, -0.06773249059915543, - -0.12561558187007904, -0.04477650672197342, -0.05069202184677124, - -0.06639529019594193, 0.023005304858088493, 0.03599625825881958, - -0.08550933003425598, 0.11685313284397125, -0.09783588349819183, - -0.046400588005781174, -0.09973055869340897, -0.11883170902729034, - -0.07602149993181229, 0.04802185297012329, -0.08357768505811691, - -0.07076460123062134, 0.1587848961353302, 0.08041108399629593, -0.12804125249385834, - 0.07082699984312057, 0.05886438861489296, -0.015729807317256927, - -0.07162120938301086, -0.045430101454257965, 0.044075507670640945, - -0.024442991241812706, -0.0787099152803421, 0.11549610644578934, - -0.033041294664144516, -0.0384298600256443, -0.005240686237812042, - -0.03172719106078148, -0.15177519619464874, -0.11527760326862335, - -0.06575042754411697, 0.08550804853439331, 0.04083205759525299, - -0.03126783296465874, -0.14556457102298737, -0.09228216856718063, - -0.11128802597522736, 0.16643936932086945, -0.045974526554346085, - -0.06374655663967133, 0.04713983088731766, 0.0794091746211052, -0.06590553373098373, - -0.21493779122829437, -0.14852532744407654, 0.03240450844168663, - 0.05028689652681351, -0.05088568106293678, -0.13805192708969116, - -0.1155812218785286, -0.05691046640276909, 0.02301448956131935, - 0.021022722125053406, -0.18694892525672913, -0.14896146953105927, - 0.08696505427360535, 0.024463461712002754, 0.05601890757679939, - -0.006832555867731571, 0.13586801290512085, -0.07050804793834686, - -0.033782266080379486, 0.07116574048995972, -0.029718348756432533, - -0.11541350185871124, 0.0195461418479681, 0.0066014789044857025, - -0.004119017161428928, 0.10037489235401154, -0.05165370926260948, - 0.01820358820259571, 0.22832775115966797, 0.008742845617234707, 0.21855582296848297, - 0.21139559149742126, -0.09759371727705002, -0.00399087555706501, - 0.015730002894997597, 0.00209677591919899, -0.05261697247624397, - 0.16814912855625153, -0.02743985690176487, 0.07550889253616333, - 0.031070442870259285, -0.1091986894607544, 0.04153887927532196, - -0.07528126239776611, -0.07730498909950256, -0.1480657011270523, - 0.03272087872028351, 0.10587122291326523, 0.0011661455500870943, - -0.10547579079866409, -0.047519758343696594, 0.06497287005186081, - 0.020457707345485687, -0.14879384636878967, 0.08094239979982376, - 0.16452454030513763, 0.02141638658940792, 0.11324377357959747, 0.04660629481077194, - -0.024976618587970734, -0.06022593379020691, -0.09498699754476547, - 0.25818681716918945, 0.06395194679498672, -0.09927178919315338, - 0.0004327234346419573, 0.14681369066238403, -0.005822744686156511, - 0.08297255635261536, -0.03705447167158127, -0.062154825776815414, - -0.16617421805858612, -0.11209455877542496, -0.15325628221035004, - -0.04412956163287163, 0.19617684185504913, 0.08778349310159683, - -0.008965837769210339, -0.0050356462597846985, -0.05674901604652405, - 0.08945558965206146, 0.05754945054650307, 0.08243117481470108, 0.006073340307921171, - -0.046320077031850815, -0.1026817113161087, -0.008661316707730293, - 0.012562958523631096, -0.01031099259853363, -0.11220961809158325, - -0.045024752616882324, -0.005661672446876764, 0.021290326490998268, - 0.03585384786128998, -0.03744350001215935, -0.011901255697011948, - 0.06298460066318512, -0.002437011804431677, 0.09602546691894531, - 0.030489275231957436, -0.02399931661784649, 0.0590529665350914, - -0.020818928256630898, -0.1500723659992218, -0.027298131957650185, - -0.029172243550419807, 0.0547034926712513, -0.04633313789963722, - -0.04330530762672424, -0.07201648503541946, 0.08441761136054993, - 0.04206955432891846, -0.09267671406269073, -0.17772385478019714, - 0.22059325873851776, -0.05189373716711998, 0.06614606827497482, - -0.08614927530288696, 0.05365053564310074, -0.14252692461013794, - -0.05876792594790459, -0.0403677374124527, -0.13975568115711212, - -0.09726151823997498, -0.11634511500597, 0.07391919940710068, -0.023306280374526978, - -0.01940017007291317, -0.08955676853656769, 0.08668792247772217, - -0.009828672744333744, 0.11231629550457001, -0.24682754278182983, - 0.045868899673223495, -0.04411397501826286, -0.02523001655936241, 0.086502805352211, - -0.12515679001808167, 0.037583544850349426, -0.1189628317952156, - 0.08052092045545578, 0.02667100355029106, 0.10195840895175934, -0.01589769497513771, - -0.051293209195137024, -0.029580427333712578, 0.032025936990976334, - 0.06831534951925278, -0.06498195976018906, -0.06157805770635605, - -0.07547786086797714, 0.05967238172888756, 0.037351276725530624, 0.1560719907283783, - 0.016261979937553406, -0.007333049550652504, -0.09745758026838303, - -0.11228163540363312, -0.10054996609687805, -0.11154865473508835, - 0.007091334089636803, 0.13834026455879211, -0.10261749476194382, - -0.07396244257688522, -0.007763166446238756, -0.011952151544392109, - -0.17936387658119202, 0.02151145413517952, 0.042762454599142075, - 0.04494074732065201, -0.0918179377913475, -0.012762240134179592, - -0.10171423107385635, -0.019208237528800964, -0.05130154639482498, - -0.06051294505596161, -0.09853756427764893, -0.06437668949365616, - -0.10223841667175293, -0.07371041923761368, -0.0996658205986023, - 0.11154709756374359, -0.0015815036604180932, -0.00614686356857419, - 0.10833611339330673, -0.027609143406152725, 0.07756324112415314, - -0.09003166854381561, -0.12967030704021454, 0.0849638283252716, 0.02324356511235237, - 0.042980749160051346, -0.03254200518131256, -0.05639868229627609, - -0.05518686771392822, -0.006688268855214119, -0.09258425235748291, - -0.009191848337650299, -0.08383236825466156, -0.10673457384109497, - -0.02161838673055172, -0.06192484498023987, 0.009374275803565979 - ], - [ - -0.07962426543235779, -0.20157292485237122, -0.17367856204509735, - 0.06713814288377762, 0.008892012760043144, -0.06798523664474487, - -0.13355159759521484, -0.10325393080711365, -0.08083410561084747, - -0.02178453467786312, -0.01483321376144886, 0.07358553260564804, - -0.13437408208847046, 0.08728595823049545, -0.014022420160472393, - -0.06825557351112366, -0.030112389475107193, -0.12489410489797592, - -0.05273190885782242, 0.08012553304433823, -0.160971999168396, - -0.0017001022351905704, 0.16333405673503876, 0.0456165075302124, - 0.01270610187202692, 0.09146539121866226, 0.060522958636283875, - -0.013679328374564648, -0.06387074291706085, 0.006772894877940416, - 0.038889121264219284, -0.10488060861825943, -0.09889218956232071, - -0.015532967634499073, -0.060095444321632385, -0.04774004966020584, - 0.010593399405479431, -0.02149735391139984, -0.10478327423334122, - -0.07931359857320786, -0.12236527353525162, 0.07184594869613647, - -0.035574641078710556, -0.0409461185336113, -0.06252569705247879, - -0.0020061684772372246, -0.11787865310907364, 0.0651019886136055, - 0.003873407142236829, -0.0435202531516552, 0.09557130187749863, 0.03278845176100731, - -0.02843610756099224, -0.1319517344236374, -0.05627172440290451, - -0.11121265590190887, 0.01829235441982746, -0.08120247721672058, - -0.09097866714000702, -0.0815848708152771, -0.07091889530420303, - -0.048397645354270935, 0.031714703887701035, -0.0883905366063118, - -0.06752973794937134, 0.05924375727772713, -0.06236664205789566, - -0.013580955564975739, -0.028572220355272293, 0.18108855187892914, - -0.007577341049909592, 0.010854464955627918, 0.01934080198407173, - 0.01798992045223713, -0.14540724456310272, 0.02155580185353756, 0.08760819584131241, - -0.019511498510837555, 0.010633031837642193, -0.059812258929014206, - 0.021377187222242355, 0.24559558928012848, 0.035474713891744614, - 0.17035722732543945, 0.06174597889184952, -0.13878294825553894, 0.07770279049873352, - -0.05207743123173714, -0.026095137000083923, 0.006684829015284777, - 0.15704475343227386, -0.10489634424448013, 0.08776656538248062, - -0.06273122876882553, -0.02367759309709072, 0.0933162048459053, - -0.020515089854598045, -0.035738639533519745, -0.17229408025741577, - -0.0017238312866538763, 0.046461593359708786, -0.07802871614694595, - -0.07914162427186966, -0.08681274950504303, 0.07905130088329315, - -0.04262755438685417, -0.05610033497214317, 0.033878203481435776, - 0.13512659072875977, 0.0026033592876046896, 0.06544090062379837, - 0.035661932080984116, -0.06470420211553574, -0.050963904708623886, - -0.12874636054039001, 0.21191366016864777, 0.03069751150906086, - -0.04943074658513069, -0.011852988041937351, 0.06691258400678635, - -0.07042622566223145, 0.02559679001569748, -0.0725172907114029, - -0.024542491883039474, -0.0804445818066597, -0.0719996765255928, - -0.12960265576839447, -0.05979989469051361, 0.18151819705963135, - 0.07991478592157364, 0.013104255311191082, -0.027870090678334236, - -0.1120368167757988, 0.08310266584157944, -0.036905284970998764, - 0.06264710426330566, -0.03902174159884453, -0.11145961284637451, - -0.08976258337497711, -0.036254554986953735, -0.021475350484251976, - -0.08130012452602386, -0.12817850708961487, -0.0908607617020607, - 0.0005615067784674466, -0.04602756351232529, 0.09333941340446472, - -0.1172441616654396, -0.023696675896644592, 0.10557106882333755, - -0.010303771123290062, 0.07134704291820526, 0.07748004794120789, - -0.12147673964500427, 0.07235630601644516, 0.034141648560762405, - -0.10710214823484421, -0.03154547140002251, -0.023352481424808502, - 0.029232973232865334, -0.10687959939241409, 0.004250438883900642, - -0.05039217323064804, 0.012519200332462788, 0.06478850543498993, - -0.05534417927265167, -0.06768559664487839, 0.20941485464572906, - -0.07172554731369019, -0.05084018409252167, -0.06455588340759277, - 0.0473380982875824, -0.09099578112363815, -0.04952216520905495, - -0.039975814521312714, -0.059298887848854065, -0.11322061717510223, - -0.11407385021448135, 0.06307108700275421, 0.011399989016354084, - -0.09671178460121155, -0.0021531423553824425, 0.13342465460300446, - -0.09099055081605911, 0.047637902200222015, -0.131257563829422, - 0.012190266512334347, -0.11101733148097992, -0.019326236099004745, - 0.13623011112213135, -0.04801527410745621, 0.0024178395979106426, - -0.13281530141830444, 0.09094014763832092, 0.011176888830959797, - 0.07539552450180054, -0.012833498418331146, -0.05961562320590019, - -0.08027946203947067, 0.0033616945147514343, 0.08822450041770935, - -0.05945616960525513, 0.017079459503293037, -0.09495535492897034, - 0.08431295305490494, 0.0912022814154625, 0.10293499380350113, -0.07411148399114609, - 0.019176334142684937, -0.10524492710828781, -0.06839456409215927, - -0.16865281760692596, -0.10475938767194748, 0.0735740065574646, 0.088870570063591, - -0.13593192398548126, -0.0677710548043251, 0.01348134409636259, - 0.0008969543850980699, -0.13433155417442322, -0.014016781933605671, - 0.08656834810972214, 0.017820492386817932, -0.046871840953826904, - -0.05960598960518837, -0.033667851239442825, 0.012137241661548615, - -0.05882116034626961, -0.05851210653781891, -0.14488494396209717, - -0.10544005036354065, -0.09734605997800827, -0.06969306617975235, - -0.10794208198785782, 0.07156535238027573, -0.02987518720328808, - 0.02848142199218273, 0.08880316466093063, -0.017543185502290726, - 0.07010263204574585, -0.0474529042840004, -0.11420895904302597, - 0.0014516781084239483, 0.1062174141407013, 0.05143088474869728, - -0.029560178518295288, -0.0043189083226025105, -0.07044526934623718, - 0.02029242552816868, -0.09811901301145554, -0.006609859876334667, - -0.06988517940044403, -0.031330253928899765, -0.03187267854809761, - -0.032368842512369156, -0.03690079227089882 - ], - [ - -0.020637866109609604, -0.05148385465145111, 0.03607254475355148, - -0.06974036246538162, -0.032766640186309814, 0.04261511564254761, - -0.0409674309194088, -0.017977958545088768, 0.0336969718337059, - -0.011343639343976974, 0.007437585387378931, 0.03778235614299774, - 0.04037158936262131, 0.04256726801395416, 0.01765495538711548, 0.048108991235494614, - -0.05542141944169998, -0.014603838324546814, -0.0070295920595526695, - 0.02013731561601162, -0.01661130040884018, -0.00476909801363945, - -0.029913758859038353, 0.04726061224937439, -0.03754115104675293, - 0.002909310394898057, -0.01431011687964201, 0.04558107256889343, - 0.01597779057919979, -0.017596594989299774, -0.04459284991025925, - 0.027341671288013458, 0.03694675490260124, -0.04213760420680046, - -0.011480252258479595, -0.016688082367181778, -0.028312139213085175, - -0.022977190092206, -0.01041391771286726, 0.027135631069540977, - 0.0033037078101187944, -0.014726691879332066, -0.05468162149190903, - -0.06023837625980377, 0.0178152434527874, 0.05354144051671028, 0.020966675132513046, - 0.01954152062535286, -0.01674257405102253, -0.03888764977455139, - -0.06501394510269165, 0.021320324391126633, 0.04077344387769699, - 0.04849659278988838, 0.01959771290421486, -0.04691779240965843, - 0.018546801060438156, -0.04049450159072876, -0.003368162550032139, - -0.035076212137937546, -0.052388399839401245, 0.022815994918346405, - -0.053803134709596634, -0.05891328305006027, -0.018390430137515068, - 0.012305737473070621, 0.024324221536517143, -0.0346028171479702, - 0.023990774527192116, -0.02833852544426918, 0.022403016686439514, - 0.019446440041065216, -0.045069463551044464, -0.007029509637504816, - 0.03987361863255501, -0.03197471424937248, 0.013126794248819351, - -0.06216065213084221, -0.040040984749794006, -0.05866434425115585, - 6.38990240986459e-5, 0.0427137054502964, -0.0534466914832592, 0.05531498044729233, - 0.05568291246891022, -0.046698346734046936, -0.029472051188349724, - 0.05144340917468071, -0.032903172075748444, -0.033236924558877945, - -0.030079862102866173, 0.047284163534641266, 0.006030591204762459, - 0.0020862033125013113, -0.035538773983716965, -0.0039054076187312603, - -0.008959746919572353, -0.05335298925638199, -0.031610019505023956, - 0.024428410455584526, -0.028216024860739708, -0.022755037993192673, - -0.041353870183229446, -0.05675465986132622, -0.04974307864904404, - -0.03327188640832901, 0.041786886751651764, -0.04550435021519661, - 0.029814815148711205, 0.0005016270442865789, -0.04697392135858536, - 0.044109079986810684, -0.03115643374621868, -0.010545619763433933, - 0.014906755648553371, -0.024831432849168777, 0.030343126505613327, - 0.0320889912545681, -0.011272069066762924, -0.050118207931518555, - 0.04972339794039726, 0.03611859679222107, 0.003485041670501232, - 0.0029478701762855053, -0.000340165599482134, -0.06620306521654129, - 0.0033478178083896637, -0.04310008883476257, -0.04436479136347771, - -0.0023254454135894775, 0.0018518074648454785, -0.004855665843933821, - -0.007320992182940245, -0.047464899718761444, 0.0058501772582530975, - -0.05596447363495827, 0.02446952648460865, 0.01305451337248087, - -0.004769821185618639, -0.0366048663854599, -0.017580032348632812, - -0.021094929426908493, 0.017432453110814095, 0.023638945072889328, - 0.02728721871972084, -0.01721184514462948, -0.02132520265877247, - 0.01431584358215332, -0.04635604843497276, 0.0034753603395074606, - -0.04024956002831459, 0.034720949828624725, 0.011487888172268867, - -0.06070486456155777, -0.05302644148468971, 0.026135960593819618, - -0.02975461073219776, 0.05364900827407837, 0.036808691918849945, - 0.021548116579651833, 0.031495921313762665, -0.021612344309687614, - 0.04767268896102905, -0.06738480925559998, -0.005826042033731937, - 0.036448296159505844, 0.0302910003811121, 0.006081312894821167, -0.070194773375988, - -0.015384864993393421, -0.04712442308664322, -0.03444715216755867, - -0.030875641852617264, 0.0035981200635433197, 0.016255175694823265, - -0.00837970431894064, -0.03702947124838829, 0.032138995826244354, - 0.00011016004282282665, 0.03796813264489174, -0.049339499324560165, - 0.00583650590851903, -0.02110580913722515, -0.018216708675026894, - -0.03592995926737785, -0.06275960057973862, -0.025808392092585564, - -0.0024182952474802732, 0.05910491198301315, -0.010897999629378319, - -0.006443992257118225, 0.01513938419520855, 0.00632037129253149, - -0.04123328626155853, 0.0496060885488987, 0.030715003609657288, - -0.005056686699390411, 0.05208322033286095, -0.04122541472315788, - -0.06007421389222145, 0.01945878565311432, 0.0029770066030323505, - 0.019574161618947983, 0.020827166736125946, -0.07157360762357712, - -0.025800134986639023, -0.029118284583091736, -0.03422658517956734, - -0.00796742457896471, -0.06125207245349884, -0.007584720384329557, - 0.04007050022482872, 0.029750268906354904, 0.015268475748598576, - -0.0623001903295517, 0.03264135867357254, -0.05219729244709015, - -0.05856030806899071, -0.041694846004247665, -0.002600923413410783, - -0.05543343722820282, 0.037639327347278595, -0.004103407729417086, - -0.029429446905851364, 0.0008105152519419789, 0.02489987201988697, - 0.054965656250715256, -0.02882247045636177, 0.005615913774818182, - 0.03045746311545372, -0.008612499572336674, 0.01557637844234705, - 0.04278292506933212, -0.03615879639983177, -0.06966383755207062, - 0.0013084113597869873, -0.00014660060696769506, 0.008902412839233875, - -0.037883490324020386, -0.038024380803108215, -0.019004078581929207, - -0.04172063246369362, -0.01113842986524105, 0.0369662307202816, 0.03421255201101303, - -0.052808962762355804, 0.050896767526865005, -0.058607496321201324, - -0.010753611102700233, 0.027032528072595596, 0.034420449286699295, - -0.054581645876169205, -0.02974044904112816, -0.03495757281780243, - 0.013855643570423126, -0.024668540805578232 - ], - [ - 0.053493138402700424, 0.1291753202676773, 0.06375448405742645, - -0.030179273337125778, 0.07574968039989471, 0.07378849387168884, - 0.06611799448728561, 0.11456208676099777, 0.09958066791296005, 0.016754209995269775, - 0.08165837079286575, 0.0533914752304554, 0.06994298100471497, 0.014582619071006775, - 0.008257905952632427, 0.07908609509468079, 0.11121009290218353, 0.14457638561725616, - 0.024615518748760223, -0.04549921676516533, 0.07108556479215622, 0.0697406530380249, - -0.1210935115814209, 0.022275138646364212, 0.07047666609287262, - -4.392296978039667e-5, -0.017289670184254646, 0.03889445215463638, - 0.029913142323493958, 0.09339731931686401, 0.009410114958882332, - 0.10218386352062225, 0.09337934851646423, -0.02873697690665722, - 0.022166233509778976, 0.10090652853250504, -0.022966012358665466, - 0.09322991967201233, 0.15773116052150726, 0.10751882940530777, 0.02521141618490219, - -0.035380855202674866, -0.007423083297908306, 0.0020950983744114637, - 0.13406966626644135, 0.06551636755466461, 0.04730646312236786, -0.05483794957399368, - 0.04572631046175957, 0.07317864149808884, 0.020527029410004616, 0.04233474284410477, - 0.05528976023197174, 0.1278393417596817, 0.11210019141435623, 0.05948275327682495, - 0.11771438270807266, 0.0684003010392189, 0.07886408269405365, 0.17470821738243103, - 0.06073415279388428, 0.0552559457719326, 0.0010168157750740647, 0.19034819304943085, - 0.13884608447551727, 0.007731115911155939, 0.08509385585784912, - -0.036014407873153687, 0.029640771448612213, -0.18789412081241608, - -0.017925478518009186, 0.11542292684316635, -0.03706814721226692, - 0.09553426504135132, 0.1946725845336914, -0.04408828914165497, 0.0366840735077858, - 0.03156934306025505, -0.04786424711346626, 0.06793873757123947, - 0.061751533299684525, -0.15372464060783386, -0.07402179390192032, - -0.12641268968582153, -0.05026336759328842, 0.1775161474943161, - -0.035621557384729385, 0.020908135920763016, 0.08558546751737595, - 0.11356586217880249, -0.13813702762126923, 0.020406179130077362, - -0.04839756339788437, 0.032519757747650146, 0.14344096183776855, - -0.047373950481414795, 0.08635149896144867, 0.14068464934825897, - 0.12145230919122696, 0.03732214495539665, -0.036996982991695404, - 0.14358393847942352, 0.04497699812054634, 0.08548924326896667, -0.04249653220176697, - 0.07645106315612793, 0.05744097754359245, 0.02460762858390808, -0.08446483314037323, - -0.019647493958473206, 0.004923875443637371, -0.018327224999666214, - 0.1083485335111618, 0.07389253377914429, 0.16012313961982727, -0.15128713846206665, - -0.04225088283419609, 0.11896645277738571, 0.05121186748147011, - -0.04374271631240845, 0.1283906251192093, 0.007618018426001072, 0.05987178161740303, - 0.005778000224381685, 0.09568604081869125, 0.10157674551010132, 0.2000398486852646, - 0.06220515817403793, -0.16261693835258484, -0.13133391737937927, - 0.03335317596793175, 0.02680393122136593, 0.0949791818857193, -0.04075569659471512, - 0.004568512551486492, -0.03992915153503418, 0.10617180168628693, - 0.15833447873592377, 0.2072252333164215, 0.15924571454524994, 0.02749393694102764, - 0.049956612288951874, 0.07971963286399841, 0.009141646325588226, - 0.004886594135314226, 0.05950610339641571, -0.08488856256008148, 0.0776929184794426, - 0.09772464632987976, -0.02828809805214405, 0.10526000708341599, - 0.021264979615807533, -0.02773403190076351, 0.08471375703811646, - 0.039332225918769836, 0.013994435779750347, 0.13162721693515778, - 0.08912933617830276, 0.08415067195892334, -0.05469024181365967, - 0.038185931742191315, 0.08009611815214157, 0.0833105817437172, - -0.042383644729852676, 0.032660629600286484, 0.12695901095867157, - 0.08156921714544296, -0.08847960084676743, 0.04523006081581116, 0.09137097001075745, - 0.051691628992557526, 0.031230811029672623, 0.18152013421058655, - 0.13041910529136658, 0.04885943606495857, 0.08004225790500641, 0.07250402122735977, - 0.1808243989944458, 0.020823810249567032, 0.0053981333039700985, - 0.02335948310792446, 0.03514734283089638, -0.08048224449157715, - 0.031164217740297318, -0.049655430018901825, 0.1436353325843811, - -0.01916978508234024, 0.12015803903341293, 0.054839324206113815, - -0.09013881534337997, 0.14795252680778503, 0.03880953788757324, 0.12840475142002106, - -0.050033580511808395, -0.02069598250091076, 0.059886157512664795, - 0.07409927994012833, 0.13823360204696655, 0.10105247795581818, -0.00787067599594593, - 0.03860122337937355, 0.13929401338100433, -0.0026350258849561214, - 0.06334808468818665, -0.03455187752842903, -0.00199835654348135, - -0.14645519852638245, -0.0035301796160638332, 0.0772373229265213, - 0.10218801349401474, 0.006221861578524113, 0.18146106600761414, 0.14164234697818756, - -0.03162096068263054, -0.1270872950553894, 0.11633247137069702, 0.063413105905056, - 0.07068004459142685, 0.026600675657391548, 0.11495823413133621, - 0.010655905120074749, 0.05856568366289139, 0.04089724272489548, 0.1400366723537445, - 0.02508842572569847, 0.09587793797254562, 0.06791634857654572, 0.06745373457670212, - 0.067790687084198, 0.06951670348644257, 0.05705149099230766, 0.014837706461548805, - 0.09246443957090378, 0.1984875351190567, -0.0563805066049099, 0.07045483589172363, - 0.07017745077610016, -0.006861659698188305, 0.024295253679156303, - 0.023689959198236465, 0.08699122071266174, 0.0728328600525856, 0.08835028856992722, - 0.01718055084347725, -0.06381206214427948, 0.025795144960284233, - -0.013756577856838703, 0.07272624969482422, 0.054246753454208374, - 0.09531387686729431, 0.10931821167469025, 0.05969513580203056, 0.035912707448005676, - 0.07273917645215988, 0.07009811699390411, 0.02443045936524868 - ], - [ - 0.027766074985265732, 0.05696207657456398, -0.02492378279566765, - 0.0027499007992446423, 0.015101814642548561, -0.03434395417571068, - 0.04340466111898422, -0.020214209333062172, -0.06559278070926666, - 0.008503813296556473, 0.008730058558285236, -0.035870861262083054, - -0.005942010320723057, -0.01780431903898716, 0.029189912602305412, - -0.05413918197154999, -0.029925983399152756, -0.0564890131354332, - -0.04558463394641876, -0.034784115850925446, -0.059980832040309906, - -0.007014342118054628, 0.053876664489507675, -0.06494172662496567, - 0.004481462761759758, -0.04966113343834877, -0.009616142138838768, - -0.030555233359336853, -0.019927944988012314, -0.04417252168059349, - -0.013162342831492424, 0.021870462223887444, -0.058709871023893356, - 0.02158110961318016, -0.06387955695390701, -0.07223597913980484, - 0.02391251176595688, -0.005203035660088062, 0.016689937561750412, - 0.043106380850076675, 0.059909507632255554, 0.028154276311397552, - 0.0471782311797142, -0.006631643511354923, 0.05087960138916969, - -0.009241010993719101, -0.061263471841812134, 0.0062183802947402, - -0.07138171046972275, 0.027539778500795364, -0.014751389622688293, - -0.03240856155753136, -0.020428044721484184, 0.015188481658697128, - 0.00015555588470306247, 0.0046089706011116505, 0.003598295385017991, - -0.012094065546989441, -0.042030707001686096, -0.04130396246910095, - 0.03234557807445526, 0.01756794936954975, -0.020193615928292274, - -0.04603910073637962, 0.04886363819241524, -0.0041823554784059525, - 0.006708011496812105, -0.009358434937894344, 0.048088569194078445, - 0.006830025929957628, 0.028385525569319725, -0.037048935890197754, - 0.04228246584534645, -0.017290359362959862, 0.02103293500840664, - -0.013348232954740524, 0.018765859305858612, 0.02569275163114071, - -0.04932152479887009, 0.05069512128829956, -0.01821056939661503, - 0.028397349640727043, -0.020349640399217606, -0.021681709215044975, - -0.01657707989215851, 0.02584555186331272, -0.04136567562818527, - -0.059083662927150726, -0.0426119863986969, -0.040348682552576065, - 0.04794074594974518, -0.04546545073390007, 0.0025617091450840235, - 0.019511377438902855, 0.03347107023000717, -0.012537824921309948, - 0.03475119546055794, 0.01179562322795391, -0.06727442145347595, - 0.042062852531671524, 0.03539671003818512, 0.027439191937446594, - 0.039788275957107544, 0.050108786672353745, 0.014966797083616257, - 0.004071838688105345, -0.04128526523709297, 0.024441907182335854, - 0.0163690447807312, -0.06589760631322861, 0.022808406502008438, - 0.027082165703177452, 0.03161560744047165, 0.0009018160635605454, - 0.01242184080183506, -0.02684859372675419, -0.06222633644938469, - 0.01816609874367714, -0.07387669384479523, -0.04607219249010086, - 0.01864931732416153, 0.006082987412810326, -0.05662762373685837, - -0.014543822035193443, -0.037404995411634445, -0.05084763839840889, - -0.0538247674703598, -0.013184159062802792, 0.01575523428618908, - 0.011059390380978584, -0.03223172947764397, -0.023209404200315475, - -0.06361441314220428, -0.011441239155828953, -0.022897418588399887, - -0.028513912111520767, -0.004127388820052147, -0.01600835844874382, - -0.038352224975824356, -0.002952895825728774, -0.05777248740196228, - 0.021382635459303856, -0.003374450607225299, 0.02963072620332241, - 0.01643694005906582, -0.01716790720820427, 0.0408223494887352, - -0.033079005777835846, -0.06598980724811554, -0.004330865107476711, - 0.041649580001831055, 0.003644369775429368, 0.04583219066262245, - -0.0033994445111602545, 0.016769954934716225, -0.04334966093301773, - 0.00343378446996212, -0.02460082247853279, 0.005847455468028784, - -0.010095415636897087, -0.0031138614285737276, -0.007810295559465885, - -0.03469076007604599, -0.009980916976928711, -0.053400710225105286, - 0.03621828928589821, -0.0535697340965271, -0.021591799333691597, - 0.019183192402124405, -0.02928418293595314, 0.021757198497653008, - -0.04297478869557381, -0.005988613236695528, 0.04379541799426079, - -0.045676618814468384, -0.06111716479063034, 0.02935454621911049, - -0.004149287473410368, -0.0737898051738739, -0.07487216591835022, - -0.02725202403962612, 0.06368596851825714, 0.00241654459387064, - -0.05579839274287224, 0.027460351586341858, -0.004995536990463734, - 0.020899951457977295, -0.026274077594280243, -0.02329746074974537, - -0.015524950809776783, -0.06431437283754349, -0.0585574209690094, - 0.0012952910037711263, -0.04728206992149353, -0.06990677863359451, - -0.01484479196369648, 0.04469337314367294, 0.04445706680417061, 0.04223500192165375, - 0.008268093690276146, 0.028831899166107178, -0.059462424367666245, - 0.05111757665872574, 0.040069084614515305, -0.0221541840583086, - 0.045888930559158325, -0.05156734585762024, -0.025219686329364777, - 0.030397893860936165, 0.04499896988272667, 0.04240487143397331, - 0.0012133704731240869, -0.07206196337938309, -0.016444597393274307, - 0.026380250230431557, 0.020201124250888824, -0.062238648533821106, - 0.04796009138226509, -0.01847592368721962, -0.0041667683981359005, - -0.05425257235765457, 0.004119447432458401, -0.02863871492445469, - -0.022932574152946472, 0.028121039271354675, 0.007159482222050428, - 0.010307825170457363, -0.006127420347183943, -0.05527356266975403, - 0.0028901249170303345, -0.008151324465870857, -0.03256973996758461, - -0.06981024891138077, 0.015266148373484612, -0.02445828914642334, - -0.0613587461411953, 0.00715217087417841, 0.009810480289161205, - 0.047247350215911865, 0.01785256713628769, 0.017558971419930458, - 0.037233177572488785, -0.02870568260550499, -0.022382427006959915, - -0.01960362307727337, -0.04780356585979462, -0.030093537643551826, - -0.04875411093235016, 0.051183946430683136, 0.026350274682044983, - 0.03278099000453949, -0.011328133754432201, 0.03624570369720459, - -0.01702411286532879, -0.04349286109209061, -0.013455167412757874 - ], - [ - 0.0931527316570282, 0.135951966047287, 0.059087131172418594, -0.08127382397651672, - 0.0753668025135994, 0.026327213272452354, 0.08720660954713821, 0.1108221560716629, - 0.12687227129936218, 0.11280664056539536, 0.06873120367527008, 0.03260020911693573, - 0.10209275037050247, 0.026418723165988922, 0.030611170455813408, - 0.04830215871334076, 0.12632183730602264, 0.11258891224861145, 0.055794842541217804, - -0.0220163743942976, 0.11877916753292084, 0.041166044771671295, - -0.055384814739227295, -0.0016549666179344058, 0.09215839952230453, - -0.008651363663375378, -0.04685462638735771, 0.01952786184847355, - 0.10244065523147583, 0.022667961195111275, 0.0060682292096316814, - 0.08455976098775864, 0.14519968628883362, 0.0616234727203846, 0.10710486769676208, - 0.11162295937538147, -0.0009681895608082414, 0.10353362560272217, - 0.05909540131688118, 0.10384728014469147, 0.13402533531188965, 0.01936243660748005, - 0.0941535010933876, 0.01301839854568243, 0.04499289020895958, 0.029561469331383705, - 0.15257896482944489, -0.0760396271944046, -0.009642066434025764, - -0.008649599738419056, 0.010429811663925648, -0.006673737894743681, - 0.005951949395239353, 0.13398389518260956, 0.15515166521072388, 0.0154356574639678, - 0.10710657387971878, 0.03277803584933281, 0.07970988750457764, 0.050305042415857315, - 0.1451531946659088, 0.06767147779464722, 0.015515081584453583, 0.0939486101269722, - 0.12447035312652588, 0.012153362855315208, 0.029866943135857582, - 0.021103620529174805, 0.03337791934609413, -0.19147944450378418, - 0.08745799213647842, 0.05138271301984787, 0.05635996162891388, 0.047491881996393204, - 0.14827600121498108, -0.004485861398279667, -0.05348338931798935, - 0.09559868276119232, -0.03602301701903343, 0.01490639615803957, 0.03771606460213661, - -0.1312141865491867, -0.053987663239240646, -0.07410018891096115, - -0.10011974722146988, 0.11896004527807236, 0.012615960091352463, - 0.02197839319705963, 0.07779595255851746, 0.1275171935558319, -0.1341884732246399, - 0.08824612200260162, -0.006780676543712616, -0.011624546721577644, - 0.1121218353509903, 0.03311009705066681, 0.10392053425312042, 0.09181004017591476, - 0.13983476161956787, 0.06914939731359482, -0.01286299992352724, 0.12983757257461548, - 0.13506750762462616, 0.07450027763843536, 0.008423005230724812, - -0.008844724856317043, 0.08265276253223419, 0.006163780111819506, - -0.09584510326385498, -0.012180687859654427, -0.03649621084332466, - -0.02020530216395855, 0.01629122532904148, 0.06508826464414597, 0.09072303771972656, - -0.11595966666936874, 0.021456360816955566, 0.09757889807224274, - 0.07435429096221924, -0.02285543642938137, 0.0892219990491867, - 0.0036896911915391684, 0.09233629703521729, 0.0847601369023323, 0.12630786001682281, - 0.0739036574959755, 0.08673711866140366, 0.016698086634278297, -0.12477529048919678, - -0.10245338082313538, -0.052886202931404114, 0.08297605812549591, - 0.16010428965091705, -0.059886619448661804, -0.009543756023049355, - -0.056355129927396774, 0.10395929962396622, 0.08737339079380035, - 0.16806752979755402, 0.10595957934856415, -0.028301754966378212, - 0.06867355853319168, 0.06606133282184601, 0.07636535912752151, 0.04486794397234917, - 0.05720946565270424, -0.047685910016298294, 0.055400170385837555, - 0.037031371146440506, 0.01879751868546009, 0.028818279504776, -0.003872641595080495, - -0.009029197506606579, 0.0542537160217762, 0.043776705861091614, - 0.052139393985271454, 0.05181938037276268, 0.02494928054511547, 0.04445264860987663, - 0.02774798683822155, 0.10040804743766785, 0.03444535657763481, 0.1124497801065445, - 0.015423187986016273, -0.04947379603981972, 0.05098748579621315, - 0.11792823672294617, -0.07597288489341736, 0.0029067425057291985, - 0.04254528507590294, 0.09753235429525375, -0.024103788658976555, - 0.12958450615406036, 0.08545420318841934, 0.1079074889421463, 0.1165926605463028, - 0.05507408455014229, 0.10949455201625824, -0.059555135667324066, - 0.10436006635427475, 0.08166465163230896, 0.009531368501484394, - -0.04376355558633804, 0.04593685269355774, -0.029348967596888542, - 0.08524157106876373, 0.09323878586292267, 0.11530459672212601, 0.12005509436130524, - -0.04260707274079323, 0.13148345053195953, 0.010390661656856537, - 0.13777250051498413, 0.012519550509750843, 0.029801569879055023, - -0.003511536167934537, 0.02787776105105877, 0.18137279152870178, - 0.11392004787921906, 0.006187197752296925, 0.028597276657819748, - 0.06249726936221123, 0.06450161337852478, 0.12268790602684021, -0.0608554445207119, - -0.05200991779565811, -0.15552988648414612, 0.09449631720781326, - -0.005464751273393631, 0.1674538254737854, 0.043176647275686264, - 0.08151987940073013, 0.07699303328990936, 0.019923193380236626, - -0.09178953617811203, 0.08737071603536606, -0.003356135217472911, - 0.047929804772138596, -0.014595836400985718, 0.14063848555088043, - 0.09761207550764084, -0.022563043981790543, -0.01176622323691845, - 0.1598055511713028, 0.05799540504813194, 0.09504745155572891, 0.1115582212805748, - 0.07278953492641449, 0.031082451343536377, 0.06770037859678268, 0.08259415626525879, - 0.1305813491344452, 0.043723031878471375, 0.1587243378162384, -0.05495729669928551, - 0.08534830063581467, 0.0009291855385527015, -0.009617988020181656, - 0.04612798988819122, -0.05674952268600464, 0.04783133417367935, 0.10695866495370865, - 0.07469465583562851, -0.060344524681568146, -0.00045880323159508407, - 0.03129848092794418, 0.06611984968185425, 0.11631222814321518, 0.020600801333785057, - 0.05459124222397804, 0.08746258169412613, 0.052044618874788284, 0.1261095106601715, - 0.00604495732113719, 0.09193477034568787, 0.02648272179067135 - ], - [ - -0.016021430492401123, -0.05391637235879898, 0.024016840383410454, - 0.003070453880354762, -0.01079465076327324, -0.07892906665802002, - 0.010096999816596508, 0.04077782481908798, -0.015216885134577751, - -0.04792997986078262, -0.05482012778520584, -0.06472582370042801, - -0.003782132640480995, 0.02981363981962204, 0.019581861793994904, - 0.0451960414648056, -0.036363035440444946, 0.03828802332282066, - -0.002636561868712306, -0.030083011835813522, -0.015835130587220192, - -0.0035579511895775795, -0.05630386620759964, -0.060879405587911606, - -0.00033081526635214686, 0.04173379763960838, -0.07074706256389618, - -0.05750805512070656, 0.01963198371231556, 0.00807978119701147, - -0.04517779126763344, -0.023673206567764282, -0.0742821991443634, - -0.03259088099002838, 0.018299655988812447, -0.0158099252730608, - -0.06586715579032898, 0.018201667815446854, 0.0013998809736222029, - -0.032878804951906204, -0.016445210203528404, -0.040448516607284546, - -0.013646400533616543, -0.012822854332625866, -0.024886881932616234, - -0.05008412525057793, 0.038423217833042145, 0.028723910450935364, - -0.06156615912914276, 0.024910934269428253, 0.051565904170274734, - -0.05604354664683342, 0.0511719174683094, -0.06368730962276459, - 0.029208648949861526, -0.0345991887152195, -0.011549405753612518, - 0.0022097022738307714, -0.01844853162765503, 0.009425223805010319, - -0.05221300944685936, 0.025130895897746086, -0.010925328359007835, - -0.011410088278353214, 0.03464491665363312, 0.026629066094756126, - -0.01999235339462757, 0.014780720695853233, -0.06560219824314117, - -0.02568940445780754, -0.060004621744155884, -0.021653423085808754, - -0.04665767028927803, -0.05175573006272316, 0.022218631580471992, - 0.04540058225393295, -0.034844908863306046, 0.015908656641840935, - -0.019893433898687363, 0.014480583369731903, -0.042959798127412796, - 0.03539244458079338, -0.049876708537340164, -0.035729728639125824, - -0.017079992219805717, -0.06482730060815811, -0.0318814255297184, - -0.0015152584528550506, 0.031209325417876244, -0.0621170774102211, - -0.02713274396955967, -0.034154608845710754, 0.05967153608798981, - 0.024272451177239418, -0.05756022408604622, 0.042255498468875885, - 0.037638284265995026, 0.033499136567115784, -0.011193416081368923, - -0.01671064831316471, -0.041584599763154984, -0.04849998652935028, - -0.0448988601565361, -0.060808610171079636, 0.017085622996091843, - -0.030457645654678345, -0.045076142996549606, -0.015079441480338573, - -0.05234651640057564, -0.019367724657058716, 0.006816782057285309, - 0.030233202502131462, -0.055750515311956406, 0.04238790646195412, - -0.01824375055730343, -0.03912024199962616, -0.0013405493227764964, - -0.06577355414628983, 0.015100282616913319, -0.030676167458295822, - -0.0619998462498188, -0.022669993340969086, 0.015994368121027946, - -0.0410909466445446, 0.05418168753385544, -0.06408406049013138, - -0.04551196098327637, 0.03649163246154785, 0.05333038046956062, - -0.011839211918413639, -0.02197740413248539, -0.06965123116970062, - 0.027257205918431282, -0.04750456660985947, 0.04053895175457001, - -0.0016160651575773954, 0.03226037696003914, 0.009615139104425907, - -0.06463295966386795, -0.037778399884700775, -0.04391178861260414, - -0.030468368902802467, -0.05473838746547699, -0.03295828029513359, - -0.05412502959370613, -0.04232240468263626, -0.0455329455435276, - -0.0162150077521801, -0.0077629429288208485, 0.027770070359110832, - 0.015316065400838852, -0.017066432163119316, -0.014495555311441422, - -0.006559037137776613, -0.026105238124728203, -0.06733699142932892, - -0.0356304794549942, -0.0280119888484478, 0.017010977491736412, - -0.04103786498308182, -0.02382776327431202, 0.023993751034140587, - -0.02629190683364868, -0.05259382724761963, 0.0410236231982708, - -0.06016150116920471, 0.05169595405459404, -0.03449159860610962, - -0.04476143419742584, 0.029894065111875534, -0.05828949809074402, - -0.04237719252705574, -0.06143675372004509, -0.03345434367656708, - 0.01743173599243164, 0.016182037070393562, 0.004418324213474989, - 0.045090679079294205, 0.015526297502219677, -0.05387726053595543, - 0.0032051904127001762, 0.014010922983288765, 0.017981743440032005, - -0.058286018669605255, 0.017613207921385765, -0.06552490592002869, - -0.0687287226319313, -0.03842322155833244, -0.05391309782862663, - -0.047788288444280624, 0.027416802942752838, -0.004084933083504438, - -0.05355941876769066, 0.004420110490173101, -0.06603805720806122, - -0.029980815947055817, 0.010044706985354424, 0.008047711104154587, - -0.0021210340782999992, 0.05301935225725174, -0.026592198759317398, - -0.04538779705762863, -0.02932916395366192, -0.07299236208200455, - 0.05210551992058754, -0.035603124648332596, 0.036724939942359924, - 0.0022722422145307064, -0.05817880108952522, -0.04333574324846268, - -0.022584086284041405, -0.03848522901535034, -0.04420669749379158, - -0.0074110254645347595, -0.06143748760223389, -0.04472077265381813, - -0.061866577714681625, -0.0074632675386965275, -0.058218877762556076, - 0.011174384504556656, 0.04498323053121567, 0.007114173844456673, - 0.012134763412177563, -0.050130121409893036, -0.01941053755581379, - 0.02518181875348091, -0.05245532467961311, -0.05911742150783539, - -0.008611545898020267, 0.016049807891249657, 0.004674132913351059, - -0.031147809699177742, 0.003111271420493722, -0.0290890634059906, - -0.04664139822125435, -0.0050115338526666164, -0.031478170305490494, - 0.04226343333721161, -0.01830936037003994, -0.014547843486070633, - -0.026565754786133766, 0.018177254125475883, -0.026687348261475563, - 0.05845067650079727, -0.057645391672849655, 0.00910512451082468, - -0.019252369180321693, -0.0010535218752920628, 0.019901767373085022, - 0.014527260325849056, -0.010437232442200184, 0.03500073775649071, - -0.0037000246811658144, 0.02045723795890808, 0.022345319390296936, - -0.04831724241375923 - ], - [ - 0.06876266747713089, 0.2055080682039261, 0.08216705173254013, -0.022730758413672447, - 0.06871266663074493, 0.0329095683991909, 0.14901791512966156, 0.14851073920726776, - 0.14358218014240265, 0.09453088045120239, 0.012563711032271385, 0.08741682022809982, - 0.13270819187164307, 0.012649547308683395, 0.04207627475261688, 0.06917339563369751, - 0.14390838146209717, 0.13245639204978943, 0.02494637295603752, 0.020457705482840538, - 0.10616927593946457, 0.09285711497068405, -0.15525862574577332, - -0.022793101146817207, 0.14578665792942047, 0.010056066326797009, - -0.051635172218084335, 0.039461638778448105, 0.02989780902862549, - 0.029502779245376587, 0.06327971071004868, 0.11106618493795395, 0.06674214452505112, - -0.04284379258751869, 0.030623719096183777, 0.06931810081005096, - -0.02519596368074417, 0.0021270737051963806, 0.17048504948616028, - 0.13743823766708374, 0.0939636379480362, 0.014442198909819126, 0.04918034002184868, - 0.11236540228128433, 0.09249655157327652, 0.05500321835279465, 0.1126270517706871, - 0.01180183980613947, 0.003555872244760394, -0.03766302019357681, - 0.031903110444545746, 0.0018885191529989243, 0.09007596969604492, - 0.1273927390575409, 0.13250340521335602, 0.10497723519802094, 0.10322597622871399, - 0.02468166872859001, 0.09615501761436462, 0.1698388308286667, 0.1402968168258667, - 0.024897918105125427, 0.01898709125816822, 0.19810105860233307, 0.11380437761545181, - 0.047427039593458176, 0.03722164407372475, 0.02609877847135067, 0.0819932296872139, - -0.23917803168296814, -0.012588687241077423, 0.09733124077320099, - 0.00827477965503931, 0.10753326863050461, 0.061130017042160034, - -0.05646747350692749, -0.007137687411159277, 0.11562871187925339, - -0.0037049073725938797, 0.04398931562900543, -0.012685680761933327, - -0.141150563955307, -0.01270670723170042, -0.09337249398231506, - -0.18130344152450562, 0.14388668537139893, 0.009276694618165493, - 9.43371924222447e-6, 0.03965150564908981, 0.1043456643819809, -0.08441317826509476, - 0.12134063243865967, -0.040377240628004074, 0.0364702045917511, 0.08123068511486053, - -0.03402647748589516, 0.08629626035690308, 0.04925338178873062, 0.13482780754566193, - 0.048779524862766266, 0.017488975077867508, 0.12022241204977036, - 0.13413703441619873, 0.0696730762720108, 0.027909066528081894, 0.08945079892873764, - 0.022778354585170746, -0.06773417443037033, -0.15502074360847473, - 0.008611632511019707, -0.05737468600273132, -0.015008227899670601, - 0.042342595756053925, 0.029165096580982208, 0.1794225573539734, - -0.17068667709827423, -0.04681508615612984, 0.1520281285047531, - 0.005473284516483545, 0.002384522696956992, 0.08604171872138977, - -0.06637999415397644, 0.05213392153382301, 0.026834674179553986, - 0.13278305530548096, 0.048862531781196594, 0.10165804624557495, 0.05293828248977661, - -0.12864471971988678, -0.14785140752792358, 0.04622919112443924, 0.1333795040845871, - 0.12365517020225525, -0.05495182424783707, -0.012817868031561375, - -0.05047079548239708, 0.1394345909357071, 0.12770450115203857, 0.18035045266151428, - 0.05967060849070549, 0.026200925931334496, 0.04202517867088318, 0.0940931960940361, - 0.06963357329368591, 0.02489907294511795, 0.11090019345283508, - -0.009819460101425648, 0.04824855923652649, 0.07800289243459702, - 0.016347553580999374, 0.10047628730535507, 0.018131010234355927, - -0.03610874339938164, 0.12687022984027863, -0.05108880251646042, - -0.030735647305846214, 0.15734073519706726, 0.07665436714887619, - 0.09161031246185303, -0.039030805230140686, 0.05046578869223595, - 0.07585123181343079, 0.04850408434867859, -0.017416024580597878, - 0.04058152809739113, 0.1474517583847046, 0.1312592327594757, -0.03596669062972069, - 0.011720974929630756, -0.009168299846351147, 0.038062989711761475, - -0.0039918553084135056, 0.14852793514728546, 0.08317846804857254, - 0.07133124023675919, 0.09922634810209274, 0.12945768237113953, 0.22550231218338013, - -0.048261452466249466, -0.004716456402093172, 0.013983026146888733, - 0.06909168511629105, -0.019264724105596542, 0.06717529147863388, - -0.00426926976069808, 0.12489081174135208, 0.04255359247326851, 0.16518375277519226, - 0.030495677143335342, -0.05928331986069679, 0.15675169229507446, - 0.046457160264253616, 0.16336973011493683, -0.011129774153232574, - -0.01023549772799015, -0.03388923779129982, -0.01064381841570139, - 0.1382761001586914, 0.0996113047003746, 0.03567162901163101, -0.024573704227805138, - 0.14299161732196808, 0.12269596010446548, 0.17669832706451416, 0.03403151035308838, - -0.062623992562294, -0.10857804119586945, 0.04913242906332016, 0.013824920170009136, - 0.1067233458161354, 0.10263708978891373, 0.14239275455474854, 0.07541564851999283, - -0.0035354644060134888, -0.10661608725786209, 0.08728284388780594, - 0.09956377744674683, 0.025083038955926895, 0.004653507843613625, - 0.14323292672634125, 0.007311712484806776, -0.014034401625394821, - 0.010668599046766758, 0.10800597071647644, 0.035647861659526825, - 0.05230367183685303, 0.05263783037662506, 0.06850510835647583, 0.1408177614212036, - 0.1418575793504715, 0.04612676799297333, 0.1105419397354126, 0.04299524053931236, - 0.21841348707675934, 0.02902149222791195, 0.10139600932598114, 0.06994534283876419, - 0.06068197637796402, 0.05647442489862442, 0.04233190789818764, 0.0457000695168972, - 0.06835570931434631, 0.04706031084060669, 0.018245497718453407, - -0.021708566695451736, 0.03192310035228729, 0.06216036155819893, - 0.10660158842802048, 0.08719136565923691, 0.08404967933893204, 0.013290831819176674, - 0.08557745069265366, 0.04045426473021507, 0.04193379357457161, 0.07281778752803802, - 0.05235227197408676 - ], - [ - 0.058442119508981705, 0.17238566279411316, 0.10618723183870316, - -0.06350471824407578, 0.1116086095571518, 0.005152742378413677, 0.07652252912521362, - 0.06728269904851913, 0.11963523924350739, 0.052244920283555984, - 0.029011234641075134, -0.022005068138241768, 0.07381957769393921, - 0.044079363346099854, 0.07613293826580048, 0.06633324176073074, 0.11492856591939926, - 0.11337926238775253, 0.09191982448101044, -0.05797140672802925, 0.09276138991117477, - 0.07265190780162811, -0.05235942453145981, 0.03061831369996071, 0.1275680512189865, - -0.047642819583415985, -0.03642917424440384, 0.055813584476709366, - 0.08501192927360535, -0.004811220336705446, -0.032589200884103775, - 0.11802399158477783, 0.08945631980895996, -0.018440669402480125, - 0.021760083734989166, 0.10487566888332367, -0.02619614265859127, 0.0834888145327568, - 0.07435154169797897, 0.13574449717998505, 0.058258917182683945, - -0.04124021902680397, 0.0771101787686348, 0.04219663515686989, 0.03157249465584755, - 0.027188478037714958, 0.07249696552753448, -0.08720463514328003, - 0.07393945008516312, -0.007576050236821175, -0.04905272647738457, - -0.06270168721675873, 0.11308356374502182, 0.09279206395149231, 0.07528597861528397, - 0.030679794028401375, 0.1028037965297699, 0.03667610138654709, 0.05951132997870445, - 0.044278573244810104, 0.07080482691526413, 0.049269530922174454, - -0.04383597895503044, 0.16138939559459686, 0.11761652678251266, - 0.022331999614834785, 0.02814355306327343, -0.02643614076077938, - 0.06598656624555588, -0.22940796613693237, -0.003354033688083291, - 0.10840044170618057, 0.054045237600803375, 0.007951246574521065, - 0.12264155596494675, -0.05706498771905899, -0.011457458138465881, - 0.08913558721542358, -0.0313393697142601, 0.06680939346551895, 0.04829322174191475, - -0.10487587749958038, -0.031298499554395676, -0.17405827343463898, - -0.1490858644247055, 0.09029236435890198, -0.040226519107818604, - 0.07408548146486282, 0.032180894166231155, 0.13031935691833496, -0.0574319027364254, - -0.015744181349873543, -0.05639728903770447, 0.03594334051012993, - 0.10752715170383453, -0.0742693841457367, 0.1328621506690979, 0.06167355924844742, - 0.0978359803557396, 0.045783016830682755, -0.06515102833509445, 0.08653867244720459, - 0.13150139153003693, 0.06923709064722061, 0.025848278775811195, 0.07651492953300476, - 0.10837102681398392, 0.030852297320961952, -0.14878375828266144, - 0.06382273882627487, -0.06544050574302673, -0.04403591528534889, - 0.06587640941143036, 0.0906783863902092, 0.07670924067497253, -0.13299351930618286, - -0.05104359611868858, 0.10314434766769409, -0.03096885420382023, - 0.007361197844147682, 0.08331174403429031, -0.0401187390089035, 0.05551127716898918, - 0.09391511976718903, 0.15994419157505035, 0.1010095626115799, 0.09245891869068146, - 0.10941553115844727, -0.18125416338443756, -0.038083843886852264, - -0.05938690900802612, 0.11697688698768616, 0.11000895500183105, - -0.04814703390002251, 0.0908435806632042, -0.022120164707303047, 0.0754888579249382, - 0.11883827298879623, 0.09456947445869446, 0.07631275057792664, -0.02478615753352642, - 0.010689559392631054, 0.11932939291000366, 0.08625417947769165, - -0.00318162445910275, 0.04007924720644951, 0.0042664953507483006, - 0.03333321586251259, 0.003654156345874071, -0.0006642191438004375, - 0.002346564782783389, 0.03531965613365173, -0.04394207149744034, - 0.05023277550935745, -0.019937939941883087, 0.00201342161744833, - 0.07312726229429245, 0.04733714833855629, 0.08120737969875336, - -0.0037765982560813427, 0.11670447885990143, 0.04362877085804939, - 0.12593963742256165, -0.024207530543208122, 0.028070122003555298, - 0.11554398387670517, 0.13874715566635132, -0.0026944412384182215, - 0.06079120934009552, 0.01885119266808033, 0.15941020846366882, -0.054233118891716, - 0.11798910796642303, 0.05769550800323486, 0.049479059875011444, 0.06616093218326569, - 0.1617726981639862, 0.10861292481422424, 0.012274179607629776, 0.06179418787360191, - 0.00329046742990613, 0.09532687813043594, -0.07374505698680878, - 0.021846573799848557, 0.04616432264447212, 0.1490643173456192, 0.027927570044994354, - 0.11766213178634644, 0.09572547674179077, -0.008653434924781322, - 0.05867432802915573, 0.03674287721514702, 0.19683554768562317, 0.02609299309551716, - -0.006050897296518087, 0.0604710727930069, 0.1112043634057045, 0.08579258620738983, - 0.03976409509778023, -0.03664947673678398, -0.017137661576271057, - 0.13721099495887756, 0.04377531632781029, 0.11817413568496704, 0.032134637236595154, - -0.04625552520155907, -0.15707115828990936, 0.08989319950342178, - 5.3499687055591494e-5, 0.15172091126441956, 0.0019764374010264874, - 0.1690274178981781, 0.11371520161628723, -0.030165644362568855, - -0.011619535274803638, 0.07520271837711334, 0.11147018522024155, 0.0321476086974144, - 0.09614914655685425, 0.14717011153697968, 0.04842177778482437, 0.03997161611914635, - -0.007033335976302624, 0.15949350595474243, -0.018379628658294678, - 0.139043390750885, 0.10043685138225555, 0.05017288029193878, 0.08559411764144897, - 0.147426038980484, 0.06533464044332504, 0.12179654836654663, 0.040175676345825195, - 0.13393385708332062, -0.00030001942650415003, 0.0021666213870048523, - 0.01625603251159191, 0.024160373955965042, 0.04940944164991379, 0.01195745263248682, - 0.03643924742937088, 0.12775295972824097, -0.017901692539453506, - -0.0530608594417572, -0.04566926881670952, 0.11449941247701645, 0.07593332231044769, - 0.12944906949996948, 0.03395550325512886, 0.03390751779079437, 0.015796352177858353, - 0.02734689973294735, 0.07759661972522736, 0.007278659380972385, 0.09667369723320007, - 0.08685508370399475 - ], - [ - 0.022432325407862663, 0.136545330286026, 0.11358924210071564, -0.06387926638126373, - -0.003820299170911312, 0.05323808640241623, 0.16292545199394226, - 0.040475353598594666, 0.0809241384267807, 0.06295514851808548, 0.04371816664934158, - 0.09416064620018005, 0.03945491835474968, 0.02609769068658352, 0.005780948791652918, - 0.10354625433683395, 0.14265310764312744, 0.1175321415066719, 0.08265157788991928, - 0.020348433405160904, 0.15039609372615814, 0.10751964896917343, - -0.14610028266906738, 0.019823873415589333, 0.10171779245138168, - 0.0015029452042654157, -0.05743023753166199, -0.03143469616770744, - 0.0519220344722271, 0.040533397346735, -0.0006132277194410563, 0.0843496099114418, - 0.07360226660966873, 0.05970267578959465, 0.1176292672753334, - 0.00021254454622976482, -0.0016506480751559138, -0.006711565889418125, - 0.0668494701385498, 0.028820820152759552, 0.1525564342737198, -0.014328124932944775, - 0.03228217363357544, 0.04170449450612068, 0.013453884050250053, 0.06194484978914261, - 0.0685943141579628, -0.01718175783753395, 0.07034523040056229, - -0.020939622074365616, -0.03158720210194588, 0.037373390048742294, - 0.04443394020199776, 0.16087496280670166, 0.06233576685190201, 0.04934214428067207, - 0.04936289042234421, -0.011961610056459904, 0.05267155542969704, - 0.11948657035827637, 0.058337774127721786, 0.047337718307971954, - -0.07810301333665848, 0.11443500965833664, 0.12299970537424088, 0.06486738473176956, - 0.09757780283689499, -0.041747454553842545, 0.044619426131248474, - -0.21811634302139282, 0.06580794602632523, 0.043224211782217026, - 0.042695220559835434, 0.024684900417923927, 0.08199865370988846, - 0.01625225506722927, -0.006503974553197622, 0.0031456390861421824, - 0.005138837266713381, 0.009853650815784931, 0.025385284796357155, - -0.13262729346752167, -0.025288095697760582, -0.17552432417869568, - -0.1160278245806694, 0.19169604778289795, 0.014726066030561924, 0.04595716670155525, - 0.05293460190296173, 0.1146368607878685, -0.07931843400001526, 0.05843943729996681, - -0.04211534932255745, 0.011239517480134964, 0.07023905217647552, - -0.023284604772925377, 0.14541763067245483, 0.03415367007255554, - 0.10250967741012573, 0.06582993268966675, -0.027803298085927963, - 0.05762689560651779, 0.04343772307038307, 0.07675762474536896, 0.029235856607556343, - -0.006826664321124554, 0.024028928950428963, -0.015803776681423187, - -0.12385038286447525, 0.0009353364584967494, -0.009111081250011921, - -0.015703344717621803, 0.12628619372844696, 0.07211819291114807, - 0.17548350989818573, -0.15350820124149323, -0.04292473942041397, - 0.11424299329519272, 0.06682784855365753, -0.033215075731277466, - 0.023601379245519638, -0.039235733449459076, 0.06761671602725983, - 0.04426862299442291, 0.16817566752433777, 0.05286598578095436, 0.0734361782670021, - 0.0025645168498158455, -0.16886276006698608, -0.13124285638332367, - 0.002625720575451851, 0.07571328431367874, 0.11282379180192947, - -0.021185902878642082, 0.007185062393546104, 0.019360177218914032, - 0.03237595409154892, 0.142380490899086, 0.1969851404428482, 0.11018431931734085, - 0.007365417201071978, 0.029721537604928017, 0.05694887042045593, - 0.07263769209384918, -0.0291859470307827, -0.005111192353069782, - -0.10712261497974396, 0.08925824612379074, 0.05623267963528633, - 0.006699502933770418, 0.06739579141139984, 0.031982555985450745, - -0.005790114402770996, 0.1494351476430893, -0.03289936110377312, - -0.008005386218428612, 0.14955799281597137, 0.06858034431934357, - 0.11235974729061127, 0.05675787851214409, 0.08706609904766083, 0.0583113357424736, - 0.08032342791557312, -0.0006223939708434045, -0.012581012211740017, - 0.1364278793334961, 0.11294644325971603, -0.12196790426969528, 0.058247581124305725, - 0.060869861394166946, 0.07214301824569702, 0.05187179893255234, 0.1278056800365448, - 0.1338389813899994, 0.11828000098466873, 0.1273602843284607, 0.0853981152176857, - 0.206067755818367, -0.018448490649461746, 0.048558808863162994, 0.06960728764533997, - 0.01850447990000248, -0.06493035703897476, 0.037450045347213745, - -0.03528527542948723, 0.11372110247612, -0.006339376792311668, 0.07682428508996964, - 0.11836665123701096, -0.10901577770709991, 0.08179045468568802, 0.08735426515340805, - 0.20023424923419952, -0.033111125230789185, -0.011463776230812073, - 0.023563368245959282, 0.005907817278057337, 0.15084385871887207, - 0.09180308133363724, 0.04049580544233322, 0.035384442657232285, 0.13177376985549927, - 0.08449084311723709, 0.06331980973482132, -0.04954839125275612, - -0.056329160928726196, -0.07315252721309662, -0.023986034095287323, - 0.08329548686742783, 0.16886016726493835, 0.008045175112783909, 0.15111611783504486, - 0.08376593142747879, -0.012287109158933163, -0.040345560759305954, - 0.15609823167324066, 0.05609894543886185, -0.00883255060762167, 0.0421435721218586, - 0.21788033843040466, 0.10341794043779373, -0.021049154922366142, - 0.06484752148389816, 0.09371203929185867, 0.0670352652668953, 0.058736953884363174, - 0.01694769598543644, 0.04846927896142006, 0.04618890583515167, 0.13573305308818817, - 0.10447767376899719, 0.04316772148013115, 0.009005720727145672, 0.17436428368091583, - -0.05486895516514778, -0.0205459613353014, 0.041512537747621536, - 0.04113435745239258, 0.10781507194042206, 0.022367320954799652, 0.11500784009695053, - 0.12297804653644562, 0.006905422545969486, -0.03924986720085144, - 0.08673009276390076, 0.07386671751737595, 0.03326108679175377, 0.04221538081765175, - 0.09328269958496094, 0.009306065738201141, 0.03961902856826782, 0.13023778796195984, - 0.014328955672681332, 0.04655265808105469, 0.0322493240237236, 0.10880490392446518 - ], - [ - 0.12665560841560364, 0.162440225481987, 0.09597674757242203, 0.029080530628561974, - 0.037354327738285065, 0.1026291623711586, 0.17025350034236908, 0.12261219322681427, - 0.14146143198013306, 0.09200573712587357, 0.06898355484008789, 0.004720632918179035, - 0.11536266654729843, 0.0007589463493786752, 0.10200963914394379, - 0.11438780277967453, 0.13797171413898468, 0.12545734643936157, 0.004545348230749369, - -0.056841712445020676, 0.09461097419261932, 0.06615336984395981, - -0.08902044594287872, -0.05598131939768791, 0.1622016578912735, 0.03211767598986626, - 0.00577674712985754, 0.10220321267843246, 0.05023488029837608, 0.09124764055013657, - -0.004160392563790083, 0.11188285797834396, 0.12669578194618225, - -0.020587889477610588, 0.13504064083099365, 0.039203040301799774, - -0.008713276125490665, 0.06209535524249077, 0.14568965137004852, - 0.13094501197338104, 0.11194133758544922, 0.04963231459259987, 0.10408034175634384, - 0.12642230093479156, 0.13788436353206635, 0.07644686847925186, 0.01579156145453453, - -0.0718785896897316, -0.03176770359277725, -0.038718901574611664, - 0.02559271827340126, -0.06599364429712296, 0.10507741570472717, 0.1713348627090454, - 0.1581365466117859, 0.11095334589481354, -0.0001965903356904164, - 0.027404729276895523, 0.11802982538938522, 0.08593285828828812, 0.06695946305990219, - 0.016798989847302437, -0.08274088054895401, 0.12622933089733124, - 0.15531985461711884, 0.014428431168198586, 0.05399343743920326, - 0.003045679535716772, -0.024033378809690475, -0.21184761822223663, - 0.02242409996688366, 0.006922254338860512, -0.04462854936718941, - 0.06518761068582535, 0.08948215842247009, -0.07419527322053909, - -0.09197124093770981, 0.04713951423764229, -0.0478292815387249, 0.0835433155298233, - -0.012058153748512268, -0.10463842004537582, -0.045736148953437805, - -0.09975721687078476, -0.1766902506351471, 0.1358201503753662, 0.024180520325899124, - 0.0710999071598053, 0.04259570688009262, 0.025750799104571342, -0.07368186861276627, - 0.0709749385714531, -0.04717852547764778, 0.030390216037631035, 0.0872126966714859, - -0.04464901611208916, 0.11879152804613113, 0.10455181449651718, 0.07377707213163376, - 0.07294461131095886, -0.07458916306495667, 0.09100142866373062, 0.09314431995153427, - 0.07632094621658325, 0.01817316561937332, 0.0926186740398407, 0.050520159304142, - 0.0403171144425869, -0.12568248808383942, -0.03186742588877678, - 0.007964406162500381, -0.05636855214834213, 0.09722508490085602, - 0.02523016929626465, 0.1935243159532547, -0.13608556985855103, - -0.027837814763188362, 0.0978909358382225, 0.013873797841370106, - -0.03675900772213936, 0.00915624387562275, -0.07845231145620346, - 0.11494752764701843, 0.09491699934005737, 0.0722731351852417, 0.1514238566160202, - 0.17037180066108704, 0.1342548280954361, -0.18965405225753784, -0.14791323244571686, - -0.07916928082704544, 0.046536777168512344, 0.17276722192764282, - -0.04442467913031578, 0.08410686999559402, -0.041905928403139114, - 0.08871690183877945, 0.05676983669400215, 0.09519736468791962, 0.11101813614368439, - 0.07179723680019379, 0.10433722287416458, 0.1479426622390747, 0.023066824302077293, - -0.006318612489849329, 0.060270074754953384, -0.05709153413772583, - 0.093470498919487, 0.0817410796880722, -0.0938020572066307, 0.04612841457128525, - -0.020215772092342377, 0.05521721765398979, 0.04360433295369148, - 0.029969217255711555, 0.04644579067826271, 0.08068809658288956, 0.00734143378213048, - 0.06928976625204086, 0.053282126784324646, 0.06606459617614746, 0.04611051827669144, - 0.17788581550121307, -0.003927681595087051, 0.014593802392482758, - 0.08067367970943451, 0.1460282951593399, -0.1017056405544281, 0.05338636413216591, - -0.014826711267232895, 0.1615360677242279, -0.05443209037184715, - 0.16896343231201172, 0.049197591841220856, 0.14247412979602814, 0.1645098477602005, - 0.142194926738739, 0.16305384039878845, -0.0632202997803688, 0.08727632462978363, - 0.0949736088514328, 0.004604937508702278, -0.009336188435554504, - 0.010198214091360569, 0.057826343923807144, 0.09721983969211578, - 0.07663366943597794, 0.06915345788002014, 0.09379897266626358, -0.10453253239393234, - 0.13220515847206116, 0.0849289819598198, 0.10199664533138275, -0.03715258836746216, - -0.023651355877518654, -0.04611075296998024, 0.00013351203233469278, - 0.10344517976045609, 0.0823473110795021, -0.015959875658154488, 0.0446431040763855, - 0.05981754884123802, 0.08203926682472229, 0.09318047016859055, 0.022534897550940514, - -0.028965165838599205, -0.1581932008266449, 0.08625423163175583, - 0.04119875282049179, 0.08812876790761948, 0.08063317090272903, 0.15369944274425507, - 0.11357276141643524, 0.04418125003576279, -0.03833557665348053, 0.17059141397476196, - 0.04162963107228279, 0.10117390751838684, 0.06410730630159378, 0.21430739760398865, - 0.1024770587682724, -0.025845736265182495, 0.06369314342737198, 0.09108135849237442, - 0.08075889945030212, 0.04720751941204071, 0.08313140273094177, 0.06793487071990967, - 0.07419480383396149, 0.1306835412979126, 0.08150999248027802, 0.1345740705728531, - 0.06620796024799347, 0.20406071841716766, -0.06320624053478241, - 0.032446928322315216, -0.01890154927968979, -0.02766680158674717, - 0.11207672953605652, -0.0352303646504879, 0.13720551133155823, 0.13665689527988434, - 0.007400159258395433, -0.037134796380996704, -0.007975159212946892, - 0.036104362457990646, -0.012451051734387875, 0.07205478847026825, - 0.09141223877668381, 0.09979544579982758, 0.0689837783575058, 0.08913888782262802, - 0.12018073350191116, 0.022750500589609146, 0.07587487995624542, 0.06195489689707756 - ], - [ - 0.011256321333348751, 0.16476598381996155, 0.05989842489361763, 0.03839154168963432, - 0.04063568636775017, 0.03254309669137001, 0.15472447872161865, 0.09430214017629623, - 0.09531302005052567, 0.12075522541999817, 0.06246315315365791, 0.05122440680861473, - 0.037696897983551025, 0.043565765023231506, 0.0814090296626091, 0.08997343480587006, - 0.18013189733028412, 0.0638180822134018, 0.08009865880012512, 0.02189922146499157, - 0.15853862464427948, -0.006602555513381958, -0.11516085267066956, - 0.03992075100541115, 0.056515052914619446, -0.0358138382434845, 0.01048316154628992, - 0.002696430776268244, 0.020708967000246048, 0.10400809347629547, - -0.02505965158343315, 0.05071880295872688, 0.07712265104055405, - -0.02605314366519451, 0.10057894885540009, 0.013996020890772343, - 0.019473914057016373, 0.04348622262477875, 0.17241737246513367, 0.06468888372182846, - 0.045077335089445114, 0.06364529579877853, -0.01944909058511257, - 0.028226373717188835, 0.06744614988565445, 0.05666825920343399, 0.16920168697834015, - -0.01992170326411724, 0.0875457301735878, 0.002669264329597354, - -0.005454727914184332, -0.01649564690887928, 0.0935811921954155, - 0.13139350712299347, 0.06577473878860474, 0.01357232965528965, 0.06143583357334137, - 0.07550746947526932, 0.09773459285497665, 0.16430948674678802, 0.0702042505145073, - -0.011147454380989075, -0.07984467595815659, 0.16138049960136414, - 0.09193859249353409, 0.007747066672891378, 0.007195076439529657, - -0.05060379207134247, 0.021476171910762787, -0.2303117960691452, - -0.009117798879742622, -0.010912875644862652, -0.01884470134973526, - 0.016974758356809616, 0.1761954426765442, -0.09159904718399048, - -0.05018215999007225, 0.05045991390943527, 0.023562174290418625, - 0.07243943214416504, -0.004974540788680315, -0.1573314666748047, - -0.02126750722527504, -0.09571854770183563, -0.10424988716840744, - 0.18426023423671722, -0.03440564125776291, 0.038306623697280884, - 0.08009026199579239, 0.0616886168718338, -0.03507097065448761, 0.05433079972863197, - 0.015766050666570663, 0.044064704328775406, 0.13846175372600555, - -0.024768147617578506, 0.14302636682987213, 0.13100160658359528, 0.1073225811123848, - 0.022543614730238914, -0.06964369863271713, 0.1507038176059723, - 0.059983815997838974, 0.10117701441049576, 0.028456566855311394, - 0.05220634490251541, 0.06773342937231064, -0.06165105849504471, - -0.10670163482427597, 0.030220694839954376, 0.005716695915907621, - 0.021136220544576645, 0.12275663018226624, -0.0026283550541847944, - 0.15241028368473053, -0.12387710809707642, -0.02831924334168434, - 0.12536977231502533, -0.01037666480988264, 0.009251149371266365, 0.0766533613204956, - -0.06021175533533096, 0.10964243113994598, 0.05538457632064819, 0.10208669304847717, - 0.11118582636117935, 0.11779095977544785, 0.010931694880127907, - -0.22592461109161377, -0.11453177779912949, 0.02581086941063404, - 0.11798609048128128, 0.11864328384399414, 0.047199737280607224, 0.05407439544796944, - -0.11036736518144608, 0.10650589317083359, 0.10995850712060928, 0.13212478160858154, - 0.14507682621479034, -0.00712810643017292, 0.038176529109478, 0.054202642291784286, - 0.05594354495406151, 0.03968121483922005, 0.06479983776807785, -0.10274363309144974, - 0.05179383605718613, 0.00867750495672226, -0.027197664603590965, - 0.0006427475600503385, -0.0245044082403183, 0.051605191081762314, - 0.09139396995306015, -0.03312910720705986, -0.05401558429002762, - 0.15422888100147247, 0.02043258026242256, 0.08786144107580185, - 0.0029511230532079935, 0.07637110352516174, 0.08057042211294174, - 0.09068438410758972, -0.0031722523272037506, -0.035746071487665176, - 0.14317277073860168, 0.12162090837955475, -0.08702806383371353, 0.09330927580595016, - 0.018127748742699623, 0.1478682905435562, -0.037481360137462616, - 0.13590453565120697, 0.13131636381149292, 0.12268532067537308, 0.1312263309955597, - 0.1510036140680313, 0.20238573849201202, -0.047567978501319885, 0.08394278585910797, - 0.1042509526014328, -0.009088226594030857, -0.10435983538627625, - 0.11142968386411667, -0.0045085190795362, 0.17964331805706024, - -0.009301881305873394, 0.04000914469361305, 0.13372161984443665, - -0.062172405421733856, 0.1468551903963089, 0.01783648692071438, 0.2041856050491333, - -0.005552926566451788, -0.03885876387357712, 0.07271044701337814, - 0.06757990270853043, 0.17862454056739807, 0.08964487165212631, 0.07190270721912384, - -0.03038414753973484, 0.14816956222057343, 0.11038259416818619, - 0.053103961050510406, -0.05966305360198021, -0.04395836219191551, - -0.09649164974689484, 0.06221291795372963, 0.05031178146600723, 0.10257361084222794, - 0.054132334887981415, 0.20165714621543884, 0.09148556739091873, - 0.023911092430353165, -0.06686323136091232, 0.15179789066314697, 0.0827396884560585, - 0.004911771509796381, 0.08825406432151794, 0.11211402714252472, 0.0991961732506752, - 0.02096671052277088, 0.0769236609339714, 0.17186659574508667, 0.0753326565027237, - 0.1386946141719818, 0.10497686266899109, 0.0748300775885582, 0.07379056513309479, - 0.1436300426721573, 0.0494975820183754, 0.08115965127944946, 0.04949212074279785, - 0.06510090082883835, -0.010903260670602322, 0.011117455549538136, - -0.00045209447853267193, 0.022749748080968857, 0.08843661099672318, - -0.015591460280120373, 0.11836855113506317, 0.11799537390470505, - -0.017718886956572533, -0.019592296332120895, -0.018066290766000748, - 0.050275832414627075, 0.022608036175370216, 0.11318350583314896, - 0.07928957790136337, 0.1112724095582962, 0.0448409803211689, 0.10125237703323364, - 0.13589785993099213, 0.10034473240375519, 0.045687854290008545, 0.024098021909594536 - ], - [ - 0.09286060184240341, 0.18887068331241608, 0.1638392210006714, -0.03599784895777702, - 0.07675114274024963, 0.11844683438539505, 0.1751948744058609, 0.053529560565948486, - 0.06634405255317688, 0.09894441813230515, 0.07509080320596695, 0.06917431950569153, - 0.14533868432044983, 0.046521835029125214, 0.0431038960814476, 0.12106840312480927, - 0.15270259976387024, 0.09723170846700668, 0.035137515515089035, - -0.04409708455204964, 0.1349557787179947, 0.08720884472131729, -0.10102734714746475, - -0.021025745198130608, 0.13058365881443024, -0.08281788975000381, - -0.038249604403972626, -0.002718579489737749, 0.13071325421333313, - 0.12442096322774887, 0.014459499157965183, 0.12841811776161194, 0.10089036822319031, - -0.015539754182100296, 0.1219281554222107, 0.07118638604879379, - 0.055586304515600204, 0.10341722518205643, 0.07306578755378723, 0.13732220232486725, - 0.11688784509897232, -0.00976028572767973, 0.03305979445576668, 0.10627198964357376, - 0.06486743688583374, 0.09436073899269104, 0.15255381166934967, -0.04250901937484741, - -0.011351141147315502, 0.002817795379087329, -0.023632697761058807, - -0.010321673937141895, 0.004929371178150177, 0.2306702733039856, - 0.11501419544219971, 0.03536909073591232, 0.09334411472082138, 0.007121298462152481, - 0.13966436684131622, 0.149937242269516, 0.16573061048984528, 0.06028424948453903, - -0.09360864758491516, 0.09564220160245895, 0.10250293463468552, 0.06206997483968735, - -0.0021748803555965424, -0.03418422117829323, 0.04033047705888748, - -0.17060498893260956, 0.06032819673418999, 0.12325673550367355, - 0.025430677458643913, 0.08719974011182785, 0.11609974503517151, - -0.046998172998428345, -0.059111587703228, 0.024829115718603134, - -0.0914178267121315, 0.0029733129777014256, 0.018497036769986153, - -0.16760659217834473, -0.05537706986069679, -0.18741147220134735, - -0.10481692105531693, 0.161817267537117, -0.05425601825118065, 0.07360520213842392, - 0.09377609193325043, 0.13522091507911682, -0.10678872466087341, 0.12236855924129486, - 0.015792304649949074, 0.037508774548769, 0.053173091262578964, -0.0739172175526619, - 0.08464300632476807, 0.13630816340446472, 0.15561172366142273, 0.09455235302448273, - 0.0014625403564423323, 0.1443416029214859, 0.12478353828191757, 0.03108842857182026, - -0.013241732493042946, 0.08720862865447998, 0.0846773013472557, - 0.018018338829278946, -0.1731591373682022, 0.04730706661939621, - -0.06335683912038803, -0.02862960658967495, 0.029131745919585228, - -0.00460025342181325, 0.15562483668327332, -0.1739739626646042, 0.033210389316082, - 0.09840024262666702, 0.025236045941710472, -0.03257368877530098, - 0.12234563380479813, 0.01720920205116272, 0.01612653210759163, 0.050817590206861496, - 0.15859784185886383, 0.1129985973238945, 0.11426268517971039, 0.05482180789113045, - -0.21018575131893158, -0.1344897598028183, -0.024037474766373634, - 0.10179878771305084, 0.13897652924060822, -0.03993955999612808, - 0.017240356653928757, -0.035408828407526016, 0.05255591496825218, - 0.07741617411375046, 0.1762624979019165, 0.09149864315986633, -0.028721237555146217, - 0.02397925592958927, 0.06478045135736465, -0.009892658330500126, - 0.02967844530940056, 0.11456791311502457, -0.013621462509036064, - 0.11293285340070724, 0.01440719235688448, -0.03126395866274834, 0.11781781911849976, - 0.01563778892159462, 0.026103828102350235, 0.04725417494773865, 0.04261945188045502, - 0.019481945782899857, 0.11753097921609879, 0.07331331819295883, 0.0634971633553505, - -0.05016407370567322, 0.11408553272485733, 0.05997701361775398, 0.07769529521465302, - -0.05529443174600601, -0.08519897609949112, 0.14601369202136993, - 0.06961873918771744, -0.1803043633699417, 0.10137897729873657, 0.05079667642712593, - 0.15383954346179962, -0.02012769877910614, 0.19650931656360626, 0.06648066639900208, - 0.07978852093219757, 0.21674326062202454, 0.09945324063301086, 0.2644560635089874, - -0.043442897498607635, 0.0628952756524086, 0.03655841201543808, - -0.002424473175778985, -0.051039453595876694, 0.09124290943145752, - -0.035652875900268555, 0.23268844187259674, 0.04675350710749626, - 0.16195760667324066, 0.08535206317901611, -0.013640059158205986, - 0.06420012563467026, 0.07504777610301971, 0.13402114808559418, -0.02483254298567772, - -0.08443541079759598, 0.048795510083436966, 0.07632981240749359, 0.2027972936630249, - 0.17214827239513397, 0.05973471701145172, 0.0166094321757555, 0.10095147788524628, - 0.04577931389212608, 0.08325757831335068, -0.03159496560692787, - -0.040832459926605225, -0.11088218539953232, 0.07858257740736008, - 0.08511742949485779, 0.11698906868696213, 0.1137130931019783, 0.17147159576416016, - 0.10752680897712708, 0.05367831513285637, -0.07394935935735703, 0.0759580135345459, - 0.00763425650075078, 0.04876276105642319, 0.08875669538974762, 0.15557821094989777, - 0.04062264412641525, 0.06186380237340927, 0.07397162914276123, 0.1869235634803772, - 0.021877650171518326, 0.13812218606472015, 0.08731710910797119, 0.0384252667427063, - 0.09326803684234619, 0.09036862105131149, 0.12825188040733337, 0.14019988477230072, - 0.10171528160572052, 0.09935617446899414, 0.027785228565335274, 0.01683196611702442, - 0.051546353846788406, -0.04157046228647232, 0.12161621451377869, - 0.021935686469078064, 0.15916278958320618, 0.1511608511209488, 0.026515645906329155, - 0.03951838240027428, -0.010685025714337826, 0.027077484875917435, - 0.007704432122409344, 0.15344370901584625, -0.012554874643683434, - 0.11619626730680466, -0.020306989550590515, 0.04451053962111473, - 0.03087134286761284, 0.06398576498031616, 0.012702003121376038, 0.07247157394886017 - ], - [ - 0.0325055830180645, 0.029436808079481125, -0.03236791864037514, 0.04057738929986954, - -0.03974391520023346, 0.02424110658466816, 0.05027860403060913, - -0.022033344954252243, -0.032900795340538025, -0.0591009259223938, - 0.02188136987388134, 0.0292414128780365, 0.03973647579550743, 0.0017961389385163784, - -0.05310356244444847, -0.025553088635206223, 0.0068952846340835094, - 0.012862778268754482, 0.05160563066601753, 0.042207930237054825, - 0.024595707654953003, 0.03833281248807907, 0.009429583325982094, 0.0451611652970314, - -0.008701176382601261, 0.03701602667570114, -0.06440970301628113, - 0.005814712028950453, 0.0067560491152107716, -0.0024278289638459682, - -0.045585449784994125, -0.00467529334127903, -0.02721695601940155, - 0.015289261937141418, -0.03305584564805031, 0.045557811856269836, - 0.021441534161567688, 0.028393348678946495, -0.061736803501844406, - 0.035453010350465775, 0.04783688485622406, -0.03928764536976814, - -0.015517618507146835, -0.006804965436458588, 0.035177674144506454, - -0.024277659133076668, 0.006066812667995691, 0.026538366451859474, - -0.05653739348053932, 0.04522351920604706, -0.06434963643550873, - -0.019285833463072777, 0.045596007257699966, 0.006829572841525078, - 0.02502298168838024, -0.05175841227173805, 0.03472717106342316, 0.03548097983002663, - -0.023425571620464325, 0.005441636778414249, 0.018417006358504295, - 0.0041934833861887455, -0.04048150032758713, 0.013977493159472942, - -0.02675671875476837, -0.047135088592767715, -0.06652279943227768, - 0.03544166684150696, -0.040784843266010284, -0.03386165201663971, - -0.022513296455144882, 0.048220012336969376, -0.035644955933094025, - -0.03912104293704033, -0.06137879192829132, -0.014581222087144852, - -0.061526067554950714, 0.0008030100725591183, -0.001550750806927681, - -0.06404111534357071, 0.030058037489652634, -0.06027271971106529, - -0.020904581993818283, -0.01576685532927513, -0.02391073852777481, - -0.03301381319761276, -0.03824521228671074, 0.028562644496560097, - -0.018801052123308182, -0.05527323856949806, 0.023757176473736763, - 0.0045182048343122005, 0.010110931470990181, -0.059181470423936844, - -0.010933888144791126, 0.046224143356084824, -0.008999473415315151, - -0.02193797007203102, -0.06290683895349503, 0.029114246368408203, - -0.05980931222438812, 0.0468878410756588, -0.01603063941001892, - 0.0073046572506427765, -0.07611161470413208, -0.04592349752783775, - 0.028166526928544044, 0.03631116449832916, 0.03436453640460968, - 0.0029438661877065897, -0.04052986204624176, -0.02363823540508747, - -0.029888983815908432, -0.012666759081184864, -0.04131140932440758, - 0.022709283977746964, -0.010579200461506844, -0.004076346755027771, - 0.04063238203525543, -0.025868985801935196, 0.003310685744509101, - 0.024980757385492325, 0.032524701207876205, 0.04117777198553085, - -0.04622580483555794, -0.028318233788013458, -0.03767450153827667, - -0.004227292258292437, 0.05316174030303955, 0.00398639589548111, - -0.0685233473777771, -0.07264101505279541, 0.008870022371411324, - 0.015997547656297684, -0.018477706238627434, -0.04454256221652031, - 0.0020239558070898056, 0.016092566773295403, -0.05023472383618355, - 0.002116262912750244, 0.013583511114120483, 0.02444390207529068, - -0.06707555800676346, -0.03636321425437927, -0.009770199656486511, - 0.025596117600798607, 0.03276563435792923, -0.03391733765602112, - 0.004184307064861059, -0.031406816095113754, -0.006628471426665783, - -0.07207071036100388, -0.0354146733880043, 0.0361114963889122, 0.04406752437353134, - 0.03248046338558197, 0.004738160874694586, 0.018765907734632492, - -0.011992279440164566, -0.009247878566384315, -0.01036499161273241, - -0.039204686880111694, 0.0015644653467461467, 0.0080817099660635, - 0.03587151691317558, 0.005809970200061798, 0.05271480232477188, - -0.002223912626504898, -0.025354936718940735, -0.029041705653071404, - -0.03199724480509758, -0.05429866909980774, -0.05644020810723305, - 0.035695966333150864, -0.027592390775680542, 0.053521811962127686, - -0.038340114057064056, -0.04575190320611, -0.04834029823541641, - -0.055067095905542374, 0.019607024267315865, 0.024247830733656883, - 0.06379549950361252, 0.03139602765440941, 0.001223897561430931, - -0.051034871488809586, -0.003188674570992589, -0.05858064070343971, - 0.02579766884446144, -0.01792013831436634, 0.03776182606816292, - -0.07609602063894272, -0.04853709414601326, -0.022306382656097412, - 0.025471173226833344, -0.03469552844762802, -0.03604152053594589, - -0.0561375692486763, 0.022387834265828133, -0.009071200154721737, - -0.034858401864767075, 0.04633602499961853, -0.0519622340798378, - -0.003706924617290497, 0.036337561905384064, 0.005865076556801796, - 0.035735033452510834, 0.023856064304709435, -0.026949390769004822, - -0.03863225877285004, -0.04198797792196274, -0.02434680610895157, - -0.05684179067611694, 0.022891521453857422, -0.022705260664224625, - 0.03671147674322128, 0.03603030741214752, -0.060649920254945755, - -0.03449105843901634, 0.00012514233822003007, 0.01186488475650549, - 0.03187789395451546, -0.060297153890132904, 0.030588380992412567, - 0.02411831170320511, -0.053135525435209274, -0.015054185874760151, - 0.04269211366772652, -0.030887549743056297, 0.04133574292063713, - 0.027323152869939804, -0.007027342915534973, -0.017037788406014442, - -0.010763038881123066, 0.04375389590859413, -0.0015024177264422178, - 0.04948212206363678, -0.04185330122709274, -0.02869582176208496, - -0.024849306792020798, 0.01087276916950941, 0.005964553449302912, - 0.0022198574151843786, 0.02449459210038185, 0.046534232795238495, - 0.028616413474082947, -0.009623145684599876, 0.022074978798627853, - -0.0028391103260219097, -0.03091801144182682, -0.013083257712423801, - -0.011060387827455997, 0.01021772250533104, 0.0049724881537258625, - 0.042103614658117294, -0.03957543522119522 - ], - [ - 0.02823598124086857, -0.11078176647424698, -0.07665940374135971, - 0.08189629018306732, 0.004270746372640133, -0.012284515425562859, - -0.06772350519895554, -0.06346853822469711, -0.1494530439376831, - 0.04536983370780945, -0.01936381123960018, 0.0019805997144430876, - -0.028133438900113106, 0.00835156999528408, -0.08725108951330185, - -0.08073084056377411, -0.14060749113559723, -0.09830688685178757, - -0.09530622512102127, 0.023108694702386856, -0.11345843225717545, - -0.03893085569143295, 0.2601413428783417, 0.0060476199723780155, - -0.04904128238558769, 0.1292906254529953, 0.18819600343704224, -0.02784872055053711, - -0.014394826255738735, 0.03242726996541023, 0.012047844007611275, - -0.11703286319971085, -0.1407068818807602, 0.010544558055698872, - 0.061668701469898224, -0.08864863216876984, 0.027425874024629593, - -0.01211018580943346, -0.01422948855906725, -0.10505356639623642, - -0.10112988203763962, 0.029991833493113518, -0.005298067349940538, - -0.014899143949151039, -0.023375600576400757, -0.030352983623743057, - -0.1353296935558319, 0.12835876643657684, 0.0642726719379425, 0.06751929968595505, - -0.006143979262560606, 0.1261487603187561, -0.05279527232050896, - -0.10433587431907654, -0.15903756022453308, -0.09865370392799377, - -0.007642404176294804, 0.025626888498663902, -0.054253388196229935, - -0.16117948293685913, -0.06340103596448898, 0.01592915691435337, - 0.10338764637708664, -0.1235520988702774, -0.15986210107803345, 0.01711374707520008, - 0.023435110226273537, -0.009367842227220535, 0.0359792523086071, - 0.15621376037597656, -0.0033445951994508505, 0.020558102056384087, - 0.10184521973133087, 0.05860643461346626, -0.05179524049162865, - 0.022422632202506065, 0.054616957902908325, -0.024878686293959618, - 0.005831525661051273, -0.026656920090317726, -0.025683382526040077, - 0.2748504877090454, 0.03440940007567406, 0.19558465480804443, 0.19131356477737427, - -0.10313919186592102, 0.07920651882886887, -0.016864009201526642, - 0.08104011416435242, -0.055590320378541946, 0.18880945444107056, - -0.04400778189301491, 0.042004477232694626, -0.015760352835059166, - -0.09203081578016281, 0.03483568876981735, -0.029577357694506645, - -0.062494583427906036, -0.14836685359477997, 0.018596438691020012, - 0.11285685002803802, -0.03206159174442291, -0.007815433666110039, - 8.82014719536528e-5, -0.02214749902486801, 0.005454238969832659, - -0.05615103989839554, 0.08110389858484268, 0.2206636667251587, 0.10442248731851578, - 0.03573339059948921, 0.03904323652386665, -0.09512974321842194, - -0.04017042741179466, -0.09101860970258713, 0.2598169147968292, 0.1407320648431778, - -0.13054749369621277, 0.09872379153966904, 0.10290660709142685, - -0.06279273331165314, 0.02817271649837494, -0.06956841051578522, - 0.023479199036955833, -0.06113174557685852, 0.021785793825984, -0.10691820830106735, - 0.0201326422393322, 0.28833189606666565, 0.09181949496269226, 0.09440284967422485, - 0.0005938992835581303, -0.14012914896011353, -0.008930046111345291, - -0.021123435348272324, 0.10085725784301758, -0.07472604513168335, - -0.11439859867095947, -0.13740092515945435, -0.10624248534440994, - 0.013549767434597015, -0.02080565132200718, -0.08301987498998642, - 0.030457306653261185, 0.03930002823472023, -0.04298098385334015, - 0.05171957612037659, -0.11510038375854492, -0.0397455096244812, 0.0744829773902893, - -0.1187153309583664, 0.07366148382425308, 0.035566236823797226, - -0.032090041786432266, 0.026688138023018837, 0.09117795526981354, - -0.12827526032924652, -0.0711778774857521, -0.03936978429555893, - 0.010766484774649143, -0.051158659160137177, -0.012332865968346596, - -0.14420980215072632, 0.008619589731097221, 0.04110889509320259, - -0.14024585485458374, -0.08100035041570663, 0.20561446249485016, - -0.07168955355882645, 0.04211950674653053, -0.10252775996923447, - 0.041013386100530624, -0.12409181892871857, -0.04645396023988724, - -0.07101742178201675, -0.18518689274787903, -0.030012061819434166, - -0.07665117084980011, 0.026276469230651855, -0.06325211375951767, - -0.0489836260676384, -0.09163718670606613, 0.07930393517017365, - -0.07237903773784637, -0.009254233911633492, -0.22941309213638306, - -0.01814568229019642, -0.07271513342857361, 0.010158318094909191, - 0.1554185301065445, -0.0833013579249382, 0.01462496630847454, -0.20685191452503204, - 0.03446625545620918, 0.06106865406036377, 0.019275762140750885, 0.02470548078417778, - -0.10101976245641708, -0.09372901171445847, 0.061208657920360565, - 0.00895776879042387, -0.038866374641656876, 0.052067145705223083, - -0.11335865408182144, 0.00600429717451334, 0.016856487840414047, - 0.16431955993175507, -0.05098853260278702, -0.025748180225491524, - -0.1119634285569191, 0.03097420185804367, -0.1543392688035965, -0.04803182929754257, - -0.0404394157230854, 0.1929488331079483, -0.03896920755505562, - -0.037755437195301056, -0.002004502108320594, 0.000366019579814747, - -0.15893998742103577, -0.016326040029525757, 0.05305725708603859, - 0.002856987062841654, -0.18070930242538452, 0.03386634215712547, - -0.05386074259877205, -0.0036408090963959694, 0.03645273298025131, - -0.15374894440174103, -0.1405576467514038, -0.01846715621650219, - -0.026771826669573784, -0.05106675624847412, -0.1192212924361229, - 0.05224262923002243, -0.013461675494909286, 0.02961101196706295, - 0.05088330805301666, 0.00774046266451478, 0.08289799094200134, -0.0167215745896101, - -0.007377575151622295, 0.027943164110183716, 0.033053185790777206, - 0.07750846445560455, -0.028389526531100273, 0.061882007867097855, - -0.07182455062866211, -0.01791696809232235, -0.11430426687002182, - -0.02024860493838787, -0.04348047450184822, -0.0926772728562355, - 0.05898776650428772, 0.011407542042434216, -0.0541146956384182 - ], - [ - -0.012481968849897385, -0.03535547852516174, -0.014661602675914764, - -0.036030400544404984, -0.024433186277747154, -0.020822755992412567, - -0.04745952785015106, 0.004342228174209595, 0.041067302227020264, - -0.07766275852918625, -0.010667232796549797, 0.032497525215148926, - 0.017620399594306946, -0.010856620967388153, -0.06463561952114105, - 0.019974641501903534, -0.016369134187698364, -0.011392295360565186, - 0.005439525470137596, -0.07352722436189651, 0.02148231491446495, - -0.020881563425064087, 0.019695885479450226, 0.008708268404006958, - 0.0015521527966484427, -0.025297392159700394, -0.033205002546310425, - -0.04745033010840416, -0.04659057781100273, 0.014032678678631783, - -0.025194605812430382, -0.00998593121767044, -0.016569331288337708, - 0.017927076667547226, -0.046885669231414795, 0.05255458876490593, - -0.02506442740559578, -0.023008832708001137, -0.018533360213041306, - -0.049243561923503876, 0.024984825402498245, -0.034506410360336304, - -0.009276114404201508, 0.0027205178048461676, 0.00282112299464643, - -0.026156317442655563, -0.05770118907094002, -0.04032779857516289, - -0.014890315011143684, 0.04773309826850891, -0.011319070123136044, - -0.07456903159618378, -0.03265736997127533, -0.05267808958888054, - 0.014048261567950249, -0.04280240088701248, 0.05342552065849304, - 0.046484824270009995, -0.046877335757017136, -0.017059793695807457, - -0.041538093239068985, -0.06294802576303482, 0.02905026637017727, - -0.039996251463890076, 0.021595992147922516, -0.00349242240190506, - 0.009599573910236359, -0.0585637204349041, 0.027241721749305725, - -0.018490036949515343, -0.02119476906955242, -0.018927164375782013, - 0.05070920288562775, -0.0007967008859850466, -0.021048681810498238, - 0.030218280851840973, -0.018689431250095367, 0.035139042884111404, - 0.004169781692326069, 0.0025169970467686653, -0.04666389152407646, - -0.05832066386938095, -0.04510083422064781, -0.05071910470724106, - -0.0032396463211625814, -0.03644238039851189, -0.010777346789836884, - -0.04309637099504471, 0.030917828902602196, 0.03483325615525246, - 0.034167975187301636, -0.01566448248922825, 0.028223415836691856, - 0.030183903872966766, -0.054326873272657394, 0.008134163916110992, - -0.00595003692433238, -0.043250665068626404, 0.0014671273529529572, - -0.05487794056534767, -0.042666345834732056, -0.06384462863206863, - 0.0597236230969429, -0.05942869186401367, -0.059290092438459396, - -0.06548777967691422, -0.03616693615913391, -0.04089531674981117, - 0.0022604092955589294, 0.0032325999345630407, -0.016991281881928444, - -0.02444675751030445, -0.03825857862830162, 0.044367171823978424, - -0.0716952532529831, -0.03146497905254364, -0.03128205984830856, - -0.01973697543144226, -0.034775711596012115, -0.010291015729308128, - 0.056453172117471695, 0.007426018361002207, 0.041336819529533386, - 0.04529812932014465, -0.022840294986963272, -0.021049372851848602, - -0.040284380316734314, -0.0461980402469635, -0.048424191772937775, - 0.017910273745656013, -0.046304523944854736, -0.017513826489448547, - -0.07556875050067902, 0.014343779534101486, 0.005627435632050037, - -0.06490331888198853, -0.0624554306268692, 0.048860691487789154, - -0.016527118161320686, 0.009781714528799057, -0.04955790936946869, - -0.014941571280360222, 0.023199506103992462, -0.006523226387798786, - -0.06141621619462967, 0.01228105928748846, -0.048929132521152496, - 0.018415458500385284, -0.015812929719686508, -0.00963889341801405, - -0.06103038042783737, -0.05147542804479599, -0.07371480017900467, - 0.03334251046180725, -0.04277008771896362, 0.04063927382230759, -0.0254100002348423, - -0.06847066432237625, -0.02349921315908432, -0.023490117862820625, - 0.0013742721639573574, -0.04678189754486084, 0.02753371000289917, - 0.0213337205350399, -0.0665750801563263, 0.040409475564956665, 0.03131397068500519, - -0.056811004877090454, -0.07457206398248672, -0.03707292303442955, - -0.04826760292053223, 0.03064245544373989, 0.0337250754237175, -0.02732589840888977, - -0.03940486162900925, 0.03915344178676605, -0.010829612612724304, - 0.01212732307612896, 0.02709922008216381, -0.020222103223204613, - 0.04603903368115425, -0.06999645382165909, -0.011131107807159424, - 0.025863226503133774, -0.06102551147341728, 0.019075723364949226, - -0.024290040135383606, -0.04873645305633545, 0.022850416600704193, - 0.03601977601647377, -0.012525781989097595, 0.0336773507297039, - 0.011603265069425106, -0.04124324768781662, -0.07040999084711075, - 0.012444601394236088, -0.053047675639390945, -0.03490670397877693, - -0.06355593353509903, -0.009157881140708923, -0.050057657063007355, - 0.03325732797384262, -0.054546598345041275, 0.029837436974048615, - -0.019237836822867393, 0.024286257103085518, -0.07669148594141006, - -0.06922587007284164, 0.03541699796915054, -0.03209898993372917, - 0.011438075453042984, -0.007943965494632721, -0.07174853980541229, - 0.04472476989030838, -0.046848952770233154, -0.011055074632167816, - 0.04824762046337128, 0.020694542676210403, 0.020651428028941154, - -0.015127971768379211, -0.06198858097195625, 0.03724643960595131, - -0.04687285050749779, 0.051451873034238815, 0.010247653350234032, - 0.018871376290917397, 0.01400793343782425, 0.018872225657105446, - 0.023024113848805428, 0.03289167955517769, 0.020030533894896507, - 0.03895396366715431, 0.04446546360850334, 0.008770251646637917, -0.0690554678440094, - 0.01157145481556654, -0.04286619648337364, -0.04431929811835289, - 0.002868511015549302, -0.02799372375011444, -0.03806917369365692, - -0.03462158888578415, 0.02872936986386776, -0.043810345232486725, - -0.0472014881670475, -0.020574597641825676, -0.005428681615740061, - -0.054682403802871704, 0.019294964149594307, 0.06139726936817169, - 0.023274458944797516, -0.03198175132274628, -0.03884873166680336, - 0.01241766195744276, -0.03166576102375984, 0.053968645632267 - ], - [ - -0.04846133664250374, -0.1369583010673523, -0.02566858008503914, - 0.07278749346733093, -0.02911064773797989, -0.046778369694948196, - -0.11809998005628586, -0.09408124536275864, -0.09340513497591019, - -0.060569796711206436, -0.08265624940395355, -0.001510176109150052, - -0.08382106572389603, 0.07336988300085068, -0.02164393663406372, - -0.012693828903138638, -0.12072620540857315, -0.08664264529943466, - -0.07464928925037384, 0.11882641166448593, -0.09888982027769089, - 0.0003939372836612165, 0.1521206647157669, 0.05338279902935028, - -0.059625376015901566, 0.1126551479101181, 0.1667531430721283, -0.0633459985256195, - -0.06272149831056595, -0.04330559819936752, 0.0954582691192627, - -0.05320965498685837, -0.0727815181016922, 0.10160195827484131, - -0.023319967091083527, -0.0031450102105736732, 0.0028449445962905884, - -0.065240778028965, -0.1171097606420517, -0.04316342994570732, -0.08937177062034607, - -0.008166773244738579, 0.0015170250553637743, -0.06613205373287201, - -0.1450062394142151, -0.047953393310308456, -0.10362035036087036, - 0.07038651406764984, 0.049673598259687424, 0.011580110527575016, - 0.07717441767454147, 0.09905651211738586, -0.0032576576340943575, - -0.11439324170351028, -0.07871759682893753, -0.016242600977420807, - -0.018749117851257324, -0.02709033153951168, -0.06443614512681961, - -0.06627614796161652, -0.03203628584742546, -0.04243692755699158, - 0.004630441777408123, -0.14687596261501312, -0.06492293626070023, - 0.039571505039930344, -0.06052571162581444, 0.06965187191963196, - 0.009665765799582005, 0.16680416464805603, 0.029700523242354393, - -0.13224299252033234, 0.06271899491548538, -0.016896486282348633, - -0.058972734957933426, 0.04544280841946602, 0.09333989769220352, - -0.055158477276563644, 0.08631585538387299, -0.06673234701156616, - 0.027201376855373383, 0.23009337484836578, 0.027899712324142456, - 0.22066694498062134, 0.16381262242794037, -0.13881415128707886, - 0.005999152548611164, -0.07676128298044205, -0.05655529350042343, - -0.02842908911406994, 0.16694210469722748, -0.09330751746892929, 0.1085616871714592, - -0.030615830793976784, -0.025767169892787933, 0.05452052876353264, - -0.05513140559196472, -0.10093110054731369, -0.13840313255786896, - 0.04276293143630028, 0.02829468622803688, -0.09280572086572647, - -0.05969204753637314, 0.0224078968167305, 0.09555193036794662, -0.11116158217191696, - -0.04477832466363907, 0.026529841125011444, 0.14929653704166412, - 0.05505423992872238, 0.09170115739107132, 0.07662032544612885, -0.08798319846391678, - -0.07463347911834717, -0.11304470896720886, 0.2343662679195404, 0.07630065083503723, - -0.04352767765522003, -0.03429660573601723, 0.06884730607271194, - -0.021986212581396103, 0.10206616669893265, 0.0015548336086794734, - 0.019341280683875084, -0.12167519330978394, -0.038808342069387436, - -0.12921811640262604, -0.1011323407292366, 0.27704545855522156, 0.06781674176454544, - 0.008483639918267727, -0.019255779683589935, -0.16396547853946686, - 0.0926734209060669, -0.019667917862534523, 0.05957344174385071, - -0.09428029507398605, -0.07853469252586365, -0.13620525598526, -0.07522054761648178, - -0.037742048501968384, -0.10211238265037537, -0.11365726590156555, - -0.0576055645942688, -0.015937242656946182, 0.019792377948760986, - 0.08668727427721024, -0.07036891579627991, -0.0755387544631958, 0.14409007132053375, - -0.10131565481424332, 0.05773491412401199, 0.0676911398768425, -0.0794219896197319, - 0.01592293195426464, 0.031195364892482758, -0.15723547339439392, - -0.05155305936932564, -0.00541384844109416, 0.06798161566257477, - -0.05486665293574333, -0.08811309188604355, -0.06862837821245193, - 0.09730614721775055, 0.056048884987831116, -0.1470813900232315, -0.0976714938879013, - 0.10245297849178314, -0.03762931004166603, -0.024337125942111015, - -0.11720897257328033, 0.07818155735731125, -0.1440725177526474, - -0.11853348463773727, -0.07045447826385498, -0.15230515599250793, - -0.096624955534935, -0.09223001450300217, 0.07101639360189438, - -0.045265354216098785, -0.10571756958961487, -0.06907185167074203, - 0.060681119561195374, -0.02431601472198963, 0.0020638550631701946, - -0.08083593845367432, 0.05568953603506088, -0.099387988448143, -0.05905648320913315, - 0.05712638422846794, -0.08743612468242645, -0.03148465231060982, - -0.14928150177001953, 0.04147721081972122, -0.003112119622528553, - 0.06343158334493637, -0.007589289452880621, -0.09469400346279144, - -0.04708138480782509, 0.0549447163939476, -0.012567926198244095, - -0.056548479944467545, -0.025748664513230324, -0.09144246578216553, - -0.007546417880803347, 0.12106602638959885, 0.1512666940689087, - -0.07148618251085281, 0.03947704657912254, -0.19561302661895752, - -0.06404820829629898, -0.18782614171504974, -0.1682659536600113, - 0.05120246112346649, 0.12246592342853546, -0.06268144398927689, - -0.07394365221261978, -0.021477986127138138, -0.020492561161518097, - -0.16873513162136078, -0.033141013234853745, -0.020016668364405632, - -0.006490887142717838, -0.13730266690254211, -0.04508902505040169, - -0.01853341981768608, -0.0392264798283577, -0.06637579202651978, - -0.11838848888874054, -0.14096477627754211, -0.06928689777851105, - -0.04693474993109703, -0.09957652539014816, -0.08961356431245804, - 0.011269689537584782, -0.04519603028893471, -0.054377034306526184, - 0.10909632593393326, -0.10974143445491791, 0.051016151905059814, - -0.09727971255779266, -0.010384329594671726, 0.0006396424141712487, - 0.07330500334501266, 0.05743891000747681, -0.08757495135068893, - -0.08686947077512741, -0.07207313179969788, -0.02499108389019966, - -0.0576215498149395, -0.039224740117788315, -0.0743265375494957, - -0.08594635128974915, -0.0379023477435112, -0.0775887668132782, -0.00805568229407072 - ], - [ - -0.0597195103764534, -0.2098580300807953, -0.11216539889574051, - 0.032363250851631165, -0.0659579262137413, -0.08388270437717438, - -0.08458060771226883, -0.06896734982728958, -0.11038347333669662, - -0.05302828922867775, -0.08827477693557739, 0.08496344834566116, - -0.02291862480342388, 0.07848251610994339, -0.08979824930429459, - -0.08224162459373474, -0.07364924252033234, -0.09548120945692062, - 0.022999143227934837, 0.07503615319728851, -0.17693468928337097, - 0.01573406346142292, 0.09178085625171661, 0.09300072491168976, -0.11489082127809525, - 0.05126158893108368, 0.110247902572155, -0.035243988037109375, -0.06169987842440605, - -0.0008809753926470876, 0.05635937303304672, -0.0746968686580658, - -0.05215807259082794, 0.09331976622343063, -0.09115219861268997, - -0.08203443884849548, 0.04924585297703743, 0.026356330141425133, - -0.11900485306978226, -0.12634584307670593, -0.09619872272014618, - 0.02138403244316578, -0.06013896316289902, -0.05827644094824791, - -0.12085161358118057, -0.07033880054950714, -0.0198154766112566, - 0.07602931559085846, 0.04251742362976074, -0.07534345239400864, 0.10916243493556976, - 0.003501214785501361, -0.04827359318733215, -0.18296189606189728, - -0.13490161299705505, -0.06028790399432182, 0.018329225480556488, - -0.09852685034275055, -0.14464733004570007, -0.14001522958278656, - -0.04043301194906235, 0.0035999079700559378, 0.06170507147908211, - -0.16688717901706696, -0.08609034866094589, 0.049999237060546875, - -0.07040798664093018, -0.013280625455081463, 0.056590329855680466, - 0.2175472378730774, -0.017237069085240364, -0.024693911895155907, - -0.043628498911857605, 0.020215144380927086, -0.1437734216451645, - 0.04010709747672081, 0.02265676110982895, -0.018116865307092667, - 0.09541083127260208, -0.055511634796857834, -0.014877201989293098, - 0.1422240436077118, 0.1000467836856842, 0.08428268879652023, 0.09045775234699249, - -0.1734512895345688, 0.07419315725564957, -0.08801601827144623, - 0.005489794071763754, -0.03453536704182625, 0.1502021998167038, - -0.09175971150398254, 0.08844257891178131, -0.07973972707986832, - -0.12587393820285797, 0.006442214362323284, -0.013746094889938831, - -0.0868009552359581, -0.031805217266082764, 0.0782187283039093, - 0.036332935094833374, -0.025262782350182533, -0.06726616621017456, - -0.012901999987661839, 0.06577364355325699, 0.005723156500607729, - -0.06558509171009064, -0.0021065426990389824, 0.1547948569059372, - 0.10178326070308685, 0.10986318439245224, -0.004329362418502569, - -0.09783357381820679, -0.1190028041601181, -0.10329098254442215, - 0.13423773646354675, 0.007272828370332718, -0.04811517149209976, - -0.009902211837470531, 0.12368223816156387, -0.09192996472120285, - 0.0775052160024643, -0.09258190542459488, -0.10189607739448547, - -0.11745163053274155, -0.07064976543188095, -0.16531042754650116, - -0.08397791534662247, 0.23286797106266022, 0.05766521766781807, - 0.061622846871614456, -0.10867070406675339, -0.07954371720552444, - 0.055364422500133514, -0.038594119250774384, 0.08204799890518188, - -0.048641614615917206, -0.052198946475982666, -0.09506892412900925, - -0.07895345240831375, -0.07173056155443192, -0.08771951496601105, - -0.10731441527605057, -0.074642613530159, -0.008166395127773285, - -0.004906412214040756, 0.03295556455850601, -0.13395436108112335, - 0.0057027083821594715, 0.05345308780670166, -0.07785267382860184, - 0.038439519703388214, 0.11568056792020798, -0.017621774226427078, - 0.044367171823978424, 0.06596959382295609, -0.12991182506084442, - -0.02706427127122879, -0.004180580377578735, 0.008446427062153816, - -0.03883642703294754, 0.0019469300750643015, -0.11509503424167633, - 0.021080465987324715, 0.015953971073031425, -0.11971933394670486, - -0.04333968833088875, 0.16115279495716095, 0.041312310844659805, - 0.043878402560949326, -0.10311032831668854, 0.01890784688293934, - -0.04129277169704437, -0.024698598310351372, -0.04466288536787033, - -0.14295616745948792, -0.12999504804611206, -0.16740505397319794, - 0.05817783251404762, -0.05132712423801422, -0.06838169693946838, - -0.026789244264364243, 0.05619543418288231, -0.06423413008451462, - 0.08771514892578125, -0.1395367681980133, 0.03040241450071335, -0.05338041111826897, - -0.07209477573633194, 0.0449153408408165, -0.12276912480592728, - 0.037707723677158356, -0.13435781002044678, 0.005824219901114702, - 0.11118707060813904, 0.048219162970781326, -0.05321833863854408, - -0.1596802920103073, -0.11014317721128464, 0.09169746935367584, - 0.042217303067445755, -0.10619217902421951, -0.05740974470973015, - -0.18442589044570923, 0.0017909889575093985, 0.005461463704705238, - 0.06539390236139297, -0.0477631576359272, 0.030945269390940666, - -0.05733857676386833, -0.024960068985819817, -0.20355144143104553, - -0.14040905237197876, 0.03677789121866226, 0.09849929809570312, -0.0711696594953537, - -0.08609111607074738, 0.01589811220765114, 0.018296794965863228, - -0.1302969753742218, -0.005681600887328386, 0.09272068738937378, - -0.01952633447945118, -0.1323842704296112, 0.02588612213730812, -0.1242503747344017, - -0.05286426842212677, -0.06556331366300583, -0.07260104268789291, - -0.1384934037923813, -0.04595770686864853, -0.0928206741809845, - -0.08859335631132126, -0.12800171971321106, 0.06663811206817627, - -0.08194997161626816, 0.028462843969464302, -0.014593740925192833, - -0.058966584503650665, 0.10536696016788483, -0.11970162391662598, - -0.06994084268808365, 0.07761179655790329, 0.11124496161937714, 0.0638178363442421, - -0.08553105592727661, -0.051759280264377594, -0.02384006232023239, - 0.009897865355014801, -0.021534686908125877, 0.010150388814508915, - -0.03288804739713669, -0.11127850413322449, -0.018959805369377136, - -0.10651681572198868, -0.08520085364580154 - ], - [ - -0.10323349386453629, -0.2022169977426529, -0.09974530339241028, - 0.030719632282853127, 0.014030042104423046, -0.09177380055189133, - -0.04770302027463913, -0.03080659918487072, -0.09810641407966614, - -0.006420531310141087, -0.0660535991191864, 0.04423081502318382, - -0.08510644733905792, 0.08072082698345184, -0.06631442904472351, - -0.1323186308145523, -0.06474801898002625, -0.11749044060707092, - -0.08273971080780029, 0.09762483835220337, -0.07796262204647064, - -4.9585840315558016e-5, 0.19669613242149353, 0.07247807830572128, - -0.12450075149536133, 0.09071844071149826, 0.2096586525440216, 0.02760288491845131, - -0.06932225823402405, -0.059126317501068115, 0.0009106633951887488, - -0.02101185731589794, -0.06346142292022705, 0.006164656486362219, - 0.010824469849467278, -0.006770547945052385, 0.03173340857028961, - 0.06325238943099976, -0.15599419176578522, -0.11922518908977509, - -0.08321018517017365, -0.02756751887500286, -0.045080751180648804, - -0.01887742429971695, -0.1262684315443039, -0.10807016491889954, - -0.1563555896282196, 0.08375447988510132, 0.03287486732006073, 0.004361413419246674, - 0.039785049855709076, 0.11105125397443771, 0.018523285165429115, -0.226242333650589, - -0.11284100264310837, -0.0016501209465786815, 0.057172223925590515, - -0.030554968863725662, -0.13376891613006592, -0.1607467085123062, - -0.08042071014642715, -0.012379931285977364, 0.08471743017435074, - -0.10948021709918976, -0.1400929093360901, 0.08035574108362198, - -0.06970901042222977, -0.01759597659111023, 0.021182464435696602, 0.199260413646698, - 0.0035017153713852167, -0.022993383929133415, 0.04889374598860741, - 0.030159255489706993, -0.09992806613445282, 0.09596951305866241, - 0.07849286496639252, -0.06883615255355835, -0.022499091923236847, - -0.02169661782681942, 0.03075983375310898, 0.21135416626930237, - 0.022617965936660767, 0.20282955467700958, 0.17321881651878357, - -0.11075949668884277, 0.06049691513180733, 0.02982768788933754, - -0.042472176253795624, -0.014783797785639763, 0.1263950616121292, - -0.1068471297621727, 0.04124017059803009, 0.08216889947652817, -0.03441556543111801, - 0.08251016587018967, -0.08447381854057312, -0.15346463024616241, - -0.1626814752817154, 0.07455428689718246, 0.012942957691848278, - -0.09105776995420456, -0.09338772296905518, 0.03815487399697304, - 0.06932559609413147, 0.01576956734061241, -0.1538103222846985, 0.054902609437704086, - 0.22919797897338867, 0.09286504983901978, 0.02356012351810932, 0.013585720211267471, - -0.07069031894207001, -0.03586576133966446, -0.15910758078098297, - 0.23154383897781372, 0.12209811061620712, -0.041638024151325226, 0.0475052185356617, - 0.15872535109519958, -0.0937369167804718, 0.05784052237868309, -0.0588793084025383, - -0.06565845757722855, -0.112355537712574, -0.03789489343762398, -0.1529763787984848, - -0.09576071053743362, 0.333426296710968, 0.04355816915631294, 0.08000896126031876, - -0.07678640633821487, -0.10007110238075256, 0.09200818836688995, - 0.013496224768459797, 0.04186437278985977, -0.06350869685411453, - -0.14060451090335846, -0.1082560196518898, -0.010523241944611073, - 0.026110848411917686, -0.01598978228867054, -0.1484060436487198, - -0.0001644960866542533, 0.05412506312131882, -0.036265138536691666, - 0.07982812076807022, -0.16721564531326294, -0.021487198770046234, - 0.02555321715772152, -0.10268852114677429, 0.08021993935108185, 0.1162547841668129, - -0.12887956202030182, 0.057158004492521286, 0.06506305932998657, - -0.1349100023508072, -0.0028679785318672657, -0.0977308601140976, - 0.006264557596296072, -0.06809106469154358, -0.029212569817900658, - -0.12820054590702057, 0.10212459415197372, 0.07374557107686996, - -0.11456037312746048, -0.06617061793804169, 0.14648963510990143, - -0.10049502551555634, -0.009258662350475788, -0.10810516774654388, - -0.0008910488686524332, -0.1890767216682434, -0.12446065247058868, - -0.03392740339040756, -0.16493499279022217, -0.12149211019277573, - -0.17826542258262634, -0.015904441475868225, -0.06260208785533905, - -0.0322757363319397, -0.02589060366153717, 0.1429789960384369, -0.07790810614824295, - 0.06419393420219421, -0.22433365881443024, 0.01597646065056324, - -0.11705058813095093, -0.043253473937511444, 0.035385020077228546, - -0.13687089085578918, -0.0707826241850853, -0.12528175115585327, - 0.03222079947590828, 0.024935266003012657, 0.06552532315254211, 0.03836599364876747, - -0.08070341497659683, -0.10683397203683853, 0.03454150632023811, - -0.009117797948420048, -0.02642088010907173, 0.03478701412677765, - -0.0787372961640358, -0.018687380477786064, 0.016861459240317345, - 0.20613205432891846, 0.01632656902074814, 0.04928519204258919, -0.10922428965568542, - -0.10436052829027176, -0.1803833395242691, -0.18811358511447906, - -0.049697719514369965, 0.15971514582633972, -0.14689575135707855, - 0.006618157494813204, 0.0032003014348447323, 0.02123165689408779, - -0.16851000487804413, -0.01470189355313778, 0.030706588178873062, - -0.028193272650241852, -0.11930201202630997, -0.012124883942306042, - -0.10535863041877747, -0.0034723845310509205, -0.05421355366706848, - -0.11299128085374832, -0.13650310039520264, -0.07251623272895813, - -0.005032174289226532, -0.05406346917152405, -0.13670910894870758, - 0.042965956032276154, -0.039926059544086456, 0.045079752802848816, - 0.02647571638226509, -0.05917312577366829, 0.0019161439267918468, - -0.10878946632146835, -0.07652254402637482, -0.01724233850836754, - 0.07185140252113342, 0.0015014116652309895, -0.08169802278280258, - 0.05626571178436279, -0.10933717340230942, 0.06885882467031479, - -0.012711862102150917, 0.0018006851896643639, -0.08213676512241364, - -0.08329863846302032, 0.04811467230319977, -0.007838919758796692, - -0.07569541782140732 - ], - [ - 0.033983394503593445, 0.018802344799041748, -0.05936475098133087, - 0.054834816604852676, 0.04954161122441292, 0.015843460336327553, - -0.06449274718761444, 0.006686476059257984, 0.02308885008096695, - -0.04677218571305275, 0.051830314099788666, 0.0014934263890609145, - -0.0398971289396286, -0.046947259455919266, 0.035526372492313385, - 0.014901533722877502, -0.03072703443467617, -0.024408850818872452, - -0.050081782042980194, -0.048749104142189026, -0.03729020804166794, - 0.01773851364850998, 0.04624815285205841, -0.01698601245880127, - -0.007966521196067333, -0.0032717883586883545, 0.02456601709127426, - 0.03741977736353874, 0.024182230234146118, -0.0005244787898845971, - -0.06931888312101364, -0.006195589434355497, 0.024756677448749542, - -0.04340597242116928, -0.05862737447023392, -0.04995764046907425, - 0.004914973396807909, 0.0017978870309889317, -0.054731711745262146, - 0.02744457684457302, -0.050314582884311676, -0.0596577413380146, - 0.008398011326789856, 0.012763571925461292, -0.03195567429065704, - -0.06661304831504822, 0.05418473109602928, -0.0622803196310997, - -0.02790156938135624, 0.02084573358297348, 0.025593537837266922, - -0.06118398159742355, 0.043630726635456085, 0.04870232939720154, - 0.006348655093461275, 0.03506777435541153, -0.06496638059616089, - 0.056095823645591736, -0.018467215821146965, 0.013665507547557354, - 0.016873778775334358, 0.04791516810655594, -0.0515822172164917, - 0.043374061584472656, -0.014613337814807892, 0.006279946770519018, - 0.03367165848612785, -0.023961350321769714, -0.035356488078832626, - 0.0340079665184021, 0.019468197599053383, -0.03454533964395523, - -0.00017781784117687494, 0.03251504525542259, 0.0621817484498024, - 0.05171028524637222, -0.019918330013751984, 0.05292871966958046, - 0.054194238036870956, 0.019947292283177376, 0.04918863624334335, - -0.0112687349319458, -0.061894651502370834, -0.0159943625330925, - 0.05948031693696976, -0.036068692803382874, -0.03547608107328415, - 0.02837895229458809, -0.060586124658584595, -0.020943500101566315, - 0.009856648743152618, 0.04970603063702583, -0.031101897358894348, - -0.038771361112594604, -0.05028298497200012, 0.00805557519197464, - -0.0684690847992897, -0.02556786872446537, -0.006622292101383209, - -0.06298713386058807, 0.049913644790649414, -0.0042914776131510735, - -0.024250991642475128, 0.0014339964836835861, -0.0021235235035419464, - 0.03048607148230076, -0.0023928508162498474, 0.016392793506383896, - -0.05518953502178192, -0.0437684990465641, -0.033089492470026016, - -0.01318880170583725, -0.03093315288424492, 0.02665453590452671, - 0.04790472984313965, -0.039198629558086395, -0.01834782212972641, - 0.04740404337644577, -0.02209019660949707, -0.0012709610164165497, - -0.03393954783678055, -0.007484696805477142, -0.02131946198642254, - -0.030274614691734314, -0.03480786830186844, -0.022630009800195694, - 0.029319044202566147, -0.01356267835944891, -0.028233535587787628, - -0.016805842518806458, 0.051926665008068085, -0.02944760024547577, - -0.015137232840061188, -0.024802006781101227, -0.010516888462007046, - 0.013752318918704987, 0.04006071761250496, -0.055992573499679565, - 0.020343385636806488, -0.04245913773775101, -0.020674079656600952, - -0.06240243464708328, -0.044120144098997116, -0.051761895418167114, - 0.04935556650161743, 0.008307180367410183, -0.01959221065044403, - -0.05690040439367294, 0.054887574166059494, 0.012313038110733032, - -0.021655458956956863, -0.05359884351491928, -0.0032589579932391644, - -0.009896584786474705, -0.038259249180555344, -0.0034544356167316437, - 0.0499296635389328, -0.03284043073654175, 2.197176218032837e-5, - 0.016835346817970276, 0.03230553865432739, 0.05348556488752365, 0.04651771858334541, - 0.016333729028701782, -0.03602594882249832, -0.06630782783031464, - -0.011258775368332863, -0.05110791325569153, -0.03339467942714691, - 0.0330628901720047, 0.017739951610565186, 0.052151065319776535, - -0.006085768807679415, -0.012214593589305878, -0.027080493047833443, - -0.011768773198127747, -0.031421247869729996, -0.04054197669029236, - 0.0489705428481102, -0.00943310372531414, 0.046796057373285294, - -0.002586372196674347, -0.03913531452417374, 0.0007267567561939359, - -0.024662282317876816, 0.03728649020195007, -0.0031868689693510532, - -0.008021147921681404, -0.04748998582363129, 0.054715029895305634, - 0.017254024744033813, 0.0017388386186212301, 0.019688479602336884, - 0.005875125527381897, -0.05125676468014717, 0.007513079326599836, - -0.0034626463893800974, 0.05695738643407822, -0.008705071173608303, - 0.02337779849767685, -0.05329045653343201, -0.05413925275206566, - -0.06962254643440247, -0.001107826828956604, -4.7013163566589355e-6, - -0.010545559227466583, -0.03202468529343605, -0.06137331947684288, - -0.06166987866163254, -0.0081510990858078, -0.019420454278588295, - 0.013453096151351929, 0.02851109951734543, 0.013512558303773403, - -0.039853960275650024, -0.0020308271050453186, -0.06370045244693756, - -0.06135956570506096, -0.008069616742432117, 0.054021213203668594, - 0.014890581369400024, -0.022147633135318756, -0.027125269174575806, - 0.054812174290418625, -0.02560322917997837, -0.02317192405462265, - 0.051208000630140305, -0.025632334873080254, 0.05574152246117592, - -0.0017842876259237528, 0.03636721521615982, 0.055701740086078644, - -0.052256908267736435, 0.01615048199892044, -0.007200218737125397, - -0.013748121447861195, 0.011263743042945862, -0.023906312882900238, - -0.05240931361913681, 0.058950528502464294, 0.05279039219021797, - -0.003049832070246339, -0.021095965057611465, 0.057026393711566925, - -0.04756994545459747, 0.03832057863473892, 0.03398175165057182, - -0.02151232585310936, 0.017543718218803406, -0.019374484196305275, - -0.014569079503417015, -0.025699809193611145, 0.0024526941124349833, - -0.015211202204227448, 0.041462574154138565, 0.03459640219807625 - ], - [ - 0.011132404208183289, 0.012880136258900166, 0.02353024296462536, - 0.018583020195364952, -0.03600744530558586, -0.014262189157307148, - -0.06923390924930573, -0.07435786724090576, -0.022717710584402084, - -0.05063126981258392, 0.0012287534773349762, 0.012303550727665424, - -0.029523296281695366, 0.054316628724336624, -0.06431616097688675, - 0.02343929000198841, -0.06515160948038101, -0.030079776421189308, - -0.07222285866737366, 0.030881846323609352, 0.0009535042918287218, - -0.025408519431948662, 0.0461234524846077, -0.029702715575695038, - 0.019693680107593536, -0.024177638813853264, 0.10132250189781189, - -0.030469192191958427, 0.00627722404897213, -0.05188596248626709, - -0.019794579595327377, 0.015217190608382225, 0.033335596323013306, - -0.033126022666692734, 0.01892613247036934, -0.008989395573735237, - -0.059877779334783554, 0.026516908779740334, -0.04883088916540146, - 0.024671832099556923, 0.029987771064043045, -0.0630325898528099, - 0.01499874796718359, -0.05589323863387108, -0.021807147189974785, - -0.02873445861041546, -0.05214300379157066, -0.039552874863147736, - -0.03250156715512276, 0.029902437701821327, -0.02148493193089962, - 0.08422121405601501, -0.021428219974040985, -0.08778947591781616, - -0.005251746159046888, -0.019825056195259094, -0.030208589509129524, - -0.05478661507368088, -0.01243920624256134, -0.07049916684627533, - -0.0025011468678712845, -0.05925688520073891, 0.018981944769620895, - -0.015302564948797226, -0.03603743761777878, -0.022299746051430702, - -0.022100698202848434, -0.014260263182222843, 0.0466548316180706, 0.065953329205513, - -0.007890953682363033, -0.06558286398649216, -0.0515802837908268, - -0.020226599648594856, -0.003383954521268606, 0.10314725339412689, - 0.0027287474367767572, -0.03857596963644028, -0.04097633436322212, - 0.035772912204265594, 0.030758120119571686, 0.06766767054796219, 0.0174428578466177, - 0.04806429520249367, 0.0008825891418382525, 0.030064444988965988, - -0.023036165162920952, -0.059872787445783615, -0.023904971778392792, - -0.052561577409505844, 0.02370985597372055, 0.008184281177818775, - -0.015466275624930859, -0.06358741223812103, 0.026928123086690903, - -0.031071078032255173, 0.009830217808485031, -0.06476548314094543, - -0.047565970569849014, 0.05928928777575493, 0.006010953802615404, - -0.0596018061041832, -0.04578158259391785, -0.026613833382725716, - -0.039417658001184464, -0.00011722084309440106, 0.02430783584713936, - 0.034758858382701874, -0.017897749319672585, -0.007362078409641981, - 0.019356660544872284, 0.021451449021697044, 0.022721169516444206, - 0.0656857118010521, 0.0070762368850409985, 0.07685475051403046, - -0.05572566017508507, -0.07556625455617905, 0.04765776917338371, - 0.048525746911764145, -0.0032480540685355663, -0.02236071228981018, - -0.07913286983966827, -0.06264997273683548, -0.011649605818092823, - 0.03988378867506981, -0.0012312274193391204, -0.05977385491132736, - 0.08057582378387451, 0.04712144285440445, 0.0697651281952858, -0.07287406176328659, - -0.03272382915019989, -0.018229853361845016, -0.06404546648263931, - -0.013157140463590622, -0.02444395236670971, 0.02224632352590561, - -0.020593442022800446, -0.05703100934624672, -0.05111174285411835, - -0.05258220061659813, -0.04570642486214638, -0.0006398631958290935, - 0.03184397146105766, -0.014221495017409325, 0.05323381721973419, - -0.01742294244468212, -0.05401250720024109, -0.026377897709608078, - 0.030842255800962448, -0.011563477106392384, -0.00023397647601086646, - 0.060159750282764435, 0.026117714121937752, -0.007517361547797918, - -0.03137057274580002, 0.002186609897762537, -0.001829346758313477, - -0.023853275924921036, 0.05578772351145744, -0.03284115716814995, - 0.010536852292716503, 0.05470382422208786, 0.018776806071400642, - -0.06280858814716339, 0.019010769203305244, -0.016899075359106064, - -0.004473055712878704, 0.01837572641670704, 0.04335451126098633, - 0.04593219608068466, -0.032072000205516815, -0.05873189866542816, - -9.361357660964131e-5, 0.006067073903977871, 0.010382452048361301, - -0.009567702189087868, -0.04274231567978859, -0.06276021152734756, - -0.06968794018030167, -0.06458557397127151, 0.08238539844751358, - 0.0055784559808671474, 0.020186014473438263, 0.031804367899894714, - -0.02546054683625698, -0.017990538850426674, 0.03249159827828407, - -0.06006111577153206, -0.0291026309132576, -0.012914624996483326, - -0.0001532582682557404, -0.035214707255363464, -0.04424310103058815, - -0.01770373247563839, -0.06342408806085587, -0.02076829969882965, - 0.015245401300489902, -0.027848802506923676, 0.08306325227022171, - -0.024058358743786812, -0.0163290873169899, -0.054628048092126846, - 0.05766036733984947, -0.03660810738801956, 0.11256301403045654, 0.05060971528291702, - -0.008144313469529152, 0.030209966003894806, -0.001243576523847878, - -0.00017401798686478287, -0.06560888886451721, 0.03283282369375229, - 0.05941365659236908, 0.04043322056531906, -0.01952984742820263, - -0.020303338766098022, 0.039623651653528214, -0.012882345356047153, - -0.03940994665026665, 0.0892653688788414, -0.011582995764911175, - 0.03168517351150513, 0.041042473167181015, -0.03984357416629791, - -0.04988880828022957, 0.032098911702632904, 0.0036101662553846836, - -0.011403193697333336, 0.04480741545557976, -0.053043678402900696, - 0.0245607178658247, -0.00588207645341754, -0.018213964998722076, - 0.018542835488915443, -0.019756140187382698, -0.0379868783056736, - -0.02171606756746769, -0.022832950577139854, -0.0357310026884079, - 0.008000476285815239, 0.016641590744256973, 0.0003973192360717803, - -0.04183555766940117, -0.019340941682457924, -0.015031133778393269, - 0.10460808128118515, 0.027136005461215973, -0.05569252744317055, - 0.014771205373108387, 0.008689689449965954, -0.05157049745321274, - -0.06751463562250137, -0.05938466265797615, -0.025248931720852852 - ], - [ - 0.05895122140645981, 0.16736851632595062, 0.1625586748123169, -0.05627879127860069, - 0.11500230431556702, 0.03033803589642048, 0.15543057024478912, 0.0834946259856224, - 0.14168766140937805, 0.11570214480161667, 0.025282669812440872, - 0.0008254671702161431, 0.1185620129108429, 0.02035469375550747, 0.09665046632289886, - 0.08837879449129105, 0.17403949797153473, 0.07154211401939392, 0.016428710892796516, - -0.06616564095020294, 0.13430093228816986, 0.08276206254959106, - -0.11567996442317963, 0.04470691829919815, 0.03846200928092003, - -0.060221221297979355, -0.01979360356926918, 0.042144518345594406, - 0.07116953283548355, 0.006543064955621958, -0.025096973404288292, - 0.02385793998837471, 0.058538924902677536, 0.06922238320112228, 0.08351332694292068, - 0.02266099862754345, 0.0466655008494854, 0.00500035285949707, 0.1471373736858368, - 0.058170393109321594, 0.11876580864191055, 0.018892895430326462, - 0.09983403235673904, 0.09485676139593124, 0.136801078915596, 0.10179628431797028, - 0.13209570944309235, -0.09549959748983383, 0.04315883293747902, - 0.0007103041862137616, 0.04240621626377106, -0.054426610469818115, - 0.09390255808830261, 0.18761245906352997, 0.12334910035133362, 0.0533616729080677, - 0.03507079556584358, 0.07458464056253433, 0.05886528268456459, 0.12066633254289627, - 0.1371898353099823, 0.020526858046650887, -0.055760327726602554, - 0.11049860715866089, 0.1573592871427536, 0.07477162778377533, 0.11103513091802597, - 0.016886981204152107, 0.047181036323308945, -0.2144698202610016, - 0.012611178681254387, 0.03241821005940437, 0.006009741220623255, - 0.06322845816612244, 0.1331135332584381, -0.08781855553388596, -0.06226683035492897, - 0.03155643492937088, -0.025275910273194313, 0.010134921409189701, - -0.001053997897543013, -0.09099771827459335, -0.0009483379544690251, - -0.093365877866745, -0.016949206590652466, 0.21695633232593536, - -0.05189162492752075, -0.03673180937767029, 0.029975751414895058, - 0.12200272083282471, -0.1344621628522873, 0.035034939646720886, - -0.05970395728945732, 0.10231763869524002, 0.09417536109685898, - -0.07589565217494965, 0.06867735087871552, 0.14814546704292297, 0.1872255951166153, - 0.09814364463090897, 0.02022763341665268, 0.05676984414458275, 0.0686410516500473, - 0.014070425182580948, -0.06515670567750931, 0.07691539078950882, 0.0821477547287941, - -0.04868035390973091, -0.18057692050933838, -0.026022115722298622, - 0.048695389181375504, -0.07392840832471848, 0.05641571804881096, - 0.026346595957875252, 0.1374480128288269, -0.19309251010417938, -0.0532478503882885, - 0.04019516706466675, 0.0859069675207138, 0.024505648761987686, 0.11408103257417679, - -0.06383797526359558, 0.08954402804374695, 0.11643043905496597, 0.15115153789520264, - 0.13550610840320587, 0.12391345947980881, 0.019753005355596542, - -0.14256735146045685, -0.08528728038072586, -0.0343056321144104, - 0.049516525119543076, 0.1586514264345169, -0.014103463850915432, - 0.0042755152098834515, -0.0042440020479261875, 0.11058273166418076, - 0.10083339363336563, 0.13351289927959442, 0.0847293883562088, 0.06719093769788742, - 0.059509746730327606, 0.14554792642593384, 0.015009239315986633, - 0.04561499133706093, 0.02726408839225769, -0.03442804142832756, 0.13894782960414886, - -0.005755129735916853, -0.0031874312553554773, 0.1161990761756897, - 0.03248348832130432, -0.027717264369130135, 0.165566548705101, 0.011019984260201454, - -0.060256388038396835, 0.16424646973609924, 0.05632228031754494, - 0.07574540376663208, 0.025261176750063896, 0.06289792060852051, 0.09801577031612396, - 0.1869814246892929, -0.0064245592802762985, -0.010105638764798641, - 0.05518138036131859, 0.06468099355697632, -0.04881343990564346, - 0.002772292587906122, 0.07041148096323013, 0.13906684517860413, - -0.003454070771113038, 0.08731808513402939, 0.13634666800498962, - 0.02243879623711109, 0.12020643800497055, 0.06810407340526581, 0.25462135672569275, - -0.0291127972304821, 0.10518410801887512, 0.09431809931993484, 0.039926618337631226, - -0.0005357718328014016, 0.030665481463074684, 0.07579078525304794, - 0.16565346717834473, 0.0570983961224556, 0.059478793293237686, 0.08527851849794388, - -0.08706504106521606, 0.08795781433582306, 0.00013684881560038775, - 0.10910376906394958, -0.024690736085176468, -0.03766469284892082, - -0.005319943651556969, 0.00010541542724240571, 0.0863284170627594, - 0.1405438780784607, 0.029881976544857025, 0.004032059106975794, 0.12975093722343445, - 0.023090612143278122, 0.08641025424003601, -0.042972974479198456, - 0.013045735657215118, -0.1314878612756729, 0.058093488216400146, - 0.020651627331972122, 0.15562967956066132, 0.08866649121046066, 0.11398782581090927, - 0.14835645258426666, 0.031725943088531494, -0.13461123406887054, - 0.11155857145786285, 0.09234002232551575, 0.06356371194124222, 0.013243509456515312, - 0.24393585324287415, 0.07402564585208893, 0.027085378766059875, 0.0565124973654747, - 0.10949689149856567, -0.02301403321325779, 0.067997045814991, 0.01578434370458126, - 0.00613542040809989, 0.17819643020629883, 0.0761110782623291, 0.08945699781179428, - 0.08948948234319687, 0.08943004906177521, 0.22892019152641296, 0.027151651680469513, - -0.007094239350408316, -0.03807685524225235, 0.02891349047422409, - 0.08191225677728653, 0.019452858716249466, 0.099199578166008, 0.05260280519723892, - 0.03577346354722977, -0.005030920263379812, 0.0521513894200325, - -0.011816230602562428, 0.03535590320825577, 0.03709688037633896, - -0.020804934203624725, 0.08127954602241516, 0.043539706617593765, - 0.05290462076663971, 0.1317991018295288, -0.009866546839475632, - 0.025657961145043373, 0.0426953099668026 - ], - [ - 0.10834986716508865, 0.15726353228092194, 0.13277411460876465, 0.012460933066904545, - 0.037028297781944275, 0.07116323709487915, 0.14816981554031372, 0.14796115458011627, - 0.16015085577964783, 0.024302799254655838, 0.055819615721702576, - 0.07110808789730072, 0.08859428763389587, 0.023436687886714935, 0.06515827029943466, - 0.1189415380358696, 0.14517757296562195, 0.09227042645215988, 0.0873623862862587, - -0.010984838008880615, 0.16064870357513428, 0.016951939091086388, - -0.17538119852542877, -0.06791925430297852, 0.04920367896556854, - -0.07062248140573502, -0.07661529630422592, 0.07496320456266403, - 0.11945533007383347, 0.06860870867967606, 0.03241661190986633, 0.09312541782855988, - 0.16383923590183258, -0.03495537117123604, 0.017725897952914238, 0.0911269262433052, - 0.004292248282581568, 0.023968815803527832, 0.15468555688858032, - 0.14810268580913544, 0.10032592713832855, 0.05447986721992493, 0.06854961812496185, - 0.11589036136865616, 0.030523886904120445, 0.06842255592346191, 0.1342705935239792, - -0.0716785416007042, 0.0752609521150589, 0.04709488898515701, -0.030340801924467087, - -0.06838485598564148, 0.05186339467763901, 0.1439717561006546, 0.10576203465461731, - 0.08565089106559753, 0.02657272107899189, 0.009812851436436176, 0.10489114373922348, - 0.07576952129602432, 0.07840054482221603, 0.10582588613033295, - -0.013993892818689346, 0.11456206440925598, 0.07844822853803635, - 0.045629262924194336, 0.07513875514268875, -0.03561241924762726, - 0.05019490793347359, -0.18032705783843994, 0.10624672472476959, 0.04487357288599014, - -0.02792561613023281, 0.03345160558819771, 0.16610904037952423, 0.01569906249642372, - -0.03810577839612961, 0.10488633066415787, -0.05404595658183098, - 0.06712048500776291, 0.024837393313646317, -0.16506290435791016, - 0.013283864594995975, -0.14404329657554626, -0.09629813581705093, - 0.08909636735916138, -0.05313829332590103, 0.0839490070939064, 0.09577275067567825, - 0.035638149827718735, -0.1412343978881836, 0.11851095408201218, -0.0406554639339447, - 0.014788578264415264, 0.05668718367815018, -0.03616361692547798, - 0.08341626077890396, 0.10959593951702118, 0.11714281141757965, - -0.018453819677233696, 0.018839193508028984, 0.1034075990319252, - 0.038473084568977356, 0.05421321094036102, 0.01951702870428562, 0.10040616244077682, - 0.11996462196111679, 0.039427757263183594, -0.14576195180416107, - -0.03401409462094307, 0.005086113698780537, 0.004214252810925245, - 0.12930479645729065, 0.07560653239488602, 0.11838337033987045, -0.18421964347362518, - -0.016926584765315056, 0.06489086151123047, -0.01938611827790737, - 0.056945450603961945, 0.037967193871736526, -0.06365983933210373, - 0.032089147716760635, 0.032572850584983826, 0.1789618879556656, 0.1434851884841919, - 0.1631488800048828, 0.10543093830347061, -0.11887117475271225, -0.1406608521938324, - 0.011282738298177719, 0.09180454164743423, 0.12458997219800949, - -0.02971934713423252, 0.035674404352903366, -0.06911676377058029, - 0.0687299370765686, 0.05021459236741066, 0.10574914515018463, 0.06213408336043358, - 0.05405382066965103, 0.01503749843686819, 0.08919288218021393, 0.06837765872478485, - -0.016060765832662582, 0.05536121875047684, -0.054906852543354034, - 0.06128961592912674, 0.07434605062007904, -0.07802464067935944, 0.10972673445940018, - -0.03379249572753906, 0.0512615442276001, 0.07124403864145279, -0.0433175191283226, - -0.002015196019783616, 0.08029196411371231, 0.11210153996944427, - 0.09751792252063751, 0.049907151609659195, 0.13314127922058105, 0.08132557570934296, - 0.17496982216835022, -0.03223450854420662, -0.0419057160615921, 0.10877732187509537, - 0.09264688938856125, -0.09495868533849716, 0.06493046134710312, - 0.016714926809072495, 0.10898324847221375, 0.0058448477648198605, - 0.15551365911960602, 0.0965018942952156, 0.09706192463636398, 0.18353475630283356, - 0.14500398933887482, 0.12102936208248138, -0.045795563608407974, - 0.04109187424182892, 0.022312793880701065, 0.03471733629703522, - -0.022402193397283554, 0.10908672958612442, 0.06348523497581482, - 0.09187447279691696, 0.025579743087291718, 0.07260213792324066, 0.1202087253332138, - -0.08534996956586838, 0.07466563582420349, -0.0017748699756339192, - 0.19050508737564087, -0.032259345054626465, -0.050718192011117935, - 0.05206599086523056, 0.11558672785758972, 0.17425785958766937, 0.13913054764270782, - -2.660837708390318e-5, 0.00837452057749033, 0.15041957795619965, - -0.017080210149288177, 0.08686912059783936, 0.011661362834274769, - 0.04144958779215813, -0.10424236953258514, 0.06475581228733063, 0.03533224016427994, - 0.13461996614933014, 0.08921883255243301, 0.10243196785449982, 0.15534120798110962, - -0.026774872094392776, -0.07766881585121155, 0.13041532039642334, - 0.1144402027130127, 0.02886875718832016, 0.004534877836704254, 0.1750052124261856, - 0.05665784701704979, 0.07244452834129333, 0.008907139301300049, 0.1494208127260208, - -0.005037964787334204, 0.10705557465553284, 0.09020531922578812, - 0.003630696563050151, 0.13513849675655365, 0.1781211942434311, 0.09207852184772491, - 0.08025448024272919, 0.11836152523756027, 0.13399171829223633, - -0.019981827586889267, 0.027097634971141815, 0.050954561680555344, - 0.00795015785843134, 0.05233118310570717, 0.033585306257009506, 0.14938955008983612, - 0.11065822094678879, 0.057549674063920975, -0.05516348034143448, - 0.010237709619104862, 0.06284059584140778, -0.019489195197820663, - 0.11314815282821655, 0.04707099497318268, 0.09314487874507904, 0.09017126262187958, - 0.11585140228271484, 0.13582217693328857, -0.0025666740257292986, - 0.055510953068733215, 0.09149299561977386 - ], - [ - 0.1248522624373436, 0.26077279448509216, 0.11331895738840103, - -0.0036050325725227594, 0.0945102870464325, 0.08875411003828049, - 0.05763912945985794, 0.13448785245418549, 0.11497373133897781, 0.12261456251144409, - 0.05647561699151993, 0.05907582864165306, 0.0849142074584961, 0.05217956006526947, - 0.065976582467556, 0.13337494432926178, 0.17006847262382507, 0.10939234495162964, - 0.029322782531380653, 0.050995759665966034, 0.13753056526184082, 0.0393795408308506, - -0.11894633620977402, 0.017626957967877388, 0.1485479772090912, 0.04172052443027496, - -0.14708803594112396, 0.06394842267036438, 0.05865424498915672, 0.03862553834915161, - 0.03776910528540611, 0.07070102542638779, 0.12302621454000473, 0.04851860925555229, - 0.09719240665435791, 0.026223018765449524, -0.042540282011032104, - -0.009345106780529022, 0.1377292424440384, 0.13492293655872345, 0.06557762622833252, - 0.046495918184518814, 0.08914110064506531, 0.004943730775266886, 0.1476748287677765, - 0.13078761100769043, 0.12348812818527222, -0.0268287044018507, 0.05582254379987717, - -0.029081208631396294, 0.045551981776952744, -0.0709131583571434, - 0.04596666246652603, 0.22669899463653564, 0.10788648575544357, 0.09733660519123077, - 0.02001965045928955, 0.01825880818068981, 0.06196616217494011, 0.0924113392829895, - 0.16478735208511353, 0.0027777987997978926, -0.023475609719753265, - 0.23880815505981445, 0.09390102326869965, 0.07084179669618607, 0.04761079326272011, - -0.0643639862537384, 0.04309428110718727, -0.11289507895708084, - -0.028020424768328667, 0.06719660758972168, 0.02114570140838623, - 0.04187387600541115, 0.1556365042924881, -0.09578607976436615, -0.02931986376643181, - 0.06291403621435165, 0.014995438978075981, 0.06227554380893707, - 0.024544743821024895, -0.13693130016326904, -0.06475440412759781, - -0.13023491203784943, -0.09922447800636292, 0.1794234663248062, - -0.046077802777290344, 0.0570879690349102, -0.012622115202248096, - 0.09515133500099182, -0.07326202094554901, 0.09188424050807953, - -0.019257543608546257, 0.009462038055062294, 0.15599942207336426, - 0.004599777515977621, 0.058096230030059814, 0.13149729371070862, - 0.19692876935005188, 0.058793436735868454, 0.02535833790898323, 0.09192842990159988, - 0.08116845786571503, 0.02828093245625496, 0.0035612895153462887, - 0.05229593440890312, 0.05197349190711975, -0.003540145233273506, - -0.1748083382844925, -0.0388917438685894, -0.019640149548649788, - -0.009067723527550697, 0.0875072330236435, 0.08932352066040039, 0.15905722975730896, - -0.07992126792669296, 0.009963219054043293, 0.07727231830358505, - 0.09693195670843124, -0.03613723814487457, 0.018968498334288597, - -0.07186965644359589, 0.05953769013285637, 0.061330508440732956, - 0.16382582485675812, 0.09762504696846008, 0.1186097115278244, 0.11031630635261536, - -0.15316134691238403, -0.11591213941574097, 0.026027081534266472, - 0.03851313516497612, 0.09252523630857468, -0.03918023779988289, 0.06412428617477417, - -0.06467081606388092, 0.05637509375810623, 0.13299596309661865, 0.2058720886707306, - 0.08510369062423706, 0.057149071246385574, -0.030098840594291687, - 0.18934620916843414, 0.06675305217504501, -0.02228120155632496, 0.07068074494600296, - -0.08189358562231064, 0.1453842967748642, 0.10018682479858398, 0.014514211565256119, - 0.11907338351011276, -0.0395311675965786, 0.035399001091718674, 0.1697607934474945, - -0.025082185864448547, 0.017599450424313545, 0.09082426130771637, - 0.08844800293445587, 0.0367027148604393, -0.02229895256459713, 0.05711686611175537, - 0.004491270519793034, 0.14617185294628143, -0.007678797002881765, - 0.010359177365899086, 0.05820814520120621, 0.12400788813829422, - -0.11247719824314117, 0.0560324527323246, 0.051209889352321625, 0.16803322732448578, - 0.0011238990118727088, 0.09781118482351303, 0.14130334556102753, - 0.0038160630501806736, 0.12133914977312088, 0.09384804964065552, - 0.23307769000530243, -0.02494473196566105, 0.05317264050245285, 0.08011871576309204, - 0.09823866188526154, -0.012189998291432858, 0.0512629933655262, - -0.015927353873848915, 0.14655214548110962, -0.005697512533515692, - 0.14377719163894653, 0.03612639755010605, -0.027061868458986282, - 0.15162496268749237, 0.0765930637717247, 0.18818330764770508, -0.04927492514252663, - -0.03236669301986694, -0.01445932686328888, 0.09739778190851212, 0.0979834720492363, - 0.1119203194975853, 0.032945457845926285, -0.04151497036218643, 0.12649518251419067, - 0.10272087901830673, 0.14081791043281555, -0.022538937628269196, - -0.05777222663164139, -0.14904604852199554, 0.062218520790338516, - 0.054470520466566086, 0.17438465356826782, 0.06048247963190079, 0.168826162815094, - 0.060800403356552124, 0.04571909084916115, -0.08813899755477905, - 0.18598490953445435, 0.060220830142498016, 0.07584264129400253, 0.05368393287062645, - 0.09821867197751999, 0.0784902572631836, -0.03703361749649048, 0.01844816841185093, - 0.14653928577899933, -0.016458796337246895, 0.08715889602899551, - 0.10319501906633377, 0.019534992054104805, 0.11541786789894104, 0.1544797420501709, - 0.07043659687042236, 0.08423486351966858, 0.10856777429580688, 0.09939774125814438, - 0.018943002447485924, 0.0030120518058538437, 0.0596485510468483, - -0.023248055949807167, 0.12593995034694672, 0.04427645355463028, 0.1456596404314041, - 0.11043757200241089, -0.029982347041368484, 0.01174970157444477, - 0.045625023543834686, 0.051718324422836304, 0.07198908179998398, - 0.11809884756803513, 0.06081771478056908, 0.10534822940826416, 0.02846144326031208, - 0.06527214497327805, 0.12554378807544708, 0.0895887166261673, -0.017661722376942635, - 0.008087835274636745 - ], - [ - 0.029614165425300598, 0.17375777661800385, 0.11287177354097366, - -0.03943730890750885, 0.051602836698293686, 0.035997431725263596, - 0.09182503074407578, 0.12081468850374222, 0.10493864119052887, 0.03355932608246803, - 0.012025278992950916, 0.01763647049665451, 0.113771453499794, -0.004953527823090553, - 0.07158713787794113, 0.13745495676994324, 0.10107249766588211, 0.13272184133529663, - 0.0768570676445961, -0.0038530025631189346, 0.05546209588646889, - 0.11067473143339157, -0.12304168939590454, -0.04951009899377823, - 0.06872864067554474, -0.042044248431921005, -0.08294537663459778, - 0.007866566069424152, 0.11557631939649582, 0.0008333274163305759, 0.066975899040699, - 0.08548752218484879, 0.07785798609256744, 0.02232467383146286, 0.03844163566827774, - 0.09104142338037491, -0.0189671628177166, 0.03259285166859627, 0.1041208803653717, - 0.11447949707508087, 0.12275570631027222, -0.012740959413349628, - 0.05245761200785637, 0.10031643509864807, 0.06688696146011353, 0.11037975549697876, - 0.07266273349523544, -0.08150212466716766, 0.04853176325559616, 0.07143707573413849, - -0.01121027022600174, 0.0017217834247276187, 0.09947258979082108, - 0.0976468101143837, 0.09383253008127213, 0.08691085129976273, 0.03938058018684387, - 0.0673162117600441, 0.10469184070825577, 0.08882904797792435, 0.12349876016378403, - 0.11654423177242279, -0.0554179884493351, 0.1654428094625473, 0.08378893882036209, - 0.022313479334115982, -0.014067977666854858, 0.042002175003290176, - 0.011884418316185474, -0.1811322271823883, 0.08202239125967026, 0.09952201694250107, - -0.01944921910762787, 0.054329171776771545, 0.08428389579057693, - -0.03824590891599655, -0.06715141236782074, 0.12233614921569824, - 0.0051010348834097385, 0.04556972160935402, 0.04914949834346771, - -0.16924285888671875, -0.010665728710591793, -0.1016792580485344, - -0.10287991911172867, 0.13783633708953857, 0.010575237683951855, - 0.03232740983366966, 0.00011652148532448336, 0.07376839220523834, - -0.12896041572093964, 0.022610021755099297, -0.049111586064100266, - 0.029236728325486183, 0.04968457296490669, -0.06703688204288483, - 0.12494129687547684, 0.1223609670996666, 0.16516311466693878, 0.0022049895487725735, - -0.06679181009531021, 0.12342409789562225, 0.10472948849201202, - 0.033843785524368286, -0.0171037707477808, 0.11312435567378998, 0.10655618458986282, - -0.05293664708733559, -0.19826097786426544, 0.059406790882349014, - -0.002326381392776966, 0.03044535033404827, 0.040798064321279526, - 0.016550494357943535, 0.14278121292591095, -0.15426421165466309, - -0.03454536572098732, 0.03845291957259178, 0.007257065270096064, - -0.0379956029355526, 0.017649812623858452, -0.08177060633897781, - 0.06720857322216034, 0.12762029469013214, 0.08691137284040451, 0.13823458552360535, - 0.18184898793697357, 0.13064312934875488, -0.20228160917758942, - -0.07821378111839294, 0.03319241851568222, 0.0696176290512085, 0.17253094911575317, - -0.053171295672655106, 0.01911633461713791, -0.054421745240688324, - 0.05010310560464859, 0.05536310002207756, 0.08227222412824631, 0.1800016313791275, - 0.07607527822256088, 0.08926104754209518, 0.15718688070774078, - -0.016539642587304115, 0.0106586879119277, 0.03901476040482521, - -0.08462389558553696, 0.06410297751426697, 0.11582762748003006, - -0.08880055695772171, 0.11786173284053802, -0.010761450976133347, - 0.02200046367943287, 0.14557388424873352, 0.04194140434265137, - -0.015045047737658024, 0.17067472636699677, 0.00480002211406827, - 0.11645659059286118, -0.06057276204228401, 0.07952684164047241, 0.05837897211313248, - 0.06672713160514832, -0.017767926678061485, -0.034774553030729294, - 0.11631941050291061, 0.17018039524555206, -0.045131001621484756, - 0.09088156372308731, 0.09774605184793472, 0.17992937564849854, 0.06482475996017456, - 0.1754310131072998, 0.10878067463636398, 0.10456104576587677, 0.13235178589820862, - 0.12977220118045807, 0.15658071637153625, -0.06348155438899994, 0.08968311548233032, - 0.10518164932727814, 0.008803626522421837, -0.09350287914276123, - 0.05424351245164871, -0.040901198983192444, 0.14423266053199768, - 0.044194549322128296, 0.09063886106014252, 0.16227388381958008, - -0.01515704020857811, 0.06440259516239166, 0.09997756779193878, 0.10190238058567047, - -0.060552310198545456, -0.0004248274490237236, 0.05831917002797127, - 0.017945127561688423, 0.109693743288517, 0.08605743199586868, -0.03218754753470421, - -0.030598405748605728, 0.036847878247499466, 0.03461240231990814, - 0.17853860557079315, -0.04603349044919014, -0.005017802119255066, - -0.13884088397026062, 0.11265932768583298, 0.08899834752082825, 0.14771738648414612, - 0.12672191858291626, 0.1819300502538681, 0.06921660900115967, 0.06771967560052872, - -0.11020343005657196, 0.15674512088298798, 0.08973122388124466, 0.05718229338526726, - 0.026571767404675484, 0.19425258040428162, 0.05029582232236862, - -0.031537801027297974, -0.0015798795502632856, 0.1909865140914917, - 0.02247859723865986, 0.11528768390417099, 0.06142875924706459, 0.07782090455293655, - 0.07210508733987808, 0.09640665352344513, 0.1054537370800972, 0.04590081423521042, - 0.060905762016773224, 0.21707980334758759, 0.02007041685283184, 0.11136326938867569, - 0.07631012797355652, 0.08842212706804276, 0.0819854587316513, -0.061921242624521255, - 0.08893578499555588, 0.05291745811700821, 0.037373535335063934, - -0.025273775681853294, 0.041549574583768845, 0.06503604352474213, - 0.028911594301462173, 0.12857697904109955, 0.00962828379124403, - 0.023314472287893295, 0.11993326246738434, 0.060584116727113724, - 0.09736459702253342, 0.09742312878370285, 0.025852635502815247, 0.12133411318063736 - ], - [ - -0.07633362710475922, -0.21859179437160492, -0.0462985560297966, - 0.05667794495820999, -0.040992241352796555, -0.023685894906520844, - -0.09782902896404266, -0.03686327114701271, -0.12061881273984909, - -0.026170043274760246, 0.03988470509648323, 0.04922536760568619, - -0.05325143039226532, 0.02412872202694416, 0.015750998631119728, - -0.11653345823287964, -0.08361935615539551, -0.11569150537252426, - -0.022389795631170273, 0.03403463214635849, -0.07253330945968628, - -0.01729351095855236, 0.09640286862850189, 0.11756014078855515, - -0.11365923285484314, 0.0667334496974945, 0.0656762421131134, -0.10287109017372131, - -0.052925415337085724, 0.024855773895978928, 0.028901193290948868, - -0.027833539992570877, -0.07468496263027191, 0.03262894228100777, - -0.07903571426868439, -0.09094008803367615, 0.04682745039463043, - 0.019260583445429802, -0.05997571349143982, -0.03655971959233284, - -0.07323005795478821, 0.08100151270627975, 0.035374175757169724, - -0.021953076124191284, -0.096006840467453, -0.053265489637851715, - -0.10907837748527527, 0.13768433034420013, -0.06653275340795517, - -0.004041027743369341, 0.03701696917414665, 0.06050886586308479, - -0.027311254292726517, -0.17688335478305817, -0.07445846498012543, - -0.0774557963013649, -0.014062914066016674, -0.017616186290979385, - -0.10324537754058838, -0.08095156401395798, -0.041776712983846664, - -0.05165398493409157, 0.09165831655263901, -0.18003998696804047, - -0.09777195006608963, 0.029161542654037476, -0.046979937702417374, - 0.10341759771108627, -0.020283499732613564, 0.18344508111476898, - -0.0016919297631829977, 0.007049102336168289, 0.02093266136944294, - -0.034722574055194855, -0.1390935629606247, 0.05648747831583023, - 0.07611033320426941, 0.011683167889714241, -0.003867432242259383, - -0.05190742760896683, 0.0582289956510067, 0.2093828320503235, -0.013049568980932236, - 0.23022742569446564, 0.17463386058807373, -0.07848773151636124, 0.09985773265361786, - -0.02361324056982994, -0.009956859983503819, -0.10106754302978516, - 0.19986113905906677, -0.047459863126277924, 0.11400406807661057, - 0.004405918065458536, -0.10660599917173386, 0.09887376427650452, - -0.11638518422842026, -0.07366811484098434, -0.14567317068576813, - -0.027539029717445374, 0.09449509531259537, -0.05230432003736496, - -0.049450114369392395, -0.05269656702876091, 0.04003582149744034, - 0.001938500558026135, -0.10157101601362228, 0.06565319001674652, - 0.17622072994709015, 0.06583946943283081, 0.10920574516057968, - 0.0053061689250171185, 0.001734818215481937, 0.018065381795167923, - -0.1274232417345047, 0.15168264508247375, 0.09404096752405167, -0.10400193184614182, - 0.03326300159096718, 0.045592740178108215, -0.00020106654847040772, - 0.08675866574048996, -0.10203132778406143, -0.013208710588514805, - -0.08129744976758957, 0.005667754448950291, -0.16485907137393951, - -0.028996666893363, 0.22760149836540222, 0.0656077042222023, 0.039534471929073334, - -0.019933858886361122, -0.07336264848709106, 0.11339414119720459, - -0.07085512578487396, 0.13162821531295776, -0.03501775488257408, - -0.046436671167612076, -0.06640435755252838, -0.12233099341392517, - -0.01655001938343048, 0.020998969674110413, -0.05330251157283783, - -0.006817759480327368, 0.015939345583319664, -0.002202142495661974, - 0.0880465880036354, -0.12220794707536697, 0.04488561674952507, 0.1071760505437851, - -0.05202910676598549, 0.045166678726673126, 0.10216011852025986, - -0.10258021205663681, 0.025574395433068275, 0.024343078956007957, - -0.15794798731803894, -0.02371184714138508, -0.020186442881822586, - 0.02621089667081833, -0.0494057796895504, 0.022902796044945717, -0.1716395616531372, - 0.00036411001929081976, -0.009194804355502129, -0.049022696912288666, - -0.06071164831519127, 0.15870721638202667, -0.021601669490337372, - 0.020263150334358215, -0.024193888530135155, 0.11814062297344208, - -0.13798829913139343, -0.06217312067747116, -0.08657465875148773, - -0.14067219197750092, -0.09554911404848099, -0.13608267903327942, - 0.09821461141109467, -0.019652273505926132, -0.020510783419013023, - -0.0017264928901568055, 0.058594077825546265, -0.08913949877023697, - 0.01884230598807335, -0.2000383585691452, -0.030842997133731842, - -0.027433481067419052, -0.07453009486198425, 0.07997933775186539, - -0.1027357205748558, -0.00141049618832767, -0.13873091340065002, - -0.015511758625507355, 0.07046099007129669, 0.0023818854242563248, - -0.013425965793430805, -0.15146945416927338, -0.10696233063936234, - 0.02892438881099224, 0.009451128542423248, -0.015628861263394356, - -0.05588121339678764, -0.08182574063539505, 0.0024791161995381117, - 0.07500755041837692, 0.159112349152565, 0.024925285950303078, 0.0814867839217186, - -0.02802404575049877, -0.01958068087697029, -0.14414039254188538, - -0.06928446888923645, 0.0012649977579712868, 0.049002621322870255, - -0.14383168518543243, 0.00023241231974679977, 0.05649803206324577, - 0.007458118721842766, -0.1592666208744049, -0.031140977516770363, - 0.02509329840540886, -0.03395134583115578, -0.1190963014960289, 0.04635977745056152, - -0.015665683895349503, 0.02191057987511158, -0.04883287474513054, - -0.13402009010314941, -0.15722675621509552, -0.10492891073226929, - -0.014828852377831936, -0.09321603924036026, -0.13233739137649536, - 0.07981466501951218, -0.06927445530891418, -0.020229903981089592, - 0.10522603988647461, -0.01621694304049015, 0.04415930062532425, - -0.12065784633159637, -0.10801970213651657, -0.009792736731469631, - -0.003219947684556246, 0.034478701651096344, -0.0896010547876358, - -0.022029045969247818, -0.03928957134485245, -0.000737361260689795, - -0.07669971138238907, -0.07157229632139206, -0.018000559881329536, - -0.06833286583423615, 0.02251306176185608, -0.012688788585364819, - -0.0011869868030771613 - ], - [ - 0.05106380954384804, 0.1723584234714508, 0.11051487922668457, 0.031052302569150925, - 0.12213274836540222, 0.04014395922422409, 0.20806431770324707, 0.1308118849992752, - 0.1096305176615715, 0.05994785204529762, 0.06620865315198898, 0.03479302302002907, - 0.10807730257511139, 0.02332671545445919, 0.07197501510381699, 0.03227762132883072, - 0.1382027119398117, 0.15508539974689484, 0.07878479361534119, 0.00852055661380291, - 0.06332895159721375, 0.003568124258890748, -0.0876222476363182, - -0.01943972334265709, 0.1707131415605545, -0.03930042311549187, -0.0995950847864151, - 0.1328287422657013, 0.044771209359169006, 0.007369596045464277, - 0.008941760286688805, 0.012601145543158054, 0.1404327005147934, -0.045451570302248, - 0.13714422285556793, 0.035078901797533035, 0.03955273702740669, - 0.015400893054902554, 0.15406495332717896, 0.16374456882476807, 0.1509993076324463, - -0.018831655383110046, 0.12398692220449448, 0.04810565710067749, 0.1546712964773178, - 0.1665312647819519, 0.13276921212673187, -0.04226730391383171, 0.06602367013692856, - 0.013678915798664093, -0.03101162612438202, -0.015813468024134636, - 0.011502421461045742, 0.26899364590644836, 0.103768490254879, 0.10618187487125397, - 0.06748069077730179, -0.0015667085535824299, 0.0921197459101677, - 0.11202720552682877, 0.13815170526504517, 0.08551017940044403, -0.02375555783510208, - 0.15273714065551758, 0.1285339742898941, 0.0759025290608406, 0.11534225195646286, - 0.0045443344861269, -0.01404625829309225, -0.18935735523700714, - 0.047066088765859604, 0.06833966076374054, 0.07257354259490967, 0.0411241389811039, - 0.10025789588689804, -0.03577515855431557, -0.03834081441164017, - 0.09129771590232849, -0.07016974687576294, 0.09774583578109741, 0.05647611618041992, - -0.1249001994729042, 0.006318305153399706, -0.14412836730480194, - -0.11589572578668594, 0.1901489794254303, -0.015043619088828564, - 0.03909486159682274, 0.07669123262166977, 0.06738412380218506, -0.08592221140861511, - 0.04031006991863251, -0.013228386640548706, 0.006081253755837679, - 0.1237502321600914, 0.005839706398546696, 0.08490961045026779, 0.10830550640821457, - 0.13671284914016724, -0.024006225168704987, -0.07042831927537918, - 0.12883420288562775, 0.08757057785987854, 0.049277324229478836, - -0.010670613497495651, 0.04014860838651657, 0.1459563821554184, - -0.0048645189963281155, -0.2007889747619629, 0.0009369039908051491, - -0.04249681904911995, -0.013423201628029346, 0.03680203855037689, - 0.08231599628925323, 0.09271072596311569, -0.1690971851348877, -0.07471704483032227, - 0.14169524610042572, 0.11517506092786789, -0.00979516189545393, 0.09209755063056946, - 0.01175812166184187, 0.0785956084728241, 0.07918936014175415, 0.12783296406269073, - 0.10128961503505707, 0.15945160388946533, 0.025748806074261665, - -0.16280989348888397, -0.03339436650276184, 0.024290774017572403, - 0.06060926616191864, 0.14130756258964539, -0.019215956330299377, - -0.005036134272813797, -0.03253877907991409, 0.041591156274080276, - 0.11028536409139633, 0.2107723206281662, 0.07520946115255356, 0.013766281306743622, - 0.06802809983491898, 0.10756894201040268, 0.020758293569087982, 0.01162644848227501, - 0.05556255951523781, -0.07311604171991348, 0.1529795229434967, 0.021057015284895897, - -0.07008784264326096, 0.13665950298309326, -0.043988607823848724, - -0.04939395561814308, 0.05794382467865944, 0.05064372718334198, - -0.044640280306339264, 0.1398536115884781, 0.05925265699625015, 0.08221464604139328, - -0.030069801956415176, 0.15138253569602966, 0.03532443195581436, - 0.07116911560297012, 0.0031302475836127996, 0.0051951599307358265, - 0.17294758558273315, 0.1857098489999771, -0.06273128092288971, 0.03867918625473976, - 0.003657890949398279, 0.1265551745891571, -0.045560043305158615, 0.1607722043991089, - 0.1032782569527626, 0.11945953220129013, 0.10336162149906158, 0.07941031455993652, - 0.25112810730934143, 0.03426129370927811, 0.06517703086137772, 0.14058414101600647, - 0.07575008273124695, -0.09517312794923782, 0.06113817170262337, - -0.008606254123151302, 0.22785258293151855, 0.04497527703642845, - 0.08260791003704071, 0.059246279299259186, -0.07699079811573029, - 0.05592307075858116, 0.04584606736898422, 0.12242566049098969, - -0.017869150266051292, 0.039882104843854904, 0.052717164158821106, - 0.11169757694005966, 0.1958981603384018, 0.17631973326206207, 0.02511516772210598, - -0.029791532084345818, 0.05867263674736023, 0.02182677760720253, - 0.13244019448757172, 0.02648741565644741, 0.022279804572463036, - -0.15048298239707947, 0.11799280345439911, 0.056882452219724655, - 0.09304948151111603, 0.13141176104545593, 0.24921914935112, 0.16907168924808502, - 0.004171302542090416, -0.12945489585399628, 0.10848881304264069, - 0.08244381099939346, 0.016640884801745415, 0.07478345185518265, 0.1875263899564743, - 0.0923992395401001, -0.01673336699604988, 0.06707432121038437, 0.19579380750656128, - 0.07134193927049637, 0.06080213561654091, 0.03251388296484947, - -0.002634922508150339, 0.18317674100399017, 0.19967056810855865, - 0.14770501852035522, 0.1317020058631897, 0.08512924611568451, 0.21857014298439026, - -0.06012045964598656, 0.05421822890639305, 0.08624602854251862, - -0.009523543529212475, 0.12716589868068695, 0.0025589987635612488, - 0.16991783678531647, 0.08485761284828186, 0.06180235370993614, -0.08360962569713593, - 0.0015592497074976563, 0.10500010848045349, 0.10634760558605194, - 0.09641817212104797, 0.05344332754611969, 0.06590738147497177, 0.042527180165052414, - 0.13972137868404388, 0.04241008311510086, 0.06860636919736862, 0.07922206073999405, - 0.08300134539604187 - ], - [ - 0.04689221456646919, 0.19566014409065247, 0.07618561387062073, - -0.028920957818627357, 0.0675494372844696, 0.05201956257224083, 0.09581869095563889, - 0.10982977598905563, 0.1458570957183838, 0.03175802156329155, 0.09017759561538696, - -6.910579395480454e-5, 0.057369034737348557, 0.02411959320306778, - 0.04001346975564957, 0.029700370505452156, 0.1059231162071228, 0.16280335187911987, - 0.1009601503610611, 0.01881965808570385, 0.1282869577407837, 0.047259606420993805, - -0.06759189814329147, 0.03308494761586189, 0.142756387591362, -0.016533495858311653, - -0.06902589648962021, 0.013659513555467129, 0.07628550380468369, - 0.07938025891780853, 0.05826517194509506, 0.07675521820783615, 0.06640392541885376, - -0.0259865690022707, 0.10592170059680939, 0.06961559504270554, 0.019570723176002502, - 0.10983333736658096, 0.1477956622838974, 0.05294257029891014, 0.09063993394374847, - -0.011155814863741398, 0.09132453054189682, -0.00043363208533264697, - 0.10023949295282364, 0.070566825568676, 0.13330994546413422, -0.02220325917005539, - -0.019411424174904823, 0.017686866223812103, 0.04200161620974541, - -0.052891381084918976, 0.08162714540958405, 0.13824765384197235, - 0.06535440683364868, 0.0375271812081337, 0.03312589228153229, 0.005044156219810247, - 0.09149938821792603, 0.18016792833805084, 0.14281640946865082, 0.009956315159797668, - -0.0044126263819634914, 0.11509647965431213, 0.1158512681722641, - 0.07408828288316727, 0.0667143315076828, -0.05951189994812012, 0.009523608721792698, - -0.15620644390583038, 0.11135052144527435, 0.06086741015315056, - 0.040535736829042435, 0.03167193382978439, 0.15325278043746948, - -0.05569735914468765, -0.07186861336231232, 0.08337103575468063, - 0.019907483831048012, 0.029487652704119682, 0.04448110610246658, - -0.16675159335136414, 0.019273027777671814, -0.14396417140960693, - -0.08741959929466248, 0.12057200074195862, -0.0028721517883241177, - -0.023779598996043205, -0.0037500124890357256, 0.10998674482107162, - -0.0741092711687088, 0.08913204818964005, -0.007861043326556683, - 0.11513949185609818, 0.11135625839233398, -0.03823043033480644, 0.15025146305561066, - 0.07361599057912827, 0.16934077441692352, 0.059318870306015015, - 0.012253508903086185, 0.07168523967266083, 0.11112258583307266, 0.08624394983053207, - 0.03594805300235748, 0.02588592655956745, 0.038071006536483765, - 0.0001975234190467745, -0.15084896981716156, -0.03444994240999222, - -0.05712949112057686, -0.027236023917794228, 0.0931897684931755, - 0.11848659813404083, 0.12487677484750748, -0.14702017605304718, - -0.08534671366214752, 0.09113232791423798, 0.06129694730043411, - -0.014160511083900928, 0.053229741752147675, -0.07121071964502335, - 0.10211119800806046, 0.08796591311693192, 0.0833645761013031, 0.1028059795498848, - 0.15817399322986603, 0.12108012288808823, -0.2087707817554474, -0.13121958076953888, - -0.053562067449092865, 0.10652649402618408, 0.15323492884635925, - 0.043917909264564514, 0.014041854068636894, -0.042424991726875305, - 0.10723132640123367, 0.16749225556850433, 0.15398302674293518, 0.06596258282661438, - -0.029754560440778732, 0.0307938102632761, 0.12940864264965057, 0.04027174785733223, - 0.017151834443211555, 0.09154198318719864, -0.029240692034363747, - 0.1062340959906578, 0.07109923660755157, -0.012965799309313297, 0.01870005391538143, - -0.053010858595371246, -0.03718157112598419, 0.0947219654917717, - 0.012276946566998959, -0.0537191703915596, 0.1478954553604126, 0.10578238219022751, - 0.11459587514400482, -0.07333146780729294, 0.11027877777814865, - -0.0005458890809677541, 0.1665509194135666, -0.05059749260544777, - 0.03567073866724968, 0.045235585421323776, 0.10311921685934067, - -0.13572871685028076, 0.03895854204893112, 0.08292941004037857, - 0.052953995764255524, 0.029775654897093773, 0.12108702957630157, - 0.13727687299251556, 0.10823368281126022, 0.10814125090837479, 0.08649533987045288, - 0.23163221776485443, -0.024387972429394722, 0.10727070271968842, - 0.11600061506032944, 0.030807003378868103, -0.09190734475851059, - 0.030981704592704773, -0.022788777947425842, 0.18629547953605652, - 0.06951867789030075, 0.08142013847827911, 0.11214710772037506, - -0.010748573578894138, 0.17739397287368774, 0.08689676970243454, - 0.09143140912055969, -0.07079242169857025, -0.03876712545752525, - 0.05138951912522316, 0.020389126613736153, 0.10003414750099182, 0.05546588450670242, - -0.03662030026316643, -0.0622401125729084, 0.14204372465610504, 0.05464698001742363, - 0.14818984270095825, -0.08485982567071915, -0.0542651042342186, -0.1273811012506485, - 0.019166680052876472, 0.07015131413936615, 0.15705229341983795, 0.11389491707086563, - 0.08926811814308167, 0.0771760642528534, 0.03722306340932846, -0.049748338758945465, - 0.20461505651474, 0.07824485749006271, 0.07188903540372849, 0.01219896785914898, - 0.20823070406913757, 0.1072254553437233, 0.026008397340774536, 0.004726893734186888, - 0.12090187519788742, 0.012799544259905815, 0.0614069327712059, 0.10379914194345474, - 0.021322069689631462, 0.09882345050573349, 0.06780808418989182, 0.0937618538737297, - 0.1046074703335762, 0.07966248691082001, 0.18449270725250244, 0.054320912808179855, - 0.030023163184523582, 0.0466255247592926, 0.023687735199928284, - 0.009297067299485207, -0.07478578388690948, 0.11968039721250534, - 0.07535697519779205, 0.04311274364590645, 0.029307328164577484, - -0.0030387176666408777, 0.09492078423500061, 0.07471191883087158, - 0.0494953952729702, 0.11128529161214828, 0.06523051857948303, 0.008309912867844105, - 0.09453835338354111, 0.07287855446338654, 0.08332908898591995, 0.03823647275567055, - 0.07887047529220581 - ], - [ - 0.08345755189657211, 0.21082811057567596, 0.13374900817871094, - -0.022672448307275772, 0.057668790221214294, 0.11522053927183151, - 0.17751221358776093, 0.15303626656532288, 0.14376875758171082, 0.12641803920269012, - 0.018341396003961563, 0.018959682434797287, 0.10309966653585434, - 0.06114180013537407, 0.1026395633816719, 0.0893852636218071, 0.11754084378480911, - 0.08229521661996841, -0.02166510373353958, 0.015917640179395676, - 0.04807564616203308, 0.06375209987163544, -0.12531861662864685, - -0.01019770372658968, 0.12610064446926117, -0.054027996957302094, - -0.09307226538658142, 0.09522216767072678, 0.1406765729188919, 0.09115724265575409, - -0.02873908169567585, 0.05096084624528885, 0.11678794771432877, - 0.018538493663072586, 0.1316356360912323, 0.004521262366324663, - -0.026906166225671768, 0.10896407067775726, 0.181881844997406, 0.1201481893658638, - 0.10765858739614487, -0.020350465551018715, 0.03557922691106796, 0.111960768699646, - 0.11720722913742065, 0.14510758221149445, 0.07433028519153595, -0.09519799798727036, - -0.01902695558965206, -0.0339537151157856, 0.0011860368540510535, - 0.03961966186761856, 0.09674835950136185, 0.19837525486946106, 0.0716007649898529, - 0.08174319565296173, 0.0673820972442627, 0.004531658720225096, 0.05928383767604828, - 0.14332881569862366, 0.12559932470321655, 0.08837728947401047, -0.08357392251491547, - 0.15302221477031708, 0.15719011425971985, 0.028964651748538017, - 0.024605683982372284, 0.02934933453798294, 0.020998507738113403, - -0.20095184445381165, 0.063743457198143, 0.12288782745599747, -0.03423203155398369, - 0.0011474641505628824, 0.10936490446329117, -0.006834935396909714, - -0.031209977343678474, 0.12106769531965256, -0.04315311089158058, - 0.06386779993772507, -0.009360420517623425, -0.06643299758434296, - -0.019045310094952583, -0.10168449580669403, -0.0392407663166523, - 0.20418795943260193, -0.007660936564207077, 0.0534510537981987, 0.06786418706178665, - 0.003951847553253174, -0.1217992901802063, 0.027190696448087692, - -0.08040269464254379, 0.10453341901302338, 0.11539985984563828, - -0.08034908771514893, 0.14369207620620728, 0.06712232530117035, 0.10884740203619003, - 0.06231918931007385, -0.05459695681929588, 0.10994268208742142, 0.04749668017029762, - -0.007571088150143623, -0.004158708732575178, 0.0675685852766037, - 0.013379518873989582, -0.01551377959549427, -0.14081797003746033, - -0.023271147161722183, -0.007074739784002304, -0.043960992246866226, - 0.08179335296154022, 0.04424026608467102, 0.15683986246585846, -0.1776982545852661, - 0.004966416396200657, 0.08046520501375198, 0.0030976037960499525, - -0.007786206901073456, 0.10975462198257446, -0.09135518223047256, - 0.09321058541536331, 0.07315929979085922, 0.12910601496696472, 0.08254504948854446, - 0.1365795135498047, 0.08024924993515015, -0.16785645484924316, -0.04545668885111809, - -0.06759978830814362, 0.0803275853395462, 0.1595824956893921, 0.017545077949762344, - 0.028356771916151047, 0.012493737041950226, 0.09961316734552383, 0.0609293133020401, - 0.20905309915542603, 0.04627765342593193, -0.018915768712759018, - 0.09387371689081192, 0.14556770026683807, 0.08224089443683624, - -0.0029986149165779352, 0.09244866669178009, -0.05222509428858757, - 0.03990122303366661, 0.11518443375825882, -0.05828931927680969, 0.08904814720153809, - -0.03135562315583229, -0.006555368658155203, 0.10748579353094101, - -0.012767323292791843, 0.02609531581401825, 0.1413036286830902, 0.05287040024995804, - 0.049392107874155045, 0.02597464621067047, 0.1284961700439453, 0.09053169190883636, - 0.13541467487812042, -0.011774836108088493, -0.032981447875499725, - 0.12586548924446106, 0.07986234128475189, -0.08646614104509354, 0.05957473814487457, - 0.04607413336634636, 0.1529582440853119, -0.053700897842645645, 0.14906670153141022, - 0.028677282854914665, 0.025248978286981583, 0.15004652738571167, 0.1250891238451004, - 0.20990638434886932, 0.01613919995725155, 0.06893113255500793, 0.020457888022065163, - -0.0011794951278716326, -0.020207174122333527, 0.1208430752158165, - 0.06260278075933456, 0.09477962553501129, 0.0352136455476284, 0.1102556437253952, - 0.05809923633933067, -0.04217243567109108, 0.08102986216545105, 0.0750310942530632, - 0.11760131269693375, -0.08987953513860703, -0.06614170223474503, - -0.019630858674645424, 0.010805964469909668, 0.17514020204544067, - 0.05725343897938728, -0.023809101432561874, 0.009955260902643204, - 0.13800136744976044, 0.10089801996946335, 0.1135048195719719, -0.020176302641630173, - -0.01922694966197014, -0.11226088553667068, 0.0604650042951107, - 0.015411004424095154, 0.15340203046798706, 0.11437545716762543, 0.11849434673786163, - 0.1699567288160324, 0.05088590458035469, -0.03391237556934357, 0.07515672594308853, - 0.06702237576246262, 0.061392806470394135, 0.07269524037837982, 0.17647339403629303, - 0.046788621693849564, 0.004798936657607555, 0.1114516407251358, 0.13363023102283478, - 0.03416070342063904, 0.04773007705807686, 0.03897513076663017, 0.05176809802651405, - 0.1710006594657898, 0.11837626248598099, 0.02512115053832531, 0.0422004833817482, - 0.01131019089370966, 0.08533601462841034, -0.05281602218747139, 0.08284837752580643, - 0.0055972253903746605, 0.011744434013962746, 0.08320821821689606, - 0.004284776281565428, 0.1509931981563568, 0.08956190198659897, 0.032548196613788605, - 0.006842472590506077, -0.012951538898050785, 0.07329627126455307, - 0.025141729041934013, 0.0831293836236, 0.05347997322678566, 0.1026717945933342, - 0.08407992124557495, 0.10072187334299088, 0.09707071632146835, 0.024770885705947876, - 0.00928796548396349, 0.1198514923453331 - ], - [ - 0.10518842190504074, 0.24771390855312347, 0.15707193315029144, -0.04861065745353699, - -0.017523203045129776, 0.10730024427175522, 0.08471804857254028, - 0.07149218022823334, 0.07236021757125854, 0.10194125026464462, - -0.008256758563220501, 0.013138064183294773, 0.08980520814657211, - 0.026270898059010506, 0.01701953075826168, 0.07708550244569778, 0.11970648169517517, - 0.03130461648106575, 0.09375058114528656, -0.07176560908555984, 0.07531554251909256, - 0.034199245274066925, -0.0973922461271286, 0.03881840407848358, 0.11885052919387817, - -0.01718367263674736, -0.12732085585594177, 0.04278521612286568, - 0.041106224060058594, 0.0373402014374733, 0.0016596941277384758, - 0.07160201668739319, 0.167225643992424, 0.04868151247501373, 0.05181024596095085, - 0.0017311342526227236, -0.011738541536033154, -0.012743603438138962, - 0.1226455569267273, 0.08954966813325882, 0.12442166358232498, -0.007764678448438644, - 0.0707138180732727, 0.05438511073589325, 0.14049658179283142, 0.08533269166946411, - 0.10085931420326233, -0.08736493438482285, -0.005992950405925512, - -0.029064450412988663, -0.02948708087205887, -0.054742973297834396, - 0.04416592791676521, 0.12059268355369568, 0.062218599021434784, - 0.004587925970554352, 0.038877565413713455, 0.035449475049972534, - 0.07440600544214249, 0.14947710931301117, 0.11238601803779602, 0.06762409955263138, - -0.05808271840214729, 0.2307567596435547, 0.13368277251720428, 0.06615053117275238, - 0.05388855189085007, 0.03724563121795654, -0.04725094512104988, - -0.20157307386398315, 0.06740841269493103, 0.06190799921751022, 0.04960491880774498, - 0.01721275970339775, 0.1634301394224167, -0.062429025769233704, - -0.010403672233223915, 0.07693127542734146, -0.026269126683473587, - -0.007448702119290829, -0.03475718945264816, -0.19111411273479462, - -0.018396835774183273, -0.11542024463415146, -0.07623390108346939, - 0.1411774903535843, -0.05497715622186661, 0.031604476273059845, 0.06712859123945236, - 0.05168180167675018, -0.1037551686167717, 0.037246670573949814, - -0.034307580441236496, 0.11664701253175735, 0.08243359625339508, - -0.06898972392082214, 0.05050300434231758, 0.06712799519300461, 0.08960697054862976, - 0.016699057072401047, 0.005951610393822193, 0.16457708179950714, - 0.04050779715180397, 0.0453488864004612, 0.016209248453378677, 0.013082868419587612, - 0.0251154825091362, 0.0291435569524765, -0.10413327813148499, 0.052522800862789154, - -0.02567077800631523, -0.06570538878440857, 0.05325765535235405, 0.0969364270567894, - 0.11038163304328918, -0.09947733581066132, 0.025600705295801163, - 0.11224208027124405, 0.054432548582553864, -0.05731405317783356, - 0.07282759249210358, -0.03392556682229042, 0.09428583085536957, 0.03396954759955406, - 0.11340036243200302, 0.15101857483386993, 0.176377072930336, 0.040312156081199646, - -0.1897355616092682, -0.10786384344100952, -0.015507640317082405, - 0.09269429743289948, 0.18100954592227936, -0.06774090230464935, - -0.02530183084309101, 4.948408968630247e-5, 0.08552631735801697, - 0.09948185831308365, 0.14397896826267242, 0.13369834423065186, -0.01694801263511181, - 0.08817655593156815, 0.12407399713993073, 0.07469543814659119, 0.015028219670057297, - 0.02930428646504879, -0.07279913127422333, 0.033388152718544006, - 0.009997201152145863, 0.017242230474948883, 0.12124045193195343, - -0.045696940273046494, 0.058145809918642044, 0.16158340871334076, - -0.021444998681545258, 0.0013479487970471382, 0.10810836404561996, - 0.08144952356815338, 0.042689211666584015, -0.03247262164950371, - 0.11320461332798004, -0.010037783533334732, 0.11664179712533951, - -0.07352476567029953, 0.024664683267474174, 0.0802277997136116, 0.17640754580497742, - -0.14149735867977142, -0.005671601742506027, -0.014300466515123844, - 0.14186908304691315, 0.003454621648415923, 0.16917845606803894, 0.1065712571144104, - 0.09715723991394043, 0.10032105445861816, 0.11245265603065491, 0.20954643189907074, - 0.03327833116054535, 0.04098127409815788, 0.014264990575611591, - -0.005568478722125292, -0.024714309722185135, 0.07205560058355331, - 0.05052294582128525, 0.17448285222053528, 0.02189004234969616, 0.09349316358566284, - 0.1384984701871872, -0.018638573586940765, 0.09121523797512054, 0.07161799818277359, - 0.1213097870349884, -0.019501177594065666, -0.027084635570645332, - -0.026533177122473717, 0.10155083239078522, 0.14236946403980255, 0.0949978157877922, - 0.0283490102738142, -0.006555417086929083, 0.14912049472332, -0.008734280243515968, - 0.041503723710775375, 0.028165092691779137, -0.021331913769245148, - -0.15399746596813202, -0.044179320335388184, 0.05728873983025551, - 0.10998769849538803, 0.13618203997612, 0.10788937658071518, 0.176125630736351, - 0.04369521513581276, -0.09770844131708145, 0.11542927473783493, - -0.006549454759806395, 0.05056547746062279, 0.07705773413181305, - 0.15555621683597565, -0.020938999950885773, 0.043150391429662704, - 0.07943210005760193, 0.1419551521539688, 0.06779827922582626, 0.0845155194401741, - 0.08123546838760376, 0.07806792855262756, 0.1223590075969696, 0.07151376456022263, - 0.0241081565618515, 0.0388227142393589, 0.10155671089887619, 0.11387048661708832, - -0.03430147096514702, 0.05201200023293495, 0.005978225264698267, - 0.05238696560263634, 0.08440856635570526, 0.00395670672878623, 0.05615949258208275, - 0.038418591022491455, 0.0426727719604969, -0.02582608535885811, - 0.015681132674217224, 0.10315713286399841, 0.0642080008983612, 0.12222705781459808, - 0.08095282316207886, 0.0672040805220604, 0.029764438048005104, 0.08761809021234512, - 0.03739401698112488, -0.014202975668013096, 0.10079165548086166, - 0.006368240807205439 - ], - [ - 0.05280755087733269, 0.002025008201599121, -0.06121011823415756, - -0.07219821214675903, -0.05787137150764465, 0.004614225588738918, - 0.015405356884002686, -0.05642417073249817, 0.05372770130634308, - 0.04178828001022339, 0.02059461735188961, -0.0754961222410202, - -0.031242545694112778, -0.0549168661236763, 0.03642365708947182, - 0.005061641335487366, 0.02477041818201542, -0.03686249628663063, - -0.02385367453098297, -0.04754824936389923, -0.009885542094707489, - -0.05361930653452873, -0.01341257244348526, -0.029636316001415253, - -0.03663124144077301, 0.00646087946370244, -0.004696156829595566, - -0.01969750225543976, -0.006710560526698828, -0.03445645049214363, - 9.945947385858744e-5, 0.0012051769299432635, -0.018488535657525063, - -0.030510494485497475, -0.010380231775343418, -0.05182063579559326, - -0.0031633516773581505, -0.06029951572418213, -0.04582388699054718, - 0.0036348849534988403, -0.03819362074136734, 0.025569941848516464, - -0.03445678949356079, -0.04212413728237152, 0.008431047201156616, - -0.05542510375380516, -0.049723610281944275, -0.040669362992048264, - 0.004140955861657858, -0.004525050520896912, -0.059750281274318695, - 0.04733971133828163, -0.02839331328868866, -0.003984071314334869, - 0.05994952470064163, -0.030429501086473465, -0.054712556302547455, - 0.005937941372394562, 0.03678012639284134, -0.04726831614971161, - -0.02573276311159134, 0.028109312057495117, -0.05704164505004883, - -0.03576914966106415, 0.037083275616168976, -0.037340253591537476, - -0.0662163719534874, -0.056926265358924866, -0.07190113514661789, - 0.05990272015333176, -0.03259315341711044, -0.05882921814918518, - 0.005909842438995838, -0.024528056383132935, 0.02688608132302761, - -0.012649507261812687, -0.06429038941860199, 0.01505892351269722, - -0.053505733609199524, 0.03283865377306938, 0.0363016314804554, 0.029586061835289, - 0.015640739351511, -0.00327494740486145, 0.033177781850099564, 0.05883680284023285, - 0.028635511174798012, -0.04283461719751358, 0.015142577700316906, - 0.05102013424038887, -0.0003787130117416382, -0.055049799382686615, - 0.02235029637813568, 0.01496424525976181, -0.024057816714048386, - 0.0051048872992396355, -7.073419055814156e-6, 0.002848409116268158, - 0.030749328434467316, 0.03991137444972992, 0.046878211200237274, - -0.04808126389980316, 0.051992930471897125, -0.0500759482383728, - -0.04869913309812546, 0.05038243904709816, 0.017766572535037994, - 0.03602888062596321, 0.03760109841823578, -0.03387339413166046, - -0.062141045928001404, -0.01090322807431221, 0.05524557828903198, - -0.042387448251247406, -0.06544677913188934, -0.026446394622325897, - -0.04521849751472473, 0.0038592517375946045, -0.042971596121788025, - -0.05783236026763916, 0.030524536967277527, 0.028166912496089935, - -0.009210360236465931, -0.03309369087219238, 0.02447640895843506, - -0.021843044087290764, -0.021552173420786858, -0.04091490060091019, - -0.046911902725696564, 0.014485355466604233, 0.02984577789902687, - 0.051442429423332214, 0.05116589367389679, 0.03385593369603157, - 0.016262149438261986, -0.03409743309020996, -0.030159391462802887, - -0.051574163138866425, -0.034876152873039246, -0.04171089082956314, - 0.03642012178897858, -0.05521947145462036, -0.027834974229335785, - -0.030811157077550888, -0.04129984974861145, 0.03919532895088196, - -0.06336987763643265, 0.013169392943382263, -0.024365462362766266, - -0.02295888215303421, 0.029774196445941925, 0.004000807646661997, - 0.018367314711213112, 0.02953314781188965, 0.016323188319802284, - 0.0018251985311508179, -0.03325388953089714, 0.04361002519726753, - -0.04129449278116226, -0.019062018021941185, 0.05646256357431412, - -0.04590664803981781, 0.05101783573627472, -0.06368979811668396, - -0.02551417611539364, 0.002487187972292304, -0.0455712229013443, - 0.003782769665122032, -0.056158192455768585, 0.02233482524752617, - 0.0014037638902664185, -0.01549496315419674, 0.02737470716238022, 0.03675527125597, - 0.060801438987255096, 0.030370697379112244, -0.024584397673606873, - 0.048359692096710205, 0.04653676599264145, 0.019069433212280273, - -0.0027118874713778496, -0.036060869693756104, 0.024219678714871407, - -0.047148481011390686, -0.053536705672740936, 0.011262292973697186, - 0.0030602440237998962, 0.01710287481546402, -0.012620076537132263, - -0.008786042220890522, -0.05176931619644165, 0.02116299979388714, - -0.04414328187704086, 0.029970597475767136, -0.02109736204147339, - 0.04291553795337677, 0.05471982806921005, -0.05804375931620598, - -0.04176964610815048, 0.04911607503890991, -0.04261503741145134, - -0.03887786343693733, 0.040563419461250305, 0.05333475023508072, - -0.03334935009479523, 0.04400401934981346, -0.04578745365142822, - -0.053305044770240784, -0.015455584041774273, -0.04855986684560776, - 0.017567560076713562, -0.039338432252407074, 0.02456103451550007, - -0.03370894491672516, 0.026571273803710938, 0.01279989629983902, - 0.025384508073329926, 0.026129037141799927, -0.03837767243385315, - -0.015530601143836975, 0.04619072377681732, -0.05995678901672363, - -0.002903856337070465, -0.045756809413433075, -0.06643684953451157, - -0.013347344473004341, -0.0544193796813488, -0.035031165927648544, - -0.04699353873729706, 0.014849813655018806, -0.04705291986465454, - -0.017178155481815338, 0.04473860561847687, 0.00016767531633377075, - 0.0345362089574337, 0.028050485998392105, 0.0062144142575562, -0.07547880709171295, - 0.043234750628471375, 0.014247425831854343, -0.049986716359853745, - -0.040653061121702194, 0.042021315544843674, -0.07062783092260361, - 0.0001481428771512583, 0.014980967156589031, -0.05870911106467247, - -0.03741145133972168, 0.005016431212425232, -0.04640330374240875, - -0.052427876740694046, -0.054511651396751404, -0.01885099709033966, - -0.016981402412056923, -0.046147823333740234, 0.041896361857652664 - ], - [ - 0.089487224817276, 0.18211300671100616, 0.17678001523017883, -0.036023639142513275, - 0.04440250247716904, 0.10310354083776474, 0.1388222873210907, 0.08843706548213959, - 0.11411081999540329, 0.10700150579214096, 0.02557779848575592, 0.0408363975584507, - 0.04757826402783394, 0.04329165816307068, 0.06285517662763596, 0.11425701528787613, - 0.16712556779384613, 0.09293966740369797, 0.008189769461750984, -0.0157596655189991, - 0.13310225307941437, 0.09082909673452377, -0.10884623974561691, - -0.05757070705294609, 0.05650528520345688, 0.045656606554985046, - -0.059844598174095154, 0.05195244401693344, 0.026925910264253616, - 0.09331197291612625, 0.06642816215753555, 0.11428312957286835, 0.10534502565860748, - 0.009744497016072273, 0.08484590798616409, 0.01461534108966589, - -0.03974653780460358, 0.027681119740009308, 0.1669922173023224, 0.08569396287202835, - 0.020130999386310577, 0.002331221243366599, 0.09233898669481277, - 0.11559683829545975, 0.08779482543468475, 0.06441119313240051, 0.04057752341032028, - -0.052345599979162216, -0.03029479831457138, 0.00945451483130455, - -0.0008812928572297096, -0.03682275488972664, 0.09163368493318558, - 0.13226324319839478, 0.07273906469345093, 0.03460261970758438, 0.093309186398983, - 0.0490284264087677, 0.16675309836864471, 0.13056409358978271, 0.0400216318666935, - 0.015180299058556557, -0.023915767669677734, 0.08206650614738464, - 0.10662845522165298, -0.03151535615324974, 0.04171542823314667, - -0.06671447306871414, 0.03994658589363098, -0.22602465748786926, - 0.08424413949251175, 0.11172504723072052, 0.02625138871371746, 0.026413721963763237, - 0.11445603519678116, -0.10345930606126785, 0.015390964224934578, - 0.09259317815303802, 0.004923610016703606, 0.0932580903172493, -0.00869038887321949, - -0.14797575771808624, 0.022518202662467957, -0.06009429693222046, - -0.14607219398021698, 0.12163593620061874, -0.013988285325467587, - 0.0942719578742981, 0.08428557962179184, 0.07189986854791641, -0.08397556096315384, - 0.11020271480083466, -0.04041868820786476, 0.09468871355056763, 0.11096987873315811, - -0.012046856805682182, 0.058629557490348816, 0.10792873799800873, - 0.09164997935295105, 0.022321268916130066, -0.05108867213129997, - 0.12177805602550507, 0.10472254455089569, 0.021225472912192345, -0.0412018857896328, - 0.1086711660027504, 0.055624350905418396, -0.05228252336382866, - -0.12306654453277588, 0.03430323675274849, 0.0032352402340620756, - 0.0005325639504007995, 0.03124074451625347, -0.00018031868967227638, - 0.07493329793214798, -0.18463581800460815, 0.03597107529640198, 0.11205974966287613, - -0.012766417115926743, 0.036822497844696045, 0.07229898124933243, - -0.01386124175041914, 0.06398985534906387, 0.06552218645811081, 0.08514945954084396, - 0.09109613299369812, 0.15423914790153503, 0.01418485026806593, -0.14708811044692993, - -0.09376639127731323, 0.03725295513868332, 0.12251735478639603, 0.18842260539531708, - -0.07478239387273788, 0.038105253130197525, -0.09450690448284149, - 0.1352313607931137, 0.06518951058387756, 0.12148597836494446, 0.043331556022167206, - 0.04266682267189026, 0.04138150066137314, 0.1141107901930809, -0.018310805782675743, - 0.032216232270002365, 0.07735797017812729, -0.054697323590517044, - 0.11425343155860901, 0.05613815411925316, -0.09969374537467957, - 0.015304852277040482, -0.0010003081988543272, -0.026374414563179016, - 0.11550558358430862, -0.0003757679369300604, -0.056770529597997665, - 0.06318166106939316, 0.10667478293180466, 0.1247507855296135, -0.07753438502550125, - 0.11741472035646439, -0.006264784373342991, 0.058774176985025406, - 0.019141534343361855, -0.04346683248877525, 0.12105455994606018, 0.1433805227279663, - -0.08694078028202057, 0.06954152882099152, -0.024932539090514183, - 0.08633851259946823, -0.026845045387744904, 0.14226849377155304, - 0.06986679881811142, -0.011288992129266262, 0.16617241501808167, - 0.12048748135566711, 0.17920911312103271, 0.021882349625229836, - 0.0018075368134304881, 0.1000349223613739, 0.07869382947683334, - -0.06349890679121017, 0.1101473718881607, 0.06673307716846466, 0.09670081734657288, - 0.008803850039839745, 0.08709301799535751, 0.08189184963703156, - -0.06851043552160263, 0.07571545243263245, 0.10489194840192795, 0.14177092909812927, - 0.024797184392809868, -0.03898454084992409, 0.012452816590666771, - 0.006048546172678471, 0.09437043964862823, 0.1322772353887558, -0.05181369557976723, - -0.05708632245659828, 0.11517151445150375, -0.005744053982198238, - 0.06450042128562927, 0.0077562411315739155, 0.025971680879592896, - -0.11895383894443512, 0.006713917478919029, -0.02085043489933014, - 0.17492879927158356, 0.04838017374277115, 0.10281103104352951, 0.08490251004695892, - -0.012992855161428452, -0.10274054855108261, 0.12252935767173767, - 0.04735156148672104, 0.11177217960357666, 0.09363679587841034, 0.21022284030914307, - 0.1187363937497139, 0.001637993031181395, 0.025805281475186348, 0.15866073966026306, - -0.023828553035855293, 0.09909436106681824, 0.08116547018289566, - 0.014054996892809868, 0.06029729172587395, 0.16929125785827637, 0.10608381778001785, - 0.12576091289520264, 0.07036203891038895, 0.2384735643863678, -0.04582062363624573, - 0.03481464087963104, 0.030228406190872192, 0.03306632861495018, 0.13008368015289307, - -0.06828244775533676, 0.07119569927453995, 0.13300663232803345, 0.03458799421787262, - -6.768922276023659e-7, 0.02975836955010891, 0.006085914559662342, - 0.05447441712021828, 0.08986849337816238, 0.0024858834221959114, - 0.009396043606102467, 0.0642230212688446, 0.04943712428212166, 0.08175688982009888, - 0.006650831550359726, 0.01084717083722353, 0.10053587704896927 - ], - [ - 0.10334756225347519, 0.2331714928150177, 0.0634581446647644, -0.06573068350553513, - 0.040556829422712326, 0.06015618517994881, 0.13225966691970825, 0.11198116093873978, - 0.059988949447870255, 0.08916065096855164, 0.06054244562983513, 0.06843563169240952, - 0.05073731765151024, 0.037985581904649734, 0.04591657966375351, 0.0951458066701889, - 0.1373002976179123, 0.09058193862438202, 0.022337142378091812, -0.0268128402531147, - 0.060679975897073746, 0.010483144782483578, -0.13851125538349152, - -0.00017027997819241136, 0.08543270081281662, -0.017525605857372284, - -0.0653393566608429, 0.04903971776366234, 0.08609770983457565, 0.032645776867866516, - 0.08356685191392899, 0.10272803902626038, 0.15015622973442078, -0.05750509724020958, - 0.024827802553772926, 0.09221195429563522, 0.0006177743198350072, - 0.05471186712384224, 0.15347477793693542, 0.13692860305309296, 0.12508492171764374, - -0.0260451752692461, 0.10793463885784149, 0.12102998048067093, 0.09994392096996307, - 0.07764055579900742, 0.05166258662939072, -0.07943595200777054, - 0.036847904324531555, -0.007352527230978012, 0.022016622126102448, - -0.03821771591901779, 0.10314328968524933, 0.1298290640115738, 0.13651137053966522, - 0.08229982852935791, 0.027851218357682228, 0.02179945819079876, 0.11462651193141937, - 0.11904021352529526, 0.12133829295635223, 0.02112414687871933, -0.08475164324045181, - 0.16516350209712982, 0.06843215972185135, 0.06396136432886124, 0.03955753147602081, - 0.03109322302043438, 0.013035130687057972, -0.15320636332035065, - 0.09930622577667236, 0.12265204638242722, -0.025546399876475334, - 0.08813519030809402, 0.11099740862846375, 0.02277677319943905, - -0.022281844168901443, 0.08574242889881134, -0.0605696476995945, - 0.00824439525604248, 0.03889204561710358, -0.09165272861719131, - -0.051337797194719315, -0.09586912393569946, -0.09386546164751053, - 0.08476902544498444, -0.0023522507399320602, 0.0889873057603836, - -0.00640329672023654, 0.08403842151165009, -0.10425478965044022, - 0.09286923706531525, -0.07708771526813507, 0.04644763097167015, 0.12305137515068054, - -0.07584654539823532, 0.1348109096288681, 0.10253354907035828, 0.12779973447322845, - 0.012773899361491203, -0.02545386366546154, 0.1312236338853836, - 0.022059664130210876, -0.013980375602841377, 0.014718378894031048, - 0.012399906292557716, 0.07546284049749374, -0.02912060171365738, - -0.15884236991405487, 0.017433958128094673, 0.04078732803463936, - -0.01606324128806591, 0.07673339545726776, 0.00963717233389616, 0.1432580053806305, - -0.12767723202705383, 0.04238090291619301, 0.057981766760349274, - -0.017230171710252762, -0.013002793304622173, 0.022117076441645622, - -0.03843914344906807, 0.04608140513300896, 0.08970669656991959, 0.10126765072345734, - 0.11717480421066284, 0.16850334405899048, 0.08472082763910294, -0.13650648295879364, - -0.11293818801641464, -0.06117355450987816, 0.030238807201385498, - 0.13733787834644318, -0.027314959093928337, 0.004875642713159323, - 0.01980786956846714, 0.0906764566898346, 0.07680300623178482, 0.10097487270832062, - 0.05452365428209305, -0.044620923697948456, 0.025731651112437248, - 0.0787963792681694, 0.0628100261092186, -0.010979859158396721, 0.10142728686332703, - -0.039299387484788895, 0.11111324280500412, 0.05094871297478676, - -0.030215248465538025, 0.029711749404668808, 0.02392401359975338, - 0.028416099026799202, 0.13856005668640137, 0.03548585996031761, - -0.030959302559494972, 0.10368466377258301, -0.0007798040751367807, - 0.10367345064878464, -0.007892336696386337, 0.052384648472070694, - 0.0896417647600174, 0.1084299236536026, -0.06665167957544327, -0.005207350943237543, - 0.1201649010181427, 0.09794256091117859, -0.1310657113790512, - -0.00014400696090888232, 0.08071304112672806, 0.11115986853837967, - -0.03627869114279747, 0.16991378366947174, 0.151166632771492, 0.03221164271235466, - 0.08220427483320236, 0.14279569685459137, 0.15051688253879547, -0.04009239748120308, - 0.027548253536224365, 0.05962624400854111, 0.02891526184976101, - -0.09070969372987747, 0.11819016933441162, -0.0029105236753821373, - 0.14974083006381989, 0.07203076034784317, 0.07062000781297684, 0.020472563803195953, - -0.01248947437852621, 0.13896407186985016, 0.018422242254018784, - 0.19320975244045258, -0.03577129542827606, -0.03946259990334511, - 0.028000397607684135, 0.10848112404346466, 0.07900802046060562, 0.04991886019706726, - 0.0187677014619112, -0.03234126791357994, 0.09354965388774872, 0.059571780264377594, - 0.08853425085544586, -0.06538909673690796, 0.026622068136930466, - -0.11229772120714188, 0.06453557312488556, 0.05122147873044014, 0.16672855615615845, - 0.0740853026509285, 0.11989732086658478, 0.13156132400035858, 0.03267975151538849, - -0.07735326141119003, 0.0635702908039093, 0.006255096755921841, 0.03674742951989174, - 0.07075390964746475, 0.22097714245319366, 0.07238492369651794, - -0.011695783585309982, 0.08974586427211761, 0.17107708752155304, - 0.08906529098749161, 0.09630438685417175, 0.0662342831492424, 0.06255993247032166, - 0.04750092700123787, 0.10916058719158173, 0.05319943651556969, 0.07741373032331467, - 0.06302308291196823, 0.15629689395427704, 0.031071435660123825, 0.09469646960496902, - 0.05866077542304993, 0.012756958603858948, 0.09572255611419678, - -0.038581062108278275, 0.11333344876766205, 0.13045337796211243, - 0.011861064471304417, -0.01793840155005455, 0.0016959338681772351, - 0.03587304428219795, 0.011801724322140217, 0.1381264179944992, 0.022054973989725113, - 0.001782153034582734, 0.06812958419322968, 0.029695026576519012, - 0.055488038808107376, 0.11369159072637558, 0.045038461685180664, - 0.030630018562078476 - ], - [ - 0.029526997357606888, 0.22507178783416748, 0.09316463768482208, - 0.013623639941215515, 0.09660740941762924, 0.10129808634519577, 0.11454465240240097, - 0.04330974817276001, 0.0840446725487709, 0.033756937831640244, 0.027062056586146355, - 0.07705242931842804, 0.08873068541288376, -0.03591424599289894, 0.03472231328487396, - 0.07511460781097412, 0.1158379316329956, 0.06303012371063232, 0.025067273527383804, - 0.01997184567153454, 0.12839558720588684, 0.04898584261536598, -0.0934479683637619, - -0.013467397540807724, 0.04507359862327576, -0.06959667056798935, - -0.06922630965709686, 0.0739261582493782, 0.10533476620912552, 0.10584994405508041, - 0.04251599684357643, 0.05811960622668266, 0.15755882859230042, -0.05129760131239891, - 0.020384542644023895, 0.04250093922019005, -0.052295949310064316, - 0.012325931340456009, 0.08396964520215988, 0.09808310866355896, 0.08993392437696457, - 0.0417248010635376, 0.07425372302532196, 0.05616885796189308, 0.11599837988615036, - 0.12699274718761444, 0.05345825105905533, -0.09390462189912796, 0.01984470710158348, - -0.015056083910167217, 0.019445383921265602, 0.019846247509121895, - 0.009537143632769585, 0.14461110532283783, 0.1454705446958542, 0.04884902387857437, - 0.0640517994761467, 0.0100321713835001, 0.14822696149349213, 0.14785236120224, - 0.046543024480342865, 0.032626159489154816, 0.0021290204022079706, - 0.13728976249694824, 0.08347541838884354, -0.031280405819416046, - 0.11494000256061554, -0.0417400486767292, -0.009401723742485046, - -0.17426323890686035, 0.08223176002502441, 0.1130734458565712, - -0.009511185809969902, -0.031066562980413437, 0.09491994231939316, - 0.02212175726890564, -0.08690406382083893, 0.07340410351753235, - -0.03512478619813919, 0.08990918844938278, 0.059731412678956985, - -0.16847053170204163, 0.03734245151281357, -0.0837073102593422, - -0.047817375510931015, 0.14457756280899048, -0.022170737385749817, - -0.003983842674642801, 0.041854195296764374, 0.014733698219060898, - -0.01549244113266468, 0.05665348097681999, -0.05634582042694092, - 0.012829619459807873, 0.09589099138975143, 0.005096730776131153, - 0.05453776568174362, 0.10565725713968277, 0.10313665121793747, 0.06663581728935242, - -0.07412348687648773, 0.040843479335308075, 0.10256148874759674, - 0.07611295580863953, 0.004491970408707857, 0.12872305512428284, 0.01431022584438324, - -0.004369063302874565, -0.08829983323812485, 0.018046479672193527, - -0.021804818883538246, 0.0398595929145813, 0.12101949751377106, 0.05290896072983742, - 0.18540675938129425, -0.1836480349302292, -0.034929465502500534, - 0.03391093388199806, 0.02937905117869377, 0.0037145079113543034, - 0.10994116216897964, -0.07863365858793259, 0.059846047312021255, - 0.012586238794028759, 0.08694025129079819, 0.14397045969963074, 0.19644251465797424, - 0.07422733306884766, -0.13428471982479095, -0.022796418517827988, - -0.07079867273569107, 0.09950707852840424, 0.06222786381840706, - -0.009933887980878353, 0.03426353260874748, 0.011544802226126194, - 0.04059630632400513, 0.06268485635519028, 0.18849101662635803, 0.03852970153093338, - -0.028681308031082153, 0.08901473879814148, 0.0662226527929306, - -0.02559497393667698, 0.025969689711928368, 0.031404513865709305, - -0.09517138451337814, 0.09597843885421753, 0.08335642516613007, 0.02103618159890175, - 0.03955921530723572, 0.028463570401072502, -0.006259411107748747, - 0.13304851949214935, -0.001219582394696772, -0.0886334702372551, - 0.17121823132038116, 0.07321002334356308, 0.10228227823972702, -0.03450417518615723, - 0.03528577461838722, 0.012914006598293781, 0.15454675257205963, - -0.06236676126718521, 0.006223433651030064, 0.10571486502885818, - 0.13298296928405762, -0.07585103809833527, 0.012031900696456432, - 0.08389962464570999, 0.11743684858083725, 0.03314678743481636, 0.08759087324142456, - 0.05528446286916733, 0.04558634012937546, 0.14294180274009705, 0.09897667169570923, - 0.2381458878517151, -0.07595834881067276, 0.09105514734983444, 0.12084084749221802, - 0.08225559443235397, -0.07969511300325394, 0.07885009050369263, 0.04764244332909584, - 0.13747380673885345, 0.014890645630657673, 0.13292856514453888, - 0.024528173729777336, -0.044540371745824814, 0.139642596244812, - 0.057999029755592346, 0.08373043686151505, -0.03327792137861252, - -0.015531112439930439, 0.03848068416118622, 0.0796278789639473, 0.14664016664028168, - 0.12028779834508896, -0.009073739871382713, 0.043817754834890366, - 0.038435209542512894, 0.08595692366361618, 0.19687168300151825, 0.01890694536268711, - -0.00040327952592633665, -0.10506748408079147, -0.010130926966667175, - 0.027363404631614685, 0.09202594310045242, 0.09787134826183319, 0.08884457498788834, - 0.08171521872282028, 0.014791439287364483, -0.04886417090892792, - 0.13087819516658783, 0.06119580939412117, 0.03366667404770851, - -0.005840540863573551, 0.10340223461389542, 0.014546786434948444, - 0.04067140445113182, 0.07951731979846954, 0.08179673552513123, 0.06846131384372711, - 0.11051956564188004, 0.013075320050120354, 0.08166617900133133, - 0.054230570793151855, 0.13970947265625, 0.08618413656949997, 0.013721712864935398, - 0.06490743160247803, 0.15102554857730865, 0.0027793615590780973, - 0.09059370309114456, 0.04772653058171272, 0.014948848634958267, 0.06421054899692535, - 0.01528796087950468, 0.056566186249256134, 0.04979734495282173, - -0.007963159121572971, -0.03533435985445976, 0.0003538020537234843, - 0.10688101500272751, 0.01886782981455326, 0.03015822358429432, 0.03565232455730438, - 0.11447393149137497, 0.05684369057416916, 0.10990598797798157, 0.07914458960294724, - 0.06227125599980354, 0.07597271353006363, 0.044475115835666656 - ], - [ - -0.017705755308270454, -0.14388640224933624, -0.07728113979101181, - 0.03382785618305206, 0.01939239539206028, -0.08439099788665771, - -0.11989259719848633, -0.10366522520780563, -0.12128487974405289, - 0.0012995159486308694, -0.020041679963469505, 0.046976488083601, - -0.016979672014713287, 0.039667680859565735, 0.014009741134941578, - -0.01912233792245388, -0.044874586164951324, -0.10087987780570984, - 0.015687324106693268, 0.028730303049087524, -0.0669853538274765, - 0.03587152436375618, 0.19731636345386505, 0.022965239360928535, - -0.14095081388950348, -0.006658521015197039, 0.24161623418331146, - 0.011352368630468845, -0.039576247334480286, -0.04056446626782417, - 0.09614434093236923, -0.04162470996379852, -0.11787831038236618, - 0.07055870443582535, -0.0704616829752922, 0.03831766918301582, - -0.012387081049382687, 0.05275975540280342, -0.06331727653741837, - -0.01646926999092102, -0.09508847445249557, 0.07038340717554092, - -0.05651794373989105, -0.0723503828048706, -0.09775490313768387, - -0.01825169287621975, -0.07630366832017899, 0.09810923784971237, - 0.031183764338493347, -0.04117586836218834, 0.008867940865457058, - 0.09165221452713013, 0.041806939989328384, -0.11489836871623993, - -0.08077811449766159, -0.06091054156422615, 0.043431833386421204, - -0.011854846030473709, -0.09340009093284607, -0.15482084453105927, - -0.11480391025543213, 0.03958367556333542, 0.013310626149177551, - -0.16834595799446106, -0.1508684754371643, 0.0020735557191073895, - -0.01443442888557911, 0.04352974891662598, 0.09237032383680344, 0.1392303705215454, - 0.05963464453816414, -0.0768343135714531, 0.023384667932987213, - 0.025319483131170273, -0.06897865980863571, 0.08851948380470276, - -0.048526134341955185, 0.022804979234933853, 0.06969739496707916, - -0.04494021460413933, 0.04233928024768829, 0.18583659827709198, - 0.007993035018444061, 0.1775006353855133, 0.1520601212978363, -0.08780235052108765, - -0.046084217727184296, -0.0016300318529829383, 0.04412422701716423, - -0.0063055227510631084, 0.19922542572021484, -0.009789353236556053, - 0.0991164818406105, 0.016483332961797714, -0.08289244771003723, 0.09465475380420685, - -0.10899954289197922, -0.049382153898477554, -0.10183607041835785, - -0.0037666638381779194, 0.04873564839363098, -0.06434518098831177, - -0.11652251332998276, 0.01401552651077509, 0.01423677522689104, 0.00222071073949337, - -0.12474417686462402, 0.021466009318828583, 0.14304190874099731, - 0.031501222401857376, 0.04107401520013809, -0.0006711560417897999, - -0.016256220638751984, -0.05834797024726868, -0.16970741748809814, - 0.24609212577342987, 0.1390731930732727, -0.04092706739902496, 0.06756400316953659, - 0.07137437909841537, -0.034123264253139496, 0.04135045036673546, - -0.030457332730293274, -0.03653201460838318, -0.06452305614948273, - -0.0350630022585392, -0.12164761126041412, -0.0874420627951622, 0.21158400177955627, - 0.11171262711286545, 0.08067557960748672, -0.07939378917217255, - -0.12682731449604034, 0.1275641918182373, 0.05541089549660683, - -0.004437232855707407, -0.14620797336101532, -0.07074449956417084, - -0.08192919194698334, -0.026381853967905045, -0.036133140325546265, - 0.004554281011223793, -0.08987744897603989, -0.04135496914386749, - -0.014036222361028194, 0.028059417381882668, 0.1258517950773239, - -0.15473394095897675, -0.003328218124806881, -0.03304045647382736, - -0.07585768401622772, 0.018121283501386642, 0.09309471398591995, - -0.12940633296966553, 0.024171285331249237, 0.11050032824277878, -0.111728236079216, - 0.0008893475751392543, -0.007196461316198111, 0.026676002889871597, - -0.07224897295236588, 0.009023832157254219, -0.1349770873785019, - 0.06370941549539566, -0.010370520874857903, -0.004389591049402952, - -0.13130447268486023, 0.14667581021785736, 0.03739207237958908, 0.04976724088191986, - -0.10450822860002518, 0.10330445319414139, -0.16873957216739655, - -0.0044552115723490715, -0.04670803248882294, -0.09946835786104202, - -0.09769295901060104, -0.16174308955669403, 0.05807115510106087, - -0.01466311514377594, 0.041213858872652054, -0.06929159164428711, - 0.13787512481212616, -0.019872523844242096, 0.05449633672833443, - -0.11660324037075043, -0.005581554491072893, -0.12738275527954102, - -0.05631428211927414, 0.09737662225961685, -0.09093748033046722, - 0.018357377499341965, -0.13086004555225372, -0.015449832193553448, - 0.02244015410542488, 0.05176113173365593, -0.053358640521764755, - -0.15305174887180328, -0.1087249368429184, 0.029556363821029663, - 0.01079733856022358, -0.0651446059346199, 0.06115587800741196, -0.07994154095649719, - -0.020969979465007782, 0.09096971154212952, 0.1497257947921753, - -0.02572944015264511, 0.09155281633138657, -0.13815726339817047, - -0.09738948941230774, -0.15226565301418304, -0.15714652836322784, - 0.044249437749385834, 0.16937489807605743, -0.12154123187065125, - -0.07340065389871597, 0.047003816813230515, 0.012931698001921177, - -0.13137128949165344, -0.024321751669049263, 0.07806313037872314, - 0.02234426513314247, -0.1505778282880783, 0.01833820901811123, 0.010832030326128006, - 0.006419897545129061, 0.04002264514565468, -0.04040738567709923, - -0.18309293687343597, 0.021689334884285927, -0.052676815539598465, - -0.05686720460653305, -0.09784083068370819, -0.007257544435560703, - -0.0005493760108947754, 0.09365296363830566, 0.093051016330719, - -0.12927377223968506, 0.01183826383203268, -0.08588679879903793, - -0.10093943029642105, 0.05782448500394821, 0.006317805964499712, - 0.03689488396048546, -0.018022723495960236, 0.05360798537731171, - -0.0014300679322332144, 0.07949560880661011, -0.038544367998838425, - 0.018128931522369385, -0.0705643892288208, -0.04160509631037712, - 0.015589389950037003, -0.006716364994645119, -0.0873604491353035 - ], - [ - -0.018361208960413933, -0.18274548649787903, -0.09294936060905457, - 0.1233496218919754, -0.08364742249250412, -0.05818986892700195, - -0.12313296645879745, -0.12181994318962097, -0.14634349942207336, - 0.01884245127439499, 0.03784439340233803, 0.04705066233873367, -0.12367043644189835, - 0.09941045194864273, -0.08963283896446228, -0.08557655662298203, - -0.18319536745548248, -0.05705752596259117, -0.04959345981478691, - 0.11007826030254364, -0.14725297689437866, -0.05568134784698486, - 0.14281412959098816, 0.07468392699956894, -0.0637277290225029, 0.014358418062329292, - 0.1570480763912201, -0.0869012251496315, -0.011268836446106434, - -0.049703601747751236, 0.04833051562309265, 0.0049209133721888065, - -0.03833381086587906, 0.09348522126674652, -0.033136602491140366, - -0.077704057097435, 0.05526707321405411, -0.03733072429895401, -0.14032989740371704, - -0.09807728976011276, 0.013900227844715118, 0.04048784449696541, - -0.08041844516992569, -0.07040295004844666, -0.06134932488203049, - -0.08941373974084854, -0.16461847722530365, 0.12957827746868134, - -0.030939016491174698, -0.013703330419957638, 0.054692938923835754, - 0.08441014587879181, -0.06484823673963547, -0.1773853302001953, - -0.07067825645208359, -0.009466012008488178, -0.06565731763839722, - -0.032103292644023895, -0.16746331751346588, -0.06918491423130035, - -0.10545913130044937, 0.01785716786980629, 0.0606614351272583, -0.20079416036605835, - -0.14188796281814575, 0.10319621860980988, -0.04216461628675461, 0.0722307413816452, - -0.019781410694122314, 0.22483614087104797, 0.01744101010262966, - -0.1122305691242218, 0.041016433387994766, 0.027106553316116333, - -0.15727849304676056, 0.10192461311817169, 0.003961837850511074, - -0.060768961906433105, 0.014723489060997963, -0.029616843909025192, - 0.06684849411249161, 0.16621729731559753, 0.07100488990545273, 0.23569197952747345, - 0.20876017212867737, -0.12357152253389359, 0.0002425050042802468, - -0.06548336893320084, 0.010647746734321117, -0.018316181376576424, - 0.11773118376731873, -0.0014670488890260458, 0.04443792253732681, - -0.016370713710784912, -0.05540404096245766, 0.03192773088812828, - -0.04061693698167801, -0.07393224537372589, -0.14647021889686584, - 0.010640226304531097, 0.07596434652805328, -0.07809419929981232, - -0.009602207690477371, 0.018553731963038445, 0.11059742420911789, - -0.0911189392209053, -0.12718136608600616, 0.057057034224271774, - 0.15300358831882477, 0.09157093614339828, 0.06449626386165619, 0.1059003695845604, - -0.10225439071655273, -0.005692996550351381, -0.07359903305768967, - 0.21528857946395874, 0.07832589000463486, -0.09253522753715515, - 0.011940420605242252, 0.14110024273395538, -0.013191062025725842, - 0.06994542479515076, -0.08984669297933578, -0.045858316123485565, - -0.09744314104318619, -0.05985322222113609, -0.15798382461071014, - 0.022655358538031578, 0.2859974205493927, 0.07909000664949417, 0.021178968250751495, - -0.10038639605045319, -0.11740411072969437, 0.040537185966968536, - 0.02524612657725811, 0.10476333647966385, -0.12436481565237045, - -0.04884619638323784, -0.11876077950000763, -0.11316550523042679, - 0.013100278563797474, -0.050067536532878876, -0.09078284353017807, - -0.008453259244561195, 0.0382109098136425, -0.023314911872148514, - 0.039911847561597824, -0.14085406064987183, 0.022417699918150902, - 0.13890552520751953, -0.10768377780914307, 0.03915318101644516, 0.11852420121431351, - -0.021592171862721443, 0.10536318272352219, 0.10220412164926529, - -0.1569930911064148, -0.02927434630692005, -0.09127254039049149, - 0.01925315335392952, -0.007456562016159296, 0.01316360104829073, - -0.06339486688375473, 0.031153667718172073, 0.10211305320262909, - -0.10453291237354279, -0.13793030381202698, 0.2304607778787613, - -0.036865830421447754, -0.04184447228908539, -0.1309889554977417, - 0.06208338961005211, -0.16240455210208893, -0.04333830624818802, - -0.05277557671070099, -0.06910043209791183, -0.1585836112499237, - -0.12380185723304749, 0.0008318276959471405, -0.055354394018650055, - -0.013317416422069073, -0.05928671360015869, 0.0904667004942894, - -0.031052300706505775, 0.07618892192840576, -0.2630941569805145, - 0.010410442017018795, -0.06493411958217621, 0.027272794395685196, - 0.049848467111587524, -0.021737439557909966, 0.002930344780907035, - -0.09916387498378754, 0.023891208693385124, 0.11775702983140945, - 0.08717740327119827, -0.03148635849356651, -0.08698804676532745, - -0.06355615705251694, 0.07737436145544052, 0.06609521806240082, - -0.006845227908343077, 0.036156535148620605, -0.0845002606511116, - 0.05477539822459221, 0.1311320960521698, 0.15635114908218384, -0.0455683134496212, - 0.0021158892195671797, -0.1546521782875061, -0.02199440635740757, - -0.2329554557800293, -0.08416852355003357, 0.016335004940629005, - 0.11638756096363068, -0.16825427114963531, 0.028320644050836563, - -0.01916298270225525, -0.037114761769771576, -0.14094235002994537, - -0.05727611109614372, 0.08820351958274841, 0.018686311319470406, - -0.17722314596176147, -0.024856511503458023, -0.10365677624940872, - -0.03109990991652012, -0.03330426663160324, -0.14046022295951843, - -0.15130497515201569, -0.08290225267410278, -0.07679960131645203, - -0.045731279999017715, -0.029898766428232193, 0.10361102223396301, - -0.04729791358113289, 0.020731192082166672, 0.08638802915811539, - -0.051219839602708817, 0.04876139760017395, -0.12831827998161316, - -0.14918747544288635, -0.008747853338718414, 0.040635015815496445, - 0.05345812439918518, -0.0932803526520729, -0.014218933880329132, - -0.07022693753242493, -0.048117633908987045, -0.0027869369369000196, - -0.03276030346751213, -0.11817408353090286, -0.1114499419927597, - 0.004869299009442329, -0.020489439368247986, -0.06886289268732071 - ], - [ - 0.04580941051244736, 0.18088367581367493, 0.0959116518497467, -0.0505068302154541, - 0.06068908050656319, 0.1515895575284958, 0.16325949132442474, 0.07559527456760406, - 0.13004952669143677, 0.12008384615182877, 0.011565880849957466, 0.08439835160970688, - 0.04517074674367905, -0.033300600945949554, 0.04537706449627876, - 0.11283642053604126, 0.08046924322843552, 0.07000730186700821, 0.0968485102057457, - -0.04827011749148369, 0.1670408993959427, 0.040004000067710876, - -0.16370996832847595, 0.0012678405037149787, 0.05786868929862976, - -0.06244741007685661, -0.09564599394798279, 0.05730872601270676, - 0.12529009580612183, 0.08291265368461609, 0.08110031485557556, 0.10213848203420639, - 0.1774028241634369, -0.06060691177845001, 0.09646908938884735, 0.12143124639987946, - 0.05495935678482056, 0.09142053872346878, 0.08176732808351517, 0.1288563758134842, - 0.08498608320951462, -0.01998581737279892, 0.08730118721723557, 0.1074865460395813, - 0.12974496185779572, 0.10688769817352295, 0.12079356610774994, -0.04659898579120636, - 0.04952015355229378, -0.00411982461810112, 0.005925731733441353, - 0.03733617067337036, 0.03958961367607117, 0.2247258424758911, 0.050219908356666565, - 0.06910530477762222, 0.050951577723026276, 0.06527445465326309, 0.16330468654632568, - 0.1349210888147354, 0.11399421095848083, 0.11675609648227692, 0.015842672437429428, - 0.13734906911849976, 0.13792049884796143, -0.006644534412771463, 0.0431005023419857, - 0.00595016498118639, 0.007536409422755241, -0.1730567067861557, 0.1062217429280281, - 0.12436684966087341, -0.016385039314627647, 0.007984498515725136, - 0.1550626903772354, -0.03694690391421318, -0.00947791151702404, 0.07105213403701782, - 0.0007920573698356748, 0.059424176812171936, -0.026858555153012276, - -0.1420530527830124, -0.055671509355306625, -0.09521273523569107, - -0.06139430031180382, 0.16253258287906647, -0.010087274946272373, - 0.030351560562849045, 0.01631711982190609, 0.10087072104215622, -0.1170945093035698, - 0.05705576390028, -0.005202612839639187, 0.06159520521759987, 0.1798332929611206, - -0.05159269645810127, 0.15001678466796875, 0.06483075767755508, 0.18148910999298096, - 0.09237505495548248, -0.0012244017561897635, 0.057013314217329025, - 0.06281179189682007, 0.12876489758491516, -0.05039200186729431, 0.12161289155483246, - 0.107082299888134, -0.006531108636409044, -0.10427742451429367, - -0.030195530503988266, -0.06501659750938416, -0.01079502236098051, - 0.06266620755195618, 0.08939270675182343, 0.1356343775987625, -0.14234007894992828, - -0.07014903426170349, 0.08979041874408722, 0.07551264762878418, - -0.04026854783296585, 0.07357650995254517, -0.08246272057294846, - 0.037413787096738815, 0.05811213701963425, 0.10527421534061432, 0.15220169723033905, - 0.13208305835723877, 0.11832189559936523, -0.13034941256046295, -0.1646641045808792, - -0.005611946806311607, 0.0882047638297081, 0.15647844970226288, - 0.036864928901195526, 0.056853778660297394, -0.05868822708725929, - 0.1271088719367981, 0.06507513672113419, 0.17902283370494843, 0.05833594128489494, - 0.04167139530181885, 0.06819463521242142, 0.17698363959789276, 0.05613498389720917, - 0.02189071848988533, 0.10528795421123505, -0.054507721215486526, - 0.12224026769399643, 0.0729028582572937, -0.09068306535482407, 0.1027720645070076, - -0.03544004261493683, 0.05740766227245331, 0.08579546213150024, 0.07377006858587265, - -0.043024539947509766, 0.07843830436468124, 0.09916631132364273, - 0.06947054713964462, -0.07288892567157745, 0.057171642780303955, - -0.006624569185078144, 0.1763768345117569, 0.023561421781778336, - -0.07066914439201355, 0.10714245587587357, 0.16475921869277954, - -0.05527060851454735, 0.08762253820896149, 0.03418130427598953, 0.20856454968452454, - -0.04097634181380272, 0.14977143704891205, 0.11457259207963943, 0.0406704805791378, - 0.13561947643756866, 0.11876129359006882, 0.17059242725372314, -0.0670352503657341, - 0.09572380036115646, 0.09333615750074387, 0.06813379377126694, -0.07892923802137375, - 0.04404871538281441, 0.06464778631925583, 0.16777542233467102, - -0.013914499431848526, 0.1587083786725998, 0.06334048509597778, - -0.017275551334023476, 0.04244418814778328, 0.09296855330467224, - 0.20499013364315033, 0.01780867762863636, 0.0019558414351195097, - 0.05950728803873062, 0.06598987430334091, 0.17511728405952454, 0.11047197878360748, - 0.05014597252011299, 0.0031020401511341333, 0.10041934996843338, - 0.07738962024450302, 0.10864575207233429, -0.016097163781523705, - -0.0538555271923542, -0.1580807864665985, 0.05078668147325516, 0.049569401890039444, - 0.19539174437522888, 0.1421353965997696, 0.20295339822769165, 0.1780899465084076, - -0.05203258991241455, -0.06798278540372849, 0.09700596332550049, - 0.10879659652709961, 0.10337609052658081, 0.05978210270404816, 0.22350485622882843, - 0.0876096859574318, 0.03346000611782074, 0.010382179170846939, 0.17902925610542297, - -0.008226083591580391, 0.04676472768187523, 0.08708510547876358, - -0.021044403314590454, 0.06857854872941971, 0.20103727281093597, - 0.11467275768518448, 0.03353305533528328, 0.11100123077630997, 0.13802258670330048, - -0.016784435138106346, 0.061052288860082626, -0.027724366635084152, - 0.00022827026259619743, 0.09939242154359818, -0.045373495668172836, - 0.12648135423660278, 0.08507410436868668, 0.01590183936059475, 0.023997284471988678, - 0.048335812985897064, 0.08817233145236969, 0.06597480922937393, 0.0947587862610817, - 0.005931062623858452, 0.09915585815906525, 0.034375280141830444, 0.1080302745103836, - 0.12223987281322479, 0.055029626935720444, 0.06896521151065826, 0.01198919303715229 - ], - [ - -0.03684093803167343, 0.0002826973795890808, 0.05765534192323685, - 0.05116751790046692, 0.029232488945126534, -0.013855569064617157, - -0.024911224842071533, 0.018156012520194054, 0.036785438656806946, - -0.05841953679919243, 0.05065261200070381, 0.04046696424484253, - -0.051261574029922485, -0.035805463790893555, -0.03316209092736244, - -0.060731805860996246, -0.04410770535469055, 0.00963169801980257, - -0.024638496339321136, 0.06215068697929382, 0.034501783549785614, - 0.030771613121032715, 0.024555742740631104, -0.04625900834798813, - 0.014445596374571323, -0.04103473201394081, -0.008440665900707245, - 0.0511380173265934, 0.010394010692834854, -0.05315399169921875, - 0.022978059947490692, -0.06431570649147034, 0.011188872158527374, - -0.04892294853925705, -0.001545045175589621, 0.035161081701517105, - -0.017947008833289146, 0.0014950580662116408, -0.0454527772963047, - -0.007614061236381531, -0.0001993030309677124, 0.02134454995393753, - 0.04542301595211029, -0.0110744908452034, -0.067574642598629, -0.03673562780022621, - -0.034871265292167664, -0.016475282609462738, 0.0365043543279171, - 0.05446382611989975, -0.05043363571166992, -0.050093308091163635, - -0.04543223977088928, -0.006295047700405121, -0.030064187943935394, - -0.009076252579689026, 0.032070375978946686, -0.025091465562582016, - 0.011983759701251984, 0.04027387872338295, 0.037960734218358994, - 0.05602528899908066, 0.03018544614315033, -0.02903786301612854, - 0.036714792251586914, 0.021611817181110382, -0.05936925858259201, - -0.013804957270622253, -0.0066712540574371815, -0.016461700201034546, - 0.0468907430768013, 0.010513697750866413, 0.00010034491424448788, - -0.05327041819691658, 0.002850574441254139, 0.016125842928886414, - -0.005409277975559235, -0.00932765007019043, 0.04030472785234451, - -0.06425651907920837, -0.04774738848209381, -0.05967612564563751, - -0.00711096590384841, -0.039739400148391724, -0.034766703844070435, - 0.028057903051376343, -0.01745157688856125, 0.015876339748501778, - -0.03981845825910568, 0.03791065514087677, -0.012487940490245819, - 0.030660413205623627, -0.0546567440032959, 0.005400463473051786, - -0.05547775328159332, -0.02443748712539673, -0.048812542110681534, - -0.055366091430187225, 0.002346634864807129, -0.005488524679094553, - 0.004986017942428589, 0.0031267802696675062, -0.05510886758565903, - 0.025388332083821297, -0.04259383678436279, -0.0012247220147401094, - 0.05168105661869049, -0.05620398372411728, -0.0051493048667907715, - 0.013984586112201214, 0.058007385581731796, -0.0363389328122139, - 0.02261785976588726, -0.03669722378253937, -0.057487159967422485, - -0.04787847399711609, -0.05954983830451965, 0.037583619356155396, - 0.006380965001881123, -0.059132520109415054, -0.02813294529914856, - 0.0530780628323555, -0.058922089636325836, 0.01676681637763977, -0.0399937704205513, - 0.021328354254364967, -0.05656890571117401, 0.04803289845585823, - -0.04798995703458786, 0.018371589481830597, -0.04229041188955307, - 0.0016032832209020853, 0.016045935451984406, 0.016523286700248718, - 0.04434860125184059, -0.04617159813642502, 0.05092058330774307, 0.00925956666469574, - 0.022772692143917084, -0.004334650933742523, 0.06146136671304703, - -0.04549919813871384, 0.03255190700292587, 0.012642845511436462, - -0.013549089431762695, 0.045347873121500015, -0.05786532163619995, - -0.0496557280421257, -0.03904358297586441, -0.015465885400772095, - -0.029921822249889374, -0.03972681611776352, 0.010250397026538849, - -0.051034897565841675, -0.02340223453938961, 0.004716426134109497, - 0.02375650405883789, 0.01193229854106903, -0.06751520931720734, - -0.005029633641242981, -0.011779457330703735, 0.03310016542673111, - -0.028373897075653076, -0.002318260259926319, -0.023746341466903687, - 0.028960727155208588, 0.055799342691898346, 0.03853146731853485, - 0.05524909123778343, -0.05436118692159653, -0.036731474101543427, - 0.05820088088512421, -0.03286401927471161, -0.04114089161157608, - 0.053275566548109055, -0.019909009337425232, 0.03028716892004013, - 0.048826538026332855, -0.032517023384571075, 0.008032280951738358, - -0.018947988748550415, -0.06115823984146118, 0.0015644803643226624, - 0.02571999281644821, -0.04289022088050842, 0.028084784746170044, - 0.03301241248846054, -0.05181577801704407, 0.018959783017635345, - -0.02692725509405136, -0.01830706000328064, 0.046612124890089035, - -0.036212123930454254, 0.012856444343924522, 0.059206657111644745, - 0.05306142568588257, -0.0549575537443161, -0.053573958575725555, - 0.05595984309911728, 0.0022724501322954893, -0.025978567078709602, - 0.030679851770401, 0.021828411146998405, 0.04405878484249115, -0.05551229417324066, - -0.03099209815263748, -0.039435893297195435, -0.019384827464818954, - 0.04653561860322952, -0.02938109077513218, -0.035545382648706436, - -0.030080407857894897, 0.017638394609093666, 0.005687203258275986, - -0.01665566861629486, -0.01695745438337326, -0.004511069506406784, - -0.004636055324226618, -0.038862407207489014, -0.020683035254478455, - 0.007502740249037743, 0.04355563223361969, 0.030096469447016716, - -0.04286528378725052, 0.012838296592235565, -0.02744145691394806, - -0.017281878739595413, 0.05028986185789108, -0.04026830941438675, - -0.029291031882166862, -0.06501507759094238, 0.02449350617825985, - 0.025824975222349167, 0.0523492693901062, -0.0029496115166693926, - -0.06207359954714775, -0.010924234986305237, -0.020512748509645462, - -0.05321836099028587, -0.044521987438201904, 0.02071361429989338, - -0.03021276742219925, -0.0031767617911100388, 0.04303748160600662, - 0.05304637551307678, 0.027346130460500717, -0.056225940585136414, - 0.03141525387763977, 0.016285210847854614, -0.048850834369659424, - -0.01625789701938629, -0.004897745326161385, 0.046774230897426605, - -0.047285109758377075, 0.013205841183662415, -0.05242602154612541 - ] - ], - "net.3.bias": [ - 0.002497311681509018, 0.06650982052087784, 0.022041846066713333, 0.01031719520688057, - -0.05946722999215126, 0.025370556861162186, 0.062128372490406036, 0.02077515609562397, - -0.0010199534008279443, 0.0809897929430008, -0.06208158656954765, -0.05963839963078499, - -0.035093966871500015, 0.062314607203006744, 0.005431897006928921, -0.04034777730703354, - 0.05562371760606766, 0.035182494670152664, 0.0039013545028865337, 0.00794131401926279, - 0.060126882046461105, 0.044116824865341187, -0.0523206852376461, 0.05394604429602623, - 0.05423402786254883, 0.059878263622522354, 0.05279390141367912, 0.015507507137954235, - -0.03949608653783798, 0.029199974611401558, 0.06832396239042282, 0.05801843851804733, - -0.010264858603477478, 0.0123060904443264, 0.08168784528970718, 0.005721735768020153, - 0.07508230954408646, 0.0015358519740402699, 0.0758967399597168, 0.06237522512674332, - 0.029485272243618965, 0.013937026262283325, 0.028856314718723297, 0.04443090781569481, - -0.026242613792419434, 0.053027719259262085, 0.0561317540705204, 0.04532335698604584, - 0.09354054927825928, 0.0006951710674911737, 0.039848692715168, -0.02367868833243847, - 0.03544258326292038, 0.010352549143135548, -0.02697274088859558, 0.01846202276647091, - -0.03549334034323692, -0.010275332257151604, 0.08279156684875488, 0.09995532035827637, - 0.03476738557219505, -0.040472500026226044, -0.014965503476560116, 0.052770547568798065, - 0.041891396045684814, 0.07060571759939194, 0.10669158399105072, -0.044715069234371185, - 0.0950186476111412, 0.0038552968762815, 0.03544348478317261, 0.0696152001619339, - 0.03456480801105499, -0.05186661705374718, 0.07385959476232529, -0.04206746816635132, - 0.06742170453071594, 0.04954886436462402, 0.05010657012462616, 0.02149740234017372, - -0.024329885840415955, -0.027529610320925713, 0.08036990463733673, -0.06700249016284943, - -0.002200292656198144, 0.0719684585928917, -0.012259743176400661, 0.03516162931919098, - 0.0616828128695488, 0.035970550030469894, 0.04133249446749687, 0.05254843086004257, - -0.06015188246965408, 0.07767646759748459, -0.006799327675253153, 0.021780608221888542, - 0.013622754253447056, -0.0037721432745456696, 0.08310911804437637, 0.006844846997410059, - 0.04945633187890053, -0.007439125794917345, 0.031087681651115417, -0.07516460865736008, - 0.07377414405345917, -0.05703252553939819, 0.07895190268754959, 0.0651044175028801, - 0.09622258692979813, -0.058481182903051376, 0.031887445598840714, 0.032643742859363556, - 0.03357905521988869, -0.0202459916472435, 0.0758606344461441, 0.02344444952905178, - 0.04428267478942871, 0.06048351526260376, 0.06214269623160362, 0.03580675646662712, - -0.04150659590959549, 0.05780043452978134, 0.02715134248137474, 0.013400948606431484, - 0.008867494761943817, 0.09666721522808075, 0.042288489639759064, -0.06209370493888855 - ], - "net.6.weight": [ - [ - -0.1488790065050125, -0.15074847638607025, -0.12357348203659058, - 0.11954241245985031, -0.07198573648929596, -0.1818036288022995, - -0.15956754982471466, -0.1527860313653946, -0.19031861424446106, - 0.16232681274414062, -0.061859652400016785, -0.13684715330600739, - -0.0015919512370601296, 0.12987802922725677, -0.10944431275129318, - -0.1632419228553772, 0.18373729288578033, -0.15751999616622925, - -0.12128333002328873, -0.001775809214450419, 0.14292319118976593, - -0.13484269380569458, -0.015100237913429737, 0.1410440057516098, - -0.1555003970861435, 0.16142791509628296, 0.1204429566860199, 0.10970395803451538, - -0.1985788643360138, -0.1311253309249878, 0.11003882437944412, 0.16453227400779724, - -0.15370628237724304, 0.16162408888339996, -0.1365358531475067, 0.16818325221538544, - -0.14358270168304443, -0.19899635016918182, -0.12561634182929993, - -0.16446024179458618, -0.161543607711792, 0.1642727106809616, 0.1944849193096161, - -0.10486099123954773, -0.17979490756988525, 0.10560349375009537, - -0.15805162489414215, 0.15993604063987732, 0.12316665798425674, 0.1907457411289215, - 0.11831970512866974, -0.15677201747894287, -0.11899004876613617, - 0.19851340353488922, -0.15437912940979004, -0.13900679349899292, - -0.011581992730498314, -0.10911620408296585, -0.1267261952161789, - 0.1339309960603714, 0.19503459334373474, 0.020894601941108704, -0.07121893763542175, - 0.15887495875358582, -0.119037926197052, 0.16764672100543976, 0.16449204087257385, - -0.19396470487117767, 0.14026477932929993, 0.17773288488388062, - -0.19155114889144897, -0.10302027314901352, 0.15760134160518646, - -0.0656198188662529, -0.1285790055990219, 0.030470654368400574, - -0.15478317439556122, -0.15866723656654358, -0.11131052672863007, - -0.18432553112506866, -0.17437486350536346, -0.13488925993442535, - 0.12974132597446442, 0.06920299679040909, -0.1123344898223877, 0.12482279539108276, - -0.1340814232826233, -0.1875419020652771, 0.12168256938457489, 0.16428448259830475, - 0.1583603471517563, 0.13396623730659485, 0.007238578516989946, -0.12825217843055725, - -0.0003473933320492506, -0.1372058391571045, 0.012040137313306332, - -0.16845738887786865, -0.16664353013038635, -0.13629914820194244, - -0.14566174149513245, -0.11170488595962524, -0.11133863031864166, - 0.015016724355518818, 0.24088819324970245, 0.07662689685821533, 0.1744476705789566, - 0.1385483294725418, 0.10733285546302795, 0.06958078593015671, 0.07100784778594971, - -0.1242407038807869, -0.16335801780223846, -0.15293510258197784, - -0.11641844362020493, 0.16647230088710785, -0.12021985650062561, - -0.10773175209760666, -0.09951875358819962, -0.10384484380483627, - -0.06523073464632034, -0.18802645802497864, -0.16465146839618683, - -0.1303219497203827, 0.18742501735687256, 0.10651028156280518, -0.11103846877813339, - 0.002153481123968959 - ] - ], - "net.6.bias": [0.06775061786174774] - } + "config": { + "embedding_model_id": "sentence-transformers/all-MiniLM-L6-v2", + "dim": 384, + "hidden": [256, 128] + }, + "state_dict": { + "net.0.weight": [ + [ + 0.061516012996435165, -0.021787814795970917, 0.0049723428674042225, 0.09286686033010483, + -0.01867133378982544, 0.08681012690067291, -0.05847412720322609, 0.0039187404327094555, + -0.010126346722245216, 0.027258114889264107, 0.03722875192761421, -0.0033172888215631247, + 0.0386529341340065, 0.056031692773103714, 0.015944618731737137, 0.055394332855939865, + 0.022047175094485283, -0.012969295494258404, 0.06280870735645294, -0.01838853769004345, + 0.05895925313234329, 0.042760901153087616, 0.044717513024806976, 0.029227495193481445, + -0.031243808567523956, 0.0019309667404741049, -0.06570949405431747, -0.05668959394097328, + -0.04224754124879837, 0.0428181029856205, 0.0070736645720899105, -0.010376522317528725, + -0.02760261297225952, -0.029864808544516563, 0.013547368347644806, 0.031075850129127502, + -0.0023009665310382843, -0.006369129288941622, 0.07584035396575928, 0.05122337117791176, + 0.02410910651087761, 0.05421513691544533, 0.0565689355134964, -0.014064664021134377, + 0.02394869737327099, 0.006568598560988903, -0.0001245250750798732, 0.013907210901379585, + 0.07122939079999924, 0.03468706086277962, -0.009694023989140987, 0.0236187856644392, + 0.023209286853671074, -0.03745255246758461, 0.01377806905657053, -0.020502684637904167, + -0.06998111307621002, 0.022587111219763756, 0.00016559744835831225, -0.07188313454389572, + -0.037882208824157715, -0.06658278405666351, -0.04209303855895996, -0.07435386627912521, + -0.0038567862939089537, -0.06436476111412048, 0.005552042741328478, 0.07028929889202118, + -0.039147913455963135, -0.04082764312624931, 0.03666183352470398, 0.06343299150466919, + 0.00013131482410244644, -0.0004141302779316902, -0.05189557746052742, 0.02324737422168255, + 0.05376759544014931, 0.003359343623742461, 0.029867609962821007, -0.013675770722329617, + 0.002625715686008334, 0.06389643251895905, -0.03761574625968933, -0.07117366790771484, + -0.015335352160036564, -0.011155613698065281, 0.0229472815990448, -0.011184616945683956, + -0.0695328637957573, 0.050433672964572906, 0.01833803951740265, -0.016915827989578247, + -0.0552598237991333, 0.015282871201634407, 0.02313300222158432, 0.0397573746740818, -0.0806378647685051, + -0.04364592954516411, 0.0542466826736927, -0.039179667830467224, 0.05055824667215347, + -0.010855392552912235, -0.0812431275844574, 0.0123470239341259, -0.06789782643318176, + -0.06039298698306084, -0.019990721717476845, -0.039121825248003006, 0.030913064256310463, + 0.008910465054214, 0.025524144992232323, -0.026542289182543755, -0.05010591819882393, + 0.041766248643398285, -0.032633230090141296, -0.05754841864109039, -0.018944624811410904, + -0.07886482030153275, 0.07565046101808548, 0.003922870848327875, 0.015489344485104084, + -0.004094380419701338, 0.06374925374984741, -0.010974057950079441, -0.03598437085747719, + 0.015608718618750572, -0.028557244688272476, 0.041535671800374985, 0.032852653414011, + -0.06533680856227875, -0.013671822845935822, 0.03403676301240921, 0.07018003612756729, + -0.003510299837216735, 0.038583721965551376, -0.10046529769897461, 0.04850669205188751, + -0.016335545107722282, -0.001008876832202077, 0.017803238704800606, -0.09583330899477005, + -0.09855814278125763, 0.03940432146191597, -0.07035781443119049, -0.06404243409633636, + 0.059960879385471344, 0.001091626938432455, -0.016184059903025627, -0.07032957673072815, + 0.011833278462290764, -0.016190126538276672, -0.022032907232642174, 0.042644958943128586, + -0.0051678759045898914, 0.04413377121090889, -0.017317011952400208, -0.01885589398443699, + 0.0303435530513525, 0.07747948914766312, -0.07430370897054672, -0.034865930676460266, + -0.004301782697439194, 0.020770158618688583, 0.012241682969033718, -0.00545617425814271, + 0.028810469433665276, -0.03431719169020653, -0.03393559157848358, 0.01544572226703167, + 0.047733113169670105, -0.002618909114971757, 0.060329336673021317, 0.00458394642919302, + -0.003964611329138279, -0.017661139369010925, -0.014383009634912014, 0.038187433034181595, + 0.01688416302204132, 0.0031239131931215525, -0.07116609811782837, -0.005722771864384413, + -0.00893997773528099, -0.005613329820334911, 0.02205038070678711, 0.05968177691102028, + -0.0020318401511758566, -0.06435249000787735, 0.014663244597613811, -0.060335006564855576, + 0.016476836055517197, -0.028691429644823074, 0.028258053585886955, 0.04699258506298065, + 0.021164486184716225, -0.004678410943597555, 0.0016417839797213674, 0.03229944780468941, + -0.03172393888235092, -0.01583632454276085, -0.09313195943832397, 0.005207768641412258, + -0.050706759095191956, -0.06864006817340851, -0.032220710068941116, -0.08054408431053162, + -0.12131643295288086, 0.045476485043764114, -0.06110262870788574, 0.00023014508769847453, + -0.003193648997694254, 0.10497850924730301, -0.03532452881336212, -0.04728955030441284, + 0.06819861382246017, -0.016525013372302055, -0.00029792520217597485, -0.019344555214047432, + -0.0485563725233078, -0.05630996450781822, 0.06473002582788467, -0.02550920844078064, + 0.01587991788983345, -0.02443467266857624, -0.03337850421667099, 0.041836198419332504, + 0.05785338208079338, 0.07185676693916321, 0.013799521140754223, 0.020308708772063255, + -0.029658054932951927, -0.028716670349240303, -0.0035183653235435486, -0.02611732669174671, + -0.09142426401376724, 0.005505221430212259, 0.057630643248558044, -0.0025279561523348093, + 0.12541435658931732, -0.11608485877513885, 0.0019290255149826407, 0.02610461413860321, + -0.00048414128832519054, 0.07146827131509781, 0.038025856018066406, -0.027770409360527992, + 0.03034469485282898, -0.011462701484560966, 0.054136812686920166, -0.05979123339056969, + -0.022901585325598717, 0.011887474916875362, -0.02744952216744423, -0.036041636019945145, + 0.020615043118596077, 0.039284445345401764, -0.07867599278688431, -0.006238909438252449, + 0.08370482176542282, 0.04578511416912079, 0.07438615709543228, 0.002878247993066907, + 0.01429559662938118, -0.037409499287605286, 0.08740780502557755, 0.057676978409290314, + -0.030720233917236328, 0.025949794799089432, -0.014575603418052197, 0.010128980502486229, + 0.05331198871135712, 0.06686018407344818, 0.09108991175889969, -0.03604967147111893, + 0.01082140114158392, -0.03202283754944801, -0.02371188998222351, -0.0033157586585730314, + 0.0758325606584549, -0.012655002065002918, -0.007545473054051399, 0.06343933194875717, + -0.0057843453250825405, -0.07201072573661804, 0.017183972522616386, -0.03465138375759125, + 0.003238846780732274, -0.004853738006204367, 0.05648012459278107, 0.027230966836214066, + 0.048506878316402435, -0.05318069085478783, 0.03386159613728523, -0.024256685748696327, + 0.0791979506611824, -0.07131214439868927, 0.08028922975063324, 0.04228457063436508, + 0.025329550728201866, -0.015490204095840454, 0.03355923295021057, -0.07510033994913101, + -0.06369303911924362, 0.048276253044605255, -0.003648916259407997, -0.010993294417858124, + -0.059975940734148026, -0.010364155285060406, -0.08035498112440109, 0.0032339522149413824, + 0.001784465042874217, 0.0787772461771965, -0.0677008181810379, -0.0013996199704706669, + -0.023974837735295296, 0.0017251292010769248, -0.07363858819007874, -0.00456407992169261, + -0.0005115348030813038, 0.0013804358895868063, 0.013278300873935223, -0.0063539487309753895, + 0.05134003981947899, -0.03434164449572563, 0.01186333503574133, 0.03500264137983322, 0.0674348697066307, + 0.013110220432281494, 0.0785570815205574, 0.11265230923891068, -0.02687131240963936, + -0.023589307442307472, 0.00979649554938078, -0.02269400656223297, 0.06166434660553932, + 0.00894428975880146, -0.027128659188747406, -0.007057574577629566, 0.1073211282491684, + -0.054291240870952606, -0.08685755729675293, -0.017644595354795456, -0.0034098192118108273, + -0.04039439931511879, -0.009610675275325775, -0.01493618730455637, -0.06846524029970169, + 0.021510934457182884, 0.1046462133526802, 0.03634084016084671, -0.05751588195562363, 0.0972457155585289, + -0.01193468738347292, -0.01147418562322855, -0.035719022154808044, -0.02738177217543125, + 0.0871797651052475, -0.07701604068279266, -0.009571460075676441, 0.03623279184103012, + -0.03191670775413513, -0.054565656930208206, 0.09089107811450958, 0.021515890955924988, + -0.0011748678516596556, 0.002433178247883916, 0.07898330688476562, -0.0627424344420433, + 0.06466655433177948, -0.06386400014162064, 0.000591407238971442, -0.0425020270049572, + -0.017638297751545906, -0.04740103334188461, -0.0037915778812021017, 0.044574636965990067, + -0.011258360929787159, 0.03747080639004707, -0.0073838247917592525, 0.015176311135292053, + 0.00481761246919632, 0.00125221093185246, -0.044533245265483856, -0.01102511677891016, + -0.018269624561071396 + ], + [ + 0.029490627348423004, 0.05046350881457329, 0.07090863585472107, 0.01920846477150917, + 0.0007390344399027526, -0.0038074359763413668, 0.014562764205038548, 0.02613094076514244, + -0.09971114248037338, -0.03299801051616669, 0.02644631639122963, 0.037346843630075455, + -0.04264292120933533, 0.03758452832698822, -0.02162388525903225, 0.1327744573354721, + -0.03387131169438362, -0.1581292450428009, -0.08486294746398926, 0.1430426836013794, + 0.042475711554288864, -0.0233040452003479, 0.0007300495053641498, 0.11119610071182251, + 0.04951123520731926, 0.06972166150808334, -0.0285294558852911, -0.06462309509515762, + -0.06331010907888412, 0.11427520960569382, -0.12120873481035233, 0.0030156869906932116, + -0.04661465436220169, 0.04310344159603119, -0.005176004953682423, -0.10433248430490494, + 0.1349533498287201, -0.02218054048717022, -0.10044419765472412, 0.027300743386149406, + 0.037385277450084686, -0.045494262129068375, 0.02425777167081833, 0.053858526051044464, + -0.0786992534995079, 0.061020419001579285, 0.030760427936911583, -0.004027720540761948, + 0.05972178652882576, -0.030119439586997032, 0.03470845893025398, 0.0448593907058239, + -0.0779050961136818, -0.04532323777675629, 0.028590893372893333, -0.07447054982185364, + -0.02227127179503441, -0.0076146842911839485, 0.010857444256544113, -0.03756037354469299, + -0.08948920667171478, 0.07462213188409805, 0.008681682869791985, 0.00861718412488699, + 0.03295694664120674, 0.045927245169878006, -0.027147341519594193, -0.06312687695026398, + -0.00936787761747837, -0.02402716502547264, 0.0747222974896431, 0.034582752734422684, + 0.037094444036483765, -0.0022453200072050095, -0.11510451883077621, -0.001716869417577982, + 0.045541681349277496, -0.029285086318850517, 0.006133388262242079, 0.02034125290811062, + -0.0369582325220108, -0.012915744446218014, 0.11863089352846146, -0.0839587077498436, + 0.02280343510210514, -0.06008142977952957, 0.11573316156864166, -0.04362118989229202, + 0.009608455002307892, 0.0895843654870987, 0.05277002230286598, 0.07054813206195831, + 0.043519917875528336, 0.0881563127040863, -0.0452505387365818, -0.14490588009357452, + 0.019882190972566605, 0.009177128784358501, 0.060435496270656586, 0.030718430876731873, + -0.00417674146592617, -0.03696874529123306, 0.03682621195912361, -0.022617921233177185, + -0.027625974267721176, 0.06214315816760063, 0.03719186410307884, 0.0006714091869071126, + -0.017489684745669365, -0.13340133428573608, 0.05393664166331291, -0.07176140695810318, + 0.11416976153850555, 0.07075182348489761, -0.029904725030064583, 0.01800178363919258, + 0.022961286827921867, 0.014805612154304981, 0.025247033685445786, 0.015989335253834724, + -0.016314754262566566, -0.030433399602770805, -0.048137765377759933, 0.01465738844126463, + 0.03559974581003189, -0.10330403596162796, 0.007952184416353703, -0.0005545299500226974, + 0.03132130578160286, -0.034388333559036255, -0.01791740022599697, -0.05734667181968689, + 0.07618075609207153, 0.043781574815511703, 0.04514128342270851, 0.07555291801691055, + 0.02400449849665165, -0.09324963390827179, 0.040755901485681534, -0.0566057525575161, + 0.03356461971998215, -0.06214176490902901, -0.035698339343070984, 0.1533203423023224, + 0.038325872272253036, -0.015316852368414402, 0.040476344525814056, 0.02856115810573101, + 0.022782940417528152, -0.07407708466053009, 0.06527485698461533, 0.01110792811959982, + -0.05240827426314354, -0.07755006104707718, -0.08189109712839127, -0.08403689414262772, + 0.07536038756370544, -0.060021620243787766, 0.10152698308229446, 0.03177463263273239, + 0.0597834475338459, -0.0720457062125206, -0.009157043881714344, 0.05540928617119789, + -0.007240754552185535, 0.03514169156551361, -0.15338203310966492, -0.00526938633993268, + -0.029245661571621895, -0.0029814245644956827, -0.0024429343175143003, 0.013933561742305756, + 0.0022011511027812958, -0.03588436543941498, 0.002845557639375329, -0.04624881222844124, + 0.026707423850893974, -0.03793685883283615, -0.08786238729953766, -0.08136004954576492, + 0.02229558303952217, 0.10263331979513168, 0.05024699494242668, 0.10200651735067368, 0.05524448677897453, + -0.007374287582933903, 0.006740845274180174, -0.07743584364652634, -0.016772812232375145, + 0.04639650881290436, -0.003015795024111867, -0.06784160435199738, 0.0022417083382606506, + -0.08012959361076355, 0.14737805724143982, 0.09942703694105148, 0.004723088350147009, + -0.10644454509019852, 0.05661469325423241, -0.08216413855552673, -0.08023545145988464, + 0.04232664033770561, -0.02139151841402054, -0.010782942175865173, 0.021993089467287064, + -0.06444607675075531, 0.033769506961107254, 0.008358541876077652, 0.022244654595851898, + -0.034930795431137085, 0.060889504849910736, -0.0749550610780716, -0.053287625312805176, + 0.020284609869122505, 0.05602249875664711, 0.019797232002019882, 0.04277080297470093, + -0.05410236120223999, -0.061079006642103195, 0.07442919909954071, 0.02234591171145439, + -0.11412307620048523, 0.043557897210121155, -0.025336978957057, -0.08414120227098465, + -0.027281926944851875, 0.022705867886543274, 0.03493194282054901, 0.028302712365984917, + 0.015163598582148552, 0.03543088212609291, -0.04104575514793396, 0.014070943929255009, + 0.02023201435804367, 0.06705457717180252, -0.005492330063134432, 0.01704639382660389, + 0.04263891652226448, 0.0017156885005533695, -0.0564742349088192, -0.046298421919345856, + -0.01891731657087803, 0.07092142850160599, -0.13136917352676392, -0.15914438664913177, + 0.08085524290800095, 0.047145891934633255, 0.10500084608793259, -0.057125188410282135, + 0.05411956086754799, 0.03516370803117752, -0.05443298816680908, -0.032580286264419556, + 0.018549388274550438, 0.0653151273727417, 0.06947208940982819, -0.10167096555233002, + -0.02874821424484253, 0.08885670453310013, -0.017856845632195473, -0.00632729334756732, + -0.07304687052965164, 0.00039407811709679663, -0.030237505212426186, -0.011030790396034718, + -0.004637237638235092, 0.003813963383436203, 0.003180551575496793, -0.035962000489234924, + 0.03523664176464081, 0.08094725012779236, 0.0103991087526083, 0.1372283697128296, -0.07475235313177109, + -0.02406308799982071, 0.07755843549966812, -0.04231438785791397, -0.01265310775488615, + -0.04309147596359253, -0.07921759784221649, 0.055350951850414276, 0.03277742490172386, + 0.004805994685739279, -0.032144203782081604, -0.030579272657632828, -0.045364897698163986, + -0.015438256785273552, -0.038737572729587555, 0.057809025049209595, 0.03888949379324913, + -0.0060290126129984856, -0.022030340507626534, 0.12006276845932007, -0.014904596842825413, + 0.052247799932956696, -0.01578362099826336, -0.06799983233213425, 0.053053416311740875, + 0.023122549057006836, 0.03482401371002197, 0.13821926712989807, 0.09278731048107147, + 0.057540182024240494, -0.0815255343914032, 0.04327551648020744, 0.00753308879211545, + 0.05649812892079353, -0.0940360501408577, -0.12329532206058502, -0.06473594158887863, + 0.015712300315499306, -0.10279291868209839, -0.0333903506398201, -0.0717824399471283, + 0.04875842481851578, 0.03423924371600151, 0.10080688446760178, 0.0011781412176787853, + 0.04150289297103882, 0.03435518965125084, 0.04596470296382904, 0.08783811330795288, 0.04234874248504639, + -0.07622092217206955, -0.039880312979221344, -0.010828274302184582, 0.06438687443733215, + -0.07737249881029129, -0.04571271315217018, -0.05357256159186363, 0.04851781949400902, + -0.008546576835215092, 0.060941897332668304, 0.03195423632860184, -0.06361345946788788, + 0.06287228316068649, 0.009294567629694939, -0.11039748042821884, -0.04557041823863983, + 0.06681834161281586, -0.08916013687849045, 0.004514025989919901, 0.004071686416864395, + 0.038990989327430725, -0.09277211129665375, -0.04241937771439552, 0.11554594337940216, + 0.00631670793518424, 0.09889867901802063, 0.01569635234773159, -0.036433812230825424, + 0.011312540620565414, -0.028523974120616913, 0.027421018108725548, -0.060780610889196396, + -0.044607918709516525, 0.024857649579644203, -0.035088736563920975, -0.05197891965508461, + -0.031144389882683754, -0.0009655950707383454, 0.019202839583158493, 0.05728326737880707, + -0.09058921039104462, -0.01726507395505905, -0.051870301365852356, -0.00980247464030981, + 0.019142840057611465, -0.0709354355931282, -0.06530794501304626, 0.036589790135622025, + 0.005690349731594324, 0.08130623400211334, 0.022815685719251633, 0.12136010825634003, + 0.035035088658332825, 0.11358747631311417, 0.03989226371049881, 0.018321949988603592, + 0.0050072320736944675, 0.05922112613916397, -0.05565239489078522, 0.07539872080087662, + 0.006192490924149752 + ], + [ + -0.057864680886268616, -0.0637776255607605, 0.019377533346414566, -0.08023225516080856, + -0.020229551941156387, -0.059035420417785645, 0.048085711896419525, -0.08819344639778137, + -0.072395458817482, 0.035548776388168335, -0.05107186734676361, 0.04779909551143646, + -0.020958874374628067, 0.04489976540207863, -0.0019179496448487043, 0.05078328773379326, + 0.013546747155487537, -0.022413430735468864, 0.008462917990982533, -0.01846659742295742, + -0.02577461488544941, 0.04681657254695892, 0.06734435260295868, -0.06769230216741562, + 0.07876252382993698, -0.025949783623218536, 0.0963168740272522, -0.058533329516649246, + -0.04987054318189621, -0.007979871705174446, -0.009106839075684547, 0.02104647271335125, + 0.032748300582170486, -0.022264650091528893, -0.031944725662469864, -0.026586029678583145, + -0.01023116149008274, -0.07655788213014603, 0.051430150866508484, -0.08020790666341782, + 0.010533620603382587, 0.04845514893531799, 0.04432987421751022, 0.09468962997198105, + -0.06819839030504227, -0.003159605199471116, 0.05924292281270027, -0.1015944555401802, + 0.1355874389410019, -0.08036909997463226, 0.07990384101867676, 0.024096328765153885, + 0.04159803315997124, -0.03836467117071152, -0.006603038404136896, 0.04910377785563469, + 0.012250100262463093, 0.02516244910657406, 0.05850410461425781, -0.021831631660461426, + -0.0027608030941337347, 0.04461785405874252, -0.026189908385276794, 0.04618014395236969, + -0.010892294347286224, 0.08259326219558716, 0.007148975506424904, 0.024965114891529083, + 0.05458414554595947, -0.04037340730428696, 0.01860256865620613, 0.07400327175855637, + 0.10616131871938705, -0.007868624292314053, 3.1336760002886876e-5, 0.0759241059422493, + -0.08268871158361435, -0.014345567673444748, -0.019882509484887123, 0.061366356909275055, + -0.09042970836162567, 0.05454849451780319, 0.029122762382030487, -0.038822274655103683, + -0.09796972572803497, -0.008298148401081562, -0.007036607246845961, 0.01685061678290367, + 0.0015745795099064708, -0.08668873459100723, -0.013689703308045864, 0.05771077424287796, + 0.09713681787252426, 0.008524520322680473, -0.06143946945667267, -0.1070038303732872, + 0.02652827464044094, -0.017908018082380295, -0.06638301908969879, -0.02875269576907158, + -0.04983527213335037, 0.06562287360429764, -0.015268494375050068, 0.012703879736363888, + -0.007475942373275757, 0.05011117458343506, 0.048409417271614075, 0.07339372485876083, + -0.04926792532205582, -0.11317884176969528, 0.04158880561590195, 0.007064410485327244, + 0.03496532142162323, 0.11847630143165588, 0.0010522918310016394, -0.009213686920702457, + 0.019888797774910927, 0.01163451001048088, 0.040510207414627075, 0.013194411993026733, + -0.016618376597762108, 0.09702451527118683, -0.062810979783535, 0.04970337450504303, + 0.051596544682979584, -0.07117948681116104, 0.02755480259656906, -0.03669044375419617, + -0.024405309930443764, 0.0289929062128067, -0.0033241049386560917, -0.024711567908525467, + -0.04182823374867439, 0.03698829934000969, 0.02379956655204296, 0.06704746186733246, + -0.026324870064854622, 0.022376863285899162, 0.03861169517040253, 0.003033505752682686, + -0.047652602195739746, 0.012853155843913555, 0.008507884107530117, 0.06995130330324173, + -0.028030341491103172, -0.014273564331233501, 0.05472683534026146, 0.08526958525180817, + -0.08140445500612259, 0.012635552324354649, 0.031144600361585617, 0.020063642412424088, + -0.07982172071933746, 0.016795584931969643, -0.006659361999481916, -0.07953844219446182, + 0.048852596431970596, 0.04952379688620567, 0.03633800148963928, 0.03449764847755432, + 0.034060895442962646, 0.0013960952637717128, -0.03667988255620003, -0.00911292340606451, + 0.019205931574106216, 0.02910856530070305, -0.0766269639134407, 0.027508173137903214, + 0.019599009305238724, -0.05468473210930824, 0.0031091319397091866, -0.12010341882705688, + -0.04229843616485596, 0.05870519205927849, 0.07259221374988556, 0.015154775232076645, + -0.0476316399872303, -0.04471908137202263, -0.08975149691104889, 0.057355351746082306, + -0.02828199602663517, 0.06783139705657959, -0.029978012666106224, -0.0256529338657856, + 0.031086817383766174, 0.04126348719000816, 0.03937380388379097, 0.00967983528971672, + -0.09966623038053513, 0.03237583115696907, 0.02093598060309887, -0.0023637518752366304, + -0.094293974339962, 0.028246717527508736, 0.1680878847837448, 0.04578997194766998, -0.02647404745221138, + 0.035552140325307846, 0.1165059506893158, 0.04251334071159363, -0.007235152181237936, + 0.014866137877106667, 0.01277132611721754, -0.05042572319507599, 0.024574434384703636, + -0.0021533924154937267, -0.02531011775135994, -0.022268133237957954, 0.05839023366570473, + 0.07101907581090927, -0.04219113662838936, -0.03294681757688522, -0.03623315691947937, + -0.02835562825202942, 0.031452517956495285, -0.01402643695473671, 0.07198376953601837, + -0.07557525485754013, 0.09638003259897232, 0.04416411742568016, -0.061780333518981934, + -0.03715403005480766, -0.04779261350631714, -0.030727127566933632, 0.017177170142531395, + -0.11520204693078995, -0.004034291487187147, -0.008564176969230175, 0.02363748475909233, + -0.01733648031949997, -0.018624519929289818, -0.040717095136642456, -0.0033184087369590998, + 0.06909242272377014, -0.023922912776470184, -0.0007450974662788212, 0.0016116020269691944, + -0.012435425072908401, 0.07977030426263809, -0.040152400732040405, 0.030238591134548187, + -0.0679766908288002, 0.010117147117853165, -0.07587917149066925, -0.03469567373394966, + 0.034254562109708786, 0.006482803262770176, 0.000614285294432193, 0.028149569407105446, + -0.08670958131551743, 0.061279892921447754, 0.0002716013987082988, 0.05752095580101013, + 0.09829092025756836, -0.008659008890390396, -0.06867320090532303, -0.06801709532737732, + -0.06979600340127945, 0.043408237397670746, -0.06869334727525711, -0.039117392152547836, + 0.07211828976869583, 0.03354078158736229, -0.07300105690956116, -0.09533890336751938, + 0.02300303243100643, -0.04184567928314209, 0.005309128202497959, -0.029729124158620834, + -0.03656243532896042, 0.07295287400484085, -0.018778592348098755, 0.05151524767279625, + 0.10402553528547287, -0.028485111892223358, 0.08759650588035583, 0.04278133809566498, + -0.053876690566539764, -0.026809565722942352, -0.06815843284130096, 0.0046395291574299335, + 0.14434610307216644, 0.050281841307878494, -0.03568202257156372, -0.035759054124355316, + -0.0489111952483654, 0.014994719065725803, -0.006718954537063837, 0.05469927564263344, + -0.056186117231845856, -0.021536579355597496, 0.011613136157393456, -0.052326083183288574, + 0.016649872064590454, 0.008621713146567345, -0.02008795738220215, 0.055242691189050674, + 0.03204891458153725, -0.004445233382284641, 0.04100664705038071, 0.048949677497148514, + 0.015692293643951416, -0.011517609469592571, 0.08033763617277145, 0.05794144049286842, + 0.024624153971672058, 0.09774523973464966, -0.05195309594273567, -0.022122392430901527, + -0.10244187712669373, -0.02758791483938694, -0.01350492238998413, -0.04249858483672142, + -0.012275845743715763, 0.02254784293472767, -0.011300913989543915, 0.03614996001124382, + 0.08336076140403748, 0.03154384717345238, -0.019760971888899803, 0.06536142528057098, + 0.04988744854927063, -0.03211509436368942, -0.02690151333808899, -0.02572798542678356, + 0.03607982024550438, -0.07854728400707245, 0.04974554479122162, -0.008770262822508812, + 0.005125135183334351, 0.06649485975503922, -0.07489477097988129, 0.00394289568066597, + 0.02702854387462139, -0.00382549618370831, -0.06862083822488785, 0.030475864186882973, + -0.03378868103027344, -0.017459731549024582, -0.005772592965513468, -0.01369463000446558, + 0.010057991370558739, -0.04401855915784836, -0.007140525616705418, -0.05011343955993652, + 0.08423462510108948, -0.03402170166373253, -0.06967555731534958, -0.06361553817987442, + -0.03415990620851517, -0.05260945111513138, 0.07078852504491806, 0.02943979762494564, + 0.06634843349456787, 0.040475569665431976, -0.0677662268280983, 0.09897328168153763, + 0.05996222794055939, -0.019348792731761932, 0.00822109542787075, -0.027959099039435387, + -0.04403044655919075, 0.025454722344875336, 0.011432827450335026, -0.04292141646146774, + 0.0892738550901413, 0.08331012725830078, -0.07598178833723068, 0.1125933900475502, 0.008579946123063564, + 0.017810313031077385, -0.07442642748355865, -0.014524831436574459, 0.041616059839725494, + 0.04681071266531944, 0.0334177240729332, 0.05039013922214508, -0.004686353728175163, + 0.07327871769666672, 0.0020924480631947517, 0.04513868689537048, -0.009346370585262775, + -0.025527872145175934, -0.03767265006899834 + ], + [ + -0.04321117699146271, 0.010408876463770866, -0.05462438240647316, -0.003629673970863223, + 0.07340051978826523, -0.010413921438157558, -0.06079229339957237, 0.032591331750154495, + -0.010556413792073727, 0.03190557658672333, 0.002734277630224824, -0.04730694741010666, + 0.0519847609102726, 0.009954135864973068, -0.00591681245714426, 0.013162906281650066, + 0.021980563178658485, 0.0499771349132061, -0.018131893128156662, 0.05094244331121445, + -0.0588381364941597, -0.038893092423677444, -0.017749013379216194, -0.000234587409067899, + -0.029682477936148643, 0.0036707220133394003, 0.03909650072455406, 0.02494405396282673, + -0.027050238102674484, 0.0063226837664842606, -0.015339638106524944, 0.05463600903749466, + 0.020929943770170212, 0.02466374821960926, 0.023496689274907112, -0.025211205706000328, + -0.020157605409622192, 0.10222873836755753, 0.0013356696581467986, -0.02424781583249569, + -0.02994534559547901, 0.03743922337889671, 0.032375846058130264, 0.033735163509845734, + 0.055085308849811554, -0.04708177223801613, -0.08410646766424179, -0.018509510904550552, + 0.007587159518152475, 0.0018867409089580178, -0.04098492115736008, -0.024660876020789146, + 0.06663309782743454, 0.00761042395606637, -0.04950757324695587, -0.02654353901743889, + -0.033328186720609665, -0.007687702775001526, 0.003196686739102006, -0.018306244164705276, + 0.0033677013125270605, 0.010514099150896072, 0.08431228250265121, -0.0012273320462554693, + 0.04069703817367554, -0.004910978022962809, -0.0013315388932824135, -0.020209649577736855, + 0.04834703728556633, 0.104374960064888, -0.026151958853006363, -0.015311281196773052, + -0.0124407559633255, 0.029576292261481285, -0.015247640199959278, -0.021618736907839775, + -0.04764847829937935, -0.031214909628033638, 0.0338994599878788, -0.0629422664642334, 0.08775644749403, + 0.03314082324504852, -0.057674627751111984, 0.029416523873806, -0.02724582701921463, + -0.07204659283161163, -0.023978017270565033, -0.0019727617036551237, -0.007820404134690762, + 0.03689908981323242, -0.02117064595222473, -0.016171278432011604, -0.0034609378781169653, + -0.0333978533744812, 0.06420670449733734, 0.003677257103845477, -0.01642356999218464, + 0.016920987516641617, -0.050766877830028534, 0.026947645470499992, 0.04281594604253769, + -0.02066906914114952, 0.005148928612470627, -0.04256882518529892, -0.012885255739092827, + -0.050810035318136215, -0.008783440105617046, -0.028299184516072273, -0.03938747197389603, + 0.01960182562470436, -0.06718511134386063, 0.014005761593580246, -0.058690883219242096, + -0.03385254740715027, 0.0352993868291378, -0.007455475628376007, 0.061447855085134506, + 0.027576837688684464, -0.033990491181612015, 0.015466288663446903, -0.028504282236099243, + 0.04854792356491089, -0.002932985546067357, 0.010981972329318523, 0.03144903853535652, + 0.0028959941118955612, -0.0005388605059124529, 0.007705274038016796, 0.030162062495946884, + 0.018880033865571022, 0.033728763461112976, 0.08046068251132965, -0.03845924884080887, + 0.06089566648006439, -0.0863112211227417, 0.014506764709949493, -0.03833001106977463, + -0.04880700260400772, -0.029048031195998192, -0.06325803697109222, 0.005001741927117109, + 0.1213981881737709, -0.01327568106353283, -0.04123765230178833, 0.030481738969683647, + 0.026999978348612785, 0.0275304913520813, 0.029719019308686256, 0.05440640076994896, + -0.031031930819153786, -0.011995094828307629, -0.005680205300450325, -0.05361895635724068, + 0.0003549983666744083, 0.008067868649959564, 0.04732735455036163, 0.0007242260035127401, + -0.012565051205456257, -0.07732482254505157, -0.05264033377170563, -0.026716385036706924, + -0.032712675631046295, -0.030682239681482315, -0.03224719688296318, -0.08679308742284775, + 0.04949091374874115, 0.010987461544573307, 0.05416250228881836, -0.012065618298947811, + 0.007719825953245163, 0.03555305674672127, -0.04398101568222046, 0.04185384884476662, + -0.012272663414478302, -0.030025269836187363, 0.03461601585149765, -0.048234958201646805, + 0.028650959953665733, 0.01809868775308132, 0.05072009935975075, -0.032149024307727814, + -0.07209137082099915, -0.04880950599908829, 0.02071114256978035, -0.034044310450553894, + -0.035676904022693634, -0.012929626740515232, 0.03517846018075943, 0.07244117558002472, + 0.015014324337244034, -0.041110243648290634, -0.011900205165147781, -0.06597548723220825, + -0.04896366223692894, -0.0013795786071568727, -0.030772248283028603, 0.0625491663813591, + 0.033400051295757294, -0.07196976244449615, 0.028123613446950912, -0.020668020471930504, + 0.06323601305484772, -0.05104903504252434, 0.04642922803759575, 0.07686389237642288, + 0.07639864087104797, 0.05263272300362587, -0.046460434794425964, 0.06559645384550095, + -0.01910347491502762, -0.04831475019454956, 0.05925621837377548, 0.037369538098573685, + 0.011698475107550621, 0.032882578670978546, 0.0021096407435834408, -0.008157895877957344, + 0.11820562928915024, 0.031682923436164856, -0.011387404054403305, 0.049306612461805344, + -0.036214228719472885, -0.05094733089208603, 0.04168189689517021, -0.0193540807813406, + 0.0029577219393104315, -0.04834752529859543, -0.019387440755963326, -0.0033515270333737135, + 0.023328201845288277, 0.006619391497224569, 0.039302341639995575, 0.10486004501581192, + 0.017951341345906258, 0.012650050222873688, -0.0544416680932045, 0.064741350710392, + -0.053867969661951065, 0.04875003919005394, -0.054617468267679214, -0.06687239557504654, + -0.08679336309432983, -0.03423483297228813, 0.03976726904511452, -0.0390453077852726, + -0.017553873360157013, -0.06274373084306717, 0.07998771220445633, 0.04526699334383011, + -0.050298530608415604, 0.01709050126373768, 0.04275050386786461, 0.004550010897219181, + -0.050735313445329666, 0.021115019917488098, 0.00921301357448101, 0.03954458236694336, + -0.004640392959117889, -0.04254981875419617, 0.00465835677459836, 0.03929201513528824, + 0.0012941211462020874, 0.018540143966674805, -0.030054889619350433, 0.0020685845520347357, + -0.019759681075811386, -0.054750535637140274, -0.05725689232349396, 0.03252643346786499, + 0.01026904210448265, 0.01779717393219471, -0.08192059397697449, -0.02133358269929886, + -0.052968837320804596, 0.017290839925408363, -0.02816254086792469, -0.034189291298389435, + 0.02410181239247322, -0.03138496354222298, -0.14222311973571777, -0.015589643269777298, + -0.02718861773610115, -0.029125619679689407, 0.03205504268407822, -0.019819820299744606, + 0.01024685986340046, -0.059526022523641586, 0.005101284943521023, -0.004968847613781691, + -0.039029598236083984, -0.016023652628064156, -0.015723370015621185, 0.05577613040804863, + 0.010705907829105854, 0.016346974298357964, -0.07043702900409698, -0.023875659331679344, + -0.04056717827916145, 0.0442010797560215, 0.010230578482151031, -0.0322331041097641, + 0.06022300943732262, 0.0024899893905967474, -0.011895593255758286, 0.05378708615899086, + -0.04156133905053139, -0.0257951021194458, 0.026145342737436295, 0.03083203360438347, + 0.0022718096151947975, -0.018417036160826683, 0.10026578605175018, 0.0702887773513794, + 0.05298161506652832, -0.05662493780255318, 0.011221096850931644, 0.014327507466077805, + 0.02959810011088848, -0.02153579704463482, 0.009330207481980324, 0.07990261912345886, + 0.018237898126244545, 0.03536064922809601, 0.10315092653036118, -0.024769295006990433, + 0.0069061992689967155, 0.03351790830492973, -0.03085634484887123, 0.013419867493212223, + -0.0066653150133788586, 0.00978563167154789, 0.05687691643834114, 0.008438845165073872, + 0.003877534531056881, 0.028518976643681526, 0.07958568632602692, -0.0038983826525509357, + -0.0016253180801868439, 0.06705792993307114, -0.0651387944817543, -0.012014309875667095, + -0.013155187480151653, -0.0027627842500805855, -0.029775135219097137, 0.06264518946409225, + -0.0058406502939760685, -0.0425274521112442, 0.009407487697899342, -0.060477882623672485, + 0.06238238885998726, 0.03915330767631531, -0.08876758068799973, 0.02084272727370262, + 0.03764678165316582, -0.0034685046412050724, 0.023548969998955727, 0.008259465917944908, + 0.005913033150136471, -0.012655227445065975, 0.05868439003825188, -0.019893251359462738, + 0.03530663624405861, 0.08604240417480469, -0.034189946949481964, 0.004855497274547815, + -0.13313423097133636, -0.04003991559147835, -0.059303611516952515, 0.05954725295305252, + -0.016927018761634827, 0.004209823906421661, -0.09047100692987442, 0.054444972425699234, + 0.015991872176527977, 0.05923759192228317, 0.014299089089035988, -0.015192869119346142, + -0.004911171272397041, -0.03467411920428276, 0.049672868102788925, -0.007050993386656046, + 0.04795072600245476, -0.07771312445402145, -0.0115212919190526 + ], + [ + 0.010590886697173119, 0.011820889078080654, 0.047162577509880066, -0.022523529827594757, + -0.02826230227947235, 0.0455651618540287, 0.041606128215789795, -0.059011779725551605, + 0.05913436785340309, -0.014548549428582191, 0.035023290663957596, -0.021986017003655434, + 0.07211791723966599, -0.015962976962327957, 0.009207470342516899, -0.005706160794943571, + -0.00022550647554453462, -0.0018225887324661016, 0.04343139007687569, 0.03760034218430519, + 0.02125960774719715, 0.04573942720890045, 0.04036884382367134, -0.006199014838784933, + 0.007923377677798271, -0.01960735395550728, -0.013154173269867897, 0.021926740184426308, + 0.05121839791536331, -0.06013278663158417, -0.030611852183938026, -0.014342889189720154, + -0.06794135272502899, -0.03450886160135269, 0.0219334177672863, -0.023929661139845848, + 0.04756186157464981, 0.05352034792304039, 0.08734570443630219, -0.03764607757329941, + -0.03886452689766884, -0.001429179566912353, -0.04927777871489525, -0.016479643061757088, + 0.0411725752055645, 0.039514265954494476, 0.02082490175962448, 0.028156820684671402, + 0.02033132314682007, -0.04846010357141495, 0.024323690682649612, 0.06759623438119888, + -0.09063553065061569, 0.017578914761543274, -0.03195791319012642, -0.022009700536727905, + -0.00214481633156538, 0.01904376409947872, 0.08256211131811142, 0.018331851810216904, + 0.06335046887397766, 0.015916112810373306, -0.03081030584871769, 0.06720203906297684, + 0.018805310130119324, 0.015851065516471863, -0.04021092504262924, 0.02958475798368454, + 0.04162171483039856, -0.02819489873945713, 0.06963381916284561, 0.0004995931521989405, + 0.04301806166768074, -0.10215111821889877, 0.015875864773988724, 0.04554957523941994, + 0.07883565127849579, 0.01871567964553833, -0.030759824439883232, 0.04492276906967163, + -0.06522586196660995, -0.04992899298667908, 0.01602678932249546, 0.03832133114337921, + 0.0094978716224432, 0.04186926409602165, -0.009266488254070282, -0.04784305766224861, + -0.06264611333608627, -0.024461248889565468, 0.04023905098438263, -0.06317714601755142, + -0.06193120405077934, -0.02019648067653179, -0.035384468734264374, -0.021382536739110947, + -0.030335936695337296, 0.017261870205402374, 0.03014199435710907, -0.018138108775019646, + 0.07483191788196564, 0.09673547744750977, -0.04613029211759567, 0.039106566458940506, 0.05651830509305, + -0.028805730864405632, -0.010625283233821392, -0.05625542625784874, 0.03459643945097923, + 0.03320920839905739, 0.0633295401930809, 0.0061209131963551044, 0.03658609092235565, + 0.013490007258951664, 0.02335483767092228, -0.015690412372350693, -0.054230134934186935, + 0.011714166030287743, -0.02633124776184559, -0.028191694989800453, 0.004014723002910614, + -0.0279864314943552, 0.024462519213557243, 0.02656199038028717, -0.03988148272037506, + 0.025167878717184067, -0.014647627249360085, 0.0003958694578614086, 0.04871995002031326, + -0.04712685942649841, 0.05151312053203583, -0.04158104956150055, 0.0076167285442352295, + -0.07738980650901794, 0.05690276622772217, -0.07984593510627747, 0.030246220529079437, + 0.014665195718407631, -0.005709338001906872, -0.03645451366901398, -0.022166049107909203, + -0.051478151232004166, -0.038585495203733444, -0.003571938257664442, -0.08939660340547562, + -0.03202543035149574, -0.031205616891384125, -0.05345173925161362, -0.021375684067606926, + 0.02168017253279686, -0.019681120291352272, 0.025028176605701447, 0.026347262784838676, + -0.08228357136249542, 0.08301279693841934, -0.06299703568220139, -0.006371361203491688, + 0.015050611458718777, 0.012523448094725609, 0.022774888202548027, 0.028701558709144592, + 0.08183267712593079, 0.03964178264141083, 0.00864805094897747, 0.014683043584227562, + -0.008817718364298344, 0.05536666512489319, 0.009295337833464146, 0.02547389641404152, + 0.09079200774431229, -0.02800138108432293, 0.00543027650564909, -0.01843290589749813, + 0.012851795181632042, 0.055673401802778244, 0.06641076505184174, -0.07192965596914291, + -0.022861598059535027, 0.013340713456273079, -0.07216394692659378, 0.04507917910814285, + -0.014525245875120163, 0.038508765399456024, -0.008713476359844208, 0.058622270822525024, + 0.004185479134321213, 0.055357471108436584, 0.04838189110159874, -0.014183569699525833, + 0.1053813248872757, 0.010855642147362232, 0.07994985580444336, 0.031155366450548172, + -0.02280324138700962, -0.01232480350881815, 0.06311894208192825, -0.05351890251040459, + 0.010748500935733318, 0.03354468196630478, -0.066744364798069, -0.07172896713018417, + -0.0470406673848629, -0.006074495613574982, -0.09142706543207169, -0.060787949711084366, + 0.022257260978221893, 0.005621728021651506, -0.010324488393962383, -0.0782238095998764, + 0.04911097139120102, 0.0010656530503183603, 0.0471152700483799, -0.06335555762052536, + 0.04706713184714317, 0.014980131760239601, -0.03215157240629196, -0.08090914785861969, + -0.06085798516869545, 0.007698617875576019, 0.04576244205236435, -0.014753780327737331, + 0.022174734622240067, -0.0027516265399754047, -0.003755503799766302, -0.016056599095463753, + -0.030586205422878265, -0.004503409378230572, 0.04557663947343826, -0.012936376966536045, + -0.03041403740644455, -0.03586430475115776, 0.05894636735320091, -0.07604025304317474, + 0.018061276525259018, -0.030557189136743546, 0.04328645393252373, 0.016692696139216423, + 0.02840312570333481, -0.03564956411719322, -0.024501917883753777, 0.08890403807163239, + 0.04451945424079895, -0.019627323374152184, 0.03260185196995735, -0.034779906272888184, + 0.014848222956061363, -0.015111052431166172, -0.007605591788887978, 0.04326431825757027, + 0.07774651050567627, -0.05094048008322716, -0.009488562121987343, 0.007978918962180614, + -0.06931725889444351, -0.08596468716859818, -0.009396696463227272, -0.03315439075231552, + 0.004572454374283552, 0.015663569793105125, 0.03979050740599632, -0.028820881620049477, + 0.06086879223585129, -0.0042671202681958675, 0.06401631981134415, -0.005638764705508947, + 0.025112643837928772, 0.03649072349071503, 0.044527072459459305, 0.04446567967534065, + -0.0789012685418129, 0.004283682908862829, 0.004186919890344143, 0.005662693176418543, + 0.04109731316566467, -0.06188875436782837, 0.07254321873188019, 0.03574556112289429, + 0.010728448629379272, -0.040959857404232025, 0.04779573902487755, 0.030534686520695686, + 0.012581209652125835, -0.022641440853476524, 0.004711458925157785, -0.01499972864985466, + -0.05741551145911217, 0.07423356920480728, 0.00405281875282526, 0.049828656017780304, + 0.03139664605259895, 0.06545870006084442, 0.07977183908224106, -0.003950144629925489, + -0.005487743765115738, 0.019021915271878242, 0.03259945288300514, 0.05454025790095329, + -0.07249660044908524, -0.03203674033284187, 0.048596300184726715, 0.03614075854420662, + -0.06051794812083244, -0.004421084653586149, -0.07875993847846985, -0.04923378303647041, + 0.017178064212203026, -0.025951554998755455, -0.002932446077466011, -0.004209494683891535, + 0.02387833036482334, -0.014702091924846172, -0.08594830334186554, -0.004609624855220318, + -0.046862367540597916, 0.07177846133708954, 0.005476541817188263, 0.0178719162940979, + -0.05570562928915024, -0.023264149203896523, -0.01337495632469654, 0.04360521212220192, + -0.05356719344854355, -0.003317863680422306, -0.045901697129011154, 0.0032678854186087847, + -0.006748722400516272, 0.029889235273003578, 0.0325252041220665, -0.0024954150430858135, + -0.06861280649900436, 0.09976425766944885, 0.018619254231452942, 0.021063432097434998, + 0.01059702504426241, -0.04911908879876137, -0.042184628546237946, 0.02299441397190094, + 0.04715503007173538, -0.028908727690577507, -0.015862606465816498, -0.015108278952538967, + -0.04926949739456177, -0.019595107063651085, 0.07878320664167404, -0.030034415423870087, + -0.04127337783575058, 0.023560473695397377, 0.033146705478429794, 0.026018524542450905, + -0.049980707466602325, -0.008968574926257133, 0.09984396398067474, -0.025619305670261383, + -0.032456401735544205, 0.036459214985370636, -0.04604090377688408, 0.023954320698976517, + -0.046149078756570816, 0.013989170081913471, -0.053594693541526794, -0.014259315095841885, + -0.013447546400129795, -0.004670053254812956, 0.035023145377635956, 0.05988007411360741, + -0.01501876674592495, 0.03247775137424469, 0.019738275557756424, 0.020711110904812813, + -0.019954252988100052, 0.03873015567660332, -0.006435903254896402, 0.014071607030928135, + -0.017761986702680588, 0.008824244141578674, 0.008123759180307388, 0.05660904198884964, + -0.03107750043272972, 0.009875009767711163, -0.012450722977519035, -0.056033723056316376, + -0.03633001074194908, -0.008150766603648663, -0.07091085612773895 + ], + [ + 0.09405860304832458, 0.0346185602247715, 0.008148342370986938, -0.00725417397916317, + -0.02519388496875763, -0.02121758460998535, 0.033396460115909576, 0.028592515736818314, + -0.07110732048749924, 0.026237402111291885, -0.03562783822417259, -0.031349506229162216, + -0.028981151059269905, 0.05553395673632622, 0.006155338138341904, -0.010496287606656551, + 0.05983565002679825, -0.008694179356098175, 0.10989291965961456, -0.05584609881043434, + 0.004421609453856945, -0.007430092431604862, 0.03136168792843819, -0.026601815596222878, + 0.04988068342208862, 0.03936422988772392, -0.08501259982585907, -0.08906737715005875, + -0.049427974969148636, -0.03402653709053993, 0.013847766444087029, -0.023500487208366394, + 0.007158159743994474, 0.003580687800422311, 0.012112747877836227, 0.01900649257004261, + 0.031346455216407776, 0.03384801372885704, 0.05022362247109413, 0.04958746209740639, + 0.014323130249977112, -0.019433194771409035, -0.04271215945482254, 0.007545666769146919, + 0.03891657292842865, -0.023906545713543892, 0.036759309470653534, 0.010866926051676273, + -0.020955218002200127, -0.03223603963851929, 0.0026231519877910614, 0.012772590853273869, + -0.024599308148026466, -0.07116135954856873, 0.043728817254304886, 0.08570592105388641, + -0.016527414321899414, 0.007200468331575394, 0.08352911472320557, 0.00794252660125494, + 0.06816417723894119, -0.022597242146730423, -0.04309055954217911, -0.000272726989351213, + 0.006505082827061415, 0.015455912798643112, -0.006989837158471346, -0.011982723139226437, + 0.038936544209718704, -0.010780573822557926, 0.02405688539147377, -0.019450530409812927, + 0.034507475793361664, -0.08653192222118378, -0.01164187490940094, 0.056577134877443314, + 0.07062070071697235, 0.045546747744083405, 0.028083419427275658, -0.007349051535129547, + 0.010577977634966373, 0.059030354022979736, -0.043078478425741196, -0.008568300865590572, + 0.026052728295326233, 0.04331225901842117, -0.014668255113065243, 0.0019773487001657486, + -0.060283541679382324, 0.03106413222849369, 0.05057615414261818, -0.008170811459422112, + -0.025700611993670464, -0.0051941825076937675, 0.005528056528419256, 0.0284393522888422, + -0.027184396982192993, -0.009725810028612614, 0.01709819585084915, 0.05780665948987007, + 0.03961392119526863, -0.019762713462114334, 0.04647872596979141, -0.04164467751979828, + -0.031223855912685394, 0.033123329281806946, 0.07289285212755203, 0.0983794629573822, + 0.03493814542889595, 0.0003964086645282805, -0.008209061808884144, -0.08121776580810547, + 0.002618840429931879, -0.03446916490793228, 0.013824759982526302, 0.05405663326382637, + -0.05986369028687477, -0.041461072862148285, -8.231279934989288e-5, -0.044329654425382614, + 0.02736876718699932, -0.049725279211997986, 0.0495993010699749, 0.018022146075963974, + -0.004757699090987444, 0.09757640957832336, -0.04403651878237724, 0.002664584666490555, + -0.01887069270014763, -0.006456929259002209, 0.013284659013152122, -0.07458247989416122, + -0.02166946791112423, -0.07236859202384949, 0.07820223271846771, -0.06353552639484406, + 0.00904898252338171, -0.0035523485857993364, -0.08421052992343903, -0.035899240523576736, + -0.002282396424561739, 0.016025179997086525, -0.0023903832770884037, -0.04531080648303032, + -0.06644806265830994, 0.006586277857422829, -0.08665674179792404, 0.04984650760889053, + -0.095730260014534, 0.019810842350125313, -0.025708118453621864, -0.006100566126406193, + 0.054001737385988235, 0.024449897930026054, 0.03618960455060005, -0.016498930752277374, + 0.03041842021048069, -0.03451988473534584, 0.07390671968460083, -0.026071079075336456, + -0.07287169992923737, 0.011539861559867859, 0.020510628819465637, -0.043372560292482376, + 0.008192806504666805, -0.05075883865356445, 0.011547247879207134, 0.008850118145346642, + -0.05170544981956482, 0.08162566274404526, 0.010036214254796505, 0.06752347201108932, + -0.05193495750427246, 0.03898211196064949, -0.015324187465012074, -0.012628774158656597, + -0.04015355557203293, -0.00298286322504282, 0.03481818735599518, -0.09753164649009705, + 0.030532309785485268, 0.06308729201555252, -0.03458268195390701, 0.0029280385933816433, + 0.08338186144828796, 0.07502162456512451, 0.07316330820322037, 0.04423481598496437, + 0.016788499429821968, -0.0040407911874353886, -0.03525573015213013, -1.0153780749533325e-5, + 0.016756607219576836, 0.09430229663848877, -0.03562916815280914, 0.004813525825738907, + 0.04127229005098343, 0.004556156694889069, 0.04802270233631134, 0.04906022176146507, + 0.07741517573595047, -0.04764558747410774, 0.031246887519955635, -0.035051096230745316, + -0.06015368178486824, -0.1057988628745079, -0.06621207296848297, -0.05334004759788513, + -0.030696727335453033, -0.004197790287435055, 0.06265313923358917, -0.014323584735393524, + 0.023492224514484406, -0.007519141770899296, -0.001422279397957027, -0.026290662586688995, + 0.0367615669965744, -0.0847080796957016, -0.13506095111370087, 0.026693403720855713, + -0.04744579643011093, -0.010273195803165436, 0.030900942161679268, -0.022424977272748947, + 0.03581656515598297, -0.027225710451602936, 0.06435418874025345, 0.0073925950564444065, + -0.06232269108295441, 0.018503909930586815, 0.032397594302892685, 0.050506457686424255, + -0.03555508702993393, 0.014575320295989513, -0.020345468074083328, 0.10189244896173477, + -0.06087421253323555, 0.12445486336946487, -0.09844622761011124, -0.032165445387363434, + 0.03670487180352211, 0.030625630170106888, 0.07705160975456238, 0.03507440909743309, + -0.06256277114152908, 0.03796902671456337, -0.011617619544267654, 0.004660668782889843, + -0.023896409198641777, 0.0257309228181839, 0.0038523792754858732, -0.019792232662439346, + -0.044018883258104324, -0.030528170987963676, 0.024415824562311172, -0.04154985025525093, + 0.003533626440912485, -0.0015757638029754162, -0.007369029801338911, 0.03706458583474159, + -0.10816778987646103, -0.012723356485366821, 0.01889253407716751, 0.06095532700419426, + 0.017676781862974167, -0.09663958102464676, 0.0820225402712822, 0.04081588611006737, + 0.044783562421798706, 0.01827511191368103, 0.07323528826236725, 0.054054368287324905, + -0.04734454303979874, 0.04030444100499153, -0.018733549863100052, 0.052659470587968826, + -0.014485522173345089, 0.04399579390883446, -0.028053181245923042, 0.04366615414619446, + 0.10039220750331879, 0.04657880961894989, 0.013392140157520771, 0.012126953341066837, + -0.025722933933138847, 0.08259136229753494, -0.011303928680717945, -0.0252431221306324, + 0.1335219144821167, 0.07745515555143356, -0.04845690354704857, -0.039728935807943344, + 0.02775580994784832, -0.033298611640930176, -0.007823130115866661, 0.09708665311336517, + 0.019004367291927338, -0.006338044069707394, -0.018084753304719925, 0.04108221083879471, + -0.0025588187854737043, -0.0018542284378781915, -0.04781769961118698, -0.04062657430768013, + -0.08181802183389664, -0.03641011193394661, -0.041659317910671234, 0.021902121603488922, + -0.06580983847379684, 0.04315871000289917, -0.0010710865026339889, -0.08632630109786987, + 0.028904203325510025, 0.03884842246770859, 0.02702954038977623, -0.0023882470559328794, + 0.052507203072309494, 0.004449846222996712, -0.026886479929089546, -0.03183630481362343, + -0.02008531242609024, -0.02860541269183159, -0.09072759002447128, -0.07839968055486679, + -0.03829951584339142, -0.010216079652309418, 0.01922410912811756, 0.015175018459558487, + 0.07710091769695282, -0.024422120302915573, -0.0028595472685992718, 0.028514547273516655, + -0.05122639238834381, -0.00926928874105215, -0.05339479818940163, -0.005295222625136375, + 0.07228987663984299, -0.010399018414318562, -0.07532082498073578, -0.026331977918744087, + -0.038553234189748764, 0.032736971974372864, -0.03970737010240555, 0.032121673226356506, + -0.06383112818002701, -0.039380110800266266, 0.022655462846159935, 0.0701817125082016, + 0.039080455899238586, -0.003855230985209346, 0.04066115617752075, 0.02052200399339199, + -0.03041260689496994, -0.059446319937705994, -0.004778478294610977, -0.0004945519613102078, + 0.033734239637851715, 0.01222963910549879, -0.007088566664606333, -0.06151844933629036, + -0.07402433454990387, 0.025479493662714958, -0.03973386809229851, 0.02558823861181736, + -0.025867946445941925, 0.07812006771564484, -0.02849600836634636, -0.008237236179411411, + -0.05740249902009964, -0.037089213728904724, -0.018240898847579956, 0.03044242411851883, + -0.03823090344667435, 0.013004506938159466, -0.035737618803977966, 0.0019987027626484632, + 0.07230241596698761, -0.05827731266617775, 0.03230704739689827, 0.04124917834997177, + -0.02709091454744339, -0.0550418384373188, 0.0664108395576477, 0.01804702915251255 + ], + [ + -0.00848271045833826, -0.02298388071358204, -0.027032572776079178, 0.08894482254981995, + 0.02234608493745327, -0.08930757641792297, 0.05952396243810654, -0.0133944321423769, + 0.05245688930153847, 0.050877004861831665, -0.03641434386372566, 0.021790940314531326, + -0.06949800252914429, 0.12917804718017578, -0.02247701585292816, -0.04057050868868828, + -0.013991151005029678, 0.00929876510053873, 0.04648829251527786, -0.08705730736255646, + 0.08027099072933197, -0.03370824083685875, 0.030590930953621864, -0.028222277760505676, + 0.06930240243673325, -0.04408426582813263, 0.015498788096010685, 0.03292233496904373, + 0.07159695774316788, -0.0020845101680606604, -0.05141754820942879, 0.02555716596543789, + 0.0316561684012413, -0.06894165277481079, -0.06188085302710533, -0.005034822970628738, + 0.008249039761722088, -0.022591790184378624, -0.0493488647043705, 0.0432564951479435, + 0.001043157884851098, 0.03436489775776863, 0.07283379137516022, -0.0462854728102684, + 0.017838988453149796, 0.05646942928433418, -0.03886992484331131, 0.01893710158765316, + 0.08430562913417816, 0.032867468893527985, -0.03618243709206581, 0.059199582785367966, + -0.029081016778945923, 0.0001641521812416613, 0.0032221071887761354, -0.004356856923550367, + -0.05985495448112488, -0.03551163896918297, 0.0460626520216465, -0.07832304388284683, + -0.036324698477983475, -0.07043275982141495, -0.09219218790531158, -0.01785813458263874, + 0.06682839244604111, 0.0012448151828721166, -0.012480751611292362, 0.017081154510378838, + -0.005174384918063879, 0.01090239081531763, -0.01720101200044155, -0.03473363071680069, + 0.06960747390985489, -0.02081911824643612, -0.05109337717294693, 0.053198326379060745, + 0.050975117832422256, 0.029881464317440987, -0.04617207869887352, -0.0009670158615335822, + -0.019933484494686127, -0.013734308071434498, -0.02947925217449665, 0.02268277108669281, + 0.024854212999343872, 0.09007766097784042, -0.007989533245563507, -0.0055836038663983345, + -0.059405114501714706, 0.05695328861474991, -0.013824626803398132, -0.008088583126664162, + -0.06761176139116287, 0.06550952792167664, -0.027406157925724983, 0.0694139376282692, + -0.012123096734285355, 0.01314447820186615, 0.004112443421036005, -0.0028758994303643703, + 0.022730698809027672, 0.05429195985198021, -0.02283596247434616, -0.022750716656446457, + 0.07334398478269577, -0.0571555532515049, 0.05797602981328964, -0.03960929065942764, + 0.022994408383965492, -0.046750474721193314, 0.03121207468211651, 0.025209898129105568, + 0.08289843797683716, -0.00646941177546978, -0.01774042658507824, -0.01579563319683075, + 0.013498086482286453, -0.03151759132742882, -0.017957068979740143, 0.04238813370466232, + -0.010795588605105877, -0.006547505967319012, -0.03099912218749523, 0.06385722011327744, + -0.04746909812092781, -0.03148936480283737, -0.0572756789624691, 0.015125615522265434, + 0.03420383483171463, 0.030665917322039604, 0.06860668212175369, -0.016965119168162346, + 0.00205800449475646, -0.05833110585808754, 0.043843720108270645, -0.03387333080172539, + -0.07868678867816925, -0.028847968205809593, -0.03927429020404816, 0.04117223992943764, + -0.027736354619264603, -0.05930887535214424, -0.024533711373806, -0.050545498728752136, + -0.043240707367658615, -0.023678962141275406, 0.018704703077673912, -0.05999917536973953, + 0.01724958047270775, 0.03858945891261101, -0.07001896947622299, -0.058495767414569855, + 0.004721715580672026, -0.1015290692448616, 0.021789373829960823, -0.08160635828971863, + 0.043995201587677, -0.004302504006773233, -0.06397176533937454, 0.046823155134916306, + 0.028829779475927353, 0.0718984305858612, -0.026545226573944092, 0.08659618347883224, + 0.07562674582004547, -0.05191672220826149, -0.005664711352437735, 0.03846719488501549, + 0.057799387723207474, -0.013658039271831512, 0.04852832853794098, 0.024159573018550873, + 0.023547811433672905, 0.0001167983646155335, 0.06776232272386551, -0.0038095819763839245, + 0.0018262597732245922, -0.027287952601909637, -0.00011721211922122166, -0.04387139901518822, + -0.020603615790605545, 0.042211875319480896, 0.058912891894578934, 0.022988799959421158, + 0.10150798410177231, 0.04743130877614021, -0.008200306445360184, 0.03466701880097389, + -0.06526520103216171, 0.08164312690496445, 0.01240541972219944, 0.03751646354794502, + -0.013987750746309757, 0.08752026408910751, -0.06572308391332626, 0.043904244899749756, + -0.007654211018234491, -0.10339103639125824, -0.008209344930946827, -0.08622904121875763, + -0.056112904101610184, -0.09714929014444351, 0.035294074565172195, -0.042049478739500046, + -0.03260180726647377, 0.0293746218085289, 0.010980306193232536, 0.018861738964915276, + -0.03414059057831764, 0.01848541386425495, 0.04752153530716896, 0.06213804706931114, + 0.008387645706534386, 0.04219644144177437, -0.01393076591193676, -0.07412604242563248, + 0.01291644386947155, -0.07702051103115082, -0.04194571077823639, -0.0363328792154789, + 0.010171215049922466, -0.014319305308163166, 0.04844236373901367, -0.03346644714474678, + -0.06128924340009689, -0.020396221429109573, 0.04593321308493614, 0.03296429663896561, + 0.024288760498166084, -0.04423735290765762, 0.08922923356294632, 0.09604281187057495, + 0.0306184571236372, -0.011303585022687912, -0.07808845490217209, -0.07322236895561218, + -0.007809260860085487, -0.02347083017230034, -0.023329954594373703, 0.046795573085546494, + -0.09658169001340866, 0.06596872955560684, 0.09362208098173141, -0.05903475359082222, + -0.0846562460064888, 0.06357321888208389, -0.0037171817384660244, 0.0423196405172348, + 0.06019473075866699, 0.06250311434268951, -0.059900715947151184, -0.08987254649400711, + -0.03505070134997368, -0.03603125363588333, -0.049220215529203415, 0.014232547022402287, + -0.07504605501890182, -0.0014787059044465423, -0.03758624568581581, 0.03437309339642525, + -0.015293458476662636, 0.09148634225130081, 0.02192767523229122, 0.051764607429504395, + 0.04388732090592384, -0.005695111118257046, 0.1203700453042984, 0.04015275463461876, + -0.017492208629846573, -0.03895803168416023, 0.04018133133649826, 0.062480952590703964, + -0.012006564065814018, 0.013635397888720036, 0.019342582672834396, -0.0030884784646332264, + -0.00697946734726429, 0.04853508993983269, 0.03636480122804642, -0.02322543039917946, + -0.04109303280711174, 0.05637749284505844, -0.03599544242024422, -0.06302737444639206, + 0.006733576767146587, -0.05169918015599251, 0.024442024528980255, -0.042949412018060684, + 0.0061958227306604385, -0.0024371789768338203, -0.028060149401426315, 0.09047412872314453, + -0.02328297682106495, 0.05270276591181755, -0.022323207929730415, -0.06519752740859985, + 0.02324856072664261, 0.008690624497830868, 0.004809136502444744, 0.006776084192097187, + 0.10416790097951889, 0.010216927155852318, -0.007550539914518595, -0.09755267202854156, + -0.13063660264015198, 0.017536930739879608, -0.08861454576253891, -0.025481775403022766, + -0.019933219999074936, -0.04495152458548546, -0.028765754774212837, -0.0777784213423729, + -0.08599898964166641, 0.03510661795735359, -0.0014582263538613915, 0.0043701245449483395, + 0.02303406223654747, 0.03169547766447067, 0.08764950186014175, -0.027382293716073036, + 0.022219117730855942, -0.009423765353858471, -0.1312585473060608, 0.016903800889849663, + -0.053995151072740555, 0.045217666774988174, 0.05542634800076485, -0.02402440272271633, + 0.018996957689523697, 0.044341832399368286, 0.042429208755493164, -0.0307825468480587, + 0.03668777644634247, 0.031462330371141434, -0.048522260040044785, 0.045821283012628555, + 0.09115400165319443, -0.005657176952809095, 0.05935154855251312, 0.02131962776184082, + 0.0268595851957798, -0.05186135694384575, -0.04000306501984596, 0.09197189658880234, + 0.004772349260747433, 0.03793724626302719, 0.0008882967522367835, 0.014630895107984543, + 0.07894796133041382, -0.053794242441654205, -0.01696181669831276, 0.07471828162670135, + -0.010678076185286045, -0.025766117498278618, 0.058954693377017975, 0.005208170972764492, + -0.008868606761097908, 0.0007375918794423342, -0.04170776158571243, -0.018223099410533905, + -0.004438821226358414, 0.02127809263765812, -0.04894567281007767, 0.036378730088472366, + 0.05523672327399254, -0.01095192227512598, 0.09431253373622894, 0.029014866799116135, + -0.04946761950850487, 0.08161237090826035, -0.0016496870666742325, 0.013851780444383621, + 0.0686117485165596, -0.06467797607183456, 0.01710023172199726, 0.032671503722667694, + 0.0020872463937848806, 0.0616760328412056, 0.0648881047964096, 0.0008379327482543886, + -0.015996336936950684, -0.014205513522028923, 0.037730347365140915, 0.045905210077762604 + ], + [ + -0.0006329950992949307, 0.04617772623896599, -0.007170442491769791, -0.03136758506298065, + -0.058081768453121185, 0.08811134845018387, 0.05627093091607094, -0.06215733289718628, + 0.060013797134160995, -0.004432361107319593, -0.06635390222072601, 0.0009601323399692774, + -0.03493541479110718, 0.07500182837247849, -0.020365266129374504, -0.025783056393265724, + -0.02383817918598652, -0.11239734292030334, -0.01764107309281826, 0.029631495475769043, + -0.0005493723438121378, 0.025876613333821297, 0.04202311486005783, 0.008882357738912106, + 0.059172436594963074, -0.014834200963377953, -0.0010535727487877011, -0.03883006051182747, + 0.07222260534763336, 0.04134993627667427, -0.023061254993081093, -0.04279688745737076, + 0.06711970269680023, -0.06994208693504333, -0.01889793761074543, 0.03835509717464447, + 0.04364534839987755, -0.053565189242362976, -0.01329108513891697, -0.05057284235954285, + 0.05749049037694931, -0.035495031625032425, 0.1024254634976387, 0.016545133665204048, + -0.022591376677155495, 0.06367401033639908, 0.015214815735816956, 0.017765264958143234, + -0.034781888127326965, 0.01876567117869854, 0.00510823167860508, 0.046802353113889694, + -0.1019807904958725, 0.0005669625825248659, 0.03022596798837185, 0.00565039599314332, + -0.04922487586736679, -0.07751171290874481, 0.04467850923538208, -0.046249765902757645, + 0.006750486791133881, -0.054138775914907455, -0.02334381267428398, 0.04301784187555313, + 0.03840118646621704, 0.024883871898055077, -0.05761047080159187, 0.06736237555742264, + -0.04980387166142464, -0.04229884594678879, 0.06938672810792923, 0.07025992125272751, + 0.1068301796913147, 0.017837606370449066, 0.005560741294175386, -0.025329867377877235, + 0.07605363428592682, -0.039635058492422104, -0.03673234581947327, 0.004716397728770971, + -0.020167171955108643, 0.031903788447380066, -0.011768829077482224, -0.014050583355128765, + 0.00536332605406642, 0.026066549122333527, 0.03770429641008377, 0.04177136346697807, + -0.03133336827158928, 0.0013872554991394281, 0.03768361359834671, -0.046774450689554214, + -0.043585892766714096, 0.08459354937076569, 0.029927099123597145, -0.002816193038597703, + -0.030713848769664764, 0.03243329003453255, 0.032432958483695984, -0.051176004111766815, + 0.06792749464511871, 0.0014167219633236527, -0.01172871794551611, 0.0027461915742605925, + -0.03000854142010212, 0.055781494826078415, 0.04592733457684517, -0.07462947070598602, + 0.06424024701118469, -0.046290356665849686, 0.02315611205995083, 0.0028237998485565186, + 0.10185752809047699, 0.05847080796957016, -0.025638112798333168, -0.06458288431167603, + 0.0023424969986081123, -0.025608522817492485, 0.1094864010810852, -0.03201456740498543, + -0.043284982442855835, -0.018509266898036003, -0.015097493305802345, -0.026564471423625946, + 0.007788152899593115, -0.07969808578491211, -0.04131857305765152, -0.030429735779762268, + -0.011410249397158623, -0.015293738804757595, -0.0037523589562624693, -0.09032275527715683, + 0.010296227410435677, 0.02790660224854946, -0.02144930511713028, -0.11636729538440704, + 0.013118164613842964, -0.01138996984809637, -0.030311545357108116, -0.01743147149682045, + 0.007131145801395178, -0.035953037440776825, 0.07180289924144745, 0.07667567580938339, + 0.022287312895059586, 0.024759450927376747, -0.00022167997667565942, -0.03572817146778107, + 0.018591085448861122, -0.055541567504405975, -0.06051354855298996, 0.0982978343963623, + -0.03077751398086548, -0.041453372687101364, 0.016397841274738312, -0.06904785335063934, + 0.009160363115370274, -0.0156002352014184, -0.049901917576789856, -0.015676502138376236, + 0.0313863530755043, 0.053112734109163284, 0.04226449877023697, -0.04374024271965027, + 0.04329322651028633, 0.025399228557944298, -0.04437026008963585, -0.06867232173681259, + 0.005778633523732424, 0.04429924115538597, -0.00935487449169159, 0.0123059106990695, + 0.009938177652657032, 0.03542563319206238, -0.05174437537789345, -0.020482826977968216, + 0.008278089575469494, 0.04726702719926834, -0.07197034358978271, -0.02192741632461548, + 0.0072795008309185505, 0.050826698541641235, 0.05489439517259598, 0.04875587299466133, + -0.0379350408911705, -0.023885926231741905, -0.003963868133723736, 0.023002933710813522, + -0.026611924171447754, 0.02590027265250683, 0.0786496102809906, 0.06402558833360672, + -0.02663186378777027, 0.09276995062828064, 0.013152653351426125, 0.08114176243543625, + -0.043324388563632965, -0.07493647187948227, 0.005804501939564943, -0.04946700111031532, + -0.006752984132617712, -0.026851775124669075, -0.039449021220207214, -0.018977683037519455, + 0.01125950925052166, -0.012978198006749153, -0.07212553173303604, 0.052901145070791245, + 0.0043495213612914085, -0.0157635398209095, 0.03572634980082512, 0.05160841718316078, + -0.0980968028306961, -0.04358747601509094, -0.05468754097819328, -0.022118456661701202, + -0.002131132874637842, -0.09777648001909256, 0.005824211519211531, 0.026795318350195885, + -0.05502089112997055, -0.04378423094749451, -0.05715815722942352, 0.005262106191366911, + -0.026968184858560562, -0.057171497493982315, -0.055034786462783813, -0.009282016195356846, + -0.06078765168786049, -0.055772051215171814, -0.044876325875520706, 0.03547566384077072, + 0.04959217086434364, 0.0502096563577652, 0.017793631181120872, 0.003799735102802515, + -0.0007942777592688799, 0.023293888196349144, -0.0856112688779831, -0.03578478470444679, + -0.00938365701586008, 0.05284767225384712, -0.003503263695165515, -0.04965774342417717, + -0.038695141673088074, 0.06621009111404419, -0.07782705873250961, 0.023283736780285835, + 0.01586560346186161, 0.023095885291695595, 0.029179932549595833, -0.1033199280500412, + -0.04273785278201103, 0.02587597630918026, -0.03807549551129341, -0.06539309024810791, + -0.09159617871046066, 0.043732158839702606, -0.03482148051261902, 0.013775082305073738, + -0.0462290458381176, 0.07546944916248322, -0.03371348977088928, 0.018112633377313614, + 0.08457434177398682, 0.03460175544023514, 0.04712122306227684, -0.007382805459201336, + 0.019484149292111397, 0.09205712378025055, 0.053842801600694656, 0.13414734601974487, + -0.052154481410980225, 0.005699902307242155, -0.04994259029626846, -0.004634201992303133, + 0.06447333842515945, 0.010352937504649162, 0.02334488555788994, 0.02853773534297943, + 0.015799453482031822, 0.03731784597039223, 0.021264946088194847, -0.0025618011131882668, + 0.04787537828087807, 0.022211119532585144, -0.06456668674945831, 0.024929961189627647, + 0.048048876225948334, 0.08455761522054672, 0.018190866336226463, 0.0749637708067894, + -0.009777105413377285, 0.008870386518537998, 0.06746945530176163, -0.01031144056469202, + -0.005925770848989487, -0.015987103804945946, 0.032220132648944855, 0.08654927462339401, + 0.0008450022432953119, 0.04344019666314125, -0.07582195103168488, -0.023975839838385582, + -0.0980457067489624, 0.049420084804296494, -0.006755057722330093, -0.006683687679469585, + 0.014131412841379642, 0.0004778513393830508, -0.011510655283927917, -0.13080687820911407, + -0.047574859112501144, 0.0006619124906137586, 0.009164136834442616, 0.045631688088178635, + -0.06967397779226303, 0.013222821056842804, 0.029087498784065247, 0.015987059101462364, + 0.020442672073841095, -0.04681166633963585, -0.11424326151609421, -0.0391056090593338, + -0.059726499021053314, -0.020859483629465103, 0.09556204825639725, -0.013994642533361912, + 0.02103794924914837, 0.05701462924480438, 0.02940952032804489, -0.058244477957487106, + 0.006367436144500971, 0.04014762490987778, -0.02042311429977417, -0.024690864607691765, + 0.016903551295399666, -0.04420967027544975, 0.02430369332432747, 0.007706211879849434, + -0.02563161589205265, -0.04681437835097313, 0.03771144151687622, 0.054322365671396255, + -0.018522268161177635, -0.006067268084734678, 0.02476097270846367, -0.0564059317111969, + 0.014345614239573479, 0.03344575688242912, 0.005900382995605469, 0.05724349617958069, + -0.06731589138507843, -0.015185875818133354, -0.03444771468639374, -0.03781536966562271, + -0.02820613421499729, -0.023976542055606842, -0.08335434645414352, -0.014491070061922073, + -0.043337803333997726, 0.020459873601794243, -0.045026745647192, -0.035519395023584366, + 0.0896281972527504, 0.09906226396560669, 0.0692879855632782, 0.0954427570104599, -0.030645575374364853, + -0.017359968274831772, 0.03530760109424591, 0.008694308809936047, -0.020043792203068733, + 0.04364475980401039, 0.052558884024620056, 0.01831117458641529, 0.17245545983314514, + -0.0453224703669548, 0.033318646252155304, -0.055147022008895874, -0.0016254793154075742, + -0.027149690315127373, 0.07456452399492264, 0.025251993909478188 + ], + [ + 0.040397342294454575, 0.04615604132413864, -0.003764083841815591, 0.09710785001516342, + 0.019893214106559753, -0.000851326622068882, 0.012383558787405491, -0.02156889997422695, + 0.024871250614523888, -0.013148922473192215, 0.009361795149743557, 0.044504497200250626, + -0.021527722477912903, 0.044217079877853394, -0.030533328652381897, 0.04378557577729225, + -0.04993155971169472, 0.011805906891822815, -0.03742718696594238, 0.0759601965546608, + 0.04615382105112076, 0.11332475394010544, 0.0049065276980400085, -0.01608184538781643, + 0.015392211265861988, -0.0587342269718647, -0.08792489022016525, -0.09618421643972397, + -0.06648606061935425, 0.012086298316717148, 0.06289470195770264, 0.011014326475560665, + 0.026206456124782562, -0.02325897477567196, 0.05350520834326744, -0.022931121289730072, + 0.02973336912691593, -0.04248735308647156, 0.01647653989493847, -0.049969594925642014, + -0.0658571645617485, 0.03830278292298317, -0.044277701526880264, -0.06602280586957932, + 0.006518390960991383, -0.02206399478018284, -0.05176633968949318, -0.08415042608976364, + 0.03417110815644264, -0.01573653519153595, 0.02434012107551098, 0.14649134874343872, + 0.03284842520952225, 0.05753164738416672, -0.0021273635793477297, 0.04852261394262314, + 0.07109183073043823, 0.017861703410744667, -0.04163189232349396, -0.016577307134866714, + -0.05303622782230377, 0.05213499814271927, -0.07665177434682846, -0.013629802502691746, + 0.012169389054179192, 0.06874124705791473, -0.07474875450134277, 0.06822478771209717, + -0.022953061386942863, -0.06260360032320023, 0.01429095771163702, 0.10986471176147461, + 0.02719985879957676, -0.00010349233343731612, 0.09802491962909698, 0.10392990708351135, + 0.02884588949382305, 0.01925342157483101, 0.04425255209207535, 0.07750384509563446, 0.03931361809372902, + -0.02738829515874386, -0.021067822352051735, -0.07760676741600037, -0.01850946433842182, + 0.037564076483249664, 0.0036826925352215767, 0.07795596122741699, -0.05696164816617966, + 0.042691364884376526, -0.015885038301348686, 0.02565021440386772, -0.02218516543507576, + -0.02453027106821537, 0.07793792337179184, -0.04051874577999115, 0.01964670605957508, + -0.05012007802724838, 0.04268187656998634, 0.044387057423591614, -0.009091416373848915, + 0.07836557924747467, 0.0021835577208548784, -0.012332423590123653, -0.10301052778959274, + -0.03269852325320244, -0.017450882121920586, -0.01816016435623169, -0.05812052637338638, + -0.11186330020427704, 0.00968153402209282, -0.011081930249929428, 0.042684249579906464, + 0.10853686183691025, -0.019545797258615494, -0.024721525609493256, 0.11182021349668503, + -0.016822850331664085, 0.08951326459646225, -0.051391713321208954, -0.02156953513622284, + -0.03260833024978638, 0.008502934128046036, 0.08435916900634766, -0.003434006357565522, + 0.02895265817642212, -0.0023170255590230227, -0.002235402585938573, 0.044480446726083755, + -0.049435392022132874, -0.019404837861657143, -0.07656226307153702, 0.045696500688791275, + 0.044290997087955475, -0.02283049188554287, -0.09443647414445877, 0.10476143658161163, + -0.01434430293738842, -0.08298359811306, 0.03788258880376816, -0.04096301272511482, + -0.04758838191628456, 0.06222714111208916, -0.053326696157455444, 0.021850476041436195, + -0.012208621948957443, -0.10291486233472824, 0.06276912987232208, -0.016577674075961113, + 0.006841252092272043, -0.01483388151973486, 0.021572932600975037, 0.05144628509879112, + -0.03428201749920845, -0.017997993156313896, -0.08274377882480621, 0.10534787178039551, + 0.016671624034643173, -0.02717951126396656, 0.0681537315249443, -0.0027759368531405926, + 0.01961948350071907, -0.014463723637163639, 0.05703788623213768, -0.020579079166054726, + 0.038713421672582626, 0.009064143523573875, -0.00479154335334897, -0.03492508456110954, + 0.029202643781900406, 0.08560173213481903, -0.06743639707565308, 0.06514040380716324, + -0.022690681740641594, -0.011601231060922146, 0.025240231305360794, -0.027115333825349808, + -0.010664642788469791, -0.08475466817617416, 0.06614663451910019, -0.04777585342526436, + 0.009169762954115868, -0.028057808056473732, -0.01420762948691845, 0.08608929812908173, + -0.07446181029081345, 0.011015936732292175, -0.024795079603791237, -0.04970402643084526, + 0.03484795242547989, -0.06658489257097244, -0.12868830561637878, -0.018446480855345726, + 0.02069055661559105, 0.015693973749876022, 0.02963133342564106, 0.04793143272399902, + -0.024692455306649208, 0.04558466747403145, 0.030794451013207436, 0.009214074350893497, + -0.033511072397232056, 0.028201108798384666, -0.0547914132475853, 0.07292914390563965, + -0.09930538386106491, 0.03637641295790672, -0.013594349846243858, 0.10084471851587296, + 0.08484812080860138, -0.11469916999340057, 0.026938501745462418, -0.07012835890054703, + -0.06804253160953522, -0.04333178326487541, 0.02755468711256981, 0.01746135950088501, + 0.01287283468991518, 0.010608073323965073, 0.04884132370352745, 0.01356996688991785, + -0.003585302736610174, 0.01093523483723402, 0.018142031505703926, 0.06500658392906189, + 0.07550480216741562, -0.11156192421913147, 0.037913206964731216, -0.048733875155448914, + -0.00042816236964426935, 0.07472813874483109, -0.05392348766326904, -0.054179251194000244, + -0.07006478309631348, -0.0036521493457257748, -0.03407071903347969, 0.06543907523155212, + -0.01721794344484806, -0.008952445350587368, -0.02949732355773449, -0.05560823902487755, + 0.020326465368270874, 0.08519472181797028, -0.0036570082884281874, 0.015589261427521706, + 0.03026692569255829, 0.02492627501487732, 0.02609570324420929, 0.05137665197253227, + -0.018978886306285858, -0.01202567107975483, 0.016653284430503845, 0.06132212281227112, + 0.02260064147412777, -0.047627661377191544, -0.03825877234339714, -0.06435700505971909, + 0.00889557134360075, 0.08440101146697998, 0.02535884454846382, -0.04755126312375069, 0.0564003512263298, + -0.050395600497722626, -0.07132475823163986, -0.04547358676791191, -0.040526848286390305, + -0.038610972464084625, 0.01622697524726391, -0.027490712702274323, 0.0425756610929966, + -0.028295889496803284, 0.013718027621507645, 0.0336790457367897, 0.06451098620891571, + -0.061593957245349884, 0.0538221150636673, 0.017509829252958298, -0.012753667309880257, + -0.03282793238759041, -0.03286132588982582, 0.06331677734851837, 0.005095125641673803, + -0.0792003870010376, 0.10149412602186203, 0.060753922909498215, 0.09840679168701172, + -0.03420956805348396, 0.056782227009534836, -0.025420324876904488, -0.04555697366595268, + -0.05107757821679115, 0.07664705812931061, -0.021702736616134644, -0.004030090756714344, + -0.07286369800567627, 0.009259277954697609, 0.09972288459539413, -0.02465800940990448, + -0.03089051879942417, 0.04770294576883316, -0.07929090410470963, -0.05406025052070618, + 0.030498791486024857, 0.022491052746772766, -0.061749547719955444, 0.022637082263827324, + 0.009701147675514221, -0.028248852118849754, -0.06319309771060944, -0.025033969432115555, + 0.04502145200967789, 0.05696084350347519, -0.04693647101521492, 0.044033635407686234, + -0.053615882992744446, -0.06621748954057693, 0.07628528773784637, 0.0363239161670208, + -0.06165241077542305, -0.0274168960750103, 0.004636128433048725, 0.03172933682799339, + 0.06538397073745728, 0.02823682501912117, 0.04737406224012375, -0.04093265160918236, + 0.029430486261844635, 0.18548016250133514, 0.02113324962556362, 0.019704516977071762, + -0.04966173693537712, -0.04270217940211296, -0.058940134942531586, 0.06476745009422302, + 0.015323087573051453, 0.015755636617541313, 0.014045724645256996, 0.08792702853679657, + 0.006060563027858734, -0.08623076975345612, 0.003193075070157647, 0.004405890125781298, + 0.021805638447403908, 0.03383706510066986, 0.05673881620168686, 0.006080434191972017, + -0.02820088155567646, 0.09214655309915543, 0.06071828678250313, 0.0058233230374753475, + 0.08110806345939636, 0.007099851034581661, -0.022156015038490295, 0.06058216467499733, + -0.06295331567525864, -0.000783315917942673, -0.015222862362861633, 0.1335323601961136, + -0.029567694291472435, -0.05526256561279297, -0.16369719803333282, 0.05707400664687157, + 0.007772977463901043, 0.03760779649019241, -0.01700962707400322, -0.016288386657834053, + -0.03015291690826416, 0.05566185712814331, -0.06606606394052505, 0.0699906274676323, + 0.04934243857860565, -0.012166162952780724, 0.03962509706616402, 0.06026367098093033, + 0.019160481169819832, 0.04723065719008446, 0.05319364368915558, 0.04381122440099716, + 0.13234823942184448, 0.049923185259103775, -0.030071482062339783, 0.039789311587810516, + 0.00922126229852438, 0.019646132364869118 + ], + [ + 0.02638258971273899, 0.027683448046445847, 0.016881689429283142, 0.027314824983477592, + -0.0028370481450110674, -0.015579335391521454, 0.005698635708540678, -0.014072739519178867, + 0.03478861227631569, 0.004848125856369734, -0.06472420692443848, 0.019588880240917206, + -0.08040843158960342, 0.03380975127220154, 0.025105511769652367, 0.03903096541762352, + -0.04516805335879326, -0.08479668945074081, 0.04402008652687073, 0.044587936252355576, + -0.031573448330163956, 0.03186428174376488, 0.053535934537649155, -0.010261752642691135, + -0.017679357901215553, 0.057749051600694656, -0.037874601781368256, -0.008100027218461037, + -0.004306388087570667, -0.015276188030838966, -0.0710318312048912, 0.009999795816838741, + -0.004788167309015989, -0.014004364609718323, 0.014459285885095596, -0.010562634095549583, + 0.029362479224801064, -0.05461636558175087, 0.02708244137465954, 0.045257870107889175, + 0.07671422511339188, -0.020153040066361427, -0.022777283564209938, -0.028534511104226112, + 0.031105976551771164, -0.030965568497776985, 0.05000761151313782, -0.006904140580445528, + 0.027165791019797325, -0.003744550282135606, 0.010973243974149227, -0.043314866721630096, + -0.010670427232980728, -0.04545062407851219, 0.02345207706093788, 0.09729352593421936, + -0.040485918521881104, 0.06237335875630379, 0.06573840230703354, -0.05072622001171112, + 0.0444222167134285, 0.0471159927546978, -0.08688246458768845, 0.02647062949836254, -0.02361462451517582, + 0.029850956052541733, -0.01859758049249649, 0.0411205030977726, -0.005165053065866232, + -0.05645633116364479, 0.010498180985450745, -0.0321480929851532, -0.0071059889160096645, + -0.031108176335692406, 0.020348289981484413, 0.06759349256753922, 0.11243566125631332, + 0.04121341556310654, -0.04551548883318901, 0.03729753568768501, -0.004999356344342232, + 0.07694002240896225, 0.038732919842004776, -0.00891219824552536, 0.034019146114587784, + 0.012544224038720131, 0.051520902663469315, -0.0766732320189476, -0.07731159031391144, + 0.007933808490633965, 0.033060163259506226, 0.016209032386541367, 0.007573369424790144, + -0.04076852276921272, 0.027850572019815445, 0.07661232352256775, -0.0030534695833921432, + -0.024271342903375626, 0.06922995299100876, 0.02720102109014988, -0.0254598930478096, + -0.001711521064862609, -0.009455163031816483, -0.03389979153871536, -0.07147174328565598, + -0.015093891881406307, 0.017794638872146606, -0.02017696388065815, -0.04872794821858406, + 0.022647278383374214, 0.022209301590919495, -0.0473659448325634, 0.05501558259129524, + 0.021822921931743622, -0.03522628918290138, 0.06743227690458298, -0.06292721629142761, + -0.017438188195228577, 0.002693138550966978, -0.05536467954516411, -0.032200396060943604, + -0.07450518012046814, 0.060273297131061554, 0.03088664636015892, 0.044093627482652664, + 0.008522924967110157, 0.018217330798506737, -0.042897146195173264, -0.021062087267637253, + -0.06864018738269806, 0.01744702085852623, -0.008602128364145756, 0.06201953813433647, + -0.045684073120355606, 0.09408740699291229, -0.09108874201774597, 0.04176298528909683, + 0.043762147426605225, -0.0036409487947821617, 0.006114560645073652, -0.09950774908065796, + -0.10287552326917648, 0.027009235695004463, 0.019915450364351273, -0.06067309528589249, + 0.04619603976607323, -0.03823622316122055, -0.03806725889444351, -0.06249712035059929, + -0.04748464375734329, 0.03473857790231705, 0.07548924535512924, 0.00027375921490602195, + 0.018900223076343536, 0.05419420450925827, -0.006691996939480305, -0.01943936012685299, + -0.016223473474383354, 0.05144209787249565, 0.00898628681898117, -0.08673843741416931, + -0.03667458891868591, 0.007694422733038664, -0.003884534817188978, 0.004489994142204523, + 0.03247711807489395, -0.03164259344339371, -0.08380209654569626, 0.05734819173812866, + -0.03368358686566353, 0.08255989104509354, 0.09410397708415985, -0.04315683990716934, + -0.01847136579453945, -0.012280795723199844, -0.044165123254060745, -0.005340559408068657, + -0.052802857011556625, -0.014511297456920147, -0.0892670601606369, 0.07032160460948944, + 0.06906785070896149, 0.037281837314367294, -0.04335268214344978, 0.03776833042502403, + 0.01982007920742035, -0.04875737056136131, 0.025690948590636253, 0.01569345034658909, + 0.05070185661315918, -0.011395217850804329, 0.07330188155174255, 0.011688313446938992, + 0.016627036035060883, -0.02782459743320942, 0.006996368058025837, 0.034281324595212936, + -0.05737602710723877, 0.06907932460308075, -0.014586612582206726, -0.010007915087044239, + -0.013168282806873322, 0.019649049267172813, -0.041744086891412735, -0.09282159060239792, + -0.04238205775618553, 0.01097822468727827, -0.06311514228582382, -0.03464379534125328, + 0.03136621043086052, 0.03242413327097893, 0.025578467175364494, -0.0009570404072292149, + 0.02846239134669304, -0.014858240261673927, 0.028942054137587547, 0.019843870773911476, + -0.013707991689443588, -0.09650920331478119, 0.08669812977313995, 0.06633937358856201, + -0.03259853646159172, -0.06870465725660324, -0.036872655153274536, 0.07357575744390488, + -0.04221360757946968, 0.051510781049728394, 0.06624915450811386, -0.002981262980028987, + -0.02178797870874405, -0.030538849532604218, 0.022386083379387856, -0.038734953850507736, + 0.021193694323301315, 0.07087720930576324, 0.06357144564390182, 0.0299603883177042, 0.06394088268280029, + -0.03917226195335388, 0.0009526258218102157, 0.0035598943941295147, -0.022584805265069008, + 0.013903992250561714, -0.07730075716972351, -0.05086031183600426, 0.06363706290721893, + -0.019470762461423874, -0.009194661863148212, -0.005123052280396223, 0.0657503604888916, + -0.04979648068547249, -0.0510188452899456, 0.04725807532668114, 0.022455157712101936, + 0.010935517027974129, -0.07415058463811874, -0.061285633593797684, 0.011343495920300484, + 0.012793228961527348, 0.07509595155715942, -0.030420269817113876, 0.013060126453638077, + -0.0008718222961761057, 0.07317401468753815, -0.05060715600848198, -0.02904365211725235, + 0.03504803404211998, 0.0037535573355853558, 0.06202472746372223, 0.044839613139629364, + 0.07209565490484238, 0.13317802548408508, -0.03853799030184746, 0.03101360984146595, + -0.0780162662267685, -0.02058151736855507, 0.026395855471491814, 0.014262738637626171, + 0.08276984095573425, 0.043324701488018036, 0.07749634981155396, 0.01588170789182186, + -0.03322354704141617, 0.02482164092361927, -0.04539816826581955, -0.00762382335960865, + 0.021242773160338402, -0.03489131107926369, 0.07425621896982193, 0.10433536767959595, + -0.06400788575410843, 0.06427057832479477, -0.04942718520760536, -0.0586310476064682, + -0.00986336637288332, 0.06678666919469833, 0.021923189982771873, 0.01991562359035015, + -0.0930582657456398, 0.016789617016911507, -0.034682080149650574, -0.06799951195716858, + 0.024177350103855133, -0.04097346216440201, -0.025322675704956055, -0.05508231744170189, + -0.018644774332642555, -0.022935954853892326, 0.011208668351173401, -0.006857975851744413, + -0.021825307980179787, -0.02477315068244934, -0.01672871969640255, 0.02985486574470997, + 0.02671694941818714, -0.05206826329231262, -0.016078926622867584, -0.04323364421725273, + -0.03234123811125755, -0.03348413482308388, -0.015338418073952198, 0.04615476727485657, + -0.038673337548971176, -0.03830284997820854, 0.04879745841026306, -0.03962736949324608, + 0.02111637219786644, 0.028279496356844902, 0.06776286661624908, 0.04451250284910202, + -0.03831051290035248, -0.025123152881860733, 0.024001752957701683, 0.08224249631166458, + -0.0037791533395648003, -0.039805516600608826, 0.02822030521929264, 0.02570846490561962, + -0.03654467687010765, -0.02994263544678688, -0.04280171915888786, -0.04673140123486519, + -0.07380843907594681, 0.02537817694246769, -0.05995912849903107, 0.004378478974103928, + 0.03606674447655678, 0.07067001610994339, 0.055767618119716644, -0.03203781321644783, + 0.0847197100520134, 0.08770965784788132, -0.03987279161810875, 0.019656818360090256, + 0.01837938465178013, 0.0010150346206501126, -0.020253246650099754, 0.01684209331870079, + 0.046510692685842514, 0.006103454623371363, -0.07543060183525085, 0.07793174684047699, + -0.07399148494005203, 0.025538353249430656, 0.012469041161239147, 0.009719468653202057, + -0.02045486308634281, 0.021959686651825905, 0.016309496015310287, -0.02829512022435665, + 0.035530753433704376, 0.01427438110113144, -0.05479653924703598, 0.010173073969781399, + 0.0566529706120491, 0.011219395324587822, 0.039059512317180634, -0.02283520996570587, + 0.058060240000486374, 0.016692649573087692, -0.004000209271907806, -0.026784056797623634, + -0.019741663709282875, -0.027918295934796333 + ], + [ + 0.003842468373477459, 0.03985566273331642, -0.020876165479421616, -0.02275664359331131, + -0.007025292608886957, 0.07092980295419693, 0.051712751388549805, -0.03749682009220123, + 0.017056258395314217, 0.036519475281238556, -0.09013094007968903, -0.0012556631118059158, + -0.046162959188222885, 0.050211623311042786, 0.02888934500515461, -0.021187838166952133, + -0.04488152265548706, 0.023612089455127716, 0.00891114305704832, -0.015592247247695923, + 0.031766265630722046, 0.03518124669790268, 0.03541026636958122, 0.008976430632174015, + 0.04761183261871338, 0.007728264667093754, -0.03969033434987068, -0.0013935629976913333, + 0.031706538051366806, 0.0010734045645222068, -0.03136732801795006, 0.021265359595417976, + -0.018211426213383675, 0.042296990752220154, 0.026167677715420723, 0.054337166249752045, + 0.032595448195934296, 0.027817457914352417, -0.027734147384762764, -0.03845011442899704, + 0.007059433497488499, 0.02220192737877369, 0.05472216755151749, 0.007189534138888121, + 0.01169680431485176, 0.06127076968550682, -0.008916618302464485, 0.036365021020174026, + 0.0286075659096241, 0.020260339602828026, -0.009680153802037239, 0.007513485383242369, + -0.05287618935108185, 0.022876854985952377, 0.03791235014796257, 0.08602116256952286, + -0.0023512630723416805, -0.04167672619223595, -0.029115799814462662, -0.06603578478097916, + 0.06301946192979813, -0.004349128343164921, -0.005522311199456453, 0.051590267568826675, + 0.08248841017484665, 0.02107839286327362, -0.008667864836752415, 0.061659444123506546, + 0.013427513651549816, -0.03294888511300087, 0.049572233110666275, 0.003992312587797642, + 0.01570713147521019, -0.067972332239151, 0.013808945193886757, 0.04649371653795242, 0.12479589134454727, + 0.007932271808385849, 0.04292236641049385, 0.058705367147922516, 0.01959042437374592, + 0.037049636244773865, -0.014824086800217628, -0.006036568898707628, 0.025145145133137703, + -0.004162640776485205, 0.061616841703653336, 0.03235464543104172, -0.051875676959753036, + 0.0497664250433445, 0.040621567517519, 0.009948087856173515, -0.030398616567254066, + -0.03090854547917843, -0.036636833101511, -0.03335609287023544, -0.07065034657716751, + 0.007786748465150595, 0.010279764421284199, 0.04595620185136795, 0.06145966798067093, + 0.004198750481009483, -0.05868945270776749, -0.06998421251773834, -0.023576859384775162, + 0.08180619776248932, 0.018975602462887764, 0.05789060890674591, -0.002184089971706271, + -0.034893397241830826, 0.010308114811778069, 0.016870295628905296, 0.09287512302398682, + 0.011528216302394867, 0.010477511212229729, -0.01842348463833332, -0.04750523343682289, + -0.061960745602846146, 0.016615575179457664, 0.026721516624093056, -0.004035041667521, + -0.031916502863168716, -0.0320066474378109, -0.05564238503575325, 0.05316219478845596, + 0.04520047828555107, 0.007523320149630308, 0.0406530387699604, -0.010843171738088131, + -0.06145314499735832, 0.008567809127271175, -0.009421497583389282, 0.05785685405135155, + -0.08555062860250473, 0.06839694082736969, -0.025120321661233902, 0.03460929915308952, + 0.00739396084100008, -0.08057139813899994, -0.04674206301569939, -0.010274255648255348, + -0.04221897944808006, 0.0041561727412045, -0.042364686727523804, 0.02730918861925602, + 0.009661727584898472, -0.015366156585514545, 0.0434206947684288, -0.06664233654737473, + 0.054349493235349655, -0.003117737825959921, 0.021692806854844093, 0.08087635040283203, + 0.030375704169273376, 0.029742859303951263, -0.10339327901601791, -0.022182341665029526, + 0.03905985504388809, 0.04870466887950897, 0.07702777534723282, -0.022235283628106117, + -0.007360950578004122, 0.03391328826546669, 0.05571655184030533, 0.09354094415903091, + -0.023033907637000084, 0.06606340408325195, -0.03280831500887871, 0.04644133523106575, + 0.013854071497917175, 0.0190411526709795, 0.022589877247810364, -0.09400279819965363, + -0.07078671455383301, 0.028429165482521057, -0.06290232390165329, 0.0017442592652514577, + -0.024930143728852272, 0.003576659830287099, 0.01478936430066824, 0.0362345352768898, + 0.01226661168038845, 0.062431465834379196, -0.015940219163894653, 0.08920668065547943, + 0.03170192241668701, 0.023660780861973763, 0.0231337808072567, -0.00665109371766448, + 0.021807072684168816, 0.021317655220627785, 0.03678742051124573, 0.11314921826124191, + 0.08813019096851349, -0.08440728485584259, 0.029671184718608856, -0.059989988803863525, + -0.079906165599823, -0.023929189890623093, -0.04905857890844345, 0.0019242026610299945, + -0.07494443655014038, -0.03944557160139084, -0.06527265161275864, -0.02560296654701233, + -0.013009458780288696, -0.042519595474004745, -0.0285694170743227, -0.029167253524065018, + 0.071475550532341, -0.010922878049314022, 0.008151965215802193, -0.006543458439409733, + 0.019269825890660286, -0.02132890187203884, -0.04624231159687042, -0.05980103835463524, + -0.06264578551054001, -0.06845664232969284, -0.022803321480751038, 0.032225754112005234, + -0.06491713970899582, 0.003280776785686612, 0.02648128569126129, -0.028187528252601624, + -0.10997118055820465, 0.0011406863341107965, -0.00705621438100934, 0.007802268490195274, + 0.008821566589176655, 0.01869225688278675, 0.06476441770792007, -0.08488599210977554, + 0.09112238138914108, -0.03650838881731033, -0.009796082973480225, -0.04433289170265198, + 0.10015350580215454, -0.046499304473400116, 0.011966233141720295, -0.012141698971390724, + -0.01175191905349493, 0.04337480664253235, 0.055593423545360565, -0.05542076379060745, + 0.023876778781414032, -0.0171648096293211, -0.07185705751180649, 0.0597655363380909, + 0.04427635669708252, -0.0010950856376439333, -0.013595315627753735, -0.012145341373980045, + -0.036865510046482086, -0.04303840175271034, -0.037437669932842255, -0.014243231154978275, + 0.057588525116443634, -0.0016573388129472733, 0.024163132533431053, 0.01901054009795189, + -0.03268055245280266, 0.06273114681243896, -0.007258611731231213, 0.0201110802590847, + -0.04160604998469353, 0.12563566863536835, 0.006632842123508453, 0.017766710370779037, + 0.013267557136714458, -0.007731958292424679, 0.025708217173814774, -0.04120880737900734, + 0.034269172698259354, 0.005285498220473528, 0.02668731100857258, -0.014607604593038559, + 0.0481204092502594, -0.003188464092090726, 0.07347729057073593, 0.017497237771749496, + 0.0322885625064373, -0.0011668659280985594, -0.059006527066230774, 0.06733813136816025, + 0.059942588210105896, 0.008576682768762112, 0.04094335809350014, 0.04925752431154251, + 0.03535420075058937, 0.015531180426478386, 0.0697057694196701, -0.040194109082221985, + -0.07152915745973587, -0.02475598268210888, -0.025797095149755478, -0.025402985513210297, + -0.021025411784648895, -0.00794022623449564, 0.03591131791472435, 0.06303739547729492, + 0.02939923107624054, -0.03017793782055378, 0.006177036091685295, -0.06744862347841263, + -0.01766085997223854, 0.033207591623067856, 0.025983836501836777, -0.0523383729159832, + 0.04970517382025719, -0.05968374013900757, 0.030491750687360764, 0.0135432668030262, + -0.01512938179075718, -0.05703310668468475, 0.04588139057159424, -0.03897804021835327, + 0.01907641813158989, 0.0055780294351279736, 0.0007287189946509898, -0.023408368229866028, + 0.0034156017936766148, -0.05177244544029236, -0.06934785842895508, -0.03855803236365318, + 0.023427050560712814, 0.03847183659672737, 0.004846661817282438, -0.021598463878035545, + 0.046323440968990326, 0.03149362653493881, 0.021791769191622734, -0.07088793069124222, + 0.05209069326519966, -0.01983761042356491, -0.024356963112950325, 0.009018024429678917, + 0.011251621879637241, -0.0440291166305542, 0.01566077023744583, -0.01423656940460205, + -0.015681561082601547, -0.01111504528671503, 0.01927603967487812, -0.010639937594532967, + 0.07514066249132156, -0.04534641653299332, 0.007709477562457323, 0.001449793460778892, + -0.020303500816226006, 0.029031775891780853, 0.12404192239046097, -0.047577016055583954, + -0.03331660106778145, -0.03405115008354187, 0.015339909121394157, -0.0005494229262694716, + -0.028083190321922302, -0.037646614015102386, -0.06807059049606323, 0.0021249460987746716, + 0.013164053671061993, -0.05155298113822937, 0.027403628453612328, 0.03858527913689613, + 0.08300042152404785, 0.05764153227210045, 0.008408695459365845, 0.026053378358483315, + -0.05869260057806969, 0.016876142472028732, 0.001533913891762495, -0.012524561025202274, + 0.01690446399152279, 0.0055337706580758095, 0.017803076654672623, 0.013335843570530415, + -0.007302547805011272, 0.026101332157850266, -0.03858993202447891, 0.030800625681877136, + -0.008279403671622276, 0.03851545602083206, -0.04584039747714996 + ], + [ + -0.021097252145409584, 0.016017619520425797, -0.05439149588346481, -0.04379340261220932, + 0.0056728096678853035, -0.01645410805940628, 0.0037325231824070215, -0.03714476153254509, + 0.025276649743318558, -0.0010174413910135627, -0.041811589151620865, -0.057870522141456604, + 5.587707164522726e-6, 0.05376733839511871, 0.08679693192243576, -0.024579055607318878, + 0.03632432222366333, -0.05591445043683052, -0.05729266256093979, 0.006549719255417585, + 0.05282362177968025, -0.06345158815383911, 0.008977029472589493, 0.045687735080718994, + 0.0050781103782355785, -0.02447204664349556, 0.053618498146533966, -0.011686669662594795, + -0.0819934830069542, -0.020398423075675964, -0.0335867777466774, 0.0581371895968914, + 0.028583431616425514, -0.03704510256648064, -0.012452228926122189, 0.026151858270168304, + -0.025845734402537346, -0.025129176676273346, -0.031883541494607925, -0.029086481779813766, + -0.11345788091421127, -0.015112859196960926, 0.025122135877609253, 0.03429356589913368, + 0.061691123992204666, 0.03591671586036682, -0.06937631219625473, 0.04490872099995613, + 0.05064832791686058, -0.0727095976471901, -0.0010679863626137376, -0.033431533724069595, + -0.033052485436201096, 0.01677430234849453, -0.06783805042505264, -0.03435807675123215, + -0.0756656676530838, -0.02642219327390194, 0.03439159318804741, -0.005885740742087364, + 0.049208734184503555, -0.0326431468129158, -0.04229604825377464, 0.08429469913244247, + 0.024420788511633873, 0.008058181032538414, -0.05486811697483063, 0.05817490816116333, + 0.07289346307516098, 0.02003580518066883, -0.06347693502902985, 0.009708922356367111, + 0.025199810042977333, -0.011757804080843925, 0.004241027869284153, 0.056544575840234756, + 0.0395972840487957, -0.009608376771211624, 0.03205999732017517, -0.060049425810575485, + -0.02873534895479679, 0.021146073937416077, -0.0007543108076788485, 0.017827512696385384, + 0.03528688848018646, 0.014732287265360355, -0.02260429412126541, 0.07108733803033829, + 0.004782911855727434, 0.034032754600048065, 0.030504081398248672, -0.048767272382974625, + 0.05199171230196953, -0.0033754289615899324, -0.009927920997142792, 0.04398377984762192, + 0.008945723064243793, -0.05031885206699371, -0.051625967025756836, 0.09523897618055344, + 0.046491630375385284, -0.03622688353061676, 0.008582347072660923, -0.03487838804721832, + 0.004527018405497074, -0.06180421635508537, 0.05698443949222565, -0.017190178856253624, + 0.04663023725152016, -0.06043824926018715, -0.00826189573854208, -0.021931426599621773, + 0.02823713608086109, -0.0004460050258785486, 0.01875457353889942, -0.017436601221561432, + 0.06686210632324219, 0.011764060705900192, 0.06387285143136978, 0.06392871588468552, + 0.027029801160097122, 0.017091501504182816, 0.010769486427307129, 0.02504655532538891, + 0.024399010464549065, -0.030205996707081795, -0.09294112026691437, -0.04372616112232208, + -0.03214573860168457, 0.01900743879377842, 0.040500085800886154, -0.029618730768561363, + 0.015298895537853241, -0.019366299733519554, -0.024032125249505043, -0.040986791253089905, + 0.020543614402413368, -0.0007531688315793872, 0.0035633041989058256, -0.018538182601332664, + 0.004866794217377901, -0.012307347729802132, 0.07222285121679306, -0.0049141645431518555, + -0.05658277869224548, -0.007848073728382587, 0.03482702001929283, -0.10147184878587723, + 0.05181431397795677, -0.038875848054885864, 0.04803803563117981, 0.034781564027071, 0.06184879317879677, + 0.023131947964429855, 0.027239041402935982, -0.0876513347029686, 0.009606465697288513, + 0.02877420000731945, -0.006496325600892305, -0.03444089740514755, -0.08257473260164261, + 0.0052086059004068375, -0.02389366552233696, 0.027499446645379066, -0.030804449692368507, + 0.05263093113899231, -0.05402172729372978, 0.0107343764975667, -0.0832878053188324, + -0.0033795086201280355, 0.033637501299381256, 0.03766285255551338, 0.08314073085784912, + 0.03677524998784065, -0.046078506857156754, 0.03353593498468399, 0.01393940020352602, + 0.0019290666095912457, -0.0504489429295063, 0.04815065488219261, -0.03501947224140167, + -0.027779143303632736, 0.02278706803917885, -0.08438751101493835, 0.023587023839354515, + 0.004741983953863382, -0.007861487567424774, -0.047566335648298264, -0.019883228465914726, + -0.012302614748477936, -0.03272445127367973, -0.04422152414917946, 0.009759177453815937, + 0.023277878761291504, -0.10543455928564072, -0.04466059058904648, 0.047954972833395004, + -0.053622324019670486, -0.012226121500134468, 0.02571038343012333, 0.10425400733947754, + 0.04995122179389, -0.03305777907371521, 0.04745907709002495, -0.03011002391576767, 0.05747146159410477, + -0.011588433757424355, -0.08848229050636292, 0.05349845066666603, -0.010944872163236141, + 0.02069292590022087, 0.024663707241415977, 0.00928470492362976, -0.0718565359711647, + 0.017918651923537254, 0.03674405813217163, 0.02908063493669033, -0.031194224953651428, + -0.06255260854959488, -0.03966066986322403, 0.07567315548658371, -0.05001256614923477, + -0.04971379041671753, 0.003697097534313798, -0.024116158485412598, 0.005007925443351269, + -0.030737759545445442, 0.032133348286151886, -0.05513431876897812, -0.06274030357599258, + 0.006704550236463547, 0.03624456003308296, 0.075665682554245, -0.04695722460746765, -0.0273924358189106, + 0.061389561742544174, 0.013118613511323929, -0.043456315994262695, -0.05270146206021309, + 0.016474662348628044, 0.0239837858825922, 0.07607416808605194, 0.022990450263023376, + 0.01940022222697735, -0.025202129036188126, 0.054324958473443985, -0.11259633302688599, + -0.009266167879104614, -0.006943886633962393, 0.0945422500371933, -0.051606420427560806, + 0.02559678629040718, 0.03803977742791176, 0.03945556655526161, -0.0035816121380776167, + 0.03447284176945686, 0.02519308030605316, 0.023181159049272537, 0.00642788503319025, + -0.05106184631586075, 0.06464047729969025, -0.02669026516377926, -0.060737382620573044, + -0.03380517289042473, 0.0931449607014656, -0.02234431356191635, -0.01097942516207695, + -0.006586134899407625, 0.009475267492234707, -0.03151094913482666, 0.03392217308282852, + -0.011477218940854073, 0.017635053023695946, 0.04869893565773964, -0.038039255887269974, + -0.03279595449566841, -0.0166542399674654, 0.01465197466313839, 0.030150333419442177, + 0.015802638605237007, -0.011554389260709286, -0.05385425686836243, -0.01697024330496788, + 0.021637408062815666, -0.050291839987039566, 0.09204951673746109, -0.025868592783808708, + -0.03460279107093811, 0.055492863059043884, 0.018803728744387627, -0.06216833367943764, + 0.057961512356996536, -0.0028824389446526766, -0.10900769382715225, -0.02726699411869049, + 0.024762636050581932, 0.011266413144767284, -0.06928572803735733, 0.01803653873503208, + -0.021261433139443398, 0.046451635658741, 0.0005114446394145489, -0.05713055655360222, + 0.020818660035729408, -0.0029099921230226755, -0.006357626523822546, -0.01024735625833273, + 0.06709263473749161, -0.05205535143613815, 0.03503751382231712, 0.01539359986782074, + -0.05073419213294983, 0.005857907701283693, -0.0133445393294096, -0.051657531410455704, + 0.008812908083200455, 0.03357163816690445, 0.101923868060112, 0.027280334383249283, + -0.011213277466595173, -0.04699254408478737, -0.06030479446053505, 0.03788120299577713, + -0.03556830435991287, 0.007214528042823076, 0.07192257791757584, -0.052045322954654694, + -0.04943981394171715, 0.04441285505890846, -0.019504593685269356, 0.03641102463006973, + 0.061638008803129196, -0.047802574932575226, -0.006783101707696915, -0.06365744024515152, + 0.0035001246724277735, -0.022687286138534546, -0.027396496385335922, 0.03599323332309723, + -0.03237426280975342, -0.06760497391223907, 0.03739621117711067, 0.03743794932961464, + 0.05672021582722664, 0.03906179592013359, 0.08363379538059235, -0.061705585569143295, + 0.08990100771188736, 0.014104469679296017, -0.01836421526968479, 0.04019971191883087, + -0.03137820214033127, -0.05572183057665825, 0.00031565706012770534, -0.054836176335811615, + -0.03567757457494736, -0.02278829552233219, 0.009304038248956203, 0.01941615529358387, + 0.018161658197641373, -0.04884349927306175, 0.04169038310647011, -0.08243782818317413, + -0.03437037765979767, 0.08896832913160324, 0.03681402653455734, -0.008066821843385696, + 0.013598065823316574, 0.011566875502467155, -0.022444739937782288, -0.07758724689483643, + 0.0323011577129364, 0.04722914099693298, 0.034867558628320694, -0.011419035494327545, + -0.07358072698116302, -0.0033622945193201303, -0.003330900566652417, 0.005879160948097706, + 0.0034374003298580647, -0.0015363168204203248, 0.054365698248147964, 0.05596271902322769, + -0.055107150226831436 + ], + [ + 0.0023170753847807646, 0.034785766154527664, 0.0018142064800485969, -0.02299116738140583, + -0.019527088850736618, -0.03981160745024681, 0.02581576257944107, -0.0482800155878067, + 0.005077663343399763, -0.0066005028784275055, -0.04355015233159065, 0.05562383309006691, + -0.007335485424846411, 0.09222517162561417, 0.050732068717479706, -0.07079984247684479, + -0.03926919773221016, 0.06275665760040283, 0.017796311527490616, -0.0792122334241867, + 0.07007261365652084, -0.02671814151108265, -0.009640895761549473, -0.010866699740290642, + -0.022968130186200142, -0.04835668206214905, 0.01229891087859869, -0.0010887603275477886, + 0.004043384455144405, -0.09880367666482925, -0.0908324122428894, 0.005012051202356815, + -0.07693445682525635, 0.005513180047273636, -0.027069570496678352, 0.0919129028916359, + -0.0032473148312419653, 0.017500009387731552, 0.0644276812672615, 0.006251642946153879, + 0.007858100347220898, -0.06128081679344177, 0.01796305738389492, -0.03464386239647865, + 0.05138102546334267, 0.08149551600217819, -0.02195936068892479, 0.004627740476280451, + -0.007206186186522245, -0.06905171275138855, -0.003531239228323102, -0.019732588902115822, + 0.022723784670233727, -0.01915900409221649, -0.015247894451022148, 0.022436872124671936, + -0.047491058707237244, -0.05264848470687866, 0.011489572003483772, 0.03342794254422188, + 0.008579681627452374, -0.09176437556743622, -0.07415733486413956, 0.11213156580924988, + 0.0004567635478451848, 0.01878209598362446, 0.035449352115392685, 0.10670994967222214, + -0.030786586925387383, -0.011359160766005516, 0.026051336899399757, -0.03660665825009346, + 0.010600602254271507, 0.022096998989582062, 0.05958487465977669, 0.032182883471250534, + -0.03874083235859871, -0.09883735328912735, -0.0011290452675893903, 0.06581633538007736, + -0.06010551005601883, -0.06993623077869415, 0.006245211232453585, 0.0461304746568203, + 0.034924495965242386, 0.04823341965675354, 0.04454129561781883, -0.05824582651257515, + 0.04992776736617088, 0.03241107612848282, 0.02254866063594818, 0.08986419439315796, 0.02760060876607895, + -0.006047866772860289, -0.04459669440984726, 0.04660170152783394, 0.006205606274306774, + 0.047769997268915176, -0.037771325558423996, -0.027629436925053596, -0.04445856809616089, + -0.011841951869428158, 0.03120572865009308, -0.050368987023830414, -0.013538447208702564, + -0.0037188613787293434, 0.017782654613256454, 0.05693884193897247, -0.025012275204062462, + -0.031077539548277855, 0.08936324715614319, -0.002482960931956768, 0.02385740540921688, + -0.10382651537656784, -0.0032562650740146637, 0.11129153519868851, -0.043616458773612976, + -0.04294867441058159, 0.008061595261096954, 0.008402693085372448, 0.03466018661856651, + 0.043269362300634384, 0.038299400359392166, 0.0014065259601920843, -0.02478047087788582, + 0.07494918256998062, 0.04387184977531433, 0.027561107650399208, 0.001712353085167706, + 0.013876741752028465, 0.0354287214577198, -0.06628591567277908, -0.04966042935848236, + -0.05671517923474312, 0.09478264302015305, -0.07951978594064713, -0.003068057121708989, + -0.007594883441925049, 0.02480158396065235, 0.0799410492181778, -0.06005391478538513, + 0.02386312186717987, -0.062342021614313126, 0.0003545843646861613, -0.018341347575187683, + 0.02904578670859337, -0.011131097562611103, 0.06260621547698975, -0.01242135837674141, + -0.052301034331321716, 0.0012134226271882653, 0.022257260978221893, 0.011534314602613449, + 0.058573607355356216, 0.022888995707035065, -0.07369574904441833, 0.038384489715099335, + 0.032409440726041794, 0.005309235770255327, -0.013252574019134045, 0.01585111953318119, + 0.04139398783445358, 0.025323208421468735, 0.08223992586135864, -0.008781653828918934, + -0.0683262050151825, 0.03851260244846344, -0.015107069164514542, 0.06248732656240463, + 0.012395400553941727, 0.01289147138595581, -0.00179843429941684, -0.033412154763936996, + -0.012420566752552986, -0.09958169609308243, -0.06300684809684753, -0.07601765543222427, + -0.06424698233604431, 0.010129916481673717, -0.027968157082796097, 0.0019331234507262707, + -0.03360655903816223, 0.062391247600317, 0.030857551842927933, 0.02494259551167488, + -0.05167932063341141, 0.010960967279970646, 0.03055863454937935, -0.02179109677672386, + 0.03685668483376503, 0.017755581066012383, 0.03406782075762749, 0.03448612242937088, + 0.007870832458138466, -0.061849262565374374, 0.030538877472281456, -0.04449149966239929, + -0.02231607213616371, 0.04894572123885155, -0.07051295787096024, -0.025430122390389442, + -0.03651314973831177, -0.010422862134873867, -0.032153986394405365, 0.017871152609586716, + -0.050717562437057495, -0.02403358370065689, -0.04538862407207489, -0.0305109154433012, + -0.004371462389826775, -0.05251092463731766, -0.040286123752593994, -0.06158890202641487, + -0.01629333570599556, 0.041279908269643784, 0.022810040041804314, 0.0476820282638073, + -0.006576582323759794, 0.004920247010886669, -0.03570376709103584, -0.013852653093636036, + -0.03253325819969177, -0.039310287684202194, 0.016586337238550186, -0.005780791398137808, + -0.028518246486783028, 0.06656339019536972, 0.02425415813922882, -0.021029436960816383, + -0.059843163937330246, -0.08070765435695648, 0.05482800677418709, 0.00555057916790247, + 0.026312032714486122, -0.07625477015972137, 0.05199413746595383, -0.0754292756319046, + -0.07230915129184723, -0.00617217319086194, -0.02043931931257248, 0.005352979525923729, + 0.05509505420923233, 0.056320689618587494, 0.02948862686753273, -0.0022271843627095222, + -0.04219648241996765, -0.042042896151542664, 0.033155638724565506, 0.074303537607193, + -0.03730635717511177, -0.014618530869483948, 0.04402606189250946, 0.04653264954686165, + 0.017717130482196808, -0.05060570687055588, 0.0026804814115166664, 0.028641121461987495, + -0.024374332278966904, -0.010679738596081734, 0.023656584322452545, -0.021273864433169365, + 0.004541213158518076, 0.09869632124900818, 0.050090424716472626, 0.04745029658079147, + -0.04694425314664841, -0.020389998331665993, -0.04047577828168869, -0.00690334290266037, + 0.07641702890396118, 0.044073667377233505, -0.01665775664150715, -0.027895206585526466, + 0.057451922446489334, 0.004285810515284538, -0.045904867351055145, -0.043321993201971054, + -0.09473800659179688, 0.006236773915588856, 0.04205460846424103, -0.018700892105698586, + 0.07727883756160736, -0.04683979973196983, -0.01917806640267372, 0.01841243915259838, + -0.06071275472640991, -0.016494397073984146, -0.01989627256989479, 0.009649040177464485, + 0.05573340132832527, 0.047577232122421265, 0.04821684956550598, -0.09162082523107529, + -0.01723836362361908, -0.024704119190573692, 0.0666368305683136, 0.06488844007253647, + 0.013671684078872204, -0.07076621800661087, -0.036440860480070114, 0.009500039741396904, + -0.03264648839831352, -0.033592961728572845, 0.031003376469016075, -0.0018152755219489336, + -0.07659794390201569, -0.027712425217032433, 0.028445633128285408, 0.08781981468200684, + -0.010685883462429047, -0.0040571428835392, 0.0021074137184768915, -0.08128724992275238, + 0.05063306540250778, -0.023430224508047104, 0.038331519812345505, -0.0148159209638834, + -0.0742090567946434, -0.020848728716373444, 0.041526153683662415, -0.032760635018348694, + 0.005551784764975309, -0.041113562881946564, -0.11235303431749344, -0.022536255419254303, + 0.0496564544737339, -0.05667397379875183, 0.015227297320961952, 0.07868654280900955, + 0.039645180106163025, -0.019644256681203842, 0.009572804905474186, 0.06799223273992538, + -0.02592591382563114, 0.004530406557023525, -0.06125859171152115, -0.013931799679994583, + 0.010804534889757633, -0.07819688320159912, -0.02880140021443367, 0.05212445184588432, + 0.052829988300800323, -0.05260062962770462, -0.07834213972091675, -0.018521230667829514, + 0.056581299751996994, -0.004779256414622068, -0.07344626635313034, -0.015987157821655273, + -0.05693180114030838, -0.07102390378713608, 0.08176308125257492, 0.07741869986057281, + -0.04332961142063141, -0.07170471549034119, 0.009927541017532349, -0.005581519100815058, + -0.04765719547867775, -0.01639518141746521, -0.02853480353951454, 0.07335659861564636, + 0.044187579303979874, 0.02617075853049755, 0.015935709699988365, -0.05823088809847832, + 0.02157772146165371, -0.014585446566343307, -0.0064073847606778145, 0.020641064271330833, + -0.05429762229323387, 0.014522776938974857, 0.0037518299650400877, 0.03439395874738693, + -0.005378489848226309, -0.042833004146814346, -0.034646760672330856, -0.021238908171653748, + -0.019436514005064964, 0.0692557543516159, -0.03635764867067337, -0.04302126169204712, + -0.020783744752407074, 0.03328905627131462, 0.02616061456501484 + ], + [ + -0.06286263465881348, -0.01722036674618721, -0.01591929979622364, -0.022656278684735298, + 0.048041943460702896, 0.07037075608968735, -0.0015441117575392127, 0.04956088960170746, + 0.0671023577451706, -0.032725654542446136, -0.032220788300037384, 0.0013744195457547903, + -0.022214412689208984, -0.02396194078028202, 0.03163968771696091, -0.01049481425434351, + 0.04959478601813316, 0.02782144397497177, -0.09502322226762772, 0.014934007078409195, + -0.05776265263557434, -0.12588973343372345, 0.01984376832842827, -0.009622538462281227, + -0.021924640983343124, 0.04860798642039299, 0.003297260729596019, 0.020424388349056244, + -0.05321764200925827, -0.015393381007015705, 0.04396052286028862, -0.008355625905096531, + -0.025230543687939644, -0.07683885842561722, 0.0013164965203031898, -0.030152132734656334, + -0.06677233427762985, -0.042451467365026474, -0.01229744590818882, -0.03194262459874153, + -0.045677416026592255, 0.004463877063244581, -0.05703335255384445, 0.028165291994810104, + 0.06270800530910492, 0.019174493849277496, -0.030757742002606392, 0.05887927860021591, + 0.024097027257084846, 0.024350600317120552, -0.015051954425871372, -0.0038875786121934652, + -0.042019374668598175, -0.044526491314172745, -0.05981661379337311, -0.06008421629667282, + -0.008801113814115524, 0.00026216238620691, 0.03234307840466499, 0.06571149826049805, + -0.04060425981879234, 0.039178408682346344, -0.03529047593474388, 0.11240967363119125, + -0.02597673051059246, 0.01031586341559887, -0.011309311725199223, 0.019918110221624374, + -0.027401447296142578, 0.02245183289051056, 0.012397611513733864, -0.024255497381091118, + -0.011504500173032284, 0.046983979642391205, 0.018437448889017105, 0.04612749442458153, + -0.01448169257491827, -0.005776551552116871, 0.013979027979075909, -0.06967335194349289, + 0.06050432100892067, 0.01990986429154873, 0.005463350098580122, -0.0008443918195553124, + 0.04008925333619118, 0.002141905715689063, 0.011227943003177643, 0.04143180325627327, + 0.06977035105228424, 0.0756070539355278, 0.05692889541387558, 0.033642835915088654, + 0.039220262318849564, -0.03580925986170769, 0.06892908364534378, 0.04273682087659836, + -0.02554723434150219, -0.037676841020584106, -0.10314223915338516, 0.10041240602731705, + 0.06459159404039383, -0.04673517122864723, -0.02625465765595436, -0.036081306636333466, + 0.02462797611951828, -0.01981770619750023, 0.04767173156142235, 0.050485122948884964, + -0.006710407789796591, -0.035574935376644135, -0.11938858777284622, 0.03254570811986923, + -0.018233072012662888, 0.01804766245186329, 0.017397994175553322, 0.02802664041519165, + 0.06657422333955765, 0.07400618493556976, 0.07489544153213501, 0.03568359464406967, + -0.0068003274500370026, 0.048783671110868454, 0.05874572694301605, -0.024127069860696793, + 0.03387648984789848, -0.08814173191785812, -0.08198688179254532, -0.040113676339387894, + 0.0369674451649189, -0.0030058978591114283, 0.05401609092950821, 0.050638243556022644, + 0.0066283405758440495, -0.020524851977825165, -0.07665152102708817, -0.020041771233081818, + -0.021372947841882706, -0.011727090924978256, 0.09311189502477646, -0.08923891931772232, + -0.0538315623998642, 0.06292004883289337, -0.010864232666790485, -0.03223886713385582, + -0.006584099028259516, -0.004734360612928867, 0.05490889400243759, -0.1041392832994461, + 0.10111632198095322, -0.0005780995124951005, -0.006928795482963324, -0.07278542965650558, + -0.06731081008911133, -0.0009447239572182298, -0.05008132383227348, -0.056232016533613205, + -0.03561263531446457, 0.03571059927344322, -0.08030889928340912, 0.012793531641364098, + -0.025904426351189613, 0.012612961232662201, -0.041245728731155396, 0.03964254632592201, + -0.12122432887554169, 0.030639279633760452, -0.03747975453734398, 0.015883058309555054, + -0.014199280180037022, 0.06845902651548386, 0.0009947697399184108, 0.05286503955721855, + 0.04634783789515495, -0.0018874031957238913, -0.026641953736543655, 0.007602803874760866, + 0.004386457614600658, 0.021130986511707306, -0.03429415822029114, 0.008019297383725643, + -0.05007053539156914, -0.06099866330623627, -0.018536023795604706, -0.08217144757509232, + -0.06919055432081223, -0.04820891469717026, 0.01597900688648224, 0.009435834363102913, + 0.01615152321755886, -0.05802879109978676, -0.05970090627670288, 0.0045758639462292194, + -0.09094799309968948, 0.06880050152540207, -0.05161374434828758, -0.044979486614465714, + 0.03222811967134476, -0.026234764605760574, 0.008296513929963112, 0.07950994372367859, + 0.08181680738925934, 0.06907102465629578, -0.06983473896980286, 0.07054508477449417, + -0.005428664851933718, 0.04899507015943527, 0.12735100090503693, 0.009416086599230766, + 0.0622808039188385, -0.06805183738470078, -0.03951067104935646, 0.1026274710893631, + 0.008948447182774544, -0.02314150147140026, 0.010645766742527485, 0.07144217193126678, + -0.022702887654304504, 0.04353402927517891, -0.06364540755748749, 0.023988211527466774, + 0.08458729088306427, -0.047519877552986145, -0.013543220236897469, 0.029691219329833984, + 0.02836148627102375, 0.08175170421600342, -0.07573404908180237, -0.004361510742455721, + 0.007521966937929392, -0.010436635464429855, 0.03054409846663475, 0.01216026209294796, + 0.0829821303486824, 0.05909261479973793, -0.0459071509540081, -0.07351874560117722, + -0.013290458358824253, -0.007439709734171629, 0.017667198553681374, -0.061602674424648285, + -0.005926028359681368, 0.01569616049528122, -0.06760061532258987, -0.009195618331432343, + -0.050957173109054565, 0.06539545208215714, -0.0008524250006303191, 0.04294673353433609, + 0.06916147470474243, 0.049389611929655075, -0.0050411284901201725, 0.10275587439537048, + 0.001580899115651846, -0.015622757375240326, -0.01626833714544773, 0.04654007405042648, + -0.06936854869127274, -0.0060125780291855335, -0.004733821377158165, 0.0423046350479126, + -0.015653418377041817, -0.01428795512765646, -0.0816228985786438, 0.0016459820326417685, + 0.054265763610601425, 0.01734408363699913, -0.0965040922164917, 0.027955185621976852, + -0.02166251465678215, 0.0023353148717433214, 0.025641029700636864, -0.04704583063721657, + 0.015340447425842285, -0.012403098866343498, -0.014902953989803791, -0.09669559448957443, + -0.01997336558997631, -0.005001875106245279, -0.03472335264086723, -0.03723163530230522, + 0.05549617111682892, -0.041972704231739044, -0.0606856606900692, 0.06313801556825638, + -0.039411138743162155, 0.11870375275611877, -0.0875878781080246, -0.0016822634497657418, + 0.009187770076096058, 0.014910171739757061, -0.0003966317744925618, 0.047114163637161255, + 0.0031843988690525293, -0.08415666222572327, 0.01904495432972908, 0.024952195584774017, + 0.00215577008202672, -0.012316988781094551, 0.11445663869380951, -0.06368927657604218, + 0.0677073746919632, -0.03498987480998039, 0.04190714657306671, 0.06148017570376396, + -0.018016088753938675, -0.048894524574279785, 0.039397504180669785, 0.00018320218077860773, + -0.014829838648438454, -0.004507840145379305, 0.02887287549674511, -0.008413734845817089, + 0.01655513234436512, 0.06789732724428177, 0.01740378886461258, -0.020461197942495346, + 0.0673280879855156, 0.015586006455123425, 0.06907659769058228, 0.043923892080783844, + -0.0014954212820157409, -0.01662798784673214, 0.11282069236040115, 0.11407843977212906, + 0.017197610810399055, -0.003950163722038269, -0.025662217289209366, -0.07343683391809464, + -0.08120615035295486, -0.0309189073741436, 0.09388076514005661, 0.07892178744077682, + -0.027171926572918892, 0.012373186647891998, -0.06762704253196716, 0.044920098036527634, + 0.028824562206864357, -0.08998994529247284, -0.0009359392570331693, 0.03121626190841198, + -0.03722258657217026, -0.02456464059650898, 0.021774308755993843, -0.04921539127826691, + 0.05039143189787865, 0.09483915567398071, -0.023087546229362488, 0.015105207450687885, + 0.01165507547557354, 0.04895022511482239, 0.012139199301600456, -0.058498844504356384, + -0.07800401747226715, 0.05131928622722626, -0.047416698187589645, -0.048774685710668564, + -0.07120175659656525, 0.0049711489118635654, -0.019389202818274498, 0.03474394232034683, + -0.09590326249599457, 0.0538819245994091, 0.02377203479409218, 0.06829476356506348, 0.02708902396261692, + -0.023735536262392998, -4.119184086448513e-5, -0.07646942883729935, -0.04349265620112419, + -0.025759104639291763, -0.058695778250694275, -0.030593140050768852, 0.05021528899669647, + 0.056450262665748596, -0.0005300473421812057, -0.019790781661868095, -0.04437468945980072, + -0.00030924478778615594, -0.02679264545440674, 0.04622449725866318, 0.01127264928072691, + 0.006430663634091616, -0.013045004568994045, -0.05055885389447212 + ], + [ + 0.052177537232637405, -0.041673630475997925, 0.02530636452138424, 0.041013266891241074, + -0.04617089405655861, -0.03206650912761688, -0.050995998084545135, -0.009214340709149837, + 0.04637609422206879, 0.02015841007232666, -0.09747341275215149, 0.008585132658481598, + 0.03234638646245003, 0.07160470634698868, -0.029591960832476616, 0.02489730343222618, + -0.020388824865221977, -0.07690604031085968, 0.031109746545553207, -0.05477580055594444, + 0.010093256831169128, 0.03254878148436546, 0.04271984100341797, -0.01155955158174038, + 0.05137070268392563, 0.014176202937960625, 0.0062711662612855434, -0.009722081944346428, + 0.0033544127363711596, -0.039240822196006775, -0.0676734521985054, -0.03841453790664673, + 0.007914870977401733, 0.017653916031122208, -0.010611160658299923, 0.05101483315229416, + 0.01640619896352291, -0.009490941651165485, -0.03667459264397621, -0.0007596725481562316, + 0.0027473391965031624, 0.04554268717765808, 0.049675747752189636, -0.023367488756775856, + -0.04708584398031235, -0.005216013640165329, -0.03967558220028877, 0.056118227541446686, + 0.008862921968102455, 0.012741880491375923, 0.004021437373012304, -0.03092345967888832, + -0.029314598068594933, 0.028064770624041557, 0.006577497348189354, 0.052020903676748276, + -0.008897301740944386, -0.01613989844918251, 0.03489898517727852, -0.07875897735357285, + 0.035117898136377335, 0.008489251136779785, -0.07934677600860596, 0.04922626167535782, + 0.07522711902856827, 0.05309388041496277, -0.01400208193808794, -0.011087987571954727, + 0.025184430181980133, -0.04402037337422371, -0.01320862490683794, -0.004839947447180748, + 0.020168112590909004, -0.06285150349140167, 0.07270382344722748, 0.0069721415638923645, + 0.146528959274292, 0.033677928149700165, -0.02685854211449623, 0.016856271773576736, + 0.028567608445882797, 0.0634177103638649, 0.013037456199526787, 0.010956215672194958, + -0.03868681192398071, 0.03602205589413643, -0.03154808655381203, 0.03266242519021034, + -0.05718851462006569, 0.060388416051864624, 0.01347486674785614, 0.043534066528081894, + -0.0036710072308778763, 0.004760191310197115, 0.013210268691182137, 0.0021822932176291943, + -0.03381168097257614, 0.046838000416755676, 0.0342579148709774, -0.05012090876698494, + -0.05344727635383606, 0.01135119516402483, -0.036303211003541946, -0.01528114452958107, + 0.021572690457105637, 0.056413013488054276, 0.03990499675273895, -0.05936547368764877, + -0.0313042514026165, -0.11494968831539154, 0.027875719591975212, -0.04789202660322189, + 0.03801124542951584, 0.07723255455493927, -0.044138237833976746, -0.01610727235674858, + -0.0019207114819437265, 0.003998152446001768, 0.0003892194072250277, -0.04907387122511864, + -0.07383369654417038, -0.0021163441706448793, -0.0035756207071244717, 0.03715583309531212, + 0.03064090944826603, 0.02731284871697426, -0.04427077993750572, 0.03780991956591606, + -0.04378649964928627, -0.11004583537578583, 0.010580107569694519, -0.04082963615655899, + 0.01668703183531761, -0.054126571863889694, 0.1017824187874794, -0.10385263711214066, + 0.0711529329419136, 0.014095989987254143, 0.016049163416028023, 0.020659014582633972, + -0.07224515080451965, -0.007806002628058195, 0.03702818974852562, 0.012361062690615654, + 0.007635946851223707, -0.032542210072278976, -0.06182580441236496, -0.06594762206077576, + -0.022045686841011047, 0.025197047740221024, 0.017810413613915443, 0.05339496582746506, + 0.00032697059214115143, 0.020594803616404533, 0.03996783122420311, -0.01231292262673378, + 0.06438053399324417, -0.006155576556921005, 0.02579811029136181, 0.02586105838418007, + -0.03888009116053581, 0.06509657949209213, 0.03812224045395851, -0.006631809752434492, + 0.07581327855587006, 0.03309708088636398, -0.08117276430130005, 0.004754887893795967, + 0.02098185010254383, -0.011078547686338425, 0.008349625393748283, -0.04197755828499794, + 0.025532063096761703, -0.02192588709294796, 0.03934174403548241, -0.008482521399855614, + -0.009110163897275925, 0.05095019191503525, -0.065034881234169, 0.008387322537600994, + 0.020405760034918785, 0.03483980521559715, 0.057977233082056046, 0.08359590172767639, + 0.013818090781569481, 0.02641903981566429, -0.01946902647614479, -0.029508328065276146, + -0.02417857199907303, 0.035391733050346375, 0.021408557891845703, 0.008517268113791943, + 0.013079450465738773, 0.036872051656246185, 0.08237214386463165, 0.01753937266767025, + -0.0540359690785408, -0.050306838005781174, 0.028910694643855095, -0.06219295412302017, + 0.03997744247317314, 0.012511064298450947, -0.00957412552088499, -0.05904313921928406, + -0.08294618129730225, -0.041162844747304916, -0.04511433467268944, -0.0021692460868507624, + -0.028409618884325027, 0.02667623572051525, -0.015690915286540985, -0.025708317756652832, + -0.04394064098596573, -0.030552096664905548, -0.003828789107501507, -0.007890219800174236, + -0.04101350158452988, -0.03393922373652458, -0.05242709070444107, 0.06716568768024445, + -0.02274448052048683, -0.01993590220808983, -0.05036304518580437, -0.007741726003587246, + -0.024479635059833527, -0.08701736479997635, 0.048696789890527725, 0.036129921674728394, + -0.031860239803791046, -0.029202526435256004, 0.01709497906267643, 0.0009046579943969846, + 0.00041104876436293125, 0.04102924093604088, -0.06434454023838043, 0.0479808934032917, + -0.01928858831524849, -0.011149618774652481, -0.007492445409297943, -0.008992242626845837, + -0.009265286847949028, -0.031943026930093765, 0.023891551420092583, 0.0016816959250718355, + -0.04083428904414177, 0.06213730573654175, 0.04278930649161339, -0.030183706432580948, + -0.04027964547276497, -0.01820526272058487, -0.021922949701547623, -0.05363025516271591, + 0.03947259113192558, 0.010734709911048412, 0.033513009548187256, 0.014157828874886036, + -0.021539175882935524, -0.01429788675159216, 0.014607701450586319, 0.012566759251058102, + -0.004139385186135769, 0.03935381397604942, 0.03038463555276394, 0.03241012990474701, + 0.011696325615048409, -0.06041707471013069, -0.0032938860822468996, -0.001249724649824202, + 0.07527091354131699, 0.031433381140232086, 0.08155497908592224, 0.06766726821660995, + -0.019926052540540695, -0.014002829790115356, -0.03500401973724365, -0.01757187955081463, + -0.06755894422531128, 0.0068690660409629345, -0.018588142469525337, -0.01826653815805912, + 0.10300111025571823, 0.08503090590238571, 0.012766723521053791, -0.026690110564231873, + 0.02096647210419178, -0.041883211582899094, 0.041671644896268845, 0.019435564056038857, + 0.10423886775970459, 0.03979327902197838, -0.07496707886457443, 0.05844249948859215, + -0.041514892131090164, 0.010582703165709972, -0.01662088744342327, 0.011476695537567139, + -0.03517638519406319, 0.013772501610219479, -0.07330188155174255, 0.014820214360952377, + 0.011129084974527359, 0.061960164457559586, 0.007356107234954834, -0.033254433423280716, + 0.015060510486364365, -0.027733352035284042, 0.009157681837677956, -0.037930749356746674, + -0.08237635344266891, 0.0609341599047184, 0.036162517964839935, -0.12204558402299881, + -0.049410540610551834, -0.009636148810386658, 0.037502411752939224, -0.04239310324192047, + 0.0940309688448906, 0.03521145507693291, 0.05900586023926735, 0.045866478234529495, + 0.054101016372442245, 0.0058517917059361935, -0.0030185836367309093, -0.07352730631828308, + -0.03167501837015152, 0.06182800605893135, 0.039109762758016586, -0.00827580876648426, + 0.07512503117322922, -0.006170486565679312, -0.05350015312433243, -0.059315912425518036, + -0.0027418876998126507, -0.002872931305319071, -0.09800782799720764, 0.0048724389635026455, + 0.0505024790763855, 0.06714506447315216, -0.05883680284023285, 0.00586957111954689, 0.05922037735581398, + -0.07719916850328445, 0.035196807235479355, 0.06887052953243256, -0.06218758597970009, + -0.018994199112057686, -0.039110176265239716, 0.02781643345952034, 0.0470784492790699, + -0.029803799465298653, -0.041094813495874405, 0.09091521799564362, -0.006270622368901968, + 0.010220336727797985, 0.039705678820610046, -0.011396863497793674, -0.016727769747376442, + 0.02943224273622036, -0.06708543002605438, -0.028152868151664734, -0.03327478468418121, + 0.014465423300862312, -0.04308374598622322, -0.036816295236349106, -0.01332185696810484, + 0.0945623591542244, 0.03193706274032593, 0.0642356127500534, -0.03201153874397278, 0.05947532877326012, + 0.04272884503006935, 0.04281596839427948, -0.0038462530355900526, 0.051655545830726624, + -0.025416823104023933, 0.015993019565939903, 0.1072680875658989, -0.03562965989112854, + 0.01826627179980278, 0.044447097927331924, 0.005479317624121904, -0.06963948905467987, + 0.024165011942386627, 0.046809110790491104 + ], + [ + -0.014830579049885273, -0.023282144218683243, -0.018356995657086372, 0.08270779252052307, + 0.03265929967164993, -0.055360522121191025, -0.0492737740278244, 0.03159594163298607, + -0.05011894926428795, 0.018938226625323296, -0.05136125162243843, 0.04499544948339462, + -0.013085084967315197, -0.035176508128643036, 0.03642360121011734, -0.022954361513257027, + 0.05353652313351631, -0.040785010904073715, 0.0017511028563603759, 0.04361420124769211, + 0.05507161095738411, 0.0007993974722921848, 0.09221240878105164, 0.0597015842795372, + -0.06816514581441879, -0.07856647670269012, 0.035546522587537766, -0.027566956356167793, + 0.014615185558795929, 0.05794579163193703, 0.0475890226662159, -0.07745589315891266, + 0.017146922647953033, 0.010494789108633995, 0.021301228553056717, -0.053368087857961655, + 0.012112116441130638, -0.025308577343821526, -0.0580916553735733, 0.013853088021278381, + -0.014927070587873459, -0.001957130851224065, -0.033866118639707565, -0.05799239128828049, + -0.06306730955839157, -0.0210025105625391, -0.09500261396169662, -0.062181372195482254, + 0.035959962755441666, -0.022310815751552582, 0.01712377928197384, 0.05957159027457237, + -0.0019039013423025608, -0.023428913205862045, 0.03791024908423424, -0.09027937799692154, + 0.020491719245910645, 0.041459448635578156, -0.0006083694170229137, 0.006864440627396107, + 0.021742604672908783, -0.059407852590084076, 0.050320789217948914, 0.05333798751235008, + -0.01909615844488144, 0.0021256031468510628, -0.11903287470340729, 0.031318988651037216, + 0.04241378605365753, -0.020098408684134483, -0.00020665441115852445, 0.003036007285118103, + -0.015901412814855576, 0.00039019258110783994, 0.06848694384098053, 0.028400572016835213, + 0.07265891134738922, -0.01224096491932869, -0.030268140137195587, 0.0025906285736709833, + -0.023715410381555557, -0.024742839857935905, 0.030042750760912895, -0.002872125245630741, + 0.018690384924411774, 0.024440862238407135, -0.061864856630563736, 0.036004405468702316, + -0.07240785658359528, 0.0016949758864939213, -0.03177202120423317, 0.007208973169326782, + 0.02082032710313797, 0.07248164713382721, -0.027880432084202766, -0.01846686378121376, + -0.03546491637825966, 0.001906971912831068, 0.0558771975338459, 0.042432136833667755, + -0.04101016744971275, 0.07255706936120987, -0.011134994216263294, 0.11155029386281967, + 0.0456126406788826, -0.026481209322810173, 0.03478873893618584, -0.08428624272346497, + -0.0025002111215144396, 0.06772766262292862, 0.05120740458369255, -0.0017125530866906047, + -0.025950836017727852, 0.020565008744597435, 0.01916625164449215, -0.02473732829093933, + -0.0982983410358429, -0.13908427953720093, 0.048235878348350525, 0.018310168758034706, + -0.04507657513022423, 0.017900140956044197, 0.08238252997398376, -0.04597562924027443, + 0.03818998485803604, -0.055034346878528595, -0.10303226113319397, 0.04672977700829506, + -0.03836026042699814, -0.08114058524370193, 0.005299690645188093, -0.0394117645919323, + -0.003046716097742319, 0.0453699566423893, -0.024836812168359756, -0.05984572321176529, + -0.03411632776260376, 0.003332833293825388, 0.03396395966410637, 0.037235308438539505, + 0.01625785604119301, 0.024829497560858727, 0.013707583770155907, -0.027784164994955063, + 0.04263043776154518, -0.005246551241725683, -0.004829416051506996, -0.005235718563199043, + -0.07542355358600616, -0.020783504471182823, -0.052196770906448364, 0.10224387794733047, + -0.034638747572898865, -0.011474470607936382, -0.0059454855509102345, 0.04616032913327217, + 0.029436107724905014, 0.0017734133871272206, 0.05996335670351982, -0.02246343158185482, + -0.08545894920825958, -0.022925490513443947, 0.08830820769071579, 0.010193832218647003, + 0.07387728989124298, -0.040312375873327255, -0.06609846651554108, -0.0159857589751482, + 0.04137381538748741, -0.05208401009440422, 0.08411899209022522, -0.03479614481329918, + -0.022998303174972534, 0.04957699775695801, 0.015869662165641785, 0.032014816999435425, + -0.04879087209701538, 0.006940548773854971, -0.05512218177318573, 0.016193345189094543, + 0.036463912576436996, -0.025228213518857956, -0.03795282915234566, 0.009822499006986618, + -0.03962645307183266, -0.10552012175321579, 0.018232792615890503, -0.026545267552137375, + 0.019410952925682068, -0.030655860900878906, -0.028223909437656403, -0.07400837540626526, + 0.082780621945858, 0.07157251983880997, 0.09519548714160919, -0.11468484252691269, -0.10828927159309387, + 0.10009424388408661, 0.05901790037751198, 0.0018562350887805223, -0.10127229988574982, + -0.026242882013320923, -0.022159695625305176, -0.07795467972755432, 0.0358704999089241, + 0.030257195234298706, 0.013166717253625393, -0.03661961480975151, -0.009825841523706913, + 0.05768263339996338, 0.036788083612918854, -0.025480691343545914, -0.06597337871789932, + -0.05957489088177681, 0.0010324574541300535, 0.04040663316845894, 0.08190193772315979, + -0.07389626652002335, 0.04536215960979462, -0.019451715052127838, -0.017491957172751427, + 0.0565471276640892, -0.08991347253322601, -0.00594480661675334, -0.09697332978248596, + 0.008559268899261951, 0.09130342304706573, -0.027165129780769348, -0.002525297226384282, + 0.035060491412878036, 0.04810492694377899, -0.05621427297592163, -0.028272779658436775, + -0.0004630143230315298, 0.02152836322784424, -0.034097760915756226, -0.005645334254950285, + -0.05495865270495415, 0.07163804024457932, 0.042959053069353104, 0.02673748880624771, + 0.011119904927909374, -0.010814850218594074, -0.1363951563835144, 0.03017875924706459, + 0.04629889130592346, -0.014627114869654179, 0.03616175428032875, -0.047103118151426315, + 0.06112534925341606, -0.13108432292938232, -0.023114290088415146, 0.021343614906072617, + 0.030840525403618813, -0.04669700562953949, 0.07718692719936371, -0.0001613990025362, + 0.05722581967711449, 0.08670617640018463, -0.06969740241765976, -0.02438630908727646, + 0.07927757501602173, -0.0014940692344680429, -0.07987312972545624, -0.05033334344625473, + -0.01910441741347313, 0.03209870681166649, -0.10410057008266449, 0.06740467995405197, + 0.01521626953035593, 0.033482976257801056, 0.06018274277448654, -0.04256375506520271, + -0.07176896929740906, 0.026865797117352486, -0.037436213344335556, -0.025937195867300034, + -0.07529019564390182, -0.013037286698818207, -0.02946832776069641, 0.04019831120967865, + 0.0121449651196599, 0.15558992326259613, 0.025512654334306717, 0.043965425342321396, + -0.011739162728190422, 0.06349826604127884, 0.037304285913705826, -0.15450891852378845, + 0.04731022194027901, 0.03742120414972305, 0.013725054450333118, 0.04583054408431053, + 0.07459098845720291, 0.0032185055315494537, 0.0006012862431816757, 0.09010443836450577, + -0.058369070291519165, -0.08688542246818542, -0.1087142676115036, -0.08627690374851227, + -0.03478110209107399, 0.02193044312298298, -0.007283252198249102, 0.06031868979334831, + 0.08981689810752869, 0.04110054299235344, -0.07918209582567215, -0.04976101592183113, + 0.054057974368333817, -0.0047884839586913586, 0.0417410284280777, -0.10739898681640625, + -0.026484908536076546, -0.08323938399553299, 0.02716316282749176, -0.033722616732120514, + 0.03188120946288109, -0.013362399302423, 0.009150090627372265, 0.08722459524869919, + -0.023925524204969406, -0.020331067964434624, 0.022404152899980545, -0.09094928205013275, + 0.06617046147584915, 0.013702052645385265, -0.045291718095541, -0.03771395608782768, + 0.024027854204177856, 0.046875935047864914, 0.042412590235471725, 0.0394296832382679, + 0.01712910085916519, 0.009530126117169857, -0.06136379390954971, -0.017923686653375626, + -0.03472260758280754, 0.032303180545568466, 0.005855228751897812, 0.00021011654462199658, + 0.05002284049987793, 0.013117342256009579, -0.050906818360090256, 0.01992114447057247, + 0.03172777220606804, -0.018990565091371536, -0.046030443161726, 0.10152678936719894, + 0.037952978163957596, 0.011005300097167492, -0.021773695945739746, -0.031368501484394073, + 0.013330444693565369, 0.034859977662563324, -0.0827426016330719, -0.04210364818572998, + 0.05450195446610451, -0.019795037806034088, 0.07450827956199646, -0.010611268691718578, + -0.08926180750131607, 0.09106042236089706, 0.020230058580636978, -0.04595623537898064, + -0.01571655087172985, -0.044561419636011124, 0.09797927737236023, 0.10098139941692352, + -0.008737785741686821, 0.00405552564188838, 0.017612112686038017, 0.051487263292074203, + -0.05389219522476196, -0.1049879640340805, 0.007032251916825771, -0.03098149225115776, + 0.02975926361978054, -0.021748580038547516, -0.045017704367637634, 0.015139348804950714, + -0.023074964061379433, 0.004845932126045227, -0.018334712833166122 + ], + [ + -0.0200774148106575, 0.010067918337881565, 0.05721941962838173, 0.1086525022983551, + -0.00125226192176342, 0.015276414342224598, 0.03928155079483986, -0.013345884159207344, + 0.06770039349794388, 0.026885880157351494, -0.0084517952054739, -0.021646244451403618, + 0.009182509034872055, 0.06767980009317398, -0.0402752086520195, 0.009984053671360016, + -0.0015815100632607937, -0.09551355987787247, -0.019872883334755898, 0.03898392245173454, + -0.03630281984806061, 0.013348271138966084, 0.043724220246076584, -0.06567446887493134, + -0.025785261765122414, 0.02913852408528328, -0.008413558825850487, 0.02500673197209835, + 0.09071249514818192, 0.027388688176870346, 0.05239543691277504, 0.06768479943275452, + 0.026004865765571594, 0.016759293153882027, -0.024492761120200157, -0.028440168127417564, + 0.009515146724879742, -0.021953020244836807, -0.0012818031245842576, -0.019996752962470055, + -0.11074024438858032, -0.07217509299516678, 0.02698490023612976, -0.0014416961930692196, + -0.030645346269011497, 0.0817713513970375, -0.009875782765448093, -0.01053658127784729, + 0.1118646040558815, -0.06101080775260925, 0.041778385639190674, 0.014300975948572159, + 0.009166152216494083, 0.05917416140437126, -0.018298480659723282, 0.13500308990478516, + -0.0949137806892395, -0.01274518296122551, 0.006151599809527397, -0.002531721256673336, + 0.0448668971657753, -0.07170293480157852, -0.12502485513687134, 0.01599126122891903, + 0.08159125596284866, 0.06905859708786011, -0.07167179137468338, -0.005971105769276619, + 0.07137898355722427, -0.03440969064831734, 0.08405263721942902, 0.08097825199365616, + 0.05621641129255295, -0.036919984966516495, 0.052414946258068085, -0.016940856352448463, + 0.11960750818252563, 0.00042767191189341247, 0.021852457895874977, 0.04756481200456619, + 0.02183406800031662, 0.03207658603787422, -0.011539843864738941, -0.0014722369378432631, + -0.012089005671441555, -0.027455968782305717, -0.01968027651309967, 0.017783742398023605, + -0.05407054349780083, -0.035692233592271805, 0.023518279194831848, -0.006712634116411209, + -0.031233372166752815, -0.034577783197164536, -0.03718622028827667, 0.05984051153063774, + -0.018962323665618896, -0.03791533410549164, 0.021868620067834854, 0.08670477569103241, + -0.00015454928507097065, -0.030103515833616257, 0.02986394241452217, 0.02854444459080696, + 0.03252400830388069, 0.03993402421474457, 0.07001228630542755, 0.010441836901009083, + 0.08186373114585876, -0.04023544117808342, -0.016272662207484245, 0.0020165108144283295, + 0.042814355343580246, 0.05195174366235733, -0.06848181039094925, -0.0541459396481514, + 0.040037740021944046, -0.003697529435157776, 0.046714507043361664, 0.0537126399576664, + 0.022336266934871674, -0.09630683064460754, -0.03867971897125244, -0.025876380503177643, + -0.032882001250982285, -0.0623796321451664, -0.06562990695238113, -0.04463266208767891, + 0.11062449961900711, -0.03238268941640854, 0.09568395465612411, -0.09092727303504944, + 0.052436962723731995, 0.05023860186338425, 0.03792442008852959, -0.010421441867947578, + 0.009854977950453758, -0.0184588935226202, 0.02501579187810421, -0.05374602973461151, + -0.12099380791187286, -0.02724597416818142, 0.0681590661406517, 0.04684698209166527, + -0.002535044215619564, -0.09188129007816315, -0.04748855158686638, -0.04951908439397812, + -0.11390486359596252, 0.01917949691414833, -0.023282399401068687, -0.05046451464295387, + 0.0682678297162056, 0.015570753253996372, 0.029111681506037712, -0.09081148356199265, + -0.06346713751554489, 0.0364995151758194, 0.020735399797558784, 0.02247949317097664, + -0.07283226400613785, 0.11443398147821426, -0.020054230466485023, 0.0512240044772625, + 0.02428937889635563, 0.017533594742417336, 0.0009004579624161124, 0.008901001885533333, + -0.012272180058062077, 0.05115998536348343, 0.025826800614595413, 0.03004457801580429, + 0.0027630517724901438, -0.02519272081553936, 0.04145633429288864, 0.040564168244600296, + 0.041407566517591476, 0.019467195495963097, -0.10262502729892731, -0.05258217826485634, + 0.03787378966808319, -0.027625232934951782, -0.0035544319543987513, 0.06416841596364975, + 0.005504454020410776, 0.04716559872031212, -0.06311481446027756, -0.059589933604002, + -0.12372429668903351, -0.040542781352996826, 0.05488966777920723, -0.032254137098789215, + -0.03648478910326958, 0.029834654182195663, 0.06416578590869904, 0.08421722054481506, + -0.016815610229969025, -0.00686810165643692, -0.012592257931828499, 0.005964941345155239, + -0.056851983070373535, -0.017301524057984352, -0.010312119498848915, -0.06031351163983345, + -0.036382708698511124, 0.0055809770710766315, 0.031467605382204056, -0.07806722819805145, + 0.010323270224034786, -0.03970782458782196, -0.020855573937296867, -0.0010565367992967367, + 0.0042307511903345585, 0.013585591688752174, 0.005506433080881834, 0.07065697759389877, + 0.017354847863316536, -0.005212798248976469, -0.030249297618865967, 0.02513967826962471, + 0.04974742606282234, -0.060709528625011444, -0.14938361942768097, -0.02454039640724659, + -0.049165938049554825, -0.07043100148439407, 0.01983857899904251, 0.034633148461580276, + 0.023832127451896667, 0.00182248093187809, 0.07760895043611526, -0.006325548980385065, + 0.004664224572479725, 0.06879166513681412, -0.04002804681658745, 0.024845866486430168, + 0.053078602999448776, -0.03497934713959694, 0.05352828651666641, 0.08487105369567871, + -0.08624095469713211, -0.025583375245332718, -0.04321897774934769, -0.011817331425845623, + -0.1350877583026886, 0.13772135972976685, -0.037032634019851685, 0.06916327774524689, + -0.054440539330244064, 0.009105748496949673, -0.059939440339803696, 0.029799742624163628, + 0.053763099014759064, 0.04235383868217468, -0.0756092444062233, -0.05398575961589813, + -0.005759029649198055, -0.08737389743328094, 0.0394948311150074, 0.04349270090460777, + -0.06227320805191994, 0.018546167761087418, -0.020527126267552376, 0.03961311653256416, + -0.020472291857004166, 0.03960312157869339, 0.0035564566496759653, -0.07444384694099426, + 0.04309698939323425, -0.008113293908536434, 0.04619317129254341, -0.0006244604010134935, + -0.03354570269584656, -0.0507587194442749, -0.04055763781070709, -0.06658371537923813, + -0.06049017235636711, 0.05703110620379448, 0.06910799443721771, -0.05460682138800621, + -0.0022228071466088295, 0.13280564546585083, 0.014445002190768719, 0.0749860554933548, + -0.04450290650129318, -0.06743684411048889, -0.07631459087133408, 0.07021763920783997, + -0.026969758793711662, 0.07924428582191467, -0.059164997190237045, 0.07594794780015945, + -0.05255225673317909, 0.028482215479016304, -0.049144402146339417, 0.041666947305202484, + 0.05845079943537712, -0.018915072083473206, -0.05584101006388664, 0.03834603354334831, + -0.011878563091158867, 0.04647763818502426, 0.01569700986146927, -0.029251402243971825, + -0.0014093556674197316, 0.012516994960606098, 0.07425452023744583, -0.021767739206552505, + 0.01097406167536974, -0.032358985394239426, -0.06405885517597198, -0.06311573088169098, + -0.07255901396274567, -0.021097667515277863, 0.030249645933508873, -0.05984892323613167, + 0.024027884006500244, 0.05049338936805725, -0.020126698538661003, 0.0066077751107513905, + 0.021780245006084442, -0.08502751588821411, -0.009199622087180614, -0.04448510706424713, + -0.004725530277937651, -0.010848932899534702, 0.011770511977374554, 0.056351955980062485, + -0.03704249858856201, 0.00047267338959500194, -0.020002111792564392, 0.006460962351411581, + -0.044382769614458084, 0.023577915504574776, -0.03382840380072594, -0.061686377972364426, + 0.053054194897413254, -0.01950041949748993, -0.07851637154817581, 0.009240847080945969, + -0.010041491128504276, 0.041114985942840576, -0.029352013021707535, 0.060987915843725204, + -0.0027787890285253525, 0.017121534794569016, 0.009891997091472149, -0.0020074001513421535, + -0.029185878112912178, -0.07693745940923691, 0.05636563524603844, 0.04229896143078804, + -0.08429711312055588, 0.04833848774433136, 0.09311678260564804, 0.041965022683143616, + -0.09964866936206818, 0.04683499410748482, -0.017825795337557793, -0.015096071176230907, + -0.054297663271427155, 0.055154502391815186, -0.14015498757362366, 0.016636166721582413, + 0.019001273438334465, 0.08862479031085968, -0.04476478695869446, 0.09613052010536194, + -0.0831514298915863, 0.019706454128026962, 0.039227381348609924, -0.06544382125139236, + -0.026015175506472588, -0.05623721703886986, 0.04481515660881996, -0.02931627444922924, + 0.11136319488286972, 0.01169443130493164, -0.024732230231165886, 0.00048021425027400255, + 0.03133329376578331, -0.05270848795771599, 0.017419353127479553, -0.00961291790008545 + ], + [ + -0.03448204696178436, 0.024392222985625267, 0.03892447426915169, -0.050050653517246246, + -0.04749402776360512, 0.05089094489812851, 0.059422604739665985, -0.039989542216062546, + -0.027316177263855934, -0.04648377746343613, 0.0014744237996637821, 0.0355975441634655, + -0.0033660167828202248, 0.0490996353328228, -0.030468164011836052, 0.005509581416845322, + -0.026872316375374794, 0.000884895445778966, 0.0036862604320049286, -0.06742994487285614, + 0.055758997797966, -0.006933507043868303, -0.08847559988498688, -0.06434312462806702, + 0.08400632441043854, -0.059447310864925385, -0.06155252829194069, 0.017914967611432076, + -0.004570363089442253, -0.054862651973962784, -0.07012857496738434, -0.04505344107747078, + -0.06915514916181564, -0.04150446876883507, 0.009919140487909317, 0.04001627489924431, + -0.01995154283940792, -0.06058895215392113, 0.03697856515645981, -0.06778528541326523, + 0.0002701212652027607, 0.030486570671200752, 0.05124995857477188, 0.005380638409405947, + -0.028497910127043724, 0.03972836956381798, 0.04882097989320755, 0.05204129219055176, + 0.07759551703929901, -0.08436624705791473, -0.014858923852443695, 0.05061804875731468, + -0.03913941979408264, 0.02448590286076069, -0.10273291170597076, 0.014704283326864243, + 0.03337518498301506, 0.010826494544744492, 0.081485316157341, -0.05224866047501564, + -0.0021328988950699568, 0.006634662859141827, -0.0020467534195631742, 0.020768897607922554, + 0.03195115923881531, 0.06261464953422546, -0.06659677624702454, 0.06877553462982178, + -0.028958594426512718, -0.012912100180983543, -0.003641052870079875, 0.04331991821527481, + 0.09928455203771591, -0.10166557133197784, -0.03992020711302757, -0.0025043922942131758, + 0.11586324125528336, -0.020478785037994385, -0.017821501940488815, 0.07790546119213104, + -0.04338890314102173, -0.04818175733089447, 0.03459801524877548, 0.03254452347755432, + -0.033971142023801804, 0.061312802135944366, -0.02788376621901989, 0.04229685291647911, + 0.003448361298069358, -0.010424086824059486, 0.03695083409547806, -0.07749086618423462, + -0.052466556429862976, -0.015835942700505257, -0.0024866326712071896, -0.005180144216865301, + -0.0687447264790535, 0.01936275325715542, -0.02227501943707466, 0.05048424005508423, + 0.07219555228948593, 0.04293743520975113, 0.019744137302041054, -0.013357630930840969, + 0.03783312812447548, 0.05288019776344299, 0.041744671761989594, -0.01210935227572918, + -0.060066837817430496, -0.06896834075450897, -0.027649475261569023, 0.005277456250041723, + 0.06448850780725479, 0.03461209684610367, -0.011660155840218067, 0.03320645913481712, + -0.009256227873265743, -0.012796570546925068, -0.12380476295948029, -0.01500648632645607, + 0.02146371640264988, -0.03831818699836731, 0.05881026014685631, 0.026523612439632416, + -0.06666795909404755, -0.007741820067167282, 0.007880988530814648, -0.04256495460867882, + -0.026435475796461105, -0.037986140698194504, 0.034780245274305344, -0.05367765575647354, + 0.05634092167019844, -0.03081992268562317, -0.01837664097547531, -0.05799315869808197, + 0.08407699316740036, -0.029319144785404205, -0.03684540092945099, -0.06599796563386917, + -0.01956487074494362, -0.06354121118783951, -0.05123128741979599, 0.10893439501523972, + -0.022388601675629616, -0.03232714161276817, -0.04744062200188637, -0.07067307084798813, + -0.026408672332763672, 0.018593942746520042, 0.02849278599023819, -0.06343358755111694, + 0.03139957785606384, -0.016923153772950172, 0.008025653660297394, -0.061114635318517685, + 0.03926068916916847, 0.02606739103794098, -0.028179192915558815, -0.03323478624224663, + 0.018723217770457268, 0.01440705731511116, 0.03032887727022171, 0.029671689495444298, + 0.020529625937342644, 0.017693597823381424, 0.062027789652347565, -0.05715470016002655, + -0.013843126595020294, 0.0785524770617485, 0.05704916641116142, 0.01745886541903019, + 0.03102361038327217, -0.012671125121414661, -0.04616737738251686, -0.03644103184342384, + -0.011413240805268288, 0.012647942639887333, -0.020802561193704605, -0.014090712182223797, + -0.02898775227367878, -0.015418936498463154, 0.022729776799678802, -0.01928182691335678, + 0.009906407445669174, 0.025746487081050873, 0.07179275900125504, -0.023304756730794907, + -0.07737424224615097, 0.05966562405228615, -0.01770537719130516, 0.03645318001508713, + 0.08237651735544205, 0.03844586759805679, -0.011526294983923435, 0.04381656274199486, + 0.008105694316327572, -0.07992555946111679, 0.04547629505395889, 0.0057207150384783745, + -0.0026275638956576586, -0.041979093104600906, 0.019384263083338737, -0.08666806668043137, + 0.06126316264271736, 0.040799420326948166, 0.08873513340950012, -0.004894565790891647, + -0.012654694728553295, -0.023207733407616615, -0.031005607917904854, 0.055829040706157684, + 0.013833412900567055, -0.036760810762643814, -0.07597187161445618, -0.043163809925317764, + 0.04086665064096451, -0.0421517975628376, 0.004178882110863924, -0.08962761610746384, + -0.03489335998892784, -0.0792924016714096, 0.024605784565210342, -0.04584814980626106, + -0.04224976897239685, -0.0911516398191452, 0.002923603868111968, 0.056453388184309006, + -0.07272956520318985, -0.028783371672034264, 0.03188396245241165, 0.043629247695207596, + -0.08285336941480637, 0.06063859537243843, -0.003278257790952921, 0.098052479326725, + -0.0006490325904451311, -0.04692400246858597, -0.018121981993317604, -0.029974544420838356, + 0.05912482365965843, 0.02160947024822235, 0.05591624602675438, -0.0015145220095291734, + -0.04110337421298027, -0.010871624574065208, 0.003267034888267517, -0.06620386987924576, + 0.0646200180053711, 0.08337505906820297, -0.028096631169319153, -0.015941962599754333, + -0.02486865408718586, -0.016161976382136345, -0.061058465391397476, -0.027569467201828957, + -0.06254042685031891, -0.009863007813692093, -0.00312575651332736, -0.01487855613231659, + -0.01932932436466217, -0.0011217488208785653, 0.034960828721523285, 0.04089897871017456, + -0.07701973617076874, -0.06072055548429489, 0.11219679564237595, -0.019409192726016045, + 0.026882745325565338, -0.02025575190782547, 0.04991155490279198, 0.001455580466426909, + -0.03531042858958244, 0.04257408529520035, -0.03485047072172165, 0.08146516978740692, + 0.01910838671028614, 0.020924990996718407, 0.05049685388803482, 0.06138496473431587, + 0.01151986513286829, -0.0221792533993721, -0.0252157524228096, 0.014584836550056934, + -0.036340340971946716, -0.03929527848958969, -0.05246112123131752, -0.08159710466861725, + 0.011117346584796906, 0.016110187396407127, 0.03861837461590767, 0.11472074687480927, + -0.10187683999538422, 0.014184405095875263, 0.02076183445751667, -0.05506185442209244, + -0.03380480408668518, 0.07261133939027786, -0.011003016494214535, -0.005527070257812738, + 0.03960417956113815, -0.06760644912719727, -0.059731416404247284, -0.0702708438038826, + -0.0834219753742218, -0.006372465286403894, -0.049362797290086746, -0.01791810803115368, + -0.0012743051629513502, 0.06102309376001358, -0.0558694526553154, -0.041074518114328384, + -0.038021575659513474, 0.05190189555287361, 0.022678697481751442, 0.06154319643974304, + 0.007854287512600422, -0.009374651126563549, 0.050483498722314835, 0.04866942763328552, + 0.027803240343928337, 0.03652381896972656, 0.01304805837571621, -0.051548898220062256, + -0.030331220477819443, 0.0019741894211620092, -0.03669195622205734, -0.0038683556485921144, + -0.01716090738773346, -0.014162804931402206, 0.03704439103603363, -0.061479873955249786, + -0.0199010968208313, 0.0813186839222908, -0.03246653079986572, 0.03369860723614693, + -0.008749812841415405, -0.032249726355075836, -0.07431758940219879, -0.11187782883644104, + -0.042400456964969635, 0.0011956330854445696, -0.033513836562633514, 0.02351379208266735, + -0.08005192875862122, -0.05056493729352951, 0.05418068915605545, -0.010166101157665253, + -0.041214052587747574, -0.04992372542619705, -0.06921267509460449, 0.06643643975257874, + 0.0248600821942091, 0.04149935394525528, -0.029636798426508904, 0.01136508397758007, + 0.054612837731838226, -0.08650900423526764, -0.05094445124268532, -0.00030914187664166093, + 0.06078656390309334, 0.02545260637998581, -0.10413871705532074, -0.0039590271189808846, + 0.029555510729551315, 0.08101915568113327, 0.10590821504592896, 0.01954920031130314, + 0.04624562710523605, -0.01713884435594082, 0.06275109946727753, -0.03312353044748306, + -0.009343097917735577, 0.028209779411554337, -0.025913497433066368, 0.01803477294743061, + 0.054533518850803375, 0.04208593815565109, 0.076607346534729, 0.007892142049968243, + -0.03150942921638489, -0.06328947842121124, 0.06829085201025009, -0.060601115226745605 + ], + [ + -0.0011881367536261678, 0.02022840827703476, 0.011078903451561928, 0.041540149599313736, + 0.03625018894672394, 0.06606155633926392, 0.02584642916917801, -0.05668557435274124, + -0.056868430227041245, -0.019292598590254784, 0.031170815229415894, 0.05490313842892647, + 0.003952061291784048, -0.001572656910866499, -0.05025861784815788, -0.040502190589904785, + -0.04650941863656044, -0.044712867587804794, 0.04891907051205635, 0.0018757053185254335, + 0.07906780391931534, -0.04326888173818588, -0.020746175199747086, -0.021573472768068314, + 0.03913460299372673, 0.0015063084429129958, -0.03472580015659332, 0.04298653453588486, + -0.011318998411297798, -0.00207377877086401, -0.058635275810956955, -0.05683836713433266, + 0.007672281935811043, -0.033228952437639236, -0.04855049401521683, 0.03970671445131302, + -0.04177720099687576, -0.061245691031217575, 0.05331120640039444, -0.00230249366723001, + -0.05094505101442337, 0.0010075177997350693, 0.003467421280220151, -0.04482903331518173, + 0.03222158923745155, 0.02010040171444416, 0.07765793055295944, 0.07177906483411789, + -0.04511760547757149, 0.016551094129681587, 0.01673521101474762, -0.007449698634445667, + -0.015560188330709934, -0.005878623109310865, 0.003820718266069889, -0.01318283099681139, + -0.05105074495077133, -0.010129828937351704, 0.04774096980690956, -0.06812258809804916, + 0.0003692013560794294, -0.025886982679367065, -0.02968791499733925, 0.07080842554569244, + 0.04446975141763687, -0.02186010219156742, -0.017016908153891563, 0.08443695306777954, + 0.007971602492034435, 0.024991434067487717, 0.06827263534069061, -0.028753377497196198, + 0.01883288286626339, -0.047793880105018616, 0.051131200045347214, -0.003069412661716342, + 0.0941726416349411, -0.004487470258027315, -0.015886150300502777, 0.040049247443675995, + -0.054842758923769, -0.07098622620105743, 0.09013736248016357, 0.013946140184998512, + 0.03470570594072342, -0.008611975237727165, 0.005610684864223003, -0.01575981080532074, + -0.03286486119031906, 0.03992569074034691, -0.006501378491520882, -0.0836508497595787, + 0.023201702162623405, -0.023426804691553116, -0.07253343611955643, -0.010019788518548012, + -0.05123027041554451, 0.011026292107999325, 0.054256048053503036, 0.06452106684446335, + 0.0356496199965477, 0.024448715150356293, -0.07217252999544144, 0.038460973650217056, + 0.046814657747745514, 0.06522023677825928, -0.002786922501400113, -0.009834612719714642, + 0.05322600156068802, -0.0032436265610158443, 0.053103212267160416, 0.03250174969434738, + 0.05854295566678047, 0.014740969985723495, -0.034664321690797806, 0.01927759498357773, + -0.029589468613266945, -0.021841932088136673, 0.043715205043554306, -0.019020559266209602, + 0.07206283509731293, -0.009528533555567265, 0.007005961611866951, -0.08263687044382095, + 0.0435747429728508, 0.05415818467736244, 0.028073767200112343, 0.012262755073606968, + -0.00178543571382761, -0.02600284479558468, 0.004830557387322187, 0.018903180956840515, + 0.03967234864830971, -0.05060550943017006, 0.00290423771366477, -0.05957602709531784, + 0.030874626711010933, 0.05144195258617401, -0.039416443556547165, 0.009826267138123512, + -0.012429612688720226, -0.04694954305887222, -0.049520187079906464, 0.022756043821573257, + -0.024781828746199608, 0.009450344368815422, 0.009264091029763222, 0.01296005304902792, + -0.0400153249502182, -0.09002745151519775, 0.04932449758052826, 0.054333873093128204, + 0.0066713993437588215, 0.022099602967500687, 0.03814084827899933, -0.012601169757544994, + 0.06930119544267654, -0.0024420947302132845, -0.003973039798438549, 0.04383092001080513, + 0.04779834300279617, 0.013779236003756523, 0.01780361868441105, 0.011929420754313469, + -0.01067433226853609, 0.01497808750718832, 0.050311461091041565, -0.016965733841061592, + 0.004229601006954908, 0.018375160172581673, 0.034893572330474854, 0.025452924892306328, + -0.03331165388226509, 0.027599509805440903, -0.04050235077738762, -0.052876900881528854, + -0.04973819851875305, 0.04734263941645622, 0.07625079154968262, -0.010987596586346626, + -0.006576595362275839, 0.039861876517534256, 0.058955512940883636, -0.007203034125268459, + -0.0432870052754879, -0.011214515194296837, 0.02084859274327755, 0.04200568050146103, + -0.018150845542550087, 0.017477674409747124, -0.01663743145763874, 0.06526242941617966, + 0.08016812801361084, 0.06905732303857803, -0.04662457853555679, -0.03309445455670357, + -0.00828523002564907, -0.04294430464506149, 0.06449554860591888, -0.03564861789345741, + -0.0629083663225174, -0.042890992015600204, -0.04170137643814087, -0.052491139620542526, + -0.07506240904331207, 0.014374553225934505, -0.026698123663663864, -0.08415093272924423, + -0.051341477781534195, 0.0013885736698284745, -0.002180463168770075, -0.026928776875138283, + -0.04594620689749718, -0.025962483137845993, 0.040618497878313065, -0.05574025958776474, + -0.05606173723936081, -0.02365340292453766, -0.020997876301407814, 0.011294838041067123, + 0.0087690819054842, -0.0008447584696114063, -0.012432433664798737, -0.04787169396877289, + -0.007056611590087414, -0.06269065290689468, 0.05027972161769867, 0.04363079369068146, + -0.03419695049524307, 0.001116449013352394, -0.038644272834062576, 0.028260987251996994, + 0.003514633746817708, -0.003333449363708496, -0.02440645545721054, 0.013722844421863556, + -0.058361344039440155, 0.04781385511159897, -0.03448113426566124, 0.009433288127183914, + 0.015895647928118706, -0.0003616567701101303, 0.040870100259780884, 0.026322243735194206, + -0.06824244558811188, -0.025452159345149994, -0.06674329936504364, -0.05330846086144447, + 0.018836472183465958, 0.09347362816333771, -0.058293867856264114, -0.06847522407770157, + 0.007532933726906776, -0.06740414351224899, -0.0017575465608388186, 0.03768972307443619, + -0.01581050641834736, 0.0064567094668745995, -0.023471858352422714, 0.06452161818742752, + 0.01952936127781868, 0.028308575972914696, -0.0004852255224250257, 0.060037825256586075, + -0.007978328503668308, -0.036626700311899185, 0.09111960232257843, -0.006193283945322037, + 0.009853641502559185, -0.010657263919711113, -0.00865850318223238, 0.012614665552973747, + -0.0024850163608789444, 0.03022407367825508, 0.0543411523103714, -0.0412721186876297, + 0.0055489386431872845, -0.03054959326982498, -0.0010839797323569655, 0.05047212168574333, + 0.05056653544306755, 0.0039999899454414845, -0.04265668988227844, -0.008769340813159943, + -0.031448859721422195, -0.03452317789196968, -0.053981974720954895, 0.04059307649731636, + 0.09093590825796127, 0.046998076140880585, -0.026477651670575142, 0.011921589262783527, + -0.022016793489456177, 0.009000003337860107, -0.027622614055871964, 0.01426367461681366, + -0.04324556887149811, 0.004038584418594837, -0.04009845852851868, 0.07937084883451462, + 0.006199270952492952, -0.012641217559576035, -0.08307705074548721, -0.03927219286561012, + -0.05389084294438362, 0.04089218005537987, -0.022089608013629913, -0.0694914162158966, + -0.048025697469711304, 0.025328122079372406, -0.028961284086108208, -0.0397852323949337, + 0.019261015579104424, -0.059516049921512604, 0.03166697919368744, -0.012963319197297096, + 0.030282482504844666, -0.00968986563384533, -0.014650840312242508, -0.04159807041287422, + -0.02280677855014801, 0.0038626068271696568, -0.05453794449567795, -0.09137332439422607, + -0.054986365139484406, 0.011107755824923515, -0.061460964381694794, -0.009509713388979435, + -0.0361640565097332, 0.05891072005033493, 0.038735322654247284, 0.0669003576040268, + -0.011644577607512474, 0.07516562938690186, 0.004811364226043224, -0.04387916624546051, + -0.012177707627415657, 0.029705418273806572, -0.08319972455501556, 0.034805189818143845, + -0.0034743507858365774, -0.04104318469762802, -0.03622239828109741, -0.009643173776566982, + -0.0041432795114815235, -0.004884336143732071, 0.07219050824642181, 0.04028385505080223, + 0.050218403339385986, -0.015259744599461555, -0.06497914344072342, 0.028999805450439453, + -0.027835046872496605, 0.04471815004944801, 0.036474552005529404, -0.048893462866544724, + 0.017238834872841835, -0.04326951876282692, 0.07362454384565353, -0.08558868616819382, + 0.005834330804646015, 0.021250182762742043, -0.09250670671463013, 0.025705814361572266, + 0.023802751675248146, 0.09272027015686035, 0.008928978815674782, 0.05346698686480522, + 0.06150611862540245, -0.06324461102485657, -0.0027038976550102234, -0.022191209718585014, + -0.020361797884106636, 0.03558235615491867, 0.013691883534193039, -0.05509950593113899, + 0.034304868429899216, 0.014166129752993584, 0.003163733286783099, 0.015487832017242908, + -0.03355958312749863, 0.026848193258047104, 0.09427107125520706, 0.009868737310171127 + ], + [ + -0.025191480293869972, -0.029824040830135345, -0.020756149664521217, 0.016100168228149414, + -0.00036894704680889845, -0.04607319459319115, -0.02442343719303608, -0.019290275871753693, + -0.04052164778113365, 0.028648842126131058, -0.028956590220332146, -0.0009095644927583635, + 0.018582601100206375, -0.05991889163851738, 0.022944802418351173, 0.04719311743974686, + -0.010604873299598694, 0.0690692812204361, 0.006079455371946096, 0.03614727780222893, + -0.04936712235212326, -0.011774666607379913, 0.016734981909394264, 0.07043774425983429, + -0.04157603532075882, 0.039562128484249115, 0.03891559690237045, 0.031625255942344666, + -0.04902059584856033, 0.04056968167424202, 0.06309037655591965, 0.06538473814725876, + 0.00809337105602026, 0.04546341672539711, 0.057002678513526917, -0.007604285608977079, + -0.05987080931663513, 0.05100931599736214, 0.03858161345124245, 0.020656004548072815, + -0.030762778595089912, -0.02972848154604435, -0.01679820567369461, -0.026274828240275383, + 0.03900721296668053, 0.03764806687831879, -0.09548183530569077, 0.011506223119795322, + 0.010281547904014587, 0.015009150840342045, -0.060329217463731766, -0.0076622143387794495, + -0.013106388971209526, -0.059566233307123184, -0.07798398286104202, -0.06832778453826904, + 0.012036770582199097, -0.031307902187108994, -0.017520582303404808, 0.02882096730172634, + -0.03190778195858002, 0.03701882064342499, -0.014308278448879719, 0.0418379120528698, + -0.03211606293916702, 0.01198168657720089, 0.03412662819027901, 0.013047797605395317, + 0.019714727997779846, 0.08399508148431778, 0.022498592734336853, 0.015077677555382252, + -0.03685635328292847, 0.059798844158649445, -0.0765288695693016, -0.017007915303111076, + -0.07268689572811127, -0.045357491821050644, -0.032091058790683746, -0.11119801551103592, + 0.010615803301334381, 0.03767848014831543, 0.025765547528862953, 0.06110340729355812, + 0.0774618536233902, -0.03102276846766472, -0.047620899975299835, 0.004497291054576635, + 0.052572451531887054, -0.01100898813456297, 0.02259211242198944, 0.02395709604024887, + -0.001806410844437778, -0.013982025906443596, 0.006711113266646862, 0.027423424646258354, + -0.04264374449849129, -0.04385657235980034, -0.05506542697548866, 0.029897363856434822, + 0.04922601953148842, -0.009586069732904434, -0.017583023756742477, 0.007051525637507439, + -0.0630144253373146, -0.10789985209703445, -0.00769469840452075, 0.020254356786608696, + 0.036674391478300095, 0.004980599973350763, 0.014554811641573906, 0.02218387834727764, + -0.09701064974069595, -0.021171152591705322, 0.023898156359791756, 0.02879946306347847, + 0.05207965150475502, 0.07610072195529938, 0.008713834919035435, 0.03637218847870827, + -0.04270187392830849, 0.03337946906685829, -0.07757718116044998, -0.021161898970603943, + -0.041982024908065796, -0.04229549691081047, 0.05312468111515045, 0.038143228739500046, + -0.036712877452373505, -0.02744913473725319, -0.006704484578222036, 0.006252563092857599, + -0.010124964639544487, 0.019792992621660233, -0.06586150825023651, -0.05055179074406624, + -0.0009774967329576612, -0.06333839148283005, 0.005946052260696888, 0.009793574921786785, + 0.029535479843616486, 0.030694445595145226, 3.110924444627017e-5, -0.005540237296372652, + 0.020509378984570503, 0.026604868471622467, 0.054274655878543854, -0.06885375827550888, + 0.0336054265499115, 0.04968809708952904, 0.005711110774427652, -0.08007945865392685, + -0.05137946829199791, -0.0027072299271821976, -0.050085458904504776, 0.02611626870930195, + -0.04471903294324875, 0.02949170395731926, -0.07603610306978226, -0.03998004272580147, + 0.01638154685497284, -0.010679475963115692, 0.013066248036921024, -0.017662907019257545, + 0.022625386714935303, -0.021536869928240776, -0.03506163880228996, -0.0014499949757009745, + -0.013591418974101543, 0.04269684478640556, 0.032630790024995804, -0.009350180625915527, + 0.004654396325349808, 0.030593115836381912, 0.05056224390864372, 0.046817511320114136, + 0.05270194634795189, 0.07757123559713364, 0.0018887866754084826, 0.04109511524438858, + -0.033522676676511765, 0.007259854581207037, 0.036087363958358765, -0.03011211007833481, + 0.011560960672795773, -0.012448390945792198, -0.03268321231007576, -0.058817487210035324, + 0.01639654114842415, 0.04559827223420143, -0.017204901203513145, -0.046319037675857544, + -0.10404593497514725, 0.0007770913653075695, -0.0009893293026834726, -0.06808043271303177, + 0.000852397526614368, 0.09318389743566513, -0.043838825076818466, 0.04397271201014519, + 0.043038178235292435, 0.06550457328557968, -0.03325575962662697, 0.05523448809981346, + 0.06355983763933182, 0.09017323702573776, 0.06312253326177597, -0.03330764174461365, + 0.02282900922000408, -0.0162812527269125, -0.06671366095542908, 0.05735767260193825, + 0.028123147785663605, 0.009618387557566166, -0.0031575937755405903, 0.039828475564718246, + 0.05771142616868019, 0.06323282420635223, 0.003112585749477148, -0.05320453271269798, + -0.006012963596731424, -0.01532379537820816, -0.08356490731239319, 0.015037485398352146, + 0.011375258676707745, 0.04444287344813347, 0.016137773171067238, 0.04479169845581055, + -0.006258501671254635, -0.007862260565161705, -0.008917315863072872, 0.03426225483417511, + 0.04594937339425087, -0.027363736182451248, 0.09608033299446106, -0.015911266207695007, + 0.049108777195215225, -0.007788348942995071, 0.060164667665958405, 0.018122510984539986, + 0.02268258109688759, -0.06863728910684586, -0.08166906237602234, 0.02663213387131691, + 0.023014437407255173, 0.049203503876924515, 0.0034963719081133604, 0.08319152891635895, + 0.03952131047844887, -0.0381220243871212, 0.0610845610499382, 0.04166331887245178, -0.01921965554356575, + -0.008959534578025341, -0.013909042812883854, 0.025718938559293747, -0.0014878768706694245, + 0.04975084215402603, 0.04251905158162117, -0.046001285314559937, 0.042875055223703384, + -0.06388084590435028, -0.022984718903899193, -0.029266661033034325, 0.06009194999933243, + 0.04663292318582535, -0.051110681146383286, -0.042719822376966476, 0.016503291204571724, + -0.024056756868958473, -0.03336412087082863, -0.10407450795173645, -0.013546166010200977, + -0.033697158098220825, -0.024448532611131668, -0.07437943667173386, -0.09278778731822968, + 0.06638077646493912, -0.034489333629608154, -0.1377149224281311, 0.028429361060261726, + -0.05905754119157791, -0.042350031435489655, 0.06459105759859085, -0.06799792498350143, + 0.049717552959918976, -0.05894840508699417, 0.00817167293280363, -0.042785078287124634, + -0.04587850719690323, -0.027383532375097275, -0.06550485640764236, 0.04128239303827286, + 0.03610442206263542, -0.0007457616156898439, -0.05380862206220627, 0.02904401533305645, + -0.03631327673792839, 0.004718116484582424, -0.009855344891548157, -0.04387553036212921, + 0.03921109810471535, 0.08222942054271698, -0.03907742351293564, 0.08125823736190796, + -0.06308279931545258, -0.01262964028865099, 0.004296502098441124, 0.012759159319102764, + 0.02153863199055195, -0.09594974666833878, 0.02784217894077301, 0.03418983519077301, + 0.07838822156190872, -0.05946088209748268, 0.039954233914613724, 0.01808738335967064, + 0.024736737832427025, -0.02981547825038433, -0.03729221224784851, -0.006163723301142454, + -0.016691526398062706, 0.025744851678609848, 0.08891711384057999, -0.018377868458628654, + -0.06366852670907974, -0.02289404533803463, -0.07971609383821487, -0.058077871799468994, + -0.07339467108249664, 0.04843448847532272, 0.03232145309448242, -0.02557099051773548, + -0.008405154570937157, 0.041969433426856995, 0.07768533378839493, -0.03746243193745613, + -0.05837692320346832, 0.025940923020243645, -0.024960437789559364, -0.0062403446063399315, + 0.011214013211429119, -0.009492847137153149, -0.004751307424157858, 0.031292062252759933, + 0.07829346507787704, -0.06638213992118835, 0.005063358228653669, -0.07043696194887161, + 0.03410207852721214, -0.012931170873343945, -0.08911922574043274, -0.04160228744149208, + -0.02590242028236389, 0.010472997091710567, -0.061791252344846725, -0.010634660720825195, + -0.040563661605119705, 0.039981961250305176, 0.022596750408411026, 0.03737335652112961, + -0.06737327575683594, -0.02334729954600334, -0.013073505833745003, -0.00169242057017982, + -0.05611437186598778, -0.038267552852630615, -0.06049579381942749, -0.013238302432000637, + 0.051309023052453995, 0.036881085485219955, 0.005728536751121283, 0.029164467006921768, + 0.0008212469983845949, 0.033461567014455795, -0.02760809287428856, -0.05447540804743767, + -0.04675542190670967, -0.09281238168478012, -0.01579166203737259, 0.0049750544130802155, + -0.02174336276948452, -0.06102702394127846, 0.013569498434662819 + ], + [ + -0.03590904548764229, 0.0492929071187973, 0.011800283566117287, -0.009445448406040668, + 0.06291453540325165, 0.08652510493993759, 0.05148467421531677, -0.10625350475311279, + -0.09915324300527573, -0.023443281650543213, 0.10183996707201004, 0.08951809257268906, + 0.07034645974636078, 0.02698604203760624, 0.02495112270116806, 0.0627157986164093, -0.10432843863964081, + 0.009989256970584393, 0.00035398855106905103, -0.036465633660554886, 0.05459140986204147, + 0.012309177778661251, -0.006349115166813135, 0.09569492936134338, -0.009875671938061714, + -0.04087497666478157, -0.06756649911403656, 0.038388971239328384, -0.08839613199234009, + -0.04594024643301964, 0.02714131772518158, 0.03209622949361801, -0.002334317658096552, + -0.006763583980500698, -0.030279165133833885, 0.020903468132019043, -0.09360750764608383, + -0.004102648701518774, -0.020607056096196175, 0.0023636941332370043, -0.03864250332117081, + 0.011720886453986168, 0.01523593720048666, -0.018529895693063736, -0.03228401765227318, + -0.01108615193516016, 0.029776178300380707, -0.03398985415697098, -0.031108563765883446, + -0.09647654742002487, 0.0396655797958374, -0.03510888293385506, -0.05995012819766998, + 0.02289857342839241, 0.0020730223041027784, -0.07733117043972015, 0.04097641259431839, + 0.053350307047367096, 0.1179424300789833, 0.011955712921917439, 0.027018962427973747, + -0.020435400307178497, 0.013429270125925541, 0.12236713618040085, -0.03238976374268532, + 0.02808341570198536, 0.029259566217660904, -0.05749566853046417, 0.006809756625443697, + -0.01398021075874567, -0.01023856084793806, -0.10930970311164856, 0.07257485389709473, + 0.016743965446949005, -0.050469886511564255, 0.04659806564450264, 0.011741366237401962, + 0.0715765580534935, -0.1110140010714531, 0.04295268654823303, 0.04445376247167587, 0.05601370334625244, + 0.08235062658786774, -0.09664138406515121, 0.042769595980644226, -0.09515001624822617, + -0.02990686520934105, -0.04043157771229744, 0.028416980057954788, 0.012426741421222687, + -0.019397489726543427, 0.04777546226978302, 0.027809785678982735, 0.06034756824374199, + -0.06016296148300171, -0.057322122156620026, -0.010771667584776878, -0.07123656570911407, + 0.07265691459178925, -0.006932766176760197, -0.02837918885052204, 0.1076444461941719, + -0.07449314743280411, -0.03275541961193085, -0.003546813502907753, 0.051800914108753204, + 0.09510128945112228, 0.03903539478778839, -0.04430132359266281, 0.06141379475593567, + 0.08446713536977768, -0.026310443878173828, -0.002478482900187373, -0.06404031068086624, + -0.017500095069408417, 0.10536222159862518, -0.010655980557203293, 0.11792996525764465, + -0.10270417481660843, -0.019185474142432213, 0.0358082614839077, 0.07682418823242188, + 0.06028345599770546, 0.003123446134850383, 0.032351136207580566, 0.017354270443320274, + -0.003586889710277319, -0.040090158581733704, 0.04186449572443962, -0.06975359469652176, + -0.09417592734098434, -0.010218583047389984, 0.00919646117836237, -0.02733812853693962, + 0.07792863994836807, 0.0905420109629631, -0.022870905697345734, 0.050865452736616135, + -0.08647322654724121, 0.022287888452410698, 0.07656107097864151, 0.0805024653673172, + -0.012778349220752716, 0.0004150502209085971, 0.0496087409555912, 0.09567171335220337, + -0.020811373367905617, 0.013320676982402802, 0.043050289154052734, 0.01861773058772087, + -0.07144585996866226, -0.02344057336449623, 0.008343246765434742, -0.05119241774082184, + -0.045888032764196396, 0.03927883878350258, 0.0831494927406311, 0.028234954923391342, + -0.00301177566871047, 0.03182729333639145, -0.003356090746819973, 0.0013940519420430064, + 0.04455715790390968, 0.041824787855148315, -0.07307413965463638, -0.018715405836701393, + -0.05013334006071091, 0.042657479643821716, -0.12880747020244598, 0.02200588397681713, + 0.0381813682615757, 0.07821451127529144, -0.07528278231620789, 0.046399544924497604, + -0.08170318603515625, -0.057110387831926346, 0.03514706343412399, -0.10524361580610275, + 0.024295354261994362, -0.057821210473775864, 0.13372695446014404, 0.03943721950054169, + 0.022794291377067566, -0.011967302300035954, 0.11519041657447815, 0.03511184826493263, + -0.06301630288362503, 0.0457061342895031, 0.04417424649000168, -0.002169503830373287, + -0.03475871682167053, -0.056339628994464874, 0.00472725834697485, -0.057851847261190414, + -0.028222626075148582, 0.026303429156541824, -0.026371052488684654, -0.05959458276629448, + -0.014301343820989132, 0.005207388661801815, 0.08981207758188248, 0.0540626086294651, + 0.05770719796419144, 0.008544671349227428, 0.0076265656389296055, 0.011739948764443398, + -0.06484358757734299, 0.020877134054899216, -0.018434423953294754, -0.06025594100356102, + 0.09940570592880249, -0.10664181411266327, -0.05703278258442879, 0.059193458408117294, + 0.05965123698115349, -0.037167202681303024, 0.00023052492178976536, 0.017731068655848503, + 0.03037351928651333, -0.014916560612618923, -0.03811875358223915, -0.011624959297478199, + 0.010916640982031822, -0.006760203745216131, 0.012873266823589802, 0.037734974175691605, + 0.0235879085958004, -0.002478281268849969, -0.07940885424613953, 0.0028787776827812195, + -0.04086235165596008, -0.007580404169857502, -0.03611907735466957, -0.057770200073719025, + -0.013232250697910786, 0.018870290368795395, -0.0337599478662014, -0.01731700636446476, + -0.023376600816845894, -0.026398945599794388, -0.01720551773905754, -0.00904294103384018, + -0.015551851131021976, -0.05106385424733162, 0.01724119670689106, -0.05303790420293808, + 0.03244072198867798, -0.09846260398626328, 0.010437319055199623, -0.03420313075184822, + 0.07175498455762863, 0.08039651066064835, 0.04975226894021034, 0.01935718208551407, 0.07486961036920547, + -0.02152400277554989, 0.14100727438926697, -0.008473653346300125, -0.05443122237920761, + 0.07331280410289764, 0.04725207760930061, -0.10535965114831924, 0.011071762070059776, + 0.008979213424026966, -0.02195153385400772, 0.09518162161111832, -0.019842976704239845, + 0.11503789573907852, -0.054570429027080536, 0.0263848677277565, 0.05763668939471245, + -0.03005734644830227, 0.06522870063781738, 0.06666918098926544, -0.04322650283575058, + 0.06783972680568695, -0.0684036985039711, -0.018805667757987976, -0.04313042387366295, + -0.017198072746396065, 0.03437954559922218, -0.001987413503229618, -0.07729640603065491, + -0.09146441519260406, 0.10872997343540192, 0.05654489994049072, 0.0032535919453948736, + 0.10267512500286102, 0.10925661772489548, 0.009431537240743637, 0.04084259644150734, + 0.02260086126625538, 0.08027949929237366, -0.02388240396976471, -0.10612193495035172, + -0.009309893473982811, -0.03965383768081665, 0.030415428802371025, 0.047862276434898376, + -0.03583996370434761, 0.05710401386022568, -0.02153734117746353, 0.02614392712712288, + 0.06068706139922142, 0.07063429802656174, -0.04902080073952675, -0.02785695344209671, + 0.056605804711580276, -0.046577077358961105, -0.03398166224360466, 0.021040670573711395, + 0.019684171304106712, -0.023900214582681656, 0.07067438960075378, 0.06231900677084923, + -0.032523274421691895, 0.08206070959568024, -0.040743861347436905, -0.007057609967887402, + 0.012661566026508808, -0.038938071578741074, 0.06219979748129845, 0.051598306745290756, + -0.03789640963077545, -0.023386385291814804, 0.11309196799993515, -0.03992100805044174, + 0.020232509821653366, -0.0722840204834938, -0.1326604038476944, -0.059687912464141846, + 0.026081766933202744, 0.020034058019518852, -0.04153136536478996, 0.10530201345682144, + -0.04901638627052307, -0.10567309707403183, 0.052316270768642426, -0.0382668673992157, + 0.1052633672952652, 0.0453445166349411, 0.1105450913310051, -0.1500861495733261, -0.07171101868152618, + 0.002366364700719714, -0.10628478974103928, 0.05608827620744705, 0.11814114451408386, + 0.059767551720142365, -0.04195842891931534, -0.030136028304696083, 0.008908449672162533, + 0.06027896702289581, -0.07875283807516098, -0.0795266404747963, 0.14712750911712646, + 0.05981980264186859, -0.09387311339378357, 0.07498571276664734, 0.024209383875131607, + -0.08829758316278458, -0.08451064676046371, -0.03185382857918739, -0.03284640982747078, + -0.049142107367515564, -0.02276615984737873, 0.020790260285139084, -0.06147659942507744, + -0.0410471148788929, -0.09848541766405106, -0.043114058673381805, 0.007407482713460922, + -0.026433642953634262, 0.0419885478913784, -0.012354974634945393, -0.007567084394395351, + -0.03739604353904724, 0.010635379701852798, 0.06944471597671509, 0.024366220459342003, + -0.004391655791550875, -0.06998065859079361, 0.029987240210175514, 0.03486868366599083 + ], + [ + 0.006106414832174778, 0.03327133134007454, -0.013243046589195728, -0.07153952866792679, + -0.005275721661746502, 0.06558717042207718, -0.004606887232512236, 0.006299542263150215, + -0.01661602593958378, -0.027641206979751587, -0.03776423633098602, 0.0028494573198258877, + -0.008116711862385273, -0.03823643550276756, 0.0521000511944294, 0.06508910655975342, + -0.08079605549573898, -0.023379795253276825, -0.002106267958879471, 0.003421835135668516, + 0.05689551681280136, 0.07491728663444519, 0.09181173890829086, 0.06972921639680862, + 0.023961443454027176, -0.09679315984249115, -0.029932336881756783, -0.029901806265115738, + -0.004912609234452248, -0.03732125461101532, -0.02688228338956833, -0.04050299525260925, + -0.046650439500808716, 0.010624229907989502, 0.024995088577270508, -0.01159931905567646, + -0.030975257977843285, -0.01773850992321968, 0.06620072573423386, -0.07532432675361633, + -0.02630530670285225, 0.02526147849857807, -0.0802420973777771, 0.014057072810828686, + 0.02600168250501156, -0.006799729540944099, -0.006030326709151268, -0.029550757259130478, + -0.029584523290395737, -0.010452300310134888, -0.03828242048621178, -0.029530484229326248, + 0.046762559562921524, 0.02067387104034424, 0.011495916172862053, -0.01850236766040325, + 0.025816459208726883, 0.09925118088722229, 0.06056194379925728, -0.0036236674059182405, + -0.01376658957451582, -0.03369029983878136, -0.00045734914601780474, 0.05517225340008736, + -0.04869600385427475, 0.0448375828564167, 0.03816774860024452, 0.06102823466062546, + 0.045192793011665344, 0.03787285462021828, -0.08964616060256958, -0.08585838973522186, + 0.07467687875032425, 0.00988804455846548, 0.022385230287909508, 0.03985638916492462, + -0.08016680181026459, -0.1025661751627922, -0.06431557238101959, 0.03412124142050743, + 0.0249813012778759, -0.07454723864793777, 0.022268040105700493, 0.01677902415394783, + -0.04188506305217743, -0.026050426065921783, -0.026827840134501457, -0.039433300495147705, + 0.014344928786158562, -0.036751601845026016, -0.02002646215260029, -0.0064248088747262955, + 0.029546882957220078, 0.05251387879252434, 0.05722303315997124, 0.016749706119298935, + -0.03914569318294525, -0.0419132374227047, -0.006859368644654751, 0.003790273331105709, + 0.052613623440265656, 0.030483491718769073, -0.07859513908624649, -0.06988240033388138, + -0.032056789845228195, 0.05174478888511658, 0.00564827723428607, 0.020564081147313118, + -0.04278644174337387, -0.07588386535644531, 0.0539136677980423, -0.05694916099309921, + -0.021921874955296516, -0.005506436340510845, 0.06364122033119202, -0.010225970298051834, + -0.055011630058288574, 0.06978451460599899, 0.02169458009302616, -0.05471915379166603, + 0.1119891032576561, -0.004735118709504604, 0.028163345530629158, 0.07245676964521408, + 0.050491392612457275, 0.03361813724040985, -0.016338596120476723, -0.013984788209199905, + 0.04149864614009857, 0.008124299347400665, -0.036248646676540375, 0.04054270312190056, + -0.05670955777168274, 0.046974655240774155, 0.023225096985697746, 0.0047288318164646626, + 0.09855980426073074, 0.01980690099298954, 0.02995479293167591, 0.088709756731987, -0.012254603207111359, + -0.022998148575425148, -0.01959005370736122, 0.04201005399227142, 0.0057320911437273026, + 0.05100066959857941, -0.020927270874381065, 0.038226231932640076, 0.02545132301747799, + -0.019175712019205093, 0.07067179679870605, -0.032230447977781296, 0.06835588067770004, + -0.01294570043683052, -0.02448447048664093, -0.07989923655986786, 0.0703430250287056, + 0.04892270267009735, -0.12379045784473419, -0.04741586744785309, 0.02274993620812893, + -0.02764449454843998, 0.04198547825217247, 0.021325793117284775, 0.010705742053687572, + -0.033525336533784866, 0.06942086666822433, 0.02626275084912777, -0.008529739454388618, + 0.04429253563284874, 0.02342076040804386, -0.01138563733547926, -0.028652144595980644, + 0.0029800785705447197, 0.018691299483180046, -0.07917381823062897, 0.03533058613538742, + 0.06295152753591537, -0.04983505234122276, 0.015995485708117485, 0.040579210966825485, + 0.012351805344223976, 0.0018328545847907662, -0.05038652941584587, 0.0198922548443079, + -0.09047271311283112, 0.03830192610621452, 0.00917480606585741, 0.041432563215494156, + -0.022849660366773605, 0.051067207008600235, 0.03663433715701103, 0.05480869114398956, + -0.029125135391950607, -0.04280823841691017, -0.03139384835958481, -0.058994442224502563, + -0.05697961524128914, -0.006937602534890175, -0.07734020799398422, -0.06574734300374985, + -0.07954699546098709, 0.012087809853255749, -0.017720244824886322, 0.0892656221985817, + -0.03867093846201897, 0.002698043128475547, -0.09174376726150513, 0.029807040467858315, + 0.0792577862739563, -0.08967170119285583, -0.03590785339474678, -0.05581359937787056, + -0.0003089373931288719, 0.07267668098211288, -0.0035058700013905764, -0.027790138497948647, + -0.014077328145503998, 0.035253528505563736, -0.06781721115112305, -0.09238790720701218, + 0.03875597193837166, 0.048289984464645386, 0.0065887621603906155, 0.03706067055463791, + -0.06669673323631287, -0.05696263909339905, -0.08818674087524414, -0.05680697411298752, + 0.013304426334798336, 0.011614304035902023, -0.01703406311571598, 0.005609112326055765, + 0.059409257024526596, -0.06911547482013702, 0.024436544626951218, 0.02891477197408676, + -0.012977010570466518, -0.055327463895082474, -0.04074157029390335, 0.07410132884979248, + -0.027390604838728905, -0.053611528128385544, -0.033416371792554855, 0.030930938199162483, + -0.0026250164955854416, -0.06505582481622696, -0.024363242089748383, 0.026054395362734795, + 0.03509436920285225, 0.07434634864330292, 0.04288141429424286, 0.09459655731916428, + -0.03833530843257904, -0.10210953652858734, 0.06356773525476456, 0.06385313719511032, + 0.032042693346738815, 0.048058852553367615, -0.0031548957340419292, 0.04988250881433487, + -0.0020217844285070896, -0.018442483618855476, -0.010233125649392605, 0.026996150612831116, + -0.024815822020173073, 0.0008772866567596793, 0.009371264837682247, -0.0258826594799757, + -0.019282598048448563, -0.08449314534664154, -0.051577478647232056, -0.06446747481822968, + 0.15107665956020355, -0.010530862957239151, -0.0502941720187664, 0.020285142585635185, + -0.15815821290016174, -0.014315124601125717, 0.06240762025117874, -0.04327921196818352, + 0.0015912915114313364, 0.05063268169760704, -0.01885831356048584, 0.05197656899690628, + -0.0010402738116681576, -0.007380074821412563, -0.01793578453361988, 0.05765606090426445, + 0.009449121542274952, 0.0004382049082778394, 0.04987664148211479, -0.08860781788825989, + 0.024972349405288696, -0.024984072893857956, -0.04135267809033394, 0.0015121062751859426, + -0.01971401460468769, 0.0019968063570559025, 0.03720349445939064, 0.029070621356368065, + -0.03960784897208214, 0.0021794100757688284, -0.01809448003768921, 0.07832738757133484, + 0.0659758597612381, 0.023846400901675224, -0.008102372288703918, 0.0028474617283791304, + 0.06614663451910019, -0.02143147960305214, 0.03715565428137779, -0.03399435058236122, + 0.05231773853302002, 0.10712451487779617, -0.05560377985239029, -0.007905482314527035, + 0.047541216015815735, -0.0341126024723053, 0.021025527268648148, -0.021266251802444458, + -0.037552040070295334, 0.0410856157541275, 0.00967381801456213, 0.06612781435251236, + 0.046425286680459976, -0.0743974894285202, 0.11376462131738663, 0.040042221546173096, + 0.006721232086420059, -0.08544883877038956, -0.02681729942560196, 0.02414228394627571, + 0.01088838092982769, -0.05414103716611862, 0.018214188516139984, 0.004400559235364199, + -0.03965012729167938, 0.005915495567023754, 0.03497086465358734, 0.04805871471762657, + 0.023653127253055573, -0.11028209328651428, -0.037878554314374924, -0.0666559636592865, + 0.05987679213285446, 0.025887344032526016, -0.06581924110651016, -0.03222831338644028, + 0.015121343545615673, -0.05436886474490166, 0.06778180599212646, 0.01699659414589405, + 0.014675049111247063, -0.09109519422054291, 0.038802001625299454, 0.0008294323342852294, + 0.029139207676053047, -0.06545480340719223, 0.06466352194547653, 0.06986083090305328, + 0.023297913372516632, 0.052621353417634964, -0.01301972009241581, 0.020851636305451393, + 0.13965192437171936, -0.017925046384334564, 0.0029192278161644936, 0.0028377065900713205, + 0.004623301327228546, 0.012018262408673763, -0.00944721233099699, -0.02856031432747841, + 0.050700388848781586, 0.05159510299563408, 0.009132424369454384, -0.0017901371465995908, + 0.08367012441158295, 0.025563115254044533, 0.0645524188876152, -0.013230073265731335, + 0.01786073110997677, 0.013011191040277481, -0.029294945299625397 + ], + [ + -0.07431338727474213, -0.0040587615221738815, -0.025999167934060097, 0.03943773731589317, + -0.07421407848596573, -0.08525606244802475, 0.042997319251298904, -0.08484583348035812, + 0.0029360814951360226, -0.0008599658031016588, -0.03105330653488636, -0.03910225257277489, + -0.03081093542277813, -0.09847152233123779, -0.00934533029794693, -0.029328009113669395, + -0.01118134893476963, 0.012990245595574379, 0.004504320677369833, -0.0358281172811985, + 0.03377290442585945, -0.05102844908833504, -0.07267799228429794, 0.013722875155508518, + 0.028341030701994896, -0.13057805597782135, 0.0055900635197758675, 0.07062999904155731, + 0.08716610074043274, -0.0015077482676133513, 0.0785362496972084, 0.0010515652829781175, + 0.11236526072025299, 0.0016547602135688066, -0.05740175023674965, 0.02470507100224495, + -0.05344831570982933, -0.0015684259124100208, -0.021763993427157402, -0.01755022257566452, + 0.016867171972990036, 0.034839995205402374, -0.07396586984395981, -0.07706896215677261, + 0.0624612420797348, 0.03452998772263527, 0.06587494909763336, -0.01235717162489891, + 0.0045492155477404594, 0.0359710156917572, 0.029109755530953407, 0.03465569019317627, + 0.02967090532183647, 0.010249877348542213, -0.06218917295336723, 0.09735998511314392, + -0.04201875999569893, 0.05911459028720856, -0.001115084276534617, 0.01018930971622467, + -0.010712782852351665, 0.003529677167534828, 0.11807889491319656, 0.016479281708598137, + -0.020505068823695183, -0.14071474969387054, 0.07189536094665527, 0.023323779925704002, + -0.05772858113050461, 0.0834837555885315, 0.07027805596590042, 0.04211105406284332, + -0.08808787912130356, 0.1130656749010086, -0.0561445876955986, 0.020475996658205986, + -0.051034051924943924, -0.003673373255878687, 0.11290565878152847, -0.01088275108486414, + -0.02381124161183834, -0.061116963624954224, 0.02226114273071289, -0.04499988630414009, + 0.0034030266106128693, -0.09360865503549576, 0.0064697423949837685, 0.01897384598851204, + 0.04354351758956909, 0.0459340400993824, -0.007798576727509499, -0.021967869251966476, + 0.05341142788529396, -0.039320312440395355, -0.048299822956323624, 0.039259497076272964, + -0.0058978646993637085, -0.01101596187800169, -0.10418475419282913, 0.0987769290804863, + -0.039740897715091705, 0.011750182136893272, 0.04940171167254448, 0.07257109880447388, + 0.0035320932511240244, -0.0534878708422184, 0.07564540952444077, -0.06283538788557053, + -0.014927960932254791, 0.009097264148294926, -0.11180634051561356, 0.03894909471273422, + -0.01020754687488079, -0.03363349288702011, 0.005218007136136293, -0.03587295860052109, + 0.0013334550894796848, -0.01950053870677948, 0.04445826634764671, -0.01068885251879692, + 0.07050924748182297, 0.017196089029312134, -0.07351510971784592, 0.04119761288166046, + 0.04150489717721939, -0.08913987129926682, 0.025137079879641533, -0.04249487817287445, + 0.023282181471586227, -0.038339074701070786, -0.026294182986021042, -0.014588359743356705, + -0.06174768880009651, 0.09452366828918457, 0.01818804256618023, -0.05240052938461304, + -0.020122939720749855, -0.08536693453788757, 7.337139686569571e-5, -0.04196476563811302, + 0.0774351954460144, -0.0003015215042978525, 0.025044402107596397, -0.0065034013241529465, + -0.02176923304796219, 0.0436815470457077, 0.018955891951918602, -0.07331757247447968, + 0.06693712621927261, 0.07578591257333755, -0.06402932852506638, -0.08136086165904999, + -0.14362457394599915, -0.09757818281650543, 0.030197657644748688, 0.03523080796003342, + -0.013556654565036297, 0.019674023613333702, 0.04470222443342209, -0.036858562380075455, + 0.005981890484690666, -0.01988573744893074, 0.04909592494368553, -0.011038990691304207, + -0.025740938261151314, 0.06020217016339302, -0.037476323544979095, 0.04877299815416336, + -0.04633255675435066, -0.045250408351421356, -0.09616979211568832, -0.032416246831417084, + -0.07662472873926163, -0.003519689431414008, 0.043143123388290405, 0.010095501318573952, + 0.0038355491124093533, 0.07130950689315796, 0.006537265609949827, -0.021206099539995193, + 0.03442118689417839, -0.02021871693432331, -0.07502389699220657, -0.057075366377830505, + 0.0118448780849576, 0.012151680886745453, -0.09177477657794952, -0.05526980012655258, + 0.009244480170309544, -0.05508812144398689, -0.06592297554016113, -0.06403025984764099, + -0.027632705867290497, -0.004312347155064344, 0.05016623064875603, 0.027803262695670128, + -0.12584638595581055, 0.05450448393821716, 0.0047746687196195126, 0.04802355915307999, + 0.005453472025692463, 0.023630619049072266, -0.07460163533687592, 0.10058575123548508, + 0.11974815279245377, 0.07069578766822815, 0.09097035974264145, 0.008340075612068176, 0.0648343414068222, + -0.043805863708257675, -0.06467113643884659, -0.049634214490652084, 0.0002371222508372739, + 0.03872749209403992, 0.13981306552886963, -0.037144023925065994, 0.08112938702106476, + 0.09033475816249847, 0.01971929706633091, -0.04354412481188774, 0.0660729855298996, + 0.041455090045928955, -0.07536199688911438, -0.01393199060112238, -0.019538285210728645, + 0.051791634410619736, -0.0045930189080536366, 0.08796524256467819, -0.00907206628471613, + 0.052458569407463074, 0.057519301772117615, 0.06846397370100021, 0.007148395292460918, + -0.07257852703332901, 0.06523400545120239, -0.04744257777929306, -0.03859347477555275, + 0.013360492885112762, 0.06068817526102066, -0.0806078240275383, -0.02986912988126278, + -0.07963450998067856, -0.06339430063962936, -0.023449625819921494, 0.030623003840446472, + -0.05420640483498573, 0.030076218768954277, 0.023662861436605453, -0.09992286562919617, + -0.04806613177061081, 0.1003473550081253, 0.054309356957674026, -0.07286135852336884, + 0.04289786517620087, -0.030566900968551636, 0.03006393276154995, -0.0068607572466135025, + 0.08039356768131256, 0.14027205109596252, 0.019877461716532707, 0.017864076420664787, + -0.009789799340069294, 0.03632756322622299, 0.028967924416065216, 0.010728155262768269, + -0.08176695555448532, -0.05056902393698692, -0.0398983396589756, 0.09349902719259262, + 0.044239677488803864, -0.027683313935995102, -0.0722164660692215, 0.05803442746400833, + -0.09900996834039688, -0.04808581992983818, -0.10419819504022598, -0.002764082746580243, + 0.09632440656423569, -0.08289892226457596, -0.07150425761938095, 0.038286153227090836, + -0.0027753112372010946, 0.015917448326945305, 0.029710927978157997, -0.04759543016552925, + -0.023607401177287102, 0.029065269976854324, 0.022119877859950066, -0.0557047575712204, + -0.09857925027608871, -0.0976051390171051, 0.06201262027025223, -0.006634713150560856, + 0.03781765699386597, 0.07410808652639389, 0.052132487297058105, -0.0024859635159373283, + 0.0022847082000225782, -0.019429421052336693, -0.02948162704706192, 0.05788201466202736, + 0.03662673756480217, 0.10431567579507828, 0.0033818883821368217, -0.03520398959517479, + 0.048403069376945496, 0.014326363801956177, -0.04721689596772194, -0.017196552827954292, + -0.03338967263698578, 0.05182794854044914, 0.10291522741317749, -0.017618123441934586, + 0.03064562752842903, 0.10299588739871979, 0.023343386128544807, 0.0716613158583641, 0.06144876033067703, + -0.04266167804598808, -0.007945726625621319, -0.12030084431171417, -0.05957602709531784, + -0.0015792220365256071, 0.03878730162978172, 0.06425710767507553, -0.08667253702878952, + 0.12174410372972488, -0.11194606870412827, 0.0891069546341896, -0.05685150623321533, + -0.02453501708805561, -0.05280310660600662, 0.01799718104302883, -0.03417019173502922, + 0.07247571647167206, 0.13204683363437653, -0.05411688983440399, -0.08398767560720444, + 0.12242022156715393, 0.060333311557769775, 0.016936033964157104, -0.008498797193169594, + -0.026938730850815773, -0.022244414314627647, -0.08727212250232697, 0.014848318882286549, + 0.0826873630285263, 0.06255277991294861, -0.03466510772705078, -0.007588773500174284, + 0.029219333082437515, -0.02761979214847088, -0.04778425395488739, -0.1476612389087677, + 0.04696688428521156, 0.06493762135505676, -0.03371431306004524, -0.008911740966141224, + 0.03144354000687599, 0.08309350162744522, -0.043727416545152664, 0.002417227253317833, + 0.07412198930978775, -0.0545012392103672, 0.035737041383981705, 0.030757583677768707, + 0.004053432494401932, 0.03560683876276016, -0.030629217624664307, -0.1138058602809906, + -0.0596681647002697, -0.027351031079888344, -0.06423965096473694, -0.0750998705625534, + 0.028517331928014755, 0.0009094832348637283, -0.0779498741030693, 0.01570790447294712, + -0.05632898211479187, 0.04263223335146904, 0.03645136579871178, 0.018287058919668198, + 0.026909824460744858, -0.0011611680965870619 + ], + [ + 0.015750184655189514, -0.050599709153175354, -0.0035033533349633217, 0.05187177658081055, + 0.05425829067826271, 0.01852705143392086, 0.03313848003745079, 0.02946845255792141, + -0.008311666548252106, 0.041486263275146484, 0.009398242458701134, -0.10456608980894089, + -0.003997779916971922, -0.026863975450396538, -0.010467885062098503, 0.03608610853552818, + 0.028531333431601524, -0.01753350906074047, -0.09016121923923492, 0.03319074213504791, + -0.020080799236893654, -0.07275698333978653, 0.016756292432546616, 0.04494514688849449, + -0.03448852524161339, 0.048780761659145355, 0.10117480158805847, 0.009859339334070683, + 0.005532550159841776, -0.060572605580091476, 0.009023732505738735, -0.02980238012969494, + 0.07603202760219574, -0.038456737995147705, 0.02727990224957466, -0.010385421104729176, + 0.02909977175295353, 0.03913120925426483, 0.003390679368749261, -0.033998727798461914, + -0.07413169741630554, -0.030225208029150963, -0.051040515303611755, 0.05617465078830719, + 0.00819194782525301, -0.022968120872974396, -0.031336989253759384, -0.045601122081279755, + 0.04251043125987053, 0.007390514016151428, -0.07011330872774124, 0.01801110804080963, + -0.00627102330327034, -0.034518156200647354, -0.0013443001080304384, -0.01637531816959381, + -0.02785610221326351, -0.06642979383468628, -0.01873875968158245, 0.07045070081949234, + -0.08186381310224533, 0.05811978131532669, 0.048996392637491226, 0.010394364595413208, + 0.008193555288016796, -0.05414429306983948, -0.02158244140446186, 0.03426443785429001, + -0.017671165987849236, 0.022331546992063522, -0.006024225614964962, 0.0010694197844713926, + -0.011912137269973755, 0.09311842918395996, -0.06572269648313522, 0.023751987144351006, + -0.03902466595172882, -0.026387060061097145, 0.024654148146510124, -0.11984198540449142, + 0.007136793807148933, -0.007170459721237421, -0.0310515183955431, 0.0556144155561924, + 0.024547165259718895, -0.01790713705122471, -0.021722912788391113, 0.016140969470143318, + -0.021805526688694954, 0.02621101401746273, 0.04666934907436371, -0.0391090102493763, + 0.06581363081932068, -0.003190083894878626, 0.09024083614349365, 0.025246482342481613, + -0.04260794445872307, -0.06199333071708679, -0.04422380030155182, 0.0012384072178974748, + 0.029327820986509323, -0.005767010618001223, 0.03427116945385933, 0.0047449106350541115, + 0.025665435940027237, -0.01711532659828663, 0.006981701124459505, -0.011772584170103073, + -0.007980648428201675, 0.018889199942350388, -0.08244894444942474, 0.029652360826730728, + 0.04098300263285637, 0.026797279715538025, 0.003862910671159625, -0.05562982335686684, + 0.032379504293203354, 0.07824891060590744, -0.00346906716004014, -0.015410908497869968, + -0.02882690168917179, 0.012663791887462139, -0.05359707772731781, 0.009389057755470276, + -0.007139566820114851, -0.08995257318019867, 0.017640335485339165, -0.011359228752553463, + -0.02656996250152588, 0.016793454065918922, 0.031228456646203995, 0.006473189685493708, + 0.01104220375418663, -0.01491876132786274, -0.05256811901926994, 0.016149938106536865, + -0.03571206331253052, -0.06159602105617523, 0.057215917855501175, -0.03612365573644638, + 0.016923734918236732, 0.03316169232130051, 0.012832771055400372, -0.017999865114688873, + -0.04168371483683586, -0.03568797931075096, -0.0025991275906562805, -0.04169749841094017, + 0.0021081625018268824, -0.05145230144262314, -0.0407850407063961, -0.05633231997489929, + -0.08686543256044388, 0.019185451790690422, -0.0055243405513465405, 0.07085262984037399, + -0.00727856857702136, 0.03367678448557854, -0.036401525139808655, -0.06032977253198624, + -0.040819961577653885, -0.005603041034191847, 0.02724100649356842, 0.01026229653507471, + -0.061934832483530045, 0.052005868405103683, -0.024308767169713974, -0.010096420533955097, + -0.07051611691713333, -0.02975657768547535, 0.0023642450105398893, 0.05879731848835945, + 0.059991613030433655, 0.010091515257954597, -0.023605214431881905, 0.00695049948990345, + 0.05520728603005409, 0.0004887301474809647, -0.043280549347400665, 0.09238442778587341, + -0.018900131806731224, 0.0015031653456389904, -0.007748945616185665, -0.022080671042203903, + -0.03366713225841522, -0.02368621714413166, 0.008465437218546867, 0.004323647357523441, + -0.007681047078222036, -0.05540788546204567, -0.05254180729389191, -0.026056678965687752, + -0.11708420515060425, 0.012130226008594036, -0.1045108288526535, -0.0643816813826561, + 0.052784111350774765, 0.06296883523464203, -0.08767889440059662, 0.07095320522785187, + 0.07369393110275269, 0.08051151782274246, -0.06744184345006943, 0.10376884043216705, + 0.03663202002644539, -0.004900504369288683, 0.01914241723716259, -0.011556142009794712, + 0.11089901626110077, -0.03578004613518715, -0.08950585126876831, 0.04908083379268646, + 0.06956139951944351, -0.006091129966080189, 0.06528247147798538, -0.05182263255119324, + 0.03992590680718422, 0.09496235102415085, -0.05317217856645584, 0.02395273745059967, + 0.08020993322134018, -0.08547049760818481, -0.048533856868743896, 0.03481827676296234, + -0.03779737278819084, 0.05682951211929321, -0.03769662603735924, -0.027445921674370766, + 0.007253623567521572, 0.012382141314446926, 0.025341995060443878, -0.0032576918601989746, + 0.023139871656894684, -0.004166775848716497, -0.008749820291996002, -0.0052388873882591724, + 0.08297478407621384, -0.010818514041602612, 0.08162952959537506, -0.025486042723059654, + 0.006990847177803516, -0.04265311732888222, -0.05956961587071419, 0.06269828230142593, + -0.06125400587916374, 0.029873602092266083, -0.006941226311028004, 0.07955028861761093, + 0.041676584631204605, -0.044143952429294586, 0.05881328880786896, 0.04810144379734993, + -0.005891729146242142, -0.029901225119829178, 0.031156154349446297, -0.004732075612992048, + -0.035294774919748306, -0.006297852378338575, -0.02032509073615074, -0.06558052450418472, + 0.08457440882921219, -0.0737781748175621, -0.050998762249946594, -0.03678428754210472, + 0.08300003409385681, 0.03496430069208145, -0.09087250381708145, -0.04977309703826904, + -0.03996526449918747, -0.06080825626850128, 0.005337375681847334, -0.01977274753153324, + 0.022451112046837807, -0.06104355305433273, 0.03037085011601448, -0.03796219080686569, + -0.032312169671058655, 0.008580263704061508, -0.029116418212652206, -0.07522124797105789, + 0.04402449354529381, -0.027609383687376976, 0.03199150040745735, 0.04577074944972992, + -0.030580628663301468, -0.009064056910574436, -0.01606331765651703, -0.08278246223926544, + -0.026468174532055855, -0.026117345318198204, -0.06592229753732681, 0.03972220793366432, + 0.022966215386986732, -0.005107954144477844, 0.02739137038588524, -0.029893970116972923, + -0.0038303877227008343, -0.03666635602712631, 0.07436148822307587, -0.0765099972486496, + 0.03638540580868721, -0.017322955653071404, 0.02773340232670307, 0.03758614510297775, + -0.010198978707194328, 0.0482194758951664, 0.05350082740187645, -0.009432714432477951, + -0.052284322679042816, -0.05830205976963043, -0.04885288327932358, 0.07077351957559586, + 0.008247582241892815, 0.04973075911402702, -0.000498702225740999, -0.05515560507774353, + -0.012347077019512653, 0.011665952391922474, 0.020390553399920464, -0.045373957604169846, + 0.013811245560646057, 0.012017394416034222, 0.0660681277513504, 0.025454752147197723, + -0.02625647559762001, -0.03261960670351982, -0.021087078377604485, -0.036337774246931076, + -0.04705965518951416, -0.024209599941968918, 0.05702531710267067, 0.040254492312669754, + -0.0006154406582936645, -0.01530376635491848, -0.03211313113570213, 0.04396425932645798, + -0.03571295738220215, -0.07893530279397964, 0.0004496962937992066, -0.004298340994864702, + 0.008479620330035686, -0.03277970477938652, -0.02108040824532509, 0.03650849685072899, + 0.01263038907200098, 0.045633431524038315, -0.055921830236911774, -0.0427526980638504, + -0.06669605523347855, 0.05781356245279312, 0.08375099301338196, -0.07176314294338226, + 0.004433195106685162, 0.006663832347840071, -0.024654537439346313, -0.03015674091875553, + -0.021893836557865143, 0.07192487269639969, -7.220430416055024e-5, 0.035550981760025024, + 0.0046517509035766125, 0.02173886075615883, -0.0183018296957016, 0.04911574348807335, + -0.013492346741259098, -0.05251920595765114, 0.020817838609218597, -0.0799441933631897, + -0.03789982572197914, 0.03509506210684776, -0.009373658336699009, -0.06555942445993423, + 0.025012588128447533, 0.026645511388778687, 0.03975711017847061, 0.034907612949609756, + -0.0844772532582283, -0.029948415234684944, -0.031301286071538925, 0.046784430742263794, + 0.06995019316673279, 0.009206837974488735, -0.021186042577028275, -0.04553985968232155 + ], + [ + 0.014634939841926098, 0.011176059953868389, 0.0602421797811985, 0.012722918763756752, + -0.031836096197366714, 0.01583857089281082, 0.09268863499164581, 0.03724395111203194, + 0.018910618498921394, 0.07701242715120316, 0.02398550882935524, 0.039445627480745316, + -0.04707750678062439, 0.04448163881897926, -0.009130391292273998, -0.03310028836131096, + 0.016616305336356163, 0.052347809076309204, 0.04252104461193085, 0.03925308585166931, + -0.05429402366280556, -0.043423257768154144, 0.05474960431456566, -0.03331282362341881, + 0.014058377593755722, -0.07914615422487259, -0.06716116517782211, -0.0005720047047361732, + 0.028032416477799416, 0.05313843861222267, 0.02949662320315838, -0.0672668069601059, 0.0379583016037941, + -0.05513991788029671, -0.02522188238799572, -0.04954542964696884, -0.0195884071290493, + -0.023492557927966118, -0.01578342355787754, 0.0286642424762249, -0.00837256945669651, + 0.04218142479658127, 0.02920931577682495, -0.02033090963959694, -0.054247040301561356, + 0.02714185230433941, -0.02810606174170971, 0.020539242774248123, 0.11350865662097931, + -0.033638037741184235, 0.04147395119071007, 0.049298904836177826, 0.009097782894968987, + -0.00737196346744895, 0.09144966304302216, 0.01796518824994564, -0.0502769909799099, + -0.0586220808327198, 0.06254404038190842, -0.05485622584819794, -0.06339151412248611, + 0.007334104739129543, -0.058282192796468735, -0.04508224129676819, -0.034580834209918976, + -0.04734952375292778, 0.0299401693046093, -0.0019304725574329495, 0.032186683267354965, + -0.005506862886250019, 0.03801603242754936, 0.06763617694377899, 0.02503659389913082, + -0.05855155736207962, -0.028110377490520477, 0.06393808126449585, 0.03801104426383972, + 0.04899700731039047, 0.04129450023174286, 0.056575629860162735, 0.04320758208632469, + -0.052434369921684265, -0.09346114844083786, -0.049618516117334366, 0.02603510208427906, + 0.038145631551742554, 0.030805978924036026, -0.02519456297159195, -0.08975766599178314, + 0.06636963784694672, -0.03808974102139473, 0.056137099862098694, 0.039205629378557205, + 0.06441646814346313, -0.01738845556974411, -0.04959062486886978, 0.05860144644975662, + 0.04727556183934212, -0.08437113463878632, 0.022555002942681313, 0.034307848662137985, + -0.013536286540329456, 0.09062012284994125, -0.012610025703907013, -0.012201331555843353, + 0.05620734393596649, 0.031822968274354935, 0.012075605802237988, -0.008893975988030434, + -0.030859051272273064, 0.03375294432044029, -0.0416276641190052, 0.03953385353088379, + 0.016491344198584557, -0.01845700852572918, 0.015519911423325539, 0.005379073787480593, + -0.06064257770776749, 0.027590353041887283, 0.04828314483165741, 0.040681686252355576, + -0.03441308066248894, 0.015583724714815617, 0.05805005878210068, 0.04167395830154419, + 0.031577251851558685, -0.07384144514799118, 0.02359287440776825, 0.08783457428216934, + -0.021146690472960472, 0.05266612768173218, -0.012324342504143715, -0.06749913096427917, + 0.016595296561717987, -0.03966660797595978, -0.0842859297990799, 0.025563756003975868, + -0.05068964138627052, -0.05703159421682358, -0.06966158002614975, -0.0359618179500103, + -0.1105961725115776, 0.0862889513373375, -0.059534382075071335, 0.04491937905550003, + -0.030719952657818794, -0.049418192356824875, -0.03985968977212906, -0.0080393822863698, + -0.004491507541388273, -0.05646543949842453, 0.006373160053044558, 0.0402580201625824, + 0.03168858215212822, 0.08970370888710022, -0.08106772601604462, 0.048887673765420914, + 0.023071812465786934, -0.027372043579816818, -0.06802640855312347, -0.12255951017141342, + 0.10022363066673279, -0.056631967425346375, 0.02362547442317009, -0.04720974713563919, + -0.02094724215567112, 0.0028551085852086544, -0.006372374482452869, -0.034347645938396454, + 0.045463744550943375, -0.018309999257326126, 0.047159481793642044, -0.017179051414132118, + -0.04691226780414581, 0.014565237797796726, 0.010628758929669857, -0.04703204333782196, + -0.009868512861430645, -0.03799017146229744, 0.0021142675541341305, -0.036570239812135696, + 0.014491529203951359, -0.03222963213920593, -0.057087402790784836, 0.0424235574901104, + -0.06418735533952713, -0.10928340256214142, 0.016056159511208534, -0.049713075160980225, + 0.024280386045575142, -0.052868712693452835, 0.005204024724662304, -0.04515887051820755, + -0.0054121194407343864, -0.027479197829961777, -0.03097885474562645, 0.02245100773870945, + -0.0277799554169178, -0.03531689569354057, -0.11550559103488922, 0.021882103756070137, + -0.029835684224963188, -0.07290113717317581, -0.09005971252918243, -0.08857189863920212, + -0.03706550598144531, -0.04471316561102867, -0.08572035282850266, 0.03885888308286667, + 0.07230948656797409, 0.08318311721086502, 0.06033977493643761, -0.020514924079179764, + 0.034463439136743546, -0.010010727681219578, 0.03406347334384918, -0.021512554958462715, + 0.018205789849162102, 0.031651969999074936, -0.01937810704112053, 0.007717680186033249, + -0.05860705301165581, -0.08315440267324448, -0.01062395516782999, 0.004818079061806202, + -0.017790913581848145, 0.032257329672575, 0.07157215476036072, -0.018891379237174988, + 0.0034432890824973583, 0.1045907661318779, 0.05116681382060051, 0.00206727790646255, + -0.07734856009483337, -0.076003298163414, 0.06120472401380539, 0.0017850317526608706, + 0.012319211848080158, 0.05673743784427643, -0.01764826476573944, 0.031198952347040176, + 0.05758592486381531, 0.0117921382188797, -0.03313582018017769, 0.03632237762212753, + 0.016698019579052925, -0.04131172597408295, -0.011899476870894432, -0.06843125075101852, + 0.024080295115709305, 0.00013795500854030252, -0.009490108117461205, -0.05198923870921135, + -0.0020219371654093266, -0.06549639254808426, 0.044518277049064636, -0.05735865980386734, + -0.0036960416473448277, 0.026492249220609665, 0.0537528470158577, -0.035913191735744476, + 0.11556564271450043, -0.057218998670578, 0.05075179040431976, 0.012473715469241142, + -0.018263768404722214, 0.06863918900489807, 0.029864802956581116, -0.051910143345594406, + 0.04452596604824066, 0.0677652508020401, 0.03625321388244629, 0.00897215586155653, 0.06989790499210358, + -0.11902497708797455, 0.028848465532064438, 0.0029225097969174385, 0.013659621588885784, + -0.053219426423311234, 0.030688798055052757, -0.029589081183075905, -0.03020419180393219, + 0.03561389073729515, 0.037799615412950516, 0.0047559854574501514, -0.016651088371872902, + -0.06948135793209076, -0.010519232600927353, 0.04077502712607384, -0.012445167638361454, + -0.05997752398252487, 0.07519417256116867, -0.0197469349950552, 0.009207326918840408, + -8.969444752437994e-5, 0.032453544437885284, 0.006167018320411444, -0.007691614795476198, + -0.06147270277142525, 0.054649367928504944, 0.04930063709616661, 0.04870244115591049, + 0.09604322910308838, 0.008012467995285988, -0.01023007556796074, 0.020831936970353127, + -0.0881909430027008, 0.006780440919101238, -0.07546880096197128, 0.02420453168451786, + 0.1259000599384308, -0.07035121321678162, -0.005113799124956131, -0.08823230862617493, + 0.038340866565704346, -0.054300256073474884, 0.08108483254909515, 0.026197412982583046, + -0.006346793845295906, 0.021735666319727898, 0.032565902918577194, 0.015475299209356308, + -0.08148667961359024, 0.05614279955625534, -0.06286761164665222, 0.026899926364421844, + 0.03177759423851967, 0.05749785155057907, 0.0073418705724179745, 0.005000347271561623, + 0.007916869595646858, -0.012388676404953003, -0.08578389883041382, 0.03085349127650261, + 0.006459277588874102, -0.05971625819802284, -0.002026557456701994, 0.058830276131629944, + -0.022692298516631126, 0.020999828353524208, -0.018915046006441116, -0.038304802030324936, + 0.01034773699939251, 0.050206199288368225, 0.006603747606277466, 0.050295356661081314, + 0.043887779116630554, 0.06781750172376633, 0.0765269473195076, 0.04576245695352554, 0.04641256853938103, + -0.003418230451643467, -0.09644181281328201, -0.03407464548945427, 0.03937813639640808, + -0.008621863089501858, -0.025607142597436905, 0.016079556196928024, -0.028995158150792122, + -0.05460919812321663, -0.07425025850534439, 0.05620267242193222, -0.03270009532570839, + 0.07297888398170471, 0.05102785676717758, 0.11017608642578125, -0.0008077264064922929, + 0.06515722721815109, -0.12036962807178497, 0.0346275269985199, 0.0237125214189291, 0.0294530987739563, + 0.015999259427189827, -0.021095650270581245, -0.025724271312355995, -0.02684684470295906, + 0.014971011318266392, -0.013239971362054348, 0.04174094647169113, 0.05358056351542473, + 0.034188978374004364, -0.01899845339357853, 0.00762394443154335, 0.05884500965476036 + ], + [ + -0.06304269284009933, 0.029993897303938866, -0.07950258255004883, -0.037336260080337524, + 0.0036296029575169086, -0.026493482291698456, 0.014728340320289135, 0.05710124596953392, + -0.005407951772212982, 0.020376309752464294, 0.030698560178279877, -0.02272215485572815, + 0.03315757215023041, -0.02471410296857357, -0.035260170698165894, 0.028833767399191856, + -0.03949756175279617, 0.01151333749294281, -0.024973714724183083, 0.05080772936344147, + -0.0645972415804863, 0.006565883290022612, -0.03663591295480728, 0.03110615722835064, + 0.018464205786585808, -0.006623352877795696, 0.014836299233138561, 0.0553920716047287, + -0.04995712637901306, 0.05581928417086601, 0.041193362325429916, -0.03859611228108406, + -0.007062510587275028, -0.026357188820838928, 0.022353822365403175, -0.06347865611314774, + -0.032946135848760605, 0.06897909194231033, 0.024785082787275314, 0.00660641910508275, + -0.028051136061549187, 0.004737667739391327, -0.018180014565587044, 0.005371531005948782, + -0.03162073716521263, -0.035692814737558365, -0.08377203345298767, 0.02389862947165966, + 0.0469941645860672, 0.039291054010391235, -0.06445272266864777, -0.04346555843949318, + 0.060596249997615814, 0.011792542412877083, -0.0011717072920873761, -0.012361900880932808, + -0.0022299890406429768, -0.059065740555524826, -0.0712210163474083, 0.024172792211174965, + -0.003155400976538658, 0.04855973273515701, 0.024658162146806717, 0.024197345599532127, + -0.06343449652194977, 0.023653000593185425, -0.06765160709619522, -0.026828285306692123, + -0.028893571346998215, 0.084746815264225, -0.02113666944205761, 0.028619756922125816, + -0.08329194784164429, 0.0257878378033638, -0.05891980975866318, 0.027748582884669304, + -0.07066746801137924, -0.023344704881310463, 0.023239023983478546, -0.03250156342983246, + 0.01729438081383705, -0.0029274055268615484, -0.059744834899902344, 0.01601996272802353, + 0.03428807109594345, -0.012042658403515816, -0.07547236979007721, -0.04449823498725891, + 0.08810998499393463, -0.039174821227788925, -0.02655896358191967, 0.03365587443113327, + 0.07096411287784576, -0.03216361254453659, 0.03422203287482262, 0.0037336479872465134, + 0.031923189759254456, -0.017026688903570175, -0.07279015332460403, 0.04695255309343338, + -0.011659441515803337, -0.019457129761576653, 0.03317451477050781, -0.04004986584186554, + -0.01668926700949669, 0.009671530686318874, 0.060302771627902985, -0.006182774901390076, + 0.03842778503894806, -0.028507180511951447, -0.10614378750324249, 0.09646112471818924, + 0.0033044940792024136, -0.05915405601263046, 0.008409839123487473, -0.04592137038707733, + 0.05401916801929474, 0.05663687735795975, -0.036864347755908966, 0.05872311815619469, + 0.016273878514766693, 0.026891613379120827, -0.030423453077673912, -0.013112450018525124, + 0.0031494852155447006, -0.01963856630027294, -0.00939641147851944, 0.03511468321084976, + 0.013151667080819607, 0.03258977457880974, -0.0014947433955967426, 0.07064461708068848, + -0.075654037296772, 0.03980206698179245, -0.030823271721601486, -0.04317307844758034, + -0.07188205420970917, 0.01418337132781744, 0.022576680406928062, -0.051226988434791565, + 0.04813254252076149, 0.10815148800611496, -0.022846464067697525, -0.05907079204916954, + 0.021897071972489357, -0.015054351650178432, 0.080647312104702, -0.04672021046280861, + 0.1104683205485344, 0.01857752725481987, -0.010852050967514515, -0.0507405623793602, + -0.04980619624257088, 0.02894064411520958, -0.05518651008605957, -0.019589044153690338, + -0.017727011814713478, 0.06075378879904747, -0.05395546928048134, -0.008236057125031948, + -0.03196582570672035, 0.013291759416460991, 0.03347841277718544, 0.05280596390366554, + -0.06858834624290466, 0.06477326899766922, -0.047414373606443405, 0.0381021648645401, + -0.0027050538919866085, -0.006734366528689861, 0.05962246656417847, -0.010534045286476612, + 0.07029961794614792, 0.015105916187167168, 0.026042532175779343, -0.0015678252093493938, + 0.007045377977192402, 0.04034591466188431, 0.0047999355010688305, -0.004999151453375816, + -0.04445848613977432, -0.055573638528585434, -0.0007533518364652991, -0.09379462897777557, + -0.07636656612157822, 0.011864357627928257, 0.0002282654313603416, -0.0172662902623415, + 0.05983684957027435, -0.019096720963716507, 0.004312120843678713, -0.018256498500704765, + -0.09256556630134583, -0.017971310764551163, -0.06337374448776245, -0.09470377117395401, + 0.06980875879526138, 0.026312725618481636, -0.08608826249837875, 0.006007948890328407, + 0.08225541561841965, 0.047747764736413956, -0.014641678892076015, 0.07812227308750153, + 0.022869117558002472, 0.01547146774828434, 0.09325473010540009, -0.06308361142873764, + 0.003194351214915514, -0.03317958489060402, 0.013416744768619537, 0.05020548775792122, + 0.04475678130984306, 0.03362596407532692, 0.08399289846420288, -0.03107471391558647, + -0.008976537734270096, 0.12719793617725372, -0.04690168425440788, 0.005486223381012678, + 0.021998414769768715, -0.024116134271025658, -0.05451321601867676, -0.027727093547582626, + -0.044400546699762344, 0.05367453396320343, -0.019960463047027588, -0.03693320229649544, + 0.0686330571770668, 0.035555094480514526, -0.031097663566470146, -0.06375880539417267, + 0.04362241551280022, -0.0037048174999654293, 0.00423520477488637, 0.011424059048295021, + -0.008530388586223125, -0.04364572837948799, 0.07566049695014954, 0.011303097940981388, + 0.008854703046381474, -0.05567523092031479, -0.04280826449394226, -0.008187596686184406, + -0.005662810988724232, 0.022216059267520905, -0.028970614075660706, 0.058163776993751526, + 0.03872241824865341, -0.03961529582738876, 0.050857800990343094, 0.08397797495126724, + -0.02318248152732849, -0.0026705125346779823, -0.058614686131477356, -0.022546537220478058, + 0.03618178516626358, -0.06750510632991791, -0.05691385641694069, -0.01955331675708294, + -0.04505923390388489, 0.021260902285575867, -0.016138678416609764, -0.01221806462854147, + 0.05862867459654808, -0.03087165392935276, -0.057182587683200836, 0.008883730508387089, + -0.01700497977435589, -0.0004574026679620147, -0.026739614084362984, -0.10685117542743683, + -0.009558713994920254, 0.0034527634270489216, 0.017863351851701736, -0.0678158849477768, + -0.023320825770497322, 0.058244738727808, 0.021344028413295746, -0.08531699329614639, + -0.02981490083038807, -0.07674920558929443, 0.02837987057864666, 0.015820825472474098, + -0.05821520462632179, -0.007061588112264872, -0.05822695046663284, 0.02803611196577549, + -0.04871856048703194, -0.047803692519664764, 0.006355492863804102, -0.05513058602809906, + 0.004707885440438986, 0.005245495587587357, -0.0012895410181954503, -0.10390140861272812, + 0.02275589108467102, 0.0005642253090627491, 0.0962245911359787, -0.04368842393159866, + -0.048532720655202866, 0.06319738179445267, 0.07131902873516083, 0.01866677962243557, + 0.02099829912185669, 0.02937738224864006, -0.01799202524125576, 0.02174290269613266, + 0.03270264342427254, -0.030608510598540306, -0.03137847036123276, 0.10531221330165863, + 0.01085836160928011, 0.06795339286327362, -0.005564607679843903, 0.023538239300251007, + -0.020583614706993103, 0.0491158664226532, 0.042177166789770126, -0.017226677387952805, + 0.012868997640907764, -0.05036768689751625, 0.12245330214500427, 0.10434513539075851, + -0.011381607502698898, 0.03289663791656494, -0.03906077891588211, -0.09916587173938751, + 0.02333320677280426, -0.057366903871297836, 0.06645690649747849, 0.014349852688610554, + -0.02648944966495037, -0.09319736063480377, -0.015248551033437252, 0.028911815956234932, + 0.010670118033885956, -0.07536303997039795, 0.09177299588918686, 0.01337096281349659, + 0.041240543127059937, 0.04694002494215965, 0.02808566391468048, 0.005617341957986355, + 0.023013794794678688, 0.06735606491565704, 0.00854520034044981, -0.005665911361575127, + -0.025577910244464874, -0.01424583699554205, -0.0019984692335128784, -0.03731362521648407, + 0.00012928273645229638, -0.029726015403866768, 0.05022167041897774, -0.04834863170981407, + -0.0037196914199739695, -0.0074907164089381695, -0.030306413769721985, -0.0018838581163436174, + -0.044327206909656525, 0.016594242304563522, 0.02834310010075569, 0.028393849730491638, + 0.013088997453451157, -0.03124706819653511, -0.053280893713235855, -0.05477483943104744, + -0.017377158626914024, 0.040692273527383804, 0.028052184730768204, -0.0817650631070137, + 0.015353158116340637, -0.009823515079915524, 0.0473223440349102, -0.04041146859526634, + -0.031560108065605164, -0.03150982782244682, -0.041695740073919296, 0.01452886313199997, + 0.02900668792426586, 0.0013888053363189101, -0.042560674250125885, -0.006055049132555723 + ], + [ + -0.015417625196278095, 0.03251183405518532, 0.02643466368317604, 0.008436083793640137, + 0.08347710967063904, -0.013419524766504765, -0.03212711587548256, 0.05725063011050224, + -0.06094866245985031, -0.0490335188806057, -0.0106414295732975, 0.09775970876216888, + 0.08022242784500122, -0.05480242520570755, -0.027154162526130676, -0.03248388692736626, + -0.04839552566409111, 0.07241181284189224, -0.08392944931983948, 0.04899908974766731, + -0.10560686886310577, 0.027609357610344887, 0.03710579499602318, 0.09245871007442474, + 0.09045536071062088, 0.1327655017375946, -0.09608938544988632, 0.0063763768412172794, + 0.07917243987321854, -0.014380739070475101, 0.07030528038740158, -0.033469244837760925, + 0.02537829987704754, -0.03776625543832779, 0.07107944786548615, -0.08951231837272644, + -0.11762833595275879, 0.05032073333859444, -0.07638311386108398, 0.053229112178087234, + -0.08378605544567108, 0.01380909699946642, -0.0631566047668457, 0.06513024866580963, + 0.051215432584285736, 0.025648552924394608, -0.004212585277855396, 0.007923530414700508, + 0.15365943312644958, 0.08633166551589966, -0.004785896744579077, -0.054758645594120026, + -0.0787457823753357, -0.012966014444828033, -0.0010916730388998985, -0.018597140908241272, + -0.03421034663915634, -0.04425307363271713, -0.034022051841020584, 0.03914693370461464, + 0.02338075451552868, -0.04689072072505951, -0.02163195237517357, -0.004948710557073355, + -0.09708406776189804, -0.016827989369630814, 0.033752765506505966, -0.01929057389497757, + 0.14109602570533752, 0.031009769067168236, 0.004381261300295591, -1.5011905816209037e-5, + 0.06996211409568787, -0.014144388027489185, -0.0558432973921299, 0.048853639513254166, + -0.041099485009908676, -0.021752534434199333, -0.04094579070806503, 0.01570926234126091, + 0.03321841359138489, -0.02957269363105297, 0.012952074408531189, -0.015151802450418472, + 0.0005956616369076073, 0.0024609286338090897, -0.1132083609700203, 0.03614708408713341, + -0.0027690520510077477, -0.004054570104926825, 0.05303831771016121, -0.06537627428770065, + -0.10333789139986038, -0.07495494931936264, -0.004348696209490299, 0.0335063636302948, + 0.01835140585899353, 0.06897726655006409, 0.007851777598261833, -0.004304592963308096, + 0.06777551025152206, -0.005795584060251713, 0.03572022169828415, -0.031194061040878296, + -0.03971521556377411, -0.002409592969343066, 0.020394770428538322, 0.08784934878349304, + 0.09934540838003159, -0.08173365145921707, 0.004208489321172237, 0.19796502590179443, + -0.008430973626673222, -0.003786304732784629, -0.09090498834848404, 0.066573366522789, + -0.08806697279214859, -0.024275364354252815, -0.0038088588044047356, -0.014808733947575092, + -0.08180101215839386, -0.003657436929643154, -0.0026460064109414816, -0.09401649236679077, + -0.04725251719355583, -0.025818996131420135, 0.0025576038751751184, 0.01029583066701889, + 0.0073171318508684635, 0.004431131295859814, 0.08422411233186722, 0.006582458037883043, + -0.05057001858949661, -0.015329165384173393, 0.03799934312701225, -0.0032337976153939962, + -0.07739925384521484, -0.03894636407494545, 0.016063671559095383, -0.0038937991484999657, + -0.037486232817173004, 0.03973592817783356, -0.07253873348236084, -0.06764576584100723, + 0.10336007177829742, 0.07180669903755188, 0.0680694580078125, -0.10479426383972168, 0.03031901642680168, + -0.1267518252134323, 0.028505001217126846, 0.01772364415228367, -0.04786905646324158, + 0.12004794925451279, 0.03433413431048393, -0.0021820450201630592, 0.06200540065765381, + -0.0482804998755455, -0.023950310423970222, 0.005837383680045605, -0.0041806879453361034, + 0.045477211475372314, 0.0058195567689836025, 0.02208656258881092, 0.01436532661318779, + -0.05193500220775604, 0.06378475576639175, -0.07708516716957092, 0.03340936079621315, + -0.012802626006305218, 0.002129644388332963, 0.033239491283893585, -0.0034304941073060036, + 0.03928570821881294, -0.027097035199403763, 0.013360022567212582, 0.045676667243242264, + 0.014106332324445248, -0.027219969779253006, -0.010778987780213356, -0.1558050811290741, + -0.10377132147550583, 0.012567850761115551, 0.007714495994150639, -0.19539564847946167, + 0.006969173904508352, 0.02223811112344265, -0.004121830221265554, 0.062324583530426025, + 0.05085986852645874, -0.011274931952357292, -0.07286293804645538, -0.11217489838600159, + 0.006670855451375246, -0.037793975323438644, -0.05555366352200508, 0.08216186612844467, + 0.035933174192905426, -0.03316520154476166, 0.03622601553797722, 0.09213420748710632, + 0.034556083381175995, 0.0975685566663742, 0.062313590198755264, 0.03243781253695488, + 0.022206010296940804, 0.06834134459495544, 0.001472381060011685, 0.0921032652258873, + -0.01312384381890297, -0.06826046854257584, 0.12919694185256958, 0.04264030605554581, + 0.05267258733510971, 0.023813161998987198, 0.09379909932613373, -0.004485052078962326, + 0.0555298738181591, 0.0336722731590271, -0.014443994499742985, -0.059741582721471786, + -0.026875557377934456, -0.02998509258031845, 0.03646243363618851, 0.05440613999962807, + 0.10587029904127121, 0.03140725567936897, -0.13878536224365234, 0.07102222740650177, + 0.018681101500988007, -0.06996860355138779, -0.05794201418757439, 0.03664242476224899, + 0.01942109316587448, 0.10579988360404968, 0.112280935049057, 0.0152635732665658, -0.12106920033693314, + -0.0952581837773323, -0.038248758763074875, -0.04294541850686073, 0.07282222807407379, + -0.02977054752409458, 0.007202821783721447, -0.19458410143852234, 0.05089622363448143, + -0.0051306989043951035, -0.03150066360831261, 0.09320488572120667, 0.009462941437959671, + -0.01760772429406643, 0.04435158148407936, 0.07155903428792953, 0.04946889728307724, + -0.00689160730689764, 0.024248743429780006, -0.02017984353005886, -0.05684971436858177, + -0.017267955467104912, -0.043069761246442795, 0.07171276956796646, 0.008663580752909184, + -0.01301421970129013, -0.031967006623744965, 0.04788407310843468, 0.05307747423648834, + -0.06507551670074463, -0.014469516463577747, 0.04467935115098953, -0.07043728977441788, + -0.07799860090017319, -0.11932646483182907, 0.017616627737879753, 0.006831639911979437, + 0.09819670021533966, 0.01716548576951027, 0.04891673102974892, -0.0692533478140831, + -0.04796300455927849, -0.05403436720371246, 0.08362201601266861, -0.1130264401435852, + -0.0139330318197608, 0.006030830089002848, -0.013350841589272022, 0.06378223747015, + -0.010359259322285652, -0.061202894896268845, -0.011184398084878922, 0.049730706959962845, + 0.03670208901166916, -0.017345642670989037, -0.03373494744300842, -0.0408601313829422, + -0.10032431781291962, -0.048009663820266724, 0.07597559690475464, 0.07508710026741028, + 0.049679234623909, -0.07186010479927063, -0.019931472837924957, 0.044732607901096344, + 0.010277660563588142, -0.05750339850783348, 0.06307204812765121, 0.07213103026151657, + -0.014151863753795624, -0.021946316584944725, 0.04506929591298103, -0.030569542199373245, + 0.04646129161119461, -0.01695871911942959, 0.02980063296854496, -0.010930037125945091, + -0.058685947209596634, -0.04905973747372627, 0.0029480052180588245, 0.1161767989397049, + 0.03674439340829849, -0.000627853733021766, -0.013906088657677174, 0.03657881170511246, + 0.011205345392227173, 0.08603400737047195, -0.002070746384561062, -0.013250826857984066, + -0.050073832273483276, 0.07945656776428223, -0.09384548664093018, -0.10915673524141312, + -0.009031027555465698, 0.009108462370932102, 0.0716838389635086, -0.026090411469340324, + -0.021715901792049408, -0.053609076887369156, 0.02536340430378914, -0.04193094000220299, + 0.04762781038880348, -0.10226795077323914, -0.10474534332752228, 0.03580620139837265, + 0.11182112991809845, -0.017565449699759483, 0.08177907764911652, 0.02879961207509041, + 0.0511985644698143, 0.016942884773015976, 0.07351840287446976, -0.012164502404630184, + -0.01695404388010502, -0.04790506884455681, 0.08249441534280777, -0.009817423298954964, + -0.028597373515367508, -0.10090476274490356, 0.025517547503113747, -0.06983084976673126, + -0.0937180370092392, 0.009702958166599274, -0.02630084566771984, 0.023375751450657845, + 0.0075929067097604275, 0.01852564886212349, 0.035166408866643906, -0.1515483409166336, + 0.037335965782403946, -0.05492762476205826, 0.09591852873563766, -0.03192227706313133, + 0.11739598959684372, 0.007700090762227774, 0.008968625217676163, 0.011099752970039845, + 0.008062834851443768, 0.01794043555855751, -0.019555728882551193, 0.08221637457609177, + -0.05250038951635361, -0.06095530837774277, 0.00720185274258256, 0.004112523049116135, + 0.037811797112226486, 0.10516192764043808 + ], + [ + -0.013610610738396645, 0.06696988642215729, 0.043464403599500656, -0.008733377791941166, + -0.03790158033370972, 0.009749648161232471, 0.049609486013650894, -0.0020419403444975615, + -0.015287441201508045, -0.08780014514923096, 0.015404364094138145, -0.0076262252405285835, + -0.07303225994110107, 0.057141389697790146, -0.05442202463746071, 0.0742148607969284, + -0.03592057153582573, -0.02940814197063446, 2.3926284484332427e-5, -0.01611911877989769, + -0.0026208865456283092, -0.040671154856681824, -0.02129150554537773, 0.02423543483018875, + -0.012828568927943707, 0.07328737527132034, 0.0025301838759332895, 0.01566334255039692, + 0.02187962643802166, -0.060732945799827576, -0.05333084240555763, -0.013241981156170368, + -0.004949706606566906, 0.040952637791633606, 0.020568622276186943, 0.03318466246128082, + -0.039667461067438126, 0.036908216774463654, 0.0031439517624676228, -0.03995358943939209, + 0.017416924238204956, -0.04386021941900253, -0.0359109602868557, 0.021619156002998352, + 0.04246663674712181, -0.05394883453845978, 0.041284315288066864, 0.08218996226787567, + 0.016474127769470215, -0.03225984796881676, 0.023016778752207756, -0.012647601775825024, + -0.012085720896720886, -0.03264010325074196, -0.034580353647470474, 0.029810314998030663, + 0.002494265092536807, 0.0033370035234838724, 0.07718706130981445, -0.08590881526470184, + 0.004228018224239349, -0.08266622573137283, -0.11483721435070038, 0.021366175264120102, + 0.05783383548259735, -0.03260346129536629, 0.04421599581837654, 0.08241180330514908, + 0.03160464018583298, 0.030223509296774864, -0.0014634032268077135, -0.041077956557273865, + 0.06628934293985367, 0.024575229734182358, 0.007413789629936218, 0.0096726780757308, + 0.002320066560059786, -0.043674286454916, -0.034068070352077484, -0.013098631985485554, + -0.06537313759326935, -0.03711652755737305, 0.04796135053038597, 0.06814554333686829, + -0.030315866693854332, -0.041975852102041245, 0.07033751159906387, -0.0005697439191862941, + -0.017756540328264236, -0.054950885474681854, 0.06323982030153275, 0.0058229542337358, + -0.03488173708319664, 0.015256118960678577, -0.034640833735466, 0.005765699315816164, + 0.04409594461321831, 0.03122659958899021, 0.058405112475156784, 0.05538198724389076, 0.0712493434548378, + 0.016101043671369553, 0.04216518625617027, 0.03052087128162384, 0.05009160563349724, + -0.05737198889255524, -0.05641115829348564, 0.04670076444745064, 0.027503304183483124, + -0.05170498788356781, 0.061701297760009766, -0.09248416870832443, 0.045208051800727844, + -0.01929556205868721, -0.0037567534018307924, 0.08095989376306534, -0.07534579932689667, + 0.019751518964767456, 0.05007942393422127, 0.05033567175269127, 0.053129423409700394, + -0.025049833580851555, -0.0170954167842865, -0.04458775743842125, -0.0634055808186531, + 0.006275080610066652, -0.01640598475933075, -0.025600101798772812, -0.018929708749055862, + -0.009290963411331177, -0.018142495304346085, 0.009396485053002834, 0.004073791671544313, + -0.08886237442493439, -0.08125464618206024, 0.01152278296649456, -0.018167609348893166, + 0.06790414452552795, 0.06565136462450027, 0.026515023782849312, -0.045123495161533356, + -0.009958448819816113, 0.005276969633996487, -0.006398044526576996, -0.04209545999765396, + 0.028469933196902275, -0.020311392843723297, 0.025446975603699684, -0.028557799756526947, + -0.08433754742145538, -0.01068096049129963, -0.007682270370423794, 0.004344570450484753, + -0.05726297199726105, 0.05216516926884651, 0.0008331767749041319, -0.003969155251979828, + -0.013254780322313309, 0.02862728200852871, 0.0022818755824118853, 0.0507848896086216, + 0.02882758527994156, 0.019084403291344643, 0.006601695902645588, -0.011926714330911636, + -0.011654230765998363, 0.007141557987779379, -0.04571551829576492, -0.0623885840177536, + 0.08257345855236053, 0.026432890444993973, -0.006011664867401123, 0.04376305267214775, + -0.023347627371549606, -0.003331600921228528, -0.03151743859052658, -0.04755207523703575, + -0.02526702545583248, 0.03059910237789154, -0.09557409584522247, 0.009718257002532482, + 0.024752652272582054, -0.01142104621976614, 0.04456539452075958, -0.02832910791039467, + -0.07283829152584076, 0.031070508062839508, 0.013048962689936161, 0.033740270882844925, + 0.018091833218932152, 0.037790436297655106, 0.11762525141239166, 0.09469550848007202, + 0.05510864406824112, -0.052374012768268585, 0.07000340521335602, 0.006703636609017849, + -0.027023211121559143, 0.019502714276313782, -0.09806045889854431, 0.011563634499907494, + -0.07952103018760681, 0.04704868793487549, -0.0362774021923542, 0.015385105274617672, + 0.006383511237800121, -0.03013194352388382, -0.055027540773153305, -0.06636907160282135, + 0.02293270081281662, 0.048668619245290756, -0.028470437973737717, -0.0979657843708992, + -0.015997612848877907, 0.006772690452635288, 0.03000110574066639, 0.015563953667879105, + 0.0166652649641037, 0.03557722643017769, 0.006064631510525942, 0.03449822589755058, + 0.005533380899578333, 0.03515462204813957, 0.04098731651902199, 0.03593519330024719, + 0.01829410344362259, -0.023702843114733696, -0.03050677850842476, 0.02280564419925213, + -0.06823670119047165, -0.06201094016432762, -0.010375645942986012, -0.027926098555326462, + -0.012241397984325886, -0.017481215298175812, 0.04410209506750107, 0.04321381822228432, + 0.024069955572485924, -0.03562583401799202, 0.014134028926491737, 0.008299802429974079, + 0.04275108501315117, -0.0016629931051284075, -0.03857960179448128, 0.010452410206198692, + -0.04358181729912758, -0.05244963616132736, 0.011470812372863293, -0.06471336632966995, + 0.021970335394144058, -0.08024325966835022, -0.0849975198507309, -0.030014272779226303, + -0.037700094282627106, -0.031008243560791016, -0.017175894230604172, 0.034225285053253174, + -0.010672155767679214, 0.03158636391162872, 0.03436635807156563, 0.034400034695863724, + 0.0067211021669209, 0.06258660554885864, 0.009537506848573685, 0.01421042438596487, + -0.0020946976728737354, 0.1299298107624054, 0.08140851557254791, 0.03363388404250145, + -0.00034560056519694626, 0.06939128786325455, 0.053693193942308426, 0.02970588207244873, + 0.0393991582095623, -0.008803943172097206, 0.039924971759319305, -0.019631758332252502, + -0.03216185048222542, -0.05560211464762688, 0.04292500019073486, 0.07207120209932327, + -0.0025294083170592785, 0.0019548058044165373, -0.04434901103377342, 0.010799899697303772, + -0.0525091215968132, 0.0034151936415582895, -0.0277925506234169, 0.07973022013902664, + 0.05233236774802208, 0.0006424799794331193, 0.054451894015073776, -0.0006345551810227334, + -0.008532813750207424, 0.056822460144758224, 0.1189044937491417, 0.027814345434308052, + -0.0094827925786376, -0.0830187201499939, 0.03357943147420883, -0.041954122483730316, + 0.010606605559587479, 0.007091364823281765, -0.01096715684980154, -0.027256667613983154, + 0.04316059127449989, 0.039880529046058655, -0.0760299563407898, -0.028148876503109932, + 0.04566820338368416, 0.04854733869433403, -0.0037471246905624866, 0.018368223682045937, + 0.008397931233048439, 0.012667165137827396, -0.05636180564761162, -0.048453010618686676, + -0.001937740365974605, 0.0467149056494236, -0.04686742648482323, 0.028681719675660133, + 0.016333477571606636, -0.026300908997654915, -0.07427026331424713, 0.08138337731361389, + 0.007759971544146538, -0.024041922762989998, 0.02624504640698433, 0.020391853526234627, + -0.02333650551736355, -0.04823349043726921, 0.051389504224061966, -0.000213245686609298, + 0.08213803917169571, 0.03656851500272751, -0.09283184260129929, -0.01875120773911476, + -0.0025302355643361807, -0.0999404713511467, -0.05512860417366028, -0.03242703527212143, + 0.04423248767852783, 0.03555915504693985, -0.0072598643600940704, -0.04625683277845383, + -0.01024258229881525, 0.08592263609170914, -0.005704987328499556, 0.07472940534353256, + -0.0050747874192893505, -0.06137608736753464, 0.04464244097471237, -0.08529192954301834, + -0.012013193219900131, -0.02408565580844879, -0.052036039531230927, -0.0008993116789497435, + -0.045738231390714645, -0.021498795598745346, 0.0017998883267864585, -0.006186951417475939, + 0.034874316304922104, -0.007230031304061413, 0.03812349587678909, 0.026883281767368317, + 0.032034676522016525, 0.05160077288746834, 0.0020103834103792906, 0.009831693023443222, + -0.045368731021881104, -0.02539536915719509, -0.02472783997654915, -0.015530715696513653, + -0.006284994538873434, -0.03520289435982704, -0.08161484450101852, 0.0320737324655056, + -0.009319267235696316, 0.0674491748213768, 0.029125725850462914, 0.04630299657583237, + 0.029391204938292503, 0.08875404298305511, 0.011640002951025963 + ], + [ + -0.02591273933649063, 0.011923647485673428, 0.03913438320159912, -0.004868443589657545, + -0.06360723823308945, 0.03281279653310776, -0.010058240965008736, -0.015796467661857605, + 0.05588691309094429, -0.06266182661056519, -0.07431498914957047, -0.021436208859086037, + -0.00865175947546959, -0.018961327150464058, -0.002640686696395278, 0.06314809620380402, + 0.05854899063706398, -0.03356311097741127, 0.01220235601067543, -0.06443381309509277, + 0.014830528758466244, 0.08663653582334518, 0.060750603675842285, 0.062161635607481, 0.05258471891283989, + -0.025347882881760597, -0.07039915025234222, 0.07782693207263947, 0.026470636948943138, + -0.04725465551018715, -0.0005256556323729455, 0.006962345913052559, 0.020629089325666428, + -0.02180388569831848, 0.05416283756494522, 0.0802207961678505, 0.01004719641059637, + 0.013118636794388294, -0.022877424955368042, -0.026911834254860878, 0.022085584700107574, + -0.012410021387040615, -0.05315854400396347, 0.03160089626908302, 0.03530101850628853, + -0.001987646333873272, 0.013311702758073807, 0.05015809088945389, -0.035911355167627335, + -0.017765551805496216, -0.045277196913957596, -0.05490473657846451, -0.017109379172325134, + -0.019832631573081017, 0.016881605610251427, 0.04523228108882904, -0.03981395065784454, + 0.02893860824406147, -0.028268078342080116, -0.0027435659430921078, 0.018007228150963783, + -0.048457056283950806, -0.06175927072763443, 0.04844510182738304, 0.005240312777459621, + 0.03183332830667496, 0.02744326740503311, 0.04561226814985275, 0.020134078338742256, + -0.06406233459711075, -0.019369270652532578, -0.04973763972520828, 0.07921381294727325, + -0.07246521860361099, -0.03902500495314598, -0.017169544473290443, 0.028441619127988815, + -0.0036025680601596832, 0.030392011627554893, -0.022937433794140816, 0.004209279548376799, + -0.0015947079518809915, -0.0037481188774108887, 0.03693877160549164, 0.025256266817450523, + -0.015317884273827076, 0.010965336114168167, -0.05592084676027298, -0.07652788609266281, + -0.01925419270992279, -0.030735807493329048, -0.00657886266708374, 0.0534440279006958, + 0.04752106964588165, -0.03918430954217911, 0.02415599673986435, -0.029699748381972313, + -0.07633026689291, 0.0437757708132267, -0.009800038300454617, 0.09278841316699982, 0.08771677315235138, + 0.0006596176535822451, -0.04871556907892227, -0.0609821155667305, 0.021529022604227066, + -0.0008402177481912076, 0.06427106261253357, -0.0016333453822880983, 0.022371796891093254, + 0.009063268080353737, -0.06333472579717636, -0.053078457713127136, 0.00367477023974061, + -0.020213423296809196, 0.021435555070638657, -0.049296922981739044, -0.040174517780542374, + 0.05777101591229439, -0.06889031827449799, -0.015198842622339725, -0.09080196917057037, + -0.014109110459685326, -0.0434870570898056, 0.0874578058719635, 0.07744824141263962, + -0.06496529281139374, 0.010301676578819752, 0.09909994155168533, 0.003325295401737094, + -0.03311043232679367, 0.05377792567014694, -0.00857184361666441, -0.02676258236169815, + 0.001273782574571669, 0.011652939021587372, -0.005230615846812725, -0.03225650638341904, + -0.05776645988225937, -0.046817608177661896, -0.03029646910727024, -0.10275429487228394, + 0.01085332129150629, 0.0019461301853880286, -0.04191910848021507, 0.07105141878128052, + -0.05832405015826225, 0.055891525000333786, -0.0693536028265953, -0.042394474148750305, + 0.07119563221931458, -0.06400604546070099, 0.014048444107174873, 0.03200016915798187, + 0.07397551834583282, -0.08387018740177155, -0.0331420972943306, -0.027174895629286766, + -0.09378042072057724, 0.029567020013928413, -0.07758909463882446, -0.03101697750389576, + 0.08900944888591766, -0.0531327985227108, 0.0366714745759964, -0.018209166824817657, + 0.07574807107448578, 0.04931291937828064, 0.006058692000806332, -0.0037277941592037678, + -0.0011108826147392392, 0.08975166082382202, -0.00029340802575461566, -0.026113921776413918, + 0.035759128630161285, -0.11157833784818649, 0.009032373316586018, -0.008414411917328835, + -0.04287860170006752, -0.03943832218647003, -0.05304933339357376, -0.0026878323405981064, + 0.12310291081666946, 0.03709899261593819, 0.07669880241155624, -0.040089886635541916, + -0.0003638356865849346, -0.0113440016284585, 0.026687566190958023, -0.06866437196731567, + 0.012350640259683132, 0.0535757876932621, 0.10958530753850937, 0.008941955864429474, + -0.11764590442180634, 0.07052336633205414, 0.0027465519960969687, -0.06367229670286179, + -0.006014303769916296, -0.06014460697770119, 0.07930972427129745, 0.01743387244641781, + 0.03540591150522232, -0.040451716631650925, -0.06626878678798676, -0.0837804451584816, + 0.0384916253387928, 0.04413191229104996, 0.012872186489403248, 0.017077676951885223, + 0.004629094619303942, -0.020271850749850273, -0.044444337487220764, 0.04100263491272926, + -0.0009190815035253763, -0.04156007990241051, -0.04985077306628227, -0.059339240193367004, + -0.0936720222234726, 0.001771560637280345, 0.06323413550853729, -0.04837273806333542, + -0.02918570302426815, -0.03669895604252815, 0.07860294729471207, 0.05023844912648201, + -0.013063596561551094, 0.007967352867126465, 0.057036932557821274, -0.012108351103961468, + -0.0708986148238182, 0.0650671049952507, 0.008173608221113682, 0.04248730465769768, 0.0205977875739336, + 0.016118604689836502, -0.004578586667776108, 0.030005691573023796, -0.07156956195831299, + 0.0182235948741436, -0.04431688040494919, -0.00759151391685009, 0.08406706899404526, + 0.07939940690994263, 0.03314702957868576, -0.08223645389080048, -0.0554613322019577, + -0.09947476536035538, 0.136640265583992, 0.003012036671862006, 0.008548978716135025, + -0.08627031743526459, 0.08250193297863007, -0.010242309421300888, 0.026084868237376213, + -0.04710033908486366, -0.04759381711483002, -0.00972522608935833, -0.01507007610052824, + 0.08128368109464645, 0.08413881808519363, -0.07047777622938156, -0.06193804740905762, + 0.07184406369924545, 0.002037100726738572, -0.01715141534805298, 0.06608951836824417, + -0.0028948266990482807, -0.07757870107889175, 0.017347464337944984, -0.01071445643901825, + 0.0033588833175599575, -0.0651031956076622, -0.010355030186474323, -0.019516801461577415, + -0.04150759428739548, -0.009467815048992634, -0.08270461857318878, 0.009141066111624241, + 0.055597614496946335, 0.001146221300587058, 0.0019336966797709465, -0.049156710505485535, + -0.060074254870414734, 0.013161840848624706, -0.04174209013581276, 0.004510624334216118, + 0.009922866709530354, 0.050954341888427734, 0.03531593084335327, -0.02970486506819725, + 0.049778372049331665, -0.04010063037276268, -0.01076933741569519, -0.028939835727214813, + 0.061698831617832184, 0.06454556435346603, -0.0919514000415802, 0.00728325080126524, + -0.009629985317587852, 0.002929081441834569, -0.061539601534605026, -0.03656449541449547, + -0.030507734045386314, -0.018961405381560326, 0.08546385914087296, -0.02063388004899025, + -0.010826615616679192, -0.09371822327375412, 0.07931046932935715, 0.03336239978671074, + 0.045621950179338455, 0.002375206211581826, -0.008567208424210548, -0.015544966794550419, + 0.04799649119377136, 0.023932140320539474, 0.0769837349653244, -0.06641796976327896, + 0.03785853087902069, -0.05703860893845558, 0.012176365591585636, -0.00563699658960104, + -0.029140185564756393, 0.06254278123378754, 0.03163646534085274, 0.007547047454863787, + 0.03320344164967537, 0.018768467009067535, 0.0730225145816803, -0.002151329070329666, + 0.03426671773195267, -0.08220917731523514, 0.0482415035367012, -0.09327293187379837, + -0.03587503731250763, -0.04238840565085411, 0.08019380271434784, -0.003302253782749176, + 0.03455188870429993, 0.040605127811431885, 0.027329953387379646, 0.017770515754818916, + 0.021822603419423103, -0.01087150163948536, -0.0377582386136055, 0.03846060484647751, + 0.005715424194931984, -0.030285146087408066, 0.0012101612519472837, 0.04111013188958168, + 0.08314502984285355, 0.04455186799168587, -0.06295936554670334, 0.011438226327300072, + -0.008400194346904755, 0.017706509679555893, -0.006894317921251059, 0.06619802117347717, + 0.05785251036286354, -0.08111514151096344, 0.028737153857946396, -0.03336561843752861, + 0.021805500611662865, 0.0023541294503957033, 0.06450715661048889, -0.04136137664318085, + 0.014400658197700977, -0.06024754047393799, -0.09097494930028915, -0.03503057733178139, + 0.04067790508270264, 0.01090347208082676, 0.06117404252290726, 0.003363416763022542, + 0.09502608329057693, 0.0032071738969534636, 0.009231691248714924, 0.09874522686004639, + -0.014332086779177189, -0.01625083014369011, 0.04445981979370117, 0.07138149440288544, + -0.07216792553663254 + ], + [ + 0.09525486826896667, 0.03746217116713524, 0.013384217396378517, 0.0820029154419899, + -0.04266422986984253, -0.017372936010360718, 0.014354093000292778, -0.013163230381906033, + 0.027416812255978584, -0.07731211930513382, -0.0720960944890976, -0.0026772362180054188, + -0.03324061259627342, 0.03577905148267746, 0.019801540300250053, 0.013311788439750671, + -0.04389449208974838, -0.051517993211746216, 0.010710177011787891, -0.01688573881983757, + 0.06212891265749931, -0.010275683365762234, 0.09364214539527893, -0.012438802979886532, + -0.03661618009209633, 0.014440433122217655, -0.04897964373230934, 0.0019141188822686672, + 0.02430618926882744, -0.02055228501558304, 0.014620710164308548, 0.025499632582068443, + 0.00892101600766182, -0.008384304121136665, 0.04637087136507034, -0.018585190176963806, + 0.0037188793066889048, 0.010904445312917233, 0.00910910964012146, 0.01796867325901985, + -0.010556885972619057, 0.058329686522483826, -0.003996291663497686, -0.007181322667747736, + -0.03690594062209129, -0.008081647567451, -0.001773591386154294, -0.01509223785251379, + 0.08367402106523514, -0.04301747307181358, -0.00569938262924552, -0.013916651718318462, + -0.003056182526051998, -0.02395489625632763, 0.04767502471804619, 0.050750743597745895, + 0.016108041629195213, 0.033202264457941055, 0.04975733533501625, -0.05940576270222664, + 0.06452926248311996, -0.03632674366235733, -0.08436541259288788, -0.052368126809597015, + 0.04942462965846062, 0.014674166217446327, -0.04147545248270035, 0.02318676747381687, + -0.004767740610986948, -0.07937314361333847, 0.0037766769528388977, -0.044994547963142395, + 0.003674414474517107, -0.05921327695250511, 0.0337897352874279, 0.05623779445886612, + 0.07553727179765701, 0.05908779799938202, -0.021052347496151924, 0.02369568683207035, + 0.02028542198240757, 0.016883855685591698, -0.08007193356752396, -0.024249598383903503, + 0.04021006077528, 0.006193867884576321, -0.00523159746080637, -0.022369591519236565, + -0.06322739273309708, 0.063902348279953, -0.005755114834755659, -0.040377482771873474, + -0.05748194456100464, -0.013664943166077137, -0.0029488378204405308, -0.015107964165508747, + 0.006206291262060404, 0.04266860708594322, 0.08089842647314072, 0.02720266953110695, + 0.019765784963965416, -0.015618258155882359, 0.003004886209964752, 0.002215418266132474, + -0.060617078095674515, 0.05162058025598526, -0.009781871922314167, -0.004234728403389454, + -0.01780620589852333, -0.07710902392864227, -0.03322355076670647, -0.025645431131124496, + -0.03138124570250511, -0.006607590243220329, -0.06521081924438477, 0.006179227959364653, + -0.009077734313905239, -0.11464966088533401, 0.008144441060721874, -0.0029202953446656466, + -0.07295668125152588, -0.08800826966762543, 0.0036690488923341036, 0.007546376436948776, + 0.04843252897262573, -0.016715535894036293, -0.08456293493509293, 0.004975390620529652, + -0.0329512357711792, -0.04344367980957031, 0.03798501566052437, -0.050358112901449203, + 0.0188158992677927, -0.015257078222930431, 0.0049590542912483215, -0.023317333310842514, + 0.07225438952445984, 0.08147182315587997, -0.012328383512794971, -0.0004580653621815145, + -0.004627587739378214, -0.0069462573155760765, 0.036225758492946625, -0.002735534682869911, + 0.006600639782845974, 0.0027745631523430347, -0.08470889925956726, 0.028952382504940033, + -0.05401402339339256, 0.006893693935126066, -0.02595262974500656, 0.040013086050748825, + 0.07110986113548279, 0.028830166906118393, 0.03894245624542236, -0.03903312608599663, + -0.00453759403899312, -0.043481942266225815, 0.07492440193891525, -0.006800341885536909, + -0.07795371860265732, 0.03135384991765022, 0.039734840393066406, 0.00883716531097889, + -0.004150638356804848, -0.05689316987991333, -0.042499762028455734, -0.07787756621837616, + -0.013789392076432705, 0.09440059214830399, 0.0026792839635163546, 0.0030774602200835943, + 0.014699392952024937, -0.00960305705666542, 0.03833562880754471, -0.051547542214393616, + -0.011315719224512577, 0.0006163377547636628, -0.010834512300789356, -0.024271616712212563, + 0.04730118438601494, -0.028338568285107613, 0.01730978861451149, 0.011706432327628136, + 0.0288638137280941, 0.019507410004734993, -0.053197238594293594, -0.04844321310520172, + -0.08315087854862213, 0.02097919210791588, -0.007201456930488348, -0.022758040577173233, + -0.03136957436800003, 0.037166569381952286, -0.002484644530341029, -0.030195219442248344, + 0.024701369926333427, -0.05487684905529022, 0.05591899901628494, -0.012313012965023518, + -0.008987084031105042, -0.035857606679201126, -0.01949782483279705, 0.014295412227511406, + -0.07333238422870636, -0.08297128975391388, 0.005827328190207481, -0.05795643478631973, + -0.008639761246740818, 0.026546960696578026, 0.0312679223716259, 0.0031430369708687067, + -0.050808701664209366, 0.04994478449225426, -0.03949810564517975, 0.09090571105480194, + 0.02495611645281315, -0.04863160103559494, -0.07539117336273193, 0.09604049474000931, + 0.048468999564647675, -0.049555741250514984, 0.007452849764376879, -0.034149572253227234, + 0.029954439029097557, -0.04978189617395401, -0.0022218257654458284, 0.02859613671898842, + 0.03372301533818245, 0.05987464264035225, 0.030285917222499847, 0.04764831066131592, + -0.029194708913564682, 0.020135298371315002, 0.02727968618273735, 0.008354109711945057, + -0.022062605246901512, 0.060695428401231766, -0.07513427734375, -0.017383789643645287, + 0.022949591279029846, 0.035707782953977585, 0.06977090984582901, -0.08929850906133652, + -0.02432120032608509, 0.03395528346300125, 0.018537012860178947, -0.0013167246943339705, + -0.05766119062900543, 0.0029145400039851665, 0.0007840234902687371, 0.007017580792307854, + 0.02956438437104225, 0.013614632189273834, -0.0648161917924881, 0.03345805034041405, + -0.052033476531505585, -0.0073499297723174095, 0.09078383445739746, 0.039837583899497986, + -0.034827277064323425, -0.03810669109225273, -0.03530433773994446, -0.05612222105264664, + -0.09895486384630203, 0.013981802389025688, 0.049827635288238525, -0.02385326474905014, + 0.06869400292634964, -0.05261964723467827, 0.0090645058080554, 0.08026432245969772, + -0.05107497051358223, 0.04424358159303665, -0.017607424408197403, -0.0327560156583786, + -0.003016996430233121, 0.03596615791320801, 0.023342007771134377, -0.00028886031941510737, + 0.020273879170417786, -0.001985272392630577, -0.03340847045183182, 0.004894491285085678, + -0.04195207357406616, -0.02841322124004364, 0.012727847322821617, -0.024546602740883827, + 0.06351102143526077, 0.05195312947034836, -0.04451318830251694, 0.04680708050727844, + -0.07995066046714783, -0.04293511062860489, 0.04769083112478256, 0.11147690564393997, + 0.04833969846367836, 0.013701776042580605, -0.11312542855739594, -0.01838178001344204, + 0.00644550658762455, -0.08149117976427078, 0.03362474963068962, -0.03729249909520149, + -0.0626906156539917, -0.010119976475834846, -0.019589101895689964, -0.03603503480553627, + -0.08796798437833786, 0.05582993105053902, -0.011649244464933872, -0.036455120891332626, + -0.0141687523573637, -0.05756009742617607, -0.008998219855129719, -0.07433534413576126, + 0.045057281851768494, -0.02461518906056881, 0.006194758228957653, -0.018984416499733925, + -0.04026498273015022, -0.031222481280565262, -0.03475235030055046, -0.05397612228989601, + 0.04761945456266403, 0.01777901127934456, 0.006481233984231949, 0.037854764610528946, + -0.013369216583669186, -0.011322695761919022, -0.04648151248693466, 0.04899908974766731, + -0.022285204380750656, 0.09831579774618149, 0.03228962793946266, -0.05861552804708481, + 0.04374830797314644, -0.004369251895695925, -0.054117828607559204, -0.02002299763262272, + -0.024237042292952538, -0.05423641949892044, -0.02306767739355564, 0.0210520438849926, + -0.018786892294883728, -0.006624045316129923, 0.02611037716269493, 0.012661742977797985, + 0.05689145624637604, 0.01110622938722372, 0.01583431102335453, 0.07558876276016235, 0.03741807863116264, + -0.005971583072096109, 0.008856960572302341, 0.0453997403383255, 0.011896634474396706, + -0.02854558639228344, 0.04171673581004143, -0.04227796196937561, -0.04213041067123413, + 0.049144163727760315, -0.08317284286022186, -0.0028266734443604946, 0.015136152505874634, + 0.08095058053731918, 0.011087963357567787, 0.12340710312128067, -0.01122287567704916, + 0.008994928561151028, -0.003161397762596607, 0.052190620452165604, 0.018845556303858757, + -0.040889907628297806, 0.020728252828121185, 0.0419289693236351, 0.07792128622531891, + -0.050482962280511856, 0.08089438825845718, 0.05792933329939842, -0.010500047355890274, + -0.004580484237521887, -0.014748327434062958, -0.03330468386411667 + ], + [ + 0.06493019312620163, -0.007682951167225838, -0.07593920081853867, 0.00931576732546091, + -0.03847692161798477, 0.03306489810347557, 0.05167362466454506, -0.02335178665816784, + 0.04308405891060829, -0.02608593925833702, -0.06342984735965729, -0.061944376677274704, + 0.05001425743103027, 0.042692892253398895, 0.027123818174004555, -0.016069434583187103, + 0.01593184843659401, -0.034658171236515045, -0.0547303780913353, -0.04146607592701912, + 0.0012891646474599838, -0.06725340336561203, -0.03280647099018097, -0.03458593040704727, + -0.038878656923770905, 0.044259730726480484, -0.008130195550620556, -0.008329448290169239, + -0.002790319500491023, -0.012113894335925579, 0.012733588926494122, -0.03024151735007763, + 0.02192588709294796, 0.0147925466299057, -0.004304518457502127, 0.02109553851187229, + 0.024044465273618698, 0.00594380684196949, 0.006537723354995251, 0.00597669230774045, + -0.038865260779857635, -0.005813909694552422, -0.0411524623632431, -0.044148243963718414, + 0.04004203528165817, 0.0685730054974556, 0.0350726954638958, 0.06212667375802994, 0.10841737687587738, + 0.0337078832089901, -0.03824525699019432, -0.0538269579410553, -0.01332078780978918, + -0.008183800615370274, -0.08751650154590607, 0.04584062471985817, -0.05465659871697426, + 0.002518976805731654, 0.06204591691493988, 0.00898168608546257, -0.041028086096048355, + -0.02645135298371315, 0.014190529473125935, 0.09971624612808228, -0.012295622378587723, + -0.014684164896607399, -0.05114113166928291, 0.03564690053462982, -0.009818716906011105, + -0.02796313166618347, 0.0053127603605389595, 0.0332806371152401, -0.01189346518367529, + -0.04082408547401428, 0.049411091953516006, 0.09811040014028549, 0.005465805996209383, + -0.0659073069691658, 0.039728838950395584, -0.06234430521726608, -0.002622361294925213, + 0.029940273612737656, -0.04072924330830574, 0.027777964249253273, 0.03185689076781273, + -0.0029296348802745342, 0.04153376817703247, 0.003587606828659773, -0.026116399094462395, + 0.040896158665418625, -0.022448381409049034, -0.06138363108038902, 0.05957323685288429, + 0.020865125581622124, 0.06704260408878326, 0.008317766711115837, -0.07428890466690063, + -0.054180290549993515, -0.0755906030535698, 0.091244637966156, 0.012396995909512043, + -0.012208790518343449, 0.00424201600253582, -0.09068305045366287, -0.022213248535990715, + -0.03193877637386322, 0.0065583097748458385, 0.05239655077457428, 5.622426215268206e-6, + -0.0407596156001091, -0.06986837089061737, 0.05651950091123581, 0.011390606872737408, + -0.0623285174369812, -0.033017951995134354, 0.061077602207660675, 0.0076385862194001675, + -0.004705606959760189, 0.042064689099788666, 0.05138197913765907, 0.04019046574831009, + -0.02192547544836998, 0.03094424307346344, 0.043409690260887146, -0.023157980293035507, + -0.06737016886472702, -0.07490770518779755, -0.026633741334080696, 0.041375532746315, + -0.046280428767204285, 0.06789197772741318, 0.015872308984398842, -0.008403584361076355, + -0.08005037158727646, 0.006725209299474955, -0.06056900694966316, -0.035827603191137314, + 0.030803188681602478, -0.012805021367967129, -0.04172099754214287, -0.04977517947554588, + 0.007815833203494549, 0.04792628064751625, 0.03086163103580475, -0.018161481246352196, + 0.05521119013428688, -0.045112624764442444, -0.0879245176911354, 0.02970779873430729, + -0.03832666203379631, 0.001936705899424851, 0.00497867027297616, -0.001789344591088593, + 0.010998018085956573, -0.0015513934195041656, -0.006966582499444485, 0.03888848423957825, + -0.01614072360098362, -0.0464467853307724, -0.07458002865314484, -0.048515282571315765, + -0.02377857081592083, -0.027550319209694862, 0.06297434866428375, 0.0032743585761636496, + 0.00930145476013422, -0.032996635884046555, -0.034617356956005096, 0.010663123801350594, + 0.02478870563209057, 0.039848778396844864, 0.08005905151367188, 0.07139895111322403, + -0.00841641053557396, -0.00926931481808424, 0.018864095211029053, 0.015257243998348713, + 0.04276855289936066, -0.07577688246965408, 0.034987371414899826, 0.009904089383780956, + -0.04117640107870102, 0.043364569544792175, 0.021848240867257118, 0.012987696565687656, + -0.0032685340847820044, 0.0032233563251793385, -0.03404930979013443, -0.03904172405600548, + 0.022526782006025314, -0.027601925656199455, -0.048683952540159225, -0.0013275156961753964, + 0.03994930163025856, -0.05617794767022133, -0.015720445662736893, 0.05622530356049538, + -0.07033824920654297, -0.015130136162042618, 0.020300578325986862, 0.07324858009815216, + 0.012393401935696602, -0.023738767951726913, 0.022912822663784027, -0.05565950274467468, + -0.03287847340106964, 0.015842052176594734, -0.08112206310033798, 0.009509206749498844, + -0.006989805959165096, -0.048488568514585495, 0.054328110069036484, -0.009381359443068504, + 0.017449308186769485, 0.07542811334133148, 0.06684286892414093, 0.0160013809800148, + 0.031345196068286896, -0.05171080678701401, -0.004478790797293186, 0.0893213152885437, + -0.021862171590328217, -0.021751221269369125, -0.040703605860471725, 0.007855582050979137, + -0.02296951785683632, -0.0110883554443717, 0.029788579791784286, 0.024378156289458275, + 0.005716979969292879, 0.031838156282901764, 0.030179360881447792, -0.0065850671380758286, + 0.017768489196896553, 0.0384247824549675, -0.010645793750882149, 0.03315548226237297, + -0.04248432442545891, -0.0037417577113956213, 0.030041439458727837, -0.0019295653328299522, + 0.06132059171795845, 0.0007184057030826807, 0.026026370003819466, -0.038086652755737305, + 0.03601854294538498, -0.036983322352170944, 0.05441609397530556, -0.031331777572631836, + 0.033150266855955124, 0.023473942652344704, 0.038239628076553345, -0.020443251356482506, + -0.032400332391262054, -0.027456555515527725, -0.003677337197586894, -0.05963776260614395, + -0.03303952142596245, -0.02564285695552826, -0.008550048805773258, 0.01254783384501934, + -0.012315730564296246, -0.04987563192844391, 0.015220364555716515, 0.03596927598118782, + -0.04905736818909645, 0.016258973628282547, 0.011646107770502567, 0.05855945125222206, + -0.01439588237553835, 0.02670891396701336, 0.0504116453230381, -0.008958496153354645, + 0.052179835736751556, 0.02254134975373745, -0.019559618085622787, -0.06468255817890167, + -0.04418415203690529, 0.055529870092868805, 0.04038066789507866, 0.036108002066612244, + -0.026004169136285782, -0.030579162761569023, -0.01880504935979843, 0.023756137117743492, + 0.07050009071826935, -0.06430171430110931, 0.045071233063936234, 0.05123571678996086, + 0.00990145280957222, -0.044885922223329544, 0.08161568641662598, -0.06364838778972626, + -0.09213462471961975, 0.018183862790465355, -0.028838766738772392, -0.005878687370568514, + -0.10056522488594055, 0.05013298615813255, -0.002543726935982704, 0.018447844311594963, + 0.030008891597390175, 0.05015367269515991, 0.017315974459052086, -0.05926607921719551, + -0.023552939295768738, 0.007186077069491148, -0.0106922946870327, -0.029904736205935478, + 0.007971106097102165, -0.03837878257036209, -0.0038533522747457027, 0.00035323805059306324, + 0.00453240005299449, -0.028630172833800316, 0.023093461990356445, 0.01731240376830101, + 0.05347229167819023, 0.07719656825065613, 0.03225131705403328, -0.055388085544109344, + -0.00635481858626008, 0.02156188152730465, 0.06061485782265663, 0.036686480045318604, + 0.028154557570815086, -0.01853013224899769, 0.008623698726296425, 0.03630776330828667, + -0.010725446045398712, 0.01221108715981245, -0.015844495967030525, -0.055361874401569366, + 0.053981028497219086, -0.07836419343948364, -0.01952086202800274, 0.018234625458717346, + -0.047346118837594986, -0.031890809535980225, -0.021787595003843307, -0.06360916793346405, + -0.026040321215987206, -0.01919643022119999, 0.05762256309390068, 0.04847842827439308, + -0.004920403938740492, 0.021783623844385147, 0.05862756818532944, -0.003572603687644005, + 0.018043778836727142, 0.0071344380266964436, -0.031587157398462296, -0.05521603673696518, + -0.03397070989012718, -0.05380282551050186, 0.024937238544225693, 0.02531544677913189, + -0.03598279505968094, -0.023651408031582832, -0.02650846727192402, -0.05147243291139603, + 0.08408015966415405, 0.03868875652551651, -0.026463350281119347, 0.040477123111486435, + -0.03567786142230034, -0.044636256992816925, -0.013139632530510426, -0.06218220666050911, + -0.032959792762994766, -0.06549008190631866, -0.021541360765695572, 0.05699428915977478, + 0.028287837281823158, 0.0021848431788384914, 0.007634097244590521, -0.00961817055940628, + 0.03401000425219536, 0.008814221248030663, 0.05539802089333534, 0.009088884107768536, + -0.0015600334154441953, 0.03412887081503868, 0.03161757439374924 + ], + [ + -0.011955482885241508, -0.026449302211403847, -0.07358132302761078, -0.028828462585806847, + -0.042033784091472626, 0.05322610214352608, -0.013749727047979832, 0.03898631036281586, + 0.06077738106250763, 0.03787383809685707, -0.04402320086956024, -0.0016341082518920302, + -0.018879076465964317, 0.11315245926380157, -0.008154229260981083, -0.04450332745909691, + -0.0064420271664857864, -0.01960052363574505, 0.08628112077713013, -0.06487171351909637, + 0.0065932245925068855, 0.039818987250328064, 0.07871691882610321, -0.03948070481419563, + 0.006340043619275093, 0.023629359900951385, -0.08332983404397964, 0.07687970250844955, + 0.02292564883828163, 0.05870252847671509, -0.052264504134655, 0.040655892342329025, 0.0632314383983612, + 0.026330621913075447, 0.0034664832055568695, 0.015693502500653267, 0.008896500803530216, + -0.08937416225671768, 0.04303029924631119, -0.0057485876604914665, -0.05318666994571686, + 0.0027268207632005215, 0.06529628485441208, 0.05068998038768768, -0.034182220697402954, + 0.04461516812443733, 0.009359029121696949, 0.031250692903995514, -0.0259698536247015, + 0.07136446237564087, 0.04815486818552017, 0.02804190292954445, 0.011046910658478737, + -0.02230263501405716, 0.03606834262609482, 0.07130943238735199, -0.07652597874403, + -0.014738326892256737, 0.07163254171609879, -0.05772507190704346, 0.020102381706237793, + -0.05609314888715744, -0.04217913746833801, 0.07055079191923141, 0.02969859167933464, + 0.050665609538555145, -0.03132016956806183, 0.05061304569244385, -0.02716568484902382, + -0.08695585280656815, -0.04117518663406372, 0.011225540190935135, 0.06559127569198608, + 0.018164969980716705, 0.04737091809511185, -0.026163587346673012, 0.07368724048137665, + 0.04029142111539841, 0.0035862422082573175, -0.008984535932540894, -0.011140086688101292, + 0.08909907191991806, 0.04548540711402893, 0.06774763017892838, 0.01573103480041027, + -0.008707038126885891, 0.011674710549414158, -0.051045216619968414, -0.012183085083961487, + 0.038452982902526855, 0.0597308948636055, -0.01840914972126484, -0.016960643231868744, + 0.009139387868344784, -0.09036609530448914, -0.0032406048849225044, -0.040223658084869385, + 0.044160809367895126, 0.034894488751888275, -0.01075048465281725, -0.05529000982642174, + -0.01572330668568611, -0.07220926135778427, 0.03717544302344322, -0.0016103009693324566, + 0.03290167450904846, 0.018774643540382385, 0.03989551216363907, 0.025177093222737312, + 0.030695123597979546, 0.016799800097942352, 0.016297344118356705, -0.03460090607404709, + 0.04173288494348526, 0.026680393144488335, -0.012265997007489204, -0.02079443633556366, + 0.02287924475967884, 0.07466410845518112, -0.054152339696884155, -0.05511590465903282, + -0.09657283127307892, -0.03358668461441994, -0.0469156913459301, 0.010271038860082626, + -0.03564957529306412, -0.01360885240137577, -0.00015387285384349525, -0.028831081464886665, + -0.03430812060832977, 0.06640629470348358, -0.020747704431414604, 0.04439346864819527, + -0.10432512313127518, 0.08306871354579926, -0.008580665104091167, -0.03359000384807587, + 0.05929573252797127, 0.00683803902938962, -0.025338202714920044, -0.04276321083307266, + -0.04797859489917755, 0.029717376455664635, 0.025364993140101433, -0.032006341964006424, + 0.006146866828203201, 0.010258179157972336, 0.06017746031284332, -0.025966614484786987, + 0.04730493575334549, -0.028834378346800804, -0.038894958794116974, 0.048268627375364304, + -0.0031275220680981874, 0.053702257573604584, -0.06645821034908295, 0.042327504605054855, + 0.010341443121433258, -0.010883850045502186, -0.06756795197725296, 0.005846136249601841, + -0.038411784917116165, 0.041705746203660965, -0.0182865709066391, 0.004094716627150774, + 0.03554866462945938, -0.010386777110397816, -0.013358667492866516, 0.06654303520917892, + -0.025477644056081772, 0.01341269351541996, 0.03895822912454605, -0.017132261767983437, + -0.06883129477500916, -0.029097216203808784, -0.07961902022361755, 0.02547599747776985, + -0.008283653296530247, -0.013866402208805084, -0.020946357399225235, -0.05425473675131798, + 0.008417363278567791, -0.012707014568150043, 0.08369462937116623, 0.025080179795622826, + -0.01924094371497631, 0.01547133270651102, 0.006315700709819794, -0.0712190642952919, + 0.003402506234124303, -0.02592567168176174, 0.0035559278912842274, 0.024946438148617744, + 0.03784912824630737, -0.007826734334230423, 0.017105909064412117, 0.022109007462859154, + -0.0771828293800354, 0.03774476796388626, -0.026111532002687454, -0.01073636393994093, + -0.026747846975922585, -0.015410186722874641, -0.04215576499700546, -0.07968053221702576, + -0.03149622678756714, 0.008616521954536438, 0.009241631254553795, -0.018654316663742065, + -0.009221811778843403, 0.03023449331521988, 0.02369815483689308, -0.029791027307510376, + -0.009344752877950668, -0.007571934722363949, -0.016053438186645508, 0.036290451884269714, + -0.10268519073724747, -0.0391952320933342, -0.044529110193252563, 0.05190177261829376, + -0.016337888315320015, -0.03434276953339577, 0.021197382360696793, -0.01780903898179531, + -0.024984579533338547, 0.020430907607078552, 0.026365546509623528, 0.020168334245681763, + -0.06207425892353058, 0.01889270544052124, 0.027299365028738976, -0.021636445075273514, + 0.03715486824512482, 0.0052651711739599705, 0.09577402472496033, 0.06107389181852341, + -0.02289290353655815, 0.011096804402768612, 0.0004736668197438121, -0.020962907001376152, + 0.016935938969254494, 0.06484492123126984, -0.092858225107193, -0.05964982509613037, + 0.04057128354907036, -0.037601206451654434, -0.03300711140036583, 0.0047346604987978935, + 0.05095759034156799, 0.03320753201842308, -0.06270232051610947, 0.024626273661851883, + 0.050934650003910065, 0.028097493574023247, -0.07333389669656754, -0.054551027715206146, + -0.03791584447026253, 0.05569303035736084, 0.013461208902299404, 0.044833239167928696, + -0.019206522032618523, 0.009318881668150425, 0.08311942964792252, 0.0159748625010252, + -0.01106751523911953, 0.05233684554696083, -0.0029777984600514174, -0.01884332299232483, + 0.05235147848725319, 0.021724814549088478, 0.12164121866226196, 0.013128579594194889, + 0.05086381360888481, -0.07366567850112915, -0.026853425428271294, -0.030832692980766296, + -0.04861850291490555, 0.026688866317272186, 0.05830978602170944, -0.028253434225916862, + 0.07766897231340408, 0.043432824313640594, -0.07157265394926071, 0.0800979733467102, + 0.00729674706235528, -0.060760773718357086, -0.042212579399347305, 0.0833485946059227, + -0.011491684243083, -0.02758907899260521, -0.025170395150780678, -0.007373027503490448, + 0.027179349213838577, 0.007508561015129089, -0.009096967056393623, -0.014955508522689342, + 0.0056610084138810635, -0.039184242486953735, 0.012271069921553135, 0.059615712612867355, + -0.016883516684174538, -0.07779670506715775, 0.00913313403725624, -0.03797079250216484, + -0.05608765035867691, -0.03401092067360878, -0.0222913920879364, -0.02045504003763199, + -0.010176403447985649, -0.00030526865157298744, -0.0384635403752327, -0.025722693651914597, + -0.04490440711379051, -0.0254658330231905, -0.045663364231586456, -0.017627302557229996, + 0.07282213866710663, -0.025075791403651237, -0.02236500009894371, -0.04660925269126892, + 0.02690352313220501, -0.0872783288359642, -0.054061513394117355, -0.05390222370624542, + 0.039777401834726334, -0.01871771179139614, -0.020368902012705803, -0.019940830767154694, + 0.04335712641477585, -0.03554702177643776, -0.0496094711124897, -0.0477510467171669, + 0.02244929037988186, -0.01858207955956459, -0.04062189534306526, -4.813223495148122e-5, + -0.015002123080193996, 0.017691422253847122, 0.030410129576921463, 0.012900722213089466, + 0.01402845699340105, -0.0036846334114670753, -0.030225440859794617, -0.052259817719459534, + 0.032430339604616165, 0.03008580580353737, 0.013111304491758347, 0.0390256866812706, + -0.01841917261481285, 0.040163304656744, 0.08408179879188538, -0.011726650409400463, + 0.06192996725440025, 0.03663547337055206, -0.02890980802476406, -0.0023738807067275047, + 0.020419057458639145, -0.007953747175633907, 0.005648947786539793, -0.02989766001701355, + 0.04262701794505119, -0.0018479666905477643, -6.464705802500248e-5, 0.061693377792835236, + 0.1552603393793106, 0.04261557012796402, 0.06166469305753708, -0.08434990048408508, + -0.02609691396355629, -0.006110918242484331, 0.046727683395147324, -0.08706536144018173, + -0.0402640700340271, -0.06206490844488144, 0.055997949093580246, 0.04817594587802887, + 0.03275563195347786, 0.005820124875754118, 0.029835278168320656, 0.0200974028557539, + -0.05937875434756279, 0.027644053101539612, -0.06948476284742355 + ], + [ + 0.06628130376338959, -0.003080075839534402, 0.09031791985034943, 0.11141892522573471, + 0.009449837729334831, 0.0741296336054802, -0.019091257825493813, 0.03229783847928047, + -0.017809249460697174, -0.06512272357940674, -0.032340921461582184, -0.05549377202987671, + -0.0077710528858006, 0.06194032356142998, 0.06275494396686554, 0.04614328220486641, + 0.009930812753736973, 0.039889540523290634, 0.025219760835170746, 0.0230098944157362, + 0.05809745565056801, -0.003614070825278759, 0.018154233694076538, 0.0843215212225914, + -0.004993265960365534, -0.025959564372897148, -0.020748386159539223, -0.023821793496608734, + 0.03472436964511871, -0.04956037551164627, 0.04746408760547638, 0.0529027059674263, + -0.04250528663396835, 0.01239828858524561, 0.06253507733345032, -0.033372778445482254, + -0.025873713195323944, 0.04403841122984886, 0.06786172091960907, 0.001912390231154859, + -0.0641578733921051, 0.040442854166030884, 0.01662840135395527, -0.07719114422798157, + 0.006661131978034973, -0.031193245202302933, 0.018490739166736603, 0.04688097536563873, + 0.022638598456978798, -0.08553647994995117, -0.03758714720606804, -0.06593862920999527, + -0.0005096151726320386, -0.07577189803123474, -0.0025008125230669975, 0.03148828446865082, + -0.05603359267115593, 0.03930583596229553, 0.01906750537455082, 0.05797581374645233, 0.0352727547287941, + -0.04636835306882858, -0.03406338766217232, 0.028627170249819756, 0.002475288463756442, + 0.047380972653627396, 0.0009496757411397994, -0.018328988924622536, 0.041093211621046066, + 0.03131097927689552, 0.033669363707304, 0.014340950176119804, 0.023085810244083405, + -0.09550342708826065, 0.024454377591609955, 0.10278168320655823, 0.12289627641439438, + 0.007789392955601215, -0.06387797743082047, 0.033893048763275146, -0.03944716230034828, + -0.06552684307098389, -0.024565689265727997, -0.031292419880628586, -0.022883666679263115, + 0.018152231350541115, -0.09745592623949051, -0.015323324128985405, -0.03177201747894287, + 0.07277154922485352, -0.03284408152103424, -0.04612470045685768, -0.08389981836080551, + -0.01215896662324667, 0.037049613893032074, 0.06839391589164734, -0.11940153688192368, + -0.015147285535931587, 0.016507744789123535, 0.059887874871492386, 0.10925750434398651, + 0.11924739181995392, 0.04821300506591797, -0.04065766558051109, 0.048662424087524414, + -0.001901115640066564, 0.07864825427532196, -0.01166660338640213, -0.07480660080909729, + 0.04084218665957451, 0.060532812029123306, -0.07692638784646988, 0.0946129783987999, + -0.05150238424539566, -0.03520267456769943, -0.013248758390545845, -0.09411433339118958, + -0.0664711445569992, -0.009611002169549465, -0.00831021647900343, -0.03731799125671387, + 0.03486134111881256, 0.04648592695593834, -0.004066731780767441, 0.03937036544084549, + 0.10596541315317154, -0.09861231595277786, -0.04502682015299797, 0.009020251221954823, + -0.0072244517505168915, 0.01214141957461834, -0.003807641798630357, -0.02086540125310421, + -0.046326469630002975, 0.030076272785663605, -0.09017030894756317, 0.13942945003509521, + -0.043397773057222366, -0.10270377993583679, -0.03297668695449829, 0.033009108155965805, + -0.04178864508867264, -0.018218399956822395, -0.07196449488401413, -0.05407845601439476, + -0.05120370164513588, -0.046921320259571075, -0.04636369273066521, -0.031443387269973755, + 0.10433750599622726, 0.0032950511667877436, -0.05648690462112427, -0.009747064672410488, + -0.047624967992305756, 0.07834547758102417, -0.12925374507904053, 0.007370730862021446, + 0.007070618215948343, -0.09671621769666672, 0.05962975695729256, -0.07152342051267624, + 0.07042065262794495, 0.06532405316829681, -0.027937445789575577, 0.10198954492807388, + 0.01587218977510929, 0.09066375344991684, -0.003393252845853567, -0.038261815905570984, + 0.09811719506978989, 0.0037366189062595367, -0.006906480528414249, -0.03632383793592453, + 0.018975894898176193, -0.04922366142272949, 0.022248832508921623, -0.062478724867105484, + 0.10636387765407562, -0.014572913758456707, -0.0014423937536776066, -0.030982354655861855, + 0.04554292559623718, 0.013844580389559269, 0.027075577527284622, -0.05372137203812599, + -0.04764244332909584, 0.04508001729846001, -0.033629242330789566, -0.021107899025082588, + 0.038443248718976974, -0.0010399335296824574, -0.019103070721030235, 0.11327501386404037, + 0.08306826651096344, -0.08975884318351746, -0.002142076613381505, -0.0273203793913126, + -0.038771744817495346, 0.08271918445825577, -0.07798732817173004, 0.017112378031015396, + -0.10725876688957214, 0.0005171906668692827, -0.08663510531187057, 0.011569504626095295, + -0.02817833609879017, 0.03750624880194664, -0.04605880379676819, -0.049364976584911346, + 0.11181871592998505, -0.028001360595226288, 0.05406637489795685, 0.052820153534412384, + 0.05134330317378044, -0.04099702835083008, -0.024296993389725685, -0.02616603672504425, + -0.04677471145987511, 0.006101688835769892, -0.006835971027612686, -0.045351069420576096, + -0.024105899035930634, 0.03787362948060036, 0.04434160888195038, 0.03299706056714058, + 0.04213731363415718, 0.00146391277667135, -0.0027145498897880316, 0.02625027485191822, + -0.06206726282835007, 0.05220341309905052, -0.03973238542675972, -0.005073478911072016, + -0.0533694252371788, -0.008917405270040035, 0.022308139130473137, 0.06726451218128204, + 0.04882636293768883, -0.11683445423841476, -0.06378069519996643, -0.0042314836755394936, + -0.012357420288026333, 0.043741729110479355, 0.04847675934433937, -0.06105056777596474, + 0.007079639006406069, -0.00510598998516798, -0.035269416868686676, 0.10548499971628189, + 0.06888595223426819, 0.008151637390255928, -0.0037357036489993334, -0.05037681758403778, + -0.04103083908557892, 0.0018737122882157564, -0.046605538576841354, -0.025505760684609413, + 0.010970002971589565, -0.000361228157998994, 0.004594178404659033, -0.027725523337721825, + 0.0466788187623024, -0.014991111122071743, -0.0060691507533192635, -0.008503591641783714, + -0.08020400255918503, 0.004899617284536362, -0.028207644820213318, 0.025112472474575043, + -0.044144563376903534, -0.039645109325647354, 0.019881488755345345, -0.09907320886850357, + -0.0076059079729020596, -0.020249443128705025, -0.012165906839072704, 0.03156781569123268, + 0.005499009042978287, 0.009260899387300014, -0.03304092213511467, -0.044158101081848145, + 0.015457125380635262, 0.0002342967054573819, 0.04781974479556084, 0.04061272740364075, + 0.06278513371944427, -0.008004661649465561, -0.02377702109515667, 0.11194272339344025, + -0.008258587680757046, -0.03939197584986687, -0.021300986409187317, -0.06698112934827805, + -0.05728787183761597, -0.02052393928170204, -0.027329260483384132, -0.04055033624172211, + 0.04243795946240425, -0.06749441474676132, 0.029169563204050064, -0.03514871746301651, + -0.1293720304965973, 0.018173756077885628, -0.0251617431640625, -0.12118435651063919, + 0.019725019112229347, -0.010239607654511929, -0.02289566397666931, -0.05227125063538551, + 0.0652262344956398, 0.019233543425798416, 0.03653224930167198, 0.006392308510839939, + 0.09080718457698822, -0.062217939645051956, -0.05869608372449875, 0.07243413478136063, + -0.0328778475522995, 0.04697165638208389, 0.01500759832561016, -0.06533947587013245, 0.0669156014919281, + 0.007982103154063225, -0.016025276854634285, 0.07231420278549194, -0.01531018503010273, + -0.05239032953977585, 0.011468673124909401, -0.019495641812682152, 0.0221206396818161, + -0.01936269737780094, -0.03406728059053421, -0.03746310621500015, 0.1403273344039917, + -0.01861228048801422, -0.009787212125957012, 0.004665005020797253, 0.0694025456905365, + -0.06272068619728088, -0.07195330411195755, 0.008846286684274673, 0.024582702666521072, + -0.10383495688438416, 0.07057534903287888, -0.10394014418125153, 0.00508677726611495, + -0.10557277500629425, 0.0382179394364357, -0.005038160365074873, 0.04355068877339363, + -0.03755651414394379, -0.011917555704712868, 0.02282627671957016, 0.05332338437438011, + 0.05710231140255928, -0.01062361616641283, -0.05338247865438461, 0.07118256390094757, + 0.07711883634328842, -0.0029962407425045967, -0.0896240621805191, 0.017437444999814034, + 0.02865452691912651, -0.024280130863189697, -0.042878150939941406, 0.0639382153749466, + 0.035918403416872025, -0.006084023974835873, -0.059420570731163025, 0.06548662483692169, + 0.09777449071407318, -0.006140115670859814, 0.0011674680281430483, 0.0266425721347332, + -0.01657085306942463, 0.06646173447370529, 0.0013986502308398485, 0.05220748484134674, + -0.0151508878916502, 0.026456914842128754, 0.0226412583142519, 0.05359671264886856, + 0.004798802547156811, 0.013021441176533699 + ], + [ + -0.018273640424013138, -0.05643249675631523, -0.044558439403772354, -0.025487147271633148, + 0.015452035702764988, -0.010449934750795364, 0.0010178463999181986, 0.04944665729999542, + 0.04683401808142662, 0.009825348854064941, -0.002048217225819826, -0.03820730745792389, + 0.055880218744277954, -0.09047165513038635, -0.02458949014544487, -0.004224050790071487, + 0.05325356498360634, 0.0069557856768369675, -0.06721623241901398, 0.05072331055998802, + -0.02351674996316433, -0.03441031649708748, -0.01609298773109913, -0.008711583912372589, + 0.028586139902472496, 0.017309138551354408, 0.08218872547149658, 0.0876162201166153, + -0.04381097853183746, 0.045105308294296265, 0.08483666181564331, -0.02602657862007618, + 0.0018253533635288477, -0.03025861456990242, 0.056585244834423065, 0.015816938132047653, + -0.041713546961545944, -0.0033128890208899975, 0.021842902526259422, 0.002332286909222603, + 0.0019926780369132757, -0.017001504078507423, -0.021890733391046524, -0.009667405858635902, + 0.016291063278913498, -0.007150604389607906, -0.03480434790253639, 0.002834806451573968, + 0.05813787505030632, 0.06583235412836075, -0.024029843509197235, 0.06143862009048462, + 0.032777585089206696, 0.0053572808392345905, -0.026593754068017006, -0.0259974617511034, + -0.01902884989976883, -0.06912733614444733, -0.00911784078925848, -0.032475411891937256, + -0.010851681232452393, 0.02707570232450962, 0.026817891746759415, -0.028289200738072395, + 0.019588278606534004, -0.05128704756498337, 0.005554066505283117, 0.0052595725283026695, + -0.007227080408483744, 0.010721097700297832, 0.021869946271181107, 0.006838264409452677, + -0.04061821475625038, -0.008210242725908756, -0.025743652135133743, -0.024170557036995888, + -0.0778038427233696, 0.037261709570884705, 0.016762567684054375, -0.07420112192630768, + 0.03442296385765076, 0.011622275225818157, 0.005097327753901482, -0.030737251043319702, + 0.031315866857767105, -0.03496428579092026, -0.019369615241885185, 0.05898112803697586, + 0.06655994057655334, 0.03404198959469795, -0.02552778460085392, 0.02972584404051304, + -0.002337571932002902, -0.027602866291999817, 0.017599228769540787, -0.019018838182091713, + -0.03847843036055565, 0.030529754236340523, -0.04167452082037926, 0.03541840985417366, + 0.04319040849804878, -0.04204564169049263, 0.025907086208462715, 0.00969073735177517, + 0.020946098491549492, -0.0368715301156044, -0.03062841109931469, 0.06604702025651932, + 0.012582221999764442, -0.03264821320772171, -0.03028738684952259, 0.07140085846185684, + 0.0020544708240777254, 0.017783688381314278, -0.008705313317477703, 0.03434629365801811, + 0.10547292977571487, 0.025089329108595848, 0.016112498939037323, -0.008651313371956348, + -0.01349541638046503, -0.021557236090302467, -0.04858516529202461, 0.0519123375415802, + -0.011749436147511005, -0.05019265040755272, 0.028925415128469467, -0.046324510127305984, + 0.035908449441194534, 0.0363609604537487, 0.05139830335974693, -0.002179903443902731, + -0.01928754523396492, 0.03266250714659691, -0.03545819967985153, -0.030071290209889412, + -0.008597774431109428, 0.017633449286222458, 0.01583581417798996, 0.0034264130517840385, + 0.020907171070575714, 0.08864901959896088, 0.035855188965797424, -0.014081398025155067, + 0.05336463078856468, 0.039092157036066055, -0.02518695592880249, -0.007347302045673132, + 0.05569557473063469, 0.02740098536014557, -0.021799009293317795, -0.08726555109024048, + -0.060414183884859085, 0.019276127219200134, -0.031586769968271255, -0.0032308052759617567, + 0.00019296054961159825, 0.03195979446172714, -0.03913772106170654, -0.024954533204436302, + -0.05343072861433029, -0.031229106709361076, -0.025690019130706787, 0.02855365164577961, + -0.09722912311553955, 0.07020571827888489, -0.004570204298943281, 0.00481295445933938, + 0.041752889752388, 0.027215635403990746, 0.026557553559541702, -0.020187467336654663, + 0.0488356277346611, 0.06231582537293434, -0.014457190409302711, 0.06440166383981705, + 0.011909660883247852, 0.05058250203728676, 0.045543648302555084, 0.039287202060222626, + -0.0782417356967926, -0.015854807570576668, -0.05014627054333687, -0.08451336622238159, + -0.06217801570892334, -0.018905973061919212, -0.03686070442199707, -0.018567463383078575, + -0.034562405198812485, -0.004625863395631313, -0.09478302299976349, -0.00017567022587172687, + -0.03372539207339287, 0.015485778450965881, -0.03426060080528259, 0.005200582556426525, + 0.00676720729097724, 0.07442932575941086, -0.0075693815015256405, 0.00027677914476953447, + 0.09694609045982361, 0.08733818680047989, -0.06246747449040413, 0.06963804364204407, + 0.039423972368240356, 0.06914537400007248, 0.06847447156906128, 0.019347194582223892, + 0.0793098583817482, -0.058446887880563736, 0.005301068536937237, 0.03564496338367462, + 0.10257957875728607, 0.03089098073542118, 0.014455139636993408, 0.025804758071899414, + -0.007255375850945711, 0.03154569864273071, -0.03290088102221489, -0.011736344546079636, + 0.06392580270767212, -0.0690055564045906, -0.07285404205322266, -0.02952103689312935, + -0.012615544721484184, 0.024283843114972115, -0.05128644034266472, -0.021509403362870216, + 0.004450591281056404, 0.06411000341176987, 0.020527150481939316, -0.060658760368824005, + 0.10890739411115646, -0.04495330899953842, 0.0682843029499054, -0.033906929194927216, + -0.0015232355799525976, -0.054899267852306366, 0.08389684557914734, -0.0638052299618721, + 0.011044093407690525, 0.00704192416742444, -0.05371226742863655, 0.045687295496463776, + -0.01214554999023676, 0.06437880545854568, 0.028300317004323006, -0.016211465001106262, + 0.011751602403819561, 0.021428339183330536, -0.0008131600334309042, 0.02670646272599697, + 0.0349113903939724, 0.012648309580981731, -0.030493441969156265, -0.011210470460355282, + 0.026813441887497902, -0.04316700994968414, -0.025801466777920723, 0.0010249026818200946, + -0.016102395951747894, 0.025772707536816597, 0.02337045595049858, -0.05099094286561012, + 0.0002339218044653535, -0.03183666616678238, -0.03855973854660988, -0.0577540323138237, + 0.03224853798747063, -0.052141837775707245, -0.008169155567884445, -0.0489039346575737, + -0.012437213212251663, -0.056931816041469574, -0.004854028578847647, -0.0661952868103981, + -0.047840770334005356, 0.03914809599518776, 0.045115213841199875, -0.07218633592128754, + 0.022736629471182823, 0.019299864768981934, 0.04178609699010849, -0.01290940959006548, + -0.10602150857448578, 0.0605984665453434, -0.059020981192588806, -0.06068425625562668, + -0.023230232298374176, -0.052665967494249344, -0.0007993074250407517, -0.003423648187890649, + 0.013994036242365837, 0.004575447179377079, -0.0057887970469892025, -0.08250319957733154, + 0.00415042694658041, 0.022099072113633156, 0.09982696920633316, 0.011140652932226658, + 0.05200079828500748, 0.021558096632361412, 0.01571822352707386, 0.02679295837879181, + 0.03291969373822212, 0.0002670519461389631, -0.03000313602387905, 0.054096370935440063, + -0.014798985794186592, -0.006185587495565414, 0.005075290333479643, 0.0793163850903511, + 0.020109646022319794, 0.04364924132823944, 0.0043561928905546665, 0.04139096289873123, + -0.022363625466823578, 0.06397039443254471, 0.060860998928546906, -0.03501330688595772, + -0.03475533425807953, -0.08638846129179001, 0.04174231365323067, 0.10691282153129578, + -0.030099892988801003, -0.008313753642141819, 0.007426687050610781, -0.0786110982298851, + 0.02362971566617489, -0.02433265559375286, 0.046037666499614716, -0.0035007663536816835, + -0.01183133665472269, -0.03025851771235466, 0.014958737418055534, 0.10510548204183578, + 0.054467830806970596, -0.07155586779117584, 0.013863591477274895, 0.03107534535229206, + -0.016655897721648216, -0.018022119998931885, 0.034708864986896515, 0.040896039456129074, + 0.0890405997633934, 0.0527355931699276, -0.05081804096698761, -0.036774761974811554, + -0.0714336633682251, 0.043194860219955444, -0.033460475504398346, -0.048219699412584305, + 0.015017766505479813, 0.018495896831154823, 0.017359934747219086, 0.02006310224533081, + -0.07027111202478409, 0.021826788783073425, -0.022919688373804092, -0.011251176707446575, + 0.04327409714460373, -0.023091483861207962, -0.01410171203315258, -0.03514328971505165, + 0.028855502605438232, -0.07197701185941696, -0.027013590559363365, -0.05322781950235367, + 0.01446075551211834, -0.010175558738410473, -0.005109334364533424, -0.09756022691726685, + 0.039396386593580246, 0.023305941373109818, -0.025948025286197662, 0.01944356970489025, + -0.07596199959516525, 0.028611812740564346, -0.09558634459972382, -0.018315428867936134, + 0.03989595174789429, -0.016349464654922485, -0.05088786780834198, -0.03076651133596897 + ], + [ + -0.026942873373627663, -0.032686393707990646, 0.02222452312707901, -0.026312509551644325, + 0.046061210334300995, -0.03181878477334976, -0.04710182920098305, 0.0020933975465595722, + -0.005463764537125826, -0.045369043946266174, -0.048351433128118515, -0.04032836854457855, + -0.04628736525774002, 0.08308189362287521, -0.030246861279010773, -0.016720592975616455, + -0.029458310455083847, -0.005192555952817202, 0.04422944784164429, -0.043479517102241516, + 0.013798237778246403, 0.016833605244755745, -0.0063584051094949245, -0.005105193704366684, + 0.019308527931571007, -0.0352354422211647, -0.07820526510477066, -0.019543949514627457, + 0.05992859601974487, 0.03050238825380802, -0.06210417300462723, -0.045568399131298065, + -0.08782794326543808, -0.025023389607667923, 0.038384824991226196, -0.012361063621938229, + -0.006757267285138369, 0.01265028677880764, -0.06332031637430191, -0.02836672216653824, + 0.013903612270951271, 0.043459124863147736, 0.045161668211221695, -0.03825528174638748, + 0.0003567918611224741, 0.07243065536022186, -0.03220721334218979, 0.05230379477143288, + -0.004763111937791109, 0.0033289336133748293, 0.021744368597865105, 0.07045059651136398, + -0.053121183067560196, -0.01141553744673729, -0.08138231188058853, -0.022570516914129257, + -0.024890996515750885, -0.016876162961125374, -0.026575688272714615, -0.03718356043100357, + 0.03959338739514351, -0.01587994210422039, -0.02794797532260418, -0.057451341301202774, + 0.07121605426073074, -0.04891332983970642, 0.010725505650043488, -0.02768600359559059, + -0.01927831955254078, 0.010389258153736591, 0.03995195031166077, 0.007417317479848862, + 0.06931346654891968, -0.0754559338092804, 0.0022280211560428143, 0.053071655333042145, + 0.06086878105998039, -0.020685147494077682, -0.03873063623905182, 0.012716536410152912, + -0.014466057531535625, 0.041101839393377304, 0.026590537279844284, -0.00490338122472167, + -0.007105270866304636, 0.035772159695625305, 0.01491229236125946, 0.030909588560461998, + -0.0066936505027115345, 0.03560749813914299, 0.05151675269007683, -0.020485585555434227, + -0.004294477868825197, -0.02188270352780819, -0.05773141235113144, -0.029882635921239853, + -0.016207750886678696, 0.10478473454713821, 0.043924763798713684, 0.034962017089128494, + 0.016696883365511894, -0.053989555686712265, 0.03936733677983284, 0.019919350743293762, + -0.03993774950504303, -0.0062230671755969524, 0.04255468770861626, 0.026727456599473953, + 0.030227897688746452, -0.05469251424074173, -0.022176174446940422, -0.04425070434808731, + 0.08605624735355377, 0.02304345928132534, -0.06152850016951561, 0.059374723583459854, + -0.0741451233625412, -0.011048320680856705, 0.026534566655755043, -0.001493797986768186, + -0.028084900230169296, 0.006577567663043737, -0.0029580502305179834, 0.0006240143557079136, + 0.012258250266313553, 0.06482918560504913, -0.1046975627541542, -0.03647565469145775, + 0.03982120007276535, -0.08432874828577042, -0.02569253370165825, -0.08400334417819977, + -0.00979816447943449, 0.006518218200653791, -0.029405316337943077, -0.08497848361730576, + 0.1021965891122818, 0.001205200213007629, -0.07709206640720367, -0.020078174769878387, + -0.0637919008731842, -0.008264333941042423, 0.046998631209135056, -0.005145746748894453, + -0.06683917343616486, -0.0032082952093333006, -0.026599904522299767, 0.009361527860164642, + -0.01514201145619154, 0.04281086474657059, 0.024720272049307823, -0.014783784747123718, + 0.030295580625534058, 0.007965530268847942, 0.0288194939494133, -0.009347614832222462, + 0.009787977673113346, -0.0531073622405529, 0.10931330919265747, 0.048773106187582016, + 0.040242306888103485, 0.05434127151966095, -0.04572351276874542, 0.05636969953775406, + 0.08214358240365982, -0.03881649300456047, 0.057647742331027985, -0.10459639132022858, + -0.04635980352759361, 0.03689226508140564, 0.007445385679602623, 0.017209704965353012, + -0.04809156432747841, -0.029833706095814705, -0.03607915714383125, 0.04394884780049324, + -0.0708141177892685, 0.01934828795492649, -0.00838308222591877, -0.010282937437295914, + 0.0885176882147789, 0.042945496737957, -0.008827289566397667, 0.010140562430024147, 0.0941578596830368, + -0.017814163118600845, 0.041235316544771194, -0.05666152015328407, -0.06555670499801636, + 0.05608336254954338, -0.039858635514974594, 0.056947026401758194, 0.046361684799194336, + -0.004161275923252106, -0.013547622598707676, 0.03274441510438919, -0.0019171008607372642, + -0.06541439145803452, 0.0218733511865139, -0.009460610337555408, 0.0383814312517643, + -0.04368783161044121, -0.04904276132583618, -0.06171334907412529, -0.023264048621058464, + -0.08310060203075409, 0.0005528739420697093, -0.039379432797431946, -0.020530007779598236, + -0.015039263293147087, 0.011109434999525547, 0.05594853684306145, -0.04161450266838074, + 0.06485112756490707, -0.023404525592923164, 0.01103520393371582, -0.021144157275557518, + -0.10588041692972183, 0.024514494463801384, 0.07929141819477081, 0.04110397771000862, + -0.00331073603592813, 0.04507266730070114, -0.0030047670006752014, 0.02901148982346058, + -0.059371087700128555, -0.029655368998646736, 0.1110883429646492, -0.042005907744169235, + -0.05729888752102852, 0.016101127490401268, 0.06682329624891281, 0.008783211931586266, + 0.030993221327662468, 0.01846427284181118, 0.06425683945417404, 0.02856346219778061, + 0.060246922075748444, 0.016998574137687683, 0.050149090588092804, -0.0028267893940210342, + 0.0731208398938179, 0.08248285204172134, -0.026697596535086632, -0.049306247383356094, + 0.012725242413580418, 0.010947437025606632, -0.024542691186070442, -0.0587293915450573, + 0.06673441082239151, -0.04099351912736893, -0.07655227929353714, -0.10491928458213806, + -0.001238598837517202, 0.0038190942723304033, 0.00710714515298605, -0.1047729104757309, + 0.05623427405953407, 0.040995679795742035, 0.030335791409015656, -0.04809805378317833, + -0.03170224279165268, -0.012045272625982761, 0.019215183332562447, -0.04523587226867676, + 0.0041996994987130165, 0.01888655684888363, -0.0022796296980232, 0.027216223999857903, + 0.02462133578956127, 0.043522533029317856, 0.12086525559425354, -0.023348115384578705, + -0.04813947528600693, 0.005012005567550659, -0.019783271476626396, 0.035765141248703, + 0.04711351916193962, 0.028292106464505196, 0.02007845789194107, 0.06915661692619324, + 0.03255723789334297, -0.08537210524082184, -0.03325892984867096, -0.013807790353894234, + -0.03465722128748894, 0.0526578426361084, 0.05792243406176567, 0.028912492096424103, + 0.027133731171488762, 0.0022395572159439325, -0.009320743381977081, -0.06057490035891533, + -0.0035787555389106274, 0.0897267609834671, 0.05034022033214569, -0.012431743554770947, + 0.054238736629486084, 0.014387323521077633, 0.0728263109922409, 0.038760166615247726, + 0.06921613216400146, -0.008354848250746727, 0.003505557309836149, -0.02075282484292984, + 0.023588182404637337, 0.01700635440647602, 0.026607343927025795, 0.0003352632047608495, + -0.01854175329208374, -0.01386400405317545, -0.026062309741973877, -0.023717783391475677, + -0.0461975634098053, -0.04130426421761513, 0.04021715372800827, 0.0966971144080162, + -0.022011978551745415, 0.04033283144235611, -0.040799789130687714, 0.047764524817466736, + -0.022777335718274117, -0.07573473453521729, -0.09334509074687958, -0.015116797760128975, + -0.027078518643975258, 0.07231392711400986, -0.05739983916282654, 0.044025566428899765, + 0.042861927300691605, 0.014897081069648266, -0.03625147417187691, -0.0010979281505569816, + 0.028232239186763763, -0.06302526593208313, -0.025872210040688515, 0.01388937421143055, + 0.09437929093837738, -0.0032263442408293486, -0.023259669542312622, -0.016308635473251343, + -0.013909498229622841, 0.013199357315897942, 0.05667150765657425, 0.032910000532865524, + -0.09769546985626221, 0.07142777740955353, -0.03361276537179947, 0.10031758248806, + -0.039767492562532425, -0.029188482090830803, 0.061139676719903946, 0.03089144080877304, + -0.012441827915608883, -0.06434720009565353, 0.08814241737127304, 0.05790251865983009, + 0.018482517451047897, 0.015775371342897415, -0.07587596029043198, -0.054259900003671646, + 0.041730064898729324, -0.053969163447618484, 0.02500848099589348, 0.03904939070343971, + 0.01399904303252697, -0.01872529275715351, 0.03397374600172043, -0.07091868668794632, + 0.017358632758259773, 0.07512692362070084, 0.05434995889663696, -0.030560072511434555, + -0.05184107646346092, -0.03517939895391464, -0.04526875913143158, 0.053181931376457214, + -0.027871660888195038, 0.07255822420120239, -0.03620775043964386, 0.027697039768099785, + -0.040907345712184906, 0.015891291201114655, -0.036020513623952866 + ], + [ + 0.0459834560751915, -0.0103150624781847, -0.010559341870248318, -0.018141673877835274, + -0.009162313304841518, 0.03467310592532158, -0.011360064148902893, -0.017993658781051636, + -0.02853718213737011, -0.04570240154862404, -0.06089995428919792, 0.025604648515582085, + -0.03471092879772186, 0.021258244290947914, -0.023620354011654854, -0.00020412163576111197, + -0.016162006184458733, 0.03016016073524952, 0.038968317210674286, 0.006966389715671539, + 0.09493699669837952, -0.054043613374233246, 0.038142528384923935, -0.06039715185761452, + 0.008537712506949902, -0.04658212885260582, 0.008735154755413532, -0.01841624081134796, + 0.06842422485351562, 0.028773333877325058, -0.019334454089403152, -0.08550254255533218, + -0.012852695770561695, -0.016783298924565315, 0.04828495904803276, 0.0184017401188612, + 0.049309562891721725, 0.013790723867714405, 0.019160985946655273, -0.03426872193813324, + -0.04577681049704552, 0.06592502444982529, 0.04268729314208031, 0.04891814664006233, + -0.0517999567091465, -0.013141549192368984, 0.03165646642446518, 0.050699494779109955, + -0.03043263591825962, 0.020583629608154297, -0.008990000002086163, 0.05399694666266441, + -0.06746267527341843, 0.014619540423154831, -0.013294500298798084, 0.07567653805017471, + 0.027427129447460175, -0.06856463104486465, 0.02914612740278244, -0.007320827804505825, + 0.012819857336580753, 0.025847705081105232, 0.012407843954861164, 0.006694387644529343, + 0.046487923711538315, 0.024758173152804375, 0.05945185199379921, -0.002345982240512967, + -0.02749289572238922, -0.08028971403837204, -0.006280220579355955, 0.008234236389398575, + 0.03284311294555664, -0.10313035547733307, 0.07375180721282959, 0.0390261709690094, 0.0684041976928711, + -0.06898482888936996, -0.0560980848968029, 0.03563736751675606, 0.030815334990620613, + -0.0007486671092920005, -0.008272114209830761, 0.08299320191144943, -0.03468141704797745, + 0.0015907088527455926, 0.04361060634255409, 0.022390764206647873, 0.004147612489759922, + -0.05306069552898407, -0.02074052207171917, -0.0663558766245842, -0.04180992767214775, + 0.014592795632779598, -0.07587482780218124, 0.012858912348747253, -0.018592534586787224, + 0.09433203190565109, 0.06333222985267639, 0.06047944724559784, -0.006287944968789816, + -0.016673650592565536, -0.043505918234586716, 0.0011260176543146372, 0.006200809963047504, + 0.057106684893369675, 0.02495001070201397, 0.05112069100141525, -0.023334115743637085, + -0.05903002619743347, 0.00788581557571888, 0.006759400013834238, 0.10452170670032501, + 0.013828501105308533, -0.015833279117941856, 0.08231746405363083, -0.039381615817546844, + -0.03540506586432457, 0.04908942058682442, 0.012056696228682995, 0.019564945250749588, + -0.04349438473582268, -0.011612977832555771, 0.013451742008328438, 0.011331514455378056, + -0.04263979569077492, -0.0023260684683918953, -0.03703346848487854, 0.01977391541004181, + 0.024618906900286674, 0.022583847865462303, -0.09415926784276962, 0.009147447533905506, + -0.07182029634714127, 0.061367135494947433, 0.031228821724653244, 0.014091704040765762, + 0.026854222640395164, -0.020259704440832138, 0.03588778153061867, -0.07448288798332214, + -0.07580341398715973, -0.026527486741542816, 0.01925119385123253, -0.010982072912156582, + -0.028801990672945976, 0.008131887763738632, -0.02959340251982212, -0.027545331045985222, + 0.005648281890898943, 0.002420390024781227, -0.05103543773293495, 0.04954094812273979, + 0.03525393083691597, 0.03828747197985649, -0.006232635583728552, 0.021881259977817535, + -0.022595111280679703, 0.09453566372394562, 0.025073084980249405, -0.06438547372817993, + 0.029850710183382034, -0.013668665662407875, -0.041683703660964966, 0.03505023196339607, + -0.05242409557104111, -0.036562107503414154, -0.0056708757765591145, 0.0072107757441699505, + 0.009131467901170254, -0.010776838287711143, -0.005023441277444363, -0.027836963534355164, + -0.04141384735703468, 0.018833395093679428, -0.005253275856375694, -0.042740024626255035, + 0.03915133699774742, -0.00952083058655262, -0.014176206663250923, 0.006805540062487125, + -0.018167121335864067, 0.031025784090161324, 0.032573990523815155, 0.07156272232532501, + -0.025817999616265297, 0.027912547811865807, 0.009283451363444328, -0.02859695814549923, + 0.03325284644961357, 0.06971258670091629, 0.06017065793275833, 0.0966033786535263, 0.09523004293441772, + 0.031127894297242165, 0.05331765487790108, 0.0024215811863541603, -0.08774823695421219, + -0.006526998244225979, -0.039138536900281906, -0.08779995888471603, -0.05689225345849991, + 0.006434897426515818, -0.049648381769657135, -0.08583512157201767, -0.010961690917611122, + -0.007166787050664425, -0.010207739658653736, -0.03392710164189339, 0.03553420677781105, + -0.010612361133098602, 0.04110681638121605, -0.04805324599146843, -0.051063790917396545, + 0.0076105897314846516, -0.004014863166958094, -0.011713246814906597, -0.05939182639122009, + -0.017865054309368134, 0.05890509858727455, 0.04650765657424927, -0.06254079937934875, + -0.06939182430505753, -0.03949460759758949, 0.004853474907577038, -0.09834727644920349, + 0.04637698829174042, 0.06994680315256119, 0.009716996923089027, -0.003334671026095748, + 0.05794346332550049, -0.019382189959287643, -0.03739533573389053, 0.05157552659511566, + 0.008747195824980736, 0.0483567900955677, -0.030103888362646103, 0.028932569548487663, + -0.049470700323581696, 0.06789739429950714, 0.061913251876831055, 0.04082871973514557, + -0.027503572404384613, -0.0435771681368351, 0.0002696479787118733, 7.105773693183437e-5, + 0.005048208869993687, -0.06631122529506683, 0.004900713451206684, 0.051268573850393295, + -0.028786055743694305, -0.017068510875105858, -0.058138374239206314, 0.020710840821266174, + -0.031630318611860275, 0.027533117681741714, -0.05007524415850639, -0.029059452936053276, + 0.009624475613236427, 0.06636303663253784, -0.0035090669989585876, 0.054832182824611664, + 0.045801226049661636, 0.04891882836818695, -0.00626499205827713, -0.10185117274522781, + 0.08807850629091263, 0.07493235170841217, -0.020981645211577415, 0.0042795357294380665, + 0.07340984046459198, -0.017480015754699707, -0.015615973621606827, 0.031221695244312286, + -0.017756754532456398, 0.033381905406713486, 0.04065192863345146, 0.01723344810307026, + 0.04603317379951477, 0.07379388064146042, -0.04298999160528183, 0.0069703334011137486, + 0.02373829111456871, -0.05193904787302017, -0.03844722732901573, -0.03061237558722496, + -0.0671749860048294, 0.03737311810255051, 0.0492432601749897, 0.08919782191514969, -0.02744678594172001, + 0.0063804276287555695, -0.022505994886159897, -0.019472025334835052, 0.020400796085596085, + 0.06556467711925507, 0.045050717890262604, -0.03622809797525406, -0.0185934416949749, + 0.03630039468407631, 0.05893867462873459, -0.018333671614527702, -0.057699333876371384, + -0.026376258581876755, -0.1084497943520546, -0.053607165813446045, -0.045574795454740524, + -0.008118504658341408, 0.026360781863331795, 0.05330905690789223, -0.04173180088400841, + -0.05339866131544113, -0.06150729954242706, -0.032017048448324203, 0.01172019261866808, + 0.0234922394156456, 0.020975857973098755, -0.03059098683297634, 0.05561482161283493, + -0.04707663506269455, 0.04880485683679581, 0.05189158022403717, -0.06876920908689499, + -0.016800206154584885, -0.031017621979117393, -0.04026349261403084, 0.02998092584311962, + 0.0381784588098526, -0.01702195592224598, 0.021924074739217758, 0.011943168006837368, + -0.033395979553461075, 0.04369370639324188, 0.081580251455307, -0.05088547617197037, + 0.025613009929656982, 0.04432270675897598, 0.04808081313967705, -0.08194267004728317, + -0.06755111366510391, -0.03520005941390991, -0.008149109780788422, -0.009020842611789703, + 0.0036790764424949884, -0.07368858903646469, 0.01194220595061779, 0.011081540957093239, + 0.056578319519758224, 0.031307559460401535, 0.004651030991226435, 0.020676927641034126, + 0.07630937546491623, -0.03294309601187706, 0.06425730139017105, 0.013761840760707855, + 0.022707849740982056, -0.04881402105093002, -0.018027372658252716, -0.06059744209051132, + -0.11398524791002274, -0.05358748883008957, 0.07834479957818985, -0.03539789468050003, + -0.05088593810796738, -0.007415297441184521, 0.00756852887570858, 0.055744465440511703, + 0.010361150838434696, 0.06387858092784882, -0.014540717005729675, 0.07531195878982544, + 0.0015794908395037055, -0.011796945706009865, -0.025685543194413185, 0.023017289116978645, + -0.03309471160173416, 0.027458081021904945, 0.010735183022916317, 0.07537493854761124, + 0.013474807143211365, 0.013925734907388687, -0.055289026349782944, -0.0023882645182311535, + -0.057232506573200226 + ], + [ + 0.000272636505542323, 0.035116396844387054, -0.047281429171562195, 0.025813786312937737, + 0.047114595770835876, 0.02080889604985714, -0.00996770616620779, 0.030220119282603264, + -0.006834067869931459, 0.022110484540462494, 0.051194462925195694, -0.04824983701109886, + 0.01740468665957451, -0.05011710897088051, -0.004502920433878899, 0.035952966660261154, + -0.016394024714827538, -0.010561260394752026, -0.09574494510889053, 0.04564192518591881, + -0.01696273684501648, -0.07143935561180115, -0.03671162575483322, 0.0483771488070488, + 0.012025894597172737, 0.05222431570291519, 0.03124154917895794, 0.033826470375061035, + -0.029285935685038567, -0.010883742943406105, 0.06550496816635132, 0.008403114974498749, + 0.005768326576799154, 0.019014138728380203, -0.012400359846651554, -0.07611759752035141, + 0.028323812410235405, 0.044311124831438065, 0.02482035383582115, -0.014838021248579025, + -0.07021062821149826, -0.06314154714345932, 0.04954582452774048, -0.03156742826104164, + -0.037078700959682465, -0.04190555959939957, -0.026343608275055885, 0.04181113466620445, + 0.027705295011401176, 0.021626614034175873, -0.03418431058526039, 0.002702244557440281, + -0.04202648997306824, -0.04682740196585655, 0.0011834322940558195, -0.05433265492320061, + -0.051934368908405304, -0.06791208684444427, 0.005179059226065874, 0.04352373629808426, + -0.007289359346032143, 0.03160081058740616, -0.007787710055708885, 0.0676281675696373, + -0.012389288283884525, -0.056323446333408356, -0.08163200318813324, -0.022941017523407936, + -0.03754974529147148, 0.04567685350775719, 0.0226895734667778, 0.015252655372023582, + -0.03854389488697052, 0.04378599300980568, -0.002616413403302431, -0.022765392437577248, + -0.0162152461707592, -0.07058639079332352, -0.029733436182141304, -0.015091112814843655, + 0.010114187374711037, -0.013957827351987362, 0.02615099959075451, 0.04183368757367134, + 0.0818755030632019, 0.04956936091184616, -0.060117922723293304, 0.018638145178556442, + 0.022558942437171936, 0.003375567030161619, -0.03361006826162338, 0.03646307438611984, + 0.04902499169111252, 0.04739570990204811, 0.03330833837389946, 0.016576088964939117, + -0.030836045742034912, -0.06960990279912949, -0.044753339141607285, 0.09055187553167343, + 0.02185315079987049, 0.013476802036166191, 0.02779574692249298, -0.05917777866125107, + -0.010159718804061413, -0.09923160076141357, 0.07754005491733551, 0.004849451128393412, + -0.008412730880081654, 0.030355004593729973, -0.07704976201057434, 0.07297144085168839, + -0.04532209038734436, 0.020188575610518456, 0.033512622117996216, -0.06850796192884445, + 0.07993849366903305, 0.022519361227750778, 0.029233168810606003, -0.009377394802868366, + -0.008163969032466412, 0.053190071135759354, -0.03534302860498428, 0.00474044494330883, + 0.02054603025317192, -0.07087249308824539, -0.03798761963844299, 0.032740432769060135, + -0.008683832362294197, 0.007189457770437002, -3.4757289540721104e-5, 0.050923965871334076, + 0.051153894513845444, 0.08354469388723373, -0.05873412638902664, 0.04717880114912987, + -0.0944475457072258, -0.010981389321386814, -0.037259574979543686, -0.08064834028482437, + 0.07013779878616333, 0.026212889701128006, 0.046601589769124985, -0.02405558153986931, + -0.019481871277093887, -0.009630690328776836, 0.015948060899972916, -0.018475288525223732, + 0.04435348138213158, 0.0012235220056027174, -0.06469617784023285, -0.05748499929904938, + -0.04982529208064079, -0.01306992582976818, -0.04146873578429222, -0.03507321700453758, + -0.029830489307641983, 0.0972064808011055, -0.04015844687819481, -0.026809310540556908, + -0.08315044641494751, -0.035565443336963654, -0.03924674540758133, 0.06867235898971558, + -0.04754682257771492, 0.04250452294945717, -0.048179835081100464, 0.02545655518770218, + -0.025520287454128265, 0.02729460597038269, -0.0196448415517807, 0.013418751768767834, + 0.015385194681584835, 0.052633531391620636, -0.03471790626645088, 0.01787504553794861, + -0.016682112589478493, 0.0011987481266260147, -0.021739859133958817, -0.0013128964928910136, + 0.019577687606215477, -0.06240561977028847, 0.012302342802286148, -0.06776994466781616, + -0.034517157822847366, -0.030299613252282143, 0.014072862453758717, 0.004256413783878088, + -0.030414436012506485, -0.014440907165408134, -0.031319838017225266, -0.0672464668750763, + -0.07981875538825989, -0.04946289584040642, 0.00795123539865017, -0.008615232072770596, + 0.11248381435871124, 0.03744566813111305, -0.04197964444756508, 0.035933416336774826, + 0.055045973509550095, 0.04839475080370903, -0.01237599365413189, 0.006913339253515005, + 0.026676297187805176, 0.0059134685434401035, 0.06654486060142517, -0.04873506352305412, + 0.05939718335866928, -0.04988309368491173, -0.04099683091044426, -0.005604691803455353, + 0.049924347549676895, 0.06205432862043381, -0.006912322249263525, 0.0083187036216259, + 0.04876643419265747, 0.08704547584056854, -0.045211825519800186, -0.04691194370388985, + 0.0863802582025528, -0.10924095660448074, -0.05103402957320213, -0.03287172317504883, + -0.05713490769267082, 0.03906216472387314, -0.03909733518958092, 0.04576684534549713, + 0.05606366693973541, 0.010212748311460018, 0.0029727488290518522, -0.0697222575545311, + 0.09342037886381149, 0.014247830025851727, -0.0007343837060034275, -0.03783733397722244, + 0.012256846763193607, -0.008675462566316128, 0.09936325997114182, 0.003367826109752059, + 0.02144080400466919, 0.03696318715810776, -0.014336477033793926, 0.0665290430188179, + -0.05323362350463867, -0.0015388911124318838, 0.02936927229166031, 0.05418560653924942, + 0.013817456550896168, 0.015323313884437084, 0.031117133796215057, 0.05947982147336006, + -0.08465083688497543, 0.04638729616999626, 0.032716210931539536, 0.060642559081315994, + 0.029044870287179947, -0.04601316899061203, -0.009036154486238956, 0.028837649151682854, + -0.01867293007671833, -0.07999848574399948, -0.03380293399095535, -0.04633181169629097, + 0.055943217128515244, -0.010475405491888523, -0.045061707496643066, -0.02863307297229767, + -0.02353501319885254, -0.03088643215596676, -0.050951745361089706, -0.0961804911494255, + 0.00762551836669445, 0.016657790169119835, 0.010787074454128742, 0.0035836317110806704, + -0.04811482131481171, 0.069745734333992, 0.002508288249373436, -0.09437006711959839, + 0.03693163022398949, -0.05024874210357666, -0.06557819247245789, -0.0017732724081724882, + -0.015484746545553207, 0.034377533942461014, -0.09017404168844223, 0.016237517818808556, + 0.0432685911655426, -0.04498835653066635, -0.07329559326171875, -0.01884155161678791, + 0.0484270341694355, -0.04654720425605774, -0.0040892381221055984, -0.017696671187877655, + -0.018354320898652077, -0.030795596539974213, 0.04377379268407822, -0.02090431936085224, + 0.06668631732463837, 0.021930884569883347, -0.003605697536841035, 0.06660512834787369, + 0.025027556344866753, -0.03967934846878052, -0.04315759986639023, -0.008751141838729382, + 0.021901629865169525, 0.020030716434121132, -0.004629073198884726, 0.059421833604574203, + 0.019209200516343117, 0.07111593335866928, 0.0017317947931587696, 0.014615046791732311, + -0.017074620351195335, 0.03847675770521164, 0.010109730996191502, -0.031519513577222824, + -0.019394615665078163, 0.024413874372839928, 0.04258894920349121, 0.09307099878787994, + 0.01188330166041851, -0.03696683421730995, 0.008380269631743431, -0.03416713327169418, + 0.013440859504044056, -0.03258435055613518, 0.05946565791964531, -0.024012288078665733, + 0.06227664649486542, -0.009404469281435013, -0.02215665951371193, 0.05108275264501572, + 0.024868598207831383, -0.0779627114534378, -0.004973924718797207, -0.008752170950174332, + -0.015793591737747192, 0.0751662626862526, 0.028352675959467888, -0.03266254812479019, + -0.020426137372851372, -0.005380174145102501, 0.00830207671970129, -0.021560417488217354, + -0.011165617033839226, 0.022529326379299164, 0.06835945695638657, -0.04271097853779793, + -0.056163981556892395, -0.03791961818933487, 0.00948487687855959, -0.08427851647138596, + -0.08027499914169312, 0.008842730894684792, -0.025601200759410858, -0.053140707314014435, + -0.05850955471396446, -0.036814458668231964, 0.04100070521235466, 0.04993133991956711, + 0.05437525734305382, -0.1331733763217926, 0.002640562830492854, -0.04710127413272858, + 0.0448719747364521, 0.022063735872507095, -0.020646756514906883, -0.08848710358142853, + 0.10674033313989639, -0.02533418871462345, 0.07544170320034027, 0.0346478596329689, -0.0790541023015976, + 0.029307644814252853, -0.049228135496377945, -0.033861950039863586, 0.08841808885335922, + 0.04203566163778305, -0.06384135782718658, -0.022991986945271492 + ], + [ + 0.05375340208411217, 0.027312252670526505, 0.05891180410981178, -0.025625862181186676, + -0.05273812636733055, 0.012025363743305206, 0.0008689307724125683, 0.007980379275977612, + -0.0075451647862792015, -0.018644563853740692, -0.04622575268149376, -0.019701138138771057, + -0.0038155231159180403, 0.061853811144828796, 0.04484017193317413, 0.027744794264435768, + 0.018743563443422318, -0.043430741876363754, 0.05221889913082123, 0.03212063014507294, + -0.0016733413795009255, -0.0031084322836250067, -0.004258358385413885, -0.014946469105780125, + 0.0660264864563942, 0.0222827959805727, -0.00642726244404912, -0.06431996077299118, 0.081107497215271, + 0.005263072904199362, 0.004351035691797733, 0.019835397601127625, 0.0046346052549779415, + -0.05912408232688904, -0.025093061849474907, 0.07955389469861984, 0.07922064512968063, + 0.012670929543673992, 0.021366912871599197, 0.026917876675724983, 0.0033627948723733425, + -0.004302388057112694, 0.05404767766594887, -0.01574985310435295, 0.028321316465735435, + -0.011086180806159973, -0.004632601048797369, 0.060207970440387726, 0.02805117517709732, + -0.012062489986419678, 0.05596660450100899, -0.02507844567298889, -0.06747528910636902, + -0.025878489017486572, -0.02461187168955803, 0.019671540707349777, -0.04379846155643463, + 0.014476913027465343, 0.03551367297768593, -0.008587436750531197, 0.02321714721620083, + -0.003204525215551257, -0.025191422551870346, -0.015832094475626945, 0.0716504380106926, + 0.06671473383903503, 0.05105217918753624, 0.0035090346354991198, 0.04534400254487991, + -0.05534416809678078, 0.03722785785794258, -0.039528295397758484, 0.05051290616393089, + -0.050542183220386505, -0.0018084509065374732, 0.04635101556777954, 0.04780185967683792, + 0.021968115121126175, -0.0064709847792983055, 0.07848086208105087, -0.060306474566459656, + 0.040784455835819244, 0.032765381038188934, 0.006604060530662537, 0.02655743435025215, + 0.012930954806506634, -0.01261901669204235, 0.023596199229359627, -0.0743921548128128, + 0.051659755408763885, -0.018866870552301407, -0.014116430655121803, -0.016545791178941727, + 0.0033796080388128757, -0.0591094084084034, -0.01062763761729002, 0.01767948642373085, + 0.07988014817237854, 0.044996943324804306, 0.021011797711253166, 0.037030696868896484, + 0.06026563420891762, -0.0226124320179224, -0.01137868594378233, 0.07028292864561081, + 0.02727126143872738, 0.004968702793121338, -0.035664837807416916, -0.038328852504491806, + -0.05870618671178818, 0.007204356137663126, -0.08461817353963852, 0.01840510033071041, + 0.0343126580119133, 0.013215462677180767, -0.05916694179177284, -0.026173828169703484, + -0.07896216213703156, 0.07279235869646072, -0.021319149062037468, -0.05806737393140793, + 0.0029476811178028584, 0.022219955921173096, -0.06671599298715591, -0.038866471499204636, + 0.04499191790819168, -0.012064224109053612, -0.04110874980688095, 0.00035374192520976067, + -0.025871366262435913, -0.029406214132905006, -0.04659656062722206, -0.040072713047266006, + -0.04894554987549782, 0.027576619759202003, -0.04563544690608978, 0.023699447512626648, + -0.01568528078496456, -0.023749753832817078, 0.003943823277950287, 0.022560160607099533, + -0.07474474608898163, 0.012944498099386692, -0.026083318516612053, -0.01675206609070301, + -0.05344666913151741, -0.015589640475809574, 0.055765148252248764, -0.03383893892168999, + -0.0378059446811676, -0.013237109407782555, 0.03265079855918884, 0.010072974488139153, + -0.04889961704611778, -0.0499766543507576, -0.027742935344576836, 0.04791605472564697, + -0.05746511369943619, -0.022669335827231407, -0.029486609622836113, -0.014623361639678478, + 0.04028058424592018, 0.013985016383230686, -0.05221053585410118, 0.00671399338170886, + 0.0421609953045845, 0.008610113523900509, -0.0636795312166214, 0.031097732484340668, + 0.010284855961799622, -0.055878154933452606, 0.0028004986234009266, 0.02650255337357521, + 0.011761635541915894, 0.06761389970779419, -0.017658738419413567, -0.041559115052223206, + -0.026282845064997673, 0.043930377811193466, -0.04848814010620117, -0.06205793470144272, + 0.0358869768679142, 0.02079123444855213, 0.04621695354580879, 0.0564163513481617, 0.0013840271858498454, + 0.012736357748508453, -0.060499727725982666, 0.01848484016954899, 0.025426696985960007, + 0.012323746457695961, 0.0666138157248497, 0.12545572221279144, 0.08540554344654083, + 0.006754581816494465, 0.07120322436094284, -0.07678884267807007, -0.033175624907016754, + 0.04515959322452545, -0.02179352566599846, 0.03423754498362541, -0.0949539989233017, + 0.013732356950640678, -0.07371486723423004, -0.09290704131126404, -0.022558681666851044, + 0.03180938586592674, 0.0381753034889698, -0.02244820073246956, 0.006459669675678015, + 0.0003423096495680511, 0.02695118635892868, -0.01936800219118595, -0.030619531869888306, + -0.040368225425481796, 0.028074542060494423, -0.09733258187770844, -0.08307638019323349, + 0.0032202615402638912, -0.001623191754333675, -0.032573990523815155, 0.003016055328771472, + 0.018199387937784195, -0.017343515530228615, 0.02650155872106552, -0.0534139908850193, + 0.03689400851726532, 0.06618431210517883, -0.022513970732688904, 0.003668018616735935, + -0.006382551975548267, 0.0522138811647892, -0.06941775232553482, 0.03269317373633385, + -0.018724843859672546, 0.05654635652899742, -0.03023327700793743, 0.04110587015748024, + -0.05408458411693573, 0.022405019029974937, 0.014265238307416439, 0.0061279828660190105, + 0.008533152751624584, -0.04408550634980202, -0.03799136355519295, 0.03887258470058441, + 0.01362124178558588, -0.048551514744758606, -0.02491147629916668, 0.054148659110069275, + -0.008002420887351036, -0.00822419859468937, 0.0008915304206311703, 0.007942013442516327, + 0.028579939156770706, 0.01564469002187252, -0.060465164482593536, 0.04496411979198456, + 0.05744663625955582, 0.051470622420310974, -0.005456874147057533, 0.09310805797576904, + 0.03358674421906471, 0.002285255119204521, -0.034491166472435, -0.004177147522568703, + 0.06203377991914749, 0.013197500258684158, 0.014207366853952408, -0.01712925359606743, + 0.06212853640317917, 0.06063428521156311, 0.021251004189252853, 0.0497111976146698, + -0.04425429925322533, 0.011101468466222286, -0.026036739349365234, -0.03401624411344528, + 0.024562152102589607, 0.07893732190132141, 0.04621443152427673, 0.015236428938806057, + -0.05023462325334549, 0.028723333030939102, -0.02091265469789505, -0.044520411640405655, + 0.0674276128411293, 0.005005354527384043, 0.005393057130277157, 0.03069964237511158, + -0.0008779513300396502, 0.03358841687440872, 0.02903893031179905, 0.007659508381038904, + -0.04000982269644737, 0.012705734930932522, -0.009974517859518528, -0.013334965333342552, + -0.013759717345237732, 0.02301114611327648, 0.032466646283864975, 0.04255765303969383, + 0.011097829788923264, -0.05287232995033264, -0.036300450563430786, -0.023066433146595955, + -0.06723974645137787, 0.03781735897064209, -0.09586526453495026, 0.06939811259508133, + 0.004061525221914053, -0.047689661383628845, -0.0070176273584365845, -0.07397903501987457, + 0.009750100784003735, -0.022845305502414703, 0.03804705664515495, 0.021591035649180412, + 0.03401345759630203, 0.0039984495379030704, -0.04287983104586601, -0.02536124177277088, + -0.027040118351578712, -0.08568375557661057, -0.03890635818243027, 0.04804619774222374, + 0.038467973470687866, 0.026883378624916077, 0.036230552941560745, -0.013118834234774113, + -0.0008258572779595852, 8.299046021420509e-5, 0.00925394892692566, -0.017424996942281723, + -0.07688745856285095, -0.09835948795080185, -0.02405467815697193, 0.033064715564250946, + -0.04727226495742798, -0.013596301898360252, -0.007721076253801584, -0.057668160647153854, + -0.025654340162873268, -0.012098216451704502, -0.06020279973745346, -0.03409198671579361, + -0.008821840398013592, -0.02495056390762329, 0.026435181498527527, 0.027804367244243622, + 0.024884112179279327, 0.0927550345659256, 0.012612493708729744, -0.009127755649387836, + 0.003779240418225527, -0.00199800543487072, -0.0440017469227314, -0.0015204364899545908, + -0.06165989860892296, -0.07750595360994339, -0.04423157125711441, 0.06990706920623779, + -0.044122114777565, 0.022974703460931778, 0.07390560209751129, 0.03867332637310028, + 0.057079166173934937, 0.00023693886760156602, -0.05640437453985214, -0.003465816378593445, + 0.026075541973114014, 0.03229718282818794, -1.0940182619378902e-5, 0.0035266191698610783, + -0.0035269649233669043, 0.007070569321513176, 0.03754643723368645, -0.019029565155506134, + 0.040555961430072784, -0.004581691697239876, 0.011790665797889233, -0.004886262118816376, + 0.06588992476463318, -0.009571343660354614 + ], + [ + 0.010667579248547554, -0.031537313014268875, 0.029418829828500748, 0.07661236077547073, + 0.024484435096383095, 0.09782695770263672, 0.0242097657173872, -0.04881627485156059, + 0.04435649514198303, -0.05208346247673035, -0.008697301149368286, -0.007302716374397278, + -0.02519758976995945, -0.004316536709666252, 0.03546995669603348, 0.04766613617539406, + 0.008573934435844421, -0.031939662992954254, 0.08016394078731537, 0.03265538066625595, + 0.056454066187143326, -0.024429306387901306, 0.03523898124694824, -0.022803347557783127, + -0.03800025209784508, 0.018443457782268524, 0.00481838546693325, -0.01871955581009388, + 0.005061257630586624, -0.04069686681032181, -0.03865893930196762, -0.005878933239728212, + -0.08670303225517273, 0.008352006785571575, 0.06155648082494736, 0.04793248698115349, + -0.0874713733792305, 0.023298727348446846, 0.03434921056032181, 0.0321594662964344, 0.03152395039796829, + 0.04305784031748772, -0.0478895865380764, 0.009682692587375641, -0.0330696702003479, + 0.029017187654972076, -0.025310713797807693, 0.03407525643706322, 0.006261178757995367, + -0.10220891237258911, -0.0018413130892440677, -0.036598172038793564, -0.018183110281825066, + -0.04196331277489662, -0.05182468146085739, 0.049516525119543076, 0.01623225398361683, + 0.11139270663261414, -0.003603235585615039, 0.002874842844903469, 0.11781786382198334, + 0.013583729974925518, -0.12317898124456406, 0.0037950794212520123, -0.0019600570667535067, + 0.004364244174212217, 0.0004458148032426834, 0.04540548846125603, 0.020224610343575478, + 0.0018080214504152536, -0.005283215083181858, -0.04723144322633743, 0.05266066640615463, + -0.017856601625680923, -0.00998004525899887, 0.06275723874568939, 0.028755204752087593, + 0.030604412779211998, 0.01425787154585123, 0.0599798858165741, -0.038915205746889114, + 0.018761441111564636, -0.07549872994422913, -0.004817248322069645, -0.03264444321393967, + -0.011928582563996315, 0.026004737243056297, -0.10111818462610245, -0.06728509813547134, + -0.026986660435795784, -0.050033148378133774, -0.006843138951808214, -0.00901610217988491, + -0.04675938934087753, 0.012384937144815922, 0.00879803765565157, -0.04953478276729584, + -0.03483348339796066, -0.05350266024470329, 0.017853131517767906, -0.007877606898546219, + 0.049574337899684906, -0.008655741810798645, -0.11589955538511276, 0.006680028047412634, + 0.013769691810011864, 0.0374930277466774, 0.08179371058940887, 0.02120681293308735, + -0.10883209854364395, 0.022710898891091347, -0.09256818890571594, 0.09044703096151352, + -0.027866186574101448, -0.0782613456249237, -0.0016610126476734877, -0.0686907023191452, + 0.042477358132600784, 0.04906391352415085, 0.06494136899709702, -0.0007621264085173607, + -0.09540590643882751, 0.03676300868391991, -0.007218071259558201, 0.006769261788576841, + -0.03531622886657715, -0.032079219818115234, -0.033203862607479095, 0.025668863207101822, + -0.07672906666994095, -0.027906762436032295, 0.002331746509298682, 0.02306787669658661, + -0.05544567108154297, 0.06051091104745865, 0.01076879445463419, 0.0522480346262455, + 0.035990919917821884, -0.07857471704483032, 0.013853585347533226, -0.09106066823005676, + -0.05868891254067421, 0.07856551557779312, -0.037517063319683075, -0.036955513060092926, + -0.04731171578168869, -0.061430830508470535, 0.020064115524291992, -0.07831363379955292, + 0.0556303933262825, -0.02036537602543831, -0.09106297791004181, 0.11778666824102402, + -0.056130535900592804, 0.09494583308696747, -0.03615482524037361, 0.005422396585345268, + -0.03368106856942177, -0.04310350865125656, 0.11517070978879929, 0.009829271584749222, + 0.04149729013442993, 0.07461611926555634, 0.046967726200819016, 0.0495128333568573, + -0.006700738333165646, -0.030537612736225128, -0.045691438019275665, 0.03923945873975754, + 0.136072039604187, -0.03798268362879753, -0.02989824302494526, -0.050579480826854706, + -0.09433902055025101, 0.029843633994460106, -0.020460201427340508, -0.0018943881150335073, + -0.038030993193387985, 0.04070579260587692, -0.0709545835852623, -0.04225345700979233, + 0.03603824973106384, -0.003465309739112854, 0.06615080684423447, 0.048952605575323105, + 0.09381700307130814, 0.04159574583172798, -0.010584180243313313, -0.047226227819919586, + 0.010606694966554642, -0.053216446191072464, 0.06453406065702438, -0.016288170590996742, + 0.09914305061101913, -0.02274131029844284, 0.005403037182986736, -0.025022171437740326, + -0.01934727653861046, -0.005104408599436283, -0.06157650426030159, 0.06364729255437851, + -0.02321797050535679, 0.08809518069028854, -0.017375575378537178, -0.13146601617336273, + -0.10890302062034607, 0.031390685588121414, 0.0032373962458223104, 0.016843441873788834, + -0.032567963004112244, -0.03254348784685135, -0.027764027938246727, 0.007364251185208559, + -0.038579732179641724, -0.028308264911174774, 0.020320186391472816, -0.029460744932293892, + -0.010852357372641563, -0.009705578908324242, 0.08479807525873184, -0.019543534144759178, + -0.028329091146588326, -0.0717555359005928, 0.0069917491637170315, -0.0363025926053524, + -0.0023000093642622232, 0.005832617171108723, 0.03402986377477646, -0.02052309177815914, + -0.010852651670575142, 0.03878534957766533, 0.0021955659613013268, -0.08629076182842255, + 0.0035932173486799, -0.029606522992253304, 0.059275321662425995, -0.04367491602897644, + 0.05942660942673683, 0.009990839287638664, 0.0060754152946174145, 0.007346372120082378, + -0.01556458044797182, 0.029193291440606117, 0.0042953803204, 0.0038599076215177774, 0.06550534069538116, + -0.03919275104999542, -0.0027692310977727175, 0.032726649194955826, 0.07899466902017593, + 0.01322614960372448, 0.0636078268289566, -0.04346827045083046, -0.05381488427519798, + -0.08132875710725784, -0.10324745625257492, -0.06606225669384003, 0.020321158692240715, + -0.0357007272541523, 0.03960428014397621, -0.03865253925323486, 0.02969559282064438, + 0.011855334043502808, 0.05107796937227249, -0.03953373804688454, -0.018445882946252823, + 0.02398151531815529, -0.03739100694656372, 0.0144408093765378, -0.021107640117406845, + -0.022777780890464783, 0.09558442234992981, -0.10009904950857162, -0.026229510083794594, + 0.023228317499160767, -0.017805548384785652, -0.10996776074171066, 0.008180354721844196, + -0.04831255227327347, 0.049864284694194794, 0.0013220711844041944, -0.00906691700220108, + -0.09406518191099167, 0.013997524045407772, -0.06398852169513702, 0.0020550077315419912, + 0.0008727312670089304, 0.028149452060461044, 0.11736182123422623, 0.013229520060122013, + -0.04815115034580231, 0.03703640401363373, 0.02398090995848179, -0.05160863697528839, + 0.005444291979074478, 0.09720776975154877, -0.0144617585465312, -0.029047349467873573, + -0.018007513135671616, 0.014235826209187508, -0.0041383714415133, -0.06963411718606949, + -0.04879271611571312, 0.009318691678345203, -0.017221949994564056, 0.002314868615940213, + 0.03887070342898369, 0.037939853966236115, -0.08540767431259155, 0.06435386836528778, + -0.01987982913851738, -0.04447324573993683, 0.017131701111793518, -0.04557359591126442, + -0.0007107607088983059, -0.037575799971818924, 0.0012878408888354897, 0.0231052003800869, + -0.049584731459617615, -0.015875497832894325, -0.0803847387433052, 0.012694712728261948, + -0.012084201909601688, -0.0011354215675964952, 0.02878652885556221, 0.04023212939500809, + 0.027835186570882797, 0.06177935749292374, 0.04403404891490936, -0.05629955604672432, + 0.016334138810634613, -0.050626542419195175, 0.018394459038972855, -0.0001696793915471062, + -0.06691384315490723, 0.01660609431564808, 0.004913049284368753, 0.09277978539466858, + -0.01716080866754055, 0.06884578615427017, -0.03211667388677597, -0.07817409187555313, + -0.06952036917209625, 0.13487346470355988, -0.0044127414003014565, -0.11726073175668716, + -0.01887594722211361, 0.0033642377238720655, 0.023430978879332542, -0.040395356714725494, + -0.03356914967298508, 0.07569900900125504, 0.040569741278886795, 0.010227291844785213, + -0.0380755253136158, -0.0030643309000879526, -0.0009978899033740163, 0.09705972671508789, + 0.007676414679735899, -0.0636574774980545, -0.01084342785179615, -0.022155089303851128, + -0.08650536835193634, 0.06334780156612396, -0.005393310450017452, 0.03809342905879021, + -0.05603744089603424, 0.010122660547494888, -0.05176962912082672, -0.058107029646635056, + 0.022205468267202377, 0.04420946538448334, -0.058464158326387405, 0.02249758318066597, + 0.03407439962029457, -0.0007379164453595877, 0.020290091633796692, -0.028560364618897438, + 0.04157247394323349, 0.0170578770339489, 1.566554419696331e-5, 0.018512709066271782, + 0.002852087374776602, -0.021430855616927147 + ], + [ + -0.0028579887002706528, 0.0002078501129290089, -0.010290738195180893, -0.0664191022515297, + -0.0007466233219020069, -0.01948750764131546, 0.0629756823182106, -0.0475752055644989, + -0.058771856129169464, 0.02422490529716015, -0.006396498531103134, 0.03465833514928818, + 0.02375069446861744, 0.0036633331328630447, -0.028093835338950157, 0.0560421496629715, + -0.04007788747549057, 0.012072067707777023, 0.04412180557847023, -0.006999964360147715, + 0.08323593437671661, 0.016499627381563187, -0.020996959879994392, 0.004275764804333448, + -0.026141151785850525, -0.006053163204342127, -0.044862259179353714, 0.013498283922672272, + 0.03537479415535927, 0.010663977824151516, -0.038529012352228165, 0.051020290702581406, + -0.03972848132252693, -0.03753524646162987, 0.021144308149814606, -0.057443767786026, + -0.018564792349934578, -0.005423376802355051, -0.0009988343808799982, 0.013451178558170795, + 0.0479317232966423, 0.030245967209339142, 0.020515600219368935, 0.04196954146027565, + -0.04366381838917732, -0.04350312799215317, 0.0690990537405014, 0.04189147427678108, + -0.06034839153289795, 0.03990394249558449, 0.07965327054262161, -0.011266461573541164, + -0.04569912701845169, -0.07427734136581421, -0.021814828738570213, 0.043987877666950226, + 0.025329044088721275, 0.00982897263020277, 0.08212430775165558, -0.04683641716837883, + 0.007406971417367458, -0.012449008412659168, -0.09514376521110535, -0.001815343159250915, + 0.006491625681519508, 0.021689169108867645, -0.020711122080683708, 0.027539528906345367, + 0.02066802978515625, -0.026112250983715057, -0.02381090261042118, -0.02922084741294384, + 0.10152112692594528, 0.007050223648548126, 0.024889525026082993, 0.06071384251117706, + 0.08373619616031647, 0.0427546389400959, -0.03218339756131172, 0.04512941464781761, + 0.021970760077238083, 0.038932282477617264, -0.0491318553686142, -0.00258567719720304, + -0.005262391641736031, -0.05513858422636986, 0.06801304221153259, -0.04587918519973755, + 0.0652879849076271, 0.051373615860939026, -0.016445916146039963, 0.013106143102049828, + -0.004289485514163971, -0.0002178043214371428, -0.04098138585686684, 0.022093677893280983, + 0.0018161508487537503, 0.006330540869385004, -0.059357900172472, -0.03153793513774872, + 0.050360534340143204, 0.09092886745929718, 0.05609211325645447, 0.02946365624666214, + 0.020879901945590973, -0.01996530219912529, 0.029578281566500664, 0.04215558245778084, + -0.05654200538992882, 0.03345019742846489, 0.02246449515223503, -0.06679155677556992, + 0.06664442270994186, 0.00909227505326271, 0.03829772025346756, 0.09321168810129166, + 0.0034407556522637606, 0.01581500470638275, -0.04730111360549927, -0.0001297824492212385, + -0.0005624289624392986, -0.0012981495819985867, 0.004797283094376326, 0.07361716032028198, + -0.019042640924453735, -0.04115891829133034, 0.030778052285313606, 0.041048068553209305, + 0.008459619246423244, 0.003768653143197298, -0.060297008603811264, -0.018721923232078552, + -0.030198676511645317, -0.04385179653763771, 0.07848850637674332, 0.039584118872880936, + 0.07456975430250168, 0.06621469557285309, 0.03623565658926964, -0.017957152798771858, + -0.04094858095049858, -0.0734003558754921, 0.015668340027332306, 0.05360397696495056, + 0.025822782889008522, -0.003962466958910227, -0.0008705179789103568, -0.05190132185816765, + -0.0401102639734745, -0.03862285614013672, 0.040364593267440796, 0.03894071280956268, + 0.07255349308252335, -0.050676263868808746, -0.040087878704071045, -0.02458392269909382, + 0.039677511900663376, -0.003159699495881796, -0.01054953970015049, 0.015232142060995102, + 0.07302234321832657, -0.004943020176142454, 0.019701801240444183, 0.10210247337818146, + 0.038410112261772156, 0.02963385358452797, 0.0036645878572016954, -0.09941183030605316, + -0.00019829461234621704, 0.036079440265893936, 0.09355667233467102, 0.06582172214984894, + -0.03431512415409088, -0.052907414734363556, -0.01123395562171936, 0.001792275463230908, + 0.027660997584462166, -0.013989408500492573, 0.0692715048789978, -0.11162535101175308, + 0.12143732607364655, 0.03797362744808197, 0.0019036708399653435, -0.05053098127245903, + -0.007609962020069361, 0.10864396393299103, 0.003851389279589057, -0.020321384072303772, + -0.08064589649438858, 0.04428049176931381, -0.06674285978078842, 0.09397260844707489, + 0.029538532719016075, 0.09021454304456711, -0.07409254461526871, 0.07639089971780777, + -0.07894892245531082, -0.04165341705083847, 0.039312008768320084, -0.08785316348075867, + -0.008308658376336098, -0.033797021955251694, -0.06832333654165268, -0.008416041731834412, + -0.0365428701043129, -0.02560723014175892, -0.03479750081896782, -0.0771268680691719, + -0.03219097852706909, 0.040041208267211914, 0.01106997486203909, -0.026002656668424606, + -0.004714506212621927, -0.017407450824975967, -0.10144791752099991, 0.07633333653211594, + 0.010235306806862354, -0.013369443826377392, 0.0931391641497612, -0.052208852022886276, + 0.03856425732374191, 0.06867072731256485, -0.05291043967008591, 0.0346219539642334, + -0.01880745217204094, 0.005856172647327185, 0.020567074418067932, 0.06643381714820862, + -0.020216140896081924, 0.04436018690466881, -0.07229860872030258, -0.01896883174777031, + 0.016276562586426735, 0.0425368957221508, -0.054024726152420044, 0.059807222336530685, + 0.003940901253372431, 0.016551675274968147, -0.009028836153447628, -0.03910025954246521, + -0.045394252985715866, 0.09207666665315628, 0.06943243741989136, 0.03822736069560051, + -0.044803328812122345, 0.08211296051740646, -0.0322052501142025, -0.09652462601661682, + 0.03541533276438713, 0.0019758776761591434, -0.06831739097833633, 0.0362321212887764, + 0.01836172118782997, -0.016149448230862617, -0.08232198655605316, 0.11196186393499374, + -0.02076745219528675, -0.029942266643047333, 0.02876410074532032, 0.030741609632968903, + -0.038523368537425995, -0.019000006839632988, 0.07798223942518234, 0.03277488425374031, + -0.04327495023608208, 0.028669608756899834, 0.12925663590431213, -0.005476399790495634, + -0.00779836717993021, 0.060362450778484344, 0.03163270652294159, 0.03320450335741043, + 0.014397477731108665, 0.06058993563055992, -0.08076509833335876, -0.012992855161428452, + 0.015160401351749897, -0.060458749532699585, -0.01588478870689869, 0.053827449679374695, + -0.041912972927093506, 0.039669036865234375, 0.0644473135471344, -0.011770038865506649, + 0.04522531479597092, 0.0565778985619545, -0.019159633666276932, -0.005264952313154936, + 0.03865934908390045, 0.06805969029664993, -0.022664008662104607, 0.08896534889936447, + -0.049261804670095444, -0.025598257780075073, 0.052462901920080185, 0.0051132808439433575, + -0.047685809433460236, -0.06327131390571594, -0.08141803741455078, -0.04589494690299034, + 0.10972769558429718, -0.03725520521402359, -0.031077831983566284, -0.019768547266721725, + -0.01626613549888134, -0.08927789330482483, -0.05833440274000168, -0.012003797106444836, + -0.13007132709026337, -0.007599093019962311, -0.04755893349647522, -0.0677776113152504, + 0.03073141537606716, -0.0028229416348040104, -0.0017247992800548673, -0.05915876477956772, + 0.012001076713204384, -0.02663426660001278, 0.12147722393274307, -0.009025615639984608, + 0.03124360553920269, 0.05916515737771988, -0.02368079498410225, -0.09371869266033173, + 0.07273457199335098, -0.005950434133410454, 0.0005328619736246765, -0.039630770683288574, + -0.04344503581523895, -0.007128281518816948, 0.06452368199825287, -0.06616462767124176, + -0.0016760850558057427, -0.05289381742477417, -0.09108395874500275, -0.002909396542236209, + -0.013073359616100788, 0.019532060250639915, -0.04592879116535187, 0.011603763327002525, + -0.07818952202796936, -0.012587134726345539, -0.006652612239122391, 0.05482473969459534, + -0.061408743262290955, -0.06574120372533798, 0.036143459379673004, -0.041020989418029785, + 0.023688703775405884, -0.06938858330249786, -0.031969912350177765, 0.07387063652276993, + 0.050086017698049545, 0.014851683750748634, -0.03757956624031067, 0.045562993735075, + 0.017138302326202393, -0.019380440935492516, 0.032630883157253265, -0.0032794943545013666, + -0.053140789270401, 0.044381413608789444, -0.06528166681528091, 0.05511998385190964, + -0.06553666293621063, 0.05981425940990448, 0.0714888870716095, 0.017473295331001282, + 0.028602106496691704, -0.021308425813913345, 0.003649346763268113, 0.04866427928209305, + 0.04488324001431465, -0.07639811933040619, 0.018580975010991096, 0.03075224719941616, + 0.07641351222991943, 0.020180784165859222, -0.011335084214806557, -0.010595201514661312, + -0.0010351062519475818, -0.03413759917020798, 0.04036905616521835, -0.034574951976537704 + ], + [ + 0.07115093618631363, -0.010371307842433453, 0.08461989462375641, 0.07158158719539642, + -0.015842242166399956, 0.0020117436069995165, 0.011077683418989182, -0.08667362481355667, + -0.01237525511533022, 0.010075406171381474, -0.054663535207509995, 0.03478166460990906, + -0.037483587861061096, 0.02795352227985859, 0.07530961185693741, -0.004724318161606789, + -0.059722598642110825, -0.04894183203577995, 0.018345952033996582, 0.0807444229722023, + -0.0038918256759643555, -0.046099673956632614, 0.07535071671009064, -0.054487913846969604, + -0.008810247294604778, -0.05180143192410469, 0.03992293402552605, -0.06359892338514328, + 0.01231259386986494, 0.020911572501063347, -0.0779120922088623, 0.004747707862406969, + -0.038926273584365845, 0.018597684800624847, -0.013494218699634075, -0.0077141751535236835, + -0.005402049515396357, 0.011686448007822037, 0.054630085825920105, 0.052417777478694916, + -0.08463721722364426, 0.002291424898430705, 0.01819889061152935, -0.03710809722542763, + -0.007399179507046938, 0.023366637527942657, -0.022844430059194565, 0.10009682178497314, + -0.006752063520252705, -0.015666509047150612, 0.014157800935208797, 0.048930007964372635, + -0.011946265585720539, 0.01306544616818428, -0.050108276307582855, 0.04971940815448761, + 0.01571103371679783, 0.09876663982868195, 0.04851632937788963, -0.009836342185735703, + 0.020621756091713905, 0.004733453970402479, -0.04188375920057297, -0.06962474435567856, + -0.004040054511278868, 0.0903564989566803, -0.05258262902498245, 0.10634291917085648, + 0.04725026339292526, 0.01557968556880951, 0.04249493405222893, 0.04140862450003624, + -0.020728429779410362, 0.031934186816215515, 0.060260653495788574, 0.0331212617456913, + 0.09652143716812134, -0.047325197607278824, 0.0405411422252655, 0.08982829749584198, + -0.025462869554758072, 0.008135557174682617, 0.05280597135424614, -0.019191643223166466, + -0.04585910961031914, 0.023272555321455002, 0.0023798304609954357, -0.0116909584030509, + -0.1022971123456955, 0.026323556900024414, 0.051973264664411545, 0.048525620251894, + -0.08748520165681839, -0.07658141851425171, 0.08364889025688171, 0.033247824758291245, + -0.050481438636779785, 0.03229077160358429, 0.09123344719409943, -0.04361340403556824, + 0.038474250584840775, 0.05363829433917999, -0.013058940880000591, -0.0030141337774693966, + 0.0007353101391345263, -0.08816277235746384, 0.04075341671705246, -0.0046976786106824875, + -0.08221152424812317, 0.028554866090416908, 0.08336979895830154, -0.015047164633870125, + 0.06925471872091293, 0.020445195958018303, 0.024036360904574394, -0.0230391975492239, + -0.09035854786634445, -0.0008422540267929435, -0.006239489186555147, -0.030839210376143456, + -0.03765694797039032, 0.020434703677892685, -0.020288845524191856, -0.06282193213701248, + 0.03670684993267059, 0.028971314430236816, -0.004937455523759127, 0.04259920120239258, + 0.012337086722254753, 0.024205029010772705, -0.056412938982248306, -0.07269410789012909, + 0.041678912937641144, 0.018254611641168594, 0.06565840542316437, -0.0037040722090750933, + 0.07995988428592682, 0.06590887904167175, -0.02935616672039032, 0.0055970484390854836, + 0.00040979988989420235, -0.022547973319888115, 0.011401963420212269, -0.0413726344704628, + 0.03583076223731041, 0.03575952723622322, -0.09574726969003677, 0.019420575350522995, + -0.05068549886345863, -0.03574666380882263, 0.01719703897833824, 0.005674603395164013, + 0.034185610711574554, -0.07728325575590134, 0.012726806104183197, 0.05894315615296364, + 0.011198758147656918, -0.055213574320077896, -0.005988353863358498, -0.007106988690793514, + -0.018281925469636917, -0.006198120303452015, 0.0010416330769658089, -0.06181200221180916, + 0.09833814948797226, 0.023253273218870163, 0.06116022169589996, -0.08375178277492523, + 0.04843223839998245, 0.011049143970012665, 0.04997938871383667, 0.01193179190158844, + -0.0312625877559185, 0.0439111664891243, 0.002299885032698512, -0.000868168834131211, + 0.006153379566967487, -0.039189137518405914, 0.05278294160962105, 0.02788115106523037, + -0.0657794177532196, -0.04043897986412048, 0.013213884085416794, -0.06772991269826889, + 6.395816308213398e-5, 0.04272725433111191, 0.017879266291856766, 0.028766581788659096, + 0.011356037110090256, 0.017766010016202927, 0.014698158949613571, 0.02116450108587742, + 0.06847679615020752, -0.02763538993895054, -0.00775087159126997, -0.0666501447558403, + -0.05269302427768707, -0.0016667625168338418, 0.061970725655555725, -0.08777685463428497, + -0.012086804956197739, 0.03287971392273903, 0.03097100742161274, -0.10330163687467575, + -0.0263616181910038, -0.05024736747145653, 0.032696668058633804, -0.06585222482681274, + -0.07386667281389236, 0.16401317715644836, 0.04520241543650627, 0.029292475432157516, + 0.018162256106734276, -0.024163825437426567, 0.037992414087057114, 0.018544452264904976, + -0.037811897695064545, -0.06379146128892899, 0.04783150926232338, -0.023719100281596184, + -0.0424187108874321, 0.017992105334997177, 0.03679019212722778, 0.012432511895895004, + 0.0449601411819458, -0.047560758888721466, -0.02201169729232788, -0.003758958075195551, + -0.004230541177093983, -0.04188495874404907, -0.03398306667804718, -0.015520268119871616, + 0.044414736330509186, -0.06242582947015762, -0.07213594019412994, -0.0731709897518158, + -0.006151835899800062, 0.06156497076153755, -0.05677942559123039, -0.046599384397268295, + -0.013784353621304035, 0.020025623962283134, 0.01741044968366623, -0.07300540804862976, + 0.05510522052645683, -0.004006509203463793, 0.034919049590826035, -0.06860824674367905, + -0.06671085953712463, 0.02191803976893425, 0.04786562919616699, 0.07793901115655899, + -0.006466301623731852, -0.03540192171931267, 0.008096354082226753, 0.029696760699152946, + 0.021098777651786804, 0.004707470536231995, 0.01882760040462017, -0.1000763401389122, + -0.08097836375236511, -0.0036885335575789213, -0.0032190897036343813, -0.06642380356788635, + -0.020389530807733536, -0.11110130697488785, 0.14412415027618408, 0.02365264482796192, + 0.025497088208794594, -0.018177958205342293, 0.024931631982326508, 0.06969422847032547, + -0.04721720889210701, -0.04288235306739807, -0.05321445316076279, -0.050939157605171204, + 0.013684610836207867, 0.05281168222427368, 0.041706860065460205, 0.026479613035917282, + 0.04392367973923683, 0.040973443537950516, -0.011047987267374992, 0.047948554158210754, + 0.03251287713646889, 0.059981122612953186, 0.041435226798057556, 0.0002108676708303392, + 0.008814528584480286, -0.014356671832501888, -0.029561780393123627, 0.05814829841256142, + -0.0010562503011897206, 0.03703794255852699, -0.09207376092672348, 0.007746366783976555, + -0.008012864738702774, -0.07998071610927582, -0.07296602427959442, -0.04366948828101158, + 0.023737573996186256, -0.07451847195625305, 0.02931571938097477, -0.05491133779287338, + -0.11821581423282623, 0.01195331010967493, -0.06823614239692688, -0.03951788693666458, + -0.10581418871879578, 0.041257746517658234, 0.03043251484632492, -0.045421067625284195, + -0.04950404912233353, 0.01446928083896637, 0.06060003861784935, -0.04048793390393257, + -0.005866770166903734, -0.05474042519927025, -0.002680163597688079, 0.02687263861298561, + -0.06229846552014351, 0.015299448743462563, 0.03188809007406235, 0.010612093843519688, + 0.02188592217862606, -0.023817650973796844, -0.028023580089211464, 0.04898492246866226, + 0.04464782401919365, -0.05704906955361366, -0.027047231793403625, -0.00798296369612217, + -0.050868064165115356, 0.059393905103206635, -0.0010430917609483004, -0.07959838211536407, + -0.06532157957553864, 0.03507808968424797, -0.04346896708011627, -0.11721990257501602, + 0.024264777079224586, -0.019520247355103493, -0.005616156384348869, -0.007446336559951305, + -0.038423437625169754, 0.031848516315221786, -0.029707055538892746, 0.05897069349884987, + -0.004823911003768444, 0.023163393139839172, -0.049748051911592484, 0.00759393535554409, + -0.011404050514101982, 0.05334150791168213, -0.06301334500312805, -0.07085389643907547, + 0.015376172959804535, 0.006736773066222668, 0.048126280307769775, -0.04702097922563553, + 0.050485774874687195, -0.05410231649875641, 0.03559030219912529, 0.014821183867752552, + -0.0023405253887176514, -0.06949061900377274, -0.00850535836070776, 0.014231208711862564, + -0.01058266032487154, 0.055452898144721985, 0.031921371817588806, -0.03873736038804054, + -0.01817852072417736, 0.016544051468372345, -0.02599291130900383, 0.05649000406265259, + -0.019764427095651627, 0.022333092987537384, 0.027599379420280457, 0.03929005563259125, + 0.02695709839463234, -0.0034759431146085262, -0.041479237377643585, 0.04235337674617767 + ], + [ + -0.0717037171125412, -0.0300031416118145, -0.0710809975862503, 0.01214426476508379, 0.02712848223745823, + -0.0061448123306035995, 0.006588061805814505, -0.015991216525435448, 0.0079955467954278, + 0.026356084272265434, 0.05459247902035713, -0.0725163146853447, -0.007541063241660595, + 0.002869413932785392, -7.091508450685069e-5, 0.01570723205804825, -0.021620536223053932, + -0.009734241291880608, 0.007489799056202173, -0.01107316929847002, -0.036744020879268646, + -0.08918941766023636, -0.03623997047543526, 0.02963920496404171, 0.006347683258354664, + 0.010483499616384506, 0.010094464756548405, 0.0872519463300705, 0.008407126180827618, + -0.026998884975910187, 0.037327781319618225, 0.08931015431880951, 0.022517360746860504, + -0.020456228405237198, -0.01663006842136383, -0.08305781334638596, -0.004529677331447601, + 0.03995247557759285, -0.037276219576597214, 0.0032138254027813673, 0.02042900025844574, + -0.06275466829538345, 0.05026421323418617, 0.04843335226178169, -0.02804572880268097, + 0.029743216931819916, -0.07317981868982315, 0.025800662115216255, 0.029335811734199524, + -0.021114207804203033, -0.05661157891154289, 0.04517992213368416, -0.044461049139499664, + -0.06032584607601166, -0.014213306829333305, -0.016396058723330498, -0.013220763765275478, + -0.0751451700925827, -0.052364204078912735, 0.03091380186378956, -0.03845725581049919, + 0.014750255271792412, 0.030635273084044456, 0.07396198064088821, 0.013738502748310566, + -0.04579219967126846, -0.07663145661354065, -0.005720473825931549, -0.03770046308636665, + 0.10328522324562073, -0.04343022406101227, -0.01248965971171856, -0.017103372141718864, + 0.017259124666452408, -0.09490639716386795, -0.006606942042708397, -0.05560430884361267, + -0.021778268739581108, 0.005043781362473965, -0.07324982434511185, 0.036131419241428375, + -0.05900314822793007, 0.023423369973897934, 0.05149787664413452, 0.07176393270492554, + -0.05944613367319107, -0.019174296408891678, 0.08535315841436386, 0.08309847116470337, + -0.02528643235564232, 0.001338730100542307, -0.014737719669938087, 0.051660314202308655, + 0.05208875983953476, 0.07188645005226135, 0.010253853164613247, -0.011976410634815693, + -0.003303554141893983, -0.031611256301403046, 0.05115676298737526, 0.022466912865638733, + 0.009522516280412674, 0.012740369886159897, 0.029552629217505455, 0.006940712686628103, + -0.025430772453546524, 0.034038059413433075, 0.05543139576911926, 0.01876010186970234, + 0.03946959599852562, -0.07488138228654861, 0.04934164881706238, -0.023049412295222282, + -0.04066793620586395, -0.00555166881531477, -0.009554815478622913, 0.027070578187704086, + 0.0646027997136116, -0.0381011888384819, -0.02408716082572937, 0.03434020280838013, + 0.042031388729810715, -0.05772213637828827, 0.016570299863815308, -0.050240810960531235, + -0.07668941468000412, 0.018138201907277107, -0.0009172449936158955, 0.026617735624313354, + 0.030481211841106415, 0.013329449109733105, 0.008656536228954792, -0.03682081773877144, + 0.08789590001106262, -0.0679018422961235, -0.0025745676830410957, -0.07826806604862213, + 0.01655036024749279, -0.016689222306013107, -0.01567903347313404, -0.035744938999414444, + 0.050412144511938095, 0.04513569548726082, 0.043606556951999664, 0.013871927745640278, + 0.025743385776877403, -0.0009767382871359587, -0.09650885313749313, 0.0634123757481575, + -0.018192049115896225, -0.03505297377705574, -0.043232791125774384, -0.022174067795276642, + -0.01969943195581436, 0.013154369778931141, -0.008282697759568691, -0.0690561905503273, + 0.0702076181769371, -0.05977240204811096, -0.02003493905067444, -0.06618037819862366, + -0.025393016636371613, -0.025645839050412178, 0.02552053891122341, -0.04355955868959427, + 0.05870715156197548, -0.014387963339686394, -0.006483069155365229, -0.0453452505171299, + -0.050396647304296494, 0.049777381122112274, -0.02541278302669525, 0.06106435880064964, + 0.05518238618969917, -0.010687743313610554, 0.03069237433373928, 0.014911715872585773, + -0.00449321698397398, 0.0327291339635849, -0.015452138148248196, -0.07134581357240677, + -0.056565769016742706, -0.03283179551362991, 0.025436270982027054, -0.006781052798032761, + 0.07938999682664871, -0.018355892971158028, 0.03680679574608803, -0.028034446761012077, + 0.03410346060991287, 0.011775991879403591, -0.08127070963382721, -0.010554544627666473, + 0.039352238178253174, -0.09155448526144028, -0.029441623017191887, 0.021350299939513206, + 0.004209253937005997, -0.001988238887861371, -0.033609453588724136, 0.04574555903673172, + 0.06485792249441147, -0.034106094390153885, 0.10328591614961624, 0.058478161692619324, + 0.040364108979701996, 0.06988663226366043, -0.0007064419914968312, 0.047131430357694626, + -0.014321891590952873, -0.024928787723183632, 0.0019041794585064054, 0.016884900629520416, + 0.05196250602602959, 0.08725269883871078, -0.0076968856155872345, 0.0884184017777443, + 0.031160632148385048, -0.04554399102926254, -0.054068613797426224, 0.06306926161050797, + -0.04366767778992653, -0.005955026485025883, 0.0032896208576858044, -0.024096081033349037, + 0.08883050084114075, -0.05272182077169418, -0.027025381103157997, 0.03519622981548309, + 0.05241624638438225, -0.03144847974181175, -0.08134298771619797, 0.014592175371944904, + 0.03759109601378441, 0.04110432788729668, -0.05329080671072006, -0.010102903470396996, + -0.05421684682369232, 0.07617154717445374, -0.03575449436903, -0.03550121933221817, + -0.007890249602496624, -0.06836427748203278, 0.037891387939453125, -0.013341329991817474, + 0.03841892629861832, 0.02178656868636608, 0.06230323389172554, 0.0053121852688491344, + -0.00526356091722846, 0.021244194358587265, 0.07860349118709564, 0.0006809284677729011, + -0.023655731230974197, -0.03278606757521629, 0.049875061959028244, -0.06177801266312599, + -0.01730399765074253, -0.039278700947761536, 0.01461743377149105, -0.012508382089436054, + -0.05900450050830841, -0.04344634711742401, -0.008009358309209347, 0.020054016262292862, + -0.04354478418827057, -0.079929880797863, -0.022167036309838295, 0.006020722445100546, + 0.043976329267024994, -0.01788867451250553, -0.0672898069024086, -0.04216211661696434, + -0.05226863548159599, -0.04014330729842186, -0.03795061260461807, -0.030875196680426598, + -0.025921138003468513, 0.04836780205368996, -0.07520286738872528, 0.008795137517154217, + -0.011561955325305462, 0.01876099593937397, 0.04062807559967041, -0.021304519847035408, + 0.08895520865917206, -0.004592366982251406, 0.02918044850230217, 0.051333025097846985, + -0.031196333467960358, -0.08775683492422104, -0.0029728400986641645, -0.036923427134752274, + -0.012222975492477417, 0.0037710878532379866, -0.03088686428964138, 0.04349232837557793, + -0.05649295821785927, 0.04725359380245209, -0.0013035460142418742, -0.029772605746984482, + -0.011594031937420368, -0.028766851872205734, 0.03415192291140556, 0.06342022120952606, + -0.0327216200530529, 0.025061560794711113, 0.03901087865233421, 0.020607374608516693, + -0.01818239502608776, -0.02913748286664486, 0.07079268991947174, 0.048058461397886276, + -0.011880223639309406, -0.012292622588574886, -0.0013094418682157993, -0.02113458141684532, + 0.026526648551225662, 0.05743448808789253, 0.04770011082291603, -0.002333814976736903, + 0.011467739008367062, 0.09679507464170456, 0.05751675367355347, 0.03607713058590889, + -0.016149835661053658, -0.012983828783035278, -0.043456967920064926, -0.008068694733083248, + 0.009794018231332302, 0.08916925638914108, 0.02483348362147808, 0.06929195672273636, + -0.04353528097271919, 0.011116045527160168, 0.07085065543651581, 0.0006652235751971602, + -0.00779986334964633, 0.011953854002058506, 0.014941275119781494, -0.010670733638107777, + -0.00932310987263918, 0.05605550855398178, 0.030171168968081474, -0.025569027289748192, + 0.09219940751791, 0.005534541793167591, 0.022878069430589676, -0.031708020716905594, + 0.03991459682583809, 0.040140844881534576, -0.05181038752198219, -0.01829911768436432, + -0.009565138258039951, -0.04440924525260925, -0.030154816806316376, -0.09888540953397751, + -0.01349478866904974, 0.006655101664364338, -0.024894827976822853, 0.022053416818380356, + 0.03004220686852932, 0.0057058376260101795, -0.00044474704191088676, -0.02793036960065365, + -0.0827450156211853, -0.06342415511608124, -0.09144184738397598, 0.0034457941073924303, + -0.04044489562511444, -0.007873526774346828, 0.0013418484013527632, 0.02002394013106823, + 0.029681185260415077, 0.04499804601073265, 0.012783068232238293, -0.008820458315312862, + -0.00712468009442091, -0.05012703314423561, -0.00278584286570549, 0.006417003460228443, + 0.009749790653586388, -0.03959367051720619, -0.006635778583586216 + ], + [ + 0.023417595773935318, 0.0242198184132576, 0.00690290005877614, -0.0018160988111048937, + -0.002259360160678625, 0.006739457603543997, -0.0005683476338163018, -0.004950409755110741, + -0.003130071796476841, -0.028128603473305702, -0.028686750680208206, 0.04420366510748863, + 0.0716128870844841, -0.03020356595516205, 0.04804828390479088, -0.03263004869222641, 0.0315990224480629, + 0.05852893367409706, 0.04219117388129234, 0.006331510376185179, 0.05059724673628807, + -0.06603466719388962, -0.022270014509558678, -0.0645952895283699, 0.019347289577126503, + -0.06015900894999504, -0.029560348019003868, 0.0032612548675388098, -0.028420161455869675, + 0.02909865230321884, 0.011510757729411125, 0.012761468067765236, -0.05048335716128349, + -0.02284957654774189, 0.019519586116075516, 0.1040697991847992, -0.022045770660042763, + -0.01004799734801054, 0.05149463564157486, -0.03669265657663345, 0.0241765845566988, + 0.05821617320179939, 0.03899446129798889, 0.042690739035606384, -0.017250731587409973, + 0.07013919949531555, 0.07898426800966263, 0.057601191103458405, 0.10317743569612503, + -0.09507233649492264, 0.004337236285209656, 0.03310646861791611, -0.01811562292277813, + 0.07423437386751175, 0.0064288536086678505, 0.04704996570944786, 0.01758342795073986, + 0.014337425120174885, -0.02323412522673607, 0.07083629071712494, 0.07091289758682251, + 0.007776054088026285, -0.05348605290055275, 0.005763128399848938, 0.0077621000818908215, + 0.04091642424464226, 0.00954803079366684, -0.003372538834810257, 0.05194847658276558, + 0.009707451798021793, 0.04275275021791458, -0.044287458062171936, -0.03977946937084198, + 0.005092155188322067, -0.034648485481739044, 0.004383062943816185, 0.04922754317522049, + -0.032157156616449356, -0.02024816907942295, 0.10739357024431229, -0.00853645708411932, + -0.06268517673015594, -0.1303732991218567, 0.08958280831575394, -0.06553763151168823, + 0.07067157328128815, 0.05045830458402634, -0.0005765699897892773, 0.015090580098330975, + 0.045152436941862106, -0.0027445023879408836, 0.031281162053346634, -0.012191216461360455, + 0.041348930448293686, -0.01685922034084797, -0.05986936017870903, -0.08734261989593506, + 0.027312498539686203, -0.03728145360946655, 0.035742513835430145, 0.04301396384835243, + 0.003748602932319045, 0.012750466354191303, -0.01596567966043949, 0.04344942793250084, + 0.08105383813381195, 0.026996711269021034, 0.08292429149150848, -0.014001362025737762, + -0.06060371920466423, 0.04725028946995735, -0.02722526527941227, 0.08504695445299149, + -0.031330656260252, 0.010222285985946655, 0.03522682934999466, -0.009067710489034653, + 0.055003199726343155, 0.00384049816057086, 0.02696785144507885, 0.0583820641040802, + -0.049703530967235565, 0.013038897886872292, 0.027761373668909073, 0.009767640382051468, + -0.05639437586069107, 0.05189788341522217, 0.011940713971853256, 0.005201703403145075, + -0.03776221349835396, -0.0037280963733792305, -0.08230651170015335, -0.0640489012002945, + -0.03273773938417435, 0.09133917093276978, -0.01725168526172638, 0.05144958943128586, + -0.022246627137064934, -0.003992837388068438, -0.01833902858197689, -0.06527091562747955, + -0.06636852771043777, -0.07541892677545547, 0.02288072183728218, 0.06083172932267189, + -0.031364358961582184, -0.07214158028364182, -0.043610915541648865, 0.023892054334282875, + -0.060001976788043976, 0.005844573024660349, 0.06975792348384857, 0.011883878149092197, + -0.01365523599088192, -0.03808090463280678, -0.025222308933734894, 0.06984484195709229, + 0.0022333660162985325, -0.03715582937002182, 0.0467459037899971, -0.042711712419986725, + 0.03703572601079941, 0.014373552054166794, 0.0661533772945404, -0.029224226251244545, + -0.02879442647099495, -0.006993017625063658, -0.052884187549352646, 0.018527548760175705, + 0.043914470821619034, 0.04986093193292618, -0.0011632695095613599, 0.034821461886167526, + 0.008651239797472954, -0.05297032371163368, -0.05869045481085777, -0.004604437854140997, + -0.04734332114458084, 0.05901986360549927, 0.015725016593933105, 0.04705667123198509, + 0.013584136962890625, -0.017641659826040268, -0.012850410304963589, 0.04148183390498161, + 0.03501914069056511, -0.028710557147860527, -0.026686782017350197, -0.003143194131553173, + -0.005657644011080265, -0.0343928262591362, 2.727571654759231e-6, -0.022570941597223282, + -0.07690984755754471, -0.01374837663024664, 0.03975535184144974, -0.03313514590263367, + -0.036408573389053345, 0.03362684324383736, -0.027031417936086655, -0.0010488842381164432, + 0.0031544354278594255, 0.04460028186440468, -0.036009401082992554, 0.016416899859905243, + -0.007622699253261089, 0.036486852914094925, -0.07338578999042511, 0.04112262278795242, + -0.014085895381867886, -0.049980711191892624, 0.06011592969298363, -0.03208315744996071, + -0.016374530270695686, -0.06674642860889435, -0.01923438161611557, -0.056340061128139496, + 0.021479787304997444, -0.030463807284832, 0.02361815795302391, -0.022128047421574593, + -0.07028955966234207, -0.02335253916680813, -0.03532873094081879, 0.02078506536781788, + -0.015117536298930645, 0.07320515811443329, 0.0508534237742424, -0.10825445502996445, + -0.034982796758413315, 0.06389948725700378, -0.019652003422379494, -0.0614747628569603, + 0.11778388917446136, -0.0689525157213211, 0.1250700205564499, -0.025721656158566475, + 0.02309403568506241, -0.028784779831767082, -0.06325261294841766, 0.0042252554558217525, + -0.0005098822875879705, 0.033219192177057266, -0.061437901109457016, -0.006590391043573618, + 0.06214310973882675, -0.01725107431411743, -0.08202479034662247, 0.03128744289278984, + 0.026956025511026382, 0.05911117047071457, 0.05559868365526199, -0.032555583864450455, + 0.035665009170770645, -0.027439750730991364, 0.01391190942376852, -0.02188938856124878, + -0.08374138921499252, 0.04418813809752464, 0.06573230028152466, -0.03685140982270241, + 0.011256669647991657, -0.05371726304292679, 0.044150210916996, -0.09123247116804123, + -0.006164200138300657, 0.024347733706235886, -0.07664211839437485, 0.05098479986190796, + -0.01867462880909443, 0.0741720125079155, 0.010066278278827667, -0.0002483806456439197, + 0.022965343669056892, -0.013202902860939503, 0.006843892857432365, 0.02044808305799961, + -0.0032934248447418213, -0.032626405358314514, 0.03131922706961632, -0.04398716241121292, + 0.007736656349152327, 0.06388500332832336, -0.05709117650985718, 0.04330970719456673, + -0.05831478163599968, 0.0021564639173448086, 0.009590203873813152, 0.06065208092331886, + -0.009784179739654064, 0.011567628011107445, 0.06423985213041306, -0.001878851791843772, + -0.0739988163113594, 0.0505376011133194, 0.040398772805929184, 0.04811067506670952, 0.0537802055478096, + -0.0057373312301933765, -0.06698823720216751, 0.008233967237174511, -0.020586401224136353, + 0.009254650212824345, -0.037279240787029266, -0.0052503193728625774, -0.01399177871644497, + 0.07087726891040802, 0.023154525086283684, -0.05056067556142807, 0.07485413551330566, + 0.010783824138343334, -0.0424821600317955, -0.03345256298780441, -0.0567345954477787, + 0.07254008948802948, -0.00021723964891862124, 0.10700825601816177, -0.0814100056886673, + -0.050869859755039215, 0.016167623922228813, 0.03638564795255661, 0.06659755855798721, + 0.039310209453105927, -0.08571134507656097, 0.04104398936033249, 0.08429434150457382, + -0.021814769133925438, -0.02449522167444229, 0.026820287108421326, -0.13015012443065643, + 0.05172198265790939, -0.03979836776852608, 0.03159422054886818, -0.04727499186992645, + 0.013964253477752209, -0.010598874650895596, -0.01345476321876049, -0.03897920623421669, + -0.003726659342646599, -0.028730196878314018, 0.04721680283546448, -0.049083199352025986, + -0.07503801584243774, 0.0029353280551731586, -0.07992520928382874, -0.03125491365790367, + 0.023250166326761246, 0.056246567517519, -0.023964259773492813, 0.0241619311273098, + -0.032127805054187775, -0.029989177361130714, 0.03336832672357559, 0.006557088810950518, + -0.036181215196847916, 0.06520570814609528, 0.04427959769964218, 0.006804550997912884, + -0.04286762699484825, -0.030170893296599388, -0.0005336407921276987, -0.051024071872234344, + -0.05601999908685684, -0.02676214836537838, -0.036685843020677567, 0.00784437544643879, + 0.0013006707886233926, -0.02171979285776615, 0.003331109881401062, -0.08379268646240234, + -0.004407960921525955, -0.03906727209687233, -0.04140029475092888, 0.07411979138851166, + -0.07759567350149155, -0.04969046637415886, 0.007311215624213219, 0.03691975027322769, + 0.056753139942884445, -0.025245577096939087, -0.062069762498140335, -0.026864396408200264, + 0.03985545039176941, 0.04242187365889549 + ], + [ + 0.02104809507727623, 0.02978365123271942, 0.03446192294359207, -0.0022885268554091454, + -0.0023231906816363335, -0.005830230191349983, -0.021968036890029907, -0.07577284425497055, + 0.07343415915966034, -0.06092752888798714, -0.02446698024868965, -0.033908285200595856, + -0.04656299203634262, 0.048773493617773056, -0.0417863093316555, -0.019896773621439934, + -0.050194647163152695, 0.02833118475973606, 0.09895811975002289, 0.03461842983961105, + -0.011960670351982117, 0.012778505682945251, -0.03924187645316124, -0.07990185916423798, + -0.01422145776450634, 0.06134529784321785, -0.05385688319802284, -0.09382610023021698, + -0.05509685352444649, -0.019125139340758324, -0.04555944353342056, -0.07147719711065292, + 0.01680092141032219, -0.05054021626710892, 0.012343233451247215, -0.011221487075090408, + 0.04175950959324837, -0.03619251400232315, 0.032011728733778, 0.04803270846605301, -0.01105657871812582, + -0.006844765972346067, 0.04736771062016487, 0.005208171904087067, -0.01986030861735344, + 0.001608105143532157, -0.030374931171536446, -0.019844111055135727, 0.02440979704260826, + 0.027638999745249748, 0.0019400245510041714, -0.03590166196227074, -0.0350947231054306, + -0.05818093195557594, 0.022351030260324478, 0.08629655838012695, -0.023823756724596024, + -0.015857547521591187, -0.006117918528616428, 0.015036135911941528, 0.03667716681957245, + 0.004185398109257221, -0.11931953579187393, 0.023347916081547737, 0.03277084231376648, + 0.0033054614905267954, 0.003734772792086005, 0.005316537339240313, -0.037437982857227325, + -0.04861992597579956, 0.04259484261274338, 0.026504890993237495, 0.017870545387268066, + -0.05620841309428215, 0.009105940349400043, -0.03814186155796051, 0.13462689518928528, + 0.05431501567363739, 0.025960443541407585, 0.0707186684012413, 0.021117128431797028, + 0.032740071415901184, -0.0026347022503614426, -0.0502416156232357, -0.042791228741407394, + -0.04197672754526138, 0.0061328476294875145, -0.06077741086483002, -0.0014350090641528368, + 0.03623954579234123, -0.01449972577393055, 0.027801038697361946, -0.0062684351578354836, + 0.03279860317707062, -0.01930890418589115, 0.026228230446577072, -0.009479893371462822, + 0.09697424620389938, -0.014631032012403011, 0.02967922016978264, 0.061834268271923065, + 0.024091966450214386, 0.05862072855234146, 0.06568833440542221, 0.005402328446507454, + 0.0006441666628234088, 0.0037117109168320894, -0.013058066368103027, 0.02918451651930809, + -0.07653205096721649, 0.013252154923975468, -0.05884360522031784, 0.018438158556818962, + -0.028591692447662354, -0.047798383980989456, -0.02949034608900547, -0.06525886803865433, + 0.00807905849069357, 0.016586437821388245, -0.0024777704384177923, -0.03921923041343689, + 0.0017267781076952815, -0.007964812219142914, 0.047916971147060394, -0.0034360189456492662, + 0.005509249400347471, -0.02541036531329155, 0.01772325299680233, -0.0038282424211502075, + -0.03300636634230614, 0.033945437520742416, -0.03253057971596718, 0.012909859418869019, + -0.06412729620933533, 0.09677929431200027, -0.001515451818704605, 0.034616511315107346, + -0.01947559230029583, -0.003051056293770671, -0.004193971399217844, -0.06468856334686279, + -0.03359163925051689, -0.0237510334700346, -0.06402098387479782, -0.0005119706620462239, + 0.0002920706174336374, 0.012478326447308064, 0.02962452918291092, 0.00791541300714016, + 0.04937319830060005, -0.011387490667402744, -0.013361748307943344, 0.06357824057340622, + -0.004748121369630098, 0.046860795468091965, -0.06324607878923416, 0.01757529005408287, + -0.06430034339427948, 0.02432418428361416, 0.03714727982878685, -0.08039718866348267, + 0.028747878968715668, -0.060130953788757324, 0.04630163311958313, 0.05763799324631691, + 0.026119394227862358, -0.02074410952627659, -0.05129146948456764, 0.024122320115566254, + 0.08857492357492447, 0.015546637587249279, 0.03196021169424057, 0.0066942512057721615, + -0.10450492799282074, 0.12576976418495178, -0.02600673958659172, -0.029472384601831436, + -0.014900164678692818, 0.05570002272725105, -0.06839846074581146, 0.041659727692604065, + 0.07065378874540329, 0.018530843779444695, -0.0013437793822959065, 0.003998934756964445, + 0.0011915246723219752, -0.055781442672014236, -0.02941027097404003, -0.06892044842243195, + -0.038386013358831406, 0.03295318782329559, -0.04971780255436897, 0.04567226022481918, + 0.03125958517193794, -0.06611944735050201, 0.08500968664884567, -0.01121155172586441, + -0.05722373351454735, 0.03890363872051239, -0.07778622210025787, 0.02326774410903454, + -0.11592969298362732, -0.026847543194890022, 0.03365081548690796, -0.08139664679765701, + -0.06426551192998886, -0.04122988134622574, -0.002869721269235015, -0.016896117478609085, + 0.02155294269323349, 0.06245069205760956, -0.03472626581788063, -0.017274796962738037, + 0.06276991963386536, -0.023133659735322, -0.007969070225954056, -0.08156151324510574, + -0.07685290277004242, -0.06105484813451767, 0.03372519090771675, -0.0259739737957716, + -0.008309554308652878, 0.056991029530763626, 0.039296768605709076, 0.013708362355828285, + -0.09435273706912994, 0.03743889555335045, 0.07860962301492691, -0.0009448223281651735, + -0.010982432402670383, 0.025306543335318565, 0.002424439415335655, -0.03435223177075386, + -0.0035509876906871796, -0.01093454658985138, 0.043806109577417374, 0.048560980707407, + 0.12884433567523956, -0.068311408162117, 0.057713061571121216, 0.03767821565270424, 0.02826276235282421, + 0.012168803252279758, -0.08924521505832672, -0.09737295657396317, 0.090069480240345, + 0.007965904660522938, -0.02382822334766388, -0.016859836876392365, -0.016881585121154785, + 0.0234327744692564, -0.08365864306688309, -0.045158982276916504, 0.037518396973609924, + 0.04464972764253616, -0.006432683672755957, -0.06515468657016754, 0.010553433559834957, + 0.0312960185110569, 0.08035852760076523, -0.059281088411808014, -0.03654417768120766, + 0.053823407739400864, 0.053669191896915436, -0.056389566510915756, -0.013638738542795181, + 0.12571433186531067, 0.008101730607450008, 0.06603406369686127, 0.028040152043104172, + 0.03968317434191704, 0.10146071761846542, 0.015208150260150433, 0.020213864743709564, + -0.07495731860399246, 0.07430996000766754, 0.028495769947767258, -0.010159657336771488, + 0.014558050781488419, 0.03182169795036316, 0.0504140667617321, -0.0028259383980184793, + -0.0007710190839134157, -0.02735232748091221, -0.04425303637981415, 0.02984604798257351, + -0.004264879506081343, 0.013860894367098808, 0.08060164749622345, 0.029739554971456528, + -0.061510808765888214, -0.006066126748919487, -0.014647198840975761, 0.002148614265024662, + 0.05124785751104355, 0.07202509045600891, -0.06258375197649002, -0.0005555474781431258, + -0.010195834562182426, 0.01676524244248867, 0.09844950586557388, 0.050341635942459106, + -0.035953521728515625, -0.05428357794880867, -0.04413070157170296, 0.010623540729284286, + -0.03899260237812996, -0.031605277210474014, -0.00403183326125145, 0.012540878728032112, + -0.026395611464977264, -0.11007460206747055, 0.025755375623703003, 0.007931612432003021, + -0.005998837295919657, -0.04706868156790733, 0.003753011580556631, 0.002057825680822134, + 0.0039326963014900684, 0.03169092908501625, 0.004006562754511833, -0.020603464916348457, + -0.0917135551571846, -0.06596799194812775, 0.022839298471808434, -0.03253598138689995, + 0.0003297963412478566, 0.03793424367904663, 0.0164733175188303, -0.025879601016640663, + -0.0005431498284451663, -0.0006863712333142757, -0.07248914241790771, 0.042402055114507675, + -0.04676629230380058, -0.06309132277965546, 0.08858885616064072, 0.008335101418197155, + 0.006208297796547413, -0.058445315808057785, -0.038649849593639374, -0.03196394443511963, + 0.0022025802172720432, 0.03343338519334793, -0.04696771502494812, -0.0619511753320694, + 0.0746370479464531, 0.00664566969498992, -0.0386856384575367, -0.020631026476621628, + 0.020772811025381088, 0.01952313631772995, -0.04165773466229439, -0.0832325741648674, + -0.03253518044948578, -0.024404820054769516, 0.030783437192440033, 0.0837470293045044, + 0.01841072551906109, -0.007353904191404581, -0.024000637233257294, 0.07220751792192459, + -0.09364362061023712, 0.043632667511701584, -0.009098721668124199, 0.02494383044540882, + 0.0632583349943161, 0.006612901575863361, -0.03339017927646637, -0.02503914013504982, + 0.01678317040205002, 0.0018376983935013413, -0.02420869655907154, 0.009778980165719986, + -0.02200583554804325, 0.03609755262732506, 0.03153787925839424, 0.016063394024968147, + 0.07262155413627625, 0.03205783665180206, 0.032596055418252945, -0.024183999747037888, + 0.04333344101905823, -0.03997652232646942 + ], + [ + 0.04285349324345589, -0.016299376264214516, 0.004263777751475573, 0.02780124545097351, + 0.02065851166844368, 0.07211825996637344, 0.044569872319698334, -0.0145368417724967, + -0.06091741845011711, 0.04591904580593109, -0.01837286911904812, -0.008295150473713875, + 0.006190045271068811, 0.03760480135679245, -0.0011185434414073825, -0.010299264453351498, + -0.02481505461037159, -0.04742669314146042, 0.008699213154613972, -0.013356671668589115, + 0.053407520055770874, 0.04338483884930611, -0.006529087666422129, -0.06254573911428452, + 0.021232977509498596, 0.00214185519143939, -0.07877147197723389, -0.0073545887134969234, + 0.016150187700986862, -0.011014827527105808, -0.054205458611249924, -0.034497298300266266, + -0.012803779914975166, 0.0008593489765189588, 0.07381463795900345, -0.03224022313952446, + 0.07186892628669739, 0.009130442515015602, -0.05096929147839546, -0.003715331433340907, + 0.06194188445806503, -0.005996889900416136, -0.0014181319857016206, 0.007950996048748493, + 0.035402752459049225, -0.03164093568921089, -0.01650487259030342, 0.07915593683719635, + 0.034503404051065445, -0.029406091198325157, 0.02350820042192936, -0.009446771815419197, + -0.0606158971786499, -0.07149235159158707, 0.006753346882760525, 0.007232398260384798, + 0.03928103670477867, 0.03662993758916855, 0.06778980046510696, -0.0264879260212183, + -0.012177428230643272, -0.0007403013878501952, -0.08663760870695114, 0.0014331992715597153, + 0.04940759018063545, -0.09727754443883896, 0.09280650317668915, 0.006433115806430578, + 0.025016000494360924, -0.033699288964271545, 0.026223549619317055, -0.04045851528644562, + -0.009165540337562561, -0.038745149970054626, -0.02723832242190838, 0.073100745677948, + 0.13804492354393005, 0.002210411475971341, -0.012373009696602821, 0.047457169741392136, + -0.021827640011906624, 0.048475220799446106, -0.011981853283941746, -0.05051368102431297, + -0.0016355144325643778, -0.0346740186214447, 0.045580897480249405, -0.020466966554522514, + -0.025355275720357895, 0.07896335422992706, 0.06607683002948761, -0.025389760732650757, + -0.0830591693520546, 0.04950811341404915, -0.017508013173937798, 0.024674387648701668, + 0.04187888279557228, 0.08228425681591034, 0.03205432370305061, -0.03289448097348213, + 0.028454817831516266, -0.05191619694232941, 0.0027366681024432182, 0.011446783319115639, + 0.03873589634895325, 0.0901138186454773, 0.012816350907087326, 0.009341440163552761, + -0.009630699642002583, -0.040465161204338074, -0.03827516734600067, -0.032320160418748856, + 0.07808824628591537, -0.026081036776304245, -0.006163506768643856, -0.005602550692856312, + -0.08257349580526352, 0.009666780941188335, -0.00908572319895029, -0.04313977435231209, + 0.03696122765541077, -0.06305550038814545, -0.03450113907456398, -0.009721318259835243, + -0.012587177567183971, 0.04110892862081528, -0.06054944172501564, 0.008567865937948227, + 0.027234947308897972, 0.005620555020868778, -0.033977508544921875, -0.05820382386445999, + 0.039057984948158264, -0.07834117114543915, 0.04763314127922058, -0.07097374647855759, + 0.029668554663658142, -0.030563844367861748, -0.04672509804368019, -0.0005266719381324947, + -0.0646519735455513, -0.046214621514081955, 0.047179508954286575, -0.026453858241438866, + 0.049238208681344986, -0.03209364414215088, -0.080647312104702, -0.031196774914860725, + -0.10467337816953659, -0.01840493083000183, -0.012372126802802086, 0.0038554626516997814, + -0.007496288046240807, 0.03536165505647659, 0.06595922261476517, -0.05051103234291077, + -0.040475331246852875, 0.014134659431874752, 0.04553237557411194, -0.044950634241104126, + -0.023524010553956032, -0.0008220212766900659, 0.051295697689056396, 0.017086897045373917, + 0.023947693407535553, -0.044632066041231155, -0.02412215992808342, -0.06991026550531387, + -0.049506593495607376, 0.055165600031614304, 0.029021091759204865, 0.0641542449593544, + 0.0002866968570742756, -0.08950422704219818, 0.007199072279036045, -0.011308755725622177, + 0.04145705699920654, -0.08391065895557404, 0.05200739577412605, -0.05516968294978142, + 0.07661403715610504, -0.017199698835611343, -0.038711365312337875, 0.045290738344192505, + 0.10117112845182419, 0.03159414976835251, 0.024866687133908272, -0.004365916363894939, + -0.058820486068725586, -0.016753079369664192, -0.017171626910567284, 0.055172283202409744, + -0.028644446283578873, 0.09775339812040329, -0.023442305624485016, 0.06791593134403229, + -0.021457890048623085, -0.08986105024814606, 0.05890965834259987, 0.012030646204948425, + 0.026322707533836365, -0.07651752978563309, -0.04371293634176254, -0.02731289528310299, + -0.020935213193297386, -0.05008162185549736, 0.004422604572027922, -0.011042253114283085, + -0.07512813061475754, -0.05006115138530731, 0.0816851258277893, 0.02095821686089039, + -0.07140840590000153, -0.034911710768938065, -0.03416966646909714, 0.025884153321385384, + -0.01661917194724083, -0.03479855880141258, -0.12417761236429214, 0.09854783117771149, + 0.08695909380912781, -0.05882275477051735, 0.026538629084825516, -0.010456230491399765, + -0.028196845203638077, -3.4083282116625924e-6, 0.044256433844566345, 0.03963661938905716, + 0.053767718374729156, 0.0107472138479352, 0.030604366213083267, -0.04582121968269348, + -0.04787566512823105, 0.014141462743282318, 0.06261302530765533, 0.058205556124448776, + -0.026553569361567497, 0.09764831513166428, -0.018140435218811035, -0.01826869696378708, + 0.017027243971824646, 0.010147103108465672, 0.07968252897262573, 0.03589979186654091, + -0.008222865872085094, -0.032575611025094986, 0.025578942149877548, 0.03648063540458679, + -0.04308950901031494, 0.03742627054452896, -0.022035550326108932, -0.027833441272377968, + -0.019544828683137894, -0.031638290733098984, 0.016002630814909935, -0.08410528302192688, + -0.03203460946679115, 0.07127632200717926, -0.007854743860661983, 0.08461558818817139, + 0.010550548322498798, -0.04852508008480072, 0.01169358566403389, 0.09901858866214752, + 0.053641509264707565, -0.004135722294449806, 0.08113659173250198, 0.048486921936273575, + 0.0432477742433548, 0.03463664650917053, 0.10998091101646423, 0.03544846922159195, -0.03460416942834854, + 0.01069206465035677, -0.06936226040124893, 0.06587416678667068, -0.07974043488502502, + 0.06916257739067078, 0.030640391632914543, 0.000402444857172668, 0.10768355429172516, + -0.0552484504878521, 0.006322324275970459, -0.04002368077635765, 0.03649391606450081, + 0.10387597233057022, 0.0025472710840404034, 0.007731963414698839, 0.10185719281435013, + -0.005169680342078209, 0.06278865784406662, -0.0036940937861800194, -0.028625793755054474, + 0.03503431752324104, 0.025794411078095436, -0.010427450761198997, -0.010918681509792805, + -0.0016164715634658933, -0.0768488273024559, 0.11809185892343521, -0.04832040145993233, + -0.02517000399529934, -0.007167282979935408, -0.04787249490618706, -0.03732781112194061, + -0.039984915405511856, -0.02021430805325508, -0.022389449179172516, -0.047337260097265244, + -0.007178874686360359, 0.09097957611083984, -0.04698462784290314, 0.06901109963655472, + -0.0330648347735405, -0.004209547769278288, 0.05978061258792877, 0.06947087496519089, + -0.02811192348599434, -0.011470451951026917, 0.023058457300066948, -0.04105035215616226, + 0.041652921587228775, -0.0973956435918808, -0.011357007548213005, -0.05146664008498192, + -0.00991777516901493, 0.042801689356565475, -0.001272995606996119, 0.0720628947019577, + -0.05070905759930611, -0.031944382935762405, 0.05469304695725441, -0.06051628664135933, + 0.02568640187382698, 0.019824646413326263, -0.05672825500369072, -0.030989019200205803, + 0.06150895357131958, -0.026459315791726112, 0.02978827990591526, -0.043952737003564835, + -0.06307455897331238, -0.020989514887332916, 0.014737310819327831, 0.02682182937860489, + -0.09505042433738708, -0.01419010292738676, 0.03485157713294029, 0.045941613614559174, + -0.048858143389225006, 0.06639635562896729, 0.002561305183917284, -0.025632428005337715, + -0.06989966332912445, -0.014505324885249138, 0.04904491826891899, 0.05845276638865471, + 0.06117423623800278, -0.06985799968242645, -0.05883985012769699, -0.11204306781291962, + 0.09766995906829834, -0.13124620914459229, 0.023440923541784286, -0.00858263298869133, + 0.008068662136793137, -0.016644099727272987, 0.001951925572939217, -0.041115738451480865, + 0.0028216035570949316, 0.060657937079668045, -0.007959404960274696, -0.07035672664642334, + -0.0334029346704483, 0.06609465926885605, 0.0073749832808971405, 0.002992532216012478, + -0.0812060609459877, 0.053587816655635834, 0.01594051904976368, -0.024354998022317886, + -0.04385210946202278, 0.011597779579460621, 0.05778304114937782 + ], + [ + 0.05394948646426201, 0.0028401396702975035, -0.07266224920749664, -0.035703081637620926, + -0.0780189260840416, -0.00715662119910121, 0.042463306337594986, 0.027646133676171303, + 0.08603093028068542, 0.03797563537955284, -0.07143332809209824, 0.06516825407743454, + -0.02188839018344879, 0.1274958997964859, 0.07045815885066986, -0.0040586283430457115, + -0.011293713934719563, -0.08213458955287933, 0.10668649524450302, -0.05812699347734451, + 0.06804858893156052, 0.043107736855745316, 0.014424196444451809, -0.037193913012742996, + 0.0740387812256813, -0.03807758912444115, -0.06637252122163773, -0.035705115646123886, + 0.005902851931750774, 0.02000223845243454, -0.04146764799952507, 0.015791283920407295, + 0.06315954774618149, 0.048533033579587936, -0.04610497131943703, -0.014134591445326805, + 0.032343484461307526, -0.01985502801835537, 0.08328519016504288, -0.04149896278977394, + 0.010026237927377224, 0.05735323578119278, 0.10873384773731232, 0.04194146394729614, + -0.05803607404232025, 0.025506313890218735, 0.0025501332711428404, -0.04594812169671059, + -0.028858056291937828, 0.010715668089687824, 0.022978411987423897, 0.05280407518148422, + 0.019719187170267105, 0.039666082710027695, 0.013255051337182522, 0.06053871661424637, + 0.040273893624544144, 0.0069527700543403625, 0.02220647595822811, -0.00013679183030035347, + 0.03185797482728958, -0.012417932972311974, -0.03390401229262352, 0.04184683412313461, + 0.026038749143481255, 0.02973347343504429, -0.033645644783973694, -0.0013118383940309286, + 0.0013766129268333316, -0.0989859327673912, 0.00803580041974783, -0.04883987829089165, + 0.10703710466623306, -0.03022315539419651, -0.005164518486708403, 0.008218326605856419, + 0.09490782022476196, 0.031953081488609314, 0.03130469471216202, 0.02120344527065754, + 0.0003254918265156448, -0.021435318514704704, -0.04072614759206772, -0.032760024070739746, + -0.039727140218019485, 0.020730555057525635, -0.00429465901106596, -0.04106633737683296, + -0.055601514875888824, -0.050037749111652374, -0.0016702805878594518, 0.018809914588928223, + -0.00938713550567627, 0.008985617198050022, -0.06863698363304138, -0.0035129499156028032, + -0.051335886120796204, -0.016248760744929314, -0.03609330579638481, 0.011139149777591228, + 0.0362335704267025, 0.0564565435051918, 0.04883410409092903, -0.0751907229423523, + -0.0017060743412002921, 0.007171733770519495, 0.01863895170390606, -0.04102424532175064, + -0.028656404465436935, -0.06132044270634651, 0.023640954867005348, -0.0757024735212326, + -0.014015217311680317, 0.028569389134645462, -0.02554820291697979, 0.024498092010617256, + 0.029763130471110344, 0.02205514907836914, 0.055829115211963654, -0.009993097744882107, + 0.0024821567349135876, -0.030474139377474785, -0.0011320452904328704, -0.005574144888669252, + 0.06691092997789383, -0.01094165537506342, -0.005112429149448872, 0.040001168847084045, + -0.0205276720225811, -0.06084151938557625, -0.04791545867919922, -0.037344373762607574, + 0.026288015767931938, -0.06721632182598114, 0.05463038384914398, 0.011711405590176582, + -0.029864611104130745, 0.056275781244039536, -0.038076598197221756, 0.030145710334181786, + -0.07148326933383942, -0.041609786450862885, 0.0065856012515723705, 0.0005456840735860169, + 0.03388596326112747, -0.023728426545858383, -0.08033737540245056, 0.018586939200758934, + -0.09096071869134903, 0.06499066948890686, 0.08565552532672882, -0.005293965805321932, + 0.019641246646642685, -0.036174874752759933, 0.08652853965759277, -0.058462753891944885, + 0.0186166912317276, 0.028146961703896523, -0.08229779452085495, -0.05794360861182213, + -0.04200175777077675, 0.010033905506134033, 0.09409739077091217, 0.03990918770432472, + 0.07317884266376495, -0.031090861186385155, -0.004544368013739586, 0.023634543642401695, + 0.012066065333783627, 0.08303140848875046, 0.016449294984340668, 0.014742352068424225, + 0.027171818539500237, 0.015682045370340347, -0.01628894917666912, -0.03930768370628357, + 0.0017481567338109016, 0.010471905581653118, -0.09822957217693329, -0.0022515521850436926, + -0.0349591001868248, -0.00978809967637062, 0.06799346953630447, 0.037965741008520126, + 0.022626766934990883, 0.04692462459206581, -0.0018845549784600735, -0.03514060005545616, + -0.022729331627488136, 0.023324670270085335, 0.028252268210053444, -0.048147957772016525, + 0.001541122212074697, 0.03266957029700279, 0.010507157072424889, 0.021071648225188255, + -0.06299649924039841, -0.01982523500919342, 0.027571579441428185, -0.02822907641530037, + -0.0013297541299834847, -0.043727096170186996, -0.02856883779168129, 0.005525399465113878, + -0.09773926436901093, -0.04842555150389671, -0.04636947438120842, -0.03340823948383331, + -0.0006238172063603997, -0.010836414992809296, 0.008787788450717926, -0.00769862299785018, + -0.055607669055461884, -0.0014900020323693752, -0.06374935805797577, 0.05333296209573746, + -0.014500530436635017, -0.035439662635326385, -0.04957083612680435, 0.056313470005989075, + 0.0026649958454072475, 0.012252477928996086, 0.004107588902115822, 0.01130340714007616, + -0.035152941942214966, -0.05560610070824623, 0.008395572192966938, -0.03898029774427414, + -0.060748010873794556, -0.01916390098631382, 0.03845398500561714, -0.026438754051923752, + -0.048320453613996506, 0.0869886577129364, -0.06876760721206665, 0.05602923780679703, + -0.056728556752204895, 0.023053983226418495, -0.011374169960618019, -0.0014222569297999144, + -0.010951611213386059, 0.004635505843907595, 0.031160011887550354, -0.07145094871520996, + -0.04122348502278328, 0.04905623570084572, 0.007055954076349735, 0.015477876178920269, + 0.02734762616455555, -0.016110729426145554, -0.10428399592638016, -0.022059179842472076, + -0.03638816624879837, 0.0534750260412693, -0.025109007954597473, -0.07345984876155853, + -0.0013142548268660903, -0.02747785486280918, 0.004300304222851992, 0.008667216636240482, + 0.010736731812357903, 0.04236674681305885, 0.02961552143096924, 0.06704007089138031, + 0.0017990656197071075, -0.05335342511534691, -0.017828408628702164, -0.050218913704156876, + -0.03431858494877815, 0.008356899954378605, -0.007976776920258999, 0.10780853033065796, + -0.06754904240369797, 0.09675837308168411, -0.09650245308876038, 0.008293869905173779, + -0.004635682329535484, -0.07720283418893814, 0.006757305469363928, 0.019755832850933075, + 0.01077999360859394, 0.05165262520313263, -0.03515201434493065, 0.036003146320581436, + -0.014497309923171997, -0.02266966551542282, -0.017305122688412666, -0.03790929168462753, + 0.10133989155292511, 0.00830143690109253, -0.013660671189427376, 0.026837646961212158, + -0.01628880202770233, 0.017323998734354973, -0.07341230660676956, 0.03991742432117462, + 0.05223342031240463, -0.010489579290151596, -0.05876855552196503, 0.031602729111909866, + -0.010029192082583904, 0.04075620323419571, 0.012266687117516994, 0.022900914773344994, + -0.002366788685321808, -0.019877687096595764, -0.05959412083029747, 0.024616116657853127, + -0.03070584312081337, -0.015209123492240906, -0.001950798206962645, -0.05614015832543373, + -0.11071520298719406, -0.04385390132665634, 0.009009932167828083, 0.04575561359524727, + -0.02953205443918705, 0.040267836302518845, -0.03632188215851784, -0.009444971568882465, + -0.07518544048070908, 0.00853575300425291, -0.07761947065591812, -0.06539738178253174, + -0.027964316308498383, 0.04807566478848457, 0.019090326502919197, 0.08755215257406235, + 0.030608544126152992, 0.011439641006290913, 0.026043739169836044, -0.02694324217736721, + 0.012680603191256523, 0.03919069468975067, -0.06291356682777405, -0.003132591722533107, + -0.04551728442311287, 0.09294050186872482, 0.01333459373563528, 0.029185717925429344, + 0.031145306304097176, -0.018038485199213028, -0.013479640707373619, 0.017896020784974098, + 0.01012380514293909, 0.052977051585912704, 0.018549976870417595, 0.05796355381608009, + -0.04073253646492958, -0.011027478612959385, -0.04095587879419327, 0.09500822424888611, + 0.04021245241165161, -0.020704833790659904, 0.04729456827044487, -0.032643478363752365, + 0.025430617853999138, 0.026831910014152527, 0.05163281038403511, -0.01798255182802677, + -0.037362609058618546, -0.05290481075644493, -0.08770816028118134, 0.05751243606209755, + 0.01003564428538084, 0.10492916405200958, 0.0007141006062738597, 0.032858215272426605, + -0.04926486313343048, 0.009999655187129974, 0.0183949563652277, 0.07249259203672409, 0.0264193806797266, + -0.04030575230717659, -0.03342171758413315, 0.016316013410687447, 0.07442076504230499, + -0.023139510303735733, 0.07649900019168854, 0.007953106425702572, -0.00438015116378665, + -0.0044354661367833614, 0.08687302470207214, -0.05490861460566521 + ], + [ + 0.07550165802240372, -0.04860691353678703, 0.044779881834983826, 0.0045289648696780205, + 0.01176638063043356, 0.04745035246014595, 0.05075419694185257, 0.013497456908226013, 0.1101858839392662, + -0.09045064449310303, 0.03787214308977127, -3.5041819501202554e-5, -0.03229420632123947, + 0.055928684771060944, 0.013114248402416706, -0.00018581884796731174, -0.025344643741846085, + 0.019654029980301857, 0.07550033181905746, -0.04373270273208618, 0.06731219589710236, + 0.01857057586312294, 0.014621905982494354, -0.023338476195931435, 0.05428560823202133, + -0.028587326407432556, 0.016600051894783974, 0.02638811059296131, 0.022140029817819595, + 0.0033093357924371958, -0.004510320257395506, 0.031352851539850235, -0.03324711695313454, + -0.007558902725577354, 0.027311595156788826, 0.024581221863627434, 0.012406661175191402, + -0.015925435349345207, -0.005517008248716593, -0.037156105041503906, -0.01182036753743887, + 0.06842318177223206, 0.03867368772625923, -0.0014644513139501214, 0.015009990893304348, + -0.022150954231619835, 0.055906977504491806, 0.08012547343969345, -0.02736789546906948, + 0.008241400122642517, 0.06014983355998993, -0.0069747138768434525, -0.011755578219890594, + -0.021050460636615753, -0.024866582825779915, 0.055123526602983475, -0.08672133833169937, + 0.017986580729484558, -0.028234273195266724, -0.01808822527527809, -0.036951079964637756, + -0.05047435313463211, -0.025567006319761276, 0.017895694822072983, 0.00700682308524847, + 0.027119159698486328, 0.02787916176021099, -0.031141046434640884, -0.014370515011250973, + -0.00749800493940711, 0.05048767477273941, -0.0211496502161026, 0.08945351094007492, + -0.12429852783679962, -0.03976321592926979, -0.0007176277576945722, 0.10615827143192291, + -0.04353867471218109, 0.053213220089673996, 0.08324716240167618, -0.058130573481321335, + 0.03746451437473297, 0.043968454003334045, -0.008786334656178951, 0.023017143830657005, + 0.054472994059324265, 0.08199609816074371, 0.002406176645308733, -0.06887120008468628, + 0.07011142373085022, 0.016160570085048676, -0.015831327065825462, -0.04869011417031288, + -0.0006905557820573449, -0.05354546755552292, -0.04463842138648033, -0.010547863319516182, + 0.016529716551303864, 0.003538517514243722, 0.0025960621424019337, 0.03882372006773949, + -0.03146439790725708, 0.08874562382698059, -0.04578154534101486, 0.07173658907413483, + -0.00955741386860609, -0.029711801558732986, 0.07041720300912857, 0.0332881361246109, + -0.04671240225434303, -0.030835172161459923, 0.007858162745833397, 0.12039490044116974, + 0.012275437824428082, 0.012719276361167431, 0.028099607676267624, -0.05367478355765343, + -0.030188824981451035, -0.04087793081998825, 0.0025866208598017693, 0.04126069322228432, + -0.018943360075354576, -0.05876191705465317, 0.006187254097312689, 0.047793976962566376, + -0.03203651309013367, -0.03491464629769325, -0.004715782590210438, 0.06315632164478302, + -0.022380756214261055, 0.046391475945711136, -0.02886056900024414, 0.011828901246190071, + -0.0072167739272117615, -0.05909854546189308, 0.02268899977207184, 0.08298636227846146, + 0.027156395837664604, -0.04391741007566452, -0.03483212739229202, -0.03829314932227135, + -0.04865673929452896, -0.05321427807211876, 0.01152228657156229, 0.015179140493273735, + 0.08151603490114212, -0.023869452998042107, -0.01041597593575716, -0.08378434181213379, + 0.0002767447440419346, -0.0009397555841132998, -0.020890695974230766, 0.011779657565057278, + -0.04192173108458519, 0.03610916808247566, -0.09514372795820236, 0.036791663616895676, + -0.010600950568914413, 0.0030063260346651077, 0.04975531995296478, -0.012532588094472885, + -0.04401667043566704, -0.036299929022789, -0.0805281475186348, 0.12498550117015839, + -0.03324396163225174, 0.011632179841399193, -0.016502421349287033, 0.06121012195944786, + 0.006982229184359312, -0.07313884794712067, 0.07256986945867538, 0.05180709809064865, + -0.016561048105359077, 0.05686483904719353, 0.020331986248493195, -0.04748937487602234, + 0.039089661091566086, -0.04978463426232338, -0.11124708503484726, -0.09053762257099152, + -0.038652386516332626, -0.01737932302057743, 0.03777550905942917, 0.012020528316497803, + 0.028073208406567574, 0.05983281135559082, -0.03387514874339104, -0.035984765738248825, + -0.042432140558958054, 0.07282225787639618, -0.06720050424337387, -0.00870389211922884, + 0.038715019822120667, -0.00835068803280592, -0.0257810577750206, -0.0409090518951416, + -0.09299852699041367, 0.039686184376478195, -0.04879160225391388, 0.03569565713405609, + -0.034158721566200256, -0.007034156005829573, 0.07425697147846222, -0.09691635519266129, + -0.11325791478157043, 0.0023318275343626738, 0.05122339725494385, 0.010667243041098118, + -0.05171700194478035, -0.0014387370320037007, 0.0352325402200222, 0.039975252002477646, + 0.08732974529266357, 0.060027819126844406, -0.016182582825422287, -0.03790457174181938, + -0.11401630938053131, -0.11002469807863235, -0.01846456341445446, 0.018866198137402534, + -0.0785369873046875, 0.07979080080986023, -0.044690199196338654, 0.028067590668797493, + -0.06115421652793884, 0.006734518799930811, 0.05202999338507652, 0.026051998138427734, + -0.05363588407635689, 0.07609818130731583, 0.09174831956624985, -0.012737849727272987, + 0.05903800204396248, -0.051221154630184174, 0.020159084349870682, 0.033405937254428864, + 0.08128048479557037, -0.027198538184165955, 0.08832941949367523, -0.03071058727800846, + 0.029771819710731506, 0.04753096401691437, 0.018332455307245255, -0.10582457482814789, + 0.07091508060693741, -0.010136663913726807, 0.011989451944828033, -0.050744399428367615, + 0.09697572141885757, 0.033204786479473114, -0.05741126462817192, -0.062156908214092255, + -0.006589623633772135, -0.0484074205160141, 0.020522037521004677, -0.025317953899502754, + 0.054285891354084015, -0.05131223425269127, 0.03357807919383049, 0.039182741194963455, + -0.05899527296423912, -0.0334492102265358, -0.04578742757439613, -0.02247823402285576, + -0.031033607199788094, -0.02018682099878788, 0.010489949956536293, -0.02937922067940235, + 0.016871962696313858, 0.051574572920799255, 0.11025640368461609, 0.0648772343993187, + -0.053237445652484894, -0.03500776365399361, -0.01792927086353302, 0.02338256686925888, + -0.006756599992513657, -0.05113576352596283, 0.022687779739499092, 0.008493470959365368, + 0.0793834924697876, -0.03583492338657379, 0.05254654213786125, -0.03596694394946098, + -0.12695449590682983, 0.03522534295916557, 0.020430048927664757, 0.04360863193869591, + 0.018863242119550705, 0.019969437271356583, -0.029308699071407318, -0.03032512776553631, + -0.03517080470919609, 0.02617126889526844, 0.04611585661768913, 0.0043693045154213905, + -0.011419526301324368, 0.0006329393945634365, 0.05509244278073311, 0.044771451503038406, + 0.04705282673239708, -0.007528520654886961, -0.026065349578857422, -0.10027208179235458, + -0.01100852619856596, -0.007140060421079397, -0.01957811415195465, -0.043249260634183884, + 0.01256487239152193, -0.02806912735104561, -0.02912275120615959, 0.0811404287815094, + -0.05386849865317345, -0.056814044713974, 0.018469231203198433, -0.008022014051675797, + -0.03973976895213127, 0.02750915102660656, -0.018332818523049355, -0.06609354168176651, + 0.007131065707653761, -0.04167960211634636, -0.07054261118173599, -0.02486543357372284, + -0.043874721974134445, 0.03429692983627319, -0.0032182137947529554, 0.030054211616516113, + 0.053512077778577805, -0.0579301193356514, 0.04376773163676262, -0.005848782602697611, + 0.05706971883773804, -0.016434382647275925, 0.021464360877871513, 0.046339891850948334, + -0.041864246129989624, -0.0037277706433087587, -0.03887274116277695, -0.049072276800870895, + -0.02310406230390072, -0.025446780025959015, 0.1170712560415268, -0.05316885560750961, + -0.05574529618024826, 0.08764622360467911, 0.03843199461698532, 0.05301102250814438, + -0.09264765679836273, -0.04895050451159477, 0.08963672816753387, 0.014430301263928413, + -0.04815882071852684, 0.01134110800921917, -0.0402781181037426, -0.04694449529051781, + -0.04341602697968483, -0.0030029311310499907, -0.09018267691135406, 0.06381676346063614, + 0.04572603479027748, -0.05885864049196243, 0.03149591013789177, 0.08571229875087738, + 0.08079111576080322, 0.046233486384153366, -0.0009880667785182595, -0.1041656956076622, + -0.01216723769903183, 0.005270395427942276, 3.838881639239844e-6, -0.012742003425955772, + -0.02950463630259037, -0.014758357778191566, -0.033488187938928604, 0.05798570439219475, + -0.03513925150036812, 0.10485540330410004, 0.055701252073049545, -0.007544744294136763, + 0.039550840854644775, -0.01745973899960518, -0.015287642367184162 + ], + [ + 0.011885706335306168, -0.04152257367968559, -0.015086107887327671, 0.0074897767044603825, + 0.022793015465140343, 0.012514161877334118, -0.0849529504776001, 0.07830919325351715, + -0.05410172790288925, 0.0019303251756355166, -0.02585935778915882, 0.006768419407308102, + -0.03585941717028618, -0.04654819145798683, -0.04739361256361008, 0.028849180787801743, + 0.027098150923848152, -0.06586992740631104, -0.054551564157009125, 0.05404454842209816, + -0.07206648588180542, -0.016236942261457443, 0.040900930762290955, 0.09904360771179199, + 0.032748304307460785, 0.059594523161649704, 0.029524486511945724, -0.011617809534072876, + 0.0071037341840565205, -0.04120425879955292, 0.03562603145837784, 0.05662679672241211, + 0.05063677579164505, -0.1052483394742012, 0.09968042373657227, -0.12246180325746536, + -9.793145000003278e-5, -0.006299861241132021, -0.07847201079130173, -0.011357364244759083, + 0.031571920961141586, -0.041110776364803314, -0.012629877775907516, 0.029807085171341896, + -0.01824995130300522, 0.03546474501490593, -0.08167994022369385, -0.04680605232715607, + 0.11958778649568558, 0.003192173782736063, 0.027729036286473274, 0.012856901623308659, + -0.030107002705335617, -0.007738315034657717, -0.045597851276397705, -0.008470918983221054, + -0.08085151016712189, 0.0009111672989092767, 0.052313026040792465, 0.056655775755643845, + 0.034078069031238556, 0.03915199637413025, -0.022595418617129326, 0.021394139155745506, + -0.031414300203323364, -0.042266327887773514, 0.014802973717451096, -0.02516797184944153, + 0.05933650955557823, -0.0014725403161719441, -0.07460793852806091, 0.03502542898058891, + 0.01818135939538479, -0.0036184152122586966, -0.02963150106370449, 0.12545351684093475, + -0.04963599890470505, -0.007522777654230595, 0.01745399832725525, -0.015373784117400646, + 0.04373934492468834, -0.06862787902355194, -0.009615888819098473, 0.037263501435518265, + -0.0205138698220253, 0.027751119807362556, -0.021959304809570312, 0.027462251484394073, + 0.06943652778863907, 0.006385168060660362, 0.0009120621834881604, -0.08574161678552628, + -0.05823955312371254, -0.048284973949193954, 0.005753424949944019, -0.004442173056304455, + -0.00802662130445242, -0.04467654600739479, -0.009282056242227554, -0.0299810990691185, + 0.03398530185222626, -0.05232839658856392, 0.048563238233327866, -0.012456017546355724, + -0.013224979862570763, -0.0742323100566864, 0.004634561482816935, 0.0512879341840744, + 0.10225434601306915, 0.0618935227394104, -0.048959579318761826, 0.04734523594379425, 0.0700368583202362, + -0.020050983875989914, -0.019261710345745087, 0.0900699570775032, -0.0648554116487503, + 0.03316415846347809, 0.06269969046115875, 0.05344884470105171, 0.009326688013970852, + 0.06354575604200363, -0.01057000458240509, -0.01857644133269787, -0.08550801873207092, + -0.020650751888751984, -0.04869246110320091, -0.03886228799819946, 0.03203742951154709, + -0.0344986692070961, 0.04981330409646034, 0.019335124641656876, -0.06041965261101723, + -0.011689908802509308, -0.03931168094277382, 0.012820808216929436, -0.010365845635533333, + -0.06484172493219376, 0.09793437272310257, 0.016636976972222328, -0.007751438766717911, + -0.009269904345273972, 0.013410407118499279, 0.017232108861207962, -0.008316264487802982, + 0.06939628720283508, 0.025086335837841034, -0.12763457000255585, 0.02515137568116188, + -0.09107530862092972, 0.02057826891541481, -0.027739061042666435, 0.01360973808914423, + -0.02586965821683407, -0.07478968799114227, 0.03532462194561958, -0.005897040478885174, + 0.01379110012203455, -0.01752585731446743, -0.0402148962020874, 0.01320599764585495, + 0.01643039844930172, -0.06710968911647797, 0.09377496689558029, -0.07693109661340714, + -0.019771138206124306, 0.00798481423407793, -0.012984827160835266, 0.028490914031863213, + 0.03674047812819481, 0.0166592076420784, -0.0020933588966727257, 0.06159555912017822, + 0.07823136448860168, -0.08222398161888123, 0.0314449742436409, 0.027063343673944473, + 0.012005734257400036, 0.029737791046500206, -0.050203122198581696, -0.09786627441644669, + -0.056248877197504044, 0.013174721971154213, -0.06297279894351959, -0.057219911366701126, + -0.02975323051214218, -0.08206218481063843, 0.029891496524214745, 0.001945584430359304, + -0.023980094119906425, -0.013305666856467724, -0.019458595663309097, -0.10855118185281754, + 0.0855075791478157, -0.002938944613561034, -0.05535125732421875, 0.05595329776406288, + 0.08176007121801376, 0.018911736086010933, 0.041510794311761856, 0.06703487783670425, + 0.02482501231133938, 0.041859179735183716, 0.015409067273139954, 0.020245669409632683, + 0.05250721797347069, 0.07411390542984009, 0.01891332119703293, 0.05495348200201988, 0.01232250314205885, + 0.009135396219789982, 0.0940609946846962, 0.10729799419641495, -0.006093492731451988, + 0.04788806289434433, 0.06947790086269379, 0.02675955556333065, 0.052427951246500015, + -0.021917948499321938, 0.03574398159980774, -0.012631135992705822, -0.04790341854095459, + -0.004273936618119478, -0.012193508446216583, -0.021697701886296272, 0.040913913398981094, + -0.042005110532045364, -0.07938095182180405, 0.01689651608467102, 0.06603183597326279, + -0.018258431926369667, -0.0020447729621082544, 0.049882594496011734, -0.02922866865992546, + 0.03858190402388573, 0.036840323358774185, -0.003957345150411129, -0.09857529401779175, + -0.07246940582990646, -0.020183861255645752, -0.007484610192477703, -0.04598403349518776, + -0.0036095839459449053, 0.014649197459220886, -0.09045402705669403, -0.030808521434664726, + -0.07620176672935486, 0.0022239109966903925, 0.0011067279847338796, -0.02511642314493656, + 0.06290178000926971, 0.14939188957214355, 0.031102454289793968, 0.025033969432115555, + 0.011455409228801727, 0.019090035930275917, 0.010795271024107933, -0.004976872820407152, + -0.004567713011056185, -0.00957452692091465, 0.0672491267323494, 0.017219144850969315, + -0.028740882873535156, -0.05539508908987045, -0.009175948798656464, -0.01272999495267868, + -0.060654424130916595, -0.006696456111967564, -0.005979998502880335, -0.037956736981868744, + -0.060084205120801926, -0.03902433067560196, 0.05237679183483124, -0.036246635019779205, + 0.0038531001191586256, -0.05719345808029175, 0.027579888701438904, -0.03558623418211937, + -0.011147496290504932, -0.07270736992359161, -0.0667315423488617, -0.08444870263338089, + -0.033926259726285934, -0.06155364587903023, -0.055231962352991104, 0.0002459384559188038, + 0.0004568090080283582, -0.04611517861485481, -0.03474756330251694, -0.07102522253990173, + -0.028697894886136055, -0.034086402505636215, -0.04976609721779823, -0.007020958699285984, + -0.09741092473268509, -0.07769808173179626, 0.0732342079281807, -0.03549710661172867, + 0.01824367046356201, 0.060910239815711975, 0.07495999336242676, 0.007360209710896015, + 0.09489545226097107, 0.026675274595618248, 0.09409569948911667, 0.04256436601281166, + 0.03902995586395264, 0.024717947468161583, 0.10671190172433853, -0.02221088670194149, + -0.027193360030651093, 0.010290710255503654, 0.0803413912653923, 0.08004390448331833, + 0.0350990891456604, -0.0002912394411396235, 0.0625901147723198, 0.04561026394367218, + 0.03416877239942551, 0.043682631105184555, -0.005131363868713379, 0.0298350527882576, + 0.04830847680568695, 0.11972422897815704, 0.01553760003298521, 0.000969499524217099, + -0.008208097890019417, -0.05091049149632454, -0.07596790045499802, -0.09535044431686401, + -0.017351897433400154, 0.03351541981101036, -0.0297841839492321, -0.010376731865108013, + -0.030009040609002113, -0.007413273211568594, -0.06012608855962753, -0.0508962944149971, + 0.03893665224313736, -0.11395164579153061, -0.07447051256895065, -0.018610484898090363, + 0.10150695592164993, -0.07411132007837296, 0.06409940868616104, 0.0604386180639267, 0.03227240592241287, + 0.007272261660546064, 0.0539541058242321, -0.04034578427672386, -0.0078017632476985455, + -0.12322915345430374, 0.01176396943628788, -0.01822911575436592, -0.003094192361459136, + 0.0025759555865079165, -0.043025869876146317, -0.039753641933202744, -0.09610198438167572, + -0.02717256359755993, -0.026982920244336128, -0.03216717764735222, -0.020535271614789963, + -0.023606592789292336, 0.051888998597860336, -0.005764177534729242, -0.01531950756907463, + 0.008638235740363598, 0.05011487007141113, -0.02529885247349739, -0.037441596388816833, + -0.03878993168473244, 0.08270314335823059, -0.01640803925693035, 0.015417573042213917, + 0.025316305458545685, -0.0637473464012146, 0.027952753007411957, -0.005971360486000776, + -0.04632710665464401, 0.07140123099088669, 0.04658132791519165, -0.018875686451792717, + 0.08400644361972809 + ], + [ + 0.008363442495465279, 0.0015461849980056286, 0.0710052028298378, 0.009695826098322868, + -0.014620156958699226, 0.07374286651611328, 0.02600311115384102, -0.05484374240040779, + 0.05107366666197777, 0.026850910857319832, 0.010385094210505486, 0.02848457172513008, + 0.03386472910642624, -0.01149947103112936, 0.009452520869672298, -0.013812989927828312, + -0.04227619618177414, -0.05632922053337097, -0.02368512935936451, 0.00917815137654543, + 0.08890759199857712, 0.017543980851769447, 0.05011025816202164, 0.00933164730668068, + 0.04979035630822182, -0.021806491538882256, 0.0039048439357429743, 0.015185657888650894, + -0.027546387165784836, 0.015084139071404934, -0.02798670344054699, -0.08329890668392181, + -0.0317143090069294, -0.028209470212459564, -0.029071398079395294, 0.04887580871582031, + -0.05019235610961914, 0.010702470317482948, -0.03332963213324547, -0.053020406514406204, + -0.062135323882102966, 0.046076223254203796, 0.007695439737290144, -0.012449168600142002, + 0.022686289623379707, 0.021597906947135925, 0.027597863227128983, -0.002275454346090555, + -0.050354402512311935, -0.012758646160364151, -0.00060295156436041, 0.007941700518131256, + 0.02009093388915062, 0.03106161393225193, 0.046822890639305115, 0.039781223982572556, + -0.0012322976253926754, -0.024124188348650932, 0.03996929153800011, -0.011064155027270317, + 0.046555209904909134, -0.009906675666570663, 0.002427251311019063, 0.06310232728719711, + 0.03320927917957306, 0.042217500507831573, 0.0021303168032318354, 0.0429556742310524, + 0.01859692670404911, -0.05545452982187271, 0.031608253717422485, -0.04253467917442322, + 0.10036162286996841, -0.016139185056090355, 0.031760163605213165, -0.015018788166344166, + 0.0050260405987501144, 0.002971895504742861, -0.0030258195474743843, 0.042836084961891174, + -0.0022138808853924274, -0.03723673149943352, 0.02626248262822628, -0.001587517443113029, + 0.0010858132736757398, -0.04590553417801857, -0.020005518570542336, -0.0337681882083416, + -0.02404540218412876, 0.04025375470519066, -0.058892689645290375, -0.04683050140738487, + 0.036827266216278076, 0.042002685368061066, -0.03999374061822891, 0.008944123052060604, + -0.02888219617307186, -0.04645982012152672, 0.053062308579683304, 0.02649039402604103, + -0.04252130165696144, 0.04153504967689514, -0.008070765994489193, -0.050406262278556824, + 0.032483793795108795, 0.01590937003493309, 0.04679889976978302, 0.012139988131821156, + 0.005731992423534393, -0.04261430352926254, 0.047493185847997665, -0.07026123255491257, + -0.007203070912510157, -0.022043954581022263, 0.038934070616960526, 0.03733523190021515, + -0.047268398106098175, 0.01593303680419922, 0.02469891868531704, -0.05002517253160477, + -0.03182502090930939, -0.07433408498764038, -0.015171215869486332, -0.02436019852757454, + 0.0069786193780601025, 0.0525406152009964, -0.0024659980554133654, 0.013861295767128468, + -0.024543926119804382, -0.03479742631316185, -0.039580006152391434, 0.017184512689709663, + 6.113376730354503e-5, -0.06728209555149078, 0.03204687684774399, -0.03742244839668274, + 0.015381167642772198, 0.045087773352861404, 0.027748797088861465, -0.0025634521152824163, + -0.07559134811162949, 0.0046209911815822124, 0.019940771162509918, -0.06366482377052307, + -0.009360378608107567, 0.05948935076594353, -0.0662020593881607, -0.021664828062057495, + -0.03334638103842735, -0.007130445446819067, 0.03512314707040787, 0.013792400248348713, + 0.06833522021770477, -0.0485089048743248, -0.02514658309519291, -0.023471495136618614, + 0.05878887698054314, -0.027754053473472595, 0.046334538608789444, -0.030465196818113327, + -0.015396901406347752, 0.013168921694159508, 0.05607075244188309, -0.013967677019536495, + 0.08357509225606918, -0.029562314972281456, 0.05478280037641525, 0.010353592224419117, + -0.01662316545844078, -0.004125474486500025, 0.015594451688230038, 0.04318244382739067, + -0.005666736979037523, -0.04440179094672203, -0.008910220116376877, -0.047622647136449814, + -0.01249780971556902, -0.027710402384400368, 0.0096855154260993, -0.07660884410142899, + 0.015542693436145782, -0.008740146644413471, 0.037340112030506134, 0.009854772128164768, + 0.005487658083438873, 0.004531997721642256, 0.011405277997255325, -0.04362822696566582, + -0.03416692093014717, -0.021651379764080048, 0.021600129082798958, 0.008914286270737648, + 0.09944962710142136, 0.017124682664871216, 0.05879064276814461, 0.0044334824196994305, + -0.00858391635119915, -0.037999432533979416, 0.020668523386120796, -0.08201020210981369, + -0.03601973503828049, -0.052877459675073624, 0.024055151268839836, -0.015543337911367416, + -0.051902901381254196, -0.02567199058830738, -0.0455961748957634, -0.051251236349344254, + -0.011671929620206356, 0.0496915839612484, 0.04884091764688492, 0.01392645388841629, + -0.07108865678310394, -0.017933500930666924, 0.009216535836458206, -0.044041309505701065, + 0.006571448408067226, -0.02944154292345047, -0.040106289088726044, 0.01455170102417469, + 0.018176376819610596, 0.060839056968688965, 0.04161961376667023, 0.016280483454465866, + 0.03975500166416168, 0.03469935432076454, 0.014700106345117092, -0.04620040953159332, + 0.038203753530979156, -0.07168864458799362, -0.055911287665367126, 0.05877125263214111, + -0.008539898321032524, -0.032484687864780426, -0.02751760557293892, 0.023673728108406067, + 0.029635053128004074, 0.03216102346777916, -0.00789306964725256, -0.021166635677218437, + -0.036419060081243515, 0.060271989554166794, 0.05178595706820488, 0.012901829555630684, + 0.027786072343587875, 0.05568386986851692, 0.020996319130063057, -0.06973006576299667, + -0.010367190465331078, 0.03334813565015793, -0.02254924736917019, -0.06099330633878708, + 0.065476194024086, 0.040521036833524704, 0.027083899825811386, -0.011035123839974403, + 0.06411109119653702, -0.021918952465057373, 0.04864640533924103, 0.0026782024651765823, + 0.01401586551219225, 0.02358778938651085, 0.028966905549168587, 0.008013427257537842, + -0.015163104049861431, 0.011931993998587132, 0.012500164099037647, 0.08793605118989944, + -0.01148079801350832, 0.07470927387475967, 0.02147848717868328, 0.09772364050149918, + 0.014752066694200039, 0.016300829127430916, -0.04915335774421692, 0.050102319568395615, + -0.02495514415204525, -0.033427707850933075, -0.012361436150968075, 0.03127776086330414, + -0.05089253559708595, -0.013431192375719547, -0.0014212370151653886, 0.013415725901722908, + -0.04909718036651611, -0.006009760312736034, 0.009566809982061386, 0.01579831913113594, + -0.01961660385131836, 0.028782468289136887, -0.009386158548295498, 0.02593088336288929, + -0.029907699674367905, 0.026881728321313858, -0.039369288831949234, 0.06806106120347977, + 0.028614485636353493, -0.03660590946674347, -0.05577459558844566, 0.028333047404885292, + -0.03774413838982582, -0.040522459894418716, -0.04701506346464157, -0.027571454644203186, + -0.042166054248809814, 0.0008452859474346042, -0.04348325356841087, -0.05876130610704422, + -0.06555001437664032, 0.03952323645353317, -0.0019140337826684117, -0.07402154058218002, + 0.013838957995176315, -0.05357121676206589, 0.028366725891828537, -0.006968741770833731, + -0.025923585519194603, 0.034229572862386703, 0.007864291779696941, 0.012645070441067219, + 0.030544046312570572, -0.046860210597515106, 0.008531206287443638, -0.01746358722448349, + -0.022887451574206352, 0.05198128521442413, -0.06823679804801941, 0.08193560689687729, + 0.02388610504567623, 0.00464177830144763, -0.010075464844703674, 0.09487132728099823, + -0.008369863964617252, 0.004470553714782, 0.011452515609562397, -0.026352470740675926, + -0.03706974908709526, 0.08725044876337051, -0.012056275270879269, -0.06509585678577423, + 0.006916961167007685, -0.04644942656159401, -0.07304012030363083, 0.03793708607554436, + -0.055368442088365555, 0.0018781435210257769, -0.011071518063545227, 0.05820927768945694, + 0.016736473888158798, -0.015482812188565731, -0.03586975857615471, 0.05284857749938965, + 0.044233519583940506, 0.031682152301073074, -0.013306088745594025, 0.040170371532440186, + 0.004087362438440323, -0.005992096848785877, -0.009466584771871567, -0.06905262172222137, + 0.0507315956056118, 0.07260596007108688, -0.0041505880653858185, 0.0449247844517231, + -0.023578595370054245, 0.05678107216954231, -0.01099343691021204, 0.09500198066234589, + -0.04954732209444046, 0.03792407363653183, -0.05171765387058258, 0.02333514578640461, + -0.06115943565964699, -0.006129743065685034, 0.0111748818308115, -0.0018116863211616874, + -0.015972750261425972, -0.016780775040388107, 0.12980665266513824, 0.059081751853227615, + -0.049301616847515106, 0.05024515837430954, 0.010638502426445484, 0.015632271766662598 + ], + [ + -0.007357853464782238, -0.06301787495613098, 0.019255369901657104, 0.009752540849149227, + -0.011460556648671627, 0.03841274604201317, -0.044428590685129166, 0.023559117689728737, + 0.012429090216755867, 0.011709234677255154, 0.00456576282158494, -0.0003484478802420199, + -0.011235720477998257, 0.03177431598305702, 0.011153311468660831, 0.006211243569850922, + -0.018656587228178978, -0.055555928498506546, -0.03531631827354431, 0.02497764490544796, + -0.038559138774871826, -0.023684252053499222, 0.03060263954102993, -0.0038650978822261095, + -0.015023226849734783, -0.0225810669362545, -0.027877550572156906, -0.02959601953625679, + -0.004056490492075682, -0.016921432688832283, -0.021460916846990585, 0.012594266794621944, + -0.035126619040966034, 0.037634022533893585, 0.003176072146743536, 0.036432214081287384, + 0.026435574516654015, 0.02692849561572075, 0.04951665177941322, -0.010754808783531189, + -0.016691450029611588, -0.018633559346199036, -0.010004391893744469, -0.018467441201210022, + -0.04901225119829178, 0.025520846247673035, -0.028208060190081596, -0.0050470647402107716, + 0.03810514137148857, -0.030926939100027084, -0.016342228278517723, 0.034078340977430344, + 0.04803898185491562, -0.03129938617348671, -0.02068071998655796, -0.03119736909866333, + -0.008367755450308323, -0.0076657989993691444, -0.019371403381228447, -0.008422605693340302, + 0.04226795956492424, -0.010708070360124111, 0.02078661136329174, -0.044792551547288895, + -0.017415525391697884, -0.014854934997856617, 0.010491623543202877, 0.013196634128689766, + 0.02970173768699169, -0.006842450704425573, -0.04199756681919098, -0.02343520149588585, + 0.01777394860982895, -0.0405467227101326, 0.010961354710161686, 0.031747542321681976, + 0.006162014324218035, 0.05607881769537926, -0.01938750594854355, -0.03299904987215996, + -0.006914949044585228, 0.035162441432476044, -0.058666910976171494, -0.04970039427280426, + -0.025478322058916092, -0.058738965541124344, -0.028664039447903633, 0.009705828502774239, + -0.023239942267537117, 0.004555795807391405, 0.0445142425596714, -0.015393741428852081, + -0.021398164331912994, -0.016218535602092743, -0.06357080489397049, -0.0052451337687671185, + 0.04625388979911804, -0.009785855188965797, 0.005053914152085781, -0.003159773303195834, + 0.04184648022055626, 0.024632995948195457, 0.03247847780585289, -0.012778820469975471, + -0.03749900311231613, 0.058450765907764435, 0.03308829292654991, 0.03483067825436592, + -0.03450615704059601, 0.000731626118067652, 0.010399340651929379, -0.013310485519468784, + -0.04092232882976532, 0.04107492044568062, -0.04611785709857941, -0.028831910341978073, + 0.006958112586289644, -0.04000818729400635, 0.030153820291161537, -0.02750975452363491, + 0.024299664422869682, 0.004791744519025087, -0.01636521704494953, -0.037040065973997116, + -0.03825872391462326, 0.030279159545898438, -0.038946155458688736, -0.05047693848609924, + 0.02755887620151043, -0.03479021042585373, 0.010760818608105183, -0.013467754237353802, + 0.0186042208224535, 0.03253958374261856, -0.01326519250869751, -0.04312104731798172, + -0.009246972389519215, 0.0007829312817193568, 0.029492437839508057, -0.04096878319978714, + 0.001711987191811204, -0.00913600530475378, -0.009164859540760517, -0.034124262630939484, + -0.007598361931741238, 0.013309785164892673, 0.012942603789269924, -0.00931527093052864, + 0.003172796219587326, 0.01433955505490303, -0.013377932831645012, 0.009077914990484715, + 0.02263282798230648, 0.043370649218559265, -0.00219343020580709, -0.007791952230036259, + -0.008393891155719757, 0.03411967307329178, 0.032410141080617905, -0.016450582072138786, + 0.004863812122493982, -0.0027216849848628044, 0.039426758885383606, -0.016782186925411224, + 0.027261191979050636, -0.022520067170262337, 0.014313354156911373, 0.020103819668293, + 0.008505378849804401, -0.03451716899871826, 0.01625610888004303, -0.011757047846913338, + -0.037191420793533325, -0.031110700219869614, 0.04540228471159935, -0.02022646740078926, + 0.015266009606420994, -0.038987621665000916, -0.0007882138597778976, -0.03561549261212349, + -0.03871489316225052, -0.028189487755298615, 0.03172919899225235, -0.01564749889075756, + -0.02301560901105404, 0.016056103631854057, -0.03895016387104988, 0.02039782889187336, + -0.023641852661967278, -0.020681394264101982, -0.030899861827492714, 0.00524862902238965, + -0.033226724714040756, -0.016655700281262398, -0.02266615815460682, 0.04350610449910164, + -0.03780970349907875, -0.009058021940290928, -0.030124802142381668, 0.027757233008742332, + -0.021528957411646843, 0.00589493615552783, 0.029525063931941986, -0.004717228934168816, + -0.0035837171599268913, 0.027199307456612587, 0.015282965265214443, 0.047932058572769165, + -0.02262381836771965, -0.020331216976046562, 0.01777573861181736, -0.06248944252729416, + 0.02287375181913376, -0.030735444277524948, -0.029748357832431793, 0.008517262525856495, + -0.012129395268857479, -0.005335289519280195, 0.02023332752287388, 0.003769494127482176, + -0.013480774126946926, -0.0339566245675087, -0.005573232192546129, -0.0394224114716053, + 0.029768113046884537, -0.023360475897789, -0.04617689922451973, -0.013219001702964306, + -0.03725167363882065, -0.03057934157550335, 0.018498588353395462, -0.020633898675441742, + -0.03339065983891487, 0.007012801710516214, 0.0012990940595045686, -0.025340696796774864, + -0.011642079800367355, -0.034396782517433167, -0.013711336068809032, 0.039965156465768814, + -0.03883952647447586, -0.020540110766887665, 0.015882128849625587, 0.02554141916334629, + -0.033788904547691345, -0.05425140634179115, -0.01896895468235016, 0.047401312738657, + 0.03394443914294243, -0.009461615234613419, 0.015870951116085052, -0.028112996369600296, + -0.007442891132086515, 0.012312675826251507, 0.031481534242630005, -0.0010885328520089388, + -0.03176422417163849, -0.035177621990442276, 0.030675871297717094, 0.04607003554701805, + 0.00896528922021389, 0.013668724335730076, -0.025297829881310463, -0.0324549563229084, + -0.037045564502477646, 0.018469534814357758, 0.04562656581401825, -0.02099425531923771, + 0.04336735978722572, 0.034210409969091415, 0.026785833761096, -0.03652532398700714, 0.0080249710008502, + -0.006772274151444435, 0.01846146769821644, 0.03853388503193855, 0.02862219139933586, + -0.010985633358359337, 0.01236263569444418, -0.032552801072597504, -0.05760897323489189, + -0.029949277639389038, 0.0012816883390769362, -0.03111274540424347, 0.036866262555122375, + -0.05864036828279495, 0.04882078245282173, -0.038393229246139526, 0.01914728619158268, + -0.016942234709858894, 0.021657684817910194, -0.02614717371761799, 0.05626186355948448, + 0.019691728055477142, -0.02868194505572319, 0.00397578114643693, 0.031079808250069618, + -0.02736121602356434, 0.0066450173035264015, 0.019363483414053917, -0.010507389903068542, + -0.031670715659856796, -0.029690371826291084, 0.013689580373466015, -0.06120924651622772, + 0.03706410527229309, 0.03590109571814537, 0.004653072915971279, 0.026821674779057503, + -0.0007610085885971785, 0.05364617332816124, -0.0165848545730114, 0.044063955545425415, + -0.00716847600415349, -0.003822000464424491, 0.01730656810104847, -0.027489881962537766, + 0.021803515031933784, 0.0009674186003394425, -0.006437327247112989, -0.02753547951579094, + 0.022381914779543877, -0.029538756236433983, -0.0535319447517395, 0.013892117887735367, + 0.015613466501235962, 0.026650819927453995, -0.030406109988689423, 0.03668360039591789, + 0.0016973529709503055, -0.037012189626693726, -0.040711659938097, 0.011977778747677803, + -0.06247127801179886, -0.02367842011153698, 0.03893192857503891, 0.04739265888929367, + -0.01806195266544819, -0.027360955253243446, -0.017437240108847618, -0.009462377987802029, + -0.007780352141708136, -0.003358719637617469, -0.041330598294734955, -0.004023196641355753, + -0.006740768440067768, -0.03418160229921341, -0.024700051173567772, -0.0343686006963253, + -0.008629892021417618, -0.0171442162245512, 0.0021014984231442213, 0.0022606360726058483, + 0.045277029275894165, -0.007713634055107832, 0.003424976486712694, 0.011499193497002125, + -0.04649065062403679, 0.03663002327084541, -0.028125593438744545, 0.04708673059940338, + 0.004461484495550394, -0.032035134732723236, -0.040454376488924026, -0.01972774602472782, + 0.039491843432188034, -0.04573780670762062, -0.023266250267624855, -0.0019705493468791246, + -0.021010322496294975, -0.007248455658555031, -0.04875856637954712, -0.06361056119203568, + 0.022210178896784782, -0.004408538341522217, -0.012810580432415009, -0.013871421106159687, + 0.014454003423452377, 0.0015530482633039355, 0.00628689955919981, -0.011852333322167397, + 0.03098069690167904, -0.01644294336438179, -0.03756408393383026 + ], + [ + 0.0015547783114016056, -0.004930067807435989, 0.026771364733576775, -0.017092106863856316, + 0.06374754756689072, -0.02091698721051216, 0.024984410032629967, 0.03724446892738342, + -0.03208909183740616, -0.03869734704494476, 0.012328049167990685, -0.0035360963083803654, + 0.04115757346153259, -0.04982303828001022, 0.0024516999255865812, -0.021103255450725555, + 0.03471912071108818, -0.02356916107237339, -0.051047977060079575, 0.02255685068666935, + -0.012135361321270466, -0.02168216183781624, 0.03366205841302872, 0.038384683430194855, + -0.038161084055900574, 0.07093100249767303, 0.026350470259785652, 0.0725705549120903, + -0.03197181224822998, -0.04437081888318062, 0.056170858442783356, 0.06560204178094864, + 0.016980549320578575, -0.022289222106337547, -0.016672903671860695, 0.008022140711545944, + -0.0032256420236080885, 0.04432244598865509, 0.02060885727405548, 0.031041277572512627, + -0.009238848462700844, 0.0005633429391309619, -0.01944548264145851, 0.007631844840943813, + -0.008696994744241238, 0.03675594553351402, -0.026706557720899582, -0.0027330624870955944, + 0.053812410682439804, 0.06227342039346695, -0.03964526206254959, 0.01036717277020216, + 0.02388085052371025, 0.009268918074667454, 0.018678637221455574, 0.007540309801697731, + -0.0012791530461981893, -0.022356191650032997, -0.03393970802426338, 0.053997475653886795, + -0.039288297295570374, 0.05479726940393448, 0.03827028349041939, 0.052141223102808, + -0.03389160707592964, 0.03286466374993324, 0.010093305259943008, -0.040689222514629364, + 0.03935560956597328, 0.09889606386423111, 0.0014384229434654117, -0.03913383185863495, + -0.023208526894450188, 0.021436095237731934, -0.08764942735433578, -0.049953754991292953, + -0.07825378328561783, -0.02351756952702999, 0.029861852526664734, -0.06340397894382477, + 0.02136152796447277, -0.05688653141260147, -0.024321801960468292, 0.04733654484152794, + -0.009304102510213852, 0.010446312837302685, 0.01567273959517479, 0.007733769714832306, + 0.008910131640732288, 0.0013601373648270965, 0.023600678890943527, -0.022240154445171356, + 0.050781361758708954, -0.016374362632632256, 0.08014451712369919, -0.0007796958088874817, + -0.029657525941729546, 0.019158050417900085, -0.027282848954200745, 0.098577581346035, + 0.025481658056378365, -0.01024081464856863, 0.011861824430525303, -0.03575458005070686, + 0.0035124944988638163, -0.03996652737259865, 0.05098946392536163, -0.019236266613006592, + 0.05785384401679039, -0.015784217044711113, -0.02072150446474552, 0.0898141860961914, + -0.018280697986483574, 0.015050722286105156, -0.01628435030579567, -0.029179289937019348, + -0.0006739675300195813, 0.042937058955430984, 0.027347275987267494, 0.03617718070745468, + 0.03132215887308121, 0.008938830345869064, -0.0437040776014328, 0.024547312408685684, + -0.04754234850406647, -0.07518499344587326, 0.00605333037674427, 0.023305417969822884, + 0.009598340839147568, 0.037976667284965515, 0.045921869575977325, 0.0311049185693264, + -0.021955953910946846, 0.060055654495954514, -0.08631055057048798, 0.04402383044362068, + -0.008967314846813679, -0.03899705037474632, -0.013574331998825073, -0.049576617777347565, + 0.055113255977630615, 0.014135134406387806, 0.06302326917648315, 0.03832673653960228, + -0.015350451692938805, 0.028643885627388954, 0.0497254803776741, -0.04903777316212654, + 0.06272348761558533, -0.03969408571720123, 0.025145137682557106, -0.02914281375706196, + -0.0032688721548765898, 0.0036557780113071203, -0.04498542845249176, -0.009168805554509163, + -0.023667624220252037, 0.04196218028664589, -0.048758309334516525, 0.021630464121699333, + -0.03467143699526787, -0.0482480451464653, -0.013612155802547932, 0.00941240694373846, + -0.10770845413208008, -0.015547044575214386, -0.009237553924322128, 0.05238639563322067, + 0.008761203847825527, -0.020839937031269073, 0.0354895181953907, 0.00871497206389904, + 0.07098690420389175, 0.02447034791111946, -6.217859481694177e-5, -0.007096183020621538, + 0.0033374621998518705, 0.03280813992023468, -0.031182734295725822, 0.019135544076561928, + -0.04813705384731293, -0.03255555033683777, -0.028112361207604408, -0.034063126891851425, + -0.07038132101297379, 0.0017832674784585834, 0.022521063685417175, -0.015201817266643047, + 0.0460064634680748, -0.006027402821928263, -0.008821791969239712, -0.06381262838840485, + -0.06260618567466736, -0.05907998979091644, -0.0766596645116806, -0.0538688488304615, + 0.013824805617332458, 0.03915460407733917, -0.021917056292295456, 0.06839384883642197, + 0.06894015520811081, 0.07457772642374039, -0.05812973529100418, 0.03806202486157417, + 0.02547360770404339, 0.07926121354103088, 0.06403247267007828, 0.021843552589416504, + 0.11302167177200317, -0.07634062319993973, -0.00947417039424181, 0.07595432549715042, + 0.034855566918849945, 0.0007488853298127651, 0.06535464525222778, -0.04654968902468681, + -0.017123078927397728, 0.05279945582151413, 0.007612687535583973, -0.04481125622987747, + 0.03125520050525665, 0.002276315353810787, 0.0051249549724161625, -0.048138052225112915, + 0.005141517613083124, 0.038333792239427567, -0.012034828774631023, -0.03179004788398743, + 0.02466464228928089, 0.06197802722454071, -0.036584291607141495, -0.019491741433739662, + 0.08303485810756683, -0.03232042118906975, 0.006658167112618685, -0.002192076062783599, + 0.004572628997266293, -0.021337972953915596, 0.01455775648355484, -0.044160906225442886, + 0.0019203212577849627, -0.0012948020594194531, -0.06752355396747589, 0.05149078369140625, + -0.015710055828094482, 0.021445007994771004, -0.06398364156484604, 0.028500622138381004, + -0.004453988280147314, -0.005565365310758352, 0.02537205070257187, 0.031053582206368446, + -0.05578891932964325, -0.04936268925666809, 0.02664470486342907, 0.062304336577653885, + 0.0325450524687767, -0.03363049775362015, -0.07169301807880402, -0.027663454413414, 0.06248687580227852, + -0.061673495918512344, 0.03147105500102043, -0.07337886840105057, -0.010546579957008362, + 0.013864926062524319, -0.0796203538775444, -0.02200675755739212, -0.013130184262990952, + -0.0536460243165493, -0.06099556013941765, -0.008121377788484097, 0.0025663988199084997, + -0.011308121494948864, -0.012532525695860386, -1.5798650565557182e-5, 0.01702442765235901, + 0.062345270067453384, 0.01275585312396288, -0.11705458909273148, -0.008676977828145027, + -0.04294702410697937, 0.0011129609774798155, 0.008730554953217506, -0.06586854159832001, + 0.0803791806101799, 0.024768348783254623, 0.002304862020537257, -0.05513014644384384, + -0.022770550101995468, 0.027265993878245354, -0.019138077273964882, 0.043010927736759186, + -0.03869523108005524, -0.006700609344989061, -0.0647076815366745, 0.02912619523704052, + -0.01658971607685089, 0.03610577434301376, -0.001112752710469067, 0.0022062063217163086, + -0.024011893197894096, 0.061860036104917526, -0.00490209087729454, 0.0708993524312973, + 0.008708078414201736, -0.020936179906129837, 0.021976424381136894, -0.006854531355202198, + -0.0778227224946022, -0.0069729057140648365, 0.031996265053749084, 0.04578680545091629, + 0.07753133028745651, -0.04233860597014427, -0.039143938571214676, 0.005988357588648796, + 0.029326345771551132, 0.07956846803426743, -0.01729145087301731, 0.03060409612953663, + -0.08486070483922958, 0.07339832931756973, 0.024556567892432213, -0.0309976227581501, + -0.007908010855317116, -0.01825742796063423, -0.08916613459587097, 0.0005409193108789623, + -0.009060247801244259, 0.05664636567234993, -0.05906819924712181, -0.008131521753966808, + -0.060670025646686554, 0.02943083830177784, 0.054238211363554, 0.04200394079089165, + -0.05579250678420067, 0.03850231692194939, -0.03253379091620445, 0.01088823564350605, + -0.0028667382430285215, -0.013700815849006176, -0.03855117782950401, 0.001648349454626441, + 0.06452251970767975, -0.04776104912161827, -0.0018345251446589828, -0.06203847751021385, + 0.03795241191983223, -0.023789893835783005, -0.09609036147594452, -0.035616468638181686, + 0.04595796763896942, -0.013668790459632874, -0.04014643654227257, -0.04817623645067215, + 0.0242929570376873, 0.003587765386328101, 0.015165523625910282, 0.01927891932427883, + 0.0075453356839716434, 0.044663384556770325, 0.026140853762626648, -0.019900929182767868, + -0.045115020126104355, -0.02993379347026348, -0.030986983329057693, 0.017681604251265526, + -0.014019094407558441, -0.033356379717588425, -0.03673606738448143, 0.01479386631399393, + -0.01508492324501276, 0.033636659383773804, 0.052941661328077316, -0.03666425496339798, + 0.022328563034534454, -0.05298348516225815, 0.05321003869175911, 0.044186901301145554, + 0.009605164639651775, 0.014429754577577114, 0.0061137801967561245 + ], + [ + -0.029736854135990143, 0.042388539761304855, 0.026391971856355667, 0.029814084991812706, + 0.049932364374399185, 0.02302403561770916, -0.0730007216334343, 0.018094634637236595, + -0.03337628021836281, 0.02677519991993904, 0.024081841111183167, 0.04675467684864998, + 0.020947590470314026, 0.0025683222338557243, 0.058417465537786484, 0.04393932968378067, + 0.0007700547575950623, 0.046230703592300415, -0.06494978815317154, 0.033627696335315704, + 0.0032503625843673944, -0.05240444093942642, -0.03740457072854042, 0.011793302372097969, + -0.017056386917829514, -0.007784171029925346, -0.007122632581740618, 0.03820812702178955, + 0.007220512256026268, 0.03363727778196335, 0.0026964503340423107, -0.002576967468485236, + 0.07740959525108337, 0.03840936720371246, 0.04610152170062065, -0.036480676382780075, + -0.002161299344152212, 0.008160652592778206, -0.03015563264489174, -0.053477101027965546, + -0.0016167854191735387, 0.0023221164010465145, 0.02482280507683754, 0.012885923497378826, + 0.027481945231556892, 0.0051247961819171906, -0.09645415842533112, 0.01783236674964428, + 0.03095605969429016, 0.01681983284652233, -0.013708670623600483, 0.008480525575578213, + -0.02288414165377617, 0.05762648582458496, -0.04503246769309044, 0.0439484678208828, + 0.00086062221089378, 0.04970896989107132, -0.03365686908364296, 0.011054463684558868, + -0.03484731167554855, 0.046569760888814926, -0.009202427230775356, 0.017725545912981033, + 0.0016371249221265316, -0.07760904729366302, -0.043671004474163055, -0.015752727165818214, + 0.07726754248142242, 0.07996905595064163, 0.020474441349506378, 0.07377438992261887, + 0.0030736438930034637, -0.013833393342792988, -0.054039858281612396, -0.028027234598994255, + 0.005571385379880667, 0.021523335948586464, 0.01903095282614231, -0.07791613042354584, + 0.05284275859594345, -0.028940150514245033, 0.003285780781880021, -0.02075785957276821, + 0.04108045995235443, -0.009796385653316975, -0.01693013869225979, 0.04571470245718956, + 0.04573679342865944, 0.0034402806777507067, 0.07262168079614639, 0.0015443562297150493, + 0.00936652161180973, -0.014168540947139263, 0.014486528001725674, -0.039878759533166885, + -0.054435715079307556, 0.04718388244509697, -0.02020866423845291, 0.005531123373657465, + -0.010173432528972626, -0.06887971609830856, -0.0478227324783802, 0.0599595308303833, + 0.001197818317450583, -0.051543183624744415, 0.00814333837479353, -0.031754061579704285, + -0.04686577618122101, 0.007529166527092457, -0.07921358197927475, -0.01232733391225338, + -0.008981894701719284, -0.00021780282258987427, 0.0551975816488266, 0.012529361061751842, + 0.09267636388540268, 0.055035900324583054, -0.06503725796937943, -0.006977851502597332, + -0.009479554370045662, -0.016853710636496544, -0.05951676890254021, 0.018446598201990128, + -0.009384343400597572, -0.006482379976660013, 0.09189782291650772, 0.03951876610517502, + 0.06574337184429169, -0.013256164267659187, 0.02695642039179802, -0.0063766841776669025, + -0.0057357181794941425, 0.06456363946199417, -0.016509339213371277, -0.011018624529242516, + 0.011090297251939774, -0.05879046395421028, -0.026073414832353592, -0.08900311589241028, + 0.0902889147400856, 0.03890388086438179, -0.02212674729526043, -0.0597989596426487, + -0.020765529945492744, -0.031262028962373734, 0.05383025109767914, 0.013411092571914196, + 0.04326414689421654, -0.004841709043830633, -0.04135435074567795, -0.0648839995265007, + -0.062160149216651917, 0.016172626987099648, 0.004339840728789568, 0.04101555794477463, + -0.07590299099683762, -0.01722606085240841, -0.06907528638839722, -0.01866437867283821, + -0.01642855815589428, 0.01680695451796055, 0.011312384158372879, 0.04718112200498581, + -0.016778502613306046, 0.03707832843065262, -0.023704061284661293, 0.02669454552233219, + 0.005099752452224493, 0.015234223566949368, 0.02561694197356701, -0.018839068710803986, + 0.0667092353105545, -0.007038977462798357, -0.00203881599009037, 0.0054350304417312145, + -0.0190181452780962, 0.0064124963246285915, 0.05818891525268555, 0.0791410282254219, + -0.04609256982803345, -0.04983043298125267, 0.0012793296482414007, -0.01792595162987709, + 0.0002946382446680218, -0.04472097009420395, 0.014650601893663406, -0.03059813193976879, + 0.041774678975343704, -0.006825614720582962, -0.018368082121014595, -0.024978671222925186, + -0.03857152909040451, 0.008532208390533924, -0.03887360543012619, -0.04936223477125168, + 0.04545193538069725, -0.04031553119421005, -0.04304199665784836, 0.08673075586557388, + -0.023625368252396584, 0.09716079384088516, -0.08148911595344543, -0.022350292652845383, + 0.022613326087594032, 0.06915631145238876, 0.06569844484329224, -0.034264009445905685, + 0.028079291805624962, -0.08573993295431137, 0.0009572398266755044, 0.034991636872291565, + 0.015118873678147793, -0.037691593170166016, 0.01929704286158085, -0.07147590816020966, + -0.051296986639499664, 0.046369779855012894, -0.00812835618853569, -0.0044320416636765, + -0.005461112130433321, 0.06383491307497025, -0.05149555206298828, 0.044649191200733185, + -0.03157402575016022, 0.03143753483891487, -0.08855808526277542, 0.04404761642217636, + 0.0036160675808787346, 0.02487296611070633, 0.003833200316876173, 0.05392630398273468, + 0.037738535553216934, -0.03343294560909271, -0.020802179351449013, -0.08938191086053848, + 0.07869790494441986, 0.005127258598804474, 0.02025415375828743, -0.03992686793208122, + -0.00544911902397871, -0.021384771913290024, -0.08082439005374908, -0.015163501724600792, + -0.06450734287500381, 0.06416259706020355, -0.0067858402617275715, 0.03527702018618584, + 0.024912582710385323, -0.02305438555777073, 0.09325584024190903, 0.018498696386814117, + 0.015013223513960838, -0.014947468414902687, -0.030198773369193077, -0.03103511407971382, + -0.04345235973596573, 0.0293953325599432, -0.05106556415557861, -0.05585987865924835, + -0.04954061657190323, 0.001990583725273609, -0.04107387363910675, 0.018399525433778763, + 0.09662368148565292, -0.008439365774393082, -0.027690459042787552, -0.09549818933010101, + 0.03551376238465309, -0.03262567147612572, 0.024663688614964485, -0.11499587446451187, + -0.032036762684583664, 0.010243617929518223, -0.012514682486653328, -0.057193975895643234, + 0.007892392575740814, 0.01652052439749241, -0.012751169502735138, -0.10317091643810272, + -0.05191541090607643, -0.0953269749879837, -0.0007931945146992803, -0.012499913573265076, + -0.021722571924328804, 0.06087260693311691, -0.022486701607704163, -0.0006695588817819953, + 0.048516932874917984, -0.03281082585453987, -0.0037966833915561438, 0.0021080002188682556, + 0.08901268243789673, -0.0005037372466176748, 0.019543839618563652, -0.05056236311793327, + 0.045718804001808167, -0.016371391713619232, 0.10395278036594391, -0.004607892595231533, + -0.03703711926937103, -0.007215956691652536, 0.07849738746881485, -0.0017628963105380535, + 0.027467673644423485, 0.021264392882585526, 0.02489551529288292, 0.09193354099988937, + -0.05822497233748436, -0.0708693191409111, 0.006410618778318167, -0.006720708683133125, + -0.011528084054589272, 0.09939703345298767, -0.04552381858229637, 0.02012162283062935, + 0.08679670095443726, 0.00881989300251007, 0.024248164147138596, -0.03801135718822479, + 0.014375991187989712, -0.056552376598119736, 0.06858281791210175, 0.0770605280995369, + -0.04377971589565277, 0.04229722544550896, 0.09098437428474426, -0.04422946274280548, + 0.01303580030798912, 0.01644434966146946, 0.08344368636608124, 0.011533733457326889, + -0.017159270122647285, -0.04408212751150131, -0.024029001593589783, 0.024737432599067688, + 0.07906829565763474, -0.03107595257461071, 0.06290993839502335, 0.015232205390930176, + 0.039530422538518906, -0.0443907305598259, 0.06505115330219269, -0.032104235142469406, + 0.05525372177362442, 0.0142348138615489, 0.03305855020880699, 0.015123341232538223, + -0.04671770706772804, 0.011835414916276932, 0.022777874022722244, -0.08036545664072037, + 0.03869000822305679, 0.04687993600964546, -0.019440313801169395, -0.012357550673186779, + 0.0370967797935009, 0.05953430384397507, 0.041487276554107666, -0.047208238393068314, + 0.0270149614661932, 0.04589749500155449, 0.02880769595503807, -0.022536206990480423, + 0.024399032816290855, -0.09420350939035416, -0.006719059776514769, -0.08774426579475403, + -0.03003629483282566, -0.024954495951533318, 0.01331600546836853, 0.0335642546415329, + 0.07828962802886963, 0.03451165184378624, 0.04121129959821701, 0.03515080735087395, + -0.057254839688539505, 0.04563527926802635, -0.049334920942783356, -0.04933929815888405, + 0.062291570007801056, -0.00492938281968236, -0.04100284352898598, 0.03821681812405586 + ], + [ + 0.017660586163401604, 0.014728290028870106, 0.0045223054476082325, -0.058913253247737885, + 0.03251761570572853, -0.0025259170215576887, 0.016824744641780853, -0.013712752610445023, + 0.04552745819091797, 0.013070660643279552, -0.05277815833687782, 0.014350706711411476, + -0.06723778694868088, 0.09908263385295868, -0.0025320970453321934, -0.019209686666727066, + 0.03650255873799324, 0.03422199934720993, 0.011369774118065834, -0.048549000173807144, + -0.04033936560153961, -0.044158145785331726, 0.003923662938177586, -0.017291191965341568, + -0.03892850503325462, -0.033962100744247437, -0.07612241804599762, -0.007923630066215992, + -0.003154306672513485, -0.04112038388848305, -0.06250610202550888, -0.021062834188342094, + -0.007227593567222357, -0.05251142382621765, 0.04004841297864914, 0.0649658665060997, + -0.029220758005976677, -0.03315597400069237, -0.004294396378099918, 0.04092748090624809, + 0.0042938790284097195, 0.05240822955965996, 0.054483361542224884, -0.024736378341913223, + -0.03807787597179413, 0.05312417075037956, 0.03876236453652382, 0.10565852373838425, + -0.01098942942917347, 0.004138450138270855, 0.07569260150194168, -0.047421008348464966, + 0.000612473173532635, -0.045409347862005234, 0.010595867410302162, 0.01374292466789484, + -0.033633437007665634, -0.03369447588920593, -0.019294634461402893, 0.02855653502047062, + 0.030731864273548126, 0.0006911646341904998, -0.041659995913505554, 0.08078873157501221, + 0.0007461576024070382, 0.006730990018695593, -0.03992215543985367, 0.00800408236682415, + 0.018043257296085358, -0.0682736337184906, 0.0835832729935646, -0.040095504373311996, + 0.017082620412111282, 0.004061210434883833, 0.04199035093188286, 0.043045319616794586, + 0.08646970987319946, 0.051585305482149124, -0.04225635901093483, 0.020699393004179, 0.05184245482087135, + 0.0032468363642692566, 0.01175798662006855, 0.057854488492012024, 0.04516121745109558, + 0.07566657662391663, -0.017135536298155785, -0.007847737520933151, 0.013814112171530724, + 0.037238553166389465, 0.04617983102798462, 0.059300173074007034, 0.013073340989649296, + -0.038803499191999435, -0.006815515924245119, 0.028313051909208298, -0.03512145206332207, + 0.0683390274643898, -0.011850317940115929, -0.030593937262892723, 0.026168884709477425, + 0.0024930117651820183, 0.013242967426776886, -0.003116951324045658, 0.0665552094578743, + 0.06821155548095703, -0.003993208520114422, 0.06387090682983398, 0.028087040409445763, + 0.008747364394366741, -0.01158602349460125, -0.03729449212551117, 0.039977941662073135, + -0.006042890250682831, 0.028680887073278427, 0.019360234960913658, -0.08855785429477692, + 0.014067498035728931, 0.02314852923154831, 0.0007441734778694808, -0.018425561487674713, + -0.028532080352306366, -0.04658528417348862, 0.004484161734580994, -0.003279672237113118, + -0.005427542142570019, -0.01042979210615158, 0.0170121006667614, 0.040903884917497635, + -0.008666633628308773, 0.018397286534309387, -0.032811880111694336, -0.03646503761410713, + -0.08558443933725357, 0.015764718875288963, -0.09019548445940018, 0.006170754320919514, + 0.0277682077139616, -0.0026003485545516014, -0.024433255195617676, -0.08643617480993271, + -0.0756031796336174, 0.047304827719926834, 0.04466241970658302, 0.03400988131761551, + -0.007922531105577946, 0.026742881163954735, 0.002126922132447362, -0.07216507196426392, + 0.04959707334637642, -0.06058229133486748, -0.002763493452221155, -0.004901793319731951, + 0.016525449231266975, -0.011850765906274319, -0.03923458606004715, -0.01841207779943943, + 0.013403980061411858, -0.014239760115742683, 0.016137879341840744, -0.0495469905436039, + 0.06406603753566742, -0.006520024035125971, -0.06515662372112274, 0.045153286308050156, + -0.006865291856229305, -0.028432808816432953, -0.09692609310150146, 0.04005803167819977, + 0.017037849873304367, 0.011980767361819744, 0.12213742733001709, 0.0008867123979143798, + 0.0028222249820828438, 0.03533347323536873, -0.05305037274956703, -0.01181652583181858, + 0.044399358332157135, -0.034758541733026505, 0.005043915007263422, 0.010819092392921448, + 0.027451174333691597, -0.07590068876743317, -0.02858445607125759, 0.07276822626590729, + 0.08601075410842896, 0.04213636741042137, 0.014507872052490711, 0.015548750758171082, + 0.01294970978051424, -0.03082701750099659, 0.08686725050210953, 0.040301062166690826, + 0.0668332576751709, -0.026693934574723244, 0.011503875255584717, -0.03781483694911003, + -0.08526463806629181, 0.021281128749251366, -0.07404651492834091, -0.02924504689872265, + -0.06606840342283249, -0.01567426137626171, -0.04630541801452637, -0.05550621077418327, + -0.05510057881474495, -0.043767355382442474, -0.0007454026490449905, -0.08921065181493759, + 0.09175025671720505, 0.011408337391912937, -0.0342198871076107, -0.017808647826313972, + -0.03033999726176262, -0.04232419654726982, 0.0254049189388752, -0.03448105975985527, + -0.12124770134687424, -0.025047101080417633, -0.05234222486615181, 0.029907746240496635, + 0.001638403395190835, -0.028959954157471657, 0.00041850568959489465, 0.02252170443534851, + -0.036852575838565826, 0.06453253328800201, 0.019420025870203972, 0.012442833743989468, + -0.03333191201090813, -0.02705952525138855, 0.06683310866355896, -0.014385372400283813, + 0.061563700437545776, -0.0027977372519671917, 0.11588870733976364, -0.002361340681090951, + -0.016833871603012085, -0.07472763955593109, 0.0345638170838356, 0.0386517271399498, + 0.07081860303878784, 0.03674348071217537, -0.0015623343642801046, -0.03610721230506897, + 0.04771195724606514, -0.029014600440859795, 0.028098061680793762, -0.014634871855378151, + 0.07231096178293228, -0.004161592107266188, -0.03490021079778671, 0.010108694434165955, + 0.051334671676158905, 0.03496389091014862, -0.03425892814993858, -0.015041264705359936, + 0.01815035752952099, 0.0030850782059133053, 0.0012953282566741109, -0.09187240153551102, + -0.0052553811110556126, 0.04240874573588371, -0.007217922247946262, -0.07245418429374695, + -0.11943638324737549, 0.09350096434354782, -0.00968437921255827, 0.030577557161450386, + 0.07318629324436188, 0.005860421806573868, 0.08767963200807571, -0.010992839001119137, + -0.04340614005923271, -0.011744667775928974, 0.04410684108734131, -0.022711731493473053, + -0.03455399349331856, -0.024009237065911293, 0.11022540926933289, -0.012866041623055935, + -0.007353037130087614, 0.034831684082746506, -0.020645326003432274, -0.009962232783436775, + -0.008569142781198025, 0.04196677356958389, 0.033135056495666504, 0.09027159214019775, + 0.031759440898895264, -0.025330716744065285, 0.05905310437083244, -0.017010366544127464, + -0.03460141271352768, 0.06583348661661148, 0.10980489104986191, -0.022240515798330307, + 0.05108031630516052, -0.00605299137532711, 0.015723884105682373, -0.01952318102121353, + 0.07807694375514984, 0.030847949907183647, -0.06679479032754898, -0.07199030369520187, + -0.01041104644536972, -0.03844934329390526, -0.0279595497995615, -0.03554058447480202, + 0.059879351407289505, 0.03181307390332222, -0.03776223957538605, -0.03561211749911308, + 0.01754133589565754, 0.06147925555706024, -0.00275154085829854, 0.007018646225333214, + -0.0034876561257988214, 0.0027330752927809954, -0.008455143310129642, -0.02693135477602482, + 0.06392174959182739, -0.05251643806695938, -0.011616989970207214, 0.011042761616408825, + 0.008847219869494438, 0.0055970801040530205, -0.029797589406371117, 0.05542466416954994, + -0.01467289961874485, -0.01706773042678833, 0.02879245951771736, -0.027565481141209602, + -0.013646367937326431, -0.013753313571214676, -0.08424873650074005, 0.007614555768668652, + 0.038495492190122604, -0.03159111738204956, 0.024027002975344658, -0.05216483399271965, + -0.044105611741542816, 0.03689137473702431, 0.05028741806745529, -0.02652244083583355, + -0.012757249176502228, -0.020804625004529953, -0.05351901054382324, 0.11512993276119232, + 0.011479631066322327, 0.04658520594239235, 0.08170846104621887, -0.03867097944021225, + -0.020880330353975296, 0.03755194693803787, -0.004572355654090643, 0.01626710221171379, + 0.01863078400492668, 0.021798495203256607, -0.06745267659425735, 0.012884149327874184, + -0.004994882736355066, -0.05929090455174446, -0.03255491703748703, 0.0160316564142704, + 0.07632020115852356, 0.000273910874966532, -0.004494537133723497, 0.04287903383374214, + 0.012733107432723045, 0.029467158019542694, 0.035814233124256134, -0.09625847637653351, + 0.01403771247714758, -0.019789716228842735, -0.028621360659599304, 0.032211121171712875, + -0.05849252641201019, -0.02934878133237362, -0.005004847887903452, -0.05367008224129677, + -0.08342428505420685, 0.050091907382011414, 0.00017554340593051165 + ], + [ + -0.0007876237505115569, 0.021777164191007614, -0.08587884157896042, -0.07774365693330765, + 0.027238791808485985, 0.043184876441955566, 0.06824424862861633, -0.004532488062977791, + 0.026959415525197983, -0.07209011912345886, -0.015772925689816475, 0.019053930416703224, + -0.0009328540181741118, 0.08106204122304916, -0.0056499154306948185, 0.028175022453069687, + 0.03195155784487724, -0.0853164941072464, 0.021424151957035065, 0.04635988175868988, + 0.008177150040864944, 0.01636081375181675, 0.05263290926814079, -0.07487980276346207, + 0.009773259982466698, 0.03764753043651581, -0.08517764508724213, 0.03400730714201927, + 0.024924518540501595, 0.011456168256700039, 0.06977666169404984, 0.030474064871668816, + -0.0054765488021075726, 0.004065444692969322, 0.07586215436458588, -0.03222610056400299, + 0.02731071412563324, -0.006898962426930666, 0.01787576638162136, 0.05265393108129501, + -0.013986700214445591, -0.053080964833498, 0.0612155981361866, 0.14110152423381805, + -0.06860806047916412, -0.05337090417742729, 0.008249977603554726, -0.0013286271132528782, + 0.07758982479572296, -0.06801287084817886, 0.024830250069499016, 0.026574328541755676, + -0.009626166895031929, 0.047249723225831985, -0.03847169503569603, 0.015897760167717934, + 0.013621711172163486, -0.005613869521766901, 0.038449592888355255, -0.01454163994640112, + 0.029372714459896088, 0.0014611027436330914, -0.026344938203692436, -0.0035636683460325003, + 0.029561622068285942, 0.026342472061514854, -0.027968065813183784, -0.09370625019073486, + 0.09590654075145721, -0.03229783847928047, -0.02364248037338257, 0.02664734609425068, + 0.027970734983682632, -0.05800263211131096, -0.038264282047748566, 0.03990399092435837, + 0.03682335093617439, 0.01042792946100235, 0.07735844701528549, -0.05867790803313255, + -0.06810187548398972, 0.0011041749967262149, 0.006703061982989311, 0.0029547407757490873, + 0.07055988162755966, -0.027166567742824554, 0.07529765367507935, 0.004216469824314117, + -0.0741657018661499, -0.017397109419107437, 0.02080860733985901, -0.022001095116138458, + 6.859616405563429e-5, 0.0006022313609719276, -0.04541316255927086, -0.04851045832037926, + -0.0522155724465847, 0.030078036710619926, -0.016517791897058487, 0.06841585785150528, + -0.003422096138820052, -0.05566301569342613, -0.015617954544723034, 0.0823374018073082, + 0.024694710969924927, 0.07708374410867691, 0.05623786523938179, 0.06199049949645996, + -0.008048178628087044, -0.06685616075992584, 0.0833006203174591, 0.024386154487729073, + 0.1195470541715622, 0.060730576515197754, -0.0316137820482254, 0.07803425192832947, + 0.011681236326694489, -0.0036660670302808285, 0.01835646852850914, 0.04564054310321808, + 0.023383941501379013, -0.009759543463587761, -0.05725677311420441, 0.010442214086651802, + 0.029637707397341728, -0.07581782341003418, -0.008034058846533298, 0.05000657960772514, + 0.03460679203271866, 0.007359842304140329, 0.04485071823000908, -0.009488236159086227, + -0.0005839127115905285, 0.006112849339842796, -0.030561009421944618, -0.01541369128972292, + 0.004771489184349775, 0.05159612372517586, 0.003770615439862013, -0.0044681536965072155, + -0.030620064586400986, -0.05043083801865578, -0.030834754928946495, 0.13715742528438568, + -0.04091804102063179, -0.022226931527256966, -0.0074942768551409245, 0.03815609589219093, + -0.05188887566328049, 0.004025723319500685, 0.0332174114882946, -0.09473136812448502, + -0.032267797738313675, 0.04384728521108627, 0.05969464033842087, -0.08034040033817291, + 0.07735908031463623, -0.04943572357296944, -0.0024505103938281536, 0.12453611195087433, + 0.08735939860343933, 0.028300369158387184, -0.004241786431521177, -0.04705113545060158, + 0.03361811861395836, 0.014826713129878044, -0.023878537118434906, -0.07228164374828339, + 0.0678672194480896, 0.06651532649993896, -0.023621531203389168, 0.01937560737133026, + 0.02397099696099758, -0.04388788715004921, 0.05608502775430679, -0.045307617634534836, + 0.01975824683904648, 0.028932994231581688, -0.037751566618680954, -0.011302095837891102, + -0.017935406416654587, -0.03613869845867157, 0.004500468261539936, 0.050579577684402466, + 0.03820471093058586, -0.01883145421743393, 0.07840269058942795, -0.014826405793428421, + -0.08353354781866074, 0.019391492009162903, 0.11111526936292648, -0.09285714477300644, + -0.06298230588436127, -0.003099532565101981, 0.008723231963813305, 0.022696131840348244, + 0.041513558477163315, 0.04051480442285538, -0.011519722640514374, 0.0004142487596254796, + -0.09013848751783371, -0.014937218278646469, 0.0021817616652697325, 0.02087360806763172, + -0.06632237881422043, -0.10213194787502289, -0.03292103484272957, 0.05722135677933693, + 0.0008098961552605033, -0.11983625590801239, 0.020136814564466476, -0.02931450493633747, + 0.058821819722652435, 0.029361993074417114, 0.0054267393425107, -0.045356716960668564, + -0.02358895167708397, -0.07827894389629364, 0.02628190815448761, -0.035207197070121765, + 0.007311014458537102, -0.04895683005452156, 0.01775439828634262, 0.013742889277637005, + -0.06870574504137039, -0.06430073082447052, -0.09611838310956955, -0.0180903859436512, + 0.006981289014220238, 0.002820884808897972, 0.04973127692937851, 0.06908176094293594, + -0.02956964634358883, 0.09371020644903183, -0.003010982181876898, 0.09702220559120178, + 0.026806097477674484, -0.01403291430324316, 0.1415233612060547, 0.04405457153916359, + 0.08905848115682602, -0.04254106804728508, -0.011735915206372738, 0.08348493278026581, + -0.05927533283829689, 0.10824809968471527, -0.038113225251436234, 0.09536648541688919, + 0.010111723095178604, 0.06451480835676193, -0.01861206814646721, -0.13756680488586426, + -0.014673465862870216, 0.014301043003797531, -0.12761574983596802, -0.06605280935764313, + -0.11974241584539413, 0.07108263671398163, -0.04354877769947052, -0.02602437697350979, + -0.024477260187268257, 0.005887245759367943, -0.0473615787923336, 0.005008413456380367, + -0.11477296054363251, -0.03439375013113022, 0.027528854086995125, -0.013867437839508057, + -0.03199762478470802, -0.04663245752453804, 0.12847104668617249, 0.08364725112915039, + 0.004679869394749403, 0.05983203649520874, -0.04616941511631012, 0.047314733266830444, + 0.005914667155593634, 0.06886784732341766, -0.10992226004600525, 0.054798346012830734, + -0.05779900774359703, 0.07839582115411758, -6.901770393596962e-5, -0.040098339319229126, + 0.051287032663822174, 0.04560428485274315, -0.027762439101934433, -0.02057047002017498, + 0.03343622013926506, -0.009622553363442421, 0.0029099711682647467, -0.06656621396541595, + 0.01446486171334982, -0.05420800298452377, 0.01348122488707304, -0.044560763984918594, + -0.015445664525032043, 0.07983221858739853, 0.016580713912844658, 0.037854909896850586, + 0.18456652760505676, 0.04200781509280205, -0.012631919234991074, -0.04229956120252609, + -0.1818867325782776, 0.03921477124094963, -0.003902836237102747, -0.01979570835828781, + -0.03258135914802551, -0.011154918000102043, -0.04957245662808418, -0.01761409267783165, + 0.10519663244485855, 0.012403741478919983, 0.07028687000274658, -0.005468939896672964, + -0.0009036904666572809, -0.04650432989001274, 0.05788572505116463, -0.01942925900220871, + -0.025912044569849968, 0.057685982435941696, -0.004189142491668463, -0.03591587394475937, + -0.06750549376010895, -0.03669128939509392, 0.027812734246253967, 0.030585454776883125, + -0.04568422958254814, 0.0330376960337162, 0.1670239418745041, 0.09807413071393967, + -0.048684798181056976, -0.01740037463605404, -0.0281920675188303, 0.028455164283514023, + 0.0741199180483818, -0.0007320202421396971, -0.005266067571938038, -0.05003444850444794, + -0.07693502306938171, 0.030893288552761078, 0.07894039899110794, 0.10242699086666107, + -0.06567392498254776, 0.10011988133192062, 0.0678936168551445, 0.026179000735282898, + 0.04490630701184273, -0.06598351150751114, -0.0016736248508095741, 0.012151697650551796, + -0.00814695656299591, 0.008263283409178257, 0.03854907304048538, 0.00020030603627674282, + -0.012659694068133831, 0.04121571034193039, 0.04003918543457985, -0.08613383024930954, + 0.05322515219449997, -0.012193100526928902, 8.365743997273967e-5, -0.007310042157769203, + -0.05117276310920715, 0.056345198303461075, -0.00406297342851758, -0.024697085842490196, + -0.0908711776137352, -0.028334693983197212, -0.00462892884388566, -0.030396996065974236, + -0.005156839266419411, -0.043930504471063614, -0.03740067780017853, 0.017893625423312187, + 0.07479753345251083, -0.08723120391368866, 0.004188824445009232, -0.06311416625976562, + 0.06754954904317856, -0.018084410578012466, -0.061704713851213455, -0.08687212318181992 + ], + [ + 0.09997548907995224, 0.0667719841003418, -0.009712272323668003, -0.008754738606512547, + -0.04471360146999359, -0.07639488577842712, -0.06294876337051392, -0.0005159348365850747, + 0.002002039458602667, 0.03995960205793381, -0.07177974283695221, -0.03793667256832123, + 0.001322339754551649, -0.020795736461877823, -0.03064996562898159, 0.0019687239546328783, + -0.00844511017203331, 0.05905160307884216, 0.040089190006256104, -0.008093148469924927, + 0.0373581163585186, -0.015457488596439362, 0.022715488448739052, -0.031162099912762642, + -0.025499403476715088, 0.09867915511131287, 0.01173021737486124, -0.004503404255956411, + 0.03297620639204979, -0.03187650814652443, -0.012030936777591705, 0.016385721042752266, + -0.07422848045825958, 0.031205402687191963, 0.10271672159433365, 0.13582324981689453, + -0.05434757471084595, 0.028617631644010544, -0.03805244341492653, -0.06627552956342697, + 0.004230074118822813, 0.04652003198862076, -0.10695914924144745, -0.04870842769742012, + 0.08920478820800781, -0.12291765213012695, 0.029623934999108315, 0.061266642063856125, + 0.029719403013586998, 0.022019648924469948, 0.0005863219266757369, 0.0176212340593338, + -0.02894522249698639, -0.03792865574359894, 0.002349182264879346, -0.027767816558480263, + 0.07950612902641296, 0.09215855598449707, 0.0585513673722744, -0.009994912892580032, + 0.04609103128314018, 0.00315011665225029, -0.09520610421895981, -0.08488398045301437, + -0.06758580356836319, 0.06582234799861908, 0.1178293228149414, 0.1457977145910263, 0.0291123166680336, + 0.04379277303814888, -0.03598414734005928, -0.11064895242452621, -0.03307345137000084, + 0.026719368994235992, 0.0041340673342347145, 0.06508071720600128, 0.01520003192126751, + -0.07418734580278397, 0.0023918147198855877, 0.01614166982471943, 0.060187604278326035, + 0.006588050629943609, -0.016302628442645073, 0.05999115854501724, -0.001211809809319675, + 0.05148424208164215, 0.03766115754842758, 0.026636727154254913, 0.014349982142448425, + -0.01998463086783886, -0.08370929211378098, 0.04862263426184654, 0.03976694867014885, + -0.006157778203487396, -0.012163696810603142, 0.02823193185031414, 0.008754868060350418, + -0.024045558646321297, 0.006730370223522186, 0.02025151625275612, 0.021512223407626152, + -0.024375000968575478, -0.01042245700955391, -0.07283329218626022, -0.10354001820087433, + -0.10222116857767105, -0.03271162137389183, 0.012043305672705173, -0.014429043047130108, + -0.04934104532003403, -0.02334843948483467, -0.03556031733751297, -0.04413872957229614, + 0.0043625012040138245, -0.02531423047184944, 0.009173467755317688, -0.07952459156513214, + -0.03993268683552742, 0.0770881175994873, 0.0470651313662529, 0.004029778763651848, + -0.032734282314777374, 0.032214779406785965, -0.07143846899271011, 0.0751546323299408, + 0.05007607862353325, 0.03201858699321747, 0.017875220626592636, -0.04659069702029228, + -0.002167841885238886, 0.013170154765248299, 0.028105787932872772, 0.03627493232488632, + -0.06686195731163025, 0.062128908932209015, -0.05891020596027374, 0.042155731469392776, + 0.0009167743264697492, -0.011969728395342827, 0.04640050232410431, -0.04388328269124031, + -0.042090289294719696, 0.03855159506201744, -0.08357364684343338, -0.020077954977750778, + 0.03628222271800041, -0.01873008720576763, 0.009541894309222698, -0.053162429481744766, + -0.002198888221755624, -0.06286057084798813, 0.04672683775424957, 0.12261499464511871, + -0.00882730633020401, 0.0656701922416687, -0.039205875247716904, -0.04428958147764206, + -0.03130507841706276, 0.001908850041218102, 0.02367261052131653, -0.06096445396542549, + -0.023128993809223175, 0.000495784159284085, -0.04901696369051933, -0.017621798440814018, + -0.08993572741746902, 0.023171784356236458, 0.026435265317559242, -0.0415249764919281, + -0.0011931272456422448, 0.03704434260725975, 0.03842823579907417, -0.04109858348965645, + -0.014343594200909138, -0.047320399433374405, 0.008882678113877773, 0.01675628498196602, + -0.01792462170124054, 0.05700482055544853, -0.046809978783130646, 0.01962495595216751, + -0.06128157675266266, -0.016170237213373184, -0.01638210006058216, 0.032253678888082504, + -0.07480400800704956, 0.0008370705181732774, 0.04661809280514717, 0.02161279320716858, + -0.06928454339504242, -0.09919048100709915, 0.033387620002031326, 0.013771223835647106, + 0.07905121147632599, -0.07596483826637268, -0.019583148881793022, 0.08439196646213531, + -0.05374157428741455, -0.0478689968585968, -0.025960465893149376, 0.01613854430615902, + -0.04606987163424492, 0.07983198016881943, -0.07334604114294052, -0.05268172174692154, + -0.0847037062048912, -0.01935693249106407, -0.02594066970050335, -0.08136294037103653, + 0.07129964977502823, -0.03004395216703415, -0.04110423102974892, -0.01363536436110735, + -0.06802277266979218, -0.007749913260340691, 0.062254954129457474, -0.05464058741927147, + -0.01982017792761326, -0.08142852783203125, -0.0022539717610925436, 0.005274779628962278, + -0.007579756435006857, 0.03873657435178757, -0.037179652601480484, 0.08358011394739151, + 0.07766585797071457, 0.08044930547475815, 0.039593640714883804, -0.016713541001081467, + 0.03663519024848938, -0.04012186825275421, -0.013461729511618614, 0.034285835921764374, + -0.06733894348144531, -0.03742602840065956, 0.00012406169844325632, 0.0004414019058458507, + 0.0610257163643837, -0.07630972564220428, 0.07769790291786194, -0.07549285143613815, + 0.00782084185630083, 0.060429979115724564, 0.0981915220618248, 0.08914455026388168, + -0.03413793817162514, 0.005076903384178877, -0.06830469518899918, -0.017941590398550034, + 0.02375365048646927, -0.0740174651145935, 0.04139131307601929, 0.05782460421323776, + -0.046751976013183594, -0.010293413884937763, -0.023989049717783928, 0.027888519689440727, + 0.040764424949884415, 0.00016518920892849565, 0.10604040324687958, -0.0034441251773387194, + 0.04629328474402428, -0.061430979520082474, 0.05574728175997734, 0.03552442044019699, + -0.03999314457178116, -0.013912112452089787, -0.03777788579463959, 0.030660806223750114, + 0.006057476159185171, -0.018248101696372032, 0.04024240002036095, -0.04049653187394142, + 0.03296378254890442, 0.027941223233938217, -0.027434902265667915, -0.10346783697605133, + -0.029492415487766266, 0.058803707361221313, -0.015140186063945293, 0.08796758204698563, + -0.08868920058012009, 0.0056402492336928844, -0.09617665410041809, -0.06481215357780457, + 0.027969468384981155, -0.016596145927906036, 0.08982864767313004, 0.11746775358915329, + 0.04275249317288399, -0.035835474729537964, 0.023073645308613777, -0.040158096700906754, + -0.014489003457129002, -0.030863311141729355, 0.1323133111000061, -0.023283716291189194, + -0.10892722010612488, -0.011915167793631554, -0.023261703550815582, -0.06914341449737549, + -0.09784315526485443, 0.053270455449819565, -0.0010037082247436047, -0.04802548140287399, + 0.06391367316246033, 0.04707985371351242, 0.001643441035412252, -0.10639259219169617, + 0.046784400939941406, -0.014238460920751095, -0.023975523188710213, 0.006295591592788696, + 0.10872524976730347, 0.006842586677521467, 0.01870860904455185, -0.010082664899528027, + 0.05181926488876343, -0.004727186635136604, -0.004625893663614988, -0.025523148477077484, + -0.014088775962591171, -0.10460349917411804, 0.030600497499108315, 0.09923841804265976, + -0.025714349001646042, -0.05690857768058777, 0.022983761504292488, 0.12374807894229889, + -0.01731148362159729, -0.07200539857149124, 0.03498087078332901, 0.01668376289308071, + 0.0442618802189827, 0.03456290066242218, -0.009087976068258286, -0.045012589544057846, + 0.07629181444644928, -0.0770544558763504, -0.03813287988305092, -0.028572071343660355, + 0.01836443319916725, -0.031252626329660416, -0.00388995255343616, 0.0664174035191536, + -0.06696773320436478, 0.011734738945960999, -0.0448714941740036, 0.027543654665350914, + -0.021664153784513474, -0.009084492921829224, 0.07971788942813873, -0.011952932924032211, + 0.01946207694709301, -0.09797795116901398, 0.03524250164628029, 0.025364289060235023, + 0.06607094407081604, 0.010399539023637772, 0.004603873938322067, -0.04244652017951012, + 0.07289338111877441, -0.0648265853524208, -0.06882958114147186, 0.05631789565086365, + -0.006707914173603058, -0.043077267706394196, 0.017397642135620117, -0.03621158003807068, + 0.001140020089223981, 0.013366982340812683, 0.0366632342338562, -0.09017767012119293, + -0.0035665840841829777, 0.03319670259952545, 0.024727391079068184, -0.020467180758714676, + 0.060164790600538254, 0.02398533560335636, 0.054368793964385986, -0.004136941395699978, + 0.03144516795873642, -0.01949250139296055, -0.03414575755596161 + ], + [ + 0.06327440589666367, 0.0016992826713249087, 0.02521795593202114, -0.0315723717212677, + -0.04995737969875336, -0.027368485927581787, -0.017888931557536125, -0.02680962160229683, + -0.029708513990044594, -0.03269835188984871, -0.07584045082330704, 0.0001352982799289748, + -0.0013058774638921022, 0.022769011557102203, -0.07144170999526978, -0.045563630759716034, + -0.010309378616511822, -0.01134977862238884, 0.05802157148718834, -0.030930235981941223, + 0.046912457793951035, 0.04712553322315216, -0.0107821524143219, -0.033095832914114, + 0.016169924288988113, 0.00957200676202774, 0.006136760581284761, 0.016572490334510803, + -0.03634386137127876, -0.03562161698937416, -0.06920941174030304, -0.011772829107940197, + 0.02699507400393486, 0.03244244307279587, -0.02468896470963955, 0.024936363101005554, + -0.051715001463890076, -0.013850902207195759, 0.05642353743314743, 0.029714174568653107, + 0.06079787015914917, 0.009199551306664944, 0.007349971681833267, 0.04103713482618332, + -0.06773919612169266, 0.03526271879673004, 0.07413921505212784, 0.0653645396232605, 0.03721054270863533, + -0.0400192067027092, 0.01748734340071678, -0.007090521976351738, -0.06627588719129562, + -0.0690891444683075, 0.01959207095205784, 0.013522347435355186, 0.03205695003271103, 0.0712098702788353, + 0.05842943489551544, -0.00022964042727835476, 0.037659913301467896, -0.06725146621465683, + -0.03597792237997055, 0.011147790588438511, 0.024955015629529953, 0.051990170031785965, + 0.005248198285698891, 0.06319587677717209, -0.09559208154678345, 0.02023341879248619, + -0.02219010517001152, 0.007829309441149235, 0.001581723801791668, -0.03619842603802681, + 0.07093963772058487, -0.01660453900694847, 0.06525494158267975, -0.08024779707193375, + -0.030173445120453835, 0.048395633697509766, 0.018037227913737297, -0.057509709149599075, + -0.08890200406312943, 0.02496645785868168, -0.027404630556702614, -0.042441368103027344, + -0.032711807638406754, 0.0032288176007568836, 0.05885615944862366, -0.08444543182849884, + 0.023147715255618095, -0.028543345630168915, 0.020004713907837868, 0.050747789442539215, + -0.0350814051926136, 0.03876819461584091, 0.012343629263341427, 0.03734729811549187, + 0.016815749928355217, -0.006552088540047407, 0.061457667499780655, 0.043524131178855896, + 0.002095728414133191, -0.009849830530583858, 0.08235061913728714, 0.09435862302780151, + 0.05511300638318062, 0.02828514389693737, -0.0043682618997991085, -0.045087024569511414, + 0.03170313686132431, -0.015587294474244118, 0.06405086070299149, 0.020032912492752075, + 0.015129993669688702, 0.07885196059942245, -0.07243435829877853, 0.04640093073248863, + -0.022104809060692787, -0.05948920547962189, 0.056322645395994186, 0.0007244324660860002, + -0.027097562327980995, -0.0058447131887078285, -0.056023720651865005, 0.005270218942314386, + 0.020689496770501137, -0.015514148399233818, -0.07422951608896255, -0.008038819767534733, + -0.020672667771577835, 0.037920624017715454, -0.004108698107302189, -0.04440026357769966, + 0.009041139855980873, -0.025640547275543213, 0.02289983630180359, 0.06122191622853279, + 0.059883806854486465, -0.005595158785581589, 0.009914271533489227, -0.0323544517159462, + 0.037723883986473083, 0.04432380199432373, -0.06677435338497162, -0.007303003221750259, + -0.006449006963521242, 0.016916126012802124, -0.06598273664712906, -0.032270535826683044, + -0.04090581461787224, -0.015682177618145943, 0.02437553182244301, -0.019518017768859863, + 0.06759911775588989, -0.06601635366678238, 0.03371372073888779, 0.0068616922944784164, + -0.02535908669233322, 0.035818494856357574, 0.031588535755872726, 0.011194359511137009, + 0.04256400093436241, -0.04690169170498848, 0.03173021227121353, -0.056121256202459335, + 0.03012034110724926, -0.06659476459026337, -0.056608669459819794, 0.12029089033603668, + -0.009101763367652893, 0.04806352034211159, -0.0463695302605629, -0.008627483621239662, + 0.003665874246507883, 0.006855492014437914, -0.01754535548388958, -0.050497930496931076, + 0.01162163820117712, 0.003047696314752102, -0.037941694259643555, 0.02594705857336521, + 0.03800102323293686, 0.04810866340994835, -0.024309752508997917, -0.02833664044737816, + -0.015165966004133224, 0.04157412797212601, -0.019441703334450722, 0.05225704237818718, + 0.01601608283817768, 0.10185974836349487, 0.10512276738882065, 0.09995965659618378, + -0.059055961668491364, 0.03326709195971489, -0.007514390628784895, -0.06697485595941544, + 0.046488262712955475, -0.10471266508102417, -0.02735600434243679, -0.053929172456264496, + -0.044552624225616455, 0.0332261323928833, 0.01885097473859787, 0.004804535768926144, + 0.01649533584713936, -0.0749904066324234, -0.01564238779246807, 0.01525007002055645, + 0.05845259130001068, -0.017464131116867065, -0.014788351953029633, -0.07716972380876541, + -0.025221869349479675, -0.002037852304056287, -0.04039107635617256, -0.039671119302511215, + 0.024084124714136124, 0.045704830437898636, -0.0011942960554733872, -0.01636885292828083, + -0.04871465638279915, 0.03568025305867195, -0.051775380969047546, -0.0716409832239151, + 0.0706794485449791, 0.06713490933179855, -0.06432291120290756, -0.07417652755975723, + -0.07394743710756302, 0.0628124326467514, -0.008616081438958645, 0.007110998500138521, + -0.08550647646188736, 0.07969275861978531, 0.04294563829898834, -0.06136337295174599, + -0.000851935357786715, -0.00557258166372776, 0.009746711701154709, 0.02592117339372635, + 0.018224187195301056, -0.06102343648672104, -0.035267096012830734, -0.00159112096298486, + -0.022971846163272858, -0.024387719109654427, 0.0024585933424532413, 0.006267281249165535, + -0.06999224424362183, 0.047464583069086075, -0.05916615203022957, 0.02233886905014515, + -0.0961640253663063, -0.025442922487854958, -0.04749693349003792, -0.042016834020614624, + 0.009207001887261868, 0.051330067217350006, -0.029774928465485573, 0.046118881553411484, + 0.07901375740766525, 0.049218978732824326, 0.00674724904820323, -0.04649055376648903, + 0.0787215381860733, 0.08357502520084381, 0.025753580033779144, 0.014075287617743015, + 0.04973217844963074, 0.012694019824266434, 0.0381721630692482, 0.07583367079496384, 0.0408657044172287, + -0.012375631369650364, 0.04040862247347832, -0.06806329637765884, -0.0032098013907670975, + 0.10742197930812836, 0.060375310480594635, 0.0638364851474762, 0.049373384565114975, + -0.09967253357172012, 0.0776410773396492, 0.03745030239224434, -0.03175131976604462, + 0.00884322915226221, 0.08526824414730072, 0.06147121638059616, -0.05251326039433479, + 0.05568145960569382, -0.026721114292740822, 0.03806925565004349, 0.036692406982183456, + -0.028576787561178207, 0.002971914829686284, 0.013871840201318264, -0.08981160074472427, + 0.007587322033941746, 0.011556942947208881, -0.04855949804186821, -0.09314841032028198, + -0.01576044037938118, -0.0032201583962887526, -0.001607511774636805, 0.057820502668619156, + -0.04051416367292404, 0.005744107998907566, 0.022930750623345375, -0.014608322642743587, + -0.02125762589275837, 0.009480195119976997, 0.03218761086463928, -0.001265248516574502, + -0.08942773938179016, 0.0058130319230258465, -0.053040262311697006, 0.03451760485768318, + 0.04934852197766304, -0.0393514409661293, 0.031441379338502884, 0.02130364626646042, + -0.0845479890704155, 0.021809015423059464, -1.6664191207382828e-5, -0.030608519911766052, + 0.013562378473579884, 0.020937103778123856, -0.038864411413669586, -0.04443685710430145, + -0.015058689750730991, 0.04468892887234688, 0.05753077194094658, -0.038935255259275436, + -0.0055465116165578365, 0.03985495865345001, -0.0021833900827914476, -0.0034057460725307465, + -0.008309470489621162, -0.028245771303772926, 0.007398534100502729, -0.014926085248589516, + 0.028970248997211456, -0.06819014996290207, -0.033433493226766586, 0.07006260752677917, + -0.03202252462506294, 0.05035002902150154, -0.019809650257229805, -0.009341573342680931, + 0.03947276994585991, -0.04777907580137253, -0.03333708271384239, -0.033117540180683136, + -0.057226091623306274, 0.008823917247354984, -0.058083608746528625, -0.03937942162156105, + 0.05427826941013336, 0.022407574579119682, 0.02591737173497677, -0.04090402275323868, + 0.04475138708949089, 0.04487466439604759, 0.07954931259155273, 0.023825109004974365, + -0.008365478366613388, 0.03871012106537819, -0.03202025219798088, 0.041985444724559784, + 0.06268203258514404, 0.0421823114156723, -0.0059455945156514645, 0.017602242529392242, + 0.007413493003696203, 0.021521398797631264, -0.003981818910688162, 0.05203172564506531, + 0.03149697184562683, -0.05340196564793587, -0.019449342042207718, 0.055334288626909256, + -0.042624581605196 + ], + [ + 0.020746327936649323, 0.04175042361021042, -0.037025660276412964, -0.049676429480314255, + 0.02252863720059395, 0.04089253395795822, -0.005956566892564297, 0.005505268462002277, + 0.005676991771906614, 0.06109912693500519, -0.07751425355672836, 0.030857542529702187, + -0.030500968918204308, 0.11137759685516357, -0.02383086457848549, -0.012352806515991688, + 0.01621270179748535, -0.007262129802256823, 0.06854141503572464, 0.008344752714037895, + 0.0526447519659996, 0.04965599253773689, -0.010560856200754642, -0.002095150761306286, + -8.779229392530397e-5, 0.01052991021424532, 0.02459847368299961, 0.01572110317647457, + 0.0030186630319803953, -0.06539564579725266, -0.0005613715620711446, -0.014768159948289394, + 0.023875728249549866, -0.0075562745332717896, -0.028899284079670906, 0.0668693259358406, + -0.04065212607383728, -0.05755160003900528, 0.04726165905594826, -0.04814185947179794, + 0.05231444537639618, 0.002218099543824792, -0.030782610177993774, 0.014011857099831104, + -0.029210008680820465, 0.017929494380950928, 0.010014734230935574, 0.02097916230559349, + 0.0629030391573906, 0.0232192762196064, -0.001784579362720251, 0.016129346564412117, + 0.01659982092678547, 0.015803871676325798, 0.006833843886852264, 0.029676927253603935, + 0.006390453316271305, -0.01717299036681652, 0.02061314880847931, -0.05404548719525337, + 0.019734086468815804, 0.002249302575364709, -0.12155649811029434, 0.026889316737651825, + 0.05420476570725441, -0.04320636764168739, 0.040383100509643555, 0.057962749153375626, + 0.01438075490295887, -0.08415893465280533, 0.0403742715716362, 0.03944537416100502, + 0.022204294800758362, -0.029462138190865517, 0.058213114738464355, 0.052692484110593796, + 0.06318053603172302, 0.060884859412908554, -0.021328777074813843, 0.044764596968889236, + 0.008283977396786213, 0.06007461994886398, 0.03141530975699425, 0.015181999653577805, + 0.049546390771865845, 0.01484252605587244, 0.07227978855371475, -0.03448763117194176, + 0.015667589381337166, 0.04562360793352127, -0.041496437042951584, 0.005840778816491365, + -0.022805146872997284, -0.01575927808880806, -0.054819975048303604, -0.026226865127682686, + 0.0331304557621479, 0.027278633788228035, -0.003680763067677617, 0.02552848868072033, + 0.03443450853228569, -0.04527425020933151, -0.008819758892059326, 0.016110796481370926, + 0.00730565469712019, 0.047151681035757065, 0.006723052356392145, -0.00013909224071539938, + 0.042265016585588455, -0.06635057181119919, 0.028110144659876823, -0.04496551677584648, + 0.06438644975423813, -0.017219705507159233, -0.04214097186923027, -0.03013734333217144, + -0.0470232293009758, 0.017770342528820038, -0.0012006526812911034, 0.01597966067492962, + -0.04753541201353073, -0.018560945987701416, 0.03558375686407089, 0.005554985720664263, + 0.03699522465467453, 0.00959603302180767, -0.05670415982604027, -0.039696574211120605, + -0.0019948880653828382, -0.05474653095006943, -0.009073466062545776, -0.016156509518623352, + 0.07950283586978912, -0.09969689697027206, 0.10698334872722626, 0.004914070945233107, + 0.07870663702487946, 0.031632646918296814, -0.026367008686065674, 0.020863940939307213, + -0.034994032233953476, 0.013948740437626839, 0.07801347225904465, -6.311223842203617e-5, + -0.004315288737416267, -0.07496868073940277, -0.03197069838643074, 0.037199243903160095, + 0.010723554529249668, -0.008000520057976246, -0.02263723313808441, 0.0029894933104515076, + -0.002661459380760789, 0.042955268174409866, -0.0077261729165911674, -0.02960909530520439, + 0.03385787084698677, 0.01794140785932541, 0.07478451728820801, 0.018442891538143158, + -0.0668564885854721, 0.0749015137553215, 0.009349014610052109, 0.033862125128507614, + 0.06144532561302185, 0.008830671198666096, 0.06708507239818573, -0.05923837423324585, + -0.018304962664842606, 0.01762061007320881, 0.012334128841757774, -0.015810133889317513, + -0.032019663602113724, -0.05985535308718681, 0.06920244544744492, -0.033923014998435974, + 0.01869441568851471, -0.06599084287881851, -0.005372030660510063, -0.07918058335781097, + -0.012529410421848297, 0.02479766681790352, -0.02108677476644516, 0.05883593484759331, + -0.014643684960901737, 0.06566246598958969, -0.006363288499414921, 0.006323234178125858, + -0.05025200545787811, 0.05108321085572243, -0.00217161001637578, 0.07355912029743195, + -0.012404229491949081, 0.08553741872310638, -0.028476327657699585, -0.0001803538907552138, + -0.040230996906757355, -0.051913633942604065, 0.06898461282253265, -0.0471799299120903, + -0.023694690316915512, -0.02348591759800911, 0.052223119884729385, -0.02935706451535225, + -0.1295204758644104, -0.008469617925584316, -0.021763291209936142, -0.037842199206352234, + -0.08896689116954803, 0.056839391589164734, 0.06552120298147202, 0.011635727249085903, + -0.04073210060596466, -0.03501560166478157, 0.013392000459134579, 0.003076000837609172, + -0.00682878727093339, -0.06870623677968979, -0.07478263974189758, -0.008266017772257328, + 0.05125083029270172, -0.03265596553683281, -0.006563588976860046, -0.010435176081955433, + 0.03459331765770912, 0.01654873788356781, 0.06798055768013, 0.055909253656864166, 0.015208887867629528, + -0.00428392319008708, 0.0009735270868986845, 0.023067837581038475, -0.019368300214409828, + 0.07081252336502075, -0.008558863773941994, -0.002690815133973956, -0.07298573106527328, + -0.014435876160860062, 0.004403742961585522, 0.04578963294625282, 0.030749108642339706, + -0.0045751831494271755, 0.06687507778406143, -0.008123446255922318, -0.012431448325514793, + -0.026523685082793236, 0.03819568455219269, 0.014018571004271507, 0.009142414666712284, + -0.0073189930990338326, -0.011406691744923592, -0.05451196804642677, 0.06466200202703476, + 0.058591656386852264, -0.03856206685304642, -0.09565261006355286, -0.06854461878538132, + 0.05577500909566879, 0.012580453418195248, -0.003328742692247033, -0.057437870651483536, + 0.01504445169121027, -0.005019667558372021, 0.033800121396780014, -0.04294752702116966, + -0.08358317613601685, 0.07723499089479446, 0.037709422409534454, 0.034378599375486374, + 0.06246250122785568, -0.007271971553564072, 0.04953230544924736, 0.009130306541919708, + -0.03617348149418831, -0.020068028941750526, 0.08408184349536896, -0.009425612166523933, + 0.02442677691578865, 0.00017440557712689042, 0.07565320283174515, 0.09772572666406631, + 0.07164249569177628, -0.025963667780160904, -0.021414855495095253, 0.03122430294752121, + 0.03584068641066551, -0.010891369543969631, 0.023443395271897316, 0.016076255589723587, + 0.0072119105607271194, 0.0007745446055196226, 0.043421901762485504, -0.012253972701728344, + -0.023029770702123642, 0.013888114131987095, 0.015551534481346607, -0.007212567608803511, + 0.04789034649729729, 0.00914713740348816, 0.006160227116197348, 0.00710817938670516, + -0.045407120138406754, -0.06757345050573349, -0.029085787013173103, 0.0242054034024477, + -0.03911282494664192, 0.007301012985408306, -0.02737070620059967, -0.05403367429971695, + -0.01798832230269909, 0.023143524304032326, -0.07656245678663254, -0.07106582075357437, + -0.003400795627385378, 0.008272533304989338, 0.025209268555045128, 0.009614448994398117, + 0.02553011104464531, 0.08303593099117279, -0.02999681793153286, 0.03934736177325249, + -0.0147447744384408, -0.02009330503642559, -0.0968560129404068, 0.03977623209357262, + -0.02431437373161316, -0.021864911541342735, 0.02146472968161106, -0.015583214350044727, + 0.023555491119623184, 0.022972717881202698, 0.0027514102403074503, -0.055555786937475204, + 0.030229775235056877, -0.008178647607564926, -0.04322187229990959, -0.008655967190861702, + 0.08206435292959213, -0.03394518047571182, 0.015353049151599407, -0.04478468373417854, + 0.0012226480757817626, 0.011418931186199188, 0.07037115842103958, -0.015047936700284481, + -0.06852515786886215, 0.009861196391284466, -0.020066453143954277, 0.0963001698255539, + -0.06244298815727234, 0.0014770864509046078, 0.04054662212729454, -0.06297746300697327, + 0.025977127254009247, 0.01226394809782505, 0.029560372233390808, 0.004987709689885378, + -0.036005035042762756, 0.04069487005472183, -0.006063389126211405, 0.00046506384387612343, + 0.01862134225666523, -0.015594103373587132, -0.020086713135242462, -0.011744099669158459, + 0.08805309981107712, 0.07366049289703369, 0.022902756929397583, -0.019911548122763634, + -0.049849845468997955, -0.037980008870363235, 0.0005254670977592468, -0.08161784708499908, + 0.0037739472463726997, 0.0011350911809131503, -0.022664569318294525, 0.0379796028137207, + -0.056238725781440735, 0.058823928236961365, -0.004200309049338102, 0.0029723874758929014, + -0.05318840220570564, 0.03630461171269417, 0.005990947131067514 + ], + [ + 0.04402455314993858, 0.01106469240039587, -0.005156933329999447, 0.026823485270142555, + 0.00940693449229002, -0.018498806282877922, 0.024782948195934296, 0.0016891908599063754, + 0.012801584787666798, -0.011914501897990704, 0.02006409503519535, 0.042093370109796524, + -0.07616171985864639, 0.1074465960264206, 0.043311916291713715, -0.057175152003765106, + -0.020718730986118317, -0.037853680551052094, 0.04056181386113167, -0.006621141918003559, + 0.03443918377161026, 0.057531487196683884, 0.076047383248806, 0.06861378997564316, + 0.0025664966087788343, -0.0249470341950655, -0.008594011887907982, 0.015560048632323742, + 0.0003150228876620531, -0.04814388230443001, -0.056140169501304626, -0.05108613893389702, + 0.014794662594795227, 0.029446415603160858, -0.0034981356002390385, 0.08007261157035828, + -0.07049771398305893, -0.042307235300540924, 0.04180683195590973, -0.028023019433021545, + -0.0430535189807415, -0.02788752131164074, -0.0615590438246727, 0.00624299980700016, + -0.05388389900326729, -0.053440410643815994, 0.060205765068531036, 0.04557902738451958, + -0.0637752041220665, 0.030353968963027, 0.06504873186349869, -0.05703714117407799, -0.09838209301233292, + -0.04116305708885193, -0.0467827208340168, 0.04002045840024948, 0.042226456105709076, + 0.06661131978034973, -0.03078845702111721, -0.07745157182216644, 0.06282597780227661, + -0.05133723095059395, -0.016577618196606636, 0.0447884164750576, 0.03265945985913277, + -0.01589728519320488, -0.04714237153530121, 0.015088814310729504, -0.054140299558639526, + -0.03824427351355553, -0.05167136713862419, -0.06600276380777359, 0.051851075142621994, + -0.029260439798235893, 0.052540287375450134, -0.012048347853124142, 0.09853298217058182, + 0.008199983276426792, -0.0023676399141550064, 0.09201018512248993, -0.013618824072182178, + 0.04833747819066048, 0.04836245998740196, 0.030758215114474297, -0.027282388880848885, + -0.005450702738016844, -0.03482672944664955, -0.009174919687211514, -0.007421964779496193, + 0.034393277019262314, 0.0025387427303940058, 0.004514009691774845, -0.015372045338153839, + -0.027704475447535515, -0.03901209309697151, 0.005412103608250618, -0.06175245717167854, + -0.0478244312107563, 0.02613082528114319, -0.018307583406567574, -0.05265695974230766, + 0.02587435580790043, -0.05152846872806549, -0.028984516859054565, 0.04456768184900284, + 0.04967985302209854, -0.023424120619893074, 0.0036406347062438726, 0.01731291227042675, + -0.07522016763687134, 0.030663562938570976, -0.07625794410705566, 0.040393631905317307, + 0.006389280315488577, -0.009018405340611935, 0.03638437017798424, -0.011858701705932617, + -0.03797505050897598, -0.03358558192849159, -0.07540751248598099, 0.029649661853909492, + 0.019188737496733665, -0.01982354000210762, -0.003754029981791973, 0.00924903154373169, + 0.008727004751563072, -0.043800342828035355, 0.04062236100435257, -0.01573077403008938, + 0.012849048711359501, -0.013893879018723965, -0.04308399558067322, -0.014835973270237446, + -0.06436046212911606, 0.09187779575586319, -0.004942265339195728, 0.027635516598820686, + 0.015186597593128681, 0.030964771285653114, 0.0421685166656971, -0.0726587325334549, + -0.07299934327602386, 0.016608521342277527, 0.010495827533304691, -0.04477813094854355, + -0.027657991275191307, -0.03691442683339119, 0.03746568411588669, -0.08609392493963242, + 0.0026930992025882006, -0.0009486225317232311, 0.021883057430386543, 0.022014765068888664, + -0.01208337489515543, -0.030935879796743393, -0.10956893861293793, 0.0988563820719719, + 0.0031102101784199476, 0.022887779399752617, -0.044080909341573715, -0.02930494025349617, + 0.018594972789287567, 0.05248431861400604, 0.030473370105028152, -0.006340500898659229, + 0.014538499526679516, 0.07831685245037079, -0.08457621932029724, 0.06708244979381561, + 0.014863787218928337, 0.03593938797712326, 0.03189164027571678, -0.01299127098172903, + 0.046502381563186646, 0.03295823931694031, -0.03567809611558914, 0.019325314089655876, + 0.03659225255250931, 0.027194643393158913, -0.005416703410446644, 0.0009926428319886327, + 0.012180485762655735, 0.056521572172641754, -0.009062882512807846, -0.04547559842467308, + 0.01696876809000969, -0.007158685475587845, -0.026339365169405937, 0.04361296817660332, + 0.07947596907615662, -0.0014293364947661757, -0.012059001252055168, 0.057078905403614044, + 0.05916944518685341, -0.050771426409482956, -0.011123299598693848, 0.012792016379535198, + -0.07015111297369003, -0.011920181103050709, 0.02560989186167717, -0.02695554867386818, + -0.050306010991334915, -0.044956982135772705, -0.03921128064393997, -0.07171148806810379, + -0.017116032540798187, 0.0002780082286335528, -0.026263663545250893, 0.0012336662039160728, + 0.07272938638925552, 0.020912092179059982, 0.055509164929389954, -0.010772236622869968, + -0.054480571299791336, -0.06392417103052139, -0.043994564563035965, -0.040439993143081665, + -0.0014118073740974069, -0.038335032761096954, -0.020372673869132996, -0.016531767323613167, + -0.030715422704815865, 0.031691357493400574, -0.029320675879716873, 0.04337405040860176, + -0.004403448663651943, 0.06544729322195053, -0.023222777992486954, 0.043081577867269516, + -0.024240685626864433, 0.01591494120657444, 0.027678202837705612, -0.028677895665168762, + 0.03317389264702797, -0.0690796747803688, -0.003134873230010271, 0.015105927363038063, + -0.007184870075434446, -0.013818733394145966, -0.009031801484525204, -0.05521535500884056, + 0.08627425879240036, 0.09710913151502609, -0.020910300314426422, 0.0060086981393396854, + 0.05541533604264259, -0.045551300048828125, 0.008432767353951931, -0.061045680195093155, + 0.030060647055506706, -0.043927695602178574, -0.055793024599552155, -0.01729867234826088, + 0.04425361007452011, -0.003609767183661461, -0.01161887776106596, -0.07094108313322067, + 0.054280366748571396, 0.018065467476844788, -0.012365691363811493, -0.043740998953580856, + 0.06609141826629639, -0.04136257618665695, -0.03506680950522423, 0.022634917870163918, + -0.05145857855677605, 0.09328656643629074, 0.009240858256816864, -0.0438954122364521, + 0.02384231984615326, -0.03253127634525299, 0.07717525213956833, -0.02930665761232376, + 0.019419992342591286, -0.018939396366477013, 0.029420649632811546, -0.017049157992005348, + -0.01324630156159401, 0.01166539452970028, 0.033961810171604156, -0.0016135373152792454, + 0.06121552735567093, 0.03680190443992615, -0.0003809914633166045, 0.0781804695725441, + -0.002737166127189994, 0.0811288058757782, 0.015516740269958973, 0.07825647294521332, + 0.09185286611318588, -0.008720021694898605, 0.01822485588490963, 0.004097483586519957, + 0.029397686943411827, 0.02286306582391262, 0.052136559039354324, 0.03508332371711731, + 0.023302894085645676, -0.03189243748784065, -0.03750426694750786, -0.027586471289396286, + -0.05077308416366577, -0.06456649303436279, -0.01547207124531269, -0.01648368313908577, + -0.04125215485692024, -0.029611337929964066, -0.023740636184811592, -0.08403901010751724, + 0.08202620595693588, -0.04380223900079727, -0.04715820029377937, -0.03356653451919556, + 0.022612763568758965, -0.012131338007748127, -0.006903859321027994, -0.0074363769963383675, + -0.03218531981110573, 0.060799747705459595, 0.03262282907962799, 0.0190663430839777, + 0.041774965822696686, -0.01264395471662283, -0.07870220392942429, 0.02605416066944599, + -0.000167699035955593, -0.005537393968552351, 0.08176672458648682, -0.02754680998623371, + -0.0231480710208416, -0.05523426830768585, 0.03719865903258324, -0.019610503688454628, + -0.0003600436029955745, -0.08265469968318939, -0.0577482245862484, -0.037993308156728745, + 0.03284052759408951, -0.016795309260487556, -0.04030338302254677, -0.00011148109479108825, + -0.006668188143521547, -0.03867427259683609, 0.019753890112042427, -0.09279738366603851, + -0.013536931946873665, 0.04540128633379936, -0.0304233580827713, 0.07851043343544006, + 0.0052007283084094524, 0.021952250972390175, 0.056617122143507004, -0.04904570057988167, + 0.019196264445781708, -0.030693013221025467, -0.012704340741038322, -0.05959170684218407, + -0.020792704075574875, -0.04238186404109001, -0.0236605703830719, -0.03499383479356766, + -0.0006096696015447378, -0.06362242996692657, -0.019876115024089813, 0.04889054596424103, + 0.09650825709104538, 0.016144804656505585, 0.02867102064192295, 0.017574649304151535, + -0.005946969613432884, 0.024678414687514305, 0.09883344173431396, 0.006207735743373632, + 0.01654508337378502, 0.04992682859301567, -0.053981006145477295, 0.022098859772086143, + -0.026446353644132614, 0.023534931242465973, 0.012497864663600922, -0.014109992422163486, + -0.06811641901731491, 0.047311801463365555, -0.018417062237858772 + ], + [ + 0.06970439851284027, -0.02591177448630333, -0.017285913228988647, 0.017975006252527237, + -0.08155765384435654, -0.02820744924247265, 0.036309197545051575, -0.038619399070739746, + -0.004715675953775644, 0.0009246613481082022, -0.06562278419733047, -0.017249753698706627, + 0.030200470238924026, 0.09240514785051346, 0.01160653866827488, 0.05516081675887108, + 0.05897132679820061, -0.07990540564060211, -0.004768673330545425, 0.020283125340938568, + 0.05372870713472366, -0.10293508321046829, -0.031068893149495125, 0.005132550839334726, + 0.03775327652692795, 0.021060511469841003, 0.0359509140253067, 0.04692426323890686, + 0.0002904865250457078, 0.06773631274700165, 0.00892079807817936, 0.06759840995073318, + -0.0031870577950030565, -0.06995633989572525, 0.03498634696006775, 0.014553978107869625, + 0.0007597326766699553, -0.07067769020795822, -0.06411966681480408, 0.010508691892027855, + -0.00653328699991107, 0.047948434948921204, 0.05972583591938019, 0.040352191776037216, + -0.0031167285051196814, 0.036411888897418976, -0.019155975431203842, 0.07481187582015991, + 0.05195244401693344, -0.023363962769508362, -0.01829577051103115, 0.056938376277685165, + -0.04241413250565529, 0.027795568108558655, -0.06463378667831421, 0.1048799604177475, + -0.022923486307263374, -0.014784582890570164, -0.005351297091692686, -0.0036515453830361366, + 0.0676744282245636, -0.018431007862091064, -0.016577281057834625, 0.07900382578372955, + 0.06981362402439117, -0.006693868897855282, -0.009514898993074894, 0.032856933772563934, + 0.07257834076881409, -0.13167361915111542, 0.015693191438913345, -0.019442986696958542, + 0.10454674810171127, -0.06022128462791443, 0.019567938521504402, 0.04198997840285301, + 0.06297838687896729, 0.022854043170809746, 0.01721014827489853, 0.05464795231819153, + -0.03140631690621376, -0.0038771294057369232, 0.05898228660225868, 0.03625676780939102, + 0.11430839449167252, 0.07675281167030334, -0.02515154704451561, -0.004060528706759214, + -0.01496831700205803, 0.02604624442756176, 0.008849896490573883, 0.023780709132552147, + -0.06657581031322479, 0.021767979487776756, -0.0516761839389801, -0.050450801849365234, + -0.02569364756345749, 0.03566119819879532, -0.050569068640470505, 0.038386277854442596, + 0.029790671542286873, 0.04634688422083855, 0.06863175332546234, 0.033965058624744415, + 0.09042541682720184, 0.007520776707679033, 0.0014614496612921357, 0.07652758806943893, + 0.07763852179050446, -0.09487197548151016, 0.023369647562503815, -0.03956708312034607, + 0.08879721909761429, 0.08898468315601349, -0.10225342959165573, 0.04596890136599541, 0.0192093662917614, + 0.005089817568659782, -0.0041495999321341515, -0.0051460955291986465, 0.011109569109976292, + -0.07783998548984528, -0.07957176864147186, -0.0016464261570945382, -0.016306782141327858, + -0.03951388597488403, 0.006493401248008013, -0.006036385893821716, 0.052308764308691025, + -0.05475731939077377, 0.11821085959672928, -0.0536952018737793, -0.01597396470606327, + -0.05268914997577667, -0.025170549750328064, -0.024769628420472145, 0.0469592809677124, + -0.040020350366830826, -0.04227546602487564, -0.06401156634092331, -0.09038403630256653, + -0.03068017028272152, -0.03934825211763382, 0.03322025015950203, 0.026951072737574577, + -0.07491910457611084, -0.058310266584157944, 0.011865517124533653, -0.03973639756441116, + -0.01577557437121868, -0.02908269315958023, -0.013752318918704987, -0.0032985892612487078, + -0.007241870276629925, 0.029891153797507286, -0.05919758230447769, 0.0386662632226944, + 0.033881332725286484, 0.030086036771535873, -0.0042097787372767925, -0.012037532404065132, + 0.07375399768352509, 0.015097633004188538, -0.01605595089495182, 0.0755365863442421, + 0.04258505627512932, 0.016605373471975327, 0.014605131931602955, 0.0414678156375885, + -0.023000486195087433, -0.03280118107795715, 0.0576426237821579, 0.003884505946189165, + -0.11009547859430313, 0.050179656594991684, 0.006410152185708284, -0.003320016898214817, + 0.04330367594957352, -0.024749821051955223, -0.09340616315603256, -0.003395756473764777, + 0.053686026483774185, 0.050914216786623, 0.02410862222313881, 0.019405338913202286, + 0.038388218730688095, -0.004332579672336578, -0.036328576505184174, -0.021217860281467438, + 0.016412189230322838, 0.060481905937194824, 0.000849366479087621, 0.027767308056354523, + 0.06733976304531097, 0.0826561227440834, 0.06747157126665115, -0.0243932344019413, 0.020850040018558502, + -0.00387183646671474, 0.01044279895722866, -0.026778243482112885, -0.004075204022228718, + -0.0016809761291369796, -0.03288160637021065, 0.009949265979230404, -0.017702199518680573, + 0.08011496067047119, -0.03342306986451149, -0.0125363077968359, 0.06439472734928131, + -0.02150104194879532, 0.04944579303264618, 0.07005632668733597, 0.037737887352705, + -0.011344115249812603, -0.045519981533288956, 0.03785505145788193, 0.005255681928247213, + 0.04162783920764923, -0.041907768696546555, 0.026603393256664276, 0.002772078150883317, + -0.07102374732494354, 0.028119683265686035, -0.01957605592906475, -0.02682502195239067, + -0.04372785985469818, -0.017161577939987183, -0.04399648308753967, -0.028424130752682686, + -0.009099610149860382, -0.0041017378680408, -0.018662814050912857, 0.14611180126667023, + -0.021669786423444748, 0.10415227711200714, 0.013066147454082966, 0.015599717386066914, + 0.06015976145863533, 0.004736247472465038, 0.056340303272008896, 0.013508141972124577, + 0.020442884415388107, -0.01043242122977972, -0.13287270069122314, 0.00439874455332756, + -0.010941645130515099, -0.04406390339136124, -0.04154663532972336, 0.06822755932807922, + -0.08466427028179169, -0.04058339446783066, -0.022717295214533806, -0.020726872608065605, + -0.08207881450653076, -0.024123528972268105, -0.07179690152406693, -0.03366962447762489, + 0.048708006739616394, 0.00835058931261301, -0.06894181668758392, -0.021817142143845558, + 0.03875237703323364, 0.01698368228971958, -0.018393054604530334, -0.0558154433965683, + 0.0633791983127594, 0.01630517654120922, 0.030430449172854424, 0.049807436764240265, + 0.04221342131495476, 0.0507439449429512, -0.0073764510452747345, -0.04443627968430519, + -0.05462486296892166, 0.0916997417807579, -0.0007194596109911799, -0.06568865478038788, + -0.006114680785685778, 0.010849413461983204, -0.00257829949259758, 0.06256432831287384, + 0.0327804870903492, 0.02298548072576523, 0.09746026992797852, -0.07867799699306488, + -0.03551977127790451, 0.01735801063477993, 0.004770306404680014, 0.10202546417713165, + -0.03652789071202278, 0.0771774873137474, -0.027834368869662285, 0.010821852833032608, + 0.029874617233872414, 0.06407351046800613, 0.02038193680346012, 0.07667689770460129, + 0.019959790632128716, -0.021190540865063667, 0.08851419389247894, 0.011613825336098671, + -0.01973417028784752, -0.08326708525419235, -0.05707506835460663, -0.0016265077283605933, + 0.056758783757686615, -0.03222934529185295, -0.007941819727420807, -0.07658842951059341, + -0.097808837890625, -0.03226592391729355, -0.020921338349580765, -0.048662055283784866, + 0.07704415172338486, 0.05777757614850998, 0.008166690357029438, 0.004627566784620285, + -0.0062426356598734856, 0.01013202778995037, 0.04009997472167015, 0.1261727213859558, + -0.06808003038167953, -0.08413680642843246, -0.0708547830581665, 0.04106543958187103, + 0.07018695026636124, -0.06641006469726562, 0.004367826506495476, -0.014993361197412014, + 0.08435916155576706, -0.003650793805718422, -0.009719311259686947, 0.05205186828970909, + -0.10022652894258499, -0.005202515050768852, -0.03183494508266449, -0.04812021553516388, + -0.03211453557014465, 0.03581220656633377, -0.001863270066678524, -0.036992061883211136, + -0.058499280363321304, 0.15015223622322083, -0.0681622326374054, 0.03530516102910042, + 0.06024720519781113, -0.05400728061795235, 0.035471946001052856, -0.002210612641647458, + 0.02414136566221714, 0.05467129126191139, -0.0766356959939003, 0.03456025943160057, + -0.01095944456756115, -0.07249484211206436, 0.0602351538836956, -0.06605687737464905, + -0.035841431468725204, -0.0847909227013588, -0.0068532307632267475, 0.01738152466714382, + -0.08531355857849121, -0.002908953931182623, -0.003794717835262418, 0.05373173952102661, + 0.025284409523010254, -0.07349483668804169, -0.05472368746995926, 0.0019308601040393114, + 0.06602773815393448, 0.01233807485550642, -0.05080479010939598, -0.04176028072834015, + 0.0328923724591732, 0.018514638766646385, 0.05170193314552307, -0.03819911181926727, + 0.01885981485247612, 0.0003241146041546017, 0.013197336345911026, 0.015865672379732132, + 0.028099237009882927, -0.07245757430791855 + ], + [ + 0.04348770156502724, 0.011073880828917027, 0.06493012607097626, 0.016649700701236725, + -0.00010254461813019589, -0.0005169885116629303, 0.0007625861326232553, 0.014853578992187977, + 0.06473023444414139, 0.01676011085510254, -0.049037422984838486, 0.004830736201256514, + 0.007902856916189194, 0.08123087882995605, 0.046544745564460754, 0.007136661559343338, + -0.010913573205471039, -0.04170159623026848, 0.057351503521203995, 0.05454728752374649, + 0.05081048980355263, -0.07491224259138107, -0.06794630736112595, -0.1141422912478447, + 0.04951471462845802, 0.09511889517307281, 0.01713232509791851, 0.015229196287691593, + -0.01419009268283844, 0.09371237456798553, -0.02640722505748272, 0.007521940395236015, + -0.04807894676923752, 0.04215189442038536, 0.081857830286026, -0.003284487873315811, + -0.002636523451656103, -0.012383398599922657, -0.05437181144952774, 0.012638761661946774, + 0.00763334846124053, 0.035158928483724594, 0.09079592674970627, 0.06114731729030609, + 0.04051479324698448, 0.13486826419830322, 0.06221596896648407, 0.04089217633008957, 0.06885635852813721, + -0.05422554910182953, 0.004858159925788641, -0.030072927474975586, -0.10588844865560532, + 0.015431035310029984, 0.009100036695599556, 0.04530324041843414, -0.07911217957735062, + -0.03320424258708954, 0.03395219147205353, -0.04695342108607292, 0.039417605847120285, + 0.030801968649029732, -0.06092554330825806, -0.025631455704569817, 0.1035362258553505, + -0.02664295583963394, -0.06467168778181076, 0.02578049898147583, -0.031277116388082504, + -0.020467545837163925, 0.020086346194148064, 0.009979902766644955, 0.013857889920473099, + -0.06490948051214218, 0.02523348294198513, 0.027755331248044968, 0.14719456434249878, + 0.01952655240893364, 0.017354346811771393, 0.04942449927330017, 0.015627212822437286, + -0.042205531150102615, -0.033770013600587845, -0.03320922702550888, 0.0591878667473793, + -0.024510907009243965, 0.11055491864681244, 0.0017908832523971796, -0.003589047584682703, + 0.03544669970870018, 0.1107926145195961, 0.08593637496232986, -0.06562075763940811, + 0.019531099125742912, -0.09416993707418442, -0.06702474504709244, -0.04763523489236832, + 0.1327058970928192, 0.018720122054219246, 0.0019465858349576592, 0.09621556848287582, + -0.035545919090509415, 0.07862667739391327, -0.06133250892162323, -0.0120447538793087, + 0.0480387806892395, -0.035126399248838425, 0.07174401730298996, -0.014082700945436954, + -0.05483631789684296, -0.024638714268803596, -0.08805828541517258, 0.1562240570783615, + -0.020452817901968956, -0.05175716429948807, 0.06834286451339722, -0.019840478897094727, + -0.0062122950330376625, 0.05914384499192238, 0.012579724192619324, 0.05870310217142105, + -0.022815348580479622, -0.07147188484668732, -0.038264259696006775, -0.049189493060112, + -0.01470306608825922, -0.0689537301659584, 0.03544556349515915, 0.003652256214991212, + 0.03310080245137215, 0.04735173285007477, -0.07406885176897049, 0.04720111936330795, + -0.12469170242547989, -0.010370801202952862, -0.09573958069086075, 0.02635454759001732, + 0.040877360850572586, -0.05709219351410866, -0.03656125068664551, -0.07019567489624023, + -0.003246959066018462, 0.03921825811266899, -0.02230611816048622, 0.03464825451374054, + -0.03806586563587189, -0.012885370291769505, 0.040327705442905426, -0.023821638897061348, + -0.025564847514033318, -0.04219375178217888, -0.056691206991672516, -0.03882311284542084, + 0.02686438336968422, -0.010922538116574287, 0.014145616441965103, 0.06950501352548599, + -0.05570012703537941, 0.08100155740976334, -0.0099532101303339, 0.025457482784986496, + -0.018360957503318787, -0.06168973073363304, -0.01679280400276184, 0.08475404977798462, + -0.009426089003682137, -0.051793139427900314, -0.046185120940208435, 0.012346125207841396, + 0.06512988358736038, 0.03972379118204117, 0.12147918343544006, -0.017048345878720284, + 0.002555079059675336, 0.045122791081666946, -0.02618984505534172, 0.00841702613979578, + -0.019877392798662186, 0.02390475943684578, -0.06385818123817444, 0.024213416501879692, + 0.08291912823915482, 0.0029397865291684866, 0.09026055037975311, 0.056871265172958374, + 0.012320423498749733, -0.0072409226559102535, -0.048005975782871246, -0.0745910108089447, + -0.0896974727511406, 0.04486561939120293, -0.07744321972131729, 0.099061980843544, 0.019607005640864372, + -0.030796678736805916, 0.008356303907930851, -0.08494743704795837, -0.0640723928809166, + 0.007719550747424364, -0.07523193955421448, 0.09441349655389786, -0.026242272928357124, + -0.013327873311936855, -0.07876823842525482, -0.06517867743968964, -0.042064934968948364, + -0.032752491533756256, -0.02515372261404991, 0.010020064190030098, -0.016664724797010422, + -0.012666437774896622, 0.05636601522564888, 0.05853714421391487, -0.010865976102650166, + -0.08682828396558762, -0.037876565009355545, -0.08469954133033752, -0.0029719555750489235, + -0.0895935446023941, 0.03826659545302391, 0.052486222237348557, 0.01682358607649803, + 0.05700921267271042, -0.04386279359459877, -0.06327588856220245, -0.024370484054088593, + -0.08783586323261261, 0.10344444960355759, 0.002830053912475705, 0.01668866164982319, + 0.07693648338317871, 0.015310516580939293, 0.061157532036304474, 0.034607186913490295, + 0.01564791426062584, -0.013144608587026596, 0.004841334652155638, 0.04401145502924919, + -0.06685073673725128, 0.055629607290029526, 0.04030381888151169, -0.0025406978093087673, + -0.02635582536458969, 0.03598519042134285, -0.08350922167301178, 0.014173381961882114, + -0.0066987560130655766, -0.0449732206761837, -0.1231585219502449, 0.04319651052355766, + -0.021661337465047836, -0.03637208417057991, -0.07212382555007935, -0.02234811894595623, + -0.030290929600596428, -0.042216185480356216, -0.053438954055309296, -0.00218175258487463, + -0.003464775625616312, 0.06331529468297958, -0.03143864497542381, -0.017297009006142616, + -0.04738856106996536, 0.05346843600273132, 0.0008461617399007082, -0.007161902729421854, + 0.07658574730157852, -0.03117925301194191, 0.03833526000380516, 0.03615029156208038, + 0.12235992401838303, 0.029690952971577644, 0.050046101212501526, 0.005881801713258028, + 0.009830180555582047, 0.000999852200038731, -0.03831682354211807, 0.059027593582868576, + 0.04769127443432808, 0.10537533462047577, 0.07226788252592087, -0.00832931324839592, + -0.043748702853918076, 0.014550404623150826, -0.02774612046778202, 0.006702043581753969, + 0.006459678523242474, -0.04871482774615288, 0.10398080945014954, 0.06741060316562653, + 0.04279530420899391, 0.030577870085835457, 0.02026757411658764, -0.03358599916100502, + 0.029450949281454086, 0.08164096623659134, 0.04843296855688095, 0.037498459219932556, + -0.07148624956607819, 0.06536634266376495, 0.13402409851551056, 0.04811917617917061, + -0.042782191187143326, 0.04231102764606476, -0.1458185315132141, 0.006437714211642742, + -0.06469222158193588, -0.005554857663810253, -0.03916918486356735, 0.02304748073220253, + -0.053468260914087296, -0.08362457901239395, -0.02156362123787403, -0.04301751032471657, + 0.02954600378870964, 0.032200828194618225, 0.05336596071720123, -0.04396738111972809, + 0.09233979135751724, -0.043064817786216736, -0.021766768768429756, 0.06006179004907608, + -0.00039908086182549596, -0.07938261330127716, -0.0030486322939395905, 0.03118395432829857, + 0.08513687551021576, 0.001151659176684916, 0.023720061406493187, 0.004396879579871893, + 0.04890602082014084, -0.001160389045253396, -0.08305047452449799, -0.00030613597482442856, + -0.03856484964489937, 0.04077146202325821, 0.014549000188708305, 0.03537094593048096, + -0.019651491194963455, 0.013780089095234871, -0.09927365928888321, 0.026820257306098938, + 0.027239186689257622, 0.12641754746437073, -0.06988664716482162, -0.0013525328831747174, + 0.08781450241804123, 0.0780208632349968, -0.014320001937448978, -0.044595472514629364, + 0.038418836891651154, 0.05058358237147331, -0.012776981107890606, 0.02975870855152607, + -0.02852177806198597, -0.021960852667689323, -0.004529427736997604, 0.017591755837202072, + 0.051848847419023514, 0.002753322245553136, -0.06588765233755112, 0.009952391497790813, + -0.10878565162420273, -0.04592876881361008, -0.02304922416806221, 0.038522716611623764, + 0.0901622548699379, 0.004549999721348286, -0.03365128114819527, 0.028634658083319664, + 0.08084499090909958, -0.05219336971640587, -0.0493638776242733, -0.0003960133180953562, + 0.05202876403927803, -0.021011510863900185, 0.04938383772969246, -0.006064222194254398, + 0.06600981205701828, 0.06593237072229385, -0.04313668981194496, -0.030343646183609962, + -0.024886272847652435, -0.02034180611371994 + ], + [ + -0.020139535889029503, -0.059321410953998566, -0.06072752922773361, -0.009234261699020863, + -0.08192437142133713, -0.014323943294584751, 0.028435589745640755, -0.04401840269565582, + 0.018084844574332237, -0.01326611079275608, -0.04453486204147339, -0.04337712749838829, + 0.07732543349266052, 0.09955702722072601, 0.0697215348482132, -0.08425818383693695, + -0.007433615159243345, -0.07336107641458511, 0.11009298264980316, 0.03335221856832504, + -0.017733430489897728, -0.006474204361438751, -0.016644243150949478, -0.08600906282663345, + 0.10838908702135086, -0.0146400211378932, -0.006010266020894051, 0.04212995246052742, + 0.0017033462645485997, 0.08216969668865204, -0.0707126334309578, -0.029491078108549118, + 0.0315726101398468, 0.07177969068288803, -0.03312942013144493, -0.026504140347242355, + -0.014533882029354572, 0.003612839849665761, 0.02565748803317547, -0.048491377383470535, + 0.07674660533666611, -0.02903268299996853, 0.08923518657684326, 0.07014022022485733, + 0.029088027775287628, 0.11868312954902649, -0.053360071033239365, 0.02717744931578636, + 0.05167635902762413, 0.012318436056375504, -0.02195277437567711, 0.09232018142938614, + 0.007326863240450621, 0.032141171395778656, -0.025854146108031273, 0.07528215646743774, + 0.016059035435318947, -0.008123012259602547, 0.07494127005338669, 0.05444033071398735, + 0.063773512840271, 0.04203050583600998, 0.023059308528900146, 0.015101861208677292, 0.03609504550695419, + 0.004511622712016106, -0.05908776819705963, 0.0029175232630223036, 0.08627694100141525, + -0.10320762544870377, 0.02673630602657795, 0.04479185491800308, -0.049902066588401794, + -0.08615383505821228, 0.013980298303067684, 0.02272341586649418, 0.018930550664663315, + -0.03485772758722305, -0.019969014450907707, -0.018987787887454033, -0.06697877496480942, + 0.045272745192050934, -0.04250664636492729, 0.04203009232878685, 0.05445503816008568, + -0.028529632836580276, 0.011975658126175404, 0.010963008739054203, -0.10126180201768875, + 0.03881673887372017, 0.005690167658030987, -0.044186972081661224, -0.10027491301298141, + 0.03908470645546913, -0.02055274322628975, -0.01836828887462616, 0.08494113385677338, + 0.027476221323013306, -0.0036835598293691874, 0.04559941962361336, -0.0006467382772825658, + -0.030236560851335526, 0.1367848664522171, -0.07949723303318024, 0.007269981317222118, + 0.017022639513015747, -0.03115048073232174, 0.07500706613063812, 0.028505241498351097, + -0.11071242392063141, 0.040588632225990295, -0.021755479276180267, 0.06784527003765106, + 0.04254474863409996, -0.011850794777274132, 0.0621819868683815, 0.07520433515310287, + -0.10375367850065231, -0.0017951189074665308, 0.014825991354882717, -0.04783005639910698, + -0.022719677537679672, -0.026844631880521774, 0.060656625777482986, 0.011268907226622105, + 0.042535897344350815, 0.03273151442408562, -0.045740291476249695, 0.05039862543344498, + -0.0244212057441473, -0.0035572024062275887, 0.010395391844213009, 0.04023183509707451, + -0.04200484976172447, -0.008078630082309246, 0.003857682691887021, -0.03249846771359444, + -0.06966381520032883, -0.01602611504495144, 0.0016060479683801532, -0.010402020998299122, + 0.013815518468618393, 0.02090809866786003, -0.01532427966594696, 0.02407653257250786, + 0.033133961260318756, -0.03161110356450081, 0.05383417755365372, -0.07332213968038559, + -0.04147560894489288, 0.012297797948122025, 0.04433920234441757, 0.03800018131732941, + 0.0006896129925735295, 0.07445301115512848, -0.0371205098927021, 0.02367769181728363, + -0.08839448541402817, -0.01669582538306713, 0.09524496644735336, 0.018505409359931946, + -0.006362777203321457, 0.016157828271389008, -0.008128874003887177, 0.08935461938381195, + -0.008985055610537529, -0.03903035447001457, -0.050180140882730484, 0.06044366955757141, + -0.015004401095211506, 0.07106655836105347, -0.008961780928075314, -0.03215731307864189, + -0.0056013260036706924, 0.008253710344433784, 0.006017042323946953, 0.042798254638910294, + 0.0005005078273825347, -0.0012939375592395663, -0.03359066694974899, -0.011654318310320377, + 0.0533863790333271, 0.06642532348632812, 0.02673092670738697, 0.043096255511045456, + -0.08756809681653976, 0.01707194373011589, -0.04963253065943718, -0.05880686640739441, + -0.05540509894490242, 0.08352479338645935, 0.038167841732501984, 0.00276571256108582, + 0.005422308575361967, 0.025520851835608482, 0.061728499829769135, 0.0717063844203949, + 0.052073415368795395, 0.12112870812416077, -0.06140586733818054, 0.037022750824689865, + -0.0770067647099495, -0.0009054123074747622, 0.08821717649698257, -0.06502878665924072, + -0.02546006441116333, -0.01731610670685768, 0.08752918243408203, -0.04593677818775177, + 0.026218827813863754, -0.1380774974822998, 0.021940357983112335, 0.05807945504784584, + 0.06012836843729019, 0.05804136022925377, -0.0070646037347614765, 0.01104709506034851, + -0.08049876242876053, -0.04670373722910881, 0.017280183732509613, -0.0010557229397818446, + -0.014082727953791618, 0.028590191155672073, 0.015853047370910645, -0.08815646916627884, + 0.006962780375033617, 0.024643830955028534, 0.025559544563293457, -0.06449989229440689, + -0.07009419053792953, 0.03640744462609291, 0.001881687087006867, 0.0027603344060480595, + 0.1704915314912796, 0.019840428605675697, -0.04985697567462921, -0.02994614839553833, + -0.05631886050105095, -0.011090917512774467, 0.02212279476225376, 0.0247231163084507, + -0.02882537432014942, 0.026079367846250534, 0.024965602904558182, -0.045277662575244904, + 0.011905777268111706, -0.022888436913490295, 0.007447465322911739, 0.05153006687760353, + 0.08688060194253922, -0.022399991750717163, 0.0247611366212368, 0.002638847567141056, + -0.00832268688827753, -0.06706905364990234, -0.02761085145175457, -0.063562773168087, + 0.008161963894963264, 0.04657234996557236, 0.019509879872202873, 0.008812843821942806, + -0.022876914590597153, -0.0063188509084284306, 0.040334660559892654, -0.006368786096572876, + -0.089698426425457, 0.05039757862687111, 0.035002101212739944, 0.008503502234816551, + -0.03661801293492317, 0.08004675805568695, 0.1126512959599495, -0.09890352189540863, + 0.0015838054241612554, -0.05619276687502861, -0.04049248620867729, 0.004250030033290386, + -0.04415925219655037, -0.017899544909596443, 0.023157261312007904, -0.05384005233645439, + 0.0696001946926117, 0.02485533244907856, 0.015264027751982212, -0.004316030070185661, + 0.010840214788913727, 0.013005206361413002, -0.044041164219379425, 0.04540277644991875, + 0.006664056330919266, 0.07173297554254532, 0.011785591952502728, -0.011321132071316242, + -0.10356824100017548, 0.04769815132021904, -0.04973890632390976, 0.10999795794487, 0.02817007154226303, + 0.030720610171556473, 0.04530084505677223, 0.0826677605509758, 0.007229364011436701, + -0.0001861500641098246, -0.04183828458189964, -0.06933566182851791, -0.04567369818687439, + 0.015945762395858765, -0.0002724036166910082, -0.10672610253095627, 0.004143669735640287, + 0.006787190213799477, 0.0033633664716035128, -0.06398332118988037, 0.0030515987891703844, + -0.017547663301229477, 0.06447726488113403, 0.03417420759797096, 0.03722783178091049, + 0.055456023663282394, 0.0348668210208416, -0.02735195681452751, -0.01879975013434887, + 0.012609443627297878, -0.08941806852817535, -0.06262685358524323, 0.0069086505100131035, + 0.01008010283112526, 0.03240858390927315, 0.04460014030337334, 0.009594961069524288, + 0.02759590744972229, -0.019975950941443443, -0.07261203974485397, 0.0056344629265367985, + -0.04913264140486717, 0.006949361879378557, -0.04105054587125778, 0.011264839209616184, + 0.0024901283904910088, 0.022794116288423538, 0.05475803464651108, -0.00905073806643486, + -0.012214423157274723, 0.0964103639125824, 0.006966288201510906, -0.03264818340539932, + 0.08273234963417053, -0.01643288880586624, -0.046709466725587845, 0.021049022674560547, + 0.030710572376847267, 0.02293548919260502, 0.04603908583521843, 0.11164822429418564, + 0.017439953982830048, -0.10178267955780029, 0.05753540247678757, -0.07067686319351196, + 0.018975645303726196, -0.05048209801316261, 0.09527883678674698, -0.05312905088067055, + -0.07568324357271194, 0.00012095719284843653, -0.03465762361884117, 0.08009519428014755, + 0.012691453099250793, 0.01041763462126255, -0.026663264259696007, -0.034522924572229385, + -0.05625369772315025, -0.006077269092202187, 0.0166481863707304, -0.10388654470443726, + -0.0411112979054451, -0.008428437635302544, 0.04587681591510773, -0.05845572054386139, + 0.10824229568243027, -0.0531613714993, -0.012040936388075352, 0.02913428470492363, 0.02174409106373787, + -0.029016369953751564 + ], + [ + 0.0397292897105217, 0.0306008942425251, -0.033162523061037064, 0.009270456619560719, + -0.010183573700487614, 0.029874330386519432, 0.024477779865264893, 0.03193269297480583, + 0.06989752501249313, 0.023232536390423775, -0.03295725956559181, 0.00659985700622201, + -0.03687597066164017, 0.04403633624315262, 0.041942887008190155, 0.00586407445371151, + -0.03376598656177521, -0.0276131983846426, 0.09289541095495224, -0.06021691486239433, + 0.09804484248161316, 0.08226971328258514, 0.03691766411066055, -0.0066522047854959965, + 0.04605954885482788, 0.04589005559682846, -0.023026132956147194, -0.04386691749095917, + 0.032891128212213516, -0.01905583031475544, -0.05129702761769295, -0.05561904236674309, + -0.01573258452117443, 0.052857883274555206, 0.03791087865829468, 0.08890587091445923, + -0.022989461198449135, -0.07042046636343002, -0.016090724617242813, -0.01655772514641285, + 0.03434176370501518, 0.07107840478420258, -0.03126145526766777, 0.04549496993422508, + -0.019285554066300392, 0.04858129844069481, 0.03239709883928299, 0.009908020496368408, + -0.024730859324336052, 0.04945169389247894, 0.03499292582273483, 0.03579209744930267, + -0.09215377271175385, -0.020765818655490875, 0.02196723036468029, 0.03930557891726494, + 0.023796554654836655, 0.030103154480457306, 0.042012590914964676, -0.006340361200273037, + 0.004907584749162197, 0.027356773614883423, -0.02794034220278263, 0.0254850871860981, + 0.0023052238393574953, 0.039535149931907654, -0.0307890884578228, 0.0570366308093071, + 0.008687935769557953, -0.10023526847362518, -0.01092720776796341, 0.024403825402259827, + 0.021321633830666542, 0.0013206414878368378, -0.027103601023554802, 0.013398443348705769, + 0.10094138979911804, 0.013249208219349384, -0.012850050814449787, 0.07010232657194138, + -0.053794845938682556, 0.014987658709287643, -0.02761121839284897, 0.05050016939640045, + 0.01603364758193493, 0.04403865709900856, 0.050904057919979095, -0.05307414010167122, + -0.04327443987131119, 0.08015825599431992, 0.01374058984220028, -0.020882656797766685, + 0.03205447271466255, 0.0400996208190918, -0.060725223273038864, -0.030818087980151176, + 0.0003468882932793349, 0.023079726845026016, 0.02474006451666355, 0.06531240791082382, + 0.061283010989427567, 0.03460526838898659, -0.05479332059621811, -0.008340626023709774, + -0.06995148211717606, 0.008393805474042892, -0.003280272474512458, -0.0018343573901802301, + 0.010322782211005688, -0.059155240654945374, -0.029138293117284775, -0.050094421952962875, + 0.04605920985341072, -0.03451559320092201, 0.013995164074003696, -0.02405666373670101, + -0.06091656908392906, 0.02448546327650547, 0.004246738273650408, -0.0029095513746142387, + -0.04534429311752319, -0.06211012601852417, -0.050176795572042465, 0.011934427544474602, + -0.0331689789891243, -0.0021751972381025553, -0.0809776708483696, 0.03906039893627167, + 0.024617772549390793, -0.02817998267710209, -0.01129285991191864, -0.02710726298391819, + 0.004034044686704874, -0.04134341701865196, 0.021025771275162697, -0.04060443863272667, + -0.014321642927825451, 0.033230334520339966, -0.04400622844696045, -0.0099620521068573, + -0.08351937681436539, -0.09761174768209457, -0.009897910989820957, -0.05092572793364525, + -0.02243877947330475, 0.06071608141064644, -0.06537523865699768, -0.00035585270961746573, + -0.03977704048156738, 0.007319562137126923, -0.006841360125690699, 0.07279753684997559, + 0.048482537269592285, -0.03532377630472183, 0.05465175583958626, -0.0372394397854805, + 0.06906848400831223, 0.038798585534095764, -0.021798063069581985, -0.018670715391635895, + -0.045142706483602524, 0.003383105853572488, 0.029582181945443153, 0.05003853514790535, + 0.03668226674199104, -0.012281897477805614, -0.005908796563744545, 0.0032129206229001284, + 0.04009043425321579, 0.02386634238064289, -0.05911264941096306, -0.00758396415039897, + -0.049942098557949066, -0.07755657285451889, -0.017662104219198227, 0.01297177653759718, + -0.040344417095184326, 0.03751857206225395, -0.04903136566281319, -0.06102537363767624, + 0.0395432785153389, 0.046305544674396515, -0.030460253357887268, 0.04567468911409378, + 0.041865862905979156, 0.06509274989366531, 0.012988566420972347, -0.02331441454589367, + -0.03365953639149666, -0.0022370179649442434, 0.046201564371585846, 0.06767730414867401, + 0.056847408413887024, 0.08067122846841812, -0.014452978037297726, 0.049100350588560104, + -0.024291887879371643, -0.02240816503763199, -0.011146383360028267, -0.005004510283470154, + -0.013643154874444008, -0.020673638209700584, 0.014304415322840214, -0.0610017403960228, + -0.096633680164814, -0.06881902366876602, -0.06434962898492813, -0.03247026726603508, + -0.05605953559279442, 0.05300235375761986, 0.035971738398075104, -0.02263832464814186, + -0.0604839064180851, 0.02865288406610489, -0.023165840655565262, 0.0460594967007637, + -0.024245962500572205, -0.04662945866584778, -0.04051521420478821, -0.019031645730137825, + 0.028573688119649887, -0.06596500426530838, 0.003834356786683202, -0.019751017913222313, + 0.037387486547231674, -0.06269459426403046, -0.07454244047403336, 0.05663413181900978, + 0.04458428546786308, -0.06542880833148956, -0.029929278418421745, -0.017021775245666504, + -0.024732468649744987, 0.06595081090927124, 0.02240781858563423, 0.05362400412559509, + -0.011079028248786926, 0.06115002557635307, -0.06769672781229019, 0.029217543080449104, + -0.012805677019059658, 0.0005352512816898525, 0.085267573595047, 0.009689642116427422, + -0.006368044298142195, 0.07285171747207642, 0.018623873591423035, 0.02927461825311184, + 0.034776464104652405, -0.008899331092834473, -0.06641483306884766, -0.07695722579956055, + -0.007501915097236633, 0.029284538701176643, -0.0484098419547081, -0.09131386131048203, + -0.08435913920402527, 0.047427691519260406, -0.016365038231015205, 0.08028119057416916, + -0.00710639264434576, -0.036914095282554626, -0.012872396968305111, 0.03785034641623497, + 0.04124075174331665, -0.002715018577873707, 0.058548323810100555, 0.02055106870830059, + -0.026363929733633995, 0.023709766566753387, 0.06598029285669327, 0.09751676768064499, + -0.07066580653190613, 0.08102773874998093, -0.018023155629634857, 0.004985189530998468, + 0.0024948001373559237, -0.06803462654352188, 0.01107361912727356, 0.051376331597566605, + 0.04589284956455231, 0.07590726763010025, -0.04626113921403885, 0.019354095682501793, + -0.003322586650028825, -0.0628858208656311, 0.032657213509082794, 0.04699172452092171, + 0.01719171740114689, 0.0703670084476471, -0.049178238958120346, 0.08339344710111618, + -0.045098163187503815, -0.06336283683776855, 0.0006777943926863372, 0.05710997432470322, + -0.028756391257047653, 0.009072505868971348, -0.08362092822790146, 0.00424483185634017, + 0.007207585033029318, 0.04259456321597099, -0.01433358434587717, -6.579325417988002e-5, + -0.032997678965330124, 0.03222649544477463, -0.025208819657564163, 0.018206600099802017, + 0.007203254848718643, 0.03352374956011772, 0.003113719867542386, -0.08717278391122818, + -0.03697808459401131, -0.020058035850524902, -0.03717798367142677, 0.0574672631919384, + 0.06723875552415848, -0.013506544753909111, -0.03111565113067627, -0.006000705063343048, + -0.036376841366291046, 0.04215872287750244, -0.04376166686415672, -0.09410219639539719, + 0.029336659237742424, -0.03165316954255104, -0.033060222864151, -0.013128151185810566, + 0.08152786642313004, 0.05400697514414787, -0.018655553460121155, -0.01501997746527195, + -0.07655268907546997, 0.05867944285273552, -0.07051000744104385, -0.01804935932159424, + -0.04390930011868477, 0.08141374588012695, -0.0012419369304552674, 0.020295944064855576, + -0.008604006841778755, -0.06530005484819412, 0.041447967290878296, -0.005546487867832184, + -0.07395336031913757, 0.0009515610290691257, 0.07998780161142349, 0.019954951480031013, + -0.007380275521427393, 0.001780574326403439, 0.014504829421639442, 0.06660093367099762, + 0.005419565364718437, -0.012960081920027733, -0.044707171618938446, 0.023951247334480286, + -0.004429510794579983, 0.033756304532289505, 0.01607484370470047, -0.0201204065233469, + -0.04552889242768288, 0.08078315854072571, -0.06285595148801804, -0.028562186285853386, + 0.06818687915802002, 0.09341063350439072, 0.04670645296573639, 0.041767388582229614, + -0.025747230276465416, -0.032628998160362244, -0.017718838527798653, 0.03825243562459946, + -0.029568137601017952, -0.032071854919195175, -0.021514970809221268, 0.035308871418237686, + 0.03427964448928833, -0.021129636093974113, 0.043864406645298004, 0.022999929264187813, + -0.04977773502469063, 0.01574431173503399, 0.013456805609166622, 0.014136124402284622 + ], + [ + 0.00011760961206164211, -0.04058759659528732, -0.0039468007162213326, 0.015482703223824501, + 0.034453071653842926, -0.06476929038763046, 0.01896473579108715, 0.0737689808011055, + 0.013343420810997486, -0.007292765658348799, 0.04864885285496712, -0.006794225890189409, + 0.0022690584883093834, -0.05450724437832832, -0.05383120849728584, 0.03337008133530617, + 0.04734620079398155, 0.021701019257307053, -0.06454899907112122, 0.030901750549674034, + -0.00927550345659256, -0.06061278656125069, -0.0793948769569397, 0.04791659489274025, + -0.019169503822922707, 0.007991362363100052, 0.021726852282881737, 0.04644995927810669, + -0.0827922523021698, 0.0025264585856348276, -0.014487373642623425, 0.07513317465782166, + 0.017411042004823685, -0.030034922063350677, 0.04749467968940735, -0.0009233505115844309, + -0.041792307049036026, 0.020123742520809174, 0.07851389050483704, 0.035403866320848465, + -0.007908891886472702, -0.07523269206285477, 0.011645614169538021, 0.07859578728675842, + 0.022931396961212158, -0.021403638646006584, -0.06829478591680527, -0.06483600288629532, + 0.02114359848201275, 0.02075148932635784, -0.025430889800190926, -0.016116401180624962, + 0.02650821954011917, -0.026249321177601814, -0.04384174570441246, -0.05196538195014, + -0.034028567373752594, -0.01786002889275551, -0.008862819522619247, 0.03626386448740959, + 0.005105170421302319, 0.055580779910087585, 0.05227203294634819, 0.01083582453429699, + 0.028770355507731438, -0.007247876841574907, -0.009991203434765339, -0.056150760501623154, + -0.004751847591251135, 0.04204132780432701, -0.032638031989336014, -0.013794859871268272, + -0.05018193647265434, 0.028525512665510178, -0.06122275069355965, 0.032305240631103516, + -0.09591026604175568, -0.039917416870594025, 0.03781747445464134, -0.01388006191700697, + 0.0251579862087965, 0.032112326472997665, 0.01010544877499342, 0.03067655675113201, 0.07531631737947464, + -0.02155635505914688, -0.03606594353914261, 0.015445188619196415, 0.0842152014374733, + -0.008934533223509789, 0.022601116448640823, -0.005052193999290466, 0.05602797493338585, + 0.0053214444778859615, 0.054354533553123474, 0.01940241828560829, 0.05971871316432953, + 0.027603909373283386, -0.05406341701745987, 0.08633774518966675, -0.022433562204241753, + -0.01241657417267561, 0.043202273547649384, -0.019336238503456116, 0.02642153389751911, + -0.08871125429868698, -0.03126576542854309, 0.0336407870054245, 0.002148058032616973, + -0.04563227668404579, -0.09007056802511215, 0.08320000022649765, -0.009635355323553085, + -0.0248955637216568, 0.06452571600675583, 0.007082426454871893, 0.0440063551068306, 0.03620121628046036, + 0.009175064042210579, 0.03153660520911217, 0.006420059595257044, 0.09624950587749481, + 0.03042685054242611, -0.01606138050556183, -0.021621234714984894, -0.07616902142763138, + 0.013739561662077904, 0.029917757958173752, -0.040256526321172714, 0.026963651180267334, + 0.05742623284459114, 0.01884480193257332, 0.006296465639024973, 0.034933462738990784, + -0.10957807302474976, -0.015007524751126766, -0.08842887729406357, -0.021392755210399628, + -0.022633817046880722, -7.659890252398327e-5, 0.035700973123311996, 0.054716192185878754, + -0.06053728237748146, -0.02029687911272049, -0.023802246898412704, -0.0010078508639708161, + 0.05495935305953026, -0.10592733323574066, 0.05202266946434975, 0.008423925377428532, + -0.08804033696651459, -0.03571296110749245, -0.115499347448349, 0.06876152008771896, + -0.0682072564959526, 0.04332037270069122, -0.007123606279492378, 0.05962001532316208, + -0.018516551703214645, -0.058250200003385544, -0.006191879976540804, 0.002732590539380908, + -0.04018283262848854, 0.06628082692623138, -0.035756561905145645, 0.004609052557498217, + 0.016597788780927658, 0.0014510959153994918, -0.05849451944231987, 0.01844043843448162, + 0.00015117447765078396, 0.048383235931396484, 0.03639949485659599, -0.017312342301011086, + -0.056015532463788986, 0.02069205418229103, 0.003885403275489807, 0.018037233501672745, + -0.02296965941786766, 0.004630837123841047, -0.033650971949100494, -0.0812586098909378, + -0.01965356059372425, 0.0006355196819640696, -0.055510375648736954, -0.05678463727235794, + -0.020237674936652184, 0.0674419179558754, 0.02254093624651432, 0.04290085285902023, + -0.02892046794295311, 0.03484891355037689, -0.062301792204380035, -0.007696820423007011, + -0.03408203646540642, -0.005003609228879213, -0.007792601361870766, 0.007507307920604944, + -0.07656656205654144, 0.044468432664871216, 0.008574978448450565, 0.09987916052341461, + -0.04867594689130783, 0.01675594039261341, 0.015330719761550426, 0.04159538820385933, + 0.03160746023058891, -0.056690871715545654, 0.08242160826921463, -0.012370656244456768, + -0.08646867424249649, 0.057441871613264084, 0.07619744539260864, 0.01713784784078598, + 0.009773965924978256, -0.03986092656850815, -0.005902177654206753, 0.0856468454003334, + -0.0359291173517704, -0.06914234161376953, 0.0160952340811491, -0.07802841812372208, + 0.006995813455432653, -0.027198059484362602, -0.01960715465247631, 0.02152154967188835, + -0.048056717962026596, -0.04306045547127724, 0.015529805794358253, 0.0260765478014946, + 0.028165116906166077, -0.031349170953035355, 0.05045546218752861, 0.04355573281645775, + 0.003240052843466401, -0.043439965695142746, 0.048923663794994354, -0.061131127178668976, + 0.1011723205447197, -0.04337337613105774, -0.03318038210272789, 0.058127861469984055, + -0.05547492206096649, 0.059692878276109695, -0.02520778775215149, 0.08580709248781204, + -0.02975269965827465, 0.06546397507190704, 0.03697395324707031, 0.025448903441429138, + 0.07794443517923355, 0.08654138445854187, -0.03650849685072899, -0.013332395814359188, + -0.04598717391490936, -0.0022917219903320074, -0.027654586359858513, -0.08076842874288559, + 0.0003893481916747987, 0.04539850726723671, 0.03579000011086464, -0.015574716031551361, + -0.05811299383640289, 0.008064457215368748, 0.024299653246998787, -0.0642281323671341, + -0.025501945987343788, -0.04392213746905327, -0.05043254420161247, -0.08129934966564178, + 0.022430820390582085, -0.09662261605262756, 0.055036187171936035, -0.02706056460738182, + -0.04356062412261963, -0.07779394090175629, 0.0021629713010042906, 0.07584141939878464, + -0.004491443280130625, -0.03796849772334099, 0.008557837456464767, -0.013350588269531727, + 0.02146017551422119, 0.07309641689062119, -0.0612742081284523, -0.012841165997087955, + -0.025412775576114655, 0.03885514289140701, -0.045516472309827805, -0.006990761961787939, + 0.02413216046988964, 0.0148613341152668, 0.03237612918019295, -0.0410919226706028, 0.013521377928555012, + -0.039194587618112564, 0.005159294232726097, -0.03612929955124855, 0.1092153936624527, + -0.0148558858782053, -0.03903491050004959, 0.019071392714977264, 0.025422925129532814, + 0.013114252127707005, 0.054517146199941635, -0.06649619340896606, -0.030518662184476852, + 0.06041427329182625, -0.03370273485779762, 0.0025084116496145725, -0.03639523684978485, + 0.06494180858135223, 0.039635878056287766, -0.04434937611222267, 0.011177810840308666, + -0.02876243181526661, 0.035414982587099075, 0.0737653598189354, 0.05245441570878029, + -0.021267421543598175, 0.045791346579790115, -0.048838336020708084, 0.0796877071261406, + 0.06660978496074677, 0.018662091344594955, -0.01382911391556263, 0.023648617789149284, + -0.05427221953868866, -0.03748122230172157, -0.013079984113574028, 0.10848885774612427, + -0.054861102253198624, 0.02784019708633423, -0.050519805401563644, 0.05737162008881569, + 0.12827366590499878, 0.0013659221585839987, -0.06215108558535576, 0.006068593822419643, + 0.022940151393413544, -0.036059897392988205, 0.03876060992479324, 0.06725328415632248, + -0.014217467047274113, 0.025746595114469528, 0.027991531416773796, -0.03020409308373928, + 0.009844409301877022, -0.06906726211309433, 0.08614463359117508, -0.03158494830131531, + -0.11479570716619492, -0.06894561648368835, 0.04901493713259697, 0.001004638965241611, + -0.04284242168068886, -0.012336894869804382, 0.06000108644366264, -0.04214756190776825, + 0.05275670811533928, 0.01733764261007309, -0.06149062141776085, 0.025603212416172028, + 0.04669874534010887, -0.004567858763039112, -0.05364106222987175, 0.026954125612974167, + -0.1126796156167984, 0.02161678671836853, -0.041902389377355576, 0.04217754304409027, + -0.03987347334623337, 0.07859961688518524, -0.0014498548116534948, 0.024543896317481995, + -0.012155099771916866, -0.045626189559698105, 0.014420628547668457, -0.07327663153409958, + 0.0035687685012817383, 0.030536942183971405, 0.02195335179567337, -0.015764156356453896, + 0.028461501002311707 + ], + [ + 0.015620777383446693, -0.06686223298311234, 0.01804746873676777, -0.030402878299355507, + -0.03777271509170532, -0.02724621631205082, -0.03416220471262932, -0.05904505029320717, + -0.08718455582857132, -0.01569351926445961, 0.05572737380862236, -0.03713051602244377, + 0.02107327990233898, -0.02196139469742775, -0.04929538443684578, -0.05232619866728783, + -0.0775190144777298, 0.02939068339765072, 0.05786721408367157, 0.04200411215424538, 0.07884524762630463, + -0.05156002193689346, -0.07807224243879318, -0.0036346132401376963, 0.08203849196434021, + 0.029808809980750084, 0.00025457816082052886, 0.02682306617498398, -0.06504080444574356, + 0.01043610367923975, -0.09003980457782745, -0.07725363969802856, 0.008326097391545773, + -0.05183422937989235, 0.06858290731906891, -0.08398184180259705, -0.009282642975449562, + 0.06388793140649796, -0.08549754321575165, 0.05335978791117668, -0.007012347690761089, + -0.012087343260645866, 0.06973493844270706, -0.0022676384542137384, 0.004801996052265167, + 0.05472046881914139, -0.0814133733510971, 0.08748271316289902, 0.06040307506918907, 0.05049516260623932, + 0.0003419373242650181, 0.11379575729370117, 0.04897814616560936, -0.026355156674981117, + -0.0688791573047638, -0.04671703651547432, 0.05465060472488403, -0.04192261025309563, + -0.03271234780550003, 0.0018634663429111242, 0.029233776032924652, 0.08610732108354568, + 0.012743320316076279, -0.0336349718272686, -0.043103933334350586, 0.010010812431573868, + -0.011799875646829605, -0.001929963706061244, -0.0006578114116564393, 0.057256102561950684, + 0.05951828137040138, -0.01072536688297987, 0.09148968011140823, -0.026898730546236038, + -0.03901081159710884, 0.013102920725941658, 0.04677678272128105, 0.058763738721609116, + 0.053200218826532364, 0.10829831659793854, -0.011168018914759159, 0.012832429260015488, + -0.035632964223623276, -0.03667079284787178, -0.034869831055402756, 0.03616327792406082, + -0.061728380620479584, -0.00473568681627512, 0.018622104078531265, -0.06343962252140045, + -0.034418001770973206, 0.08790320158004761, 0.014562072232365608, 0.01807216927409172, + -0.04197711870074272, -0.1084270104765892, 0.04928441718220711, 0.12785428762435913, + -0.025189558044075966, -0.008044627495110035, 0.02045370824635029, -0.056521084159612656, + 0.04230166971683502, 0.05927163362503052, -0.006339035928249359, 0.08654259145259857, + 0.08045803010463715, 0.11179297417402267, -0.04666820913553238, -0.05599597468972206, + 0.0641697496175766, 0.015525171533226967, 0.06765992194414139, 0.004487480968236923, + 0.026696372777223587, 0.11605528742074966, 0.06408614665269852, -0.021053355187177658, + 0.016292361542582512, 0.055587366223335266, -0.03920026868581772, 0.0325576476752758, + 0.015415405854582787, 0.037978172302246094, 0.013623503968119621, -0.06375293433666229, + 0.028794877231121063, -0.017190372571349144, 0.054508864879608154, 0.015210798941552639, + -0.09340307861566544, -0.022645054385066032, 0.028479786589741707, 0.02747887372970581, + 0.007235462311655283, -0.016381429508328438, -0.05856023356318474, -0.06327248364686966, + 0.055424053221940994, -0.01665826328098774, -0.04663558304309845, -0.0332157202064991, + -0.002360449405387044, 0.07397501915693283, 0.06883814930915833, -0.03596876934170723, + -0.03671983629465103, -0.0197198074311018, -0.039865948259830475, -0.058510031551122665, + -0.021382290869951248, -0.048098351806402206, -0.06022901460528374, 0.013936308212578297, + 0.0524221770465374, -0.0468059740960598, 0.059724245220422745, 0.04890970140695572, + -0.03176901489496231, -0.05045274645090103, 0.03226809948682785, -0.04574661701917648, + -0.13540378212928772, -0.020857783034443855, 0.0762220248579979, 0.010090964846313, -0.0890478640794754, + 0.02718411199748516, 0.06725681573152542, 0.10301607102155685, -0.02346186339855194, + 0.013929606415331364, -0.06315364688634872, -0.08447665721178055, 0.046684928238391876, + 0.04028244689106941, 0.02298198640346527, -0.028590219095349312, -0.09313198179006577, + -0.04150936380028725, -0.017296649515628815, 0.04667241871356964, -0.05068124830722809, + 0.0743929073214531, 0.0023190812207758427, 0.024013133719563484, 0.017300689592957497, + -0.01125187985599041, -0.0017970826011151075, -0.005929322447627783, 0.03257397562265396, + -0.057436440140008926, -0.043245043605566025, -0.01720898412168026, 0.14871402084827423, + -0.018888002261519432, -0.03848547115921974, -0.04678443446755409, 0.04703015089035034, + -0.05379074066877365, -0.0031786735635250807, -0.025916503742337227, -0.04517307132482529, + 0.041944000869989395, 0.03697212412953377, -0.07763074338436127, -0.06312822550535202, + 0.05813293904066086, 0.017056161537766457, 0.003981197252869606, 0.007359704934060574, + -0.005256379023194313, 0.031182214617729187, 0.0016624052077531815, 0.037715230137109756, + 0.054562076926231384, -0.007859783247113228, -0.03669901192188263, -0.05540597438812256, + 0.030211307108402252, 0.15621405839920044, -0.0696350708603859, 0.04461921006441116, + 0.010144847445189953, -0.002433196874335408, 0.010516690090298653, 0.0742175281047821, + 0.1210465356707573, -0.05083119496703148, -0.002162773394957185, 0.028165550902485847, + 0.03623230755329132, 0.07929860800504684, -0.0247244443744421, -0.04287334159016609, + 0.015425577759742737, 0.019314510747790337, 0.02020392008125782, 0.02529481239616871, + 0.061517152935266495, -0.0019372000824660063, 0.08195595443248749, 0.017055241391062737, + -0.06900496035814285, -0.055341437458992004, 0.04677581414580345, 0.0022808213252574205, + 0.0938168540596962, -0.06779231876134872, -0.006984745152294636, -0.0006552244303748012, + 0.031975116580724716, -0.0813906192779541, 0.08272431045770645, 0.040842100977897644, + -0.055195409804582596, -0.011964037083089352, -0.03497583419084549, 0.017925933003425598, + -0.05277064070105553, -0.04611238092184067, -0.049822110682725906, 0.06380193680524826, + 0.11202215403318405, -0.0321069173514843, -0.06336809694766998, 0.04349081590771675, + -0.047434110194444656, 0.007536944467574358, 0.12528462707996368, 0.08038520812988281, + -0.036985334008932114, 0.059318140149116516, 0.04165790602564812, 0.07091997563838959, + -0.015756741166114807, -0.07799486815929413, -0.010839316062629223, -0.01335338968783617, + -0.010588797740638256, 0.06723958998918533, 0.019988900050520897, -0.10715814679861069, + -0.06384410709142685, -0.012451156042516232, 0.004974080715328455, 0.03723493218421936, + -0.08359640836715698, 0.012245021760463715, 0.053977515548467636, -0.0030187421943992376, + 0.0501268245279789, 0.0022234993521124125, -0.07528913766145706, -0.02730402909219265, + 0.11378327012062073, -0.023384714499115944, 0.026877671480178833, -0.02377038449048996, + 0.08005660027265549, -0.012081190943717957, 0.15935738384723663, 0.061638087034225464, + 0.05830957368016243, 0.01442614383995533, -0.03169818967580795, -0.05246621370315552, + -0.09907246381044388, 0.04785886034369469, -0.08480842411518097, 0.040955185890197754, + 0.005811707582324743, 0.09296570718288422, 0.01984209194779396, 0.04975476861000061, 0.0799986720085144, + 0.04016917198896408, 0.044385120272636414, -0.0031622331589460373, 0.04133739694952965, + 0.0665627047419548, 0.0009789977921172976, -0.059021420776844025, -0.027230607345700264, + -0.045135628432035446, -0.044025931507349014, 0.03248501941561699, -0.0035813564900308847, + 0.013600630685687065, -0.016177505254745483, 0.022839587181806564, -0.0744318813085556, + -0.08070780336856842, -0.08218131959438324, 0.03939960151910782, 0.0747547447681427, + -0.0037552888970822096, 0.0404905341565609, 0.022214839234948158, 0.06439883261919022, + -0.004910085815936327, -0.03094198927283287, 0.05699080973863602, -0.0075944033451378345, + 0.008414973504841328, -0.026027457788586617, 0.02867964096367359, 0.021190373227000237, + 0.02556881308555603, -0.07617012411355972, -0.02298816293478012, -0.07256992161273956, + -0.030918581411242485, 0.0009332657791674137, -0.034290432929992676, -0.10268440842628479, + 0.015604161657392979, 0.007032596971839666, -0.016381312161684036, 0.01957758516073227, + 0.054163578897714615, -0.04178786650300026, -0.10595139861106873, -0.06070255860686302, + 0.03470540791749954, -0.04603639617562294, -0.083867147564888, -0.017225153744220734, + -0.06774808466434479, -0.021237125620245934, -0.022469788789749146, 0.01059544738382101, + 0.056386470794677734, 0.013167174533009529, 0.07688048481941223, -0.0660523772239685, + 0.04504460096359253, -0.05444679409265518, 0.015085013583302498, -0.007886330597102642, + 0.004979413468390703, -0.06141923740506172, 0.07311513274908066, 0.05000261589884758 + ], + [ + 0.012560681439936161, -0.07436962425708771, -0.018307583406567574, 0.019778799265623093, + 0.04236077144742012, -0.03560211509466171, 0.02361857146024704, -0.08674311637878418, + -0.10406360030174255, -0.06796380132436752, -0.06465285271406174, -0.012310457415878773, + -0.037194717675447464, -0.010331153869628906, -0.04971285164356232, -0.001857861876487732, + -0.055954258888959885, 0.02626705728471279, 0.019883835688233376, 0.05023679882287979, + 0.0032052290625870228, -0.1323183923959732, -0.05070769041776657, -0.04433383792638779, + 0.08129085600376129, -0.029816728085279465, 0.04129123315215111, 0.009738701395690441, + -0.12803564965724945, -0.027728909626603127, -0.0712437629699707, -0.03182902932167053, + -0.06321844458580017, 0.051923878490924835, 0.08900979161262512, 0.04329100251197815, + -0.016155852004885674, -0.05624626576900482, 0.0034975965972989798, 0.0484960675239563, + -0.017100432887673378, 0.01627379097044468, -0.06085347756743431, 0.04808816313743591, + -0.02984337881207466, -0.00318646221421659, -0.004935657139867544, 0.0521266832947731, + -0.07969816774129868, 0.015078467316925526, -0.0017570933559909463, -0.055661801248788834, + -0.08408520370721817, 0.00227648438885808, -0.0851190909743309, 0.008553602732717991, + -0.03432939201593399, 0.04221969097852707, 0.011133539490401745, -0.011475645005702972, + 0.004069879651069641, 0.018266111612319946, -0.023687761276960373, 0.0583261176943779, + -0.008360954001545906, 0.026321228593587875, 0.013656701892614365, -0.03839433938264847, + -0.0021703187376260757, -0.0247358251363039, -0.09821804612874985, -0.05717824026942253, + 0.021466806530952454, -0.017968663945794106, 0.052245646715164185, -0.048569176346063614, + 0.1307152509689331, 0.01296695414930582, 0.016661187633872032, 0.019349563866853714, + 0.004796844441443682, 0.0320645272731781, -0.01050136610865593, -0.03840373829007149, + 0.05816056579351425, 0.07052180916070938, 0.08287236839532852, 0.03291315957903862, 0.04971206188201904, + -0.024331949651241302, 0.08849447220563889, 0.040926724672317505, -0.13609062135219574, + 0.051791924983263016, 0.01276412233710289, 0.004572634119540453, 0.08380700647830963, + 0.024532677605748177, 0.09966253489255905, -0.006575531791895628, -0.017456313595175743, + 0.016281841322779655, 0.051850397139787674, -0.08870142698287964, -0.07446388900279999, + 0.07220760732889175, 0.05131036415696144, 0.0486532561480999, -0.011764056980609894, + -0.035367656499147415, 0.023363543674349785, -0.00481283338740468, 0.07039698213338852, + -0.09473076462745667, 0.05018848925828934, 0.11580538749694824, 0.0020235043484717607, + 1.7212341845151968e-6, 0.01128215529024601, 0.08355586230754852, 0.01926450803875923, + 0.0683489665389061, -0.06136920675635338, -0.015568503178656101, -0.018785718828439713, + 0.03602995723485947, 0.06576115638017654, 0.022435026243329048, -0.01917801983654499, + 0.006687624845653772, 0.02785186655819416, -0.07290289551019669, 0.018482619896531105, + -0.026067722588777542, 0.07847816497087479, 0.015523006208240986, -0.02217968925833702, + -0.011632655747234821, -0.0051587894558906555, -0.007324067875742912, -0.03829653933644295, + 0.00876607932150364, 0.014647812582552433, 0.03181750327348709, 0.022695137187838554, + 0.010414816439151764, -0.01970157027244568, 0.07832471281290054, 0.05016174539923668, + -0.03882764279842377, 0.08440624922513962, -0.015191801823675632, 0.035523608326911926, + -0.012146666646003723, 0.039549198001623154, 0.018505126237869263, 0.015273744240403175, + -0.04456089809536934, 0.02553749457001686, 0.08919597417116165, 0.0909283235669136, + 0.011423603631556034, -0.11914745718240738, 0.0362619049847126, 0.0512181855738163, + 0.044972289353609085, 0.04008840024471283, -0.010540055111050606, -0.014951065182685852, + 0.03160708770155907, 0.13292177021503448, 0.0720154270529747, 0.05373175069689751, 0.0188952274620533, + -0.000791564816609025, 0.029665440320968628, 0.003259161254391074, -0.07493861764669418, + 0.03959639370441437, -0.16037894785404205, -0.07157362252473831, 0.04069575294852257, + -0.051214080303907394, 0.0776258260011673, -0.01608152687549591, 0.010833078064024448, + 0.01802278868854046, -0.06353787332773209, 0.0681462213397026, -0.03444347158074379, + -0.06248604133725166, -0.04092001914978027, 0.09118843078613281, -0.01944049261510372, + 0.02981472946703434, -0.022976171225309372, -0.018794888630509377, -0.0462486669421196, + 0.06532509624958038, 0.03216705471277237, 0.0918743908405304, 0.02127687819302082, -0.09980924427509308, + 0.05675213038921356, -0.01954684965312481, -0.044311851263046265, 0.030462808907032013, + 0.022043365985155106, -0.10484753549098969, 0.05512440577149391, -0.052576109766960144, + 0.059803128242492676, 0.01545360404998064, 0.01580122485756874, 0.05568225309252739, + -0.02755674347281456, -0.007232375908643007, -0.047902222722768784, -0.06286099553108215, + -0.052553173154592514, 0.037832893431186676, -0.028653224930167198, -0.0053755417466163635, + -0.009165065363049507, -0.001269493717700243, -0.037744827568531036, -0.03566860780119896, + 0.0538191981613636, -0.024971868842840195, 0.03012329339981079, -0.017431214451789856, + 0.08446750789880753, -0.0002269382239319384, 0.052288398146629333, 0.020582500845193863, + -0.0011569028720259666, 0.02196449227631092, 0.0810898020863533, -0.0076663135550916195, + -0.02368098683655262, 0.004730549640953541, 0.01563713513314724, 0.059161413460969925, + -0.005413842853158712, -0.0764632299542427, 0.029939142987132072, 0.03110615722835064, + 0.02686556614935398, -0.05405879765748978, 0.035383258014917374, 0.05049902945756912, + -0.002398846438154578, -0.04623813182115555, -0.01834692247211933, 0.0029426526743918657, + 0.028409983962774277, 0.020059624686837196, 0.08291180431842804, -0.019000079482793808, + 0.04423835501074791, -0.008375495672225952, -0.0774877518415451, -0.009413132444024086, + 0.04622489959001541, -0.00369548168964684, -0.056138209998607635, 0.04445923492312431, + -0.012853606604039669, 0.07810133695602417, 0.08493134379386902, 0.06884375959634781, + 0.06289981305599213, 0.04152015969157219, -0.02200889028608799, 0.06200280413031578, + 0.017359692603349686, -0.005090031772851944, -0.0001562267279950902, 0.01805036887526512, + 0.043321169912815094, 0.045068006962537766, -0.03524763509631157, -0.04663905128836632, + 0.04489070177078247, -0.00816443283110857, -0.04404834657907486, -0.006154246628284454, + -0.012686073780059814, 8.80925654200837e-5, 0.07816608250141144, 0.010713671334087849, + -0.03947346657514572, 0.04765927046537399, 0.03356996551156044, -0.038560446351766586, + 0.08773674815893173, -0.002979954471811652, 0.03879554942250252, 0.04009069502353668, + -0.020583001896739006, 0.11846217513084412, 0.03452151641249657, 0.030543355271220207, + 0.05469987168908119, -0.06352831423282623, -0.1372494250535965, -0.008118288591504097, + 0.08212754130363464, -0.05996683984994888, 0.015681985765695572, -0.021362464874982834, + -0.0013498442713171244, 0.08069773763418198, 0.07574531435966492, -0.020363014191389084, + 0.02708609029650688, 0.09763532876968384, -0.10696010291576385, 0.0020828028209507465, + -0.027780456468462944, -0.013326184824109077, -0.05989004671573639, -0.015471968799829483, + -0.08476557582616806, -0.05288492515683174, -0.0019714399240911007, 0.05441639572381973, + -0.053414732217788696, -0.008444428443908691, -0.05815683677792549, -0.04180610179901123, + 0.051416315138339996, -0.057550422847270966, -0.10934372991323471, -0.0019184973789379, + -0.0007178903906606138, 0.041438229382038116, 0.08302494138479233, 0.007321266457438469, + -0.010353565216064453, 0.027604306116700172, -0.04963710531592369, -0.0016255546361207962, + 0.029991434887051582, -0.07089358568191528, -0.07788456976413727, 0.12331032752990723, + -6.59626311971806e-5, 0.024027621373534203, -0.023671919479966164, -0.0358700267970562, + -0.007684712763875723, 0.04046942666172981, -0.12393445521593094, -0.11661949753761292, + -0.017109744250774384, 0.08555426448583603, -0.08667781203985214, -0.012345368973910809, + 0.06498195976018906, 0.05838996171951294, -0.01783689856529236, -0.06749424338340759, + -0.09925229102373123, -0.005309293046593666, 0.014398230239748955, 0.018982606008648872, + -0.05386814475059509, 0.039517223834991455, 0.017638061195611954, -0.022078435868024826, + 0.012965192086994648, 0.07091189175844193, -0.04169332608580589, -0.04082150757312775, + 0.005511286202818155, -0.05665414035320282, -0.04758007824420929, -0.029254112392663956, + 0.0015300317900255322, -0.02321944385766983, 0.014780369587242603, 0.05483979731798172, + -0.04082084447145462 + ], + [ + -0.00013852353731635958, -0.06138722971081734, -0.014023447409272194, 0.0578482411801815, + -0.006008136551827192, 0.031249405816197395, -0.03232578560709953, -0.058118920773267746, + 0.07234114408493042, -0.016070151701569557, -0.08966653048992157, 0.030362507328391075, + 0.017132079228758812, 0.06761911511421204, 0.053876716643571854, 0.0004996741772629321, + 0.028880029916763306, 0.06270601600408554, -0.011393467895686626, -0.0012575765140354633, + 0.01018520351499319, -0.02998415380716324, -0.06904791295528412, 0.012821723707020283, + 0.060809191316366196, 0.03065606579184532, 0.023757871240377426, -0.03622310981154442, + -0.009082114323973656, 0.03135101497173309, 0.05646435543894768, 0.011289152316749096, + -0.01229776069521904, -0.06016705185174942, -0.03238911181688309, -0.008240114897489548, + -0.010620353743433952, 0.012688160873949528, -0.058318350464105606, -0.031217418611049652, + 0.002987075597047806, -0.010402359999716282, -0.05113575607538223, -0.001810498652048409, + 0.001993007492274046, 0.06285496801137924, -0.05799694359302521, -0.022516733035445213, + 0.08659420162439346, -0.023991180583834648, -0.051995113492012024, 0.03029426373541355, + 0.01219402626156807, -0.0036205691285431385, -0.04819854348897934, 0.006568895652890205, + -0.09215180575847626, -0.012370040640234947, 0.01312687061727047, -0.003287376370280981, + 0.0040843794122338295, 0.015437956899404526, -0.04779665172100067, 0.05181114003062248, + -0.09371870756149292, -0.008622726425528526, -0.014050861820578575, -0.007729577366262674, + 0.02890048548579216, 0.015514837577939034, -0.051942236721515656, -0.04235232621431351, + 0.057571858167648315, 0.0031281346455216408, 0.0018202416831627488, 0.06466317921876907, + 0.03322029486298561, -0.04131004214286804, -0.03468572348356247, -0.012893513776361942, + -0.007277829572558403, -0.030110767111182213, 0.012921575456857681, -0.015607228502631187, + 0.10274551063776016, -0.0189661905169487, 0.04314339533448219, 0.051283203065395355, + 0.01878528855741024, 0.04332654923200607, 0.0930396318435669, -0.061483100056648254, + -0.029870042577385902, -0.03506354242563248, -0.03910395875573158, 0.04246808961033821, + -0.018768982961773872, -0.010940982960164547, -0.04992976784706116, 0.08869452774524689, + -0.03349749371409416, -0.046866580843925476, -0.002174298046156764, 0.010984623804688454, + 0.05369194597005844, -0.06049074977636337, 0.031973812729120255, 0.027907786890864372, + 0.05797635391354561, -0.06744693219661713, 0.0017253404948860407, 0.08781260251998901, + -0.007017540745437145, 0.02354549989104271, -0.04957188665866852, -0.02267114631831646, + 0.0638442113995552, -0.03747512772679329, -0.017370140179991722, 0.05286203697323799, + 0.03390778973698616, 0.029253851622343063, -0.043521929532289505, -0.0041732145473361015, + 0.046015866100788116, -0.05627776309847832, -0.06671065837144852, -0.036832742393016815, + 0.0012128697708249092, 0.022756125777959824, 0.031356267631053925, -0.010808872058987617, + -0.03662006929516792, 0.04438554123044014, -0.03719361498951912, -0.0964660495519638, + 0.05286957323551178, -0.02874631993472576, -0.0132379699498415, -0.06928519904613495, + -0.030037686228752136, -0.05141889303922653, -0.015690192580223083, -0.06744353473186493, + 0.06925986707210541, 0.05862630158662796, 0.028446562588214874, -0.06452088803052902, + 0.04438665136694908, 0.010120823979377747, 0.04947937652468681, -0.0313427597284317, + -0.04263504222035408, 0.014186469838023186, -0.05483055114746094, -0.06515689939260483, + -0.03327488899230957, -0.0010655977530404925, -0.015125430189073086, -0.043721072375774384, + -0.10759983956813812, 0.006368330214172602, 0.017744148150086403, 0.08953950554132462, + -0.022206999361515045, 0.030794398859143257, -0.06312098354101181, 0.020266328006982803, + -0.0017341827042400837, -0.007997418753802776, -0.017254965379834175, 0.0003603748918976635, + 0.08357340842485428, -0.027323028072714806, -0.07424401491880417, 0.024848392233252525, + -0.0032658304553478956, 0.05377160757780075, -0.07705065608024597, -0.02079550363123417, + -0.0007425395306199789, -0.05327892303466797, -0.02188848704099655, -0.05934286117553711, + -0.015832968056201935, -0.03278503939509392, -0.016310565173625946, 0.030444804579019547, + 0.01196074765175581, 0.010645299218595028, -0.0678592324256897, -0.023986613377928734, + -0.04765335097908974, 0.0019947087857872248, -0.09764041006565094, 0.05350319296121597, + 0.041138939559459686, -0.01162499375641346, 0.0033221757039427757, -0.02763213962316513, + 0.05406445637345314, -0.03335657715797424, -0.04459236562252045, 0.003445211797952652, + 0.05386539176106453, 0.032567162066698074, 0.04847486689686775, 0.01273589488118887, + 0.022566180676221848, 0.014653617516160011, -0.0473518930375576, 0.08499261736869812, + 0.021527843549847603, -0.06442183256149292, 0.028317134827375412, 0.05036773160099983, + -0.02834213897585869, 0.02041422203183174, 0.02462242729961872, -0.016937555745244026, + 0.062411125749349594, -0.07560445368289948, -0.05330660566687584, 0.004098210949450731, + -0.0689687579870224, -0.01258851308375597, -0.005412471946328878, -0.004415126051753759, + -0.027994254603981972, 0.016521213576197624, 0.03178130090236664, -0.01547594740986824, + 0.024673359468579292, 0.016380343586206436, 0.024122046306729317, -0.01236024871468544, + -0.007282839622348547, -0.08932261914014816, 0.006519403774291277, -0.043661780655384064, + -0.04498335346579552, 0.04141061007976532, 0.034715685993433, 0.03481518104672432, -0.04060099273920059, + 0.023277079686522484, -0.008261355571448803, -0.02363410033285618, 0.0029849326238036156, + 0.031006673350930214, -0.006610135082155466, 0.04034149646759033, 0.023364562541246414, + -0.013636551797389984, -0.06096596270799637, -0.015776563435792923, -0.03475131466984749, + -0.006979324854910374, 0.010277954861521721, 0.04702809825539589, 0.01332851592451334, + -0.025591397657990456, -0.002239294582977891, -0.013770288787782192, 0.0708361491560936, + -0.029828323051333427, 0.05485396832227707, 0.04062551259994507, 0.005639166571199894, + 0.06469851732254028, -0.06878090649843216, 0.036431316286325455, -0.025665760040283203, + -0.026360750198364258, 0.009759432636201382, -0.11899106204509735, -0.0580880269408226, + -0.030456360429525375, 0.018064549192786217, 0.0007617761730216444, -0.024112530052661896, + -0.02107498049736023, 0.03580446168780327, 0.03960505127906799, -0.007668004836887121, + 0.07375776767730713, 0.0005692442646250129, 0.015149448998272419, 0.04461168497800827, + 0.013820604421198368, -0.0205337256193161, 0.07867178320884705, -0.0048717111349105835, + -0.1169198751449585, -0.010624098591506481, -0.03161745145916939, 0.04412126913666725, + -0.0004109855799470097, 0.057403840124607086, -0.06439723074436188, 0.018102286383509636, + -0.02007400430738926, 0.008428988978266716, 0.01390013936907053, 0.06907244771718979, + 0.043172381818294525, 0.0028995689935982227, 0.020763689652085304, -0.026174893602728844, + -0.05783366039395332, -0.04449562728404999, 0.004070567898452282, 0.06174509972333908, + 0.01274111308157444, 0.019603267312049866, -0.06526950001716614, 0.10087192803621292, + 0.10642753541469574, 0.055825795978307724, 0.03821203485131264, -0.09140095114707947, + -0.031082576140761375, 0.002392083639279008, -0.004537247586995363, 0.02978898584842682, + -0.01377537939697504, -0.019824355840682983, 0.003578225849196315, -0.03537468984723091, + -0.028896061703562737, 0.11666856706142426, 0.04628276824951172, 0.0036248350515961647, + -0.05086327716708183, -0.03797871619462967, 0.08069739490747452, -0.06813766807317734, + 0.030333245173096657, 0.0894310474395752, -0.05968639627099037, -0.09014052152633667, + 0.024361271411180496, 0.024112563580274582, -0.01868640072643757, 0.022450609132647514, + -0.02679537609219551, 0.0005246489308774471, 0.10287251323461533, -0.02246924303472042, + -0.025480179116129875, 0.015477021224796772, -0.07440751045942307, -0.021434761583805084, + -0.02705058455467224, -0.003452987875789404, -0.05740269273519516, -0.03253057226538658, + -0.013288570567965508, -0.04380062595009804, 0.015229321084916592, 0.011269916780292988, + 0.02197987399995327, -0.049780722707509995, -0.03342060372233391, 0.06469564884901047, + -0.009050165303051472, 0.02699826844036579, -0.03712707757949829, 0.004281311295926571, + -0.028745973482728004, 0.0427766814827919, -0.050471287220716476, 0.041900698095560074, + 0.040658582001924515, -0.001007932354696095, -0.037320662289857864, 0.026250414550304413, + -0.0050116172060370445, -0.002982812002301216, -0.046490661799907684, 0.03178387135267258, + 0.06741277128458023, 0.06943458318710327, -0.017039772123098373 + ], + [ + 0.006672337185591459, 0.00961329136043787, 0.049857255071401596, 0.005337486043572426, + -0.03965108469128609, 0.050029776990413666, 0.06609160453081131, -0.022073928266763687, + 0.007708514109253883, -0.02615489438176155, -0.0067699202336370945, 0.009186608716845512, + -0.0019340558210387826, 0.08820629119873047, 0.03673102334141731, -0.005584482569247484, + 0.04716074466705322, 0.045777518302202225, 0.015392377972602844, -0.06556705385446548, + -0.015328862704336643, -0.06115684285759926, 0.08775701373815536, -0.005869738757610321, + 0.04232463240623474, 0.027863532304763794, -0.08271908015012741, 0.01933816261589527, + -0.013868436217308044, -0.047649819403886795, -0.045218851417303085, 0.0689132809638977, + -0.004375680815428495, 0.025170940905809402, 0.01461420115083456, 0.08350967615842819, + 0.012461569160223007, -0.081755630671978, -0.019296148791909218, -0.07178496569395065, + -0.04409666359424591, -0.006504787597805262, 0.04401356726884842, 0.006045378744602203, + 0.008740771561861038, 0.04870319738984108, 0.10570849478244781, 0.016464563086628914, + 0.017969727516174316, -0.0327695868909359, -0.013687276281416416, 0.0016366337658837438, + -0.051312156021595, -0.022794032469391823, 0.006599477957934141, 0.027016250416636467, + 0.02668825164437294, 0.040087535977363586, 0.002266898285597563, -0.07352449744939804, + 0.05070703476667404, 0.027369733899831772, -0.043902598321437836, 0.042330268770456314, + 0.0005453855847008526, 0.0461578406393528, 0.04643410071730614, 0.10781735181808472, + -0.016491273418068886, -0.051487527787685394, 0.006010063458234072, -0.044797688722610474, + -0.019176853820681572, -0.008234675973653793, 0.0241499375551939, 0.09104947000741959, + 0.04753810912370682, 0.035582028329372406, 0.018634743988513947, 0.022776922211050987, + -0.04793425276875496, 0.0181251373142004, -0.016873344779014587, 0.01844020001590252, + -0.03284747898578644, 0.029360542073845863, -0.02246076613664627, -0.01777012273669243, + -0.042771872133016586, -0.003204390872269869, 0.03655184805393219, 0.029434064403176308, + -0.016753289848566055, 0.041882626712322235, -0.05072198435664177, -0.022838324308395386, + -0.05147113651037216, -0.03387731313705444, 0.02874423936009407, 0.04326846823096275, + 0.04006889835000038, -0.024714767932891846, -0.011913429945707321, -0.03912083059549332, + 0.05533634126186371, -0.024638492614030838, -0.02631221152842045, 0.0576171875, 0.03795945644378662, + -0.019146107137203217, 0.025296585634350777, 0.02792934887111187, 0.005377208814024925, + 0.033694300800561905, 0.0068959579803049564, 0.02611253224313259, -0.08881636708974838, + -0.03633365407586098, 0.035365473479032516, -0.07185006141662598, 0.07709039002656937, + -0.009904236532747746, 0.0358697883784771, 0.051336538046598434, 0.02762756496667862, + 0.02885873056948185, -0.025233063846826553, -0.025434810668230057, -0.017122572287917137, + 0.0057251909747719765, 0.03662969917058945, -0.03856335207819939, 0.002801466966047883, + -0.07201886922121048, 0.04058612510561943, -0.06185617670416832, -0.006974697113037109, + 0.08955241739749908, 0.030301960185170174, -0.0461159273982048, -0.015905160456895828, + -0.014844568446278572, 0.017237022519111633, 0.021761050447821617, -0.015489949844777584, + 0.024851955473423004, -0.05639084056019783, 0.08932770788669586, -0.05497992783784866, + 0.05975902080535889, -0.02353554219007492, 0.017734959721565247, 0.019434450194239616, + -0.04377639293670654, 0.07341963052749634, -0.0831984430551529, 0.09114108234643936, + -0.049873679876327515, -0.02562732808291912, 0.04642302542924881, 0.02420768141746521, + 0.054608963429927826, -0.01922023296356201, -0.019996173679828644, 0.038546122610569, + -0.035923298448324203, 0.0420696921646595, -0.007577770389616489, 0.031602565199136734, + 0.003542038844898343, 0.044692594558000565, 0.0024554221890866756, -0.0030123083852231503, + 0.005881959106773138, -0.006325817201286554, -0.03022707998752594, -0.035374078899621964, + -0.0135374516248703, 0.029340192675590515, -0.02821313962340355, -0.031127117574214935, + -0.005607850383967161, 0.02345968224108219, 0.061095308512449265, -0.02142239175736904, + -0.0790402963757515, -0.00949838012456894, 0.023560889065265656, -0.011250799521803856, + -0.003401871072128415, 0.009500325657427311, -0.029120400547981262, 0.07323799282312393, + 0.07407941669225693, -0.016789069399237633, 8.686622459208593e-5, -0.08811863511800766, + -0.021673159673810005, 0.0657062977552414, 0.04683308303356171, 0.0032535940408706665, + -0.03388097882270813, 0.0016858370508998632, 0.03246733173727989, -0.029504159465432167, + -0.010232236236333847, -0.04584784433245659, 0.00013151834718883038, -0.008466105908155441, + 0.02690509334206581, -0.0666450634598732, 0.011351190507411957, -0.04998873919248581, + -0.039782315492630005, -0.08249951153993607, -0.0731128454208374, -0.0007800453458912671, + -0.058075107634067535, -0.06963011622428894, -0.020431196317076683, 0.022056739777326584, + -0.002809240249916911, -0.030574822798371315, -0.015612644143402576, -0.048149459064006805, + 0.016725510358810425, -0.017955049872398376, 0.07401321083307266, 0.0026215962134301662, + -0.11162387579679489, 0.06672749668359756, 0.006601797882467508, 0.009519102051854134, + 0.011091581545770168, -0.04068518057465553, 0.015075521543622017, -0.027030056342482567, + -0.017845802009105682, 0.01912124641239643, 0.037065647542476654, 0.06146032735705376, + -0.00020248850341886282, 0.008375977165997028, -0.026170989498496056, -0.020747261121869087, + 0.06443529576063156, 0.010052972473204136, -0.01084862183779478, -0.027515022084116936, + 0.06168327108025551, -0.07490450888872147, -0.08273198455572128, 0.03922070562839508, + -0.035699132829904556, -0.016112616285681725, -0.007110165897756815, 0.019863730296492577, + -0.04720115289092064, 0.00668582646176219, 0.05035398155450821, 0.03744833543896675, + 0.04087340831756592, 0.02166828140616417, -0.014009010046720505, -0.02086270973086357, + -0.03947099298238754, 0.10593874007463455, 0.029097549617290497, 0.011617769487202168, + -0.010278355330228806, -0.03743214160203934, 0.12820452451705933, -0.03450071066617966, + 0.024072561413049698, -0.03677420690655708, -0.008496676571667194, -0.026540711522102356, + -0.08098133653402328, 0.011515211313962936, 0.032030265778303146, 0.009162523783743382, + 0.03602337837219238, 0.057895805686712265, -0.05929623544216156, 0.04294074326753616, + 0.03794335201382637, -0.013698539696633816, 0.001189650036394596, 0.015663469210267067, + -0.041618626564741135, -0.040754880756139755, 0.05688704922795296, -0.1007864847779274, + -0.060124002397060394, 0.04268476739525795, 0.09027662128210068, 0.01732856221497059, + -0.0022742461878806353, -0.041578907519578934, -0.0006499069277197123, 0.012135038152337074, + 0.022466372698545456, -0.028676139190793037, 0.02135126106441021, 0.007941250689327717, + -0.02038315124809742, 0.0007963947718963027, -0.05245187133550644, 0.013676347211003304, + 0.036659639328718185, -0.06871423125267029, 0.013162640854716301, 0.01706245169043541, + -0.04239770397543907, 0.03164849430322647, 0.029372256249189377, 0.028414001688361168, + -0.013109696097671986, 0.045870207250118256, -0.02175523154437542, 0.04526767134666443, + 0.015896614640951157, -0.07822967320680618, -0.1292733997106552, 0.047023605555295944, + 0.005559287499636412, -0.04048614948987961, -0.016195232048630714, -0.009072583168745041, + -0.06224535405635834, -0.06423820555210114, 0.022542646154761314, -0.04487933963537216, + -0.00532872648909688, -0.022478649392724037, 0.05978088825941086, -0.006289541255682707, + 0.029682878404855728, 0.0177172739058733, 0.0511954128742218, -0.02571098878979683, 0.04500524327158928, + -0.062467463314533234, -0.01690264232456684, -0.06507521867752075, -0.009072093293070793, + 0.003862569108605385, -0.05720842257142067, 0.09913091361522675, -0.05614762008190155, + -0.01966134086251259, 0.050965066999197006, 0.00046923922491259873, -0.02692396566271782, + 0.0509297177195549, -0.051600776612758636, -0.019903741776943207, 0.05578529089689255, + -0.017773305997252464, -0.02397790364921093, -0.019468678161501884, 0.045295484364032745, + -0.11559715867042542, -0.026948317885398865, 0.002156928414478898, 0.02284562960267067, + 0.0617513470351696, 0.006395290140062571, -0.08959238231182098, 0.036566756665706635, + -0.023201415315270424, -0.017044205218553543, -0.07184149324893951, 0.07218814641237259, + -0.0189483854919672, -0.004149302374571562, -0.03387172147631645, -0.021554892882704735, + 0.05958455801010132, -0.006797946523874998, -0.023674674332141876, 0.03438389301300049, + 0.031475525349378586, 0.02614126168191433 + ], + [ + -0.021043600514531136, 0.040044039487838745, 0.018526211380958557, -0.01936102844774723, + -0.01857665739953518, -0.010386813431978226, -0.07404851168394089, 0.02631976269185543, + -0.03340889886021614, -0.027950067073106766, 0.010187377221882343, -0.06039980798959732, + 0.03514552488923073, 0.030670661479234695, 0.012116236612200737, 0.009441111236810684, + -0.02528231590986252, 0.047326527535915375, 0.04015640169382095, 0.0639379471540451, + -0.0034744716249406338, -0.04798948019742966, -0.005804690532386303, 0.04642011970281601, + 0.01867740973830223, 0.06009434536099434, 0.01533009484410286, 0.048008084297180176, + 0.005655836313962936, 0.05990232154726982, -0.009979010559618473, 0.08708343654870987, + 0.014772568829357624, 0.01854015327990055, 0.008617032319307327, -0.030769312754273415, + 0.07191070169210434, 0.076524518430233, 0.01910555735230446, 0.03919760510325432, 0.05883842706680298, + -0.03019747883081436, -0.036323558539152145, -0.026644187048077583, 0.06396449357271194, + 0.007863319478929043, 0.021303314715623856, -0.017487293109297752, 0.024785049259662628, + 0.006321434397250414, -0.046661123633384705, 0.01912822760641575, 0.06798207014799118, + 0.02706366404891014, -0.008686191402375698, -0.002615557750687003, 0.05202001333236694, + -0.03996196761727333, -0.00018613447900861502, -0.02688169665634632, -0.05580061301589012, + 0.031296007335186005, 0.02074620872735977, -0.05983586981892586, -0.021114684641361237, + -0.07426825165748596, 0.016534512862563133, -0.08962506055831909, 0.026934541761875153, + 0.041733402758836746, 0.0240336861461401, -0.005559528712183237, -0.006364774890244007, + 0.003950740676373243, -0.009835783392190933, -0.02799626812338829, -0.04728584736585617, + 0.061568789184093475, -0.012099961750209332, -0.07403869181871414, -0.018249748274683952, + 0.014961740002036095, 0.0021966712083667517, 0.0061793141067028046, 0.005607775878161192, + -0.053362175822257996, 0.023918231949210167, -0.03358215466141701, 0.01876981370151043, + 0.06332262605428696, 0.0667852982878685, 0.04138607904314995, -0.03344379737973213, + 0.036072272807359695, 0.09232716262340546, 0.0416228286921978, 0.05001022666692734, + -0.045683443546295166, -0.024137189611792564, 0.05710538849234581, 0.006577129475772381, + -0.042296234518289566, 0.07190845906734467, 0.04750673100352287, 0.01922539807856083, + -0.036338333040475845, 0.02049274928867817, -0.0004368899390101433, -0.014474411495029926, + 0.05700051411986351, -0.054426051676273346, 0.03783944249153137, -0.058229926973581314, + 0.03952717408537865, -0.01300228200852871, -0.00752657325938344, 0.12440988421440125, + 0.0270064827054739, -0.10448577255010605, 0.02382960356771946, -0.02800791896879673, + 0.04253841191530228, -0.05864232778549194, 0.05039341002702713, -0.03326701745390892, + -0.019464431330561638, -0.02961658500134945, -0.020869925618171692, 0.05529283359646797, + 0.043558232486248016, -0.027099404484033585, 0.06665486097335815, -0.046752896159887314, + 0.07371525466442108, 0.027037549763917923, 0.022747211158275604, -0.01828174665570259, + -0.03387727588415146, 0.01492896769195795, -0.09222438186407089, -0.04324755445122719, + 0.027405180037021637, 0.006889611482620239, 0.06081240996718407, 0.08091063797473907, + 0.01505819521844387, 0.07225088775157928, 0.017954131588339806, 0.03839493542909622, + 0.0001647733006393537, -0.09244664758443832, -0.05363301932811737, -0.08391950279474258, + 0.06268434226512909, 0.011512359604239464, 0.06467051059007645, -0.08271559327840805, + -0.02965315617620945, -0.039138063788414, 0.03762981668114662, 0.04351382330060005, 0.04619685932993889, + 0.033465828746557236, -0.01567055471241474, -0.03644297271966934, 0.0267518050968647, + -0.03680471330881119, 0.034633882343769073, 0.04557288438081741, 0.0009651134605519474, + 0.026492265984416008, -0.04454338923096657, 0.07201412320137024, 0.03807561844587326, + 0.04679090157151222, 0.036793965846300125, -0.04725566878914833, 0.06743144243955612, + -0.036406490951776505, 0.026594646275043488, 0.02701195329427719, -0.04197469353675842, + -0.026295727118849754, -0.03603183478116989, 0.0193429347127676, 0.026610860601067543, + -0.06382603943347931, -0.04667302966117859, 0.04525494948029518, 0.040000975131988525, + -0.027989888563752174, -0.037053242325782776, -0.06477376073598862, -0.024142909795045853, + -0.06207267940044403, 0.009141802787780762, -0.025080928578972816, -0.0001938444620463997, + -0.014343474991619587, 0.04136314243078232, -0.03737887740135193, 0.05977020412683487, + -0.060269396752119064, 0.055056776851415634, 0.05856658145785332, 0.032403212040662766, + 0.047013744711875916, -0.014568543992936611, 0.05202324315905571, -0.07217239588499069, + -0.047685302793979645, 0.011657914146780968, 0.06954768300056458, 0.014749309048056602, + 0.012774942442774773, -0.013988262973725796, 0.0031989747658371925, 0.06260590255260468, + -0.0035615835804492235, -0.030632978305220604, -0.013123400509357452, -0.03357115760445595, + -0.0020082697737962008, 0.04609823599457741, 0.010564805008471012, 0.0710349753499031, + -0.06507739424705505, 0.004377992823719978, -0.021038709208369255, -0.014310409314930439, + -0.020294951274991035, -0.006453369744122028, 0.06002717837691307, -0.11685696989297867, + 0.09879177808761597, -0.14599980413913727, 0.01749957539141178, -0.033497754484415054, + 0.02831745520234108, -0.05947822332382202, -0.04878395050764084, -0.06135544925928116, + -0.0014243850018829107, 0.00020095426589250565, 0.024592561647295952, 0.01851794496178627, + 0.02170310728251934, -0.00623758090659976, -0.040903933346271515, 0.05414382368326187, + 0.00706964498385787, -0.005777460522949696, -0.06479869037866592, -0.03810734674334526, + -0.00919907633215189, 0.05416788533329964, 0.014770565554499626, -0.06213907524943352, + 0.002294309204444289, -0.07752317935228348, 0.009751534089446068, -0.02033473551273346, + 0.011758186854422092, -0.023518335074186325, 0.017152581363916397, 0.0183598343282938, + -0.005591442342847586, 0.010695405304431915, 0.009874163195490837, -0.0651777982711792, + 0.021558107808232307, -0.09324610233306885, -0.027200203388929367, -0.1176336407661438, + -0.0012218187330290675, -0.04689328745007515, -0.03909842669963837, 0.050360020250082016, + 0.05260999873280525, -0.0657646581530571, 0.038657691329717636, -0.03298325091600418, + -0.022279778495430946, 0.019819049164652824, -0.04296952113509178, -0.03699539229273796, + -0.05716346576809883, -0.07471899688243866, -0.06394999474287033, 0.021143527701497078, + 0.034188009798526764, 0.030200328677892685, 0.05982193350791931, 0.03610093519091606, + 0.035335686057806015, -0.0815787985920906, -0.021486682817339897, -0.002042064443230629, + 0.05280238017439842, -0.05043502897024155, -0.0296937245875597, 0.04180062189698219, + 0.028009995818138123, -0.025588402524590492, -0.02807379513978958, -0.005896614398807287, + 0.021332155913114548, -0.035778362303972244, 0.012621854431927204, -0.08361056447029114, + -0.058672789484262466, 0.047545917332172394, 0.0025845447089523077, 0.0649513304233551, + -0.0498206801712513, 0.003357120556756854, -0.043517690151929855, 0.0618133470416069, + 0.016511298716068268, -0.016186796128749847, -0.03095332719385624, 0.015121426433324814, + 0.022387947887182236, 0.011238197796046734, 0.02341287024319172, 0.027652939781546593, + 0.004045231267809868, -0.0779600664973259, -0.022828737273812294, -0.041800037026405334, + 0.03824550285935402, 0.033764369785785675, 0.025658532977104187, -0.0788397565484047, + 0.020521873608231544, 0.016772300004959106, 0.029638852924108505, -0.03767961263656616, + 0.0730123519897461, 0.03221124783158302, -0.022841649129986763, -0.008015482686460018, + -0.0002658766752574593, -0.01959514059126377, 0.03610251098871231, 0.03969947621226311, + 0.0032637985423207283, 0.04026122763752937, -0.08736467361450195, 0.018585482612252235, + 0.04012114927172661, 0.029905609786510468, -0.05976516008377075, -0.0020131515339016914, + 0.02046062983572483, -0.05422953516244888, 0.0014371378347277641, 0.01578170619904995, + 0.07728937268257141, 0.04471121355891228, -0.04833068326115608, -0.02534942515194416, + 0.02002043090760708, 0.03208759427070618, 0.03495149686932564, -0.04214656352996826, + 0.022039728239178658, -0.05262250825762749, 0.023528089746832848, -0.025593720376491547, + 0.0128041822463274, 0.03132399171590805, 0.04191337525844574, -0.062154799699783325, + -0.036112356930971146, -0.0036808322183787823, -0.03450484946370125, 0.015010572969913483, + -0.11795921623706818, -0.023888353258371353, 0.060499608516693115, -0.003817116841673851, + 0.004284156020730734, -0.0733242928981781 + ], + [ + 0.031305886805057526, 0.031428012996912, 0.02616439014673233, -0.0543469563126564, -0.09774793684482574, + -0.052432581782341, -0.012762678787112236, -0.04001971334218979, 0.017603669315576553, + -0.07383473217487335, 0.0033337720669806004, 0.014074431732296944, -0.011427798308432102, + 0.0982302874326706, 0.01674629934132099, 0.06039277836680412, -0.03743285685777664, + -0.037526216357946396, 0.05701357498764992, 0.012824999168515205, -0.013111601583659649, + -0.008211546577513218, 0.029848318547010422, 0.012530905194580555, 0.003128065960481763, + 0.03398524224758148, 0.00758227426558733, 0.01904781349003315, -0.005640383344143629, + 0.012956570833921432, -0.03647680580615997, 0.02507149986922741, -0.03589340299367905, + 0.03507398068904877, -0.048560731112957, -0.03153526037931442, -0.010978738777339458, + -0.04578391835093498, 0.027917496860027313, -0.009594022296369076, -0.02850106731057167, + 0.007045951206237078, 0.0414566695690155, 0.018507257103919983, -0.05941181629896164, + 0.04130636900663376, 0.0834956169128418, -0.019881537184119225, -0.027363350614905357, + -0.027227230370044708, 0.048962321132421494, 0.009349808096885681, -0.05888254940509796, + -0.0477147102355957, 0.04155881330370903, 0.04237234964966774, 0.017920726910233498, + 0.0076150293461978436, 0.015234108082950115, 0.027499806135892868, 0.05095679312944412, + -0.016471141949295998, -0.07515387237071991, 0.04929174855351448, 0.052911318838596344, + -0.017914149910211563, -0.034235842525959015, 0.020988455042243004, 0.03008407913148403, + -0.0403595045208931, -0.017956571653485298, -0.04773257300257683, 0.06133922189474106, + -0.033249132335186005, 0.004861433058977127, 0.01891467720270157, 0.07946057617664337, + -0.02833619900047779, -0.054901283234357834, 0.08761090785264969, 0.0010846522636711597, + -0.05938853323459625, -0.014433211646974087, -0.00791850034147501, 0.03313107788562775, + 0.06196519732475281, 0.0772872343659401, -0.014487671665847301, -0.05745780095458031, + -0.025395194068551064, -0.010554417967796326, -0.0046976893208920956, -0.004298731684684753, + -0.012138508260250092, 0.015439890325069427, -0.010400236584246159, -0.05932110175490379, + 0.007775915786623955, 0.06074277684092522, 0.0251519363373518, -0.040487129241228104, + 0.01739480346441269, -0.011196908541023731, 0.028970656916499138, -0.00181769288610667, + 0.09472477436065674, -0.03579239547252655, -0.01217027846723795, 0.012100493535399437, + -0.0017676668940111995, -0.009255023673176765, -0.015404969453811646, 0.05848512053489685, + 0.060101017355918884, 0.026544688269495964, -0.02976083941757679, -0.05252106860280037, + -0.07382155954837799, -0.010710609145462513, -0.022831402719020844, 0.012706000357866287, + -0.05853734910488129, 0.038600318133831024, 0.010631555691361427, 0.03816673159599304, + 0.0047461967915296555, -0.04956074431538582, 0.0008772528963163495, 0.0050857532769441605, + -0.05572446063160896, -0.003553153248503804, -0.04931505024433136, 0.017377445474267006, + -0.04661538079380989, 0.08901167660951614, 0.01560446061193943, 0.00816307682543993, + 0.06436796486377716, 0.03061714582145214, 0.011040553450584412, -0.015347910113632679, + -0.008681724779307842, 0.005347590893507004, -0.037608709186315536, -0.05255082622170448, + -0.006250445730984211, -0.025780199095606804, -0.02858457714319229, 0.020056821405887604, + -0.042003460228443146, 0.021043986082077026, -0.018586885184049606, 0.008855405263602734, + -0.015321190468966961, 0.01646161638200283, -0.058114852756261826, 0.019552646204829216, + -0.0015317680081352592, 0.009735261090099812, 0.01556094828993082, -0.0293324813246727, + 0.05897454544901848, 0.04845641553401947, 0.0344114750623703, 0.0370347835123539, -0.05168207734823227, + -0.012930123135447502, -0.03203391283750534, -0.03620103746652603, -0.013436832465231419, + -0.033437952399253845, 0.0539034865796566, -0.018250029534101486, 0.03071531467139721, + -0.06960274279117584, -0.05990586802363396, -0.04544184356927872, 0.0002706437953747809, + -0.03531065583229065, -0.06027505174279213, 0.027912572026252747, -0.003995714709162712, + 0.003801399376243353, 0.02300761453807354, -0.009838630445301533, -0.0391923226416111, + -0.07023515552282333, -0.02624913491308689, -0.07666847854852676, 0.03266110643744469, + -0.0033835081849247217, 0.02821308560669422, 0.035966746509075165, 0.024736931547522545, + 0.028540924191474915, 0.03759030997753143, -0.013333051465451717, 0.015042920596897602, + 0.057393405586481094, -0.06994970887899399, -0.05236002802848816, -0.09062448143959045, + 0.002898475155234337, -0.07521110773086548, 0.014697345905005932, 0.023691529408097267, + -0.007683353498578072, 0.00680293096229434, -0.03011246956884861, 0.05136909708380699, + 0.030936162918806076, 0.032314568758010864, -0.05668887868523598, -0.03477740287780762, + -0.006900993641465902, -0.010284069925546646, 0.006638429127633572, -0.008297410793602467, + -0.0009802276035770774, 0.0053128935396671295, 0.054418083280324936, 0.047727372497320175, + -0.036148153245449066, -0.01838470995426178, 0.019380956888198853, -0.014739198610186577, + 0.027273718267679214, 0.06315545737743378, -0.00577550707384944, 0.04709529131650925, + 0.02407589741051197, 0.056706953793764114, -0.03848452866077423, 0.010267217643558979, + -0.034699875861406326, 0.04755305498838425, -0.030043883249163628, 0.004831676837056875, + -0.0003028629580512643, -0.008554457686841488, 0.025733552873134613, -0.03439786657691002, + 0.03578992933034897, -0.032378435134887695, 0.04316050559282303, -0.03771797567605972, + -0.004931677132844925, 0.018257232382893562, -0.0453592874109745, 0.016606494784355164, + -0.010164408944547176, -0.04798496887087822, -0.00320456619374454, -0.023409375920891762, + 0.01279646810144186, 0.030878711491823196, -0.010617050342261791, -0.03391561657190323, + 0.0411277636885643, 0.024521008133888245, 0.031030254438519478, 0.028592536225914955, + -0.016079142689704895, 0.03808650001883507, -0.09341181069612503, -0.07576537877321243, + 0.06909544765949249, 0.055378369987010956, 0.04237169027328491, -0.011547483503818512, + 0.04900069162249565, 0.045666877180337906, -0.03984694182872772, 0.026317989453673363, + -0.05110501870512962, 0.04391559585928917, -0.040168218314647675, -0.007778727449476719, + -0.02075221948325634, 0.052194662392139435, 0.02658785693347454, 0.10329229384660721, + 0.018714837729930878, -0.007612078916281462, 0.009808165021240711, -0.04695499688386917, + 0.04525705799460411, 0.04419836774468422, -0.008886934258043766, 0.0989939346909523, + -0.04089611768722534, -0.026407115161418915, -0.02681458555161953, -0.04619259759783745, + 0.041442036628723145, 0.0800238624215126, 0.04205185920000076, -0.019492696970701218, + -0.04952925816178322, -0.013507958501577377, -0.03450019285082817, -0.06986544281244278, + -0.07089723646640778, -0.0007093861349858344, 0.05376119911670685, -0.0011771360877901316, + -0.03707702085375786, -0.0058548529632389545, -0.046894192695617676, 0.044810522347688675, + -0.05492548644542694, -0.07862730324268341, -0.07303725928068161, -0.07873587310314178, + 0.05014263838529587, -0.02968895249068737, -0.013921978883445263, 0.019158722832798958, + 0.0014930105535313487, -0.03982480987906456, 0.01046685129404068, 0.07782238721847534, + -0.03445874899625778, -0.11331663280725479, -0.005808792542666197, -0.018680347129702568, + -0.021762050688266754, 0.04523943364620209, 0.006415434647351503, -0.04730036109685898, + 0.0420365035533905, -0.0067396024242043495, -0.012507651932537556, -0.0197951290756464, + 0.016301628202199936, -0.04218026623129845, 0.04696672037243843, 0.021265175193548203, + 0.02886025607585907, -0.006433049216866493, 0.030857881531119347, -0.001671399106271565, + 0.012211316265165806, 0.05798932909965515, -0.006806664634495974, -0.007947529666125774, + 0.07263082265853882, -0.035912301391363144, 0.018284382298588753, -0.06919781863689423, + -0.03354724496603012, 0.05670180544257164, 0.0033674368169158697, 0.0059628174640238285, + -0.026790358126163483, -0.04945368692278862, 0.03190203011035919, -0.003433413803577423, + -0.00611468218266964, -0.0003531462571118027, -0.033565305173397064, 0.07255963236093521, + -0.012506470084190369, -0.012865629978477955, -0.029900355264544487, 0.11889306455850601, + 0.015944166108965874, 0.04297451302409172, -0.03780360892415047, 0.047025714069604874, + -0.020744768902659416, 0.003920919261872768, -0.00863552000373602, -0.023932142183184624, + -0.03606962040066719, 0.025543252006173134, 0.015325401909649372, 0.010221748612821102, + 0.05266067013144493, 0.04007994383573532, -0.016277864575386047, -0.02308407612144947, + 0.006512884981930256, 0.04991958662867546 + ], + [ + -0.013650085777044296, 0.047395385801792145, -0.012521840631961823, -0.004425738472491503, + -0.025468476116657257, -0.0681365579366684, -0.06967320293188095, -0.006157765164971352, + -0.07473938167095184, -1.3384083104028832e-5, 0.02735086716711521, -0.04230356961488724, + -0.10343439131975174, 0.009186463430523872, 0.024664729833602905, -0.05163109675049782, + 0.05574093386530876, 0.01665053330361843, 0.04546966031193733, 0.028569193556904793, + -0.021321432664990425, 0.018742240965366364, 0.02544579841196537, 0.023077312856912613, + 0.04982833191752434, 0.12315193563699722, 0.003815936390310526, 0.03139711916446686, + 0.029923690482974052, -0.06422077864408493, 0.05223210155963898, 0.11189012229442596, + -0.0031620932277292013, -0.040564097464084625, 0.037161797285079956, -0.029222406446933746, + 0.07230335474014282, 0.05577869713306427, 0.01798277348279953, 0.024010568857192993, + -0.06332883983850479, 0.04313872009515762, -0.016785209998488426, 0.029984664171934128, + -0.014803498983383179, -0.0022369849029928446, 0.15057982504367828, 0.0122145377099514, + 0.014370563440024853, -0.05784646421670914, 0.08851063251495361, 0.08647842705249786, + 0.05276719480752945, 0.006856638938188553, 0.015065526589751244, -0.008055025711655617, + 0.05400114506483078, -0.03186895325779915, -0.1117769181728363, 0.033227354288101196, + -0.07462793588638306, -0.051285870373249054, -0.0755789577960968, 0.027933061122894287, + -0.05808168277144432, 0.04034985974431038, -0.06383731961250305, 0.009549864567816257, + 0.14382196962833405, -0.024920759722590446, -0.06482353061437607, 0.009318660944700241, + 0.006468417588621378, 0.0763845443725586, 0.05879655480384827, 0.07403011620044708, + -0.01214894000440836, 0.06780146062374115, -0.0897502452135086, -0.04189319163560867, + -0.005163206253200769, 0.01334958802908659, 0.019493352621793747, -0.04680745303630829, + 0.017643984407186508, 0.03848002478480339, -0.0577130950987339, 0.03562452271580696, + 0.02472619339823723, -0.010740133002400398, -0.020266883075237274, 0.010301060043275356, + 0.008101353421807289, -0.08521612733602524, 0.09788183867931366, -0.002052354160696268, + 0.11283790320158005, 0.14213036000728607, 0.06386025249958038, 0.01924201101064682, 0.07496853917837143, + 0.006718170363456011, -0.025956125929951668, 0.01160404272377491, -0.017450544983148575, + 0.055291831493377686, 0.007114953361451626, -0.03209659829735756, 0.08020051568746567, + -0.04736730828881264, -0.0420374870300293, -0.04064049571752548, -0.026585988700389862, + -0.08643213659524918, -0.04937300086021423, -0.06249525398015976, -0.04160630330443382, + 0.02925001084804535, -0.05474800616502762, -0.05670330300927162, -0.07152419537305832, + 0.029622718691825867, 0.038581013679504395, -0.11932016164064407, -0.10917165130376816, + 0.06488078832626343, 0.10990580171346664, -0.033731210976839066, -0.029081957414746284, + 0.10257415473461151, -0.021863363683223724, -0.014449028298258781, -0.05449897050857544, + -0.015073796734213829, 0.06977655738592148, -0.04824685677886009, 0.016437141224741936, + -0.05940968915820122, 0.0591701939702034, 0.06672170758247375, -0.016786770895123482, + -0.039157263934612274, 0.07798625528812408, -0.013767301104962826, 0.040831468999385834, + 0.09220202267169952, 0.07211844623088837, 0.06496183574199677, -0.03957328572869301, + -0.10777442157268524, 0.0788436233997345, 0.035709407180547714, 0.10416190326213837, + 0.11346162855625153, 0.014708220027387142, 0.03368241712450981, -0.036449383944272995, + -0.12341947853565216, 0.023359518498182297, 0.06447587162256241, 0.0060944086872041225, + -0.004292505793273449, 0.01570415496826172, 0.019376013427972794, 0.0032420067582279444, + -0.03034253418445587, 0.050087783485651016, -0.033217329531908035, -0.012293553911149502, + -0.05618990957736969, 0.13099566102027893, -0.06428643316030502, -0.05083512142300606, + -0.0036223328206688166, 0.011271025985479355, 0.027430018410086632, 0.005597214214503765, + 0.12951315939426422, -0.11825650930404663, 0.006061282474547625, -0.11209029704332352, + -0.0827740803360939, -0.05041296035051346, 0.021034719422459602, 0.009444652125239372, + -0.030373359099030495, 0.025026952847838402, -0.05798093229532242, -0.03692932426929474, + 0.047168586403131485, 0.036108605563640594, 0.012394615449011326, 0.0317050963640213, + -0.09456323832273483, -0.030866824090480804, -0.049699340015649796, 0.09726060181856155, + -0.027617814019322395, -0.08991821855306625, 0.041105978190898895, 0.08148171007633209, + 0.004490649327635765, 0.0936553105711937, 0.06186902895569801, 0.018159890547394753, + 0.056144826114177704, 0.09431255608797073, -0.04008416831493378, -0.03324192389845848, + 0.024653581902384758, 0.034701116383075714, 0.020669521763920784, -0.014295361936092377, + 0.07100806385278702, 0.02228470891714096, 0.049927353858947754, 0.004265873227268457, + 0.06236467882990837, 0.016811847686767578, -0.05527321249246597, -0.05813318118453026, + 0.08735430240631104, -0.04363090917468071, -0.04096581041812897, 0.046140000224113464, + 0.02520078793168068, -0.00668915593996644, -0.13614334166049957, 0.036814700812101364, + -0.010339570231735706, 0.002446497557684779, -0.05886610224843025, 0.005734730511903763, + 0.016694435849785805, 0.053534481674432755, -0.029332324862480164, 0.12427420169115067, + 0.028769133612513542, -0.11609995365142822, -0.04792170599102974, 0.07747411727905273, + 0.06188824027776718, 0.025719208642840385, 0.02955486811697483, -0.12989644706249237, + 0.019382867962121964, -0.04510236158967018, -0.042484939098358154, 0.10930457711219788, + 0.0018362929113209248, 0.020739855244755745, -0.1324794441461563, -0.0258039478212595, + -0.1038295105099678, -0.02561795711517334, -0.038420502096414566, 0.008083694614470005, + -0.008009856566786766, -0.02407814934849739, -0.06882082670927048, -0.053677432239055634, + 0.14466141164302826, 0.07020576298236847, -0.14717841148376465, -0.05962090194225311, + 0.0725792944431305, -0.1193748340010643, -0.01815875805914402, -0.08254586160182953, + -0.12854450941085815, -0.03621220216155052, -0.013894069008529186, -0.1198468878865242, + -0.0004732107336167246, 0.03793119266629219, 0.05510750412940979, 0.04117739573121071, + -0.08239653706550598, -0.07435910403728485, -0.0287927333265543, 0.024879438802599907, + -0.07842224091291428, -0.03143678605556488, -0.036649517714977264, 0.008398810401558876, + -0.00210182904265821, 0.013284362852573395, -0.014769492670893669, 0.029336851090192795, + -0.0070925368927419186, 0.030528957024216652, -0.003966758958995342, -0.010043049231171608, + -0.017533455044031143, -0.03717662766575813, -0.09983891248703003, 0.016208700835704803, + 0.03547217324376106, 0.045544590801000595, -0.13801147043704987, 0.006274858955293894, + -0.054474733769893646, -0.08698386698961258, 0.03291196748614311, 0.022687790915369987, + 0.06131172925233841, -0.03760797530412674, 0.051166877150535583, 0.08356564491987228, + -0.07754629850387573, 0.06254944205284119, 0.026381531730294228, 0.11077673733234406, + -0.029634322971105576, -0.12463133782148361, -0.021516019478440285, -0.13738496601581573, + 0.021454468369483948, 0.09434052556753159, 0.0014627117197960615, -0.11129489541053772, + 0.048316121101379395, 0.027081744745373726, 0.057850614190101624, 0.012340743094682693, + 0.04733365401625633, -0.04814768582582474, -0.04186870902776718, -0.030188119038939476, + -0.10464924573898315, -0.03182239457964897, -0.021719621494412422, 0.03129304572939873, + 0.009566433727741241, -0.06665696948766708, 0.07671152055263519, 0.08554141223430634, + 0.0665404349565506, 0.01229911670088768, -0.026943417266011238, -0.046753015369176865, + -0.024813968688249588, 0.032963890582323074, 0.13862012326717377, 0.05249746888875961, + 0.0793825164437294, -0.02291770838201046, 0.016420697793364525, 0.06058182194828987, + -0.031137049198150635, -0.017443329095840454, 0.03681270778179169, 0.036614760756492615, + 0.018910910934209824, 0.04122824966907501, -0.05490989610552788, -0.07913976907730103, + -0.07092464715242386, -0.0052424282766878605, -0.028993727639317513, -0.07508928328752518, + -0.0238911472260952, -0.059466831386089325, 0.03581208363175392, -0.0028503453359007835, + -0.12746655941009521, -0.0027292927261441946, -0.07767827808856964, -0.02593875490128994, + 0.08739844709634781, 0.046618666499853134, -0.08259887248277664, 0.012792196124792099, + 0.045681990683078766, 0.09134173393249512, 0.04532666876912117, 0.11323868483304977, + -0.04869626462459564, 0.0030338182114064693, 0.065935879945755, 0.03238284960389137, + -0.051464781165122986, 0.03800187632441521, 0.0679585263133049 + ], + [ + 0.032455384731292725, 0.029740752652287483, 0.032974280416965485, 0.009044947102665901, + -0.06547465920448303, 0.059263166040182114, 0.0027760611847043037, -0.008830271661281586, + 0.003351218067109585, -0.019459549337625504, -0.027484694495797157, -0.037646614015102386, + -0.006286720745265484, 0.05846823379397392, -0.033114559948444366, 0.015180949121713638, + -0.05660674721002579, 0.03012222796678543, 0.045792337507009506, -0.0640656054019928, + -0.009113828651607037, 0.05776875838637352, -0.027549298480153084, -0.008477742783725262, + 0.03252686560153961, 0.03571349382400513, -0.07225578278303146, 0.006929174531251192, + 0.03867584839463234, -0.0188304353505373, -0.02029026672244072, -0.049619950354099274, + 0.015248243696987629, -0.005720292683690786, 0.02364795282483101, 0.020611312240362167, + 0.012965964153409004, -0.03289036080241203, 0.02062450908124447, 0.01820799708366394, + -0.0320194847881794, 0.0055930595844984055, -0.007211451884359121, -0.04164041206240654, + 0.052881866693496704, 0.03826446831226349, 0.03910406306385994, 0.06747661530971527, + 0.017045151442289352, -0.008736848831176758, 0.025892700999975204, 0.01690579764544964, + -0.020022470504045486, -0.05278454348444939, 0.04670397937297821, 0.004024227615445852, + -0.055898550897836685, 0.027216942980885506, 0.007234224118292332, 0.005688061006367207, + 0.004190903156995773, -5.727127063437365e-5, -0.03476414084434509, 0.031340546905994415, + 0.058458246290683746, -0.009911403059959412, 0.004895270336419344, 0.09726536273956299, + -0.02406114526093006, -0.08104775100946426, 0.009743710979819298, -0.03926336392760277, + 0.03266463801264763, -0.01716271974146366, 0.07505141943693161, 0.02122269570827484, + 0.03955516964197159, -0.011042590253055096, -0.01742210052907467, 0.014506718143820763, + -0.005790648516267538, 0.0041895536705851555, -0.023609358817338943, 0.04125954583287239, + 0.046352606266736984, -0.034180741757154465, 0.06453584879636765, -0.003630678867921233, + 0.00323988008312881, 0.03972557559609413, -0.038686830550432205, 0.027285708114504814, + -0.06674502044916153, -0.007938392460346222, 0.014669030904769897, 0.004692608956247568, + 0.02583065629005432, 0.033620305359363556, 0.04572390764951706, 0.023061122745275497, + 0.017946738749742508, 0.06676880270242691, 0.005599317140877247, -0.016342397779226303, + 0.0457213893532753, 0.019131837412714958, 0.02468213625252247, 0.046998828649520874, + -0.005655011627823114, -0.07356493920087814, 0.05873700976371765, -0.054351698607206345, + 0.0383903831243515, -0.03066520020365715, 0.017104966565966606, -0.005511358380317688, + -0.030335938557982445, -0.013948867097496986, -0.040116358548402786, 0.009683889336884022, + 0.0398164764046669, -0.01677541993558407, 0.05624840781092644, -0.03622090071439743, + 0.00938430055975914, 0.051474954932928085, -0.05931585282087326, 0.04564566910266876, + 0.012112642638385296, 0.04006125405430794, 0.03092704713344574, 0.007721644826233387, + 0.0493805967271328, -0.0975990742444992, 0.027098992839455605, -0.02131541445851326, + 0.07763482630252838, 0.03901730105280876, -0.02797338180243969, 0.02281329780817032, + -0.04106104373931885, -0.0879225954413414, -0.05363237485289574, -0.01911091059446335, + -0.09603562951087952, 0.020387370139360428, -0.03614368289709091, 0.012628941796720028, + -0.04421543329954147, 0.03540584817528725, 0.04366884380578995, 0.04664307460188866, + -0.02368936315178871, -0.003778491634875536, 0.04737115651369095, -0.06931786984205246, + 0.023540426045656204, 0.026661738753318787, 0.06546444445848465, -0.005697493441402912, + -0.017395472154021263, -0.02154296077787876, 0.03780527785420418, 0.014751115813851357, + 0.007733814883977175, -0.051888607442379, 0.0579436719417572, 0.01987738162279129, 0.00572317186743021, + 0.022798338904976845, -0.025576753541827202, 0.045596398413181305, -0.015534427016973495, + 0.0213173758238554, -0.00978848896920681, -0.015647513791918755, -0.048748962581157684, + -0.018843388184905052, 0.037684887647628784, -0.038316600024700165, 0.01315688993781805, + -0.030047042295336723, 0.06181476637721062, 0.007290037348866463, 0.05233452096581459, + 0.06764740496873856, 0.0559057854115963, 0.03491740673780441, -0.06552311033010483, + 0.014905737712979317, 0.010141055099666119, 0.06080375611782074, 0.034176941961050034, + 0.06098424643278122, -0.06275534629821777, 0.056972436606884, -0.073997862637043, -0.05798004940152168, + 0.046032290905714035, -0.06752172112464905, -0.008588358759880066, -0.021188728511333466, + -0.011894873343408108, -0.056947559118270874, -0.07318100333213806, -0.08606070280075073, + 0.028180226683616638, 0.0036330479197204113, -0.07072310149669647, 0.05974924564361572, + 0.010108341462910175, 0.04417113959789276, -0.03602013736963272, -0.036829907447099686, + -0.021708304062485695, 0.02167363092303276, -0.010096540674567223, -0.10959845036268234, + 0.035915911197662354, 0.03163684532046318, -0.007515337318181992, -0.05386810377240181, + -0.009231531992554665, -0.04650236293673515, -0.0017027452122420073, 0.016051331534981728, + -0.02483997493982315, 0.04703140631318092, 0.007281417027115822, -0.036925338208675385, + 0.011180504225194454, 0.07969463616609573, -0.01744670793414116, -0.00699383020401001, + -0.04132211580872536, 0.031110838055610657, 0.009682849049568176, 0.022823501378297806, + -0.030533555895090103, -0.035051681101322174, -0.0022601119708269835, 0.03509019315242767, + 0.012278677895665169, 0.001382051850669086, -0.012422218918800354, 0.038906581699848175, + 0.0066856397315859795, -0.030014147982001305, -0.06738904118537903, 0.012148949317634106, + -0.07415127009153366, -0.05589085817337036, 0.00519108260050416, -0.008819648064672947, + -0.008956451900303364, 0.012998100370168686, -0.08694370836019516, 0.06226212903857231, + 0.04987594112753868, 0.05605253949761391, -0.028063861653208733, 0.045261334627866745, + 0.01377596240490675, 0.011999200098216534, -0.050052858889102936, -0.05563240870833397, + 0.03488490357995033, 0.027635682374238968, 0.034363873302936554, 0.024446476250886917, + -0.01610136590898037, 0.08467544615268707, -0.017659932374954224, 0.048936162143945694, + -0.04882263019680977, -0.01982806622982025, 0.0012121688341721892, -0.004492917563766241, + 0.019286280497908592, 0.09458085894584656, 0.00918909627944231, 0.039814695715904236, + -0.05817507952451706, -0.014457587152719498, 0.01660279557108879, -0.009037870913743973, + -0.0438222736120224, 0.03243136778473854, 0.03154122456908226, 0.07565689831972122, 0.03255394473671913, + 0.06423839181661606, -0.04307500272989273, -0.02862253040075302, -0.04954865574836731, + 0.09769100695848465, 0.020235151052474976, -0.07315771281719208, -0.01657325029373169, + -0.0025496764574199915, 0.019031811505556107, -0.010777582414448261, -0.05036473274230957, + -0.03612077608704567, -0.060133062303066254, -0.008508809842169285, -0.01229934487491846, + -0.08556676656007767, 0.044815175235271454, 0.018154235556721687, -0.040968429297208786, + -0.028301360085606575, -0.0010093258460983634, -0.003661099122837186, 0.011551803909242153, + 0.054865092039108276, 0.0639009177684784, 0.025074640288949013, 0.007772245444357395, + 0.04739433526992798, 0.03807094693183899, 0.03764665871858597, -0.07732799649238586, + -0.10782279074192047, -0.01819641701877117, -0.002724064514040947, -0.07648351788520813, + 0.011426251381635666, 0.04630403593182564, 0.02777964062988758, -0.03047708049416542, + 0.030284328386187553, 0.018214570358395576, 0.06723862886428833, -0.045490313321352005, + -0.03798991069197655, 0.042796194553375244, 0.06234738230705261, -0.042429421097040176, + -0.05656908452510834, -0.012989405542612076, -0.050733648240566254, 0.00869451742619276, + 0.022244323045015335, -0.05538737028837204, -0.010435356758534908, 0.047028545290231705, + -0.0017754993168637156, 0.01043238677084446, 0.006493427325040102, -0.04188080504536629, + 0.10540314018726349, 0.005514169577509165, -0.03117617964744568, -0.04204798489809036, + 0.006592454854398966, 0.008061646483838558, -0.04848317429423332, 0.017387578263878822, + -0.0665157213807106, -0.005938400514423847, 0.057299744337797165, -0.031244371086359024, + -0.026399776339530945, 0.01542114932090044, 0.03212149441242218, 0.021086113527417183, + 0.10574789345264435, -0.02492576651275158, 0.030830128118395805, 0.06204094737768173, + 0.07641799747943878, -0.017561394721269608, -0.002138171810656786, 0.014728001318871975, + 0.025281691923737526, 0.051769569516181946, 0.001814781571738422, 0.0825580358505249, + 0.06955614686012268, -0.008882730267941952, -0.03388461470603943, 0.062408942729234695, + -0.056828822940588 + ], + [ + 0.09017731994390488, 0.009152820333838463, -0.004357613157480955, 0.04601038619875908, + -0.03671179339289665, 0.04959212243556976, 0.008973668329417706, -0.03880823403596878, + -0.03523554280400276, -0.01562008447945118, -0.06298814713954926, -0.008153966628015041, + -0.05199151486158371, 0.02663559280335903, 0.02679980918765068, -0.0771477073431015, + 0.006828209385275841, -0.0021529379300773144, -0.00222071073949337, 0.043064408004283905, + -0.02556346170604229, 0.0034397239796817303, 0.0002967255131807178, 0.005024644546210766, + -0.026377573609352112, 0.023507967591285706, -0.028236865997314453, 0.01773083582520485, + -0.006973590701818466, -0.03219950199127197, -0.052086446434259415, 0.025234268978238106, + 0.01610904186964035, 0.051450829952955246, 0.026556076481938362, 0.01524859108030796, + 0.08101952075958252, 0.0104391323402524, 0.00906603503972292, 0.018693631514906883, + 0.007028291001915932, -0.021966518834233284, 0.06932661682367325, -0.03595399856567383, + 0.02250821143388748, 0.02245815098285675, -0.029803352430462837, 0.09818028658628464, + 0.08414604514837265, -0.06210000813007355, 0.03477029129862785, 0.030322937294840813, + -0.033376555889844894, 0.024152519181370735, 0.02521977201104164, 0.12173523753881454, + -0.01609434187412262, 0.003909488674253225, 0.04512941092252731, 0.021227871999144554, + 0.022765137255191803, -0.056693557649850845, -0.05626297742128372, 0.051056552678346634, + 0.057939037680625916, -0.0050278217531740665, 0.019172336906194687, 0.04840106889605522, + 0.04863202944397926, -0.05538933351635933, 0.037981968373060226, 0.03329116106033325, + 0.022587571293115616, -0.02242582105100155, 0.07129373401403427, 0.04452958703041077, + 0.10917659848928452, 0.009046707302331924, 0.007194850593805313, 0.04388149827718735, + 0.0114352498203516, 0.03780081123113632, -0.03835025429725647, -0.0530434250831604, + 0.011252583004534245, 0.06451905518770218, 0.06321530789136887, 0.02898993156850338, + -0.10458754003047943, -0.012119859457015991, -0.06172092631459236, 0.021135272458195686, + -0.016880713403224945, 0.039694201201200485, -0.04162469506263733, -0.020712565630674362, + 0.03040722943842411, 0.048692211508750916, 0.039789892733097076, -0.013255881145596504, + 0.02827516570687294, -0.0037461849860846996, 0.05377765744924545, -0.04413476213812828, + 0.03219548985362053, -0.024123521521687508, -0.0026135677471756935, 0.03124922886490822, + -0.018249953165650368, -0.020013650879263878, 0.038248080760240555, -0.06766486912965775, + 0.013496892526745796, 0.0603349395096302, -0.00833763089030981, -0.03946433961391449, + -0.048023175448179245, -0.05719581991434097, 0.07481718063354492, 0.0260197501629591, + 0.012912769801914692, -0.021735752001404762, 0.012305225245654583, -0.026150619611144066, + 0.058125268667936325, 0.011314584873616695, -0.10872761160135269, 0.007761156186461449, + 0.019130898639559746, -0.03451209142804146, 0.07212342321872711, 0.016766052693128586, + -0.01457529328763485, -0.04353221133351326, 0.08422022312879562, -0.09136944264173508, + 0.0655127465724945, -0.01795065402984619, -0.08772264420986176, 0.01156630925834179, + -0.04608729109168053, 0.022722536697983742, -0.026788000017404556, 0.03118065930902958, + -0.017157848924398422, 0.05068949609994888, -0.02529945783317089, 0.026005268096923828, + -0.0036554180551320314, 0.03070872649550438, -0.001919209724292159, 0.013905983418226242, + 0.014492793940007687, 0.03045111708343029, 0.06053096428513527, -0.04334939643740654, + -0.002988975727930665, 0.008872621692717075, -0.05140950530767441, 0.00023516065266449004, + -0.03830792382359505, 0.0012078348081558943, 0.03362216055393219, 0.037001028656959534, + 0.014603978022933006, 0.024011505767703056, -0.053925853222608566, -0.015760214999318123, + 0.058205436915159225, -0.01362419780343771, -0.05025243014097214, 0.042539745569229126, + -0.013597910292446613, -0.003910640720278025, 0.002428354462608695, 0.0052514346316456795, + -0.029153086245059967, 0.005072516854852438, -0.00048094772500917315, 0.0012041042791679502, + -0.008400353603065014, 0.0384802408516407, 0.007022392936050892, 0.015825707465410233, + 0.02049349620938301, 0.022407544776797295, -0.04218856990337372, 0.020997129380702972, + -0.05308770760893822, 0.05031128227710724, 0.009735245257616043, 0.03711904585361481, + 0.03563329949975014, 0.03817696124315262, -0.025377217680215836, 0.04732677340507507, + 0.029157178476452827, -0.010588610544800758, 0.09904194623231888, -0.07449705898761749, + -0.02289908565580845, -0.0006305607967078686, 0.008643492124974728, -0.0047914087772369385, + -0.07713710516691208, -0.046280086040496826, 0.0046574827283620834, -0.07581675052642822, + -0.005808208137750626, 0.024204760789871216, 0.06436403095722198, 0.0007206527516245842, + 0.044280197471380234, 0.018000319600105286, -0.0788554698228836, 0.02730601839721203, + -0.011124148033559322, -0.0898401141166687, -0.07279986888170242, -0.004925461485981941, + -0.0460704043507576, -0.02917640283703804, -0.02716965414583683, -0.01806165836751461, + -0.061199162155389786, -0.03583037853240967, -0.014217142015695572, 0.07196596264839172, + 0.02091089077293873, -0.018737897276878357, 0.04858236014842987, -0.009120967239141464, + -0.06557871401309967, 0.06399785727262497, 0.002675571944564581, 0.02920493856072426, + -0.01649913191795349, -0.01979975402355194, -0.009317731484770775, -0.017453428357839584, + 0.06635887920856476, -0.02068323642015457, 0.03212198615074158, -0.07168988138437271, + -0.08041968196630478, 0.07191130518913269, -0.04560071974992752, 0.02521068975329399, + -0.02181428112089634, 0.048720892518758774, -0.050923001021146774, -0.014217067509889603, + -0.025021912530064583, 0.017652016133069992, -0.012430655770003796, 0.011462868191301823, + -0.019587846472859383, 0.002830290701240301, 0.06424470245838165, -0.0022975688334554434, + -0.049047891050577164, 0.02944064512848854, 0.005595390684902668, 0.055201031267642975, + 0.0074238963425159454, -0.1080552488565445, 0.08539768308401108, -0.018703589215874672, + -0.007305295672267675, -0.036616258323192596, 0.07891130447387695, 0.05487621948122978, + -0.03627324104309082, -0.01362459547817707, -0.029619263485074043, 0.057136472314596176, + -0.07272813469171524, -0.08099886029958725, -0.050663866102695465, -0.0023117975797504187, + -0.0030720944050699472, 0.04171278327703476, 0.048883676528930664, -0.041770901530981064, + 0.03615286946296692, 0.05001917853951454, 0.04754144698381424, -0.039284996688365936, + 0.09104251116514206, 0.08648533374071121, 0.00438945135101676, 0.03054879605770111, + -0.05218099430203438, -0.0381486639380455, 0.038532715290784836, 0.04827648028731346, + 0.057202741503715515, -0.029611460864543915, -0.0823071226477623, -0.016435185447335243, + -0.00526420446112752, -0.01620122417807579, 0.03988581895828247, 0.04794224351644516, + -0.09430326521396637, -0.032246559858322144, -0.031736820936203, -0.06704389303922653, + -0.03782612830400467, 0.05795777589082718, -0.03011997602880001, -0.09148760885000229, + -0.09266074001789093, -0.06044731289148331, -0.010530064813792706, 0.034981951117515564, + 0.0756191536784172, -0.036571476608514786, 0.05126732215285301, -0.021371731534600258, + 0.04552604630589485, 0.09135497361421585, -0.03376636654138565, -0.040699757635593414, + -0.030487144365906715, -0.004671940114349127, -0.016095411032438278, -0.040381770581007004, + 0.034993186593055725, 0.008835485205054283, -0.028139758855104446, 0.009537506848573685, + 0.028664611279964447, 0.03529371693730354, 0.0043093678541481495, -0.021152948960661888, + 0.008350305259227753, 0.024255460128188133, -0.07638254016637802, 0.023047730326652527, + -0.029163656756281853, -0.0460066944360733, -0.029525304213166237, 0.06949722766876221, + -0.012914402410387993, -0.005883113946765661, -0.011399791575968266, 0.024930935353040695, + 0.07078708708286285, -0.0182122141122818, 0.020837849006056786, 0.06393825262784958, + -0.047429852187633514, 0.061277441680431366, -0.002092747949063778, 0.018221888691186905, + -0.0474727600812912, -0.034333374351263046, -0.009539484977722168, -0.011145359836518764, + -0.030200518667697906, 0.0493197962641716, 0.0043082754127681255, -0.022084617987275124, + 0.01998896710574627, 0.05947520583868027, 0.02735624834895134, -0.04049333184957504, + -0.08228932321071625, 0.04761296883225441, -0.00785732176154852, -0.0016686291201040149, + -0.05598803609609604, -0.027574382722377777, -0.0020678129512816668, 0.009234189055860043, + 0.07515498995780945, -0.05598325654864311, -0.0035333314444869757, 0.008197411894798279, + -0.02431105263531208, -0.03740231692790985, 0.055441610515117645, 0.07938937842845917 + ], + [ + -0.025460049510002136, 0.04596802219748497, -0.03501256927847862, -0.05405091866850853, + 0.01762111485004425, -0.023179776966571808, 0.052004747092723846, -0.007309230510145426, + 0.027284318581223488, 0.006354272831231356, -0.02521630749106407, 0.04416541010141373, + -0.050886571407318115, 0.08517809957265854, 0.029249979183077812, 0.01262144185602665, + -0.011269976384937763, -0.009705526754260063, 0.009407163597643375, 0.005219319369643927, + 0.04807649180293083, 0.016758615151047707, 0.05579410865902901, 0.03620082139968872, + 0.03313705697655678, 0.005262446589767933, -0.05646325647830963, 0.006926240399479866, + 0.03892070800065994, 0.02633162960410118, -0.05672618746757507, -0.02591845765709877, + 0.05114365369081497, -0.03167534992098808, -0.05517597496509552, -0.01725398562848568, + 0.035968296229839325, -0.024249587208032608, -0.013279327191412449, 0.05404826998710632, + 0.01897319406270981, 0.03644459322094917, 0.01706431619822979, -0.025545047596096992, + 0.03463398292660713, 0.03037954494357109, 0.03485516086220741, 0.05909820273518562, + 0.039545733481645584, -0.04042578861117363, 0.04080008715391159, -0.020035581663250923, + -0.0740092471241951, -0.0003768473688978702, -0.03571386635303497, 0.05076350271701813, + 0.006429952569305897, 0.009382960386574268, 0.06438880413770676, -0.004010525997728109, + 0.04744591936469078, -0.0599292516708374, -0.06015630438923836, 0.040543753653764725, + -0.009107808582484722, 0.0029079352971166372, 0.01876043528318405, -0.01872049830853939, + -0.049410928040742874, -0.07578641176223755, -0.030931221321225166, -0.015562066808342934, + 0.009310685098171234, -0.06686261296272278, 0.004788186866790056, 0.03503365069627762, + 0.012634162791073322, 0.04494846984744072, -0.03349434211850166, -0.006506355479359627, + 0.04701344296336174, -0.013625101186335087, 0.03294571116566658, 0.009466989897191525, + 0.05880412831902504, 0.03294830769300461, -0.007748434320092201, -0.007392236962914467, + -0.010899491608142853, 0.0685618668794632, -0.026648862287402153, -0.023716136813163757, + -0.04982033744454384, 0.005385945551097393, 0.00475451210513711, 0.04915681853890419, + -0.04644855484366417, 0.0504331961274147, 0.06550002098083496, 0.04703637957572937, 0.04630811884999275, + 0.035520393401384354, 0.022267499938607216, 0.04113975539803505, 0.055933788418769836, + 0.03059755079448223, -0.029269350692629814, 0.013644171878695488, -0.03267637640237808, + -0.052636176347732544, -0.026091257110238075, -0.04837936908006668, 0.002072956645861268, + 0.01641763001680374, 0.0007095875917002559, 0.028982970863580704, 0.041429303586483, + -0.028753582388162613, 0.006111053749918938, -0.05596752092242241, -0.05071888864040375, + -0.04212844371795654, 0.0657808929681778, 0.004896606784313917, 0.019386349245905876, + -0.0056356764398515224, -0.039866600185632706, 0.006277184002101421, 0.03642399236559868, + -0.029353925958275795, 0.02425392158329487, -0.011894963681697845, 0.024792544543743134, + -0.04114158824086189, -0.013538407161831856, 0.004224573727697134, 0.03655673936009407, + 0.046097300946712494, 0.041775576770305634, -0.006412680726498365, -0.020990999415516853, + -0.011732185259461403, 0.07179391384124756, 0.0008106438908725977, -0.06014630198478699, + -0.023612268269062042, -0.05100131407380104, 0.024650050327181816, -0.07125632464885712, + -0.08164271712303162, -0.04151542857289314, 0.014445141889154911, 0.05604224279522896, + -0.062347233295440674, -0.02004080079495907, -0.013258727267384529, -0.005915050860494375, + -0.019120940938591957, 0.008880127221345901, -0.017530091106891632, -0.030853182077407837, + -0.0032875249162316322, 0.02608097530901432, -0.0035657165572047234, -0.02848094329237938, + -0.04355839639902115, 0.032259270548820496, -0.06364362686872482, 0.0031200714875012636, + -0.01917816698551178, -0.054609887301921844, -0.002702501602470875, 0.011948825791478157, + 0.02172868140041828, 0.026990441605448723, -0.0760163813829422, -0.03806909918785095, + 0.004439311567693949, -0.016936413943767548, -0.034337662160396576, 0.001199729973450303, + 0.077481210231781, 0.03539232537150383, 0.027982188388705254, 0.05266394466161728, 0.06998273730278015, + -0.05671023204922676, -0.016935747116804123, -0.04620807617902756, -0.031209062784910202, + 0.02839125506579876, 0.012446893379092216, 0.02005472593009472, 0.030312582850456238, + 0.022330157458782196, 0.05262192711234093, 0.019791623577475548, -0.0255060363560915, + 0.043606001883745193, -0.042980413883924484, 0.04387625306844711, -0.07099584490060806, + -0.04586554691195488, -0.0015379544347524643, -0.016492443159222603, -0.048144131898880005, + -0.036528579890728, 0.02161639928817749, -0.0209753829985857, 0.034605421125888824, 0.05883321166038513, + 0.0376986600458622, 0.019429869949817657, -0.05840110778808594, -0.02164345048367977, + 0.0017214195104315877, 0.03358736261725426, -0.03131682425737381, -0.05592856928706169, + -0.032338947057724, 0.0065245116129517555, 0.060906507074832916, 0.01703956350684166, + 0.0001746901689330116, 0.016574576497077942, -0.06282687187194824, -0.028128614649176598, + -0.009574927389621735, -0.06577731668949127, -0.04427012801170349, -0.02282627671957016, + 0.014430658891797066, -0.018083982169628143, 0.001976009225472808, -0.04369914531707764, + 0.09671606123447418, -0.030045315623283386, 0.029208514839410782, -0.016100561246275902, + -0.012908116914331913, 0.04095989838242531, 0.0541597418487072, 0.0426190122961998, + -0.04026583954691887, 0.02003215253353119, -0.01056751050055027, -0.02278856374323368, + -0.037162695080041885, -0.04499869421124458, -0.009512782096862793, -0.04121110588312149, + -0.029966330155730247, -0.00018503819592297077, -0.02648521587252617, 0.035015251487493515, + -0.03141866624355316, -0.00829053670167923, 0.047547802329063416, 0.038733597844839096, + 0.05133317410945892, 0.041676461696624756, -0.0027112357784062624, -0.027350639924407005, + 0.058733001351356506, -0.016913171857595444, -0.054511185735464096, 0.04493638873100281, + 0.0153759540989995, 0.061299439519643784, -0.024134790524840355, 0.0026666035410016775, + 0.051951441913843155, 0.019275736063718796, -0.004013753030449152, 0.007782574277371168, + -0.0025739995762705803, 0.03684956952929497, 0.026348883286118507, 0.04075384512543678, + 0.011774802580475807, 0.0596056804060936, 0.017115874215960503, -0.05147334188222885, + -0.03785918280482292, 0.010454662144184113, 0.05029098317027092, -0.02179085463285446, + 0.046608857810497284, 0.03979212045669556, 0.01528172567486763, -0.04446420446038246, + 0.03394137695431709, -0.03449114412069321, -0.040703050792217255, 0.009926092810928822, + 0.03215828165411949, -0.014391647651791573, -0.024650899693369865, -0.04160064086318016, + 0.023819321766495705, 0.03947439044713974, -0.05778651311993599, -0.045662637799978256, + -0.04427557811141014, -0.044457968324422836, 0.003590834327042103, -0.01079675741493702, + 0.039397355169057846, -0.07099167257547379, 0.0077293869107961655, 0.025381552055478096, + -0.042052190750837326, -0.025072365999221802, 0.03280089050531387, 0.011521782726049423, + -0.011634166352450848, -0.001077397377230227, 0.019505398347973824, 0.030225170776247978, + -0.03957006707787514, 0.034513939172029495, -0.004558426793664694, -0.07290676981210709, + -0.07018845528364182, 0.0197256188839674, 0.0014586994657292962, -0.00733697135001421, + 0.020307470113039017, -0.004989570006728172, -0.011365355923771858, 0.021006572991609573, + -0.019857585430145264, 0.03466067835688591, 0.07026063650846481, 0.0077837794087827206, + -0.013921300880610943, -0.01802372746169567, 0.026410572230815887, -0.024386996403336525, + 0.05328759923577309, 0.04320521280169487, 0.027273626998066902, 0.013833239674568176, + -0.02187529392540455, 0.005410671699792147, 0.01612943969666958, 0.014096085913479328, + 0.040492914617061615, 0.057785920798778534, 0.04634784162044525, -0.025044355541467667, + 0.00338522857055068, -0.06548777967691422, -0.03079131245613098, 0.04571308568120003, + 0.05100162699818611, 0.02007867768406868, 0.04080134630203247, -0.01841370388865471, + -0.07708330452442169, -0.0034602838568389416, 0.07476792484521866, -0.0848286896944046, + 0.014333163388073444, 0.01602296717464924, 0.1200074553489685, 0.06580809503793716, + -0.004254911560565233, -0.01638566516339779, 0.02608613483607769, -0.04090719297528267, + 0.00346421473659575, -0.061218470335006714, -0.006373795215040445, 0.049440883100032806, + -0.0001342627074336633, 0.05788624286651611, -0.03204043582081795, 0.06717225909233093, + 0.05690370127558708, 0.007100382354110479, -0.02881775051355362, 0.013126402162015438, + -0.008934734389185905 + ], + [ + 0.03451120853424072, 0.05522551387548447, -0.03506026789546013, -0.0011301188496872783, + -0.028896363452076912, 0.03571378439664841, -0.030193891376256943, -0.016525035724043846, + -0.002085844287648797, -0.058923400938510895, -0.08389830589294434, 0.004539229907095432, + -0.018569784238934517, 0.026419490575790405, 0.005161091685295105, -0.020358145236968994, + -0.017472771927714348, -0.035681694746017456, 0.08758801966905594, -0.0017846981063485146, + 0.03700769692659378, 0.05654432997107506, 0.007517632562667131, -0.06269508600234985, + 0.058538518846035004, 0.010733169503509998, -0.03725094720721245, -0.06585666537284851, + -0.026698093861341476, -0.020409705117344856, -0.06317651271820068, -0.07017707824707031, + -0.04029633104801178, 0.0456676259636879, -0.0459514781832695, 0.05050354450941086, + 0.035985227674245834, -0.013194115832448006, -0.019590839743614197, -0.013423418626189232, + 0.04719817265868187, 0.060447003692388535, -0.03924713283777237, 0.057740647345781326, + -0.02537313476204872, 0.058651648461818695, 0.05567679554224014, 0.027253080159425735, + 0.020848717540502548, 0.01585688441991806, 0.01421019434928894, -0.03192101791501045, + -0.02758619375526905, -0.02050199918448925, 0.009006781503558159, 0.04359026253223419, + -0.008105059154331684, 0.03714513033628464, 0.025848684832453728, 0.012031231075525284, + -0.010008759796619415, 0.019502542912960052, 0.0023811371065676212, 0.0658370852470398, + -0.02127034217119217, 0.018738416954874992, 0.017846912145614624, 0.06435924023389816, + -0.03767053782939911, -0.004931386094540358, 0.019155358895659447, 0.028697550296783447, + 0.024172473698854446, -0.06178317964076996, 0.05919603258371353, 0.027850918471813202, + 0.04811049997806549, 0.010723517276346684, -0.012783327139914036, 0.10909388959407806, + -0.021729612722992897, 0.03237958624958992, -0.026505451649427414, -0.006534123327583075, + -0.019427888095378876, 0.04487520828843117, 0.02140725404024124, -0.045492954552173615, + -0.022793488577008247, -0.0139613701030612, 0.011516780592501163, -0.043484535068273544, + 0.02559460513293743, -0.006394821219146252, -0.07751256227493286, 0.015533039346337318, + -0.04273909702897072, -0.02631673403084278, 0.022761255502700806, 0.03563382476568222, + -0.043308645486831665, 0.03074663132429123, -0.04344376176595688, -0.03897000849246979, + -0.04881817474961281, 0.046404752880334854, 0.05268760770559311, 0.003806591033935547, + 0.016606418415904045, 0.010410066694021225, 0.02559933066368103, -0.07197608053684235, + 0.08121782541275024, -0.03302298113703728, -0.04533037543296814, -0.0047916523180902, + -0.05182593688368797, 0.01913153938949108, 0.09632803499698639, -0.0011093555949628353, + 0.013417835347354412, 0.0006409193156287074, 0.06515537202358246, 0.0016546659171581268, + 0.01578291319310665, -0.025896307080984116, -0.08591510355472565, -0.0502876378595829, + 0.014638160355389118, -0.04226865619421005, 0.04421580210328102, -0.06271006911993027, + 0.047159306704998016, -0.08296024054288864, 0.010179481469094753, -0.02127952128648758, + 0.03858565911650658, 0.017217591404914856, 0.04517385736107826, 0.028597984462976456, + -0.017236383631825447, -0.06422395259141922, 0.034359268844127655, -0.032583121210336685, + -0.05436694622039795, -0.027217404916882515, -0.012113204225897789, 0.0014616616535931826, + -0.08688024431467056, -0.012862284667789936, 0.0008609467768110335, 0.027507798746228218, + 0.05628543347120285, -0.054751165211200714, 0.03521665185689926, -0.08927755057811737, + 0.04039891064167023, 0.011438357643783092, 0.01486148964613676, 0.04518897086381912, + -0.06565471738576889, 0.059136055409908295, 0.05724812671542168, -0.0414804145693779, + 0.02866959758102894, -0.025395970791578293, -0.02546199969947338, 0.023664232343435287, + -0.03154999762773514, 0.03238502889871597, 0.02140865847468376, -0.0026326733641326427, + 0.0062624732963740826, -0.019778486341238022, -0.007048025727272034, 0.007914863526821136, + -0.022582311183214188, 0.022400030866265297, -0.025389622896909714, 0.02777041681110859, + 0.016216343268752098, 0.030684201046824455, 0.045510146766901016, -0.004353636875748634, + 0.061072032898664474, 0.023197712376713753, -0.016864005476236343, 0.031015601009130478, + -0.031659085303545, -0.004337577149271965, 0.013738484121859074, 0.07977712899446487, 0.067974753677845, + 0.04683537036180496, 0.056911397725343704, 0.030217468738555908, -0.00514349527657032, + -0.10342991352081299, 0.006607521325349808, -0.07013656944036484, 0.008616718463599682, + -0.029632193967700005, -0.028136475011706352, -0.021491939201951027, -0.04708263650536537, + -0.03789322450757027, 0.0260822344571352, -0.07695410400629044, 0.014669626951217651, + 0.02982911840081215, 0.005474940873682499, -0.05398175120353699, -0.043887700885534286, + -0.0636577308177948, -0.00010450340050738305, 0.04195324704051018, 0.016434524208307266, + -0.05603780597448349, -0.026508722454309464, 0.06747760623693466, -0.08559153228998184, + 0.028314467519521713, -0.056969720870256424, 0.008674513548612595, 0.005673510953783989, + -0.037400536239147186, 0.06580981612205505, 0.043648913502693176, -0.04428058862686157, + -0.06517025828361511, -0.04755400866270065, 0.05781713128089905, -0.07628732174634933, + 0.013561371713876724, -0.037709154188632965, 0.04891367629170418, -0.04657146334648132, + 0.003272330854088068, -0.019374657422304153, 0.05968194454908371, 0.01442008651793003, + 0.06474430859088898, 0.079787977039814, -0.08343790471553802, -0.00045736477477476, + 0.049212995916604996, 0.004310705233365297, -0.07637185603380203, -0.022195760160684586, + 0.0261811725795269, -0.014975236728787422, -0.04117284342646599, 0.017283970490098, + -0.02108212560415268, -0.02591230720281601, -0.02190309390425682, -0.011696362867951393, + -0.046113595366477966, 0.007846131920814514, 0.07470018416643143, 0.030752338469028473, + -0.00445789797231555, -0.005863949190825224, -0.009370088577270508, -0.0422932468354702, + -0.07256686687469482, 0.026774408295750618, 0.01813233643770218, -0.0009716191561892629, + -0.01995917595922947, 0.005494787823408842, 0.08605290949344635, -0.015513336285948753, + 0.09416137635707855, -0.06171460822224617, 0.08604161441326141, 0.033651020377874374, + -0.0976550430059433, 0.023785699158906937, 0.04845122992992401, 0.03954556956887245, + -0.006488044746220112, 0.029392600059509277, -0.0426107794046402, 0.02165018767118454, + -0.0016153213800862432, -0.020892269909381866, -0.011190013028681278, 0.03530805557966232, + 0.04563405364751816, 0.02173103764653206, 0.015405227430164814, -0.05238189548254013, + -0.002112107817083597, 0.02815127931535244, 0.008570601232349873, -0.02367628552019596, + -0.00405103201046586, 0.006249697878956795, -0.03584356606006622, -0.011362694203853607, + 0.035842154175043106, -0.06000238284468651, -0.03106294572353363, -0.061065878719091415, + -0.057917270809412, 0.010526168160140514, 0.023282013833522797, -0.008563944138586521, + 0.025530941784381866, 0.008244979195296764, -0.00018662407819647342, -0.06554605066776276, + -0.04302716627717018, 0.018064288422465324, -0.02701742574572563, 0.0327800028026104, + -0.018332388252019882, 6.119874160503969e-5, -0.03206603601574898, 0.00365924509242177, + 0.04858628287911415, -0.01579676941037178, -0.08251774311065674, -0.0065488130785524845, + -0.003662369679659605, -0.004726077895611525, 0.07512322813272476, 0.07018490880727768, + -0.01467013917863369, 0.009184509515762329, -0.06647074222564697, -0.05566281080245972, + 0.07067662477493286, -0.0024608136154711246, -0.04443003982305527, -0.0478273406624794, + 0.0076344492845237255, -0.07910609990358353, -0.005931846797466278, 0.03739701956510544, + 0.004354808479547501, -0.024499664083123207, 0.01946750096976757, -0.04400921240448952, + -0.0357087180018425, -0.033053480088710785, -0.0033646097872406244, 0.01761544868350029, + 0.021553145721554756, -0.03582954406738281, 0.10556966066360474, -0.05282272398471832, + 0.001186616369523108, -0.039507392793893814, -0.03632349520921707, 0.008658270351588726, + 0.011271168477833271, -0.043854355812072754, -0.04307768866419792, -0.049143362790346146, + 0.0383305698633194, 0.018229493871331215, 0.0015940738376230001, 0.02222481742501259, + 0.08164533227682114, 0.05941665172576904, 0.014216017909348011, 0.020680872723460197, + -0.011309214867651463, 0.0471210777759552, 0.0586111918091774, -0.0009038493153639138, + -0.03930500149726868, 0.02412567473948002, -0.01912541128695011, 0.08933818340301514, + 0.026697829365730286, 0.04551559314131737, 0.022228097543120384, -0.06470309942960739, + -0.06943372637033463, 0.06639105081558228, 0.0015006239991635084 + ], + [ + 0.07019899785518646, -0.02185622975230217, 0.022898416966199875, 0.15379586815834045, + -0.0027569704689085484, 0.07321852445602417, -0.005504371598362923, -0.011992210522294044, + 0.0040106866508722305, 0.009558923542499542, 0.02091166563332081, -0.04026675969362259, + 0.009518329054117203, 0.024881187826395035, 0.02279249019920826, 0.026127442717552185, + 0.029649022966623306, -0.12714439630508423, 0.030890824273228645, 0.029358798637986183, + 0.002725031925365329, 0.0031255099456757307, 0.030198834836483, 0.02743399702012539, + -0.03919577598571777, -0.0029361241031438112, -5.093645449960604e-5, 0.018108081072568893, + 0.025479184463620186, 0.020468508824706078, -0.061468761414289474, 0.08902573585510254, + 0.029171854257583618, 0.04347190633416176, 0.01920980215072632, 0.030353056266903877, + 0.05256621167063713, 0.00509203365072608, 0.02083449251949787, -0.018005628138780594, + -0.041873831301927567, -0.036838598549366, 0.10233672708272934, 0.030971473082900047, + -0.014940641820430756, 0.034014757722616196, 0.014106594026088715, 0.005099618807435036, + -0.02875478006899357, -0.08623205870389938, -0.009098734706640244, 0.007519064005464315, + 0.021511517465114594, 0.026034725829958916, 0.003986080642789602, -0.011149200610816479, + -0.034991536289453506, 0.04081479087471962, -0.03406700864434242, 0.042215414345264435, + 0.05899544805288315, -0.07625779509544373, 0.0044432408176362514, -0.05859412997961044, + 0.06684399396181107, 0.03240306302905083, -0.028547098860144615, 0.04541214928030968, + 0.04727410525083542, -0.044408854097127914, 0.01864379644393921, 0.0415014773607254, + -0.01285234559327364, -0.03701663389801979, 0.0011802524095401168, -0.004014929756522179, + 0.12814898788928986, 0.04025108367204666, 0.08215148001909256, -0.024549854919314384, + -0.0008802494267001748, -0.07089854031801224, -0.09592676907777786, -0.009618186391890049, + -0.033443983644247055, 0.0009083753102459013, -0.04193873703479767, 0.07515266537666321, + -0.1850001960992813, 0.004557593259960413, -0.020486749708652496, -0.043457429856061935, + -0.056865349411964417, -0.03668993338942528, -0.056908778846263885, 0.019389640539884567, + -0.021895846351981163, 0.04429474100470543, -0.016352292150259018, -0.04400314763188362, + 0.004477094393223524, 0.011448970064520836, -0.03758332505822182, -0.05141957476735115, + -0.02247166447341442, -0.11337020248174667, -0.019729377701878548, 0.031970635056495667, + 0.027592571452260017, -0.08244127035140991, 0.016404910013079643, -0.02512931451201439, + 0.06129083409905434, -0.004194557201117277, -0.07823392748832703, -0.02039281278848648, + -0.0729583129286766, -0.053820326924324036, 0.07423529028892517, 0.04743224009871483, + -0.051767122000455856, -0.1072637066245079, 0.025322547182440758, -0.02297149784862995, + 0.00906706415116787, 0.0564422532916069, -0.10819631814956665, -0.011476035229861736, + -0.0642165094614029, -0.09210188686847687, -0.011432760395109653, 0.04281888157129288, + 0.027640679851174355, -0.028198974207043648, 0.014861402101814747, -0.05910173058509827, + 0.061951540410518646, -0.006856130436062813, -0.040999170392751694, -0.026499949395656586, + 0.04883089289069176, -0.029057836160063744, 0.027534423395991325, -0.06507682055234909, + -0.029573526233434677, 0.0048490529879927635, -0.1085866317152977, -0.06201176717877388, + -0.12743371725082397, 0.07935988157987595, 0.04768829792737961, 0.009776007384061813, + 0.02842368185520172, 0.040727682411670685, 0.15203535556793213, -0.13104984164237976, + -0.043552178889513016, -0.04911678284406662, 0.07387252151966095, 0.05379379540681839, + 0.004556974396109581, 0.07341375946998596, 0.12292256951332092, 0.010144680738449097, + 0.047853872179985046, -0.017233362421393394, 0.04339209944009781, -0.04145829752087593, + -0.03809818997979164, 0.016238152980804443, -0.0300520658493042, 0.08269400894641876, + 0.012094440869987011, 0.0863155797123909, -0.04982206970453262, -0.00911451131105423, + 0.06654255837202072, -0.03684199973940849, 0.004308924078941345, 0.03224531188607216, + -0.01001857127994299, -0.03620336577296257, 0.11389043182134628, 0.044982943683862686, + 0.04962768033146858, -0.10013744980096817, 0.013054503127932549, 0.049312837421894073, + -0.04652118682861328, 0.11399552971124649, -0.0017181942239403725, -0.05349334329366684, + 0.018508048728108406, -0.016152627766132355, 0.0066728475503623486, -0.018527181819081306, + 0.03047337383031845, 0.009714181534945965, 0.017122915014624596, -0.011111810803413391, + -0.02849106676876545, -0.026483524590730667, -0.054542191326618195, -0.04430771991610527, + -0.07626041024923325, -0.049699585884809494, -0.01704053394496441, -0.06414665281772614, + -0.028515690937638283, -0.05524298921227455, 0.015533446334302425, 0.0927538126707077, + 0.01656014658510685, 0.08353264629840851, 0.01397846918553114, 0.028668595477938652, + -0.024827949702739716, -0.01734105497598648, -0.05569646134972572, 0.08868318051099777, + -0.04045981168746948, -0.0037287904415279627, 0.025362780317664146, 0.04117254912853241, + -0.05690402165055275, 0.07919994741678238, -0.029763253405690193, -0.039113935083150864, + 0.05741291865706444, 0.0456104539334774, 0.09483331441879272, -0.08664067834615707, + -0.009461278095841408, 0.043046027421951294, -0.05079534277319908, -0.025933559983968735, + 0.01539535354822874, 0.08987490832805634, -0.07449644058942795, -0.009109914302825928, + -0.0930863618850708, -0.026874326169490814, -0.03244832530617714, 0.09183632582426071, + -0.05200164392590523, 0.07456812262535095, 0.01636621356010437, 0.08784525841474533, + -0.02163531817495823, 0.055912453681230545, 0.005985126364976168, -0.07986634969711304, + -0.06291019171476364, -0.07700151950120926, -0.02603044919669628, 0.008757442235946655, + 0.015859561040997505, 0.04553091526031494, -0.014631245285272598, 0.028122317045927048, + 0.056357115507125854, 0.02524462155997753, -0.04598604887723923, 0.013458168134093285, + 0.09104978293180466, -0.029978498816490173, 0.0506753996014595, -0.0437484011054039, + -0.007382181007415056, -0.10373105853796005, 0.014103586785495281, 0.05775903910398483, + -0.08892548084259033, -0.031647615134716034, -0.09889285266399384, -0.024401120841503143, + -0.0733892172574997, 0.031271643936634064, -0.005421672482043505, 0.056559186428785324, + 0.015186617150902748, 0.053494274616241455, -0.07064495235681534, 0.024658259004354477, + 0.04140280559659004, 0.017656084150075912, 0.09137183427810669, -0.026782749220728874, + 0.062444157898426056, -0.012803075835108757, -0.025215135887265205, 0.021445101127028465, + -0.0018281147349625826, 0.010069046169519424, -0.0174051932990551, 0.02591250278055668, + 0.048643384128808975, -0.10546959936618805, -0.06770199537277222, 0.07270675152540207, + -0.011067954823374748, 0.010685604996979237, -0.004561453126370907, -0.0925346240401268, + -0.08582748472690582, -0.0175341609865427, 0.061363086104393005, 0.014734425581991673, + -0.08481451123952866, 0.04157004877924919, 0.07938684523105621, 0.03766431286931038, + -0.055139124393463135, -0.01432694774121046, -0.028550609946250916, -0.01003026682883501, + -0.055181048810482025, -0.006944012828171253, -0.018478738144040108, -0.03227474167943001, + -0.05658961832523346, -0.06709524989128113, 0.014003049582242966, -0.06240738555788994, + 0.04081812500953674, 0.021503176540136337, -0.009965695440769196, -0.017427951097488403, + 0.03521660715341568, -0.039533063769340515, -0.08621204644441605, -0.008340380154550076, + -0.07785536348819733, 0.07996025681495667, -0.051683541387319565, -0.02668222226202488, + -0.07969532907009125, 0.07986243814229965, -0.017751749604940414, -0.027848029509186745, + -0.0029257903806865215, -0.017000647261738777, -0.018644070252776146, 0.06398902833461761, + -0.0047433567233383656, 0.007543278392404318, 0.007180877961218357, -0.005921196658164263, + -0.0036845856811851263, -0.006408260203897953, 0.045751504600048065, 0.09985886514186859, + 0.03024141676723957, -0.003662407398223877, 0.027693383395671844, -0.05044999346137047, + -0.005595839116722345, 0.024518227204680443, 0.06550092250108719, -0.07862619310617447, + -0.0740225538611412, 0.0929771140217781, -0.08736877888441086, -0.021434534341096878, + -0.013254704885184765, 0.06324853748083115, 0.022181518375873566, 0.04648692533373833, + -0.06383363902568817, -0.020036445930600166, -0.008156009949743748, -0.03186905384063721, + -0.06908618658781052, -0.046720780432224274, 0.0018553321715444326, 0.06642869114875793, + 0.03350650891661644, -0.02195253223180771, -0.013086210004985332, 0.021503468975424767, + 0.020657898858189583, 0.04300183057785034, 0.029015475884079933, -0.003204161999747157 + ], + [ + -0.01846376433968544, -0.05249803885817528, -0.06026647612452507, -0.03394458442926407, + 0.013643359765410423, 0.022976433858275414, 0.04190948233008385, 0.0303557887673378, + 0.028009502217173576, 0.027193404734134674, -0.01138329692184925, -0.0144054489210248, + 0.028851117938756943, -0.03539915755391121, -0.034517716616392136, -0.032866012305021286, + 0.06807924807071686, 0.03649536147713661, 0.061246518045663834, 0.07060430943965912, + -0.06977643817663193, -0.056142497807741165, -0.012043253518640995, 0.021428201347589493, + 0.06051674857735634, 0.06584739685058594, 0.028744952753186226, 0.05536752566695213, + -0.03486137464642525, -0.001621437375433743, 0.03886418044567108, -0.00796915590763092, + -0.03329118713736534, -0.04276337847113609, 0.08798710256814957, -0.010252143256366253, + 0.025807874277234077, 0.0738067552447319, -0.012749569490551949, 0.08401001989841461, + 0.08829866349697113, -0.048719532787799835, 0.03364202752709389, 0.024681635200977325, + -0.028496040031313896, -0.003219049423933029, -0.07750275731086731, 0.051123641431331635, + 0.02238030731678009, 0.05219772085547447, -0.038768090307712555, 0.06596482545137405, + 0.11562105268239975, -0.07366150617599487, 0.03685547783970833, 0.05045335739850998, + 0.04562852904200554, 0.013375475071370602, -0.02856612391769886, 0.0005711333942599595, + -0.0418366976082325, 0.11164944618940353, 0.01876109093427658, -0.0700535848736763, 0.04608381167054176, + -0.05915001034736633, 0.04128633439540863, 0.03969297185540199, 0.014930648729205132, + 0.052429452538490295, 0.10973954945802689, 0.022893095389008522, -0.035918835550546646, + -0.016615046188235283, -0.008727412670850754, -0.09314348548650742, -0.10735952109098434, + 0.022030165418982506, 0.018091019243001938, -0.09789219498634338, 0.09085630625486374, + -0.04539356008172035, 0.006362269166857004, -0.11460860818624496, 0.04850136861205101, + -0.05727122724056244, -0.002602948807179928, -0.02994590252637863, -0.0085291201248765, + 0.025799503549933434, -0.0007887897663749754, 0.04595138505101204, 0.008128958754241467, + -0.01664886064827442, -0.02734718844294548, 0.029873473569750786, -0.0021315645426511765, + 0.016154156997799873, -0.001044494565576315, 0.05135149881243706, -0.051515836268663406, + -0.020472945645451546, 0.09881801903247833, 0.0634535476565361, 0.03206079453229904, + -0.08058159798383713, -0.0454765148460865, -0.010887349024415016, 0.029315369203686714, + -0.0032706940546631813, -0.03831648826599121, 0.008892146870493889, -0.046106092631816864, + 0.011826926842331886, 0.054050590842962265, -0.07471290975809097, 0.12058019638061523, + -0.03840544819831848, -0.07692279666662216, 0.055181052535772324, -0.015400863252580166, + -0.0010258856927976012, -0.026121031492948532, 0.03469640389084816, -0.033943451941013336, + -0.044826604425907135, -0.02646157331764698, 0.047818176448345184, 0.02017018385231495, + -0.01631554588675499, 0.0337047278881073, 0.058711301535367966, -0.015986794605851173, + 0.03714985027909279, -0.016555186361074448, -0.0476704016327858, -0.04474448040127754, + -0.0052186232060194016, 0.028233252465724945, -0.04476140812039375, -0.011094274930655956, + 0.09941227734088898, 0.032359179109334946, -0.06807402521371841, 0.053004100918769836, + -0.04818638414144516, -0.007912219502031803, -0.040078915655612946, -0.010311641730368137, + 0.009005292318761349, -0.03861436992883682, -0.0013102181255817413, -0.06046322360634804, + -0.016706576570868492, -0.03282186761498451, 0.07967742532491684, -0.043496910482645035, + 0.036278728395700455, -0.007959670387208462, -0.02483099326491356, -0.006693786475807428, + -0.02784767560660839, -0.009399635717272758, -0.0032693722750991583, -0.09735535830259323, + 0.07559265196323395, -0.03246484696865082, 0.02139587141573429, -0.03450143337249756, + 0.04901035130023956, -0.053075436502695084, -0.013684451580047607, -0.030848877504467964, + -0.0026337564922869205, 0.01851165108382702, 0.002189856953918934, 0.023858798667788506, + 0.0846308171749115, -0.0456375814974308, -0.03843654319643974, -0.05714358761906624, + -0.018117768689990044, -0.08182103931903839, -0.04560007154941559, -0.09333742409944534, + -0.02013062685728073, -0.05550676956772804, -0.05911986902356148, 0.014280675910413265, + -0.054485004395246506, -0.06996390968561172, -0.07808239012956619, -0.06255698949098587, + -0.0077987476252019405, 0.03259999305009842, -0.05342197045683861, -0.014245898462831974, + 0.04920532554388046, -0.05939405411481857, 0.06653481721878052, -0.0074576460756361485, + 0.024107476696372032, -0.023823251947760582, 0.15388521552085876, 0.035713911056518555, + 0.0993393287062645, -0.00020369172852952033, 0.08608542382717133, 0.04209441319108009, + -0.019235432147979736, -0.0006818901747465134, 0.069210946559906, 0.07350976020097733, + 0.02723388746380806, 0.06058743968605995, 0.0014017216162756085, 0.046801481395959854, + 0.09075219184160233, -0.014987909235060215, 0.016412118449807167, -0.004444289952516556, + -0.05055129528045654, -0.09407062828540802, -0.027946563437581062, -0.008138233795762062, + 0.058038607239723206, 0.03401755169034004, -0.005641034338623285, 0.037957046180963516, + -0.029621418565511703, 0.0435459166765213, -0.03459697589278221, 0.03008856065571308, + 0.03891783207654953, 0.015242908149957657, -0.10239437967538834, 0.05557010695338249, + -0.02712387964129448, 0.08732824772596359, -0.09903912246227264, 0.03822716325521469, + -0.0371197946369648, -0.02577829919755459, -0.032735541462898254, 0.0013135133776813745, + 0.05707580968737602, 0.059231191873550415, 0.023469995707273483, 0.00337921897880733, + -0.04124710336327553, 0.060104966163635254, 0.056154437363147736, -0.07093432545661926, + -0.014827921986579895, -0.03967658430337906, 0.04292294755578041, -0.009690914303064346, + -0.01916109025478363, -0.019747057929635048, -0.018588962033391, 0.013032805174589157, + -0.06044938042759895, 0.055395424365997314, -0.031038254499435425, 0.018917851150035858, + 0.04987223818898201, -0.0695725530385971, 0.048150982707738876, 0.046296149492263794, + -0.04521053284406662, 0.040923070162534714, -0.09517301619052887, 0.08193524926900864, + -0.037006426602602005, -0.018253061920404434, 0.04455278813838959, -0.09077972173690796, + 0.08457282930612564, 0.046545155346393585, -0.10600768029689789, -0.059378720819950104, + -0.10185803472995758, -0.032126251608133316, 0.08716889470815659, -0.10331391543149948, + 0.11653890460729599, -0.06672019511461258, -0.046885281801223755, -0.00021578506857622415, + -0.02284264750778675, -0.042957331985235214, -0.011475571431219578, 0.025203648954629898, + 0.07723678648471832, 0.03264463320374489, -0.02776433899998665, 0.03859410807490349, 0.0225231796503067, + -0.05538713559508324, -0.0036532890517264605, 0.008430106565356255, 0.05043678730726242, + 0.022753020748496056, 0.08894166350364685, 0.01097479835152626, 0.023160645738244057, + -0.0020934336353093386, -0.03837380185723305, 0.003683346789330244, -0.053915876895189285, + -0.037795647978782654, 0.08324059098958969, -0.025440586730837822, 0.09240695089101791, + 0.04392699897289276, -0.032400671392679214, 0.0368320494890213, -0.06453793495893478, + -0.038678545504808426, 0.04817027598619461, 0.06236739456653595, -0.014046567492187023, + -0.01760326325893402, -0.011652570217847824, -0.030140064656734467, -0.05115175619721413, + 0.09274836629629135, -0.06251645088195801, -0.00959940068423748, 0.013188885524868965, + 0.06106879934668541, 0.02074120007455349, 0.03032705932855606, 0.009655365720391273, + -0.04396924003958702, -0.007500525563955307, -0.023004362359642982, -0.06209911033511162, + -0.003324073040857911, 0.10034763813018799, 0.00802453514188528, 0.01887143775820732, + -0.010063438676297665, -0.02075476199388504, 0.023377271369099617, 0.00261569581925869, + -0.05625157058238983, 0.0036770489532500505, 0.004613062832504511, 0.029168495908379555, + -0.04019765555858612, 0.020431773737072945, 0.0075944592244923115, -0.0012246781261637807, + 0.013983014971017838, -0.021292293444275856, -0.05644541233778, 0.09046434611082077, + 0.014925502240657806, 0.03697623312473297, -8.041103865252808e-5, -0.03337990492582321, + -0.03121260181069374, -0.010448950342833996, 0.0561886802315712, -0.08048596978187561, + -0.060239799320697784, 0.03477334603667259, -0.016488630324602127, -0.0010245643788948655, + -0.0067941839806735516, 0.02969619445502758, 0.04383212700486183, -0.00520344078540802, + -0.045158859342336655, 0.03059680387377739, 0.008631938137114048, 0.03987108916044235, + -0.03628409281373024, -0.008616221137344837, 0.02876526676118374, 0.03184527903795242, + -0.010547800920903683, 0.020352479070425034 + ], + [ + 0.008109534159302711, -0.016119295731186867, -0.08129431307315826, 0.004430718254297972, + 0.016020990908145905, -0.017649376764893532, 0.02565029077231884, 0.01667027920484543, + -0.030840640887618065, -0.01184332650154829, -0.02171219512820244, 0.008554660715162754, + 0.07177956402301788, -0.07750413566827774, -0.006182020530104637, 0.03961361572146416, + 0.07289979606866837, -0.028253545984625816, -0.054508645087480545, 0.030503924936056137, + -0.037224702537059784, -0.00856386125087738, -0.019714223220944405, 0.0912839025259018, + -0.025703977793455124, 0.03116905689239502, 0.08057915419340134, -0.005223589017987251, + -0.0679442286491394, 0.029412774369120598, 0.047232188284397125, 0.08691930025815964, + 0.07082458585500717, 0.02968674898147583, 0.0341198556125164, -0.09568209946155548, 0.0299253948032856, + 0.048494286835193634, 0.010140040889382362, 0.03187781944870949, -0.06080172583460808, + -0.007179216481745243, 0.021350082010030746, 0.06579477339982986, -0.003422471461817622, + 0.013124553486704826, -0.056674256920814514, 0.004906552843749523, 0.08362708240747452, + 0.013940439559519291, -0.005716068670153618, -0.062463413923978806, 0.061802785843610764, + -0.02353299781680107, -0.06384951621294022, -0.07340232282876968, -0.04700293764472008, + -0.0435885414481163, 0.00024484918685629964, 0.04523502662777901, 0.029882341623306274, + -0.03580955043435097, 0.08241879940032959, 0.0164031982421875, -0.015793660655617714, + -0.023559514433145523, -0.06449763476848602, -0.05321495607495308, 0.011056758463382721, + 0.053481653332710266, -0.042746029794216156, 0.04429491236805916, -0.035129886120557785, + 0.05358172208070755, -0.04480795934796333, 0.023390214890241623, 0.0006145217339508235, + -0.041284170001745224, -0.02989833429455757, -0.05391615629196167, -0.0038900156505405903, + -0.006698766257613897, -0.051146749407052994, 0.03197290748357773, 0.030867353081703186, + -0.025858892127871513, -0.06565922498703003, 0.009875922463834286, 0.06306266784667969, + -0.038824524730443954, -0.013421804644167423, 0.014460553415119648, 0.05191774293780327, + -0.03934016451239586, 0.009148520417511463, -0.027716776356101036, 0.008305617608129978, + -0.05761224776506424, -0.09072281420230865, 0.0031960790511220694, -0.0613628514111042, + -0.020725028589367867, 0.04218592867255211, 0.027435850352048874, -0.011384428478777409, + -0.014723693951964378, 0.04126602038741112, 0.027742726728320122, 0.009839653968811035, + 0.03177782520651817, -0.07555945962667465, 0.05498947203159332, -0.020948365330696106, + 0.005803888197988272, -0.02237485721707344, -0.043038271367549896, 0.055516257882118225, + -0.026485057547688484, 0.018375065177679062, -0.007566123269498348, 0.016270138323307037, + 0.04365076869726181, -0.03642379492521286, -0.016435563564300537, -0.013370564207434654, + -0.0012667306000366807, -0.031281981617212296, 0.02066623605787754, -0.01674991101026535, + 0.01012804638594389, 0.03284405916929245, 0.05868982896208763, 0.025793422013521194, + 0.039909496903419495, -0.08206017315387726, -0.04710818827152252, -0.019976530224084854, + -0.07756809890270233, 0.012827073223888874, 0.02391565963625908, 0.09191633760929108, + 0.07435581833124161, 0.04874666780233383, -0.017237018793821335, -0.0008657127036713064, + 0.020926810801029205, -0.012195920571684837, -0.0609365738928318, 0.09995744377374649, + -0.04374280944466591, -0.053670160472393036, -0.04307010397315025, -0.012215787544846535, + 0.008593965321779251, -0.00861293077468872, 0.06770198047161102, 0.03327526897192001, + 0.05298579856753349, -0.022190462797880173, -0.0043199872598052025, 0.049363214522600174, + -0.002121884608641267, -0.045778788626194, -0.02669718861579895, -0.04211385175585747, + 0.03134068846702576, -0.07574615627527237, 0.06303729116916656, 0.03466891124844551, + -0.02294575236737728, -0.0013221860863268375, 0.028300751000642776, 0.08264362066984177, + 0.007749452721327543, -0.011173569597303867, -0.012060390785336494, 0.030850401148200035, + 0.028075985610485077, 0.03189689293503761, 0.04521159827709198, -0.07905659824609756, + -0.033016178756952286, 0.013436498120427132, -0.010045097209513187, 0.004475508350878954, + 0.03650742024183273, -0.062346890568733215, 0.027200115844607353, 0.04099159687757492, + 0.03477293998003006, -0.0389108806848526, -0.010050280019640923, -0.053636252880096436, + 0.022381875663995743, -0.04315676912665367, -0.060301441699266434, 0.08237634599208832, + 0.07996868342161179, -0.021075211465358734, -0.010375701822340488, 0.03515506908297539, + 0.02798575349152088, 0.00028109663981013, 0.06981775164604187, 0.0206617321819067, 0.012733010575175285, + 0.04892798140645027, -0.035255782306194305, 0.04287088289856911, -0.05186580494046211, + -0.02884889952838421, 0.01747175119817257, 0.07609434425830841, -0.024719800800085068, + 0.08251667022705078, 0.019748587161302567, -0.011084082536399364, 0.09751096367835999, + -0.023112332448363304, -0.02449524588882923, 0.010443306528031826, 0.016184382140636444, + -0.026155516505241394, 0.03221666440367699, -0.04357806593179703, 0.04538366571068764, + -0.03737763315439224, 0.019177326932549477, 0.03483133390545845, 0.017069576308131218, + 0.05854051560163498, -0.016977814957499504, 0.010907585732638836, -0.03150789067149162, + 0.05884475260972977, -0.06927355378866196, 0.008673490025103092, -0.07803279906511307, + -0.011755616404116154, 0.011925271712243557, 0.0028331323992460966, -0.012347884476184845, + -0.05898724123835564, 0.05139004439115524, -0.006401291117072105, 0.03086557239294052, + 0.013871388509869576, 0.019611645489931107, 0.01543670054525137, 0.004783959127962589, + 0.05277961120009422, 0.08181657642126083, -0.010768461972475052, 0.003539194818586111, + -0.011717154644429684, 0.04815460368990898, -0.008197073824703693, 0.03261449187994003, + -0.027452046051621437, 0.007054088171571493, 0.002831854159012437, 0.01746033877134323, + -0.060560379177331924, -0.008925325237214565, 0.028701065108180046, 0.0559036061167717, + -0.09821091592311859, -0.08146863430738449, -0.03660861775279045, 0.021258734166622162, + -0.09809904545545578, -0.06980781257152557, -0.05006976053118706, -0.06203252077102661, + 0.04065698757767677, -0.08839547634124756, -0.0772203803062439, 0.05856432765722275, + 0.03514411672949791, -0.0690271407365799, -0.06162995100021362, -0.028204647824168205, + 0.0062499819323420525, 0.02813480980694294, -0.06180737912654877, -0.003855869174003601, + -0.09083040803670883, -0.026694325730204582, -0.023776577785611153, -0.07613477855920792, + 0.015459482558071613, 0.022463582456111908, 0.020110929384827614, -0.004730273969471455, + 0.04439740255475044, -0.0896918848156929, 0.033996328711509705, -0.02013673074543476, + 0.0639498382806778, 0.011206400580704212, 0.04614580050110817, 0.08375376462936401, 0.01815369538962841, + 0.03992178291082382, 0.09566330909729004, -0.053253114223480225, 0.014138128608465195, + 0.033178623765707016, 0.023830197751522064, -0.02495388686656952, -0.04296864941716194, + -0.02159685641527176, 0.007445493247359991, 0.05913516879081726, -0.0248084906488657, + -0.0329202264547348, -0.038644932210445404, -0.0021491283550858498, 0.058108530938625336, + -0.043233633041381836, 0.0719994306564331, 0.013318955898284912, 0.08772142231464386, + 0.10602985322475433, -0.0034954738803207874, -0.004343275912106037, 0.0225650854408741, + -0.023517871275544167, 0.017303744331002235, 0.03524526208639145, 0.05443042889237404, + 0.02136855013668537, -0.007516169920563698, -0.04884064570069313, 0.03755324333906174, + 0.03963536024093628, -0.05895783379673958, -0.07842691242694855, 0.05083281174302101, + -0.0021253759041428566, 0.006272489205002785, 0.02013629674911499, 0.046127818524837494, + -0.011456672102212906, 0.03882228955626488, 0.019010741263628006, -0.0654473751783371, + 0.004749603569507599, -0.04216912388801575, -0.006667117588222027, 0.019939187914133072, + -0.03290851414203644, -0.018291747197508812, -0.0549042709171772, 0.03701833263039589, + -0.03851745277643204, 0.020032374188303947, -0.04225260391831398, -0.056761838495731354, + 0.062323592603206635, -0.02005714364349842, 0.008618460968136787, 0.01872088946402073, + 0.02789791114628315, -0.001120350556448102, -0.057088229805231094, 0.03346733748912811, + -0.09589861333370209, -0.006343076005578041, -0.04681559279561043, 0.002104391111060977, + -0.0013065030798316002, 0.04408860579133034, 0.05050145834684372, -0.015881597995758057, + -0.01527415495365858, -0.04647088423371315, 0.045137371867895126, -0.027984624728560448, + 0.003246112260967493, 0.014398254454135895, 0.035000625997781754, 0.010085257701575756, + 0.0599447526037693 + ], + [ + 0.016893865540623665, -0.06058596447110176, 0.005315304733812809, 0.04012039303779602, + 0.014984163455665112, 0.08243662118911743, -0.050804439932107925, -0.02735343761742115, + -0.009545602835714817, -0.048326343297958374, -0.030766500160098076, -0.0008712121634744108, + 0.01593928411602974, 0.05509307608008385, 0.008169562555849552, 0.025146272033452988, + -0.05676859989762306, -0.03448399901390076, 0.07452690601348877, 0.00012758324737660587, + -0.017790473997592926, -0.030057460069656372, 0.0018938693683594465, 0.0004767514765262604, + -0.01637948304414749, 0.03048119507730007, -0.037022802978754044, -0.009135031141340733, + -0.05022226274013519, -0.046285077929496765, -0.044011689722537994, -0.055013444274663925, + -0.01342935673892498, 0.04331838712096214, 0.004321818705648184, 0.03420887142419815, + 0.03608809411525726, 0.024136366322636604, -0.028502127155661583, -0.020757723599672318, + -0.03231484070420265, -0.015773026272654533, 0.06289678066968918, -0.038255881518125534, + -0.00827785488218069, 0.0020954119972884655, 0.000605317996814847, 0.0757456049323082, + 0.045687172561883926, -0.0209185928106308, -0.013589606620371342, -0.040031254291534424, + -0.062027979642152786, -0.07582954317331314, -0.03885900601744652, 0.024344222620129585, + -0.062061160802841187, 0.06539954245090485, 0.07269489020109177, -0.018749907612800598, + 0.01705068163573742, -0.006621818523854017, -0.019241468980908394, 0.0508774109184742, + 0.044233907014131546, 0.011754418723285198, 0.003913098946213722, 0.08673428744077682, + 0.021567700430750847, -0.06204403191804886, 0.0532851405441761, 0.05654829367995262, + 0.004423975013196468, 0.00210303976200521, 0.03216245770454407, 0.05686001852154732, + 0.13252532482147217, 0.07906682789325714, -0.03959478810429573, 0.039736878126859665, + 0.01921897754073143, 0.013502206653356552, -0.03891317546367645, 0.01345898024737835, + -0.01896664872765541, 0.01834392361342907, 0.015966594219207764, -0.0017622101586312056, + -0.09365534782409668, 0.07687169313430786, -0.008263112045824528, -0.008720574900507927, + -0.03435397520661354, -0.03714248165488243, 0.00594257703050971, 0.04761817678809166, + -0.010924630798399448, 0.01826706901192665, 0.09441244602203369, 0.004519896116107702, + -0.03207769989967346, -0.02747841738164425, -0.021155565977096558, -0.05861050635576248, + 0.016926061362028122, -0.04348943755030632, 0.016393644735217094, -0.03515176475048065, + 0.037262387573719025, -0.02578514814376831, 0.02886057086288929, -0.063822440803051, + -0.024586211889982224, 0.035162657499313354, -0.0681154802441597, -0.002404515165835619, + -0.012098784558475018, -0.057907022535800934, 0.05440027639269829, 0.027771346271038055, + -0.024008734151721, -0.06737586110830307, 0.004021649248898029, -0.05438203364610672, + 0.04876874014735222, 0.031154301017522812, -0.08459126949310303, -0.028264090418815613, + 0.006172190885990858, -0.08959721028804779, 0.01035726722329855, -0.05496663227677345, + 0.0015783197013661265, -0.0612809956073761, 0.008969821035861969, -0.02271021343767643, + 0.009427783079445362, 0.026739677414298058, -0.02221367508172989, -0.01677292212843895, + -0.03747475519776344, -0.08573325723409653, 0.060770608484745026, -0.07661303132772446, + -0.028518343344330788, 0.04801056534051895, -0.08509154617786407, -0.006832451093941927, + -0.08950591087341309, 0.03517551347613335, 0.028557445853948593, -0.002528992947191, + 0.00990771222859621, 0.0011863240506500006, -0.0520021878182888, -0.029486972838640213, + -0.009644553065299988, -0.057461149990558624, -0.026861783117055893, 0.048032402992248535, + -0.10820189118385315, 0.032615676522254944, 0.02783684805035591, 0.02726081572473049, + 0.09769076108932495, -0.0011158807901665568, 0.03687410056591034, -0.038902491331100464, + 0.006662013474851847, 0.08782980591058731, -0.0334741435945034, -0.022323431447148323, + 0.027648329734802246, -0.053094930946826935, 0.04149980470538139, 0.042295992374420166, + 0.010012490674853325, 0.03095654956996441, -0.020811494439840317, -0.06816408783197403, + 0.03143131732940674, 0.010235212743282318, 0.014028484933078289, 0.02813759073615074, + -0.032681677490472794, 0.0022017904557287693, 0.04380236938595772, -0.030966641381382942, + -0.06899827718734741, 0.006899193860590458, 0.04558878764510155, 0.07347731292247772, + 0.08392411470413208, 0.12531805038452148, -0.01627875305712223, 0.03606678172945976, + -0.008065041154623032, -0.07993288338184357, 0.017625050619244576, -0.08554280549287796, + -0.04621773213148117, -0.07387388497591019, -0.053636062890291214, 0.04149245098233223, + -0.04972874000668526, -0.08186313509941101, -0.010364538058638573, -0.07322987914085388, + -0.05727357789874077, -0.002816613530740142, -0.00418239738792181, -0.021701965481042862, + -0.05451082065701485, -0.03146892413496971, -0.006655757315456867, 0.020540183410048485, + 0.020447151735424995, -0.10562178492546082, -0.05884728953242302, -0.006755198817700148, + -0.00204892223700881, -0.013226628303527832, 0.025866325944662094, 0.012790536507964134, + 0.0208140779286623, -0.011877059005200863, 0.07038293778896332, 0.026132948696613312, + 0.036902546882629395, -0.021642232313752174, 0.03776371851563454, 0.03196123614907265, + -0.02608570270240307, 0.018491582944989204, -0.026298942044377327, 0.012908818200230598, + 0.018324853852391243, 0.02546517737209797, -0.06752807646989822, 0.022561149671673775, + 0.06672939658164978, -0.02279433235526085, 0.09624458104372025, -0.05423600226640701, + 0.022398944944143295, 0.04271521046757698, 0.027274884283542633, -0.026339564472436905, + 0.00356463436037302, 0.05750824883580208, -0.00030465814052149653, -0.06446848809719086, + -0.02871795743703842, -0.023222103714942932, 0.009546230547130108, -0.04455587640404701, + -0.01071571372449398, 0.03749458119273186, 0.017127951607108116, 0.01778004691004753, + -0.011570390313863754, 0.03219803795218468, -0.01286748144775629, 0.009710381738841534, + -0.024159003049135208, -0.017699405550956726, 0.013636196963489056, 0.02729823812842369, + 0.05706913396716118, 0.0003780042752623558, -0.0016651584301143885, 0.07891557365655899, + -0.024800380691885948, 0.016869910061359406, -0.06458546966314316, -0.047362323850393295, + 0.03257930278778076, 0.01956062763929367, 0.02288021892309189, -0.004557062406092882, + 0.08893869817256927, 0.048339564353227615, 0.033986497670412064, -0.012410414405167103, + 0.025189047679305077, 0.026362372562289238, -0.012486066669225693, 0.028935706242918968, + 0.06104128807783127, 0.08039218932390213, -0.04441552981734276, 0.03548246622085571, + 0.0030052089132368565, -0.07104895263910294, -0.01437284890562296, 0.13231255114078522, + -0.004324335139244795, 0.0038991631008684635, -0.07699807733297348, 0.031048312783241272, + 0.02592175267636776, 0.03019191324710846, 0.027682989835739136, -0.07392877340316772, + -0.0823083147406578, -0.03137271851301193, -0.052161943167448044, -0.006754186470061541, + -0.07922349125146866, 0.10708701610565186, 0.01063952874392271, 0.00031000026501715183, + -0.02494828589260578, 0.026401439681649208, -0.030580876395106316, 0.010090546682476997, + -0.0031893362756818533, 0.058054931461811066, 0.02235097996890545, -0.02697642706334591, + -0.01485260296612978, -0.002888201968744397, -0.07729489356279373, -0.00301003223285079, + 0.03027167357504368, 0.07573945820331573, -0.022021140903234482, 0.0545191690325737, + -0.008342993445694447, 0.042317308485507965, -0.0715237557888031, -0.0282051470130682, + -0.06736288219690323, 0.04196084663271904, -0.04960433393716812, -0.021064257249236107, + 0.01905052363872528, 0.10425335168838501, -0.056028611958026886, -0.015278952196240425, + -0.027946028858423233, 0.022848719730973244, -0.07065912336111069, 0.001311489730142057, + -0.04839065670967102, -0.0727238580584526, 0.014918625354766846, 0.03272305428981781, + -0.015663985162973404, -0.030909378081560135, 0.06784295290708542, 0.021357545629143715, + -0.03950706124305725, 0.046109963208436966, -0.03454511985182762, -0.0022621159441769123, + 0.02974664233624935, 0.012457301840186119, 0.03414985164999962, -0.07382587343454361, + -0.07008257508277893, 0.018673570826649666, -0.02731909416615963, 0.05087369307875633, + 0.03005100227892399, 0.07309126108884811, 0.0012605855008587241, 0.04716445505619049, + -0.008729391731321812, -0.03878796845674515, -0.004406321328133345, 0.0695345476269722, + -0.11150385439395905, 0.03744680434465408, -0.01583033800125122, -0.02286040037870407, + 0.09087610989809036, 0.04942239075899124, 0.061017632484436035, 0.047303345054388046, + 0.016687927767634392, -0.022917697206139565, 0.10105624049901962, -0.009240804240107536 + ], + [ + -0.05012178793549538, 0.018676618114113808, -0.08016275614500046, 0.042136356234550476, + 0.029427483677864075, -0.01622663252055645, 0.023024195805191994, 0.09433041512966156, + 0.005266849882900715, 0.06380573660135269, 0.07545683532953262, -0.04526921361684799, + 0.04003197327256203, -0.04884357377886772, -0.032816752791404724, 0.030039217323064804, + 0.0061876107938587666, -0.013746674172580242, 0.02484479919075966, 0.05728045850992203, + -0.03486323356628418, -0.02563272975385189, -0.07444143295288086, 0.015157886780798435, + -0.04217730835080147, 0.04442974179983139, 0.025901298969984055, 0.01775926724076271, + 0.001681639114394784, 0.006216708105057478, 0.05642542243003845, -0.013643413782119751, + 0.08582108467817307, -0.009861205704510212, 0.08439137041568756, -0.048478081822395325, + 0.012861059047281742, 0.013509164564311504, 0.030945712700486183, -0.02464921399950981, + -0.01938517577946186, -0.003973396960645914, -0.028848839923739433, 0.006923713255673647, + 0.06170983985066414, -0.025139378383755684, -0.005855731666088104, -0.01705094426870346, + 0.0018324342090636492, 0.032470233738422394, -0.054591648280620575, -0.007368285208940506, + 0.03128092736005783, 0.010373540222644806, -0.04900791496038437, -0.04148600623011589, + -0.045365314930677414, -0.006722455378621817, -0.06550954282283783, -0.03603172302246094, + -0.017363039776682854, 0.016256997361779213, 0.041846416890621185, 0.03449217602610588, + 0.01723560504615307, 0.017768973484635353, 0.04368076100945473, 0.003781072096899152, + -0.005457822699099779, 0.023743191733956337, -0.024088455364108086, 0.06514343619346619, + -0.07333967089653015, 0.08455716818571091, -0.001519143464975059, -0.046202655881643295, + -0.0845109149813652, 0.027424480766057968, 0.012875765562057495, -0.0472087524831295, + 0.0820583701133728, 0.004666898399591446, -0.06531056761741638, 0.053924452513456345, + -0.017110774293541908, -0.0076613700948655605, -0.06843731552362442, 0.014199860394001007, + 0.039313338696956635, -0.011477578431367874, 0.02660030499100685, 0.0012124890927225351, + -0.011482186615467072, -0.013256778009235859, 0.030649399384856224, -0.0033005240838974714, + -0.012094771489501, -0.03843476250767708, 0.001308013335801661, -0.002174889901652932, + 0.020163236185908318, -0.11257962882518768, -0.0076013002544641495, 0.024497127160429955, + 0.0056729125790297985, -0.0737699493765831, 0.04376604035496712, -0.014657591469585896, + -0.011646473780274391, 0.023914963006973267, -0.03965716436505318, 0.04088270291686058, + -0.03286360576748848, -0.03850634768605232, 0.029683737084269524, 0.01262330450117588, + 0.10272113233804703, 0.06277672946453094, 0.022968033328652382, 0.0640622153878212, + -0.04148883745074272, -0.00970608089119196, -0.021461643278598785, -0.041746679693460464, + -0.032197024673223495, 0.027889801189303398, 0.07154238224029541, -0.04229969158768654, + -0.001998203806579113, 0.059637222439050674, 0.009215373545885086, 0.023411376401782036, + -0.029455650597810745, 0.04578321799635887, -0.025800492614507675, 0.06493784487247467, + -0.10657848417758942, -0.04564604535698891, -0.047421496361494064, -0.011402835138142109, + 0.04891420155763626, 0.04729225113987923, -0.012156026437878609, -0.01533792819827795, + 0.04953371733427048, -0.040902718901634216, 0.0771639347076416, -0.020331529900431633, + 0.12578842043876648, 0.036703165620565414, -0.05180787667632103, -0.013614977709949017, + 0.0013938398333266377, 0.05030255764722824, -0.04131195694208145, 0.02282179705798626, + -0.0716313049197197, 0.0010491377906873822, -0.06756554543972015, 0.016718164086341858, + -0.03089318238198757, -0.010336998850107193, -0.01362833846360445, 0.05093195289373398, + -0.09901102632284164, 0.03532131016254425, -0.0351976677775383, 0.030555548146367073, + 0.017862848937511444, -0.021928885951638222, -0.008268633857369423, -0.08271721750497818, + 0.03367416188120842, 0.019210178405046463, 0.01567259058356285, 0.07303475588560104, + -0.012377439998090267, -0.031963009387254715, 0.00276930327527225, 0.0706419050693512, + -0.047449741512537, -0.007751139812171459, -0.014296630397439003, -0.06570112705230713, + -0.017300475388765335, 0.019985374063253403, 0.024169305339455605, -0.026004301384091377, + 0.05803921818733215, 0.0011711523402482271, 0.00813756138086319, 0.004660503473132849, + -0.09410025924444199, -0.0781429335474968, -0.02047053538262844, -0.08479968458414078, + -0.0017218904104083776, 0.09698591381311417, -0.010304690338671207, 0.03731190785765648, + 0.027085617184638977, 0.053282834589481354, -0.0021027615293860435, 0.10819999128580093, + 0.07910370826721191, 0.04634007066488266, 0.08181252330541611, -0.021130137145519257, + 0.006446749437600374, -0.07443162053823471, -0.012490884400904179, 0.006628090050071478, + 0.09914637356996536, 0.011601626873016357, -0.018009692430496216, -0.00041728836367838085, + -0.007331904023885727, 0.053271278738975525, 0.007250982336699963, -0.01652374677360058, + 0.010785829275846481, 0.039422694593667984, -0.05236787721514702, 0.03161655738949776, + 0.016445929184556007, 0.05077272281050682, -0.003963771276175976, -0.025324318557977676, + 0.0164340827614069, 0.02288409136235714, 0.008860778994858265, -0.018914299085736275, + 0.05039403587579727, -0.01914958469569683, 0.05416426807641983, -0.08817972242832184, + 0.023414820432662964, 0.02713075280189514, 0.06266968697309494, -0.006339015904814005, + -0.013722754083573818, -0.07308680564165115, -0.013648392632603645, -0.00048026745207607746, + -0.0837492123246193, 0.049757856875658035, 0.02860550582408905, 0.10439860075712204, + -0.00857842992991209, -0.04379063472151756, 0.04141794890165329, 0.03935284540057182, + 0.04079370200634003, -0.05199473723769188, -0.0009041388402692974, 0.056987863034009933, + 0.0037425386253744364, 0.021308647468686104, -0.029596121981739998, -0.01968940533697605, + 0.001529750064946711, -0.029493901878595352, 0.01306088361889124, -0.023480352014303207, + -0.017752164974808693, 0.09075996279716492, -0.06864899396896362, 0.008159767836332321, + 0.02241109311580658, 0.0017764844233170152, 0.016569115221500397, -0.021559515967965126, + -0.020468799397349358, -0.10991314053535461, -0.01934431865811348, -0.08177880942821503, + 0.008972715586423874, 0.08536332845687866, -0.061080969870090485, -0.12071557343006134, + -0.006003100890666246, -0.06010447442531586, -0.03153390809893608, 0.007549327798187733, + -0.028996968641877174, -0.00514516094699502, -0.05496913567185402, -0.05670545995235443, + -0.0634295716881752, -0.06959051638841629, 0.04463553428649902, -0.05274474248290062, + 0.034137971699237823, -0.017157969996333122, 0.005616046022623777, -0.11363738030195236, + -0.007458516862243414, -0.014408963732421398, -0.005716465413570404, -0.07514357566833496, + 0.046444863080978394, 0.03824134171009064, 0.030163714662194252, 0.01995231769979, 0.027160977944731712, + -0.024253226816654205, 0.02474287524819374, 0.060376059263944626, 0.01363115943968296, + -0.0661156103014946, 0.006719675846397877, -0.010108914226293564, 0.014046094380319118, + 0.013870010152459145, -0.03190676122903824, -0.030952295288443565, 0.02864864654839039, + -0.013193925842642784, -0.03226212412118912, -0.01884802244603634, 0.008481250144541264, + 0.02036750130355358, 0.08194104582071304, 0.07415488362312317, -0.029866354539990425, + -0.040621474385261536, 0.051266148686409, -0.0738326758146286, -0.004158792085945606, + -0.06405116617679596, 0.05480189248919487, 0.0006132955895736814, -0.021625153720378876, + -0.08313173055648804, -0.003912399057298899, 0.021850934252142906, -0.03618810325860977, + -0.0013783040922135115, 0.039643727242946625, 0.018551334738731384, -0.004274765495210886, + 0.032575298100709915, 0.05629125237464905, -0.005277727264910936, 0.11147011816501617, + 0.07170434296131134, -0.0653134360909462, -0.014419732615351677, -0.037319473922252655, + -0.004522012080997229, 0.017027556896209717, -0.05092739686369896, -0.04214344918727875, + -0.009570520371198654, 0.040032949298620224, -0.00901348702609539, 0.013516058214008808, + -0.00510232662782073, -0.041453126817941666, 0.01937895081937313, -0.0026841757353395224, + -0.05880901962518692, 0.019652392715215683, -0.0023618785198777914, 0.0017316152807325125, + -0.1286792904138565, -0.07566922903060913, -0.07572388648986816, 0.07340491563081741, + -0.06066412851214409, 0.008816932328045368, -0.05208347365260124, -0.008583838120102882, + -0.011261753737926483, 0.05770382285118103, -0.014833577908575535, -0.005613493267446756, + -0.026700079441070557, -0.006492079701274633, -0.024475526064634323, 0.011763195507228374, + -0.03319476544857025, -0.05277850851416588, -0.06990799307823181 + ], + [ + 0.0016237724339589477, -0.003653295338153839, 0.027230696752667427, 0.07658522576093674, + -0.03106789104640484, 0.08051993697881699, 0.04434985667467117, -0.06326542049646378, + 0.03345803916454315, -0.02938062883913517, -0.01989983581006527, -0.0067890118807554245, + -0.013147343881428242, 0.07843068987131119, 0.03969249129295349, 0.011336218565702438, + -0.061571426689624786, -0.029454080387949944, 0.06480122357606888, 0.03812567889690399, + 0.059078916907310486, 0.011193189769983292, 0.036377180367708206, -0.014747357927262783, + -0.020118627697229385, 0.04148297756910324, -0.01680682972073555, 0.01579011045396328, + -0.01198116410523653, -0.014036527834832668, -0.06950009614229202, -0.008317433297634125, + 0.02903364785015583, 0.009393738582730293, 0.045154377818107605, 0.07951129972934723, + 0.07376646995544434, 0.022324243560433388, 0.05637733265757561, -0.03764388710260391, + -0.01581723988056183, -0.06016635149717331, -0.06928176432847977, 0.04127247631549835, + -0.05296945944428444, 0.001357966917566955, 0.028236737474799156, -0.03069918602705002, + 0.006320860702544451, 0.01312553882598877, 0.04602277651429176, 0.03313130512833595, + 0.012111908756196499, -0.0511954165995121, -0.02632734552025795, 0.019558515399694443, + -0.010374129749834538, 0.0557914674282074, 0.06396373361349106, 0.021960075944662094, + 0.014596582390367985, -0.09394326061010361, -0.0494668185710907, 0.06415233016014099, + 0.039759427309036255, -0.014848941937088966, -0.08315640687942505, -0.0018967129290103912, + 0.012111993506550789, -0.06198054924607277, 0.045882903039455414, -0.02907007932662964, + 0.03181600570678711, -0.05173644423484802, 0.02628168836236, 0.004230234306305647, 0.0886216014623642, + 0.04464859887957573, 0.010205634869635105, 0.08177077770233154, 0.02717733196914196, + -0.016823571175336838, -0.047396253794431686, 0.019510585814714432, 0.006455626338720322, + -0.03232273459434509, 0.05134180188179016, 0.021357612684369087, -0.09161600470542908, + 0.019027572125196457, 0.01816619001328945, -0.06338727474212646, -0.04623924568295479, + -0.020050644874572754, -0.014162742532789707, 0.09139339625835419, -0.04877609759569168, + 0.027846477925777435, 0.053761910647153854, 0.038273703306913376, 0.08670125156641006, + 0.09030358493328094, -0.047993168234825134, -0.0018481968436390162, -0.03910091519355774, + -0.04244963079690933, -0.005047907121479511, 0.024917161092162132, 0.006504561752080917, + -0.0537986159324646, 0.0166641678661108, -0.05646387115120888, 0.050832003355026245, + -0.00511200912296772, -0.018307704478502274, -0.011640893295407295, -0.09941745549440384, + -0.03825511410832405, 0.03423669561743736, 0.012178431265056133, 0.005824940744787455, + -0.016587071120738983, 0.0035476000048220158, -0.001937474007718265, 0.04182221367955208, + 0.0304578747600317, -0.0421614795923233, 0.005287425126880407, -0.027475709095597267, + -0.022964725270867348, -0.006974889896810055, -0.007539808284491301, 0.02331077866256237, + 0.004137326031923294, 0.029951374977827072, -0.007234589196741581, 0.017745349556207657, + 0.00027484470047056675, 0.011107833124697208, 0.020096709951758385, -0.016300372779369354, + -0.030180275440216064, 0.03062598966062069, -0.009608942084014416, -0.005492412950843573, + 0.052840203046798706, -0.0212596096098423, 0.040348563343286514, -0.11505387723445892, + -0.034240707755088806, 0.003937148489058018, -0.041405707597732544, 0.035408176481723785, + -0.01172446459531784, -0.013801324181258678, -0.05883520469069481, -0.012226574122905731, + 0.043744511902332306, -0.02220616303384304, -0.027353385463356972, -0.04144485294818878, + 0.030995730310678482, 0.050683144479990005, 0.011100036092102528, 0.0736926794052124, + 0.03010682575404644, 0.047545451670885086, -0.0044206599704921246, 0.006957416422665119, + 0.032019276171922684, 0.007914484478533268, -0.00572418887168169, 0.008998262695968151, + 0.00276209251023829, 0.03540709987282753, -0.012096638791263103, 0.005289892666041851, + -0.00860730279237032, -0.05098481848835945, -0.07528851926326752, 0.005944937001913786, + 0.0006260088994167745, 0.09886222332715988, 0.08865539729595184, 0.0422864705324173, + 0.05450068786740303, 0.015134759247303009, -0.005335879512131214, -0.0006185635575093329, + 0.04348494112491608, -0.01596093736588955, 0.016565732657909393, 0.10549512505531311, 0.073628269135952, + -0.05815262719988823, -0.005669009406119585, 0.004356120713055134, -0.0675421804189682, + 0.043258003890514374, -0.04471812769770622, -0.053152941167354584, -0.10123127698898315, + 0.017195289954543114, 0.013887789100408554, -0.02879519574344158, -0.060979388654232025, + -0.04845566675066948, -0.023692024871706963, -0.06714259833097458, 0.02546486258506775, + 0.04985116049647331, -0.03608895093202591, -0.09115590155124664, 0.010245829820632935, + 0.040181707590818405, -0.05502660199999809, 0.025044701993465424, 0.012309098616242409, + 0.01998857967555523, 0.04065309837460518, 0.03856630250811577, 0.054213304072618484, + 0.006181809119880199, -0.013905364088714123, 0.03601935878396034, -0.018709717318415642, + -0.0003644878161139786, -0.047729071229696274, -0.030673125758767128, -0.01947866939008236, + -0.0668310895562172, -0.024289386346936226, 0.0024282215163111687, -0.03805956616997719, + 0.0349927619099617, 0.046453941613435745, -0.06152017042040825, 0.09164704382419586, + -0.011651546694338322, 0.05513622611761093, 0.03000940941274166, 0.02088094688951969, + 0.014744643121957779, -0.035570815205574036, -0.06719652563333511, -0.02310623973608017, + -0.03840477764606476, 0.010231489315629005, 0.040259432047605515, 0.02922729402780533, + -0.020274559035897255, -0.0911622941493988, 0.0015449445927515626, 0.023423373699188232, + -0.06753434240818024, -0.01927284710109234, 0.029894502833485603, 0.07054232060909271, + -0.036765504628419876, 0.022260306403040886, -0.021662890911102295, -0.008811560459434986, + -0.04821682721376419, 0.03686535730957985, 0.0489606037735939, -0.05248439684510231, + -0.0009532584808766842, -0.013314759358763695, -0.023190997540950775, 0.016354961320757866, + 0.023151613771915436, 0.030611928552389145, -0.01697075553238392, 0.07458342611789703, + -0.041614729911088943, 0.02220844104886055, -0.014355072751641273, -0.007218188606202602, + 0.034582994878292084, 0.07763044536113739, -0.00455996859818697, -0.0005451683537103236, + -0.030947212129831314, 0.02757095918059349, 0.010990044102072716, -0.018924828618764877, + 0.054756294935941696, 0.030032018199563026, -0.0008614975376985967, 0.0075734457932412624, + -0.04492749273777008, -0.02602267637848854, -0.0038673027884215117, -0.005172193516045809, + 0.045400042086839676, -0.012537790462374687, -0.03989008069038391, 0.008923526853322983, + -0.018955547362565994, 0.05040515214204788, 0.007586032152175903, -0.05801042541861534, + -0.0708751305937767, 0.017810991033911705, -0.06895370781421661, 0.028529111295938492, + 0.012420427985489368, 0.04272020608186722, -0.02205231599509716, 0.06791955232620239, + 0.03140651434659958, -0.04452572762966156, -0.018581179901957512, 0.027101194486021996, + 0.02984713949263096, -0.023776033893227577, -0.04409874603152275, -0.03838064894080162, + -0.0035684898030012846, 0.027968034148216248, -0.03919363021850586, 0.01497802883386612, + -0.051044825464487076, -0.05565227195620537, 0.03978658840060234, 0.0565996877849102, + 0.004836350213736296, 0.06694021075963974, 0.045011408627033234, 0.03339897468686104, + -0.06639838218688965, 0.059536803513765335, -0.010919980704784393, 0.08035837858915329, + 0.02457435429096222, -0.06932181119918823, 0.020102720707654953, 0.0054760100319981575, + -0.024317670613527298, 0.01813938468694687, -0.014448272064328194, -0.03344059735536575, + 0.05552001670002937, 0.014275414869189262, 0.004366034176200628, 0.015765132382512093, + -0.03704889863729477, 0.03363959863781929, -0.009835682809352875, 0.013498054817318916, + 0.048616353422403336, 0.07981050759553909, 0.015187058597803116, 0.018156327307224274, + -0.05513961985707283, -0.003210983006283641, -0.02504558674991131, -0.0031655507627874613, + -0.010499839670956135, 0.026179010048508644, -0.0737750455737114, 0.05080164223909378, + -0.0521106980741024, 0.030536770820617676, -0.0067335269413888454, 0.03564415127038956, + 0.06994127482175827, 0.06312669068574905, 0.02203623205423355, 0.009705157950520515, + 0.028171300888061523, -0.029667198657989502, -0.017904434353113174, 0.04714374244213104, + 0.03890625387430191, -0.0016092892037704587, 0.03868720680475235, 0.015664059668779373, + 0.03331607207655907, 0.00027691569994203746, -0.018506692722439766, 0.05543666332960129, + 0.015213843435049057, -0.04053080454468727 + ], + [ + 0.03185797482728958, 0.022561121731996536, -0.043892648071050644, -0.020599381998181343, + -0.02400491014122963, -0.02346924878656864, -0.06338165700435638, 0.020795606076717377, + 0.03298315405845642, -0.011267789639532566, -0.05976969748735428, -0.02888515219092369, + -0.001583173987455666, 0.04715578258037567, 0.0032552878838032484, 0.03535175696015358, + -0.030015554279088974, -0.013247738592326641, 0.05283909663558006, -0.020704790949821472, + 0.05315852165222168, -0.0021475739777088165, 0.04139915108680725, -0.041567619889974594, + -0.014963345602154732, 0.04277818277478218, -0.022162875160574913, -0.06033207103610039, + -0.03407135233283043, -0.04509563744068146, -0.006428422871977091, -0.014855463989078999, + -0.06403925269842148, 0.006289683748036623, 0.051215555518865585, 0.011533509008586407, + -0.10284982621669769, -0.010016930289566517, 0.007068385370075703, -0.03936823457479477, + -0.010518837720155716, 0.07426347583532333, -0.028187798336148262, -0.012551328167319298, + -0.00412094546481967, -0.03651606664061546, 0.0023744520731270313, 0.04567727819085121, + -0.039490144699811935, 0.04730881750583649, -0.012096822261810303, 0.04093737155199051, + -0.0483662374317646, -0.007282448001205921, -0.019663549959659576, -0.025988338515162468, + 0.07423791289329529, 0.08462042361497879, 0.0025953708682209253, -0.046356912702322006, + -0.027533724904060364, -0.0007318633142858744, -0.011180025525391102, -0.025415247306227684, + -0.05986129492521286, 0.0790548026561737, -0.049471382051706314, 0.06773405522108078, + 0.02826755680143833, -0.01740916259586811, -0.04738551005721092, 0.03697233274579048, + 0.0029378512408584356, -0.055479273200035095, -0.008962309919297695, 0.011705674231052399, + 0.0005454859929159284, -0.025120407342910767, -0.06677059829235077, 0.024100961163640022, + 0.00560411624610424, -0.0339810773730278, -0.060729969292879105, 0.030885569751262665, + -0.05951735004782677, 0.05816928297281265, 0.04527469724416733, -0.011685678735375404, + 0.05810348317027092, -0.036215540021657944, -0.004458634182810783, -0.0534512959420681, + -0.010716602206230164, 0.08072946220636368, -0.036235395818948746, -0.0021729173604398966, + 0.014838621951639652, 0.03745159134268761, 0.05637975037097931, 0.051108792424201965, + -0.04197711497545242, 0.07123100757598877, -0.03950567916035652, -0.05488467216491699, + -0.08646360784769058, 0.008057309314608574, 0.060939643532037735, 0.012795280665159225, + -0.046462297439575195, -0.10278312861919403, 0.06560035049915314, -0.016505923122167587, + 0.009949218481779099, 0.0008502175915054977, 0.04302570968866348, 0.03214896097779274, + 0.005259516648948193, 0.027258774265646935, 0.0013539062347263098, -0.033819008618593216, + 0.05578413978219032, -0.007373902481049299, 0.050265245139598846, 0.020285725593566895, + 0.0714072436094284, -0.07352906465530396, -0.020415525883436203, -0.049226678907871246, + -0.00685707526281476, -0.017228612676262856, -0.00028568808920681477, -0.04927933216094971, + -0.006017292849719524, 0.00922507792711258, -0.02757277525961399, 0.035484518855810165, + 0.06354280561208725, -0.003801029408350587, 0.015132580883800983, 0.00881457794457674, + -0.05846882984042168, -0.03367668390274048, 0.05065954849123955, -0.041192427277565, + 0.0014400987420231104, 0.03102380968630314, 0.028723368421196938, -0.04156987741589546, + 0.024127112701535225, 0.012929825112223625, 0.051599498838186264, 0.03697669878602028, + 0.005325485020875931, 0.02064364030957222, 0.06386453658342361, -0.013948533684015274, + -0.01683753915131092, -0.010558156296610832, -0.027937548235058784, 0.03503284230828285, + 0.010116980411112309, -0.014572429470717907, 0.033271804451942444, -0.019069844856858253, + 0.0017981587443500757, -0.003168114461004734, 0.008677749894559383, 0.04400409385561943, + -0.02267434261739254, 0.05917346104979515, -0.02692004106938839, -0.05050402507185936, + -0.011651276610791683, -0.015869243070483208, -0.006799149326980114, 0.021589642390608788, + 0.009959000162780285, 0.0506080724298954, -0.06620888411998749, -0.026342779397964478, + 0.011724420823156834, 0.02244071289896965, 0.010384169407188892, -0.0325101800262928, + 0.027073660865426064, -0.01827293075621128, -0.0508236326277256, -0.051640644669532776, + -0.055292099714279175, -0.013395282439887524, 0.05031399801373482, 0.04613294452428818, + -0.03816165775060654, 0.05783408507704735, -0.021587902680039406, -0.018727406859397888, + 0.04400622099637985, 0.011430054903030396, 0.041538942605257034, -0.020724786445498466, + 0.019798679277300835, -0.03174859285354614, 0.00045836446224711835, -0.049027539789676666, + 0.04015498235821724, 0.019083980470895767, -0.03185134381055832, -0.07946018874645233, + -0.04570818692445755, 0.0677061676979065, 0.008270650170743465, -0.014850356616079807, + 0.023368719965219498, -0.07611963152885437, 0.03738456591963768, -0.004718183074146509, + 0.02682662010192871, -0.04007955268025398, 0.03539728373289108, 0.015627477318048477, + -0.05755094066262245, 0.004710016772150993, -0.05826548859477043, 0.042061250656843185, + -0.00037147666444070637, -0.07531500607728958, 0.020590772852301598, -0.04770593345165253, + 0.024196062237024307, -0.019400333985686302, 0.012046881951391697, -0.039979156106710434, + -0.10175592452287674, 0.04037374630570412, -0.03908282518386841, 0.01821683719754219, + 0.01013358123600483, -0.02190571092069149, -0.05113261193037033, 0.01572197861969471, + -0.01852002926170826, 0.05344446003437042, 0.04245826229453087, -0.005242661572992802, + -0.045120906084775925, 0.04620777815580368, -0.03787461295723915, -0.03944879025220871, + -0.03663630038499832, -0.05097701773047447, -0.015163888223469257, 0.0846407413482666, + 0.02930009551346302, 0.0517217293381691, -0.05421413481235504, -0.003690653247758746, + -0.022683927789330482, -0.011483382433652878, 0.05982840061187744, 0.03804567828774452, + 0.08189000934362411, 0.01378546841442585, 0.03479374572634697, -0.015826435759663582, + 0.013101899065077305, 0.020560402423143387, -0.0240508783608675, -0.008701754733920097, + 0.018233362585306168, -0.015208279713988304, 0.016238342970609665, -0.014315053820610046, + -0.019154859706759453, 0.06544535607099533, -0.009257709607481956, 0.04923604056239128, + 0.007147391326725483, -0.048649974167346954, -0.03090502880513668, 0.003692649072036147, + 0.035360876470804214, 0.048980891704559326, -0.047025762498378754, -0.03029840625822544, + 0.004136242903769016, -0.06939217448234558, 0.01376546360552311, -0.0804087370634079, + 0.05745409429073334, 0.029595259577035904, 0.06339112669229507, 0.01218208484351635, + 0.026227304711937904, 0.003634827211499214, 0.03278946131467819, 0.0541132353246212, + -0.011508014053106308, 0.022749606519937515, 0.024205610156059265, -0.015500281006097794, + -0.009439968504011631, 0.03549150004982948, -0.007562550716102123, 0.025717325508594513, + 0.054842427372932434, 0.02927667647600174, -0.03384088724851608, -0.04531146213412285, + -0.01797899231314659, 0.03037044033408165, -0.0172247514128685, -0.033847831189632416, + -0.009026079438626766, 0.00740251038223505, 0.033085450530052185, -0.04125520586967468, + 0.0012029529316350818, -0.03554639592766762, 0.01494678109884262, -0.032388560473918915, + -0.020924871787428856, -0.02660895138978958, -0.027459032833576202, -0.022874783724546432, + -0.003428713185712695, 0.03397304564714432, -0.014707828871905804, -0.025034300982952118, + -0.03776136040687561, -0.007219442166388035, 0.038309648633003235, -0.012261581607162952, + -0.014266199432313442, 0.03776371479034424, -0.06382479518651962, 0.02657785825431347, + 0.015137127600610256, -0.017987580969929695, 0.04555930197238922, -0.06270850449800491, + 0.010650440119206905, -0.024627232924103737, -0.05836362764239311, 0.04638676345348358, + -0.015421589836478233, 0.06752489507198334, 0.0614694282412529, -0.027221783995628357, + 0.023623256012797356, -0.0703759491443634, 0.021791057661175728, 0.051231030374765396, + 0.006609371863305569, -0.05000021681189537, -0.042326919734478, -0.025379134342074394, + 0.0029245249461382627, 0.0015438394621014595, 0.032004136592149734, 0.04277309402823448, + -0.029253387823700905, -0.019965264946222305, 0.013695599511265755, -0.017817622050642967, + -0.028976868838071823, 0.07353021204471588, 0.028044018894433975, 0.0031517785973846912, + -0.037248577922582626, -0.04051245376467705, 0.0058611235581338406, -0.010843809694051743, + -0.043698329478502274, 0.052036114037036896, -0.036740992218256, 0.03404243290424347, + 0.06696377694606781, 0.04802611097693443, 0.03432922437787056, 0.047385890036821365, + 0.024265188723802567, 0.011659041978418827, 0.016528869047760963, -0.05455152690410614 + ], + [ + 0.11950592696666718, -0.037122104316949844, 0.09574126452207565, -0.017781173810362816, + -0.007357384543865919, 0.0816919282078743, 0.005932129919528961, 0.03822775185108185, + -0.035965852439403534, -0.058579497039318085, -0.0027827778831124306, 0.0009020460420288146, + 0.04379899054765701, -0.04037811607122421, 0.05829218775033951, -0.049734778702259064, + -0.03622172027826309, -0.0032848804257810116, -0.07431945949792862, 0.0002456469810567796, + -0.04730619117617607, 0.060292162001132965, -0.13282839953899384, 0.04097377508878708, + -0.028663933277130127, 0.17499710619449615, -0.03981306031346321, 0.001466589979827404, + 0.10692848265171051, -0.13075542449951172, -0.022507673129439354, 0.07747519761323929, + 0.023696821182966232, 0.003237854689359665, -0.05981083959341049, -0.057638511061668396, + -0.09074899554252625, -0.04022959992289543, -0.04162784293293953, 0.025531554594635963, + -0.07584472745656967, 0.006005276460200548, -0.02952885814011097, 0.10003058612346649, + 0.09458912163972855, 0.0692061334848404, -0.06085057184100151, -0.07168106734752655, + 0.11483395099639893, 0.012146315537393093, 0.04450581222772598, 0.04036341980099678, + -0.018801281228661537, 0.06356289237737656, 0.019763128831982613, -0.017748044803738594, + -0.17214444279670715, 0.008487802930176258, -0.02081797830760479, 0.019367678090929985, + -0.052862294018268585, -0.08173184841871262, 0.024372929707169533, 0.15394560992717743, + -0.05091271921992302, 0.008860169909894466, -0.12218295782804489, -0.07096108794212341, + 0.06280697882175446, 0.09023375064134598, -0.2140440046787262, -0.07922784984111786, + -0.0046135312877595425, 0.08977409452199936, -0.04271657019853592, 0.03661453351378441, + 0.006827033124864101, -0.11242090910673141, -0.07764990627765656, 0.0448339581489563, + -0.14813381433486938, -0.005270345602184534, -0.030054468661546707, 0.08609306067228317, + 0.12389962375164032, 0.04404252767562866, 0.0006470471271313727, 0.07678668946027756, + 0.020909743383526802, -0.12382542341947556, 0.039037805050611496, -0.08573910593986511, + 0.017113080248236656, -0.021581215783953667, -0.019343476742506027, -0.04017481952905655, + -0.09334081411361694, -0.0412902757525444, -0.07685403525829315, 0.060928937047719955, + 0.0914805606007576, -0.00481089111417532, -0.04161766171455383, -0.001197229721583426, + -0.051509156823158264, -0.03247668966650963, 0.10096723586320877, 0.02432907186448574, + 0.08566662669181824, -0.06270486116409302, -0.08433634787797928, 0.07834852486848831, + 0.050549186766147614, -0.07918182015419006, -0.11436301469802856, 0.08960693329572678, + -0.019636962562799454, 0.053232256323099136, 0.05530169978737831, 0.045908015221357346, + -0.11401133239269257, -0.0018908121855929494, 0.10225910693407059, -0.04147332161664963, + 0.016062051057815552, 0.024690555408596992, -0.050916887819767, 0.030353175476193428, + -0.02751484140753746, -0.03988399729132652, 0.08798165619373322, 0.03699545934796333, + -0.10998500138521194, 0.08466602116823196, -0.08843891322612762, 0.009456903673708439, + 0.09956784546375275, -0.023329148069024086, 0.10569779574871063, 0.053945302963256836, + -0.026717765256762505, 0.014742717146873474, -0.018085191026329994, -0.049987923353910446, + -0.0653931125998497, 0.08646492660045624, -0.073297418653965, 0.02620876394212246, 0.0592389851808548, + -0.015139508992433548, 0.12326574325561523, 0.08838396519422531, 0.028186600655317307, + 0.015526579692959785, -0.010171066969633102, -0.02046036347746849, 0.09388701617717743, + 0.040309153497219086, -0.043150562793016434, -0.11448024958372116, -0.04010333493351936, + -0.029345037415623665, -0.002362519735470414, 0.03786594048142433, 0.037495777010917664, + 0.026342662051320076, -0.006142711266875267, -0.11694168299436569, -0.07319584488868713, + -0.06351601332426071, -0.059023234993219376, -0.01507735624909401, 0.1334257423877716, + 0.07522886246442795, -0.06286792457103729, 0.03396952524781227, -0.06249881535768509, + -0.005503618158400059, -0.09847252070903778, -0.005296321585774422, -0.07368996739387512, + 0.02807103842496872, -0.005493614822626114, -0.0035443862434476614, -0.19843293726444244, + 0.13670818507671356, -0.07051815092563629, 0.10193168371915817, -0.005093543790280819, + 0.11803406476974487, 0.025188615545630455, -0.0852455273270607, -0.010806402191519737, + 0.1305001676082611, -0.012189964763820171, 0.003961136098951101, 0.03943616524338722, + -0.022165773436427116, -0.06840379536151886, 0.06478632241487503, 0.022718768566846848, + 0.11601872742176056, 0.07553724944591522, 0.05105443671345711, 0.035176653414964676, + -0.10164382308721542, 0.020803382620215416, -0.033130574971437454, -0.04018406569957733, + 0.039318155497312546, -0.024493606761097908, 0.048914432525634766, 0.11227037012577057, + 0.005041948053985834, 0.04924602806568146, 0.0537114292383194, -0.02741817571222782, + -0.15485771000385284, -0.024514401331543922, 0.043885864317417145, 0.08414385467767715, + -0.04176531732082367, -0.04982157424092293, -0.012880826368927956, 0.03385595232248306, + -0.048967305570840836, 0.02583996392786503, -0.050823334604501724, -0.022341381758451462, + 0.054419539868831635, -0.016937216743826866, -0.034116096794605255, 0.0011151545913890004, + -0.0634951964020729, 0.10618483275175095, 0.1775982528924942, 0.034937433898448944, + -0.09507887065410614, -0.016966747120022774, 0.0671696662902832, -0.0553460568189621, + 0.030108559876680374, 0.006751547567546368, 0.03656582534313202, -0.10772135853767395, + 0.012712660245597363, -0.07601656764745712, -0.04235132038593292, 0.07824850082397461, + 0.09935100376605988, -0.018077298998832703, 0.0874408483505249, -0.0048858425579965115, + 0.024115629494190216, 0.014769705943763256, 0.08137812465429306, 0.01676192879676819, + -0.010513212531805038, 0.028215628117322922, -0.0038625895977020264, -0.033619802445173264, + 0.11792344599962234, -0.04491855949163437, -0.0033265191596001387, -0.0007320960867218673, + -5.605944897979498e-5, 0.038503240793943405, -0.019467124715447426, -0.026235075667500496, + -0.011147490702569485, -0.048790328204631805, -0.10006912797689438, 0.0006145650986582041, + 0.09062627702951431, 0.014111511409282684, -0.08153915405273438, 0.0578596256673336, + -0.07530450820922852, 0.011538528837263584, -0.03218317776918411, -0.0492362380027771, + -0.009915688075125217, -0.04085908085107803, -0.0809096097946167, -0.005682661663740873, + 0.021975424140691757, 0.012763958424329758, -0.03321196511387825, 0.03854671120643616, + 0.01847000978887081, -0.0004645082226488739, -0.06612427532672882, -0.06008671969175339, + -0.09284427016973495, -0.15697380900382996, -0.029823731631040573, 0.0008374103927053511, + -0.015980366617441177, 0.05657137185335159, 0.012337518855929375, 0.07449974119663239, + 0.019539641216397285, 0.04427451640367508, -0.11740130931138992, 0.0806908905506134, + 0.03911859914660454, -0.01517635677009821, -0.011377011425793171, -0.0696849375963211, + -0.007145629730075598, 0.0054538981057703495, 0.014403672888875008, 0.14722584187984467, + -0.0066827526316046715, -0.01283040177077055, -0.005911650601774454, 0.040339648723602295, + 0.04017602279782295, -0.01185921486467123, 0.0013495319290086627, -0.019442524760961533, + 0.0285283625125885, 0.16242684423923492, 0.03714669868350029, -0.0014916660729795694, + 0.03799283877015114, 0.0059849717654287815, 0.05464693158864975, -0.12760695815086365, + -0.03653896600008011, -0.03163851425051689, 0.05885189026594162, 0.052973486483097076, + -0.04945908114314079, -0.001596204238012433, -0.01490948349237442, 0.06127416715025902, + 0.03290529176592827, -0.02578708529472351, -0.05181533098220825, -0.11285378783941269, + 0.03131482005119324, 0.10748869180679321, 0.021237218752503395, 0.011198553256690502, + 0.09931971877813339, 0.005694840103387833, 0.06144028529524803, 0.09584116190671921, + -0.08005120605230331, 0.0654563158750534, -0.12644512951374054, 0.08389675617218018, + -0.0213034525513649, 0.011265330016613007, -0.09490764141082764, 0.009791739284992218, + -0.09490042179822922, -0.08316169679164886, 0.1162654384970665, -0.03097490780055523, + -0.01965014636516571, 0.05602068081498146, 0.03792010247707367, -0.08084377646446228, + -0.071512371301651, 0.12528091669082642, -0.044026631861925125, 0.06234513968229294, + -0.11156392842531204, -0.012443240731954575, 0.05981236323714256, 0.10189927369356155, + 0.05014706403017044, 0.06135638803243637, 0.0003913311520591378, -0.0018579771276563406, + 0.05854096636176109, -0.03279566019773483, -0.031914472579956055, -0.07493506371974945, + -0.00824596919119358, -0.06303680688142776, 0.12220396101474762 + ], + [ + -0.06726010888814926, -0.01956729032099247, -0.05014682933688164, 0.039080701768398285, + 0.040322694927453995, -0.050636615604162216, -0.037788406014442444, 0.01718439720571041, + -0.007371722720563412, 0.031235387548804283, 0.02152434177696705, -0.0055546993389725685, + 0.0485539585351944, -0.06354504078626633, 0.02522294782102108, -0.03426804393529892, + 0.00020916186622343957, 0.05128566175699234, -0.05490443482995033, 0.0674661174416542, + 0.00024136689899023622, 0.021449649706482887, -0.06960190832614899, 0.05850512534379959, + -0.024458561092615128, 0.009734781458973885, 0.03082858771085739, 0.053224287927150726, + 0.022840697318315506, 0.012616004794836044, 0.011999665759503841, 0.010927088558673859, + 0.005821417551487684, -0.006421858910471201, -0.0343501903116703, -0.0089910589158535, + -0.0011653813999146223, 0.04896236211061478, 0.0172489732503891, 0.01575388014316559, + 0.0094014136120677, 0.020849615335464478, 0.037790585309267044, -0.03906935825943947, + -0.058069705963134766, -0.03337407857179642, -0.04768114537000656, -0.021817075088620186, + 0.02465340495109558, -0.00265141692943871, -0.030072566121816635, 0.03958635404706001, + 0.08883177489042282, 0.06398508697748184, -0.013210197910666466, -0.018663814291357994, + -0.04703575745224953, 0.014071663841605186, 0.023658812046051025, 0.0637320950627327, + -0.006883322261273861, 0.062317319214344025, 0.025020282715559006, -0.0474482998251915, + -0.04998733475804329, 0.01267167553305626, 0.01138280052691698, -0.026614874601364136, + -0.021961912512779236, 0.060096919536590576, 0.02840561419725418, 0.026791945099830627, + -0.033876772969961166, 0.0795227587223053, -0.028411585837602615, 0.0022509912960231304, + -0.06813939660787582, -0.020656442269682884, -0.015299373306334019, -0.0794510766863823, + 0.06760115921497345, 0.015086053870618343, -0.002641117898747325, 0.030748745426535606, + 0.003491524839773774, -0.06138988956809044, 0.017467539757490158, 0.0495830699801445, + 0.02648910880088806, -0.02419445477426052, 0.04931943118572235, -0.022537456825375557, + 0.03228378668427467, 0.006030987948179245, 0.08001837134361267, 0.039349425584077835, + -0.004001875873655081, 0.039748724550008774, -0.005138744134455919, 0.07026492804288864, + -0.03268474340438843, -0.09443521499633789, -0.029611699283123016, 0.035935986787080765, + -0.03724966198205948, -9.375528316013515e-5, -0.0035593127831816673, 0.012232291512191296, + 0.017542297020554543, 0.024715526029467583, -0.07836528867483139, 0.0014843448298051953, + 0.02077758125960827, 0.028222834691405296, -0.0037408964708447456, -6.50466899969615e-5, + 0.04899970814585686, 0.05248933658003807, -0.01525114569813013, 0.06558910012245178, + 0.02299792319536209, 0.05131800100207329, -0.0718599334359169, 0.026020275428891182, + -0.0282405074685812, -0.03825918212532997, 0.04819384962320328, 0.0012513804249465466, + 0.03387661278247833, -0.055162470787763596, 0.0022435050923377275, -0.006967483088374138, + -0.04861566424369812, 0.09168937802314758, 0.003996741957962513, 0.016415055841207504, + -0.03571346029639244, -0.008219631388783455, 0.008890610188245773, -0.08598814904689789, + 0.018275922164320946, 0.0941496342420578, 0.02602493204176426, -0.05545598641037941, + 0.06882401555776596, -0.013677478767931461, 0.05300647020339966, -0.08935230225324631, + -0.016900939866900444, 0.058887433260679245, -0.0831671953201294, 0.007054600398987532, + -0.0986563116312027, 0.006685175932943821, 0.001830729772336781, 0.02965649589896202, + -0.05472877621650696, 0.056875720620155334, -0.00610350351780653, 0.03091008961200714, + -0.019437065348029137, -0.03525221347808838, 0.0023233077954500914, -0.0029488459695130587, + -0.07575787603855133, 0.08832522481679916, -0.09075172990560532, -0.011746837757527828, + -0.006963264662772417, -0.03377067297697067, -0.02071119099855423, -0.009744230657815933, + 0.049487728625535965, 0.03947186842560768, 0.04342130199074745, 0.06418304890394211, + -0.022170498967170715, -0.00330975535325706, 0.043578632175922394, 0.01631901226937771, + -0.07526330649852753, -0.046983905136585236, 0.03094770759344101, -0.055057041347026825, + 0.015412003733217716, -0.028892679139971733, 0.0008728668908588588, 0.05416405200958252, + 0.038693707436323166, -0.06131963059306145, 0.009567474946379662, -0.07326640188694, + -0.03378456085920334, -0.03389621153473854, 0.020545121282339096, -0.023426074534654617, + -0.018241586163640022, 0.06728411465883255, -0.06427964568138123, 0.014281541109085083, + 0.0049796802923083305, 0.04752075672149658, -0.034933291375637054, 0.05202091485261917, + 0.09821145981550217, 0.08159436285495758, -0.006121848244220018, 0.028145626187324524, + 0.038117147982120514, -0.05949810892343521, -0.07360313832759857, 0.02084488235414028, + 0.09667452424764633, -0.019167045131325722, 0.07770010828971863, 0.001160387764684856, + 0.05885002762079239, 0.09841371327638626, -0.024992357939481735, -0.015357659198343754, + 0.06230379641056061, -0.040251996368169785, -0.006703010760247707, 0.015795370563864708, + 0.004740491509437561, 0.025550831109285355, 0.012747705914080143, 0.03117009997367859, + 0.056546133011579514, 0.0945516899228096, 0.05878172069787979, -0.029118672013282776, + 0.05505357310175896, -0.007473051082342863, 0.013442622497677803, 0.0036184019409120083, + -0.03597855567932129, -0.06841379404067993, 0.06167430430650711, 0.00930308923125267, + -0.05629384517669678, -0.015196189284324646, -0.019292021170258522, 0.015056893229484558, + 0.061754681169986725, 0.033431440591812134, -0.04187367111444473, -0.004111527930945158, + 0.03800942748785019, -0.056886009871959686, 0.07667087018489838, 0.020382845774292946, + -0.009053162299096584, 0.01999729312956333, 0.01144038699567318, 0.0049345726147294044, + 0.01729363575577736, -0.004779004491865635, 0.015150962397456169, -0.03861520066857338, + -0.015883732587099075, -0.04362594336271286, -0.020953752100467682, -0.03252400457859039, + -0.013790684752166271, 0.02899448201060295, -0.015393109992146492, 0.02759552374482155, + 0.04159368947148323, -0.06622669100761414, -0.002768079750239849, -0.02004537172615528, + 0.026092063635587692, -0.11014606803655624, 0.018043452873826027, -0.003320876508951187, + -0.035825662314891815, 0.06352473795413971, 0.017373505979776382, -0.07398756593465805, + -0.020581211894750595, -0.049562979489564896, -0.0734785795211792, 0.040248893201351166, + -0.0035760316532105207, 0.002476983005180955, 0.017284702509641647, 0.01822727359831333, + 0.03700531646609306, -0.025126539170742035, -0.005162140820175409, -0.04176805540919304, + 0.029749015346169472, 0.012582886964082718, -0.027381889522075653, -0.08171720802783966, + 0.04464390501379967, 0.020554544404149055, 0.023763883858919144, -0.0010784977348521352, + -0.04242781177163124, -0.02131696604192257, 0.04873554781079292, -0.026561999693512917, + 0.0018527270294725895, -0.016106877475976944, 0.004214045125991106, 0.04425184056162834, + 0.04485897347331047, -0.024665219709277153, -0.012825235724449158, 0.12080918252468109, + -0.02208438701927662, 0.0010694151278585196, 0.033193718641996384, -0.03211721405386925, + -0.03196660429239273, 0.04381800442934036, 0.036051176488399506, -0.03631408512592316, + 0.04082440584897995, -0.023749615997076035, 0.07087100297212601, 0.07813811302185059, + 0.04020367190241814, -0.04693673923611641, 0.07418936491012573, -0.015441116876900196, + -0.03771022707223892, 0.01757732592523098, 0.10854735970497131, 0.028695600107312202, + 0.022275716066360474, -0.05662713944911957, -0.06503481417894363, 0.0065247477032244205, + 0.024305852130055428, -0.08423496037721634, 0.07465647906064987, 0.005817027762532234, + 0.0322779044508934, 0.024343544617295265, -0.011328130960464478, 0.03856923058629036, + 0.02796006388962269, 0.07544010132551193, 0.022297076880931854, -0.029382681474089622, + -0.08814031630754471, -0.032011888921260834, -0.021761765703558922, -0.031891342252492905, + 0.012956192716956139, -0.029621414840221405, -0.03180992230772972, -0.019154652953147888, + -0.0041377912275493145, 0.09489244222640991, 0.019796185195446014, -0.019850589334964752, + 0.012014752253890038, -0.006530184764415026, 0.033230286091566086, -0.037615638226270676, + 0.03436446189880371, -0.05497587099671364, -0.01601705700159073, -0.027962179854512215, + -0.018795151263475418, 0.008479921147227287, -0.01182324904948473, 0.016153698787093163, + 0.0750049352645874, 0.005704096518456936, 0.01999514177441597, -0.009617198258638382, + -0.07157067954540253, 0.04639000445604324, -0.023138854652643204, -0.07211504876613617, + 0.007974278181791306, 0.02154584415256977, -0.04068470746278763, 0.04563990980386734 + ], + [ + -0.06939592957496643, -0.03202691301703453, 0.09629319608211517, -0.020184392109513283, + -0.018990453332662582, -0.03001830168068409, -0.017384067177772522, 0.14213141798973083, + -0.02379649318754673, -0.04726530238986015, 0.02669246681034565, -0.009096251800656319, + 0.041914843022823334, 0.0007424204959534109, 0.07141292840242386, -0.04317910224199295, + 0.0016424456844106317, -0.023788241669535637, -0.08151636272668839, -0.003435177030041814, + 0.03118540532886982, 0.03558211773633957, 0.055152229964733124, 0.054120589047670364, + 0.006616576109081507, 0.11937115341424942, -0.06414256989955902, -0.017048686742782593, + 0.0823385939002037, -0.11130522936582565, 0.08294916152954102, 0.062046781182289124, + 0.049617718905210495, 0.04205848276615143, 0.028181545436382294, -0.02577134780585766, + 0.011698207817971706, -0.016660846769809723, -0.0034525063820183277, -0.05482359603047371, + -0.06847783923149109, 0.013201157562434673, -0.03820277005434036, 0.10415972769260406, + 0.09494591504335403, 0.09497518092393875, -0.042115066200494766, 0.011870063841342926, + 0.1099841445684433, 0.026566367596387863, 0.010980447754263878, -0.09049952775239944, + -0.01754888892173767, -0.02414058707654476, 0.020184947177767754, -0.02660599909722805, + -0.12482801079750061, 0.02563564106822014, -0.013526243157684803, 0.020288744941353798, + -0.041231557726860046, -0.03000248409807682, -0.005215201992541552, -0.02942228876054287, + -0.10486048460006714, 0.022226078435778618, -0.1091369092464447, -0.01338148768991232, + 0.03451807424426079, -0.006108304485678673, 0.019471310079097748, 0.03573855385184288, + 0.027745235711336136, 0.12425629049539566, -0.09196566045284271, 0.07892873138189316, + -0.048221405595541, -0.006433547008782625, -0.018081406131386757, -0.047637756913900375, + -0.01326215360313654, -0.02877907268702984, -0.05213958024978638, -0.010364258661866188, + -0.0009610376437194645, 0.059380434453487396, -0.049342092126607895, 0.13330009579658508, + 0.044412761926651, -0.024302825331687927, 0.03473971411585808, -0.096359483897686, + -0.032752588391304016, -0.0813305452466011, -0.004233938176184893, -0.03332217410206795, + 0.010461106896400452, -0.06146134063601494, 0.01932940073311329, 0.03811740502715111, + 0.1993044763803482, -0.08922051638364792, -0.006351296789944172, -0.05313805118203163, + 0.0074600898660719395, 0.04783894866704941, 0.07823162525892258, 0.027381015941500664, + 0.08706287294626236, 0.011774816550314426, -0.0012429229682311416, 0.11389897763729095, + 0.06552475690841675, -0.0614759735763073, -0.1027059406042099, 0.02300867810845375, + -0.08564233779907227, -0.011072343215346336, 0.03886566683650017, -0.03486521914601326, + -0.13591286540031433, 0.000692788336891681, -0.0073539395816624165, 0.01971723511815071, + -0.0752784013748169, 0.023144301027059555, -0.01730644516646862, -0.042084190994501114, + -0.0028976830653846264, -0.004860635381191969, 0.0236891470849514, 0.008098158985376358, + -0.03721640631556511, 0.007797576487064362, 0.036353740841150284, 0.041451673954725266, + -0.08922338485717773, -0.013088506646454334, 0.07869743555784225, -0.03365742787718773, + -0.0458160936832428, 0.03382548689842224, 0.00036200799513608217, -0.08766307681798935, + 0.04885023832321167, 0.05544296279549599, 0.09323177486658096, -0.07587020844221115, + 0.06202065199613571, -0.040977466851472855, 0.15117749571800232, 0.015580072067677975, + 0.003428955329582095, 0.09575498849153519, 0.046245597302913666, 0.002865028101950884, + 0.03604523092508316, 0.017466561868786812, 0.030755391344428062, -0.02135763317346573, + -0.06800741702318192, 0.08832784742116928, -0.06582111120223999, -0.021160783246159554, + 0.027856042608618736, -0.0946318507194519, 0.038471519947052, -0.03704560175538063, 0.10024800896644592, + 0.05213532969355583, -0.020116349682211876, -0.07610470056533813, 0.04857850819826126, + 0.07661043852567673, -0.01905970461666584, 0.020874014124274254, 0.09023227542638779, + 0.04198379069566727, -0.03125538304448128, 0.02708197571337223, -0.05098563805222511, + -0.06188742816448212, 0.06253425776958466, -0.03906107693910599, -0.15922679007053375, + 0.02397266775369644, 0.04456080496311188, 0.03808988258242607, 0.034648600965738297, + 0.13439150154590607, 0.01819009706377983, 0.02449953183531761, -0.07633604854345322, + 0.0046059140004217625, -0.07263825833797455, 0.026731451973319054, 0.02476770430803299, + -0.001935597276315093, -0.04660891368985176, 0.022215967997908592, 0.0021250820718705654, + 0.025998665019869804, 0.05807143822312355, 0.0014406938571482897, 0.033222608268260956, + -0.008670635521411896, 0.07539384812116623, 0.012151975184679031, 0.04694853723049164, + 0.006454826332628727, -0.06943611800670624, 0.04248707368969917, 0.014166182838380337, + 0.03274957463145256, 0.06798875331878662, 0.042793452739715576, -0.05069461464881897, + -0.002153299283236265, -0.06283087283372879, -0.11209458112716675, -0.022433072328567505, + -0.02900347113609314, -0.07064474374055862, 0.019847724586725235, 0.02402394823729992, + 0.08633019030094147, -0.10307008773088455, -0.04602735862135887, -0.02857690304517746, + 0.01695617474615574, 0.007543213665485382, -0.03679876774549484, 0.07169190049171448, + -0.028607109561562538, 0.10136988013982773, 0.08463232219219208, -0.03644329309463501, + -0.14685025811195374, -0.04914889484643936, -0.05198761075735092, -0.01543979812413454, + 0.02073649875819683, -0.03797224164009094, -0.0012181042693555355, -0.11137086898088455, + 0.06244384124875069, -0.04129248112440109, -0.07313971221446991, 0.009584461338818073, + -0.01880207099020481, -0.017057625576853752, 0.02242920733988285, 0.019506359472870827, + 0.039923295378685, 0.07373477518558502, 0.06763295084238052, 0.02513478323817253, 0.03910105675458908, + -0.05782681331038475, -0.04669976234436035, 0.007099216803908348, 0.02991459332406521, + 0.006441646721214056, -0.09150749444961548, -0.0177016519010067, 0.019461067393422127, + -0.0037061451002955437, -0.11223439127206802, -0.03706362098455429, -0.01121053658425808, + -0.06771476566791534, -0.09383878856897354, -0.022989587858319283, 0.07470088452100754, + 0.07992640882730484, -0.05269232764840126, 0.07108340412378311, -0.1117899939417839, + -0.09886632114648819, 0.01355337630957365, 0.0006114257266744971, -0.10585091263055801, + -0.03783710300922394, -0.050152070820331573, -0.04178423061966896, -0.0028383268509060144, + 0.07592280209064484, -0.14426885545253754, 0.03545468673110008, -0.018761679530143738, + 0.03461873158812523, 0.004303774330765009, 0.05728768929839134, -0.08517445623874664, + -0.03012298420071602, -0.04326656088232994, 0.012794755399227142, 0.006423098035156727, + 0.08984941989183426, -0.04606236517429352, 0.061773937195539474, -0.06424964219331741, + 0.08867837488651276, -0.0759197324514389, 0.0923926830291748, 0.06097976118326187, + -0.014996136538684368, 0.07287932187318802, 0.043193526566028595, -0.03255705535411835, + -0.015720216557383537, -0.02849680744111538, 0.1008516177535057, 0.07067671418190002, + -0.0646417960524559, 0.048817772418260574, 0.06640145182609558, 0.08875416964292526, + 0.11769132316112518, -0.022466253489255905, -0.08452010899782181, -0.011074617505073547, + 0.0554879754781723, 0.11999300122261047, 0.00023245556803885847, 0.013873624615371227, + -0.08468928188085556, 0.07179057598114014, -0.003884961362928152, -0.13682810962200165, + 0.05503080412745476, -0.06735645234584808, -0.016158901154994965, -0.024503283202648163, + -0.03344567120075226, 0.08200673758983612, -0.01885121501982212, 0.012544101104140282, + -0.042227134108543396, -0.08430957794189453, -0.11340297758579254, 0.08276521414518356, + 0.09580137580633163, -0.05607661232352257, 0.025767747312784195, 0.003954426851123571, + 0.09202837944030762, 0.11230327188968658, 0.025807257741689682, -0.021670782938599586, + -0.00399757781997323, -0.06467874348163605, 0.045669764280319214, -0.0704370066523552, + 0.002498522400856018, -0.08824460208415985, -0.005890509579330683, -0.005182741209864616, + -0.1107032299041748, -0.021428657695651054, -0.0656290352344513, 0.05938231572508812, + -0.012894962914288044, -0.014848665334284306, -0.052491750568151474, -0.01843981444835663, + 0.01593191921710968, -0.09262503683567047, 0.03776022419333458, -0.02293066866695881, + 0.014805905520915985, 0.003967298194766045, 0.024734115228056908, 0.03998172655701637, + 0.021373338997364044, 0.09319529682397842, -0.02399875968694687, -0.05181272327899933, + -0.0516255646944046, -0.01797136478126049, 0.0080579137429595, 0.0011022377293556929, + -0.042335450649261475, 0.07890719920396805 + ], + [ + -0.006640154868364334, -0.11322276294231415, 0.0899561420083046, -0.0027607481461018324, + 0.02169361710548401, -0.00682316767051816, -0.01838609203696251, 0.07362217456102371, + -0.0010056478204205632, -0.060420308262109756, -0.04391814395785332, 0.023240795359015465, + -0.019396819174289703, -0.025334598496556282, -0.04621497169137001, -0.06717094779014587, + 0.07242133468389511, -0.04914108291268349, -0.0452650748193264, 0.043612875044345856, + -0.08292647451162338, 0.06898756325244904, 0.05444280803203583, 0.0114211430773139, + -0.048958323895931244, 0.12113011628389359, -0.0005707039381377399, 0.0701453760266304, + -0.052318964153528214, -0.020664161071181297, 0.026712747290730476, 0.05738929659128189, + 0.02210524119436741, -0.021462051197886467, 0.04250796139240265, -0.15951040387153625, + 0.0272391177713871, -0.06025373563170433, -0.041479356586933136, 0.04671457037329674, + -0.027887018397450447, -0.007967308163642883, 0.09702727943658829, -0.004537972621619701, + 0.035119395703077316, -0.009751994162797928, -0.10051724314689636, 0.013933466747403145, + 0.13569696247577667, 0.05570926517248154, 0.07283125072717667, -0.0559200793504715, + 0.026196470484137535, -0.015910528600215912, 0.056972309947013855, 0.04212571308016777, + -0.06486678123474121, -0.05912654474377632, 0.008237647823989391, 0.07232381403446198, + -0.059276338666677475, -0.012796731665730476, 0.03815004229545593, -0.01898934133350849, + 0.0006316223880276084, -0.03391855210065842, -0.10939650982618332, -0.08470389246940613, + 0.0750340148806572, 0.012852845713496208, 0.008722319267690182, -0.03561600670218468, + -0.011388243176043034, 0.06697102636098862, -0.08303873986005783, 0.1073211058974266, + -0.10112661868333817, 0.005922440439462662, -0.03235537186264992, 0.04717334359884262, + -0.034823279827833176, -0.01311149075627327, 0.026264512911438942, -0.005979008972644806, + 0.019620737060904503, -0.03234124183654785, 0.016402937471866608, 0.18216131627559662, + -0.0393015518784523, 0.01196288876235485, 0.02976183220744133, -0.08246827870607376, + -0.018464352935552597, -0.0918571799993515, -0.012906563468277454, -0.08135421574115753, + -0.05595000460743904, -0.03897569328546524, 0.001835547387599945, 0.031847089529037476, + 0.007067789789289236, 0.055407267063856125, 0.04925016686320305, -0.06508539617061615, + -0.042851466685533524, 0.00359735288657248, 0.08224421739578247, 0.017588509246706963, + 0.19123877584934235, -0.11666066199541092, -0.06197112053632736, 0.1655300408601761, 0.0754169374704361, + 0.020993132144212723, -0.03185715153813362, 0.05005063861608505, -0.02920735441148281, + 0.04788248986005783, 0.026630669832229614, -0.011597556993365288, 0.01978687196969986, + 0.023874398320913315, 0.023767203092575073, -0.1056753620505333, -0.04240942746400833, + 0.05884767323732376, -0.11003129929304123, -0.018089216202497482, -0.027409914880990982, + 0.010235670953989029, 0.07686116546392441, -0.004426873289048672, -0.04830563813447952, + 0.0050315107218921185, 0.018218358978629112, 0.048735253512859344, 0.049466103315353394, + 0.00549456337466836, 0.05431564152240753, 0.016587955877184868, -0.034050412476062775, + -0.08478207886219025, -0.0345127247273922, -0.06748773902654648, 0.052151840180158615, + -0.0818161740899086, 0.09750722348690033, -0.04942907765507698, 0.026227135211229324, + -0.11531023681163788, 0.10203538089990616, 0.06204997003078461, 0.020082280039787292, + 0.06253927946090698, -0.0813961774110794, -0.006652274169027805, 0.03808978945016861, + 0.047894202172756195, -0.11924014985561371, -0.030020061880350113, -0.07404839247465134, + -0.03302657976746559, -0.01951192505657673, 0.07322710007429123, 0.01860727369785309, + -0.011977235786616802, 0.03927458077669144, 0.007909278385341167, 0.11199523508548737, + 0.07344592362642288, -0.1382981389760971, -0.046749331057071686, 0.044112976640462875, + 0.04733187332749367, -0.0628560334444046, 0.06607623398303986, -0.020428789779543877, + -0.034095048904418945, -0.09155293554067612, -0.04153156280517578, -0.08472156524658203, + -0.0862923339009285, -0.03248399496078491, -0.041772548109292984, -0.07484506070613861, + -0.05051470920443535, -0.02357041835784912, -0.03564104065299034, 0.06664717942476273, + 0.07026990503072739, -0.08047298341989517, -0.01416148990392685, -0.07924332469701767, + 0.15482623875141144, 0.01917150430381298, 0.013039766810834408, 0.003163843648508191, + 0.056812189519405365, 0.007030929438769817, 0.012141365557909012, 0.060829244554042816, + 0.06524350494146347, 0.007004731334745884, -0.01050606369972229, 0.03433249518275261, + -0.029965445399284363, 0.04893558844923973, -0.016039833426475525, 0.09126464277505875, + 0.10420560091733932, 0.025064103305339813, 0.12702444195747375, 0.016788218170404434, + 0.022586846724152565, -0.032580144703388214, 0.06548438221216202, -0.046972304582595825, + -0.024935215711593628, -0.020281117409467697, -0.0955653041601181, -0.002112408634275198, + -0.08792365342378616, -0.10291866958141327, 0.03395910933613777, 0.019793609157204628, + 0.0534384585916996, -0.00411422410979867, -0.051113344728946686, 0.03699367493391037, + -0.01943272165954113, 0.016582617536187172, 0.0021256539039313793, 0.05585785210132599, + -0.01211677398532629, 0.11030367761850357, 0.08107934147119522, -0.014633922837674618, + -0.07457002252340317, -0.05539432913064957, -0.013108874671161175, -0.08595795184373856, + -0.02447645179927349, -0.04737688973546028, -0.037563323974609375, -0.1607399582862854, + 0.03850855678319931, 0.012371288612484932, -0.0548175573348999, 0.016991158947348595, + 0.010255792178213596, -0.008170056156814098, 0.13948793709278107, -0.011368934996426105, + -0.04036463424563408, 0.0566798597574234, 0.02644656039774418, 0.039318978786468506, + 0.029357846826314926, 0.025268619880080223, 0.06476480513811111, 0.038222480565309525, + 0.002603615401312709, 0.05205480009317398, -0.08774881064891815, 0.08916463702917099, + -0.050080616027116776, 0.011165924370288849, -0.06929536908864975, 0.09255681186914444, + -0.07720666378736496, -0.10436597466468811, 0.025300616398453712, -0.05234871432185173, + 0.002612152136862278, 0.05125323683023453, -0.08355903625488281, 0.04148232191801071, + -0.08231957256793976, -0.06837601959705353, 0.03515632823109627, 0.016473893076181412, + -0.035325851291418076, -0.03674591705203056, -0.06250729411840439, -0.053566593676805496, + 0.008245555683970451, -0.061030857264995575, 0.044394947588443756, 0.019675444811582565, + -0.025335362181067467, -0.01589466817677021, -0.0197631623595953, 0.07925539463758469, + -0.07243449985980988, -0.13732077181339264, -0.03894615173339844, -0.009588336572051048, + 0.10388152301311493, 0.07426966726779938, 0.08831941336393356, -0.03778374195098877, + -0.018302977085113525, 0.044135451316833496, -0.11191165447235107, 0.03632356598973274, + -0.0062348321080207825, -0.04210231080651283, -0.02226901985704899, 0.07693454623222351, + 0.02870052680373192, 0.052625853568315506, 0.030296094715595245, -0.017595404759049416, + 0.06258149445056915, -0.05984150245785713, -0.08549896627664566, 0.0014346148818731308, + 0.04154866188764572, 0.030768586322665215, 0.04503002390265465, -0.018093382939696312, + -0.05096721276640892, 0.060021255165338516, 0.15896278619766235, 0.04521632194519043, + -0.06533543020486832, -0.08253103494644165, 0.036322079598903656, -0.01303063239902258, + -0.03888176009058952, 0.041398581117391586, 0.07860241830348969, -0.0006644504028372467, + 0.0477244034409523, -0.10037393122911453, 0.005336767062544823, 0.013617727905511856, + 0.018820924684405327, 0.054520133882761, -0.02755643241107464, -0.1257520169019699, + 0.004044659901410341, 0.11133132874965668, -0.016371849924325943, 0.05399146303534508, + -0.0675504058599472, 0.05752991512417793, -0.008570163510739803, -0.0003355287481099367, + 0.02235916256904602, -0.05064166337251663, -0.027340510860085487, 0.006986789871007204, + -0.006154445931315422, 0.011524954810738564, -0.0688653215765953, 0.040530722588300705, + -0.059129077941179276, -0.048518285155296326, 0.05987085774540901, -0.085540771484375, + -0.0639474019408226, 0.012785888276994228, 0.011762445792555809, -0.14156217873096466, + -0.01637602411210537, 0.09909225255250931, -0.06523916870355606, 0.0615575797855854, + -0.018853722140192986, 0.012255656532943249, 0.08185228705406189, 0.04309821501374245, + 0.0266181118786335, -0.007149531971663237, 0.0543847419321537, 0.02557125873863697, + -0.019555993378162384, -0.0164751335978508, -0.0957132875919342, -0.07495296746492386, + -0.009244612418115139, -0.012705632485449314, 0.08215943723917007 + ], + [ + 0.023363925516605377, -0.04928659275174141, -0.06643777340650558, -0.040633007884025574, + 0.013504558242857456, 0.03804459795355797, -0.04910556972026825, 0.02428845874965191, + -0.0400225929915905, -0.05215790495276451, 0.007933294400572777, 0.03929479792714119, + 0.02177778072655201, 0.04573284834623337, -0.009519576095044613, 0.018787844106554985, + -0.017688972875475883, -0.07844173908233643, 0.05448893830180168, -0.0420222207903862, + 0.011468779295682907, 0.05607451871037483, -0.034784477204084396, -0.06303341686725616, + 0.01695888862013817, 0.03442748636007309, 0.007960976101458073, -0.04592026770114899, + -0.09657589346170425, 0.027101628482341766, -0.046298857778310776, -0.03577568382024765, + 0.031099000945687294, -0.002703516511246562, -0.034508757293224335, -0.09349707514047623, + 0.00124297384172678, 0.018314307555556297, 0.05663542449474335, -0.001509126159362495, + 0.06502579897642136, 0.00029626223840750754, 0.033445630222558975, -0.002531426725909114, + -0.004003225825726986, 0.04734650254249573, -0.055487439036369324, -0.006948068737983704, + -0.0036482475697994232, -0.01501409336924553, -0.01678973250091076, -0.01929498463869095, + 0.0028205865528434515, -0.0419120192527771, -0.046429410576820374, 0.0020430770236998796, + 0.026004400104284286, 0.02886136807501316, 0.014054044149816036, -0.06833644211292267, + 0.046190232038497925, -0.014057694002985954, 0.009513551369309425, 0.02839411422610283, + 0.012044650502502918, -0.045753177255392075, -0.02416413277387619, -0.028239494189620018, + 0.004638167563825846, -0.017944959923624992, -0.008737652562558651, 0.007115951739251614, + -0.01506718434393406, -0.03451013192534447, 0.010279890149831772, 0.004440012853592634, + 0.09278875589370728, 0.01923743635416031, 0.01140379998832941, 0.011752511374652386, + 0.029997240751981735, 0.02904239296913147, 0.037909846752882004, -0.0704495757818222, + 0.018954113125801086, -0.06508276611566544, 0.08722157031297684, -0.044568274170160294, + -0.037217170000076294, 0.03907892480492592, 0.016467735171318054, 0.031064629554748535, + -0.021578697487711906, 0.051692962646484375, 0.01227502804249525, -0.03776111826300621, + 0.009587383829057217, 0.034532658755779266, 0.08321887254714966, -0.0037402126472443342, + 0.016527341678738594, -0.03487825021147728, -0.0076226782985031605, -0.019278112798929214, + -0.0506388284265995, 0.027601512148976326, 0.01048600859940052, -0.018248803913593292, + 0.03375944495201111, -0.04503212496638298, 0.05208902060985565, -0.011644775047898293, + -0.014963006600737572, -0.009367925114929676, -0.07526226341724396, -0.02482476830482483, + -0.0378984734416008, -0.04326485097408295, 0.1283508688211441, 0.04793444275856018, + -0.05488085001707077, 0.015098066069185734, -0.04525856673717499, -0.01295239757746458, + 0.024138016626238823, 0.02882774919271469, 0.023768149316310883, -0.0075149801559746265, + 0.05113617330789566, 0.006308055482804775, -0.024264290928840637, 0.0007872864953242242, + 0.04016219824552536, -0.05406881868839264, 0.014386359602212906, -0.03642347455024719, + 0.013867699541151524, -0.02697497420012951, -0.02053670585155487, 0.06399057060480118, + -0.043451938778162, -0.021434126421809196, 0.043344296514987946, -0.032447122037410736, + -0.022947562858462334, -0.030596759170293808, -0.011323090642690659, -0.001983961323276162, + -0.01359553448855877, -0.06354093551635742, 0.024652088060975075, 0.06139049306511879, + -0.029472317546606064, 0.02071523107588291, 0.03980932757258415, 0.012835630215704441, + 0.029681827872991562, 0.03410841152071953, 0.010360789485275745, 0.03630247339606285, + -0.0608447901904583, -0.06752477586269379, 0.037304431200027466, -0.004075918346643448, + 0.12214808166027069, -0.02389862947165966, -0.029689600691199303, 0.008875299245119095, + 0.010354472324252129, 0.03869808465242386, 0.03430704399943352, -0.030253170058131218, + -0.027649449184536934, -0.03547670319676399, 0.034399308264255524, 0.004717889707535505, + 0.011852876283228397, -0.043408945202827454, -0.0029337522573769093, -0.08190059661865234, + 0.03651368245482445, 0.04686034098267555, 0.05649435892701149, 0.01805056259036064, 0.02738054469227791, + -0.06945573538541794, 0.05726780742406845, -0.0200045108795166, 0.010403826832771301, + 0.020326830446720123, 0.03208509460091591, -0.09537447988986969, -0.019910961389541626, + 0.03412073105573654, -0.007354934699833393, 0.06784190982580185, 0.04536062851548195, + 0.03918161988258362, 0.06601592153310776, -0.0641193613409996, 0.04093283787369728, + -0.01522054709494114, 0.038053762167692184, 0.0497015044093132, -0.12869352102279663, + -0.08138415217399597, -0.043769292533397675, 0.004832180682569742, -0.01141805574297905, + -0.04471960291266441, 0.011094721965491772, -0.0776030495762825, -0.0706324428319931, + 0.05686408653855324, 0.01901080645620823, 0.06072048842906952, -0.033955466002225876, + -0.11834962666034698, -0.10042421519756317, 0.06610387563705444, -0.03227485343813896, + -0.014068816788494587, 0.1700768768787384, 0.021237818524241447, -0.05758524313569069, + 0.08863212913274765, 0.04944472387433052, 0.020345017313957214, 0.029993973672389984, + -0.011106861755251884, 0.0486101396381855, 0.031688205897808075, 0.024387681856751442, + -0.00444626621901989, -0.04600729048252106, 0.03442434221506119, 0.026974860578775406, + 0.030695950612425804, -0.035519737750291824, -0.001329690683633089, -0.010150603018701077, + 0.018619049340486526, 0.0067993574775755405, -0.014008939266204834, -0.03822198882699013, + 0.0020455399062484503, 0.05732394754886627, 0.052321657538414, -0.08231401443481445, + 0.08766826242208481, 0.024461492896080017, -0.017361581325531006, 0.007628983817994595, + -0.005818224512040615, 0.030846567824482918, -0.08652862161397934, -0.022411178797483444, + 0.10805495828390121, -0.005803391803056002, 0.03293141722679138, 0.033948078751564026, + -0.03787372633814812, -0.06745971739292145, 0.056074369698762894, 0.04291459545493126, + -0.05977817252278328, 0.025398707017302513, 0.064210906624794, 0.015328138135373592, + 0.021947884932160378, 0.04811473935842514, 0.052340488880872726, -0.0258807223290205, + -0.05233772099018097, -0.052776090800762177, 0.07482615858316422, 0.01142971869558096, + -0.009905684739351273, 0.001667614676989615, 0.05401027575135231, 0.07717875391244888, + -0.0294148251414299, -0.08897712826728821, 0.0260422695428133, -0.009922795929014683, + 0.07971318811178207, 0.006945359520614147, 0.01732666790485382, 0.0687466561794281, + -0.07107702642679214, 0.04366445541381836, -0.004828117787837982, 0.04704673960804939, + -0.022335803136229515, -0.03657747060060501, 0.07495539635419846, 0.03681892901659012, + -0.04285581409931183, -0.04084169492125511, 0.1305244266986847, 0.0987749695777893, 0.02751208283007145, + 0.06032180413603783, -0.03485352545976639, -0.050766292959451675, -0.09430885314941406, + -0.04406515136361122, -0.02454390935599804, -0.12049827724695206, 0.08157119154930115, + 0.10320553183555603, -0.007473544683307409, 0.0490620918571949, 0.028444388881325722, + -0.02834118716418743, 0.029997020959854126, 0.02198019064962864, 0.011036165989935398, + 0.027441762387752533, -0.03349429741501808, -0.05477701500058174, 0.03419826179742813, + -0.07125512510538101, -0.038853105157613754, -0.05280907452106476, 0.08950519561767578, + -0.014264065772294998, 0.022665193304419518, 0.051097363233566284, -0.006719023920595646, + -0.008570543490350246, 0.06801731139421463, -0.07245039194822311, 0.03675469011068344, + 0.0327930711209774, -0.08047852665185928, -0.08884482085704803, 0.1328156292438507, + 0.060392167419195175, 0.061606984585523605, -0.06298474967479706, -0.025021320208907127, + 0.028182988986372948, 0.05010690912604332, -0.050331130623817444, -0.005444019101560116, + 0.09464875608682632, 0.10311964899301529, 0.09242653101682663, -0.02633783221244812, + 0.06119414418935776, 0.045498430728912354, 0.009883548133075237, -0.045054323971271515, + -0.07002311944961548, 0.029872845858335495, 0.028297165408730507, 0.021356776356697083, + 0.004739186726510525, -0.058520421385765076, 0.03787362203001976, -0.03728114068508148, + -0.028586138039827347, -0.046925414353609085, -0.06638753414154053, 0.0005925094010308385, + -0.054919831454753876, 0.06059849634766579, -0.06652848422527313, -0.00862849596887827, + -0.07728073000907898, -0.049375269562006, -0.07489554584026337, 0.01757115125656128, + -0.020589642226696014, 0.0013701916905120015, 0.03711208701133728, -0.06034630909562111, + 0.0775325819849968, -0.03151475638151169, 0.014793604612350464, 0.005482417996972799, + 0.05022069439291954, 0.08595307916402817 + ], + [ + -0.05144398659467697, -0.03253373131155968, -0.032056666910648346, 0.01789088547229767, + 0.08794768899679184, -0.03726346790790558, -0.01601618528366089, 0.05796428769826889, + -0.03439928963780403, 0.0255314651876688, 0.004081825725734234, -0.07100614160299301, + 0.07710663229227066, -0.06645169854164124, 0.03815951943397522, 0.030200960114598274, + 0.04306076467037201, 0.034478235989809036, -0.05387884005904198, 0.0019890926778316498, + 0.025473754853010178, 0.012244150973856449, -0.06533782929182053, 0.01829395443201065, + -0.035888079553842545, -0.013765951618552208, 0.04750644788146019, 0.026156259700655937, + 0.016753120347857475, 0.005139355082064867, 0.06436435133218765, -0.007121243514120579, + 0.014311092905700207, 0.027052564546465874, 0.011037826538085938, 0.010322571732103825, + 0.008200006559491158, -0.03317679464817047, -0.01133128721266985, 0.07172679156064987, + 0.036637160927057266, 0.04081984609365463, 0.05742508918046951, 0.014102611690759659, + -0.027856450527906418, 0.00954426359385252, -0.03140706568956375, -0.03188815340399742, + 0.013018445111811161, 0.016375159844756126, -0.04834537208080292, -0.025608275085687637, + 0.024158651009202003, 0.042514752596616745, -0.007231793832033873, 0.013345930725336075, + -0.0011662610340863466, 0.0014726081863045692, -0.041538506746292114, 0.014062304981052876, + -0.07209841907024384, 0.07606945931911469, 0.017353395000100136, -0.036971427500247955, + -0.02035338059067726, -0.04977666214108467, 0.0290614552795887, 0.0006032675737515092, + -0.012064924463629723, 0.05461208149790764, -0.015593867748975754, -0.006504439283162355, + -0.09468809515237808, 0.03493688628077507, -0.09164481610059738, -0.016068996861577034, + -0.08995083719491959, 0.024906465783715248, 0.026767076924443245, -0.04379141703248024, + -0.004983886145055294, -0.05169175565242767, 0.024157851934432983, 0.015641523525118828, + 0.006193939596414566, -0.06586861610412598, -0.05562734976410866, 0.0584622360765934, + 0.019642191007733345, -0.053074825555086136, 0.06502797454595566, 0.004470014479011297, + -0.01657591201364994, -0.027385270223021507, 0.05677945911884308, 0.023348037153482437, + 0.07308399677276611, 0.02560131810605526, -0.04405668377876282, 0.024313274770975113, + -0.024715032428503036, -0.03784337639808655, -0.025855395942926407, 0.011705123819410801, + -0.01371737476438284, -0.0013556357007473707, 0.019001608714461327, 0.025589169934391975, + 0.010457119904458523, -0.03229514881968498, -0.04443565011024475, 0.04756157472729683, + -0.0438343845307827, -0.036558885127305984, 0.040811847895383835, -0.03368339315056801, + 0.08881141245365143, 0.0462762825191021, -0.04473229870200157, -0.01859954372048378, + 0.03478340432047844, -0.012327561154961586, -0.042636800557374954, 0.054399117827415466, + -0.011492128483951092, -0.08083979040384293, 0.05277015641331673, -0.0382549874484539, + 0.039564333856105804, 0.006813853047788143, 0.014658977277576923, 0.04891498386859894, + 0.01170269399881363, 0.022556789219379425, -0.05185633897781372, 0.0345914289355278, + -0.04504552483558655, -0.053125400096178055, 0.011209404096007347, -0.044135887175798416, + 0.014426477253437042, 0.060981057584285736, -0.02680012211203575, -0.020913299173116684, + 0.023758476600050926, 0.034241560846567154, 0.03783934935927391, -0.09801162779331207, + 0.002305759582668543, -0.0249618086963892, -0.038675811141729355, -0.0038381004706025124, + -0.07193280756473541, 0.06536833941936493, -0.0635928213596344, -0.01609858311712742, + -0.07822722941637039, -0.0015818129759281874, -0.0037808124907314777, -0.024622175842523575, + 0.04841066896915436, 0.010612602345645428, -0.014657676219940186, 0.025424746796488762, + -0.03289755806326866, 0.0029265019111335278, -0.03926083818078041, 0.019789794459939003, + -0.02078554965555668, -0.03316387161612511, -0.05503541976213455, 0.05670253559947014, + 0.06424244493246078, 0.01164723839610815, -0.014764390885829926, 0.05850519612431526, + -0.020931120961904526, 0.06299451738595963, 0.021244755014777184, 0.0552380196750164, + -0.033369969576597214, -0.061738546937704086, -0.048885032534599304, -0.051173411309719086, + 0.012942972593009472, 0.008356750011444092, -0.05309951305389404, -0.0066835712641477585, + -0.012934832833707333, 0.03234265744686127, -0.06345522403717041, -0.019534779712557793, + -0.07462042570114136, -0.025067338719964027, -0.03830546513199806, -0.011493883095681667, + 0.06080108508467674, 0.05154862627387047, -0.051071614027023315, -0.010453375056385994, + 0.04513111710548401, 0.07177566736936569, -0.04747164249420166, 0.05107796564698219, + 0.037030234932899475, -0.009510757401585579, 0.06697482615709305, 0.004116368480026722, + 0.09051501750946045, -0.06139616295695305, -0.08034374564886093, 0.09338696300983429, + 0.02006705291569233, 0.0031499096658080816, 0.061285290867090225, 0.006916284095495939, + 0.0032812398858368397, 0.08521536737680435, -0.027011794969439507, 0.019744230434298515, + 0.01813865639269352, 0.010530364699661732, 0.01322249136865139, -0.009689238853752613, + -0.05195062980055809, 0.08285746723413467, 0.00854351744055748, 0.012372772209346294, + 0.014033242128789425, -0.00637354701757431, 0.042472317814826965, -0.011222290806472301, + 0.052439574152231216, -0.0023626137990504503, 0.009184138849377632, -0.009668068960309029, + 0.08680678904056549, -0.035170186311006546, 0.05229189991950989, -0.07653860747814178, + -0.03239212557673454, -0.027807172387838364, 0.0020367521792650223, 0.04582013189792633, + -0.007949710823595524, -0.012077406980097294, -0.001117972075007856, 0.03462192788720131, + 0.0020930697210133076, 0.001954718492925167, 0.02384578250348568, 0.01007096841931343, + 0.025189895182847977, -0.0569775253534317, 0.04148194193840027, 0.0031516053713858128, + 0.0446481816470623, -0.030383050441741943, 0.02526579052209854, -0.015290463343262672, + 0.04239306226372719, -0.0030305511318147182, -0.07139121741056442, 0.022558895871043205, + 0.05756885185837746, 0.06387688219547272, -0.01856302283704281, -0.03873749449849129, + 0.04165009409189224, -0.04944043606519699, -0.004672393202781677, -0.04992178454995155, + -0.004401077516376972, -0.03916791453957558, 0.024498632177710533, -0.06269737333059311, + 0.016624052077531815, 0.07895801961421967, 0.00948122888803482, -0.07374061644077301, + 0.005105883814394474, -0.01584625244140625, -0.04627959057688713, 0.037533391267061234, + -0.06169934570789337, 0.009821492247283459, -0.055363237857818604, -0.04179149866104126, + -0.05000891909003258, -0.01176665909588337, -0.003937217406928539, -0.03293889760971069, + -0.02033623494207859, 0.03323099762201309, 0.02809126302599907, -0.0553472675383091, + -0.010430342517793179, 0.007074002642184496, 0.03997926041483879, -0.04123682156205177, + -0.05201762914657593, 0.008555782958865166, 0.014485524035990238, 0.008636192418634892, + 0.04891335219144821, 0.030941028147935867, -0.03345317021012306, -0.01345789898186922, + 0.03489743545651436, -0.07703761756420135, 0.016993306577205658, 0.050480298697948456, + -0.009503023698925972, 0.053779613226652145, -0.04235928878188133, -0.009677664376795292, + 0.043939508497714996, -0.005219563376158476, 0.01457392517477274, 0.011477947235107422, + 0.04400613158941269, -0.010869640856981277, 0.02089855633676052, 0.10297900438308716, + -0.02820570580661297, -0.02776194177567959, 0.048280056565999985, -0.07279414683580399, + 0.007168368902057409, 0.0057628583163022995, 0.056056153029203415, -0.03127715736627579, + 0.004617577884346247, -0.04237893968820572, -0.00812604557722807, 0.06062692403793335, + -0.01160272303968668, -0.044242653995752335, 0.024681784212589264, -0.03555688634514809, + 0.0181865356862545, 0.030659718438982964, 0.033808059990406036, -0.027765529230237007, + -0.014101766981184483, 0.00286874664016068, -0.03125953674316406, 0.009082088246941566, + -0.08946267515420914, -0.030407624319195747, 0.049055419862270355, -0.07007055729627609, + -0.017807183787226677, -0.0354655385017395, 0.01653970777988434, -0.018791232258081436, + 0.004026825539767742, -0.037762030959129333, 0.02742384560406208, 0.005704895593225956, + 0.04297314211726189, -0.04128739982843399, 0.0008091081399470568, 0.018249165266752243, + -0.012154660187661648, -0.07508080452680588, -0.07317515462636948, -0.06573532521724701, + 0.02811487764120102, -0.049447402358055115, -0.022199703380465508, -0.04263310879468918, + 0.033400729298591614, 0.03066442720592022, 0.030898910015821457, -0.007343731354922056, + -0.02129472978413105, -0.01448496337980032, -0.06673134863376617, -0.01878165453672409, + 0.06856982409954071, -0.04612758010625839, -0.01902593858540058, 0.025251781567931175 + ], + [ + 0.04367135465145111, 0.03270568698644638, 0.0005400670343078673, 0.009936387650668621, + -0.054844122380018234, -0.011326328851282597, 0.06425802409648895, 0.01748165488243103, + 0.022500770166516304, 0.032408520579338074, -0.05002429336309433, -0.009094959124922752, + -0.02066894993185997, 0.10569333285093307, 0.03204183280467987, 0.06310000270605087, + -0.025154046714305878, -0.07199836522340775, 0.054421957582235336, -0.018088316544890404, + -0.007183057721704245, 0.01421008538454771, 0.007182014174759388, -0.03378606215119362, + 0.07182135432958603, 0.06150331720709801, -0.03550141304731369, -0.027559073641896248, + 0.029715649783611298, 0.000985979218967259, -0.006305765360593796, -0.026152849197387695, + 0.05916118621826172, 0.021877877414226532, -0.031770288944244385, 0.0015538104344159365, + 0.04278840124607086, 0.02097189612686634, 0.0054175965487957, -0.020767221227288246, + -0.027904590591788292, 0.007796945981681347, 0.01739269681274891, 0.011394650675356388, + -0.002244439674541354, 0.0005441441317088902, -0.025717662647366524, 0.08165562152862549, + -0.05205151066184044, 0.02115161158144474, -0.00909451674669981, 0.030639559030532837, + -0.10743319988250732, 0.04210662841796875, 0.06202293932437897, -5.683492781827226e-5, + 0.045387785881757736, 0.011346288956701756, -0.011794161051511765, -0.08055946230888367, + 0.04351853206753731, -0.02926740236580372, -0.05678063631057739, -0.028913259506225586, + -0.011686338111758232, -0.04178735241293907, 0.06580460071563721, 0.025848183780908585, + 0.024566175416111946, -0.0934940055012703, 0.013589523732662201, 0.02593914046883583, + 0.010485835373401642, -0.038621220737695694, 0.037254609167575836, 0.033284708857536316, + 0.04432787001132965, -0.027192195877432823, -0.04604172334074974, 0.016212332993745804, + -0.021012455224990845, -0.022812368348240852, 0.03502846881747246, 0.030149118974804878, + -0.03218229487538338, -0.030074311420321465, 0.06309639662504196, -0.019982222467660904, + -0.013005250133574009, 0.017215292900800705, -0.05815259739756584, -0.012026459909975529, + -0.027260541915893555, -0.009960238821804523, -0.023456012830138206, 0.048042554408311844, + 0.02175237238407135, -0.02004191279411316, 0.04792310297489166, 0.04680422320961952, + -0.011993489228188992, 0.008586456067860126, 0.021590201184153557, -0.06858257204294205, + 0.06815366446971893, 0.010834051296114922, 0.02833954244852066, 0.03662976622581482, + 0.05890171602368355, -0.048268791288137436, -0.023867487907409668, -0.0730624720454216, + 0.044911012053489685, -0.03571060299873352, -0.056362416595220566, 0.010708967223763466, + -0.005268994718790054, -0.08550455421209335, -0.014380238950252533, -0.005483723245561123, + 0.010608019307255745, -0.011080405674874783, -0.031613539904356, 0.005610767286270857, + -0.03616146743297577, 0.008477012626826763, -0.006543633993715048, 0.03902563452720642, + 0.000425197824370116, 0.03492619842290878, 0.009179471991956234, -0.002295371610671282, + -0.020255208015441895, -0.07813853770494461, -0.01949768140912056, -0.029603080824017525, + 0.06547542661428452, 0.013950485736131668, 0.012931542471051216, -0.05835310369729996, + -0.07503239065408707, -0.09724850207567215, 0.05593915283679962, -0.03026488982141018, + 0.015002771280705929, 0.07377105206251144, -0.047791894525289536, 0.0027255690656602383, + -0.07161597907543182, -0.0015086345374584198, -0.00817709881812334, 0.042968228459358215, + 0.07486049085855484, -0.013001764193177223, 0.0722251757979393, -0.04543256014585495, + 0.012807371094822884, -0.03108058124780655, 0.057099878787994385, -0.03407388553023338, + -0.061460427939891815, -0.02034619264304638, -0.03311024233698845, -0.026328494772315025, + 0.01602105237543583, 0.018604451790452003, 0.019801653921604156, -0.0020215269178152084, + -0.03753633052110672, -0.0005991022917442024, -0.013805877417325974, 0.053020577877759933, + 0.03085983544588089, -0.03775997832417488, -0.031257905066013336, -0.058930397033691406, + -0.06238625943660736, -0.02855985052883625, -0.009639538824558258, 0.012000677175819874, + 0.04049509018659592, 0.07792197167873383, 0.022091684862971306, 0.03631571680307388, + 0.060834746807813644, 0.04818815365433693, 0.057692646980285645, 0.00588420731946826, + -0.04102044552564621, 0.0721748098731041, 0.012408154085278511, 0.010800219140946865, + 0.01719522662460804, 0.08507835119962692, 0.04128052294254303, 0.08887234330177307, -0.056356031447649, + -0.054808273911476135, -0.004445625003427267, -0.03307025879621506, -0.031313858926296234, + -0.11146770417690277, 0.026727166026830673, -0.08205237984657288, 0.006040363106876612, + -0.05387941375374794, -0.045830294489860535, -0.05168396979570389, -0.029381252825260162, + 0.023443955928087234, 0.06155163794755936, -0.04830976948142052, -0.031022755429148674, + -0.013941651210188866, -0.013733668252825737, -0.003347730962559581, -0.06674937903881073, + -0.04177454859018326, -0.053493086248636246, 0.0010671124327927828, -0.009041517041623592, + -0.04016491398215294, -0.062219444662332535, -0.004305885173380375, 0.031805090606212616, + -0.0711793601512909, 0.058975402265787125, 0.004937396850436926, 0.008040262386202812, + -0.08743170648813248, 0.0318579338490963, 0.0673377588391304, -0.06326453387737274, + -0.007362043019384146, -0.05558127537369728, 0.00862817745655775, -0.05620140954852104, + 0.05089005082845688, -0.056444428861141205, 0.030492674559354782, 0.00779928220435977, + 0.044801123440265656, 0.05879473313689232, -0.05267979949712753, -0.03638738393783569, + 0.02737029641866684, -0.05463347211480141, -0.06949630379676819, 0.01479274220764637, + 0.0499567873775959, -0.04051145911216736, -0.05796588957309723, -0.018650321289896965, + 0.0011803761590272188, -0.014340207912027836, -0.03824136406183243, -0.07354816794395447, + 0.018958812579512596, -0.01379599142819643, 0.08578769862651825, 0.04136691987514496, + 0.04014487937092781, -0.05207638069987297, 0.01043066754937172, 0.03160904720425606, + 0.03926810622215271, 0.09314878284931183, 0.06913594156503677, -0.027730755507946014, + 0.04145229607820511, 0.05753135308623314, 0.03695537894964218, -0.04260874167084694, + 0.010947395116090775, -0.049600906670093536, 0.03822672367095947, -0.014764307998120785, + -0.01857878640294075, -0.01660444587469101, 0.08554329723119736, 0.031880125403404236, + 0.046631596982479095, 0.023491203784942627, -0.050947535783052444, -0.0013045594096183777, + -0.027273699641227722, -0.03334076330065727, 0.03480364382266998, 0.09752310067415237, + 0.04017950966954231, -0.03560026362538338, 0.03064858727157116, 0.011242394335567951, + -0.02863977663218975, 0.05606605112552643, 0.020410163328051567, -0.044160641729831696, + -0.02044547349214554, -0.05952589586377144, 0.05998952314257622, 0.025759149342775345, + -0.057627689093351364, -0.0252531748265028, 0.012524384073913097, -0.03254464268684387, + 0.03637048229575157, -0.017478657886385918, 0.027933813631534576, -0.0031843241304159164, + 0.06089969351887703, -0.050395991653203964, -0.0510319322347641, -0.01963435299694538, + -0.012226645834743977, -0.024570506066083908, -0.01123743411153555, -0.034595947712659836, + 0.023795049637556076, 0.03141021355986595, -0.0026846486143767834, 0.034986112266778946, + -0.014300188980996609, -0.09477201849222183, -0.0805136039853096, -0.02734055183827877, + -0.0319971963763237, -0.048296671360731125, 0.0012617737520486116, 0.004452044609934092, + 0.03668699041008949, 0.0018472436349838972, -0.00524761900305748, -0.02276640757918358, + -0.018558945506811142, -0.02701067365705967, -0.007877306081354618, -0.002197667956352234, + -0.004392846021801233, -0.03517957404255867, 0.03654998913407326, 0.028772927820682526, + -0.03435340151190758, 0.0025396584533154964, 0.013851350173354149, -0.01518549770116806, + -0.061968766152858734, 0.017587287351489067, 0.07249471545219421, -0.004374569747596979, + -0.03376435860991478, 0.06007048860192299, 0.11328431963920593, 0.00934837106615305, + 0.02329571358859539, 0.02184838242828846, 0.04742279276251793, -0.002448359737172723, + 0.016287347301840782, -0.023900106549263, -0.046197034418582916, -0.028446286916732788, + 0.08180032670497894, -0.025616485625505447, -0.007052606903016567, -0.03717463091015816, + 0.11196991801261902, 0.06945783644914627, 0.018174702301621437, -0.05867232009768486, + 0.0021145823411643505, 0.032644182443618774, 0.053145647048950195, -0.07944650202989578, + 0.008763707242906094, -0.017699716612696648, 0.019615313038229942, 0.11042743921279907, + 0.001574736787006259, 0.06022225692868233, -0.02557314559817314, 0.021231114864349365, + 0.05579647049307823, 0.02602052129805088, -0.07692418992519379 + ], + [ + -0.0140608549118042, -0.014773763716220856, 0.07463741302490234, -0.027041401714086533, + 0.003473727498203516, 0.024372626096010208, 0.005497375037521124, -0.06886077672243118, + 0.048826202750205994, 0.027492254972457886, 0.0020057382062077522, 0.006900360342115164, + 0.02007615566253662, 0.04456082358956337, -0.004407889675348997, 0.016263509169220924, + -0.026148704811930656, -0.045644573867321014, 0.04245594143867493, -0.014955466613173485, + 0.06388870626688004, -0.025323789566755295, 0.01977902464568615, -0.014807818457484245, + 0.09072469919919968, -0.001224287087097764, 0.020120393484830856, -0.0018481703009456396, + 0.047706086188554764, -0.04958895593881607, -0.05931980535387993, -0.0357353501021862, + -0.04411974549293518, -0.06824862957000732, 0.009517618454992771, 0.07520537078380585, + 0.007307517342269421, -0.02736433409154415, 0.06291354447603226, -0.01785237528383732, + -0.029473453760147095, -0.02148415520787239, -0.00045661244075745344, -0.011633728630840778, + 0.004862015601247549, -0.019029702991247177, 0.0015340492827817798, -0.0266463253647089, + 0.019611259922385216, -0.008545671589672565, 0.024067917838692665, -0.023510614410042763, + 0.013682871125638485, -0.025614788755774498, -0.01801280677318573, 0.03760761022567749, + -0.0008331879507750273, 0.07926683872938156, 0.016657629981637, -0.035376351326704025, + 0.001334798289462924, -0.005591883789747953, -0.008934671059250832, -0.04415031149983406, + -0.021001091226935387, 0.008466852828860283, -0.025825049728155136, 0.08483602851629257, + -0.021885767579078674, -0.009259214624762535, -0.014992461539804935, 0.036117855459451675, + 0.0017842676024883986, -0.0786924809217453, -0.06763360649347305, 0.030262181535363197, + 0.08292296528816223, -0.04336746782064438, -0.0387418195605278, -0.025172756984829903, + -0.07590565830469131, -0.029605679214000702, -0.005907667335122824, -0.03058108128607273, + -0.026878753677010536, 0.06544165313243866, 0.01839393563568592, 0.04867563396692276, + -0.036809347569942474, -0.01911439374089241, 0.025761250406503677, -0.02668471448123455, + -0.03407859802246094, -0.04248474910855293, -0.01780114136636257, -0.03444100543856621, + 0.008048010990023613, 0.0075760199688375, 0.11282429099082947, -0.02640804648399353, + 0.05090273544192314, 0.02402060478925705, 0.03811824321746826, -0.029809830710291862, + 0.006013834848999977, 0.01036743726581335, 0.036302998661994934, -0.019759558141231537, + 0.031210042536258698, -0.04788908734917641, 0.07740501314401627, 0.01322788093239069, + 0.06830872595310211, 0.0015371715417131782, 0.004291421268135309, 0.03772318363189697, + -0.028051434084773064, -0.06914020329713821, -0.04055660218000412, -0.008793476037681103, + 0.04100164398550987, 0.053312238305807114, 0.035276927053928375, 0.032988548278808594, + 0.012017209082841873, 0.021284600719809532, -0.03301599994301796, 0.000854330777656287, + 0.005419490393251181, 0.0018955229315906763, -0.0636032298207283, 0.0041928780265152454, + 0.07665606588125229, -0.05466456338763237, 0.09170417487621307, -0.025711428374052048, + 0.0407942533493042, 0.010670190677046776, 0.03721729665994644, -0.015750953927636147, + 0.012584393844008446, -0.05848725885152817, -0.01345670223236084, -0.04435250908136368, + -0.019028177484869957, -0.015762826427817345, -0.05012230947613716, -0.01929132640361786, + -0.03456180915236473, 0.03741995245218277, -0.006180864293128252, 0.05742616206407547, + 0.005426438059657812, -0.05062909424304962, 0.0652938038110733, -0.07978001981973648, + 0.0449606329202652, -0.062041252851486206, -0.010364768095314503, 0.040621813386678696, + -0.04978783801198006, -0.012297188863158226, 0.04215154051780701, 0.03618737682700157, + 0.003099163295701146, -0.02635894902050495, 0.00822172686457634, -0.03396889194846153, + 0.07288313657045364, -0.006608144845813513, -0.005799627862870693, 0.022736694663763046, + -0.01558227650821209, 0.03502591326832771, 0.0219193696975708, 0.01611936464905739, + -0.044562600553035736, -0.05985860154032707, -0.018432017415761948, -0.010925080627202988, + 0.04665274918079376, 0.04955066367983818, -0.02079458348453045, 0.002705539343878627, + 0.021171890199184418, -0.003048997838050127, 0.07959502935409546, -0.00805292185395956, + 0.025863762944936752, 0.05556650832295418, -0.03383268043398857, 0.03745660185813904, + 0.007552400231361389, 0.07270497828722, -0.041936807334423065, 0.07795809954404831, + -0.017894430086016655, -0.014190326444804668, 0.07239557802677155, -0.07323778420686722, + -0.023356977850198746, -0.07562696933746338, 0.01330526452511549, -0.011008956469595432, + -0.06560274958610535, -0.1012226864695549, -0.007326534483581781, 0.01962420344352722, + -0.08210109174251556, 0.07777208834886551, -0.0040585012175142765, -0.07526341825723648, + 0.01034475862979889, 0.008126855827867985, -0.041349511593580246, -0.037699874490499496, + 0.0004975225310772657, -0.10551799833774567, -0.009907398372888565, 0.021608075127005577, + -0.001933865249156952, -0.014698429964482784, 0.005343717988580465, -0.011693868786096573, + -0.013078847900032997, -0.04800265282392502, -0.0013003840576857328, 0.09559357911348343, + -0.05294577032327652, -0.06388193368911743, -0.008562128059566021, -0.02398092672228813, + -0.018600279465317726, 0.017596740275621414, -0.04018783196806908, 0.06659016758203506, + -0.008434765040874481, 0.08601738512516022, -0.09140273183584213, -0.045791883021593094, + 0.0153284827247262, 0.02598489075899124, 0.06180967018008232, -0.011988570913672447, + 0.020704282447695732, 0.004264174494892359, 0.04152734950184822, -0.043963473290205, + -0.05551372095942497, 0.08720811456441879, -0.0942724272608757, -0.08773868530988693, + 0.033817827701568604, 0.05949151888489723, -0.023052001371979713, -0.012305394746363163, + 0.010590555146336555, -0.010878191329538822, -0.015604575164616108, -0.025085875764489174, + -0.015112670138478279, 0.08128964900970459, -0.007601017132401466, 0.057857077568769455, + -0.002751358784735203, -0.05222783610224724, 0.07724560797214508, -0.001765276538208127, + 0.054967574775218964, -0.015940148383378983, 0.021937355399131775, 0.04576553404331207, + -0.026304941624403, -0.02675103209912777, -0.017124120146036148, 0.05026458576321602, + -0.031096847727894783, -0.01924075558781624, -0.03664230927824974, 0.06737866252660751, + 0.03152507543563843, -0.009785749949514866, -0.016985103487968445, 0.014799176715314388, + -0.010047392919659615, 0.003060869174078107, 0.004504966549575329, 0.0061707934364676476, + 0.10307354480028152, 0.047273170202970505, 0.013180323876440525, 0.017687248066067696, + -0.06904337555170059, -0.0767221599817276, -0.06505867093801498, 0.034086428582668304, + 0.0020841904915869236, 0.0039480929262936115, -0.007596498820930719, 0.09480386972427368, + -0.018558179959654808, -0.027891626581549644, -0.04567104950547218, -0.0731889009475708, + 0.001840150449424982, -0.02339034155011177, -0.03830953687429428, 0.024602383375167847, + -0.09026457369327545, 0.07869269698858261, -0.016208093613386154, -0.05380835011601448, + 0.04903906211256981, -0.008505535311996937, -0.03998551517724991, 0.028861183673143387, + 0.08219168335199356, 0.03259393200278282, 0.04878895357251167, -0.04871582239866257, + 0.011671548709273338, 0.01392010971903801, -0.072478286921978, -0.044910576194524765, + 0.016794713214039803, 0.0035408090334385633, 0.025380561128258705, 0.052695222198963165, + 0.06806406378746033, 0.010016689077019691, 0.03291811794042587, 0.009196807630360126, + -0.04235568270087242, 0.035412877798080444, -0.02515317127108574, -0.023433633148670197, + 0.060853466391563416, 0.07767565548419952, 0.00712784007191658, -0.022143414244055748, + -0.049620117992162704, -0.07563000172376633, -0.046807579696178436, 0.09734199941158295, + -0.009058010764420033, -0.06030461564660072, 0.06349701434373856, 0.009043056517839432, + 0.025831740349531174, -0.05653742328286171, -0.014199365861713886, 0.10436896979808807, + -0.00914018414914608, 0.02492668479681015, -0.031194914132356644, -0.045247603207826614, + -0.004219495691359043, -0.03237837180495262, 0.09640202671289444, -0.0009594473522156477, + -0.04489560425281525, 0.01857558637857437, -0.05833326280117035, 0.05094249173998833, + -0.016927825286984444, 0.02590026892721653, -0.01397535391151905, -0.0032301614992320538, + -0.02185795083642006, 0.029442094266414642, -0.0016842447221279144, 0.01071655098348856, + -0.01877644471824169, -0.055032454431056976, 0.025500960648059845, -0.07115714251995087, + 0.00874735414981842, 0.03993915393948555, 0.0969046875834465, 0.021954722702503204, + 0.010910292156040668, 0.037224601954221725, 0.09350543469190598, 0.008789580315351486 + ], + [ + 0.11883131414651871, -0.01231942605227232, -0.018460461869835854, 0.0021581307519227266, + -0.011636056937277317, 0.04352959990501404, 0.0491517148911953, -0.01740965247154236, + -0.04286520183086395, 0.05602002143859863, -0.034640129655599594, 0.06465929001569748, + -0.009514866396784782, 0.018400399014353752, -0.029999341815710068, 0.035303883254528046, + 0.05024115368723869, 0.03804462030529976, 0.06271851807832718, 0.06210241839289665, + 0.050042759627103806, 0.004697516094893217, -0.003266353392973542, 0.008995270356535912, + 0.03598378598690033, -0.007780955173075199, 0.01478580106049776, -0.08344420045614243, + 0.01745194010436535, 0.02923886850476265, -0.06143791973590851, -0.011339892633259296, + -0.013088422827422619, 0.00881341751664877, 0.005370188504457474, 0.04319101572036743, + -0.015428530983626842, -0.009054776281118393, 0.05578164756298065, 0.044928185641765594, + 0.0631316527724266, 0.023807261139154434, 0.06852909922599792, -0.06260449439287186, 0.0425083264708519, + -0.006095631513744593, -0.03582514077425003, 0.06747209280729294, 0.04960004240274429, + -0.07755342870950699, -0.01324797235429287, -0.03152740001678467, -0.006277730222791433, + -0.027524176985025406, -0.07119493931531906, 0.10720448195934296, 0.02971402183175087, + -0.023766446858644485, 0.06975091248750687, -0.021529676392674446, 0.028220657259225845, + 0.06882046163082123, -0.07131722569465637, -0.05170990526676178, 0.008839565329253674, + 0.0457228347659111, 0.026429181918501854, 0.03974151611328125, 0.07069564610719681, + 0.009094162844121456, -0.02034411020576954, 0.045212533324956894, 0.014594517648220062, + -0.058167289942502975, -0.059111613780260086, 0.0653235986828804, 0.07208726555109024, + 0.0024596955627202988, 0.018629785627126694, 0.05213560163974762, -0.03693661093711853, + 0.0005568694323301315, 0.022761289030313492, -0.059100426733493805, 0.02296127937734127, + 0.011997186578810215, 0.0024283656384795904, -0.06573723256587982, -0.002428332343697548, + 0.03839321434497833, -0.0051581645384430885, 0.05380434915423393, 0.021842552348971367, + -0.0548788458108902, -0.05360494554042816, 0.02602326311171055, 0.043756697326898575, + -0.003024491248652339, -0.011504372581839561, -0.01856282167136669, 0.045844994485378265, + 0.007202989887446165, 0.08767048269510269, -0.04138099402189255, 0.0002682125195860863, + 0.07190455496311188, 0.0006254725158214569, 0.014663754031062126, -0.024078266695141792, + -0.036088477820158005, 0.02514570578932762, -0.059965163469314575, 0.02279331162571907, + -0.013647658750414848, -0.07244697213172913, 0.06921567022800446, -0.047216493636369705, + -0.024996163323521614, 0.028850099071860313, -0.05988812819123268, -0.044192928820848465, + -0.008891272358596325, 0.0038435233291238546, -0.05297195911407471, 0.0037993500009179115, + -0.034965094178915024, 0.020570281893014908, -0.03118584305047989, -0.009294753894209862, + -0.025986360386013985, -0.03589096665382385, 0.011607875116169453, 0.034080587327480316, + -0.08369946479797363, 0.05129043757915497, -0.02448681741952896, 0.01487983949482441, + 0.03709423542022705, 0.008466287516057491, 0.022331254556775093, -0.024283388629555702, + -0.003817375749349594, 0.0356220044195652, -0.008558986708521843, 0.006339401472359896, + -0.0163878183811903, 0.015049736946821213, 0.06177043542265892, -0.10857850313186646, + -0.0102419164031744, -0.022314010187983513, -0.03252563625574112, 0.011134977452456951, + -0.02752293460071087, 0.0014524265425279737, -0.07273570448160172, 0.06570859998464584, + -0.066929891705513, 0.006937578320503235, 0.0019005690701305866, -0.09835661202669144, + 0.024682683870196342, 0.05310594290494919, -0.003526665037497878, -0.015393062494695187, + -0.014073273167014122, -0.057136621326208115, -0.07736435532569885, -0.013476494699716568, + 0.07866723835468292, 0.013765836134552956, 0.005499735474586487, 0.019469955936074257, + 0.013339420780539513, 0.028437742963433266, -0.06868327409029007, -0.027836965397000313, + -0.09600136429071426, 0.00900641456246376, -0.11214819550514221, 0.010690630413591862, + -0.004298219457268715, -0.038017746061086655, -0.013348606415092945, 0.12007159739732742, + -0.007354078348726034, -0.00965664628893137, 0.017791828140616417, -0.042929451912641525, + 0.028146615251898766, -0.0333336777985096, 0.05518808960914612, -0.05171557515859604, + 0.0363730862736702, -0.032664939761161804, 0.0939270406961441, -0.026641810312867165, + -0.021659772843122482, 0.09072323143482208, -0.0013037470635026693, -0.02318193018436432, + -0.08835513144731522, -0.008997749537229538, -0.09011591225862503, -0.03799673169851303, + -0.10347434878349304, -0.01430694479495287, -0.03249582275748253, -0.002361629856750369, + 0.030572978779673576, 0.06243588775396347, -0.04777675122022629, 0.037799589335918427, + 0.037482187151908875, 0.023625196889042854, -0.03612542524933815, -0.08102425187826157, + -0.08787371218204498, -0.06242860481142998, 0.05509528890252113, 0.04870942607522011, + -0.02386380359530449, -7.996554631972685e-5, -0.009923497214913368, 0.02721068635582924, + 0.03774737939238548, 0.07219613343477249, 0.10648998618125916, 0.015550032258033752, + -0.005050803069025278, 0.029156681150197983, 0.028207508847117424, -0.07967959344387054, + -0.015188610181212425, 0.005808303598314524, 0.006363735534250736, -0.040442805737257004, + 0.05133971944451332, 0.009229102171957493, 0.06189804896712303, 0.04135432839393616, + 0.024208152666687965, 0.0652083307504654, 0.029381098225712776, -0.07158568501472473, + 0.04000052809715271, 0.06477032601833344, -0.03572053089737892, -0.06677784770727158, + 0.032696470618247986, -0.07141200453042984, 0.010857565328478813, 0.024865079671144485, + 0.024411285296082497, -0.02699756994843483, -0.04797189682722092, -0.07807333767414093, + -0.018207410350441933, -0.0002700799668673426, -0.014210546389222145, -0.08759371936321259, + 0.027871955186128616, -0.011513663455843925, 0.03760121390223503, -0.017629282549023628, + -0.05643600597977638, 0.0711551159620285, 0.008856060914695263, -0.0026892416644841433, + -0.01625044457614422, 0.047879427671432495, 0.08448559045791626, 0.013811218552291393, + 0.04696711152791977, -0.05817832797765732, 0.08841373771429062, 0.03652546554803848, + -0.07704953104257584, -0.0030993050895631313, 0.08722880482673645, 0.0017887920839712024, + 0.016180574893951416, 0.046543437987565994, -0.06936053931713104, -0.04956512898206711, + -0.03439514338970184, 0.04847286641597748, -0.012808732688426971, 0.08645295351743698, + 0.07559525221586227, 0.02108851633965969, 0.03371655195951462, -0.03300881385803223, + 0.002101040445268154, 0.021508410573005676, 0.013379793614149094, -0.012478429824113846, + 0.012375161983072758, -0.03344252333045006, 0.024854525923728943, 0.021212128922343254, + -0.09714622050523758, -0.032383907586336136, -0.07936932146549225, -0.04282114654779434, + -0.053869087249040604, -0.02269231528043747, -0.04053499922156334, -0.10833502560853958, + 0.00716543011367321, -0.018513290211558342, -0.1283227801322937, -0.02036668173968792, + -0.03524787351489067, -0.024677636101841927, -0.008958359248936176, 0.06143208220601082, + 0.002237300155684352, -0.019744252786040306, 0.023274216800928116, 0.0266786590218544, + 0.053779613226652145, -0.04593086242675781, -0.09257125854492188, -0.005855754483491182, + 0.024375371634960175, 0.030983274802565575, 0.04762895777821541, 0.039030905812978745, + -0.026322443038225174, 0.021934667602181435, 0.018176160752773285, -0.07225643843412399, + 0.03495632857084274, -0.02154489792883396, -0.06134648993611336, 0.005255487281829119, + -0.008297747932374477, -0.03550691530108452, -0.03499290719628334, -0.01771312952041626, + -0.014703752472996712, -0.014918181113898754, 0.08162142336368561, -0.06354978680610657, + -0.04248753935098648, 0.10379054397344589, 0.048774249851703644, 0.07640253752470016, + -0.0764811709523201, -0.01142852008342743, 0.002340615727007389, -0.03871525079011917, + 0.029128829017281532, 0.048037368804216385, 0.03511114791035652, 0.028887499123811722, + -0.046504873782396317, 0.06568805128335953, -0.0747237429022789, -0.09072477370500565, + -0.0024950364604592323, -0.05068155378103256, 0.014283879660069942, 0.03810132294893265, + 0.017853910103440285, -0.00502593582496047, 0.09400394558906555, 0.016825241968035698, + -0.01820886693894863, 0.020904697477817535, 0.0865386351943016, -0.06404322385787964, + -0.03744380176067352, 0.006004984024912119, 0.012897194363176823, 0.057859018445014954, + -0.05401286855340004, 0.027453294023871422, 0.044987212866544724, -0.05544750392436981, + 0.009984645061194897, 0.053298745304346085, -0.0033927178010344505 + ], + [ + -0.04424646496772766, -0.08487103879451752, 0.09674664586782455, -0.08517605811357498, + 0.04438330605626106, -0.045130617916584015, -0.09580527245998383, 0.1119336187839508, + -0.01074289157986641, 0.01302753109484911, -0.07338202744722366, 0.060712944716215134, + 0.035545967519283295, -0.03541134297847748, 0.05337397754192352, 0.0029929904267191887, + 0.06334617733955383, 0.011928193271160126, -0.11237189173698425, -0.00022368899954017252, + -0.006049040704965591, -0.01607801951467991, -0.0008340660715475678, 0.038309503346681595, + -0.039175134152173996, 0.09156189113855362, -0.005615751724690199, -0.011504380963742733, + 0.00931993406265974, -0.01756947487592697, 0.033264048397541046, 0.05877475440502167, + -0.11902065575122833, -0.01777108758687973, 0.06676962971687317, -0.015803081914782524, + -0.04548971354961395, -0.02953994646668434, -0.056545622646808624, 0.03422237187623978, + 0.02754106931388378, -0.049070607870817184, 0.043512918055057526, 0.03530782833695412, + 0.008108895272016525, 0.07541830092668533, 0.014654478058218956, 0.002420983975753188, + 0.10328834503889084, 0.07276022434234619, 0.00020890987070742995, -0.013259604573249817, + -0.033550746738910675, -0.0719597190618515, -0.06761538982391357, -0.0007220071274787188, + -0.014988210052251816, 0.049441173672676086, 0.109470896422863, 0.026173753663897514, + 0.04189107194542885, -0.08585932105779648, 0.0848076194524765, -0.05932961031794548, + -0.0022614412009716034, 0.016916874796152115, -0.056901440024375916, -0.068671315908432, + 0.053549107164144516, -0.02155764028429985, -0.025078468024730682, 0.01702284999191761, + 0.02512809820473194, 0.05688170716166496, -0.02467324584722519, 0.0198415145277977, + -0.051764294505119324, 0.0018386171432211995, 0.07295797765254974, -0.015293486416339874, + 0.04836476966738701, 0.022523097693920135, 0.02378831058740616, -0.012284605763852596, + -0.009303267113864422, -0.06059721112251282, -0.04523218050599098, 0.0791250467300415, + -0.009453178383409977, -0.03570689633488655, 0.09915412962436676, -0.01368767861276865, + -0.016488224267959595, -0.03583282604813576, -0.05266290903091431, 0.013182690367102623, + -0.05370909348130226, -0.05123566463589668, -0.03507119417190552, 0.05877026170492172, + 0.04646269977092743, -0.051134929060935974, -0.001598648144863546, -0.04439185559749603, + 0.071291983127594, 0.011416774243116379, 0.007336528971791267, 0.011308234184980392, + 0.08563956618309021, -0.02364344522356987, -0.12231224030256271, 0.10416068881750107, + 0.1056576669216156, -0.04565345123410225, -0.01237446628510952, 0.0444529764354229, 0.08463726937770844, + 0.027565697208046913, -0.029250120744109154, 0.026912186294794083, -0.05175405368208885, + -0.023709770292043686, 0.06117427349090576, -0.019111251458525658, 0.023777006193995476, + -0.05428847298026085, -0.08431731164455414, 0.04377440735697746, 0.013195199891924858, + -0.020461056381464005, 0.07318910211324692, -0.01297828834503889, 0.034840844571590424, + -0.00876228790730238, -0.05509747564792633, 0.06112091615796089, -0.07654677331447601, + -0.08583568781614304, 0.007900050841271877, -0.021014494821429253, -0.048277899622917175, + 0.13607096672058105, -0.015338174998760223, -0.04735182970762253, 0.08087213337421417, + -0.03908868134021759, 0.03607265651226044, -0.13050898909568787, 0.016945943236351013, + -0.045050375163555145, 0.10463100671768188, -0.08439315855503082, -0.10607839375734329, + 0.0631641373038292, 0.0300581231713295, 0.034322258085012436, -0.005171196069568396, + 0.02715790830552578, -0.10057097673416138, 0.009832902811467648, -0.11137068271636963, + -0.010646341368556023, -0.09195411950349808, -0.006300542503595352, -0.11343801021575928, + 0.011590952053666115, 0.03835970163345337, 0.022605296224355698, 0.05270605534315109, + 0.10175856947898865, -0.15852141380310059, -0.01915552467107773, 0.024029485881328583, + 0.03327144309878349, -0.07444266974925995, -0.028596127405762672, -0.007671919651329517, + -0.0022146194241940975, 0.013582647778093815, 0.028514845296740532, 0.053856752812862396, + 0.023398006334900856, 0.027217067778110504, -0.0593111515045166, -0.013917014934122562, + -0.06338545680046082, -0.030235640704631805, 0.035164590924978256, -0.013090147636830807, + 0.02089289203286171, -0.02663375437259674, -0.0395243875682354, -0.10712363570928574, + 0.07657413184642792, -0.044162943959236145, 0.004261432681232691, 0.03780031576752663, + 0.0330604612827301, 0.0003475294215604663, 0.011186930350959301, 0.028868937864899635, + -0.010938228107988834, -0.06889896839857101, -0.018625520169734955, -0.0710834339261055, + -0.014852987602353096, 0.03044707328081131, 0.11473006010055542, 0.12183906883001328, + -0.07832040637731552, 0.023860204964876175, -0.050409626215696335, -0.04764673486351967, + -0.06183614581823349, 0.013788691721856594, 0.03745798394083977, 0.03269299119710922, + 0.005255558528006077, -0.057953692972660065, -0.10173124074935913, 0.10418382287025452, + 0.03761987015604973, 0.005240824073553085, -0.022060777992010117, -0.09538933634757996, + 0.11105938255786896, -0.08149409294128418, -0.02313213236629963, -0.05375102162361145, + 0.04025151580572128, 0.03181253746151924, -0.0375189445912838, 0.01854853890836239, -0.0738922655582428, + 0.026080001145601273, 0.026754334568977356, -0.019477829337120056, -0.008299348875880241, + 0.11213206499814987, 0.0056795114651322365, -0.041371311992406845, -0.04591791704297066, + -0.01134635228663683, 0.024200057610869408, -0.047160375863313675, 0.032991811633110046, + -0.02826598659157753, -0.003253777278587222, -0.05084294453263283, 0.027353471145033836, + 0.03162141516804695, 0.07991427928209305, 0.07165859639644623, 0.022930972278118134, + -0.00843560229986906, 0.08743412047624588, -0.048878517001867294, 0.023906772956252098, + -0.010013657622039318, -0.05975955352187157, -0.030733922496438026, 0.0569605678319931, + 0.08024352043867111, -0.06679055094718933, 0.07081015408039093, 0.016371387988328934, + -0.004046421032398939, -0.11956807225942612, 0.025005169212818146, 0.04839659482240677, + 0.023046866059303284, -0.012098037637770176, 0.07661927491426468, 0.031110597774386406, + 0.03236651048064232, 0.01158843096345663, 0.045349299907684326, -0.05029486119747162, + -0.019741356372833252, -0.02758154831826687, -0.07425505667924881, 0.018289346247911453, + -0.0689234808087349, 0.006328979041427374, -0.1320667266845703, -0.006773962173610926, + -0.008003650233149529, -0.17341181635856628, -0.0025467148516327143, -0.017347197979688644, + -0.018253527581691742, 0.016748465597629547, 0.11962573975324631, -0.08639789372682571, + -0.020434340462088585, 0.0019875518046319485, 0.0011285184882581234, 0.030822493135929108, + 0.05703043192625046, 0.023655574768781662, 0.017508208751678467, 0.03521653264760971, + 0.07342615723609924, 0.014368659816682339, -0.012485039420425892, 0.06141448765993118, + -0.01813468709588051, 0.0477224662899971, 0.09979046881198883, -0.04609595239162445, + -0.032063134014606476, 0.0630870908498764, 0.004710986278951168, 0.041688598692417145, + 0.07291628420352936, -0.025040684267878532, 0.06801184266805649, 0.05590615049004555, + 0.08965209126472473, -0.0384303480386734, 0.057659924030303955, -0.03084155172109604, 0.109963558614254, + 0.06725028902292252, -0.005792266223579645, -0.003120013512670994, 0.012236004695296288, + -0.04151104390621185, -0.06611275672912598, -0.04022451117634773, 0.012404343113303185, + 0.031152186915278435, -0.07039442658424377, -0.062457967549562454, -0.05963185429573059, + -0.009839554317295551, -0.08180186152458191, -0.04699352756142616, 0.05738123506307602, + -0.12191299349069595, -0.015588239766657352, 0.03949078544974327, 0.08278659731149673, + -0.05285241827368736, 0.06225437670946121, -0.039235346019268036, 0.11211871355772018, + 0.043501995503902435, -0.02623538300395012, 0.045682866126298904, -0.03929116576910019, + -0.14137780666351318, -0.03210456296801567, -0.004612560849636793, -0.08713594824075699, + -0.11328443139791489, -0.0488709881901741, -0.05846323072910309, -0.013294721022248268, + 0.03032524511218071, -0.08487720787525177, -0.04884070158004761, 0.05751602351665497, + -0.09870243072509766, -0.038354307413101196, -0.04132690280675888, -0.03227173537015915, + -0.10861749947071075, 0.0837429091334343, 0.05793394520878792, -0.038909949362277985, + -0.025852657854557037, 0.05788864940404892, -0.014267433434724808, 0.04299245402216911, + 0.018041161820292473, -0.0614657886326313, 0.003130802419036627, -0.0462803840637207, + 0.046157967299222946, -0.05353602021932602, 0.08069005608558655, -0.025359326973557472, + 0.008527732454240322 + ], + [ + 0.034546859562397, 0.06281893700361252, 0.05806204676628113, 0.0723155066370964, 0.021004654467105865, + 0.04750799387693405, -0.05649083852767944, 0.050154007971286774, 0.020182961598038673, + 0.008112464100122452, -0.023462997749447823, -0.0360511839389801, -0.056776244193315506, + 0.02803509496152401, -0.00764470174908638, -0.0005584313767030835, 0.02426448091864586, + 0.04268895089626312, -0.00035187843604944646, -0.008053712546825409, 0.007498877588659525, + -0.03845085948705673, 0.07057808339595795, 0.06066074222326279, -0.04837821424007416, + 0.0012063815956935287, -0.052447691559791565, -0.1024940237402916, 0.03794169798493385, + -0.03887084126472473, -0.051487408578395844, 0.038322385400533676, -0.027721557766199112, + -0.008956597186625004, 0.0024090069346129894, 0.056438833475112915, 0.037663135677576065, + -0.03240272402763367, 0.022943519055843353, 0.045780524611473083, 0.005259938538074493, + -0.003587523475289345, 0.027427224442362785, -0.0678706169128418, 0.0036636327859014273, + -0.033207666128873825, 0.04998500645160675, 0.04462983459234238, 0.047567401081323624, + -0.02288675121963024, 0.06036919355392456, -0.07485102862119675, -0.011096477508544922, + -0.054434534162282944, 0.003581064287573099, 0.04191930219531059, -0.048794426023960114, + -0.0021369815804064274, -0.02594597265124321, -0.056019376963377, 0.013077533803880215, + 0.007588027976453304, -0.06703890115022659, 0.07565897703170776, 0.0039767855778336525, + 0.03550339862704277, 0.02652813121676445, 0.025660717859864235, -0.0014704626519232988, + -0.04645572602748871, 0.044127389788627625, 0.03038230910897255, 0.033432215452194214, + -0.02131112478673458, 0.06623569875955582, 0.047717198729515076, 0.073349229991436, 0.04734865203499794, + -0.052812930196523666, 0.10123161226511002, -0.011310958303511143, 0.0894787609577179, + 0.052274443209171295, -0.0093592070043087, -0.006999490316957235, 0.07947339862585068, + -0.02963986247777939, 0.009122724644839764, -0.023862941190600395, 0.0362381674349308, + 0.03536088392138481, 0.012095964513719082, -0.009653301909565926, 0.01665804535150528, + -0.07669655978679657, 0.07471751421689987, 0.0018298932118341327, 0.034382712095975876, + 0.04673737660050392, 0.04781447350978851, 0.03257725015282631, 0.0052361697889864445, + -0.051093898713588715, 0.05102623254060745, -0.04362362623214722, 0.04018273577094078, + 0.007642634678632021, 0.0026551643386483192, 0.023184817284345627, 0.043494727462530136, + 0.0018240985227748752, -0.03304637596011162, 0.012063938193023205, -0.05743611976504326, + -0.06510459631681442, -0.03264565393328667, -0.0264933742582798, 0.005834637209773064, + 0.06609039753675461, 0.00033982988679781556, 0.028878847137093544, -0.0027040322311222553, + -0.012225714512169361, -0.03367847576737404, -0.043938856571912766, 0.010835081338882446, + -0.05844264477491379, 0.01552575547248125, -0.01079411618411541, -0.011822945438325405, + -0.02333817444741726, -0.054200202226638794, -0.025419307872653008, -0.047796640545129776, + 0.10901100188493729, -0.0864337757229805, 0.10299070924520493, 0.008479315787553787, + -0.027776207774877548, -0.014048716053366661, -0.10669032484292984, -0.032189879566431046, + -0.014298430643975735, 0.02170197106897831, -0.02536579594016075, 0.04064512625336647, + -0.011709604412317276, 0.0010072913719341159, 0.011628060601651669, -0.04662417247891426, + -0.014472538605332375, -0.037016723304986954, 0.06483888626098633, 0.00664150295779109, + -0.022195803001523018, -0.056468624621629715, 0.03971311077475548, 0.03326619789004326, + -0.028106488287448883, -0.018909242004156113, -0.016752779483795166, 0.013035992160439491, + -0.027991006150841713, -0.0137008186429739, 0.03329255431890488, 0.011138138361275196, + -0.08569339662790298, -0.09374401718378067, 0.049369800835847855, 0.09378617256879807, + 0.0734478160738945, 0.09157920628786087, 0.05355347692966461, -0.03613518550992012, + 0.013261296786367893, 0.02492428384721279, -0.045722734183073044, -0.028714368119835854, + -0.023856544867157936, 0.003449233714491129, 0.03602217137813568, 0.05963800847530365, + 0.061900544911623, 0.0367528572678566, 0.002143469173461199, -0.0326334647834301, 0.004058871418237686, + -0.0029453348834067583, -0.07005906105041504, -0.0006028207135386765, -0.05187426880002022, + 0.020172521471977234, 0.031511396169662476, 0.0618906207382679, -0.05656843259930611, + 0.037786535918712616, 0.019205287098884583, -0.0964558944106102, -0.008068913593888283, + -0.03678474575281143, -0.08099188655614853, -0.08354981243610382, 0.047969065606594086, + -0.0968913733959198, -0.05288843438029289, -0.07198457419872284, -0.026022177189588547, + -0.11637455970048904, 0.030673107132315636, 0.026165928691625595, -0.010460581630468369, + 0.028202958405017853, -0.04768858850002289, 0.029422271996736526, -0.018519602715969086, + -0.02861032821238041, 0.021392840892076492, -0.0858980119228363, -0.0770408883690834, + 0.011055024340748787, 0.0086853988468647, 0.013566252775490284, -0.05513019859790802, + -0.019608234986662865, 0.014826138503849506, -0.07208374887704849, 0.07738050073385239, + -0.012994418852031231, -0.03239044174551964, -0.0006265400443226099, -0.0010154088959097862, + 0.00487520033493638, -0.03966968134045601, -0.03188323229551315, 0.0021500817965716124, + -0.013342469930648804, 0.022388054057955742, 0.08344004303216934, -0.07254645228385925, + -0.027728738263249397, -0.0064352648332715034, -0.02453026920557022, -0.012338160537183285, + 0.0025363368913531303, 0.005931096617132425, 0.0433778241276741, -0.006180436350405216, + -0.0317147858440876, -0.02554304525256157, 0.06282490491867065, 0.02048865146934986, + -0.0414535216987133, 0.007102716248482466, 0.042710188776254654, 0.024438323453068733, + -0.05057302489876747, -0.03497050702571869, -0.0058609843254089355, 0.0816170871257782, + 0.06240471079945564, -0.0774451196193695, 0.09178796410560608, -0.028371931985020638, + 0.029072074219584465, -0.006099295802414417, -0.030632052570581436, 0.05368555337190628, + 0.01623031310737133, 0.004532494582235813, 0.01393983419984579, -0.03620833158493042, + 0.1195148155093193, -0.012815792113542557, -0.022924456745386124, 0.021868104115128517, + -0.029280031099915504, 0.025502551347017288, 0.028107216581702232, 0.06927839666604996, + 0.00824917946010828, 0.01526846643537283, -0.017055252566933632, 0.0032824608497321606, + -0.0021488843485713005, -0.07153268903493881, -0.003856335300952196, 0.02766759879887104, + 0.04146615415811539, 0.010481780394911766, 0.03661465644836426, -0.050112284719944, 0.04028167575597763, + -0.027162497863173485, 0.026993421837687492, 0.0016634741332381964, 0.05882929638028145, + 0.03642918914556503, -0.014692463912069798, -0.022692695260047913, 0.006867512129247189, + -0.02751529961824417, 0.006678935140371323, 0.028399331495165825, 0.04365609958767891, + -0.08599457889795303, -0.0275547094643116, 0.022698141634464264, -0.02278394065797329, + -0.08348604291677475, 0.06766235828399658, 0.043650224804878235, -0.09071318060159683, + 0.045038849115371704, 0.009114889428019524, 0.028079355135560036, -0.05329148843884468, + 0.020634938031435013, -0.04801712557673454, 0.005144038703292608, 0.015334072522819042, + -0.025856705382466316, -0.022546814754605293, 0.002542955568060279, -0.04172932356595993, + 0.05159401148557663, 0.027069101110100746, 0.020555980503559113, 0.015028394758701324, + 0.01734907366335392, -0.05048694461584091, -0.019778531044721603, 0.021881859749555588, + 0.04200764000415802, 0.09253942966461182, 0.01719672977924347, -0.0957644060254097, 0.06058478355407715, + 0.05886911228299141, -0.002766492310911417, 0.02708766981959343, -0.06294088065624237, + -0.059776101261377335, 0.013884191401302814, -0.04392794519662857, 0.04824504256248474, + -0.08151879161596298, -0.07709567993879318, 0.046851806342601776, 0.06798844039440155, + 0.025582032278180122, 0.08061438053846359, 0.057618215680122375, -0.028707968071103096, + -0.04726250842213631, -0.03615286201238632, -0.01931576244533062, -0.000608799746260047, + 0.028812365606427193, -0.021721020340919495, -0.05736992508172989, 0.016962066292762756, + 0.07261352986097336, -0.007903057150542736, 0.0555855892598629, -0.052756715565919876, + -0.02018502727150917, 0.04861576855182648, 0.08190787583589554, 0.00435134069994092, + 0.0021869551856070757, -0.008875462226569653, 0.04742707684636116, -0.004183776676654816, + 0.0516536682844162, 0.05840550363063812, -0.02162565290927887, 0.043545518070459366, + -0.003947874065488577, -0.022758496925234795, 0.029433000832796097, 0.043672289699316025, + -0.10431152582168579, 0.0440550372004509, -0.0007542037055827677 + ], + [ + -0.00034641590900719166, -0.02859184332191944, -0.053480856120586395, 0.04901270940899849, + 0.07238658517599106, 0.05026492476463318, 0.026329131796956062, 0.033847931772470474, + 0.007729071192443371, 0.009706299751996994, -0.008975986391305923, -0.004651594441384077, + -0.02618076652288437, -0.02583816461265087, -0.0008789224666543305, 0.010653764940798283, + -0.01860770769417286, -0.027951441705226898, -0.006113923620432615, 0.031978365033864975, + -0.05654856562614441, -0.05578096956014633, 0.0280920322984457, 0.03219836950302124, + 0.016326626762747765, -0.017389100044965744, 0.08343728631734848, 0.0597032755613327, + -0.04578804224729538, 0.067489393055439, 0.00942006055265665, 0.0398152619600296, 0.05192575231194496, + -0.03372571989893913, -0.009077987633645535, -0.03869388625025749, 0.01549858320504427, + 0.05384394899010658, 0.005180366802960634, 0.07771999388933182, -0.012007173150777817, + -0.03135450929403305, 0.058162856847047806, -0.003951317630708218, 0.016289571300148964, + -0.03938433527946472, -0.07184240221977234, 0.0190968606621027, 0.08987610787153244, + 0.0020955197978764772, -0.09048347920179367, 0.0384824201464653, 0.05716368928551674, + 0.015150023624300957, -0.005830846261233091, 0.05669131502509117, -0.011548089794814587, + -0.014286192134022713, -0.032281406223773956, 0.08006548881530762, -0.04341435432434082, + 0.05060332268476486, 0.034872494637966156, 0.059003110975027084, 0.06427279114723206, + 0.0012583561474457383, -0.020085612311959267, -0.07537713646888733, 0.024280384182929993, + 0.10452845692634583, 0.0267687626183033, 0.00036251553683541715, -0.05992018058896065, + -0.011750943958759308, -0.06376926600933075, -0.032040663063526154, -0.034891579300165176, + -0.030735738575458527, -0.01723479852080345, -0.07731938362121582, 0.039081357419490814, + -0.09151703864336014, -0.03933985158801079, -0.022274283692240715, 0.0038647339679300785, + -0.021463125944137573, -0.004600881598889828, -0.012099513784050941, -0.020012423396110535, + 0.00553167937323451, -0.016115715727210045, -0.01680254563689232, 0.0318169891834259, + 0.015347861684858799, 0.06529029458761215, 0.02524171583354473, 0.010353133082389832, + 0.02277875691652298, -0.04505792632699013, 0.05461307615041733, -0.07813284546136856, + -0.0476885586977005, 0.05436620116233826, -0.0037874069530516863, 0.015155180357396603, + -0.07582049071788788, -0.0029867682605981827, 0.003232592949643731, -0.02908099628984928, + -0.005338973365724087, -0.02942631021142006, 0.07651302963495255, 0.005788207054138184, + 0.03364884480834007, 0.010966844856739044, -0.011442243121564388, 0.0918186828494072, + 0.020636867731809616, 0.0097072534263134, 0.027182435616850853, 0.04200766980648041, + 0.033203914761543274, -0.05035785958170891, 0.04346887394785881, -0.07978670299053192, + -0.07550591975450516, -0.035980526357889175, 0.009741087444126606, 0.038051169365644455, + 0.002578162821009755, 0.04921799153089523, 0.07336956262588501, -0.00960635021328926, + 0.054124511778354645, -0.09836118668317795, 0.012914749793708324, 0.004405675455927849, + -0.014524954371154308, 0.018071969971060753, -0.0373850017786026, 0.07865313440561295, + 0.09296157211065292, -0.031767915934324265, -0.01228427980095148, -0.0024687987752258778, + -0.012967938557267189, 0.030038630589842796, 0.038643185049295425, 0.04829692095518112, + 0.09445556253194809, -0.0777583122253418, -0.029111092910170555, -0.05599919706583023, + 0.07269155234098434, -0.03442487120628357, 0.050388772040605545, 0.006996321491897106, + -0.03693348914384842, -0.027251271530985832, -0.007949909195303917, -0.046636588871479034, + -0.014539153315126896, 0.05102934688329697, 0.0660400465130806, -0.08962119370698929, + 0.04473268240690231, -0.048587653785943985, 0.02967364899814129, -0.09352090209722519, + -0.004222097806632519, 0.018696017563343048, -0.023213032633066177, -0.00894684623926878, + -0.003412325168028474, 0.06551588326692581, -0.03616335242986679, -0.024332810193300247, + 0.014965469017624855, -0.03138396888971329, 0.097465381026268, -0.037561144679784775, + -0.038899682462215424, -0.0013512091245502234, -0.05466204509139061, -0.028150292113423347, + -0.023910488933324814, -0.04155614599585533, -0.007453331258147955, 0.0067405132576823235, + -0.03967753052711487, -0.005627765785902739, -0.08699227124452591, -0.07290994375944138, + 0.02026374824345112, -0.027740303426980972, -0.04547608271241188, 0.06535069644451141, + 0.011374621652066708, -0.013723871670663357, 0.07094396650791168, 0.06530272215604782, + 0.09296727925539017, -0.018601011484861374, 0.038401346653699875, 0.009131577797234058, + 0.042145971208810806, 0.032991115003824234, 0.0018330455059185624, 0.04196315258741379, + -0.0013442658819258213, -0.08741343766450882, 0.0814891830086708, 0.10784128308296204, + -0.023822493851184845, 0.051736705005168915, -0.031063243746757507, -0.03422476351261139, + 0.027201799675822258, -0.02984659932553768, 0.017254427075386047, 0.0325809083878994, + -0.06410420686006546, 0.018811482936143875, -0.011637214571237564, -0.07493757456541061, + 0.10714907199144363, -0.05797155201435089, -0.059977445751428604, 0.042454734444618225, + -0.020591024309396744, 0.01214689016342163, -0.049199264496564865, 0.054967887699604034, + -0.04534473270177841, 0.07319438457489014, -0.01243613287806511, -0.006067296955734491, + -0.062228381633758545, 0.08536004275083542, -0.029161447659134865, 0.05276178941130638, + -0.011564713902771473, -0.1121835857629776, 0.030971137806773186, 0.002173186279833317, + 0.007809002883732319, -0.010564888827502728, -6.52737871860154e-5, 0.014957885257899761, + 0.0013830936513841152, 0.09487144649028778, 0.07536257803440094, -0.011102144606411457, + -0.057132788002491, -0.0291190966963768, 0.04036872088909149, -0.005246099084615707, + -0.05946359783411026, 0.034568239003419876, -0.02187497727572918, -0.02413974702358246, + -0.06652995944023132, -0.06502582877874374, -0.023387093096971512, 0.0956905335187912, + -0.03724987059831619, -0.12440137565135956, 0.0010507134720683098, -0.03260960802435875, + 0.03300468623638153, -0.08210106939077377, -0.0076902760192751884, 0.05635010451078415, + 0.0005080081173218787, -0.000787999655585736, -0.0055080377496778965, -0.07954836636781693, + 0.0562610998749733, 0.0007737325504422188, -0.152114599943161, -0.04256756976246834, + -0.0540253147482872, 0.021931366994976997, 0.00011013152834493667, -0.04984661191701889, + 0.017646538093686104, -0.08406969904899597, -0.05605929717421532, -0.03408610820770264, + -0.04899115115404129, -0.038952916860580444, -0.008581687696278095, 0.04301661252975464, + -0.06551569700241089, 0.030344443395733833, -0.057618558406829834, 0.05809084326028824, + -0.027647128328680992, 0.10864663124084473, 0.030474167317152023, -0.028595494106411934, + 0.006559398025274277, 0.07310433685779572, 0.029790470376610756, -0.02048932947218418, + -0.0012702803360298276, -0.017918458208441734, 0.05113246291875839, -0.02745472639799118, + -0.013175064697861671, -0.020747046917676926, -0.0016861617332324386, 0.014419793151319027, + 0.07261508703231812, -0.016035420820116997, 0.060499321669340134, 0.057043883949518204, + -0.0058865854516625404, 0.007531501818448305, -0.028164485469460487, 0.019490011036396027, + 0.009552461095154285, 0.06971289962530136, 0.0530756413936615, -0.0023731053806841373, + -0.010872970335185528, 0.05063002556562424, -0.08952891826629639, -0.00020426741684786975, + 0.0258793905377388, 0.06251771748065948, -0.01519488450139761, 0.06911907345056534, + -0.05483051761984825, 0.04332356154918671, 0.08078937232494354, 0.012451432645320892, + -0.00300859403796494, -0.004592586308717728, -0.04449164494872093, -0.01474009919911623, + 0.014243341982364655, 0.08250758051872253, -0.004233330953866243, -0.00517736142501235, + 0.0308380089700222, 0.02388170175254345, -0.044378284364938736, -0.08977613598108292, + -0.011852869763970375, 0.007390828337520361, -0.06587586551904678, 0.006530973128974438, + -0.014611267484724522, -0.03119688667356968, -0.06453089416027069, 0.015589282847940922, + 0.032820940017700195, -0.016090484336018562, -0.00743190897628665, -0.043213535100221634, + -0.005247276742011309, 0.045832015573978424, 0.017977982759475708, -0.00418155686929822, + -0.11345595866441727, -0.053278084844350815, -0.07933787256479263, 0.0522073470056057, + 0.005376308690756559, -0.039344850927591324, -0.06228305399417877, 0.07570284605026245, + -0.03112310916185379, 0.014591586776077747, 0.02717740647494793, -0.01985584944486618, + -0.024228641763329506, -0.06049688905477524, -0.027330178767442703, 0.028545230627059937, + -0.02048456482589245, -0.03614075481891632, -0.014218179509043694 + ], + [ + -0.015485386364161968, -0.05244850739836693, -0.019127797335386276, 0.016090864315629005, + -0.05673104152083397, -0.0382564440369606, 0.01168453972786665, -0.06237263232469559, + 0.0016992465825751424, 0.0050669703632593155, -0.028598573058843613, -0.03976312279701233, + -0.022986426949501038, 0.07253603637218475, 0.019492115825414658, 0.07141715288162231, + -0.08134989440441132, -0.07024169713258743, 0.062410254031419754, 0.026842381805181503, + -0.0010560364462435246, 0.08300391584634781, 0.03478324040770531, 0.04272811859846115, + 0.03667115047574043, 0.005463022273033857, 0.044917993247509, -0.02518647164106369, + 0.012481948360800743, 0.01529659517109394, 0.014023857191205025, -0.062125835567712784, + -0.016818488016724586, 0.03202894702553749, -0.05355658382177353, -0.002902812557294965, + 0.0047660814598202705, -0.07038937509059906, 0.020233720541000366, -0.013371443375945091, + 0.07084444910287857, -0.015809940174221992, 0.03324269875884056, 0.05385711416602135, + -5.436718856799416e-5, -0.006637914106249809, 0.019681192934513092, -0.04792269691824913, + -0.025631247088313103, 0.016993962228298187, -0.014358125627040863, -0.0053296079859137535, + -0.06989268958568573, -0.033736106008291245, 0.04397382214665413, -0.008340534754097462, + -0.062366534024477005, 0.02437552995979786, 0.040732573717832565, -0.01633886620402336, + 0.011866673827171326, 0.016476135700941086, -0.07297423481941223, -0.027173232287168503, + 0.010939068160951138, 0.016058729961514473, -0.031434159725904465, 0.03321395069360733, + 0.04985195770859718, -0.03326776251196861, 0.03491366654634476, 0.05597184970974922, + 0.03388943523168564, -0.005078678019344807, 0.030665474012494087, 0.034566037356853485, + 0.038139183074235916, 0.05124841257929802, 0.04674899950623512, 0.000986907514743507, + 0.01495091151446104, -0.0005074310465715826, 0.03162666782736778, -0.03865237906575203, + 0.016915274783968925, 0.009782446548342705, -0.011459271423518658, -0.04696371778845787, + -0.08079361170530319, 0.0537075437605381, 0.017707882449030876, -0.0045873490162193775, + -0.012197775766253471, -0.011339874938130379, -0.08078868687152863, 0.07186900079250336, + -0.030086444690823555, 0.016521112993359566, 0.0019180735107511282, -0.05704484134912491, + -0.05155108496546745, 0.06434731185436249, -0.005531913135200739, -0.04462142288684845, + -0.05333612486720085, -0.02824609912931919, -0.01710963249206543, -0.058558035641908646, + -0.004651401657611132, -0.0015564908972010016, 0.033459607511758804, -0.025696244090795517, + 0.04547913372516632, -0.002844996517524123, -0.04397713392972946, -0.03436839208006859, + -0.025563815608620644, -0.00372697738930583, 0.06463514268398285, -0.023299988359212875, + -0.0793384537100792, -0.06409037113189697, 0.04074427857995033, -0.014028455130755901, + 0.03350729122757912, 0.014741549268364906, -0.022225316613912582, -0.042763933539390564, + 0.031744588166475296, -0.10384757071733475, 0.03832539543509483, -0.023129679262638092, + 0.01766149513423443, -0.07114187628030777, 0.012593928724527359, -0.09647256135940552, + -0.00979047641158104, 0.04457922652363777, -0.008195724338293076, -0.0007161712273955345, + -0.050768837332725525, -0.022252673283219337, 0.03659936413168907, -0.01169691700488329, + -0.05187529698014259, 0.042669158428907394, -0.003289578715339303, 0.04454653337597847, + -0.06020709127187729, 0.031282808631658554, -0.004932820331305265, 0.04570504277944565, + 0.011524922214448452, 0.04003484547138214, 0.004108821973204613, -0.07298681885004044, + 0.0027817829977720976, -0.05197932943701744, 0.03406538814306259, 0.045926377177238464, + -0.06486592441797256, 0.02194647304713726, -0.010933018289506435, 0.051188770681619644, + 0.10478615015745163, 0.049019310623407364, -0.06949197500944138, -0.014724940992891788, + 0.02644774317741394, 0.06527682393789291, -0.005384882912039757, 0.06828174740076065, + -0.02071024850010872, -0.0437614880502224, 0.007914005778729916, -0.07531192898750305, + 0.0414300411939621, -0.07347045093774796, -0.07109817862510681, -0.05124978721141815, + 0.06895309686660767, 0.06569520384073257, 0.08673468977212906, 0.0709579586982727, 0.057195331901311874, + 0.005907182581722736, 0.03075730986893177, 0.00917669665068388, -0.08407428860664368, + -0.03271382302045822, -0.05635730177164078, -0.0383358895778656, 0.06467445939779282, + 0.023011157289147377, 0.04632622376084328, -0.01205382589250803, 0.02586294896900654, + -0.013597228564321995, 0.025874951854348183, 0.041198331862688065, -0.009191220626235008, + 0.0043855104595422745, 0.020679567009210587, 0.01630854606628418, -0.04796499386429787, + -0.09085157513618469, 0.012712677009403706, -0.015877949073910713, 0.007144538220018148, + -0.02728193998336792, 0.09698010236024857, 0.06432823836803436, -0.0142270652577281, + 0.007339987438172102, 0.016125673428177834, 0.062318675220012665, 0.044101882725954056, + -0.09992985427379608, -0.06379673629999161, 0.07588271796703339, -0.02403988689184189, + -0.025417521595954895, -0.026627440005540848, -0.012577935121953487, -0.013010711409151554, + -0.06805622577667236, -0.013850551098585129, -0.043166354298591614, 0.027253199368715286, + 0.013910922221839428, -0.025962382555007935, 0.0805196613073349, 0.006912440527230501, + 0.033158961683511734, 0.05091279745101929, 0.045876313000917435, 0.005871558096259832, + 0.031812701374292374, -0.010597316548228264, 0.0621957890689373, -0.02087436057627201, + -0.05291762948036194, 0.034025873988866806, -0.054973628371953964, -0.01837323233485222, + 0.04282241314649582, 0.044352997094392776, 0.003747462760657072, -0.013570691458880901, + -0.01277614664286375, -0.022111205384135246, -0.07280335575342178, -0.005400220397859812, + -0.01080121286213398, 0.05913618206977844, -0.07676936686038971, -0.07936953753232956, + 0.04309762269258499, 0.04569995403289795, 0.025910509750247, 0.06483229249715805, -0.0394945926964283, + 0.007101778872311115, 0.05802758410573006, -0.06289849430322647, 0.02055167779326439, + 0.04215666651725769, -0.013650795444846153, -0.018197976052761078, 0.02441537380218506, + -0.010693115182220936, 0.11271855980157852, -0.009285992942750454, -0.02463306300342083, + 0.00645319651812315, -0.04976338520646095, -0.007534570060670376, -0.046921662986278534, + -0.06324197351932526, 0.044450532644987106, 0.07056645303964615, 0.09000015258789062, + -0.0717204362154007, -0.01929902657866478, 0.023589609190821648, 0.012139656580984592, + 0.004997191019356251, -0.005290089640766382, -0.007367996498942375, 0.03894764184951782, + -0.027530744671821594, 0.007131705991923809, 0.026517072692513466, -0.04918775334954262, + 0.008895297534763813, 0.022371726110577583, 0.03025463968515396, 0.06273159384727478, + -0.023509619757533073, 0.03991129994392395, 0.07380612939596176, -0.04413938894867897, + 0.013578742742538452, -0.026375500485301018, 0.00737080629914999, 0.034823715686798096, + 0.02666051872074604, -0.055201638489961624, 0.017095530405640602, 0.027841301634907722, + 0.0862443745136261, -0.042189642786979675, -0.043699976056814194, -0.021552233025431633, + -0.025884835049510002, 0.0010936319595202804, -0.04864105209708214, 0.01815875619649887, + 0.004281070549041033, -0.0476524755358696, -0.04936248064041138, 0.02525663748383522, + -0.04932849481701851, -0.04121857509016991, 0.07172056287527084, 0.006990042515099049, + 0.005521596409380436, 0.08319351822137833, 0.02099604904651642, 0.03897368162870407, + -0.07291029393672943, 0.018810635432600975, -0.021456720307469368, 0.01516259741038084, + -0.03945877030491829, -0.05542802810668945, 0.022916045039892197, -0.010081956163048744, + -0.017122186720371246, -0.02945760078728199, 0.03921179100871086, 0.023422474041581154, + -0.038145434111356735, 0.051224902272224426, 0.05588525906205177, 0.0004225069424137473, + 0.050232917070388794, 0.034465234726667404, 0.06371179223060608, -0.07631930708885193, + 0.026030026376247406, 0.019660398364067078, 0.01466387789696455, 0.03234472870826721, + -0.0025687881279736757, 0.04571111500263214, 0.0034447575453668833, -0.018978634849190712, + 0.011023076251149178, -0.068119578063488, -0.023653419688344002, 0.061016783118247986, + -0.04454084858298302, 0.012885094620287418, 0.02694876305758953, 0.036216963082551956, + -0.027719251811504364, 0.12197280675172806, -0.03403474763035774, -0.02980768494307995, + 0.009179561398923397, 0.08381672948598862, 0.006140470039099455, -0.02431332692503929, + 0.03099733777344227, 0.0012805941514670849, 0.04037240892648697, -0.05482243746519089, + 0.02900625579059124, 0.05644978955388069, 0.04131290316581726, -0.026677168905735016, + 0.00666802516207099, -0.054105691611766815 + ], + [ + -0.02088981680572033, -0.052221812307834625, 0.01881229877471924, 0.012884962372481823, + 0.05453873053193092, 0.015334367752075195, -0.024393150582909584, -0.027200516313314438, + 0.08551756292581558, -0.017086463049054146, -0.008397901430726051, -0.014674216508865356, + 0.007011414971202612, 0.06463364511728287, -0.05397640913724899, -0.02188676968216896, + -0.006308066658675671, -0.050239063799381256, 0.0359368734061718, 0.01946365460753441, + 0.005204847548156977, 0.016743261367082596, 0.005612714681774378, -0.028282014653086662, + 0.05267539620399475, 0.024043889716267586, -0.07411161810159683, -0.03590856119990349, + -0.03853285312652588, 0.03369726613163948, -0.05489816516637802, -0.027606818825006485, + 0.007098009809851646, -0.03857347369194031, 0.07146912068128586, 0.018048327416181564, + 0.08626042306423187, -0.03354512155056, -0.0652819573879242, -0.04846467450261116, 0.07375995069742203, + -0.04784877225756645, -0.004060142673552036, 0.02746337093412876, 0.033974017947912216, + 0.06488538533449173, 0.04090974107384682, -0.021891893818974495, 0.03158116340637207, + 0.019377756863832474, 0.03593914955854416, -0.019744157791137695, 0.002198167145252228, + -0.038582853972911835, 0.029466083273291588, 0.07571104913949966, 0.041256580501794815, + 0.02451414428651333, 0.054422806948423386, -0.05176607891917229, -0.04865698888897896, + -0.04083907976746559, -0.05474318191409111, -0.02995373122394085, 0.029277309775352478, + -0.0634956955909729, -0.032512787729501724, -0.05208028107881546, 0.020010732114315033, + -0.08424866944551468, 0.053036004304885864, 0.10340879112482071, 0.0002904502034652978, + -0.07718449831008911, 0.0414867140352726, -0.005221869796514511, 0.08175422996282578, + -0.017237909138202667, 0.017795195803046227, 0.08819320052862167, 0.009554342366755009, + 0.04082781448960304, 0.0577889084815979, -0.07379107922315598, 0.06272482126951218, + 0.014085646718740463, 0.03488852456212044, -0.02256893180310726, -0.039390575140714645, + 0.010847399942576885, 0.00792829692363739, -0.0027338105719536543, 0.008470533415675163, + 0.05931735038757324, -0.0011947662569582462, 0.013977445662021637, -0.0014325783122330904, + 0.03201133385300636, -0.03649023175239563, -0.0062819416634738445, 0.028560249134898186, + 0.029383348301053047, 0.0821557492017746, -0.03515877202153206, 0.0010661791311576962, + 0.061421360820531845, 0.05107589438557625, 0.04544449225068092, -0.009142459370195866, + -0.07592492550611496, 0.007651367224752903, -0.09587445110082626, 0.12671445310115814, + -0.023448705673217773, -0.0027965346816927195, -0.017660876736044884, 0.005743374582380056, + 0.007020134013146162, 0.025839896872639656, -0.01737961173057556, -0.07791082561016083, + -0.02702951245009899, -0.07663282006978989, 0.016200203448534012, 0.02447499893605709, + -0.0018571949331089854, -0.07788050174713135, 0.0072486926801502705, 0.059146009385585785, + -0.04355053976178169, -0.045647528022527695, -0.0846310555934906, 0.0242312029004097, + -0.007313077803701162, 0.038817912340164185, -0.0654909536242485, 0.018740663304924965, + 0.005123862065374851, -0.01710342988371849, 0.022935064509510994, -0.07356007397174835, + -0.06822782009840012, 0.04963355511426926, 0.02917252853512764, -0.04621557518839836, + 0.060334693640470505, -0.014760691672563553, -0.008838342502713203, -0.06948146224021912, + 0.021285122260451317, -0.01521932054311037, -0.04873737692832947, 0.05150600150227547, + -0.0300142765045166, -0.002432146342471242, -0.052657585591077805, 0.03278351202607155, + -0.024302123114466667, -0.005635045934468508, -0.0006423004087992013, -0.02094392664730549, + 0.03704732656478882, -0.041656170040369034, -0.03329936042428017, 0.03912843391299248, + -0.039624862372875214, -0.030470052734017372, 0.0109364939853549, -0.03477083146572113, + 0.08041999489068985, 0.014838181436061859, 0.0564122349023819, -0.002015075646340847, + 0.02666262723505497, 0.08490308374166489, 0.006595192477107048, -0.00965177733451128, + -0.022805649787187576, -0.006715037394315004, -0.09766501933336258, 0.0011647747596725821, + 0.03876708447933197, -0.03005470335483551, 0.13009858131408691, -0.007413646671921015, + 0.019503161311149597, 0.010633677244186401, -0.005956706125289202, 0.023074423894286156, + 0.029899578541517258, -0.022146260365843773, -0.008799506351351738, 0.07762949168682098, + 0.03652086481451988, -0.04250263422727585, 0.08428264409303665, -0.029371125623583794, + -0.004992938134819269, 0.057153377681970596, -0.04565738886594772, 0.04284120723605156, + -0.05400834232568741, 0.04303430765867233, -0.04518160969018936, 0.0015727495774626732, + 0.002280563348904252, -0.06282196938991547, -0.030886095017194748, -0.0008904169662855566, + 0.019102448597550392, -0.010782089084386826, 0.008648419752717018, -0.060857295989990234, + -0.0368717685341835, 0.014215388335287571, -0.04978129267692566, -0.04300132766366005, + -0.06965671479701996, -0.03311212733387947, 0.084780752658844, -0.029918240383267403, + -0.047279007732868195, 0.008585912175476551, -0.02556762285530567, -0.036036454141139984, + -0.1128293052315712, -0.03973051905632019, 0.06766645610332489, 0.013411354273557663, + -0.06751566380262375, 0.04645167663693428, 0.01800111122429371, -0.04826473072171211, + 0.07204115390777588, -0.052137114107608795, -0.029818041250109673, -0.0074621159583330154, + 0.009513459168374538, -0.007119642570614815, 0.04834987223148346, -0.048535652458667755, + 0.03852987661957741, 0.04212360456585884, 0.017572790384292603, -0.09788673371076584, + 0.08051596581935883, 0.06392800807952881, 0.052692998200654984, -0.014829505234956741, + 0.00725264148786664, 0.01987832598388195, -0.10008371621370316, -0.08715925365686417, + 0.07384292781352997, 0.07410649210214615, 0.02059745229780674, -0.025776930153369904, + -0.0546194389462471, -0.011681457981467247, -0.029258113354444504, -0.021781938150525093, + -0.01104506105184555, -0.014591756276786327, -0.023523300886154175, -0.0515957809984684, + -0.06656709313392639, 0.022460082545876503, -0.01783863827586174, -0.008090415969491005, + 0.07040373980998993, 0.06448707729578018, -0.0031283057760447264, 0.012009559199213982, + 0.03993142768740654, -0.08728950470685959, -0.036119505763053894, 0.013843373395502567, + 0.029449373483657837, 0.02756526507437229, -0.04608093947172165, 0.013405254110693932, + 0.03638574853539467, -0.018928389996290207, -0.002119696233421564, -0.07349642366170883, + 0.03412856534123421, -0.053976766765117645, -0.010637160390615463, -0.012955039739608765, + 0.07287432998418808, -0.00957603007555008, -0.03639307990670204, 0.02938440628349781, + -0.03155142441391945, -0.040341585874557495, 0.02248397283256054, -0.0172378271818161, + 0.055680353194475174, -0.05204831063747406, 0.08200133591890335, 0.09831341356039047, + -0.003980726003646851, -0.020266856998205185, -0.012244172394275665, -0.03938591480255127, + -0.006471556611359119, 0.0036546424962580204, -0.03569844365119934, -0.0981961116194725, + -0.007504844106733799, 0.03164998069405556, -0.05804203078150749, 0.05474172160029411, + -0.07906416058540344, -0.025619493797421455, 0.06385750323534012, 0.03478047251701355, + 0.005477470811456442, 0.013260537758469582, -0.04798293486237526, -0.007967264391481876, + 0.06924382597208023, 0.020081741735339165, -0.02454792521893978, -0.012767487205564976, + 0.060017455369234085, 0.049422744661569595, 0.034044284373521805, 0.039935898035764694, + 0.0020369605626910925, -0.01833759993314743, -0.0016989712603390217, 0.03661203384399414, + 0.038394324481487274, -0.027234487235546112, -0.06359747797250748, 0.07435153424739838, + -0.022826461121439934, -0.033561427146196365, -0.030559692531824112, -0.03551202639937401, + -0.05797458812594414, 0.011698044836521149, 0.02112543024122715, 0.0039128996431827545, + 0.009989646263420582, 0.10942398011684418, -0.02191031724214554, -0.0018867822363972664, + -0.024922961369156837, 0.06961839646100998, 0.000169423408806324, 0.024342812597751617, + -0.008446029387414455, 0.011951202526688576, 0.06991192698478699, -0.00390639528632164, + 0.058618322014808655, -0.05886220559477806, -0.013763314113020897, -0.07951676845550537, + 0.03273558244109154, -0.08368129283189774, -0.03881186991930008, 0.010342973284423351, + 0.053416140377521515, 0.04947372153401375, 0.01948091946542263, -0.037380870431661606, + -0.03837653994560242, 0.04460366815328598, -0.002626357600092888, 0.02881559357047081, + 0.029771240428090096, 0.016665657982230186, 0.007008721586316824, 0.06133124232292175, + 0.013202019967138767, 0.09800583124160767, 0.04455425590276718, 0.03783433139324188, -0.083957739174366, + 0.07228595018386841, 0.03767445310950279 + ], + [ + -0.011922013014554977, -0.0067225974053144455, 0.004396721255034208, 0.07891014963388443, + 0.060128819197416306, 0.01997140422463417, -0.020977677777409554, -0.02510264702141285, + -0.025001537054777145, 0.006274523679167032, 0.014595055021345615, -0.01439501903951168, + 0.03709032014012337, 0.0014054630883038044, -0.03636832535266876, -0.01555958203971386, + -0.005217897705733776, 0.01477944664657116, -0.053064700216054916, 0.10361581295728683, + -0.08577316999435425, -0.10601326823234558, -0.002583365421742201, -0.008753125555813313, + -0.038071129471063614, -0.026155205443501472, 0.06115344166755676, 0.044957976788282394, + -0.04172341153025627, 0.046450164169073105, 0.051105666905641556, -0.0030563140753656626, + -0.0021909144707024097, 0.031039560213685036, 0.0721702128648758, -0.08016318827867508, + 0.03353278338909149, 0.014722993597388268, -0.011797478422522545, 0.031379926949739456, + -0.02282819151878357, -0.006487302482128143, -0.041104018688201904, 0.04129930958151817, + 0.003494659438729286, -0.04952581971883774, -0.020902199670672417, -0.05371939763426781, + 0.04667997360229492, 0.08053458482027054, -0.041791342198848724, -0.002605341374874115, + 0.08328239619731903, 0.021229710429906845, 0.01735270395874977, -0.08441486209630966, + 0.014116378501057625, -0.07473818957805634, -0.05913453921675682, 0.0709545761346817, + -0.005729370750486851, 0.05116065964102745, 0.017803160473704338, 0.053443387150764465, + 0.010321507230401039, 0.0452900193631649, -0.09462650865316391, 0.010591225698590279, + -0.02439013682305813, 0.06730258464813232, 0.012853172607719898, 0.0158087108284235, + -0.011605817824602127, 0.0009090249077416956, -0.010719561949372292, -0.07406846433877945, + -0.022149913012981415, -0.044083669781684875, -0.015851452946662903, -0.08505110442638397, + 0.047765567898750305, -0.02507423236966133, -0.04272928461432457, -0.049718745052814484, + 0.037257350981235504, 0.011837691999971867, -0.052028052508831024, -0.05661819875240326, + 0.03487842530012131, 0.004507924895733595, 0.03673570975661278, 0.029174745082855225, + 0.018103497102856636, -0.06049010902643204, 0.08192747086286545, 0.0376264713704586, + 0.01268297154456377, -0.007386806420981884, -0.08589410781860352, 0.07694640755653381, + -0.017186090350151062, -0.016089947894215584, -0.002707825042307377, -0.05278848856687546, + 0.05194561928510666, -0.0807323008775711, -0.0091303875669837, -0.014448031783103943, + 0.030762074515223503, 0.02182566374540329, -0.061267148703336716, 0.050850238651037216, + -0.0365867055952549, -0.01062608789652586, 0.027726858854293823, -0.04616430401802063, + 0.06404402107000351, 0.058135662227869034, -0.0268730279058218, 0.03904012218117714, + -0.0213655773550272, 0.09017658978700638, 0.04276939481496811, 0.024275029078125954, + 0.039905060082674026, -0.07997828722000122, 0.0032740626484155655, 0.03182314336299896, + 0.019519880414009094, 0.060977060347795486, -0.0041548116132617, 0.08732594549655914, + -0.050612229853868484, 0.054854296147823334, -0.0793251171708107, 0.02929048053920269, + -0.047445930540561676, 0.0018005945021286607, 0.015146918594837189, -0.03792944923043251, + 0.07690884172916412, 0.0676913857460022, 0.015710502862930298, -0.04766542464494705, + -0.03322863578796387, -0.035238079726696014, 0.09788426011800766, -0.03175988793373108, + 0.05884905159473419, 0.0469960980117321, -0.005125255323946476, 0.005517216864973307, + -0.07530460506677628, 0.00569533696398139, -0.035841625183820724, 0.016921738162636757, + 0.008087401278316975, 0.06550315022468567, 0.027637651190161705, 0.013378286734223366, + 0.02381213940680027, 0.018571076914668083, 0.013891024515032768, 0.07621356844902039, + -0.08319185674190521, -0.021477531641721725, 0.008558947592973709, 0.00744060892611742, + -0.0018728316063061357, -0.09993243962526321, 0.002377207623794675, 0.037709254771471024, + 0.020658304914832115, -0.005940545350313187, 0.048099223524332047, -0.0021474857348948717, + 3.350383849465288e-5, 0.06177026033401489, -0.030091194435954094, -0.01197458803653717, + 0.024036934599280357, -0.06062320992350578, -0.03505251929163933, 0.003315942594781518, + -0.0002774663153104484, -0.02009364776313305, -0.005556618794798851, -0.018081413581967354, + 0.05370271950960159, -0.04737398773431778, -0.0698564425110817, -0.028345439583063126, + -0.1058763861656189, -0.013951340690255165, -0.026093661785125732, -0.0692015141248703, + -0.005039659794420004, 0.09284250438213348, -0.041248589754104614, 0.0207989364862442, + 0.015135969035327435, 0.05681440979242325, -0.014367084950208664, 0.02327411249279976, + 0.0026420638896524906, 0.07306049019098282, 0.0844200849533081, 0.04920428246259689, + 0.03449704125523567, 0.00934057030826807, -0.048048049211502075, 0.051804374903440475, + 0.053268712013959885, -0.006504221819341183, 0.0402103029191494, -0.021164117380976677, + 0.05484496057033539, 0.1114979088306427, -0.047886427491903305, -0.05622651055455208, + 0.044278714805841446, 0.02998880110681057, 0.02378033474087715, -0.017776725813746452, + -0.05458729341626167, 0.06278058141469955, -0.00248152413405478, -0.039878495037555695, + 0.05631115660071373, 0.012482264079153538, 0.016092661768198013, 0.019018229097127914, + 0.10149570554494858, -0.02135690115392208, 0.02799162268638611, -0.08498785644769669, + 0.02166830562055111, -0.07716099917888641, -0.012383212335407734, -0.03582997992634773, + 0.04484105482697487, -0.05968223884701729, -0.056346345692873, 0.049844998866319656, + -0.03568452596664429, -0.0041925301775336266, 0.03265351429581642, -0.002016024896875024, + -0.030359989032149315, -0.04014485701918602, 0.015548520721495152, 0.04896927997469902, + -0.037372950464487076, -0.0377395860850811, 0.021092841401696205, -0.003252558410167694, + 0.010809837840497494, -0.07732721418142319, -0.06878003478050232, -0.013399002142250538, + -0.04113975912332535, -0.044160399585962296, 0.011722685769200325, -0.027060117572546005, + 0.014207400381565094, 0.03469515219330788, -0.0666131004691124, -0.06828533858060837, + 0.028746280819177628, -0.06825095415115356, 0.01242673397064209, -0.06937161833047867, + 0.025493746623396873, -0.08140073716640472, 0.0332125648856163, -0.007444960530847311, + -0.03781980648636818, 0.045968640595674515, -0.060370322316884995, -0.02851160615682602, + -0.031476881355047226, -0.04909694194793701, 0.042365532368421555, 0.007221674080938101, + -0.02863270603120327, 0.06667012721300125, -0.02162451297044754, 0.0092850336804986, + -0.028732042759656906, -0.013151980936527252, -0.05721833184361458, -0.07253535091876984, + 0.02054453268647194, -0.0526098906993866, -0.028773725032806396, -0.06466883420944214, + 0.004182562697678804, 0.039891138672828674, 0.04882284253835678, -0.02706756256520748, + -0.06182492896914482, 0.028569843620061874, 0.0811774954199791, 0.024143734946846962, + 0.009769520722329617, 0.014669885858893394, 0.012950634583830833, -0.018403111025691032, + 0.07485557347536087, -0.05147140845656395, 0.01816568337380886, 0.010507137514650822, + -0.02364838309586048, 0.007283833809196949, -0.043661318719387054, -0.007694486994296312, + -0.043182358145713806, 0.04265792667865753, 0.062755286693573, -0.05374496802687645, + 0.0031657880172133446, -0.031009454280138016, 0.12589122354984283, 0.033192578703165054, + 0.006800234783440828, -0.028047610074281693, -0.0012400521663948894, -0.057828035205602646, + -0.04989214241504669, 0.01571498066186905, -0.009587273932993412, 0.02534005232155323, + 0.008648127317428589, -0.04761939123272896, -0.0369325652718544, -0.0019883429631590843, + 0.018133878707885742, 0.007030794396996498, -0.024314051494002342, 0.04163603112101555, + 0.025134654715657234, 0.07381901890039444, 0.04140706732869148, 0.010975790210068226, + 0.014375593513250351, 0.06539347022771835, -0.014603832736611366, 0.04300186038017273, + 0.02116628736257553, 0.07222918421030045, 0.013815014623105526, -0.01066439226269722, + 0.004169273190200329, -0.035540562123060226, -0.046513717621564865, 0.008362547494471073, + -0.027851425111293793, -0.006248568184673786, 0.010073074139654636, 0.01557955238968134, + 0.005511690862476826, -0.02112227864563465, -0.017459828406572342, 0.02949398197233677, + 0.04229021072387695, -0.05921619385480881, -0.0007205478614196181, -0.023994874209165573, + 0.07791762799024582, 0.037688933312892914, 0.031523849815130234, -0.008110906928777695, + 0.049499619752168655, 0.01387991476804018, 0.026612108573317528, 0.0037750238552689552, + -0.04142357036471367, 0.045151714235544205, -0.10426176339387894, -0.03783359006047249, + 0.052600156515836716, -0.008328408002853394, -0.06439545750617981, -0.013090375810861588 + ], + [ + 0.04275868833065033, -0.0105633195489645, -0.007543598767369986, 0.006986602209508419, + 0.026661444455385208, -0.02118748426437378, -0.031389858573675156, 0.03057810105383396, + -0.061654772609472275, 0.08557615429162979, 0.006574010942131281, -0.04857945069670677, + 0.007368006277829409, 0.08923220634460449, 0.012663246132433414, 0.022757582366466522, + -0.036175284534692764, -0.01849352940917015, -0.026371413841843605, 0.03519866615533829, + 0.05060892552137375, 0.0020444465335458517, 0.017191138118505478, 0.004304754082113504, + 0.020153984427452087, 0.006059323903173208, -0.03949897736310959, -0.013163107447326183, + -0.06387288123369217, 0.0341716893017292, -0.0526837520301342, 0.0020946511067450047, + -0.07561340928077698, -0.007825082167983055, 0.04496120661497116, -0.04355669021606445, + 0.05614703893661499, 0.010483156889677048, 0.030021216720342636, 0.07583478838205338, + -0.01380488183349371, -0.0075686718337237835, 0.09252603352069855, 0.005647776182740927, + -0.03059934452176094, 0.08048757910728455, -0.023368729278445244, 0.00317807006649673, + 0.07415618747472763, -0.0718541145324707, 0.037560101598501205, -0.006585456896573305, + 0.00993634294718504, -0.0030761156231164932, 0.04765951633453369, 0.012983037158846855, + -0.02244819514453411, -0.038457032293081284, 0.005415701773017645, -0.0176728293299675, + 0.00604249956086278, -0.007066612597554922, -0.05226096883416176, -0.010277307592332363, + 0.03989182785153389, -0.060248538851737976, 0.05826549604535103, 0.04596671089529991, + 0.014677056111395359, -0.03062901273369789, 0.090691938996315, 0.037475891411304474, + 0.017307700589299202, -0.04693421721458435, 0.08097724616527557, 2.3254522602655925e-5, + 0.07013203948736191, 0.0768747553229332, -0.01705453172326088, 0.06154751777648926, + 0.029177764430642128, 0.004767289850860834, -0.04873926192522049, -0.020669717341661453, + 0.10839607566595078, 0.10531816631555557, -0.04810921847820282, 0.048265766352415085, + -0.03219990059733391, 0.04761356860399246, -0.037874847650527954, 0.024370655417442322, + -0.02114042080938816, -0.009121841751039028, -0.04760000854730606, 0.07334904372692108, + -0.009228398092091084, 0.06643364578485489, 0.01077742874622345, 0.034196462482213974, + 0.024655316025018692, 0.014701083302497864, 0.018091702833771706, 0.06571446359157562, + 0.06229998543858528, 0.06145567074418068, 0.09347917884588242, -0.04173976182937622, + -0.048222653567790985, -0.009134922176599503, 0.07752886414527893, -0.08484985679388046, + 0.04709449037909508, -0.010705598630011082, -0.08131936192512512, -0.0008382239611819386, + -0.014585735276341438, -0.0815206915140152, -0.02941371686756611, -0.047806885093450546, + -0.04619326815009117, -0.08113646507263184, -0.05672308802604675, 0.02179855853319168, + 0.021239226683974266, -0.012979242019355297, -0.10375136137008667, -0.015944693237543106, + -0.0006655585602857172, 0.026866739615797997, 0.0542561411857605, -0.03580506518483162, + 0.06756076961755753, -0.08694402128458023, 0.07201675325632095, -0.06469549238681793, + -0.020126832649111748, -0.015206684358417988, -0.03344827517867088, 0.04059810936450958, + -0.07180989533662796, -0.044482775032520294, 0.06788549572229385, -0.033237338066101074, + 0.030155230313539505, 0.05420375615358353, -0.05419173091650009, -0.010385289788246155, + -0.08403656631708145, 0.03704037517309189, -0.06722366064786911, 0.01925123669207096, + -0.010060046799480915, 0.02920282445847988, -0.010017133317887783, -0.07079900801181793, + -0.03219776973128319, -0.004825847689062357, 0.08863146603107452, 0.018679799512028694, + -0.09987521171569824, 0.05991874262690544, -0.034432850778102875, -0.04865531995892525, + 0.09566198289394379, -0.028033755719661713, -0.011091400869190693, 0.04321446269750595, + 0.02644648402929306, 0.13246853649616241, 0.016746295616030693, 0.10772853344678879, + 0.008997439406812191, -0.032833121716976166, 0.06664013117551804, -0.005033836234360933, + 0.017355607822537422, -0.025044070556759834, -0.06766454130411148, -0.0026439994107931852, + 0.017921259626746178, 0.05495411530137062, 0.0196607057005167, 0.01728692092001438, 0.0891888290643692, + -0.07606867700815201, 0.01957152597606182, 0.004490076098591089, -0.03075478784739971, + -0.059587568044662476, -0.014497194439172745, -0.018389008939266205, -0.029688647016882896, + -0.011358942836523056, -0.016402678564190865, 0.029467536136507988, 0.0252922885119915, + 0.04057251662015915, 0.06294214725494385, -0.030011966824531555, 0.005398615729063749, + 0.01503282506018877, -0.014148378744721413, 0.016643160954117775, -0.00927704107016325, + -0.09059733897447586, -0.016955282539129257, 0.002542921807616949, 0.08425580710172653, + 0.09475812315940857, 0.07499851286411285, 0.026018960401415825, -0.059297461062669754, + 0.05912143737077713, 0.0016237898962572217, -0.042788583785295486, 0.03063795529305935, + -0.08327727764844894, -0.0426618792116642, 0.026400404050946236, 0.019712703302502632, + -0.04272148013114929, -0.08404363691806793, -0.031786736100912094, 0.013740001246333122, + -0.005502819083631039, -0.007036037277430296, 0.0869598463177681, -0.04218372702598572, + 0.04397307336330414, 0.05438271537423134, -0.039877187460660934, -0.04134390130639076, + 0.0035792847629636526, 0.027100354433059692, -0.012859716080129147, 0.02420138008892536, + 0.017294393852353096, -0.007446794770658016, -0.040509238839149475, -0.052696336060762405, + -0.04280225560069084, -0.027229273691773415, -0.044156644493341446, -0.009375090710818768, + 0.06552990525960922, 0.034841690212488174, 0.038173969835042953, -0.047475799918174744, + 0.07393927127122879, -0.02573000267148018, -0.04538017138838768, 0.015267109498381615, + -0.024082863703370094, 0.05518386512994766, 0.023429518565535545, -0.028790874406695366, + -0.010307012125849724, 0.11312918365001678, 0.08293931931257248, -0.0866374522447586, + 0.07608190178871155, -0.05788697302341461, 0.06354355067014694, 0.01234720554202795, + -0.0404946506023407, 0.12141764909029007, 0.057608529925346375, -0.0032747178338468075, + 0.06667425483465195, 0.11715034395456314, -0.026115531101822853, -0.023907838389277458, + -0.024532200768589973, -0.050777751952409744, -0.01845404878258705, -0.08932249993085861, + 0.0781603455543518, -0.01578504778444767, -0.03852665424346924, 0.025774167850613594, + 0.06370124965906143, 0.03341032564640045, -0.030051039531826973, 0.022160081192851067, + 0.06642597168684006, -0.016163747757673264, -0.025014439597725868, 0.029102662578225136, + 0.03113563172519207, 0.05432279780507088, 0.046992696821689606, 0.04149725288152695, + 0.021077601239085197, -0.014682144857943058, 0.07289429754018784, 0.013104721903800964, + -0.025564732030034065, 0.00046023476170375943, 0.030808137729763985, 0.04401030018925667, + 0.04567396640777588, 0.02153214067220688, -0.009613978676497936, -0.0917072668671608, + 0.004855507053434849, -0.0504145510494709, -0.07658656686544418, -0.12286949902772903, + 0.0354481041431427, -0.04431996867060661, -0.02289496548473835, -0.07190494239330292, + -0.08147799968719482, -0.017450151965022087, 0.07377699017524719, -0.04289473220705986, + -0.020254984498023987, 0.017132652923464775, -0.03676197677850723, -0.02645379863679409, + 0.10864930599927902, 0.047636065632104874, 0.017481284216046333, -0.047922778874635696, + 0.017942393198609352, -0.00015186250675469637, 0.04603442922234535, 0.07399650663137436, + -0.029156150296330452, 0.05835103988647461, 0.032306864857673645, -0.05442575365304947, + -0.0065485271625220776, -0.01722373254597187, -0.05631435289978981, -0.014162800274789333, + 0.10510053485631943, -0.02015748620033264, -0.03699912130832672, -0.09021688997745514, + 0.0036190254613757133, -0.056016892194747925, -0.013476572930812836, -0.010158376768231392, + -0.02710273675620556, 0.0024974006228148937, 0.03044312633574009, 0.08723489195108414, + -0.008807120844721794, 0.027414167299866676, 0.0584942102432251, -0.016474738717079163, + -0.02789083868265152, -4.3285381252644584e-5, 0.04826938360929489, 0.004168444778770208, + 0.0104214521124959, 0.005233940202742815, -0.021302897483110428, -0.09990082681179047, + 0.010898752138018608, -0.03874077647924423, 0.06749767065048218, -0.0072448463179171085, + 0.02440539002418518, 0.04183068871498108, -0.008604048751294613, -0.1187826469540596, + -0.024545889347791672, 0.08398745208978653, -0.003578817704692483, -0.023946793749928474, + 0.05372455343604088, -0.06008269637823105, -0.04273981600999832, 0.10063708573579788, + -0.09273602813482285, 0.07552128285169601, 0.049078766256570816, 0.04352398216724396, + -0.07864204794168472, 0.009679654613137245, 0.09080158919095993 + ], + [ + 0.02956526353955269, -0.03582359477877617, 0.05229362100362778, 0.008863021619617939, + -0.027922214940190315, 0.025541458278894424, 0.04768047854304314, 0.0029266548808664083, + 0.08085175603628159, -0.006357503589242697, -0.01450357586145401, -0.01882067881524563, + -0.003870708169415593, 0.04003872722387314, 0.015091381967067719, -0.010690771043300629, + 0.07650434225797653, -0.008073593489825726, 0.05832063406705856, -0.00044765195343643427, + 0.06838534772396088, -0.018706731498241425, -0.024105289950966835, -0.010686542838811874, + 0.04482349753379822, 0.010296630673110485, -0.01802053302526474, -0.10332167148590088, + -0.004665689077228308, -0.04097002372145653, -0.052073631435632706, -0.029664555564522743, + -0.014325886033475399, 0.10857442766427994, 0.021196585148572922, 0.006212969310581684, + 0.07334625720977783, -0.024484295397996902, -0.02478509023785591, 0.06429418176412582, + 0.06391075998544693, -0.08832167834043503, 0.03459611162543297, -0.00029635909595526755, + 0.041576530784368515, 0.11203735321760178, -0.050530847162008286, 0.07846463471651077, + -0.02313997596502304, -0.05453464761376381, 0.06062189117074013, 0.005381459835916758, + -0.10132844001054764, 0.021992260590195656, -0.06511705368757248, 0.07643933594226837, + 0.0181684922426939, -0.04279797151684761, 0.0244134534150362, 0.00988088734447956, 0.1257711946964264, + 0.043194033205509186, -0.019915858283638954, -0.02302665449678898, 0.07558916509151459, + -0.07187455892562866, -0.06319520622491837, -0.022872187197208405, 0.0198003388941288, + -0.07818078249692917, 0.08677606284618378, -0.018483513966202736, 0.06469056755304337, + 0.007782223168760538, 0.0857594832777977, 0.015454008243978024, 0.09519785642623901, + 0.0019123154925182462, -0.04146462306380272, 0.04689285531640053, -0.024845190346240997, + 0.03286629542708397, 0.018224375322461128, -0.012018202804028988, 0.021712424233555794, + 0.023915652185678482, 0.0667705237865448, -0.019441088661551476, -0.03488417714834213, + 0.039764732122421265, 0.052620358765125275, 0.032989732921123505, -0.03659762442111969, + 0.01028082612901926, -0.08061211556196213, -0.006965742912143469, 0.017961639910936356, + 0.0404127836227417, -0.009246344678103924, 0.037292979657649994, 0.06153231859207153, + 0.01647130772471428, 0.08825349062681198, 0.054753441363573074, -0.010518033988773823, + -0.0024555660784244537, 0.012779874727129936, 0.03416259214282036, 0.06265948712825775, + -0.03779231011867523, -0.004420092795044184, -0.0759207233786583, 0.04025692120194435, + 0.04435525834560394, -0.06652427464723587, -0.020602678880095482, -0.03553943708539009, + 0.05446932092308998, 0.08498921245336533, 0.03643060848116875, -0.012741019017994404, + -0.012647789902985096, -0.08142314851284027, 0.007839525118470192, -0.035040900111198425, + 0.03276507556438446, -0.05459097400307655, -0.05005374923348427, -0.03752636909484863, + 0.024135971441864967, 0.012934754602611065, -0.10547758638858795, 0.01269830483943224, + -0.0805359035730362, -0.05155681446194649, -0.09300979226827621, -0.00800679624080658, + 0.02073082886636257, -0.017542021349072456, -0.00018158672901336104, -0.060742732137441635, + -0.016466690227389336, 0.00430388143286109, 0.0026492925826460123, 0.0234241783618927, + -0.05214940384030342, -0.0018318326910957694, 0.05850714072585106, -0.060203198343515396, + 0.045882225036621094, -0.02941768243908882, -0.004719214979559183, 0.04224042594432831, + 0.05492261052131653, 0.05099157989025116, -0.05786462500691414, 0.010561185888946056, + -0.008330178447067738, 0.046419087797403336, 0.054069798439741135, -0.05341288447380066, + 0.002780328970402479, -0.04573703557252884, -0.06253675371408463, 0.10205401480197906, + -0.03047214262187481, -0.08191584050655365, -0.08031181246042252, -0.007336186710745096, + 0.06878788024187088, 0.03150534629821777, 0.011806284077465534, 0.03514190390706062, + -0.035673532634973526, 0.04466390609741211, 0.02464417926967144, -0.0032224918249994516, + 0.004891411401331425, 0.017316283658146858, -0.102122962474823, -0.016505341976881027, + 0.08109832555055618, 0.025805369019508362, 0.007337932474911213, 0.01866251230239868, + 0.0003389099729247391, 0.007752835284918547, 0.035881828516721725, -0.04047258198261261, + -0.04770074784755707, 0.046249162405729294, -0.02354489080607891, 0.024722442030906677, + 0.07682056725025177, 0.051952511072158813, 0.002264670329168439, 0.024544209241867065, + -0.05094278231263161, 0.017131516709923744, -0.0011702830670401454, 0.009091085754334927, + -0.06789809465408325, -0.028612425550818443, -0.03417777642607689, 0.053946804255247116, + -0.021313011646270752, -0.02864241413772106, -0.03029913455247879, -0.06546400487422943, + 0.06074575334787369, 0.10572589933872223, -0.008247846737504005, 0.05054324492812157, + -0.02696620114147663, 0.001946742762811482, 0.0209653377532959, 0.029883084818720818, + -0.02444547787308693, -0.016435392200946808, 0.08783690631389618, -0.01781785860657692, + 0.011541915126144886, -0.023132285103201866, 0.035532619804143906, -0.05175979062914848, + -0.060573987662792206, -0.05854593589901924, 0.062282294034957886, -0.009637943468987942, + -0.0272807739675045, 0.04309903457760811, -0.0038240989670157433, -0.04391093924641609, + 0.014134655706584454, -0.0018352603074163198, -0.030989164486527443, -0.059502601623535156, + 0.008720958605408669, -0.0006615678430534899, -0.027813687920570374, 0.021212991327047348, + -0.025118732824921608, 0.02795730158686638, 0.0010091251460835338, -0.09192609786987305, + 0.026942148804664612, 0.023650841787457466, 0.05350008234381676, -0.01820985972881317, + 0.027766643092036247, -0.043536603450775146, -0.1329365074634552, 0.006131321657449007, + 0.07751154899597168, -0.045619189739227295, -0.0024281146470457315, -0.09880652278661728, + 0.06525788456201553, 0.018390491604804993, -0.037674106657505035, -0.1305042803287506, + -0.038899000734090805, 0.02770598977804184, -0.000998038100078702, -0.023883873596787453, + -0.09815283119678497, 0.09627439081668854, 0.012291505932807922, 0.025049567222595215, + 0.07085815817117691, 0.10737643390893936, 0.09584299474954605, -0.0234958678483963, + 0.021279647946357727, 0.04764936491847038, 0.10730011016130447, -0.004521165043115616, + 0.004427819978445768, 0.058691926300525665, 0.018744196742773056, 0.04874980449676514, + 0.07834386080503464, 0.012285084463655949, 0.01913442090153694, 0.047891564667224884, + 0.06086837127804756, -0.026326360180974007, -0.016223043203353882, 0.010929333977401257, + 0.05767406150698662, -0.023478344082832336, 0.03811139985918999, -0.00875262450426817, + 0.003599085845053196, 0.08544237166643143, 0.02062196098268032, 0.02836327627301216, + 0.016907960176467896, 0.016911480575799942, 0.04580869898200035, -0.015203711576759815, + 0.00033436843659728765, 0.0024768845178186893, 0.011379847303032875, -0.04112226888537407, + -0.06882209330797195, -0.023773279041051865, 0.026698162779211998, -0.018616704270243645, + -0.019414519891142845, -0.014071253128349781, -0.05585051700472832, -0.008798041380941868, + -0.03065156750380993, -0.04624377563595772, 0.07083781808614731, 0.0191158689558506, + -0.0007851188420318067, -0.016706597059965134, -0.004987116437405348, 0.015496261417865753, + -0.016800932586193085, -0.08318454772233963, -0.04368768259882927, -0.026619883254170418, + -0.05075254291296005, 0.13927051424980164, -0.03498094156384468, -0.04692878946661949, + 0.05539621412754059, 0.017587900161743164, -0.046775802969932556, -0.03894462436437607, + 0.06326588988304138, -0.0715247094631195, -0.006887540686875582, 0.03160356357693672, + 0.04964305832982063, 0.023496096953749657, -0.02119959145784378, -0.05812382325530052, + -0.012269445694983006, -0.010385514236986637, -0.0032082591205835342, -0.022876065224409103, + -0.11118751764297485, 0.004542270675301552, 0.055871352553367615, 0.02169763669371605, + -0.0589262954890728, -0.020104417577385902, 0.07774551957845688, -0.0034413652028888464, + 0.04028703644871712, -0.0067884065210819244, 0.006021765060722828, -0.008400226011872292, + -0.03156249597668648, -0.03687759116292, -0.05760786309838295, -0.0283174030482769, 0.01822488009929657, + -0.14715595543384552, -0.03334755450487137, 0.010150075890123844, -0.03059312328696251, + 0.013635306619107723, -0.01219763420522213, -0.028354879468679428, -0.004467857535928488, + 0.043310895562171936, 0.005542254075407982, -0.05345305800437927, -0.08847729861736298, + -0.034493591636419296, -0.021677615121006966, 0.020683830603957176, -0.06593158841133118, + 0.0007546553388237953, 0.00372342299669981, -0.03915275260806084, -0.015855012461543083, + 0.04466042295098305, -0.028923721984028816 + ], + [ + 0.11566662788391113, 0.002065573586151004, 0.09946971386671066, 0.08894803375005722, + 0.0006368010072037578, 0.1137276366353035, -0.05727021396160126, 0.05482197552919388, + 0.08272133767604828, -0.05384175479412079, 0.03538614138960838, -0.13954348862171173, + -0.0019434989662840962, 0.014450888149440289, 0.0887318104505539, -0.015116904862225056, + 0.08634550124406815, 0.010736862197518349, -0.03712790831923485, 0.02950817160308361, + -0.036146704107522964, 0.10770133137702942, 0.04731069132685661, 0.08046016097068787, + 0.0023948075249791145, -0.009217336773872375, -0.09619665145874023, 0.04608720913529396, + -0.004546905867755413, 0.06192266568541527, -0.04412265494465828, 0.025672897696495056, + -0.013393964618444443, 0.09164313226938248, 0.044937435537576675, 0.048058800399303436, + 0.01816796138882637, 0.05309286713600159, -0.03490803390741348, -0.0400935523211956, + -0.04146486148238182, -0.011222169734537601, -0.05506272241473198, -0.001772036193870008, + -0.0010901441564783454, -0.01299304235726595, 0.011378061957657337, -0.00898477528244257, + -0.001826502033509314, -0.1323133260011673, 0.05391359701752663, -0.014549781568348408, + -0.04082964360713959, 0.009235610254108906, -0.016782546415925026, 0.0360817052423954, + -0.05226084589958191, 0.030696958303451538, 0.04220777004957199, 0.014928755350410938, + 0.007019781041890383, -0.062402885407209396, 0.008238597773015499, -0.032668836414813995, + 0.014288771897554398, 0.008720166981220245, 0.03747086599469185, 0.04126540198922157, + 0.11285220086574554, -0.13232411444187164, 0.05674653872847557, -0.030138082802295685, + 0.051160648465156555, -0.016600266098976135, -0.003960691392421722, 0.0950319766998291, + 0.06326563656330109, 0.030606208369135857, -0.08664625138044357, 0.013955524191260338, + -0.011838103644549847, 0.011381632648408413, -0.0007051978609524667, -0.09597168117761612, + 0.07777334749698639, -0.015682587400078773, -0.042236749082803726, 0.11556989699602127, + -0.13082271814346313, 0.11851266026496887, -0.04849337786436081, -0.0811711773276329, + 0.0009557446464896202, -0.01985117420554161, 0.07879638671875, 0.026652079075574875, + -0.1066322922706604, -0.0297543928027153, 0.02726532146334648, 0.013786667957901955, + -0.017543533816933632, 0.01795836165547371, 0.00609544338658452, -0.03777942806482315, + -0.03967228904366493, 0.032515399158000946, -0.052334293723106384, -0.011104079894721508, + 0.04951680824160576, 0.006068410351872444, 0.0005182984168641269, -0.036165595054626465, + 0.0267176516354084, 0.009593191556632519, -0.020070930942893028, -0.03997598588466644, + -0.07481060922145844, -0.10262691974639893, 0.012392004951834679, -0.060347624123096466, + 0.046262405812740326, -0.04709876701235771, -0.02463308349251747, 0.0642373263835907, + 0.02990708313882351, 0.0688435509800911, -0.08871861547231674, -0.02244371362030506, + 0.010697556659579277, -0.009732375852763653, 0.0733744353055954, 0.00645965663716197, + -0.0009369007311761379, -0.035004884004592896, -0.007034230977296829, -0.046707142144441605, + 0.08595346659421921, 0.05095648020505905, -0.029489954933524132, 0.019449274986982346, + 0.007953682914376259, -0.05691826343536377, -0.06417509913444519, 0.03627905994653702, + -0.10696785897016525, 0.11468394100666046, -0.014035545289516449, 0.07049211114645004, + -0.09541463851928711, 0.10213909298181534, 0.004719150718301535, 0.024978002533316612, + -0.030888007953763008, 0.010200939141213894, 0.020912017673254013, -0.11089655756950378, + 0.06775452196598053, -0.07237911969423294, -0.0036682996433228254, 0.08915793895721436, + -0.01999133639037609, -0.05937105417251587, -0.04717458412051201, -0.05034751817584038, + 0.1290830820798874, -0.05838862806558609, -0.0389697290956974, -0.05674808844923973, + 0.05963389202952385, -0.00525811268016696, 0.029723042622208595, 0.008879564702510834, + 0.06111219525337219, -0.0475151427090168, 0.06767135113477707, -0.06115627661347389, + -0.03181907534599304, -0.011497218161821365, -0.027148636057972908, 0.010132679715752602, + -0.06920424103736877, 0.034056928008794785, 0.081270232796669, -0.05059286952018738, + -0.03838833421468735, -0.03620121255517006, 0.007237192243337631, -0.045549120754003525, + 0.02867097780108452, 0.02409166842699051, -0.03939934819936752, -0.0964462161064148, + 0.021951355040073395, 0.001126409973949194, -0.07890220731496811, -0.026855887845158577, + -0.012509041465818882, 0.00021555459534283727, 0.1059308871626854, 0.01549470890313387, + -0.044756434857845306, -0.08506618440151215, 0.005723162088543177, 0.03148085996508598, + 0.022943919524550438, -0.039358362555503845, -0.04386269301176071, -0.02967735007405281, + 0.0563267357647419, 0.017779186367988586, 0.007539017591625452, 0.01197883766144514, + 0.030402597039937973, 0.05741405859589577, -0.03619810938835144, -0.07280024141073227, + 0.021511254832148552, -0.10746569186449051, -0.055358946323394775, 0.028950316831469536, + 0.05703685060143471, -0.0038937386125326157, -0.011628052219748497, -0.013887453824281693, + 0.002539508743211627, 0.06304846704006195, 0.0066073895432055, -0.007074669934809208, + 0.024522991850972176, 0.03122178465127945, 0.10920467227697372, 0.0032842939253896475, + -0.09727618843317032, -0.005621193442493677, 0.03393576294183731, 0.036745406687259674, + -0.0361190065741539, -0.005025181453675032, -0.0615575909614563, -0.07980616390705109, + 0.053563762456178665, 0.014189756475389004, 0.03800498694181442, -0.05219871923327446, + -0.05034568905830383, 0.06216542795300484, -0.06196361035108566, 0.02209693379700184, + 0.05687627196311951, 0.0703861266374588, -0.022975310683250427, -0.06410114467144012, + 0.03353516012430191, -0.027539150789380074, 0.007352046202868223, 0.006194575689733028, + -0.0562688373029232, 0.04432738572359085, 0.07371273636817932, 0.027744807302951813, + -0.060326408594846725, 0.025218509137630463, -0.09255912154912949, 0.04753876104950905, + -0.10784042626619339, -0.027382520958781242, -0.03314298391342163, -0.02674189768731594, + -0.03835206478834152, -0.02145896665751934, 0.08303827047348022, 0.06043270602822304, + -0.03261153772473335, 0.005903736688196659, -0.009460996836423874, -0.017622001469135284, + -0.06741581857204437, -0.005615169182419777, -0.0016244290163740516, -0.028683315962553024, + -0.03023374453186989, -0.00842952635139227, 0.04479765519499779, 0.00512702576816082, + 0.0019539003260433674, 0.05794704332947731, -0.018121616914868355, -0.06847508251667023, + -0.0535053014755249, -0.0014590293867513537, 0.005845042876899242, 0.019815493375062943, + -0.055171575397253036, -0.05602148920297623, 0.06560349464416504, -0.01962001621723175, + 0.03619303181767464, -0.06469105929136276, 0.05240500718355179, 0.03831538185477257, + 0.02789190597832203, 0.043596137315034866, -0.03485860675573349, -0.06398334354162216, + -0.11023024469614029, -0.01670028641819954, -0.011706274002790451, 0.04783783107995987, + 0.03356872498989105, 0.005729855503886938, -0.05207780376076698, 0.031928651034832, + 0.008226684294641018, -0.010733968578279018, -0.13579300045967102, 0.07723057270050049, + 0.06552459299564362, 0.09521929174661636, 0.030822178348898888, 0.02300618216395378, + -0.027976231649518013, 0.11223603785037994, 0.019481386989355087, -0.03264511004090309, + 0.005884032696485519, 0.1130901351571083, -0.024823471903800964, 0.0902746245265007, + -0.03304608166217804, -0.02874644100666046, -0.037576667964458466, 0.09512846916913986, + -0.0792977586388588, 0.08382879197597504, -0.058735717087984085, 0.03572997450828552, + -0.054154131561517715, -0.05346278101205826, 0.050345130264759064, -0.036627624183893204, + -0.0023984184954315424, -0.01199647132307291, 0.04321815073490143, 0.06790155172348022, + -0.12553741037845612, -0.009349232539534569, -0.06504988670349121, -0.021093541756272316, + 0.07660781592130661, -0.058236800134181976, 0.058930348604917526, 0.07557221502065659, + -0.0140466233715415, -0.053523942828178406, 0.03654877841472626, 0.019958095625042915, + 0.02023168094456196, 0.013494501821696758, 0.05622468143701553, -0.07977363467216492, + -0.04073487967252731, -0.01842144876718521, -0.02706960029900074, -0.04077592492103577, + -0.014352810569107533, 0.010322238318622112, 0.01243983581662178, 0.0011052432237192988, + -0.05538799241185188, -0.022849757224321365, 0.03680770471692085, 0.020289821550250053, + -0.12496596574783325, 0.07090725004673004, 0.018620770424604416, -0.006516949273645878, + 0.04905502498149872, -0.03944260999560356, 0.08518517017364502, 0.015802569687366486, + -0.007428497076034546, 0.026699518784880638, 0.016165245324373245, -0.01796111837029457 + ], + [ + -0.01785137504339218, 0.04774382710456848, -0.0034704760182648897, -0.044604554772377014, + -0.0789003074169159, 0.08890549093484879, -0.0014595143729820848, -0.033592984080314636, + -0.03219010308384895, 0.04703777655959129, -0.05274330452084541, 0.04853558912873268, + 0.03156055882573128, -0.011231103911995888, -0.03766465187072754, -0.023658541962504387, + -0.058639999479055405, -0.0663820281624794, 0.073052778840065, -0.05998463183641434, + -7.550188456661999e-5, 0.01999605819582939, 0.06673125922679901, 0.010502919554710388, + -0.033717576414346695, 0.016857998445630074, 0.01639244519174099, -0.00630410248413682, + 0.0013759044231846929, -0.03718430548906326, -0.058550622314214706, -0.027063850313425064, + -0.03206115961074829, -0.05105588585138321, 0.020996088162064552, 0.028955940157175064, + -0.025977058336138725, -0.047394249588251114, -0.029434923082590103, -0.01259173545986414, + 0.02207869663834572, -0.03693416714668274, 0.00476877810433507, -0.002813732950016856, + -0.030792998149991035, -0.03977665677666664, -0.006307448726147413, 0.020181026309728622, + 0.026627762243151665, 0.04347880929708481, 0.06329955160617828, 0.06488192826509476, + -0.0037301569245755672, 0.016160503029823303, 0.008727620355784893, -0.01704256981611252, + 0.012801560573279858, -0.01358489878475666, 0.04124145209789276, 0.01147487759590149, + 0.06351745128631592, -0.0316719114780426, -0.0071044666692614555, 0.06914510577917099, + -0.0641217976808548, -0.014865309000015259, 0.013290018774569035, 0.023391982540488243, + 0.0035113063640892506, -0.07071173191070557, -0.004608814138919115, 0.0280242208391428, + -0.030530432239174843, -0.03149697184562683, 0.044560644775629044, 0.06140761077404022, + 0.04787604510784149, 0.04264095425605774, -0.006739641539752483, 0.06178820878267288, + -0.035024307668209076, 0.016001593321561813, 0.009822086431086063, 0.03591076284646988, + 0.053602300584316254, -0.011345643550157547, -0.03166967257857323, 0.022441919893026352, + -0.019383493810892105, 0.00028568608104251325, -0.05413307622075081, 0.03454010933637619, + 0.033717893064022064, 0.010044130496680737, -0.025962429121136665, 0.022144002839922905, + 0.04827998951077461, 0.0069689443334937096, 0.06721764802932739, 0.013949504122138023, + 0.0156585443764925, 0.01902288943529129, -0.00475076399743557, -0.06292346119880676, + 0.043144457042217255, 0.02753320336341858, -0.025434723123908043, -0.005589197855442762, + -0.024533851072192192, 0.01300334744155407, 0.04222378134727478, -0.030410464853048325, + -0.0010447257664054632, -0.0617196299135685, 0.038273781538009644, -0.03516964241862297, + -0.04476706311106682, 0.021745676174759865, 0.043750450015068054, 0.03200145065784454, + 0.010130713693797588, -0.007260881830006838, 0.07366389036178589, 0.014471438713371754, + -0.03174104914069176, 0.0475032776594162, -0.00668763043358922, -0.029400520026683807, + 0.010493558831512928, -0.027841828763484955, -0.06629832088947296, 0.01441218052059412, + -0.01372284721583128, -0.03304720297455788, 0.07492688298225403, -0.06031816080212593, + -0.006092445459216833, 0.07028523087501526, 0.07293828576803207, -0.006144753657281399, + -0.08238252997398376, -0.006708979140967131, 0.0007375369314104319, 0.010373055934906006, + -0.05106653273105621, 0.02883000485599041, -0.03269581124186516, 0.04711506515741348, + -0.024588830769062042, -0.022382399067282677, 0.06229386106133461, 0.027871103957295418, + 0.004894604906439781, -0.030688505619764328, 0.019892996177077293, -0.04731249809265137, + 0.05048405006527901, -0.06082186475396156, 0.06510735303163528, 0.014041431248188019, + -0.04469158500432968, 0.0011970499763265252, 0.07553892582654953, 0.0779421404004097, + 0.011253551580011845, 0.003914385102689266, 0.03391352668404579, -0.02432207390666008, + -0.03620339184999466, 0.046021778136491776, 0.04022349417209625, -0.004027357790619135, + -0.0263943150639534, 0.0219262782484293, -0.05248139426112175, -0.007174864877015352, + 0.05242351442575455, -0.04760396108031273, -0.029402222484350204, -0.05317947268486023, + 0.05583500862121582, 0.035509902983903885, -0.0021319002844393253, 0.012993783690035343, + 0.038347262889146805, 0.044239990413188934, 0.037389062345027924, 0.010293045081198215, + -0.050474464893341064, 0.03182349354028702, 0.01853029616177082, -0.044933903962373734, + -0.015729617327451706, 0.006623879075050354, 0.05048195272684097, 0.010214167647063732, + -0.0580713227391243, -0.027356315404176712, -0.007209193892776966, -0.0815805196762085, + -0.041785307228565216, -0.015712367370724678, 0.017571082338690758, 0.03284512832760811, + -0.06059279665350914, -0.07559972256422043, 0.030113456770777702, 0.0046401056461036205, + -0.07365385442972183, 0.05570949241518974, 0.03023713082075119, 0.025126716122031212, + -0.05656537786126137, -0.04181336238980293, -0.015227130614221096, 0.06380705535411835, + -0.00871056318283081, -0.0853714793920517, 0.003900619223713875, 0.010554876178503036, + 0.03503766283392906, 0.035594113171100616, -0.03019426390528679, -0.001731376862153411, + -0.011621862649917603, 0.002458152361214161, 0.04566315561532974, -0.0063521889969706535, + -0.007864364422857761, -0.04597122222185135, -0.007644217927008867, 0.022267179563641548, + -0.05821984261274338, -0.03564619645476341, 0.0306487288326025, 0.045227617025375366, + -0.011237324215471745, 0.06046152859926224, -0.0404503308236599, 0.047560080885887146, + -0.031128546223044395, -0.00703243725001812, 0.01980450749397278, -0.000959241995587945, + -0.05132899805903435, 0.03492289036512375, 0.005521930754184723, -0.01060516107827425, + -0.03800560161471367, -0.009931478649377823, -0.04549802467226982, -0.055154405534267426, + -0.003531218273565173, 0.03634173423051834, -0.06998328864574432, 0.03695064038038254, + -0.044135283678770065, 0.060469213873147964, 0.0018148652743548155, 0.009746253490447998, + 0.0289420485496521, 0.04953325539827347, -0.012266736477613449, -0.015345007181167603, + -0.0021094647236168385, -0.00958172231912613, 0.09879184514284134, -0.004880533553659916, + -0.021207865327596664, -0.026784507557749748, -0.0030051840003579855, 0.09448607265949249, + -0.057918813079595566, 0.05980021879076958, -0.01600276120007038, -0.003247538348659873, + 0.021155748516321182, -0.05045691877603531, 0.029648151248693466, 0.028317799791693687, + -0.007543463725596666, 0.10345133394002914, -0.0020150861237198114, 0.026121938601136208, + 0.016953276470303535, 0.04091620445251465, 0.06909318268299103, 0.03340699523687363, + 0.018100857734680176, -0.016370864585042, 0.07688463479280472, 0.021051429212093353, + -0.04487401992082596, 0.04668976366519928, -0.052706025540828705, 0.0770716741681099, + 0.006310214288532734, 0.004339404404163361, -0.042047563940286636, -0.022018736228346825, + -0.01789778843522072, -0.0500289723277092, -0.0033009808976203203, 0.02557300217449665, + 0.030032159760594368, -0.02507881633937359, -0.018035203218460083, -0.03303779289126396, + -0.10382913053035736, 0.07661935687065125, 0.05343904346227646, 0.016004329547286034, + -0.015429290942847729, 0.017356347292661667, 0.021999698132276535, 0.021317459642887115, + 0.05528261512517929, -0.016483578830957413, -0.022294040769338608, -0.024593373760581017, + -0.06083784997463226, -0.01871388778090477, -0.08809368312358856, -0.003900279989466071, + -0.033379849046468735, 0.0647430568933487, -0.045912403613328934, 0.055209171026945114, + 0.0073773982003331184, -0.04551641643047333, -0.02132389321923256, 0.027469364926218987, + -0.016513464972376823, -0.016761215403676033, -0.04936038702726364, -0.10421416908502579, + -0.07678284496068954, 0.03026348352432251, -0.010939921252429485, -0.002668012399226427, + -0.03687641769647598, -0.05670252442359924, 0.03232972323894501, 0.016649587079882622, + -0.011293044313788414, 0.0024650839623063803, 0.06717322766780853, 0.02691795863211155, + 0.025439776480197906, 0.013031109236180782, 0.04962534457445145, 0.04642629995942116, + -0.04284098371863365, 0.02772042714059353, -0.024708198383450508, -0.03304172679781914, + -0.03535854071378708, 0.03883516415953636, 0.07666146755218506, 0.00417498080059886, + -0.04163290932774544, 0.0060857729986310005, -0.04140663519501686, 0.0010545289842411876, + 0.02796538546681404, 0.08843346685171127, -0.03287680447101593, 0.033200137317180634, + -0.02201526239514351, -0.010276563465595245, -0.014403165318071842, 0.00953960046172142, + -0.054489925503730774, 0.0023888512514531612, 0.017277054488658905, 0.0033508241176605225, + 0.05334305390715599, 0.01663707196712494, 0.07757175713777542, 0.022873984649777412, + -0.04359276965260506, -0.015110830776393414, 0.0019811056554317474, 0.05492418259382248 + ], + [ + -0.05524373799562454, 0.006926392670720816, -0.0690952017903328, -0.020029567182064056, + 0.061380673199892044, -0.05179350823163986, -0.04762740060687065, -0.018960272893309593, + 0.0036078167613595724, 0.029504291713237762, 0.01125755999237299, -0.02595086395740509, + 0.07550148665904999, -0.08178357779979706, 0.037612058222293854, 0.027865685522556305, + 0.004864877089858055, -0.05318334698677063, -0.05861268937587738, 0.06127983704209328, + -0.05415753647685051, -0.05726056918501854, -0.04050436615943909, -0.05228206887841225, + 0.019989263266324997, 0.035648707300424576, 0.03934650868177414, 0.06826472282409668, + 0.0029674419201910496, 0.0144719323143363, 0.05448286607861519, -0.014805184677243233, + 0.08745622634887695, 0.0008354649180546403, 0.0003346599987708032, -0.02919359877705574, + 0.033033110201358795, 0.07725207507610321, -0.013717585243284702, 0.03552931547164917, + -0.013649576343595982, -0.029693439602851868, 0.043034546077251434, -0.018072307109832764, + 0.038911618292331696, -0.0228586345911026, -0.02529113180935383, -0.04056329280138016, + 0.04305675998330116, 0.07118947058916092, -0.04076020047068596, 0.038453392684459686, + 0.023260584101080894, 0.023370590060949326, -0.025128856301307678, -0.06981656700372696, + -0.036574672907590866, 0.03503512218594551, -0.005456430371850729, 0.009625378996133804, + -0.06336504220962524, -0.006084988359361887, 0.03244876489043236, 0.03565520420670509, + -0.006951655261218548, -0.03957866132259369, 0.012141982093453407, -0.029344096779823303, + 0.03879081830382347, 0.06458279490470886, -0.007504104170948267, 0.09820640832185745, + -0.025289803743362427, 0.024765076115727425, -0.04397778585553169, -0.010138748213648796, + -0.04548768326640129, 0.018315356224775314, 0.05612111836671829, -0.09246144443750381, + 0.049851443618535995, -0.03455585613846779, -0.029258104041218758, -0.03191615641117096, + -0.020969834178686142, -0.03298928588628769, 0.01500911358743906, -0.014177273958921432, + 0.046113576740026474, -0.07505490630865097, 0.04569322615861893, 0.05111510679125786, + 0.07605684548616409, -0.05298066884279251, 0.08503472805023193, 0.01083656307309866, + 0.030529001727700233, -0.06600743532180786, -0.051570624113082886, -0.014487030915915966, + -0.009409590624272823, -0.0845736488699913, -0.05184148997068405, 0.025058060884475708, + -0.02066856063902378, -0.08491946756839752, 0.01853405311703682, -0.03184390440583229, + -0.05704546719789505, 0.07802458107471466, -0.014984948560595512, 0.07973824441432953, + 0.013064056634902954, -0.04149996116757393, 0.01902519166469574, -0.04496477544307709, + 0.06625009328126907, 0.014948058873414993, -0.03797056898474693, 0.0060938261449337006, + 0.05581384524703026, 0.045026905834674835, 0.0010927459225058556, 0.05750099569559097, + 0.018059244379401207, -0.03434239700436592, 0.049404729157686234, -0.0008769791456870735, + 0.01306280680000782, -0.048703450709581375, 0.04096629470586777, 0.03327220305800438, + -0.04949665069580078, -0.01711895316839218, -0.04417258873581886, -0.013767280615866184, + -0.056644849479198456, -0.013847358524799347, -0.03765708953142166, -0.07421766966581345, + 0.007430747617036104, 0.12157478928565979, -0.016101079061627388, -0.03405384719371796, + 0.05272580683231354, 0.024832425639033318, 0.017700286582112312, 0.027434859424829483, + 0.08460228145122528, 0.005506731104105711, -0.049064453691244125, -0.003803732804954052, + -0.06235291063785553, -0.007627203594893217, -0.007234684657305479, 0.007841113023459911, + -0.05873468518257141, -0.02277727611362934, -0.07600142061710358, -0.00670310715213418, + 0.03786409646272659, -1.3863443200534675e-5, 0.029622914269566536, -0.0025631319731473923, + -0.11098574101924896, -0.006766221020370722, -0.10812534391880035, 0.0350523479282856, + 0.03259705752134323, -0.01822049170732498, 0.003646708792075515, 0.050140079110860825, + 0.03218582645058632, -0.0390237495303154, -0.01662098430097103, -0.015600854530930519, + 0.018899252638220787, -0.010500416159629822, 0.008543548174202442, 0.03563610836863518, + -0.019477669149637222, -0.009662406519055367, 0.023576319217681885, 0.0322299599647522, + -0.042009755969047546, -0.0418061837553978, -0.021695995703339577, -0.023328375071287155, + 0.028525782749056816, 0.03277095407247543, -0.02904372848570347, 0.010375521145761013, + -0.10710369050502777, -0.038463715463876724, -0.05883864685893059, -0.025700869038701057, + 0.06329131871461868, 0.048657651990652084, -0.027399608865380287, 0.03316010162234306, + 0.05382366105914116, 0.05954219773411751, -0.0312240831553936, 0.08841465413570404, 0.0484146773815155, + 0.0035550908651202917, 0.08631934225559235, 0.0020542610436677933, 0.09971750527620316, + -0.08044742792844772, -0.04265916720032692, 0.028042757883667946, 0.05444076284766197, + 0.015636611729860306, 0.04848736524581909, 0.026749862357974052, -0.023503009229898453, + 0.033869579434394836, 0.02342170849442482, -0.0028068895917385817, -0.0014170120703056455, + 0.029228610917925835, -0.009447330608963966, 0.027045968919992447, -0.028709780424833298, + 0.083481565117836, -0.08682601898908615, -0.05676840990781784, -0.062456436455249786, + 0.0029062191024422646, 0.038352373987436295, -0.037969090044498444, 0.022387783974409103, + -0.047408346086740494, 0.009667265228927135, -0.11206837743520737, 0.03352076932787895, + -0.09369503706693649, 0.035554926842451096, -0.019448356702923775, 0.029533736407756805, + -0.03445660322904587, 0.010170799680054188, 0.02833428792655468, -0.005576207768172026, + 0.006653378717601299, -0.023060593754053116, 0.02926371991634369, -0.006611482240259647, + -0.027296796441078186, 0.0858224555850029, 0.044539354741573334, -0.040274303406476974, + -0.0034462441690266132, -0.02783237025141716, -0.02855001576244831, 0.03807397559285164, + -0.03562469780445099, 0.0647357627749443, 0.00037301695556379855, -0.015581286512315273, + 0.006506986916065216, -0.004534661769866943, 0.03101799264550209, 0.05100514739751816, + 0.07891006022691727, -0.10012683272361755, 0.029034176841378212, 0.007002865429967642, + -0.021418198943138123, -0.011025683954358101, -0.06855514645576477, 0.015601119957864285, + -0.014129514805972576, -0.022134531289339066, -0.060214005410671234, -0.006473063956946135, + 0.07641714066267014, 0.022157037630677223, -0.05849074944853783, -0.028986386954784393, + -0.04521960765123367, -0.03423977643251419, 0.07867396622896194, -0.07927324622869492, + 0.06083217263221741, 0.013368789106607437, -0.030245520174503326, -0.0008933736244216561, + -0.017593709751963615, 0.019489070400595665, -0.013656421564519405, 0.005015122704207897, + 0.0182578656822443, -0.04221326857805252, -0.02799675613641739, 0.06068018823862076, + -0.01912063919007778, 0.07768530398607254, -0.036146488040685654, 0.03287629783153534, + 0.06650490313768387, 0.08838924765586853, 0.0009712622268125415, 0.015893612056970596, + 0.002178615191951394, -0.01663394086062908, 0.07848542928695679, 0.007813526317477226, + -0.05895932763814926, -0.017141377553343773, 0.018925942480564117, 0.05001702159643173, + 0.09053557366132736, 0.01829421892762184, -0.04057624936103821, 0.06566078215837479, + 0.02933366410434246, 0.027981553226709366, 0.03450287505984306, 0.07055585086345673, + -0.04896668344736099, 0.004112702794373035, 0.07301731407642365, -0.04808810353279114, + -0.06335050612688065, 0.024466680362820625, -0.021074386313557625, 0.0019308208720758557, + -0.06559746712446213, 0.06219395995140076, 0.02475334145128727, 0.02232939749956131, + -0.09644587337970734, 0.03283737972378731, 0.08849737048149109, 0.0009935731068253517, + -0.04810519516468048, 0.020273635163903236, -0.07058010995388031, -0.015229285694658756, + -0.0013782144524157047, 0.04165814816951752, 0.05277703329920769, 0.08107846230268478, + 0.0623488686978817, -0.07247258722782135, -0.009651375003159046, -0.07302048802375793, + 0.06127847358584404, 0.008339633233845234, -0.12613867223262787, -0.02099224552512169, + -0.03287527710199356, 0.06532667577266693, 0.04823692515492439, 0.048121899366378784, + 0.017330890521407127, -0.027281133458018303, 0.024380769580602646, 0.029644589871168137, + 0.0309186689555645, -0.004366290755569935, 0.026531793177127838, 0.0702434778213501, + -0.13831719756126404, -0.06788017600774765, -0.09843935072422028, 0.030039295554161072, + 0.018919240683317184, 0.03724300488829613, -0.012648061849176884, 0.03931446000933647, + 0.0518517903983593, 0.02956516668200493, 0.007963172160089016, -0.047390688210725784, + -0.013832165859639645, -0.10387387126684189, -0.0022806653287261724, -0.0037507370579987764, + 0.038728464394807816, -0.022923080250620842, -0.010980469174683094 + ], + [ + 0.0069436985068023205, 0.03290998935699463, -0.025083940476179123, 0.034897103905677795, + -0.003913389053195715, 0.04501064121723175, -0.001723848981782794, -0.016464632004499435, + -0.07504351437091827, 0.0791654884815216, 0.03363780304789543, -0.039313118904829025, + -0.014687633141875267, 0.12683038413524628, 0.014770878478884697, -0.01167586725205183, + 0.05011199042201042, -0.04612458869814873, 0.06666232645511627, 0.06150028482079506, + 0.08262886852025986, -0.044896986335515976, 0.08914737403392792, -0.06277237087488174, + 0.05127850919961929, -0.025134140625596046, 0.016760248690843582, -0.008129830472171307, + 0.0038125473074615, -0.048020873218774796, 0.023559248074889183, -0.01360868476331234, + 0.02417915128171444, -0.034255657345056534, 0.0041586668230593204, 0.02474052831530571, + -0.04018328711390495, 0.06322739273309708, -0.020485853776335716, 0.05228285863995552, + 0.0073851714842021465, -0.0013471490237861872, 0.09050996601581573, 0.0010776752606034279, + -0.003684350987896323, 0.03612978383898735, 0.024039220064878464, 0.07002703100442886, + 0.08611774444580078, 0.06095440313220024, 0.06183939054608345, -0.008226620964705944, + -0.009370525367558002, -0.07529842108488083, 0.045899998396635056, 0.013506606221199036, + 0.009753369726240635, 0.015306871384382248, 0.0608808733522892, -0.05668606236577034, + -0.00971295777708292, -0.006118963938206434, -0.10123176127672195, 0.012346522882580757, + -0.03536215052008629, -0.02046721801161766, 0.02024814300239086, 0.0263438131660223, + 0.05686858668923378, -0.03503818064928055, 0.08595087379217148, 0.008476519957184792, + -0.03897397592663765, -0.05552420765161514, 0.02411527931690216, 0.015797756612300873, + 0.06013482064008713, 0.06458397954702377, -0.06241146847605705, 0.06418456137180328, + -0.02034463733434677, -0.003021328942850232, -0.03507811948657036, 0.059208352118730545, + 0.07616668194532394, 0.005488215945661068, 0.05992835760116577, 0.030725160613656044, + -0.007669661194086075, 0.034302547574043274, -0.018399955704808235, 0.022628623992204666, + -0.041918978095054626, -0.06284314393997192, -0.03946315869688988, 0.027385465800762177, + 0.044654712080955505, 0.04565316438674927, 0.048366207629442215, 0.05602076277136803, + 0.020267819985747337, -0.07349105179309845, 0.06398706883192062, 0.010522614233195782, + 0.07311882078647614, 0.033278945833444595, 0.013140500523149967, 0.040439631789922714, + 0.027126770466566086, 0.03022920712828636, 0.02451269142329693, -0.028360459953546524, + -0.05538944527506828, 0.013408985920250416, -0.03698774799704552, 0.028049351647496223, + -0.01634172536432743, -0.11217158287763596, 0.05262335017323494, 0.05500383675098419, + -0.04814096540212631, 0.028971927240490913, -0.036995258182287216, -0.0077528380788862705, + -0.032704662531614304, 0.02106311544775963, -0.004095555283129215, -0.04740627110004425, + -0.03667275980114937, -0.04023250937461853, 0.001808013068512082, 0.005253839306533337, + 0.011970519088208675, -0.034638844430446625, 0.03209790959954262, 0.009718552231788635, + 0.07240895181894302, 0.03318757936358452, 0.006701864302158356, 0.02917739376425743, + 0.0004282831505406648, -0.037808939814567566, 0.03365705534815788, -0.03537384048104286, + -0.043297089636325836, -0.014352887868881226, -0.011305855587124825, 0.022556331008672714, + -0.11863492429256439, -0.005099029745906591, -0.06671445071697235, 0.038364946842193604, + -0.019782699644565582, -0.05577344819903374, -0.008349290117621422, -0.002025182358920574, + 0.06184803321957588, -0.045726533979177475, -0.003462297609075904, 0.017766432836651802, + -0.05736455321311951, 0.007162140682339668, 0.050321243703365326, 0.051221009343862534, + 0.007261438760906458, 0.005905686877667904, -0.01438982505351305, 0.0010979993967339396, + -0.04928784444928169, 0.10334315150976181, -0.0029236022382974625, 0.00327727640978992, + -0.0326051227748394, 0.011665824800729752, 0.021549677476286888, -0.0259307399392128, + -0.055124543607234955, -0.0256044901907444, -0.03391142934560776, -0.05736991763114929, + 0.030617712065577507, 0.0344168096780777, 0.030580444261431694, 0.03233841061592102, + 0.030539823696017265, -0.029223591089248657, 0.026915667578577995, -0.06917664408683777, + -0.004590675700455904, 0.07214213162660599, -0.051607657223939896, 0.023134704679250717, + -0.00840460043400526, 0.07607711106538773, -0.04654446616768837, 0.06842833012342453, + -0.015144593082368374, -0.019762128591537476, 0.07247291505336761, -0.13907605409622192, + -0.024995412677526474, -0.08087679743766785, -0.07820387929677963, 0.01980779506266117, + -0.08173830807209015, 0.02196042612195015, -0.08696489781141281, -0.029533252120018005, + -0.007607008796185255, -0.06618641316890717, 0.06594984233379364, -0.012009875848889351, + -0.05977494642138481, -0.09138757735490799, -0.006560864858329296, 0.0032159974798560143, + -0.026872647926211357, -0.10848479717969894, -0.006351551506668329, -0.03523765876889229, + 0.08312563598155975, -0.06756402552127838, -0.007941791787743568, -0.04968102648854256, + 0.020227953791618347, 0.02067423425614834, 0.08465678244829178, 0.06837575137615204, + -0.017899086698889732, -0.0551174059510231, 0.052176930010318756, -0.020242657512426376, + -0.03741416707634926, -0.01041440200060606, -0.03205682337284088, 0.03236857429146767, + -0.054091472178697586, 0.03137402981519699, -0.07148846238851547, 0.05543215572834015, + 0.03206538036465645, 0.06716229766607285, 0.04577989503741264, -0.0024493841920048, + 0.004435161128640175, 0.07145033776760101, 0.035989273339509964, -0.027192505076527596, + -0.10671383887529373, 0.08897135406732559, -0.0501093789935112, 0.018232805654406548, + -0.03731387481093407, 0.017060332000255585, -0.02520451880991459, -0.010506651364266872, + -0.0009479807922616601, 0.006836088839918375, 0.07581965625286102, -0.01206881646066904, + -0.05990229547023773, 0.10221937298774719, 0.08774643391370773, 0.013293091207742691, + -0.03662487119436264, -0.0444156639277935, 0.12509962916374207, 0.05112297832965851, + 0.00817583967000246, -0.029805364087224007, 0.0816318616271019, 0.0589415468275547, + -0.04677991941571236, 0.014631734229624271, -0.05290600657463074, 0.06744425743818283, + -0.05058074742555618, 0.008677673526108265, 0.004991416819393635, 0.01998775079846382, + 0.07472426444292068, -0.016122978180646896, -0.004744278732687235, -0.02592182345688343, + 0.06549298763275146, 0.018047627061605453, 0.03604739159345627, 0.04442567750811577, + -0.010044694878160954, -0.01869773119688034, -0.08324959129095078, 0.03641221672296524, + -0.0024696148466318846, 0.01584506779909134, -0.02865530177950859, 0.03162923827767372, + 0.07709082216024399, -0.008907223120331764, -0.0343075692653656, 0.07376188784837723, + 0.062431905418634415, 0.031848933547735214, -0.03828752785921097, -0.01889663375914097, + -0.11366946995258331, 0.003903372213244438, -0.04048534110188484, -0.05285639688372612, + -0.06091725081205368, 0.0302855484187603, 0.0203285813331604, -0.08334735780954361, + -0.038494281470775604, -0.03709820657968521, 0.04562890902161598, 0.011643396690487862, + 0.09495812654495239, 0.07360151410102844, 0.010835953988134861, 0.004732350818812847, + -0.05287434533238411, 0.08083248138427734, -0.021553456783294678, -0.031019262969493866, + 0.04033643752336502, 0.03914038464426994, 0.02384112775325775, 0.009700736962258816, + -0.0067445142194628716, 0.016478199511766434, 0.01322666835039854, 0.10520581901073456, + -0.04213826730847359, 0.016166146844625473, -0.038822464644908905, -0.027293037623167038, + 0.009913869202136993, 0.002103840932250023, -0.0008995843236334622, 0.017785418778657913, + -0.02835259586572647, -0.01794811338186264, -0.05881278216838837, 0.04132514446973801, + -0.011663425713777542, 0.03367413952946663, 0.06996095925569534, 0.03383461758494377, + 0.05896307900547981, 0.006690136156976223, 0.04632318764925003, -0.007820316590368748, + -0.03944399952888489, -0.013261320069432259, -0.017819775268435478, 0.0038565569557249546, + -0.04538436979055405, 0.00775074353441596, 0.016503727063536644, -0.05638675019145012, + -0.054463423788547516, 0.07185094058513641, 0.007042867597192526, 0.022723134607076645, + 0.014895868487656116, 0.001401072251610458, 0.018940065056085587, 0.05000670254230499, + -0.018345417454838753, 0.050387412309646606, 0.015607733279466629, 0.047345731407403946, + -0.07905153185129166, -0.0662655234336853, 0.0014130445197224617, 0.019548581913113594, + -0.018840279430150986, 0.028522953391075134, 0.07899125665426254, -0.013969426043331623, + -0.023229174315929413, 0.006175921764224768, 0.05436312407255173, 0.07333196699619293 + ], + [ + 0.031192315742373466, 0.058479033410549164, -0.00012149639951530844, -0.041142407804727554, + -0.03910069540143013, 0.0281963087618351, 0.002765081822872162, 0.05369436740875244, + 0.02138221450150013, 0.08405099809169769, 0.015145010314881802, -0.03869090601801872, + -0.01807115599513054, 0.1665603071451187, 0.04842696338891983, 0.05651409178972244, + -0.019958369433879852, -0.07749202102422714, 0.021895233541727066, -0.02708808332681656, + 0.09023415297269821, -0.036569129675626755, 0.04917648434638977, -0.023656660690903664, + 0.09363342076539993, -0.04382895678281784, -0.0018793608760461211, -0.02098769322037697, + 0.00726591469720006, 0.041166264563798904, -0.07245302200317383, 0.062110863626003265, + -0.01402304507791996, -0.02068205177783966, -0.0157918781042099, 0.08441765606403351, + 0.01899615488946438, -0.046014878898859024, -0.01891644485294819, -0.0014426619745790958, + -0.028965279459953308, 0.06632092595100403, 0.02114925906062126, 0.01877954788506031, + 0.019545117393136024, -0.034610357135534286, 0.014280984178185463, 0.01311465259641409, + -0.01044286135584116, 0.02657339535653591, 0.03698839619755745, -0.04754319414496422, + -0.10526164621114731, -0.05700870230793953, 0.03461718186736107, 0.03826409578323364, + -0.009334562346339226, -0.00011642515892162919, 0.07611583173274994, -0.047620758414268494, + -0.011915192939341068, 0.002683798084035516, -0.007445972878485918, 0.06582018733024597, + 0.01816881261765957, 0.04976000636816025, 0.009473713114857674, 0.08148570358753204, + -0.027538321912288666, -0.0009251334122382104, 0.010938758961856365, -0.05557786300778389, + 0.044357720762491226, -0.015831196680665016, -0.05122610181570053, 0.03381938487291336, + 0.05372794717550278, -0.0995238646864891, -0.005429609678685665, 0.02071356028318405, + 0.013872646726667881, 0.012547128833830357, 0.03867074474692345, -0.039166681468486786, + 0.050961196422576904, 0.03490084782242775, 0.07041016966104507, 0.013801160268485546, + 0.06478825956583023, 0.011901781894266605, -0.0015735479537397623, 0.059858448803424835, + 0.011889536865055561, 0.07662772387266159, 0.02108250930905342, -0.01430040318518877, + 0.014196095056831837, -0.03492467477917671, -0.010169330053031445, -0.037579115480184555, + -0.040113627910614014, -0.018719445914030075, -0.0050965603440999985, -0.022648632526397705, + -0.07877755165100098, -0.028904881328344345, 0.01940242387354374, -0.004778431728482246, + -0.05154470354318619, -0.07451383024454117, -0.06360136717557907, 0.017346542328596115, + 0.04753921180963516, 0.043710172176361084, -0.0008163718739524484, -0.006480526644736528, + 0.05752475559711456, -0.03737086430191994, 0.059395503252744675, -0.05129193514585495, + -0.03821690380573273, -0.01904754713177681, -0.04849066957831383, -0.04401661083102226, + 0.043065670877695084, -0.05740335211157799, 0.03172307461500168, 0.0022943627554923296, + 0.0036745467223227024, 0.08652552962303162, -0.029622238129377365, -0.04675314575433731, + 0.027816064655780792, -0.004047880414873362, 0.11081156879663467, -0.018878379836678505, + -0.09262298047542572, 0.03209482505917549, 0.05733838304877281, -0.03814716637134552, + 0.004924361128360033, -0.07407742738723755, -0.01779141090810299, -0.012509255670011044, + -0.01904020830988884, 0.001258515752851963, -0.06355787813663483, 0.03850649669766426, + -0.01590828038752079, -0.006530031096190214, -0.04958907514810562, 0.01789546199142933, + 0.032515909522771835, -0.02152101695537567, -0.06024271622300148, 0.00010482097422936931, + 0.018013695254921913, -0.03995528817176819, -0.020339367911219597, -0.023993918672204018, + -0.08714350312948227, -0.008305449970066547, 0.07103614509105682, -0.004329686984419823, + 0.061884284019470215, -0.03377782553434372, -0.06560048460960388, 0.08586327731609344, + 0.09188731759786606, -0.011403927579522133, -0.05662386864423752, 0.02149122953414917, + 0.00859279464930296, -0.07998726516962051, 0.0058640381321311, 0.005785005167126656, + -0.024189718067646027, -0.04678567871451378, -0.04915269836783409, -0.06803002208471298, + 0.0012248484417796135, 0.0027402066625654697, -0.026779916137456894, 0.06541351974010468, + -0.03925688564777374, -0.050355181097984314, 0.053406212478876114, -0.004768327344208956, + 0.0596485510468483, 0.004758916795253754, 0.0005334363086149096, -0.06524144113063812, + -0.010373109951615334, 0.03743660822510719, 0.0529915951192379, 0.052113037556409836, + -0.04467783868312836, -0.11768457293510437, 0.030851732939481735, 0.013119601644575596, + -9.398742986377329e-5, -0.061501264572143555, 0.013176498003304005, -0.005402316804975271, + -0.052629079669713974, 0.016265051439404488, -0.06695538014173508, 0.03162184730172157, + -0.07078910619020462, -0.03753867372870445, -0.03142926096916199, -0.026890181005001068, + 0.04605605825781822, 0.005097734741866589, -0.07516784965991974, 0.026502927765250206, + -0.009570246562361717, -0.0713171437382698, -0.05497278273105621, -0.06611256301403046, + -0.06864742189645767, -0.0804511234164238, 0.008651458658277988, -0.020528169348835945, + -0.017532311379909515, -0.05226569250226021, 0.05514480173587799, 0.0618622787296772, + -0.027705760672688484, -0.04570015147328377, 0.043920889496803284, 0.06667798012495041, + 0.02711709775030613, 0.07191828638315201, -0.05206706002354622, 0.026894574984908104, + 0.015346401371061802, 0.02099188230931759, -0.08801443874835968, -0.013287879526615143, + 0.01575959473848343, 0.006820873357355595, 0.1307285577058792, -0.0528639517724514, + -0.04939163476228714, 0.058105628937482834, -0.026102479547262192, -0.001691590528935194, + 0.03613685443997383, 0.04646115377545357, -0.07347375899553299, -0.017514977604150772, + 0.017655283212661743, 0.027262410148978233, 0.029159173369407654, -0.0643470361828804, + -0.07126306742429733, -0.0795757919549942, 0.06524855643510818, 0.07682880759239197, + -0.03247186169028282, 0.0700666680932045, -0.026358632370829582, 0.013330520130693913, + -0.03722749277949333, -0.046705491840839386, 0.03292542323470116, 0.012725955806672573, + -0.018897728994488716, 0.08344211429357529, -0.027859626337885857, 0.023422090336680412, + 0.06063053011894226, 0.033046238124370575, 0.05752435326576233, -0.010696209035813808, + 0.07088673859834671, -0.047812819480895996, -0.03196295350790024, -0.03326444327831268, + 0.07390570640563965, 0.031003834679722786, -0.017629869282245636, 0.007684331387281418, + 0.05892561003565788, -0.06618822365999222, 0.009236830286681652, -0.04187057539820671, + 0.03664584457874298, 0.056179229170084, -0.06611670553684235, 0.0028941824566572905, + -0.01601138524711132, 0.018648384138941765, 0.03532109037041664, 0.03873199224472046, + 0.045827485620975494, 0.025445839390158653, -0.0322909913957119, -0.0356631800532341, + 0.03254420682787895, -0.003731423057615757, -0.031016215682029724, 0.07449180632829666, + 0.009148731827735901, -0.05586874857544899, 0.025693710893392563, -0.08226632326841354, + -0.01590568758547306, -0.033426571637392044, -0.01838769018650055, -0.06235475838184357, + -0.02305109240114689, -0.019433770328760147, -0.026850823312997818, 0.005119967274367809, + 0.047395870089530945, 0.039114151149988174, 0.09066706150770187, 0.047676440328359604, + 0.0223697517067194, 0.05766436085104942, -0.03740181028842926, 0.012045146897435188, + -0.009838730096817017, -0.05569705739617348, 0.038271550089120865, 0.020429862663149834, + 0.10342033952474594, 0.06030894070863724, -0.021627632901072502, 0.02827262319624424, + 0.028327155858278275, 0.029348114505410194, -0.06489721685647964, -0.05324815958738327, + 0.02274760976433754, 0.06385014206171036, 0.04000343382358551, -0.023068444803357124, + -0.004019400104880333, -0.022746320813894272, -0.02898513339459896, -0.0027276540640741587, + 0.028026700019836426, 0.04169211909174919, 0.10480260848999023, 0.006645140238106251, + 0.005775390658527613, -0.04852113127708435, -0.04890962690114975, 0.09999460726976395, + -0.0037053306587040424, 0.04609467089176178, -0.08007506281137466, -0.07937078922986984, + -0.061433978378772736, -0.036480240523815155, 0.0022611876484006643, 0.03912392631173134, + 0.055504754185676575, -0.003820899873971939, 0.015890806913375854, -0.08204427361488342, + 0.07599426060914993, 0.05393589660525322, -0.02550623007118702, -0.010530083440244198, + -0.05482633039355278, 0.06701715290546417, 0.03980503976345062, 0.025449592620134354, + -0.038805969059467316, -0.027534352615475655, -0.03955858200788498, 0.04121530055999756, + 0.0395691953599453, -0.006176597438752651, 0.08746647834777832, 0.0694086030125618, + -0.012466213665902615, 0.02097349427640438, 0.049803588539361954, -0.026547152549028397 + ], + [ + 0.028858644887804985, 0.013680999167263508, 0.04834490641951561, 0.05344577133655548, + -0.01618976891040802, 0.013348767533898354, 0.015414861030876637, -0.04970062896609306, + 0.026950478553771973, -0.018510568886995316, -0.037432845681905746, 0.03515493869781494, + -0.05837470293045044, 0.08217505365610123, -0.026544904336333275, 0.008067697286605835, + -0.05767041817307472, 0.005855245050042868, 0.010608295910060406, -0.04955095797777176, + 0.0019878337625414133, -0.018073013052344322, 0.02509455755352974, -0.03376545384526253, + 0.05733886733651161, 0.003986195661127567, 0.025266919285058975, -0.05210474506020546, + -0.007993693463504314, -0.007900072261691093, -0.04943688213825226, 0.004229248967021704, + -0.029963716864585876, 0.028082026168704033, 0.04521613195538521, -0.004906893707811832, + 0.03358425945043564, -0.029724959284067154, 0.042881425470113754, 0.023992374539375305, + -0.03351400047540665, -0.0069701336324214935, -0.017179099842905998, -0.025609686970710754, + 0.011122899129986763, -0.00492402957752347, 0.02018682286143303, 0.020863022655248642, + -0.03771188110113144, 0.001334147877059877, 0.012110371142625809, -0.043188996613025665, + -0.07676300406455994, 0.009440090507268906, -0.01084927562624216, 0.07974883168935776, + -0.020190473645925522, 0.012312356382608414, 0.03095632791519165, -0.042429663240909576, + 0.0501728281378746, 0.01160061452537775, -0.014979061670601368, -0.002208933001384139, + 0.01073626708239317, -0.001937169930897653, -0.03099437989294529, -0.012278662994503975, + -0.022572549059987068, -0.06524962931871414, 0.048106029629707336, 0.008950023911893368, + 0.06488046795129776, -0.08034278452396393, 0.014989787712693214, 0.034208957105875015, + 0.06540942937135696, 0.033110447227954865, 0.0273646991699934, 0.05299156904220581, + -0.0019228330347687006, 0.07876964658498764, -0.017986049875617027, -0.020672833546996117, + -0.03540455177426338, -4.947745765093714e-5, -0.041204784065485, 0.015216095373034477, + -0.012615187093615532, -0.04155160114169121, -0.03685194253921509, 0.00225548492744565, + -0.07378175854682922, 0.025336535647511482, -0.08258327841758728, 0.053258124738931656, + -0.013534952886402607, 0.04514037072658539, 0.033327315002679825, -0.013736983761191368, + 0.06396574527025223, -0.011764436960220337, 0.03974868357181549, -0.03564397990703583, + 0.022704631090164185, -0.024074947461485863, 0.013741678558290005, 0.012764372862875462, + 0.03968203812837601, -0.04065677151083946, 0.04690064117312431, -0.06240164861083031, + 0.05234747752547264, -0.04962581768631935, -0.05321290343999863, 0.03426568582653999, + -0.0005425799172371626, 0.024096954613924026, -0.018314188346266747, -0.0038883034139871597, + 0.02021440677344799, -0.045093804597854614, -0.04389366880059242, -0.022421086207032204, + -0.009338424541056156, 0.07857228815555573, -0.07311070710420609, -0.03798159211874008, + 0.014588949270546436, 0.018563441932201385, 0.004657306242734194, -0.02536318637430668, + 0.03877710551023483, -0.01118550170212984, 0.010061456821858883, -0.015300607308745384, + 0.07772402465343475, 0.05435451492667198, -0.04277897998690605, 0.005456696730107069, + -0.0037501510232686996, -0.0015776930376887321, -0.008586585521697998, -0.018005825579166412, + 0.020744208246469498, 0.03855345770716667, -0.06157996878027916, 0.06246564909815788, + -0.013685998506844044, 0.02898287959396839, 0.03903632238507271, 0.04380539432168007, + 0.0829976350069046, -0.028642801567912102, 0.01615942269563675, -0.04403993487358093, + 0.010081124491989613, 0.03280508145689964, 0.06111550331115723, 0.07132197916507721, + -0.06158483028411865, -3.684256807900965e-5, 0.051212698221206665, 0.03451235592365265, + 0.05048840492963791, -0.0030159931629896164, -0.03849344328045845, -0.0787586197257042, + 0.036703504621982574, 0.06154093146324158, 0.07946611940860748, 0.005646508187055588, + -0.06107645109295845, -0.04865368455648422, 0.03743870183825493, 0.01756993867456913, + -0.06539087742567062, -0.031815364956855774, 0.035650741308927536, -0.059310171753168106, + 0.06054401397705078, 0.07212139666080475, 0.050720203667879105, 0.019156012684106827, + 0.06245774030685425, 0.019439859315752983, -0.006428181193768978, -0.02326163277029991, + -0.03573599085211754, 0.057256538420915604, 0.003534023417159915, -0.029662644490599632, + 0.011836948804557323, 0.05407543480396271, -0.029643524438142776, 0.07403283566236496, + -0.017433101311326027, -0.03395655006170273, 0.09500111639499664, 0.02176652103662491, + -0.02017107978463173, -0.08615362644195557, 0.02148100547492504, -0.07431257516145706, + -0.032586924731731415, -0.08081450313329697, -0.08254765719175339, -0.043227773159742355, + -0.07395374774932861, 0.010201017372310162, 0.0054017603397369385, 0.02076365239918232, + -0.0417759083211422, 0.05347241461277008, -0.06055957451462746, -0.003838186152279377, + 0.021028907969594002, -0.108658067882061, 0.012579238042235374, 0.07319663465023041, + 0.029602065682411194, -0.04443860799074173, -0.0025772773660719395, 0.02947499230504036, + 0.003262476995587349, -0.06493061780929565, -0.03255116194486618, -0.0008573828963562846, + 0.02671566791832447, -0.020154757425189018, -0.025090819224715233, 0.0909479558467865, + 0.021953370422124863, 0.04678739234805107, -0.03863535821437836, 0.02171584591269493, + -0.0043510799296200275, 0.029237203299999237, -0.0623256117105484, 0.02890513278543949, + -0.012552016414701939, -0.004100057762116194, 0.02891424670815468, -0.028574079275131226, + -0.08917236328125, 0.042812418192625046, -0.06780136376619339, -0.07513345032930374, + 0.024200957268476486, 0.02367389388382435, 0.011491087265312672, -0.04181879386305809, + 0.006727537605911493, 0.04096045717597008, -0.0505567342042923, -0.05895919352769852, + -0.09161602705717087, 0.013308638706803322, 0.0009952883701771498, -0.009638295508921146, + -0.0377160906791687, 0.03174664452672005, 0.013112900778651237, 0.05875369906425476, + -0.021291512995958328, -0.0817527174949646, 0.11049666255712509, 0.06770391017198563, + -0.0005797867779619992, -0.00943665485829115, -0.016736265271902084, 0.06269490718841553, + 0.008701164275407791, 0.016784027218818665, -0.01229015551507473, 0.05052502825856209, + -0.004626044537872076, -0.04429992660880089, 0.01285477913916111, 0.09450623393058777, + 0.037940461188554764, 0.009995895437896252, -0.06384270638227463, -0.07946716248989105, + -0.009200651198625565, 0.05589606612920761, 0.01225500088185072, 0.05287116393446922, + 0.05819666385650635, 0.07207993417978287, -0.0030502795707434416, 0.047229379415512085, + -0.009732134640216827, -0.03523661941289902, -0.01228993572294712, 0.031226767227053642, + 0.03525097295641899, 0.01710657961666584, -0.004055309575051069, 0.08537595719099045, + 0.026061268523335457, 0.002850794233381748, -0.014756608754396439, -0.09028857201337814, + -0.014764012768864632, -0.051521651446819305, -0.009329486638307571, 0.03386646509170532, + -0.07339755445718765, 0.03752097487449646, -0.023588599637150764, -0.004558198153972626, + -0.04560013860464096, -0.014665380120277405, 0.04190455377101898, -0.005548933055251837, + 0.05325184389948845, -0.030104057863354683, 0.05136153846979141, 0.052763670682907104, + 0.015537463128566742, 0.02788255549967289, -0.05335460230708122, -0.05041790381073952, + 0.05880327522754669, 0.05919431522488594, 0.032460570335388184, 0.05231264978647232, + -0.044536978006362915, 0.012574722990393639, -0.04669952392578125, 0.01863732747733593, + -0.06928329914808273, 0.01784551329910755, 0.0033198175951838493, -0.014117322862148285, + 0.05811646580696106, 0.05455756559967995, 0.004032911732792854, -0.056429699063301086, + 0.016761984676122665, -0.007512805517762899, -0.022313952445983887, 0.05883285030722618, + -0.08731578290462494, -0.04016859084367752, 0.011163702234625816, 0.03905138000845909, + 0.012317005544900894, -0.06542406231164932, 0.05763305723667145, 0.07187894731760025, + 0.00311012240126729, 0.025540966540575027, 0.02732829377055168, -0.04659520834684372, + 0.017750093713402748, -0.025596866384148598, 0.03756275773048401, -0.027821674942970276, + -0.08362244814634323, 0.013821625150740147, -0.06180119141936302, 0.02939447946846485, + 0.025222908705472946, 0.057250719517469406, -0.02144116535782814, 0.04215949401259422, + -0.06390375643968582, -0.014716769568622112, 0.014963984489440918, 0.019388319924473763, + -0.018371030688285828, 0.010228387080132961, 0.018504096195101738, 0.017397692427039146, + 0.09227092564105988, -0.0011512823402881622, 0.0006167129031382501, 0.03447630628943443, + -0.03227332606911659, 0.005973232444375753, 0.03740648552775383, -0.023520052433013916 + ], + [ + -0.004476407542824745, 0.0030924270395189524, -0.041694868355989456, 0.06981222331523895, + 0.03913202881813049, -0.01566305384039879, -0.021305730566382408, -0.010414691641926765, + 0.03044312261044979, -0.038644976913928986, -0.026481594890356064, -0.03905206546187401, + 0.07806628197431564, -0.06726022809743881, -0.0008429241715930402, -0.01496949139982462, + 0.04192072153091431, -0.06180459260940552, -0.0887647420167923, -0.009977685287594795, + -0.02140556089580059, -0.03006015159189701, 0.034035298973321915, -0.009668005630373955, + -0.033603277057409286, 0.03957947716116905, 0.07560436427593231, 0.08628549426794052, + 0.00675103347748518, -0.017488781362771988, 0.013562517240643501, 0.03147011995315552, + 0.011770622804760933, 0.00508452020585537, -0.009660563431680202, -0.08388695120811462, + -0.05496332421898842, 0.04004046320915222, -0.058712005615234375, 0.046526700258255005, + -0.04875735193490982, -0.041067935526371, 0.049510590732097626, -0.010621188208460808, + 0.03275029733777046, 0.035749610513448715, -0.07503186166286469, -0.06460555642843246, + -0.005534859374165535, 0.017368154600262642, -0.03095300681889057, -0.020382871851325035, + 0.07477764785289764, 0.024375585839152336, 0.0072559695690870285, -0.06724433600902557, + -0.06564134359359741, -0.012660402804613113, -0.06128491461277008, -0.010270080529153347, + -0.032224368304014206, 0.018720122054219246, 0.051920611411333084, -0.026873329654335976, + 0.008314729668200016, -0.006515245418995619, 0.029041718691587448, -0.005811472423374653, + 0.021542854607105255, 0.08946538716554642, -0.05818551033735275, 0.05571246147155762, + -0.04084279015660286, 0.06166823208332062, -0.05964365229010582, -0.03654370829463005, + -0.06613805145025253, -0.047886453568935394, 0.035543594509363174, -0.04485617205500603, + 0.011991960927844048, 0.030553052201867104, 0.0054924217984080315, 0.04139667749404907, + 0.04050153121352196, -0.0705496221780777, 0.003310026600956917, 0.010882550850510597, + 0.03996838629245758, 0.03847675025463104, 0.059314414858818054, -0.027442442253232002, + 0.07321551442146301, 0.004385799169540405, 0.03432122617959976, 0.023526033386588097, + -0.009385783225297928, 0.02803865261375904, -0.048259783536195755, 0.056507546454668045, + 0.0002581230364739895, -0.06263194233179092, 0.04135621711611748, -0.02950897626578808, + 0.02717931754887104, -0.06967929005622864, -0.0018922302406281233, -0.00618409551680088, + 0.021322907879948616, 0.03040902316570282, -0.062307048588991165, 0.03102182410657406, + 0.010613266378641129, -0.0058924127370119095, -0.02295084483921528, 0.0031704981811344624, + 0.05102800950407982, 0.024284817278385162, 0.006591459270566702, 0.024285515770316124, + 0.04655763506889343, 0.03111623041331768, 0.005585674196481705, 0.0061777434311807156, + 0.009118136018514633, -0.06495004147291183, 0.029801394790410995, 0.014200620353221893, + 0.019605236127972603, -0.04288158938288689, 0.03741554170846939, 0.010778838768601418, + 0.023038538172841072, 0.018322953954339027, -0.06623194366693497, -0.02320580556988716, + -0.0776350200176239, -0.03619157522916794, -0.014500265941023827, -0.008215075358748436, + 0.036349814385175705, 0.03152674436569214, 0.03524944931268692, 0.009698241017758846, + 0.04334316775202751, 0.014142447151243687, 0.019625788554549217, -0.06388247013092041, + -0.01298604067414999, 0.003035530913621187, -0.019181575626134872, -0.029270624741911888, + -0.009498684667050838, 0.038761261850595474, -0.022397363558411598, -0.011621849611401558, + -0.004836773965507746, 0.03148606792092323, -0.059237875044345856, -0.022588305175304413, + 0.007017974741756916, -0.03350520133972168, -0.019630054011940956, 0.0013615506468340755, + -0.043466340750455856, -0.011975225992500782, -0.03063780628144741, -0.02882440760731697, + -0.015908366069197655, -0.023439660668373108, -0.04812859743833542, 0.05000629648566246, + 0.10007905960083008, 0.03762226551771164, 0.013500711880624294, 0.05898265540599823, + 0.026764990761876106, -0.021862667053937912, 0.010780829936265945, 0.04347342252731323, + -0.04673723131418228, -0.06310197710990906, -0.045742083340883255, -0.06487250328063965, + -0.07558315247297287, 0.0037077260203659534, 0.007886775769293308, 0.04709000140428543, + -0.01022537425160408, 0.009184528142213821, -0.008380268700420856, -0.06397496908903122, + -0.08771803230047226, -0.001881044008769095, -0.04674786701798439, -0.07437548786401749, + 0.10140101611614227, 0.08711428940296173, -0.003991738893091679, 0.05319811403751373, + 0.009522111155092716, 0.10960342735052109, -0.040951188653707504, 0.10965253412723541, + 0.05879531800746918, 0.05200965702533722, 0.030698593705892563, -0.009107514284551144, + 0.08406749367713928, -0.07804910093545914, -0.05107150226831436, 0.08313243836164474, + 0.04689706116914749, 0.038654692471027374, 0.0452427864074707, 0.027194296941161156, + 0.038506899029016495, 0.10574153810739517, -0.05056341737508774, -0.032322462648153305, + 0.003745331196114421, -0.07826286554336548, 0.011755929328501225, 0.03263296186923981, + -0.05060385540127754, 0.020276030525565147, 0.022473104298114777, -0.0009943353943526745, + 0.044205982238054276, 0.018186530098319054, -0.033474963158369064, -0.014790422283113003, + 0.0920151099562645, -0.05733952671289444, -0.019096536561846733, -0.04658547788858414, + 0.04626111686229706, -0.0764947459101677, 0.08428122103214264, -0.01312224194407463, + 0.029411057010293007, -0.04438134282827377, 0.012785235419869423, 0.08938611298799515, + -0.011401049792766571, -0.01636093109846115, -0.023293456062674522, 0.01559449639171362, + 0.026771180331707, -0.0354100726544857, 0.04497853294014931, 0.06407206505537033, -0.03728784993290901, + -0.011862616054713726, -0.038693297654390335, 0.048221439123153687, -0.028531650081276894, + -0.04755531623959541, -0.008180978707969189, -0.012417667545378208, 0.04783294349908829, + -0.021651562303304672, -0.022576771676540375, 0.023952290415763855, 0.016924289986491203, + -0.027789149433374405, -0.07779916375875473, -0.03162751346826553, 0.028544530272483826, + 0.01544108521193266, -0.024591928347945213, -0.08158574998378754, 0.010334799066185951, + -0.027348939329385757, 0.033677034080028534, -0.02518719993531704, 0.004625932313501835, + 0.06823842227458954, 0.01311406958848238, -0.10749421268701553, -0.008088960312306881, + -0.09489846229553223, -0.003967528697103262, 0.041909996420145035, -0.022375306114554405, + 0.05689933896064758, -0.04754527285695076, 0.007488756440579891, -0.03530186042189598, + -0.059290334582328796, 0.006217905320227146, -0.009406175464391708, 0.06811001896858215, + -0.054872021079063416, -0.006403109058737755, -0.0796261802315712, 0.032397232949733734, + 0.0334954671561718, 0.08492006361484528, -0.07142616808414459, -0.003522438695654273, + 0.02719571813941002, 0.04143041372299194, 0.037593986839056015, 0.05833163484930992, + 0.036677632480859756, 0.0007735025719739497, 0.07771310210227966, 0.037280164659023285, + 0.013568183407187462, -0.01570356823503971, 0.08546174317598343, 0.06239890679717064, + -0.005660657770931721, 0.019151005893945694, -0.026878755539655685, 0.005280360113829374, + 0.025124860927462578, -0.03623274341225624, -0.04328593611717224, 0.019160715863108635, + -0.05416621267795563, 0.0538751557469368, 0.04513034224510193, 0.038047414273023605, + -0.028155481442809105, 0.03128689527511597, -0.04946893826127052, -0.08909446001052856, + -0.023934422060847282, 0.04975546896457672, 0.0490432009100914, -0.02895030379295349, + -0.0036881978157907724, -0.062164656817913055, 0.034174591302871704, 0.0024696330074220896, + -0.11015061289072037, 0.06227664276957512, -0.06240038946270943, -0.032101817429065704, + -0.02450980432331562, 0.08926932513713837, 0.03284066170454025, 0.035968147218227386, + 0.005769405048340559, -0.029074696823954582, 0.027809223160147667, 0.0016413601115345955, + -0.009229005314409733, 0.033749815076589584, -0.09838549047708511, -0.05290796235203743, + 0.013905861414968967, 0.040018223226070404, 0.013361477293074131, 0.006526317447423935, + 0.06642426550388336, 0.02882305532693863, -0.012842240743339062, -0.011681610718369484, + 0.026700960472226143, 0.03200741484761238, -0.021224889904260635, 0.0085764080286026, + -0.11872050911188126, 0.012695102021098137, -0.019207660108804703, 0.08083032071590424, + -0.002884920919314027, 0.033379148691892624, -0.01038344670087099, 0.04871169477701187, + -0.00011999394337181002, 0.06133822724223137, 0.03564736992120743, -0.06678279489278793, + -0.007746693678200245, -0.02786530926823616, 0.031235573813319206, 0.04817527160048485, + 0.004131857771426439, 0.010652197524905205, 0.0034758110996335745 + ], + [ + 0.06622636318206787, -0.06071695312857628, 0.04358232021331787, 0.046348053961992264, + 0.00040368622285313904, 0.034728363156318665, -0.037872254848480225, 0.026903780177235603, + -0.011242699809372425, 0.027509402483701706, -0.06980422139167786, -0.04528508707880974, + -0.044597070664167404, 0.035369209945201874, -0.020377153530716896, 0.02765221707522869, + -0.02510206401348114, -0.039608992636203766, 0.05109304189682007, 0.05780307203531265, + 0.05974781885743141, 0.04203130304813385, 0.06701371818780899, 0.06282646954059601, 0.06591473519802094, + -0.041083596646785736, -0.010764562524855137, -0.0333639457821846, 0.023405564948916435, + 0.03134823590517044, -0.007009679451584816, -0.06583385914564133, 0.019851434975862503, + -0.041288912296295166, -0.027613023295998573, -2.0634272004826926e-5, 0.04858067259192467, + 0.0037461062893271446, 0.028612662106752396, -0.0038019148632884026, 0.005622431170195341, + 0.04816032946109772, -0.019547054544091225, -0.0036274355370551348, 0.02261516824364662, + 0.010401522740721703, 0.006751460488885641, 0.030543815344572067, 0.06877452880144119, + 0.03176712244749069, 0.02585206925868988, -0.02625628560781479, 0.019807539880275726, + -0.04599270224571228, -0.05123312026262283, 0.045966602861881256, 0.022552883252501488, + -0.012344537302851677, -0.007407234515994787, -0.06379858404397964, 0.004160508047789335, + 0.029167501255869865, -0.01601821556687355, -0.04816743731498718, -0.03409489616751671, + 0.03082479164004326, 0.004695248790085316, 0.03019268438220024, 0.024522626772522926, + -0.049382660537958145, -0.016856102272868156, 0.09520121663808823, 0.01941467635333538, + -0.04242606833577156, -0.015364691615104675, 0.007355738431215286, 0.061167050153017044, + -0.04254332557320595, -0.03509315475821495, 0.037531279027462006, -0.02478664554655552, + 0.08030920475721359, 0.06430564820766449, -0.011727456003427505, -0.017803605645895004, + -0.029306231066584587, 0.02763625606894493, 0.02251185104250908, -0.07314188778400421, + -0.010931598953902721, 0.03206036612391472, 0.033642709255218506, -0.03257766366004944, + -0.006617069710046053, 0.013623210601508617, 0.04635259136557579, 0.017219379544258118, + 0.07215941697359085, 0.014822766184806824, 0.01715102605521679, 0.011166993528604507, + 0.0519263930618763, 0.006571642123162746, 0.023564448580145836, -0.0009257393539883196, + 0.019715726375579834, 0.018427183851599693, -0.05999436601996422, 0.034418974071741104, + 0.00991388875991106, -0.009772438555955887, -0.08699977397918701, 0.008561728522181511, + 0.09761430323123932, -0.04684913903474808, -0.040648434311151505, 0.00418957369402051, + -0.12289119511842728, 0.02171606570482254, -0.02154594101011753, -0.03573044016957283, + -0.008874421939253807, -0.03313203901052475, 0.04393020644783974, 0.028880372643470764, + -0.07434196025133133, -0.07348152995109558, -0.0106777623295784, 0.04916558787226677, + -0.07269349694252014, -0.01467976439744234, -0.07856003195047379, 0.021053878590464592, + 0.002816301304847002, 0.07127039134502411, -0.08132586628198624, 0.03229779377579689, + 0.01279584039002657, 0.03899947553873062, -0.027723442763090134, -0.07120149582624435, + -0.0646422877907753, 0.017657797783613205, -0.011276960372924805, -0.047737158834934235, + 0.037897951900959015, -0.012826879508793354, 0.057616863399744034, -0.09776962548494339, + -0.016921840608119965, 0.04036346450448036, -0.040083155035972595, 0.030266793444752693, + 0.00452527217566967, 0.0007137091597542167, -0.07734159380197525, 0.004708155989646912, + 0.017411792650818825, 0.0012081570457667112, 0.00035060258232988417, -0.03881637379527092, + 0.024219240993261337, 0.033010851591825485, 0.038168419152498245, 0.12041906267404556, + 0.04256857559084892, -0.011022252030670643, -0.060807496309280396, 0.030349697917699814, + 0.009965083561837673, 0.03131846711039543, 0.06689038872718811, 0.034366171807050705, + 0.039764564484357834, 0.007714420091360807, 0.03418147936463356, -0.048155106604099274, + -0.0046193902380764484, -0.03752834349870682, -0.04176872968673706, -0.07873418927192688, + 0.056186243891716, 0.014279992319643497, -0.022744232788681984, 0.018490005284547806, + -0.03269913047552109, -0.017473431304097176, -0.0025339098647236824, 0.02863425388932228, + 0.01988779567182064, -0.003541417419910431, 0.021009810268878937, -0.0028949263505637646, + 0.052455250173807144, -0.046660106629133224, 0.03804502263665199, -0.005146577954292297, + -0.09884490817785263, 0.04981117323040962, -0.018049433827400208, -0.05475979670882225, + -0.08446034789085388, 0.0010325862094759941, -0.08201022446155548, -0.09473961591720581, + -0.0134882228448987, 0.008526052348315716, -0.06588257849216461, -0.04836064204573631, + 0.05466809868812561, 0.016785891726613045, 0.008212553337216377, -0.05463550612330437, + 0.036902934312820435, -0.017378920689225197, 0.034397441893815994, -0.028856372460722923, + -0.08593543618917465, -0.04477698728442192, -0.030399635434150696, -0.012890847399830818, + -0.05058936029672623, -0.018522176891565323, 0.024895939975976944, -0.022714391350746155, + 0.0010787282371893525, -0.004033898934721947, 0.07886669039726257, -0.013662365265190601, + -0.0692518800497055, -0.026244018226861954, 0.07831785082817078, 0.0022091581486165524, + 0.053992874920368195, -0.06736095249652863, 0.0111624076962471, -0.03927544131875038, + 0.006514702457934618, -0.0017495749052613974, -0.038434818387031555, 0.030906226485967636, + 0.06354493647813797, 0.06639210879802704, -0.0030133849941194057, -0.024993399158120155, + 0.09649036079645157, -0.07393009960651398, -0.016249720007181168, 0.0260634608566761, + 0.011530731804668903, -0.09417248517274857, -0.02663818933069706, -0.04072687402367592, + 0.05556226149201393, 0.02203565649688244, -0.024532971903681755, -0.0041524567641317844, + 0.018587037920951843, 0.05770084261894226, 0.007312824949622154, -0.05733124539256096, + 0.06633443385362625, 0.024536630138754845, -0.03448737785220146, 0.0016432362608611584, + -0.03350222110748291, 0.057037755846977234, -0.05838759243488312, 0.048678506165742874, + -0.01643991656601429, 0.0067613148130476475, 0.04578365385532379, 0.009049365296959877, + -0.049001600593328476, -0.06361235678195953, -0.01947132684290409, 0.09781064093112946, + 0.027494681999087334, 0.010820864699780941, 0.06437201797962189, 0.00842335820198059, + 0.04783168062567711, 0.04350726306438446, -0.019349394366145134, 0.05184013023972511, + -0.043227456510066986, -0.016527406871318817, 0.017958221957087517, 0.0014549415791407228, + 0.01910187117755413, -0.011532696895301342, -0.004358064383268356, -0.002919441321864724, + -0.024673832580447197, 0.04230274632573128, 0.0022556697949767113, 0.032553188502788544, + -0.004952973686158657, -0.05971997603774071, 0.018812384456396103, 0.07730744779109955, + 0.012298338115215302, -0.009976143948733807, 0.014280307106673717, -0.1181885376572609, + 0.038114842027425766, 0.030700432136654854, -0.012466095387935638, -0.0071805668994784355, + -0.009793261997401714, -0.07045821100473404, -0.1214301809668541, 0.015478233806788921, + -0.00969031173735857, -0.02673407271504402, -0.0027467466425150633, 0.08008938282728195, + 0.0549335740506649, 0.04886779934167862, 0.036736033856868744, -0.01605278253555298, + 0.030644237995147705, -0.0492943599820137, 0.0005200234591029584, 0.018728118389844894, + -0.03490130603313446, -0.01910627819597721, 0.02929617092013359, 0.026034431532025337, + 0.030238348990678787, -0.04853668808937073, -0.04461132362484932, 0.038068171590566635, + 0.07733124494552612, -0.05819573253393173, -0.051169585436582565, 0.06076047942042351, + 0.008969726040959358, 0.01629805564880371, -0.009954594075679779, -0.018037771806120872, + -0.07253207266330719, 0.00016944916569627821, 0.0021807970479130745, 0.0018148872768506408, + 0.0345110185444355, 0.08865746855735779, -0.026557682082057, 0.03759172558784485, 0.041515644639730453, + 0.02897379919886589, 0.03277897462248802, -0.034602269530296326, 0.05865267291665077, + 0.04028353467583656, 0.019465075805783272, 0.01382544357329607, -0.024373864755034447, + 0.03218519315123558, -0.04093381389975548, -0.0007515259203501046, 0.08509886264801025, + -0.048139434307813644, 0.032840628176927567, 0.019947722554206848, 0.07275600731372833, + 0.07192612439393997, 0.013908721506595612, -0.028518162667751312, 0.07553301006555557, + -0.0347919687628746, 0.0029650649521499872, 0.027509702369570732, -0.04848151281476021, + -0.026401229202747345, 0.014845767989754677, 0.006832914426922798, 0.009776074439287186, + -0.007536903489381075, 0.019879361614584923, 0.04442926496267319, -0.04085157811641693, + -0.0031379498541355133, -0.001570501597598195 + ], + [ + 0.014692031778395176, -0.04863933473825455, -0.04278082400560379, -0.019328631460666656, + 0.02561420388519764, 0.03873065114021301, -0.02577088214457035, 0.0004312662058509886, + -0.036385029554367065, 0.06845619529485703, -0.020824750885367393, 0.003675087122246623, + 0.036064859479665756, 0.06385129690170288, -0.05925416201353073, 0.0577080100774765, + 0.007782830856740475, -0.0922689214348793, 0.0761207565665245, -0.029556946828961372, + 0.07058374583721161, -0.009029063396155834, -0.03830990940332413, -0.056446537375450134, + 0.039539020508527756, 0.055292513221502304, -0.019754352048039436, -0.05475635081529617, + -0.04579361900687218, 0.004859623033553362, -0.03399433568120003, 0.044720567762851715, + -0.004812692292034626, 0.0352974496781826, -0.02759687975049019, 0.022697366774082184, + 0.0025561749935150146, -0.04688166454434395, 0.015234459191560745, 0.06105603277683258, + -0.02504969947040081, -0.06571238487958908, 0.058253753930330276, 0.011631769128143787, + -0.011184419505298138, 0.036246370524168015, 0.03392452001571655, 0.009147501550614834, + 0.009424425661563873, -0.007395236287266016, 0.09851095825433731, 0.010861702263355255, + -0.06307299435138702, 0.006972022820264101, 0.033259883522987366, 0.07606986165046692, + 0.017445970326662064, 0.018953148275613785, 0.09750798344612122, 0.014017709530889988, + 0.03578490391373634, 0.008250907994806767, -0.1315796971321106, -0.03742758557200432, + -0.01335813757032156, -0.08432372659444809, -0.05272915959358215, 0.013743202202022076, + 0.017929108813405037, 0.003150416072458029, 0.018345478922128677, -0.012759992852807045, + -0.013661828823387623, 0.0012672258308157325, 0.06012798100709915, -0.05967160686850548, + 0.07664136588573456, 0.01458886917680502, 0.032186172902584076, 0.054240088909864426, + 0.010148977860808372, -0.007075009401887655, -0.030699891969561577, 0.020018523558974266, + 0.04851841554045677, 0.034530289471149445, 0.06544968485832214, -0.07844939827919006, + 0.02840978279709816, 0.04079049453139305, 0.09502173215150833, 0.0856248140335083, -0.04909050837159157, + 0.0514507070183754, -0.057948507368564606, 0.03514043241739273, -0.00937078520655632, + 0.11011146008968353, -0.0034999384079128504, -0.014603001065552235, -0.031790364533662796, + -0.010851788334548473, 0.015751928091049194, 0.05334407091140747, -0.012624679133296013, + -0.022060448303818703, 0.040521882474422455, 0.06938916444778442, 0.0018490642542019486, + -0.06517528742551804, -0.011162172071635723, -0.01964910328388214, 0.00968006532639265, + 0.028777912259101868, 0.00960224773734808, -0.00905412808060646, -0.03646506741642952, + -0.04994496703147888, 0.0565267875790596, 0.04955368489027023, 0.006145784165710211, + -0.01171907503157854, -0.03035435453057289, 0.02468622289597988, 0.007449680007994175, + -0.01938675157725811, -0.01015406008809805, 0.0019716457463800907, -0.043764371424913406, + -0.03026605024933815, -0.06703107804059982, -0.08069521188735962, 0.10058072209358215, + -0.03979465365409851, 0.031571608036756516, -0.027849948033690453, -0.005729927681386471, + -0.023159919306635857, -0.03726058825850487, -0.033015958964824677, -0.022648287937045097, + 0.020482143387198448, 0.04386231303215027, -0.008153051137924194, -0.007053169887512922, + -0.06022953242063522, -0.030888967216014862, -0.016419613733887672, 0.003314161440357566, + 0.026241902261972427, -0.026902783662080765, -0.04411318525671959, 0.031032457947731018, + -0.005948056932538748, -0.014472223818302155, 0.04340176284313202, -0.036946654319763184, + -0.03184597194194794, 0.10321927070617676, 0.014481883496046066, -0.014976909384131432, + 0.06407967209815979, -0.046272099018096924, 0.028808539733290672, 0.07813011854887009, + -0.012605724856257439, -0.016645438969135284, -0.0038552447222173214, -0.05567328259348869, + 0.020621629431843758, 0.06896467506885529, 0.008853709325194359, -0.031602587550878525, + -0.004725325386971235, 0.06858450919389725, -0.003452986478805542, -0.049439746886491776, + -0.07419959455728531, -0.0058814664371311665, -0.0876346081495285, 0.07559308409690857, + 0.032949015498161316, 0.002649271162226796, 0.014056101441383362, 0.011199173517525196, + 0.0448230616748333, -0.06258691102266312, -0.0646485686302185, -0.03894834592938423, + 0.05391732230782509, 0.001069533871486783, -0.03487558662891388, 0.058974359184503555, + -0.015468265861272812, -0.015301454812288284, 0.1045943945646286, -0.029039977118372917, + -0.018147774040699005, 0.012818772345781326, -0.017716728150844574, 0.037679314613342285, + -0.06616006791591644, -0.013785876333713531, -0.08251664787530899, -0.02143242582678795, + -0.05951980873942375, -0.022738909348845482, 0.005049519240856171, 0.010788694024085999, + 0.02725810371339321, 0.10318108648061752, -0.04782848805189133, -0.06092832237482071, + -0.05696268752217293, -0.07854990661144257, 0.03744664788246155, -0.039912428706884384, + -0.030723074451088905, -0.04635750129818916, 0.03736277297139168, 0.04924105852842331, + -0.005649745464324951, -0.07704620063304901, 0.006665285211056471, -0.06616384536027908, + -0.03221040219068527, 0.043706007301807404, 0.06877657771110535, 0.023622237145900726, + -0.0763455256819725, -0.013562041334807873, 0.034359339624643326, -0.03695765137672424, + 0.00264227157458663, -0.04419903829693794, 0.03891224414110184, -0.06538139283657074, + 0.02255077101290226, -0.0035722434986382723, 0.05186828598380089, -0.0076842340640723705, + -0.005085074808448553, 0.0077912709675729275, 0.023511886596679688, -0.045030225068330765, + 0.10219685733318329, 0.04301293566823006, -0.043751832097768784, -0.056847259402275085, + 0.00721543887630105, -0.004401849582791328, 0.016053011640906334, -0.05228792130947113, + 0.08854243159294128, 0.044426873326301575, -0.04658764973282814, -0.07273804396390915, + -0.006973913870751858, -0.008293830789625645, 0.0921207144856453, -0.08882727473974228, + 0.042789679020643234, 0.01016282383352518, -0.010012471117079258, 0.04951736703515053, + -0.0026549967005848885, 0.09722279757261276, -0.05485590174794197, 0.0852489024400711, + 0.08548847585916519, 0.06489533931016922, 0.09880584478378296, -0.006618189159780741, + 0.012459986843168736, -0.0001634255750104785, 0.04945606738328934, 0.001031610881909728, + -0.005720030982047319, -0.0440913550555706, -0.00816607940942049, 0.05875805392861366, + -0.03177577629685402, 0.02701568603515625, -0.05422797426581383, 0.034665513783693314, + 0.02299397997558117, -0.0530218631029129, -0.028811795637011528, -0.02616654895246029, + 0.10669693350791931, -0.08026544749736786, 0.01532310526818037, -0.022727275267243385, + -0.027048835530877113, -0.02054310217499733, 0.05821383744478226, -0.039275068789720535, + 0.040567025542259216, -0.11097624152898788, 0.048975247889757156, 0.11093620955944061, + 0.05157260596752167, -0.07757172733545303, 0.02542005479335785, -0.05000673234462738, + -0.035948704928159714, -0.06531348079442978, -0.03352823480963707, -0.14109940826892853, + 0.04891863092780113, 0.03487332910299301, -0.0664617046713829, 0.014519724063575268, + -0.009394610300660133, -0.014995429664850235, -0.04568548873066902, 0.023455774411559105, + 0.0006051382515579462, 0.05694054439663887, -0.01746223308146, 0.013567056506872177, + 0.04088282585144043, -0.08170443028211594, -0.06021730229258537, -0.018035603687167168, + 0.0015510779339820147, 0.03646114096045494, -0.013125743716955185, 0.023089038208127022, + -0.03415773808956146, 0.05949266254901886, 0.004781669471412897, 0.005643903277814388, + -0.053906019777059555, -0.013997148722410202, -0.06426138430833817, 0.031204016879200935, + -0.002027295297011733, -0.01596158929169178, 0.06578967720270157, 0.017538122832775116, + -0.0026834893506020308, 0.014794237911701202, 0.031200017780065536, -0.05345645174384117, + -0.02935757488012314, 0.03314683958888054, 0.022997722029685974, 0.06247536465525627, + -0.021092809736728668, 0.04304378479719162, 0.028813643380999565, -0.06797685474157333, + 0.0503557063639164, -0.0008286656229756773, 0.00115860381629318, -0.020663250237703323, + 0.031211933121085167, 0.00527501804754138, -0.019590016454458237, -0.004500389099121094, + 0.04207812249660492, -0.11409604549407959, 0.04213115572929382, -0.009104246273636818, + -0.03227740898728371, 0.023299865424633026, -0.03157297149300575, 0.015194764360785484, + 0.014340795576572418, 0.0282590389251709, -0.023715557530522346, -0.037662822753190994, + -0.08044211566448212, 0.046251263469457626, -0.011360136792063713, 0.10039079934358597, + -0.07828208804130554, 0.005721913184970617, -0.03592073172330856, -0.037531498819589615, + -0.041914764791727066, 0.06974352896213531, 0.06764848530292511 + ], + [ + 0.005684245843440294, 0.007214565295726061, 0.007240966893732548, 0.06430956721305847, + 0.008586542680859566, -0.022727251052856445, 0.02925752103328705, 0.0762711763381958, + -0.04897695034742355, 0.048424236476421356, 0.05138547718524933, 0.02425287663936615, + 0.06519678235054016, -0.06883121281862259, -0.01873425766825676, 0.037996795028448105, + 0.020372461527585983, 0.058853764086961746, -0.05466046184301376, 0.017331339418888092, + 0.005005023907870054, -0.04493064433336258, -0.01550339162349701, 0.01789083145558834, + -0.036336760967969894, 0.04658179730176926, 0.02190421335399151, 0.06243785098195076, + -0.05619843304157257, 0.044875368475914, 0.008932930417358875, 0.0632922500371933, 0.07701967656612396, + 0.02750975266098976, -0.029773470014333725, -0.052806511521339417, 0.016659889370203018, + 0.04969368875026703, 0.04634686931967735, -0.005840183701366186, -0.04078639671206474, + -0.06165095418691635, -0.00044284603791311383, -0.04059980437159538, -0.025185691192746162, + -0.03473752364516258, -0.03507513552904129, 0.019723981618881226, 0.05020773038268089, + -0.018787672743201256, 0.012065877206623554, 0.06911028176546097, -0.019740808755159378, + -0.007007934618741274, 0.006261922884732485, -0.03711607679724693, -0.019207004457712173, + -0.07445859909057617, -0.0482618510723114, 0.04146932065486908, -0.05903678014874458, + 0.07088527828454971, 0.06219843029975891, -0.034663423895835876, -0.015516145154833794, + 0.00902933906763792, 0.025640223175287247, -0.05914958566427231, 0.06980975717306137, + 0.11057719588279724, 0.025637583807110786, -0.03293493762612343, -0.003818346420302987, + 0.062140535563230515, -0.008488951250910759, -0.041655223816633224, -0.06951736658811569, + -0.023678423836827278, -0.011992637068033218, -0.09459909051656723, -0.018113119527697563, + 0.012776718474924564, -0.06409695744514465, 0.005954620894044638, 0.004620415158569813, + -0.0035208193585276604, -0.03671475127339363, 0.036302752792835236, 0.017931275069713593, + 0.03425762429833412, 0.04650916904211044, 0.008481821045279503, 0.05911805480718613, + -0.033178213983774185, -0.011823365464806557, -0.012674239464104176, 0.04329029843211174, + 0.06471128016710281, -0.07646899670362473, 0.045080121606588364, 0.009794122539460659, + -0.08872535079717636, -0.021057967096567154, -0.03867919370532036, 0.010866341181099415, + -0.040786124765872955, 0.03699458763003349, -0.022654032334685326, 0.0077269659377634525, + -0.036745570600032806, -0.038036003708839417, 0.0694432407617569, -0.08564852923154831, + -0.0605967678129673, 0.0007797852158546448, 0.019371798262000084, -0.00774019630625844, + 0.039375804364681244, 0.006603742949664593, -0.0002600396692287177, -0.01909559778869152, + 0.04831282049417496, -0.052564311772584915, 0.02587198279798031, -0.0030586281791329384, + -0.08462387323379517, 0.005230024456977844, -0.03469002991914749, 0.04867452383041382, + 0.0489240363240242, 0.024580201134085655, 0.03065256029367447, -0.014036930166184902, + 0.10516815632581711, -0.0766611397266388, 0.025088299065828323, -0.06908291578292847, + 0.02009475976228714, -0.010057015344500542, -0.044240131974220276, 0.008823190815746784, + 0.04380326718091965, 0.017182962968945503, -0.034332580864429474, -0.004135835450142622, + 0.0111588966101408, 0.058412618935108185, 0.0030396662186831236, 0.041203923523426056, + -0.015510879456996918, -0.0005767809925600886, -0.07356119155883789, -0.059386130422353745, + -0.01720905676484108, -0.03665921837091446, 0.03936395421624184, -0.044403333216905594, + 0.04855844005942345, -0.020827611908316612, -0.03477877005934715, -0.03582848608493805, + 0.016913337633013725, 0.045050248503685, 0.07236962020397186, -0.10379112511873245, 0.04790674149990082, + -0.004002719186246395, 0.023109011352062225, -0.030877752229571342, -0.04630088806152344, + -0.024885471910238266, -0.017659643664956093, 0.07929478585720062, 0.07182184606790543, + 0.001874132314696908, 0.05046340823173523, -0.023024844005703926, 0.05267471447587013, + -0.025172818452119827, 0.06741616874933243, -0.027134183794260025, -0.032368600368499756, + 0.004220268689095974, 0.017712928354740143, -0.061770204454660416, -0.0166208203881979, + -0.015151404775679111, 0.024208351969718933, -0.014515037648379803, -0.01489926129579544, + -0.026282208040356636, -0.06837920844554901, -0.10422033816576004, -0.08784235268831253, + -0.054459359496831894, -0.06309489905834198, 0.05383513495326042, 0.04272495210170746, + -0.08269643038511276, 0.0682416632771492, 0.020135968923568726, 0.07271859049797058, + -0.05594298988580704, 0.024998459964990616, 0.07261122763156891, 0.07729654759168625, + 0.06719301640987396, 0.0414409302175045, 0.025478722527623177, -0.05288833752274513, + -0.04345507174730301, 0.03099926747381687, 0.07913867384195328, 0.059376511722803116, + 0.09877113997936249, -0.0471886545419693, 0.06275727599859238, 0.014088873751461506, + 0.029102394357323647, 0.013075394555926323, 0.005576977506279945, -0.0663425400853157, + 0.019813695922493935, -0.017833799123764038, -0.022297712042927742, 0.036691226065158844, + -0.0488230399787426, -0.03716539219021797, 0.026192158460617065, -0.02050531655550003, + 0.04638022929430008, -0.003823473583906889, 0.00892399437725544, -0.03545793890953064, + 0.05352649837732315, -0.05475061759352684, 0.012461413629353046, -0.0068040406331419945, + 0.08675890415906906, -0.03252783045172691, -0.011640223674476147, -0.010042354464530945, + -0.010514620691537857, 0.059013430029153824, 0.033461835235357285, -0.0198442991822958, + -0.04755978658795357, 0.026759851723909378, 0.015879306942224503, 0.0066493502818048, + 0.023276086896657944, 0.06942526996135712, 0.026064226403832436, 0.04531833156943321, + 0.03886177018284798, 0.07207267731428146, -0.03183053806424141, 0.022191671654582024, + -0.00639515882357955, -0.048768796026706696, 0.024935031309723854, 0.0013833128614351153, + 0.038869597017765045, 0.048596784472465515, 0.01630476303398609, 0.0357075035572052, + -0.028740977868437767, 0.006247711833566427, 0.009594020433723927, 0.02102033793926239, + -0.013577734120190144, -0.02373754233121872, 0.04596152901649475, -0.016776951029896736, + -0.02620331011712551, -0.02568899840116501, -0.009094090200960636, 0.05199650302529335, + -0.047058235853910446, -0.11255946755409241, -0.06654384732246399, -0.02881983108818531, + 0.042821768671274185, -0.00926296692341566, -0.03279887139797211, 0.018728269264101982, + -0.051740504801273346, -0.008477894589304924, -0.02191677689552307, -0.024341804906725883, + -0.059531789273023605, 0.013409187085926533, -0.027264144271612167, -0.009264602325856686, + -0.0397617407143116, -0.041784513741731644, 0.030019234865903854, -0.022461462765932083, + 0.07616745680570602, -0.007862702012062073, -0.04768820106983185, -0.04460126534104347, + -0.0020184579771012068, -0.014121265150606632, 0.06244150176644325, -0.034419044852256775, + 0.030588172376155853, 0.025334855541586876, -0.0028068835381418467, -0.05053284764289856, + 0.018332529813051224, 0.01477005798369646, -0.0053102560341358185, 0.018567457795143127, + -0.0039060877170413733, 0.017455188557505608, -0.012865155003964901, 0.026311853900551796, + -0.031035345047712326, -0.005690993275493383, -0.06047223135828972, 0.016137706115841866, + 0.10631353408098221, 0.04443050175905228, 0.03236761689186096, 0.011236198246479034, + 0.04874236509203911, -0.05305652692914009, -0.058935943990945816, -0.016434796154499054, + 0.0680740624666214, 0.008215749636292458, 0.05294771119952202, -0.029409030452370644, + 0.05649969354271889, 0.034666161984205246, -0.0009143782663159072, -0.08010102063417435, + 0.04205213114619255, -0.020445605739951134, 0.032621726393699646, 0.013143796473741531, + 0.024543002247810364, -0.01713639311492443, 0.0109968027099967, 0.020907379686832428, + -0.07337682694196701, -0.023881232365965843, 0.0066825393587350845, -0.012289226986467838, + -0.03630438819527626, -0.04026036337018013, 0.01787014678120613, -0.04589220881462097, + -0.03978753462433815, 0.04714485630393028, 0.04177059233188629, 0.003413970349356532, + 0.04760192334651947, 0.04805789142847061, -0.03812446445226669, -0.02762964554131031, + 0.0268256813287735, 0.014523963443934917, 0.0068728309124708176, -0.10231467336416245, + -0.042809486389160156, -0.05107274651527405, 0.03323936089873314, -0.01628257893025875, + 0.031366366893053055, -0.050787799060344696, 0.003545643761754036, 0.03776554763317108, + 0.007860850542783737, 0.03931158781051636, -0.03439567610621452, 0.04575592651963234, + -0.07423397153615952, -0.03061685338616371, -0.0064032492227852345, 0.021729398518800735, + -0.08248773962259293, -0.021033817902207375 + ], + [ + -0.01913372427225113, 0.013719522394239902, 0.01670803502202034, 0.042140115052461624, + 0.02270856499671936, -0.022392548620700836, -0.03198884055018425, 0.11945246905088425, + -0.04595530033111572, -0.11997737735509872, 0.0005324185476638377, 0.016253408044576645, + 0.033582087606191635, -0.02987542375922203, 0.02918715961277485, -0.04208095371723175, + 0.033963415771722794, -0.02783815562725067, -0.02121538668870926, 0.023533856496214867, + -0.06626620888710022, -0.0012944897171109915, -0.02069648541510105, 0.018175281584262848, + 0.049437135457992554, 0.09858746081590652, 0.006056060083210468, -0.04762464389204979, + 0.0860210731625557, -0.08087499439716339, 0.11054336279630661, 0.09547100961208344, 0.10754383355379105, + 0.011672865599393845, 0.026993179693818092, -0.041501734405756, -0.050335440784692764, + -0.04451712593436241, -0.13452425599098206, 0.04360225424170494, -0.048760998994112015, + -0.018789468333125114, -0.006407363340258598, 0.06224416568875313, 0.08389707654714584, + 0.007821429520845413, 0.0776587501168251, -0.048568010330200195, 0.14768438041210175, + 0.0336570180952549, 0.015506338328123093, 0.03749622032046318, -0.0038559597451239824, + -0.022262178361415863, -0.040096692740917206, 0.08601658046245575, -0.0695393830537796, + -0.0350801907479763, -0.06924426555633545, 0.027508031576871872, -0.04645194113254547, + -0.029301391914486885, -0.008034581318497658, 0.01909104362130165, -0.08732853084802628, + -0.02970591001212597, -0.09427674114704132, -0.01602388359606266, 0.0921989232301712, + -0.0015301115345209837, -0.03205985948443413, -0.032976195216178894, 0.022538335993885994, + 0.09986905753612518, -0.03805512934923172, 0.04436652734875679, -0.09629557281732559, + -0.051667433232069016, -0.05166321247816086, -0.030149105936288834, -0.11502262204885483, + 0.028905067592859268, -0.0025920479092746973, -0.0008241251925937831, -0.003283573081716895, + 0.04018326476216316, -0.04737495258450508, 0.13204920291900635, 0.035021089017391205, + -0.07882538437843323, 0.05614359676837921, -0.03853560984134674, -0.013996069319546223, + -0.05096673220396042, 0.06185548007488251, -0.00874297320842743, 0.0017612322699278593, + -0.0112069733440876, -0.015051838010549545, -0.003780426224693656, 0.03547440841794014, + 0.015192433260381222, -0.010296234861016273, 0.030725054442882538, -0.04607995226979256, + 0.03346652537584305, 0.07531052827835083, 0.0075548202730715275, 0.14808091521263123, + 0.02428343892097473, -0.029446030035614967, 0.1142701581120491, 0.11144272238016129, + -0.052117448300123215, 0.004058913327753544, 0.06217462196946144, -0.11713835597038269, + 0.04835965111851692, 0.055137768387794495, 0.018754322081804276, -0.03347418084740639, + -0.04476720839738846, 0.07143890857696533, 0.010970005765557289, 0.0165569931268692, + 0.013345605693757534, -0.044958751648664474, -0.04481115937232971, -0.007237682584673166, + -0.005196169950067997, 0.061313796788454056, 0.03567064180970192, -0.08389830589294434, + -0.018109608441591263, -0.029433155432343483, -0.04992980882525444, -0.08428740501403809, + -0.09271461516618729, 0.008873546496033669, 0.033319905400276184, 0.011916926130652428, + 0.03280479460954666, 0.00027082650922238827, -0.0087583651766181, 0.09297360479831696, + 0.04808416590094566, 0.10224626958370209, -0.14576420187950134, 0.022103499621152878, + -0.11695250868797302, 0.11051063239574432, -0.04815781116485596, -0.045030225068330765, + 0.14318469166755676, 0.08116969466209412, -0.07326005399227142, 0.005568881053477526, + 0.022314829751849174, -0.011325475759804249, -0.011493331752717495, -0.027900923043489456, + 0.03713082894682884, -0.080535888671875, 0.0876423642039299, -0.030627047643065453, + -0.07949519157409668, -0.02215530350804329, -0.042303577065467834, 0.04169125854969025, + 0.023982428014278412, -0.037593722343444824, -0.08074426651000977, 0.035242341458797455, + 0.03313444182276726, -0.008206580765545368, 0.02665296196937561, 0.08423765003681183, + 0.03346545994281769, -0.07662178575992584, -0.02159934490919113, -0.022953124716877937, + -0.06682861596345901, 0.014160552993416786, -0.043569132685661316, -0.180690199136734, + 0.02403922937810421, -0.04793001338839531, -0.00963964406400919, -0.0058536469005048275, + 0.15663501620292664, -0.0410664938390255, 0.007304529193788767, -0.10218341648578644, + 0.0594555102288723, -0.025042781606316566, -0.05960633605718613, 0.03219383582472801, + 0.00936807505786419, -0.0668671503663063, 0.017209654673933983, -0.02040095254778862, + 0.03369241580367088, 0.0410647951066494, 0.04684523865580559, 0.04762228950858116, + -0.022141199558973312, 0.016713634133338928, 0.001047311583533883, -0.031619008630514145, + 0.05516932159662247, -0.0666094422340393, 0.06864111125469208, 0.07826238125562668, + -0.02502470090985298, 0.043687473982572556, 0.06987105309963226, -0.01965642161667347, + -0.07682742923498154, 0.019964616745710373, -0.0849558413028717, -0.056777969002723694, + 0.02580701932311058, -0.03879711031913757, -0.013292640447616577, 0.007820665836334229, + -0.006073871161788702, 0.0315103642642498, -0.08275779336690903, 0.01770799793303013, + 0.07393208891153336, 0.01436905562877655, -0.04994223639369011, 0.04505660757422447, + -0.015681684017181396, 0.12692278623580933, 0.09386919438838959, 0.01741521805524826, + -0.07667581737041473, -0.02528311498463154, -0.04471055045723915, -0.014096874743700027, + -0.03801494091749191, -0.0009180076303891838, -0.08076940476894379, -0.14118729531764984, + 0.041401416063308716, -0.04262837395071983, -0.08513657003641129, 0.0034818248823285103, + -0.027827417477965355, 0.054306309670209885, 0.08160150796175003, 0.05028630048036575, + -0.02917616069316864, 0.05369940027594566, 0.013347749598324299, -0.03424426540732384, + 0.0381878986954689, 0.028930239379405975, -0.05294383317232132, 0.06214997172355652, + 0.027163246646523476, 0.00782986730337143, -0.07443749904632568, 0.05231582745909691, + 0.051144491881132126, -0.023665625602006912, -0.03372477367520332, 0.04785618185997009, + -0.05415056273341179, -0.08984546363353729, -0.13409781455993652, -0.03166571259498596, + 0.045027367770671844, 0.08861123770475388, -0.08991753309965134, 0.11256235092878342, + -0.10801401734352112, -0.0746927410364151, -0.02975911647081375, 0.018447764217853546, + -0.019481005147099495, -0.05354929715394974, -0.015961837023496628, -0.01259688101708889, + 0.015057167038321495, 0.00435690488666296, -0.061970096081495285, -0.06284335255622864, + -0.05208359658718109, -0.011106885969638824, -0.002120578195899725, -0.007825706154108047, + -0.08062595874071121, -0.15735600888729095, -0.027617596089839935, 0.025819217786192894, + 0.09176566451787949, 0.10137377679347992, -0.030469855293631554, 0.050524793565273285, + 0.007500302046537399, 0.056701745837926865, -0.0937030017375946, 0.051239367574453354, + 0.08631373196840286, -0.002352344337850809, -0.012185322120785713, 0.034267980605363846, + -0.03430197015404701, -0.01637122593820095, 0.005377431865781546, 0.06561647355556488, + 0.014269927516579628, -0.0895460769534111, 0.04720527306199074, 0.045229047536849976, + 0.11245352774858475, 0.061084602028131485, -0.0070082927122712135, -0.11370451003313065, + 0.00865256693214178, 0.11305005103349686, 0.030655957758426666, 0.01768600195646286, + 0.03219493851065636, -0.05417957529425621, 0.09998993575572968, -0.025302214547991753, + -0.09825590997934341, 0.03322044387459755, -0.06369145959615707, 0.031168293207883835, + -0.017701175063848495, 0.0040444438345730305, -0.0031008971855044365, 0.040213316679000854, + 0.030130334198474884, 0.024466481059789658, -0.1263413280248642, -0.11144062876701355, + 0.045601632446050644, 0.10935867577791214, -0.036493171006441116, 0.027745258063077927, + 0.01710939221084118, 0.0850389376282692, 0.056431565433740616, -0.021107520908117294, + -0.05959884822368622, -0.006185296922922134, -0.06611775606870651, 0.05584673210978508, + -0.02572794072329998, 0.02845511958003044, -0.08801886439323425, 0.03954435884952545, + -0.1239388957619667, -0.11147724837064743, 0.020253008231520653, -0.10034418851137161, + 0.0023723060730844736, 0.04109519347548485, -0.0033774657640606165, 0.04549237713217735, + -0.07504204660654068, -0.00482214568182826, -0.1383228749036789, 0.0001262250152649358, + 0.008094030432403088, 0.0027128977235406637, -0.061699770390987396, 0.02168843150138855, + 0.05147497355937958, 0.05506705120205879, 0.004117597825825214, 0.03182178735733032, + -0.02315082587301731, 0.02662837691605091, -0.03600995987653732, -0.010210739448666573, + -0.04440520331263542, -0.020154934376478195, 0.05736997723579407 + ], + [ + -0.026107070967555046, 0.027784045785665512, -0.006765903439372778, 0.0007890273118391633, + 0.006042351946234703, 0.041176699101924896, -0.02857653982937336, 0.02184884436428547, + 0.011642558500170708, 0.06262712180614471, 0.01873759925365448, -0.018711181357502937, + -0.028853511437773705, -0.04813867434859276, 0.016820916905999184, -0.03755459189414978, + 0.03953511640429497, 0.00035525779821909964, -0.11426433175802231, 0.06282465904951096, + -0.04801168665289879, -0.062113698571920395, -0.05982119217514992, -0.027197914198040962, + -0.01714610680937767, 0.05682826414704323, 0.05387489125132561, 0.08965256810188293, + -0.017129948362708092, -0.05919565260410309, 0.00665995804592967, 0.08473768085241318, + 0.002707448787987232, -0.005503236316144466, -0.004608552902936935, -0.07003123313188553, + 0.05710940808057785, 0.06427372246980667, -0.023478252813220024, -0.030199717730283737, + 0.0007939179195091128, -0.010728464461863041, 0.025099018588662148, -0.037972528487443924, + -0.052904799580574036, 0.02106335014104843, -0.0788918137550354, 0.030034760013222694, + 0.05391707271337509, -0.027610307559370995, -0.017604602500796318, 0.03361201286315918, + -0.03405413404107094, -0.05347190797328949, -0.03196139261126518, -0.05947273597121239, + -0.029344527050852776, -0.007708825170993805, 0.024953987449407578, 0.0375596322119236, + 0.012500924058258533, -0.02558513730764389, -0.07321682572364807, -0.021346332505345345, + 0.060100335627794266, -0.05534863844513893, -0.09298715740442276, -0.04394176974892616, + -0.06689151376485825, 0.09178189188241959, 0.05479017645120621, 0.023285353556275368, + -0.024198077619075775, 0.04159744083881378, -0.060369301587343216, -0.015059067867696285, + -0.03296458721160889, 0.0438753142952919, -0.0162932351231575, -0.031175555661320686, + 0.02611636370420456, -0.047814417630434036, -0.042731255292892456, -0.019907839596271515, + 0.04989359900355339, 0.01777031272649765, -0.029730932787060738, 0.04583374038338661, + 0.0985364317893982, 0.0726199820637703, -0.027606388553977013, -0.01849367283284664, + 0.06117156147956848, -0.023068776354193687, 0.07146181911230087, -0.034766294062137604, + -0.011360559612512589, -0.005354256834834814, -0.07532353699207306, 0.010989446192979813, + 0.024396739900112152, -0.013530855067074299, 0.011751781217753887, -0.06096610799431801, + 0.08266264945268631, -0.03429822251200676, 0.012366012670099735, -0.029689308255910873, + -0.02276279218494892, 0.027638740837574005, -0.04918075352907181, 0.05360737070441246, + -0.018285594880580902, 0.0024275395553559065, -0.05360184982419014, -0.06111851707100868, + 0.0944465696811676, -0.003970223944634199, 0.002059366088360548, 0.009909422136843204, + 0.012872082181274891, 0.006566056981682777, -0.03989006206393242, -0.008304940536618233, + -0.023364577442407608, -0.08399245887994766, -0.029240738600492477, -0.034972500056028366, + -0.038833703845739365, -0.008849337697029114, 0.034695159643888474, 0.0675937756896019, + -0.023756543174386024, 0.04483828693628311, -0.07762367278337479, 0.02947288751602173, + -0.05863698571920395, -0.0456983707845211, -0.03544372692704201, -0.07637864351272583, + 0.073456309735775, 0.017507975921034813, 0.10536867380142212, -0.024532942101359367, + 0.022066447883844376, 0.056078020483255386, -0.026519251987338066, -0.034240562468767166, + 0.039418626576662064, -0.008279272355139256, -0.022858714684844017, -0.07003088295459747, + -0.07284724712371826, 0.010582998394966125, 0.050714559853076935, -0.007226959336549044, + -0.00242183031514287, 0.05259758234024048, -0.04055170342326164, 0.0017656440613791347, + -0.0776728168129921, 0.050695039331912994, -0.03212779760360718, 0.026816049590706825, + -0.0996464416384697, 0.04317386448383331, -0.04936295002698898, 0.027808375656604767, + -0.0031102390494197607, -0.0365506187081337, 0.005843086168169975, 0.05062677338719368, + 0.020094729959964752, 0.028452055528759956, 0.03996409848332405, 0.024329783394932747, + 0.021278556436300278, 0.008754082024097443, -0.06124144047498703, 0.045918792486190796, + 0.02979978360235691, -0.10319305956363678, 0.007987521588802338, -0.0636601597070694, + -0.06547378748655319, -0.005929515231400728, 0.03922127187252045, 0.03952275589108467, + -0.016601737588644028, 0.020952235907316208, -0.04340993985533714, 0.01787550561130047, + -0.019291304051876068, -0.022977592423558235, 0.006769719533622265, 0.01816568523645401, + 0.062459997832775116, -0.0272334273904562, -0.0628543570637703, 0.06862472742795944, + 0.01718158647418022, 0.07002796977758408, -0.09465834498405457, 0.09705235809087753, + 0.018482686951756477, 0.01196706760674715, 0.015548845753073692, -0.013702665455639362, + 0.02099795825779438, -0.08663307875394821, -0.044427040964365005, 0.09219343960285187, + 0.0672898069024086, 0.02951921336352825, 0.08327654749155045, -0.034999243915081024, + 0.019652169197797775, 0.07844981551170349, -0.046104975044727325, -0.04709962010383606, + 0.06312760710716248, -0.027348339557647705, 0.005496969446539879, 0.013766431249678135, + -0.08483706414699554, -0.009597388096153736, -0.017521491274237633, 0.0025657815858721733, + 0.0032744514755904675, 0.006535581313073635, -0.02211669087409973, -0.09185241907835007, + 0.08484549075365067, -0.024761274456977844, 0.037487901747226715, 0.011008134111762047, + 0.017492370679974556, -0.0076584708876907825, 0.044372282922267914, -0.08053285628557205, + -0.054240163415670395, -0.05330374091863632, 0.010821737349033356, 0.07654338330030441, + -0.09619013965129852, -0.012976153753697872, -0.04681738466024399, 0.06410280615091324, + 0.01693776063621044, 0.018723895773291588, 0.0683283656835556, 0.08964668214321136, + 0.014047132804989815, 0.03914877399802208, 0.031428128480911255, -0.005152381956577301, + -0.08495660126209259, -0.08215204626321793, -0.02404218725860119, 0.024725299328565598, + 0.030917227268218994, -0.05045714229345322, -0.061911292374134064, -0.03176482394337654, + 0.06831707060337067, -0.04863884672522545, -0.034629154950380325, -0.01386617124080658, + -0.0483136847615242, 0.016595017164945602, -0.05419016256928444, -0.07999024540185928, + -0.026163514703512192, -0.07246074825525284, 0.008176280185580254, 0.023347241804003716, + -0.02883569896221161, 0.001063481206074357, 0.01953801140189171, -0.05677112191915512, + -0.006514875218272209, -0.02635026164352894, 0.058408889919519424, 0.07282695174217224, + 0.0017570476047694683, 0.02198902703821659, 0.007489609532058239, 0.010203239507973194, + -0.020383890718221664, -0.015298496000468731, -0.02040608413517475, -0.046552807092666626, + 0.04290075600147247, -0.09054602682590485, -0.03438270464539528, -0.03996104374527931, + -0.04108480364084244, 0.02491701953113079, 0.03128820285201073, 0.03367713466286659, + -0.031842924654483795, -0.04706069082021713, 0.04159015789628029, -0.008579113520681858, + 0.036022767424583435, 0.03895840048789978, -0.010966021567583084, 0.0655573159456253, + -0.042923588305711746, -0.09261250495910645, -0.0509498193860054, 0.046763017773628235, + 0.021479588001966476, 0.08808573335409164, -0.055368151515722275, 0.023881476372480392, + -0.05497264862060547, 0.07888239622116089, 0.04134630411863327, -0.02804979681968689, + -0.009041364304721355, 0.03419968858361244, 0.08564840257167816, 0.10374881327152252, + 0.028233103454113007, 0.02771126478910446, 0.007416280917823315, -0.06129399314522743, + -0.04435673728585243, -0.03220183774828911, 0.08842037618160248, 0.025233013555407524, + -0.024353481829166412, -0.04072554409503937, -0.013046986423432827, 0.06121652573347092, + 0.04657675325870514, -0.09418982267379761, -0.01161862164735794, 0.03967012092471123, + -0.012993418611586094, 0.047716256231069565, 0.015714935958385468, 0.011202212423086166, + -0.00138150155544281, 0.07519305497407913, -0.07587414979934692, 0.04054977744817734, + 0.006915573496371508, 0.03980311378836632, 0.032401252537965775, -0.06465020030736923, + -0.07847999036312103, 0.006169015076011419, 0.019486047327518463, -0.08962734043598175, + -0.028474345803260803, -0.007536277174949646, -0.03146490454673767, -0.03900009021162987, + -0.021273832768201828, 0.03764310106635094, -0.02551918476819992, 0.01815028302371502, + -0.04145272076129913, -0.09081774204969406, -0.056619588285684586, -0.022224800661206245, + 0.009118578396737576, -0.03723284974694252, -0.025669550523161888, -0.0792832225561142, + 0.06815844774246216, -0.04311526194214821, 0.008308940567076206, 0.007917210459709167, + -0.036314789205789566, -0.004785897210240364, -0.012224522419273853, -0.029997624456882477, + 0.07443556934595108, 0.026244547218084335, -0.04176834225654602, -0.009076320566236973 + ], + [ + -0.02193455770611763, 0.02085067890584469, -0.04880156368017197, -0.023553919047117233, + 0.009735900908708572, -0.07618919014930725, 0.02211216650903225, 0.04681449756026268, + 0.0002233065024483949, -0.02953598089516163, -0.031153757125139236, -0.05395887792110443, + 0.08749774098396301, -0.10080436617136002, -0.07328192889690399, 0.006171963177621365, + 0.05368555337190628, -0.010318662971258163, -0.04522225633263588, 0.04029195010662079, + -0.025788651779294014, -0.038473453372716904, -0.02169116400182247, 0.010773894377052784, + -0.05335909500718117, 0.013307454995810986, 0.04478878900408745, 0.02795780450105667, + 0.01238584890961647, 0.008859789930284023, 0.009539633058011532, 0.06312772631645203, + 0.07578811049461365, 0.011862901039421558, 0.04368772730231285, -0.04613644629716873, + 0.04073026776313782, 0.022708065807819366, -0.0003488769580144435, -0.03949519991874695, + 0.04183093458414078, -0.03275582566857338, -0.004444069229066372, -0.03068796545267105, + -0.004372723866254091, 0.02313864231109619, -0.04365384578704834, -0.03219473734498024, + 0.017325839027762413, -0.006613312754780054, -0.08300817012786865, -0.04509763419628143, + -0.0014542093267664313, 0.036142077296972275, -0.04380567744374275, -0.008546523749828339, + -0.0004696397518273443, 0.012343009933829308, -0.07493483275175095, 0.06635932624340057, + -0.042307090014219284, 0.013839347288012505, -0.0410863496363163, -0.003162711625918746, + -0.04356468468904495, 0.02584162726998329, 0.0018441693391650915, 0.0025024525821208954, + -0.03650839254260063, 0.07181263715028763, 0.0038493480533361435, -0.006423281971365213, + -0.09909398853778839, 0.0395641103386879, -0.04045170173048973, 0.0024908592458814383, + -0.019140617921948433, 0.025922298431396484, 0.011988069862127304, -0.08124461770057678, + 0.018360234797000885, -0.062317170202732086, -0.0007247608155012131, -0.04901110753417015, + 0.07802146673202515, -0.014349911361932755, -0.022361960262060165, 0.030299711972475052, + 0.08867070078849792, -0.015193049795925617, 0.02449222281575203, -0.0256117582321167, + -0.01862761192023754, 0.01880061998963356, 0.04590621963143349, -0.02840631641447544, + -0.0032801267225295305, -0.024866143241524696, -0.02186792902648449, 0.03361841291189194, + 0.019942427054047585, -0.03497340530157089, -0.0057042683474719524, -0.03544491156935692, + 0.015982817858457565, -0.07666154950857162, -0.0073704286478459835, 0.00013759284047409892, + 0.056195732206106186, 0.05056453496217728, -0.01877456158399582, 0.004211782477796078, + -0.02279975637793541, -0.0046944706700742245, 0.030105574056506157, 0.010512107983231544, + 0.023987794294953346, 0.08509062975645065, -0.03485850244760513, 0.004210957325994968, + -0.0013944631209596992, -0.01032369676977396, -0.033242739737033844, 0.02536597102880478, + -0.009493744000792503, 0.010144193656742573, 0.030918102711439133, -0.015033227391541004, + -0.04824985936284065, 0.05562380701303482, 0.07224708050489426, 0.027102412655949593, + -0.06043051928281784, 0.09782334417104721, -0.03465704992413521, 0.0062837605364620686, + -0.006209363229572773, -0.05887101590633392, 0.03943094611167908, 0.005738361272960901, + 0.03655871003866196, 0.023951886221766472, 0.006554486695677042, 0.06069379672408104, + -0.015862317755818367, -0.006826756987720728, 0.05434685945510864, -0.08557478338479996, + 0.036443788558244705, -0.014950066804885864, -0.01674257405102253, -0.04585661366581917, + -0.06107807159423828, 0.004170849919319153, 0.0037204446271061897, 0.015382972545921803, + -0.009916522540152073, 0.0394458994269371, -0.08404028415679932, -0.012805337086319923, + -0.032319508492946625, -0.020616440102458, -0.045161377638578415, 0.03318563476204872, + -0.12084023654460907, -0.021035464480519295, 0.007051544263958931, -0.006991375237703323, + -0.06156722456216812, -0.05633251368999481, 0.04791334643959999, 0.011407459154725075, + 0.05928866192698479, 0.0023517212830483913, 0.016021765768527985, 0.04401710256934166, + 0.03467665985226631, -0.03945760428905487, 0.050785377621650696, 0.012734305113554, + -0.06517218798398972, -0.027778329327702522, -0.022471260279417038, -0.04513004422187805, + -0.032927315682172775, -0.04087856039404869, -0.05700010806322098, 0.06043587252497673, + 0.020792443305253983, -0.033735793083906174, -0.011014601215720177, 0.0005894884234294295, + -0.08924439549446106, 0.004424301907420158, -0.03966493532061577, -0.036166537553071976, + 0.09643451869487762, 0.06319829821586609, -0.020214345306158066, 0.04649282991886139, + 0.0558556467294693, 0.047220148146152496, -0.034209080040454865, 0.07056482136249542, + 0.03824993595480919, 0.0736820250749588, 0.11907772719860077, -0.018482200801372528, + 0.06339514255523682, -0.09076274186372757, -0.0631018728017807, 0.06560151278972626, + 0.045103009790182114, 0.0031392835080623627, 0.05314278230071068, 0.028013795614242554, + 0.032157495617866516, 0.041144125163555145, 0.025308236479759216, -0.018414918333292007, + 0.07330960780382156, -0.02865448407828808, -0.06166904792189598, 0.03959144279360771, + -0.06576800346374512, 0.10413196682929993, -0.05437421798706055, 0.012600754387676716, + -0.009719312191009521, 0.0014314549043774605, -0.020011117681860924, -0.04310990124940872, + 0.10663837939500809, -0.0027143252082169056, 0.026183458045125008, -0.08161535114049911, + 0.001601584954187274, -0.014037073589861393, 0.06654573231935501, -0.0004413147398736328, + 0.04842514917254448, -0.04477836564183235, 0.009171909652650356, 0.01146759558469057, + -0.004588339477777481, -1.1154695584991714e-6, -0.020522797480225563, 0.08537189662456512, + 0.03887427970767021, 0.02613755129277706, 0.0075445882976055145, 0.02506510727107525, + 0.0014444265980273485, -0.016773279756307602, -0.00861164927482605, 0.04212350398302078, + 0.009128483943641186, -0.007423736155033112, 0.03172963857650757, 0.02444295957684517, + -0.015235447324812412, 0.0023708264343440533, -0.028255794197320938, -0.06848733872175217, + 0.0633838102221489, 0.057101547718048096, -0.09076254069805145, -0.03177470713853836, + -0.02589971385896206, 0.02280564419925213, -0.06637764722108841, -0.06509215384721756, + 0.02460629492998123, 0.006864770781248808, 0.01310894824564457, -0.06349658966064453, + -0.043946828693151474, -0.013311651535332203, -0.04953088238835335, -0.03821082413196564, + -0.030079957097768784, -0.09512773156166077, 0.002370593138039112, 0.029874306172132492, + -0.07541496306657791, 0.02838807925581932, 0.003155521582812071, 0.033564504235982895, + -0.01794511266052723, 0.001447926159016788, -0.02215559221804142, -0.031117141246795654, + 0.0677843689918518, -0.01651178114116192, -0.047176945954561234, -0.07359446585178375, + -0.0017081775004044175, -0.04375830665230751, 0.00672707986086607, -0.05384216457605362, + 0.018809955567121506, 0.005301207769662142, 0.08161754161119461, 0.0020954718347638845, + 0.04817497357726097, -0.028407709673047066, -0.017189452424645424, 0.03249688446521759, + -0.014023294672369957, -0.014124574139714241, -0.009124992415308952, 0.000530955963768065, + 0.01395468506962061, 0.04965291917324066, -0.03278728947043419, 0.0022028046660125256, + 0.01590716652572155, 0.08869417756795883, 0.020043576136231422, -0.04993431270122528, + 0.06262826174497604, -0.03664179891347885, 0.05842329561710358, 0.07684407383203506, + 0.07734506577253342, -0.04893733561038971, 0.05927027389407158, -0.02463161200284958, + -0.046661488711833954, -0.010229610837996006, 0.03792683780193329, 0.030902374535799026, + 0.011593072675168514, -0.0009421093272976577, 0.07934530824422836, 0.09430849552154541, + -0.041480034589767456, -0.07670019567012787, -0.021489286795258522, -0.057276394218206406, + 0.025032909587025642, 0.024056773632764816, 0.009056483395397663, -0.02907780185341835, + 0.07248076796531677, -0.0006853787344880402, -0.06355009973049164, 0.038396600633859634, + 0.005033769179135561, 0.0463310144841671, 0.004709833301603794, -0.08446580171585083, + -0.04736978933215141, -0.03162255510687828, 0.00587660726159811, 0.009361580945551395, + -0.04294929280877113, -0.02807111106812954, 0.0017046884167939425, 0.059335872530937195, + 0.013979029841721058, -0.04343681037425995, 0.018502788618206978, -0.02979694865643978, + 0.008302852511405945, -0.059177227318286896, -0.007840398699045181, -0.09764228016138077, + -0.04324565455317497, -0.014144070446491241, 0.03986496478319168, -0.0021795579232275486, + 0.07910068333148956, 0.004469923209398985, -0.032261744141578674, 0.010324900038540363, + -0.04892754554748535, 0.015330706723034382, -0.061145950108766556, 0.025200234726071358, + 0.06395815312862396, 0.040234509855508804, -0.025255661457777023, 0.03148560971021652 + ], + [ + -0.041870035231113434, -0.01554146222770214, 0.004905375186353922, 0.08683828264474869, + 0.08386776596307755, 0.020013432949781418, 0.011048988439142704, 0.055601950734853745, + -0.023624205961823463, 0.013162882067263126, -0.014804304577410221, -0.07131943106651306, + 0.015157309360802174, -0.04123879224061966, 0.03287586197257042, 0.03351619094610214, + 0.0847744569182396, 0.0029724689666181803, -0.07481461763381958, 0.03637504577636719, + -0.08734554797410965, -0.06639830768108368, 0.027394771575927734, -0.0010842676274478436, + 0.019541515037417412, -0.060090530663728714, 0.006820111069828272, 0.0012350693577900529, + -0.040811654180288315, 0.047232527285814285, 0.001852513523772359, -0.026020489633083344, + 0.025307543575763702, 0.049839626997709274, 0.03360290080308914, -0.08581361174583435, + 0.021733779460191727, 0.04688069969415665, -0.05060509219765663, -0.004781085532158613, + 0.009758231230080128, 0.01099359430372715, 0.028404591605067253, 0.057520441710948944, + 0.0586869977414608, -0.02110891416668892, -0.06873279809951782, 0.0040961941704154015, + 0.05494822561740875, 0.06600024551153183, -0.013078411109745502, -0.030112775042653084, + 0.0737590566277504, 0.019020216539502144, -0.030423175543546677, -0.04418130964040756, + -0.03337361291050911, -0.036820460110902786, -0.05166926607489586, -0.009815433993935585, + -0.0068227555602788925, -0.03421885520219803, 0.061452917754650116, 0.02348574809730053, + -0.07301274687051773, 0.022682396695017815, -0.08822372555732727, 0.006528107915073633, + 0.009512916207313538, 0.014790419489145279, 0.000453476095572114, 0.056347113102674484, + 0.00961032509803772, 0.026804160326719284, -0.04173955321311951, -0.002772422507405281, + -0.10107911378145218, -0.05362307280302048, 0.010566999204456806, 0.01582481898367405, + 0.0433080680668354, 0.014518112875521183, -0.04731925204396248, -0.021080028265714645, + 0.06657687574625015, -0.045840002596378326, -0.023218272253870964, 0.011103550903499126, + 0.07606067508459091, -0.0077948421239852905, 0.041082561016082764, 0.02176622301340103, + 0.055581193417310715, -0.02577079087495804, 0.02731555514037609, 0.030492497608065605, + 0.03225746378302574, 0.01954023353755474, -0.07747142761945724, 0.07745350152254105, + 0.02589314989745617, 0.014084103517234325, -0.04086059704422951, -0.03353403881192207, + 0.003131613600999117, -0.08428414911031723, -0.004569492768496275, -0.014429707080125809, + -0.019531341269612312, 0.053998060524463654, -0.0797114446759224, 0.03257795050740242, + 0.02650473453104496, -0.04482060670852661, -0.0182996466755867, -0.02807772345840931, + 0.014961942099034786, 0.0426662303507328, 0.020223690196871758, -0.017703203484416008, + -0.02008979767560959, 0.004435481037944555, -0.01156731229275465, 0.03318193927407265, + 0.018136311322450638, -0.07119576632976532, 0.054976169019937515, -0.04109472408890724, + 0.042931992560625076, -0.01016894169151783, 0.02306516468524933, -0.020383616909384727, + -0.05260998755693436, 0.06826939433813095, -0.03752830997109413, -0.025525284931063652, + -0.07406245917081833, -0.05425042659044266, 0.03798040375113487, -0.07571214437484741, + 0.08995640277862549, 0.04306803271174431, -0.03156328946352005, 0.004619496408849955, + 0.09050781279802322, -0.003874387126415968, 0.059364091604948044, -0.009817764163017273, + 0.07291294634342194, 0.03340113162994385, -0.052239757031202316, 0.003927478101104498, + -0.08529921621084213, -0.027041947469115257, 0.027710897848010063, 0.041337497532367706, + 0.04723180830478668, 0.03259178251028061, -0.06297794729471207, -0.04190020635724068, + -0.033071476966142654, 0.023444179445505142, -0.07861186563968658, -0.0020307975355535746, + -0.0380973257124424, -0.013771754689514637, -0.027680572122335434, 0.005800666753202677, + 0.017875615507364273, 0.005741389002650976, -0.004087923094630241, -0.016453171148896217, + -0.020009297877550125, 0.0370454266667366, -0.0007891313871368766, -0.011627483181655407, + 0.06968589127063751, -0.053829047828912735, 0.04167989268898964, 0.04375243932008743, + -0.0036423266865313053, -0.035430148243904114, 0.01909235492348671, -0.05595424026250839, + 0.008896852843463421, -0.008125260472297668, 0.030159542337059975, -0.005059434100985527, + -0.034003712236881256, 0.025985242798924446, -0.008100721053779125, -0.01157764159142971, + -0.06800448894500732, -0.0007714862585999072, -0.009720210917294025, -0.09132198989391327, + 0.06117066368460655, 0.04101430997252464, 0.01718277297914028, 0.09668708592653275, 0.06541552394628525, + 0.06672121584415436, -0.05540834739804268, 0.05804146081209183, 0.023973766714334488, + 0.040542785078287125, 0.1218249574303627, 0.01774091273546219, 0.04577749967575073, + -0.03750777989625931, -0.02424398809671402, -0.011423129588365555, 0.004236808978021145, + 0.020539427176117897, 0.040390223264694214, -0.03304874524474144, 0.05033539980649948, + 0.03275126591324806, 0.010859427973628044, 0.0195572841912508, 0.00014193484093993902, + 0.005016089882701635, -0.03394997492432594, -0.04892239347100258, -0.03220032900571823, + 0.0447007454931736, 0.012595479376614094, -0.01024409756064415, -0.0430447980761528, + -0.019152678549289703, -0.01579480618238449, -0.0013431350234895945, 0.11830822378396988, + -0.030192801728844643, 0.06904604285955429, -0.013301271013915539, -0.010354473255574703, + -0.016136130318045616, 0.09650763124227524, -0.008200621232390404, -0.05108135938644409, + -0.05540696904063225, -0.028692474588751793, 0.08460040390491486, -0.047983162105083466, + 0.0020425482653081417, -0.01283982489258051, 0.015724554657936096, -0.01574939861893654, + -0.04685948044061661, 0.051330775022506714, 0.07105734944343567, 0.0326075479388237, + 0.023883285000920296, 0.045392248779535294, 0.042216792702674866, 0.0264623761177063, + -0.05903560668230057, -0.021594690158963203, 0.00212872470729053, 0.04959659278392792, + -0.035355761647224426, 0.01670716516673565, -0.024403655901551247, -0.0050872256979346275, + 0.012375558726489544, -0.10374169051647186, -0.061761386692523956, 0.035705991089344025, + -0.07164022326469421, -0.05753068998456001, -0.0997355505824089, -0.0018796013901010156, + -0.049397245049476624, 0.015357580967247486, -0.032280467450618744, -0.06749437004327774, + 0.012314210645854473, -0.016187038272619247, -0.06706856936216354, 0.022417882457375526, + 0.010759140364825726, -0.013025873340666294, 0.014325141906738281, -0.00961031299084425, + 0.013971543870866299, 0.03665805608034134, 0.006538166664540768, -0.03664817288517952, + -0.025635026395320892, -0.018520420417189598, -0.004132294561713934, 0.03192124888300896, + -0.03142769634723663, -0.0031870852690190077, -0.07865864783525467, 0.06303223967552185, + 0.024189257994294167, 0.043852001428604126, -0.004000053741037846, -0.027536770328879356, + 0.022492511197924614, 0.07452179491519928, -0.015515345148742199, 0.03600092604756355, + 0.06429079174995422, 0.0583314374089241, 0.021127332001924515, -0.03574496507644653, + -0.04900803416967392, 0.007118772249668837, 0.036963097751140594, 0.06784848868846893, + 0.0029090004973113537, -0.038237977772951126, 0.0186956524848938, -0.023357931524515152, + 0.021085452288389206, 0.08854201436042786, -0.0013236734084784985, 0.008989403024315834, + -0.04376084357500076, 0.07760843634605408, 0.09207461774349213, 0.05497618019580841, + -0.04769577458500862, -0.02588016539812088, -0.0685531347990036, -0.01257141213864088, + -0.028962163254618645, 0.05504573509097099, 0.03626265004277229, 0.07210191339254379, + -0.0689024105668068, 0.04457902908325195, 0.04373316094279289, -0.006462698802351952, + -0.06647579371929169, 0.04848357290029526, -0.06486757099628448, -0.018696637824177742, + 0.017850853502750397, 0.052504125982522964, -0.07099385559558868, 0.03625866398215294, + 0.030917439609766006, -0.03585303947329521, -0.0309095811098814, -0.05630310997366905, + 0.048614177852869034, -0.006985272280871868, -0.13519783318042755, 0.004576698411256075, + 0.03175504133105278, -0.017656322568655014, -0.03778935223817825, -0.008225176483392715, + 0.02326294593513012, -0.018437113612890244, 0.06596887111663818, -0.0391627699136734, + 0.0072880215011537075, 0.0385238379240036, 0.013139881193637848, -0.025138694792985916, + -0.05418543145060539, -0.006070641800761223, -0.07746510207653046, 0.054907940328121185, + -0.041980817914009094, 0.006490742322057486, -0.06467127799987793, 0.04553866758942604, + 0.02282244898378849, -0.0046070716343820095, 0.0019886712543666363, -0.10120166838169098, + 0.023806987330317497, 0.010401026345789433, 0.0009550077957101166, 0.029911799356341362, + -0.007978245615959167, -0.012623275630176067, -0.027839234098792076 + ], + [ + -0.011290106922388077, 0.06440754979848862, 0.02342546172440052, 0.028249643743038177, + 0.019827118143439293, -0.01136280968785286, 0.05260952562093735, 0.018146775662899017, + -0.03583931177854538, 0.011573974043130875, -0.07192754745483398, 0.04652484878897667, + 0.029126405715942383, 0.06356542557477951, 0.08694760501384735, -0.023037409409880638, + -0.025302307680249214, 0.021313397213816643, 0.0205888319760561, 0.024674635380506516, + -0.0018465673783794045, 0.05259484797716141, 0.08147621154785156, -0.012674752622842789, + 0.0025658917147666216, -0.013889051973819733, -0.06240260601043701, 0.0003087810182478279, + 0.030330123379826546, -0.01419826690107584, 0.03963957354426384, 0.04860846698284149, + -0.058691974729299545, -0.0007600134122185409, 0.014929484575986862, 0.018292533233761787, + 0.015668317675590515, -0.0765986442565918, 0.007082019932568073, -0.09597358852624893, + -0.09713150560855865, 0.018285101279616356, 0.0283723846077919, 0.06082986295223236, + -0.04395679384469986, 0.0813845694065094, -0.010934855788946152, 0.026368599385023117, + -0.04206809401512146, -0.068947933614254, 0.017936745658516884, -0.04656662046909332, + 0.019219936802983284, 0.040717292577028275, 0.03822845220565796, 0.045235440135002136, + -0.03613001108169556, -0.03770611062645912, 0.00043148218537680805, -0.01622782275080681, + 0.018568307161331177, -0.03283016383647919, 0.00968038011342287, 0.029595067724585533, + 0.05155444145202637, -0.04377947747707367, -0.006482993718236685, 0.07611862570047379, + -0.0399138480424881, -0.07393096387386322, 0.035330966114997864, 0.023573026061058044, + -0.030984491109848022, 0.03723263368010521, 0.14261209964752197, 0.043395284563302994, + -0.024852599948644638, -0.03207694739103317, -0.041726090013980865, 0.032079506665468216, + -0.023159323260188103, -0.035125430673360825, 0.07015480101108551, 0.07114425301551819, + -0.062478598207235336, 0.030002573505043983, 0.0089793112128973, -0.0028461990877985954, + 0.008526205085217953, 0.029520150274038315, -0.013231941498816013, 0.019679903984069824, + 0.029923565685749054, 0.03106321208178997, 0.000788190052844584, 0.03172606602311134, + -0.09023571014404297, -0.006331884302198887, -0.05212801322340965, 0.028700917959213257, + -0.10002659261226654, -0.02447611279785633, 0.024417677894234657, 0.03779996186494827, + -0.03322049230337143, 0.009117228910326958, 0.047901615500450134, -0.02162991091609001, + 0.05264913663268089, 0.036339640617370605, 0.08842764794826508, -0.04818659648299217, + 0.07134699076414108, 0.008673242293298244, -0.011818972416222095, 0.026284916326403618, + 0.007519358769059181, -0.03756223991513252, -0.0007428564131259918, -0.07223021984100342, + 0.010198086500167847, -0.043332695960998535, -0.006408078130334616, 0.007365291938185692, + 0.0472247488796711, -0.0494241863489151, -0.08867040276527405, -0.015385545790195465, + -0.0226577240973711, 0.05076618492603302, 0.07857218384742737, -0.04795786738395691, + -0.018008777871727943, -0.07462942600250244, 0.07091750204563141, -0.07027747482061386, + 0.04595367982983589, 0.06550417840480804, 0.03959117457270622, 0.08679372817277908, + -0.031808823347091675, -0.022483238950371742, -0.049669958651065826, 0.025105362758040428, + -0.07332170754671097, -0.024052012711763382, -0.06798435002565384, 0.055711980909109116, + -0.03469061851501465, 0.03266700357198715, -0.014972744509577751, -0.006108616944402456, + -0.007798467762768269, 0.024685734882950783, -0.013820894993841648, -0.0919879600405693, + 0.011169252917170525, 0.018977977335453033, -0.024122845381498337, -0.05784791707992554, + -0.028941301628947258, 0.061335500329732895, 0.05859162285923958, -0.03579175844788551, + 0.05253169313073158, -0.013146146200597286, 0.018570926040410995, 0.011908377520740032, + 0.004923264030367136, 0.002747900551185012, -0.02572399564087391, -0.05052473768591881, + 0.0533459410071373, 0.04162028431892395, -0.05865059792995453, -0.03649114444851875, + -0.037910934537649155, -0.06411642581224442, -0.033731188625097275, 0.09230674058198929, + -4.312635792302899e-5, 0.005630000494420528, 0.03900250792503357, -0.034006182104349136, + -0.003984702751040459, -0.03450022637844086, 0.05372276529669762, 0.020944150164723396, + -0.016026979312300682, 0.06800660490989685, 0.06165379285812378, 0.027046212926506996, + 0.0498800054192543, 0.006249916274100542, 0.09048303961753845, -0.018604375422000885, + -0.07642029225826263, -0.03720836713910103, 0.08773224800825119, -0.07222915440797806, + -0.012774652801454067, -0.0627831444144249, 0.03843950852751732, -0.0526554174721241, + -0.04812144488096237, -0.00015803336282260716, 0.03701489046216011, -0.07678227126598358, + 0.025871623307466507, 0.036949533969163895, -0.040153734385967255, 0.02594383992254734, + -0.02490384690463543, -0.05698399990797043, -0.03759706765413284, -0.03421301022171974, + -0.01687258668243885, -0.0863909050822258, 0.03250882402062416, -0.011518021114170551, + -0.035158831626176834, -0.031035326421260834, -0.03456690534949303, 0.016349487006664276, + 0.05724668502807617, -0.13025660812854767, 0.020777683705091476, -0.026438811793923378, + -0.06054651737213135, -0.02319612167775631, 0.054510876536369324, -0.017485463991761208, + -0.015625718981027603, 0.041625428944826126, -0.0750725120306015, 0.0687674731016159, + -0.0475769080221653, -0.045282527804374695, -0.005332223605364561, 0.03251681104302406, + 0.07230143249034882, 0.02173943817615509, -0.015670543536543846, -0.06059163063764572, + 0.03858629986643791, 0.025015316903591156, -0.019070977345108986, 0.014629925601184368, + -0.0031553050503134727, 0.04338190332055092, -0.006222825963050127, -0.03464203327894211, + -0.01687989942729473, 0.05040844902396202, -0.08825159817934036, 0.008950051851570606, + 0.00815898459404707, -0.005416478496044874, 0.01570490375161171, -0.016871687024831772, + -0.027640260756015778, 0.01958652399480343, 0.0348629467189312, -0.04072851687669754, + -0.11701099574565887, -0.060436371713876724, 0.05992522090673447, 0.016233541071414948, + -0.014172552153468132, 0.033676400780677795, 0.016436537727713585, 0.021376537159085274, + 0.05746229365468025, 0.02831895649433136, 0.05492003262042999, -0.030608898028731346, + -0.0002008571900660172, -0.1136016696691513, -0.07213474810123444, 0.07177136838436127, + -0.033892881125211716, 0.08941836655139923, 0.09372401982545853, -0.03707338124513626, + 0.09636760503053665, -0.06599702686071396, -0.03192315995693207, 0.02315979078412056, + -0.021231230348348618, 0.048125144094228745, 0.011285253800451756, -0.007838289253413677, + -0.01541515626013279, -0.03721320629119873, 0.05160257965326309, 0.022276848554611206, + 0.02349446527659893, 0.03109581582248211, -0.0472676120698452, -0.005826815962791443, + 0.05337027087807655, -0.04125235974788666, -0.031085597351193428, 0.05356023460626602, + 0.014827590435743332, -0.0009990048129111528, 0.04190222546458244, 0.0026171086356043816, + 0.01730351708829403, 0.015812069177627563, -0.06039147824048996, 0.009032885544002056, + -0.11495687812566757, -0.06255615502595901, 0.035914238542318344, -0.033589862287044525, + -0.04557133838534355, -0.04519687220454216, 0.04836166277527809, -0.012914097867906094, + 0.04366789758205414, 0.02857872098684311, 0.0008213652181439102, -0.013861236162483692, + -0.03270198777318001, 0.03199449181556702, -0.05501970648765564, 0.05985569581389427, + -0.023900490254163742, 0.01900894194841385, -0.004916109144687653, -0.06420072168111801, + 0.06065954267978668, 0.03616083413362503, 0.030702415853738785, -0.05560804530978203, + -0.06216544657945633, -0.06726724654436111, -0.046308934688568115, 0.029405074194073677, + -0.013531824573874474, -0.016732439398765564, -0.0745033323764801, -0.04896482825279236, + -0.03529558703303337, -0.022926470264792442, 0.006263717543333769, -0.02608131617307663, + 0.07738697528839111, 0.028918448835611343, -0.022525986656546593, 0.02380409464240074, + -0.0045900167897343636, 0.019671333953738213, 0.03229965642094612, 0.04698566347360611, + 0.032278843224048615, -0.03822113201022148, 0.029228122904896736, -0.024784786626696587, + -0.002170985098928213, 0.0368984080851078, -0.03962738439440727, 0.033871427178382874, + -0.0339152030646801, 0.06569880992174149, -0.006812641397118568, -0.014837183058261871, + -0.03409203514456749, 0.0021858776453882456, 0.00894084107130766, -0.03285646066069603, + -0.02591649442911148, 0.029018431901931763, 0.03767716512084007, -0.01772390678524971, + 0.005752199329435825, -0.016411084681749344, 0.03072109818458557, -0.030327128246426582, + -0.0655495896935463, -0.01360088586807251, 0.023026729002594948, 0.0029903678223490715 + ], + [ + 0.07841476798057556, 0.064115971326828, 0.032865218818187714, -0.038041021674871445, + 0.01194711122661829, -0.04261862114071846, 0.03209171071648598, 0.0012866773176938295, + 0.0035479168873280287, -0.014016972854733467, -0.04002520069479942, -0.04692244157195091, + -0.01569032296538353, 0.0250357948243618, 0.05388752371072769, -0.019700972363352776, + -0.010608576238155365, -0.006319531239569187, 0.037440527230501175, -0.045730024576187134, + 0.04983681067824364, 0.0617109015583992, 0.05802106112241745, 0.04775329306721687, -0.03757749870419502, + 0.03935256600379944, -0.006360487546771765, -0.05495494231581688, -0.04536479711532593, + -0.02175559476017952, -0.029218604788184166, 0.02031048573553562, 0.03912224620580673, + 0.04664888232946396, -0.036882851272821426, 0.0618315227329731, 0.04243282228708267, + -0.09838508069515228, 0.0477134995162487, 0.0014136519748717546, -0.015682298690080643, + -0.03461932763457298, -0.006901310756802559, 0.04992896690964699, -0.07291058450937271, + -0.0065063186921179295, 0.056273166090250015, 0.047248370945453644, -0.03956253454089165, + -0.014509199187159538, 0.017558375373482704, -0.012503079138696194, -0.07581119239330292, + -0.03114776499569416, 0.06417156010866165, 0.057270508259534836, -0.027411313727498055, + -0.0033554756082594395, -0.01244858093559742, -0.0070636761374771595, -0.007257075048983097, + -0.06753192842006683, -0.019331829622387886, 0.05157645419239998, 0.0337582491338253, + -0.002303759567439556, -0.04402390494942665, 0.04870370775461197, -0.03685165196657181, + -0.031109856441617012, 0.036438897252082825, 0.019755223765969276, 0.033810172230005264, + -0.015689004212617874, 0.09103383123874664, 0.09625346958637238, 0.0387137271463871, + -0.05725698173046112, 0.037370599806308746, 0.10261645168066025, 0.022016936913132668, + -0.03359406068921089, -0.03275846317410469, 0.04354725405573845, -0.010935792699456215, + -0.005497049540281296, 0.01847749948501587, 0.03267360478639603, 0.00010322103480575606, + -0.03914835304021835, 0.003951485734432936, -0.01302876602858305, 0.008928125724196434, + -0.02445904351770878, -0.11995357275009155, -0.00697722053155303, 0.005411030724644661, + 0.01004089042544365, 0.000929222209379077, -0.004941130056977272, -0.008094816468656063, + 0.045123107731342316, -0.07806600630283356, 0.0029321988113224506, -0.07136660069227219, + 0.001190059701912105, 0.03795658051967621, -0.0032183669973164797, 0.012858002446591854, + -0.013220925815403461, 0.04137740284204483, -0.06837603449821472, -0.029893722385168076, + -0.059777338057756424, 0.01127021573483944, -0.02299901843070984, -0.019680792465806007, + 0.005221392028033733, -0.0001766546192811802, -0.02791876345872879, 0.060835134238004684, + -0.05633250251412392, 0.04398807883262634, -0.01613771729171276, 0.005438252817839384, + 0.07035218924283981, -0.046490464359521866, -0.0444423109292984, -0.02443511411547661, + 0.012975535355508327, 0.017547667026519775, -0.02542092092335224, -0.02430398017168045, + -0.029848527163267136, -0.011433598585426807, -0.07234074175357819, -0.01231873594224453, + 0.0036991173401474953, 0.03822194039821625, 0.027741482481360435, -0.057182710617780685, + 0.0153197031468153, -0.014743482694029808, 0.010721972212195396, -0.0433996208012104, + 0.03288816660642624, -0.05415347218513489, 0.11547279357910156, -0.07342910766601562, + 0.001156772137619555, 0.019181890413165092, 0.060636572539806366, 0.03860632702708244, + -0.007260381244122982, -0.03836910054087639, -0.006357370875775814, 0.011849910020828247, + -0.008755614049732685, 0.05162528157234192, -0.045455098152160645, -0.027014875784516335, + 0.02010427787899971, 0.025864096358418465, -0.04882756993174553, 0.005649073980748653, + -0.01883106492459774, -0.039025139063596725, -0.0037394650280475616, -0.05126424878835678, + 0.027755191549658775, 0.02350323088467121, 0.021088307723402977, -0.038533274084329605, + -0.021891538053750992, -0.07169374078512192, -0.039685338735580444, 0.01572592370212078, + 0.006364902481436729, -0.03205624967813492, -0.01419814396649599, 0.0719752237200737, + 0.07184202969074249, 0.03864966332912445, -0.031326279044151306, 0.009963625110685825, + 0.013853426091372967, -0.03218717873096466, -0.023685507476329803, 0.011378473602235317, + -0.024663081392645836, -0.00853785965591669, -0.03141811862587929, 0.01727953739464283, + -0.011492877267301083, 0.015462369658052921, -0.01857297122478485, 0.0308693777769804, + -0.07232094556093216, -0.012769618071615696, -0.019734777510166168, 0.03124731220304966, + -0.008745837025344372, -0.0044070142321288586, -0.05343477427959442, 0.02662252075970173, + -0.0007695311214774847, -0.03953409940004349, -0.07867895811796188, -0.07002900540828705, + 0.0002859629748854786, 0.052361708134412766, 0.06384356319904327, -0.10868753492832184, + 0.03693486377596855, 0.017570801079273224, 0.046272892504930496, 0.006319546140730381, + -0.03387591242790222, -0.022644780576229095, 0.07603374868631363, -0.0160114374011755, + 0.05096697807312012, 0.044012777507305145, -0.04844379797577858, 0.0030254798475652933, + -0.052305374294519424, -0.015420233830809593, -0.025370890274643898, 0.039561208337545395, + 0.012302261777222157, -0.005696992389857769, -0.032074421644210815, 0.016107480973005295, + 0.024230998009443283, -0.04093668609857559, 0.00979738961905241, -0.033066850155591965, + 0.024858538061380386, -0.0670003890991211, 0.029027996584773064, -0.01886465586721897, + 0.028581906110048294, 0.056924741715192795, -0.06102393940091133, 0.006219686008989811, + 0.0085988100618124, -0.0612158477306366, -0.015674997121095657, 0.022433409467339516, + -0.007519656326621771, 0.009355911985039711, -0.05270612612366676, -0.01289450190961361, + 0.07903241366147995, -0.04703507572412491, 0.04320354014635086, -0.03894714638590813, + 0.03916701301932335, 0.07094576954841614, -0.009326072409749031, 0.020772166550159454, + -0.005347748287022114, -0.01654469594359398, -0.0007388258236460388, -0.008205640129745007, + 0.019569505006074905, 0.04598464071750641, 0.03530813008546829, -0.007921391166746616, + 0.02926029823720455, 0.059054721146821976, 0.05034546181559563, -0.045376475900411606, + -0.018737226724624634, 0.03399357199668884, -0.011641237884759903, -0.06694748997688293, + -0.0532778799533844, -0.029799360781908035, 0.09671080112457275, 0.051347263157367706, + 0.05317012220621109, -0.015938736498355865, -0.06537517160177231, 0.014637204818427563, + 0.08313381671905518, 0.06392810493707657, 0.06869318336248398, 0.10379000753164291, 0.09412246197462082, + 0.040980029851198196, 0.04498536139726639, -0.06002437323331833, 0.029735848307609558, + 0.03864796832203865, 0.06729313731193542, -0.06149723008275032, -0.04372277110815048, + -0.01509194727987051, -0.05740566551685333, -0.02745259553194046, -0.007941208779811859, + -0.03966901823878288, 0.015486043877899647, 0.040446579456329346, 0.0013012095587328076, + 0.03755941987037659, -0.017755627632141113, -0.0021715816110372543, 0.014062022790312767, + -0.0025031575933098793, 0.0026316638104617596, -0.04789740592241287, 0.00901106558740139, + -0.045857712626457214, -0.0615185983479023, 0.02551683783531189, 0.04568518325686455, + 0.04291614890098572, -0.046854957938194275, 0.06642410904169083, -0.0037703663110733032, + 0.006793700624257326, -0.10111925005912781, -0.004495828878134489, 0.01976604200899601, + -0.08606959879398346, -0.004116029944270849, -0.0006274197367019951, -0.057240281254053116, + -0.03866373747587204, -0.006138575728982687, 0.004189792089164257, 0.07827053219079971, + 0.012074550613760948, -0.11018747091293335, -0.03961868956685066, 0.07597795873880386, + -0.03222890943288803, -0.034258875995874405, -0.006006037350744009, -0.03543609380722046, + -0.09538096934556961, 0.0021965589839965105, -0.004905920010060072, -0.06772638112306595, + -0.00010792993998620659, 0.06661267578601837, 0.043975017964839935, -0.034419115632772446, + 0.029981490224599838, 0.08446428924798965, -0.030229849740862846, 0.011626765131950378, + -0.03553042933344841, 0.05328303948044777, 0.053547926247119904, -0.036058004945516586, + 0.06433389335870743, -0.03735850378870964, -0.07661637663841248, 0.004901127424091101, + -0.08114032447338104, 0.03213468939065933, -0.010013810358941555, 0.04797624796628952, + 0.01993233524262905, 0.007942205294966698, 0.024027427658438683, -0.030888177454471588, + -0.02232225053012371, -0.01149056013673544, -0.083456851541996, 0.05710884928703308, + -0.05205204337835312, -0.04475943744182587, 0.061384961009025574, -0.05640650913119316, + 0.10236549377441406, 0.020590385422110558, -0.05345221608877182, -0.05915636569261551, + 0.013478866778314114, -0.054209209978580475 + ], + [ + -0.010729667730629444, -0.04185803234577179, -0.01613018289208412, -0.005386183504015207, + -0.07835212349891663, -0.026382071897387505, -0.09563527256250381, -0.03764508664608002, + -0.12950508296489716, 0.04660390689969063, -0.1350141167640686, 0.007291938178241253, + -0.04007772356271744, 0.0644746720790863, -0.06811133772134781, -0.08260012418031693, + -0.05453471466898918, -0.004084191285073757, 0.06297415494918823, -0.013054913841187954, + -0.034340109676122665, -0.07276402413845062, 0.018450161442160606, 0.025170186534523964, + 0.06313508749008179, -0.03016556240618229, 0.013909710571169853, 0.0037536672316491604, + -0.025445498526096344, -0.06567779183387756, -0.0008040074026212096, -0.03701148182153702, + -0.03895191475749016, 0.03796111047267914, -0.02409849688410759, -0.0007995669730007648, + 0.04202666133642197, 0.06357453763484955, 0.0356789194047451, -0.05452890321612358, 0.02526497282087803, + -0.04940643906593323, 0.09402792155742645, -0.03217296674847603, -0.03161831200122833, + 0.058020830154418945, -0.038544557988643646, 0.04684925451874733, 0.008217924274504185, + 0.08924728631973267, 0.0009813974611461163, 0.03382517397403717, -0.04467210918664932, + -0.027024555951356888, 0.02534773387014866, 0.030818354338407516, 0.05721607059240341, + -0.02222062647342682, 0.034022241830825806, -0.09598643332719803, 0.06307534128427505, + -0.05597773566842079, 0.00495848897844553, 0.04149570316076279, 0.018134061247110367, + -0.005882105324417353, 0.03029756061732769, 0.07151789218187332, -0.019493117928504944, + -0.08321693539619446, -0.07319404184818268, 0.012147577479481697, 0.06320122629404068, + -0.05175691843032837, 0.03532291203737259, 0.08891812711954117, 0.0006565266521647573, + -0.08731832355260849, -0.061433665454387665, 0.03671540319919586, -0.06115490570664406, + 0.11948684602975845, -0.029914025217294693, 0.09951301664113998, 0.06098775938153267, + 0.03361666575074196, 0.03107956424355507, -0.056432534009218216, -0.02298671379685402, + 0.05074017122387886, -0.0035915644839406013, 0.08652898669242859, -0.08029405772686005, + 0.013072876259684563, -0.06103997305035591, -0.002323438413441181, 0.09644690155982971, + 0.047026053071022034, -0.04648847132921219, -0.022325458005070686, 0.077093206346035, + -0.003047244157642126, 0.06532378494739532, -0.028295369818806648, 0.05321293696761131, + -0.010861332528293133, -0.006294057704508305, 0.10940062999725342, 0.0689299926161766, + -0.03194707632064819, -0.03099183738231659, 0.026389142498373985, -0.10932321846485138, + -0.06253866851329803, -0.02065247856080532, 0.004439117852598429, 0.016668902710080147, + -0.10872151702642441, 0.008255291730165482, -0.013602284714579582, 0.004140115808695555, + -0.06297889351844788, -0.02092287316918373, 0.030942106619477272, 0.029935838654637337, + -0.020866915583610535, -0.013627996668219566, 0.034746404737234116, 0.02178064174950123, + 0.012237895280122757, 0.011087826453149319, 0.048738256096839905, -0.026186300441622734, + -0.003599815769121051, 0.0026857892517000437, -0.0065412819385528564, -0.039228133857250214, + 0.00529258418828249, -0.007601006422191858, 0.06198403984308243, -0.03826501965522766, + -0.009806355461478233, 0.015311291441321373, -0.10510613769292831, -0.03958887234330177, + -0.017898408696055412, -0.031391441822052, -0.0050777955912053585, -0.04216133430600166, + -0.016084158793091774, 0.020478960126638412, -0.009874031879007816, 0.023469511419534683, + 0.0818229392170906, 0.038898784667253494, 0.027925284579396248, -0.004957623314112425, + 0.0752963200211525, 0.03511527180671692, -0.039384931325912476, -0.13582082092761993, + -0.060297321528196335, 0.048246175050735474, 0.06340635567903519, 0.068388931453228, + -0.01994658261537552, -0.024305833503603935, 0.036555539816617966, 0.04934926703572273, + -0.008461052551865578, -0.004843695554882288, 0.03654121607542038, -0.055758748203516006, + -0.0347810722887516, -0.016354544088244438, 0.006207000929862261, -0.041502490639686584, + -0.06300826370716095, -0.06572093069553375, -0.00460579851642251, -0.01721518114209175, + -0.02920829877257347, -0.03404605761170387, 0.04969232156872749, -0.052979618310928345, + -0.0041057877242565155, -0.008948944509029388, -0.02615034021437168, -0.028919847682118416, + -0.02259056270122528, 0.04262395203113556, -0.020008401945233345, -0.06279471516609192, + -0.017486317083239555, 0.005841048900038004, -0.016527744010090828, 0.05068863928318024, + -0.10554736107587814, 0.03997940197587013, -0.034645870327949524, -0.012678461149334908, + -0.005852369591593742, 0.012073997408151627, 0.009335540235042572, -0.12480166554450989, + 0.0028803835157305002, -0.006687975022941828, -0.03132951632142067, -0.0003200345963705331, + 0.005379015579819679, 0.010199297219514847, 0.0028132146690040827, -0.04643726721405983, + -0.0012392210774123669, -0.04608239233493805, -0.006307058036327362, 0.018982887268066406, + -0.07870908826589584, -0.1411352902650833, 0.041579458862543106, -0.030829980969429016, + -0.013536795973777771, 0.07140769809484482, -0.04661417379975319, 0.036629967391490936, + -0.027003582566976547, 0.08673426508903503, 0.11873622238636017, 0.026590222492814064, + -0.012463017366826534, 0.04607868194580078, 0.11725596338510513, 0.07811903208494186, + 0.04867025837302208, 0.06051597371697426, -0.024269791319966316, -0.03659801557660103, + -0.017876069992780685, 0.043614462018013, 0.028321830555796623, -0.07203896343708038, + 0.07382550090551376, 0.06611444056034088, -0.017807692289352417, -0.02881946973502636, + 0.009092678315937519, 0.018643522635102272, 0.03932878002524376, 0.034687984734773636, + 0.03054410219192505, -0.05540308728814125, 0.028223654255270958, 0.02690856158733368, + 0.08078775554895401, 0.101993627846241, -0.0032872059382498264, -0.044227998703718185, + 0.009984666481614113, -0.011410734616219997, 0.08495910465717316, 0.0026960030663758516, + 0.030374206602573395, -0.020885923877358437, 0.03159318119287491, 0.013226712122559547, + -0.07323364168405533, 0.07733582705259323, -0.05671318247914314, 0.02760987915098667, + 0.13891896605491638, 0.03935370221734047, 0.0693492665886879, -0.01267566904425621, 0.07780040055513382, + 0.0020473417825996876, 0.03186861053109169, -0.029007872566580772, -0.05622032657265663, + 0.09526750445365906, 0.04280469939112663, 0.0528218150138855, 0.03263665735721588, -0.04281811788678169, + -0.027303732931613922, -0.05924735218286514, 0.007069624029099941, 0.02487419918179512, + 0.00369031960144639, 0.10605372488498688, 0.02298247069120407, -0.052114252001047134, + 0.05326882004737854, -0.10879556834697723, 0.06550157070159912, 0.05364960432052612, + 0.06146994233131409, -0.019331704825162888, 0.023982541635632515, -0.014238884672522545, + -0.04902873933315277, 0.05909750610589981, 0.012905362993478775, -0.0396367609500885, + 6.027319614076987e-5, 0.02046746388077736, -0.09409963339567184, 0.06336022168397903, + -0.0052972096018493176, -0.01946491189301014, 0.053103938698768616, 0.01935480162501335, + 0.0222404133528471, -0.059762850403785706, -0.014861231669783592, 0.04915142431855202, + -0.012865766882896423, -0.029261266812682152, 0.0498497448861599, 0.0483693964779377, + -0.0391145721077919, 0.03969905152916908, 0.04016519710421562, -0.03106139972805977, + -0.006386179476976395, 0.002032183576375246, 0.029383059591054916, 0.05007965490221977, + -0.0005611497908830643, 0.08026643097400665, 0.02244865708053112, 0.02047731541097164, + -0.04580969735980034, 0.09554924070835114, -0.043551813811063766, 0.05188721418380737, + 0.0030721172224730253, -0.05506689101457596, 0.0422937273979187, -0.02757512405514717, + 0.021678125485777855, 0.06955469399690628, -0.0044640484265983105, -0.05920236185193062, + 0.012933926656842232, -0.0061598364263772964, -0.0037175703328102827, 0.026128949597477913, + -0.06615964323282242, 0.03987172991037369, -0.035637956112623215, 0.04894968494772911, + -0.023891007527709007, 0.04516002535820007, -0.045258887112140656, -0.016755778342485428, + 0.0958041250705719, -0.00793379731476307, -0.04415396228432655, -0.009613624773919582, + -0.05784643068909645, -0.0659557357430458, 0.03303215280175209, -0.005770811345428228, + -0.007033714558929205, -0.02367504872381687, 0.021010272204875946, 0.014576978050172329, + 0.030260678380727768, -0.028642812743782997, -0.05793483555316925, 0.01965785026550293, + -0.011365648359060287, 0.02775677479803562, 0.04175236448645592, -0.018755709752440453, + -0.029677648097276688, -0.037269484251737595, -0.07521692663431168, 0.031192202121019363, + -0.023494847118854523, 0.0040843794122338295, -0.03427453339099884, 0.05799277126789093, + -0.019580477848649025 + ], + [ + -0.025196529924869537, -0.09304019063711166, 0.12993627786636353, 0.010662239976227283, + 0.019580300897359848, 0.03201747313141823, -0.00835110992193222, 0.07220213115215302, + -0.07993639260530472, -0.07382495701313019, -0.025924542918801308, 0.041691385209560394, + -0.05505378916859627, 0.00596294179558754, 0.08111823350191116, -0.11286430805921555, + 0.007431103382259607, -0.016666358336806297, -0.12057168036699295, -0.03084367699921131, + 0.010057060979306698, 0.03247571736574173, -0.08360837399959564, 0.10157808661460876, + 0.07022415846586227, 0.08080482482910156, -0.02202703058719635, 0.07529426366090775, + 0.08474236726760864, -0.007758246269077063, 0.11520515382289886, 0.13010373711585999, + -0.0012653650483116508, -0.09502000361680984, -0.09419354051351547, -0.031381551176309586, + -0.008103594183921814, -0.08955935388803482, -0.12655852735042572, 0.016226137056946754, + -0.07843035459518433, 0.0016249825712293386, -0.04262435436248779, 0.020033231005072594, + 0.11459673196077347, 0.05203380808234215, -0.033415358513593674, -0.10781089961528778, + 0.09364605695009232, 0.05678495764732361, 0.016641711816191673, 0.03723487630486488, + -0.033938243985176086, -0.0032915889751166105, 0.05936815217137337, 0.012136701494455338, + -0.1439683437347412, 0.01233361940830946, 0.07020943611860275, -0.021928606554865837, + -0.038572899997234344, -0.040161099284887314, 0.007642770651727915, 0.07967221736907959, + -0.024050671607255936, -0.015789268538355827, -0.038022514432668686, 0.027837630361318588, + 0.11749719083309174, 0.06378274410963058, -0.15952862799167633, -0.021616799756884575, + 0.03077719174325466, 0.024294868111610413, -0.020448623225092888, 0.0392325334250927, + -0.11911915987730026, -0.0717814713716507, -0.10898634046316147, 0.02005065605044365, + -0.11937659978866577, -0.04907311126589775, 0.0021364642307162285, 0.022278442978858948, + 0.08582564443349838, -0.107658751308918, -0.10739227384328842, 0.050589077174663544, + -0.043016307055950165, -0.060110799968242645, 0.03854469582438469, -0.10620361566543579, + -0.0321032777428627, -0.014760399237275124, -0.005185115151107311, -0.02619372494518757, + -0.0251778531819582, -0.015822531655430794, 0.010528103448450565, 0.01760382391512394, 0.07157002389431, + -0.03512238338589668, -0.007080616429448128, 0.0803087055683136, -0.05222947150468826, + -0.022857317700982094, 0.024922791868448257, 0.0548483207821846, 0.15257084369659424, + 0.04747921600937843, -0.14883914589881897, 0.061042141169309616, 0.16652293503284454, + -0.07375083863735199, -0.011092927306890488, 0.0843023955821991, -0.043238651007413864, + 0.07179509848356247, 0.1029394119977951, -0.0012369026662781835, -0.07178426533937454, + -0.0007885806844569743, 0.0846526101231575, -0.02586059272289276, -0.059383783489465714, + -0.041428543627262115, 0.010612228885293007, 0.003893553977832198, 0.05663798004388809, + -0.15265299379825592, 0.004472991917282343, -0.025620264932513237, -0.11805523931980133, + 0.1060529574751854, -0.01860043779015541, -0.04498232156038284, 0.07788709551095963, + -0.1179753765463829, 0.1207551434636116, 0.0019485879456624389, -0.03476923704147339, + 0.04231658950448036, 0.0599048025906086, -0.06938939541578293, 0.014574853703379631, + 0.051951635628938675, 0.0023514730855822563, -0.05104906111955643, -0.010462837293744087, + -0.049250341951847076, 0.11403927206993103, 0.02372809499502182, 0.03147531673312187, + 0.06293153762817383, 0.0671921893954277, -0.07594949007034302, 0.06695175915956497, + -0.004054264165461063, -0.027355853468179703, -0.08933498710393906, -0.10458120703697205, + -0.023224784061312675, -0.004507595673203468, -0.02618161216378212, 0.023552527651190758, + 0.007679250556975603, -0.0037927241064608097, -0.0962056964635849, -0.0333089604973793, + 0.012564967386424541, -0.11112509667873383, -0.016353564336895943, 0.09939637780189514, + 0.14516741037368774, 0.031113525852560997, 0.006784627214074135, 0.048166800290346146, + 0.09360193461179733, -0.10782001912593842, -0.01850019209086895, -0.06386090070009232, + -0.03131355345249176, -0.007882525213062763, -0.048839110881090164, -0.12904369831085205, + 0.0687812939286232, -0.038441937416791916, 0.01811835914850235, -0.047233227640390396, + 0.11226272583007812, -0.042503148317337036, -0.09437236189842224, -0.07453055679798126, + 0.04962221905589104, -0.010349162854254246, 0.05577612295746803, 0.025596430525183678, + 0.0015793186612427235, -0.12487375736236572, 0.10907808691263199, 0.005723642185330391, + 0.15676826238632202, 0.08728394657373428, 0.00400365237146616, 0.10235597938299179, + -0.004737976938486099, 0.043417319655418396, -0.04048512876033783, -0.003704827046021819, + -0.0023411763831973076, -0.00263832975178957, 0.05448403209447861, 0.03573629632592201, + -0.029582852497696877, 0.06456323713064194, 0.021014850586652756, 0.10654281824827194, + -0.06342778354883194, -0.06347451359033585, -0.038260795176029205, 0.11989846080541611, + 0.0443282276391983, -0.007291888352483511, -0.0013438233872875571, 0.010048910044133663, + -0.07254989445209503, -0.06075727567076683, -0.00835950206965208, -0.09997870773077011, + 0.08378525823354721, 0.05456383526325226, 0.0031993770971894264, -0.016243230551481247, + -0.05212915316224098, 0.009683438576757908, 0.11142712086439133, -0.008773292414844036, + -0.012491190806031227, 0.02365877479314804, -0.04092887043952942, 0.019100453704595566, + -0.03310880810022354, 0.02490229718387127, 0.046167001128196716, -0.08734296262264252, + 0.07562944293022156, -0.06676830351352692, -0.06351707875728607, 0.1062094196677208, + 0.04842730611562729, 0.08672976493835449, 0.11281900107860565, 0.06404977291822433, + -0.05132462829351425, 0.04785504564642906, 0.07755480706691742, -0.03244098275899887, + 0.02368614822626114, 0.030909935012459755, -0.027463937178254128, 0.12618817389011383, + 0.1498841792345047, -0.030861185863614082, 0.007344205863773823, -0.04108769819140434, + 0.03526363521814346, -0.08715226501226425, -0.026798065751791, 0.046837128698825836, + 0.04849667474627495, -0.1425977647304535, -0.04543331637978554, -0.031550996005535126, + -0.024205144494771957, 0.04090074449777603, -0.11287616938352585, 0.008448854088783264, + -0.1457439810037613, 0.0035203290171921253, -0.003560539335012436, -0.017143232747912407, + -0.0627206563949585, -0.09324067085981369, -0.14252004027366638, 0.02994990162551403, + -0.020560210570693016, 0.08352015167474747, -0.07524602115154266, 0.1169455423951149, + -0.015485183335840702, -0.08026058971881866, -0.01584196276962757, -0.0033019348047673702, + -0.10109656304121017, -0.122283935546875, 0.021473035216331482, 0.033972229808568954, 0.06489297747612, + 0.09863163530826569, 0.029110150411725044, 0.0862383022904396, -0.029247334226965904, + 0.05095318704843521, -0.06369643658399582, 0.07682649791240692, 0.10900437086820602, + -0.019348736852407455, 0.06677796691656113, 0.0994526818394661, 0.035074759274721146, + 0.07181892544031143, 0.07473514974117279, 0.07634518295526505, 0.09726713597774506, -0.0743347704410553, + 0.10191480815410614, 0.05002393573522568, 0.12496711313724518, -0.0469679981470108, + 0.046665117144584656, -0.06403450667858124, -0.09097321331501007, 0.09430858492851257, + 0.03568308800458908, 0.01690758764743805, 0.010209403932094574, -0.013861701823771, 0.06752932816743851, + 4.622907727025449e-5, -0.06838350743055344, 0.02406037412583828, 0.028858443722128868, + 0.023738743737339973, 0.0006598600884899497, -0.047641318291425705, 0.031118161976337433, + 0.040777821093797684, -0.05170267075300217, -0.07808107882738113, -0.11026971787214279, + -0.045276012271642685, -0.011692720465362072, 0.0022001618053764105, -0.06891537457704544, + 0.028553608804941177, 0.042646702378988266, -0.016364429146051407, 0.06116311624646187, + 0.052225593477487564, -0.026485778391361237, -0.01384783536195755, -0.008623518981039524, + 0.07390358299016953, -0.17418406903743744, -0.05203899368643761, -0.06854511797428131, + 0.09079118818044662, -0.08638451248407364, -0.08284725993871689, 0.0008365883259102702, + -0.017428193241357803, 0.005086465738713741, 0.09954816848039627, 0.0024840414989739656, + -0.021345198154449463, -0.022071341052651405, 0.11627835780382156, -0.10903209447860718, + -0.021575387567281723, -0.020078398287296295, -0.06093353033065796, 0.08352969586849213, + 0.06577839702367783, 0.04560406133532524, 0.08761479705572128, 0.025559190660715103, + -0.002267564181238413, 0.0017426206031814218, -0.03048563376069069, -0.0010665927547961473, + 0.005322603043168783, 0.052021414041519165, -0.020623143762350082, 0.1154700517654419 + ], + [ + -0.09879614412784576, 0.004221376497298479, 0.030200421810150146, 0.002535363892093301, + 0.033158715814352036, -0.03076140210032463, 0.017018137499690056, 0.02356100082397461, + 0.05043875426054001, 0.04961533844470978, -0.056345243006944656, 0.01909410022199154, + 0.025169458240270615, -0.07781121879816055, -0.007735183462500572, -0.0110526904463768, + 0.046736568212509155, -0.006929332856088877, -0.055408868938684464, -0.04481799528002739, + -0.0944787934422493, 0.024196377024054527, 0.004498878959566355, -0.009183891117572784, + 0.0283629409968853, 0.016878649592399597, 0.05133742839097977, 0.03749706223607063, + -0.05432261526584625, 0.05532251298427582, 0.015154764987528324, 0.021664870902895927, + -0.02658933214843273, -0.018052510917186737, 0.07891856878995895, -0.03223346546292305, + -0.050139185041189194, -0.010726423002779484, 0.04774119332432747, 0.06640275567770004, + 0.025529835373163223, -0.06916631013154984, 0.07411535829305649, -0.06183101609349251, + -0.03445286303758621, -0.01624704711139202, -0.07050558924674988, -0.048066653311252594, + 0.0030972613021731377, 0.09057478606700897, -0.01923392526805401, -0.042753297835588455, + 0.08765558898448944, -0.06532823294401169, -0.06810054928064346, 0.011059986427426338, + -0.08726085722446442, -0.054437559098005295, -0.047541067004203796, -0.015794923529028893, + -0.007278074510395527, -0.024802347645163536, -0.04992545768618584, 0.0006918723811395466, + -0.06617793440818787, -0.05119762942194939, 0.05761220306158066, -0.004820627626031637, + -0.020704254508018494, 0.08996422588825226, 0.028014030307531357, 0.03986348211765289, + -0.004551969934254885, 0.07351453602313995, -0.041548650711774826, -0.05502481386065483, + -0.05033465474843979, 0.07150240987539291, 0.07386940717697144, -0.021614816039800644, + 0.02246907725930214, 0.021951822564005852, -0.051500022411346436, -0.0768955871462822, + 0.0011493851197883487, -0.039936166256666183, 0.043681010603904724, 0.0381678082048893, + 0.021317575126886368, 0.019852541387081146, 0.020272450521588326, -0.04296498000621796, + -0.03054129146039486, 0.0010645417496562004, 0.07910861074924469, 0.023207128047943115, + -0.0003464625042397529, 0.029591888189315796, -0.006290129851549864, 0.03859803453087807, + 0.03588556498289108, -0.03872370719909668, -0.02674240618944168, 0.0005855478229932487, + 0.02797076106071472, 0.008382837288081646, -0.021740473806858063, 0.08472951501607895, + 0.0457935631275177, -0.006897919811308384, -0.010277139954268932, 0.10898804664611816, + -0.00582680432125926, -0.06368142366409302, 0.024631153792142868, -0.007148388773202896, + 0.06683476269245148, 0.010311570018529892, -0.038123324513435364, -0.02304520085453987, + -0.04616705700755119, 0.0673898234963417, -0.11242004483938217, 0.04648824408650398, + 0.022603990510106087, -0.045325055718421936, -0.014097863808274269, 0.04584499076008797, + 0.07430358231067657, 0.0006131842383183539, -0.005665954202413559, 0.012375647202134132, + -0.0215388722717762, 0.0787767767906189, -0.046327073127031326, 0.04551437124609947, + -0.05303829535841942, -0.0668507069349289, -0.01801234669983387, -0.03532906994223595, + 0.08771494776010513, 0.01629510335624218, 0.03241531550884247, -0.100568987429142, 0.05129721015691757, + 0.009777440689504147, -0.011454529128968716, -0.0066578625701367855, 0.023328566923737526, + -0.02742048352956772, 0.009378270246088505, -0.009730123914778233, -0.03176930174231529, + 0.026028940454125404, -0.03079679235816002, -0.03908548876643181, -0.06768541783094406, + -0.009157191030681133, -0.016172315925359726, -0.08021107316017151, 0.015822866931557655, + 0.04092796891927719, 0.035818200558423996, 0.02715650014579296, -0.017931269481778145, + -0.006892950274050236, -0.07015831768512726, 0.01802271604537964, 0.05288735777139664, + 0.013191934674978256, -0.02517239935696125, -0.03197331726551056, 0.0027440146077424288, + -0.03099096193909645, -0.027219338342547417, 0.04407111182808876, 0.022309081628918648, + -0.05492264777421951, 0.059826698154211044, 0.013196981512010098, 0.007843161933124065, + -0.04714382067322731, 0.045476097613573074, -0.05442658066749573, 0.025270527228713036, + -0.04978613927960396, 0.03911455720663071, -0.022600185126066208, 0.027659211307764053, + 0.039021387696266174, -0.054170552641153336, -0.08591371029615402, -0.05703624710440636, + -0.011944216676056385, -0.015774443745613098, 0.039658140391111374, 0.0650317370891571, + -0.02097940444946289, -0.0014065472641959786, 0.029645944014191628, 0.10815610736608505, + 0.06423366069793701, -0.06715403497219086, 0.07189785689115524, 0.04847213998436928, + 0.025930412113666534, 0.08732480555772781, -0.013345573097467422, 0.11422678083181381, + -0.10651108622550964, -0.008314864709973335, -0.029031576588749886, 0.028311675414443016, + -0.015651123598217964, 0.00048112726653926075, 0.05257033184170723, 0.056555744260549545, + 0.015705382451415062, -0.06953500211238861, 0.02117970399558544, 0.06980622559785843, + 0.012956174090504646, 0.005225275177508593, 0.04168834909796715, -0.011170590296387672, + 0.07902419567108154, 0.005840391386300325, 0.060596100986003876, 0.03004935197532177, + 0.08220572024583817, 0.03227042034268379, 0.03323601186275482, 0.09499568492174149, + -0.0011998597765341401, 0.04069629684090614, -0.06575459986925125, 0.004129367880523205, + -0.007462725043296814, 0.03726647421717644, -0.0371977798640728, -0.021488351747393608, + -0.023399917408823967, -0.06679212301969528, 0.0039106449112296104, -0.05567895621061325, + 0.03536118566989899, -0.029897097498178482, 0.05195445567369461, 0.037639010697603226, + 0.017064755782485008, 0.09386700391769409, 0.11280032247304916, 0.03963440656661987, + -0.03827913850545883, 0.02868533320724964, 0.050616830587387085, -0.04790208488702774, + -0.05035192146897316, 0.04663580656051636, 0.001223000232130289, 0.05065970495343208, + -0.09244132041931152, -0.004204291384667158, -0.008081447333097458, 0.032846856862306595, + -0.022924017161130905, -0.05479058250784874, 0.028460202738642693, 0.08830828964710236, + 0.018206562846899033, -0.013221089728176594, -0.04194450378417969, 0.03798637166619301, + -0.08476429432630539, 0.03961293026804924, -0.08906177431344986, -0.0004651526396628469, + 0.0934026762843132, 0.029131656512618065, -0.13496272265911102, -0.03589671850204468, + -0.09170541912317276, -0.04134096950292587, -0.039931103587150574, 0.008630851283669472, + 0.07238428294658661, 0.015753453597426414, -0.0462958961725235, 0.019656434655189514, + -0.07688354700803757, -0.049542784690856934, 0.011037994176149368, 0.07769181579351425, + -0.053574372082948685, 0.005275641102343798, -0.031142961233854294, 0.035355255007743835, + -0.030619356781244278, 0.08058692514896393, -0.035307370126247406, 0.0008614225662313402, + -0.000812999380286783, 0.1080232635140419, 0.00706333527341485, 0.005048252176493406, + -0.030514147132635117, 0.03591170907020569, 0.031737010926008224, 0.025654735043644905, + -0.0008028160664252937, 0.008336092345416546, 0.04696979001164436, 0.051027558743953705, + 0.03328298032283783, 0.059716880321502686, -0.04859668016433716, 0.07061398029327393, + -0.032895997166633606, 0.03558465093374252, -0.015598179772496223, 0.07812909036874771, + -0.021116036921739578, -0.03444408252835274, 0.05329357087612152, 0.0371318981051445, + -0.05291801691055298, 0.04387836530804634, -0.10382495820522308, 0.025070257484912872, + -0.039126183837652206, 0.025296492502093315, 0.009780446998775005, -0.020960256457328796, + -0.06742987781763077, 0.007210149429738522, 0.10403455048799515, 0.007609535474330187, + -0.08023329824209213, 0.07128604501485825, -0.0601075179874897, 0.051551274955272675, + -0.007121418137103319, -0.033200837671756744, 0.021039437502622604, -0.0012381700798869133, + 0.003865933045744896, -0.05791904032230377, -0.020465418696403503, -0.007652892265468836, + 0.03980275243520737, -0.050069741904735565, -0.01679149642586708, -0.013632889837026596, + -0.08423148095607758, 0.05988496169447899, -0.05957764387130737, 0.03717081993818283, + 0.004305320791900158, -0.021853355690836906, 0.010597409680485725, -0.013425583019852638, + -0.0003683558898046613, 0.0066152336075901985, 0.005779546219855547, 0.009141737595200539, + -0.047617483884096146, -0.08265622705221176, -0.056728608906269073, -0.014653480611741543, + -0.016976475715637207, -0.0007345617050305009, -0.02860211953520775, 0.054908279329538345, + -0.017605306580662727, -0.009129763580858707, 0.010927911847829819, -0.008066315203905106, + -0.057953719049692154, -0.10996230691671371, 0.0032853779848665, 0.005429144948720932, + -0.05381772294640541, 0.022783061489462852, 0.036786310374736786 + ], + [ + -0.03282155841588974, -0.018405137583613396, -0.016368618234992027, 0.03996342048048973, + 0.0011891695903614163, -0.025452325120568275, 0.06355487555265427, -0.009126494638621807, + 0.011028609238564968, 0.051661308854818344, -0.015446426346898079, -0.014729183167219162, + -0.0035145224537700415, 0.10104051977396011, 0.010284663178026676, -0.01073611993342638, + -0.04179218411445618, -0.009267515502870083, 0.07502591609954834, -0.009049556218087673, + 0.04605656862258911, 0.003656590823084116, 0.0819295346736908, -0.06623028963804245, + -0.050121985375881195, -0.08999627083539963, -0.004997029900550842, -0.0520433709025383, + -0.029220500960946083, 0.0036706854589283466, 0.019276052713394165, -0.009238013066351414, + 0.0510120689868927, 0.033795639872550964, -0.009827311150729656, -0.011211620643734932, + 0.058294132351875305, -0.04863692447543144, 0.07571529597043991, -0.006193503271788359, + 0.018424902111291885, 0.01357948873192072, 0.07386419177055359, 0.030560806393623352, + -0.04344916343688965, 0.018423330038785934, -0.03618279844522476, -0.01603611931204796, + -0.0270654559135437, -0.017310338094830513, 0.03046921081840992, -0.00022254120267461985, + -0.08840595930814743, 0.021710721775889397, 0.007876018062233925, 0.0795103907585144, + -0.05041489005088806, -0.03999808430671692, 0.03226824849843979, 0.00959160178899765, + 0.06831109523773193, 0.020857617259025574, -0.04861057177186012, 0.1045665591955185, + -0.004497281275689602, 0.04578534513711929, -0.10161356627941132, -0.018194615840911865, + -0.032452236860990524, -0.004603993613272905, 0.02134375460445881, 0.021260058507323265, + 0.08865989744663239, -0.06387826055288315, 0.06627961993217468, 0.028908152133226395, + 0.08786634355783463, -0.022429494187235832, 0.043979864567518234, -3.020963958988432e-5, + -0.04284226894378662, -0.02724607102572918, 0.06373335421085358, 0.01776058040559292, + -0.011967243626713753, 0.013751871883869171, 0.014003290794789791, -0.06298188120126724, + -0.02481544390320778, -0.026342321187257767, 0.05013655498623848, -0.08266059309244156, + 0.007534450851380825, 0.056049808859825134, -0.06707032024860382, -0.005528310313820839, + -0.07178863137960434, 0.05621406435966492, -0.019027864560484886, -0.0060653663240373135, + 0.024648545309901237, -0.03290275111794472, -0.004336275160312653, -0.03192734345793724, + 0.04396874085068703, 0.03457668796181679, 0.07763651013374329, -0.05164812132716179, + 0.04198016971349716, -0.05144990235567093, 0.038331806659698486, -0.0080308448523283, + 0.058206722140312195, 0.0725625604391098, -0.05296151340007782, -0.01770891062915325, + -0.05138939246535301, 0.03784659504890442, 0.050571441650390625, -0.03251087665557861, + -0.06001454219222069, 0.011244654655456543, -0.08602651208639145, -0.042690012603998184, + 0.04715723544359207, -0.06499939411878586, -0.06213090941309929, 0.0020973647478967905, + -0.02105407416820526, -0.08674541860818863, -0.027028081938624382, -0.08233953267335892, + 0.04100748896598816, -0.00215831003151834, 0.06362614780664444, 0.030670246109366417, + 0.033759091049432755, 0.019252007827162743, -0.014992005191743374, -0.01525480393320322, + -0.005708563607186079, -0.0274977907538414, -0.012959131971001625, 0.12479039281606674, + -0.000563383218832314, -0.032806869596242905, -0.0074485838413238525, -0.054920218884944916, + -0.002488683210685849, -0.06270239502191544, -0.002212685300037265, -0.003979625646024942, + -0.024067282676696777, -0.08478404581546783, -0.007055903784930706, 0.002024552319198847, + 0.035607922822237015, 0.030455978587269783, -0.009138168767094612, 0.019695978611707687, + 0.02871807850897312, 0.02036685310304165, 0.0006214237655512989, -0.007907047867774963, + 0.05672111734747887, -0.04871267080307007, 0.018590876832604408, -0.004376120399683714, + -0.03524734079837799, 0.060039374977350235, 0.07406388223171234, -0.05537709966301918, + 0.020421769469976425, -0.0324147567152977, -0.0216775331646204, -0.026346687227487564, + 0.004722250625491142, 0.05227695032954216, -0.02223670855164528, -0.05577533319592476, + 0.045951589941978455, 0.054250139743089676, 0.026396598666906357, -0.011456775479018688, + -0.03186751529574394, 0.08351736515760422, -0.0015966863138601184, -0.006860336288809776, + -0.06457675248384476, 0.01516924798488617, 0.042321667075157166, -0.00828429963439703, + 0.019129464402794838, 0.06280773133039474, 0.0062379357405006886, 0.05858325585722923, + -0.09097564220428467, 0.06618492305278778, 0.03148919343948364, -0.0312863253057003, + -0.02585689350962639, 0.03185979276895523, -0.01274931337684393, -0.028176164254546165, + 0.002805348252877593, -0.016585644334554672, 0.0021255440078675747, -0.04904190078377724, + -0.004723984282463789, 0.07871196419000626, 0.028384599834680557, -0.04193504899740219, + -0.05358315631747246, -0.01620701514184475, -0.020999878644943237, -0.026242587715387344, + 0.06876425445079803, -0.059626255184412, 0.04821721464395523, 0.0027715822216123343, + -0.011312197893857956, -0.029142869636416435, -0.11786694079637527, 0.015057195909321308, + -0.11069830507040024, -0.06100909039378166, 0.0522395521402359, 0.02438817173242569, + -0.05528951808810234, -0.08073841035366058, 0.036228351294994354, -0.015919437631964684, + -0.0863853394985199, 0.03382177650928497, -0.04821699112653732, -0.005682195536792278, + 0.044377245008945465, -0.05629473179578781, -0.0710844174027443, 0.022695204243063927, + 0.01855822093784809, -0.011689204722642899, -0.01705542765557766, -0.069619320333004, + -0.03550765663385391, 0.04421073570847511, -0.046554844826459885, -0.011610529385507107, + 0.06074640154838562, 0.0907527282834053, 0.0227353572845459, 0.0041686370968818665, + -0.005287263076752424, 0.006502031348645687, 0.01343478448688984, -0.016713015735149384, + -0.1029750257730484, -0.03212200477719307, 0.05666249617934227, -0.04117968678474426, + 0.045657433569431305, 0.07385630905628204, 0.03253745287656784, 0.054236702620983124, + -0.05448604002594948, -0.00783990602940321, 0.08195526152849197, -0.08677001297473907, + -0.010839233174920082, -0.024681920185685158, 0.007625800557434559, 0.020878389477729797, + 0.08859409391880035, 0.060886260122060776, -0.02335895597934723, -0.0278763547539711, + -0.017058677971363068, -0.04722028598189354, -0.016083024442195892, -0.006067986134439707, + -0.0036148892249912024, 0.018596919253468513, 0.0799369364976883, -0.008673865348100662, + 0.009908816777169704, -0.019987771287560463, 0.020699569955468178, 0.009046015329658985, + 0.06338504701852798, 0.09576637297868729, -0.011104489676654339, 0.1162814348936081, + -0.005547467153519392, 0.04569818079471588, 0.05711441859602928, -0.00246256566606462, + 0.046394359320402145, -0.0073555223643779755, -0.08091538399457932, -0.012882028706371784, + 0.030629882588982582, 0.030878255143761635, -0.07404237240552902, -0.021534640341997147, + -0.08345072716474533, -0.026576291769742966, 0.004048020578920841, -0.0625554621219635, + -0.06806221604347229, 0.007368170656263828, -0.04518153890967369, -0.04296989366412163, + -0.12128224968910217, -0.033260468393564224, -0.0342261828482151, 0.0022328896448016167, + -0.003842876758426428, -0.02944916859269142, -0.020602324977517128, -0.03280336782336235, + 0.08116481453180313, -0.014712699688971043, 0.020175451412796974, -0.002541231457144022, + -0.056990060955286026, 0.00042593246325850487, -0.02641414850950241, 0.0467761866748333, + 0.005427983123809099, -0.013537810184061527, -0.029284663498401642, -0.04493781924247742, + 0.08492903411388397, 0.0754888579249382, -0.03370174393057823, -0.017270293086767197, + 0.01539694145321846, -0.05710762366652489, -0.06480938196182251, 0.002497634617611766, + 0.05058969557285309, -0.016298677772283554, -0.009362251497805119, 0.038552697747945786, + -0.01089496910572052, 0.06442078202962875, 0.006987036671489477, 0.004782035946846008, + 0.04504740983247757, 0.001959823537617922, -0.04620425030589104, 0.07579431682825089, + -0.03171418607234955, -0.01204587146639824, 0.07825589179992676, -0.06260606646537781, + -0.03965797275304794, -0.042422808706760406, -0.04757589474320412, -0.03747916594147682, + -0.03479862958192825, 0.0212591290473938, -0.07542787492275238, 0.08688320219516754, + -0.0315384566783905, -0.007512341253459454, 0.10063686221837997, 0.10768572986125946, + 0.013939804397523403, 0.06731171160936356, 0.04346995800733566, 0.03184179216623306, + 0.05279417708516121, 0.016985716298222542, -0.053028035908937454, 0.003915660083293915, + 0.015210566110908985, 0.009885691106319427, -0.007876800373196602, 0.06051139906048775, + 0.045607391744852066, -0.07386533915996552, 0.005270055495202541, -0.014832950197160244 + ], + [ + -0.010203051380813122, -0.014319860376417637, -0.0047254255041480064, -0.054104238748550415, + -0.03394005820155144, 0.06657542288303375, 0.016562573611736298, -0.03264278918504715, + -0.02280464768409729, -0.02541845664381981, 0.014172127470374107, 0.06426630169153214, + 0.04102688655257225, 0.044899340718984604, 0.03385306894779205, -0.019946139305830002, + -0.03885672986507416, -0.027251314371824265, 0.016357222571969032, -0.05790582671761513, + 0.035253461450338364, 0.04292535409331322, -0.012788006104528904, 0.01271893735975027, + 0.04294773191213608, 0.006153299007564783, 0.00018885312601923943, 0.014063253998756409, + -0.031316693872213364, -0.08501690626144409, 0.0010185368591919541, 0.022686010226607323, + -0.019572874531149864, -0.00015420479758176953, -0.03300691023468971, -0.009251437149941921, + 0.026592498645186424, -0.05004088580608368, 0.004679176025092602, -0.0568760447204113, + -0.06436896324157715, 0.015474957413971424, -0.04275013878941536, -0.005180732347071171, + 0.04904991015791893, 0.05391120910644531, -0.0025780389551073313, 0.05561427026987076, + -0.005001088138669729, 0.00890018418431282, -0.00324056064710021, -0.028140416368842125, + -0.040978021919727325, -0.035583626478910446, -0.011578191071748734, 0.02386956661939621, + -0.013581654988229275, 0.05843964219093323, -0.03201400116086006, 0.0010980365332216024, + -0.05810174345970154, -0.023001139983534813, 0.014134385623037815, 0.043354135006666183, + 0.009555891156196594, 0.07072028517723083, -0.06513518840074539, 0.07566872984170914, + -0.026300612837076187, -0.012490409426391125, -0.014954652637243271, -0.03577931970357895, + 0.03758465498685837, -0.039989929646253586, 0.05376540496945381, 0.07467079162597656, + 0.005323430057615042, -0.05884156376123428, -0.035751648247241974, 0.10085712373256683, + -0.01899139955639839, -0.007241608574986458, -0.02536025457084179, 0.007425555493682623, + 0.04862597957253456, 0.021661991253495216, 0.016255220398306847, 0.008528894744813442, + 0.04387801140546799, 0.008282329887151718, -0.028850557282567024, -0.04434388130903244, + 0.0597245879471302, 0.008213813416659832, -0.005043064244091511, 0.0022130191791802645, + -0.07122790813446045, 0.025706220418214798, 0.06653977930545807, 0.026118742302060127, + 0.06375733017921448, 0.010752454400062561, -0.060062043368816376, -0.06357062608003616, + 0.006572812795639038, 0.043770696967840195, 0.06988492608070374, 0.0025677841622382402, + 0.02966237999498844, -0.04141625761985779, 0.012646411545574665, 0.024455087259411812, + 0.04837679862976074, 0.011850557290017605, -0.009866289794445038, 0.05712422728538513, + -0.07086775451898575, -0.022632690146565437, 0.005363286007195711, -0.0222639050334692, + 0.01687086932361126, 0.000641029269900173, -0.01728980429470539, 0.009188927710056305, + 0.040617428719997406, 0.02265443094074726, -0.0316578634083271, -0.029452210292220116, + -0.050296466797590256, 0.01726626604795456, -0.015163739211857319, -0.07048708200454712, + 0.017118602991104126, -0.03318890929222107, -0.011857372708618641, -0.05454125255346298, + 0.07756731659173965, 0.0683508962392807, 0.04943132773041725, 0.07452334463596344, 0.04208408668637276, + -0.08224555850028992, 0.010464362800121307, -0.03180308640003204, -0.05351196601986885, + 0.03292984887957573, 0.009144427254796028, -0.031015506014227867, 0.01671990193426609, + -0.03948221728205681, 0.06581079959869385, -0.008673207834362984, 0.04062172397971153, + -0.059933748096227646, 0.03945210948586464, -0.07241072505712509, 0.005770222749561071, + -0.02056729793548584, 0.03946344554424286, 0.010630912147462368, -0.01828678883612156, + 0.029431147500872612, 0.06411122530698776, -0.005333689972758293, 0.022044623270630836, + -0.08355599641799927, 0.017053883522748947, -0.019731055945158005, -0.020430969074368477, + -0.021603943780064583, -0.0338885635137558, -0.014424734748899937, 0.006306866183876991, + 0.022394398227334023, 0.03705639764666557, 0.009134103544056416, -0.028337735682725906, + 0.008078698068857193, -0.02382880263030529, 0.02571011520922184, 0.019493505358695984, + 0.05817413702607155, -0.009473653510212898, -0.03348080813884735, 0.02695055492222309, + 0.01611233502626419, 0.04421503096818924, -0.0032940241508185863, 0.02677430771291256, + 0.06946630775928497, -0.03928794711828232, 0.03567180410027504, 0.07364179193973541, + -0.02375158481299877, -0.002764335134997964, 0.01889326423406601, 0.010246513411402702, + -0.010618847794830799, -0.012056514620780945, -0.05585603043437004, -0.02235672064125538, + -0.06642554700374603, 0.007265963591635227, -0.08593892306089401, -0.03165948763489723, + 0.04125043377280235, -0.03845817968249321, -0.0733824148774147, -0.03919512405991554, + -0.012205831706523895, -0.028390085324645042, 0.02786811627447605, 0.01100351195782423, + 0.012327934615314007, 0.03858475759625435, 0.013673191890120506, -0.043340038508176804, + -0.07756777852773666, 0.027557093650102615, 0.028514206409454346, 0.06316353380680084, + 0.047303881496191025, -0.0076243821531534195, 0.02597229555249214, -0.03323762118816376, + -0.03842132166028023, -0.020918751135468483, -0.024396969005465508, 0.030791981145739555, + -0.08990369737148285, 0.011009864509105682, 0.003397654974833131, -0.012041454203426838, + -0.037648510187864304, -0.015684690326452255, 0.017113080248236656, 0.012374168261885643, + 0.0068678222596645355, -0.04619898274540901, 0.05376669391989708, -0.00805586576461792, + -0.005196474026888609, -0.013147993944585323, -0.007202311418950558, 0.011142771691083908, + 0.007427865173667669, -0.07613398134708405, -0.03774122893810272, -0.02506423182785511, + 0.031578004360198975, 0.024807456880807877, 0.010848856531083584, 0.00881589949131012, + 0.022758683189749718, -0.05979418754577637, -0.03436325863003731, -0.016850488260388374, + -0.013546379283070564, 0.01460196077823639, -0.011815807782113552, -0.016845770180225372, + 0.06109152361750603, 9.97574461507611e-5, 0.03854222968220711, -0.009967893362045288, + -0.03748952969908714, 0.0452289916574955, 0.046533145010471344, 0.012466455809772015, + 0.06858939677476883, 0.004779666196554899, 0.08796636760234833, -0.035653937608003616, + 0.025363106280565262, -0.03014291822910309, -0.03140109404921532, 0.0651169866323471, + -0.02332562580704689, -0.024882769212126732, 0.06680808216333389, -0.029112497344613075, + 0.09060168266296387, 0.02125098742544651, -0.09248553961515427, 0.08474719524383545, + -0.005897898226976395, -0.021570228040218353, -0.03363664820790291, 0.04309236630797386, + 0.009623329155147076, 0.056492336094379425, 0.056513670831918716, -0.09410905838012695, + 0.018820762634277344, -0.011905786581337452, 0.01387314684689045, 0.01397788804024458, + 0.008033612743020058, -0.008226145058870316, -0.027212057262659073, -0.016271907836198807, + -0.05538126081228256, -0.06470602005720139, -0.06359699368476868, 0.03916417807340622, + 0.012868847697973251, 0.033494528383016586, -0.0026465856935828924, -0.0038868372794240713, + -0.019232161343097687, -0.008196189999580383, -0.05468252673745155, -0.04852276295423508, + 0.01843254826962948, 0.0582246296107769, 0.011135116219520569, 0.03059021569788456, + -0.011842303909361362, 0.06535613536834717, 0.005124574992805719, -0.029948290437459946, + -0.0225889440625906, -0.039525870233774185, -0.03450179472565651, 0.06191108003258705, + -0.0343477837741375, 0.015244029462337494, 0.0073436652310192585, -0.005337163340300322, + -0.03131968900561333, 0.022634610533714294, 0.060822077095508575, -0.06478346884250641, + 0.046832356601953506, 0.001173134776763618, -0.05417400225996971, -0.08419196307659149, + 0.04083046689629555, 0.015253744088113308, -0.03124910406768322, 0.023194802924990654, + -0.05298703536391258, 0.02206910215318203, 0.03549185022711754, -0.02314578741788864, + -0.02712894417345524, 0.030096501111984253, -0.007458607200533152, 0.08221329003572464, + 0.0034326903987675905, 0.04373510926961899, 0.04761826992034912, -0.011372663080692291, + 0.038482408970594406, -0.09440533071756363, 0.02432648465037346, -0.007450359407812357, + -0.011608847416937351, 0.032791029661893845, -0.03730729594826698, -0.03167257830500603, + 0.018405044451355934, -0.07516180723905563, 0.027201784774661064, -0.02666725404560566, + 0.10216951370239258, 0.04502455145120621, 0.03391331806778908, 0.02826208434998989, + -0.00032750042737461627, -0.05817429721355438, 0.007802964188158512, -0.024188365787267685, + 0.03304700180888176, 0.020991811528801918, -0.0038476285990327597, 0.020669197663664818, + -0.02484644204378128, -0.0006053299875929952, -0.00601169653236866, -0.008041268214583397, + -0.003519563702866435, -0.009428872726857662, 0.0018238300690427423 + ], + [ + -0.0841359943151474, 0.006610891781747341, -0.012267135083675385, 0.05874062702059746, + -0.024264736101031303, 0.005974241998046637, -0.03590572625398636, 0.05690886452794075, + 0.006951966788619757, 0.06809435039758682, 0.03233948349952698, 0.042521245777606964, + -0.0036582169122993946, 0.0028852946124970913, -0.037926383316516876, -0.05655800551176071, + 0.060530468821525574, -0.014180886559188366, -0.04036708548665047, -0.05758935585618019, + -0.0058948565274477005, -0.010749401524662971, -0.008884385228157043, 0.014426754787564278, + -0.012322482652962208, 0.06736813485622406, -0.003188525792211294, -0.07863807678222656, + 0.03849530220031738, -0.015532768331468105, 0.0679226815700531, -0.005743839778006077, + 0.043070171028375626, -8.942522254073992e-5, -0.0021023619920015335, -0.03381447121500969, + 0.06152758747339249, 0.00960357952862978, -0.1296316534280777, -0.03637212514877319, + -0.07892579585313797, 0.0018904228927567601, -0.03316102921962738, 0.03335560858249664, + 0.016684316098690033, 0.03411855548620224, -0.06527669727802277, -0.03668208047747612, + 0.14803817868232727, -0.040661972016096115, 0.03416353464126587, 0.02305598184466362, + -0.01630338467657566, -0.028127387166023254, -0.017188729718327522, 0.04332445561885834, + -0.04547572880983353, -0.03871401399374008, -0.03235583007335663, -0.02197999693453312, + 0.032443493604660034, 0.04030727595090866, 0.004071687813848257, 0.09534580260515213, + -0.09634024649858475, -0.02796340361237526, 0.012003079988062382, -0.04277434200048447, + 0.037901196628808975, -0.025635240599513054, -0.07295085489749908, -0.020983263850212097, + 0.053444765508174896, -0.0076021673157811165, -0.03476924076676369, 0.014928365126252174, + -0.06269527226686478, 0.023051364347338676, 0.004083585925400257, -0.0275292806327343, + 0.019588027149438858, 0.03138108551502228, -0.010700476355850697, 0.03638894483447075, + 0.06375866383314133, 0.10795280337333679, -0.08776967972517014, 0.024445099756121635, + 0.04107797145843506, 0.018557878211140633, 0.03306563198566437, 0.02722305990755558, + -0.08027716726064682, -0.012897706590592861, -0.01207316666841507, 8.791872096480802e-5, + 0.02064443938434124, 0.0011446669232100248, -0.05418572202324867, 0.07000311464071274, + 0.05140912905335426, -0.015367375686764717, 0.009726781398057938, -0.03786070644855499, + -0.01492076925933361, 0.0237283892929554, 0.09350937604904175, 0.06908824294805527, 0.09897250682115555, + 0.06218572333455086, -0.06105182319879532, 0.04714444279670715, 0.03467287868261337, + 0.032826170325279236, -0.10463323444128036, 0.0828409418463707, -0.013050932437181473, + -0.009111643768846989, 0.03267110139131546, 0.01956932619214058, -0.035618603229522705, + -0.034552380442619324, 0.05401558429002762, -0.0120546268299222, -0.00487110298126936, + 0.07787652313709259, -0.08826947212219238, -0.03184323012828827, -0.00899504218250513, + -0.06064101681113243, 0.04020407423377037, -0.0007774225668981671, -0.03678806871175766, + -0.05587589368224144, -0.01713463105261326, -0.022789642214775085, -0.007458890788257122, + 0.031211834400892258, 0.03568404167890549, -0.07177451997995377, 0.0008881445392034948, + -0.002126408740878105, 0.04775681719183922, -0.0010908573167398572, 0.02863299287855625, + 0.08606112003326416, -0.039401065558195114, -0.02463913895189762, -0.043588973581790924, + -0.052758216857910156, 0.0399978831410408, 0.08331933617591858, 0.04595484584569931, + -0.018812300637364388, -0.01255873218178749, 0.017117273062467575, -0.037526026368141174, + 0.08426586538553238, -0.0710032731294632, -0.08261959254741669, -0.05964634194970131, + 0.018942343071103096, -0.06212321296334267, 0.09318801760673523, -0.0516735278069973, + -0.022650981321930885, -0.031734418123960495, -0.05238064005970955, 0.04657622426748276, + 0.03993270546197891, 0.06488821655511856, -0.026089109480381012, -0.006146152038127184, + -0.02198956534266472, -0.04479890689253807, 0.006548598874360323, -0.021151909604668617, + 0.06022300943732262, 0.008638986386358738, -0.010104193352162838, -0.08494006097316742, + -0.008522381074726582, -0.04255397617816925, 0.05997857078909874, -0.04698512330651283, + -0.011882505379617214, -0.04272871091961861, -0.006688284687697887, -0.006240408401936293, + 0.029139509424567223, 0.0720207467675209, 0.06374859809875488, 0.05172288045287132, + 0.005347720347344875, -0.007556416559964418, -0.0007513679447583854, -0.013189745135605335, + 0.015181168913841248, -0.013743259012699127, -0.02235257253050804, 0.09604401886463165, + -0.045791640877723694, 0.003389298217371106, 0.03128799423575401, -0.00020365668751765043, + -0.0005835591000504792, 0.022114844992756844, -0.005998882465064526, 0.0520101860165596, + 0.05441126227378845, -0.004269141238182783, 0.11773423105478287, 0.03500375151634216, + -0.0323239266872406, 0.01829039491713047, -0.014622604474425316, -0.01957043446600437, + -0.09375100582838058, -0.02638462744653225, -0.030438562855124474, -0.04647001996636391, + 0.0084343571215868, 0.014280070550739765, -0.03505692631006241, 0.01808234117925167, + 0.05067646875977516, 0.02955610305070877, -0.06566019356250763, 0.050277192145586014, + -0.03846867382526398, -0.01995205692946911, -0.013463702984154224, 0.05037887394428253, + 0.05548752471804619, -0.003588399849832058, 0.012146981433033943, 0.019105136394500732, + 0.024072391912341118, -0.032954614609479904, 0.05288087949156761, 0.017093366011977196, + -0.03760076314210892, 0.039277564734220505, -0.08259187638759613, -0.1727011501789093, + 0.014278542250394821, -0.041204821318387985, -0.009958130307495594, 0.0832316055893898, + 0.03325802832841873, -0.0789325088262558, 0.00978199765086174, -0.06774967908859253, + -0.049717795103788376, 0.0047169276513159275, -0.07872330397367477, -0.004748068749904633, + -0.019896777346730232, 0.01633373834192753, -0.002997535513713956, 0.040135789662599564, + 0.060477133840322495, -0.0330616794526577, -0.008087812922894955, -0.014672035351395607, + 0.04279429465532303, -0.028590936213731766, -0.019969532266259193, 0.003362689632922411, + -0.00013120734365656972, 0.015799250453710556, 0.02109096199274063, -0.0046386015601456165, + -0.017083868384361267, 0.09660375118255615, 0.013414699584245682, -0.01333068311214447, + -0.016549384221434593, -0.04566839709877968, 0.005172629840672016, 0.01902308128774166, + -0.03983257710933685, -0.03313085436820984, 0.00039652225677855313, 0.015169229358434677, + 0.04179851710796356, -0.04125254601240158, 0.033090781420469284, 0.09557309001684189, + 0.026779253035783768, -0.018190423026680946, -0.03614933416247368, -0.014083858579397202, + -0.06062910705804825, -0.08901040256023407, -0.06226993724703789, 0.07639248669147491, + 0.008328400552272797, 0.004963574465364218, -0.04390211030840874, 0.07776515185832977, + 0.0239714402705431, 0.029475748538970947, -0.018510587513446808, -0.0032952725887298584, + -0.031026721000671387, 0.006721487268805504, -0.008919277228415012, -0.0367928110063076, + -0.08879183977842331, 0.04961540922522545, -0.017020469531416893, 0.019966019317507744, + 0.060711268335580826, -0.07972961664199829, 0.06088467687368393, -0.06037043035030365, + 0.04825569689273834, 0.09613113105297089, -0.03789401799440384, -0.09614992141723633, + 0.08516457676887512, -0.007514577824622393, 0.08529887348413467, 0.038061875849962234, + 0.08375793695449829, -0.047120556235313416, 0.09274623543024063, -0.028948361054062843, + -0.021456092596054077, 0.05012577772140503, 0.0630587562918663, 0.01205708459019661, + 0.049694258719682693, -0.027547184377908707, 0.0016323846066370606, 0.02724052593111992, + -0.05510498955845833, -0.0639776661992073, -0.03418947383761406, -0.09587912261486053, + 0.008402395993471146, 0.11489621549844742, 0.059134602546691895, 0.0847272053360939, + -0.04186590388417244, -0.019772127270698547, 0.023934805765748024, -0.027968043461441994, + -0.017934903502464294, -0.04548569396138191, -0.007923885248601437, 0.056466661393642426, + 0.01336191687732935, -0.04137193039059639, -0.03404165059328079, 0.0012446435866877437, + -0.12952826917171478, -0.07731778919696808, 0.04857415705919266, -0.025011207908391953, + 0.0008631459204480052, 0.01219074334949255, 0.0102247828617692, 0.038641806691884995, + -0.07829689979553223, 0.11753780394792557, -0.035238686949014664, -0.029365964233875275, + -0.057488493621349335, 0.019358566030859947, -0.07333977520465851, 0.019286906346678734, + 0.004896450322121382, -0.03995876386761665, -0.012921832501888275, 0.06751029938459396, + 0.017475321888923645, 0.029812579974532127, -0.05867050215601921, 0.01944488286972046, + 0.028012143447995186, 0.024730853736400604, 0.08695166558027267 + ], + [ + -0.024342834949493408, 0.05387309566140175, 0.028091657906770706, -0.04003053158521652, + -0.020226996392011642, 0.01168434415012598, 0.06079498678445816, -0.012784796766936779, + -0.015572784468531609, -0.08030396699905396, -0.07770996540784836, -0.060585469007492065, + -0.08632644265890121, 0.06889514625072479, -0.0038664641324430704, 0.042523473501205444, + 0.013129769824445248, -0.03422025963664055, 0.08832643926143646, -0.03533836826682091, + 0.1010308563709259, -0.036850981414318085, 0.010327164083719254, -0.0644034892320633, + -0.012484060600399971, 0.04245586693286896, -0.01008859183639288, -0.0013582475949078798, + 0.0015681711956858635, -0.012073962017893791, 0.00815635360777378, 0.04354797303676605, + -0.04111556336283684, 0.024722466245293617, 0.07726820558309555, 0.025883466005325317, + 0.0034430925734341145, -0.041657667607069016, 0.053584154695272446, 0.04928288981318474, + -0.005714851897209883, -0.05241899937391281, -0.01879804953932762, 0.0037568474654108286, + -0.017566505819559097, 0.02188757061958313, 0.024798601865768433, 0.04727696254849434, + -0.02738698571920395, -0.04604018107056618, -0.04428623244166374, -0.038916077464818954, + -0.07878121733665466, -0.02281707525253296, 0.04679267480969429, 0.04864925891160965, + -0.03188599646091461, 0.017774200066924095, 0.06624770164489746, -0.02047664113342762, + 0.025291722267866135, 0.00022974387684371322, -0.03390520438551903, 0.02200140990316868, + -0.024218890815973282, 0.03387227654457092, -0.06312966346740723, 0.053450848907232285, + -0.031095892190933228, 0.009436543099582195, 0.005420587491244078, -0.05392130836844444, + 0.08706086128950119, -0.04612240567803383, -0.05040386691689491, -0.009357642382383347, + 0.014815596863627434, 0.007946149446070194, -0.06896378844976425, 0.005757050588726997, + -0.016327792778611183, -0.004498747643083334, -0.005918558686971664, 0.0035477711353451014, + 0.00807415135204792, 0.0019504858646541834, 0.0074024624191224575, -0.04446639493107796, + 0.0022626807913184166, 0.007384360767900944, 0.01920846849679947, -0.037268348038196564, + -0.03704482689499855, 0.04186730459332466, -0.07018796354532242, 0.02973140962421894, + -0.0453062430024147, 0.004429509863257408, 0.03740936517715454, -0.04624803364276886, + 0.05910934880375862, 0.08790232241153717, -0.08000414073467255, -0.06331934034824371, + 0.011793664656579494, 0.04205000773072243, 0.027377644553780556, -0.012120065279304981, + -0.0054190256632864475, 0.01138751208782196, 0.07648343592882156, -0.0030590221285820007, + 0.05363411083817482, 0.024342011660337448, 0.017768792808055878, 0.06787620484828949, + -0.10170096904039383, -0.030165666714310646, -0.024770937860012054, 0.048814527690410614, + -0.00945365522056818, 0.04996727034449577, 0.031053589656949043, -0.029004694893956184, + -0.0007325719925574958, 0.026837710291147232, 0.02774348296225071, -0.006281077396124601, + 0.016754359006881714, -0.08383414894342422, -0.006685308646410704, -0.0219973586499691, + 0.006611221469938755, -0.06370645016431808, 0.00777412299066782, 0.04949430003762245, + 0.03659495338797569, 0.02091875858604908, 0.0036122023593634367, -0.011827614158391953, + -0.01447947695851326, -0.08176308870315552, -0.03317491337656975, 0.06792009621858597, + 0.0317382887005806, -0.050533391535282135, -0.07548294961452484, -0.041666850447654724, + -0.07297296077013016, 0.013474837876856327, 0.02905328758060932, -0.04961787536740303, + 0.10777236521244049, 0.027157222852110863, 0.0678122341632843, -0.05241775885224342, + 0.02264544926583767, 0.047758799046278, 0.0008589763892814517, 0.04538304731249809, + 0.010209760628640652, -0.0005547832697629929, 0.0508485808968544, -0.007563234306871891, + -0.03130439668893814, -0.03618357330560684, -0.015434793196618557, -0.012556939385831356, + -0.016181912273168564, -0.01848202385008335, 0.005554037168622017, 0.03261755779385567, + -0.033284347504377365, -0.08042260259389877, -0.04398498684167862, -0.0509384460747242, + 0.002364305779337883, 0.04091080278158188, -0.007389608770608902, -0.07031393051147461, + 0.05661024525761604, 0.05707691237330437, 0.06939220428466797, 0.03289728984236717, 0.09604747593402863, + 0.0725954920053482, 0.023189811035990715, 0.033818598836660385, 0.011659526266157627, + 0.07068300992250443, 0.020018108189105988, 0.02476116083562374, 0.08579836040735245, + 0.10087830573320389, -0.07830740511417389, -0.0013465490192174911, 0.047485340386629105, + -0.012185366824269295, 0.07347306609153748, -0.046539824455976486, -0.048787761479616165, + -0.012559558264911175, -0.04206881299614906, 0.006702099461108446, -0.057492099702358246, + -0.018039528280496597, -0.06407216936349869, 0.04177260398864746, -0.004541194997727871, + 0.009027589112520218, -0.012040459550917149, 0.012074782513082027, -0.002637644996866584, + 0.02046128734946251, 0.02129061333835125, 0.00978157389909029, -0.0689864233136177, + 0.012031206861138344, 0.04847760125994682, -0.01693885214626789, 0.014393978752195835, + -0.0077051385305821896, -0.04419302940368652, 0.023710910230875015, 0.10420272499322891, + -0.060406025499105453, -0.017917873337864876, 0.0439329594373703, 0.020708898082375526, + -0.011184577830135822, 0.011810999363660812, 0.08665196597576141, -0.08574478328227997, + 0.04175986722111702, 0.01573481410741806, 0.07858099788427353, -0.003437540028244257, + -0.041185252368450165, 0.015615266747772694, 0.0018516653217375278, 0.00709631759673357, + -0.004307768307626247, -0.012492709793150425, 0.043256960809230804, -0.03705610707402229, + -0.007431655656546354, -0.015972912311553955, -0.02452707663178444, 0.016584699973464012, + 0.036540914326906204, 0.05617636442184448, -0.06732530891895294, -0.04669244959950447, + -0.08939248323440552, -0.0851384773850441, -0.025214705616235733, -0.0991959273815155, + -0.049691323190927505, -0.04796127602458, 0.0333930067718029, 0.054751891642808914, + 0.017959631979465485, -0.048215437680482864, -0.007919047959148884, -0.023938335478305817, + -0.06351396441459656, 0.11182304471731186, 0.06886683404445648, -0.06441744416952133, + 0.020041756331920624, 0.018084732815623283, 0.09274712204933167, 0.008388122543692589, + 0.10803277790546417, 0.04733535274863243, 0.07964923232793808, 0.02004743181169033, + 0.007823482155799866, 0.05491841584444046, 0.0762445256114006, 0.01390598900616169, 0.05183859169483185, + 0.008318282663822174, -0.04845323786139488, 0.023683516308665276, 0.04961565509438515, + -0.021223964169621468, 0.04708249121904373, 0.12747962772846222, 0.08300650119781494, + 0.031158940866589546, 0.007577572017908096, -0.029176117852330208, -0.017273176461458206, + 0.04541897028684616, -0.010055734775960445, -0.07604822516441345, 0.009046421386301517, + -0.03178461641073227, 0.03497017174959183, 0.03066166490316391, 0.0091486107558012, + -0.06975071877241135, -0.10733554512262344, -0.10205892473459244, -0.029270043596625328, + 0.029190775007009506, 0.029879694804549217, -0.00045308927656151354, 0.04540199786424637, + -0.025435449555516243, -0.012011189945042133, 0.010769790038466454, 0.04080089181661606, + 0.03775179758667946, -0.029662586748600006, 0.03902160003781319, -0.04186695069074631, + 0.050287406891584396, 0.012875912711024284, -0.08542342483997345, 0.047385361045598984, + 0.0020054238848388195, -0.049227986484766006, 0.014684697613120079, 0.010891835205256939, + 0.020665617659687996, -0.018604181706905365, -0.026392370462417603, 0.017932960763573647, + 0.04344695061445236, -0.009900066070258617, 0.009464153088629246, 0.061037227511405945, + -0.005705609451979399, -0.01614120975136757, 0.021382711827754974, -0.05354773998260498, + -0.043465252965688705, 0.010725072585046291, -0.04246121272444725, 0.022565560415387154, + -0.06677121669054031, 0.01588933914899826, 0.020124731585383415, -0.019419947639107704, + 0.03268915414810181, -0.003635130124166608, -0.026079772040247917, -0.05474241450428963, + 0.016261637210845947, 0.1105792447924614, 0.0018157674930989742, 0.01972130313515663, + 0.017608845606446266, -0.01952524296939373, 0.061964500695466995, -0.010295582003891468, + 0.013941044919192791, 0.01193961501121521, -0.07569647580385208, 0.036892976611852646, + -0.09318967163562775, 0.02525622583925724, 0.017997734248638153, 0.01451100129634142, + 0.09237241744995117, 0.04121645912528038, 0.056924328207969666, 0.02672402560710907, + -0.0015484248287975788, -0.029828593134880066, -0.0027335472404956818, -0.03121943213045597, + 0.04004138708114624, 0.04938279464840889, 0.03560939058661461, -0.002368278568610549, + -0.02074955403804779, 0.027337193489074707, 0.03411369398236275, -0.02440827153623104, + -0.0093108881264925, -0.07475296407938004 + ], + [ + 0.0034395998809486628, -0.03393592685461044, -0.05817726254463196, -0.017120011150836945, + 0.07919606566429138, -0.056341685354709625, -0.023170191794633865, 0.05790797248482704, + -0.03082890622317791, -0.05264706909656525, 0.028841177001595497, -0.02467445284128189, + 0.07583563029766083, -0.011303074657917023, 0.02733769454061985, 0.04937390610575676, + 0.019149474799633026, -0.03407159075140953, -0.06715495139360428, 0.052112311124801636, + -0.05773633345961571, -0.07150684297084808, -0.03737236186861992, 0.0709533840417862, + 0.007317845709621906, -0.001644848845899105, 0.03750636801123619, 0.11927037686109543, + 0.015550150536000729, 0.013839902356266975, 0.06913048028945923, -0.016645947471261024, + 0.06818016618490219, 0.04180783033370972, 0.02480410970747471, -0.05459847301244736, + -0.047652650624513626, 0.04541726037859917, 0.038352467119693756, 0.002728501334786415, + -0.058720942586660385, -0.05918258801102638, -0.025250254198908806, 0.04837413877248764, + 0.08988791704177856, 0.05672335624694824, -0.006812017876654863, 0.019610950723290443, + 0.0866551622748375, 0.011059503071010113, -0.02390650473535061, -0.026531189680099487, + -0.0028344120364636183, 0.007118725683540106, -0.059116512537002563, 0.007807254791259766, + -0.06191834807395935, -0.07607020437717438, -0.010108918882906437, 0.00771940965205431, + -0.05938805267214775, -0.0002476522058714181, 0.07301037758588791, -0.017980284988880157, + -0.023479372262954712, 0.002290403703227639, -0.03083992935717106, -0.036133311688899994, + 0.0011905754217877984, 0.06185757741332054, -0.04905395954847336, -0.002656839555129409, + -0.07543715834617615, 0.07108200341463089, -0.00828826054930687, -0.02482224628329277, + -0.05577697977423668, -0.027064137160778046, -0.05482824891805649, -0.037120357155799866, + -0.01827910728752613, -0.06581222265958786, -0.0307630468159914, 0.004234980791807175, + 0.07435575127601624, 0.02684759348630905, 0.0129036083817482, 0.056713610887527466, 0.02918165549635887, + -0.055061355233192444, 0.05742130056023598, 0.03945010527968407, -0.010734130628407001, + -0.056899186223745346, 0.05143149569630623, 0.0072245472110807896, -0.008420289494097233, + -0.022317467257380486, -0.032109133899211884, 0.07944075018167496, -0.0016586662968620658, + -0.07040511816740036, 0.0190214142203331, 0.037363797426223755, 0.024783240631222725, + -0.061692509800195694, 0.021530289202928543, 0.044114645570516586, 0.028157757595181465, + -0.043196987360715866, -0.11343805491924286, 0.10309300571680069, 0.0022100030910223722, + -0.0326060950756073, -0.02993837371468544, -0.061810821294784546, 0.05318276956677437, + 0.01800638809800148, 0.010082006454467773, 0.055768925696611404, 0.0009347698069177568, + -0.027438785880804062, -0.06243537738919258, 0.04567456245422363, -0.03275495395064354, + -0.06488610804080963, -0.035425059497356415, -0.015894372016191483, -0.04073893278837204, + 0.005932019092142582, 0.0017714679706841707, 0.04188322648406029, -0.051017485558986664, + 0.03611565753817558, -0.014325861819088459, 0.057619526982307434, -0.08671242743730545, + -0.020782627165317535, 0.0009135078289546072, -0.07170029729604721, 0.10621923953294754, + 0.10170519351959229, 0.02306734025478363, -0.05336533859372139, 0.06967325508594513, + -0.014623763039708138, 0.02595076523721218, -0.0711013525724411, -0.0029990726616233587, + -0.004458785522729158, 0.04103082790970802, -0.0002622460597194731, -0.07119671255350113, + 0.03678110986948013, 0.01705622859299183, 0.06689997762441635, -0.06402061134576797, 0.0865238606929779, + -0.06261396408081055, -0.0666423961520195, -0.036699507385492325, -0.013754073530435562, + 0.01570630446076393, 0.04683946818113327, -0.024157553911209106, 0.040555234998464584, + -0.02257397212088108, -0.011415744200348854, -0.061900071799755096, -0.007067570928484201, + -0.07209866493940353, 0.015477655455470085, 0.07949049025774002, -0.009985636919736862, + 0.026370365172624588, -0.02127908542752266, 0.0572379045188427, 0.0313507616519928, + -0.0059298803098499775, -0.009698891080915928, -0.054579269140958786, -0.04733199253678322, + -0.026904668658971786, -0.09659842401742935, -0.0007229017210192978, 0.017593175172805786, + -0.046278271824121475, -0.026667965576052666, -0.02163081057369709, 0.04141457751393318, + -0.08995489031076431, -0.056428343057632446, -0.056630656123161316, -0.062037188559770584, + -0.06067200005054474, 0.032202184200286865, 0.043565213680267334, 0.018673956394195557, + -0.0013117091730237007, 0.07647596299648285, 0.03868279606103897, 0.04119027405977249, + -0.025981144979596138, 0.12553678452968597, 0.09989084303379059, 0.08713782578706741, + 0.04881169646978378, -0.034223828464746475, 0.09908775985240936, -0.03602365776896477, + -0.09358827024698257, -0.0018827123567461967, 0.045727796852588654, 0.015140687115490437, + 0.06181277334690094, 0.03816971182823181, 0.05773450806736946, 0.03281276300549507, + 0.0014345833333209157, -0.02234179712831974, 0.06390596181154251, -0.06695135682821274, + -0.009649531915783882, 0.008648696355521679, 0.03174237534403801, 0.11507243663072586, + -0.0891750305891037, 0.01370482612401247, 0.0040137204341590405, 0.05884195864200592, + 0.019008314236998558, 0.0031313523650169373, 0.08707517385482788, 0.01953626424074173, + 0.07691428810358047, -0.003878055140376091, 0.034847985953092575, -0.06606155633926392, + 0.05516532436013222, 0.03847227245569229, -0.052743785083293915, 0.020867319777607918, + -0.04556940868496895, 0.03862253949046135, 0.011017730459570885, -0.01406390406191349, + -0.01892785355448723, 0.08890973776578903, 0.0299383532255888, -0.03425898402929306, + 0.08285004645586014, 0.07643995434045792, 0.004933950491249561, -0.029610566794872284, + 0.05669931322336197, 0.020595388486981392, 0.047037273645401, 0.039319250732660294, + 0.013391432352364063, 0.0005751817370764911, 0.06185784935951233, 0.03309169039130211, + -0.0029510038439184427, 0.026053477078676224, -0.004190017469227314, 0.033211205154657364, + -0.05951003357768059, -0.04702284559607506, 0.031491778790950775, 0.010962503962218761, + -0.013193992897868156, -0.06952516734600067, -0.05708211287856102, -0.025219755247235298, + -0.03884625434875488, -0.027326976880431175, -0.06790328770875931, 0.06474370509386063, + 0.04738626256585121, -0.09619630128145218, 0.013459865003824234, -0.0787704735994339, + 0.016488032415509224, 0.047804780304431915, -0.06793433427810669, 0.039362527430057526, + 0.030091987922787666, -0.049679435789585114, 0.02249787747859955, -0.09373404085636139, + -0.04167279228568077, -0.04185877740383148, -0.004549225326627493, 0.003981342539191246, + -0.058051515370607376, -0.045983824878931046, 0.015814634039998055, 0.029825333505868912, + 0.012256947346031666, -0.030975887551903725, 0.01024378091096878, 0.03825785592198372, + 0.07478544861078262, -0.005380919203162193, -0.019358757883310318, 0.05995999276638031, + -0.0018303797114640474, -0.011289994232356548, 0.006414137315005064, -0.04266701638698578, + -0.02342977188527584, 0.0839141234755516, 0.023997200652956963, 0.09187003970146179, + -0.05350079387426376, -0.01729804463684559, 0.05020619556307793, 0.040053591132164, 0.00804450549185276, + 0.007759736850857735, 0.022011352702975273, -0.04718009755015373, 0.0884077176451683, + 0.10817623138427734, -0.04845385625958443, -0.08253056555986404, 0.023565717041492462, + -0.01687956415116787, 0.0008583386661484838, -0.02430652268230915, 0.02422451786696911, + 0.01836215890944004, 0.03793806955218315, 0.003214904572814703, 0.008131230250000954, + 0.05252152681350708, -0.017174767330288887, -0.08460156619548798, -0.0029282693285495043, + 0.017853638157248497, -0.06856845319271088, -0.006131061818450689, 0.006555176805704832, + 0.065065898001194, 0.03420647233724594, 0.02078903838992119, -0.04797033220529556, 0.00764306727796793, + -0.06867007911205292, -0.05050065740942955, -0.023194042965769768, -0.08654729276895523, + -0.027569351717829704, 0.0029725718777626753, 0.028475996106863022, 0.0031626136042177677, + 0.009553047828376293, 0.017617885023355484, -0.02101832628250122, 0.05145619064569473, + 0.05608237162232399, -0.08346258848905563, 0.022943826392292976, 0.0278206467628479, + 0.02114834636449814, -0.06198856979608536, -0.01921568438410759, 0.0037548919208347797, + 0.03220873326063156, -0.0003527386288624257, -0.004923968575894833, -0.04586340859532356, + 0.05309532955288887, 0.013327164575457573, 0.0381675660610199, -0.00844678282737732, + -0.02846720442175865, -0.04769427701830864, -0.026188833639025688, -0.017881236970424652, + -0.00020477588986977935, 0.03460172936320305, 0.012591135688126087, -0.042284999042749405 + ], + [ + 0.0622648261487484, -0.009271916933357716, 0.007350738160312176, -0.03996538743376732, + -0.019901350140571594, 0.02530449628829956, 0.002163543598726392, 0.014656860381364822, + 0.08134452253580093, 0.05212210863828659, -0.03614849969744682, 0.06170257553458214, + 0.013160309754312038, 0.08086330443620682, 0.018251897767186165, -0.00497900927439332, + 0.072024405002594, 0.02861599810421467, 0.06243186816573143, 0.014116345904767513, 0.008906819857656956, + 0.00338372983969748, 0.07597549259662628, 0.017168983817100525, 0.006344147026538849, + -0.04129895195364952, -0.003524443367496133, 0.010661660693585873, -0.026446040719747543, + 0.03906489163637161, 0.034059058874845505, 0.018157348036766052, -0.02761179208755493, 0.05224634334445, + -0.013246945105493069, 0.04316439852118492, 0.03339817374944687, -0.010975814424455166, + 0.010557939298450947, 0.02483178675174713, 0.021778812631964684, -0.02951444312930107, + -0.06674209237098694, -0.0030632249545305967, 0.03205953538417816, -0.019945956766605377, + 0.023115618154406548, 0.061856821179389954, -0.014291792176663876, -0.058564621955156326, + 0.012126843445003033, -0.004078906960785389, -0.10564675182104111, 0.015161055140197277, + -0.006723289843648672, -0.03580712154507637, 0.059088706970214844, -0.03949550539255142, + -0.0031672860495746136, 0.016748931258916855, -0.0061128283850848675, 0.03913203254342079, + -0.02420840971171856, -0.006071606185287237, 0.00664859265089035, -0.00644341204315424, + 0.049082476645708084, 0.08404331654310226, 0.03984253853559494, 0.04690496623516083, 0.0642617717385292, + 0.05315755680203438, -0.025684896856546402, 0.03439374640583992, 0.00953105092048645, + -0.006448406260460615, 0.07818394899368286, -0.05119103565812111, -0.01943930983543396, + -0.006767386570572853, 0.005727625917643309, 0.03986881300806999, 0.038368504494428635, + -0.0394405722618103, -0.030974561348557472, 0.08235686272382736, 0.013535501435399055, + 0.03282726928591728, -0.0024576676078140736, -0.05760474503040314, -0.03473476320505142, + 0.01858566328883171, 0.03561759367585182, 0.00589001877233386, 0.03244549781084061, + -0.022042781114578247, -0.09078125655651093, -0.028294773772358894, 0.08605077862739563, + -0.004016600549221039, 0.03954208642244339, 0.0234645027667284, 0.018507419154047966, + -0.018882181495428085, 0.006826162803918123, -0.03208528086543083, 0.033519066870212555, + 0.02385793626308441, 0.017031941562891006, -0.04406174644827843, 0.06329771876335144, + -0.028048520907759666, 0.03150805085897446, -0.003252362599596381, -0.03168414905667305, + 0.018377870321273804, 0.02934582345187664, 0.002140442142263055, 0.04609828069806099, + -0.08676457405090332, -0.03908303380012512, -0.02006770856678486, 0.01224491372704506, + -0.041386678814888, 0.02359296940267086, -0.03135500103235245, -0.024745598435401917, + -0.038799162954092026, 0.020335687324404716, 0.026277001947164536, 0.020922839641571045, + 0.04628029093146324, -0.008727540262043476, 0.014423353597521782, 0.1544572412967682, + -0.06818019598722458, 0.06011391431093216, -0.010091972537338734, -0.03110889159142971, + 0.01703609712421894, 0.021202607080340385, -0.07184704393148422, -0.028248028829693794, + -0.0347038209438324, -0.02883468009531498, 0.016923263669013977, -0.04092343524098396, + 0.057093601673841476, -0.0038815101142972708, -0.007512897718697786, -0.04382942616939545, + 0.013788644224405289, 0.08400088548660278, -0.05411101505160332, 0.050835542380809784, + -0.04406675323843956, 0.01725633442401886, -0.06297159194946289, -0.025626469403505325, + 0.03537935018539429, -0.011058873496949673, 0.06106278672814369, 0.05377572774887085, + -0.03913358598947525, -0.005841335281729698, -0.04326789453625679, -0.013745158910751343, + -0.05124780908226967, -0.011356538161635399, -0.025211099535226822, 0.06135381758213043, + -0.01977626048028469, 0.03629903867840767, 0.04758532717823982, 0.022669965401291847, + -0.03780924528837204, -0.03547021374106407, -0.027168167755007744, 0.018831750378012657, + -0.020964348688721657, -0.036638230085372925, 0.00833264458924532, 0.07140523940324783, + -0.03213324397802353, 0.05658888816833496, -0.02826414257287979, 0.004292997997254133, + 0.017788756638765335, 0.038035470992326736, 0.035962000489234924, -0.037022851407527924, + 0.06459905952215195, 0.08987265080213547, 0.019070658832788467, -0.00727201160043478, + -0.01468205638229847, -0.015031779184937477, -0.09189287573099136, 0.07594846934080124, + -0.016383063048124313, -0.048090189695358276, 0.003247417276725173, 0.003114744322374463, + -0.10200369358062744, -0.07137728482484818, -0.005187797825783491, 0.008195222355425358, + -0.013922583311796188, 0.004324466455727816, 0.05967184528708458, 0.03681642934679985, + -0.021257666870951653, -0.09076327085494995, -0.07675126940011978, -0.04045112431049347, + -0.00560448644682765, -0.05497144162654877, -0.08789393305778503, -0.009885100647807121, + 0.04276241362094879, -0.07573982328176498, 0.03222016245126724, -0.035916369408369064, + -0.04894228279590607, -0.00929349660873413, -0.008695234544575214, 0.07226236164569855, + 0.039231278002262115, -0.05315723642706871, -0.0665203109383583, 0.010239558294415474, + -0.004113713279366493, -0.02238909713923931, -0.020315269008278847, -0.09347902238368988, + 0.02633252553641796, -0.02016313187777996, -0.006650995928794146, 0.028317417949438095, + -0.01519716065376997, 0.02414497174322605, -0.028481945395469666, -0.02541172318160534, + -0.038013357669115067, -0.003984462469816208, 0.07730835676193237, 0.051837287843227386, + -0.05258478224277496, -0.027613123878836632, -0.008713292889297009, -0.033541321754455566, + -0.05565769225358963, 0.033712681382894516, 0.011487388983368874, 0.0172670166939497, + 0.005827880464494228, -0.032682016491889954, -0.006190360989421606, 0.07202000170946121, + 0.015063333325088024, -0.05006193369626999, 0.0340673103928566, -0.025478826835751534, + 0.06904900819063187, 0.0224312711507082, -0.030137713998556137, 0.11836224794387817, + -0.031311556696891785, 0.04890439286828041, -0.025112491101026535, 0.0416240468621254, + 0.07652824372053146, -0.022624557837843895, 0.05981537699699402, -0.05118432268500328, + 0.0197922196239233, 0.0334060974419117, -0.04654315114021301, 0.0013817149447277188, + 0.002838019048795104, 0.029809821397066116, 0.03225112706422806, 0.02126380242407322, + -0.0254803616553545, -0.002124885795637965, -0.008035609498620033, -0.03528258576989174, + 0.03140624612569809, -0.04959700629115105, -0.00038583247805945575, 0.026210086420178413, + 0.09236934036016464, 0.01406765729188919, 0.0512392558157444, -0.060917433351278305, + 0.033200982958078384, 0.08648238331079483, 0.030901780351996422, -0.08034111559391022, + -0.022055216133594513, 0.05298387259244919, -0.06242690235376358, -0.03914092853665352, + 0.026202894747257233, -0.0682675912976265, 0.037152573466300964, -0.02632048912346363, + -0.029194660484790802, -0.028307851403951645, -0.02045273222029209, -0.03314822539687157, + -0.02319246716797352, -0.028479380533099174, -0.060834892094135284, 0.004393185954540968, + -0.025788486003875732, 0.05709974467754364, -0.00955552700906992, 0.006002143491059542, + 0.005905799567699432, 0.04074611887335777, 0.0406508632004261, -0.019797002896666527, + -0.05519077926874161, -0.02197396382689476, 0.05357204005122185, 0.013423611409962177, + 0.04143931716680527, 0.06505902111530304, -0.03823247179389, -0.02030504122376442, 0.04074662923812866, + 0.07742401957511902, 0.0480281338095665, -0.09678804874420166, -0.08388850092887878, + 0.030777860432863235, -0.0038585809525102377, -0.0704774335026741, -0.06743614375591278, + -0.02787342667579651, -0.009579315781593323, 0.008734188042581081, 0.021099070087075233, + -0.026693738996982574, -0.0022896521259099245, 0.058113083243370056, -0.014234251342713833, + 0.025410927832126617, 0.05545484274625778, -0.049263350665569305, 0.11768770217895508, + -0.0660981684923172, -0.0184971671551466, -0.02380857989192009, -0.0545952282845974, + 0.029286593198776245, 0.03396735340356827, -0.009899880737066269, -0.034475184977054596, + 0.005634796805679798, 0.08276689797639847, -0.023420969024300575, 0.048096705228090286, + 0.02933809906244278, 0.09600214660167694, 0.07128342986106873, -0.013522302731871605, + -0.05113191902637482, -0.005880462005734444, -0.021656932309269905, 0.08270636200904846, + -0.0998520478606224, 0.021996384486556053, -0.0094313845038414, 0.009736547246575356, + -0.0074247377924621105, 0.042265307158231735, 0.07642423361539841, 0.07917281240224838, + -0.02649090252816677, -0.03667840734124184, 0.054355520755052567, 0.0070964740589261055 + ], + [ + 0.035571567714214325, -0.0011590606300160289, 0.04172464832663536, -0.07155486196279526, + 0.013064165599644184, 0.04111047461628914, 0.02889254502952099, -0.07945983856916428, + 0.01955147087574005, 0.012840300798416138, -0.047112904489040375, 0.037752021104097366, + -0.021335065364837646, 0.0663636177778244, -0.0029424233362078667, -0.05721096694469452, + -0.006182126700878143, 0.050034843385219574, -0.0035782447084784508, 0.01122551504522562, + 0.043644871562719345, 0.04680459201335907, 0.09659787267446518, -0.05160573869943619, + 0.03285900875926018, -0.014219663105905056, 0.06644173711538315, -0.07485174387693405, + -0.01013400312513113, 0.010624740272760391, -0.035875171422958374, -0.08076469600200653, + -0.0004961080267094076, -0.002208556281402707, 0.03100014477968216, 0.017600348219275475, + -0.06947603076696396, -0.0029655233956873417, 0.06229362636804581, -0.02857135608792305, + 0.013049590401351452, 0.03729349374771118, -0.051710791885852814, -0.012412555515766144, + 0.03354688733816147, 0.03581973910331726, 0.07851647585630417, 0.018969101831316948, + -0.07678552716970444, -0.018289973959326744, 0.05839810520410538, 0.028815893456339836, + -0.017577869817614555, -0.017144042998552322, -0.0009697633795440197, -0.019066782668232918, + 0.009868763387203217, 0.0639604702591896, 0.028778644278645515, -0.051026489585638046, + 0.060372017323970795, -0.04436422884464264, -0.0037988326512277126, 0.021439872682094574, + 0.03817153349518776, -0.015666095539927483, 0.04678677022457123, 0.0672796368598938, + -0.004013197962194681, 0.013224005699157715, -0.016543330624699593, 0.025947505608201027, + 0.052311576902866364, -0.07040828466415405, 0.03381916135549545, 0.018004953861236572, + 0.07976578921079636, 0.009041245095431805, -0.062435198575258255, 0.0839344933629036, + 0.06510492414236069, -0.050526294857263565, -0.01506032608449459, 0.0670628473162651, + -0.015584017150104046, 0.02469724602997303, -0.007620108779519796, -0.019093012437224388, + 0.04418438673019409, 0.0075148046016693115, -0.00396623695269227, 0.03644171357154846, + 0.0073702288791537285, -0.004097726661711931, -0.043851662427186966, -0.014535961672663689, + -0.00975700281560421, 0.014855951070785522, 0.013560366816818714, -0.03834664821624756, + -0.0025702740531414747, 0.047944631427526474, -0.013712824322283268, -0.05081905052065849, + 0.016247430816292763, 0.088560551404953, 0.04959042742848396, -0.026648521423339844, + -0.01766110397875309, 0.031611692160367966, 0.07156166434288025, -0.0918348878622055, + 0.06683836877346039, -0.0142943961545825, -0.003827226348221302, 0.05771005153656006, + -0.013870242051780224, 0.004759122617542744, 0.017485342919826508, -0.024782245978713036, + -0.005588592495769262, -0.0021649652626365423, 0.05728529021143913, 0.039790064096450806, + 0.07297766953706741, 0.01978295110166073, -0.01246024388819933, 0.026498859748244286, + 0.03981182351708412, 0.0053378744050860405, 0.012121281586587429, 0.007847905158996582, + -0.04170207679271698, -0.029879599809646606, 0.09742920845746994, -0.04060301184654236, + 0.13301970064640045, 0.07292167097330093, 0.0798998475074768, 0.037638209760189056, + -0.03119097650051117, -0.0011630892986431718, -0.0759434625506401, -0.0247064046561718, + -0.027764443308115005, 0.018415937200188637, 0.012734360992908478, 0.028721855953335762, + -0.04081016406416893, -0.012197081930935383, 0.04341642186045647, -0.0003999782493337989, + 0.035467151552438736, -0.07589838653802872, 0.0131193483248353, -0.049163784831762314, + 0.003171107964590192, -0.04783894494175911, -0.02225164696574211, 0.017142238095402718, + -0.0019600449595600367, 0.03491216152906418, 0.01792239025235176, 0.09156541526317596, + -0.03354228287935257, 0.033147867769002914, 0.09976005554199219, -0.052733056247234344, + 0.01261164154857397, 0.00705304741859436, 0.06775017082691193, 0.008464939892292023, + 0.0013864731881767511, -0.023747576400637627, -0.025678463280200958, -0.011101115494966507, + -0.02086169645190239, 0.037324488162994385, -0.03309588506817818, -0.03946434333920479, + 0.03278340771794319, -0.023768166080117226, 0.02860080637037754, 0.037889573723077774, + 0.028449110686779022, 0.021725298836827278, -0.03646765649318695, 0.022075682878494263, + -0.05428935959935188, 0.08524433523416519, -0.06056589633226395, -0.01271799299865961, + 0.06206244230270386, 0.011769971810281277, -0.02073865942656994, 0.019099118188023567, + -0.06411822140216827, -0.02037585712969303, 0.08345139771699905, -0.035977158695459366, + -0.028499849140644073, -0.06505577266216278, -0.04442233964800835, -0.09383881092071533, + 0.0015826429007574916, -0.037598371505737305, -0.05687522515654564, -0.015271863900125027, + -0.053431469947099686, 0.04202359914779663, 0.04412688687443733, -0.008118248544633389, + -0.08252459764480591, -0.04543635994195938, -0.006029024720191956, 0.03633766248822212, + -0.004356399644166231, -0.022897949442267418, 0.06322400271892548, -0.010702461004257202, + 0.055425770580768585, -0.010727718472480774, -0.06292229890823364, -0.02169283665716648, + 0.06628850847482681, -0.07247211039066315, 0.038958314806222916, 0.06148575246334076, + -0.06105145812034607, -0.012445124797523022, 0.009959638118743896, 0.054425034672021866, + -0.08770142495632172, 0.012280374765396118, -0.005905985366553068, 0.07337560504674911, + -0.03099513053894043, -0.005989185534417629, -0.05183173343539238, 0.042600568383932114, + 0.0011076903901994228, -0.009452140890061855, -0.05003562569618225, -0.0513678602874279, + 0.04040489345788956, -0.024151917546987534, 0.03365412354469299, -0.08422436565160751, + -0.026104342192411423, -0.02685520052909851, 0.012092114426195621, -0.015525484457612038, + 0.053546786308288574, 0.010927730239927769, -0.026711514219641685, 0.04527886211872101, + 0.00669419951736927, -0.04458443447947502, 0.045387715101242065, -0.010471767745912075, + -0.04029630124568939, 0.05695579946041107, 0.0025047450326383114, 0.0006695836200378835, + -0.09131919592618942, -0.02229425497353077, 0.07899472862482071, 0.03778533264994621, + 0.05682666227221489, -0.009857135824859142, -0.045221518725156784, -0.011521727778017521, + 0.05406273528933525, 0.05054249241948128, -0.03254517912864685, 0.024911435320973396, + 0.061180196702480316, -0.058420781046152115, -0.04043511673808098, 0.060147736221551895, + 0.02121264673769474, 0.07913079857826233, 0.025010865181684494, -0.04236646369099617, + 0.0499400869011879, -0.03581142798066139, -0.04224860668182373, -0.010362531989812851, + -0.011401956900954247, 0.06777589023113251, -0.053048066794872284, 0.09115292876958847, + -0.008218321949243546, -0.04426846653223038, -0.00044650438940152526, 0.07094795256853104, + -0.04381189122796059, -0.03341364115476608, -0.08436598628759384, -0.0796816423535347, + 0.05016619339585304, -0.05805373191833496, -0.023340769112110138, 0.046766359359025955, + -0.04246536269783974, 0.0317399762570858, 0.004326453898102045, 0.04297840595245361, + -0.08627893775701523, 0.019597133621573448, -0.002401903038844466, -0.07386399060487747, + -0.0721798911690712, -0.030532831326127052, 0.03636489436030388, -0.05176796391606331, + 0.057342953979969025, 0.002271640347316861, 0.009296638891100883, -0.03799175098538399, + 0.002499296795576811, 0.05614474043250084, -0.041310276836156845, -0.032402586191892624, + -0.026260508224368095, 0.04251576215028763, -0.09895935654640198, 0.035828035324811935, + 0.01902345009148121, -0.05408702790737152, 0.03247673436999321, 0.041604913771152496, + 0.01775357313454151, -0.013989098370075226, 0.001816403353586793, -0.06743289530277252, + 0.05239258334040642, 0.01206339430063963, -0.06730872392654419, 0.05911519378423691, + 0.031932126730680466, -0.0609748475253582, 0.0015917030395939946, 0.002822384936735034, + -0.032872363924980164, -0.0016705463640391827, 0.007583212107419968, 0.03091040626168251, + 0.07920029759407043, 0.023058047518134117, -0.015524275600910187, 0.061155304312705994, + -0.04241836071014404, 0.006536048371344805, -0.025482578203082085, -0.026518749073147774, + 0.05116456001996994, 0.00845038890838623, 0.046016812324523926, 0.015559562481939793, + -0.03829728811979294, -0.024881942197680473, 0.031411852687597275, 0.027409693226218224, + -0.015285152941942215, 0.07550017535686493, 0.09844183921813965, 0.02707851305603981, + 0.0141772935166955, 0.034961849451065063, -0.004939606413245201, 0.0034480940084904432, + -0.019328266382217407, 0.011512585915625095, -0.02555985562503338, 0.0021088761277496815, + 0.08452355116605759, 0.02825440652668476, 0.03260956332087517, 0.033989228308200836, + -0.027094034478068352, -0.040469489991664886, 0.0366239920258522, 0.003337678499519825 + ], + [ + 0.01916290447115898, -0.01979781873524189, 0.027884839102625847, 0.05310359224677086, + -0.012753639370203018, 0.03551843762397766, -0.011057921685278416, -0.012808870524168015, + -0.04911665990948677, 0.008161310106515884, 0.06545276194810867, 0.06223675608634949, + -0.01817810721695423, -0.02552606351673603, -0.06934656202793121, 0.06653019040822983, + 0.013277039863169193, -0.036601465195417404, 0.05081536993384361, -0.057246580719947815, + 0.06940671056509018, -0.0004387516819406301, 0.05061038210988045, -0.00949704460799694, + 0.015835411846637726, 0.031510286033153534, -0.09942369163036346, 0.03276063874363899, + 0.026409104466438293, -0.08678962290287018, -0.0756375789642334, 0.02607133239507675, + -0.08875215798616409, 0.026851486414670944, 0.04611792042851448, 0.06953372061252594, + -0.017186250537633896, 0.04192709922790527, -0.004269145429134369, 0.04588969796895981, + -0.003911019302904606, 0.051188066601753235, -0.06473152339458466, 0.029092228040099144, + 0.07314154505729675, -0.08489491045475006, -0.0002983638260047883, 0.06453781574964523, + -0.026724373921751976, -0.02515663020312786, -0.014551518484950066, -0.02791118435561657, + 0.06444540619850159, -0.023387953639030457, 0.08475435525178909, -0.018273895606398582, + 0.1347961127758026, 0.1690521538257599, 0.022549981251358986, -0.06854230910539627, + -0.025025105103850365, -0.04387987032532692, -0.045583080500364304, 0.03707769140601158, + 0.02797074243426323, 0.009532371535897255, 0.14168128371238708, 0.08813267201185226, + -0.031825728714466095, -0.027845215052366257, -0.11474233865737915, -0.06956099718809128, + -0.007293321657925844, -0.026582518592476845, 0.022011494264006615, -0.04333753138780594, + -0.010460489429533482, -0.044958021491765976, 0.008114449679851532, 0.0735011175274849, + 0.018142886459827423, 0.02515694871544838, -0.013433048501610756, 0.019459785893559456, + -0.08983515202999115, 0.009117764420807362, 0.03174951300024986, 0.0652749165892601, + 0.05798617750406265, 0.024922970682382584, -0.07106100767850876, 0.07862365990877151, + 0.009952271357178688, 0.016488248482346535, 0.028702015057206154, -0.007989787496626377, + -0.028339989483356476, -0.0689067617058754, 0.030738212168216705, -0.03523460775613785, + 0.031224483624100685, -0.008026644587516785, -0.057756152004003525, -0.07570356875658035, + -0.052127767354249954, -0.030651364475488663, -0.02225497178733349, 0.07272420078516006, + -0.04030313342809677, 0.06468091905117035, 0.04523707926273346, -0.04029368981719017, + -0.084816575050354, -0.10814348608255386, 0.006564662326127291, 0.024749644100666046, + -0.10617151111364365, -0.014331802725791931, 0.007469730917364359, 0.03426047042012215, + 0.038901522755622864, 0.01469823345541954, 0.0482616163790226, -0.03413745388388634, + 0.001884007011540234, -0.03702820464968681, 0.006876010447740555, 0.008238487876951694, + 0.015098970383405685, 0.061352815479040146, -0.09010331332683563, 0.021546725183725357, + -0.009108339436352253, -0.010587126016616821, -0.015396052040159702, 0.09641527384519577, + -0.0008151427027769387, -0.0283243078738451, 0.008058195933699608, -0.07265394926071167, + -0.04264044016599655, 0.003916965331882238, -0.0004493554588407278, -0.06497728824615479, + -0.02252097986638546, 0.09671001881361008, 0.05873801186680794, -0.053540028631687164, + -0.07341328263282776, -0.09093299508094788, 0.03939969465136528, -0.06168133392930031, + 0.10200012475252151, 0.06496535241603851, -0.03521038591861725, 0.022995326668024063, + -0.052605707198381424, -0.08780944347381592, -0.021811097860336304, -0.006964048370718956, + -0.007676570676267147, -0.02938440628349781, -0.005199509207159281, -0.04185494780540466, + -0.01577731966972351, 0.01396902371197939, -0.01667538844048977, -0.017492158338427544, + -0.07586286216974258, 0.0440799705684185, 0.023360339924693108, 0.05555356293916702, + 0.026197640225291252, -0.041191525757312775, 0.00869009830057621, -0.0024035656824707985, + 0.014103904366493225, -0.07017113268375397, 0.0011091050691902637, -0.011352533474564552, + 0.037055131047964096, -0.07410743832588196, 0.010722626931965351, 0.00930208619683981, + 0.024423029273748398, -0.09593091160058975, 0.0433666817843914, 0.0023315183352679014, + 0.06534674763679504, 0.012096523307263851, -0.093387171626091, 0.09364236146211624, 0.12638314068317413, + 0.0031316629610955715, -0.03852923586964607, -0.07019668817520142, -0.012218947522342205, + -0.02322099171578884, -0.07665137201547623, -0.09863840043544769, 0.04408295080065727, + 0.045934610068798065, -0.04264484718441963, -0.041662491858005524, -0.06028900668025017, + -0.07224338501691818, -0.07873616367578506, -0.03983541950583458, -0.021505706012248993, + 0.009102776646614075, 0.06272159516811371, -0.08178935945034027, -0.10247117280960083, + -0.07986842095851898, -0.013934639282524586, 0.05964530259370804, -0.0628574788570404, + -0.04785199090838432, -0.06492376327514648, 0.10582613945007324, -0.033346228301525116, + 0.018295414745807648, 0.11009539663791656, 0.02835068851709366, 0.05644339323043823, + -0.07706573605537415, 0.033701665699481964, -0.07883759588003159, 0.015197095461189747, + -0.012937165796756744, -0.002705254592001438, -0.004836381878703833, -0.026236634701490402, + -0.05110854655504227, -0.07009081542491913, 0.05541090667247772, -0.09124675393104553, + 0.03834492713212967, -0.11171963065862656, 0.05782986432313919, -0.1151130348443985, + -0.020953387022018433, -0.04605625942349434, -0.005341619253158569, 0.05491909012198448, + -0.04915694147348404, 0.05317096784710884, -0.07297317683696747, -0.11685781180858612, + 0.011837809346616268, 0.023905649781227112, 0.055145639926195145, 0.10014840215444565, + 0.007066021207720041, 0.004643653519451618, -0.07838123291730881, 0.07088446617126465, + 0.12152449786663055, -0.035288915038108826, 0.029305171221494675, 0.00694974884390831, + 0.012058098800480366, 0.023451341316103935, 0.04370047152042389, 0.061160970479249954, + 0.07949425280094147, 0.10059334337711334, 0.053248822689056396, 0.004714781418442726, + -0.01560149434953928, 0.00797974318265915, -0.04528186842799187, 0.010746737010776997, + 0.05785847455263138, 0.02802605740725994, -0.00784381851553917, 0.013049997389316559, + 0.028967462480068207, 0.09170681238174438, 0.08723079413175583, 0.05979647487401962, + -0.020930513739585876, -0.076064333319664, -0.06270473450422287, 0.01500944048166275, + -0.0052855359390378, 0.0869012176990509, 0.07792633026838303, 0.09533169120550156, + -0.035442594438791275, -0.013645133003592491, -0.04420631006360054, -0.02730179764330387, + 0.07745102047920227, -0.006513410247862339, 0.15987826883792877, -0.06881922483444214, + -0.04182104766368866, -0.09313206374645233, -0.006774082314223051, -0.06450172513723373, + -0.06093237176537514, -0.027714353054761887, 0.018274711444973946, 0.058762308210134506, + 0.03485294431447983, -0.009434699080884457, 0.002439930336549878, -0.05458182469010353, + 0.11197233200073242, 0.09971953928470612, 0.0008059567189775407, 0.048648957163095474, + 0.03707411140203476, 0.013194208033382893, -0.024975119158625603, -0.030594849959015846, + -0.013544698245823383, -0.054217103868722916, 0.04603332281112671, 0.007402768358588219, + -0.06554998457431793, -0.013951248489320278, -0.0005130866193212569, 0.07644494622945786, + 0.06184793636202812, -0.03890951722860336, -0.04578201472759247, 0.13683894276618958, + -0.15539327263832092, -0.11464954912662506, 0.06456054747104645, 0.01748877577483654, + 0.04751420021057129, 0.07158894836902618, -0.11460615694522858, -0.009888526052236557, + 0.056865740567445755, -0.054762937128543854, 0.04659801349043846, -0.07211975753307343, + 0.03876947984099388, -0.002293097088113427, -0.09817399084568024, 0.026789383962750435, + -0.06056783348321915, 0.01740264892578125, 0.07968220114707947, 0.04193364828824997, + -0.0609867088496685, -0.029421180486679077, 0.04005233943462372, 0.04504602402448654, + -0.09725362062454224, -0.06741951406002045, 0.04208415374159813, 0.05517327040433884, + -0.030325448140501976, -0.011713029816746712, 0.006322649307549, 0.012970548123121262, + -0.004274843260645866, -0.08923417329788208, 0.012497774325311184, -0.013775804080069065, + 0.012218257412314415, 0.029808146879076958, 0.03481220081448555, 0.0475681871175766, + -0.017690887674689293, 0.00023044402769301087, -0.06053967401385307, 0.0012877453118562698, + 0.0005218634032644331, -0.05434925854206085, -0.00416206568479538, -0.05352764576673508, + 0.0331437774002552, 0.05508879944682121, -0.016793599352240562, 0.003753224154934287, + 0.0009122080518864095, 0.03021329455077648, -0.04221703112125397 + ], + [ + 0.09225030243396759, 0.05766965076327324, -0.04039771482348442, -0.005029001273214817, + -0.0005522022838704288, 0.04138586297631264, 0.07623623311519623, 0.021459637209773064, + 0.12211355566978455, 0.006169536150991917, -0.03573067486286163, 0.057147733867168427, + -0.07589390128850937, 0.08382945507764816, 0.057575300335884094, 0.028783507645130157, + 0.03693142905831337, -0.08863559365272522, -0.024149611592292786, 0.05241162329912186, + 0.00732145830988884, 0.10623082518577576, 0.06880386173725128, -0.039364904165267944, + -0.0378011092543602, 0.06912581622600555, -0.09179964661598206, -0.026903849095106125, + 0.07839087396860123, 0.111452616751194, 0.01321773324161768, 0.028386611491441727, 0.04899140074849129, + 0.07894252240657806, 0.027839140966534615, 0.07496671378612518, 0.023893995210528374, + -0.02903558686375618, 0.059098027646541595, -0.036613259464502335, 0.04663224518299103, + -0.04295068606734276, -0.045924920588731766, 0.03163225203752518, -0.02641022577881813, + 0.04005733132362366, -0.05479215458035469, 0.021051747724413872, 0.034148283302783966, + -0.06921637058258057, 0.028580578044056892, -0.0446074903011322, -0.06601383537054062, + 0.021832704544067383, 0.07186871767044067, 0.04457822069525719, -0.03270626813173294, + -0.010227615013718605, 0.025980887934565544, -0.06743428111076355, 0.024296386167407036, + -0.08879638463258743, 0.009370500221848488, 0.05796577036380768, 0.07944288104772568, + -0.014321856200695038, -0.09558874368667603, -0.004377317149192095, 0.06056540831923485, + -0.04042423889040947, 0.0913734957575798, 0.005573890637606382, 0.03716062381863594, + 0.018981263041496277, -0.024526221677660942, -0.039337385445833206, 0.06748809665441513, + 0.0016378754517063498, 0.055098723620176315, -0.007082153577357531, 0.01924308016896248, + 0.040238067507743835, 0.0028428758960217237, 0.012675068341195583, 0.01785808801651001, + -0.08939401805400848, -0.025072505697607994, -0.05030737817287445, -0.1269434243440628, + -0.018552808091044426, -0.007466487120836973, -0.09473195672035217, 0.05955113470554352, + 0.027270298451185226, -0.014521600678563118, -0.039096735417842865, -0.03356807678937912, + 0.021029843017458916, 0.016521353274583817, 0.06198318675160408, 0.04636641591787338, + 0.08905978500843048, -0.06784883886575699, 0.020599137991666794, -0.05945179611444473, + -0.03880421817302704, -0.06335708498954773, -0.05816367641091347, -0.01691744104027748, + 0.0073946681804955006, 0.04665087163448334, -0.10885152965784073, 0.08659883588552475, + 0.021370630711317062, -0.045908939093351364, -0.039177797734737396, -0.09825056791305542, + -0.025367967784404755, 0.06233970820903778, -0.011890696361660957, -0.0032190531492233276, + -0.0985119491815567, 0.039845552295446396, 0.036716118454933167, 0.09009947627782822, + -0.017780322581529617, -0.002026419620960951, -0.0007720774738118052, -0.07142918556928635, + -0.07477851957082748, 0.03526218980550766, 0.028157496824860573, -0.06938300281763077, + 0.04486362263560295, -0.01604428142309189, -0.09762614965438843, 0.041382797062397, + 0.007320040836930275, -0.0555320642888546, 0.04204734414815903, 0.026314226910471916, + -0.07688108086585999, -0.05786570906639099, 0.018839675933122635, -0.0591217577457428, + 0.00026724935742095113, -0.05648014694452286, 0.031111497431993484, -0.020154980942606926, + 0.060524649918079376, 0.03876427188515663, -0.03164912015199661, 0.046280670911073685, + 0.02672434225678444, 0.01464349590241909, -0.16920824348926544, -0.021332241594791412, + 0.022721843793988228, 0.013551324605941772, 0.07521013170480728, -0.04581853374838829, + 0.047617893666028976, 0.0018172707641497254, -0.01676979847252369, 0.14978641271591187, + -0.05596595257520676, -0.01809658482670784, 0.0017647187924012542, 0.0319225899875164, + 0.0002372787130298093, -0.012459906749427319, 0.026448527351021767, -0.018868518993258476, + -0.011125866323709488, -0.07244063168764114, -0.028238365426659584, 0.04941056668758392, + 0.04708882421255112, -0.08057056367397308, 0.03958655148744583, -0.023023979738354683, + -0.010014963336288929, 0.016428440809249878, 0.06594652682542801, -0.007437852211296558, + 0.04031677916646004, 0.06120073050260544, -0.007367187179625034, -0.07156363874673843, + 0.011871490627527237, 0.011183148249983788, -0.03052489645779133, -0.009093514643609524, + 0.014183789491653442, -0.0038861033972352743, 0.0998046025633812, -0.024342644959688187, + -0.06828222423791885, -0.0016328665660694242, 0.011125435121357441, 0.03725871816277504, + -0.014714584685862064, -0.04078570380806923, -0.009480329230427742, -0.011072522960603237, + -0.024561461061239243, -0.020170120522379875, -0.02329402044415474, 0.024832017719745636, + -0.024124328047037125, 0.1124863550066948, 0.05130743607878685, -0.10719727724790573, + 0.04085436463356018, -0.040994398295879364, 0.0018434897065162659, -0.00551171600818634, + -0.04519602656364441, 0.0256799329072237, 0.01890740357339382, -0.039383094757795334, + -0.014437246136367321, -0.04078711196780205, 0.0492255762219429, -0.05975371599197388, + -0.06234239041805267, -0.04305730015039444, -0.10032574087381363, 0.011788725852966309, + -0.06644769012928009, 0.044892530888319016, 0.011634288355708122, -0.05081024393439293, + -0.022005217149853706, 0.056163910776376724, -0.048114266246557236, -0.006085641216486692, + 0.08842457085847855, -0.024946078658103943, 0.0541229248046875, 0.03416702523827553, + 0.019705940037965775, 0.03563188761472702, -0.023524262011051178, -0.11546076089143753, + -0.04611317813396454, -0.04041232913732529, -0.03635140135884285, 0.028298333287239075, + 0.08898214250802994, 0.06072389334440231, -0.10329162329435349, 0.08522914350032806, + -0.016995245590806007, 0.006455293390899897, -0.06871569901704788, -0.1033104732632637, + 0.05152284353971481, -0.031362906098365784, -0.04139925166964531, 0.020819680765271187, + -0.06309176981449127, -0.0686919167637825, -0.04284822568297386, 0.0016978044295683503, + -0.018468327820301056, 0.011357590556144714, 0.09575316309928894, -0.008785426616668701, + -0.008672865107655525, 0.01839154213666916, 0.06628761440515518, 0.023126186802983284, + 0.017059555277228355, 0.003276654053479433, 0.022630728781223297, 0.0569378137588501, + -0.03447325900197029, -0.07330051809549332, 0.021023811772465706, 0.03445769473910332, + 0.09296910464763641, 0.030780931934714317, -0.037057239562273026, 0.03530048206448555, + 0.04136587306857109, 0.007428137585520744, -0.001997568178921938, 0.051878370344638824, + -0.0064661274664103985, -0.04472365230321884, 0.033601850271224976, 0.001131913741119206, + 0.02040562778711319, 0.003531399182975292, -0.011342980898916721, -0.016830945387482643, + -0.1034223884344101, 0.05097377672791481, 0.024349572136998177, -0.02209111489355564, + -0.0023879085201770067, -0.08023515343666077, 0.002225397154688835, -0.06908746063709259, + 0.04755566269159317, -0.031582195311784744, -0.016840139403939247, 0.01976923830807209, + -0.05011073872447014, -0.041785284876823425, -0.012938251718878746, 0.015536108985543251, + -0.02212909236550331, -0.054054174572229385, -0.01728934235870838, -0.08262225985527039, + -0.016766859218478203, -0.020853225141763687, -0.00239484291523695, -0.02062378078699112, + -0.054323215037584305, -0.04510032758116722, -0.02414725348353386, 0.03766707703471184, + 0.08022280782461166, 0.006843693554401398, 0.04352378472685814, 0.007197713945060968, + 0.07521472126245499, 0.0018190717091783881, 0.005609568208456039, -0.0583401620388031, + 0.06289934366941452, -0.0868142619729042, -0.041957203298807144, -0.04324565455317497, + -0.004259220790117979, -0.040303632616996765, -0.03486151993274689, 0.0612557977437973, + -0.045100387185811996, 0.04096265509724617, 0.08618585765361786, 0.019740277901291847, + 0.04286546632647514, 0.046155963093042374, 0.08556707948446274, -0.005378165747970343, + -0.0383928157389164, -0.017435675486922264, 0.10480702668428421, -0.015614260919392109, + -0.051192086189985275, 0.03134729713201523, -0.03208821639418602, -0.002958378754556179, + 0.07161357253789902, 0.07838704437017441, -0.029101353138685226, -0.08743195980787277, + -0.022883037105202675, 0.019515305757522583, 0.017048023641109467, -0.007530390750616789, + 0.13891473412513733, -0.0067029125057160854, 0.08204363286495209, 0.023977166041731834, + 0.032351646572351456, -0.07736369967460632, -0.023558003827929497, 8.070660260273144e-5, + 0.06311546266078949, 0.02467241883277893, 0.006791917607188225, 0.04257383942604065, + 0.02033139020204544, 0.05109370872378349, -0.04242793470621109, 0.016341382637619972, + 0.034718386828899384, 0.05839604139328003, -0.04158652946352959 + ], + [ + 0.019247695803642273, -0.047653306275606155, 0.02787497080862522, 0.027303004637360573, + -0.022498315200209618, -0.07407525181770325, 0.02685486525297165, -0.008329306729137897, + -0.04770577698945999, -0.023995306342840195, -0.016737740486860275, -0.014118866994976997, + -0.03448449820280075, 0.06701712310314178, 0.04455792158842087, -0.04822629317641258, + 0.0364445224404335, -0.02286924235522747, 0.050563473254442215, 0.05270298570394516, + 0.023064622655510902, -0.021685436367988586, 0.06686723232269287, -0.01583131216466427, + -0.0443149171769619, -0.006084660533815622, 0.03990299254655838, -0.008855042979121208, + 0.015949580818414688, -0.042883630841970444, 0.0011395246256142855, -0.01282745786011219, + -0.07937172800302505, -0.016359159722924232, -0.020429186522960663, 0.023862309753894806, + 0.005642537493258715, -0.03511554002761841, 0.05999632552266121, -0.0918831080198288, + 0.021150238811969757, -0.027742639183998108, 0.018122896552085876, 0.046111319214105606, + -0.0038541583344340324, 0.0034034571144729853, 0.05118122696876526, -0.014990756288170815, + -0.0006132686976343393, 0.012205013073980808, -0.019650187343358994, 0.01473471149802208, + -0.00592794781550765, -0.01497360598295927, -0.026137003675103188, 0.1341400444507599, + -0.055788055062294006, 0.07415162026882172, 0.05423448234796524, -0.13503149151802063, + 0.05491293594241142, -0.04050860553979874, -0.0668579563498497, -0.0634419173002243, + 0.029597636312246323, -0.012561180628836155, -0.04481237009167671, 0.09186398237943649, + 0.08158841729164124, -0.02125890552997589, 0.04226529970765114, 0.05209844931960106, + -0.030206046998500824, 0.01413068175315857, 0.15395766496658325, 0.15164269506931305, + 0.08315956592559814, -0.02192356437444687, 0.023322265595197678, 0.03653375059366226, + -0.003768018214032054, -0.0029269277583807707, -0.06757666170597076, 0.08556591719388962, + 0.0060927062295377254, 0.022412952035665512, 0.014421088621020317, 0.0036995778791606426, + -0.04184611886739731, 0.01538706012070179, 0.05054270103573799, -0.03670719265937805, + -0.007266119122505188, -0.058089178055524826, -0.11697741597890854, 0.07736451923847198, + 0.0027230456471443176, -0.00696069560945034, 0.02599504217505455, -0.030105136334896088, + 0.007951314561069012, 0.06518260389566422, 0.014538448303937912, 0.1149597316980362, + 0.03100237064063549, -0.026060502976179123, -0.016005193814635277, -0.055670034140348434, + 0.02543875016272068, -0.05075475946068764, 0.1041472852230072, -0.09003537148237228, + 0.05109582468867302, -0.02263561263680458, -0.018997054547071457, -0.00016326918557751924, + -0.0815313309431076, 0.03210994973778725, 0.06762149184942245, -0.007192044984549284, + -0.016388993710279465, -0.056385524570941925, 0.01862119510769844, -0.03477112948894501, + 0.04480304941534996, 0.004235181026160717, -0.019153952598571777, 0.03792165219783783, + 0.044403400272130966, -0.025165246799588203, 0.0824681892991066, -0.0417553074657917, + 0.043390627950429916, -0.016588998958468437, 0.04704266041517258, -0.0728846937417984, + 0.021306632086634636, 0.013188926503062248, 0.03703565523028374, 0.031533133238554, + -0.01159245241433382, -0.03579740598797798, -0.006565405987203121, -0.009118190035223961, + -0.048696063458919525, -0.08006475120782852, -0.057514872401952744, 0.0058861118741333485, + -0.06418909132480621, -0.041365258395671844, -0.012912075035274029, 0.05634045600891113, + 0.077689990401268, -0.01081131212413311, -0.02959352917969227, -0.06329507380723953, + -0.08325742930173874, 0.09211007505655289, 0.023538313806056976, 0.07185681909322739, + -0.08994919061660767, 0.09764177352190018, -0.002839846070855856, -0.03416904807090759, + 0.08947130292654037, 0.007687092293053865, 0.061313237994909286, -0.08200465887784958, + 0.06653068214654922, 0.012924411334097385, 0.028244901448488235, -0.008860471658408642, + 0.0366457961499691, 0.04945579916238785, 0.049627602100372314, 0.021401379257440567, + -0.056525666266679764, -0.04689473286271095, 0.01573823392391205, 0.01599711738526821, + 0.006980200298130512, -0.06395453214645386, -0.0449322871863842, -0.02002773992717266, + -0.07085959613323212, -0.06076032668352127, -0.04917382821440697, -0.06617774814367294, + -0.0319654606282711, -0.004455805290490389, -0.00863596796989441, -0.055291272699832916, + -0.022455258294939995, 0.06014019995927811, 0.02016480080783367, -0.02324351854622364, + -0.00506211444735527, -0.012218574993312359, 0.0478203110396862, -0.029461191967129707, + -0.050852615386247635, -0.05011244863271713, 0.058838509023189545, -0.04354364052414894, + -0.08169626444578171, -0.015202575363218784, 0.07244105637073517, -0.06383956223726273, + -0.05330251157283783, 0.10199470818042755, -0.04683893173933029, 0.05983671918511391, + 0.0591825433075428, -0.09354247152805328, -0.015198256820440292, 0.07677682489156723, + 0.0007671831990592182, -0.05434568226337433, -0.009243016131222248, -0.06473755836486816, + 0.02193058654665947, 0.007064473815262318, -0.13836811482906342, 0.048715122044086456, + 0.03548205643892288, -0.057495247572660446, 0.016138602048158646, -0.007715973071753979, + 0.08776179701089859, -0.07577687501907349, 0.024873241782188416, 0.038959573954343796, + -0.007365421392023563, -0.02746385522186756, -0.06792186200618744, 0.020773671567440033, + 0.06825722754001617, -0.0122555922716856, -0.05221812427043915, 0.00420615216717124, + 0.056898657232522964, 0.10685992985963821, 0.09443075209856033, -0.03656293451786041, + 0.030596045777201653, 0.06796888262033463, -0.031923819333314896, -0.023965205997228622, + -0.03953655809164047, 0.07951606065034866, -0.03034951537847519, -0.05927983298897743, + 0.09092578291893005, -0.04939020797610283, -0.10232129693031311, 0.031132251024246216, + 0.06489378958940506, -0.028697315603494644, 0.09644421935081482, -0.014962330460548401, + -0.11538521945476532, 0.0559590645134449, -0.019066782668232918, 0.027862265706062317, + -0.10849461704492569, -0.0773669183254242, 0.060846056789159775, 0.00924393255263567, + 0.10514753311872482, -0.002019780920818448, 0.06382549554109573, 0.00884597934782505, + -0.009852152317762375, 0.030242498964071274, 0.05944347754120827, 0.0019870689138770103, + -0.024625053629279137, 0.007381916977465153, 0.06751791387796402, 0.05778544768691063, + 0.015809722244739532, 0.07536812126636505, 0.12607508897781372, 0.10169825702905655, + -0.03722856566309929, -0.03205860033631325, 0.10886742919683456, 0.024509984999895096, + 0.0023197210393846035, 0.011103555560112, 0.0011667934013530612, 0.08980678766965866, + -0.09646987915039062, -0.03237145021557808, 0.07683674246072769, -0.0139205576851964, + 0.11241403222084045, -0.042410336434841156, 0.02057667262852192, -0.07082604616880417, + 0.004824451170861721, -0.09236592799425125, 0.03164083883166313, 0.04377070441842079, + 0.0021878050174564123, -0.0035062606912106276, -0.03250426426529884, 0.021978354081511497, + -0.07739398628473282, -0.02946525812149048, -0.0016523231752216816, 0.013751371763646603, + -0.049885962158441544, -0.04256973788142204, 0.032000910490751266, 0.027532024309039116, + 0.056097351014614105, 0.041163235902786255, 0.06822890788316727, -0.0004950980073772371, + 0.01446492224931717, 0.042870745062828064, -0.06269899010658264, 0.06038476526737213, + 0.14157837629318237, 0.01843317225575447, 0.03396289423108101, 0.008189287967979908, + -0.024800507351756096, 0.010684704408049583, 0.06992688030004501, -0.07098308950662613, + 0.05738014727830887, 0.030144400894641876, -0.054814986884593964, -0.05250402167439461, + -0.014125021174550056, 0.00953733455389738, -0.00398535979911685, -0.06325533986091614, + 0.0062041617929935455, -0.060787834227085114, -0.021790312603116035, 0.026959460228681564, + -0.015031364746391773, -0.010694969445466995, -0.07732966542243958, -0.015099463984370232, + -0.011628499254584312, -0.017831115052103996, -0.07121747732162476, 0.07521981000900269, + 0.0709625631570816, 0.12205438315868378, -0.017849629744887352, -0.04419013112783432, + -0.10472626239061356, -0.04608917981386185, -0.03729226440191269, -0.08245468139648438, + 0.061723772436380386, -0.026584366336464882, 0.012052739039063454, -0.03785979002714157, + -0.004780857358127832, -0.002740968484431505, -0.008833088912069798, 0.021917665377259254, + -0.04319542273879051, 0.007847011089324951, 0.0014534157235175371, 0.02585703507065773, + -0.037747737020254135, -0.0543643943965435, -0.011426104232668877, 0.022401269525289536, + -0.03377830982208252, -0.03705945611000061, -0.009282873943448067, 0.012574402615427971, + 0.05975060164928436, -0.010073884390294552, 0.030751053243875504, 0.00880504958331585 + ], + [ + 0.036468297243118286, 0.03661845251917839, 0.02023587003350258, 0.011335430666804314, + 0.0018297742353752255, 0.07178235799074173, -0.002151095075532794, -0.07763376832008362, + -0.007741694804280996, 0.03075433522462845, -0.1013488620519638, -0.004930896684527397, + -0.08255153894424438, 0.01974891498684883, -0.04573299363255501, 0.028881428763270378, + 0.04132857546210289, -0.11779044568538666, 0.029237287119030952, 0.0023008843418210745, + 0.04866769164800644, 0.043824970722198486, 0.09173626452684402, 0.022558288648724556, + -0.012085719965398312, 0.08412770926952362, -0.0063759260810911655, -0.00018048554193228483, + -0.03707310929894447, 0.06850869953632355, -0.02950328029692173, -0.060500770807266235, + -0.010359806008636951, 0.05915802717208862, -0.016632771119475365, 0.022408224642276764, + 0.05495719984173775, 0.018936533480882645, 0.024784287437796593, 0.041093483567237854, + -0.010524040088057518, -0.02511715143918991, 0.043057363480329514, 0.07579830288887024, + -0.0012775595532730222, 0.04937833175063133, 0.052493866533041, 0.021389978006482124, + -0.028200974687933922, -0.03149682655930519, 0.040889639407396317, 0.0021070607472211123, + -0.060293182730674744, -0.05597815662622452, 0.04404786229133606, 0.0928589478135109, + 0.02480095811188221, -0.010049653239548206, 0.0046628559939563274, -0.03372940421104431, + 0.04964912682771683, -0.05787009745836258, -0.04545190557837486, -0.04884269833564758, + 0.018492328003048897, 0.06523427367210388, -0.057452134788036346, 0.0838775485754013, + -0.008880763314664364, -0.04648841172456741, 0.03248202055692673, 0.032431792467832565, + 0.0634957030415535, -0.020163245499134064, -0.07440211623907089, -0.02342197112739086, + 0.1264151930809021, 0.048678647726774216, -0.003872060449793935, -0.028088532388210297, + -0.040298592299222946, 0.08193520456552505, -0.05725256726145744, 0.008592590689659119, + -0.0004695933894254267, 0.007293230853974819, 0.0224444642663002, -0.034315045922994614, + -0.03461402282118797, 0.011171460151672363, 0.06685664504766464, 0.007306294981390238, + -0.0061572035774588585, 0.01032585371285677, 0.030863625928759575, 0.062037914991378784, + 0.051999159157276154, -0.05071645602583885, 0.030603835359215736, -0.006167419254779816, + -0.007368798833340406, -0.00690274266526103, -0.018257074058055878, -0.07313992083072662, + -0.03915859013795853, -0.049369484186172485, -0.019896430894732475, 0.0185819361358881, + 0.01784828118979931, -0.031156383454799652, -0.014825726859271526, -0.012454267591238022, + 0.011079946532845497, 0.004582152236253023, -0.007197618018835783, 0.00558320339769125, + -0.03236773982644081, 0.03148631379008293, 0.016050085425376892, -0.04311639443039894, + -0.0318431593477726, -0.07819629460573196, -0.025558726862072945, -0.05383537709712982, + 0.04727945476770401, -0.03676997125148773, -0.009248651564121246, 0.023280464112758636, + -0.014568817801773548, -0.03994869068264961, -0.0018944995244964957, -0.014743187464773655, + 0.020825160667300224, 0.005299537442624569, 0.042436230927705765, -0.03353152051568031, + 0.00880750548094511, 0.04334012418985367, -0.016880983486771584, 0.015784187242388725, + -0.10197912156581879, -0.044232383370399475, 0.016746269538998604, 0.0004038515908177942, + -0.05051649361848831, 0.048689935356378555, -0.07887706905603409, 0.03631996363401413, + -0.11959051340818405, -0.008511361666023731, 0.043886274099349976, 0.03002617508172989, + 0.03936458006501198, 0.004467410501092672, 0.016288435086607933, -0.07432934641838074, + -0.03567803278565407, 0.031969957053661346, -0.031856097280979156, 0.009082484990358353, + -0.07382955402135849, 0.01265101321041584, 0.0775458887219429, 0.030052950605750084, 0.0432264506816864, + 0.006261821836233139, -0.028724679723381996, -0.06906986981630325, 0.005035505164414644, + 0.04007080942392349, 0.026027889922261238, 0.06752601265907288, -0.03345245495438576, + 0.00276413862593472, 0.02180146612226963, -0.04751937463879585, 0.01540497224777937, + 0.024640949442982674, -0.023346668109297752, -0.06473091244697571, 0.006859419867396355, + 0.05170867592096329, -0.009906807914376259, 0.030695997178554535, 0.06751860678195953, + 0.09056635200977325, 0.018201366066932678, 0.057852525264024734, -0.035872429609298706, + -0.01633884198963642, 0.016790268942713737, 0.05774577334523201, -0.009928802959620953, + 0.0125278914347291, 0.00880554411560297, 0.08140397071838379, 0.004522828850895166, + -0.06073526665568352, 0.002726959064602852, -0.028412513434886932, 0.04414309933781624, + 0.020596448332071304, -0.05591481551527977, -0.05067091062664986, -0.06187964975833893, + -0.1001109778881073, -0.04675241559743881, -0.0326593816280365, -0.04288110509514809, + 0.0499032586812973, 0.042397379875183105, 0.00040423712925985456, -0.017661040648818016, + -0.039769452065229416, -0.05580480396747589, 0.040733691304922104, -0.03518029674887657, + -0.0035551341716200113, -0.11797500401735306, 0.0773162841796875, 0.07790679484605789, + -0.05823150649666786, -0.011030025780200958, -0.04982827603816986, 0.04431146755814552, + -0.048591356724500656, 0.03742752969264984, 0.050049420446157455, 0.04293685406446457, + -0.03421822190284729, -0.0014675307320430875, -0.024741483852267265, -0.02054656855762005, + 0.00394448870792985, -0.01655609905719757, 0.009451311081647873, -0.0037387371994554996, + 0.07435137778520584, 0.0010231937048956752, 0.02314644865691662, -0.005164644680917263, + -0.048066116869449615, 0.07540946453809738, 0.018182246014475822, -0.05141453072428703, + 0.01862875558435917, 0.014093355275690556, -0.00934420246630907, -0.01309934351593256, + -0.006219218485057354, -0.005626198370009661, -0.06729192286729813, -0.02748396061360836, + 0.07992446422576904, -0.004414380062371492, -0.05637485533952713, -0.12225029617547989, + 0.012023985385894775, 0.0014341861242428422, 0.012906539253890514, -0.006531907711178064, + 0.009472677484154701, -0.02567855827510357, 0.04623764008283615, 0.0073041170835494995, + -0.05607173591852188, 0.11071271449327469, -0.022511085495352745, 0.023020561784505844, + -0.00882247369736433, 0.027843691408634186, 0.03291260078549385, -0.026844598352909088, + -0.014928309246897697, -0.08694774657487869, 0.04068707302212715, 0.03748888522386551, + 0.024472583085298538, 0.08957169204950333, 0.06086207553744316, 0.04663670063018799, + 0.03740432858467102, -0.0708620548248291, 0.006365536246448755, -0.04874667897820473, + 0.05393378436565399, -0.019983015954494476, 0.06366117298603058, 0.051494959741830826, + 0.026853028684854507, 0.05291900411248207, 0.0104588707908988, -0.04076509177684784, + 0.031040305271744728, 0.03308000788092613, 0.04165743663907051, -0.01585736870765686, + -0.02675395831465721, -0.06029100343585014, 0.05606354400515556, 0.021467341110110283, + -0.051845986396074295, -0.07772505283355713, -0.040272653102874756, -0.0240038875490427, + -0.010973669588565826, 0.001466064597479999, -0.05517491698265076, -0.02684035338461399, + 0.034421343356370926, 0.046181075274944305, -0.07109299302101135, -0.029105909168720245, + 0.01350308395922184, -0.0003981417103204876, -0.021847357973456383, 0.03702487424015999, + 0.046948518604040146, -0.03420843183994293, 0.0505068339407444, 0.03168165311217308, + 0.03750772029161453, -0.05742586776614189, 0.014614870771765709, -0.005528328940272331, + -0.023262929171323776, 0.030598994344472885, -0.03585979342460632, 0.04341799393296242, + -0.04521651193499565, 0.0068312291987240314, 0.0009027989581227303, -0.01200014352798462, + 0.08924984931945801, 0.004990180488675833, -0.11886532604694366, -0.03606170043349266, + 0.08485914021730423, 0.017304129898548126, -0.04536969214677811, 0.006754567846655846, + -0.025975802913308144, -0.059871941804885864, 0.04593191295862198, 0.028568632900714874, + 0.0253819078207016, 0.0230452511459589, 0.0919899046421051, 0.0019441378535702825, + -0.025049466639757156, 0.1063956618309021, 0.07497219741344452, -0.01660803146660328, + 0.014256579801440239, -0.03637222573161125, -0.04359415918588638, 0.0023570985067635775, + 0.0015064080944284797, 0.016210440546274185, -0.03390173614025116, -0.05184255912899971, + 0.06667576730251312, -0.0831022635102272, 0.058696430176496506, -0.05927794426679611, + 0.07509918510913849, 0.06639029085636139, 0.026840995997190475, -0.08782314509153366, + 0.019956162199378014, -0.04723929241299629, 0.059639595448970795, -0.0618109367787838, + -0.03138548508286476, 0.062131185084581375, 0.0167472455650568, 0.0521363839507103, + -0.01930784061551094, -0.015980811789631844, 0.06861617416143417, -0.002376386197283864, + -0.052049048244953156, -0.02328788861632347, -0.015622630715370178 + ], + [ + 0.07456904649734497, -0.022374944761395454, 0.05960598960518837, 0.024346234276890755, + 0.03395640850067139, 0.006065170280635357, 0.004146672319620848, 0.06799092888832092, + -0.08162933588027954, -0.09426558762788773, 0.06233048066496849, 0.005155099090188742, + -0.018288439139723778, -0.056931041181087494, 0.039932478219270706, -0.007231235038489103, + -0.03579496964812279, -0.04735030606389046, -0.060724761337041855, -0.14495281875133514, + -0.15078146755695343, 0.07135119289159775, -0.0936548262834549, 0.027006931602954865, + -0.019564038142561913, 0.14381098747253418, 0.05334357172250748, 0.10892116278409958, + 0.07669861614704132, -0.08940630406141281, -0.02714812569320202, -0.026018263772130013, + 0.0222055371850729, -0.06116895005106926, -0.0842709094285965, -0.07130018621683121, + -0.10046751797199249, -0.14537128806114197, -0.027109254151582718, -0.03192083165049553, + -0.08561854064464569, 0.06610343605279922, -0.0593312568962574, 0.03560682758688927, + 0.01066657342016697, 0.06086939200758934, -0.008668175898492336, -0.16924242675304413, + 0.11627481877803802, 0.0049620200879871845, 0.02376338467001915, 0.05421700328588486, + -0.10273575037717819, 0.02340659685432911, -0.02150820568203926, -0.03250611945986748, + -0.09288033097982407, 0.03999115899205208, 0.020148249343037605, 0.018630458042025566, + -0.08648606389760971, -0.03826028108596802, -0.007640190422534943, 0.052861202508211136, + 0.048505790531635284, 0.004047534894198179, -0.08193664252758026, -0.07855407148599625, + 0.0002305355592397973, 0.10118146985769272, -0.1804441213607788, 0.029369736090302467, + -0.04662175476551056, 0.13413317501544952, 0.03403801843523979, 0.1538577526807785, + -0.056884314864873886, 0.01201795507222414, -0.0399462953209877, -0.02455294318497181, + -0.06514935940504074, -0.06030772626399994, -0.06958213448524475, 0.03993931785225868, + 0.11150903254747391, -0.06250639259815216, -0.07617168128490448, 0.032802268862724304, + 0.05441347509622574, -0.08981592953205109, 0.09511322528123856, -0.1001669317483902, + -0.04419922083616257, -0.029920555651187897, 0.0361960269510746, -0.04479323327541351, + -0.015004203654825687, 0.047958776354789734, -0.11007338762283325, 0.04042953625321388, + 0.12177783995866776, 0.03457366302609444, -0.09611715376377106, 0.12699635326862335, + -0.10283461213111877, -0.0049971845000982285, 0.07641370594501495, 0.05922764539718628, + 0.10847242921590805, -0.011339983902871609, -0.163869246840477, 0.05126713961362839, + 0.10998759418725967, -0.08781006187200546, -0.13720466196537018, 0.014466429129242897, + -0.017229890450835228, 0.06466477364301682, 0.029573410749435425, 0.05934764817357063, + -0.1671585589647293, 0.06451478600502014, 0.10332593321800232, -0.03943023830652237, + -0.0662090852856636, -0.1056184396147728, 0.03441135957837105, -0.03977010026574135, + 0.028574028983712196, -0.009605970233678818, 0.011128495447337627, 0.03256705775856972, + -0.12605969607830048, 0.08392993360757828, -0.04940478503704071, -0.03336453065276146, + 0.07070671021938324, -0.015651626512408257, 0.05584113672375679, -0.08938393741846085, + 0.01195757556706667, -0.04127412661910057, 0.07264817506074905, 0.03468991443514824, + 0.05691611021757126, 0.0725528672337532, 0.02207013964653015, 0.04174995794892311, 0.06433890759944916, + -0.006500171963125467, 0.11341358721256256, 0.07468866556882858, 0.0831964761018753, + -0.03277785703539848, 0.02477160096168518, -0.04531136900186539, 0.0673644170165062, + -0.05689201131463051, -0.04152337461709976, -0.11169848591089249, -0.09067625552415848, + -0.019745826721191406, -0.041184842586517334, 0.038218915462493896, 0.047638170421123505, + 0.0507720448076725, -0.031664781272411346, -0.08821506053209305, -0.11144926398992538, + -0.03357474505901337, 0.04952538385987282, 0.035748910158872604, 0.10357388854026794, + 0.1200941950082779, -0.10112634301185608, 0.06156025826931, 0.020066026598215103, 0.0286040510982275, + -0.09203489869832993, 0.015364683233201504, -0.06041410192847252, -0.0029398901388049126, + 0.0012995513388887048, 0.033105216920375824, -0.08753837645053864, 0.1497965008020401, + 0.0032932721078395844, 0.05663907527923584, 0.03696630150079727, 0.15696227550506592, + 0.04766193777322769, -0.06259635090827942, -0.029370715841650963, -0.01647382788360119, + -0.058108940720558167, 0.07319406419992447, 0.0028858804143965244, 0.022463496774435043, + -0.0183633454144001, 0.030292775481939316, 0.09561950713396072, 0.12254982441663742, + 0.13682778179645538, -0.03879695385694504, 0.038811471313238144, -0.03172629699110985, + 0.11923196911811829, -0.056245073676109314, 0.031773120164871216, -0.031665172427892685, + -0.0014130205381661654, 0.00447217607870698, -0.01123743411153555, -0.04996596276760101, + 0.07389236986637115, 0.016114652156829834, 0.0930139347910881, -0.06041143462061882, + 0.02530158869922161, 0.06634288281202316, 0.0666905865073204, -0.06341961026191711, + 0.027511008083820343, -0.015125822275876999, 0.04090333357453346, -0.05544150620698929, + 0.024713631719350815, -0.1046818196773529, -0.06673921644687653, 0.0932377278804779, + -0.011101050302386284, -0.07605189830064774, -0.0327947773039341, -0.05269758775830269, + 0.11166907846927643, 0.13704468309879303, 0.039527442306280136, -0.06182017922401428, + 0.013045146130025387, 0.058598507195711136, 0.05661345645785332, 0.028210720047354698, + 0.060709040611982346, -0.020687423646450043, -0.06332779675722122, -0.063799649477005, + -0.00393455708399415, -0.036315251141786575, 0.1008092612028122, 0.011041929945349693, + -0.017942046746611595, 0.07000064104795456, 0.06132813170552254, -0.035916347056627274, + -0.021596144884824753, 0.08721643686294556, 0.029504403471946716, 0.03171192854642868, + 0.09013161808252335, -0.025739343836903572, 0.11149905622005463, 0.12652522325515747, + -0.10225408524274826, 0.0016903408104553819, -0.013094734400510788, -0.0029274807311594486, + 0.07079515606164932, -0.05565350875258446, -0.12580370903015137, 0.02889317274093628, + -0.014635180123150349, -0.06903931498527527, -0.10169754922389984, 0.1409667432308197, + 0.08129575848579407, -0.12527835369110107, 0.060229185968637466, -0.10835152864456177, + 0.0013098884373903275, 0.047728586941957474, -0.05915941670536995, -0.017474094405770302, + -0.056617606431245804, -0.03906271606683731, 0.06805752217769623, -0.0002729333355091512, + 0.0861472636461258, -0.0013423995114862919, 0.03280821442604065, -0.03598582744598389, + -0.05730648711323738, -0.10065977275371552, -0.02526717446744442, -0.07822401821613312, + -0.17017723619937897, -0.011725114658474922, 0.10797363519668579, -0.015560213476419449, + 0.09890596568584442, 0.03760731220245361, 0.05728134140372276, -0.005051608197391033, + 0.01192440651357174, -0.14757901430130005, 0.11967058479785919, 0.17200946807861328, + 0.00513505470007658, -0.006001206114888191, 0.014497810043394566, -0.0151520362123847, + 0.008324643597006798, -0.004544357303529978, 0.12620173394680023, 0.031872134655714035, + -0.085179403424263, 0.014210541732609272, 0.08550258725881577, 0.010100404731929302, + -0.01292336080223322, 0.03336259722709656, -0.041897568851709366, 0.03452527895569801, + 0.06682974845170975, 0.11187136173248291, -0.004108978435397148, -0.011302463710308075, + -0.04294990748167038, 0.1251927614212036, -0.07972807437181473, -0.015376605093479156, + 0.05720263347029686, -0.0158725343644619, 0.08405344188213348, 0.0037048053927719593, + -0.022340957075357437, -0.03560880199074745, 0.06372383236885071, -0.09935137629508972, + -0.059586301445961, -0.17043307423591614, -0.030022503808140755, 0.054490454494953156, + -0.014062222093343735, 0.05890108272433281, 0.03780269995331764, 0.056342918425798416, + -0.055916592478752136, 0.025505660101771355, 0.10428401082754135, -0.02120901457965374, + -0.05280771851539612, -0.033643558621406555, 0.020124591886997223, -0.1058732196688652, + 0.020462429150938988, -0.009839169681072235, 0.008776932023465633, -0.09649782627820969, + -0.13334397971630096, 0.042796820402145386, -0.06583239138126373, -0.010852822102606297, + 0.1582653671503067, -0.022894904017448425, -0.09000761061906815, -0.059314217418432236, + 0.07748670876026154, -0.07552900910377502, 0.052560437470674515, -0.032353077083826065, + -0.051039934158325195, -0.018259389325976372, 0.04862676188349724, 0.08605115115642548, + 0.14343951642513275, -0.053911346942186356, -0.07700862735509872, 0.0341196246445179, + -0.06532403826713562, -0.02039804495871067, -0.05933215469121933, 0.010463954880833626, + 0.004061751067638397, 0.107858806848526 + ], + [ + -0.001340811257250607, 0.009381902404129505, 0.11058935523033142, -0.0045640310272574425, + 0.011814594268798828, -0.06557135283946991, 0.09189573675394058, 0.048071373254060745, + -0.06007757782936096, -0.051499560475349426, -0.025163548067212105, -0.07854209095239639, + -0.011447236873209476, -0.08844885975122452, -0.004265698604285717, -0.023423317819833755, + -0.08131318539381027, -0.017485888674855232, 0.004555465653538704, -0.10017704963684082, + -0.08076386898756027, 0.03524016961455345, -0.03230275213718414, 0.020903607830405235, + 0.06663433462381363, -0.047350767999887466, -0.00045929785119369626, 0.01791759580373764, + 0.06671445071697235, 0.027716204524040222, 0.01770899072289467, 0.002385567408055067, + -0.031352292746305466, 0.0001643340365262702, -0.08065766841173172, -0.020734887570142746, + 0.04321134462952614, -0.009086115285754204, -0.05436160787940025, -0.04181761294603348, + -0.002241342095658183, 0.016575194895267487, 0.0866055116057396, 0.0020382381044328213, + -0.030769480392336845, -0.0301068052649498, -0.01642545312643051, 0.07899472117424011, + -0.02053055167198181, -0.0018391311168670654, 0.013672571629285812, 0.06766412407159805, + 0.07464191317558289, 0.02299855463206768, 0.006669005379080772, 0.018084267154335976, + -0.0036212715785950422, 0.10975752025842667, 0.07771711051464081, -0.030278891324996948, + -0.11933571100234985, -0.044178176671266556, -0.029672380536794662, -0.033423569053411484, + -0.08756836503744125, 0.0002781798248179257, 0.03523944690823555, -0.00013255287194624543, + 0.05078987404704094, 0.017513226717710495, -0.0002426997380098328, 0.04807981848716736, + -0.12825939059257507, 0.08945593982934952, -0.08614294230937958, 0.0016929225530475378, + 0.03414693847298622, -0.028114089742302895, 0.10627483576536179, 0.016254689544439316, + 0.06230981647968292, 0.05191812291741371, 0.06886399537324905, -0.04855968803167343, + 0.02488580159842968, -0.02408447302877903, -0.04053741320967674, 0.005923295859247446, + -0.04011442884802818, -0.017636271193623543, -0.025653239339590073, -0.013846845366060734, + 0.033338725566864014, -0.06698272377252579, 0.012819780968129635, -0.08256104588508606, + -0.06218528002500534, -0.010684194974601269, 0.020464085042476654, 0.00520317442715168, + -0.0539422444999218, -0.057024721056222916, -0.05526098608970642, 0.08883649855852127, + -0.06874845921993256, -0.01853322423994541, -0.054672740399837494, -0.02247234247624874, + -0.025504710152745247, 0.07031355798244476, 0.0020482968538999557, -0.07105343043804169, + -1.950263867911417e-5, -0.12762607634067535, -0.0508098229765892, -0.0893116146326065, + 0.054038144648075104, -0.13779450953006744, -0.01294284500181675, 0.09366218000650406, + -0.06452924758195877, -0.05637998506426811, -0.0559065006673336, 0.02065422758460045, + 0.05133741721510887, 0.04006606712937355, 0.07763298600912094, 0.02293095551431179, + 0.009403322823345661, 0.015327274799346924, -0.07790423184633255, 0.004673353396356106, + -0.023604407906532288, 0.010812796652317047, -0.022487932816147804, -0.026250816881656647, + 0.0001933722523972392, -0.04109124466776848, 0.026584254577755928, -0.11167138069868088, + 0.048243120312690735, 0.13504084944725037, 0.056217655539512634, 0.03369792178273201, + -0.003605260280892253, -0.10124239325523376, -0.07993847131729126, -0.043317683041095734, + 0.020461056381464005, 0.07590873539447784, -0.060303498059511185, 0.0368187241256237, + 0.014532995410263538, -0.052855752408504486, 0.012634952552616596, 0.028584036976099014, + 0.002464507007971406, 0.01079815998673439, 0.025331247597932816, -0.008460004813969135, + -0.0557100810110569, 0.021274693310260773, 0.01999119110405445, -0.014739099889993668, + -0.01930641196668148, -0.0019150214502587914, -0.004631021525710821, -0.00705152191221714, + -0.011247895658016205, -0.03932160511612892, 0.011961914598941803, -0.10340855270624161, + -0.030242009088397026, 0.012858353555202484, -0.0043320972472429276, 0.04191247373819351, + -0.011947538703680038, -0.0025243835989385843, 0.02870294637978077, 0.016939785331487656, + -0.10146712511777878, 0.12515076994895935, -0.0868285521864891, 0.03868123143911362, + -0.01597442664206028, -0.024478323757648468, -0.056849971413612366, 0.016395946964621544, + -0.019754774868488312, 0.016560165211558342, 0.055513471364974976, 0.027435991913080215, + 0.016964012756943703, -0.07506156712770462, -0.026341011747717857, 0.032391421496868134, + -0.038375020027160645, 0.07592837512493134, 0.04684368520975113, -0.024230344220995903, + -0.009186162613332272, 0.05297895893454552, 0.03938755765557289, -0.02908252738416195, + 0.02578081376850605, -0.008521681651473045, 0.049649301916360855, 0.03512290492653847, + 0.03720715269446373, -0.050027307122945786, -0.019699621945619583, -0.11266613006591797, + -0.012791434302926064, -0.08901564031839371, -0.0686081051826477, -0.06181490421295166, + 0.1178925409913063, 0.04866380617022514, -0.06583113223314285, 0.005475974641740322, 0.0071617909707129, + 0.10815852135419846, -0.1605934351682663, 0.020940421149134636, -0.055179283022880554, + 0.1219160258769989, -0.026880698278546333, 0.13934870064258575, -0.12940089404582977, + 0.12436531484127045, 0.11531426757574081, 0.12594373524188995, 0.0019376276759430766, + -0.029067108407616615, 0.03950769081711769, 0.02945825643837452, 0.0735301598906517, + 0.013735199347138405, 0.0757933184504509, 0.007235406432300806, 0.045109957456588745, + -0.0481908954679966, -0.052695389837026596, 0.06254152208566666, -0.05654362216591835, + -0.04775054380297661, 0.011645038612186909, 0.07411763817071915, 0.035104900598526, + -0.07176939398050308, 0.14033687114715576, 0.010406709276139736, 0.005273135378956795, + 0.009458106011152267, -0.0042740353383123875, 0.05965253710746765, 0.0010911133140325546, + -0.04113489389419556, -0.005237212870270014, -0.007132140453904867, 0.06212736293673515, + 0.024270471185445786, -0.07860201597213745, 0.032461654394865036, -0.05756097659468651, + -0.019979069009423256, 0.036150481551885605, 0.061984945088624954, 0.12106087803840637, + 0.03899294510483742, -0.09728668630123138, 0.010999904945492744, -0.1348598599433899, + 0.04688218608498573, -0.02154632657766342, -0.001464315690100193, 0.0017358082113787532, + 0.08005480468273163, 0.00347120757214725, -0.09097158908843994, -0.0488651804625988, + -0.00650700693950057, -0.07774679362773895, -0.0023474041372537613, -0.0030351507011801004, + -0.023248247802257538, 0.04577202722430229, -0.009973466396331787, 0.14626771211624146, + -0.013179708272218704, -0.0625080019235611, -0.11387836933135986, 0.08881741762161255, + 0.06687851995229721, 0.14056670665740967, 0.027270108461380005, -0.006439015734940767, + -0.01829734444618225, -0.08000422269105911, -0.01971491426229477, 0.01727931760251522, + 0.015402089804410934, -0.03351140394806862, -0.07071553170681, 0.025153789669275284, + 0.01776370033621788, -0.08152598142623901, -0.0527513213455677, 0.03444681689143181, + -0.10662095993757248, 0.02136681042611599, 0.07691924273967743, 0.019788580015301704, + 0.06221206113696098, -0.024006778374314308, 0.07092311978340149, 0.03350016847252846, + 0.03260471671819687, 0.010691631585359573, 0.03821985051035881, 0.016753170639276505, + -0.02497842162847519, -0.12972505390644073, 0.048589881509542465, -0.030141843482851982, + -0.06481823325157166, 0.06628254801034927, -0.07328639924526215, -0.037325307726860046, + -0.014393464662134647, 0.054555442184209824, -0.012307900935411453, -0.03641543164849281, + -0.0471552312374115, 0.0318358838558197, 0.057023122906684875, -0.006399849895387888, + -0.05361204966902733, -0.04888702183961868, -0.02118879184126854, 0.023162828758358955, + 0.020969005301594734, -0.060055334120988846, 0.027651339769363403, -0.03297461196780205, + 0.020926063880324364, -0.012773417867720127, 0.05517842248082161, 0.03829694911837578, + -0.03388442471623421, -0.021655282005667686, -0.0016530506545677781, 0.01910022459924221, + 0.03126126527786255, 0.0069809360429644585, 0.16254085302352905, -0.042872391641139984, + 0.06245844066143036, 0.04707819223403931, 0.06902828067541122, 0.03178233653306961, 0.08253758400678635, + -2.55971299338853e-5, -0.07416695356369019, -0.028432615101337433, -0.023543942719697952, + 0.028172777965664864, -0.07288416475057602, 0.04276595637202263, 0.06310579180717468, + 0.016729267314076424, 0.0625995397567749, 0.0026723078917711973, 0.06676004081964493, + 0.10628087818622589, -0.09907922893762589, -0.06896118819713593, -0.018251074478030205, + 0.024063467979431152, 0.05225593224167824, -0.0486612394452095, 0.02549857832491398, + -0.08030190318822861, -0.010117193683981895 + ], + [ + -0.07968268543481827, -0.002993516158312559, -0.041404660791158676, -0.017838560044765472, + 0.07291455566883087, -0.06583566963672638, 0.04637790471315384, -0.016030848026275635, + 0.004669241141527891, -0.003917910158634186, 0.04162443056702614, -0.08375496417284012, + 0.05789443105459213, -0.06577955186367035, -0.030817236751317978, 0.04512989893555641, + 0.031122690066695213, 0.01730288378894329, -0.02725798636674881, 0.017833629623055458, + 0.011925574392080307, -0.051140375435352325, -0.06344165652990341, 0.04893982410430908, + 0.0018654110608622432, -0.054020609706640244, -0.006063912529498339, 0.04092337191104889, + -0.052883848547935486, 0.004718549083918333, -0.04060506075620651, -0.013344036415219307, + 0.02832650952041149, 0.009057197719812393, 0.009962467476725578, -0.08864627778530121, + 0.012345563620328903, 0.01408986747264862, -0.01584191806614399, -0.019379345700144768, + 0.022063666954636574, -0.0027012284845113754, 0.006576447747647762, -0.06044316664338112, + -0.040589477866888046, -0.022559506818652153, -0.03229328244924545, 0.03220813721418381, + 0.07000236958265305, 0.016928186640143394, 0.011712436564266682, 0.014883600175380707, + 0.009381579235196114, 0.0021247246768325567, -0.0006382493884302676, -0.029696347191929817, + 0.022738143801689148, -0.039434392005205154, -0.012238869443535805, -0.008655034936964512, + -0.054496802389621735, 0.002793662017211318, -0.0015943601028993726, 0.03706612437963486, + -0.01522077340632677, -0.0009151165722869337, -0.0011539309052750468, 0.016725486144423485, + 0.021854162216186523, 0.05517054721713066, 0.038970984518527985, 0.03090968355536461, + -0.09328887611627579, -0.01763455756008625, -0.020391518250107765, 0.008003143593668938, + 0.01935647800564766, -0.006779836490750313, 0.040007829666137695, -0.08951900899410248, + 0.03228122368454933, 0.025051163509488106, -0.06395048648118973, -0.015144852921366692, + -0.0011746694799512625, -0.0038107316941022873, -0.03289930522441864, 0.009333658032119274, + 0.03000667318701744, -0.06885844469070435, -0.027443720027804375, -0.009211811237037182, + -0.010515724308788776, 0.022988293319940567, 0.017393184825778008, -0.02314525656402111, + 0.011795168742537498, -0.00949573703110218, -0.011280111037194729, 0.002265010727569461, + 0.04312810301780701, 0.008945263922214508, 0.06901048868894577, -0.019535621628165245, + -0.006858444772660732, -0.04402868077158928, 0.03771544620394707, 0.002831746358424425, + 0.011283919215202332, 0.07142412662506104, -0.08501949161291122, 0.023826170712709427, + -0.04964054748415947, 0.0010117113124579191, -0.03630857169628143, -0.05955304950475693, + -0.007815582677721977, 0.09665940701961517, 0.004406499210745096, -0.02571059763431549, + 0.01737905666232109, 0.044681016355752945, 0.007051772437989712, 0.054918546229600906, + -0.006002935115247965, -0.057956498116254807, 0.021899409592151642, -0.026311978697776794, + -0.018665961921215057, -0.006465555168688297, -0.031048491597175598, -0.012310395017266273, + 0.020326662808656693, 0.01478689257055521, -0.051660314202308655, 0.030463751405477524, + -0.04839089885354042, -0.02179504930973053, -0.022261815145611763, -0.10138457268476486, + 0.05534294247627258, 0.08460809290409088, -0.03096075728535652, 0.05290381610393524, + 0.07552824914455414, -0.05919760465621948, 0.04426587373018265, -0.018256204202771187, + 0.07116235047578812, -0.0032024476677179337, -0.06355366855859756, -0.03241444379091263, + -0.051981888711452484, 0.0014316060114651918, -0.04345346987247467, 0.01349857822060585, + -0.054665371775627136, 0.021768812090158463, 0.021438511088490486, 0.013368557207286358, + 0.027296658605337143, -0.04390953481197357, 0.03309694677591324, -0.03260376304388046, + -0.11296660453081131, 0.05502179637551308, -0.08235957473516464, -0.015639586374163628, + -0.07958109676837921, -0.03196601942181587, 0.04014331474900246, 0.04625452309846878, + 0.009773117490112782, -0.014367249794304371, -0.057024579495191574, 0.05445694178342819, + 0.03024677373468876, -0.007932393811643124, 0.005080020055174828, -0.042398467659950256, + -0.08860348165035248, 0.002860383130609989, -0.02558843605220318, 0.018907571211457253, + -0.024937903508543968, -0.07321396470069885, 0.020123843103647232, 0.0261936467140913, + -0.016535833477973938, -0.04740064963698387, -0.04366125538945198, -0.008532097563147545, + -0.06947396695613861, -0.07687854766845703, -0.008719476871192455, -0.015253321267664433, + 0.09404916316270828, 0.01683690957725048, 0.004243655130267143, 0.009336368180811405, + 0.02897871658205986, 0.05470738187432289, -0.01816382445394993, 0.09921285510063171, + 0.06825169175863266, 0.09002722054719925, 0.04915895685553551, 0.014088909141719341, 0.0831027552485466, + -0.06481701880693436, -0.03279495611786842, -0.0034019327722489834, 0.005074223969131708, + 0.0006418622215278447, 0.04554666206240654, -0.07561499625444412, 0.02385110594332218, + 0.11732245236635208, 0.03428337723016739, 0.007498839404433966, 0.021481044590473175, + -0.006297416985034943, 0.011146618984639645, -0.005728195887058973, -0.033035531640052795, + 0.04760052263736725, -0.02371172420680523, -0.04066682234406471, 0.03809083625674248, + 0.020265325903892517, 0.027551069855690002, 0.021516676992177963, 0.07687719911336899, + -0.03199177235364914, 0.02509070746600628, 0.02216903120279312, 0.04490675777196884, + -0.010182438418269157, 0.06980704516172409, -0.052494537085294724, 0.042376305907964706, + -0.05208326131105423, -0.029457829892635345, 0.035591285675764084, -0.06091097369790077, + 0.0072120679542422295, -0.009073778986930847, 0.005680215544998646, 0.00569952605292201, + -0.019495772197842598, 0.039065200835466385, 0.08116720616817474, 0.023270858451724052, + 0.03899923712015152, 0.03760542720556259, 0.04109461233019829, 0.02913396805524826, + -0.047663621604442596, -0.011047755368053913, 0.002237532986328006, -0.02813788130879402, + -0.0807391107082367, -0.021306775510311127, -0.026903390884399414, 0.0355835035443306, + -0.010786185041069984, -0.07959605008363724, -0.06304682046175003, -0.05308208242058754, + -0.016516881063580513, -0.07196733355522156, -0.018109381198883057, 0.0029572141356766224, + -0.0490030013024807, -0.03005170077085495, 0.005453743971884251, -0.014470197260379791, + 0.02160785347223282, -0.003374207764863968, -0.09763416647911072, -0.02272772789001465, + -0.02728237584233284, -0.012832298874855042, 0.017386138439178467, -0.04263395816087723, + 0.046862754970788956, -0.06052267551422119, 0.021564247086644173, 0.021948430687189102, + -0.07815489172935486, -0.06709767132997513, -0.039515651762485504, 0.026064468547701836, + 0.015641354024410248, 0.04899052903056145, -0.09837974607944489, 0.08492622524499893, + -0.05225551128387451, 0.05136342719197273, -0.01860881596803665, 0.05356209725141525, + -0.009452915750443935, 0.05440695956349373, 0.0688336119055748, 0.011804088018834591, + -0.0022395181003957987, -0.013938522897660732, 0.002443683799356222, 0.011243618093430996, + -0.03357575088739395, -0.01705852709710598, 0.06684611737728119, 0.0017792218131944537, + 0.03921530395746231, 0.02368968166410923, 0.02592896670103073, 0.04012521728873253, + -0.018411846831440926, 0.07774920016527176, 0.032769858837127686, 0.051069214940071106, + -0.04250770062208176, 0.027894318103790283, 0.030169056728482246, 0.034153830260038376, + -0.053354982286691666, 0.017447421327233315, -0.02571474201977253, 0.014318290166556835, + -0.036967892199754715, 0.0564340278506279, -0.029724810272455215, 0.02044328674674034, + -0.0659974217414856, 0.03221007436513901, 0.06935381144285202, -0.003904244164004922, + -0.1035241112112999, 0.07524780184030533, -0.009860268794000149, -0.0056135449558496475, + 0.017178712412714958, 0.007257404271513224, 0.012043459340929985, -0.0016321655130013824, + 0.01798775978386402, -0.036046352237463, -0.027979036793112755, -0.05166441574692726, + 0.026902006939053535, 0.044726476073265076, -0.07305935025215149, -0.04496946930885315, + -0.015683595091104507, 0.04791676625609398, -0.007796755060553551, -0.03353361785411835, + 0.030289361253380775, 0.023036666214466095, -0.0018630961421877146, 0.015856068581342697, + -0.06222549453377724, 0.003661960596218705, 0.01285366527736187, -0.011983558535575867, + -0.03471577167510986, -0.039660416543483734, -0.06188996136188507, 0.0477774403989315, + -0.04752407222986221, -0.06522692739963531, -0.055948399007320404, 0.020031960681080818, + -0.05117494985461235, -0.013596879318356514, 0.018895907327532768, -0.05360325798392296, + -0.013944328762590885, -0.0542403869330883, -0.02148088812828064, 0.0667128637433052, + 0.03377769514918327, 0.03698239102959633, -0.02340732142329216 + ], + [ + 0.06431861221790314, -0.01740419492125511, 0.012651566416025162, -0.03138109669089317, + -0.023063993081450462, 0.012370893731713295, -0.010125232860445976, -0.006569933611899614, + 0.010699053294956684, -0.04964783415198326, -0.08524172753095627, 0.004728169180452824, + 0.015512698329985142, 0.11335070431232452, -0.03839179873466492, -0.05319719761610031, + 0.010573724284768105, -0.06066214665770531, 0.03800228238105774, 0.03752386197447777, + 0.0020255253184586763, -0.0030739051289856434, -0.016240958124399185, -0.0378604494035244, + 0.042384758591651917, -0.012912330217659473, -0.07143855839967728, 0.006826721131801605, + -0.012185941450297832, 0.047417592257261276, -0.06471013277769089, -0.020881913602352142, + 0.035824254155159, 0.0052992370910942554, 0.0004903135704807937, 0.0021577123552560806, + -0.0274699404835701, 0.01898415945470333, 0.029004910960793495, 0.028308775275945663, + 0.02511439472436905, 0.007224968168884516, 0.048147883266210556, -0.0464809276163578, + 0.0008232132531702518, 0.04265456646680832, 0.03951071575284004, 0.06936037540435791, + 0.005482486914843321, -0.04649531468749046, 0.040706388652324677, -0.003070780774578452, + -0.03752013295888901, 0.018689004704356194, -0.06381241977214813, 0.07671413570642471, + -0.04084620997309685, 0.015100616030395031, 0.03492981195449829, 0.027366675436496735, + 0.057492297142744064, 0.0052196872420609, -0.04756772890686989, 0.057673968374729156, + 0.016856933012604713, 0.04447127506136894, -0.09931403398513794, 0.04417906701564789, + -0.05557253956794739, -0.045043736696243286, -0.009656532667577267, -0.011757532134652138, + 0.08718891441822052, -0.06812450289726257, -0.02479371428489685, 0.06234513968229294, + 0.15112929046154022, -0.03220198675990105, 0.027690818533301353, 0.0026769896503537893, + 0.004071928095072508, -0.0033609485253691673, -0.011762340553104877, 0.03250084072351456, + 0.05525047332048416, 0.04612511396408081, 0.059532530605793, 0.009152667596936226, + -0.016234012320637703, 0.03974036127328873, -0.006758660543709993, -0.0346221886575222, + -0.09587529301643372, 0.045727577060461044, 0.057131487876176834, -0.04317362233996391, + -0.0085931196808815, 0.08600331842899323, 0.03506425395607948, 0.0002451270120218396, + 0.049649424850940704, 0.0022838618606328964, 0.08281170576810837, -0.02158130705356598, + 0.028859686106443405, 0.010627753101289272, -0.016487793996930122, 0.015010121278464794, + -0.013171246275305748, -0.06578843295574188, 0.06487612426280975, -0.03985513001680374, + 0.07541580498218536, -0.007634561043232679, 0.024123432114720345, -0.06051460653543472, + -0.024788590148091316, -0.06205819919705391, -0.030522843822836876, 0.0016869339160621166, + 0.032461874186992645, 0.02482130192220211, 0.024714771658182144, 0.0005681922775693238, + 0.027562599629163742, -0.004380227066576481, -0.05550042539834976, 0.014906656928360462, + 0.007004349026829004, -0.029813658446073532, -0.04573506489396095, -0.05890699476003647, + 0.011745288968086243, -0.015635274350643158, -0.007849461399018764, 0.012722724117338657, + 0.026599440723657608, -0.02779383212327957, 0.007709190249443054, -0.07046283781528473, + 0.003941505216062069, -0.06985855847597122, -0.0018225697567686439, 0.023060932755470276, + 0.0490436814725399, -0.0362890250980854, -0.043095413595438004, -0.0376661941409111, + -0.024592973291873932, 0.054402805864810944, -0.027414878830313683, 0.024662645533680916, + 0.04784953594207764, 0.019004885107278824, 0.07174605876207352, -0.08526655286550522, + 0.04030849412083626, -0.04572606086730957, 0.034270621836185455, -0.021527916193008423, + -0.05695047974586487, 0.020360160619020462, 0.04090163856744766, -0.024550143629312515, + 0.05407150834798813, 0.0364718995988369, 0.032827846705913544, -0.05310646817088127, + 0.02089410275220871, 0.10235752910375595, -0.035222407430410385, 0.01599528081715107, + -0.06098657846450806, 0.009485086426138878, -0.0013108247658237815, -0.02766113542020321, + -0.005965044721961021, 0.05922488868236542, -0.030436433851718903, -0.03139230236411095, + -0.001837466610595584, 0.004032018128782511, -0.015959540382027626, 0.03382490575313568, + 0.014285656623542309, 0.048685964196920395, 0.07796827703714371, 0.0039731101132929325, + -0.05629192292690277, 0.02692047879099846, -0.0003989255928900093, 0.06362771987915039, + 0.08919208496809006, 0.06414850056171417, -0.06053713709115982, 0.0013109249994158745, + -0.00827299989759922, 0.0065986947156488895, 0.03877614066004753, -0.006091379094868898, + -0.03391281142830849, -0.07978969067335129, 0.0344160757958889, 0.0008096821256913245, + -0.03072960488498211, -0.0782904103398323, -0.03866615146398544, 0.059864673763513565, + -0.010660583153367043, 0.021516423672437668, 0.05100440979003906, -0.04816383868455887, + -0.004849644377827644, 0.020096370950341225, -0.06161150336265564, 0.03509678691625595, + 0.0048913499340415, -0.07394878566265106, -0.0023435920011252165, 0.04633285850286484, + -0.009356214664876461, -0.057713091373443604, -0.012709365226328373, -0.04382545128464699, + 0.012759110890328884, 0.007327675353735685, 0.031734585762023926, 0.0312994085252285, + -0.08090312778949738, 0.01643374189734459, 0.08589880168437958, 0.050378937274217606, + -0.013170584104955196, 0.08032047003507614, -0.09449317306280136, 0.029940716922283173, + 0.003938673529773951, -0.008691399358212948, -0.001732407370582223, 0.05482342466711998, + -0.005215129349380732, 0.003395768580958247, 0.028226815164089203, -0.018880225718021393, + -0.026421530172228813, 0.04473847523331642, -0.009260131977498531, 0.04130437597632408, + -0.029607035219669342, 0.045465558767318726, -0.023906638845801353, -0.03635871782898903, + -0.028862662613391876, -0.019282829016447067, -0.056214410811662674, -0.07813481241464615, + -0.06344877183437347, 0.0320713184773922, -0.03694552555680275, 0.06364017724990845, + 0.00019048702961299568, -0.019604649394750595, 0.04478950798511505, -0.025358758866786957, + -0.06409881263971329, -0.06977274268865585, 0.11585592478513718, 0.030878763645887375, + 0.035135358572006226, 0.021270906552672386, 0.09542623162269592, 0.09375744313001633, + -0.02143089659512043, 0.02628166228532791, -0.013604522682726383, 0.07253991812467575, + 0.035573575645685196, 0.0016474376898258924, -0.014124331995844841, 0.005985516123473644, + 0.06591331958770752, -0.010616540908813477, 0.004035426769405603, 0.02806682325899601, + 0.058792777359485626, 0.016568785533308983, 0.05173107236623764, -0.07075713574886322, + 0.09685183316469193, 0.07179134339094162, -0.06585172563791275, 0.04994640126824379, + -0.015840958803892136, -0.04829901084303856, 0.009874064475297928, 0.05240483209490776, + -0.004671468865126371, 0.0006117785233072937, -0.07643049955368042, 0.023838380351662636, + 0.02967933751642704, -0.013691446743905544, 0.0034072953276336193, -0.04788811877369881, + -0.09199120104312897, -0.01649499125778675, 0.0018583274213597178, -0.0030888314358890057, + -0.06279842555522919, 0.03265818580985069, 0.03845299780368805, -0.04816498979926109, + 0.04182662442326546, 0.01838868297636509, 0.03798100724816322, 0.04672400653362274, + 0.0018700117943808436, 0.003044408280402422, 0.014479287900030613, 0.03138507157564163, + -0.0683109313249588, 0.02539833076298237, -0.0690663531422615, -0.003063639858737588, + -0.03536141663789749, -0.05797966942191124, 0.05131840333342552, 0.023755589500069618, + 0.03989269211888313, 0.017700595781207085, 0.06646039336919785, -0.065426766872406, + 0.0027041062712669373, 0.05183479189872742, 0.029380977153778076, -0.03896650671958923, + -0.017503956332802773, 0.055860619992017746, 0.010697112418711185, 0.016432633623480797, + 0.001256778952665627, -0.06360331922769547, 0.03522375226020813, 0.05525561049580574, + 0.02795170433819294, 0.02818983606994152, 0.029297837987542152, 0.022141631692647934, + 0.06852657347917557, -0.047255583107471466, -0.04388006031513214, 0.06839203834533691, + -0.02834504283964634, -0.02223259024322033, 0.04766269400715828, 0.032357554882764816, + -0.029217615723609924, -0.00636317441239953, -0.0204214695841074, -0.045106276869773865, + -0.06718113273382187, 0.04565049335360527, -0.04448538273572922, 0.061420634388923645, + 0.021558478474617004, 0.027740558609366417, 0.009533138014376163, 0.042332205921411514, + 0.013922537676990032, 0.044005509465932846, 0.0713113397359848, 0.03592584654688835, + -0.013218646869063377, -0.05548017844557762, -0.05947002395987511, -0.05968374013900757, + 0.10936975479125977, -0.009397035464644432, 0.05455629900097847, 0.020697202533483505, + 0.04618282988667488, -0.046036455780267715, 0.07174735516309738, -0.01917286217212677 + ], + [ + 0.0317801907658577, 0.04168921709060669, -0.05434786155819893, -0.04159410297870636, + 0.02394581027328968, -0.004655424505472183, 0.03910776600241661, 0.01602056249976158, + -0.011659521609544754, 0.050180744379758835, -0.05078073963522911, 0.030209466814994812, + -0.019688772037625313, 0.09657156467437744, 0.005302618257701397, 0.052034858614206314, + 0.01172449067234993, -0.13820500671863556, 0.022483505308628082, -0.005889739375561476, + -0.008390503004193306, 0.020496606826782227, 0.06753990799188614, -0.045268215239048004, + -0.019372418522834778, 0.04816117137670517, -0.08063189685344696, 0.02502199076116085, + -0.021654946729540825, 0.07687374204397202, -0.0662170946598053, 0.013652989640831947, + -0.03547462821006775, 0.0030936638358980417, -0.05350898206233978, 0.06784902513027191, + 0.0004057283513247967, -0.05864110589027405, -0.00031404008041135967, 0.009016173891723156, + 0.058686140924692154, 0.04578970745205879, 0.05246157944202423, 0.09481019526720047, + 0.06198730692267418, 0.0052928803488612175, -0.06829433143138885, 0.043278347700834274, + -4.69243350380566e-5, 0.010261252522468567, -0.031535737216472626, -0.012388598173856735, + -0.04258916154503822, -0.0650261715054512, 0.090965136885643, 0.081381656229496, 0.020091254264116287, + -0.0029240876901894808, 0.0554451085627079, -0.008285594172775745, -0.04164738953113556, + 0.02265394851565361, 0.021140774711966515, 0.014584504067897797, 0.05608963966369629, + -0.06721001863479614, 0.01763310097157955, -0.033982016146183014, -0.0014607986668124795, + -0.01872340403497219, 0.05092768743634224, 0.014150621369481087, -0.043270014226436615, + -0.023768240585923195, -0.0586085319519043, -0.054775986820459366, 0.04867104813456535, + -0.04899515584111214, 0.0016259297262877226, -0.02280435897409916, 0.0704270601272583, + -0.018574070185422897, 0.05678488686680794, 0.05610061064362526, -0.0763678178191185, + -0.015178650617599487, 0.04693945124745369, -0.0061044939793646336, 0.0032319342717528343, + 0.026293855160474777, 0.04039144888520241, -0.0020013698376715183, 0.016135936602950096, + 0.04917621240019798, 0.02886916883289814, -0.04684931039810181, 0.042498692870140076, + -0.08811359107494354, 0.003273971378803253, -0.0021512354724109173, -0.021150967106223106, + -0.03412188962101936, -0.1115940660238266, -0.13470204174518585, -0.06048126518726349, + 0.011432838626205921, -0.07429160177707672, -0.0012491050874814391, -0.01738065481185913, + -0.03758109360933304, -0.021083800122141838, 0.04397815465927124, -0.04295293241739273, + -0.02507537603378296, -0.015483851544559002, -0.018044227734208107, -0.03675723075866699, + -0.0013279145350679755, 0.04055199399590492, -0.0714213028550148, 0.036146778613328934, + -0.06437861174345016, -0.006153006572276354, -0.011526565067470074, 0.042451661080121994, + -0.02721618302166462, 0.00972724799066782, 0.0038391442503780127, -0.04300016909837723, + -0.008496616967022419, -0.016277926042675972, -0.0038395735900849104, -0.026586759835481644, + 0.004246866796165705, 0.03748682141304016, 0.02639627270400524, -0.04160730540752411, + -0.019570451229810715, -0.02958853915333748, 0.03348733112215996, -0.00560100469738245, + -0.054945237934589386, 0.01706383377313614, -0.026738015934824944, 0.01879488117992878, + 0.1162344366312027, 0.003302191151306033, 0.0885724201798439, -0.09223955869674683, + 0.008063046261668205, -0.029495660215616226, 0.024858102202415466, -0.008441351354122162, + 0.08302852511405945, -0.01800595596432686, -0.049448542296886444, 0.0332120880484581, + -0.08657423406839371, -0.0640624612569809, -0.08652764558792114, -0.09980318695306778, + 0.0011277315206825733, 0.10808315128087997, 0.004692029673606157, 0.06934359669685364, + -0.00840805098414421, -0.14280198514461517, 0.033995963633060455, -0.0009297844371758401, + 0.052228379994630814, -0.052046939730644226, 0.04700194299221039, 0.028909076005220413, + -0.08140261471271515, -0.040454424917697906, 0.012139122001826763, 0.03910122439265251, + 0.030671820044517517, -0.060312483459711075, -0.0698825865983963, 0.007628855295479298, + 0.08470786362886429, 0.04588095843791962, 0.08371444791555405, 0.006636129226535559, + -0.009998535737395287, -0.04276159405708313, 0.005309708882123232, 0.02589956857264042, + -0.03794650360941887, -0.025718579068779945, 0.06452484428882599, 0.08553602546453476, + 0.04205407574772835, -1.7028334696078673e-5, 0.05960969626903534, 0.0036606374196708202, + -0.050897933542728424, 0.0026186213362962008, 0.010013551451265812, -0.0349348820745945, + -0.04145444929599762, 0.012521468102931976, -0.02372058853507042, -0.037603504955768585, + 0.058602187782526016, -0.056371934711933136, -0.049658194184303284, 0.05624661594629288, + 0.011317395605146885, 0.027020124718546867, -0.0055922335013747215, -0.09591895341873169, + 0.04922357574105263, 0.004198720678687096, -0.011341065168380737, -0.013886144384741783, + -0.04811479523777962, -0.03912770375609398, 0.05580410361289978, 0.01918279007077217, + 0.042260244488716125, 0.03575786203145981, 0.011823943816125393, -0.010984878987073898, + 0.011658393777906895, 0.006008840166032314, -0.0208663921803236, 0.03486774489283562, + 0.006001908332109451, -0.03799992799758911, -0.05104333534836769, -0.007609856780618429, + 0.047973912209272385, 0.0746348649263382, 0.07643118500709534, -0.06794235110282898, + 0.008447334170341492, -0.12660019099712372, 0.06433167308568954, 0.036828525364398956, + -0.024117933586239815, -0.042845219373703, 0.01717972382903099, 0.033532947301864624, + -0.004488917998969555, 0.0028289202600717545, -0.07154867798089981, 0.044869448989629745, + 0.05920535698533058, 0.02790578454732895, -0.021668655797839165, 0.028820492327213287, + -0.0015646388055756688, 0.07478637993335724, -0.1407826989889145, -0.0423554964363575, + 0.017084434628486633, -0.01722927764058113, 0.07557722926139832, 0.03155211731791496, + -0.08969103544950485, -0.035766083747148514, -0.000960907491389662, -0.00973633024841547, + 0.08799642324447632, -0.011975686997175217, 0.08652395009994507, -0.0557221956551075, + 0.026864562183618546, -0.026478352025151253, 0.06344672292470932, 0.058283619582653046, + 0.036780890077352524, -0.013366004452109337, -0.023154795169830322, 0.03559226915240288, + -0.08374565094709396, -0.0431053563952446, 0.04770378768444061, 0.09752662479877472, + 0.03000650927424431, -0.03521851450204849, -0.09827936440706253, 0.03223976120352745, + -0.028017336502671242, -0.027071326971054077, -0.022446291521191597, 0.10466928780078888, + 0.04059923067688942, -0.03711419925093651, 0.058249954134225845, -0.03487017750740051, + -0.04870627447962761, 0.06402984261512756, 0.0869571641087532, -0.061290912330150604, + 0.025256341323256493, -0.031147697940468788, 0.08175888657569885, 0.030167652294039726, + -0.040544573217630386, -0.07873663306236267, 0.043644897639751434, 0.007334107533097267, + 0.022717131301760674, -0.02248917706310749, -0.052301108837127686, -0.0001575887290528044, + 0.012879098765552044, 0.028801845386624336, -0.004273494705557823, -0.03590887784957886, + -0.030933741480112076, 0.043768636882305145, 0.016440020874142647, -0.0026080794632434845, + 0.08061466366052628, -0.027213599532842636, -0.026491554453969002, -0.02797691337764263, + 0.08768656104803085, -0.0656801089644432, -0.08874794095754623, 0.06616193056106567, + 0.05826381593942642, -0.008522028103470802, 0.017990993335843086, 0.07237225770950317, + -0.04187237471342087, -0.1488305628299713, 0.0813610702753067, 0.02643308788537979, 0.01408179011195898, + 0.03561093285679817, -0.02527335099875927, 0.009222437627613544, -0.031124653294682503, + 0.004533220548182726, 0.040596555918455124, 0.013604139909148216, 0.037084124982357025, + 0.025107506662607193, -0.03580557554960251, -0.014215655624866486, 0.024832380935549736, + 0.009173166006803513, 0.06257504969835281, 0.01190671231597662, -0.08017479628324509, + 0.09787844121456146, 0.06906856596469879, 0.03324197977781296, 0.017118653282523155, + -0.0027049609925597906, 0.0004262686416041106, -0.006636080797761679, 0.011612765491008759, + 0.019716184586286545, -0.05478764325380325, -0.08060074597597122, 0.06818484514951706, + -0.06737829744815826, -0.004487496800720692, 0.06578631699085236, 0.09753292798995972, + 0.03501725196838379, 0.060639407485723495, -0.0038314564153552055, -0.08026883751153946, + -0.04897807911038399, -0.025955533608794212, -0.08289504051208496, -0.013814355246722698, + 0.09094084799289703, -0.053619373589754105, -0.00582632701843977, 0.020132876932621002, + 0.07201328128576279, 0.016929777339100838, 0.029468625783920288, -0.020681556314229965, + -0.01833941973745823, -0.04328319430351257 + ], + [ + -0.049994803965091705, 0.019871186465024948, -0.06542769074440002, 0.06643184274435043, + 0.05859487131237984, 0.016481854021549225, -0.013571447692811489, 0.04707557335495949, + -0.018126005306839943, 0.0583031103014946, 0.017158260568976402, 0.007517591584473848, + -0.035873640328645706, -0.057069651782512665, -0.05523548275232315, -0.02810121700167656, + -0.015506482683122158, 0.06667983531951904, -0.06502715498209, 0.045548658818006516, + -0.032265424728393555, -0.02755945548415184, -0.027905866503715515, -0.03958569094538689, + 0.017268361523747444, -0.03206291422247887, 0.03513505682349205, 0.008109651505947113, + -0.03887951001524925, -0.01592247188091278, 0.07450178265571594, 0.054328229278326035, + 0.01142769493162632, 0.00408896105363965, 0.031491175293922424, -0.05260120704770088, + -0.0003337160451337695, -0.00945438351482153, -0.010170953348279, 0.0086787985637784, + 0.08290527015924454, -0.0010615340434014797, -0.0038098434451967478, -0.0017417707713320851, + -0.03904653713107109, 0.0033505531027913094, -0.031798988580703735, -0.0007513820310123265, + 0.013522675260901451, -0.02034677006304264, -0.012120404280722141, 0.033552322536706924, + 0.015086415223777294, -0.015716135501861572, -0.07171894609928131, 0.013462304137647152, + -0.023838156834244728, -0.08667968213558197, -0.025763146579265594, -8.95211414899677e-5, + 0.013316537253558636, 0.03411731496453285, 0.014535896480083466, -0.04561504349112511, + -0.05160839855670929, 0.006739580538123846, -0.011549176648259163, -0.042038582265377045, + -0.01257055252790451, 0.00757799856364727, -0.008609785698354244, 0.004192552994936705, + -0.03568827360868454, -0.020434362813830376, -0.08499739319086075, -0.0009223597007803619, + -0.02434377372264862, 0.04288960248231888, -0.006351247895509005, -0.08603743463754654, + 0.07225152105093002, 0.004213130567222834, -0.05632435902953148, -0.05994729325175285, + 0.056521061807870865, -0.03196500614285469, 0.03779841586947441, -0.02643936686217785, + 0.005404680036008358, 0.00514903012663126, 0.007925651967525482, 0.013995520770549774, + 0.01008411031216383, -0.06389107555150986, 0.021506674587726593, -0.031673364341259, + 0.055254701524972916, 0.0018868716433644295, -0.012709305621683598, -0.0022862779442220926, + -0.08355627208948135, -0.03296014294028282, -0.0296096783131361, 0.02841002866625786, + -0.0404142364859581, -0.11855324357748032, 0.04111607372760773, 0.03642156720161438, + 0.005814628209918737, 0.07639258354902267, -0.04775547236204147, 0.033752113580703735, + -0.06535707414150238, 0.0006867091869935393, 0.039466626942157745, -0.048937827348709106, + 0.004390221554785967, -0.03986793011426926, -0.08719412237405777, 0.0007298377458937466, + -0.016325725242495537, 0.06024647504091263, -0.02201264724135399, 0.016601916402578354, + 0.013369509018957615, -0.1128111481666565, 0.004502313677221537, 0.0324271023273468, + -0.06220092251896858, -0.004274442791938782, 0.011057514697313309, -0.022431939840316772, + -0.005435915198177099, 0.07730785757303238, -0.04297859966754913, -0.01735650561749935, + -0.004436347633600235, 0.011599686928093433, -0.008783473633229733, -0.050869159400463104, + -0.011971836909651756, 0.05924296751618385, -0.03737012296915054, -0.000372191978385672, + 0.05961981043219566, 0.04110269993543625, 0.018978169187903404, 0.030803237110376358, + -0.014085915870964527, 0.011969884857535362, -0.08145075291395187, -0.021020324900746346, + -0.06008356437087059, -0.012094508856534958, -0.0011201918823644519, 0.08043839037418365, + -0.07733993977308273, 0.008477967232465744, -0.0037793912924826145, 0.040521398186683655, + 0.02013590559363365, -0.0061903586611151695, 0.018773719668388367, -0.01988946832716465, + -0.07287147641181946, 0.0006683640531264246, -0.026540793478488922, 0.06793951243162155, + 0.012751134112477303, -0.027900541201233864, 0.05620080232620239, -0.042386941611766815, + 0.07592574506998062, 0.018082955852150917, 0.04955391585826874, 0.08624878525733948, + -0.007567398250102997, 0.052677128463983536, -0.022231897339224815, 0.05267353355884552, + -0.029595505446195602, 0.023745130747556686, -4.167149745626375e-5, 0.02544228918850422, + -0.034639257937669754, -0.03627153858542442, -0.029071006923913956, 0.01654076762497425, + -0.025053760036826134, -0.06139771267771721, -0.06866231560707092, 0.008543425239622593, + -0.07521586120128632, -0.038513023406267166, 0.009512742049992085, 0.02684014104306698, + -0.011779996566474438, 0.01585831120610237, -0.04815499112010002, 0.02768900617957115, + 0.05045953392982483, 0.026263168081641197, 0.007811456453055143, 0.07912649214267731, + 0.07185438275337219, 0.044825825840234756, 0.021193403750658035, 0.02064436674118042, + 0.09444070607423782, 0.017045509070158005, -0.03440723940730095, 0.04516283795237541, + 0.0583614781498909, 0.05045260861515999, 0.05047224089503288, -0.005178338382393122, + 0.09635888040065765, 0.020830567926168442, -0.013449848629534245, -0.010661445558071136, + 0.034051891416311264, -0.0797729566693306, -0.018695751205086708, -0.03797291964292526, + -0.04035177454352379, 0.04171812906861305, 0.02770811878144741, 0.05188009887933731, + 0.05658102035522461, 0.04473493620753288, 0.047119446098804474, 0.02364431694149971, + 0.07757454365491867, -0.0019470974802970886, 0.004881665110588074, -0.06859663873910904, + 0.06781399250030518, -0.012029590085148811, 0.037058450281620026, -0.018315043300390244, + 0.026912830770015717, -0.022394301369786263, -0.04682756960391998, 0.04179616644978523, + 0.03635251894593239, 0.046619147062301636, -0.018354639410972595, 0.06269364804029465, + -0.0077723232097923756, -0.03107290156185627, 0.04808768630027771, -0.009412657469511032, + -0.05995596572756767, 0.03648751601576805, -0.03263554349541664, 0.0034643628168851137, + 0.009692221879959106, 0.0022141316439956427, 0.00363724771887064, -0.0436200387775898, + 0.052406731992959976, -0.011479666456580162, 0.04194660112261772, -0.02047477290034294, + 0.06329579651355743, -0.02534441091120243, -0.017592282965779305, -0.0035557798109948635, + 0.04131632298231125, -0.05356619879603386, 0.02993624471127987, -0.08829010277986526, + 0.08244974911212921, -0.01972721330821514, -0.05600092560052872, 0.0458110012114048, + 0.010254722088575363, 0.04895227774977684, 0.0031570768915116787, -0.10526833683252335, + -0.01760506071150303, -0.003128723707050085, -0.030709639191627502, 0.0367797426879406, + -0.019711801782250404, 0.07313822209835052, -0.005816997494548559, 0.019557524472475052, + -0.006438898388296366, -0.026889977976679802, -0.02169952541589737, -0.024097884073853493, + -0.022790756076574326, 0.06457359343767166, 0.04048019275069237, -0.02801571972668171, + 0.05676828324794769, 0.038897980004549026, 0.07839662581682205, -0.07615836709737778, + -0.0333385244011879, 0.03850885480642319, 0.013994074426591396, 0.07186058163642883, + -0.03525184094905853, -0.04817027226090431, -0.03787180408835411, -0.006741666700690985, + 0.01612555980682373, -0.02678857371211052, -0.05233704298734665, -0.00458691269159317, + -0.004767721518874168, 0.027399223297834396, 0.025112122297286987, 0.022211425006389618, + 0.015219403430819511, -0.02868734672665596, 0.05435410514473915, -0.022225920110940933, + 0.0811745747923851, -0.03060276247560978, 0.030060982331633568, -0.00524770375341177, + 0.008797228336334229, -0.025943517684936523, 0.007045146077871323, -0.07950814813375473, + -0.05334347113966942, -0.03640993684530258, 0.03250075876712799, -0.009492629207670689, + -0.007424032781273127, -0.051400378346443176, -0.005030482076108456, 0.032505154609680176, + -0.03533308580517769, -0.052847720682621, 0.029263770207762718, 0.03778374195098877, + -0.020409954711794853, 0.011620080098509789, 0.11743447929620743, 0.0005576348048634827, + 0.071989044547081, 0.04712330922484398, -0.035670261830091476, -0.04525654762983322, + -0.047129254788160324, -0.03338799625635147, 0.04055904969573021, -0.05554299056529999, + -0.02828071638941765, 0.01867479272186756, 0.022914526984095573, -0.04971913993358612, + -0.0034921711776405573, 0.0738304853439331, -0.036846134811639786, 0.007627737242728472, + -0.023215215653181076, -0.06616231054067612, -0.004448015708476305, 0.045944735407829285, + -0.009525024332106113, -0.07073976844549179, -0.06585821509361267, -0.02633417211472988, + 0.017298221588134766, 0.01569080539047718, -0.06412654370069504, 0.004868974443525076, + 0.015437711030244827, 0.00807760190218687, 0.021144157275557518, 0.042071450501680374, + 0.01850741170346737, 0.03791344538331032, -0.06498561054468155, -0.05116264149546623, + 0.059189021587371826, 0.04449041560292244, 0.04097921773791313, -0.013894741423428059 + ], + [ + 0.008011283352971077, 0.02649148367345333, -0.01206922810524702, -0.018376853317022324, + -0.06593398004770279, -0.015700779855251312, 0.023187197744846344, 0.00807900633662939, + 0.003708331612870097, 0.0013489825651049614, 0.0006877403939142823, 0.07333192229270935, + -0.055642761290073395, 0.08604247868061066, -0.029782790690660477, -0.016562076285481453, + 0.05347096920013428, -0.0560598187148571, 0.0576452873647213, 0.0010470104170963168, + 0.035092826932668686, -0.026716822758316994, 0.07746635377407074, 0.009478263556957245, + 0.06630218774080276, 0.059853825718164444, -0.07627172023057938, 0.003717309795320034, + 0.06673300266265869, -0.005326913204044104, -0.004749755375087261, -0.03873873129487038, + -0.004538597073405981, -0.032925110310316086, 0.027261456474661827, 0.03368544578552246, + 0.006361483596265316, -0.010809934698045254, 0.014329410158097744, -0.07522290199995041, + 0.03010277822613716, 0.026878681033849716, 0.04209824651479721, -0.020783180370926857, + -0.02988317795097828, -0.01298763882368803, 0.023674141615629196, 0.026451904326677322, + -0.0012727698776870966, 0.02037566900253296, 0.024633662775158882, -0.03596087172627449, + -0.0007483686786144972, -0.04210888594388962, -0.02585422433912754, 0.04945184290409088, + -0.01648770645260811, -0.0189573522657156, 0.05598929896950722, -0.015986360609531403, + 0.03891410306096077, -0.06930941343307495, -0.013693378306925297, -0.0005387883284129202, + 0.07011622190475464, 0.002527569653466344, 0.02831130102276802, 0.0958792194724083, + -0.024860475212335587, -0.02792494371533394, -0.04719405248761177, 0.01955086924135685, + 0.036255981773138046, -0.1300293207168579, -0.03186914697289467, 0.03237316384911537, + 0.03754061460494995, -0.058331020176410675, -0.05142245069146156, 0.020247910171747208, + -0.07278254628181458, -0.03526259586215019, -0.015216784551739693, -0.009313255548477173, + -0.035791266709566116, -0.0014444956323131919, 0.06709317862987518, -0.03154385834932327, + -0.007609608583152294, 0.013834260404109955, 0.04364892467856407, -0.03594658523797989, + -0.06362481415271759, -0.01339702121913433, 0.002353628631681204, -0.04249829426407814, + -0.05315643921494484, 0.011960647068917751, 0.030037814751267433, -0.030202113091945648, + 0.0006905145710334182, 0.05879365652799606, 0.005425336305052042, -0.010540013201534748, + 0.06400752812623978, 0.05671488866209984, -0.016970567405223846, -0.028973381966352463, + 0.008716016076505184, 0.015388567931950092, -0.02271568775177002, -0.03687473386526108, + 0.02411781996488571, 0.05765771120786667, -0.04329948127269745, -0.03559010848402977, + -0.019936664029955864, -0.08013761043548584, 0.009580873884260654, -0.005217806436121464, + -0.06084786728024483, 0.01362529955804348, 0.01581302285194397, -0.013691646046936512, + -0.01243850588798523, 0.004710203502327204, -0.013845611363649368, -0.0476033054292202, + 0.040115632116794586, 0.006451210472732782, -0.009799744002521038, -0.09053896367549896, + 0.061852265149354935, -0.03442410007119179, 0.005771680735051632, -0.05344580113887787, + -0.015070307068526745, 0.0719732940196991, -0.050018828362226486, 0.007077131886035204, + -0.020153116434812546, -0.10006827116012573, 0.032229144126176834, 0.009426561184227467, + 0.005697497632354498, 0.030240651220083237, -0.06172904744744301, 0.09594465792179108, + -0.08313998579978943, 0.06382803618907928, -0.0471842996776104, 0.048520732671022415, + 0.07915002107620239, -0.05801629647612572, 0.0824289321899414, -0.02330690063536167, + 0.025876296684145927, 0.0017094339709728956, 0.008406375534832478, -0.03354831039905548, + -0.016619477421045303, 0.02800133265554905, -0.01118383090943098, 0.0259347353130579, + 0.057981960475444794, -0.005678967572748661, 0.014485974796116352, 0.017733287066221237, + 0.04201668128371239, 0.043873924762010574, -0.002783318515866995, 0.023672068491578102, + -0.02639129012823105, -0.033377472311258316, -0.025753645226359367, -0.024010032415390015, + 0.0021602113265544176, -0.03044203855097294, -0.04018307104706764, 0.013231237418949604, + -0.03389893099665642, 0.039327189326286316, 0.028018636628985405, 0.05205200985074043, + 0.05010943487286568, 0.04628658667206764, -0.009947525337338448, -0.057280730456113815, + -0.0020234063267707825, 0.05586812272667885, 0.07701843976974487, -0.05306709185242653, + 0.034154970198869705, 0.03101910464465618, 0.006698904559016228, 0.06175372377038002, + -0.02560880221426487, -0.07758885622024536, 0.05446799099445343, -0.06524312496185303, + 0.026069650426506996, -0.03920368105173111, 0.026397984474897385, -0.027753857895731926, + 0.016897806897759438, -0.03499097749590874, -0.016072159633040428, -0.008609535172581673, + -0.028729677200317383, 0.016392365097999573, 0.036940768361091614, -0.009257067926228046, + 0.005070167127996683, -0.053725358098745346, -0.04352245107293129, 0.023421093821525574, + -0.06319517642259598, -0.09815595299005508, -0.07340133935213089, -0.04121875390410423, + 0.022115498781204224, -0.048838160932064056, 0.0024021281860768795, 0.04885918274521828, + 0.04659578949213028, -0.06421153992414474, 0.03446675464510918, 0.05291001498699188, + -0.00912463665008545, -0.07052154839038849, 0.04618033766746521, 0.013924738392233849, + -0.04577590897679329, -0.022564100101590157, -0.05025639757514, 0.05683056637644768, + -0.013159850612282753, 0.018405618146061897, -0.02866312488913536, 0.040480535477399826, + 0.0629182979464531, -4.6520122850779444e-5, 0.05666867271065712, -0.0743364542722702, + -0.012829114682972431, 0.049790069460868835, -0.041574135422706604, 0.03532668575644493, + -0.05348597466945648, 0.09489571303129196, -0.11396680772304535, -0.050998590886592865, + 0.005626033525913954, 0.019264398142695427, -0.04391653463244438, 0.014450980350375175, + -0.06383363902568817, 0.0471874363720417, 0.05475323274731636, 0.07226864248514175, + -0.014973882585763931, 0.049988456070423126, 0.012987745925784111, 0.01837417110800743, + -0.009342135861515999, -0.09200025349855423, 0.08024949580430984, 0.004073387011885643, + 0.008494880050420761, 0.07463903725147247, 0.014687890186905861, 0.06731394678354263, + -0.031983502209186554, 0.019426682963967323, -0.006315981969237328, 0.012751479633152485, + 0.04676525294780731, -0.04349593073129654, -0.039729174226522446, 0.019167348742485046, + 0.06277035176753998, 0.071368008852005, -0.015058234333992004, 0.022949572652578354, + -0.027059318497776985, -0.019818859174847603, 0.008753988891839981, -0.03774691000580788, + 0.004698198288679123, 0.061485182493925095, 0.0173209048807621, -0.013321999460458755, + -0.08538541942834854, -0.02880234643816948, 0.00688791461288929, 0.051341377198696136, + -0.004468590021133423, -0.00943769607692957, -0.07850594073534012, -0.021172968670725822, + 0.004782577510923147, -0.016548659652471542, 0.004576459527015686, 0.016222411766648293, + -0.0317336842417717, 0.06490293890237808, 0.003695570630952716, -0.026225212961435318, + -0.004108495078980923, 0.050608087331056595, 0.022281216457486153, -0.029805012047290802, + -0.02341405116021633, -0.0028889398090541363, -0.010805151425302029, 0.030482178553938866, + 0.0010089389979839325, 0.018635161221027374, -0.017156578600406647, -0.02744276262819767, + 0.03359378129243851, 0.007035518065094948, -0.025561388581991196, -0.06183706969022751, + 0.026043931022286415, 0.03958039730787277, -0.0017026810673996806, 0.026212282478809357, + 0.03828469291329384, -0.018973663449287415, -0.024657871574163437, 0.0268165934830904, + -0.0630454495549202, 0.03760833293199539, -0.02358890324831009, -0.005372016225010157, + 0.020733682438731194, -0.012614010833203793, -0.033798541873693466, -0.009405800141394138, + 0.013742322102189064, 0.008783688768744469, -0.03405406326055527, 0.0651986375451088, + -0.02865949273109436, -0.013199331238865852, 0.04340045154094696, 0.002041163155809045, + 0.06584131717681885, 0.0037259876262396574, -0.009349275380373001, 0.08389462530612946, + 0.002464667661115527, 0.035521481186151505, 0.020765487104654312, -0.02441515401005745, + 0.02855374477803707, 0.005814083851873875, 0.022036325186491013, -0.043817248195409775, + -0.02871011011302471, 0.08806401491165161, -0.015302981249988079, -0.050261009484529495, + 0.07030855864286423, 0.10566478222608566, 0.03609883040189743, 0.015632541850209236, + -0.04507271945476532, 0.07643090188503265, -0.025671230629086494, 0.10750919580459595, + -0.056931935250759125, 0.016233637928962708, 0.005346398800611496, -0.04416718706488609, + -0.007298384327441454, 0.0028874026611447334, 0.08954638242721558, 0.04543358087539673, + -0.05660879239439964, 0.047750379890203476, 0.03075335919857025, -0.029437405988574028 + ], + [ + -0.010983302257955074, -0.05479465425014496, -0.010037967935204506, -0.05451633408665657, + 0.03895891085267067, -0.05555758997797966, 0.024332091212272644, 0.08608066290616989, + 0.01722591184079647, 0.010275308974087238, 0.08084195107221603, 0.006917041260749102, + 0.04872467368841171, -0.07701274007558823, -0.039715588092803955, -0.02464303933084011, + 0.04698476940393448, -0.023979531601071358, -0.0050244019366800785, -0.02923087775707245, + -0.03341355919837952, -0.05520487576723099, 0.02775607444345951, 0.03904286399483681, + 0.012535148300230503, 0.12293169647455215, 0.07200171053409576, 0.016880175098776817, + -0.05179033428430557, -0.049719516187906265, 0.047026004642248154, -0.00632014125585556, + 0.04841778427362442, -0.03380961716175079, 0.09180393069982529, -0.10437540709972382, + -0.035794228315353394, 0.02194870263338089, -0.01900915428996086, -0.015078006312251091, + -0.04718617722392082, -0.014269035309553146, 0.038593143224716187, 0.041370101273059845, + 0.05009032413363457, 0.008721351623535156, -0.036407873034477234, -0.021618975326418877, + 0.06500185281038284, 0.06744349002838135, 0.0070359897799789906, 0.033933766186237335, + -0.028619008138775826, -0.009172163903713226, 0.02539573237299919, 0.033276304602622986, + -0.09574726223945618, 0.003517335979267955, 0.02115277200937271, 0.029727604240179062, + -0.006592576391994953, -0.011625859886407852, -0.009083537384867668, 0.05406300723552704, + -0.06675016134977341, 0.05880369246006012, -0.11685764789581299, -0.03901197761297226, + 0.06384718418121338, 0.0377923808991909, -0.017497098073363304, 0.05592481419444084, + -0.03435623273253441, 0.03324684500694275, -0.0032253602985292673, -0.043986883014440536, + -0.08223766088485718, -0.05507536605000496, -0.028944896534085274, -0.03872377425432205, + -0.0026690999511629343, -0.06365399062633514, -0.03837888687849045, -0.03457378223538399, + 0.05471515282988548, 0.0660993680357933, -0.004468827974051237, 0.0907503291964531, + 0.042916566133499146, 0.018704183399677277, 0.03991841897368431, -0.013623564504086971, + 0.001265529659576714, -0.027903934940695763, 0.01626255176961422, 0.0028598669450730085, + 0.001274133799597621, -0.04721657559275627, -0.08791673928499222, 0.08611048758029938, + 0.08878480643033981, -0.049467653036117554, -0.025163233280181885, -0.0389234721660614, + 0.018679246306419373, 0.038255203515291214, -0.018240351229906082, 0.01238167006522417, + 0.08169563859701157, -0.05176180973649025, -0.027723897248506546, 0.05844706669449806, + 0.034294597804546356, -0.07303515821695328, -0.04315716028213501, -0.037603650242090225, + 0.055937763303518295, 0.03951161727309227, -0.03216882050037384, 0.05873481184244156, + 0.01987176574766636, 0.05096433311700821, 0.025176536291837692, -0.06651811301708221, + 0.00966697372496128, -0.03354736417531967, -0.05322801694273949, -0.00873575545847416, + -0.02179495245218277, 0.052759695798158646, 0.030637463554739952, 0.050071049481630325, + 0.002383202314376831, 0.023717043921351433, -0.028625328093767166, 0.068935826420784, + -0.04134273901581764, -0.009476911276578903, 0.08187780529260635, -0.035813938826322556, + 0.056017979979515076, 0.05625574290752411, 0.09904787689447403, 0.01953928917646408, + 0.053180865943431854, 0.03604106977581978, 0.03540939837694168, -0.02919032797217369, + 0.08403998613357544, -0.10679232329130173, 0.06340055167675018, -0.030962133780121803, + 0.0028504962101578712, 0.07490140199661255, 0.016250932589173317, -0.005182868335396051, + -0.020900702103972435, -0.027396084740757942, -0.06466756761074066, -0.05037088692188263, + -0.05592605844140053, 0.009301567450165749, -0.011884372681379318, 0.01535806618630886, + 0.022031402215361595, -0.05371880903840065, -0.09570875018835068, -0.011672760359942913, + 0.010682711377739906, -0.00902895163744688, 0.023553648963570595, 0.01580640859901905, + 0.0069716558791697025, 0.06002699211239815, 0.017407411709427834, 0.02975641004741192, + 0.023654604330658913, -0.05262896418571472, -0.04219233989715576, 0.021237710490822792, + -0.10228849947452545, -0.04735640063881874, -0.06282324343919754, -0.07631244510412216, + -0.13225147128105164, -0.009906594641506672, -0.024699604138731956, -0.012100862339138985, + -0.028007954359054565, 0.07296233624219894, -0.02422654628753662, -0.0007210584590211511, + -0.023313157260417938, 0.016199883073568344, -0.05364853888750076, -0.012246444821357727, + 0.08956922590732574, -0.00017050592578016222, 0.021891765296459198, -0.029700763523578644, + 0.06715334951877594, -0.010107259266078472, -0.023352159187197685, 0.04027711972594261, + 0.01276693120598793, -0.00594722805544734, 0.08089731633663177, -0.026734609156847, 0.06661906093358994, + -0.05437374860048294, -0.003509148955345154, 0.038531720638275146, 0.06462091207504272, + 0.08251000195741653, -0.011997559107840061, -0.034738458693027496, 0.03707365319132805, + 0.0719597116112709, -0.07217055559158325, -0.03180035576224327, -0.01789000630378723, + -0.03461621329188347, -0.010600462555885315, -0.0007590894820168614, -0.0553988516330719, + 0.07323941588401794, -0.0588071346282959, 0.007980684749782085, 0.0038620494306087494, + 0.03267248719930649, 0.016755888238549232, 0.020948372781276703, 0.031061146408319473, + 0.03583178669214249, 0.079862579703331, 0.019505584612488747, 0.018534177914261818, + -0.03257787227630615, 0.08148130774497986, 0.0481887012720108, -0.018925538286566734, + 0.031478509306907654, -0.07621753215789795, 0.05175093188881874, -0.10072047263383865, + -0.03393178433179855, -0.04768098145723343, 0.0125258294865489, -0.019280333071947098, + 0.04040174186229706, 0.03980729728937149, 0.01658598892390728, 0.01956021413207054, + -0.06828563660383224, -0.008052757009863853, 0.05544264242053032, -0.019763562828302383, + 0.03833296522498131, 0.008114107884466648, -0.038201604038476944, 0.06951592862606049, + -0.027991721406579018, -0.03528871387243271, -0.06450822949409485, 0.028018422424793243, + 0.009834070689976215, -0.052117720246315, -0.03967579826712608, -0.0696503147482872, + 0.002623044652864337, -0.057738032191991806, -0.023862825706601143, -0.05514833703637123, + 0.03983631730079651, 0.041374072432518005, -0.022262942045927048, -0.06749442219734192, + -0.010950214229524136, -0.035978808999061584, -0.022817453369498253, -0.05458655208349228, + -0.04856086149811745, -0.009082450531423092, 0.014443084597587585, -0.06283677369356155, + -0.025623423978686333, 0.02929551899433136, -0.0699470266699791, 0.022378813475370407, + -0.03964519873261452, -0.035506002604961395, 0.010022752918303013, 0.023516785353422165, + -0.08133915066719055, -0.02146272175014019, -0.0437408909201622, -0.006078820675611496, + 0.035097017884254456, 0.004338525235652924, -0.0006428092019632459, 0.04172518476843834, + 0.09023046493530273, 0.03237808495759964, 0.010747277177870274, 0.10533792525529861, + 0.02996053919196129, -0.040403928607702255, 0.08549746125936508, 0.06369203329086304, + -0.060152579098939896, -0.059317927807569504, -0.045017290860414505, 0.019139599055051804, + 0.047951847314834595, -0.07488692551851273, 0.021809130907058716, 0.05517293140292168, + 0.014196200296282768, 0.03645436838269234, 0.018682066351175308, 0.0043378183618187904, + -0.006091318558901548, 0.03131280466914177, 0.09403236955404282, -0.02727101743221283, + -0.02100052870810032, -0.018393227830529213, 0.0358724445104599, -0.048786040395498276, + -0.08798155933618546, 0.030422141775488853, -0.0829143077135086, 0.036575887352228165, + -0.08191309869289398, -0.05612954497337341, 0.01591053418815136, -0.057751886546611786, + -0.00261586788110435, 0.03310757130384445, -0.08415475487709045, -0.025027068331837654, + 0.05427680164575577, 0.0027350669261068106, 0.028897030279040337, 0.12050150334835052, + 0.030348749831318855, -0.04411632567644119, -0.023804398253560066, -0.0136819863691926, + 0.025677304714918137, -0.07509062439203262, -0.0792851373553276, -0.08922018110752106, + -0.09372404962778091, 0.01225715596228838, -0.014762726612389088, -0.012649213895201683, + -0.1027602106332779, -0.038590554147958755, 0.016888339072465897, -0.04874426871538162, + -0.022129379212856293, 0.057007089257240295, -0.04703504219651222, -0.03152760490775108, + -0.07897161692380905, 0.0015787563752382994, -0.06431024521589279, 0.09011315554380417, + 0.030425412580370903, -0.05146811902523041, -0.047814060002565384, -0.01622665487229824, + 0.02381245046854019, 0.06822171062231064, 0.013066376559436321, -0.04197443276643753, + -0.0012551291147246957, -0.04133966565132141, 0.00873245857656002, 0.015262899920344353, + -0.002441175514832139, -0.0366465225815773, 0.020790746435523033 + ], + [ + 0.008080950938165188, -0.006835390347987413, 0.015953142195940018, 0.010150820948183537, + 0.006427224725484848, 0.016078855842351913, -0.0077012935653328896, -0.035102181136608124, + -0.05515921860933304, -0.04940776154398918, -0.041696541011333466, 0.020160194486379623, + -0.013954580761492252, 0.0786479189991951, 0.0004967510467395186, -0.04822077602148056, + -0.002199034672230482, 0.02868112176656723, 0.0747382864356041, 0.03424855321645737, + -0.039971958845853806, -0.05053899437189102, -0.03231007978320122, 0.017978353425860405, + 0.029909741133451462, 0.0018114991253241897, 0.011244234628975391, -0.020018309354782104, + 0.018589740619063377, 0.0021873428486287594, -0.0377860963344574, -0.003339678281918168, + 0.022452957928180695, 0.07806376367807388, 0.044398512691259384, -0.022733470425009727, + 0.03635631874203682, 0.01495288871228695, 0.04391074553132057, 0.03223147988319397, 0.03974440321326256, + -0.05367094278335571, 0.012465584091842175, -0.04123765975236893, -0.06210712343454361, + 0.12773826718330383, 0.005547517444938421, 0.06461406499147415, 0.0010891976999118924, + -0.021737398579716682, 0.021155066788196564, -0.018994780257344246, -0.06036180257797241, + -0.02308155596256256, -0.04004283621907234, 0.11855988204479218, 0.06507660448551178, + -0.009354574605822563, 0.1150914803147316, -0.040240347385406494, 0.0571015402674675, + 0.010176009498536587, -0.10067438334226608, -0.024881413206458092, -0.025417596101760864, + -0.044197797775268555, -0.02601407840847969, 0.05699864402413368, 0.025152089074254036, + -0.06677272915840149, 0.054277725517749786, 0.0848478153347969, 0.04884551092982292, + -0.02260606922209263, 0.0030480658169835806, 0.04892648383975029, 0.10275572538375854, + -0.02549433521926403, -0.0360807441174984, 0.007914865389466286, -0.02903231605887413, + 0.0691109299659729, -0.061147551983594894, 0.036575138568878174, 0.07604584097862244, + 0.06503184884786606, -0.01273305993527174, -0.027920356020331383, 0.006419829558581114, + 0.015616831369698048, -0.004687845706939697, -0.00952097773551941, -0.080587238073349, + 0.03478361293673515, -0.07113947719335556, 0.023481186479330063, -0.02192368172109127, + 0.06399528682231903, -0.03608526289463043, -0.02167925238609314, -0.0035491082817316055, + -0.027175256982445717, 0.04325643554329872, 0.010379498824477196, 0.045485176146030426, + 0.06756263226270676, 0.05836537107825279, -0.030237898230552673, 0.05270097032189369, + -0.01531270332634449, 0.01493921224027872, -0.10563244670629501, 0.05802932009100914, + -0.0043529365211725235, -0.04770589619874954, -0.023159634321928024, -0.010940349660813808, + 0.03086872026324272, 0.004937749356031418, -0.010696791112422943, -0.02274460718035698, + 0.028590304777026176, -0.03253091499209404, 0.021354667842388153, 0.05850866809487343, + -0.02747405134141445, -0.09271155297756195, -0.0339503176510334, 0.049909558147192, + 0.013211540877819061, 0.007568595930933952, 0.007636066060513258, 0.0012569024693220854, + -0.05822155624628067, 0.06701257824897766, -0.08877616375684738, -0.0019830481614917517, + 0.03587019816040993, -0.06870289146900177, 0.00379630783572793, -0.0744934007525444, + -0.022672418504953384, -0.01819610595703125, -0.02327265404164791, 0.009192095138132572, + -0.027299927547574043, -0.05364232882857323, -0.008579426445066929, -0.013502893969416618, + 0.04850487411022186, -0.0059041487984359264, -0.0025812687817960978, 0.055149272084236145, + -0.03307129442691803, -0.018799247220158577, -0.05562899634242058, 0.0030777256470173597, + -0.007723173126578331, 0.05004510655999184, 0.051061589270830154, -0.09516053646802902, + 0.10177824646234512, 0.0036952916998416185, 0.05705765634775162, 0.018721194937825203, + -0.04856833815574646, 0.029194796457886696, -0.03165820986032486, -0.02318650297820568, + 0.03716862574219704, 0.06493371725082397, 0.01828376017510891, -0.040370773524045944, + 0.0037326551973819733, 0.03950212523341179, 0.009435378946363926, -0.01778217777609825, + -0.0013643610291182995, 0.03857384994626045, -0.027421219274401665, 0.04454050213098526, + 0.057943664491176605, 0.049895498901605606, 0.022356435656547546, 0.0029854043386876583, + -0.022868720814585686, 5.3761476010549814e-5, 0.01801586151123047, -0.03174262121319771, + 0.06454125791788101, 0.028983984142541885, -0.02590569108724594, 0.08293246477842331, + 0.06515946239233017, -0.013401604257524014, 0.07745537161827087, -0.03214690089225769, + -0.07024408876895905, 0.0866585373878479, -0.009304341860115528, -0.013529122807085514, + -0.08101078122854233, 0.02157599851489067, -0.0271706935018301, -0.0016533811576664448, + -0.040697064250707626, 0.022938594222068787, -0.01063744816929102, -0.02776191011071205, + 0.0844864770770073, 0.035758569836616516, 0.057247962802648544, -0.017238611355423927, + -0.030552590265870094, -0.04346173256635666, 0.027431204915046692, -0.044057466089725494, + -0.06432691961526871, -0.06921503692865372, 0.04207185283303261, 0.05554521456360817, + -0.017436861991882324, -0.020809495821595192, 0.0011544539593160152, 0.012658150866627693, + 0.013715274631977081, 0.0747530460357666, 0.04753267765045166, -0.0375816784799099, + -0.015801815316081047, 0.020668862387537956, -0.009562273509800434, -0.0366005040705204, + 0.09156613796949387, 0.03683393448591232, -0.019001701846718788, 0.03029082901775837, + 0.05242065340280533, 0.014103516936302185, -0.017584441229701042, 0.05794418603181839, + 0.04304412007331848, 0.06721141189336777, -0.03448380157351494, -0.08548574894666672, + 0.06896209716796875, 0.005427890922874212, 0.019947031512856483, -0.01583869569003582, + 0.059809230268001556, -0.06453385204076767, -0.008891220204532146, -0.0474080964922905, + 0.043731652200222015, 0.01637616567313671, -0.05467141419649124, -0.024021485820412636, + 0.008422688581049442, 0.08911845833063126, 0.07977639138698578, -0.10632111132144928, + 0.011161665432155132, 0.04013638570904732, 0.03056173026561737, -0.07283786684274673, + -0.1031804084777832, 0.07513831555843353, 0.031281549483537674, 0.06511969119310379, + 0.041540589183568954, 0.03361599147319794, 0.04339415580034256, 0.019422532990574837, + -0.00846228376030922, 0.009666853584349155, 0.05653587728738785, -0.05750901624560356, + 0.017788004130125046, 0.02449452318251133, 0.07992766052484512, 0.021159915253520012, + 0.06246509775519371, -0.04438912495970726, -0.003318929811939597, -0.008264118805527687, + 0.04587460309267044, 0.01808694191277027, -0.010197660885751247, 0.052303846925497055, + 0.11895536631345749, -0.041796810925006866, 0.058600470423698425, -0.007909166626632214, + -0.04918937385082245, 0.061529599130153656, 0.046939752995967865, 0.04926718398928642, + 0.104954794049263, -0.02902766689658165, 0.047883450984954834, 0.09783899039030075, + -0.05656513571739197, 0.024207906797528267, 0.005638171918690205, -0.024556100368499756, + -0.07287564873695374, 0.02379380539059639, -0.04362630844116211, -0.03580082580447197, + 0.024228911846876144, -0.03476826846599579, -0.04898587241768837, -0.042960938066244125, + -0.07400298863649368, 0.04208511486649513, 0.015754656866192818, 0.016689015552401543, + 0.026972539722919464, -0.033241793513298035, 0.0029727190267294645, 0.06147879362106323, + 0.027324656024575233, -0.01491969358175993, -0.059049271047115326, -0.03660939261317253, + 0.0522083081305027, 0.07717326283454895, 0.022024329751729965, 0.011715307831764221, + 0.06022395193576813, 0.07701820135116577, 0.006592892576009035, 0.01853998377919197, + 0.005861835088580847, -0.011086615733802319, -0.04998911917209625, -0.026917003095149994, + 0.017232369631528854, -0.0009980020113289356, -0.05428679287433624, -0.017312021926045418, + -0.04716105759143829, 0.004493800923228264, 0.022097887471318245, -0.0659438818693161, + -0.010357082821428776, 0.034180574119091034, 0.03701746091246605, 0.013617068529129028, + 0.015986638143658638, 0.0723986029624939, -0.02192005142569542, -0.009546332061290741, + 0.06398625671863556, -0.0201596487313509, -0.024067126214504242, -0.036651745438575745, + -0.03307313472032547, 0.009929271414875984, -0.134237602353096, -0.026671236380934715, + 0.06771758198738098, -0.039518848061561584, -0.026807155460119247, 0.024927981197834015, + 0.04482853040099144, 0.05447288230061531, -0.03164980933070183, -0.002356750424951315, + 0.025339553132653236, 0.044102009385824203, 0.03883702680468559, -0.06716591119766235, + -0.015264693647623062, 0.00910097360610962, 0.020058700814843178, 0.005165792070329189, + -0.07454312592744827, 0.004871429409831762, -0.008497553877532482, -0.052393656224012375, + -0.05278036370873451, 0.096108078956604, 0.018977466970682144 + ], + [ + -0.004419028293341398, 0.050864119082689285, 0.059936776757240295, -0.1086919903755188, + -0.04631216824054718, 0.04162107780575752, 0.05497784540057182, -0.005088675767183304, + -0.02818182110786438, -0.007826236076653004, 0.05665105581283569, 0.037793319672346115, + 0.0047409506514668465, 0.09111950546503067, 0.02110777050256729, -0.01486812625080347, + -0.04024549201130867, 0.061797935515642166, 0.06587659567594528, -0.05051581189036369, + 0.004797896835952997, -0.026369385421276093, -0.011410756967961788, 0.013387119397521019, + 0.09276141226291656, -0.022674746811389923, 0.01577085815370083, 0.019190920516848564, + 0.019402429461479187, -0.00229253969155252, -0.055934615433216095, 0.072021484375, -0.06449393928050995, + 0.0358152911067009, -0.06824996322393417, 0.03013404831290245, -0.0016866832738742232, + -0.048426251858472824, 0.1144055649638176, 0.011823738925158978, -0.019875504076480865, + -0.046136777848005295, -0.01091379951685667, -0.04130032658576965, -0.00943346880376339, + 0.07889198511838913, -0.04114831984043121, 0.09086025506258011, -0.07528208196163177, + 0.02342749945819378, -0.006908139679580927, -0.015934575349092484, -0.0801275447010994, + 0.02652004174888134, -0.044465601444244385, 0.027163637802004814, 0.015304903499782085, + -0.09322357922792435, 0.14227934181690216, 0.012585950084030628, -0.03449884057044983, + 0.0391450934112072, -0.04827050864696503, 0.08412989228963852, 0.010328283533453941, + 0.008250757120549679, -0.052462052553892136, 0.028698036447167397, -0.008021981455385685, + 0.011052328161895275, 0.014573014341294765, -0.045823339372873306, 0.10618671029806137, + -0.032407522201538086, 0.01023053377866745, -0.006745632272213697, 0.044123221188783646, + -0.0006467258790507913, 0.011095409281551838, 0.0599762424826622, -0.031255465000867844, + -0.06504027545452118, 0.06896202266216278, 0.11793891340494156, -0.04782135784626007, + 0.036949507892131805, -0.06850679963827133, 0.0018518855795264244, -0.009453779086470604, + -0.012064535170793533, 0.026372281834483147, 0.009868279099464417, -0.01747087389230728, + 0.05482950434088707, -0.06525195389986038, -0.019869878888130188, -0.04192674532532692, + 0.050309717655181885, 0.05608636140823364, -0.060240499675273895, -0.036472249776124954, + 0.08674006909132004, 0.004894360434263945, -0.029315967112779617, 0.12824192643165588, + 0.00853179581463337, 0.000462356983916834, -0.09318222105503082, -0.023921769112348557, + -0.04530801996588707, 0.12616702914237976, -0.05932415649294853, 0.062237244099378586, + -0.011854883283376694, 0.06813258677721024, 0.06559564173221588, -0.028724128380417824, + 0.03429548814892769, -0.11807232350111008, -0.03289613872766495, 0.04798392951488495, + 0.07920654118061066, 0.09182952344417572, 0.063939169049263, 0.05759737268090248, -0.03830578923225403, + 0.030619129538536072, -0.010331113822758198, -0.06544308364391327, -0.03659506514668465, + 0.008393583819270134, -0.021999351680278778, -0.043307941406965256, 0.022701798006892204, + 0.03128504008054733, 0.12858356535434723, -0.021820617839694023, -0.009335698559880257, + 0.0332283079624176, 0.03558054193854332, 0.028359223157167435, 0.009069424122571945, + -0.08274950832128525, 0.10791479051113129, -0.01072710007429123, -0.0748709887266159, + 0.020610176026821136, -0.021055126562714577, 0.09440971910953522, -0.045364007353782654, + -0.021847069263458252, 0.036287710070610046, 0.02480476349592209, -0.021976135671138763, + -0.04595328867435455, 0.027764534577727318, 0.05029696971178055, 0.04614752531051636, + -0.11421240121126175, -0.03783904016017914, 0.09050191193819046, 0.053310733288526535, + -0.016648482531309128, -0.06089074909687042, 0.07286330312490463, -0.046337954699993134, + 0.1050916537642479, 0.059752851724624634, -0.031653471291065216, 0.048393115401268005, + -0.02197943814098835, 0.04099258780479431, 0.0008711899863556027, 0.04752272367477417, + -0.04008203744888306, 0.02580680325627327, -0.024680159986019135, 0.07093220204114914, + 0.017387375235557556, 0.028659753501415253, -0.0020811380818486214, 0.030142150819301605, + 0.05812133476138115, 0.0879908874630928, -0.07408320158720016, 0.06431271880865097, + 0.003047913545742631, 0.01881788857281208, 0.006114221643656492, 0.09642081707715988, + 0.024050720036029816, 0.02003980427980423, 0.01736789010465145, 0.06748119741678238, + -0.016551468521356583, 0.06664349883794785, -0.09387093037366867, -0.05780063942074776, + 0.014564957469701767, -0.008588111959397793, -0.049199339002370834, -0.06303442269563675, + -0.03283382207155228, -0.10717761516571045, -0.06556712836027145, 0.08074254542589188, + -0.02786247804760933, -0.003423834452405572, -0.03891589865088463, 0.1018398329615593, + 0.05946939438581467, 0.03693807125091553, -0.06972739100456238, -0.037206970155239105, + 0.007646821439266205, -0.04033202677965164, -0.11298515647649765, 0.0228517334908247, + 0.08154810220003128, -0.07346460968255997, 7.652829663129523e-5, 0.025887882336974144, + -0.028748255223035812, -0.0161345973610878, 0.08419940620660782, -0.09282152354717255, + 0.0758199542760849, 0.09294772893190384, -0.058410149067640305, -0.10783988237380981, + -0.021466536447405815, -0.039205171167850494, 0.008281403221189976, -0.031017610803246498, + -0.07190844416618347, 0.05473017320036888, -0.03328116983175278, -0.14580483734607697, + 0.015053489245474339, 0.01197288278490305, 0.004452244378626347, -0.023659927770495415, + 0.033342450857162476, -0.002482142997905612, 0.03570498153567314, -0.07520168274641037, + -0.05366053059697151, -0.05979956313967705, 0.08754360675811768, -0.03966726362705231, + -0.026101401075720787, 0.013822286389768124, -0.08133473992347717, 0.00040617858758196235, + -0.006770528387278318, 0.010549641214311123, -0.018471334129571915, -0.0628652572631836, + -0.05949674919247627, -0.04001949355006218, 0.03554851561784744, 0.03425630182027817, + 0.01684722490608692, 0.005050770007073879, 0.025676561519503593, -0.05882353335618973, + 0.035995420068502426, 0.035376980900764465, -0.02275838702917099, 0.000429699633968994, + -0.047206055372953415, -0.02874881587922573, 0.008358472026884556, 0.08126221597194672, + 0.030536282807588577, 0.019074978306889534, 0.05315055698156357, -0.06223200261592865, + -0.02085244655609131, 0.06550624966621399, -0.03378172963857651, 0.09591833502054214, + 0.09278562664985657, -0.10922450572252274, 0.1249610185623169, -0.031309761106967926, + 0.05097825080156326, -0.034868545830249786, -0.06907603144645691, 0.07176091521978378, + -0.030343757942318916, 0.05187717080116272, -0.022201117128133774, 0.03818304464221001, + 0.060565926134586334, -0.0857195109128952, 0.022728128358721733, -0.013247137889266014, + 0.03786349669098854, 0.003336201887577772, 0.08370427787303925, -0.0613802932202816, + 0.015222630463540554, -0.04114612191915512, -0.02302570827305317, -0.04199754819273949, + 0.016528358682990074, 0.010584091767668724, 0.03427596390247345, -0.026411784812808037, + 0.007926808670163155, -0.06286295503377914, -0.015956807881593704, -0.040942221879959106, + 0.09167221188545227, 0.02620907872915268, 0.06773374229669571, -0.07592742890119553, + -0.03340175747871399, 0.016252871602773666, 0.07263316214084625, -0.03358018025755882, + 0.0005692690028809011, 0.0039820182137191296, -0.04695948585867882, 0.004461284261196852, + 0.02105551026761532, -0.042544007301330566, -0.04301890730857849, 0.006662862841039896, + 0.025288011878728867, 0.030378689989447594, 0.038528021425008774, -0.0036616595461964607, + -0.12614083290100098, -0.01632985658943653, -0.002194182015955448, -0.0971866101026535, + -0.008236028254032135, -0.003787512658163905, 0.004299010615795851, -0.0614439882338047, + -0.016616811975836754, -0.007183217443525791, -0.06419239193201065, 0.025597773492336273, + 0.029685350134968758, -0.14649467170238495, 0.012114044278860092, 0.06095876917243004, + -0.06471341848373413, 0.039858147501945496, -0.03729144111275673, -0.046692684292793274, + 0.06605137139558792, -0.08402565121650696, 0.05130681395530701, -0.044722188264131546, + -0.07048424333333969, -0.06067052111029625, -0.010471053421497345, -0.13818895816802979, + 0.01790083572268486, -0.024198727682232857, 0.018897389993071556, -0.01459095161408186, + 0.11701828986406326, 0.0007446579984389246, 0.03975262865424156, 0.01840546354651451, + 0.002842239337041974, -0.0058323172852396965, 0.017315547913312912, -0.006523554213345051, + -0.011623253114521503, -0.030029172077775, 0.015320174396038055, -0.0168149471282959, + 0.008912269957363605, -0.017716040834784508, 0.049211956560611725, -0.019840169697999954, + 0.04327310994267464, 0.003593066008761525 + ], + [ + 0.035993754863739014, 0.039751190692186356, -0.06601633876562119, -0.030801670625805855, + -0.04323377087712288, -0.020818183198571205, -0.022617723792791367, 0.056001193821430206, + 0.04554884508252144, 0.12664879858493805, -0.004201082978397608, 0.032138973474502563, + -0.05045601725578308, 0.09347078204154968, 0.04093440994620323, 0.012122943997383118, + 0.05765189230442047, -0.07419571280479431, 0.027922440320253372, 0.03236241638660431, + 0.0337873250246048, 0.06368470191955566, 0.06199021637439728, 0.06583632528781891, 0.052323274314403534, + -0.012343890964984894, 0.04905277490615845, -0.038040537387132645, 0.03971203789114952, + 0.03674774989485741, -0.020408395677804947, -0.030645553022623062, -0.03786105662584305, + 0.027551352977752686, -0.030590845271945, 0.05506780743598938, 0.11462897062301636, + -0.09942859411239624, -0.03290855139493942, -0.037766363471746445, -0.06158283352851868, + -0.029994556680321693, 0.06463529169559479, 0.09438178688287735, -0.06194077804684639, + 0.0342213474214077, -0.02307562530040741, 0.10874821245670319, 0.0388784296810627, 0.006446217652410269, + 0.06717195361852646, -0.060913681983947754, -0.05881741642951965, 0.08985482156276703, + 0.0012572812847793102, 0.04754772409796715, 0.006849819794297218, -0.014897746965289116, + 0.027687761932611465, -0.07839174568653107, -0.0015698448987677693, -0.006548423320055008, + -0.04937668517231941, -0.03026355616748333, 0.0018603975186124444, 0.031157420948147774, + -0.0732433944940567, 0.07790224254131317, 0.03202497959136963, -0.12340443581342697, + 0.002418382791802287, -0.018031280487775803, -0.00329958600923419, 0.0760054886341095, + -0.0009252853342331946, -0.013302515260875225, 0.07588385045528412, 0.0012833359651267529, + -0.02646259404718876, 0.03499448299407959, -0.009406628087162971, 0.007581177167594433, + 0.0783851146697998, 0.0358252078294754, 0.11933402717113495, -0.018142227083444595, 0.11658152937889099, + 0.06610437482595444, -0.020556006580591202, -0.0463595911860466, 0.004306303337216377, + 0.08318086713552475, 0.043099094182252884, 0.01222230400890112, -0.11258761584758759, + -0.07055419683456421, -0.12258530408143997, -0.020750805735588074, -0.03115312196314335, + -0.020246291533112526, -0.02842925488948822, -0.07631506770849228, 0.007977276109158993, + 0.004050398711115122, -0.014501811005175114, -0.018127383664250374, -0.02050839550793171, + 0.005468876101076603, 0.08364413678646088, -0.012079165317118168, 0.02697252482175827, + -0.038229990750551224, -0.08566908538341522, 0.1585370898246765, 0.05517550930380821, + -0.03888128697872162, 0.06435394287109375, 0.01980992779135704, 0.09019201248884201, + -0.0122830830514431, -0.03286760300397873, -0.007303906604647636, -0.0815698653459549, + -0.10664449632167816, 0.014061043970286846, -0.0747389867901802, -0.031007710844278336, + -0.0018993935082107782, 0.026190726086497307, -0.007429905701428652, 0.049044884741306305, + 0.004223584197461605, 0.0674959048628807, -0.006225639954209328, 0.02787693589925766, + 0.05129055678844452, -0.0027111617382615805, 0.04345487058162689, 0.05695129930973053, + 0.03527219966053963, 0.029868580400943756, -0.053736936300992966, 0.0425291433930397, + 0.043437790125608444, -0.015055280178785324, -0.00012198358308523893, 0.027338430285453796, + 0.09562824666500092, 0.008903048932552338, -0.04295749217271805, -0.006987474858760834, + 0.09560827165842056, 0.03272828087210655, -0.025091303512454033, 0.003404227551072836, + 0.023655010387301445, 0.07691943645477295, -0.08290602266788483, 0.07503074407577515, + -0.0025168333668261766, -0.02293781004846096, -0.06154827028512955, 0.060560423880815506, + -0.018856549635529518, 0.019774233922362328, 0.026788389310240746, -0.07254186272621155, + -0.05251915752887726, 0.03933723643422127, -0.0692550465464592, -0.010024246759712696, + 0.02801443077623844, 0.07134118676185608, 0.018588272854685783, -0.012520012445747852, + -0.07499662041664124, 0.03006603941321373, -0.05050676316022873, -0.07057706266641617, + -0.08020908385515213, -0.10343579947948456, 0.008049378171563148, 0.026379728689789772, + 0.05181961506605148, -0.07216902077198029, -0.023259589448571205, 0.007661882322281599, + -0.02715783379971981, -0.06005627289414406, 0.04730130732059479, 0.005098829977214336, + 0.03547412157058716, 0.014135775156319141, 0.04434921592473984, 0.04834173619747162, + 0.028365354984998703, -0.05683966726064682, -0.07582173496484756, 0.08725605905056, + -0.025885095819830894, -0.009034886956214905, 0.027879703789949417, -0.08815435320138931, + 0.05597309023141861, -0.08712685108184814, 0.03797316923737526, -0.0748736634850502, + 0.06002800911664963, -0.016323896124958992, -0.039640944451093674, 0.019610146060585976, + 0.025738457217812538, -0.047442350536584854, -0.09766193479299545, 0.0024921316653490067, + 0.09874860942363739, -0.01302359253168106, -0.048066526651382446, -0.07376690208911896, + -0.0865442231297493, -0.06254114955663681, -0.011782614514231682, -0.030887501314282417, + 0.043625812977552414, -0.017955517396330833, -0.07243702560663223, 0.009439457207918167, + -0.0141532514244318, -0.07054303586483002, -0.06879626214504242, -0.020777510479092598, + -0.08800327032804489, 0.035940203815698624, 0.11409524083137512, 0.0015543292975053191, + -0.018963508307933807, -0.03281395509839058, 0.10160434991121292, 0.04903315380215645, + 0.009914652444422245, 0.006657883524894714, 0.03351270779967308, 0.0007105401018634439, + -0.10141639411449432, 0.06300751864910126, 0.09365606307983398, -0.02582395449280739, + 0.08437295258045197, 0.014376692473888397, 0.004933392629027367, -0.003960184287279844, + -0.049142025411129, -0.0052486443892121315, 0.038467518985271454, -0.051014095544815063, + -0.06164048984646797, -0.05223701521754265, -0.023922903463244438, -0.004904534667730331, + -0.008292975835502148, -0.04292920231819153, 0.050833746790885925, -0.022582346573472023, + 0.038789052516222, 0.020039938390254974, 0.024058934301137924, 0.01285281777381897, 0.02522704377770424, + -0.03879315033555031, 0.007582609076052904, 0.03699670732021332, 0.14234307408332825, + 0.07917992025613785, -0.06642736494541168, -0.010722116567194462, -0.026323074474930763, + 0.11515213549137115, -0.01714671216905117, -0.05318979546427727, -0.05421269312500954, + 0.03284496068954468, 0.03468325734138489, -0.016852639615535736, -0.027235247194767, + 0.09880273044109344, -0.013075519353151321, -0.008676672354340553, 0.0028441196773201227, + -0.03222162649035454, 0.02015947736799717, -0.03104468062520027, 0.08454251289367676, + -0.018208909779787064, 0.08593650907278061, 0.042732954025268555, -0.028945544734597206, + 0.0522293746471405, -0.03674773499369621, -0.007776567246764898, 0.04393657669425011, + 0.15873518586158752, 0.05256299301981926, -0.0007672685896977782, -0.03234071284532547, + 0.022302405908703804, 0.06774340569972992, -0.05960140377283096, -0.04110635071992874, + -0.05229135975241661, 0.009276696480810642, 0.022558672353625298, -0.0657736286520958, + -0.05653375759720802, 0.04174383357167244, 0.08207394182682037, 0.059028562158346176, + -0.003961530979722738, 0.07637183368206024, -0.060738321393728256, 0.0025663941632956266, + 0.05327581986784935, -0.0222771093249321, 0.014583584852516651, -0.06625322252511978, + -0.026436790823936462, -0.03109976090490818, -0.06286344677209854, 0.013883245177567005, + 0.09676475822925568, 0.05169299617409706, -0.02152540348470211, 0.028246233239769936, + 0.010750842280685902, -0.01419778447598219, -0.030538685619831085, -0.06874866038560867, + -0.09461137652397156, 0.0444474034011364, -0.01980600878596306, 0.02920852228999138, + -0.053881168365478516, -0.09439699351787567, -0.014028243720531464, 0.023970909416675568, + 0.0035510342568159103, 0.014250751584768295, 0.04961410537362099, 0.051969751715660095, + -0.009074583649635315, 0.06750345230102539, 0.01487189345061779, 0.05623787268996239, + -0.008153112605214119, 0.05649980902671814, 0.0014729154063388705, -0.1335880160331726, + -0.006703556980937719, 0.004665759392082691, 0.02664642408490181, -0.004265108145773411, + 0.013863404281437397, -0.016369063407182693, -0.04133182391524315, -0.013556241057813168, + 0.06931641697883606, 0.15706370770931244, 0.06411515176296234, -0.05229661613702774, + 0.005741511937230825, -0.04430880397558212, -0.07210086286067963, 0.026329969987273216, + -0.047103382647037506, 0.004345828667283058, -0.07427825778722763, -0.01404784619808197, + -0.05805891007184982, -0.010880682617425919, 0.05423618108034134, -0.03198280185461044, + -0.07415008544921875, -0.04224633052945137, 0.05302147567272186, 0.027845581993460655 + ], + [ + 0.024851247668266296, -0.0031494619324803352, 0.0384853221476078, -0.09720247238874435, + -0.026677532121539116, 0.07149866223335266, 0.04128311201930046, 0.004824504256248474, + -7.423308852594346e-5, -0.07383698225021362, -0.030336368829011917, 0.013635210692882538, + -0.01722308062016964, 0.01791355200111866, -0.06748925149440765, 0.047051552683115005, + -0.012063655070960522, -0.046449460089206696, 0.059837669134140015, -0.0320591926574707, + 0.07093195617198944, 0.020548934116959572, 0.021687014028429985, -0.06423565745353699, + -0.005372601095587015, 0.02228032983839512, -0.058770280331373215, 0.028220724314451218, + 0.04482508823275566, 0.025474680587649345, -0.036233797669410706, -0.0070406366139650345, + -0.03242292255163193, 0.02527550980448723, -0.03046209178864956, 0.027914686128497124, + -0.041078098118305206, -0.024256136268377304, 0.049157772213220596, -0.00602845661342144, + 0.08279821276664734, 0.031661566346883774, 0.016280539333820343, 0.02612759917974472, + 0.02291511930525303, -0.0788361132144928, 0.10782458633184433, 0.09773001074790955, + -0.020344045013189316, 0.009976869449019432, 0.04682954028248787, -0.07685825228691101, + -0.06695989519357681, 0.025257576256990433, -0.008952380158007145, 0.044422611594200134, + 0.02074037678539753, 0.02312319166958332, 0.029018675908446312, -0.03800235688686371, + 0.009602311067283154, -0.0038571758195757866, -0.07231129705905914, -0.038493309170007706, + -0.006923493463546038, 0.05651857331395149, 0.037400923669338226, 0.04961996152997017, + -0.01863326132297516, 0.03390946239233017, -0.009790557436645031, -0.0733037143945694, + 0.02036796510219574, -0.04144422337412834, -0.031823959201574326, -0.023789454251527786, + 0.039477866142988205, 0.0025294863153249025, -0.03817986696958542, 0.04356400668621063, + 0.03179897740483284, -0.013882526196539402, 0.022516654804348946, 0.01817292347550392, + 0.009041993878781796, 0.043723609298467636, 0.022388340905308723, -0.0023295471910387278, + 0.03301410749554634, 0.019062232226133347, -0.035944219678640366, -0.014569470658898354, + -0.028041893616318703, 0.011752985417842865, -0.04632345214486122, 0.0024481313303112984, + -0.08435457944869995, 0.01972893625497818, 0.07478338479995728, 0.027999280020594597, + 0.01275352668017149, 0.03959989920258522, -0.05725570395588875, -0.07890307158231735, + 0.0341472290456295, 0.06772010028362274, 0.01813855580985546, 0.06376874446868896, -0.0812925472855568, + 0.010310442186892033, 0.03861305117607117, 0.01232491247355938, -0.010061606764793396, + -0.08885954320430756, 0.033734746277332306, 0.05879099667072296, -0.002764676930382848, + 0.013146728277206421, -0.00786870438605547, -0.04054463282227516, 0.0183020681142807, + -0.0344230979681015, 0.10060762614011765, 0.05966244265437126, 0.028310352936387062, + 0.023885715752840042, 0.07537006586790085, -0.013061191886663437, -0.04430017247796059, + -0.006501693744212389, -0.0481000691652298, 0.04856874421238899, -0.03918080031871796, + -0.006410954985767603, 0.04008576646447182, -0.028372162953019142, 0.02447899430990219, + -0.037395771592855453, 0.005880804266780615, -0.04273839294910431, 0.00017488458252046257, + -0.09061529487371445, 0.021211465820670128, 0.05437542125582695, 0.01604692079126835, + 0.024683134630322456, -0.06328405439853668, -0.019108053296804428, 0.014085136353969574, + -0.10595772415399551, -0.0151666896417737, 0.041003499180078506, -0.006468744482845068, + -0.04442993178963661, 0.016579966992139816, 0.010936432518064976, -0.04612301290035248, + -0.08858595043420792, 0.05008898675441742, 0.05973636731505394, -0.05415335297584534, + 0.019967926666140556, 0.07167962193489075, 0.03969136252999306, -0.08898520469665527, + 0.0010939757339656353, 0.06284654140472412, -0.06783875077962875, 0.003806815482676029, + 0.04678010195493698, 0.03672971948981285, 0.009888523258268833, 0.020970657467842102, + -0.015078575350344181, -0.06828921288251877, 0.020775919780135155, 0.05275162681937218, + -0.039133161306381226, 0.08145748823881149, -0.020312730222940445, 0.039548132568597794, + 0.009880752302706242, -0.039022862911224365, 0.03527163714170456, 0.08051011711359024, + 0.020856792107224464, 0.015927907079458237, 0.082430899143219, 0.01665203459560871, 0.04364874213933945, + -0.03971254825592041, 0.07107045501470566, 0.04926469177007675, 0.0430523157119751, + -0.09352575242519379, 0.02585272304713726, -0.04937681183218956, -0.12564797699451447, + 0.0006864277529530227, -0.06562572717666626, -0.04037997126579285, -0.06711354851722717, + -0.010853099636733532, -0.08594884723424911, 0.006604441441595554, -0.07142460346221924, + -0.019962944090366364, -0.009862015955150127, -0.019171617925167084, -0.021657777950167656, + 0.01838834397494793, -0.006798537913709879, -0.08600369095802307, -0.018686743453145027, + -0.041147250682115555, -0.0026527629233896732, -0.07108256965875626, -0.027173202484846115, + -0.07777312397956848, 0.0578644759953022, -0.06543449312448502, -0.019652685150504112, + 0.055003222078084946, 0.02419920451939106, 0.03965515270829201, 0.00773152569308877, + 0.08002091944217682, 0.07144762575626373, -0.0534927062690258, -0.07138858735561371, + -0.04255829006433487, 0.0902596116065979, 0.010587513446807861, -0.05119216814637184, + -0.05511325225234032, 0.05510391667485237, -0.008595243096351624, 0.11004825681447983, + -0.13241569697856903, 0.027475008741021156, 0.0016893628053367138, 0.005858756601810455, + 0.015502012334764004, 0.033903639763593674, -0.0284854955971241, -0.016556205227971077, + 0.07600821554660797, -0.07955915480852127, -0.07639782875776291, 0.039553381502628326, + 0.050934989005327225, 0.019754359498620033, -0.03626618906855583, -0.022282922640442848, + -0.027129244059324265, -0.0349293053150177, -0.027905577793717384, 0.04441846162080765, + -0.02010723389685154, 0.04564293473958969, 0.05785109102725983, 0.004031157121062279, + -0.05502687022089958, 0.0570700541138649, 0.05338446423411369, 0.06145009025931358, 0.1408517062664032, + 0.05972655117511749, -0.019248981028795242, -0.04234539344906807, 0.0747867003083229, + 0.008485984057188034, -0.009856605902314186, 0.08535794168710709, -0.05167761445045471, + -0.019561324268579483, 0.03804555535316467, -0.025808971375226974, 0.035388797521591187, + 0.08300350606441498, 0.09709490835666656, 0.024490782991051674, -0.051770977675914764, + -0.10783366858959198, 0.015184750780463219, 0.029775595292448997, -0.04488903284072876, + 0.052804186940193176, 0.0918586328625679, 0.013377062045037746, 0.06786908954381943, + 0.043181080371141434, -0.032442644238471985, 0.009790103882551193, -0.055896591395139694, + 0.0020153045188635588, -0.060426246374845505, -0.07078993320465088, -0.024027260020375252, + -0.03362441807985306, -0.0010087327100336552, 0.02858133055269718, -0.07604482024908066, + -0.05284224823117256, -0.016412043944001198, 0.04583537206053734, -0.0307356808334589, + -0.040714021772146225, -0.09364619106054306, 0.052132971584796906, 0.04865435138344765, + -0.04417510703206062, 0.07258611917495728, -0.002657451434060931, 0.05753079429268837, + -0.020134536549448967, 0.05146566778421402, -0.05707979574799538, 0.002516788663342595, + -0.030185366049408913, 0.0006889073411002755, 0.03064550831913948, 0.024584505707025528, + -0.09413283318281174, 0.022674083709716797, 0.028003381565213203, -0.05161479115486145, + -0.04116588085889816, 0.004115554969757795, -0.040541864931583405, 0.0451878197491169, + 0.006244780961424112, -0.038639649748802185, -0.05649810656905174, -0.0019760942086577415, + -0.04572474956512451, -0.020787926390767097, 0.07141309231519699, 0.0004682499566115439, + 0.012602119706571102, -0.02094173990190029, -0.03672255203127861, 0.0027901986613869667, + 0.0342898853123188, 0.018636764958500862, -0.08088803291320801, -0.007932847365736961, + 0.0942184254527092, -0.03328770399093628, -0.06300543993711472, -0.0035037763882428408, + 0.05834555625915527, -0.03695183992385864, -0.07924355566501617, -0.0032389755360782146, + -0.03013659082353115, 0.10627119243144989, -0.06966768205165863, 0.0008628594223409891, + -0.0012007254408672452, -0.026586052030324936, -0.015714067965745926, -0.09177642315626144, + 0.02330835349857807, 0.03592134267091751, 0.01635591872036457, 0.07249142229557037, 0.01243543904274702, + -0.006956046912819147, -0.12221669405698776, -0.024288538843393326, 0.005192560609430075, + 0.00808667205274105, 0.06275152415037155, -0.050832491368055344, -0.03406687453389168, + -0.023184385150671005, 0.04024716466665268, 0.07483257353305817, 0.018048809841275215, + -0.06384885311126709, 0.022032225504517555, 0.011835520155727863, 0.01848888397216797 + ], + [ + 0.02501862682402134, -0.051900994032621384, 0.006924082525074482, -0.03610711917281151, + -0.01398327574133873, -0.03226128965616226, -0.020615404471755028, 0.026784904301166534, + -0.02374708279967308, -0.008502296172082424, -0.04383225739002228, 0.009807405062019825, + -0.029307950288057327, -0.02830089069902897, 0.0076758344657719135, -0.031224263831973076, + 0.007583285216242075, -0.04600980132818222, 0.011679361574351788, 0.04327584058046341, + -0.0006856532418169081, -0.0020374658051878214, -0.029571520164608955, -0.02903815731406212, + 0.022187460213899612, -0.011835587210953236, -0.02478894032537937, 0.009783748537302017, + -0.044463761150836945, 0.020922040566802025, -0.04015112668275833, -0.016231799498200417, + -0.031989146023988724, 0.021028505638241768, 0.011056611314415932, -0.007330830674618483, + 0.024196524173021317, -0.019442563876509666, 0.024261828511953354, -0.030906764790415764, + -0.01921306736767292, 0.03399302065372467, -0.038730278611183167, 0.015186931937932968, + 0.04999830946326256, 0.02104208990931511, 0.02325388416647911, -0.016604654490947723, + -0.0012545697391033173, 0.021573400124907494, -0.007954689674079418, 0.04492136463522911, + -0.03511340171098709, 0.0034745114389806986, -0.0012807579478248954, -0.03794976696372032, + 0.01211349107325077, 0.04006389528512955, 0.03413563594222069, 0.03897392377257347, + -0.000899583799764514, -0.04503948614001274, -0.007761198561638594, -0.025953464210033417, + -0.025067275390028954, 0.015750447288155556, -0.0017688432708382607, 0.01130729541182518, + -0.017753195017576218, 0.03781650960445404, 0.017343824729323387, -0.013989611528813839, + 0.002420358592644334, -0.03686989098787308, 0.0023826633114367723, -0.007309454958885908, + -0.010570927523076534, 0.0061256675980985165, 0.007947200909256935, -0.042478837072849274, + 0.01676030270755291, 0.0019042264902964234, 0.041000429540872574, -0.04084167256951332, + -0.03522198647260666, 0.024157779291272163, 0.0025977068580687046, 0.00963465217500925, + 0.02500724606215954, -0.021267183125019073, -0.04700104147195816, 0.05466393381357193, + 0.028645740821957588, -0.024210352450609207, -0.027792366221547127, -0.028013942763209343, + 0.03071575239300728, 0.03300492465496063, 0.01440631877630949, -0.04263398051261902, + 0.0015406636521220207, -0.030215563252568245, 0.006042345892637968, -0.01827029138803482, + -0.048744652420282364, 0.013895281590521336, 0.04802001267671585, -0.0010869824327528477, + -0.039115313440561295, 0.037162236869335175, -0.04189568758010864, -0.03647013381123543, + 0.023328671231865883, 0.0074781496077775955, 0.0033788876608014107, -0.03899013251066208, + -0.010071367025375366, -0.031553901731967926, -0.028135990723967552, 0.043916817754507065, + 0.03531237319111824, -0.007485959678888321, 0.04110781475901604, -0.03332512080669403, + -0.029923101887106895, 0.0008744375081732869, -0.003495398908853531, -0.03287683427333832, + -0.054698266088962555, -0.019623717293143272, 0.031894098967313766, -0.030660904943943024, + -0.01632811315357685, 0.0018726695561781526, 0.02565147541463375, 0.029631106182932854, + 0.04151344299316406, 0.0013444899814203382, -0.021660728380084038, -0.012772499583661556, + -0.005950707942247391, 0.05031578615307808, -0.03917502984404564, 0.030936094000935555, + 0.0200874712318182, 0.0373222753405571, -0.04827769845724106, 0.0066015031188726425, + -0.04018814116716385, -0.045718714594841, -0.02393060363829136, -0.03391484171152115, + -0.01848294585943222, 0.0008907917072065175, -0.03799820318818092, 0.026141416281461716, + -0.03806652873754501, 0.04286559298634529, 0.011057003401219845, 0.026457592844963074, + -0.028226865455508232, 0.0010751375230029225, 0.048073526471853256, -0.04992791637778282, + 0.05159936472773552, -0.010152962058782578, -0.05459626391530037, -0.03376448526978493, + 0.009165439754724503, 0.009546129032969475, 0.007671605329960585, 0.01329062134027481, + 0.01195183489471674, 0.030199600383639336, 0.0033693767618387938, 0.009969580918550491, + -0.03473631292581558, -0.034843094646930695, 0.052290406078100204, -0.00890064425766468, + 0.024818701669573784, 0.026534970849752426, -0.037288133054971695, -0.020865073427557945, + -0.042311642318964005, -0.03425353392958641, 0.01226034201681614, -0.0334579236805439, + 0.024788767099380493, 0.04315521568059921, -0.019186943769454956, -0.045803919434547424, + 0.006229870952665806, 0.02018149569630623, 0.03962459787726402, -0.009850149042904377, + -0.03505971282720566, -0.002421241020783782, 0.013683423399925232, -0.046293195337057114, + -0.029732292518019676, -0.047968167811632156, -0.027773356065154076, 0.03444838896393776, + -0.023886259645223618, -0.030032562091946602, 0.038216616958379745, 0.032345760613679886, + -0.004500468261539936, -0.037787698209285736, 0.0202858354896307, -0.0008259440655820072, + 0.03300774097442627, -0.010490412823855877, -0.04880180582404137, 0.051159415394067764, + 0.03450632095336914, 0.012333995662629604, -0.008994068019092083, 0.0028686216101050377, + 0.01580611988902092, -0.005077809561043978, 0.0004383568011689931, -0.030803119763731956, + -0.0258607417345047, -0.01103594433516264, 0.013602984137833118, -0.022729117423295975, + -0.0012687292182818055, -0.025026140734553337, 0.02232522889971733, 0.02064387872815132, + 0.043552372604608536, -0.012015501037240028, -0.016990063712000847, -0.024916160851716995, + -0.04147085174918175, 0.04473919793963432, 0.02960026264190674, 0.023391472175717354, + 0.0010282514849677682, 0.03958035632967949, -0.03532068058848381, 0.03809136524796486, + 0.05293857306241989, -0.03542901203036308, -0.045598965138196945, -0.014090375043451786, + -0.011668155901134014, -0.0398385226726532, -0.026706106960773468, -0.019007662311196327, + 0.012554429471492767, -0.026377882808446884, 0.029960503801703453, -0.04270390793681145, + 0.001185992150567472, 0.015894252806901932, 0.022451238706707954, -0.030140403658151627, + -0.004398603457957506, -0.03654835373163223, 0.05106623098254204, -0.004634625278413296, + -0.05184260383248329, -0.026913756504654884, -0.02006816305220127, 0.03847284987568855, + -0.030678676441311836, -0.008792768232524395, 0.03907574713230133, -0.032353390008211136, + -0.025081876665353775, 0.028377823531627655, -0.017398880794644356, -0.007492298725992441, + 0.04041652753949165, 0.009484401904046535, 0.01287755649536848, 0.039461247622966766, + 0.0054271649569272995, -0.015555988065898418, 0.005922784563153982, -0.043704260140657425, + 0.005273600574582815, -0.032851580530405045, -0.005304569378495216, 0.031378310173749924, + -0.006911109667271376, -0.032098833471536636, 0.014966445043683052, 0.011789141222834587, + 0.03353137522935867, -0.007180162239819765, 0.005913866218179464, 0.010088521987199783, + 0.02345028892159462, -0.021166855469346046, 0.02420155517756939, 0.03572218865156174, + -0.0004544809926301241, -0.03739823028445244, 0.043797291815280914, -0.002761716954410076, + 5.6928605772554874e-5, -0.007872004061937332, 0.010934499092400074, -0.003840950084850192, + 0.0176546610891819, -0.028266414999961853, 0.001843928941525519, -0.016177237033843994, + 0.03627491742372513, -0.015656355768442154, 0.034391097724437714, -0.029165511950850487, + 0.03642378747463226, 0.012666835449635983, 0.00991121493279934, -0.044080380350351334, + 0.023683695122599602, 0.03628069534897804, -0.022439559921622276, 0.012645862065255642, + -0.04182333126664162, 0.04963013157248497, 0.04490135237574577, -0.021949581801891327, + 0.003930867649614811, -0.024683162569999695, -0.022885937243700027, -0.01528538204729557, + -0.022157246246933937, 0.011897226795554161, -0.0036673129070550203, -0.023515453562140465, + 0.014713617041707039, -0.047429315745830536, 0.021254433318972588, -0.030210841447114944, + 0.004572378937155008, -0.02818053588271141, -0.051959119737148285, 0.03301353380084038, + 0.03499458730220795, 0.030249373987317085, 0.030808987095952034, -0.046610020101070404, + 0.03763740882277489, -0.048968929797410965, -0.022716954350471497, 0.006083278451114893, + 0.04471788927912712, 0.005511005409061909, -0.006042739376425743, -0.0010163572151213884, + -0.032305989414453506, -0.049840979278087616, -0.02712491899728775, 0.054674193263053894, + 0.013136847876012325, -0.039919622242450714, -0.047454915940761566, 0.022864462807774544, + 0.04155565798282623, 0.019812555983662605, 0.009496793150901794, 0.03958738595247269, + 0.027778295800089836, 0.0012213682057335973, 0.04189370572566986, -0.002129749860614538, + 0.005410862620919943, -0.032034650444984436, 0.020183764398097992, -0.027498910203576088, + -0.004509495105594397, -0.03323686867952347, 0.017674140632152557, -0.022951722145080566, + 0.0061533162370324135, -0.03555934131145477, -0.001891567138954997, -0.04648958519101143 + ], + [ + 0.026740511879324913, 0.04858779534697533, -0.06007146090269089, -0.02277114801108837, + 0.018303411081433296, 0.05626624822616577, 0.06399708986282349, -0.03612895682454109, + -0.014598718844354153, -0.03069448098540306, -0.0285878274589777, 0.023787079378962517, + -0.041164007037878036, 0.06356839090585709, 0.011880294419825077, -0.047818638384342194, + 0.02178283780813217, 0.018423760309815407, 0.006760826800018549, -0.06704898923635483, + -0.01185609120875597, -0.03855403512716293, 0.018725404515862465, -0.07653628289699554, + -0.007106217090040445, -0.012172301299870014, -0.01013117004185915, -0.013843732886016369, + -0.014520137570798397, -0.04248107224702835, -0.04989156499505043, -0.05536429584026337, + -0.021586712449789047, -0.03115859068930149, -0.026110362261533737, 0.03278876468539238, + 0.020856264978647232, 0.026612216606736183, -0.014736360870301723, 0.044239357113838196, + -0.07130216062068939, -0.012233013287186623, -0.029594389721751213, -0.0022845915518701077, + 0.03438032045960426, 0.03240819275379181, 0.016868382692337036, 0.050553254783153534, + -0.0006650456925854087, 0.0029984116554260254, 0.04016757756471634, 0.03002753108739853, + -0.07060600072145462, -0.044265419244766235, -0.050349876284599304, -0.001823185826651752, + 0.04047778993844986, -0.028749749064445496, 0.050368763506412506, -0.022460060194134712, + 0.06097034737467766, -0.010800893418490887, 0.006639615632593632, 0.051024071872234344, + 0.07526493817567825, -0.012353873811662197, -0.032427821308374405, 0.031614623963832855, + -0.018079552799463272, -0.07824409008026123, 0.022204268723726273, 0.013511689379811287, + 0.02260579727590084, -0.1073736846446991, 0.08446908742189407, 0.003833376569673419, + 0.02384982258081436, 0.0424807034432888, -0.048362862318754196, 0.046217530965805054, + -0.02735041081905365, -0.030544215813279152, -0.016296586021780968, 0.04827059805393219, + -0.0299033485352993, 0.006848347373306751, 0.03301182761788368, -0.06157968193292618, + -0.07513216882944107, -0.01833660900592804, -0.029531782492995262, -0.01714474707841873, + -0.016147444024682045, 0.051895637065172195, 0.027200551703572273, -0.025103703141212463, + -0.062106914818286896, 0.07372935861349106, 0.02040010876953602, 0.038939110934734344, + 0.028612276539206505, -0.0428122878074646, 0.003023843513801694, -0.006104798521846533, + 0.04430326446890831, 0.02254130318760872, -0.01756921596825123, 0.06605856120586395, + 0.05492023006081581, -0.10004188865423203, 0.024597836658358574, -0.0838300958275795, + 0.04352199658751488, -0.00010901287896558642, -0.02540348656475544, 0.012130184099078178, + -0.0789145827293396, -0.08086974173784256, 0.002967058215290308, -0.022621192038059235, + -0.02250928245484829, -0.04663357511162758, 0.038820378482341766, 0.03211028128862381, + -0.015487565658986568, 0.0569586381316185, -0.005020975135266781, 0.013957333751022816, + 0.010898958891630173, -0.009170315228402615, -0.03335604444146156, -0.015616496093571186, + 0.029496191069483757, -0.06321584433317184, 0.0341142900288105, -0.08472008258104324, + 0.04241679236292839, 0.06418871879577637, -0.04889073222875595, -0.03455783799290657, + -0.05026184394955635, -0.03951755166053772, -0.0054896678775548935, -0.06331179291009903, + -0.03695322945713997, -0.014778249897062778, -0.03592110052704811, 0.030867470428347588, + 0.00808121170848608, 0.03120139054954052, 0.08173789083957672, 0.03335794806480408, 0.0914420560002327, + 0.053231704980134964, 0.08747058361768723, 0.004799521993845701, 0.004804507829248905, + -0.032060351222753525, -0.005300997756421566, -0.023482218384742737, -0.044474393129348755, + 0.06124906614422798, -0.00605503236874938, 0.01745045743882656, 0.019257083535194397, + -0.037206102162599564, -0.008176043629646301, 0.0038528810255229473, 0.05301038920879364, + 0.08410561084747314, -0.02178437076508999, 0.06168803945183754, -0.05186350643634796, + -0.034913320094347, -0.006958474405109882, 0.03824864700436592, -0.018942605704069138, + 0.041923101991415024, -0.013149263337254524, -0.07822524011135101, -0.04302676394581795, + 0.028331538662314415, -0.03400827944278717, 0.02873579040169716, 0.017137935385107994, + 0.006960941478610039, 0.06920749694108963, 0.025230010971426964, -0.004137772135436535, + 0.028632143512368202, 0.032395631074905396, 0.027674440294504166, 0.00036825420102104545, + 0.0656888335943222, 0.08039546757936478, -0.007432555314153433, 0.019679255783557892, + -0.03405563905835152, 0.06485462188720703, -0.05525359883904457, 0.02929116226732731, + -0.025662861764431, -0.007699649315327406, -0.0535399504005909, -0.0722646415233612, + -0.040333960205316544, -0.026117375120520592, -0.017963120713829994, -0.10191741585731506, + -0.022766882553696632, -0.00036737899063155055, -0.0011188972275704145, -0.04142370820045471, + -0.0072007072158157825, -0.026118094101548195, -0.03374059870839119, -0.017898105084896088, + -0.04423561692237854, -0.0968465656042099, -0.056944966316223145, 0.03299408406019211, + -0.041130248457193375, -0.0004224702133797109, -0.04649917408823967, 0.04517297074198723, + 0.02112835831940174, 0.0628388449549675, 0.06402848660945892, -0.04759279265999794, + -0.027450598776340485, 0.04790370911359787, 0.04590108245611191, -0.040328022092580795, + 0.04286474362015724, -0.04806055128574371, 0.04525456205010414, -0.03934365138411522, + 0.043404847383499146, -0.06884795427322388, 0.015178772620856762, 0.004381037317216396, + 0.03099903091788292, 0.05534740537405014, 0.015211683697998524, -0.01599130593240261, + -0.018055925145745277, 0.024992909282445908, 0.023238128051161766, -0.021406395360827446, + 0.08292833715677261, -0.07579776644706726, -0.02506202645599842, -0.032911598682403564, + 0.004568882752209902, -0.07545323669910431, -0.008975309319794178, -0.021894359961152077, + -0.01776265911757946, 0.008806667290627956, 0.020325377583503723, 0.024942714720964432, + 0.026363061740994453, -0.040818531066179276, -0.007592283189296722, 0.020470155403017998, + 0.0027037335094064474, 0.032392654567956924, 0.05030763894319534, 0.018826685845851898, + 0.0663234069943428, -0.013118543662130833, 0.03702252730727196, -0.0005380114889703691, + 0.017145337536931038, 0.0014955238439142704, -0.027724958956241608, -0.010602789930999279, + 0.022598441690206528, 0.004172871820628643, 0.06383879482746124, 0.04098432511091232, + -0.0016179372323676944, -0.07609574496746063, -0.0232763160020113, -0.06774797290563583, + -0.03494412079453468, -0.03945506736636162, 0.04654068872332573, 0.08045875281095505, + 0.019622480496764183, 0.010065129958093166, -0.015608870424330235, -0.06506682932376862, + -0.02063770405948162, -0.0006055250414647162, 0.05785682052373886, 0.00018534042465034872, + 0.015420781448483467, -0.056556202471256256, 0.0547059066593647, -0.0001261168363271281, + 0.022783903405070305, 0.00645845802500844, 0.001625316683202982, -0.04130861535668373, + 0.010098500177264214, -0.016896173357963562, 0.04864443466067314, -0.0077513838186860085, + 0.0016726684989407659, 0.009620077908039093, -0.011128809303045273, -0.0008025502902455628, + 0.03586561977863312, -0.05130888521671295, 0.047965243458747864, 0.006647349800914526, + 0.01436967309564352, 0.012215560302138329, -0.039644286036491394, -0.01854941062629223, + 0.018878480419516563, -0.0525653138756752, -0.039706647396087646, -0.022919852286577225, + 0.06028856337070465, 0.005153170786798, 0.034449364989995956, -0.011826583184301853, + 0.011939702555537224, -0.0024641104973852634, -0.011891493573784828, -0.004034134093672037, + 0.05734971538186073, -0.00874076597392559, -0.014632582664489746, 0.015993939712643623, + 0.039452895522117615, 0.010657558217644691, -0.02300075627863407, 0.02760522998869419, + 0.013936886563897133, -0.03632451966404915, 0.0054193539544939995, -0.05558197572827339, + 0.00350364507175982, 0.009984099306166172, 0.0410778783261776, 0.06038578599691391, + -0.04189867898821831, 0.03935757651925087, 0.08178500831127167, -0.03531419485807419, + -0.00989064946770668, -0.00909425038844347, 0.019476478919386864, 0.041821014136075974, + -0.06941214948892593, -0.01757817342877388, -0.09949146211147308, -0.01383026223629713, + -0.015121415257453918, -0.0452720932662487, 0.02099647931754589, 0.028216691687703133, + 0.10630236566066742, 0.0179869644343853, 0.05705486983060837, -0.004408754874020815, + -0.021974612027406693, 0.04522314295172691, 0.05659522861242294, -0.06787941604852676, + 0.03348026052117348, -0.01664634980261326, -0.0181200560182333, -0.00010427515371702611, + -0.056690968573093414, 0.025119943544268608, -0.0028058516327291727, 0.025322917848825455, + 0.010473539121448994, 0.046049732714891434, 0.002751322230324149 + ], + [ + 0.011997471563518047, -0.004247874952852726, 0.014111324213445187, 0.024283288046717644, + -0.011588181369006634, -0.02939823642373085, 0.04109479486942291, -0.02476402372121811, + 0.0130105409771204, 0.02359914965927601, 0.04831937700510025, 0.006956756580621004, + 0.028119493275880814, -0.053695857524871826, 0.006801842246204615, -0.06313914060592651, + -0.0034102806821465492, -0.02530571073293686, -0.026497526094317436, -0.017515022307634354, + 0.05677306652069092, 0.04150169715285301, 0.0779072642326355, -0.03071000427007675, -0.032579205930233, + 0.02501632645726204, 0.01629761792719364, 0.0618915930390358, -0.0038500286173075438, + 0.014484102837741375, -0.02886839583516121, 0.025736579671502113, -0.03330840542912483, + 0.07407787442207336, -0.10072576254606247, 0.005586171988397837, -0.03794105723500252, + -0.06955789029598236, 0.0021467653568834066, -0.042571164667606354, 0.052687548100948334, + -0.07360827177762985, -0.056107547134160995, 0.056230638176202774, 0.0006090009701438248, + 0.008483468554913998, -0.00021605473011732101, 0.12702450156211853, -0.03341877833008766, + 0.038208357989788055, -0.01710212416946888, 0.004025227390229702, 0.05104932561516762, + 0.1311427801847458, -0.06293579936027527, -0.05959957465529442, 0.017635611817240715, + -0.0332566499710083, 0.022308161482214928, -0.03834011033177376, 0.04177642986178398, + -0.02165965922176838, -0.07583994418382645, 0.04037050902843475, 0.020251940935850143, + -0.03457767888903618, 0.06761424988508224, -0.02683301828801632, -0.02726055309176445, + -0.003948950674384832, 0.055690448731184006, -0.06442452222108841, -0.012309595942497253, + 0.04593459889292717, -0.02175961807370186, -0.030249619856476784, 0.02283673733472824, + 0.0056429700925946236, -0.025279147550463676, 0.02000705525279045, -0.0034435829147696495, + -0.039979081600904465, -0.006999541074037552, 0.03727677837014198, 0.025531942024827003, + 0.019978977739810944, 0.007704173680394888, 0.05703117698431015, 0.01133379340171814, + -0.022875240072607994, 0.02622864581644535, 0.061376191675662994, 0.04459574073553085, + 0.020684845745563507, -0.08088574558496475, -0.06541908532381058, -0.02186344750225544, + -0.04687714949250221, 0.10303430259227753, -0.014613005332648754, 0.03654297813773155, + 0.0683198794722557, -0.013085010461509228, -0.0071942065842449665, 0.006437515839934349, + -0.0638342946767807, -0.049542590975761414, 0.009568991139531136, 0.038202472031116486, + 0.026527248322963715, 0.025039542466402054, 0.02589217759668827, -0.0498921237885952, + 0.06708066910505295, -0.0032650025095790625, 0.03514157235622406, 0.09041162580251694, + 0.002060015918686986, 0.009183479472994804, -0.0011515163350850344, -0.052018217742443085, + -0.013959651812911034, -0.03556964546442032, -0.06093820929527283, 0.038875680416822433, + -0.03256523609161377, 0.03169659525156021, 0.024425707757472992, 0.06326988339424133, + 0.04672965034842491, 0.025374792516231537, -0.021758563816547394, -0.005521315149962902, + -0.06605564057826996, 0.05971323326230049, 0.031311869621276855, -0.026143010705709457, + 0.006643264088779688, 2.9382275897660293e-5, -0.04463990405201912, 0.024400116875767708, + -0.03380627557635307, 0.04787128418684006, 0.02635135129094124, -0.04844187572598457, + 0.06750191003084183, 0.001805368927307427, 0.06496018916368484, -0.03531137853860855, + -0.06499768793582916, 0.004254138562828302, 0.10634380578994751, 0.06554093956947327, + 0.06457207351922989, -0.05576665326952934, -0.02685878798365593, -0.038604702800512314, + -0.11195787042379379, 0.04138410836458206, -0.025740722194314003, 0.06757275015115738, + 0.05868007242679596, 0.009186840616166592, 0.06405571103096008, -0.0545833483338356, + -0.024666540324687958, -0.03514523804187775, -0.047890860587358475, -0.06866241246461868, + 0.06394015997648239, 0.010549969039857388, 0.04239277169108391, 0.026838082820177078, + -0.05595112964510918, -0.0420181080698967, -0.051057327538728714, 0.048175547271966934, + -0.04792040213942528, -0.012252015992999077, -0.023235974833369255, 0.023055648431181908, + 0.09044437110424042, 0.03312082961201668, -0.0194526519626379, 0.0032099296804517508, + -0.01878882758319378, -0.0860237181186676, -0.019389236345887184, 0.021372323855757713, + -0.03456571698188782, -0.02034807577729225, 0.012031168676912785, 0.059174127876758575, + 0.03185861557722092, 0.04603470489382744, 0.046530582010746, -0.021874377503991127, + -0.06523432582616806, 0.0018806997686624527, -0.05769820511341095, 0.03963061422109604, + -0.004914782475680113, 0.05778995528817177, 0.01682168059051037, -0.10082106292247772, + -0.03225652500987053, -0.11519333720207214, 0.027800019830465317, -0.06456375122070312, + -0.07333710044622421, 0.0726526603102684, -0.05649082735180855, -0.08946119993925095, + -0.022844558581709862, 0.024069849401712418, 0.03522006422281265, -0.053784098476171494, + -0.04621312767267227, -0.09078225493431091, 0.08906131237745285, -0.04626665264368057, + -0.028861070051789284, -0.0028787031769752502, 0.00732029415667057, -0.09165284782648087, + 0.00941011868417263, 0.012156877666711807, 0.03531855344772339, -0.023629555478692055, + 0.008366595953702927, -0.010688165202736855, 0.01338589284569025, -0.025539185851812363, + 0.08988094329833984, -0.08154797554016113, -0.023432521149516106, -0.04586468264460564, + 0.06161981448531151, 0.029528096318244934, 0.07127957791090012, -0.06016538664698601, + 0.014195221476256847, -0.04652383551001549, -0.011373895220458508, -0.041698385030031204, + -0.004386912100017071, 0.03152788430452347, -0.008741810917854309, 0.007980835624039173, + 0.046572089195251465, 0.10622763633728027, -0.01585327833890915, 0.007485056295990944, + 0.02373153530061245, -0.02922864444553852, -0.01166961807757616, -0.08490611612796783, + 0.043270841240882874, 0.03414216637611389, -0.04332198575139046, 0.011302502825856209, + -0.07060442119836807, 0.004421113058924675, 0.04756582900881767, 0.024394724518060684, + 0.06875158846378326, -0.01895979605615139, 0.032623063772916794, -0.06397298723459244, + -0.050930436700582504, 0.05231289193034172, 0.08034556359052658, 0.04459124058485031, + 0.0363273099064827, 0.036654215306043625, 0.017858853563666344, -0.07272400707006454, + -0.025268595665693283, -0.05529748648405075, 0.10033981502056122, 0.050740912556648254, + -0.033909182995557785, -0.03639017790555954, 0.0036420761607587337, -0.023876504972577095, + -0.03522614762187004, -0.05124369263648987, 0.12512226402759552, -0.0037712131161242723, + -0.04191776365041733, 0.04764557629823685, 0.030964620411396027, 0.08890704065561295, + -0.0003526642103679478, -0.07606075704097748, -0.011859534308314323, -0.03200447931885719, + -0.07913122326135635, -0.05361802130937576, -0.035557523369789124, 0.00995606742799282, + 0.013054764829576015, -0.0019328538328409195, 0.06049403175711632, 0.046045463532209396, + -0.030479632318019867, -0.0272221677005291, -0.04342465475201607, -0.06850363314151764, + 0.0076929316855967045, 0.09404018521308899, -0.09219254553318024, -0.014766932465136051, + -0.060678306967020035, 0.04779154434800148, 0.06763717532157898, 0.02135942503809929, + 0.04133061692118645, -0.06653587520122528, 0.04329976812005043, 0.0134767796844244, + 0.003370218677446246, -0.03132615610957146, -0.12266137450933456, 0.03694034740328789, + 0.07270175963640213, -0.0014757211320102215, -0.009195121936500072, 0.027202272787690163, + 0.012777534313499928, -0.02081131935119629, 0.06271992623806, 0.029809094965457916, + -0.07818997651338577, 0.062369056046009064, -0.06827393174171448, -0.052382372319698334, + -0.018690485507249832, 0.022138388827443123, 0.03711850568652153, 0.04822884872555733, + 0.06186423450708389, 0.011810082010924816, -0.05628560483455658, -0.008872441947460175, + -0.09904860705137253, 0.07652103900909424, 0.1446968913078308, 0.04626121371984482, + -0.017970895394682884, -0.04546652361750603, 0.1267080008983612, 0.043080464005470276, + -0.011396725662052631, -0.06769561767578125, -0.03775233030319214, 0.14334292709827423, + -0.008696909062564373, 0.09798165410757065, 0.037249647080898285, -0.0214451365172863, + 0.04874495789408684, -0.043923791497945786, -0.01526846457272768, -0.0043177856132388115, + 0.05483037978410721, 0.0028166959527879953, -0.03618783503770828, 0.04587491601705551, + -0.12523315846920013, -0.05955345928668976, 0.0019091505091637373, -0.02858457900583744, + 0.011206568218767643, -0.04404159635305405, -0.0017627580091357231, -0.040770627558231354, + -0.09859614074230194, 0.07516565918922424, -0.014299004338681698, -0.0735764279961586, + -0.054796669632196426, 0.026051810011267662, 0.030377300456166267 + ], + [ + -0.019535766914486885, 0.051329489797353745, 0.021937483921647072, 0.03307340294122696, + 0.03132007643580437, 0.026167571544647217, 0.0018947109347209334, 0.0012783844722434878, + 0.027801906690001488, -0.01749333180487156, -0.04637552797794342, 0.0847899541258812, + 0.012858596630394459, 0.024006877094507217, 0.037200432270765305, 0.04470985010266304, + -0.07978415489196777, -0.04355372115969658, 0.013269987888634205, -0.06093635782599449, + 0.009018110111355782, 0.02037130296230316, 0.07447561621665955, 0.034432146698236465, + -0.03878073766827583, 0.0027040925342589617, -0.0038065642584115267, -0.02238369733095169, + 0.013063736259937286, 0.040195222944021225, 0.015197035856544971, 0.0045345318503677845, + -0.04151799902319908, 0.05306263267993927, -0.009297527372837067, 0.043660636991262436, + 0.004678483586758375, -0.041970089077949524, -0.011473629623651505, -0.010154224000871181, + 0.01834484376013279, 0.009135031141340733, -0.030740942806005478, -0.01751779019832611, + -0.03597204014658928, 0.016597097739577293, -0.01582016795873642, 0.010906776413321495, + 0.0027337265200912952, -0.02464502491056919, -0.009969421662390232, -0.002918785437941551, + -0.01091940701007843, -0.025932971388101578, -0.04603792354464531, 0.05541327968239784, + 0.051937803626060486, 0.030438009649515152, 0.02931392192840576, 0.004859453998506069, + 0.10608522593975067, -0.03155997022986412, 0.0024196039885282516, 0.05976388603448868, + 0.0062131681479513645, -0.030393466353416443, 0.047815680503845215, 0.032837215811014175, + -0.042341362684965134, -0.05100233852863312, -0.012959507293999195, 0.04665020853281021, + -0.025161713361740112, -0.038188327103853226, -0.005969929974526167, 0.02000775747001171, + 0.029235076159238815, -0.03244001790881157, 0.015137937851250172, -0.009199540130794048, + -0.005441584158688784, -0.012618165463209152, 0.02346120774745941, 0.04119782894849777, + 0.030135974287986755, -0.01384476013481617, 0.07627276331186295, -0.06096351519227028, + -0.060317035764455795, -0.0170470979064703, 0.03013177402317524, -0.042127422988414764, + -0.019410284236073494, -0.0038378818426281214, -0.012738386169075966, 0.05224128067493439, + -0.038741081953048706, 0.013762102462351322, 0.026814522221684456, -0.061065834015607834, + 0.016011713072657585, 0.050929393619298935, -0.07005006819963455, -0.02636822499334812, + -0.027188410982489586, 0.019561773166060448, -0.0034995966125279665, -0.03333602845668793, + -0.03139527142047882, 0.008845311589539051, 0.024495156481862068, -0.0841192975640297, + 0.039500005543231964, 0.03696044534444809, 0.009045874699950218, 0.015321034938097, + -0.09624549746513367, 0.019092978909611702, 0.1089029312133789, -0.038794081658124924, + -0.040687527507543564, -0.051678042858839035, 0.006093138363212347, -0.05261322483420372, + 0.05299065262079239, -0.03207011893391609, -0.007887603715062141, 0.002199711510911584, + 0.002998298965394497, 0.01846783608198166, 0.0017582826549187303, -0.07468622922897339, + 0.05040701851248741, -0.06270056962966919, 0.07874680310487747, 0.027151888236403465, + 0.05366995185613632, 0.08237935602664948, 0.03518352285027504, 0.06423202157020569, + 0.0056672776117920876, -0.046496834605932236, -0.038662854582071304, 0.009463939815759659, + -0.0673515573143959, 0.03172687441110611, -0.006231262814253569, -0.0017547638854011893, + -0.03290760889649391, -0.02571198157966137, -0.010121074505150318, 0.04839533567428589, + 0.09729288518428802, -0.006832885555922985, 0.01840970292687416, -0.09830352663993835, + -0.014509639702737331, -0.032108817249536514, -0.007427365519106388, 0.0070570060051977634, + -0.0417662151157856, -0.029266120865941048, 0.0708559900522232, 0.04158078506588936, + 0.004340447019785643, -0.04598404839634895, -0.02077595517039299, -0.040671247988939285, + 0.009542686864733696, 0.022824715822935104, -0.00426303269341588, -0.000582192384172231, + -0.04205724224448204, 0.024772707372903824, 0.017554624006152153, 0.025495506823062897, + 0.012732966803014278, -0.03732148930430412, -0.006906602066010237, -0.0232540350407362, + -0.01650265045464039, 0.0033418177627027035, 0.03321990743279457, 0.038758158683776855, + 0.04610905796289444, -0.020857490599155426, -0.05126489698886871, -0.05319344624876976, + -0.03956623375415802, -0.008563674055039883, -0.00047625231673009694, 0.006263204384595156, + 0.08102067559957504, 0.023079682141542435, 0.026471635326743126, 0.08005587756633759, + -0.05661517754197121, -0.04816250503063202, 0.010510668158531189, -0.009182702749967575, + 0.03387865796685219, -0.05219271034002304, 0.03022320568561554, -0.008535107597708702, + -0.08867970108985901, -0.04994705319404602, -0.06413844227790833, -0.0952044352889061, + -0.08568572998046875, 0.017053496092557907, 0.048101138323545456, -0.03566819801926613, + -0.10109975188970566, -0.013397484086453915, -0.002536917105317116, -0.007282888051122427, + -0.041099678725004196, -0.1150013655424118, 0.03997544199228287, 0.057820528745651245, + -0.016137821599841118, 0.030039865523576736, -0.08637278527021408, -0.033403076231479645, + 0.015076656825840473, -0.08673262596130371, 0.08149128407239914, -0.006251493934541941, + 0.029252788051962852, 0.03070395439863205, -0.009951328858733177, 0.03560371324419975, + -0.006482196971774101, -0.007962319999933243, -0.05025186389684677, 0.003991083241999149, + -0.03609820455312729, 0.05757047235965729, -0.07039393484592438, 0.06097555160522461, + -0.020111456513404846, -0.03727805241942406, 0.05857858806848526, 0.021718770265579224, + -0.05411718413233757, 0.036402493715286255, 0.012390985153615475, -0.06121590733528137, + 0.0059193819761276245, 0.01541517861187458, -0.023691779002547264, -0.04116927087306976, + -0.01525066513568163, -0.01859821192920208, 0.0039651524275541306, -0.008546236902475357, + -0.055648453533649445, 0.06515706330537796, 0.05045834556221962, 0.06115126609802246, + 0.004526772070676088, 0.03693638741970062, 0.05025742948055267, 0.0027385568246245384, + -0.049318332225084305, 0.02125701867043972, 0.08727020770311356, -0.036587003618478775, + -0.014534538611769676, 0.04263344779610634, 0.04774050787091255, 0.0787132978439331, + -0.011013810522854328, 0.07027903944253922, 0.014437118545174599, 0.002558272099122405, + 0.002391972579061985, -0.035697512328624725, -0.013107703998684883, 0.0917477160692215, + 0.04503496736288071, 0.01757211983203888, -0.05352453887462616, -0.005385226104408503, + 0.03807041421532631, 0.019846288487315178, 0.02820633351802826, 0.04934842884540558, + -0.026184696704149246, 0.052579365670681, -0.018635964021086693, 0.06338990479707718, + -0.0025253600906580687, 0.018224313855171204, 0.03152332454919815, 0.054298896342515945, + 0.005924638360738754, -0.05376483500003815, -0.010155102238059044, 0.01602129451930523, + 0.03511310741305351, -0.006295955739915371, -0.02728278934955597, 0.027293462306261063, + -0.024731941521167755, -0.02986999601125717, 0.06308583170175552, 0.010567847639322281, + 0.030791742727160454, 0.07298217713832855, -0.024675682187080383, -0.023729920387268066, + 0.038601648062467575, -0.08817050606012344, -0.05794034153223038, 0.0010496122995391488, + -0.007547343149781227, 0.058214474469423294, -0.013755870051681995, -0.034157343208789825, + 0.03175528720021248, -0.01953881047666073, -0.013373620808124542, 0.0016431198455393314, + 0.014049649238586426, -0.029825668781995773, -0.02324122004210949, 0.023539606481790543, + 0.02665163017809391, -0.017227215692400932, -0.020280156284570694, 0.036365725100040436, + 0.009591001085937023, 0.04704892262816429, -0.02223077416419983, -0.027687428519129753, + -0.015956420451402664, -0.023622561246156693, -0.06664695590734482, 0.019823219627141953, + -0.038519714027643204, 0.015648476779460907, -0.061007048934698105, -0.0317457839846611, + 0.0024388476740568876, 0.05068161338567734, -0.014102783054113388, -0.03157055005431175, + 0.04374491795897484, 0.020263267681002617, 0.024081885814666748, 0.03687203302979469, + -0.04207194596529007, -0.006088932976126671, -0.028742682188749313, 0.0312080979347229, + -0.0021304425317794085, -0.0035036252811551094, 0.017511187121272087, -0.03460487723350525, + 0.006372509989887476, 0.03148401901125908, -0.06674648821353912, 0.016065102070569992, + -0.02526194043457508, 0.06757105886936188, -0.050294179469347, 0.041245296597480774, + 0.00651799701154232, -0.0034795331303030252, -0.030075550079345703, -0.017111774533987045, + -0.02498023770749569, 0.03329523280262947, -0.0036629117093980312, -0.022934628650546074, + 0.01838856190443039, 0.04418642446398735, 0.019776340574026108, 0.06190606206655502, + -0.03558716922998428, -0.03889328986406326, 0.06509780883789062, 0.0003640197974164039 + ], + [ + 0.06010729819536209, -0.06587129086256027, 0.024200040847063065, 0.006693041883409023, + 0.0073013934306800365, 0.020314780995249748, -0.01346603874117136, -0.0004702014266513288, + 0.0149216428399086, 0.046511974185705185, -0.0773802250623703, -0.014416187070310116, + 0.012644029222428799, 0.05923189967870712, -0.01473615039139986, -0.029479634016752243, + -0.047060463577508926, 0.004075805190950632, 0.011630495078861713, -0.04884553328156471, + 0.015725700184702873, 0.029746878892183304, 0.03786003962159157, 0.03766750916838646, + 0.05116960406303406, 0.052761394530534744, -0.03163415938615799, 0.0036329824943095446, + -0.006846065632998943, 0.04200683534145355, -0.09124834835529327, -0.011514760553836823, + 0.013543903827667236, -0.05118434876203537, -0.019857166334986687, -0.03649838641285896, + 0.039364270865917206, -0.07612282037734985, -0.0416722446680069, -0.0733698382973671, + -0.04130635783076286, 0.00344854686409235, 0.05722004547715187, 0.05461125448346138, + 0.01854754239320755, 0.011323959566652775, 0.020265480503439903, -0.0002606291091069579, + 0.009396662935614586, -0.03131384402513504, 0.01831849478185177, 0.04299173131585121, + -0.03208332508802414, -0.029491618275642395, 0.0020906557328999043, 0.0766553208231926, + 0.005556104704737663, -0.04001162201166153, 0.039338722825050354, -0.013857522048056126, + 0.03282123804092407, 0.024712184444069862, -0.04090775549411774, 0.03615197166800499, + 0.0026304107159376144, -0.030846238136291504, -0.062085967510938644, 0.0400710292160511, + 0.015063438564538956, -0.05084175989031792, 0.06094600632786751, 0.03396423161029816, + 0.08919011056423187, -0.06585663557052612, 0.05926484987139702, 0.05431079864501953, + 0.07224217802286148, 0.01466323621571064, -0.0028475483413785696, 0.029329560697078705, + -0.03417573496699333, 0.03936808928847313, -0.01059054397046566, -0.01982972025871277, + -0.03874940052628517, -0.04319416731595993, 0.06225511059165001, 0.015748582780361176, + -0.05371548980474472, 0.0628095343708992, 0.043976958841085434, -0.00041476654587313533, + -0.05526230111718178, -0.03580602630972862, 0.016932090744376183, 0.014874842949211597, + -0.03004254400730133, -0.007088097743690014, 0.0014914812054485083, 0.019945822656154633, + -0.006801706738770008, 0.040997423231601715, 0.042610470205545425, 0.028875064104795456, + -0.026418201625347137, 0.1130545511841774, 0.05489969626069069, -0.026562675833702087, + 0.022326422855257988, 0.010757548734545708, 0.07483409345149994, -0.06632759422063828, + 0.06328092515468597, 0.029089124873280525, -0.030778110027313232, 0.0006638025515712798, + -0.005765913520008326, -0.0596650168299675, -0.019781317561864853, -0.017778227105736732, + -0.00418828334659338, -0.018066201359033585, 0.006149260327219963, -0.05322477966547012, + -0.020413167774677277, 0.017711391672492027, -0.0792468711733818, -0.0033436473459005356, + -0.024750269949436188, -0.06417901813983917, -0.03447303920984268, -0.026897139847278595, + 0.03310852870345116, -0.06322947144508362, 0.07498552650213242, -0.0599842369556427, + 0.006991235073655844, -0.018530311062932014, -0.0031717028468847275, -0.03288101404905319, + -0.027132706716656685, -0.05009014159440994, 0.0071722883731126785, 0.009438968263566494, + -0.050052568316459656, -0.006388367619365454, -0.03686296567320824, 0.01341573242098093, + 0.013841851614415646, 0.021998288109898567, -0.001921897754073143, 0.10002738237380981, + 0.0014225702034309506, 0.029110722243785858, 0.03328785300254822, -0.05978534370660782, + -0.0047425939701497555, 0.04160473123192787, -0.03273643180727959, 0.04669972509145737, + -0.0246621984988451, 0.04243732616305351, 0.0562945231795311, 0.050667453557252884, + 0.060317765921354294, -0.024969791993498802, 0.005198771134018898, 0.017990052700042725, + 0.027139203622937202, -0.017863284796476364, -0.057492900639772415, 0.012474387884140015, + -0.0713685005903244, -0.006748420652002096, 0.009019771590828896, -0.0018510791705921292, + -0.04032059758901596, 0.00518077751621604, -0.013101109303534031, -0.06329476833343506, + 0.04429004341363907, 0.028184644877910614, 0.05296802148222923, 0.008817950263619423, + 0.04873249679803848, 0.06332788616418839, -0.023585669696331024, 0.010143241845071316, + -0.005127783864736557, 0.011659118346869946, 0.038505129516124725, 0.05936703830957413, + 0.06661900132894516, 0.015070685185492039, 0.029907772317528725, 0.06841643154621124, + -0.049451831728219986, -0.021960673853754997, 0.03853246569633484, -0.024737047031521797, + 0.008786553516983986, -0.0029932954348623753, -0.05379626899957657, -0.01806030608713627, + -0.010950344614684582, 0.004546862095594406, -0.020618200302124023, 0.004532082937657833, + -0.0019187061116099358, -0.021259695291519165, -0.010039291344583035, -0.018894482403993607, + -0.03258271515369415, 0.007456510793417692, -0.03554759547114372, -0.02038169652223587, + 0.002245076233521104, -0.04650454595685005, 0.014253586530685425, 0.01941625401377678, + -0.03573343902826309, 0.028496550396084785, -0.0391724593937397, -0.04018373787403107, + 0.01776186004281044, -0.0649835541844368, -0.011868715286254883, 0.058030080050230026, + -0.029227646067738533, 0.008510690182447433, 0.00020982442947570235, -0.019128700718283653, + -0.00599954416975379, 0.035756174474954605, -0.05128715932369232, 0.07014103978872299, + 0.0027599320746958256, 0.02861945703625679, 0.006923337001353502, 0.035586073994636536, + 0.0024838552344590425, -0.007486810442060232, 0.0584072582423687, 0.025132207199931145, + -0.05187739059329033, -0.014938230626285076, -0.04026900231838226, -0.05145324394106865, + -0.009814508259296417, 0.043359845876693726, -0.016240259632468224, -0.08161278814077377, + -0.00816546194255352, -0.010684877634048462, 0.006669350899755955, -0.005063312128186226, + -0.009748867712914944, 0.04479435831308365, -0.008004051633179188, -0.01984320767223835, + -0.013815199956297874, -0.021494494751095772, 0.07227803766727448, -0.022165236994624138, + -0.01210749987512827, 0.03493965417146683, 0.08755440264940262, 0.028665294870734215, + -0.05328364297747612, 0.08219868689775467, 0.029733316972851753, 0.03925587981939316, + -0.004876962397247553, -0.010902810841798782, -0.0016787359490990639, 0.032728686928749084, + -0.006128953769803047, 0.011564196087419987, -0.014226635918021202, 0.02827666886150837, + 0.059511929750442505, 0.09486400336027145, 0.024557242169976234, -0.01732424646615982, + 0.009747886098921299, 0.04345722869038582, 0.020549040287733078, -0.013247605413198471, + 0.04749954491853714, 0.059422675520181656, -0.016771338880062103, -0.013914629817008972, + -0.04793296381831169, 0.00030378391966223717, 0.009679599665105343, 0.07389598339796066, + -0.02237105183303356, -0.008594331331551075, -0.011687839403748512, 0.04919789731502533, + 0.0405314564704895, -0.026044726371765137, -0.023792577907443047, -0.06576523929834366, + -0.007627564482390881, 0.029454492032527924, 0.03561808913946152, -0.005116274580359459, + 0.011264629662036896, 0.05850822478532791, -0.00920380000025034, -0.03732101991772652, + -0.06003261357545853, -0.05164491385221481, -0.003792531555518508, 0.0249773059040308, + 0.04170123115181923, -0.0557698979973793, 0.04469066858291626, -0.012366433627903461, + -0.010959891602396965, 0.022468531504273415, -0.05210859701037407, -0.09611915796995163, + 0.005302345380187035, -0.0048456997610628605, 0.0053918189369142056, -0.011276169680058956, + 0.03492886200547218, 0.046910982578992844, 0.01947752758860588, 0.050705231726169586, + -0.0404413677752018, 0.055510252714157104, 0.02013564296066761, -0.010597041808068752, + -0.028839686885476112, 0.01489389967173338, -0.011436541564762592, -0.0007173922494985163, + 0.011188828386366367, 0.03539033234119415, -0.04452051967382431, 0.06880833953619003, + -0.07607505470514297, -0.02772100269794464, 0.05737421661615372, -0.038851961493492126, + 0.023865722119808197, 0.014293369837105274, -0.025176340714097023, 0.07995479553937912, + 0.032652776688337326, -0.002310901414602995, 0.030613595619797707, -0.04233282059431076, + -0.0053248112089931965, 0.044414982199668884, -0.0170262660831213, 0.02284410037100315, + 0.005590685643255711, 0.04189402610063553, -0.011728193610906601, 0.02454845979809761, + 0.05436260998249054, 0.016203206032514572, -0.000646728090941906, -0.009919794276356697, + -0.0317111499607563, -0.026318814605474472, 0.03626485913991928, 0.04879038780927658, + -0.03487342968583107, -0.010365902446210384, -0.0058628711849451065, -0.04387347027659416, + 0.011833742260932922, -0.012436655350029469, 0.05926121398806572, 0.025959724560379982, + -0.06596575677394867, -0.00118441681843251, 0.024682482704520226, -0.008160779252648354 + ], + [ + -0.006579965353012085, -0.024848606437444687, -0.012245594523847103, 0.04113779217004776, + -0.03939438238739967, 0.04608382284641266, 0.045056287199258804, -0.018689434975385666, + 0.07317295670509338, 0.042930424213409424, 0.0006182577344588935, 0.011340265162289143, + -0.024947993457317352, 0.0548817478120327, 0.05791012942790985, 0.027010390534996986, + 0.029645485803484917, -0.003084195777773857, 0.10332435369491577, -0.04882608726620674, + -0.007421810179948807, -0.025227943435311317, 0.021585633978247643, -0.008056213147938251, + 0.023933302611112595, -0.04934781417250633, -0.004662518855184317, -0.05508619174361229, + 0.006714529823511839, -0.006680828053504229, -0.04760613292455673, -0.030093958601355553, + -0.010913542471826077, -0.05228378623723984, 0.0420898012816906, 0.11848938465118408, + -0.032797303050756454, -0.07574648410081863, -0.029440153390169144, 0.0139016630128026, + -0.021998967975378036, 0.05723939836025238, 0.07869333028793335, -0.0156787671148777, + -0.009995667263865471, -0.01890348270535469, 0.0405341312289238, 0.010917095467448235, + -0.04352516308426857, -0.04705462604761124, 0.05317273363471031, -0.037051972001791, + -0.009596184827387333, -0.037160757929086685, -0.03960646688938141, 0.024697616696357727, + 0.0037146052345633507, -0.005212810821831226, 0.042800240218639374, -0.014443009160459042, + 0.036116231232881546, -0.02956497296690941, -0.05140595883131027, 0.005904206540435553, + 0.058552175760269165, 0.05268826708197594, 0.039618682116270065, 0.07856934517621994, + 0.03828050196170807, -0.04981786385178566, -0.019910696893930435, 0.048301130533218384, + 0.0805414617061615, -0.048982664942741394, 0.06457983702421188, 0.0679318979382515, + 0.008567284792661667, 0.015559316612780094, -0.0227324478328228, 0.027688181027770042, + -0.05073532462120056, -0.023132411763072014, -0.04778901860117912, -0.008387621492147446, + -0.009538207203149796, 0.05528861656785011, 0.07267402112483978, -0.028415145352482796, + -0.03735758364200592, 0.10303159803152084, 0.028938282281160355, -0.022087061777710915, + -0.026532800868153572, 0.026263747364282608, 0.0030457917600870132, 0.04980970919132233, + -0.07629718631505966, -0.001830776920542121, 0.01663034036755562, 0.031544409692287445, + -0.006956913974136114, 0.01421857625246048, 0.07854049652814865, -0.01493670605123043, + 0.042101792991161346, 0.01182501669973135, 0.02175743691623211, 0.010914669372141361, + 0.0055673010647296906, 0.003523746272549033, 0.031177006661891937, -0.08125144243240356, + 0.015821361914277077, 0.021045206114649773, -0.007964035496115685, 0.034891337156295776, + 0.013055243529379368, -0.09814057499170303, -0.00036589003866538405, -0.03902756795287132, + -0.06835933774709702, 0.015112464316189289, -0.015030696988105774, -0.019202088937163353, + 0.04636171832680702, -0.027646895498037338, -0.02990928292274475, -0.03264432027935982, + 0.010222574695944786, 0.03186197206377983, -0.02936631441116333, -0.005536695476621389, + 0.03663258254528046, -0.07376706600189209, 0.05376467481255531, 0.0002009807649301365, + -0.03574797138571739, 0.01173508819192648, -0.0823269635438919, 0.04173235967755318, + -0.0031989950221031904, -0.021415024995803833, 0.029450982809066772, -0.018097558990120888, + -0.009590311907231808, -0.0011766720563173294, -0.08908143639564514, 0.051126547157764435, + -0.0620967373251915, -0.0003347155579831451, -0.04287301376461983, 0.0279781986027956, + 0.05922267958521843, 0.003679636400192976, 0.036874428391456604, -0.030138863250613213, + 0.011799233965575695, 0.005980098154395819, -0.009518115781247616, -0.02515709400177002, + -0.06232946366071701, -0.004307325463742018, -0.004115883260965347, -0.029323337599635124, + 0.07377753406763077, -0.0191465076059103, 0.06949689984321594, -0.08224324882030487, 0.0419398732483387, + 0.008998078294098377, -0.015566036105155945, 0.03469076752662659, 0.022171467542648315, + -0.06684955954551697, 0.005239676684141159, -0.023159952834248543, -0.008913041092455387, + 0.040500760078430176, -0.01436511892825365, 0.04276488348841667, -0.036408260464668274, + -0.015690719708800316, -0.02664797566831112, 0.04133453965187073, 0.024146057665348053, + -0.06633082777261734, -0.018267590552568436, -0.0171564519405365, -0.0442010834813118, + -0.0030464797746390104, 0.006605018395930529, -0.012634223327040672, 0.04432050883769989, + 0.01650192216038704, 0.018002944067120552, -0.0032371697016060352, -0.009733222424983978, + -0.014518930576741695, 0.08569566905498505, -0.034471359103918076, -0.027548979967832565, + -0.06941469013690948, 0.06593045592308044, -0.0008745317463763058, -0.09944573789834976, + -0.027994956821203232, 0.028600694611668587, -0.04033922031521797, -0.04849441722035408, + 0.06610824912786484, -0.024281786754727364, 0.05826900526881218, 0.04142409935593605, + 0.012923221103847027, -0.02974632941186428, -0.031008945778012276, -0.0003747854789253324, + -0.043945617973804474, -0.07695244252681732, -0.02324531227350235, 0.008287977427244186, + -0.06606273353099823, -0.007026195526123047, 0.0007568690343759954, 0.0289438609033823, + 0.020155970007181168, 0.033091213554143906, 0.006130585912615061, -0.07057003676891327, + 0.029220879077911377, 0.03641695901751518, -0.02536545693874359, -0.022177835926413536, + -0.00015506302588619292, -0.04243204742670059, -0.026584619656205177, 0.0195779912173748, + 0.026080850511789322, -0.0986863523721695, 0.025693869218230247, -0.03466905653476715, + 0.028561627492308617, 0.012752990238368511, 0.016523588448762894, -0.01800382137298584, + 0.02945125102996826, 0.03918784111738205, -0.025129524990916252, 0.009932042099535465, + 0.030035793781280518, -0.008730676956474781, -0.04689253866672516, -0.05042878910899162, + -0.029609819874167442, -0.0044167242012917995, 0.00960206612944603, 0.04472532495856285, + -0.0003683132817968726, 0.027444973587989807, 0.02156130224466324, -0.04212598130106926, + 0.05522773787379265, 0.012458018027245998, 0.025271452963352203, -0.011996530927717686, + -0.050172027200460434, 0.05951665714383125, 0.043956927955150604, 0.04877132922410965, + -0.03241954743862152, 0.002179452683776617, 0.05390515923500061, -0.020879728719592094, + -0.01491567399352789, -0.006883099675178528, 0.003514487762004137, -0.06921078264713287, + 0.0001262026053154841, 0.040075574070215225, 0.036035023629665375, -0.04407202824950218, + 0.012844095006585121, -0.03957849368453026, -0.004748329054564238, 0.021911809220910072, + -0.019173191860318184, 0.011426455341279507, -0.0210554301738739, 0.08278660476207733, + 0.01595931686460972, -0.02447201870381832, 0.053486213088035583, -0.0560804158449173, + -0.026392687112092972, 0.012224321253597736, 0.0779045894742012, 0.0035825346130877733, + 0.05980291962623596, -0.007438287604600191, -0.026465870440006256, 0.07195241004228592, + 0.004454587586224079, 0.0426284484565258, 0.0029427697882056236, -0.07514705508947372, + 0.0037470594979822636, -0.019708450883626938, -0.028048422187566757, -0.03279842063784599, + 0.06931083649396896, 0.029420094564557076, -0.01618882082402706, -0.06696721911430359, + -0.019756972789764404, -0.05135069042444229, 0.0581682063639164, 0.03593965992331505, + 0.03159144148230553, -0.014818942174315453, 0.0020738805178552866, 0.002050225157290697, + 0.048022761940956116, -0.011102456599473953, -0.011291123926639557, 0.015041191130876541, + 0.047764621675014496, -0.03023114614188671, 0.06905073672533035, 0.047841429710388184, + -0.015813235193490982, -0.059344399720430374, -0.022456327453255653, -0.026984652504324913, + 0.07428213953971863, -0.10416273027658463, -0.07746461033821106, 0.024486830458045006, + 0.09896107017993927, -0.03399509936571121, -0.04373295605182648, 0.023785488680005074, + 0.017161492258310318, 0.012229305692017078, 0.07544068247079849, -0.032544709742069244, + -0.08043840527534485, -0.03431835025548935, -0.012791693210601807, 0.06657656282186508, + -0.011353569105267525, 0.034142132848501205, 0.016656367108225822, 0.019432589411735535, + 0.03084365651011467, 0.02826867252588272, 0.018554259091615677, -0.03342188522219658, + 0.010299092158675194, -0.014527389779686928, -0.04849148541688919, -0.0009576113079674542, + 0.008346909657120705, -0.12121132761240005, -0.002991814399138093, -0.01919589377939701, + 0.046109482645988464, 0.01515986304730177, -0.004226424265652895, -0.09111999720335007, + -0.0015906804474070668, 0.02378862537443638, 0.012090474367141724, -0.07637883722782135, + -0.040222037583589554, 0.009565658867359161, -0.002562119858339429, 0.0006976188742555678, + -0.017704563215374947, 0.08029547333717346, 0.026063453406095505, -0.052530914545059204, + 0.014534151181578636, 0.01756221428513527, -0.053865768015384674 + ], + [ + 0.02342607080936432, -0.005315249785780907, 0.06222439929842949, 0.03824561461806297, + 0.04754141345620155, -0.058076366782188416, -0.01402513962239027, -0.061540696769952774, + -0.04861133173108101, -0.0702400952577591, 0.0294736847281456, 0.01165034994482994, + 0.044250186532735825, -0.06081053614616394, -0.034241221845149994, -0.01927599497139454, + 0.045932672917842865, 0.013704422861337662, -0.04782913997769356, 0.018665364012122154, + -0.10673779249191284, -0.005681443959474564, -0.07897091656923294, 0.09695112705230713, + 0.026263272389769554, -0.0404873862862587, 0.047639623284339905, 0.04036004841327667, + -0.011422602459788322, 0.06044934317469597, 0.01635044254362583, 0.058722738176584244, + 0.04259565845131874, 0.015930496156215668, -0.036984238773584366, -0.048733703792095184, + -0.04900694265961647, 0.04936285689473152, 0.021857300773262978, -0.055281590670347214, + 0.006862332578748465, -0.025235502049326897, 0.03768974915146828, 0.06100171059370041, + 0.028395405039191246, 0.06970266997814178, 0.04849741980433464, -0.06338824331760406, + 0.06599560379981995, 0.054595641791820526, 0.031179144978523254, 0.027294879779219627, + 0.04003731906414032, -0.028104456141591072, -0.051211167126894, 0.06356723606586456, + -0.026669561862945557, -0.0450136624276638, 0.014551682397723198, 0.04305193945765495, + -0.06983420252799988, -0.008071825839579105, -0.011986873112618923, 0.028976744040846825, + 0.018587438389658928, -0.0823146253824234, -0.013203253969550133, -0.10710810124874115, + 0.047140806913375854, -0.005449569784104824, 0.003907233010977507, 0.0011014101328328252, + -0.0015022283187136054, 0.04993657022714615, -0.07498221844434738, -0.022426795214414597, + -0.0828339233994484, 0.008576436899602413, -0.024926381185650826, -0.0003528379020281136, + -0.047294776886701584, -0.025806959718465805, 0.052121225744485855, -0.017795352265238762, + 0.06430307030677795, -0.09494242817163467, -0.018234143033623695, -0.05152314528822899, + -0.029245344921946526, -0.02375589869916439, 0.04132980853319168, -0.019060803577303886, + 0.023556526750326157, -0.04812735691666603, 0.010138878598809242, -0.049495622515678406, + -0.04969478398561478, 0.045463062822818756, -0.05723690986633301, 0.0660126805305481, + -0.005015431437641382, -0.060478273779153824, -0.04420866817235947, 0.08310606330633163, + -0.0697425976395607, -0.06656757742166519, 0.021860413253307343, -0.030669022351503372, + 0.03369205445051193, -0.012118296697735786, -0.005025662947446108, 0.04051593691110611, + 0.002941705286502838, -0.046587150543928146, -0.02324809320271015, -0.039389390498399734, + 0.05850314348936081, 0.03185313940048218, -0.018571563065052032, 0.05211054906249046, + -0.09743233770132065, 0.0061904494650661945, -0.052656132727861404, -0.02091154083609581, + -0.018786588683724403, -0.02722266875207424, 0.04277688264846802, 0.021063730120658875, + -0.03204565867781639, -0.0015872541116550565, -0.0021200862247496843, 0.0626472532749176, + 0.0053507485426962376, 0.03777918592095375, -0.012055805884301662, 0.025455160066485405, + 0.002869725925847888, -0.09656809270381927, 0.018953148275613785, -0.08244261890649796, + 0.03555965796113014, -0.02107338048517704, -0.06990578770637512, -0.05216272920370102, + 0.08300896733999252, -0.01930948533117771, 0.04277429357171059, 0.007464606314897537, + 0.032955121248960495, -0.019236944615840912, -0.05893294885754585, 0.007753488142043352, + -0.03867223858833313, 0.008528158068656921, 0.0411786288022995, -0.06673694401979446, + 0.026018638163805008, 0.06778885424137115, -0.07211370021104813, -0.09107480198144913, + 0.035536229610443115, 0.005904240068048239, 0.03937969356775284, -0.04687812551856041, + 0.023990914225578308, 0.04609547555446625, -0.011134270578622818, 0.04293329641222954, + 0.03364047780632973, -0.030684415251016617, 0.012517337687313557, -0.0035103585105389357, + 0.009602382779121399, 0.06986650824546814, -0.00022082950454205275, 0.051974255591630936, + 0.02961074747145176, 0.09301017224788666, -0.05457882210612297, 0.0029959548264741898, + -0.015433689579367638, -0.06308242678642273, -0.017978280782699585, -0.03889317810535431, + -0.02575673907995224, -0.021073251962661743, -0.007906083017587662, 0.055072199553251266, + 0.03298588842153549, -0.0018397822277620435, -0.05796879529953003, -0.01327146589756012, + -0.015958696603775024, 0.0318041555583477, -0.051398683339357376, -0.0013740557478740811, + -0.0607638843357563, 0.05347973853349686, 0.03652213141322136, 0.07410051673650742, 0.03523873910307884, + 0.1682983785867691, 0.020567618310451508, 0.04725267365574837, -0.0007527755806222558, + -0.024526581168174744, 0.055670786648988724, -0.003752846037968993, 0.07015416026115417, + 0.042755890637636185, -0.09061336517333984, 0.01816727966070175, 0.02619968168437481, + 0.025400962680578232, 0.03757109120488167, -0.000391223409678787, 0.08219459652900696, + 0.11010110378265381, 0.01290178019553423, 0.019374551251530647, 0.0477445162832737, + 0.008122088387608528, -0.042237889021635056, -0.01372091006487608, 0.056349217891693115, + 0.09778664261102676, -0.02329581044614315, -0.012150985188782215, 0.014426467940211296, + 0.09697557985782623, 0.04472697526216507, 0.03430118039250374, 0.003104014554992318, + -0.03435850888490677, 0.11865931004285812, -0.01895388774573803, -0.023663271218538284, + -0.030528424307703972, -0.016725149005651474, -0.01607813499867916, -0.021225737407803535, + 0.029489606618881226, -0.09317158907651901, 0.04476485028862953, -0.09305693954229355, + 0.033862873911857605, 0.038551490753889084, 0.016556425020098686, 0.017781827598810196, + 3.9389175071846694e-5, 0.08959846943616867, 0.09754754602909088, 0.005414741579443216, + -0.022998547181487083, 0.045308951288461685, 0.06651099026203156, -0.005132156424224377, + -0.040276918560266495, 0.028944822028279305, -0.02659066952764988, -0.002943079685792327, + -0.004740883596241474, 0.03295786678791046, -0.023761579766869545, 0.04525134712457657, + 0.028445987030863762, -0.040787890553474426, -0.05202140659093857, 0.05969344079494476, + -0.04559189826250076, -0.052361153066158295, -0.13235336542129517, -0.01359783299267292, + 0.01700904406607151, -0.009717377834022045, -0.033937495201826096, -0.052528299391269684, + -0.003603080753237009, 0.06857804208993912, -0.0633314773440361, -0.01248182076960802, + -0.013587655499577522, -0.06297679990530014, -0.06362027674913406, -0.03670614957809448, + -0.01387097965925932, -0.0461195707321167, -0.012866156175732613, -0.09453952312469482, + -0.01196055207401514, 0.013088594190776348, -0.014258308336138725, 0.05894790589809418, + -0.02010541968047619, 0.0031266738660633564, -0.02555163949728012, -0.00845103245228529, + -0.02189253270626068, 0.042385753244161606, 0.05369450896978378, 0.026761379092931747, + 0.07004053890705109, 0.12112241983413696, 0.024765336886048317, 0.013361700810492039, + 0.010053910315036774, 0.0227211844176054, 0.018936358392238617, 0.02694610506296158, + -0.04341626539826393, 0.0156147675588727, -0.004986616317182779, -0.029807189479470253, + 0.022527093067765236, -0.0191746037453413, 0.039721522480249405, 0.024623000994324684, + 0.03887392580509186, 0.08038683235645294, -0.027006415650248528, 0.03218933567404747, + -0.021690143272280693, 0.04995487257838249, 0.06598207354545593, -0.026656068861484528, + 0.005691866390407085, 0.007871603593230247, -0.023401813581585884, 0.043635979294776917, + -0.006322124972939491, -0.05357690155506134, -0.06193392351269722, 0.03575088083744049, + -0.01471749972552061, -0.003886924358084798, 0.11466637253761292, 0.05931348726153374, + 0.003633074928075075, 0.0540531724691391, -0.009597230702638626, -0.05143160745501518, + -0.013358020223677158, 0.021837357431650162, -0.030996566638350487, 0.03326001390814781, + -0.04129630699753761, 0.02094411477446556, 0.07265886664390564, -0.019643258303403854, + -0.009483342990279198, 0.01556425727903843, -0.0670277401804924, -0.02681170031428337, + -0.061248790472745895, -0.005469758994877338, 0.03276534751057625, 0.0022711162455379963, + -0.009919587522745132, 0.018375983461737633, 0.04176245257258415, 0.007413191255182028, + -0.024821996688842773, 0.04810712859034538, -0.0009733501356095076, -0.012724991887807846, + 0.007513715419918299, -0.03049922175705433, -0.09572936594486237, 0.004054950084537268, + 0.052008360624313354, 0.06552402675151825, 0.023435145616531372, 0.027385355904698372, + 0.015156853012740612, 0.008741375058889389, 0.03526465967297554, -0.11988943070173264, + -0.006630061659961939, -0.01456726249307394, -0.03863563761115074, -0.02307329885661602, + 0.027803828939795494, -0.018343111500144005, 0.016668790951371193 + ], + [ + -0.01883969083428383, -0.027962489053606987, -0.11942189931869507, 0.015227134339511395, + -0.06995534896850586, -0.07179311662912369, -0.024015121161937714, -0.014631001278758049, + 0.04539182782173157, 0.04872201383113861, 0.013525504618883133, 0.097835011780262, 0.006378908175975084, + -0.02488749474287033, -0.027901610359549522, -0.017933184280991554, -0.07655360549688339, + -0.012718110345304012, 0.05788189172744751, -0.06610559672117233, 0.08669289201498032, + 0.00896633230149746, 0.07059925049543381, -0.04602603614330292, 0.05439126864075661, + 0.06920287758111954, -0.008405563421547413, 0.002881907857954502, 0.017566805705428123, + -0.008572148159146309, -0.0661776214838028, -0.03641396015882492, -0.03070344217121601, + -0.0032147523015737534, -0.059759579598903656, 0.047318536788225174, 0.027640195563435555, + -0.05507947877049446, 0.005689734593033791, -0.025608791038393974, 0.04420944303274155, + -0.037940289825201035, 0.01802353747189045, 0.03265255689620972, 0.08046166598796844, + 0.07651281356811523, -0.04634983092546463, 0.03305454179644585, -0.052998706698417664, + 0.0721316859126091, 0.06885701417922974, -0.06602206081151962, 0.06921327859163284, + 0.047071654349565506, -0.0033162953332066536, -0.059299420565366745, 0.0013243341818451881, + 0.045328620821237564, -0.03382759541273117, -0.06758222728967667, 0.034823570400476456, + -0.04699215292930603, -0.055337607860565186, 0.0742083415389061, -0.019753003492951393, + 0.09388574212789536, 0.11751829832792282, 0.05238986760377884, -0.06276576220989227, + -0.051822174340486526, -0.06456775963306427, 0.030567718669772148, 0.037809498608112335, + 0.053209736943244934, -0.05428110063076019, 0.01711062528192997, 0.07887186855077744, + 0.061271652579307556, -0.017931237816810608, -0.006879144348204136, -0.061721302568912506, + 0.02776886709034443, 0.0005617959541268647, 0.04752917215228081, -0.02640150673687458, + 0.048860251903533936, 0.058218084275722504, 0.00394652783870697, -0.0049729119054973125, + 0.0012598669854924083, 0.0012567037483677268, 0.059822291135787964, 0.0423089973628521, + 0.04359297454357147, 0.04254482313990593, 0.003404763527214527, 0.024154212325811386, + -0.06076693534851074, 0.06322343647480011, -0.07242962718009949, -0.020171502605080605, + -0.010678060352802277, -0.039333704859018326, 0.0006314166239462793, 0.04621206969022751, + -0.012711542658507824, 0.009555964730679989, 0.029536353424191475, 0.019791295751929283, + -0.04954714700579643, 0.005027348641306162, 0.013531685806810856, -0.09263922274112701, + 0.008555746637284756, 0.05885612592101097, -0.05993818864226341, 0.043889615684747696, + 0.008793162181973457, 0.03753436729311943, 0.013437974266707897, -0.07783347368240356, + -0.05462212115526199, -0.0021255777683109045, 0.023809196427464485, 0.05484424903988838, + -0.04150017350912094, 0.08585719019174576, -0.018086904659867287, -0.028585102409124374, + 0.04544297978281975, -0.023656301200389862, -0.021699784323573112, 0.037957511842250824, + 0.076307512819767, 0.09309399127960205, 0.04961353540420532, -0.030083293095231056, + -0.0012353016063570976, 0.10055111348628998, 0.021431472152471542, -0.05176418274641037, + 6.50783913442865e-5, 0.055989474058151245, -0.011754821054637432, -0.05325896292924881, + -0.012121721170842648, -0.0062537286430597305, 0.052645493298769, 0.00638650543987751, + -0.01406550407409668, 0.01720290817320347, 0.06638553738594055, 0.03826365992426872, + 0.06829299032688141, -0.058913301676511765, -0.025550125166773796, -0.06525363773107529, + -0.09242148697376251, -0.02975947968661785, -0.07415520399808884, 0.008858231827616692, + -0.022484449669718742, 0.016450151801109314, 0.004467560909688473, -0.006360301747918129, + 0.022975096479058266, -0.01621178723871708, 0.08560009300708771, 0.05352313816547394, + -0.0706857368350029, -0.0028233621269464493, -0.08772529661655426, -0.040353164076805115, + 0.04414030537009239, -0.11875218152999878, -0.007298691663891077, -0.014742483384907246, + 0.014414851553738117, -0.0048274085856974125, -0.03789377957582474, -0.007337480783462524, + 0.014002908952534199, -0.0019981744699180126, 0.028077637776732445, 0.013267413713037968, + 0.07807385921478271, 0.014230182394385338, -0.059156108647584915, -0.030552275478839874, + 0.021838070824742317, -0.08922368288040161, 0.06667256355285645, -0.028930220752954483, + -0.003181956009939313, 0.09848402440547943, 0.036773327738046646, -0.062413107603788376, + -0.017171241343021393, -0.02754264511168003, -0.00735687417909503, -0.03783790022134781, + -0.002320566214621067, -0.04319101944565773, 0.0374264121055603, -0.06221102550625801, + -0.04387328028678894, -0.08359109610319138, 0.05047218129038811, -0.015561770647764206, + -0.015580879524350166, -0.0002884980058297515, -0.06753570586442947, -0.021467985585331917, + -0.08460365235805511, 0.007737454958260059, 0.07619351148605347, 0.011549742892384529, + -0.04560654237866402, -0.03266033157706261, 0.0716533213853836, -0.05600439012050629, + -0.01474741380661726, 0.09269990026950836, -0.03687022253870964, -0.05927499383687973, + -0.06397144496440887, 0.08955997973680496, 0.08557511121034622, 0.03388327732682228, + 0.02084808610379696, 0.016549697145819664, 0.035176001489162445, -0.032452136278152466, + -0.0420498363673687, 0.03894742950797081, 0.0029758880846202374, -0.02004324458539486, + 0.007925371639430523, 0.009701468050479889, 0.11785095185041428, -0.13076981902122498, + -0.024369891732931137, 0.014976384118199348, 0.021439634263515472, 0.07132779806852341, + 0.05650261417031288, 0.03849321976304054, -0.011891370639204979, 0.0303033497184515, + -0.03418714180588722, -0.013364075683057308, -0.05731324106454849, 0.07399788498878479, + 0.08744067698717117, -0.003173986915498972, -0.03516973555088043, 0.08030004799365997, + 0.0014363116351887584, -0.036164894700050354, 0.04269258677959442, 0.10273263603448868, + 0.09464091807603836, 0.07701028883457184, 0.02471914328634739, 0.06755398958921432, + -0.0051231104880571365, -0.04164460301399231, 0.012675659731030464, -0.08435837179422379, + 0.012659669853746891, -0.029978586360812187, 0.07367834448814392, -0.028754521161317825, + 0.07769162207841873, 0.022188667207956314, -0.09685389697551727, 0.04052324965596199, + -0.10053148865699768, 0.019123848527669907, 0.04929453507065773, 0.051211535930633545, + 0.027410512790083885, -0.09809479862451553, -0.04526703432202339, 0.06168117746710777, + -0.04090064764022827, 0.01148789282888174, 0.051408007740974426, -0.058615464717149734, + -0.07476098835468292, -0.0141259441152215, 0.0029444070532917976, 0.03913729637861252, + 0.06863240897655487, -0.04392025247216225, 0.024214357137680054, 0.026785893365740776, + -0.11926992982625961, -0.01721591129899025, 0.014916044659912586, 0.01096541341394186, + 0.0024160328321158886, -0.01807854138314724, -0.0001750301307765767, 0.056452155113220215, + -0.035165149718523026, 0.04094211384654045, 0.015014329925179482, -0.04449769854545593, + -0.006339972373098135, 0.08593668788671494, -0.07517783343791962, -0.00835083145648241, + 0.004378615878522396, 0.010868814773857594, 0.028455516323447227, -0.07221510261297226, + 0.005442663561552763, -0.09169598668813705, -0.00810675136744976, -0.02831169217824936, + -0.04804298281669617, 0.042187586426734924, -0.06564253568649292, 0.0024017763789743185, + -0.0021916148252785206, -0.06397043913602829, 0.011482621543109417, 0.12288130819797516, + -0.028598876670002937, -0.06969389319419861, -0.01481566485017538, 0.08974967151880264, + -0.056996069848537445, -0.07560465484857559, -0.12210270017385483, -0.05682867020368576, + 0.05362972617149353, -0.01319734938442707, 0.05855615809559822, 0.039952024817466736, + -0.0784674808382988, 0.004171551670879126, -0.022492457181215286, 0.014128102920949459, + -0.020342502743005753, 0.058253392577171326, 0.004754865542054176, 0.027556834742426872, + -0.05243752896785736, -0.0616212859749794, 0.10192669183015823, 0.02706586755812168, + 0.019527750089764595, -0.041440125554800034, -0.05491598695516586, 0.12307745218276978, + 0.019932782277464867, -0.0037056889850646257, 0.10434677451848984, 0.06695118546485901, + 0.01584327220916748, 0.012422737665474415, 0.03236480429768562, 0.022109221667051315, + 0.10626709461212158, -0.031543370336294174, 0.013787002302706242, 0.057644352316856384, + -0.06915811449289322, -0.0203836802393198, -0.00019268195319455117, 0.027766192331910133, + 0.013793883845210075, -0.06750233471393585, -0.003519888734444976, -0.003080355003476143, + 0.06816355884075165, 0.14070257544517517, 0.004779137205332518, -0.02604314498603344, + -0.019497398287057877, 0.06208990886807442, -0.012119279243052006 + ], + [ + -0.005334687884896994, 0.06014104187488556, -0.013316890224814415, -0.026494674384593964, + 0.025048036128282547, -0.006171188782900572, -0.021757133305072784, -0.04957633092999458, + -0.017681753262877464, 0.004148103296756744, -0.02867414616048336, 0.024003610014915466, + -0.03593122586607933, 0.059879954904317856, -0.03238552063703537, 0.019005458801984787, + -0.08126120269298553, 0.04070904105901718, 0.003373987739905715, -0.06571165472269058, + -0.007074261549860239, 0.02255728468298912, 0.05846479535102844, -0.0015456832479685545, + 0.0007748801144771278, 0.025606554001569748, -0.0492829903960228, 0.030346225947141647, + -0.019931839779019356, -0.018506759777665138, -0.07813584804534912, -0.020622296258807182, + 0.005646574776619673, -0.02619447000324726, -0.051410842686891556, 0.01335398480296135, + -0.025470389053225517, -0.041990116238594055, 0.03741437569260597, 0.04333699494600296, + 0.028365610167384148, 0.07006334513425827, -0.003086065873503685, -0.0428321473300457, + -0.06130736693739891, -0.0007130118319764733, -0.0026166345924139023, -0.029631245881319046, + -0.052096348255872726, -0.017015978693962097, -0.0060525392182171345, -0.027760347351431847, + -0.027117274701595306, -0.07604925334453583, 0.06105653569102287, 0.05321348085999489, + -0.016557851806282997, 0.02635294571518898, 0.030892325565218925, -0.084133081138134, + 0.04510299488902092, 0.0025998177006840706, 0.0015463747549802065, -0.014123461209237576, + 0.0017298387829214334, 0.049052875488996506, 0.028070926666259766, 0.047201450914144516, + 0.02466856874525547, -0.06039225310087204, 0.02547755278646946, -0.02593497931957245, + 0.036562927067279816, -0.021633068099617958, 0.014233067631721497, -0.015092619694769382, + 0.10064401477575302, -0.00953626073896885, -0.05449822545051575, 0.06558259576559067, + -0.003683880204334855, -0.022168811410665512, -0.01261442992836237, 0.0746736228466034, + -0.028280608355998993, -0.006380614824593067, 0.04975012317299843, 0.011981233023107052, + -0.06935664266347885, 0.03548114746809006, 0.03168375417590141, -0.012382878921926022, + -0.0004286377225071192, -0.023218004032969475, -0.025560427457094193, -0.0291582141071558, + 0.021051611751317978, 0.015110097825527191, 0.05241993069648743, 0.03652220219373703, + 0.03808777406811714, 0.02292780391871929, -0.04030479118227959, 0.03842626512050629, + -0.023508580401539803, 0.05589446797966957, -0.02127815969288349, 0.03147698566317558, + 0.04858401045203209, -0.034845080226659775, 0.023634374141693115, -0.05446982383728027, + 0.046906426548957825, -0.005696367006748915, 0.014521747827529907, 0.023736290633678436, + -0.04267122596502304, -0.06965936720371246, -0.019046761095523834, -0.00660217460244894, + -0.023970812559127808, -0.01564120128750801, 0.06706961989402771, 0.05048641934990883, + -0.01538297813385725, 0.006644760724157095, -0.03213551267981529, -0.0427955687046051, + -0.023458536714315414, -0.0293307825922966, -0.020846880972385406, 0.006249553523957729, + 0.07982011884450912, -0.05418086796998978, 0.06876794248819351, -0.034800827503204346, + 0.087596595287323, -0.005861001089215279, -0.01507553830742836, 0.04169003665447235, + -0.046479858458042145, -0.04399307444691658, -0.013879203237593174, -0.03719586506485939, + -0.05074863135814667, -0.013028832152485847, -0.045699093490839005, -0.03689169883728027, + -0.022671684622764587, 0.012123164720833302, 0.04617531597614288, 0.005581437610089779, + 0.013714677654206753, 0.018854346126317978, -0.01854388415813446, -0.08339746296405792, + 0.08418355882167816, 0.00034975132439285517, 0.04951034486293793, -0.007713614962995052, + -0.06119994446635246, 0.0231751948595047, -0.037524573504924774, 0.017120633274316788, + 0.09185328334569931, -0.04002256691455841, 0.03588852658867836, -0.022993657737970352, + 0.03358433023095131, -0.030327536165714264, 0.01830458454787731, -0.021586507558822632, + -0.026667805388569832, -0.05020719766616821, -0.020812349393963814, 0.025194579735398293, + -0.06083012372255325, -0.005130044184625149, -0.041268106549978256, -0.011962469667196274, + 0.06548013538122177, -0.004407831467688084, 0.01978064514696598, 0.012973657809197903, + 0.058571815490722656, 0.0008069241885095835, -0.029646404087543488, 0.051233064383268356, + -0.0025238345842808485, 0.03329100087285042, 0.02099776268005371, 0.05626291409134865, + 0.03603849187493324, 0.06346496939659119, -0.010167543776333332, 0.07034743577241898, + -0.04460006207227707, -0.09043635427951813, 0.04004805162549019, -0.04018843546509743, + -0.06467192620038986, -0.09642615914344788, 0.050357796251773834, -0.07005175948143005, + -0.0807032361626625, -0.023114990442991257, -0.006738096941262484, 0.0049756970256567, + -0.08457417786121368, 0.006180071271955967, -0.029543496668338776, 0.030418910086154938, + -0.02116897702217102, 0.019517051056027412, -0.01379377581179142, 0.06487248092889786, + -0.014174094423651695, -0.04957803338766098, 0.02474580891430378, -0.02587633952498436, + 0.041608624160289764, -0.0662226527929306, -0.011990336701273918, 0.023357199504971504, + 0.05044341832399368, -0.0038533222395926714, 0.060359567403793335, 0.09452816843986511, + -0.04803967475891113, -0.04216668754816055, -0.04037301987409592, 0.029313508421182632, + -0.07839838415384293, -0.02650783769786358, -0.03750269114971161, 0.07501610368490219, + -0.05465373024344444, 0.05179658904671669, 0.012637471780180931, 0.013535579666495323, + -0.03157704323530197, 0.0697779655456543, 0.005006089340895414, -0.07329504936933517, + -0.014974255114793777, 0.003433163044974208, -0.02904442697763443, -0.018130017444491386, + 0.0055631790310144424, 0.07775143533945084, -0.06600586324930191, 0.004201102070510387, + -0.03377292677760124, 0.030109435319900513, 0.025299038738012314, 0.007238013669848442, + -0.08418833464384079, 0.022996211424469948, -0.02173156663775444, 0.06438004970550537, + 0.01987817883491516, 0.05749119445681572, -0.01909392513334751, -0.022575590759515762, + -0.038245607167482376, -0.07137257605791092, 0.09661435335874557, -0.027112826704978943, + -0.004816845059394836, 0.0017812958685681224, -0.008164048194885254, 0.07504545897245407, + -0.015783486887812614, -0.016882792115211487, -0.024767184630036354, -0.024769390001893044, + 0.01858641393482685, -0.06486816704273224, -0.039850588887929916, 0.11647260189056396, + 0.0467657744884491, 0.0679258331656456, -0.004711158107966185, -0.03858109191060066, + 0.030280103906989098, 0.007822837680578232, -0.008293661288917065, -0.021579314023256302, + 0.035199735313653946, 0.06952734291553497, -0.013562999665737152, 0.09267602115869522, + -0.01080862432718277, -0.008538695983588696, 0.004860823042690754, 0.0697132796049118, + -0.045477721840143204, -0.04619648680090904, -0.06634032726287842, 0.03900960460305214, + 0.040013134479522705, -0.01092265360057354, -0.07175519317388535, -0.056014012545347214, + -0.0744251236319542, -0.03149191662669182, -0.032728664577007294, 0.013950771652162075, + -0.010148365050554276, 0.017209287732839584, 0.008746818639338017, -0.11384246498346329, + -0.0036856913939118385, -0.03754298388957977, -0.0011280084727331996, 0.03337252140045166, + -0.010738593526184559, -0.015315612778067589, -0.016570735722780228, 0.0241519957780838, + 0.012639024294912815, 0.06936389952898026, -0.07903769612312317, -0.027543146163225174, + 0.062343768775463104, 0.03400949388742447, -0.012371065095067024, 0.03494676202535629, + 0.015719788148999214, 0.060030702501535416, -0.01963897980749607, 0.052693452686071396, + -0.05688155069947243, 0.033049874007701874, -0.08083812892436981, -0.003607593011111021, + 0.04604464769363403, 0.05358324572443962, 0.01564355567097664, 0.0316515751183033, -0.01890643686056137, + -0.07011621445417404, 0.0023374021984636784, 0.028318976983428, -0.06016913428902626, + 0.013441519811749458, 0.037073764950037, 0.0019038491882383823, 0.06501229107379913, + -0.0683836117386818, 0.044754382222890854, 0.11401195824146271, 0.018517157062888145, + 0.03244045004248619, 0.0093303257599473, 0.036163218319416046, 0.002204810967668891, + -0.060473378747701645, 0.06855446845293045, -0.01759546622633934, 0.043863214552402496, + 0.009893610142171383, -0.0335703082382679, 0.020191453397274017, -0.02083844318985939, + 0.06573954969644547, -0.0005615830887109041, 0.06338870525360107, -0.07856329530477524, + -0.011378650553524494, 0.04728527367115021, 0.05548146739602089, -0.012592782266438007, + -0.034110039472579956, 0.015221142210066319, -0.013210954144597054, 0.033444199711084366, + -0.05068032816052437, 0.07712995260953903, -0.03504283353686333, 0.0002961292921099812, + 0.02962118200957775, 0.017831770703196526, -0.0027887041214853525 + ], + [ + -0.056952569633722305, -0.050162382423877716, -0.0399591401219368, 0.04173958674073219, + -0.01573948934674263, -0.0325925275683403, -0.009623474441468716, 0.02277611941099167, + -0.03696022927761078, -0.03984031453728676, 0.048618678003549576, -0.03661777824163437, + 0.038481034338474274, -0.02219882421195507, -0.035222847014665604, -0.03858949989080429, + 0.030303657054901123, 0.07199107110500336, -0.03377722576260567, 0.1276606172323227, + -0.09939197450876236, -0.051904890686273575, 0.009408260695636272, 0.017001675441861153, + -0.019391681998968124, -0.004402776714414358, 0.05935193970799446, 0.028352001681923866, + -0.01557654794305563, -0.03489061817526817, 0.04227881133556366, 0.023827282711863518, + 0.039424922317266464, -0.000510964950080961, 0.05054347217082977, -0.006921036634594202, + 0.025134798139333725, -0.006804442498832941, -0.06420313566923141, 0.005496951751410961, + -0.0161883607506752, -0.0458352267742157, -0.03894206881523132, 0.0038825650699436665, + 0.062080513685941696, 0.027490906417369843, -0.02480345591902733, -0.07704908400774002, + 0.09152242541313171, 0.08561930060386658, 0.022045277059078217, 0.03099536895751953, + -0.006728473585098982, 0.015397495590150356, -0.09142477810382843, -0.06742998212575912, + -0.05296802148222923, -0.012164073996245861, -0.03784453123807907, 0.05785346031188965, + -0.04964006692171097, 0.010406222194433212, 0.07018902152776718, 0.06406030058860779, + -0.06019281968474388, -0.05791788920760155, -0.007699749432504177, -0.08640097826719284, + -0.009600991383194923, 0.01624329574406147, -0.04521239548921585, 0.0028003209736198187, + -0.035571858286857605, 0.02025582082569599, -0.08420207351446152, 0.007346400059759617, + -0.0779583603143692, 0.021720293909311295, -0.016076941043138504, -0.008198317140340805, + 0.03214331343770027, 0.0096503384411335, 0.006548126228153706, -0.0013200060930103064, + 0.013773886486887932, 0.05015351623296738, -0.043604958802461624, 0.01883387379348278, + 0.050215937197208405, -0.08020789176225662, 0.08246346563100815, -0.01999666914343834, + -0.02783404476940632, -0.04736188054084778, -0.001764385960996151, -0.003548911539837718, + 0.0374629870057106, 0.028790924698114395, -0.10336146503686905, -0.0005921250558458269, + 0.015223521739244461, -0.02710472047328949, 0.026339435949921608, -0.00729732820764184, + 0.030591465532779694, -0.026991507038474083, 0.029560396447777748, 0.019373442977666855, + -0.009401657618582249, 0.03336113691329956, -0.04302837327122688, 0.015290308743715286, + -0.04958566650748253, -0.04540740326046944, 0.017066676169633865, -0.03611889109015465, + 0.03518014773726463, 0.05029761791229248, 0.05791642516851425, 0.01877734810113907, + -0.007780004758387804, 0.013219130225479603, 0.005755910184234381, -0.026246925815939903, + -0.03470563143491745, -0.02730671688914299, 0.03851424902677536, -0.01984240859746933, + -0.017757130786776543, 0.021279195323586464, -0.021466879174113274, 0.009280008263885975, + -0.03534236550331116, 0.04680417850613594, -0.03281889110803604, -0.006077839992940426, + -0.058543410152196884, 0.004454295616596937, 0.05764445289969444, -0.042734283953905106, + 0.06922788172960281, 0.011813797987997532, -0.038755230605602264, 0.0184492040425539, + 0.030409306287765503, -0.00619086716324091, 0.07858593761920929, -0.09571162611246109, + 0.08062084019184113, 0.05594760179519653, -0.02542462944984436, -0.03630945086479187, + -0.019109511747956276, 0.025029001757502556, 0.004011234734207392, 0.05785136669874191, + -0.04898858070373535, 0.057157810777425766, -0.06362362951040268, -0.036262691020965576, + 0.011302241124212742, -0.007448882330209017, 0.00399077357724309, 0.07742171734571457, + -0.017197152599692345, -0.021339595317840576, -0.08957973122596741, -0.01755807362496853, + -0.034145209938287735, -0.04508063942193985, 0.008242707699537277, 0.056889139115810394, + 0.04349031299352646, -0.0031751368660479784, -0.011249375529587269, 0.07446949183940887, + 0.04278631880879402, 0.06395037472248077, -0.04362643510103226, -0.01169432420283556, + -0.012205356732010841, 0.010686022229492664, -0.06286435574293137, -0.06451771408319473, + -0.03163895010948181, 0.022765669971704483, -0.03109714947640896, -0.03355811908841133, + 0.08133131265640259, 0.03247729316353798, -0.08833902329206467, -0.043323393911123276, + -0.13679061830043793, 0.011496409773826599, -0.05703327804803848, 0.030739612877368927, + 0.04633944481611252, 0.08483295142650604, -0.011430758982896805, 0.06513528525829315, + 0.03443102166056633, 0.03694472834467888, 0.019258199259638786, 0.08991820365190506, + 0.046143464744091034, 0.05533828213810921, 0.008312962017953396, 0.016495971009135246, + 0.12005313485860825, 0.01838798075914383, -0.06815197318792343, 0.014813645742833614, + 0.04944783076643944, 0.05178060382604599, 0.014137454330921173, 0.02479623444378376, + 0.014064516872167587, 0.08452562242746353, 0.01229128148406744, -0.004362750332802534, + 0.04222296178340912, -0.027839286252856255, -0.055750373750925064, -0.02919706143438816, + -0.024774063378572464, 0.005698821973055601, -0.02837590128183365, 0.05091080069541931, + 0.02055109478533268, 0.06709714233875275, -0.02173657715320587, -0.04410785809159279, + 0.053638964891433716, -0.060661934316158295, 0.07136113196611404, -0.006640918552875519, + 0.002693712478503585, -0.0336974635720253, 0.08471057564020157, 0.04721757397055626, + -0.06910810619592667, -0.03530067577958107, -0.019915619865059853, -0.0053557222709059715, + -0.06987720727920532, -0.006383885163813829, 0.024812668561935425, 0.012414530850946903, + -0.007984496653079987, 0.035245541483163834, 0.016704455018043518, 0.04559839516878128, + -0.04222305864095688, 0.02265130914747715, 0.007845398969948292, -0.010762195102870464, + 0.029602784663438797, 0.03516996279358864, -0.04766532778739929, -0.0026593131478875875, + 0.029570922255516052, -0.022721832618117332, 0.011956879869103432, -0.04443225637078285, + 0.03728097304701805, 0.0495104119181633, -0.023900000378489494, 0.00035265443148091435, + 0.02823282964527607, -0.056589335203170776, 0.008886762894690037, -0.10622481256723404, + -0.015313339419662952, -0.00886533036828041, -0.056274931877851486, -0.06327252089977264, + 0.015625348314642906, 0.008077514357864857, -0.03757047280669212, -0.13324090838432312, + -0.054743558168411255, -0.06762716174125671, -0.07800114899873734, 0.018409932032227516, + -0.014406338334083557, 0.02893778495490551, -0.03204844519495964, 0.02741078846156597, + -0.0357389971613884, 0.002001577289775014, 0.007559963036328554, -0.06887640058994293, + -0.04409997910261154, 0.0076623097993433475, -0.05132146552205086, -0.12462573498487473, + -0.005010041408240795, -0.03610245883464813, 0.02747218869626522, -0.03530953451991081, + 0.054555267095565796, 0.037712257355451584, 0.056484851986169815, 0.04456215724349022, + 0.0742955282330513, 0.031138112768530846, 0.03436380997300148, -0.00020434420730452985, + -0.009123091585934162, -0.10728947818279266, -0.02518114447593689, 0.04980096220970154, + 0.0020492179319262505, 0.08429739624261856, 0.025593793019652367, -0.04957327991724014, + 0.025511519983410835, 0.05051705613732338, 0.016556641086935997, 0.021935096010565758, + 0.025920087471604347, -0.03273371607065201, 0.00038178684189915657, 0.06305781751871109, + -0.06218452751636505, -0.010624449700117111, 0.03643720597028732, -0.05472409352660179, + 0.0025128021370619535, -0.01512936782091856, 0.02815256267786026, -0.0409611240029335, + 0.01868201233446598, 0.006830114405602217, -0.047282569110393524, 0.06908993422985077, + -0.030328672379255295, -0.08961908519268036, 0.03168761730194092, 0.043171271681785583, + -0.06501369923353195, 0.05497124418616295, 0.07858974486589432, -0.00012594663712661713, + 0.05900255963206291, 0.03273133188486099, -0.016666095703840256, 0.006276807282119989, + -0.012094584293663502, -0.008059373125433922, 0.0030822367407381535, -0.03523920103907585, + -0.054202545434236526, -0.06422541290521622, -0.031151562929153442, -0.08822067081928253, + 0.007315309718251228, 0.06760092824697495, -0.025037646293640137, 0.006951325107365847, + -0.0391877181828022, -0.023053744807839394, 0.06029125675559044, -0.012896275147795677, + 0.07259341329336166, -0.06270650029182434, 0.02568555809557438, -0.03668864816427231, + 0.014474412426352501, -0.0024942210875451565, 0.04074576869606972, 0.011728747747838497, + 0.0374549925327301, 0.005434848368167877, -0.05099073797464371, 0.020357990637421608, + 0.008843551389873028, -0.020736902952194214, -0.060938768088817596, -0.0651889517903328, + 0.06545882672071457, 0.01621561124920845, -0.0475844144821167, -0.0036711287684738636 + ], + [ + -0.039027079939842224, 0.050611961632966995, -0.020732304081320763, 0.04567153751850128, + 0.0206076018512249, -0.032803021371364594, 0.07033885270357132, -0.007765340153127909, + -0.042091161012649536, 0.023647010326385498, -0.010311296209692955, -0.02976696379482746, + 0.04563808813691139, 0.010989761911332607, 0.028756333515048027, -0.0211486853659153, + -0.0032864687964320183, 0.03485036641359329, 0.03285503387451172, -0.005494839046150446, + 0.026223156601190567, -0.012594573199748993, -0.0017965049482882023, 0.010412376374006271, + 0.010853489860892296, -0.0807204395532608, -0.012455576099455357, -0.02027413621544838, + -0.08363964408636093, -0.03378503397107124, -0.057732876390218735, 0.06176794692873955, + -0.0019470603438094258, -0.056862302124500275, -0.0327364057302475, 0.016587942838668823, + 0.07318562269210815, -0.09080474823713303, -0.04136580601334572, -0.060532666742801666, + -0.011051232926547527, -0.0034472618717700243, 0.005146943032741547, 0.0373891219496727, + -0.061570245772600174, 0.09033287316560745, 0.030569132417440414, 0.0640728697180748, + 0.04794628545641899, -0.03025723621249199, 0.07255306839942932, -0.03880034759640694, + -0.042070019990205765, 0.025960616767406464, 0.010897776111960411, -0.01473103929311037, + 0.03190740570425987, 0.026597457006573677, 0.07193548232316971, -0.04801124706864357, + 0.032126158475875854, 0.05814646929502487, -0.0460372120141983, 0.0729362890124321, + -0.024932140484452248, 0.006214653141796589, -0.0623135045170784, -0.018382417038083076, + -0.0445452518761158, -0.07571490108966827, 0.07524385303258896, 0.02011781372129917, + 0.02619151957333088, -0.016757972538471222, 0.08267837017774582, 0.08648814260959625, + 0.05407138541340828, 0.022585218772292137, -0.004632576834410429, -0.013562065549194813, + 0.050799161195755005, 0.046418044716119766, -0.06539864838123322, 0.05020550638437271, + 0.007182578556239605, 0.010716293938457966, -0.030599473044276237, 0.08014961332082748, + -0.010513955727219582, 0.02679714560508728, 0.02481653355062008, -0.054370731115341187, + -0.015125689096748829, -0.005646900273859501, 0.009774472564458847, -0.025200262665748596, + -0.028640737757086754, 0.0643303245306015, -0.0070795938372612, 0.0340576209127903, + -0.05438429117202759, 0.06074810400605202, 0.07275475561618805, 0.04229839891195297, 0.0531088151037693, + 0.04485522210597992, 0.009901152923703194, -0.03803550451993942, -0.04096999391913414, + 0.004212356638163328, 0.028001338243484497, -0.00763881066814065, 0.0703965350985527, + -0.022525794804096222, 0.010251344181597233, 0.03347421810030937, -0.05195605382323265, + 0.017395293340086937, -0.001417808816768229, -0.046203091740608215, -0.04967600107192993, + -0.0013229933101683855, -0.0048001292161643505, 0.018882492557168007, -0.011445079930126667, + 0.026983628049492836, -0.030814407393336296, -0.025217896327376366, -0.0431063249707222, + 0.03615507856011391, 0.029991010203957558, -0.05259130150079727, 0.06914587318897247, + -0.05303893983364105, 0.05677944794297218, -0.02288224920630455, 0.030057799071073532, + 0.03752784803509712, 0.03591111674904823, 0.046919193118810654, 0.0747634544968605, + -0.023682912811636925, 0.03160840645432472, 0.016286559402942657, -0.04207267984747887, + 0.013402621261775494, -0.005736576858907938, 0.08139076828956604, -0.05220287665724754, + -0.037536878138780594, -0.01240663230419159, 0.026017827913165092, 0.031531091779470444, + -0.035878874361515045, -0.030101865530014038, -0.05833200737833977, 0.07508698105812073, + -0.00038083293475210667, 0.0207606740295887, 0.008242092095315456, 0.0594494603574276, + -0.02277400530874729, -0.042313702404499054, 0.04039064049720764, 0.08365213125944138, + 0.014958268031477928, -0.044820353388786316, -0.05824141204357147, 0.05356211215257645, + 0.05249274894595146, 0.037514109164476395, -0.01680799201130867, 0.020175589248538017, + 0.008140990510582924, 0.021794404834508896, -0.05111859738826752, -0.07428979873657227, + -0.028673116117715836, -0.06380476802587509, 0.032959382981061935, -0.07035861909389496, + 0.08998063951730728, -0.017648091539740562, 0.06939816474914551, -0.02057313732802868, + -0.04746641591191292, 0.06317347288131714, -0.034127701073884964, 0.007003334350883961, + 0.04213522747159004, 0.02069595269858837, -0.04928886517882347, 0.030477669090032578, + -0.004105365369468927, 0.08299471437931061, 0.02066081203520298, -0.07632740586996078, + -0.004169881343841553, 0.025116583332419395, -0.08209656178951263, -0.04622277989983559, + 0.030026938766241074, -0.06579198688268661, -0.04161040112376213, -0.07397692650556564, + -0.03518204391002655, 0.009668960236012936, -0.08277956396341324, 0.04661678522825241, + 0.08563409745693207, -0.00933613907545805, 0.028300726786255836, -0.02601291984319687, + -0.00560133159160614, -0.03582678735256195, -0.027454769238829613, -0.0008451193571090698, + -0.09192996472120285, 0.038519613444805145, -0.06305936723947525, -0.045164838433265686, + 0.016069654375314713, 0.018170464783906937, -0.01823549158871174, -0.02210148051381111, + -0.10761457681655884, 0.05488870292901993, -0.026943542063236237, -0.03160989284515381, + -0.08853064477443695, 0.09937317669391632, 0.013389036059379578, -0.09348712861537933, + 0.017198970541357994, 0.007775133941322565, 0.040629882365465164, -0.02548176981508732, + 0.003761266591027379, 0.03584608435630798, -0.001121518318541348, 0.03891492635011673, + 0.0409182533621788, -0.005581261590123177, -0.10685926675796509, -0.02316376008093357, + 0.06232158839702606, -0.03671109676361084, 0.0687381699681282, -0.04805103689432144, + 0.06228342279791832, 0.03736705332994461, 0.042293816804885864, 0.044981662184000015, + 0.06394928693771362, 0.019943589344620705, 0.09816235303878784, 0.013357788324356079, + 0.03267442435026169, 0.05605022981762886, -0.005376494489610195, -0.07808394730091095, + 0.08433562517166138, -0.05043007805943489, 0.005589265376329422, -0.08274702727794647, + -0.06805483996868134, 0.09128206223249435, 0.08891678601503372, 0.02331206575036049, + -0.0004935070755891502, -0.04013780504465103, 0.08989942818880081, 0.08161319047212601, + 0.041791994124650955, -0.001764800981618464, -0.04841030389070511, -0.016748476773500443, + -0.010582836344838142, 0.0007246726308949292, 0.041134949773550034, 0.001004402176477015, + 0.024493074044585228, 0.04241820424795151, -0.06160538271069527, 0.0068041179329156876, + -0.005869471468031406, -0.03851873055100441, -0.03327743709087372, 0.08162795007228851, + 0.08618313074111938, 0.026319941505789757, -0.008222337812185287, -0.012561515904963017, + -0.016368230804800987, 0.026726009324193, 0.017573624849319458, 0.0021319277584552765, + 0.026016410440206528, -0.051915381103754044, 0.02313068136572838, 0.08933887630701065, + 0.04116901755332947, -0.013851368799805641, 0.0284334234893322, -0.007921280339360237, + -0.05680817365646362, 0.014431145042181015, -0.017253026366233826, 0.025379624217748642, + 0.03860293701291084, -0.05295519530773163, -0.016210515052080154, -0.11426340788602829, + -0.07292632013559341, -0.04365295171737671, 0.007950586266815662, -0.021113960072398186, + -0.08147305995225906, 0.01030653901398182, 0.028057226911187172, 0.10699184238910675, + -0.019231470301747322, -0.044247325509786606, -0.0760335624217987, -0.012032470665872097, + 0.023704256862401962, 0.042616236954927444, -0.04204936698079109, -0.06729461997747421, + -0.04515191912651062, 0.049628328531980515, -0.008401059545576572, 0.023013947531580925, + -0.04488661512732506, -0.004271072801202536, -0.005319581367075443, -0.041014816612005234, + -0.04480661079287529, 0.014800328761339188, -0.008895618841052055, 0.004829242825508118, + -0.019254880025982857, -0.032469842582941055, -0.026481255888938904, -0.08368091285228729, + -0.02123131789267063, 0.052138615399599075, -0.031193632632493973, 0.03518722578883171, + -0.00039057378307916224, -0.07961150258779526, 0.07651824504137039, 0.0003912645042873919, + 0.06675094366073608, -0.06318805366754532, -0.09090660512447357, -0.03937852010130882, + 0.024055717512965202, -0.053659167140722275, -0.043929386883974075, -0.06789761781692505, + -0.09643860161304474, -0.009868470951914787, -0.06742751598358154, -0.009192151017487049, + -0.03559932857751846, 0.028075596317648888, -0.0008987510809674859, -0.0069420840591192245, + -0.0019703235011547804, 0.03504509851336479, 0.03520478680729866, 0.02731373719871044, + -0.01659073680639267, 0.045559465885162354, -0.011247181333601475, -0.01452922634780407, + 0.031150739639997482, 0.02536722458899021, 0.06542882323265076, -0.029303980991244316, + -0.03677275776863098, -0.03972163423895836, 0.002018872881308198 + ], + [ + -0.046705201268196106, -0.06663721799850464, -0.05136130005121231, 0.06381639838218689, + 0.08668834716081619, -0.01659458503127098, -0.017390895634889603, 0.07323384284973145, + -0.003249155357480049, 0.05793248489499092, 0.007779559586197138, -0.002280283020809293, + 0.08390942960977554, -0.029053375124931335, -0.014468666166067123, 0.03420470654964447, + 0.052587561309337616, 0.028205590322613716, -0.09177861362695694, 0.01872730627655983, + -0.013546088710427284, -0.03929198905825615, -0.03136855736374855, 0.032272472977638245, + 0.016222041100263596, -0.026163188740611076, 0.06182285398244858, 0.06909427046775818, + 0.013687115162611008, 0.04055650532245636, 0.031749218702316284, 0.004781133495271206, + 0.06451908499002457, -0.019627558067440987, 0.023238245397806168, -0.05347003787755966, + 0.047581303864717484, 0.024145083501935005, -0.034029990434646606, -0.010222150012850761, + -0.01875903271138668, -0.005514632444828749, -0.046103157103061676, 0.035474419593811035, + -0.0013446109369397163, -0.052469149231910706, 0.0031293502543121576, 0.013514443300664425, + 0.016986334696412086, 0.018780820071697235, 0.014991176314651966, 0.0013659951509907842, + 0.08124629408121109, 0.0015927471686154604, -0.043040499091148376, -0.051861003041267395, + -0.07162263244390488, 0.010252819396555424, -0.020571306347846985, -0.005136178806424141, + -0.050182562321424484, 7.536838529631495e-5, 0.03166848421096802, -0.005205498076975346, + 0.006502512842416763, -0.021084873005747795, 0.00013151756138540804, -0.010856730863451958, + -0.020214548334479332, 0.03289934992790222, -0.03210531547665596, 0.027844013646245003, + -0.057307176291942596, 0.026418406516313553, -0.038129594177007675, 0.034600984305143356, + -0.06391774117946625, 0.03947765380144119, -0.025734616443514824, -0.0762966051697731, + 0.08208788186311722, -0.007081500720232725, -0.020005064085125923, 0.04354275017976761, + -0.0018270236905664206, -0.053254157304763794, -0.047880060970783234, 3.310903048259206e-5, + -0.007978632114827633, -0.04336982220411301, 0.03997991606593132, -0.009809188544750214, + -0.0016202755505219102, 0.02510778047144413, 0.07451427727937698, 0.05049053207039833, + 0.001306314836256206, -0.05211453512310982, -0.08987635374069214, 0.08103574067354202, + 0.03987424075603485, -0.10015317797660828, 0.024592040106654167, 0.009847017005085945, + 0.0165192112326622, -0.08541002869606018, 0.019235745072364807, -0.048711471259593964, + -0.007952595129609108, 0.060476139187812805, -0.07504194229841232, 0.09804420173168182, + 0.008119966834783554, -0.051152538508176804, -0.013044989667832851, 0.053700514137744904, + 0.0415303036570549, 0.02253040298819542, -0.014243626967072487, -0.041648149490356445, + 0.04310840740799904, 0.04666516184806824, -0.05379370227456093, 0.05723125487565994, + 0.015465561300516129, -0.05268773064017296, 0.03252873942255974, -0.019151810556650162, + 0.012390363030135632, 0.016958843916654587, 0.09326305985450745, 0.008337111212313175, + -0.005013141315430403, 0.0626879557967186, -0.11233292520046234, 0.014815744012594223, + -0.06449443101882935, -0.043357204645872116, 0.022700408473610878, -0.005461530294269323, + 0.09332183003425598, 0.03466304391622543, -0.009448261000216007, -0.0249859020113945, + -0.023369306698441505, 0.04388255998492241, 0.03894662857055664, -0.04282636195421219, + 0.06557118892669678, 0.03193613514304161, -0.010790558531880379, -0.03223037347197533, + -0.05149903893470764, 0.03891643136739731, -0.025353649631142616, 0.015030366368591785, + -0.0812317505478859, 0.032698165625333786, -0.07764669507741928, -0.027337443083524704, + 0.03434387594461441, -0.010054576210677624, 0.043203204870224, 0.05429188162088394, + -0.11313701421022415, 0.03139134868979454, -0.03936437889933586, -0.036932822316884995, + -0.030312195420265198, 0.0013209896860644221, -0.02732791006565094, 0.05427854135632515, + 0.08922839909791946, 0.027301082387566566, -0.04600733891129494, -0.000502135488204658, + -0.015079803764820099, 0.042286068201065063, -0.011489859782159328, 0.013667494989931583, + -0.046513695269823074, -0.022792184725403786, 0.013688950799405575, -0.088509202003479, + -0.023809397593140602, 0.029044633731245995, -0.050862014293670654, 0.01816648058593273, + -0.037641871720552444, -0.04028785228729248, -0.08533627539873123, -0.006111719645559788, + -0.043429043143987656, -0.019502606242895126, -0.014882205985486507, -0.016129255294799805, + 0.09305223822593689, 0.05728791654109955, -0.05899142101407051, 0.06407778710126877, + -0.023203616961836815, 0.044221166521310806, -0.06778904050588608, 0.10063319653272629, + 0.02847263775765896, 0.09050317853689194, 0.09000013023614883, -0.033678121864795685, + 0.02778361737728119, -0.03768778219819069, -0.04903947934508324, -0.009759677574038506, + 0.051106035709381104, 0.012632344849407673, 0.008991715498268604, -0.009561100043356419, + 0.07481715083122253, 0.10841694474220276, 0.011110006831586361, 0.002987063489854336, + 0.06394696235656738, -0.051971305161714554, -0.009586825035512447, 0.00028860740712843835, + 0.004550849087536335, 0.06392267346382141, -0.06276167184114456, 0.014400864019989967, + 0.020717153325676918, -0.01611214317381382, 0.04060674458742142, -0.07054054737091064, + 0.0447351299226284, 0.00634669978171587, 0.049340371042490005, -0.005661473143845797, + 0.024067888036370277, -0.04422804340720177, 0.0933617427945137, 0.0328298956155777, + -0.014576342888176441, -0.0014310332480818033, 0.00419204868376255, 0.021177712827920914, + -0.06029079854488373, 0.06164399906992912, -0.060154955834150314, 0.05751935392618179, + -0.02297147922217846, 0.013947200961411, 0.04863441735506058, 0.09114344418048859, + -0.004318146500736475, -0.017395686358213425, -0.05386378988623619, 0.0392327643930912, + 0.03212524205446243, -0.02497684955596924, -0.030812866985797882, -0.03159580007195473, + -0.016530612483620644, 0.003973090089857578, -0.057284049689769745, -0.020924262702465057, + -0.01564616523683071, 0.005866446066647768, -0.09635443985462189, -0.051548708230257034, + -0.05991719663143158, -0.01807909645140171, 0.0006049960502423346, -0.08078061044216156, + -0.005145011004060507, -0.018026920035481453, 0.015882344916462898, -0.07075908780097961, + 0.001523094135336578, 0.01473766565322876, 0.05153818055987358, -0.06038452312350273, + 0.00999457947909832, -0.051746975630521774, -0.03276433050632477, 0.022206032648682594, + -0.056386735290288925, 0.03176353499293327, 0.026691537350416183, -0.042708829045295715, + 0.008484921418130398, -0.052562832832336426, -0.034787338227033615, -0.003112540813162923, + -0.002693402348086238, -0.035898130387067795, -0.014663998037576675, -0.021713638678193092, + -0.04428640380501747, -0.045166015625, 0.03320448473095894, -0.020579112693667412, 0.05721990391612053, + 0.03357981890439987, 0.007858130149543285, 0.03941122815012932, 0.0098531823605299, + 0.034182555973529816, 0.03931044414639473, 0.05576628819108009, 0.011265288107097149, + -0.0882759839296341, 0.04239038750529289, 0.06265036761760712, 0.05536068230867386, 0.05682341381907463, + -0.006397222634404898, 0.022730054333806038, 0.027297796681523323, 0.06465315818786621, + 0.06515809148550034, 0.04410693049430847, 0.012900114990770817, -0.04362186789512634, + 0.03690097853541374, 0.043677691370248795, 0.04383005201816559, -0.004235498607158661, + -0.0365247018635273, -0.015351318754255772, 0.02630680613219738, -0.03670559450984001, + 0.09951557219028473, 0.03162885457277298, -0.01814941316843033, -0.07635890692472458, + 0.04386632516980171, 0.10478442162275314, -0.05160555616021156, -0.05421054735779762, + 0.030075835064053535, -0.02246055379509926, -0.007583276834338903, 0.03987700864672661, + 0.0665961503982544, 0.017971519380807877, 0.016084933653473854, -0.014482812955975533, + -0.07397129386663437, 0.0028877074364572763, 0.001971338875591755, -0.026699628680944443, + -0.04407337307929993, -0.05315885320305824, -0.03237359598278999, -0.0601695217192173, + 0.010191592387855053, 0.047837648540735245, -0.07536816596984863, -0.022838063538074493, + -0.0013387700309976935, 0.027013130486011505, 0.011164302937686443, 0.030945047736167908, + 0.03096052072942257, 0.03576185926795006, 0.03424350172281265, -0.051634643226861954, + -0.05645792558789253, -0.08114546537399292, 0.027689924463629723, -0.0507848858833313, + -0.01594572886824608, -0.0990758091211319, 0.07118833810091019, 0.030475996434688568, + 0.028310218825936317, -0.022597335278987885, -0.10441577434539795, 0.0590876042842865, + -0.09296528995037079, -0.007863001897931099, 0.018123462796211243, -0.01921963132917881, + -0.06040482968091965, 0.05459455028176308 + ], + [ + -0.04786556959152222, -0.05455721542239189, 0.040809690952301025, 0.02770404890179634, + 0.016747482120990753, -0.022581618279218674, -0.03657758980989456, -0.029922716319561005, + -0.011881246231496334, 0.08329332619905472, 0.018381763249635696, -0.028821153566241264, + 0.02270594611763954, -0.008746298030018806, -0.0006839181296527386, -0.04298342764377594, + -0.03809889405965805, -0.011085528880357742, 0.001001374563202262, -0.008954965509474277, + -0.04581954702734947, -0.010637309402227402, -0.03515716269612312, 0.016580084338784218, + -0.01780654303729534, -0.024067316204309464, 0.06872376799583435, -0.008904632180929184, + -0.00013855015276931226, 0.04425991699099541, 0.010830826126039028, 0.056899040937423706, + -0.028917502611875534, 0.017113978043198586, -0.054148755967617035, -0.024793080985546112, + 0.024296822026371956, -0.015070256777107716, -0.015136824920773506, -0.02574774995446205, + -0.019992543384432793, -0.0698908343911171, 0.018841110169887543, -0.009587590582668781, + 0.028385745361447334, -0.0029440296348184347, -0.06782259792089462, -0.05159088224172592, + 0.06862674653530121, 0.03415648266673088, -0.04527073726058006, -0.0034649702720344067, + -0.00873579178005457, -0.05927271395921707, 0.01387846190482378, -0.009483846835792065, + -0.051692649722099304, 0.03368773311376572, 0.039067141711711884, 0.024350374937057495, + -0.053704701364040375, 0.038617510348558426, 0.03661590814590454, -0.04553541541099548, + 0.015117068774998188, -0.10124614089727402, -0.02870938554406166, 0.009716984815895557, + 0.029062269255518913, 0.04631916433572769, 0.012735479511320591, 0.06377774477005005, + -0.048859529197216034, 0.05723630636930466, -0.0030554241966456175, -0.07462868094444275, + -0.06170466169714928, 0.06007075682282448, -0.03132713586091995, -0.009068292565643787, + 0.013882439583539963, -0.05629982054233551, -0.047499507665634155, 0.008908537216484547, + 0.025066539645195007, -0.02711973711848259, -0.0575542151927948, 0.0572100430727005, + 0.019072748720645905, -0.00016183509433176368, 0.021753977984189987, 0.032094135880470276, + 0.0017664781771600246, -0.004698181990534067, 0.01962185464799404, -0.021993935108184814, + -0.01680155098438263, 0.04027445614337921, -0.04467321187257767, 0.0670066550374031, + -0.029370306059718132, -0.08771524578332901, -0.008843977935612202, -0.004508557263761759, + -0.030932607129216194, -0.10970035940408707, 0.005091642960906029, 0.0017856386257335544, + -0.019460853189229965, -0.047640930861234665, -0.028390798717737198, 0.09502524137496948, + 0.009158373810350895, -0.006895552854984999, -0.04932805523276329, 0.0111650126054883, + 0.0630267858505249, 0.016241412609815598, 0.03909441456198692, 0.020472219213843346, + -0.01270157378166914, -0.020574430003762245, -0.016809094697237015, 0.07378154247999191, + -0.0036192082334309816, -0.10962401330471039, 0.0147623335942626, -0.01652410440146923, + -0.036465197801589966, -0.013153603300452232, -0.016611870378255844, 0.05851052328944206, + -0.05883915349841118, 0.06120975315570831, -0.059202440083026886, 0.000977882882580161, + -0.016138318926095963, -0.01155335083603859, -0.009409024380147457, -0.05694057419896126, + 0.03377179056406021, 0.06264220178127289, -0.004570314660668373, -0.06500572711229324, + 0.030035248026251793, -0.009780663065612316, 0.03291106969118118, 0.005754315759986639, + 0.024834422394633293, -0.055694933980703354, -0.057447198778390884, -0.013136622495949268, + -0.06552359461784363, -0.007918975315988064, -0.048889026045799255, 0.006370070390403271, + -0.10115522146224976, 0.0004026349342893809, 0.008441174402832985, -0.04459886997938156, + -0.016512786969542503, -0.048837874084711075, -0.013951456174254417, 0.03902428224682808, + -0.07117218524217606, 0.01795101910829544, -0.029170427471399307, -0.030774319544434547, + -0.0032788615208119154, -0.0021333766635507345, -0.04346252977848053, 0.03585430234670639, + 0.025038933381438255, 0.029919151216745377, -0.022871488705277443, 0.01478579267859459, + -0.03428194671869278, 0.045039013028144836, -0.05355394631624222, 0.07036831974983215, + -0.019565429538488388, -0.05638958141207695, 0.02160394750535488, -0.04011494293808937, + -0.07005633413791656, -0.04385773465037346, -0.06357132643461227, 0.024609791114926338, + 0.040141306817531586, -0.03205693140625954, -0.06288112699985504, -0.019999859854578972, + -0.05416564270853996, 0.03493066504597664, -0.007517453283071518, -0.035017676651477814, + -0.00035875593312084675, -0.019021261483430862, -0.025952650234103203, -0.003299084259197116, + 0.04479695484042168, 0.11956467479467392, -0.042457375675439835, 0.08477184921503067, + 0.07264166325330734, 0.044550489634275436, 0.11082230508327484, 0.01568310521543026, + 0.06131995469331741, -9.473381214775145e-5, -0.07000871002674103, 0.07268307358026505, + 0.07626654207706451, 0.06094873324036598, 0.09432465583086014, -0.015007074922323227, + 0.08070172369480133, 0.04353718087077141, -0.007172276731580496, 0.007336153648793697, + 0.018238620832562447, -0.051097143441438675, -0.05855405330657959, 0.011792145669460297, + -0.02162550948560238, 0.08336397260427475, -0.030173862352967262, -0.029589563608169556, + -0.04043661430478096, 0.053960781544446945, -0.01163456216454506, -0.04751193895936012, + 0.0428481251001358, -0.023755138739943504, 0.041667867451906204, -0.0038418627809733152, + 0.08241186290979385, -0.004638199228793383, 0.029982630163431168, -0.08508595824241638, + -0.005901782773435116, -0.07313895970582962, -0.026451457291841507, 0.00682623079046607, + 0.03577509522438049, -0.02705419808626175, 0.04068654030561447, -0.013779755681753159, + 0.04193143546581268, 0.03409202769398689, 0.04603391885757446, 0.09521369636058807, + 0.005360293667763472, 0.03734773024916649, -0.0024535611737519503, 0.019897177815437317, + -0.03596603125333786, -0.01477914396673441, -0.008687666617333889, -0.09565231204032898, + 0.06712338328361511, -0.0015805937582626939, -0.004979396238923073, -0.03127899020910263, + 0.042116399854421616, 0.03562546148896217, 4.624071152647957e-5, 0.007688239682465792, + -0.001238561701029539, -0.04565398395061493, -0.021957263350486755, -0.08327030390501022, + 0.02929195947945118, -0.03698347136378288, 0.023961780592799187, -0.04435133561491966, + 0.01009871531277895, 0.0008162796148099005, -0.02057424932718277, -0.06033110246062279, + -0.05679916590452194, -0.0001859058247646317, 0.028450418263673782, 0.0572613924741745, + -0.07451806962490082, 0.08257010579109192, -0.0400724820792675, 0.05398935824632645, + 0.033362291753292084, -0.04568051919341087, -0.026176784187555313, 0.021698210388422012, + -0.012128220871090889, -0.05044575035572052, -0.02497597597539425, -0.04949996992945671, + 0.036997344344854355, 0.039622969925403595, 0.04968993365764618, -0.020345039665699005, + -0.018718741834163666, 0.08809473365545273, 0.08438483625650406, 0.009259450249373913, + -0.03958719223737717, -0.03930981084704399, -0.02634206973016262, 0.025951284915208817, + 0.05970188230276108, -0.04007307440042496, -0.06059390679001808, 0.01342831365764141, 0.074086032807827, + 0.050148800015449524, 0.029082253575325012, -0.004484862554818392, 0.08416447788476944, + 0.06569965183734894, 0.04403098300099373, -0.01250824611634016, -0.07445791363716125, + 0.010932313278317451, -0.014316427521407604, 0.030629979446530342, -0.015463407151401043, + 0.025404339656233788, 0.06570586562156677, -0.07894673943519592, 0.045550424605607986, + -0.01474506314843893, 0.014502220787107944, 2.6544883439783007e-5, -0.018718134611845016, + -0.019157132133841515, 0.04989450424909592, 0.09764450788497925, 0.02860998548567295, + -0.1062019094824791, -0.007603073958307505, 0.000665661646053195, -0.03637579083442688, + -0.032491423189640045, 0.0837775468826294, -0.05156443268060684, 0.004883432760834694, + 0.08496184647083282, -0.05632075294852257, 0.06261550635099411, -0.04568231850862503, + 0.054976917803287506, 0.045901376754045486, -0.05533244088292122, -0.029032113030552864, + 0.030033450573682785, 0.018671097233891487, -0.005127686075866222, 0.027162164449691772, + -0.048227693885564804, -0.03720038756728172, 0.025875497609376907, -0.01739477552473545, + 0.043785929679870605, 0.08186227828264236, 0.056882940232753754, 0.02203877829015255, + -0.043544188141822815, -0.04613933712244034, -0.039611224085092545, 0.04220174625515938, + 0.002429290907457471, -0.0041300761513412, -0.04631400853395462, 0.015355115756392479, + 0.017501873895525932, 0.024038860574364662, 0.04236678406596184, -0.014601103961467743, + -0.012866093777120113, -0.05216106027364731, 0.008267399854958057, 0.06599625945091248, + 0.027300972491502762, -0.026945699006319046, 0.00868496298789978 + ], + [ + 0.010704440996050835, 0.05778484418988228, 0.005265781190246344, 0.005702615715563297, + -0.009589871391654015, -0.008500919677317142, -0.04833713173866272, -0.0034439966548234224, + -0.0421835333108902, 0.06856636703014374, 0.050841450691223145, 0.06832437217235565, + 0.004185705911368132, 0.00888785906136036, -0.00875458400696516, -0.05696575716137886, + -0.024201199412345886, 0.018479563295841217, 0.11682722717523575, 0.005935875698924065, + 0.043529048562049866, -0.013776094652712345, -0.002557230880483985, -0.013198659755289555, + -0.01953839883208275, -0.07569819688796997, 0.02040252275764942, -0.15039442479610443, + -0.01606396958231926, -0.04481276869773865, 0.08424970507621765, -0.01668294332921505, + 0.00020024983678013086, 0.028505519032478333, -0.02977573312819004, -0.07615629583597183, + -0.015559999272227287, 0.0072308690287172794, 0.07516424357891083, -0.045097898691892624, + -5.479109677253291e-5, -0.0060437750071287155, -0.05830993503332138, 0.03242793306708336, + 0.03099474310874939, 0.03441492095589638, 0.027053700760006905, -0.02035554312169552, + -0.012725306674838066, -0.06538236141204834, 0.03642663732171059, 0.05926486849784851, + 0.0036177311558276415, 0.034231871366500854, -0.03400549292564392, 0.007182489614933729, + 0.07722704857587814, 0.0004281506990082562, 0.057968154549598694, -0.05446422100067139, + 0.08322592079639435, 0.02241847850382328, -0.10117239505052567, -0.035971179604530334, + -0.042502932250499725, 0.029584623873233795, -0.022749947383999825, -0.015272984281182289, + 0.0352570042014122, 0.027610495686531067, -0.08743054419755936, 0.03383569046854973, 0.0710892602801323, + 0.028506271541118622, 0.10279084742069244, 0.04365776851773262, -0.03693816810846329, + 0.020072171464562416, -0.0209231935441494, 0.02949870377779007, 0.024585815146565437, + 0.06715559959411621, 0.04007098451256752, 0.003837919095531106, 0.06207064911723137, + -0.06823387742042542, -0.1000315472483635, -0.020625874400138855, -0.02268138714134693, + -0.10975869745016098, -0.022702880203723907, 0.10610381513834, -0.05460314825177193, + -0.03231323882937431, -0.06796300411224365, -0.06421909481287003, 0.0013623504200950265, + -0.033501725643873215, 0.07271852344274521, 0.03129439800977707, 0.024284688755869865, + 0.10695897787809372, 0.006769291125237942, -0.017678910866379738, -0.0201258584856987, + 0.06204700842499733, 0.07188282161951065, 0.024606723338365555, -0.05943528935313225, + -0.06826569885015488, 0.018758345395326614, -0.12093860656023026, 0.0024438246618956327, + 0.04327073693275452, 0.0608089305460453, -0.023630516603589058, 0.05650324001908302, + 0.048198968172073364, 0.05351587012410164, 0.019425738602876663, 0.038741108030080795, + 0.047498732805252075, 0.04925541579723358, -0.06408465653657913, -0.003479092614725232, + 0.06532671302556992, 0.03976478800177574, 0.014278079383075237, -0.02769472450017929, + -0.013613702729344368, -0.0348910316824913, -0.0682414099574089, 0.009411956183612347, + 0.05286474898457527, 0.13716265559196472, 0.02799178659915924, 0.10665730386972427, 0.05181350186467171, + 0.09544896334409714, 0.05141603574156761, -0.05194392427802086, -0.021357404068112373, + -0.0012400412233546376, -0.07511603832244873, 0.007498039398342371, -0.04918455332517624, + -0.0762125551700592, -0.023626083508133888, -0.007399623282253742, -0.016689537093043327, + 0.08430466800928116, -0.03289124369621277, 0.07061630487442017, -0.07555603981018066, + 0.026233920827507973, -0.05219506844878197, 0.04178684577345848, -0.005327348597347736, + 0.042709119617938995, 0.004761084448546171, 0.02028103731572628, 0.13635282218456268, + -0.04795438051223755, 0.07156041264533997, 0.009122717194259167, -0.02254045568406582, + 0.019282644614577293, 0.01728738099336624, 0.044714201241731644, -0.033850349485874176, + 0.07899674028158188, -0.047724805772304535, 0.010257571935653687, 0.032655343413352966, + -0.09001325070858002, -0.0006351795163936913, 0.024693293496966362, -0.013784922659397125, + 0.014487499371170998, 0.07107923924922943, -0.05767493695020676, 0.017950015142560005, + -0.08064252138137817, 0.016486091539263725, -0.004918667953461409, -0.04069194942712784, + 0.06687585264444351, 0.039961591362953186, -0.004656800534576178, 0.03045983985066414, + -0.05789712071418762, -0.07647129893302917, -0.0411054827272892, 0.011214785277843475, + 0.11140110343694687, 0.013112159445881844, -0.12130572646856308, -0.05084078758955002, + 0.05967290326952934, -0.02356022782623768, -0.05176166445016861, -0.05824793875217438, + -0.014014387503266335, -0.01688235253095627, -0.06714264303445816, -0.07970340549945831, + -0.014180514961481094, -0.08895085752010345, -0.007149029523134232, 0.1145910769701004, + 0.013473555445671082, -0.055326398462057114, -0.030548254027962685, -0.04706332087516785, + 0.020099880173802376, 0.08404719084501266, 0.04252133518457413, 0.008736810646951199, + 0.047281309962272644, -0.03642767667770386, -0.054802071303129196, 0.027036435902118683, + -0.029926680028438568, -0.002149395877495408, 0.05970558524131775, -0.053124070167541504, + 0.014034859836101532, 0.0782790556550026, -0.03591850772500038, -0.01501557882875204, + 0.00636668223887682, 0.019271424040198326, -0.03910939767956734, 0.050032008439302444, + -0.01396798063069582, 0.015996212139725685, 0.022523121908307076, -0.015215903520584106, + -0.009936658665537834, 0.05678556486964226, 0.02407841570675373, 0.09740633517503738, + 0.05434808135032654, -0.06740991771221161, 0.08859461545944214, 0.0757400318980217, + -0.012368209660053253, -0.029283925890922546, 0.01364283449947834, -0.016866270452737808, + -0.012634466402232647, 0.11680267751216888, 0.020557867363095284, 0.1047963872551918, + -0.09757602959871292, -0.03639931604266167, 0.0013924246886745095, -0.07183577120304108, + 0.03627649322152138, -0.008991493843495846, -0.028208846226334572, 0.13541504740715027, + 0.016510242596268654, 0.03360734507441521, -0.08184593915939331, -0.10274020582437515, + -0.01344375777989626, 0.05893643945455551, 0.06391975283622742, 0.043297313153743744, + -0.0747206062078476, -0.011683925986289978, 0.02375742979347706, 0.08212339878082275, + -0.030572962015867233, 0.021570879966020584, -0.01839664950966835, -0.09690509736537933, + 0.004328251350671053, 0.02549237199127674, -0.016676153987646103, -0.0016867407830432057, + 0.04646234214305878, 0.019403161481022835, -0.030007710680365562, 0.010670676827430725, + 0.032409414649009705, 0.05270623415708542, -0.029663601890206337, 0.04617861285805702, + 0.08766884356737137, 0.10316243767738342, -0.043495021760463715, 0.04955638572573662, + 0.0037834597751498222, 0.024737581610679626, -0.001007665297947824, -0.04064212366938591, + -0.07168719172477722, -0.03881952166557312, 0.025544552132487297, -0.015901461243629456, + 0.03720174729824066, 0.042522020637989044, 0.09740184992551804, -0.04861753433942795, + 0.03225204721093178, 0.0011101411655545235, -0.10760218650102615, -0.013279383070766926, + -0.004177449736744165, 0.010540933348238468, -0.1046542152762413, -0.030654001981019974, + 0.0022970724385231733, -0.12468506395816803, 0.053279172629117966, -0.009336931630969048, + -0.042935941368341446, 0.01180944312363863, 0.05195701867341995, -0.018999993801116943, + 0.0029369769617915154, 0.007110189646482468, 0.012735621072351933, -0.03977537155151367, + 0.006055157165974379, 0.13758131861686707, -0.025957979261875153, -0.018476296216249466, + 0.05524761229753494, -0.06100159510970116, 0.05957767367362976, -0.07025908678770065, + 0.023007091134786606, -0.04008684679865837, -0.0780365914106369, 0.015290646813809872, + -0.01941639743745327, -0.09683903306722641, 0.02612423710525036, -0.0756731778383255, + -0.06497647613286972, -0.09735628217458725, -0.0118116345256567, -0.007405775599181652, + -0.00931127741932869, -0.06210259720683098, 0.04978688806295395, -0.016315830871462822, + -0.05474181845784187, -0.022150466218590736, 0.0828423723578453, -0.06652702391147614, + -0.06150868907570839, 0.038133036345243454, 0.004348054062575102, 0.09293718636035919, + -0.0025164440739899874, -0.07091964781284332, 0.03845515474677086, -0.0005244972417131066, + 0.02240142785012722, -0.10225192457437515, -0.1163179948925972, 0.01930900290608406, + -0.05883169546723366, 0.0810614600777626, 0.006294226739555597, -0.015922388061881065, + -0.032166510820388794, 0.023564867675304413, -0.04435950517654419, 0.021594904363155365, + -0.023278018459677696, -0.05384308472275734, -0.06060458719730377, 0.016777947545051575, + 0.011234238743782043, 0.04892348498106003, 0.031004413962364197, -0.055251363664865494, + -0.0042499396950006485, -0.016759617254137993 + ], + [ + -0.018727559596300125, -0.026579104363918304, -0.021537596359848976, -0.005405210889875889, + 0.0027555120177567005, -0.0343426875770092, 0.04937343671917915, 0.024965453892946243, + -0.037148911505937576, 0.06460534781217575, -0.05783711373806, -0.0186324343085289, + -0.020479360595345497, -0.0580056793987751, 0.007158658467233181, -0.021239129826426506, + 0.07067523151636124, 0.03896128013730049, -0.07643802464008331, -0.006240129936486483, + -0.009311883710324764, -0.0779149979352951, -0.05395810306072235, 0.07544104754924774, + -0.017484134063124657, 0.0041700927540659904, 0.05139913037419319, -0.005542592145502567, + -0.04319312423467636, 0.026237988844513893, 0.04439730942249298, 0.04974329471588135, + 0.08387472480535507, 0.029765110462903976, -0.001528092660009861, -0.07784504443407059, + 0.04955187067389488, 0.042402029037475586, -0.018087435513734818, -0.010662385262548923, + -0.022300774231553078, -0.0606643483042717, -0.016975970938801765, 0.055345289409160614, + 0.023541463539004326, 0.07173050940036774, -0.004633162636309862, 0.02061982825398445, + -0.002217019209638238, 0.0014868887374177575, -0.04106956347823143, -0.016807543113827705, + -0.013770435005426407, -0.023590443655848503, -0.035620737820863724, -0.0019103324739262462, + -0.10657873749732971, -0.011672470718622208, -0.028767652809619904, -0.004578952211886644, + -0.06385750323534012, -0.0042421999387443066, -0.05286726355552673, -0.009167049080133438, + -0.03453126177191734, -0.008251271210610867, -0.01750568114221096, -0.040991030633449554, + 0.013667221181094646, 0.07189196348190308, -0.01886313036084175, 0.034011829644441605, + -0.06628426909446716, 0.08311522752046585, -0.05508860945701599, 0.018388308584690094, + 0.014792636036872864, -0.06278551369905472, 0.0235261470079422, -0.01520519144833088, + -0.030239684507250786, 0.060825422406196594, -0.01660999469459057, 0.04446977376937866, + 0.023474059998989105, 0.015169129706919193, 0.0219037476927042, 0.03175162523984909, + 0.028904734179377556, -0.01351140346378088, -0.002860204316675663, -0.024474604055285454, + 0.02275973930954933, -0.0147130461409688, 0.02824939787387848, 0.08012792468070984, + 0.020387228578329086, -0.06392619013786316, -0.060238730162382126, 0.09577980637550354, + 0.00688609154894948, -0.033069491386413574, 0.023000618442893028, -0.08398639410734177, + 0.046482931822538376, -0.06781800091266632, 0.023700881749391556, 0.010464712977409363, + -0.022113895043730736, 0.0336083248257637, -0.06554554402828217, 0.022606270387768745, + -0.043277282267808914, -0.06445085257291794, -0.04189574718475342, 0.034075066447257996, + 0.038899220526218414, 0.010758297517895699, 0.023133154958486557, 0.014944206923246384, + -0.0010713598458096385, -0.014370119199156761, 0.005516829434782267, -0.0029029136057943106, + -0.04767667502164841, -0.026204276829957962, -0.014073623344302177, -0.047982919961214066, + -0.02245987392961979, 0.00834288913756609, 0.05208436772227287, -0.029199471697211266, + -0.021087583154439926, 0.03082410618662834, -0.019598955288529396, 0.01355330552905798, + -0.05568893998861313, -0.009063896723091602, 0.04827721416950226, -0.11982426047325134, + -0.00578443193808198, 0.0009250036673620343, 0.04279037192463875, -0.03517580032348633, + 0.010958869010210037, 0.058625727891922, 0.0773404911160469, -0.040420785546302795, + 0.003575380425900221, 0.057021986693143845, -0.054943475872278214, 0.016559062525629997, + -0.019532442092895508, 0.04358047619462013, -0.017741739749908447, 0.031150776892900467, + 0.02833329699933529, 0.09167808294296265, -0.06423734873533249, -0.05090672895312309, + -0.03443916514515877, -0.0369858518242836, -0.033203113824129105, 0.07888784259557724, + -0.08835753053426743, -0.021071070805191994, -0.09654546529054642, 0.006011071614921093, + -0.026598593220114708, -0.011152084916830063, -0.04391150176525116, 0.07321809977293015, + 0.019331835210323334, 0.04956691339612007, -0.00740838935598731, -0.03414413332939148, + -0.049731768667697906, 0.038174714893102646, -0.041418083012104034, 0.06449278444051743, + -0.08908039331436157, -0.06578266620635986, 0.02437453903257847, -0.02457868680357933, + -0.08294004946947098, -0.025633621960878372, 0.018805554136633873, 0.033108923584222794, + -0.04191937670111656, -0.023299003019928932, -0.04659989848732948, -0.08762689679861069, + -0.09892041981220245, -0.013722836971282959, -0.004525308031588793, -0.046441033482551575, + 0.09433473646640778, 0.01787378266453743, -0.04602519050240517, 0.04578452929854393, + 0.07869371771812439, 0.007642082870006561, -0.07590848207473755, 0.09730666875839233, + 0.05489889904856682, 0.03780383616685867, 0.029581664130091667, 0.031010771170258522, + 0.022044075652956963, -0.028627965599298477, -0.04273894056677818, 0.03585253655910492, + 0.03692740947008133, -0.012033297680318356, 0.02014145627617836, 0.030010199174284935, + 0.05191564932465553, -0.0033858343958854675, -0.00792981218546629, -0.04917779937386513, + 0.040673185139894485, -0.09887060523033142, -0.08489236980676651, 0.001332423067651689, + -0.030295012518763542, 0.049839429557323456, -0.09486716985702515, -0.03235625848174095, + -0.04955035820603371, 0.033607956022024155, 0.0513739176094532, -0.05271155387163162, + 0.006866006180644035, -0.08080801367759705, -0.032591547816991806, -0.03767576441168785, + 0.0894860029220581, 0.005775914527475834, 0.03659604862332344, 0.01062923576682806, 0.05665503069758415, + -0.018107889220118523, -0.05442889779806137, 0.021041935309767723, -0.07748713344335556, + 0.043754905462265015, -0.06507649272680283, 0.013211973011493683, 0.024119991809129715, + 0.031529832631349564, 0.024281904101371765, 0.030438698828220367, -0.05999115854501724, + -0.05159040167927742, -0.0348593033850193, 0.05064767226576805, -0.004415648989379406, + -0.0024251933209598064, 0.04173029959201813, -0.006386362481862307, 0.015450607985258102, + -0.05540258064866066, -0.07562781870365143, -0.0014836473856121302, 0.035893913358449936, + 0.008498412556946278, -0.04438142478466034, -0.002603167202323675, -0.001221820479258895, + 0.038633670657873154, -0.044937558472156525, -0.0996430516242981, 0.04675256088376045, + -0.0014464559499174356, -0.004545358009636402, -0.08393186330795288, -0.035605862736701965, + 0.05065413936972618, -0.011734084226191044, -0.0661720260977745, 0.03239194676280022, + -0.07585122436285019, 0.03859097138047218, 0.09145818650722504, -0.05721595883369446, + 0.0503881461918354, -0.06240753456950188, 0.0057338448241353035, 0.052346233278512955, + -0.05333347246050835, -0.07217494398355484, -0.021111004054546356, 0.007740731816738844, + -0.1058119684457779, 0.02319917269051075, -0.06974416971206665, 0.06241254135966301, + 0.027051351964473724, 0.03412976115942001, 0.001427111797966063, 0.021555591374635696, + -0.028702983632683754, 0.06344598531723022, 0.07902848720550537, 0.06053726747632027, + -0.0466206818819046, -0.002855045022442937, 0.028640512377023697, -0.0212961807847023, + -0.0117406090721488, 0.010424873791635036, 0.0447164848446846, 0.036372579634189606, + 0.00415167398750782, 0.027189211919903755, 0.05715884268283844, 0.07801857590675354, + 0.042777594178915024, 0.03752772882580757, 0.02141725644469261, 0.07428023219108582, + -0.018305661156773567, 0.052254948765039444, 0.08300504833459854, 0.028492087498307228, + 0.02160629816353321, 0.0400560237467289, -0.03917115926742554, 0.005308794789016247, + 0.02251678705215454, 0.09268184006214142, 0.025202862918376923, -0.004235786385834217, + 0.010281534865498543, -0.058951109647750854, 0.052261047065258026, 0.018581505864858627, + -0.005086074583232403, 0.024142008274793625, -0.06489265710115433, -0.013245225884020329, + 0.05653375759720802, 0.057884715497493744, 0.030049780383706093, 0.013822476379573345, + 0.038606081157922745, -0.042802825570106506, 0.055802151560783386, -0.055020976811647415, + 0.041126903146505356, -0.0375463142991066, -0.06262754648923874, -0.08741486072540283, + -0.02779153548181057, -0.02290632762014866, -0.011980301700532436, -0.000871847034431994, + -0.049685824662446976, 0.056341443210840225, -0.013950878754258156, -0.06859372556209564, + 0.0443681925535202, -0.06292066723108292, -0.006587126757949591, 0.017550982534885406, + -0.061085280030965805, -0.06516674906015396, -0.08390407264232635, 0.042723968625068665, + -0.00034567253896966577, -0.01229377742856741, -0.09274709969758987, 0.08721422404050827, + 0.00022477809397969395, -0.0015802604611963034, -0.059768952429294586, -0.0008192419190891087, + -0.01330235693603754, -0.027848638594150543, -0.013391479849815369, 0.0820770263671875, + 0.02733078971505165, -0.032527461647987366, -0.00601536501199007 + ], + [ + -0.02038612961769104, -0.020955810323357582, -0.06496727466583252, -0.028335239738225937, + -0.014550742693245411, 0.044342853128910065, 0.009010681882500648, 0.044769588857889175, + 0.07028341293334961, -0.05373581126332283, 0.016159040853381157, 0.10090438276529312, + -0.05037602037191391, -0.048419833183288574, -0.10342264920473099, -0.031329892575740814, + 0.05823693424463272, 0.08548250049352646, 0.0069129932671785355, 0.05990220233798027, + -0.04789106547832489, -0.058799125254154205, 0.014454049989581108, 0.06603260338306427, + 0.09581094980239868, 0.0993814691901207, 0.012695806100964546, -0.019220629706978798, + 0.04491313919425011, -0.053145065903663635, -0.00820143148303032, -0.025344353169202805, + 0.024625305086374283, -0.01854950375854969, 0.06850334256887436, -0.0633234977722168, + -0.043625738471746445, -0.04280265048146248, -0.011396379210054874, 0.003759056096896529, + 0.030279984697699547, -0.019530460238456726, -0.024332500994205475, 0.01643538475036621, + -0.002113470807671547, 0.012927663512527943, -0.034037262201309204, 0.0674678236246109, + 0.041738539934158325, 0.00847744569182396, -0.008595793507993221, -0.006126008927822113, + 0.031355421990156174, -0.028028344735503197, -0.030429713428020477, 0.009065160527825356, + -0.01586010679602623, -0.005613225046545267, -0.04971574246883392, 0.03676002100110054, + -0.037166811525821686, 0.036987803876399994, 0.008315499871969223, 0.015504124574363232, + -0.019873034209012985, 0.09484349936246872, -0.020357850939035416, -0.09196622669696808, + 0.050368960946798325, -0.0027896249666810036, -0.025443755090236664, 0.0061507155187428, + 0.02140102908015251, -0.03388490527868271, -0.07024597376585007, 0.06982669234275818, + 0.010022969916462898, 0.024361563846468925, -0.015272964723408222, -0.03154989331960678, + 0.048700813204050064, 0.032342031598091125, 0.041068751364946365, 0.04007571563124657, + -0.034460149705410004, -0.05220906808972359, 0.011749275028705597, 0.009989872574806213, + 0.007943565025925636, 0.0479123480618, 0.006911164149641991, -0.09868555516004562, -0.06935551762580872, + -0.03216559812426567, -0.02845163829624653, 0.053104154765605927, -0.03373728320002556, + 0.06797896325588226, 0.019974811002612114, -0.041996050626039505, -0.004811219405382872, + -0.02114035002887249, -0.0720127522945404, 0.025271594524383545, -0.005205170717090368, + 0.012211861088871956, 0.028410565108060837, 0.04450633376836777, 0.10573737323284149, + -0.015194282867014408, -0.07660228759050369, 0.06943678110837936, 0.023170415312051773, + -0.011783991008996964, -0.02808079496026039, 0.08421479165554047, -0.004851723555475473, + 0.014412425458431244, 0.026570377871394157, 0.010256309062242508, 0.04256812855601311, + 0.011222087778151035, -0.012132314033806324, -0.07122612744569778, -0.03348227217793465, + -0.08148255199193954, -0.04896177351474762, -0.02945244126021862, 0.012202685698866844, + 0.007199463434517384, -0.04552067816257477, 0.03539077192544937, -0.12606967985630035, + 0.0480717308819294, 0.04741894453763962, -0.0392618253827095, 0.03775610029697418, 0.022885922342538834, + -0.016914820298552513, -0.07976991683244705, 0.041792456060647964, -0.03901050612330437, + -0.10293721407651901, -0.08008930832147598, -0.0025025976356118917, 0.015115881338715553, + -0.02557285875082016, 0.027004491537809372, 0.06809385865926743, 0.04099586233496666, + -0.008049645461142063, 0.04953280836343765, 0.03841665759682655, 0.034740954637527466, + -0.07819189876317978, 0.07067500054836273, -0.04459353908896446, 0.02005073055624962, + 0.007915112189948559, 0.048515792936086655, 0.056271012872457504, 0.033987998962402344, + -0.008628797717392445, 0.0236462764441967, -0.045436400920152664, -0.01796276494860649, + 0.06654217839241028, 0.01084891613572836, 0.0479469932615757, 4.519047070061788e-5, + -0.04046739265322685, -0.03944189101457596, 0.06481672078371048, -0.0653836727142334, + -0.008084439672529697, 0.02268228866159916, -0.05360971763730049, -0.004315785598009825, + -0.011014365591108799, -0.013759614899754524, -0.06382516771554947, -0.021694103255867958, + -0.019464075565338135, 0.024587634950876236, 0.003614161629229784, 0.02357976883649826, + 0.03718014061450958, 0.06678466498851776, 0.007425054907798767, -0.008372004143893719, + -0.07491026073694229, -0.0547303706407547, -0.06047968566417694, 0.0009302516118623316, + 0.061975639313459396, 0.01963050104677677, -0.04042976349592209, 0.010377631522715092, + -0.03216153755784035, -0.01116262748837471, 0.0996541678905487, 0.013442865572869778, + -0.0370139479637146, 0.014406532049179077, -0.04072227701544762, 0.018863078206777573, + -0.06941229850053787, -0.05749721825122833, -0.00839264877140522, 0.022340061143040657, + -0.008522761054337025, 0.11148428171873093, 0.01493567880243063, 0.07175145298242569, + -0.07298567146062851, 0.025162190198898315, -0.060605913400650024, 0.023333219811320305, + 0.025795206427574158, -0.04192175716161728, -0.03545486554503441, -0.06727873533964157, + -0.05835147947072983, -0.02721664309501648, 0.005335913971066475, -0.017871858552098274, + 0.07312177121639252, -0.021320611238479614, -0.05358892306685448, -0.030857404693961143, + -0.013520527631044388, -0.002138666110113263, 0.043797679245471954, 0.057353388518095016, + 0.06686879694461823, 0.0020298054441809654, 0.005699625238776207, -0.018292738124728203, + -0.09778419882059097, 0.030585691332817078, -0.018965303897857666, -0.005345932208001614, + 0.03790661320090294, 0.005038232076913118, -0.11237453669309616, 0.020242754369974136, + -0.008090300485491753, -0.035216543823480606, 0.07637742161750793, 0.06603843718767166, + 0.03962172195315361, 0.0527007170021534, 0.07140860706567764, -0.007120863534510136, + -0.026526380330324173, -0.03266522288322449, -0.09641667455434799, -0.017468830570578575, + -0.008845957927405834, -0.06393761932849884, -0.01023335475474596, 0.009252376854419708, + -0.004372499883174896, -0.04857420176267624, -0.006684234365820885, 0.07016995549201965, + -0.04413265734910965, 0.020428864285349846, -0.029131410643458366, 0.009607126004993916, + 0.07155323028564453, -7.104469841578975e-5, -0.03481646254658699, 0.07205117493867874, + 0.05212278291583061, -0.012389050796627998, 0.049783747643232346, -0.01911495067179203, + -0.03659217432141304, 0.005125145893543959, 0.03431050851941109, -0.017423344776034355, + 0.005721699446439743, -0.07424413412809372, 0.03274298459291458, 0.0516526997089386, + -0.042028918862342834, -0.018388722091913223, 0.06154528632760048, 0.14427290856838226, + 0.03184282407164574, 0.07898785918951035, -0.021432939916849136, 0.052285876125097275, + -0.04422904551029205, 0.0259294081479311, 0.0349273718893528, 0.04557676985859871, 0.08233656734228134, + -0.03342375531792641, -0.08996190130710602, -0.044322606176137924, 0.01674090325832367, + -0.002601328771561384, -0.012983881868422031, -0.0007538285572081804, -0.0305084940046072, + -0.005014985799789429, 0.016190893948078156, -0.02759115770459175, 0.033507898449897766, + -0.016116276383399963, -0.007717055734246969, -0.059964004904031754, -0.06578570604324341, + -0.00938894972205162, 0.022479118779301643, 0.00208357535302639, 0.12456674873828888, + -0.005333628971129656, -0.005047810263931751, -0.03664003685116768, 0.0655398741364479, + -0.01101948693394661, 0.0020139894913882017, -0.042321138083934784, -0.07217499613761902, + 0.022572197020053864, -0.008912626653909683, -0.06112764775753021, 0.02609560638666153, + -0.012891074642539024, 0.016067011281847954, 0.02933588996529579, -0.1037004217505455, + -0.07359810918569565, 0.046517327427864075, 0.024415237829089165, 0.024971935898065567, + -0.04301192983984947, -0.004567330703139305, 0.07128003239631653, 0.019786879420280457, + 0.024215001612901688, 0.053764015436172485, 0.060300447046756744, 0.08510798215866089, + 0.02151007205247879, -0.05317908897995949, -0.01820378005504608, -0.021708806976675987, + -0.019740786403417587, 0.09631022065877914, -0.030419785529375076, -0.05579633265733719, + 0.04356737434864044, 0.06524020433425903, 0.04031388461589813, -0.04650574550032616, + -0.022858401760458946, -0.05398653820157051, 0.10324383527040482, 0.053244855254888535, + 0.10178626328706741, -0.027121230959892273, -0.10543002188205719, 0.09963004291057587, + 0.02514011785387993, 0.035323843359947205, 0.014030462130904198, 0.0011076033115386963, + 0.06728185713291168, 0.04251544177532196, 0.03125684708356857, -0.018313104286789894, + 0.028052939102053642, -0.006281590089201927, -0.002269387012347579, -0.06333572417497635, + -0.024807091802358627, -0.06162642315030098, 0.018272552639245987, 0.021251538768410683, + -0.04234573617577553 + ], + [ + -0.0511171855032444, -0.024710850790143013, -0.00955206248909235, 0.09612176567316055, + 0.025114133954048157, 0.0016137607162818313, -0.003745580092072487, -0.050053659826517105, + 0.043953314423561096, -0.05940491333603859, -0.03882506117224693, -0.02234209142625332, + -0.02852625399827957, 0.07838483154773712, -0.06610248982906342, -0.02266702800989151, + -0.038153279572725296, -0.07618838548660278, -0.06307613849639893, 0.03200378641486168, + 0.07618088275194168, 0.10063225775957108, 0.04891269654035568, -0.021265152841806412, + -0.011949055828154087, 0.024096740409731865, -0.07355120778083801, 0.044314585626125336, + 0.005434707272797823, -0.05868083983659744, -0.01907924935221672, 0.00525958277285099, + 0.06037707254290581, 0.03823743760585785, -0.062421735376119614, -0.00035511841997504234, + 0.07467569410800934, 0.008991355076432228, 0.08207704871892929, 0.013180271722376347, + 0.025739474222064018, -0.05143529549241066, -0.0603414922952652, 0.006231111474335194, + -0.008096599020063877, 0.00952424481511116, -0.07376381754875183, -0.03229484707117081, + 0.04919695854187012, 0.014669692143797874, -0.10157694667577744, -0.009512299671769142, + -0.00977237056940794, -0.00378588424064219, 0.06713708490133286, -0.009462549351155758, + -0.09350047260522842, 0.024862254038453102, -0.038730960339307785, -0.01594838872551918, + -0.017615752294659615, -0.08534803986549377, -0.05223912373185158, 0.008852272294461727, + 0.05447295308113098, -0.07030373066663742, 0.023538732901215553, 0.030498431995511055, + 0.02198481373488903, -0.0051589286886155605, 0.012426297180354595, 0.04430149495601654, + -0.039466191083192825, -0.003925231751054525, 0.024193117395043373, -0.05101988837122917, + 0.01661119982600212, 0.01859855465590954, -0.05814998969435692, 0.012226536870002747, + 0.03649342805147171, -0.04676774516701698, 0.043520934879779816, -0.020453142002224922, + 0.12141311168670654, -0.019940456375479698, 0.06251931935548782, 0.0035479944199323654, + -0.0919048935174942, 0.09972324967384338, -0.029554031789302826, -0.03798047453165054, + 0.010458829812705517, 0.11066264659166336, 0.05215120315551758, 0.14607951045036316, + 0.03853137418627739, 0.0053776889108121395, 0.12190733850002289, -0.0284297913312912, + 0.02965538389980793, -0.009143353439867496, -0.025293156504631042, -0.01993955671787262, + -0.02176361344754696, -0.009028645232319832, 0.001199130667373538, -0.020370427519083023, + -0.01469667162746191, 0.04493991285562515, 0.05494128167629242, -0.07900805026292801, + 0.06164802238345146, 0.006900683976709843, -0.018255196511745453, -0.05636557191610336, + -0.06550906598567963, -0.015861738473176956, 0.07269246131181717, 0.004005315713584423, + -0.08917883783578873, -0.10156052559614182, 0.018592145293951035, -0.07755835354328156, + -0.02062125876545906, -0.014727534726262093, -0.0665430873632431, -0.011776072904467583, + -0.022497644647955894, -0.0671040415763855, -0.009677679277956486, 0.004908110946416855, + -0.03022584319114685, 0.028966804966330528, -0.10497071593999863, -0.1091524139046669, + 0.08378313481807709, -0.01951511763036251, -0.0015472911763936281, -0.04580264911055565, + -0.038900405168533325, -0.06085311248898506, 0.017919229343533516, -0.046158697456121445, + -0.05000787228345871, -3.833023947663605e-5, 0.05459580570459366, -0.06117907911539078, + -0.05813027173280716, -0.06284063309431076, 0.00839179940521717, -0.04143962636590004, + 0.038714416325092316, 0.05523054674267769, -0.0251143928617239, -0.050840217620134354, + -0.05164783447980881, -0.038986269384622574, 0.07216434925794601, 0.02987350896000862, + -0.08774688839912415, -0.017479974776506424, 0.0005253013805486262, 0.04645518586039543, + 0.05933006480336189, -0.021428978070616722, -0.056660860776901245, -0.06646876782178879, + 0.04418500140309334, 0.11480997502803802, -0.05039108917117119, 0.023465557023882866, + 0.015424495562911034, -0.02769591473042965, 0.03938891738653183, 0.0005928666796535254, + -0.007296502590179443, -0.02258506417274475, -0.08113665133714676, -0.05290661379694939, + 0.08322859555482864, 0.030461769551038742, 0.11069000512361526, 0.026379220187664032, + 0.056487198919057846, -0.022736666724085808, -0.11087903380393982, 0.020690837875008583, + -0.1093083843588829, 0.01310193631798029, 0.0390549935400486, 0.08796565979719162, 0.048582591116428375, + 0.025430899113416672, -0.054425835609436035, 0.025322066619992256, -0.04047052189707756, + 0.013004431501030922, 0.00475113932043314, -0.12998375296592712, -0.012063926085829735, + -0.049362730234861374, -0.08711566030979156, -0.03962148353457451, -0.07131306827068329, + -0.009813041426241398, -0.035297587513923645, 0.0008426797576248646, -0.007036024238914251, + -0.007720048073679209, 0.14698155224323273, 0.04843069985508919, -0.057486869394779205, + 0.1021629199385643, 0.09671498090028763, -0.01659238710999489, 0.02114870212972164, + -0.014234867878258228, -0.015861622989177704, 0.06379780918359756, 0.07526521384716034, + 0.02275378629565239, -0.007663587108254433, -0.0006835096282884479, -0.07301583141088486, + -0.05992336571216583, 0.027600979432463646, -0.05034000054001808, 0.07704360783100128, + -0.007546982262283564, -0.009402403607964516, -0.07586617767810822, -0.05080254003405571, + -0.12099706381559372, 0.003035707864910364, -0.05958166718482971, -0.033883143216371536, + -0.015411471016705036, -0.04620109125971794, 0.0005779761704616249, -0.019123191013932228, + 0.047957271337509155, -0.008155153132975101, 0.05461391806602478, 0.0005876023788005114, + 0.0052119409665465355, 0.02265853062272072, 0.006526639685034752, -0.07207304239273071, + -0.0033309522550553083, 0.00360084162093699, -0.10271932929754257, 0.04392141103744507, + 0.032693587243556976, -0.038552459329366684, -0.06144232675433159, -0.018360674381256104, + 0.04835167154669762, 0.09014369547367096, 0.036405883729457855, 0.023256180807948112, + -0.010236759670078754, -0.019473452121019363, 0.08320052921772003, 0.025424949824810028, + 0.02751651592552662, 0.06774496287107468, -0.027012869715690613, 0.02813180536031723, + 0.06372496485710144, 0.05276450142264366, 0.06441501528024673, 0.002337976358830929, + -0.023869389668107033, 0.041581977158784866, 0.005654655396938324, 0.0388600155711174, + 0.009071932174265385, 0.01596914231777191, -0.010822656564414501, 0.10641555488109589, + 0.047761816531419754, -0.03001580946147442, -0.006729493848979473, 0.005624375771731138, + 0.09347181767225266, 0.008895566686987877, 0.09699338674545288, 0.013491271063685417, + 0.08063080906867981, -0.010937834158539772, 0.023808717727661133, 0.0436040535569191, + 0.005904220510274172, 0.03748584911227226, -0.020454291254281998, -0.03735615313053131, + -0.04793456569314003, 0.007525190245360136, -0.0028913249261677265, -0.0655873641371727, + 0.037175726145505905, -0.054361384361982346, -0.039420824497938156, -0.013713385909795761, + 0.01727861724793911, 0.06831910461187363, 0.07872486859560013, -0.006968515459448099, + 0.05727819725871086, 0.005926395766437054, -0.07475496828556061, 0.0239196065813303, + -0.007717043627053499, -0.025240691378712654, 0.05373441427946091, -0.06492850184440613, + 0.06495140492916107, -0.028879599645733833, 0.033023104071617126, -0.05888127163052559, + -0.0308307446539402, -0.1019127294421196, -0.06334184110164642, 0.036415036767721176, + -0.03998841717839241, 0.0790090337395668, -0.05510680004954338, 0.016986984759569168, + -0.027523363009095192, -0.038033585995435715, 0.041301704943180084, 0.0181964673101902, + -0.014150270260870457, 0.07350897043943405, 0.016984112560749054, -0.055000290274620056, + 0.015655536204576492, 0.06420353055000305, 0.012558025307953358, -0.059423189610242844, + -0.07783229649066925, 0.008934187702834606, 0.015242865309119225, 0.07353941351175308, + 0.03727729618549347, 0.0005809579743072391, 0.04490532726049423, 0.06720397621393204, + -0.009734549559652805, -0.015093458816409111, 0.02180907502770424, -0.014013143256306648, + -0.09370782226324081, 0.05661311373114586, 0.016062166541814804, -0.08854472637176514, + 0.026392994448542595, -0.009289433248341084, -0.06348239630460739, -0.016782501712441444, + 0.004122298676520586, 0.016934236511588097, 0.07212043553590775, -0.013862619176506996, + 0.03982806205749512, -0.025759246200323105, 0.14146098494529724, 0.0255973432213068, + 0.040126536041498184, -0.07146218419075012, 0.01474197581410408, 0.03223427012562752, + -0.004664459265768528, 0.0036815949715673923, 0.06813779473304749, 0.02694462053477764, + -0.01944439299404621, -0.031014401465654373, -0.04201193526387215, 0.01977335289120674, + -0.06471247225999832, 0.019222144037485123, 0.01611172966659069 + ], + [ + 0.011366086080670357, 0.036181725561618805, 0.04719528183341026, 0.06255218386650085, + -0.006469311658293009, -0.01217534951865673, 0.025792863219976425, -0.04532465711236, + 0.04501844942569733, -0.009166176430881023, 0.004028936382383108, 0.01136127207428217, + -0.04782254621386528, 0.0006127898814156651, 0.0477629117667675, -0.003985826391726732, + -0.07400129735469818, -0.032308779656887054, 0.03836604207754135, 0.022547336295247078, + -0.014337588101625443, 0.048873886466026306, 0.052662692964076996, 0.005047160666435957, + 0.033445101231336594, 0.06729342043399811, -0.034366048872470856, -0.04483679309487343, + -0.0025790920481085777, 0.056095514446496964, 1.626063749426976e-5, -0.06286666542291641, + -0.015542224049568176, -0.004879448097199202, -0.05974721908569336, 0.08274929225444794, + 0.04812608286738396, -0.04555579274892807, -0.022433225065469742, -0.03711335361003876, + -0.01906164363026619, 0.014044071547687054, -0.030344372615218163, -0.06586211919784546, + 3.5168632166460156e-5, -0.015315109863877296, 0.035862188786268234, 0.07362859696149826, + -0.025734784081578255, -0.09039831161499023, -0.035079095512628555, -0.025353027507662773, + -0.07731831818819046, -0.03709912672638893, 0.04264816641807556, 0.0567074753344059, + -0.05701533704996109, 0.003077160567045212, -0.015970362350344658, 0.008436239324510098, + -0.017815472558140755, -0.0324513204395771, -0.06636083871126175, -0.055298108607530594, + 0.017661798745393753, -0.031071726232767105, 0.004451971035450697, 0.014321085065603256, + 0.045811913907527924, -0.036643367260694504, 0.011441688984632492, 0.05945241451263428, + -0.00260507152415812, 0.019856922328472137, 0.034541547298431396, -0.0063888696022331715, + 0.0821235328912735, 0.013660520315170288, -0.0003614489396568388, 0.01341216266155243, + 0.060599155724048615, 0.09611064195632935, 0.05690072104334831, -0.023100141435861588, + 0.007059180177748203, 0.011054884642362595, 0.037566348910331726, -0.053465697914361954, + -0.023656178265810013, 0.03289642184972763, -0.056902773678302765, -0.0017389225540682673, + -0.0159145537763834, -0.00761400954797864, -0.005869512911885977, 0.04724444821476936, + 0.002356444951146841, 0.025809498503804207, 0.02591603249311447, 0.03555579483509064, + 0.003998870030045509, 0.02234327793121338, -0.02428373508155346, -0.018501488491892815, + -0.09041804820299149, -0.03466888517141342, 0.004823415074497461, 0.01804610900580883, + -0.03165460377931595, -0.024685855954885483, 0.0077305990271270275, -0.045954182744026184, + -0.017909936606884003, -0.014357603155076504, -0.021639999002218246, 0.016376564279198647, + -0.019778234884142876, 0.010787567123770714, 0.01330863032490015, 0.05010173097252846, + -0.039045706391334534, -0.04871061071753502, -0.004352258052676916, 0.018741661682724953, + -0.05654272809624672, -0.014012007974088192, -0.0873115137219429, 0.03158804774284363, + -0.0223945714533329, -0.013830764219164848, -0.04065684974193573, 0.034322842955589294, + 0.007345633581280708, 0.0046796491369605064, 0.057747676968574524, -0.0422360897064209, + 0.051778100430965424, 0.014101755805313587, 0.04194454848766327, 0.011538632214069366, + -0.05638817325234413, -0.13629677891731262, 0.030488818883895874, -0.05364580079913139, + 0.005272025242447853, -0.007010324392467737, 0.0019817159045487642, -0.012066343799233437, + -0.10472498834133148, -0.02491958625614643, 0.036575235426425934, -0.022957084700465202, + 0.008852226659655571, -0.015191135928034782, 0.0009597958996891975, -0.08823967725038528, + 0.05697578936815262, -0.02325327694416046, 0.0021747786086052656, 0.07102640718221664, + -0.04515303298830986, -0.047200366854667664, -0.02428959310054779, 0.017826708033680916, + 0.04819163307547569, 0.018400587141513824, 0.043712131679058075, -0.0202926155179739, + 0.026521990075707436, 0.017672622576355934, 0.0325249582529068, 0.0511409267783165, + 0.012367486953735352, -0.044230371713638306, 0.0057596480473876, -0.029126757755875587, + -0.005501652602106333, -0.09830044955015182, -0.03133981302380562, -0.03155820071697235, + -0.029920261353254318, 0.020204193890094757, 0.010490881279110909, -0.0017147338949143887, + 0.020318398252129555, 0.028234213590621948, 0.00033061837893910706, -0.05657948926091194, + -0.010493205860257149, -0.02965448424220085, 0.040461454540491104, -0.026956871151924133, + 0.0048603699542582035, 0.0518917478621006, -0.011106215417385101, 0.0685361847281456, + 0.025117261335253716, -0.10425888001918793, 0.03491737321019173, -0.015372623689472675, + 0.0009948473889380693, -0.012358422391116619, -0.05019078776240349, -0.039903175085783005, + -0.12722113728523254, -0.09738323837518692, 0.023823559284210205, -0.07217851281166077, + -0.003462760942056775, -0.012696409597992897, 0.014898992143571377, 0.026938701048493385, + -0.10908806324005127, -0.0042944783344864845, -0.059585604816675186, 0.006100057624280453, + 0.006878342013806105, -0.03394084796309471, 0.00458209915086627, 0.06307213008403778, + 0.07255600392818451, -0.04805060476064682, -0.01679808646440506, 0.013384085148572922, + -0.025516921654343605, -0.031836096197366714, 0.04941428080201149, 0.059673815965652466, + 0.01572563499212265, -0.0018311673775315285, -0.029982466250658035, 0.027464335784316063, + 0.02963312529027462, -0.011945746839046478, 0.03517623990774155, -0.03064781241118908, + -0.03138548880815506, 0.12593211233615875, -0.07168110460042953, -0.029290489852428436, + 0.0024962646421045065, 0.012760316021740437, 0.07266637682914734, -0.03503268584609032, + -0.0038743645418435335, 0.023276861757040024, -0.0236909668892622, 0.02022155188024044, + -0.03299439698457718, 0.0863061472773552, 0.01911723054945469, -0.05001918599009514, + 0.03353574872016907, 0.021688975393772125, -0.042866408824920654, -0.04539799317717552, + 0.0013456868473440409, -0.04356923699378967, 0.09859635680913925, 0.0012821858981624246, + -0.05638555437326431, 0.029263056814670563, -0.0453360490500927, -0.013102525845170021, + -0.0695192813873291, -0.026265684515237808, 0.035322174429893494, -0.02232382632791996, + 0.015332961454987526, -0.00576746417209506, 0.07696850597858429, 0.06067875027656555, + 0.022456243634223938, 0.044477012008428574, 0.002240850357338786, 0.02876850590109825, + 0.05389339476823807, 0.006617693230509758, -0.002396123018115759, 0.006815671920776367, + 0.044801194220781326, 0.025907160714268684, -0.03959757834672928, 0.012566928751766682, + -0.025701206177473068, -0.021006394177675247, -0.0037925029173493385, 0.028027016669511795, + -0.018956439569592476, 0.026062114164233208, -0.03416945040225983, 0.0452534444630146, + -0.03435710072517395, 0.013368166983127594, -0.054886382073163986, 0.030713532119989395, + -0.007535947952419519, -0.02469010278582573, -0.07330910861492157, 0.0019506638636812568, + 0.007854311726987362, -0.038544099777936935, -0.022724533453583717, 0.013518540188670158, + -0.046940892934799194, 0.02822718396782875, -0.02586764097213745, -0.016661232337355614, + -0.06126849725842476, 0.02157033421099186, 0.003877777373418212, -0.01736355945467949, + -0.013081636279821396, 0.011608111672103405, -0.06833953410387039, -0.02760997973382473, + 0.04872973635792732, 0.034974388778209686, -0.04206676036119461, -0.032536931335926056, + -0.008052988909184933, 0.04527892544865608, -0.05086205154657364, -0.07568621635437012, + 0.015713803470134735, 0.044471945613622665, 0.021520575508475304, 0.022738764062523842, + 0.023130472749471664, 0.032850589603185654, -0.019009266048669815, 0.012573267333209515, + -0.0776190385222435, 0.05183429270982742, -0.01437962893396616, -0.042935505509376526, + -0.016969814896583557, 0.04839126020669937, 0.006546463817358017, -0.07382117211818695, + -0.053836751729249954, -0.0106743099167943, -0.031194161623716354, 0.05143880844116211, + 0.005834578536450863, -0.04398451745510101, 0.052970316261053085, 0.0670885220170021, + 0.0274850782006979, -0.050185296684503555, 0.05547773838043213, 0.07366320490837097, + 0.04925724118947983, -0.01201323140412569, -0.01592949405312538, -0.010640834458172321, + 0.055197037756443024, 0.009858294390141964, 0.0028664744459092617, -0.04033881425857544, + -0.002822370268404484, 0.12836216390132904, -0.03282167762517929, 0.032849520444869995, + -0.01930776983499527, 0.07904883474111557, 0.01699920929968357, 0.10629834979772568, + -0.03244531527161598, 0.060237038880586624, -0.05468862131237984, 0.029559526592493057, + -0.07673696428537369, -0.009089767932891846, 0.051384035497903824, -0.011354495771229267, + 0.07400397956371307, -0.029575001448392868, 0.08003758639097214, 0.033733200281858444, + -0.05017988756299019, 0.01264229416847229, 0.008766796439886093, 0.06397192180156708 + ], + [ + 0.031656257808208466, 0.0025560397189110518, -0.03967156261205673, -0.014386956579983234, + -0.02211148664355278, 0.07475724816322327, 0.031184453517198563, -0.0054809655994176865, + 0.04710040241479874, -0.09767450392246246, -0.04078180715441704, 0.03809212148189545, + 0.05142861232161522, 0.06782443076372147, 0.011887624859809875, -0.019276095554232597, + 0.006244653835892677, -0.0011487994343042374, 0.04169256240129471, -0.07309356331825256, + 0.0013505998067557812, -0.03275241702795029, -0.029310664162039757, -0.06164940819144249, + 0.0042191422544419765, -0.012049693614244461, -0.06532019376754761, -0.010569670237600803, + 0.06075533106923103, -0.017027683556079865, 0.00510202394798398, -0.006685407366603613, + -0.08804572373628616, -0.015207530930638313, -0.007641389034688473, -0.02488541789352894, + -0.0224017221480608, 0.034489452838897705, 0.05349785089492798, -0.034469231963157654, + 0.017767634242773056, 0.08124817907810211, -0.015894439071416855, -0.04844155162572861, + -0.006959443911910057, 0.06332328915596008, -0.01807783730328083, 0.06912634521722794, + -0.04217573627829552, -0.07692968845367432, -0.0006207036785781384, 0.07878652960062027, + -0.09797969460487366, -0.015502871945500374, 0.02234254591166973, 0.005865141283720732, + 0.016785375773906708, 0.043246567249298096, 0.009747183881700039, -0.06145939975976944, + 0.05192326009273529, 0.02141713909804821, -0.050814952701330185, 0.03482246398925781, + -0.021441420540213585, 0.04141200706362724, 0.001095391227863729, 0.0008168281055986881, + -0.04586444050073624, -0.0027111065573990345, 0.040940556675195694, -0.05250672623515129, + 0.06687537580728531, -0.07166349142789841, -0.047072023153305054, -0.0027247327379882336, + 0.1144239604473114, -0.06677962839603424, -0.035860639065504074, 0.08229487389326096, + -0.04972697049379349, 0.015688199549913406, -0.033520907163619995, 0.0034367090556770563, + 0.02578878588974476, 0.006535321474075317, -0.013263683766126633, 0.0030084268655627966, + -0.011851206421852112, 0.04493306204676628, 0.009011032059788704, -0.009243739768862724, + -0.0011514854850247502, 0.016762183979153633, 0.0027557890862226486, -0.043196652084589005, + -0.07372664660215378, 0.026715559884905815, 0.04855097830295563, 0.03801099956035614, + 0.029246576130390167, 0.008090117946267128, 0.025167100131511688, 0.013712198473513126, + 0.011492529883980751, 0.07821621745824814, 0.05060470104217529, 0.0010714330710470676, + 0.02750864252448082, 0.006311777047812939, 0.01839582994580269, -0.0269145630300045, + 0.08054376393556595, 0.016829004511237144, 0.010392263531684875, 0.09688407927751541, + -0.0819224864244461, -0.041688378900289536, -0.02926923707127571, 0.005371877923607826, + 0.033351920545101166, -0.007811990566551685, -0.0021347643341869116, 0.04406885430216789, + -0.06047680601477623, 0.026180975139141083, -0.014895890839397907, -0.0027559204027056694, + 0.0060216085985302925, -0.09047488123178482, 0.027242975309491158, 0.0018615596927702427, + 0.05313432589173317, -0.03324275463819504, -0.015955718234181404, -0.10958266258239746, + 0.04590529948472977, 0.011059914715588093, 0.05296560004353523, 0.007581986486911774, + -0.03275248035788536, -0.11194532364606857, -0.06465881317853928, 0.05306607484817505, + -0.04211333766579628, -0.058668993413448334, -0.05113420635461807, -0.03513821214437485, + 0.023883318528532982, -0.0160989873111248, -0.006930883973836899, -0.004243898205459118, + -0.019506603479385376, -0.06538937985897064, 0.03172393888235092, -0.08834338933229446, + -0.022593524307012558, -0.023575427010655403, 0.033053673803806305, 0.03765317425131798, + -0.02851882204413414, 0.0550384521484375, 0.07684160768985748, 0.06621859222650528, + -0.03378285467624664, -0.04751726984977722, 0.08345082402229309, -0.01563459262251854, + 0.028684081509709358, 0.04054833576083183, -0.04185092821717262, -0.009447232820093632, + -0.09249373525381088, -0.01435631513595581, 0.00888901762664318, -0.019732549786567688, + -0.07802876085042953, -0.004528456833213568, 0.04989141970872879, -0.05960794538259506, + 0.004766455851495266, 0.008652858436107635, 0.08818864822387695, 0.06046849116683006, + 0.031175117939710617, 0.0600704587996006, 0.02227872423827648, -0.031358592212200165, + -0.023494688794016838, 0.05077619478106499, -0.027733100578188896, -0.007965577766299248, + 0.05783156305551529, 0.03412377089262009, -0.043636027723550797, 0.05972620099782944, + 0.019911618903279305, -0.08901793509721756, 0.02607899159193039, 0.00534032890573144, + -0.04229816794395447, -0.0764867439866066, 0.024394627660512924, -0.008489417843520641, + -0.006697137374430895, -0.029118789359927177, 0.031663425266742706, 0.014125606045126915, + -0.003722371766343713, -0.0376942940056324, 0.013903048820793629, -0.006424023304134607, + -0.059270165860652924, 0.005181386601179838, -0.07867209613323212, -0.06645537167787552, + -0.0621570348739624, -0.014633161015808582, 0.04464243724942207, -0.028326651081442833, + 0.06513803452253342, -0.04527284577488899, -0.05043236166238785, 0.018790075555443764, + -0.016212213784456253, -0.04874161630868912, 0.016844531521201134, 0.03798012062907219, + -0.0242867823690176, -0.04448774829506874, -0.02634308487176895, 0.04918423295021057, + -0.009384198114275932, 0.056950099766254425, -0.002016646321862936, 0.09817278385162354, + 0.020134394988417625, 0.045040763914585114, -0.003564199898391962, 0.021799622103571892, + 0.06384939700365067, 0.08297225832939148, 0.10280824452638626, -0.013563339598476887, + -0.0842185989022255, 0.02787734568119049, -0.04504373297095299, -0.08332562446594238, + -0.02561553567647934, 0.0528324693441391, -0.056263383477926254, -0.006021407432854176, + -0.0907280296087265, -0.033876147121191025, 0.026223856955766678, -0.03717708960175514, + -0.041842520236968994, 0.036271121352910995, -0.029617495834827423, 0.03188828006386757, + -0.09866201877593994, 0.04498152434825897, 0.02508559077978134, 0.04190847650170326, + -0.07554974406957626, -0.014986013062298298, 0.0881965309381485, 0.02614676207304001, + -0.02800305373966694, 0.05512576177716255, 0.07090350240468979, 0.00626714713871479, 0.0221162810921669, + -0.011059334501624107, -0.028440868481993675, 0.09819881618022919, 0.034258849918842316, + -0.0365627259016037, -0.04268254339694977, 0.06856609135866165, 0.06073727831244469, + 0.016012554988265038, -0.015576629899442196, 0.007507808040827513, 0.0816667303442955, + 0.02969357930123806, 0.03324800729751587, 0.004486384801566601, 0.0960073247551918, 0.10700155049562454, + -0.026308486238121986, 0.01616794615983963, 0.0238127950578928, -0.05471738800406456, + 0.0376550517976284, 0.00013407495862338692, 0.019575990736484528, 0.08503609895706177, + 0.041594576090574265, -0.015819864347577095, 0.02959192916750908, 0.011421767994761467, + 0.024206461384892464, -0.07233735173940659, 0.007543192710727453, 0.026155507192015648, + -0.047107573598623276, -0.03492283448576927, -0.009615527465939522, 0.05110597610473633, + -0.05557796359062195, -0.011564492247998714, 0.019686218351125717, 0.012425065040588379, + 0.11088539659976959, -0.02306044101715088, 0.06389956176280975, -0.018609745427966118, + -0.03247737139463425, 0.026306577026844025, -0.027640337124466896, -0.004925641696900129, + -0.09947964549064636, -0.10472320765256882, -0.01868448406457901, 0.004200614523142576, + 0.041732072830200195, -0.0010221113916486502, -0.017879202961921692, -0.031945936381816864, + 0.03988818824291229, 0.019850512966513634, -0.008646241389214993, -0.006842346861958504, + -0.0400727316737175, 0.037801049649715424, -0.02585420571267605, 0.02823885902762413, + 0.04007794335484505, 0.03421003744006157, -0.04372880980372429, 0.02207588031888008, + -0.01684684120118618, 0.10516200959682465, -0.033802881836891174, -0.0483749583363533, + 0.035958610475063324, -0.04002232477068901, 0.04888599365949631, -0.00664234533905983, + -0.019999979063868523, 0.0038710881490260363, 0.0068549360148608685, -0.053460609167814255, + -0.05832228437066078, -0.025177495554089546, 0.02596087008714676, -0.05368876829743385, + 0.009928081184625626, -0.07094203680753708, -0.0857340395450592, 0.03921647369861603, + -0.02055395022034645, 0.056083157658576965, 0.03729182109236717, 0.059127576649188995, + 0.10411573946475983, 0.05662938207387924, 0.008585509844124317, -0.031847208738327026, + 0.05184106528759003, 0.004032493568956852, 0.013508319854736328, -0.0007099159993231297, + -0.030263232067227364, 0.044635213911533356, 0.024082697927951813, -0.04050224646925926, + 0.0521836094558239, -0.045398734509944916, -0.05924466624855995, 0.012436081655323505, + 0.05703418701887131, -0.010617006570100784 + ], + [ + -0.07008494436740875, -0.018854595720767975, -0.07156253606081009, 0.0099480040371418, + 0.02348482422530651, -0.02463303878903389, 0.010311352089047432, -0.021866340190172195, + -0.0343160443007946, -0.014726312831044197, 0.0186709463596344, -0.07531869411468506, + 0.07564570754766464, -0.01099489163607359, 0.025607068091630936, 0.03646935895085335, + -0.009237835183739662, -0.02274390310049057, -0.07784163951873779, 0.019587362185120583, + -0.06863076984882355, -0.0357910580933094, -0.029500329867005348, -0.022775137796998024, + -0.01736646145582199, 0.006844277959316969, 0.04785430058836937, 0.011772587895393372, + 0.014531000517308712, -0.040137987583875656, 0.024105269461870193, 0.07287073135375977, + 0.07193884253501892, 0.019946236163377762, -0.029227357357740402, -0.06432433426380157, + 0.033551622182130814, 0.07011532038450241, -0.03633252531290054, -0.0011893028859049082, + -0.06531907618045807, -0.011513502337038517, -0.05625176429748535, -0.021743331104516983, + 0.020182793959975243, 0.019832801073789597, 0.010203826241195202, 0.0007066442631185055, + 0.029878780245780945, 0.028746439144015312, 0.011894415132701397, -0.03679266944527626, + -0.002339450176805258, -0.05118463933467865, -0.01202369760721922, -0.018394945189356804, + -0.07605600357055664, 0.014264728873968124, -0.03251734375953674, 0.04647565260529518, + 0.009452789090573788, 0.002999068470671773, 0.037629686295986176, -0.011890366673469543, + 0.021435707807540894, 0.019713789224624634, -0.07954240590333939, -0.016239743679761887, + -0.026344740763306618, 0.11079280823469162, 0.026080723851919174, -0.030932307243347168, + -0.08907507359981537, 0.05151244252920151, -0.05316479876637459, 0.010089600458741188, + -0.007213366683572531, -0.037146713584661484, -0.013800409622490406, -0.0397275947034359, + 0.041897572576999664, -0.04744341969490051, -0.019772518426179886, 0.045594505965709686, + 0.018471308052539825, 0.023550694808363914, -0.033261481672525406, 0.05798502638936043, + 0.044912517070770264, -0.025033848360180855, -0.02560373768210411, 0.019599396735429764, + 0.0025571403093636036, -0.01942114345729351, 0.07155931740999222, -0.005060720257461071, + 0.006705936044454575, -0.05233260989189148, -0.11833258718252182, 0.0866418331861496, + 0.03276791423559189, -0.08414655923843384, -0.016895068809390068, 0.012462951242923737, + 0.012534904293715954, -0.017623726278543472, -0.0011020965175703168, 0.04283946380019188, + 0.007686563301831484, -0.016666440293192863, -0.049861252307891846, 0.0989929735660553, + -0.04766518995165825, -0.030422301962971687, -0.016685765236616135, 0.015039029531180859, + 0.07478346675634384, 0.02742863819003105, -0.06927166879177094, 0.07967593520879745, + 0.044745560735464096, 0.046585891395807266, -0.018233763054013252, -0.02477494813501835, + -0.026396600529551506, -0.04991276562213898, 0.028289686888456345, 0.03558431938290596, + -0.03610830754041672, -0.017619971185922623, 0.05803420767188072, 0.046625733375549316, + -0.04951636493206024, 0.06639660894870758, -0.032299499958753586, 0.012766732834279537, + -0.08800539374351501, -0.0062833004631102085, 0.043072156608104706, -0.04572020098567009, + 0.03663196414709091, 0.043146613985300064, 0.009258846752345562, -0.05859127268195152, + 0.026232747361063957, -0.03572278469800949, 0.002337807323783636, -0.03933761268854141, + 0.02023138292133808, 0.02791672758758068, 0.006515864282846451, -0.02003142610192299, + -0.08935746550559998, -0.013303358107805252, -0.0640384629368782, 0.04203794151544571, + 0.0006817501853220165, -0.020304495468735695, -0.0067750136367976665, -0.06667885929346085, + -0.002374320523813367, -0.016466379165649414, -0.04009077325463295, 0.06203742325305939, + -0.05989912152290344, 0.056909751147031784, -0.06675803661346436, 0.008218483068048954, + -0.057738471776247025, -0.0315450020134449, -0.01711314171552658, 0.007765050046145916, + -0.00506102479994297, -0.03208459913730621, 0.023824557662010193, -0.022808637470006943, + 0.015219914726912975, 0.018283681944012642, -0.03195815905928612, 0.05920366942882538, + -0.009612740017473698, -0.003220809856429696, -0.039095282554626465, -0.07238297164440155, + -0.059285279363393784, 0.02427767962217331, 0.0005207880749367177, 0.007907765917479992, + -0.006459579803049564, -0.028111664578318596, -0.1147744432091713, 0.004845493473112583, + -0.05835343152284622, -0.07740128040313721, -0.012182770296931267, -0.06016463786363602, + 0.05851465463638306, 0.03814217820763588, -0.07669902592897415, 0.007360078860074282, + 0.06519868224859238, 0.058928895741701126, -0.05783397704362869, 0.06987137347459793, + -0.005777330603450537, 0.06365637481212616, 0.04318432882428169, -0.059541258960962296, + 0.04311688616871834, -0.04324785992503166, -0.004466373007744551, 0.039701320230960846, + 0.056911226361989975, 0.061797019094228745, 0.08329100906848907, -0.027214564383029938, + 0.050011105835437775, 0.09188912808895111, -0.026246605440974236, -0.04451753944158554, + 0.03677430376410484, 0.02288747765123844, -0.019611766561865807, 0.008187922649085522, + 0.0025749136693775654, 0.07065136730670929, -0.05025624856352806, 0.04192448407411575, + -0.03746173530817032, -0.034535229206085205, 0.01461585983633995, -0.014326809905469418, + 0.035336289554834366, -0.016572576016187668, -0.012803256511688232, -0.03587936609983444, + 0.013825546950101852, 0.005494911223649979, 0.05691104754805565, -0.02355138026177883, + 0.030243869870901108, 0.012406641617417336, -0.051137086004018784, -0.004125290084630251, + -0.056868575513362885, 0.006418005097657442, -0.02002427540719509, 0.04676812142133713, + -0.0004252665094099939, -0.010329675860702991, -0.018001390621066093, 0.07548144459724426, + -0.024937033653259277, -0.0069274334236979485, -0.020065046846866608, 0.004524943884462118, + -0.019562743604183197, 0.04313010349869728, 0.0016478284960612655, -0.028748419135808945, + 0.004278805106878281, -0.06462714076042175, -0.018264394253492355, 0.013859327882528305, + 0.06060447543859482, 0.025848057121038437, -0.04654621705412865, -0.056110139936208725, + -0.049860794097185135, 0.03213227167725563, -0.06866616755723953, -0.051611512899398804, + -0.045492369681596756, -0.05730218067765236, -0.0003224461106583476, -0.07275482267141342, + -0.05145241320133209, 0.051616817712783813, 0.0001974627812160179, -0.05371817201375961, + 0.032010361552238464, 0.020245930179953575, -0.04176001623272896, 0.004013050813227892, + -0.026095766574144363, 0.100140780210495, -0.061949726194143295, -0.02380371280014515, + -0.029635747894644737, 0.011477408930659294, -0.052444688975811005, 0.020563112571835518, + 0.030488841235637665, -0.021741224452853203, -5.257476004771888e-6, -0.06816497445106506, + 0.013741937465965748, 0.05568010360002518, 0.021196862682700157, -0.05168507993221283, + 0.01404455117881298, -0.01609712652862072, -0.005440946668386459, 0.013626575469970703, + 0.06709137558937073, -0.02886642888188362, 0.038803789764642715, 0.0036176051944494247, + 0.02850944548845291, -0.009486121125519276, 0.004265876952558756, 0.05318330228328705, + -0.011861196719110012, -0.017459610477089882, -0.033056557178497314, 0.034126993268728256, + 0.05526651814579964, 0.030267182737588882, 0.021633898839354515, 0.02101999707520008, + 0.020131371915340424, -0.021962612867355347, 0.0758599266409874, 0.09549245238304138, + 0.015244236215949059, -0.0006201466312631965, -0.024411320686340332, -0.055990830063819885, + -0.07192707806825638, 0.023332159966230392, 0.10497301071882248, -0.017224634066224098, + 0.015701966360211372, -0.07297712564468384, 0.00823330506682396, 0.09616205096244812, + 0.006868911907076836, -0.013654339127242565, 0.0006688849534839392, 0.00839962251484394, + 0.012161106802523136, -0.013424822129309177, -0.0033884267322719097, -0.043376293033361435, + 0.05268671363592148, 0.026165969669818878, -0.008590186014771461, -0.04190411791205406, + -0.03519466146826744, -0.002795671345666051, 0.01956610381603241, -0.022166313603520393, + -0.05015094578266144, 0.008112096227705479, 0.0034039064776152372, 0.004244553856551647, + -0.07344882935285568, 0.0004786264034919441, -0.045450061559677124, -0.005941521376371384, + -0.02897765301167965, -0.03783326596021652, 0.0647016391158104, -0.04622340947389603, + -0.011711199767887592, -0.07064983993768692, 0.011504046618938446, -0.11477329581975937, + 0.06571748107671738, 0.059022583067417145, -0.04546274617314339, -0.0375654473900795, + -0.0012105806963518262, 0.021873872727155685, 0.05305366590619087, -0.04599251598119736, + -0.08159339427947998, 0.02040758915245533, -0.044845882803201675, 0.032897382974624634, + 0.021776756271719933, -0.034544236958026886, -0.010715252719819546, 0.03286362811923027 + ], + [ + 0.035989727824926376, -0.018022065982222557, -0.04621747136116028, -0.01899057999253273, + -0.025884663686156273, -0.03248385339975357, -0.040769606828689575, -0.08378366380929947, + 0.06728123128414154, 0.03259408473968506, -0.05549313873052597, 0.05219227075576782, + -0.012172858230769634, 0.08173290640115738, -0.021918317303061485, -0.07332427054643631, + 0.08399315178394318, 0.01634504459798336, 0.1008482500910759, -0.08122004568576813, + 0.027620036154985428, 0.02261725254356861, 0.028911517933011055, -0.10279436409473419, + 0.03134402260184288, -0.027110179886221886, -0.043344348669052124, 0.08176050335168839, + 0.046207528561353683, -0.020396100357174873, 0.018511107191443443, -0.006639441475272179, + 0.02977239340543747, -0.04054244980216026, -0.09375070035457611, 0.07927588373422623, + 0.05513947457075119, -0.11485695838928223, 0.03641851618885994, -0.0629846379160881, + 0.09023723751306534, 0.004809336271136999, 0.07636363059282303, 0.005928317550569773, + 0.006581582129001617, -0.043081365525722504, -0.07009882479906082, 0.021685700863599777, + -0.03138688579201698, 0.08525802195072174, -0.010892970487475395, 0.02701246179640293, + 0.0030832288321107626, 0.01694810763001442, -0.002338952152058482, 0.10260550677776337, + -0.06122344732284546, -0.03594985976815224, 0.018975665792822838, -0.05443623661994934, + 0.0069429343566298485, -0.06840793788433075, -0.036070551723241806, 0.07093377411365509, + 0.08329234272241592, -0.03337036073207855, -0.03846295550465584, 0.04844854027032852, + -0.04140179604291916, -0.10093659907579422, -0.01738174632191658, -0.012567811645567417, + 0.028112662956118584, -0.028720496222376823, -0.00915209949016571, -0.0911903977394104, + 0.08703654259443283, -0.0667564794421196, -0.05336811766028404, -0.004332274664193392, + 0.0366644561290741, -0.03212996572256088, 0.09673096239566803, 0.11873533576726913, + 0.025017408654093742, 0.026335958391427994, 0.1244276762008667, 0.04746410250663757, + 0.004374384880065918, -0.007527539506554604, 0.04402640461921692, -0.038526155054569244, + -0.040017373859882355, 0.05910127982497215, -0.016870129853487015, 0.015266740694642067, + -0.03613244369626045, -0.005235206335783005, 0.028046004474163055, -0.027211105450987816, + -0.03857232630252838, -0.05806808918714523, -0.0745672956109047, -0.02428562566637993, + -0.0016191421309486032, 0.09489402174949646, -0.016269009560346603, -0.016796613112092018, + 0.04541218653321266, -0.010851982980966568, -0.02505510114133358, 0.048086486756801605, + 0.028017425909638405, 0.04736975207924843, 0.04057649150490761, 0.048497430980205536, + 0.08326983451843262, -0.047143932431936264, 0.0671536922454834, -0.08414164185523987, + -0.019524304196238518, 0.01325666531920433, -0.07548336684703827, -0.017117440700531006, + 0.08235190063714981, -0.02095024473965168, -0.005611635744571686, -0.024267077445983887, + -0.05177747830748558, 0.0016876270528882742, 0.014916245825588703, -0.05763320252299309, + 0.055714912712574005, -0.04807509481906891, 0.013711263425648212, 0.019617008045315742, + -0.008027933537960052, 0.02851473167538643, -0.05914633348584175, -0.019627010449767113, + 0.03381171077489853, -0.037704601883888245, -0.033325377851724625, -0.03695344924926758, + 0.025804968550801277, 0.05094490572810173, -0.020159361883997917, 0.02276577800512314, + -0.06491192430257797, -0.04653044044971466, 0.02013983763754368, 0.014957561157643795, + 0.04643850401043892, -0.006502767093479633, 0.04079624265432358, 0.013906905427575111, + 0.010619081556797028, -0.028722180053591728, 0.0495123453438282, -0.04158169403672218, + -0.07570669054985046, -0.02094035968184471, 0.09218957275152206, 0.024157870560884476, + -0.0050767757929861546, 0.02321028895676136, 0.052376482635736465, -0.03104954957962036, + -0.008074454963207245, -0.03347202390432358, -0.011605209670960903, -0.02532767876982689, + -0.03942585736513138, 0.011745785363018513, -0.07725656777620316, -0.045803461223840714, + 0.025251690298318863, 0.07995879650115967, -0.0124504454433918, 0.028810665011405945, 0.008810980245471, + -0.023299284279346466, 0.06320203095674515, 0.0760607197880745, -0.004060160368680954, + 0.03989618644118309, -0.0005455641658045352, 0.023447835817933083, 0.016629984602332115, + -0.001779600395821035, 0.0920933336019516, 0.049191251397132874, 0.05052373558282852, + 0.03689549118280411, 0.01467543002218008, -0.012016973458230495, -0.054130639880895615, + -0.07076069712638855, -0.015671072527766228, -0.019805455580353737, -0.05365569517016411, + -0.02684093452990055, -0.010610116645693779, 0.030473321676254272, -0.07714769244194031, + 0.023373549804091454, -0.053473182022571564, 0.0418187752366066, -0.0952853411436081, + -0.02449260838329792, -0.040550582110881805, 0.03725765645503998, -0.06705997884273529, + -0.005036648828536272, -0.04031795263290405, 0.011086594313383102, 0.002709125867113471, + -0.026479220017790794, -0.028347119688987732, -0.02338782511651516, -0.08659760653972626, + -0.029472267255187035, 0.041574716567993164, -0.022738920524716377, -0.004797610454261303, + -0.04927874729037285, 0.0416908785700798, 0.012435046024620533, 0.005624879151582718, + -0.1131906807422638, 0.02699386142194271, 0.04901798442006111, -0.03143898397684097, + -0.02066901884973049, 0.014126509428024292, 0.05006781965494156, 0.011169944889843464, + -0.02290094457566738, -0.02476544678211212, 0.07091955095529556, -0.004572387784719467, + 0.06948120892047882, 0.006350310519337654, 0.07098156213760376, 0.017338739708065987, + 0.0611647330224514, -0.07982960343360901, -0.050723396241664886, 0.06470689922571182, + 0.05546647310256958, -0.04421452060341835, -0.06853149086236954, -0.005153022240847349, + 0.01669352874159813, 0.037935737520456314, -0.02520330622792244, 0.0038827136158943176, + 0.015999870374798775, -0.05707910284399986, 0.08266333490610123, 0.04513175040483475, + -0.0013094653841108084, 0.048584699630737305, 0.035355743020772934, -0.022703850641846657, + 0.01888429932296276, 0.003354292595759034, 0.05085146054625511, -0.028823355212807655, + 0.08288463950157166, 0.03201241046190262, 0.101655974984169, 0.026272445917129517, 0.09563795477151871, + 0.035273123532533646, 0.0036003803834319115, 0.08291617035865784, -0.060130491852760315, + -0.053613461554050446, 0.07397560030221939, 0.038980670273303986, 0.051548052579164505, + -0.0510779432952404, -0.03588464483618736, -0.017851440235972404, 0.03387509658932686, + 0.004650669638067484, 0.01644730195403099, 0.03803180903196335, -0.013224964961409569, + -0.01508577074855566, 0.10882702469825745, -0.022449424490332603, -0.0008948585600592196, + 0.06179441139101982, 0.028286952525377274, -0.020296042785048485, -0.023965435102581978, + 0.019566770642995834, 0.01539100892841816, 0.048043813556432724, -0.04714277759194374, + -0.0053225187584757805, 0.03757009655237198, -0.0296192429959774, -0.06963710486888885, + 0.04255833104252815, -0.08382504433393478, 0.08346251398324966, 0.03563002496957779, + -0.02259572222828865, -0.07493264228105545, 0.018285037949681282, -0.04386879503726959, + -0.0006686194101348519, 0.03530586510896683, 0.017307110130786896, 0.021794075146317482, + -0.02639947645366192, 0.050926368683576584, -0.053775638341903687, -0.025253288447856903, + -0.05868467688560486, -0.11214867234230042, -0.06688617914915085, 0.018217341974377632, + -0.06653864681720734, 0.040638551115989685, 0.04593030735850334, 0.07120690494775772, + -0.07193910330533981, 0.023738296702504158, 0.07262486219406128, 0.007726891431957483, + 0.029529456049203873, -0.07253029942512512, -0.04767952859401703, 0.05785009637475014, + 0.017146291211247444, -0.018621759489178658, 0.06197541579604149, -0.0456988550722599, + -0.004699859768152237, 0.011400023475289345, -0.06676206737756729, 0.053461141884326935, + 0.028316665440797806, 0.007051089778542519, -0.05457138270139694, -0.008206727914512157, + -0.03883479908108711, 0.10071935504674911, -0.01132285874336958, 0.0708937868475914, + -0.04568839073181152, 0.06280042976140976, -0.007880646735429764, -0.013237403705716133, + 0.040663160383701324, -0.017700549215078354, 0.06688449531793594, 0.06534306704998016, + -0.03505103662610054, 0.004028065130114555, 0.11414577066898346, 0.1339527815580368, + 0.06605743616819382, 0.010708616115152836, 0.057176489382982254, -0.009630430489778519, + 0.02418176643550396, 0.0434868186712265, 0.036097411066293716, -0.04422811418771744, + -0.04319153353571892, -0.0042313807643949986, -0.0022288498003035784, -0.026409072801470757, + 0.13221783936023712, -0.006318619474768639, -0.056399714201688766, 0.02218363620340824, + 0.03796551004052162, -0.029081478714942932 + ], + [ + 0.051787979900836945, -0.013669786043465137, 0.026675641536712646, -0.07173791527748108, + -0.02997351624071598, 0.01862334832549095, 0.06467477232217789, 0.00019484481890685856, + -0.03832189738750458, -0.020934833213686943, 0.0048520066775381565, 0.03939240053296089, + -0.05945698916912079, 0.10536271333694458, -0.0006265083211474121, 0.03253011405467987, + 0.028698952868580818, 0.03676411882042885, 0.04692733287811279, -0.07875685393810272, + -0.00832271110266447, -0.041060756891965866, 0.008581427857279778, -0.0038884496316313744, + 0.003969031851738691, -0.03879043832421303, -0.005057353526353836, -0.018910815939307213, + 0.011926516890525818, -0.07525861263275146, 0.023403726518154144, -0.05345393717288971, + -0.052714716643095016, 0.007360976655036211, -0.03055112436413765, 0.03259493410587311, + 0.00033199458266608417, 0.018058912828564644, -0.04137544706463814, -0.03316349908709526, + 0.059490080922842026, 0.008382324129343033, 0.006977998651564121, 0.01503690890967846, + -0.008125514723360538, 0.0027759536169469357, 0.0077185556292533875, 0.06282259523868561, + 0.008570133708417416, -0.028647921979427338, 0.0346822664141655, 0.015720292925834656, + -0.0602739080786705, -0.005363302305340767, 0.05906824767589569, 0.054469767957925797, + -0.033585306257009506, 0.08804810047149658, -0.004918956197798252, -0.002755034016445279, + 0.08627364784479141, 0.01109436433762312, -0.05037438124418259, 0.07790295034646988, + -0.00671539967879653, 0.01028538215905428, -0.04189986363053322, 0.07903844863176346, + -0.0020322215277701616, -0.014939459040760994, -0.02081487327814102, -0.05512809380888939, + 0.03584279492497444, -0.04948374256491661, 0.031141428276896477, 0.008207031525671482, + 0.06557026505470276, -0.04264164716005325, -0.011464222334325314, 0.08635670691728592, + -0.022659284994006157, -0.03770654648542404, -0.013126352801918983, 0.06820494681596756, + -0.044257402420043945, -0.011038829572498798, 0.018695777282118797, -0.0023210265208035707, + 0.011680983006954193, 0.036629337817430496, -0.08107446134090424, -0.04976511001586914, + -0.046327751129865646, -0.03570430353283882, -0.05991806462407112, 0.020922310650348663, + -0.04236404597759247, 0.013812967576086521, 0.059113021939992905, 0.02490759827196598, + 0.007307996973395348, 0.056509893387556076, 0.029061784967780113, -0.05207551270723343, + -0.035266660153865814, 8.03739603725262e-5, -0.028667666018009186, 0.0322621688246727, + 0.03364308550953865, 0.021496493369340897, -0.012739310041069984, -0.04710108041763306, + 0.0021685343235731125, -0.0388399176299572, 0.04318733885884285, 0.03928300365805626, + -0.020493200048804283, -0.023122234269976616, -0.00804978795349598, -0.03919019177556038, + 0.01641303487122059, 0.014668806456029415, -0.017437973991036415, 0.023315655067563057, + 0.051897838711738586, 0.050678711384534836, -0.0666612759232521, 0.014604179188609123, + -0.03040449693799019, -0.02932235784828663, 0.05079871043562889, 0.025094347074627876, + 0.009602880105376244, -0.008299804292619228, -0.022527629509568214, -0.004163695964962244, + 0.1012021154165268, 0.07509101182222366, -0.042908236384391785, -0.02516634203493595, + -0.028846217319369316, 0.012801476754248142, -0.021785348653793335, -0.05452718585729599, + -0.06764283031225204, 0.04831583797931671, -0.02566085383296013, 0.06521143019199371, + -0.04452487453818321, -0.04264630377292633, -0.0019886221271008253, -0.026026470586657524, + 0.09630526602268219, 0.028248991817235947, 0.020014207810163498, -0.013355046510696411, + 0.040665898472070694, -0.01286702323704958, 0.03722100332379341, -0.043105319142341614, + -0.031177544966340065, 0.045991845428943634, 0.008950076065957546, -0.03022235818207264, + 0.015215451829135418, -0.03096691519021988, -0.004844251088798046, -0.007462211884558201, + 0.01943306252360344, 0.08351786434650421, 0.031445570290088654, 0.049799952656030655, + -0.0423915758728981, 0.025994490832090378, 0.07433666288852692, -0.02976672351360321, + 0.0077978759072721004, -0.002273012651130557, 0.006032920908182859, 0.01115419715642929, + 0.029095597565174103, 0.023306405171751976, -0.02498054876923561, 0.010650675743818283, + 0.0762641653418541, -0.017071818932890892, 0.006514453329145908, -0.024181652814149857, + 0.033724308013916016, 0.05105504021048546, 0.011326182633638382, 0.011700784787535667, + 0.1105334684252739, 0.08437889814376831, 0.018037764355540276, 0.07284542918205261, -0.0210566408932209, + -0.04562991484999657, 0.01659375987946987, -0.09750954061746597, -0.02234788052737713, + -0.07691746205091476, -0.006572892889380455, -0.013028565794229507, -0.034135811030864716, + -0.04578545317053795, -0.04728955775499344, -0.019125202670693398, -0.06758937984704971, + -0.0027382748667150736, 0.016059432178735733, 0.025528691709041595, -0.06047672778367996, + -0.028031207621097565, -0.033998653292655945, -0.025529474020004272, -0.0284199807792902, + -0.05136994644999504, -0.029143663123250008, 0.022330552339553833, -0.0107993483543396, + -0.015358087606728077, -0.04539921134710312, -0.00146439578384161, 0.05394577980041504, + -0.0722256600856781, -0.013046727515757084, -0.002008012728765607, 0.02132474072277546, + 0.007963760755956173, 0.010704638436436653, 0.05534668639302254, 0.01818050816655159, + 0.03889063373208046, -0.07815205305814743, 0.020203841850161552, -0.007119964342564344, + -0.02049688808619976, -0.017601748928427696, 0.06174299865961075, 0.010642527602612972, + 0.08513806760311127, -0.0006631611613556743, -0.01605498418211937, 0.002853342331945896, + 0.019836626946926117, -0.07788155972957611, -0.048177119344472885, 0.02040794864296913, + 0.058323442935943604, -0.044711437076330185, -0.047858186066150665, -0.031905315816402435, + 0.01144405547529459, -0.06218002364039421, -0.01922203041613102, 0.005516722798347473, + -0.015932433307170868, 0.00330724916420877, 0.03601304441690445, 0.0055778189562261105, + 0.002941025886684656, 0.021802542731165886, 0.02065565064549446, 0.044904857873916626, + -0.005346567835658789, 0.06107661873102188, 0.05638900026679039, -0.02888704463839531, + 0.04767313599586487, 0.034952472895383835, -0.004511725157499313, -0.03705554082989693, + 0.03285966441035271, -0.006116286385804415, 0.019072651863098145, -0.009985800832509995, + -0.026455339044332504, 0.027772478759288788, 0.13382896780967712, 0.07093192636966705, + 0.017186732962727547, 0.002148962579667568, -0.04330410435795784, -0.01953587494790554, + -0.04725328087806702, 0.008205375634133816, 0.0073560248129069805, 0.06647507846355438, + 0.0683814212679863, -0.0057984525337815285, 0.014868566766381264, -0.052608672529459, + -0.052930694073438644, 0.039272382855415344, 0.07176230847835541, 0.007020527496933937, + 0.024767447263002396, -0.02120157517492771, -0.053615253418684006, -0.019969981163740158, + -0.07370482385158539, -0.06211470812559128, -0.05805468559265137, 0.013876776210963726, + 0.03108871728181839, 0.011321106925606728, -0.02866513282060623, -0.03992317244410515, + 0.010358377359807491, -0.0008401584345847368, -0.03637535125017166, -0.031897757202386856, + -0.000643123232293874, 0.04850519075989723, 0.020535068586468697, -0.04330695420503616, + -0.016642069444060326, 0.04505437612533569, -0.020717622712254524, -0.050002001225948334, + 0.04106796160340309, -0.01878761500120163, -0.02668466418981552, -0.03354305028915405, + 0.008062521927058697, -0.059933654963970184, 0.054455291479825974, -0.05129434913396835, + 0.04420701414346695, -0.046682942658662796, 0.023603340610861778, -0.03153008595108986, + 0.08328007906675339, 0.0417550764977932, -0.002512840088456869, 0.03615324944257736, + 0.05453497916460037, -0.0317876823246479, 0.010735939256846905, 0.05946362018585205, + 0.03127916157245636, 0.002089384011924267, 0.01596195437014103, -0.07549081742763519, + 0.008178437128663063, -0.027011817321181297, 0.008259423077106476, 0.04428861290216446, + -0.0008723007049411535, -0.006278489250689745, 0.12276428937911987, -0.04662776365876198, + 0.010411204770207405, -0.043871913105249405, -0.044360220432281494, 0.013123937882483006, + -0.03686623275279999, 0.012960107065737247, 0.014997223392128944, 0.016324860975146294, + 0.059718675911426544, 0.0023412839509546757, -0.014044499024748802, -0.037932686507701874, + 0.04166047275066376, 0.06463669240474701, 0.060050979256629944, -0.031813815236091614, + -0.03572536259889603, 0.031955499202013016, 0.06952831894159317, -0.06897416710853577, + 0.03442591428756714, 0.0594523623585701, -0.028768466785550117, 0.07188715785741806, + -0.0032895917538553476, 0.08697729557752609, 0.028471024706959724, -0.017306657508015633, + 0.004477792885154486, 0.008664981462061405, -0.016668984666466713 + ], + [ + 0.09379082918167114, -0.030026808381080627, 0.08378107100725174, 0.06072724983096123, + -0.036477312445640564, -0.032639775425195694, -0.07030440121889114, -0.03315206617116928, + -0.047928158193826675, -0.04314884915947914, -0.00031820760341361165, -0.06636202335357666, + -0.04099093750119209, -0.012770562432706356, 0.0519912950694561, -0.0015840064734220505, + -0.02359968237578869, 0.019690049812197685, 0.007777884602546692, 0.05732350051403046, + -0.017759885638952255, 0.0024589879903942347, 0.04155031219124794, 0.03454669937491417, + -0.0006549970130436122, -0.01994037628173828, -0.034398019313812256, -0.023164594545960426, + -0.02564609795808792, -0.011331716552376747, -0.021725015714764595, 0.025785472244024277, + 0.020844213664531708, 0.050699274986982346, 0.08708244562149048, -0.04951125755906105, + -0.013525052927434444, 0.06277874857187271, -0.012933197431266308, 0.08210477232933044, + -0.02932947687804699, -0.06787131726741791, 0.030789069831371307, 0.013141862116754055, + 0.008643745444715023, -0.033071812242269516, -0.023455962538719177, 0.011819443665444851, + 0.09582668542861938, -0.0649643987417221, -0.00894548837095499, 0.03976873680949211, + -0.06826309114694595, -0.043705396354198456, 0.07079722732305527, -0.047601040452718735, + 0.015470161102712154, 0.080125592648983, -0.018971793353557587, -0.0338563397526741, + 0.035749513655900955, -0.01966007426381111, -0.07092257589101791, -0.052873823791742325, + 0.019376035779714584, 0.052704039961099625, -0.05136804282665253, 0.07334689795970917, + 0.00984901376068592, 0.03417360782623291, 0.03427787125110626, -0.08086880296468735, + -0.0038437535986304283, 0.015420853160321712, 0.0893053412437439, 0.013767057098448277, + 0.14429202675819397, 0.03825175389647484, 0.06936627626419067, 0.0625787079334259, 0.05294651910662651, + -0.008614717051386833, 0.008864952251315117, -0.05343414098024368, 0.05576283112168312, + -0.012544114142656326, -0.058255672454833984, 0.02201770432293415, 1.086961947294185e-5, + 0.0776650682091713, -0.016178520396351814, -0.010988805443048477, -0.044074635952711105, + -0.07477495074272156, -0.06863784044981003, 0.06427199393510818, 0.013376371935009956, + 0.039478469640016556, -0.006462360266596079, 0.015262979082763195, -0.019303997978568077, + -0.022836964577436447, -0.014396336860954762, -0.05204758048057556, -0.03384743630886078, + -0.06183759123086929, 0.061959557235240936, -0.007380046881735325, 0.046930354088544846, + -0.002896185964345932, 0.03294593468308449, -0.03458557277917862, 0.04092400148510933, + -0.04822629317641258, -0.07124388962984085, -0.010816117748618126, -0.0349106527864933, + -0.07846324890851974, 0.08347159624099731, 0.05981466919183731, -0.030100388452410698, + -0.03942552208900452, 0.023516185581684113, -0.10016098618507385, -0.032651424407958984, + 0.07859902083873749, -0.07515231519937515, -0.00802597776055336, 0.0344146266579628, + 0.023504480719566345, -0.07561753690242767, -0.07207777351140976, 0.03284946456551552, + -0.02881566248834133, 0.009074580855667591, -0.07384542375802994, 0.0801505595445633, + 0.01199229434132576, 0.002510404447093606, 0.0513831190764904, -0.04989311844110489, + 0.03358004614710808, 0.008207759819924831, -0.050033170729875565, -0.03371582552790642, + 0.008244345895946026, -0.11691487580537796, -0.0042517054826021194, -0.040325943380594254, + -0.05707702785730362, 0.049688275903463364, -0.06567323952913284, 0.01360422931611538, + 0.033016983419656754, 0.09733089804649353, -0.03085743635892868, -0.04527883976697922, + -0.019759677350521088, -0.0018422153079882264, -0.04263783618807793, -0.07485292851924896, + 0.043481167405843735, -0.03854258358478546, -0.022930970415472984, 0.04157388582825661, + -0.01612364500761032, 0.010270257480442524, 0.03392098471522331, 0.017742464318871498, + 0.10736508667469025, 0.1021067351102829, 0.11259676516056061, -0.015934651717543602, + 0.05177859589457512, 0.11733895540237427, 0.02188165858387947, 0.0348815880715847, + -0.059533096849918365, -0.05056030675768852, -0.0657680332660675, -0.03409496322274208, + -0.014695102348923683, 0.03676192834973335, 0.022247128188610077, 0.073948435485363, + -0.046443406492471695, 0.03873954340815544, -0.027158815413713455, -0.0060502588748931885, + -0.016782183200120926, -0.010158930905163288, -0.01723533123731613, 0.05792614072561264, + 0.05405376851558685, -0.04541027173399925, -0.041803617030382156, 0.01745588704943657, + -0.03260710835456848, 0.01707630418241024, -0.0045967912301421165, 0.04086875170469284, + -0.019427506253123283, -0.025428809225559235, -0.03005898743867874, -0.03395286947488785, + -0.02160186693072319, -0.03493039682507515, 0.01961112767457962, -0.05450713634490967, + 0.02563256397843361, 0.03483138978481293, 0.02880348265171051, -0.050291579216718674, + 0.06017972156405449, -0.046680085361003876, 0.06433761864900589, -0.030439671128988266, + 0.01994936354458332, -0.08512922376394272, 0.06612502783536911, 0.030574534088373184, + -0.002831362886354327, 0.03337838128209114, 0.02718816138803959, 0.022532325237989426, + -0.0332743376493454, 0.030677156522870064, 0.06189613789319992, 0.0894164964556694, 0.03919028118252754, + -0.044448044151067734, 0.018835246562957764, 0.02747708559036255, -0.08333656191825867, + -0.008677481673657894, -0.03575894609093666, 0.03807656466960907, 0.10915221273899078, + -0.029071815311908722, -0.03916428983211517, -0.05713699758052826, 0.040554411709308624, + -0.07230658829212189, 0.013347240164875984, -0.048478271812200546, 0.029457004740834236, + -0.008346281945705414, -0.023906704038381577, -0.037344302982091904, 0.0011585598113015294, + -0.0403948538005352, -0.03611953184008598, -0.04995538294315338, -0.059751808643341064, + -0.038868498057127, 0.04311231151223183, -0.04264521971344948, 0.026212671771645546, + 0.03146590664982796, 0.011468783020973206, -0.12399471551179886, -0.02483222633600235, + 0.011061386205255985, 0.026160497218370438, -0.02413441613316536, -0.04595816880464554, + 0.07233887165784836, -0.030039291828870773, 0.04357901215553284, 0.02138795517385006, + -0.0032863072119653225, -0.07923286408185959, -0.07173871994018555, -0.03050203062593937, + -0.04658357426524162, -0.015507685951888561, -0.0949869230389595, 0.11388944089412689, + 0.01918736658990383, 0.003797278506681323, 0.001531907357275486, 0.02147780917584896, + -0.11305411159992218, 0.004265868104994297, 0.034392114728689194, 0.001479454687796533, + 0.06239951029419899, 0.04477299004793167, 0.06677848100662231, -0.0002489037287887186, + 0.0701882541179657, -0.009512259624898434, -0.06167299672961235, 0.03920592740178108, + 0.012848925776779652, 0.13740107417106628, 0.030481509864330292, -0.028903929516673088, + -0.11228525638580322, -0.050361551344394684, -0.07718084007501602, -0.052050091326236725, + 0.06983312219381332, 0.019497830420732498, -0.11990812420845032, -0.004962194710969925, + 0.03855287283658981, 0.05659916251897812, -0.0902278870344162, 0.006555385421961546, + -0.0019179603550583124, 0.016491908580064774, -0.10643284767866135, -0.013964631594717503, + 0.007858754135668278, 0.058462873101234436, -0.04770388454198837, -0.06641403585672379, + -0.03899342194199562, 0.03235015273094177, -0.037735484540462494, -0.01617542654275894, + -0.043382011353969574, -0.0004519536450970918, 0.07395446300506592, 0.05894356220960617, + 0.07481539249420166, 0.04496397450566292, 0.003778425743803382, -0.0070511288940906525, + -0.017936479300260544, -0.032087113708257675, -0.07870462536811829, 0.028845828026533127, + 0.017885642126202583, -0.12448150664567947, -0.0010846842778846622, 0.1383829563856125, + -0.07233133167028427, -0.029333313927054405, -0.07030525803565979, -0.022550245746970177, + -0.010388970375061035, 0.022260356694459915, 0.07450012117624283, -0.0633956715464592, + -0.05565788596868515, 0.04103376716375351, 0.03686896711587906, 0.004549984820187092, + -0.013377206400036812, -0.013865041546523571, -0.056989848613739014, -0.03359665721654892, + 0.02393563650548458, 0.058159518986940384, -0.0010527807753533125, 0.029322773218154907, + 0.007832983508706093, 0.044875238090753555, -0.04107455164194107, 0.01762714423239231, + -0.040968157351017, -0.010052137076854706, -0.0670548528432846, -0.05524388328194618, + -0.017537707462906837, 0.15142212808132172, -0.07078187167644501, -0.005436146166175604, + 0.13239678740501404, -0.01531312894076109, -0.060364287346601486, 0.0724392905831337, + -0.04636938497424126, -0.01810816302895546, -0.0378933884203434, -0.00047356440336443484, + -0.002040321007370949, -0.012913959100842476, -0.004884033463895321, 0.002408473752439022, + 0.05806755647063255, -0.04353839159011841 + ], + [ + -0.017078520730137825, 0.009108775295317173, -0.040722206234931946, -0.03240921348333359, + 0.026022136211395264, -0.012925510294735432, 0.05042305961251259, -0.02735007554292679, + 0.020348645746707916, 0.04730050265789032, -0.020101889967918396, -0.04259873181581497, + 0.050009533762931824, -0.09092579782009125, 0.002028711372986436, 0.010946347378194332, + -0.03634799271821976, 0.033735256642103195, -0.03895974159240723, -0.024030908942222595, + -0.04711870104074478, -0.05675938352942467, 0.0051133958622813225, -0.0233682319521904, + -0.05238638445734978, -0.008865547366440296, 0.029172703623771667, 0.008709998801350594, + 0.003975395113229752, -0.028338709846138954, 0.06490530073642731, 0.015265843831002712, + 0.09737638384103775, 0.031423505395650864, 0.0020605220925062895, -0.05162292346358299, + -0.05297570675611496, 0.05973145738244057, -0.04106752946972847, -0.023679878562688828, + 0.011553204618394375, -0.0314582884311676, 0.04292408004403114, 0.03604063391685486, + 0.019100874662399292, 0.020128048956394196, -0.09760148823261261, -0.03695699945092201, + -0.01336261723190546, 0.018758488819003105, -0.09263923019170761, -0.025145234540104866, + 0.0038685225881636143, 0.08450736105442047, -0.06289858371019363, 0.010111585259437561, + 0.014253397472202778, -0.03963523730635643, 0.012388343922793865, 0.03664514794945717, + -0.01449652761220932, 0.0278684850782156, -0.009951705113053322, 0.007841036655008793, + -0.005234047770500183, -0.0037661537062376738, -0.015590567141771317, -0.01203087531030178, + 0.03365572169423103, 0.010802183300256729, -0.0495348796248436, -0.03465043380856514, + -0.005626932717859745, 0.1010328084230423, -0.09923683851957321, -0.06485515087842941, + -0.08877016603946686, -0.031676217913627625, 0.006296483334153891, -0.09168713539838791, + -0.013253634795546532, -0.059356410056352615, -0.02239302359521389, 0.015770675614476204, + 0.020665159448981285, -0.029352212324738503, -0.035536427050828934, 0.014361487701535225, + 0.01113151852041483, -0.0605049729347229, 0.025660071521997452, 0.036664124578237534, + 0.028336305171251297, -0.030923036858439445, 0.0021838252432644367, -0.00857420451939106, + 0.03857254609465599, 0.0038437936455011368, -0.050075482577085495, 0.09480196237564087, + -0.06889277696609497, 0.0018277339404448867, 0.04899786040186882, -0.017141126096248627, + -0.019498245790600777, -0.014574741013348103, -0.020654361695051193, -0.0058999573811888695, + -0.03244674205780029, -0.04141907021403313, -0.08978066593408585, 0.05113008990883827, + -0.06422769278287888, 0.025166267529129982, 0.014711303636431694, -0.004501293879002333, + 0.13118478655815125, 0.039010435342788696, 0.003478802740573883, 0.027074851095676422, + 0.03066740743815899, 0.021063458174467087, -0.027185512706637383, 0.008631794713437557, + 0.05093245580792427, -0.009317842312157154, 0.05475328490138054, 0.016987377777695656, + 0.012594766914844513, 0.01368153840303421, -0.00039242079947143793, 0.0075089456513524055, + -0.06224856525659561, -0.006941614206880331, -0.10243120044469833, 0.035185616463422775, + -0.09346374869346619, -0.03121139109134674, 0.05538656562566757, -0.07673917710781097, + -0.010220812633633614, 0.044895436614751816, 0.017419271171092987, 0.029589567333459854, + 0.05157187208533287, 0.028386691585183144, 0.05970614776015282, -0.06698528677225113, + 0.06107046455144882, 0.006407004315406084, -0.08788585662841797, -0.05425538495182991, + -0.029088085517287254, -0.019184660166502, -0.017971616238355637, 0.0737299993634224, + -0.0009698576759546995, -0.004653210751712322, -0.023420890793204308, 0.029786257073283195, + 0.045292049646377563, 0.022986799478530884, -0.007097914349287748, 0.0015224770177155733, + -0.02262766845524311, 0.020912067964673042, -0.052565015852451324, -0.03172335773706436, + -0.02566717378795147, -0.006155152339488268, -0.03362052142620087, 0.02374722994863987, + 0.026723358780145645, 0.04056607931852341, 0.03987785056233406, 0.007562458515167236, + -0.054472342133522034, -0.01354506891220808, 0.019009793177247047, 0.025149624794721603, + -0.0027198800817131996, -0.06088549643754959, -0.06441447883844376, -0.07785604894161224, + -0.05137385055422783, -0.010736547410488129, -0.06365422904491425, 0.025357844308018684, + -0.007129062432795763, 9.447352931601927e-5, 0.03146427869796753, -0.014806447550654411, + -0.09333882480859756, -0.08530396223068237, 0.03030543215572834, -0.026108266785740852, + 0.06714323908090591, 0.05873657017946243, -0.08425255119800568, 0.01129880640655756, + 0.06169535592198372, 0.04182465001940727, -0.033251188695430756, 0.005700885783880949, + 0.09979460388422012, 0.020718218758702278, -0.012919425033032894, 0.02606138586997986, + 0.042136047035455704, -0.0505974218249321, -0.049735888838768005, 0.010629571042954922, + 0.0431315153837204, 0.02877664379775524, 0.007478822488337755, -0.032494086772203445, + 0.02501845173537731, 0.06982214748859406, -0.0012054783292114735, 0.03298049792647362, + 0.04919164255261421, -0.06412852555513382, 0.01094135269522667, 0.0052371276542544365, + 0.0007761744200251997, 0.05546668544411659, -0.0014337962493300438, -0.0318213552236557, + 0.017751134932041168, 0.058677997440099716, 0.03495030850172043, -0.0016282813157886267, + 0.027849243953824043, -0.033387668430805206, 0.04316065087914467, -0.051193177700042725, + 0.10383663326501846, -0.041389886289834976, 0.02634168229997158, -0.03160152956843376, + 0.02022387459874153, 0.00034957611933350563, -0.06732441484928131, 0.07246392220258713, + -0.04816456139087677, 0.07201649248600006, -0.05035718157887459, 0.09408076852560043, + 0.03192492946982384, -0.042609911412000656, -0.03476819768548012, 0.002490587532520294, + -0.02014683187007904, -0.050051670521497726, 0.025395171716809273, 0.06523185223340988, + -0.025162382051348686, 0.011527712456882, -0.0473177395761013, -0.044258665293455124, + 0.009874312207102776, -0.0012009801575914025, -0.023786403238773346, -0.010368005372583866, + 0.02739647962152958, -0.013229270465672016, -0.012854942120611668, -0.07777649909257889, + 0.04422047361731529, -0.041640907526016235, 0.02521013841032982, -0.05246575176715851, + 0.04767127335071564, -0.0778019055724144, 0.01891850307583809, -0.026441391557455063, + 0.015281441621482372, 0.07069210708141327, -0.005103420000523329, -0.09640385210514069, + -0.02494223043322563, -0.011642495170235634, 0.01671764627099037, 0.050483740866184235, + -0.05040993168950081, 0.01690990850329399, -0.016122428700327873, -0.005599147640168667, + -0.036722734570503235, -0.08873365819454193, -0.015406962484121323, -0.04878725856542587, + 0.02152114175260067, -0.04343906790018082, -0.029550472274422646, -0.029378658160567284, + 0.009745681658387184, -0.009020447731018066, 0.045772917568683624, 0.019946206361055374, + -0.015436213463544846, 0.04692397266626358, 0.007965750992298126, 0.00588837219402194, + -0.0013844117056578398, -0.03523021191358566, -0.01811114512383938, 0.07833457738161087, + 0.021736199036240578, -0.0614471361041069, 0.013636603020131588, 0.06476178765296936, + 0.016967495903372765, 0.013654288835823536, -0.018368002027273178, 0.01732340082526207, + 0.03245444595813751, 0.0346209853887558, -0.03137269988656044, -0.00403594272211194, + 0.04349726438522339, -0.010412897914648056, 0.09338437765836716, 0.060381557792425156, + -0.024225296452641487, 0.009637105278670788, -0.00011152930528623983, -0.056701768189668655, + 0.018876558169722557, 0.028419330716133118, 0.006021114531904459, 0.0440194196999073, + 0.06363653391599655, -0.013353176414966583, 0.07183177769184113, 0.0709848627448082, + -0.009068707004189491, -0.02101336047053337, -0.016218537464737892, 0.028967032209038734, + -0.0002426916325930506, -0.011046386323869228, 0.022492384538054466, 0.02867306023836136, + -0.017761489376425743, 0.06324256956577301, -0.06096209958195686, -0.043708883225917816, + -0.09105727076530457, -0.010304790921509266, -0.023114392533898354, -0.03424633666872978, + -0.07028744369745255, -0.034096065908670425, -0.014843417331576347, 0.011149897240102291, + -0.042101599276065826, 0.036681145429611206, -0.013943679630756378, 0.011461875401437283, + 0.0015079084550961852, 0.01795445755124092, -0.013219772838056087, -0.006135951261967421, + -0.002080651232972741, -0.06415128707885742, -0.025514012202620506, -0.06870883703231812, + 0.03103451617062092, 0.022164609283208847, -0.059034839272499084, -0.06853506714105606, + 0.030688457190990448, -0.006389569025486708, 0.0004389903915580362, -0.045502398163080215, + -0.02669139765202999, -0.025067515671253204, -0.08576813340187073, 0.02259708195924759, + 0.058003902435302734, -0.015052536502480507, 0.009400920942425728, 0.01455265749245882 + ], + [ + -0.06949381530284882, -0.03477375954389572, 0.021943621337413788, 0.05430322512984276, + 0.025120677426457405, -0.015600207261741161, -0.010986687615513802, 0.010658886283636093, + 0.005137218162417412, 0.007224340923130512, -0.0017490831669420004, -0.006556320004165173, + 0.078242726624012, -0.06603610515594482, 0.02615879476070404, 0.02047807350754738, 0.019505290314555168, + -0.004239046946167946, -0.07766876369714737, 0.04216499999165535, -0.06908402591943741, + -0.01116594672203064, -0.02247779257595539, 0.01611916720867157, -0.049616605043411255, + 0.0639057606458664, 0.023152654990553856, 0.05181901529431343, -0.05720336735248566, + 0.010378298349678516, 0.051908690482378006, -0.016700243577361107, -0.029070420190691948, + -0.008012529462575912, 0.03240615874528885, -0.06302324682474136, 0.014280910603702068, + 0.08174227178096771, 0.0173198115080595, 0.03434499353170395, -0.02469264343380928, + 0.026539698243141174, 0.030600840225815773, -0.016665346920490265, 0.02160477265715599, + -0.02124178223311901, -0.0514579713344574, -0.041887279599905014, 0.006127727683633566, + -0.02792305499315262, -0.025130920112133026, 0.051504287868738174, 0.03821678087115288, + -0.0022316293325275183, 0.02491612359881401, -0.003627179190516472, -0.016364216804504395, + 0.004975661635398865, -0.02696453593671322, 0.04019143804907799, -0.04371953755617142, + 0.03927211835980415, 0.03960902616381645, -0.025320202112197876, -0.039672330021858215, + 0.012030858546495438, 0.011793714016675949, -0.04226787015795708, -0.023480122908949852, + 0.10693980008363724, -0.011006013490259647, -0.01854419708251953, -0.0866590067744255, + 0.0321902334690094, -0.08548349887132645, 0.02805730327963829, -0.012684605084359646, + -0.026906849816441536, -0.005194379016757011, -0.002776487497612834, -0.043710336089134216, + 0.03905799612402916, 0.016291361302137375, -0.02877345122396946, 0.002374995034188032, + -0.045964475721120834, -0.05391143634915352, -0.008684935979545116, -0.008358270861208439, + 0.03767155855894089, 0.06709258258342743, 0.025519322603940964, 0.04566282033920288, + -0.0405464768409729, 0.0015266668051481247, -0.03366784006357193, 0.06699847429990768, + 0.010754995048046112, -0.04182244837284088, -0.015242122113704681, 0.03754056990146637, + -0.036858927458524704, 0.04231446236371994, -0.04679141566157341, 0.003997834865003824, + -0.00033295934554189444, -0.054786428809165955, 0.033416494727134705, 0.01798863708972931, + 0.051619287580251694, -0.040388546884059906, 0.032507382333278656, -0.08019571751356125, + -0.0380249097943306, -0.02375142090022564, -0.045083291828632355, 0.02096598409116268, + 0.0009658483904786408, -0.08574938774108887, 0.045374795794487, -0.03862882778048515, + 0.09672647714614868, -0.06084573641419411, -0.012889290228486061, -0.006464457139372826, + -0.06673785299062729, 0.04134439304471016, -0.021082302555441856, -0.057417307049036026, + -0.03840973600745201, 0.005466815084218979, -0.02624422125518322, -0.07908468693494797, + 0.0772944837808609, -0.07436554878950119, 0.07310576736927032, -0.03221786767244339, + -0.02031255140900612, 0.03705114498734474, -0.0225247610360384, 0.05316277965903282, + 0.027762798592448235, 0.04038779437541962, -0.0354498028755188, 0.06926137953996658, + -0.04864868149161339, -0.01816960982978344, -0.08746496587991714, 0.09319226443767548, + 0.009227394126355648, -0.024919891729950905, -0.04443029314279556, -0.0801311656832695, + 0.019027596339583397, -0.08299771696329117, 0.020930515602231026, -0.05271820351481438, + -0.01605849526822567, -0.05549866706132889, -0.018572958186268806, -0.03263910859823227, + 0.014595028012990952, 0.023509431630373, 0.0398833341896534, -0.08013443648815155, 0.007911017164587975, + -0.11719156056642532, 0.02102012373507023, -0.04247934743762016, -0.03267383202910423, + 0.00023685762425884604, 0.008011705242097378, 0.04422415792942047, -0.028906166553497314, + -0.06617031246423721, 0.013257574290037155, -0.0002518052060622722, 0.05167683586478233, + 0.05492642521858215, 0.003327910555526614, -0.008736103773117065, -0.04881669580936432, + -0.06114817038178444, 0.00855366513133049, -0.03853713721036911, -0.05096520110964775, + -0.016471393406391144, 0.09880593419075012, 0.022518249228596687, 0.020077034831047058, + -0.08252526819705963, -0.0223674438893795, -0.10759681463241577, -0.012089710682630539, + -0.0158417709171772, -0.017306478694081306, 0.0622137114405632, 0.07278259098529816, + -0.01397937722504139, 0.05265643447637558, -0.001025022123940289, 0.0925808846950531, + -0.062230732291936874, 0.06574495136737823, 0.03775833174586296, 0.06982826441526413, + 0.06651083379983902, -0.009220904670655727, 0.06603189557790756, -0.06938432902097702, + 0.023610694333910942, -0.008702329359948635, 0.011125043965876102, -0.022386780008673668, + -0.013199891895055771, -0.011629723012447357, -0.017183495685458183, 0.08196299523115158, + 0.03270618990063667, -0.04019499197602272, 0.07115331292152405, 0.0274778064340353, 0.03404052183032036, + -0.01546206884086132, 0.004136907868087292, 0.014246474020183086, -0.05844127759337425, + -0.04179858788847923, -0.03564734756946564, 0.048588648438453674, 0.05110827833414078, + -0.04259800538420677, 0.08042596280574799, 0.03745240718126297, 0.046717319637537, + -0.042327456176280975, 0.01818692684173584, -0.046876210719347, 0.06697961688041687, + -0.05076014623045921, -0.004894137382507324, 0.028989151120185852, -0.07559173554182053, + 0.05946857109665871, -0.044473517686128616, 0.03542451187968254, -0.019963206723332405, + 0.017319930717349052, 0.05983221158385277, 0.0226142555475235, 0.01632743328809738, 0.02169089764356613, + 0.03441117703914642, -0.03806677833199501, -0.022962819784879684, 0.05980711057782173, + 0.08932463824748993, -0.020895203575491905, 0.027385536581277847, -0.06686022132635117, + -0.036006178706884384, -0.043074481189250946, 0.003820970421656966, -0.008581372909247875, + 0.04224812984466553, 0.05997025594115257, -0.006399913690984249, -0.048063404858112335, + -0.006765325088053942, -0.041960615664720535, -0.01697993092238903, -0.039548054337501526, + 0.06023786962032318, -0.04766452684998512, 0.03889687731862068, -0.027429895475506783, + 0.013847838155925274, 0.019996844232082367, 0.057305388152599335, -0.11343932151794434, + -0.09439444541931152, -0.03922373428940773, -0.008020673878490925, 0.03489820659160614, + -0.026145679876208305, 0.09016742557287216, -0.028223587200045586, -0.021766096353530884, + -0.01097502838820219, -0.026663295924663544, -0.012700741179287434, -0.052622564136981964, + -0.0029122035484761, 0.021646374836564064, -0.02638515643775463, -0.0010025009978562593, + 0.040271591395139694, -0.024405665695667267, 0.11827423423528671, -0.02762514352798462, + 0.01675882376730442, 0.010250608436763287, 0.06491895020008087, 0.05011584609746933, + -0.015434221364557743, -0.02605329267680645, -0.054844293743371964, 0.0546143539249897, + 0.029298802837729454, -0.09227348119020462, 0.007431937847286463, 0.0790712982416153, + 0.03513985127210617, 0.03666992485523224, 0.06572370231151581, 0.020459089428186417, + 0.029254982247948647, 0.09274010360240936, -0.003249217988923192, -0.037031859159469604, + -0.03518020361661911, -0.015107368119060993, 0.059970978647470474, 0.11680613458156586, + 0.03415698558092117, -0.046937137842178345, 0.035791121423244476, -0.10035049170255661, + -0.023848969489336014, -0.07516533136367798, 0.12261401116847992, 0.05377993732690811, + 0.029467666521668434, -0.08410490304231644, -0.028600215911865234, 0.014377192594110966, + -0.02857789769768715, -0.09382176399230957, 0.05215175449848175, -0.0575166679918766, + -0.03231056034564972, -0.027539335191249847, -0.0064206598326563835, 0.023567821830511093, + 0.02532198280096054, -0.0037042517215013504, -0.008242188952863216, 0.035703741014003754, + 0.021623767912387848, 0.06537102907896042, -0.033187393099069595, -0.02704116702079773, + -0.011147488839924335, 0.01744271256029606, -0.027257120236754417, 0.006915089208632708, + -0.07406539469957352, -0.025031130760908127, 0.0103453965857625, 0.013935890048742294, + -0.03893454000353813, -0.013785593211650848, 0.05442626401782036, 0.010489552281796932, + 0.03218036890029907, -0.06007912755012512, -0.0186280719935894, -0.06483323127031326, + -0.0017410137224942446, -0.006543435622006655, 0.020380329340696335, -0.0505315326154232, + -0.0007806885405443609, 0.04260827973484993, -0.017897743731737137, 0.005963906180113554, + -0.08394411951303482, -0.02624928019940853, -0.07741378247737885, -0.08174711465835571, + -0.010780876502394676, -0.01947968266904354, -0.08251949399709702, -0.037419117987155914 + ], + [ + -0.043819937855005264, -0.039340559393167496, -0.0033500702120363712, -0.022208044305443764, + -0.008877499960362911, -0.032741934061050415, 0.055085085332393646, -0.0762910544872284, + 0.0702112689614296, -0.016656333580613136, 0.0058544171042740345, 0.014569805935025215, + -0.05267305672168732, 0.13188432157039642, 0.04933873936533928, 0.05565241351723671, + -0.05030372366309166, -0.08124646544456482, 0.08971165120601654, -0.009126673452556133, + 0.07207352668046951, 0.03977305069565773, -0.005265160463750362, -0.05180300772190094, + 0.036873914301395416, 0.006552999373525381, -0.0034076315350830555, 0.1137470081448555, + 0.03912432864308357, 0.044109005481004715, 0.018113918602466583, -0.042334284633398056, + 0.06506375968456268, 0.06829214096069336, 0.022673355415463448, -0.0038319798186421394, + 0.06868885457515717, -0.046416040509939194, 0.037898581475019455, 0.002565869363024831, + 0.04723148047924042, 0.0009559554164297879, 0.045039162039756775, 0.06263034790754318, + -0.0011343341320753098, 0.01391693390905857, 0.040338508784770966, 0.047688234597444534, + 0.00477857980877161, 0.03939861059188843, -0.002392807276919484, -0.05100878328084946, + -0.021005112677812576, -0.04888296127319336, -0.037781551480293274, 0.07541373372077942, + 0.03078925795853138, 0.01949373632669449, 0.00885511003434658, -0.0035030816216021776, + 0.026890814304351807, -0.07137233763933182, 0.015988707542419434, 0.04362732544541359, + 0.029203124344348907, -0.0243384912610054, -0.08589300513267517, -0.010488523170351982, + 0.020443707704544067, -0.09471887350082397, -0.03707605227828026, -0.05898428335785866, + 0.12145181000232697, -0.046444907784461975, -0.002267254050821066, -0.009990156628191471, + 0.06867343932390213, 0.03591564670205116, -0.04889381304383278, -0.02767436020076275, + -0.059639107435941696, -0.08448304235935211, 0.0041778068989515305, 0.08929011970758438, + -0.010213926434516907, -0.015333440154790878, 0.060753341764211655, -0.016904929652810097, + -0.11315697431564331, -0.05178830400109291, 0.003345963079482317, -0.008641272783279419, + -0.04566526412963867, 0.04315198212862015, -0.09599393606185913, -0.023870034143328667, + -0.08954717963933945, 0.0007230306509882212, 0.04356405884027481, 0.04260111227631569, + 0.09942079335451126, 0.006194243207573891, 0.015560721047222614, -0.03926955536007881, + -0.015300087630748749, 0.004842507652938366, -0.0031120083294808865, 0.0989985391497612, + 0.02384793758392334, 0.010571721009910107, -0.005721200257539749, -0.043422628194093704, + 0.062449824064970016, 0.0049337404780089855, 0.0135454460978508, 0.03931785002350807, + 0.013731315732002258, 0.03130507096648216, -0.02610270120203495, 0.04167591780424118, + -0.0029896486084908247, -0.0026320805773139, -0.028354167938232422, 0.0004784195334650576, + -0.026293158531188965, -0.04325428605079651, -0.013888901099562645, 0.02074524760246277, + -0.0003863964811898768, 0.003691544057801366, 0.006500715855509043, 0.014330332167446613, + -0.002511854749172926, -0.03634871542453766, -0.029420126229524612, -0.06873943656682968, + -0.044258005917072296, 0.025066686794161797, 0.005283691920340061, 0.040103375911712646, + 0.016427192836999893, -0.07130361348390579, -0.03548073023557663, 0.04824897646903992, + -0.023100920021533966, -0.018623124808073044, -0.08507927507162094, -0.01238608080893755, + -0.08214627206325531, 0.0009635270689614117, -0.03643394634127617, -0.01787089742720127, + 0.042819514870643616, 0.023774532601237297, 0.05465562641620636, -0.08372848480939865, + -0.03314515948295593, -0.00018290695152245462, -0.04744682088494301, -0.023915035650134087, + -0.008606942370533943, -0.01377673726528883, 0.06396594643592834, -0.06231897696852684, + 0.05817646160721779, 0.01702485792338848, 0.059686847031116486, 0.0027535478584468365, + 0.013864063657820225, 0.06629530340433121, -0.0659339427947998, -0.025164980441331863, + -0.019207417964935303, -0.03350307419896126, -0.012868738733232021, 0.04520958289504051, + 0.010476911440491676, -0.022720374166965485, -0.0786936953663826, -0.026907389983534813, + 0.05197248235344887, 0.024166790768504143, 0.10794209688901901, 0.09646949917078018, + 0.08565589785575867, -0.011972427368164062, 0.0987866222858429, -0.05030806362628937, + 0.0005318090552464128, 0.10726908594369888, 0.020062047988176346, 0.04462705925107002, + 0.025795478373765945, 0.06407675892114639, -0.0669037252664566, 0.08658990263938904, + -0.04798296093940735, 0.002459567738696933, 0.10878738760948181, -0.05299050733447075, + 0.036988940089941025, -0.018011724576354027, -0.013321369886398315, -0.010209046304225922, + -0.06223655119538307, -0.041872963309288025, -0.06574347615242004, 0.02903170883655548, + 0.017201784998178482, -0.018689943477511406, 0.04632619768381119, 0.007518714759498835, + -0.08551433682441711, -0.04732787609100342, 0.0014427673304453492, -0.056772634387016296, + -0.10626301914453506, -0.016872592270374298, 0.03304516524076462, 0.09025952219963074, + -0.056514814496040344, -0.05006437748670578, -0.015276924706995487, 0.03477626293897629, + -0.025710759684443474, -0.04019264876842499, 0.026328792795538902, 0.026080576702952385, + -0.007774803787469864, -0.022382980212569237, 0.03239557519555092, 0.04242558777332306, + 0.029855996370315552, 0.04904681816697121, -0.06802283227443695, 0.016904115676879883, + -0.06120767816901207, 0.01796305738389492, -0.01271723210811615, 0.06282037496566772, + -0.0090330820530653, 0.0019511387217789888, 0.05846332386136055, 0.06647732853889465, + -0.0407169945538044, -0.02513401210308075, -0.04703538119792938, -0.0017451525200158358, + 0.04978211596608162, 0.032438717782497406, -0.015309389680624008, -0.08417324721813202, + -0.07802024483680725, -0.02470288798213005, -0.013318250887095928, -0.027027800679206848, + -0.06289933621883392, -0.016463281586766243, -0.05437742918729782, 0.0520600862801075, + -0.0004492220759857446, -0.041122376918792725, 0.06336948275566101, 0.021782023832201958, + 0.030628368258476257, -0.06265219300985336, 0.07736190408468246, 0.03943459689617157, + -0.056722067296504974, -0.027550147846341133, 0.07413339614868164, 0.08587709069252014, + -0.060134585946798325, -0.008693486452102661, -0.006492314860224724, 0.01850919798016548, + 0.01418978814035654, 0.017519410699605942, 0.005021434742957354, 0.08788961172103882, + 0.04679520055651665, 0.03391997143626213, -0.08192940801382065, -0.10440852493047714, + 0.028623688966035843, 0.04807351529598236, 0.05229794979095459, -0.019875643774867058, + -0.00452184583991766, 0.06425349414348602, 0.002024919493123889, 0.04615199565887451, + -0.06794996559619904, -0.0007437487947754562, 0.010306239128112793, -0.0011275698198005557, + -0.028146522119641304, -0.0940236821770668, -0.04403576999902725, 0.11195582151412964, + 0.018856031820178032, 0.007311676163226366, -0.06252755224704742, -0.08041614294052124, + -0.025042090564966202, -0.027599768713116646, -0.05289216712117195, 0.0478217676281929, + -0.021964989602565765, -0.024511270225048065, 0.01273251324892044, -0.10703084617853165, + 0.014127724803984165, -0.01999310404062271, -0.0030800628010183573, 0.04464898630976677, + 0.030519187450408936, 0.01644792966544628, -0.012074541300535202, -0.0025839614681899548, + 0.00938352569937706, -0.03421761468052864, -0.09299420565366745, -0.1151929497718811, + 0.04082949087023735, 0.06781370937824249, 0.07788500189781189, -0.0028903582133352757, + -0.011611614376306534, 0.0664074569940567, -0.02737252786755562, 0.0051591843366622925, + 0.003479500999674201, 0.054595813155174255, -0.10680980235338211, -0.052149705588817596, + 0.0406341478228569, 0.017564211040735245, -0.03957619145512581, -0.04259849339723587, + 0.014300864189863205, -0.058364056050777435, 0.003429424948990345, 0.08003658801317215, + 0.018163878470659256, -0.004664656240493059, -0.025272231549024582, -0.018296251073479652, + 0.04448225721716881, 0.036181751638650894, 0.0677671730518341, 0.09759838134050369, + -0.06143266707658768, -0.02935982681810856, 0.08533260971307755, -0.0401318296790123, + -0.03831501305103302, 0.00029066181741654873, 0.04296734184026718, -0.05187543109059334, + -0.04886294901371002, 0.01496901549398899, -0.03710825741291046, 0.052074093371629715, + 0.06058046221733093, 0.07350984960794449, 0.08598305284976959, -0.012290364131331444, + -0.006996617186814547, -0.002223437651991844, -0.0077209495939314365, -0.02001138962805271, + 0.01232689619064331, -0.0320938304066658, -0.020505093038082123, 0.00159584847278893, + 0.058548834174871445, -0.0403786227107048, 0.01915924623608589, -0.06271662563085556, + 0.03610118106007576, 0.022861991077661514, 0.030204303562641144, -0.07281924039125443 + ], + [ + 0.05487281456589699, 0.02327142283320427, -0.016850467771291733, 0.05415799096226692, + -0.0005248592933639884, 0.03519495204091072, 0.06249920651316643, 0.03011416457593441, + 0.10535953938961029, -0.077816903591156, -0.03930438309907913, -0.0665012001991272, + 0.017136581242084503, 0.11449458450078964, 0.03160964697599411, 0.04560212045907974, + 0.04914892464876175, -0.08785326778888702, -0.036989692598581314, -0.00617654575034976, + -0.017854629084467888, 0.09690889716148376, 0.03242010250687599, 0.034378018230199814, + 0.05897650495171547, 0.07397051155567169, -0.12454690784215927, 0.02900080755352974, + -0.005697738844901323, -0.0118086664006114, -0.008019551634788513, -0.05096933990716934, + -0.004246789962053299, 0.04633868858218193, 0.042480871081352234, -0.06119102984666824, + 0.051572494208812714, 0.030365467071533203, -0.04359599947929382, 0.04608335718512535, + 0.0026845948304980993, 0.019858429208397865, 0.042726024985313416, -0.016620228067040443, + 0.011698546819388866, 0.024584058672189713, 0.026422474533319473, -0.009881964884698391, + 0.03185693174600601, -0.06693928688764572, 0.08532117307186127, -0.036912042647600174, + -0.025158580392599106, 0.002454782370477915, 0.024548674002289772, 0.1250731498003006, + -0.015477772802114487, 0.018305569887161255, -0.0042607905343174934, 0.0792827233672142, + -0.039903149008750916, -0.040234845131635666, -0.04645593836903572, 0.03389030694961548, + 0.11451701074838638, 0.05399591475725174, -0.06755564361810684, -0.014570913277566433, + -0.04373998939990997, -0.0173831544816494, 0.09600576758384705, -0.051417965441942215, + 0.023397602140903473, -0.06697219610214233, -0.00134844402782619, 0.03001359850168228, + 0.10157223045825958, 0.05596958473324776, -0.026577068492770195, 0.09604546427726746, + -0.016625288873910904, 0.011348739266395569, -0.0007264157757163048, 0.02744281105697155, + 0.02728724293410778, 0.02195126935839653, 0.01677040383219719, 0.05350814014673233, + -0.08561859279870987, 0.031373489648103714, 0.0018763706320896745, -0.069257952272892, + -0.08048561215400696, -0.03502810746431351, -0.07763615995645523, 0.03585556894540787, + -0.015349316410720348, 0.050096794962882996, -0.02353695034980774, 0.0020902971737086773, + 0.08491712063550949, 0.0043357787653803825, -0.04660312086343765, -0.05851876735687256, + 0.08278944343328476, 0.037903402000665665, 0.021894127130508423, 0.038249023258686066, + 0.00788678228855133, -0.04790714010596275, 0.0063201794400811195, -0.016349680721759796, + 0.13901422917842865, -0.03127710521221161, -0.04497797414660454, 0.03187905624508858, + -0.10234341025352478, -0.06759455800056458, -0.07032257318496704, -0.040357641875743866, + -0.03443627804517746, -0.016907962039113045, -0.0706358328461647, 0.04412846639752388, + 0.024847082793712616, 0.008228104561567307, -0.09909647703170776, -0.013656948693096638, + 0.012656322680413723, -0.0671514943242073, 0.03907300531864166, -0.058118365705013275, + 0.01676972582936287, 0.006215868517756462, -0.0829026997089386, -0.00930858589708805, + 0.08292771130800247, 0.02574680559337139, 0.02990638092160225, 0.013356993906199932, + 0.006650570314377546, -0.07414669543504715, 0.009389715269207954, 0.08792528510093689, + -0.04828042536973953, 0.04567970335483551, -0.07870285958051682, 0.007387084886431694, + -0.09602518379688263, 0.08135544508695602, 0.0711478441953659, -0.01542793121188879, + 0.04153412580490112, 0.039330676198005676, 0.015667837113142014, -0.13140016794204712, + 0.0003546755760908127, -0.05305038020014763, -0.03169829770922661, 0.01634594053030014, + -0.030792059376835823, -0.031979531049728394, 0.014676662161946297, -0.04293472692370415, + 0.07588793337345123, 0.033587221056222916, 0.03603638336062431, -0.08002220839262009, + 0.0461893267929554, 0.030388252809643745, -0.07899443805217743, 0.04215318337082863, + -0.00804181955754757, 0.03337149694561958, 0.11133790016174316, -0.04026234149932861, + -0.008963591419160366, 0.04386375471949577, -0.0010727812768891454, -0.056962624192237854, + 0.0025605938863009214, 0.04721682146191597, 0.03964390605688095, 0.08825810998678207, + 0.057090986520051956, 0.04531394690275192, 0.03702927008271217, 0.007611402310431004, + -0.044191934168338776, 0.0443645715713501, -0.009143099188804626, -0.0029844946693629026, + -0.002658301033079624, -0.027914224192500114, -0.004336098674684763, 0.04892738536000252, + -0.07855896651744843, -0.06465522944927216, 0.07390692830085754, -0.03046495094895363, + -0.05021381005644798, -0.024992309510707855, -0.011846366338431835, -0.037015143781900406, + 0.030775349587202072, 0.01977231353521347, -0.061358317732810974, -0.01956574060022831, + 0.024541892111301422, -0.06793974339962006, 0.04585513100028038, 0.01560022123157978, + 0.009596079587936401, 0.03207807615399361, -0.01003007497638464, -0.04060779884457588, + -0.036055855453014374, -0.03789827972650528, -0.04692095145583153, 0.04571295902132988, + 0.04146014153957367, -0.04788496345281601, -0.04077108949422836, 0.0355682447552681, + -0.031123463064432144, -0.0405719131231308, -0.06318779289722443, -0.045460045337677, + 0.03439491242170334, -0.017490504309535027, 0.03742804750800133, 0.02318584732711315, + -0.03235645592212677, 0.0394662506878376, -0.02813114784657955, 0.02134307660162449, + -0.025614071637392044, 0.07047398388385773, -0.005959567613899708, -0.049966685473918915, + 0.01367092039436102, -0.007115100976079702, 0.011058413423597813, 0.04653017595410347, + -0.0735304057598114, 0.0700303167104721, -0.022351067513227463, 0.012260749004781246, + 0.06887481361627579, 0.0354679673910141, -0.01479672733694315, -0.07986602932214737, + -0.024985510855913162, -0.027478940784931183, -0.04918624833226204, 0.01999601535499096, + -0.12760944664478302, 0.05535092577338219, -0.027840109542012215, 0.023787030950188637, + -0.014419367536902428, -0.0035183883737772703, -0.004857098218053579, -0.051084961742162704, + -0.0343899130821228, -0.008115682750940323, 0.03656353801488876, 0.05677665397524834, + -0.02230439893901348, -0.024512792006134987, 0.08519285172224045, 0.09760184586048126, + 0.00039414456114172935, -0.03934694454073906, -0.06431791186332703, -0.052960820496082306, + 0.01151833962649107, 0.07154897600412369, 0.023576902225613594, 0.038529425859451294, + 0.03253289312124252, 0.009221041575074196, -0.037127841264009476, 0.0008350193966180086, + -0.06384392827749252, -0.01620815508067608, 0.028046054765582085, 0.0023870428558439016, + 0.09367035329341888, 0.09778600931167603, 0.011571657843887806, -0.015324004925787449, + -0.07533764839172363, -0.0821482464671135, 0.037549879401922226, -0.06126566231250763, + 0.0376596562564373, -0.003380936337634921, -0.0035155504010617733, 0.04566657170653343, + 0.059156425297260284, 0.048235658556222916, -0.07124555110931396, -0.08032068610191345, + -0.10411303490400314, 0.04018687456846237, -0.0029225037433207035, 0.06057557091116905, + -0.01766892708837986, 0.0833544209599495, -0.02815205231308937, -0.00460704043507576, + 0.07753393799066544, 0.002391486894339323, 0.01495511643588543, 0.06825815886259079, 0.0276680588722229, + 0.03975505754351616, 0.06557053327560425, 0.02758217416703701, -0.08155255019664764, + 0.07644285261631012, -0.011544853448867798, -0.03173879534006119, 0.010135970078408718, + 0.009787476621568203, 0.02893446758389473, 0.0076562208123505116, 0.012478900142014027, + 0.08022638410329819, 0.0025265533477067947, 0.04032711312174797, -0.08268357068300247, + 0.07330060750246048, -0.05959910526871681, -0.007423285860568285, 0.0421777218580246, + 0.006435260642319918, -0.0004140952369198203, 0.039883945137262344, -0.017899729311466217, + -0.04948294535279274, 0.02948134019970894, 0.10403040051460266, -0.07462045550346375, + 0.06438720971345901, -0.00844416581094265, -0.006488868501037359, -0.009884791448712349, + -0.04884939268231392, 0.06326192617416382, 0.0347626730799675, -0.029771745204925537, + 0.027381889522075653, 0.005255259107798338, 0.031398218125104904, 0.030082235112786293, + -0.06570577621459961, -0.009204892441630363, -0.06467124819755554, -0.008371933363378048, + -0.012298539280891418, -0.07940946519374847, 0.07434400171041489, 0.002970391884446144, + 0.07426139712333679, 0.08888328820466995, -0.008076859638094902, 0.01879146695137024, + 0.01776989735662937, 0.08012314140796661, 0.001485767774283886, 0.004663902334868908, + -0.051827169954776764, 0.01847619190812111, -0.004868790972977877, 0.0822046771645546, + -0.008265807293355465, 0.008625755086541176, -0.021331265568733215, 0.05585972219705582, + 0.0019053496653214097, 0.0027247131802141666, -0.08332516252994537 + ], + [ + -0.08075560629367828, -0.05757882073521614, -0.0021616923622787, 0.027237137779593468, + -0.0007210869225673378, -0.02859668992459774, -0.032911259680986404, -0.061769310384988785, + -0.015080748125910759, -0.05038299784064293, -0.039531514048576355, -0.09112299978733063, + 0.1107715591788292, -0.057048287242650986, 0.0666542649269104, 0.044399917125701904, + -0.0013709940249100327, 0.030942508950829506, -0.02787809446454048, 0.039768002927303314, + -0.0619092658162117, -0.009126244112849236, -0.1119651272892952, 0.00033846512087620795, + -0.013451412320137024, -0.04480937495827675, 0.04486270248889923, 0.006872354540973902, + 0.04035341367125511, -0.0004113567410968244, -0.040809858590364456, 0.06389465183019638, + 0.03353095427155495, 0.018676618114113808, -0.06309044361114502, 0.019969234243035316, + -0.07524202764034271, 0.03756218031048775, -0.008855787105858326, -0.07865429669618607, + -0.08774606138467789, 0.04296135529875755, 0.009750628843903542, 0.0014164180029183626, + -0.006526237353682518, -0.034087538719177246, -0.015307738445699215, -0.03759216517210007, + -0.020222356542944908, 0.005647535435855389, -0.00501992367208004, -0.03220183774828911, + 0.04946345463395119, 0.07979560643434525, -0.0873064175248146, 0.07158178091049194, + -0.13571317493915558, -0.04669775813817978, -0.055434681475162506, -0.01769113913178444, + -0.08492792397737503, 0.00761702423915267, -0.019337808713316917, 0.06940030306577682, + -0.07752175629138947, -0.07413468509912491, 0.035105329006910324, -0.04042923450469971, + 0.03138167783617973, 0.096361443400383, -0.016754046082496643, -0.014138489961624146, + 0.06498206406831741, 0.06513582915067673, -0.09243979305028915, 0.03410245105624199, + -0.05520721152424812, 0.0204372089356184, -0.09725947678089142, 0.012309111654758453, + 0.02287144958972931, -0.014195108786225319, -0.02882486768066883, -0.028943916782736778, + 0.03440221771597862, -0.049436721950769424, -0.0019142386736348271, 0.0044940379448235035, + 0.0608285591006279, -0.043186768889427185, -0.01775284856557846, 0.02895919233560562, + 0.09500947594642639, -0.0009126990917138755, -0.07196540385484695, -0.0587269552052021, + 0.04068594053387642, 0.02093368023633957, -0.0009886304615065455, 0.09466132521629333, + 0.021621817722916603, 0.03568597882986069, 0.062304262071847916, 0.09125731885433197, + 0.07573629915714264, -0.030479799956083298, -0.05559945106506348, 0.029637305065989494, + -0.016499314457178116, -0.05588792636990547, -0.08560656756162643, 0.09540317952632904, + -0.050923902541399, -0.07279910892248154, -0.03145623579621315, 0.004290473181754351, + 0.08126910030841827, 0.031304940581321716, 0.09099993854761124, 0.08906452357769012, + -0.04784959554672241, 0.1196429654955864, -0.10410424321889877, -0.04068741574883461, + -0.03435724601149559, -0.1127132698893547, 0.0007834822754375637, 0.019945112988352776, + 0.07294192910194397, -0.030334215611219406, -0.0011373560409992933, 0.0390855111181736, + -0.08143049478530884, 0.09891438484191895, -0.10075511038303375, -0.0011744111543521285, + -0.07084385305643082, -0.11989279091358185, 0.12709543108940125, -0.10802114754915237, + 0.1723950058221817, -0.029872801154851913, -0.054305195808410645, 0.0056526255793869495, + -0.021440384909510612, 0.026205752044916153, 0.07492643594741821, -0.05412716418504715, + 0.006741436664015055, -0.018831050023436546, -0.007297356612980366, 0.0012144615175202489, + -0.06610840559005737, -0.011354244314134121, 0.04780702292919159, -0.03239981830120087, + -0.03616088256239891, 0.057824861258268356, -0.0418209545314312, -0.13064080476760864, + 0.05129234120249748, 0.008138217031955719, 0.06509162485599518, 0.08613979071378708, + 0.010065596550703049, 0.0713496133685112, -0.12201741337776184, -0.07670570909976959, + -0.04294153302907944, -0.08944476395845413, -0.03337578475475311, 0.0737326368689537, + -0.00346484687179327, 0.014012840576469898, -0.04926997050642967, -0.0047799376770854, + 0.06125722452998161, 0.08575804531574249, 0.03664081543684006, -0.033237721771001816, + -0.07163632661104202, 0.06802874803543091, -0.020079417154192924, 0.014508357271552086, + -0.09022082388401031, 0.054128360003232956, -0.050585243850946426, 0.01218587439507246, + -0.007016840856522322, -0.030604595318436623, 0.015283857472240925, -0.08504539728164673, + 0.07123296707868576, 0.013439222238957882, -0.03422730788588524, 0.010818179696798325, + 0.03513325750827789, -0.008623699657619, -0.03963677957653999, 0.07250948995351791, 0.10886266827583313, + 0.038988031446933746, 0.017735876142978668, 0.03422714024782181, 0.06560572236776352, + -0.06601257622241974, 0.07204367220401764, -0.005030312575399876, 0.050941191613674164, + 0.019260309636592865, -0.05352597311139107, -0.06845368444919586, 0.06566669791936874, + 0.0015689447754994035, 0.07761816680431366, -0.0017847344279289246, 0.11960091441869736, + 0.09502539783716202, -0.03965997323393822, 0.03844019025564194, 0.055756621062755585, + -0.03118976205587387, -0.00709287216886878, -0.03422994166612625, 0.030901003628969193, + 0.038265954703092575, 0.04862381890416145, 0.09920734167098999, -0.058189816772937775, + -0.009363708086311817, 0.06296338886022568, 0.08709972351789474, 0.006968250498175621, + 0.0009916858980432153, 0.11377563327550888, -0.011250284500420094, -0.04102412983775139, + -0.023756932467222214, 0.066468246281147, -0.011977224610745907, 0.060761209577322006, + -0.02395807020366192, -0.02054451033473015, 0.007206830196082592, 0.0456758551299572, + 0.013540253043174744, -0.021246738731861115, 0.012545705772936344, 0.03291212394833565, + -0.006749978754669428, 0.1027546301484108, 0.12158011645078659, -0.05826136842370033, + 0.07492611557245255, 0.01549997553229332, 0.07354537397623062, -0.056225504726171494, + -0.039322853088378906, 0.06198187917470932, -0.05545951426029205, -0.054334856569767, + 0.04608849063515663, -0.017952516674995422, 0.004320121370255947, -0.02743534930050373, + -0.021763600409030914, -0.05790877342224121, 0.014853362925350666, 0.11562490463256836, + 0.0268092080950737, -0.09323469549417496, -0.09102775901556015, -0.028855670243501663, + -0.008628114126622677, -0.04836266115307808, -0.09961917251348495, -0.04138408228754997, + 0.03898756951093674, 0.07855117321014404, -0.09258778393268585, -0.03026626817882061, + 0.0027163662016391754, 0.03758569061756134, 0.003729833522811532, -0.0170491524040699, + 0.03572063148021698, 0.028838006779551506, 0.11591494083404541, 0.01323454175144434, + 0.006369928363710642, -0.03840918838977814, -0.05869663506746292, -0.025448191910982132, + 0.008229836821556091, -0.02568223513662815, 0.011965097859501839, 0.05575915426015854, + -0.05707062780857086, 0.02661968767642975, 0.0037660058587789536, 0.13676996529102325, + -0.0015954836271703243, 0.03449394553899765, 0.024448176845908165, 0.10313047468662262, + 0.08871107548475266, 0.027957333251833916, 0.0009046017075888813, -0.029649784788489342, + -0.045260511338710785, -0.06330172717571259, 0.06023864075541496, 0.09541816264390945, + 0.03816255182027817, 0.010726043954491615, 0.025410844013094902, 0.04296592250466347, + -0.04933071881532669, -0.01483177300542593, 0.04779018461704254, -0.042745232582092285, + -0.05189137160778046, 0.022424286231398582, 0.1041855588555336, -0.03964817896485329, + -0.0467502623796463, 0.016666533425450325, -0.06296328455209732, 0.035946186631917953, + -0.022958669811487198, 0.03282791003584862, -0.03964631259441376, -0.015912361443042755, + -0.09379485994577408, -0.030828723683953285, 0.03996141254901886, 0.00601725559681654, + -0.01243140920996666, -0.02849319949746132, -0.06333261728286743, -0.03053109161555767, + 0.008993987925350666, 0.03443501517176628, 0.057665906846523285, -0.023238735273480415, + 0.040736328810453415, -0.026844913139939308, 0.06476281583309174, -0.028387390077114105, + -0.0393892340362072, 0.04930879920721054, -0.03743477910757065, -0.009916925802826881, + -0.09807448834180832, 0.04125029221177101, 0.09668146073818207, -0.02777724340558052, + -0.10527204722166061, 0.002057139528915286, 0.10025657713413239, -0.10592516511678696, + -0.08242692798376083, 0.05524186044931412, -0.03178345412015915, 0.020287539809942245, + 0.0020444493275135756, 0.0620705708861351, -0.018601587042212486, -0.038601841777563095, + -0.009078007191419601, -0.06979794055223465, -0.0742344930768013, -0.018942443653941154, + -0.06297188252210617, 0.023035742342472076, -0.11949633061885834, -0.045224547386169434, + 0.0032414805609732866, -0.020436661317944527, 0.024382146075367928, -0.033439792692661285, + -0.015110502950847149, 0.06463994830846786, 0.12619905173778534 + ], + [ + 0.013907820917665958, -0.011945946142077446, -0.06526830792427063, 0.02557848021388054, + -0.0603853240609169, 0.10432648658752441, -0.014959277585148811, -0.05335574224591255, + -0.05475231632590294, -0.027315838262438774, -0.0710207149386406, 0.07310634106397629, + 0.07872036099433899, 0.04812449961900711, -0.04695934057235718, 0.07211070507764816, + -0.03734990954399109, -0.038193732500076294, 0.024019885808229446, -0.011998070403933525, + 0.021462570875883102, -0.02758551575243473, 0.027094533666968346, -0.022447073832154274, + 0.04777022451162338, 0.032999325543642044, -0.04236925020813942, -0.007137382868677378, + -0.06733514368534088, 0.007248927839100361, -0.01888197474181652, -0.0712335929274559, + -0.011609569191932678, -0.06190798059105873, -0.08759333193302155, 0.03409046307206154, + 0.009351253509521484, -0.04080209508538246, 0.04918941482901573, 0.010273952037096024, + 0.022640248760581017, 0.055252254009246826, -0.10436738282442093, -0.024078451097011566, + 0.005447193514555693, 0.043658096343278885, 0.054809506982564926, -0.03334196284413338, + 0.04194443300366402, -0.007998170331120491, 0.08014081418514252, 0.0003980309411417693, + 0.04909524694085121, -0.010678266175091267, -0.01862643100321293, 0.051517464220523834, + 0.03995608910918236, -0.0460469089448452, 0.04988230764865875, 0.03868331015110016, 0.04106464982032776, + 0.03857261314988136, -0.05440625548362732, 0.0022548569831997156, 0.05518593266606331, + -0.0012542910408228636, -0.06182052195072174, 0.03498094901442528, 0.03165171667933464, + -0.05604267120361328, 0.014123218134045601, 0.06258458644151688, 0.04143732041120529, + -0.020543331280350685, 0.02310243993997574, 0.0009680395014584064, 0.049265965819358826, + 0.04162495955824852, -0.006469039712101221, 0.07085303217172623, 0.021867647767066956, + 0.07583338022232056, 0.019733663648366928, 0.0065376851707696915, 0.009981339797377586, + -0.007911456748843193, -0.027246298268437386, 0.003504699794575572, -0.0030220102053135633, + -0.0025573207531124353, 0.01147705689072609, 0.04743248224258423, 0.04574722424149513, + 0.019771499559283257, -0.006729135289788246, 0.0023612412624061108, -0.016498472541570663, + 0.03648722544312477, 0.06499354541301727, 0.01205770205706358, -0.034777142107486725, + 0.06607339531183243, -0.04466414451599121, 0.008329184725880623, -0.03200146183371544, + 0.04023080691695213, 0.02733505517244339, -0.03223978728055954, -0.060778263956308365, + 0.032966189086437225, 0.05927812680602074, -0.0696924701333046, 0.09837006777524948, + 0.036352742463350296, 0.0015605621738359332, -0.006671636365354061, -0.020196881145238876, + 0.014052088372409344, 0.027796277776360512, -0.04128162935376167, -0.05645337700843811, + -0.042837291955947876, 0.06928861141204834, 0.008465764112770557, -0.01449956651777029, + -0.049717016518116, -0.02788742259144783, 0.014485644176602364, -0.002404134487733245, + -0.09546524286270142, -0.019784236326813698, -0.009907708503305912, 0.02322695404291153, + 0.023089628666639328, 0.0720481351017952, -0.06336043030023575, 0.047970447689294815, + 0.04575515538454056, -0.005274544470012188, -0.010217452421784401, -0.04159792140126228, + -0.09584999829530716, 0.03392766788601875, -0.02069012075662613, -0.018875472247600555, + 0.0215705968439579, 0.007455811835825443, -0.045748718082904816, -0.06796912103891373, + 0.013982377015054226, 0.046714626252651215, 0.031007032841444016, -0.011647634208202362, + -0.009273813106119633, -0.00219654175452888, -0.04301326721906662, 0.00032608042238280177, + -0.0024355354253202677, -0.0051801553927361965, 0.02687380276620388, -0.09092092514038086, + 0.01579245738685131, 0.02520616538822651, 0.03902328386902809, -0.03335573896765709, + 0.025619689375162125, -0.03423461690545082, -0.053466640412807465, 0.03232591226696968, + 0.017689453437924385, 0.06707964092493057, 0.029672058299183846, -0.08123647421598434, + -0.059274740517139435, -0.023785915225744247, -0.05100540816783905, 0.004770974162966013, + -0.028833718970417976, -0.020153984427452087, -0.007839392870664597, 0.048906486481428146, + 0.09519864618778229, 0.006684296298772097, 0.02413765713572502, 0.006171570159494877, + 0.030212746933102608, -0.007820183411240578, -0.042121317237615585, -0.002448172541335225, + 0.02847263030707836, -0.009974773973226547, -0.009495260193943977, 0.009318539872765541, + 0.03411603346467018, 0.07773715257644653, 0.022840050980448723, -0.03439490497112274, + -0.08619926869869232, 0.012499488890171051, 0.028378121554851532, -0.060123931616544724, + -0.04047822952270508, -0.07212518155574799, 0.0005882924306206405, -0.057310570031404495, + -0.08374888449907303, -0.025787465274333954, -0.08517836034297943, 0.05096355825662613, + 0.048179224133491516, 0.02414335124194622, 0.0038766907528042793, -0.00967591442167759, + -0.0074965558014810085, -0.001899475697427988, -0.00580368610098958, 0.024980446323752403, + -0.03795241564512253, -0.04190238565206528, 0.0732286274433136, 0.0009244224056601524, + -0.020493274554610252, -0.031374990940093994, 0.00846041552722454, 0.006769286002963781, + -0.08703481405973434, 0.0387025810778141, 0.007484956178814173, -0.04318087920546532, + 0.019317420199513435, -0.05119943618774414, 0.024091534316539764, 0.006877639796584845, + -0.029102537781000137, -0.019712023437023163, 0.06180809065699577, -0.02314859628677368, + 0.02068994753062725, 0.021283604204654694, 0.003884972771629691, -0.039111822843551636, + 0.04335309937596321, 0.052905578166246414, -0.014442495070397854, 0.006145827006548643, + 0.03481801226735115, 0.02033134177327156, -0.008736961521208286, -0.05105794593691826, + -0.024802083149552345, -0.04058346897363663, 0.03718388453125954, 0.0816519483923912, + 0.10698016732931137, -0.02190040983259678, -0.05396604165434837, 0.01131319161504507, + 0.031396906822919846, -0.024335874244570732, -0.023954957723617554, -0.03823695331811905, + 0.0496671199798584, 0.0070587461814284325, -0.030808962881565094, -0.00038459571078419685, + 0.043070968240499496, 0.03961096704006195, 0.018981585279107094, -0.0013408439699560404, + -0.028326217085123062, 0.017837796360254288, 0.09724921733140945, -0.02269389107823372, + 0.03700306639075279, -0.053479988127946854, -0.04342896118760109, 0.013990758918225765, + -0.02485252544283867, -0.024424565955996513, 0.06715597957372665, 0.04566260054707527, + 0.05129541829228401, 0.023820742964744568, -0.05263017117977142, -0.019815539941191673, + 0.0013958844356238842, -0.06613240391016006, 0.029325323179364204, 0.07392840087413788, + 0.020307324826717377, -0.016482722014188766, 0.05654841661453247, -0.024087704718112946, + 0.023891182616353035, 0.03370175510644913, 0.09256629645824432, 0.009396212175488472, + -0.027490675449371338, -0.03729633241891861, 0.010586068034172058, -0.015231402590870857, + 0.03709537163376808, -0.032234903424978256, 0.0024266475811600685, -0.03754540905356407, + -0.027997801080346107, -0.04094906523823738, -0.02883140929043293, -0.09097202122211456, + 0.01056149322539568, 0.029697109013795853, -0.13855311274528503, -0.015015192329883575, + -0.058878473937511444, 0.006148733664304018, -0.04290352761745453, 0.0021930160000920296, + 0.004198591690510511, 0.05092506483197212, 0.04023413360118866, 0.016790281981229782, + 0.016322674229741096, -0.0769624412059784, -0.06866499036550522, -0.013348866254091263, + -0.05878008157014847, 0.02916337177157402, 0.012884736061096191, -0.02407936006784439, + -0.07876583188772202, -0.03344295546412468, 0.01858540065586567, -0.040026627480983734, + -0.02079869993031025, -0.025454431772232056, -0.07520689070224762, -0.01570235751569271, + -0.030760418623685837, 0.024612311273813248, 0.010186467319726944, -0.023686416447162628, + 0.0030104038305580616, -0.027344321832060814, 0.0646587684750557, 0.00017562872380949557, + -0.03144146502017975, 0.02194301038980484, 0.09632723033428192, 0.06238628923892975, + 0.030555367469787598, 0.0726248100399971, 0.011986815370619297, -0.06226671487092972, + -0.03187726065516472, -0.029372727498412132, 0.024987634271383286, -0.008744909428060055, + -0.018116505816578865, 0.05178465321660042, -0.08359773457050323, -0.05469999089837074, + 0.08572735637426376, 0.021209299564361572, 0.03458569943904877, -0.05505480617284775, + 0.021641021594405174, -0.03614021837711334, 0.13665273785591125, -0.069583460688591, + 0.012146354652941227, -0.010114839300513268, 0.08246186375617981, 0.013474547304213047, + 0.04098594933748245, 0.05964656174182892, 0.015561934560537338, 0.0543149895966053, + 0.0015651305438950658, 0.08019247651100159, -0.021895119920372963, -0.007707033306360245, + -0.06511278450489044, -0.001572023262269795, -0.05636921897530556 + ], + [ + -0.009596542455255985, 0.039360594004392624, 0.038731131702661514, -0.04532775655388832, + -0.054502103477716446, 0.02335049770772457, 0.025731684640049934, -0.061567965894937515, + 0.002247272990643978, 0.030173828825354576, -0.04333028197288513, 0.07492663711309433, + -0.06676299124956131, 0.0844850093126297, 0.016839085146784782, -0.04134463891386986, + -0.027411723509430885, -0.043669771403074265, 0.047339294105768204, -0.02665727213025093, + 0.033998940140008926, 0.0009726228890940547, -0.02105678990483284, -0.030336394906044006, + -0.014836577698588371, 0.05205078423023224, -0.06852874904870987, -0.004226598422974348, + 0.05219269171357155, -0.020401109009981155, -0.04511094465851784, 0.013240449130535126, + -0.0770813524723053, -0.056148461997509, 0.020611051470041275, 0.08497191965579987, + 0.044727202504873276, -0.007017478346824646, -0.014406372793018818, -0.042696185410022736, + 0.09858191013336182, -0.034348197281360626, 0.009776396676898003, 0.030085697770118713, + -0.0016827424988150597, -0.021274728700518608, 0.07149990648031235, 0.022641343995928764, + 0.018576791509985924, -0.04654959589242935, -0.007983759976923466, 0.04443742707371712, + -0.08183256536722183, -0.03854340687394142, -0.0047452570870518684, 0.05610572546720505, + -0.039586391299963, 0.00712229311466217, -0.014644559472799301, -0.06337018311023712, + -0.015437294729053974, 0.03069876693189144, -0.0700501799583435, -0.005723035428673029, + 0.013685863465070724, -0.0028312085196375847, -0.007466088980436325, -0.006859533488750458, + -0.004049610812216997, -0.001939987181685865, -0.011880338191986084, 0.06112082302570343, + 0.08299285173416138, -0.0882183387875557, -0.009242412634193897, -0.019539659842848778, + 0.023991962894797325, 0.012881436385214329, 0.023610498756170273, 0.0675833597779274, + 0.01959095150232315, -0.018525879830121994, 0.026068685576319695, -0.0018243807135149837, + 0.049887724220752716, 0.06757768243551254, 0.08395256847143173, -0.03749964013695717, + 0.015193161554634571, -0.01873224973678589, 0.016204016283154488, -0.06279723346233368, + -0.014292854815721512, 0.003867732360959053, -0.022522157058119774, 0.016586264595389366, + -0.03952660411596298, -0.0033370167948305607, -0.005929576698690653, 0.039430949836969376, + 0.04654604196548462, 0.0011700046015903354, 0.015255517326295376, -0.01222788542509079, + 0.05859357863664627, 0.08165651559829712, 0.0010943473316729069, 0.0062044342048466206, + 0.027869148179888725, -0.04168730229139328, 0.04920372739434242, 0.003258749842643738, + 0.04591495171189308, 0.02328060194849968, -0.061319444328546524, -0.011220389977097511, + -0.011306258849799633, -0.08498795330524445, -0.0011277307057753205, -0.03742533177137375, + 0.05765220895409584, -0.018646731972694397, 0.01409189309924841, -0.027597326785326004, + 0.014909480698406696, 0.03001418523490429, 0.028344755992293358, 0.029931068420410156, + -0.04295217618346214, -0.0005883505800738931, -0.04283282160758972, 0.00789504311978817, + 0.05710775777697563, -0.04932696744799614, 0.018578123301267624, 0.017651746049523354, + 0.005789614748209715, -0.03442081809043884, -0.028578339144587517, -0.04260130226612091, + -0.022405508905649185, -0.0721055120229721, -0.0020792598370462656, 0.011333456262946129, + -0.0765627771615982, 0.004972482565790415, 0.00903993844985962, 0.031738974153995514, + -0.026836873963475227, -0.037865281105041504, 0.002872470300644636, 0.06463195383548737, + -0.020926158875226974, -0.02091851644217968, 0.044483985751867294, -0.00448786374181509, + 0.032758716493844986, -0.016072066500782967, 0.03882789611816406, 0.031686801463365555, + -0.06207956373691559, 0.03422858938574791, 0.006923845503479242, -0.012945986352860928, + 9.505643538432196e-5, -0.05684000626206398, 0.06680367141962051, 0.0011071902699768543, + -0.012865168042480946, 0.004702162463217974, -0.02523152157664299, 0.024544792249798775, + -0.06857239454984665, -0.051535528153181076, 0.046161949634552, -0.01509429793804884, + 0.04097190499305725, 0.0016276930691674352, 0.007331659086048603, -0.051546480506658554, + 0.027311336249113083, -0.006718573160469532, 0.08908246457576752, -0.005212579853832722, + 0.06398072838783264, 0.06208382546901703, 0.05312347784638405, 0.046476785093545914, + -0.007241637911647558, 0.0005719208274967968, 0.016111299395561218, 0.06032676622271538, + 0.086345374584198, 0.09067578613758087, -0.057848360389471054, -0.0021568958181887865, + -0.03378745913505554, -0.05389535427093506, 0.0024122234899550676, -0.025700658559799194, + -0.010524819605052471, -0.07546831667423248, 0.021630721166729927, -0.04473630338907242, + -0.056799646466970444, -0.03803110867738724, -0.06267166137695312, -0.030081266537308693, + -0.049059681594371796, 0.01213768683373928, 0.06850706040859222, 0.010605293326079845, + -0.011387770064175129, -0.03731943666934967, -0.025463107973337173, -0.04144395515322685, + -0.0005456474609673023, -0.1010524109005928, -0.025419563055038452, 0.07239794731140137, + 0.04548313468694687, -0.0324094295501709, -0.027425535023212433, -0.009338374249637127, + -0.0022515703458338976, -0.07070548832416534, 0.04625924676656723, 0.04995008558034897, + -0.04542608559131622, -0.019032016396522522, 0.02662655897438526, 0.006982316263020039, + -0.048936691135168076, 0.05803137272596359, -0.0369214229285717, 0.07202975451946259, + 0.014376906678080559, 0.0840802788734436, -0.006732963491231203, -0.016773665323853493, + -0.008913078345358372, 0.03689787536859512, 0.07216446846723557, 0.00972674135118723, + -0.053004540503025055, -0.0037728636525571346, 0.021191051229834557, -0.01257520541548729, + -0.0070143211632966995, 0.06727872788906097, 0.002845166251063347, -0.05367545410990715, + -0.013538479804992676, -0.08081614226102829, -0.0014303689822554588, -0.029982466250658035, + -0.08438670635223389, 0.03926653042435646, 0.006705097388476133, -0.009940649382770061, + -0.054653752595186234, -0.018087390810251236, 0.0037614176981151104, 0.012991434894502163, + -0.017192916944622993, -0.025133350864052773, 0.07654590159654617, 0.09442116320133209, + 0.04381570592522621, 0.03597230091691017, 0.07012934982776642, 0.049031682312488556, + -0.050509415566921234, 0.005253963638097048, -0.05261748656630516, 0.03979736939072609, + 0.05569984391331673, 0.0059471591375768185, -0.04290314018726349, 0.12326256930828094, + -0.008414543233811855, -0.005973642226308584, 0.04692812263965607, -0.03570999950170517, + 0.009641746990382671, 0.024175994098186493, 0.01757907122373581, -0.022815337404608727, + 0.100448839366436, 0.05088510736823082, -0.032810453325510025, 0.007939571514725685, + -0.05037301033735275, -0.0340285561978817, -0.029210582375526428, -0.0026132010389119387, + -0.007618194445967674, -0.017314227297902107, -0.009361262433230877, 0.006283191032707691, + 0.0766265019774437, -0.05382831022143364, -0.04815507307648659, 0.01498359628021717, + -0.0648229718208313, -0.01986268348991871, -0.04746527597308159, -0.0844632238149643, + 0.013179478235542774, 0.02307230606675148, -0.06066533923149109, -0.048401594161987305, + 0.005703445989638567, -0.05080278962850571, 0.04868452623486519, -0.02569490857422352, + -9.521390893496573e-5, -0.061998121440410614, -0.04014620929956436, -0.03573776036500931, + 0.014371460303664207, 0.05083368346095085, -0.05545080080628395, -0.07641401141881943, + -0.06893457472324371, 0.02633480168879032, -0.001564469188451767, 0.00452358927577734, + 0.07198987156152725, 0.0045965490862727165, 0.019326671957969666, -0.03259369730949402, + -0.06632927805185318, -0.018437271937727928, -0.013310862705111504, -0.021370477974414825, + -0.04621587693691254, 0.06055311858654022, -0.059118203818798065, 0.01139315590262413, + -0.07873781025409698, -0.010499712079763412, -0.05566614866256714, -0.00790451467037201, + -0.028942128643393517, -0.06427475064992905, 0.06705472618341446, 0.0001329881779383868, + 0.011724546551704407, -0.017382021993398666, 0.00966870877891779, 0.07011985778808594, + -0.02915313094854355, -0.0319574736058712, -0.0030879750847816467, 0.010561244562268257, + 0.015165788121521473, -0.01829899474978447, -0.03929591923952103, -0.020314287394285202, + -0.009331580251455307, 0.06808454543352127, -0.03046710416674614, 0.06537707895040512, + -0.03780903294682503, 0.05140260234475136, 0.025297095999121666, 0.05983085557818413, + -0.008876980282366276, -0.033022645860910416, 0.023301800712943077, -0.022320011630654335, + 0.00526398466899991, 0.01029898226261139, -0.06307850778102875, -0.06658074259757996, + 0.06274396181106567, 0.02457733079791069, 0.058286502957344055, 9.25265412661247e-5, + -0.05795211344957352, 0.032673656940460205, 0.08466950058937073, 0.018497513607144356 + ], + [ + 0.10550329834222794, -0.0632132887840271, 0.013280519284307957, 0.043446797877550125, + -0.0378885380923748, 0.032644856721162796, -0.046222392469644547, 0.05965506285429001, + -0.005668570287525654, 0.04085103049874306, -0.020107729360461235, 0.017345603555440903, + -0.02660047449171543, -0.004556122235953808, 0.08270770311355591, 0.006664680317044258, + 0.023052889853715897, -0.016585811972618103, 0.0348261296749115, -0.018686359748244286, + -0.010990656912326813, 0.03708525747060776, 0.10626231878995895, 0.11679591238498688, + 0.03907180577516556, -0.0451204814016819, -0.05280599370598793, -0.09896054118871689, + -0.04280493035912514, 0.1105983555316925, 0.04623397812247276, 0.02259724587202072, + -0.06704023480415344, 0.07083611190319061, -0.02446047216653824, 0.05434611439704895, + 0.021396266296505928, -0.03317083418369293, -0.05173409357666969, 0.0031325924210250378, + -0.08466509729623795, -0.032588738948106766, 0.04066037759184837, -0.005323159042745829, + 0.03883158788084984, 0.04419734328985214, -0.020584868267178535, 0.08241448551416397, + -0.03500961512327194, -0.0796746239066124, -0.0492422841489315, -0.030077755451202393, + 0.02600109577178955, 0.02254810370504856, -0.0023978508543223143, -0.008636253885924816, + -0.05818115174770355, 0.06722033768892288, 0.09688705950975418, 0.04446173086762428, 0.1181384027004242, + -0.07471578568220139, -0.002195058623328805, 0.036923110485076904, -0.014351236633956432, + 0.027185948565602303, -0.03448263555765152, 0.11214493215084076, 0.09950695186853409, + -0.013038082979619503, -0.03053017146885395, -0.018908942118287086, 0.0167661402374506, + 0.027990026399493217, -0.027582688257098198, 0.058483947068452835, 0.044253066182136536, + -0.032515302300453186, -0.020556189119815826, 0.014527861028909683, -0.05337650701403618, + 0.0023288135416805744, 0.043396610766649246, -0.08515220880508423, -0.003871641121804714, + -0.07197239995002747, 0.016469089314341545, -0.0009374094661325216, -0.038486309349536896, + 0.03379431366920471, 0.017792528495192528, 0.03218410536646843, -0.1129077598452568, + 0.004930388648062944, 0.02781102992594242, -0.035885538905858994, -0.0561254620552063, + -0.06590504199266434, -0.01634512096643448, -0.06611492484807968, 0.019785981625318527, + 0.09184164553880692, 0.07813357561826706, -0.03417475149035454, -0.07884237915277481, + -0.004111363552510738, 0.04968848079442978, 0.037104181945323944, -0.001170304836705327, + -0.016950314864516258, 0.039640191942453384, -0.002045118249952793, 0.006492705084383488, + 0.07967346906661987, -0.055926717817783356, 0.04197407513856888, -0.026293477043509483, + -0.03752090781927109, 0.046128254383802414, 0.013116405345499516, 0.04417543485760689, + 0.0010802072938531637, -0.005951836239546537, -0.055263299494981766, 0.07211364060640335, + -0.02517087757587433, -0.053766921162605286, 0.01926000416278839, -0.021628903225064278, + -0.013893951661884785, 0.027374735102057457, 0.011170363053679466, 0.042059626430273056, + -0.0061400574631989, 0.05430879816412926, -0.002576276892796159, 0.024822549894452095, + 0.0705140009522438, 0.0448654368519783, 0.043466899544000626, 0.042203739285469055, + -0.07922220975160599, 0.021426696330308914, -0.04235578328371048, -0.01638038270175457, + 0.0919710099697113, -0.04157427325844765, 0.07510939240455627, -0.0415363647043705, 0.06246015429496765, + 0.013288301415741444, -0.030089184641838074, 0.0010591901373118162, 0.031649865210056305, + 0.10069583356380463, 0.012512138113379478, -0.04763815924525261, -0.0076758102513849735, + 0.002042384585365653, 0.04603717848658562, -0.11172324419021606, 0.0035708723589777946, + 0.08308275043964386, -0.04137572646141052, 0.13206055760383606, -0.023035159334540367, + -0.08276784420013428, -0.014752055518329144, 0.06498593091964722, -0.03767932206392288, + 0.026018884032964706, -0.04599801450967789, 0.09037014842033386, 0.1004086285829544, + 0.02654428780078888, -0.06453285366296768, -0.04832276329398155, -0.017069552093744278, + -0.09496890008449554, -0.014604844152927399, -0.03879404813051224, 0.033835217356681824, + 0.12114839255809784, 0.008027581498026848, -0.07213351875543594, -0.00011350755085004494, + 0.036366406828165054, -0.09504659473896027, -0.024978032335639, -0.0720684751868248, + -0.07623303681612015, -0.017261574044823647, 0.053634267300367355, 0.07065475732088089, + 0.0824890285730362, 0.03173799812793732, 0.050604674965143204, 0.029209895059466362, + 0.11421103030443192, -0.006380154751241207, -0.037724561989307404, -1.639021502342075e-5, + -0.03733290731906891, -0.023545600473880768, -0.08157337456941605, -0.08796048164367676, + 0.07952854782342911, 0.02225174382328987, 0.02780286595225334, -0.0072703855112195015, + -0.04834750294685364, -0.08602134138345718, 0.049958277493715286, -0.00475373724475503, + -0.02061530016362667, 0.04570166394114494, -0.05549231171607971, -0.05598961189389229, + 0.016765231266617775, 0.03578966483473778, -0.08643661439418793, 0.006072650197893381, + -0.06319993734359741, -0.0020934592466801405, -0.03037305548787117, 0.07390464842319489, + 0.07079866528511047, -0.04476824030280113, -0.005797095131129026, -0.052354488521814346, + 0.020856689661741257, -0.06271155923604965, 0.00649517634883523, 0.05295714735984802, + -0.08076047897338867, -0.014156107790768147, 0.041767749935388565, 0.041422419250011444, + -0.024548517540097237, 0.021376067772507668, 0.01717306300997734, 0.022958828136324883, + 0.07593268901109695, -0.024397408589720726, 0.006460372358560562, 0.026368645951151848, + -0.05627292022109032, 0.06122620031237602, 0.08087164908647537, 0.03105996735394001, + -0.09686381369829178, 0.007123363204300404, -0.01615801453590393, -0.027410883456468582, + -0.016964446753263474, -0.021112127229571342, 0.019812487065792084, -0.018496301025152206, + 0.009124405682086945, 0.06149148568511009, -0.06546727567911148, 0.008971026167273521, + 0.03727227449417114, 0.03930525854229927, 0.014188782311975956, -0.06656504422426224, + -0.00593954510986805, -0.02630840428173542, -0.010239288210868835, -0.005749979056417942, + -0.02777261659502983, 0.11524800211191177, -0.040675777941942215, -0.03579283505678177, + -0.026943936944007874, -0.03354752063751221, 0.00361862825229764, -0.10588378459215164, + 0.014525099657475948, -0.017972873523831367, -0.025530649349093437, 0.09027087688446045, + 0.04551953449845314, 0.08108875155448914, 0.099019356071949, -0.06255952268838882, + -0.014860233291983604, 0.015126191079616547, -0.008473193272948265, 0.09780853986740112, + -0.05726194381713867, 0.007708293851464987, 0.024964531883597374, 0.09882861375808716, + -9.845462045632303e-5, 0.0062120151706039906, 0.13418950140476227, 0.011498321779072285, + -0.08631383627653122, -0.03936292231082916, -0.013660426251590252, -0.07577097415924072, + -0.021776670590043068, -0.020221101120114326, 0.02892322465777397, -0.06440401077270508, + 0.059258729219436646, -0.04480646178126335, -0.056808896362781525, -0.060755688697099686, + -0.003653473686426878, 0.06060773506760597, -0.1253116875886917, -0.02381996251642704, + -0.048900097608566284, -0.05835932120680809, -0.03997638076543808, 0.07168512046337128, + -0.00744523573666811, -0.04006440192461014, -0.06567081063985825, 0.0832420215010643, + -0.008677518926560879, 0.013567682355642319, 0.048820383846759796, 0.06106472387909889, + -0.015934651717543602, -0.0059762196615338326, 0.07387475669384003, 0.0033853696659207344, + -0.0382051020860672, -0.03966399282217026, 0.027050798758864403, 0.05685248225927353, + -0.04520522430539131, -0.08739066869020462, 0.008554158732295036, -0.01120681781321764, + 0.018171221017837524, 0.024029705673456192, 0.013831054791808128, -0.06620759516954422, + -0.08377306908369064, 0.04818568378686905, -0.06386273354291916, -0.028921764343976974, + -0.02215835079550743, 0.09326231479644775, -0.016076602041721344, 0.007334876339882612, + 0.0030092475935816765, 0.059394411742687225, 0.02605397440493107, -0.01032655593007803, + -0.04326755553483963, -0.042448922991752625, -0.04793724790215492, 0.056114062666893005, + -0.005464375484734774, -0.033186882734298706, -0.039186932146549225, 0.05101719871163368, + -0.04952947050333023, 0.01070400606840849, -0.022124890238046646, 0.06706388294696808, + -0.04307936877012253, 0.06310728937387466, -0.0925825908780098, -0.009825078770518303, + -0.0043411231599748135, 0.01690230518579483, 0.01653970032930374, 0.04800677299499512, + 0.0250127874314785, 0.030858196318149567, 0.02070162072777748, 0.01889154501259327, 0.06917735189199448, + 0.07698270678520203, -0.007044360041618347, 0.019754063338041306, 0.05282854288816452, + 0.04708167910575867 + ], + [ + 0.0027792840264737606, -0.07389840483665466, -0.015990320593118668, -0.01737172156572342, + 0.0309358648955822, -0.03451293706893921, 0.01651943475008011, 0.05364714562892914, + -0.030861003324389458, -0.04163273051381111, 0.025981534272432327, 0.007950474508106709, + 0.035427991300821304, -0.09776550531387329, -0.06555201858282089, -0.022486180067062378, + -0.007299778982996941, 0.031305089592933655, -0.05411751568317413, 0.03327571228146553, + -0.027206173166632652, -0.05551211163401604, -0.027971526607871056, -0.0003107709053438157, + -0.0279985461384058, -0.015525219962000847, 0.04090388864278793, 0.09171217679977417, + -0.023476120084524155, 0.01679302379488945, -0.004623099695891142, 0.025952428579330444, + 0.032280419021844864, 0.044286925345659256, -0.006591443438082933, -0.018951423466205597, + -0.0614684633910656, 0.05324060842394829, -0.0006764641148038208, 0.04065854102373123, + -0.033985789865255356, -0.02217300981283188, -0.04061343893408775, 0.056870996952056885, + 0.07483863085508347, -0.03062552958726883, -0.1163894459605217, -0.04193649813532829, + 0.06736042350530624, 0.03189830854535103, -0.03420272096991539, 0.0033317268826067448, + 0.005104600917547941, -0.0006435713730752468, 0.0073637086898088455, 0.03690735995769501, + -0.020313996821641922, -0.004243160132318735, -0.006583245471119881, 0.030409568920731544, + -0.04821215569972992, 0.021938560530543327, 0.027667738497257233, -0.04366517439484596, + -0.046123333275318146, -0.02684936486184597, -0.022255374118685722, -0.09969701617956161, + 0.0339842326939106, 0.08316460251808167, -0.046992283314466476, -0.03634011745452881, + -0.0175490602850914, 0.044899892061948776, -0.04744267463684082, -0.03612155467271805, + 0.00663013244047761, 0.04095155745744705, 0.01833297312259674, -0.040761545300483704, + -0.03313982114195824, -0.01179716270416975, -0.05326882004737854, -0.013709837570786476, + 0.0209346916526556, -0.0031012995168566704, -0.0031076818704605103, 0.067959263920784, + -0.004311494063585997, 0.014470734633505344, -0.011592220515012741, -0.026816489174962044, + 0.06150725856423378, -0.0563327819108963, 0.04267667233943939, 0.01634502410888672, 0.0675438791513443, + 0.006656823214143515, -0.059840597212314606, 0.00037651986349374056, 0.04478822648525238, + -0.04770507290959358, -0.009091448970139027, 0.0035430288407951593, -0.0421733558177948, + -0.00023054632765706629, 0.04562892019748688, -0.04275723546743393, 0.02609391324222088, + 0.0029050009325146675, -0.022218458354473114, 0.02938137762248516, -0.007011437322944403, + 0.024746377021074295, -0.043430082499980927, -0.018593840301036835, 0.03692932799458504, + 0.04841136187314987, 0.019321227446198463, 0.04212294518947601, -0.05078430846333504, + 0.03017173334956169, -0.06229173764586449, -0.0377197340130806, -0.058213043957948685, + -0.021990688517689705, -0.002946316497400403, -0.025790074840188026, -0.048417944461107254, + 0.05775323137640953, 0.020176194608211517, 0.051055699586868286, -0.035433247685432434, + 0.0713929533958435, -0.03301020339131355, -0.014546949416399002, -0.09186587482690811, + -0.0644746646285057, 0.03979542478919029, -0.019000712782144547, -0.009834419004619122, + 0.032983820885419846, 0.00486652972176671, 0.03794753924012184, 0.017342837527394295, + 0.038298506289720535, 0.02317601628601551, -0.01126390416175127, 0.08507727086544037, + 0.009504199028015137, -0.016824238002300262, -0.01885535567998886, -0.011089314706623554, + 0.014234255068004131, -0.07720264792442322, -0.026849012821912766, -0.048835389316082, + 0.05053936317563057, -0.003074376843869686, -0.04074950888752937, 0.04932962357997894, + 0.027068069204688072, 0.02594425529241562, 0.07485873252153397, -0.09511280804872513, + 0.03959712013602257, -0.05932867154479027, 0.0476517491042614, -0.03350411355495453, + -0.031029561534523964, -0.02252388745546341, 0.01653856225311756, 0.054629191756248474, + -0.030450988560914993, -0.039852678775787354, 0.008901255205273628, 0.07824321836233139, + 0.03900301083922386, 0.007695171982049942, 0.03683082386851311, -0.04856300726532936, + 0.018043242394924164, -0.022682107985019684, 0.0067070708610117435, -0.0762685090303421, + -0.03359629958868027, -0.001504597021266818, -0.005005847197026014, 0.06433141976594925, + 0.029228243976831436, -0.013352538459002972, -0.04918721318244934, -0.059572674334049225, + -0.04330529645085335, -0.0718599259853363, -0.0015045220497995615, 0.07163314521312714, + 0.04291944205760956, -0.03821440413594246, 0.010799000039696693, 0.03382917121052742, + 0.03864201530814171, -0.0871369019150734, 0.07189098000526428, 0.10775160044431686, + 0.0030054328963160515, 0.08767952024936676, -0.05354943126440048, 0.08422353118658066, + -0.04099489003419876, -0.0825992077589035, 0.037480976432561874, 0.030507264658808708, + 0.05065269023180008, 0.0067183817736804485, 0.027531132102012634, 0.07195208966732025, + 0.08211411535739899, -0.01293496135622263, -0.07063931226730347, 0.01807539351284504, + -0.07880242168903351, -0.005694749299436808, -0.011618179269134998, -0.0733511745929718, + 0.07175052911043167, -0.017552051693201065, 0.011678716167807579, 0.03687772899866104, + 0.08110587298870087, -0.012997611425817013, -0.023081816732883453, 0.012953022494912148, + 0.03280803561210632, 0.00763642368838191, -0.05593792721629143, -0.0031180630903691053, + -0.09414004534482956, 0.024975791573524475, -0.024739637970924377, -0.004552431404590607, + -0.054238125681877136, -0.05149183049798012, 0.09458311647176743, -0.029292218387126923, + 0.054067183285951614, -0.0011754656443372369, 0.05395995453000069, -0.0068351454101502895, + -0.010652347467839718, 0.09075933694839478, 0.01088403258472681, -0.04977034777402878, + 0.04461175948381424, -0.02290099859237671, 0.0608576238155365, 0.03034239448606968, + -0.021560512483119965, 0.04435022547841072, -0.004973691422492266, 0.08421115577220917, + -0.07543151080608368, -0.053842756897211075, -0.06930844485759735, -0.025537172332406044, + -0.04526481777429581, -0.05245164781808853, -0.04976823553442955, -0.01087186485528946, + -0.02728993073105812, -0.08263598382472992, -0.022287290543317795, 0.024377427995204926, + -0.0030668419785797596, 0.01828283816576004, -0.007850229740142822, 0.01864008791744709, + 0.05946638807654381, 0.020334355533123016, -0.1036565825343132, -0.028654983267188072, + -0.06581465899944305, 0.012045244686305523, 0.05277977138757706, -0.07117623090744019, + -0.0008660659659653902, -0.018629850819706917, -0.07570747286081314, -0.007043455261737108, + 0.016300585120916367, 0.013192389160394669, -0.06623988598585129, -0.001986802788451314, + 0.029810748994350433, -0.00288260355591774, -0.058170296251773834, -0.016784772276878357, + -0.021209850907325745, 0.07194677740335464, -0.0602465458214283, 0.009655782952904701, + 0.01677270233631134, 0.07875224202871323, -0.02624291181564331, 0.05965416878461838, + -0.00120566098485142, -0.010148167610168457, 0.0924869030714035, -0.02188737876713276, + 0.008610082790255547, -0.07644285261631012, 0.013559038750827312, 0.01933014765381813, + -0.0038347910158336163, 0.0453546978533268, 0.008973737247288227, 0.02968437969684601, + 0.03431296721100807, -0.02403777465224266, -0.0225093774497509, -0.02641722932457924, + 0.01702452078461647, 0.07433053851127625, 0.09533143788576126, -0.06377141922712326, + -0.025369174778461456, 0.04749732092022896, -0.10566026717424393, 0.01589919626712799, + 0.008025079034268856, -0.008023624308407307, -0.05937614664435387, 0.01336769387125969, + -0.04439598321914673, 0.011128203012049198, 0.028205430135130882, -0.006651199422776699, + -0.036627791821956635, 0.0022105129901319742, -0.06732798367738724, 0.046648863703012466, + -0.012187572196125984, 0.036298755556344986, -0.00045826216228306293, 0.07009214162826538, + 0.06931671500205994, -0.00011212239769520238, 0.044187288731336594, -0.0159294456243515, + 0.05462748557329178, 0.06701912730932236, -0.08080488443374634, -0.018004456534981728, + -0.00804837141185999, 0.011835956014692783, 0.021327529102563858, -0.039000920951366425, + 0.0390726700425148, 0.01880645751953125, 0.012240312993526459, 0.003985152114182711, + -0.015806930139660835, -0.019508343189954758, 0.006498528644442558, 0.016184473410248756, + -0.06520573049783707, -0.05039983615279198, -0.06754598021507263, 0.011653505265712738, + -0.03188882768154144, 0.027105465531349182, -0.06604234874248505, 0.05244961008429527, + 0.017927447333931923, -0.02841147407889366, 0.05206836014986038, -0.0104385269805789, + -0.006233535706996918, -0.06688494235277176, -0.06099594011902809, -0.01517004705965519, + 0.0013103680685162544, 0.007482449058443308, -0.006983139086514711 + ], + [ + 0.04926914721727371, -0.012611640617251396, 0.022145433351397514, -0.028123866766691208, + 0.005333077162504196, 0.0010351135861128569, 0.030052490532398224, -0.044321656227111816, + -0.04745815321803093, 0.08292672038078308, -0.03788696229457855, -0.041450295597314835, + 0.002216104883700609, 0.12342134863138199, 0.05989166721701622, -0.05831179395318031, + 0.06955953687429428, -0.04901120066642761, 0.02983388863503933, 0.049185022711753845, + 0.004030992742627859, -0.11497792601585388, 0.028156623244285583, -0.028190305456519127, + 0.10202287137508392, -0.005794089753180742, -0.025493960827589035, 0.0006157647585496306, + 0.0267803855240345, -0.023948604241013527, -0.07191389799118042, 0.047437697649002075, + -0.023450812324881554, -0.0058310916647315025, -0.029728993773460388, 0.012433487921953201, + -0.041192781180143356, -0.09192461520433426, -0.0162968710064888, -0.031406912952661514, + -0.029615584760904312, 0.003816156880930066, 0.10232189297676086, 0.011164620518684387, + -0.04438808560371399, 0.12512511014938354, 0.023746926337480545, -0.007341799791902304, + 0.011518609710037708, 0.014842944219708443, 0.0242491252720356, 0.029667899012565613, + -0.019698604941368103, -0.028742868453264236, -0.052469514310359955, 0.12072992324829102, + -0.07067721337080002, -0.02423105016350746, 0.08440613001585007, -0.004267608746886253, + 0.04772520810365677, 0.0475388802587986, -0.04512944445014, 0.02646428719162941, 0.03143740072846413, + -0.004583099391311407, -0.07407359778881073, -0.0036288644187152386, -0.0003934071573894471, + -0.047249507158994675, 0.13204167783260345, -0.01113896630704403, -0.02142578735947609, + -0.006161024793982506, 0.06526000797748566, 0.03293963149189949, 0.11121475696563721, + 0.0065167746506631374, -0.004946869798004627, 0.008780873380601406, 0.01553035993129015, + 0.01139120850712061, 0.024784516543149948, 0.023641835898160934, 0.08573252707719803, + -0.011509984731674194, 0.015928737819194794, 0.043187227100133896, -0.027828501537442207, + -0.01546916551887989, 0.05650337040424347, 0.0046831537038087845, -0.03239133581519127, + -0.027703765779733658, -0.05308946967124939, -0.014685564674437046, -0.05902708321809769, + 0.080495186150074, -0.008337659761309624, 0.03050854429602623, 0.011084908619523048, + 0.030958600342273712, 0.05049131438136101, 0.03746431693434715, 0.009731895290315151, + 0.08142487704753876, 0.051681969314813614, -0.015527133829891682, 0.03803221881389618, + -0.05065876245498657, 0.004688579589128494, 0.040607865899801254, 0.14123283326625824, + 0.013443483039736748, -0.01853318326175213, 0.02043607458472252, 0.027502333745360374, + -0.012471851892769337, 0.0024211127310991287, -0.08112718164920807, 0.028397640213370323, + -0.0175790935754776, 0.010068768635392189, -0.024104896932840347, 0.07834528386592865, + -0.04732931777834892, -0.10683118551969528, 0.042744219303131104, 0.0034077444579452276, + 0.022872313857078552, 0.1105225682258606, -0.05272439494729042, -0.020033633336424828, + -0.06678513437509537, 0.1035856381058693, -0.02597922459244728, -0.00856303796172142, + -0.07328111678361893, -0.0029497421346604824, -0.0316852368414402, -0.0007328118081204593, + -0.011366214603185654, 0.04145600274205208, -0.007520856335759163, -0.01098194345831871, + -0.08211169391870499, -0.03542507439851761, 0.006943136919289827, -0.017834559082984924, + 0.046300869435071945, -0.0636407658457756, 0.09977461397647858, -0.05454181507229805, + -0.05693491920828819, -0.02031896263360977, -0.03138377144932747, 0.038696203380823135, + 0.01663888804614544, 0.06382681429386139, -0.015194987878203392, -0.043169282376766205, + 0.05839450657367706, -0.07495567947626114, -0.07967288792133331, 0.12542742490768433, + 0.023136314004659653, -0.054170966148376465, 0.017972221598029137, 0.058621034026145935, + -0.0069901347160339355, -0.013163615949451923, 0.028898494318127632, -0.025551242753863335, + -0.050526831299066544, 0.020508406683802605, -0.005639822222292423, -0.037760261446237564, + -0.014056944288313389, -0.017673781141638756, -0.05673278868198395, -0.011692366562783718, + 0.0850241556763649, 0.02813803032040596, 0.012547860853374004, -0.018969383090734482, + 0.008252602070569992, 0.00972280465066433, -0.0338948518037796, -0.07405876368284225, + -0.0706956535577774, 0.06457902491092682, -0.00790557824075222, 0.026522081345319748, + 0.05571373179554939, 0.0007795676356181502, 0.033060602843761444, -0.007715967949479818, + -0.022374525666236877, 0.06974431127309799, 0.009856803342700005, -0.05053678900003433, + -0.003823166713118553, -0.011507777497172356, -0.03858213126659393, -0.00876075029373169, + -0.040554072707891464, 0.030013933777809143, -0.06261222064495087, 0.02055051364004612, + 0.07297226041555405, -0.02423352375626564, 0.04911253601312637, 0.08118629455566406, + 0.03940408676862717, -0.018156781792640686, -0.03605837747454643, -0.02815561182796955, + -0.11448002606630325, -0.03029417060315609, 0.019912399351596832, 0.01414505485445261, + -0.05475179851055145, 0.006271215621381998, -0.026983553543686867, 0.0037515892181545496, + -0.08621393144130707, -0.01164398156106472, 0.09414055943489075, -0.047499656677246094, + -0.0531516894698143, 0.11344892531633377, -0.03279901295900345, -0.04299038276076317, + 0.07317046821117401, 0.050407007336616516, -0.008400991559028625, 0.04186555743217468, + -0.05219155177474022, -0.006617083679884672, -0.0027571350801736116, 0.008346115238964558, + -0.03164880350232124, 0.043157756328582764, -0.10008116066455841, -0.06268595159053802, + 0.08755376935005188, -0.0037143102381378412, 0.06789904087781906, 0.008622213266789913, + 0.06602032482624054, 0.025884903967380524, -0.07298929244279861, -0.08023092895746231, + -0.017470721155405045, -0.12419863045215607, 0.006479330826550722, -0.05305178463459015, + -0.03298690542578697, 0.04223442077636719, 0.020267482846975327, -0.07805886119604111, + 0.10838238894939423, -0.04567880928516388, 0.06732366979122162, -0.0853785052895546, + -0.10413751006126404, 0.08885499089956284, -0.020735038444399834, 0.07167284935712814, + 0.06553168594837189, 0.022213762626051903, 0.03737989813089371, 0.04818808659911156, + 0.004416757263243198, -0.0001304077886743471, 0.02700979821383953, 0.01354787778109312, + -0.07610812783241272, 0.01998261548578739, 0.04640279337763786, 0.05968247354030609, + 0.05314856395125389, 0.016407078132033348, 0.03207634016871452, 0.04526766017079353, + -0.007883692160248756, -0.0027971428353339434, -0.0069788252003490925, 0.0018733082106336951, + 0.09228181838989258, 0.011214988306164742, 0.06583721190690994, -0.01762266457080841, + -0.040539488196372986, 0.06892360001802444, 0.027506690472364426, 0.062390223145484924, + 0.03999701514840126, 0.037654440850019455, -0.021226365119218826, 0.09469736367464066, + 0.06835071742534637, 0.0660027414560318, 0.008023225702345371, -0.07810721546411514, + -0.016507087275385857, 0.08022890239953995, -0.03984387591481209, -0.04496321454644203, + -0.0037156722974032164, -0.03821743279695511, -0.03420865908265114, -0.07775010168552399, + 0.029924089089035988, 0.012762654572725296, 0.0746680200099945, 0.04055436700582504, + 0.02957969345152378, 0.008573470637202263, 0.05299912765622139, -0.019332224503159523, + 0.027797576040029526, -0.008842092007398605, -0.011276413686573505, -0.09342042356729507, + -0.04852820932865143, -0.016478821635246277, -0.06321956217288971, -0.010032588616013527, + -0.024024909362196922, 0.08987216651439667, 0.05168940871953964, -0.007122095674276352, + 0.022752612829208374, -0.10264939814805984, -0.041152480989694595, 0.0061699505895376205, + 0.002569441217929125, 0.00873114075511694, -0.026507344096899033, -0.09291425347328186, + 0.022922547534108162, -0.048608407378196716, 0.02249448001384735, -0.03882130607962608, + 0.02746790647506714, -0.014004144817590714, -0.051096752285957336, 0.06574377417564392, + -0.05142195522785187, 0.026408370584249496, -0.03682813048362732, -0.013523234985768795, + 0.03549664095044136, 0.04307886213064194, -0.05536409839987755, 0.04721060395240784, + -0.05887272581458092, -0.02432030625641346, -0.027774885296821594, -0.026669232174754143, + -0.006682847160845995, -0.10931858420372009, 0.0023521101102232933, -0.024603787809610367, + 0.014877079986035824, 0.06173580512404442, -0.059369299560785294, -0.028757765889167786, + 0.010808540508151054, 0.03504496067762375, 0.024249112233519554, -0.06918320804834366, + -0.04439814016222954, -0.02950584702193737, -0.0045369695872068405, 0.06859645247459412, + 0.021426942199468613, 0.04066037759184837, -0.022382372990250587, -0.010731012560427189, + -0.02514922432601452, -0.049091026186943054, -0.015783118084073067 + ], + [ + 0.070481076836586, 0.04553314670920372, 0.08491522818803787, 0.08077678084373474, 0.06838487833738327, + 0.041959043592214584, -0.03781101852655411, 0.06326550245285034, 0.025413883849978447, + 0.04633491858839989, -0.06473089754581451, -0.05095285549759865, -0.053442515432834625, + 0.027051527053117752, -0.07151638716459274, -0.010559611022472382, -0.059658996760845184, + 0.010047389194369316, 0.0035588149912655354, 0.05400610715150833, 0.0051283459179103374, + 0.0028474300634115934, -0.00625773286446929, -0.001318543334491551, 0.041041165590286255, + 0.060642682015895844, -0.0818597599864006, -0.09598705917596817, 0.002555723302066326, + -0.025741806253790855, -0.07104355841875076, -0.024385225027799606, -0.013739345595240593, + -0.02055053785443306, 0.0258692167699337, 0.002625405788421631, 0.024454817175865173, + -0.018944893032312393, 0.045466113835573196, -0.012683020904660225, 0.03693040460348129, + 0.03579019382596016, -0.028464335948228836, -0.0028798633720725775, 0.038989368826150894, + -0.028017928823828697, 0.012039383873343468, -0.013852361589670181, 0.07645600289106369, + -0.017482291907072067, 0.04904421046376228, -0.022602194920182228, -0.07013897597789764, + -0.052885379642248154, 0.013668747618794441, 0.037085022777318954, -0.011904988437891006, + 0.017303094267845154, 0.021689705550670624, -0.0556216798722744, 0.08214934170246124, + 0.024722443893551826, -0.05660722777247429, -0.06857001781463623, 0.011925590224564075, + -0.05752009525895119, -0.017109615728259087, 0.02377384901046753, 0.05776502937078476, + -0.03939872607588768, 0.014104405418038368, 0.04261131212115288, 0.05689385533332825, + -0.06339622288942337, 0.04229984059929848, -0.008382626809179783, 0.1107703223824501, + -0.04500901699066162, -0.02503819577395916, 0.0271019134670496, 0.031622499227523804, + 0.0626903548836708, -0.008374842815101147, 0.004808759316802025, 0.03652407228946686, + -0.014642092399299145, -0.0025868478696793318, -0.059466101229190826, 0.00163853052072227, + 0.03156048804521561, 0.03088892251253128, -0.015067161992192268, 0.03335290402173996, + -0.04013541340827942, 0.01929178275167942, 0.04775486886501312, 0.003921106923371553, + 0.014926901087164879, 0.011505094356834888, 0.010156852193176746, 0.023914486169815063, + 0.0754150003194809, 0.03613262623548508, 0.10735347867012024, -0.08601771295070648, + 0.003584787482395768, -0.04108316823840141, -0.05091011896729469, -0.00544831994920969, + 0.0007336025009863079, 0.016437513753771782, -0.07126129418611526, 0.0929110124707222, + -0.011442515067756176, -0.04930511862039566, -0.025802001357078552, 0.00131901353597641, + -0.0437239408493042, 0.03532262146472931, 0.0016774001996964216, -0.052913814783096313, + -0.03199758753180504, -0.015580866485834122, 0.009442301467061043, 0.03325757756829262, + -0.013838890939950943, -0.027124930173158646, -0.019383471459150314, -0.020498525351285934, + -0.07371578365564346, 0.017018651589751244, -0.08723883330821991, 0.03464401140809059, + -0.06573057919740677, 0.0008397947531193495, -0.058422740548849106, 0.04424059018492699, + 0.01161392591893673, -0.046214163303375244, 0.01484160777181387, -0.01699848845601082, + -0.03485696390271187, 0.04240762069821358, 0.026108570396900177, -0.019958890974521637, + 0.04448845610022545, -0.01163021381944418, 0.008365868590772152, -0.027425527572631836, + 0.03630337864160538, -0.03405432775616646, 0.055446479469537735, 0.02968643046915531, + -0.0023366769310086966, -0.022719167172908783, -0.0491509772837162, 0.035300929099321365, + -0.061102498322725296, 0.010120555758476257, 0.02391921728849411, -0.06255845725536346, + -0.03775026276707649, -0.008224328979849815, 4.7148310841294006e-5, 0.04080084338784218, + 0.07034394145011902, -0.07410193979740143, -0.15936249494552612, 0.023829840123653412, + 0.007302341982722282, 0.05467937886714935, 0.08029444515705109, -0.03942527249455452, + 0.0049270568415522575, 0.09320010989904404, -0.055405035614967346, -0.04873209446668625, + 0.010117127560079098, -0.004734158515930176, 0.031192218884825706, -0.05962498486042023, + 0.023390499874949455, -0.010289006866514683, -0.023370619863271713, -0.0019016267033293843, + 0.014799852855503559, -0.005964494775980711, -0.03791595622897148, -0.06737907230854034, + -0.069842129945755, -0.0535709522664547, 0.007425124756991863, 0.017119891941547394, + 0.01292495708912611, 0.01297335047274828, 0.035736266523599625, -0.08606330305337906, + -0.017726389691233635, -0.030213505029678345, -0.07433506846427917, 0.02218826860189438, + -0.011663064360618591, 0.00879558827728033, -0.08157746493816376, 0.0544009692966938, + -0.028258370235562325, -0.018623657524585724, -0.024805989116430283, -0.04529071971774101, + 0.05844103544950485, 0.06999384611845016, 0.03482385352253914, 0.005979281850159168, + 0.005596018396317959, -0.006548348348587751, 0.020501550287008286, 0.06834271550178528, + -0.05033867806196213, 0.028373897075653076, -0.04465828835964203, -0.009642386808991432, + -0.00400073267519474, 0.023960573598742485, -0.029551727697253227, -0.017334822565317154, + -0.04613468050956726, 0.030184773728251457, 0.014415462501347065, -0.024474624544382095, + 0.024773232638835907, -0.021402087062597275, 0.10351461917161942, -0.03923627361655235, + 0.01761230081319809, -0.06269427388906479, -0.015860915184020996, 0.08827032893896103, + 0.044226307421922684, -0.036355674266815186, -0.06512877345085144, 0.013878434896469116, + 0.08258741348981857, -0.0005209010560065508, -0.07570259273052216, 0.02683144249022007, + 0.08530113846063614, -0.01669124886393547, 0.026702312752604485, -0.07334621250629425, + 0.08380844444036484, 0.037150125950574875, -0.025509554892778397, 0.02772766351699829, + -0.03185657784342766, 0.04339710623025894, -0.04410741478204727, -0.09868071973323822, + 0.020466797053813934, 0.08631905913352966, 0.02771686017513275, -0.05497495085000992, + 0.04327821359038353, 0.003945253323763609, 0.018730398267507553, -0.11380276829004288, + -0.03152476251125336, 0.12556464970111847, 0.042841121554374695, 0.0824417769908905, 0.0576978400349617, + 0.041410475969314575, 0.10194774717092514, -0.05701756477355957, 0.05090648680925369, + -0.024517085403203964, 0.0010903207585215569, 0.0227090734988451, 0.04750549793243408, + -0.00708032539114356, 0.05165663734078407, 0.090006522834301, 0.0335819348692894, 0.08944229781627655, + 0.04145217686891556, -0.06784114986658096, 0.04471774399280548, -0.03063933737576008, + 0.04540036618709564, 0.03832731395959854, 0.007467326242476702, 0.026045214384794235, + 0.06345239281654358, 0.03418157994747162, -0.020812489092350006, 0.051803652197122574, + 0.08083007484674454, 0.03827214986085892, 0.020196670666337013, 0.010108467191457748, + -0.0031724541913717985, 0.051067743450403214, -0.00830164272338152, 0.03419206291437149, + 0.0230096485465765, -0.059947699308395386, 0.037668704986572266, -0.006326540373265743, + -0.0035970271565020084, -0.006318947765976191, 0.006417063530534506, -0.049382805824279785, + -0.07849693298339844, -0.04349224641919136, -0.058149583637714386, 0.026379168033599854, + -0.024588782340288162, 0.0038631889037787914, -0.045145533978939056, 0.08708390593528748, + 0.007248271256685257, 0.0725964680314064, 0.046433478593826294, -0.05605441704392433, + 0.012437439523637295, 0.04986368864774704, -0.03100856952369213, -0.02541138418018818, + 0.057489704340696335, 0.0071474844589829445, -0.07833855599164963, -0.016247326508164406, + -0.004972794558852911, -0.09273088723421097, -0.03882468864321709, -0.04946531355381012, + -0.05648517236113548, -0.03695175424218178, 0.018804267048835754, -0.005450554192066193, + -0.05193586274981499, -0.05005163326859474, 0.0028886226937174797, -0.023965977132320404, + 0.04898891970515251, -0.03446810692548752, 0.038441866636276245, 0.0844479352235794, + 0.09061594307422638, -0.015609252266585827, -0.02210739068686962, -0.0005214361590333283, + 0.07603354752063751, -0.05359133705496788, 0.031283531337976456, -0.0396256297826767, + -0.035637639462947845, 0.023865722119808197, -0.03694915026426315, -0.010890691541135311, + -0.04447624832391739, -0.06369408965110779, 0.008328132331371307, 0.015571626834571362, + 0.023750565946102142, -0.04494776949286461, -0.002958867698907852, -0.012979865074157715, + 0.06373272091150284, 0.00856531597673893, 0.02667579986155033, -0.03524243086576462, + 0.00210722628980875, -0.024715756997466087, -0.019228141754865646, 0.009373840875923634, + -0.020691443234682083, 0.07959318161010742, -0.04504677653312683, 0.03965495154261589, + 0.06788910925388336, 0.028206752613186836, -0.028655681759119034, -0.04625401645898819, + -0.018883569166064262 + ], + [ + 0.010026064701378345, -0.0163394995033741, 0.046134140342473984, -0.047367360442876816, + -0.023377005010843277, 0.03475005179643631, -0.016805142164230347, -0.037349507212638855, + 0.009899654425680637, -0.0362359918653965, -0.04129962623119354, 0.010077621787786484, + -0.05425214767456055, 0.10314328223466873, 0.0323324091732502, 0.0018866609316319227, + 0.04456135258078575, 0.028958426788449287, 0.10179850459098816, 0.0277852863073349, + 0.013091013766825199, -0.044536489993333817, 0.09472858905792236, -0.021426038816571236, + 0.061685122549533844, -0.050991348922252655, 0.036319635808467865, -0.05605071783065796, + 0.03273926302790642, 0.05371461063623428, -0.02603073976933956, -0.03185286372900009, + -0.05865195393562317, 0.013985519297420979, -0.07692623138427734, 0.08194795250892639, + 0.01853625662624836, 0.039640918374061584, 0.03466244041919708, -0.030979806557297707, + -0.06445297598838806, 0.04196812957525253, -0.03997473791241646, -0.022004373371601105, + 0.01774042658507824, 0.004327355418354273, 0.07346484065055847, 0.06072358414530754, -0.045551847666502, + 0.05205358564853668, 0.04330872744321823, -0.013171534985303879, 0.020239392295479774, + -0.07186466455459595, -0.0678572952747345, 0.08468092978000641, -0.047489676624536514, + -0.0011296903248876333, 0.010548689402639866, -0.0037214418407529593, 0.06992466747760773, + -0.01641174778342247, -0.07272812724113464, 0.010576077736914158, 0.002433808520436287, + 0.044316790997982025, -0.03177386149764061, 0.02351895160973072, -0.049225013703107834, + -0.003352005500346422, -0.009241096675395966, -0.06562357395887375, 0.01997680775821209, + 0.03044738434255123, -0.03234019875526428, -0.03346974775195122, -0.029932532459497452, + -0.09085949510335922, -0.03013474866747856, -0.004430997651070356, -0.06599365174770355, + 0.0430733896791935, 0.018476290628314018, 0.04435649514198303, -0.012984976172447205, + -0.0024392353370785713, 0.0885433554649353, 0.009608580730855465, -0.055482860654592514, + -0.07026111334562302, -0.016702938824892044, -0.014513549394905567, -0.0509481355547905, + 0.04975274205207825, 0.018261466175317764, 0.024737365543842316, -0.09894607961177826, + -0.014966650865972042, 0.009089868515729904, 0.03632644563913345, 0.03285820782184601, + 0.00907223578542471, -0.011877084150910378, -0.06331761926412582, 0.007794757839292288, + 0.004268726799637079, 9.489607327850536e-5, 0.0404190719127655, 0.02045828104019165, + -0.006385652348399162, 0.05608421936631203, 0.047341279685497284, 0.02182249166071415, + 0.02845408208668232, 0.05103861913084984, 0.05353069677948952, -0.07807158678770065, + -0.045877523720264435, 0.038556795567274094, -0.0656847432255745, 0.03619515523314476, + 0.040884263813495636, 0.05425765737891197, 0.024458369240164757, 0.05466288700699806, + 0.006517200730741024, -0.05202452093362808, 0.006045973394066095, -0.015821319073438644, + 0.005972567480057478, 0.0037398505955934525, -0.016096504405140877, 0.03179105371236801, + -0.06073363125324249, 0.1070900410413742, -0.016711341217160225, 0.07834207266569138, + 0.05478527024388313, -0.007255824748426676, 0.07387031614780426, -0.021101299673318863, + -0.11063569039106369, -0.021047281101346016, -0.005273796152323484, 0.009942261502146721, + 0.008933650329709053, -0.0255003459751606, 0.06603705883026123, -0.07435479015111923, + -0.026824431493878365, 0.003390585770830512, 0.013943715952336788, 0.04716929420828819, + 0.03565321862697601, 0.03969651833176613, 0.0030203317292034626, 0.026889743283391, 0.01120958011597395, + -0.07289358973503113, 0.04053909704089165, 0.005929587408900261, 0.06324592977762222, + 0.09912519156932831, -0.00513664074242115, -0.0026822402141988277, -0.013739037327468395, + 0.014301074668765068, 0.018062187358736992, -0.024905256927013397, -0.05957267805933952, + -0.06155242770910263, -0.0010243774158880115, 0.0470002107322216, 0.038167063146829605, + -0.03847482427954674, -0.06811843812465668, -0.048817940056324005, 0.038654226809740067, + 0.028401482850313187, -0.021872302517294884, -0.06453142315149307, 0.018130267038941383, + 0.06802556663751602, -0.02941269427537918, -0.0327632874250412, 0.052907608449459076, + 0.01105731725692749, 0.006901463493704796, 0.028961801901459694, -0.0473126545548439, + 0.04810723289847374, -0.004206248093396425, 0.07644987106323242, 0.08534930646419525, + -0.008730454370379448, -0.006058135535567999, -0.029469488188624382, 0.006186935119330883, + 0.04219667986035347, -0.0014572828076779842, 0.006634108256548643, -0.08531147241592407, + 0.061524730175733566, 0.03246553614735603, -0.08288648724555969, 0.025972476229071617, + -0.028328154236078262, -0.08396762609481812, -0.014662052504718304, 0.007495473138988018, + 0.023648731410503387, 0.017061719670891762, -0.03538825362920761, -0.04864199832081795, + -0.028138089925050735, -0.014299591071903706, -0.0330069400370121, -0.07895965129137039, + -0.03726470097899437, -0.0369887575507164, -0.05270427465438843, -0.026574397459626198, + 0.027750300243496895, 0.04092772305011749, 0.03743131086230278, -0.027980351820588112, + 0.02600046992301941, 0.03194092959165573, 0.0163078922778368, -0.0646185502409935, 0.03267398476600647, + 0.03473374992609024, -0.06093985587358475, 0.02440400794148445, -0.07295160740613937, + 0.0826931744813919, -0.06814384460449219, -0.02147761732339859, -0.010099955834448338, + 0.018481558188796043, 0.08830282837152481, 0.02069067396223545, 0.07234098017215729, + -0.011213568039238453, 0.007875155657529831, 0.030777812004089355, -0.06641878932714462, + -0.06649342179298401, 0.03131304681301117, 0.07137356698513031, -0.012491789646446705, + 0.011979232542216778, -0.010865768417716026, 0.007746503222733736, -0.07724611461162567, + 0.058494776487350464, 0.06473293900489807, -0.052229929715394974, 0.018901968374848366, + 0.02065783366560936, -0.02040514536201954, 0.09748617559671402, -0.019646525382995605, + 0.08913931250572205, -0.07010776549577713, -0.15652018785476685, 0.01132129691541195, + 0.005649981088936329, -0.03179614990949631, -0.015692804008722305, -0.040471386164426804, + 0.028092140331864357, 0.0040648565627634525, 0.006440346594899893, -0.053517118096351624, + -0.02462063916027546, 0.026014190167188644, -0.1396639049053192, -0.013011541217565536, + 0.09116744250059128, -0.03740851581096649, -0.005492177791893482, 0.02949487790465355, + -0.0059304796159267426, 0.00982138141989708, -0.008184850215911865, 0.0070775640197098255, + -0.024164607748389244, -0.0032437245827168226, 0.051756199449300766, -0.023081902414560318, + 0.08482538163661957, -0.07713394612073898, 0.010977434925734997, -0.003893142333254218, + 0.07590852677822113, 0.04217647761106491, -0.07062409818172455, -0.07734434306621552, + -0.07325233519077301, -0.03829658031463623, -0.0035930227022618055, 0.006406207103282213, + -0.007326798513531685, -0.02687251754105091, -0.025520063936710358, 0.02046847715973854, + 0.025155801326036453, -0.03997405618429184, 0.08261905610561371, -0.04936270788311958, + -0.031338807195425034, -0.012962943874299526, -0.05623270943760872, -0.029204584658145905, + -0.041346367448568344, -0.005721736699342728, -0.010483772493898869, 0.022121189162135124, + -6.291399040492252e-5, -0.010550355538725853, 0.004595265723764896, -0.033994972705841064, + -0.02305705100297928, -0.039403315633535385, 0.04519982635974884, -0.05254417657852173, + 0.07131510972976685, -0.009455107152462006, -0.018504906445741653, 0.006790659856051207, + -0.05230218172073364, -0.016157949343323708, 0.054786838591098785, -0.02649148367345333, + 0.0071493894793093204, -0.02747383527457714, -0.07801873981952667, -0.05291576310992241, + -0.0064673167653381824, -0.015727756544947624, -0.010115641169250011, -0.0642089992761612, + 0.015671519562602043, -0.02015410177409649, -0.0034494036808609962, -0.00812510121613741, + -0.03357982262969017, -0.041486892849206924, -0.03927360475063324, -0.05724213644862175, + 0.07648949325084686, 0.004908373579382896, -0.018575677648186684, 0.018260164186358452, + -0.026593981310725212, -0.01249851007014513, 0.047292560338974, 0.06497425585985184, + -0.05814322084188461, -0.06063882261514664, 0.010566409677267075, -0.03670157492160797, + -0.013914004899561405, 0.09472806006669998, 0.1208292543888092, 0.048114269971847534, + 0.01933370530605316, -0.03888152539730072, 0.015667831525206566, -0.04962075874209404, + 0.08281810581684113, 0.02842370606958866, -0.02087479643523693, 0.015393647365272045, + 0.02458634413778782, -0.026110468432307243, 0.05069952458143234, 0.012985249049961567, + 0.06856226176023483, -0.054734088480472565, 0.06986681371927261, -0.026683207601308823, + -0.04358833283185959 + ], + [ + -0.0014825123362243176, -0.014031907543540001, -0.007875899784266949, 0.007515722420066595, + 0.005876112729310989, -0.048919279128313065, -0.006572294514626265, -0.04474443197250366, + 0.0023753566201776266, 0.08644017577171326, 0.08813141286373138, 0.07448389381170273, + -0.03146006911993027, 0.038108740001916885, -0.05889217182993889, 0.030556054785847664, + -0.01989693008363247, -0.032786015421152115, 0.03838682174682617, -0.04475082829594612, + 0.08222560584545135, -0.02223806641995907, -0.03698543831706047, 0.10542915016412735, + 0.03902922570705414, 0.003569111693650484, 0.06390461325645447, -0.02304706908762455, + 0.06476388871669769, -0.11466345191001892, -0.054421067237854004, -0.07668645679950714, + -0.018787667155265808, 0.0025339843705296516, -0.05395197123289108, -0.02326454035937786, + -0.030738020315766335, 0.014879662543535233, 0.01547348964959383, 0.0916433110833168, + 0.08413182199001312, -0.04331547021865845, -0.07108357548713684, -0.01122202817350626, + 0.03860002011060715, -0.06252642720937729, 0.0032324842177331448, 0.03494477644562721, + -0.01892898790538311, 0.09219169616699219, 0.03856144845485687, -0.04563983529806137, + 0.02472953125834465, -0.012705064378678799, -0.010059993714094162, -0.06469655781984329, + -0.0471874438226223, -0.02913232520222664, 0.12598839402198792, -0.062172532081604004, + -0.028375951573252678, 0.0020888156723231077, -0.06466706842184067, 0.020308537408709526, + -0.0805664211511612, -0.012944872491061687, 0.0420072004199028, -0.00026662173331715167, + 0.06404626369476318, -0.058859068900346756, 0.022500382736325264, -0.045219626277685165, + 0.04192280396819115, 0.008819696493446827, 0.04539438337087631, -0.04229460656642914, + 0.10082987695932388, 0.02952846698462963, -0.06817226856946945, 0.01807478256523609, + -0.018936270847916603, -0.0070038591511547565, -0.007660428062081337, -0.04267022758722305, + 0.06386231631040573, -0.05651290714740753, 0.08098038285970688, 0.06243950501084328, + 0.00746579933911562, 0.056382063776254654, 0.09255755692720413, 0.08567045629024506, + 0.018878815695643425, -0.018052827566862106, -0.05431486666202545, 0.1235576793551445, + -0.05997443199157715, 0.03374152630567551, 0.033089544624090195, -0.03689393401145935, + -0.007833456620573997, 0.07164224237203598, -0.0028303631115704775, 0.1595057100057602, + -0.035975970327854156, -0.025563184171915054, 0.13891252875328064, -0.13730259239673615, + -0.05065734684467316, 0.07492171227931976, 0.028663931414484978, -0.010267656296491623, + 0.0009613098809495568, -0.01649499498307705, 0.058726951479911804, -0.006279735825955868, + -0.050777703523635864, 0.009479975327849388, -0.03197414427995682, 0.04217394068837166, + -0.07818618416786194, 0.14527788758277893, -0.0107545405626297, 0.01667693443596363, + -0.029811032116413116, -0.05877945199608803, -0.013034069910645485, -0.04368478059768677, + 0.011122046038508415, -0.008945843204855919, -0.06288757920265198, 0.0012609875993803144, + 0.02962796948850155, -0.13484631478786469, 0.10890282690525055, 0.024129372090101242, + 0.0720752626657486, -0.005504007451236248, 0.06472105532884598, 0.007622589357197285, + -0.043294571340084076, 0.02477402798831463, -0.00794820487499237, -0.001247384469024837, + 0.01358234416693449, -0.05260618403553963, -0.016931971535086632, 0.04821569845080376, + -0.06324858218431473, -0.011280662380158901, -0.056546401232481, -0.02201210707426071, + -0.08973231911659241, 0.019878564402461052, -0.054745420813560486, 0.04232962056994438, + -0.06557036191225052, 0.03150206431746483, 0.01563001610338688, 0.013723758980631828, + 0.01239501778036356, 0.06196992099285126, -0.08561687171459198, 0.04928796365857124, + 0.02953469567000866, 0.009493229910731316, 0.12646345794200897, -0.013384330086410046, + -0.06126068904995918, -0.018754413351416588, 0.1278383880853653, 0.059297338128089905, + -0.03874824196100235, -0.008991758339107037, -0.0016021446790546179, 0.02166166715323925, + 0.06050096079707146, -0.00882335938513279, -0.05931474640965462, -0.08753076195716858, + -0.002229757374152541, -0.027750888839364052, -0.025303734466433525, 0.005389858037233353, + -0.055836353451013565, -0.02300078608095646, -0.0388420931994915, -0.039831262081861496, + 0.0010164582636207342, -0.010277763940393925, -0.010504817590117455, 0.011378753930330276, + 0.0757664367556572, 0.05349988862872124, -0.07593517005443573, -0.06245109811425209, + -0.03510470315814018, -0.08568985760211945, 0.0035756065044552088, -0.07485070079565048, + -0.02972225286066532, -0.0026138934772461653, -0.03642723709344864, 0.01397493202239275, + -0.05588708072900772, -0.017308492213487625, -0.06158880144357681, 0.10605248808860779, + -0.09361482411623001, 0.010287066921591759, 0.06863158196210861, 0.02047564461827278, + -0.06385591626167297, -0.08055088669061661, -0.024126432836055756, 0.08813754469156265, + 0.042586520314216614, -0.09145334362983704, 0.06780506670475006, -0.005297735799103975, + 0.04671939089894295, 0.04233163595199585, 0.08844500035047531, 0.018814226612448692, + 0.00299599370919168, 0.07129137217998505, 0.03500904515385628, 0.05967080965638161, 0.04818907007575035, + -0.024878088384866714, -0.03001650795340538, -0.06385845690965652, -0.0054066842421889305, + -0.0759945809841156, -0.0133223757147789, -0.04182029515504837, -0.012857985682785511, + -0.041363585740327835, -0.04747838154435158, 0.026981815695762634, 0.0039796303026378155, + 0.05372267961502075, 0.039794955402612686, -0.025574874132871628, 0.01410690788179636, + 0.022123824805021286, 0.004890583921223879, 0.053269162774086, -0.10389349609613419, + 0.02046140842139721, -0.1237950325012207, -0.021193312481045723, 0.05227881297469139, + 0.012453390285372734, -0.06178624927997589, -0.05544606223702431, 0.04160154610872269, + 0.022827118635177612, -0.004894005600363016, 0.01152422558516264, -0.07424252480268478, + 0.027241500094532967, 0.024774646386504173, 0.06645136326551437, 0.04662761464715004, + -0.08797203749418259, 0.08592918515205383, -0.026577558368444443, 0.12376656383275986, + -0.015098245814442635, -0.06680187582969666, -0.02519121766090393, 0.020126044750213623, + -0.05677173286676407, 0.023492617532610893, 0.05548739805817604, 0.071609728038311, + 0.005010729189962149, 0.01844552904367447, 0.08248697221279144, 0.06471743434667587, + 0.04801006615161896, 0.005197326652705669, -0.007481916341930628, 0.1056879311800003, + 0.06476086378097534, 0.07759661227464676, -0.05486507713794708, -0.03883633390069008, + 0.015036264434456825, -0.03864426910877228, 0.028654491528868675, -0.03343029320240021, + -0.01822667010128498, -0.04836234822869301, 0.0608191192150116, 0.035747330635786057, + -0.07075896114110947, -0.08906003087759018, -0.00030248795519582927, 0.04943768307566643, + -0.01607086881995201, 0.02396225742995739, -0.05980359762907028, -0.016522832214832306, + -0.028695538640022278, -0.07755813002586365, -0.044577017426490784, -0.06679555773735046, + 0.0050681643187999725, -0.011727538891136646, -0.030353574082255363, -0.016678839921951294, + 0.032800912857055664, 0.09838372468948364, 0.09387187659740448, 0.035242266952991486, + 0.09351671487092972, 0.07706475257873535, 0.032302383333444595, -0.035522039979696274, + -0.04612252488732338, 0.0011655149282887578, 0.07643648236989975, -0.02505258098244667, + -0.00852913036942482, 0.014450923539698124, -0.049131840467453, 0.031110264360904694, + -0.0336625799536705, 0.041264742612838745, 0.04718406870961189, -0.02278202585875988, + 0.026637166738510132, -0.040168989449739456, -0.04502768814563751, 0.009561746381223202, + 0.14463931322097778, 0.0017904610140249133, 0.0011656749993562698, -0.11172948032617569, + 0.0018515988485887647, 0.02506745047867298, -0.006500501185655594, 0.043142374604940414, + -0.029217129573225975, 0.005094294436275959, 0.010621381923556328, -0.009812035597860813, + 0.0645420178771019, -0.028556739911437035, 0.07908181846141815, -0.03237757831811905, + -0.014816486276686192, -0.13969407975673676, -7.432872371282429e-5, -0.053511153906583786, + -0.04055159166455269, 0.007897340692579746, -0.011773708276450634, 0.06259489804506302, + 0.04913744330406189, 0.056725066155195236, -0.02648344077169895, -0.04287344962358475, + -0.08858675509691238, -0.03724151477217674, -0.011083885096013546, 0.0329371877014637, + 0.01499207504093647, -0.03972877934575081, -0.0012089333031326532, 0.08238140493631363, + -0.046746157109737396, -0.023904921486973763, 0.0497603602707386, -0.08533674478530884, + 0.022157009690999985, 0.02975563146173954, -0.0748053640127182, -0.04378014802932739, + -0.05369124561548233, 0.01591796986758709, -0.03900303319096565 + ], + [ + 0.011921715922653675, -0.025150049477815628, 0.018671389669179916, 0.09258447587490082, + -0.032456036657094955, -0.024436045438051224, -0.0054178386926651, -0.018045345321297646, + -0.04730673134326935, 0.13505855202674866, 0.06702844798564911, -0.0720551609992981, + 0.003841275116428733, 0.0664343535900116, 0.02246406115591526, -0.021505512297153473, + 0.0326235331594944, -0.024446165189146996, 0.006340696942061186, 0.035098422318696976, + 0.009743347764015198, -0.023134563118219376, 0.09403020143508911, 0.02813803404569626, + 0.031780488789081573, -0.06419330835342407, -0.007050256244838238, -0.009710846468806267, + -0.017332900315523148, -0.01921231299638748, 0.011284232139587402, -0.062399301677942276, + 0.0556497722864151, -0.005245165899395943, -0.015131039544939995, -0.03566363453865051, + 0.059480343014001846, 0.0165450070053339, -0.026782698929309845, -0.021165672689676285, + -0.020088549703359604, -0.09849448502063751, 0.031077412888407707, 0.028969023376703262, + -0.02683437056839466, 0.061206378042697906, -0.04406118392944336, 0.03085572086274624, + 0.11645618826150894, -0.005983011797070503, 0.09143799543380737, -0.02898731641471386, + 0.04172813147306442, -0.04806574806571007, 0.057548653334379196, 0.052926164120435715, + -0.08208706974983215, -0.0032162973657250404, 0.03431384265422821, -0.032647453248500824, + 0.01616697385907173, 0.041626885533332825, -0.10884438455104828, -0.052857015281915665, + -0.057134732604026794, 0.018286777660250664, -0.009171605110168457, 0.009030931629240513, + -0.03893721103668213, -0.05688686668872833, -0.016499904915690422, 0.06715647876262665, + 0.02081349678337574, -0.07677288353443146, 0.01772668957710266, 0.006957939360290766, + 0.07238557934761047, -0.049849558621644974, 0.046951133757829666, 0.021823612973093987, + -0.08650238066911697, 0.0342792309820652, -0.06403984129428864, -0.002516484120860696, + 0.012079731561243534, 0.0016491336282342672, -0.02289143018424511, 0.04548703879117966, + -0.027947185561060905, 0.006282267160713673, 0.0153597891330719, 0.09499276429414749, + -0.09278742969036102, -0.09319941699504852, -0.13291095197200775, 0.05639052391052246, + 0.013832026161253452, 0.09657259285449982, -0.01292724721133709, -0.01745016872882843, + 0.0019495603628456593, -0.0022623382974416018, 0.029044119641184807, 0.07398906350135803, + 0.05022379010915756, 0.0363231785595417, 0.08419829607009888, 0.014739111065864563, + 0.052950065582990646, -0.05809374898672104, 0.002455982146784663, 0.014124403707683086, + 0.06821595132350922, 0.07133237272500992, -0.016567444428801537, -0.02551371231675148, + 0.07441992312669754, -0.022806689143180847, 0.031438231468200684, 0.03365207463502884, + 0.02139388583600521, 0.044861335307359695, 0.007577755954116583, 0.006002757698297501, + 0.013425188139081001, -0.011890317313373089, -0.051736366003751755, -0.04604986682534218, + 0.04520375281572342, 0.021483153104782104, 0.014394231140613556, -0.09638820588588715, + -0.018339399248361588, -0.054210517555475235, -0.024877332150936127, 0.016674978658556938, + -0.055476102977991104, -0.0239105261862278, -0.03522825241088867, -0.012408521957695484, + -0.034389037638902664, -0.004983387887477875, 0.018469365313649178, -0.02307983860373497, + 0.002803815994411707, -0.04815472662448883, 0.026219964027404785, 0.015532277524471283, + -0.05917038396000862, -0.022075919434428215, -0.011856659315526485, -0.023174958303570747, + 0.002783989766612649, -0.016348551958799362, 0.11176792532205582, -0.06904438883066177, + 0.03308330848813057, -0.0072689298540353775, 0.049757178872823715, 0.06580176204442978, + 0.028594447299838066, 0.0607641339302063, -0.05771897733211517, 0.035123035311698914, + -0.010384568944573402, -0.05370453745126724, 0.04753803089261055, 0.010399309918284416, + 0.06560025364160538, 0.03463444858789444, 0.08280739933252335, -0.02092866227030754, + -0.030169406905770302, 0.03061063401401043, 0.08581314980983734, -0.04440217465162277, + 0.028267011046409607, -0.03906945511698723, -0.00924887228757143, 0.0056175412610173225, + -0.0595477819442749, 0.06716198474168777, 0.014154072850942612, 0.04986605420708656, + -0.0027171235997229815, 0.03314903751015663, -0.06946318596601486, 0.0054495022632181644, + -0.0655050128698349, 0.06143830716609955, 0.06482420861721039, -0.043325766921043396, + 0.01302928663790226, 0.027889812365174294, -0.00954238511621952, -0.007936647161841393, + -0.050230562686920166, -0.03094196878373623, -0.0049017551355063915, -0.06336504220962524, + -0.07526037842035294, 0.0019774383399635553, -0.011186763644218445, -0.001571183674968779, + -0.009151054546236992, -0.031077561900019646, -0.028089100494980812, 0.028581298887729645, + 0.026450714096426964, 0.07947635650634766, 0.07434401661157608, -0.004744791425764561, + -0.05742296949028969, -0.08571683615446091, -0.03423791378736496, 0.08746901899576187, + 0.023833565413951874, -0.002627111040055752, 0.0041441963985562325, 0.05521593615412712, + 0.0700405165553093, -0.06100597232580185, -0.0704873651266098, -0.039556968957185745, + -0.09508281946182251, 0.016941217705607414, 0.08870818465948105, 0.09847474843263626, + 0.010510087944567204, 0.0046784402802586555, 0.0513899102807045, -0.01720898412168026, + -0.036557454615831375, 0.030614633113145828, -0.011408543214201927, -0.04497906565666199, + 0.03436223044991493, 0.014842929318547249, -0.0617816299200058, 0.0515972301363945, + -0.08853152394294739, 0.021363090723752975, 0.03864387795329094, -0.11258586496114731, + 0.024703223258256912, 0.13575850427150726, 0.01682070456445217, 0.04567638784646988, + 0.029964204877614975, -0.005243232939392328, -0.1319303661584854, 0.06740519404411316, + -0.027379877865314484, 0.012803102843463421, -0.07920096069574356, -0.002806055825203657, + -0.04990989342331886, -0.0719829797744751, 0.0901755839586258, 0.006881115026772022, + -0.15124744176864624, 0.1650087535381317, -0.024240760132670403, 0.059601400047540665, + 0.042988136410713196, -0.1259811520576477, 0.1441185176372528, -0.0057115741074085236, + 0.007625639904290438, 0.004645466338843107, -0.012901313602924347, -0.003504800144582987, + -0.04143279045820236, 0.026632478460669518, 0.022092465311288834, 0.018296735361218452, + 0.037383388727903366, 0.03825844079256058, -0.017115484923124313, -0.03098415397107601, + -0.004939459264278412, -0.003270275890827179, 0.0927203819155693, -0.04323233291506767, + -0.02388102188706398, -0.08484727144241333, 0.012356478720903397, -0.02233985997736454, + -0.02492285519838333, 0.05833923816680908, 0.05286626145243645, 0.04855335131287575, + 0.030369611456990242, -0.0037560530472546816, 0.023717544972896576, -0.0017517732921987772, + 0.05626029521226883, -0.002290621865540743, -0.03769228607416153, -0.028754858300089836, + 0.12937809526920319, -0.04480056092143059, -0.029087617993354797, 0.007370088715106249, + -0.12354906648397446, 0.016124123707413673, -0.027203239500522614, -0.08143046498298645, + -0.07385188341140747, 0.0006328954477794468, 0.006927179172635078, -0.11416324973106384, + -0.05132045969367027, -0.022336216643452644, 0.02931980974972248, 0.07017964124679565, + 0.001637601642869413, 0.039698392152786255, 0.07497520744800568, 0.03309350460767746, + 0.09091231971979141, 0.008630786091089249, -0.07541240006685257, -0.01709930971264839, + -0.059009745717048645, -0.02535223960876465, 0.027538612484931946, -0.06236135959625244, + 0.04397771134972572, 0.01628357544541359, 0.03576957806944847, -0.040496185421943665, + 0.02628820762038231, 0.027934016659855843, -0.09666409343481064, -0.07484085857868195, + 0.03323591500520706, 0.010676463134586811, -0.061109572649002075, -0.06508950144052505, + -0.04824152588844299, 0.03424445912241936, -0.05333400517702103, 0.07232251763343811, + -0.018530255183577538, 0.051486432552337646, 0.04531584680080414, 0.012473252601921558, + 0.01602739281952381, 0.03798062726855278, -0.021826468408107758, -0.0028044176287949085, + -0.11090938746929169, 0.062297288328409195, -0.08492323011159897, -0.04838903248310089, + -0.06952714174985886, 0.012748810462653637, 0.001286921789869666, -0.011684522964060307, + 0.03938227891921997, 0.05650047957897186, -0.06939340382814407, 0.0015511383535340428, + 0.03740707412362099, -1.8811762856785208e-5, 0.05663637816905975, -0.019461078569293022, + 0.03128402307629585, 0.07068375498056412, 0.05454126372933388, -0.01647208444774151, + 0.016528354957699776, -0.11358639597892761, 0.0027399796526879072, -0.002820668276399374, + 0.013693367131054401, 0.05193328112363815, 0.02633407525718212, -0.001115088234655559, + 0.0019533184822648764, -0.06998610496520996, 0.013743872754275799, 0.04806657135486603 + ], + [ + 0.06434508413076401, -0.033590029925107956, -0.036062922328710556, -0.014040489681065083, + 0.07583480328321457, -0.05484699085354805, -0.020908083766698837, 0.03746328875422478, + 0.005160303320735693, 0.18325407803058624, -0.03411191701889038, 0.0010736945550888777, + -0.029645731672644615, 0.0349636934697628, -0.014190159738063812, 0.02449437975883484, + -0.05979454517364502, -0.06973212212324142, 0.00883100088685751, 0.021820873022079468, + 0.030000438913702965, -0.07036630064249039, 0.027965571731328964, -0.0024840072728693485, + 0.010352696292102337, -0.014478856697678566, 0.030676722526550293, -0.017023354768753052, + -0.11648442596197128, 0.03470989689230919, -0.04081821069121361, -0.02947859652340412, + 0.01626613363623619, 0.051220327615737915, 0.025440242141485214, 3.439046849962324e-5, + 0.060517359524965286, -0.04414733126759529, -0.049630504101514816, 0.025951534509658813, + 0.01714310795068741, -0.008634336292743683, 0.03974660858511925, -0.010521665215492249, + -0.013861319981515408, 0.061042819172143936, -0.04439066722989082, 0.034345488995313644, + 0.0791429877281189, 0.11292406171560287, 0.05763024836778641, -0.0027904128655791283, + -0.04411213472485542, 0.0395117923617363, 0.005857392214238644, 0.00486135296523571, + -0.03706502914428711, -0.06840233504772186, -0.030552050098776817, -0.04977341368794441, + -0.037412699311971664, -0.05678320676088333, -0.10303318500518799, 0.0352616086602211, + -0.0371377132833004, -0.03732234612107277, -0.007717338856309652, -0.010000999085605145, + 0.03160450607538223, -0.07077216356992722, -0.0336785688996315, 0.04208504781126976, + -0.045602262020111084, 0.0028358804993331432, -0.07091715931892395, -0.06275542080402374, + 0.14993564784526825, 0.07070004194974899, 0.015042291954159737, -0.019625885412096977, + -0.042597562074661255, 0.0009685035911388695, 0.021675046533346176, -0.062449876219034195, + 0.07062752544879913, 0.06778962165117264, 0.023717349395155907, 0.04468708857893944, + -0.10461200773715973, 0.08095873892307281, 0.044328413903713226, 0.14062070846557617, + -0.0025785190518945456, 0.047970134764909744, -0.09370701760053635, 0.057040031999349594, + 0.021441511809825897, 0.07547058165073395, 0.010655351914465427, -0.00845041312277317, + -0.05987856909632683, -0.04199643060564995, 0.04088563099503517, 0.0035454200115054846, + 0.007727805525064468, -0.04526030272245407, 0.023119205608963966, 0.0009445929899811745, + -0.028850523754954338, -0.026225773617625237, 0.04609937220811844, -0.009968334808945656, + 0.02322440594434738, 0.06974774599075317, 0.015411223284900188, -0.029193522408604622, + 0.09533446282148361, 0.002168833278119564, 0.10175938159227371, 0.0239466093480587, + -0.004319382831454277, -0.031228167936205864, 0.01639648899435997, -0.0347072072327137, + -0.018046019598841667, -0.029981214553117752, -0.039549894630908966, -0.011290352791547775, + 0.04103609547019005, 0.0700550228357315, 0.010821016505360603, -0.029197504743933678, + 0.05017314851284027, -0.06612973660230637, 0.09601957350969315, -0.07310601323843002, + 0.0020828875713050365, 0.019112739711999893, -0.018532942980527878, 0.022650349885225296, + -0.024511806666851044, 0.023392915725708008, 0.10402277112007141, -0.10552835464477539, + 0.0029181898571550846, 0.04818274825811386, 0.011360066011548042, -0.0037756834644824266, + -0.013884295709431171, -0.077780582010746, 0.014081919565796852, -0.002071771305054426, + 0.07553678005933762, 0.08799228817224503, -0.015404537320137024, -0.01036023534834385, + -0.05274585261940956, 0.007580465637147427, 0.10342437773942947, 0.022856444120407104, + -0.02847452089190483, 0.0035787324886769056, -0.009275248274207115, 0.09290754795074463, + -0.01598137617111206, 0.03191250190138817, 0.005923609249293804, 0.03909890726208687, + 0.042492736130952835, 0.05876156687736511, 0.07678673416376114, 0.07567043602466583, + 0.03313632681965828, -0.11371596157550812, 0.048652488738298416, 0.021473420783877373, + -0.005617415998131037, -0.0855412483215332, 0.016044484451413155, -0.08335025608539581, + -0.0660734474658966, 0.015188814140856266, -0.03139546141028404, -0.021891504526138306, + 0.07428990304470062, -0.051844846457242966, -0.042241305112838745, -0.004612211138010025, + -0.10168865323066711, -0.036021407693624496, 0.055288176983594894, -0.011635402217507362, + -0.0137035446241498, -0.03409571945667267, 0.032424453645944595, -0.008687986992299557, + 0.007544462103396654, -0.01733335107564926, 0.06474852561950684, -0.06271804869174957, + 0.04284510388970375, -0.016843874007463455, 0.02633492834866047, 0.007184724323451519, + -0.15516723692417145, -0.043281350284814835, -0.030493294820189476, -0.033375777304172516, + -0.012269343249499798, -0.009426185861229897, -0.056053198873996735, 0.04342576861381531, + 0.03693090006709099, -0.06040949001908302, 0.02199147827923298, 0.000855490390677005, + 0.014505631290376186, -0.09526611864566803, -0.10917749255895615, 0.0029065317939966917, + 0.019563117995858192, -0.03832761198282242, -0.036371223628520966, -0.005313090980052948, + -0.059847526252269745, 0.0831575095653534, 0.06762196868658066, 0.08548872917890549, + -0.049067530781030655, 0.008444314822554588, 0.14834755659103394, 0.01998158171772957, + 0.018587402999401093, -0.0032548101153224707, 0.013962754979729652, -0.012440817430615425, + -0.06174111366271973, 0.06710752099752426, -0.028115306049585342, 0.02374119684100151, + -0.09195487201213837, -0.022190947085618973, 0.01779860630631447, -0.06690794974565506, + -0.06513376533985138, 0.09207531809806824, 0.002414262155070901, 0.05865078046917915, + -0.0437828004360199, 0.05073682591319084, -0.0476214773952961, -0.024790551513433456, + -0.015259354375302792, 0.020181316882371902, -0.014882304705679417, -0.023697292432188988, + 0.000324514287058264, -0.0564052015542984, 0.07160089164972305, 0.0438210666179657, + -0.06698988378047943, -0.004002539440989494, 0.08271509408950806, 0.13388867676258087, + -0.01823175512254238, -0.04012008756399155, 0.0452907457947731, -0.03673333674669266, + 0.011920396238565445, 0.06631811708211899, 0.015332574024796486, 0.0734485313296318, + 0.053296081721782684, -0.00815234612673521, -0.04114707559347153, 0.01831413432955742, + -0.0153218237683177, -0.03988998383283615, -0.04583820328116417, -0.0015942713944241405, + 0.060666169971227646, -0.007807792630046606, -0.06833901256322861, 0.04524219036102295, + -0.014077330008149147, 0.06209839880466461, 0.03812104091048241, 0.011832116171717644, + -0.06241312250494957, 0.07759939134120941, -0.002300267107784748, 0.03841657191514969, + 0.03047829493880272, -0.0029821668285876513, -0.02866804227232933, 0.023982219398021698, + 0.032644014805555344, -0.03615875542163849, -0.1309015452861786, -0.053879328072071075, + 0.11109888553619385, 0.0652666687965393, 0.05860305204987526, 0.022006327286362648, + -0.14377643167972565, -0.008576624095439911, -0.042507920414209366, -0.017471613362431526, + -0.06585434079170227, -0.036790721118450165, 0.10301358997821808, -0.09348843991756439, + 0.0069755809381604195, -0.12094706296920776, -0.10266399383544922, 0.08601388335227966, + 0.00589535990729928, 0.0903511717915535, 0.05037640407681465, -0.03876689448952675, -0.0307453703135252, + 0.0417151153087616, -0.048741742968559265, 0.022205453366041183, 0.014730336144566536, + 0.06024914234876633, -0.045107968151569366, 0.012987465597689152, 0.05452242121100426, + -0.05582474172115326, 0.08493109047412872, 0.016866391524672508, 0.02803029492497444, + -0.019770128652453423, 0.04614243656396866, -0.017695197835564613, -0.05479384958744049, + 0.01256595179438591, 0.07611444592475891, -0.05407794192433357, -0.010055340826511383, + -0.047457803040742874, -0.04302922263741493, 0.058998629450798035, 0.009191815741360188, + 0.04256131872534752, 0.03887278214097023, 0.10274995118379593, 0.039942871779203415, + 0.03468994051218033, 0.06657768785953522, -0.03990867733955383, 0.02911885268986225, + -0.010890534147620201, -0.016112638637423515, -0.04094583913683891, 0.029154352843761444, + -0.026541130617260933, 0.03241988271474838, -0.07518080621957779, -0.04322059825062752, + -0.019585009664297104, -0.12762317061424255, 0.03662273660302162, 0.019056478515267372, + 0.01441100612282753, 0.01952492818236351, 0.04633667692542076, -0.10076974332332611, + 0.04439445212483406, -0.07579851895570755, 0.13039270043373108, -0.07960611581802368, + -0.046973567456007004, -0.07712764292955399, -0.005265810526907444, -0.03579327091574669, + -0.05656113103032112, 0.08376272022724152, 0.008955493569374084, -0.0077053033746778965, + -0.0483626052737236, -0.05372544750571251, -0.04424426332116127 + ], + [ + -0.020134296268224716, -0.052114229649305344, -0.007803864777088165, -0.02516469731926918, + 0.046916861087083817, -0.013794454745948315, 0.03971515968441963, 0.03807744383811951, + -0.025561019778251648, -0.03907681256532669, 0.00444030063226819, -0.0016884912038221955, + 0.06504881381988525, -0.08439897000789642, -0.026170579716563225, -0.026788970455527306, + 0.04165148735046387, -0.020398857071995735, -0.04888339340686798, 0.03903282433748245, + -0.037071358412504196, -0.05438102409243584, -0.08207803219556808, -0.0252889022231102, + 0.005360661540180445, 0.0026582309510558844, 0.026548350229859352, 0.006770828273147345, + 0.01267945021390915, -0.017917122691869736, 0.06357211619615555, 0.06638281047344208, + 0.0005485706496983767, -0.0610487200319767, -0.01554914191365242, -0.04190458729863167, + 0.015663348138332367, 0.03228281810879707, -0.0651872381567955, 0.022521136328577995, + 0.05226000025868416, -0.023484962061047554, 0.04264676570892334, -0.01264160592108965, + 0.015593137592077255, -0.0396946482360363, -0.04964137822389603, -0.01598508469760418, + 0.034607142210006714, 0.006372595671564341, -0.09557682275772095, -0.015491907484829426, + 0.017483310773968697, 0.01811889186501503, -0.0002962973667308688, -0.0535581149160862, + -0.024702895432710648, 0.020589012652635574, 0.04474742338061333, -0.010393956676125526, + 0.007224739994853735, 0.058282580226659775, 0.05130642652511597, 0.030085884034633636, + 0.03120543248951435, -0.015087072737514973, -0.0758175328373909, -0.047461602836847305, + -0.044633105397224426, 0.027903016656637192, -0.026701761409640312, -0.01174413412809372, + -0.060084063559770584, 0.05472872778773308, -0.05548392981290817, 0.009510312229394913, + -0.04935194551944733, 0.005598704796284437, 0.021295107901096344, -0.07318490743637085, + 0.0031604559626430273, 0.022921420633792877, -0.020398598164319992, 0.01921842060983181, + 0.050114963203668594, -0.03887760266661644, -0.017551712691783905, 0.0430949367582798, + 0.02976205386221409, 0.028632324188947678, -0.03558162599802017, 0.013706913217902184, + 0.053395725786685944, -0.011703398078680038, -0.01972927898168564, -0.011786841787397861, + -0.023735813796520233, -0.056222014129161835, -0.03851550817489624, 0.0751291960477829, + -0.02251513861119747, -0.06107660010457039, 0.02250184305012226, 0.010705488733947277, + 0.007801303174346685, -0.011776799336075783, 0.011242227628827095, -0.018026843667030334, + -0.00396129721775651, 0.05946441367268562, -0.10199271142482758, 0.05011184141039848, + -0.010580300353467464, -0.004338359460234642, 0.0028307142201811075, 0.04564544931054115, + 0.058799538761377335, 0.008546472527086735, -0.02615129016339779, 0.0462937094271183, + 0.021435819566249847, 0.042036037892103195, -0.016631195321679115, 0.013837057165801525, + -0.04037490487098694, -0.07685848325490952, -0.028804920613765717, -0.04264368861913681, + 0.031366217881441116, 0.034885771572589874, 0.046749796718358994, 0.04866073280572891, + 0.0063771214336156845, 0.03925802558660507, -0.10579493641853333, -0.022990893572568893, + -0.01486515998840332, 0.01119785476475954, -0.005039005074650049, -0.08601841330528259, + 0.04203052073717117, 0.06304101645946503, 0.01212608627974987, 0.0777733325958252, + -0.028052978217601776, -0.021708659827709198, 0.004670599475502968, -0.03944869339466095, + 0.024382999166846275, 0.04458501935005188, 0.0015070994850248098, 0.007176451850682497, + -0.10145999491214752, 0.0033309473656117916, -0.042458631098270416, 0.041752155870199203, + -0.040637046098709106, 0.02191731706261635, -0.00671113608404994, -0.02258717082440853, + -0.045371945947408676, 0.00044678975245915353, -0.07431995123624802, -0.010603360831737518, + -0.10166731476783752, 0.01587779074907303, -0.04429278150200844, -0.024431217461824417, + 0.001725369831547141, 0.007547446992248297, -0.04225226864218712, 0.03268919885158539, + 0.012219950556755066, 0.008071258664131165, 0.0318668857216835, 0.008114428259432316, + -0.03808191418647766, -0.022383566945791245, -0.0062816268764436245, 0.06529134511947632, + -0.048875536769628525, -0.026152223348617554, -0.07070209830999374, -0.07823934406042099, + -0.05045652389526367, -0.027306951582431793, -0.04346931725740433, 0.009624585509300232, + -0.0035692870151251554, 0.00892954133450985, -0.03619793802499771, -0.05572785437107086, + -0.09658987820148468, 0.026176990941166878, -0.006938396953046322, -0.0043093422427773476, + 0.08131685853004456, 0.05839663743972778, -0.07704587280750275, 0.043187275528907776, + -0.0066420407965779305, 0.024378502741456032, -0.07323449105024338, 0.0516490563750267, + 0.03985927253961563, 0.05661120265722275, 0.028938276693224907, 0.06944307684898376, + 0.12871016561985016, -0.05217690393328667, -0.0578303188085556, 0.05358220636844635, + 0.03232632204890251, 0.02617194876074791, 0.04571142792701721, -0.006372752133756876, + 0.010252856649458408, 0.004564427305012941, -0.055018484592437744, 0.011526488699018955, + 0.025780273601412773, -0.02233142778277397, 0.00730519276112318, 0.04923207685351372, + -0.0005146689363755286, 0.045095015317201614, -0.009992402046918869, 0.04568285867571831, + 0.049069844186306, 0.00589981721714139, -0.05951159819960594, -0.028151705861091614, + 0.038004253059625626, 0.02245291881263256, 0.01890449970960617, -0.07820195704698563, + 0.049071118235588074, -0.03832242265343666, 0.03952763229608536, -0.09892041236162186, + -0.019606711342930794, 0.007727011572569609, -0.051138054579496384, -0.007381840143352747, + 0.04683246463537216, 0.01027106773108244, -0.014642894268035889, 0.07215280085802078, + -0.01385003887116909, -0.0046665119007229805, 0.04677121713757515, 0.11242594569921494, + -0.053225077688694, -0.0008061979315243661, 0.022178133949637413, 0.029506564140319824, + -0.008878166787326336, -0.06547654420137405, -0.034622207283973694, -0.025811554864048958, + 0.03280548378825188, -0.06917235255241394, -0.07774850726127625, -0.043279413133859634, + 0.05387621000409126, -0.03789488598704338, -0.07412287592887878, -0.010421199724078178, + -0.043541137129068375, -0.013427216559648514, -0.03316465765237808, -0.024312183260917664, + 0.009974832646548748, -0.002194982022047043, 0.012428349815309048, -0.0007833269773982465, + 0.0343308188021183, 0.025130480527877808, 0.055188704282045364, -0.06614509969949722, + -0.006853542756289244, -0.06496240198612213, -0.023046083748340607, 0.05290081724524498, + 0.010438716039061546, 0.04821151867508888, -0.02766714245080948, -0.005133065395057201, + 0.025490207597613335, -0.018346847966313362, -0.0702706053853035, 0.022554809227585793, + -0.004278616514056921, -0.0050192526541650295, 0.009189266711473465, -0.03404112160205841, + -0.004916294012218714, 0.030841274186968803, 0.0875384584069252, -0.030806859955191612, + -0.035948652774095535, -0.006011259742081165, 0.02987423539161682, 0.01767629012465477, + -0.025044653564691544, 0.02935383841395378, -0.0289659071713686, 0.07794845849275589, + 0.04417286440730095, -0.08419224619865417, -0.04205824062228203, 0.0746900662779808, + 0.020560666918754578, 0.05489867180585861, -0.02562527172267437, -0.03915804624557495, + -0.026964271441102028, 0.049487605690956116, 0.001845930702984333, 0.012117089703679085, + 0.0501854307949543, 0.009558513760566711, 0.030833402648568153, 0.09287697076797485, + 0.04262086749076843, -0.03234455734491348, 0.041200101375579834, -0.0030050105415284634, + -0.07404649257659912, -0.017606206238269806, 0.08906006813049316, 0.04409848898649216, + 0.04602258652448654, -0.0035800551995635033, 0.010825522243976593, 0.0944298729300499, + -0.02137582190334797, -0.05925469100475311, -0.04462168738245964, -0.02372008189558983, + -0.021688196808099747, -0.010066911578178406, 0.07902251929044724, 0.024183135479688644, + -0.0051096598617732525, -0.018565664067864418, -0.05747515335679054, 0.028945887461304665, + -0.047094423323869705, 0.0261413361877203, 0.042352594435214996, -0.029690055176615715, + -0.03249059244990349, -0.029615914449095726, -0.007028523366898298, 0.009297283366322517, + -0.014469935558736324, 0.04125117138028145, 0.02382185496389866, -0.024395648390054703, + 0.00020776648307219148, -0.03714749589562416, 0.08144573122262955, 0.02811068296432495, + -0.02482859417796135, -0.09537363797426224, -0.06008584052324295, -0.04939757287502289, + 0.02570856735110283, -0.01683482900261879, -0.0307477954775095, -0.036032576113939285, + 0.015677478164434433, -0.031644247472286224, 0.02268831804394722, -0.015951449051499367, + -0.020313046872615814, 0.01739451102912426, -0.10609084367752075, -0.032367490231990814, + 0.010498792864382267, -0.012948103249073029, -0.005883556790649891, 0.015332972630858421 + ], + [ + -0.03137948736548424, -0.055401772260665894, 0.023975661024451256, -0.04133810102939606, + -0.05586317181587219, -0.02918352745473385, -0.001234966330230236, -0.028742147609591484, + 0.015559624880552292, 0.042227763682603836, 0.02026171237230301, 0.007186714094132185, + 0.008905344642698765, 0.007389137987047434, 0.009111510589718819, 0.03514184430241585, + -0.023034680634737015, 0.013951553031802177, 0.05526242032647133, 0.026822827756404877, + 0.0438140369951725, -0.003908200655132532, 0.010900827124714851, -0.014631452970206738, + 0.06676014512777328, 0.03684815391898155, 0.008280077949166298, -0.05036849156022072, + -0.03261623904109001, -0.02304217964410782, -0.08385281264781952, -0.03976118564605713, + -0.04919453337788582, 0.03159162774682045, 0.03564765304327011, -0.0027745631523430347, + 0.044516850262880325, 0.0166213009506464, 0.026028551161289215, -0.028857247903943062, + -0.0688207596540451, -0.012800931930541992, 0.004552383907139301, 0.031830038875341415, + -0.027725420892238617, 0.025938529521226883, 0.016200723126530647, -0.02430448867380619, + -0.039830680936574936, -0.0660133808851242, 0.03650835156440735, 0.0008017897489480674, + -0.00960670318454504, -0.03593159839510918, -0.05247412994503975, 0.06855008751153946, + 0.04884718358516693, 0.07966044545173645, 0.02220999263226986, -0.013967148028314114, + -0.0003808877372648567, -0.05323537811636925, -0.04500286653637886, 0.0763792023062706, + 0.03792068362236023, 0.014299674890935421, -0.04802178591489792, 0.005950942635536194, + -0.030699972063302994, -0.0680217370390892, -0.006193434353917837, -0.035002246499061584, + -0.003096520435065031, -0.09097890555858612, 0.07466773688793182, 0.011596634052693844, + 0.055917881429195404, 0.05003141611814499, -0.02503986842930317, -0.0023369581904262304, + -0.05324225872755051, 0.03214611858129501, -0.03625822812318802, -0.006760191172361374, + 0.03966078907251358, 0.04535386338829994, -0.028832465410232544, 0.018665730953216553, + -0.01871299184858799, -0.019583122804760933, -0.00100455351639539, 0.03670091554522514, + 0.010837878100574017, -0.0005713425343856215, -0.03792028874158859, -0.022566990926861763, + -0.0700615793466568, 0.008853675797581673, 0.056494925171136856, 0.033274635672569275, + 0.005171741358935833, -0.012443636544048786, 0.006336355581879616, -0.046255923807621, + -0.019160998985171318, -0.002820511581376195, 0.050701797008514404, 0.024592002853751183, + -0.005589218810200691, -0.06557952612638474, 0.03699209541082382, -0.09566505253314972, + 0.0325610376894474, -0.016003180295228958, -0.04971286281943321, -0.02826535888016224, + -0.08255060762166977, 0.047669436782598495, 0.024335017427802086, -0.03870005905628204, + 0.021158332005143166, -0.06832253932952881, 0.010409832932054996, 0.0427810400724411, + -0.0032426367979496717, 0.015785690397024155, -0.055482011288404465, -0.03953826054930687, + -0.03969747945666313, -0.0024689510464668274, 0.02119000256061554, -0.03188420832157135, + -0.03331421688199043, -0.02787882275879383, 0.08780781179666519, -0.037592943757772446, + -0.03211969882249832, 0.03250158578157425, -0.038685139268636703, -0.06801871955394745, + -0.047877538949251175, -0.03229198232293129, 0.06523973494768143, -0.017817286774516106, + 0.02373594231903553, -0.06372489035129547, -0.06826788187026978, -0.015262797474861145, + -0.02316625788807869, -0.029930422082543373, 0.06322389096021652, 0.0479247123003006, + 0.08011087775230408, -0.02139313705265522, 0.04075612127780914, -0.015203550457954407, + 0.0016117995837703347, -0.01967417262494564, -0.038015808910131454, -0.023994874209165573, + -0.08292920142412186, 0.009708010591566563, 0.029644891619682312, 0.020602867007255554, + 0.05353136733174324, 0.008870359510183334, 0.020855886861681938, 0.022204918786883354, + -0.004227789118885994, 0.011148158460855484, 0.03397359326481819, 0.011674528941512108, + -0.03671296685934067, -0.007889851927757263, 0.026982242241501808, -0.08368609100580215, + 0.007123226299881935, 0.008366746827960014, -0.030031653121113777, -0.06462497264146805, + -0.016918275505304337, 0.07489028573036194, -0.035522934049367905, -0.004541304428130388, + 0.008094057440757751, -0.016256188973784447, 0.04406234994530678, 0.004727684892714024, + 0.008778782561421394, -0.03373606130480766, -0.03588620573282242, 0.008411566726863384, + 0.00811085756868124, 0.07855060696601868, 0.07975225150585175, 0.028408462181687355, + -0.0684020072221756, -0.03664142265915871, 0.02646959386765957, 0.008529127575457096, + -0.019264671951532364, -0.08062973618507385, -0.03170330077409744, -0.04565683752298355, + -0.050785962492227554, -0.08357351273298264, -0.013762022368609905, -0.06841370463371277, + -0.08184951543807983, 0.051039472222328186, 0.014908615499734879, -0.05629498511552811, + -0.06056873872876167, -0.03137057274580002, -0.03846125304698944, 0.008595344610512257, + -0.006596531718969345, -0.02923779934644699, -0.03717411309480667, 0.07872310280799866, + -0.017213884741067886, 0.015995001420378685, -0.04890180751681328, -0.0408402755856514, + 0.013230698183178902, 0.014989160001277924, -0.0027780886739492416, -0.011307802982628345, + 0.0185453612357378, 0.0053779566660523415, -0.018275385722517967, 0.031551387161016464, + -0.06809137016534805, 0.08476249873638153, -0.003799796337261796, 0.0628640428185463, + -0.02589879371225834, 0.017722878605127335, -0.023530079051852226, -0.01747860759496689, + -0.041322480887174606, -0.01281269732862711, 0.019576650112867355, -0.05350416898727417, + -0.06272941082715988, 0.05029769614338875, -0.011749962344765663, 0.011848541907966137, + 0.042601123452186584, -0.02208750881254673, -0.08530810475349426, 0.017713746055960655, + 0.06797877699136734, -0.006905600894242525, -0.018749156966805458, -0.0702529102563858, + -0.05538516119122505, -0.018851181492209435, 0.0027813592460006475, -0.004277421161532402, + -0.013392840512096882, 0.01222900953143835, 0.02597549930214882, 0.05633297562599182, + -0.056709881871938705, -0.09102997183799744, 0.08810040354728699, 0.00387369841337204, + 0.10627191513776779, 0.07493887841701508, 0.008412208408117294, 0.07003164291381836, + -0.0029158254619687796, 0.04376969113945961, -0.028466252610087395, 0.06847240030765533, + -0.02267174795269966, -0.02371048927307129, 0.053683023899793625, 0.04719654470682144, + 0.00608759606257081, 0.06637939810752869, 0.011582671664655209, 0.006901164073497057, + 0.04788139835000038, 0.0028479688335210085, -0.026245856657624245, 0.0067272791638970375, + 0.04711100086569786, 0.09927567094564438, -0.07672380656003952, 0.0763835534453392, 0.03316636383533478, + 0.03987861052155495, 0.018600743263959885, 0.10638400912284851, 0.035298872739076614, + 0.03269416466355324, -0.08190177381038666, 0.02051698975265026, 0.018066631630063057, + -0.008101257495582104, -0.05606355890631676, -0.026370400562882423, -0.01449128519743681, + -0.007394160144031048, 0.05717305839061737, -0.00039669452235102654, -0.0861256867647171, + 0.07509087771177292, 0.047120969742536545, -0.02994503080844879, 0.01684638485312462, + 0.030099954456090927, -0.012573134154081345, -0.00853942334651947, 0.049360763281583786, + 0.012555047869682312, -0.034128740429878235, -0.0016124239191412926, -0.03783351182937622, + 0.056103866547346115, -0.03765706345438957, -0.014358398504555225, -0.010050119832158089, + 0.026313045993447304, 0.003884174395352602, 0.06687447428703308, 0.023713717237114906, + -0.04880627989768982, 0.04507523030042648, -0.009251215495169163, -0.06642431765794754, + 0.020031113177537918, -0.03408478945493698, -0.04833848774433136, -0.026839908212423325, + 0.035042498260736465, 0.0011963335564360023, 0.0403653122484684, -0.01714720018208027, + -0.006650830619037151, -0.028643615543842316, 0.09337769448757172, 0.0018122701440006495, + -0.022317418828606606, 0.04628537967801094, 0.026272300630807877, -0.02080610580742359, + -0.022874437272548676, 0.034323371946811676, 0.03355991467833519, 0.05206047371029854, + 0.022949092090129852, 0.0298391692340374, 0.025671936571598053, 0.07547226548194885, + 0.07413448393344879, -0.0038589495234191418, -0.013413316570222378, -0.09194222092628479, + -0.004059217404574156, -0.05186185985803604, -0.02329031191766262, 0.021890532225370407, + 0.005318634212017059, 0.05443641170859337, 0.031926870346069336, -0.006834059953689575, + 0.03392130881547928, 0.04728126525878906, 0.02785482630133629, -0.05118163675069809, + -0.020802950486540794, -0.02907688543200493, -0.03398165479302406, 0.07736526429653168, + -0.0022302246652543545, 0.0637323409318924, 0.02870303764939308, -0.000310434028506279, + -0.038150060921907425, 0.02982214465737343, 0.021666567772626877 + ], + [ + 0.026179363951086998, 0.02649782784283161, -0.03752478212118149, -0.008432690985500813, + 0.05295640975236893, 0.07532341033220291, -0.01866963319480419, -0.00726257124915719, + 0.026872513815760612, -0.004000565502792597, 0.010330405086278915, -0.030864333733916283, + 0.009656192734837532, 0.06737560778856277, 0.006791878025978804, 0.029126808047294617, + -0.08386745303869247, 0.0013924582162871957, 0.010164949111640453, -0.045988455414772034, + -0.0007908832631073892, 0.01967356912791729, 0.013954296708106995, 0.05336597561836243, + 0.011208022013306618, 0.07053118199110031, -0.05148492380976677, 0.026582475751638412, + -0.04844631254673004, -0.010199422016739845, -0.03921680524945259, -0.022588500753045082, + -0.06927957385778427, 0.00012869785132352263, 0.026979707181453705, 0.04483569413423538, + 0.06458936631679535, 0.018834389746189117, -0.013969702646136284, -0.01832323521375656, + -0.051442887634038925, -0.0047230529598891735, 0.054699186235666275, 0.04822937399148941, + 0.006096145138144493, -0.019945625215768814, 0.04558788239955902, 0.00011232762335566804, + -0.01729198917746544, -0.028035368770360947, 0.018602505326271057, 0.021375887095928192, + -0.039234958589076996, -0.026016607880592346, 0.04157846048474312, 0.018100272864103317, + -0.022087229415774345, 0.02224053628742695, 0.06801530718803406, -0.04068513214588165, + -0.055435702204704285, 0.008609667420387268, -0.02904246188700199, 0.015979737043380737, + -0.006487465929239988, -0.03735887631773949, 0.08493450284004211, 0.049757037311792374, + 0.046231918036937714, -0.051163315773010254, -0.0013882542261853814, 0.08580795675516129, + -0.011168956756591797, 0.004818163812160492, 0.03741446137428284, 0.0017519654938951135, + 0.0631159245967865, -0.01780330203473568, -0.029948271811008453, -0.010940990410745144, + -0.04806118085980415, 0.005150602199137211, 0.07434632629156113, -0.009717578068375587, + 0.0021948690991848707, 0.06702840328216553, 0.019110046327114105, -0.007371331565082073, + -0.02907632105052471, 0.009195681661367416, 0.05879504233598709, -0.019522367045283318, + 0.01165483333170414, 0.01254849974066019, -0.037719935178756714, -0.001651504309847951, + 0.0278330035507679, 0.07945989072322845, 0.06500822305679321, 0.02262245863676071, -0.03925194963812828, + -0.01686345599591732, 0.04993019625544548, 0.017458373680710793, 0.06597727537155151, + -0.012547769583761692, 0.0381704643368721, -0.012947075068950653, 0.03297725319862366, + -0.016507316380739212, -0.034898851066827774, -0.0846002846956253, 0.06819387525320053, + 0.03202405199408531, 0.0205815639346838, 0.04221056401729584, 0.0009024207247421145, + -0.14488950371742249, 0.015199614688754082, 0.01994311809539795, -0.056438248604536057, + -0.033669453114271164, -0.058052338659763336, 0.00699999462813139, -0.029113389551639557, + -0.00011657609866233543, -0.07106921076774597, -0.03499292954802513, -0.017537802457809448, + 0.01584593579173088, -0.006747072096914053, -0.047406695783138275, 0.046547699719667435, + -0.10769356787204742, 0.05375375226140022, -0.10431820154190063, -0.014125779271125793, + -0.03418378159403801, 0.02241174876689911, -0.0111000444740057, -0.02887883223593235, + -0.06880607455968857, -0.015349927358329296, -0.057110387831926346, -0.0744042918086052, + -0.02892889454960823, 0.006790394429117441, 0.0245816633105278, -0.06648710370063782, + 0.023706214502453804, 0.005879275966435671, 0.05920359119772911, 0.02838318981230259, + 0.06353753060102463, -0.02319152280688286, -0.07368545234203339, 0.07980316132307053, + -0.03049383871257305, -0.01025982666760683, 0.060859862715005875, 0.010943973436951637, + -0.0673980563879013, 0.012337666004896164, 0.0038474618922919035, 0.03697440028190613, + -0.0009635243332013488, 0.027728348970413208, 0.002321315463632345, 0.0703245997428894, + 0.06932288408279419, -0.02841496653854847, 0.02323342300951481, -0.05264229699969292, + -0.06544805318117142, -0.00817506667226553, 0.014306583441793919, -0.020403310656547546, + -0.018364837393164635, -0.08284265547990799, -0.08799765259027481, 0.011937369592487812, + -0.015021245926618576, 0.0658346563577652, 0.029958009719848633, 0.05633667856454849, + 0.060840290039777756, 0.024023370817303658, 0.032943494617938995, -0.03629663959145546, + 0.04303650185465813, 0.021116524934768677, 0.060229621827602386, 0.08196274191141129, + 0.08330471068620682, 0.0244583822786808, 0.08193021267652512, -0.08439353853464127, + -0.04443596675992012, 0.04442610591650009, -0.003179555991664529, 0.01272478699684143, + -0.07185404747724533, 0.030309978872537613, -0.013136535882949829, -0.05414693430066109, + -0.045688193291425705, -0.02545180171728134, -0.04791365936398506, -0.018338901922106743, + -0.021983696147799492, 0.042296040803194046, -0.04477997124195099, -0.04337599128484726, + 0.0029110293835401535, -0.035250309854745865, -0.04969768598675728, 0.028499919921159744, + -0.12150994688272476, -0.08165116608142853, -0.02806694619357586, 0.04178425297141075, + -0.09399441629648209, -0.044045690447092056, 0.0037631141021847725, -0.04900558292865753, + -0.06924936920404434, -0.011344796977937222, -0.021242137998342514, 0.05124986171722412, + -0.10018933564424515, -0.010285506956279278, -0.0011600462021306157, 0.02536042220890522, + 0.030482979491353035, -0.05722278356552124, 0.011135328561067581, 0.03575512766838074, + 0.04628648981451988, -0.02518087439239025, 0.01656658947467804, -0.007425263524055481, + -0.007417414337396622, 0.07985475659370422, 0.008894546888768673, -0.01224274467676878, + 0.07628356665372849, 0.005443303845822811, -0.039185672998428345, 0.06991147994995117, + 0.052027370780706406, 0.020383067429065704, 0.007955998182296753, 0.04018595814704895, + -0.019940946251153946, 0.05951160192489624, -0.056736402213573456, -0.07228587567806244, + 0.02473139762878418, 0.01045387051999569, 0.017019430175423622, -0.043330710381269455, + 0.004275045823305845, -0.022999713197350502, 0.04632234200835228, -0.012790062464773655, + -0.044888418167829514, 0.04374336451292038, 0.009401978924870491, 0.03742704540491104, + 0.07171083986759186, 0.08501086384057999, 0.05714988708496094, 0.0204299483448267, 0.005300330929458141, + -0.04730822518467903, -0.019844552502036095, -0.02557542733848095, 0.05591685324907303, + -0.03078838437795639, 0.013280023820698261, 0.0395720973610878, 0.07445277273654938, + -0.05156731233000755, -0.011027684435248375, 0.010247863829135895, -0.027888095006346703, + -0.028609704226255417, 0.039416611194610596, 0.01741061545908451, 0.05380497872829437, + 0.01792636141180992, -0.03421355038881302, -0.08874901384115219, -0.003293594578281045, + -0.019666947424411774, 0.07714130729436874, -0.033536624163389206, -0.036439187824726105, + -0.042698394507169724, -0.01034532766789198, 0.03344131261110306, 0.10731075704097748, + -0.06681898981332779, -0.06751527637243271, -0.10016322880983353, -0.02393976040184498, + 0.034371908754110336, 0.03063535876572132, 0.03372021019458771, 0.05208196863532066, 0.0237803403288126, + -0.04753701388835907, 0.003013544250279665, 0.004701896570622921, 0.028524812310934067, + 0.031003916636109352, 0.01652585156261921, -0.03145365044474602, 0.03148864209651947, + -0.010266764089465141, 0.005174091085791588, 0.02635977976024151, -0.0892232209444046, + -0.08044520765542984, -0.020873693749308586, 0.02757764235138893, -0.07606138288974762, + -0.0074428073130548, 0.0019020774634554982, 0.03033941052854061, -0.0431874580681324, + 0.0483924075961113, -0.006266416050493717, 0.016875097528100014, -0.00957582052797079, + -0.02358274534344673, -0.018268398940563202, 0.04899613931775093, 0.0209856815636158, + 0.015652965754270554, 0.027307569980621338, 0.02264128252863884, -0.015681611374020576, + 0.005408268887549639, -0.09003646671772003, -0.017271308228373528, -0.018823206424713135, + -0.009977255947887897, 0.002863170113414526, -0.06971338391304016, 0.03637475147843361, + 0.10340286046266556, 0.04301612079143524, 0.01965990476310253, 0.07078760862350464, + 0.043711625039577484, 0.053892433643341064, -0.019594507291913033, -0.005268503911793232, + -0.05142437666654587, 0.020252175629138947, -0.01592695526778698, -0.0061465660110116005, + -0.01659056916832924, -0.021291423588991165, 0.018325159326195717, 0.08623805642127991, + 0.035183876752853394, 0.005317053757607937, -0.012190653942525387, 0.016479622572660446, + -0.0030656992457807064, -0.0317666158080101, 0.035074371844530106, -0.0233878493309021, + 0.019452497363090515, 0.08546776324510574, -0.05081500858068466, 0.0698164626955986, + -0.009252995252609253, -0.0017177036497741938, -0.005028132814913988, 0.06174205243587494, + 0.04491846263408661 + ], + [ + 0.009456947445869446, 0.018815455958247185, 0.021712105721235275, -0.01759345270693302, + -0.02569928951561451, -0.009648628532886505, -0.01888383738696575, 0.001741825370118022, + 0.0019362425664439797, 0.015745073556900024, -0.02536899410188198, 0.022878943011164665, + 0.007282841484993696, 0.012647368013858795, -0.049921125173568726, -0.07238631695508957, + 0.05515080317854881, -0.005625132936984301, 0.008479511365294456, -0.08370557427406311, + 0.011087032966315746, 0.06467773020267487, 0.047579411417245865, -0.06092261150479317, + 0.05615413561463356, 0.008203794248402119, -0.07556267827749252, -0.0888424664735794, + -0.009269892238080502, 0.024848537519574165, -0.012807615101337433, -0.040539007633924484, + 0.05315174162387848, -0.007952297106385231, 0.0023754339199513197, 0.06962823122739792, + -0.022804465144872665, -0.00833200290799141, 0.04006611183285713, -0.010709571652114391, + 0.017110949382185936, 0.02391648478806019, -0.0875856950879097, -0.02862713299691677, + 0.07018765807151794, -0.02675476111471653, 0.010127981193363667, 0.030938388779759407, + -0.07020077109336853, -0.02207145467400551, 0.004790797363966703, 0.06532339751720428, + -0.03343801200389862, -0.08399955183267593, -0.015651516616344452, 0.05467195063829422, + -0.03158881515264511, 0.01891923137009144, 0.08292580395936966, 0.02862830087542534, + -0.02855718694627285, -0.07014727592468262, -0.08683046698570251, 0.055262718349695206, + -0.030259091407060623, 0.03860592842102051, -0.03574010729789734, -0.007868241518735886, + -0.024609442800283432, -0.04278300330042839, 0.015759937465190887, 0.018972110003232956, + 0.0847504660487175, -0.05312614515423775, 0.059872228652238846, 0.06649239361286163, + 0.02664375677704811, -0.06844694912433624, -0.027810119092464447, 0.08510274440050125, + 0.02402002550661564, 0.014522635377943516, 0.008376626297831535, 0.0678582713007927, + -0.06404094398021698, 0.012076708488166332, 0.1060856357216835, 0.02015739679336548, + -0.008401522412896156, 0.04989038407802582, -0.01561338733881712, -0.06621246039867401, + 0.04235266149044037, 0.0004128932487219572, 0.0005850143497809768, 0.03463626652956009, + -0.017302419990301132, 0.010804614052176476, 0.045106273144483566, -0.014395791105926037, + 0.036579493433237076, 0.052434712648391724, -0.016715142875909805, -0.04941825941205025, + -0.05179298296570778, -0.029932359233498573, -0.03495639190077782, 0.026316098868846893, + -0.021832983940839767, -0.05069173872470856, 0.01595202088356018, -0.024561267346143723, + 0.10848426818847656, -0.0044700647704303265, 0.013665313832461834, 0.014721089042723179, + -0.06586501002311707, -0.028248362243175507, 0.02709374763071537, -0.025244751945137978, + 0.05577386915683746, 0.006284157745540142, 0.0215755682438612, -0.008650467731058598, + 0.029154501855373383, 0.06712183356285095, -0.00025283702416345477, 0.00992798712104559, + -0.022624492645263672, 0.03844468295574188, -0.08645682781934738, 0.04262945428490639, + 0.08167140185832977, -0.015299990773200989, 0.013109511695802212, 0.009766208939254284, + 0.01346126664429903, 0.09816016256809235, -0.0038167135789990425, 0.029248910024762154, + -0.03123990073800087, -0.10199403762817383, -0.058709245175123215, 0.016167374327778816, + -0.06539160758256912, 0.07135893404483795, -0.01699642650783062, -0.01870332658290863, + -0.05202220007777214, -0.04578542709350586, 0.013837247155606747, 0.027093015611171722, + 0.013476832769811153, -0.0643504336476326, -0.030966704711318016, -0.08328720927238464, + 0.04135480523109436, -0.063057079911232, -0.004873216617852449, -0.024838730692863464, + 0.03334691748023033, -0.05127829313278198, -0.005444763693958521, 0.04615458473563194, + 0.0280010849237442, -0.001352093298919499, -0.04627365246415138, -0.06963556259870529, + -0.04464663937687874, 0.009245261549949646, 0.01812441274523735, 0.009800734929740429, + -0.03552829474210739, 0.014577054418623447, 0.0006767424056306481, -0.06826255470514297, + -0.053090184926986694, -0.00835441518574953, 0.0039197527803480625, 0.027613051235675812, + -0.04496520012617111, 0.07102405279874802, -0.015874044969677925, 0.07086621969938278, + -0.01490358728915453, -0.030215512961149216, -0.005405450705438852, -0.0017174313543364406, + 0.022008327767252922, -0.007417171262204647, -0.0020876284688711166, -0.04650021716952324, + 0.04035412520170212, 0.05682341009378433, 0.04639262706041336, 0.03581314533948898, + -0.005291586741805077, 0.007514463737607002, -0.0041851806454360485, -0.03598861023783684, + -0.08099380880594254, 0.009269663132727146, -0.007408725097775459, 0.045567870140075684, + -0.039486490190029144, -0.01278790645301342, -0.001898817834444344, -0.04128214344382286, + 0.05290396139025688, 0.06651394814252853, -0.00441983575001359, -0.01634332165122032, + -0.06067013740539551, 0.04653051123023033, -0.03789486363530159, -0.025930849835276604, + -0.011045563966035843, 0.002315591787919402, -0.008503952994942665, -0.016616707667708397, + -0.010702524334192276, -0.013666147366166115, 0.04011675342917442, -0.018449753522872925, + 0.04906722158193588, -0.05908174067735672, 0.01309512834995985, 0.0708521157503128, + -0.08698093891143799, 0.0033545279875397682, -0.02390061877667904, 0.023208552971482277, + 0.03338546305894852, 0.027849584817886353, -0.06538846343755722, 0.08178914338350296, + -0.009088978171348572, 0.010966455563902855, -0.1116793155670166, 0.02556033432483673, + 0.07548026740550995, 0.06457275152206421, 0.002712863264605403, -0.03365730121731758, + 0.012543684802949429, 0.040113743394613266, -0.0851610079407692, 0.02334902063012123, + -0.03624521195888519, 0.09731054306030273, -0.05993193760514259, -0.09409459680318832, + -0.003171749645844102, 0.009471052326261997, -0.033444326370954514, 0.011730779893696308, + 0.03897051885724068, 0.033589523285627365, -0.026174871250987053, 0.07524283230304718, + -0.03167036920785904, 0.038981497287750244, -0.07709483057260513, 0.057729098945856094, + 0.0011261503677815199, -0.008330162614583969, 0.08405402302742004, 0.09357795864343643, + -0.03894742950797081, 0.0029550425242632627, 0.04785624146461487, 0.04361343756318092, + 0.024403739720582962, 0.10495017468929291, -0.010512138716876507, -0.02043331414461136, + -0.0037140818312764168, 0.010703745298087597, -0.02297770231962204, 0.06187796592712402, + -0.0047930763103067875, -0.04507651925086975, -0.03164007514715195, -0.016427146270871162, + -0.004020595923066139, 0.03733325004577637, 0.004029176197946072, -0.013768340460956097, + 0.02938651666045189, -0.03239161893725395, 0.005117643624544144, 0.04820376634597778, + -0.032207027077674866, -0.033774469047784805, -0.03459617868065834, 0.02696330100297928, + -0.006250540725886822, 0.005266769323498011, -0.020588962361216545, -0.057935554534196854, + -0.08742088079452515, -0.02208533138036728, -0.06761341542005539, 0.023590242490172386, + -0.049650248140096664, 0.018486300483345985, 0.026779107749462128, -0.027036651968955994, + -0.021575361490249634, -0.02154102921485901, -0.0004065915709361434, 0.0031759885605424643, + 0.02813352644443512, 0.018371284008026123, 0.023835184052586555, -0.04208102822303772, + 0.04253455251455307, 0.023792460560798645, -0.014751110225915909, 0.022296549752354622, + 0.019399328157305717, -0.00976634118705988, -0.0609612911939621, -0.0451929047703743, + 0.027417711913585663, 0.014785812236368656, 0.0034523855429142714, 0.02439086139202118, + 0.04984516277909279, 0.004700286313891411, -0.029534026980400085, 0.03131941333413124, + -0.050907254219055176, -0.03850714489817619, 0.009749538265168667, -0.061926472932100296, + 0.016689572483301163, 0.008313062600791454, -0.020218785852193832, 0.010234068147838116, + -0.04623017832636833, -0.016363143920898438, -0.08530739694833755, -0.014139031060039997, + -0.0824669823050499, -0.03023526631295681, 0.04170764982700348, 0.029171623289585114, + 0.042514897882938385, 0.020506542176008224, 0.004121251869946718, 0.021874722093343735, + -0.018248211592435837, 0.018974564969539642, -0.06453382968902588, -0.006195739842951298, + 0.044477514922618866, -0.017363116145133972, -0.005661763716489077, -0.05426032841205597, + -0.013235914520919323, 0.059785809367895126, 0.006110988557338715, -0.043397966772317886, + 0.014829963445663452, 0.10478969663381577, 0.03295731544494629, 0.09895557910203934, + -0.06188066676259041, 0.036230918020009995, 0.03296119347214699, 0.022215858101844788, + 0.020657969638705254, 0.04759925231337547, -0.004474486690014601, -0.013512583449482918, + 0.02759048342704773, -0.03525532782077789, 0.038537781685590744, -0.025921138003468513, + -0.06507302075624466, 0.06400514394044876, 0.03539739176630974, -0.03292228281497955 + ], + [ + -0.00966626312583685, -0.04628092795610428, 0.0044861603528261185, -0.03274475783109665, + 0.07436481863260269, 0.03843673691153526, 0.008551604114472866, 0.09941135346889496, + -0.00564796756953001, 0.022502774372696877, 0.012905905023217201, -0.038880668580532074, + 0.054032713174819946, -0.03711790218949318, -0.0020731445401906967, -0.0022997362539172173, + 0.037479858845472336, -0.041005127131938934, -0.09632803499698639, -0.0003508638765197247, + -0.013250231742858887, -0.09111475199460983, -0.0008308502729050815, 0.03758550062775612, + 0.033266495913267136, 0.09820175170898438, -0.03111175261437893, 0.000997665454633534, + -0.05301911011338234, -0.016625626012682915, 0.024632064625620842, 0.010552790015935898, + 0.04832763224840164, -0.060239583253860474, 0.050447579473257065, -0.09508083760738373, + 0.017681367695331573, 0.020916776731610298, -0.059238556772470474, 0.030646981671452522, + 0.014730984345078468, -0.05092265456914902, 0.032209932804107666, 0.05337229371070862, + 0.03233768418431282, 0.02609466388821602, 0.016483264043927193, -0.018994921818375587, + 0.08045095950365067, 0.01291131041944027, -0.03864622116088867, 0.013553920201957226, + 0.03979050740599632, -0.04675901308655739, -0.07821039855480194, -0.07640612125396729, + -0.0804077535867691, 0.017044568434357643, 0.022916851565241814, -0.07062812894582748, + -0.0393141470849514, -0.061285149306058884, -0.04688626155257225, -0.05430159717798233, + -0.021934503689408302, 0.014874606393277645, -0.06783834844827652, -0.07160963118076324, + 0.0751369446516037, 0.06091441214084625, 0.01952417753636837, 0.05712797865271568, + -0.017052466049790382, 0.08896079659461975, -0.06037581339478493, 0.041499968618154526, + -0.004320990759879351, -0.03827676922082901, 0.020666832104325294, -0.05464804545044899, + 0.05631253123283386, 0.018423814326524734, -0.05772678181529045, 0.025114044547080994, + 0.04290994256734848, 0.0491022951900959, -0.05307662859559059, 0.020177531987428665, + 0.052198998630046844, -0.0152239128947258, 0.031150970607995987, 0.0031422432512044907, + -0.03450620174407959, 0.04527801647782326, 0.009984426200389862, -0.052162766456604004, + 0.038146618753671646, -0.02756752073764801, -0.04476430267095566, 0.007978685200214386, + -0.0005855041090399027, -0.07068991661071777, -0.059428341686725616, -0.039477862417697906, + -0.05373290926218033, 0.024681728333234787, 0.058673206716775894, -0.009220392443239689, + 0.02836015075445175, 0.042194437235593796, -0.0844290629029274, 0.13253194093704224, + 0.05850016325712204, -0.02675284445285797, -0.05555704981088638, -0.015196005813777447, + 0.01075416523963213, -0.00593548221513629, 0.02353380247950554, 0.006921733729541302, + 0.03437044844031334, 0.07376687228679657, -0.012241417542099953, -0.03708812594413757, + 0.018420858308672905, -0.07734231650829315, -0.03503125533461571, -0.02086082473397255, + -0.04247283563017845, 0.03433292731642723, 0.04358214512467384, 0.07026521116495132, + -0.03087313286960125, 0.08711864799261093, -0.05528373643755913, 0.0050544398836791515, + 0.008171441964805126, -0.043056100606918335, 0.07598454505205154, -0.00044576372602023184, + 0.027534009888768196, 0.07535228133201599, 0.022618189454078674, 0.012477628886699677, + 0.07324542850255966, 0.014138772152364254, 0.007439382374286652, -0.05788883566856384, + 0.02565912902355194, 9.771020268090069e-5, -0.0026368224062025547, -0.07771015912294388, + 0.0336572639644146, 0.03462185338139534, -0.035318586975336075, 0.03476496413350105, + 0.03860977292060852, 0.08120352774858475, -0.043494295328855515, -0.0018405612790957093, + -0.04245892912149429, 0.024316806346178055, -0.04573357477784157, 0.052302971482276917, + -0.0358518585562706, -0.03215783089399338, -0.004535811021924019, 0.04195236787199974, + -0.024937599897384644, -0.018452070653438568, -0.02161596342921257, 0.017246443778276443, + 0.07908659428358078, 0.04618605598807335, 0.022124052047729492, -0.002892661141231656, + 0.006525121163576841, 0.02093002200126648, 0.005731630604714155, -0.01184514258056879, + -0.13957582414150238, -0.05768272653222084, -0.055710069835186005, -0.028363116085529327, + -0.09805311262607574, -0.04259008541703224, -0.03537927567958832, 0.04362118989229202, + -0.001124285045079887, 0.045682888478040695, -0.02874230034649372, -0.04807967692613602, + -0.11648548394441605, -0.029692810028791428, -0.0019973248708993196, -0.06213517487049103, + 0.09423191845417023, 0.0506586916744709, -0.009010745212435722, -0.010759019292891026, + -0.0022249764297157526, 0.0856834352016449, -0.04171914607286453, 0.06381968408823013, + -0.055428557097911835, 0.0053879451006650925, 0.09448102861642838, 0.0018568238010630012, + 0.07655403763055801, -0.08061619102954865, 0.027747144922614098, 0.06675072014331818, + 0.020689763128757477, -0.04412318021059036, 0.001515268231742084, 0.10156269371509552, + 0.025589317083358765, 0.06679316610097885, -0.0819055587053299, -0.013403247110545635, + 0.033660613000392914, 0.017525266855955124, -0.05121587961912155, -0.02238256298005581, + 0.0007356175919994712, 0.024115722626447678, 0.01826455444097519, 0.007858984172344208, + 0.012491939589381218, 0.07952098548412323, -0.0026800110936164856, -0.10763262212276459, + 0.07940885424613953, -0.05467364564538002, 0.044690076261758804, 0.030059674754738808, + 0.011505107395350933, -0.10719528794288635, -0.004691581707447767, 0.03156137466430664, + -0.03974490985274315, -0.04442967101931572, -0.0057272580452263355, 0.06950347870588303, + -0.11786272376775742, -0.030228594318032265, -0.0795632004737854, 0.04282345622777939, + -0.024549685418605804, 0.03463613614439964, 0.0365121029317379, 0.03525420278310776, + 0.05378010869026184, 0.036878474056720734, -0.07508126646280289, 0.009886420331895351, + -0.009099166840314865, 0.021932383999228477, -0.09254292398691177, -0.04516126215457916, + 0.04581018164753914, -0.03716668486595154, -0.03513392060995102, -0.03263164311647415, + 0.039286307990550995, 0.09675513952970505, -0.017414215952157974, -0.08647968620061874, + 0.02527211233973503, -0.04942438006401062, -0.0033015201333910227, -0.03576759994029999, + -0.007803791668266058, 0.07359680533409119, 0.09173587709665298, -0.05225666984915733, + 0.030239742249250412, -0.01927732303738594, -0.019541431218385696, -0.0755716934800148, + -0.08149214088916779, -0.07948829978704453, -0.023546265438199043, 0.07637562602758408, + -0.016587315127253532, 0.054958418011665344, -0.0005154965911060572, -0.05017535015940666, + -0.006859414279460907, 0.030152220278978348, -0.11310877650976181, -0.0020719098392874002, + 0.050573065876960754, -0.05367690324783325, -0.0196989756077528, -0.06527168303728104, + 0.023664038628339767, -0.022847451269626617, 0.08756443858146667, 0.037516333162784576, + 0.05074957385659218, 0.049579303711652756, 0.05721747875213623, 0.026606673374772072, + 0.08594027906656265, 0.06345388293266296, 0.02074749395251274, 0.08149167150259018, 0.1101561114192009, + 0.008970215916633606, -0.06395211070775986, -0.00792362354695797, 0.03968289867043495, + -0.012656367383897305, -0.0663372054696083, 0.022865353152155876, 0.0316048264503479, + 0.05280264839529991, 0.0323164276778698, 0.03429606929421425, -0.0062263826839625835, + 0.04447917640209198, 0.034961000084877014, 0.10487696528434753, 0.06035052612423897, + -0.043303269892930984, 0.002983194077387452, 0.03703147917985916, -0.04959491640329361, + -0.04991286247968674, 0.027466733008623123, -0.04082879424095154, -0.011962548829615116, + -0.0015234706224873662, -0.02113756723701954, 0.08185520023107529, -0.03631738945841789, + -0.024274246767163277, 0.018982546404004097, -0.04285946488380432, 0.0092727430164814, + 0.03658140450716019, -0.02530498057603836, 0.014798861928284168, 0.1171591505408287, + 0.015757480636239052, -0.011913332156836987, 0.04192131757736206, -0.06579235196113586, + -0.005914674140512943, -0.0493730828166008, -0.103678397834301, -0.0046265278942883015, + -0.04667878523468971, 0.03827640414237976, -0.0036770321894437075, 0.022807050496339798, + -0.04608631506562233, -0.07518289983272552, -0.022495459765195847, 0.030467890202999115, + 0.011991975829005241, 0.062549889087677, -0.06569211184978485, 0.04752400889992714, + -0.08002128452062607, -0.05423545464873314, -0.13808025419712067, 0.10293490439653397, + 0.014762272126972675, 0.019062474370002747, -0.01621166057884693, 0.08348175883293152, + 0.026536649093031883, 0.020913587883114815, -0.0009871290531009436, -0.08904236555099487, + -0.04281105101108551, -0.06134885922074318, -0.031592756509780884, 0.04835259169340134, + -0.02195005491375923, -0.07143896818161011, -0.013666659593582153 + ], + [ + 0.007048271596431732, 0.05162421613931656, 0.0632496252655983, -0.03738582506775856, + -0.01610727235674858, -0.01362445205450058, -0.0006808050093241036, -0.04180938005447388, + -0.015300808474421501, 0.008606001734733582, -0.09454009681940079, -0.03602497652173042, + 0.02982734516263008, 0.12095500528812408, -0.032545968890190125, -0.06334495544433594, + 0.058475181460380554, -0.03608224168419838, 0.11997935175895691, -0.042225975543260574, + -0.0012627235846593976, -0.005498455837368965, -0.010100322775542736, -0.059837158769369125, + 0.06781591475009918, -0.012453517876565456, -0.10010121017694473, 0.0078058065846562386, + 0.04226263239979744, -0.036468859761953354, -0.08219204097986221, -0.055173732340335846, + -0.016732146963477135, -0.018979988992214203, 0.009476042352616787, 0.05612929165363312, + 0.018636299297213554, -0.04938202723860741, 0.000635472359135747, -0.044384002685546875, + 0.02036748081445694, -0.04730823636054993, 0.013738291338086128, -0.011861389502882957, + -0.00876542180776596, 0.09170157462358475, 0.03661136329174042, 0.07253216952085495, + 0.03279244154691696, -0.06024893745779991, 0.0227967519313097, 0.0003777753736358136, + -0.0291072316467762, -0.05914931371808052, -0.026821639388799667, 0.11239410191774368, + -0.007993261329829693, 0.014713219366967678, 0.06376422196626663, -0.06617474555969238, + 0.06393581628799438, 0.034093525260686874, -0.009698771871626377, 0.03596466779708862, + 0.02585112303495407, 0.02063528634607792, 0.041015367954969406, -0.010909446515142918, + 0.07903553545475006, -0.0630723163485527, 0.06491701304912567, -0.01278972253203392, + 0.06572221964597702, -0.09111087024211884, -0.028540179133415222, 0.0552595891058445, + 0.07483632862567902, 0.03959548845887184, -0.04121502488851547, 0.0776064470410347, + -0.007053042761981487, 0.02989494800567627, -0.056432973593473434, 0.06314428895711899, + 0.044978272169828415, 0.04900110512971878, -0.006125343032181263, 0.02717476338148117, + -0.05336631089448929, 0.037404581904411316, 0.011805222369730473, 0.038566991686820984, + -0.09206923097372055, 0.04000091180205345, 0.002455642679706216, 0.052950333803892136, + 0.038837309926748276, 0.019101368263363838, 0.003988675773143768, 0.0442839190363884, + 0.008186385966837406, 0.02985970862209797, -0.0015856984537094831, 0.06153225526213646, + 0.022380482405424118, 0.05358745530247688, 0.03228214383125305, 0.07187782227993011, + 0.06241739168763161, -0.09480356425046921, 0.013185071758925915, -0.01827298104763031, + 0.03498539328575134, -0.004949523136019707, -0.020194431766867638, 0.06950550526380539, + 0.007528640795499086, 0.0017088400200009346, 0.02920360118150711, -0.06294441968202591, + -0.025355644524097443, 0.04808957874774933, -0.010559468530118465, -0.04816614091396332, + 0.046471815556287766, 0.012632331810891628, -0.0437760129570961, 0.01550636813044548, + 0.015525510534644127, -0.03987479954957962, 0.07207038998603821, -0.06474410742521286, + 0.0876450389623642, -0.06038292869925499, 0.07218676805496216, -0.05427652224898338, + 0.01317494548857212, 0.0329429991543293, -0.05797342583537102, -0.001948567689396441, + -0.0622120164334774, -0.02775975875556469, 0.02008960396051407, -0.013548152521252632, + -0.08850479871034622, -0.0406818762421608, -0.02573578432202339, 0.057444922626018524, + -0.02523050457239151, -0.025388432666659355, -0.032199472188949585, -0.025194412097334862, + 0.0808212012052536, -0.027988353744149208, 0.060888148844242096, 0.009313482791185379, + -0.0022765968460589647, 0.03889085352420807, 0.03733816370368004, -0.02468038536608219, + -0.02363976091146469, 0.009495008736848831, 0.0021991729736328125, 0.04416605830192566, + 0.0033779218792915344, 0.018959078937768936, -0.038564350455999374, -0.04778541997075081, + -0.019810965284705162, 0.0015213919105008245, 0.0008217013673856854, -0.015995565801858902, + -0.04296296462416649, 0.010970771312713623, 0.029689183458685875, -0.0037190348375588655, + -0.05928509309887886, -0.0065732691437006, 0.01058206893503666, -0.0015517917927354574, + 0.0044252909719944, 0.05132969096302986, -0.011435256339609623, -0.015242761000990868, + 0.07875580340623856, 0.041903041303157806, -0.05520836263895035, -0.01820063404738903, + -0.005756502039730549, 9.677274647401646e-5, -0.010192900896072388, -0.023958101868629456, + -0.0069636693224310875, 0.03433125466108322, 0.004159169737249613, 0.06667380034923553, + 0.025840165093541145, -0.06767588108778, 0.12685805559158325, -0.015043229795992374, + 0.001485568005591631, -0.01815938577055931, -0.025678040459752083, -0.02951057069003582, + -0.012017431668937206, -0.09922564029693604, 0.0208501685410738, 0.004150029271841049, + -0.0078097255900502205, 0.006193717010319233, 0.03816032409667969, 0.021838106215000153, + 0.054949771612882614, -0.0634545236825943, -0.06733255833387375, -0.05634937435388565, + 0.02902965061366558, -0.031946223229169846, -0.05922090634703636, 0.03721469268202782, + -0.01853947713971138, -0.026665648445487022, 0.021856866776943207, 0.05046585574746132, + -0.0003511185641400516, 0.003672152291983366, 0.1224830150604248, 0.11439232528209686, + -0.05000828579068184, -0.005997242406010628, 0.027173109352588654, 0.039338618516922, + -0.03547145798802376, 0.039986271411180496, 0.002531456993892789, 0.04280204325914383, + 0.029139932245016098, -0.010365861468017101, 0.014965389855206013, -0.03381285443902016, + 0.04983621835708618, 0.01738092489540577, 0.014827840030193329, 0.006086586508899927, + -0.010229294188320637, 0.008390524424612522, 0.021293936297297478, 0.0022077527828514576, + -0.021321427077054977, 0.004081049934029579, -0.0785004124045372, -0.0620739720761776, + -0.0014105106238275766, 0.00844284612685442, 0.015223507769405842, -0.05435812100768089, + -0.007565221283584833, 0.007941911928355694, 0.02836235612630844, 0.0465906597673893, + -0.06353195011615753, 0.032586969435214996, -0.004777617286890745, 0.0827684998512268, + -0.02952539548277855, -0.0858815535902977, 0.043379995971918106, -0.009083730168640614, + 0.007269317749887705, 0.08576169610023499, 0.05426882952451706, 0.11419215053319931, + 0.0013833484845235944, 0.007952353917062283, 0.014954601414501667, 0.048580072820186615, + 0.011635185219347477, 0.017469240352511406, 0.03914310038089752, 0.003204998793080449, + 0.022337500005960464, -0.0026101309340447187, -0.030604155734181404, -0.061272911727428436, + 0.049639564007520676, -0.04612377658486366, -0.040776822715997696, 0.008372257463634014, + 0.039119306951761246, 0.06074043735861778, 0.014068607240915298, 0.06942594051361084, + -0.012006844393908978, -0.04151457920670509, -0.003938787616789341, 0.010815048590302467, + 0.049898941069841385, 0.06032330542802811, 0.004962412174791098, 0.034639548510313034, + 0.06389009952545166, -0.003400899237021804, 0.007536842953413725, -0.009089302271604538, + -0.06273119896650314, -0.019671214744448662, -0.05940307676792145, 0.019203271716833115, + -0.02012500911951065, -0.037954989820718765, -0.047172773629426956, -0.10474053025245667, + -0.011011609807610512, 0.0031024767085909843, 0.0036471558269113302, 0.05843478813767433, + 0.07976115494966507, 0.049571212381124496, 0.013024968095123768, 0.040617626160383224, + -0.057875584810972214, 0.04499538615345955, -0.007372894790023565, -0.08663307130336761, + -0.048477474600076675, -0.009327421896159649, 0.052208684384822845, -0.005193149205297232, + 0.05224138870835304, 0.029270265251398087, -0.0308616291731596, -0.0677282065153122, + 0.0019395382842049003, 0.048525623977184296, -0.07134205102920532, -0.0473354272544384, + 0.031458958983421326, -0.008954224176704884, -0.04586994647979736, -0.031360529363155365, + -0.052940163761377335, -0.02550240233540535, -0.0012848988408222795, 0.025695472955703735, + -0.01055638212710619, -0.022672584280371666, 0.034081123769283295, -0.018358418717980385, + 0.014873855747282505, -0.07241356372833252, 0.004888030234724283, 0.07452846318483353, + -0.032523658126592636, -0.029745934531092644, 0.054909925907850266, -0.021316437050700188, + -0.03642405942082405, -0.01655879244208336, -0.04794526472687721, -0.07310677319765091, + 0.027197184041142464, 0.07281863689422607, -0.06137783080339432, -0.028202997520565987, + -0.024614477530121803, 0.0883430689573288, 0.02847016416490078, -0.06104007363319397, + -0.06385976076126099, 0.014730415306985378, 0.06799860298633575, 0.025602426379919052, + -0.07156294584274292, 0.019693536683917046, -0.009873862378299236, -0.020382003858685493, + 0.07326730340719223, -0.01894364133477211, 0.0233289897441864, 0.008642745204269886, + -0.032682083547115326, -0.030856536701321602, 0.011754555627703667, 0.047050852328538895 + ], + [ + 0.015281865373253822, 0.0071815187111496925, 0.025958126410841942, -0.009810428135097027, + 0.035103533416986465, 0.02574380300939083, -0.02912142127752304, -0.05526864528656006, + 0.005537095479667187, 0.019186031073331833, -0.007609571795910597, -0.02159923128783703, + 0.05284704640507698, -0.04112822934985161, 0.06458375602960587, 0.03768563270568848, 0.0367337241768837, + -0.002060849918052554, -0.050568196922540665, 0.030418621376156807, -0.005672080907970667, + -0.06190727278590202, -0.04329782351851463, 0.07625195384025574, 0.025194378569722176, + 0.047442127019166946, -0.01923949271440506, 0.07270807027816772, 0.01687825843691826, + -0.0024506221525371075, 0.0457150936126709, 0.0035155077930539846, -0.007163447327911854, + 0.040672168135643005, -0.006076618563383818, -0.004282838199287653, -0.025440223515033722, + 0.0648786798119545, 0.03212438151240349, 0.027206288650631905, -0.008674622513353825, + -0.018299221992492676, -0.004444928374141455, 0.0033006055746227503, 0.030767962336540222, + -0.00864105299115181, -0.006182042416185141, -0.028561808168888092, 0.08687570691108704, + -0.0016594754997640848, -0.04153012856841087, -0.013744460418820381, 0.007105427328497171, + -0.0852854996919632, -0.04972689598798752, -0.026635747402906418, -0.07482252269983292, + 0.05604797974228859, 0.0329773835837841, 0.02249845676124096, -0.051969222724437714, + -0.03162752091884613, -0.0157803762704134, 0.026464374735951424, 0.0011884864652529359, + -0.05278397351503372, 0.06182502582669258, -0.03461887314915657, -0.0017274898709729314, + 0.07420604676008224, 0.06667696684598923, 0.04888613149523735, 0.05406665802001953, + 0.009132218547165394, 0.010040552355349064, -0.008831458166241646, -0.0036912758368998766, + 0.036211930215358734, -0.0028684395365417004, -0.04631656035780907, 0.007680264301598072, + 0.07302618026733398, -0.06798364222049713, 0.025544079020619392, 0.10604152828454971, + -0.02004869468510151, -0.027564438059926033, 0.05190275236964226, -0.0005526141612790525, + -0.046354617923498154, 0.041616156697273254, 0.004410373512655497, 0.05844423174858093, + 0.03326382488012314, 0.01738036796450615, -0.02993924543261528, 0.07540386915206909, + 0.03092438541352749, -0.03140907362103462, 0.008119902573525906, -0.021650072187185287, + -0.023227477446198463, -0.0016842263285070658, -0.02300666645169258, 0.02268085815012455, + -0.006581258028745651, 0.01892024464905262, -0.01941104419529438, -0.03387679159641266, + 0.0032217211555689573, -0.06321202218532562, 0.053974591195583344, -0.04355970770120621, + 0.011272554285824299, -0.03255453705787659, 0.0005119202542118728, 0.0788460224866867, + -0.013746527023613453, -0.004607483744621277, 0.01688610389828682, 0.004810476675629616, + -0.022659607231616974, -0.0017287647351622581, -0.030712734907865524, -0.055884890258312225, + -0.04663345217704773, 0.008325714617967606, 0.0381271131336689, 0.038916680961847305, + -0.015240414999425411, -0.007968887686729431, 0.007010473404079676, 0.012883839197456837, + 0.040928684175014496, -0.006922340951859951, 0.0201707873493433, -0.009856807999312878, + -0.018819665536284447, 0.03456765413284302, -0.010506423190236092, 0.02087925747036934, + -0.012900808826088905, 0.01802745647728443, -0.0721159502863884, 0.008957652375102043, + 0.023695142939686775, 0.05465010553598404, -0.00780613673850894, 0.0474562905728817, + 0.020372798666357994, 0.009302383288741112, -0.046981874853372574, -0.10210850089788437, + 0.019802646711468697, -0.023968596011400223, 0.04478709399700165, -0.026082798838615417, + 0.004333287477493286, -0.032740551978349686, 0.008308755233883858, -0.0631905123591423, + 0.00012697871716227382, -0.04383748397231102, 0.019904591143131256, -0.02317732386291027, + 0.057201944291591644, -0.029008550569415092, 0.05613863095641136, 0.02989315800368786, + 0.016738690435886383, -0.08520052582025528, 0.006762453820556402, 0.08866361528635025, + 0.02734220400452614, 0.050786130130290985, -0.013429512269794941, -0.022399425506591797, + 0.04301691800355911, 0.004578557331115007, -0.0014370944118127227, -0.007455591578036547, + -0.08284866809844971, -0.03555053845047951, -0.05358501896262169, -0.10317337512969971, + 0.015765348449349403, -0.017812758684158325, -0.011155029758810997, -0.027405070140957832, + -0.09962654113769531, -0.09061238169670105, 0.031207717955112457, -0.026077158749103546, + 0.012748726643621922, 0.0040142410434782505, 0.04727159067988396, 0.0629684254527092, + -0.03865266591310501, 0.030682476237416267, -0.02466045320034027, -0.0025258890818804502, + 0.052133865654468536, -0.0635109469294548, 0.06535160541534424, 0.03444947674870491, + 0.009259256534278393, 0.10442865639925003, 0.02873631939291954, 0.06940757483243942, + 0.0032739287707954645, -0.05257100611925125, 0.04094916209578514, 0.02888163924217224, + -0.0064861103892326355, 0.033119432628154755, -0.013885123655200005, 0.09757443517446518, + 0.020622681826353073, 0.01689544878900051, 0.019029999151825905, 0.06484372913837433, + -0.040059853345155716, 0.023168573155999184, -0.020245565101504326, 0.00864420272409916, + 0.018747370690107346, -0.00957539677619934, -0.014700090512633324, 0.0020987887401133776, + 0.04413849860429764, -0.009811101481318474, 0.018815426155924797, -0.008475090377032757, + -0.0052615986205637455, -0.0014612788800150156, -0.04456184431910515, 0.03919140249490738, + -0.002822777023538947, 0.03205990791320801, -0.052909210324287415, 0.05918240547180176, + -0.01153605803847313, 0.0037990359123796225, 0.06902525573968887, -0.05084606260061264, + 0.025815442204475403, -0.011080105789005756, -0.00564039358869195, 0.022502826526761055, + 0.011347898282110691, 0.008911123499274254, -0.016826391220092773, -0.023627666756510735, + 0.05627845972776413, 0.058864105492830276, -0.06765323132276535, -0.0752924233675003, + 0.02537813037633896, 0.05316018685698509, -0.013426432386040688, 0.03489743918180466, + 0.03169406205415726, -0.0681103989481926, 0.015686120837926865, 0.03644261881709099, -0.065834179520607, + -0.02555951103568077, -0.016892749816179276, 0.017970416694879532, -0.010353995487093925, + -0.04357314109802246, -0.024371694773435593, 0.01797950081527233, -0.06492901593446732, + -0.024660702794790268, -0.008066538721323013, -0.04389547184109688, -0.0076684909872710705, + -0.01747857592999935, -0.10947088897228241, 0.002522979862987995, -0.006454708985984325, + -0.015075062401592731, 0.07316940277814865, -0.064483143389225, 0.02964729815721512, + -0.07933920621871948, 0.021846825256943703, 0.08932582288980484, -0.019653011113405228, + -0.07165595889091492, 0.022667057812213898, -0.003079252317547798, -0.054491352289915085, + -0.019760316237807274, 0.021736619994044304, -0.02740197815001011, -0.013826213777065277, + 0.06317348033189774, -0.03378468379378319, -0.03384621441364288, 0.061363887041807175, + 0.05267598479986191, 0.027944384142756462, -0.0053425016812980175, 0.030583471059799194, + -0.046173304319381714, -0.02585451677441597, -0.017353443428874016, -0.05474686622619629, + 0.017829421907663345, -0.0436842180788517, 0.012571627274155617, -0.019693655893206596, + 0.02874382771551609, -0.0032830233685672283, 0.053161852061748505, 0.02337169274687767, + 0.005814436823129654, 0.04049896448850632, 0.0321803092956543, 0.007897545583546162, + 0.059664782136678696, 0.04691729694604874, -0.05051155760884285, -0.003911274019628763, + -0.004085720982402563, -0.02110903523862362, 0.014269107021391392, 0.06302979588508606, + 0.08063729852437973, -0.010550670325756073, 0.05044184997677803, 0.017933044582605362, + -0.051237236708402634, 0.05593351274728775, 0.028760388493537903, -0.10464297980070114, + 0.010684909299015999, -0.051009126007556915, -0.05880614370107651, 0.021366940811276436, + 0.05197489634156227, 0.054879918694496155, 0.04609193280339241, 0.06344600021839142, + -0.051814038306474686, 0.0389273464679718, -0.0010216697119176388, 0.04371770843863487, + -0.0021345855202525854, -0.05207688733935356, -0.10338646918535233, -0.010905326344072819, + 0.06637474149465561, 0.00010386668873252347, 0.007180674467235804, 0.054631270468235016, + -0.005841520149260759, -0.025078512728214264, -0.016472792252898216, 0.056186243891716, + 0.007463023066520691, -0.005702103488147259, -0.00900560524314642, -0.011908695101737976, + 0.0020533304195851088, 0.02434525266289711, 0.0023219126742333174, 0.05260663852095604, + -0.04469890892505646, 0.018308693543076515, -0.01423648837953806, -0.037890661507844925, + 0.04140451177954674, -0.04527772217988968, -0.005439066793769598, 0.040903788059949875, + -0.08348070085048676, 0.04910590872168541, 0.03948671370744705, -0.010664663277566433, + -0.050110965967178345, 0.012841565534472466 + ], + [ + 0.030550599098205566, -0.09520665556192398, -0.07490281015634537, 0.034208621829748154, + 0.017940793186426163, -0.0270750280469656, -0.05535142496228218, 0.010258134454488754, + 0.02610054612159729, 0.01572406478226185, -0.023593485355377197, 0.00697755441069603, + 0.08171277493238449, 0.02185646817088127, -0.013858181424438953, -0.022756408900022507, + -0.02652725763618946, -0.12382803857326508, 0.01548104826360941, 0.059596434235572815, + 0.036211512982845306, -0.04085085168480873, 0.057552848011255264, -0.054347191005945206, + 0.03806821256875992, 0.036713968962430954, -0.02350485697388649, -0.034234460443258286, + -0.02095705457031727, 0.01748846285045147, -0.10278280079364777, 0.029499024152755737, + 0.046084072440862656, 0.0063842968083918095, 0.05734485760331154, -0.05480985715985298, + 0.0730077400803566, -0.024721376597881317, -0.0033626118674874306, 0.1119309738278389, + 0.03915292024612427, -0.05857830494642258, 0.09199383854866028, 0.08174658566713333, + 0.03943314030766487, 0.039319925010204315, -0.02703103795647621, 0.04676133766770363, + 0.059009697288274765, 0.05167548358440399, 0.09528506547212601, 0.029553327709436417, + -0.08111746609210968, 0.039836715906858444, -0.09580394625663757, -0.007458652835339308, + -0.046466726809740067, -0.052013762295246124, 0.02978765405714512, 0.028684871271252632, + -0.03802019730210304, 0.05952136218547821, -0.03281428664922714, -0.03883304446935654, + 0.01831747591495514, -0.02640169858932495, -0.08491219580173492, -0.03231384605169296, + 0.05228704214096069, -0.01867937669157982, -0.014077424071729183, 0.0538337342441082, + 0.04280674830079079, 0.066402368247509, 0.05507907643914223, -0.014634951949119568, 0.10967665165662766, + 0.053219184279441833, 0.008346769027411938, -0.006568142678588629, -0.05566129833459854, + 0.06728268414735794, -0.006650601513683796, -0.02645185776054859, -0.007519848179072142, + 0.007461378816515207, 0.09025397151708603, 0.03415476530790329, -0.07349386811256409, + 0.08220097422599792, 0.0461982861161232, 0.06902596354484558, -0.05552460998296738, 0.06668377667665482, + -0.05274207517504692, -0.03960820659995079, -0.01583557389676571, 0.06449204683303833, + 0.051661085337400436, -0.025670967996120453, -0.034074731171131134, -0.039813097566366196, + 0.07382748275995255, 0.04378356784582138, -0.055523764342069626, 0.024918220937252045, + -0.0012583502102643251, -0.0069838277995586395, 0.06660778820514679, -0.02763703465461731, + 0.11861781030893326, -0.07167363166809082, 0.01511096116155386, 0.06826651096343994, + -0.012403054162859917, 0.04724907502532005, -0.0018634257139638066, -0.00838050153106451, + 0.03988783434033394, 0.0805976465344429, -0.04788362234830856, -0.02272842265665531, + 0.07466515153646469, 0.007543425541371107, -0.023415597155690193, -0.10781603306531906, + 0.07313642650842667, -0.028050418943166733, -0.025110479444265366, -0.04523199424147606, + -0.030931957066059113, -0.005210702307522297, 0.08487720042467117, 0.019994651898741722, + 0.08872269839048386, -0.05239596962928772, -0.019547056406736374, -0.06069711968302727, + 0.0025445877108722925, -0.08078814297914505, -0.0182099100202322, -0.005309549625962973, + 0.009325020015239716, 0.010264076292514801, 0.018845919519662857, 0.04032275080680847, + -0.07575956732034683, -0.04705251753330231, -0.055887434631586075, 0.01158942561596632, + 0.025822365656495094, 0.04669635742902756, -0.02471412904560566, 0.0862531065940857, + -0.020274817943572998, -0.017694994807243347, -0.07917037606239319, -0.07338862121105194, + 0.0652497261762619, 0.039077773690223694, 0.026480719447135925, -0.01295479852706194, + 0.052657198160886765, 0.03563329949975014, 0.09583503752946854, 0.12455759197473526, + -0.04466531053185463, -0.005112939514219761, -0.004166971892118454, 0.022894203662872314, + 0.01276963297277689, 0.05338525399565697, -0.05933797359466553, -0.037401776760816574, + 0.09394737333059311, 0.07171032577753067, 0.036859817802906036, -0.13571061193943024, + -0.033751875162124634, -0.020481690764427185, -0.02641385979950428, 0.10674436390399933, + -0.009610836394131184, 0.01800289936363697, 0.03736143931746483, 0.012211490422487259, + -0.02282046340405941, -0.007219995371997356, -0.07592155784368515, 0.021158792078495026, + -0.016787758097052574, 0.008011631667613983, -0.03516961634159088, 0.011414955370128155, + 0.02174028567969799, -0.013229242525994778, -0.0034281860571354628, 0.019513802602887154, + 0.01843627542257309, -0.03116052970290184, 0.034049175679683685, 0.1024409756064415, + -0.0487545020878315, 0.02460765652358532, -0.0348893441259861, -0.06572459638118744, + -0.02193494513630867, 0.02517310157418251, 0.037369150668382645, 0.010209642350673676, + -0.05080427601933479, -0.0019789801444858313, -0.005660742521286011, -0.03000979870557785, + 0.003397928550839424, 0.010015802457928658, -0.050089031457901, -0.11154104024171829, + -0.09440626949071884, 0.046466853469610214, 0.0530303418636322, 0.01482804398983717, 0.0142820430919528, + 0.008458146825432777, -0.016373611986637115, 0.08390268683433533, -0.04222889244556427, + 0.08425698429346085, 0.04469739645719528, -0.04565287008881569, 0.056748583912849426, + -0.053574275225400925, 0.061225228011608124, 0.045130420476198196, 0.04880940169095993, + -0.04236724227666855, -0.04366536810994148, 0.09260943531990051, 0.004809101112186909, + 0.009235848672688007, -0.04226451367139816, 0.01571473851799965, -0.029358582571148872, + -0.03820713236927986, -0.1267291009426117, 0.042725980281829834, -0.0010219488758593798, + 0.06106957420706749, -0.039864957332611084, -0.010350528173148632, 0.040013089776039124, + -0.014108686707913876, 0.038738515228033066, 0.06437390297651291, 0.09534408897161484, + -0.13120757043361664, -0.14237698912620544, 0.1416763961315155, -0.019677629694342613, + 0.014309161342680454, -0.06683240085840225, -0.06412719190120697, -4.2033316276501864e-5, + 0.05283570662140846, 0.010476358234882355, 0.0553772933781147, -0.012621059082448483, + 0.0068811154924333096, 0.012689991854131222, 0.0036587673239409924, 0.1522330790758133, + 0.0609300397336483, 0.014606799930334091, -0.05198637768626213, -0.05072074383497238, + 0.04467276111245155, -0.014723033644258976, 0.0611162930727005, 0.0650850161910057, 0.06911967694759369, + 0.12594547867774963, 0.11197245121002197, -0.0009446065523661673, -0.015150293707847595, + 0.02527494914829731, 0.061635248363018036, -0.03137568384408951, -0.05385395884513855, + -0.011576518416404724, 0.015706123784184456, 0.0008076181984506547, 0.013946210965514183, + 0.021686028689146042, -0.06853149831295013, 0.001200519036501646, 0.024800743907690048, + -0.01568738743662834, 0.02003422938287258, -0.0026363516226410866, 0.0717339739203453, + 0.08722802251577377, 0.045815903693437576, 0.007019596640020609, 0.00968332588672638, + -0.045359741896390915, -0.04913746193051338, -0.04915314540266991, -0.056048426777124405, + -0.15770772099494934, -0.07410964369773865, 0.15256577730178833, -0.055300891399383545, + 0.015646787360310555, 0.041391756385564804, -0.02162351831793785, 0.04429147019982338, + 0.055182624608278275, 0.005031993146985769, 0.016446314752101898, 0.031816333532333374, + 0.0525076724588871, 0.056600864976644516, -0.03476548194885254, 0.00964535865932703, + 0.0012136517325416207, -0.06651455163955688, 0.000783864757977426, -0.09632453322410583, + 0.06974673271179199, -0.010652780532836914, 0.05183664709329605, -0.014935127459466457, + -0.11036936193704605, -0.01688130386173725, -0.04360195994377136, -0.05668860673904419, + -0.017160741612315178, 0.1575896292924881, 0.009362105280160904, -0.02510165609419346, + -0.042491428554058075, -0.05833734944462776, -0.0032761699985712767, 0.04073140025138855, + 0.010846884921193123, -0.09303303807973862, 0.001737130107358098, 0.05663614720106125, + -0.05142762511968613, 0.025942077860236168, 0.039902228862047195, -0.053376130759716034, + 0.10837320238351822, 0.018649885430932045, 0.0041318065486848354, -0.00801637303084135, + 0.043729595839977264, -0.030872207134962082, 0.0916210487484932, 0.06597456336021423, + 0.011565668508410454, -0.060434985905885696, -0.03492102026939392, 0.030905889347195625, + -0.01770137995481491, -0.030615340918302536, -0.07891958206892014, -0.03469466418027878, + -0.09858988970518112, 0.0015864754095673561, -0.07577680051326752, -0.02189760096371174, + -0.040610529482364655, -0.030660061165690422, 0.028478065505623817, 0.014667848125100136, + 0.04077921435236931, -0.046724848449230194, 0.03720967844128609, -0.12421812117099762, + -0.07777751237154007, -0.0856156051158905, 0.07207415252923965, -0.032048679888248444 + ], + [ + -0.01539965346455574, -0.016506532207131386, -0.0410897359251976, 0.028527449816465378, + -0.052586935460567474, -0.010833004489541054, -0.03955110162496567, -0.023800449445843697, + 0.06664303690195084, 0.005110137164592743, -0.06802598387002945, -0.04132401570677757, + 0.09164492040872574, -0.023810019716620445, 0.014305716380476952, -0.030680596828460693, + -0.014614034444093704, -0.045361198484897614, 0.04008836671710014, -0.04004644230008125, + 0.021270543336868286, 0.06490106135606766, 0.07094467431306839, 0.010490558110177517, + -0.020985018461942673, -0.01578712649643421, -0.0008566402248106897, -0.023088205605745316, + 0.051370587199926376, 0.025538576766848564, -0.03665773198008537, -0.06211215257644653, + -0.05122402682900429, 0.03769732266664505, -0.01868836022913456, 0.06095557287335396, + -0.04334372282028198, 0.008229449391365051, 0.05184425786137581, 0.0016178373480215669, + -0.036025259643793106, -0.03435857594013214, -0.05259764939546585, -0.026456419378519058, + 0.02999594807624817, 0.004029589239507914, 0.008730529807507992, 0.03983945772051811, + -0.028270168229937553, -0.041172318160533905, 0.04551110044121742, 0.053709063678979874, + -0.07964859902858734, 0.09146434813737869, -0.015970010310411453, -0.009651703760027885, + -0.005346678197383881, 0.010996313765645027, 0.033025726675987244, -0.005243786610662937, + 0.08800449222326279, -0.049403801560401917, -0.08635617047548294, 0.013218052685260773, + -0.06548883020877838, -0.03267715126276016, 0.033707890659570694, 0.06225166469812393, + -0.031967710703611374, -0.02357819490134716, 0.00039089267374947667, -0.024654095992445946, + 0.050192441791296005, -0.03249719738960266, 0.06169302016496658, 0.026329990476369858, + 0.014300234615802765, -0.04158451780676842, 0.025322461500763893, 0.0514441579580307, + 0.0003699315420817584, 0.04648343473672867, -0.03884520381689072, -0.01922871731221676, + -0.02676014043390751, -0.017411556094884872, -0.0006100998143665493, 0.0011939647374674678, + 0.001909972750581801, -0.00999581627547741, -0.028687559068202972, -0.06756953150033951, + -0.07154376059770584, -0.01798667199909687, -0.010049737989902496, 0.048717278987169266, + -0.0063729784451425076, 0.017970263957977295, 0.014122205786406994, 0.007743838708847761, + 0.050266340374946594, 0.024815505370497704, -0.028697611764073372, 0.005411709658801556, + -0.05490440875291824, 0.006104027386754751, 0.018098212778568268, -0.009828881360590458, + 0.01118296105414629, -0.07754801958799362, 0.002755531808361411, -0.03005845472216606, + 0.026203498244285583, -0.00029855401953682303, 0.0020176342222839594, 0.06579123437404633, + -0.010400584898889065, -0.04303877428174019, -0.0006288639851845801, 0.0026077667716890574, + -6.474958809121745e-6, 0.022127605974674225, 0.04760406166315079, -0.05763893201947212, + 0.02160351723432541, 0.024346787482500076, 0.04908943921327591, -0.013265842571854591, + 0.0031684874556958675, 0.021135754883289337, -0.013261259533464909, -0.03916044533252716, + -0.0056511289440095425, 0.037885915488004684, 0.03624023124575615, -0.0004427333769854158, + 0.007190326228737831, 0.03166283667087555, 0.022135797888040543, -0.0035666560288518667, + 0.03200391307473183, -0.06259641796350479, 0.04186555743217468, -0.04501086473464966, + -0.054735198616981506, 0.0034573145676404238, -0.013327717781066895, 0.07372409850358963, + -0.08832508325576782, 0.011925885453820229, 0.07324782013893127, -0.020905902609229088, + 0.048379361629486084, 0.04033147543668747, -0.006324267014861107, -0.05676906928420067, + -0.04145878180861473, -0.025057705119252205, -0.024426033720374107, 0.05362546443939209, + -0.05507231131196022, -0.03701408952474594, -0.015613471157848835, -0.019870297983288765, + -0.01381654106080532, 0.009899206459522247, -0.03386974707245827, -0.0029228588100522757, + -0.039816100150346756, 0.018721451982855797, 0.03292851522564888, 0.014388462528586388, + -0.026261817663908005, -0.0034258209634572268, 0.052087485790252686, -0.0589880645275116, + 0.011341260746121407, -0.04003364220261574, 0.04903966188430786, -0.02010873146355152, + 0.012318884022533894, 0.0063775209710001945, 0.010219368152320385, 0.06869635730981827, + 0.02701306901872158, 0.05106838420033455, -0.01058939564973116, -0.0068969158455729485, + -0.0058341980911791325, -0.030246496200561523, -0.037430401891469955, 0.02574906498193741, + 0.044321414083242416, -0.006149249617010355, -0.04184986650943756, 0.016265392303466797, + 0.024765461683273315, -0.037495750933885574, 0.05067910999059677, -0.0030501128640025854, + -0.02258382737636566, -0.07270842045545578, -0.00814033392816782, 0.01520563941448927, + -0.06845758110284805, -0.05674273520708084, 0.07081291824579239, -0.05801009759306908, + -0.03264199569821358, 0.020929481834173203, -0.03342115134000778, 0.015969643369317055, + 0.00694270059466362, 0.011249830015003681, -0.018678486347198486, -0.016215603798627853, + -0.02900068275630474, -0.0503801628947258, -0.08145593851804733, 0.030158258974552155, + 0.07734786719083786, 0.03635287284851074, -0.051528554409742355, 0.017965121194720268, + 0.04292498901486397, 0.025694970041513443, -0.034951142966747284, -0.007128824479877949, + -0.061327192932367325, 0.02630683407187462, 0.02680780552327633, 0.03041495755314827, + -0.02512052096426487, 0.08954764902591705, 0.010825459845364094, -0.01336637232452631, + 0.02902970276772976, 0.05574512481689453, 0.005865820683538914, 0.02405627816915512, + -0.0534229539334774, 0.0006144415820017457, 0.036554791033267975, -0.0730549767613411, + -0.03750665858387947, -0.011903174221515656, 0.037225689738988876, -0.052329860627651215, + 0.017794355750083923, -0.02015024982392788, -0.0671321377158165, 0.04697008803486824, -0.01813361980021, + 0.04243207722902298, 0.028180032968521118, -0.036989472806453705, -0.010600768961012363, + 0.011782223358750343, 0.03043040819466114, 0.058021366596221924, 0.04648459330201149, + -0.007573951501399279, 0.053716134279966354, 0.021022114902734756, 0.0060088783502578735, + 0.013858305290341377, 0.00011423020623624325, 0.04131946340203285, 0.005265842657536268, + -0.018895884975790977, -0.025160696357488632, 0.06169315055012703, 0.009132432751357555, + 0.05108454450964928, -0.04232897236943245, -0.030629299581050873, -0.02811090648174286, + -0.009323089383542538, 0.041545093059539795, 0.08407213538885117, 0.013728685677051544, + 0.0691789761185646, 0.029535457491874695, -0.054647743701934814, 0.0019676368683576584, + 0.0073529696092009544, 0.04004284739494324, -0.004627656657248735, 0.04119490459561348, + 0.08038417249917984, -0.009766469709575176, 0.007761309389024973, -0.03404353931546211, + 0.0038148900493979454, -0.0344521626830101, 0.0563465841114521, -0.02357390522956848, + -0.007576036732643843, -0.046384602785110474, -0.0343489870429039, 0.04732352867722511, + -0.06703060865402222, -0.07256703823804855, -0.008359813131392002, -0.06266013532876968, + -0.06913692504167557, 0.051767583936452866, 0.006680527701973915, 0.009455558843910694, + 0.041522275656461716, -0.05704982951283455, -0.04793626070022583, -0.03488178178668022, + -0.028941171243786812, 0.01858435943722725, 0.031425099819898605, -0.009417049586772919, + -0.03109048120677471, -0.031232282519340515, 0.03007264994084835, 0.009051050990819931, + 0.03538309782743454, 0.02015026845037937, -0.0783829391002655, 0.020300546661019325, + 0.023441560566425323, 0.040397658944129944, -0.019246039912104607, -0.0028554557356983423, + -0.027052538469433784, 0.006159180775284767, 0.016722969710826874, -0.02679450996220112, + 0.0018560150638222694, -0.039581455290317535, -0.023957746103405952, -0.03839840367436409, + 0.06210896000266075, -0.004563827533274889, 0.016760949045419693, 0.02350716106593609, + 0.01744185760617256, 0.007895663380622864, 0.02725342847406864, -0.007118070498108864, + -0.023636121302843094, 0.018866481259465218, 0.032353475689888, 0.008085781708359718, + -0.09572569280862808, -0.02181924693286419, 0.016739139333367348, 0.00705242995172739, + -0.015474519692361355, -0.05670195072889328, 0.013380996882915497, 0.000984589452855289, + 0.033104103058576584, -0.007027910090982914, 0.03117659129202366, -0.03231130912899971, + 0.018863484263420105, -0.012258769012987614, -0.03158631548285484, 0.0001556588540552184, + 0.022448807954788208, -0.05836285650730133, -0.036407873034477234, 0.045828092843294144, + -0.04143860936164856, 0.024366319179534912, 0.019230825826525688, 0.01664881967008114, + -0.04437094181776047, -0.02840621955692768, -0.04312217980623245, 0.015181015245616436, + 0.008354413323104382, 0.05167767405509949, 0.0063545857556164265, 0.0074194660410285, + -0.046921998262405396, 0.005695839878171682, -0.04571083188056946 + ], + [ + -0.08612105995416641, 0.028034040704369545, 0.0086075933650136, 0.04276687279343605, + -0.03811737522482872, -0.0009065166232176125, -0.017819270491600037, 0.0059076640754938126, + 0.011265946552157402, -0.024982795119285583, -0.014452568255364895, 0.012481607496738434, + 0.030819062143564224, 0.05508805066347122, -0.037175968289375305, -0.005264475475996733, + 0.0024223695509135723, -0.04900709167122841, -0.012330212630331516, -0.04332533851265907, + 0.013135140761733055, 0.027835913002490997, 0.017281383275985718, -0.04797558858990669, + -0.02656731754541397, 0.043591905385255814, -0.04510888084769249, -0.009348416700959206, + -0.016135815531015396, -0.021231867372989655, -0.03246961534023285, 0.017692342400550842, + 0.04303193837404251, 0.04760465398430824, -0.0740588828921318, -0.03808058798313141, + 0.015186062082648277, 0.0050473278388381, 0.03942066431045532, 0.018312783911824226, 0.0955299437046051, + -0.054137781262397766, -0.0638018399477005, 0.03841531276702881, 0.04806627333164215, + 0.13136616349220276, -0.0442512221634388, 0.002460694406181574, -0.04083513095974922, + -0.09860383719205856, 0.06487059593200684, 0.0974411815404892, -0.08356121927499771, + 0.010228305123746395, -0.007467958610504866, 0.040936775505542755, -0.01080277655273676, + 0.036690980195999146, 0.05630498751997948, 0.06999225914478302, 0.04492894932627678, + -0.02062249928712845, -0.022915828973054886, 0.10698240250349045, 0.03599131852388382, + -0.020187247544527054, -0.1243022084236145, -0.044617582112550735, -0.038970738649368286, + -0.022424427792429924, 0.059426769614219666, 0.0637899860739708, 0.09587614983320236, + -0.03842775896191597, 0.039925716817379, -0.005863823462277651, 0.03796232491731644, + 0.025613393634557724, -0.040845222771167755, -0.005779128521680832, -0.018499119207262993, + 0.00998683925718069, -0.0024513150565326214, 0.04631048068404198, 0.005807205568999052, + -0.022832849994301796, 0.037992414087057114, -0.0828099399805069, -0.11477252095937729, + -0.09859700500965118, -0.0408920980989933, -0.011864668689668179, 0.001272676745429635, + 0.03539003059267998, 0.009871163405478, 0.030688485130667686, -0.09735295176506042, + -0.0038348848465830088, -0.032301660627126694, -0.028020072728395462, 0.0028640683740377426, + 0.016968393698334694, 0.013872487470507622, -0.032233741134405136, 0.045173924416303635, + -0.02297702245414257, 0.03457924723625183, 0.028117619454860687, 0.02475658617913723, + -0.06230072304606438, 0.04125913605093956, -0.030000928789377213, 0.07251045852899551, + 0.050109900534152985, -0.027180444449186325, -0.07425998896360397, -0.03444948419928551, + 0.09734325110912323, 0.10592420399188995, 0.039598822593688965, -0.00362978782504797, + -0.04040548577904701, 0.048752836883068085, -0.0075037116184830666, 0.01741553656756878, + -0.06782025843858719, -0.035833973437547684, 0.04623022302985191, -0.01639113761484623, + -0.08062908798456192, 0.013214994221925735, -0.04274114593863487, -0.05340912193059921, + 0.08879750967025757, 0.059984661638736725, -0.04274735972285271, -0.029214974492788315, + 0.03388279676437378, 0.011831935495138168, -0.02981686033308506, -0.00537120969966054, + -0.03841514140367508, -0.01320150587707758, 0.08630193024873734, -0.051883962005376816, + -0.02271067537367344, 0.010892083868384361, -0.1082623079419136, 0.033291708678007126, + -0.006329407915472984, 0.021433021873235703, 0.006351130083203316, 0.06404975056648254, + -0.10224015265703201, 0.04131323844194412, -0.1142912432551384, 0.004708694759756327, + -0.08987953513860703, -0.01466068159788847, 0.001251920941285789, 0.007910829037427902, + 0.09839985519647598, 0.048895902931690216, 0.0794825628399849, 0.03340628743171692, 0.02362012304365635, + 0.029114775359630585, -0.09148833900690079, -0.05205757915973663, -0.034792955964803696, + 0.0037157763727009296, -0.0650009885430336, -0.05353079363703728, 0.0718897208571434, + -0.07199211418628693, 0.002301229164004326, 0.023299235850572586, -0.031667500734329224, + -0.10180343687534332, 0.042554862797260284, 0.04216005653142929, 0.016454311087727547, + 0.11232543736696243, 0.04713244363665581, 0.030533719807863235, 0.07354805618524551, + 0.03157217428088188, 0.04071176424622536, 0.021966377273201942, 0.12440318614244461, + 0.04045723378658295, -0.00654836930334568, 0.018681829795241356, 0.03681585192680359, + 0.0865461677312851, 0.07349288463592529, -0.03420456126332283, 0.04559960961341858, 0.08596114069223404, + 0.06517135351896286, -0.08138702064752579, 0.041074734181165695, -0.05583656579256058, + -0.03173508122563362, 0.0072012427262961864, 0.0519787035882473, -0.03755132853984833, + -0.0423765704035759, 0.02361373044550419, 0.01642139069736004, 0.0026801470667123795, + -0.018818683922290802, -0.0590808168053627, 0.0078877042979002, -0.014859077520668507, + 0.07875824719667435, 0.05331210047006607, -0.028700973838567734, 0.05397568643093109, + -0.044959165155887604, 0.002242493676021695, 0.02998325601220131, -0.03911389037966728, + -0.022385064512491226, 0.0001513830793555826, -0.006063310895115137, -0.038937222212553024, + 0.010851538740098476, 0.03912286087870598, -0.019183605909347534, -0.07058484107255936, + 0.0011926953447982669, -0.011389481835067272, 0.10636250674724579, -0.005128097254782915, + 0.04270473122596741, -0.010059977881610394, -0.10799261182546616, 0.07307669520378113, + 0.07427936047315598, 0.057522598654031754, 0.005311408545821905, 0.05051034688949585, + -0.021923711523413658, -0.0744517371058464, 0.058958202600479126, -0.023424873128533363, + 0.02578144147992134, -0.026494832709431648, -0.03839423879981041, -0.04684758186340332, + -0.05309202894568443, 0.04575863853096962, 0.0613979697227478, 0.017834452912211418, + -0.013941226527094841, -0.04859365150332451, 0.03247840330004692, 0.0208409633487463, + -0.06999529153108597, 0.0392124317586422, -0.03405570611357689, -0.020160865038633347, + 0.015466518700122833, -0.0039747669361531734, -0.035230476409196854, 0.05334996432065964, + 0.032969966530799866, -0.0068535651080310345, -0.031388383358716965, 0.02515251375734806, + 0.10553520172834396, 0.013495022431015968, 0.07568057626485825, 0.02219434827566147, + 0.017081262543797493, -0.010634694248437881, -0.05897932127118111, -0.08793354779481888, + 0.02187986485660076, -0.0339837409555912, 0.12063109874725342, 0.11847732216119766, + -0.01934286206960678, 0.09564459323883057, 0.01786581426858902, -0.08747052401304245, + -0.027641749009490013, -0.04738622531294823, 0.037509363144636154, -0.0030766853597015142, + 0.018355460837483406, -0.03421841561794281, 0.050830449908971786, 0.06639686971902847, + -0.03651243448257446, 0.024824922904372215, -0.030837807804346085, -0.050100263208150864, + -0.021892346441745758, 0.04176820442080498, -0.019480187445878983, -0.11019332706928253, + -0.015764590352773666, 0.028798870742321014, -0.050177354365587234, 0.02364002726972103, + -0.026365192607045174, 0.03463280573487282, -0.052935339510440826, 0.06424365937709808, + -0.03509598597884178, -0.12361275404691696, -0.03543553501367569, 0.007703204173594713, + -0.01640426553785801, -0.024617701768875122, 0.027922749519348145, -0.016918811947107315, + -0.025120580568909645, -0.002535489620640874, 0.018576687201857567, -0.02894315868616104, + -0.10491462051868439, 0.018647002056241035, -0.04384241998195648, 0.013774472288787365, + 0.07195132225751877, 0.004011455923318863, 0.0606774166226387, 0.025342928245663643, + -0.03233115002512932, 0.07445710152387619, 0.06415923684835434, 0.034741051495075226, + -0.031518157571554184, 0.02837545983493328, -0.11942513287067413, 0.06720579415559769, + 0.020466800779104233, 0.014284534379839897, -0.043613091111183167, -0.033935848623514175, + 0.049885865300893784, -0.013368581421673298, 0.01638927310705185, 0.10223627835512161, + -0.06911466270685196, 0.09920386224985123, -0.02034188248217106, 0.046608537435531616, + -0.010848117992281914, -0.0305482167750597, 0.04311276972293854, -0.019785506650805473, + 0.04818778112530708, 0.026792285963892937, 0.004464019555598497, 0.04556034505367279, + -0.09757331013679504, -0.0648292601108551, -0.08650562912225723, -0.09303993731737137, + 0.04374207183718681, -0.018604084849357605, 0.06987141072750092, 0.019392753019928932, + 0.04685094580054283, -0.03851141408085823, -0.0069322241470217705, -0.022438550367951393, + 0.026425212621688843, 0.07303231209516525, -0.020465172827243805, 0.04116642102599144, + -0.0811728686094284, 0.01612885296344757, -0.05322659760713577, -0.021948693320155144, + -0.002179223345592618, 0.0005478064413182437, -0.07639354467391968, 0.013581451959908009, + 0.008244047872722149 + ], + [ + 0.08202991634607315, 0.02976134419441223, -0.06624140590429306, 0.03405991569161415, + 0.008778768591582775, 0.08356516063213348, 0.02135755494236946, 0.03709157928824425, + 0.06807482987642288, -0.009418364614248276, -0.030507607385516167, -0.03614519163966179, + 0.04783829674124718, 0.03886710852384567, 0.006926193833351135, -0.014955338090658188, + 0.03438020870089531, -0.10092556476593018, 0.039326563477516174, -0.09029166400432587, + 0.060766663402318954, 0.04466814920306206, 0.04112278297543526, -0.09776659309864044, + -0.02519885078072548, 0.026105372235178947, -0.014738799072802067, 0.029338661581277847, + 0.059735506772994995, -0.0044008526019752026, -0.012647731229662895, -0.04648721590638161, + 0.027934329584240913, 0.0071012298576533794, -0.0218218881636858, 0.06562353670597076, + -0.01010572537779808, -0.04641257971525192, 0.08968424797058105, -0.08395136147737503, + -0.02563437446951866, -0.04215303063392639, 0.03861094266176224, 0.01246029045432806, + 0.02896789275109768, -0.05214536190032959, -0.04201040044426918, 0.01093002688139677, + 0.011426296085119247, -0.054080989211797714, -0.03195861726999283, -0.012409367598593235, + -0.03896037116646767, 0.038035474717617035, 0.07768083363771439, 0.055483128875494, + -0.003850166918709874, 0.07105080038309097, -0.0072860633954405785, -0.03739034757018089, + 0.03738614544272423, 0.01539482083171606, -0.021086860448122025, -0.011789709329605103, + -0.009233293123543262, -0.07833866775035858, -0.02350156381726265, 0.03983572870492935, + -0.009512681514024734, -0.027678431943058968, 0.037281617522239685, -0.018789401277899742, + 0.04350445419549942, 0.03400050848722458, 0.04031386598944664, 0.0442500002682209, 0.05141867697238922, + 0.0657389760017395, -0.03693091869354248, -0.04602232575416565, 0.014264775440096855, + 0.08614589273929596, 0.03282453119754791, 0.05137016996741295, 0.00371761666610837, + -0.020759006962180138, -0.0014893749030306935, -0.03232864663004875, -0.016133131459355354, + 0.0056496248580515385, -0.012570259161293507, -0.03090304136276245, -0.0483582504093647, + 0.04069538041949272, -0.03386359289288521, 0.0040854415856301785, -0.048502180725336075, + -0.027878664433956146, 0.053354669362306595, -0.011659594252705574, -0.013222264125943184, + 0.04092242196202278, -0.019012393429875374, -0.046007245779037476, -0.054265160113573074, + -0.05926121398806572, -0.018223553895950317, 0.022525837644934654, 0.016394073143601418, + 0.03257814049720764, 0.019767500460147858, -0.009465481154620647, -0.03140365332365036, + -0.0024584156926721334, -0.07010157406330109, -0.09452048689126968, 0.025315577164292336, + -0.04038429260253906, 0.04266718775033951, 0.027885261923074722, -0.030687449499964714, + 0.013766278512775898, 0.025266360491514206, 0.013497517444193363, 0.06853056699037552, + 0.03526923060417175, 0.010324674658477306, -0.000283777219010517, 0.04412228986620903, + -0.04526587203145027, -0.08693047612905502, 0.03634079173207283, 0.03122890181839466, + -0.010665741749107838, -0.006988917477428913, 0.023224812000989914, 0.0510566383600235, + -0.029196616262197495, -0.03412356600165367, 0.04644572734832764, -0.0020235655829310417, + -0.01800885796546936, -0.03667806461453438, -0.08624519407749176, -0.004945470951497555, + 0.06605074554681778, -0.016024604439735413, -0.025361889973282814, -0.13430459797382355, + -0.04836041107773781, -0.03366183117032051, -0.027753818780183792, 0.07599891722202301, + -0.004163945093750954, 0.010292839258909225, -0.03387867659330368, -0.04029969871044159, + -0.054390329867601395, 0.008311734534800053, -0.03432285413146019, -0.10920321196317673, + -0.07118792086839676, 0.11790761351585388, -0.03855572268366814, 0.03499182313680649, + -0.011299565434455872, -0.05179404839873314, -0.06688661128282547, -0.00834661815315485, + 0.04746972396969795, 0.0008576938416808844, 0.031352486461400986, -0.08602242916822433, + -0.027548231184482574, -0.004341061692684889, 0.003348429687321186, -0.011739210225641727, + 0.008475512266159058, 0.006415289361029863, -0.0611143559217453, 0.03299558535218239, + 0.01774519309401512, 0.048177946358919144, 0.05875339359045029, 0.07179883122444153, + 0.024612894281744957, 0.011327552609145641, 0.011770021170377731, 0.01594945602118969, + 0.017076754942536354, 0.03874839469790459, 0.0584239736199379, 0.018846619874238968, 0.0562620609998703, + -0.10083416104316711, 0.014233320020139217, 0.011425340548157692, -0.028018616139888763, + -0.023319192230701447, -0.03665046766400337, 0.06991966813802719, -0.072305828332901, + -0.009293870069086552, -0.02767571061849594, -0.15310530364513397, -0.10477730631828308, + -0.0432761125266552, -0.032794732600450516, 0.006696467287838459, -0.034836143255233765, + 0.1142447367310524, -0.0841701403260231, -0.06995351612567902, 0.06411954760551453, 0.03497321531176567, + 0.06479494273662567, 0.04513726755976677, -0.0007185463909991086, -0.009317129850387573, + 0.0443405918776989, -0.056982457637786865, 0.03053777664899826, 0.04070662707090378, + 0.005927085876464844, -0.0077287680469453335, -0.005116437096148729, 0.07063956558704376, + -0.0602923259139061, 0.04087700694799423, 0.018857987597584724, 0.026461083441972733, + 0.0979716032743454, 0.06557199358940125, 0.008511733263731003, -0.03901565819978714, + 0.00536657078191638, -0.0658106654882431, 0.031343404203653336, -0.11341987550258636, + 0.051915690302848816, -0.02255587838590145, -0.00050925969844684, 0.061714056879282, + -0.006608905270695686, 0.014059719629585743, 0.0031868244986981153, -0.04045359790325165, + -0.09745345264673233, -0.03643923997879028, 0.07314782589673996, -0.06035763397812843, + 0.006225872319191694, -0.013858617283403873, 0.043668001890182495, 0.03014592081308365, + -0.04185601696372032, -0.040378015488386154, 0.09798511117696762, 0.01500424649566412, + 0.03771951422095299, 0.07663092762231827, -0.012602337636053562, -0.027406366541981697, + 0.014133366756141186, 0.0987510085105896, 0.04115978628396988, 0.03838683292269707, + 0.0067692347802221775, -0.026094570755958557, 0.001781465602107346, 0.05826558545231819, + 0.09072721749544144, -0.02966562658548355, 0.0125625841319561, -0.053710997104644775, + -0.011841259896755219, 0.003069430124014616, -0.01702752336859703, -0.06440311670303345, + 0.017515303567051888, 0.07027892768383026, 0.017755286768078804, -0.07842917740345001, + -0.00466341944411397, -0.07615448534488678, -0.04468560591340065, -0.005776639096438885, + 0.037750598043203354, 0.03192004933953285, 0.062128376215696335, 0.001573658431880176, + 0.004427768290042877, -0.03676421940326691, 0.033899664878845215, 0.0019446808146312833, + 0.08521901816129684, 0.059295348823070526, -0.05718332901597023, -0.016331849619746208, + 0.036607563495635986, 0.038279615342617035, -0.0352211631834507, -0.05859943479299545, + -0.017820026725530624, -0.039960626512765884, 0.0016694125952199101, 0.024269482120871544, + -0.02290387824177742, -0.018928535282611847, 0.0935969278216362, -0.04674819856882095, + -0.09450457990169525, 0.0048820096999406815, 0.05085300654172897, 0.007395264692604542, + -0.06574101001024246, 0.04762765020132065, 0.007831677794456482, -0.029230348765850067, + -0.001196698285639286, -0.07884342968463898, -0.04148472100496292, -0.10707417130470276, + -0.01534387469291687, 0.08861654251813889, 0.04320791736245155, 0.027814893051981926, + 0.07263819128274918, 0.05655353143811226, 0.03209884092211723, -0.08795268088579178, + 0.07485964894294739, 0.02185830846428871, 0.008762616664171219, -0.018753619864583015, + -0.0002971649228129536, -0.047190118581056595, 0.058747515082359314, -0.03322779759764671, + -0.034171976149082184, 0.0774870440363884, -0.013413744047284126, 0.018259895965456963, + 0.019879475235939026, 0.05050037056207657, 0.04032213240861893, -0.023047572001814842, + 0.02841470018029213, 0.05572379380464554, -0.0605759471654892, 0.0302472822368145, 0.11320167779922485, + -0.03433363512158394, -0.006860673427581787, -0.064332015812397, 0.03524249792098999, + -0.0213291235268116, 0.01121165044605732, 0.0838775634765625, -0.07182788848876953, + -0.041885536164045334, -0.00046758961980231106, -0.019129715859889984, 0.00154112686868757, + -0.011480757966637611, 0.05367215350270271, -0.0173399206250906, 0.047122251242399216, + 0.01631902903318405, -0.05531445890665054, 0.026671241968870163, 0.011843772605061531, + 0.017434997484087944, -0.028012875467538834, -0.010062948800623417, -0.08965441584587097, + 0.00116156751755625, -0.034420985728502274, 0.045825012028217316, -0.0014955359511077404, + -0.0027975805569440126, 0.018531139940023422, 0.04623540863394737, 0.014652765356004238 + ], + [ + -0.06010869890451431, 0.011913973838090897, -0.002293122699484229, 0.010901867412030697, + 0.04399567097425461, 0.012154610827565193, -0.07773798704147339, 0.029375523328781128, + 0.03278356045484543, 0.05872145667672157, 0.011496034450829029, -0.008625258691608906, + -0.04661983624100685, -0.06163390353322029, -0.02115209586918354, 0.02892434224486351, + -0.02501172013580799, 0.09865394234657288, 0.005071169231086969, 0.12647967040538788, + -0.1153322234749794, -0.08283423632383347, -0.038879040628671646, 0.06386798620223999, + -0.011506243608891964, 0.0005472909542731941, 0.046697940677404404, 0.07068304717540741, + -0.001047101803123951, 0.0577235147356987, 0.02726501226425171, -0.002302097389474511, + -0.031976792961359024, -0.02863868698477745, 0.058042291551828384, 0.009145013988018036, + -0.01645989902317524, 0.01435508020222187, -0.02495438978075981, 0.012851282954216003, + 0.10629023611545563, 0.01770603097975254, 0.05290381237864494, 0.021744390949606895, + -0.02776942402124405, 0.0015259970678016543, 0.024807479232549667, 0.03422397002577782, + -0.04330090433359146, 0.03205854445695877, -0.0834503099322319, -0.031050799414515495, + 0.061056915670633316, 0.0019052914576604962, -0.04068823531270027, -0.000653566443361342, + -0.014678453095257282, -0.07397426664829254, 0.03750421106815338, -0.03813682869076729, + 0.008218654431402683, 0.0603296123445034, -0.01779705472290516, 0.0007734518148936331, + 0.025998923927545547, -0.001508119748905301, 0.0006766864680685103, -0.07585173845291138, + -0.021488318219780922, 0.05480552092194557, 0.07712846249341965, 0.10509464144706726, + 0.029774287715554237, -0.009771828539669514, -0.09871521592140198, -0.0547068789601326, + -0.050354644656181335, 0.03682802990078926, 0.05496499314904213, -0.052139751613140106, + 0.10024260729551315, 0.06964699923992157, -0.01628410629928112, -0.08965136855840683, + 0.049682796001434326, -0.08712931722402573, 0.027856331318616867, -0.02838023193180561, + 0.0019379639998078346, 0.023434879258275032, -0.005277979653328657, 0.03734712302684784, + 0.023720592260360718, 0.007070139516144991, -0.029265424236655235, -0.009026756510138512, + 0.00012069018703186885, 0.025357507169246674, -0.09654684364795685, 0.042702797800302505, + -0.07897859811782837, -0.036313675343990326, 0.02627498097717762, 0.06290644407272339, + 0.051088087260723114, -0.07281799614429474, -0.0472416952252388, -0.02300107106566429, + -0.0014326483942568302, 0.06378014385700226, 0.01308306772261858, -0.01792948879301548, + -0.042354244738817215, 0.08091937005519867, 0.027016978710889816, -0.06188783422112465, + 0.048956722021102905, 0.04437432438135147, -0.1009548157453537, -0.04231563210487366, + -0.009928894229233265, 0.03126778453588486, -0.10910678654909134, 0.024432405829429626, + -0.09531309455633163, 0.002169255167245865, 0.06524807214736938, -0.016025979071855545, + 0.015466800890862942, 0.0490523986518383, -0.009906326420605183, -0.017375698313117027, + -0.038119882345199585, -0.00898115336894989, -0.03150549530982971, 0.03838308900594711, + -0.014348232187330723, -0.08640529215335846, -0.02655002474784851, -0.02404559589922428, + 0.0276232548058033, 0.014423607848584652, -0.05926305800676346, 0.01151670329272747, + 0.017776185646653175, -0.05861738324165344, -0.018755240365862846, 0.002962691942229867, + 0.09188254922628403, 0.07401597499847412, -0.183418408036232, 0.004074474796652794, + -0.12837278842926025, 0.001855845912359655, -0.007026253268122673, 0.11945877224206924, + -0.06336843967437744, 0.034378498792648315, 0.005575099028646946, -0.013459041714668274, + 0.07072844356298447, -0.03710082545876503, 0.01593763753771782, -0.03293975070118904, + -0.05757796764373779, 0.10139533132314682, -0.0551476888358593, 0.023541182279586792, + 0.0405656173825264, -0.024117019027471542, -0.04877154901623726, 0.01405834499746561, + 0.02132277749478817, -0.06377003341913223, 0.040113355964422226, -0.0076403431594371796, + 0.011319407261908054, 0.020793650299310684, 0.13385795056819916, -0.008967826142907143, + 0.03381563350558281, -0.007069588638842106, -0.058378249406814575, -0.031003661453723907, + 0.02925119176506996, 0.03318751975893974, -4.770594750880264e-5, -0.041175082325935364, + -0.014559471979737282, -0.04645243659615517, -0.08036835491657257, -0.03964654728770256, + -0.12564344704151154, 0.08468852192163467, -0.02701047621667385, 0.039052385836839676, + 0.006248301826417446, 0.03958899900317192, 0.023241683840751648, -0.03842964768409729, + -0.03277309983968735, 0.0529971644282341, -0.029707545414566994, 0.04912840202450752, + 0.03397978097200394, 0.0425633005797863, -0.02614584006369114, 0.0762178897857666, 0.01967940665781498, + -0.06570759415626526, -0.052765168249607086, -0.020531674847006798, 0.05904921889305115, + 0.07998684793710709, -0.03144761174917221, -0.000959242635872215, 0.06480558216571808, + 0.0644167885184288, 0.04521523788571358, 0.004432469140738249, 0.0578649565577507, -0.02044433169066906, + -0.046472467482089996, -0.0445883572101593, -0.04897052049636841, 0.035573214292526245, + -0.0040374090895056725, 0.013365729711949825, 0.05381672456860542, 0.019945522770285606, + 0.003074261825531721, -0.027148695662617683, 0.013703091070055962, 0.024132918566465378, + 0.08464633673429489, -0.03718864917755127, -0.01854707859456539, 0.07119259983301163, + 0.0689433142542839, -0.0034991067368537188, 0.04903431609272957, -0.08752056211233139, + -0.03416316956281662, 0.06167074292898178, 0.09088589996099472, -0.02332800254225731, + 0.04819001629948616, -0.0017803856171667576, 0.03718002513051033, 0.000724003417417407, + -0.012595252133905888, 0.04048864543437958, -0.014207356609404087, 0.043570421636104584, + -0.010803064331412315, -0.046636614948511124, -0.02222539484500885, -0.09235294163227081, + 0.023360155522823334, -0.003078877693042159, -0.0450068898499012, -0.08391187340021133, + -0.007210553623735905, 0.06312086433172226, 0.03130399063229561, 0.03049490600824356, + -0.08294649422168732, 0.11270163953304291, 0.03369219973683357, -0.022828398272395134, + 0.02181265689432621, -0.004342509433627129, -0.021508028730750084, -0.11825434863567352, + -0.10923977196216583, 0.030565325170755386, -0.04448128491640091, 0.1418348103761673, + 0.06573539972305298, -0.06723648309707642, -0.07371968030929565, -0.056152816861867905, + 0.0010405132779851556, 0.10206478834152222, 0.06673237681388855, 0.07820657640695572, + -0.12373495101928711, 0.05281466618180275, 0.06809140741825104, 0.01188129372894764, + -0.0547744557261467, -0.03766653686761856, 0.08741512149572372, 0.05898574739694595, + 0.10790691524744034, -0.08315692842006683, -0.02579019032418728, -0.005290341097861528, + -0.03169938176870346, -0.07055936753749847, -0.013971395790576935, 0.03684583306312561, + 0.1011725664138794, 0.10285340994596481, -0.053920477628707886, -0.04857180267572403, + 0.035332437604665756, -0.044721461832523346, -0.019332902505993843, -0.024830570444464684, + -0.07432191073894501, -0.01988930255174637, -0.027075590565800667, 0.051951851695775986, + 0.07303843647241592, -0.06626901030540466, 0.021582042798399925, -0.028471268713474274, + 0.08278796076774597, -0.03267177939414978, 0.08861201256513596, -0.02696305885910988, + -0.014871231280267239, -0.030817104503512383, -0.0689639002084732, -0.0965329185128212, + 0.10221970081329346, -0.11210151761770248, -0.010179751552641392, 0.05494648590683937, + 0.02900915965437889, -0.015433959662914276, 0.02486196719110012, 0.01690252684056759, + 0.03357746824622154, 0.041546378284692764, 0.05503034591674805, -0.08354812115430832, + 0.0392119400203228, 0.1176656037569046, 0.05245451256632805, -0.06746932864189148, 0.07015815377235413, + 0.002849799580872059, -0.013477505184710026, -0.01003442332148552, 1.4071644727664534e-5, + -0.012707010842859745, -0.031521305441856384, -0.0016600898234173656, 0.09232771396636963, + -0.05397457256913185, 0.019926892593503, 0.023932360112667084, -0.047342777252197266, + 0.051593612879514694, 0.004600308835506439, 0.12138457596302032, -0.013362274505198002, + -0.05973164364695549, 0.016826407983899117, -0.03384283930063248, -0.026647308841347694, + 0.07172483950853348, 0.01750481128692627, -0.06265673041343689, 0.025045812129974365, + -0.024187270551919937, -0.0405062735080719, 0.08321157842874527, -0.05069613829255104, + 0.041017647832632065, 0.06374368816614151, -0.06978460401296616, -0.09843561798334122, + -0.07162106782197952, -0.0854039415717125, 0.07214213162660599, -0.04591890797019005, + -0.06292343139648438, 0.022702809423208237, -0.07590458542108536, 0.021294716745615005, + -0.016928549855947495 + ], + [ + -0.09571465104818344, 0.002347064670175314, -0.003053460968658328, -0.026441436260938644, + -0.05080495774745941, 0.029536593705415726, -0.01410670019686222, -0.07526489347219467, + -0.0507044792175293, 0.04543264955282211, 0.0605553537607193, 0.08474379032850266, -0.13546009361743927, + 0.0005431741592474282, 0.04030904173851013, 0.1294851452112198, 0.0020731554832309484, + -0.07529495656490326, -0.01403659675270319, 0.096086785197258, -0.052977047860622406, + -0.014606032520532608, 0.07143008708953857, 0.03845018148422241, 0.0337572805583477, + 0.013198581524193287, -0.023111239075660706, -0.13764864206314087, -0.0056895725429058075, + -0.010405244305729866, 0.0022045623045414686, -0.016878975555300713, -0.05050204321742058, + 0.07460882514715195, -0.10408379882574081, 0.05326377972960472, 0.017794333398342133, + -0.010222858749330044, -0.06036568433046341, -0.05490466207265854, -0.03594546392560005, + -0.013609843328595161, -0.021686933934688568, -0.0037373804952949286, -0.002607234986498952, + 0.09266503155231476, 0.01729814149439335, -0.03459068015217781, -0.10223287343978882, + -0.037043340504169464, 0.0661555603146553, -0.043577712029218674, 0.0314948633313179, + 0.020883066579699516, 0.032323531806468964, -0.0026960507966578007, 0.053885046392679214, + -0.0004726093611679971, 0.1152440756559372, 0.029559141024947166, 0.008221241645514965, + 0.0041287736967206, -0.07427489757537842, 0.06016120687127113, -0.06355060636997223, + 0.03541434928774834, 0.018943222239613533, 0.051129553467035294, -0.03410272300243378, + 0.038327302783727646, -0.07020703703165054, 0.031282227486371994, 0.029905134811997414, + -0.021442769095301628, 0.05950938165187836, -0.06575552374124527, -0.0705905631184578, + -0.05525263026356697, 0.044129662215709686, -0.026771964505314827, -0.008198343217372894, + 0.06250078231096268, 0.0037502548657357693, -0.12459810078144073, -0.09148760139942169, + -0.021050680428743362, -0.05591870844364166, -0.05715649574995041, -0.013816485181450844, + -0.03804852068424225, -0.003265321720391512, 0.0929597020149231, 0.043876904994249344, + 0.10463673621416092, -0.018245968967676163, -0.07880746573209763, -0.0653679370880127, + -0.05232188478112221, -0.007581536658108234, -0.038712743669748306, -0.0881543830037117, + 0.07333140075206757, -0.029177477583289146, -0.03207240253686905, -0.1277143508195877, + -0.022998929023742676, 0.08265884220600128, -0.003740055952221155, 0.0015291988383978605, + -0.018476953729987144, 0.05724382773041725, -0.02312014251947403, -0.04413822665810585, + -0.00982206966727972, 0.05052882432937622, -0.08217903971672058, 0.026236526668071747, + 0.0461922287940979, 0.1538688689470291, -0.08460724353790283, -0.034737516194581985, + -0.04201939329504967, 0.09145297855138779, 0.004079315345734358, -0.0015531241660937667, + -0.0363004207611084, -0.005554089322686195, 0.012863361276686192, -0.018818894401192665, + -0.04140913859009743, -0.09821971505880356, 0.03196357935667038, -0.026031725108623505, + 0.026535967364907265, 0.03564609959721565, 0.037226833403110504, -0.041493985801935196, + -0.021381352096796036, 0.06790382415056229, -0.0245452132076025, 0.02852260135114193, + -0.02588067203760147, 0.06826331466436386, 0.043471354991197586, 0.04073140770196915, + 0.08535150438547134, -0.04492368549108505, 0.1114918440580368, 0.09198415279388428, 0.02812022902071476, + 0.057689592242240906, 0.04327426105737686, -0.04499201849102974, -0.06315242499113083, + -0.0516771636903286, 0.012403037399053574, 0.03594047203660011, -0.00616804976016283, + -0.0733073502779007, -0.04369504377245903, -0.07627449184656143, -0.060614440590143204, + 0.03950878232717514, 0.03857438638806343, 0.07163894176483154, -0.03410947322845459, + 0.008431117981672287, 0.08089688420295715, 0.03143848851323128, -0.10208296775817871, + 0.028351332992315292, -0.057729627937078476, -0.06589601188898087, 0.016049856320023537, + -0.06852936744689941, -0.06395744532346725, -0.0010522675001993775, -0.07056685537099838, + -0.036458469927310944, -0.032092005014419556, -0.0328257717192173, 0.021045688539743423, + 0.03287031501531601, -0.011362670920789242, -0.11803331226110458, 0.08046659827232361, + 0.034898947924375534, -0.055785827338695526, 0.09320622682571411, -0.021936684846878052, + 0.03678989037871361, -0.10559622198343277, 0.025916364043951035, -0.03135201707482338, + 0.0696239322423935, 0.01074663084000349, -0.05377290025353432, -0.039695482701063156, + -0.005460355896502733, 0.009673499502241611, 0.034542616456747055, 0.0456266775727272, + -0.01936713233590126, -0.0029936826322227716, -0.011815173551440239, -0.0551610141992569, + 0.034086115658283234, -0.03196210041642189, -0.0008148907218128443, 0.12341392040252686, + 0.052967414259910583, -0.10609357059001923, 0.006920654326677322, -0.04403501749038696, + -0.029792672023177147, 0.0927119180560112, 0.06968466937541962, 0.05682879686355591, + 0.024300508201122284, -0.016833944246172905, -0.009971795603632927, 0.033688273280858994, + 0.05878285691142082, 0.029691049829125404, 0.040418438613414764, -0.07602253556251526, + -0.014384244568645954, -0.03139577433466911, -0.06687752157449722, -0.0399102047085762, + -0.0594775415956974, 0.01053424458950758, -0.08081009238958359, 0.02171182446181774, + -0.009957225061953068, -0.09174706786870956, -0.009206446819007397, 0.025883274152874947, + -0.08847209066152573, 0.006243848241865635, -0.08168387413024902, 0.02265990525484085, + 0.03443121537566185, -0.07478317618370056, 0.029522819444537163, -0.04247758537530899, + -0.059839557856321335, 0.08712287992238998, 0.06633391231298447, -0.1425102800130844, + -0.014772763475775719, 0.022768890485167503, 0.15444663166999817, 0.14916442334651947, + 0.0317755788564682, -0.04171532392501831, 0.10311059653759003, 0.025904767215251923, + -0.04731132835149765, -0.004491002298891544, 0.03886086866259575, 0.11293484270572662, + -0.01920044794678688, -0.06806422770023346, -0.004033710341900587, 0.040287550538778305, + 0.02663210593163967, 0.003514242824167013, 0.07297869771718979, 0.041224077343940735, + -0.007920851930975914, 0.12247999012470245, 0.05306483805179596, 0.0332547090947628, + 0.09407974034547806, 0.0012220587814226747, 0.012307395227253437, -0.10908748209476471, + -0.0258774571120739, -0.064811572432518, -0.01373443566262722, 0.10714884102344513, + 0.033044151961803436, 0.022691525518894196, -0.014949753880500793, -0.10891471058130264, + -0.013736691325902939, -0.059606026858091354, -0.1119886040687561, -0.02866092510521412, + -0.02407519891858101, -0.053299300372600555, -0.04860028624534607, 0.09875250607728958, + -0.021636970341205597, -0.019224779680371284, -0.0017099748365581036, -0.008708246983587742, + 0.004298422485589981, -0.08593115955591202, 0.07958198338747025, 0.031593840569257736, + -0.038202058523893356, 0.01973012462258339, 0.07016212493181229, -0.02381409890949726, + -0.04453630745410919, -0.04747036471962929, -0.03579457476735115, -0.06966915726661682, + 0.03985954076051712, -0.10440575331449509, -0.0656406581401825, -0.036321550607681274, + 0.01865459233522415, -0.09703263640403748, -0.07545384764671326, -0.005434295628219843, + -0.0707327276468277, -0.04972236603498459, -0.03429868444800377, 0.012091970071196556, + 0.07582070678472519, 0.0036086090840399265, 0.019696075469255447, 0.08305192738771439, + -0.03396175429224968, -0.010238607414066792, -0.00292047462426126, 0.01096361130475998, + -0.045545097440481186, 0.012966328300535679, 0.064337819814682, -0.010135109536349773, + 0.012821272946894169, 0.025945039466023445, -0.021131612360477448, 0.017558256164193153, + 0.012810769490897655, 0.050647806376218796, 0.004727235063910484, -0.048246074467897415, + -0.04034566879272461, -0.09909970313310623, -0.0006742182304151356, 0.016450168564915657, + 0.026844393461942673, 0.052734505385160446, -0.05693305283784866, -0.015015057288110256, + 0.010320032015442848, 0.04467929154634476, 0.09191625565290451, -0.022873710840940475, + -0.037201229482889175, -0.0578828863799572, -0.015600122511386871, -0.0002939157420769334, + 0.02427128329873085, 0.05063076317310333, -0.002926585031673312, -0.06171023100614548, + 0.09523516148328781, -0.06840639561414719, -0.006809566169977188, -0.020398596301674843, + 0.003626902587711811, 0.03480922803282738, -0.07559645175933838, -0.007299134507775307, + -0.021941158920526505, 0.07311248779296875, 0.006839817389845848, 0.00451029185205698, + 0.0635472908616066, -0.07635592669248581, 0.06995077431201935, -0.007080456707626581, + 0.05604994297027588, 0.057811904698610306, -0.011931776069104671, 0.0433921292424202, + 0.052881982177495956, 0.019695376977324486 + ], + [ + 0.033604614436626434, 0.03140852227807045, -0.028723660856485367, -0.07017689943313599, + -0.052147574722766876, 0.01462596096098423, 0.015083996579051018, 0.011657379567623138, + -0.011395374312996864, 0.014282717369496822, 0.005815351847559214, 0.04060398042201996, + 0.027421457692980766, 0.009427336975932121, -0.0064590550027787685, -0.019685039296746254, + 0.007749322801828384, -0.06187652423977852, 0.011363275349140167, -0.04665938392281532, + 0.07971345633268356, 0.022192806005477905, 0.038439661264419556, 0.04328618198633194, + -0.002189004560932517, -0.03475247323513031, -0.07560689002275467, -0.011189203709363937, + -0.02198474295437336, 0.03332969918847084, -0.07372196018695831, -0.034210529178380966, + -0.03466465696692467, -0.02709919400513172, -0.03340815380215645, 0.05638156086206436, + 0.009849479421973228, 0.0016840699827298522, 0.03845088928937912, -0.07567829638719559, + -0.04807641729712486, 0.0511326938867569, 0.04425453767180443, -0.022155271843075752, + 0.03227788209915161, -0.026103267446160316, -0.00900914054363966, 0.006875559687614441, + -0.05754212290048599, -0.05170101672410965, 0.039429232478141785, -0.048533424735069275, + -0.008362128399312496, 0.007444614544510841, -0.04903846234083176, -0.0297256950289011, + 0.03455387055873871, 0.04681743308901787, 0.007683480624109507, 0.05051562562584877, + 0.01962784305214882, -0.061143357306718826, -0.07645752280950546, 0.05430346727371216, + -0.03815196454524994, 0.07197963446378708, 0.024090150371193886, 0.06237174943089485, + -0.052906982600688934, 0.006670686881989241, 0.029935117810964584, -0.07584156095981598, + 0.004958027042448521, -0.0432867594063282, 0.03339318931102753, 0.0046503664925694466, + 0.042027946561574936, -0.0031860803719609976, 0.030438659712672234, 0.08857111632823944, + -0.018512926995754242, 0.06461469829082489, 0.036143288016319275, -0.025965893641114235, + -0.012186743319034576, 0.04595727100968361, 0.04584623873233795, -0.04391646757721901, + -0.050533879548311234, 0.02941221557557583, -0.013125292025506496, -0.0520285926759243, + 0.04712563380599022, -0.012788372114300728, -0.054645851254463196, -0.009210310876369476, + -0.032499659806489944, 0.011961616575717926, 0.05646907165646553, 0.022518496960401535, + -0.04484919458627701, 0.016771595925092697, 0.00015443074516952038, -0.04156965762376785, + 0.024691568687558174, 0.03884550556540489, 0.024387093260884285, 0.032498668879270554, + 0.0398300476372242, -0.008565777912735939, 0.036857008934020996, -0.041653987020254135, + 0.07220596820116043, -0.04689521715044975, -0.006631271913647652, 0.02158677764236927, + 0.02668754756450653, 0.00022782388259656727, 0.09476353973150253, -0.05551917850971222, + 0.04366882145404816, -0.05918502435088158, 0.05446993559598923, -0.039463456720113754, + 0.05944919213652611, -0.008323239162564278, -0.08188916742801666, -0.04402302950620651, + 0.048571862280368805, -0.02518746443092823, -0.08377713710069656, -0.060139838606119156, + 0.05869489908218384, -0.011099200695753098, 0.06911453604698181, -0.06808819621801376, + 0.006661692168563604, 0.037012435495853424, 0.04759557545185089, -0.016133427619934082, + 0.011042339727282524, 0.014078035019338131, -0.03851214423775673, 0.02073170244693756, + -0.05105964466929436, 0.0839986503124237, -0.02618061937391758, -0.00027173347189091146, + -0.00988734234124422, -0.010255434550344944, -0.012201893143355846, -0.012047087773680687, + 0.06662002950906754, -0.033889781683683395, -0.049775380641222, -0.06503137201070786, + 0.08379915356636047, -0.0030766907148063183, 0.01654391922056675, 0.04391231760382652, + 0.016080105677247047, -0.027728697285056114, 0.06353653222322464, -0.03991805389523506, + 0.03450200706720352, -0.040784530341625214, -0.023255327716469765, 0.004596356302499771, + -0.012732578441500664, 0.034767359495162964, 0.044834911823272705, 0.037058256566524506, + -0.010689791291952133, 0.016094360500574112, -0.02658623270690441, -0.045096684247255325, + -0.03471814841032028, 0.026892252266407013, -0.04038209095597267, -0.07073651254177094, + 0.05250467732548714, 0.06297414004802704, 0.021132245659828186, 0.0006875016260892153, + -0.00730731338262558, 0.011520891450345516, 0.09079555422067642, -0.04550294578075409, + -0.0252336785197258, 0.0061220815405249596, 0.02045254036784172, -0.017070790752768517, + 0.09289718419313431, 0.05646169185638428, -0.04521377757191658, 0.03882136568427086, + 0.0023931977339088917, -0.0021733706817030907, 0.036164164543151855, 0.0011130105704069138, + -0.05518929660320282, -0.06989944726228714, -0.006307492032647133, -0.08054573833942413, + -0.09501288831233978, -0.0708090290427208, 0.025971978902816772, 0.015401942655444145, + -0.04716864228248596, -0.002191919134929776, -0.00805285107344389, 0.03067595884203911, + -0.0906681939959526, 0.014220329001545906, 0.02126922644674778, -0.02841019444167614, + -0.021698910742998123, -0.05322490260004997, 0.027982300147414207, 0.006785065867006779, + -0.018976163119077682, 0.00866994634270668, -0.0013430833350867033, -0.02766830287873745, + -0.045203931629657745, -0.034584153443574905, 0.04714313521981239, 0.0040253945626318455, + -0.05865155905485153, -0.06540090590715408, -0.02399558387696743, 0.038630157709121704, + -0.07482325285673141, -0.016216659918427467, 0.00986428465694189, 0.07004310935735703, + -0.023787589743733406, 0.044554270803928375, 0.022848790511488914, 0.04105280339717865, + -0.027002712711691856, -0.0288959052413702, 0.05381317436695099, -0.08435386419296265, + -0.039864618331193924, -0.0006564214709214866, -0.03877274692058563, -0.06162426620721817, + -0.03573731705546379, 0.018012385815382004, -0.054107893258333206, 0.00028527231188490987, + -0.0016556637128815055, 0.0697140246629715, -0.03980952128767967, 0.0035861318465322256, + 0.004816694185137749, 0.02419467084109783, -0.018510602414608, 0.0028120744973421097, + -0.02445199154317379, -0.020030895248055458, -0.03354651480913162, -0.050160396844148636, + -0.003904676530510187, -0.06821237504482269, 0.01608094945549965, 0.06540390104055405, + -0.03452892601490021, -0.04149102419614792, -0.03874191269278526, 0.0679660439491272, + -0.03617379069328308, 0.043310899287462234, 0.012833123095333576, 0.04055872932076454, + 0.004370637238025665, -0.11168378591537476, -0.02170783281326294, 0.1249510869383812, + 0.05571825057268143, -0.0021062607411295176, 0.02240411564707756, -0.014858081005513668, + 0.04071361571550369, 0.02113407477736473, -0.015362385660409927, 0.011868219822645187, + 0.066661536693573, 0.024122005328536034, 0.03310211002826691, 0.07335450500249863, -0.04730594903230667, + 0.027433013543486595, -0.016269627958536148, 0.10862857848405838, -0.007773264776915312, + -0.07016793638467789, -0.04515274241566658, 0.015440345741808414, 0.0394422672688961, + -0.04571815952658653, -0.005692320875823498, 0.0011455509811639786, -0.032011426985263824, + -0.05825175344944, 0.061634361743927, 0.012829725630581379, 0.013564758002758026, 0.029590092599391937, + 0.02023467794060707, 0.02130463346838951, -0.022564422339200974, -0.034274984151124954, + -0.0035319095477461815, -0.011734599247574806, -0.033415619283914566, -0.035885222256183624, + -0.03740913048386574, -0.04817236214876175, -0.03516849875450134, -0.0563269704580307, + -0.022036435082554817, -0.029708582907915115, 0.030117927119135857, 0.0952071100473404, + -0.009958332404494286, 0.041361454874277115, -0.009564517997205257, 0.052588194608688354, + -0.04373329505324364, -0.008680992759764194, -0.051910657435655594, 0.04189052805304527, + -0.04159747436642647, 0.011094847694039345, -0.04501891881227493, 0.07692060619592667, + -0.019952867180109024, 0.016247911378741264, -0.02056892216205597, -0.019234977662563324, + 0.0019484177464619279, -0.048514269292354584, -0.05979340523481369, 0.028062082827091217, + 0.08720621466636658, -0.005060877650976181, 0.002061635721474886, -0.05388447269797325, + 0.049199771136045456, 0.06526020169258118, 0.018363863229751587, -0.02899070456624031, + -0.05611103028059006, 0.03125214949250221, 0.028859423473477364, -0.015337802469730377, + -0.011129473336040974, -0.00698052765801549, 0.017569994553923607, 0.0030822695698589087, + -0.01730838418006897, 0.003379476722329855, -0.04952339082956314, 0.019045034423470497, + -0.021866828203201294, 0.06970161944627762, -0.0066930209286510944, -0.03550560027360916, + -0.014409045688807964, 0.052633922547101974, -0.006752836052328348, 0.09031051397323608, + 0.07240120321512222, -0.03837384656071663, 0.10108126699924469, 0.007904508151113987, + 0.040823690593242645, 0.06806400418281555, -0.006329097785055637, -0.030973143875598907, + 0.09049159288406372, -0.002236180705949664 + ], + [ + 0.03124474734067917, 0.04895009845495224, -0.05837063118815422, -0.020411092787981033, + -0.0010541427182033658, -0.01724759303033352, 0.028225596994161606, 0.03855496272444725, + 0.03422544524073601, 0.03717785328626633, 0.00026484011323191226, 0.02431556209921837, + 0.06358158588409424, 0.044347722083330154, -0.04550940543413162, 0.07566723972558975, + -0.07628818601369858, -0.055346906185150146, -0.07267352938652039, -0.011441080830991268, + 0.013941374607384205, 0.02664242498576641, 0.0667601078748703, -0.010461179539561272, + -0.02572662942111492, 0.06879434734582901, -0.06133563816547394, -0.05385937914252281, + -0.027262724936008453, 0.11534621566534042, -0.009926571510732174, 0.032343920320272446, + -0.004387270659208298, 0.02320999465882778, 0.055786944925785065, -0.0987253338098526, + 0.02091887965798378, -0.045124560594558716, -0.030491426587104797, 0.026354901492595673, + -0.08002427965402603, 0.041951727122068405, 0.05040538311004639, 0.020866144448518753, + -0.033964935690164566, -0.018769579008221626, -0.027537165209650993, 0.004969385452568531, + 0.07402091473340988, 0.03647357225418091, 0.042068399488925934, 0.05299442633986473, + -0.061996784061193466, -0.00014927332813385874, 0.008461187593638897, 0.02458162046968937, + -0.02148500457406044, 0.008751066401600838, -0.013117159716784954, -0.05820561945438385, + 0.005212001968175173, 0.025426620617508888, -0.002265817718580365, -0.06356575340032578, + 0.05145632103085518, -0.00831506960093975, -0.07065998762845993, 0.0017782101640477777, + 0.040591686964035034, 0.0014986017486080527, 0.0169490035623312, 0.012325866147875786, + 0.052149564027786255, -0.09219539165496826, -0.09223432838916779, 0.03181535378098488, + 0.15950500965118408, 0.11988426744937897, 0.027269287034869194, 0.016432464122772217, + -0.005225879140198231, 0.07179832458496094, 0.05887337401509285, -0.09071902185678482, + 0.03648848831653595, -0.03202768415212631, 0.10069705545902252, 0.026287635788321495, + -0.06539639085531235, 0.15571299195289612, 0.1187092587351799, 0.01951066590845585, + -0.010061302222311497, -0.022075230255723, -0.09728764742612839, 0.002643473446369171, + -0.061675723642110825, -0.017883289605379105, -0.03981587290763855, -0.0008905092836357653, + 0.04042984917759895, -0.04708153009414673, -0.020818371325731277, 0.03875167667865753, + 0.002315779449418187, 0.02467801794409752, 0.0363590270280838, -0.0812390074133873, + -0.03243212401866913, -0.026927011087536812, 0.016565458849072456, -0.009030905552208424, + 0.06627558916807175, 0.08012530952692032, -0.02370537631213665, -0.028756342828273773, + 0.0052887811325490475, -0.027824392542243004, 0.06345821171998978, 0.006538722198456526, + -0.040367696434259415, 0.026094824075698853, -0.03190317004919052, 0.0138928834348917, + 0.02378808706998825, -0.018170274794101715, -0.03291269764304161, -0.049901630729436874, + 0.039971768856048584, -0.06856518238782883, -0.02768619917333126, -0.054979342967271805, + 0.02303783781826496, -0.05179934948682785, -0.06314374506473541, -0.018019424751400948, + 0.030459120869636536, 0.05029820278286934, -0.07941631227731705, -0.010775048285722733, + -0.028716223314404488, -0.10563696175813675, 0.06869550794363022, 0.024533553048968315, + -0.021502595394849777, 0.04160384461283684, -0.0367620550096035, 0.031344491988420486, + -0.11846451461315155, -0.08939334005117416, -0.03873196616768837, 0.074226513504982, + 0.0008335713646374643, -0.002958504483103752, 0.011952926404774189, -0.042432788759469986, + 0.05446407571434975, 0.02228197455406189, 0.10041596740484238, -0.03159317746758461, + 0.05944047495722771, 0.004056642297655344, -0.04445626586675644, 0.060525793582201004, + 0.028474710881710052, 0.044333215802907944, -0.038651347160339355, -0.07713337987661362, + -0.004377533681690693, 0.0829395204782486, 0.10664927959442139, 0.13128869235515594, + 0.01956154592335224, -0.09936128556728363, 0.10860588401556015, 0.04477265477180481, + 0.05866746976971626, -0.07926005870103836, -0.07750318199396133, -0.10084450989961624, + 0.051909223198890686, 0.04843883961439133, -0.037408921867609024, 0.04854751378297806, + 0.07373714447021484, -0.03824641555547714, 0.055814940482378006, -0.023063626140356064, + -0.03915878012776375, 0.023056719452142715, 0.00565128680318594, -0.014582511968910694, + -0.033208660781383514, 0.008345757611095905, -0.03722207620739937, -0.05046934261918068, + -0.043336257338523865, -0.015236711129546165, -0.0052869608625769615, -0.07833050191402435, + -0.005227620247751474, 0.0007293062517419457, -0.11142847687005997, -0.06588062644004822, + -0.04054858162999153, 0.009817375801503658, 0.022608891129493713, -0.07415008544921875, + -0.006543996278196573, -0.02070663310587406, 0.04942998290061951, -0.008940307423472404, + -0.05038841813802719, -0.024364061653614044, -0.0628124475479126, 0.07704450190067291, + 0.00019576610065996647, -0.03538621589541435, -0.06967832148075104, 0.08600679785013199, + 0.061889782547950745, -0.10214708000421524, 0.02664346806704998, 0.012122126296162605, + -0.058266881853342056, -0.0036426850128918886, -0.04524067044258118, 0.05076726898550987, + 0.010979311540722847, -0.06830017268657684, -0.007990227080881596, -0.05601232126355171, + -0.0465339832007885, -0.06315809488296509, 0.0007500736392103136, -0.01798252761363983, + -0.013559411279857159, 0.1392802745103836, -0.05745260789990425, -0.04521293565630913, + -0.033099278807640076, -0.013237442821264267, -0.023354507982730865, -0.004228757228702307, + -0.10475850850343704, 0.03581646457314491, 0.035806965082883835, 0.04767405614256859, + -0.047172661870718, 0.049133867025375366, 0.007900044322013855, -0.1117938980460167, + -0.05923154577612877, -0.0407310351729393, 0.029739730060100555, -0.04777470603585243, + -0.07695399969816208, 0.04424151033163071, 0.10525155812501907, -0.0468580462038517, + -0.020717384293675423, 0.028332775458693504, -0.10644230246543884, 0.031581632792949677, + -0.03843873739242554, 0.0002455740759614855, 0.042920827865600586, 0.06708671152591705, + -0.03366304934024811, 0.05791202560067177, 0.08737867325544357, 0.06672535836696625, + 0.009690430015325546, -0.034936849027872086, -0.10963445901870728, 0.06429388374090195, + 0.05420587584376335, 0.05989396572113037, 0.0023128981702029705, 0.016168005764484406, + 0.11247152090072632, -0.02703537605702877, -0.003298323368653655, 0.03996990621089935, + -0.05166702717542648, 0.031688183546066284, -0.01826617866754532, -0.051031116396188736, + 0.001880234689451754, -0.028030861169099808, -0.011487424373626709, 0.05626223608851433, + -0.011638226918876171, -0.05090203136205673, 0.011965104378759861, 0.035135410726070404, + -0.03983038291335106, 0.007894274778664112, -0.0859745517373085, 0.05880049243569374, + 0.012333172373473644, 0.0021085909102112055, 0.03840753808617592, -0.04878672584891319, + -0.057373303920030594, 0.0847805067896843, -0.01788431964814663, -0.07164518535137177, + -0.1346191167831421, 0.010741605423390865, 0.0511777326464653, -0.021482065320014954, + 0.006763624958693981, 0.007159591186791658, 0.011897595599293709, 0.02394946478307247, + 0.04525157809257507, -0.014973434619605541, 0.045884016901254654, 0.052642617374658585, + 0.024999327957630157, 0.04445229098200798, -0.059428829699754715, 0.0035516759380698204, + -0.0019729486666619778, 0.01596086472272873, 0.0006278751534409821, -0.0450127087533474, + -0.03492186591029167, -0.03385240212082863, 0.09443623572587967, 0.04130793362855911, + -0.1675233542919159, 0.020263340324163437, -0.030800819396972656, -0.06410405039787292, + -0.03131649270653725, 0.07812509685754776, 0.008959216065704823, 0.023272855207324028, + -0.06408436596393585, 0.00042396047501824796, -0.03817499056458473, 0.01623711921274662, + -0.03759671375155449, 0.013120763935148716, 0.10964380204677582, 0.09941139072179794, + 0.07313589751720428, -0.012832459062337875, 0.09356896579265594, 0.03976134955883026, + -0.013482864946126938, -0.020971955731511116, -0.07220853865146637, 0.03915639594197273, + -0.021675368770956993, -0.039352379739284515, -0.045438118278980255, -0.04179181531071663, + -0.023845883086323738, -0.0007574030314572155, -0.0729607418179512, 0.06278630346059799, + 0.014527769759297371, -0.031234005466103554, 0.0021456528920680285, 0.05186545476317406, + -0.05316375941038132, 0.03220951557159424, 0.061936844140291214, -0.045004840940237045, + -0.05220228433609009, -0.021861428394913673, 0.07530812174081802, 0.021101806312799454, + 0.09990721195936203, 0.001372546306811273, 0.014913097955286503, 0.000536353443749249, + 0.05511399731040001, -0.05852801725268364, -0.02289910800755024, 0.005666067358106375 + ], + [ + 0.02631428651511669, -0.012095684185624123, 0.005368474405258894, 0.061729200184345245, + 0.06220996752381325, 0.012876263819634914, 0.01405476126819849, 0.05274621769785881, + 0.01155337505042553, -0.05089237168431282, 0.06899835914373398, 0.020381828770041466, + 0.01946619339287281, -0.08976531028747559, -0.058124613016843796, -0.048572249710559845, + 0.013565344735980034, 0.04990679398179054, -0.005472394172102213, -0.007906947284936905, + -0.05932355299592018, -0.0330769382417202, 0.009931658394634724, 0.01242192555218935, + -0.059095852077007294, -0.006885278970003128, 0.08065100759267807, 0.08057450503110886, + 0.004154694266617298, 0.048506639897823334, 0.03969196975231171, 0.013017883524298668, + -0.01372456457465887, 0.014592601917684078, -0.0013866735389456153, -0.0399995818734169, + 0.004989852663129568, 0.025028355419635773, -0.0014649074291810393, -0.02160225622355938, + -0.05442487448453903, 0.0010832181433215737, -0.03464818000793457, 0.07718267291784286, + 0.046374041587114334, -0.023295244202017784, -0.08124775439500809, -0.049690280109643936, + 0.002063347492367029, 0.0003541319165378809, -0.054331474006175995, 0.05371445417404175, + 0.04550265520811081, -0.02036368101835251, -0.04610587656497955, -0.03537530079483986, + -0.019841540604829788, 0.008986467495560646, 0.022172344848513603, 0.07249308377504349, + -0.03143148496747017, -0.012938939966261387, 0.03985961526632309, 0.0015207796823233366, + -0.010680281557142735, -0.008987128734588623, 0.001929075107909739, -0.06946628540754318, + 0.006543066818267107, 0.041210297495126724, 0.004389857407659292, -0.008196630515158176, + -0.016699444502592087, -0.0037930633407086134, -0.03577784076333046, -0.025205915793776512, + -0.0903489738702774, -0.02166435681283474, 0.013742785900831223, -0.10079888254404068, + 0.004317148122936487, -0.009721710346639156, -0.011162444949150085, 0.014648165553808212, + -0.013048669323325157, 0.011006389744579792, -0.024441206827759743, 0.021594630554318428, + 0.03278502821922302, -0.0507502406835556, -0.01899082027375698, -0.008485225960612297, + 0.03295806795358658, -0.05196113511919975, -0.019209224730730057, -0.04881144315004349, + 0.03217221051454544, -0.039632052183151245, -0.04761097952723503, 0.03256700932979584, + -0.017211396247148514, -0.0621977336704731, -0.003116965526714921, -0.014067571610212326, + -0.04879893362522125, -0.08403994143009186, -0.008126429282128811, -0.04015585035085678, + -0.029778392985463142, 0.005230564624071121, -0.10386006534099579, 0.1076054498553276, + -0.009935563430190086, 0.004030965734273195, 0.012691758573055267, 0.037577398121356964, + 0.025480372831225395, 0.022509606555104256, 0.02529206871986389, -0.025813117623329163, + -0.008655892685055733, 0.06550148129463196, 0.0008363720844499767, 0.06175929307937622, + -0.042201440781354904, -0.031117716804146767, 0.051450178027153015, -0.018986841663718224, + -0.001851597218774259, -0.023134086281061172, 0.009770898148417473, 0.021434985101222992, + -0.052374210208654404, 0.07777515053749084, -0.08402824401855469, 0.015989407896995544, + -0.09402471035718918, 0.017269345000386238, 0.05657190829515457, -0.003308989806100726, + 0.009829632937908173, 0.05528862774372101, -0.05581170320510864, -0.022733718156814575, + 0.0017214317340403795, -0.01592399924993515, 0.0718347579240799, -0.05469284579157829, + 0.031185965985059738, 0.018141215667128563, -0.035347964614629745, 0.01868801936507225, + -0.07592442631721497, 0.017351990565657616, -0.030825147405266762, 0.021402647718787193, + -0.06772961467504501, 0.060163989663124084, 0.0025193619076162577, -0.003309179563075304, + -0.002424323232844472, -0.03590897470712662, 0.05678769201040268, -0.03357427194714546, + -0.0505744144320488, 0.029197003692388535, -0.04021016135811806, 0.013426337391138077, + -0.050695158541202545, -0.04883309826254845, 0.018115287646651268, 0.06525767594575882, + 0.04310930520296097, -0.02750477008521557, -0.036621786653995514, -0.014368752017617226, + -0.017321661114692688, -0.023734252899885178, -0.004076619632542133, 0.05738518014550209, + -0.06308074295520782, 0.001468947739340365, -0.04100566357374191, -0.0742720514535904, + -0.039238061755895615, 0.015453064814209938, 0.016108542680740356, 0.04011198878288269, + 0.019410567358136177, 0.004512476269155741, -0.07445746660232544, -0.03655252233147621, + -0.047278065234422684, 0.00488560926169157, 0.00549741368740797, 0.008877268992364407, + 0.06415998190641403, -0.0034996685571968555, -0.021873539313673973, -0.007086950354278088, + 0.02022978477180004, 0.08287834376096725, -0.018602512776851654, 0.08842779695987701, + 0.02225510962307453, 0.009628716856241226, 0.06309878826141357, 0.03522762656211853, + 0.06315741688013077, -0.008187765255570412, 0.003795900149270892, 0.023067697882652283, + 0.09760091453790665, 0.02206244505941868, 0.0002985484607052058, 0.04781247302889824, + 0.005704896990209818, 0.07759131491184235, -0.039295464754104614, 0.004383680410683155, + 0.03130266070365906, 0.022628717124462128, -0.07638978958129883, -0.01927766390144825, + 0.027759194374084473, 0.04323882609605789, -0.03849855437874794, 0.00012365540897008032, + 0.02050689607858658, 0.05861847475171089, 0.028598560020327568, -0.07280687987804413, + 0.10394841432571411, 0.034773122519254684, -0.001676201936788857, -0.0058244094252586365, + -0.02691112831234932, -0.025856193155050278, 0.022424574941396713, -0.01895288936793804, + 0.03707312047481537, -0.05383006110787392, -0.038606248795986176, 0.007127563469111919, + -0.006777424365282059, 0.006608407478779554, -0.02504390850663185, 0.041515715420246124, + 0.013752137310802937, -0.07179296761751175, 0.03691212460398674, 0.021382175385951996, + 0.046259183436632156, -0.027558069676160812, 0.006004239898175001, 0.0812624990940094, + 0.07070747017860413, -0.014431758783757687, -0.04268455132842064, 0.0017131558852270246, + -0.019931282848119736, -0.07186456024646759, 0.007939906790852547, -0.030968956649303436, + 0.03180035576224327, 0.0735146552324295, -0.10587839037179947, -0.03686586022377014, + 0.04808081313967705, -0.03778325021266937, -0.08319180458784103, -0.08595770597457886, + 0.007570570334792137, -0.017995649948716164, 0.004785993602126837, -0.07098866254091263, + -0.030420077964663506, 0.014262156561017036, 0.004553563892841339, -0.0663812980055809, + -0.02005041390657425, 0.004321123007684946, -0.032526303082704544, 0.015421456657350063, + -0.0068941134959459305, 0.02158859372138977, -0.0005692819831892848, -0.043123695999383926, + -0.007312616799026728, -0.08485517650842667, -0.03604624792933464, -0.03181740269064903, + 0.04400208964943886, -0.0523209273815155, -0.025717854499816895, -0.09482020139694214, + -0.019558755680918694, -0.02536780945956707, 0.023515265434980392, -0.055522844195365906, + 0.009453672915697098, 0.022223932668566704, 0.0716901496052742, 0.0549764558672905, 0.0512530654668808, + 0.01935870200395584, 0.0057426756247878075, -0.017917854711413383, 0.013322786428034306, + -0.09419093281030655, 0.00041051144944503903, 0.06613238900899887, -0.004227500408887863, + 0.009023322723805904, -0.020424624904990196, -0.0023646766785532236, 0.0769568458199501, + 0.01071241870522499, 0.07937831431627274, 0.048878271132707596, 0.04224170371890068, + -0.060451701283454895, 0.057531848549842834, 0.07253013551235199, -0.011131973005831242, + -0.005899630021303892, 0.0392812080681324, -0.08060092478990555, -0.03099612146615982, + -0.0613132119178772, 0.02662436105310917, -0.015390432439744473, 0.04234614223241806, + -0.03859933465719223, 0.003791242139413953, 0.08884157985448837, -0.026150282472372055, + -0.07054964452981949, 0.0366525799036026, -0.024375086650252342, -0.06135602667927742, + -0.0378936342895031, 0.04042302072048187, -0.02175785042345524, 0.09960117191076279, + 0.08240032941102982, -0.053654927760362625, -0.010831017047166824, -0.024819444864988327, + 0.03919486701488495, 0.04570259153842926, -0.13402964174747467, -0.003423470538109541, + 0.047652970999479294, -0.05112234130501747, -0.025352437049150467, -0.06901548057794571, + 0.028063591569662094, 0.020267842337489128, -0.008836660534143448, 0.028697142377495766, + -0.023681415244936943, 0.028731804341077805, -0.01481622364372015, -0.014951538294553757, + -0.08874674141407013, -0.030326174572110176, -0.0374290756881237, 0.042209479957818985, + -0.004790542181581259, 0.012628269381821156, -0.08553627133369446, 0.048979971557855606, + -0.003394376253709197, -0.0553043894469738, -0.0021337049547582865, -0.043779440224170685, + 0.031067265197634697, -0.07541462033987045, 0.031040731817483902, 0.06648699939250946, + 0.023779848590493202, -0.023374447599053383, -0.0490853525698185 + ], + [ + -0.10430160164833069, 0.0040882485918700695, -0.07789437472820282, -0.015359504148364067, + -0.026287950575351715, -0.03475676476955414, 0.03686094656586647, -0.008109703660011292, + 0.05275474861264229, -0.014085366390645504, -0.0029046752024441957, -0.06078728288412094, + 0.06534554064273834, -0.12340870499610901, -0.04743205010890961, 0.02735953964293003, + -0.007740947417914867, -0.04008469730615616, -0.021984314545989037, 0.03895614668726921, + -0.0604669451713562, -0.06540539115667343, 0.004177386872470379, -0.034976527094841, + 0.0004922752268612385, -0.03154535964131355, 0.02609521895647049, -0.01525813713669777, + -0.0116103645414114, 0.0011382729280740023, 0.04235703498125076, 0.0744052305817604, + 0.07339207082986832, -0.015676911920309067, 0.05200470611453056, -0.030971119180321693, + -0.017664598301053047, 0.027313001453876495, 0.047091830521821976, -0.012252052314579487, + 0.04835226386785507, -0.04434642195701599, 0.027173154056072235, 0.018846828490495682, + -0.07423717528581619, -0.009276699274778366, -0.04145607352256775, -0.029728977009654045, + 0.06376980990171432, 0.03885256499052048, -0.04728167876601219, -0.0066315783187747, + -0.01217593438923359, -0.035412054508924484, -0.06750419735908508, -0.056895144283771515, + -0.012302197515964508, -0.0023395423777401447, -0.011676708236336708, 0.0282362699508667, + -0.010007659904658794, 0.05034821480512619, 0.02855289727449417, -0.012336166575551033, + -0.03842582553625107, -0.014403877779841423, -0.03680521622300148, -0.09178435802459717, + -0.021070297807455063, 0.04559073969721794, 0.0022446545772254467, -0.00024113130348268896, + -0.07298199832439423, 0.09075912833213806, -0.02308734692633152, 0.010782597586512566, + -0.00923939235508442, -0.02267378941178322, 0.027438217774033546, -0.06002620980143547, + -0.04090864211320877, -0.05622417479753494, -0.03500962257385254, 0.0434018149971962, + 0.04211460426449776, -0.04434056580066681, 0.004485498648136854, 0.011345045641064644, + -0.0032787425443530083, 0.025760304182767868, 0.05506648123264313, -0.04086536914110184, + 0.02943391725420952, 0.027562694624066353, 0.06315625458955765, -0.026172613725066185, + 0.01163920946419239, 0.024326657876372337, -0.0417444109916687, -0.017542529851198196, + -0.023819055408239365, -0.08224022388458252, 0.07637374848127365, 0.002907231217250228, + 0.039643678814172745, -0.06906774640083313, -0.0029813875444233418, 0.051318615674972534, + 0.06180519238114357, -0.03675362467765808, -0.06379948556423187, 0.022660082206130028, + 0.029794609174132347, 0.02510659769177437, -0.0482620894908905, 0.012063995935022831, + 0.005030916538089514, 0.022496270015835762, 0.010260900482535362, 0.05392002314329147, + 0.004026707727462053, 0.08891697973012924, 0.018456874415278435, 0.026662634685635567, + -0.057700369507074356, -0.012486879713833332, 0.06163490191102028, 0.023803018033504486, + -0.035491764545440674, 0.03488083556294441, 0.02757272869348526, 0.013589952141046524, + -0.0017371559515595436, 0.045919422060251236, -0.03315352648496628, -0.008531713858246803, + -0.036209117621183395, -0.08499793708324432, -0.03236369788646698, -0.04309336096048355, + 0.052520886063575745, 0.0242867860943079, -0.034731779247522354, 0.0598999485373497, + 0.08531957119703293, 0.016263049095869064, 0.024011272937059402, -0.02046489715576172, + 0.10079076886177063, 0.04598826915025711, -0.08621863275766373, -0.10080528259277344, + 0.0048255473375320435, -0.007335996255278587, 0.05026163160800934, 0.0971926599740982, + 0.01564895175397396, 0.04278452694416046, -0.059342868626117706, 0.010914276354014874, + 0.021830640733242035, 0.012997514568269253, 0.008919334970414639, 0.03796790912747383, + -0.030566824600100517, 0.010750232264399529, -0.10169469565153122, 0.010160263627767563, + 0.014523514546453953, 0.04929599165916443, 0.023376137018203735, -0.04683227837085724, + 0.040847379714250565, 0.018779993057250977, 0.02299022302031517, 0.07644567638635635, + 0.03632808104157448, 0.0021490997169166803, 0.041738349944353104, -0.028521616011857986, + -0.07930199801921844, 0.03187926858663559, -0.060980141162872314, -0.08996239304542542, + -0.05414045974612236, 0.029488936066627502, -0.031845033168792725, -0.005678950343281031, + 0.022947141900658607, -0.019329098984599113, -0.02081596478819847, 0.02556670643389225, + -0.05464799702167511, 0.02726317197084427, 0.0016948614502325654, 0.028735943138599396, + -0.02151613123714924, 0.019039668142795563, -0.03380567207932472, 0.0025200434029102325, + 0.05907657742500305, 0.07451954483985901, -0.06429378688335419, 0.04958978667855263, + 0.0028837064746767282, 0.07320009917020798, 0.05436689034104347, 0.005786587484180927, + 0.08032172918319702, 0.03290626034140587, -0.06440558284521103, 0.0945620909333229, + 0.030030667781829834, -0.015648256987333298, -0.004435970913618803, -0.010698703117668629, + 0.027740078046917915, 0.053083471953868866, -0.00650721276178956, -0.027806667611002922, + -0.013193061575293541, -0.04797238111495972, 0.0023473429027944803, 0.045786160975694656, + -0.05258858576416969, 0.06596420705318451, -0.05675390735268593, 0.0035898901987820864, + 0.03614426031708717, -0.007131388410925865, -0.024317653849720955, -0.022284381091594696, + 0.007215811405330896, -0.00339171988889575, 0.013993469066917896, 0.02606751210987568, + 0.05081562697887421, -0.05415017530322075, 0.10669413208961487, 0.006559163797646761, + -0.0374634675681591, -0.10012199729681015, -0.06622883677482605, 0.0322713702917099, + 0.008653844706714153, -0.03990844264626503, -0.01818130537867546, 0.0924418568611145, + 0.014691606163978577, -0.03023447096347809, 0.009854799136519432, 0.00593740027397871, + -0.009922794997692108, -0.03269556537270546, -0.011480575427412987, -0.04326416179537773, + 0.030105607584118843, -0.023164138197898865, 0.0013748855562880635, -0.02445940300822258, + 0.0092778280377388, -0.05752177909016609, -0.08513292670249939, 0.03150268644094467, + 0.06661388278007507, 0.016700780019164085, -0.03954685479402542, -0.003894814057275653, + -0.036390479654073715, -0.004732300061732531, -0.024519193917512894, -0.02921731397509575, + 0.02491804026067257, -0.07763484120368958, -0.028665274381637573, -0.026746688410639763, + -0.0404076986014843, 0.07280135154724121, -0.046562206000089645, -0.041317202150821686, + -0.030642053112387657, 0.03499625623226166, 0.027024734765291214, -0.006872477941215038, + -0.07982497662305832, 0.05205612629652023, 0.05194120854139328, 0.0247336458414793, + 0.021780481562018394, 0.006544018164277077, -0.04090685397386551, 0.035606466233730316, + 0.05198219418525696, 0.024223942309617996, 0.01999230496585369, -0.02722351625561714, + 0.05175578594207764, 0.0614188089966774, 0.007925564423203468, -0.04344549402594566, + -0.04062993824481964, 0.03642984852194786, 0.07063062489032745, 0.03370579704642296, + 0.06250284612178802, -0.008378028869628906, 0.03276137635111809, 0.015275259502232075, + 0.054674018174409866, -0.02661326713860035, -0.020598767325282097, 0.05814431980252266, + 0.02259371429681778, -0.006393035873770714, -0.026616698130965233, 0.015025095082819462, + 0.019024178385734558, 0.020252259448170662, -0.03587494045495987, 0.02246115915477276, + -0.013914475217461586, -0.004214096814393997, 0.06985652446746826, 0.0649678185582161, + -0.0028781183063983917, -0.03722523897886276, 0.049515001475811005, 0.006779101677238941, + -0.046130817383527756, -0.054973501712083817, 0.06380286067724228, -0.02765446901321411, + 0.05172513425350189, -0.06959768384695053, 0.0523076094686985, 0.06495504826307297, + -0.06958561390638351, -0.06029859185218811, 0.032197508960962296, -0.0381813570857048, + -0.002926199696958065, 0.05275501310825348, 0.06540670990943909, -0.026295974850654602, + 0.07395124435424805, -0.0092993238940835, 0.02015937864780426, 0.05941890925168991, + -0.04570641368627548, -0.008763597346842289, 0.02519182302057743, -0.0658191666007042, + 0.02867674082517624, -0.023649999871850014, -0.0324513278901577, 0.036686986684799194, + -0.016029110178351402, 0.007278343662619591, -0.06057315692305565, 0.09637907147407532, + 0.012023460119962692, -0.05978620797395706, 0.027832694351673126, -0.035645991563797, + -0.014453013427555561, -0.07096941024065018, -0.020512856543064117, -0.055739015340805054, + 0.045045942068099976, -0.04907193034887314, 0.06630408018827438, -0.09136656671762466, + 0.0018022186122834682, -0.047595344483852386, 0.007029854692518711, -0.061231598258018494, + -0.055185578763484955, 0.014866000972688198, -0.030305465683341026, -0.006153014022856951, + 0.0157953929156065, -0.017388058826327324, -0.03683837503194809, -0.039651528000831604 + ], + [ + 0.043423477560281754, -0.08625183254480362, 0.02774408645927906, 0.008159025572240353, + -0.011743718758225441, 0.026201562955975533, -0.009203916415572166, 0.006896398030221462, + 0.002582717454060912, -0.04081932455301285, -0.022226640954613686, -0.04733458161354065, + 0.022237351164221764, -0.037311162799596786, -0.003265019506216049, 0.029923588037490845, + 0.0810345858335495, -0.046805549412965775, 0.012118572369217873, -0.02891973964869976, + 0.0371660552918911, 0.0021067080087959766, 0.018237270414829254, -0.0054689073003828526, + 0.00299352640286088, 0.011431203223764896, 0.04048966243863106, -0.026627948507666588, + 0.04836122319102287, 0.0008490507607348263, -0.036463841795921326, -0.01821509562432766, + 0.05242741480469704, -0.016128376126289368, -0.05318497121334076, -0.01428206730633974, + 0.0051224324852228165, -0.052306193858385086, -0.08793800324201584, -0.046274635940790176, + -0.06927957385778427, 0.013574489392340183, 0.0035965009592473507, 0.0052338563837111, + -0.007918116636574268, 0.013666421175003052, -0.07785185426473618, -0.018231211230158806, + 0.07966171950101852, 0.026770835742354393, -0.010058104060590267, -0.05393650382757187, + -0.018263444304466248, -0.029097622260451317, -0.03547104075551033, -0.020259931683540344, + -0.10360085219144821, -0.005307114217430353, 0.014763166196644306, 0.049838002771139145, + 0.026499208062887192, 0.009220317006111145, -0.06564942002296448, 0.0689476951956749, + -0.08489087969064713, 0.032798800617456436, -0.08859417587518692, -0.029203826561570168, + 0.03604986146092415, 0.0813722312450409, -0.000512228871230036, 0.07898573577404022, + 0.04476534575223923, 0.006245980970561504, 0.03867923468351364, 0.12064908444881439, + 0.051847755908966064, -0.010708266869187355, 0.004914415534585714, 0.02066704072058201, + -0.03643396124243736, -0.03583596274256706, -0.022977398708462715, 0.025738393887877464, + 0.05655656382441521, 0.059415750205516815, 0.033306021243333817, 0.10070864111185074, + -0.07645956426858902, -0.049791645258665085, -0.018542475998401642, -0.06469640135765076, + -0.07634090632200241, -0.05004414916038513, 0.04638636112213135, -0.03370210528373718, + -0.016359496861696243, 0.0018779666861519217, -0.056463878601789474, 0.042777158319950104, + 0.04558961093425751, -0.0291067436337471, 0.0312331710010767, -0.07652945071458817, + 0.018522538244724274, 0.017637798562645912, 0.08100799471139908, 0.01818089745938778, + 0.09894590079784393, 0.026436328887939453, -0.0755012258887291, 0.12107446044683456, + 0.06192810460925102, -0.052157554775476456, -0.04247028008103371, 0.025074345991015434, + -0.001001693308353424, 0.03110210783779621, 0.021240347996354103, 0.06756950914859772, + -0.05483261123299599, -0.019338252022862434, 0.06710757315158844, -0.038309983909130096, + 0.0023953630588948727, 0.007677633780986071, -0.02960928902029991, -0.0020464530680328608, + -0.048596203327178955, -0.00011595949763432145, 0.09049785137176514, 0.02644425630569458, + -0.044625069946050644, 0.00930546410381794, 0.032106999307870865, -0.022740377113223076, + 0.03406976908445358, -0.06486199796199799, 0.03523848578333855, -0.08783084899187088, + 0.07375343888998032, 0.07049452513456345, 0.09938070178031921, -0.019360985606908798, + 0.010676945559680462, 0.04008284583687782, 0.01040149386972189, -0.12354879826307297, + 0.05276605486869812, -0.016538308933377266, 0.024121364578604698, 0.0373782180249691, + -0.03278657793998718, 0.0024092355743050575, -0.02721240185201168, -0.07139745354652405, + -0.03788208216428757, 0.032181158661842346, -0.052890777587890625, -0.03021593764424324, + -0.0006053202087059617, 0.0051269689574837685, 0.01029614545404911, -0.013398540206253529, + 0.04470818117260933, -0.026288237422704697, -0.05256104841828346, -0.05399297922849655, + 0.03408941626548767, -0.01732703298330307, -0.06489821523427963, 0.02550368569791317, + 0.009829471819102764, 0.042961589992046356, 0.015954678878188133, 0.04480145499110222, + 0.08997645229101181, 0.06797821074724197, -0.011899284087121487, -0.027727613225579262, + -0.022428538650274277, -0.02126503549516201, 0.029808413237333298, -0.07135560363531113, + -0.012838587164878845, 0.03893671929836273, -0.01858164370059967, 0.03845522180199623, + -0.026677049696445465, 0.0913235992193222, 0.004210896790027618, -0.0030795885249972343, + 0.025700261816382408, 0.011072547174990177, -0.07535592466592789, -0.028237059712409973, + 0.0031711403280496597, -0.0050017437897622585, 0.027533963322639465, -0.05906049534678459, + 0.07009796798229218, -0.021561352536082268, 0.023734591901302338, 0.02856886386871338, + -0.06525217741727829, -0.07706856727600098, 0.0904327929019928, -0.012370157986879349, + 0.03725945204496384, -0.07776162028312683, 0.05101766437292099, 0.03547772765159607, + -0.0033791118767112494, -0.01479695551097393, -0.004450446460396051, 0.07954560220241547, + -0.020015493035316467, -0.0330834835767746, -0.017968246713280678, 0.03295319899916649, + 0.062305252999067307, 0.010463246144354343, -0.06189708784222603, 0.0036446526646614075, + -0.04485228285193443, 0.00466455752030015, -0.05557999014854431, 0.06779992580413818, + -0.08250802010297775, 0.07038790732622147, -0.028787825256586075, 0.055081166326999664, + 0.013865469954907894, -0.025478815659880638, -0.010864347219467163, 0.08067981898784637, + 0.0026432147715240717, -0.0028474577702581882, -0.05767373740673065, -0.02087274193763733, + -0.03631395101547241, -0.025495506823062897, -0.011548072099685669, 0.02653924748301506, + -0.11967607587575912, -0.007501524873077869, -0.048982374370098114, 0.04258432984352112, + 0.011758867651224136, -0.018601110205054283, -0.02164353057742119, 0.04927309602499008, + 0.00901464931666851, -0.009841336868703365, -0.03902239352464676, 0.04166605696082115, + -0.05410101264715195, 0.0794326514005661, -0.004718612879514694, -0.06907498836517334, + 0.056548137217760086, -0.0167006216943264, 0.0014499787939712405, -0.01315675675868988, + 0.06490977853536606, 1.1029310371668544e-5, -0.011546380817890167, -0.05962369218468666, + -0.016120413318276405, -0.02631293050944805, -0.024483583867549896, 0.004181429743766785, + -0.05640081688761711, 0.03893765062093735, 0.016033098101615906, -0.10897830128669739, + -0.01098970603197813, -0.0288994237780571, -0.01895562931895256, 0.07093922048807144, + -0.04421166330575943, 0.0344679094851017, -0.04882219806313515, -0.020451638847589493, + -0.014687098562717438, -0.01567479781806469, -0.03815276920795441, -0.05512457340955734, + 0.07296089828014374, 0.05382153391838074, 0.020721806213259697, 0.022211754694581032, + -0.005159076768904924, -0.1257973164319992, 0.022049814462661743, 0.009429260157048702, + 0.05749557539820671, -0.0013598996447399259, -0.029859961941838264, -0.00992001872509718, + 0.11053831875324249, -0.05178586021065712, -0.03700018301606178, -0.028803663328289986, + -0.002133887493982911, -0.011760584078729153, -0.04312505945563316, 0.0404815636575222, + 0.027574768289923668, -0.027871577069163322, -0.026939192786812782, -0.08967351913452148, + -0.001602807198651135, 5.566783875110559e-5, 0.012969628907740116, -0.026645705103874207, + 0.0787929967045784, -0.009520268999040127, 0.030030835419893265, -0.021465031430125237, + 0.028057249262928963, -0.07922190427780151, 0.01192385982722044, 0.05379432812333107, 0.08844044059515, + 0.015262783505022526, -0.02797686494886875, -0.02651287615299225, 0.04707062244415283, + -0.019443510100245476, 0.06749481707811356, 0.021080007776618004, -0.06665493547916412, + 0.04023166000843048, -0.0033788057044148445, 0.052977971732616425, -0.06127646937966347, + -0.045254096388816833, -0.0011148294433951378, -0.04484165832400322, -0.02658669464290142, + 0.03857840597629547, 0.03690933436155319, 0.025540592148900032, 0.09577158838510513, + -0.02757994644343853, -0.04736676439642906, 0.055972304195165634, 0.041637878865003586, + -0.027700036764144897, 0.028220703825354576, -0.010223294608294964, -0.04354101046919823, + 0.013168316334486008, 0.01040266640484333, 0.023541202768683434, 0.0037253519985824823, + -0.0364910289645195, -0.02374451234936714, 0.022780854254961014, -0.05888301506638527, + -0.019833847880363464, 0.042345836758613586, 0.03659079596400261, -0.005551395006477833, + -0.0592668354511261, 0.06251440942287445, -0.08968666940927505, -0.010667882859706879, + -0.002942347666248679, 0.006569280289113522, -0.016869883984327316, -0.003078474896028638, + 0.010670416057109833, -0.013076076284050941, 0.021865101531147957, -0.0320717953145504, + -0.028886588290333748, -0.05418515205383301, 0.036274492740631104, -0.039520759135484695, + 0.024586502462625504, 0.06657292693853378, 0.03888954967260361 + ], + [ + 0.015435975976288319, -0.0400332473218441, 0.011455005034804344, 0.025253867730498314, + -0.08815022557973862, 0.05423738807439804, -0.020149797201156616, -0.055134400725364685, + 0.04296566918492317, -0.024486012756824493, -0.04138431325554848, 0.05788217857480049, + -0.09390140324831009, 0.08862672001123428, 0.006616675294935703, 0.01544144842773676, + -0.04942414164543152, -0.028552357107400894, 0.001001767348498106, -0.0512629896402359, + 0.024173086509108543, 0.05090569704771042, -0.020729053765535355, -0.030995238572359085, + 0.07501977682113647, 0.013637423515319824, -0.047287192195653915, -0.05034754052758217, + -0.022487519308924675, -0.006526618730276823, -0.0005534555530175567, 0.006728615611791611, + -0.03833860158920288, 0.04395771399140358, 0.01537186186760664, 0.09054508805274963, + -0.010786167345941067, -0.05918322876095772, 0.057280126959085464, -0.05519869923591614, + 0.0038891753647476435, -0.020991383120417595, -0.004649034701287746, -0.036259640008211136, + 0.020122025161981583, 0.04146422818303108, 0.060819417238235474, 0.01108039915561676, + 0.01155957393348217, 0.012745903804898262, 0.005014101043343544, -0.019494669511914253, + -0.05801696702837944, 0.01694588176906109, -0.003743669716641307, 0.05186743661761284, + -0.013987387530505657, -0.0020284156780689955, 0.04843638837337494, -0.05925271660089493, + -0.021314682438969612, 0.003571620676666498, -0.0181007981300354, 0.03558243066072464, + 0.00874910969287157, -0.01385427638888359, 0.03389887884259224, 0.026576144620776176, + -0.0004517137713264674, -0.06820345669984818, -0.014874229207634926, 0.05473165959119797, + 0.06042810156941414, -0.06850976496934891, -0.014907987788319588, -0.006348397117108107, + 0.00930314976722002, -0.05124868080019951, -0.032311879098415375, 0.03290316462516785, + -0.060134463012218475, 0.013986023142933846, -0.04246273636817932, -0.017255427315831184, + -0.005234388168901205, 0.02530212514102459, 0.012777852825820446, 0.02576526626944542, + 0.021948665380477905, -0.002734436420723796, -0.05673098564147949, -0.00972974393516779, + -0.07219749689102173, 0.02293759398162365, -0.049244508147239685, 0.023507410660386086, + -0.0083626052364707, 0.02757321670651436, 0.011445026844739914, -0.04622289538383484, + -0.027258016169071198, -0.005440344102680683, 0.04326751455664635, -0.06946567445993423, + 0.022297611460089684, -0.008572014980018139, -0.010484719648957253, 0.014481447637081146, + 0.0468602180480957, -0.08364219963550568, -0.008428310044109821, -0.028745977208018303, + 0.04117470234632492, -0.019056925550103188, 0.0005492771742865443, 0.0480768121778965, + -0.0069862487725913525, 0.01563999056816101, 0.031036436557769775, 0.03250456601381302, + -0.02287052571773529, 0.01808949187397957, 0.011570214293897152, -0.006025546696037054, + 0.00406035827472806, -0.021263234317302704, 0.01368632446974516, -0.007662063930183649, + -0.04581543058156967, 0.010908571071922779, -0.038570258766412735, 0.0042563630267977715, + 0.08681606501340866, -0.05663060024380684, 0.1056501492857933, -0.025369767099618912, + 0.03914792463183403, 0.05151919648051262, -0.013681666925549507, 0.02939468063414097, + -0.02956298366189003, -0.09129096567630768, -0.02321215532720089, -0.058755967766046524, + 0.013268551789224148, -0.046292368322610855, -0.03922965005040169, 0.029176145792007446, + -0.013640521094202995, 0.04044752195477486, 0.06010911613702774, -0.00651922170072794, + 0.05900467187166214, -0.024362679570913315, 0.07720289379358292, -0.02552630938589573, + 0.027236049994826317, 0.02558041550219059, 0.01856505498290062, 0.01934492215514183, + -0.04359763488173485, 0.01769455336034298, 0.06543851643800735, 0.07870937883853912, + 0.0028815721161663532, -0.03281981870532036, 0.002127056010067463, 0.024574900045990944, + 0.009324789978563786, 0.023393644019961357, -0.022059500217437744, -0.02746690809726715, + -0.009799057617783546, -0.05625918507575989, -0.028500540181994438, -0.04049066826701164, + -0.04881799593567848, -0.0772906020283699, 0.0019462015479803085, -0.014884509146213531, + -0.037200964987277985, -0.016016090288758278, 0.03116358071565628, 0.0353638119995594, + 0.030705884099006653, 0.0024892252404242754, 0.050879038870334625, 0.03930032625794411, + 0.018601225689053535, -0.012381048873066902, 0.06860560923814774, 0.043368540704250336, + 0.06347274780273438, 0.06321774423122406, 0.03945925086736679, 0.056582167744636536, + -0.025097059085965157, -0.024590380489826202, 0.07270274311304092, 0.02003377676010132, + 0.008693710900843143, -0.08889684081077576, 0.03697466477751732, 0.004774665925651789, + -0.0783245638012886, -0.05006691440939903, -0.03505818545818329, 0.020412864163517952, + -0.022872336208820343, -0.016753369942307472, -0.050966572016477585, -0.0013450077967718244, + -0.04117763042449951, -0.044151339679956436, -0.0360756441950798, -0.03137390315532684, + -0.06103166565299034, 0.0075354985892772675, -0.06541137397289276, -0.006615412421524525, + 0.031515154987573624, -0.017773257568478584, 0.04307686910033226, 0.014024506323039532, + 0.048662807792425156, -0.04525285214185715, 0.0529632531106472, 0.07109244167804718, + 0.04645363613963127, -0.06066615879535675, 0.018227944150567055, -0.025933511555194855, + -0.07014225423336029, -0.011544392444193363, 0.0010749076027423143, 0.07448891550302505, + -0.023991025984287262, -0.02566719241440296, 0.0024978022556751966, 0.012423033826053143, + 0.03722916916012764, 0.0006581302150152624, 0.08202773332595825, -0.055304206907749176, + 0.00781977828592062, 0.007259860634803772, 0.04851187393069267, -0.015281619504094124, + 0.0013813866535201669, 0.017591672018170357, -0.07465565204620361, 0.008844505064189434, + 0.01381056010723114, 0.019051074981689453, 0.01775689236819744, -0.05017711967229843, + 0.031755004078149796, -0.021208927035331726, 0.021738629788160324, 0.025512009859085083, + 0.02980135753750801, -0.00273538613691926, 0.03471927344799042, 0.08261321485042572, + -0.009655043482780457, -0.07187394052743912, 0.026222670450806618, -0.012491131201386452, + 0.07610610127449036, 0.032411448657512665, 0.061153385788202286, 0.06146050617098808, + -0.045126017183065414, 0.048356473445892334, -0.05155196413397789, -0.012336254119873047, + -0.0781334713101387, -0.06470667570829391, -0.03929281234741211, 0.019585490226745605, + -0.02149083837866783, 0.0022613259498029947, -0.0480659119784832, 0.02168993651866913, + -0.02338988333940506, -0.018936648964881897, 0.0010298320557922125, -0.030138202011585236, + 0.029220767319202423, 0.007896541617810726, -0.0416339710354805, -0.02434009313583374, + 0.008091937750577927, -0.02767554298043251, 0.0015740831149742007, 0.06198403611779213, + -0.02105456218123436, 0.057098060846328735, -0.024588583037257195, 0.0697847232222557, + 0.04545250162482262, -0.07082565128803253, -0.01832675002515316, 0.013780214823782444, + -0.09750146418809891, -0.07174700498580933, -0.012965378351509571, 0.02693767473101616, + -0.02977442741394043, 0.016149155795574188, -0.0026611650828272104, -0.04677684232592583, + -0.0695609524846077, -0.043768033385276794, -0.015642467886209488, 0.0604361966252327, + 0.061624277383089066, -0.04785056784749031, 0.050240784883499146, -0.013811301440000534, + -0.027516886591911316, 0.014969713985919952, -0.03252904489636421, -0.10847321152687073, + -0.027238234877586365, -0.005189517512917519, 0.003911986947059631, 0.021191198378801346, + 0.02753194235265255, 0.04830577224493027, -0.015327583067119122, -0.07190439850091934, + -0.05725072696805, 0.02073763683438301, -0.033952247351408005, -0.04305387660861015, + 0.03676820546388626, 0.024287831038236618, -0.06671310216188431, 0.01673843525350094, + -0.030645065009593964, -0.07576083391904831, 0.02335692197084427, 0.08319631963968277, + -0.07281289249658585, 0.006817416287958622, 0.006150869186967611, 0.04905252531170845, + -0.03259168937802315, 0.03579643741250038, 0.035402894020080566, 0.04085586220026016, + 0.02272936888039112, 0.030355744063854218, 0.03642972931265831, -0.017287349328398705, + 0.03484638035297394, 0.04342170059680939, -0.01591804064810276, 0.023179639130830765, + -0.06990750879049301, 0.028484102338552475, -0.0770859569311142, -0.056593913584947586, + 0.020818794146180153, 0.04985344037413597, 0.026167163625359535, -0.010722395032644272, + -0.02581307664513588, -0.026920782402157784, 0.044975604861974716, 0.05044173076748848, + -0.08201618492603302, 0.008353791199624538, 0.024582834914326668, -0.01740933395922184, + 0.010778043419122696, -0.04194343090057373, 0.11507490277290344, 0.047598984092473984, + -0.04130243510007858, 0.005187956150621176, 0.010377347469329834, -0.00825872179120779 + ], + [ + -0.038675013929605484, 0.0349082425236702, -0.024687763303518295, -0.1389525830745697, + -0.03672437742352486, -0.04423923045396805, -0.02082306519150734, 0.016761258244514465, + -0.08096976578235626, -0.01450197771191597, -0.04011544585227966, 0.06108390539884567, + -0.045378752052783966, 0.11797105520963669, -0.04021724686026573, 0.04180997982621193, + -0.007393355015665293, -0.057058099657297134, 0.016460638493299484, 0.040272463113069534, + 0.028412045910954475, -3.9781607483746484e-5, 0.05957696586847305, -0.03670010343194008, + 0.058643169701099396, -0.04483424499630928, -0.024375544860959053, 0.02462257258594036, + -0.05515002831816673, -0.05198080837726593, 0.0061153932474553585, -0.02766411565244198, + -0.0189959779381752, -0.023316165432333946, -0.047949399799108505, 0.039570678025484085, + 0.022255172953009605, -0.01485858391970396, 0.02277030609548092, -0.09910618513822556, + 0.06379983574151993, 0.04455031082034111, -0.020283598452806473, -0.011287381872534752, + -0.01639506034553051, 0.05692913755774498, -0.05207953602075577, -0.058432042598724365, + 0.0671861320734024, 0.02666286751627922, -0.0019458523020148277, 0.0626327395439148, + -0.03197064623236656, 0.01028746459633112, 0.050558287650346756, 0.012586127035319805, + 0.10825418680906296, 0.011561951600015163, 0.002631822833791375, -0.031205937266349792, + -0.07280775159597397, 0.06160106882452965, -0.021953167393803596, 0.0013454017462208867, + 0.02008003368973732, 0.07202048599720001, 0.030874764546751976, 0.07654951512813568, + 0.010281984694302082, 0.028530487790703773, -0.017977260053157806, 0.0322800874710083, + 0.08509787172079086, -0.030856192111968994, -0.04796479642391205, -0.11179425567388535, + -0.05109131336212158, -0.026532569900155067, -0.05509558692574501, -0.002010742900893092, + -0.03920358046889305, 0.03710198402404785, 0.044188983738422394, 0.01756308227777481, + 0.019712524488568306, 0.10989897698163986, 0.018870530650019646, -0.08308963477611542, + 0.03717309236526489, -0.07480573654174805, -0.052721694111824036, -0.007100692018866539, + 0.0707102119922638, 0.08362474292516708, 0.028978731483221054, -0.08541962504386902, 0.0851782038807869, + -0.04543248564004898, -0.04155204817652702, 0.0135795334354043, -0.07612061500549316, + 0.025766026228666306, -0.03196748346090317, -0.0890597328543663, 0.02895701862871647, + 0.03758896142244339, 0.022263070568442345, 0.10074363648891449, -0.06842433661222458, + -0.08064716309309006, 0.007993577979505062, -0.04309827461838722, -0.06969918310642242, + 0.05335954576730728, -0.018526680767536163, 0.08525042235851288, 0.05886771157383919, + 0.0658404529094696, -0.038271598517894745, -0.04949859529733658, 0.03845037892460823, + -0.06326133757829666, -0.02956153079867363, 0.05899226665496826, -0.010161103680729866, + -0.04407866299152374, 0.08311016112565994, -0.029537931084632874, -0.008068982511758804, + -0.023011038079857826, -0.0055251698940992355, 0.03248923271894455, 0.09955723583698273, + -0.07936961948871613, 0.07621607184410095, 0.040887486189603806, 0.018987631425261497, + 0.014096826314926147, -0.002013648394495249, 0.013511570170521736, -0.12194778025150299, + -0.12189769744873047, 0.03079884499311447, -0.013620705343782902, 0.018834175541996956, + 0.04137082025408745, -0.011640639975667, -0.06335107237100601, -0.027315029874444008, + -0.10240000486373901, -0.02065230906009674, -0.01291685551404953, 0.05800176411867142, + -0.02490561082959175, 0.019749924540519714, 0.08925744146108627, 0.005439083091914654, + -0.003699743188917637, -0.0036600688472390175, -0.026201341301202774, -0.11718395352363586, + 0.03823436051607132, 0.10109169036149979, -0.005901332013309002, -0.04464719071984291, + -0.04872019588947296, -0.03762112185359001, 0.030043724924325943, 0.043868497014045715, + 0.05898291617631912, 0.07785379886627197, -0.0055804564617574215, -0.003571289824321866, + -0.046977315098047256, -0.0007505917456001043, 0.10090165585279465, -0.049290549010038376, + 0.0032406316604465246, -0.03091217763721943, -0.020227421075105667, -0.014233077876269817, + -0.016027094796299934, -0.06001726910471916, -0.005858704913407564, 0.130483940243721, + -0.05073089897632599, 0.009674022905528545, 0.016919981688261032, 0.05368949845433235, + 0.032070279121398926, -0.028515378013253212, -0.003051766427233815, -0.05601593852043152, + 0.03392457216978073, -0.017714565619826317, 0.010273881256580353, 0.09779612720012665, + -0.11378356069326401, 0.03171413764357567, -0.00990933645516634, 0.062383830547332764, + 0.051904018968343735, 0.025482378900051117, 0.03051888197660446, -0.05817732587456703, + -0.06636790186166763, 0.02385515533387661, -0.07577839493751526, -0.044330112636089325, + -0.005411154590547085, 0.002414003247395158, -0.0631028413772583, 0.007524481043219566, + -0.015656879171729088, -0.044757600873708725, -0.016385672613978386, -0.04795151576399803, + 0.008245819248259068, -0.05672173947095871, 0.03768613189458847, -0.01506590936332941, + -0.040186557918787, 0.006326158531010151, 0.027749456465244293, 0.06426911056041718, + -0.08299712091684341, 0.006596350111067295, 0.038394659757614136, -0.040796879678964615, + -0.05038471892476082, 0.01043031644076109, 0.06739766150712967, 0.028213847428560257, + -0.002204632619395852, 0.03842315450310707, -0.009046209044754505, -0.08522240072488785, + 0.013112720102071762, 0.008355340920388699, 0.042982637882232666, 0.03121400624513626, + 0.016247987747192383, 0.0634823888540268, -0.03685152530670166, 0.038230445235967636, + -0.04653589054942131, 0.005760679487138987, -0.04812462627887726, -0.028540246188640594, + -0.040937259793281555, -0.011953441426157951, 0.09020466357469559, 0.003311355132609606, + 0.08364851027727127, -0.045071039348840714, -0.08748919516801834, -0.03494136407971382, + -0.061698928475379944, 0.06311526149511337, 0.020890751853585243, 0.03270532563328743, + 0.03418012708425522, 0.07578881829977036, 0.04794424772262573, -0.03985343500971794, + -0.0068849180825054646, 0.04393911734223366, -0.006182716228067875, 0.013452415354549885, + 0.02235081046819687, -0.0025637494400143623, 0.04872863367199898, 0.07995039224624634, + 0.08184995502233505, -0.02614479884505272, 0.05908318981528282, 0.06393733620643616, + -0.05231308564543724, -0.027621706947684288, 0.061686255037784576, 0.0713641420006752, + 0.06745792925357819, -0.0800468772649765, -0.10602732747793198, -0.06012411415576935, + 0.04469515383243561, -0.059969183057546616, -0.012194953858852386, 0.09393339604139328, + -0.0039338781498372555, 0.025349030271172523, 0.008953138254582882, 0.031032675877213478, + 0.0014211242087185383, -0.0007888131658546627, 0.029588943347334862, -0.03840543329715729, + 0.014973867684602737, 0.021601472049951553, -0.018520869314670563, 0.05741371959447861, + 0.02622734196484089, -0.00669526681303978, 0.02226787619292736, -0.02408762276172638, + 0.05246599391102791, -0.04124914109706879, -0.0993908941745758, -0.14602039754390717, + -0.00299385585822165, 0.04149696230888367, -0.09980092942714691, 0.05319596827030182, + 0.05792023986577988, 0.1642734855413437, -0.02384660206735134, 0.021661877632141113, + -0.0715470016002655, -0.016257885843515396, -0.003170363837853074, 0.008099980652332306, + 0.0015288289869204164, -0.006559280212968588, -0.03908636420965195, -0.005096929147839546, + -0.04954515025019646, -0.017301902174949646, -0.014695615507662296, 0.14341308176517487, + -0.038544949144124985, 0.00939148012548685, -0.05810611695051193, 0.042225874960422516, + -0.039519134908914566, -0.058138564229011536, -0.035317275673151016, -0.004680500831454992, + 0.054324131458997726, -0.03936122730374336, 0.023090792819857597, -0.00816041324287653, + 0.008314603008329868, -0.06683710217475891, 0.018673334270715714, 0.019163047894835472, + -0.050770487636327744, -0.006891264580190182, 0.01281646080315113, 0.06047536060214043, + -0.02649414725601673, 0.013347454369068146, 0.031920116394758224, -0.029665278270840645, + 0.038377389311790466, -0.022582756355404854, -0.03681351989507675, 0.07638965547084808, + -0.00972580537199974, -0.028609775006771088, -0.0048722270876169205, 0.016916101798415184, + 0.08870818465948105, -0.062128547579050064, -0.028912456706166267, 0.025838255882263184, + 0.06073238328099251, -0.010301709175109863, 0.003632191102951765, -0.038349226117134094, + -0.10576546937227249, -0.006867574527859688, 0.05892627313733101, -0.038182757794857025, + 0.02200818620622158, 0.03665797784924507, -0.041458096355199814, 0.04068095237016678, + 0.01795130968093872, 0.047994423657655716, -0.016078457236289978, -0.060184162110090256, + -0.008579589426517487, 0.03954136371612549, -0.052686385810375214 + ], + [ + 0.07995301485061646, 0.04423607140779495, -0.02276155725121498, 0.05235598608851433, + 0.05279502645134926, 0.030687684193253517, -0.044553011655807495, 0.031841520220041275, + -0.014633286744356155, 0.00023793969012331218, -0.07998380064964294, -0.061201393604278564, + -0.01108243502676487, 0.0022368659265339375, 0.08823852241039276, 0.007023036479949951, + 0.04263059422373772, 0.005540357902646065, 0.0924781933426857, 0.06879075616598129, -0.0627349242568016, + -0.02077346295118332, 0.08357278257608414, 0.04413621872663498, -0.041614092886447906, + -0.004944191314280033, -0.05578708276152611, -0.030820637941360474, -0.0034016647841781378, + 0.0036570022348314524, -0.03572119027376175, -0.014381339773535728, -0.008172710426151752, + 0.11840716749429703, 0.059111230075359344, 0.027606448158621788, -0.012966815382242203, + 0.02418610453605652, 0.007088281214237213, 0.003061477793380618, -0.07175830006599426, + -0.011917703785002232, 0.08529108762741089, 0.006289133336395025, -0.03947768360376358, + 0.03455251455307007, 0.05611845478415489, -0.00656336871907115, 0.013933689333498478, + -0.028947900980710983, 0.0009917494608089328, 0.012013150379061699, 0.019663838669657707, + -0.07269547879695892, -0.004558269865810871, 0.1199999675154686, 0.013908101245760918, + -6.546280928887427e-5, 0.07122088223695755, 0.05828876048326492, 0.08107272535562515, + 0.021441951394081116, -0.09304119646549225, 0.0428672656416893, 0.02541947178542614, 0.096476711332798, + -0.0726652666926384, 0.03951819986104965, 0.019510654732584953, -0.08523086458444595, + 0.005247603170573711, -0.03169699013233185, -0.001968959579244256, -0.046479400247335434, + -0.00894099660217762, 0.054781220853328705, 0.08271336555480957, 0.005174710880964994, + 0.06201713904738426, 0.003798044053837657, -0.0739920362830162, 0.06810961663722992, + -0.04938932880759239, 0.03426720201969147, 0.049849141389131546, -0.05815805494785309, + -0.04250285029411316, 0.047957643866539, -0.10847032815217972, 0.06776828318834305, + -0.01614903099834919, 0.022746194154024124, -0.05649614334106445, -0.07982148975133896, + -0.05875438451766968, 0.06605890393257141, -0.06284918636083603, 0.08385394513607025, + -0.0424322746694088, 0.045814551413059235, -0.04688045755028725, -0.021151965484023094, + 0.04948345571756363, -0.00478832283988595, -0.050930824130773544, 0.051001884043216705, + 0.03560053929686546, 0.06385069340467453, 0.08180118352174759, 0.003920245915651321, + -0.018344108015298843, -0.07488149404525757, 0.0737161859869957, 0.02308645285665989, + -0.026178231462836266, -0.06400780379772186, -0.005787957925349474, -0.040287259966135025, + 0.02568730153143406, -0.007243415340781212, -0.03295139595866203, 0.027284936979413033, + 0.03730210289359093, -0.04249843955039978, 0.02267368696630001, 0.08933817595243454, + -0.03814823180437088, 0.015290851704776287, -0.04916289076209068, -0.07608462870121002, + 0.05784771591424942, -0.05173472687602043, 0.06635654717683792, -0.00949505902826786, + -0.004571094177663326, -0.027768461033701897, 0.03169626370072365, 0.03799816220998764, + 0.009209631010890007, 0.006651581265032291, 0.018031585961580276, 0.0029511956963688135, + -0.05818953737616539, -0.007407804019749165, -0.014267295598983765, -0.05319470912218094, + -0.039083123207092285, 0.06762392818927765, -0.02527734637260437, 0.07521772384643555, + -0.030435333028435707, 0.023750819265842438, 0.06605274230241776, 0.024465832859277725, + -0.017988264560699463, -0.051562197506427765, -0.010602552443742752, 0.04542897641658783, + 0.024359244853258133, 0.049518465995788574, -0.07280243933200836, -0.02086389623582363, + 0.04396865889430046, -0.018671151250600815, 0.06973066180944443, -0.02866950072348118, + -0.04268684983253479, -0.043122678995132446, -0.009628286585211754, 0.08139844238758087, + -0.006511016748845577, 1.5611896742484532e-5, 0.01548746693879366, 0.009138524532318115, + 0.043768297880887985, -0.005417654290795326, -0.036905284970998764, 0.03742721676826477, + -0.036965642124414444, -0.018824502825737, -0.01757725141942501, 0.03562886267900467, + -0.0038325758650898933, 0.006102458573877811, -0.10130979865789413, -0.038441866636276245, + 0.004930797033011913, 0.02122700773179531, -0.023707354441285133, -0.015441616997122765, + -0.0644817128777504, -0.07483640313148499, -0.0038039085920900106, 0.05623943358659744, + -0.005988284945487976, 0.0034448239021003246, 0.049718908965587616, -0.018153659999370575, + 0.08512222021818161, -0.0046576084569096565, -0.03964763879776001, -0.05580047145485878, + 0.04484069347381592, -0.03326026722788811, -0.10051929205656052, -0.007130454294383526, + 0.041818756610155106, -0.08088690042495728, -0.0028535358142107725, 0.09584558755159378, + -0.0030615252908319235, -0.016388777643442154, 0.013596798293292522, -0.05850750580430031, + -0.037476010620594025, -0.019176563248038292, 0.0320579968392849, -0.016003020107746124, + -0.09863662719726562, 0.0036135297268629074, -0.0018021388677880168, 0.014241384342312813, + -0.0140375392511487, -0.002791629871353507, -0.0041136364452540874, -0.025062628090381622, + 0.017063727602362633, 0.03152352571487427, 0.047773875296115875, 0.04182102158665657, + 0.08746244758367538, -0.06209038197994232, 0.025657879188656807, 0.036519818007946014, + 0.015269222669303417, -0.02520808018743992, 0.0531354695558548, 0.04805285111069679, + -0.017349129542708397, -0.0468827523291111, 0.02378236874938011, -0.04055676981806755, + 0.012925472110509872, -0.06070138141512871, -0.0627414807677269, 0.09132809191942215, + 0.03246946632862091, 0.03498462587594986, -0.011859997175633907, 0.09529488533735275, + -0.05135331302881241, -0.04403017833828926, -0.06686362624168396, -0.0051383525133132935, + -0.023484276607632637, -0.041974280029535294, 0.027792569249868393, -0.0325036495923996, + 0.027805518358945847, 0.04627904295921326, -0.07375717908143997, 0.024289635941386223, + 0.03665591776371002, 0.0023248037323355675, -0.034294985234737396, -0.157450869679451, + 0.07453520596027374, -0.004567200317978859, 0.024621013551950455, -0.030674153938889503, + -0.0024829325266182423, 0.011356190778315067, -0.04436604678630829, 0.029179491102695465, + -0.04421869292855263, 0.07569330930709839, -0.017933040857315063, -0.07022295147180557, + -0.04086868837475777, 0.059481240808963776, 0.00965068582445383, 0.027429932728409767, + -0.03463563323020935, 0.05055731162428856, 0.015250694938004017, 0.023893732577562332, + 0.08782967925071716, -0.02996882237493992, 0.06107440963387489, 0.10416426509618759, + -0.03427090495824814, -0.0015647392719984055, -0.061917632818222046, 0.01646391488611698, + 0.08539505302906036, 0.05326402559876442, 0.05347859859466553, 0.008851302787661552, + -0.039233263581991196, -0.00867499504238367, 0.05818738788366318, -0.03875528275966644, + 0.03737874701619148, -0.031420059502124786, -0.0814400389790535, -0.06940603256225586, + 0.07134748995304108, 0.01684774085879326, -0.08277685195207596, 0.053071849048137665, + 0.008322606794536114, -0.05328010022640228, -0.05488675832748413, 0.028324877843260765, + -0.05515710264444351, 0.036574117839336395, 0.03769504651427269, 0.0045340582728385925, + 0.0023465033154934645, -0.01459571160376072, -0.06188457831740379, -0.02046940103173256, + 0.023702900856733322, 0.014125735498964787, 0.0028292909264564514, 0.017640696838498116, + 0.01852370612323284, 0.030536366626620293, -0.02287559024989605, -0.038330841809511185, + 0.01992989145219326, 0.040443602949380875, -0.07569573819637299, 0.010534422472119331, + -0.0931016057729721, -0.06007799506187439, -0.04832945019006729, 0.01836055889725685, + -0.09437759965658188, -0.030260702595114708, -0.030873607844114304, -0.054874319583177567, + -0.009524122811853886, 0.0871027484536171, -0.0389932245016098, -0.04832758754491806, + -0.08677852153778076, 0.0013125143013894558, 0.03809589892625809, 0.05506589636206627, + 0.02238873392343521, 0.06105765700340271, -0.007746695540845394, -0.007305423263460398, + 0.12205465883016586, -0.08327902853488922, 0.005312237422913313, 0.02424546144902706, + 0.038203924894332886, -0.018258584663271904, -0.07647453248500824, -0.027257820591330528, + -0.06869427114725113, -0.022516237571835518, -0.0028369189240038395, 0.019910335540771484, + -0.03253347799181938, 0.06093110516667366, -0.03446922078728676, 0.045432306826114655, + 0.01879427582025528, 0.007678486406803131, -0.030331414192914963, 0.039770908653736115, + -0.0028440002351999283, 0.005213504657149315, -0.0011006924323737621, -0.007626621518284082, + 0.004512368701398373, 0.00965128093957901, -0.06202145665884018, -0.005430492572486401, + 0.024851949885487556, 0.05396359786391258 + ], + [ + 0.0007721972069703043, -0.01570654846727848, -0.05044794827699661, 0.07706752419471741, + 0.05046563968062401, 0.018391286954283714, -0.03386584669351578, -0.007720073219388723, + -0.01287311315536499, 0.03735383227467537, 0.024873340502381325, -0.004576181061565876, + 0.010804146528244019, 0.029588283970952034, -0.012305522337555885, 0.024174880236387253, + 0.0562690794467926, -0.05607501417398453, 0.010350827127695084, 0.06161358952522278, + -0.014679718762636185, -0.04026778042316437, -0.007302507758140564, 0.040306445211172104, + 0.006613214034587145, 0.014454305171966553, 0.04202711582183838, -0.014064882881939411, + -0.023680323734879494, 0.02146853879094124, 0.04399484023451805, 0.04275411739945412, + 0.07650454342365265, -0.020614637061953545, 0.04449978843331337, -0.0591287724673748, + -0.060065858066082, 0.046934641897678375, -0.03998158127069473, 0.0885326936841011, 0.02347751334309578, + -0.029203923419117928, 0.010434482246637344, -0.010365393944084644, -0.039219118654727936, + -0.014366445131599903, -0.05356571450829506, -0.011660824529826641, 0.05238792672753334, + 0.04512336477637291, -0.03800025209784508, -0.027338074520230293, -0.02630671299993992, + -0.0001721862208796665, 0.011860847473144531, 0.06039658561348915, -0.034727152436971664, + -0.07049787044525146, -0.08276493847370148, 0.04794337600469589, -0.04410914331674576, + 0.032465942203998566, 0.03972970321774483, 0.019092751666903496, 0.04241196811199188, + -0.03344772383570671, -0.03997921198606491, -0.0833434909582138, 0.030385270714759827, + -0.015773063525557518, -0.0169023796916008, 0.017008120194077492, -0.06211191788315773, + 0.006613879930227995, 0.0011328468099236488, 0.05002649128437042, -0.05007942393422127, + -0.00977060105651617, 0.027755560353398323, -0.054309602826833725, -0.026459041982889175, + -0.02335221879184246, -0.055907443165779114, 0.006900378968566656, 0.08379984647035599, + 0.03555828332901001, -0.07191812992095947, 0.04807310178875923, 0.054334718734025955, + -0.02880270779132843, 0.016414141282439232, -0.06176774576306343, 0.0463610403239727, + 0.011473128572106361, 0.04367244616150856, 0.006152883172035217, 0.050116896629333496, + 0.045459162443876266, 0.0017462818650528789, 0.06540372967720032, -0.008039984852075577, + -0.02016327902674675, 0.0736285150051117, 0.007746011950075626, 0.028702380135655403, + -0.07582259923219681, -0.04765257611870766, -0.0034953681752085686, 0.05559355020523071, + -0.034532152116298676, -0.08671896904706955, -0.004734762944281101, -0.019645288586616516, + -0.004640285391360521, 0.0052056824788451195, 0.0075510526075959206, 0.09292568266391754, + -0.015093610621988773, 0.043587349355220795, 0.04733927547931671, -0.005156419239938259, + 0.0663723349571228, -0.01155407726764679, -0.022112397477030754, -0.006221955642104149, + -0.09740740060806274, -0.021475907415151596, -0.030896080657839775, 0.05468006804585457, + 0.0034926196094602346, -0.009410680271685123, 0.016592510044574738, 0.027871832251548767, + 0.08320863544940948, -0.09081346541643143, 0.027100833132863045, -0.061457324773073196, + -0.052302610129117966, 0.043477147817611694, -0.05391141027212143, 0.03395850211381912, + 0.0662342756986618, -0.03648129105567932, -0.02169894240796566, 0.01568916067481041, + 0.016266588121652603, 0.047515176236629486, -0.02842964604496956, 0.004508571233600378, + 0.008472404442727566, -0.06395811587572098, -0.011463525705039501, -0.10331151634454727, + 0.006967274937778711, -0.02602960914373398, -0.02064620703458786, 0.018580175936222076, + 0.04383942484855652, -0.004960434976965189, 0.015725834295153618, 0.030076228082180023, + 0.024825047701597214, 0.001117895939387381, 0.05662567541003227, -0.04233920946717262, + 0.010146734304726124, -0.030619323253631592, 0.027787858620285988, 0.009346467442810535, + -0.049221985042095184, 0.000147336206282489, 0.01705590821802616, 0.036510009318590164, + 0.04388691857457161, 0.004491607658565044, 0.007138737477362156, 0.042516451328992844, + 0.042578984051942825, 0.030033044517040253, -0.008952530100941658, -0.055558204650878906, + -0.05272623524069786, -0.02878410555422306, -0.04909210279583931, -0.06443815678358078, + -0.00043591466965153813, 0.0007535635377280414, 0.015617967583239079, 0.016892017796635628, + -0.019016370177268982, 0.02430170401930809, -0.056672438979148865, -0.024399904534220695, + 0.002656028140336275, -0.006595620885491371, -0.03668162226676941, 0.08346345275640488, + -0.020640555769205093, -0.002875423524528742, 0.025506246834993362, 0.019151752814650536, + 0.08925685286521912, -0.008601417765021324, 0.05832401663064957, 0.057332951575517654, + 0.05765862390398979, 0.07542339712381363, -0.048612989485263824, 0.09283618628978729, + -0.022457828745245934, -0.08024954795837402, -0.010193241760134697, 0.08448806405067444, + 0.03694571554660797, 0.0714818611741066, -0.05451827868819237, -0.015090594068169594, + -0.006705732084810734, 0.04129325598478317, 0.02414063736796379, 0.003281071549281478, + -0.06568640470504761, -0.025684474036097527, -0.007340296171605587, -0.03153177350759506, + 0.06817056238651276, -0.02443588525056839, -0.06460952758789062, -0.03976195678114891, + -0.05010393261909485, 0.008417310193181038, 0.012785512022674084, 0.020680585876107216, + -0.041271332651376724, 0.03458786755800247, 0.03118356131017208, 0.07809501886367798, + 0.0033393448684364557, 0.00904807448387146, 0.021763376891613007, 0.008584287948906422, + -0.048821739852428436, 0.0027672138530761003, 0.046609122306108475, -0.010347981005907059, + -0.007248338777571917, -0.04018305242061615, 0.000753438682295382, -0.007092566229403019, + 0.01585855521261692, -0.03399089723825455, 0.026079067960381508, -0.04260168597102165, + 0.016407839953899384, -0.06845379620790482, -0.01168309897184372, -0.0032759010791778564, + -0.05144897848367691, 0.023876560851931572, -0.0047326041385531425, 0.044872306287288666, + -0.0019405806669965386, -0.02474374882876873, 0.022218214347958565, -0.011057527735829353, + 0.05492880940437317, 0.0021168438252061605, -0.027586333453655243, -0.010403012856841087, + -0.03661516681313515, -0.007738106418401003, -0.017025351524353027, 0.08000046759843826, + 0.011455390602350235, 0.026318471878767014, 0.007970178499817848, -0.04295525699853897, + 0.07884427160024643, 0.022857291623950005, -0.09008767455816269, -0.04416437819600105, + -0.009599156677722931, 0.01616056077182293, -0.011769134551286697, -0.014746711589396, + 0.010057147592306137, -0.043384842574596405, -0.0320550836622715, 0.0203547365963459, + -0.03837454691529274, -0.02995176427066326, 0.020515594631433487, 0.014555927366018295, + -0.06677252054214478, -0.017600586637854576, -0.05300459638237953, 0.052001841366291046, + 0.006859511602669954, -0.007180734071880579, 0.017705611884593964, -0.008865450508892536, + 0.03782877326011658, 0.1049664244055748, 0.06404908001422882, -0.03800702840089798, + 0.0023620373103767633, 0.03808832913637161, 0.10358291864395142, -0.023527132347226143, + -0.021874532103538513, -0.06418588757514954, -0.00804680585861206, 0.027800649404525757, + -0.006153919268399477, 0.04994991794228554, 0.02228899486362934, 0.038882020860910416, + 0.04862358793616295, 0.03627881035208702, -0.03792490437626839, -0.019800305366516113, + 0.015460042282938957, 0.06975705921649933, 0.07050437480211258, 0.008728711865842342, + 0.0057692136615514755, 0.03610949590802193, -0.031940095126628876, 0.027506966143846512, + 0.035416379570961, 0.0643974170088768, -0.01844896376132965, -0.0357719361782074, -0.003644696669653058, + -0.0019059078767895699, 0.018106665462255478, 0.05036438629031181, -0.04955602437257767, + 0.05697907134890556, -0.005927717313170433, -0.04603661596775055, 0.06718596816062927, + 0.10884607583284378, 0.006921733263880014, 0.06474551558494568, -0.011157624423503876, + 0.0030884677544236183, 0.011105096898972988, -0.062124721705913544, 0.001039432710967958, + 0.06541797518730164, -0.04805488884449005, 0.024380194023251534, -0.012442114762961864, + 0.011148198507726192, 0.007547083776444197, -0.020283186808228493, 0.02537113055586815, + 0.04132118448615074, 0.03315560147166252, -0.007114882115274668, -0.01802019588649273, + -0.029912445694208145, -0.014414401724934578, -0.0003905257908627391, -0.08956992626190186, + 0.024505265057086945, -0.07810046523809433, 0.027401497587561607, 0.004173836670815945, + 0.0034302861895412207, 0.02383570373058319, 0.04896380752325058, 0.026247063651680946, + 0.045568399131298065, -0.026391679421067238, -0.018414195626974106, -0.024874884635210037, + -0.005223649088293314, -0.046145178377628326, 0.06176931783556938, 0.0587887205183506, + 0.024174973368644714, 0.057566527277231216 + ], + [ + -0.03876249119639397, 0.0036200680769979954, -0.016798511147499084, 0.09331765025854111, + 0.013914789073169231, -0.04857232794165611, 0.052088700234889984, -0.04985074698925018, + 0.07039131969213486, 0.020706797018647194, 0.023960256949067116, -0.031698163598775864, + -0.02367280423641205, -0.016417309641838074, 0.00616410281509161, 0.03370300307869911, + 0.03827438876032829, -0.013564752414822578, -0.07247304171323776, 0.07227637618780136, + -0.03291237726807594, -0.06758742034435272, 0.019853318110108376, 0.025491798296570778, + -0.0029911042656749487, -0.01152985543012619, -0.007371532265096903, 0.041616491973400116, + -0.04367441311478615, 0.014709572307765484, 0.03670976683497429, 0.04715701937675476, + -0.02210787869989872, 0.009371100924909115, 0.0002624346816446632, -0.06198638677597046, + 0.0425407700240612, 0.019970716908574104, -0.006287366151809692, -0.014047312550246716, + 0.007570190820842981, -0.032380104064941406, -0.00489821657538414, -0.005347682163119316, + -0.033547207713127136, 0.018939077854156494, -0.01813274435698986, 0.010403021238744259, + 0.07811754941940308, -0.0015391797060146928, -0.03276311233639717, -0.00806969590485096, + 0.018857715651392937, 0.021874435245990753, -0.03635084256529808, -0.05851324647665024, + -0.05965216085314751, -0.0054603577591478825, -0.06219714879989624, 0.07237057387828827, + -0.05153447762131691, 0.013524447567760944, 0.009206387214362621, 0.02674991823732853, + 0.031159786507487297, -0.018249573186039925, -0.06383579224348068, -0.004387313034385443, + -0.02177031897008419, 0.033836543560028076, -0.020807290449738503, 0.0652213841676712, + -0.0051452904008328915, 0.04277202859520912, -0.08429595082998276, -0.03437494486570358, + -0.05472274869680405, 0.022167949005961418, 0.050182241946458817, -0.08442822843790054, + -0.04180096834897995, 0.02086850069463253, -0.059823475778102875, 0.039891768246889114, + -0.0010365279158577323, 0.03270110860466957, 0.006400576792657375, -0.004403744824230671, + 0.04220830276608467, -0.03244085609912872, 0.06121835112571716, -0.05664852261543274, + 0.06605921685695648, -0.04344971105456352, 0.06500863283872604, 0.026776881888508797, + -0.000744788849260658, -0.033536966890096664, -0.1339246779680252, 0.08745519816875458, + -0.006700420286506414, -0.07112112641334534, 0.03170889616012573, 0.03689412400126457, + -0.05135184898972511, -0.013253290206193924, 0.026381123811006546, -0.061777614057064056, + 0.03266728296875954, -0.02864362858235836, -0.0894114226102829, 0.027858398854732513, + 0.010370327159762383, 0.034245580434799194, -0.009780515916645527, 0.04544416442513466, + 0.06131337955594063, 0.06437010318040848, 0.053770262748003006, 0.009382864460349083, + 0.03679486736655235, 0.06259854882955551, -0.03632047399878502, -0.012753741815686226, + -0.046809419989585876, -0.02882610820233822, -0.05113864317536354, -0.043883997946977615, + 0.023136960342526436, -0.026583844795823097, 0.09519492834806442, 0.04795411601662636, + -0.014025065116584301, 0.0687636211514473, -0.1134190484881401, 0.045531824231147766, + -0.0043885852210223675, 0.01706675998866558, 0.03202022239565849, -0.1097034141421318, + 0.003958158195018768, 0.0126502001658082, -0.03190973401069641, 0.012761004269123077, + -0.0315517857670784, -0.02934485487639904, 0.04948826879262924, -0.08956711739301682, + 0.1041174978017807, 0.047720860689878464, -0.03050016425549984, -0.07451719790697098, + -0.08519282191991806, -0.030869435518980026, 0.03419240191578865, 0.026250137016177177, + 0.004750960972160101, 0.0735132172703743, -0.039015207439661026, 0.01854156330227852, + 0.01295959297567606, 0.02833268791437149, 0.038176290690898895, 0.03096582740545273, + -0.05497667193412781, 0.04588849097490311, -0.0973154604434967, -0.019977981224656105, + 0.023396501317620277, -0.0317947082221508, 0.05041549354791641, 0.07612002640962601, + 0.07437027990818024, 0.022043224424123764, 0.03655748441815376, 0.024464357644319534, + -0.010871723294258118, 0.04660473018884659, -0.06257680803537369, -0.008898130618035793, + -0.04157288372516632, -0.0870879739522934, 0.025135232135653496, -0.015627741813659668, + -0.013849418610334396, 0.04599621146917343, -0.00637982739135623, -0.006718814838677645, + 0.02446245402097702, -0.05362195521593094, -0.03294503316283226, -0.06801900267601013, + -0.030528957024216652, -0.04641827195882797, -0.0329156368970871, -0.058315955102443695, + 0.0006637730402871966, 0.05608147010207176, -0.034139905124902725, 0.04572397470474243, + -0.00605514831840992, 0.0670466497540474, -0.023056939244270325, 0.06165626272559166, + -0.002042738487944007, 0.09360872954130173, 0.09550361335277557, -0.06442888081073761, + 0.0709950402379036, -0.0858943983912468, -0.08105302602052689, 0.04561848193407059, 0.02225159853696823, + 0.035790637135505676, 0.0229023564606905, 0.05299288034439087, 0.010336220264434814, + 0.024982688948512077, -0.006103887688368559, 0.046471208333969116, 0.012427328154444695, + -0.023265628144145012, -0.055809736251831055, 0.043956074863672256, -0.07000380754470825, + 0.052682194858789444, -0.030704321339726448, 0.0013446444645524025, 0.036175940185785294, + -0.04340876638889313, 0.06722195446491241, 0.0266248919069767, 0.04655834659934044, -0.0360785648226738, + 0.029117591679096222, -0.01587400771677494, 0.051606714725494385, -0.09543225169181824, + 0.05267423391342163, -0.0437903068959713, -0.012165140360593796, -0.029963888227939606, + 0.01926128938794136, 0.059870295226573944, -0.001749750692397356, 0.06637654453516006, + -0.011892751790583134, 0.07210684567689896, 0.01610155776143074, -0.0024294855538755655, + 0.08633879572153091, 0.01970311626791954, 0.03612402454018593, -0.012835666537284851, + 0.000752992753405124, 0.04571002721786499, -0.0703226700425148, -0.04666139930486679, + -0.03270288184285164, 0.028697682544589043, 0.04009484499692917, -0.016337361186742783, + -0.06109601631760597, 0.029545117169618607, -0.006940328981727362, -0.03161138296127319, + -0.009941334836184978, -0.021628020331263542, 0.0007027346873655915, -0.01364209782332182, + -0.01954316906630993, -0.02903939224779606, 0.06858760863542557, 0.008458505384624004, + -0.04653450474143028, -0.06236152723431587, -0.08058343827724457, 0.05717960372567177, + -0.0006497434224002063, -0.0817815288901329, 0.03246021643280983, -0.06919653713703156, + 0.012995216995477676, 0.03158639371395111, -0.016057699918746948, 0.029211461544036865, + 0.002853177487850189, -0.002188485348597169, 0.014537687413394451, -0.004762187600135803, + -0.0762859508395195, 0.014041640795767307, 0.03249720111489296, -0.042525168508291245, + 0.018194468691945076, -0.023348256945610046, -0.017254889011383057, -0.02592092752456665, + 0.02726765349507332, -0.04148492589592934, -0.0014270616229623556, -0.029135676100850105, + 0.011086651124060154, -0.017514364793896675, 0.03421027585864067, 0.022712361067533493, + -0.01510058343410492, 0.07619492709636688, -0.006735644768923521, -0.05376240611076355, + 0.00760926678776741, 0.062772735953331, -0.01219189167022705, 0.0489983893930912, -0.011501472443342209, + 0.020213499665260315, 0.06317117810249329, 0.0945092961192131, 0.02362440526485443, + -0.04972454160451889, 0.012325100600719452, 0.0015975508140400052, 0.06358812749385834, + 0.026092665269970894, 0.019933490082621574, 0.012300927191972733, 0.037052545696496964, + -0.04066541790962219, -0.0023670389782637358, -0.028885751962661743, -0.0064912112429738045, + -0.006226492580026388, 0.023140791803598404, -0.003303705481812358, -0.02360394038259983, + 0.10286147892475128, -0.04558494687080383, -0.01620747707784176, 0.06925554573535919, + -0.06883470714092255, -0.0665796771645546, -0.030894724652171135, 0.04439117759466171, + 0.025456946343183517, 0.056344710290431976, -0.004916530568152666, -0.0877670869231224, + 0.005592010449618101, -0.03899955749511719, 0.06249598041176796, 0.04394835606217384, + -0.12259645015001297, -0.01364546176046133, 0.008962742984294891, -0.028244707733392715, + -0.004631717689335346, -0.08670730888843536, 0.059433627873659134, 0.030781270936131477, + -0.009505507536232471, -0.0430234894156456, 0.015789607539772987, -0.03149978071451187, + 0.06942068785429001, 0.01957700215280056, -0.07652587443590164, 0.01812373474240303, + -0.10842492431402206, 0.007777471095323563, 0.0033570334780961275, -0.06094065681099892, + -0.059410423040390015, 0.06128106266260147, 0.04946708306670189, 0.0002692180860321969, + 0.021313611418008804, -0.08591844141483307, -0.00649928068742156, -0.10028968751430511, + 0.030257826671004295, 0.013311012648046017, 0.007568914908915758, -0.01064537838101387, + -0.00630605174228549 + ], + [ + -0.011014282703399658, -0.05214822292327881, -0.05094675347208977, 0.10858061164617538, + -0.004862810019403696, 0.0582633800804615, -0.0008659019367769361, -0.011591953225433826, + 0.012138769961893559, 0.004445429891347885, -0.054445672780275345, -0.030810527503490448, + -0.008400342427194118, 0.026774030178785324, 0.022936714813113213, 0.021189086139202118, + -0.030997421592473984, -0.10354456305503845, 0.034362971782684326, 0.0683581531047821, + 0.07264760136604309, -0.0035986178554594517, 0.09472022205591202, 0.020591413602232933, + -0.06769674271345139, 0.03986552730202675, -0.01625755988061428, -0.05240970849990845, + -0.024867147207260132, 0.04876219481229782, -0.08320946246385574, -0.019657772034406662, + 0.02819260023534298, -0.040360964834690094, 0.014797531999647617, -0.03484658896923065, + -0.020520798861980438, -0.04098127409815788, -0.005480538122355938, 0.0023811066057533026, + -0.05166025832295418, -0.047302570194005966, 0.025586232542991638, -0.00255012814886868, + -0.0690101608633995, -0.0007994522457011044, -0.0521530844271183, 0.038998667150735855, + 0.06633186340332031, 0.010317583568394184, -0.01242596935480833, 0.062440935522317886, + -0.05018886551260948, 0.04268985986709595, 0.002132195746526122, 0.011645646765828133, + 0.004769666586071253, -0.021083394065499306, 0.030075261369347572, -0.018344977870583534, + 0.0887959897518158, 0.013522149994969368, -0.0494450181722641, 0.013611303642392159, + 0.04439660534262657, -0.009177817963063717, -0.042364452034235, 0.023128757253289223, + 0.0108595360070467, -0.11590378731489182, 0.048870135098695755, -0.013059831224381924, + -0.02024596557021141, 0.014476259239017963, 0.03130684420466423, 0.08704423904418945, + 0.12196909636259079, 0.009184588678181171, 0.009547177702188492, -0.0008691113907843828, + 0.053917042911052704, -0.004354061093181372, 0.013746004551649094, -0.014031459577381611, + 0.013401400297880173, -0.07026735693216324, 0.0678563266992569, 0.034055840224027634, + -0.1073731854557991, 0.025820879265666008, 0.06394956260919571, -0.010305981151759624, + -0.05112864077091217, -0.05176854133605957, -0.04088470712304115, 0.0011091947089880705, + -0.009005878120660782, 0.06691527366638184, 0.06000030040740967, 0.00678746635094285, + -0.04757816344499588, 0.04390823096036911, 0.0031659728847444057, -0.025524236261844635, + -0.044916342943906784, 0.03891368955373764, -0.015701856464147568, -0.02270645834505558, + -0.026890845969319344, -0.034649964421987534, 0.059717874974012375, -0.03388778492808342, + 0.06440220028162003, 0.052315421402454376, 0.03759048134088516, -0.020882345736026764, + -0.0317780040204525, -0.1014658734202385, 0.07155651599168777, 0.0007842181948944926, + -0.08102592080831528, -0.046187371015548706, -0.047482769936323166, -0.03984659165143967, + 0.042508646845817566, 0.061785973608493805, -0.12002341449260712, -0.005251940805464983, + 0.045134760439395905, -0.020787792280316353, 0.0018467959016561508, -0.09342586249113083, + 0.011020451784133911, 0.0123188691213727, -0.03516493737697601, -0.09226648509502411, + 0.027530211955308914, -0.002468097023665905, -0.043995000422000885, 0.07033079862594604, + 0.010914601385593414, -0.016253091394901276, 0.007494875229895115, 0.001184219028800726, + -0.0876370519399643, -0.000915807846467942, -0.02345946431159973, 0.009480368345975876, + -0.09621888399124146, 0.025759747251868248, 0.04947913810610771, -0.0034607460256665945, + 0.04879895970225334, 0.030779751017689705, 0.05623229593038559, -0.04357343539595604, + 0.03405478969216347, -0.05186696723103523, 0.026799049228429794, 0.011121999472379684, + 0.04551436007022858, -0.03607402741909027, 0.08575733751058578, 0.07746198028326035, + 0.08033273369073868, 0.06853830814361572, -0.042058803141117096, -0.08303295820951462, + 0.08962295949459076, -0.0020636129193007946, -0.008955634199082851, 0.022518690675497055, + 0.035624608397483826, -0.02195356786251068, 0.07565037906169891, -0.0707496926188469, + -0.0018307059071958065, -0.002826378447934985, -0.0674915537238121, -0.0047674402594566345, + -0.03999873995780945, 0.03391357883810997, 0.045585229992866516, 0.0772814005613327, + 0.02070576511323452, 0.04388637840747833, 0.01801867038011551, -0.012384225614368916, + -0.023027269169688225, 0.044590145349502563, 0.09686189144849777, -0.06952887773513794, + 0.06317953765392303, 0.08228832483291626, 0.020200982689857483, 0.025774022564291954, + -0.07012256234884262, 0.013361279852688313, 0.04283170402050018, -0.021352199837565422, + -0.04559466987848282, -0.041803453117609024, -0.050523702055215836, -0.014795874245464802, + -0.037715159356594086, -0.06519433856010437, 0.01714741438627243, -0.023281315341591835, + 0.05698634684085846, -0.06724575906991959, 0.04028475284576416, 0.02900072932243347, + -0.0017622116720303893, 0.041971053928136826, -0.02857344225049019, 0.015079057775437832, + 0.06775040179491043, -0.08598692715167999, 0.04003109782934189, -0.07357572764158249, + 0.04764549434185028, 0.019498543813824654, -0.009720093570649624, 0.019586771726608276, + 0.04538185894489288, -0.0512523353099823, -0.003662283532321453, -0.052864886820316315, + -0.029094401746988297, -0.007532575633376837, -0.013259652070701122, -0.002007481874898076, + -0.03832343965768814, -0.012047350406646729, -0.019476674497127533, 0.015615778975188732, + 0.020110206678509712, 0.031216206029057503, -0.04268869385123253, 0.013509275391697884, + -0.03856896236538887, 0.02340490184724331, -0.03527864068746567, -0.03680635988712311, + -0.010072696022689342, 0.02134987898170948, -0.06896378099918365, 0.08499258756637573, + -0.03544436767697334, 0.07847506552934647, -0.03814947232604027, -0.10362467169761658, + -0.007444418966770172, -0.010559300892055035, 0.01930542103946209, 0.007266330998390913, + -0.03507743403315544, 0.04515771567821503, 0.0024917738046497107, -0.032301004976034164, + 0.017940644174814224, -0.03555045276880264, 0.018021320924162865, -0.019613999873399734, + -0.06573013961315155, 0.024394547566771507, -0.00575832836329937, -0.013543573208153248, + -0.09573379158973694, -0.0031041691545397043, 0.03109990432858467, 0.05087975040078163, + -0.013109688647091389, 0.07361208647489548, -0.026067843660712242, -0.063809834420681, + -0.004438102710992098, -0.06183405965566635, -0.03267565742135048, -0.06241520121693611, + 0.05470764636993408, 0.013633816502988338, -0.07495749741792679, 0.03984536975622177, + 0.05524076148867607, -0.023762349039316177, 0.03834216296672821, 0.005621221847832203, + -0.014514061622321606, 0.053405240178108215, 0.0074396333657205105, 0.038345515727996826, + -0.04184861481189728, 0.024401869624853134, 0.02902565710246563, 0.06585562974214554, + 0.04407386854290962, -0.06312842667102814, -0.03483029454946518, -0.013866664841771126, + -0.0194549523293972, 0.030337342992424965, 0.026213349774479866, -0.03144243732094765, + -0.0031323654111474752, -0.03509184345602989, 0.023562079295516014, -0.04193617403507233, + -0.03722420334815979, 0.020752234384417534, 0.032971277832984924, 0.06982496380805969, + -0.03189053013920784, 0.055094990879297256, -0.09082340449094772, -0.020551767200231552, + -0.03370078280568123, 0.021629925817251205, 0.0035374746657907963, 0.01738988608121872, + -0.03367984667420387, 0.066077820956707, -0.06859243661165237, -0.01715492643415928, + -0.014657593332231045, -0.016595298424363136, -0.06697721034288406, 0.02722327969968319, + 0.0026945238932967186, 0.04638698697090149, 0.005402822047472, 0.07336308062076569, -0.0732327476143837, + 0.012019905261695385, 0.028683237731456757, -0.05205821618437767, 0.0005274429568089545, + 0.05879659578204155, -0.03707456216216087, -0.030379142612218857, -0.03605983778834343, + 0.03170626610517502, -0.08489087224006653, 0.022838039323687553, 0.017285075038671494, + 0.0964692011475563, 0.0034243769478052855, -0.01841658167541027, 0.05696994811296463, + -0.0036925303284078836, -0.011465709656476974, 0.030689716339111328, -0.024425838142633438, + -0.08240007609128952, -0.022854598239064217, 0.00014804232341703027, -0.008086797781288624, + 0.01574341580271721, 0.016091013327240944, -0.061983656138181686, -0.028213798999786377, + -0.042501676827669144, -0.042270101606845856, 0.02306608110666275, -0.036285363137722015, + 0.09854352474212646, -0.029910139739513397, 0.1778700351715088, -0.003772276220843196, + -0.03168690204620361, -0.06622036546468735, 0.06589391082525253, -0.05376400798559189, + 0.05395599454641342, 0.0445663258433342, -0.02771313488483429, 0.082234688103199, -0.012215027585625648, + -0.009555836208164692, 0.009147430770099163, -0.006897752173244953, -0.0077283200807869434, + 0.0047003780491650105, -0.05980802699923515 + ], + [ + -0.033082231879234314, -0.025682544335722923, 0.01856023259460926, -0.05765090510249138, + -0.00535232201218605, -0.00634496146813035, 0.001658247783780098, -0.01838286593556404, + -0.02627592720091343, -0.06522121280431747, -0.06518296152353287, 0.06260290741920471, + 0.021413901820778847, 0.08038646727800369, 0.03583502769470215, -0.02048886939883232, + -0.014229441061615944, -0.0005815091426484287, -0.01865798607468605, -0.024531327188014984, + 0.060204096138477325, -0.02405010536313057, 0.037865471094846725, 0.006849793251603842, + 0.06811883300542831, -0.038974255323410034, -0.0055109369568526745, 0.0011699264869093895, + -0.02397662214934826, 0.010083979927003384, -0.004798694513738155, -0.00273901061154902, + -0.025798676535487175, -0.019383393228054047, 0.007422865834087133, 0.023184048011898994, + -0.024753693491220474, 0.0018975833663716912, -0.01849502883851528, -0.07817912101745605, + 0.01889927312731743, 0.04537865146994591, -0.058342549949884415, 0.004032810218632221, + -0.044845741242170334, -0.00392944598570466, -0.007039245218038559, 0.023713119328022003, + 0.03317698463797569, -0.03828497231006622, 0.05559870973229408, -0.02916763536632061, + -0.05643904581665993, -0.00027344669797457755, -0.005314868874847889, 0.01928935945034027, + 0.047817956656217575, 0.06415101885795593, 0.07292935997247696, 0.035737209022045135, + 0.10270603001117706, -0.002191739622503519, -0.010322037152945995, 0.00356950331479311, + 0.025548240169882774, 0.03535794839262962, 0.0004734543908853084, 0.014983783476054668, + -0.053829628974199295, -0.06368750333786011, 0.044965699315071106, -0.033130813390016556, + 0.047561340034008026, -0.06795161217451096, 0.05199192464351654, 0.0913589671254158, + 0.08014880120754242, 0.0010827109217643738, -0.04828466847538948, 0.052202414721250534, + -0.04353104159235954, 0.013759331777691841, -0.009172668680548668, 0.06713495403528214, + 0.05419563129544258, 0.05024789646267891, -0.03969395160675049, -0.05412016808986664, + -0.029740959405899048, 0.00439623324200511, -0.008993357419967651, -0.029438458383083344, + 0.022848129272460938, 0.052355509251356125, 0.003530234331265092, 0.02233104221522808, + -0.07456669211387634, 0.05482795089483261, -0.008417261764407158, 0.006508201826363802, + 0.03444674238562584, 0.01434719655662775, 0.00833810679614544, -0.0234072208404541, 0.10216125100851059, + 0.059792667627334595, 0.00823245570063591, -0.02630143240094185, -0.0440586619079113, + -0.06648354232311249, 0.08259352296590805, -0.01601583883166313, 0.00405379431322217, + 0.044072143733501434, -0.04590947926044464, 0.043724726885557175, -0.07980742305517197, + 0.01385341864079237, -0.030383076518774033, -0.048506125807762146, 0.0602790042757988, + 0.017962893471121788, 0.0010214331559836864, 0.04029194265604019, 0.005117683205753565, + 0.0319981686770916, -0.06564066559076309, -0.033920273184776306, 0.006241292227059603, + -0.04612298309803009, -0.040625765919685364, -0.0700591504573822, -0.02799677476286888, + -0.007874174043536186, 0.039015740156173706, 0.0016282973811030388, 0.0021439918782562017, + -0.008984698913991451, 0.02629511058330536, 0.03816162422299385, -0.002201969502493739, + -0.020512983202934265, 0.045659203082323074, 0.04998473823070526, 0.005808322224766016, + 0.05898791924118996, -0.004542794078588486, -0.03162282332777977, -0.011000999249517918, + -0.019640304148197174, 0.05150928348302841, -0.038527969270944595, 0.044149357825517654, + -0.021730029955506325, 0.007213044445961714, -0.0635199323296547, 0.012649992480874062, + -0.030392050743103027, -0.016810070723295212, -0.039790790528059006, -0.07883702963590622, + -0.007413179147988558, 0.040087200701236725, 0.006726462859660387, 0.005584160331636667, + -0.04561649635434151, 0.03678027540445328, -0.04006004333496094, 0.047371670603752136, + 0.02810792252421379, 0.020694727078080177, 0.059732433408498764, -0.022598283365368843, + 0.037312302738428116, 0.05032360553741455, -0.026522697880864143, -0.016819067299365997, + 0.05997641012072563, -0.05344337224960327, -0.024627119302749634, -0.011205689050257206, + -0.0034910307731479406, -0.027258357033133507, -0.033606063574552536, 0.050836123526096344, + -0.050536345690488815, 0.028927255421876907, 0.03209906443953514, 0.025960931554436684, + 0.032023582607507706, 0.003561652498319745, 0.044686928391456604, 0.004760186653584242, + 0.00321325846016407, 0.058738477528095245, 0.06955607235431671, 0.01536092720925808, + -0.06610849499702454, 0.08165854960680008, -0.07529330998659134, -0.04847578704357147, + -0.011770853772759438, -0.034940000623464584, -0.08751073479652405, -0.08990343660116196, + -0.05285083130002022, 0.002997766248881817, -0.04572175070643425, -0.062184255570173264, + 0.08194654434919357, 0.05312425270676613, 0.031285617500543594, -0.10000644624233246, + -0.04406922310590744, -0.06244712695479393, -0.06226666271686554, 0.03566771745681763, + -0.06031876429915428, -0.021718483418226242, 0.009580153040587902, 0.03568257391452789, + -0.03774014115333557, 0.0171340499073267, 0.04675443843007088, -0.02549077942967415, + -0.07102012634277344, 0.0049624256789684296, 0.05887388437986374, 0.03097786009311676, + -0.04587610438466072, 0.027462324127554893, 0.03607841953635216, -0.05124855414032936, + -0.0030895578674972057, -0.035897061228752136, 0.03435393050312996, -0.07978201657533646, + 0.05358915776014328, -0.0602482333779335, 0.05187751352787018, 0.007515403442084789, + 0.02081432193517685, 0.027878258377313614, -0.06357017904520035, 0.01772812008857727, + 0.06096780672669411, -0.06383654475212097, -0.08840255439281464, -0.07860532402992249, + 0.0713605210185051, 0.010115465149283409, -0.07193809747695923, 0.04489309340715408, + 0.03755537047982216, -0.023777185007929802, -0.013503370806574821, 0.00683931540697813, + -0.010449714958667755, 0.06950370222330093, 0.030912689864635468, -0.025120239704847336, + -0.03305762633681297, 0.021016119047999382, -0.024026429280638695, -0.02806048095226288, + -0.032310549169778824, 0.11984851211309433, 0.0201087836176157, 0.01318302471190691, + 0.02191697061061859, 0.06820517033338547, 0.054152436554431915, 0.005902360193431377, + 0.08774781227111816, 0.019603950902819633, 0.06428941339254379, 0.07971805334091187, + -0.08755006641149521, -0.03709612041711807, 0.11710520833730698, 0.01976274512708187, + 0.014030215330421925, -0.004261348862200975, 0.0035047302953898907, 0.05755627155303955, + -0.037224337458610535, 0.010960455052554607, 0.056002743542194366, 0.08404097706079483, + 0.05860758572816849, 0.031145907938480377, 0.0674857497215271, -0.05213915556669235, + -0.03658458963036537, 0.0162064041942358, 0.053953174501657486, 0.0192312803119421, + -0.02373979426920414, -0.0844079852104187, -0.02463427558541298, 0.045311637222766876, + 0.009035993367433548, -0.008345519192516804, -0.04250999540090561, -0.011872608214616776, + -0.04737478867173195, 0.045460592955350876, 0.006436583120375872, -0.0025771737564355135, + 0.0056613837368786335, -0.01851969212293625, 0.012282744981348515, 0.013279663398861885, + -0.04424531012773514, 0.005219041369855404, 0.03746077045798302, 0.011178101412951946, + 0.014356711879372597, 0.06936931610107422, 0.005825739353895187, -0.014338810928165913, + 0.013932238332927227, -0.010081852786242962, -0.048337504267692566, -0.009788945317268372, + 0.08484122902154922, -0.02072112448513508, -0.00820147804915905, -0.005270950961858034, + -0.042171135544776917, -0.0459551140666008, 0.03380877152085304, 0.03570432588458061, + 0.017034349963068962, 0.03366212174296379, -0.014438997022807598, 0.012263687327504158, + 0.03746037185192108, -0.09261472523212433, -0.05171125754714012, 0.018090875819325447, + 0.020998278632760048, -0.05107596516609192, 0.016151340678334236, -0.08796677738428116, + -0.04690905660390854, 0.04604499787092209, 0.017457613721489906, 0.0884668231010437, + -0.04572495073080063, -0.017267350107431412, 0.11793288588523865, -0.03587360680103302, + 0.015050532296299934, 0.031620752066373825, -0.08068954944610596, -0.03559742122888565, + -0.0711604654788971, 0.04787961393594742, -0.03659255802631378, 0.023326240479946136, + 0.010438528843224049, 0.008609581738710403, 0.027462314814329147, 0.018786348402500153, + 0.052724406123161316, 0.0056974138133227825, 0.019581584259867668, -0.04233073070645332, + -0.008318648673593998, -0.013238251209259033, 0.007631594780832529, -0.04400867223739624, + -0.005159391555935144, -0.004895019344985485, -0.08663202077150345, 0.03224223107099533, + -0.020263848826289177, 0.04756729304790497, 0.07562186568975449, -0.028953423723578453, + -0.00659582857042551, 0.04154132679104805, 0.002876403508707881 + ], + [ + -0.022304590791463852, -0.02436070702970028, -0.05137769877910614, 0.08101188391447067, + 0.038164544850587845, -0.10205461084842682, 0.07791613787412643, -0.018505176529288292, + -0.03514198213815689, 0.06672296673059464, -0.09762267768383026, -0.05815279111266136, + -0.094122014939785, -0.031031887978315353, -0.05153999477624893, 0.003193420358002186, + -0.006172769237309694, -0.11138859391212463, 0.01765538938343525, 0.04234999418258667, + -0.05271520838141441, 0.08330252766609192, 0.04394250363111496, -0.006789729464799166, + 0.01900467835366726, 0.05254323408007622, -0.08355865627527237, 0.07968582957983017, + 0.02827458269894123, -0.03858410194516182, -0.04904711991548538, -0.022964132949709892, + 0.04761064052581787, -0.0178191177546978, 0.12723509967327118, -0.004287111107259989, + 0.03278452530503273, -0.04730936139822006, -0.05308910086750984, 0.012256691232323647, + 0.0014116893289610744, -0.059538692235946655, 0.08053161948919296, 0.10734590142965317, + 0.013803674839437008, 0.14087505638599396, -0.09894566237926483, 0.01411909144371748, + 0.0993775948882103, 0.01706317812204361, 0.024759281426668167, -0.028652209788560867, + -0.0459868349134922, -0.0562858060002327, 0.05153977870941162, 0.023208530619740486, + -0.07093630731105804, -0.06580456346273422, -0.02313844859600067, -0.003758816048502922, + 0.07761170715093613, 0.06982045620679855, -0.026970352977514267, 0.0673646628856659, + 0.09882499277591705, -0.1344938576221466, 0.003309041727334261, 0.043261222541332245, + -0.07288933545351028, -0.07511232793331146, 0.02477133646607399, -0.013940034434199333, + -0.012258420698344707, -0.042428817600011826, 0.07300747185945511, -0.011251325719058514, + 0.022725163027644157, -0.03419859707355499, 0.01937737874686718, 0.04053469002246857, + 0.026749860495328903, -0.057708144187927246, -0.0007165769347921014, 0.06874149292707443, + 0.024948913604021072, 0.01683681644499302, 0.0568990558385849, 0.01198494341224432, 0.04059402272105217, + 0.0374409481883049, 0.039369791746139526, 0.05684685707092285, 0.04627455025911331, 0.04383164644241333, + -0.10043853521347046, -0.010014667175710201, 0.004460595548152924, 0.04231640323996544, + 0.0025049266405403614, 0.03852543979883194, -0.10809215158224106, -0.034372951835393906, + 0.10179921984672546, 0.15648852288722992, 0.028738636523485184, -0.03801991790533066, + -0.07477680593729019, 0.04329978674650192, 0.04458386078476906, -0.004478147719055414, + 0.027021629735827446, -0.060789190232753754, 0.01233577262610197, 0.00786774791777134, + -0.015212567523121834, -0.07727141678333282, 0.02249002456665039, -0.04383116587996483, + 0.056749794632196426, 0.08422672748565674, -0.0512041375041008, -0.01212388090789318, + -0.08189669251441956, -0.004723462276160717, 0.021407540887594223, -0.013775921426713467, + -0.034939803183078766, -0.04377612844109535, 0.06013799458742142, 0.04312615841627121, + 0.05480058863759041, -0.04581306502223015, 0.011237685568630695, 0.01234504021704197, + -0.06354404240846634, -0.01225741021335125, -0.03799952194094658, -0.04339568689465523, + -0.004319199826568365, -0.022190818563103676, -0.00611607450991869, 0.03366895765066147, + -0.038166433572769165, 0.04013434052467346, 0.04871419817209244, -0.028149439021945, + 0.032993633300065994, 0.029268471524119377, -0.04918798804283142, 0.0519535169005394, + 0.03589176386594772, -0.07627270370721817, -0.017929067835211754, 0.09798768162727356, + -0.0012245515827089548, -0.08977507799863815, 0.012867983430624008, 0.0027092909440398216, + 0.01352126244455576, 0.0023411575239151716, -0.016080794855952263, -0.09072693437337875, + -0.04326299950480461, -0.10300268232822418, -0.009802207350730896, 0.07775315642356873, + -0.10462885349988937, -0.013842973858118057, 0.12924955785274506, -0.1033453494310379, + 0.0392020121216774, 0.0202372744679451, -0.03154779598116875, -0.010242605581879616, + 0.08513876050710678, -0.022707220166921616, 0.010232497937977314, -0.023949483409523964, + -0.08674649149179459, -0.05501386523246765, 0.048524849116802216, 0.02737879380583763, + 0.08321745693683624, 0.00622847955673933, 0.0037972377613186836, 0.0062546636909246445, + -0.07150258868932724, 0.06274183839559555, -0.08342152088880539, -0.03617306053638458, + 0.05278626084327698, -0.0015830663032829762, 0.03576678782701492, -0.07939959317445755, + -0.009198361076414585, -0.04121696203947067, 0.038264200091362, 0.08343329280614853, + 0.03205610439181328, -0.026841890066862106, -0.0013855030992999673, 0.08558136969804764, + -0.025256477296352386, 0.012584039010107517, 0.054252490401268005, -0.01805913634598255, + -0.12187552452087402, 0.027421018108725548, 0.06250347197055817, 0.0069133262149989605, + -0.0032610013149678707, 0.020643597468733788, 0.03991535305976868, 0.036756668239831924, + 0.007860681973397732, -0.049835383892059326, -0.019715726375579834, -0.07794084399938583, + -0.03965465724468231, 0.0571029894053936, 0.0487867072224617, -0.0076135024428367615, + -0.06571988761425018, 0.022396517917513847, -0.03148997575044632, -0.04632345214486122, + -0.0603480190038681, -0.042387738823890686, 0.05720306187868118, 0.00824644323438406, + 0.07748787105083466, 0.020388785749673843, 0.06282274425029755, 0.09149269759654999, + 0.08378628641366959, 0.06328976154327393, -0.02532464824616909, -0.016668813303112984, + 0.09731899201869965, 0.061996955424547195, -0.05556350201368332, -0.03542438521981239, + -0.039576154202222824, 0.027855170890688896, -0.14207723736763, 0.007165499031543732, + -0.038668327033519745, 0.03471081331372261, 0.02536786161363125, -0.01612451672554016, + 0.08672779053449631, -0.04515683650970459, -0.02349730022251606, 0.009532266296446323, + 0.0059439693577587605, -0.00332869915291667, -0.0936519205570221, 0.03237321227788925, + 0.08425860852003098, 0.00039180758176371455, -0.09129229187965393, -0.090617336332798, + 0.04672869294881821, 0.06160689517855644, -0.05540098994970322, 0.00021775059576611966, + -0.053167495876550674, -0.05892440676689148, 0.02417103759944439, 0.0643409863114357, + 0.10943537205457687, 0.08571064472198486, 0.08145221322774887, -0.015114027075469494, + 0.11216875165700912, 0.0580860897898674, 0.03297208994626999, -0.02140684984624386, 0.07048401236534119, + -0.05929876118898392, -0.03733934462070465, 0.07229804247617722, -0.020473981276154518, + -0.058475248515605927, -0.02610648237168789, -0.024738367646932602, -0.006236449349671602, + 0.08501767367124557, -0.09142519533634186, 0.06463485956192017, 0.004945375025272369, + -0.033139657229185104, -0.02841215580701828, -0.09050070494413376, -0.00044950013398192823, + 0.06442952156066895, -0.028641900047659874, 0.014466725289821625, 0.0653739646077156, + -0.07571728527545929, 0.07587318867444992, 0.06912342458963394, -0.08740568906068802, + 0.08657364547252655, -0.06908577680587769, 0.05682464689016342, 0.04994750767946243, + 0.03415067866444588, 0.033932920545339584, -0.038998790085315704, -0.11880968511104584, + 0.044578760862350464, -0.02398022823035717, -0.08971257507801056, -0.06578119844198227, + 0.061197634786367416, -0.09204953163862228, -0.019655531272292137, -0.01997646689414978, + -0.03638741746544838, 0.10356704890727997, 0.015380454249680042, 0.04355856403708458, 0.018437460064888, + -0.03992778807878494, -0.0605921745300293, 0.030418170616030693, -0.07023730129003525, + 0.0020826824475079775, 0.07584167271852493, 0.020604755729436874, 0.042842987924814224, + 0.026409102603793144, -0.03208860754966736, 0.04861198365688324, -0.10947374254465103, + 0.01543965470045805, 0.05632714182138443, 0.08509448170661926, 0.0008679204038344324, + 0.02046111226081848, 0.021076232194900513, 0.022817568853497505, -0.018421456217765808, + -0.05571947619318962, -0.022475048899650574, 0.032578542828559875, -0.04764118045568466, + 0.009648448787629604, 0.003795644734054804, -0.007106931414455175, 0.09041276574134827, + -0.07818792760372162, 0.0008562904549762607, -0.0344800129532814, -0.040907423943281174, + 0.00984746403992176, -0.13638059794902802, -0.06950238347053528, 0.034888047724962234, + 0.0667409598827362, 0.007927926257252693, -0.040067415684461594, 0.07982305437326431, + 0.010770141147077084, 0.0563034862279892, 0.07803227752447128, -0.07264948636293411, + 0.046484146267175674, -0.12405956536531448, -0.006289012264460325, -0.029797205701470375, + 0.03250083327293396, -0.06652621924877167, -0.02711026556789875, -0.03501401096582413, + 0.11369629949331284, -0.007474412210285664, -0.07304701209068298, 0.01048094779253006, + 0.05513462796807289, 0.005710707511752844, -0.06205965578556061, -0.025749502703547478 + ], + [ + 0.02359817549586296, 0.01853015460073948, -0.01869063824415207, -0.0209197998046875, + 0.08240137249231339, 0.04539108648896217, 0.03794672712683678, 0.05176011472940445, + -0.051105108112096786, -0.01527711097151041, 0.022189391776919365, 0.013554051518440247, + 0.014389471150934696, -0.04177930951118469, 0.01979796588420868, 0.034907858818769455, + -0.0014890020247548819, 0.053796567022800446, -0.04323387145996094, 0.0054221246391534805, + -0.07469599694013596, -0.03837377205491066, -0.01220888365060091, 0.007939163595438004, + -0.05077926069498062, 0.05394214391708374, 0.06121828407049179, 0.006814592983573675, + 0.018659429624676704, 0.019578438252210617, 0.08549343794584274, 0.02993355691432953, + -0.020760396495461464, -0.016608206555247307, -0.04145459830760956, -0.03175075724720955, + -0.002206353936344385, 0.07163261622190475, -0.029183629900217056, 0.07100708037614822, + -0.024724921211600304, -0.022084204480051994, -0.04082699865102768, -0.020394880324602127, + -0.038678668439388275, 0.0556897409260273, -0.07648368179798126, 0.028442271053791046, + 0.051505401730537415, 0.061503149569034576, -0.07907584309577942, -0.04955515265464783, + 0.04444766044616699, 0.030301101505756378, 0.007601552177220583, -0.08152593672275543, + 0.01075753103941679, 0.017284709960222244, -0.0689992606639862, 0.02973191812634468, + -0.001724675064906478, 0.060362499207258224, 0.04797504097223282, -0.03815688565373421, + -0.022791605442762375, -0.011686193756759167, 0.020361991599202156, 0.0023811981081962585, + 0.01490749605000019, 0.03577730804681778, -0.03321067616343498, 0.023376567289233208, + -0.05169583857059479, 0.07106472551822662, -0.08994165807962418, 0.02347966842353344, + -0.028489910066127777, -0.03186003118753433, 0.03808189556002617, -0.0749690979719162, + 0.08937674015760422, -0.05697619542479515, 0.012274783104658127, 0.006981512997299433, + 0.002404141239821911, -0.03685395047068596, 0.004762956872582436, 0.0672503411769867, + 0.06970507651567459, 0.010106208734214306, 0.013828683644533157, 0.020426560193300247, + -0.005657744128257036, 0.03699132055044174, 0.025170322507619858, 0.031724587082862854, + 0.053041569888591766, 0.034506894648075104, -0.08803533762693405, 0.08094722032546997, + -0.05512961745262146, -0.026908081024885178, 0.0077386959455907345, 0.04425399750471115, + 0.00813058577477932, -0.011981047689914703, -0.01330569013953209, -0.014950831420719624, + -0.025409234687685966, 0.03496428579092026, -0.06261231005191803, 0.05983665958046913, + 0.009884289465844631, -0.03370644152164459, 0.016918454319238663, 0.015071837231516838, + 0.07023820281028748, 0.07362281531095505, -0.03850581496953964, -0.012816470116376877, + -0.008152254857122898, 0.04801812022924423, 0.007309183944016695, 0.031131181865930557, + 0.001079148962162435, -0.027593348175287247, 0.0031754395458847284, 0.022603364661335945, + 0.008848519995808601, 0.03752266243100166, -0.006451137829571962, 0.07269757241010666, + -0.060661979019641876, 0.018075082451105118, -0.03886812552809715, 0.02931651659309864, + -0.01756720244884491, -0.007471898570656776, -0.047981102019548416, -0.03395644575357437, + 0.004713444970548153, 0.0973195880651474, 0.001849575201049447, -0.046899985522031784, + 0.05365636944770813, 0.04155036434531212, 0.005944669712334871, -0.06772845983505249, + 0.09764333814382553, 0.012130414135754108, -0.01991451531648636, -0.06603368371725082, + -0.05480111762881279, 0.05182044208049774, 0.035813696682453156, 0.02560250274837017, + 0.04073246940970421, 0.001400261651724577, -0.05079854652285576, 0.009752042591571808, + -0.023868009448051453, -0.03390119597315788, 0.03711671754717827, 0.03763364255428314, + -0.01939409412443638, 0.07065218687057495, -0.04508841410279274, 0.057484399527311325, + 0.0025004656054079533, 0.024130141362547874, -0.03898052126169205, 0.027369800955057144, + 0.05754572153091431, -0.015087268315255642, 0.05122952163219452, 0.003875378519296646, + 0.018210045993328094, 0.01781163178384304, 0.045911967754364014, 0.07524507492780685, + -0.0797341987490654, -0.08704277873039246, -0.05712120607495308, -0.03723207116127014, + -0.06507909297943115, 0.026141677051782608, 0.031921014189720154, 0.001992618665099144, + -0.0017588190967217088, 0.008104860782623291, -0.08271972090005875, -0.009971126914024353, + -0.0796867236495018, -0.07583379000425339, -0.00713663874194026, -9.272667739423923e-6, + 0.06319063156843185, 0.050267573446035385, 0.0025881442707031965, 0.07852908968925476, + 0.03333854302763939, 0.04623406007885933, 0.013918676413595676, 0.08274233341217041, + 0.08495889604091644, 0.04813001677393913, -0.022966472432017326, 0.02358689159154892, + -0.002329800045117736, -0.05099554359912872, -0.04246635362505913, -0.005240070633590221, + 0.08881424367427826, 0.015045485459268093, 0.015932714566588402, -0.028774665668606758, + 0.004500015173107386, 0.10109692811965942, -0.024172522127628326, 0.01483297161757946, + 0.04227731376886368, -0.04645189642906189, -0.0045241923071444035, 0.03826112300157547, + -0.015188890509307384, 0.048964571207761765, -0.03853823244571686, 0.011305606923997402, + 0.02733886055648327, -0.005746765993535519, 0.033616792410612106, -0.0016012437408789992, + 0.02720007859170437, 0.03054606169462204, 0.006270377431064844, -0.05642405524849892, + 0.05279269069433212, -0.04313031584024429, 0.07133515179157257, -0.05779564380645752, + -0.003888868959620595, -0.021017441526055336, -0.006384524516761303, 0.0662335604429245, + -0.027099519968032837, -0.024795236065983772, 0.021060964092612267, 0.08864220231771469, + 0.0425405353307724, 0.014333686791360378, 0.07045075297355652, 0.07303615659475327, + -0.0069812447763979435, -0.052891019731760025, 0.0370105542242527, 0.07410887628793716, + 0.03380889445543289, -0.06554581969976425, -0.04852287471294403, -0.03751913085579872, + 0.05971423536539078, -0.009382670745253563, 0.0010636328952386975, -0.03705551475286484, + -0.021531810984015465, 0.009004822000861168, -0.0908665806055069, 0.02830500155687332, + -0.025889111682772636, -0.014068875461816788, 0.013925123028457165, -0.07520677894353867, + 0.054536331444978714, 0.01766708679497242, -0.002135803457349539, -0.03230219706892967, + -0.038499247282743454, 0.030110102146863937, -0.026806818321347237, -0.0493389256298542, + -0.05754078924655914, -0.09742523729801178, 0.00958675891160965, 0.022326746955513954, + -0.01399950124323368, -0.007700837217271328, -0.04310079291462898, -0.031921230256557465, + -0.041558638215065, -0.02902374230325222, -0.04135037958621979, 0.02941637486219406, + 0.07094106078147888, 0.012514197267591953, 0.021559307351708412, -0.036866601556539536, + 0.038756389170885086, -0.01581728830933571, -0.011297308839857578, -0.027836749330163002, + 0.04489106684923172, 0.030081013217568398, -0.03631172329187393, 0.008144231513142586, + -0.024417299777269363, 0.005536843091249466, -0.026223262771964073, 0.07377806305885315, + 0.04585711658000946, 0.001006116857752204, -0.04203272610902786, -0.0036141369491815567, + 0.02292189933359623, 0.05094785615801811, -0.06680605560541153, 0.017161451280117035, + 0.012712600640952587, 0.0693935975432396, 0.03434796631336212, 0.04065127298235893, + 0.008411306887865067, -0.006002491805702448, 0.054388627409935, 0.04677369445562363, + 0.022318217903375626, -0.008286875672638416, 0.01077218446880579, -0.05229499563574791, + -0.015919042751193047, 0.018923645839095116, -0.006843159906566143, -0.03200223669409752, + 0.055860549211502075, -0.03735557571053505, -0.001085357740521431, 0.054665789008140564, + 0.027958223596215248, -0.041709281504154205, -0.04070816934108734, -0.025736354291439056, + 0.022694479674100876, -0.03998894616961479, -0.011909213848412037, -0.02187361940741539, + 0.04637384042143822, 0.02380543388426304, -0.07918879389762878, -0.008344249799847603, + -0.09068614989519119, -0.011889920569956303, -0.05437064543366432, -0.07647031545639038, + -0.004115230869501829, -0.05413774028420448, 0.039286576211452484, -0.03460690379142761, + -0.046616144478321075, 0.051530346274375916, 0.004943470470607281, 0.03651252016425133, + -0.02271951362490654, 0.014510001987218857, 0.01480560190975666, -0.02678317204117775, + 0.04631969705224037, -0.0661817118525505, -0.07240161299705505, -0.04795001074671745, + -0.014578687958419323, -0.045166660100221634, 0.03061039000749588, -0.04208244010806084, + 0.09651818126440048, 0.009617193602025509, 0.017608309164643288, 0.05900704488158226, + -0.0014745198423042893, 0.028621546924114227, -0.021060973405838013, -0.034412235021591187, + 0.06282264739274979, 0.0068251583725214005, -0.0021511404775083065, 0.011087454855442047 + ], + [ + 0.012696943245828152, 0.007996383123099804, -0.050798192620277405, 0.08309782296419144, + 0.0128211360424757, 0.04113484174013138, -0.023475944995880127, -0.003999731037765741, + -0.033740900456905365, 0.022871853783726692, -0.043516211211681366, 0.029141196981072426, + -0.03480691462755203, -0.10757140815258026, -0.02399314194917679, -0.007003722712397575, + 0.03383992612361908, 0.008300090208649635, -0.05912365764379501, 0.010525736957788467, + -0.0964926928281784, -0.03277174383401871, 0.014722014777362347, -0.009990032762289047, + 0.041429612785577774, 0.04736402630805969, 0.058362431824207306, 0.05507059767842293, + -0.03426069766283035, -0.04758339002728462, 0.07536143064498901, 0.08681332319974899, + 0.019651900976896286, 0.026572151109576225, 0.006449318025261164, -0.03364039957523346, + -0.019936025142669678, 0.02546771615743637, 0.019879750907421112, -0.007015523966401815, + 0.0727682039141655, -0.01871631108224392, 0.025636490434408188, 0.01643853634595871, + 0.01467527449131012, -0.012811118736863136, -0.037744197994470596, -0.023974930867552757, + -0.007003827020525932, 0.05237971618771553, -0.02511640451848507, -0.030960481613874435, + 0.016283635050058365, 0.011854271404445171, -0.047634024173021317, -0.043768491595983505, + -0.04998587444424629, -0.04600374400615692, -0.040101390331983566, -0.029591748490929604, + -0.07630699872970581, 0.03315858170390129, 0.0019979740027338266, 0.06409899145364761, + 0.026166312396526337, -0.04198431223630905, -0.02636321447789669, -0.048989467322826385, + 0.047806885093450546, 0.06197717785835266, 0.04495042562484741, 0.048528220504522324, + -0.027133379131555557, 0.007553999777883291, -0.05617021396756172, 0.010327231138944626, + -0.04136445000767708, -0.03219800814986229, -0.023792915046215057, -0.04340497776865959, + 0.05362870171666145, 0.0064661819487810135, -0.03151843324303627, -0.0639653205871582, + 0.027366342023015022, -0.020846178755164146, -0.01715364120900631, 0.011072419583797455, + 0.024390067905187607, -0.027275046333670616, -0.0371570885181427, 0.004437104798853397, + -0.015039448626339436, 0.008084737695753574, 0.006171674467623234, -0.013924846425652504, + -0.011761888861656189, 0.013629534281790257, -0.04111870750784874, 0.06691105663776398, + -0.03996950760483742, -0.03991072624921799, -0.001334015280008316, 0.04539579898118973, + -0.003894983557984233, -0.05734981596469879, -0.016951052471995354, 0.060926567763090134, + 0.02800881303846836, 0.026615332812070847, -0.08743530511856079, 0.036080457270145416, + -0.02346784994006157, -0.0427284874022007, -0.0372641496360302, -0.04854287579655647, + 0.006585136521607637, 0.030508805066347122, -0.038630422204732895, 0.07427096366882324, + 0.029008585959672928, 0.08748818188905716, 0.005344846751540899, -0.005851041059941053, + -0.019536683335900307, -0.11704681813716888, 0.05598454922437668, 0.01043166033923626, + 0.010999122634530067, -0.034179527312517166, 0.05063898488879204, 0.07268904894590378, + 0.004944251850247383, 0.04244381934404373, -0.04420626163482666, -0.028533417731523514, + -0.026812901720404625, -0.03657592087984085, -0.01810857467353344, -0.02934281714260578, + -0.004320389125496149, 0.053676046431064606, -0.04680345952510834, 0.003033083165064454, + -0.009582393802702427, 0.034862641245126724, 0.03141884505748749, -0.08236756175756454, + 0.06916753947734833, 0.04500651732087135, -0.036662954837083817, -0.08314812183380127, + -0.035626206547021866, -0.026983169838786125, 0.027929678559303284, 0.07737443596124649, + 0.02661113627254963, 0.055648405104875565, -0.04278377443552017, -0.07255944609642029, + -0.0346912145614624, -0.04368796572089195, -0.05312562733888626, 0.07994842529296875, + -0.10865745693445206, 0.00044195030932314694, -0.06697861850261688, -0.06595228612422943, + -0.02813558280467987, 0.02438928559422493, -0.02964317984879017, -0.028952842578291893, + 0.0038926610723137856, 0.0766400694847107, 0.057839930057525635, 0.004282089881598949, + 0.040200669318437576, 0.02817908488214016, 0.022963548079133034, 0.07471513748168945, + -0.03570059314370155, -0.03432437777519226, -0.05442246422171593, -0.07388376444578171, + -0.045824579894542694, -0.037562672048807144, -0.04974675551056862, -0.036806367337703705, + 0.0674373209476471, -0.029818134382367134, -0.00987192988395691, -0.058997202664613724, + -0.09845684468746185, -0.009916333481669426, -0.009447412565350533, -0.036148540675640106, + 0.09019392728805542, 0.04647555574774742, -0.07518099993467331, 0.10138856619596481, + 0.07371198385953903, 0.014132261276245117, -0.0645381435751915, 0.05251571163535118, + 0.03198016434907913, 0.09542559087276459, 0.06181740760803223, -0.046149976551532745, + 0.023940466344356537, -0.007420287933200598, -0.04436378553509712, 0.04100676625967026, + 0.046872466802597046, 0.016421010717749596, 0.08954490721225739, 0.018972961232066154, + 0.036601245403289795, 0.12019851803779602, -0.027353797107934952, 0.019937502220273018, + 0.12597990036010742, -0.027432715520262718, 0.0003478314320091158, -0.036790214478969574, + 0.04375403746962547, 0.03166087716817856, 0.021661940962076187, -0.04919470474123955, + -0.034972433000802994, -0.023607440292835236, -0.0001714859827188775, -0.035551801323890686, + 0.04043753817677498, 0.019529541954398155, 0.04670624062418938, -0.0982106626033783, + 0.046846263110637665, -0.056517984718084335, 0.04182704538106918, -0.09331287443637848, + 0.05382984131574631, 0.05533665418624878, -0.0507206916809082, 0.03249140456318855, + -0.005955961998552084, 0.04289650917053223, 0.009881756268441677, -0.00205889530479908, + 0.03480852395296097, 0.0080576092004776, 0.07491496205329895, 0.06826900690793991, -0.04909537732601166, + -0.02902372181415558, 0.029631348326802254, 0.051751960068941116, -0.0319681279361248, + -0.042884524911642075, -0.06246337294578552, -0.011430293321609497, 0.0017642162274569273, + 0.030706195160746574, -0.03916032984852791, 0.015617757104337215, 0.04301251098513603, + 0.041500888764858246, -0.06431910395622253, -0.037081483751535416, -0.004639768041670322, + -0.076185442507267, -0.049179233610630035, -0.03272528573870659, -0.011356678791344166, + -0.012346447445452213, 0.03349078446626663, -0.041898373514413834, 0.021274667233228683, + 0.07084759324789047, 0.06263428181409836, -0.07066100090742111, 0.01807764172554016, + -0.058622442185878754, -0.005546684842556715, 0.06395427137613297, -0.0010177948279306293, + 0.04760948196053505, -0.04741479083895683, -0.016445569694042206, 0.03714117407798767, + -0.05708997696638107, 0.029521578922867775, -0.01584194228053093, 0.04789157956838608, + -0.03697575256228447, -0.04923682287335396, -0.03002060204744339, 0.050361838191747665, + 0.002974633825942874, 0.0021401741541922092, -0.11100646108388901, -0.023560287430882454, + -0.02485339157283306, 0.04491743817925453, 0.042420752346515656, 0.041447289288043976, + -0.017032872885465622, 0.00637620035558939, 0.05189383402466774, -0.015567425638437271, + -0.07669933885335922, 0.04824568331241608, 0.009440472349524498, 0.03168076276779175, + 0.04182206839323044, 0.01732899434864521, 0.027572911232709885, 0.04369273781776428, + 0.04000085964798927, -0.03579087555408478, -0.014393028803169727, 0.0029340677428990602, + 0.017356164753437042, 0.0667436495423317, 0.07320953160524368, 0.008065220899879932, + -0.0621463842689991, 0.06002771109342575, 0.0049622249789536, -0.09172612428665161, + -0.016069933772087097, 0.06386587768793106, 0.00521472655236721, 0.014406123198568821, + 0.023804722353816032, -0.013398809358477592, 0.04886648803949356, -0.03858235850930214, + -0.10078804939985275, 0.03306957334280014, -0.03292432427406311, 0.021525712683796883, + -0.012259582057595253, 0.08834517002105713, -0.04774777591228485, 0.000121874145406764, + 0.07095497101545334, 0.002369553316384554, 0.036701127886772156, 0.011714370921254158, + 0.004830740857869387, -0.02248065546154976, -0.035016097128391266, -0.05572030320763588, + -0.040732283145189285, 0.007734981365501881, -0.00843546912074089, -0.025169681757688522, + 0.009143674746155739, 0.0010177177609875798, 0.06055450066924095, -0.06558795273303986, + -0.014789663255214691, 0.07683855295181274, 0.0371171310544014, 0.04205592721700668, + -0.13196633756160736, -0.05910082533955574, -0.03851967677474022, -0.0239268708974123, + -0.020248498767614365, -0.03169716149568558, -0.017254995182156563, 0.08758166432380676, + -0.0371280238032341, -0.007027961779385805, 0.01077287457883358, -0.025043897330760956, + -0.013562984764575958, -0.06503339856863022, -0.04825424402952194, 0.002603203756734729, + 0.023436954244971275, 0.024007726460695267, 0.017474904656410217 + ], + [ + -0.011079303920269012, -0.06495549529790878, -0.048165518790483475, 0.04057690501213074, + 0.04115471988916397, -0.0003959167224820703, -0.024877972900867462, -0.032259080559015274, + 0.0034721773117780685, 0.05821659788489342, -0.07396702468395233, 0.013212589547038078, + -0.049302663654088974, -0.010209527797996998, -0.15504442155361176, -0.011593497358262539, + 0.07561254501342773, 0.05953912436962128, -0.06597978621721268, 0.05974652245640755, + -0.10433175414800644, -0.11893343180418015, 0.027143945917487144, 0.09525997191667557, + 0.09297264367341995, -0.031874630600214005, -0.014948916621506214, 0.06994711607694626, + -0.0014347044052556157, 0.03391510993242264, 0.017588011920452118, -0.020078452304005623, + -0.0270420853048563, 0.013488488271832466, 0.145298570394516, -0.10766374319791794, + -0.012024223804473877, 0.07126251608133316, -0.05864357948303223, 0.018695931881666183, + -0.04593099653720856, -0.019474312663078308, -0.023219235241413116, 0.028001241385936737, + -0.04215473681688309, -0.04894505441188812, 0.0281843114644289, -0.026661591604351997, + 0.02213144302368164, 0.05212103947997093, -0.017614684998989105, -0.06612435728311539, + 0.1396322101354599, 0.004886094946414232, -0.037066008895635605, -0.07424601912498474, + -0.119756318628788, -0.13784146308898926, -0.07609199732542038, 0.05120353773236275, + -0.017498886212706566, 0.03750384971499443, 0.008819421753287315, -0.013109022751450539, + -0.087605781853199, -0.010915708728134632, 0.09938973188400269, -0.026463817805051804, + 0.11609424650669098, -0.023446103557944298, 0.11844975501298904, -0.03839053958654404, + -0.0044602942653000355, -0.09694647789001465, -0.00871454831212759, 0.03695524111390114, + -0.022047216072678566, 0.052498865872621536, -0.06514240801334381, -0.1169443279504776, + 0.009264787659049034, -0.1342708170413971, 0.032408758997917175, -0.008521308191120625, + -0.0020590105559676886, 0.026556462049484253, -0.09764336049556732, 0.04480054974555969, + 0.016449669376015663, 0.11686307191848755, -0.043413955718278885, 0.015101633034646511, + -0.02665628120303154, 0.017667243257164955, -0.008837253786623478, 0.057703129947185516, + 0.05813660845160484, 0.06717545539140701, 0.03664142265915871, 0.01051770243793726, + -0.017789090052247047, 0.015846742317080498, 0.0890912413597107, -0.026785006746649742, + 0.0221461970359087, -0.02721032314002514, 0.06630047410726547, 0.01728193834424019, 0.05103055015206337, + -0.11568694561719894, -0.08732864260673523, 0.119899220764637, -0.0023186092730611563, + 0.07559821009635925, -0.05288448929786682, 0.09013712406158447, -0.044580042362213135, + 0.04604930803179741, 0.006071615032851696, 0.011319970712065697, 0.03159674257040024, + 0.09600520133972168, 0.05702769756317139, -0.1398639976978302, -0.08450011909008026, + -0.03350229933857918, -0.022371046245098114, -0.01866632141172886, 0.03383954241871834, + -0.04475756734609604, 0.06781088560819626, 0.016696078702807426, -0.09152267128229141, + 0.015199930407106876, -0.06540652364492416, 0.006342852953821421, -0.06384237110614777, + 0.041237764060497284, -0.020600153133273125, -0.002944056410342455, 0.031000100076198578, + -0.00882341992110014, 0.030768904834985733, -0.04460810124874115, 0.029972385615110397, + 0.09753655642271042, 0.08891262859106064, -0.016167016699910164, 0.002412904752418399, + -0.09695746004581451, 0.014630239456892014, 0.057904746383428574, 0.04797281324863434, + 0.07161130756139755, -0.05960886925458908, 0.08560002595186234, -0.03306286409497261, + 0.013941589742898941, -0.04745914041996002, 0.013696172274649143, 0.06639384478330612, + -0.05574671924114227, 0.030982542783021927, 0.01897123083472252, -0.06106408312916756, + -0.02036626636981964, 0.04829973727464676, 0.0657220110297203, 0.034848857671022415, + -0.10657741129398346, 0.055541396141052246, -0.04665083438158035, -0.11197898536920547, + -0.042613208293914795, -0.03097670152783394, 0.03217337653040886, 0.035294562578201294, + -0.005836088676005602, 0.08490611612796783, -0.038168273866176605, -0.14929698407649994, + -0.12198352068662643, -0.0693177580833435, 0.031183553859591484, 0.020779576152563095, + -0.04566127806901932, 0.07586641609668732, -0.04298599436879158, -0.051901474595069885, + -0.045352715998888016, 0.000727096339687705, -0.09820884466171265, -0.029617562890052795, + 0.030122416093945503, -0.05586245283484459, -0.0468791127204895, -0.009040254168212414, + 0.04739212617278099, -0.04261723533272743, 0.03870613873004913, 0.15734274685382843, + -0.11543843895196915, 0.0684124231338501, 0.1018427163362503, 0.03425062075257301, 0.08026653528213501, + 0.05609691143035889, 0.030484639108181, 0.03775463625788689, 0.04902051389217377, 0.11867434531450272, + 0.155342698097229, 0.08887440711259842, 0.06031685322523117, -0.0734422504901886, 0.032435107976198196, + -0.021151814609766006, 0.03385637700557709, -0.038530994206666946, -0.04174834117293358, + -0.11363282799720764, 0.02059808373451233, -0.014825575985014439, -0.04311421513557434, + 0.020553283393383026, 0.011470271274447441, -0.012371565215289593, -0.12859216332435608, + 0.06144018843770027, -0.012295124121010303, -0.022418709471821785, -0.0482359416782856, + 0.0798456221818924, 0.0171994436532259, -0.01214194018393755, -0.01392102986574173, + -0.06509307026863098, -0.03511843830347061, -0.18829433619976044, -0.08172427117824554, + -0.03452346473932266, -0.045597173273563385, 0.036271728575229645, -0.034615445882081985, + 0.00548132136464119, 0.017963696271181107, 0.021901676431298256, 0.051768481731414795, + 0.06633099168539047, -0.0027828505262732506, -0.07771096378564835, 0.0329180508852005, + -0.005145230330526829, -0.017873868346214294, -0.05910882353782654, -0.031904153525829315, + 0.02909724786877632, 0.042781732976436615, 0.009781005792319775, 0.0375409871339798, + -0.07126134634017944, 0.021751249209046364, 0.006231643725186586, -0.11067954450845718, + -0.026312729343771935, 0.05246372148394585, -0.057967886328697205, -0.029778366908431053, + 0.02408744767308235, 0.0076792058534920216, 0.09622867405414581, 0.09911654144525528, + -0.00292002665810287, 0.07101516425609589, 0.023662634193897247, 0.005670419428497553, + -0.005525975488126278, 0.0824166089296341, -0.014127594418823719, 0.049051683396101, + 0.04205481708049774, -0.05788227543234825, 0.004742055665701628, 0.06424245238304138, + -0.027084531262516975, 0.018087459728121758, -0.009996425360441208, 0.024773014709353447, + 0.017829973250627518, 0.07089217752218246, 0.0002187873760703951, 0.0042264568619430065, + -0.08593691885471344, 0.03894472494721413, 0.03172396123409271, -0.027326295152306557, + 0.00416776817291975, -0.028725842013955116, 0.030341289937496185, 0.05061985179781914, + -0.08625392615795135, -0.046707767993211746, 0.018818022683262825, 0.15462492406368256, + -0.050819654017686844, 0.0015435430686920881, -0.06290454417467117, -0.03770569711923599, + 0.13218648731708527, -0.010599498637020588, -0.046020299196243286, -0.04487772285938263, + -0.02044135145843029, -0.05555523931980133, -0.09602406620979309, -0.1038711667060852, + -0.0008433779585175216, -0.01934923231601715, 0.05399248003959656, -0.019900966435670853, + -0.03992127254605293, 0.0840662270784378, 0.022637004032731056, -0.054976288229227066, + 0.003997479099780321, -0.12123169004917145, -0.06690265983343124, 0.09054901450872421, + 0.08016328513622284, -0.006850243546068668, 0.015288213267922401, -0.001567946164868772, + -0.10300488770008087, 0.05958734080195427, -0.13506880402565002, -0.08043719828128815, + 0.030088121071457863, 0.0063063036650419235, -0.011051477864384651, 0.026046646758913994, + 0.009072833694517612, 0.011172604747116566, 0.048606373369693756, 0.09929949790239334, + 0.1473579704761505, -0.0031189629808068275, -0.07247773557901382, 0.009264220483601093, + 0.021568061783909798, 0.004234395921230316, -0.012273149564862251, -0.11813047528266907, + 0.09680639952421188, 0.024022884666919708, 0.0914582908153534, 0.00958884134888649, + -0.0036371832247823477, -0.06923239678144455, -0.07565754652023315, 0.07798683643341064, + -0.04300549998879433, -0.03690546378493309, -0.015584398061037064, 0.08225215971469879, + 0.040188658982515335, -0.054263729602098465, -0.07793361693620682, 0.04438196122646332, + -0.009243807755410671, -0.038771919906139374, 0.03968297690153122, -0.06725918501615524, + -0.004128775093704462, 0.025048933923244476, 0.02612471394240856, 0.11695956438779831, + 0.020087048411369324, 0.01198937464505434, -0.03953121230006218, 0.046481382101774216, + -0.007638670038431883, -0.13831958174705505, -0.017774168401956558, 0.017900044098496437 + ], + [ + 0.05802207440137863, -0.0035221173893660307, -0.004896402359008789, 0.033500026911497116, + -0.03532826900482178, -0.0026755270082503557, 0.013842031359672546, -0.04365236312150955, + 0.05380977317690849, 0.04543137550354004, -0.008020322769880295, 7.887463289080188e-5, + -0.06522879004478455, 0.025545034557580948, 0.047864556312561035, -0.030014868825674057, + -0.053219519555568695, 0.03974201902747154, 0.07428433001041412, -0.08757063001394272, + 0.029652973636984825, 0.03327547013759613, 0.0696452260017395, 0.021127818152308464, + -0.02118334174156189, 0.009710542857646942, -0.017765607684850693, -0.02068224735558033, + -0.042562998831272125, 0.023222463205456734, 0.011327357031404972, -0.05218316987156868, + -0.009115282446146011, -0.006143882405012846, -0.003108167788013816, 0.07209331542253494, + -0.007275177165865898, -0.03389398381114006, 0.0353601835668087, -0.06051362678408623, + -0.011536099947988987, 0.010251879692077637, -0.07171187549829483, 0.002959305653348565, + 0.01804150454699993, -0.020578740164637566, 0.038898296654224396, 0.039970241487026215, + -0.00861353985965252, -0.010780531913042068, 0.07735823839902878, -0.047776009887456894, + -0.03648161143064499, -0.03732205927371979, 0.06634099781513214, -0.03181920945644379, + 0.06991023570299149, -0.0031052313279360533, 0.03585675358772278, -0.02148297056555748, + 0.02906172163784504, -0.00746001023799181, -0.0415484681725502, 0.02861843630671501, + -0.040465012192726135, -0.011608841829001904, -0.03865321725606918, 0.07126526534557343, + -0.03627162054181099, -0.08061709254980087, 0.01531011238694191, -0.06847715377807617, + 0.04106910154223442, -0.05074656382203102, 0.052464939653873444, -0.017195262014865875, + 0.0798305794596672, -0.051226016134023666, -0.034193094819784164, 0.07611999660730362, + 0.044654130935668945, 0.013077865354716778, 0.03194376081228256, 0.059952616691589355, + -0.04665973410010338, -0.013151771388947964, 0.05721958726644516, 0.006845859810709953, + -0.043205197900533676, 0.07953812181949615, -0.05360785499215126, 0.03620017319917679, + 0.05089697241783142, -0.003438537009060383, -0.019049644470214844, 0.028994092717766762, + -0.06271852552890778, 0.02725997194647789, 0.013875532895326614, -0.039772503077983856, + -0.036666493862867355, -0.022973915562033653, -0.04261311516165733, -0.06733831763267517, + -0.032501447945833206, -0.02368912100791931, -0.01145637035369873, -0.03168385848402977, + -0.0014828742714598775, 0.007086424622684717, 0.08244176208972931, -0.05735618248581886, + 0.017730312421917915, 0.027505023404955864, -0.004466198850423098, 0.02905246429145336, + -0.04881437495350838, -0.03459320217370987, 0.03591083735227585, -0.07409777492284775, + 0.005301926285028458, 0.004342455416917801, 0.08077012002468109, -0.036376528441905975, + 0.06012089550495148, 0.0303276926279068, -0.036780945956707, -0.03297431766986847, + -0.042111631482839584, 0.010235109366476536, -0.044353630393743515, 0.005844316445291042, + -0.011435586027801037, -0.059096433222293854, 0.05366094410419464, -0.0005914181820116937, + 0.054671499878168106, 0.004365304484963417, 0.06217901408672333, 0.013474082574248314, + -0.014056121930480003, -0.04660997912287712, 0.011739721521735191, -0.008292457088828087, + -0.03329252451658249, 0.03682292625308037, 0.0227520614862442, 0.019604993984103203, + -0.03117355704307556, 0.005319314077496529, -0.020855451002717018, 0.06064895540475845, + 0.0889396145939827, 0.010371178388595581, -0.002873937366530299, -0.02296009287238121, + 0.023826422169804573, -0.017430728301405907, -0.009157553315162659, 0.0008964434382505715, + -0.04539608582854271, -0.012453004717826843, -0.016649631783366203, 0.0457373708486557, + 0.04032018035650253, 0.009381294250488281, -0.014209790155291557, -0.04931051284074783, + 0.009620748460292816, 0.013175224885344505, -0.035455793142318726, 0.050083424896001816, + -0.007294300943613052, -0.0024616646114736795, -0.03391043096780777, 0.008532319217920303, + -0.047346483916044235, -0.00514688715338707, -0.028935762122273445, -0.044420208781957626, + 0.08128523081541061, 0.04111924767494202, 0.017355313524603844, 0.03413981944322586, + 0.04412670060992241, 0.0265430249273777, 0.002586500719189644, 0.0071242982521653175, + -0.01887202076613903, 0.04516926780343056, -0.046205565333366394, 0.07523424178361893, + 0.11071624606847763, 0.05562429130077362, 0.041373368352651596, 0.001778417150489986, + 0.013380764052271843, -0.0404110848903656, -0.004772602114826441, -0.06275048851966858, + -0.04845642298460007, -0.1115996316075325, -0.030062219128012657, -0.037849728018045425, + -0.052120063453912735, -0.001140376552939415, -0.053816307336091995, 0.003339738119393587, + -0.05551758408546448, -0.005173916928470135, 0.0515720471739769, -0.019605813547968864, + -0.017905188724398613, -0.008764849975705147, -0.041547518223524094, 0.015440203249454498, + -0.03304937481880188, -0.09963956475257874, -0.03330947458744049, 0.02995281293988228, + 0.0038015684112906456, 0.029754823073744774, -0.04642333835363388, -0.023845067247748375, + 0.053567368537187576, -0.05230305343866348, 0.08751598000526428, 0.036159999668598175, + -0.015101787634193897, -0.005497397389262915, -0.006829689256846905, -0.04971705377101898, + -0.0626002624630928, 0.015704717487096786, -0.01247907243669033, -0.006434767972677946, + -0.06713362783193588, -0.003931079525500536, -0.09573224186897278, -0.04108010604977608, + 0.010324102826416492, 0.04946431517601013, 0.05312299355864525, -0.0894145518541336, + 0.02413495071232319, -0.029477078467607498, 0.031153950840234756, -0.08271820098161697, + 0.005002898164093494, -0.011103875003755093, 0.005031278822571039, 0.007437624968588352, + 0.023634493350982666, -0.010556166991591454, 0.02544396184384823, -0.03261786326766014, + -0.039159342646598816, -0.0398336797952652, 0.055745940655469894, 0.04210012033581734, + -0.06684546172618866, 0.04616399481892586, -0.010451074689626694, -0.023734310641884804, + -0.04315492510795593, -0.01348007470369339, -0.009753468446433544, 0.03929316997528076, + -0.021664073690772057, 0.03958868980407715, 0.04957539960741997, 0.051584482192993164, + -0.059921275824308395, 0.07827465981245041, 0.02852155826985836, -0.025919323787093163, + 0.049539513885974884, -0.0705074891448021, 0.03074275515973568, 0.11251409351825714, + 0.007527834270149469, 0.018574832007288933, 0.009508693590760231, -0.06147857755422592, + 0.0043599847704172134, -0.027171645313501358, 0.07317732274532318, 0.0038235648535192013, + 0.024216247722506523, -0.002213031519204378, -0.019675565883517265, 0.06592367589473724, + -0.042791806161403656, -0.028291696682572365, -0.017345834523439407, 0.041542887687683105, + 0.037083931267261505, 0.026550419628620148, -0.05431749299168587, -0.03020297922194004, + -0.00025838505825959146, -0.05223909765481949, -0.013611428439617157, 0.03411184623837471, + -0.01967610791325569, -0.0036053278017789125, 0.04563021659851074, -0.06265968084335327, + -0.08676176518201828, 0.06347303092479706, 0.02516929619014263, -0.03668015077710152, + 0.025707578286528587, 0.02842707745730877, -0.004373972769826651, 0.014848620630800724, + -0.021032201126217842, -0.03231607377529144, 0.013259277679026127, -0.029366780072450638, + -0.014330250211060047, -0.004487776663154364, -0.02015729807317257, -0.06317342072725296, + -0.04694385826587677, 0.054084114730358124, 0.006894493009895086, 0.04283680021762848, + 0.05065463110804558, 0.011749719269573689, -0.03689774125814438, 0.004891290795058012, + 0.046369440853595734, -0.004046212881803513, 0.028480004519224167, -0.006224712822586298, + -0.02297702245414257, 0.06022506579756737, -0.018801923841238022, 0.02701970934867859, + -0.018953796476125717, -0.020020676776766777, 0.032648783177137375, 0.01773468777537346, + -0.0028246508445590734, -0.056039489805698395, 0.029114186763763428, 0.005207424983382225, + 0.05383532494306564, -0.040066447108983994, 0.008091202937066555, 0.0852334052324295, + -0.0011695260182023048, -0.0302882082760334, -0.011412364430725574, -0.030155446380376816, + 0.03638244420289993, -0.011289835907518864, 0.046236686408519745, -0.026972046121954918, + -0.006161244120448828, 0.05998924374580383, 0.03283362090587616, 0.01438777707517147, + -0.020242195576429367, 0.10315392911434174, -0.03644527494907379, 0.018970588222146034, + -0.01865922287106514, -0.036375775933265686, -0.027891747653484344, 0.05730358511209488, + -0.06971336901187897, 0.017810070887207985, 0.047611601650714874, -0.044140879064798355, + 0.06407005339860916, 0.030039235949516296, 0.055589381605386734, 0.03248245641589165, + -0.04953223094344139, -0.05918290466070175, 0.04509417340159416, 0.026945505291223526 + ], + [ + 0.012426549568772316, 0.024602578952908516, -0.0128114502876997, 0.03943457454442978, + -0.04268580302596092, 0.059988293796777725, -0.05180494487285614, -0.043021660298109055, + 0.0035602692514657974, -0.07547169923782349, -0.03270549699664116, -0.023012278601527214, + -0.03774956613779068, 0.0713624507188797, -0.044537145644426346, 0.042469896376132965, + -0.055241987109184265, 0.03504520654678345, 0.0032806387171149254, -0.019597379490733147, + -0.01134308148175478, 0.0020129201002418995, 0.02543559856712818, 0.05008851736783981, + 0.024669788777828217, -0.009925144724547863, 0.0005222359322942793, 0.012386234477162361, + -0.06822238117456436, -0.0008028059964999557, -0.05460666865110397, -0.00956170167773962, + -0.04493286833167076, 0.026023948565125465, -0.06999503821134567, -0.014650285243988037, + 0.032022006809711456, -0.08215977996587753, -0.012923217378556728, -0.012778065167367458, + -0.022245069965720177, 0.043876178562641144, -0.00926663912832737, 0.04446408897638321, + 0.008023034781217575, 0.028546907007694244, 0.08987074345350266, -0.024037141352891922, + 0.03476810082793236, -0.0890377014875412, -0.008630670607089996, -0.024091802537441254, + 0.004523832350969315, -0.017013926059007645, 0.013774773105978966, 0.061003487557172775, + 0.00414047809317708, 0.0831601619720459, 0.08646347373723984, -0.039508599787950516, + 0.020436648279428482, -0.011137298308312893, -0.06213255226612091, 0.05723481625318527, + -0.02043762244284153, 0.03232512250542641, 0.022328197956085205, 0.033677276223897934, + 0.003665574360638857, -0.0026154653169214725, -0.05469899624586105, -0.05068877711892128, + 0.08633827418088913, -0.04457918182015419, 0.07986987382173538, 0.003015393391251564, + 0.02893463335931301, -0.04760901257395744, 0.001602757372893393, 0.03899960219860077, + -0.01894059032201767, 0.054316695779561996, -0.017934203147888184, -0.0026490550953894854, + 0.04415502771735191, 0.0133843207731843, 0.05543477460741997, -0.03280821070075035, + -0.03617706894874573, -0.03354431316256523, -0.04837209731340408, 0.003971274010837078, + -0.051788050681352615, 0.07834270596504211, -0.04568169638514519, 0.007434550207108259, + -0.09162306040525436, 0.023389354348182678, 0.03252542391419411, -0.02619044855237007, + 0.03234897181391716, 0.014294372871518135, 0.0456797294318676, 0.017205772921442986, + 0.02206401899456978, 0.022053854539990425, 0.09727346152067184, -0.037460800260305405, + 0.05120602250099182, 0.04478836432099342, 0.06750878691673279, 0.00036917609395459294, + 0.02024240233004093, -0.07218311727046967, -0.038556911051273346, -0.01933290995657444, + -0.028137465938925743, 0.04654382914304733, 0.03170334920287132, 0.026990097016096115, + -0.0021388335153460503, -0.04500822350382805, -0.006638685241341591, 0.016660872846841812, + -0.017773715779185295, -0.0447826124727726, 0.0144804697483778, -0.026800479739904404, + -0.027923423796892166, -0.09080542623996735, -0.04528529569506645, -0.030413463711738586, + 0.027100352570414543, 0.05177401006221771, 0.0005108797922730446, -0.0017463075928390026, + 0.05274265632033348, 0.06592398881912231, 0.04225805774331093, 0.06117218732833862, + -0.07664790749549866, -0.03431505709886551, 0.021144302561879158, 0.01977909915149212, + 0.009722048416733742, 0.02039186842739582, -0.02697468176484108, -0.0569276437163353, + 0.011493653059005737, 0.02541346661746502, 0.08649460971355438, -0.013096226379275322, + -0.020597778260707855, -0.07182927429676056, 0.031165802851319313, -0.06436079740524292, + 0.015451321378350258, 0.046618521213531494, 0.02580663189291954, -0.008074840530753136, + 0.04019169509410858, -0.006767077837139368, -0.022455090656876564, 0.003852704307064414, + 0.05572017282247543, 0.014548460952937603, 0.04043266177177429, -0.025555189698934555, + 0.08649595081806183, 0.04672975093126297, 0.004953279625624418, 0.006453341338783503, + -0.021818799898028374, 0.050450507551431656, -0.039994437247514725, -0.04641927778720856, + -0.03937039151787758, -0.0184819046407938, -0.016602227464318275, -0.0037621899973601103, + 0.011422169394791126, -0.0009168210672214627, 0.07471953332424164, -0.014178086072206497, + -0.04289732873439789, -0.02447354979813099, 0.002079276368021965, -0.05295312777161598, + 0.003951503429561853, 0.08161795139312744, 0.03119102120399475, 0.025856494903564453, + -0.017348170280456543, 0.0420435331761837, -0.015565039590001106, 0.029582524672150612, + -0.04756172373890877, -0.021753791719675064, 0.012354071252048016, 0.025920920073986053, + -0.048978473991155624, -0.061649397015571594, 0.001660434645600617, -0.05845775082707405, + -0.019215162843465805, 0.022667307406663895, 0.0400826521217823, 0.025622472167015076, + -0.049497075378894806, 0.0439721904695034, -0.016944166272878647, -0.043983958661556244, + -0.049501437693834305, -0.04070284590125084, 0.01775541715323925, -0.0021050265058875084, + 0.003672579303383827, -0.05824138969182968, 0.04442005977034569, -0.012140786275267601, + -0.02027980238199234, 0.02189493179321289, -0.007467839401215315, -0.05035313218832016, + -0.027350885793566704, -0.03189820051193237, 0.008017608895897865, -0.06049850210547447, + 0.04491107538342476, -0.05678200721740723, -0.05201245844364166, 0.003882072167471051, + -0.003023153869435191, -0.019081275910139084, 0.0224363561719656, -0.014246764592826366, + -0.008839898742735386, 0.04578414559364319, -0.08190673589706421, 0.059364281594753265, + 0.07125374674797058, 0.06744477897882462, 0.056334663182497025, 0.0045275515876710415, + -0.005189197603613138, 0.028550220653414726, -0.048222076147794724, -0.030301915481686592, + -0.0006715027848258615, 0.04181720316410065, 0.00931844674050808, 0.010554260574281216, + 0.01566937193274498, 0.028044568374753, -0.014653908088803291, -0.012139178812503815, + -0.05704573541879654, 0.033507075160741806, -0.00528358668088913, 0.0073241135105490685, + 0.03284220024943352, 0.032508935779333115, 0.06418250501155853, 0.028969530016183853, + -0.008382344618439674, -0.07401931285858154, 0.08651115000247955, -0.029527712613344193, + -0.020938774570822716, 0.0007706559263169765, -0.009454661048948765, 0.06414128839969635, + -0.0060971081256866455, 0.09222282469272614, -0.006412995047867298, -0.059098340570926666, + 0.04462536796927452, 0.009200685657560825, -0.052376095205545425, 0.050717901438474655, + 0.02515258826315403, 0.10699193924665451, 0.005614415742456913, -0.04757768660783768, + 0.012867751531302929, 0.02396213263273239, 0.042423658072948456, -0.05471774563193321, + 0.004390212241560221, -0.02110348828136921, 0.026504583656787872, 0.05706606060266495, + -0.05483708530664444, -0.0027566130738705397, -0.015935318544507027, 0.09187953174114227, + -0.019821176305413246, -0.0397278293967247, -0.03350858390331268, 0.038632553070783615, + 0.04682654142379761, -0.06554892659187317, -0.04325535148382187, 0.024308817461133003, + -0.04288650304079056, -0.0029513940680772066, 0.007597450166940689, 0.05450055003166199, + -0.046282894909381866, 0.05330333486199379, -0.04609336704015732, -0.06012897938489914, + 0.008902491070330143, 0.06412359327077866, 0.033956266939640045, -0.014246773906052113, + -0.032008394598960876, -0.049858104437589645, 0.021187923848628998, 0.02568855881690979, + 0.04405038058757782, -0.02109985612332821, -0.07018007338047028, -0.08349523693323135, + -0.04156750440597534, 0.07991856336593628, -0.04285689815878868, 0.045473285019397736, + -0.03444370999932289, 0.01437178160995245, 0.05109918490052223, 0.029454650357365608, + 0.04547315090894699, -0.025005239993333817, -5.5811688071116805e-5, -0.002681765705347061, + -0.011040418408811092, 6.986105290707201e-5, -0.018369147554039955, -0.050795778632164, + 0.0014224749756976962, 0.038676828145980835, -0.013085713610053062, 0.05561787635087967, + -0.021316593512892723, -0.03911837935447693, 0.024506425485014915, 0.020743535831570625, + 0.025334758684039116, -0.0544717013835907, -0.030098333954811096, 0.013985695317387581, + -0.0236493106931448, -0.03581630066037178, -0.03891661763191223, 0.020769663155078888, + 0.031879402697086334, -0.046294331550598145, 0.011881938204169273, 0.014104879461228848, + 0.009830803610384464, -0.0010272088693454862, 0.03737521544098854, 0.04254569858312607, + 0.03997153043746948, 0.07436372339725494, -0.011385434307157993, 0.08111412823200226, + -0.021566960960626602, -0.04147708788514137, 0.015097743831574917, 0.06231580302119255, + -0.03878680244088173, 0.0014935426879674196, -0.0403335765004158, -0.008977430872619152, + 0.08070074021816254, 0.03952525183558464, 0.013232319615781307, -0.010266299359500408, + -0.03452244773507118, 0.011475631967186928, 0.041682250797748566, -0.011382998898625374 + ], + [ + 0.05157632380723953, 0.005390925798565149, -0.03821052610874176, 0.006165357772260904, + -0.010976146906614304, 0.09104686230421066, 0.10442628711462021, -0.07838112860918045, + 0.013492893427610397, 0.036517124623060226, -0.03028695657849312, 0.03568281978368759, + 0.07304929196834564, -0.010312479920685291, -0.034891244024038315, 0.019926004111766815, + 0.03723594546318054, -0.04557888209819794, 0.02249184250831604, -0.059104666113853455, + 0.10807827115058899, 0.13461239635944366, 0.06877376139163971, 0.034451257437467575, + 0.02365073934197426, -0.011636890470981598, -0.016156775876879692, 0.023405680432915688, + -0.04411374777555466, -0.02048628032207489, 0.052276547998189926, 0.04461291432380676, + 0.030985431745648384, 0.002901064930483699, 0.008268560282886028, -0.059042807668447495, + -0.04550310969352722, 0.004797268193215132, -0.019544988870620728, 0.009629097767174244, + 0.010550293140113354, 0.0006734707858413458, -0.023478006944060326, 0.10176891088485718, + 0.011315884999930859, -0.00976784247905016, -0.08754950761795044, -0.020362302660942078, + -0.040427252650260925, -0.01505280751734972, -0.03618505969643593, 0.016798406839370728, + -0.006998572498559952, -0.03330845385789871, 0.007814901880919933, -0.023715702816843987, + -0.03362000733613968, 0.017876356840133667, 0.08175817131996155, -0.006786053068935871, + 0.10535652190446854, -0.08102090656757355, 0.013688135892152786, 0.07864697277545929, + 0.09450075775384903, -0.061668772250413895, 0.007980567403137684, -0.05881828814744949, + -0.07229820638895035, -0.08466706424951553, 0.0651920810341835, -0.04841439425945282, + 0.03607918322086334, -0.06565278023481369, 0.026525333523750305, -0.04050332307815552, + 0.004969267174601555, 0.06878584623336792, -0.014207816682755947, 0.028304237872362137, + 0.06759840250015259, -0.014722955413162708, 0.031898073852062225, 0.09032914787530899, + -0.006722044199705124, -0.04227946326136589, 0.02037038281559944, -0.05703703314065933, + -0.06944785267114639, 0.010787151753902435, -0.048677269369363785, -0.06817557662725449, + -0.023984860628843307, -0.024409882724285126, -0.021460162475705147, -0.006208096165210009, + -0.030844945460557938, -0.009469086304306984, 0.0161917544901371, 0.0027389288879930973, + 0.07746439427137375, 0.025654857978224754, -0.06136128306388855, -0.07224076241254807, + 0.019179055467247963, 0.03326530009508133, 0.03824491426348686, 0.06262168288230896, + -0.0032094840425997972, 0.06395372003316879, -0.036336589604616165, -0.0003545495856087655, + -0.0214756540954113, -0.03176639601588249, -0.060698214918375015, 0.03359391540288925, + -0.0608946830034256, 0.08305028825998306, 0.07403874397277832, 0.01812325045466423, + -0.04312840476632118, 0.03409431502223015, -0.03912355378270149, -0.04727863147854805, + 0.028466271236538887, 0.05122848600149155, 0.017687981948256493, -0.028732722625136375, + -0.01940028741955757, -0.03345746919512749, 0.02716917358338833, -0.0749756246805191, + -0.03595744073390961, -0.10330375283956528, -0.10482165962457657, -0.07333961129188538, + -0.00715183699503541, 0.03325019031763077, -0.04972900450229645, -0.04653063416481018, + -0.06050020456314087, -0.0033665962982922792, 0.03664403408765793, 0.0582243911921978, + 0.006148405373096466, -0.006448402069509029, -0.06006950885057449, -0.010523060336709023, + 0.057589542120695114, -0.040309611707925797, -0.03511552885174751, 0.04690428078174591, + 0.0870722308754921, 0.10371869802474976, 0.032479427754879, -0.12128360569477081, 0.04188928008079529, + 0.05411350727081299, 0.01720166765153408, -0.03866639360785484, -0.08217030763626099, + 0.059574469923973083, 0.05388087406754494, -0.04358305037021637, 0.1213843822479248, + -0.055414941161870956, 0.015269228257238865, 0.03545507788658142, -0.10194429755210876, + 0.09793560951948166, -0.06404484808444977, 0.0183880515396595, -0.07731981575489044, + -0.04080527648329735, -0.06787633150815964, 0.015753986313939095, 0.04316020756959915, + 0.07648883014917374, 0.018173890188336372, -0.0793217122554779, 0.009802715852856636, + -0.06919977068901062, 0.12120894342660904, 0.06870710849761963, 0.006851301994174719, + 0.06195196509361267, 0.02554178051650524, 0.056439466774463654, -0.0626986026763916, + -0.031523168087005615, -0.01184118539094925, 0.034945957362651825, 0.07770998775959015, + 0.13930712640285492, -0.10409807413816452, 0.07845652103424072, 0.050714731216430664, + 0.030451759696006775, -0.005873627960681915, -0.0782141461968422, 0.07350008189678192, + -0.03312883898615837, 0.038251880556344986, -0.030297691002488136, -0.022663433104753494, + 0.014881390146911144, -0.045587118715047836, 0.001998234773054719, -0.04918002337217331, + 0.01695116050541401, 0.028697961941361427, 0.05581165850162506, -0.0790143832564354, + 0.04147002473473549, -0.01769869588315487, 0.01053438987582922, -0.02143697999417782, + -0.051739007234573364, -0.05072815716266632, 0.10462768375873566, 0.004044469445943832, + -0.033035099506378174, -0.007414510939270258, -0.03396064043045044, -0.025207500904798508, + 0.12399914115667343, -0.014271972700953484, -0.002990762935951352, -0.018160276114940643, + -0.00681230379268527, -0.06587766855955124, -0.030568841844797134, -0.027933787554502487, + -0.02831943891942501, -0.045236922800540924, -0.012658090330660343, -0.006001744419336319, + 0.04720662906765938, -0.0336453914642334, 0.0770566314458847, -0.0049942596815526485, + -0.02952791005373001, -0.03717516362667084, 0.10798531025648117, -0.054910048842430115, + -0.1090383231639862, 0.021488288417458534, -0.04331512004137039, 0.04154029116034508, + 0.03746941313147545, 0.03517111763358116, -0.046416886150836945, 0.00363245140761137, + -0.1241215169429779, 0.0261195357888937, -0.09132151305675507, -0.01518612913787365, + 0.057104919105768204, -0.016723234206438065, 0.0012815737864002585, 0.06214084476232529, + -0.03127121552824974, 0.0018707039998844266, 0.07198605686426163, 0.08505325019359589, + -0.08044664561748505, -0.03457336127758026, 0.038777053356170654, -0.048201292753219604, + 0.010416343808174133, -0.0011791444849222898, 0.015267705544829369, -0.006155109032988548, + 0.01177456695586443, 0.033562373369932175, -0.022040970623493195, -0.07876258343458176, + 0.054301824420690536, -0.03693995252251625, 0.0566362626850605, -0.016464944928884506, + 0.04263131320476532, -0.07663162797689438, 0.013390342704951763, 0.09635993093252182, + 0.10538370907306671, -0.00789437722414732, 0.08065607398748398, 0.10068842768669128, + 0.01036804635077715, 0.05827704817056656, 0.09759888052940369, 0.08105210959911346, + -0.004957309924066067, -0.031764592975378036, 0.03535749390721321, 0.0008949933690018952, + -0.015142598189413548, -0.04218104109168053, 0.04783470183610916, 0.009269218891859055, + -0.07389404624700546, -0.11348497867584229, 0.041199054569005966, -0.013456340879201889, + -0.05517597496509552, 0.039437904953956604, -0.037998735904693604, -0.014241550117731094, + 0.0506223663687706, -0.011826545000076294, 0.04159364104270935, 0.036746010184288025, + -0.0024690674617886543, 0.06281881779432297, 0.09500240534543991, -0.026453228667378426, + -0.016374439001083374, -0.07371284812688828, -0.010478612035512924, -0.10841340571641922, + 0.06848257035017014, -0.08499324321746826, -0.09592249989509583, 0.026030242443084717, + 0.05142447352409363, 0.07794312387704849, -0.057244136929512024, 0.0005601026932708919, + 0.01660175621509552, -0.02073642984032631, -0.00042559794383123517, 0.013857532292604446, + -0.012708678841590881, -0.056034430861473083, 0.025989176705479622, -0.07605548202991486, + 0.06444770097732544, -0.0216187983751297, 0.0505475252866745, 0.055058952420949936, + 0.050130292773246765, -0.07210139185190201, -0.04597379267215729, -0.027706321328878403, + 0.057101618498563766, -0.027705220505595207, 0.051540177315473557, 0.07343710958957672, + -0.0845889002084732, 0.010560461319983006, 0.09819667041301727, -0.015425413846969604, + -0.07188232988119125, -0.026161974295973778, 0.10218242555856705, 0.02562136948108673, + 0.026467841118574142, -0.01373987179249525, 0.0016895754961296916, -0.022912196815013885, + 0.028224997222423553, -0.12501400709152222, 0.006515660788863897, 0.0005562350852414966, + 0.024264993146061897, -0.03351176157593727, -0.004157530143857002, -0.04779847711324692, + -0.08481502532958984, 0.02082454040646553, 0.007561251055449247, -0.036023590713739395, + 0.03635314106941223, -0.033387690782547, 0.03255617991089821, 0.06503373384475708, 0.03040960431098938, + 0.024790281429886818, -0.025277115404605865, -0.05517023056745529, -0.018073540180921555, + 0.05413510277867317, -0.04645663872361183 + ], + [ + -0.013174943625926971, -0.03546760603785515, 0.02768648788332939, -0.010957450605928898, + -0.056221235543489456, -0.018513068556785583, -0.02331996150314808, -0.024164443835616112, + -0.005730755161494017, -0.013701364398002625, -0.04460998997092247, 0.0012976889265701175, + -0.01382058672606945, 0.1101469025015831, 0.0076867518946528435, -0.0005206178757362068, + -0.03347814083099365, -0.13045820593833923, 0.034560203552246094, -0.01730109192430973, + -0.009863747283816338, -0.00687661487609148, 0.0019353004172444344, -0.051811039447784424, + 0.056267764419317245, 0.001361467526294291, -0.07529157400131226, 0.0018906481564044952, + -0.010743365623056889, 0.07291959226131439, -0.03369101509451866, 0.015610304661095142, + 0.019782716408371925, -0.02592857927083969, 0.02981383353471756, 0.05665914714336395, + 0.07645794749259949, -0.008435545489192009, -0.03771263733506203, -0.028590720146894455, + 0.018532944843173027, -0.03545451909303665, 0.04266117140650749, -0.002783232368528843, + -0.024026772007346153, 0.036307819187641144, 0.004568284843116999, 0.05104425549507141, + -0.008091090247035027, -0.0040122829377651215, 0.04659907519817352, 0.024715259671211243, + -0.0765523836016655, -0.042747825384140015, 0.06681494414806366, 0.05685067176818848, + -0.04146375507116318, 0.00473351264372468, -0.013376852497458458, -0.03606611117720604, + 0.006526108365505934, 0.009287596680223942, -0.0763174444437027, 0.011901181191205978, + 0.003535833675414324, -0.07865966111421585, 0.033023346215486526, 0.010436298325657845, + 0.033571869134902954, -0.11972621083259583, -0.002022599335759878, 0.024670159444212914, + 0.07255039364099503, -0.06446833908557892, 0.003230401547625661, -0.028184566646814346, + 0.11948223412036896, -0.0369991771876812, -0.023990249261260033, 0.017025811597704887, + -0.030884502455592155, -0.00198715110309422, -0.0019045494263991714, -0.0009557946468703449, + 0.01413093414157629, 0.013211634941399097, 0.03515983000397682, 0.03465995192527771, + -0.02043217606842518, 0.07716017961502075, 0.038012001663446426, -0.07062815129756927, + -0.07013019174337387, 0.07335764914751053, -0.00379424006678164, 0.041210874915122986, + 0.06030993536114693, -0.0063855936750769615, 0.037063855677843094, -0.030277058482170105, + 0.07738328725099564, -0.048629991710186005, -0.01550052035599947, 0.016860483214259148, + 0.07013171911239624, 0.019802529364824295, -0.017272278666496277, 0.007061097305268049, + 0.00270313723012805, -0.040620267391204834, 0.027057455852627754, -0.00022715894738212228, + 0.032618775963783264, -0.013898893259465694, 0.017462121322751045, -0.02220320515334606, + -0.002824119059368968, -0.0939795970916748, 0.03542611002922058, -0.018176913261413574, + -0.059783630073070526, -0.09217794984579086, -0.024270808324217796, 0.010904410853981972, + -0.0226284209638834, 0.02941107749938965, -0.02740337885916233, 0.044484786689281464, + 0.004315267316997051, -0.0035502638202160597, -0.04392184317111969, -0.02170947752892971, + 0.04179254546761513, -0.007694173604249954, 0.04539937153458595, -0.025734875351190567, + 0.024978797882795334, 0.00891952496021986, -0.010625747963786125, 0.033153634518384933, + -0.015176422894001007, -0.03206343203783035, 0.030631177127361298, 0.043221890926361084, + -0.03847296163439751, 0.03208225220441818, 0.003107222728431225, 0.01533592864871025, + -0.054794419556856155, -0.025696290656924248, -0.029987547546625137, 0.02158363163471222, + 0.0309797041118145, 0.010157356970012188, 0.045512519776821136, -0.0415436252951622, + 0.019319768995046616, -0.04931652918457985, -0.009159423410892487, 0.03581544756889343, + -0.020309872925281525, -0.053787961602211, 0.0073758321814239025, 0.011398743838071823, + 0.05663159117102623, 0.023799261078238487, -0.030398830771446228, -0.06436537951231003, + -0.023261327296495438, 0.019585371017456055, -0.026698563247919083, 0.06941159814596176, + 0.004834230989217758, -0.07112513482570648, -0.01781979575753212, 0.005383635871112347, + -0.04850183427333832, -0.005014877300709486, -0.01956716924905777, -0.05938873067498207, + 0.03296983242034912, 0.0016789028886705637, -0.007437211461365223, 0.05264434218406677, + 0.0034186397679150105, 0.0004769274382852018, 0.008046593517065048, 0.01999214105308056, + -0.020367851480841637, -0.02147345058619976, 0.007694763597100973, -0.026464248076081276, + 0.043984316289424896, 0.03354610502719879, -0.022142887115478516, 0.0995459109544754, + -0.011739975772798061, -0.03512745723128319, 0.07318072766065598, -0.07003343850374222, + 0.02376597374677658, -0.037734854966402054, -0.059178099036216736, 0.024514514952898026, + -0.05905580520629883, -0.03618554025888443, -0.07886799424886703, 0.0017078123055398464, + -0.048711128532886505, -0.0511193722486496, 0.022709177806973457, 0.06492060422897339, + -0.0382012203335762, 0.030608592554926872, -0.0463235080242157, -0.04720756784081459, 0.018980598077178, + -0.028002040460705757, -0.08755885064601898, 0.07032366096973419, -0.0009225211106240749, + -0.0024737499188631773, -0.04764269292354584, 0.03243722394108772, 0.000812399317510426, + -0.016919448971748352, 0.020958511158823967, 0.06853126734495163, 0.0012748362496495247, + -0.07900585234165192, 0.015526213683187962, 0.09855751693248749, -0.050458554178476334, + 0.07703948020935059, 0.0291313324123621, 0.013913717120885849, -0.054335713386535645, + -0.014993843622505665, 0.00789654441177845, 0.03647201880812645, -0.0005087974714115262, + 0.011669913306832314, 0.0816313773393631, -0.045543476939201355, -0.07630853354930878, + -0.006202401127666235, -0.05095076188445091, -0.014332194812595844, -0.05073897913098335, + 0.07632172107696533, -0.07255516946315765, -0.054333753883838654, -0.059032563120126724, + -0.002881282242015004, -0.014965102076530457, -0.02472761459648609, -0.03623369708657265, + 0.06855931133031845, -0.0168160330504179, 0.09667883813381195, -0.011085801757872105, + -0.08593085408210754, 0.05600867047905922, 0.015784852206707, 0.05539572238922119, -0.00842083990573883, + 0.07654798030853271, -0.013994835317134857, 0.011180389672517776, 0.057609956711530685, + 0.10504154115915298, 0.07000627368688583, 0.004632977768778801, 0.022630522027611732, + -0.016717035323381424, 0.03569558635354042, -0.028756070882081985, 0.014689893461763859, + -0.042074404656887054, 0.006389649584889412, 0.038560714572668076, 0.02376280538737774, + -0.018898798152804375, -0.02683761902153492, -0.037245675921440125, 0.05271133780479431, + 0.03707939386367798, 0.04038816690444946, 0.050586998462677, 0.09237849712371826, 0.026273826137185097, + -0.015184354968369007, -0.0529426746070385, -0.04162762314081192, -0.01988835260272026, + 0.0357222706079483, 0.02357284165918827, -0.0186142697930336, -0.007243211381137371, + -0.015812434256076813, 0.05866421386599541, 0.04140337184071541, -0.06818767637014389, + -0.060485683381557465, -0.0990237444639206, 0.016987601295113564, -0.07137048244476318, + 0.008324766531586647, -0.007231059949845076, 0.06333950161933899, -0.03195037320256233, + -0.10672221332788467, 0.01084964070469141, -0.02337687835097313, 0.03664044663310051, + 0.015900155529379845, -0.038410983979701996, -0.029655465856194496, -0.04217829555273056, + 0.05110996961593628, -0.004803502466529608, -0.008806906640529633, -0.010639190673828125, + -0.058325301855802536, 0.02192305214703083, -0.03481272608041763, 0.02111293375492096, + 0.010264015756547451, -0.010182913392782211, -0.028149841353297234, 0.01969013921916485, + -0.014188972301781178, -0.03793606162071228, 0.013643435202538967, 0.015621394850313663, + -0.04503168538212776, 0.021283380687236786, 0.01813041977584362, 0.034175947308540344, + 0.018644439056515694, 0.012413828633725643, -0.0897812694311142, 0.03574969992041588, + 0.062336891889572144, -0.009109176695346832, -0.005774541758000851, 0.09543704241514206, + -0.012211368419229984, 0.05399155616760254, -0.0437806136906147, 0.02300860546529293, + 0.09798689931631088, 0.0476592592895031, -0.03797193616628647, -0.015868807211518288, + -0.022635098546743393, -0.00913779716938734, -0.013925213366746902, -0.028757965192198753, + -0.11471283435821533, 0.00022187887225300074, 0.08320027589797974, -0.009740020148456097, + 0.035525090992450714, -0.025280924513936043, 0.07010834664106369, 0.040469951927661896, + 0.07737334072589874, -0.020147655159235, -0.030979657545685768, 0.005486459471285343, + -0.007909214124083519, 0.023214802145957947, -0.09175622463226318, -0.0191473588347435, + -0.014158266596496105, 0.01206338219344616, -0.08695187419652939, 0.037615206092596054, + 0.022647835314273834, 0.037481050938367844, 0.010895981453359127, 0.06815089285373688, + -0.031311795115470886 + ], + [ + 0.02230561152100563, 0.09102948755025864, -0.09007789939641953, -0.14718689024448395, + -0.10090910643339157, 0.0600772388279438, 0.06604108214378357, -0.034660570323467255, + -0.10622996091842651, 0.025716979056596756, -0.08679096400737762, 0.10061676800251007, + 0.08399762213230133, -0.014187697321176529, -0.028728287667036057, -0.008147519081830978, + 0.00370118860155344, 0.07709881663322449, 0.025007586926221848, -0.11174175888299942, + 0.006213679909706116, 0.0205980334430933, 0.02300591766834259, 0.03225192055106163, + 0.028225088492035866, -0.06387171894311905, -0.05396240949630737, 0.11908480525016785, + -0.09739986807107925, -0.04316524416208267, 0.09709203243255615, 0.02057126723229885, + 0.05386945605278015, 0.028159955516457558, -0.006554155144840479, 0.006529710721224546, + -0.013518709689378738, 0.01701696775853634, -0.004197140224277973, -0.10902488231658936, + -0.04467301815748215, -0.05320041999220848, -0.0011662207543849945, 0.015827473253011703, + -0.03356364369392395, 0.01862616091966629, 0.02428341843187809, -0.040077317506074905, + -0.047095492482185364, 0.013761050999164581, 0.047467879951000214, 0.0384310744702816, + 0.007016859017312527, 0.0022454415448009968, -0.0270826555788517, 0.0673186182975769, + 0.02125796675682068, 0.0001752239331835881, 0.028147688135504723, -0.011815947480499744, + -0.01653681881725788, 0.05270765721797943, -0.020506717264652252, 0.07089648395776749, + -0.039165373891592026, 0.06214556097984314, 0.0018774610944092274, -0.031157903373241425, + -0.07657361030578613, -0.009480096399784088, -0.05093064531683922, 0.0008069885661825538, + 0.07056353986263275, -0.05423552915453911, 0.09477710723876953, 0.02400391176342964, + -0.10863601416349411, -0.07278715074062347, -0.030353307723999023, 0.07285292446613312, + -0.004919552244246006, -0.012862677685916424, -0.040189918130636215, 0.01766819879412651, + -0.02273338846862316, 0.019269544631242752, 0.05899228900671005, -0.07561903446912766, + 0.05574310943484306, -0.08954092115163803, -0.025204794481396675, -0.03859088942408562, + 0.06016042083501816, 0.052503738552331924, -0.08172532916069031, -0.056443292647600174, + 0.005618607625365257, 0.016328776255249977, 0.0046312748454511166, -0.012138767167925835, + 0.013734256848692894, -0.04277217388153076, 0.018964318558573723, -0.05044924095273018, + 0.058920618146657944, 0.07387712597846985, 0.0846593976020813, 0.06103850156068802, + -0.06943316757678986, -0.028061117976903915, 0.06250131875276566, -0.02159976027905941, + -0.011164669878780842, 0.003492015181109309, 0.04948988929390907, 0.10425112396478653, + -0.01372232474386692, 0.1081608235836029, -0.04044942185282707, -0.08824117481708527, + 0.08908722549676895, 0.014753236435353756, 0.008275789208710194, 0.07965190708637238, + 0.01734117418527603, -0.03559236600995064, 0.030256858095526695, 0.02203291468322277, + -0.0706421360373497, -0.00850499328225851, 0.0036285249516367912, -0.010574554093182087, + 0.06464679539203644, -0.11632953584194183, 0.0485495999455452, -0.0008020563400350511, + -0.02390756458044052, 0.09120352566242218, -0.026071997359395027, -0.0007141781970858574, + 0.03420510143041611, -0.018207034096121788, -0.023738408461213112, 0.0372730977833271, + -0.033487167209386826, -0.030737360939383507, -0.034591250121593475, -0.030115297064185143, + 0.06585181504487991, -0.023384973406791687, -0.019884007051587105, -0.009673316963016987, + 0.02248094417154789, -0.025502463802695274, -0.06080453470349312, -0.0500953383743763, + 0.03779355064034462, 0.08877908438444138, -0.06466144323348999, -0.017984455451369286, + -0.0895688533782959, 0.015024389140307903, -0.01565818302333355, -0.03716694936156273, + -0.019823815673589706, -0.06299035251140594, 0.03309648856520653, 0.06099393591284752, + -0.07671960443258286, 0.015872253105044365, 0.04162929207086563, -0.024663949385285378, + -0.10100974142551422, -0.04105028510093689, -0.058476004749536514, 0.008270835503935814, + -0.06535734236240387, -0.008155642077326775, 0.008847972378134727, 0.04982258006930351, + -0.02662207931280136, -0.0002654176496434957, -0.035806115716695786, 0.005291644483804703, + 0.09121983498334885, 0.007860351353883743, 0.047096703201532364, 0.019744262099266052, + 0.066254161298275, 0.023925697430968285, 0.07058563083410263, 0.009322324767708778, 0.05783115327358246, + -0.030848408117890358, -0.04886649176478386, 0.017020748928189278, 0.02493583969771862, + -0.04006549343466759, 0.016947591677308083, 0.0465204156935215, 0.002096083015203476, + -0.07467716187238693, 0.06238710135221481, -0.06610548496246338, 0.03933655098080635, + 0.11017017811536789, -0.07265045493841171, -0.09899752587080002, 0.04302693530917168, + 0.06654301285743713, -0.07165572047233582, 0.01415816880762577, -0.03363339230418205, + -0.0411461777985096, -0.06682731211185455, -0.04545743018388748, -0.08466827869415283, + 0.014441878534853458, 0.02949501760303974, -0.0070467726327478886, -0.04470457881689072, + -0.08883216977119446, 0.027358638122677803, 0.01272263377904892, 0.056766610592603683, + -0.016194622963666916, 0.053479842841625214, 0.02791534923017025, -0.06363966315984726, + 0.012733226642012596, -0.050314247608184814, 0.035356905311346054, -0.026283657178282738, + -0.011529892683029175, -0.014931894838809967, 0.12925292551517487, -0.018346797674894333, + -0.167301207780838, 0.031648244708776474, -0.0005157185951247811, -0.004790236242115498, + 0.07689286023378372, 0.04699063301086426, -0.034057363867759705, 0.09372763335704803, + -0.051276370882987976, 0.04402995482087135, -0.12234088778495789, 0.10453406721353531, + -0.0302116759121418, -0.02980990894138813, 0.09996826201677322, 0.06603038311004639, + 0.09875395894050598, -0.016577325761318207, 0.02278822287917137, 0.09542475640773773, + -0.10252021253108978, -0.0133645199239254, 0.03489179164171219, -0.0395023375749588, + 0.10537660121917725, 0.0034541566856205463, 0.012385377660393715, -0.06230803206562996, + 0.0003909056540578604, 0.006368665955960751, 0.0010874547297134995, 0.024866821244359016, + 0.05536919832229614, -0.010202162899076939, -0.020066037774086, 0.048420973122119904, + 0.0857125073671341, -0.02258986420929432, 0.05377509072422981, -0.09515134245157242, + -0.08309456706047058, -0.05304271727800369, 0.029987746849656105, -0.09026727825403214, + 0.0354100726544857, 0.07136169821023941, -0.06224576011300087, 0.07983366400003433, + -0.0046916198916733265, 0.032581429928541183, -0.0025315869133919477, 0.10119310766458511, + 0.05592355504631996, -0.009310317225754261, 0.044404733926057816, 0.01950003020465374, + -0.06128828600049019, 0.013873089104890823, -0.05333055555820465, -0.032496944069862366, + 0.11790121346712112, 0.06302899867296219, 0.001413266989402473, -0.015547992661595345, + -0.028823282569646835, -0.06419643014669418, -0.022287461906671524, 0.01917594112455845, + -0.09462381154298782, 0.02762274071574211, 0.04257830232381821, -0.019871346652507782, + -0.0057535781525075436, 0.0515865683555603, -0.056179631501436234, -0.009118308313190937, + -0.05442684516310692, 0.20192265510559082, 0.019257444888353348, 0.09137202799320221, + -0.007544997148215771, -0.04680367931723595, 0.03156602382659912, 0.02729184366762638, + 0.04332410544157028, 0.0034267534501850605, -0.07495336979627609, -0.08029742538928986, + -0.027876969426870346, -0.08882420510053635, -0.023102162405848503, -0.01746348664164543, + -0.00961090624332428, 0.04458015784621239, -0.07251683622598648, 0.07056577503681183, + -0.0998329222202301, 0.024026181548833847, 0.11592208594083786, -0.1077517420053482, + -0.0016619720263406634, -0.12148767709732056, 0.05166782811284065, 0.018348123878240585, + -0.04759831726551056, -0.06906186789274216, -0.08447746187448502, -0.1272725611925125, + 0.026294540613889694, -0.02846234105527401, -0.04601640626788139, 0.08510027825832367, + 0.01921931467950344, -0.028459718450903893, -0.05956205353140831, 0.01985280029475689, + 0.046748898923397064, -0.0765579417347908, 0.0892062708735466, 0.06046484783291817, + -0.04787855222821236, -0.010812820866703987, 0.01600823923945427, 0.017755022272467613, + -0.05117795243859291, -0.07391584664583206, 0.005541530437767506, -0.013164247386157513, + 0.09359889477491379, 0.011361407116055489, -0.09167121350765228, 0.003598150098696351, + -0.0750252902507782, 0.02567395009100437, 0.02767506241798401, -0.0449209026992321, 0.04350654035806656, + 0.03201712667942047, 0.0471932627260685, 0.03579625487327576, -0.03156204894185066, 0.03820011392235756, + -0.018681621178984642, -0.04659796506166458, -0.008474200032651424, -0.01016288623213768, + -0.010123293846845627 + ], + [ + -0.04925481602549553, 0.01004877220839262, 0.009024522267282009, 0.05946175754070282, + 0.012904350645840168, -0.015932554379105568, 0.07300125062465668, 0.03425324708223343, + 0.014874407090246677, -0.05550605058670044, 0.05164175108075142, -0.09521234035491943, + -0.029536742717027664, 0.06033818796277046, -0.024600721895694733, 0.0853099375963211, + -0.12166199833154678, -0.02303595468401909, -0.07659320533275604, 0.05420172959566116, + 0.013472389429807663, 0.0023596365936100483, 0.02450147084891796, -0.05517316982150078, + 7.536279008490965e-5, -0.014821362681686878, 0.033793095499277115, 0.04146734997630119, + 0.029915353283286095, 0.06860718131065369, -0.001991437515243888, 0.023223865777254105, + -0.009566686116158962, -0.05462708696722984, -0.027624206617474556, -0.016507893800735474, + 0.04432185739278793, -0.017627932131290436, 0.03734889626502991, 0.02220589853823185, + -0.010226701386272907, 0.02821923978626728, 0.1128774881362915, -0.0379331037402153, + -0.010990051552653313, -0.013304423540830612, -0.03342970460653305, 0.035917505621910095, + 0.06500616669654846, -0.07310209423303604, 0.05044664070010185, 0.03981286287307739, + -0.029454123228788376, -0.0819661095738411, -0.05093628913164139, 0.011768266558647156, + -0.06929820030927658, 0.06080584228038788, 0.07039196789264679, 0.001282324199564755, + 0.02140456810593605, -0.05443185940384865, -0.012106355279684067, 0.023981526494026184, + -0.004266804549843073, -0.05520346015691757, 0.0015752254985272884, 0.027693910524249077, + 0.050476036965847015, -0.05062025412917137, 0.07949024438858032, 0.01235027052462101, + 0.040973812341690063, 0.013067972846329212, -0.10850132256746292, 0.02135499380528927, + 0.12872205674648285, 0.09280078858137131, -0.028542879968881607, 0.024825382977724075, + -0.03867145627737045, -0.00639856792986393, 0.03116658329963684, 0.03168357163667679, + 0.0504736565053463, 0.029673945158720016, 0.09686747193336487, 0.06462810933589935, + -0.10431593656539917, 0.1346571147441864, -0.013697967864573002, -0.04397503286600113, + -0.04771892726421356, 0.0069762784987688065, -0.07099037617444992, -0.05605839937925339, + -0.015403753146529198, 0.08400991559028625, 0.017276335507631302, 0.040816646069288254, + 0.10472679883241653, 0.035688985139131546, -0.024334540590643883, -0.008884500712156296, + -0.02113046869635582, 6.558713357662782e-5, -0.01825055480003357, -0.04579890891909599, + -0.005168349947780371, -0.04833671823143959, -0.02829846180975437, 0.041243527084589005, + 0.06815235316753387, 0.08154264092445374, -0.1021462231874466, -0.0029207770712673664, + -0.04207989200949669, -0.019620520994067192, -0.000861352717038244, -0.016328519210219383, + 0.023877723142504692, -0.04811730980873108, 0.019302930682897568, 0.0851784497499466, + 0.0009309945744462311, -0.07663866132497787, -0.04226681590080261, 0.027570033445954323, + 0.05763503536581993, -0.0635295882821083, 0.00875934585928917, -0.015108101069927216, + 0.054524876177310944, -0.02691560424864292, -0.11392530798912048, -0.024055151268839836, + 0.03186853229999542, -0.07223111391067505, -0.04254014045000076, -0.005831039045006037, + -0.02772662416100502, -0.09025908261537552, -0.04468156397342682, 0.07743633538484573, + 0.0190499909222126, -0.0028145804535597563, 0.045458849519491196, -0.05761435627937317, + -0.062080614268779755, -0.009458594024181366, -0.046356622129678726, 0.02279185689985752, + -0.026357851922512054, -0.0607093870639801, 0.013329576700925827, -0.003074693726375699, + -0.002873278921470046, 0.007126325741410255, 0.015973342582583427, 0.04006928205490112, + 0.0376923605799675, 0.0070320297963917255, 0.05058929696679115, 0.00435491930693388, + 0.03680148720741272, -0.0036920967977494, -0.056885991245508194, -0.05882721394300461, + -0.03842844069004059, 0.14390897750854492, 0.028375087305903435, 0.04216375574469566, + -0.036958370357751846, -0.049403946846723557, 0.03502301871776581, 0.03010174259543419, + 0.010150370188057423, -0.01914593018591404, -0.10779386013746262, 0.004026000387966633, + 0.06107298284769058, 0.006871880032122135, 0.07103277742862701, 0.01967654749751091, + 0.06868268549442291, 0.08354136347770691, -0.0457460843026638, -0.06613146513700485, + -0.05903075635433197, 0.023240208625793457, 0.0113552650436759, 0.006470790598541498, + -0.039849504828453064, 0.09797577559947968, -0.03932451456785202, 0.019798018038272858, + 0.046979863196611404, -0.10486344993114471, 0.006884364876896143, -0.018714435398578644, + -0.008624021895229816, -0.02587515115737915, -0.0768921822309494, 0.03867032378911972, + 0.04853135347366333, 0.04363279789686203, 0.03878035396337509, -0.03482804819941521, + 0.021527620032429695, -0.09769313037395477, 0.10474894195795059, 0.0670318454504013, + -0.0785834938287735, 0.04835039749741554, 0.029145672917366028, -0.006090685725212097, + -0.012983542867004871, -0.011390586383640766, 0.09052233397960663, -0.02280179224908352, + 0.11630166321992874, -0.040625184774398804, -0.01856282167136669, 0.024228788912296295, + -0.09455277770757675, -0.08434522897005081, -0.019905218854546547, -0.07783320546150208, + 0.028294134885072708, 0.000923752028029412, 0.014019769616425037, -0.030580556020140648, + -0.007065307814627886, -0.05887047201395035, 0.01918480172753334, -0.010515226051211357, + 0.008412498049438, 0.08111633360385895, -0.024440104141831398, 0.04261930659413338, + 0.025426413863897324, 0.09709079563617706, -0.036358337849378586, -0.03822145238518715, + -0.12256202101707458, 0.10328711569309235, -0.09922377020120621, -0.0821087658405304, + -0.09130506962537766, 0.03155147656798363, 0.03793947026133537, -0.04259450361132622, + -0.08342289179563522, -0.015014232136309147, 0.07743757963180542, -0.06943435221910477, + -0.09460616856813431, -0.0917847752571106, 0.022867467254400253, -0.00569846061989665, + -0.0036114805843681097, 0.0031450227834284306, 0.03524233028292656, 0.08844535052776337, + -0.07254447042942047, 0.09597862511873245, 0.06727328151464462, 0.030752208083868027, + -0.06804873049259186, -0.042162127792835236, 0.02739548683166504, -0.0017558916006237268, + -0.06194794178009033, 0.04118629917502403, -0.09240520000457764, -0.004151591565459967, + 0.06296838074922562, 0.020768780261278152, -0.009426514618098736, -0.011502995155751705, + 0.012842846103012562, 0.041253961622714996, -0.053221527487039566, -0.010393074713647366, + 0.008612852543592453, -0.01681375876069069, -0.059709079563617706, -0.00070958212018013, + -0.0024008657783269882, 0.01696254312992096, 0.010460619814693928, 0.08544299006462097, + -0.030321376398205757, -0.10307925939559937, -0.03224310278892517, -0.02475215308368206, + -0.020896032452583313, 0.025942275300621986, 0.08299557864665985, -0.022152047604322433, + -0.046384140849113464, -0.010286640375852585, -0.027198631316423416, -0.13528135418891907, + -0.03570903465151787, 0.051588259637355804, -0.05655011907219887, -0.011837533675134182, + -0.047270480543375015, 0.07629667967557907, 0.08454449474811554, -0.06719184666872025, + 0.09797296673059464, 0.016064759343862534, 0.04763475060462952, 0.01984926499426365, + -0.013533235527575016, 0.07902324199676514, 0.023964954540133476, 0.035598818212747574, + 0.014823159202933311, 0.05356963723897934, 0.015821125358343124, -0.07068383693695068, + 0.05546604096889496, 0.041406698524951935, 0.05561958998441696, 0.06869960576295853, + -0.0487482026219368, 0.04771766811609268, -0.02043943852186203, 0.024127015843987465, + -0.017409672960639, 0.02503301203250885, -0.03636672720313072, -0.032350845634937286, + -0.019447321072220802, -0.0063761272467672825, -0.018260428681969643, -0.004392482340335846, + 0.001825791783630848, -0.010523561388254166, -0.0629153624176979, 0.0609077550470829, + 0.054036758840084076, 0.08047497272491455, 0.08383529633283615, 0.044669799506664276, + 0.058231860399246216, -0.060473810881376266, -0.009608459658920765, 0.06266507506370544, + -0.10719986259937286, -0.06119735911488533, 0.025294672697782516, 0.07715301215648651, + 0.0625443309545517, 0.00668852124363184, -0.02724364958703518, 0.02858932875096798, + -0.061784736812114716, 0.08406581729650497, -0.08235839009284973, 0.06165995076298714, + 0.04829438030719757, 0.026236670091748238, -0.00945834256708622, -0.03428630530834198, + -0.06894857436418533, 0.04784083738923073, -0.02101849392056465, -0.030336273834109306, + -0.0456387996673584, 0.030878257006406784, 0.04481520131230354, 0.048829540610313416, + -0.03237678483128548, -0.03456174582242966, 0.012044129893183708, 0.025657447054982185, + 0.0787937194108963, -0.08623611927032471, -0.0401359423995018, -0.027686482295393944 + ], + [ + -0.07138669490814209, -0.04783089831471443, -0.0673891082406044, 0.028653768822550774, + 0.07381507754325867, 0.04056856781244278, 0.017327697947621346, 0.04431522637605667, + 0.03684645891189575, -0.013795167207717896, -0.0036057522520422935, -0.07073450088500977, + 0.03667942434549332, -0.0533505417406559, 0.002712755464017391, 0.031500235199928284, + 0.018703114241361618, -0.005017428658902645, -0.05859457328915596, -0.018954329192638397, + -0.01688895747065544, -0.06007850170135498, -0.0861794650554657, 0.04622418060898781, + 0.026601191610097885, 0.022169528529047966, 0.04984112083911896, 0.04157029837369919, + 0.009391583502292633, -0.024074794724583626, 0.08174194395542145, 0.07662928849458694, + 0.05199442058801651, 0.048007041215896606, 0.04169495031237602, -0.015172157436609268, + 0.037221670150756836, -0.04071088135242462, -0.0300156082957983, 0.05020599812269211, + -0.01654232293367386, -0.01454263273626566, -0.009035041555762291, -0.03878993168473244, + 0.003146767383441329, 0.04454384744167328, 0.0009798533283174038, 0.016363922506570816, + 0.013918746262788773, 0.011056835763156414, -0.061404865235090256, 0.04414834827184677, + 0.004752738401293755, -0.018811576068401337, -0.05196327343583107, 0.008640413172543049, + -0.0556662492454052, -0.05533822998404503, -0.0024636159650981426, -0.01014801301062107, + 0.01198912039399147, -0.008562734350562096, 0.05500515550374985, -0.03973928093910217, + -0.04489016532897949, -0.01725221797823906, -0.02995133213698864, -0.06027606874704361, + -0.017338663339614868, 0.024220338091254234, 0.03738519921898842, 0.02308838814496994, + -0.01892266795039177, -0.026694215834140778, -0.08458929508924484, 0.07462191581726074, + -0.060624703764915466, 0.02262713760137558, 0.01587871089577675, -0.039048291742801666, + 0.03265220299363136, -0.05342583730816841, -0.0024102316237986088, -0.004462241195142269, + 0.048190705478191376, -0.05379927530884743, -9.765487629920244e-5, 0.07663416862487793, + 0.035322707146406174, -0.043608203530311584, -0.016361482441425323, 0.03678597882390022, + -0.006990157067775726, -0.019215479493141174, -0.014050460420548916, 0.04038383811712265, + 0.029772067442536354, 0.007108783815056086, 0.017917267978191376, 0.05647045001387596, + -0.016830282285809517, -0.013673961162567139, 0.047971390187740326, 0.03139182925224304, + 0.0011210942175239325, -0.02956065535545349, 0.03195037692785263, 0.01755806989967823, + 0.05171303451061249, 0.05856683477759361, -0.04785719886422157, 0.02970498986542225, + 0.04069839417934418, 0.011069891043007374, -0.012741053476929665, 0.037848394364118576, + 0.10136789828538895, 0.045946553349494934, -0.047954119741916656, 0.03387985751032829, + 0.054960865527391434, 0.07406997680664062, -0.0659632757306099, -0.03686586394906044, + -0.04462546482682228, -0.05048917979001999, 0.009729603305459023, -0.043069690465927124, + -0.015767540782690048, -0.006894464138895273, -0.028965774923563004, -0.011955862864851952, + -0.056507352739572525, 0.006379058118909597, -0.02527996338903904, 0.005526599008589983, + -0.039024703204631805, 0.02508709207177162, 0.05793841555714607, -0.03771732375025749, + -0.025969095528125763, 0.06852362304925919, 0.005161653272807598, -0.07354945689439774, + 0.046814415603876114, -0.04081856086850166, 0.013164887204766273, -0.07250504940748215, + 0.056058358401060104, -0.049706969410181046, -0.0502319410443306, -0.05611753091216087, + 0.002847604686394334, 0.040048979222774506, 0.010660978965461254, 0.00012288686411920935, + -0.025208311155438423, 0.012782753445208073, -0.05911296606063843, 0.0006844876916147768, + 0.0036439578980207443, -0.023876801133155823, 0.00596404355019331, 0.011720462702214718, + -0.07346679270267487, 0.07079674303531647, -0.07258963584899902, 0.04301911219954491, + -0.029060376808047295, -0.004249710589647293, -0.006835137959569693, 0.015515953302383423, + 0.10144760459661484, 0.020188122987747192, -0.00279851071536541, 0.03696775808930397, + 0.04879285767674446, 0.009622691199183464, -0.015297284349799156, 0.025353247299790382, + -0.10377482324838638, -0.04929991811513901, -0.059741728007793427, -0.0322493314743042, + -0.03524447977542877, -0.034248754382133484, -0.03184092044830322, 0.013281682506203651, + -0.013028866611421108, -0.019742930307984352, -0.010698070749640465, -0.09178470820188522, + -0.09185473620891571, -0.037190038710832596, -0.06280890852212906, -0.05653364583849907, + 0.03774801269173622, 0.07259830832481384, -0.0384117029607296, 0.07684088498353958, + 0.004279788583517075, 0.13046801090240479, -0.031122855842113495, 0.11187591403722763, + 0.003310199361294508, 0.027445979416370392, 0.04266466572880745, 0.04720526933670044, + 0.01908225007355213, 0.0083000548183918, -0.039605896919965744, 0.0783640667796135, + 0.013419519178569317, -0.03357097506523132, 0.026242464780807495, 0.027844088152050972, + 0.07980760931968689, 0.01747431978583336, -0.044953603297472, -0.029877234250307083, + -0.013675437308847904, 0.013097172603011131, 0.02269596979022026, -0.007144490722566843, + 0.025478430092334747, 0.08741700649261475, -0.04766545072197914, 0.04221613332629204, + -0.03814968839287758, -0.005958886817097664, -0.021845649927854538, -0.030969616025686264, + 0.07521671801805496, -0.00218890025280416, 0.005400215741246939, 0.01841319166123867, + 0.01358292531222105, -0.04404490068554878, 0.0707867220044136, -0.013720571994781494, + 0.046979792416095734, -0.09545166790485382, -0.04212150350213051, 0.06167894974350929, + 0.019270872697234154, 0.028196701779961586, -0.018926454707980156, 0.0205539483577013, + 0.017392784357070923, 0.005931307561695576, 0.044113535434007645, 0.09246036410331726, + 0.024637233465909958, -0.045453719794750214, -0.02041086181998253, -0.012113170698285103, + -0.025328416377305984, 0.008369382470846176, 0.040563229471445084, -0.020875873044133186, + 0.021442808210849762, -0.004917443264275789, 0.04766185209155083, -0.007958672940731049, + 0.02813945896923542, -0.005605100188404322, 0.016686901450157166, 0.009194405749440193, + -0.024239223450422287, -0.010341806337237358, -0.061866309493780136, -0.019928518682718277, + -0.012831641361117363, -0.05149512365460396, -0.01416478119790554, -0.004033106379210949, + -0.00439493078738451, 0.02695021778345108, 0.037636157125234604, -0.11765048652887344, + -0.03615760803222656, -0.027242569252848625, -0.0028667652513831854, -0.0030690189450979233, + -0.0011609940556809306, 0.04588490352034569, -0.043388139456510544, -0.0690746009349823, + -0.03058803454041481, -0.04947463423013687, 0.008246482349932194, -0.06955511122941971, + 0.06927430629730225, 0.0065191639587283134, 0.01136790495365858, -0.06230440363287926, + 0.029791710898280144, 0.007934978231787682, 0.05447662994265556, 0.018830139189958572, + -0.03253965452313423, 0.01992926187813282, 0.08400532603263855, 0.0021682146470993757, + 0.03227697312831879, -0.008784133940935135, 0.017165696248412132, 0.022118009626865387, + -0.02546658366918564, -0.06556641310453415, -0.04376358911395073, 0.05491090193390846, + 0.05388505011796951, 0.05541815981268883, 0.036874208599328995, 0.02055373787879944, + 0.032635483890771866, 0.07975877076387405, 0.022448409348726273, -0.003476872108876705, + 0.05384506285190582, -0.005076983477920294, 0.05047224462032318, 0.1071622371673584, + 0.02780940756201744, -0.02602151595056057, -0.035975050181150436, -0.026639079675078392, + -0.059453852474689484, -0.045667897909879684, 0.054421573877334595, 0.029121410101652145, + 0.020394470542669296, -0.04923390969634056, -0.013224189169704914, 0.05851878970861435, + -0.07822226732969284, -0.08382643014192581, 0.017564140260219574, -0.07579424977302551, + -0.0408220998942852, -0.04544082656502724, 0.025508636608719826, 0.03602398559451103, + 0.06643492728471756, 0.06713151186704636, -0.05027276650071144, -0.034806523472070694, + 0.03772096708416939, 0.047352638095617294, -0.06736339628696442, -0.10220160335302353, + -0.048212163150310516, -0.07825121283531189, 0.04040927067399025, 0.005528073757886887, + -0.0335162915289402, 0.008874930441379547, -0.0024692616425454617, 0.00978761911392212, + 0.02365465834736824, -0.013285123743116856, 0.03953074291348457, -0.043023426085710526, + 0.0144087765365839, -0.09370319545269012, -0.02368621900677681, -0.0254813265055418, + 0.02604231797158718, -0.033285368233919144, -0.04332510009407997, -0.02796245366334915, + 0.07447600364685059, 0.033254995942115784, 0.0011808123672381043, -0.006002300884574652, + -0.06558601558208466, 0.035863738507032394, -0.07618441432714462, -0.004718852695077658, + -0.009546415880322456, 0.03965188190340996, -0.042419929057359695, 0.019260505214333534 + ], + [ + 0.06279430538415909, 0.027254434302449226, 0.009236898273229599, -0.004304808098822832, + 0.06548944860696793, 0.007214761804789305, -0.12637047469615936, 0.05282279849052429, + 0.08659065514802933, 0.04542886093258858, -0.014421883039176464, 0.09149888157844543, + -0.06764410436153412, -0.037060774862766266, -0.002771112835034728, -0.01908208429813385, + -0.037252575159072876, -0.06795530021190643, -0.041998349130153656, -0.007360246032476425, + -0.08021160960197449, -0.0070737977512180805, -0.00552728958427906, 0.05401883274316788, + 0.012027740478515625, 0.019376816228032112, 0.05721932649612427, 0.05621349811553955, + 0.00263490853831172, -0.06554394215345383, 0.07813595235347748, 0.060404371470212936, + 0.013911139219999313, -0.05806111544370651, 0.07554763555526733, -0.01910603977739811, + 0.015838731080293655, -0.03778501972556114, -0.024572240188717842, 0.03547579422593117, + 0.02285916730761528, -0.03374985232949257, 0.03757406398653984, -0.05128677934408188, + -0.006804830394685268, -0.01952323131263256, 0.052950162440538406, 0.026955941691994667, + 0.04650624096393585, 0.03471733629703522, 0.03900320827960968, -0.007512453943490982, + -0.05332588404417038, -0.03367989510297775, 0.01656859554350376, 0.031442612409591675, + -0.04651299864053726, 0.07228399068117142, 0.01315078791230917, 0.01072232611477375, + 0.05222325772047043, 0.06909126788377762, -0.06341458857059479, 0.036766376346349716, + 0.0029371585696935654, 0.0006451981025747955, -0.05779816955327988, -0.03165540099143982, + -0.022524461150169373, 0.026367828249931335, -0.016474120318889618, 0.02352328971028328, + -0.07003689557313919, 0.0668313130736351, 0.021231619641184807, 0.026986978948116302, + -0.04604639485478401, 0.05328819155693054, 0.05446183308959007, -0.023019906133413315, + -0.01557215116918087, -0.12134558707475662, 0.007205871865153313, -0.0398896262049675, + 0.001415811711922288, -0.014213398098945618, -0.05495554208755493, 0.06108145788311958, + 0.05655457079410553, -0.043333616107702255, 0.03302842751145363, -0.03077324666082859, + -0.01674780622124672, -0.05858542397618294, -0.05065438151359558, 0.06170574575662613, + -0.014660298824310303, 0.0042647914960980415, -0.05022547394037247, 0.00950409285724163, + 0.03648246079683304, -0.004271355457603931, 0.042582184076309204, -0.039097484201192856, + 0.026450859382748604, -0.0030178488232195377, -0.016753576695919037, 0.06275881081819534, + 0.042763032019138336, 0.02372114732861519, -0.10953125357627869, 0.14119452238082886, + 0.05199085921049118, 0.07005694508552551, -0.009481962770223618, 0.04814814403653145, + 0.009219999425113201, 0.04684969037771225, -0.026455042883753777, 0.010930623859167099, + -0.058914296329021454, 0.043910279870033264, -0.03762107342481613, -0.060173362493515015, + -0.029882654547691345, -0.13870495557785034, -0.0719037726521492, -0.04443774372339249, + 0.03375836834311485, -0.00644864933565259, 0.06672682613134384, 0.0660475417971611, -0.0804281160235405, + 0.02134694531559944, -0.027932224795222282, -0.03233954310417175, -0.09680231660604477, + -0.011511142365634441, 0.021521108224987984, 0.04131016507744789, 0.002622404135763645, + 0.025989839807152748, 0.06451981514692307, -0.031207559630274773, -0.016286654397845268, + 0.062227945774793625, 0.05695126950740814, -0.051433056592941284, 0.04028535634279251, + -0.1080094650387764, 0.07919654995203018, -0.03271235153079033, 0.016121838241815567, + -0.026539361104369164, 0.019479118287563324, 0.04467802494764328, 0.011297557502985, + -0.023164547979831696, 0.005119519308209419, -0.0568639412522316, -0.13437803089618683, + -0.004185211844742298, -0.036875203251838684, 0.026858018711209297, 0.006494117900729179, + -0.052698224782943726, 0.05006597191095352, -0.02263786271214485, 0.028555557131767273, + -0.08521828055381775, 0.00974895991384983, 0.009223311208188534, 0.03334592282772064, + 0.031058406457304955, 0.09715934097766876, 0.005270309280604124, 0.07347314804792404, + 0.025120936334133148, 0.011510603129863739, -0.013863177970051765, -0.06983716785907745, + -0.04008740559220314, 0.020352613180875778, -0.05652141571044922, -0.07840482890605927, + -0.006918125785887241, -0.015605652704834938, -0.024497447535395622, 0.007350579369813204, + 0.03319544345140457, -0.02822534553706646, 0.024732191115617752, -0.12022510915994644, + -0.018295224756002426, -0.022855402901768684, -0.06852150708436966, 0.05870436877012253, + 0.08350539952516556, -0.03763820603489876, 0.010674851946532726, 0.046082742512226105, + 0.02468244917690754, 0.04848170280456543, 0.09932855516672134, 0.0014122443972155452, + 0.036606255918741226, 0.13698485493659973, 0.1073213741183281, 0.10302884876728058, + 0.016167620196938515, -0.02909672260284424, 0.0488806813955307, 0.14068642258644104, 0.1326947957277298, + 0.04820830374956131, -0.0033783463295549154, 0.09833463281393051, 0.040119338780641556, + 0.054337095469236374, -0.00452380022034049, -0.0012640205677598715, -0.08639763295650482, + -0.08752257376909256, -0.02759239450097084, -0.034574948251247406, 0.017255136743187904, + -0.06314460933208466, -0.017958952113986015, 0.055332958698272705, 0.10020824521780014, + -0.016405027359724045, -0.0002641707251314074, 0.03250053524971008, -0.0007543436367996037, + 0.015742281451821327, -0.02305862121284008, 0.04037793353199959, -0.04394987225532532, + -0.04394952580332756, -0.0969502180814743, 0.038343396037817, -0.12446827441453934, + -0.0007907302351668477, -0.035600706934928894, -0.04824806749820709, -0.01003887690603733, + 0.03195815533399582, 0.013616382144391537, 0.023057550191879272, -0.023995231837034225, + 0.019418321549892426, 0.09950225800275803, -0.0237562395632267, 8.095000521279871e-5, + -0.03227321431040764, 0.07656997442245483, -0.04453350231051445, 0.0731923058629036, + -0.003074446227401495, -0.03322220593690872, 0.07785304635763168, 0.0026439307257533073, + -0.08595569431781769, -0.04348503798246384, 0.04095881059765816, 0.018371781334280968, + -0.08452291786670685, -0.1023792177438736, -0.04949570074677467, -0.0678209662437439, + -0.04659288376569748, -0.04576490446925163, -0.053306709975004196, 0.05482081323862076, + -0.015495538711547852, -0.06701747328042984, -0.03779799863696098, -0.0365586094558239, + -0.04341745376586914, 0.05674022436141968, 0.0019744946621358395, -0.044028811156749725, + 0.04761785641312599, 0.05494045466184616, -0.07433466613292694, 0.05393548682332039, + -0.020175589248538017, -0.023922426626086235, -0.038911256939172745, -0.001952646067366004, + -0.08414242416620255, -0.00010145487613044679, -0.025076912716031075, 0.01802183873951435, + -0.009933914989233017, -0.033622030168771744, 0.0017802190268412232, 0.044948529452085495, + 0.037234917283058167, 0.044094279408454895, 0.008668432012200356, 0.10377375036478043, + 0.11487045884132385, 0.031523529440164566, 0.06578532606363297, 0.002915718825533986, + -0.08828435838222504, -0.03507190942764282, 0.10270648449659348, 0.02770097926259041, + 0.006737112533301115, -0.03617468103766441, -0.01974293403327465, 0.0478607602417469, + -0.07110745459794998, 0.02500746212899685, 0.03460045903921127, 0.06830617040395737, + 0.048389703035354614, 0.04701681062579155, 0.0024148263037204742, -0.022538231685757637, + 0.02725563757121563, 0.06351407617330551, 0.053136732429265976, -0.11604121327400208, + 0.026899034157395363, -0.04433300346136093, 0.01720980927348137, -0.07624787092208862, + 0.010974838398396969, -0.010333545506000519, -0.03166121244430542, 0.040464527904987335, + -0.08952835947275162, 0.07920815795660019, 0.0035642858128994703, -0.10563725233078003, + -0.00012830877676606178, 0.027131909504532814, 0.05753511190414429, -0.015605260618031025, + 0.08536672592163086, -0.04440677911043167, 0.09436801820993423, 0.039988450706005096, + -0.05601509287953377, 0.007434696890413761, 0.0022496029268950224, 0.00035089082666672766, + -0.07242131978273392, -0.08521652966737747, 0.008962023071944714, -0.03597523272037506, + 0.03768889233469963, -0.005614877212792635, 0.041669007390737534, -0.036710575222969055, + -0.07267255336046219, 0.04149580001831055, -0.043074026703834534, -0.040281154215335846, + 0.08030170202255249, -0.039822470396757126, -0.02074022777378559, -0.057906027883291245, + -0.07172900438308716, -0.07305274158716202, -0.02245328016579151, -0.05359475687146187, + -0.02836522087454796, -0.07376953214406967, 0.0015446533216163516, -0.028496602550148964, + 0.032845500856637955, -0.01228516548871994, -0.025740481913089752, 0.02549637109041214, + -0.06976334005594254, 0.0032109254971146584, -0.028937429189682007, 0.02940267138183117, + 0.012591137550771236, -0.013004014268517494 + ], + [ + 0.010806823149323463, 0.01630270853638649, -0.062491416931152344, -0.1753663271665573, + -0.10601913928985596, -0.035635605454444885, 0.04233391582965851, 0.008704244159162045, + -0.08234056085348129, 0.011399846524000168, -0.04261980950832367, -0.029106369242072105, + 0.0021874653175473213, -0.04450373351573944, 0.011192242614924908, -0.03126584365963936, + 0.021042432636022568, -0.014997105114161968, -0.03130800649523735, 0.06877605617046356, + 0.013316584751009941, 0.027395019307732582, 0.07928287982940674, 0.06844407320022583, + 0.04783407598733902, -0.034050967544317245, 0.017709380015730858, 0.058715928345918655, + -0.056424207985401154, 0.08211307227611542, 0.004994596820324659, -0.033879198133945465, + 0.023764533922076225, 0.03871176764369011, 0.013694706372916698, -0.010071231983602047, + 0.008283437229692936, -0.07522862404584885, -0.007782160770148039, 0.013157574459910393, + -0.09775961935520172, -0.02300352416932583, 0.06291838735342026, 0.024421170353889465, + -0.06935186684131622, 0.03854900598526001, 0.03340456262230873, 0.06453664600849152, + -0.0033324745018035173, 0.023207129910588264, -0.03065364807844162, 0.059472884982824326, + -0.06648006290197372, -0.05410967022180557, 0.05505301058292389, -0.065743088722229, + 0.03422851860523224, -0.02332531288266182, -0.021816696971654892, -0.010355405509471893, + -0.06261894851922989, 0.042034585028886795, -0.0027931828517466784, 0.08327195048332214, + -0.02030443213880062, 0.02792704664170742, 0.01888548955321312, -0.021670807152986526, + -0.03452545031905174, -0.005140593741089106, 0.04092606157064438, 0.06610431522130966, + 0.049102783203125, 0.007374854292720556, 0.011778561398386955, 0.05880419537425041, + -0.0063366577960550785, -0.04752231016755104, 0.02229280211031437, 0.09916642308235168, + -0.06979190558195114, 0.04604130983352661, 0.037507448345422745, 0.03820246458053589, + 0.02184273488819599, -0.01965458318591118, -0.024706151336431503, -0.049735669046640396, + 0.048078443855047226, -0.0938875749707222, 0.014131714589893818, -0.06131863594055176, + 0.06155681610107422, 0.02469676546752453, -0.06616752594709396, 0.04307021200656891, + 0.027866747230291367, 0.007761792279779911, -0.06521990895271301, -0.052978720515966415, + -0.05800405144691467, 0.006414582021534443, -0.056086648255586624, 0.06931735575199127, + 0.06704799830913544, 0.10672306269407272, 0.04942306503653526, 0.009771335870027542, + -0.02985251508653164, -0.0664956346154213, 0.03846600651741028, -0.07335972785949707, + -0.013205012306571007, -0.001507198205217719, 0.006019356194883585, 0.04250651225447655, + 0.008263721130788326, 0.058004848659038544, -0.009584637358784676, -0.0618835985660553, + 0.03984823822975159, -0.003836967283859849, -0.06865952908992767, 0.005582123063504696, + 0.056832969188690186, -0.008813797496259212, -0.08119745552539825, 0.048802003264427185, + 0.04272658750414848, 0.03885142505168915, 0.059441111981868744, -0.07390782982110977, + -0.10033611953258514, -0.0029582364950329065, 0.03707944601774216, 0.03275751695036888, + -0.005009154789149761, 0.07305531948804855, 0.05641661584377289, 0.033837199211120605, + -0.0014870059676468372, -0.043021395802497864, -0.04981077089905739, 0.022750498726963997, + 0.033357784152030945, -0.06457476317882538, 0.029666274785995483, 0.02328844740986824, + 0.03869413584470749, -0.018936283886432648, 0.02151699922978878, 0.0001640611153561622, + -0.054468777030706406, -0.027627665549516678, -0.012266416102647781, -0.02616892382502556, + 0.08142223954200745, 0.003508397378027439, -0.03907392919063568, -0.038563378155231476, + 0.04203427955508232, 0.03741429001092911, 0.01307577732950449, -0.05122438445687294, + -0.008042252622544765, -0.032295774668455124, 0.02721908502280712, -0.010222513228654861, + 0.021071169525384903, -0.026811031624674797, 0.013078736141324043, -0.012852695770561695, + -0.0043425178155303, 0.058411721140146255, -0.07772152870893478, -0.019858958199620247, + -0.07423347979784012, -0.04263162612915039, -0.0925246998667717, 0.01723502017557621, + 0.020584510639309883, -0.016313401982188225, -0.002163620898500085, -0.04967466741800308, + -0.07245049625635147, -0.0018010195344686508, -0.03824501484632492, -0.06883826106786728, + -0.06039929389953613, 0.032921530306339264, 0.012190901674330235, 0.035094115883111954, + -0.06000654026865959, -0.0477486215531826, 0.0705268532037735, 0.022056620568037033, + -0.0927802175283432, -0.0014705467037856579, 0.09360833466053009, -0.002057502744719386, + -0.00593881169334054, 0.046058814972639084, -0.01647346094250679, -0.08610304445028305, + 0.13405990600585938, 0.042052965611219406, 0.022527148947119713, -0.10664282739162445, + -0.07240980863571167, 0.10949375480413437, -0.039834391325712204, 0.006599321961402893, + -0.02936381660401821, -0.10013414174318314, -0.06145782768726349, -0.02758926711976528, + -0.015304316766560078, -0.031184006482362747, 0.11520149558782578, -0.059396564960479736, + -0.04950875788927078, 0.025205688551068306, -0.029820222407579422, -0.00015294209879357368, + 0.01828334853053093, -0.04250158742070198, 0.029647761955857277, -0.020288491621613503, + -0.04814578592777252, 0.00572560727596283, -0.0012276057386770844, -0.03494381532073021, + -0.04378531500697136, 0.016802923753857613, -0.02494712918996811, 0.028755171224474907, + -0.026033977046608925, -0.10481200367212296, -0.025085793808102608, -0.0567089281976223, + 0.07295458018779755, 0.0011176654370501637, -0.013906179927289486, -0.05366610363125801, + 0.05540645867586136, -0.03492114692926407, -0.011060744524002075, -0.017027607187628746, + 0.01907682605087757, -0.002977365395054221, -0.02783202938735485, -0.059022750705480576, + -0.0035125978756695986, 0.03047025017440319, -0.09088964015245438, 0.07604428380727768, + 0.0030547156929969788, -0.10302544385194778, 0.0035699792206287384, -0.04170486330986023, + -0.11846885830163956, 0.09977608919143677, -0.0336613729596138, 0.013431352563202381, + -0.07602336257696152, -0.06648954004049301, 0.007977618835866451, 0.039320215582847595, + -0.002191939391195774, 0.029338398948311806, 0.0615469291806221, -0.020225170999765396, + 0.07578753679990768, 0.014054992236196995, 0.008542430587112904, 0.05009009316563606, + -0.0023339102044701576, -0.06489446014165878, 0.018735362216830254, 0.04346664622426033, + -0.0809452086687088, 0.11667691171169281, 0.1221357062458992, -0.07609201222658157, 0.12986616790294647, + -0.07611269503831863, -0.05238857865333557, 0.023513251915574074, -0.0010311728110536933, + 0.10811224579811096, -0.06120157241821289, 0.08881034702062607, -0.05176198482513428, + 0.07667597383260727, -0.013283103704452515, -0.08861783891916275, -0.049790751188993454, + 0.014167078770697117, 0.004814474377781153, -0.019090106710791588, 0.06545869261026382, + 0.014440429396927357, 0.04539676383137703, 0.0022830856032669544, 0.047552332282066345, + 0.0511629693210125, -0.015170536935329437, 0.03059076890349388, 0.005441611632704735, + -0.04275621101260185, -0.0014943695859983563, -0.0584239698946476, -0.04969256743788719, + 0.00558613333851099, 0.11995474994182587, 0.007537332363426685, -0.015533235855400562, + -0.05951300635933876, 0.03588584065437317, -0.012740310281515121, 0.05495612695813179, + 0.038770683109760284, -0.0015292344614863396, -0.1338118314743042, -0.07986663281917572, + 0.03250395134091377, -0.035423386842012405, -0.026863757520914078, -0.025113705545663834, + -0.00914030708372593, 0.05329402536153793, 0.06052921339869499, 0.07657242566347122, + 0.0041169472970068455, -0.06617606431245804, 0.004201285075396299, 0.018589718267321587, + -0.0895066037774086, -0.004668260924518108, 0.05427580326795578, -0.057148635387420654, + 0.01181029062718153, 0.002494873246178031, 0.0021963082253932953, -0.07980693876743317, + -0.002001863671466708, 0.04719552770256996, -0.021287571638822556, 0.03528561815619469, + -0.006653289310634136, -0.04400499537587166, -0.005297468509525061, -0.017354687675833702, + 0.03721234202384949, 0.015262555330991745, -0.02402237243950367, 0.01706976629793644, + -0.11595572531223297, -0.030839772894978523, -0.0678650289773941, -0.03452654927968979, + -0.01507712621241808, -0.04459185525774956, 0.018969330936670303, -0.0021773804910480976, + 0.06428348273038864, 0.1218169704079628, -0.007606441155076027, -0.0021552161779254675, + -0.08830484002828598, 0.03872527927160263, 0.06423535197973251, -0.015576936304569244, + 0.006799401715397835, 0.025028223171830177, -0.015232543461024761, 0.01184123009443283, + -0.004996930714696646, 0.07367780804634094, -0.015799686312675476, -0.00743546849116683, + -0.02823939546942711, 0.061013363301754, 0.03499428182840347 + ], + [ + -0.03657134622335434, 0.005147866904735565, 0.025128955021500587, -0.008499626070261002, + 0.015677353367209435, 0.011030025780200958, -0.005924533121287823, -0.09295008331537247, + -0.030836153775453568, -0.07102681696414948, -0.044520702213048935, -0.04626505449414253, + -0.02876230701804161, 0.00022966544202063233, -0.04062166064977646, 0.02364511974155903, + 0.026511991396546364, -0.04726862534880638, 0.0037798045668751, 0.021176571026444435, + 0.057648997753858566, 0.021956294775009155, 0.01097008679062128, -0.05602160096168518, + 0.03954128175973892, 0.04399432986974716, -0.08770827203989029, 0.02319984883069992, + 0.04027461260557175, -0.04345370829105377, -0.008064487017691135, -0.09475913643836975, + -0.006330364383757114, -0.024225806817412376, 0.060233261436223984, 0.02290491946041584, + -0.014889074489474297, -0.03733312338590622, -0.01937953010201454, -0.025865379720926285, + 0.04890407621860504, -0.023480845615267754, -0.030962776392698288, -0.034165993332862854, + -0.02768605388700962, 0.0076735420152544975, 0.016899416223168373, 0.051019251346588135, + 0.032968372106552124, -0.0014308019308373332, 0.06898819655179977, 0.06081235408782959, + -0.07492519915103912, -0.010819713585078716, 0.00962565653026104, 0.04545876011252403, + -0.0015688551357015967, 0.0014655283885076642, 0.04356936365365982, -0.04221026599407196, + 0.06416717916727066, -0.03447340801358223, -0.09793892502784729, -0.0174793042242527, + -0.014135421253740788, -0.059043146669864655, -0.05997280403971672, 0.006777382455766201, + -0.04442057013511658, -0.0005081568961031735, 0.026242123916745186, -0.0287312064319849, + 0.04629157483577728, -0.0486316941678524, 0.0059632291086018085, -0.016902966424822807, + 0.09076681733131409, -0.056455984711647034, 0.03739176318049431, 0.031688787043094635, + 0.006746730301529169, -0.025679809972643852, -0.06100338697433472, 0.029029622673988342, + 0.034005723893642426, -0.02386336587369442, 0.05759352445602417, -0.0711265429854393, + -0.016761217266321182, 0.05361760035157204, 0.04736977070569992, -0.06134188920259476, + -0.0640525296330452, 0.016286902129650116, 0.015785671770572662, 0.052592549473047256, + 0.014038789086043835, 0.06104006618261337, 0.050073858350515366, -0.034846801310777664, + 0.057037971913814545, 0.03769996762275696, -0.022482825443148613, 0.04070037603378296, + 0.05146785452961922, 0.05237634852528572, -0.04956553876399994, -0.03608902916312218, + 0.015086348168551922, -0.013637394644320011, 0.08748520910739899, -0.05511070042848587, + 0.08333530277013779, 0.018618043512105942, -0.03016417659819126, 0.027487972751259804, + -0.05005601793527603, -0.026337938383221626, -0.0714455097913742, 0.03714679926633835, + 0.0023937327787280083, -0.0065444414503872395, -0.024878431111574173, 0.05692180618643761, + 0.003377297194674611, 0.03448719158768654, 0.015881534665822983, -0.022482896223664284, + 0.019414905458688736, -0.02118280529975891, -0.01998201198875904, -0.051119156181812286, + 0.02839854545891285, -0.0557381846010685, -0.043113283812999725, -0.006247326731681824, + 0.042980071157217026, 0.06770078837871552, -0.003975442610681057, 0.007708344142884016, + -0.0024319805670529604, -0.0947764441370964, 0.023609215393662453, 0.002306885551661253, + -0.02329910360276699, -0.03846210986375809, -0.021157989278435707, -0.03832465410232544, + -0.031903643161058426, -0.045566048473119736, 0.03297790139913559, 0.07108033448457718, + 0.010501694865524769, -0.09094492346048355, 0.03197762370109558, -0.0057369377464056015, + 0.03297954425215721, 0.010943908244371414, 0.017317425459623337, 0.06673705577850342, + -0.0236352551728487, 0.020924272015690804, -0.01499746460467577, -0.0016829761443659663, + 0.0017380263889208436, -0.006333034951239824, 0.019538458436727524, -0.08170419931411743, + -0.014674008823931217, 0.008065683767199516, 0.00584173109382391, 0.0025447679217904806, + -0.0741393119096756, -0.06620398908853531, 0.018210744485259056, 0.038347676396369934, + 0.015835685655474663, 0.022434888407588005, -0.008156499825417995, -0.0008659412851557136, + -0.034355465322732925, 0.012322479858994484, -0.024099817499518394, 0.022784734144806862, + 0.029014509171247482, 0.0317254401743412, 0.049158502370119095, 0.050854235887527466, + -0.005764365661889315, 0.053881868720054626, 0.03064139187335968, -0.03821578994393349, + 0.04608817771077156, -0.013284365646541119, 0.019429249688982964, 0.025795400142669678, + -0.04685625433921814, -0.028602832928299904, 0.04385282099246979, 0.0036506187170743942, + -0.03259001299738884, 0.003488356014713645, 0.04971605911850929, -0.033748868852853775, + -0.019340811297297478, -0.03954385221004486, -0.04964500293135643, -0.012790407054126263, + -0.0989803820848465, 0.019002286717295647, 0.06128061190247536, -0.033840473741292953, + 0.016561128199100494, -0.010530585423111916, -0.03462586924433708, -0.0002926512679550797, + -0.025684846565127373, -0.048699650913476944, -0.02051771804690361, -0.010572363622486591, + 0.03581991419196129, -0.028758367523550987, 0.03946862369775772, -0.04819381982088089, + 0.014251704327762127, 0.011678783223032951, -0.02527773752808571, 0.005367479287087917, + -0.002855120925232768, -0.06824221462011337, 0.044212616980075836, -0.006014616694301367, + -0.050565969198942184, 0.053772252053022385, -0.0570632703602314, 0.02989007905125618, + 0.012236159294843674, 0.07654789835214615, -0.027005424723029137, -0.02181839756667614, + 0.015201933681964874, 0.10058673471212387, 0.07938721030950546, -0.005784935317933559, + -0.04064381495118141, 0.026320112869143486, 0.05447825789451599, -0.04236723855137825, + -0.021863829344511032, 0.04545428976416588, -0.0488969087600708, -0.03601476177573204, + -0.006439108867198229, 0.02764672040939331, -0.04293019697070122, 0.03931432589888573, + -0.08550552278757095, 0.07532474398612976, 0.022752242162823677, 0.040078822523355484, + -0.02134304866194725, 0.013251731172204018, 0.05442884936928749, -0.0015381008852273226, + -0.0024499439168721437, -0.07510226219892502, 0.10484626889228821, 0.018857227638363838, + 0.00843846146017313, -0.028969382867217064, 0.03763638809323311, 0.004015821497887373, + -0.03739860653877258, -0.023308802396059036, -0.011179262772202492, -0.001976963132619858, + 0.04254547134041786, 0.04931889474391937, 0.0022474222350865602, 0.04287979379296303, + -0.021372510120272636, 0.010637587867677212, -0.012566827237606049, -0.023845572024583817, + -0.05366167053580284, 0.0045805154368281364, 0.007896320894360542, 0.030182698741555214, + 0.08634039759635925, 0.05466758459806442, 0.02954884059727192, 0.07721259444952011, + -0.009618829935789108, 0.01895471103489399, 0.05809548869729042, 0.028581606224179268, + -0.007448835298418999, 0.025878192856907845, -0.04227827116847038, 0.02153838239610195, + 0.07081880420446396, -0.011311057955026627, -0.0005645320052281022, 0.0068559120409190655, + -0.06333370506763458, 0.02034146711230278, -0.007660278584808111, 0.014303123578429222, + 0.01410613115876913, -0.027917245402932167, -0.04831035062670708, -0.022257210686802864, + 0.07304321974515915, -0.08753938972949982, -0.001030317391268909, 0.03959769010543823, + 0.031416840851306915, -0.08563687652349472, 0.048641834408044815, 0.019831670448184013, + -0.038551829755306244, -0.014590166509151459, -0.07738561928272247, -0.0904979258775711, + -0.041873469948768616, -0.008337155915796757, -0.03461417555809021, 0.04615181311964989, + -0.015155219472944736, 0.019490312784910202, 0.016156816855072975, -0.003268551081418991, + -0.039154913276433945, 0.027717195451259613, -0.0789455994963646, -0.047005970031023026, + -0.02863183245062828, 0.01690724678337574, 0.0262906514108181, 0.05283751338720322, -0.0168202742934227, + -0.05050838738679886, -0.06448399275541306, 0.09402129799127579, -0.07641619443893433, + -0.006971285212785006, 0.060483045876026154, 0.03385321423411369, 0.01582820899784565, + 0.008345034904778004, -0.0016272093635052443, 0.026977652683854103, 0.007793201599270105, + -0.04704896733164787, -0.03478600084781647, -0.005628223065286875, 0.0241907499730587, + -0.03868357092142105, 0.021883919835090637, -0.09145782142877579, -0.012083319015800953, + 0.06950455904006958, -0.07035266607999802, 0.03454078361392021, 0.015151401050388813, + 0.019649893045425415, 0.018362129107117653, 0.06372636556625366, 0.01681394875049591, + 0.06350574642419815, 0.07531670480966568, 0.06426011770963669, -0.04927371069788933, + 0.026391102001070976, 0.01514572836458683, -0.05491958558559418, 0.08869259059429169, + -0.02907710149884224, 0.024416068568825722, -0.0009427817421965301, -0.011229271069169044, + 0.017405100166797638, 0.01687048189342022, -0.03247850760817528 + ], + [ + 0.03540893644094467, 0.013383365236222744, -0.005055080633610487, 0.04867454618215561, + 0.005403201095759869, 0.04705991595983505, 0.012836906127631664, 0.007818239741027355, + 0.007397215813398361, 0.025341587141156197, -0.0705583319067955, 0.06196564435958862, + -0.027498986572027206, 0.11434091627597809, 0.0810656026005745, -0.05760052800178528, + -0.013813752681016922, -0.022035660222172737, 0.0670045018196106, -0.060216233134269714, + -0.03580494970083237, -0.022349165752530098, 0.019674107432365417, -0.04014257341623306, + -0.004337548278272152, 0.011092491447925568, -0.004813786130398512, -0.061083998531103134, + 0.0006323865382000804, -0.012245585210621357, -0.05919433385133743, -0.020945750176906586, + 0.04481213539838791, -0.029036516323685646, 0.004961139522492886, 0.08875963091850281, + -0.032357845455408096, -0.04071413353085518, -0.03501909598708153, -0.052540373057127, + 0.023661084473133087, 0.053440745919942856, 0.03483601287007332, 0.022242605686187744, + 0.031489018350839615, -0.029856976121664047, 0.0068079703487455845, 0.00016006028454285115, + -0.0305143054574728, -0.028908470645546913, 0.060294561088085175, -0.012141925282776356, + -0.010547013022005558, -0.04680221155285835, -0.024952154606580734, 0.06802229583263397, + 0.002171770203858614, 0.07951986789703369, 0.07698359340429306, 0.005216098390519619, + 0.0026341513730585575, -0.0852714478969574, -0.050772774964571, 0.04208746179938316, + -0.020282160490751266, 0.027035776525735855, -0.05545268580317497, 0.02826453186571598, + 0.02579154074192047, -0.09542742371559143, 0.02623649127781391, -0.03163157403469086, + 0.027994753792881966, -0.05712255835533142, -0.019472412765026093, -0.0015667262487113476, + 0.12847287952899933, -0.047606706619262695, 0.016453232616186142, -0.017120011150836945, + -0.040478236973285675, -0.007030555047094822, -0.017194649204611778, 0.020880496129393578, + 0.015575570985674858, 0.052514925599098206, 0.012785428203642368, -0.01226618979126215, + -0.09400492906570435, -0.013007855974137783, -0.011711455881595612, -0.03842291980981827, + -0.027524661272764206, 0.04818723350763321, 0.016144460067152977, -0.012921422719955444, + -0.03400437533855438, 0.0018540755845606327, -0.01423702109605074, 0.020397521555423737, + -0.01682078093290329, -0.01753520593047142, 0.03260812535881996, -0.054193165153265, + -0.0675516352057457, 0.002455096459016204, 0.04470483213663101, 0.05027684569358826, 0.0353991761803627, + -0.004175557754933834, 0.02092605270445347, -0.038257453590631485, -0.01880578324198723, + 0.06501690298318863, 0.020465241745114326, 0.040541622787714005, -0.023037023842334747, + 0.0065431599505245686, 0.06563708931207657, -0.04644196853041649, 0.047273483127355576, + -0.060547828674316406, 0.02087869681417942, -0.054193317890167236, 0.0374777652323246, + -0.012597654946148396, -0.04050556197762489, 0.04344652593135834, 0.012861790135502815, + -0.07367254793643951, 0.050928451120853424, 0.03209377080202103, -0.006437375210225582, + -0.05364000424742699, 0.034431520849466324, -0.02510969154536724, 0.019104110077023506, + 0.05017156898975372, -0.036152515560388565, 0.03606376051902771, -0.06872038543224335, + -0.10828620195388794, 0.06309858709573746, -0.030028894543647766, -0.052213288843631744, + 0.029299570247530937, -0.04738357290625572, 0.05400058254599571, -0.05023356154561043, + 0.047875162214040756, -0.002858034335076809, 0.06009810417890549, 0.026662027463316917, + -0.05280539393424988, 0.025001008063554764, -0.03907063603401184, 0.05294165015220642, + -0.07456891983747482, 0.014993807300925255, -0.007635238114744425, -0.014859759248793125, + 0.03249074146151543, 0.05987480282783508, 0.0510617196559906, 0.020368890836834908, + 0.021989207714796066, -0.019871054217219353, -0.04437623918056488, 0.042987145483493805, + 0.0712650939822197, 0.006739635951817036, 0.04161868989467621, -0.03727612644433975, + 0.025245334953069687, 0.053509172052145004, -0.042981427162885666, -0.01690295897424221, + -0.01007287111133337, -0.024105798453092575, -0.0008908906020224094, -0.01687902957201004, + 0.05038880556821823, 0.08544739335775375, 0.021831227466464043, 0.06529700011014938, + -0.0015449363272637129, -0.01009836420416832, -0.06071348488330841, 0.005881370976567268, + 0.008868246339261532, -0.006519954651594162, 0.008134604431688786, 0.05348564311861992, + 0.10469347983598709, -0.04367048665881157, 0.012675854377448559, -0.04842265322804451, + -0.05760103091597557, 0.00850143563002348, -0.01691475324332714, -0.03481215983629227, + -0.03103366121649742, 0.05050698667764664, -0.034493234008550644, -0.08564334362745285, + -0.04851667582988739, -0.011784646660089493, -0.017952343448996544, 0.006535673979669809, + 0.08819032460451126, -0.03662598133087158, -0.022532295435667038, -0.017272481694817543, + 0.002086708787828684, 0.0067452252842485905, 0.03913810849189758, 0.030267542228102684, + -0.07139769196510315, -0.021658778190612793, 0.012056831270456314, 0.043043527752161026, + -0.0024295810144394636, -0.027526354417204857, -0.018582401797175407, -0.0013789469376206398, + -0.045365042984485626, 0.025473108515143394, 0.03162067010998726, 0.0011935903457924724, + -0.07745344191789627, -0.010837760753929615, -0.03375163674354553, 0.004689515568315983, + -0.026054536923766136, -0.06579108536243439, 0.029009312391281128, 0.023567495867609978, + 0.028565462678670883, -0.07175663113594055, -0.023132814094424248, 0.016943013295531273, + 0.03574870526790619, 0.06298321485519409, -0.008787949569523335, -0.006382709369063377, + 0.07344992458820343, -0.046081095933914185, 0.033749718219041824, 0.07605817914009094, + 0.051789429038763046, -0.0428742989897728, -0.030517607927322388, -0.00293561234138906, + 0.016513308510184288, -0.07919014990329742, -0.023073380813002586, -0.029813585802912712, + 0.033067185431718826, 0.06532236188650131, 0.01997961848974228, -0.06701604276895523, + 0.01999039389193058, -0.025804977864027023, 0.09645462781190872, 0.02314719557762146, + -0.10655849426984787, 0.06621607393026352, 0.0373573936522007, 0.04848695918917656, + -0.03377633914351463, -0.015728365629911423, 0.07963401079177856, -0.031307343393564224, + 0.06999724358320236, -0.005624318029731512, 0.03532559797167778, -0.0059038205072283745, + -0.09015941619873047, -0.023146968334913254, 0.0337267704308033, -0.00572854233905673, + 0.04865376651287079, 0.01245962455868721, 0.019690964370965958, 0.07200270146131516, + -0.04692354425787926, 0.06791490316390991, 0.013175196945667267, 0.05844932049512863, + 0.08092748373746872, -0.0415215902030468, 0.05394858121871948, 0.010487145744264126, + -0.0025731755886226892, -0.027771838009357452, 0.00719334464520216, 0.02650362439453602, + -0.01903185248374939, -0.0014887063298374414, 0.03194229304790497, -0.018849872052669525, + -0.04510035365819931, -0.013709211722016335, 0.026996703818440437, -0.09283339232206345, + -0.07081526517868042, -0.0010781215969473124, -0.03943130746483803, -0.01824391819536686, + 0.0566357858479023, -0.04443526640534401, -0.06529664248228073, -0.02275058813393116, + 0.00774530041962862, 0.006642302963882685, -0.05096367374062538, -0.027390463277697563, + -0.018226174637675285, -0.03651737421751022, 0.02758670039474964, -0.022709688171744347, + 0.07343101501464844, -0.02498731203377247, -0.06693258881568909, -0.0331772118806839, + 0.027814671397209167, -0.05655469372868538, 0.03329134359955788, 0.03348996862769127, + 0.01379847340285778, 0.025845015421509743, -0.013529123738408089, -0.04885649308562279, + -0.0039016937371343374, -0.06154030188918114, -0.057420823723077774, -0.07456273585557938, + 0.08886028826236725, 0.02204914391040802, 0.021546918898820877, 0.005353355314582586, + -0.00014078263484407216, -0.059113264083862305, 0.0718994066119194, -0.07212195545434952, + -0.049296312034130096, 0.0734698623418808, 0.06307146698236465, -0.003703489201143384, + 0.04481063038110733, 0.01796911656856537, 0.10470738261938095, 0.03982912376523018, + -0.024737505242228508, 0.04195437207818031, 0.016682341694831848, -0.05686521902680397, + -0.030178897082805634, 0.03781742602586746, -0.0890592634677887, -0.017832022160291672, + 0.07889601588249207, -0.10850599408149719, 0.037321221083402634, 0.013542613945901394, + 0.119295634329319, -0.009391016326844692, 0.07025545090436935, 0.00898074172437191, + -0.022574514150619507, -0.04540959373116493, 0.05272948369383812, -0.09813278913497925, + 0.03275889903306961, -0.024351729080080986, -0.03567676991224289, 0.0748494490981102, + -0.05123290419578552, 0.0725223571062088, 0.06877285242080688, -0.00923050008714199, + 0.051285821944475174, 0.088542141020298, 0.006334962788969278 + ], + [ + 0.013504952192306519, 0.007673158310353756, -0.018307296559214592, 0.03521360084414482, + -0.058315470814704895, 0.04437137022614479, 0.039663732051849365, -0.030084021389484406, + -0.016872156411409378, -0.05223299562931061, -0.01632886566221714, 0.04201829060912132, + -0.05885281413793564, 0.03668734431266785, 0.01592307910323143, -0.0024095154367387295, + -0.010552354156970978, 0.03764290735125542, -0.015920521691441536, -0.021721601486206055, + 0.020914586260914803, -0.019796324893832207, 0.049309346824884415, -0.018600162118673325, + 0.05531281232833862, 0.030561568215489388, -0.039496902376413345, 0.004757080227136612, + 0.0555691197514534, -0.011027953587472439, -0.08379192650318146, -0.046583011746406555, + -0.06957155466079712, -0.04695720598101616, -0.037568069994449615, 0.030852213501930237, + -0.021541830152273178, -0.03562071546912193, 0.04974271357059479, 0.022828930988907814, + -0.028051847591996193, -0.008033338002860546, 0.009179830551147461, -0.011853531002998352, + -0.04156959056854248, 0.0414091981947422, 0.03717467933893204, -0.030915765091776848, + 0.004836005624383688, -0.05786877125501633, 0.05084540694952011, -0.008492729626595974, + -0.08150246739387512, 0.03723812475800514, 0.013613703660666943, 0.030005045235157013, + 0.00491719413548708, 0.03788929432630539, 0.04451415315270424, -0.007447522133588791, + 0.025950755923986435, -0.031501319259405136, -0.09145709127187729, 0.04363559931516647, + -0.031005891039967537, -0.030323868617415428, 0.016988113522529602, 0.00698990048840642, + -0.016650810837745667, -0.008483917452394962, -0.03272366151213646, 0.008257811889052391, + 0.06456883996725082, -0.059750139713287354, 0.05266141891479492, -0.01802888512611389, + 0.10091617703437805, 0.03077946975827217, -0.029914967715740204, 0.08788545429706573, + 0.026214592158794403, 0.009681934490799904, 0.015686500817537308, 0.028570041060447693, + 0.003939250949770212, -0.03789333626627922, 0.043638963252305984, -0.057649821043014526, + -0.01659943163394928, 0.0033670600969344378, -0.04987649992108345, -0.0031240491662174463, + 0.011131604202091694, -0.04288233816623688, -0.04739414528012276, -0.04212295264005661, + -0.07957065105438232, 0.04837270826101303, -0.003922620322555304, 0.022042756900191307, + 0.04006502777338028, 0.08074992150068283, -0.049963172525167465, 0.02700798772275448, + -0.01085634808987379, 0.0278351828455925, -0.004635033663362265, 0.018180327489972115, + 0.04177397862076759, -0.06044275313615799, 0.04577153921127319, -0.07168634235858917, + 0.03236476704478264, 0.013097581453621387, -0.037427447736263275, -0.043407779186964035, + -0.019175222143530846, -0.0807209238409996, 0.04824459180235863, -0.029860720038414, + -0.01362956129014492, -0.04274944216012955, 0.027813395485281944, 0.015748394653201103, + -0.0561191588640213, -0.030913058668375015, -0.05647905915975571, 0.016193734481930733, + -0.021393902599811554, 0.002527403412386775, 0.06239243596792221, -0.05832275375723839, + -0.005543763283640146, 0.0012754248455166817, 0.1033625677227974, 0.003245115512982011, + 0.06855520606040955, 0.04646281152963638, -0.007738947868347168, -0.020836714655160904, + -0.047944582998752594, -0.09684570878744125, 0.02123302035033703, -0.003177137579768896, + -0.04639670252799988, 0.01769723929464817, -0.0027166884392499924, 0.024562139064073563, + -0.08475539088249207, 0.010216292925179005, 0.044699665158987045, -0.018312504515051842, + 0.010069192387163639, -0.01993880607187748, 0.07480232417583466, -0.07800576835870743, + -0.03609590604901314, 0.04605595022439957, -0.024312205612659454, -0.008128916844725609, + -0.07752137631177902, 0.040365591645240784, 0.032169144600629807, 0.013628508895635605, + 0.06688864529132843, -0.07791287451982498, 0.030376974493265152, -0.09137589484453201, + -0.03464385122060776, 0.021523253992199898, -0.04328757897019386, 0.02311018854379654, + 0.0023647344205528498, -0.023522362112998962, 0.022348545491695404, -0.01785465143620968, + -0.03427237272262573, 0.018521707504987717, -0.054732777178287506, 0.016492104157805443, + 0.05744802579283714, -0.027112921699881554, 0.0022360633593052626, 0.0649615004658699, + 0.06277752667665482, 0.018681563436985016, 0.011907018721103668, 0.014053979888558388, + -0.01720590703189373, 0.029529530555009842, 0.015292983502149582, 0.025916676968336105, + 0.022606277838349342, 0.08581477403640747, -0.040564797818660736, 0.05687858536839485, + 0.03155634552240372, -0.05778327211737633, 0.0124009745195508, -0.05454495549201965, + -0.05406644940376282, -0.10855299979448318, -0.031962309032678604, -0.008311258628964424, + -0.04497705027461052, -0.03463742882013321, -0.02477382868528366, 0.012431248091161251, + -0.03626163676381111, -0.018208105117082596, 0.019757213070988655, -0.02660561352968216, + -0.030640216544270515, -0.027639338746666908, -0.04442779719829559, 0.033951450139284134, + -0.03789713606238365, -0.04250334948301315, -0.010649729520082474, -0.03129802644252777, + -0.051993027329444885, -0.010080943815410137, 0.01029022503644228, 0.022316820919513702, + 0.028089627623558044, -0.03987545147538185, 0.0630006492137909, 0.008265401236712933, + 0.027112962678074837, -0.07633955776691437, -0.042911771684885025, -0.017027664929628372, + -0.00711881835013628, 0.0490284226834774, -0.017766227945685387, 0.024015210568904877, + -0.08549283444881439, 0.0538184680044651, -0.043580297380685806, 0.024889428168535233, + -0.03347516059875488, 0.03426839038729668, 0.05588757246732712, -0.016127586364746094, + 0.028576232492923737, 0.039995260536670685, -0.024875013157725334, -0.06637871265411377, + 0.03779607266187668, 0.017867209389805794, -0.07931789010763168, -0.002847710158675909, + -0.03479311615228653, -0.0018685684772208333, -0.00021168212697375566, -0.07783393561840057, + -0.05356716364622116, 0.0010393394622951746, -0.006878654472529888, 0.0675860345363617, + 0.00404640706256032, 0.06541071832180023, 0.0471268929541111, 0.0037536174058914185, + -0.06375300884246826, -0.058634474873542786, 0.0346042737364769, -0.0015680635115131736, + 0.019647778943181038, 0.0012960148742422462, 0.04107265546917915, 0.05301414057612419, + -0.021375427022576332, 0.03279276192188263, -0.03286776691675186, 0.0042783403769135475, + 0.030985644087195396, -0.09085967391729355, -0.04623711109161377, 0.12830406427383423, + 0.051241904497146606, 0.022560926154255867, 0.0010752218076959252, -0.005927219055593014, + 0.041536636650562286, -0.014684715308248997, 0.015057740733027458, -0.04013456776738167, + 0.04968619346618652, 0.03595651313662529, -0.028303859755396843, -0.006997838616371155, + -0.04383071884512901, 0.049506139010190964, 0.03748464211821556, 0.02018796280026436, + 0.0260803010314703, -0.023826299235224724, -0.03144234046339989, 0.03539169207215309, + 0.025052431970834732, -0.05600791797041893, 0.01329596433788538, -0.03295208513736725, + -0.027967743575572968, -0.01984836719930172, 0.03281013295054436, -0.02179986611008644, + -0.02367977984249592, 0.04126570001244545, -0.027315502986311913, -0.07889378815889359, + 0.009918387047946453, 0.004853882826864719, -0.021600356325507164, 0.0488104373216629, + 0.007442645262926817, -0.006882733199745417, -0.024201011285185814, -0.030582338571548462, + -0.019101740792393684, 0.05844002217054367, -0.06715834140777588, -0.06204357370734215, + 0.03940683603286743, 0.0671888068318367, 0.002046038629487157, 0.028745897114276886, + -0.00037203592364676297, 0.05114331841468811, -0.026470886543393135, 0.047927744686603546, + 0.0070083849132061005, 0.02919035218656063, -0.04036397486925125, -0.06952212005853653, + 0.024625703692436218, 0.10118097066879272, -0.06039731204509735, -0.0022858816664665937, + 0.006065032910555601, -0.041745625436306, 0.02907741442322731, -0.03182290866971016, + -0.01717955805361271, 0.0054233563132584095, 0.06673520803451538, 0.002577178878709674, + 0.04427293315529823, -0.00651763379573822, 0.010435664094984531, 0.09901160001754761, + -0.038877688348293304, -0.023353928700089455, 0.023149551823735237, 0.02337254211306572, + 0.06428666412830353, -0.00425449013710022, 0.04516289010643959, -0.05086108669638634, + -0.06303311884403229, 0.08340451121330261, 0.013491702266037464, -0.0060738082975149155, + 0.007125027012079954, 0.038710158318281174, 0.09581687301397324, -0.0007793644326739013, + -0.0352543368935585, -0.004258279222995043, -0.02818533591926098, 0.08273283392190933, + -0.04982106015086174, -0.0050962381064891815, 0.028293002396821976, -0.028777573257684708, + 0.03716285899281502, -0.00966399721801281, 0.0169809740036726, 0.06966260820627213, + -0.01540468167513609, -0.019762299954891205, 0.08185254782438278, 0.012635771185159683 + ], + [ + -0.018861496821045876, 0.040804777294397354, 0.0474759116768837, -0.07034561038017273, + -0.06676527857780457, 0.03171154856681824, -0.09742265194654465, -0.08141624182462692, + -0.06670532375574112, -0.07669196277856827, -0.0359639972448349, 0.07656330615282059, + -0.04023502394556999, -0.007498940918594599, 0.025869814679026604, -0.011594010517001152, + -0.009269867092370987, -0.06621068716049194, -0.02829662524163723, -0.08985837548971176, + 0.04796508327126503, 0.018760088831186295, -0.03720908612012863, 0.0329805463552475, + 0.04079408198595047, -0.026350457221269608, -0.0021605761721730232, 0.06462156772613525, + -0.012562014162540436, -0.06737066060304642, -0.05156104639172554, -0.08158758282661438, + -0.11466636508703232, -0.045800890773534775, 0.021322399377822876, 0.09084390848875046, + -0.01376209408044815, 0.05960109829902649, 0.03684186562895775, 0.0043615312315523624, + 0.1756555289030075, 0.07282336801290512, 0.021371612325310707, 0.03883185610175133, 0.0330473966896534, + -0.09689158946275711, 0.11184640973806381, 0.029041871428489685, 0.07562369853258133, + 0.009010878391563892, -0.008755679242312908, -0.0022802690509706736, -0.017181046307086945, + -0.09273073822259903, 0.037272192537784576, -0.04317954555153847, 0.06232220679521561, + 0.04451271891593933, 0.10985356569290161, -0.05224154517054558, -0.015803497284650803, + -0.01184500940144062, -0.08709435164928436, -0.07653890550136566, 0.00797006580978632, + -0.005024036392569542, 0.05854548513889313, 0.026311691850423813, -0.08268001675605774, + 0.002362588420510292, -0.11852563172578812, -0.051417190581560135, -0.030579086393117905, + -0.0656505897641182, -0.00987220462411642, 0.005803394131362438, 0.04887882620096207, + -0.09637399017810822, -0.06239413470029831, 0.08883286267518997, 0.015231149271130562, + -0.07207918912172318, -0.101622074842453, 0.09884146600961685, -0.027174271643161774, + 0.02366756834089756, -0.012689380906522274, -0.018377961590886116, 0.06734282523393631, + 0.011209703981876373, -0.048630520701408386, 0.016385888680815697, -0.03563753142952919, + -0.019389603286981583, -0.014463044703006744, -0.020427674055099487, -0.026028333231806755, + 0.031360067427158356, 0.056471195071935654, 0.01342231035232544, 0.0883401408791542, + 0.02822292223572731, -0.07259369641542435, -0.03423544391989708, -0.012682543136179447, + 0.033499136567115784, -0.01735520549118519, 0.042504969984292984, -0.026102179661393166, + 0.08607158064842224, 0.026176678016781807, 0.03307925909757614, 0.006093721836805344, + -0.032514411956071854, 0.04734402149915695, 0.08603469282388687, -0.12028460204601288, + -0.04594762995839119, -0.08067541569471359, 0.11254449933767319, 0.03363557532429695, + 0.06877342611551285, 0.03705541044473648, 0.02119915746152401, -0.0718354880809784, + -0.01597677543759346, 0.07649267464876175, -0.033971816301345825, 0.046316906809806824, + 0.01927134208381176, -0.017274273559451103, -0.015554279088973999, 0.10141830891370773, + -0.04479890316724777, -0.03271452337503433, 0.09620988368988037, 0.09053945541381836, + 0.030175311490893364, 0.041714221239089966, -0.034483652561903, -0.07931844145059586, + -0.08242256939411163, -0.028820188716053963, -0.0561811737716198, 0.03557632490992546, + -0.00013683459837920964, -0.04547461122274399, -0.10330915451049805, -0.1180787906050682, + -0.11284328997135162, -0.038084693253040314, -0.046896208077669144, 0.037715621292591095, + -0.050048913806676865, 0.027428118512034416, 0.01405253354460001, -0.03344421088695526, + -0.02960132248699665, 0.08796867728233337, 0.013668364845216274, -0.07045325636863708, + 0.013386696577072144, -0.045331571251153946, -0.02377043478190899, -0.05132339522242546, + -0.025003371760249138, 0.13541731238365173, -0.04158991202712059, -0.07553236931562424, + 0.0602157823741436, 0.056048426777124405, -0.029121611267328262, -0.011159965768456459, + 0.003050178987905383, -0.010492106899619102, 0.03296057507395744, 0.06390886753797531, + -0.07468870282173157, 0.11216408014297485, 0.004161052871495485, 0.003507493529468775, + -0.0703214630484581, -0.0527050606906414, 0.05079219490289688, 0.05620714649558067, 0.06664326786994934, + 0.0459984727203846, -0.04078013449907303, 0.06454621255397797, 0.0888737142086029, 0.0207295473664999, + 0.11813735216856003, 0.15102501213550568, 0.012350131757557392, -0.09915430098772049, + -0.05284735560417175, 0.04862039536237717, 0.0026822995860129595, 0.027804234996438026, + -0.011504912748932838, -0.07335926592350006, -0.04066838324069977, -0.04501601308584213, + -0.056057799607515335, -0.0952315554022789, -0.05640565603971481, 0.04517977684736252, + 0.010215169750154018, -0.07382211089134216, 0.0485018715262413, 0.0014247858198359609, + -0.007111167535185814, 0.05918167904019356, -0.05893908441066742, -0.07966965436935425, + -0.02897254191339016, -0.03798770532011986, -0.012951195240020752, -0.07764745503664017, + -0.005657690577208996, 0.009824845939874649, -0.06174026057124138, 0.1263570934534073, + 0.04456483945250511, 0.0021333079785108566, -0.04488631337881088, 0.04311142489314079, + 0.006515900604426861, 0.08450881391763687, 0.036134883761405945, -0.014912878163158894, + 0.10686557739973068, 0.004579821135848761, 0.06405054032802582, -0.07936091721057892, + 0.06891307234764099, 0.04256094619631767, -0.04120517894625664, -0.09034308046102524, + -0.021038275212049484, -0.0076581137254834175, 0.009421021677553654, 0.024881385266780853, + 0.05569717288017273, 0.037854332476854324, -0.0011226130882278085, 0.05396684631705284, + -0.1497749388217926, -0.03504994884133339, -0.036620255559682846, -0.12672680616378784, + 0.03269762173295021, -0.024142079055309296, -0.09392552822828293, -0.02260429784655571, + -0.01445182878524065, -0.010861494578421116, 0.028137387707829475, -0.004626416135579348, + 0.06707547605037689, 0.01708427630364895, -0.01592615433037281, 0.025606194511055946, + -0.016317635774612427, 0.07273532450199127, -0.020636267960071564, 0.15115781128406525, + -0.03792697563767433, 0.044819653034210205, 0.048317376524209976, -0.014758406206965446, + -0.07765677571296692, -0.0918131023645401, 0.0914248526096344, 0.04383908957242966, + 0.028241490945219994, 0.015425671823322773, 0.03806426748633385, 0.007436261046677828, + 0.05629986897110939, 0.07697249203920364, -0.11616217344999313, -0.0735512226819992, + -0.04306985065340996, -0.0074361395090818405, 0.05836253613233566, 0.0314294770359993, + -0.03135717660188675, 0.07979096472263336, 0.05525154992938042, 0.02117004245519638, 0.0406063050031662, + -0.04371795803308487, -0.03541400656104088, -0.013615729287266731, 0.05270015820860863, + -0.03792353719472885, 0.02817055583000183, -0.033028773963451385, -0.045723967254161835, + 0.04795893654227257, -0.08100981265306473, -0.09859922528266907, 0.008188675157725811, + -0.1015806645154953, 0.04930027574300766, -0.015136557631194592, 0.0401776023209095, + -0.03128979727625847, 0.09914924204349518, -0.03150000050663948, 0.0021276427432894707, + 0.09261079877614975, 0.040881820023059845, 0.11053141951560974, -0.03253035619854927, + -0.027555426582694054, -0.09303487092256546, 0.05381443351507187, -0.04005689546465874, + -0.09194795042276382, -0.02235051803290844, -0.03587476536631584, 0.04579797014594078, + 0.05707608908414841, 0.009483367204666138, -0.10078389942646027, -0.024411799386143684, + 0.08426433056592941, 0.01181028038263321, -0.02496478706598282, -0.07770158350467682, + 0.020960383117198944, -0.02898147702217102, -0.002355592790991068, -0.13854530453681946, + 0.07580775022506714, 0.04734086990356445, -0.05985035002231598, -0.05936652421951294, + -0.014683990739285946, 0.03372177854180336, -0.016186974942684174, -0.0459442064166069, + -0.03158603608608246, 0.015584614127874374, -0.031029587611556053, -0.06881600618362427, + 0.01711907424032688, -0.030268296599388123, 0.03359408676624298, 0.05822908505797386, + 0.04681151732802391, -0.04523490369319916, -0.09055691212415695, 0.04504364728927612, + 0.005723846144974232, 0.054339464753866196, -0.0782516822218895, -0.021971145644783974, + 0.08867217600345612, -0.02606058493256569, 0.01827741414308548, 0.04269365221261978, + -0.006736927665770054, -0.03740249201655388, 0.03214731439948082, -0.0031887348741292953, + 0.04005449637770653, -0.004275902174413204, 0.06777839362621307, -0.08656542003154755, + 0.09741254895925522, -0.08272359520196915, -0.000928879133425653, -0.014840466901659966, + -0.0277615487575531, 0.02556530386209488, -0.03344966471195221, 0.0014745122753083706, + -0.05459551885724068, -0.008966756984591484, -0.011344892904162407, 0.018877988681197166 + ], + [ + 0.09310004115104675, 0.0070338468067348, -0.055247459560632706, 0.06495866179466248, + -0.03454669564962387, -0.009335331618785858, 0.031795747578144073, -0.017683720216155052, + -0.02886149100959301, -0.022478792816400528, -0.11139027774333954, 0.006084543187171221, + 0.0018996255239471793, 0.0652373805642128, -0.003072258085012436, 0.022276245057582855, + -0.025567397475242615, 0.01854201965034008, 0.03544017672538757, 0.03214392811059952, + 0.0038951970636844635, 0.01204224769026041, 0.06827721744775772, 0.01252609770745039, + -0.0244322307407856, -0.04932568594813347, -0.00589751685038209, 0.019319169223308563, + -0.03184029832482338, -0.0364416278898716, -0.042859625071287155, 0.005308890249580145, + -0.018538078293204308, -0.0217068400233984, -0.026992224156856537, 0.06427430361509323, + 0.0037958654575049877, -0.017743777483701706, 0.04375767335295677, -0.010083881206810474, + -0.03669624775648117, -0.035853587090969086, 0.006035187281668186, 0.048971571028232574, + -0.05657625570893288, 0.06355976313352585, 0.05940985307097435, 0.0522545762360096, 0.01792159676551819, + -0.03150397166609764, 0.08394387364387512, -0.0024486917536705732, -0.04743524268269539, + 0.022686298936605453, -0.010715313255786896, 0.09046609699726105, -0.0669444128870964, + 0.04177260026335716, 0.037871528416872025, -0.011309454217553139, -0.011387652717530727, + 0.012415552511811256, -0.027713719755411148, -0.027000973001122475, 0.038590315729379654, + 0.010550770908594131, 0.010998313315212727, 0.0529867559671402, 0.0030808746814727783, + -0.09741991013288498, -0.009334348142147064, -0.08278680592775345, -0.037193413823843, + -0.10106384009122849, 0.07437027990818024, 0.06898797303438187, 0.08294788748025894, + 0.024538321420550346, 0.022078104317188263, 0.03211525082588196, -0.03625457361340523, + 0.07755883783102036, 0.0022334514651447535, 0.0021705308463424444, 0.004519592504948378, + -0.013098867610096931, 0.035914383828639984, 0.040880948305130005, -0.0882924422621727, + -0.010721761733293533, 0.030049560591578484, -0.06114569306373596, -0.04382874071598053, + -0.03427990525960922, -0.06913033872842789, 0.00016646619769744575, -0.02718384563922882, + -0.010998783633112907, 0.03685454651713371, 0.04206028953194618, -0.015301069244742393, + 0.04734262451529503, -0.016592707484960556, -0.026874810457229614, 0.02563301846385002, + -0.020350636914372444, 0.01903807371854782, 0.05976027995347977, 0.03153577446937561, + 0.0057965959422290325, 0.04618813842535019, -0.03943392634391785, 0.03795551136136055, + 0.03449038416147232, 0.009246447123587132, 0.012007034383714199, -0.03627409413456917, + -0.050839293748140335, 0.01825658418238163, 0.02987360581755638, 0.06050952151417732, + -0.06275410950183868, 0.010327092371881008, 0.030367057770490646, -0.031754281371831894, + 0.08475616574287415, -0.07978232949972153, -0.005735039710998535, -0.011291786096990108, + -0.03280531242489815, 0.06081073731184006, 0.02552412636578083, 0.0008920103427954018, + -0.057894229888916016, 0.0683358833193779, -0.08698626607656479, 0.018198605626821518, + -0.009506338275969028, -0.06499112397432327, 0.010511091910302639, -0.08171222358942032, + 0.0065833949483931065, 0.014497848227620125, -0.07889308780431747, 0.004157450515776873, + -0.014473357237875462, -0.09217078983783722, -0.008364805020391941, -0.05908151715993881, + -0.012887378223240376, 0.025678398087620735, 0.020687835291028023, 0.05178940296173096, + 0.05345694720745087, 0.015256139449775219, -0.007398170419037342, -0.022138308733701706, + 0.05278780683875084, 0.0287095345556736, 0.025214407593011856, -0.001513643772341311, + 0.06215827539563179, 0.03518860042095184, -0.05893350765109062, 0.08941181749105453, + -0.004379051737487316, 0.04996785521507263, -0.01953720487654209, -0.028586143627762794, + 0.07392692565917969, -0.021340874955058098, 0.04421086981892586, 0.0015171316917985678, + 0.007716780062764883, -0.019355984404683113, -0.016580455005168915, -0.029789455235004425, + 0.027030447497963905, 0.03757219389081001, -0.09230534732341766, -0.053002726286649704, + 0.0038000738713890314, 0.04450825974345207, 0.04678879678249359, -0.015146102756261826, + 0.006975160446017981, 0.053117785602808, 0.005694794934242964, 0.011069322004914284, + -0.015603329986333847, 0.03731882944703102, 0.04812030866742134, 0.07089116424322128, + 0.010484835132956505, -0.007713016122579575, 0.006685486063361168, 0.021506622433662415, + 0.0192550215870142, 0.02995339035987854, 0.02298250049352646, 0.0619012713432312, -0.014238384552299976, + -0.04086494445800781, 0.029524270445108414, -0.024121850728988647, -0.10435040295124054, + -0.04899885132908821, -0.055429328233003616, -0.004883165005594492, -0.02968122996389866, + -0.009758396074175835, -0.031983599066734314, -0.072784923017025, 0.03383661061525345, + 0.0504910908639431, -0.03869830444455147, -0.0259089432656765, -0.12469348311424255, + -0.10800819098949432, -0.022971011698246002, -0.031325481832027435, -0.0561494417488575, + 0.012512274086475372, -0.0171711016446352, 0.0151912746950984, -0.05035144090652466, + 0.04874895513057709, -0.0050048609264194965, 0.04406597092747688, -0.055050309747457504, + -0.004576978273689747, 0.048034459352493286, -0.03534229099750519, 0.0591362901031971, + -0.055119145661592484, 0.030972912907600403, -0.07099997252225876, 0.08366519212722778, + -0.06579399853944778, 0.027993645519018173, 0.016207333654165268, 0.03468110039830208, + 0.006228161510080099, 0.028381172567605972, -0.0034391582012176514, -0.02064378745853901, + 0.02222341299057007, -0.05385459586977959, 0.027591025456786156, 0.01767912693321705, + -0.0007471395074389875, -0.012394259683787823, 0.041345857083797455, -0.04687347263097763, + -0.054303865879774094, -0.019683947786688805, -0.03005310893058777, 0.014601560309529305, + -0.044138770550489426, 0.001770137925632298, -0.04033670201897621, -0.023387711495161057, + 0.006676021963357925, 0.014106173999607563, 0.04393205791711807, -0.12767162919044495, + 0.03007962927222252, 0.059111133217811584, 0.019918309524655342, 0.060701027512550354, + 0.040683671832084656, 0.014631453901529312, -0.04911190643906593, -0.01911117509007454, + 0.016727158799767494, -0.010534830391407013, -0.020955495536327362, -0.01746433414518833, + 0.03889060020446777, 0.04151732102036476, 0.09274522215127945, 0.02905045822262764, + 0.036336496472358704, -0.034766651690006256, -0.02342681586742401, -0.00567861320450902, + 0.027929158881306648, 0.004512208513915539, 0.04325856268405914, 0.07823425531387329, + -0.029217202216386795, -0.016308404505252838, -0.09869512915611267, -0.027909837663173676, + 0.031669605523347855, -0.008015495724976063, 0.012819812633097172, -0.022973397746682167, + -0.10179255157709122, -0.01879201829433441, 0.03191105276346207, 0.010610041208565235, + -0.06581409275531769, 0.01926308125257492, -0.08491652458906174, -0.04951975867152214, + 0.01250844169408083, -0.032694011926651, -0.08965367078781128, 0.05391533672809601, + 0.021505195647478104, 0.011544416658580303, -0.002232306869700551, 0.029343256726861, + 0.0452621653676033, 0.06241660937666893, -0.004368967842310667, 0.022543417289853096, + 0.0011509304167702794, -0.03809240832924843, 0.022900184616446495, 0.057465165853500366, + 0.04794071987271309, -0.01835252344608307, 0.024319959804415703, 0.0807308778166771, + -0.04583388939499855, -0.01633310317993164, -0.0027057884726673365, 0.04042315110564232, + 0.0038998532108962536, -0.01406801026314497, -0.04043209180235863, 0.012374523095786572, + -0.05020580068230629, -0.08425527065992355, -0.007607307285070419, 0.008531130850315094, + -0.0788499265909195, -0.005766954738646746, -0.011438568122684956, -0.04988929256796837, + -0.04243766516447067, 0.04313817247748375, -0.03873433545231819, -0.05528121814131737, + 0.039366260170936584, 0.016701409593224525, 0.026337845250964165, -0.062315333634614944, + -0.03322875127196312, 0.05369140952825546, -0.013810234144330025, 0.034924235194921494, + 0.03254079446196556, 0.004767136182636023, 0.06702219694852829, -0.0024547078646719456, + -0.02042534202337265, -0.035006724298000336, -0.0221213661134243, -0.03686501458287239, + -0.05291063338518143, 0.0326969213783741, -0.001362568000331521, 0.07211481034755707, + 0.09880215674638748, -0.021760623902082443, 0.02921614982187748, -0.04887519031763077, + 0.014732775278389454, 0.03164202347397804, -0.08803439140319824, -0.07277464121580124, + 0.006393092218786478, -0.016786852851510048, 0.022335750982165337, -0.03739435225725174, + 0.024004625156521797, 0.0515868216753006, 0.024277640506625175, 0.02275761403143406, + 0.057633232325315475, -0.024976437911391258 + ], + [ + 0.00032674858812242746, -0.07550676167011261, -0.017339952290058136, -0.03597251698374748, + 0.02493138611316681, 0.06213168054819107, 0.013486126437783241, 0.04842532053589821, + 0.020338403061032295, -0.036352623254060745, 0.022969648241996765, -0.012073528952896595, + -0.008992673829197884, 0.018283510580658913, 0.09472425282001495, 0.07274358719587326, + -0.01941060647368431, -0.056442469358444214, -0.08299066126346588, -0.020973170176148415, + -0.03798765689134598, -0.07645684480667114, -0.0310182087123394, -0.007831371389329433, + -0.023736000061035156, 0.02243349701166153, 0.013833699747920036, -0.013317171484231949, + 0.08736961334943771, 0.0236832145601511, 0.002066846238449216, -0.053901273757219315, + 0.06812509149312973, -0.07258404791355133, 0.030634192749857903, -0.00667178351432085, + -0.08700716495513916, -0.008692167699337006, -0.004453853238373995, 0.02205747552216053, + 0.011981939896941185, 0.03848201036453247, -0.0451803132891655, 0.007455989718437195, + 0.032499898225069046, 0.04008577764034271, -0.09818494319915771, 0.03822839632630348, + 0.0716019943356514, 0.03380207344889641, -0.03609764948487282, -0.030123434960842133, + 0.02659258432686329, -0.02663464844226837, -0.10338637232780457, 0.037187036126852036, + -0.06071130558848381, -0.0002939433907158673, 0.06818629056215286, -0.04284488409757614, + 0.020486025139689445, -0.016837285831570625, 0.019956151023507118, 0.0083548529073596, + 0.00562219088897109, -0.019710833206772804, -0.032522670924663544, -0.018987230956554413, + -0.033534012734889984, 0.03601358085870743, -0.09774616360664368, 0.007822111248970032, + -0.013477557338774204, 0.05715556815266609, -0.07440992444753647, 0.08461038768291473, + 0.006184813100844622, 0.026280811056494713, -0.03350844979286194, -0.06001601368188858, + 0.037597380578517914, 0.01297970674932003, -0.07915198802947998, 0.04986092448234558, + 0.026496363803744316, 0.02843630500137806, -0.010947458446025848, 0.0049363612197339535, + -0.01585604064166546, 0.01453362312167883, 0.07568563520908356, -0.05114021897315979, + 0.02638177201151848, 0.0011480131652206182, 0.06998062133789062, 0.026808304712176323, + 0.04391680657863617, 0.00460351025685668, -0.06199121102690697, 0.07470328360795975, + -0.0018014706438407302, -0.10854844003915787, -0.02791050262749195, -0.02093573287129402, + 0.03482651337981224, 0.008085926994681358, 0.05955539643764496, -0.011272183619439602, + -0.01896579936146736, -0.04243907332420349, -0.04471701756119728, 0.0050002578645944595, + 0.0956675335764885, -0.028057357296347618, 0.03586748614907265, 0.004498425405472517, + 0.05253016576170921, -0.0256318598985672, 0.018769077956676483, 0.054667118936777115, + 0.015326269902288914, -0.027880292385816574, -0.005184257868677378, -0.012452362105250359, + 0.016713039949536324, -0.02153848484158516, -0.0377410352230072, -0.006795024964958429, + -0.042967990040779114, -0.060396671295166016, -0.015146613121032715, 0.007892853580415249, + 0.007239317987114191, 0.006348270922899246, -0.026780737563967705, -0.04358810931444168, + -0.06008013337850571, -0.07888563722372055, 0.02235420048236847, -0.11818846315145493, + 0.0193569827824831, 0.05874400958418846, 0.02416497841477394, -0.0053245327435433865, + 0.0002109163033310324, 0.05270832031965256, -0.06097749248147011, -0.06921427696943283, + -0.007975379936397076, -0.012961679138243198, 0.061913520097732544, -0.041239183396101, + 0.025774577632546425, 0.0025784254539757967, -0.0005579956341534853, -0.0412752702832222, + -0.003339058253914118, -0.04439530149102211, -0.0387471579015255, -0.026260675862431526, + -0.0713919848203659, 0.03458709269762039, -0.0640178993344307, 0.00629399111494422, + -0.027339255437254906, 0.036912523210048676, -0.08832362294197083, 0.0027007258031517267, + 0.06251610815525055, 0.05637487769126892, -0.055474717170000076, -0.01148027740418911, + 0.12437295913696289, -0.025891797617077827, -0.036794263869524, -0.035323381423950195, + -0.011324477382004261, 0.008756551891565323, -0.02948758378624916, 0.07295767217874527, + -0.07537049800157547, -0.027771659195423126, 0.060095421969890594, -0.08496443927288055, + -0.03810489922761917, 0.02131349965929985, -0.01920449361205101, 0.04702380672097206, + -0.03348720073699951, 0.05664448440074921, -0.02617267146706581, 0.009502632543444633, + -0.021192479878664017, 0.08704762160778046, -0.013606015592813492, 0.02673208899796009, + 0.04230540245771408, 0.010405261069536209, 0.08079615980386734, -0.09745858609676361, + 0.01881757751107216, -0.003835486713796854, -0.01562660187482834, 0.040811847895383835, + 0.00033141786116175354, 0.028385890647768974, 0.09339166432619095, -0.0021266327239573, + 0.03125365823507309, 0.04649244621396065, 0.04794368892908096, 0.019126800820231438, + 0.017442720010876656, -0.02112690918147564, 0.01369859091937542, 0.001437156810425222, + 0.045903369784355164, -0.11052211374044418, 0.033913079649209976, 0.06838743388652802, + 0.01610327884554863, -0.0770149677991867, -0.027700388804078102, 0.04378471150994301, + -0.05181852728128433, 0.10979100316762924, -0.020865818485617638, 0.0384337455034256, + -0.0770924985408783, 0.021213334053754807, 0.043407611548900604, -0.04079683497548103, + 0.047122228890657425, 0.0404757596552372, 0.009359193965792656, 0.03479401022195816, + 0.05361410975456238, 0.018955424427986145, 0.03577914461493492, 0.03848360478878021, + -0.0032649424392729998, 0.008711354807019234, 0.02182559296488762, 0.0617620050907135, + -0.06413165479898453, 0.029056329280138016, -0.02412337437272072, 0.058955010026693344, + 0.012192763388156891, -0.055708855390548706, -0.031561676412820816, 0.12790358066558838, + 0.06571518629789352, 0.057369034737348557, -0.03611958771944046, 0.002173398854210973, + 0.027219297364354134, 0.017759326845407486, 0.04811619222164154, -0.05185671150684357, + 0.012393832206726074, -0.010058033280074596, 0.030653247609734535, 0.022104205563664436, + 0.07853108644485474, -0.018142186105251312, 0.046782780438661575, -0.06889240443706512, + -0.018498213961720467, 0.0730820894241333, -0.012191331014037132, -0.07931102812290192, + 0.05982508882880211, -0.048610758036375046, -0.0091314148157835, -0.09670008718967438, + 0.08664899319410324, 0.017523786053061485, -0.037622079253196716, -0.0645984634757042, + 0.003965366631746292, 0.030738377943634987, -0.06811090558767319, -0.027391700074076653, + -0.00978612806648016, -0.05062638595700264, -0.0021717664785683155, -0.06763365864753723, + 0.07486224919557571, -0.04191126301884651, -0.025572996586561203, -0.04223361238837242, + 0.062092166393995285, -0.029578009620308876, -0.0030626459047198296, -0.0454767681658268, + 0.05726492404937744, -0.021929863840341568, 0.09306464344263077, 0.011472187004983425, + 0.09308328479528427, 0.06836648285388947, 0.05384693294763565, -0.03758109360933304, + 0.021866360679268837, -0.023548904806375504, -0.01504051685333252, 0.018048616126179695, + 0.05848167836666107, -0.03746533766388893, -0.032010965049266815, 0.01459256187081337, + 0.017437517642974854, 0.11665946245193481, 0.034341420978307724, -0.020785078406333923, + 0.0675349235534668, 0.025309281423687935, 0.03902957960963249, 0.00012249041174072772, + 0.03697999566793442, -0.046632442623376846, 0.08828092366456985, 0.06440029293298721, + 0.07236091792583466, -0.02202422171831131, 0.016814960166811943, -0.018092509359121323, + -0.06841778755187988, -0.05059776455163956, 0.023051239550113678, -0.024342352524399757, + 0.041920486837625504, 0.010600457899272442, -0.0656258761882782, 0.05129490792751312, + -0.10532864183187485, -0.08833932131528854, 0.034492071717977524, -0.07886605709791183, + -0.03120158240199089, 0.0547514446079731, 0.06169912964105606, 0.010158974677324295, + 0.09060012549161911, 0.055834002792835236, -0.053328949958086014, 0.033732879906892776, + -0.05918842554092407, 0.012987902387976646, -0.011189686134457588, -0.05649455264210701, + 0.011885011568665504, 8.751396671868861e-5, 0.04256192594766617, 0.0010600414825603366, + -0.03898238763213158, 0.0676955133676529, -0.024653835222125053, -0.0135880708694458, + -0.09221073985099792, 0.11305513232946396, 0.0509624257683754, 0.002087398897856474, + 0.07814692705869675, -0.096504345536232, 0.02826341614127159, -0.011666686274111271, + -0.03508375585079193, -0.06498457491397858, 0.048500217497348785, -0.04091298580169678, + -0.010005522519350052, 0.06818324327468872, 0.07324192672967911, -0.009220000356435776, + -0.04306907579302788, -0.011922878213226795, -0.01676478236913681, 0.052110157907009125, + 0.026517191901803017, 0.016551561653614044, 0.08830667287111282, -0.051794394850730896 + ], + [ + 0.05150453373789787, 0.062084298580884933, 0.03973137587308884, -0.02917451225221157, + -0.027884971350431442, 0.019582025706768036, 0.013688155449926853, -0.031813155859708786, + 0.04405355080962181, -0.059334393590688705, -0.02554290182888508, 0.048444315791130066, + 0.05549221113324165, 0.0807417631149292, -0.028261082246899605, 0.02585967816412449, + 0.004417640622705221, 0.0050581530667841434, 0.051375992596149445, -0.07396814227104187, + 0.03796325623989105, -0.011764883995056152, 0.05272853747010231, 0.014772784896194935, + -0.05191876366734505, -0.016034195199608803, -0.0076650409027934074, -0.008868836797773838, + 0.04751783236861229, -0.01400678139179945, -0.003876930568367243, -0.0204444769769907, + -0.024315834045410156, -0.02083527110517025, -0.04335295036435127, 0.026609448716044426, + 0.009867445565760136, -0.08417709171772003, 0.002746018348261714, -0.07238920032978058, + -0.02943224273622036, -0.022617468610405922, -0.05659843981266022, 0.03584366664290428, + 0.04493413493037224, 0.05805095285177231, 0.031666554510593414, 0.07184789329767227, + 0.007644902914762497, -0.05527127534151077, 0.041106488555669785, -0.057442907243967056, + -0.008440729230642319, -0.03856237977743149, -0.03630189225077629, -0.03918343409895897, + -0.029909243807196617, 0.013209080323576927, 0.01888318359851837, -0.09377570450305939, + -0.023467887192964554, 0.010819656774401665, -0.006544106174260378, 0.06215876340866089, + 0.05233188718557358, 0.009367972612380981, -0.04217667132616043, 0.06815802305936813, + -0.03834434226155281, -0.003761458210647106, -0.05380730703473091, -0.017040379345417023, + 0.028583168983459473, -0.01268157921731472, -0.01259616483002901, 0.08767875283956528, + 0.06626461446285248, -0.026571117341518402, -0.018414534628391266, 0.019577329978346825, + -0.030933436006307602, 0.06376282125711441, 0.036510542035102844, 0.0069998824037611485, + 0.006000296212732792, 0.03824152797460556, -0.003389679826796055, -0.01867872104048729, + -0.029696526005864143, 0.03472014144062996, 0.01993599161505699, -0.04082572087645531, + -0.041654810309410095, 0.036257099360227585, -0.025280248373746872, 0.02266695909202099, + -0.022782331332564354, -0.02261016145348549, 0.025706710293889046, 0.0216342993080616, + -0.01164083182811737, 0.00995342805981636, -0.0007628584280610085, -0.017630096524953842, + 0.00766537943854928, -0.030924033373594284, 0.015400194562971592, 0.0005066070589236915, + 0.04679935798048973, 0.024512605741620064, 0.02067928947508335, -0.03224121779203415, + 0.019352344796061516, 0.04254067689180374, -0.042922243475914, 0.0008684862405061722, + 0.01605761982500553, -0.021761637181043625, 0.06013047695159912, 0.02015003003180027, + -0.026163993403315544, -0.03621263802051544, -0.01203858107328415, 0.0009413938387297094, + 0.028418732807040215, -0.022967731580138206, -0.04515298828482628, 0.007840671576559544, + -0.009556368924677372, 0.001519783167168498, -0.030130023136734962, 0.016676388680934906, + 0.047661200165748596, -0.04318148270249367, -0.015089457854628563, -0.06348702311515808, + 0.08431590348482132, 0.005582648795098066, 0.002799747046083212, 0.03789179399609566, + -0.02643648162484169, -0.021406451240181923, 0.09508290141820908, -0.03608935326337814, + -0.014807411469519138, 0.007516417186707258, -0.0704304426908493, 0.009209669195115566, + -0.023353446274995804, -0.00641022389754653, -0.002731049433350563, 0.04576799273490906, + 0.05900195240974426, 0.012495506554841995, 0.04597848281264305, -0.07232411950826645, + 0.06256590783596039, 0.03769620135426521, -0.007653059903532267, -0.030104300007224083, + 0.032154276967048645, 0.04739871993660927, 0.0888698622584343, 0.044278308749198914, + 0.06879422068595886, -0.03667214885354042, 0.04855382815003395, 0.006555323023349047, + 0.04172707349061966, 0.01760251447558403, -0.005148839671164751, -0.0039039449766278267, + 0.00249819946475327, -0.049351297318935394, -0.03879021108150482, -0.005486601032316685, + 0.008944747969508171, -0.02737422287464142, -0.013635710813105106, -0.06065947189927101, + 0.06546162813901901, 0.021443504840135574, 0.0003616187022998929, 0.07156949490308762, + 0.03914995864033699, -0.031071042641997337, -0.02736581303179264, -0.0449288971722126, + 0.02315475605428219, 0.042622122913599014, -0.005898280534893274, 0.026053767651319504, + 0.07580950111150742, 0.07015768438577652, 0.05515073239803314, 0.042566630989313126, + -0.052837125957012177, -0.050182923674583435, 0.03170684725046158, -0.06806620955467224, + 0.02213824912905693, -0.07665941119194031, -0.04507377743721008, 0.01009217370301485, + -0.07510027289390564, -0.0035920559894293547, -0.06960245221853256, -0.0074311112985014915, + -0.0233725905418396, 0.04816495627164841, 0.013798203319311142, -0.033570297062397, + -0.08957220613956451, 0.024919865652918816, -0.00690535269677639, 0.0716460794210434, + -0.04467396438121796, -0.07342212647199631, -0.0403544157743454, 0.010149534791707993, + -0.01599910855293274, -0.03143122047185898, 0.001075501088052988, -0.03633430227637291, + -0.004740944132208824, 0.008273227140307426, -0.0008164293831214309, 0.02038184553384781, + -0.031349338591098785, -0.00951871182769537, -0.05450175330042839, 0.029663745313882828, + -0.04974658042192459, 0.0025304013397544622, -0.019061822444200516, 0.05204997584223747, + -0.009649415500462055, 0.013891727663576603, -0.07535164058208466, 0.07696502655744553, + -0.0026046475395560265, 0.020239287987351418, -0.036774542182683945, -0.039889249950647354, + -0.04780631139874458, 0.025547534227371216, -0.05147421360015869, 0.03906872496008873, + 0.008479970507323742, -0.022065307945013046, -0.0895930826663971, 0.013575554825365543, + 0.020534055307507515, 0.058114562183618546, -0.05729842931032181, -0.00012482439342420548, + -0.01445642951875925, 0.008866582065820694, 0.003261351492255926, 0.001842799480073154, + 0.017982840538024902, 0.08244125545024872, -0.054685719311237335, 0.021572386845946312, + 0.04729950428009033, -0.003863319754600525, 0.05401989072561264, 0.007420056965202093, + -0.021181661635637283, 0.009724220260977745, 0.05023355409502983, 0.07241351902484894, + 0.029872162267565727, 0.008046221919357777, -0.045524097979068756, -0.01983640156686306, + 0.010442022234201431, -0.009241187013685703, 0.022967329248785973, 0.010871293023228645, + -0.018207354471087456, -0.009430458769202232, 0.02968657575547695, -0.02007034607231617, + 0.047189053148031235, 0.040824294090270996, 0.02990771271288395, 0.0027496032416820526, + 0.03547674044966698, 0.038345105946063995, 0.03206917271018028, 0.05124885216355324, + -0.07942148298025131, -0.027292953804135323, 0.05459775775671005, 0.04499407112598419, + 0.024181470274925232, -0.021481823176145554, 0.012952398508787155, -0.01913410983979702, + 0.02317224070429802, 0.010282940231263638, -0.06482533365488052, 0.029392261058092117, + 0.01662764698266983, -0.02685115486383438, 0.06004861369729042, 0.035870593041181564, + 0.01795993000268936, 0.052670761942863464, -0.028087522834539413, -0.08111126720905304, + -0.06848469376564026, -0.05583862215280533, 0.0411713570356369, -0.010873462073504925, + 0.01671278476715088, -0.04290423542261124, -0.008801691234111786, -0.012811805121600628, + 0.0019635644275695086, -0.038593191653490067, -0.08554761111736298, -0.09132972359657288, + 0.002015461679548025, 0.0628332644701004, -0.04958929494023323, -0.028738487511873245, + -0.05734153464436531, 0.024975620210170746, -0.008981087245047092, -0.0018652227008715272, + -0.030984435230493546, 0.018471457064151764, -0.06346353888511658, -0.050023503601551056, + -0.01889832131564617, -0.003938364330679178, -0.025609536096453667, 0.004439896903932095, + -0.0031379645224660635, -0.003046079771593213, 0.02122550643980503, -0.0013071491848677397, + 0.02770436927676201, -0.05895276740193367, 0.013294938020408154, 0.002539407229050994, + 0.09592542797327042, -0.06286793947219849, -0.03875698149204254, 0.08831541240215302, + -0.02515997551381588, -0.023110641166567802, -0.01871856302022934, -0.0387694425880909, + 0.05033017322421074, -0.04058247059583664, 0.048416439443826675, -0.008160138502717018, + -0.06039497256278992, -0.010940859094262123, -0.0008557474939152598, -0.020888328552246094, + 0.057410042732954025, 0.10770465433597565, 0.020645318552851677, -0.009730442427098751, + 0.0032030369620770216, -0.0436767153441906, 0.036083608865737915, -0.01195078156888485, + -0.020289218053221703, 0.03011675924062729, 0.011433243751525879, -0.01648532785475254, + 0.007769444957375526, 0.0398392528295517, 0.08588872104883194, 0.0008465959690511227, + 0.013527415692806244, -0.04237326979637146, 0.057639773935079575, -0.0623328872025013 + ], + [ + -0.009390328079462051, -0.01852753944694996, 0.02571796253323555, -0.03661520406603813, + -0.03364250063896179, 0.027698909863829613, -0.041905224323272705, 0.0176533255726099, + -0.03020860254764557, 0.007552301045507193, -0.0474473312497139, 0.02866668626666069, + 0.012510762549936771, 0.07358817011117935, -0.006890554446727037, -0.01629357971251011, + -0.003636689390987158, -0.026711050420999527, -0.02202414534986019, 0.08495348691940308, + 0.021333124488592148, -0.019707586616277695, 0.04865632206201553, -0.07038930803537369, + 0.008640946820378304, 0.01913677528500557, -0.050566166639328, -0.031199870631098747, + -0.05972232297062874, 0.024524128064513206, -0.09259194135665894, 0.03938688710331917, + 0.020428553223609924, 0.0006019408465363085, 0.017652146518230438, -0.04764050617814064, + -0.007710840553045273, 0.05125793069601059, 0.0283122006803751, 0.00489145377650857, + 0.039803870022296906, -0.07477760314941406, 0.04408130794763565, -0.024197503924369812, + 0.015081343241035938, 0.05703334882855415, -0.026558125391602516, 0.05538242682814598, + 0.08794170618057251, 0.001663645845837891, 0.04796072468161583, 0.0714796632528305, + -0.01140133012086153, -0.01611664518713951, -0.05560401827096939, 0.07296457886695862, + -0.033777713775634766, -0.003065762110054493, -0.025363927707076073, 0.0354904979467392, + -0.03044183924794197, -0.018889350816607475, -0.03132423385977745, -0.008279120549559593, + 0.09498219192028046, -0.06366311758756638, -0.008274933323264122, 0.012630552984774113, + 0.03869485855102539, -0.004599275998771191, 0.09111880511045456, 0.03785783052444458, + 0.04638137295842171, -0.02875570021569729, -0.03691618889570236, 0.08516225963830948, + 0.11820929497480392, 0.11982244998216629, 0.04229619726538658, -0.02070239745080471, + -0.0069821616634726524, 0.02554704062640667, 0.02073857933282852, -0.023211048915982246, + 0.10795261710882187, -0.008232463151216507, 0.093720942735672, -0.0632576122879982, + -0.09645519405603409, 0.03833426907658577, 0.041921865195035934, 0.04932284355163574, + 0.0010076905600726604, -0.037349458783864975, -0.04810322821140289, -0.03610219433903694, + 0.011480004526674747, 0.011746926233172417, 0.01805274747312069, -0.019159706309437752, + 0.04364442452788353, -0.015504397451877594, 0.041410546749830246, 0.03146645799279213, + 0.06224032863974571, 0.03634318709373474, 0.06272860616445541, 0.0024983591865748167, + 0.06013556942343712, 0.025226647034287453, -0.03240283578634262, -0.08801782876253128, + 0.11640378087759018, 0.016569681465625763, -0.0037293797358870506, 0.006696904078125954, + 0.04516466706991196, -0.004759279545396566, 0.030000831931829453, -0.011967522092163563, + -0.06766661256551743, 0.014353040605783463, 0.00888671912252903, -0.057800598442554474, + -0.00015498229186050594, 0.026661567389965057, -0.05432931333780289, 0.02643674798309803, + 0.011558396741747856, -0.016343364492058754, -0.018386613577604294, -0.07782847434282303, + 0.06820442527532578, -0.012938851490616798, 0.013599134981632233, -0.04610707610845566, + 0.020507989451289177, 0.020121227949857712, 0.015654368326067924, 0.03710697591304779, + -0.03415153920650482, 0.022853754460811615, 0.025886690244078636, 0.010065988637506962, + 0.004147702362388372, -0.03440319374203682, -0.07007212191820145, 0.02412765473127365, + -0.028720403090119362, 0.006636092439293861, 0.018531525507569313, -0.039439450949430466, + -0.06419786810874939, -0.020450379699468613, 0.062019120901823044, 0.00835542380809784, + -0.025469431653618813, -0.05609207972884178, 0.0940086841583252, -0.04859117791056633, + 0.006974915973842144, 0.04804956167936325, -0.021373910829424858, 0.03507343307137489, + 0.02361462637782097, 0.05447647348046303, 0.022616907954216003, -0.020431386306881905, + 0.022537101060152054, 0.1152961328625679, 0.1087113544344902, 0.06017228215932846, 0.04072275385260582, + -0.09467841684818268, 0.07235605269670486, 0.07180305570363998, -0.0004877039173152298, + -0.056407999247312546, -0.002754619810730219, -0.09984179586172104, 0.07213565707206726, + 0.0784083753824234, 0.03028143383562565, 0.04965154826641083, 0.10345803946256638, 0.03456655889749527, + 0.028201408684253693, -0.05135223641991615, -0.05926036089658737, 0.001389233162626624, + -0.01802481710910797, 0.005778443068265915, -0.0481790266931057, 0.014065996743738651, + -0.028955860063433647, 0.02240595780313015, -0.03414006903767586, -0.009209241718053818, + 0.10357417166233063, -0.04125319421291351, -0.03589073196053505, -0.06852061301469803, + -0.07881420105695724, -0.09731881320476532, -0.0455484464764595, -0.10565003752708435, + 0.008200750686228275, -0.024986786767840385, -0.05511518195271492, 0.013075901195406914, + 0.008791754022240639, 0.08521204441785812, -0.07552619278430939, 0.027215825393795967, + 0.011733139865100384, 0.06017918512225151, 0.029875585809350014, -0.023688923567533493, + -0.09038771688938141, 0.04489818587899208, 0.0336267314851284, -0.05779897794127464, + 0.04426486790180206, -0.03360198810696602, -0.015260485000908375, 0.029719002544879913, + 0.02369101345539093, 0.08927573263645172, -0.023631254211068153, -0.03327267989516258, + 0.0733303651213646, -0.07729855179786682, -0.06318468600511551, -0.0006402874132618308, + 0.016883889213204384, 0.0016248455503955483, -0.007903924211859703, 0.08454979956150055, + -0.019235799089074135, -0.021263543516397476, -0.04874918982386589, -0.0034344622399657965, + -0.025782054290175438, -0.003958364017307758, -0.05054575204849243, 0.0059041171334683895, + 0.07505524903535843, 0.07610446959733963, -0.09307272732257843, 0.131190687417984, -0.04136699438095093, + 0.007022377103567123, -0.08875024318695068, 0.014323555864393711, 0.03578498959541321, + -0.09251363575458527, -0.07223129272460938, 0.028389587998390198, 0.05367639288306236, + -0.00188065180554986, -0.060059841722249985, -0.01319076307117939, -0.03694017603993416, + 0.02431163378059864, -0.03469106927514076, -0.026590362191200256, 0.08659214526414871, + 0.05981588736176491, -0.027230657637119293, 0.0362916924059391, 0.10916870087385178, + 0.06779887527227402, 0.05832377448678017, -0.0432063452899456, -0.10981752723455429, + 0.01899353787302971, -0.0556548647582531, 0.04100429266691208, 0.009517091326415539, + 0.049079764634370804, 0.08386985957622528, -0.026787027716636658, -0.0017125708982348442, + 0.051191702485084534, 0.022054523229599, 0.033958178013563156, -0.013478320091962814, + -0.00036220328183844686, 0.06374365836381912, 0.01199138443917036, -0.039009906351566315, + 0.04043528810143471, -0.02228645421564579, -0.06294075399637222, 0.0006682392559014261, + 0.05926700681447983, 0.05176245793700218, -0.0672011747956276, 0.04428675025701523, 0.03809409588575363, + 0.09989559650421143, 0.05117262154817581, -0.05137529596686363, -0.10780945420265198, + -0.10627874732017517, -0.010093729011714458, -0.053317103534936905, -0.06966356188058853, + -0.055685918778181076, -0.09896271675825119, 0.045054808259010315, -0.1107044592499733, + -0.026335719972848892, -0.006992566864937544, 0.0023336694575846195, 0.05896371603012085, + 0.05107102543115616, -0.06849975883960724, 0.0002182224707212299, -0.011855275370180607, + -0.033073801547288895, 0.05255701392889023, -0.03348338603973389, -0.005240283440798521, + -0.005859836004674435, -0.07485676556825638, 0.0783621221780777, -0.012582769617438316, + -0.0020967477466911077, 0.008336176164448261, 0.10032782703638077, 0.038725148886442184, + -0.11894607543945312, -0.004252928774803877, 0.0004761835152748972, -0.06254749000072479, + 0.01972663775086403, 0.08006605505943298, -0.05269685387611389, -0.020367911085486412, + -0.07548073679208755, -0.05881567299365997, -0.07143799960613251, 0.010687092319130898, + -0.0012964155757799745, -0.0001827881787903607, 0.0635598748922348, 0.08306319266557693, + 0.07522926479578018, -0.0369158610701561, 0.041430503129959106, -0.060410842299461365, + -0.02543693408370018, 0.005722620524466038, 0.013747338205575943, -0.03266210854053497, + -0.0012813585344702005, 0.003456128528341651, 0.015331570990383625, -0.08169097453355789, + -0.07624505460262299, -0.019684989005327225, -0.13008934259414673, 0.05468403920531273, + 0.03576952591538429, 0.02525613084435463, -0.0019066332606598735, 0.03325233981013298, + -0.033429477363824844, 0.014307251200079918, 0.04916559159755707, -0.005846471060067415, + -0.0007436031592078507, -0.02542143315076828, 0.02605512924492359, 0.0276041217148304, + 0.13339059054851532, -0.08120626956224442, 0.06801007688045502, 0.026100516319274902, + 0.03539147973060608, -0.03229444846510887, -0.006882498040795326, 0.051903136074543 + ], + [ + 0.0209958553314209, -0.012206987477838993, -0.05870253965258598, -0.0643496960401535, + -0.01628151349723339, 0.06925386190414429, -0.027063071727752686, -0.02771642804145813, + -0.008734993636608124, 0.016760187223553658, 0.006333068944513798, 0.02166346274316311, + 0.024538425728678703, 0.1076979860663414, 0.003036490408703685, 0.04013295844197273, + 0.018540862947702408, 0.014847657643258572, 0.058161135762929916, -0.03192126378417015, + 0.017740122973918915, 0.007209794130176306, 0.0188857801258564, -0.016116393730044365, + 0.1050897017121315, 0.03491457551717758, -0.008844519965350628, -0.020274914801120758, + 0.043237119913101196, 0.010455014184117317, -0.013072087429463863, 0.027039743959903717, + 0.024940595030784607, 0.014610621146857738, -0.08390287309885025, 0.061810288578271866, + 0.021981483325362206, 0.0020279271993786097, 0.004697240889072418, -0.012864934280514717, + -0.005933878477662802, -0.003343036863952875, 0.049731846898794174, 0.03550401329994202, + -0.00330347684212029, 0.06396232545375824, 0.022542277351021767, 0.009468263946473598, + -0.03790319338440895, -0.031177863478660583, 0.009431521408259869, -0.03145377337932587, + 0.01856955699622631, -0.04323072358965874, -0.033417463302612305, -0.010533638298511505, + -0.008597226813435555, 0.0487058162689209, 0.09866819530725479, 0.007425699848681688, + -0.0038507175631821156, -0.04434165358543396, -0.07072450965642929, 0.049440428614616394, + 0.02494666539132595, 0.009835446253418922, 0.029200104996562004, -0.023184748366475105, + 0.0031518512405455112, -0.005667032208293676, 0.05654846876859665, 0.0574629083275795, + 0.009061956778168678, -0.09229636192321777, 0.04394446313381195, -0.026072803884744644, + 0.09419186413288116, -0.018527569249272346, 0.0005471729673445225, -0.00873500294983387, + -0.06968551129102707, 0.07413965463638306, 0.06301694363355637, -0.0038867658004164696, + 0.011334731243550777, 0.0434659868478775, -0.027607781812548637, 0.02722010388970375, + -0.05205106735229492, -0.0019488628022372723, -0.04744168370962143, 0.021053943783044815, + 0.00667553162202239, 0.04048763960599899, -0.057888519018888474, -0.05381857603788376, + -0.05576853081583977, -0.029941050335764885, 0.04876536503434181, -0.055940475314855576, + 0.02111491560935974, 0.05640292912721634, 0.010923673398792744, -0.045947957783937454, + -0.020675664767622948, 0.06497061252593994, 0.05244920030236244, 0.02386295050382614, + 0.03229255974292755, -0.06590912491083145, 0.00621725944802165, -0.031804170459508896, + 0.07132137566804886, -0.00071097316686064, 0.0022882267367094755, 0.022788021713495255, + -0.0031196940690279007, -0.03220931440591812, 0.02239903435111046, -0.007998672313988209, + -0.006232668180018663, -0.03634925186634064, 0.051129650324583054, -0.006205201148986816, + 0.04026643559336662, 0.04752197861671448, -0.01493837684392929, -0.01525562908500433, + -0.05317084491252899, 0.00836010929197073, 0.008021718822419643, -0.012330234982073307, + -0.01890825480222702, -0.09615232050418854, 0.08418464660644531, -0.018916014581918716, + -0.0035362362395972013, -0.017269326373934746, 0.0050649079494178295, 0.025807460770010948, + -0.03366284444928169, -0.08438215404748917, 0.059227801859378815, -0.05011402443051338, + 0.005990475881844759, 0.00802455935627222, 0.0007197743398137391, 0.01952599175274372, + -0.05856699496507645, 0.03936592862010002, 0.045920077711343765, 0.042347848415374756, + 0.020932404324412346, 0.009229891002178192, 0.00958092138171196, 0.0382409393787384, + 0.06985148042440414, -0.022223591804504395, 0.04585525766015053, -0.037117186933755875, + -0.009586410596966743, -0.007020964287221432, 0.07153478264808655, -0.004560309462249279, + 0.01617090031504631, 0.035777729004621506, -0.015359544195234776, -0.02948443964123726, + 0.03406232222914696, 0.042344775050878525, 0.019506411626935005, -0.056675173342227936, + -0.05424404516816139, -0.022140977904200554, 0.003013616893440485, -0.017580736428499222, + -0.037197064608335495, -0.03463353216648102, -0.009436831809580326, -0.02420148253440857, + -0.026872320100665092, 0.03778555244207382, 0.029361095279455185, 0.014211630448698997, + 0.004077141173183918, 0.0006002082955092192, -0.030360490083694458, -0.028449542820453644, + 0.007334417663514614, -0.011423979885876179, 0.013640926219522953, 0.0066508883610367775, + 0.005704277195036411, 0.026860414072871208, 0.020835548639297485, 0.0953182503581047, + 0.021580316126346588, -0.08964742720127106, 0.013340604491531849, -0.04730997234582901, + 0.03554099053144455, -0.042778532952070236, -0.0043680439703166485, -0.023057671263813972, + -0.06641220301389694, -0.05835113674402237, -0.008100165985524654, 0.010967911221086979, + -0.04999717324972153, 0.001441118773072958, 0.08628039807081223, -0.05850708857178688, + -0.0573992095887661, 0.039646439254283905, -0.06580476462841034, 0.041810501366853714, + 0.03601419925689697, -0.022249462082982063, -0.030854208394885063, 0.04850604012608528, + -0.05406378209590912, -0.03653855249285698, 0.037995487451553345, -0.04794880002737045, + 0.04476996511220932, 0.032267823815345764, 0.04290849342942238, 0.05864163860678673, + -0.031789444386959076, -0.07562761753797531, 0.03532576933503151, 0.03116222284734249, + 0.031925082206726074, -0.0019273533252999187, -0.06860528141260147, 0.021397974342107773, + 0.012288905680179596, 0.06342536956071854, -0.0003437570412643254, -0.013371884822845459, + 0.008227741345763206, -0.012237879447638988, 0.01835976354777813, 0.0016035260632634163, + 0.05039296671748161, 0.044050924479961395, -0.018952593207359314, -0.041001856327056885, + -0.050465092062950134, -0.021863829344511032, -0.05659038946032524, -0.07263687998056412, + -0.011261661536991596, 0.0335807241499424, -0.0039943549782037735, -0.03638244420289993, + 0.029427791014313698, -0.005302198231220245, 0.030533287674188614, -0.005005498416721821, + 0.01764969900250435, 0.023384464904665947, 0.020172150805592537, 0.022074798122048378, + 0.037458498030900955, 0.0072020795196294785, 0.10831616818904877, -0.032757870852947235, + 0.07463139295578003, -0.014722585678100586, -0.008133468218147755, 0.050966545939445496, + 0.02852119877934456, -0.03344377502799034, -0.023014239966869354, 0.06983944028615952, + -0.010132119990885258, -0.06772148609161377, 0.03146371617913246, 0.02469501830637455, + 0.01028690580278635, 0.05338034778833389, -0.02953757718205452, 0.011093313805758953, + 0.0553828664124012, -0.03857996314764023, -0.01576569676399231, -0.021201642230153084, + 0.09323848783969879, 0.03228985145688057, 0.03825872018933296, -0.02483251690864563, + -0.02464085817337036, 0.02607533521950245, 0.01897086203098297, 0.011713539250195026, + -0.01463509351015091, 0.02245221845805645, -0.03401163965463638, 0.06341206282377243, + 0.03284035623073578, 0.07678057998418808, 0.013129204511642456, -0.0057185860350728035, + -0.03317629545927048, 0.0013153613545000553, 0.014357111416757107, 0.025071008130908012, + -0.016363749280571938, -0.012884230352938175, 0.04509521275758743, -0.04097650945186615, + -0.022264087572693825, 0.002876979997381568, 0.04513169825077057, 0.020292192697525024, + 0.016094472259283066, 0.01344638504087925, -0.012952415272593498, -0.043022844940423965, + -0.04251831769943237, 0.01456939522176981, -0.044865384697914124, -0.08540036529302597, + -0.0008369646384380758, 0.023630160838365555, 0.04300004243850708, 0.01987113244831562, + 0.0281952116638422, 0.003557309042662382, 0.013098295778036118, 0.003156631486490369, + 0.030905498191714287, 0.024836095049977303, -0.0431361049413681, -0.018520308658480644, + 0.033637885004282, 0.030616069212555885, 0.019036967307329178, 0.06811090558767319, 0.01028477493673563, + -0.01861526630818844, -0.03243542090058327, 0.06519295275211334, -0.04383806884288788, + 0.015128511935472488, 0.023075073957443237, -0.0050305817276239395, 0.02182646654546261, + 0.014134608209133148, 0.02811603620648384, 0.04159856215119362, 0.05171239748597145, + -0.0311825480312109, -0.00259435479529202, 0.0040831370279192924, 0.02161773107945919, + -0.03238740563392639, -0.011946428567171097, -0.051495261490345, -0.019147923216223717, + 0.0006957475561648607, -0.02734910324215889, -0.0361027829349041, -0.0007572632748633623, + 0.04056153446435928, 0.06474852561950684, 0.012206822633743286, -0.06352262943983078, + 0.04566575586795807, 0.01080744992941618, 0.017697544768452644, -0.054773446172475815, + -0.01744070090353489, -0.009446609765291214, -0.01948665827512741, 0.04927439987659454, + -0.05200481787323952, 0.04679480567574501, -0.002897810423746705, -0.050413236021995544, + -0.05323926359415054, 0.06242099404335022, 0.0011879259254783392 + ], + [ + 0.026938943192362785, -0.0318034291267395, 0.0006279009394347668, -0.01148777361959219, + -0.052685558795928955, -0.01562950201332569, 0.03132491558790207, 0.027326475828886032, + 0.034971047192811966, -0.04417544975876808, -0.08168984949588776, 0.0026948468293994665, + -0.053509701043367386, 0.0745510384440422, -0.04262978211045265, -0.05820149555802345, + -0.07275727391242981, -0.031798187643289566, -0.004419595003128052, -0.08329515159130096, + 0.03642253950238228, 0.09279119223356247, 0.008953250013291836, -0.0033577820286154747, + 0.05287768691778183, -0.035860296338796616, -0.06990433484315872, 0.09910491108894348, + 0.05719180032610893, 0.02699228562414646, -0.008162053301930428, -0.031844038516283035, + 0.038254592567682266, 0.008208734914660454, -0.026565169915556908, 0.11314868927001953, + -0.03909766674041748, -0.04786117747426033, 0.032514359802007675, 0.00901027861982584, + 0.016973037272691727, 0.06188013777136803, 0.00048736846656538546, 0.033889882266521454, + 0.02835152857005596, -0.0994715690612793, 0.03944402188062668, 0.032790061086416245, + 0.02050868049263954, 0.0882147029042244, -0.02665071189403534, -0.07159838825464249, + -0.014649449847638607, -0.05739963799715042, -0.030120499432086945, 0.05695369094610214, + -0.029297741129994392, -0.00281824404373765, -0.0010592093458399177, -0.0005615430418401957, + -0.05873144045472145, 0.02494700998067856, -0.10894912481307983, -0.0510101355612278, + 0.026884429156780243, -0.028951823711395264, 0.059213124215602875, 0.10453399270772934, + -0.07690863311290741, 0.015015878714621067, 0.012996215373277664, -0.012495148926973343, + -0.006856200750917196, -0.01507751177996397, 0.0048019764944911, -0.027326932176947594, + 0.0009732277831062675, -0.07192004472017288, 0.0003502056060824543, 0.0628257468342781, + 0.05015479400753975, -0.00016823879559524357, 0.03780173137784004, 0.024741875007748604, + -0.033341046422719955, 0.03830087557435036, 0.05613072216510773, -0.030332675203680992, + 0.03325224295258522, -0.05114743113517761, -0.012534057721495628, 0.033034004271030426, + 0.05733412876725197, 0.058469753712415695, 0.05590803548693657, 0.01762484572827816, + 0.04200578108429909, -0.06303203850984573, 0.00820938590914011, 0.02139192633330822, + 0.06301213800907135, -0.05611482635140419, -0.09985851496458054, -0.0798325464129448, + -0.017088454216718674, -0.009043492376804352, 0.03408009186387062, -0.01461726613342762, + -0.0604233555495739, 0.03069179318845272, -0.004289801698178053, 0.034767426550388336, + 0.01728873886168003, 0.014284751377999783, -0.008845162577927113, 0.03733116760849953, + 0.07848189026117325, -0.08959581702947617, 0.0513760931789875, -0.06026971712708473, + 0.03628068417310715, -0.06264356523752213, 0.021174436435103416, -0.021326245740056038, + 0.028620952740311623, 0.06387101858854294, -0.041852135211229324, -0.0154378991574049, + 0.15548554062843323, -0.04831478372216225, -0.005931153427809477, 0.001959313405677676, + 0.015545109286904335, 0.011873845010995865, 0.014057852327823639, -0.029304707422852516, + 0.02023843303322792, 0.05485649034380913, -0.043815433979034424, -0.006199513096362352, + -0.05980072170495987, -0.08479448407888412, -0.04769786074757576, -0.053814858198165894, + -0.023496169596910477, 0.037855364382267, -0.013816620223224163, -0.04415491595864296, + -0.10984595119953156, 0.03187468647956848, -0.03543363884091377, 0.012687010690569878, + 0.06341083347797394, 0.07926003634929657, 0.056205328553915024, -0.10818203538656235, + -0.06312771141529083, -0.01642550341784954, 0.021190224215388298, -0.016368679702281952, + -0.11631316691637039, -0.0067426287569105625, 0.05745800584554672, 0.004794406704604626, + -0.018577881157398224, -0.05683262646198273, 0.016483746469020844, 0.018605021759867668, + -0.043360672891139984, -0.0373157262802124, 0.006226023659110069, 0.05505211278796196, + 0.008519970811903477, -0.02656354010105133, -0.003303481498733163, -0.07071690261363983, + 0.061319924890995026, 0.00628616102039814, -0.026418061926960945, -0.022346757352352142, + 0.02031739428639412, 0.016548335552215576, -0.002382536418735981, 0.02297619916498661, + 0.08990837633609772, -0.04623087868094444, -0.0001538445649202913, 0.07175751030445099, + 0.003052228596061468, -0.004960077349096537, -0.05179138109087944, 0.08250899612903595, + 0.02947876788675785, 0.03205180540680885, -0.10768790543079376, 0.005777670070528984, + 0.01225634291768074, -0.04023166000843048, 0.03725704178214073, -0.06919673085212708, + -0.016988325864076614, -0.1366887241601944, -0.003440016880631447, 0.04385283216834068, + -0.03465453162789345, 0.048604849725961685, -0.07098711282014847, -0.025246983394026756, + 0.04625765606760979, -0.06861387938261032, 0.024350052699446678, 0.012628884054720402, + -0.09386194497346878, -0.04393283277750015, -0.0259440578520298, 0.0055868844501674175, + -0.04999164864420891, -0.058686189353466034, -0.07339777797460556, 0.007569983601570129, + 0.08781465888023376, -0.06726337224245071, 0.047528356313705444, -0.03118976205587387, + 0.05682836100459099, -0.006507905665785074, 0.07199951261281967, 0.019047338515520096, + 0.068479523062706, -0.013234135694801807, 0.024880025535821915, 0.03455796092748642, + -0.03751254826784134, -0.043550726026296616, -0.01243909727782011, 0.023395497351884842, + -0.036232370883226395, 0.01882867142558098, -0.03867456689476967, 0.10749948024749756, + -0.02332259528338909, 0.07324573397636414, 0.030873388051986694, 0.042009931057691574, + -0.013003253377974033, -0.05922715365886688, -0.07874824851751328, -0.06906484812498093, + -0.030954258516430855, -0.02157497964799404, 0.020267372950911522, -0.043545134365558624, + 0.01717834547162056, -0.0445973202586174, -0.01492941752076149, -0.0570574551820755, + -0.03719563037157059, -0.020906681194901466, -0.00467581395059824, 0.09000842273235321, + 0.05884052440524101, -0.009096935391426086, 0.03708475083112717, 0.12009776383638382, + 0.009721274487674236, 0.015130212530493736, 0.02059178240597248, 0.01932085119187832, + -0.05897802859544754, 0.06753621995449066, -0.062144193798303604, -0.00607020640745759, + 0.019823379814624786, 0.013573951087892056, -0.04999237880110741, 0.009826636873185635, + 0.06148587167263031, -0.05152784660458565, 0.06076715514063835, 0.05326879397034645, + -0.004765457473695278, 0.0012600002810359001, -0.018801327794790268, -0.013461410067975521, + -0.05693870782852173, 0.02978784218430519, 0.005704574752599001, 0.03511830419301987, + 0.006364703178405762, -0.053951166570186615, -0.055497001856565475, 0.01516292430460453, + -0.11023500561714172, -0.060254499316215515, -0.024775970727205276, 0.09219636768102646, + -0.056678853929042816, -0.028627606108784676, -0.017725573852658272, 0.02314663678407669, + -0.10234339535236359, -0.061443354934453964, -0.09611161798238754, -0.014426537789404392, + -0.0527537502348423, -0.04062577709555626, -0.04701097309589386, -0.04558386281132698, + 0.05053792521357536, 0.06926858425140381, 0.04038034379482269, 0.01671174354851246, + 0.030062291771173477, -0.0583096481859684, 0.022442476823925972, 0.00695980666205287, + 0.021244846284389496, 0.0845845490694046, 0.0527803935110569, 0.0006344864959828556, + 0.00818291213363409, -0.03243474289774895, -0.022300219163298607, -0.0018514556577429175, + 0.00042543752351775765, 0.040284041315317154, -0.07348091900348663, 0.07491191476583481, + 0.05484127998352051, -0.005805277731269598, -0.0318705290555954, 0.005269151646643877, + -0.10322728008031845, 0.09690756350755692, -0.01730806939303875, -0.041980210691690445, + -0.020339077338576317, 0.07157573848962784, 0.057584915310144424, 0.018192099407315254, + -0.01955358311533928, -0.0023681859020143747, -0.024957168847322464, -0.016814541071653366, + 0.008157006464898586, -0.03030872531235218, 0.029224824160337448, 0.051045700907707214, + 0.05670531839132309, -0.028578976169228554, 0.033985648304224014, 0.10820408165454865, + 0.031645264476537704, -0.07367047667503357, -0.08052336424589157, -0.0009868878405541182, + -0.017436044290661812, -0.04745418205857277, -0.020880350843071938, -0.0626601055264473, + 0.026304759085178375, 0.052265916019678116, -0.0681145116686821, 0.06791215389966965, + -0.005429808050394058, 0.08709681034088135, 0.04024110361933708, -0.034578587859869, + -0.031529247760772705, -0.06965939700603485, -0.009069669060409069, 0.025482796132564545, + -0.00029077622457407415, -0.0019376188283786178, -0.044046178460121155, 0.081336610019207, + 0.021781960502266884, 0.024787448346614838, 0.006744031328707933, -0.053005706518888474, + 0.03353786841034889, 0.08550945669412613, -0.012665498070418835, -0.033846236765384674 + ], + [ + 0.06703638285398483, 0.04711443558335304, -0.026324622333049774, -0.008918847888708115, + -0.0794629454612732, 0.039658140391111374, 0.005711460951715708, 0.02074524201452732, + 0.06606339663267136, 0.04554120823740959, 0.028050048276782036, 0.017058296129107475, + -0.07766129821538925, 0.0835825577378273, 0.01932625100016594, 0.07235070317983627, + 0.0004876800812780857, -0.0344499871134758, -0.025568636134266853, -0.004059275612235069, + 0.08465851843357086, 0.06337975710630417, 0.027394644916057587, 0.04919297620654106, + -0.003089555772021413, 0.06599663943052292, -0.05690499022603035, -0.020603502169251442, + 0.029976777732372284, -0.03687858581542969, -0.030950983986258507, -0.01031643245369196, + -0.017866455018520355, -0.03105822205543518, -0.037208687514066696, 0.04179713875055313, + 0.009627391584217548, -0.030690215528011322, -0.030432552099227905, 0.04430077224969864, + -0.06761240214109421, 0.03617236763238907, 0.0315544456243515, 0.023197432979941368, + 0.00538706686347723, -0.014865335077047348, 0.017845947295427322, 0.06048069894313812, + -0.02350117452442646, -0.007980545982718468, 0.01831960119307041, -0.02951287105679512, + -0.04637555032968521, -0.07171988487243652, 0.026265520602464676, 0.03044770285487175, + -0.0450814925134182, 0.024729756638407707, 0.030470144003629684, -0.023306814953684807, + -0.004197884351015091, -0.014682355336844921, -0.012799634598195553, 0.04779517650604248, + 0.01330427173525095, 0.025471586734056473, 0.02046789601445198, 0.017906324937939644, + 0.03112662397325039, -0.017763962969183922, -0.030916817486286163, 0.00749772135168314, + -0.020801762118935585, 0.018771149218082428, 0.08566731214523315, 0.0071838656440377235, + 0.042789276689291, 0.04109369218349457, 0.04265695810317993, 0.06455139070749283, -0.014235857874155045, + 0.027078872546553612, 0.02978704683482647, 0.05434759333729744, -0.012972264550626278, + -0.011283690109848976, -0.029246393591165543, 0.04708600044250488, -0.0506126694381237, + 0.06026039645075798, -0.03863275796175003, -0.0026601701974868774, -0.035089679062366486, + 0.021193452179431915, -0.06605274230241776, 0.05504301190376282, -0.06915169209241867, + -0.07720088958740234, 0.07624532282352448, 0.03749503940343857, -0.003974222578108311, + -0.009195415303111076, -0.041496921330690384, 0.0006231507286429405, -0.011204501613974571, + -0.011260717175900936, 0.018622172996401787, 0.03599368408322334, -0.007593032903969288, + -0.025816122069954872, 0.04681367427110672, -0.03771422803401947, -0.015544312074780464, + 0.044310808181762695, 0.030288277193903923, -0.07266157120466232, -0.048623859882354736, + -0.013784968294203281, 0.09092164039611816, 0.0010486847022548318, 0.01803690940141678, + -0.01753571256995201, 0.04331980273127556, -0.04655369743704796, 0.0681963637471199, + 0.07080202549695969, -0.08857729285955429, -0.006784336641430855, 0.011964266188442707, + -0.0032773157581686974, 0.02898726612329483, 0.0396689809858799, -0.024484308436512947, + -0.09905894845724106, 0.09122610837221146, -0.006971199531108141, 0.005044965539127588, + -0.016177944839000702, -0.023476440459489822, -0.02539830282330513, 0.004915647674351931, + -0.0961490049958229, -0.003699186723679304, -0.06560100615024567, -0.0571904256939888, + 0.05159097909927368, -0.07455767691135406, 0.07134262472391129, -0.055036235600709915, + 0.07037532329559326, -0.039305441081523895, -0.03560345992445946, 0.03498207405209541, + -0.024500174447894096, -0.005730962380766869, -0.06796666234731674, 0.03536243364214897, + -0.006677332799881697, 0.03206592798233032, 0.020713988691568375, -0.008928530849516392, + -0.03531772643327713, 0.039871882647275925, -0.039106596261262894, 0.037183552980422974, + 0.01836245320737362, -0.014730284921824932, 0.03251156955957413, -0.018365347757935524, + 0.02688012458384037, -0.012372594326734543, -0.013536186888813972, -0.0014268056256696582, + -0.00168539525475353, 0.028492938727140427, -0.007369489874690771, 0.0004989405861124396, + 0.04693828523159027, -0.05442476645112038, -0.03075842745602131, -0.022301971912384033, + 0.03408501669764519, 0.05027921497821808, 0.062095873057842255, 0.004597929771989584, + -0.043041154742240906, 0.034389834851026535, -0.07174620777368546, 0.005683313123881817, + -0.007113445550203323, 0.004109597764909267, -0.0254098791629076, 0.08607392013072968, + 0.10413803905248642, -0.010849354788661003, 0.08236760646104813, 0.01915048621594906, + -0.0026870728470385075, 0.025459328666329384, 0.00309282005764544, 0.003550388617441058, + -0.0037787139881402254, -0.027780752629041672, -0.090249203145504, -0.10117882490158081, + -0.12485862523317337, -0.055715400725603104, -0.00855146162211895, 0.010562960989773273, + -0.009551670402288437, 0.0870426669716835, -0.08567918092012405, -0.00779678113758564, + 0.0002558961568865925, 0.0035159443505108356, 0.021014131605625153, 0.02239619940519333, + -0.06810669600963593, -0.023645605891942978, 0.008793055079877377, -0.0378107950091362, + -0.051980506628751755, -0.05138149484992027, 0.0050827073864638805, -0.015598466619849205, + -0.0016885959776118398, 0.05574842169880867, -0.07067812979221344, 0.03839157149195671, + -0.003844507969915867, -0.0019334732787683606, 0.030701227486133575, 0.020573662593960762, + 0.008454378694295883, 0.016500284895300865, -0.00026853891904465854, 0.006323398556560278, + 0.07252311706542969, -0.06707076728343964, 0.0021059352438896894, 0.03335745260119438, + 0.04413402080535889, 0.06660880148410797, -0.04184121638536453, -0.038499753922224045, + 0.05220536142587662, 0.023264477029442787, -0.02683415450155735, 0.06931556761264801, + 0.0900988057255745, 0.007259397767484188, -0.08572749048471451, 0.05713624134659767, + 0.023890674114227295, -0.04879515990614891, -0.04397812485694885, -0.0021578879095613956, + 0.012194348499178886, 0.03170226141810417, 0.05589709058403969, -0.01812130957841873, + -0.011637765914201736, 0.040333643555641174, 0.008635849691927433, 0.014810308814048767, + -0.014420765452086926, 0.07725411653518677, 0.05526363477110863, 0.060991812497377396, + 0.029355963692069054, -0.008677548728883266, 0.06739465892314911, -0.09697116166353226, + 0.012714947573840618, 0.01878519356250763, 0.002297087572515011, -0.005153990816324949, + -0.04408547654747963, 0.004353666212409735, -0.029650108888745308, 0.07537005096673965, + 0.056868795305490494, -0.03339128941297531, -0.00834743957966566, 0.04367118328809738, + -0.06355872750282288, 0.04183497652411461, -0.05604948103427887, 0.06314466893672943, + 0.06810571253299713, -0.03557911515235901, -0.005275757517665625, -0.04829701408743858, + 0.011547991074621677, -0.036884814500808716, 0.00037058486486785114, 0.013075373135507107, + -0.006990747060626745, -0.05925173684954643, -0.03885757550597191, 0.020947730168700218, + 0.022790636867284775, -0.00949056912213564, 0.026653023436665535, -0.11547745764255524, + 0.0549866259098053, -0.01018685381859541, -0.07646766304969788, -0.014296574518084526, + 0.06589886546134949, -0.028598541393876076, -0.08461865782737732, 0.01729477010667324, + -0.0038954499177634716, 0.010689690709114075, 0.03659473732113838, 0.018955709412693977, + 0.05763992294669151, -0.0424092635512352, -0.0045446655713021755, -0.061656951904296875, + 0.04732890799641609, -0.04520438611507416, -0.030173489823937416, -0.0006617252947762609, + 0.03817776218056679, -0.015859859064221382, 0.06163586676120758, 0.003196347039192915, + 0.05916723981499672, -0.023642968386411667, 0.03263619542121887, -0.0032238573767244816, + 0.08705577254295349, -0.07518844306468964, -0.07893487811088562, -0.0077931019477546215, + 0.05801801010966301, -0.02213476598262787, -0.029357243329286575, 0.0006298141088336706, + -0.0027205373626202345, 0.010433592833578587, -0.006830234080553055, -0.026694973930716515, + -0.04024891555309296, -0.015101107768714428, -0.015088753774762154, 0.04556802660226822, + 0.014654613099992275, 0.019860971719026566, 0.11193762719631195, -0.030819851905107498, + -0.06474925577640533, 0.04154956713318825, -0.02573757991194725, -0.0074776881374418736, + -0.025712985545396805, -0.01783185638487339, 0.004007745534181595, 0.011359939351677895, + 0.04220368713140488, 0.005019680596888065, -0.017365828156471252, 0.04061887413263321, + 0.08032732456922531, 0.006349042057991028, 0.019614331424236298, -0.021579846739768982, + 0.002766522578895092, 0.08139829337596893, 0.027712440118193626, -0.057083990424871445, + -0.015070288442075253, -0.010862625204026699, -0.016981687396764755, 0.054860375821590424, + -0.02455788664519787, 0.038697250187397, 0.04774285480380058, 0.05608966201543808, -0.04641928896307945, + 0.0024706940166652203, -0.021545521914958954 + ], + [ + 0.0047974190674722195, 0.05785079672932625, 0.02782866172492504, 0.02276676893234253, + -0.00270941318012774, -0.01626673899590969, -0.02043769136071205, -0.04388134926557541, + 0.013209906406700611, -0.024853060021996498, -0.005341860931366682, 0.01329884584993124, + -0.004575916100293398, 0.021383769810199738, -0.003422481007874012, 0.02359463833272457, + -0.06048896163702011, 0.015087197534739971, -0.018828079104423523, -0.05433134734630585, + 0.0017630382208153605, 0.028322651982307434, 0.055646248161792755, 0.016349464654922485, + 0.011538013815879822, 0.023527678102254868, -0.0846615731716156, -0.07392407953739166, + 0.06468916684389114, 0.02558324672281742, -0.012231056578457355, -0.05472008138895035, + -0.014147845096886158, 0.04118773713707924, -0.031195949763059616, 0.0075442069210112095, + -0.009635481983423233, -0.005344565492123365, 0.06238401681184769, 0.023777460679411888, + -0.00654311990365386, 0.04259522631764412, -0.06532110273838043, -0.05587592348456383, + -0.032019879668951035, 0.007098894566297531, 0.04140908271074295, 0.07962435483932495, + -0.027390487492084503, -0.06969044357538223, -0.003988351207226515, -0.07571014016866684, + -0.029366448521614075, -0.022673266008496284, -0.03447527065873146, 0.0158556941896677, + -0.03184296563267708, 0.0838649794459343, 0.05285999923944473, -0.05845091491937637, + 0.018783442676067352, -0.0179995559155941, -0.07174620032310486, 0.06929515302181244, + 0.001846584491431713, 0.03637295961380005, 0.03146520256996155, 0.006527645047754049, + -0.003085476579144597, -0.052482668310403824, 0.036219336092472076, -0.02268838696181774, + 0.04658113792538643, -0.019302772358059883, 0.016596393659710884, 0.051580704748630524, + 0.05593891069293022, 0.003433109959587455, -0.03172049671411514, 0.023996755480766296, + -0.02062433399260044, 0.05414339900016785, 0.06586854159832001, 0.0057406616397202015, + -0.030642807483673096, 0.036922257393598557, -0.011476540006697178, -0.049367669969797134, + -0.03332405164837837, 0.0807473286986351, 0.003174812300130725, -0.05022552236914635, + -0.046318419277668, 0.05633579567074776, -0.0006264145486056805, 0.05123821645975113, + -0.035805389285087585, 0.02548425830900669, 0.09454528242349625, -0.053808704018592834, + -0.011677331291139126, 0.11123251914978027, -0.03714494779706001, 0.006734812632203102, + -0.026844067499041557, 0.031690750271081924, 0.030916469171643257, -0.010478314012289047, + -0.007892816327512264, -0.04155774414539337, 0.02548004500567913, -0.08159539103507996, + 0.076321542263031, -0.038647767156362534, 0.004582363646477461, -0.04800402373075485, + -0.05029306933283806, -0.0326317623257637, 0.010103060863912106, -0.02090303972363472, + -0.021443087607622147, -0.024163782596588135, 0.00589129701256752, 0.015478046610951424, + 0.017764607444405556, 0.0017173843225464225, -0.06181934475898743, -0.00040594354504719377, + 0.004710176959633827, -0.0280618779361248, 0.010494852438569069, -0.06876077502965927, + -0.028228845447301865, -0.053354695439338684, 0.010796476155519485, -0.04685550928115845, + 0.06552998721599579, 0.013837062753736973, 0.004929742310196161, -0.00302637810818851, + -0.02398057095706463, -0.041417039930820465, 0.019361143931746483, -0.014990040101110935, + -0.016239410266280174, -0.027019675821065903, -0.07109794020652771, -0.005210257600992918, + -0.05818674713373184, -0.008902550674974918, 0.00141519692260772, 0.042627375572919846, + 0.043320391327142715, -0.030863918364048004, 0.044404178857803345, -0.015463093295693398, + -0.006143550854176283, -0.024006253108382225, 0.0169236920773983, 0.02599840797483921, + -0.03742092475295067, 0.054389141499996185, 0.03577376529574394, 0.05404984951019287, + 0.005079241935163736, -0.07159102708101273, 0.007213156670331955, -0.05283103883266449, + 0.018015151843428612, -0.016435882076621056, -0.0032959680538624525, -0.021349944174289703, + -0.03658372908830643, 0.045102931559085846, 0.024178549647331238, 0.005915989633649588, + 0.04032319411635399, -0.020375827327370644, -0.04314418509602547, 0.012565205805003643, + 0.07800550013780594, -0.022831065580248833, 0.03695705905556679, -0.008140584453940392, + -0.001511723967269063, 0.057959020137786865, 0.05747581645846367, 0.028176946565508842, + -0.009007731452584267, 0.022507568821310997, 0.018256189301609993, 0.06167430058121681, + 0.07346732914447784, 0.10177948325872421, 0.03984283283352852, 0.0076609724201262, + -0.016852790489792824, -0.030491195619106293, -0.0032222771551460028, -0.016478868201375008, + -0.014700323343276978, -0.05069386214017868, 0.005065368954092264, -0.046387117356061935, + -0.030949223786592484, -0.07382895797491074, -0.04075901210308075, -0.051450274884700775, + -0.06452801078557968, 0.0791192576289177, 0.05049359053373337, 0.02996114082634449, + -0.08866094797849655, -0.05150521919131279, 0.013110173866152763, 0.0006486090132966638, + -0.04064325615763664, -0.03198617324233055, 0.002942194463685155, 0.03738649562001228, + 0.054302215576171875, 0.03674260526895523, -0.014436532743275166, -0.02079877443611622, + 0.06465473771095276, -0.01047420222312212, 0.07633008807897568, -0.01259545236825943, + 0.039230868220329285, 0.012404697947204113, -0.047959405928850174, -0.0003123668138869107, + -0.05429979786276817, -0.0440780334174633, 0.02108197659254074, -0.040250420570373535, + 0.0037219843361526728, 0.12013575434684753, -0.09762043505907059, -0.00826913770288229, + -0.008822612464427948, 0.011489907279610634, 0.03572963550686836, 0.0012150207767263055, + -0.05777863785624504, 0.025409633293747902, 0.029432866722345352, 0.03212624788284302, + 0.030048508197069168, 0.028134966269135475, -0.0685318186879158, -0.04244576022028923, + 0.011827309615910053, 0.004324943758547306, 0.01570875011384487, -0.0265964325517416, + -0.02423732914030552, -0.018990609794855118, -0.012004866264760494, -0.0010038686450570822, + -0.007277620956301689, 0.021808968856930733, -0.006906032096594572, 0.009582925587892532, + 0.0227207038551569, -0.06626806408166885, 0.05250968411564827, -0.011111229658126831, + -0.007407679688185453, 0.04378729686141014, -0.029686715453863144, 0.047861456871032715, + -0.07232754677534103, -0.0209270678460598, 0.012796340510249138, 0.04136699438095093, + -0.0018625773955136538, -0.0738818347454071, 0.012279762886464596, 0.06653329730033875, + -0.005272147245705128, 0.024403207004070282, -0.027110297232866287, -0.014140496030449867, + 0.02216496504843235, -0.031100403517484665, 0.032246313989162445, 0.031528569757938385, + -0.022680262103676796, 0.05255196988582611, -0.060712508857250214, 0.002832688856869936, + 0.0024303195532411337, -0.007162413559854031, -0.03627776354551315, 0.10639522969722748, + -0.012608770281076431, -0.07582727819681168, 0.009157935157418251, 0.051585160195827484, + -0.03490851819515228, -0.10004974156618118, -0.03297605365514755, -0.08100869506597519, + -0.028992870822548866, -0.05199774354696274, 0.044500682502985, -0.06765072047710419, + -0.07777313888072968, 0.01825961098074913, -0.01840260438621044, -0.08705642819404602, + -0.0611734502017498, -0.004771645646542311, -0.05097418650984764, -0.008833594620227814, + 0.04248346760869026, -0.009525792673230171, 0.04541855677962303, 0.03402227535843849, + -0.014049149118363857, -0.005799130070954561, -0.04562350735068321, -0.007034130860120058, + 0.04784345254302025, 0.07458386570215225, -0.0069744521751999855, 0.03965994715690613, + 0.0023872845340520144, -0.008237768895924091, -0.0016032254789024591, -0.010311699472367764, + -0.025703229010105133, 0.020571429282426834, -0.0203033909201622, -0.04940025135874748, + 0.048087671399116516, 0.039149124175310135, -0.06412330269813538, 0.029948320239782333, + 0.017446406185626984, 0.01840381883084774, -0.002856355393305421, 0.06172169744968414, + 0.000261389504885301, -0.01334741897881031, -0.036933645606040955, -0.00109369948040694, + 0.04552064090967178, -0.015248633921146393, 0.07745704799890518, 0.02065054327249527, + -0.054464615881443024, -0.07932441681623459, -0.017797376960515976, 0.026327917352318764, + -0.0446794331073761, 0.051615599542856216, 0.010647859424352646, 0.03331553190946579, + -0.07145918905735016, 0.07896661758422852, -0.03290748596191406, 0.03663482144474983, + 0.007764736190438271, 0.08809632062911987, 0.000697990064509213, 0.03429128974676132, + -0.04110851511359215, 0.022572943940758705, -0.025008469820022583, 0.07970648258924484, + 0.0027291669975966215, 0.0502963550388813, -0.006414582021534443, 0.048094119876623154, + 0.08984103053808212, 0.004363573621958494, 0.013110548257827759, -0.006142620928585529, + 0.03355160355567932, -0.05912097170948982, 0.08644195646047592, 0.040800921618938446 + ], + [ + -0.013199263252317905, 0.002979410346597433, -0.08129975199699402, -0.05997810885310173, + -0.007604723330587149, -0.04911640286445618, 0.04261009395122528, 0.022620122879743576, + -0.0023342238273471594, -0.009473715908825397, 0.01988343894481659, -0.030426502227783203, + -0.038152147084474564, 0.10867182910442352, -0.0783829391002655, 0.010654794983565807, + -0.07875180244445801, -0.016203148290514946, -0.01585732400417328, -0.0668809786438942, + 0.043358586728572845, 0.013305429369211197, 0.03788330405950546, -0.09041279554367065, + -0.035112589597702026, 0.013840850442647934, -0.038528088480234146, 0.05426577478647232, + 0.01757725328207016, 0.04942002519965172, 0.0018770829774439335, -0.02690145932137966, + 0.0004396464501041919, -0.0550004206597805, -0.0027564922347664833, -0.052894316613674164, + 0.04301491379737854, -0.022516867145895958, -0.03358116000890732, -0.07491233944892883, + 0.10922690480947495, 0.014319022186100483, 0.11746083945035934, 0.031155217438936234, + 0.0015499856090173125, 0.006356290075927973, 0.05576680600643158, 0.024618612602353096, + 0.11470740288496017, -0.014246874488890171, 0.03939804807305336, -0.026744814589619637, + -0.10865993797779083, 0.023964980617165565, 0.03865423426032066, -0.03680525720119476, + 0.03403032571077347, -0.018684152513742447, -0.026634886860847473, -0.05265599861741066, + -0.028973421081900597, -0.01110310759395361, -0.044280022382736206, -0.04044583439826965, + 0.06884516030550003, -0.034989144653081894, 0.11359064280986786, -0.00875286664813757, + 0.029448986053466797, 0.004880460444837809, 0.014537862502038479, 0.010336529463529587, + -0.005925960838794708, -0.05655970051884651, -0.0020919714588671923, 0.025218697264790535, + 0.0441228523850441, 0.03495782986283302, -0.03825939819216728, 0.09730594605207443, + -0.026827698573470116, -0.014416658319532871, 0.025124303996562958, -0.008157807402312756, + 0.036749985069036484, 0.011872858740389347, -0.015473873354494572, 0.008031588047742844, + 0.0042873588390648365, 0.03258857503533363, 0.01890811137855053, -0.021786347031593323, + 0.07800162583589554, 0.05871512368321419, -0.0695890411734581, -0.031205100938677788, + -0.0007850719848647714, -0.04144782945513725, 0.027550499886274338, -0.039379239082336426, + 0.07213083654642105, -0.0412759929895401, -0.07638832926750183, 0.07919099926948547, + 0.05854366347193718, 0.10564058274030685, -4.0826547774486244e-5, -0.01985441893339157, + -0.0382012203335762, -0.03326093778014183, 0.03378148749470711, -0.008171348832547665, + -0.009822801686823368, 0.020367402583360672, -0.04266275092959404, -0.01573020964860916, + -0.031067268922924995, 0.029843969270586967, -0.03173329308629036, -0.03175274282693863, + -0.0439399853348732, -0.09488441050052643, -0.03204144537448883, -0.0024236426688730717, + -0.0490044541656971, -0.04021541774272919, 0.013037523254752159, 0.05045720562338829, + 0.09823689609766006, 0.01973915845155716, -0.011563355103135109, -0.05505399778485298, + -0.02646062709391117, -0.039797741919755936, -0.03961946442723274, -0.014592635445296764, + -0.036804452538490295, 0.02607455663383007, 0.021132487803697586, -0.07034064084291458, + 0.025136785581707954, -0.10857005417346954, 0.04997771233320236, 0.016402795910835266, + 0.0019486009841784835, -0.005574483890086412, -0.03587602451443672, 0.023964663967490196, + -0.06707385182380676, -0.0861651748418808, -0.02186739444732666, -0.03733789920806885, + 0.006244109943509102, 0.027877258136868477, -0.042726289480924606, -0.01435970887541771, + -0.024954425171017647, -0.06535890698432922, 0.04297448322176933, 0.0005980575224384665, + -0.022609803825616837, 0.0020573041401803493, 0.015159768052399158, 0.0267381239682436, + 0.006665914319455624, -0.03106037527322769, -0.04335147142410278, -0.07206033170223236, + 0.012614068575203419, 0.11450470238924026, -0.039591871201992035, 0.07318327575922012, + 0.001444365712814033, -0.04089122638106346, 0.01207799930125475, -0.003731868928298354, + 0.038605719804763794, -0.008784766308963299, -0.029330164194107056, -0.055928800255060196, + 0.1042701005935669, 0.04800966754555702, -0.030542414635419846, 0.06926349550485611, + 0.10541239380836487, 0.04729286581277847, -0.09053028374910355, 0.04680512100458145, + -0.0151909738779068, 0.014217916876077652, -0.04888145253062248, 0.00545236561447382, + 0.11013396829366684, 0.04656895995140076, -0.02825184166431427, 0.06015126779675484, + -6.224559183465317e-5, -0.06773468852043152, -0.03534319996833801, -0.024268491193652153, + 0.05644097179174423, -0.01554783247411251, -0.03667016699910164, -0.042747560888528824, + 0.0108121233060956, 0.04190715774893761, -0.10328637063503265, -0.04404926300048828, + 0.042001865804195404, -0.0620623417198658, 0.025929506868124008, 0.01791219785809517, + -0.12159615755081177, 0.009810681454837322, -0.020404282957315445, 0.09931934624910355, + -0.01693236269056797, -0.07281863689422607, -0.015211411751806736, 0.028652125969529152, + 0.049294181168079376, -0.017132006585597992, -0.004643842577934265, 0.009377842769026756, + -0.02983827143907547, -0.10415343195199966, 0.050482749938964844, -0.04180119186639786, + 0.05593695491552353, -0.007465374190360308, -0.034881290048360825, 0.049426645040512085, + -0.07267805188894272, -0.06616321206092834, -0.05137685686349869, 0.022768737748265266, + -0.024562660604715347, -0.04026195779442787, 0.007776495534926653, 0.02498621679842472, + -0.0854010283946991, 0.03761748597025871, -0.05423971638083458, -0.03242658078670502, + -0.08900109678506851, -0.05878192558884621, 0.04334951192140579, -0.0630698949098587, + 0.0023965854197740555, -0.00544770760461688, 0.056390970945358276, -0.06852862983942032, + 0.05095759779214859, 0.08365105837583542, 0.0838208720088005, -0.02915123850107193, + -0.061698004603385925, 0.019201379269361496, 0.07467503845691681, 0.040475066751241684, + 0.04942547529935837, -0.022998390719294548, 0.008738361299037933, 0.035161055624485016, + -0.05820627510547638, 0.1254657655954361, 0.11071319878101349, 0.06541970372200012, 0.01982569321990013, + 0.0779586136341095, 0.01514876913279295, 0.0009863338200375438, 0.05307803303003311, + 0.036920610815286636, -0.05322970822453499, -0.07593689858913422, 0.0864863395690918, + 0.053121231496334076, -0.015953512862324715, -0.005827382206916809, 0.014061435125768185, + 0.07796436548233032, 0.015647685155272484, -0.10647480934858322, -0.024081874638795853, + 0.031186645850539207, -0.06814181804656982, 0.05634531378746033, 0.06620287150144577, + -0.020333312451839447, 0.012659027241170406, 0.0578170083463192, 0.04814264550805092, + -0.07487121969461441, 0.0337563082575798, 0.044618211686611176, -0.018472351133823395, + -0.019899392500519753, -0.04768164083361626, -0.004642053972929716, 0.025477664545178413, + 0.03528451547026634, 0.0019486263627186418, -0.05926847085356712, -0.03092532977461815, + 0.08185391873121262, -0.09219419211149216, -0.04863603413105011, -0.08352429419755936, + 0.02696722000837326, 0.03694929927587509, -0.08416984230279922, 0.09740061312913895, + -0.09103743731975555, 0.10583384335041046, -0.02878737822175026, -0.017130855470895767, + 0.025464890524744987, 0.06278596073389053, 0.031137898564338684, 0.03420928120613098, + 0.0390252061188221, -0.04243483394384384, -0.04899078980088234, 0.06479445099830627, + -0.0010469353292137384, -0.030600102618336678, 0.00970286875963211, -0.06282996386289597, + -0.027442947030067444, -0.0008142333826981485, 0.018459036946296692, -0.018823374062776566, + -0.01953703537583351, -0.0062308055348694324, -0.070872001349926, -0.00973591860383749, + -0.009448458440601826, 0.005800673738121986, 0.03949431702494621, -0.03520587459206581, + -0.025071728974580765, -0.030090991407632828, 0.08154229819774628, 0.031355079263448715, + -0.03171375021338463, 0.08405261486768723, 0.013833905570209026, 0.0442933663725853, + -0.0029381518252193928, 0.05867328122258186, 0.07805921137332916, -0.010820110328495502, + -0.017110496759414673, -0.05762823298573494, 0.06691443175077438, 0.059040315449237823, + -0.03196435794234276, -0.06390440464019775, 0.02879074029624462, -0.03581326827406883, + 0.09411154687404633, -0.04798468202352524, 0.05207652226090431, 0.04338841140270233, + 0.10987504571676254, -0.041768867522478104, -0.03623105213046074, -0.027054745703935623, + -0.03945719823241234, 0.01721222884953022, -0.05926469340920448, -0.07429184019565582, + -0.00936204381287098, -0.034939955919981, 0.02284488081932068, -0.04414510726928711, + 0.016996577382087708, 0.09242279082536697, 0.006603749468922615, 0.02308301068842411, + -0.05873661860823631, 0.0708690881729126, -0.012155815027654171 + ], + [ + -0.008695860393345356, 0.02690732665359974, -0.012403786182403564, 0.06774691492319107, + 0.05285854637622833, 0.10115097463130951, -0.003869875567033887, 0.024055439978837967, + -0.02807455137372017, -0.09364375472068787, -0.05954043194651604, -0.06716141104698181, + -0.04796399548649788, 0.03851962462067604, -0.034697648137807846, -0.02265411987900734, + -0.002595128258690238, -0.05923648923635483, -0.0005808866117149591, 0.011561778374016285, + -0.005739796906709671, -0.011705981567502022, -0.0354764424264431, -0.005080276168882847, + -0.025021785870194435, 0.0630427822470665, -0.052228763699531555, -0.06777037680149078, + 0.016153065487742424, 0.05007631331682205, -0.09774329513311386, -0.06339779496192932, + -0.05450093373656273, 0.017505541443824768, 0.031165121123194695, 0.029368003830313683, + -0.01647014729678631, 0.04511456936597824, -0.012787136249244213, 0.03599248081445694, + 0.026359444484114647, 0.009625161997973919, -0.031024236232042313, -0.0463879331946373, + 0.03789551183581352, 0.04962274059653282, 0.09991800785064697, 0.02467307262122631, 0.09879407286643982, + -0.03806580603122711, 0.015088556334376335, 0.008894932456314564, -0.04138563945889473, + -0.09059994667768478, 0.01952255517244339, 0.04935090243816376, -0.06405017524957657, + 0.09504321217536926, 0.021092740818858147, 0.040068481117486954, -0.005341542884707451, + 0.004004096146672964, -0.06675121188163757, -0.02172243408858776, 0.09456517547369003, + -0.03944870084524155, -0.0502520352602005, 0.03289342671632767, 0.0043555693700909615, + -0.044865161180496216, 0.05062370002269745, -0.01837799698114395, 0.08510640263557434, + -0.07583122700452805, 0.06628560274839401, 0.011702850461006165, 0.12595750391483307, + -0.02414788492023945, 0.0027317567728459835, 0.059266045689582825, 0.007279863115400076, + -0.06115339323878288, -0.11917582154273987, -0.021473031491041183, 0.0875641256570816, + 0.01709490641951561, 0.049048710614442825, -0.0892496332526207, -0.07871286571025848, + 0.03375430777668953, 0.039582185447216034, -0.01276799663901329, -0.06761462986469269, + 0.02480732649564743, -0.03840094432234764, 0.00916061457246542, 0.024563636630773544, + 0.07380267232656479, 0.047413334250450134, 0.08135572075843811, 0.0474526472389698, + 0.017632996663451195, -0.04333044961094856, -0.05368104949593544, -0.04903614893555641, + 0.016945580020546913, -0.032390449196100235, 0.03617566078901291, -0.034608498215675354, + -0.019472377374768257, 0.05782739073038101, -0.08621964603662491, 0.013470505364239216, + -0.08799643069505692, -0.07348812371492386, 0.07557933032512665, -0.08642945438623428, + -0.0998036116361618, 0.008908153511583805, 0.011265884153544903, -0.03878508135676384, + -0.002927464200183749, 0.03961994871497154, -0.015993230044841766, -0.01631157472729683, + 0.027249254286289215, -0.04906996712088585, 0.03260640799999237, 0.020420098677277565, + -0.06754472851753235, -0.061802081763744354, -0.01436684187501669, 0.04057736322283745, + -0.0018391981720924377, -0.03366142138838768, -0.07260552048683167, -0.01450358983129263, + 0.06550464779138565, 0.007238965015858412, -0.0028886322397738695, -0.015581425279378891, + -0.07706853747367859, -0.003912425599992275, 0.017900895327329636, -0.0031539401970803738, + -0.02177383005619049, -0.07525665313005447, -0.03173629194498062, -0.050718653947114944, + -0.005600231699645519, 0.010542770847678185, 0.016691554337739944, 0.0810207799077034, + -0.045853838324546814, 0.030984824523329735, -0.08436696976423264, -0.0022849387023597956, + 0.0033349848818033934, 0.07214196771383286, 0.09659745544195175, -0.06940942257642746, + 0.010879235342144966, 0.0042243702337145805, 0.0012553940759971738, 0.0874667838215828, + -0.05858509987592697, -0.0052337562665343285, -0.019290033727884293, -0.06398539245128632, + 0.10880360007286072, -0.02952118031680584, 0.05965016782283783, -0.018409553915262222, + -0.0485612154006958, 0.09476916491985321, 0.04414648190140724, -0.0002917713427450508, + -0.03906102851033211, -0.006318937987089157, -0.09336486458778381, -0.01036105491220951, + 0.008497562259435654, 0.02076854556798935, 0.017726505175232887, 0.011921300552785397, + 0.05700602009892464, -0.017549607902765274, -0.009914416819810867, -0.05522479861974716, + -0.06659268587827682, 0.018749434500932693, -0.055211734026670456, 0.03699696436524391, + 0.058904778212308884, -0.07826530188322067, 0.039380863308906555, -0.01787579618394375, + -0.026640988886356354, -0.001772466697730124, -0.02073722705245018, 0.09231609851121902, + -0.030963383615016937, -0.03298487886786461, 0.009109440259635448, -0.05019538849592209, + -0.052964240312576294, -0.01309351995587349, -0.05996081978082657, 0.023729907348752022, + 0.0294636283069849, 0.023425698280334473, 0.04872526600956917, -0.041971903294324875, + -0.004386406857520342, -0.0730612650513649, -0.025827540084719658, -0.10560186207294464, + -0.08656858652830124, -0.05862300843000412, -0.0036883559077978134, 0.09001311659812927, + 0.007626897655427456, 0.020876966416835785, -0.04038989171385765, 0.05538257211446762, + 0.03228748217225075, -0.050714679062366486, 0.02613913081586361, 0.03409256786108017, + -0.036451950669288635, 0.05884668231010437, 0.02539750002324581, -0.04397457838058472, + -0.025784550234675407, -0.03825394809246063, 0.057286810129880905, 0.0011457864893600345, + 0.10761405527591705, -0.024656599387526512, -0.07455870509147644, -0.038622643798589706, + 0.05787334591150284, 0.026393353939056396, -0.006316483952105045, -0.1013316959142685, + 0.023093044757843018, 0.06674041599035263, -0.004617583937942982, -0.017246371135115623, + 0.048305217176675797, -0.006144191138446331, -0.05148202180862427, -0.020381586626172066, + -0.03521829470992088, 0.03764006868004799, -0.03690391033887863, -0.1246483102440834, + 0.07871238142251968, -0.008449003100395203, 0.13686642050743103, -0.07371169328689575, + -0.06223450228571892, -0.05738024041056633, -0.028332935646176338, -0.010340886190533638, + -0.021023986861109734, 0.11951266974210739, 0.07000908255577087, 0.015072513371706009, + 0.0044346763752400875, 0.13821570575237274, 0.0022125353571027517, -0.024018459022045135, + 0.03249036893248558, 0.024791095405817032, -0.013881107792258263, -0.0017739090835675597, + 0.06536483019590378, 0.06549659371376038, -0.01409249659627676, 0.020244214683771133, + -0.006591937504708767, -0.006399951875209808, 0.003989354241639376, -0.009226151742041111, + 0.031202882528305054, -0.04050428420305252, 0.0700562447309494, 0.10328803211450577, + -0.012984511442482471, 0.03485088050365448, -0.018135318532586098, -0.04124748706817627, + -0.03875492140650749, 0.004928510636091232, 0.038500405848026276, 0.01302590873092413, + 0.02867329679429531, -0.05253307893872261, 0.09082834422588348, -0.018881481140851974, + 0.01548017654567957, -0.07941248267889023, -0.08794087171554565, -0.12408223748207092, + 0.005681168753653765, -0.05777592957019806, -0.017539191991090775, -0.0378912016749382, + 0.08238080143928528, -0.03242207318544388, -0.014084422029554844, 0.09425900131464005, + 0.043317798525094986, -0.032037097960710526, -0.03745210915803909, -0.012652476318180561, + 0.02176278457045555, 0.08779244869947433, 0.012869263999164104, -0.06317134946584702, + -0.014677789993584156, -0.06202785298228264, -0.06677316874265671, -0.016797758638858795, + -0.033385857939720154, -0.016331849619746208, -0.006283802445977926, -0.09323062747716904, + 0.01917405240237713, -0.05230307579040527, 0.047607481479644775, -0.03462423384189606, + 0.019117295742034912, 0.020325331017374992, -0.07513467967510223, 0.04882192611694336, + -0.000932100520003587, -0.03316066414117813, -0.06380665302276611, -0.04556998610496521, + 0.01814267225563526, -0.05532422289252281, 0.058913301676511765, -0.015374408103525639, + -0.07634487003087997, 0.0815587267279625, 0.07397469878196716, 0.05063154175877571, + -0.004992626141756773, 0.03927991911768913, 0.012727251276373863, -0.017219051718711853, + -0.04311066493391991, -0.08018987625837326, 0.07453536242246628, 0.04745560884475708, + -0.0032536357175558805, 0.06653691828250885, -0.05867395177483559, -0.05841407552361488, + -0.014398283325135708, -0.07934483140707016, 0.06355885416269302, 0.02400905080139637, + -0.01848537102341652, 0.07133247703313828, 0.04299285262823105, -0.07368893176317215, + 0.06130659207701683, -0.0518282949924469, 0.021779589354991913, 0.019211076200008392, + -0.04708784073591232, 0.059001363813877106, 0.03108968958258629, 0.021110128611326218, + 0.005816396791487932, 0.021977253258228302, 0.029519405215978622, 0.05625253915786743, + -0.05107112228870392, 0.002709147520363331, 0.024215636774897575 + ], + [ + 0.06349549442529678, 0.030537858605384827, 0.05952924117445946, -0.006829440128058195, + 0.04772398993372917, 0.014166221022605896, -0.0057002785615623, 0.05079904943704605, + 0.05015319213271141, 0.007082551252096891, -0.04704941809177399, -0.054835326969623566, + 0.00626530172303319, 0.08337072283029556, -0.06182301416993141, 0.005245997104793787, + 0.040536586195230484, -0.027202537283301353, 0.003076136577874422, -0.023545091971755028, + 0.023188678547739983, -0.0427665188908577, 0.02892180159687996, -0.02520131692290306, + -0.04351755604147911, 0.07404552400112152, -0.051542431116104126, -0.051225680857896805, + 0.03675740957260132, -0.007705258205533028, -0.03918169066309929, 0.0003222221857868135, + -0.02771424502134323, 8.367979899048805e-5, 0.06096101179718971, -0.03672410175204277, + 0.0022740645799785852, -0.019247815012931824, -0.03978445380926132, 0.008136047050356865, + 0.03627506643533707, -0.03814718499779701, -0.005467681214213371, -0.06246746703982353, + 0.05965535715222359, 0.052119288593530655, 0.0298315342515707, 0.1022496148943901, 0.0047734878025949, + -0.0480060838162899, 0.07139790803194046, -0.030983170494437218, -0.09267076849937439, + -0.05857912823557854, -0.03461116924881935, 0.012548146769404411, 0.009231976233422756, + 0.002739476505666971, -0.04341064393520355, -0.0024214412551373243, -0.013774190098047256, + -0.036777298897504807, -0.06390008330345154, -0.03366893157362938, 0.024674899876117706, + -0.051405470818281174, 0.036478471010923386, 0.02618960104882717, 0.013784566894173622, + -0.06389044225215912, 0.0805220976471901, 0.03293527290225029, 0.07606282830238342, + -0.0011923132697120309, -0.02504739910364151, 0.05652056261897087, 0.0675528272986412, + 0.08108771592378616, -0.003821579273790121, 0.040877919644117355, -0.012333705089986324, + 0.011921183206140995, -0.0021378076635301113, 0.0030968873761594296, 0.052345842123031616, + 0.014856715686619282, -0.012657884508371353, -0.011211673729121685, -0.06925983726978302, + 0.09127772599458694, 0.028524061664938927, -0.010166092775762081, -0.06543482840061188, + -0.020297938957810402, -0.002438864903524518, 0.02436928264796734, 0.022738981992006302, + 0.0719071552157402, 0.03697607293725014, 0.030011316761374474, 0.022671513259410858, + 0.04612337797880173, 0.05695413425564766, 0.04600401222705841, 0.05012018233537674, 0.0545339360833168, + -0.02387673780322075, 0.023655148223042488, -0.019636670127511024, -0.09604763984680176, + -0.040276940912008286, -0.08093462884426117, 0.041577331721782684, -0.0400213859975338, + -0.09121163934469223, 0.0025430642999708652, 0.02128216251730919, -0.04114018380641937, + 0.04536445066332817, 0.054700396955013275, 0.029344158247113228, -0.05649196356534958, + -0.053935322910547256, -0.038334574550390244, 0.005154687445610762, 0.042651861906051636, + -0.046403080224990845, 0.04597748816013336, -0.017386898398399353, 0.028845904394984245, + 0.044947292655706406, -0.06609532982110977, 0.012174349278211594, -0.041806720197200775, + 0.029226863756775856, -0.02437441423535347, 0.013406746089458466, 0.050551969558000565, + -0.06553328037261963, 0.007785267196595669, -0.030868280678987503, -0.024815905839204788, + 0.0427100732922554, 0.01307699829339981, -0.006999962963163853, 0.01217646710574627, + -0.07134923338890076, 0.006185155361890793, -0.08911637216806412, 0.04913787171244621, + -0.008787676692008972, -0.00582121079787612, -0.002693349262699485, 0.014306246303021908, + 0.008824094198644161, 0.012021372094750404, 0.0008887377916835248, 0.0005114427185617387, + 0.05775992572307587, 0.054109830409288406, 0.01492148358374834, 0.006934633012861013, + 0.006409473717212677, 0.03189133480191231, 0.08319734781980515, 0.042133934795856476, + 0.023336807265877724, -0.04977292940020561, 0.01997508481144905, 0.028781700879335403, + -0.010765090584754944, 0.08732233941555023, 0.058688536286354065, -0.05187937989830971, + 0.08242025971412659, -0.050533656030893326, -0.017493335530161858, -0.06386692821979523, + 0.018323589116334915, -0.02053685486316681, 0.02502005361020565, 0.028713300824165344, + -0.026619810611009598, 0.009372537955641747, 0.04685036838054657, 0.04030019789934158, + -0.019314846023917198, 0.002488883677870035, 0.001958191394805908, 0.04254646226763725, + 0.061250124126672745, -0.026110058650374413, 0.016525007784366608, 0.07757190614938736, + -0.051152609288692474, 0.03937654197216034, -0.07295022159814835, -0.04968269541859627, + 0.0347546748816967, -0.08238951116800308, 0.02957523614168167, -0.05158182606101036, + -0.03670516982674599, -0.07429055124521255, 0.02785170078277588, -0.10789661109447479, + -0.06424322724342346, -0.0033164771739393473, -0.035439055413007736, 0.013714193366467953, + 0.07768036425113678, 0.0391739197075367, -0.031478188931941986, -0.003367758123204112, + -0.03428110107779503, -0.03551461547613144, -0.001864002668298781, -0.04782560095191002, + -0.05693332105875015, 0.09966923296451569, 0.017590448260307312, -0.017454756423830986, + -0.0028928732499480247, -0.0166192427277565, -0.00894300825893879, -0.0009120820323005319, + -0.04747772216796875, 0.021179793402552605, 0.0002207751094829291, 0.034905482083559036, + 0.026863733306527138, 0.014804217964410782, -0.0001872030843514949, 0.021441251039505005, + 0.051159899681806564, 0.047886379063129425, 0.05352749302983284, 0.0973561480641365, + -0.06828156113624573, -0.0005271270638331771, 0.013703309930860996, 0.024270396679639816, + 0.05199478939175606, 0.012339163571596146, -0.08827043324708939, 0.024871397763490677, + -0.010744665749371052, -0.06934164464473724, -0.04326112940907478, 0.033307142555713654, + 0.035409945994615555, -0.047636479139328, -0.029173729941248894, 0.0097630200907588, + -0.03558194264769554, 0.00010373299301136285, -0.08160070329904556, 0.0972641184926033, + 0.02564002014696598, -0.006268003024160862, -0.05568487569689751, -0.017521638423204422, + 0.01699327863752842, 0.0606716014444828, -0.018987800925970078, -0.07859502732753754, + 0.10964345186948776, 0.07351694256067276, 0.006904149893671274, 0.03245590999722481, + 0.08836375921964645, 0.07029984891414642, -0.029565459117293358, -0.013005727902054787, + -0.07934346050024033, -0.011158856563270092, -0.028192587196826935, 0.07445898652076721, + -0.02927154116332531, 0.023198416456580162, 0.10901962965726852, -0.024646330624818802, + -0.07000672817230225, 0.023065214976668358, 0.029850903898477554, -0.016703803092241287, + -0.029365822672843933, 0.028138697147369385, -0.008243221789598465, 0.07019022107124329, + -0.04499939829111099, 0.06746888160705566, -0.037735212594270706, -0.021331654861569405, + -0.002766233403235674, 0.06991680711507797, -0.001824282924644649, 0.024457572028040886, + -0.04109815135598183, 0.061328861862421036, 0.016721535474061966, -0.0020056855864822865, + -0.01028668787330389, -0.061789754778146744, -0.08073653280735016, 0.014160609804093838, + -0.023928822949528694, -0.027559533715248108, -0.06804563105106354, 0.0273525919765234, + 0.017911816015839577, 0.0180114284157753, 0.05129371955990791, -0.022307179868221283, + 0.00026083647389896214, 0.06299236416816711, 0.08200990408658981, -0.026552723720669746, + 0.035729337483644485, 0.03425004333257675, -0.0017421884695068002, -0.041293755173683167, + -0.029255129396915436, -0.03275451436638832, -0.00308355875313282, 0.03150956705212593, + -0.031299833208322525, 0.01231363508850336, 0.008293254300951958, 0.05664278194308281, + 0.01149994507431984, 0.05552808567881584, -0.09986638277769089, -0.004079497419297695, + -0.028583943843841553, 0.00975601002573967, -0.03553510829806328, 0.07450195401906967, + -0.024100450798869133, 0.019710391759872437, -0.05936392396688461, -0.07725474238395691, + 0.02108212746679783, 0.08732297271490097, -0.015283954329788685, -0.048717767000198364, + 0.07876752316951752, 0.04700775071978569, 0.03477088361978531, -0.044026929885149, 0.08855364471673965, + 0.0012690940639004111, -0.012987902387976646, 0.036434534937143326, 0.022817781195044518, + 0.023699477314949036, 0.01774936355650425, -0.00945675652474165, 0.03136320412158966, + -0.10677594691514969, -0.02541726641356945, 0.06784561276435852, -0.09908874332904816, + 0.026834290474653244, 0.010478602722287178, 0.005676410160958767, 0.06593773514032364, + 0.013250823132693768, -0.04624117538332939, 0.042664576321840286, -0.03430058807134628, + -0.030978627502918243, -0.04693546146154404, 0.017700256779789925, -0.03491925448179245, + -0.07872307300567627, 0.0787288174033165, -0.021587910130620003, 0.017767837271094322, + 0.026502316817641258, 0.010537576861679554, -0.03570510074496269, 0.008477135561406612, + 0.0312824621796608 + ], + [ + 0.051141537725925446, -0.013164824806153774, 0.023394068703055382, -0.06993182003498077, + -0.028881248086690903, 0.0005421763053163886, -0.023928554728627205, -0.0021499143913388252, + -0.08106943964958191, -0.004340844228863716, -0.08013393729925156, -0.032549988478422165, + 0.03472801297903061, 0.03894025459885597, 0.04596377909183502, -0.027736540883779526, + -0.005513632670044899, -0.002469879575073719, 0.09005425125360489, -0.04594580456614494, + 0.019871294498443604, -0.07276301831007004, -0.018887441605329514, -0.0785328596830368, + 0.038507215678691864, 0.028142541646957397, 0.0018798692617565393, 0.029725896194577217, + -0.023077353835105896, -0.033554669469594955, -0.009248893707990646, 0.010091557167470455, + -0.03277120366692543, -0.031362053006887436, 0.014891211874783039, 0.05377602204680443, + -0.037705179303884506, -0.04526602849364281, -0.018071606755256653, -0.02651255950331688, + 0.011734846979379654, 0.029286853969097137, 0.05823776125907898, -0.050912827253341675, + 0.01736128143966198, 0.10245230793952942, 0.08605892211198807, -0.0107805747538805, 0.01704408973455429, + 0.022647710517048836, 0.04866098240017891, 0.02745365910232067, -0.05473136156797409, + 0.0014666087226942182, -0.02051592618227005, 0.1282813847064972, 0.054775115102529526, + -0.053660593926906586, 0.021537989377975464, 0.03408566862344742, -0.0058096772991120815, + 0.051415786147117615, -0.050978388637304306, 0.03426089882850647, 0.022099461406469345, + 0.005242150742560625, 0.028019579127430916, -0.005812728311866522, 0.05045472830533981, + -0.09125934541225433, 0.038139719516038895, 0.0560239814221859, -0.03136308118700981, + -0.061604589223861694, 0.015308189205825329, 0.06548354029655457, 0.06094471737742424, + -0.015448568388819695, 0.024705957621335983, -0.00391383795067668, 0.03791934624314308, + -0.04705815017223358, -0.03712272644042969, 0.0017787391552701592, 0.039720430970191956, + 0.07421807944774628, 0.03590714558959007, 0.042878299951553345, -0.012344536371529102, + 0.05082147195935249, 0.06731437891721725, 0.06685614585876465, -0.04651610925793648, + -0.046703193336725235, -0.06860028207302094, -0.02647426724433899, -0.0637432113289833, + 0.0490088164806366, -0.005908982362598181, 4.888363400823437e-5, 0.005943003110587597, + -0.06087174639105797, 0.06688974052667618, -0.030311979353427887, 0.05781201645731926, + 0.11806017905473709, -0.004371787887066603, 0.06451977044343948, 0.02675630897283554, + -0.05190747603774071, -0.013669110834598541, -0.0405728742480278, 0.02749619632959366, + 0.009797190316021442, 0.008988318033516407, 0.03363296017050743, -0.04936015233397484, + 0.017423739656805992, -0.047251924872398376, -0.08068545907735825, 0.005409178789705038, + -0.0011382036609575152, 0.033531513065099716, -0.04929531738162041, -0.004119591321796179, + -0.0008796071051619947, -0.07106281071901321, 0.03254847228527069, 0.050926487892866135, + 0.0035190433263778687, 0.06812553852796555, -0.08378342539072037, 0.04229546710848808, + -0.0450531467795372, 0.0732199028134346, -0.033160485327243805, 0.023579798638820648, + 0.05218690633773804, -0.04142523929476738, 0.012561454437673092, -0.05416952818632126, + -0.007946213707327843, -0.005380391143262386, -0.04837080091238022, -0.03172670304775238, + -0.05057865381240845, -0.0852566733956337, 0.07119087129831314, -0.02267175167798996, + 0.04984037205576897, -0.07159969210624695, 0.004494639113545418, 0.020108450204133987, + 0.003230481408536434, 0.06640790402889252, -0.03421177342534065, -0.006494232453405857, + -0.036928072571754456, 0.03027043677866459, 0.010871930047869682, -0.0706414058804512, + 0.10149414092302322, 0.012434280477464199, 0.01831633970141411, -0.008669091388583183, + -0.032730571925640106, -0.0124822948127985, -0.03972931206226349, 0.01854573003947735, + 0.031999096274375916, 0.05777894705533981, 0.04476388543844223, -0.014728367328643799, + -0.07766524702310562, 0.032377030700445175, 0.026248540729284286, -0.0543750636279583, + -0.024237999692559242, 0.07973449677228928, -0.04758722707629204, 0.058467064052820206, + 0.04344438016414642, 0.06308554857969284, 0.005845958832651377, 0.0022394456900656223, + 0.02030092477798462, -0.005527876783162355, -0.013451714999973774, 0.022877883166074753, + -0.0068117729388177395, -0.03733214735984802, 0.030526667833328247, 0.006604162976145744, + 0.07389168441295624, 0.060733355581760406, 0.023292215541005135, -0.03933963179588318, + -0.06297903507947922, 0.001792570692487061, 0.0063966624438762665, -0.02142149582505226, + -0.011797568760812283, 0.06335880607366562, -0.014917552471160889, -0.06828011572360992, + -0.0685860738158226, 0.04919126257300377, -0.04742276668548584, -0.07889991998672485, + -0.01583283394575119, -0.024331767112016678, 0.06876891851425171, 0.06529010087251663, + -0.0667867362499237, -0.025068802759051323, -0.04995807632803917, -0.07171240448951721, + -0.03094051033258438, -0.07411454617977142, 0.10749266296625137, 0.011366410180926323, + -0.008782176300883293, -0.055781394243240356, 0.00873304158449173, 0.04251423478126526, + -0.043968360871076584, 0.05541160702705383, 0.09317921847105026, -0.008104395121335983, + -0.05004986748099327, 0.09123006463050842, -0.03420763835310936, 0.03934967890381813, + 0.0730353593826294, -0.031138207763433456, 0.024558182805776596, -0.021576277911663055, + -0.006169289816170931, 0.01932600326836109, -0.051808424293994904, -0.00354120135307312, + 0.030019672587513924, 0.09144473820924759, 0.00836898572742939, 0.007628547493368387, + 0.021115366369485855, 0.0029165875166654587, 0.013350846245884895, 0.020349737256765366, + -0.00877984520047903, -0.02294234186410904, 0.004237769637256861, 0.0038952836766839027, + -0.05597773566842079, -0.020770397037267685, -0.026454301550984383, -0.04486796632409096, + -0.015193236991763115, 0.006125253159552813, 0.03613757714629173, -0.06333433836698532, + 0.0007459722692146897, 0.019346456974744797, 0.045439306646585464, -0.011270512826740742, + -0.10235241055488586, 0.03885724022984505, 0.034045714884996414, 0.07236010581254959, + 0.04311276972293854, 0.05404719337821007, 0.030259963124990463, -0.06032664701342583, + 0.006475215777754784, -0.0494825541973114, 0.06263967603445053, -0.029857439920306206, + -0.02847396582365036, -0.02648407407104969, 0.07770785689353943, 0.0024124172050505877, + 0.03673332557082176, 0.003927757032215595, 0.005684457253664732, -0.016767501831054688, + -0.020595328882336617, 0.005181650165468454, -0.0061282869428396225, 0.06667386740446091, + 0.06452474743127823, 0.03918933868408203, 0.004366765264421701, -0.017463773488998413, + -0.061454810202121735, 0.03754395246505737, 0.038438521325588226, 0.028763212263584137, + 0.0298012588173151, -0.03400779515504837, 0.031193522736430168, 0.04133665934205055, + 0.00592902721837163, 0.0020081079564988613, -0.04325199872255325, -0.012258341535925865, + -0.0408877395093441, -0.05257200822234154, -0.016573892906308174, -0.02716972678899765, + -0.006740558426827192, -0.02461404912173748, -0.06501235067844391, -0.10225652158260345, + -0.0755099430680275, 0.012832438573241234, 0.04611534997820854, 0.11106935888528824, + -0.029618743807077408, -0.01939370483160019, -0.00885989423841238, 0.0013224552385509014, + 0.06462658941745758, -0.059630002826452255, -0.0738280862569809, -0.03616221249103546, + -0.0560874305665493, 0.054191865026950836, -0.00951713602989912, 0.06374219059944153, + -0.03376637026667595, 0.08723725378513336, -0.07080399990081787, -0.062272604554891586, + -0.01575973443686962, -0.01752597466111183, -0.04536569491028786, -0.05329176038503647, + -0.013598253019154072, -0.018988963216543198, -0.03568106144666672, -0.06362184137105942, + -0.012906868942081928, -0.061824969947338104, 0.03303820639848709, -0.06998159736394882, + -0.08241722732782364, 0.005284331738948822, 0.007377091329544783, 0.04038350284099579, + -0.036006566137075424, 0.025064626708626747, -0.029954396188259125, -0.01229158230125904, + 0.008016650564968586, -0.03737593814730644, -0.051551494747400284, 0.010888642631471157, + -0.047966063022613525, -0.016494272276759148, -0.05002523958683014, -0.09653609246015549, + 0.04898320138454437, -0.10827567428350449, -0.04007214307785034, -0.006226059515029192, + 0.02647927589714527, 0.014493984170258045, -0.04848022758960724, -0.0879908949136734, + -0.07142841070890427, 0.021681873127818108, -0.01464766077697277, -0.08401672542095184, + -0.04665258526802063, -0.011273443698883057, -0.07068165391683578, -0.006324277725070715, + -0.010985112749040127, 0.0688667893409729, 0.005739791784435511, -0.017731083557009697, + -0.06696046143770218, 0.08858215808868408, -0.04449208080768585 + ], + [ + -0.02019604668021202, 0.04141326993703842, -0.012652009725570679, -0.040343284606933594, + -0.07734943181276321, 0.09994009882211685, -0.041338253766298294, 0.02061345800757408, + 0.06386061012744904, 0.03070090524852276, -0.04560466110706329, -0.041459593921899796, + -0.043287865817546844, 0.02818317711353302, 0.0018785614520311356, 0.04098673537373543, + 0.025758445262908936, -0.05753781646490097, -0.005299582611769438, 0.026808392256498337, + 0.09181006997823715, 0.028656167909502983, 0.003909625578671694, 0.02714586816728115, + 0.02365269511938095, -0.040233220905065536, -0.06735009700059891, -0.026907728984951973, + -0.04181427136063576, -0.005704131908714771, -0.030064377933740616, 0.01107307244092226, + 0.015120238997042179, 0.04311082884669304, 0.02749156951904297, -0.0013698131078854203, + -0.023966385051608086, -0.05082801729440689, -0.025573914870619774, -0.016818884760141373, + -0.031784385442733765, 0.05005854740738869, -0.05294371768832207, 0.06301207095384598, + -0.009362893179059029, 0.07824765145778656, 0.03771819919347763, -0.029336964711546898, + 0.04022805392742157, -0.07127708941698074, 0.09172516316175461, 0.028571968898177147, + 0.022523444145917892, -0.019216109067201614, -0.018757497891783714, 0.00814603827893734, + -0.014860009774565697, 0.05277286842465401, 0.035231269896030426, 0.024568840861320496, + 0.04379614442586899, 0.03122842125594616, -0.016976365819573402, 0.03755374625325203, + 0.0570424422621727, 0.022367168217897415, -0.08948706835508347, -0.015952639281749725, + -0.01628769189119339, -0.014506307430565357, 0.06699089705944061, -0.0145757757127285, + 0.03644871339201927, -0.04671430215239525, 0.08079414814710617, 0.03912043571472168, + 0.06702595204114914, 0.01114269532263279, -0.0416933111846447, 0.009762820787727833, + 0.042774297297000885, -0.0002940389676950872, -0.05872724577784538, 0.007374502252787352, + -0.03215012699365616, 0.029068244621157646, 0.07517979294061661, 0.0002869977324735373, + -0.01919889822602272, 0.02833719737827778, 0.06665743887424469, -0.0032066109124571085, + -0.015657661482691765, -0.0022720214910805225, -0.032171040773391724, -0.027740251272916794, + -0.025138819590210915, 0.004763375036418438, 0.03327077627182007, 0.022614046931266785, + -0.025598986074328423, 0.01446524914354086, -0.052973873913288116, 0.001150666968896985, + -0.04926909878849983, 0.06925392895936966, 0.010083130560815334, 0.021983342245221138, + 0.0468696653842926, -0.049124300479888916, -0.009780319407582283, -0.04128343611955643, + 0.13462083041667938, -0.014831907115876675, -0.053572237491607666, -0.023531688377261162, + -0.09257392585277557, -0.07866984605789185, 0.006616421975195408, 0.01239689625799656, + -0.06547483056783676, 0.015072189271450043, 0.04106646031141281, 0.03671860322356224, + -0.04380984976887703, -0.0362628810107708, -0.0752677246928215, 0.001107094925828278, + -0.026280278339982033, -0.09144028276205063, -0.03718969225883484, -0.07438153028488159, + 0.025202536955475807, -0.05186791345477104, 0.009143386036157608, 0.002313372679054737, + 0.0706748440861702, 0.022051742300391197, 0.023768696933984756, -0.026015063747763634, + 0.04537295177578926, 0.004313219804316759, 0.025473564863204956, -0.004522823728621006, + 0.01875564083456993, -0.001101739122532308, 0.02098710834980011, 0.0343274362385273, + -0.054291918873786926, 0.014547486789524555, 0.04637715592980385, 0.07700943201780319, + -0.007368306629359722, -0.07851886004209518, 0.003286980092525482, -0.010181225836277008, + 0.08415862172842026, 0.005922346375882626, 0.004989970475435257, 0.021664509549736977, + 0.04993570223450661, 0.055442363023757935, 0.005230334121733904, 0.06791332364082336, + 0.02597891539335251, -0.01637226901948452, -0.00864814966917038, -0.12352562695741653, + 0.05453993007540703, 0.06297319382429123, -0.015138496644794941, 0.057060614228248596, + 0.024951685220003128, -0.03885587677359581, -0.0036655673757195473, 0.012571542523801327, + -0.0484352633357048, 0.022452430799603462, -0.032104749232530594, -0.05943576619029045, + -0.003141219960525632, 0.09535229206085205, -0.01962662860751152, 0.028639089316129684, + 0.0035505143459886312, 0.027962807565927505, -0.02635224349796772, -0.02529103122651577, + -0.030155468732118607, 0.0770781934261322, 0.058897990733385086, -0.03394591435790062, + 0.06385412812232971, 0.08761785179376602, -0.01987963728606701, 0.019410718232393265, + -0.06846259534358978, -0.0722278580069542, -0.00039984099566936493, 0.02110213041305542, + -0.07274141907691956, -0.08225400000810623, 0.02831972762942314, -0.08931655436754227, + -0.004503068048506975, -0.010668276809155941, -0.04593690484762192, -0.029539454728364944, + 0.03445468470454216, 0.0891541838645935, 0.03610182926058769, 0.005296447314321995, + 0.022175638005137444, -0.013447696343064308, -0.11212711036205292, 0.004398026037961245, + 0.017353877425193787, -0.006537239067256451, -0.051094986498355865, 0.02872459962964058, + 0.05475402995944023, -0.05632665753364563, -0.027047019451856613, -0.010128562338650227, + -0.009208324365317822, -0.08623067289590836, 0.011204957030713558, 0.08384878188371658, + -0.06862688809633255, -0.07462020963430405, -0.0011683020275086164, -0.054333094507455826, + -0.03758963197469711, 0.07338044047355652, 0.01884600520133972, -0.004549621604382992, + 0.05174301192164421, 0.044486306607723236, 0.0011612663511186838, -0.030278056859970093, + 0.04733791574835777, 0.05483012646436691, -0.0033544604666531086, -0.12997013330459595, + -0.02732725441455841, 0.008943398483097553, -0.013621793128550053, -0.04638919234275818, + 0.024263260886073112, 0.03767697885632515, 0.02780115231871605, -0.06901354342699051, + -0.05084997043013573, 0.030039114877581596, 0.022000417113304138, -0.06872031092643738, + -0.08673767000436783, 0.0731099545955658, -0.00702331867069006, 0.0073084463365375996, + -0.05024869740009308, 0.03168303519487381, -0.019285038113594055, -0.0069532450288534164, + -0.020245544612407684, -0.05343073606491089, 0.08494104444980621, 0.042412761598825455, + -0.013827169314026833, 0.018738070502877235, 0.018310122191905975, 0.08535538613796234, + -0.0027895430102944374, -0.03773527592420578, -0.017487946897745132, 0.0395231619477272, + 0.10059947520494461, 0.048237185925245285, 0.016098298132419586, 0.06640123575925827, + 0.002101961988955736, -0.0210611280053854, 0.04199431091547012, 0.03440764173865318, + -0.0017746401717886329, -0.06181643158197403, -0.0320168137550354, -0.04880201816558838, + -0.009062533266842365, 0.03809373080730438, 0.02968471869826317, 0.0541132353246212, + 0.011529714800417423, -0.05553097277879715, 0.0397309735417366, 0.025694765150547028, + -0.06610149890184402, 0.05349309742450714, 0.008282726630568504, 0.06632842123508453, + 0.022168541327118874, 0.06213483214378357, -0.00021380437829066068, 0.012219380587339401, + -0.0702032521367073, 0.024823104962706566, -0.011298811063170433, -0.02162216603755951, + -0.08895037323236465, 0.027022849768400192, -0.04864044487476349, -0.07065713405609131, + -0.02643108181655407, -0.024893712252378464, 0.058780670166015625, -0.004395144060254097, + 0.026865646243095398, -0.019240979105234146, 0.04457865655422211, 0.0006936308345757425, + 0.01495995745062828, 0.022629287093877792, -0.03527616709470749, -0.0882662907242775, + -0.06000809744000435, -0.051780104637145996, 0.049337152391672134, -0.002662064041942358, + 0.0395386628806591, -0.010687838308513165, -0.010632148943841457, -0.03129447624087334, + 0.013237741775810719, -0.03542020171880722, -0.02058432437479496, 0.03270823881030083, + 0.011286918073892593, 0.02369503118097782, 0.025872711092233658, 0.006172887980937958, + -0.046365492045879364, -0.012093075551092625, 0.004363276995718479, 0.08323761075735092, + -0.08321069926023483, -0.019680021330714226, 0.08513391017913818, 0.04201597347855568, + 0.03794427588582039, -0.047862302511930466, -0.012599579058587551, 0.06047713756561279, + -0.004190690815448761, -0.004461674019694328, -0.04785744845867157, -0.09236742556095123, + 0.013395381160080433, -0.03136073797941208, -0.027040855959057808, -0.033133894205093384, + -0.09747286885976791, -0.010347861796617508, 0.0005788127309642732, -0.022483251988887787, + 0.037449512630701065, 0.020092317834496498, 0.0489492192864418, 0.03060578927397728, + -0.05457168444991112, 0.0758327916264534, -0.013454831205308437, 0.10966496914625168, + -0.0054043675772845745, -0.015224345028400421, 0.02163616009056568, -0.024188997223973274, + 0.07730084657669067, 0.02390029840171337, -0.006427950691431761, 0.017242150381207466, + -0.027559101581573486, -0.04264570027589798, 0.02612016163766384, 0.005424333270639181 + ], + [ + 0.10169792175292969, -0.023210670799016953, -0.045272454619407654, 0.013928769156336784, + 0.05013034865260124, 0.04767496883869171, -0.05622950941324234, -0.04818284884095192, + 0.0753704309463501, 0.00842894334346056, 0.01877736672759056, 0.0021236399188637733, + -0.08692331612110138, -0.027907611802220345, 0.08042129129171371, -0.030235499143600464, + -0.060946810990571976, 0.10465763509273529, -0.000991427805274725, -0.019201183691620827, + 0.05157443508505821, 0.021692346781492233, -0.017108254134655, -0.010786772705614567, + -0.04654543846845627, 0.03887404128909111, 0.007651566993445158, -0.14827512204647064, + -0.11112845689058304, 0.07802128791809082, 0.04511250928044319, -0.05952851474285126, + -0.07347332686185837, -0.00719767389819026, 0.056092340499162674, -0.030641255900263786, + 0.028271442279219627, -0.039924539625644684, -0.008196760900318623, -0.008760998025536537, + -0.07688349485397339, -0.01970885880291462, 0.026025744155049324, -0.020816389471292496, + 0.033894822001457214, -0.05972912907600403, -0.06188040226697922, 0.007504839450120926, + -0.012562975287437439, -0.050260137766599655, 0.04026956111192703, -0.039844874292612076, + 0.002872839570045471, 0.016274860128760338, 0.015830695629119873, -0.012608509510755539, + -0.06166725978255272, 0.055977191776037216, -0.025815701112151146, -0.004662795923650265, + -0.008909911848604679, 0.014159226790070534, 0.06320719420909882, -0.025814957916736603, + 0.031668245792388916, 0.052116092294454575, -0.0834185779094696, 0.014723991975188255, + 0.027058668434619904, -0.03331175446510315, -0.05797984451055527, -0.059930410236120224, + -0.06589934229850769, 0.016849331557750702, -0.039315320551395416, 0.07408113777637482, + 0.07712753862142563, 0.04114584997296333, 0.11971988528966904, 0.0391792356967926, -0.05345027521252632, + 0.07155970484018326, 0.057136062532663345, -0.08789800852537155, 0.016510099172592163, + 0.001476756646297872, 0.08150789141654968, -0.0352882519364357, -0.04634874314069748, + 0.05700726807117462, 0.08562839031219482, 0.015129035338759422, -0.07757309079170227, + -0.020605389028787613, -0.017614543437957764, 0.02313704788684845, -0.045693449676036835, + 0.060380540788173676, 0.0045074294321238995, 0.055422015488147736, -0.02421681582927704, + -0.027714652940630913, 0.026046494022011757, -0.004333085380494595, -0.05222601443529129, + -0.0692393034696579, 0.05872466787695885, -0.08541055023670197, 0.02462174743413925, + -0.037328608334064484, 0.06336445361375809, 0.009993774816393852, 0.03654652461409569, + -0.0062642586417496204, -0.021260956302285194, -0.008742673322558403, 0.040844932198524475, + -0.1286807805299759, 0.09451127797365189, 0.05254771560430527, -0.01624525897204876, + 0.03220095857977867, -0.03206972777843475, -0.04868580028414726, -0.06490951031446457, + 0.07000590115785599, -0.10767300426959991, 0.03261244297027588, 0.08597607910633087, + 0.03817756101489067, -0.046487629413604736, 0.003721170127391815, 0.07031545042991638, + -0.014149334281682968, 0.08283118158578873, -0.13870267570018768, 0.042812611907720566, + 0.031409770250320435, -0.023766029626131058, 0.018091754987835884, -0.08943088352680206, + 0.003787469584494829, -0.007530605886131525, -0.04441748559474945, -0.004584140609949827, + 0.035268545150756836, 0.0267624631524086, 0.04100693017244339, -0.07518629729747772, + 0.05191551148891449, 0.11685941368341446, 0.039996836334466934, 0.04182855784893036, + -0.020960060879588127, 0.05493443086743355, -0.04328184202313423, -0.005771910306066275, + 0.006827179808169603, -0.03299671411514282, 0.026908569037914276, 0.06183311343193054, + -0.025206565856933594, -0.07738962769508362, 0.0018859923584386706, 0.011073578149080276, + -0.062047041952610016, -0.07510491460561752, -0.06622860580682755, 0.10356637835502625, + -0.023970745503902435, -0.01948879100382328, 0.09018325805664062, 0.023676294833421707, + -0.030574459582567215, 0.06887529790401459, 0.018356451764702797, -0.003795240307226777, + -0.07920604944229126, -0.010942431166768074, -0.023396959528326988, -0.12452919036149979, + -0.0388004407286644, -0.059094589203596115, -0.025372376665472984, -0.06186393275856972, + -0.04274818301200867, -0.03678469732403755, -0.05217130109667778, 0.019996188580989838, + -0.1182154193520546, 0.018499145284295082, -0.11849740147590637, 0.05822751298546791, + 0.04122266173362732, 0.017514612525701523, -0.012379809282720089, 0.024158570915460587, + -0.09865356236696243, -0.0036391885951161385, -0.025926917791366577, 0.010778097435832024, + 0.001539094839245081, -0.04427839815616608, -0.028953270986676216, -0.07685941457748413, + -0.07929235696792603, 0.0016980617074295878, -0.044776931405067444, 0.0394723080098629, + 0.015306695364415646, 0.0017619082937017083, 0.03226758539676666, -0.008551560342311859, + -0.05676712840795517, 0.03853156045079231, 0.047164056450128555, -0.022416161373257637, + -0.0799708217382431, -0.05406484380364418, 0.01631278172135353, 0.11875912547111511, + -0.020196225494146347, 0.09428367018699646, 0.036021847277879715, 0.013948222622275352, + -0.04269574210047722, -0.0650215744972229, -0.01161782443523407, 0.03968246653676033, + 0.049535565078258514, 0.09335266798734665, -0.034192584455013275, 0.030759504064917564, + -0.029956430196762085, -0.054228443652391434, -0.07860524207353592, 0.03074817918241024, + 0.16707363724708557, -0.009220247156918049, 0.07023055851459503, -0.012795595452189445, + 0.02148756943643093, 0.07756771147251129, 0.07264873385429382, -0.06222987920045853, + 0.08928623795509338, -0.03548040986061096, 0.17249621450901031, 0.029758889228105545, + -0.040182922035455704, -0.014741330407559872, -0.0992346704006195, -0.04128975421190262, + 0.010560741648077965, 0.03814850002527237, -0.011879893019795418, -0.0833921730518341, + 0.12829630076885223, 0.01939225383102894, 0.03081176057457924, -0.04425032436847687, + -0.03426278010010719, -0.07352472841739655, -0.013618816621601582, 0.030917368829250336, + -0.04155195504426956, -0.022320082411170006, -0.005019364878535271, 0.006386138964444399, + 0.09391731023788452, -0.001979786204174161, 0.0772489458322525, -0.05688753351569176, + -0.03787476569414139, -0.028615472838282585, -0.019773075357079506, -0.044704221189022064, + 0.11471960693597794, 0.03598513826727867, -0.05534159019589424, 0.07629045844078064, + 0.020050378516316414, -0.11717650294303894, 0.07830802351236343, -0.058186233043670654, + 0.04249250888824463, 0.0876314789056778, 0.0031997221522033215, 0.017005862668156624, + -0.049504004418849945, -0.020500710234045982, -0.052982404828071594, -0.013298051431775093, + -0.0031072436831891537, -0.02994919940829277, 0.08009114116430283, 0.08808054029941559, + 0.01917017251253128, -0.0512428842484951, 0.031683363020420074, 0.07141872495412827, 0.0503263995051384, + 0.061642881482839584, 0.0738707110285759, -0.03826451301574707, -0.04385238140821457, + 0.04590833932161331, -0.06288092583417892, -0.04410814121365547, -0.04373064264655113, + 0.12258724123239517, 0.043556880205869675, 0.030424131080508232, 0.054385408759117126, + -0.12897837162017822, 0.05121210962533951, -0.003976337146013975, 0.023642048239707947, + 0.017476005479693413, 0.025208527222275734, -0.10487179458141327, 0.011952006258070469, + -0.09172782301902771, -0.1070055440068245, 0.017956417053937912, 0.0501115545630455, + -0.05584367737174034, 0.03141679987311363, 0.03949163481593132, 0.03755411133170128, + -0.0632086917757988, 0.02376677468419075, -0.013514906167984009, -0.02571187913417816, + -0.03332814201712608, -0.013429391197860241, 0.029364941641688347, 0.11836127191781998, + 0.006531119346618652, 0.031432900577783585, -0.028049910441040993, -0.020600976422429085, + 0.0345294363796711, -0.059897661209106445, -0.003700088243931532, 0.032304149121046066, + 0.02428196370601654, 0.06557394564151764, 0.0786106213927269, 0.01689450815320015, -0.07418832927942276, + -0.0502142496407032, 0.056803345680236816, 0.023090321570634842, -0.05954354256391525, + 0.029481103643774986, -0.02039015106856823, 0.02583662047982216, 0.06305573135614395, + -0.037104569375514984, -0.03096533939242363, -0.022883089259266853, -0.041359759867191315, + -0.08432392030954361, 0.03081447258591652, 0.03123503364622593, -0.03879774734377861, + 0.047291647642850876, -0.0998603105545044, 0.08650873601436615, 0.009851559065282345, + 0.06476525962352753, -0.009896923787891865, 0.04020030051469803, 0.023808501660823822, + -0.004531010519713163, -0.035371530801057816, -0.020486723631620407, -0.026968030259013176, + 0.011922820471227169, -0.043521661311388016, 0.015686368569731712, 0.024424048140645027, + 0.06305888295173645 + ], + [ + -0.029982322826981544, -0.030992083251476288, -0.023835940286517143, 0.07253915816545486, + 0.07186441123485565, 0.001967423129826784, -0.02760426141321659, 0.010559381917119026, + -0.03270591050386429, -0.025561077520251274, -0.04557012394070625, -0.0816287025809288, + 0.005292581859976053, -0.017085285857319832, 0.039953168481588364, 0.0031045021023601294, + -0.02039128541946411, 0.028377966955304146, -0.04539726302027702, -0.0077322195284068584, + 0.001639446709305048, -0.03224847838282585, -0.04555477574467659, 0.05863076075911522, + -0.023539230227470398, -0.052025504410266876, -0.02626367099583149, 0.025057721883058548, + 0.010862109251320362, 0.052828043699264526, 0.041616976261138916, 0.05423048883676529, + 0.056646060198545456, 0.0033819207455962896, -0.021182101219892502, -0.062471359968185425, + 0.020102694630622864, 0.025217927992343903, 0.02411610074341297, 0.01034893374890089, + -0.004190541338175535, 0.006605346687138081, 0.05045223608613014, 0.03373730927705765, + 0.04453115910291672, -0.04188862442970276, -0.0879897028207779, -0.0324685238301754, + 0.016347667202353477, 0.0662723034620285, 0.0058527453802526, -0.05230335518717766, 0.04230453073978424, + 0.019131267443299294, -0.05086227506399155, 0.029244400560855865, -0.0467202365398407, + 0.022029345855116844, -0.051621370017528534, 0.023785443976521492, -0.02687888965010643, + 0.01849830523133278, 0.06405197083950043, -0.038286905735731125, -0.0534992478787899, + -0.011632250621914864, 0.032505352050065994, -0.06239314749836922, -0.03555430471897125, + 0.07910080254077911, -0.017761792987585068, 0.04167988523840904, -0.0035146153531968594, + 0.019195761531591415, 0.00028970607672818005, 0.022163471207022667, -0.03519183024764061, + -0.014673073776066303, -0.015806764364242554, -0.04123961552977562, -0.03505154699087143, + -0.047878727316856384, -0.04659079387784004, 0.03223870322108269, 0.049295179545879364, + -0.07400104403495789, -0.05703696608543396, 0.05086063966155052, 0.005476962774991989, + 0.04132477194070816, -0.0015795534709468484, 0.011711512692272663, -0.023745181038975716, + -0.04955638572573662, 0.04305724427103996, 0.05890790745615959, 0.025393186137080193, + -0.04283758997917175, -0.0639057531952858, 0.05129731073975563, -0.019368771463632584, + -0.03622961789369583, 0.02065329998731613, -0.03684406727552414, 0.004031545016914606, + 0.011826422065496445, -0.03327714279294014, 0.0005636367714032531, 0.012738075107336044, + -0.005033258814364672, -0.06951717287302017, 0.07282306253910065, -0.07933151721954346, + 0.022406132891774178, 0.05004596337676048, -0.009409680031239986, 0.024193983525037766, + -0.025039374828338623, 0.04294523969292641, 0.06108679622411728, 0.02057325653731823, + -0.005969876889139414, 0.01738870143890381, 0.04771101847290993, 0.023090848699212074, + -0.005545395892113447, 0.0777849331498146, 0.04278997704386711, 0.002966077532619238, + 0.0570545569062233, 0.08673051744699478, 0.07807880640029907, -0.03201470896601677, 0.09018529206514359, + -0.06528007239103317, 0.017889903858304024, -0.08700254559516907, -0.03573877736926079, + 0.011264383792877197, -0.06459123641252518, 0.05406557396054268, 0.07174160331487656, + -0.06387361139059067, 0.02845134027302265, 0.013341421261429787, -0.004546536598354578, + 0.0006220575887709856, -0.008458328433334827, 0.05405440181493759, 0.009520161896944046, + -0.08235485851764679, -0.05491488054394722, -0.047839704900979996, 0.015377906151115894, + -0.05201900005340576, 0.08186624944210052, 0.01486795861274004, 0.07699456065893173, + -0.05434979498386383, 0.005048504564911127, -0.0008157074335031211, -0.0012264847755432129, + 0.01193710882216692, -0.04626587778329849, -0.0005817114724777639, 0.06394433975219727, + -0.038815103471279144, 0.07318040728569031, 0.020102819427847862, -0.020478522405028343, + -0.03777275234460831, -0.005067925434559584, 0.07516804337501526, 0.025558630004525185, + -0.0035591034684330225, 0.023901745676994324, 0.017730994150042534, 0.03991178050637245, + 0.0036094512324780226, 0.010877734050154686, -0.05067410692572594, 0.012714886106550694, + -0.0052565778605639935, -0.06743092089891434, -0.05816606804728508, -0.00031802841112948954, + 0.008584720082581043, -0.036123570054769516, 0.03901984170079231, -0.043344222009181976, + 0.020778533071279526, -0.01678587682545185, -0.021369632333517075, -0.051195479929447174, + -0.06624948978424072, -0.011540008708834648, 0.053510379046201706, 0.03891049325466156, + -0.01623222604393959, -0.011455126106739044, 0.05268849432468414, 0.05049615725874901, + -0.012895599938929081, 0.056856006383895874, 0.004262575879693031, 0.077927365899086, + 0.038087040185928345, -0.022624587640166283, 0.09949599951505661, 0.009429123252630234, + -0.08470997959375381, 0.03801252692937851, 0.027026282623410225, 0.0036778023932129145, + 0.047972422093153, -0.028544040396809578, 0.030164599418640137, 0.10108599811792374, + 0.01748514175415039, 0.042793065309524536, 0.03812948986887932, -0.015894683077931404, + -0.032292675226926804, 0.018673859536647797, -0.05387314036488533, 0.023588329553604126, + 0.0030954480171203613, -0.00828405562788248, 0.014793463051319122, 0.008743097074329853, + -0.04574551433324814, 0.001103582326322794, 0.035623326897621155, 0.026804307475686073, + 0.035645775496959686, -0.020071715116500854, -0.018197879195213318, 0.0019754215609282255, + 0.02983538620173931, -0.030160149559378624, -0.004873691592365503, 0.013163285329937935, + -0.021980157122015953, 0.06194215267896652, -0.0007401035982184112, -0.01099140290170908, + -0.02232382632791996, 0.06676273047924042, -0.001943557639606297, 0.006809503771364689, + 0.033103521913290024, 0.025121787562966347, 0.03618095442652702, 0.016617344692349434, + -0.006008464377373457, 0.07328905165195465, 0.04035722091794014, 0.0031703696586191654, + 0.024919996038079262, -0.07598430663347244, 0.01575312204658985, -0.05077472701668739, + 0.014777403324842453, -0.029878759756684303, -0.00510135293006897, -0.0235125869512558, + -0.1077578067779541, 0.018599554896354675, -0.026926744729280472, -0.04566187784075737, + 0.0041892798617482185, -0.08824066817760468, -0.03744069114327431, -0.055027641355991364, + -0.04413812607526779, 0.002580579137429595, -0.039680950343608856, 0.0532565601170063, + -0.037494003772735596, -0.08578859269618988, 0.019692983478307724, -0.02444484271109104, + -0.007154667284339666, 0.007530452683568001, -0.008260461501777172, 0.0007487681577913463, + -0.0037163845263421535, -0.032775942236185074, -0.02085123397409916, -0.051073551177978516, + -0.03680606558918953, -0.0171844270080328, 0.0710282027721405, -0.01774931326508522, + 0.032959625124931335, -0.08993618935346603, 0.02928372099995613, 0.021797407418489456, + 0.07923883944749832, -0.0416041724383831, 0.008616084232926369, 0.059941329061985016, + -0.0016012201085686684, 0.015238667838275433, -0.0037784262094646692, 0.018488723784685135, + -0.035317081958055496, 0.0813552737236023, 0.06722283363342285, -0.06765905767679214, + 0.03622732311487198, 0.07142572849988937, 0.001792532973922789, 0.03197913244366646, + 0.023425612598657608, -0.0018833596259355545, 0.050032999366521835, -0.004525882191956043, + -0.015417972579598427, 0.0030986403580754995, 0.07890205085277557, -0.0429055280983448, + 0.06852063536643982, 0.11399739980697632, -0.05932716280221939, 0.0017240031156688929, + 0.042997993528842926, -0.02180984430015087, -0.0018128978554159403, 0.014383061788976192, + 0.04914136230945587, 0.013015352189540863, 0.04375489801168442, -0.06626853346824646, + 0.024655723944306374, 0.09081154316663742, 0.017724022269248962, -0.033277835696935654, + 0.0250445194542408, -0.02543594129383564, 0.021194566041231155, -0.008046353235840797, + 0.04804681986570358, -0.018563812598586082, 0.013088291510939598, 0.04476655647158623, + -0.04711133986711502, -0.019932465627789497, -0.06857772916555405, -0.008331306278705597, + 0.02918620966374874, -0.06660465896129608, -0.009431019425392151, 0.04244089871644974, + -0.004422096069902182, 0.03817848116159439, 0.0038190926425158978, 0.05503833666443825, + 0.03353656828403473, 0.002185835735872388, -0.03188050538301468, -0.03878279775381088, + 0.04126692935824394, 0.016280872747302055, 0.011645369231700897, -0.11024513840675354, + -0.04204611852765083, -0.08900760859251022, -0.04419667273759842, 0.000846420822199434, + -0.020890988409519196, -0.09968554973602295, 0.0033610209356993437, -0.03855027258396149, + -0.014880983158946037, 0.004595794714987278, -0.054021939635276794, 0.01588941365480423, + -0.04830576479434967, -0.01987643539905548, 0.03177231550216675, 0.019508693367242813, + -0.05806838348507881, -0.042647842317819595 + ], + [ + -0.02803901582956314, 0.04487556591629982, -0.036047764122486115, -0.03684942424297333, + -0.02694174088537693, 0.0034306913148611784, 0.023622455075383186, 0.011606422252953053, + -0.007001872640103102, 0.011733324266970158, -0.008644124493002892, 0.01489962451159954, + 0.011871843598783016, 0.014949820935726166, -0.026113830506801605, -0.046841759234666824, + -0.021805258467793465, -0.07446784526109695, 0.11384910345077515, 0.02880416065454483, + 0.05263666808605194, 0.020694861188530922, -0.026152651757001877, 0.007483390159904957, + 0.03186223283410072, -0.02083207666873932, -0.015585280023515224, -0.014591679908335209, + 0.016115261241793633, 0.01372573059052229, -0.06433282047510147, -0.045090921223163605, + -0.06486047804355621, 0.005677136592566967, 0.03813819959759712, 0.061700429767370224, + 0.0175204798579216, -0.017187269404530525, -0.004657990299165249, 0.028621790930628777, + 0.03758567199110985, 0.054755453020334244, 0.023651450872421265, 0.018898390233516693, + 0.021584931761026382, 0.02120499685406685, 0.07164297997951508, 0.04484088346362114, + -0.004571191035211086, -0.023393942043185234, 0.04692436754703522, -0.002271009609103203, + -0.0872243344783783, 0.0008073034114204347, 0.021652106195688248, 0.046349018812179565, + 0.06666604429483414, -0.001659010536968708, 0.02197767049074173, -0.028317032381892204, + 0.0022500071208924055, -0.006242796778678894, 0.0075540803372859955, -0.03970635309815407, + 0.02709296904504299, 0.018945805728435516, -0.007898315787315369, 0.07103817909955978, + 0.0008775234455242753, 0.006986506283283234, 0.04499480873346329, -0.04188082367181778, + 0.05740169435739517, -0.04656737670302391, 0.02107500471174717, -0.02754211612045765, + 0.07866967469453812, -0.031196488067507744, 0.019326720386743546, 0.042862799018621445, + -0.013923856429755688, 0.03783703222870827, -0.013911435380578041, -0.008827741257846355, + 0.04501849785447121, 0.0048232488334178925, 0.06681126356124878, 0.025797517970204353, + -0.06478482484817505, 0.028026442974805832, 0.04162240028381348, 0.037032317370176315, + -0.0013378245057538152, 0.012771949172019958, -0.04505085200071335, 0.023215869441628456, + 0.01248769462108612, 0.006907271686941385, 0.0745289996266365, -0.01643512211740017, + 0.00551439868286252, 0.04456980153918266, -0.009522387757897377, -0.008021525107324123, + -0.026917224749922752, 0.023677147924900055, 0.00928654707968235, -0.04622355476021767, + 0.0401761531829834, -0.0107308654114604, 0.009896904230117798, -0.11220396310091019, + 0.07753747701644897, 0.043322768062353134, -0.03553925082087517, 0.03922061622142792, + -0.056236572563648224, -0.04485283046960831, 0.08843664824962616, -0.0008880639798007905, + 0.016890283674001694, 0.018322277814149857, -0.013910605572164059, -0.01239628717303276, + 0.016175493597984314, -0.025979191064834595, -0.02922068163752556, -0.05020357668399811, + 0.041403114795684814, 0.005853325128555298, -0.040405310690402985, 0.004141754936426878, + -0.03526555374264717, -0.005707989446818829, 0.003244616324082017, -0.07043822854757309, + 0.09441173821687698, -0.0013454040745273232, -0.022548489272594452, -0.019197290763258934, + -0.06891876459121704, -0.04246000945568085, -0.0023531082551926374, -0.0018947439966723323, + -0.02606552466750145, 0.019163433462381363, 0.00480392063036561, -0.03932303935289383, + -0.04561595246195793, -0.0425507128238678, 0.0251694954931736, -0.024428559467196465, + 0.013742306269705296, -0.03160378336906433, 0.08151102811098099, 0.03346129506826401, + -0.051655858755111694, -0.06228925660252571, 0.044782061129808426, -0.00972823891788721, + 0.03838420659303665, 0.04077206552028656, 0.0444210059940815, 0.04698260873556137, 0.07015876471996307, + 0.022825609892606735, 0.04935867711901665, -0.058353617787361145, 0.056915104389190674, + 0.05775269493460655, -0.0025841756723821163, 0.01680668815970421, -0.01704283058643341, + 0.004551629535853863, 0.041394006460905075, 0.0006980138714425266, -0.04199916869401932, + -0.04513968899846077, -0.020633697509765625, -0.10649977624416351, -0.023163598030805588, + 0.04391835257411003, 0.01892540231347084, 0.04543791338801384, 0.06299350410699844, 0.03020983189344406, + -0.03153831511735916, 0.019106874242424965, -0.05057239904999733, 0.0044837165623903275, + 0.04484846070408821, -0.032103702425956726, 0.0599563829600811, 0.009893541224300861, + 0.04375123232603073, 0.0060691204853355885, -0.06434114277362823, -0.05922383442521095, + 0.04335412383079529, -0.015514715574681759, -0.01615336164832115, -0.03389153257012367, + -0.03073359839618206, -0.04007536917924881, -0.08578171581029892, -0.05292290821671486, + -0.01385103166103363, -0.0028733962681144476, -0.08753935992717743, -0.025603363290429115, + 0.07820908725261688, -0.04377772659063339, -0.02356601692736149, -0.03446028381586075, + -0.08117834478616714, 0.056746698915958405, -0.07151924818754196, -0.06517516821622849, + -0.015813885256648064, -0.008262954652309418, 0.004944669548422098, -0.05748053267598152, + 0.030897105112671852, 0.03886891528964043, 0.06006080284714699, -0.04525545984506607, + 0.012719975784420967, 0.0658627599477768, 0.024882175028324127, -0.005250818561762571, + -0.04993842914700508, 0.056758616119623184, -0.008206276223063469, 0.03913925215601921, + 0.018198464065790176, 0.002940489212051034, 0.009081142023205757, 0.0647057369351387, + -0.012545187957584858, 0.04552801698446274, -0.007938838563859463, 0.01879696361720562, + 0.018688729032874107, -0.051559239625930786, -0.06311511993408203, 0.05247628688812256, + -0.00479530356824398, 0.014400806277990341, -0.03697827830910683, 0.03500572592020035, + -0.002174708293750882, -0.007775879465043545, -0.027300748974084854, 0.016227787360548973, + -0.020482908934354782, -0.031911611557006836, -0.07667313516139984, 0.015770113095641136, + 0.04603564739227295, 0.035663802176713943, -0.04930279403924942, -0.010987180285155773, + -0.013817127794027328, -0.012920839712023735, -0.01635797694325447, 0.006411009468138218, + 0.020048856735229492, 0.04829643294215202, -0.024235818535089493, -0.026587191969156265, + 0.0954875722527504, 0.10451017320156097, -0.04349280521273613, 0.07918214052915573, + -0.017767446115612984, 0.043781500309705734, 0.04424281418323517, -0.044081058353185654, + -0.012472134083509445, 0.10263042151927948, 0.057507820427417755, 0.036824390292167664, + -0.05770166590809822, -0.05802316591143608, -0.007142540067434311, -0.03838318958878517, + 0.017206531018018723, 0.008249335922300816, 0.011281432583928108, 0.01002297643572092, + -0.04195955768227577, -0.02861943282186985, -0.006149876397103071, -0.01927253045141697, + -0.05548914149403572, 0.02677924558520317, 0.01921234279870987, 0.05234694853425026, + -0.08461374789476395, 0.0503213107585907, 0.026678305119276047, -0.010793165303766727, + 0.027468685060739517, -0.01920073665678501, -0.09933207929134369, 0.015026667155325413, + 0.015944277867674828, 0.025902006775140762, -0.007334243971854448, 0.05547930300235748, + 0.050335921347141266, -0.07739194482564926, 0.04776552692055702, -0.018957529217004776, + -0.010227021761238575, -0.0017480974784120917, 0.09769865870475769, -0.05170011520385742, + -0.018552027642726898, 0.04010068625211716, -0.026311779394745827, 0.015017065219581127, + -0.077092744410038, -0.07721630483865738, 0.039106473326683044, 0.031218232586979866, + 0.040332548320293427, -0.006979420781135559, -0.009906059131026268, 0.025660760700702667, + 0.033798910677433014, 0.00042606572969816625, 0.013003882020711899, -0.04122729226946831, + -0.005086491350084543, -0.019429707899689674, 0.02915048599243164, 0.07761275768280029, + -0.024377720430493355, -0.05507292225956917, -0.0007026774110272527, -0.015437551774084568, + -0.03974813222885132, 0.07248106598854065, -0.04987272620201111, -0.05212216451764107, + 0.0652502253651619, 0.017533401027321815, 0.03459719195961952, -0.004851005971431732, + -0.012294034473598003, 0.025485679507255554, -0.030853718519210815, 0.005221303086727858, + -0.025348873808979988, 0.0467529259622097, 0.07394114881753922, 0.050251178443431854, + -0.0006283928523771465, -0.0430724136531353, -0.007256589829921722, 0.04097451642155647, + -0.07881093770265579, 0.029332343488931656, 0.020727377384901047, 0.030512582510709763, + 0.04056793451309204, 0.048086609691381454, -0.006027398630976677, -0.0066098109818995, + -0.029910480603575706, -0.002575021469965577, -0.07599794119596481, -0.04073679819703102, + -0.0327841117978096, 0.018834084272384644, 0.031277626752853394, -0.04481402039527893, + 0.07900432497262955, 0.04067768529057503, -0.03794803470373154, 0.0161244235932827, + 0.052732229232788086, 0.029638472944498062 + ], + [ + -0.01676454022526741, 0.04134045168757439, -0.003050371306017041, -0.0301771592348814, + -0.04121442511677742, 0.003278077347204089, -0.02705109678208828, -0.04785020649433136, + 0.004084733314812183, -0.007092873565852642, -0.05105586722493172, 0.00903036817908287, + -0.0020962459966540337, 0.027282806113362312, 0.040801290422677994, 0.027030393481254578, + 0.019807904958724976, 0.009007967077195644, 0.027477020397782326, -0.03967949375510216, + 0.013659118674695492, 0.04970910772681236, 0.011497112922370434, -0.008638955652713776, + 0.019248683005571365, 0.016178788617253304, -0.06011458486318588, 0.01622323878109455, + -0.013390051200985909, -0.009896562434732914, 0.007328931707888842, 0.006709638517349958, + -0.03293175622820854, 0.046895913779735565, -0.005453688092529774, -0.020025501027703285, + -0.03650035709142685, -0.08223267644643784, 0.04322854429483414, 0.030638819560408592, + -0.03336837887763977, 0.04480686038732529, -0.0005050298059359193, -0.017269659787416458, + 0.0394381619989872, 0.034825265407562256, 0.0769498273730278, 0.021137647330760956, + -0.021919818595051765, -0.029698096215724945, 0.07769951224327087, 0.005348324775695801, + 0.01936163380742073, -0.029609113931655884, 0.04158727452158928, 0.074295274913311, + -0.004793849308043718, 0.04896226525306702, 0.06196136772632599, -0.012188868597149849, + 0.007771901320666075, 0.02448354847729206, -0.09974092245101929, 0.04300839453935623, + 0.05743365362286568, 0.0009057227871380746, -0.014006615616381168, 0.043219827115535736, + 0.05413758382201195, -0.028752323240041733, 0.010097158141434193, -0.027470635250210762, + -0.016400830820202827, -0.02425450086593628, -0.014847934246063232, -0.01002031471580267, + 0.10789142549037933, 0.051522959023714066, 0.038839612156152725, 0.010623384267091751, + -0.06997452676296234, -0.018238037824630737, -0.0250074602663517, 0.01721266284584999, + 0.004655999597162008, 0.03648310899734497, 0.030458413064479828, -0.04489507898688316, + -0.04740653932094574, 0.06187577545642853, -0.0013246849412098527, 0.001210602349601686, + -0.005889986176043749, 0.02702057920396328, -0.015693947672843933, 0.014636073261499405, + -0.01181813608855009, 0.05539660155773163, -0.02009798213839531, -0.02837345376610756, + 0.04596326872706413, 0.028137288987636566, 0.02258560061454773, -0.039261866360902786, + -0.0037342067807912827, 0.00692043686285615, 0.01593729294836521, 0.006246078293770552, + 0.0035154360812157393, 0.007492489647120237, 0.03257586807012558, -0.015679247677326202, + 0.01601674035191536, 0.06951941549777985, -0.04858902469277382, 0.006959122139960527, + -0.006255317013710737, -0.05849537253379822, -0.003715223865583539, -0.012793620117008686, + -0.02578635700047016, 0.02613721787929535, 0.005619787611067295, -0.0026005946565419436, + 0.004627557005733252, -0.02820661850273609, -0.023057356476783752, -0.014985564164817333, + 0.017041925340890884, 0.0036466869059950113, 0.02046629972755909, -0.03851080685853958, + 0.06168799102306366, -0.0444350466132164, 0.022746102884411812, -0.0016809402732178569, + 0.09388459473848343, 0.0009325781720690429, -0.022228596732020378, 0.02495775744318962, + -0.08011480420827866, -0.03796449303627014, -0.030241763219237328, 0.059862151741981506, + -0.055714014917612076, -0.03142271563410759, -0.06152746081352234, -0.0006129156099632382, + -0.09357783198356628, -0.025148337706923485, 0.0346851646900177, 0.04011546075344086, + 0.027054980397224426, -0.052031729370355606, 0.049761828035116196, -0.0024622019845992327, + -0.0021513812243938446, -0.018347257748246193, -0.008181489072740078, -0.00937538780272007, + -0.04023003205657005, 0.07047706842422485, -0.005107445176690817, -0.030940774828195572, + 0.057918962091207504, -0.06240996718406677, 0.02314688265323639, -0.04148988798260689, + -0.015468076802790165, 0.04018740355968475, 0.006334215402603149, 0.001987386029213667, + -0.03571581467986107, -0.01761864684522152, 0.03345422074198723, -0.02828099951148033, + -0.005673739593476057, -0.024532375857234, 0.033583443611860275, -0.0029383846558630466, + 0.01125104445964098, -0.03335810452699661, -0.023856988176703453, 0.02154712937772274, + 0.004166694357991219, -0.022116344422101974, 0.025721672922372818, 0.045355942100286484, + -0.07417681813240051, 0.04910791665315628, 0.012961603701114655, 0.009556381031870842, + 0.05573376640677452, 0.07131622731685638, 0.01237521693110466, 0.018250633031129837, + 0.02845093235373497, -0.07181666791439056, 0.0030897038523107767, -0.034170232713222504, + -0.04149746522307396, -0.07045646011829376, -0.03357041999697685, -0.09548507630825043, + -0.015891171991825104, -0.05250066891312599, -0.026167934760451317, -0.019524885341525078, + -0.10380708426237106, 0.05913342535495758, 0.006418295670300722, 0.014264686033129692, + -0.027660729363560677, -0.004855831153690815, -0.05203360319137573, -0.02310956083238125, + -0.01604783721268177, -0.10721311718225479, 0.022433621808886528, -0.026097726076841354, + 0.029969029128551483, 0.03080381453037262, -0.037839505821466446, 0.025032250210642815, + 0.034051623195409775, -0.04184767231345177, 0.030748913064599037, -0.027238773182034492, + 0.02561524324119091, -0.054988909512758255, 0.006830944679677486, 0.008768945001065731, + -0.005453712772578001, 0.04334116354584694, 0.01838717795908451, 0.01425243727862835, + 0.009329615160822868, 0.03156837448477745, 0.006804525852203369, 0.04760957136750221, + -0.019115135073661804, 0.03617262467741966, 0.09247903525829315, 0.007769457995891571, + -0.009184855036437511, 0.05639763921499252, -0.016469595953822136, -0.045891836285591125, + -0.016328053548932076, -0.01361317839473486, -0.0538565032184124, -0.06552445888519287, + -0.04875814914703369, 0.06775904446840286, -0.058815646916627884, 0.012602024711668491, + -0.0411577932536602, -0.014937732368707657, 0.011656533926725388, 0.02729090303182602, + -0.044449590146541595, 0.026366228237748146, -0.017622653394937515, 0.03846586123108864, + -0.037376005202531815, -0.08333519101142883, 0.03977140784263611, 0.009479436092078686, + 0.043690308928489685, 0.013573464006185532, 0.038715776056051254, 0.0956532284617424, + -0.007165963761508465, 0.001091444632038474, -0.07383202016353607, 0.03183615952730179, + 0.019681256264448166, -0.062356434762477875, -0.028056740760803223, 0.1217433288693428, + -0.021518435329198837, 0.004656221717596054, 0.016005458310246468, -0.025939472019672394, + 0.05386241152882576, 0.035702262073755264, 0.02070288546383381, 0.029803689569234848, + 0.0018966090865433216, 0.05446820706129074, -0.02734682708978653, 0.04246218875050545, + -0.03160281106829643, -0.006740313954651356, 0.05810587853193283, 0.0493808351457119, + -0.004617135040462017, -0.0002458583621773869, -0.017292100936174393, -0.018326496705412865, + 0.04419604688882828, -0.03591262549161911, -0.007103589829057455, -0.01155313290655613, + -0.008401301689445972, 0.015749067068099976, -0.033985331654548645, -0.023089580237865448, + 0.0015999659663066268, -0.0057861399836838245, -0.027162835001945496, -0.11209529638290405, + -0.05532870069146156, -0.05258329585194588, -0.014032415114343166, -0.05070750042796135, + -0.007986658252775669, -0.004710002802312374, -0.016954321414232254, 0.05320001021027565, + -0.01891564577817917, 0.015086355619132519, -0.07849980145692825, -0.01662234403192997, + 0.013587608933448792, 0.035766955465078354, 0.03332233428955078, 0.012708485126495361, + 0.03501114621758461, -0.04354984313249588, -0.03738347068428993, -0.017384571954607964, + -0.04953865334391594, 0.061030108481645584, -0.005702871363610029, -0.017663616687059402, + 0.01444539800286293, 0.04034163057804108, -0.001543131424114108, -0.00871039368212223, + 0.011328930035233498, 0.009076416492462158, -0.05746312439441681, 0.06947176158428192, + 0.030432237312197685, -0.04907633364200592, -0.02729199267923832, -0.0067771621979773045, + 0.01718243397772312, -0.030727585777640343, 0.045395102351903915, 0.05741911008954048, + 0.03359416499733925, -0.007747724652290344, -0.016117356717586517, 0.018659835681319237, + 0.023074187338352203, 0.04214821383357048, -0.012759041041135788, -0.06137869879603386, + -0.0718056708574295, 0.016809437423944473, -0.09414011985063553, 0.009733523242175579, + -0.02316390350461006, 0.033113040030002594, 0.06770376861095428, 0.024195166304707527, + -0.022142443805933, 0.04256289452314377, 0.007598390337079763, 0.06529641896486282, + -0.07245679944753647, 0.04179755970835686, 0.038945991545915604, 0.01731528900563717, + 0.07692348957061768, -0.019030418246984482, 0.0013311825459823012, -0.001170334522612393, + 0.03291692957282066, -0.02132483385503292, 0.06390614062547684, -0.0326494500041008 + ], + [ + 0.02033211849629879, -0.05423578992486, -0.04482460021972656, 0.05792084336280823, 0.06829024851322174, + -0.03369344398379326, -0.016150686889886856, -0.004378922283649445, 0.028287328779697418, + 0.05461803451180458, -0.0005518455291166902, -0.030747447162866592, 0.03852443769574165, + 0.05015505105257034, 0.03617530316114426, 0.02314470335841179, 0.011196783743798733, + 0.041586022824048996, -0.05626320466399193, -0.007769893389195204, 0.03324643149971962, + -0.03251232951879501, -0.03095763362944126, -0.05159059539437294, 0.03721176087856293, + 0.061492644250392914, 0.03649229183793068, -0.0021880341228097677, 0.008486293256282806, + -0.04633183032274246, -0.030755477026104927, 0.0459769107401371, 0.0880032330751419, + 0.004010201897472143, -0.04329921677708626, -0.08754190057516098, -0.00849385280162096, + 0.0025258385576307774, -0.0019454947905614972, 0.0208196509629488, -0.0026843331288546324, + -0.053687743842601776, -0.025656456127762794, 0.019108185544610023, -0.02186116762459278, + 0.0676024854183197, -0.04942687973380089, 0.022524837404489517, 0.04782521724700928, + -0.0029996864032000303, -0.05693752318620682, -0.012843339703977108, -0.03214491903781891, + -0.07052279263734818, -0.0574125312268734, 0.03300365060567856, -0.06797577440738678, + 0.0656898021697998, 0.01871652342379093, 0.008857556618750095, 0.03387962281703949, + 0.059703342616558075, -0.03625829145312309, 0.08187008649110794, -0.04396526515483856, + -0.039910003542900085, -0.012414702214300632, -0.0242182444781065, 0.04220838099718094, + 0.030174924060702324, 0.02691316418349743, -0.020014218986034393, -0.014879375696182251, + -0.041008785367012024, -0.00340319168753922, 0.04705147445201874, -0.018677208572626114, + 0.006921280175447464, -0.036975786089897156, -0.05172956734895706, 0.03848443925380707, + -0.03934163972735405, -0.005323878489434719, 0.03340926021337509, 0.029684636741876602, + -0.04008945822715759, 0.009218528866767883, 0.03701894357800484, 0.04652078449726105, + 0.09450297802686691, 0.022451985627412796, -0.005265348125249147, 0.051772668957710266, + -0.033928245306015015, 0.023081954568624496, 0.05656447634100914, 0.015343211591243744, + -0.01666737161576748, -0.10122022032737732, 0.05020272731781006, 0.012391099706292152, + 0.0055601391941308975, -0.015145350247621536, -0.054882992058992386, 0.04234450310468674, + 0.0010885148076340556, 0.06846868246793747, 0.025541923940181732, 0.02817472629249096, + -0.034802503883838654, -0.06836516410112381, 0.05164908617734909, 0.03933627903461456, + 0.013746443204581738, -0.034219615161418915, -0.03192969039082527, 0.05201844125986099, + 0.04679883271455765, -0.02323051542043686, -0.0024619512259960175, 0.03283480182290077, + 0.04388025775551796, -0.05851741507649422, -0.007755454629659653, 0.029764927923679352, + -0.05155811086297035, -0.05641432851552963, -0.04183691740036011, -0.045013464987277985, + 0.012512424029409885, 0.01601313427090645, 0.002198929898440838, -0.02100181020796299, + -0.009220350533723831, -0.05167398601770401, -0.05242742970585823, -0.01949107088148594, + 0.0028968704864382744, 0.022964591160416603, -0.10208766162395477, -0.0009998322930186987, + 0.043272197246551514, 0.06889569014310837, -0.02175540290772915, -0.014118868857622147, + -0.024266120046377182, 0.055008210241794586, -0.02655637450516224, 0.04387959465384483, + -0.045737333595752716, -0.024579264223575592, -0.043510813266038895, -0.02218204364180565, + 0.024063488468527794, 0.01732824742794037, 0.019269447773694992, -0.03205164149403572, + 0.03499825671315193, -0.03203051909804344, 0.019708702340722084, -0.08709771186113358, + -0.012264861725270748, 0.015452355146408081, 0.07545993477106094, -0.03332745283842087, + -0.005084455944597721, -0.07041368633508682, 0.07705681025981903, 0.04213741421699524, + 0.005131389945745468, 0.012965473346412182, 0.04942571744322777, -0.007750724442303181, + 0.056823499500751495, -0.03791123628616333, 0.01975294202566147, 0.01926346682012081, + 0.01972568780183792, -0.01091987919062376, -0.019148364663124084, -0.036403149366378784, + -0.038268089294433594, 0.0020076967775821686, 0.014614823274314404, -0.08571801334619522, + 0.02247590199112892, 0.02779691480100155, 0.0021582995541393757, 0.020582277327775955, + -0.04115855321288109, -0.030240677297115326, 0.02434694580733776, -0.081091970205307, + 0.05397924408316612, -0.09336705505847931, -0.027079440653324127, 0.03769177570939064, + 0.019536765292286873, -0.00051592179806903, -0.0020798982586711645, 0.0862676128745079, + -0.010448413901031017, -0.08274446427822113, 0.049357395619153976, -0.014988381415605545, + 0.009062986820936203, 0.051875606179237366, -0.0503535233438015, 0.05883684381842613, + -0.00499413488432765, 0.029762152582406998, 0.09160637110471725, 0.04989738017320633, + -0.010583561845123768, 0.03424651920795441, 0.03051901049911976, 0.08333918452262878, + -0.02035561390221119, -0.03247271478176117, -0.08219482749700546, 0.0315622054040432, + -0.07774258404970169, -0.03705444186925888, -0.041720110923051834, 0.0002567366464063525, + 0.06218522787094116, -0.006006923038512468, 0.028844302520155907, -0.02987014874815941, + -0.011985178105533123, 0.0018853532383218408, -0.015779629349708557, 0.08913823217153549, + -0.037413373589515686, 0.05230244994163513, 0.002105907304212451, 0.0692543163895607, + -0.06331349909305573, 0.04555709287524223, -0.04955599829554558, -0.03504147753119469, + 0.001259865122847259, 0.011535951867699623, 0.010837113484740257, -0.009693917818367481, + 0.0015803429996594787, -0.056588295847177505, 0.02295994944870472, 0.03740176558494568, + 0.04714048653841019, -0.022142738103866577, -0.01761052757501602, -0.05152904614806175, + 0.021122101694345474, -0.04940022900700569, 0.019014868885278702, -0.004059287719428539, + -0.0012676503974944353, -0.034034762531518936, 0.03274223580956459, 0.014035116881132126, + -0.021156970411539078, -0.06502395123243332, -0.07265903800725937, 0.030082974582910538, + -0.000603160064201802, -0.03962859883904457, -0.03787514194846153, 0.019594497978687286, + -0.018797075375914574, 0.00583828566595912, 0.03179045394062996, 0.0184683445841074, + -0.09831396490335464, -0.018251463770866394, -0.039796341210603714, -0.05685649812221527, + 0.04192103073000908, -0.007153247017413378, -0.00253932923078537, 0.07334423810243607, + 0.057801660150289536, -0.043790727853775024, 0.07910851389169693, 0.01441954355686903, + 0.03953559324145317, -0.03866995871067047, 0.033843621611595154, 0.004080595448613167, + -0.05060179904103279, -0.031716927886009216, 0.0429774709045887, -0.035591837018728256, + -0.09208978712558746, -0.038929060101509094, 0.002569051692262292, 0.00736328074708581, + -0.011325659230351448, 0.049814093858003616, 0.00767924077808857, 0.03790443018078804, + -0.04406540468335152, 0.0661860778927803, -0.019771980121731758, 0.02315858192741871, + -0.05155926197767258, -0.006116606295108795, 0.04865535348653793, 0.006675587501376867, + 0.014391412027180195, -0.039697568863630295, 0.03926411271095276, 0.04614083468914032, + -0.03115127980709076, -0.04447346180677414, 0.015045839361846447, 0.06940857321023941, + 0.03648475930094719, 0.11227093636989594, -0.022847512736916542, -0.039552584290504456, + -0.028580719605088234, 0.05218379199504852, 0.07868167757987976, -0.02387179061770439, + 0.06932023167610168, -0.017028609290719032, -0.02066768705844879, -0.01313701830804348, + 0.01688193529844284, 0.08454018831253052, 0.02432730607688427, -0.027054117992520332, + -0.022184662520885468, -0.05670100823044777, -0.0014932932099327445, 0.007955810986459255, + -0.0494568757712841, 0.0490587092936039, 0.04225708544254303, -0.01830824464559555, + 0.015760459005832672, 0.051451027393341064, 0.07580990344285965, -0.0022041858173906803, + -0.002216427121311426, -0.09485944360494614, 0.041753124445676804, 0.0028758624102920294, + -0.008156025782227516, 0.008026549592614174, -0.028909936547279358, -0.030043980106711388, + 0.053541138768196106, 0.048656757920980453, -0.010509704239666462, -0.056550316512584686, + -0.04179604724049568, -0.030264226719737053, 0.010247787460684776, -0.07062330842018127, + 0.061250023543834686, -0.04788358509540558, -0.000602521700784564, 0.021681133657693863, + -0.01986851543188095, 0.01992165856063366, -0.08973833918571472, 0.011700097471475601, + 0.010899592190980911, 0.014727570116519928, 0.023469017818570137, 0.0194777250289917, + -0.021934133023023605, 0.0771217793226242, -0.04804302752017975, 0.0037138806656003, + 0.014087292365729809, -0.06700150668621063, 0.053960733115673065, 0.0404357872903347, + -0.0021537563297897577, -0.038026291877031326, -0.06617333739995956 + ], + [ + -0.014328382909297943, -0.059989284723997116, 0.02675231732428074, 0.0021981410682201385, + 0.0027084508910775185, -0.013709350489079952, -0.022676071152091026, -0.03422611579298973, + -0.027913818135857582, -0.06789839267730713, -0.025235354900360107, 0.003897323738783598, + -0.015339134261012077, 0.031611569225788116, 0.007138472516089678, 0.0030937346164137125, + -0.0577104389667511, -0.05460081622004509, 0.01731126941740513, 0.021133050322532654, + 0.026561906561255455, 0.014198021963238716, -0.037057291716337204, -0.017517240718007088, + 0.018144499510526657, 0.08620564639568329, 0.017097044736146927, -0.005493630655109882, + -0.0592854879796505, 0.024139098823070526, -0.052394431084394455, -0.028485126793384552, + -0.03311891108751297, 0.04225374013185501, 0.054494377225637436, -0.033332958817481995, + 0.0736364796757698, -0.043191324919462204, -0.08325564116239548, -0.04947179555892944, + 0.0005301876808516681, 0.009839256294071674, 0.06315941363573074, 0.006140686105936766, + -0.07376367598772049, 0.059550829231739044, 0.06419090181589127, 0.007345655467361212, + 0.031903766095638275, -0.043662674725055695, 0.0558973103761673, -0.009298291057348251, + -0.05648462101817131, -0.07508957386016846, 0.035747725516557693, 0.03583122417330742, + -0.009091281332075596, -0.03850264847278595, -0.014992784708738327, 0.009128648787736893, + 0.06362960487604141, 0.036809712648391724, -0.04118857905268669, 0.04987218976020813, + 0.07104431092739105, 0.012866206467151642, -0.05283304303884506, -0.06673242151737213, + 0.01816754974424839, -0.06770802289247513, 0.05641177296638489, -0.03154029697179794, + 0.03398771956562996, -0.024328334257006645, 0.04618343338370323, -0.007070697844028473, + 0.13476726412773132, 0.019696597009897232, 0.008748168125748634, 0.02218397706747055, + 0.02812250889837742, 0.023434007540345192, 0.01830594427883625, -0.023066973313689232, + 0.07573137432336807, -0.026471737772226334, 0.0013965250691398978, 0.0102898133918643, + -0.013792862184345722, 0.01449211873114109, 0.04173047095537186, 0.006157715804874897, + 0.0036661832127720118, 0.027903884649276733, -0.08817058801651001, 0.0020674550905823708, + 0.03279556334018707, 0.10267240554094315, 0.013509253039956093, 0.035845980048179626, + -0.04934409260749817, -0.008982939645648003, 0.11674400418996811, 0.07452981919050217, + 0.05094074085354805, 0.0747041404247284, -0.007440078072249889, 0.05225646495819092, + 0.02762494795024395, -0.015285524539649487, -0.002431214787065983, -0.04383247718214989, + 0.0420372374355793, 0.02436915785074234, -0.08497562259435654, 0.01459693256765604, + -0.05340101942420006, -0.07764976471662521, 0.0835823342204094, 0.05060619115829468, + -0.056736815720796585, -0.0100431302562356, -0.022131379693746567, 0.030936740338802338, + -0.00585147924721241, -0.05914882570505142, -0.0717955008149147, 0.01788523979485035, + -0.00952108670026064, -0.1344529092311859, 0.049197979271411896, -0.005234354641288519, + -0.026493752375245094, -0.07550826668739319, 0.06248696148395538, -0.09991554170846939, + -0.008858779445290565, 0.021164100617170334, -0.07887999713420868, 0.021729590371251106, + -0.03896685317158699, -0.05271150544285774, -0.030519159510731697, 0.010901094414293766, + -0.03198205679655075, -0.007536130491644144, -0.023076869547367096, 0.002968722954392433, + -0.021415194496512413, -0.03628050163388252, 0.020442407578229904, -0.02517213672399521, + 0.04368472471833229, 0.017721494659781456, 0.0015088727232068777, -0.04972826689481735, + 0.008451584726572037, -0.04254278540611267, 0.029940607026219368, 0.00578289432451129, + 0.008023933507502079, -0.029923873022198677, -0.012357130646705627, -0.0029955036006867886, + 0.011122560128569603, 0.035311367362737656, -0.04651778191328049, -0.06058952584862709, + 0.06204020231962204, -0.0038188372272998095, 0.07925625145435333, -0.006254469510167837, + -0.008579238317906857, -0.03858993202447891, 0.0573844350874424, -0.015572250820696354, + -0.01784311980009079, -0.05522770434617996, -0.042172595858573914, -0.050050511956214905, + -0.0064397105015814304, 0.07373848557472229, 0.03989671170711517, 0.09751877188682556, + 0.004421356599777937, 0.020512335002422333, -0.036129992455244064, -0.006648946553468704, + -0.07203549891710281, 0.014839950948953629, -0.008147398941218853, 0.019004173576831818, + -0.022428913041949272, -0.007620459888130426, 0.024829212576150894, 0.07021275162696838, + 0.041682999581098557, -0.03964630141854286, 0.02940462715923786, 0.011419798247516155, + 0.038910262286663055, -0.01034210342913866, -0.05541587993502617, -0.04794459417462349, + -0.09976490586996078, -0.07638996094465256, 0.006372353527694941, -0.03471687436103821, + 0.026541108265519142, -0.04082610085606575, 0.12059810012578964, 0.02774995006620884, + 0.06728918105363846, -0.004632897209376097, 0.015412108041346073, -0.05389196798205376, + 0.006683877669274807, -0.07370732724666595, -0.04159664362668991, 0.032633427530527115, + -0.0004372009716462344, -0.036673419177532196, -0.06889291107654572, -0.013293893076479435, + 0.01669793389737606, -0.008316834457218647, 0.025694696232676506, 0.06289855390787125, + 0.0558224692940712, -0.002243060152977705, 0.028630297631025314, 0.07373251765966415, + 0.050498876720666885, 0.03241560980677605, 0.0085002975538373, 0.07362765073776245, 0.04243220388889313, + 0.0467742495238781, 0.058721888810396194, -0.03930923715233803, -0.030108904466032982, + 0.0394851453602314, 0.0748196542263031, -0.030262557789683342, -0.10480848699808121, + 0.06401704251766205, -0.036433517932891846, 0.006251176353543997, -0.012647664174437523, + 0.017534593120217323, 0.03791532665491104, -0.07740999013185501, 0.02158273011445999, + -0.01004416961222887, 0.07556416839361191, -0.004300086293369532, -0.05097484961152077, + -0.0030924922320991755, -0.0020817751064896584, 0.041045140475034714, -0.09807318449020386, + -0.03699778765439987, -0.0006628194823861122, -0.01675315573811531, -0.0078501645475626, + -0.0027297455817461014, 0.05496736615896225, -0.0176279004663229, 0.0029580886475741863, + 0.04264358803629875, 0.12391094863414764, 0.07816418260335922, 0.013059904798865318, + -0.009746980853378773, -0.0753011405467987, 0.07139898091554642, -0.01978113129734993, + -0.006479995790868998, 0.05925309658050537, -0.014701863750815392, 0.01544677373021841, + 0.018095199018716812, -0.0014821367803961039, 0.017780540511012077, -0.01710863783955574, + -0.07075662165880203, 0.0370776541531086, 0.015493943355977535, 0.07694409042596817, + 0.14476816356182098, -0.026549436151981354, -0.016894476488232613, 0.0106659522280097, + -0.03527403995394707, 0.047573722898960114, 0.029141899198293686, -0.01111791841685772, + 0.038133759051561356, -0.082179494202137, 0.04148644953966141, -0.0030501822475343943, + 0.011831791140139103, -0.027152152732014656, 0.005952890496701002, -0.05094601958990097, + 0.007349133957177401, -0.031000863760709763, -0.008888216689229012, 0.002189505845308304, + -0.030164675787091255, -0.05515545606613159, -0.13463036715984344, -0.024776620790362358, + -0.05307769775390625, 0.02357594296336174, 0.0045074415393173695, 0.004923838656395674, + 0.020791875198483467, 0.024891233071684837, 0.022105829790234566, -0.0242941714823246, + 0.03075765259563923, -0.019205743446946144, -0.10847683995962143, -0.013202586211264133, + 0.03696286678314209, 0.04837382957339287, -0.0232321135699749, -0.01979154162108898, + 0.04837527498602867, 0.02364882454276085, -0.005933869630098343, 0.02724563330411911, + -0.02507162094116211, -0.01003650389611721, -0.01793486997485161, 0.06311483681201935, + 0.0177687369287014, 0.02172726020216942, -0.013629551976919174, 0.010334271006286144, + -0.02073945291340351, 0.05925719439983368, 0.08656398952007294, -0.0787520632147789, + -0.006027103867381811, 0.0840110331773758, 0.009197947569191456, 0.05255210027098656, + -0.021090490743517876, 0.001389124197885394, 0.08867976814508438, 0.017355576157569885, + -0.012685337103903294, -0.014247236773371696, -0.020027268677949905, 0.0716240331530571, + -0.004559899214655161, 0.02855684608221054, -0.0026607951149344444, -0.008393130265176296, + 0.001804606057703495, -0.02603653445839882, 0.01099745649844408, 0.03586728125810623, + 0.03657108172774315, 0.03052813559770584, -0.026822587475180626, -0.0261892881244421, + -0.01082986406981945, 0.005366471596062183, 0.019440442323684692, -0.03553155064582825, + -0.04969661682844162, 0.03502817079424858, -0.0353349968791008, 0.07619687914848328, + -0.046716686338186264, -0.03126905858516693, -0.0381779707968235, 0.022934289649128914, + -0.029874630272388458, 0.013773351907730103, -0.06988034397363663 + ], + [ + -0.004008085932582617, -0.02264665625989437, -0.028356939554214478, 0.06172829121351242, + 0.01931663788855076, -0.06918610632419586, 0.00690516596660018, 0.04945853725075722, + 0.01571648195385933, -0.011813391931355, 0.020160771906375885, -0.0066087981685996056, + 0.009577814489603043, -0.09463305026292801, 0.04267856851220131, 0.013700234703719616, + -0.011264455504715443, 0.029660653322935104, -0.06727323681116104, 0.002483210526406765, + 0.016064435243606567, -0.04226107522845268, -0.003832033835351467, 0.07078208029270172, + -0.0031800689175724983, -0.017806582152843475, 0.02834274061024189, 0.023001430556178093, + 0.021010620519518852, -0.03573880344629288, 0.08100776374340057, 0.09184978902339935, + -0.021291067823767662, 0.016612153500318527, -0.021762104704976082, -0.04754765331745148, + 0.00646250182762742, 0.046303268522024155, -0.026404814794659615, 0.00742963096126914, + -0.03529373183846474, -0.06824932992458344, -0.019228721037507057, -0.012846555560827255, + -0.012541797012090683, 0.03029925934970379, -0.032723069190979004, -5.845310806762427e-5, + 0.03179984912276268, 0.007000056095421314, -0.07233280688524246, 0.015207085758447647, + 0.07181517034769058, 0.02176269143819809, -0.0108018284663558, 0.006305851973593235, + -0.06976164877414703, 0.003517409786581993, -0.03167860954999924, 0.03940163552761078, + -0.0683438777923584, -0.02022613026201725, 0.00046749773900955915, -0.05504529923200607, + -0.032954052090644836, -0.024387119337916374, 0.012975683435797691, 0.002326301299035549, + -0.00023644667817279696, 0.10353753715753555, 0.02786477655172348, 0.01922796107828617, + -0.043702710419893265, 0.05425284802913666, -0.10802976787090302, 0.03319530189037323, + -0.052733197808265686, 0.017896216362714767, 0.04333299398422241, -0.047995299100875854, + 0.02307179383933544, -0.003151598386466503, -0.042510200291872025, -0.036675915122032166, + 0.012705828063189983, -0.031124738976359367, -0.018882054835557938, 0.01639590598642826, + 0.07209264487028122, 0.05330319702625275, 0.038881056010723114, 0.0017845516558736563, + -0.02305552363395691, 0.040438637137413025, 0.029324930161237717, 0.009481602348387241, + 0.03221568837761879, -0.04584364965558052, -0.062373362481594086, 0.001578651717863977, + -0.030347932130098343, -0.04280220344662666, -0.023596301674842834, -0.0447397418320179, + -0.021055035293102264, -0.09120003134012222, 0.0640038475394249, 0.014762982726097107, + -0.035564832389354706, -0.029177797958254814, -0.11000607162714005, 0.014956744387745857, + -0.029557956382632256, -0.04045974090695381, -0.013440446928143501, -0.010322142392396927, + 0.08735012263059616, -0.007072889246046543, -0.056122664362192154, 0.04055231809616089, + -0.03680424392223358, 0.005578060634434223, 0.043641891330480576, 0.02058490179479122, + 0.017048358917236328, -0.08695397526025772, 0.035386063158512115, 0.02176184579730034, + -0.015747418627142906, 0.02885715663433075, 0.06002561375498772, -0.0004790782986674458, + -0.0038616766687482595, 0.05180107429623604, -0.06901288777589798, 0.008277968503534794, + -0.033851366490125656, -4.0176852053264156e-5, 0.040406595915555954, -0.018795914947986603, + 0.06628444045782089, 0.04894118010997772, -0.014226955361664295, -0.01006364356726408, + -0.011716105975210667, 0.03702850267291069, 0.06493434309959412, -0.019165752455592155, + 0.0825890451669693, -0.05526749789714813, -0.04722533002495766, -0.08660978078842163, + -0.013447497971355915, 0.024091016501188278, -0.06248481199145317, 0.020950336009263992, + -0.060864660888910294, 0.034930866211652756, -0.05826874449849129, -0.025450319051742554, + 0.03402956947684288, 0.036059532314538956, -0.06587918102741241, -0.021058667451143265, + -0.07654212415218353, -0.026746537536382675, -0.016774555668234825, 0.04164252057671547, + -0.05692410096526146, -0.0003885181213263422, 0.00694827688857913, -0.00612515676766634, + 0.03748567774891853, 0.023173464462161064, -0.061622925102710724, 0.015019786544144154, + -0.0252033993601799, 0.03356548771262169, 0.04874792322516441, -0.008852848783135414, + -0.07606491446495056, -0.0008882358088158071, -0.0682310089468956, -0.03714783862233162, + -0.10428521037101746, 0.002863614121451974, -0.010843154042959213, -0.006304972339421511, + 0.014904594048857689, -0.04222383350133896, -0.09023644030094147, -0.018012477084994316, + -0.0264262817800045, -0.02638115920126438, 0.02373257279396057, -0.037041716277599335, + 0.027986958622932434, 0.030667459592223167, -0.022150643169879913, 0.07016482949256897, + 0.07048365473747253, 0.06254685670137405, -0.038715388625860214, 0.03259609267115593, + 0.07210337370634079, 0.04937819391489029, 0.06899083405733109, 0.017670633271336555, + 0.10115141421556473, -0.030509673058986664, -0.0860901027917862, 0.02404995821416378, + 0.028056997805833817, -0.035883862525224686, 0.010220693424344063, -0.02537795901298523, + 0.06129566207528114, 0.056475721299648285, -0.017060313373804092, 0.03263363614678383, + 0.045480817556381226, -0.01152444165199995, -0.02684694528579712, 0.01615683175623417, + -0.023755088448524475, 0.02332991734147072, 0.00787219125777483, -0.07259751111268997, + 0.06189083680510521, -0.0008481923723593354, -0.034827861934900284, -0.06505024433135986, + 0.09590403735637665, -0.0266082976013422, -0.0070794569328427315, -0.053008757531642914, + 0.08284822106361389, -0.0381658598780632, 0.036251798272132874, 0.021619290113449097, + -0.0029119665268808603, 0.007210404146462679, 0.0053482623770833015, 0.05000415816903114, + -0.04932776466012001, 0.0664166510105133, -0.019088465720415115, 0.006537858862429857, + 0.006455701310187578, 0.027539659291505814, 0.07322840392589569, 0.03835981339216232, + 0.02979423478245735, 0.03294762223958969, -0.002523852279409766, -0.004844308365136385, + -0.02947297878563404, -0.010034129954874516, -0.04030317813158035, -0.0003963797935284674, + 0.05037042871117592, -0.04691318795084953, -0.048960715532302856, -0.011001154780387878, + 0.03194761648774147, 0.07475698739290237, -0.017943646758794785, 0.010996286757290363, + -0.05502225086092949, -0.017723282799124718, -0.04127998277544975, -0.04845615476369858, + -0.012119523249566555, -0.07866401970386505, 0.01529086846858263, -0.06023360788822174, + 0.013566006906330585, 0.0007782579050399363, 0.030976125970482826, -0.07698697596788406, + 0.008062422275543213, -0.03764214366674423, -0.027930548414587975, -0.008866897784173489, + -0.024923175573349, 0.03340322524309158, -0.026567980647087097, -0.05713798850774765, + -0.029271384701132774, -0.001533467904664576, 0.005901627242565155, -0.04068828374147415, + 0.002145620761439204, -0.016599956899881363, -0.006386585533618927, -0.027998020872473717, + 0.029611049219965935, 0.03743902966380119, 0.011483542621135712, -0.04140805825591087, + 0.02891218103468418, -0.00965737085789442, -0.007945518009364605, 0.04054975509643555, + 0.008138122968375683, 0.03310415893793106, 0.011270505376160145, 0.052823618054389954, + 0.005119435954838991, -0.07361075282096863, -0.04689367860555649, 0.05454220995306969, + 0.003603616962209344, 0.004934599623084068, -0.04282206669449806, 0.00691459234803915, + -0.007739983033388853, 0.02609400264918804, -0.0026857382617890835, 0.045397110283374786, + 0.016888868063688278, -0.041971638798713684, 0.004442630335688591, 0.07755368202924728, + 0.03032313659787178, -0.019298382103443146, 0.06161369010806084, -0.030912207439541817, + 0.006638788618147373, 0.004224912263453007, 0.09873589873313904, -0.005787898786365986, + 0.013653061352670193, 0.004654708318412304, -0.025414135307073593, 0.049212682992219925, + -0.052239641547203064, -0.047558579593896866, 0.030835537239909172, 0.008183818310499191, + -0.03799307346343994, 0.0060806917026638985, 0.017028359696269035, -0.012134931981563568, + 0.034865956753492355, 0.0164963211864233, -0.07211294025182724, 0.019141342490911484, + -0.010778688825666904, 0.06958360224962234, 0.05624866858124733, -0.13398689031600952, + -0.08278942108154297, 0.017930084839463234, -0.029422223567962646, -0.018598025664687157, + -0.005070712883025408, 0.04758695885539055, -0.012713279575109482, 0.029963532462716103, + -0.03926563635468483, -0.022532720118761063, 0.036541182547807693, 0.02174834907054901, + 0.05993698537349701, -0.10498782992362976, -0.089955635368824, -0.08866001665592194, + 0.049960698932409286, 0.00360174011439085, 0.022490093484520912, -0.06510455906391144, + 0.08839840441942215, 0.000873498385772109, 0.07379739731550217, -0.017396418377757072, + -0.08583416789770126, 0.07073943316936493, -0.08287499099969864, -0.04680123180150986, + 0.08614430576562881, -0.00927892979234457, -0.0012980715837329626, 0.014098074287176132 + ], + [ + 0.07119934260845184, -0.011206724680960178, -0.0010120198130607605, -0.0572221539914608, + 0.0035236389376223087, 0.04134373366832733, 0.04810678958892822, -0.031952857971191406, + 0.021221710368990898, -0.008576193824410439, -0.01932297833263874, 0.058879971504211426, + 0.046377163380384445, 0.11026665568351746, -0.06905718892812729, -0.052675217390060425, + 0.027715718373656273, -0.027602234855294228, 0.04197951778769493, -0.003828313434496522, + 0.03798186406493187, -0.008523865602910519, 0.025111420080065727, -0.09116087853908539, + 0.026872722432017326, 0.028073720633983612, -0.027621518820524216, -0.0026157537940889597, + -0.04792686179280281, -0.05550070106983185, -0.0008995438111014664, 0.008408035151660442, + 0.07914292067289352, -0.004483026452362537, 0.06905370950698853, 0.05579529330134392, + -0.008807554841041565, 0.011112883687019348, 0.03721916675567627, 0.00861441157758236, + -0.011725700460374355, 0.04523058235645294, 0.04297945648431778, 0.023568235337734222, + -0.05271431431174278, 0.024371860548853874, 0.014404311776161194, 0.03897051140666008, + 0.05297761410474777, 0.057036031037569046, 0.01144751999527216, 0.02241356298327446, + -0.01989360898733139, 0.014167958870530128, -0.03501594439148903, 0.07052110880613327, + 0.0016387648647651076, 0.04976624995470047, 0.06612201035022736, -0.06527845561504364, + -0.006929581519216299, 0.020424874499440193, -0.12022686004638672, 0.07284466922283173, + 0.01890231855213642, -0.008951467461884022, -0.003056851914152503, 0.011311438865959644, + 0.025033066049218178, 0.002734135603532195, -0.03537551313638687, 0.002163243480026722, + 0.06269954890012741, -0.07857391983270645, 0.027543531730771065, 0.006343210581690073, + 0.12772943079471588, 0.002029469469562173, 0.04012133181095123, 0.012381508946418762, + 0.00535046961158514, -0.023437270894646645, -0.028142539784312248, 0.02029842510819435, + -0.007706453092396259, 0.06642699986696243, 0.011602147482335567, -0.036031197756528854, + 0.017249692231416702, 0.04788970574736595, -0.049840595573186874, 0.0064517357386648655, + 0.0036355387419462204, -0.006236742250621319, -0.0014990461058914661, 0.027362747117877007, + -0.026527680456638336, 0.025351684540510178, 0.09061466157436371, 0.02561746910214424, + 0.07738044112920761, 0.0004722854937426746, -0.03515687957406044, -0.0873478427529335, + 0.03348659723997116, -0.013238064013421535, -0.028524402529001236, -0.04348982498049736, + 0.040929630398750305, -0.07059084624052048, 0.012026802636682987, 0.003542394610121846, + 0.015351065434515476, -0.01693616807460785, 0.012965044006705284, -0.0006955859716981649, + 0.04835854470729828, 0.050362084060907364, -0.016492798924446106, -0.023046674206852913, + 0.006332349963486195, 0.018986115232110023, 0.00437614880502224, -0.007212003227323294, + -0.014836226589977741, 0.041304148733615875, -0.005285777151584625, 0.032945144921541214, + 0.021884506568312645, -0.024637676775455475, -0.0440940223634243, 0.014005067758262157, + 0.019026245921850204, -0.04168422147631645, 0.08551497012376785, -0.00444997102022171, + 0.04721176624298096, -0.04331415891647339, -0.06279194355010986, -0.0550079420208931, + -0.08197113126516342, -0.07398416846990585, 0.0052750990726053715, -0.033353183418512344, + 0.03949572518467903, 0.014088768512010574, -0.02924499474465847, -0.09141536802053452, + -0.06836067140102386, 0.044068966060876846, -0.054460544139146805, -0.0004870578704867512, + 0.009348618797957897, -0.039656635373830795, -0.0016398840816691518, 0.024868639186024666, + -0.023683762177824974, -0.022146234288811684, 0.011717556975781918, -0.07206897437572479, + -0.02861398458480835, 0.1241459995508194, -0.02042440138757229, -0.008418203331530094, + -0.028048569336533546, 0.039886076003313065, 0.08123726397752762, 0.05804450809955597, + -0.026103174313902855, 0.10549766570329666, 0.05973935127258301, 0.020540662109851837, + 0.01800541579723358, -0.015779050067067146, -0.04623294621706009, -0.026118386536836624, + 0.027832118794322014, -0.024423077702522278, 0.03618614003062248, -0.057870958000421524, + 0.08430125564336777, 0.04204176738858223, 0.0008823247044347227, 0.016701694577932358, + 0.06206555292010307, 0.04435111954808235, -0.03148753568530083, 0.00990762747824192, + 0.016511430963873863, 0.022155776619911194, 0.022705839946866035, 0.018048886209726334, + 0.007953781634569168, 0.04086698964238167, -0.029072508215904236, 0.017494846135377884, + 0.014225795865058899, -0.08698952198028564, 0.0722406804561615, 0.0021787709556519985, + 0.040017809718847275, -0.04106198996305466, -0.04222002252936363, -0.08473224192857742, + -0.028783295303583145, -0.04722699522972107, 0.00822914857417345, 0.022540045902132988, + -0.023998692631721497, 0.10077479481697083, 0.0012020084541290998, 0.013623757287859917, + -0.0386112742125988, -0.0018103806069120765, -0.005781393963843584, -0.012256347574293613, + -0.03153393790125847, -0.04488923400640488, -0.08893831819295883, 0.04541761428117752, + -0.017140215262770653, 0.002842061221599579, -0.01390878390520811, 0.012369293719530106, + 0.03498150780797005, -0.019986161962151527, 0.06586959958076477, 0.047615841031074524, + -0.08375085145235062, 0.03229963779449463, 0.0057423049584031105, -0.04685527831315994, + -0.03943517804145813, 0.018630240112543106, -0.046669162809848785, 0.014457710087299347, + -0.051856402307748795, -0.06001843139529228, -0.046381063759326935, 0.046148091554641724, + -0.010800997726619244, 0.0350695364177227, 0.03263436630368233, -0.06163977459073067, + 0.015026419423520565, 0.059355493634939194, 0.0017913073534145951, -0.06703953444957733, + -0.07388194650411606, -0.014671084471046925, -0.04346645623445511, 0.014543015509843826, + -0.06034765765070915, -0.010871123522520065, 0.009699642658233643, -0.08690991252660751, + -0.010672194883227348, -0.041655685752630234, 0.04034467414021492, 0.07426775246858597, + -0.05666641891002655, -0.0018854904919862747, 0.04001454636454582, 0.06011555716395378, + 0.002480026101693511, -0.018132777884602547, 0.027514221146702766, -0.000791676458902657, + 0.025657014921307564, 0.060401637107133865, -0.020835746079683304, 0.0011932041961699724, + -0.03506363928318024, 0.04445767402648926, -0.035055819898843765, 0.03422601893544197, + -0.05621033534407616, -0.04719426482915878, -0.02307196520268917, 0.035311270505189896, + 0.0026165596209466457, 0.05125190317630768, -0.07159777730703354, 0.006175885442644358, + 0.026989946141839027, 0.053899504244327545, 0.022783813998103142, 0.03833932802081108, + 0.061123382300138474, 0.05150828883051872, -0.039507776498794556, 0.07768099755048752, + -0.012155055068433285, -0.034674931317567825, 0.020269066095352173, 0.06836722046136856, + -0.01608728989958763, 0.04016480967402458, -0.04218276962637901, -0.013944189995527267, + 0.0664275661110878, -0.02306465618312359, 0.04592309519648552, -0.04407781735062599, + -0.1160527840256691, 0.012914740480482578, -0.048829082399606705, 0.00017944711726158857, + -0.04265834391117096, 0.05701768770813942, 0.035996213555336, -0.14671973884105682, 0.05525225028395653, + 0.044602010399103165, 0.07902133464813232, 0.004835096653550863, 0.05726189911365509, + -0.07017887383699417, 0.009276406839489937, -0.00673293462023139, -0.04108811914920807, + 0.04937536269426346, -0.017952673137187958, -0.013225906528532505, -0.05486816540360451, + -0.0083042336627841, 0.031129926443099976, -0.02426571026444435, 0.05782754719257355, + -0.053838931024074554, 0.044576067477464676, -0.004650040529668331, -0.028532080352306366, + -0.007566499058157206, -0.04397254437208176, -0.08070050179958344, 0.005120913963764906, + 0.0948401391506195, -0.05604301393032074, 0.026792045682668686, 0.008292260579764843, + -0.050716329365968704, -0.024427717551589012, 0.0588262714445591, 0.046988241374492645, + -0.06908361613750458, 0.05725454166531563, 0.07636841386556625, -0.012374047189950943, + -0.07238152623176575, -0.009748483076691628, 0.02779264748096466, -0.061897892504930496, + 0.03459319472312927, -0.05795452743768692, 0.054887838661670685, -0.01277229469269514, + 0.05089614540338516, -0.04357902705669403, -0.06834738701581955, -0.08233917504549026, + 0.030365940183401108, -0.04704156890511513, -0.03294796124100685, 0.017020495608448982, + 0.016216563060879707, 0.054768528789281845, -0.011403348296880722, -0.0871104970574379, + 0.025918802246451378, 0.052358221262693405, 0.07254156470298767, -0.059294357895851135, + -0.07923086732625961, -0.0677756741642952, -0.05826099216938019, 0.0775260478258133, + -0.08148690313100815, 0.041947897523641586, 0.0016137624625116587, -0.03709510341286659, + -0.09549186378717422, 0.07773898541927338, 0.009171131066977978 + ], + [ + 0.05146678909659386, 0.06906725466251373, -0.05472460761666298, 0.012280002236366272, + 0.026358826085925102, -0.020360371097922325, 0.03828420862555504, -0.027049951255321503, + -0.0006263016257435083, -0.056491419672966, -0.026069942861795425, 0.003302214900031686, + -0.03511247783899307, 0.09817515313625336, -0.026051755994558334, 0.002147781429812312, + 0.01173399668186903, -0.028468741104006767, 0.029726402834057808, 0.028067953884601593, + 0.04737984016537666, -0.028533652424812317, 0.012858657166361809, 0.056761812418699265, + -0.028198054060339928, 0.047386568039655685, -0.0836944580078125, -0.07933613657951355, + -0.06201856955885887, 0.07540123164653778, 0.036479074507951736, 0.0313880629837513, + -0.02067887969315052, -0.01999826915562153, 0.02856278605759144, -0.042865633964538574, + -0.020986132323741913, -0.026935428380966187, 0.004872824996709824, -0.0821574479341507, + -0.08080130070447922, -0.061888642609119415, 0.012390167452394962, 0.009453566744923592, + -0.08362633734941483, -0.05579961836338043, 0.044718530029058456, -0.007402306422591209, + 0.03632274642586708, -0.036329858005046844, 0.04391653835773468, -0.008469932712614536, + -0.07766981422901154, 0.016782699152827263, -0.01892908662557602, 0.01933627761900425, + 0.0443938672542572, 0.06729942560195923, 0.057816360145807266, -0.048281215131282806, + 0.04581436887383461, 0.04588499292731285, -0.019386837258934975, -0.03969136252999306, + 0.02278755232691765, 0.07807891815900803, -0.10796967148780823, 0.010634071193635464, + -0.010549774393439293, -0.06724432855844498, 0.032035376876592636, -0.01181479636579752, + -0.029291152954101562, -0.044526178389787674, -0.03421471640467644, 0.04448503255844116, + 0.039239075034856796, -0.009397427551448345, -0.010196847841143608, 0.04951461777091026, + -0.005673066712915897, 0.055027518421411514, 0.014066644944250584, -0.0015047744382172823, + 0.05332448333501816, 0.008613046258687973, -0.026770131662487984, 0.04280921071767807, + -0.002617661841213703, 0.02104632928967476, 0.022157082334160805, -0.02930738963186741, + -0.02369205839931965, -0.008218934759497643, -0.05046483129262924, 0.00944559182971716, + 0.042617958039045334, -0.01668860763311386, 0.005745603237301111, -0.035996440798044205, + -0.04159805551171303, -0.0060204798355698586, -0.003086525248363614, 0.02574160508811474, + -0.07278288900852203, 0.07658682763576508, 0.04655642807483673, 0.00575270364060998, + 0.06513255089521408, -0.06838137656450272, -0.01225427445024252, -0.02672920562326908, + 0.07035496830940247, 0.06278212368488312, 0.010691634379327297, 0.00620643887668848, + -0.038670796900987625, 0.03228721022605896, -0.03540411964058876, -0.0633719339966774, + -0.05570190027356148, -0.035132817924022675, 0.07826660573482513, 0.04615623131394386, + 0.05910991504788399, -0.0285943616181612, -0.039505355060100555, 0.016811519861221313, + -0.023729203268885612, -0.0413796529173851, -0.010747918859124184, -0.046079978346824646, + 0.033844828605651855, -0.012037028558552265, 0.10193329304456711, -0.007299427874386311, + 0.05283520743250847, 0.06111633777618408, -0.038666121661663055, -0.0013220284599810839, + -0.017057621851563454, -0.13429006934165955, 0.018651630729436874, 0.022568032145500183, + 0.04127512872219086, 0.031556542962789536, -0.08857028931379318, 0.007715858984738588, + -0.04996011406183243, 0.06081682816147804, -0.009571898728609085, 0.0643082931637764, + 0.022864170372486115, -0.10402705520391464, 0.07053017616271973, -0.04803909733891487, + 0.08190731704235077, 0.013348454609513283, -0.05180738493800163, 0.005080841947346926, + -0.026084305718541145, 0.07320475578308105, -0.0037496343720704317, 0.07262478768825531, + -0.007900271564722061, 0.013092851266264915, -0.06353484839200974, -0.021585216745734215, + -0.013350260443985462, 0.02724274806678295, 0.06734350323677063, 0.02088896557688713, + 0.011927030049264431, 0.02060174196958542, -0.02569887973368168, -0.07458190619945526, + 0.0019011293770745397, -0.06499093025922775, -0.05320816487073898, -0.014515913091599941, + 0.03087555430829525, 0.08014458417892456, 0.09176014363765717, -0.01729203388094902, + 0.0017277387669309974, 0.08703603595495224, -0.0458281971514225, -0.059302281588315964, + 0.0062586176209151745, 0.0281673613935709, -0.023667674511671066, -0.06858328729867935, + -0.009683806449174881, 0.02774392068386078, -0.008639451116323471, 0.0011519653489813209, + -0.016331255435943604, -0.03253718838095665, 0.04503926262259483, 0.05414828285574913, + 0.038936737924814224, 0.01948270946741104, 0.023802246898412704, -0.002679367084056139, + 0.04465525597333908, -0.09222018718719482, 0.027943985536694527, 6.412377842934802e-5, + 0.014383898116648197, -0.02236640825867653, 0.007624703925102949, -0.03121703304350376, + 0.02328799106180668, -0.013454473577439785, -0.09363505244255066, 0.06053357943892479, + 0.00018407613970339298, -0.05169167369604111, 0.06572876870632172, -0.03861631825566292, + 0.06163104623556137, -0.041046157479286194, -0.08509321510791779, 0.030338503420352936, + -0.057835470885038376, -0.031245915219187737, -0.050249215215444565, 0.002497865352779627, + 0.004685109946876764, -0.036127325147390366, 0.01396640669554472, 0.04222136363387108, + -0.0013681750278919935, 0.10108919441699982, -0.038056518882513046, 0.04019845277070999, + 0.013043742626905441, 0.0710553303360939, 0.034652210772037506, 0.025790758430957794, + -0.04279455170035362, 0.038443222641944885, 0.09029046446084976, -0.10928100347518921, + -0.0006021047011017799, 0.052068859338760376, 0.03378836438059807, 0.025405075401067734, + -0.05883236229419708, 0.03827425837516785, 0.042711492627859116, 0.039491236209869385, + -0.037926699966192245, -0.013122018426656723, 0.04587791487574577, 0.059469085186719894, + -0.08219858258962631, -0.06366553157567978, 0.057452064007520676, 0.031425345689058304, + 0.035860899835824966, -0.03231283649802208, 0.016546322032809258, 0.012070748955011368, + -0.09818846732378006, -0.008090833202004433, 0.02461431734263897, -0.037435248494148254, + -0.01043663825839758, -0.05549635738134384, 0.03763948380947113, 0.08104730397462845, + 0.059033993631601334, 0.014008525758981705, -0.06151305139064789, -0.002126282313838601, + -0.06450100988149643, -0.07936882972717285, -0.04982192441821098, -0.04386001452803612, + 0.07294820249080658, 0.06929861009120941, 0.07341857999563217, 0.019616898149251938, + -0.0017913785995915532, -0.04634104669094086, -0.020136002451181412, 0.04061392694711685, + 0.014892857521772385, 0.07330133765935898, 0.0022366682533174753, 0.10009689629077911, + -0.008113914169371128, -0.03206006437540054, 0.1258230209350586, -0.0276435948908329, + -0.005463097244501114, 0.014342188835144043, 0.007247768808156252, -0.047780562192201614, + 0.008990718051791191, -0.05153438076376915, 0.041538022458553314, -0.012338732369244099, + 0.03386741131544113, 0.048687614500522614, 0.06728457659482956, 0.0025901165790855885, + -0.0722988173365593, 0.002604709006845951, -0.05065044388175011, -0.058553118258714676, + -0.03423954173922539, -0.009493205696344376, 0.06362432986497879, -0.09165451675653458, + 0.031119314953684807, -0.03205287456512451, 0.021835152059793472, -0.015002056024968624, + 0.0651593878865242, 0.07134046405553818, -0.031668320298194885, -0.09607084840536118, + -0.026019010692834854, 0.015592170879244804, 0.01690267026424408, 0.10433182120323181, + -0.026520418003201485, -0.06414452940225601, 0.024804769083857536, -0.0008067588205449283, + -0.01322318334132433, -0.00044060120126232505, 0.010090152733027935, -0.048116106539964676, + 0.026313891634345055, 0.008542295545339584, -0.07595807313919067, 0.03973722085356712, + -0.029391329735517502, -0.048535171896219254, -0.025066809728741646, 0.1142897680401802, + -0.09355393797159195, -0.06476353853940964, 0.015821104869246483, 0.07337010651826859, + 0.0755062848329544, -0.014837698079645634, -0.047718849033117294, 0.06183017045259476, + -0.03375600278377533, 0.033610206097364426, -0.015960264950990677, -0.0199714545160532, + 0.01703130640089512, 0.002354507800191641, 0.006558333057910204, -0.027956757694482803, + -0.09470963478088379, -0.022639716044068336, -0.09864043444395065, 0.03429901972413063, + -0.00643626693636179, 0.1192680299282074, -0.032278645783662796, 0.027304109185934067, + -0.10846997052431107, 0.01568419672548771, -0.03252644091844559, 0.07462196052074432, + -0.061235979199409485, 0.08484645932912827, -0.035160016268491745, 0.048050690442323685, + 0.03367583081126213, -0.04875500872731209, 0.090513214468956, 0.04516110569238663, 0.04256201535463333, + 0.012638432905077934, 0.04090110585093498, -0.04553212597966194 + ], + [ + 0.021624170243740082, -0.04273071140050888, -0.12587718665599823, 0.030043747276067734, + 0.0418420284986496, 0.02507515251636505, 0.02293727733194828, -0.057523421943187714, + 0.015887826681137085, 0.026444222778081894, 0.008889362215995789, -0.046484772115945816, + 0.010936126112937927, -0.019693585112690926, -0.0062401145696640015, 0.03415295109152794, + -0.008792852982878685, 0.03127295523881912, -0.07560762763023376, 0.02976454608142376, + 0.037984900176525116, 0.0023920880630612373, -0.04396798461675644, 0.058077771216630936, + 0.0193500816822052, 0.06320835649967194, 0.03415990620851517, 0.05217079818248749, 0.022161375731229782, + 0.018599465489387512, 0.04000362008810043, -0.018217479810118675, 0.030376989394426346, + -0.060143645852804184, -0.051432982087135315, 0.02712070383131504, -0.06231006607413292, + -0.00753759266808629, -0.04383170232176781, -0.01732473261654377, -0.03529652580618858, + 0.022129829972982407, -0.04151038080453873, 0.052675582468509674, 0.05705084279179573, + 0.02896629460155964, -0.05308767035603523, -0.028186457231640816, 0.012584099546074867, + 0.009013109840452671, -0.06279394030570984, 0.010120243765413761, -0.05496365949511528, + 0.0339081697165966, -0.01184664387255907, -0.01845213770866394, -0.021410124376416206, + 0.028434304520487785, -0.05335015431046486, 0.05461033806204796, -0.06595531105995178, + 0.036959774792194366, -0.06768573820590973, 0.08564569801092148, -0.03885956108570099, + 0.03870479762554169, -0.07895160466432571, -0.037770893424749374, 0.051534123718738556, + 0.07492884993553162, -0.015186918899416924, 0.028729865327477455, 0.03378692641854286, + 0.020194049924612045, -0.0764242559671402, 0.05090220272541046, -0.0245436429977417, + 0.021296195685863495, 0.005496038589626551, -0.06482354551553726, 0.05516734719276428, + -0.011688313446938992, 0.020519327372312546, 0.07674933969974518, 0.08032746613025665, + -0.03440092131495476, 0.047146495431661606, 0.07050701230764389, 0.018627038225531578, + -0.005943517200648785, 0.04605792090296745, -0.035902801901102066, 0.03765450790524483, + -0.03798726573586464, 0.031042305752635002, 0.011247602291405201, 0.019619062542915344, + -0.042230647057294846, -0.05421548709273338, 0.06176295131444931, -0.007925630547106266, + -0.01570826582610607, -0.005021148361265659, -0.03130964934825897, 0.011110990308225155, + 0.011791710741817951, 0.08385708183050156, 0.05017876625061035, 0.033328477293252945, + -0.02292892336845398, -0.0665397047996521, 0.014631539583206177, -0.03874370455741882, + -0.021038081496953964, 0.01591016910970211, -0.048793744295835495, 0.0457841195166111, + 0.04681859910488129, -0.02478579431772232, 0.006129885092377663, -0.04160912707448006, + 0.029675662517547607, -0.004341518506407738, -0.0030129083897918463, 0.026751279830932617, + -0.06301560997962952, -0.045016903430223465, -0.02317570149898529, 0.05026906356215477, + 0.03505854308605194, 0.026138078421354294, 0.04364700987935066, -0.026862557977437973, + 0.106284499168396, -0.09263850003480911, -0.015658272430300713, -0.046440593898296356, + -0.052759744226932526, 0.05961132422089577, -0.08622128516435623, 0.048580046743154526, + -0.01886950246989727, -0.018421126529574394, 0.004320151172578335, 0.0030367658473551273, + 0.06138649210333824, 0.0208594873547554, -0.10319221019744873, 0.11393171548843384, + -0.010928253643214703, -0.03377328813076019, -0.02831478789448738, -0.007691984064877033, + 0.03430855646729469, 0.01949615590274334, -0.06978347152471542, 0.009947966784238815, + 0.023110195994377136, -0.011384086683392525, -0.037894073873758316, 0.024605339393019676, + -0.05955706164240837, 0.02590763382613659, 0.1006767600774765, 0.004935348406434059, + 0.03595985472202301, -0.03666052594780922, -0.03326873481273651, 0.009431233629584312, + -0.00040519118192605674, 0.00526285357773304, -0.01172247901558876, 0.12974123656749725, + -0.005073069129139185, -0.06385877728462219, -0.04521064832806587, 0.047115810215473175, + 0.014102675952017307, -0.0626363456249237, -0.0057051097974181175, -0.10592277348041534, + -0.014159908518195152, 0.008938580751419067, -0.07040821760892868, -0.04909814894199371, + -0.060761526226997375, 0.03327734395861626, 0.03835679963231087, 0.04918026179075241, + -0.026926951482892036, -0.06060486286878586, -0.08620337396860123, -0.06766244769096375, + 0.05010842904448509, -0.05934527516365051, -0.014426113106310368, 0.04173775762319565, + 0.012407367117702961, 0.03938831388950348, -0.02520299144089222, 0.016094524413347244, + 0.10830572992563248, -0.09779202193021774, 0.05078253522515297, -0.05589691549539566, + 0.01651729643344879, 0.0031196107156574726, -0.0315091572701931, 0.048344433307647705, + -0.007496475242078304, -0.08072652667760849, 0.08189279586076736, 0.08643558621406555, + 0.03643864393234253, 0.0943053811788559, 0.026646286249160767, 0.04594554007053375, + -0.034276917576789856, -0.028273440897464752, 0.05822161212563515, 0.014004251919686794, + -0.08147621154785156, -0.07391037046909332, 0.02964578941464424, -0.07243157178163528, + 0.04685177654027939, -0.02407534047961235, 0.007766264490783215, 0.001940330141223967, + 0.031192095950245857, 0.06806688010692596, -0.0194025170058012, 0.05549556389451027, + -0.03917627036571503, -0.0011549683986231685, -0.05854885280132294, 0.07470293343067169, + -0.0524875670671463, 0.03785399720072746, -0.016800813376903534, -0.02594306878745556, + -0.004061687737703323, -0.061670612543821335, 0.11442562937736511, -0.06566263735294342, + 0.10184548050165176, -0.03542935475707054, -0.007510638330131769, 0.07512511312961578, + 0.040562182664871216, -0.005924710538238287, 0.07874204963445663, 0.0018547107465565205, + -0.0164201557636261, -0.108333058655262, 0.05059432610869408, -0.0035980541724711657, + 0.018500490114092827, -0.02506144344806671, 0.005311173386871815, 0.11712069064378738, + -0.07916063070297241, -0.03177658095955849, 0.027776014059782028, 0.06364317983388901, + -0.012430532835423946, -0.09013517200946808, -0.01554692629724741, 0.031225495040416718, + -0.0319446362555027, -0.04804769530892372, -0.024978769943118095, 0.04538246989250183, + 0.01425999216735363, -0.043753188103437424, -0.06803636997938156, -0.03396465256810188, + -0.02755287103354931, -0.06530672311782837, -0.07849276065826416, -0.06009649112820625, + 0.006519898306578398, -0.04033287987112999, -0.03056958317756653, -0.03199195861816406, + 0.04479400813579559, 0.00859379954636097, 0.023934083059430122, 0.01956644095480442, + 0.014265925623476505, 0.016313545405864716, -0.02443571574985981, -0.04488004371523857, + -0.05971793085336685, -0.044504303485155106, 0.014508971944451332, 0.04009116441011429, + -0.07896155118942261, 0.09145039319992065, -0.05639670789241791, -0.002418410498648882, + -0.035660915076732635, 0.007234701421111822, 0.05453747510910034, 0.035896915942430496, + -0.01728321984410286, -0.0029347692616283894, -0.0039526172913610935, -0.015687240287661552, + -0.03149578720331192, -0.01910557597875595, -0.005400934722274542, 0.0024367866571992636, + 0.0028860720340162516, -0.08427590876817703, -0.02778555080294609, 0.009991226717829704, + 0.03606793284416199, 0.0731460377573967, 0.023719538003206253, -0.017578978091478348, + -0.023039428517222404, 0.0627506673336029, 0.01642145775258541, 0.04105452820658684, + 0.03306242451071739, -0.04039420560002327, -0.022271407768130302, -0.03995559737086296, + -0.040621932595968246, 0.049025192856788635, 0.0026115498039871454, -0.04474223405122757, + -0.024976888671517372, -0.06782746315002441, 0.005193208809942007, -0.022987958043813705, + -0.029781168326735497, 0.06466002762317657, -0.06155209243297577, 0.005815081764012575, + -0.060793329030275345, 0.05122040584683418, 0.03491329774260521, 0.026115618646144867, + 0.04644392430782318, -0.0746140405535698, -0.004563618917018175, -0.0007982511888258159, + -0.026233434677124023, 0.05381317809224129, -0.09549938887357712, -0.03182040527462959, + 0.01697475276887417, -0.01695951633155346, -0.02381843701004982, 0.008769333362579346, + 0.062101852148771286, 0.06904015690088272, 0.013476247899234295, -0.03733483701944351, + -0.016742317005991936, 0.03123018704354763, 0.006083631422370672, 0.026224123314023018, + -0.10429336875677109, -0.02300250716507435, -0.03035287745296955, -0.023987697437405586, + -0.03694164380431175, -0.009671315550804138, -0.03792155906558037, 0.034636031836271286, + 0.05673730745911598, 0.004252014681696892, -0.028944864869117737, -0.03361991420388222, + -0.019087916240096092, -0.06080889329314232, -0.06377127021551132, 0.04789867624640465, + 0.014272509142756462, -0.05255666747689247, 0.011400071904063225 + ], + [ + 0.03577211871743202, 0.002102574333548546, -0.04078807681798935, 0.06259489804506302, + 0.000418599636759609, -0.05371664837002754, -0.0348835289478302, 0.031187668442726135, + -0.021069226786494255, -0.04042242094874382, 0.0856466069817543, -0.02718707174062729, + 0.02662142924964428, -0.0017518065869808197, 0.06434966623783112, -0.034481458365917206, + 0.0014236494898796082, -0.02151118777692318, -0.0725596472620964, 0.05922485515475273, + -0.013968080282211304, -0.011323041282594204, -0.07211310416460037, -0.047952573746442795, + -0.011561660096049309, 0.045677732676267624, 0.03770436346530914, 0.06902029365301132, + -0.05901188403367996, -0.03946373239159584, 0.02378222532570362, 0.06146032363176346, + -0.02981710433959961, -0.02948865108191967, 0.012814264744520187, -0.006099703721702099, + 0.00657315831631422, 0.02541811391711235, 0.05240197107195854, 0.016972770914435387, + 0.04510027542710304, 0.017037341371178627, 0.0659923106431961, 0.034200623631477356, + -0.022817159071564674, 0.03423038497567177, -0.07644161581993103, 0.004345133434981108, + 0.04064204543828964, -0.00838590320199728, -0.060080815106630325, 0.07030902057886124, + -0.01409091241657734, 0.005648437887430191, -0.007422911003232002, 0.011205612681806087, + -0.04883454367518425, 0.004931632895022631, -0.007484126836061478, 0.05406542122364044, + 0.0002540785353630781, 0.0190062765032053, 0.06312517821788788, 0.03341367095708847, + 0.0005493163480423391, -0.04063679650425911, 0.004232856445014477, 2.9933089535916224e-6, + 0.02738424949347973, 0.04242260009050369, 0.02265164442360401, -0.007487664930522442, + -0.07337082177400589, 0.06121741235256195, -0.01471761055290699, -0.010364746674895287, + -0.05462343245744705, 0.0008154261158779263, 0.04791809991002083, -0.05084234103560448, + -0.007814792916178703, 0.0047667911276221275, -0.0031947370152920485, -0.06350585073232651, + 0.047739170491695404, 0.0037191894371062517, -0.05313347652554512, 0.003243835875764489, + -0.008098898455500603, -0.031091362237930298, 0.04648153856396675, -0.05428019538521767, + -0.031833846122026443, 0.01462516188621521, 0.043783996254205704, -0.011103966273367405, + 0.00021348742302507162, -0.052710261195898056, -0.06642591208219528, 0.07183214277029037, + -0.04903271421790123, -0.0944332554936409, -0.01178631279617548, -0.034332942217588425, + -0.007486321963369846, -0.059596605598926544, 0.025464113801717758, 0.017678862437605858, + 0.0067736017517745495, -0.02086707204580307, -0.03746066242456436, 0.06910428404808044, + -0.03524380549788475, 0.02621949464082718, 0.021625133231282234, -0.03211928904056549, + 0.07827980816364288, 0.06974700093269348, 0.007832694798707962, 0.06461896002292633, + 0.02597673237323761, 0.07525742799043655, -0.0032224240712821484, 0.0027180546894669533, + -0.06593061238527298, -0.042790405452251434, 0.05690163001418114, -0.037918075919151306, + 0.021037254482507706, -0.033557213842868805, -0.004733500070869923, 0.0511651337146759, + -5.2561270422302186e-5, 0.08326371014118195, -0.09334173053503036, 0.016658490523695946, + -0.03672664985060692, -0.0601411834359169, 0.03597746416926384, -0.058494992554187775, + 0.052422236651182175, 0.02558370865881443, 0.02190639078617096, 0.031958796083927155, + 0.0006524610798805952, -0.05134463310241699, 0.0030366098508238792, -0.10038084536790848, + 0.09955386072397232, 0.08502326160669327, -0.05742226913571358, -0.04987180605530739, + -0.04640323668718338, -0.016404729336500168, -0.027967553585767746, 0.002820657566189766, + -0.002430611290037632, 0.09570403397083282, -0.03417222946882248, -0.05933232232928276, + -0.03202163800597191, -0.036809347569942474, -0.0175242330878973, 0.02974139340221882, + -0.04849163442850113, 0.026458678767085075, -0.06811058521270752, 0.04097697511315346, + -0.05462225154042244, -0.020409658551216125, -0.04785113036632538, -0.006768843624740839, + 0.011529702693223953, -0.024495691061019897, 0.031802818179130554, 0.06121649220585823, + -0.043123189359903336, 0.05408114567399025, -0.012121719308197498, 0.0035798922181129456, + -0.045866820961236954, -0.040082886815071106, -0.04405884072184563, -0.08495168387889862, + -0.013883460313081741, -0.006574991159141064, -0.03604959324002266, -0.04772245138883591, + -0.03198679909110069, -0.056052230298519135, -0.0986480861902237, -0.00904051586985588, + -0.025052273645997047, -0.06013385206460953, -0.04113706201314926, -0.020973604172468185, + 0.0486958809196949, 0.06082925200462341, -0.017179841175675392, -0.0174547228962183, + -0.01640469580888748, 0.08701583743095398, -0.031265441328287125, 0.006789374630898237, + 0.03521084040403366, 0.05975901708006859, 0.016564644873142242, -0.04571833088994026, + 0.06642405688762665, -0.04231368750333786, -0.05058552697300911, 0.016596855595707893, + 0.02113533392548561, -0.014064243994653225, 0.06672770529985428, -0.0629461482167244, + 0.041133563965559006, 0.025767803192138672, 0.003147437935695052, 0.0088213961571455, + 0.09573549777269363, -0.07658784836530685, 0.003230626229196787, 0.04490800201892853, + -0.016701826825737953, 0.08985964953899384, -0.0013056035386398435, 0.04455660656094551, + -0.03539171442389488, 0.030180802568793297, -0.026873867958784103, -0.012160205282270908, + 0.01530079822987318, 0.013447031378746033, 0.03960816189646721, -0.07720691710710526, + -0.011771987192332745, -0.06872398406267166, 0.10104238986968994, 0.015588270500302315, + -0.020676584914326668, -0.037525344640016556, -0.014291543513536453, -0.013222004286944866, + 4.3725558498408645e-5, 0.0039008401799947023, -0.023221712559461594, 0.037681590765714645, + 0.005797280929982662, -0.011911911889910698, 0.040411971509456635, 0.026573477312922478, + -0.02714814990758896, -0.016499746590852737, 0.06366357207298279, 0.06654884666204453, + 0.030837761238217354, -0.014994952827692032, 0.005745252128690481, -0.013649536296725273, + -0.041816987097263336, -0.06103597208857536, -0.01970955915749073, 0.034978050738573074, + 0.036831509321928024, 0.030285147950053215, -0.013839665800333023, -0.039655495434999466, + -0.010683667846024036, -0.02359379641711712, -0.049186352640390396, -0.13628077507019043, + 0.04150911793112755, -0.03489141911268234, -0.06826462596654892, -0.04826262965798378, + 0.014835827052593231, -0.0008575941901654005, 0.03363118693232536, -0.08155621588230133, + -0.04497028887271881, -0.06041190028190613, 0.048105351626873016, 0.0045005204156041145, + -0.055801670998334885, 0.012541203759610653, -0.01708589680492878, 0.02267778292298317, + 0.05916352570056915, -0.05444468557834625, -0.05691549554467201, 0.005630372557789087, + 0.04153266176581383, 0.0065879966132342815, 0.009619035758078098, 0.006127032916992903, + -0.039131637662649155, -0.013876523822546005, 0.06844951957464218, -0.05513633042573929, + 0.010968956165015697, 0.04564728960394859, 0.022460121661424637, -0.0222017802298069, + 0.03147237002849579, 0.050375811755657196, -0.04266491159796715, 0.05893906205892563, + -0.022879449650645256, -0.0448906347155571, 0.017411217093467712, 0.003345286473631859, + 0.007783858105540276, 0.018148917704820633, 0.027980264276266098, -0.012707815505564213, + 0.055688850581645966, -0.017201101407408714, 0.012374646961688995, -0.039692144840955734, + 0.021165931597352028, -0.055169668048620224, 0.06000049412250519, 0.11723583936691284, + 0.05735089257359505, 0.027649467810988426, 0.018489962443709373, -0.09007874876260757, + 0.001088618766516447, 0.029508890584111214, 0.06722467392683029, 0.026691680774092674, + -0.028049811720848083, -0.030894191935658455, 0.006333884317427874, 0.08064249157905579, + 0.00022263606660999358, -0.052038613706827164, 0.0225853119045496, -0.03451427072286606, + 0.02958802692592144, -0.009661988355219364, 0.018068958073854446, 0.00360224605537951, + 0.0017748710233718157, 0.07711021602153778, -0.04570402950048447, -0.032976288348436356, + -0.03751886636018753, -0.012834431603550911, 0.0359312929213047, -0.05274605005979538, + -0.05648225173354149, 0.01762290485203266, -0.028399329632520676, 0.03914205729961395, + -0.022375717759132385, 0.0019537685438990593, -0.06001841649413109, 0.020651211962103844, + 0.04594270512461662, 0.011739511974155903, 0.043214887380599976, -0.04779330641031265, + 0.05610067397356033, -0.06397594511508942, 0.00789712741971016, -0.018459200859069824, + -0.01794970966875553, -0.010280430316925049, -0.04818369075655937, -0.011266372166574001, + 0.07449579983949661, -0.06206439062952995, -0.00403525959700346, -0.003222215920686722, + -0.011082987301051617, -0.020734118297696114, -0.12099683284759521, 0.008183431811630726, + 0.030329370871186256, 0.016176428645849228, -0.015204181894659996, 0.049072422087192535 + ], + [ + -0.008035475388169289, 0.00032675956026650965, -0.015746863558888435, -0.013457034714519978, + 0.026636295020580292, -0.01792972907423973, -0.050966061651706696, 0.011543706990778446, + -0.01079494133591652, -0.02324756048619747, 0.003058911068364978, -0.02658570557832718, + 0.07270839065313339, -0.056171104311943054, 0.0468575619161129, 0.06409536302089691, + 0.05539308860898018, -0.043950874358415604, -0.07147715985774994, 0.009243924170732498, + -0.0024236319586634636, -0.0362107940018177, -0.057242169976234436, 0.01687650941312313, + -0.023796752095222473, -0.012326853349804878, 0.007278003729879856, 0.02193307876586914, + 0.015180572867393494, 0.031236471608281136, -0.037781476974487305, -0.015834612771868706, + 0.0021747725550085306, -0.0024204994551837444, -0.0020268268417567015, -0.0002139478747267276, + -0.005991150625050068, 4.69043297925964e-5, 0.018677987158298492, -0.0006297577638179064, + -0.0007367377984337509, -0.06442774832248688, 0.04712451994419098, 0.027822619304060936, + 0.05897849425673485, 0.07725974917411804, -0.09366552531719208, 0.024523770436644554, + 0.0731414258480072, 0.04490566998720169, 0.006967757362872362, -0.03227360546588898, + 0.016904199495911598, -0.011653836816549301, 0.025820380076766014, 0.004912016913294792, + -0.0604521818459034, -0.0029950072057545185, 0.0009896708652377129, 0.0536310151219368, + 0.02007117122411728, 0.03268575668334961, 0.034591760486364365, 0.02757786028087139, + 0.039475951343774796, 0.004670277237892151, -0.07132565230131149, -0.012383506633341312, + 0.012163764797151089, 0.01440932136029005, -0.0734066441655159, 0.028675701469182968, + -0.06526809185743332, 0.08786293864250183, -0.0072684939950704575, 0.01897316798567772, + -0.04278246685862541, -0.034228187054395676, 0.0159214548766613, -0.02409208007156849, + -0.061010271310806274, 0.0012072911486029625, -0.001817331649363041, 0.008173251524567604, + 0.03865151107311249, 0.004222198389470577, -0.014243901707231998, -0.015857214108109474, + 0.06345643848180771, 0.04564272612333298, -0.005066435784101486, -0.0034220649395138025, + 0.016524003818631172, 0.04521623253822327, 0.04099500551819801, -0.01865464076399803, + 0.042387355118989944, -0.007050434127449989, -0.10124912858009338, 0.08450552076101303, + 0.020522847771644592, -0.018455851823091507, 0.07216780632734299, -0.0477546751499176, + -0.0027321551460772753, -0.02152431197464466, 0.05095599219202995, -0.02126905880868435, + -0.017738252878189087, -0.039472486823797226, -0.0487767793238163, 0.09775696694850922, + 0.002072187140583992, -0.022322844713926315, 0.03216085210442543, -0.02431490831077099, + 0.014132880605757236, 0.05656583234667778, -0.045967523008584976, 0.023972779512405396, + 0.02520161122083664, 0.017553778365254402, -0.03444382920861244, -0.023480763658881187, + -0.08090443909168243, -0.025303471833467484, -0.0024939398281276226, 0.02310330979526043, + 0.04719097912311554, -0.04154869541525841, 0.06076103076338768, 0.04059118404984474, + -0.054571907967329025, 0.05801871791481972, -0.013780715875327587, 0.0593312606215477, + -0.05902329087257385, -0.060419607907533646, 0.037434712052345276, -0.10480523854494095, + 0.008904172107577324, 0.1029227003455162, -0.04464209824800491, -0.027889005839824677, + -0.029805641621351242, -0.05055897682905197, 0.048099517822265625, -0.04822944849729538, + 0.11705784499645233, -0.018134556710720062, -0.026876213029026985, -0.008106808178126812, + -0.02091236412525177, -0.0007328720530495048, 0.014656453393399715, 0.06060240417718887, + -0.016385504975914955, 0.018078727647662163, -0.028752105310559273, -0.021629158407449722, + 0.034233517944812775, 0.003809550544247031, 0.01990807056427002, 0.020871104672551155, + -0.08893194794654846, 0.03908905014395714, 0.012104214169085026, -0.0047696493566036224, + -0.019478019326925278, -0.0418672189116478, -0.016900161281228065, -0.021166056394577026, + 0.017276505008339882, 0.004621660802513361, -0.038547858595848083, -0.007979059591889381, + -0.011532602831721306, -0.028131185099482536, 0.016967177391052246, -0.014123240485787392, + -0.07093283534049988, -0.0019980818033218384, -0.054428864270448685, -0.07895389199256897, + -0.027445074170827866, -0.02342565730214119, -0.010237847454845905, 0.05904828757047653, + 0.013250540941953659, 0.021795442327857018, -0.044998157769441605, -0.06081567704677582, + -0.0382186695933342, -0.04058564081788063, -0.08051778376102448, 0.025316867977380753, + 0.07245957851409912, 0.0414239801466465, -0.013632928021252155, 0.06199732422828674, + 0.053196266293525696, 0.015116788446903229, -0.04010114073753357, 0.0064164106734097, + 0.07369532436132431, 0.07710914313793182, 0.07109270244836807, -0.04318220540881157, + 0.019741425290703773, -0.05049243941903114, -0.013378317467868328, 0.01279644388705492, + 0.03373054787516594, 0.006688255816698074, 0.09089750796556473, -0.03818225488066673, + 6.358180689858273e-5, 0.07010706514120102, -0.009462421759963036, -0.01513041090220213, + 0.054556332528591156, -0.06438764929771423, -0.04590652883052826, 0.013358073309063911, + 0.04393254965543747, 0.0794469341635704, -0.05204851180315018, -0.02242511510848999, + 0.04746122658252716, -0.037987638264894485, -0.022605881094932556, 0.04020525515079498, + 0.08746220171451569, -0.036508433520793915, 0.03846484050154686, 0.027246808633208275, + 0.04402485862374306, -0.04377386346459389, 0.02456500753760338, -0.051826152950525284, + 0.011104708537459373, -0.0281513724476099, 0.002236281055957079, 0.02928975410759449, + -0.051986657083034515, -0.003945700358599424, 0.04792750999331474, 0.019182713702321053, + 0.022951794788241386, -0.06315937638282776, 0.051833175122737885, 0.057918719947338104, + 0.03801000118255615, 0.03176652267575264, -0.01648513600230217, -0.023439250886440277, + -0.03101031482219696, 0.053834035992622375, 0.011133486405014992, -0.05731036886572838, + -0.02297397144138813, -0.010501761920750141, -0.013832205906510353, -0.03999147191643715, + 0.003746755886822939, 0.029450446367263794, -0.08097127825021744, 0.019108498468995094, + -0.040768060833215714, -0.014283270575106144, -0.009833810850977898, -0.02834213525056839, + 0.032374221831560135, -0.06042927876114845, -0.03178999200463295, -0.06850342452526093, + 0.029723191633820534, 0.05627549812197685, 0.036574672907590866, -0.09771119058132172, + -0.030640264973044395, -0.00917693879455328, 0.03156524896621704, 0.047941356897354126, + -0.03819573298096657, 0.03695451840758324, -0.0005219033337198198, 0.029015574604272842, + 0.01723429746925831, -0.01041318103671074, 0.0117527786642313, 0.029628345742821693, + 0.03936334326863289, 0.026026714593172073, 0.018363364040851593, -0.06947910040616989, + 0.02236836776137352, 0.00682420376688242, 0.020559558644890785, -0.0657065212726593, + -0.02845773845911026, -0.02790597267448902, 0.0917603000998497, 0.015487242490053177, + 0.04785361886024475, 0.017718587070703506, -0.05532548576593399, 0.0073798540979623795, + 0.020570805296301842, -0.024417756125330925, 0.05854470655322075, 0.04036520794034004, + 0.0670078843832016, -0.005142372567206621, 0.054290201514959335, -0.03336047753691673, + 0.031677424907684326, 0.07301806658506393, 0.032823555171489716, -0.037762757390737534, + 0.025848090648651123, -0.008506455458700657, 0.027388641610741615, 0.04552812501788139, + 0.011579700745642185, 0.011200993321835995, 0.04315684735774994, -0.05940408632159233, + 0.05173379182815552, -0.0052675725892186165, 0.056757472455501556, -0.029907189309597015, + 0.004357185214757919, -0.014563788659870625, 0.03156396001577377, 0.03892641142010689, + -0.0070952726528048515, -0.057897601276636124, 0.014804002828896046, -0.002979391487315297, + -0.06929629296064377, -0.004457846283912659, 0.0667881965637207, 0.011021578684449196, + 0.030391875654459, 0.07338026165962219, -0.01252706814557314, 0.08482448756694794, -0.02440710924565792, + 0.041929882019758224, -0.032080404460430145, -0.026749340817332268, 0.000501253001857549, + 0.03579464554786682, -0.046840064227581024, 0.03387871012091637, -0.0090758902952075, + -0.008989166468381882, -0.019088223576545715, 0.036841124296188354, 8.923665882321075e-5, + 0.04419705644249916, -0.028556805104017258, -0.02202061377465725, 0.02457854337990284, + -0.08895929902791977, -0.09847717732191086, -0.02685253880918026, -0.012793056666851044, + -0.01906820759177208, -0.008127706125378609, -0.07766968011856079, 0.017759522423148155, + 0.0329061821103096, -0.008961424231529236, -0.02815137803554535, -0.05126924812793732, + 0.006528259254992008, -0.08519022911787033, 0.02939694933593273, -0.01163765974342823, + 0.0008776835747994483, -0.05810639262199402, -0.026398440822958946 + ], + [ + 0.058816537261009216, 0.045202430337667465, 0.053936928510665894, -0.04562445357441902, + -0.07939949631690979, -0.01798885501921177, 0.05850600451231003, -0.0064340378157794476, + 0.027330603450536728, -0.04564456269145012, -0.01950400322675705, 0.04440276697278023, + -0.019080298021435738, 0.012986280955374241, 0.04151593893766403, -0.05800064653158188, + 0.01647903025150299, 0.03031770884990692, 0.059706833213567734, 0.0015700547955930233, + -0.003572345245629549, 0.021048253402113914, 0.005064384080469608, -0.0217747800052166, + 0.0022166918497532606, 0.005979333538562059, -0.032750967890024185, -0.07414676249027252, + 0.011559431441128254, 0.042730528861284256, -0.018022509291768074, 0.0015273813623934984, + -0.02534927800297737, -0.034958336502313614, -0.08813487738370895, 0.007954140193760395, + -0.04716816544532776, -0.008234345354139805, 0.0267755426466465, -0.09268052875995636, + -0.03839888796210289, 0.04326862841844559, -0.014735778793692589, -0.020975762978196144, + -0.031015275046229362, -0.04187910258769989, 0.07532917708158493, 0.11225505918264389, + -0.08536143600940704, -0.029985690489411354, 0.014310096390545368, -0.011286628432571888, + -0.06227387487888336, 0.012307066470384598, 0.028970174491405487, -0.026654591783881187, + -0.008154044859111309, 0.011616029776632786, 0.06179803982377052, 0.026511050760746002, + 0.011928548105061054, -0.01760142482817173, 0.003149996744468808, 0.055619001388549805, + -0.048927389085292816, 0.02802789956331253, 0.06326370686292648, 0.08545925468206406, + -0.009355613961815834, 0.019123433157801628, 0.002069074660539627, -0.04233663156628609, + 0.003200158243998885, -0.0897112488746643, 0.06518161296844482, -0.008208781480789185, + -0.03877245634794235, -0.009382403455674648, -0.07285270094871521, 0.042744945734739304, + -0.0017165017779916525, 0.02213376946747303, 0.04973219707608223, 0.025681106373667717, + 0.027463123202323914, 0.07355765998363495, -0.018500300124287605, 0.006721846759319305, + -0.026135647669434547, -0.05186085030436516, -0.05668361857533455, 0.023142782971262932, + 0.004169379360973835, 0.024600032716989517, -0.032680951058864594, 0.02817625179886818, + -0.05211804062128067, -0.055580586194992065, 0.009421971626579762, 0.010886839590966702, + 0.003250379115343094, 0.07586733251810074, -0.03189318627119064, -0.09620001912117004, + 0.03055224008858204, 0.04273664578795433, 0.027781059965491295, -0.028410779312253, + -0.05181674659252167, 0.008425531908869743, 0.018412377685308456, -0.02075958251953125, + -0.013682860881090164, -0.038942836225032806, 0.06650982052087784, 0.017688661813735962, + -0.027246160432696342, -0.014766157604753971, -0.0065025342628359795, -0.05096552148461342, + 0.03653398156166077, -0.023289285600185394, 0.08960922062397003, 0.001169485505670309, + 0.06358837336301804, 0.024479687213897705, -0.01931493729352951, 0.015916338190436363, + -0.000546004215721041, -0.010684428736567497, -0.08809112757444382, 0.04225644841790199, + 0.015156270936131477, 0.03158670291304588, 0.11037666350603104, 0.04330051690340042, + 0.10289157927036285, 0.019814064726233482, 0.10916803777217865, 0.04988487809896469, + -0.04525088146328926, -0.070403553545475, -0.05612592026591301, 0.002903921529650688, + -0.030437491834163666, 0.0675724670290947, 0.007667647209018469, 0.014275197871029377, + 0.010157824493944645, -0.10738855600357056, 0.06577781587839127, -0.01228682417422533, + 0.07260506600141525, -0.06067098677158356, -0.011990141123533249, -0.006830873899161816, + 0.0409289225935936, -0.08974361419677734, 0.04272066056728363, 0.03832084685564041, + -3.644064054242335e-5, -0.0009295374038629234, 0.0610789880156517, 0.009903703816235065, + 0.018538257107138634, 0.01568279229104519, 0.008205857127904892, 0.03887181356549263, + -0.02163134515285492, 0.04112374782562256, 0.04495437443256378, -0.011445283889770508, + 0.04102000594139099, -0.007391937077045441, -0.05372671037912369, -0.043542541563510895, + -0.04549034684896469, -0.005015166942030191, 0.027559727430343628, 0.0027850870974361897, + 0.03695691004395485, -0.00029858379275538027, 0.020861336961388588, 0.017916645854711533, + -0.01124414149671793, -0.020506534725427628, -0.04543805867433548, -0.045751895755529404, + -0.004669765941798687, -0.0023754360154271126, -0.03341925889253616, 0.09285005927085876, + 0.09565334767103195, 0.04262685030698776, 0.016192970797419548, -0.007074565161019564, + -0.08682629466056824, -0.05010157823562622, -0.03335074707865715, 0.04692837595939636, + -0.06022293120622635, -0.008791197091341019, -0.021736178547143936, -0.028549471870064735, + -0.06789631396532059, -0.04519324377179146, -0.007298782002180815, -0.054175566881895065, + -0.06127646937966347, 0.03770504146814346, 0.013785009272396564, 0.02206050418317318, + -0.07470955699682236, -0.02695520967245102, -0.013291767798364162, 0.029450412839651108, + 0.021685170009732246, -0.0893276110291481, -0.026772813871502876, 0.03357689455151558, + -0.06877025216817856, -0.03915365785360336, 0.008196819573640823, 0.02895497903227806, + 0.02164735458791256, -0.0297482218593359, 0.02235940285027027, 0.04104621708393097, + -0.03250820189714432, -0.04576333984732628, 0.014813444577157497, 0.03638705983757973, + -0.011536573059856892, -0.019670376554131508, -0.10319417715072632, 0.06599356979131699, + -0.014605351723730564, 0.011105651035904884, -0.08920148015022278, 0.04425756633281708, + 0.058264609426259995, 0.057058900594711304, 0.04962460324168205, -0.020080242305994034, + 0.0014411499723792076, -0.04069998115301132, -0.06594738364219666, -0.03583119809627533, + -0.05854342505335808, 0.04241566359996796, -0.05261111259460449, -0.06676474213600159, + -0.02229231782257557, 0.0029712417162954807, -0.05099919065833092, 0.0652334988117218, + 0.017981695011258125, -0.057454898953437805, -0.026531925424933434, 0.03378375247120857, + 0.061412859708070755, 0.06336422264575958, 0.011739939451217651, 0.031162042170763016, + 0.02882692962884903, -0.0582750178873539, 0.04674217477440834, 0.046291325241327286, + 0.04578986391425133, 0.024733537808060646, 0.03494097664952278, 0.024018224328756332, + 0.05937723442912102, 0.10433954000473022, 0.013011055067181587, 0.009939792566001415, + -0.00676767760887742, -0.08822239190340042, -0.03797658532857895, 0.11936005204916, + 0.009073779918253422, -0.03451569750905037, 0.02600974217057228, -0.00026049555162899196, + 0.01924997568130493, -0.036396563053131104, 0.009623412974178791, 0.035932451486587524, + -0.004227290861308575, 0.027589403092861176, -0.0646483525633812, 0.020502358675003052, + 0.005023439414799213, 0.11773152649402618, -0.05372258275747299, 0.055458925664424896, + 0.06325269490480423, -0.05354313179850578, -0.028367124497890472, -0.036369070410728455, + -0.0016876073786988854, -0.09248615801334381, -0.013301512226462364, -0.019943417981266975, + -0.012520311400294304, 0.028209736570715904, 0.03884102776646614, 0.004059516359120607, + 0.016677122563123703, 0.06379012018442154, -0.041403137147426605, -0.05300441384315491, + -0.07470550388097763, 0.017441987991333008, 0.04718979075551033, -0.04941502958536148, + -0.005950470920652151, -0.052086055278778076, 0.055197812616825104, 0.013234314508736134, + -0.055951811373233795, -0.02100278064608574, -0.07262271642684937, 0.003895026398822665, + 0.044963378459215164, 0.06052784621715546, -0.046566907316446304, 0.021551530808210373, + 0.07148870080709457, 0.024202438071370125, -0.054252851754426956, 0.0456203930079937, + 0.016474392265081406, 0.0627957135438919, -0.027699410915374756, -0.08153818547725677, + 0.0071784015744924545, -0.034340739250183105, -0.025697503238916397, -0.04786050692200661, + -0.004438426811248064, -0.01573537476360798, -0.03331586718559265, -0.06687228381633759, + -0.014778798446059227, -0.040635477751493454, 0.056997865438461304, -0.026724690571427345, + -0.005460349842905998, 0.05288879945874214, -0.06949625164270401, 0.06738796830177307, + -0.01638857088983059, 0.08084577322006226, -0.08127828687429428, -0.020196648314595222, + 0.00577168446034193, -0.03000723011791706, 0.04607188701629639, -0.053907185792922974, + -0.04099072143435478, -0.028422707691788673, -0.0015412537613883615, -0.03057323768734932, + 0.05060042813420296, 0.05186517536640167, 0.037588998675346375, 0.0764734074473381, 0.00896487571299076, + -0.03758895769715309, 0.002054235665127635, 0.010279054753482342, -0.023397058248519897, + 0.027318328619003296, -0.015510237775743008, 0.003589246654883027, 0.0640595331788063, + -0.0019594409968703985, 0.06127126142382622, 0.09118026494979858, -0.044084712862968445, + 0.0510103814303875, -0.010141873732209206, 0.007127758581191301 + ], + [ + 0.006327156908810139, 0.022860774770379066, -0.036534056067466736, -0.0327034629881382, + -0.08203313499689102, -0.05240875855088234, -0.030951427295804024, -0.07200703024864197, + -0.006315018981695175, 0.049709614366292953, -0.07066529989242554, 0.04656711965799332, + 0.03769686073064804, 0.07889683544635773, -0.026110602542757988, -0.02089492231607437, + 0.011966421268880367, -0.013959258794784546, -0.0006989376852288842, -0.05108907073736191, + -0.027670029550790787, 0.04965803399682045, -0.011753535829484463, 0.018485557287931442, + 0.07645111531019211, -0.0047422186471521854, -0.03661537542939186, -0.04529973864555359, + 0.0031543418299406767, -0.013005471788346767, -0.0808241069316864, -0.07241306453943253, + -0.07788670063018799, -0.016059357672929764, -0.06903873383998871, 0.011872372590005398, + 0.024245331063866615, -0.009224846959114075, 0.004208892583847046, 0.011970610357820988, + -0.01728452369570732, 0.03853974863886833, 0.001640393864363432, 0.011103479191660881, + -0.02301114611327648, 0.025315260514616966, -0.03231644630432129, -0.011241755448281765, + -0.01563652791082859, -0.0019847017247229815, 0.0197994913905859, -0.050492316484451294, + 0.0019516091560944915, -0.007998140528798103, 0.04555070027709007, 0.03837733715772629, + -0.0065137543715536594, 0.035366240888834, 0.06702888011932373, 0.0032683201134204865, + 0.06223423406481743, 0.010931599885225296, -0.013341478072106838, 0.02026926539838314, + 0.05020857974886894, -0.011913134716451168, -0.02636859193444252, 0.05843030661344528, + -0.017256470397114754, -0.025653209537267685, 0.01042074803262949, 0.051255468279123306, + 0.10959208011627197, -0.006173056084662676, 0.03470191732048988, -0.010084318928420544, + 0.09065024554729462, -0.021995514631271362, -0.008413171395659447, 0.05875418707728386, + 0.02038014493882656, 0.00016730616334825754, -0.026878943666815758, 0.04627951607108116, + -0.050630081444978714, 0.05738676339387894, 0.030672641471028328, 0.009604102931916714, + 0.010831302031874657, 0.016614317893981934, -0.04480665177106857, -0.0019003433408215642, + -0.04944230616092682, 0.06650041788816452, -0.036383554339408875, 0.024923712015151978, + -0.021076194941997528, 0.047889307141304016, 0.021205874159932137, 0.002490360988304019, + -0.008328335359692574, -0.01217555906623602, 0.008458475582301617, 0.008580761030316353, + 0.049166444689035416, 0.032575540244579315, -0.045512616634368896, 0.03437143564224243, + 0.008463539183139801, -0.02929711528122425, 0.05349588766694069, -0.06913768500089645, + 0.08577820658683777, 0.010446620173752308, -0.0019338431302458048, -0.01592169515788555, + -0.03017573058605194, -0.033023301512002945, 0.015587548725306988, -0.011169075965881348, + -0.023353952914476395, -0.027206581085920334, 0.027000751346349716, -0.01614377275109291, + -0.04759303480386734, 0.029754668474197388, -0.018932951614260674, -0.03667675703763962, + -0.011991096660494804, 0.02342296950519085, -0.018317392095923424, -0.03358710929751396, + -0.006595737300813198, 0.002503955038264394, 0.11114528030157089, -0.07871173322200775, + 0.091682568192482, 0.030025016516447067, -0.040316708385944366, 0.002927359426394105, + -0.0850997045636177, -0.040288135409355164, 0.03801387920975685, -0.002216897439211607, + -0.055440858006477356, 0.0214057806879282, -0.06042322888970375, -0.02482941374182701, + 0.005782896187156439, -0.04013192281126976, 0.06371340900659561, -0.008123346604406834, + 0.053654491901397705, -0.05575385317206383, 0.01115007046610117, -0.050937727093696594, + -0.0022999835200607777, -0.008326173759996891, 0.042350202798843384, 0.008719940669834614, + 0.02246602438390255, -0.007313137874007225, -0.02354402467608452, -0.034561220556497574, + 0.007517848163843155, -0.05243898555636406, 0.001271607237868011, 0.00519733177497983, + 0.05878628417849541, -0.019202273339033127, -0.06455826014280319, -0.03822413459420204, + -0.033647794276475906, 0.01792271062731743, 0.014996733516454697, -0.030896317213773727, + 0.00617767171934247, -0.013285618275403976, 0.03466485068202019, -0.06814337521791458, + -0.011160691268742085, -0.004338516388088465, 0.01399021316319704, 0.012670661322772503, + 0.040383681654930115, -0.01051126979291439, 0.0015349243767559528, -0.031218310818076134, + -0.030408790335059166, 0.027737759053707123, 0.017705895006656647, 0.03613131493330002, + 0.07653111219406128, 0.08002302795648575, -0.01307507511228323, -0.004535689949989319, + -0.026565516367554665, -0.0540488176047802, 0.05351780727505684, -0.05778970196843147, + 0.004002158995717764, -0.06356015056371689, 0.007812908850610256, -0.09286559373140335, + -0.08501677215099335, -0.08707794547080994, -0.028219565749168396, -0.026607101783156395, + -0.02128939889371395, 0.07665854692459106, 0.0049588498659431934, 0.006492235232144594, + -0.0649116113781929, -0.012508939951658249, -0.020141519606113434, -0.004801574163138866, + -0.07160312682390213, -0.05910356715321541, 0.041386883705854416, 0.027935326099395752, + 0.017972057685256004, 0.019701076671481133, -0.05385615676641464, 0.03276447206735611, + 0.06320986896753311, -0.06757906824350357, 0.05660868063569069, 0.09360457956790924, + -0.0378103032708168, -0.011992348358035088, 0.022714214399456978, 0.02743121050298214, + -0.013653453439474106, 0.021816056221723557, -0.04461431875824928, 0.04217944294214249, + -0.039961718022823334, 0.041309669613838196, -0.01752590201795101, 0.06432731449604034, + 0.051279645413160324, 0.0009503712062723935, 0.028942804783582687, -0.0020918757654726505, + 0.01935296319425106, -0.030540410429239273, 0.015024988912045956, -0.05751562491059303, + -0.05154555290937424, 0.0004977567004971206, -0.08155263215303421, 0.006075155455619097, + 0.04447738453745842, 0.07543431967496872, 0.021321387961506844, -0.04470023885369301, + 0.019945399835705757, -0.00020178074191790074, 0.053115349262952805, 0.010535109788179398, + -0.004322692286223173, 0.09122233837842941, 0.07267888635396957, 0.05242634564638138, -0.06802948564291, + -0.0515998937189579, 0.07342691719532013, 0.05280325561761856, 0.06708790361881256, 0.04603254795074463, + 0.07844896614551544, 0.03556860610842705, -0.03204537555575371, 0.05707114562392235, + 0.02824450470507145, -0.024815568700432777, 0.05029444396495819, -0.0393424928188324, + -0.006729936692863703, 0.05035802349448204, 0.05923495441675186, 0.0852307379245758, + -0.0318882055580616, 0.003653709776699543, -0.012603525072336197, -0.04753850772976875, + -0.02688645012676716, 0.05180643871426582, 0.039342574775218964, 0.09199874103069305, + -0.041555847972631454, 0.022320155054330826, -0.051180172711610794, -0.033340394496917725, + 0.04657600075006485, 0.07983774691820145, -0.02663644589483738, 0.05298708751797676, + -0.015721052885055542, -0.0023050722666084766, -0.024006735533475876, -0.04308313503861427, + -0.05588173866271973, -0.07400596886873245, -0.07854964584112167, 0.03651592135429382, + -0.02247050777077675, -0.032578255981206894, 0.006635796744376421, 0.02295396290719509, + 0.03478819504380226, -0.118843674659729, -0.03785358741879463, -0.08209452778100967, + -0.00230988347902894, 0.04377634450793266, 0.015266158618032932, -0.0701543465256691, + -0.03929822891950607, 0.016657846048474312, -0.05714614316821098, 0.019784610718488693, + -0.0535702221095562, -0.0853750929236412, 0.0133023951202631, -0.022771533578634262, + -0.02154104970395565, 0.043862808495759964, 0.04256809130311012, -0.017952200025320053, + 0.030092069879174232, -0.015909800305962563, 0.030669335275888443, -0.0420670285820961, + -0.01599953882396221, -0.03404540196061134, 0.013488950207829475, -0.016299648210406303, + 0.039545878767967224, 0.020130716264247894, -0.02344530262053013, -0.00717502785846591, + 0.04925106093287468, 0.030331019312143326, -0.057145994156599045, 0.004648697562515736, + 0.05612014979124069, 0.02216479741036892, 0.06967443227767944, -0.028028160333633423, + 0.005591004155576229, 0.04108382761478424, -0.05012553557753563, 0.05906679108738899, + -0.043336812406778336, -0.004542263224720955, -0.017763745039701462, -0.004968275781720877, + 0.007971378974616528, -0.020035237073898315, 0.021658308804035187, -0.007233727723360062, + -0.07621702551841736, 0.053115759044885635, 0.019420750439167023, 0.04950861260294914, + 0.07243652641773224, 0.05300558730959892, -0.03612777590751648, 0.052662596106529236, + -0.019638672471046448, 0.08081091195344925, 0.002083569997921586, 0.005630386993288994, + -0.00463908864185214, -0.017574472352862358, 0.061291880905628204, -0.012974086217582226, + 0.010209203697741032, 0.04347192123532295, -0.013254271820187569, -0.01701146923005581, + 0.03332331404089928, 0.006106315180659294 + ], + [ + 0.025131789967417717, 0.02936158888041973, -0.06468331068754196, -0.12358566373586655, + 0.016576575115323067, 0.03682266175746918, -0.027982627972960472, -0.013941042125225067, + -0.07375236600637436, 0.0010468518594279885, -0.07571385055780411, -0.052335046231746674, + -0.024248527362942696, -0.048861466348171234, -0.03811999410390854, -0.06432875245809555, + -0.02535909041762352, -0.03589090332388878, -0.01146741770207882, -0.045040473341941833, + 0.01866929419338703, -0.05116737633943558, -0.009641292504966259, 0.05825032293796539, + 0.038092371076345444, -0.01745709218084812, 0.019832970574498177, 0.009342333301901817, + -0.1024564579129219, 0.081941157579422, -0.030930295586586, 0.000702056335285306, 0.007943429984152317, + -0.03431406989693642, -0.05362347885966301, 0.013686217367649078, 0.03467131033539772, + -0.06701116263866425, -0.009638517163693905, -0.003564506536349654, 0.0008828678401187062, + 0.025807971134781837, 0.008477777242660522, -0.04956532642245293, 0.017867743968963623, + -0.02197481133043766, 0.005432157777249813, 0.07703442126512527, 0.03326229006052017, + 0.0464400090277195, -0.004099752753973007, -0.07800690829753876, -0.0299836453050375, + -0.015620452351868153, 0.013528509065508842, 0.014777304604649544, 0.05496440455317497, + -0.02452930435538292, 0.03867772966623306, 0.03107002004981041, -0.004645867273211479, + 0.0590384267270565, 0.012587263248860836, 0.04941388964653015, -0.06309394538402557, + 0.028117526322603226, 0.02651890739798546, 0.07963158190250397, -0.03421100974082947, + -0.040342189371585846, -0.03158470243215561, 0.014090852811932564, 0.04789639636874199, + -0.02901701256632805, -0.014492529444396496, 0.06257666647434235, 0.0783432126045227, + -0.0810413509607315, -0.010087387636303902, -0.008622708730399609, -0.01589900441467762, + -0.001801555510610342, 0.051181383430957794, 0.0481199249625206, -0.01659972406923771, + -0.014143272303044796, 0.06728284806013107, -0.04029875248670578, 0.02523689530789852, + -0.043397609144449234, 0.024824876338243484, -0.03938433527946472, -0.005698882043361664, + 0.023575518280267715, -0.08166105300188065, -0.014529909007251263, 0.06585873663425446, + 0.027076663449406624, 0.00819358229637146, 0.07355674356222153, -0.059019625186920166, + -0.025218825787305832, 0.12248382717370987, 0.048461999744176865, 0.00040955087752081454, + 0.09699207544326782, 0.006197331473231316, 0.029544875025749207, 0.06342089921236038, + -0.10439116507768631, -0.036661576479673386, -0.005327783524990082, 0.015112931840121746, + -0.009184975177049637, 0.035745780915021896, 0.003093808889389038, 0.06621140241622925, + -0.018048960715532303, 0.06731929630041122, 0.027544956654310226, 0.04342265427112579, + -0.003923255950212479, -0.054099954664707184, 0.04366646334528923, -0.014904413372278214, + -0.005099564790725708, -0.024037223309278488, 0.014462071470916271, 0.11122273653745651, + 0.018214525654911995, -0.004445033147931099, 0.004969404544681311, 0.023123828694224358, + -0.03212375193834305, -0.011163629591464996, -0.01755904033780098, 0.0002966912870761007, + 0.10272655636072159, 0.007630187086760998, -0.02005699835717678, -0.014778786338865757, + -0.06717144697904587, -0.0593365877866745, 0.0011925268918275833, 0.03321244195103645, + 0.05630801245570183, 0.011251724325120449, 0.07288853824138641, -0.04436397925019264, + -0.0181259922683239, 0.0958065614104271, -0.003796858247369528, 0.02821248024702072, + 0.017147602513432503, -0.016875704750418663, -0.05712877959012985, 0.0407576709985733, + 0.026759067550301552, 0.04114511236548424, 0.001989670330658555, 0.030409222468733788, + -0.006477939896285534, -0.017528792843222618, 0.02736477181315422, -0.010780391283333302, + -0.07111876457929611, -0.07871357351541519, -0.08291340619325638, 0.028854336589574814, + 0.014312408864498138, 0.04285276308655739, 0.08942384272813797, 0.0015771365724503994, + -0.08579087257385254, 0.06749632954597473, 0.04329442232847214, 0.018933119252324104, + -0.01384013146162033, 0.028250666335225105, -0.03789518401026726, -0.05027803033590317, + 0.027597108855843544, -0.04434452950954437, -0.04009516164660454, 0.010642587207257748, + 0.02959507331252098, -0.051958393305540085, -0.009239137172698975, -0.003479151288047433, + -0.06563321501016617, 0.024466997012495995, -0.043609194457530975, 0.0349002443253994, + -0.00396397989243269, 0.015973128378391266, -0.04767182841897011, -0.018122408539056778, + -0.1061205193400383, 0.06209683418273926, 0.009057455696165562, 0.054643888026475906, + -0.06924337893724442, 0.01972915045917034, 0.07864789664745331, 0.02271532267332077, + -0.06977078318595886, -0.01980186253786087, -0.052726466208696365, -0.060268476605415344, + 0.01388215459883213, -0.03882460296154022, 0.04167872294783592, -0.04184667393565178, + -0.038807548582553864, -0.056925877928733826, -0.02761993370950222, 0.03306037187576294, + -0.04769561067223549, -0.043423257768154144, -0.007061545737087727, 0.10703816264867783, + -0.0013975219335407019, 0.0116991326212883, 0.03182537108659744, 0.05541037395596504, + -0.10511251538991928, -0.012173455208539963, 0.029799334704875946, 0.023147359490394592, + -0.014251554384827614, 0.031176090240478516, 0.027178773656487465, -0.022857265546917915, + 0.06593330949544907, -0.06067858636379242, -0.00961330533027649, 0.0702284723520279, + 0.055041104555130005, 0.06762534379959106, 0.03228031098842621, 0.07622883468866348, + 0.053754642605781555, 0.004595813807100058, -0.07443106174468994, -0.025194799527525902, + 0.029319941997528076, 0.018083810806274414, 0.11730852723121643, 0.02797025814652443, + 0.05792077258229256, 0.002564561553299427, -0.0031831739470362663, 0.030715979635715485, + 0.006994441617280245, -0.10690611600875854, 0.04199874773621559, -0.05345027521252632, + -0.028411831706762314, 0.01074548251926899, 0.08503486961126328, -0.04300724342465401, + -0.018991174176335335, -0.004890788346529007, 0.05351343750953674, 0.025852151215076447, + -0.09094308316707611, 0.08183841407299042, -0.002199597656726837, 0.03411989286541939, + 0.0952472984790802, -0.007608224172145128, 0.06840796023607254, 0.016804900020360947, + -0.03859483078122139, 0.057769499719142914, -0.034961000084877014, -0.016148649156093597, + 0.00524565065279603, -0.006849371362477541, -0.030813787132501602, -0.017489630728960037, + -0.015413128770887852, -0.005078071728348732, 0.026747364550828934, -0.005077893380075693, + 0.02313852310180664, 0.011287735775113106, 0.010350435972213745, 0.06571140140295029, + 0.08937214314937592, 0.04447788745164871, 0.004254951141774654, -0.026033105328679085, + -0.08241893351078033, 0.026194652542471886, 0.05497759208083153, -0.0348004475235939, + 0.06753050535917282, -0.05073310807347298, -0.03379323333501816, 0.04660752788186073, + -0.006774590350687504, 0.03586640581488609, -0.03724753484129906, -0.011991588398814201, + 0.050537630915641785, -0.011416604742407799, 0.013740498572587967, 0.002546928822994232, + -0.034418992698192596, 0.06294691562652588, -0.012475596740841866, 0.025752175599336624, + -0.02914600633084774, -0.02136762998998165, 0.046958278864622116, 0.031845759600400925, + 0.06675472110509872, 0.038843028247356415, 0.028695298358798027, 0.014972567558288574, + 0.028823526576161385, -0.013779842294752598, -0.07045372575521469, -0.07420168817043304, + -0.049914974719285965, -0.08982140570878983, 0.020955754444003105, 0.08596581965684891, + 0.04710516706109047, -0.03140881285071373, 0.0831332728266716, -0.02894853614270687, + -0.07080424576997757, -0.05434301495552063, -0.02880605310201645, -0.023432590067386627, + -0.023695655167102814, -0.03484087437391281, 0.011777663603425026, -0.04716983810067177, + -0.0588596872985363, -0.02495829574763775, 0.016074584797024727, -0.05499870702624321, + -0.07752861827611923, 0.15694108605384827, 0.10259836912155151, 0.022998744621872902, + -0.01335989311337471, -0.028563762083649635, 0.022223787382245064, 0.009602178819477558, + 0.01844058185815811, -0.003972135949879885, 0.008489198982715607, -0.06856726109981537, + -0.0021772643085569143, -0.059376608580350876, 0.008366182446479797, -0.010829366743564606, + 0.06764883548021317, -0.12655089795589447, 0.012621564790606499, 0.041049111634492874, + 0.08739601075649261, -0.01992126926779747, 0.008079318329691887, -0.059474535286426544, + 0.01047924067825079, -0.025786736980080605, 0.08203200995922089, -0.02116383984684944, + 0.05568831413984299, 0.009392296895384789, 0.020064827054739, 0.0653507336974144, -0.027112115174531937, + 0.08976055681705475, 0.03783971071243286, 0.05957551300525665, 0.04506463184952736, + -0.02791842259466648, -0.016347821801900864 + ], + [ + -0.00029737825389020145, 0.02136104740202427, 0.07223106175661087, -0.0531594455242157, + -0.014889221638441086, 0.0022873436100780964, -0.018311234191060066, -0.062469661235809326, + -0.029386719688773155, 0.0002641835017129779, 0.007032936904579401, -0.017508557066321373, + -0.023484686389565468, 0.04717167466878891, -0.011430025100708008, 0.028981709852814674, + -0.00419599050655961, 0.058121923357248306, 0.00799050834029913, 0.014769750647246838, + -0.005346531048417091, -0.05114706978201866, 0.023061756044626236, -0.04240374267101288, + 0.02103285677731037, -0.04674723744392395, 0.00800536759197712, -0.05959829315543175, + 0.020400187000632286, -0.06912790983915329, -0.08802546560764313, 0.01685343310236931, + -0.11179454624652863, 0.03085637278854847, 0.03011547215282917, -0.004320252686738968, + 0.0010667673777788877, -0.07466618716716766, -0.04374215006828308, 0.001442598644644022, + -0.030337171629071236, -0.012664636597037315, -0.033201027661561966, -0.0343487486243248, + -0.014537853188812733, -0.00019256389350630343, 0.08272729814052582, 0.04457678273320198, + 0.0347684882581234, -0.02428499422967434, 0.046242471784353256, 0.04934186860918999, + -0.028772033751010895, 0.0003960992908105254, 0.0236863661557436, 0.012624983675777912, + 0.0014430051669478416, 0.038900747895240784, 0.0027044813614338636, -0.039889585226774216, + -0.009017212316393852, 0.01260342262685299, -0.0028978593181818724, 0.06257152557373047, + 0.011063631623983383, 0.03332463651895523, 0.06068270653486252, 0.09028077870607376, + 0.02256767824292183, -0.004677711054682732, 0.025227578356862068, -0.01089833676815033, + 0.07576064020395279, -0.023951968178153038, 0.044678810983896255, 0.08235467970371246, + 0.09824933856725693, -0.0661955177783966, -0.016309695318341255, 0.1011752113699913, -0.016910370439291, + 0.03396334871649742, 0.051667023450136185, 0.029742736369371414, 0.008792650885879993, + 0.037406228482723236, 0.04028858616948128, 0.01844855397939682, 0.038328565657138824, + 0.033782146871089935, 0.03984721377491951, -0.01551783550530672, -0.015576383098959923, + 0.056152667850255966, -0.0382973849773407, 0.00218744738958776, 0.015878651291131973, + 0.0652896910905838, 0.04795623943209648, 0.06074218079447746, -0.05002657324075699, + 0.008302886970341206, 0.007756452076137066, -0.05096597969532013, 0.06422771513462067, + 0.017728528007864952, -0.007122967857867479, -0.02779052034020424, -0.010581115260720253, + -0.028532063588500023, 0.10339976102113724, 0.009998129680752754, -0.0031709095928817987, + 0.026301944628357887, -0.02342706173658371, -0.015781262889504433, -0.060977477580308914, + -0.038299866020679474, 0.00024351512547582388, -0.013179391622543335, 0.029177958145737648, + -0.029634667560458183, 0.0013714405940845609, 0.017714112997055054, 0.007257582154124975, + 0.053383853286504745, -0.04488281533122063, 0.01383882388472557, -0.0015447629848495126, + -0.0129470806568861, -0.02495061792433262, 0.015143915079534054, 0.028286654502153397, + -0.07531004399061203, 0.06807265430688858, -0.061705488711595535, 0.09417182952165604, + 0.013356873765587807, -0.004858751315623522, -0.04990831017494202, -0.03745739161968231, + -0.02729114703834057, 0.0005711407284252346, -0.015347029082477093, -0.017683813348412514, + -0.013248714618384838, -0.048273298889398575, 0.01533359196037054, -0.07852698862552643, + -0.06019430235028267, -0.043241631239652634, -0.009270118549466133, 0.07472168654203415, + -0.024346187710762024, 0.012574874795973301, -0.057343561202287674, 0.0030683763325214386, + 0.029777979478240013, 0.04596586897969246, 0.0032235262915492058, -0.04439248517155647, + 0.05160998925566673, -0.03969904035329819, -0.05070004612207413, -0.012975635938346386, + -0.05477992445230484, 0.014829141087830067, -0.0634908601641655, -0.026705976575613022, + 0.04971272870898247, -0.01745319552719593, 0.00725123006850481, 0.01695147715508938, + 0.009468341246247292, 0.018909676000475883, 0.0025905389338731766, -0.0074136205948889256, + 0.011756212450563908, 0.02817435748875141, -0.06508761644363403, 0.03376143425703049, + -0.009419982321560383, -0.007688037119805813, 0.008769234642386436, 0.019805699586868286, + 0.025614770129323006, -0.017100540921092033, 0.00644826702773571, -0.0508098229765892, + 0.06921587139368057, 0.01900734193623066, 0.0016827831277623773, 0.05337720364332199, + 0.02458605356514454, 0.03773810714483261, -0.024038653820753098, 0.021287614479660988, + -0.07041584700345993, -0.003718384075909853, -0.013635288923978806, 0.008639287203550339, + -0.05495283007621765, -0.036726951599121094, -0.09875085949897766, 0.007808177266269922, + -2.1077032215544023e-5, -0.03069649450480938, -0.05899125710129738, -0.07389870285987854, + 0.044365979731082916, 0.008664319291710854, 0.015395766124129295, -0.022268084809184074, + 0.015489915385842323, -0.0004381561011541635, -0.009557591751217842, 0.0201675184071064, + -0.0969872996211052, -0.07766809314489365, 0.035039059817790985, 0.003271072870120406, + -0.017179198563098907, -0.04160559922456741, -0.05057081952691078, 0.03223524987697601, + -0.08250968903303146, 0.04952741041779518, 0.10891987383365631, -0.05170884728431702, + 0.007645855192095041, 0.006837845779955387, 0.005183279514312744, 0.009098085574805737, + 0.05138241872191429, 0.00019465747755020857, 0.020420806482434273, -0.026872271671891212, + 0.02831270359456539, 0.008413062430918217, 0.038542404770851135, -0.011131840758025646, + 0.04624373838305473, 0.06130262091755867, 0.018261156976222992, -0.04754270240664482, + -0.019834114238619804, 0.03034517914056778, -0.011094476096332073, -0.024667751044034958, + -0.010630670003592968, 0.0007611779728904366, 0.03862157091498375, -0.005542219616472721, + -0.0001583934063091874, -0.003085767850279808, -0.021558035165071487, -0.006885285954922438, + 0.0006404708838090301, 0.045773595571517944, 0.01978103630244732, -0.061496980488300323, + 0.048032574355602264, 0.026131076738238335, -0.039197567850351334, -0.04443473741412163, + -0.059366047382354736, 0.12176735699176788, 0.039700355380773544, -0.021522188559174538, + 0.07409316301345825, 0.05235367268323898, 0.09106997400522232, -0.017574165016412735, + -0.012102877721190453, -0.007504608482122421, 0.1066664457321167, 0.02629103697836399, + -0.03673494607210159, -0.05080626532435417, 0.031193483620882034, -0.005142107140272856, + 0.03736686334013939, -0.05026723071932793, -0.06685972213745117, 0.013316377066075802, + -0.00720066437497735, -0.0070022596046328545, 0.019497616216540337, 0.048056941479444504, + 0.014753147959709167, 0.00786679144948721, 0.058748748153448105, -0.0022313997615128756, + -0.04923545569181442, 0.025693247094750404, 0.08210690319538116, -0.01676556095480919, + -0.034549564123153687, -0.01942679099738598, 0.04284697026014328, -0.029804786667227745, + -0.02956104278564453, -0.029533561319112778, 0.0009238108759745955, -0.022480184212327003, + -0.05530422180891037, -0.0017065220745280385, -0.03817649930715561, 0.0002967621257994324, + 0.0040425886400043964, -0.023288439959287643, -0.10622920095920563, 0.05586525797843933, + -0.04812167212367058, 0.031772054731845856, 0.019617196172475815, 0.023557152599096298, + -0.047696638852357864, 0.0032006970141083, 0.021383384242653847, 0.0036628199741244316, + -0.02359091490507126, -0.007677607703953981, -0.0432465523481369, 0.015449520200490952, + -0.03131365031003952, 0.025465304031968117, 0.06430210918188095, 0.021881980821490288, + -0.03241854906082153, 0.06444355845451355, 0.06734240055084229, 0.055532511323690414, + 0.011637327261269093, 0.016528084874153137, -0.03762137517333031, 0.02667059749364853, + -0.00575335044413805, -0.10403730720281601, 0.0525640994310379, -0.02348267287015915, + -0.026918446645140648, -0.030440162867307663, 0.028286896646022797, -0.032034896314144135, + -0.09162993729114532, 0.06612087786197662, -0.009963836520910263, 0.09823735803365707, + 0.031748536974191666, -0.06289567798376083, 0.026287110522389412, -0.03174266964197159, + -0.02239365503191948, 0.0153792854398489, 0.03513258695602417, 0.06120547279715538, -0.046145249158144, + -0.0062989890575408936, -0.05262599140405655, -0.07349622994661331, 0.06161995604634285, + -0.05761400982737541, 0.001005134079605341, -0.04534657299518585, 0.06015113741159439, + 0.04708743467926979, 0.0682310089468956, 0.038798194378614426, -0.02988608367741108, + -0.02051933854818344, 0.02558177337050438, -0.08863793313503265, 0.005851686466485262, + 0.008781016804277897, -0.0421799011528492, 0.07694824039936066, -0.03337957337498665, + -0.0029532380867749453, 0.06174060329794884, -0.009345383383333683, -0.039059486240148544, + 0.011696173809468746, 0.017574716359376907 + ], + [ + 0.024740183725953102, 0.026973681524395943, -0.04216106981039047, -0.030872568488121033, + -0.026422269642353058, 0.014297006651759148, -0.0140231316909194, 0.020565638318657875, + -0.03427192568778992, 0.02209162898361683, -0.0037346803583204746, 0.027778467163443565, + -0.07430538535118103, 0.11449102312326431, 0.04616348445415497, 0.02876937761902809, + -0.03657274320721626, 0.0037907841615378857, 0.008733812719583511, -0.09550895541906357, + 0.08161747455596924, 0.04829985648393631, 0.0750296413898468, 0.05817165970802307, + -0.0054537891410291195, -0.06544938683509827, 0.007767288479954004, 0.06632843613624573, + 0.020276911556720734, 0.010328262113034725, -0.034739211201667786, 0.022803286090493202, + -0.04318273440003395, -0.02161996066570282, -0.026114419102668762, 0.10501664876937866, + -0.02930791676044464, 0.030867014080286026, 0.010725618340075016, 0.007967142388224602, + -0.06440192461013794, -0.04408754035830498, -0.06097588688135147, -0.028970984742045403, + -0.01947341114282608, -0.026557356119155884, 0.004614873789250851, 0.014667939394712448, + -0.038074806332588196, -0.009975447319447994, -0.015536033548414707, -0.0933825671672821, + -0.0764734297990799, 0.022539982572197914, 0.07803744077682495, -0.05432287976145744, + 0.004536982625722885, 0.010554056614637375, 0.010072953067719936, -0.031705595552921295, + 0.02505148947238922, -0.016087520867586136, -0.12180542200803757, 0.0748889371752739, + -0.04840950667858124, 0.026486024260520935, 0.09039807319641113, 0.06763839721679688, + -0.006494238507002592, -0.05317457392811775, -0.05522947013378143, -0.017296822741627693, + -0.06690796464681625, -0.035501629114151, 0.00656480249017477, 0.026143446564674377, + -0.009887836873531342, -0.03165602311491966, 0.05014161020517349, -0.03791982680559158, + -0.038968347012996674, -0.05116654559969902, 0.008748404681682587, -0.015858571976423264, + -0.018706217408180237, 0.028312576934695244, 0.007485074456781149, 0.024833600968122482, + -0.009347924962639809, 0.0330018512904644, -0.09407040476799011, -0.015485502779483795, + 0.013268571346998215, -0.0012099327286705375, -0.0014519519172608852, 0.043250132352113724, + -0.07186415791511536, -0.0204189233481884, 0.02746940217912197, -0.01599360816180706, + -0.02045280486345291, 0.027218176051974297, -0.02140970341861248, -0.02961954101920128, + -0.05165788531303406, 0.043565534055233, 0.03262599557638168, 0.0023776208981871605, + -0.009806089103221893, 0.003102758200839162, 0.015040307305753231, 0.011143091134727001, + -0.03277995064854622, -0.05622446909546852, 0.08093779534101486, 0.005062752868980169, + -0.01799842156469822, -0.057936254888772964, 0.02120034024119377, -0.04568678140640259, + -0.002715096343308687, -0.01490188017487526, -0.0012862319126725197, -0.0412881076335907, + 0.05489537864923477, 0.05724400281906128, -0.04090551286935806, -0.03254737704992294, + 0.027740031480789185, 0.025542810559272766, -0.0030604233033955097, 0.02139100432395935, + 0.06857218593358994, 0.0563860647380352, 0.05008896067738533, -0.002384160878136754, + 0.08785509318113327, 0.041760120540857315, 0.019642939791083336, -0.001762027502991259, + 0.03181017190217972, -0.0592222735285759, -0.027523333206772804, -0.013701094314455986, + 0.000521737732924521, 0.08516138792037964, -0.07683125138282776, 0.0535736121237278, + -0.07746376097202301, -0.053381938487291336, 0.029508957639336586, 0.013730446808040142, + 0.050219591706991196, -0.016931219026446342, -0.05860818177461624, -0.026627615094184875, + 0.05432667210698128, -0.02403854951262474, 0.029908811673521996, 0.019243082031607628, + -0.06900519877672195, 0.008684956468641758, 0.07369459420442581, -0.02902429737150669, + -0.02107946388423443, -0.02919594943523407, 0.003954656887799501, 0.05842389538884163, + 0.05152804031968117, -0.028779426589608192, 0.012072806246578693, -0.026147011667490005, + 0.06215241551399231, -0.07623568922281265, -0.011658119037747383, -0.025175102055072784, + -0.0009850359056144953, -0.022757956758141518, -0.019142048433423042, 0.019814176484942436, + 0.038230475038290024, 0.018262462690472603, 0.009174806997179985, 0.00019537728803697973, + 0.030901340767741203, -0.005348382517695427, -0.005251842085272074, -0.009751238860189915, + -0.010508292354643345, 0.009704161435365677, -0.04802911356091499, 0.011582886800169945, + 0.00992815475910902, -0.04522271826863289, 0.04485632851719856, 0.02917737141251564, + 0.02209172584116459, -0.03225315734744072, -0.019670115783810616, -0.04359704256057739, + -0.04496174305677414, -0.013928154483437538, -0.056459203362464905, -0.08932076394557953, + -0.028028389438986778, -0.10686448216438293, -0.05853867158293724, 0.04745608940720558, + -0.059601884335279465, 0.07187490910291672, -0.028552159667015076, 0.006724080536514521, + -0.07383608818054199, 0.00028579364879988134, -0.03005862608551979, 0.04708462208509445, + 0.03524724766612053, -0.016466030851006508, -0.08430920541286469, -0.017228003591299057, + 0.005894075147807598, -0.002458577509969473, 0.05505863577127457, 0.00542930793017149, + 0.06576291471719742, -0.024808086454868317, 0.0014932577032595873, 0.02977430447936058, + 0.001469648559577763, 0.032678987830877304, 0.048559144139289856, 0.028534458950161934, + -0.0417008139193058, -0.08863914757966995, -0.010456522926688194, -0.0449652336537838, + -0.036718446761369705, 0.05535493791103363, -0.07795163989067078, 0.03938037529587746, + -0.020209748297929764, -0.037028320133686066, 0.03374134376645088, 0.012723658233880997, + -0.00915722269564867, -0.016443120315670967, -0.00715992646291852, 0.03101511299610138, + 0.06071217730641365, 0.02765536494553089, -0.00595485046505928, -0.05922918766736984, + 0.06602859497070312, 0.050265584141016006, -0.058650050312280655, 0.03543794900178909, 0.0747065320611, + 0.0034363213926553726, 0.07739139348268509, 0.07481836527585983, 0.01570143736898899, + 0.015408082865178585, -0.04292959347367287, 0.07480336725711823, 0.02087537571787834, + 0.0013395521091297269, -0.025191308930516243, 0.053340937942266464, -0.020840294659137726, + 0.04726869612932205, -0.0807771384716034, 0.014157532714307308, 0.025296414270997047, + 0.025590037927031517, 0.0009816514793783426, -0.08880648016929626, -0.0844130739569664, + -0.04714006558060646, 0.01078841369599104, 0.04504530504345894, -0.015809569507837296, + -0.008605814538896084, -0.06653069704771042, -0.0418664924800396, 0.06414704769849777, + -0.008336312137544155, 0.007232728414237499, 0.0378447026014328, 0.05972357094287872, + -0.012136847712099552, 0.03451181948184967, 0.0701015368103981, -0.06162777915596962, + -0.023806395009160042, -0.07756927609443665, 0.025749042630195618, 0.03146294131875038, + -0.062248073518276215, -0.05505559593439102, -0.053536709398031235, -0.029349930584430695, + 0.002395790070295334, -0.01577354222536087, 0.025936376303434372, 0.0644414871931076, + 0.045186903327703476, -0.0022330654319375753, 0.020932799205183983, 0.03174714744091034, + 0.014075180515646935, 0.02939026616513729, -0.07081713527441025, -0.10249421000480652, + -0.010885863564908504, 0.011267110705375671, -0.03672361373901367, -0.039095740765333176, + 0.004881839733570814, -0.006000110879540443, 0.014020244590938091, -0.03698311746120453, + 0.05307360365986824, -0.0018804227001965046, -0.06993161886930466, 0.021042579784989357, + 0.0564262717962265, -0.050950776785612106, 0.04896458983421326, 0.05792742967605591, + -0.028012601658701897, -0.02512395940721035, 0.038783371448516846, 0.020358344539999962, + 0.04001288488507271, -0.007188091985881329, -0.07029251009225845, -0.04282526671886444, + 0.078994520008564, 0.007257557008415461, -0.03272058814764023, 0.040058404207229614, + -0.0609135627746582, -0.04199424758553505, -0.08780569583177567, -0.009492461569607258, + -0.007678701542317867, -0.020488401874899864, 0.020986799150705338, 0.10328813642263412, + -0.04032709449529648, -0.012208223342895508, 0.03148222714662552, -0.015646543353796005, + 0.020697463303804398, -0.07194313406944275, -0.052236564457416534, 0.0053807999938726425, + -0.014093213714659214, 0.06084374710917473, -0.06326933950185776, -0.007525855675339699, + 0.09415911138057709, -0.05345796421170235, 0.0051983860321342945, 0.03438384458422661, + 0.08443491905927658, -0.04313456267118454, 0.03392307087779045, -0.054118815809488297, + -0.06082015484571457, -0.05825049430131912, 0.02182489074766636, -0.05417745187878609, + -0.005495077930390835, -0.05374296009540558, 0.006110831163823605, 0.02382248267531395, + 0.042231831699609756, 0.06672776490449905, -0.0018509450601413846, 0.013162702322006226, + 0.06103532016277313, 0.028095783665776253, -0.07332203537225723 + ], + [ + -0.020757634192705154, 0.03417636826634407, 0.0020006373524665833, -0.007911594584584236, + -0.008666077628731728, 0.019229929894208908, -0.00946806836873293, 0.0012433419469743967, + 0.06221761181950569, -0.019790710881352425, 0.04343179985880852, 0.024024220183491707, + -0.023017549887299538, 0.02544313296675682, -0.04702416807413101, 0.05169541388750076, + 0.003265163628384471, -0.004753710236400366, -0.0027971360832452774, -0.02648467943072319, + 0.050722286105155945, 0.012140322476625443, -0.02356947585940361, -0.010735628195106983, + -0.018800007179379463, 0.0279600378125906, -0.05862614884972572, -0.06388631463050842, + 0.05298000946640968, 0.04210877791047096, 0.06492004543542862, -0.046123310923576355, + 0.007435129024088383, 0.030201351270079613, 0.007560575846582651, 0.03443248197436333, + -0.025407051667571068, -0.054040126502513885, -0.026297729462385178, -0.05511248856782913, + -0.018217794597148895, -0.01532735675573349, 0.00681932782754302, -0.00577901117503643, + -0.009412067010998726, -0.04591185972094536, 0.09875323623418808, 0.0789768248796463, + -0.03701110929250717, -0.01831662282347679, 0.060171451419591904, -0.0488688163459301, + -0.057712581008672714, 0.010591002181172371, -0.03585311397910118, -0.024640919640660286, + -0.0244520902633667, 0.03375229984521866, 0.003049527993425727, -0.021604295819997787, + -0.03287190571427345, -0.05599576234817505, -0.030586672946810722, -0.006419067271053791, + -0.061552993953228, -0.00017335417214781046, 0.00912778452038765, -0.007919013500213623, + -0.009109455160796642, 0.06333035230636597, -0.010136747732758522, -0.06144491210579872, + 0.04689204692840576, -0.03280918672680855, -0.022852789610624313, 0.03784000501036644, + 0.08353912085294724, -0.04427456110715866, 0.0044098482467234135, 0.05777264013886452, + 0.056760117411613464, -0.0417497344315052, -0.01934141106903553, 0.00584828294813633, + -0.06333635747432709, 0.016277752816677094, 0.07197631895542145, -0.06629066169261932, + -0.038186922669410706, -0.009598692879080772, -0.0060981097631156445, -0.05594906955957413, + 0.032293692231178284, 0.03725289925932884, 0.0007756897248327732, 0.0683656632900238, + -0.08766523748636246, -0.031657300889492035, 0.05237870290875435, -0.023532258346676826, + 0.06761383265256882, 0.012573775835335255, -0.02312495931982994, 0.058376818895339966, + 0.003308646148070693, -0.041876938194036484, 0.015721770003437996, 0.001592199900187552, + -0.02799517661333084, 0.018267663195729256, 0.1233108714222908, -0.0678931176662445, + -0.0039629521779716015, 0.048942841589450836, -0.014022835530340672, 0.012656403705477715, + -0.030209561809897423, -0.04856056347489357, -0.03963816910982132, -0.02368689514696598, + 0.002700404031202197, -0.002048372756689787, 0.004544039256870747, 0.04061581566929817, + -0.00482279434800148, -0.042383212596178055, 0.0026851827278733253, 0.03656985983252525, + -0.038234829902648926, -0.012078321538865566, -0.054923590272665024, -0.025844266638159752, + 0.014247124083340168, -0.02582653798162937, 0.04285012185573578, -0.069313645362854, + 0.054217252880334854, 0.041260216385126114, 0.03404885530471802, -0.022222086787223816, + 0.048800352960824966, -0.10296514630317688, -0.0719776600599289, 0.01871935836970806, + 0.00015930649533402175, 0.04046192765235901, -0.029948187991976738, -0.022044258192181587, + 0.012086010538041592, -0.06770426034927368, 0.036945901811122894, 0.07142754644155502, + 0.0192921981215477, 0.0018717317143455148, -0.01656534895300865, -0.05188494548201561, + 0.04511518403887749, 0.03367185965180397, 0.026665255427360535, -0.043229375034570694, + -0.04568018391728401, -0.026215311139822006, 0.019768454134464264, 0.022457128390669823, + -0.020466497167944908, -0.07240623980760574, 0.08989381045103073, -0.04560024291276932, + 0.006043460685759783, -0.04007600620388985, 0.05055387690663338, 0.03470328077673912, + -0.04555642232298851, 0.015437407419085503, -0.0538100004196167, 0.0008505425066687167, + 0.013772036880254745, -0.07853982597589493, -0.007923102006316185, 0.007745132781565189, + 0.07379709184169769, 0.045320965349674225, -0.0522402860224247, 0.05633805692195892, + -0.014165918342769146, 0.04459335282444954, -0.04266795888543129, -0.00879631843417883, + -0.04217107221484184, 0.03540881350636482, 0.02327781356871128, 0.08290395140647888, + 0.08411777019500732, -0.04116502404212952, -0.08289192616939545, 0.04448617249727249, + 0.002002622000873089, -0.051759619265794754, 0.012529636733233929, 0.005194515455514193, + 0.013482890091836452, -0.029620861634612083, 0.00363372266292572, -0.07015228271484375, + 0.039702508598566055, 0.032790351659059525, -0.04351270943880081, -0.017712056636810303, + -0.0008965744054876268, 0.09053678065538406, 0.04595184326171875, 0.04550030082464218, + -0.12531882524490356, -0.07662662863731384, -0.026038842275738716, 0.013471664860844612, + -0.024292130023241043, -0.011004735715687275, 0.04879527539014816, -0.007312202360481024, + -0.0096334433183074, 0.023677220568060875, -0.018859371542930603, -0.01997113786637783, + 0.06244582310318947, -0.006573986727744341, 0.007825509645044804, 0.000342499406542629, + 0.040453191846609116, -0.033631831407547, -0.06779599189758301, 0.03651115298271179, + -0.035351961851119995, -0.05711660534143448, -0.07231036573648453, 0.0909665897488594, + -0.015807459130883217, 0.0571218803524971, -0.08412113040685654, 0.031505778431892395, + 0.020038247108459473, 0.03212672472000122, 0.001321497024036944, 0.015978019684553146, + 0.04047470539808273, 0.02941126935184002, -0.04445989429950714, -0.10115122050046921, + -0.042485594749450684, 0.01944265328347683, 0.021644050255417824, -0.07979428023099899, + 0.07085724174976349, 0.01023900881409645, -0.05520163103938103, 0.01568979024887085, + -0.009153269231319427, 0.03361864387989044, 0.05608591064810753, 0.004949486348778009, + 0.06007977947592735, -0.015198786742985249, -0.02136705256998539, -0.04561462998390198, + -0.039787039160728455, 0.03707244619727135, 0.1247413232922554, 0.02209390327334404, + 0.05682196840643883, 0.04809585213661194, 0.0640471875667572, 0.02999996952712536, 0.07841339707374573, + 0.07769125699996948, 0.026382872834801674, 0.023777185007929802, 0.07626359909772873, + 0.012993985787034035, 0.011047136038541794, 0.026045018807053566, 0.048294130712747574, + 0.07221011817455292, 0.03564855083823204, -0.056707561016082764, 0.015614318661391735, + -0.03394295275211334, -0.02464911714196205, 0.06491098552942276, -0.006902393884956837, + 0.0021250175777822733, 0.028698600828647614, 0.03651317581534386, 0.021352171897888184, + -0.054159194231033325, -0.07444537431001663, 0.05983348190784454, -0.013523036614060402, + -0.004628193564713001, -0.02474907971918583, 0.015958640724420547, -0.06583315879106522, + -0.05086568370461464, -0.04448476433753967, 0.0237351655960083, -0.04690585285425186, + 0.021182114258408546, -0.0016496042953804135, -0.03064299374818802, -0.00021632366406265646, + 0.06519116461277008, 0.021862687543034554, -0.049171559512615204, 0.016310125589370728, + -0.05779329687356949, 0.030717402696609497, -0.0348643995821476, 0.04392813891172409, + 0.00714089535176754, -0.047081220895051956, 0.026301566511392593, 0.03296220675110817, + 0.00015827360039111227, -0.059809330850839615, -0.008118526078760624, 0.08001230657100677, + 0.02617058716714382, -0.032594986259937286, -0.01570386253297329, 0.009984896518290043, + 0.03508109599351883, 0.03356185182929039, -0.05784150958061218, 0.01889035664498806, 0.0348486602306366, + -0.0017042787512764335, -0.04088724032044411, 0.014417167752981186, 0.03875385969877243, + -0.0654798224568367, -0.026834450662136078, -0.03395189717411995, -0.030413459986448288, + -0.009837597608566284, 0.04419412836432457, -0.0028192417230457067, 0.0014459231169894338, + 0.025732925161719322, -0.05169786885380745, 0.047647349536418915, -0.04086489975452423, + 0.015121803618967533, 0.019460659474134445, -0.015302633866667747, 0.018036071211099625, + -0.10220923274755478, 0.011115539819002151, -0.005673022009432316, 0.011577136814594269, + 0.005779513623565435, 0.023638693615794182, -0.012376056984066963, 0.03389705345034599, + -0.03202706202864647, 0.04020308330655098, 0.003035452216863632, -0.0008834867621771991, + -0.02365117520093918, 0.037922266870737076, -0.015007652342319489, 0.0025270970072597265, + -0.020140862092375755, -0.05119738355278969, -0.018904440104961395, 0.0315314456820488, + 0.024888765066862106, 0.013250152580440044, 0.004001274239271879, 0.012942895293235779, + 0.03263920918107033, 0.06650495529174805, 0.003965117037296295, 0.02578165754675865, + 0.01686788722872734, -0.05888936296105385 + ], + [ + 0.04466874897480011, -0.014920142479240894, -0.027951639145612717, -0.05869637057185173, + -0.015427171252667904, 0.07572747766971588, 0.055526003241539, 0.006121933925896883, + 0.014380618929862976, -0.024505438283085823, 0.005529002286493778, 0.0703742578625679, + 0.029696078971028328, 0.03951079025864601, -0.04075036942958832, 0.00784681923687458, + -0.05289604142308235, 0.005134243052452803, 0.06681077182292938, -0.0677875205874443, + -0.025525549426674843, -0.007511671632528305, 0.014507086016237736, -0.04152549430727959, + 0.06261894851922989, -0.05421164631843567, -0.008051447570323944, -0.05410308763384819, + -0.07281872630119324, 0.048924725502729416, 0.01932080090045929, 0.04121441766619682, + -0.012435621581971645, -0.04233201965689659, 0.02802051231265068, -0.042011648416519165, + 0.014386658556759357, 0.015290002338588238, 0.013674319721758366, -0.023709366098046303, + -0.04071635380387306, 0.03730793297290802, 0.024753153324127197, 0.022112207487225533, + -0.05570893734693527, -0.00484332162886858, 0.015557478182017803, -0.02505926415324211, + 0.02676290273666382, 0.009165789932012558, 0.0450776144862175, 0.025930454954504967, + -0.05980749428272247, 0.03205456957221031, -0.03684711828827858, -0.005045667756348848, + 0.0843149796128273, 0.01837620697915554, 0.008284098468720913, 0.03702105954289436, + 0.009700275957584381, 0.09385591000318527, -0.02845388650894165, -0.001416750019416213, + 0.027065040543675423, 0.02276383340358734, 0.013023852370679379, 0.05513257160782814, + -0.03711868077516556, 0.011734376661479473, -0.019036175683140755, 0.06928452104330063, + 0.07474837452173233, -0.04905717074871063, 0.04210653528571129, 0.015597102232277393, + 0.08068348467350006, 0.06538312137126923, -0.027762986719608307, 0.09473851323127747, + -0.07676274329423904, -0.016115402802824974, -0.04431097209453583, -0.06035538762807846, + 0.018221905454993248, 0.02149318903684616, -0.04361739754676819, 0.006454017478972673, + 0.0035220268182456493, -0.00953663606196642, -0.04009628668427467, 0.08882695436477661, + 0.01662837155163288, 0.03019559383392334, 0.0012747962027788162, -0.03328409045934677, + 0.011518317274749279, 0.011184976436197758, 0.04436499997973442, -0.020354073494672775, + -0.04737882316112518, -0.016613725572824478, -0.0436384491622448, 0.010945995338261127, + -0.023915326222777367, 0.0565284825861454, -0.00336268893443048, 0.002832234837114811, + -0.06740929186344147, -0.048892535269260406, -0.015275748446583748, 0.010625040158629417, + 0.05728641897439957, -0.050004664808511734, -0.035646308213472366, 0.06756798177957535, + 0.08254656940698624, 0.029583020135760307, -0.001410393975675106, -0.026905452832579613, + 0.012391758151352406, -0.030321847647428513, -0.011187396012246609, 0.07898730039596558, + 0.016180049628019333, -0.06754432618618011, 0.03135360777378082, 0.0014604233438149095, + 0.05063163489103317, 0.03077591583132744, -0.045131608843803406, 0.004516991786658764, + 0.042792629450559616, -0.01634354330599308, 0.0794626846909523, 0.005277242045849562, + 0.06460118293762207, 0.060471389442682266, 0.024299172684550285, -0.06784414499998093, + 0.008879990316927433, -0.05486278608441353, 0.02425003983080387, 0.0010762016754597425, + 0.03331401199102402, -0.033739663660526276, -0.07081511616706848, -0.017958875745534897, + -0.041444066911935806, -0.04234399273991585, -0.006973113398998976, 0.027016637846827507, + 0.03509660065174103, -0.00816450547426939, 0.020730286836624146, -0.031125064939260483, + -0.024953003972768784, 0.0035397515166550875, -0.040205080062150955, -0.02182186022400856, + 0.012897102162241936, 0.0658816397190094, -0.04835871607065201, 0.04174189269542694, + -0.05100491642951965, 0.035258710384368896, 0.01283841673284769, 0.019109463319182396, + -0.05075901374220848, 0.08497892320156097, 0.0013003327185288072, 0.006949305534362793, + -0.03160729631781578, -0.02297406829893589, -0.05344414710998535, 0.007868742570281029, + 0.01888768933713436, -0.005395613145083189, 0.014800980687141418, -0.014688242226839066, + 0.04854796454310417, 0.009701644070446491, -0.026765072718262672, 0.028659574687480927, + 0.08893847465515137, 0.046882156282663345, -0.01518622599542141, -0.039269015192985535, + -0.022128883749246597, 0.07109740376472473, 0.03748370334506035, 0.027052126824855804, + 0.04759840667247772, 0.027129221707582474, -0.0005406897980719805, 0.06719815731048584, + -0.04172800853848457, -0.031358253210783005, 0.05305001512169838, 0.029897069558501244, + -0.007242714520543814, -0.01953059807419777, -0.045751120895147324, -0.08620642125606537, + -0.026995524764060974, -0.05496727302670479, 0.033234402537345886, 0.005827989894896746, + -0.023072276264429092, -0.026979992166161537, 0.0035173462238162756, 0.001172476913779974, + -0.026543891057372093, -0.04240725189447403, -0.08128616213798523, -0.025284625589847565, + 0.019560936838388443, -0.024374959990382195, -0.04625742882490158, -0.05240161344408989, + 0.017882511019706726, -0.06723890453577042, 0.016776321455836296, -0.047374989837408066, + -0.00016314827371388674, -0.05336149409413338, 0.007552781142294407, 0.05696174502372742, + -0.08838118612766266, 0.01050234492868185, -0.03508352115750313, 0.05402224883437157, + -0.0510198175907135, -0.024519873782992363, -0.04571407660841942, 0.09341562539339066, + -0.044611845165491104, 0.018331991508603096, -0.046931054443120956, -0.01882566511631012, + 0.01612502709031105, -0.00112338166218251, 0.08295131474733353, -0.041385699063539505, + 0.030093351379036903, 0.022951437160372734, 0.029194142669439316, -0.0594312809407711, + -0.004343758802860975, -0.009392393752932549, -0.10606993734836578, 0.014575873501598835, + -0.01693076454102993, 0.06421492993831635, -0.018022291362285614, -0.032812997698783875, + 0.004537424072623253, -0.057745497673749924, 0.021816562861204147, -0.010452372953295708, + -0.07648901641368866, 0.048730771988630295, 0.056029658764600754, 0.005697666201740503, + -0.012688164599239826, 0.0365426242351532, 0.0700128898024559, -0.007929278537631035, + 0.046554259955883026, 0.02992962673306465, 0.09310759603977203, 0.03699778765439987, + -0.03335205838084221, 0.014958493411540985, -0.0801314190030098, 0.08343899995088577, + -0.02103341929614544, -0.014623119495809078, -0.02708720788359642, 0.01627386547625065, + 0.02132049761712551, 0.0025235165376216173, 0.028631720691919327, -0.05196557939052582, + 0.07852369546890259, 0.02348519116640091, -0.02366567775607109, 0.037428755313158035, + -0.01823868602514267, 0.079817034304142, 0.003949014935642481, 0.07967639714479446, + 0.007785128429532051, 0.01322856079787016, -0.025672052055597305, 0.034177180379629135, + 0.022883178666234016, -0.01089493092149496, -0.06974630802869797, -0.06928651034832001, + 0.021919192746281624, -0.034588925540447235, 0.04034140333533287, -0.04454725608229637, + -0.02226361073553562, 0.03636086732149124, -0.0354839451611042, 0.04516342282295227, + -0.017605360597372055, 0.024733886122703552, -0.008333386853337288, -0.13036660850048065, + -0.032703906297683716, -0.07455169409513474, 0.06851726770401001, 0.012042459100484848, + 0.07672605663537979, 0.03161487728357315, -0.020516447722911835, 0.009507197886705399, + 0.010011229664087296, 0.010807354003190994, -0.017743021249771118, -0.026053011417388916, + -0.03933241218328476, -0.046872563660144806, -0.051377080380916595, 0.06002518907189369, + 0.00910459365695715, 0.013737416826188564, 0.05527608469128609, 0.031025217846035957, + -0.04631602764129639, -0.08972341567277908, -0.035687156021595, -0.043256208300590515, + -0.029389062896370888, 0.03096238151192665, 0.03282588720321655, 0.06377729028463364, + -0.04672251641750336, 0.019651643931865692, -0.0271260067820549, 0.010065440088510513, + -0.021227022632956505, 0.0472855307161808, 0.06211473047733307, -0.020702345296740532, + 0.11668741703033447, 0.016588155180215836, 0.006253059022128582, 0.09087872505187988, + 0.06758324056863785, 0.06774520874023438, -0.04151579737663269, 0.04164835438132286, + 0.05357692018151283, 0.027615955099463463, -0.03560738265514374, -0.006985778920352459, + 0.008985411375761032, -0.04249991849064827, -0.09661424160003662, -0.018757661804556847, + 0.046789295971393585, 0.07661531865596771, 0.03576616570353508, -0.023618623614311218, + -0.006665651220828295, -0.04691243916749954, 0.041399821639060974, 0.016103526577353477, + -0.0430317185819149, -0.00486669922247529, -0.02056943252682686, 0.005048566963523626, + 0.12769638001918793, -0.07411275058984756, 0.074394091963768, 0.031272973865270615, + -0.01746898889541626, 0.004794396460056305, 0.06713512539863586, -0.018682748079299927 + ], + [ + 0.04216117039322853, 0.08748193830251694, 0.030245207250118256, -0.0025189381558448076, + 0.009455990977585316, 0.07701250910758972, 0.022620167583227158, 0.022712288424372673, + 0.00562343280762434, -0.0364895835518837, 0.050362031906843185, -0.01612841710448265, + -0.00984721165150404, 0.013527333736419678, -0.006512266583740711, -0.01270457822829485, + -0.06077730283141136, -0.07792023569345474, -0.002674188930541277, -0.026465613394975662, + -0.030095532536506653, 0.03746618703007698, 0.009229461662471294, -0.0115289818495512, + -0.025051753968000412, 0.08332284539937973, -0.0990486592054367, 0.00822228193283081, + 0.03198738768696785, 0.048843760043382645, -0.04158074036240578, -0.04307937994599342, + -0.001338517526164651, 0.0668073445558548, -0.017550688236951828, -0.008202256634831429, + 0.022281089797616005, -0.06096157431602478, -0.0495293103158474, 0.0174881462007761, + -0.029576385393738747, -0.054820142686367035, 0.03118816949427128, -0.033511240035295486, + 0.022335639223456383, 0.02707766555249691, 0.02467707358300686, 0.015221450477838516, + -0.026673944666981697, 0.007787161041051149, 0.004304995760321617, 0.0048021250404417515, + -0.007434758357703686, 0.02146930806338787, 0.01716948114335537, -0.021251119673252106, + -0.04767630994319916, -0.01507893018424511, -0.01226409524679184, 0.01126426924020052, + 0.03830833360552788, -0.06151794642210007, -0.07368461042642593, 0.04519414156675339, + -0.022896185517311096, -0.003533757757395506, -0.03602183982729912, -0.014237988740205765, + 0.04550187662243843, -0.1057836189866066, 0.024294469505548477, 0.0090374406427145, 0.07445195317268372, + -0.06144971400499344, -0.07341455668210983, -0.00380054977722466, 0.10554773360490799, + 0.01723266765475273, -0.04879529029130936, 0.04058022424578667, 0.02415788732469082, + 0.028020061552524567, -0.03446505591273308, 0.01876893639564514, 0.02957707643508911, + -0.05677831545472145, 0.046011559665203094, 0.01746303215622902, -0.11318990588188171, + 0.07786516100168228, -0.02536676451563835, -0.08638353645801544, -0.06825242191553116, + 0.04181304946541786, 0.02073691412806511, 0.008744603954255581, -0.06913690268993378, + -0.01669328100979328, 0.08081543445587158, 0.003997123800218105, -0.025139302015304565, + 0.058343611657619476, -0.0642794743180275, -0.04656315967440605, -0.0180800911039114, + 0.058124907314777374, 0.022506361827254295, -0.003239307552576065, 0.015392599627375603, + 0.003918635658919811, 0.027880024164915085, -0.06935932487249374, 0.06415499001741409, + 0.04864992946386337, -0.07578148692846298, -0.07707065343856812, -0.10473860055208206, + -0.06341627240180969, -0.0172378271818161, -0.0026835165917873383, -0.05310322344303131, + -0.05841851606965065, 0.02958705648779869, 0.00027774606132879853, 0.04399295523762703, + -0.012187992222607136, -0.08149455487728119, 0.0385320782661438, -0.015127536840736866, + -0.07211605459451675, -0.047173887491226196, 0.010490478947758675, 0.024307573214173317, + 0.008805772289633751, -0.01696290262043476, -0.014253986068069935, 0.0597492977976799, + 0.07043332606554031, -0.033313896507024765, 0.026685180142521858, 0.015427399426698685, + -0.04557189717888832, -0.03909793496131897, -0.08665625005960464, -0.09517683833837509, + 0.015152892097830772, 0.018391693010926247, -3.859206844936125e-5, -0.0548347644507885, + 0.01437949389219284, 0.09229456633329391, 0.05349455401301384, 0.07466018944978714, + -0.028827419504523277, 0.04773992672562599, -0.03697051852941513, -0.007408615201711655, + -0.009111198596656322, 0.07685938477516174, -0.047143641859292984, 0.037307560443878174, + -0.02770826406776905, 0.05028090998530388, 0.10313905030488968, 0.06140829995274544, + -0.03481810539960861, 0.008760467171669006, -0.027364153414964676, -0.03775667026638985, + 0.05592705309391022, -0.01998366415500641, 0.047455642372369766, -0.05596572533249855, + -0.023504549637436867, -0.048837222158908844, -0.0738203376531601, 0.013129633851349354, + 0.035878296941518784, -0.007768089883029461, -0.0073222508653998375, 0.04397687315940857, + 0.005898784380406141, 0.027754977345466614, 0.06191038712859154, 0.013592631556093693, + 0.008800745010375977, -0.05013255029916763, -0.07488981634378433, 0.030603108927607536, + 0.016826845705509186, -0.011896389536559582, -0.035491134971380234, 0.00852877926081419, + 0.029400324448943138, 0.06996165961027145, 0.05090846121311188, -0.06538095325231552, + -0.01148455310612917, 0.04961586371064186, -0.05222438648343086, -0.04768555611371994, + -0.005527918692678213, -0.05162962153553963, -0.041336994618177414, -0.08787607401609421, + -0.03784630075097084, 0.03077654540538788, -0.0006560123292729259, -0.05767318233847618, + 0.019644511863589287, 0.013982433825731277, 0.02641291730105877, -0.08257889002561569, + 0.08767300844192505, -0.05487227067351341, -0.05743546783924103, -0.012727487832307816, + -0.06954053044319153, -0.01972380466759205, -0.015153791755437851, 0.022312704473733902, + 0.01732347346842289, 0.033720821142196655, -0.029143843799829483, 0.0589994378387928, + -0.027770012617111206, -0.003953762352466583, 0.01057763397693634, 0.04008835181593895, + 0.04560920223593712, -0.022342940792441368, -0.0408523790538311, -0.09582854807376862, + -0.010946463793516159, -0.06306033581495285, 0.01600431092083454, -0.021403631195425987, + 0.06204782426357269, -0.05743267759680748, 0.06584852188825607, 0.023812493309378624, + 0.016592632979154587, 0.06793607771396637, -0.07034342736005783, -0.022181835025548935, + 0.06573113054037094, -0.02501167729496956, 0.025489188730716705, -0.012640712782740593, + -0.0004978653742000461, -0.06945183873176575, -0.04228091612458229, 0.007516995072364807, + -0.021256593987345695, 0.04222915321588516, -0.010275911539793015, -0.003511338261887431, + 0.07183031737804413, 0.0046648806892335415, 0.01351822167634964, 0.017381761223077774, + -0.001106003182940185, -0.02760430984199047, 0.03486243262887001, -0.04743310436606407, + -0.054133061319589615, 0.0023907681461423635, 0.07496849447488785, -0.02025812864303589, + 0.02003534510731697, 0.047685179859399796, 0.10129673779010773, 0.06615351885557175, + 0.09213443100452423, -0.05131012946367264, -0.06596504896879196, -0.010516783222556114, + 0.0243899654597044, -0.0573100745677948, 0.00326558924280107, 0.011280334554612637, 0.03310389071702957, + -0.05567461624741554, 0.044330235570669174, 0.05425781384110451, 0.0024523513857275248, + -0.03331500664353371, -0.002225344069302082, 0.04162096604704857, 0.04777798801660538, + 0.020809965208172798, 0.04139000177383423, 0.009034243412315845, 0.06303485482931137, + -0.010330085642635822, 0.0057359845377504826, -0.022807512432336807, -0.06864335387945175, + -0.0602509044110775, -0.03703559935092926, -0.03816717490553856, 0.050356440246105194, + -0.05075478553771973, -0.0695343092083931, -0.046038318425416946, -0.03944680839776993, + 0.04843847081065178, 0.04833497107028961, -0.06810665875673294, 0.0583915114402771, + 0.037846922874450684, -0.042887892574071884, 0.004499690141528845, 0.018910503014922142, + 0.021528784185647964, 0.008729808032512665, 0.0142509201541543, 0.036471400409936905, + -0.007840456441044807, 0.006212055683135986, 0.012894540093839169, -0.006585932336747646, + 0.016095345839858055, -0.03715694323182106, 0.06558050215244293, 0.03442312777042389, + 0.017775263637304306, 0.0071203624829649925, -0.02798294648528099, 0.008520220406353474, + -0.0837712287902832, 0.03650058060884476, -0.0474906750023365, 0.028653200715780258, + -0.05616268888115883, -0.03685480356216431, -0.08945678919553757, 0.006766610778868198, + -0.03795946389436722, -0.029652416706085205, 0.03616911545395851, -0.07494553923606873, + 0.035468537360429764, 0.06522926688194275, -0.06911908090114594, -0.05782848224043846, + 0.06918270140886307, 0.04041338711977005, 0.03712313249707222, 0.024155689403414726, + -0.01643303968012333, 0.08110557496547699, -0.02608206868171692, -0.06384323537349701, + 0.02167275920510292, 0.04569318890571594, 0.05817139521241188, 0.016187915578484535, + 0.002998081501573324, -0.04123859852552414, -0.0757637470960617, 0.08954817056655884, + -0.0375225804746151, 0.06284775584936142, 0.05673134699463844, 0.11029914021492004, -0.0380035936832428, + 0.0773133933544159, -0.12556348741054535, -0.000918678124435246, -0.04496333748102188, + 0.068488210439682, -0.03474203869700432, 0.0512588806450367, 0.04882831126451492, -0.046256568282842636, + 0.06031745299696922, 0.027729852125048637, 0.09378255903720856, 0.03659381717443466, + -0.011862424202263355, 0.0012964116176590323, 0.00370931182987988, -0.0058577111922204494 + ], + [ + 0.006824654992669821, -0.002566019305959344, -0.008731760084629059, 0.003016890725120902, + 0.033549197018146515, 0.052103035151958466, 0.04347904399037361, -0.07443714141845703, + 0.018109247088432312, 0.011446920223534107, -0.07176779210567474, -0.0008109870250336826, + -0.05838075652718544, 0.09617093205451965, -0.031049124896526337, -0.02345062978565693, + -0.06195227429270744, -0.01718907058238983, 0.03511625528335571, -0.039837546646595, + 0.058343324810266495, -0.01940389908850193, -0.006455157417804003, 0.011965598911046982, + 0.014654378406703472, -0.05817243456840515, -0.006635623052716255, -0.0203237384557724, + 0.025282708927989006, -0.01574709080159664, -0.04836901277303696, -0.057582445442676544, + -0.034319907426834106, -0.03008795715868473, 0.03757472336292267, -0.014672698453068733, + 0.029910938814282417, 0.007438247092068195, 0.04660716652870178, -0.004650322254747152, + -0.009843857027590275, 0.0022762706503272057, -0.00021828192984685302, 0.03949315845966339, + 0.020968293771147728, -0.0022128326818346977, 0.04258061572909355, 0.06636464595794678, + -0.012604743242263794, 0.013486540876328945, 0.0011378683848306537, 0.028221728280186653, + -0.063084177672863, -0.004570583812892437, -0.01161928940564394, 0.0024325624108314514, + 0.01109129935503006, 0.029695238918066025, -0.005464169662445784, 0.007303851190954447, + 0.00438243243843317, -0.01071157492697239, -0.05580215901136398, 0.03946251794695854, + -0.02688281238079071, 0.04142109677195549, 0.02302146889269352, 0.11078298836946487, + -0.041361864656209946, -0.08910061419010162, 0.02232641912996769, -0.05570736899971962, + 0.036343108862638474, -0.07757334411144257, 0.05300750955939293, -0.0023627819027751684, + 0.03089790977537632, 0.002877051942050457, -0.04281269758939743, 0.09964531660079956, + -0.040550168603658676, -0.02648048847913742, -0.018251758068799973, 0.06284070760011673, + -0.014414899982511997, 0.05356496199965477, 0.03454999998211861, -0.026474639773368835, + -0.03143776208162308, 0.015923313796520233, -0.03289073333144188, 0.033674657344818115, + -0.03751208633184433, 0.01436578668653965, -0.017742343246936798, 0.018022187054157257, + -0.001563788391649723, -0.004592167213559151, 0.06392162293195724, -0.023918164893984795, + -0.010664250701665878, -0.019241871312260628, -0.00025671496405266225, 0.03194045647978783, + 0.012524018995463848, -0.004545871168375015, 0.017490314319729805, -0.022406524047255516, + -0.03204597160220146, -0.0730767473578453, 0.07988815754652023, -0.039370011538267136, + 0.05963656306266785, -0.06405292451381683, -0.004550449550151825, -0.019944436848163605, + -0.0016248569590970874, -0.015842808410525322, 0.04533298686146736, 0.011625838465988636, + -0.008211318403482437, 0.027819884940981865, 0.02866167388856411, -0.0024723862297832966, + 0.035094004124403, 0.07909127324819565, 0.010326639749109745, -0.015076455660164356, + -0.02529178373515606, -0.020419135689735413, -0.04999487102031708, -0.0496981181204319, + 0.007552665658295155, -0.04752572253346443, 0.07112863659858704, 0.015314060263335705, + 0.05980625003576279, 0.04582199826836586, -0.01465296559035778, -0.023934219032526016, + -0.07478120177984238, -0.013177337124943733, 0.009475186467170715, -0.07921838015317917, + -0.009358505718410015, 0.02998230792582035, 0.008451885543763638, 0.0588875487446785, + -0.05688008666038513, -0.015753190964460373, 0.02207169122993946, 0.033628009259700775, + 0.06577719002962112, 0.0007209735922515392, 0.06248371675610542, -0.1053408831357956, + 0.08883265405893326, -0.016811365261673927, -0.009687242098152637, 0.051877424120903015, + 0.006641800049692392, 0.04156094789505005, 0.022002005949616432, 0.048095524311065674, + 0.019935322925448418, -0.07170118391513824, 0.07147864997386932, -0.05350197106599808, + -0.03101998195052147, 0.024830367416143417, 0.049151595681905746, 0.028586769476532936, + -0.007871718145906925, 0.0028632553294301033, -0.0459563285112381, 0.027847900986671448, + 0.0027490518987178802, -0.02516760677099228, 0.01839999109506607, -0.062165986746549606, + -0.008928428404033184, 0.0011522201821208, -0.029684845358133316, 0.030053626745939255, + 0.04116376116871834, -0.0009281906532123685, -0.004195167683064938, -0.020029056817293167, + -0.0037760338746011257, 0.037476107478141785, 0.06180444359779358, 0.0310271754860878, + 0.09698569774627686, 0.06588508933782578, -0.01215711236000061, 0.016520202159881592, + -0.03836159035563469, -0.05092218890786171, 0.06395378708839417, -0.015240100212395191, + 0.010315357707440853, -0.038088902831077576, -0.017137397080659866, -0.08529092371463776, + 0.002118391450494528, -0.06402323395013809, -0.059811316430568695, -0.030740095302462578, + -0.06837110221385956, -0.01762823760509491, 0.09267018735408783, 0.019847437739372253, + -0.04312123358249664, 0.003767087124288082, -0.009914152324199677, 0.007603826466947794, + -0.03352455049753189, -0.008251900784671307, -0.04971041530370712, 0.025336043909192085, + 0.018956383690238, 0.05102376267313957, 0.0537213571369648, -0.017623594030737877, + 0.0018417647806927562, -0.03226285055279732, -0.027104604989290237, 0.005292261950671673, + 0.024300958961248398, -0.017758909612894058, -0.05103627219796181, 0.0062568034045398235, + -0.07356497645378113, -0.012278733775019646, -0.0009351959452033043, 0.0652976855635643, + 0.008107510395348072, 0.05407494306564331, -0.05206810310482979, 0.03457590192556381, + 0.020133312791585922, 0.04118417575955391, -0.013803492300212383, -0.08078180998563766, + -0.01984589360654354, 0.03509550541639328, -0.013492206111550331, -0.01498109195381403, + -0.024425992742180824, 0.0033010749612003565, -0.0018426177557557821, -0.08005987107753754, + 0.023499131202697754, 0.03784806281328201, -0.04420554265379906, -0.029173314571380615, + 0.029910309240221977, 0.0506548210978508, -0.013766839168965816, 0.07957575470209122, + -0.009733245708048344, -0.00031563822994939983, 0.00251900521107018, 0.014816001988947392, + 0.018942847847938538, -0.06413924694061279, 0.0785636156797409, 0.01992434449493885, + 0.04319395124912262, -0.0025782932061702013, 0.03401636704802513, 0.011785119771957397, + 0.006310117430984974, 0.09760620445013046, -0.013436397537589073, 0.006367161404341459, + 0.028025580570101738, -0.05989715829491615, -0.028071746230125427, 0.09389819949865341, + 0.04202568158507347, 0.014964360743761063, -0.02716403268277645, -0.06939075142145157, + -0.06986789405345917, 0.05058768391609192, 0.03211034834384918, 0.04722023010253906, + 0.014517929404973984, 0.06840300559997559, -0.01945159211754799, 0.012532385997474194, + -0.0679827556014061, -0.03563603013753891, -0.0070099858567118645, 0.11598609387874603, + -0.008646335452795029, -0.0001586640573805198, -0.06209791824221611, 0.026592427864670753, + -0.014200098812580109, -0.030346499755978584, 0.002669955138117075, 0.008289438672363758, + -0.039581745862960815, -0.011469727382063866, 0.007097140420228243, -0.010168843902647495, + -0.04792407527565956, 0.07983462512493134, -0.014845413155853748, -0.07360228896141052, + -0.051915235817432404, -0.042135000228881836, 0.0007185173453763127, -0.021971819922327995, + 0.04109080880880356, -0.020616564899683, -0.017570706084370613, 0.025667553767561913, + 0.014769277535378933, -0.01377027202397585, -0.0804557278752327, -0.049296751618385315, + 0.03541700169444084, 0.0850607380270958, 0.016989728435873985, -0.014760126359760761, + 0.007979468442499638, -0.01791103184223175, -0.04823073372244835, 0.06082775816321373, + -0.03715803101658821, 0.06391254812479019, 0.016234036535024643, -0.003060814691707492, + 0.015409594401717186, 0.028128786012530327, 0.0066114203073084354, -0.006248682737350464, + -0.030042648315429688, 0.02212531678378582, -0.01610272191464901, 0.023036910220980644, + -0.01435512863099575, -0.06008986011147499, 0.0241461843252182, 0.0010988704161718488, + 0.07109986990690231, 0.03944230079650879, -0.02795271761715412, 0.12000029534101486, + -0.046460866928100586, -0.0438980869948864, -0.06244150549173355, -0.02931440994143486, + 0.0452900156378746, -0.07033194601535797, 0.044135406613349915, 0.002038541017100215, + -0.04231364279985428, 0.03455544635653496, -0.04455211013555527, -0.004950786475092173, + -0.01970565691590309, 0.10157329589128494, -0.006198443938046694, 0.04094936326146126, + -0.029325200244784355, -0.04294504597783089, -0.037599243223667145, -0.001605815952643752, + -0.027733054012060165, 0.027346884831786156, -0.023329973220825195, -0.05418167635798454, + 0.04893266782164574, -0.015420745126903057, 0.0766967386007309, -0.00434593902900815, + -0.010839251801371574, -0.03960539028048515, 0.03704855591058731, -0.008372427895665169 + ], + [ + 0.0559145025908947, 0.017637118697166443, 0.0355854406952858, -0.04283774271607399, + -0.03481180593371391, 0.03519012778997421, 0.013959493488073349, -0.030687710270285606, + 0.004005697555840015, 0.007948556914925575, -0.025577442720532417, 0.04226268082857132, + -0.07537953555583954, 0.0885462760925293, -0.03692847862839699, 0.02296791598200798, + -0.06820995360612869, -0.002798312809318304, 0.03447769209742546, -0.051327258348464966, + 0.05105697736144066, -0.045961905270814896, 0.020520919933915138, -0.037712905555963516, + -0.01684730499982834, 0.03660358488559723, -0.07739055156707764, -0.005116145592182875, + 0.043720394372940063, -0.051152173429727554, -0.05059720575809479, -0.04328496754169464, + -0.04538610950112343, -0.03415357694029808, -0.03786921501159668, 0.06416721642017365, + -0.02243458852171898, 0.003451010212302208, 0.05285231024026871, -0.045590292662382126, + -0.027287868782877922, 0.05603399872779846, -0.026970185339450836, -0.03856729716062546, + 0.05985897034406662, 0.009930059313774109, 0.01656383089721203, 0.03534729406237602, + -0.03421503305435181, -0.030128978192806244, 0.009659850969910622, -0.03744121268391609, + -0.027289317920804024, -0.028346708044409752, -0.040691543370485306, 0.004515089560300112, + 0.004760197829455137, 0.06327851116657257, 0.031020596623420715, -0.022939534857869148, + 0.02515878900885582, -0.059138353914022446, -0.06478369981050491, 0.03513377159833908, + -0.053175438195466995, 0.01344505324959755, -0.0008541463175788522, 0.04933326318860054, + 0.007996564731001854, -0.01818014681339264, 0.018957363441586494, -0.02055034600198269, + 0.03166677802801132, -0.0902906283736229, 0.00015226427058223635, 0.0044389404356479645, + 0.04089178889989853, 0.02520621195435524, -0.006919847335666418, 0.07484786957502365, + -0.010631260462105274, 0.030689513310790062, 0.008278452791273594, 0.06348896771669388, + -0.06203461438417435, 0.01252264529466629, 0.058087728917598724, -0.05850104242563248, + -0.028653046116232872, -0.008477392606437206, 0.013484133407473564, -0.020286748185753822, + 0.016598910093307495, 0.03932802379131317, 0.02461382932960987, -0.015911901369690895, + -0.07769078761339188, -0.02754698321223259, 0.05031786486506462, 0.031092779710888863, + -0.018083496019244194, 0.004933735355734825, -0.03540923818945885, -0.08105746656656265, + -0.015140300616621971, 0.04247848317027092, 0.04234777018427849, -0.020210489630699158, + -0.001739888801239431, -0.032992731779813766, 0.10160955041646957, -0.054860636591911316, + 0.033896323293447495, 0.05494854226708412, 0.04901106655597687, 0.05228684842586517, + -0.008703975938260555, -0.03666482865810394, 0.06560032069683075, -0.056188393384218216, + 0.04458290711045265, 0.017264533787965775, 0.008786971680819988, 0.05195397511124611, + 0.04062334820628166, 0.06263457983732224, 0.0030276214238256216, -0.0039622108452022076, + 0.03307449445128441, -0.01735515706241131, -0.031028272584080696, -0.04909360408782959, + 0.041962217539548874, -0.04517439380288124, 0.05382344499230385, -0.035301290452480316, + 0.018066072836518288, 0.049637358635663986, 0.01540323905646801, 0.041720401495695114, + -0.08289497345685959, -0.07631918042898178, 0.033214859664440155, -0.009636537171900272, + 0.01635076478123665, 0.04745616391301155, 0.0024881635326892138, -0.019397497177124023, + -0.07016343623399734, -0.062496595084667206, 0.004918504972010851, 0.002770778024569154, + 0.005191372707486153, 0.01666373573243618, 0.018021900206804276, -0.10550401359796524, + -0.016512174159288406, -0.07076005637645721, -0.011947087943553925, 0.01304436381906271, + -0.048918187618255615, 0.0325811505317688, 0.022330056875944138, -0.03322901204228401, + 0.07270029932260513, 0.009587027132511139, 0.050505686551332474, 0.02046155370771885, + 0.03457692638039589, 0.0062278942205011845, 0.06166093051433563, 0.013410823419690132, + -0.03308599069714546, 0.000392560992622748, 0.028404125943779945, -0.010225380770862103, + 0.023949885740876198, 0.06544625759124756, -0.06669112294912338, -0.04298386350274086, + 0.015325444750487804, 0.006321290507912636, -0.030684560537338257, 0.01631145551800728, + -0.012403746135532856, -0.03794409707188606, 0.04860501363873482, 0.041589152067899704, + 0.014148219488561153, -0.03220564126968384, -0.00894837360829115, -0.00569103192538023, + 0.008614832535386086, 0.09853344410657883, 0.04952207952737808, 0.01939430646598339, + -0.00700836256146431, -0.032821714878082275, -0.03378169611096382, -0.08577091991901398, + -0.03292563185095787, -0.04361111670732498, 0.03273654729127884, -0.07810890674591064, + -0.0327327698469162, -0.04654264077544212, -0.00999192614108324, -0.04777941480278969, + -0.011416208930313587, 0.055854421108961105, 0.01890941895544529, -0.04880622774362564, + -0.0802745372056961, 0.020310312509536743, -0.0034224248956888914, 0.061849430203437805, + 0.010907472111284733, -0.03643622621893883, 0.002701859688386321, 0.04611735790967941, + 0.04299122095108032, -0.061075594276189804, -0.020326828584074974, 0.021018872037529945, + 0.04071900248527527, -0.07878376543521881, 0.05994438752532005, 0.06559707224369049, + -0.05665472149848938, -0.015863364562392235, 0.019567448645830154, -0.015242619439959526, + -0.06301844120025635, -0.03268212452530861, -0.05279826000332832, 0.06062900274991989, + 0.018604714423418045, -0.026589233428239822, -0.08683707565069199, 0.05862110108137131, + 0.05250251665711403, -0.0053770886734128, 0.05519464984536171, -0.05059703066945076, + -0.017495613545179367, 0.06225331500172615, -0.009959429502487183, -0.016011612489819527, + 0.05819883942604065, 0.09402111917734146, -0.09061833471059799, -0.015881016850471497, + 0.04044591635465622, 0.039392296224832535, -0.04801616072654724, -0.0035498873330652714, + -0.06081201881170273, 0.04615837335586548, 0.03963075578212738, 0.04634945094585419, + 0.024398062378168106, 0.04171096906065941, -0.02297903038561344, 0.007079304661601782, + -0.07938384264707565, -0.010299687273800373, 0.08439154922962189, 0.016672978177666664, + 0.023862015455961227, 0.04690760001540184, -0.0360526442527771, 0.06512738019227982, + -0.04986068606376648, 0.060702722519636154, -0.06272178888320923, -0.05683627724647522, + 0.02905154973268509, -0.07212971895933151, -0.028724567964673042, 0.019890258088707924, + -0.002421837067231536, 0.043677881360054016, 0.00030522613087669015, 0.008132155053317547, + 0.014215348288416862, -0.04753797873854637, -0.047757167369127274, 0.01926342025399208, + -0.005917712114751339, -0.006571718491613865, -0.016557984054088593, 0.05627243593335152, + -0.07787369936704636, -0.013363193720579147, 0.012861124239861965, 0.06567772477865219, + -0.019349878653883934, -0.007431736681610346, -0.07759815454483032, 0.025932596996426582, + -0.021012570708990097, -0.03896081820130348, -0.00974423810839653, -0.029939547181129456, + -0.030610963702201843, -0.05895623192191124, 0.029188912361860275, -0.012440036982297897, + -0.011951719410717487, 0.05081840977072716, -0.0024036718532443047, -0.07364880293607712, + -0.04086701571941376, -0.016244936734437943, 0.0032350150868296623, -0.0748308077454567, + 0.047331586480140686, -0.04924739897251129, 0.030240366235375404, -0.035044342279434204, + -0.0011363864177837968, 0.05866376683115959, -0.060814958065748215, -0.02351192571222782, + -0.03414473310112953, 0.05573534220457077, -0.09462039917707443, 0.03860428184270859, + 0.012087290175259113, -0.03893031179904938, -0.04886486381292343, 0.01471614371985197, + 0.015572530217468739, 0.05761479213833809, -0.0002572234661784023, -0.03233818709850311, + -0.002561249304562807, 0.06374606490135193, -0.033912427723407745, -0.0005688139353878796, + -0.041547782719135284, -0.01760430634021759, -0.0033926230389624834, 0.013751951977610588, + -0.07055305689573288, 0.003156377235427499, 0.06110866367816925, 0.0051583354361355305, + 0.06412926316261292, -0.06292089819908142, 0.04906032606959343, 0.014027629978954792, + 0.020465396344661713, 0.03757420554757118, 0.0034243774134665728, -0.0012874577660113573, + -0.03694405034184456, 0.014536472968757153, 0.010377654805779457, -0.01115533895790577, + 0.005078877322375774, 0.03565305098891258, 0.005304567515850067, 0.05842892825603485, + 0.0019140501972287893, 0.04513299837708473, 0.0392935685813427, 0.08934464305639267, + -0.08952304720878601, -0.056699175387620926, -0.03683917224407196, 0.07557548582553864, + -0.004845797549933195, -0.013762194663286209, 0.016045253723859787, -0.0020547269377857447, + 0.07884267717599869, 0.009153156541287899, 0.052996519953012466, 0.050197783857584, + -0.0006967511726543307, 0.021728677675127983, -0.016481785103678703, -0.06325401365756989 + ], + [ + -0.03172064200043678, 0.038125261664390564, -0.029874851927161217, -0.019995303824543953, + -0.08779926598072052, 0.08024024963378906, -0.015744926407933235, -0.037415411323308945, + -0.00770008098334074, -0.08148738741874695, -0.09429764002561569, 0.04302988946437836, + -0.06754016131162643, 0.08628226071596146, 0.06378732621669769, -0.016900938004255295, + -0.06934989988803864, -0.021833093836903572, 0.059872690588235855, -0.04882045462727547, + 0.042582958936691284, 0.0004253224760759622, -0.023113764822483063, 0.015023316256701946, + 0.07031376659870148, 0.02234041690826416, -0.006070389878004789, -0.059650152921676636, + 0.035884760320186615, 0.026600046083331108, -0.0027069547213613987, -0.06999582797288895, + 0.00933748483657837, 0.04588347300887108, -0.044714439660310745, 0.06927156448364258, + 0.023561770096421242, -0.037948571145534515, 0.03794901818037033, -0.04794074222445488, + -0.03437142074108124, -0.043798044323921204, -0.009028550237417221, 0.007315416820347309, + 0.03999168425798416, -0.0349840447306633, 0.017887601628899574, -0.061983294785022736, + -0.023966476321220398, -0.009193561039865017, 0.0028712782077491283, -0.014955556020140648, + 0.023609770461916924, -0.00037142407381907105, -0.044780433177948, 0.027951659634709358, + 0.0339336022734642, 0.04649828001856804, -0.003196515841409564, -0.08668206632137299, + 0.05770454928278923, 0.03090386465191841, -0.036592770367860794, 0.01286416593939066, + -0.027615515515208244, 0.06863636523485184, -0.03198523074388504, 0.01060025580227375, + -0.015175232663750648, -0.0261702723801136, -0.08990637958049774, -0.030301857739686966, + 0.03416857495903969, -0.08198431879281998, 0.03326578810811043, 0.011042152531445026, + 0.11104344576597214, -0.019536620005965233, 0.02164243906736374, 0.009631382301449776, + -0.001582025783136487, 0.005042246077209711, 0.06666332483291626, 0.10403243452310562, + -0.06653333455324173, 0.011573240160942078, -0.0025605063419789076, -0.02823653072118759, + -0.027134712785482407, 0.008115725591778755, 0.0026439109351485968, 0.009127805940806866, + 0.020407747477293015, 0.06347911059856415, -0.0935821458697319, -0.029381515458226204, + 0.019965598359704018, -0.05341912806034088, 0.009014839306473732, 0.006619382183998823, + -0.01216121856123209, 0.019858283922076225, 0.04345244541764259, -0.07228358834981918, + -0.016359344124794006, 0.000597570207901299, 0.06567907333374023, -0.002284542890265584, + 0.0028363449964672327, -0.014717633835971355, 0.06973083317279816, -0.007945220917463303, + 0.022018255665898323, 0.007074108812958002, 0.03478303551673889, -0.019455919042229652, + 0.030855949968099594, -0.016076430678367615, 0.04984939470887184, 0.04506252706050873, + -0.01938994973897934, 0.027348091825842857, 0.06850752234458923, 0.06321699172258377, + -0.04571959376335144, 0.019657939672470093, -0.04091494530439377, 0.02350248210132122, + 0.01933429203927517, 0.0022450839169323444, -0.08938050270080566, 0.07929930090904236, + 0.033067379146814346, 0.011142756789922714, 0.03744129091501236, -0.02265032008290291, + -0.014695296064019203, 0.0005267942906357348, -0.019407082349061966, 0.036876142024993896, + -0.08698559552431107, -0.07862813770771027, 0.05256755277514458, -0.03991033881902695, + 0.015017164871096611, 0.03375379368662834, -0.011147113516926765, 0.03175090253353119, + -0.07276225090026855, -0.021884938701987267, 0.02896175906062126, 0.012076481245458126, + 0.06673397123813629, -0.019747914746403694, 0.05921216681599617, -0.06151570379734039, + 0.059392206370830536, 0.05517372116446495, -0.006741744000464678, 0.0015986484941095114, + -0.028403380885720253, -0.027697978541254997, 0.018948713317513466, 0.06740141659975052, + -0.045103952288627625, 0.0058185020461678505, 0.07102630287408829, 0.04298741742968559, + 0.03966313228011131, 0.02981463260948658, 0.04603712633252144, 0.02727295458316803, + -0.015343038365244865, 0.024707211181521416, -0.019555959850549698, 0.013786240480840206, + -0.025387821719050407, -0.07683102786540985, -0.060812801122665405, -0.06162497401237488, + 0.04723837971687317, 0.056133415549993515, 0.01615498773753643, -0.008315366692841053, + 0.016634594649076462, 0.029581792652606964, 0.04063771665096283, 0.022265097126364708, + -0.02812914177775383, 0.04880024865269661, 0.002040284685790539, 0.04860261082649231, + 0.004320192150771618, 0.01220136322081089, -0.013909642584621906, 0.07828737050294876, + 0.005387554410845041, -0.06399104744195938, 0.006680524442344904, -0.10030505806207657, + -0.024711700156331062, -0.016193710267543793, -0.04278992488980293, -0.07778748124837875, + -0.08138199895620346, -0.022674797102808952, -0.09357500821352005, -0.021923132240772247, + -0.05230676010251045, -0.02670138143002987, 0.008222724311053753, -0.031999021768569946, + -0.058454468846321106, -0.007626667153090239, -0.049249015748500824, -0.019324813038110733, + 0.001447814516723156, -0.002889554016292095, 0.021164022386074066, -0.005536248441785574, + 0.014693825505673885, 0.03748222440481186, -0.02968810498714447, 0.024512717500329018, + -0.005470257252454758, -0.05686188489198685, 0.07797853648662567, 0.03984161466360092, + -0.06164810061454773, -0.07919390499591827, 0.0216708742082119, 0.03448795527219772, + 0.030968142673373222, -0.030165672302246094, -0.051052797585725784, -0.03017733432352543, + -0.006115907337516546, -0.04721706360578537, 0.025501800701022148, 0.04433829337358475, + -0.0066022309474647045, 0.03951369225978851, 0.03388112410902977, 0.005784462206065655, + 0.01527323480695486, 0.005149693228304386, -0.08022071421146393, -0.03861462324857712, + 0.04281939938664436, -0.007210635580122471, -0.08145802468061447, -0.025530263781547546, + 0.05608006566762924, 0.05010952427983284, 0.005287382751703262, -0.04914379119873047, + 0.02693454921245575, -0.029226204380393028, -0.06145057827234268, -0.004099586512893438, + 0.04625745490193367, -0.004169062711298466, 0.07658620178699493, 0.009499605745077133, + 0.05024236813187599, -0.02128993161022663, -0.011888856999576092, -0.017745262011885643, + -0.00021040138381067663, 0.010738089680671692, 0.014667227864265442, 0.03488568961620331, + -0.0695408508181572, 0.0663570761680603, 0.03863981366157532, -0.013492132537066936, + 0.08260349184274673, -0.09806813299655914, 0.012525097467005253, 0.07754445821046829, + 0.04699663817882538, 0.013113708235323429, -0.055040113627910614, -0.050601210445165634, + 0.0478215329349041, -0.035152193158864975, -0.04169388860464096, 0.05223706737160683, + 0.10229742527008057, 0.08697369694709778, 0.02309594489634037, 0.032426074147224426, + -0.09190931916236877, 0.021897831931710243, -0.030160464346408844, 0.025163104757666588, + -0.029498202726244926, 0.009626385755836964, -0.07594543695449829, 0.021932773292064667, + -0.011812766082584858, -0.0761585608124733, -0.002909349510446191, 0.03559906780719757, + 0.03622023016214371, 0.027171067893505096, -0.015092079527676105, -0.00862650666385889, + -0.0025993487797677517, 0.031920090317726135, -0.03697919845581055, -0.06038523465394974, + -0.025837356224656105, -0.007822837680578232, 0.048271168023347855, -0.023864997550845146, + -0.022373724728822708, -0.03603985160589218, -0.020961584523320198, 0.04440060630440712, + -0.006732672452926636, 0.014720264822244644, 0.004096249118447304, -0.09035351127386093, + 0.023509245365858078, 0.05590461567044258, 0.012917783111333847, 0.02699483558535576, + 0.0488724485039711, 0.01767786592245102, -0.02594059891998768, -0.045793283730745316, + 0.05101844668388367, 0.019007615745067596, -0.05205195024609566, -0.011168274097144604, + -0.0417531318962574, 0.047826509922742844, 0.007306371815502644, 0.03821304440498352, + 0.04869178310036659, 0.010070867836475372, 0.032512303441762924, 0.05379459634423256, + -0.018995271995663643, -0.0054004015401005745, 0.0032414330635219812, 0.05423875153064728, + 0.04662419855594635, -0.07176591455936432, -0.05578773468732834, 0.05266806110739708, + 0.029114043340086937, -0.06580782681703568, 0.015743395313620567, -0.004180712625384331, + 0.04169243946671486, -0.028207363560795784, -0.02269883267581463, 0.0026539622340351343, + 0.020490139722824097, 0.01206585019826889, -0.019316809251904488, 0.0007539595244452357, + -0.025167444720864296, 0.1311197131872177, 0.04024583846330643, 0.03916206955909729, + -0.022797059267759323, -0.034896694123744965, 0.01496923714876175, 0.05071663856506348, + -0.024713218212127686, -0.008671095594763756, -0.02119615487754345, -0.017011934891343117, + 0.021604930981993675, 0.023013893514871597, 0.07891210168600082, -0.023726021870970726, + 0.012158729135990143, 0.00651186890900135, 0.05429200083017349, -0.010255372151732445 + ] + ], + "net.0.bias": [ + 0.02379465475678444, 0.0008014753111638129, -0.028346266597509384, 0.019655078649520874, + 0.03346853330731392, 0.03894927352666855, 0.026947995647788048, 0.03801381215453148, -0.020883355289697647, + 0.05862104892730713, 0.0372798852622509, 0.09769498556852341, -0.0021315172780305147, 0.11283113062381744, + 0.0658554881811142, -0.03606187179684639, 0.026247132569551468, 0.030937712639570236, 0.009173129685223103, + -0.001035644207149744, -0.042956870049238205, -0.039472099393606186, -0.01407718751579523, + 0.07168419659137726, 0.017870288342237473, 0.03313681110739708, -0.020761411637067795, + -0.0014238223666325212, -0.023157520219683647, 0.03478007763624191, 0.11204791814088821, + 0.02202155441045761, -0.04191511496901512, 0.03180912509560585, 0.08199527859687805, 0.04874639958143234, + 0.04373539984226227, 0.05503418669104576, 0.03622622415423393, 0.03350023552775383, 0.015582936815917492, + 0.052804723381996155, 0.015310701914131641, 0.06223088502883911, 0.07251285016536713, 0.03961963579058647, + 0.02539866790175438, -0.019681019708514214, 0.04025408998131752, -0.07539384067058563, 0.026543326675891876, + -0.015707580372691154, 0.05957344174385071, 0.01759321801364422, -0.03601511940360069, 0.013909045606851578, + 0.06021575257182121, 0.028264658525586128, 0.05216684937477112, 0.06044788286089897, 0.05892198160290718, + 0.07392407953739166, 0.0030271499417722225, 0.03176460042595863, 0.017421547323465347, 0.07824856787919998, + 0.02164694480597973, -0.011251723393797874, 0.05853014439344406, -0.039994318038225174, 0.05512639135122299, + 0.04616761952638626, 0.07002560794353485, 0.07135605067014694, -0.0027018082328140736, + -0.018294094130396843, 0.01126886811107397, 0.04808954522013664, 0.006571028381586075, 0.017533190548419952, + 0.009708709083497524, -0.005806026980280876, 0.010350145399570465, -0.02013942040503025, + -0.02291204035282135, 0.05142808333039284, 0.003524302039295435, 0.03930990397930145, 0.07591763138771057, + 0.0575454942882061, -0.03748172149062157, 0.035307321697473526, 7.938501221360639e-5, 0.043841078877449036, + 0.07082279026508331, 0.008144564926624298, 0.06881469488143921, 0.08372560888528824, -0.011810877360403538, + 0.061736658215522766, -0.0054395501501858234, 0.032922498881816864, 0.018525168299674988, + 0.0713302418589592, 0.03523421287536621, 0.036212313920259476, 0.08480201661586761, 0.024767475202679634, + -0.02909095399081707, 0.05577347055077553, 0.03577965125441551, 0.01320774108171463, -0.002939949743449688, + 0.016732824966311455, 0.006515576038509607, -0.0342756025493145, 0.013966844417154789, 0.004223849158734083, + 0.06249604374170303, 0.053438492119312286, 0.0031998504418879747, -0.005445119924843311, + 0.018324533477425575, 0.029585707932710648, -0.03173905611038208, -0.024686934426426888, + -0.0096098892390728, 0.02748790569603443, -0.014391941949725151, -0.03412222862243652, + -0.00038744931225664914, 0.051701128482818604, -0.003829006105661392, -0.01988493651151657, + 0.06712894141674042, -0.014110428281128407, 0.08372266590595245, -0.008222948759794235, + 0.011694573797285557, 0.007128514349460602, -0.05827709287405014, 0.03136102855205536, -0.00690851965919137, + 0.008013935759663582, 0.06110658496618271, 0.049759410321712494, -0.010125014930963516, + -4.8613655962981284e-5, 0.07419934868812561, -0.002896290272474289, 0.020913703367114067, + 0.05572454631328583, 0.03849024325609207, -0.02822416089475155, 0.055318865925073624, -0.03469474986195564, + 0.00333961914293468, 0.049303583800792694, 0.04690679907798767, 0.009150235913693905, -0.00563258770853281, + 0.03223080560564995, -0.004053357522934675, 0.02455582283437252, 0.044623516499996185, 0.04495677351951599, + 0.02753978781402111, 0.000762091891374439, 0.06263129413127899, 0.06870471686124802, -0.037486448884010315, + 0.0444924458861351, 0.04078835994005203, 0.02820499613881111, -0.010541784577071667, 0.008563271723687649, + 0.03172115609049797, 0.05799815431237221, 0.0029068144503980875, 0.06307163089513779, 0.06511308252811432, + -0.007055172696709633, -0.021523388102650642, 0.06847535073757172, 0.06927958130836487, 0.08668090403079987, + 0.025453392416238785, 0.0008783884113654494, -0.001738453283905983, 0.018779221922159195, + -0.04098173975944519, 0.05985742807388306, 0.032374683767557144, 0.009241814725100994, 0.03481847792863846, + 0.03858847916126251, 0.06190163269639015, 0.01602737046778202, 0.007394677493721247, 0.003972303122282028, + 0.05966790392994881, 0.009597405791282654, 0.05609595775604248, -0.02426500990986824, 0.027269169688224792, + 0.015812302008271217, -0.02437528409063816, 0.06359478831291199, 0.04088127240538597, + -0.0037726268637925386, 0.05741047486662865, -0.04938993975520134, -0.005655013024806976, + 0.03787991777062416, -0.002353101735934615, -0.02666838839650154, 0.05422934889793396, 0.06074978783726692, + 0.06309620290994644, -0.04029041901230812, 0.0521005280315876, -0.006474234163761139, 0.04396946728229523, + 0.07778666913509369, 0.06259290874004364, -0.019293546676635742, 0.03678164258599281, 0.0570516437292099, + 0.04842262342572212, 0.02410525269806385, 0.0607478953897953, 0.0719570592045784, 0.057049259543418884, + -0.001823072787374258, 0.03144984692335129, 0.07502680271863937, 0.06268112361431122, 0.10228569060564041, + 0.05410338565707207, 0.0064940988086164, 0.06513863056898117, 0.019573770463466644, 0.0937032550573349, + 0.015814239159226418, 0.04526331648230553, -0.003999300301074982, 0.061859797686338425, + -0.0015673815505579114, 0.06366027891635895, -0.009886990301311016, 0.0010435257572680712, + 0.06542937457561493, 0.009633173234760761, 0.061870019882917404, 0.04478110373020172, 0.021544063463807106 + ], + "net.3.weight": [ + [ + 0.002319685649126768, 0.14433105289936066, 0.08381813764572144, -0.06978931277990341, + 0.11223997175693512, 0.05813278630375862, 0.14037561416625977, 0.1449410617351532, 0.14355163276195526, + 0.042231425642967224, 0.05612216144800186, 0.06483566015958786, 0.046278830617666245, + 0.016168279573321342, 0.0934092253446579, 0.07813310623168945, 0.08669424802064896, 0.05237383767962456, + -0.00025042452034540474, 0.024744605645537376, 0.07355543226003647, 0.1006142646074295, + -0.14558625221252441, -0.01208010409027338, 0.11582536995410919, -0.048450767993927, -0.112300343811512, + 0.04821128025650978, 0.10771704465150833, 0.06532078981399536, 0.07875414192676544, 0.09847771376371384, + 0.11842100322246552, 0.031720977276563644, 0.12751039862632751, 0.017227713018655777, + -0.045663896948099136, 0.013893771916627884, 0.14241285622119904, 0.16014356911182404, + 0.025265958160161972, -0.04591088369488716, 0.04919162392616272, 0.09354298561811447, + 0.05778122693300247, 0.07612216472625732, 0.1151198148727417, -0.039246343076229095, + -0.02617257833480835, 0.018035510554909706, -0.032122474163770676, -0.05163976922631264, + 0.08196435123682022, 0.23214460909366608, 0.0935899093747139, 0.029125403612852097, 0.08671531081199646, + 0.10267313569784164, 0.1269708275794983, 0.10909783840179443, 0.16021913290023804, 0.10912436246871948, + -0.0073631214909255505, 0.12510712444782257, 0.13334965705871582, 0.09497329592704773, + 0.08180343359708786, 0.001127356314100325, -0.014505524188280106, -0.1268225759267807, + 0.017613610252738, 0.0889388769865036, -0.0015339510282501578, 0.05095480754971504, 0.07745964080095291, + -0.05986911430954933, -0.04386589676141739, -0.0023316533770412207, -0.028284521773457527, + 0.09462518990039825, 0.01972196437418461, -0.17877879738807678, 0.022413915023207664, + -0.06309220939874649, -0.08386978507041931, 0.18588024377822876, -0.036126285791397095, + -0.02547355182468891, 0.08656130731105804, 0.060678448528051376, -0.09362122416496277, + 0.02073083631694317, 0.021263275295495987, 0.09934425354003906, 0.07866474241018295, + -0.0070402538403868675, 0.06390360742807388, 0.1303669661283493, 0.1577988713979721, + 0.007549488916993141, 0.0035502451937645674, 0.06916209310293198, 0.03718854859471321, + 0.03411173075437546, 0.03227674588561058, 0.02711273543536663, 0.12668056786060333, + 0.044965263456106186, -0.08087057620286942, 0.07473397254943848, 0.03393930941820145, + 0.0025278967805206776, 0.11780398339033127, 0.032727405428886414, 0.18198390305042267, + -0.13178294897079468, -0.04302080348134041, 0.10189138352870941, 0.045107971876859665, + -0.028949841856956482, 0.08214627951383591, -0.03912392258644104, 0.04794544726610184, + 0.02542036399245262, 0.1522199958562851, 0.034037426114082336, 0.1602703481912613, 0.10056709498167038, + -0.17727920413017273, -0.1230318546295166, 0.034666288644075394, 0.11723366379737854, + 0.0744386687874794, -0.0676543340086937, 0.08996716886758804, -0.03818029910326004, + 0.025326507166028023, 0.08853781968355179, 0.17570054531097412, 0.13902710378170013, + 0.005040082149207592, 0.03083549439907074, 0.07605095952749252, 0.011896786279976368, + 0.03028143011033535, 0.0032490487210452557, -0.05987390875816345, 0.1467725932598114, + 0.06365661323070526, -0.025761300697922707, 0.06709936261177063, -0.04420099034905434, + 0.02844623662531376, 0.058448147028684616, 0.013394718058407307, 0.0530543215572834, + 0.16776594519615173, 0.06632190942764282, 0.059116385877132416, 0.015522812493145466, + 0.028117705136537552, 0.0004644421278499067, 0.12724098563194275, -0.035929128527641296, + -0.04432598501443863, 0.11682258546352386, 0.12598903477191925, -0.1254429668188095, + 0.025761807337403297, 0.0031779466662555933, 0.15531587600708008, -0.024632776156067848, + 0.16345050930976868, 0.036887362599372864, 0.05948406457901001, 0.0996580645442009, 0.14324064552783966, + 0.1782684326171875, -0.013974652625620365, 0.029698727652430534, 0.01377845462411642, + 0.05780702829360962, -0.04365825653076172, 0.08582624793052673, 0.011709283106029034, + 0.13834208250045776, 0.041654352098703384, 0.16720694303512573, 0.13402265310287476, + -0.00572225684300065, 0.12484972178936005, 0.12156061083078384, 0.16265824437141418, + -0.050173353403806686, 0.024192383512854576, 0.0528867244720459, -0.0011380922514945269, + 0.10473739355802536, 0.11500518769025803, -0.011629163287580013, 0.002670564688742161, + 0.14186114072799683, 0.09676889330148697, 0.11260692030191422, -0.03505205735564232, + -0.04145776480436325, -0.07896994799375534, 0.05047919228672981, 0.054034456610679626, + 0.14684051275253296, 0.041929785162210464, 0.194818913936615, 0.13081887364387512, 0.021431930363178253, + -0.013444320298731327, 0.1202479749917984, 0.025624286383390427, 0.015860293060541153, + 0.034583523869514465, 0.1287153959274292, 0.048347849398851395, -0.05267585068941116, + 0.02002713270485401, 0.12087301909923553, 0.024546770378947258, 0.08009672909975052, + 0.06230689212679863, 0.039320316165685654, 0.06659775972366333, 0.0916391909122467, 0.0849032923579216, + 0.062297530472278595, 0.13265952467918396, 0.18363678455352783, -0.03879621624946594, + 0.018740441650152206, 0.013268710114061832, 0.036896876990795135, 0.037408873438835144, + 0.0176760945469141, 0.022284753620624542, 0.10290118306875229, 0.057671185582876205, + 0.04007825627923012, 0.019103795289993286, 0.04440237209200859, 0.012918914668262005, + 0.09377572685480118, 0.022550849243998528, 0.1075516939163208, 0.030997300520539284, + 0.03611516207456589, 0.03540690615773201, 0.0012165784137323499, 0.027748826891183853, + 0.0359196811914444 + ], + [ + 0.020114373415708542, 0.14872115850448608, 0.13808894157409668, -0.0684121623635292, + -0.002593092853203416, 0.11308734118938446, 0.10453628748655319, 0.11358509957790375, + 0.06300391256809235, 0.06005886569619179, 0.038831599056720734, 0.04026301950216293, + 0.06377093493938446, 0.004650209564715624, 0.016782471910119057, 0.04075542092323303, + 0.09102597832679749, 0.12174129486083984, 0.02233593724668026, -0.09091436862945557, + 0.07898560911417007, -0.00020969352044630796, -0.14270664751529694, -0.06865784525871277, + 0.02686656266450882, -0.004527042619884014, -0.08208607882261276, 0.02775719203054905, + 0.09711615741252899, 0.10105971246957779, 0.014940019696950912, 0.05842386186122894, + 0.14019536972045898, -0.04605013504624367, -0.0036133236717432737, 0.08047621697187424, + 0.026460953056812286, -0.016379626467823982, 0.1697036623954773, 0.02801358699798584, + 0.08438514918088913, -0.01165132224559784, 0.04789052531123161, 0.08590742945671082, + 0.09391575306653976, 0.1437007188796997, 0.036251235753297806, -0.056186921894550323, + 0.03902360051870346, 0.026430048048496246, -0.0208729300647974, 0.013216311112046242, + 0.03180303797125816, 0.21354466676712036, 0.14790773391723633, 0.042555082589387894, + 0.07006440311670303, 0.07914525270462036, 0.04972740262746811, 0.08895184844732285, + 0.023845482617616653, 0.03523296117782593, -0.022740401327610016, 0.1131838783621788, + 0.08033423870801926, 0.03363386541604996, 0.09982728213071823, 0.004372131545096636, -0.032521802932024, + -0.17857488989830017, 0.04565316438674927, 0.043238166719675064, 0.03339812904596329, + 0.08838848769664764, 0.15225590765476227, -0.09406226873397827, 0.01703757606446743, + 0.12683269381523132, -0.09193580597639084, 0.014229748398065567, 0.04219318926334381, + -0.15011660754680634, 0.0255424901843071, -0.11527930200099945, -0.03874692693352699, + 0.12119622528553009, -0.07652513682842255, 0.01033767219632864, 0.0007370443199761212, + 0.1093977689743042, -0.0867210254073143, 0.013929782435297966, -0.06361702084541321, 0.0798017829656601, + 0.12941564619541168, -0.020260510966181755, 0.09116649627685547, 0.10796021670103073, + 0.15473079681396484, 0.06086130440235138, 0.008937973529100418, 0.12454421073198318, + 0.020713848993182182, 0.02461797371506691, -0.0539838969707489, 0.09436822682619095, + 0.11244908720254898, -0.0031953835859894753, -0.13117823004722595, -0.007892238907516003, + -0.03339031711220741, -0.06099642813205719, 0.018113376572728157, -0.029221050441265106, + 0.10500521212816238, -0.1086176335811615, 0.02902880683541298, 0.03423720598220825, + -0.006778989918529987, 0.015497843734920025, 0.12110582739114761, -0.026949819177389145, + 0.030554408207535744, 0.0236267801374197, 0.058119453489780426, 0.06843220442533493, + 0.06580305099487305, 0.11007896810770035, -0.19976577162742615, -0.11999735981225967, + 0.02025521919131279, 0.0706399455666542, 0.1328553855419159, -0.06244318187236786, + -0.007995115593075752, -0.05001552775502205, 0.07544291019439697, 0.043689507991075516, + 0.14147882163524628, 0.08108796179294586, 0.038743577897548676, 0.039477113634347916, + 0.1266646683216095, 0.09972002357244492, 0.013307871297001839, 0.023195018991827965, + -0.028032664209604263, 0.04721209779381752, 0.10469262301921844, -0.07477931678295135, + 0.1072976142168045, -0.0037680622190237045, -0.04940313473343849, 0.0723690614104271, + -0.043952759355306625, -0.044863324612379074, 0.13636675477027893, 0.0401405431330204, + 0.009384425356984138, -0.027630988508462906, 0.1280224770307541, 0.08838649094104767, + 0.06805876642465591, -0.034932173788547516, 0.018993137404322624, 0.12959802150726318, + 0.03664711117744446, -0.03954169154167175, 0.10398656129837036, 0.07971078902482986, + 0.036548908799886703, -0.05353313311934471, 0.18890748918056488, 0.13304854929447174, + 0.01843230240046978, 0.09990803897380829, 0.10458827763795853, 0.11355017870664597, + -0.005050197709351778, 0.10033067315816879, 0.09880511462688446, 0.07154995948076248, + -0.05754108726978302, 0.06752316653728485, 0.024760283529758453, 0.17083537578582764, + -0.013896285556256771, 0.0677635446190834, 0.02094097249209881, 0.008704012259840965, + 0.14309096336364746, 0.08600223809480667, 0.14127230644226074, -0.03294304385781288, + -0.0488988533616066, -0.017479028552770615, 0.08996795117855072, 0.1663551926612854, + 0.11079767346382141, 0.07977192848920822, 0.029058774933218956, 0.043753549456596375, + 0.10940510034561157, 0.049061715602874756, -0.047393132001161575, -0.06868909299373627, + -0.05184789001941681, -0.02775815688073635, 0.02138178050518036, 0.12530870735645294, + 0.05006292462348938, 0.12612563371658325, 0.06791646033525467, 0.061597954481840134, + -0.06460415571928024, 0.1222449392080307, 0.04625004157423973, 0.024906795471906662, 0.0200070608407259, + 0.18899236619472504, 0.08530938625335693, 0.09594051539897919, 0.058044519275426865, + 0.14616672694683075, 0.06379099935293198, 0.11280657351016998, 0.08979175239801407, + -0.009040768258273602, 0.10932864993810654, 0.16183286905288696, 0.067592091858387, + 0.049828000366687775, 0.08582184463739395, 0.1760503053665161, -0.0664273053407669, + 0.015808438882231712, -0.026544606313109398, -0.01117457915097475, 0.1262337863445282, + -0.07453790307044983, 0.12873810529708862, 0.1182645857334137, 0.08645185083150864, + -0.042058635503053665, 0.01028929278254509, 0.0686570256948471, -0.01615411974489689, + 0.07931043207645416, 0.09686778485774994, 0.10420254617929459, -0.014122175052762032, + 0.11338762193918228, 0.07655488699674606, 0.03323355317115784, 0.004639327991753817, + 0.047179821878671646 + ], + [ + 0.08417963236570358, 0.21111427247524261, 0.12846027314662933, -0.011259217746555805, + 0.056148506700992584, 0.07836966216564178, 0.1289871782064438, 0.0716526135802269, 0.12203256040811539, + 0.019245542585849762, 0.07124314457178116, 0.08534250408411026, 0.054196108132600784, + 0.03627010062336922, 0.03441287949681282, 0.09492776542901993, 0.1259634792804718, 0.07568828016519547, + 0.0676857978105545, -0.017960648983716965, 0.10374808311462402, 0.05020518600940704, + -0.1418333202600479, 0.03323584794998169, 0.08911940455436707, -0.01437345054000616, + -0.09876812994480133, 0.04265466332435608, 0.11748458445072174, 0.07751145958900452, + 0.08440737426280975, 0.014976950362324715, 0.08749078959226608, -0.01960051991045475, + 0.0330154225230217, -0.025174913927912712, 0.04950261488556862, -0.022228261455893517, + 0.07280968874692917, 0.12253756821155548, 0.11708454042673111, 0.01018118392676115, 0.15583297610282898, + 0.06787561625242233, 0.10413090884685516, 0.1326959878206253, 0.1701211929321289, -0.006752283778041601, + 0.03454439714550972, 0.01526498980820179, 0.017168723046779633, 0.006279536057263613, + 0.07799296826124191, 0.10497097671031952, 0.17170505225658417, 0.11616300046443939, 0.02706226333975792, + 0.06595224142074585, 0.14289754629135132, 0.11162778735160828, 0.15251395106315613, 0.06329648941755295, + 0.011001779697835445, 0.15356478095054626, 0.152243971824646, -0.027126261964440346, + 0.049127787351608276, -0.06611119210720062, -0.014276602305471897, -0.21023261547088623, + 0.04473806172609329, 0.1030440479516983, 0.019616277888417244, -0.0021708363201469183, + 0.1735648363828659, -0.02043851651251316, -0.04912746325135231, 0.09144876897335052, + -0.014942732639610767, 0.026412416249513626, 0.045516349375247955, -0.1610940843820572, + 0.020000943914055824, -0.1296582818031311, -0.047791987657547, 0.1622246503829956, 0.020364785566926003, + 0.027516264468431473, 0.08235245198011398, 0.06125462427735329, -0.19559726119041443, + 0.061440035700798035, 0.0045662494376301765, 0.1033129170536995, 0.09439682960510254, + -0.03486369177699089, 0.18351468443870544, 0.08826159685850143, 0.11607985943555832, + 0.0009006155305542052, -0.030207272619009018, 0.09756410121917725, 0.1542845368385315, + 0.043684978038072586, 0.027282485738396645, 0.09733947366476059, 0.07389350235462189, + 0.022767288610339165, -0.12924379110336304, -0.03977755829691887, 0.012770110741257668, + 0.00911249965429306, 0.010207862593233585, -0.015547436662018299, 0.1467328518629074, + -0.16654415428638458, -0.025549987331032753, 0.10672907531261444, 0.014967678114771843, + 0.022144421935081482, 0.09016434848308563, 0.0002060085244011134, 0.06970372796058655, + 0.030822543427348137, 0.17669126391410828, 0.11729379743337631, 0.1540590226650238, + 0.004498123191297054, -0.22579741477966309, -0.12775669991970062, 0.0416494719684124, + 0.11360938847064972, 0.09667903184890747, -0.027380814775824547, 0.08426566421985626, + -0.08700864017009735, 0.04469190910458565, 0.09313397854566574, 0.11269738525152206, + 0.12992969155311584, -0.009110590443015099, -0.010357740335166454, 0.0862499549984932, + 0.04611700773239136, -0.05869443714618683, 0.05806480348110199, -0.07515278458595276, + 0.13576969504356384, -0.022981133311986923, 0.02942252904176712, 0.10227204859256744, + -0.03571164980530739, 0.04140615835785866, 0.1284375935792923, 0.027133051306009293, + -0.03057505004107952, 0.08708002418279648, 0.07429323345422745, 0.048804353922605515, + -0.03400499373674393, 0.15516547858715057, -0.02253304421901703, 0.1529248058795929, + -0.00390448491089046, -0.053676098585128784, 0.14695915579795837, 0.0907212346792221, + -0.20377442240715027, 0.08131388574838638, 0.05761822313070297, 0.06745869666337967, + -0.04457293450832367, 0.1222056970000267, 0.09716422110795975, 0.00705133518204093, 0.2333158254623413, + 0.13666094839572906, 0.18171076476573944, -0.047812655568122864, 0.07792378962039948, + 0.023922624066472054, 0.05641826242208481, -0.049158502370119095, 0.131771519780159, + -0.013264239765703678, 0.16081960499286652, 0.03629527986049652, 0.1155783012509346, + 0.11175703257322311, -0.07854627072811127, 0.08584022521972656, -0.00973120890557766, + 0.20199710130691528, 0.015801839530467987, 0.0014457169454544783, 0.027536628767848015, + 0.021473415195941925, 0.19057288765907288, 0.014241364784538746, -0.03078734502196312, + 0.024121012538671494, 0.10218928009271622, 0.01679104194045067, 0.051332734525203705, + 0.021717146039009094, -0.0025867894291877747, -0.10994657874107361, 0.09347827732563019, + -0.006085612345486879, 0.10391761362552643, 0.025008246302604675, 0.21461714804172516, + 0.12430523335933685, 0.005207970272749662, -0.051104385405778885, 0.10835475474596024, + 0.0018565134378150105, 0.09020393341779709, 0.04832275211811066, 0.15350235998630524, + 0.05124697461724281, -0.03892983868718147, -0.0056513091549277306, 0.10900019109249115, + 0.067566879093647, 0.17820195853710175, 0.09636786580085754, 0.031067611649632454, 0.07927588373422623, + 0.19113071262836456, 0.09045346081256866, 0.03217395767569542, 0.04575458541512489, 0.20461542904376984, + -0.03350311517715454, -0.005815253127366304, 0.04242665693163872, -0.0007549988804385066, + 0.07345958054065704, 0.016026483848690987, 0.14583618938922882, 0.06354900449514389, + -0.021182946860790253, -0.006770962383598089, 0.04134196788072586, 0.04017043486237526, + 0.06450862437486649, 0.12840868532657623, 0.03785017877817154, 0.026430057361721992, + 0.014105456881225109, 0.09282658994197845, 0.048118170350790024, 0.001209149369969964, + 0.05643652006983757, 0.053973324596881866 + ], + [ + -0.01879730075597763, -0.17088061571121216, -0.17119775712490082, 0.04443041980266571, + -0.06611775606870651, -0.06940224766731262, -0.058316949754953384, -0.03413664177060127, + -0.05933205410838127, -0.008693404495716095, -0.05625488609075546, 0.10511784255504608, + -0.07121625542640686, 0.009480624459683895, 0.050592392683029175, -0.1241508275270462, + -0.06724917888641357, -0.05230068415403366, -0.016182146966457367, 0.016125403344631195, + -0.13732504844665527, -0.029502561315894127, 0.08701031655073166, -0.021813420578837395, + -0.06219138577580452, 0.020413225516676903, 0.07919733971357346, 0.032150957733392715, + -0.06813766062259674, 0.019046761095523834, 0.07587246596813202, -0.08643899112939835, + -0.08406808972358704, 0.01691306196153164, 0.0029055883642286062, 0.040112175047397614, + 0.01622319594025612, 0.043621815741062164, -0.08818483352661133, -0.0836670994758606, + -0.007003141567111015, 0.026830704882740974, -0.10404270887374878, -0.02926948294043541, + -0.024659521877765656, -0.11164259910583496, -0.09879371523857117, 0.07991773635149002, + -0.023397622630000114, 0.05109340697526932, 0.004430606495589018, 0.0228324756026268, + 0.04926639050245285, -0.14469890296459198, -0.13819441199302673, 0.020644528791308403, + -0.06261768937110901, -0.03867508843541145, -0.07098270207643509, -0.11635354161262512, + -0.12684808671474457, -0.011426186189055443, 0.01753774844110012, -0.1363077312707901, + -0.09942560642957687, -0.030393309891223907, -0.010851100087165833, 0.0062645841389894485, + 0.05346408113837242, 0.19940277934074402, -0.016805356368422508, -0.01757480762898922, + 0.07760924100875854, -0.04876609891653061, -0.10560904443264008, 0.10994155704975128, + 0.020896831527352333, -0.03619562089443207, -0.014342990703880787, -0.048014651983976364, + 0.04877963662147522, 0.17063266038894653, 0.10497713088989258, 0.2060374915599823, 0.22935833036899567, + -0.12141811847686768, 0.03464590385556221, 0.009702618233859539, -0.03757818415760994, + -0.03124197944998741, 0.1037239134311676, -0.07175277918577194, 0.13194724917411804, + -0.00429979432374239, -0.055753108114004135, 0.036681123077869415, -0.08855946362018585, + 0.01796025224030018, -0.046890195459127426, 0.040267348289489746, 0.09768747538328171, + -0.08209427446126938, 0.0074152518063783646, 0.03966611251235008, 0.028916383162140846, + 0.03895023837685585, -0.09869184345006943, 0.05797989293932915, 0.15830911695957184, + 0.04297782480716705, 0.061896611005067825, 0.027285873889923096, -0.05127105116844177, + 0.035038530826568604, -0.11363350600004196, 0.2163359373807907, 0.021523112431168556, + 0.01994370110332966, -0.053266964852809906, 0.12669812142848969, -0.10355331748723984, + 0.04519012197852135, -0.06894612312316895, 0.00673059094697237, -0.10003627091646194, + -0.08897874504327774, -0.08545392751693726, -0.0655287504196167, 0.19002589583396912, + 0.13318674266338348, 0.07425945997238159, -0.009067223407328129, -0.11922015249729156, + 0.0063342987559735775, -0.0028596827760338783, 0.017781442031264305, -0.0954408347606659, + -0.07645238190889359, -0.16193163394927979, -0.02536904253065586, -0.016366824507713318, + -0.03698193281888962, -0.026795808225870132, 0.07125059515237808, 0.05349613353610039, + 0.05708327889442444, 0.052356552332639694, -0.08101121336221695, 0.04338144138455391, + 0.11039495468139648, 0.023145783692598343, 0.09127721190452576, 0.07382020354270935, + -0.11125683784484863, 0.06861377507448196, 0.09660036116838455, -0.14333167672157288, + 0.000876597361639142, -0.009451745077967644, 0.06722543388605118, -0.13159821927547455, + -0.009497865103185177, -0.048272840678691864, -0.00023426591360475868, 0.10488281399011612, + -0.032582130283117294, -0.109422467648983, 0.15368390083312988, 0.03156035393476486, + 0.049725670367479324, -0.04942598566412926, 0.0037500516045838594, -0.12203795462846756, + -0.04022929444909096, -0.02706889808177948, -0.12596412003040314, -0.05440770462155342, + -0.10911843925714493, 0.09932532161474228, 0.0047307852655649185, -0.03379591181874275, + 0.028501400724053383, 0.1248125210404396, -0.056615520268678665, 0.06907229870557785, + -0.18533962965011597, 0.0006087583606131375, -0.0489170178771019, -0.017747456207871437, + 0.12128116190433502, -0.19790340960025787, 0.022982044145464897, -0.074711374938488, + 0.08927357941865921, 0.04222525283694267, 0.0044320570304989815, 0.006373551674187183, + -0.05637739226222038, -0.0167359821498394, 0.06600110977888107, 0.10921098291873932, + -0.01111417543143034, 0.0036877933889627457, -0.07338645309209824, 0.0472959540784359, + 0.04142284393310547, 0.13487838208675385, 0.04266536608338356, -0.011134414002299309, + -0.11352831870317459, -0.010015535168349743, -0.07574855536222458, -0.15986113250255585, + 0.08251472562551498, 0.10638228058815002, -0.033580925315618515, 0.05212949216365814, + 0.04894580692052841, 0.022695371881127357, -0.17693082988262177, -0.019201738759875298, + 0.023976797237992287, 0.004967660643160343, -0.13265615701675415, -0.03590505197644234, + -0.0457330122590065, -0.06202123686671257, -0.0247561726719141, -0.08539773523807526, + -0.051500353962183, -0.01335238292813301, -0.003227987326681614, -0.05843805894255638, + -0.07323890924453735, 0.06044264882802963, 0.056156598031520844, 0.021100806072354317, + 0.00863642618060112, -0.09817630052566528, 0.0021705436520278454, -0.11610506474971771, + -0.02419350855052471, 0.07760190963745117, 0.08017821609973907, 0.013724792748689651, + -0.05102350562810898, -0.03630618005990982, -0.09059809148311615, 0.0398348905146122, + -0.08962801843881607, -0.03240416571497917, 0.02575409598648548, -0.07903221994638443, + -0.01715373806655407, 0.01491480227559805, -0.05912410467863083 + ], + [ + -0.00933249294757843, 0.038489118218421936, -0.06089790165424347, 0.00528502743691206, + -0.06211801618337631, 0.0426589772105217, -0.05371810123324394, -0.018650837242603302, + 0.053536079823970795, 0.02435760200023651, -0.039932116866111755, 0.04631388187408447, + -0.05425979942083359, 0.0043553076684474945, -0.033267345279455185, -0.05700341612100601, + 0.028668858110904694, 0.009886287152767181, -0.05939078703522682, 0.050964999943971634, + -0.022880762815475464, 0.03057473711669445, 0.01780414581298828, -0.03243422508239746, + 0.00951509177684784, 0.024175535887479782, -0.05809290334582329, 0.014668427407741547, + -0.008090540766716003, -0.012193657457828522, 0.043696075677871704, 0.03907712921500206, + 0.059624865651130676, 0.02742086909711361, -0.04759872704744339, 0.0429980605840683, + -0.07713518291711807, -0.023530583828687668, -0.001287713646888733, -0.04100833833217621, + 0.00017537921667099, -0.006549897138029337, 0.033403538167476654, -0.02952452003955841, + -0.0439595952630043, 0.05523676425218582, -0.026920631527900696, -0.054782040417194366, + -0.034527987241744995, -0.003939196467399597, -0.05314843729138374, -0.054418276995420456, + -0.02558942884206772, -0.060932792723178864, 0.026788555085659027, 0.049768269062042236, + 0.009979404509067535, 0.020894698798656464, -0.006764203310012817, 0.011590823531150818, + 0.05113597959280014, 0.036817558109760284, -0.019406206905841827, 0.027819760143756866, + -0.035561613738536835, -0.013950184918940067, 0.008620879612863064, -0.03194943442940712, + 0.02936375141143799, 0.03128114342689514, -0.02966172806918621, -0.04464395344257355, + -0.04880820959806442, -0.046585410833358765, 0.05016196519136429, 0.042815912514925, + 0.031074335798621178, 0.03872399777173996, 0.04273322969675064, -0.010239489376544952, + 0.03326167166233063, -0.06491445749998093, -0.03452422097325325, -0.03898909315466881, + -0.03045707754790783, -0.01466389000415802, 0.026266643777489662, -0.059173665940761566, + -0.04249225929379463, -0.04239197075366974, -0.04185303673148155, -0.04550480097532272, + 0.021423345431685448, 0.013714343309402466, -0.057836227118968964, 0.007984225638210773, + -0.03622265160083771, 0.022840777412056923, 0.006738051772117615, 0.014898153021931648, + -0.03108464740216732, 0.056542277336120605, 0.002779532689601183, -0.015682587400078773, + -0.061458520591259, -0.03668450564146042, 0.00015498697757720947, 0.03968316689133644, + -0.03899408504366875, -0.049293309450149536, 0.003837649477645755, -0.0403418242931366, + 0.030578285455703735, -0.06490430235862732, 0.012857414782047272, 0.006263391580432653, + 0.03602137789130211, 0.011185482144355774, 0.045265283435583115, -0.05572524666786194, + -0.05752041935920715, -0.042446788400411606, -0.05865953862667084, -0.04901651293039322, + -0.0018785223364830017, -0.037305526435375214, -0.03068476915359497, -0.014595545828342438, + -0.05587761104106903, 0.02416323870420456, -0.023367658257484436, -0.019844219088554382, + -0.06543099880218506, -0.04643760621547699, -0.04606430232524872, -0.05935463309288025, + 0.054808393120765686, 0.026800304651260376, -0.022873342037200928, -0.03953114524483681, + 0.030571356415748596, -0.058215975761413574, 0.02521226555109024, -0.054726287722587585, + -0.024797797203063965, 0.00968148559331894, -0.006715489085763693, 0.0031905174255371094, + 0.007953926920890808, 0.01500318106263876, 0.015225403010845184, -0.043200910091400146, + 0.003232048125937581, 0.011821448802947998, -0.05696878209710121, -0.01657276600599289, + -0.05584895610809326, 0.03974907100200653, -0.017238086089491844, 0.02480967901647091, + -0.005850516259670258, -0.030939029529690742, 0.060397543013095856, -0.02148989588022232, + 0.053681835532188416, 6.124377250671387e-5, 0.026155583560466766, 0.022125625982880592, + -0.03452872484922409, -0.007424362003803253, -0.07128220796585083, 0.01297684758901596, + -0.024296864867210388, -0.04509725421667099, 0.0015803261194378138, 0.027176689356565475, + -0.005631288047879934, 0.05682802200317383, -0.029339443892240524, 0.05044522136449814, + 0.017874307930469513, 0.040040045976638794, -0.04209650307893753, 0.05961502343416214, + -0.032488904893398285, -0.009571684524416924, -0.05237611383199692, -0.010571040213108063, + 0.034641772508621216, -0.04102282226085663, 0.009984977543354034, -0.01762523502111435, + -0.06234010308980942, -0.04328352212905884, -0.0031272738706320524, -0.0005758973420597613, + -0.02500782161951065, -0.011777624487876892, 0.0003477558493614197, -0.03919973596930504, + -0.06288835406303406, 0.022739455103874207, -0.03194532170891762, 0.02034146338701248, + 0.020070550963282585, 0.004927416797727346, 0.013729535974562168, -0.054950445890426636, + 3.231680966564454e-5, 0.009740136563777924, -0.04863947257399559, -0.011778853833675385, + 0.0038158148527145386, 0.03176771476864815, 0.048121318221092224, -0.029978372156620026, + 0.009213171899318695, 0.05429893732070923, -0.012070581316947937, -0.058613695204257965, + 0.02809811569750309, -0.03945882245898247, 0.02690134570002556, 0.022749699652194977, + 0.014045298099517822, -0.04301349073648453, 0.03606554865837097, 0.04801592230796814, + 0.052291955798864365, 0.05686198174953461, -0.02739027887582779, 0.035098254680633545, + -0.05972100794315338, 0.03968072682619095, 0.00903156865388155, -0.008968941867351532, + 0.04757733643054962, -0.0048238541930913925, -0.02515370026230812, -0.004798185080289841, + -0.028776898980140686, 0.039194948971271515, 0.00811324268579483, 0.004297628998756409, + 0.012244190089404583, -0.029704900458455086, -0.0685432031750679, -0.025564655661582947, + 0.016326984390616417, -0.06532913446426392, 0.05096506327390671, 0.005208559334278107, + 0.009029395878314972, 0.04509773105382919, -0.0442681610584259, 0.015523702837526798 + ], + [ + 0.12335177510976791, 0.22232140600681305, 0.0663607269525528, -0.0009270776645280421, + 0.12740066647529602, 0.1107301265001297, 0.15980911254882812, 0.11897243559360504, 0.1530844271183014, + 0.11724542826414108, 0.038557738065719604, 0.02500765398144722, 0.08842577040195465, + -0.0013597774086520076, 0.09491433948278427, 0.09689696878194809, 0.15743544697761536, + 0.15433932840824127, 0.09568310528993607, -0.05750029534101486, 0.11137286573648453, + 0.01752449944615364, -0.0566130205988884, 0.037884969264268875, 0.16347253322601318, + -0.024187026545405388, -0.06617113947868347, 0.12219483405351639, 0.04402446746826172, + 0.03230047598481178, 0.0573371984064579, 0.09605328738689423, 0.14989891648292542, + -0.025140227749943733, 0.08772437274456024, 0.052241891622543335, -0.04144378378987312, + 0.06222065910696983, 0.0590321347117424, 0.11735819280147552, 0.04437761753797531, -0.04012422263622284, + 0.039467550814151764, 0.014836510643362999, 0.08074796944856644, 0.13512501120567322, + 0.10474604368209839, -0.03457106277346611, 0.02468566596508026, -0.016742413863539696, + -0.03678622096776962, 0.028992949053645134, 0.08582393825054169, 0.19406665861606598, + 0.06642013043165207, 0.08795233815908432, 0.025520604103803635, 0.012353522703051567, + 0.07187674939632416, 0.1435072273015976, 0.1293790340423584, 0.07054085284471512, -0.05312669277191162, + 0.08326034992933273, 0.04817722737789154, 0.028465511277318, 0.09393323957920074, -0.028302745893597603, + -0.01916171982884407, -0.17715197801589966, 0.06446775048971176, 0.034618835896253586, + 0.03564544767141342, 0.05441172048449516, 0.13744771480560303, -0.03418143093585968, + 0.0004527006531134248, 0.10787832736968994, -0.0696740448474884, 0.04048747196793556, + 0.0499013252556324, -0.0825834572315216, 0.019707512110471725, -0.15685495734214783, + -0.07665146887302399, 0.07801543921232224, 0.02546699158847332, 0.05767623707652092, + 0.005816671531647444, 0.044291991740465164, -0.12208192050457001, 0.11034597456455231, + 0.012901373207569122, 0.06166904792189598, 0.0878891721367836, -0.06853187829256058, + 0.05510555952787399, 0.14799369871616364, 0.089706189930439, 0.05744417756795883, -0.018395695835351944, + 0.09256207197904587, 0.05487911030650139, -0.0071470243856310844, -0.0057961284182965755, + 0.012373954057693481, 0.03460153564810753, -0.017226217314600945, -0.10847603529691696, + -0.007180561311542988, -0.001775093493051827, -0.04459305480122566, 0.033363085240125656, + 0.021037999540567398, 0.11145676672458649, -0.1650710552930832, -0.04598679021000862, + 0.037301257252693176, 0.025525251403450966, 2.2004081984050572e-5, 0.07060129940509796, + -0.010282662697136402, 0.1250288039445877, 0.10811865329742432, 0.1140589788556099, 0.11641190201044083, + 0.08984321355819702, 0.044984132051467896, -0.1893809735774994, -0.0387248620390892, -0.033698920160532, + 0.12319419533014297, 0.06709881871938705, -0.005292679648846388, 0.029912536963820457, + -0.03394145891070366, 0.10879603773355484, 0.10901335626840591, 0.13789238035678864, 0.1489342302083969, + -0.0384630486369133, 0.05125589668750763, 0.07125262171030045, 0.020843617618083954, + 0.061485905200242996, 0.06513486802577972, -0.06963972747325897, 0.08949726819992065, + 0.05732155963778496, -0.08450308442115784, 0.09283600002527237, -0.04425397142767906, + 0.005164743401110172, 0.11712146550416946, -0.04440785199403763, 0.02082696184515953, + 0.13178670406341553, 0.01043357141315937, 0.09420176595449448, 0.04700082540512085, 0.12186168879270554, + 0.02826238051056862, 0.14633074402809143, -0.05719318985939026, -0.005184036213904619, + 0.07999519258737564, 0.13596771657466888, -0.11834107339382172, 0.07601828128099442, + 0.029055669903755188, 0.12373986840248108, -0.010075176134705544, 0.15039655566215515, + 0.14342938363552094, 0.10633660852909088, 0.09330469369888306, 0.14932255446910858, 0.1091010794043541, + 0.008273531682789326, 0.07066664099693298, 0.03545268997550011, 0.11417806148529053, + -0.06329349428415298, 0.06331876665353775, -0.008044380694627762, 0.06028542295098305, + 0.05421517789363861, 0.02529824525117874, 0.0692841187119484, -0.037242334336042404, + 0.043332308530807495, 0.0904865488409996, 0.19109924137592316, 0.054248128086328506, + 0.01300804316997528, 0.01910446584224701, 0.10009133815765381, 0.17209598422050476, 0.07256767898797989, + 0.046813398599624634, -0.003561378223821521, 0.0665227398276329, 0.0008859449299052358, + 0.07216329872608185, 0.004113420844078064, -0.048349883407354355, -0.15000425279140472, + 0.037963151931762695, 0.017576802521944046, 0.16920650005340576, 0.09407951682806015, + 0.09882894903421402, 0.1509275585412979, 0.04296525567770004, -0.07515846937894821, 0.0949438214302063, + 0.014037106186151505, 0.09177108854055405, 0.08530779927968979, 0.12094485759735107, + 0.006655714940279722, -0.03460356965661049, 0.07473205029964447, 0.09878478944301605, + 0.056302960962057114, 0.12459782510995865, 0.003644977929070592, -0.0054680174216628075, + 0.15157023072242737, 0.141239732503891, 0.12396874278783798, 0.034947074949741364, 0.03326159715652466, + 0.11914622783660889, 0.022657256573438644, 0.04472927004098892, 0.08202892541885376, + 0.01629536785185337, 0.06029944121837616, 0.027124540880322456, 0.09213213622570038, + 0.12980110943317413, 0.052761491388082504, -0.004887856543064117, -0.048450253903865814, + 0.09725282341241837, 0.026998337358236313, 0.14007122814655304, 0.04211094602942467, + 0.08546329289674759, 0.05661819875240326, 0.07247759401798248, 0.03437937796115875, 0.07143644988536835, + -0.015211028978228569, 0.0239145215600729 + ], + [ + 0.13713698089122772, 0.15128329396247864, 0.06334356218576431, -0.05585019290447235, + 0.01148062851279974, 0.1027907282114029, 0.048581257462501526, 0.056026335805654526, 0.0777345821261406, + 0.053015291690826416, 0.08911560475826263, 0.008083256892859936, 0.11603933572769165, + 0.04849252849817276, 0.1222238764166832, 0.026754504069685936, 0.16538482904434204, 0.04195372387766838, + 0.03418511152267456, 0.014356030151247978, 0.05435335263609886, 0.04797523468732834, + -0.18466807901859283, -0.03138377517461777, 0.09527815133333206, -0.0071871718391776085, + -0.08461421728134155, 0.09422516822814941, 0.08364396542310715, 0.060731638222932816, + 0.047802284359931946, 0.028556132689118385, 0.13561305403709412, 0.04252060502767563, + 0.05250392481684685, -0.006016631610691547, -0.049658775329589844, 0.10981660336256027, + 0.12743119895458221, 0.11269183456897736, 0.14112474024295807, 0.01186473947018385, 0.0701473131775856, + 0.054339297115802765, 0.036731645464897156, 0.0732821598649025, 0.1393962800502777, 0.00281892204657197, + 0.05165034532546997, -0.025738177821040154, 0.008016089908778667, -0.016273507848381996, + 0.09396761655807495, 0.11854659765958786, 0.12531280517578125, 0.1129828467965126, 0.09467258304357529, + 0.0589645616710186, 0.09893786907196045, 0.09450796991586685, 0.11541107296943665, 0.09991128742694855, + -0.10013846307992935, 0.12297002971172333, 0.15634314715862274, 0.05578368529677391, + 0.07934042811393738, 0.05557521432638168, 0.03991146385669708, -0.14953719079494476, + 0.11758111417293549, 0.03445299714803696, 0.07146944105625153, 0.04047560691833496, 0.09500066936016083, + -0.09902364760637283, -0.03497714176774025, 0.10876891016960144, -0.05528285354375839, + 0.06887843459844589, 0.005920639727264643, -0.1556108593940735, -0.06803982704877853, + -0.14561599493026733, -0.12693189084529877, 0.1675768941640854, 0.018710345029830933, + 0.01759074442088604, -0.0034574333112686872, 0.12939763069152832, -0.0905182808637619, + 0.11307670921087265, -0.06849589943885803, 0.08948726952075958, 0.03840803727507591, + -0.0793556347489357, 0.023658521473407745, 0.05421170964837074, 0.07314811646938324, + 0.04649263247847557, -0.05452591925859451, 0.06356192380189896, 0.11683389544487, 0.0564754419028759, + 0.04356354847550392, 0.07012549787759781, 0.13428492844104767, -0.04453130066394806, + -0.19877883791923523, 0.02742265909910202, -0.07435877621173859, -0.05239063501358032, + 0.05846153572201729, 0.050017308443784714, 0.19736886024475098, -0.12830118834972382, + 0.017288953065872192, 0.1306244134902954, 0.08369158208370209, 0.03452618047595024, + 0.027074972167611122, -0.018863249570131302, 0.10924563556909561, 0.08820102363824844, + 0.08486652374267578, 0.16888444125652313, 0.18433526158332825, 0.010960930027067661, + -0.1408289074897766, -0.12092236429452896, -0.061075299978256226, 0.09079982340335846, + 0.08823014050722122, 0.011473746970295906, 0.09055162221193314, -0.05006483197212219, + 0.07918786257505417, 0.11081648617982864, 0.20457929372787476, 0.09819800406694412, + -0.01269918866455555, 0.0950828343629837, 0.16091513633728027, -0.014221693389117718, + 0.0824253037571907, 0.08666583895683289, -0.06642358750104904, 0.10215628147125244, 0.09298732131719589, + -0.06984918564558029, 0.017956387251615524, -0.015545549802482128, -0.03643656149506569, + 0.1576160192489624, -0.0394120067358017, 0.002306445734575391, 0.13017888367176056, + 0.007430901750922203, 0.032288528978824615, -0.059455014765262604, 0.14595197141170502, + 0.053651969879865646, 0.19085527956485748, 0.02171100117266178, -0.06406369060277939, + 0.07113754004240036, 0.15196116268634796, -0.11870982497930527, -0.0011560801649466157, + 0.07811086624860764, 0.06062513589859009, -0.004758157767355442, 0.19374492764472961, + 0.02260388247668743, 0.060229431837797165, 0.12576492130756378, 0.1507806032896042, 0.17201557755470276, + 0.02662521041929722, 0.05675194039940834, 0.007910385727882385, 0.100240059196949, -0.05019510164856911, + 0.05490558221936226, 0.06606338173151016, 0.07741717994213104, 0.013432655483484268, 0.1510259211063385, + 0.09153556078672409, -0.017318328842520714, 0.07390371710062027, -0.010718231089413166, + 0.15257492661476135, -0.05856325849890709, -0.03546096384525299, 0.07505673170089722, + 0.10810209065675735, 0.19888725876808167, 0.06816225498914719, 0.05672509968280792, + -0.036312129348516464, 0.04895218834280968, 0.09675977379083633, 0.13380315899848938, + -0.026857469230890274, -0.02627398446202278, -0.09522762149572372, 0.008418036624789238, + 0.057810913771390915, 0.09408386051654816, 0.055837154388427734, 0.12509728968143463, + 0.15794208645820618, 0.001828941167332232, -0.09103064984083176, 0.14391832053661346, + 0.04105560481548309, 0.12374454736709595, 0.08940504491329193, 0.14635272324085236, 0.03808968514204025, + 0.027142470702528954, 0.06352706998586655, 0.11149683594703674, 0.09880644828081131, + 0.11359531432390213, 0.046290162950754166, 0.02341695874929428, 0.10412918776273727, + 0.14712123572826385, 0.07449255138635635, 0.05806006118655205, 0.1087997555732727, 0.14954379200935364, + 0.022761184722185135, 0.04839281365275383, 0.09224417060613632, 0.014579621143639088, + 0.028487475588917732, -0.05582505837082863, 0.10444816946983337, 0.09579673409461975, + 0.029807953163981438, 0.03165819123387337, -0.025028400123119354, 0.11224626004695892, + 0.0800064355134964, 0.04011094197630882, 0.07439973205327988, 0.06563761085271835, 0.0803145319223404, + 0.03466048091650009, 0.11553189158439636, 0.10522200912237167, 0.08467848598957062, 0.06892997771501541 + ], + [ + 0.13112473487854004, 0.11277280747890472, 0.10289082676172256, -0.07831205427646637, + -0.01311931386590004, 0.1005348190665245, 0.12556642293930054, 0.12472166866064072, 0.16300106048583984, + 0.10424277186393738, -0.002009084215387702, -0.0005363000673241913, 0.03880226984620094, + 0.05793812498450279, 0.06697560846805573, 0.0480111688375473, 0.07415228337049484, 0.12190145999193192, + 0.025259116664528847, -0.06003391742706299, 0.14089693129062653, 0.05589129775762558, + -0.053258612751960754, -0.05523892864584923, 0.09229180216789246, -0.06296877562999725, + -0.09700990468263626, 0.11195328086614609, 0.05669129267334938, 0.03481295332312584, + -0.020211780443787575, 0.050490349531173706, 0.06977732479572296, 0.019840499386191368, + 0.07172923535108566, 0.04770587384700775, 0.05863970145583153, 0.06759612262248993, 0.08734634518623352, + 0.1380697637796402, 0.13611391186714172, 0.004513923544436693, 0.019106635823845863, 0.1019883081316948, + 0.08856586366891861, 0.0876035988330841, 0.07020482420921326, 0.020908091217279434, + 0.046288371086120605, -0.044830072671175, -0.010526200756430626, -0.02908051200211048, + 0.05084307864308357, 0.1301971822977066, 0.08864486962556839, 0.08187970519065857, 0.01976630464196205, + 0.0004510522121563554, 0.0898279920220375, 0.14322705566883087, 0.11619439721107483, 0.1118559017777443, + -0.0443403497338295, 0.166772723197937, 0.12492315471172333, 0.023229029029607773, 0.08732207119464874, + 0.010965146124362946, 0.011784377507865429, -0.1672067940235138, 0.03947492316365242, + 0.08811776340007782, -0.008549259975552559, 0.002805755939334631, 0.10275102406740189, + -0.04197101294994354, 0.024739520624279976, -0.0005433777114376426, -0.08351291716098785, + 0.05924149602651596, 0.006429034750908613, -0.11153779923915863, -0.03862559050321579, + -0.17588086426258087, -0.11533942073583603, 0.1530449390411377, 0.016944944858551025, + 0.0723203644156456, -0.0014335170853883028, 0.07309316843748093, -0.0724954828619957, + 0.08647238463163376, -0.008123580366373062, 0.06015217304229736, 0.09900780767202377, + 0.02424815483391285, 0.1267205774784088, 0.0857132226228714, 0.1448846310377121, -0.0029764838982373476, + -0.015762610360980034, 0.04908948391675949, 0.09778276085853577, 0.013056442141532898, + 0.006737254559993744, 0.09046943485736847, 0.06641445308923721, 0.02167549543082714, + -0.08958158642053604, -0.004840807523578405, -0.06763123720884323, 0.02139144577085972, + 0.07470390945672989, 0.056013185530900955, 0.07048169523477554, -0.11670920997858047, + -0.057539407163858414, 0.12280081957578659, 0.024644730612635612, 0.061529889702796936, + 0.050594739615917206, -0.019982265308499336, 0.0782025083899498, 0.08073648810386658, + 0.10140755027532578, 0.11469508707523346, 0.07541439682245255, 0.0696454793214798, -0.169418603181839, + -0.04905511811375618, 0.021050486713647842, 0.06985900551080704, 0.10955403745174408, + 0.021970441564917564, 0.022411562502384186, -0.018700499087572098, 0.1354425847530365, + 0.026963330805301666, 0.18668636679649353, 0.10113752633333206, -0.03098922036588192, + 0.07991158217191696, 0.09417223930358887, 0.032163023948669434, 0.011833586730062962, + 0.048031456768512726, -0.09041399508714676, 0.04285157844424248, 0.03590783104300499, + -0.0725916177034378, 0.07722049206495285, -0.03047828935086727, 0.05794796347618103, + 0.11749423295259476, 0.03481459990143776, -0.03845261037349701, 0.10017935931682587, + 0.06324326992034912, 0.019049175083637238, -0.00972224771976471, 0.0844329372048378, + 0.06212815269827843, 0.08901862055063248, -0.040552809834480286, -0.024555230513215065, + 0.11299516260623932, 0.07654670625925064, -0.0619119368493557, 0.1263502985239029, 0.02230350859463215, + 0.13755032420158386, -0.0007104625692591071, 0.12461832165718079, 0.07284274697303772, + 0.01870838552713394, 0.0997573584318161, 0.1906968653202057, 0.21270884573459625, 0.014677269384264946, + -0.014374939724802971, 0.0416618287563324, 0.08142221719026566, -0.07771966606378555, + 0.11558788269758224, -0.03814338520169258, 0.13361035287380219, 0.05695032328367233, + 0.06678026169538498, 0.10420235991477966, -0.08230007439851761, 0.06535574048757553, + 0.09862440079450607, 0.16734325885772705, -0.04967471584677696, -0.04871769994497299, + 0.02941283956170082, 0.0931357741355896, 0.17738918960094452, 0.1376575082540512, -0.04175839573144913, + -0.04990455135703087, 0.04383718594908714, 0.051780134439468384, 0.045658767223358154, + 0.02895422652363777, 0.0038551429752260447, -0.11555425822734833, 0.0032244035974144936, + 0.05900654196739197, 0.0886697992682457, 0.09369808435440063, 0.13165707886219025, 0.13806280493736267, + 0.004644122440367937, -0.07177229970693588, 0.16214676201343536, 0.019321419298648834, + 0.06579840183258057, 0.08233281224966049, 0.09661517292261124, 0.01904732547700405, + -0.01640261523425579, 0.027254393324255943, 0.1526838093996048, 0.025659656152129173, + 0.13661839067935944, 0.038838598877191544, 0.07053512334823608, 0.16113021969795227, + 0.07776849716901779, 0.13313661515712738, 0.01311474572867155, 0.11570677161216736, 0.08743757009506226, + 0.029197562485933304, -0.0032360923942178488, -0.030776308849453926, 0.021351143717765808, + 0.110277459025383, -0.013542371802031994, 0.12568320333957672, 0.1586420089006424, + -0.009855663403868675, 0.0012069931253790855, 0.02990703657269478, 0.023502953350543976, + -0.010608259588479996, 0.058804191648960114, 0.00015247635019477457, 0.09873922914266586, + 0.08452744781970978, 0.013485601171851158, 0.09700373560190201, 0.07567130774259567, + 0.06574375927448273, 0.12380234152078629 + ], + [ + 0.12858498096466064, 0.14001594483852386, 0.20293028652668, -0.0008226964273490012, 0.0330558717250824, + 0.05097994953393936, 0.05311653017997742, 0.044706881046295166, 0.14483021199703217, + 0.052697230130434036, 0.024160420522093773, 0.07551224529743195, 0.05418163910508156, + -0.01088116317987442, 0.0863666906952858, 0.13357999920845032, 0.06660512834787369, 0.16274802386760712, + 0.08962050080299377, -0.024988684803247452, 0.1075039729475975, 0.011594126001000404, + -0.12630389630794525, 0.052502088248729706, 0.1414507031440735, 0.0301970262080431, + -0.05963544920086861, 0.09075387567281723, 0.11206716299057007, 0.08148231357336044, + 0.07546728104352951, 0.07477670907974243, 0.13630566000938416, 0.00625754427164793, 0.09484296292066574, + 0.08345700055360794, -0.030158091336488724, 0.0061994330026209354, 0.09795428067445755, + 0.04422112554311752, 0.05888466536998749, 0.019804440438747406, 0.08897822350263596, + 0.015614887699484825, 0.03380865976214409, 0.023795442655682564, 0.05814168229699135, + -0.09246089309453964, 0.07258060574531555, -0.03372218832373619, -0.03699031099677086, + -0.0377705879509449, 0.08446519076824188, 0.15276506543159485, 0.051509469747543335, + 0.14707638323307037, 0.06896086037158966, 0.08719570189714432, 0.11557115614414215, 0.13183359801769257, + 0.10102333128452301, 0.0606452152132988, -0.02001337520778179, 0.18652018904685974, 0.1266135424375534, + 0.011144478805363178, 0.046158988028764725, -0.012266398407518864, 0.06837114691734314, + -0.2068435251712799, -0.01712879166007042, 0.0373300276696682, 0.058013707399368286, + 0.03142670914530754, 0.11421781033277512, -0.03406275063753128, -0.03337441384792328, + 0.06318376213312149, -0.058219559490680695, 0.014406741596758366, -0.015797780826687813, + -0.09797987341880798, 0.003974291030317545, -0.13254208862781525, -0.03512819856405258, + 0.07453975081443787, 0.014480614103376865, 0.01902221329510212, 0.007342092227190733, + 0.08387760818004608, -0.05749819800257683, 0.018231695517897606, -0.04907500743865967, + 0.12186895310878754, 0.14462707936763763, -0.06599345058202744, 0.1506294161081314, 0.11205670982599258, + 0.16391628980636597, 0.0837768167257309, 0.007278461940586567, 0.04644893482327461, 0.12650039792060852, + 0.012044413015246391, -0.0409858338534832, 0.06935630738735199, 0.07787182182073593, + -0.028404289856553078, -0.16533876955509186, 0.01684814877808094, -0.02104351297020912, + 0.002102605067193508, 0.12215501070022583, 0.004874448757618666, 0.17675386369228363, + -0.1377171277999878, -0.006098545156419277, 0.11631269007921219, 0.0032865270040929317, + 0.032279882580041885, 0.13067439198493958, 0.014614194631576538, 0.11065691709518433, + 0.07712067663669586, 0.08729724586009979, 0.05283593758940697, 0.12174493819475174, 0.06719940155744553, + -0.18090522289276123, -0.08288133144378662, -0.07168084383010864, 0.12198203802108765, + 0.14434053003787994, 0.023491326719522476, 0.0797811970114708, -0.05217353254556656, 0.0209043025970459, + 0.08988407999277115, 0.14908860623836517, 0.143808051943779, 0.005063125863671303, 0.029900364577770233, + 0.029439253732562065, 0.030811678618192673, 0.06927675008773804, 0.049125831574201584, + -0.05723749101161957, 0.10007885098457336, 0.09045813977718353, -0.0570015013217926, + 0.08724621683359146, 0.03716148063540459, 0.06173446774482727, 0.07678160071372986, + -0.005198464263230562, -0.06101308763027191, 0.12259116023778915, 0.08760665357112885, + 0.11073939502239227, -0.02890745922923088, 0.0816752165555954, 0.07860828936100006, 0.13259854912757874, + -0.012620821595191956, 0.03830375149846077, 0.1162380576133728, 0.0647880807518959, + -0.10045302659273148, 0.05485691875219345, 0.05187508463859558, 0.10525824874639511, + 0.024938169866800308, 0.1682949662208557, 0.12401611357927322, 0.14714129269123077, 0.2194206416606903, + 0.07420457899570465, 0.15514814853668213, 0.035569094121456146, 0.10132753103971481, + 0.09107889980077744, 0.06702548265457153, -0.02988431230187416, 0.1079535186290741, + 0.026848647743463516, 0.13441088795661926, -0.015326208434998989, 0.1360357701778412, + 0.08850563317537308, -0.11175484955310822, 0.09114992618560791, 0.061467245221138, 0.15820471942424774, + -0.05226076394319534, -0.026391783729195595, -0.053902097046375275, -0.0028595856856554747, + 0.10865060240030289, 0.08854897320270538, 0.03385365009307861, 0.02023187279701233, 0.10867057740688324, + 0.04731212556362152, 0.04744894057512283, -0.06646808981895447, 0.0168920811265707, + -0.15564316511154175, 0.010423601604998112, 0.07001166045665741, 0.17688217759132385, + 0.11027342081069946, 0.10411248356103897, 0.1430661529302597, 0.02031612955033779, + -0.025614343583583832, 0.13285644352436066, 0.041221536695957184, 0.02379537746310234, + 0.08538894355297089, 0.24100491404533386, 0.026960786432027817, 0.01604503020644188, + -0.018949635326862335, 0.10198921710252762, 0.04934709891676903, 0.06169738247990608, + 0.06485330313444138, 0.0448739267885685, 0.13538026809692383, 0.13126738369464874, 0.023364048451185226, + 0.06005534902215004, 0.03830331563949585, 0.1373571902513504, -0.022594107314944267, + 0.019291961565613747, -0.03475665673613548, -0.013715215027332306, 0.03482687100768089, + -0.018364299088716507, 0.12086044996976852, 0.11771611869335175, -0.039975784718990326, + -0.001996781211346388, -0.004825857002288103, 0.11853941529989243, 0.03452887013554573, + 0.11875149607658386, 0.07088631391525269, 0.10390399396419525, 0.04191601648926735, 0.07479709386825562, + 0.10911913216114044, 0.08091665804386139, 0.044012024998664856, 0.006183425895869732 + ], + [ + -0.0443764366209507, -0.1467161476612091, -0.1122957244515419, -0.00849868729710579, + -0.06140168756246567, -0.04263027384877205, -0.11134253442287445, -0.053457923233509064, + -0.03661599010229111, -0.03326673433184624, 0.005952702835202217, 0.02210642583668232, + -0.056735359132289886, 0.11177767813205719, -0.004644683562219143, -0.00186846440192312, + -0.04383080452680588, -0.007936096750199795, 0.0044540478847920895, 0.05337606742978096, + -0.09447506070137024, -0.08547180891036987, 0.13758014142513275, -0.01428518258035183, + -0.06388058513402939, 0.10929971933364868, 0.06583847850561142, 0.016826707869768143, + 0.0020018774084746838, -0.009483037516474724, -0.00036535333492793143, -0.06192033737897873, + -0.05839526653289795, 0.09523196518421173, 0.018523087725043297, 0.00281401164829731, + 0.014984234236180782, 0.022849824279546738, -0.12855705618858337, -0.12907537817955017, + -0.07587441056966782, -0.010451634414494038, -0.05339044705033302, -0.1082686260342598, + -0.062060464173555374, -0.037448566406965256, -0.13297735154628754, 0.15051402151584625, + 0.014703013002872467, 0.022691072896122932, 0.043264154344797134, 0.013520467095077038, + -0.094408318400383, -0.18647979199886322, -0.03863295540213585, -0.03540073335170746, + 0.04748019203543663, -0.06496168673038483, -0.05718919634819031, -0.027280345559120178, + -0.09079837054014206, -0.07799499481916428, -0.002083837753161788, -0.11444257199764252, + -0.032187771052122116, 0.023509573191404343, 0.013041621074080467, 0.02428911067545414, + 0.025333663448691368, 0.19831201434135437, -0.03895019367337227, -0.10283564031124115, + -0.016631850972771645, 0.006472507957369089, -0.10007919371128082, 0.14279493689537048, + 0.10668080300092697, -0.023350246250629425, 0.010705826804041862, -0.03132793679833412, + -0.029228340834379196, 0.18320511281490326, -0.014832011424005032, 0.17950290441513062, + 0.05729509890079498, -0.1689760982990265, 0.05870841071009636, 0.009105423465371132, + -0.029120488092303276, -0.08806128799915314, 0.12712812423706055, -0.09806574881076813, + 0.108577199280262, 0.021416470408439636, -0.05392133817076683, 0.011112524196505547, + -0.13070839643478394, -0.11223868280649185, -0.061822883784770966, 0.04885922744870186, + 0.12166284769773483, -0.09703626483678818, 0.022739827632904053, -0.019122641533613205, + 0.07240904867649078, 0.014770789071917534, -0.10651922971010208, 0.029035646468400955, + 0.1314387023448944, 0.058907754719257355, -0.0015505132032558322, 0.019983459264039993, + -0.09497518837451935, -0.08007633686065674, -0.10102494060993195, 0.20399373769760132, + 0.1049668937921524, -0.1034863293170929, -0.04128160700201988, 0.09272133558988571, + -0.046460170298814774, 0.044557977467775345, -0.07372646033763885, -0.057833705097436905, + -0.14252503216266632, -0.13231542706489563, -0.06851353496313095, -0.08359599113464355, + 0.1727829873561859, 0.08116638660430908, 0.05726446583867073, 0.010177156887948513, + -0.07575204968452454, 0.047854140400886536, -0.04409454017877579, 0.02973995916545391, + -0.030274422839283943, -0.1113860085606575, -0.15032587945461273, -0.10885873436927795, + 0.01418663002550602, -0.05167589336633682, -0.08420490473508835, -0.06566701829433441, + 0.03248808532953262, 0.015506933443248272, 0.07925347983837128, -0.07571093738079071, + 0.01976148411631584, 0.028894580900669098, -0.09788089245557785, 0.0025654779747128487, + 0.042326975613832474, -0.03957749158143997, 0.06694503128528595, 0.05943191796541214, + -0.130636066198349, 0.016940267756581306, -0.09924252331256866, -0.029119230806827545, + -0.045240722596645355, -0.052786607295274734, -0.14896316826343536, 0.055285222828388214, + 0.0252522099763155, -0.005619962699711323, -0.11673373728990555, 0.16101081669330597, + 0.0315152183175087, -0.03325552120804787, -0.031030455604195595, 0.06156345084309578, + -0.061496276408433914, -0.06277693063020706, -0.06594537943601608, -0.09927836060523987, + -0.08726293593645096, -0.14810442924499512, 0.0015673362649977207, -0.04562002792954445, + -0.055958718061447144, -0.04676252231001854, 0.07965511828660965, -0.07892041653394699, + 0.037773847579956055, -0.12524908781051636, 0.039524201303720474, -0.10587088763713837, + -0.06655911356210709, 0.116510771214962, -0.12925532460212708, -0.07270205765962601, + -0.04217637702822685, 0.01594507321715355, 0.01177381630986929, 0.07506229728460312, + -0.06822606921195984, -0.0806388333439827, -0.037899427115917206, 0.08536893874406815, + 0.10604197531938553, -0.1023261770606041, -0.05185651406645775, -0.10124482214450836, + 0.05420088768005371, 0.0631294772028923, 0.06729266792535782, -0.007969928905367851, + -0.04020683839917183, -0.14424806833267212, 0.00732381409034133, -0.2194293588399887, + -0.13072678446769714, 0.07459954917430878, 0.15043029189109802, -0.06426145881414413, + -0.015692738816142082, 0.05675685778260231, 0.01936987042427063, -0.14587973058223724, + -0.057724226266145706, 0.0739189088344574, 0.04703150689601898, -0.11388169229030609, + -0.016758661717176437, -0.0981207862496376, -0.09002145379781723, 0.026449695229530334, + -0.057722531259059906, -0.13463470339775085, -0.044011201709508896, -0.04900994151830673, + -0.009998442605137825, -0.04953079670667648, 0.09160257875919342, -0.020339317619800568, + -0.01885494962334633, 0.01609412580728531, -0.09986592829227448, 0.010582497343420982, + -0.020574083551764488, -0.06539261341094971, 0.036255866289138794, 0.07166313380002975, + 0.053473521023988724, -0.0845346674323082, -0.05567994713783264, -0.10337190330028534, + -0.05808301642537117, -0.039051152765750885, -0.07741846144199371, -0.07944854348897934, + -0.009731100872159004, -0.01392450276762247, -0.0303351953625679, -0.013000923208892345 + ], + [ + -0.018353262916207314, 0.017936110496520996, -0.04946073889732361, 0.04043891280889511, + -0.057959046214818954, 0.00423465808853507, -0.005510521121323109, -0.022873902693390846, + -0.05579908564686775, 0.04025059565901756, -0.030632205307483673, -0.01189040020108223, + 0.02519075572490692, 0.04457315057516098, -0.051858603954315186, -0.03640345484018326, + -0.06022987514734268, 0.012596996501088142, 0.005219455808401108, -0.04495260864496231, + -0.006253950297832489, -0.047794222831726074, 0.05564828962087631, -0.04199426993727684, + -0.0025906190276145935, -0.047720711678266525, -0.018296241760253906, -0.04956277459859848, + -0.050031498074531555, 0.043406546115875244, -0.049307070672512054, 0.05562765896320343, + -0.032776378095149994, 0.05150469392538071, 0.018216300755739212, 0.03251597285270691, + -0.009995262138545513, -0.03554113581776619, 0.015543751418590546, 0.013324856758117676, + 0.029766323044896126, -0.054362621158361435, -0.051997534930706024, -0.061228103935718536, + -0.004536166787147522, 0.05403932183980942, -0.04711996763944626, 0.0412306934595108, + -0.039072517305612564, 0.03816291689872742, -0.0553731732070446, -0.016978144645690918, + -0.031635161489248276, -0.05680972337722778, -0.060729220509529114, 0.027767576277256012, + -0.0052415174432098866, -0.005603458732366562, -0.062083061784505844, -0.03553272783756256, + -0.008645563386380672, 0.034232232719659805, 0.024080423638224602, -0.03650433570146561, + 0.007523492909967899, 0.025798344984650612, -0.021677203476428986, 0.046448592096567154, + -0.03973531350493431, -0.019914448261260986, -0.055866539478302, -0.011946648359298706, + 0.03151305019855499, 0.019514139741659164, 0.020227646455168724, -0.051053814589977264, + -0.05773552507162094, -0.07019659876823425, -0.06216001883149147, -0.042117804288864136, + -0.03544734790921211, -0.03941326588392258, 0.03350641205906868, 0.022421738132834435, + 0.020749367773532867, 0.041053786873817444, -0.05110602453351021, 0.004187250975519419, + -0.005125618539750576, 0.030568119138479233, -0.04075244814157486, 0.013505357317626476, + 0.048051148653030396, -0.039290279150009155, -0.06607377529144287, 0.026435421779751778, + -0.05642188340425491, 0.050154514610767365, 0.04368147253990173, 0.04567829146981239, + -0.06781118363142014, -0.023431874811649323, 0.020598314702510834, -0.05258569121360779, + -0.006515480577945709, -0.03351367264986038, -0.03985467925667763, -0.049840472638607025, + -0.04783374443650246, 0.04707132279872894, 0.01973217912018299, 0.05000859871506691, + -0.015031911432743073, 0.04963421821594238, 0.01141141727566719, 0.006189386360347271, + -0.039417367428541183, -0.010936930775642395, -0.03567829728126526, -0.05997493118047714, + -0.06109953671693802, -0.018219739198684692, 0.0070631536655128, 0.03089805506169796, + 0.00548166036605835, -0.05692030489444733, -0.0580972358584404, -0.021720746532082558, + -0.027117200195789337, -0.04516474902629852, -0.0076062679290771484, -0.02043825574219227, + -0.03079836070537567, -0.06365858018398285, 0.01337469182908535, -0.06911312788724899, + -0.04415228217840195, 0.00804841611534357, -0.014950047247111797, -0.06169360131025314, + 0.057551607489585876, -0.002367888344451785, 0.002345023211091757, -0.0025420382153242826, + 0.02769405208528042, -0.031963735818862915, 0.040369581431150436, 0.034714557230472565, + -0.007772344164550304, 0.04818269982933998, -0.023273738101124763, -0.03601355478167534, + 0.000125199556350708, -0.05893373116850853, -0.030031688511371613, 0.03256125748157501, + 0.03459775447845459, -0.003741918131709099, 0.0212873388081789, -0.029735947027802467, + -0.05083180218935013, -0.021456792950630188, -0.055650077760219574, -0.05601722002029419, + 0.005541572812944651, 0.006328284740447998, 0.026751400902867317, -0.0024916529655456543, + 0.023926321417093277, 0.04456537216901779, -0.0028943270444869995, 0.06133265048265457, + 0.014043067581951618, 0.045136626809835434, -0.05678197741508484, -0.05365115404129028, + 0.008072635158896446, -0.05419071763753891, -0.029064251109957695, -0.061346106231212616, + 0.04502352327108383, 0.011274240911006927, -0.058035045862197876, -0.05423279106616974, + 0.027112899348139763, -0.00428188918158412, 0.022604867815971375, -0.04437723010778427, + -0.008829213678836823, -0.014076766557991505, 0.02490418404340744, -0.05383874475955963, + 0.005710713565349579, -0.007018036674708128, 0.007060647010803223, -0.04204018786549568, + 0.046776190400123596, 0.02055620215833187, -0.0067961737513542175, 0.05078885704278946, + 0.0212316382676363, 0.04394882917404175, -0.032171402126550674, 0.041733644902706146, + -0.00978737510740757, -0.009069949388504028, 0.014243969693779945, 0.038227710872888565, + 0.034255895763635635, 0.057218290865421295, 0.04620444029569626, -0.008336424827575684, + -0.028179146349430084, 0.047293972223997116, -0.06667368113994598, 0.005491908639669418, + 0.033231768757104874, 0.040115583688020706, -0.05382344499230385, 0.03696838766336441, + 0.012839576229453087, -0.006254792213439941, 0.01726965792477131, 0.007111538667231798, + 0.00019353859534021467, -0.04186614602804184, -0.040937475860118866, -0.04974430426955223, + 0.03095131926238537, -0.06029254198074341, -0.044359687715768814, 0.012532327324151993, + 0.049548353999853134, -0.03325872868299484, -0.061914555728435516, -0.02999097667634487, + -0.04538869857788086, -0.03677302226424217, -0.06132570281624794, 0.014309871941804886, + 0.02840636856853962, 0.01970670185983181, -0.011926905252039433, -0.009334040805697441, + 0.027914848178625107, 0.006960146129131317, -0.014309892430901527, 0.003590047126635909, + -0.053048115223646164, 0.017397455871105194, -0.0374445840716362, -0.022519925609230995, + 0.04867614060640335, -0.03168733790516853, -0.06131267920136452, -0.017045143991708755 + ], + [ + 0.04531046748161316, 0.17583656311035156, 0.05893254280090332, -0.007966906763613224, + 0.02490943670272827, 0.10043977946043015, 0.135407492518425, 0.07890651375055313, 0.07592383027076721, + 0.031027035787701607, 0.025872590020298958, 0.05937924608588219, 0.029811115935444832, + -0.03393373265862465, 0.057404547929763794, 0.11118020862340927, 0.14089851081371307, + 0.09288553893566132, -0.013477261178195477, -0.03174617886543274, 0.03134690225124359, + 0.023250801488757133, -0.13741818070411682, 0.015212289988994598, 0.07775865495204926, + 0.0770253837108612, -0.07279383391141891, -0.03669608384370804, 0.08492987602949142, + 0.020076224580407143, -0.040798649191856384, 0.036391131579875946, 0.05442788451910019, + 0.022167455404996872, 0.06605280935764313, 0.049191780388355255, 0.03433052450418472, + 0.06695514172315598, 0.04899841919541359, 0.10490928590297699, 0.0453219898045063, 0.03386860340833664, + 0.02740657702088356, 0.06396836787462234, 0.02653511054813862, 0.01587999053299427, 0.04563301429152489, + -0.010151537135243416, -0.003616148605942726, -0.041651394218206406, 0.059248607605695724, + -0.023194897919893265, 0.015342053025960922, 0.14900805056095123, 0.10841229557991028, + 0.06028038263320923, 0.0036576788406819105, 0.003741565393283963, 0.14855021238327026, + 0.14826081693172455, 0.13065701723098755, 0.00878874771296978, 0.0413283035159111, 0.1366279423236847, + 0.0678119882941246, 0.038094233721494675, 0.01479148119688034, 0.026800889521837234, + 0.013538548722863197, -0.11268279701471329, 0.013043946586549282, 0.06811504811048508, + 0.001490249764174223, 0.026050886139273643, 0.06530056893825531, -0.07925145328044891, + 0.018617605790495872, -0.004905980080366135, 0.02988956868648529, 0.02556123025715351, + 0.01905837655067444, -0.17770975828170776, -0.010018114931881428, -0.017394743859767914, + -0.05323973670601845, 0.04756012186408043, -0.014738290570676327, -0.0029293280094861984, + -0.023828186094760895, 0.018042191863059998, -0.03456926345825195, 0.0480702742934227, + 0.013287657871842384, 0.08708946406841278, 0.06949367374181747, 0.07084765285253525, + 0.10150454193353653, 0.11723236739635468, 0.04199948161840439, -0.056334108114242554, + 0.006217980291694403, 0.08154015988111496, 0.06693818420171738, 0.022290170192718506, + 0.03290436044335365, -0.003368315054103732, 0.12011222541332245, 0.01668025739490986, + -0.10794006288051605, -0.035808954387903214, -0.0224740169942379, -0.008496878668665886, + -0.022728247568011284, 0.0649082213640213, 0.12282928824424744, -0.09106165170669556, + -0.048179011791944504, 0.11309459805488586, 0.058762431144714355, -0.06083187833428383, + -0.0015345101710408926, -0.03141389787197113, 0.0055900802835822105, 0.04192551597952843, + 0.08770620077848434, 0.07688842713832855, 0.03931562229990959, 0.032600466161966324, + -0.08570334315299988, -0.05213356018066406, -0.05606383457779884, 0.019155459478497505, + 0.06385421007871628, -0.014084560796618462, 0.015829063951969147, -0.0807618498802185, + 0.08898863941431046, 0.0617070347070694, 0.1967683583498001, 0.011049113236367702, 0.04451841488480568, + -0.03812272474169731, 0.11572174727916718, 0.06818634271621704, 0.017487647011876106, + -0.012503127567470074, -0.10424135625362396, 0.16573907434940338, -0.035031966865062714, + 0.014576747082173824, 0.08241382986307144, 0.010671369731426239, 0.0675811916589737, + 0.05733029171824455, 0.033676858991384506, -0.04862944409251213, 0.04278252646327019, + 0.09370075166225433, 0.06261719018220901, -0.035653211176395416, 0.0987112745642662, + 0.03541651368141174, 0.04623232036828995, 0.0134546784684062, -0.016224665567278862, 0.1331678181886673, + 0.03589196503162384, -0.10335513949394226, 0.09777750819921494, -0.051461849361658096, + 0.03286838158965111, 0.032596368342638016, 0.14263667166233063, 0.060680702328681946, + 0.0763433501124382, 0.1206011027097702, 0.09297764301300049, 0.17705832421779633, -0.034229569137096405, + 0.057077325880527496, 0.01766248047351837, -0.05320046469569206, -0.02740585431456566, + 0.06272809207439423, 0.013350484892725945, 0.15723039209842682, 0.05787291377782822, + 0.012379324994981289, 0.04097563773393631, -0.024720091372728348, 0.1324869692325592, + 0.008761187084019184, 0.09521327167749405, 0.014288627542555332, -0.04805804416537285, + 0.030904166400432587, 0.03935321047902107, 0.14969421923160553, 0.10302656143903732, + 0.028455251827836037, -0.03933392092585564, 0.13660483062267303, -0.026106329634785652, + 0.1443498581647873, 0.02533719502389431, -0.0160673875361681, -0.10580211877822876, + -0.027495287358760834, -0.02221602573990822, 0.13099907338619232, 0.06309328973293304, + 0.058846645057201385, 0.12008316814899445, 0.00127913907635957, -0.03953734040260315, + 0.13793863356113434, -0.02209656871855259, -0.07024191319942474, -0.030563553795218468, + 0.16505374014377594, -0.026694372296333313, 0.0220109224319458, -0.007182151544839144, + 0.172013521194458, 0.021588481962680817, 0.026072081178426743, 0.03120759315788746, 0.0810483917593956, + 0.13068154454231262, 0.11566136032342911, 0.00047685031313449144, 0.05953936278820038, + 0.10743647813796997, 0.08262698352336884, 0.05875036492943764, 0.0008192132227122784, + -0.009818541817367077, -0.007661630865186453, 0.021603766828775406, 0.030637577176094055, + 0.07595394551753998, 0.13371460139751434, 0.0444723442196846, -0.00685689365491271, + -0.039901189506053925, -0.023556455969810486, -0.03703343868255615, 0.023034151643514633, + -0.050411406904459, 0.057823460549116135, 0.10983230918645859, 0.14618293941020966, 0.08075792342424393, + 0.013379793614149094, -0.009070766158401966, 0.030732963234186172 + ], + [ + 0.036102186888456345, -0.0357813835144043, -6.473809480667114e-5, -0.05262651666998863, + 0.0023325940128415823, -0.01260675024241209, -0.05166907608509064, -0.06649354100227356, + 0.04184985160827637, -0.0408138707280159, 0.05128804221749306, -0.016517752781510353, + -0.05527617037296295, -0.06164717674255371, -0.04279342293739319, 0.05187464505434036, + 0.015784531831741333, 0.05085323378443718, 0.05042143538594246, -0.04804546386003494, + 0.04032764583826065, -0.05019315704703331, -0.04253080487251282, -0.009562388062477112, + -0.002539798617362976, -0.05039699375629425, -0.043577782809734344, -0.030448131263256073, + 0.03308231383562088, -0.05441749468445778, -0.045742299407720566, 0.05629172548651695, + -0.01686657965183258, 0.03392820432782173, -0.020950505509972572, -0.04933607578277588, + -0.00952618382871151, 0.03582291305065155, -0.007974917069077492, -0.054067499935626984, + -0.06292261928319931, -0.0483773835003376, -0.00337865948677063, 0.02381029725074768, + -0.03020390123128891, -0.032104238867759705, -0.046586230397224426, -0.018407702445983887, + 0.008633934892714024, -0.0356626957654953, 0.015563717111945152, -0.017084339633584023, + 0.05162683129310608, 0.051506124436855316, 0.041860926896333694, 0.02558140642940998, + -0.0485767126083374, 0.03434021398425102, -0.0040972125716507435, -0.019702952355146408, + 0.04949786514043808, -0.0347488708794117, 0.003953613340854645, -0.035731300711631775, + 0.007833932526409626, 0.04888119548559189, 0.020390361547470093, -0.06695914268493652, + 0.02757164090871811, 0.05477122962474823, -0.05780848115682602, -0.00431883055716753, + -0.05138809606432915, -0.0207248292863369, 0.04906444251537323, 0.003830201691016555, + 0.050524357706308365, 0.042533550411462784, -0.016340570524334908, -0.06541288644075394, + 0.012406251393258572, -0.02944309264421463, 0.05653880164027214, -0.023952730000019073, + -0.023843523114919662, -0.030048638582229614, 0.03301404416561127, 0.03233594447374344, + -0.06948192417621613, -0.05498320609331131, 0.03295402228832245, 0.016759218648076057, + 0.022726787254214287, 0.04253139719367027, -0.05090656876564026, -0.02963072992861271, + 0.02593309059739113, 0.039288803935050964, -0.05735446512699127, 0.009734169580042362, + -0.03165026381611824, -0.04597277194261551, 0.015900220721960068, -0.0415506586432457, + 0.00689717149361968, 0.029026366770267487, 0.008036711253225803, -0.011484700255095959, + 0.04277835041284561, -0.05102677643299103, -0.04249589517712593, -0.008234091103076935, + 0.01845373958349228, 1.7313439002464293e-6, 0.02457931637763977, -0.045609958469867706, + 0.05010424181818962, -0.051353540271520615, -0.00339053338393569, -0.04078288748860359, + -0.031152423471212387, -0.03890156000852585, -0.027717340737581253, -0.030897755175828934, + -0.05852542445063591, -0.044248953461647034, -0.01574847102165222, 0.02313804440200329, + 0.037735480815172195, -0.05121826380491257, -0.00582423061132431, -0.030634967610239983, + 0.03080350160598755, 0.014068545773625374, -0.01840933784842491, 0.002766638994216919, + -0.06532743573188782, -0.0015439018607139587, 0.02557872235774994, 0.04081397503614426, + -0.0393606498837471, -0.016069769859313965, 0.012120038270950317, -0.02980376034975052, + 0.021496174857020378, -0.04359820857644081, 0.014643172733485699, -0.05336003750562668, + 0.029464177787303925, -0.06010066717863083, -0.040968917310237885, -0.066290482878685, + 0.02558877132833004, -0.03964077681303024, -0.029010118916630745, 0.04483518749475479, + -0.03031950816512108, -0.06085880845785141, -0.036100924015045166, 0.05136795714497566, + -0.038871996104717255, -0.030250852927565575, -0.05472797527909279, -0.0027659207116812468, + -0.0075779384933412075, -0.06613261252641678, -0.019819051027297974, -0.018309026956558228, + 0.03778502717614174, -0.028460677713155746, 0.03769705444574356, -0.04529806599020958, + 0.020694967359304428, -0.01060941070318222, 0.010960949584841728, -0.06162615492939949, + 0.005991660058498383, 0.05466971546411514, 0.05847824364900589, 0.034119538962841034, + -0.023931901901960373, 0.056252941489219666, -0.03835190087556839, -0.00914830807596445, + -0.03423810377717018, 0.0498700849711895, 0.02950933203101158, -0.05458000302314758, + 0.005548293236643076, -0.02079572156071663, -0.036287821829319, 0.05313757434487343, + 0.03541533648967743, -0.019623031839728355, -0.003496570512652397, -0.013350586406886578, + -0.04235747084021568, 0.055299289524555206, 0.04761577397584915, -0.033974647521972656, + -0.04095786437392235, -0.00689737219363451, 0.04916764423251152, -0.04216276854276657, + -0.0374935045838356, -0.04996046423912048, -0.01404658704996109, 0.05326804891228676, + 0.004693661350756884, -0.050709307193756104, -0.053969938308000565, -0.046690747141838074, + -0.061406902968883514, 0.048198070377111435, -0.005803942680358887, 0.026685550808906555, + -0.06611015647649765, 0.03966660052537918, 0.003978406079113483, 0.04106655716896057, + -0.02968534268438816, -0.0038667991757392883, 0.016761070117354393, 0.0035971493925899267, + -0.029377710074186325, -0.02014375478029251, 0.04370405897498131, -0.04437632113695145, + 0.002844474744051695, 0.023131174966692924, -0.044015176594257355, -0.032267313450574875, + -0.05418780446052551, 0.048926956951618195, -0.04394260048866272, -0.020941859111189842, + 0.008592523634433746, 0.05415109917521477, 0.035732802003622055, -0.06241966784000397, + 0.042878128588199615, -0.06494245678186417, 0.03081575222313404, 0.04508353769779205, + -0.014687803573906422, -0.05631602928042412, -0.04857027158141136, -0.06013502925634384, + 0.01786193996667862, -0.03578563407063484, 0.02246321365237236, 0.029493842273950577, + -0.00525424862280488, 0.039811305701732635, -0.0032799639739096165, -0.06176053732633591 + ], + [ + -0.022072885185480118, -0.19729064404964447, -0.07495930045843124, 0.013657672330737114, + -0.05990096926689148, 0.0024823204148560762, -0.0625390037894249, -0.11250802874565125, + -0.15330460667610168, -0.06898269057273865, -0.07092869281768799, 0.07642107456922531, + -0.12015547603368759, 0.06672876328229904, -0.026409491896629333, -0.1322435587644577, + -0.05934549495577812, -0.1079721450805664, 0.029786497354507446, 0.11697397381067276, + -0.1685439944267273, -0.07771845906972885, 0.17101596295833588, 0.061077676713466644, + -0.12820442020893097, 0.09962815046310425, 0.15654297173023224, -0.05583621561527252, + 0.00042778433999046683, 0.02997341938316822, 0.05070219561457634, 0.012705166824162006, + -0.07586652040481567, 0.07361877709627151, -0.08851103484630585, -0.044267699122428894, + 0.024250034242868423, 0.017411919310688972, -0.043065689504146576, -0.10931603610515594, + -0.040882375091314316, 0.06959238648414612, -0.0652068629860878, -0.058842308819293976, + -0.04488501325249672, -0.0517207570374012, -0.03258975222706795, 0.12927348911762238, + 0.02170366235077381, -0.058523401618003845, 0.11135608702898026, 0.03530494123697281, + -0.060149312019348145, -0.13903950154781342, -0.10029953718185425, -0.05771893262863159, + 0.044878777116537094, 0.0161181278526783, -0.061751894652843475, -0.12856514751911163, + -0.04490138590335846, 0.011050083674490452, 0.1373639553785324, -0.08668550103902817, + -0.14844390749931335, 0.06929666548967361, -0.06130564212799072, -0.02033125050365925, + -0.004851061850786209, 0.19314758479595184, 0.022406743839383125, -0.053864240646362305, + 0.0796370655298233, -0.030565746128559113, -0.06696915626525879, 0.09248436987400055, + 0.04888834059238434, 0.018406087532639503, 0.10148722678422928, -0.020497560501098633, + -0.0018903976306319237, 0.26107844710350037, 0.07561415433883667, 0.22927908599376678, + 0.11984556913375854, -0.18119560182094574, 0.08201286196708679, -0.028115680441260338, + 0.024656442925333977, -0.09571132063865662, 0.17612135410308838, -0.051824867725372314, + 0.12396257370710373, -0.06160851940512657, -0.10842537879943848, 0.022986765950918198, + -0.0552709586918354, -0.0660419687628746, -0.11843663454055786, 0.05867961421608925, + 0.07429982721805573, -0.037913426756858826, -0.01967664808034897, -0.03792876377701759, + 0.07126881927251816, -0.02073502540588379, -0.06453739106655121, 0.014821590855717659, + 0.25468552112579346, 0.0031321195419877768, 0.08829918503761292, 0.02681864984333515, + -0.017932286486029625, -0.043105948716402054, -0.09647700190544128, 0.2019365131855011, + 0.0367453508079052, -0.09849813580513, -0.015949539840221405, 0.06895609200000763, -0.08989862352609634, + 0.11352613568305969, -0.06327437609434128, -0.10286689549684525, -0.1153712123632431, + -0.057091958820819855, -0.138462632894516, -0.038763534277677536, 0.2584836781024933, + 0.15782605111598969, 0.00367997819557786, -0.10202161967754364, -0.08593112975358963, + 0.016776390373706818, -0.03400744870305061, 0.14018818736076355, -0.017716553062200546, + -0.12517303228378296, -0.15281672775745392, -0.0726848840713501, 9.039363794727251e-5, + -0.08210107684135437, -0.0577625073492527, 0.0052745146676898, -0.03032570332288742, + -0.03272424265742302, 0.11552979797124863, -0.06938103586435318, -0.037912219762802124, + 0.08892688155174255, -0.014724811539053917, 0.10943353176116943, 0.02855575829744339, + -0.052890848368406296, 0.08054586499929428, 0.020958218723535538, -0.05250796675682068, + -0.08497306704521179, -0.0887083038687706, 0.007924700155854225, -0.04113229364156723, + -0.07864771038293839, -0.16120973229408264, 0.11453192681074142, 0.09995803236961365, + -0.02260032296180725, -0.059058018028736115, 0.2005700170993805, -0.02759452909231186, + -0.029997630044817924, -0.0932449996471405, 0.06540761142969131, -0.11754639446735382, + -0.12975724041461945, -0.03204832598567009, -0.07205880433320999, -0.1606568992137909, + -0.19439193606376648, 0.03150903806090355, -0.01804550550878048, -0.08354418724775314, + -0.0404408797621727, 0.1491096466779709, -0.01680404134094715, -0.00027052531368099153, + -0.15627779066562653, -0.017032431438565254, -0.032028816640377045, 0.0023425451945513487, + 0.11242684721946716, -0.18358872830867767, 0.006059896666556597, -0.08114359527826309, + 0.009111903607845306, 0.06549463421106339, 0.09137099236249924, 0.020479783415794373, + -0.08867072314023972, -0.11831359565258026, -0.007807837333530188, 0.07971639931201935, + -0.08506564795970917, -0.011965900659561157, -0.05467113107442856, 0.08174044638872147, + 0.013405362144112587, 0.1542871594429016, 0.0360138900578022, 0.049640655517578125, -0.1267649084329605, + -0.005386230535805225, -0.16498421132564545, -0.12218685448169708, 0.05622244253754616, + 0.16691537201404572, -0.1567162573337555, -0.052978500723838806, 0.0012656672624871135, + -0.04731759428977966, -0.1910816729068756, -0.025810781866312027, 0.0022271538618952036, + 0.029546014964580536, -0.1382223665714264, 0.06950467824935913, -0.03205573186278343, + -0.05499531701207161, -0.007126237265765667, -0.11611250787973404, -0.14647486805915833, + 0.005018701311200857, -0.059815552085638046, -0.07533084601163864, -0.14710400998592377, + 0.09489577263593674, -0.029541753232479095, -0.0077066728845238686, 0.03800112009048462, + -0.009779742918908596, 0.07996474206447601, -0.06842467188835144, -0.08480790257453918, + 0.05197196081280708, 0.12523792684078217, 0.04666860029101372, -0.05431819707155228, + -0.03092954121530056, -0.11436502635478973, 0.031046606600284576, -0.09150335937738419, + -0.006486530415713787, -0.0325116328895092, -0.1070270985364914, -0.01866082288324833, + -0.007546660955995321, -0.01827847771346569 + ], + [ + 0.12079326808452606, 0.2253229171037674, 0.16877619922161102, -0.03553294017910957, 0.06026787310838699, + 0.10642067342996597, 0.06464844942092896, 0.12157498300075531, 0.16140392422676086, 0.11418667435646057, + 0.07374382019042969, 0.0051636588759720325, 0.04052915424108505, 0.05724682658910751, + 0.08200343698263168, 0.062166355550289154, 0.12521620094776154, 0.11644795536994934, + 0.0014513777568936348, 0.02391057088971138, 0.15552908182144165, 0.026783009991049767, + -0.12955817580223083, 0.030491778627038002, 0.08892382681369781, -0.04428175836801529, + -0.019525490701198578, 0.03587128594517708, 0.025148773565888405, 0.061844583600759506, + -0.018376918509602547, 0.03635106980800629, 0.06324344873428345, 0.041205860674381256, + 0.1157042384147644, 0.027245093137025833, 0.04295196011662483, 0.051638565957546234, + 0.11146610975265503, 0.08669908344745636, 0.1519584357738495, 0.05189027637243271, 0.02185199409723282, + 0.08688576519489288, 0.15482863783836365, 0.09048941731452942, 0.07408684492111206, + -0.059931330382823944, 0.07253005355596542, 0.0501595064997673, -0.027704685926437378, + -0.06889722496271133, 0.11266345530748367, 0.15283766388893127, 0.15152961015701294, + 0.054235465824604034, 0.12283849716186523, 0.10609442740678787, 0.12577055394649506, 0.2112865298986435, + 0.08709939569234848, 0.041261959820985794, -0.03856022283434868, 0.243382066488266, 0.16918593645095825, + -0.014268377795815468, 0.017639391124248505, -0.06792619079351425, 0.08430496603250504, + -0.17317309975624084, 0.0869864970445633, 0.06489287316799164, 0.0029103183187544346, + 0.09895816445350647, 0.1030145213007927, -0.032671935856342316, -0.05868501588702202, + 0.10267864167690277, -0.03570268675684929, 0.019820397719740868, 0.03481080010533333, + -0.13892382383346558, -0.0700269490480423, -0.1457243710756302, -0.15162762999534607, + 0.1255914717912674, -0.02079891413450241, 0.05244079604744911, 0.03840045630931854, 0.11599482595920563, + -0.045448556542396545, 0.03198801726102829, -0.018609244376420975, 0.034179721027612686, + 0.07011846452951431, -0.06904713064432144, 0.14606596529483795, 0.04302731156349182, + 0.13086585700511932, 0.05501449108123779, -0.08710300922393799, 0.12415721267461777, + 0.14354458451271057, 0.07424650341272354, 0.015501740388572216, 0.12464011460542679, + 0.057272665202617645, -0.003583089215680957, -0.17522414028644562, 0.02903231792151928, + -0.02911483496427536, -0.00559636764228344, 0.07951156795024872, 0.11103428900241852, + 0.1473090946674347, -0.11199934035539627, -0.010511564090847969, 0.05319754406809807, + 0.058182358741760254, -0.03905239701271057, 0.058006834238767624, 0.00410046149045229, + 0.05213521420955658, 0.13771365582942963, 0.03391016274690628, 0.06189107894897461, 0.08515661209821701, + 0.03516528010368347, -0.10687452554702759, -0.03711293637752533, 0.0037116697058081627, + 0.03501584008336067, 0.078855000436306, 0.0026558442041277885, 0.05154995247721672, + -0.06215069815516472, 0.09005102515220642, 0.12289678305387497, 0.18598879873752594, + 0.06502503156661987, 0.04553261399269104, 0.10879447311162949, 0.09955328702926636, 0.10627543181180954, + 0.017901258543133736, 0.06581329554319382, 0.0090693524107337, 0.14773988723754883, 0.10143914073705673, + -0.01740146055817604, 0.1114296093583107, -0.03151698783040047, -0.04374238848686218, + 0.12175649404525757, -0.0014333226718008518, 0.03210712969303131, 0.10788805037736893, + 0.05351259559392929, 0.07168769836425781, -0.0507846474647522, 0.11060728132724762, + 0.057577189058065414, 0.20021456480026245, 0.008395928889513016, -0.03048056736588478, + 0.1653548628091812, 0.15761741995811462, -0.11012373119592667, 0.09729064255952835, + 0.019361767917871475, 0.12316689640283585, -0.05550963804125786, 0.07670322805643082, + 0.0789102092385292, 0.032307229936122894, 0.14615681767463684, 0.10241930186748505, 0.2426275610923767, + 0.026691384613513947, 0.08056879788637161, 0.10761616379022598, 0.009700760245323181, + -0.00995210837572813, 0.11161825805902481, 0.05588560178875923, 0.24012184143066406, + 0.07736685127019882, 0.10266581177711487, 0.05267706885933876, -0.01758742704987526, + 0.04985841363668442, 0.01426936686038971, 0.1925358921289444, -0.06376007199287415, 0.02305232733488083, + 0.03137969970703125, 0.10100273042917252, 0.13554216921329498, 0.14475513994693756, + -0.013715124689042568, 0.05515916645526886, 0.08462738245725632, 0.06013490632176399, + 0.12061750888824463, 0.030594246461987495, -0.01338363066315651, -0.07577116042375565, + 0.036314528435468674, -0.007768763229250908, 0.1920018047094345, 0.02670520357787609, + 0.1910666525363922, 0.09312663972377777, -1.1966548299824353e-5, -0.04991529509425163, + 0.19336718320846558, 0.05058909207582474, 0.05569879710674286, 0.04059388488531113, 0.10946232080459595, + 0.12334540486335754, 0.048652246594429016, 0.00400541303679347, 0.14868691563606262, + 0.06409008800983429, 0.11201522499322891, 0.045133814215660095, 0.010648162104189396, + 0.11486554890871048, 0.11149706691503525, 0.04414428770542145, 0.052985262125730515, + 0.025729671120643616, 0.20096515119075775, -0.0698678195476532, 0.012818004004657269, + 0.04415261372923851, 0.0011780548375099897, 0.09048599004745483, 0.004257858730852604, + 0.13261975347995758, 0.12928664684295654, -0.017892664298415184, -0.054295215755701065, + 0.02314155548810959, 0.059910356998443604, -0.015254306606948376, 0.10953250527381897, + 0.06525924801826477, 0.06850054115056992, 0.05371508374810219, 0.10338792949914932, 0.08503902703523636, + 0.11255805194377899, 0.024540269747376442, 0.10092078149318695 + ], + [ + 0.10810419917106628, 0.1730133295059204, 0.03818339481949806, 0.033212725073099136, 0.08375760912895203, + 0.12591572105884552, 0.07370948791503906, 0.10692672431468964, 0.0735030472278595, 0.07019323855638504, + 0.08554345369338989, 0.0670219138264656, 0.06549185514450073, 0.026520805433392525, 0.09131113439798355, + 0.13888797163963318, 0.09307853877544403, 0.08827752619981766, 0.0043665505945682526, + 0.01809648424386978, 0.15176227688789368, 0.0035303335171192884, -0.11691953986883163, + 0.0446658693253994, 0.10181939601898193, -0.04537070542573929, -0.077699676156044, 0.05846063420176506, + 0.08076725900173187, 0.041713546961545944, 0.06844686716794968, 0.09963924437761307, 0.1082075983285904, + -0.01833360455930233, 0.11261723935604095, 0.10811313986778259, -0.026362847536802292, + 0.03982825204730034, 0.05216898396611214, 0.15717044472694397, 0.06456339359283447, + 0.008664898574352264, 0.1158553957939148, 0.10336315631866455, 0.09659679979085922, 0.0729081779718399, + 0.1758236587047577, -0.02392558753490448, 0.03140219300985336, 0.02982381358742714, + 0.006441318430006504, -0.029512403532862663, 0.05986332148313522, 0.1817033290863037, + 0.1268945336341858, 0.07885729521512985, 0.041200730949640274, -0.02251645177602768, 0.1358540952205658, + 0.1618504673242569, 0.1636439859867096, -0.01526291761547327, -0.055097512900829315, 0.1932516247034073, + 0.1980258971452713, 0.07710076123476028, 0.032611649483442307, 0.04460296407341957, 0.081522636115551, + -0.11072161793708801, -0.019529087468981743, 0.092715784907341, -0.0422968827188015, + 0.049995265901088715, 0.11811760067939758, -0.043683506548404694, 0.0354742556810379, + 0.007191635202616453, -0.06739109754562378, 0.07987289130687714, 0.025157777592539787, + -0.20352530479431152, 0.052661094814538956, -0.13382387161254883, -0.061764828860759735, + 0.20559658110141754, -0.032246917486190796, 0.015243918634951115, 0.08377323299646378, + 0.12285137921571732, -0.09567071497440338, 0.08584553748369217, -0.07304663956165314, + 0.10222374647855759, 0.12058622390031815, 0.0021467511542141438, 0.10811332613229752, + 0.11497148871421814, 0.18462629616260529, 0.04302319884300232, -0.0023551643826067448, + 0.10324947535991669, 0.018822362646460533, 0.0834682509303093, 0.06916539371013641, + 0.030488424003124237, 0.09211777150630951, -0.03772272169589996, -0.17524567246437073, + -0.031185930594801903, 0.01730538159608841, 0.025130510330200195, 0.030419789254665375, + 0.03988194093108177, 0.11779196560382843, -0.18027222156524658, -0.059267863631248474, + 0.051126785576343536, 0.0019344579195603728, 0.01951775513589382, 0.07788467407226562, + -0.022441316395998, 0.0333215557038784, 0.0521603561937809, 0.17933835089206696, 0.1352677345275879, + 0.18900686502456665, 0.10625270754098892, -0.23010866343975067, -0.12433695793151855, + -0.027550892904400826, 0.10925285518169403, 0.04719556123018265, -0.042142242193222046, + 0.06806361675262451, -0.039815593510866165, 0.13573472201824188, 0.12115084379911423, + 0.16049164533615112, 0.14446918666362762, 0.005982217378914356, 0.05859775468707085, 0.160052090883255, + -0.037438713014125824, -0.018637388944625854, 0.09135112166404724, -0.09018446505069733, + 0.13798604905605316, -0.00044816246372647583, -0.055932797491550446, 0.11782631278038025, + 0.020736034959554672, 0.04984605684876442, 0.10077710449695587, -0.02757859043776989, + 0.015284663997590542, 0.14665143191814423, 0.06351305544376373, 0.07023011147975922, + -0.02011890336871147, 0.10806623846292496, 0.07282955944538116, 0.12405624240636826, + -0.05012862756848335, -0.050266049802303314, 0.11039087176322937, 0.06540951132774353, + -0.1224762424826622, 0.06219778582453728, 0.00022829098452348262, 0.14049462974071503, + 0.04790962487459183, 0.1263960897922516, 0.09806946665048599, 0.08250725269317627, 0.139785036444664, + 0.13894106447696686, 0.1993362009525299, -0.057550475001335144, 0.004292028956115246, + 0.01084961649030447, 0.05111469700932503, 0.015224823728203773, 0.046642202883958817, + -0.038093261420726776, 0.1765313595533371, 0.030556216835975647, 0.037060219794511795, + 0.05276824161410332, -0.06937986612319946, 0.13211335241794586, 0.09133048355579376, + 0.20526400208473206, -0.015616180375218391, -0.00524858059361577, 0.06641944497823715, + 0.12203172594308853, 0.10709596425294876, 0.056378073990345, -0.014555462636053562, 0.055906031280756, + 0.03517959266901016, 0.031166773289442062, 0.0977812260389328, -0.0016427388181909919, + -0.025802552700042725, -0.08506952226161957, 0.01940423622727394, 0.09048985689878464, + 0.15980079770088196, 0.1288677453994751, 0.07496346533298492, 0.19176726043224335, + -0.023463968187570572, -0.024588149040937424, 0.11261427402496338, 0.025545768439769745, + 0.005622196942567825, -0.008643687702715397, 0.1076536551117897, 0.09645503014326096, + -0.009821251034736633, 0.06375861167907715, 0.14666852355003357, 0.0059096780605614185, + 0.021228844299912453, 0.06846814602613449, 0.09152080863714218, 0.11805414408445358, 0.0878666341304779, + 0.045050788670778275, 0.050006456673145294, 0.003425890114158392, 0.13035517930984497, + 0.055435460060834885, 0.09839477390050888, -0.01301325298845768, 0.026772350072860718, + -0.0001575351197971031, 0.028282342478632927, 0.1470889151096344, 0.05128394439816475, + 0.027146006003022194, 0.017256416380405426, -0.033673591911792755, 0.09136499464511871, + -0.021977577358484268, 0.005810252856463194, -0.0373038649559021, 0.056942135095596313, + 0.017998648807406425, 0.0745401605963707, 0.055332351475954056, 0.09799490869045258, + -0.01837814413011074, 0.097795769572258 + ], + [ + -0.029189176857471466, -0.09908413887023926, -0.05332327261567116, 0.08147486299276352, + 0.0006546453223563731, -0.06424316763877869, -0.08002299070358276, -0.04555872082710266, + -0.037210188806056976, -0.056539203971624374, -0.04076090827584267, -0.005583926569670439, + -0.027254188433289528, 0.0784381553530693, -0.0598444789648056, -0.05315437912940979, + -0.090086430311203, -0.013454620726406574, -0.022285791113972664, 0.0037978398613631725, + -0.07909869402647018, -0.01376985851675272, 0.16050884127616882, 0.005789871793240309, + -0.04766068980097771, -0.0017403516685590148, 0.16948646306991577, -0.06898633390665054, + -0.0025097804609686136, -0.0343160554766655, -0.008200635202229023, -0.06629806011915207, + -0.12043550610542297, -0.00490744411945343, -0.03473412245512009, 0.013920633122324944, + 0.05924546346068382, -0.01707720384001732, -0.09848173707723618, -0.05101201310753822, + -0.04413057118654251, 0.054325517266988754, 0.013978755101561546, -0.09012788534164429, + -0.06998108327388763, 0.011183190159499645, -0.057518161833286285, 0.0947544276714325, + 0.01223029475659132, -0.013641140423715115, 0.07555732876062393, 0.07914131879806519, + 0.022126667201519012, -0.13704504072666168, -0.08293526619672775, -0.08444687724113464, + 0.02345711924135685, 0.011646756902337074, -0.11318779736757278, -0.12478133291006088, + -0.01727158948779106, 0.018279843032360077, 0.02785390429198742, -0.06442143768072128, + -0.07044020295143127, 0.03143917769193649, -0.014948757365345955, 0.03815415874123573, + 0.02078258991241455, 0.2210100144147873, 0.06087120249867439, 0.016620328649878502, + 0.031388670206069946, -0.05876943841576576, -0.008708087727427483, 0.14750470221042633, + 0.012738739140331745, 0.012919302098453045, 0.06333230435848236, 0.011274470016360283, + -0.03088761679828167, 0.2358660101890564, 0.03639959916472435, 0.17817851901054382, 0.15719163417816162, + -0.10814425349235535, 0.035752829164266586, -0.015404953621327877, 0.04766782000660896, + -0.028111645951867104, 0.09364930540323257, -0.0635460615158081, 0.12504228949546814, + -0.02130957320332527, -0.09999113529920578, 0.08426565676927567, -0.1406196504831314, + -0.024257343262434006, -0.1382257342338562, 0.003993714693933725, 0.029959209263324738, + -0.041560400277376175, 0.010168155655264854, 0.043534182012081146, 0.041240230202674866, + -0.05919668823480606, -0.02117992751300335, 0.059059787541627884, 0.11834854632616043, + 0.03973707929253578, 0.0082923024892807, 0.10398562997579575, 0.0033038610126823187, + -0.08379203826189041, -0.07786250859498978, 0.16489550471305847, 0.02557915262877941, + -0.060629695653915405, -0.03433249890804291, 0.10931304842233658, -0.0580483116209507, + 0.11983627825975418, 0.002150289248675108, -0.08205784112215042, -0.05369192361831665, + -0.11490947008132935, -0.07088490575551987, -0.09289809316396713, 0.22173961997032166, + 0.13280677795410156, 0.039741113781929016, -0.057593878358602524, -0.11061623692512512, + 0.09799766540527344, -0.011029263027012348, 0.03703276813030243, -0.07140356302261353, + -0.14282722771167755, -0.11616257578134537, -0.051355425268411636, 0.02697446197271347, + 0.026999257504940033, -0.03434496372938156, -0.010402511805295944, 0.008813382126390934, + 0.019761402159929276, 0.032891176640987396, -0.013947892002761364, -0.044569872319698334, + 0.14443325996398926, -0.01650135964155197, 0.04851678013801575, 0.004837509244680405, + -0.11361951380968094, 0.07872625440359116, 0.034571822732686996, -0.04687581583857536, + -0.01122989784926176, -0.049344707280397415, 0.09488295763731003, -0.07471751421689987, + -0.008861529640853405, -0.14831112325191498, 0.04157467186450958, 0.08342969417572021, + 0.000619131897110492, -0.11924345046281815, 0.1233009621500969, -0.04855552688241005, + -0.018703872337937355, -0.07886122912168503, 0.11113647371530533, -0.1104607954621315, + -0.09927736967802048, -0.04428878799080849, -0.06919197738170624, -0.03760955482721329, + -0.1540827602148056, 0.037773407995700836, -0.05170518904924393, -0.0885884016752243, + 0.0010490120621398091, 0.09335694462060928, -0.04380594566464424, 0.0036029734183102846, + -0.17058153450489044, -0.013025923632085323, -0.023073537275195122, -0.01119066309183836, + 0.16817300021648407, -0.12995405495166779, -0.048853348940610886, -0.11699401587247849, + 0.01315705943852663, 0.06071649491786957, 0.00891569722443819, -0.0601726770401001, + -0.11726757884025574, -0.0991915911436081, 0.05286912992596626, 0.07796412706375122, + -0.0408511683344841, 0.04695985093712807, -0.14184026420116425, 0.09706319123506546, + 0.019932685419917107, 0.18526452779769897, -0.05426560714840889, 0.019387243315577507, + -0.1426025927066803, -0.04441023990511894, -0.14716467261314392, -0.1599205881357193, + 0.08252161741256714, 0.032078709453344345, -0.11706165224313736, 0.02229197695851326, + -0.05338623747229576, 0.006019415333867073, -0.10204996913671494, -0.048833493143320084, + 0.08220112323760986, 0.033319808542728424, -0.124671071767807, 0.024110114201903343, + -0.0716472789645195, -0.09591794013977051, -0.01450909674167633, -0.1225268766283989, + -0.10521688312292099, -0.03283319249749184, -0.017862878739833832, -0.08400347083806992, + -0.11756334453821182, 0.006678557023406029, -0.017316678538918495, 0.03494557738304138, + 0.07757711410522461, -0.046705134212970734, 0.037122003734111786, -0.06853611767292023, + -0.13186395168304443, 0.027129225432872772, 0.08524469286203384, 0.07039299607276917, + 0.000982193392701447, -0.03720707818865776, 0.006851511541754007, -0.04924502223730087, + -0.003765689441934228, -0.00014555129746440798, -0.053737834095954895, -0.05146331340074539, + -0.028236113488674164, 0.038309477269649506, 0.03503245487809181 + ], + [ + 0.08647964894771576, 0.2157202661037445, 0.16564656794071198, -0.01165611669421196, 0.12448626011610031, + 0.12485743314027786, 0.1556975096464157, 0.06976617127656937, 0.12490547448396683, 0.0782148540019989, + 0.004791307263076305, 0.030626900494098663, 0.062133144587278366, 0.06061144545674324, + 0.10604794323444366, 0.07896269112825394, 0.12796509265899658, 0.07117941230535507, 0.03053300268948078, + -0.045603152364492416, 0.10243309289216995, 0.10945006459951401, -0.11101502925157547, + -0.05000978335738182, 0.12600669264793396, 0.015093676745891571, -0.08599638938903809, + 0.12302286177873611, 0.04947247356176376, 0.007921001873910427, 0.009385178796947002, + 0.1061621829867363, 0.10727328807115555, -0.03735670819878578, 0.13932113349437714, 0.09706583619117737, + 0.040198005735874176, 0.01675763539969921, 0.087008036673069, 0.05651034787297249, 0.13713693618774414, + 0.01351110078394413, 0.01993502490222454, 0.0914740040898323, 0.12085285037755966, 0.09211785346269608, + 0.16350536048412323, -0.06811872869729996, 0.04636012390255928, -0.027852505445480347, + -0.05121304839849472, 0.0016001283656805754, 0.12546059489250183, 0.1812770813703537, + 0.09068869054317474, 0.06440660357475281, 0.12857893109321594, 0.11646351218223572, 0.15066877007484436, + 0.19667203724384308, 0.09284169226884842, 0.029323777183890343, -0.0049325162544846535, + 0.1018592044711113, 0.15336033701896667, 0.01474203821271658, 0.10859321802854538, + -0.015000877901911736, 0.015181423164904118, -0.16202323138713837, 0.05613509565591812, + 0.04343477264046669, 0.009610661305487156, 0.025081703439354897, 0.13703179359436035, + -0.028062770143151283, -0.042918115854263306, 0.027748771011829376, -0.05720510333776474, + 0.08273542672395706, -0.010272236540913582, -0.1588849574327469, -0.05576885864138603, + -0.14490830898284912, -0.0859215259552002, 0.17078007757663727, -0.021816622465848923, + 0.06847342848777771, 0.06812436133623123, 0.052540041506290436, -0.13052381575107574, + 0.04751602187752724, -0.0182340107858181, 0.07406674325466156, 0.09679389744997025, + 0.0015980142634361982, 0.059477463364601135, 0.14041668176651, 0.11982527375221252, 0.08607278764247894, + -0.009952619671821594, 0.15482762455940247, 0.12716786563396454, 0.09199266880750656, + 0.04875601828098297, 0.018047383055090904, 0.11688969284296036, 0.027624573558568954, + -0.14668779075145721, -0.02903372421860695, -0.06433475017547607, 0.012124892324209213, + 0.07627811282873154, 0.08592623472213745, 0.1696573942899704, -0.19867263734340668, + 0.036583129316568375, 0.15056607127189636, 0.04079650342464447, -0.04233367741107941, + 0.03718214109539986, -0.03391393646597862, 0.04580631107091904, 0.0879187062382698, 0.10842695087194443, + 0.05762001872062683, 0.17199407517910004, 0.12510910630226135, -0.21404816210269928, + -0.09880626946687698, 0.05303829535841942, 0.14071276783943176, 0.16878418624401093, + -0.01639924943447113, 0.03943900391459465, 0.005576154682785273, 0.09709648787975311, + 0.1621912121772766, 0.19232995808124542, 0.08978265523910522, 0.023508114740252495, 0.03735344856977463, + 0.0778999999165535, 0.10982879251241684, 0.0540011003613472, 0.02932809107005596, -0.07504843175411224, + 0.16869136691093445, 0.06540261954069138, -0.08387279510498047, 0.12190822511911392, + -0.021028878167271614, -0.02389358915388584, 0.0950920581817627, 0.04192574322223663, + -0.008147294633090496, 0.1724194586277008, 0.048117466270923615, 0.07237766683101654, + 0.009353923611342907, 0.140218585729599, 0.02891981042921543, 0.12456586956977844, -0.04744543507695198, + -0.019860750064253807, 0.15611647069454193, 0.16573941707611084, -0.0571628212928772, + 0.06840236485004425, 0.09721872955560684, 0.14868135750293732, -0.002295466372743249, + 0.08926480263471603, 0.11412472277879715, 0.08493024855852127, 0.1282338947057724, 0.10085878521203995, + 0.16205818951129913, -0.039876796305179596, 0.11110486090183258, 0.0551120825111866, + 0.021053792908787727, -0.05099879205226898, 0.06544212996959686, 0.006933694705367088, + 0.19870969653129578, -0.008194751106202602, 0.15614521503448486, 0.03509088605642319, + -0.105362668633461, 0.19617198407649994, 0.11771505326032639, 0.18076729774475098, 0.035420794039964676, + -0.010195329785346985, 0.01732015796005726, 0.10263138264417648, 0.23339036107063293, + 0.10364021360874176, 0.03442036360502243, -0.021949686110019684, 0.051090821623802185, + 0.09674853086471558, 0.1390778124332428, -0.05890491604804993, 0.034889187663793564, -0.118243008852005, + 0.06755188852548599, 0.04278683662414551, 0.17740920186042786, 0.022183462977409363, 0.2160201370716095, + 0.08214306086301804, 0.00046662474051117897, -0.08863961696624756, 0.08214421570301056, + 0.03425135090947151, 0.07633624970912933, 0.07094772160053253, 0.18473759293556213, 0.06892120838165283, + -0.02281290851533413, 0.08497092872858047, 0.10802413523197174, 0.03823080286383629, 0.1463765799999237, + 0.06205260753631592, 0.10188089311122894, 0.12616050243377686, 0.06748595088720322, 0.07811760902404785, + 0.14135728776454926, 0.03487926721572876, 0.1300884485244751, -0.02141505666077137, 0.06241634860634804, + -0.01404166966676712, 0.03709881007671356, 0.11099015176296234, -0.009384783916175365, + 0.10935860872268677, 0.16345131397247314, 0.05208892747759819, 0.004698615055531263, + 0.016578534618020058, 0.09592574834823608, 0.06433295458555222, 0.058414265513420105, + 0.08283132314682007, 0.1054929718375206, 0.04815976694226265, 0.1410079151391983, 0.034753646701574326, + 0.07921421527862549, 0.1220456138253212, 0.13036911189556122 + ], + [ + 0.0957317128777504, 0.19726499915122986, 0.08848155289888382, -0.017241695895791054, + 0.02211148664355278, 0.024086302146315575, 0.133611261844635, 0.06803681701421738, 0.10402868688106537, + 0.0947253406047821, 0.06954974681138992, 0.05576669052243233, 0.0943869799375534, 0.016334597021341324, + 0.119126096367836, 0.07765772938728333, 0.16469384729862213, 0.033957842737436295, 0.030695607885718346, + -0.04268231615424156, 0.16403384506702423, 0.027882220223546028, -0.08766159415245056, + 0.02047833986580372, 0.1727680116891861, -0.006305387243628502, -0.08441747725009918, + 0.012396118603646755, 0.11384924501180649, 0.055660758167505264, 0.07149052619934082, + 0.014678490348160267, 0.09424757957458496, 0.0062432619743049145, 0.12302584201097488, + 0.0030074005480855703, 0.0003516250289976597, 0.04535149410367012, 0.10744407027959824, + 0.06300569325685501, 0.02786264754831791, -0.03656742721796036, 0.10180292278528214, + 0.10527030378580093, 0.09848431497812271, 0.12101080268621445, 0.1235785260796547, -0.07152476161718369, + -0.05161866545677185, -0.013146652840077877, 0.003927318844944239, 0.006874829530715942, + 0.039698418229818344, 0.2001720517873764, 0.08480773866176605, 0.13152696192264557, 0.04721829667687416, + 0.03224097564816475, 0.049640946090221405, 0.10263151675462723, 0.13690972328186035, + 0.10630897432565689, 0.015054798685014248, 0.21170075237751007, 0.17435403168201447, + 0.02789248712360859, 0.013056430034339428, -0.02618517354130745, 0.022315485402941704, + -0.1518673449754715, -0.003294983645901084, 0.12012410908937454, -0.010599267669022083, + -0.025643114000558853, 0.07951986789703369, -0.05897664651274681, -0.03613869845867157, + 0.020271895453333855, -0.05479508265852928, 0.07493545114994049, 0.05189933255314827, + -0.07932940125465393, 0.008105105720460415, -0.1350385546684265, -0.1353694349527359, + 0.08798488229513168, -0.053064215928316116, -0.007310003042221069, 0.03697100654244423, + 0.0640982836484909, -0.14907793700695038, 0.06255783885717392, 0.004937821067869663, + -0.010972104966640472, 0.14526502788066864, -0.006240426562726498, 0.09910662472248077, + 0.03532184287905693, 0.186920627951622, 0.013013280928134918, -0.023119958117604256, + 0.06744082272052765, 0.09315997362136841, -0.01424010843038559, 0.01309148222208023, + 0.10563357174396515, 0.09201597422361374, -0.04904647916555405, -0.15220358967781067, + 0.06981883943080902, -0.06783758848905563, -0.039566874504089355, 0.13394935429096222, + 0.07992430031299591, 0.18620112538337708, -0.18980666995048523, -0.08492060005664825, + 0.054996758699417114, -0.019281182438135147, -0.05061093345284462, 0.11686518043279648, + 0.020950740203261375, 0.09588623046875, 0.06899522244930267, 0.05120975151658058, 0.09532316774129868, + 0.1336153745651245, 0.08797813206911087, -0.2172916829586029, -0.05542309209704399, + 0.0059165190905332565, 0.10827715694904327, 0.06458553671836853, -0.06102772802114487, + 0.06180489808320999, -0.03426717594265938, 0.1225414127111435, 0.1350545734167099, 0.11094983667135239, + 0.15010900795459747, 0.018351396545767784, -0.0012024224270135164, 0.09854342043399811, + -0.011898175813257694, -0.00483611598610878, 0.08248604089021683, -0.12454649806022644, + 0.07579074054956436, -0.008397596888244152, -0.01795647293329239, 0.06596758961677551, + 0.007177494931966066, 0.015823720023036003, 0.14357896149158478, 0.042407359927892685, + -0.03335517272353172, 0.16492705047130585, 0.0789714828133583, 0.1212821677327156, -0.06803519278764725, + 0.045486047863960266, 0.10271111130714417, 0.17521752417087555, -0.06212959811091423, + -0.041992198675870895, 0.133032888174057, 0.05434788018465042, -0.04881754517555237, + 0.04463047534227371, 0.004995312076061964, 0.09531761705875397, 0.03223949298262596, 0.1351192444562912, + 0.11508788913488388, 0.09344080090522766, 0.08017252385616302, 0.1102730855345726, 0.1641974002122879, + -0.0002264951035613194, 0.019086483865976334, 0.08628328144550323, 0.05908587947487831, + 0.003169944742694497, 0.12443951517343521, 0.037240058183670044, 0.13761085271835327, + 0.07751619815826416, 0.12741391360759735, 0.040811408311128616, -0.11349904537200928, + 0.033856600522994995, 0.07255835831165314, 0.07655991613864899, 0.011785120703279972, + -0.021634334698319435, 0.02718469873070717, 0.0875910148024559, 0.1551390141248703, 0.0973057746887207, + 0.011695107445120811, 0.01626901514828205, 0.11406097561120987, 0.010387679561972618, + 0.08896856755018234, -0.060072384774684906, 0.028236886486411095, -0.08438490331172943, + 0.023398656398057938, 0.038767069578170776, 0.1690456122159958, 0.011024870909750462, + 0.17077527940273285, 0.09547645598649979, 0.01121957041323185, -0.05618423596024513, + 0.10543074458837509, 0.01928042620420456, 0.0016982025699689984, 0.08458726853132248, + 0.18994726240634918, 0.02566625364124775, 0.06722139567136765, 0.02775396779179573, 0.1596331149339676, + 0.08681722730398178, 0.12624728679656982, 0.027336975559592247, 0.038088906556367874, + 0.1055404543876648, 0.06551393121480942, 0.13567671179771423, 0.0957610160112381, 0.07883770018815994, + 0.1510787159204483, 0.014698072336614132, 0.026146626099944115, 0.049887653440237045, + -0.0048091779462993145, 0.012209729291498661, 0.03182170167565346, 0.10644835233688354, + 0.1285761147737503, -0.0076699331402778625, -0.010113081894814968, 0.01861468143761158, + 0.08161947876214981, 0.09639327228069305, 0.14040757715702057, -0.005769239738583565, + 0.01828010380268097, 0.10675463825464249, 0.14997713267803192, 0.029366472736001015, + -0.005212937947362661, 0.11500018835067749, 0.03666922450065613 + ], + [ + -0.030085576698184013, -0.049072857946157455, 0.04702671989798546, -0.03601236641407013, + 0.04513534530997276, -0.036639127880334854, 0.04238047078251839, -0.05115706846117973, + 0.016867568716406822, -0.0538599006831646, 0.008617494255304337, -0.07543617486953735, + -0.03714286908507347, -0.001121950219385326, 0.03194126486778259, 0.012628571130335331, + -0.012379317544400692, 0.007578989956527948, 0.02279481664299965, -0.005025679245591164, + -0.04828333109617233, 0.05693351477384567, 0.03664584085345268, 0.01402423158288002, + 0.029575912281870842, -0.02406584657728672, -0.029254620894789696, 0.018357915803790092, + -0.062333133071660995, -0.02526739425957203, 0.002275420818477869, 0.03153619170188904, + -0.017139982432127, -0.03664220869541168, -0.04809574782848358, -0.07114630192518234, + -0.032427024096250534, -0.02732212096452713, 0.013492461293935776, -0.040991075336933136, + 0.03240739554166794, -0.047475822269916534, -0.02512260340154171, -0.043553151190280914, + 0.02347552590072155, -0.06154356524348259, -0.015241332352161407, -0.027671856805682182, + -0.01094797533005476, 0.02554686740040779, 0.029137006029486656, -0.0011474565835669637, + 0.007221149280667305, 0.035929739475250244, -0.024209944531321526, 0.03600524738430977, + -0.061399102210998535, -0.01781737059354782, 0.0035748062655329704, -0.01756884716451168, + -0.011827479116618633, -0.07216775417327881, -0.04095415025949478, -0.03509072586894035, + -0.04218665882945061, -0.019212091341614723, 0.03769264370203018, -0.00913497805595398, + -0.020763076841831207, 0.015120201744139194, -0.04485476762056351, -0.02177143655717373, + -0.07109881192445755, -0.03507542610168457, 0.004410153720527887, -0.010117934085428715, + -0.037066344171762466, -0.07456748187541962, -0.06491078436374664, 0.05442344769835472, + -0.06225846707820892, 0.028501329943537712, -0.0511186458170414, 0.007497907150536776, + -0.04076823964715004, -0.0026645988691598177, -0.015833726152777672, -0.004227783996611834, + -0.039495427161455154, 0.024577394127845764, 0.05118803307414055, 0.018380606546998024, + 0.003780293045565486, 0.03302888572216034, -0.0008736299932934344, 0.033923350274562836, + -0.046983495354652405, 0.04319491609930992, -0.006798049435019493, -0.009497066028416157, + 0.043746672570705414, 0.033684879541397095, -0.012110463343560696, -0.021067894995212555, + -0.023900872096419334, -0.044989533722400665, -0.011236981488764286, -0.04449670761823654, + 0.05815562605857849, 0.0027043051086366177, -0.047891538590192795, 0.01685953326523304, + -0.03385753557085991, 0.040507275611162186, -0.04440830647945404, 0.008822500705718994, + -0.038041699677705765, 0.04148954153060913, -0.03299714997410774, -0.0487879142165184, + -0.0700906366109848, -0.045428428798913956, 0.04675113037228584, -0.003171199234202504, + 0.04826509580016136, -0.05633081868290901, 0.024003559723496437, -0.0021204662043601274, + 0.032427750527858734, -0.0029638432897627354, -0.06048206984996796, -0.06049424409866333, + 0.01687593385577202, -0.029089510440826416, -0.05009998381137848, -0.04350380226969719, + 0.04476074501872063, 0.04839480295777321, -0.05476811155676842, -0.014835958369076252, + -0.04236040264368057, 0.027910910546779633, -0.05270477384328842, -0.057741470634937286, + -0.05084867775440216, -0.03357391431927681, 0.03526671975851059, -0.043752577155828476, + 0.006498691625893116, 0.040137551724910736, -0.02820747345685959, -0.013410194776952267, + -0.0043006837368011475, -0.052995599806308746, 0.01732679083943367, 0.033386558294296265, + -0.060823239386081696, 0.007793072611093521, 0.01655760407447815, -0.02300451695919037, + -0.041872259229421616, -0.0049026100896298885, -0.007557706441730261, 0.016666261479258537, + -0.02576712891459465, -0.02674129046499729, -0.0003853309899568558, 0.003530787071213126, + -0.06036500260233879, -0.00403206842020154, -0.002626791363582015, -0.06945963948965073, + 0.012607377953827381, -0.05172823369503021, 0.039268121123313904, 0.04572022706270218, + -0.04242484271526337, 0.026545314118266106, -0.023889152333140373, 0.03229251876473427, + -0.06656219065189362, -0.008021602407097816, -0.019624294713139534, 0.03850885480642319, + 0.015277479775249958, -0.03052166849374771, -0.010461989790201187, -0.044024690985679626, + 0.03007933869957924, 0.020443543791770935, 0.015101506374776363, 0.025300823152065277, + -0.001213210984133184, -0.022731585428118706, 0.040943510830402374, 0.013383140787482262, + -0.03222271800041199, -0.03762553632259369, -0.03524235635995865, -0.027350371703505516, + 0.025035617873072624, -0.027652597054839134, -0.013158494606614113, -0.02309127151966095, + 0.05597201734781265, -0.05480912700295448, -0.01094332430511713, 0.003031602595001459, + 0.033249299973249435, -0.03413445129990578, 0.03307665139436722, -0.031611595302820206, + 0.006603915710002184, -0.05589976906776428, 0.03070312738418579, -0.019470009952783585, + 0.03852488473057747, -0.05052126199007034, 0.042290594428777695, -0.04696919023990631, + 0.001875180285423994, -0.06324256956577301, 0.0439867340028286, -0.007258252240717411, + 0.05071965977549553, -0.0010647489689290524, 0.008548981510102749, -0.007794135715812445, + -0.04137789085507393, -0.03119715303182602, 0.03989926353096962, 0.04169832915067673, + -0.04319589585065842, -0.011787875555455685, -0.012496738694608212, 0.019208747893571854, + 0.0053278799168765545, -0.031645216047763824, -0.0641145184636116, 0.02503051795065403, + -0.028368528932332993, -0.05696449056267738, -0.054911524057388306, -0.029535943642258644, + 0.019857989624142647, -0.0634140595793724, 0.03371782228350639, -0.02381146140396595, + -0.0015091649256646633, -0.005842367187142372, 0.048592161387205124, -0.06069118529558182, + -0.054904863238334656, 0.008531125262379646, -0.04977232590317726, -0.07150458544492722 + ], + [ + -0.02992137335240841, -0.17844870686531067, -0.15199659764766693, 0.10098358243703842, + -0.09499212354421616, -0.08833492547273636, -0.07653942704200745, -0.03745027631521225, + -0.0665312260389328, -0.059150900691747665, 0.03133163973689079, 0.08996772766113281, + -0.07046038657426834, 0.08623944222927094, -0.02319467067718506, -0.07030661404132843, + -0.14564818143844604, -0.07654482871294022, 0.029879676178097725, 0.11144688725471497, + -0.128459170460701, 0.013439229689538479, 0.16681769490242004, 0.0038200044073164463, + -0.13813148438930511, 0.12395891547203064, 0.08536068350076675, -0.06538853794336319, + 0.00842444971203804, -0.061436764895915985, 0.1069389060139656, 0.009284928441047668, + -0.0915275365114212, 0.005167610943317413, -0.026752498000860214, -0.04872182011604309, + 0.035404011607170105, 0.051971435546875, -0.13694240152835846, -0.07643461972475052, + -0.10381904989480972, 0.04077969118952751, 0.008321816101670265, -0.06960040330886841, + -0.04523111507296562, -0.09219341725111008, -0.0680738240480423, 0.09189149737358093, + 0.020689144730567932, -0.010224522091448307, 0.0044073499739170074, 0.0902869775891304, + -0.04632061719894409, -0.17800372838974, -0.043030381202697754, -0.12477946281433105, + -0.04171178117394447, -0.025961030274629593, -0.13005711138248444, -0.08794515579938889, + -0.05794742330908775, -0.00816383771598339, 0.06045918166637421, -0.12245552241802216, + -0.11440854519605637, 0.10853201895952225, -0.10355404764413834, 0.10110769420862198, + 0.047590047121047974, 0.1961062252521515, -0.00843956507742405, -0.07247906923294067, + 0.05224109813570976, -0.04150959476828575, -0.08764513581991196, 0.11899139732122421, + 0.12039326131343842, -0.09447389096021652, 0.01024994719773531, -0.053732238709926605, + 0.037183403968811035, 0.27213943004608154, 0.020185071974992752, 0.2243172973394394, 0.1675269901752472, + -0.1587865799665451, 0.09186694025993347, -0.07197330892086029, -0.029685720801353455, + -0.09229578077793121, 0.19267705082893372, -0.06182362139225006, 0.07259844243526459, + -0.04921741783618927, -0.09652236104011536, 0.10125414282083511, -0.07693643867969513, + -0.10250064730644226, -0.13781386613845825, 0.017636124044656754, 0.0855151116847992, + -0.09353011846542358, -0.08826565742492676, 0.03851489722728729, 0.10729047656059265, + -0.08696557581424713, -0.027166074141860008, 0.08423686772584915, 0.23034271597862244, + 0.10393959283828735, 0.011493957601487637, 0.055812105536460876, -0.08804026991128922, + -0.06699003279209137, -0.13738016784191132, 0.25018563866615295, 0.11186707019805908, + -0.09594661742448807, 0.0646490529179573, 0.02716367319226265, -0.08708727359771729, 0.1224207654595375, + -0.06718331575393677, 0.02853567712008953, -0.1820666491985321, -0.0779234915971756, + -0.1595475673675537, -0.029784338548779488, 0.2692033350467682, 0.09313227981328964, + 0.04916844144463539, -0.11582616716623306, -0.052966952323913574, 0.06791143119335175, + -0.01472737081348896, 0.1252444088459015, -0.1062924861907959, -0.03185533359646797, + -0.11861714720726013, -0.09430088102817535, -0.024973098188638687, -0.04307057335972786, + -0.07770268619060516, 0.0456162765622139, -0.05979020893573761, 0.023195818066596985, + 0.10191020369529724, -0.0628322884440422, -0.0028729059267789125, 0.10343614965677261, + -0.05994794890284538, 0.013259232975542545, 0.10695436596870422, -0.12653762102127075, + 0.0007440121262334287, 0.022497905418276787, -0.12580184638500214, -0.02235090732574463, + -0.008432071655988693, 0.02645835652947426, -0.08257462829351425, -0.08624429255723953, + -0.04119496792554855, 0.06448963284492493, 0.05724291130900383, -0.1345314234495163, + -0.08698337525129318, 0.14705722033977509, 0.04756278172135353, 0.0018212285358458757, + -0.07688010483980179, 0.052591994404792786, -0.12114608287811279, -0.04972385615110397, + -0.008804487064480782, -0.08569527417421341, -0.10114714503288269, -0.07787536829710007, + 0.04772552475333214, 0.0011606923071667552, -0.07321952283382416, -0.06376872211694717, + 0.12763158977031708, -0.0806267186999321, 0.0033430529292672873, -0.18433347344398499, + 0.05520700663328171, -0.04602574557065964, -0.037556927651166916, 0.0596727579832077, + -0.12283752113580704, 0.029675712808966637, -0.1310749650001526, 0.06076114997267723, + 0.09201282262802124, 0.0792403295636177, -0.019483091309666634, -0.11885429173707962, + -0.04234343022108078, 0.09007284045219421, 0.07422854751348495, -0.028421366587281227, + 0.042252179235219955, -0.17471633851528168, 0.10150381177663803, 0.06954009085893631, + 0.13307687640190125, -0.06538552790880203, 0.06784258037805557, -0.13821172714233398, + 0.004565299488604069, -0.15990601480007172, -0.14656612277030945, 0.10999587178230286, + 0.07688389718532562, -0.11419913917779922, 0.007255660369992256, -0.01099981740117073, + -0.020320221781730652, -0.17617705464363098, -0.03644523769617081, 0.0599496103823185, + -0.04874962940812111, -0.15458962321281433, -0.02838248573243618, -0.12518924474716187, + -0.020230377092957497, -0.009703591465950012, -0.06452368199825287, -0.09903402626514435, + -0.07077822089195251, -0.002288644900545478, -0.0621022991836071, -0.1610240489244461, + 0.0259908027946949, -0.040251102298498154, -0.06168424338102341, 0.015011647716164589, + -0.1007639467716217, 0.10192184895277023, -0.06718466430902481, -0.08884143829345703, + 0.08658058196306229, 0.05448491498827934, 0.009990151971578598, -0.0803617611527443, + -0.0809258371591568, -0.008854390121996403, 0.01225096546113491, -0.016475735232234, + -0.08037872612476349, -0.1085105612874031, -0.026809288188815117, -0.09536904841661453, + 0.019863737747073174, 0.016924463212490082 + ], + [ + 0.05368084833025932, 0.21949292719364166, 0.061399031430482864, -0.06190662086009979, + 0.13160142302513123, 0.06462089717388153, 0.11849723011255264, 0.11315489560365677, 0.15181870758533478, + 0.13097256422042847, 0.06978888064622879, 0.0639265701174736, 0.07214539498090744, 0.056674741208553314, + 0.0564664825797081, 0.03804227337241173, 0.11069352924823761, 0.10960381478071213, 0.10182251036167145, + -0.05304371565580368, 0.08659867942333221, 0.11154160648584366, -0.1833108514547348, + 0.04201674833893776, 0.14683601260185242, -0.05606548488140106, -0.05737251415848732, + 0.09934919327497482, 0.14425471425056458, 0.03021753951907158, 0.044970449060201645, + 0.04154881089925766, 0.15164415538311005, -0.06712646037340164, 0.11122316122055054, + 0.11531119793653488, 0.016850953921675682, -0.013103688135743141, 0.12255581468343735, + 0.11910320818424225, 0.12703388929367065, -0.02643013745546341, 0.02885270118713379, + 0.10676392912864685, 0.10521839559078217, 0.11869251728057861, 0.14675553143024445, + -0.02364112064242363, -0.018393468111753464, -0.0014336724998429418, -0.0037520367186516523, + 0.024472776800394058, 0.023454219102859497, 0.1959938257932663, 0.0464034266769886, 0.12945067882537842, + 0.027071675285696983, 0.058303654193878174, 0.12475026398897171, 0.13526232540607452, + 0.037457749247550964, 0.0967223197221756, -0.07614240050315857, 0.09730322659015656, + 0.18055644631385803, 0.0071197496727108955, 0.11980682611465454, -0.02236073464155197, + 0.03910079225897789, -0.2024857997894287, 0.021928098052740097, 0.01130633894354105, + -0.02337595820426941, 0.10020344704389572, 0.1674603372812271, -0.08656079322099686, + -0.06888465583324432, 0.02722886949777603, 0.02740798331797123, 0.028218910098075867, + 0.012309405952692032, -0.07455160468816757, -0.012151670642197132, -0.1201121062040329, + -0.08164109289646149, 0.1554115116596222, 0.035356126725673676, 0.022494109347462654, + 0.07211561501026154, 0.10225977003574371, -0.0447801873087883, 0.13459978997707367, + -0.07109809666872025, 0.06046988442540169, 0.09049908816814423, -0.00012335182691458613, + 0.10194098949432373, 0.0819936990737915, 0.20323123037815094, 0.016886724159121513, + -0.028412938117980957, 0.08108233660459518, 0.10949288308620453, 0.037889741361141205, + -0.04737195372581482, 0.07923772931098938, 0.09446829557418823, 0.035161685198545456, + -0.17992883920669556, -0.05662671476602554, 0.016752179712057114, -0.04993753135204315, + 0.042940277606248856, 0.04335824027657509, 0.16582612693309784, -0.13832125067710876, + -0.04957167059183121, 0.0663038119673729, 0.07750871777534485, 0.05363835394382477, 0.12476663291454315, + 0.015238417312502861, 0.08896426111459732, 0.04081542417407036, 0.10159139335155487, + 0.04159308597445488, 0.07916530221700668, 0.09694904088973999, -0.1898496299982071, + -0.14530250430107117, -0.0402497835457325, 0.10511761158704758, 0.1294739544391632, + -0.012091423384845257, 0.09586882591247559, -0.031952496618032455, 0.029534555971622467, + 0.11340811848640442, 0.2165684998035431, 0.0988951027393341, -0.017208412289619446, 0.08481935411691666, + 0.09472332894802094, 0.028418375179171562, 0.009522355161607265, 0.11506783217191696, + -0.017754944041371346, 0.08863984048366547, 0.11228185147047043, -0.04688721522688866, + 0.08212953805923462, -0.03885645419359207, 0.04399437457323074, 0.0986318439245224, + 0.006917253136634827, -0.03204331547021866, 0.15887370705604553, 0.02792280539870262, + 0.03695496916770935, 0.04270920902490616, 0.0850253626704216, 0.022373566403985023, 0.13262704014778137, + -0.06758664548397064, 0.003930415026843548, 0.06862787902355194, 0.1446121633052826, + -0.15996432304382324, 0.07352852076292038, 0.09262897819280624, 0.14067429304122925, + 0.031296104192733765, 0.1622217446565628, 0.14962351322174072, 0.05785020813345909, 0.12017164379358292, + 0.07576398551464081, 0.12667201459407806, -0.01809876412153244, 0.09256941825151443, + 0.018034113571047783, 0.053914401680231094, -0.09058970957994461, 0.031515415757894516, + 0.04509400576353073, 0.12250811606645584, 0.04407523199915886, 0.15855565667152405, 0.1303582489490509, + -0.09497088193893433, 0.06613093614578247, 0.09351847320795059, 0.18234941363334656, + -0.06368489563465118, 0.040017928928136826, -0.019284939393401146, 0.030335815623402596, + 0.08821915090084076, 0.08988840878009796, 0.0076708416454494, -0.006949986331164837, 0.0923360213637352, + 0.013359708711504936, 0.06136883422732353, -0.04591803625226021, 0.02961672842502594, + -0.04512685537338257, 0.08461535722017288, -0.018648704513907433, 0.11778244376182556, + 0.07928726077079773, 0.17500163614749908, 0.15427298843860626, 0.001880842144601047, + -0.0925770029425621, 0.14914646744728088, 0.001197927282191813, 0.05259902775287628, + 0.02223537676036358, 0.155029758810997, 0.08948957175016403, 0.03194819763302803, 0.028934767469763756, + 0.07442613691091537, 0.005938288755714893, 0.12440100312232971, 0.08404127508401871, + 0.07768560945987701, 0.13829262554645538, 0.17851652204990387, 0.017909392714500427, + 0.043084658682346344, 0.09569449722766876, 0.1323140412569046, -0.07466503977775574, + 0.05664825066924095, 0.010288040153682232, 0.0485437847673893, 0.07821893692016602, + -0.05370884761214256, 0.10441692918539047, 0.16145138442516327, 0.06804715096950531, + -0.0282890647649765, 0.0057641020976006985, 0.10386887937784195, 0.007343336008489132, + 0.06645988672971725, 0.045815590769052505, 0.09571071714162827, 0.08406611531972885, + 0.06377027928829193, 0.1374797374010086, 0.03638051450252533, 0.0204500462859869, 0.12820672988891602 + ], + [ + -0.02150108851492405, -0.05192295461893082, 0.05963163822889328, 0.028472570702433586, + -0.0033489956986159086, -0.019959978759288788, -0.04832566902041435, -0.04786711558699608, + -0.0623009130358696, -0.04906490445137024, -0.05282720550894737, -0.009518568404018879, + 0.014857735484838486, 0.0025533365551382303, 0.0006775479414500296, -0.021074697375297546, + -0.05473875254392624, -0.012274784035980701, 0.043768104165792465, 0.03546890616416931, + 0.031099312007427216, 0.033578936010599136, 0.0438242182135582, -0.03811417892575264, + 0.01897546648979187, -0.0567195825278759, -0.037715598940849304, 0.02947850152850151, + 0.016609981656074524, 0.04967152699828148, -0.02953740954399109, -0.009321258403360844, + -0.02977587841451168, -0.015435940586030483, 0.048415590077638626, -0.0378837063908577, + 0.022823257371783257, 0.023441551253199577, 0.008027970790863037, -0.005720230750739574, + 0.03687465563416481, 0.035869404673576355, 0.03693797066807747, -0.03075353056192398, + -0.01294048223644495, -0.0004213310603518039, -0.06157718598842621, 0.010114302858710289, + -0.020339034497737885, 0.05624166876077652, -0.006243913900107145, 0.033159658312797546, + -0.06290725618600845, 0.046155281364917755, -0.039494987577199936, 0.043947983533144, + -0.02280087023973465, 0.04407970979809761, -0.03789664804935455, -0.04990106448531151, + -0.06558521836996078, -0.001226787455379963, -0.040060292929410934, 0.051752857863903046, + -0.03232434391975403, 0.01500412356108427, -0.06739448755979538, 0.021403498947620392, + -0.04155368357896805, 0.026793837547302246, 0.02387145161628723, -0.000957946409471333, + -0.025395279750227928, 0.06010810658335686, 0.03746583312749863, 0.014925086870789528, + -0.007655994966626167, -0.015886688604950905, -0.05238036811351776, -0.010092848911881447, + -0.002376641146838665, -0.05256024748086929, 0.0033893221989274025, -0.03118138387799263, + 0.04280751943588257, 0.010763646103441715, -0.033934418112039566, 0.0608653798699379, + 0.036272600293159485, 0.03211778402328491, 0.008821345865726471, -0.026457486674189568, + -0.05256105586886406, 0.011335862800478935, -0.05231371149420738, -0.057675205171108246, + 0.006326541304588318, -0.010763854719698429, -0.004897903650999069, -0.06774728000164032, + 0.008898795582354069, 0.053575970232486725, 0.0012611657148227096, 0.009462349116802216, + -0.00967989768832922, -0.03357049822807312, 0.0509796068072319, -0.0038243073504418135, + 0.0035984579008072615, 0.03158612176775932, -0.013960234820842743, -0.014512746594846249, + 0.02162914164364338, 0.01046023704111576, 0.026967626065015793, -0.05482512712478638, + 0.008862573653459549, 0.044926099479198456, -0.04561100900173187, -0.050477802753448486, + 0.028842007741332054, -0.058198604732751846, 0.043184082955121994, -0.012117323465645313, + 0.007745277602225542, -0.015970347449183464, 0.013064651750028133, -0.02397613599896431, + 0.05886181443929672, -0.04115939140319824, -0.035313766449689865, -0.01853136718273163, + -0.03049570322036743, -0.03502478450536728, -0.06474444270133972, -0.013570690527558327, + -0.0007967380224727094, 0.04052381217479706, 0.019648946821689606, 0.05194884538650513, + -0.003556997049599886, 0.01047577429562807, 0.054225217550992966, -0.04809718206524849, + 0.00025396666023880243, 0.027409914880990982, 0.018497325479984283, 0.025870561599731445, + -0.04484977945685387, 0.008983074687421322, 0.05171773582696915, -0.002079455181956291, + -0.04626110941171646, -0.0426156185567379, -0.037099987268447876, -0.02175423502922058, + -0.040490441024303436, -0.02084454521536827, -0.019406002014875412, 0.04127170518040657, + -0.053377408534288406, 0.037461888045072556, 0.027914535254240036, 0.03276221081614494, + -0.04386034235358238, -0.050679635256528854, -0.020891685038805008, 0.009908227249979973, + 0.04592086747288704, -0.060317136347293854, -0.04751818627119064, 0.024412380531430244, + 0.03746028617024422, 0.003253967734053731, -0.024951839819550514, -0.049876779317855835, + -0.017014306038618088, 0.021650124341249466, 0.03794969245791435, 0.042630381882190704, + 0.035528987646102905, -0.009186416864395142, -0.01095918845385313, 0.01822667196393013, + -0.052213914692401886, -0.03930318355560303, -0.034919124096632004, 0.034328024834394455, + 0.021161770448088646, 0.008551536127924919, -0.02133229374885559, -0.050845917314291, + -0.007975456304848194, 0.04962195083498955, -0.06750448048114777, -0.03291787952184677, + -5.0206337618874386e-5, 0.00978182815015316, -0.02140757255256176, 0.007544125430285931, + 0.0219295434653759, 0.05009160190820694, -0.0270244088023901, 0.0018641315400600433, + 0.014182964339852333, 0.018158696591854095, -0.038176361471414566, 0.015866873785853386, + -0.03189130499958992, 0.0032752826809883118, 0.04676681011915207, 0.05554001033306122, + 0.05178922042250633, -0.039045300334692, 0.04960668832063675, -0.026781730353832245, + -0.030976422131061554, -0.024578286334872246, -0.04776515066623688, 0.042172838002443314, + -0.0631486028432846, -0.03753251954913139, -0.05388028919696808, 0.013639469631016254, + 0.03629310429096222, -0.008140750229358673, -0.03145694360136986, -0.016898106783628464, + -0.0012328663142398, -0.03449128568172455, 0.007318192161619663, 0.004823132883757353, + -0.018760904669761658, 0.045871488749980927, -0.006303074304014444, -0.04291689023375511, + 0.006920749321579933, 0.03620775043964386, 0.02927510440349579, -0.04312265291810036, + -0.003358293091878295, 0.04263649880886078, 0.02231953851878643, -0.05116964504122734, + -0.022665418684482574, 0.017062976956367493, 0.016265543177723885, -0.01733316108584404, + -0.051663924008607864, 0.03516132012009621, 0.01304628886282444, -0.061401885002851486, + -0.04419873282313347, -0.03024902753531933, 0.0076556080020964146, -0.005492054391652346 + ], + [ + -0.055137354880571365, -0.1887708604335785, -0.14176255464553833, 0.006728275213390589, + -0.09652740508317947, -0.04941172152757645, -0.10683439671993256, -0.12915438413619995, + -0.05217139795422554, 0.024972738698124886, -0.019307631999254227, 0.05414174497127533, + -0.0789175033569336, 0.06835170835256577, -0.08776114881038666, -0.026346715167164803, + -0.019365843385457993, -0.13863611221313477, 0.021848589181900024, 0.05484464019536972, + -0.14443115890026093, 0.0025193241890519857, 0.2067449539899826, 0.05276096239686012, + -0.11520197242498398, 0.06540822982788086, 0.12980268895626068, -0.003753415308892727, + -0.1127316877245903, -0.02626734972000122, 0.08021976798772812, -0.025733349844813347, + -0.05456371232867241, 0.013694622553884983, -0.09950041770935059, -0.046625349670648575, + 0.04770512506365776, 0.029459280893206596, -0.07378632575273514, -0.09922800958156586, + -0.007862414233386517, 0.07398118078708649, -0.018257727846503258, -0.10552186518907547, + -0.09043607115745544, -0.015489335171878338, -0.06979121267795563, 0.05670887604355812, + -0.023830736055970192, 0.058939047157764435, 0.01296455878764391, 0.09932605177164078, + -0.041371285915374756, -0.12710513174533844, -0.08658467233181, -0.025248946622014046, + -0.07958758622407913, -0.07762021571397781, -0.09132309257984161, -0.13414858281612396, + -0.04008806496858597, -0.01672624796628952, 0.1158314198255539, -0.1661289781332016, + -0.07602981477975845, -0.005153645295649767, 0.001688645570538938, 0.0073737394995987415, + -0.05389418825507164, 0.28018537163734436, 0.03665563836693764, -0.11542439460754395, + -0.023074164986610413, 0.04754502698779106, -0.05271172896027565, 0.03547072783112526, + 0.07288165390491486, -0.1183517649769783, 0.03460543602705002, -0.03412122279405594, + -0.05041717737913132, 0.15679408609867096, 0.008757890202105045, 0.20578816533088684, + 0.1385333389043808, -0.1887570470571518, 0.05196923762559891, -0.037762340158224106, + 0.04382782801985741, -0.061525825411081314, 0.19399724900722504, 0.0029444233514368534, + 0.13511617481708527, 0.026371799409389496, -0.09298446774482727, 0.0029838941991329193, + -0.018716825172305107, -0.009457580745220184, -0.16080866754055023, -0.004574617836624384, + 0.0650305449962616, -0.059518855065107346, -0.04751236364245415, -0.0015394012443721294, + 0.01716245710849762, -0.014969130977988243, -0.029448749497532845, 0.031146252527832985, + 0.20722663402557373, 0.04840333014726639, 0.05064618960022926, 0.038819439709186554, + -0.13380731642246246, -0.00944640301167965, -0.17448751628398895, 0.13015729188919067, + 0.09846869856119156, -0.06777975708246231, -0.023320965468883514, 0.09994350373744965, + -0.11793544143438339, 0.02770460955798626, -0.059884823858737946, -0.043458640575408936, + -0.11644633114337921, -0.08250339329242706, -0.09814471006393433, -0.030435623601078987, + 0.17918647825717926, 0.13263516128063202, 0.08363720774650574, -0.05553502216935158, + -0.08507078140974045, 0.09030080586671829, -0.06023310124874115, 0.03226228430867195, + -0.008216114714741707, -0.057398807257413864, -0.1579114943742752, -0.0628914088010788, + 0.05118783563375473, -0.0015468101482838392, -0.13091114163398743, -0.009316406212747097, + 0.003396274521946907, -0.034210238605737686, 0.08907309919595718, -0.15491943061351776, + -0.03643398731946945, 0.0910191759467125, -0.08967491239309311, 0.05569302290678024, + 0.026882916688919067, -0.05348002538084984, 0.06489159166812897, 0.08349800854921341, + -0.04805818200111389, -0.07397549599409103, -0.03693358600139618, 0.02867027558386326, + -0.04477553069591522, -0.07170595228672028, -0.090431809425354, -0.005284904036670923, + 0.0535929799079895, -0.1549966186285019, -0.11220359802246094, 0.11741592735052109, + -0.06547844409942627, 0.014869564212858677, -0.1713697463274002, 0.01584276556968689, + -0.11505350470542908, -0.0770082175731659, -0.05350032076239586, -0.13061212003231049, + -0.10382803529500961, -0.1267290711402893, 0.0036779020447283983, -0.06099984049797058, + 0.002290193922817707, -0.07569337636232376, 0.1388881951570511, -0.028722461313009262, + 0.057325009256601334, -0.08821552991867065, -0.0050937458872795105, -0.12676049768924713, + 0.007134860847145319, 0.13871213793754578, -0.14158454537391663, -0.06329143047332764, + -0.11968275904655457, 0.10836350917816162, 0.12719829380512238, 0.05328867584466934, + -0.05486215278506279, -0.15104439854621887, -0.06114418804645538, 0.05176455155014992, + 0.09838992357254028, -0.09687548875808716, 0.030653677880764008, -0.1266663670539856, + 0.09314119070768356, 0.052192699164152145, 0.16096362471580505, -0.0424104779958725, + 0.03972393274307251, -0.03338286653161049, -0.028392547741532326, -0.10427790880203247, + -0.12002353370189667, 0.06643892824649811, 0.13270491361618042, -0.11982427537441254, + -0.06728051602840424, 0.007026911247521639, -0.04205667972564697, -0.17760443687438965, + -0.010667254216969013, 0.06395253539085388, -0.033314574509859085, -0.07891515642404556, + 0.020917771384119987, -0.055976998060941696, -0.10238828510046005, -0.03454487770795822, + -0.13440285623073578, -0.11774825304746628, -0.10836552828550339, -0.09684988856315613, + -0.095112144947052, -0.17022950947284698, 0.06504422426223755, -0.050108544528484344, + -0.05655725300312042, 0.07599100470542908, -0.02571289613842964, 0.03915896266698837, + -0.10650987178087234, -0.023068834096193314, 0.10333399474620819, 0.09759658575057983, + 0.09764089435338974, -0.07251201570034027, 0.022603629156947136, -0.0833403542637825, + -0.08773919939994812, -0.09706530719995499, -0.032564714550971985, -0.09105757623910904, + -0.06998434662818909, -0.05870571732521057, -0.0022830143570899963, -0.09073711186647415 + ], + [ + 0.018962861970067024, 0.21824704110622406, 0.04414600133895874, -0.05283305048942566, + 0.05048222839832306, 0.12404794245958328, 0.16408929228782654, 0.10135751217603683, 0.11752820760011673, + 0.08758068829774857, 0.10508392006158829, -0.010100150480866432, 0.15267935395240784, + 0.07505057752132416, 0.09799951314926147, 0.05003777891397476, 0.12409992516040802, 0.13552699983119965, + 0.1273314356803894, -0.027742335572838783, 0.12882663309574127, 0.09264402836561203, + -0.15349899232387543, -0.040125854313373566, 0.16183164715766907, -0.011349829845130444, + -0.0334436371922493, 0.09344884008169174, 0.10102223604917526, 0.12164051830768585, 0.03938891738653183, + 0.0733475610613823, 0.10130743682384491, -0.012573574669659138, 0.1248869076371193, 0.06372768431901932, + -0.004534080158919096, 0.09798786789178848, 0.14014466106891632, 0.11719557642936707, + 0.13220487534999847, 0.029913900420069695, 0.08959843963384628, 0.043655749410390854, + 0.0409209281206131, 0.05921681225299835, 0.09709197282791138, -0.04677063599228859, + -0.0019639581441879272, 0.019772829487919807, -0.03870229795575142, -0.08113332092761993, + 0.02458091825246811, 0.17685364186763763, 0.15906397998332977, 0.13619403541088104, 0.11578810960054398, + 0.0704268291592598, 0.15733212232589722, 0.14971093833446503, 0.10255417227745056, 0.04120311141014099, + -0.03856779262423515, 0.1659470945596695, 0.11457206308841705, -0.021269844844937325, + 0.07989814877510071, -0.04245384410023689, 0.07691341638565063, -0.13158120214939117, + 0.11112423241138458, 0.013920682482421398, 0.030814943835139275, 0.0698123350739479, + 0.16224214434623718, -0.08262896537780762, -0.045690108090639114, 0.0671786516904831, + 0.0004967981949448586, 0.11530276387929916, 0.023410571739077568, -0.11691971123218536, + -0.06416641920804977, -0.16875576972961426, -0.03361457586288452, 0.1684698909521103, + 0.049406908452510834, 0.04808013141155243, 0.09843038022518158, 0.13208889961242676, + -0.1049499660730362, 0.0820407122373581, -0.012655122205615044, 0.12081194669008255, + 0.04125092551112175, -0.07634814828634262, 0.1136908307671547, 0.15128010511398315, 0.17706160247325897, + 0.014240453019738197, -0.040346574038267136, 0.11287140101194382, 0.05283219739794731, + 0.08017043769359589, 0.04018983989953995, 0.10790959745645523, 0.08144295960664749, + -0.023351622745394707, -0.14481757581233978, 0.02587277442216873, 0.03435793146491051, + -0.019963089376688004, 0.09707775712013245, 0.0958205908536911, 0.08551310747861862, + -0.15481585264205933, 0.037805043160915375, 0.10123322159051895, -0.010081875137984753, + -0.06889815628528595, 0.06072176620364189, -0.02163274586200714, 0.08469534665346146, + 0.02867119014263153, 0.13431337475776672, 0.15605509281158447, 0.11102856695652008, 0.10741479694843292, + -0.13472676277160645, -0.12419631332159042, 0.019685734063386917, 0.11683429777622223, + 0.10060857981443405, -0.025983206927776337, 0.010620707646012306, -0.06693451851606369, + 0.10581470280885696, 0.12190645188093185, 0.1617787778377533, 0.13636627793312073, -0.04605431109666824, + 0.05494994297623634, 0.036984968930482864, 0.006428368855267763, 0.05983487889170647, + 0.055208172649145126, -0.01584598235785961, 0.05472544580698013, -0.006501761730760336, + -0.06143128126859665, 0.12256572395563126, -0.0375625379383564, -0.04271381348371506, + 0.16408738493919373, 0.05634574219584465, 0.03439191356301308, 0.12830829620361328, 0.02240314520895481, + 0.0494525209069252, 0.035275861620903015, 0.06633013486862183, 0.08414720743894577, 0.14442382752895355, + -0.07225850969552994, -0.02887677773833275, 0.09329267591238022, 0.12000330537557602, + -0.1612069457769394, 0.027672557160258293, 0.03934822604060173, 0.16308362782001495, + -0.05751897022128105, 0.1909084916114807, 0.052554454654455185, 0.09138036519289017, 0.0894835963845253, + 0.12716662883758545, 0.10003803670406342, -0.05569485202431679, 0.10187239199876785, + 0.08735038340091705, 0.11178447306156158, -0.02040773816406727, 0.05943471938371658, + 0.03351154923439026, 0.135091170668602, 0.09237594157457352, 0.08306432515382767, 0.028016136959195137, + -0.09214351326227188, 0.0926733985543251, 0.055306047201156616, 0.0992383137345314, -0.0673433467745781, + -0.027552461251616478, -0.021559838205575943, 0.06837106496095657, 0.09662120789289474, + 0.17148828506469727, 0.03919938951730728, -0.019451739266514778, 0.17602397501468658, + 0.06989359855651855, 0.03989485278725624, -0.027111446484923363, -0.017246676608920097, + -0.15529192984104156, 0.0987263172864914, 0.017301680520176888, 0.07394161075353622, + 0.10948564112186432, 0.1043168157339096, 0.15937235951423645, 0.022835057228803635, + -0.05431365221738815, 0.13062667846679688, 0.10160989314317703, 0.1179957389831543, + 0.030601296573877335, 0.17134645581245422, 0.024897264316678047, 0.07087986171245575, + 0.12287190556526184, 0.08532646298408508, 0.08332730829715729, 0.09768963605165482, 0.12115784734487534, + 0.038059499114751816, 0.06122098118066788, 0.06985089182853699, 0.12161095440387726, 0.1179460734128952, + 0.12496808916330338, 0.13332262635231018, -0.05735792964696884, 0.054967623203992844, + -0.008114270865917206, 0.0034013858530670404, 0.08026233315467834, -0.07675226032733917, + 0.050612177699804306, 0.0981123298406601, 0.011182394810020924, -0.017603294923901558, + -0.03324657678604126, 0.14270253479480743, 0.04304631054401398, 0.1255698800086975, 0.05483168736100197, + 0.025556618347764015, 0.08612015098333359, 0.08666147291660309, 0.07598288357257843, + 0.08693109452724457, 0.13246074318885803, 0.07888871431350708 + ], + [ + -0.09234930574893951, -0.206277996301651, -0.09171240031719208, 0.08953605592250824, + -0.024468930438160896, -0.11627839505672455, -0.12794369459152222, -0.1272173821926117, + -0.05476512014865875, -0.044706180691719055, -0.0700317993760109, 0.08809975534677505, + -0.04051917418837547, 0.0689820796251297, -0.007416506297886372, -0.09275420010089874, + -0.04092458635568619, -0.12246964126825333, -0.0007255731616169214, 0.024220824241638184, + -0.16252301633358002, -0.0854496955871582, 0.17006352543830872, 0.0357406884431839, + -0.02708628587424755, 0.11487367004156113, 0.07668529450893402, -0.045994289219379425, + -0.06952288746833801, -0.08255442976951599, 0.06110750138759613, -0.0558222271502018, + -0.12479443848133087, 0.040286626666784286, -0.04661662131547928, -0.07055938243865967, + 0.09907152503728867, -0.01120057888329029, -0.1289723962545395, -0.10488943010568619, + -0.04046904295682907, 0.05856279283761978, -0.008854340761899948, -0.09625748544931412, + -0.14154911041259766, -0.08332701772451401, -0.1160581111907959, 0.13605916500091553, + 0.06460784375667572, -0.025411251932382584, 0.10677516460418701, 0.05652504786849022, + -0.06521270424127579, -0.20946542918682098, -0.14539071917533875, -0.014294443652033806, + -0.07422082871198654, -0.013768956996500492, -0.11604485660791397, -0.08219452947378159, + -0.021842962130904198, -0.042696814984083176, 0.11643874645233154, -0.1881847232580185, + -0.11581741273403168, 0.006018077954649925, -0.004657694138586521, 0.05998625233769417, + 0.025157036259770393, 0.18724195659160614, -0.07754839956760406, -0.12127029150724411, + 0.07910465449094772, -0.027887403964996338, -0.10576215386390686, 0.12881064414978027, + 0.12419863790273666, -0.0020494912751019, 0.0772077813744545, -0.04265201836824417, + -0.04634753242135048, 0.18687768280506134, 0.10013219714164734, 0.1785409152507782, 0.1729804277420044, + -0.1231640875339508, 0.016670221462845802, -0.04631541669368744, 0.05928824469447136, + 0.0017834455939009786, 0.22656695544719696, -0.07280551642179489, 0.03935559466481209, + 0.031395841389894485, -0.07783713936805725, 0.06094237416982651, -0.0720767080783844, + -0.047339484095573425, -0.07666357606649399, 0.05714702978730202, 0.01631990075111389, + -0.11350823193788528, -0.0628945380449295, -0.05030728131532669, 0.04443497210741043, + -0.07837474346160889, 0.0041017355397343636, 0.1050061583518982, 0.22643667459487915, + 0.026979990303516388, 0.13066935539245605, 0.08912433683872223, -0.0351928249001503, + 0.005042361095547676, -0.15535807609558105, 0.2332318127155304, 0.0639360100030899, + -0.08222077041864395, 0.06814408302307129, 0.09374647587537766, -0.12340457737445831, + 0.059331268072128296, -0.02605702169239521, -0.0010934184538200498, -0.1643860936164856, + -0.10483244806528091, -0.1513565480709076, -0.11641949415206909, 0.2740994989871979, + 0.04944871366024017, 0.10174374282360077, -0.05823000147938728, -0.14485347270965576, + 0.03539104014635086, -0.04779522493481636, 0.07758790254592896, -0.004924565088003874, + -0.051771145313978195, -0.13770082592964172, -0.11150026321411133, 0.031659919768571854, + -0.0381927452981472, -0.040430039167404175, -0.03615553677082062, 0.018248818814754486, + -0.01418238878250122, 0.05811289697885513, -0.08618694543838501, -0.05419868975877762, + 0.035746071487665176, -0.09009256958961487, 0.03520934283733368, 0.05621131882071495, + -0.08824508637189865, 0.11523961275815964, 0.0547109991312027, -0.12082003802061081, + -0.034266505390405655, -0.02977129817008972, 0.06729219108819962, -0.05448247119784355, + -0.05148368328809738, -0.10489365458488464, 0.006720001343637705, 0.12702377140522003, + -0.09177936613559723, -0.10707256942987442, 0.19890376925468445, 0.0022208907175809145, + 0.0013214655919000506, -0.1253010481595993, 0.04149685800075531, -0.13401098549365997, + -0.09762105345726013, -0.08392015099525452, -0.13712291419506073, -0.12881144881248474, + -0.12445134669542313, 0.03331807628273964, 0.025212427601218224, -0.027201179414987564, + -0.049842312932014465, 0.06692465394735336, -0.05027123540639877, -0.020409822463989258, + -0.12420957535505295, 0.0587264783680439, -0.0726422667503357, -0.07639610767364502, + 0.13526934385299683, -0.0450734868645668, 0.024274097755551338, -0.12597505748271942, + 0.0785432904958725, 0.08016137778759003, 0.026067465543746948, -0.06456392258405685, + -0.14503495395183563, -0.09593165665864944, 0.039769213646650314, 0.13611054420471191, + -0.06013413146138191, -0.0440814346075058, -0.052634552121162415, 0.09228283911943436, + 0.058980077505111694, 0.15179482102394104, -0.0841854065656662, -0.015554910525679588, + -0.12080175429582596, -0.0384051650762558, -0.1440444141626358, -0.08062591403722763, + 0.009294566698372364, 0.07605689018964767, -0.16410675644874573, 0.016472389921545982, + -0.05526665598154068, -0.06131242215633392, -0.16073022782802582, -0.028143882751464844, + 0.08121317625045776, 0.027717720717191696, -0.09983527660369873, -0.048885904252529144, + -0.1165722981095314, -0.07019024342298508, -0.024434957653284073, -0.03308456018567085, + -0.12209921330213547, 0.006582341156899929, -0.055161066353321075, -0.09623373299837112, + -0.15349127352237701, -0.017278404906392097, -0.005236421246081591, 0.01618289202451706, + 0.05066842958331108, -0.011085987091064453, 0.1097196489572525, -0.06605763733386993, + -0.08130060136318207, 0.0651138424873352, 0.04366471618413925, 0.09662141650915146, + -0.019962910562753677, -0.0030836581718176603, 0.003798774676397443, -0.07356330007314682, + 0.016773268580436707, 0.01291207317262888, -0.10720827430486679, -0.028965624049305916, + -0.03473813459277153, 0.029062733054161072, 0.01783325895667076 + ], + [ + 0.013815502636134624, -0.19087305665016174, -0.04962494224309921, 0.10079101473093033, + 0.016970504075288773, -0.019238777458667755, -0.08389540016651154, -0.06554526090621948, + -0.12812623381614685, -0.07210943847894669, 0.0570889413356781, -0.012415187433362007, + -0.06176828220486641, 0.014897516928613186, -0.0618244968354702, -0.1319919228553772, + -0.06776335090398788, -0.019230633974075317, 0.014577904716134071, 0.07128693163394928, + -0.10380040109157562, -0.05461263656616211, 0.22656655311584473, 0.09343228489160538, + -0.08835314214229584, 0.04375097528100014, 0.1712750792503357, -0.08908926695585251, + -0.007477979175746441, 0.011449669487774372, 0.032650988548994064, -0.07921919226646423, + -0.04658614844083786, 0.017616400495171547, -0.060311540961265564, -0.02382749319076538, + -0.0030517270788550377, 0.05004265531897545, -0.06597545742988586, -0.006661255843937397, + -0.06792213022708893, 0.0503239706158638, -0.003892152104526758, -0.024243025109171867, + -0.1202361062169075, -0.05914563313126564, -0.08224654942750931, 0.1247979924082756, + -0.04780229553580284, -0.055330075323581696, 0.054489850997924805, 0.08461254835128784, + 0.020067883655428886, -0.13062980771064758, -0.07335305958986282, -0.05358175188302994, + -0.017832232639193535, -0.06289288401603699, -0.13911089301109314, -0.203413188457489, + -0.09611298143863678, -0.0034027774818241596, 0.028084518387913704, -0.18974517285823822, + -0.08961392194032669, 0.038174379616975784, -0.038528922945261, 0.10745316743850708, + -0.006298532709479332, 0.15908081829547882, -0.01213031355291605, -0.06178312748670578, + 0.06833872199058533, 0.05315583199262619, -0.13158148527145386, 0.06220966577529907, + 0.058061495423316956, 0.032752033323049545, 0.023151371628046036, -0.04293197765946388, + -0.011019307188689709, 0.2484203428030014, 0.09874223917722702, 0.17040660977363586, 0.1982160359621048, + -0.18420961499214172, -0.0032714332919567823, 0.029180102050304413, 0.027722278609871864, + -0.07640708237886429, 0.23305734992027283, -0.02928059548139572, 0.08792843669652939, + -0.05337182432413101, -0.061766378581523895, 0.09867292642593384, -0.16213099658489227, + -0.03995087370276451, -0.07225145399570465, 0.05795613303780556, 0.054543234407901764, + -0.13352054357528687, 0.008339963853359222, 0.026235030964016914, 0.027033941820263863, + -0.0024701529182493687, -0.06693314015865326, 0.1091553121805191, 0.1639256328344345, + 0.12344827502965927, 0.12497377395629883, 0.0929756611585617, -0.09423801302909851, + -0.06562291085720062, -0.05893237888813019, 0.24037589132785797, 0.03102990984916687, + -0.06755285710096359, 0.07943145185709, 0.04761229455471039, -0.08499204367399216, 0.09666655212640762, + -0.0355985201895237, -0.05181438848376274, -0.1391829401254654, -0.07176624238491058, + -0.13647544384002686, -0.08334716409444809, 0.2798035144805908, 0.08970525860786438, + 0.022343745455145836, -0.08863632380962372, -0.05602342262864113, 0.0726647600531578, + 0.0374881885945797, 0.1268511712551117, -0.032082971185445786, -0.0525064542889595, -0.0907842218875885, + -0.03901941701769829, 0.029792189598083496, 0.009593382477760315, -0.03953677415847778, + 0.026240583509206772, 0.04386378452181816, 0.04051309823989868, 0.07257496565580368, + -0.05888770893216133, 0.015263007953763008, 0.11017417162656784, -0.02325199916958809, + 0.1223054900765419, 0.0583268366754055, -0.0691874697804451, 0.09137716889381409, 0.03902094438672066, + -0.17803223431110382, -0.010761584155261517, -0.022884463891386986, 0.05659353733062744, + -0.13997100293636322, -0.045085079967975616, -0.10156179964542389, 0.06525259464979172, + 0.09877181053161621, -0.04181767627596855, -0.14413680136203766, 0.1877395510673523, + -0.08217280358076096, 0.011433226987719536, -0.16603519022464752, 0.05647807940840721, + -0.17075073719024658, -0.055573951452970505, -0.09102506935596466, -0.1192011684179306, + -0.12609095871448517, -0.262825071811676, 0.028311433270573616, -0.060321614146232605, + -0.036705367267131805, 0.015151130966842175, 0.11147560924291611, -0.10078860819339752, + 0.06510022282600403, -0.22281672060489655, 0.018865153193473816, -0.06298281252384186, + -0.03937799483537674, 0.09576232731342316, -0.030561434105038643, 0.041787467896938324, + -0.16457588970661163, 0.0579332634806633, 0.08003529161214828, 0.06784836947917938, + 0.010708614252507687, -0.11010316759347916, -0.10167191922664642, 0.10474961996078491, + 0.10156853497028351, -0.04722776263952255, 0.04701150953769684, -0.10222385078668594, + 0.019718216732144356, 0.06625708192586899, 0.12479165196418762, -0.04827860742807388, + -0.003679304150864482, -0.1508171111345291, -0.1038626879453659, -0.14210303127765656, + -0.16483870148658752, -0.017281582579016685, 0.1363854855298996, -0.051274023950099945, + 0.008289488032460213, 0.015634389594197273, -0.05360035598278046, -0.22432729601860046, + -0.017647461965680122, 0.10268156975507736, -0.01617693528532982, -0.2072836011648178, + 0.06483365595340729, -0.10805615037679672, 0.010365994647145271, 0.009501755237579346, + -0.11121710389852524, -0.05843878909945488, -0.08600503951311111, -0.016363143920898438, + -0.03338734805583954, -0.0747571587562561, 0.00596650131046772, -0.04214316979050636, + 0.046450432389974594, 0.08084272593259811, -0.022752970457077026, 0.053660836070775986, + -0.039272721856832504, -0.028925150632858276, 0.016195619478821754, 0.005891517736017704, + 0.07828184217214584, -0.10695619136095047, 0.03629264980554581, -0.1105625331401825, + 0.006023464258760214, 0.03520943224430084, -0.055024079978466034, -0.12540046870708466, + -0.12770526111125946, 0.015104535035789013, 0.006834687199443579, 0.011376804672181606 + ], + [ + -0.041973620653152466, -0.12078628689050674, -0.10876432061195374, -0.02340828627347946, + -0.04593171551823616, -0.04245928302407265, -0.02631252072751522, -0.024004213511943817, + -0.057481806725263596, 0.004184240475296974, -0.025647733360528946, -0.018222039565443993, + -0.04646933078765869, 0.009113705717027187, 0.002803928917273879, -0.05530920252203941, + -0.0969921424984932, -0.059416357427835464, 0.035131558775901794, -0.011374455876648426, + -0.08025381714105606, -0.044645436108112335, 0.18834346532821655, 0.08762121200561523, + -0.02773982472717762, 0.04090580716729164, 0.1955825835466385, -0.026376551017165184, + -0.09119252860546112, 0.008032281883060932, -0.00304129789583385, -0.023143161088228226, + -0.07679560780525208, -0.04166429862380028, -0.06367700546979904, -0.004899260122328997, + -0.02924533560872078, 0.05543855205178261, -0.06064705178141594, -0.006634625140577555, + -0.07594624906778336, 0.027265191078186035, 0.041480161249637604, -0.030315328389406204, + -0.08842611312866211, -0.039289746433496475, -0.07872185856103897, 0.04310175031423569, + 0.051245350390672684, 0.06117533519864082, 0.08288976550102234, 0.027438649907708168, + -0.006821815390139818, -0.10114893317222595, -0.05961459502577782, -0.045992836356163025, + 0.06158696860074997, 0.007936805486679077, -0.031709108501672745, -0.10753664374351501, + -0.03983099013566971, 0.02631978690624237, 0.07995962351560593, -0.11554407328367233, + -0.15930534899234772, -0.015535437501966953, 0.019756171852350235, 0.014460881240665913, + 0.07967141270637512, 0.19554343819618225, 0.026392146944999695, -0.01225452870130539, + -0.0037680924870073795, 0.012494762428104877, -0.07398318499326706, 0.08155971765518188, + 0.07329238206148148, -0.07103576511144638, 0.04947581887245178, -0.05397680029273033, + -0.025458358228206635, 0.18453477323055267, 0.0038530994206666946, 0.1348724067211151, + 0.09779307246208191, -0.15002760291099548, 0.023430243134498596, 0.0880882740020752, + 0.052592311054468155, 0.007674709893763065, 0.24500620365142822, 0.02241138555109501, + 0.038562677800655365, -0.013440248556435108, -0.028036383911967278, -0.0017935027135536075, + -0.06397495418787003, -0.10528676956892014, -0.08516561985015869, 0.08015260845422745, + 0.09463802725076675, -0.14000830054283142, -0.03854751214385033, 0.023014172911643982, + -0.016857342794537544, -0.02471095137298107, -0.14377239346504211, 0.08123473823070526, + 0.09685738384723663, 0.06780262291431427, 0.01105787418782711, -0.029358992353081703, + -0.045408882200717926, 0.040448565036058426, -0.09012904763221741, 0.16816937923431396, + 0.06016797944903374, -0.11880554258823395, -0.03131589666008949, 0.09204210340976715, + -0.11509326845407486, 0.05800539255142212, -0.07830537855625153, -0.02190512791275978, + -0.10222499072551727, -0.003727319184690714, -0.10761819779872894, -0.09142109751701355, + 0.18466055393218994, 0.16945725679397583, -0.0018235088791698217, 0.011258267797529697, + -0.04071817919611931, 0.007491013966500759, 0.06625054031610489, -0.014751633629202843, + -0.0800677090883255, -0.058197855949401855, -0.033729493618011475, 0.04129930958151817, + -0.007198892533779144, 0.07559381425380707, -0.10307804495096207, 0.001465038163587451, + 0.06878825277090073, -0.04100705683231354, 0.17059709131717682, -0.06636834144592285, + 0.010501213371753693, 0.03330570459365845, -0.03526672348380089, 0.015605902299284935, + -0.002926371991634369, 0.003139498643577099, 0.06354791671037674, 0.059699349105358124, + -0.05967007949948311, -0.06668024510145187, -0.07515805214643478, 0.09279776364564896, + -0.057431384921073914, -0.00940124411135912, -0.06277212500572205, -0.0018242726800963283, + 0.0411929115653038, -0.1427411288022995, -0.03274785354733467, 0.16866664588451385, + -0.012229491025209427, 0.004341257270425558, -0.09627651423215866, 0.10169657319784164, + -0.12811288237571716, -0.041488129645586014, -0.0662202462553978, -0.14655272662639618, + -0.03199410066008568, -0.11125009506940842, 0.04152402654290199, 0.03536304458975792, + -0.048822250217199326, 0.012657297775149345, 0.052965354174375534, 0.014044048264622688, + 0.039395276457071304, -0.18865442276000977, 0.02190587669610977, -0.09190647304058075, + 0.007769719697535038, 0.03700658306479454, -0.03830951452255249, 0.07793063670396805, + -0.10638999938964844, -0.00711096404120326, 0.06619589030742645, 0.07702625542879105, + 0.002233384642750025, -0.14013472199440002, -0.09777088463306427, -0.027580082416534424, + 0.07188308984041214, 0.011904596351087093, 0.0016849481035023928, -0.08716612309217453, + 0.027330055832862854, 0.047254253178834915, 0.1554459184408188, 0.06793708354234695, + 0.01904580555856228, 0.012036103755235672, -0.13479624688625336, -0.016159167513251305, + -0.11536937206983566, 0.04266432300209999, 0.1495196670293808, -0.07740200310945511, + -0.06621332466602325, 0.01183018647134304, -0.007845787331461906, -0.1055331602692604, + -0.01033689733594656, 0.08508403599262238, 0.0077530802227556705, -0.1382102221250534, + -0.005983981303870678, -0.01971454545855522, -0.02521294355392456, 0.03879428654909134, + -0.05806208774447441, -0.11817770451307297, -0.05767671391367912, -0.11182284355163574, + -0.09056900441646576, -0.06040743738412857, 0.037713658064603806, -0.022979069501161575, + 0.03405260294675827, 0.03450640290975571, -0.039604127407073975, 0.07616329193115234, + -0.014499472454190254, -0.005873918533325195, -0.011605684645473957, 0.04827648401260376, + 0.08047006279230118, 0.0008613933459855616, 0.037938956171274185, -0.014652947895228863, + 0.0648813396692276, -0.08190573751926422, -0.027712751179933548, -0.06008819863200188, + 0.007063660304993391, 0.03566320613026619, -0.031985558569431305, -0.03216409310698509 + ], + [ + 0.009639250114560127, 0.18137231469154358, 0.1793605536222458, 0.043312907218933105, + 0.07273080945014954, 0.12261748313903809, 0.09690415114164352, 0.05795110762119293, 0.1464497148990631, + 0.013669194653630257, 0.10335402935743332, 0.018645087257027626, 0.07965279370546341, + 0.0220489464700222, 0.1094546914100647, 0.12607216835021973, 0.175630584359169, 0.08678468316793442, + 0.08457104116678238, -0.00033061596332117915, 0.15704281628131866, 0.10876599699258804, + -0.11168534308671951, -0.0009694398613646626, 0.03509746864438057, 0.02809111587703228, + -0.044618889689445496, 0.08876024931669235, 0.06924532353878021, 0.04402736574411392, + 0.043198250234127045, 0.02371380850672722, 0.06358864158391953, 0.024766072630882263, + 0.1206674724817276, 0.0021297878120094538, 0.013202070258557796, 0.011531862430274487, + 0.12840129435062408, 0.04322836548089981, 0.07069435715675354, 0.03823160380125046, 0.07441731542348862, + 0.08432804048061371, 0.08531279861927032, 0.13923639059066772, 0.11509442329406738, + -0.03175362944602966, 0.01102480199187994, -0.02023431472480297, 0.02604389376938343, + -0.04053471237421036, 0.0297855157405138, 0.18278415501117706, 0.15098120272159576, 0.11583376675844193, + 0.00807979516685009, -0.020729834213852882, 0.08479536324739456, 0.17565910518169403, + 0.15229730308055878, 0.00271341553889215, -0.040735915303230286, 0.14392144978046417, + 0.06558733433485031, -0.004400288220494986, 0.035435162484645844, 0.03578668832778931, + -0.00921147596091032, -0.13730329275131226, 0.054047614336013794, 0.04122982919216156, + 0.006661656778305769, 0.08941200375556946, 0.11409807950258255, -0.022410923615098, + 0.00025241528055630624, 0.09038877487182617, 0.030007589608430862, 0.07083570212125778, + 0.018971744924783707, -0.12562771141529083, -0.03385205566883087, -0.1252298802137375, + -0.13012179732322693, 0.16870062053203583, 0.047899119555950165, 0.02683602273464203, + 0.04031350463628769, 0.06316280364990234, -0.15845927596092224, 0.008392078801989555, + 0.0028432721737772226, 0.0021293170284479856, 0.06917020678520203, 0.016897941008210182, + 0.053462423384189606, 0.12729090452194214, 0.17869912087917328, -0.0407227985560894, + -0.05852983891963959, 0.1052812784910202, 0.11061221361160278, 0.1055799201130867, 0.011305372230708599, + 0.09687397629022598, 0.046100933104753494, -0.04094512388110161, -0.11323624104261398, + 0.040774181485176086, 0.00698440708220005, -0.0575353279709816, 0.03870108723640442, + 0.005463435780256987, 0.16972953081130981, -0.10979299247264862, -0.0408075749874115, + 0.03554001823067665, 0.04991362616419792, -0.005523049272596836, 0.10919278860092163, + -0.009608161635696888, 0.11601951718330383, 0.03208686411380768, 0.10384059697389603, + 0.0911070704460144, 0.08316139876842499, 0.02026406116783619, -0.13331572711467743, + -0.05522206798195839, 0.029047001153230667, 0.02217128872871399, 0.04413948953151703, + 0.03954515606164932, 0.04373537376523018, 0.0014766805106773973, 0.10890205949544907, + 0.16162742674350739, 0.12021209299564362, 0.09615328907966614, 0.00039700401248410344, + 0.05657343193888664, 0.14609497785568237, 0.06214120239019394, 0.036107297986745834, 0.0777057632803917, + -0.07690367102622986, 0.12563063204288483, -0.03597981110215187, 0.040807515382766724, + 0.13025687634944916, 0.02001192420721054, -0.01667751930654049, 0.06260763108730316, + 0.008145436644554138, 0.04677248373627663, 0.1924932301044464, -0.009446508251130581, + 0.11408121138811111, 0.024922946467995644, 0.06645743548870087, 0.08340179920196533, 0.1175370141863823, + -0.06090906634926796, -0.021978875622153282, 0.12094452232122421, 0.17036300897598267, + -0.0374261811375618, 0.07058420032262802, 0.007554049137979746, 0.16725139319896698, + 0.04996186122298241, 0.14808493852615356, 0.09404002875089645, 0.032493192702531815, + 0.16246922314167023, 0.11790043860673904, 0.16806660592556, 0.0005135523970238864, 0.003319511655718088, + 0.011725272983312607, 0.07841717451810837, 0.021156830713152885, 0.042155466973781586, + 0.010480211116373539, 0.19664855301380157, 0.0025625783018767834, 0.05174810811877251, + 0.13349942862987518, -0.11366298794746399, 0.11364877969026566, 0.07120434939861298, + 0.10948032885789871, 0.013564413413405418, -0.054906222969293594, -0.04183458909392357, + -0.018854133784770966, 0.15900394320487976, 0.13528864085674286, 0.02576170116662979, + -0.013408857397735119, 0.12272796779870987, 0.09288723766803741, 0.15558567643165588, + -0.019778955727815628, 0.010746270418167114, -0.08737442642450333, -0.002516556531190872, + 0.046495769172906876, 0.1539711356163025, 0.05676659196615219, 0.10235942900180817, 0.17979782819747925, + -0.007859224453568459, -0.0873640701174736, 0.08766604214906693, 0.03487230837345123, + 0.044046033173799515, 0.01947909966111183, 0.1989365518093109, 0.023916352540254593, 0.0470208041369915, + 0.07297567278146744, 0.20704960823059082, -0.009657269343733788, 0.1254194676876068, + 0.04688553512096405, -0.029088284820318222, 0.1520807296037674, 0.09872155636548996, + 0.11941847205162048, 0.008053396828472614, 0.09188689291477203, 0.1189284399151802, + -0.0012282781535759568, 0.04862828925251961, 0.07952620089054108, 0.030718035995960236, + 0.01799025759100914, -0.0340513177216053, 0.12092937529087067, 0.1224135160446167, 0.02527582459151745, + 0.012533288449048996, 0.005813451949506998, 0.11473163217306137, 0.06206938251852989, + 0.038053497672080994, 0.06759607791900635, 0.09780214726924896, -0.002267973031848669, + 0.06345485895872116, 0.03922064229846001, 0.007275745272636414, 0.06230830401182175, 0.02600402943789959 + ], + [ + 0.10064338147640228, 0.14739201962947845, 0.06313899159431458, -0.00636338209733367, + 0.042799144983291626, 0.11530977487564087, 0.06471629440784454, 0.1320555955171585, 0.17103758454322815, + 0.02893947996199131, 0.06848202645778656, 0.021920105442404747, 0.032597899436950684, + 0.043856631964445114, 0.12530243396759033, 0.07783466577529907, 0.16287416219711304, + 0.12409954518079758, 0.10928944498300552, -0.033056437969207764, 0.17402084171772003, + 0.09143237769603729, -0.15516850352287292, 0.020559312775731087, 0.11334945261478424, + -0.017152588814496994, -0.047251854091882706, 0.06842412799596786, 0.11592819541692734, + 0.06694089621305466, -0.023193296045064926, 0.09785755723714828, 0.08892850577831268, + 0.03228367865085602, 0.02491006627678871, 0.017710227519273758, -0.04874179884791374, + 0.06040218099951744, 0.1569954752922058, 0.15281826257705688, 0.10711701959371567, 0.005956660956144333, + 0.1331428587436676, 0.11663635820150375, 0.08723203092813492, 0.13803499937057495, 0.18257802724838257, + 0.005743092857301235, -0.0214117132127285, 0.04309358820319176, -0.008714829571545124, + -0.045604027807712555, -0.0014872850151732564, 0.19432339072227478, 0.1534450501203537, + 0.05559298023581505, 0.015542940236628056, 0.08683806657791138, 0.17515331506729126, + 0.11994820088148117, 0.15903206169605255, 0.023142188787460327, -0.004221912939101458, + 0.09805495291948318, 0.04582801088690758, 0.05886991322040558, 0.07143037021160126, + -0.06399259716272354, -0.030318038538098335, -0.11398806422948837, 0.03185584023594856, + 0.05121301859617233, -0.040137168020009995, 0.029416479170322418, 0.11387236416339874, + -0.05062570795416832, -0.07258445769548416, 0.11189340054988861, 0.00402818713337183, + 0.0850207731127739, -0.010981634259223938, -0.14960330724716187, 0.03238287195563316, + -0.1572204828262329, -0.14019055664539337, 0.18352660536766052, -0.02481290139257908, + 0.04179779440164566, 0.014874733053147793, 0.13626590371131897, -0.05077202990651131, + 0.03269844874739647, -0.09417705237865448, 0.06661506742238998, 0.054650790989398956, + 0.028346475213766098, 0.12149437516927719, 0.09577615559101105, 0.12430880963802338, + -0.007561666890978813, -0.058443423360586166, 0.08721688389778137, 0.013016472570598125, + 0.030126063153147697, 0.04513503238558769, 0.12136191129684448, 0.03880112245678902, + 0.019615966826677322, -0.15722975134849548, -0.01587219536304474, 0.019911637529730797, + 0.027469387277960777, 0.050141967833042145, 0.032280709594488144, 0.13923320174217224, + -0.07415775954723358, -0.046990182250738144, 0.1054474487900734, 0.08932168036699295, + 0.0362134613096714, 0.02962292544543743, -0.09672532230615616, 0.03630754351615906, 0.08094117790460587, + 0.08092935383319855, 0.12952487170696259, 0.09745466709136963, 0.024696962907910347, + -0.10242097079753876, -0.14317315816879272, -0.048896871507167816, 0.07341087609529495, + 0.05517386645078659, -0.004067871253937483, 0.07559647411108017, -0.11208455264568329, + 0.11512968689203262, 0.08940654247999191, 0.08421368151903152, 0.09866504371166229, + -0.04944995790719986, 0.028064744547009468, 0.12467840313911438, 0.06913156062364578, + 0.01409908477216959, 0.016877710819244385, -0.07491219788789749, 0.038259074091911316, + 0.020974421873688698, -0.08302727341651917, 0.12182064354419708, 0.050906047224998474, + 0.026827720925211906, 0.059709127992391586, -0.0026648864150047302, -0.031145397573709488, + 0.1610645353794098, 0.011929530650377274, 0.0794578343629837, 0.016193276271224022, 0.13715648651123047, + 0.05435822904109955, 0.11414295434951782, 0.0025228611193597317, -0.061170049011707306, + 0.17245085537433624, 0.14534278213977814, -0.05078935995697975, 0.03039413131773472, + 0.06843798607587814, 0.08019927889108658, -0.02141362987458706, 0.09170801937580109, + 0.07585862278938293, 0.07700920850038528, 0.07546451687812805, 0.09962337464094162, 0.15080000460147858, + 0.050836313515901566, 0.09870593994855881, 0.017726995050907135, 0.07294400781393051, + -0.08660444617271423, 0.06590411067008972, 0.0006009659846313298, 0.15638448297977448, + -0.014488277956843376, 0.14895625412464142, 0.1339361071586609, 0.010541798546910286, + 0.12195216119289398, 0.0005951374769210815, 0.16087797284126282, -0.03126519173383713, + -0.03526913747191429, 0.06332039833068848, 0.016859466210007668, 0.1249660849571228, + 0.10743542015552521, -0.033074263483285904, -0.04406740516424179, 0.13134334981441498, + -0.002215761225670576, 0.0812092125415802, -0.03791549801826477, 0.018763013184070587, + -0.0398046113550663, 0.02131533809006214, 0.026316925883293152, 0.20961961150169373, + 0.02959870733320713, 0.1115923672914505, 0.10275093466043472, 0.0024637500755488873, + -0.13832134008407593, 0.08788850903511047, 0.01777060516178608, 0.09316584467887878, + 0.07213318347930908, 0.1671454757452011, 0.08070892840623856, 0.07855616509914398, 0.05121280625462532, + 0.10322148352861404, 0.0065858447924256325, 0.07751164585351944, 0.0801689401268959, + 0.09823001176118851, 0.10865600407123566, 0.16079309582710266, 0.0649159774184227, 0.014712458476424217, + 0.06511702388525009, 0.13580133020877838, -0.04183270037174225, 0.014993207529187202, + -0.0028769848868250847, 0.02578797936439514, 0.05289001390337944, 0.004751899279654026, + 0.06389810889959335, 0.12194976955652237, 0.051800649613142014, -0.054322969168424606, + -0.048269450664520264, 0.05241568386554718, 0.040528472512960434, 0.08393187075853348, + 0.09854549169540405, 0.10525814443826675, 0.011332900263369083, 0.08639952540397644, + 0.11689108610153198, 0.008187085390090942, 0.09775465726852417, 0.11662895977497101 + ], + [ + -0.030125247314572334, -0.1287524253129959, -0.13367845118045807, 0.07384884357452393, + -0.0742577463388443, 0.003995605744421482, -0.047910381108522415, -0.127597838640213, + -0.053825024515390396, -0.06312020123004913, 0.05272473022341728, 0.0013261297717690468, + -0.08072508126497269, -0.0022171703167259693, -0.05219548940658569, -0.057366419583559036, + -0.09758609533309937, -0.1081981435418129, -0.08159592002630234, 0.07920588552951813, + -0.11790421605110168, -0.013752675615251064, 0.11371801793575287, 0.10172799974679947, + -0.04855797439813614, 0.07303977012634277, 0.0663251057267189, -0.03335703909397125, + 0.014624631963670254, -0.013117511756718159, 0.03315620496869087, -0.06438121944665909, + -0.02872290275990963, 0.09617576003074646, -0.07571738958358765, -0.03474880009889603, + 0.08674758672714233, -0.06105590611696243, -0.04385728761553764, -0.02764206938445568, + -0.03397969901561737, 0.023937253281474113, -0.008183229714632034, -0.07257212698459625, + -0.08097895234823227, -0.09003132581710815, -0.14203651249408722, 0.058405984193086624, + 0.005773098673671484, -0.021375922486186028, 0.06979488581418991, 0.06696237623691559, + -0.03734468296170235, -0.11703380942344666, -0.0468100979924202, -0.069853775203228, + -0.020076168701052666, 0.018656417727470398, -0.04174487665295601, -0.09947513788938522, + -0.019536085426807404, -0.008670519106090069, 0.01920025609433651, -0.09168477356433868, + -0.12158679217100143, 0.07049424201250076, -0.0025909007526934147, 0.01843898929655552, + -0.013441180810332298, 0.16122502088546753, -0.007766146678477526, -0.05975749343633652, + 0.00998076144605875, -0.022769933566451073, -0.06926102191209793, 0.10833637416362762, + 0.07286817580461502, -0.09188880771398544, 0.05675449222326279, -0.0476110503077507, + 0.03221828490495682, 0.15983785688877106, 0.06586773693561554, 0.1739039123058319, 0.1716998815536499, + -0.1119149699807167, 0.05289499834179878, 0.005974421743303537, 0.025691082701086998, + -0.02774529717862606, 0.15369777381420135, -0.007073639892041683, 0.03744010254740715, + 0.03966894745826721, -0.0367082804441452, 0.08130134642124176, -0.06581567972898483, + -0.04839685559272766, -0.143498033285141, 0.05038105323910713, 0.11373673379421234, + -0.055243123322725296, 0.016572419553995132, -0.034281373023986816, 0.05974086746573448, + 0.01184193417429924, -0.046064797788858414, 0.00781368836760521, 0.17039301991462708, + 0.0792500376701355, -0.01244686171412468, 0.04079218581318855, -0.11619748920202255, + -0.07713396847248077, -0.1361212581396103, 0.14651019871234894, 0.023537572473287582, + -0.11422678083181381, 0.03464628756046295, 0.0860057920217514, -0.0936475545167923, 0.12490122765302658, + -0.10799354314804077, -0.0012454221723601222, -0.13942861557006836, -0.14105188846588135, + -0.0678807720541954, -0.038555558770895004, 0.29338809847831726, 0.07535617053508759, + 0.10015445202589035, -0.08099081367254257, -0.08282244205474854, -0.010083828121423721, + -0.05565387383103371, 0.10268978774547577, -0.08855694532394409, -0.06431680917739868, + -0.10968980938196182, -0.010803264565765858, 0.029209373518824577, 0.047248292714357376, + -0.07836686819791794, -0.027108825743198395, 0.026280689984560013, 0.001420985092408955, + 0.018023477867245674, -0.11152258515357971, -0.010997862555086613, 0.08629200607538223, + -0.09759093821048737, 0.041570402681827545, 0.027313170954585075, 0.010929198004305363, + 0.044307027012109756, 0.026412874460220337, -0.13242003321647644, 0.027761923149228096, + -0.04547896608710289, -0.012103651650249958, -0.04380358010530472, 0.023680882528424263, + -0.13157494366168976, 0.11220867186784744, 0.038336798548698425, -0.1126556545495987, + -0.04619449004530907, 0.126977801322937, -0.07019667327404022, -0.06343533843755722, + -0.08220156282186508, 0.0759175643324852, -0.10000203549861908, -0.03539751470088959, + -0.07237009704113007, -0.13981465995311737, -0.133284330368042, -0.19940562546253204, + 0.020715953782200813, 0.02374664880335331, -0.01442690845578909, 0.0019191898172721267, + 0.08909279108047485, -0.08506911993026733, 0.007884365506470203, -0.17848670482635498, + 0.03886943310499191, -0.16242966055870056, -0.03554240241646767, 0.031240228563547134, + -0.10576765239238739, 0.04033053293824196, -0.08967439085245132, 0.03661756590008736, + 0.053614161908626556, 0.02880370244383812, -0.05881044268608093, -0.08762476593255997, + -0.05866844579577446, -0.0054269712418317795, 0.1284855455160141, -0.006402556784451008, + 0.02724035643041134, -0.12971992790699005, 0.028006717562675476, 0.09420225769281387, + 0.054842833429574966, -0.07192078232765198, -0.01609884575009346, -0.0787815973162651, + -0.0006744844722561538, -0.20439545810222626, -0.17141222953796387, 0.013107487000524998, + 0.058708760887384415, -0.07169625163078308, -0.0452272854745388, 0.021673448383808136, + 0.005931271705776453, -0.08245579153299332, -0.08559820801019669, 0.013748513534665108, + 0.024942664429545403, -0.15211375057697296, 0.028150303289294243, -0.040943268686532974, + 0.019960304722189903, -0.010499476455152035, -0.12741291522979736, -0.14856189489364624, + -0.05640537291765213, -0.04203794524073601, -0.10422613471746445, -0.14451397955417633, + 0.09591919928789139, -0.04236580431461334, 0.03200700134038925, 0.01967710629105568, + -0.06852621585130692, 0.024410126730799675, -0.043310172855854034, -0.07805722951889038, + 0.07358692586421967, 0.1036730706691742, 0.005965415388345718, -0.06343799829483032, + -0.055984728038311005, -0.0760590210556984, 0.027090182527899742, -0.09465795010328293, + 0.02399280108511448, -0.08928599953651428, -0.08902760595083237, -0.03660512715578079, + -0.08387655764818192, -0.0011218757135793567 + ], + [ + -0.04937293007969856, -0.13460713624954224, -0.15478657186031342, 0.04667495936155319, + -0.0451870933175087, -0.09755532443523407, -0.11118099838495255, -0.10650060325860977, + -0.06752382218837738, -0.043167322874069214, -0.050569500774145126, 0.07940712571144104, + -0.11771595478057861, 0.06389451026916504, -0.0217321515083313, -0.11777117103338242, + -0.05729934945702553, -0.10245883464813232, -0.04246886819601059, 0.01666102558374405, + -0.11504310369491577, -0.05309874936938286, 0.1225888654589653, 0.04578647390007973, -0.109965980052948, + 0.08927053958177567, 0.16985657811164856, -0.004358706064522266, -0.05259940028190613, + -0.10114145278930664, 0.039539895951747894, -0.07532507181167603, -0.08572888374328613, + 0.0694635882973671, -0.0917278304696083, -0.05740901827812195, 0.06337956339120865, + -0.023370932787656784, -0.060601089149713516, -0.07102738320827484, -0.05504298955202103, + 0.06041682884097099, 0.014003057964146137, -0.10272476077079773, -0.1235552430152893, + -0.03473770245909691, -0.0558483749628067, 0.08580854535102844, -0.05224838852882385, + -0.018291737884283066, 0.0723184198141098, 0.02723759412765503, -0.06561504304409027, + -0.21979135274887085, -0.10153734683990479, -0.01823069341480732, -0.10603920370340347, + -0.04399630427360535, -0.13891847431659698, -0.09883253276348114, -0.04162530601024628, + -0.05469268932938576, 0.11634159088134766, -0.045059509575366974, -0.06419917196035385, + 0.048401158303022385, -0.01680714264512062, 0.09439706057310104, -0.008781034499406815, + 0.23085907101631165, -0.04659493267536163, -0.12279252707958221, 0.037020742893218994, + -0.04676727578043938, -0.0581425279378891, 0.1116839349269867, 0.029502999037504196, + -0.11294040828943253, 0.022318188101053238, -0.030502546578645706, 0.04959772899746895, + 0.2018875926733017, 0.026346180588006973, 0.13601906597614288, 0.06326428055763245, + -0.18222957849502563, 0.07680969685316086, -0.09843761473894119, -0.033662617206573486, + -0.06547350436449051, 0.09204745292663574, -0.0017844950780272484, 0.08472094684839249, + -0.04440213367342949, -0.08058435469865799, 0.07280424982309341, -0.024544060230255127, + -0.04786882922053337, -0.07527254521846771, -0.013678349554538727, 0.001386414747685194, + -0.07938823848962784, 0.024423984810709953, -0.08797396719455719, 0.04068457707762718, + -0.11646801978349686, -0.04682609811425209, 0.05448402091860771, 0.1635732203722, 0.0486002080142498, + 0.0512571781873703, 0.07688398659229279, -0.0703573003411293, -0.012074070051312447, + -0.10963530838489532, 0.16762225329875946, 0.11722610890865326, -0.09842456132173538, + -0.009692641906440258, 0.1078813374042511, -0.11048360168933868, 0.13705380260944366, + -0.08307728916406631, -0.03882232680916786, -0.07213453203439713, -0.038381852209568024, + -0.07469209283590317, -0.07142502814531326, 0.2457028478384018, 0.08507329225540161, 0.0676475316286087, + -0.09540178626775742, -0.1416209638118744, 0.06091750040650368, -0.08114201575517654, + 0.07650292664766312, -0.017650755122303963, -0.13255710899829865, -0.1910085529088974, + -0.11109069734811783, 0.025594355538487434, -0.07298807054758072, -0.06674745678901672, + 0.00901088211685419, -0.029848162084817886, -0.03749183937907219, 0.09005904197692871, + -0.1042921245098114, -0.0016502253711223602, 0.09288718551397324, -0.06401237100362778, + 0.08515799045562744, -0.00869536492973566, -0.06121096387505531, 0.0947890430688858, + 0.09063928574323654, -0.08947622030973434, -0.08932614326477051, -0.03473969176411629, + 0.04599367454648018, -0.08807861059904099, -0.07764191925525665, -0.09770794957876205, + 0.08001292496919632, 0.09620703011751175, -0.07289567589759827, -0.0347331240773201, + 0.21250218152999878, 0.03671550005674362, -0.027079544961452484, -0.10586972534656525, + -0.0011937447125092149, -0.05650974437594414, -0.09558948129415512, -0.1048440933227539, + -0.12295708805322647, -0.15268926322460175, -0.1644376814365387, 0.07788795977830887, + 0.020116759464144707, -0.11494466662406921, -0.01423961203545332, 0.13952408730983734, + -0.08884798735380173, 0.002838254440575838, -0.0899956077337265, -0.057628072798252106, + -0.10440731048583984, -0.04998203366994858, 0.023131046444177628, -0.0646975040435791, + -0.061919499188661575, -0.07749390602111816, 0.11230269819498062, 0.08531259000301361, + 0.08951076865196228, -0.048928990960121155, -0.14855730533599854, -0.06076280400156975, + 0.015028354711830616, 0.08921945840120316, -0.015671418979763985, -0.07789191603660583, + -0.09980566799640656, 0.0946277305483818, 0.0845598503947258, 0.13067741692066193, -0.00871893297880888, + -0.008580770343542099, -0.15280382335186005, -0.003191692056134343, -0.1568128615617752, + -0.10296785086393356, 0.06861140578985214, 0.09117656946182251, -0.09737969934940338, + -0.046262871474027634, 0.013460162095725536, -0.03823445364832878, -0.17325085401535034, + -0.02311849407851696, 0.06990984827280045, 0.01070314645767212, -0.15176771581172943, + -0.04981941357254982, -0.08474777638912201, -0.006245649419724941, -0.0751894935965538, + -0.06294318288564682, -0.07781293988227844, -0.043249279260635376, -0.014920168556272984, + -0.05391029641032219, -0.2023654282093048, -0.014771190471947193, 0.017075752839446068, + -0.011283772997558117, -0.03199286758899689, -0.00102543318644166, 0.00014466252468992025, + -0.12174893170595169, -0.060587622225284576, 0.014576980844140053, 0.048472050577402115, + 0.08881229162216187, -0.05834764987230301, -0.08366628736257553, -0.1217864528298378, + -0.0171465203166008, -0.014203725382685661, -0.02478187344968319, -0.021229784935712814, + -0.12052059918642044, -0.015766626223921776, -0.06916293501853943, -0.020777422934770584 + ], + [ + 0.0012246031546965241, 0.1486234962940216, 0.09534620493650436, 0.043727729469537735, + 0.009080390445888042, 0.1231013685464859, 0.12713328003883362, 0.06602724641561508, 0.14638285338878632, + 0.06060681492090225, 0.03412087261676788, 0.08703350275754929, 0.019661134108901024, + 0.03548476845026016, 0.05633009597659111, 0.049282632768154144, 0.07835473120212555, + 0.15608438849449158, 0.1012052595615387, -0.07053372263908386, 0.1262146383523941, 0.0807078406214714, + -0.1792098730802536, 0.024050399661064148, 0.024510208517313004, 0.014939546585083008, + -0.09277693182229996, 0.04536990076303482, 0.0851699635386467, 0.011410985141992569, + -0.01608324609696865, 0.0783531442284584, 0.09146347641944885, -0.020793138071894646, + 0.09221014380455017, 0.05856994166970253, 0.02513255551457405, 0.028042342513799667, 0.1409493088722229, + 0.07403548806905746, 0.05880100652575493, 0.05142809450626373, 0.017698606476187706, 0.0527142658829689, + 0.05098150297999382, 0.06502195447683334, 0.08006175607442856, -0.09874866902828217, + -0.00718935439363122, 0.02259429357945919, 0.007273538503795862, -0.0007476407918147743, + 0.04229127988219261, 0.18644244968891144, 0.11334966868162155, 0.0811101570725441, 0.03691818565130234, + 0.03487842530012131, 0.14785243570804596, 0.07397252321243286, 0.1199832558631897, 0.05775095894932747, + -0.023402517661452293, 0.2069571614265442, 0.1012294664978981, 0.002753219334408641, + 0.09187189489603043, 0.042171377688646317, -0.0008316478924825788, -0.18335075676441193, + -0.0012430698843672872, 0.051010455936193466, 0.02550141140818596, -0.023509521037340164, + 0.185268372297287, 0.012238476425409317, 0.00607266603037715, 0.09852103143930435, -0.02637166529893875, + 0.04535418003797531, 0.00972291175276041, -0.1322280317544937, -0.05374307930469513, + -0.16758815944194794, -0.17305755615234375, 0.17398329079151154, -0.011082183569669724, + 0.08251149207353592, -0.0024292278103530407, 0.13454222679138184, -0.1125224158167839, + 0.09663736820220947, -0.08538459986448288, 0.09896263480186462, 0.15163862705230713, + -0.059758830815553665, 0.1470343917608261, 0.13977190852165222, 0.13244885206222534, + 0.04752267897129059, -0.0665249153971672, 0.14492791891098022, 0.08076654374599457, 0.02348978817462921, + 0.06212041899561882, 0.06520140171051025, 0.11904312670230865, 0.0010166224092245102, + -0.18077707290649414, -0.009359579533338547, 0.0129141416400671, -0.033198487013578415, + 0.06831390410661697, 0.030636684969067574, 0.09542597085237503, -0.14280299842357635, + -0.04037390276789665, 0.09614299982786179, 0.09848175197839737, 0.005589321255683899, + 0.09642250090837479, -0.08797024935483932, 0.023205848410725594, 0.11983165144920349, + 0.04186224192380905, 0.07508767396211624, 0.150044247508049, 0.01867492124438286, -0.13743850588798523, + -0.10229045897722244, -0.027702724561095238, 0.04207562282681465, 0.08629006892442703, + 0.013969983905553818, 0.07687113434076309, -0.06018861010670662, 0.10544091463088989, + 0.07709330320358276, 0.11096884310245514, 0.13420900702476501, -0.041218262165784836, + 0.02501499280333519, 0.08469921350479126, 0.026156054809689522, 0.0172871220856905, 0.06747166067361832, + -0.0944599062204361, 0.11076566576957703, -0.016344493255019188, -0.04584026336669922, + 0.0914369747042656, -0.03571109101176262, -0.006679463665932417, 0.11704318970441818, + 0.015407247468829155, 0.01809733361005783, 0.15172933042049408, -0.0037702268455177546, + 0.13041937351226807, 0.025212664157152176, 0.06506077200174332, 0.009262383915483952, + 0.07015771418809891, -0.053860366344451904, -0.021382223814725876, 0.06192457675933838, + 0.11416270583868027, -0.12952077388763428, 0.06357336044311523, 0.057328950613737106, + 0.1374611258506775, -0.029212065041065216, 0.11622793972492218, 0.083348847925663, 0.09801492840051651, + 0.18159689009189606, 0.08915296196937561, 0.21056121587753296, -0.008121883496642113, + 0.12323002517223358, 0.11182977259159088, 0.09732239693403244, -0.02917490527033806, + 0.12961529195308685, -0.013921476900577545, 0.2074357271194458, 0.05576888844370842, + 0.10498272627592087, 0.03894700109958649, -0.04623459279537201, 0.1404397189617157, + 0.002087425207719207, 0.11955231428146362, -0.0051658786833286285, -0.010489831678569317, + -0.001869096653535962, 0.02544393017888069, 0.1421232372522354, 0.1346462368965149, 0.05313601717352867, + -0.024262484163045883, 0.15097570419311523, 0.11313605308532715, 0.08005902171134949, + 0.01701173558831215, -0.03626936301589012, -0.0690121203660965, 0.009667730890214443, 0.03762187063694, + 0.1374177485704422, 0.029182059690356255, 0.2208825945854187, 0.10438714176416397, 0.06505700200796127, + -0.09788975119590759, 0.09414540976285934, -0.007217077072709799, 0.06977914273738861, + 0.03908548504114151, 0.20605286955833435, 0.07943036407232285, 0.0021239828784018755, + 0.05566192790865898, 0.08031543344259262, 0.06404933333396912, 0.05316048488020897, 0.05423186719417572, + 0.02340826578438282, 0.06218599155545235, 0.05714154988527298, 0.11530473083257675, 0.07005076110363007, + -0.0008449166198261082, 0.13699518144130707, 0.014456133358180523, -0.028015540912747383, + 0.04969094693660736, 0.08221825212240219, 0.11666937172412872, -0.004907116759568453, + 0.11686963587999344, 0.14984367787837982, 0.08541308343410492, -0.06895456463098526, + -0.014714950695633888, 0.0032117089722305536, 0.04279870167374611, 0.11928535997867584, + 0.04390474036335945, 0.03957034647464752, 0.039557334035634995, 0.0976271852850914, 0.11754979193210602, + 0.04476740211248398, 0.08975382894277573, 0.06746426969766617 + ], + [ + -0.09758832305669785, -0.1889021396636963, -0.12447952479124069, 0.08750562369823456, + -0.03241439163684845, -0.04183976352214813, -0.057278234511613846, -0.05179046839475632, + -0.08887981623411179, -0.011574866250157356, 0.022385962307453156, 0.01000522542744875, + -0.10216879099607468, 0.07611265778541565, -0.03605959191918373, -0.040880780667066574, + -0.06127651035785675, -0.11613068729639053, -0.06593894958496094, 0.08437284082174301, + -0.09398643672466278, -0.04145792871713638, 0.16404396295547485, 0.07008051127195358, + -0.09666765481233597, 0.017999058589339256, 0.14797350764274597, -0.05211356282234192, + -0.017038656398653984, -0.058022454380989075, 0.04635508731007576, -0.07869678735733032, + -0.08743259310722351, 0.013933786191046238, -0.02639208547770977, -0.04552479088306427, + 0.08008634299039841, -0.03521525859832764, -0.1678670197725296, -0.11644414067268372, + -0.13040748238563538, 0.01807212084531784, -0.007136047352105379, -0.09836462140083313, + -0.1636151522397995, 0.005918215494602919, -0.09643225371837616, 0.07908909022808075, + 0.045065585523843765, -0.029279010370373726, 0.028591884300112724, 0.04870399832725525, + 0.016741225495934486, -0.17284025251865387, -0.12589812278747559, -0.08542697131633759, + -0.05001012235879898, -0.01227792538702488, -0.060383230447769165, -0.07798845320940018, + -0.0420629158616066, -0.08705127239227295, 0.018147900700569153, -0.18184196949005127, + -0.09619966894388199, 0.023640623316168785, -0.0034811915829777718, -0.01306484080851078, + 0.01396840251982212, 0.18375684320926666, 0.019345678389072418, 0.019079171121120453, + 0.03605351597070694, -0.02174357697367668, -0.1239493116736412, 0.09602329879999161, + 0.06810905039310455, -0.06234881654381752, 0.09720940887928009, -0.08068456500768661, + 0.03338278830051422, 0.12546654045581818, 0.03443174809217453, 0.16821548342704773, 0.13678237795829773, + -0.12095476686954498, 0.06951866298913956, -0.06608689576387405, -0.06335246562957764, + -0.03532777354121208, 0.19420063495635986, -0.10744328796863556, 0.025643043220043182, + -0.032107941806316376, -0.0947466716170311, 0.02074841782450676, -0.12987035512924194, + -0.10125236213207245, -0.08360106498003006, 0.0130847729742527, 0.06969792395830154, + -0.06160278245806694, -0.03092247061431408, 0.024706067517399788, 0.061680689454078674, + -0.035580623894929886, -0.007969076745212078, 0.05468277260661125, 0.2380647361278534, + 0.0446414016187191, 0.07180879265069962, 0.0829300731420517, -0.034063566476106644, + 0.004038490820676088, -0.0625079870223999, 0.21754135191440582, 0.12877650558948517, + -0.10179708153009415, -0.015912111848592758, 0.12540243566036224, -0.08805699646472931, + 0.09343938529491425, -0.03300408273935318, -0.05324804037809372, -0.12424777448177338, + -0.08040172606706619, -0.05337442457675934, -0.06857480108737946, 0.26103800535202026, + 0.05554075911641121, 0.0020569018088281155, 0.007167038973420858, -0.14136262238025665, + -0.005423595663160086, -0.025374693796038628, 0.0793895348906517, -0.11166989803314209, + -0.10741662234067917, -0.15181250870227814, -0.06503192335367203, -0.040047332644462585, + -0.023306643590331078, -0.10904288291931152, -0.041820600628852844, -0.026436088606715202, + -0.04060876742005348, 0.08250539004802704, -0.015089486725628376, 0.007083990145474672, + 0.08258010447025299, -0.03177213668823242, 0.08796880394220352, 0.11199631541967392, + -0.10527785122394562, 0.09972129762172699, 0.014519430696964264, -0.15670640766620636, + -0.0673067718744278, -0.088067427277565, 0.05835619941353798, -0.03510688245296478, + -0.08461088687181473, -0.09111682325601578, 0.08523844182491302, 0.06684570014476776, + -0.014635669067502022, -0.1464509516954422, 0.20421478152275085, -0.03778694197535515, + 0.010533957742154598, -0.09092370420694351, 0.005261888261884451, -0.15507881343364716, + -0.041723232716321945, -0.005869587883353233, -0.1309402883052826, -0.13210852444171906, + -0.15982593595981598, 0.09458977729082108, 0.007128358352929354, -0.013355571776628494, + -0.07749154418706894, 0.034509602934122086, -0.02012469992041588, 0.06144768372178078, + -0.15542347729206085, 0.02609175257384777, -0.09237510710954666, -0.05752076208591461, + 0.06894516199827194, -0.06750674545764923, -0.014574526809155941, -0.1141619011759758, + 0.03181024640798569, 0.08128462731838226, 0.0678163394331932, -0.03633677214384079, + -0.09582213312387466, -0.1117967963218689, 0.007008426357060671, 0.0011282219784334302, + -0.04010764881968498, -0.012657053768634796, -0.0967726930975914, 0.08435392379760742, + 0.08980171382427216, 0.13056273758411407, 0.02764236368238926, 0.021103089675307274, + -0.0719984844326973, -0.012099919840693474, -0.18006324768066406, -0.15025638043880463, + 0.052967872470617294, 0.15845713019371033, -0.1110210120677948, -0.018758460879325867, + 0.03522074967622757, -0.09205428510904312, -0.14452067017555237, -0.05615231394767761, + 0.08155429363250732, 0.050247520208358765, -0.16358038783073425, 0.04299698397517204, + -0.05240980535745621, -0.05246056988835335, -0.06521295756101608, -0.10558217018842697, + -0.0471930056810379, -0.11918898671865463, -0.022232960909605026, -0.0378207303583622, + -0.09059010446071625, 0.09612088650465012, -0.0660633072257042, -0.019237443804740906, + 0.06411584466695786, -0.08151286095380783, 0.049712225794792175, -0.07145281136035919, + -0.08593843877315521, 0.07111328840255737, 0.037878379225730896, 0.10521389544010162, + -0.11540236324071884, 0.032707810401916504, -0.03954077139496803, -0.005820106249302626, + -0.05748145654797554, -0.01314872968941927, -0.08224745839834213, -0.09799914062023163, + -0.07519139349460602, 0.019642360508441925, -0.008472133427858353 + ], + [ + 0.057876668870449066, 0.15308621525764465, 0.1600365787744522, -0.016113748773932457, + 0.11550454795360565, 0.045198194682598114, 0.1595161259174347, 0.14159929752349854, 0.15686222910881042, + 0.055409450083971024, 0.02234507165849209, 0.06079868972301483, 0.1558644324541092, + -0.014257721602916718, 0.0061945985071361065, 0.11245224624872208, 0.1629762351512909, + 0.10481443256139755, 0.09062353521585464, -0.040567606687545776, 0.11411142349243164, + 0.09636527299880981, -0.17708544433116913, -0.027256811037659645, 0.14820976555347443, + -0.061926741153001785, -0.08917754888534546, 0.09021921455860138, 0.04824206605553627, + 0.07283829897642136, -0.0032311067916452885, 0.0758122131228447, 0.076633520424366, 0.03931093588471413, + 0.0487348698079586, -0.00623560044914484, -0.013045373372733593, -0.0025546459946781397, + 0.09998034685850143, 0.058660317212343216, 0.14578452706336975, -0.011313588358461857, + 0.10044898837804794, 0.04146147891879082, 0.02559368871152401, 0.11965104937553406, 0.14615099132061005, + -0.05083814635872841, 0.012492220848798752, -0.021338477730751038, -0.02755594067275524, + -0.03867264837026596, 0.08448948711156845, 0.22504067420959473, 0.13032858073711395, 0.1545724868774414, + 0.048782531172037125, 0.09404120594263077, 0.14307940006256104, 0.1432032436132431, 0.08627050369977951, + -0.0008169164648279548, 0.0016035231528803706, 0.13614533841609955, 0.18621404469013214, + 0.08628668636083603, 0.03824203833937645, -0.05934891104698181, 0.016682596877217293, + -0.1383390724658966, -0.011481225490570068, 0.11702169477939606, -0.03120097890496254, + 0.06443020701408386, 0.13307924568653107, -0.12444110214710236, 0.0267480481415987, 0.10505272448062897, + -0.007248942274600267, 0.05986541509628296, -0.003515582997351885, -0.17489215731620789, + -0.020145295187830925, -0.17143841087818146, -0.10348893702030182, 0.14782528579235077, + 0.004149113781750202, 0.017775392159819603, 0.08482729643583298, 0.12377600371837616, + -0.02044615149497986, 0.021955352276563644, -0.04009797424077988, -0.006865466944873333, + 0.06794862449169159, -0.03189714998006821, 0.06393712759017944, 0.1149941235780716, 0.18310685455799103, + -0.014781864359974861, 0.018304266035556793, 0.1503525674343109, 0.07315914332866669, + 0.00015580265608150512, -0.029853221029043198, 0.10405100136995316, 0.0455029271543026, + -0.06478003412485123, -0.18608126044273376, 0.02081705443561077, 0.009176691062748432, + -0.001860946649685502, 0.13989831507205963, 0.06117416173219681, 0.12208317220211029, + -0.115296371281147, -0.0015317656798288226, 0.026055937632918358, 0.01196326408535242, + -0.03886943683028221, 0.060249220579862595, -0.03825912997126579, 0.03331044316291809, + 0.046022385358810425, 0.10157981514930725, 0.06679330766201019, 0.137016162276268, 0.02129080519080162, + -0.1420104056596756, -0.12315725535154343, -0.07588368654251099, 0.05638778954744339, + 0.10600799322128296, 0.016860054805874825, 0.06577003002166748, -0.05832279101014137, + 0.09272972494363785, 0.10980065912008286, 0.13090966641902924, 0.051076047122478485, + -0.03403579443693161, 0.08701758086681366, 0.1243818998336792, 0.055509503930807114, + -0.024820389226078987, 0.09945712983608246, -0.03989550471305847, 0.06856061518192291, + 0.016268625855445862, -0.07662065327167511, 0.03256118297576904, -0.032871391624212265, + 0.0026973949279636145, 0.06627856194972992, -0.013364966958761215, 0.03539709374308586, + 0.07400567829608917, 0.08229847997426987, 0.0885721743106842, -0.04887457937002182, 0.07314830273389816, + 0.08417103439569473, 0.09866736829280853, -0.0250412430614233, -0.043717604130506516, + 0.0333557054400444, 0.16411761939525604, -0.11215865612030029, 0.07072750478982925, + -0.02793770283460617, 0.12886683642864227, -0.010429960675537586, 0.13562630116939545, + 0.015621486119925976, 0.10298143327236176, 0.14466139674186707, 0.1065041795372963, 0.15843096375465393, + -0.04403485357761383, 0.005876584444195032, 0.06686313450336456, 0.09065227210521698, + -0.040215156972408295, 0.0803583562374115, 0.02037135884165764, 0.1690998077392578, + -0.015326517634093761, 0.09886959195137024, 0.11751347780227661, -0.11319009214639664, + 0.07828231155872345, 0.053319964557886124, 0.1676485687494278, 0.028764523565769196, + -0.005144330207258463, 0.004221034701913595, 0.06145497411489487, 0.10682108998298645, + 0.13036692142486572, 0.037196360528469086, 0.011021710932254791, 0.1212591752409935, + 0.11265174299478531, 0.04437573626637459, -0.004621667787432671, -0.02933434396982193, + -0.18442657589912415, 0.045737460255622864, -0.004004339687526226, 0.13791196048259735, + 0.009152102284133434, 0.22887872159481049, 0.15231487154960632, 0.0026330382097512484, + -0.02123607136309147, 0.09404720366001129, 0.057608768343925476, 0.025475410744547844, + -0.025386864319443703, 0.19065558910369873, 0.10837221890687943, 0.051486674696207047, + 0.08585119247436523, 0.1068546324968338, -0.0014566282043233514, 0.03338827192783356, + 0.05564026162028313, -0.0006035498809069395, 0.054730288684368134, 0.12453208863735199, + 0.014254054985940456, 0.06355999410152435, 0.05346972495317459, 0.14785949885845184, + -0.054885704070329666, 0.09733617305755615, 0.07632260024547577, 0.08755568414926529, + 0.06523453444242477, -0.007674685213714838, 0.10303802788257599, 0.04503200575709343, + -0.02494596503674984, 0.03079921193420887, 0.03818608075380325, 0.061678577214479446, + -0.0364268533885479, 0.1054268404841423, 0.04158444702625275, 0.0573786236345768, 0.028694001957774162, + 0.13201311230659485, 0.08912171423435211, 0.10455961525440216, 0.07836823165416718, 0.09394393861293793 + ], + [ + -0.10076882690191269, -0.19472260773181915, -0.025157641619443893, 0.052073653787374496, + -0.017802204936742783, -0.06649893522262573, -0.06903506815433502, -0.04434342309832573, + -0.09675418585538864, 0.05698462203145027, -0.026979587972164154, 0.029977429658174515, + -0.02780255116522312, 0.07265230268239975, -0.0676821917295456, -0.05394280329346657, + -0.11411109566688538, -0.04905080795288086, 0.011258489452302456, 0.07036303728818893, + -0.1645667850971222, 0.02251785807311535, 0.17622210085391998, -0.03230796381831169, + -0.13819065690040588, 0.09231309592723846, 0.134555384516716, -0.048031531274318695, + -0.03455682843923569, 0.036882877349853516, 0.03422793373465538, 0.008538776077330112, + -0.11527164280414581, 0.03325030207633972, -0.08705306798219681, -0.09787704050540924, + 0.014629151672124863, 0.059788819402456284, -0.07242175936698914, -0.04581319913268089, + -0.10939428955316544, 0.04107244312763214, 0.005592729896306992, -0.08884988725185394, + -0.07611189782619476, -0.113068126142025, -0.06451597064733505, 0.11667574197053909, + 0.03318047523498535, -0.07683570683002472, 0.07553822547197342, -0.013683049939572811, + 0.029978951439261436, -0.09066592901945114, -0.12881961464881897, 0.014625384472310543, + 0.03970568999648094, -0.057871658354997635, -0.14027675986289978, -0.18668900430202484, + -0.05941220372915268, -0.003258076263591647, -0.007482823915779591, -0.139286071062088, + -0.09516818821430206, 0.1209791749715805, -0.014254441484808922, 0.011117610149085522, + 0.061861321330070496, 0.22735579311847687, 0.05793687328696251, -0.020967740565538406, + 0.07799777388572693, 0.01254747062921524, -0.04227453097701073, 0.1574179083108902, 0.08973327279090881, + -0.012369808740913868, 0.128949835896492, 0.04098743572831154, 0.0883154645562172, 0.2616899013519287, + 0.03517531603574753, 0.2424711138010025, 0.13507455587387085, -0.12887920439243317, + -0.01980702392756939, 0.049236346036195755, 0.0046381596475839615, -0.01179045345634222, + 0.15468142926692963, -0.07411598414182663, 0.10209617018699646, -0.012353232130408287, + -0.0810338705778122, 0.10074958205223083, -0.027315160259604454, -0.1075821965932846, + -0.15528756380081177, -0.05664682015776634, 0.07495521008968353, -0.07379061728715897, + -0.09931860119104385, 0.07340789586305618, 0.054300691932439804, 0.02324032038450241, + -0.1526893824338913, 0.0005718300817534328, 0.24091772735118866, 0.029355501756072044, + 0.026256894692778587, -0.009595032781362534, -0.009865347295999527, -0.05485936999320984, + -0.1608770340681076, 0.19780392944812775, 0.09338322281837463, -0.059099119156599045, + -0.01922944001853466, 0.04189944267272949, -0.04638056829571724, 0.07484275102615356, + -0.07234470546245575, 0.0007255247328430414, -0.09179072827100754, -0.12237320095300674, + -0.05986614525318146, -0.005583344027400017, 0.27917227149009705, 0.16938191652297974, + -0.0024437373504042625, -0.09932102262973785, -0.14297029376029968, 0.025952046737074852, + -0.02034502662718296, 0.08719079196453094, -0.05804379656910896, -0.05424540862441063, + -0.12973323464393616, -0.11452512443065643, 0.031412430107593536, 0.02234707586467266, + -0.1530192345380783, 0.06761007010936737, 0.03165920078754425, -0.04754246771335602, + 0.12628068029880524, -0.11009076982736588, -0.02238430269062519, 0.048608843237161636, + -0.10312329977750778, 0.0021224357187747955, 0.10249929875135422, -0.10392505675554276, + 0.08239948004484177, 0.16222889721393585, -0.17851407825946808, -0.07686907798051834, + -0.030911723151803017, 0.0027460448909550905, -0.05833744257688522, 0.07869815081357956, + -0.04064754396677017, -0.021664980798959732, 0.11335857957601547, -0.09419755637645721, + -0.06323418021202087, 0.17363831400871277, -0.0337335504591465, -0.02702302858233452, + -0.14257536828517914, 0.06452383100986481, -0.06693720817565918, -0.020009849220514297, + -0.05026930943131447, -0.1657443642616272, -0.027493147179484367, -0.19932140409946442, + 0.05416619032621384, -0.005037607159465551, 0.03778751194477081, 0.024426640942692757, + 0.021071569994091988, -0.09817937016487122, -0.0051921335980296135, -0.23657017946243286, + 0.04152773693203926, -0.054163794964551926, -0.00783566851168871, 0.05260669067502022, + -0.1421951949596405, 0.011205604299902916, -0.1266733705997467, 0.08757621794939041, + -0.011840984225273132, -0.0046854144893586636, 0.012949659489095211, -0.11653070896863937, + -0.1551811844110489, 0.017783356830477715, 0.08342956006526947, -0.024556675925850868, + 3.606437167036347e-5, -0.17798729240894318, 0.015142579562962055, 0.12990804016590118, + 0.16387315094470978, -0.010724582709372044, -0.01757628098130226, -0.055517274886369705, + -0.06382518261671066, -0.0988909974694252, -0.20868097245693207, 0.0582176148891449, + 0.07451846450567245, -0.11936692893505096, 0.034161459654569626, -0.060057464987039566, + 0.08135844022035599, -0.13061970472335815, -0.030088387429714203, 0.136144757270813, + 0.02190333418548107, -0.19466209411621094, 0.06097547709941864, -0.0834878534078598, + -0.011612875387072563, 0.040532201528549194, -0.09150248765945435, -0.0950825959444046, + -0.09453815966844559, -0.11426566541194916, -0.05670612305402756, -0.037553731352090836, + 0.023806773126125336, -0.04346064478158951, 0.07214304059743881, 0.07524623721837997, + -0.01617114618420601, 0.07660067826509476, -0.02973177284002304, -0.05032212287187576, + -0.03873566538095474, 0.05476883053779602, 0.06040460616350174, -0.10509783029556274, + 0.05843016877770424, -0.08530507236719131, -0.008602766320109367, 0.024320537224411964, + 0.04865425452589989, -0.1127946674823761, -0.038206007331609726, -0.023777464404702187, + 0.03222018852829933, 0.012505503371357918 + ], + [ + 0.04032000154256821, 0.14375972747802734, 0.1559348702430725, -0.05829252675175667, 0.10653429478406906, + 0.07078506797552109, 0.0584225058555603, 0.11480145901441574, 0.08028247952461243, 0.06737960129976273, + 0.03610183298587799, 0.04703608155250549, 0.025657571852207184, 0.03775722160935402, + -0.0023617988917976618, 0.007348486687988043, 0.11765048652887344, 0.09313913434743881, + 0.011262083426117897, 0.028856590390205383, 0.11445298790931702, 0.07970017194747925, + -0.14157316088676453, -0.05134113132953644, 0.09492869675159454, 0.04249248653650284, + -0.12356144934892654, 0.05818802863359451, 0.026796452701091766, 0.01876254938542843, + -0.0009920712327584624, 0.10105000436306, 0.12808558344841003, -0.014288783073425293, + 0.11969028413295746, 0.05133981257677078, 0.056581396609544754, 0.09215232729911804, + 0.05013561248779297, 0.05309145897626877, 0.033895429223775864, 0.046651750802993774, + 0.08559391647577286, 0.11774919927120209, 0.11254405975341797, 0.09202608466148376, 0.09298065304756165, + -0.06257238239049911, -0.02149350196123123, -0.02319229021668434, 0.006597917526960373, + -0.024208057671785355, 0.009921757504343987, 0.18028603494167328, 0.08434486389160156, + 0.04949932545423508, 0.0384163074195385, 0.06748796999454498, 0.05237174779176712, 0.07403185218572617, + 0.15214842557907104, 0.11653100699186325, -0.02294139564037323, 0.1770453155040741, 0.04442305117845535, + 0.0729450136423111, 0.05320281907916069, -0.025557344779372215, 0.05292766913771629, -0.182097390294075, + 0.06062597781419754, 0.06398811936378479, 0.04243136942386627, 0.08880731463432312, 0.17877915501594543, + -0.10649619251489639, -0.04717767611145973, 0.12958058714866638, 0.005964735057204962, + 0.03995843604207039, 0.054908886551856995, -0.16327574849128723, 0.0032433425076305866, + -0.15303154289722443, -0.07092486321926117, 0.1678907722234726, -0.049183379858732224, + 0.06622824817895889, 0.038710903376340866, 0.10957535356283188, -0.04004767909646034, 0.117580845952034, + -0.05602645128965378, 0.059688501060009, 0.04841304570436478, -0.07770587503910065, 0.1153082624077797, + 0.14365951716899872, 0.12835222482681274, 0.07440473139286041, 0.00104930077213794, 0.03992018848657608, + 0.13159075379371643, 0.039328739047050476, 0.035582851618528366, 0.11079709231853485, + 0.10828779637813568, -0.026368634775280952, -0.20669053494930267, 0.0031874212436378, + 0.009196028113365173, 0.008663466200232506, 0.12013401091098785, 0.10335221886634827, + 0.16268250346183777, -0.06941511482000351, -0.00179287139326334, 0.12797360122203827, + 0.035773035138845444, 0.04478892683982849, 0.10640156269073486, -0.045565102249383926, + 0.03917786106467247, 0.03988814353942871, 0.06191115081310272, 0.11933951079845428, 0.07163950800895691, + 0.11175444722175598, -0.13466137647628784, -0.11726462841033936, -0.09362959861755371, + 0.11203021556138992, 0.14585673809051514, -0.005914566107094288, 0.10016416758298874, + -0.08823426067829132, 0.06159840151667595, 0.08946448564529419, 0.20346273481845856, + 0.10399751365184784, -0.03622100502252579, 0.006142479367554188, 0.13407567143440247, + 0.060578569769859314, 0.09487970173358917, 0.07006826251745224, -0.05197257921099663, + 0.042497869580984116, 0.027324697002768517, 0.024130558595061302, 0.12201990187168121, + 0.04175596684217453, 0.04690110683441162, 0.0732613205909729, -0.04550914466381073, 0.05514149367809296, + 0.08741529285907745, 0.05673322454094887, 0.13036362826824188, 0.006401740945875645, + 0.11948932707309723, 0.036667365580797195, 0.13274823129177094, -0.06883656233549118, + -0.029979640617966652, 0.08466614037752151, 0.08733299374580383, -0.10469385981559753, + 0.08216322213411331, 0.048220790922641754, 0.17692120373249054, 0.03974331542849541, + 0.14005428552627563, 0.07236708700656891, 0.030403437092900276, 0.14472626149654388, + 0.09293722361326218, 0.17879267036914825, 0.02511128969490528, 0.10846516489982605, + 0.024651221930980682, 0.07363107055425644, -0.07233763486146927, 0.12802419066429138, + -0.053719595074653625, 0.12159757316112518, 0.0831737220287323, 0.10503698885440826, 0.0611247755587101, + -0.11277232319116592, 0.10721476376056671, 0.07987742125988007, 0.14310960471630096, + 0.030796146020293236, 0.04139284789562225, -0.0034724862780421972, 0.05677073448896408, + 0.10305419564247131, 0.08614929765462875, 0.04798091575503349, 0.0029559782706201077, + 0.06096550077199936, 0.07669654488563538, 0.08593858778476715, -0.05376340076327324, + -0.06730759888887405, -0.04828130081295967, 0.03257834538817406, 0.0018646358512341976, + 0.10589118301868439, 0.030649609863758087, 0.13884228467941284, 0.15443290770053864, + 0.06072080135345459, -0.1313670128583908, 0.18217016756534576, 0.022920597344636917, 0.1085682064294815, + 0.09277232736349106, 0.24250255525112152, 0.010073207318782806, -0.029842382296919823, + 0.03614788502454758, 0.09816338121891022, 0.03818129748106003, 0.13193835318088531, 0.06386403739452362, + 0.033432621508836746, 0.05046069249510765, 0.13432539999485016, 0.028398636728525162, + 0.07719531655311584, 0.034267645329236984, 0.1749558299779892, -0.04343470185995102, 0.0724736824631691, + -0.011001233011484146, 0.07731378078460693, 0.1179892048239708, -0.059444330632686615, + 0.04709674045443535, 0.09648837149143219, -0.025701794773340225, -0.005907799582928419, + -0.007389926351606846, 0.12072139978408813, 0.0764596238732338, 0.13301727175712585, + 0.02737407572567463, 0.09668688476085663, 0.07073542475700378, 0.10278940945863724, + 0.018962997943162918, 0.09217914938926697, 0.07093262672424316, 0.020641550421714783 + ], + [ + 0.03572752699255943, 0.22570723295211792, 0.11126492917537689, -0.03798053413629532, + 0.06472756713628769, 0.1318691521883011, 0.13318876922130585, 0.14393481612205505, 0.14662636816501617, + 0.07270385324954987, 0.09369157254695892, 0.05837124213576317, 0.04986591637134552, + -0.025880170986056328, 0.10797121375799179, 0.06423640251159668, 0.13312001526355743, + 0.10451744496822357, 0.04460809752345085, 0.013472062535583973, 0.11662116646766663, + 0.028153391554951668, -0.11022968590259552, 0.013139392249286175, 0.14733321964740753, + -0.04400474578142166, -0.055232398211956024, 0.05748852342367172, 0.026627259328961372, + 0.1112387552857399, 0.04032931104302406, 0.007096858229488134, 0.09703148901462555, 0.04432930424809456, + 0.08437947183847427, 0.10458076000213623, 0.05797445401549339, 0.052769169211387634, + 0.15576180815696716, 0.10253003984689713, 0.09535364806652069, 0.032731957733631134, + 0.11780877411365509, 0.1237841472029686, 0.0620613619685173, 0.10809073597192764, 0.11608754843473434, + -0.09167329221963882, -0.005847571883350611, -0.05562985688447952, 0.018197903409600258, + -0.06065372750163078, 0.010077523067593575, 0.18108351528644562, 0.12916554510593414, + 0.10735756903886795, 0.02950451523065567, -0.0053116194903850555, 0.14356426894664764, + 0.10205334424972534, 0.07743459194898605, 0.06987538188695908, 0.02526692859828472, 0.2300024777650833, + 0.1864352971315384, 0.03322765231132507, 0.07352858036756516, -0.05511998012661934, 0.06652557849884033, + -0.174737349152565, -0.024320049211382866, 0.014826545491814613, -0.03819535672664642, + -0.015570520423352718, 0.17435114085674286, -0.05408576875925064, -0.05943242460489273, + 0.07439614087343216, -0.0368085615336895, 0.012075916863977909, 0.028768492862582207, + -0.15813687443733215, -0.06648575514554977, -0.1773717999458313, -0.08677605539560318, + 0.21549008786678314, -0.060103289783000946, 0.02710428275167942, 0.03879666328430176, + 0.1291460394859314, -0.04303611442446709, 0.14104203879833221, -0.002914748154580593, + 0.0001925633696373552, 0.13782718777656555, -0.09419158101081848, 0.1210288405418396, + 0.09812172502279282, 0.09097623080015182, 0.03607337549328804, -0.09510284662246704, + 0.06024850159883499, 0.07084603607654572, 0.11095427721738815, 0.0037823719903826714, + 0.07176439464092255, 0.030887624248862267, 0.026640156283974648, -0.131015807390213, + 0.06060299649834633, -0.010749767534434795, 0.01365218311548233, 0.07468224316835403, + 0.004003667272627354, 0.11651948094367981, -0.15007050335407257, 0.0411761999130249, + 0.08562305569648743, 0.0261190477758646, -0.02497369982302189, 0.0698375254869461, + -0.056095559149980545, 0.07749119400978088, 0.09757333993911743, 0.04693012684583664, + 0.14634239673614502, 0.14692379534244537, 0.03625865653157234, -0.2087569236755371, + -0.13887178897857666, 0.03220939636230469, 0.11613235622644424, 0.07024160772562027, + 0.0028108677361160517, 0.02457018941640854, 0.014711908996105194, 0.11317488551139832, + 0.1066388189792633, 0.17373131215572357, 0.15930433571338654, 0.05610909312963486, 0.08676084131002426, + 0.07435363531112671, -0.00017475514323450625, 0.06959779560565948, 0.017522737383842468, + -0.07451660186052322, 0.11846569180488586, 0.08082351088523865, -0.061413101851940155, + 0.10499108582735062, -0.0063125682063400745, 0.008807050995528698, 0.07764094322919846, + 0.01910538785159588, -0.03361128270626068, 0.12162214517593384, 0.07672572135925293, + 0.10362846404314041, -0.05199058726429939, 0.07050915062427521, 0.03519922494888306, + 0.12315059453248978, -0.05832376331090927, -0.030011184513568878, 0.024107059463858604, + 0.13151663541793823, -0.09039869904518127, 0.11220691353082657, 0.10255580395460129, + 0.11022353172302246, -0.022582262754440308, 0.10429784655570984, 0.05224630981683731, + 0.10599522292613983, 0.1838351935148239, 0.08847494423389435, 0.20671364665031433, 0.014858677051961422, + 0.015228581614792347, 0.009059377014636993, 0.07699169963598251, -0.006523362826555967, + 0.12387356162071228, 0.017779503017663956, 0.14687319099903107, 0.01842576265335083, + 0.08385461568832397, 0.0733964741230011, -0.024431070312857628, 0.06793629378080368, + 0.00960986316204071, 0.22000852227210999, 0.018555061891674995, 0.03964966908097267, + -0.023417867720127106, 0.07320287823677063, 0.13733349740505219, 0.08001188933849335, + 0.07052960991859436, -0.03063291497528553, 0.12251188606023788, 0.0931425467133522, + 0.037282008677721024, -0.030754895880818367, -0.023557431995868683, -0.12095228582620621, + 0.022073879837989807, 0.10283453017473221, 0.11777960509061813, 0.12776117026805878, + 0.11711259186267853, 0.17791041731834412, -0.033971626311540604, -0.032487593591213226, + 0.146255224943161, 0.09782980382442474, 0.04461197555065155, 0.03244365379214287, 0.1478024423122406, + 0.11070501804351807, -0.036894213408231735, 0.04397926852107048, 0.11699888855218887, + 0.05235130339860916, 0.06500844657421112, 0.07438728213310242, 0.039899442344903946, + 0.10608858615159988, 0.1379784792661667, 0.04942268133163452, 0.04447784647345543, 0.10567060112953186, + 0.1870480626821518, 0.026894165202975273, 0.09661521017551422, 0.02329540252685547, + -0.019216014072299004, 0.1433136761188507, -0.01523528527468443, 0.12395451962947845, + 0.040136899799108505, 0.07949919253587723, -0.01191364973783493, 0.03250860050320625, + 0.10277602821588516, -0.02213672548532486, 0.05232963711023331, 0.07220650464296341, + 0.025819923728704453, 0.06741710752248764, 0.03397449851036072, 0.037240203469991684, + 0.0028383485041558743, 0.01708124950528145, 0.05664050951600075 + ], + [ + 0.07838285714387894, 0.25603002309799194, 0.056988295167684555, -0.07228647172451019, + 0.053139280527830124, 0.05280740186572075, 0.185836061835289, 0.07081913203001022, 0.15785285830497742, + 0.13760225474834442, 0.008509975858032703, -0.004146568011492491, 0.1298825442790985, + -0.0017630286747589707, 0.10759203881025314, 0.12831473350524902, 0.10979512333869934, + 0.15342462062835693, 0.09579658508300781, -0.09516185522079468, 0.11693505942821503, + 0.07971557974815369, -0.05720905214548111, -0.010439237579703331, 0.09974160045385361, + -0.020876789465546608, -0.06708765774965286, 0.03826695308089256, 0.11367102712392807, + 0.02129310928285122, 0.043983343988657, 0.11001213639974594, 0.10254975408315659, 0.058369074016809464, + 0.049893513321876526, 0.044744446873664856, 0.011741386726498604, 0.014428363181650639, + 0.17134901881217957, 0.0865468755364418, 0.0924239307641983, -0.01847768761217594, 0.02689940854907036, + 0.12535978853702545, 0.13789230585098267, 0.07643431425094604, 0.10040434449911118, -0.0992601215839386, + 0.062205810099840164, -0.010562395676970482, 0.023822152987122536, 0.009607380256056786, + 0.06774749606847763, 0.16947345435619354, 0.08722053468227386, 0.1552598774433136, 0.11064905673265457, + 0.027361249551177025, 0.08408438414335251, 0.12185957282781601, 0.11630471795797348, + 0.020524045452475548, -0.09170393645763397, 0.13454030454158783, 0.07650059461593628, + 0.017696581780910492, 0.04469587281346321, 0.02303367666900158, 0.09458308666944504, + -0.15814286470413208, 0.012389486655592918, 0.1125861257314682, -0.00046475365525111556, + 0.02904331125319004, 0.14779099822044373, -0.06578958034515381, -0.06430972367525101, + 0.048922840505838394, -0.056812480092048645, 0.12049105018377304, 0.029945846647024155, + -0.1714775413274765, -0.015656691044569016, -0.14393460750579834, -0.06439975649118423, + 0.1521206945180893, -0.08396968990564346, 0.026419788599014282, 0.015148075297474861, + 0.03690774738788605, -0.08490245044231415, 0.10291052609682083, 0.007683093659579754, + 0.040652114897966385, 0.07578593492507935, -0.06492078304290771, 0.10697825253009796, + 0.12984934449195862, 0.10741746425628662, 0.02143378183245659, -0.0775538980960846, 0.1725882738828659, + 0.1050046756863594, 0.03903084993362427, -0.05485006421804428, 0.044382065534591675, + 0.11977417767047882, 0.016199884936213493, -0.16509957611560822, 0.028429266065359116, + 0.006514980457723141, -0.06809761375188828, 0.08835987001657486, 0.08616778999567032, + 0.1347421258687973, -0.11704236268997192, -0.06407423317432404, 0.09808572381734848, + 0.09117641299962997, -0.05680454894900322, 0.06397458910942078, -0.014157014898955822, + 0.09515117853879929, 0.052959177643060684, 0.08761142194271088, 0.1228901743888855, 0.1257307082414627, + 0.13217684626579285, -0.12662088871002197, -0.06638690084218979, 0.020701991394162178, + 0.07294028997421265, 0.17111718654632568, -0.05134841054677963, 0.09251426160335541, + -0.025751536712050438, 0.04594932869076729, 0.1489373743534088, 0.16418063640594482, + 0.13306038081645966, -0.021275557577610016, 0.04110976681113243, 0.10623203963041306, + 0.04209519177675247, 0.06821685284376144, 0.03121258318424225, -0.020476747304201126, + 0.10279305279254913, 0.036259591579437256, -0.015571372583508492, 0.11255743354558945, + 0.00942287314683199, 0.047298043966293335, 0.13573601841926575, 0.03625611588358879, + 0.013368972577154636, 0.08417816460132599, 0.11764238774776459, 0.06270890682935715, + 0.03305089473724365, 0.11519179493188858, 0.027814693748950958, 0.1330709457397461, + -0.01956760510802269, -0.07056429982185364, 0.11143125593662262, 0.16049836575984955, + -0.043406300246715546, 0.11588948220014572, 0.010500101372599602, 0.14311173558235168, + 0.025822799652814865, 0.11031606793403625, 0.15874148905277252, 0.10395551472902298, + 0.12549187242984772, 0.122213214635849, 0.20327159762382507, -0.033767856657505035, 0.11298168450593948, + 0.06593592464923859, 0.08565900474786758, -0.011378197930753231, 0.13198602199554443, + -0.009549492038786411, 0.22339116036891937, 0.07365231961011887, 0.15673470497131348, + 0.029994534328579903, -0.016067417338490486, 0.01958872377872467, 0.09699619561433792, + 0.20362523198127747, 0.03296680003404617, 0.04268274083733559, -0.02844322845339775, + 0.047268085181713104, 0.12389321625232697, 0.1308305561542511, 0.05464797094464302, 0.04254452511668205, + 0.0862061157822609, 0.011747741140425205, 0.15343131124973297, -0.037331946194171906, + -0.0052706399001181126, -0.15193435549736023, 0.07881185412406921, 0.059055525809526443, + 0.18021760880947113, 0.12739641964435577, 0.1602189987897873, 0.14927567541599274, 0.028959710150957108, + -0.10241886228322983, 0.18102216720581055, 0.08411412686109543, 0.10206960886716843, + 0.033760346472263336, 0.17952962219715118, 0.09010336548089981, 0.020569194108247757, + 0.05697208642959595, 0.09115345776081085, 0.0014089253963902593, 0.0933934822678566, 0.0563923642039299, + 0.0374884195625782, 0.06955799460411072, 0.18567916750907898, 0.061872031539678574, 0.07452069967985153, + 0.023841725662350655, 0.11925477534532547, 0.009031910449266434, 0.002248943317681551, + 0.008571251295506954, 0.006067832466214895, 0.1345091313123703, -0.020934900268912315, + 0.053930047899484634, 0.1346026510000229, -0.017357103526592255, 0.020347991958260536, + -0.05486348271369934, 0.1284133493900299, 0.05172782391309738, 0.11214711517095566, + -0.002424961654469371, 0.0594206303358078, 0.06301324814558029, 0.0973675325512886, 0.04217025637626648, + 0.07492237538099289, 0.05021531507372856, 0.029878385365009308 + ], + [ + 0.10191626846790314, 0.21330873668193817, 0.12116125226020813, -0.058755677193403244, + -0.0007676009554415941, 0.03423426300287247, 0.11889180541038513, 0.07798038423061371, + 0.1333412230014801, -0.004984217695891857, 0.03047727234661579, 0.07076776027679443, + 0.03623014688491821, 0.015083183534443378, 0.02592424489557743, 0.11585575342178345, + 0.10307137668132782, 0.14710412919521332, 0.06383085995912552, -0.08222764730453491, 0.0513499453663826, + 0.08829884976148605, -0.15771086513996124, -0.05475655943155289, 0.1328374743461609, + 0.008436081930994987, -0.09678900986909866, 0.0496695376932621, 0.03013131394982338, + 0.009423456154763699, 0.0850730836391449, 0.020300397649407387, 0.11288578808307648, + 0.005222885869443417, 0.11755576729774475, 0.08651449531316757, 0.03364440053701401, + 0.02111053839325905, 0.13175350427627563, 0.027744675055146217, 0.10147544741630554, + 0.04555050656199455, 0.053986433893442154, 0.0663992166519165, 0.05221881344914436, + 0.048000022768974304, 0.044956404715776443, -0.10747750848531723, -0.023055516183376312, + 0.02550922892987728, -0.05243963375687599, 0.04449324682354927, 0.04174860566854477, + 0.11457455158233643, 0.13992156088352203, 0.06738608330488205, 0.07936713099479675, 0.08762014657258987, + 0.12287775427103043, 0.12772557139396667, 0.08271289616823196, 0.09684400260448456, + -0.05577180162072182, 0.08158506453037262, 0.14254380762577057, 0.007771078962832689, + 0.07907450944185257, -0.04511856287717819, 0.07020758092403412, -0.11937472969293594, + 0.062160808593034744, 0.030285656452178955, 0.07635477185249329, 0.04966346174478531, + 0.12437422573566437, -0.033373408019542694, -0.017846768721938133, 0.01210788730531931, + -0.024837946519255638, 0.060828614979982376, -0.008992321789264679, -0.08963564038276672, + 0.00972704030573368, -0.1296183168888092, -0.06628209352493286, 0.08284327387809753, + -0.029189230874180794, 0.08147858083248138, 0.0803934633731842, 8.907222945708781e-5, + -0.06431512534618378, 0.07570475339889526, -0.05838720127940178, -0.0020496549550443888, + 0.05524356663227081, -0.027222122997045517, 0.026317507028579712, 0.010980691760778427, + 0.1588234305381775, -0.005792532581835985, -0.06373854726552963, 0.12702591717243195, + 0.09086544811725616, 0.0422310009598732, 0.014769506640732288, 0.11250655353069305, 0.1077168881893158, + -0.01235273852944374, -0.1824946105480194, -0.03712904080748558, -0.024167126044631004, + -0.028817281126976013, 0.10928754508495331, -0.0188151802867651, 0.1235070675611496, + -0.07900084555149078, 0.01846488192677498, 0.015846148133277893, 0.037541184574365616, + 0.05298743396997452, 0.05137816444039345, -0.07018987834453583, 0.04283009096980095, + 0.10745003819465637, 0.13075923919677734, 0.1108686774969101, 0.14210419356822968, 0.016439054161310196, + -0.08894087374210358, -0.10739592462778091, -0.004912116564810276, 0.10104881227016449, + 0.05032183602452278, -0.03629777953028679, 0.0618729442358017, -0.04573516920208931, + 0.12606720626354218, 0.08652611821889877, 0.1843600571155548, 0.015644986182451248, + -0.009485477581620216, 0.00777457607910037, 0.05349547415971756, 0.09342927485704422, + 0.03014339692890644, 0.05655856058001518, -0.09822891652584076, 0.10533539205789566, + 0.06557826697826385, 0.0054760524071753025, 0.08671534806489944, -0.027673354372382164, + 0.07177884876728058, 0.01572617143392563, -0.04579230025410652, -0.007527885027229786, + 0.08296144008636475, 0.03752031922340393, 0.0666213408112526, 0.004139766562730074, 0.06038593500852585, + 0.00608007563278079, 0.05200973153114319, 0.029574336484074593, -0.008184035308659077, + 0.13376449048519135, 0.035847049206495285, -0.09600017219781876, 0.006062171421945095, + 0.015613659285008907, 0.07849415391683578, 0.0031883236952126026, 0.07408779114484787, + 0.1330466866493225, 0.10349642485380173, 0.08527927845716476, 0.11264973878860474, 0.09350808709859848, + 0.006605611182749271, 0.048825476318597794, 0.0827101320028305, 0.06862794607877731, + -0.039120063185691833, 0.11701472848653793, -0.03475818410515785, 0.1387462466955185, + 0.03930829465389252, 0.16327840089797974, 0.061548490077257156, -0.08939991146326065, + 0.10469673573970795, 0.07426352053880692, 0.08202856034040451, -0.014410956762731075, + -0.047532178461551666, -0.04426134377717972, -0.01099137682467699, 0.16300877928733826, + 0.10902286320924759, 0.031738247722387314, -0.014212701469659805, 0.0835348591208458, + 0.08591701835393906, 0.14927178621292114, -0.03999631106853485, -0.009967304766178131, + -0.1524929255247116, 0.02552396059036255, 0.023732006549835205, 0.17620857059955597, + 0.08284588903188705, 0.1066495031118393, 0.07816362380981445, 0.005516435019671917, + -0.03169061243534088, 0.08391459286212921, 0.10239915549755096, 0.007921896874904633, + 0.05182579159736633, 0.2257143259048462, 0.0863945484161377, 0.07286441326141357, 0.02059052512049675, + 0.06870868802070618, -0.0006840270943939686, 0.05230066552758217, 0.09642627090215683, + 0.0016311592189595103, 0.04123389348387718, 0.050320450216531754, 0.04174857959151268, + 0.07402047514915466, 0.05704515427350998, 0.14199604094028473, -0.0044174171052873135, + 0.09452813118696213, 0.025115270167589188, -0.0017562886932864785, 0.08197487890720367, + -0.0688292533159256, 0.07954315841197968, 0.032992005348205566, -0.0036814026534557343, + -0.058827728033065796, 0.04507733881473541, 0.041545454412698746, 0.0006821787683293223, + 0.013413597829639912, 0.038281314074993134, -0.015614598989486694, 0.08424080163240433, + 0.0912078320980072, 0.007302634883671999, 0.028060397133231163, 0.0710737481713295, + -0.001533854054287076 + ], + [ + 0.07594013214111328, 0.20320193469524384, 0.06808576732873917, -0.07262124866247177, + 0.03515757992863655, 0.09785392135381699, 0.08741380274295807, 0.12594784796237946, 0.10307849943637848, + 0.11461175233125687, 0.00513669615611434, -0.013453439809381962, 0.054273106157779694, + -0.019370855763554573, 0.04802515730261803, 0.10937738418579102, 0.17313086986541748, + 0.13550935685634613, 0.03206769749522209, -0.03981926664710045, 0.15240976214408875, + -0.0016324884491041303, -0.13074320554733276, 0.04860294610261917, 0.06345781683921814, + -0.06870289146900177, -0.06751146912574768, 0.026233311742544174, 0.08992088586091995, + 0.024298617616295815, -0.01767006330192089, 0.10930439829826355, 0.08692379295825958, + -0.024029333144426346, 0.08548585325479507, 0.09193804115056992, -0.0361567847430706, + 0.015725672245025635, 0.16355791687965393, 0.16627639532089233, 0.09743236005306244, + 0.017730074003338814, 0.11043541878461838, 0.11265995353460312, 0.030450019985437393, + 0.025543145835399628, 0.04518505185842514, -0.08193687349557877, 0.010245073586702347, + 0.03692486509680748, -0.06343653798103333, 0.002550922567024827, 0.04753155633807182, + 0.13920371234416962, 0.09426893293857574, 0.07168211787939072, 0.05427994951605797, + -0.0006735603674314916, 0.07758895307779312, 0.17646309733390808, 0.07639512419700623, + 0.040287889540195465, -0.002364286221563816, 0.12801361083984375, 0.09148666262626648, + 0.052611999213695526, 0.030880462378263474, -0.06670260429382324, 0.07371459901332855, + -0.11270713806152344, -0.026591286063194275, 0.08120031654834747, 0.06387709826231003, + 0.02553594298660755, 0.15032003819942474, 0.020206542685627937, 0.053942564874887466, + 0.045334845781326294, -0.027594348415732384, 0.06994393467903137, 0.019751418381929398, + -0.10822365432977676, -0.003103395225480199, -0.11225753277540207, -0.1404736191034317, + 0.16434508562088013, -0.015694938600063324, 0.045853037387132645, 0.05921505391597748, + 0.04766973480582237, -0.024107029661536217, 0.12197587639093399, 0.006228769198060036, + 0.0004250341735314578, 0.13632303476333618, -0.09451871365308762, 0.10203509032726288, + 0.06115313619375229, 0.07127416133880615, 0.04520758241415024, 0.015044288709759712, 0.1462019979953766, + 0.14836348593235016, 0.10094653069972992, -0.04723259434103966, 0.1122610792517662, 0.11273050308227539, + -0.019325483590364456, -0.0821819081902504, 0.03146465867757797, 0.003001383738592267, + 0.011938859708607197, 0.015126523561775684, 0.06726881861686707, 0.11431741714477539, + -0.1492711454629898, -0.03212743252515793, 0.1452541947364807, -0.013683692552149296, + 0.06706143915653229, 0.09694986790418625, -0.007897056639194489, 0.11196034401655197, + 0.03128886595368385, 0.16072990000247955, 0.15763965249061584, 0.17392726242542267, 0.0764385461807251, + -0.19676664471626282, -0.12003298103809357, -0.07441127300262451, 0.03315340727567673, + 0.18703338503837585, -0.055614691227674484, 0.01233083475381136, -0.0623105950653553, + 0.10046707838773727, 0.031028015539050102, 0.16935209929943085, 0.12236307561397552, + 0.04144980013370514, 0.09338982403278351, 0.11092983186244965, 0.03662041202187538, 0.08791226148605347, + 0.11389390379190445, -0.10019830614328384, 0.12239866703748703, 0.014822046272456646, + -0.0741531252861023, 0.11893776059150696, 0.014235534705221653, 0.032401010394096375, + 0.0848454087972641, 0.0046019172295928, -0.02217703126370907, 0.09578804671764374, 0.06829569488763809, + 0.012331746518611908, -0.0663219466805458, 0.1577404886484146, 0.10939875990152359, 0.1487625539302826, + 0.0475628599524498, 0.0031852663960307837, 0.11523935943841934, 0.11877866834402084, + -0.08429380506277084, 0.016646597534418106, -0.0040925005450844765, 0.1369556337594986, + 0.07607591897249222, 0.13012047111988068, 0.12617479264736176, 0.03224324434995651, 0.09384738653898239, + 0.18566568195819855, 0.21994251012802124, -0.06399597972631454, 0.09767121821641922, + 0.12101791054010391, 0.08061353117227554, 0.0012939732987433672, 0.03848760947585106, + 0.034783270210027695, 0.15885251760482788, 0.07986247539520264, 0.02747269719839096, 0.0332937017083168, + -0.10647707432508469, 0.08077878504991531, 0.0030066361650824547, 0.13577018678188324, + -0.04292117804288864, 0.041476644575595856, 0.030913125723600388, 0.057531390339136124, + 0.17644941806793213, 0.051881760358810425, 0.003924383781850338, 0.03666764125227928, + 0.10891265422105789, 0.01574784889817238, 0.12606579065322876, 0.014516626484692097, + -0.02096744067966938, -0.16835297644138336, 0.06012771278619766, 0.06776890158653259, + 0.08010618388652802, 0.08535131067037582, 0.18499042093753815, 0.14753729104995728, 0.03028910420835018, + -0.04096248373389244, 0.15840037167072296, 0.06969679892063141, 0.05189119279384613, + 0.04007112234830856, 0.14429332315921783, 0.029427245259284973, 0.02190483547747135, + 0.024379746988415718, 0.0619005486369133, -0.00039551203371956944, 0.14041152596473694, + 0.07147800922393799, -0.008824598975479603, 0.13011212646961212, 0.1427137702703476, + 0.026615139096975327, 0.10904788970947266, 0.05838290601968765, 0.09491300582885742, + -0.009428718127310276, 0.04937009513378143, 0.07277540862560272, -0.015728717669844627, + 0.09244536608457565, -0.07686340063810349, 0.029566723853349686, 0.04602038115262985, + 0.03878868743777275, -0.03682322055101395, 0.03917601332068443, 0.00701513048261404, + 0.0001908294652821496, 0.09295803308486938, 0.07467281073331833, 0.0008158515556715429, + 0.08035898208618164, 0.07185529172420502, 0.05938930809497833, 0.07807289063930511, 0.10430395603179932, + 0.03168240562081337 + ], + [ + -0.052664101123809814, -0.1471889615058899, -0.10157160460948944, -0.007556094788014889, + -0.07535721361637115, -0.031834088265895844, -0.05733345448970795, -0.10035425424575806, + -0.03841349110007286, 0.01839364878833294, -0.04075903445482254, 0.03789079561829567, + -0.1284661889076233, 0.05268481373786926, -0.024545762687921524, -0.13743212819099426, + -0.11966580897569656, -0.0545504130423069, 0.0037514481227844954, 0.10474134981632233, + -0.053657229989767075, -0.029581015929579735, 0.23896066844463348, 0.09462711215019226, + -0.14376041293144226, 0.03682025149464607, 0.2057577669620514, -0.02768770232796669, + -0.06158958747982979, -0.06877852231264114, -0.008593724109232426, -0.026665495708584785, + -0.16780990362167358, 0.004540625493973494, -0.025873439386487007, -0.04079042375087738, + -0.006029158364981413, 0.014895223081111908, -0.06479652225971222, -0.0854785367846489, + -0.037768881767988205, 0.09687896072864532, 0.0709478035569191, 0.015125342644751072, + -0.070006363093853, -0.0178147591650486, -0.12778538465499878, 0.1200341209769249, 0.008104190230369568, + -0.028344590216875076, 0.07055845111608505, 0.041050396859645844, 0.04876018315553665, + -0.20800676941871643, -0.1769854575395584, -0.002449575113132596, -0.031222296878695488, + 0.004992556758224964, -0.1815415471792221, -0.24511748552322388, -0.09051530808210373, + -0.005758597515523434, 0.06550323218107224, -0.17712834477424622, -0.14177818596363068, + 0.07685666531324387, -0.05364769324660301, 0.08792451024055481, -0.04809480533003807, + 0.22319850325584412, 0.031098412349820137, 0.010152395814657211, 0.03790540620684624, + 0.011120034381747246, -0.05916669964790344, 0.06253378838300705, 0.03687577694654465, + 0.003823657287284732, 0.0431210957467556, -0.08045950531959534, -0.011398369446396828, + 0.3015218675136566, 0.028284046798944473, 0.24551042914390564, 0.20506002008914948, + -0.19000206887722015, 0.04335685819387436, -0.020538784563541412, 0.07024256885051727, + -0.11470495164394379, 0.2447255700826645, -0.10508397966623306, 0.037424780428409576, + 0.03476659208536148, -0.07798967510461807, -0.04409254714846611, -0.07952343672513962, + -0.08240878582000732, -0.11426491290330887, -0.0046607633121311665, 0.06157129630446434, + -0.13483700156211853, -0.06223763898015022, -0.0142252491787076, -0.007778906263411045, + -0.06298480182886124, -0.14529794454574585, 0.0406937338411808, 0.23451396822929382, + 0.04725321754813194, 0.0650775283575058, 0.07500851154327393, -0.08530513197183609, + -0.046383973211050034, -0.14164941012859344, 0.225245401263237, 0.04953061789274216, + -0.01189204677939415, 0.037737954407930374, 0.08416000008583069, -0.1222425103187561, + 0.06900801509618759, -0.08620263636112213, 0.01482301577925682, -0.0774005576968193, + -0.029991641640663147, -0.13339349627494812, -0.08915780484676361, 0.37114471197128296, + 0.05127111077308655, 0.026783332228660583, -0.002428789157420397, -0.10592100769281387, + -0.013536031357944012, 0.022781968116760254, 0.10543381422758102, -0.0745907574892044, + -0.1365651786327362, -0.14577698707580566, -0.12228108942508698, -0.0013978928327560425, + -0.03128635883331299, -0.09160762280225754, 0.05894272029399872, 0.04866193234920502, + 0.009740334935486317, 0.14705301821231842, -0.007403552997857332, 0.06483905762434006, + 0.09028773754835129, -0.03896420821547508, 0.038510650396347046, 0.10706999152898788, + -0.13202306628227234, -0.03194068372249603, 0.10681944340467453, -0.14592371881008148, + 0.0457855761051178, -0.06321564316749573, 0.08207402378320694, -0.1373533457517624, 0.04450877755880356, + -0.15829984843730927, 0.0589909702539444, 0.036906685680150986, -0.0372551828622818, + -0.07475864142179489, 0.2531977593898773, -0.03452235460281372, 0.09008855372667313, + -0.09710391610860825, 0.09194129705429077, -0.15881483256816864, -0.12950579822063446, + -0.07899528741836548, -0.15978358685970306, -0.051790717989206314, -0.18821939826011658, + 0.09228471666574478, 0.0021663601510226727, -0.052376728504896164, -0.03776129335165024, + 0.05013316124677658, -0.04180021584033966, 0.06347761303186417, -0.1859692484140396, + 0.007886757142841816, -0.02512531913816929, -0.07259126007556915, 0.16281257569789886, + -0.07986621558666229, 0.024892037734389305, -0.22436915338039398, 0.020797675475478172, + 0.12467928230762482, 0.08898741751909256, 0.0371827706694603, -0.07620245963335037, -0.1355176866054535, + 0.09017135947942734, 0.08742552995681763, -0.10424390435218811, -0.05308228358626366, + -0.05388370901346207, 0.07463468611240387, 0.06250649690628052, 0.1458711475133896, + 0.007790893316268921, -0.03313712775707245, -0.11352254450321198, -0.08111514151096344, + -0.1648552566766739, -0.16383767127990723, 0.06003719940781593, 0.10139330476522446, + -0.07028694450855255, 0.017783820629119873, 0.011789540760219097, 0.08046949654817581, + -0.12784788012504578, -0.09682704508304596, 0.11161508411169052, -0.03826049715280533, + -0.1910887509584427, -0.03525993973016739, -0.026135830208659172, 0.01312314160168171, + -0.0625685378909111, -0.04664956033229828, -0.13089673221111298, -0.04547898471355438, + -0.014146719127893448, -0.11045632511377335, -0.0693846046924591, 0.06728991866111755, + -0.014157370664179325, -0.006805138662457466, 0.0411437451839447, -0.1314030885696411, + 0.0302895475178957, -0.04749906063079834, -0.061708081513643265, 0.0883391872048378, + 0.10166636109352112, 0.02765413373708725, -0.03454213589429855, 0.05140957236289978, + -0.05095916986465454, 0.014178905636072159, -0.07393896579742432, -0.06468835473060608, + -0.08334894478321075, -0.11031633615493774, -0.04564380645751953, 0.009313873015344143, + -0.039472587406635284 + ], + [ + -0.08582115918397903, -0.08960022032260895, -0.030828971415758133, -0.007546078413724899, + -0.05043407157063484, -0.005714237689971924, -0.06288296729326248, -0.05942315235733986, + -0.03405534848570824, 0.03776291012763977, 0.03327062353491783, -0.017235690727829933, + -0.07266835868358612, 0.027479682117700577, -0.07086540013551712, 0.003564616432413459, + 0.0008811648003757, -0.0478854700922966, 0.007033776957541704, 0.07541567832231522, + -0.12598079442977905, -0.02250930480659008, 0.17326244711875916, 0.01026303693652153, + -0.08638084679841995, -0.005401382222771645, 0.11532454192638397, -0.014021791517734528, + -0.03288500756025314, -0.001477073528803885, 0.03307100385427475, -0.014714919030666351, + -0.031228508800268173, 0.04776865243911743, -0.040976159274578094, 0.03335287794470787, + 0.10058264434337616, -0.04143849015235901, -0.10413713753223419, -0.02543618157505989, + -0.0881754457950592, 0.08187946677207947, 0.02931901440024376, -0.042852982878685, -0.10015559196472168, + -0.11017993837594986, -0.04928281158208847, 0.09669413417577744, 0.05721207708120346, + -0.05278398469090462, 0.0272831954061985, -0.012895270250737667, -0.01708228699862957, + -0.1947530210018158, -0.08648111671209335, 0.015789669007062912, -0.015732791274785995, + -0.05669998377561569, -0.10122319310903549, -0.03994374722242355, -0.07215765118598938, + -0.015153372660279274, 0.0648287683725357, -0.06297378242015839, -0.050843819975852966, + 0.08645401149988174, -0.004028921015560627, -0.0033425011206418276, -0.03062697872519493, + 0.1693362444639206, 0.019474050030112267, -0.04756329208612442, 0.0028094747103750706, + -0.006377505604177713, -0.025613542646169662, 0.07170481234788895, 0.047051772475242615, + -0.012615649029612541, 0.06294108182191849, 0.01714274287223816, 0.02314591407775879, + 0.22794462740421295, 0.06422394514083862, 0.17760077118873596, 0.1998160481452942, -0.06845346838235855, + -0.010439475998282433, -0.06509704887866974, 0.06431098282337189, -0.0830468237400055, + 0.20317429304122925, -0.04259040579199791, 0.03359770029783249, -0.04529019072651863, + -0.051561541855335236, 0.04808536544442177, -0.10431355237960815, -0.0909283459186554, + -0.13514043390750885, 0.048483751714229584, 0.0870111957192421, -0.010865231044590473, + 0.03161564841866493, -0.05577687546610832, 0.05352472886443138, 0.009611101821064949, + -0.08628914505243301, 0.11157839745283127, 0.13032887876033783, 0.08396757394075394, + 0.05163958668708801, 0.015368567779660225, -0.009993845596909523, -0.07544868439435959, + -0.13594715297222137, 0.14091910421848297, 0.0600682757794857, -0.09027773886919022, + 0.016033945605158806, 0.1046367660164833, -0.09401237219572067, 0.045315131545066833, + -0.010685008950531483, -0.036764949560165405, -0.061513788998126984, -0.06000974774360657, + -0.10299520194530487, -0.06186157837510109, 0.2467467188835144, 0.08071529865264893, + 0.048221979290246964, -0.01436462439596653, -0.03638399764895439, -0.0016988356364890933, + -0.020156310871243477, 0.12150982767343521, -0.018353616818785667, -0.050870634615421295, + -0.08215781301259995, -0.07229187339544296, -0.03680156171321869, -0.055046197026968, + -0.07800517231225967, -0.002776539186015725, 0.0028485837392508984, 0.02619956061244011, + 0.03887122496962547, -0.12293873727321625, -0.06595591455698013, 0.031090673059225082, + 0.0021354048512876034, 0.09642945230007172, 0.008144826628267765, -0.024759851396083832, + -0.02356818877160549, 0.10610698908567429, -0.11366606503725052, -0.08259359002113342, + -0.006592642981559038, 0.07994024455547333, -0.03542270138859749, 0.05587200075387955, + -0.13384883105754852, 0.0007021775236353278, 0.054511211812496185, -0.05044836550951004, + -0.12759484350681305, 0.20744849741458893, -0.00021927952184341848, -0.0496574304997921, + -0.052575789391994476, 0.08291095495223999, -0.10433200746774673, -0.10029719024896622, + -0.06404702365398407, -0.11878547817468643, -0.09432139247655869, -0.14342470467090607, + 0.0334743931889534, -0.03569692745804787, 0.030323632061481476, -0.06865133345127106, + 0.03432919830083847, -0.007284357212483883, 0.08403068035840988, -0.1124822348356247, + 0.042201776057481766, -0.0844770073890686, 0.023989729583263397, 0.09980984777212143, + -0.03792577609419823, -0.004406306426972151, -0.07401329278945923, 0.08063030242919922, + 0.04119238257408142, 0.07030382752418518, 0.022541174665093422, -0.07825320214033127, + -0.04340283200144768, 0.03249413147568703, 0.03078305348753929, -0.05511576682329178, + 0.01340400893241167, -0.06148159131407738, 0.03242141380906105, 0.07510243356227875, 0.1415317952632904, + -0.04065755382180214, -0.03755196928977966, -0.1153671070933342, -0.0631723701953888, + -0.14656129479408264, -0.06083020195364952, 0.043495044112205505, 0.135641410946846, + -0.1211797446012497, 0.04005430266261101, -0.025034354999661446, 0.03473123908042908, + -0.11351461708545685, -0.022296622395515442, 0.02375037595629692, 0.012977004051208496, + -0.09007550030946732, -0.06726458668708801, -0.05132836848497391, -0.02451995015144348, + -0.03780869394540787, -0.09593991190195084, -0.14207112789154053, -0.07016005367040634, + 0.01999264769256115, -0.09161464869976044, -0.1281135529279709, 0.0027200207114219666, + 0.0437016598880291, -0.05246514081954956, 0.009995375759899616, 0.0070781828835606575, + 0.08690337091684341, -0.01889154314994812, -0.009422995150089264, 0.015856778249144554, + 0.01830458454787731, 0.05464887246489525, -0.06507878750562668, 0.04112081974744797, + 0.021795490756630898, -0.012671402655541897, -0.02874094620347023, 0.03302263841032982, + -0.07925941795110703, -0.08180162310600281, -0.018061475828289986, -0.001851692795753479, + -0.038912948220968246 + ], + [ + 0.12406186014413834, 0.15455244481563568, 0.07809086889028549, -0.05799702927470207, + 0.10628411173820496, 0.10168416053056717, 0.08205274492502213, 0.13949614763259888, 0.11991214007139206, + 0.09412168711423874, -0.016313202679157257, 0.06264227628707886, 0.1283031702041626, 0.0523221492767334, + 0.11061900854110718, 0.1537380814552307, 0.19316315650939941, 0.06425321102142334, 0.04201873391866684, + -0.05973498895764351, 0.10243427753448486, 0.0642458125948906, -0.16188886761665344, + 0.014736899174749851, 0.1513400822877884, -0.021370284259319305, -0.11901658773422241, + 0.08650153130292892, 0.10845274478197098, 0.0921325832605362, 0.014983531087636948, 0.03361605852842331, + 0.09388988465070724, 0.037186507135629654, 0.03134261444211006, 0.07941647619009018, + -0.021248329430818558, 0.08456527441740036, 0.07878945022821426, 0.06619395315647125, + 0.06097208335995674, 0.04896460846066475, -0.019736068323254585, 0.037782859057188034, + 0.04159877076745033, 0.09551636874675751, 0.11813082545995712, -0.09599912166595459, + 0.015327172353863716, 0.02347000129520893, 0.020585784688591957, 0.0002772990264929831, + 0.10290109366178513, 0.212347149848938, 0.13753171265125275, 0.0983862355351448, 0.003934161737561226, + 0.010189835913479328, 0.11760474741458893, 0.10856056213378906, 0.06770554929971695, + 0.10040824115276337, -0.0901809111237526, 0.14883100986480713, 0.1731296181678772, 0.10017567873001099, + 0.05620108172297478, -0.004358617588877678, 0.08069876581430435, -0.18203257024288177, + -0.001628864905796945, 0.12820152938365936, -0.03805982321500778, 0.06128675490617752, + 0.13619132339954376, -0.01560145616531372, 0.02623729594051838, 0.11775127053260803, + 0.0008540831622667611, 0.062379591166973114, 0.0735546350479126, -0.19138790667057037, + -0.023973917588591576, -0.1182505264878273, -0.14929655194282532, 0.16672411561012268, + -0.04404416307806969, 0.00610949844121933, 0.09951571375131607, 0.12316370010375977, + -0.1560259461402893, 0.012298277579247952, -0.07735297828912735, 0.02951730787754059, + 0.05497286841273308, -0.004809198901057243, 0.14335012435913086, 0.12259131669998169, + 0.09810928255319595, -0.008375916630029678, -0.01765022799372673, 0.11851740628480911, + 0.11161120235919952, 0.011628066189587116, -0.04184959828853607, 0.10939567536115646, + 0.07430816441774368, -0.05272890254855156, -0.1839286983013153, -0.061497583985328674, + -0.07430609315633774, 0.029053129255771637, 0.029923001304268837, 0.0542973168194294, + 0.15625238418579102, -0.15185533463954926, -0.004568182863295078, 0.10113467276096344, + -0.01333510223776102, 0.02049720473587513, 0.09027332067489624, -0.051882773637771606, + 0.009906024672091007, 0.10183119028806686, 0.10235514491796494, 0.08678615093231201, + 0.09958656132221222, 0.13323570787906647, -0.15202756226062775, -0.08478805422782898, + -0.05035555362701416, 0.12754063308238983, 0.10219594091176987, -0.03899512067437172, + 0.08776557445526123, -0.09216234087944031, 0.10163340717554092, 0.11416296660900116, 0.1823529601097107, + 0.15873469412326813, 0.03461521491408348, -0.009247634559869766, 0.12566375732421875, + 0.1029464527964592, 0.06545379757881165, 0.0013602381804957986, -0.11512626707553864, + 0.1644885241985321, 0.05214324966073036, -0.07790620625019073, 0.1117548868060112, 0.011628733947873116, + -0.04384114220738411, 0.08309101313352585, 0.005749372765421867, 0.03024698607623577, + 0.13892751932144165, 0.033378805965185165, 0.022502319887280464, -0.05185062065720558, + 0.05398901179432869, -0.020292315632104874, 0.17808836698532104, 0.04571028798818588, + 0.030694520100951195, 0.03456990420818329, 0.10714955627918243, -0.06468670815229416, + 0.07366152852773666, 0.10301616787910461, 0.17750880122184753, -0.010131425224244595, + 0.14635521173477173, 0.09286423027515411, 0.035939693450927734, 0.11141390353441238, + 0.06925858557224274, 0.23351188004016876, -0.07466550916433334, 0.023549828678369522, + 0.0379851795732975, 0.055056434124708176, -0.08234606683254242, 0.09610187262296677, + 0.05886257439851761, 0.12734414637088776, 0.02740165963768959, 0.13350775837898254, 0.09277161955833435, + -0.1231052428483963, 0.11500368267297745, 0.08850052207708359, 0.20325055718421936, + -0.05664766579866409, 0.03135155141353607, 0.03942999988794327, 0.04366954416036606, 0.1578277349472046, + 0.10924573987722397, 0.013880599290132523, -0.04820864275097847, 0.07973530143499374, + 0.054080042988061905, 0.10212956368923187, -0.023170050233602524, -0.054139524698257446, + -0.1718398928642273, 0.014325778000056744, 0.041382625699043274, 0.1789933294057846, + 0.05046325549483299, 0.13786448538303375, 0.18035311996936798, -0.03839970380067825, + -0.06247970834374428, 0.042760007083415985, 0.04515451937913895, 0.09817248582839966, + 0.10493557155132294, 0.18785832822322845, 0.06844640523195267, 0.07784975320100784, 0.0994410514831543, + 0.12307623773813248, -0.008398155681788921, 0.04506051540374756, 0.07997936010360718, + 0.03831087052822113, 0.05237982049584389, 0.12035097181797028, 0.13035723567008972, 0.08279155939817429, + 0.016211843118071556, 0.2138979285955429, 0.014786472544074059, 0.07097147405147552, + 0.05019761621952057, -0.039720676839351654, 0.1297932118177414, 0.015847088769078255, + 0.12128500640392303, 0.11766534298658371, -0.02669687569141388, -0.07178040593862534, + 0.04051605239510536, 0.11247272044420242, 0.06697990745306015, 0.103945292532444, 0.0924181342124939, + 0.03637430816888809, 0.10798071324825287, 0.14323067665100098, 0.1146073192358017, 0.08206344395875931, + 0.09720490872859955, 0.08770252764225006 + ], + [ + 0.11372092366218567, 0.23105183243751526, 0.15641005337238312, 0.033430688083171844, + 0.09721747040748596, 0.07997487485408783, 0.15271858870983124, 0.13962556421756744, 0.1216469556093216, + 0.11560782790184021, 0.003279751632362604, 0.024560503661632538, 0.06306656450033188, + 0.025264820083975792, 0.11306309700012207, 0.06197572126984596, 0.12515877187252045, + 0.13434693217277527, 0.0009917414281517267, 0.007093468215316534, 0.05746681988239288, + -0.01975253038108349, -0.12752798199653625, -0.007164984475821257, 0.1351500153541565, + 0.035805363208055496, -0.025865808129310608, 0.006217608228325844, 0.07012859731912613, + 0.0996846929192543, -0.011677488684654236, 0.1191057562828064, 0.1885547935962677, + -0.015793442726135254, 0.022647669538855553, 0.04580781236290932, 0.028034618124365807, + -0.009785452857613564, 0.1524449735879898, 0.10057191550731659, 0.10275635868310928, 0.0450475737452507, + 0.08793710917234421, 0.1184898316860199, 0.09553974866867065, 0.1359967291355133, 0.11831749230623245, + 0.011695142835378647, -0.011656279675662518, 0.013718855567276478, -0.053454555571079254, + -0.038857147097587585, 0.09549292922019958, 0.19129317998886108, 0.12043675780296326, + 0.05000494420528412, 0.05543921887874603, -0.016645465046167374, 0.12836435437202454, + 0.07934524118900299, 0.1699903905391693, 0.06163459271192551, 0.020465567708015442, 0.19721496105194092, + 0.13241171836853027, 0.06870173662900925, 0.10284844785928726, -0.0609101764857769, 0.07562175393104553, + -0.13526970148086548, 0.09304913878440857, 0.014079545624554157, 0.060587506741285324, + 0.059539854526519775, 0.16522575914859772, -0.008395567536354065, -0.06488125771284103, + 0.10913647711277008, -0.0036022246349602938, 0.024779392406344414, 0.07591619342565536, + -0.18578213453292847, 0.011215221136808395, -0.12888392806053162, -0.0841614231467247, + 0.15180043876171112, -0.03932185471057892, 0.0659337043762207, 0.09625504910945892, 0.13326296210289001, + -0.051668815314769745, 0.08476460725069046, 0.004598778672516346, 0.02461208403110504, + 0.05661079287528992, -0.07305562496185303, 0.1131497249007225, 0.07071255892515182, 0.145076721906662, + 0.026954779401421547, -0.07125352323055267, 0.13285265862941742, 0.13106320798397064, + 0.07604096829891205, 0.005910161882638931, 0.049004726111888885, 0.04390962794423103, + -0.03577038645744324, -0.13310123980045319, 0.0009673883323557675, -0.04849359765648842, + -0.0075743542984128, 0.0722503736615181, -0.02077873982489109, 0.171884223818779, -0.06989888846874237, + -0.04715893790125847, 0.045359257608652115, 0.08638149499893188, 0.0030747526325285435, + 0.0978521779179573, -0.05749424174427986, 0.01754356361925602, 0.04336792230606079, 0.09144151210784912, + 0.10993465781211853, 0.138142392039299, 0.04458429291844368, -0.16991069912910461, + -0.055294934660196304, 0.027264930307865143, 0.05464575067162514, 0.1292298436164856, + 0.02419719658792019, 0.0671859085559845, -0.09603676199913025, 0.12349079549312592, 0.09369388967752457, + 0.18045595288276672, 0.08565818518400192, -0.033441558480262756, 0.08998541533946991, + 0.1558295488357544, 0.016552403569221497, 0.0629463940858841, 0.08072219789028168, -0.08545643836259842, + 0.0344574898481369, 0.011082393117249012, 0.002702877391129732, 0.02985587902367115, + 0.018951650708913803, -0.02377227693796158, 0.10731752961874008, 0.061106033623218536, + -0.007095996290445328, 0.17650437355041504, 0.05957377701997757, 0.12801913917064667, + 0.060747306793928146, 0.12951253354549408, 0.07777957618236542, 0.13810449838638306, + 0.05730762332677841, 0.025034338235855103, 0.08172415941953659, 0.14206039905548096, + -0.08633773028850555, 0.0273822583258152, -0.030501695349812508, 0.18972386419773102, + -0.035474568605422974, 0.15853922069072723, 0.06253806501626968, 0.09258387982845306, + 0.11433330178260803, 0.11904186755418777, 0.20170404016971588, -0.05624194070696831, + 0.08685272186994553, 0.048120416700839996, 0.1170681044459343, -0.06512543559074402, + 0.055793024599552155, 0.06736747175455093, 0.09862815588712692, 0.0346955768764019, 0.1539117842912674, + 0.04556584358215332, -0.01697346195578575, 0.12976638972759247, 0.02482432685792446, 0.2026168555021286, + 0.042906418442726135, -0.044559262692928314, 0.010315214283764362, 0.11196216195821762, + 0.08325008302927017, 0.149384006857872, 0.04395038262009621, 0.05059313401579857, 0.025807486847043037, + 0.06468890607357025, 0.0725804790854454, -0.07030929625034332, 0.02040760964155197, -0.0629584938287735, + 0.08863014727830887, -0.006186437327414751, 0.1841791421175003, 0.1175948828458786, 0.14533138275146484, + 0.12482814490795135, -0.01128886267542839, -0.10259576141834259, 0.03709963336586952, + 0.041604071855545044, 0.07781440764665604, 0.07197678089141846, 0.14409303665161133, 0.0626087635755539, + 0.0025738494005054235, 0.06862866133451462, 0.06973011791706085, 0.07971889525651932, + 0.09128251671791077, 0.03571546450257301, 0.09974991530179977, 0.11289964616298676, 0.14567118883132935, + 0.10223832726478577, 0.05574541911482811, 0.11351674795150757, 0.1136474758386612, -0.06390444934368134, + 0.006847699638456106, 0.025609666481614113, 0.011741885915398598, 0.034979335963726044, + 0.03179338574409485, 0.026161693036556244, 0.10113050788640976, -0.02045069821178913, + -0.04934489727020264, 0.0637926310300827, 0.05548080429434776, 0.02949831262230873, 0.13908234238624573, + 0.09494709223508835, 0.09356261789798737, 0.043190158903598785, 0.13416610658168793, 0.1045752465724945, + 0.06390737742185593, 0.08532991260290146, 0.005673293024301529 + ], + [ + -0.04247961938381195, -0.22779104113578796, -0.11349175125360489, 0.06362811475992203, + -0.06645272672176361, -0.08112030476331711, -0.08500691503286362, -0.027898428961634636, + -0.06260067969560623, -0.03850163146853447, -0.08206110447645187, 0.029740309342741966, + -0.09258008748292923, 0.016173481941223145, -0.08765839785337448, -0.02868870086967945, + -0.15355798602104187, -0.09382646530866623, -0.0819464847445488, 0.06587279587984085, + -0.11543769389390945, -0.04060974344611168, 0.12703928351402283, 0.03619064390659332, + -0.09671847522258759, 0.06525605916976929, 0.07143323123455048, -0.08967096358537674, + -0.06229649856686592, -0.020451277494430542, 0.07911744713783264, 0.014415244571864605, + -0.08855236321687698, 0.10618778318166733, -0.07079878449440002, -0.04085757955908775, + 0.04589737206697464, 0.03252619132399559, -0.09351594746112823, -0.0125005804002285, + -0.03199012950062752, 0.05767971649765968, -0.03783360496163368, -0.08646298944950104, + -0.07624401897192001, -0.014373858459293842, -0.03843218460679054, 0.09053375571966171, + 0.013876031152904034, -0.001516113057732582, -0.0038597011007368565, -0.009180672466754913, + -0.07191336899995804, -0.1756022572517395, -0.10044898837804794, -0.10182183235883713, + 0.033204253762960434, -0.04781250283122063, -0.1286257952451706, -0.11830867826938629, + -0.06649579852819443, -0.009074265137314796, 0.031178168952465057, -0.14770625531673431, + -0.0903179794549942, -0.04248659312725067, -0.04309002682566643, 0.05026686191558838, + 0.0034480111207813025, 0.2333534061908722, -0.05949626490473747, -0.06491381675004959, + 0.05564846098423004, 0.01850254461169243, -0.013316480442881584, 0.03238705173134804, + 0.024932250380516052, 0.004502132534980774, 0.08591476082801819, -0.08608325570821762, + -0.012388649396598339, 0.16049592196941376, 0.03356175497174263, 0.21194873750209808, + 0.11450228840112686, -0.1833665668964386, 0.013058380223810673, 0.0307195782661438, + 0.0037832960952073336, -0.06054207310080528, 0.10928460955619812, -0.13439160585403442, + 0.08309441059827805, -0.05522080138325691, -0.0521588958799839, 0.06207716464996338, + -0.13879628479480743, -0.018665814772248268, -0.17356520891189575, 0.00305508216843009, + 0.07594728469848633, -0.08425386995077133, -0.04386185482144356, -0.0053258915431797504, + 0.029814347624778748, 0.013487711548805237, -0.11163172125816345, 0.057300519198179245, + 0.21383579075336456, 0.07433081418275833, 0.020904401317238808, 0.009918948635458946, + 0.002617947058752179, -0.030633633956313133, -0.12655818462371826, 0.18229113519191742, + 0.08928617089986801, -0.10964113473892212, 0.030597366392612457, 0.008282292634248734, + -0.10261838883161545, 0.06505361944437027, -0.09512798488140106, -0.11389873921871185, + -0.14126233756542206, -0.12266597151756287, -0.1548822969198227, -0.12019431591033936, + 0.2747259736061096, 0.051043443381786346, -0.004937397316098213, -0.1177646815776825, + -0.12920771539211273, 0.07352986186742783, -0.06487714499235153, 0.12382262200117111, + -0.049757931381464005, -0.04147408530116081, -0.17276741564273834, -0.1334642618894577, + -0.04720864072442055, 0.024343067780137062, -0.04151207581162453, 0.026550086215138435, + -0.009359205141663551, 0.03239590674638748, 0.045841824263334274, -0.12237361073493958, + -0.06537208706140518, 0.10486976057291031, -0.045853711664676666, 0.09609320759773254, + 0.05434846132993698, -0.06668398529291153, 0.0020340995397418737, -0.04335040599107742, + -0.08760691434144974, -0.050327450037002563, -0.04233808442950249, 0.08393900096416473, + -0.0656469315290451, -0.06309276074171066, -0.06525055319070816, 0.11538857221603394, + 0.009550405666232109, -0.10643400251865387, -0.048024460673332214, 0.23893409967422485, + 0.023429587483406067, -0.04784960672259331, -0.036566361784935, 0.05620624125003815, + -0.0897960290312767, -0.08962686359882355, -0.010183045640587807, -0.09393489360809326, + -0.048211146146059036, -0.22370046377182007, -0.0007691283244639635, 0.02769874595105648, + -0.08642614632844925, -0.10366681218147278, 0.047336652874946594, -0.05040600150823593, + 0.03653939440846443, -0.14993567764759064, 0.018127601593732834, -0.13318242132663727, + -0.10693865269422531, 0.05139975622296333, -0.1176547184586525, 0.013458315283060074, + -0.11649592965841293, 0.08394495397806168, 0.0996432825922966, 0.06845085322856903, + -0.03793502226471901, -0.15877345204353333, -0.08965707570314407, 0.08863656967878342, + 0.011537592858076096, -0.07413138449192047, 0.016871120780706406, -0.07856134325265884, + 0.049727167934179306, 0.10829359292984009, 0.10699032247066498, -0.010778496041893959, + -0.01725543476641178, -0.09273465722799301, -0.011815497651696205, -0.139167919754982, + -0.15345704555511475, 0.06704039126634598, 0.1492970883846283, -0.1784096360206604, + -0.08494722843170166, -0.013614121824502945, -0.028077874332666397, -0.19444411993026733, + -0.019455639645457268, 0.0883428305387497, -0.01884167641401291, -0.18113407492637634, + 0.025045502930879593, -0.07121622562408447, -0.014041895046830177, -0.019115688279271126, + -0.1122998520731926, -0.15335164964199066, -0.10945228487253189, -0.06972481310367584, + -0.04422212392091751, -0.1154104694724083, 0.07920695841312408, -0.07617302983999252, + -0.02061268873512745, -0.02719009295105934, -0.002362543484196067, 0.04923210293054581, + -0.027594683691859245, -0.11183864623308182, 0.08049928396940231, 0.06365139037370682, + 0.08992664515972137, -0.017209921032190323, 0.013451345264911652, -0.03573983162641525, + 0.04382742568850517, -0.09159473329782486, -0.009901337325572968, -0.05416835844516754, + -0.02838994562625885, 0.012459006160497665, -0.027101799845695496, -0.09386781603097916 + ], + [ + 0.10546067357063293, 0.13608886301517487, 0.06466909497976303, -0.06810217350721359, + 0.11734625697135925, 0.06867074966430664, 0.12650758028030396, 0.04050740972161293, 0.08867878466844559, + 0.010879217647016048, 0.034714460372924805, 0.08472714573144913, 0.056851282715797424, + 0.0023498793598264456, 0.09301645308732986, 0.10356894135475159, 0.19309990108013153, + 0.1432468593120575, 0.018301956355571747, -0.05195644497871399, 0.1697196364402771, 0.0351635105907917, + -0.0864572674036026, -0.010838057845830917, 0.04613245651125908, -0.05050458759069443, + -0.09303849190473557, 0.07879994809627533, 0.1331312209367752, 0.040346480906009674, + -0.010431819595396519, 0.0363202802836895, 0.1357094794511795, -0.02496551163494587, + 0.08263300359249115, 0.06606116890907288, 0.036322902888059616, -0.012789607979357243, + 0.0826568678021431, 0.13066016137599945, 0.050272345542907715, 0.07107222080230713, + 0.021576859056949615, 0.10860980302095413, 0.04367507994174957, 0.12915122509002686, + 0.12144175171852112, -0.10212967544794083, 0.06997314840555191, -0.008908744901418686, + -0.04409456253051758, -0.06136496365070343, 0.07725414633750916, 0.15372858941555023, + 0.039114028215408325, 0.013140693306922913, 0.010976688005030155, 0.038145992904901505, + 0.11974973231554031, 0.16018806397914886, 0.12311232835054398, 0.00355846737511456, + -0.07179787009954453, 0.14777444303035736, 0.07282789796590805, 0.017708158120512962, + 0.1171031966805458, -0.06082051992416382, 0.06137532740831375, -0.14869946241378784, + 0.046500690281391144, 0.06495904177427292, -0.0483708530664444, -0.019819272682070732, + 0.13254033029079437, -0.01809985563158989, -0.029101572930812836, 0.08991851657629013, + -0.06226346269249916, 0.017893346026539803, -0.014971922151744366, -0.13864175975322723, + 0.04626956582069397, -0.06578769534826279, -0.10517936199903488, 0.08700491487979889, + -0.05895582586526871, 0.06631510704755783, 0.057706985622644424, 0.028722772374749184, + -0.10459598898887634, 0.019138041883707047, -0.06967564672231674, 0.06835102289915085, + 0.041477348655462265, -0.029792798683047295, 0.04435749351978302, 0.04892560839653015, + 0.19564716517925262, 0.09002937376499176, -0.007278061006218195, 0.06846009194850922, + 0.09626539796590805, 0.05793231353163719, -0.04691391438245773, 0.02227974124252796, 0.0691252201795578, + -0.048787664622068405, -0.11939066648483276, -0.009199592284858227, 0.037472035735845566, + -0.04131215810775757, 0.08733972162008286, 0.08739440888166428, 0.09261715412139893, + -0.18013837933540344, -0.037365324795246124, 0.09100889414548874, 0.03088078647851944, + -0.015842124819755554, 0.07182133942842484, -0.005086759105324745, 0.04265576973557472, + 0.03368792310357094, 0.10626544803380966, 0.12710395455360413, 0.06851784139871597, 0.03790581226348877, + -0.14980627596378326, -0.13701856136322021, -0.012857546098530293, 0.09279331564903259, + 0.05522550269961357, -0.025295868515968323, 0.004554769955575466, -0.06959658116102219, + 0.12226930260658264, 0.13487601280212402, 0.10020402818918228, 0.07067034393548965, 0.05597923323512077, + 0.027699336409568787, 0.042585037648677826, 0.015889635309576988, 0.013865283690392971, + 0.05031663179397583, -0.0718943253159523, 0.05198168382048607, 0.04513426870107651, -0.0671878233551979, + 0.043553274124860764, 0.01882663369178772, -0.035550013184547424, 0.022355983033776283, + 0.04729378968477249, 0.05989816039800644, 0.12234283238649368, 0.06120041012763977, + 0.013227982446551323, -0.039430588483810425, 0.07616222649812698, 0.025198394432663918, + 0.07023113965988159, -0.01498586405068636, -0.05373537912964821, 0.1382366120815277, + 0.13058361411094666, -0.07949218153953552, 0.054198332130908966, 0.02712065540254116, + 0.10973713546991348, -0.03393798694014549, 0.09484952688217163, 0.0967443510890007, + 0.007990716956555843, 0.16042177379131317, 0.1443251371383667, 0.16445358097553253, + -0.05677928030490875, 0.01091593038290739, 0.07894885540008545, 0.030324440449476242, + -0.0269860178232193, 0.03444456309080124, -0.04566065967082977, 0.12851758301258087, + 0.07278548181056976, 0.08281850814819336, 0.004825562238693237, -0.06680481880903244, + 0.052944835275411606, 0.010074909776449203, 0.19587726891040802, 0.02561607025563717, + 0.02061574161052704, 0.07147520780563354, 0.10184809565544128, 0.1083417683839798, 0.11671096086502075, + -0.011992032639682293, -0.03616698086261749, 0.04822654277086258, 0.07222923636436462, + 0.11614954471588135, -0.008171369321644306, -0.04790382832288742, -0.20928135514259338, + -0.020960170775651932, -0.009493701159954071, 0.158477321267128, 0.11239975690841675, + 0.10692840814590454, 0.11301044374704361, 0.04053324833512306, -0.03349829465150833, + 0.11614391207695007, 0.0496753454208374, 0.06301631778478622, 0.04137005656957626, 0.14865896105766296, + 0.0017822793452069163, 0.010300545953214169, 0.0713995173573494, 0.09414894133806229, + 0.09181847423315048, 0.10613558441400528, 0.053202852606773376, 0.08203784376382828, + 0.058499015867710114, 0.11203958094120026, 0.09801698476076126, 0.044859036803245544, + 0.057474520057439804, 0.1490703970193863, -0.011037096381187439, 0.049311891198158264, + -0.02940039336681366, 0.03244582191109657, 0.03316725417971611, 0.027148567140102386, + 0.11383361369371414, 0.08231237530708313, 0.007689082063734531, 0.04027596861124039, + -0.02047388255596161, 0.050003841519355774, 0.05470355972647667, 0.11909996718168259, + 0.07597224414348602, 0.011676028370857239, 0.06850586086511612, 0.03380468115210533, + 0.08812674880027771, 0.042079225182533264, -0.019041957333683968, 0.09741570055484772 + ], + [ + -0.0568280965089798, -0.13109852373600006, -0.09313087910413742, 0.07354749739170074, + 0.038169216364622116, -0.009540412575006485, -0.024199778214097023, -0.03235398977994919, + -0.15386992692947388, -0.06620343774557114, 0.06042678654193878, 0.10526954382658005, + 0.0072896298952400684, 0.07192421704530716, -0.05536360666155815, -0.14338424801826477, + -0.1266126185655594, -0.1150723248720169, -0.05026731267571449, 0.11863874644041061, + -0.1193779855966568, -0.016942666843533516, 0.1604532152414322, 0.013268833048641682, + -0.11627695709466934, 0.10819222033023834, 0.15837755799293518, -0.08487825840711594, + -0.04249933362007141, -0.06729190796613693, 0.040098536759614944, -0.0835774764418602, + -0.0819196105003357, 0.020507942885160446, -0.07817838340997696, -0.035733822733163834, + 0.06694259494543076, 0.007444499060511589, -0.08745680004358292, -0.1136569231748581, + -0.0866592600941658, 0.0961846262216568, 0.019224487245082855, -0.06474418193101883, + -0.10288628190755844, -0.05115417391061783, -0.046649038791656494, 0.08248746395111084, + -0.03467393293976784, -0.058771729469299316, 0.1012692004442215, -0.008241215720772743, + 0.036951929330825806, -0.22298406064510345, -0.049765970557928085, -0.08727055788040161, + 0.0009047369821928442, -0.054653413593769073, -0.060875486582517624, -0.14608179032802582, + -0.004565485753118992, 0.009259900078177452, 0.03839365392923355, -0.1920114904642105, + -0.08731385320425034, 0.04251465946435928, 0.015486096031963825, 0.057903338223695755, + 0.009879905730485916, 0.2367216944694519, 0.023355765268206596, -0.02210039645433426, + 0.035871803760528564, -0.03282731771469116, -0.03682786226272583, 0.11639098078012466, + 0.0034904165659099817, -0.04452413693070412, 0.041501663625240326, -0.05183124542236328, + -0.04097352921962738, 0.1504465639591217, 0.0985809937119484, 0.1473168432712555, 0.1579228788614273, + -0.10782493650913239, -0.0017146426253020763, -0.005454360041767359, -0.030790742486715317, + -0.08326508104801178, 0.19572238624095917, 0.012933722697198391, 0.03877255320549011, + 0.019345039501786232, -0.12093833088874817, 0.05525249242782593, -0.13204996287822723, + 0.01574738882482052, -0.0490749292075634, 0.020833507180213928, 0.02405422553420067, + -0.060170892626047134, -0.0792669802904129, 0.04057668522000313, 0.09517236053943634, + -0.04071016237139702, -0.04178440943360329, 0.07501410692930222, 0.25313451886177063, + 0.04044810310006142, -0.0069547658786177635, 0.022134553641080856, -0.06501924991607666, + -0.07690106332302094, -0.07190282642841339, 0.17769309878349304, 0.10338027775287628, + -0.03160751610994339, 0.018446825444698334, 0.12137126922607422, -0.016489773988723755, + 0.015546221286058426, 0.010221373289823532, -0.02616252191364765, -0.0663999617099762, + -0.0016291666543111205, -0.14218707382678986, -0.023716457188129425, 0.1911519169807434, + 0.04019295051693916, 0.10310795158147812, -0.07350029051303864, -0.07794550061225891, + 0.061595842242240906, -0.04093815013766289, 0.10644136369228363, -0.03720632568001747, + -0.026076631620526314, -0.10506384819746017, -0.019770797342061996, 0.02249942719936371, + 0.04210031405091286, -0.013878260739147663, -0.05552177503705025, 0.008192063309252262, + -0.022258803248405457, 0.13265115022659302, -0.09944091737270355, -0.02873188816010952, + 0.08567170798778534, -0.07315611839294434, 0.08288783580064774, 0.10486120730638504, + -0.033535536378622055, -0.0020865153055638075, 0.0951969102025032, -0.0974542647600174, + 0.006516521330922842, -0.05835748091340065, 0.10940771549940109, -0.03922116756439209, + 0.028959305956959724, -0.1346142590045929, 0.02861763909459114, 0.10096345841884613, + -0.09760282188653946, -0.14636582136154175, 0.1539953500032425, -0.08550020307302475, + -0.020111503079533577, -0.03310598433017731, 0.09333886206150055, -0.1378573477268219, + -0.04520226642489433, -0.021048374474048615, -0.09829779714345932, -0.09884331375360489, + -0.15505917370319366, 0.10715527087450027, 0.009737960062921047, -0.006312800571322441, + -0.04723302274942398, 0.10408894717693329, -0.07329467684030533, 0.050880108028650284, + -0.12859578430652618, 0.040429648011922836, -0.12751412391662598, -0.03329160436987877, + 0.050242748111486435, -0.09604999423027039, -0.0008782472577877343, -0.10302601754665375, + -0.005733256693929434, 0.02526058442890644, 0.09896030277013779, -0.031031228601932526, + -0.06397747993469238, -0.10318420082330704, 0.07081734389066696, 0.03308284282684326, + -0.049093689769506454, -0.012056912295520306, -0.1427101045846939, 0.08539979159832001, + 0.08885190635919571, 0.10741814970970154, -0.024942349642515182, 0.04118185117840767, + -0.1590641289949417, -0.007329939398914576, -0.15245507657527924, -0.1319001168012619, + -0.023258907720446587, 0.11999177932739258, -0.0827341377735138, -0.039114370942115784, + -0.050034526735544205, -0.029117366299033165, -0.2077014297246933, -0.003914542496204376, + 0.08680766820907593, 0.06953492015600204, -0.1424248069524765, 0.07775416225194931, -0.1371404379606247, + -0.015867149457335472, 0.00932514388114214, -0.11906296014785767, -0.08464911580085754, + -0.022107098251581192, -0.07237976044416428, -0.07177538424730301, -0.09935586899518967, + 0.05294433608651161, 0.05536136031150818, -0.0160536989569664, 0.05779963359236717, + -0.010648922994732857, 0.008038853295147419, -0.026141341775655746, -0.10051437467336655, + -0.007947398349642754, 0.011019115336239338, 0.04264097288250923, -0.06061069667339325, + 0.025170505046844482, -0.0001755972480168566, 0.04340660572052002, -0.025299062952399254, + -0.026078062132000923, -0.08531387895345688, -0.0789041519165039, -0.061724770814180374, + 0.0097438869997859, 0.05258297920227051 + ], + [ + -0.056140247732400894, -0.17928697168827057, -0.13868460059165955, 0.06512779742479324, + -0.0535886324942112, -0.025548068806529045, -0.09696754813194275, -0.07079752534627914, + -0.058509137481451035, 0.009491807781159878, -0.011152811348438263, 0.10637864470481873, + -0.04020902141928673, -0.0035319915041327477, -0.012397419661283493, -0.026950513944029808, + -0.07099396735429764, -0.11574696004390717, -0.05637368932366371, 0.0615372397005558, + -0.10691622644662857, 0.013866828754544258, 0.13088606297969818, 0.10769517719745636, + -0.12557855248451233, 0.09499097615480423, 0.14348725974559784, -0.015126965939998627, + -0.1078990027308464, -0.019221143797039986, 0.04955340549349785, -0.056240156292915344, + -0.12053725123405457, 0.04739956930279732, 0.029372261837124825, -0.00847644917666912, + 0.08074283599853516, -0.05586275830864906, -0.0874706581234932, -0.030700357630848885, + -0.053118593990802765, 0.09262677282094955, 0.00979300681501627, -0.05980831757187843, + -0.05735650286078453, -0.10856058448553085, -0.011503523215651512, 0.10830909758806229, + -0.04383375495672226, -0.0006447237683460116, 0.02034471184015274, 0.07627233862876892, + -0.047419287264347076, -0.08279016613960266, -0.04194292426109314, -0.03757309541106224, + -0.02711552381515503, -0.019095905125141144, -0.059900425374507904, -0.17723378539085388, + 0.003860271070152521, -0.023289736360311508, 0.08867242932319641, -0.16255369782447815, + -0.14321953058242798, 0.05853256955742836, -0.002132042543962598, 0.06972307711839676, + 0.014580964110791683, 0.1969648003578186, 0.00439266674220562, -0.07545690983533859, + -0.014394152909517288, -0.04934544488787651, -0.09297787398099899, 0.04239511862397194, + 0.10378773510456085, 0.021067151799798012, 0.055030640214681625, 0.017467733472585678, + -0.017502514645457268, 0.1703215092420578, 0.10882138460874557, 0.2384210228919983, 0.14692188799381256, + -0.14808443188667297, 0.0413677915930748, 0.04106952250003815, 0.02885560132563114, + -0.07537168264389038, 0.1386910229921341, -0.07053550332784653, 0.09582500904798508, + -0.05404495820403099, -0.022815505042672157, 0.056120529770851135, -0.1120772436261177, + -0.01677120476961136, -0.08607330173254013, 0.05527540296316147, 0.08983062952756882, + -0.09735646843910217, -0.057547539472579956, 0.04907405376434326, 0.09585758298635483, + -0.004828689154237509, -0.046783193945884705, 0.0535246878862381, 0.18944630026817322, + 0.09604111313819885, 0.07013144344091415, 0.10013099759817123, 0.0138790188357234, 0.049407459795475006, + -0.1316583901643753, 0.2736166715621948, 0.12844686210155487, -0.09941115230321884, 0.05715343728661537, + 0.12399784475564957, 0.015959905460476875, 0.12748143076896667, -0.04017513990402222, + 0.014248541556298733, -0.05047954246401787, -0.0343208834528923, -0.1524328589439392, + -0.0642494410276413, 0.24954701960086823, 0.16004006564617157, 0.1255713552236557, -0.0976526066660881, + -0.1164335086941719, 0.10551682859659195, -0.006105261854827404, 0.1360703855752945, + -0.01354904193431139, -0.03312389925122261, -0.11857381463050842, -0.06925258040428162, + 0.021386561915278435, 0.01847800239920616, -0.07926856726408005, -0.04162845388054848, + -0.015999021008610725, -0.014012299478054047, 0.046355221420526505, -0.1311858892440796, + 0.03762445226311684, 0.06327831745147705, -0.057836804538965225, 0.07930133491754532, + 0.11355723440647125, -0.10886567831039429, 0.007812912575900555, 0.04955008253455162, + -0.1034630760550499, -0.040395088493824005, -0.02580643817782402, 0.11629599332809448, + -0.022955453023314476, -0.01213131844997406, -0.14163658022880554, 0.09839975088834763, + 0.03978750482201576, -0.09886235743761063, -0.041427239775657654, 0.11867959797382355, + 0.05049267038702965, -0.04880845546722412, -0.0473499670624733, 0.07530856877565384, -0.152630016207695, + -0.09803794324398041, -0.013406381011009216, -0.08726777881383896, -0.12874533236026764, + -0.15950757265090942, 0.049785614013671875, -0.030871937051415443, -0.06244021654129028, + -0.06872078031301498, 0.058800339698791504, -0.05693737417459488, 0.026047801598906517, + -0.21382537484169006, 0.026243573054671288, -0.02384798415005207, 0.016905469819903374, + 0.15361343324184418, -0.09649480134248734, 0.018048400059342384, -0.11439968645572662, + 0.021731052547693253, 0.06543365120887756, 0.07459118217229843, -0.032961420714855194, + -0.02308308705687523, -0.0026362768840044737, 0.009223145432770252, 0.08239583671092987, + -0.05886085703969002, 0.029068870469927788, -0.049707457423210144, -0.004298096522688866, + 0.05033783242106438, 0.10332170873880386, 0.019085457548499107, 0.06491722911596298, + -0.11430741846561432, -0.021688057109713554, -0.19931161403656006, -0.06366206705570221, + 0.09885703772306442, 0.13843698799610138, -0.13398875296115875, 0.02634628675878048, + 0.03735997527837753, -0.04295125976204872, -0.1331535428762436, 0.028913499787449837, + 0.01896895095705986, -0.018431494012475014, -0.09356512129306793, 0.058120306581258774, + -0.06616133451461792, -0.0605526827275753, -0.03598551079630852, -0.11587511748075485, + -0.12935897707939148, -0.09906730055809021, -0.08418288081884384, -0.0798727422952652, + -0.15081170201301575, 0.04497494921088219, 0.04203625023365021, -0.023426387459039688, + 0.04742839187383652, -0.0052687604911625385, 0.11861072480678558, -0.08047571033239365, + -0.034875527024269104, 0.10864590108394623, 0.04906642436981201, 0.05286962166428566, + -0.08126803487539291, -0.05459372699260712, -0.01778845675289631, -0.02538282610476017, + 0.017777174711227417, 0.03156638517975807, -0.05595998838543892, -0.0954679623246193, + -0.06542439758777618, 0.040392983704805374, 0.0049662040546536446 + ], + [ + -0.04174373671412468, -0.11372042447328568, -0.1394084244966507, 0.055379390716552734, + 0.026228688657283783, -0.00876622088253498, -0.025446143001317978, -0.11789137125015259, + -0.046601030975580215, 0.03213713690638542, 0.044803325086832047, 0.018666885793209076, + -0.0972815603017807, 0.06930017471313477, -0.03684936463832855, -0.026769356802105904, + -0.04319135099649429, -0.10757952928543091, -0.07276976853609085, 0.08117810636758804, + -0.020295964553952217, -0.10295559465885162, 0.20280984044075012, 0.07454036921262741, + -0.05818772315979004, 0.05878286436200142, 0.2063516527414322, 0.036379002034664154, + -0.0751919224858284, 0.01220454927533865, -0.021899519488215446, -0.022823508828878403, + -0.031571924686431885, 0.060843273997306824, -0.09621697664260864, -0.04847174882888794, + 0.09875565022230148, -0.040748171508312225, -0.08503744751214981, 0.001254227594472468, + -0.057496313005685806, 0.05476835370063782, 0.029498258605599403, -0.012796475552022457, + -0.10169050842523575, -0.09325549751520157, -0.12293608486652374, 0.054130468517541885, + -0.036238789558410645, -0.03444844111800194, 0.033755820244550705, 0.04710144177079201, + -0.03613695874810219, -0.12968875467777252, -0.04723770171403885, -0.08093089610338211, + -0.035398826003074646, -0.056633252650499344, -0.08491800725460052, -0.0918525978922844, + -0.1033095270395279, 0.019675031304359436, 0.024427970871329308, -0.12639659643173218, + -0.10097075998783112, 0.03827105835080147, -0.002399225253611803, 0.07756847143173218, + -0.031631793826818466, 0.30146390199661255, 0.020074842497706413, 0.007529921364039183, + 0.020536720752716064, -0.059732504189014435, -0.0846778154373169, 0.13246898353099823, + 0.001517019816674292, 0.02210129424929619, 0.0682622417807579, 0.03858153149485588, 0.05908115580677986, + 0.18837425112724304, -0.016159892082214355, 0.2618296444416046, 0.17979148030281067, + -0.07265197485685349, 0.02563435398042202, 0.0036592832766473293, -0.04798918217420578, + -0.04539822041988373, 0.20331501960754395, -0.07547609508037567, 0.011557846330106258, + -0.07946880906820297, -0.08146359771490097, 0.002093855058774352, -0.10080652683973312, + -0.08199300616979599, -0.18699930608272552, -0.008136948570609093, -0.012144844979047775, + -0.04914780333638191, -0.009910404682159424, 0.01614260859787464, 0.004840982146561146, + 0.02303483337163925, -0.13262972235679626, 0.08557160198688507, 0.20419980585575104, + 0.06448134034872055, 0.04356061667203903, -0.011607612483203411, -0.1251683533191681, + -0.00878916122019291, -0.0824192464351654, 0.2567642629146576, 0.060780398547649384, + -0.1231573075056076, 0.039231788367033005, 0.08270605653524399, -0.01277445163577795, + 0.06284154206514359, -0.0738823413848877, -0.08803711086511612, -0.08734500408172607, + -0.08988618105649948, -0.08081960678100586, 0.009231588803231716, 0.24617110192775726, + 0.09910380095243454, 0.014557457529008389, -0.012543382123112679, -0.11679091304540634, + 0.003178599290549755, -0.021637214347720146, 0.02519233152270317, -0.009330756030976772, + -0.1252305507659912, -0.10075352340936661, 0.013510270044207573, 0.04573798179626465, + -0.07913476228713989, -0.051278289407491684, -0.060779981315135956, 0.09048875421285629, + -0.034678004682064056, 0.05864700302481651, -0.10183854401111603, 0.04030877351760864, + 0.007538795471191406, -0.03285442665219307, 0.09263358265161514, 0.00902129989117384, + -0.09064384549856186, 0.03175201267004013, 0.05405483394861221, -0.07379024475812912, + -0.03772227093577385, -0.012086274102330208, 0.04428095370531082, -0.09488629549741745, + 0.061548855155706406, -0.11227095872163773, 0.05487918108701706, 0.09603960067033768, + -0.10113503038883209, -0.04980132728815079, 0.20105519890785217, -0.03612973913550377, + -0.02844719961285591, -0.08266866952180862, 0.07061614841222763, -0.14688676595687866, + -0.04054888337850571, -0.06939835101366043, -0.17123854160308838, -0.12731188535690308, + -0.1148352101445198, 0.04830141365528107, -0.06399659812450409, -0.06280095875263214, + -0.05598241463303566, 0.13861866295337677, -0.05000467598438263, 0.09259859472513199, + -0.18318858742713928, 0.006293874233961105, -0.044940441846847534, 0.011078182607889175, + 0.1152644231915474, -0.10567834228277206, -0.002823976334184408, -0.1511528640985489, + -0.04328664764761925, -0.017256509512662888, -0.009456595405936241, -0.015807051211595535, + -0.17549431324005127, -0.11241795867681503, 0.06687238812446594, -0.011836651712656021, + -0.06435826420783997, 0.002906061476096511, -0.19029003381729126, 0.04212160035967827, + 0.07420771569013596, 0.1474384069442749, -0.002765596378594637, -0.007098864763975143, + -0.02338559553027153, -0.048630811274051666, -0.10400521755218506, -0.11999683082103729, + -0.0083946343511343, 0.11578252911567688, -0.14812235534191132, -0.06555807590484619, + -0.012304026633501053, 0.010243920609354973, -0.18527425825595856, 0.011558744125068188, + 0.03329189866781235, -0.028452645987272263, -0.0943501889705658, -0.0069287680089473724, + -0.0457531176507473, 0.017512591555714607, 0.0026422999799251556, -0.09857738763093948, + -0.13751213252544403, -0.0650106891989708, -0.04883281886577606, -0.06201360374689102, + -0.0841875672340393, -0.022667046636343002, -0.023092500865459442, 0.03024386242032051, + 0.003030771855264902, -0.06668669730424881, 0.06638757139444351, -0.05700743570923805, + -0.07177074998617172, 0.08400387316942215, 0.015605267137289047, 0.051881637424230576, + -0.04611503705382347, 0.04703361168503761, -0.029994264245033264, 0.018588082864880562, + -0.03049752116203308, 0.016144314780831337, -0.09486274421215057, -0.10469591617584229, + -0.0019681293051689863, 0.020759453997015953, 0.03032248094677925 + ], + [ + -0.0806984156370163, -0.14369399845600128, -0.060889627784490585, 0.13204748928546906, + -0.001509508234448731, -0.0008145871688611805, -0.10248283296823502, -0.034371551126241684, + -0.039039649069309235, 0.04375461861491203, -0.01789509318768978, 0.041826047003269196, + -0.03003108501434326, 0.059789810329675674, -0.09044314920902252, -0.05105144530534744, + -0.15490569174289703, -0.05917516350746155, -0.034250494092702866, 0.13453152775764465, + -0.08456126600503922, 0.0022002565674483776, 0.14397947490215302, 0.10753191262483597, + -0.057771023362874985, 0.13258367776870728, 0.1750769019126892, 0.036524780094623566, + -0.022282838821411133, 0.0035874515306204557, 0.09659620374441147, -0.0022646160796284676, + -0.16356892883777618, 0.10483498871326447, -0.06703726202249527, -0.01816878840327263, + 0.07636120170354843, 0.02948484569787979, -0.052822649478912354, -0.11621834337711334, + -0.027956491336226463, 0.06313382089138031, -0.068498395383358, -0.0477336123585701, + -0.1158868744969368, -0.09140563756227493, -0.01949145272374153, 0.11847513169050217, + -0.04416820779442787, -0.02689388021826744, 0.05837920680642128, 0.05140118673443794, + 0.0005458401283249259, -0.11710943281650543, -0.062352944165468216, -0.004164251498878002, + -0.009461737237870693, 0.03800516203045845, -0.03386082872748375, -0.16825427114963531, + -0.13178861141204834, -0.011888877488672733, 0.04921042546629906, -0.19077809154987335, + -0.13661926984786987, 0.008258377201855183, 0.005912473890930414, 0.09852426499128342, + 0.042629424482584, 0.26669299602508545, 0.04434666782617569, -0.07508405297994614, 0.028939396142959595, + 0.061170682311058044, -0.143787682056427, 0.06487579643726349, 0.11874378472566605, + 0.025044601410627365, 0.07016678899526596, 0.01981367915868759, -0.023972850292921066, + 0.2709214687347412, 0.049345098435878754, 0.21171288192272186, 0.19135510921478271, + -0.15420940518379211, 0.07719086855649948, -0.03094751574099064, 0.08026806265115738, + -0.05455455183982849, 0.14429382979869843, 0.03229447081685066, 0.06169513240456581, + 0.026828577741980553, -0.08434897661209106, 0.1145087406039238, -0.12326541543006897, + -0.1374269276857376, -0.0645134449005127, -0.01906636171042919, 0.10500513017177582, + -0.13597171008586884, 0.001550018205307424, -0.04644876345992088, 0.03512466326355934, + -0.021982397884130478, -0.06715462356805801, 0.012211023829877377, 0.19718287885189056, + 0.02899962104856968, 0.011764859780669212, 0.026628119871020317, -0.050849877297878265, + -0.07213866710662842, -0.06429383158683777, 0.21548423171043396, 0.07042045891284943, + -0.04979899525642395, 0.021259086206555367, 0.046355701982975006, -0.062141552567481995, + 0.03891853615641594, -0.022628623992204666, 0.02335032820701599, -0.1600004881620407, + -0.01121088769286871, -0.043380625545978546, -0.06477498263120651, 0.29547518491744995, + 0.16784365475177765, 0.06858387589454651, -0.017100272700190544, -0.13177604973316193, + 0.025576885789632797, 0.023451348766684532, 0.12293790280818939, -0.0934450626373291, + -0.08166824281215668, -0.18466803431510925, -0.08647646009922028, -0.00846613198518753, + 0.06998526304960251, -0.10507923364639282, -0.03686688467860222, 0.07107707858085632, + -0.06056555360555649, 0.15315015614032745, -0.07296513766050339, 0.008992637507617474, + 0.02675270289182663, -0.06385821849107742, 0.06404872983694077, 0.09947557002305984, + -0.11623755097389221, 0.014571967534720898, 0.06508255004882812, -0.15314370393753052, + 0.003507839050143957, -0.09558969736099243, -0.006492248736321926, -0.10284041613340378, + -0.010133526287972927, -0.07503480464220047, 0.09348336607217789, 0.06601648777723312, + -0.05063718184828758, -0.03641308471560478, 0.2835792601108551, 0.014828863553702831, + -0.010228273458778858, -0.09404730051755905, 0.0033010889310389757, -0.13852478563785553, + -0.03221680596470833, 0.02016601525247097, -0.09455782920122147, -0.09788388013839722, + -0.2229125052690506, 0.028902990743517876, -0.0039418404921889305, -0.08403493463993073, + -0.06661254912614822, 0.1531781405210495, -0.0280307624489069, 0.008072981610894203, + -0.22263062000274658, 0.04920395091176033, -0.07799314707517624, 0.007870199158787727, + 0.12247679382562637, -0.12645572423934937, 0.0687965452671051, -0.11411071568727493, 0.0425417497754097, + 0.06462409347295761, 0.05810071527957916, 0.06097273528575897, -0.08179094642400742, + -0.032340388745069504, 0.08112086355686188, 0.09173614531755447, -0.10407812148332596, + 0.06624284386634827, -0.07811856269836426, 0.04256685823202133, 0.02751675620675087, + 0.10873015969991684, -0.026737350970506668, 0.08524353802204132, -0.059944260865449905, + -0.09333907812833786, -0.22161057591438293, -0.022186975926160812, 0.10105279088020325, + 0.19078704714775085, -0.08514241129159927, 0.034030161798000336, -0.0006501624011434615, + 0.06014486029744148, -0.20870253443717957, -0.058865737169981, 0.10579115152359009, 0.02847922034561634, + -0.12968634068965912, -0.01999618299305439, -0.1190243512392044, 0.04296763241291046, + -0.034888848662376404, -0.0552058108150959, -0.1495184749364853, -0.01400994136929512, + -0.005468730814754963, -0.02339349128305912, -0.1107238158583641, 0.051643576472997665, + -0.05391734093427658, 0.01795683614909649, 0.027299772948026657, -0.02704116515815258, + 0.06773201376199722, -0.10722993314266205, -0.03178171440958977, 0.11906120926141739, + 0.03002094104886055, 0.02715354971587658, -0.037706974893808365, 0.020026009529829025, + -0.12111122906208038, 0.005291650537401438, -0.11135853826999664, -0.01501915417611599, + -0.08686649054288864, -0.02198435738682747, 0.026508713141083717, 0.026406943798065186, + -0.07498729974031448 + ], + [ + 0.03149493783712387, 0.20876452326774597, 0.09473313391208649, -0.05418696999549866, + 0.11588340997695923, 0.11135106533765793, 0.09230422973632812, 0.1424182653427124, 0.13874684274196625, + 0.09816984087228775, 0.06499525904655457, 0.02844967693090439, 0.02363750711083412, + 0.041297078132629395, 0.039591435343027115, 0.10295028984546661, 0.18459291756153107, + 0.0537140816450119, 0.07610271871089935, -0.053199585527181625, 0.041229862719774246, + 0.05147809162735939, -0.10559846460819244, 0.010829521343111992, 0.13308057188987732, + -0.031162016093730927, -0.0755244642496109, 0.048493098467588425, 0.06717215478420258, + 0.003383796662092209, -0.006895743310451508, 0.038946449756622314, 0.10967975109815598, + -0.03697297349572182, 0.007637497037649155, 0.10608816146850586, 0.06022943556308746, + 0.05408584699034691, 0.12273547053337097, 0.15097685158252716, 0.12128885835409164, 0.05674302205443382, + 0.07950988411903381, 0.05963215231895447, 0.10654648393392563, 0.07446568459272385, 0.04573199898004532, + -0.03468334674835205, 0.027990352362394333, -0.028774457052350044, -0.01091120857745409, + 0.012067494913935661, -0.005871925503015518, 0.19846077263355255, 0.07212039083242416, + 0.033795107156038284, 0.06954348087310791, 0.007975080981850624, 0.11815223842859268, + 0.07928973436355591, 0.08926936239004135, 0.061735138297080994, -0.05641420558094978, + 0.15726129710674286, 0.0848999097943306, 0.021643685176968575, 0.017873315140604973, + -0.07680680602788925, -0.023291274905204773, -0.1180054172873497, 0.0355629026889801, + 0.07570198178291321, 0.0670308768749237, 0.029455704614520073, 0.1496158242225647, 0.0081749577075243, + -0.00020794649026356637, 0.1013212576508522, -0.08062925934791565, 0.06494998186826706, + -0.011799839325249195, -0.1204451471567154, 0.030246136710047722, -0.10769789665937424, + -0.08632007986307144, 0.1917102187871933, 0.03547285869717598, 0.057380761951208115, 0.0897914245724678, + 0.0708518773317337, -0.101622074842453, 0.04403218999505043, -0.0763431042432785, 0.013932234607636929, + 0.11271436512470245, -0.003552188165485859, 0.08141990005970001, 0.08797402679920197, + 0.10083086043596268, 0.016789404675364494, -0.021021001040935516, 0.07432016730308533, + 0.09397857636213303, 0.02538677118718624, -0.019224325194954872, 0.06448524445295334, + 0.0168916042894125, 0.03356188163161278, -0.14129742980003357, 0.04739408567547798, + -0.010984363965690136, 0.009639034979045391, 0.031556904315948486, 0.09961963444948196, + 0.14147786796092987, -0.10680171102285385, 0.0051444279961287975, 0.0225094985216856, + -0.0074013601988554, -0.01605810597538948, 0.0352778322994709, -0.07436497509479523, + 0.03593814745545387, 0.031544409692287445, 0.04859713464975357, 0.04259751737117767, + 0.18186704814434052, 0.08892741799354553, -0.15537361800670624, -0.052559930831193924, + -0.021114053204655647, 0.021373437717556953, 0.11485671252012253, -0.07394233345985413, + 0.028712090104818344, -0.031887467950582504, 0.047710251063108444, 0.042658135294914246, + 0.12949571013450623, 0.11482339352369308, -0.010137034580111504, 0.08111395686864853, + 0.08863947540521622, 0.09806732088327408, 0.061770085245370865, 0.09687937051057816, + -0.06980720162391663, 0.12570776045322418, -0.007180184591561556, 0.018604150041937828, + 0.09084900468587875, 0.016973642632365227, -0.0629052072763443, 0.1263643503189087, + 0.048715222626924515, -0.031423017382621765, 0.117673859000206, 0.04008287191390991, + 0.09117360413074493, 0.010564497672021389, 0.09739459306001663, 0.10681368410587311, 0.1368614137172699, + -0.008604146540164948, 0.012123378925025463, 0.1449093520641327, 0.03508641943335533, + -0.05419549718499184, 0.025363611057400703, 0.002291629323735833, 0.09761152416467667, + -0.0009367454331368208, 0.1255314201116562, 0.10963014513254166, 0.0006869839853607118, + 0.14644810557365417, 0.11234122514724731, 0.13307061791419983, -0.016286591067910194, + 0.08970718830823898, -0.005422419402748346, 0.09191931784152985, -0.005125632043927908, + 0.06612461060285568, -0.04354009032249451, 0.15289366245269775, -0.023528918623924255, + 0.05300521105527878, 0.07341510057449341, -0.011177543550729752, 0.1744556576013565, + 0.04090280085802078, 0.1034911721944809, -0.011569969356060028, -0.008148456923663616, + 0.06919099390506744, 0.06000858545303345, 0.09175283461809158, 0.069743312895298, -0.024626627564430237, + 0.02651478722691536, 0.08206257224082947, 0.06228671595454216, 0.06205947324633598, + -0.030575336888432503, 0.020295463502407074, -0.11568558216094971, -0.011403810232877731, + 0.004516829736530781, 0.1616525799036026, 0.05395938456058502, 0.18687616288661957, 0.08262582868337631, + 0.009578041732311249, -0.07473301142454147, 0.11094173789024353, 0.07690806686878204, + 0.08224008232355118, 0.09187248349189758, 0.1352376937866211, -0.008855237625539303, + -0.03582300245761871, 0.0039086234755814075, 0.07467396557331085, 0.032475605607032776, + 0.06985341757535934, 0.03578309714794159, 0.04611867666244507, 0.13168875873088837, 0.07760102301836014, + 0.0931118056178093, 0.11687546968460083, 0.07544557750225067, 0.198580801486969, -0.049630530178546906, + 0.04641871899366379, 0.025054940953850746, 0.07521159201860428, 0.08057967573404312, + -0.011284712702035904, 0.13459955155849457, 0.14949074387550354, 0.020311230793595314, + -0.023616142570972443, 0.01058786828070879, 0.0566483736038208, 0.07021640986204147, + 0.04789552092552185, 0.10146769881248474, 0.13154186308383942, 0.10560139268636703, 0.13750217854976654, + 0.03880436718463898, 0.03643094003200531, 0.01145105715841055, 0.06300195306539536 + ], + [ + 0.011455853469669819, 0.17430907487869263, 0.13166216015815735, -0.014109318144619465, + 0.030262593179941177, 0.1078919991850853, 0.07817871123552322, 0.09343013912439346, 0.1343989074230194, + 0.12805601954460144, 0.05326955020427704, 0.06084698811173439, 0.06040791794657707, + 0.019115010276436806, 0.07921500504016876, 0.03086766041815281, 0.10059057921171188, + 0.15011586248874664, 0.011059555225074291, -0.031983956694602966, 0.06853066384792328, + 0.03547384589910507, -0.024936864152550697, -0.005721276625990868, 0.1367426961660385, + -0.0337054505944252, -0.019739985466003418, 0.07351616024971008, 0.07691539078950882, + 0.017342904582619667, 0.03112429566681385, 0.03639764338731766, 0.08144155889749527, + 0.04708755388855934, 0.07954689860343933, -0.018000775948166847, 0.054971273988485336, + 0.04539253190159798, 0.1484711468219757, 0.06621760129928589, 0.12829408049583435, + -0.010197119787335396, 0.07626450061798096, 0.10608332604169846, 0.13145001232624054, + 0.08300064504146576, 0.11897111684083939, -0.015336081385612488, 0.06800136715173721, + 0.009264495223760605, 0.012067606672644615, -0.031011128798127174, 0.022357022389769554, + 0.16068917512893677, 0.13211528956890106, 0.12271921336650848, 0.004743863362818956, + 0.06597479432821274, 0.1872190535068512, 0.11739566922187805, 0.07808084785938263, 0.01114710234105587, + -0.08578600734472275, 0.19861683249473572, 0.11612338572740555, 0.07440900802612305, + 0.025820620357990265, -0.02507541887462139, -0.02447657100856304, -0.21903783082962036, + 0.051319535821676254, 0.04808675870299339, 0.048846159130334854, 0.048283129930496216, + 0.12052051723003387, -0.05469061806797981, -0.03700236976146698, 0.0280066579580307, + 0.03127862140536308, 0.06031467765569687, 0.07509063184261322, -0.04700877144932747, + -0.017544975504279137, -0.14872288703918457, -0.1292286515235901, 0.09481891244649887, + -0.0694393590092659, -0.016082609072327614, 0.03220050409436226, 0.04669971764087677, + -0.030848253518342972, 0.00922336895018816, -0.07365149259567261, 0.07134176045656204, + 0.11356869339942932, -0.03391750156879425, 0.12588898837566376, 0.05274343863129616, + 0.16601264476776123, -0.003023015335202217, -0.08889743685722351, 0.13524861633777618, + 0.07708125561475754, 0.06558407843112946, -0.049920886754989624, 0.04957818239927292, + 0.1180301085114479, 0.010441669262945652, -0.1783519834280014, -0.009536867961287498, + -0.010513941757380962, -0.03594823554158211, 0.0778384730219841, 0.09063774347305298, + 0.14889197051525116, -0.14072155952453613, -0.0049606310203671455, 0.05408601090312004, + 0.08691110461950302, -0.009522871114313602, 0.0103085245937109, -0.00921926274895668, + 0.10669287294149399, 0.03170587867498398, 0.13719303905963898, 0.12701193988323212, 0.1333959549665451, + 0.02229570969939232, -0.14742590487003326, -0.08812602609395981, 0.019574157893657684, + 0.021317103877663612, 0.17996303737163544, 0.04044200852513313, 0.008718475699424744, + -0.09557551145553589, 0.07304327189922333, 0.010850774124264717, 0.16355754435062408, + 0.056648749858140945, -0.025496793910861015, 0.005311518907546997, 0.1358102262020111, + 0.06259794533252716, 0.025518406182527542, 0.10607504099607468, -0.011011840775609016, + 0.08787599205970764, 0.08735698461532593, -0.04613352566957474, 0.03088562749326229, + -0.017307821661233902, -0.026240848004817963, 0.12384262681007385, 0.05467873439192772, + -0.06387212872505188, 0.08976741880178452, 0.0994449183344841, 0.03651159629225731, + 0.026168586686253548, 0.09063659608364105, 0.0228904839605093, 0.17319311201572418, + -0.04123089089989662, -0.029683323577046394, 0.1597050279378891, 0.049321290105581284, + -0.09293278306722641, 0.03356969729065895, 0.025897745043039322, 0.12991538643836975, + -0.06665978580713272, 0.18163920938968658, 0.13281920552253723, 0.13332661986351013, + 0.15743008255958557, 0.12632709741592407, 0.1155167818069458, -0.01266217976808548, + 0.009080285206437111, 0.04115631431341171, 0.09793791174888611, -0.08003772795200348, + 0.09387964755296707, 0.02975323051214218, 0.17668703198432922, -0.01296794880181551, + 0.08864253759384155, 0.02378169447183609, -0.06476883590221405, 0.08237598836421967, + 0.04480071738362312, 0.20736733078956604, -0.037677325308322906, -0.04649161547422409, + 0.06755153089761734, 0.06159007549285889, 0.17951077222824097, 0.11081044375896454, + -0.028096942231059074, -0.026225803419947624, 0.0605458989739418, -0.0021705389954149723, + 0.11856638640165329, -0.03233734890818596, -0.05362321436405182, -0.11908533424139023, + -0.022439992055296898, 0.07474759221076965, 0.1706939935684204, 0.07141237705945969, 0.1038462445139885, + 0.16723577678203583, -0.011406010016798973, -0.1263924390077591, 0.10903731733560562, + 0.0712461918592453, 0.025052715092897415, -0.010264876298606396, 0.1850457638502121, + 0.10705696046352386, 0.0754118263721466, 0.04311473295092583, 0.14749954640865326, 0.044125035405159, + 0.13697658479213715, 0.11431767046451569, 0.050249144434928894, 0.02509697712957859, + 0.06496847420930862, 0.12374957650899887, 0.06729026883840561, 0.017955655232071877, 0.1935129165649414, + -0.0630386471748352, 0.052544817328453064, 0.024081194773316383, -0.027194172143936157, + 0.06371522694826126, 0.003190553281456232, 0.06975019723176956, 0.10531369596719742, 0.0980444923043251, + -0.04410260170698166, 0.003939660266041756, 0.017701253294944763, 0.034591194242239, + 0.06239659711718559, 0.013315638527274132, 0.09583334624767303, 0.017896033823490143, + 0.11884025484323502, 0.05529700219631195, 0.03839936479926109, 0.08101639896631241, 0.12758372724056244 + ], + [ + -0.09671900421380997, -0.13259071111679077, -0.10161814093589783, 0.018892932683229446, + 0.016427792608737946, -0.010070515796542168, -0.016215182840824127, -0.05962703004479408, + -0.1193721666932106, 0.008518829941749573, 0.03410476818680763, 0.029776310548186302, + -0.06551305204629898, 0.08691451698541641, -0.11160294711589813, -0.06094842031598091, + -0.05731440335512161, -0.0593395009636879, -0.04622860252857208, 0.042381949722766876, + -0.11388704180717468, -0.07207222282886505, 0.22361910343170166, 0.010300470516085625, + -0.06423303484916687, 0.0977984294295311, 0.19481001794338226, -0.02938275970518589, + -0.0023131200578063726, -0.03501403331756592, 0.07482479512691498, -0.08836105465888977, + -0.049004893749952316, 0.005916452035307884, -0.030156977474689484, -0.10836289823055267, + -0.01065148040652275, -0.004259163048118353, -0.030134471133351326, -0.09911614656448364, + -0.008332701399922371, -0.02174438163638115, 0.027076976373791695, -0.07540611922740936, + -0.018468163907527924, -0.06331603229045868, -0.15657676756381989, 0.1859695017337799, + -0.04561331495642662, -0.023035770282149315, 0.09285944700241089, 0.006514913868159056, + -0.022869514301419258, -0.13552190363407135, -0.09357411414384842, -0.03975779935717583, + -0.01956603117287159, 0.037018802016973495, -0.1774764060974121, -0.11937343329191208, + -0.07398718595504761, -0.05090229958295822, -0.0030761375091969967, -0.18297326564788818, + -0.07118378579616547, 0.02748352661728859, -0.06037914380431175, 0.04737360402941704, + 0.07469210028648376, 0.24585232138633728, 0.018270494416356087, -0.001163374981842935, + 0.09741665422916412, 0.07129663228988647, -0.08577843755483627, 0.06882533431053162, + 0.07966124266386032, 0.028778236359357834, 0.04429187253117561, -0.030415136367082596, + 0.058977365493774414, 0.21464809775352478, -0.021704664453864098, 0.217374786734581, + 0.20638304948806763, -0.07242151349782944, 0.023964034393429756, 0.06053150072693825, + -0.04275752231478691, -0.01801196299493313, 0.25600001215934753, -0.0651310384273529, + 0.09255843609571457, 0.06266950070858002, -0.06787808984518051, 0.08151811361312866, + -0.1269722580909729, -0.14414489269256592, -0.1573212891817093, -0.010724875144660473, + 0.010632745921611786, -0.14011628925800323, 0.03736159950494766, 0.07407651841640472, + 0.03902959078550339, -0.014878204092383385, -0.04234836995601654, -0.003410851117223501, + 0.1845521628856659, 0.019756710156798363, -8.728913235245273e-5, 0.08497434854507446, + -0.08743004500865936, 0.03473508730530739, -0.13699471950531006, 0.21331210434436798, + 0.07017114013433456, -0.05231849104166031, 0.04450081288814545, 0.14358682930469513, + -0.013110648840665817, 0.04085346683859825, -0.05584070459008217, 0.0021541081368923187, + -0.08983641862869263, -0.07999662309885025, -0.15557007491588593, -0.07241275906562805, + 0.2670556306838989, 0.15422320365905762, -0.029463939368724823, -0.016896400600671768, + -0.15242797136306763, 0.004792552441358566, 0.05000206083059311, 0.06444062292575836, + -0.09713718295097351, -0.014419051818549633, -0.07528325170278549, -0.06277082115411758, + -0.04942382127046585, -0.019623810425400734, -0.1333950161933899, -0.06007139012217522, + -0.035834312438964844, 0.01535842940211296, 0.050800904631614685, -0.12746377289295197, + -0.015653371810913086, 0.10743710398674011, -0.06536217033863068, 0.023308083415031433, + 0.09103043377399445, -0.1119469478726387, 0.014971178025007248, 0.10447627305984497, + -0.03103652410209179, -0.00036355858901515603, -0.051004014909267426, -0.02495463378727436, + -0.02696904167532921, 0.004031775519251823, -0.11704711616039276, 0.09312207996845245, + 0.02482890710234642, -0.02778192050755024, -0.07270162552595139, 0.22051365673542023, + 0.05784745141863823, -0.013015338219702244, -0.061883363872766495, 0.01301710493862629, + -0.1549689918756485, -0.03674006462097168, -0.011410525068640709, -0.058177798986434937, + -0.020080380141735077, -0.11815711110830307, 0.0667874813079834, -0.06200229004025459, + -0.007230423856526613, -0.018842915073037148, 0.10045409947633743, -0.06209791079163551, + 0.08025778830051422, -0.18577054142951965, -0.012816180475056171, -0.12248843163251877, + -0.039782244712114334, 0.08830312639474869, -0.030030807480216026, -0.0014569294871762395, + -0.060479193925857544, -0.007709434721618891, 0.06277766078710556, 0.03324965760111809, + 0.022471493110060692, -0.1125638335943222, -0.0490192286670208, 0.0610450878739357, + 0.049946028739213943, -0.08532731980085373, -0.024757692590355873, -0.08820070326328278, + -0.02378234453499317, 0.08261808753013611, 0.1298360526561737, 0.035975418984889984, + -0.018833763897418976, -0.10072465240955353, -0.09680087119340897, -0.17148570716381073, + -0.14357134699821472, 0.06811119616031647, 0.1360781043767929, -0.1202983558177948, + -0.028302662074565887, 0.02849184162914753, 0.07018740475177765, -0.18564341962337494, + 0.03673693537712097, 0.08896898478269577, 0.062344472855329514, -0.07843250036239624, + 0.03321756795048714, -0.010955513454973698, 0.053602155297994614, -0.06500398367643356, + -0.19197486340999603, -0.08839338272809982, -0.03308730199933052, -0.08917181938886642, + -0.06832632422447205, -0.08232005685567856, 0.0005935473018325865, 0.001434172154404223, + 0.03270327299833298, 0.09618760645389557, -0.1749235838651657, 0.03097536414861679, + -0.030059482902288437, -0.10429703444242477, 0.023952694609761238, 0.07292192429304123, + 0.07290467619895935, -0.029974281787872314, 0.061714332550764084, -0.02802041359245777, + -0.0029110987670719624, -0.03145049884915352, -0.029633471742272377, -0.05029786750674248, + -0.06238296627998352, -0.04632100835442543, 0.0010235364316031337, -0.08771217614412308 + ], + [ + 0.019483180716633797, 0.12689897418022156, 0.09693499654531479, 0.03884091228246689, + 0.05189221724867821, 0.012295486405491829, 0.1398783028125763, 0.131216362118721, 0.10243778675794601, + 0.10752120614051819, 0.06419933587312698, 0.04826589673757553, 0.1404847800731659, 0.00573545740917325, + 0.10583776980638504, 0.04129796475172043, 0.08586049824953079, 0.05326444283127785, 0.06196659430861473, + -0.020858444273471832, 0.07811557501554489, 0.030947647988796234, -0.1634095460176468, + -0.02876051515340805, 0.037553127855062485, -0.012103279121220112, -0.05592816695570946, + 0.06566247344017029, 0.0293660257011652, -0.009392648935317993, -0.009967666119337082, + 0.10021977871656418, 0.1629486382007599, -0.0005393835017457604, 0.10552978515625, 0.08661394566297531, + 0.02364104986190796, 0.08987363427877426, 0.16350118815898895, 0.08211120218038559, 0.0585828460752964, + 0.07353053241968155, 0.0222982969135046, 0.007810323964804411, 0.06755845993757248, 0.1462932676076889, + 0.054778918623924255, -0.06774948537349701, 0.0227207038551569, 0.06624501943588257, 0.0150394756346941, + 0.02372894436120987, 0.009396345354616642, 0.18973404169082642, 0.1135207936167717, 0.10353021323680878, + 0.09663694351911545, 0.0193046685308218, 0.07273922115564346, 0.18887078762054443, 0.14300410449504852, + 0.0858614519238472, -0.029423601925373077, 0.19433905184268951, 0.15302850306034088, + -0.008823315612971783, 0.02475018799304962, -0.05844243988394737, 0.03317089378833771, + -0.21819978952407837, 0.047572020441293716, 0.031232917681336403, 0.0902140885591507, + -0.020865634083747864, 0.0824526846408844, -0.07048299163579941, -0.051357947289943695, + 0.05633874237537384, -0.04495057836174965, 0.049723684787750244, 0.024349182844161987, + -0.1154349073767662, -0.011000287719070911, -0.1759183257818222, -0.0821489691734314, + 0.18888169527053833, 0.023276228457689285, 0.04812417924404144, 0.055760458111763, 0.06039886921644211, + -0.1291848123073578, 0.09520075470209122, -0.035536788403987885, 0.047622427344322205, + 0.15140631794929504, -0.022966554388403893, 0.12205803394317627, 0.09641353785991669, + 0.1627892404794693, 0.09852748364210129, -0.004404383711516857, 0.12732230126857758, + 0.031647197902202606, 0.06584738194942474, -0.03436826169490814, 0.06849455088376999, + 0.09290286898612976, -0.03849676996469498, -0.18213528394699097, 0.0159173384308815, + -0.04649127274751663, -0.03802822157740593, 0.024618756026029587, 0.11110468208789825, + 0.07497700303792953, -0.15414264798164368, -0.05595241114497185, 0.0698012262582779, 0.091922827064991, + 0.03346081078052521, 0.003951204475015402, -0.0008037509978748858, 0.11150166392326355, + 0.04420436546206474, 0.08821634948253632, 0.06963160634040833, 0.09745948016643524, 0.12103655189275742, + -0.1720367819070816, -0.0821031853556633, 0.05448785424232483, 0.005468101240694523, + 0.053779181092977524, 0.020426010712981224, -0.01938057690858841, -0.042591143399477005, + 0.04328087717294693, 0.14156672358512878, 0.14588966965675354, 0.045818571001291275, + -0.05118943750858307, 0.06965277343988419, 0.11196178942918777, 0.0019581476226449013, + 0.03150223195552826, 0.021135685965418816, -0.0430687852203846, 0.05121421068906784, + 0.09688851982355118, 0.03351849690079689, 0.03767650946974754, 0.005808493122458458, + 0.024663420394062996, 0.17055514454841614, 0.005027629900723696, -4.725463440991007e-5, + 0.19513557851314545, 0.10840945690870285, 0.04964250698685646, 0.009999996982514858, + 0.08464867621660233, 0.007010229397565126, 0.12871123850345612, 0.05098794773221016, + 0.04877089709043503, 0.10631651431322098, 0.173701211810112, -0.1537235975265503, 0.12349798530340195, + -0.01847362518310547, 0.10017514228820801, 0.03746260330080986, 0.07232648879289627, + 0.058160942047834396, 0.0076077482663095, 0.2075013667345047, 0.14997540414333344, 0.21706914901733398, + 0.00905483029782772, 0.01802978850901127, 0.10419783741235733, 0.07355841994285583, + -0.07093168050050735, 0.08211507648229599, 0.07077205181121826, 0.21657752990722656, + 0.04854993522167206, 0.06844021379947662, 0.08150534331798553, -0.10557802021503448, + 0.11803950369358063, 0.0019475029548630118, 0.13255922496318817, 0.02686583623290062, + 0.004157169256359339, 0.02683791145682335, 0.06563843041658401, 0.10487879812717438, + 0.11957788467407227, -0.013282698579132557, -0.010463731363415718, 0.1080954372882843, + 0.07329518347978592, 0.07339861243963242, -0.003569680731743574, -0.0476660393178463, + -0.09697285294532776, 0.039517439901828766, 0.08261595666408539, 0.07689239084720612, + 0.023279201239347458, 0.15645186603069305, 0.14695869386196136, 0.006474420893937349, + -0.013392684049904346, 0.1514134258031845, 0.04386530816555023, 0.10055255144834518, + 0.028070252388715744, 0.19928690791130066, 0.09649895131587982, 0.056355707347393036, + 0.06864490360021591, 0.1334395706653595, 0.06803131848573685, 0.14063338935375214, 0.028602514415979385, + 0.02946312725543976, 0.10581273585557938, 0.140708789229393, 0.054679833352565765, 0.07303573191165924, + 0.09909031540155411, 0.1820894181728363, -0.029845327138900757, -0.020254788920283318, + 0.05001657456159592, -0.03196733817458153, 0.039961110800504684, 0.020046813413500786, + 0.0721554234623909, 0.12203626334667206, 0.06196756660938263, 0.04040548577904701, 0.059216078370809555, + 0.07579261064529419, 0.0679287388920784, 0.07553421705961227, 0.07985895872116089, 0.11465707421302795, + 0.018181001767516136, 0.09637770801782608, 0.13348037004470825, 0.004947762470692396, + 0.07673260569572449, 0.05392014607787132 + ], + [ + 0.0908488780260086, 0.2218358814716339, 0.15514646470546722, -0.020308658480644226, + 0.021831385791301727, 0.06112339720129967, 0.09019305557012558, 0.06689765304327011, + 0.14498397707939148, 0.02553345449268818, 0.08184662461280823, 0.02544635906815529, 0.07561130821704865, + 0.09118403494358063, 0.10410594195127487, 0.06875479221343994, 0.21555699408054352, 0.16763903200626373, + 0.012809148989617825, -0.024541618302464485, 0.16725118458271027, 0.016752025112509727, + -0.04962974786758423, -0.04109721630811691, 0.05238477140665054, -0.0028454968705773354, + -0.09456159919500351, 0.1022205650806427, 0.04222860932350159, 0.11395610123872757, 0.09168393909931183, + 0.1117396280169487, 0.1380753070116043, -0.05468134209513664, 0.09833074361085892, 0.0847887247800827, + 0.04483633115887642, 0.04701010882854462, 0.07395957410335541, 0.09108945727348328, 0.12546806037425995, + 0.058942776173353195, 0.020874040201306343, 0.08719495683908463, 0.09247516095638275, + 0.15531259775161743, 0.11641605198383331, -0.010281279683113098, 0.03196119889616966, + -0.014077482745051384, 0.021360918879508972, -0.022051069885492325, 0.12026960402727127, + 0.16798612475395203, 0.05165855959057808, 0.08068607747554779, 0.07719217985868454, 0.04854932054877281, + 0.10403577983379364, 0.15090583264827728, 0.08040417730808258, 0.08623065799474716, 0.01255679503083229, + 0.17437641322612762, 0.12265267968177795, -0.011047452688217163, 0.09248824417591095, + 0.002667833585292101, 0.047934550791978836, -0.17173157632350922, 0.08242649585008621, + 0.10185632109642029, 0.05074547231197357, 0.0354992114007473, 0.18872356414794922, -0.09766560047864914, + -0.08522872626781464, 0.03415602073073387, -0.026059288531541824, 0.09598333388566971, + 0.03308173269033432, -0.10786481946706772, 0.027965720742940903, -0.17011858522891998, + -0.09561506658792496, 0.17421554028987885, -0.018240980803966522, 0.07988669723272324, + 0.04438690468668938, 0.11574249714612961, -0.09132461249828339, 0.12361898273229599, + -0.0753805860877037, 0.0418938510119915, 0.05804840475320816, -0.06605038791894913, 0.08226576447486877, + 0.12297840416431427, 0.11308546364307404, 0.071676105260849, 0.03689482435584068, 0.06471023708581924, + 0.0616283118724823, 0.07575415819883347, 0.002851322526112199, 0.008327499963343143, + 0.09303348511457443, 0.015120178461074829, -0.15834163129329681, 0.05375588685274124, + 0.031054724007844925, 0.011784016154706478, 0.051520105451345444, 0.015131724067032337, + 0.1145915761590004, -0.13155940175056458, -0.04765699431300163, 0.05363531410694122, + 0.02444470301270485, -0.018823374062776566, 0.12157147377729416, -0.06972794979810715, + 0.0197937972843647, 0.014223928563296795, 0.18976056575775146, 0.10863988846540451, 0.14509990811347961, + 0.13369570672512054, -0.18572896718978882, -0.07922950387001038, -0.060162559151649475, + 0.022317465394735336, 0.17632831633090973, -0.030214225873351097, 0.041821323335170746, + -0.07080896943807602, 0.089851014316082, 0.11408405005931854, 0.14834080636501312, 0.09347811341285706, + -0.007070109248161316, 0.0439867302775383, 0.06364843249320984, 0.0425313375890255, 0.03317227587103844, + 0.05035333335399628, 0.01884075626730919, 0.08242020010948181, 0.08194631338119507, + -0.003090499434620142, 0.05483517423272133, 0.0022673727944493294, 0.034986451268196106, + 0.0655391588807106, 0.03260109946131706, -0.04110383242368698, 0.11461424827575684, 0.08829459547996521, + 0.02157646417617798, 0.04206397756934166, 0.06264548748731613, 0.03320637717843056, 0.07700101286172867, + -0.03726827725768089, 0.03651527315378189, 0.1055978313088417, 0.15738888084888458, + -0.04284616932272911, 0.10465800762176514, 0.03697729483246803, 0.19724339246749878, + -0.03488226234912872, 0.17584890127182007, 0.11646205186843872, 0.03348634019494057, + 0.15741115808486938, 0.17195065319538116, 0.1311025321483612, -0.03378766402602196, 0.06850405782461166, + 0.09406232088804245, 0.10463625937700272, -0.013626722618937492, 0.01544382143765688, + 8.138087287079543e-5, 0.19397561252117157, 0.02409341186285019, 0.12336966395378113, + 0.041050709784030914, -0.09520632028579712, 0.07844295352697372, 0.11773542314767838, + 0.10666757076978683, -0.0665775015950203, 0.04414151608943939, -0.011530796997249126, + 0.043213244527578354, 0.17878596484661102, 0.11682088673114777, -0.05366028845310211, + -0.023323575034737587, 0.13673709332942963, 0.06044123321771622, 0.0739579126238823, + 0.05955556035041809, -0.018832020461559296, -0.05748312547802925, 0.019655399024486542, + 0.07128184288740158, 0.11808506399393082, 0.1157076358795166, 0.08967529237270355, 0.07172347605228424, + 0.02410483919084072, -0.1173996552824974, 0.169691801071167, 0.07047229260206223, 0.09746211022138596, + 0.07661203294992447, 0.226246640086174, 0.1012033075094223, -0.0035676248371601105, 0.1031809002161026, + 0.11518184095621109, 0.01396332960575819, 0.04458767920732498, 0.024064013734459877, + 0.10705087333917618, 0.10981164127588272, 0.0825597494840622, 0.1287533938884735, 0.12147823721170425, + 0.04329059645533562, 0.24321256577968597, -0.006185037083923817, -0.00665766466408968, + 0.04691445082426071, 0.00996099878102541, 0.07378057390451431, -0.007424635346978903, + 0.1198437437415123, 0.031678929924964905, 0.07889541983604431, 0.03682065010070801, + -0.047796107828617096, 0.14350269734859467, 0.014404058456420898, 0.10178922861814499, + 0.08943522721529007, 0.038458202034235, 0.04041857644915581, 0.04923757538199425, 0.03620828315615654, + 0.07556595653295517, 0.020574240013957024, 0.07047892361879349 + ], + [ + -0.017731206491589546, -0.02597936801612377, -0.0182410329580307, -0.03314968943595886, + -0.02957514487206936, -0.022640442475676537, -0.023981574922800064, 0.005524131935089827, + 0.04134312644600868, -0.028747204691171646, -0.05134348198771477, 0.04770723357796669, + 0.028436586260795593, -0.025050463154911995, -0.04149642959237099, 0.0415513850748539, + -0.044434092938899994, -0.03513901308178902, 0.055300720036029816, -0.03923288732767105, + 0.04143498092889786, -0.05414465069770813, -0.006346432957798243, -0.04176227003335953, + -0.0637623742222786, -0.026047034189105034, 0.03030925989151001, 0.04849334433674812, + -0.023279860615730286, -0.00011067288141930476, 0.0124799944460392, 0.019550908356904984, + -0.044221412390470505, 0.019430335611104965, -0.013466108590364456, -0.042453959584236145, + 0.03640284761786461, -0.00684670265763998, 0.02034185640513897, -0.029753990471363068, + -0.014048160053789616, -0.028013024479150772, 0.043932825326919556, 0.05015577748417854, + -0.003809859976172447, -0.03166903927922249, 0.022514583542943, -0.00834348052740097, + -0.062094394117593765, 0.01908649504184723, 0.028961025178432465, -0.0369839109480381, + -0.0033266644459217787, -0.010651597753167152, 0.019355598837137222, 0.029597854241728783, + -0.017168600112199783, -0.04651790112257004, -0.05811179056763649, -0.02327330783009529, + -0.04053415358066559, -0.011570827104151249, 0.0045931083150208, 0.041623588651418686, + -0.006460932549089193, -0.058508165180683136, 0.05460474267601967, -0.011566629633307457, + 0.031791314482688904, -0.06090543419122696, -0.0031156884506344795, -0.016792206093668938, + 0.016476454213261604, -0.06327740848064423, -0.03592413291335106, -0.02950737439095974, + -0.008290817029774189, -0.05519551783800125, -0.0411241315305233, 0.00016425357898697257, + -2.2161690139910206e-5, -0.01823125034570694, 0.04713977128267288, 0.022003259509801865, + -0.037701480090618134, 0.014054431580007076, 0.022648479789495468, -0.02587689831852913, + -0.038915932178497314, -0.049695733934640884, 0.008426227606832981, 0.04848412424325943, + -0.003253922099247575, 0.034694500267505646, 0.031238898634910583, -0.005066321697086096, + 0.0030102450400590897, 0.010830331593751907, 0.03997920826077461, -0.06314611434936523, + -0.04962192103266716, 0.051513150334358215, 0.060818370431661606, -0.03894386067986488, + -0.013678740710020065, 0.01694273203611374, 0.0053966715931892395, -0.016863001510500908, + 0.0064133331179618835, -0.04659605771303177, 0.0319555327296257, 0.008121360093355179, + -0.022775933146476746, -0.0026537394151091576, -0.04129696264863014, -0.043742164969444275, + -0.06467476487159729, -0.0036479877308011055, -0.07030551135540009, -0.059797253459692, + 0.04794767126441002, 0.04384690150618553, -0.012390890158712864, 0.011988186277449131, + 0.026520460844039917, -0.030930062755942345, -0.048484329134225845, -0.026862353086471558, + -0.029721803963184357, -0.0424671545624733, 0.025144526734948158, 0.009772519581019878, + 0.021618321537971497, -0.01043615397065878, 0.002042821142822504, 0.020756123587489128, + 0.045196130871772766, 0.025276504456996918, -0.02674555964767933, -0.037407368421554565, + 0.02541659027338028, -0.047156888991594315, 0.03546471148729324, 0.04027167335152626, + -0.04974528029561043, 0.015712881460785866, -0.01974511332809925, 0.01586098037660122, + -0.03606770932674408, -0.04929874837398529, 0.013505133800208569, -0.03738253563642502, + -0.05273829400539398, 0.04466550052165985, -0.03175142779946327, 0.0026895180344581604, + -0.04907636344432831, 0.011779850348830223, 0.05016406998038292, -0.020699461922049522, + -0.0028498840983957052, -0.048991087824106216, -0.037449270486831665, 0.03939789906144142, + 0.0187231432646513, 0.06488411128520966, 0.03966085612773895, 0.01108359731733799, + -0.017405154183506966, -0.015171647071838379, 0.016787519678473473, 0.05007805675268173, + 0.006306454539299011, 0.031004225835204124, -0.059385716915130615, -0.007813988253474236, + -0.046482522040605545, 0.011089028790593147, -0.030240925028920174, -0.01589042693376541, + 0.02929658070206642, -0.05841340124607086, -0.04128672927618027, 0.053455062210559845, + -0.00781492330133915, -0.04785540699958801, -0.0017604002496227622, 0.023569593206048012, + 0.035272710025310516, -0.015507708303630352, 0.01294963713735342, -0.03406535089015961, + -0.050099726766347885, 0.029309233650565147, -0.06546013057231903, 0.009881352074444294, + 0.016154205426573753, -0.019937284290790558, -0.05173037201166153, 0.010063356719911098, + -0.05142872408032417, -0.04708937555551529, -0.07151760905981064, 0.0196587685495615, + -0.0027305949479341507, -0.020612496882677078, -0.01402291189879179, 0.056716423481702805, + 0.010944095440208912, 0.016166754066944122, 0.011511827819049358, -0.040831632912158966, + 0.05258787423372269, 0.014824098907411098, 0.02854754962027073, -0.026681022718548775, + -0.003426993265748024, -0.045560967177152634, 0.020084865391254425, -0.057918936014175415, + -0.01675654761493206, -0.008216321468353271, -0.04863931983709335, 0.026045475155115128, + 0.04717349633574486, 0.019898978993296623, -0.020297685638070107, 0.04943133145570755, + -0.057576145976781845, 0.046450212597846985, -0.03281386196613312, 0.03267087787389755, + 0.00524977408349514, 0.020829735323786736, 0.021387523040175438, -0.025831781327724457, + -0.025208720937371254, 0.03179644048213959, -0.02989131025969982, 0.010899914428591728, + -0.056907325983047485, 0.028557661920785904, -0.06174910441040993, -0.021644366905093193, + 0.02882990799844265, 0.04134002700448036, -0.021763965487480164, 0.03915039077401161, + 0.04435372352600098, 0.02076965570449829, 0.041342779994010925, -0.04849546030163765, + 0.02092740684747696, -0.005954572930932045, -0.01658361591398716, 0.029691321775317192 + ], + [ + 0.07568680495023727, 0.1630765050649643, 0.19170086085796356, -0.01681896299123764, + 0.046637292951345444, 0.02276446856558323, 0.12532588839530945, 0.0961003229022026, 0.11449620872735977, + 0.010227186605334282, -0.02878326177597046, 0.060637399554252625, 0.1172875240445137, + 0.06024477630853653, 0.07134078443050385, 0.11893198639154434, 0.16514745354652405, 0.12512366473674774, + 0.04865419119596481, 0.023596083745360374, 0.11535187065601349, 0.10907024145126343, + -0.13178673386573792, 0.057264603674411774, 0.18297795951366425, 0.060902033001184464, + -0.10189303010702133, 0.06422840058803558, 0.03009807877242565, 0.08975954353809357, + -0.034884802997112274, 0.02353864721953869, 0.03451848402619362, -0.015730956569314003, + 0.05229984596371651, -0.026246823370456696, -0.00524520268663764, 0.07032309472560883, + 0.08828261494636536, 0.13521544635295868, 0.07999517023563385, -0.016955025494098663, + 0.12469452619552612, 0.048856694251298904, 0.11602040380239487, 0.11909452825784683, + 0.060951557010412216, 0.017608067020773888, -0.004510980565100908, 0.05382925271987915, + -0.05629119649529457, -0.011863583698868752, 0.06772641092538834, 0.12272191047668457, + 0.17778393626213074, 0.13151691854000092, 0.06246733292937279, 0.05757812038064003, 0.08469186723232269, + 0.22290974855422974, 0.11455170065164566, -0.02166169323027134, -0.037871576845645905, + 0.22693322598934174, 0.10166671127080917, -0.024662932381033897, 0.013315105810761452, + -0.009645580314099789, 0.03798643499612808, -0.1711551547050476, -0.03602307289838791, + 0.06360842287540436, 0.009995424188673496, 0.0693562850356102, 0.06355025619268417, + -0.024827079847455025, 0.045979179441928864, 0.07765527814626694, 0.037189699709415436, + 0.02533520758152008, 0.0950569212436676, -0.18903261423110962, 0.01985994353890419, + -0.13072383403778076, -0.07244636863470078, 0.21590116620063782, -0.020962797105312347, + 0.06374143064022064, 0.0740833431482315, 0.06468204408884048, -0.0690959095954895, 0.04157240688800812, + 0.0023866097908467054, 0.10151709616184235, 0.10737607628107071, -0.042676642537117004, + 0.14494991302490234, 0.13059242069721222, 0.12211152166128159, 0.028330130502581596, + 0.03131202980875969, 0.09051460772752762, 0.11279135942459106, 0.021228747442364693, + -0.03066457062959671, 0.09665781259536743, 0.15251882374286652, -0.035412561148405075, + -0.11188610643148422, 0.042326636612415314, -0.050839491188526154, 0.023442087695002556, + 0.08347702771425247, 0.03184898570179939, 0.13326361775398254, -0.15615420043468475, + -0.05672863498330116, 0.044324252754449844, -0.0016511227004230022, -0.030767854303121567, + 0.03461866453289986, 0.04865316301584244, 0.04600609838962555, 0.05168206989765167, 0.11356175690889359, + 0.10953816771507263, 0.11126641929149628, 0.1417081356048584, -0.19165730476379395, + -0.14652036130428314, 0.00793563574552536, 0.13251599669456482, 0.1555628925561905, + -0.04111996665596962, -0.044068172574043274, -0.06661837548017502, 0.016884077340364456, + 0.10998988896608353, 0.11483830958604813, 0.09511980414390564, 0.006388640031218529, + 0.06418062746524811, 0.09337671846151352, 0.0632142499089241, -0.022716494277119637, + 0.04561823979020119, 0.002902221167460084, 0.0849469006061554, -0.004435994662344456, + 0.014870211482048035, 0.11015333980321884, -0.016318870708346367, -0.05191272869706154, + 0.08455830067396164, 0.07283314317464828, -0.02763194777071476, 0.06517119705677032, + 0.08433861285448074, 0.056754883378744125, -0.03723699599504471, 0.06007559224963188, + -0.024626804515719414, 0.17561271786689758, 0.03515516221523285, -0.0029358786996454, + 0.04737807437777519, 0.11398982256650925, -0.0558699332177639, 0.046747975051403046, + 0.036148540675640106, 0.13797737658023834, -0.04254181310534477, 0.13673923909664154, + 0.06425011903047562, 0.1028975248336792, 0.19069984555244446, 0.1296180784702301, 0.2989121377468109, + -0.035317424684762955, -0.007528064306825399, 0.05207853019237518, 0.10875844955444336, + -0.03539002686738968, 0.04794903099536896, 0.0310504212975502, 0.19333766400814056, + -0.03653985261917114, 0.12991119921207428, 0.14524203538894653, -0.04576006531715393, + 0.17607252299785614, 0.09773506224155426, 0.22043642401695251, -0.024077652022242546, + 0.04937363415956497, -0.01515576895326376, 0.02479471080005169, 0.14065389335155487, + 0.12758877873420715, 0.046699877828359604, 0.007370736915618181, 0.02053099498152733, + -0.025927215814590454, 0.15448224544525146, 0.018317071720957756, -0.002216809894889593, + -0.14122766256332397, 0.051437512040138245, 0.014181121252477169, 0.15130707621574402, + 0.0882796198129654, 0.14149406552314758, 0.16311359405517578, -0.018663935363292694, + -0.03440876677632332, 0.19288061559200287, 0.07901781797409058, 0.00247686798684299, + 0.02957899309694767, 0.14133302867412567, 0.007779172156006098, -0.05057138577103615, + 0.058579523116350174, 0.20754565298557281, 0.014996983110904694, 0.0974651426076889, + -0.026384450495243073, 0.0017016036435961723, 0.1311657428741455, 0.07235261052846909, + 0.05820833519101143, 0.12279815226793289, 0.08071927726268768, 0.2010803371667862, -0.03939805552363396, + 0.09021652489900589, -0.015085545368492603, -0.03784007579088211, 0.04941115528345108, + 0.010471615009009838, 0.055807773023843765, 0.1512279212474823, 0.07910224050283432, + 0.0010680662235245109, -0.016000710427761078, 0.10152405500411987, -0.0551798939704895, + 0.025054434314370155, 0.09407898783683777, 0.021100908517837524, 0.07345134019851685, + 0.08870450407266617, 0.09439762681722641, 0.09059823304414749, -0.006200209725648165, + 0.07814443111419678 + ], + [ + 0.062235068529844284, 0.1929013431072235, 0.24064399302005768, -0.003932587336748838, + 0.01157558336853981, 0.04548942297697067, 0.11713218688964844, 0.08564724028110504, 0.18668606877326965, + 0.03700614348053932, 0.11374661326408386, 0.0728616788983345, 0.14265814423561096, 0.08393937349319458, + 0.10215386748313904, 0.11489903926849365, 0.18599502742290497, 0.14495554566383362, + 0.044073473662137985, 0.006854214705526829, 0.11291088163852692, 0.11974434554576874, + -0.12306856364011765, 0.059182602912187576, 0.11054065078496933, -0.037929411977529526, + -0.11088042706251144, 0.09722283482551575, 0.1311364471912384, 0.11145798861980438, 0.04062023013830185, + 0.016998738050460815, 0.12869824469089508, 0.00804105494171381, 0.13812333345413208, 0.1264457106590271, + -0.00865296833217144, 0.0957704558968544, 0.16652491688728333, 0.13589884340763092, 0.08928858488798141, + -0.04829587787389755, 0.09027259051799774, 0.11026295274496078, 0.0973527729511261, 0.1403064876794815, + 0.12160342931747437, -0.10977604240179062, 0.10540925711393356, 0.045544032007455826, + 0.04170573502779007, -0.0025368116330355406, 0.12563776969909668, 0.15120230615139008, + 0.08969908952713013, 0.1365145593881607, 0.07796651124954224, 0.08102690428495407, 0.07609426975250244, + 0.13991883397102356, 0.11076986789703369, 0.10791773349046707, -0.09188670665025711, + 0.20863552391529083, 0.10475907474756241, 0.051464181393384933, 0.06800505518913269, + -0.03530235216021538, 0.05918725207448006, -0.21635262668132782, 0.07206520438194275, + 0.03821057453751564, 0.045193150639534, 0.017525671049952507, 0.21007531881332397, + -0.012427011504769325, -0.06672073155641556, 0.08501053601503372, -0.01089212205260992, + 0.010694502852857113, 0.09957687556743622, -0.2258916050195694, -0.005572701804339886, + -0.1006888821721077, -0.13693010807037354, 0.14128199219703674, -0.014439727179706097, + 0.026657456532120705, 0.0755000188946724, 0.09563621878623962, -0.06938660889863968, 0.1193249374628067, + 0.0025870767422020435, 0.10427077859640121, 0.09418842941522598, -0.0367453508079052, + 0.14058196544647217, 0.1397564858198166, 0.11260812729597092, 0.083980031311512, -0.050521884113550186, + 0.04369315132498741, 0.1204117015004158, 0.07791182398796082, -0.017116377130150795, + 0.11162196099758148, 0.02877793088555336, -0.07036145031452179, -0.12270007282495499, + -0.013974512927234173, 0.007082978263497353, -0.04179567098617554, 0.15702860057353973, + 0.07390089333057404, 0.15078851580619812, -0.09540953487157822, -0.054793886840343475, + 0.04303143545985222, 0.05696382001042366, 0.002433071145787835, 0.10809081792831421, + 0.0027264179661870003, 0.13673987984657288, 0.12214880436658859, 0.06768196076154709, + 0.18590939044952393, 0.09584496170282364, 0.13444481790065765, -0.13285788893699646, + -0.04260576516389847, 0.03885325789451599, 0.1567980945110321, 0.16447527706623077, -0.0585290752351284, + 0.11274930834770203, -0.04511840641498566, 0.1141684502363205, 0.18874680995941162, 0.1871722787618637, + 0.1552213430404663, -0.006361470092087984, 0.04669242352247238, 0.10487248003482819, + 0.03676886484026909, 0.07680292427539825, 0.11516502499580383, -0.11083187162876129, + 0.053765490651130676, 0.099936343729496, -0.017737410962581635, 0.15580789744853973, + -0.0009726575226522982, 0.00200066389515996, 0.15856987237930298, 0.023870551958680153, + -0.007878434844315052, 0.11714548617601395, 0.10775376111268997, 0.1321304738521576, + -0.06400102376937866, 0.12757346034049988, 0.12964124977588654, 0.19611966609954834, + -0.05817929655313492, 0.042360324412584305, 0.05908685922622681, 0.14703813195228577, + -0.15477631986141205, 0.10983608663082123, 0.04525403305888176, 0.17243076860904694, + -0.000863535504322499, 0.09918102622032166, 0.09539762139320374, 0.13883306086063385, + 0.1269007921218872, 0.17119929194450378, 0.18143831193447113, -0.06156456470489502, 0.07215249538421631, + 0.04010273888707161, 0.0027162868063896894, -0.056333400309085846, 0.13867007195949554, + 0.010145309381186962, 0.20555724203586578, 0.07662779837846756, 0.1081167683005333, 0.1350627839565277, + -0.10550688952207565, 0.13985691964626312, 0.030853422358632088, 0.14911557734012604, + -0.058751288801431656, -0.01578381285071373, 0.06818176805973053, 0.1254003643989563, + 0.14769810438156128, 0.07286116480827332, -0.03780017048120499, 0.009387590922415257, + 0.17621900141239166, 0.019157538190484047, 0.07655663043260574, 0.0020386932883411646, + -0.037893909960985184, -0.19478465616703033, 0.0765962079167366, 0.06725151091814041, + 0.2082320898771286, 0.12091121077537537, 0.21932002902030945, 0.13086825609207153, + -0.007212889846414328, -0.09565126150846481, 0.1701783835887909, 0.09876279532909393, + 0.13001427054405212, 0.04532596841454506, 0.20253799855709076, 0.07903534919023514, + 0.047862593084573746, -0.0024560869205743074, 0.19672073423862457, 0.06489818543195724, + 0.12579026818275452, 0.05753175541758537, 0.07124730199575424, 0.14015907049179077, 0.18636804819107056, + 0.06791817396879196, 0.07303838431835175, 0.12216063588857651, 0.23641037940979004, + 0.010323130525648594, 0.05935003235936165, -0.0017115040682256222, 0.05090631917119026, + 0.09964662045240402, -0.007907145656645298, 0.09555312991142273, 0.14420434832572937, + -0.002179158618673682, -0.004739339929074049, -0.06163577735424042, 0.077483169734478, + 0.0963921919465065, 0.1148248240351677, 0.11110810935497284, 0.09948914498090744, 0.01316076796501875, + 0.04917745664715767, 0.1310877650976181, 0.03584310784935951, 0.06553518027067184, 0.11257337033748627 + ], + [ + -0.006224316544830799, -0.1040671318769455, -0.12117651104927063, 0.024179650470614433, + -0.044134970754384995, -0.12004949897527695, -0.11047956347465515, -0.13939251005649567, + -0.12498074024915695, -0.06151168793439865, -0.031143326312303543, 0.04013553634285927, + -0.02525179460644722, 0.013443286530673504, 0.009541001170873642, -0.1141713485121727, + -0.13250230252742767, -0.07172714173793793, -0.04991345480084419, 0.05820939317345619, + -0.12569355964660645, -0.05556860566139221, 0.10672091692686081, 0.022711148485541344, + -0.032469432801008224, 0.10782071948051453, 0.16686215996742249, -0.07583380490541458, + -0.031944505870342255, -0.01309266872704029, 0.057131577283144, -0.010455871000885963, + -0.11560416221618652, 0.043788373470306396, -0.0422482006251812, -0.036268312484025955, + 0.07402284443378448, -0.041882868856191635, -0.12823182344436646, -0.016348158940672874, + -0.09986993670463562, 0.05484993755817413, -0.06223394349217415, -0.02649655006825924, + -0.10202226042747498, -0.10026691108942032, -0.12237449735403061, 0.11459365487098694, + -0.013282140716910362, -0.022625939920544624, -0.011219438165426254, 0.11207001656293869, + -0.036654938012361526, -0.18891333043575287, -0.11834242194890976, -0.09460591524839401, + -0.07229897379875183, 0.027892760932445526, -0.08854255080223083, -0.12022458016872406, + -0.08789366483688354, -0.01597561500966549, 0.12803003191947937, -0.1718723624944687, + -0.04605081304907799, 0.07714693248271942, -0.05525698512792587, 0.06271278858184814, + -0.01727486588060856, 0.180747851729393, 0.025354744866490364, -0.07010499387979507, + -0.018182622268795967, 0.04775112494826317, -0.1434081643819809, 0.10992208123207092, + 0.11340130865573883, -0.020806999877095222, 0.03689703345298767, -0.004969066474586725, + 0.021778613328933716, 0.15293455123901367, 0.10086850821971893, 0.21052032709121704, + 0.20058400928974152, -0.1530074030160904, 0.038115713745355606, -0.0926017090678215, + -0.01633358746767044, -0.03742990642786026, 0.2044060379266739, -0.06843077391386032, + 0.08470482379198074, -0.021465664729475975, -0.1314379721879959, 0.09559253603219986, + -0.11833811551332474, -0.05296679213643074, -0.13001787662506104, -0.027209941297769547, + 0.02018236741423607, -0.07457680255174637, 0.011457025073468685, -0.06292279809713364, + 0.037815894931554794, 0.007668220438063145, -0.09926935285329819, 0.1137567088007927, + 0.22371944785118103, 0.07741119712591171, 0.08212442696094513, 0.10872167348861694, + -0.007765585090965033, 0.006274198181927204, -0.15814213454723358, 0.12768588960170746, + 0.11528924107551575, -0.030548976734280586, 0.05157371237874031, 0.0400429405272007, + -0.08894279599189758, 0.06471220403909683, -0.026452764868736267, -0.04724447801709175, + -0.05828879773616791, -0.1323009729385376, -0.09339461475610733, -0.09901010245084763, + 0.20404885709285736, 0.12682585418224335, 0.09589596092700958, -0.05946141481399536, + -0.07427456974983215, 0.10324539244174957, -0.04974750056862831, 0.06039855629205704, + -0.04508357122540474, -0.05752379819750786, -0.19245801866054535, -0.057882726192474365, + -0.055998239666223526, 0.007506425492465496, -0.15524420142173767, -0.012403703294694424, + -0.011418902315199375, -0.04067812114953995, 0.12386228889226913, -0.050119686871767044, + -0.0007172144833020866, 0.03901287168264389, -0.03335055336356163, 0.11037000268697739, + 0.11418046057224274, -0.13126903772354126, 0.07618507742881775, 0.062025342136621475, + -0.18016165494918823, 0.04433450475335121, -0.0771828144788742, 0.01568976603448391, + -0.05160628631711006, -0.04794365167617798, -0.004489935003221035, 0.033308420330286026, + 0.0319250151515007, -0.0691334456205368, -0.1064821258187294, 0.14570343494415283, 0.03565642610192299, + -0.04873916134238243, -0.07392948120832443, 0.0028878471348434687, -0.0871107280254364, + -0.08801200985908508, -0.05353552848100662, -0.12247810512781143, -0.1440424621105194, + -0.14495432376861572, 0.10333609580993652, -0.01048245094716549, -0.040091048926115036, + -0.06931102275848389, 0.11406859010457993, -0.06566312909126282, 0.03502339869737625, + -0.16823314130306244, -0.007591314613819122, -0.054969027638435364, 0.008278222754597664, + 0.07826556265354156, -0.14839784801006317, -0.009795954450964928, -0.17927536368370056, + 0.05895097181200981, 0.018227096647024155, -0.004575264640152454, 0.035326652228832245, + -0.10893840342760086, -0.05950338393449783, 0.06199217960238457, 0.0737244114279747, + -0.017603015527129173, -0.005929349921643734, -0.16395148634910583, 0.05706053227186203, + 0.09278478473424911, 0.12343846261501312, -0.04762299731373787, 0.05846671760082245, + -0.07086728513240814, -0.07295374572277069, -0.08812933415174484, -0.0546099916100502, + 0.07669880241155624, 0.14869724214076996, -0.15481720864772797, -0.019021259620785713, + -0.0412127710878849, 0.014766223728656769, -0.17694488167762756, -0.08345774561166763, + 0.021564600989222527, -0.002416276605799794, -0.059805743396282196, -0.006685386877506971, + -0.07731303572654724, -0.07067485898733139, -0.006095514632761478, -0.029737023636698723, + -0.14573055505752563, -0.036249808967113495, -0.044627845287323, -0.11489149183034897, + -0.07794775813817978, 0.07832019031047821, -0.0023297688458114862, -0.0512503944337368, + 0.07693139463663101, 0.013380836695432663, 0.05484190583229065, -0.12079170346260071, + -0.09732066094875336, 0.08302270621061325, 0.06981535255908966, -0.001944958814419806, + -0.05760890245437622, -0.07181475311517715, -0.06468411535024643, -0.05825371295213699, + -0.07672901451587677, -0.06754429638385773, -0.09154131263494492, -0.017502767965197563, + 0.019569596275687218, -0.06388428807258606, -0.08102339506149292 + ], + [ + 0.00800563395023346, -0.21732689440250397, -0.07755693048238754, -0.0043207332491874695, + 0.03598448634147644, -0.019969968125224113, -0.14308269321918488, -0.03894147649407387, + -0.07043171674013138, 0.04069655016064644, 0.021875232458114624, 0.07200735062360764, + -0.052640195935964584, 0.04780915379524231, -0.0059197130613029, -0.08010607957839966, + -0.07763451337814331, -0.05371816083788872, -0.07684849202632904, 0.031203746795654297, + -0.14491409063339233, 0.01544253434985876, 0.13578854501247406, 0.10447906702756882, + -0.15255799889564514, 0.09026994556188583, 0.17082911729812622, -0.040455784648656845, + -0.05114765092730522, -0.026800207793712616, 0.08181945234537125, 0.017978660762310028, + -0.1115928590297699, 0.06531894207000732, -0.1370379477739334, -0.03382714092731476, + -0.02380310744047165, -0.03673538938164711, -0.11145464330911636, 0.002008238108828664, + -0.11069764196872711, 0.07803848385810852, -0.03003132902085781, -0.013660739175975323, + -0.06060966104269028, -0.031089596450328827, -0.13957329094409943, 0.11920227855443954, + -0.017630459740757942, -0.05651933699846268, 0.012494666501879692, 0.05720283091068268, + 0.05002628266811371, -0.09431515634059906, -0.0663771778345108, 0.019203415140509605, + -0.010591590777039528, 0.004411209840327501, -0.08055189996957779, -0.2140393853187561, + -0.1435922086238861, -0.020359091460704803, 0.13272763788700104, -0.16458477079868317, + -0.12931308150291443, 0.08080700039863586, 0.01237413752824068, 0.014273563399910927, + -0.007722781505435705, 0.2248348891735077, 0.0010194933274760842, 0.005345642101019621, + 0.005954332184046507, 0.10418761521577835, -0.11856609582901001, 0.15424522757530212, + 0.06265441328287125, -0.02916989102959633, 0.004915252793580294, -0.006937418133020401, + 0.011180514469742775, 0.25217705965042114, 0.06708982586860657, 0.16237780451774597, + 0.18781591951847076, -0.061411675065755844, 0.0929664820432663, 0.016045542433857918, + 0.05364673584699631, -0.08878259360790253, 0.171144500374794, -0.06344986706972122, 0.09579911828041077, + 0.036320921033620834, -0.057058852165937424, 0.07313317060470581, -0.10942576825618744, + -0.03969832509756088, -0.13583846390247345, 0.08280368894338608, 0.012711610645055771, + -0.08047734200954437, -0.1473543345928192, -0.06488914787769318, 0.03429403528571129, + -0.005398927256464958, -0.026544569060206413, 0.006472188513725996, 0.2562522888183594, + 0.006538873538374901, 0.06834089010953903, 0.06544017791748047, -0.06571871787309647, + 0.04153866320848465, -0.07124734669923782, 0.16086158156394958, 0.044333361089229584, + -0.13504548370838165, 0.022377287968993187, 0.07347305864095688, -0.08733923733234406, + 0.11307252943515778, -0.011896906420588493, -0.064490906894207, -0.14541752636432648, + -0.031768735498189926, -0.13219444453716278, 0.035140637308359146, 0.2798585593700409, + 0.08988315612077713, 0.08348135650157928, -0.035594597458839417, -0.05386912822723389, + 0.029108677059412003, -0.0556599497795105, 0.09944983571767807, -0.02127549611032009, + -0.028226912021636963, -0.09052130579948425, -0.04079657420516014, 0.027682125568389893, + -0.02230541594326496, -0.11274991184473038, 0.010363269597291946, -0.03506318852305412, + 0.030383190140128136, 0.08218014985322952, -0.13229742646217346, 0.004952833987772465, + 0.06497304886579514, -0.026449967175722122, 0.0015880747232586145, 0.036171574145555496, + -0.12119441479444504, 0.0567062608897686, 0.04353289678692818, -0.13997064530849457, + -0.023257194086909294, -0.06525932997465134, -0.011050811037421227, -0.09048683941364288, + 0.0370146669447422, -0.1098298579454422, 0.0522041916847229, 0.08628080785274506, -0.05567516013979912, + -0.07624015212059021, 0.1917097568511963, 0.028650736436247826, 0.05367497354745865, + -0.06597699970006943, 0.07230035960674286, -0.17396043241024017, -0.043702371418476105, + -0.052046626806259155, -0.15007221698760986, -0.12584061920642853, -0.1530265361070633, + 0.08604304492473602, -0.05394042283296585, 0.014321565628051758, -0.016283107921481133, + 0.09257492423057556, 0.030850518494844437, 0.03164265677332878, -0.21087521314620972, + 0.03284968435764313, -0.10294856876134872, 0.008536644279956818, 0.15399882197380066, + -0.1513337641954422, 0.054992008954286575, -0.1296178549528122, 0.001405065064318478, + 0.04520497843623161, 0.1184026449918747, -0.003412127960473299, -0.1888173371553421, + -0.12229963392019272, 0.07071134448051453, 0.048395805060863495, -0.035355668514966965, + 0.022109219804406166, -0.1338668018579483, 0.0015596875455230474, -0.0050531914457678795, + 0.17326660454273224, 0.06440351158380508, -0.01664425991475582, -0.06663955003023148, + -0.04961236193776131, -0.0507788360118866, -0.18688465654850006, 0.033232055604457855, + 0.09890834987163544, -0.10054975003004074, -0.014155685901641846, -0.03487574681639671, + -0.04482398182153702, -0.2136133760213852, -0.0679931640625, 0.020785178989171982, 0.03946392610669136, + -0.17915280163288116, -0.004045288078486919, -0.1134772077202797, -0.029746340587735176, + 0.06423944979906082, -0.09330423176288605, -0.134477898478508, -0.058870021253824234, + -0.10039437562227249, -0.04790874198079109, -0.07641398161649704, 0.07575652003288269, + -0.008701387792825699, 0.058576084673404694, 0.13220524787902832, -0.11476707458496094, + -0.005347150843590498, -0.1303928941488266, -0.07749924808740616, 0.059678979218006134, + 0.04771670326590538, 0.08937413990497589, -0.04233042150735855, -0.01299935020506382, + -0.09851856529712677, -0.02678941935300827, -0.03285955637693405, -0.024338124319911003, + -0.10035839676856995, 0.010599988512694836, -0.03066593036055565, 0.044738009572029114, + -0.05120543763041496 + ], + [ + -0.03313799202442169, -0.06955236196517944, 0.03583258390426636, -0.018139664083719254, + -0.027625735849142075, -0.050825756043195724, -0.05402079597115517, -0.016178147867321968, + 0.05086850747466087, -0.017436649650335312, 0.03047926537692547, -0.06589950621128082, + -0.003080769209191203, 0.03813764080405235, -0.01707298681139946, 0.0062518431805074215, + 0.03624079376459122, -0.022718818858265877, -0.069282166659832, -0.02815507911145687, + 0.0021031424403190613, 0.03626491129398346, 0.015344715677201748, -0.0019496178720146418, + 0.05170781537890434, -0.0568976104259491, 0.0036663739010691643, -0.04802032187581062, + -0.012774508446455002, -0.05017206445336342, -0.06969752162694931, 0.021846378222107887, + 0.014197668060660362, -0.059336546808481216, 0.050854675471782684, -0.005200997460633516, + -0.06338497251272202, 0.03689669072628021, 0.02494010701775551, -0.056397199630737305, + -0.03397366404533386, -0.04211634770035744, -0.003342224285006523, 0.03373691439628601, + -0.0739675760269165, -0.06240450590848923, 0.05178876966238022, 0.013172876089811325, + -0.0018111028475686908, -0.04521070793271065, -0.02828158810734749, 0.045233722776174545, + 0.015382252633571625, -0.07465483993291855, -0.03604733943939209, 0.03523308038711548, + -0.018295487388968468, -0.0003413311787880957, 0.012672388926148415, 0.0339578315615654, + -0.0024473180528730154, -0.049603261053562164, -0.015054882504045963, -0.005429182667285204, + -0.0706101581454277, -0.023730963468551636, -0.015949541702866554, 0.04232245311141014, + -0.0821634829044342, -0.04795622453093529, 0.004442272242158651, 0.030837299302220345, + -0.03786136955022812, -0.03133472055196762, 0.02333114482462406, 0.03499465435743332, + 0.058861494064331055, 0.03409389778971672, -0.02294447086751461, 0.03624469041824341, + -0.01413258258253336, 0.04219649359583855, -0.07219821214675903, -0.03338361158967018, + -0.053702689707279205, 0.05055755749344826, -0.0495951883494854, -0.010951769538223743, + 0.03224128112196922, -0.05323316156864166, -0.03874858468770981, -0.029294045642018318, + -0.013078919611871243, 0.05167059600353241, 0.012729668989777565, 0.041823677718639374, + 0.02084868773818016, 0.003169562201946974, 0.032016072422266006, -0.04527786746621132, + 0.05802818015217781, -0.06309465318918228, -0.03909960761666298, 0.03623145446181297, + 0.004066661465913057, 0.024149784818291664, -0.07017525285482407, 0.025766583159565926, + 0.0853787288069725, -0.016484731808304787, -0.02981160394847393, 0.03933396190404892, + -0.06985192745923996, -0.013244605623185635, -0.04319392889738083, -0.001412833807989955, + -0.04097532480955124, 0.008261611685156822, 0.00241021323017776, -0.06799053400754929, + -0.0011793110752478242, -0.031022584065794945, 0.0356375128030777, 0.019562873989343643, + -0.040448132902383804, -0.03988016024231911, -0.009100610390305519, 0.024871069937944412, + -0.043482791632413864, 0.040034785866737366, 0.03025125339627266, 0.04487621411681175, + -0.041488394141197205, 0.0277630053460598, 0.002198332455009222, -0.0032810824923217297, + -0.011559182778000832, -0.06070811301469803, 0.023084452375769615, -0.05306246504187584, + 0.026005811989307404, -0.04698235169053078, -0.021281205117702484, -0.05140114203095436, + -0.06788863986730576, -0.028909213840961456, -0.010224143974483013, -0.01363482978194952, + -0.05630343407392502, 0.01942334696650505, -0.0034456781577318907, -0.028538508340716362, + 0.05006400868296623, 0.01813218928873539, -0.046474285423755646, 0.06582683324813843, + -0.01425119861960411, 0.044694527983665466, 0.0014269327512010932, 0.015277974307537079, + 0.018488895148038864, -0.019216414541006088, 0.030895471572875977, 0.006666520610451698, + -0.006278143264353275, -0.04599947854876518, 0.04280443862080574, -0.03782090172171593, + -0.019516512751579285, 0.034875672310590744, -0.004164770245552063, -0.04703754931688309, + -0.01032570842653513, -0.035812586545944214, -0.06682398170232773, -0.03979722782969475, + 0.02325923554599285, 0.040216244757175446, 0.018648073077201843, -0.010532212443649769, + 0.018467262387275696, -0.009594842791557312, -0.04510696604847908, -0.04274166375398636, + -0.028972972184419632, -0.06927093118429184, -0.043828777968883514, 0.010879253037273884, + 0.020047536119818687, -0.057797033339738846, -0.018519483506679535, -0.039828382432460785, + 0.01911170221865177, 0.016109289601445198, 0.003909208346158266, 0.005541298538446426, + 0.03178979828953743, 0.005509206093847752, 0.033949337899684906, 0.04869930073618889, + -0.014279879629611969, -0.07695996761322021, -0.05043014511466026, -0.0226303581148386, + 0.021563861519098282, -0.006794913671910763, 0.009345942176878452, 0.005970256868749857, + -0.03974214941263199, 0.04440389946103096, -0.06959483027458191, -0.028166215866804123, + 0.047321099787950516, -0.057751353830099106, -0.0691327303647995, 0.056804995983839035, + -0.07629707455635071, 0.037001218646764755, -0.034643322229385376, -0.019001521170139313, + 0.008159640245139599, -0.020630843937397003, -0.005357890855520964, -0.020395949482917786, + -0.0299583300948143, 0.013693382032215595, 0.03818745166063309, -0.05246776342391968, + 0.03281737118959427, 0.021751079708337784, 0.014258954674005508, 0.033510204404592514, + 0.04122224822640419, 0.04730093851685524, 0.05438823252916336, -0.05332186073064804, + 0.030860552564263344, -0.008311615325510502, -0.03037598356604576, 0.045598551630973816, + 0.05477011576294899, -0.03917340934276581, -0.005809358786791563, 0.02858036383986473, + 0.013116016052663326, -0.044391024857759476, -0.07039621472358704, -0.04465365409851074, + -0.03408600389957428, 0.002235222375020385, -0.05875243991613388, -0.013217893429100513, + -0.07118856906890869, 0.010396872647106647, -0.01081982534378767, -0.0233458299189806 + ], + [ + -0.04727219045162201, 0.04054877161979675, 0.010843686759471893, 7.232529605971649e-5, + -0.015330038964748383, -0.010053503327071667, -0.014849825762212276, -0.05083141103386879, + -0.006495995447039604, -0.03852676600217819, -0.02486507222056389, 0.0011586952023208141, + -0.019870009273290634, -0.046251505613327026, -0.03352371230721474, -0.011475794017314911, + -0.04431900754570961, 0.01318977028131485, -0.05148306116461754, -0.06801963597536087, + -0.039763979613780975, 0.00018687621923163533, -0.024890299886465073, -0.05495349317789078, + 0.010644342750310898, -0.05195363983511925, -0.052917301654815674, 0.03236812725663185, + -0.002469191327691078, -0.007657566107809544, -0.01709054969251156, -0.03539249300956726, + -0.026278672739863396, -0.02769284136593342, -0.004596985876560211, -0.05382773280143738, + -0.03522362932562828, 0.004634765442460775, 0.03756821155548096, 0.05093812942504883, + -0.027834154665470123, -0.03458615019917488, 0.05312449112534523, 0.022404827177524567, + -0.05481460690498352, 0.022995300590991974, -0.014201734215021133, 0.0508856400847435, + -0.002903563901782036, -0.02032693475484848, -0.03726932033896446, -0.02437151037156582, + -0.06581917405128479, -0.008859141729772091, 0.0019017324084416032, 0.01481548696756363, + -0.06251425296068192, 0.004975412972271442, 0.05376787856221199, -0.04243673011660576, + 0.025349147617816925, -0.051741305738687515, -0.03603435307741165, -0.045878876000642776, + -0.01684957928955555, 0.009862018749117851, -0.01981617510318756, -0.020596802234649658, + 0.013020881451666355, -0.010857589542865753, 0.03292471170425415, -0.014993496239185333, + -0.04293207824230194, -0.007290252950042486, -0.07563204318284988, -0.05457577109336853, + 0.0024469620548188686, -0.022479569539427757, 0.04276019707322121, 0.022336384281516075, + -0.06755314022302628, 0.017450137063860893, 0.012608101591467857, 0.036234963685274124, + -0.07335323840379715, 0.00925873126834631, -0.03232976049184799, 0.00551293371245265, + 0.0089524295181036, -0.00472507206723094, 0.034734923392534256, -0.054324015974998474, + -0.03984685614705086, -0.001148101408034563, -0.020569248124957085, 0.03751832991838455, + -0.027493668720126152, -0.013153434731066227, -0.013903163373470306, 0.009711931459605694, + 0.02462308667600155, -0.011493013240396976, -0.0650748535990715, 0.004029391799122095, + -0.006429094821214676, 0.05795367807149887, -0.00423403037711978, -0.051359355449676514, + 0.01367869134992361, -0.026949750259518623, -0.0052151125855743885, 0.03578869625926018, + -0.009494333527982235, -0.010326365940272808, -0.04029364138841629, 0.003110420424491167, + -0.033359598368406296, -0.06157190352678299, 0.02674862928688526, -0.014523179270327091, + -0.04861842840909958, 0.04503864422440529, 0.005865457002073526, -0.033876750618219376, + 0.01815657876431942, -0.030191529542207718, -0.006077696103602648, 0.04535159468650818, + 0.04321320354938507, 0.04584024101495743, 0.03627163544297218, -0.04013647884130478, + -0.0262839887291193, 0.03674943000078201, -0.04634610563516617, -0.07635156065225601, + -0.023902757093310356, -0.05914374068379402, -0.024707704782485962, -0.02732326090335846, + 0.05989156663417816, -0.07253797352313995, 0.006896469742059708, -0.010731088928878307, + -0.03162951022386551, 0.03894936665892601, 0.001827317988499999, 0.017148686572909355, + -0.015559774823486805, -0.01147516444325447, -0.06422832608222961, -0.024279942736029625, + -0.04030073806643486, 0.016488172113895416, -0.058628737926483154, 0.04074691981077194, + -0.038394421339035034, 0.026063084602355957, -0.0430295430123806, 0.0032429636921733618, + -0.020320584997534752, -0.025379501283168793, -0.041478678584098816, 0.02821929194033146, + -0.0015806839801371098, -0.046271875500679016, -0.03460236266255379, -0.011541150510311127, + 0.016159238293766975, 0.03403784707188606, 0.04840172082185745, 0.02020334266126156, + -0.04710334539413452, -0.06224076822400093, -0.0613524354994297, 0.017585331574082375, + 0.028185924515128136, 0.035773780196905136, 0.028402917087078094, -0.07173807919025421, + -0.009751892648637295, 0.040603846311569214, -0.02498042955994606, -0.03057822585105896, + 0.027861174196004868, -0.030152305960655212, -0.00023523351410403848, -0.006870744284242392, + 0.01736830174922943, 0.02047925814986229, -0.03255969285964966, -0.06483783572912216, + -0.03394721448421478, -0.06689590215682983, 0.04565943032503128, -0.04469199478626251, + 0.002142073353752494, -0.00952177494764328, 0.006364678032696247, 0.01273106038570404, + -0.0412745364010334, 0.001588277518749237, 0.03712044283747673, 0.00427863746881485, + -0.007815583609044552, -0.024528436362743378, -0.0038336843717843294, -0.035120874643325806, + -0.06435147672891617, 0.04643544554710388, -0.018449582159519196, -0.04433713108301163, + 0.0458664670586586, -0.06926622241735458, -0.003582299454137683, 0.044114090502262115, + -0.024966146796941757, 0.010812435299158096, -0.05572573095560074, -0.038400549441576004, + 0.00768387271091342, 0.014266835525631905, 0.04767248034477234, -0.06147522106766701, + -0.06540613621473312, 0.043721139430999756, -0.06662983447313309, 0.02387142740190029, + 0.01499415934085846, -0.012436979450285435, -0.03756004199385643, -0.029091769829392433, + -0.06097891554236412, 0.021874092519283295, -0.0266204122453928, -0.06579846888780594, + -0.06551578640937805, 0.01651141233742237, -0.03378375619649887, 0.03538579121232033, + 0.02692459337413311, -0.004271022509783506, -0.0010632284684106708, -0.04938230291008949, + 0.045429352670907974, -0.053793806582689285, 0.02149246819317341, -0.059325918555259705, + -0.06349685043096542, -0.033556293696165085, 0.02563006617128849, -0.005155619233846664, + -0.02003314346075058, -0.037355586886405945, -0.015125063247978687, -0.00694706104695797 + ], + [ + 0.01116457860916853, -0.13637880980968475, -0.07698056101799011, 0.029308101162314415, + -0.013039128854870796, -0.03457721695303917, -0.057075366377830505, -0.0038092383183538914, + -0.0856335312128067, 0.02237524650990963, 0.0070973592810332775, 0.010312845930457115, + -0.07263682037591934, 0.06467362493276596, -0.06152268499135971, -0.10931671410799026, + -0.08763180673122406, -0.03451024368405342, -0.002638967474922538, 0.07699999213218689, + -0.16995283961296082, -0.004346111323684454, 0.15095004439353943, -0.006490862928330898, + -0.0611138753592968, 0.10043082386255264, 0.1361468881368637, -0.050318166613578796, + -0.09352245926856995, -0.08989826589822769, 0.029457421973347664, -0.04809753596782684, + -0.05478958040475845, 0.025025473907589912, -0.07779102772474289, -0.04758160561323166, + -0.026287196204066277, -0.025012405589222908, -0.11235002428293228, -0.1019013375043869, + -0.1304570585489273, 0.0248323492705822, -0.017100589349865913, -0.015304945409297943, + -0.049571502953767776, -0.1020193099975586, -0.05336669832468033, 0.08098159730434418, + 0.04791167378425598, 0.01686231419444084, 0.08341477811336517, -0.007112638093531132, + -0.039670608937740326, -0.18692101538181305, -0.06303263455629349, -0.054440293461084366, + -0.06253616511821747, -0.022663429379463196, -0.028408339247107506, -0.1565934121608734, + -0.059756483882665634, -0.05419008433818817, 0.0013060970231890678, -0.18520541489124298, + -0.058247510343790054, -0.00405023293569684, -0.062101803719997406, 0.0750579982995987, + 0.04683306813240051, 0.22839921712875366, -0.009693857282400131, 0.02729383297264576, + 0.052127499133348465, -0.048500850796699524, -0.13368865847587585, 0.0857526957988739, + 0.02063361369073391, 0.016706423833966255, 0.031180154532194138, 0.0002206108474638313, + 0.04897628352046013, 0.24706000089645386, 0.07429154217243195, 0.21446102857589722, 0.10050556808710098, + -0.11879885941743851, 0.0462443009018898, 0.046858761459589005, -0.039613790810108185, + -0.07115212082862854, 0.11551675200462341, -0.04620658978819847, 0.04967893660068512, + 0.029972899705171585, -0.040061235427856445, 0.09629476815462112, -0.05959361791610718, + -0.02504183165729046, -0.11483670026063919, 0.02112528681755066, 0.04774145036935806, + -0.00037099074688740075, -0.07373792678117752, -0.04289151728153229, -0.0022542886435985565, + 0.009008422493934631, -0.02318621426820755, -0.02788820117712021, 0.1357087343931198, + 0.06363219767808914, 0.020641759037971497, 0.04393922537565231, -0.04843607172369957, + -0.053318653255701065, -0.09472271800041199, 0.22976867854595184, 0.04152635112404823, + -0.04143058508634567, 0.018336916342377663, 0.12464839220046997, -0.08942445367574692, + 0.12385328859090805, -0.06127065792679787, -0.006925264373421669, -0.17556393146514893, + -0.07403779029846191, -0.11431656032800674, -0.020339151844382286, 0.2522406280040741, + 0.088966965675354, 0.08629252016544342, -0.06700118631124496, -0.06019136309623718, + 0.061297107487916946, -0.04502542316913605, 0.09220705181360245, -0.08650610595941544, + -0.04873628541827202, -0.11423874646425247, -0.0679531916975975, -0.010521955788135529, + -0.029680661857128143, -0.10031217336654663, 0.04507313296198845, -0.03634409233927727, + -0.01842658594250679, 0.06317108869552612, -0.09088482707738876, -0.02475672774016857, + -0.004719447810202837, -0.050727780908346176, 0.058039531111717224, 0.08302046358585358, + -0.11428245902061462, 0.055413879454135895, 0.07159072160720825, -0.057406023144721985, + -0.05372624844312668, 0.020334750413894653, -0.01409579161554575, -0.11579075455665588, + 0.0156826451420784, -0.05760535970330238, 0.062324851751327515, 0.01359392236918211, + -0.017579203471541405, -0.052766162902116776, 0.12990105152130127, -0.04734482243657112, + 0.06984774768352509, -0.09730439633131027, 0.07130264490842819, -0.1269371509552002, + -0.09278202801942825, -0.04131549596786499, -0.1545543521642685, -0.13069024682044983, + -0.19084657728672028, 0.05691909417510033, 0.02609030157327652, -0.028795696794986725, + -0.03509989008307457, 0.10404550284147263, -0.079433374106884, 0.0987706184387207, -0.15167678892612457, + -0.020985452458262444, -0.06396222114562988, -0.06844618171453476, 0.10756707936525345, + -0.10560136288404465, -0.055338311940431595, -0.1272687464952469, 0.08788449317216873, + 0.08467724919319153, 0.0704958513379097, -0.0026528763119131327, -0.07573270797729492, + -0.05840341001749039, 0.04810198023915291, 0.10980942100286484, -0.04442741721868515, + -0.06781544536352158, -0.09108540415763855, 0.08837385475635529, 0.03292051702737808, + 0.10911531746387482, -0.043865133076906204, 0.022758962586522102, -0.14695973694324493, + -0.06671149283647537, -0.12141099572181702, -0.11455843597650528, 0.05310042202472687, + 0.14340880513191223, -0.0880778357386589, -0.0381581112742424, -0.01830810122191906, + -0.04861193895339966, -0.15191853046417236, 0.0007884160149842501, 0.11894047260284424, + 0.014127887785434723, -0.15660372376441956, -0.012970004230737686, -0.14853669703006744, + -0.05632636323571205, -0.014450711198151112, -0.11912910640239716, -0.10363277792930603, + -0.09133250266313553, -0.08455515652894974, 0.007282164413481951, -0.08701755851507187, + 0.05033824220299721, 0.037234365940093994, -0.03169439360499382, 0.09103785455226898, + -0.09366054087877274, 0.06424169987440109, -0.12128426879644394, -0.12292307615280151, + 0.0996997281908989, 0.05338938534259796, 0.10620800405740738, -0.09164818376302719, + -0.00753855099901557, -0.011625588871538639, -0.05667835846543312, -0.04969647899270058, + -0.039005097001791, -0.004041710868477821, -0.01237063854932785, -0.023041997104883194, + -0.06143064796924591, 0.0070372167974710464 + ], + [ + 0.09389740228652954, 0.2481168657541275, 0.10647624731063843, 0.035603635013103485, + 0.016252176836133003, 0.03151005506515503, 0.14257946610450745, 0.1664206087589264, 0.07285695523023605, + 0.08391237258911133, 0.09742904454469681, 0.046830013394355774, 0.042425595223903656, + 0.03829791769385338, 0.11367760598659515, 0.10910942405462265, 0.1040484756231308, 0.15881378948688507, + 0.08697592467069626, -0.05946236476302147, 0.061590224504470825, 0.0069875409826636314, + -0.12692588567733765, -0.01727810502052307, 0.11306815594434738, 0.024566272273659706, + -0.1028786227107048, 0.006763234734535217, 0.09703736007213593, 0.038555994629859924, 0.053842943161726, + 0.006832937244325876, 0.11362752318382263, -0.04448820650577545, 0.09639319777488708, + 0.08249450474977493, -0.05049017071723938, 0.06628425419330597, 0.1265939176082611, 0.06791238486766815, + 0.13419993221759796, -0.02163904532790184, 0.052382942289114, 0.07522880285978317, 0.15135158598423004, + 0.06629419326782227, 0.06512013077735901, -0.1033468171954155, 0.061995960772037506, 0.0762212797999382, + -0.0033728969283401966, -0.07302557677030563, 0.03225567936897278, 0.18857648968696594, + 0.04955560714006424, 0.02779475972056389, 0.011806085705757141, 0.029875384643673897, + 0.16134017705917358, 0.11738618463277817, 0.07646152377128601, 0.0244950819760561, 0.010180851444602013, + 0.26800620555877686, 0.1540977507829666, 0.037329647690057755, 0.08950617164373398, + -0.07636773586273193, -0.03644793480634689, -0.14881156384944916, 0.025034694001078606, + 0.09989941120147705, 0.0004986771964468062, 0.007352756801992655, 0.10416915267705917, + 0.010965636000037193, 0.0249406136572361, 0.03148869052529335, -0.004876374267041683, + 0.03277302905917168, 0.07928968966007233, -0.1107243150472641, 0.021865036338567734, + -0.17205236852169037, -0.12617120146751404, 0.15321792662143707, 0.03159244731068611, + 0.0870218276977539, 0.03715618699789047, 0.02816118113696575, -0.10513964295387268, 0.08127526938915253, + -0.013525758869946003, 0.019016917794942856, 0.16320091485977173, -0.04194696620106697, + 0.15519575774669647, 0.17202851176261902, 0.11729969084262848, 0.050891343504190445, + -0.028377197682857513, 0.05994156002998352, 0.1411622315645218, 0.035625260323286057, + 0.012345124036073685, 0.04077299311757088, 0.0784163624048233, 0.0073651401326060295, + -0.1667766273021698, 0.027934253215789795, -0.04686867445707321, 0.011369874700903893, + 0.08327895402908325, 0.028890999034047127, 0.11912696808576584, -0.1427852064371109, + -0.006068183574825525, 0.10858115553855896, -0.008623592555522919, 0.014304889366030693, + 0.10186061263084412, 0.01395959872752428, 0.021031726151704788, 0.007330665830522776, + 0.18232743442058563, 0.1456182301044464, 0.20331574976444244, 0.0264030322432518, -0.13711994886398315, + -0.15103290975093842, -0.019350359216332436, 0.12565878033638, 0.06696061044931412, -0.0491383895277977, + 0.03809965029358864, -0.03057469055056572, 0.14535388350486755, 0.06975048035383224, + 0.17932677268981934, 0.09109640121459961, 0.0660206750035286, -0.013212112709879875, + 0.07502653449773788, 0.0437372550368309, -0.01666540652513504, 0.08578958362340927, + -0.07834012061357498, 0.06327381730079651, 0.09102790802717209, 0.023223210126161575, + 0.04816368967294693, 0.04288715869188309, 0.021138448268175125, 0.15709522366523743, + -0.0031970576383173466, -0.025880197063088417, 0.08521248400211334, 0.042368851602077484, + 0.0807664543390274, -0.026363281533122063, 0.06499197334051132, 0.09133731573820114, + 0.09096699953079224, -0.05649049952626228, 0.0024452144280076027, 0.13699112832546234, + 0.145681694149971, -0.10627257823944092, 0.09235634654760361, 0.0739707425236702, 0.08641842752695084, + -0.027111323550343513, 0.13159696757793427, 0.07141470164060593, 0.12084048241376877, + 0.1450120359659195, 0.17412500083446503, 0.23928888142108917, -0.0348760262131691, 0.06240120530128479, + 0.020468812435865402, 0.07984201610088348, 0.0014292963314801455, 0.1262260228395462, + -0.050476692616939545, 0.1760328859090805, 0.030462604016065598, 0.12754391133785248, + 0.12102125585079193, -0.11854397505521774, 0.14343155920505524, 0.06165511906147003, + 0.16704708337783813, -0.008421570062637329, -0.042584531009197235, -0.0584663487970829, + 0.04295738413929939, 0.15273450314998627, 0.12110742926597595, 0.06774737685918808, + -0.023745425045490265, 0.12835568189620972, 0.049830928444862366, 0.1429327130317688, + -0.016788257285952568, 0.032407186925411224, -0.13073748350143433, 0.06939443200826645, + -0.04986293241381645, 0.14524461328983307, 0.05447306111454964, 0.16465938091278076, + 0.16994163393974304, 0.058021340519189835, -0.0447174608707428, 0.09867919236421585, + -0.009715684689581394, 0.07087205350399017, 0.04732406139373779, 0.20554302632808685, + 0.05453804135322571, 0.011947978287935257, 0.07828733325004578, 0.19813945889472961, + 0.07647643983364105, 0.05907268077135086, 0.011962386779487133, 0.04817472770810127, + 0.16528178751468658, 0.10908922553062439, 0.10070096701383591, 0.06370337307453156, 0.09708137065172195, + 0.20321422815322876, 0.013325546868145466, 0.060859471559524536, 0.034207917749881744, + -0.0485401526093483, 0.10356799513101578, -0.010710258036851883, 0.08389011770486832, + 0.08687763661146164, 0.05103498697280884, -0.08628129959106445, 0.041113827377557755, + 0.014226573519408703, -0.0019513906445354223, 0.03401454538106918, 0.03244053199887276, + 0.0842449888586998, 0.03578794375061989, 0.05941082909703255, 0.14108319580554962, 0.011643674224615097, + 0.016043411567807198, -0.0105186952278018 + ], + [ + -0.04052392765879631, -0.1161004826426506, -0.09551860392093658, 0.017249176278710365, + -0.0468808077275753, -0.0938069298863411, -0.09109871834516525, -0.12982596457004547, + -0.053584106266498566, -0.04272521287202835, -0.002024987945333123, 0.04157853499054909, + -0.027254045009613037, 0.045121483504772186, -0.015205800533294678, -0.09124476462602615, + -0.06240697205066681, -0.11721502989530563, -0.08201998472213745, 0.08627401292324066, + -0.07325153052806854, -0.09753016382455826, 0.18823273479938507, 0.08660471439361572, + -0.12592679262161255, 0.06140030920505524, 0.13304314017295837, 0.004065957851707935, + -0.024461528286337852, -0.07421690225601196, 0.08964598178863525, -0.045828212052583694, + -0.051232896745204926, 0.067263662815094, -0.07048260420560837, -0.018017422407865524, + 0.08092382550239563, -0.006388387177139521, -0.08789795637130737, -0.04381096735596657, + -0.0877571702003479, 0.06403517723083496, 0.01737770438194275, -0.09579726308584213, + -0.050964996218681335, -0.029620226472616196, -0.1221766546368599, 0.1435754895210266, + -0.029864097014069557, -0.06953001022338867, 0.02948312647640705, 0.03344111517071724, + -0.03896132484078407, -0.1921560913324356, -0.14871354401111603, -0.054442789405584335, + -0.0539080873131752, -0.005364963784813881, -0.096405528485775, -0.15398812294006348, + -0.0020493229385465384, -0.09191073477268219, 0.12558217346668243, -0.07117912918329239, + -0.04487652704119682, -0.016385840252041817, -0.07784073799848557, 0.0926702469587326, + 0.04885617643594742, 0.22595219314098358, -0.06563811004161835, -0.09605628997087479, + -0.03667347505688667, 0.023488769307732582, -0.11280152946710587, 0.10738418996334076, + 0.03288104757666588, -0.09093435853719711, 0.11282060295343399, -0.08162038773298264, + -0.06057974696159363, 0.24681711196899414, 0.054621998220682144, 0.17988313734531403, + 0.16639378666877747, -0.0951758474111557, 0.06977324187755585, -0.09954283386468887, + 0.03355758637189865, -0.017172519117593765, 0.1734163761138916, -0.05361023172736168, + 0.030731773003935814, 0.022017426788806915, -0.09465008974075317, 0.015539859421551228, + -0.060933277010917664, -0.00048802499077282846, -0.056307677179574966, 0.03814993053674698, + 0.125108003616333, -0.04104645550251007, -0.0017462236573919654, -0.021686572581529617, + 0.08950288593769073, -0.09394975751638412, -0.0671696588397026, 0.07900310307741165, + 0.19934561848640442, 0.04409974068403244, 0.09786128252744675, 0.054753825068473816, + -0.12005732208490372, -0.031159617006778717, -0.09590613096952438, 0.14234481751918793, + 0.007020741235464811, -0.09216773509979248, -0.03508426621556282, 0.11995814740657806, + -0.0446636825799942, 0.07537513226270676, -0.06002448871731758, -0.03865446522831917, + -0.10569678992033005, -0.11688649654388428, -0.09669895470142365, -0.03762850537896156, + 0.25848525762557983, 0.11263429373502731, 0.07474859058856964, -0.07965277880430222, + -0.12711912393569946, 0.07602396607398987, -0.023362983018159866, 0.04347185418009758, + 0.007907243445515633, -0.07465051114559174, -0.09642139822244644, -0.09806709736585617, + 0.028809787705540657, -0.06907366216182709, -0.0042351288720965385, -0.05411694571375847, + -0.06968406587839127, -0.051899854093790054, 0.10809449851512909, -0.12561723589897156, + -0.021863875910639763, 0.07095575332641602, -0.039190761744976044, 0.05843565613031387, + 0.030047526583075523, -0.006660607643425465, 0.06965967267751694, 0.042927369475364685, + -0.0599246546626091, -0.06626340746879578, -0.06037493422627449, -5.9230475017102435e-5, + -0.14097176492214203, -0.06341784447431564, -0.14662224054336548, 0.06383023411035538, + 0.09286525100469589, -0.09097309410572052, -0.04899625852704048, 0.1819356083869934, + -0.06276249140501022, -0.07637614011764526, -0.04552016779780388, 0.07384839653968811, + -0.09967480599880219, -0.09266608953475952, -0.02556157484650612, -0.0516602098941803, + -0.12155170738697052, -0.11356006562709808, 0.09058960527181625, -0.026925574988126755, + -0.1174544095993042, -0.08136413246393204, 0.05989331007003784, -0.11327844113111496, + 0.023002779111266136, -0.06776337325572968, 0.07049021124839783, -0.16621318459510803, + 0.025424635037779808, 0.08491185307502747, -0.16544537246227264, -0.0009126947843469679, + -0.10639820247888565, 0.051244549453258514, 0.06062789261341095, -0.01195570733398199, + 0.01677468605339527, -0.050254687666893005, -0.08228405565023422, 0.08550110459327698, + 0.08620045334100723, -0.03756733238697052, -0.07233783602714539, -0.03655267879366875, + 0.06776497513055801, 0.05557543411850929, 0.11000986397266388, -0.06884613633155823, + 0.007273150607943535, -0.05157245695590973, -0.06016210839152336, -0.16779641807079315, + -0.08089634776115417, 0.09542502462863922, 0.10808670520782471, -0.12210867553949356, + 0.010113094002008438, -0.002664225408807397, -0.09099505096673965, -0.10092014074325562, + -0.02581055462360382, 0.0880187451839447, 0.001519555225968361, -0.05683641880750656, + -0.013080757111310959, -0.06882872432470322, -0.10865053534507751, -0.07977736741304398, + -0.12306509166955948, -0.14923177659511566, -0.06841912120580673, -0.04464896768331528, + -0.09577511250972748, -0.04341309145092964, 0.06106530874967575, 0.026670869439840317, + 0.01775480806827545, 0.09556861966848373, -0.08179301768541336, 0.026399683207273483, + -0.0557202510535717, -0.08475110679864883, 0.05945999175310135, 0.07560396194458008, + 0.061278071254491806, -0.027594447135925293, -0.01238480769097805, -0.0611303485929966, + -0.054283786565065384, -0.08554944396018982, -0.01165727712213993, -0.04546267166733742, + -0.08416784554719925, -0.03362427279353142, -0.07350297272205353, -0.011463467963039875 + ], + [ + -0.09891881793737411, -0.18543243408203125, -0.1202831119298935, 0.07243742793798447, + -0.07784196734428406, -0.06239181384444237, -0.0533980093896389, -0.02152431569993496, + -0.13869602978229523, 0.0071783969178795815, 0.006248261779546738, 0.07457184791564941, + -0.08702096343040466, 0.04050234332680702, -0.03499526157975197, -0.09204481542110443, + -0.13837221264839172, -0.09890961647033691, -0.0323278047144413, 0.0991894081234932, + -0.1319812685251236, -0.041358478367328644, 0.2071032077074051, 0.0903533548116684, + -0.018528738990426064, 0.004410115536302328, 0.10827399045228958, -0.04724549502134323, + -0.04931031912565231, -0.07362835109233856, 0.04325804486870766, 0.007257017306983471, + -0.030777474865317345, 0.06196870282292366, -0.1016300842165947, -0.02289477363228798, + 0.07875172048807144, 0.03897987678647041, -0.07080366462469101, -0.10858804732561111, + 0.009489268995821476, 0.02485448680818081, -0.03600362315773964, -0.00562450522556901, + -0.07599322497844696, -0.04817540571093559, -0.08845455944538116, 0.08428853750228882, + -0.04311411455273628, 0.02556973695755005, 0.01861598715186119, 0.04550571367144585, + -0.02031264454126358, -0.0991206020116806, -0.1540624350309372, 0.005097357556223869, + 0.00010818660666700453, -0.06986276060342789, -0.15751196444034576, -0.1727447658777237, + -0.10315736383199692, -0.04120289161801338, 0.1406208723783493, -0.08035601675510406, + -0.06366924941539764, 0.09712382405996323, -0.018415577709674835, 0.04888206347823143, + -0.02745928429067135, 0.201786071062088, 0.0019585273694247007, -0.026242101565003395, + 0.05162186175584793, -0.05672121420502663, -0.09688421338796616, 0.06521465629339218, + 0.02415507845580578, -0.07969007641077042, 0.07407458871603012, -0.0757928118109703, + -0.018893824890255928, 0.26946428418159485, 0.03928138688206673, 0.19611792266368866, + 0.09330669790506363, -0.12358614057302475, 0.007138760294765234, -0.07671741396188736, + -0.006027436815202236, -0.10744387656450272, 0.1412731558084488, -0.0606917068362236, 0.100303515791893, + -0.06505802273750305, -0.07946395128965378, 0.1112121045589447, -0.12498944997787476, + -0.060790374875068665, -0.07693129777908325, 0.05597010254859924, 0.06009252741932869, + -0.036555469036102295, -0.07864167541265488, 0.03553549572825432, 0.09957941621541977, + -0.024578511714935303, -0.09321953356266022, 0.092618428170681, 0.1986815184354782, 0.11116695404052734, + 0.06315824389457703, 0.11876272410154343, -0.024163609370589256, -0.022337380796670914, + -0.0689118430018425, 0.18090376257896423, 0.05587546154856682, -0.04105855152010918, + 0.0030438390094786882, 0.08250124007463455, -0.09008486568927765, 0.12492670863866806, + -0.04346376284956932, -0.008854545652866364, -0.06685109436511993, -0.060845259577035904, + -0.06227443739771843, -0.09476504474878311, 0.28480425477027893, 0.05387583374977112, + 0.0060891639441251755, 0.006012980826199055, -0.10559700429439545, 0.05261168256402016, + -0.04684550687670708, 0.08547864854335785, -0.08558246493339539, -0.07516851276159286, + -0.0858854204416275, -0.10528116673231125, 0.052362747490406036, 0.0010610992321744561, + -0.10172710567712784, 0.03891351819038391, -0.055799536406993866, -0.014245531521737576, + 0.032633814960718155, -0.1245543509721756, -0.023451438173651695, 0.03585973381996155, + -0.0640680268406868, 0.052668944001197815, 0.10283829271793365, -0.11428252607584, 0.09639938175678253, + 0.10173123329877853, -0.12990960478782654, -0.07171028852462769, -0.011278046295046806, + 0.1144288182258606, -0.10089990496635437, -0.05882861465215683, -0.11357241868972778, + 0.08190017193555832, 0.019703181460499763, -0.0789056196808815, -0.13550099730491638, + 0.2080882042646408, 0.03209459036588669, 0.0094673503190279, -0.031440045684576035, 0.08943124860525131, + -0.1474994271993637, -0.0943526029586792, 0.0067727952264249325, -0.1616789996623993, + -0.11734944581985474, -0.1315634697675705, 0.056657660752534866, -0.02015763521194458, + -0.07521859556436539, -0.0656319260597229, 0.14143110811710358, -0.01652398146688938, + 0.032474320381879807, -0.08649750798940659, -0.027341101318597794, -0.13230964541435242, + -0.05720026046037674, 0.12766392529010773, -0.15946562588214874, 0.012418312020599842, + -0.1553855836391449, 0.10827763378620148, 0.09015855938196182, 0.04700697958469391, + 0.008717061020433903, -0.1383722722530365, -0.07205521315336227, 0.05797009542584419, + -0.0013986810809001327, -0.0647781565785408, 0.021705685183405876, -0.17019055783748627, + 0.05452267825603485, 0.061485372483730316, 0.09571059048175812, -0.03143380209803581, + -0.000762615876737982, -0.05157298594713211, -0.05425611510872841, -0.1575157642364502, + -0.12242802232503891, 0.053593672811985016, 0.15957196056842804, -0.05736825615167618, + 0.02228635922074318, -0.03714493662118912, 0.035304345190525055, -0.12650808691978455, + -0.04016990587115288, 0.08776248246431351, 0.06285657733678818, -0.10729703307151794, + -0.04533356428146362, -0.08022303879261017, -0.08543692529201508, -0.06313294917345047, + -0.04937098175287247, -0.1181521862745285, -0.09568039327859879, 0.010429201647639275, + -0.09830678999423981, -0.0850454643368721, 0.05851198732852936, -0.060743123292922974, + 0.001911731087602675, 0.06927770376205444, -0.07341562956571579, 0.1330319494009018, + -0.06145593896508217, -0.06475944072008133, 0.0872977077960968, 0.018975848332047462, + 0.022074347361922264, -0.037867605686187744, -0.03419749066233635, -0.0955350399017334, + -0.024478785693645477, 0.03159857913851738, -0.05860176682472229, -0.03513310104608536, + 0.008110767230391502, -0.05770687013864517, 0.031867630779743195, -0.07347582280635834 + ], + [ + 0.010989624075591564, 0.1393059343099594, 0.09737033396959305, 0.024027908220887184, + 0.023038949817419052, 0.10437256097793579, 0.0988955944776535, 0.107320137321949, 0.04744653403759003, + 0.07141925394535065, 0.029506970196962357, 0.022322986274957657, 0.06768171489238739, + -0.0056236907839775085, -0.0010160559322685003, 0.1198810338973999, 0.18593823909759521, + 0.15050509572029114, -0.01393864955753088, 0.0076403506100177765, 0.13538594543933868, + 0.08629540354013443, -0.07841084152460098, 0.0086892144754529, 0.0454191155731678, + -0.009886498562991619, -0.05631435289978981, -0.029350629076361656, 0.09367097914218903, + 0.04638592153787613, 0.07549256086349487, 0.10011126846075058, 0.0885886549949646, -0.00477795023471117, + 0.1261720508337021, -0.012586569413542747, -0.029951736330986023, 0.07353239506483078, + 0.09294980019330978, 0.07985010743141174, 0.03770379722118378, -0.021891415119171143, + 0.06529861688613892, 0.03731792792677879, 0.10908666253089905, 0.10869380086660385, 0.12361195683479309, + 0.020505208522081375, -0.016237443313002586, 0.013112001121044159, 0.019715936854481697, + -0.030355779454112053, 0.05073482543230057, 0.10313721746206284, 0.08780794590711594, + 0.004625590518116951, 0.03930522873997688, 0.06286309659481049, 0.16732609272003174, + 0.13180513679981232, 0.1878753900527954, 0.026862727478146553, -0.036612577736377716, + 0.1535818874835968, 0.18554727733135223, -0.014178071171045303, 0.03511989116668701, + 0.05078091099858284, 0.06449374556541443, -0.14196594059467316, 0.045080821961164474, + 0.028767995536327362, -0.03413429856300354, 0.0813525915145874, 0.09706233441829681, + -0.07664718478918076, 0.03872130066156387, 0.04827091842889786, 0.04287347570061684, + -0.027621611952781677, -0.04154198616743088, -0.12472375482320786, 0.05306653305888176, + -0.17270751297473907, -0.15108954906463623, 0.09826962649822235, 0.05135008692741394, + -0.03573969379067421, 0.005652118008583784, 0.03345947712659836, -0.13177525997161865, + 0.01643115095794201, -0.05137057974934578, 0.09558658301830292, 0.08794350177049637, + 0.023416347801685333, 0.14854197204113007, 0.021511325612664223, 0.08167923986911774, + 0.0424005389213562, -0.034702982753515244, 0.11126665025949478, 0.043349090963602066, + 0.07599228620529175, -0.008787175640463829, -0.008702719584107399, 0.1148073598742485, + -0.01839287579059601, -0.12751717865467072, 0.049704115837812424, -0.05927814915776253, + 0.013792432844638824, 0.08578446507453918, 0.02770112454891205, 0.10569453984498978, + -0.18058361113071442, -0.040104929357767105, 0.08247780054807663, 0.07199471443891525, + 0.008299854584038258, 0.011680155992507935, 0.037491269409656525, 0.002245507203042507, + 0.012015203014016151, 0.13027125597000122, 0.04407857730984688, 0.09141777455806732, + 0.10446184873580933, -0.16049131751060486, -0.15711213648319244, 0.04507213458418846, + 0.012093489989638329, 0.09743984043598175, -0.03310934826731682, 0.048982053995132446, + 0.009158385917544365, 0.016289791092276573, 0.12624530494213104, 0.14546170830726624, 0.132639542222023, + 0.05197399482131004, 0.014972683973610401, 0.07374344021081924, -0.013198647648096085, + 0.01226050965487957, 0.015577519312500954, -0.09445278346538544, 0.14901721477508545, + 0.05748626962304115, -0.019013846293091774, 0.08794546127319336, -0.022374356165528297, + -0.021681923419237137, 0.08270369470119476, 0.06059984862804413, 0.009615098126232624, + 0.13705477118492126, 0.024903157725930214, 0.016323059797286987, 0.03315699100494385, + 0.07364506274461746, -0.026075368747115135, 0.08443890511989594, 0.053213562816381454, + -0.06165885552763939, 0.15654444694519043, 0.06077916920185089, -0.07621052861213684, + 0.05553858354687691, -0.044469501823186874, 0.0937640368938446, 0.037193551659584045, + 0.07899414002895355, 0.06031336635351181, 0.019358893856406212, 0.15088054537773132, + 0.08946950733661652, 0.18588314950466156, -0.02306508645415306, 0.08724544197320938, + 0.09364903718233109, 0.07441668957471848, -0.022937998175621033, 0.0936238020658493, + -0.013530457392334938, 0.20059068500995636, -0.02532139979302883, 0.1299627274274826, + 0.09471240639686584, -0.11118345707654953, 0.13807204365730286, -0.017778338864445686, + 0.17510971426963806, -0.00734648248180747, -0.0226471945643425, 0.036424800753593445, + 0.02895623818039894, 0.17677398025989532, 0.03547922894358635, 0.0047956304624676704, + 0.024307511746883392, 0.11546175181865692, -0.004258160945028067, 0.023911019787192345, + 0.0016737846890464425, -0.046485643833875656, -0.14052698016166687, 0.06887296587228775, + 0.01695384457707405, 0.0645001009106636, 0.04757584631443024, 0.2021435648202896, 0.1270737498998642, + 0.06867692619562149, -0.07184506207704544, 0.07677697390317917, -0.028873641043901443, + -0.00030693155713379383, -0.023604407906532288, 0.1137050986289978, 0.02071325294673443, + -0.057380758225917816, 0.03874979540705681, 0.07526193559169769, 0.04230321943759918, + 0.09203441441059113, 0.0778999850153923, 0.05871120095252991, 0.12120545655488968, 0.11140662431716919, + 0.07444088160991669, 0.08598164469003677, 0.053303271532058716, 0.10120496153831482, + -0.047277141362428665, -0.030336473137140274, 0.04777026176452637, 0.018400246277451515, + 0.10625778883695602, 0.04470756649971008, 0.09891699254512787, 0.05139411240816116, + 0.012542064301669598, -0.07259228825569153, -0.0032527060247957706, 0.013917878270149231, + 0.029945870861411095, 0.0033002712298184633, 0.008724981918931007, -0.014827057719230652, + 0.024015821516513824, 0.026754768565297127, 0.05190269276499748, 0.08735359460115433, + 0.018224429339170456, 0.10304289311170578 + ], + [ + -0.017028693109750748, -0.1473979949951172, -0.1126946210861206, 0.049748439341783524, + -0.011278437450528145, -0.014993390068411827, -0.048306602984666824, -0.1219700500369072, + -0.11827656626701355, 0.020899681374430656, 0.02568596974015236, 0.0934353619813919, + -0.10051610320806503, 0.022297602146863937, -0.08863727003335953, -0.08639200031757355, + -0.10694460570812225, -0.09603741019964218, -0.005059967748820782, 0.09568120539188385, + -0.09990506619215012, -0.0828411728143692, 0.2457936704158783, 0.07187066972255707, + -0.16818125545978546, 0.07281385362148285, 0.13242395222187042, 0.024268226698040962, + -0.05291397497057915, -0.00930972769856453, 0.019523004069924355, -0.054633695632219315, + -0.031430136412382126, 0.07513092458248138, -0.09182779490947723, -0.05234583094716072, + 0.0650220662355423, -0.04590749368071556, -0.09613028168678284, -0.12543044984340668, + -0.03671954944729805, 0.03793985769152641, 0.032946616411209106, -0.056787703186273575, + -0.08255527913570404, -0.0250241681933403, -0.12336192280054092, 0.10284474492073059, + -0.036019857972860336, -0.02964424528181553, 0.02523951046168804, 0.12773019075393677, + -0.029199469834566116, -0.2333529144525528, -0.02978762611746788, 0.020379656925797462, + 0.04542876034975052, -0.04354970529675484, -0.10139536112546921, -0.17634905874729156, + -0.04699508473277092, -0.005772207397967577, 0.03951425850391388, -0.134739488363266, + -0.12476859986782074, 0.03492981195449829, -0.079563207924366, 0.09385427832603455, 0.04991284757852554, + 0.2100161761045456, 0.053736381232738495, 0.03224463015794754, 0.06498955190181732, 0.03143562376499176, + -0.1198640689253807, 0.12696732580661774, 0.10299016535282135, -0.021341973915696144, + 0.07652919739484787, -0.04303177073597908, 0.0296865813434124, 0.21631169319152832, + 0.0038628620095551014, 0.1810993105173111, 0.24271735548973083, -0.1386433243751526, + 0.02674788609147072, -0.0022569738794118166, 0.034764308482408524, -0.06142091378569603, + 0.16851480305194855, 0.03670312464237213, 0.09938105940818787, -0.03508293256163597, + -0.14171883463859558, 0.11115630716085434, -0.10987789928913116, -0.07650338858366013, + -0.08320214599370956, 0.020881880074739456, 0.07649140059947968, -0.1426088809967041, + -0.06041743606328964, 0.0585806742310524, 0.02700032666325569, -0.010830134153366089, + -0.04591059684753418, -0.003048746148124337, 0.23161451518535614, 0.0737685114145279, + -0.007846915163099766, 0.002295674988999963, -0.003498646430671215, 0.03593724966049194, + -0.16842111945152283, 0.2687707841396332, 0.11622937768697739, -0.08003483712673187, + -0.04073210805654526, 0.10119233280420303, -0.07080478966236115, 0.08769769966602325, + -0.0483165979385376, -0.08394552767276764, -0.1005796492099762, -0.1160682812333107, + -0.1699533462524414, -0.09989684075117111, 0.3079967796802521, 0.12422801554203033, + 0.014852610416710377, -0.07956380397081375, -0.0985136479139328, 0.06613671034574509, + -0.05526456981897354, 0.12236493825912476, -0.10814686864614487, -0.12610124051570892, + -0.04697350040078163, 0.0005587905761785805, 0.03219311684370041, 0.014714308083057404, + -0.10657671093940735, 0.05508314073085785, 0.03168125078082085, 0.044344861060380936, + 0.08494948595762253, -0.10813158005475998, -0.045473095029592514, 0.09675292670726776, + -0.08748917281627655, 0.017230186611413956, 0.07647616416215897, -0.11156859248876572, + -0.015039085410535336, 0.09247343242168427, -0.19927142560482025, -0.019011348485946655, + -0.04612923413515091, 0.01761002093553543, -0.05206495523452759, -0.005223107058554888, + -0.06934163719415665, 0.04551222547888756, 0.029825162142515182, -0.1151658445596695, + -0.06774571537971497, 0.14385689795017242, -0.0455470085144043, 0.017675643786787987, + -0.14704859256744385, -0.026665249839425087, -0.12490760535001755, -0.06761027872562408, + -0.045406773686409, -0.16662365198135376, -0.04927714914083481, -0.17951475083827972, + 0.11086542159318924, -0.008275894448161125, -0.06947121769189835, 0.019343310967087746, + 0.1167193204164505, -0.0008512428612448275, 0.02553517371416092, -0.18192031979560852, + 0.07706905156373978, -0.10166827589273453, -0.01952643319964409, 0.10557089000940323, + -0.15627799928188324, -0.034699901938438416, -0.18456768989562988, 0.09799397736787796, + -0.008085295557975769, 0.08063442260026932, 0.00992297288030386, -0.08196813613176346, + -0.05416683480143547, -0.0023698958102613688, 0.016018880531191826, -0.06232822313904762, + -0.05888552963733673, -0.14208093285560608, 0.032927725464105606, 0.022625522688031197, + 0.16076909005641937, 0.03195946291089058, -0.01671799272298813, -0.11146818101406097, + -0.044411126524209976, -0.16102257370948792, -0.14591963589191437, -0.006070718169212341, + 0.12433894723653793, -0.11732415854930878, -0.013423276133835316, -0.040588922798633575, + -0.003981619607657194, -0.12728643417358398, -0.02173689939081669, 0.05615353584289551, + 0.06596515327692032, -0.10850302875041962, 0.03410404175519943, -0.04907764494419098, + 0.027675645425915718, -0.013081234879791737, -0.06113271042704582, -0.1763276308774948, + -0.06770256906747818, -0.09692961722612381, -0.03395174443721771, -0.08528733998537064, + -0.013674596324563026, -0.030506867915391922, -0.050825752317905426, 0.020527934655547142, + -0.09234530478715897, 0.06620029360055923, -0.09560169279575348, -0.036286644637584686, + 0.047656212002038956, 0.10132303833961487, 0.018984323367476463, -0.03536450117826462, + 0.04015681520104408, 0.014713268727064133, -0.038908686488866806, -0.04287118464708328, + -0.06304630637168884, -0.12179511040449142, -0.04461344704031944, 0.07347458600997925, + 0.021348698064684868, -0.025874018669128418 + ], + [ + -0.11879973113536835, -0.1671711951494217, -0.0879572182893753, 0.014308152720332146, + -0.08866189420223236, -0.012108205817639828, -0.0842256247997284, -0.07406777888536453, + -0.14167053997516632, -0.041655343025922775, -0.015941740944981575, 0.05930285155773163, + -0.05872827395796776, 0.08813183009624481, -0.07161103188991547, -0.11176156252622604, + -0.04342236369848251, -0.09301606565713882, 0.009435943327844143, 0.033951591700315475, + -0.09068286418914795, -0.0021393131464719772, 0.09013240784406662, 0.08488722890615463, + -0.04092986136674881, 0.06724853068590164, 0.1558832824230194, 0.00329983071424067, + 0.007234684191644192, -0.10251893848180771, 0.07059899717569351, -0.004551134537905455, + -0.07069776952266693, 0.05887598544359207, -0.09224355220794678, -0.037356384098529816, + 0.10419611632823944, -0.05355055630207062, -0.10614745318889618, -0.04218357056379318, + -0.02108212746679783, 0.09151912480592728, -0.03954555466771126, -0.02049998939037323, + -0.09764070063829422, -0.016468748450279236, -0.12119976431131363, 0.06808765977621078, + 0.046003617346286774, 0.027469145134091377, 0.027534084394574165, 0.060337699949741364, + -0.053404927253723145, -0.1787165105342865, -0.14333868026733398, -0.08576720952987671, + -0.03348551318049431, -0.04788997769355774, -0.04005875810980797, -0.09338437765836716, + -0.02792579121887684, -0.020082762464880943, 0.09117003530263901, -0.13683678209781647, + -0.05528118461370468, 0.012136959470808506, -0.10097187757492065, 0.033097658306360245, + 0.006921987049281597, 0.21688202023506165, 0.008348707109689713, -0.06320635974407196, + 0.059591811150312424, -0.005060609430074692, -0.06479641795158386, 0.002750560874119401, + 0.04125016927719116, -0.08466032892465591, 0.07401874661445618, -0.04397561401128769, + 0.03653008118271828, 0.2157825082540512, 0.07696925848722458, 0.15560731291770935, 0.17898327112197876, + -0.16629435122013092, 0.07738017290830612, 0.03101721964776516, 0.054628677666187286, + -0.0805627703666687, 0.10212710499763489, -0.03033445030450821, 0.01958448253571987, + -0.03454175218939781, -0.10802248865365982, -0.007771695032715797, -0.01912638731300831, + -0.04470578953623772, -0.09841059148311615, -0.02151442877948284, 0.10168126225471497, + -0.07615647464990616, -0.019390778616070747, 0.03134609013795853, 0.07307734340429306, + -0.05385267361998558, -0.04233837127685547, -0.011478658765554428, 0.16292233765125275, + 0.061777036637067795, 0.004708917811512947, 0.10026291757822037, -0.11080198734998703, + -0.06753518432378769, -0.12722845375537872, 0.22238010168075562, 0.08201277256011963, + -0.013958710245788097, 0.05141884833574295, 0.09750071167945862, -0.07682828605175018, + 0.048422109335660934, -0.09249846637248993, -0.04448183998465538, -0.07005203515291214, + -0.07086633145809174, -0.10256966948509216, -0.07564166188240051, 0.1828606128692627, + 0.10637834668159485, 0.08053932338953018, -0.03186566382646561, -0.06091154366731644, + 0.08324329555034637, -0.0331948883831501, 0.13596010208129883, -0.012986036948859692, + -0.07102107256650925, -0.1648382693529129, -0.09211854636669159, 0.0446624681353569, + -0.05489740148186684, -0.06292641907930374, 0.032542236149311066, -0.03426935896277428, + -0.059415075927972794, 0.06295974552631378, -0.10024125128984451, -0.02332714945077896, + 0.1053028479218483, -0.03776516020298004, 0.10601243376731873, -0.011838015168905258, + -0.06868375092744827, 0.07068511098623276, 0.06915218383073807, -0.14852528274059296, + -0.007985170930624008, -0.07852824032306671, 0.06780171394348145, -0.09326854348182678, + 0.016411518678069115, -0.0704314336180687, -0.000728788145352155, 0.08008691668510437, + -0.06276386231184006, -0.1374744027853012, 0.1722123920917511, -0.05241890624165535, + 0.009473510086536407, -0.12230526655912399, 0.03310581296682358, -0.14221026003360748, + -0.1359904408454895, 0.012366266921162605, -0.11751112341880798, -0.11841494590044022, + -0.1626417189836502, 0.06923134624958038, -0.029139874503016472, -0.07446445524692535, + -0.05544774979352951, 0.048794083297252655, 0.010384248569607735, 0.08741296082735062, + -0.15691038966178894, 0.04820036143064499, -0.13880960643291473, -0.02588464878499508, + 0.10186860710382462, -0.04258093982934952, -0.07248872518539429, -0.1863984614610672, + 0.07304495573043823, -0.0032896562479436398, -0.005811704788357019, -0.08582047373056412, + -0.10830235481262207, -0.02783430926501751, 0.02644234150648117, 0.10165797173976898, + -0.1197759136557579, 0.045217130333185196, -0.10292226821184158, 0.09861131757497787, + 0.06836766004562378, 0.16553933918476105, -0.04521416872739792, -0.010952143929898739, + -0.13191601634025574, -0.018957672640681267, -0.1466866135597229, -0.1403631865978241, + 0.08004441857337952, 0.037686411291360855, -0.1493409126996994, -0.030623426660895348, + -0.021186236292123795, -0.05428757146000862, -0.1709921956062317, -0.10391401499509811, + 0.07622639834880829, 0.031770043075084686, -0.15360182523727417, 0.015251532196998596, + -0.034889984875917435, 0.0006853245431557298, -0.05985211580991745, -0.06432922184467316, + -0.12583819031715393, 0.0017459815135225654, -0.04749470204114914, -0.057805370539426804, + -0.13778077065944672, 0.08750610798597336, -0.004987788386642933, -0.027579443529248238, + 0.022917091846466064, -0.013638796284794807, 0.016353251412510872, -0.07952608913183212, + -0.036084845662117004, 0.043136388063430786, 0.034596037119627, 0.07551701366901398, + -0.007192036136984825, -0.08222156018018723, -0.013413621112704277, -0.03226723521947861, + -0.034224022179841995, -0.018707847222685814, -0.06181463971734047, -0.007943022064864635, + -0.07017235457897186, -0.06886710226535797, 0.02057562582194805 + ], + [ + 0.11028140038251877, 0.17678718268871307, 0.047933708876371384, -0.057182300835847855, + 0.039631206542253494, 0.028805073350667953, 0.08171222358942032, 0.10225319862365723, + 0.16964679956436157, 0.042273979634046555, 0.08558330684900284, 0.00348346633836627, + -0.0019217014778405428, 0.017463840544223785, 0.12721195816993713, 0.02616768516600132, + 0.07173271477222443, 0.14956945180892944, 0.050155580043792725, -0.0679795891046524, + 0.06817016750574112, 0.07639455795288086, -0.08692623674869537, 0.0563519261777401, 0.11972250789403915, + -0.01094229519367218, -0.08750764280557632, 0.005662026349455118, 0.13567578792572021, + -0.004701996222138405, 0.03314967453479767, 0.06307707726955414, 0.1519724279642105, + 0.042353905737400055, 0.0984107032418251, 0.0470854677259922, 0.05506626516580582, 0.06444622576236725, + 0.09823501110076904, 0.13185758888721466, 0.040492407977581024, -0.005861018784344196, + 0.01984460838139057, 0.05790429562330246, 0.016516122967004776, 0.12566670775413513, 0.1192176416516304, + 0.014049064368009567, -0.010160842910408974, -0.022105427458882332, -0.020424291491508484, + 0.022710716351866722, 0.09232110530138016, 0.10022430866956711, 0.06017940118908882, 0.1202637255191803, + 0.04760584607720375, 0.05390014126896858, 0.060770705342292786, 0.1511172503232956, + 0.043073926120996475, 0.023302804678678513, -0.08659321814775467, 0.12577055394649506, + 0.1561935544013977, -0.008980036713182926, 0.06021398678421974, -0.024411071091890335, + -0.005622269585728645, -0.22201062738895416, 0.10950634628534317, 0.12287119030952454, + -0.016754591837525368, 0.09493856877088547, 0.15474370121955872, 0.006524485070258379, + -0.053103405982255936, 0.11550352722406387, -0.02572747692465782, 0.1014353483915329, + 0.024512119591236115, -0.09658726304769516, -0.055810607969760895, -0.1251445710659027, + -0.06390766054391861, 0.08610101789236069, -0.06747418642044067, 0.08130816370248795, + 0.0653473287820816, 0.10736735910177231, -0.1321612000465393, 0.04465475678443909, -0.03905998542904854, + 0.09997939318418503, 0.13276132941246033, -0.09113816916942596, 0.11738742887973785, + 0.10761308670043945, 0.07502661645412445, 0.06864706426858902, -0.050038885325193405, + 0.14066413044929504, 0.10589589178562164, 0.024930089712142944, -0.022486021742224693, + 0.09643599390983582, 0.017425524070858955, 0.04599954932928085, -0.15837101638317108, + 0.013893118128180504, -0.05238860473036766, -0.037701137363910675, 0.027652336284518242, + 0.03878699615597725, 0.07670208811759949, -0.1773269921541214, -0.010180477984249592, + 0.11476858705282211, 0.04402906820178032, 0.054302409291267395, 0.1001766100525856, 0.04405192658305168, + 0.008748812600970268, 0.00925284530967474, 0.1403670758008957, 0.1137966737151146, 0.19000813364982605, + 0.0730045735836029, -0.1816040277481079, -0.08137606084346771, 0.05195310711860657, 0.12795668840408325, + 0.05487437546253204, -0.03781799599528313, 0.07136796414852142, -0.039305415004491806, + 0.09502231329679489, 0.06232022866606712, 0.09290920943021774, 0.04911374673247337, + 0.0035123643465340137, -0.0018708077259361744, 0.1356077939271927, 0.09253012388944626, + -0.001992075238376856, 0.016327017918229103, -0.06508773565292358, 0.13137094676494598, + 0.022787224501371384, -0.056343961507081985, 0.04086946323513985, 0.06964721530675888, + 0.050270695239305496, 0.12491241097450256, 0.05331975221633911, 0.03228075057268143, + 0.12047097086906433, 0.08411025255918503, 0.045110173523426056, -0.055922672152519226, + 0.06052627041935921, 0.0800536572933197, 0.10574998706579208, -0.01770547218620777, + -0.040659911930561066, 0.09000035375356674, 0.13076813519001007, -0.12200357019901276, + 0.10315505415201187, 0.05419636890292168, 0.16452142596244812, -0.03323856368660927, + 0.18100221455097198, 0.11143812537193298, 0.069086454808712, 0.17724990844726562, 0.17421264946460724, + 0.1928686797618866, -0.07041731476783752, 0.09037946909666061, 0.04313594475388527, 0.08227437734603882, + -0.0845189318060875, 0.12209726125001907, 0.028036683797836304, 0.14722570776939392, + 0.06807374954223633, 0.05194385349750519, 0.11573608964681625, -0.0717083215713501, 0.1654367297887802, + 0.04550566151738167, 0.17306789755821228, 0.02121463045477867, -0.030468575656414032, + -0.032022904604673386, 0.002229616278782487, 0.17063620686531067, 0.1346828192472458, + 0.01857578195631504, 0.06989894807338715, 0.0518685057759285, 0.03539058566093445, 0.07883331179618835, + 0.016327964141964912, 0.040112487971782684, -0.11708841472864151, 0.08314798027276993, + 0.029618285596370697, 0.17001517117023468, 0.033034052699804306, 0.11186735332012177, + 0.11624547094106674, 0.05887370929121971, -0.09954235702753067, 0.11024469137191772, + 0.0011582619044929743, 0.10926561057567596, 0.0884232148528099, 0.1768232136964798, + 0.039769552648067474, 0.0045717679895460606, 0.042961783707141876, 0.10804607719182968, + 0.042959410697221756, 0.03899478539824486, 0.026157131418585777, 0.08215218037366867, + 0.13119599223136902, 0.1069328635931015, 0.10497106611728668, 0.10336649417877197, 0.08169443905353546, + 0.22915677726268768, -0.03410201892256737, 0.1011115089058876, 0.03214826062321663, + -0.009810677729547024, 0.03390958532691002, -0.030517222359776497, 0.07671191543340683, + 0.06100998818874359, -0.006303677335381508, -0.025351446121931076, -0.054341863840818405, + 0.11334627121686935, -0.0039010040927678347, 0.03730751574039459, 0.03657325357198715, + 0.0370393730700016, 0.05026305466890335, 0.03167164325714111, 0.12332459539175034, 0.09379640966653824, + 0.08348073810338974, 0.10985898226499557 + ], + [ + 0.11665667593479156, 0.19654281437397003, 0.05679389461874962, -0.019322345033288002, + -0.013217663392424583, 0.11097779870033264, 0.06482212990522385, 0.12838761508464813, + 0.13682714104652405, 0.09952562302350998, 0.05883525684475899, 0.007334998808801174, + 0.08359277993440628, -0.022136561572551727, 0.022993305698037148, 0.04922126606106758, + 0.07244573533535004, 0.029631784185767174, 0.033928897231817245, -0.022452473640441895, + 0.06974358856678009, -0.010991055518388748, -0.10035382211208344, -0.012282286770641804, + 0.10884752869606018, 0.02498651295900345, -0.08774757385253906, 0.09600289165973663, + 0.06242392212152481, 0.008562029339373112, -0.018805058673024178, 0.04969123750925064, + 0.15742747485637665, -0.019810495898127556, 0.060963988304138184, 0.016466619446873665, + 0.016706867143511772, 0.05097102001309395, 0.07622012495994568, 0.06637253612279892, + 0.11171594262123108, 0.03956643491983414, 0.08888684213161469, 0.11364249140024185, 0.12146612256765366, + 0.07367807626724243, 0.11657024919986725, -0.0780908614397049, -0.006560509093105793, + 0.05604821816086769, 0.022359343245625496, 0.022130247205495834, 0.04134611785411835, + 0.14855577051639557, 0.1317499279975891, 0.11873479932546616, 0.05364695563912392, 0.02542838267982006, + 0.08063297718763351, 0.18662481009960175, 0.0562371201813221, 0.018651137128472328, + -0.033020082861185074, 0.11751280725002289, 0.07952012866735458, 0.001650397782213986, + -0.011549627408385277, -0.034070879220962524, 0.031007787212729454, -0.135740265250206, + 0.08126010000705719, 0.12044163048267365, 0.05865728482604027, 0.06521230190992355, 0.15792855620384216, + -0.01497111190110445, -0.017770415171980858, 0.05110335722565651, 0.019670870155096054, + -0.01629618927836418, -0.003515802323818207, -0.08113618940114975, -0.023347066715359688, + -0.15455372631549835, -0.05942913144826889, 0.1310400515794754, -0.053817033767700195, + -0.007258913945406675, 0.05635998398065567, 0.09186221659183502, -0.11283855885267258, + 0.12543180584907532, 0.004962456412613392, 0.03269281983375549, 0.13527677953243256, + -0.07864440232515335, 0.07515636086463928, 0.03682108595967293, 0.1511012762784958, 0.03171295300126076, + -0.018813056871294975, 0.03664734214544296, 0.07167704403400421, -0.00012967557995580137, + 0.03454962745308876, 0.07466647773981094, 0.037944093346595764, -0.028345055878162384, + -0.12344274669885635, -0.05597184970974922, -0.06408093124628067, 0.020901618525385857, + 0.08356284350156784, 0.07759678363800049, 0.1818791776895523, -0.1270953267812729, 0.035178881138563156, + 0.1020219549536705, 0.028954949229955673, 0.00531535129994154, 0.044768404215574265, + -0.059596508741378784, 0.07257373631000519, 0.0765286460518837, 0.12698407471179962, + 0.11210521310567856, 0.1979759931564331, 0.12315142899751663, -0.1009625494480133, + -0.027591217309236526, -0.055449508130550385, 0.036723386496305466, 0.048853300511837006, + -0.006985140964388847, 0.02012341283261776, -0.1243874654173851, 0.053047891706228256, + 0.015821300446987152, 0.09969260543584824, 0.0407707504928112, -0.028147902339696884, + 0.05250491574406624, 0.13967576622962952, 0.08203098922967911, 0.0532975010573864, 0.08229414373636246, + 0.0007084719836711884, 0.15805688500404358, -0.0031369540374726057, -0.0802924856543541, + 0.048699792474508286, -0.026981422677636147, 0.040229469537734985, 0.061049189418554306, + 0.02414308488368988, 0.022587478160858154, 0.1305573433637619, 0.030860284343361855, + 0.11555451154708862, -0.06937361508607864, 0.04730602726340294, -0.03242550417780876, + 0.11668276786804199, 0.04201115295290947, 0.005204672459512949, 0.14588473737239838, + 0.05205739289522171, -0.0506209135055542, 0.09613579511642456, 0.08037884533405304, 0.14068755507469177, + 0.001007636310532689, 0.1328573077917099, 0.027711983770132065, 0.1104477122426033, 0.18960897624492645, + 0.15944550931453705, 0.22595803439617157, 0.016034794971346855, -0.007273954804986715, + 0.06805148720741272, 0.09577756375074387, -0.08416259288787842, 0.09675377607345581, + 0.011183703318238258, 0.16334792971611023, 0.08564043045043945, 0.04110926017165184, + 0.10608460754156113, -0.09564583003520966, 0.09115608036518097, 0.011911806650459766, + 0.10414748638868332, -0.06423097848892212, -0.02781064435839653, 0.05495264381170273, + 0.028722364455461502, 0.1806952804327011, 0.06963618099689484, 0.021500108763575554, + -0.0532868392765522, 0.08132423460483551, 0.0066387346014380455, 0.12725193798542023, + -0.08313076198101044, -0.0845419317483902, -0.1583157330751419, -0.022767413407564163, + 0.003067013341933489, 0.1631750911474228, 0.06556672602891922, 0.1889229565858841, 0.06717590987682343, + 0.02922881580889225, -0.11215551197528839, 0.10264533758163452, 0.06002799794077873, + 0.09906428307294846, 0.09617645293474197, 0.15676581859588623, 0.058626689016819, 0.07528703659772873, + 0.047794751822948456, 0.16931764781475067, 0.05677521601319313, 0.08743327111005783, + 0.08225591480731964, 0.08183950930833817, 0.04624313861131668, 0.10531920194625854, 0.04362037405371666, + 0.005624049808830023, 0.030889270827174187, 0.23246446251869202, -0.002122097183018923, + 0.08325829356908798, 0.0580422468483448, -0.015520110726356506, 0.13239023089408875, + -0.0762426108121872, 0.05876694247126579, 0.050052497535943985, 0.04977267235517502, + -0.0017668339423835278, 0.018280483782291412, 0.03516557067632675, -0.004152271896600723, + 0.12281309068202972, 0.07302969694137573, 0.04104362055659294, -0.005624286364763975, + 0.026525579392910004, 0.03297685086727142, 0.08259692788124084, 0.04782991111278534, 0.0628829374909401 + ], + [ + -0.09269779920578003, -0.1063264012336731, -0.04009944200515747, 0.03835337236523628, + -0.009455387480556965, 0.004854143131524324, -0.032807353883981705, -0.08110614120960236, + -0.03826940059661865, 0.018367387354373932, 0.02559392713010311, 0.08179798722267151, + -0.09455950558185577, 0.01997528225183487, -0.04128742590546608, -0.0990196019411087, + -0.04846445098519325, -0.13717643916606903, -0.03441713750362396, 0.04108598083257675, + -0.06986276060342789, -0.04487965255975723, 0.11309459060430527, 0.03486044704914093, + -0.12193237990140915, 0.055634092539548874, 0.14715202152729034, -0.1104145348072052, + -0.02534099854528904, 0.01258267555385828, 0.06615259498357773, -0.05709343031048775, + -0.147449791431427, 0.016292423009872437, -0.056700918823480606, -0.017339687794446945, + 0.10528881847858429, 0.0003169296542182565, -0.09465870261192322, -0.03189612179994583, + -0.026341678574681282, 0.08439905196428299, -0.06865796446800232, -0.11387526988983154, + -0.01446501724421978, -0.08437418937683105, -0.1354365348815918, 0.06996825337409973, + -0.04030320793390274, -0.0021536811254918575, 0.021763114258646965, 0.10805145651102066, + -0.017018098384141922, -0.20992913842201233, -0.10698201507329941, -0.032277368009090424, + -0.06889314949512482, -0.007138984277844429, -0.057217031717300415, -0.11341811716556549, + -0.05764508619904518, -0.08939743041992188, 0.09984519332647324, -0.037267837673425674, + -0.02944401651620865, 0.04421548545360565, -0.06523957848548889, 0.10227181762456894, + -0.007860317826271057, 0.1945868283510208, -0.06061422824859619, -0.07412857562303543, + 0.049548931419849396, -0.02139255963265896, -0.058397263288497925, 0.06780315935611725, + 0.03197384998202324, -0.056708186864852905, 0.09311220049858093, -0.006938714999705553, + 0.055313266813755035, 0.18341243267059326, -0.014201018959283829, 0.1609707623720169, + 0.11225414276123047, -0.0995962917804718, 0.07206772267818451, -0.043241068720817566, + 0.0334385484457016, -0.015697002410888672, 0.20997942984104156, -0.09910682588815689, + 0.03329014033079147, 0.014220435172319412, -0.04299640655517578, 0.08573327958583832, + -0.061333056539297104, -0.017506737262010574, -0.08630719780921936, 0.05594521388411522, + 0.0757530927658081, -0.08874491602182388, -0.058538585901260376, 0.005700906738638878, + 0.10153801739215851, -0.08544111996889114, -0.10047455877065659, 0.09116627275943756, + 0.1255900263786316, 0.009320240467786789, 0.11241648346185684, 0.054917506873607635, + -0.07869737595319748, 0.004840346984565258, -0.17668913304805756, 0.13080565631389618, + 0.03678708150982857, -0.09740343689918518, 0.028767867013812065, 0.06843185424804688, + -0.10950250178575516, 0.09098264575004578, -0.08123448491096497, -0.08686506003141403, + -0.12053641676902771, -0.08986171334981918, -0.06287079304456711, -0.05230192095041275, + 0.1598425954580307, 0.09592871367931366, 0.06904608756303787, -0.018306737765669823, + -0.026728203520178795, -0.015266815200448036, -0.06600616127252579, 0.11917532980442047, + -0.03236866369843483, -0.0964583307504654, -0.1374678760766983, -0.05439520627260208, + 0.02182963490486145, -0.03717461973428726, -0.11241947114467621, 0.016113784164190292, + 0.013983573764562607, 0.02377394400537014, 0.09165995568037033, -0.10845011472702026, + -0.06577825546264648, 0.11599148064851761, 0.012579524889588356, 0.09578973799943924, + 0.04722360894083977, -0.02457359991967678, 0.07716750353574753, 0.07151912152767181, + -0.11711115390062332, -0.042796093970537186, -0.07806310057640076, 0.09144247323274612, + -0.05765271186828613, -0.10007397830486298, -0.12911216914653778, 0.11371444910764694, + 0.07564931362867355, -0.14017851650714874, -0.12317662686109543, 0.20039524137973785, + 0.04982816427946091, -0.04878060147166252, -0.12985041737556458, 0.11106639355421066, + -0.13232861459255219, -0.03757331520318985, -0.02809244766831398, -0.06699490547180176, + -0.03378903493285179, -0.13418619334697723, 0.09272876381874084, -0.045404102653265, + -0.08325846493244171, -0.09912769496440887, 0.11661072075366974, -0.0639248713850975, + 0.0689469426870346, -0.13058285415172577, 0.02632024697959423, -0.09505074471235275, + -0.03156347945332527, 0.1059378981590271, -0.15678517520427704, -0.01829570345580578, + -0.09719215333461761, 0.07237716019153595, 0.0927019789814949, 0.09395483136177063, + -0.041278522461652756, -0.052085813134908676, -0.09926436841487885, -0.001158009166829288, + 0.025848884135484695, -0.10960183292627335, -0.07947292178869247, -0.04671812057495117, + 0.11259367316961288, 0.06876309961080551, 0.19004474580287933, -0.06837300956249237, + 0.05110445246100426, -0.14855870604515076, -0.07506795227527618, -0.18484777212142944, + -0.1080276370048523, 0.08207011222839355, 0.10063496977090836, -0.07613680511713028, + 0.00298524578101933, -0.006261805538088083, -0.0825950875878334, -0.09355421364307404, + 0.005405993666499853, 0.07318736612796783, 0.059761978685855865, -0.0707487016916275, + 0.035409748554229736, -0.07449944317340851, -0.026998907327651978, -0.0867333710193634, + -0.06775878369808197, -0.11234582215547562, -0.05568104609847069, -0.06392569839954376, + -0.06453249603509903, -0.14101490378379822, 0.08965017646551132, -0.056606825441122055, + 0.001990556251257658, 0.08731182664632797, -0.056016791611909866, 0.10737945139408112, + -0.05266471952199936, -0.023716526105999947, 0.0023583644069731236, 0.0011178915156051517, + -0.007286936044692993, -0.03890446573495865, -0.07933767884969711, -0.06116868928074837, + 0.022963354364037514, 0.001139785978011787, -0.057075630873441696, -0.010708222165703773, + -0.041651416569948196, -0.014965998940169811, -0.023596104234457016, -0.04811347648501396 + ], + [ + -0.04227137565612793, 0.05624525249004364, 0.03116597980260849, -0.021571053192019463, + 0.016568779945373535, -0.007833142764866352, -0.03076867014169693, 0.04877403751015663, + 0.018833868205547333, 0.015495803207159042, 0.024620041251182556, 0.048105232417583466, + 0.01567745953798294, 0.019425883889198303, -0.05549333989620209, 0.027942605316638947, + 0.009612211026251316, -0.05682893097400665, -0.061261072754859924, 0.031703803688287735, + 0.0244026780128479, 0.0332803800702095, -0.02598654478788376, -0.024199077859520912, + -0.020599834620952606, -0.02837156504392624, -0.04060693085193634, -0.017952479422092438, + -0.03482874110341072, 0.043402299284935, -0.025682084262371063, -0.015945767983794212, + 0.011875116266310215, -0.002466829726472497, 0.007350049912929535, -0.04001053795218468, + -0.03771276772022247, 0.03848224878311157, -0.040920108556747437, 0.0017564967274665833, + -0.03456703945994377, 0.034129008650779724, -0.013152346014976501, -0.051623404026031494, + -0.030712459236383438, -0.013514675199985504, -0.03863614797592163, -0.06770571321249008, + 0.04430636391043663, 0.0074043869972229, 0.010092757642269135, 0.02931852638721466, + 0.002594580175355077, -0.056389980018138885, -0.014376416802406311, 0.02210218459367752, + 0.0315491259098053, -0.05866415798664093, -0.04349430650472641, -0.029771465808153152, + -0.05059006065130234, -0.06864668428897858, 0.0426209382712841, -0.055014051496982574, + -0.008646197617053986, -0.06900989264249802, -0.045438192784786224, 0.015024200081825256, + -0.029583577066659927, 0.043240420520305634, -0.040693506598472595, -0.041856393218040466, + -0.01578408107161522, -0.017941772937774658, 0.04020306095480919, 0.048915520310401917, + -0.015846259891986847, 0.016191251575946808, -0.014315862208604813, 0.019057057797908783, + 0.003930528648197651, 0.0025058016180992126, -0.06907062232494354, -0.04271163418889046, + -0.03428936004638672, -0.0559852235019207, -0.057709988206624985, -0.05897170305252075, + -0.04217373952269554, -0.051454730331897736, -0.006847500801086426, -0.0023029493167996407, + 0.007112583145499229, -0.050723087042570114, 0.008412130177021027, -0.008155710063874722, + 0.0020329065155237913, -0.039892785251140594, -0.01619647443294525, 0.03231758624315262, + 0.03596429526805878, -0.06408035010099411, 0.020723750814795494, 0.014701711013913155, + 0.023434028029441833, 0.05226912349462509, 0.023185772821307182, 0.0077162510715425014, + -0.01618131995201111, -0.03489433974027634, 0.035779695957899094, -0.03081284835934639, + -0.03453819453716278, 0.04620392620563507, 0.03684329241514206, 0.009964406490325928, + 0.03258019685745239, -0.006777075119316578, 0.0034219548106193542, -0.05171152204275131, + 0.01200653612613678, 0.014070481993258, -0.0441674180328846, -0.008907802402973175, + -0.01713770627975464, 0.06107115000486374, 0.05615418404340744, 0.026179105043411255, + -0.042002931237220764, -0.057775698602199554, -0.022247254848480225, -0.034474313259124756, + 0.03483983129262924, 0.03303457796573639, 0.04582884907722473, -0.011135375127196312, + 0.03454019874334335, -0.031732529401779175, -0.006546765565872192, -0.011850327253341675, + -0.0013285651803016663, 0.025676026940345764, 0.014445483684539795, -0.03193128854036331, + 0.00888506043702364, 0.017279088497161865, 0.027897154912352562, 0.01751222461462021, + -0.059266671538352966, -0.02282286435365677, -0.037358008325099945, 0.0025992507580667734, + -0.020400311797857285, -0.05945071578025818, -0.011667712591588497, -0.019482538104057312, + 0.06180430203676224, 0.04529249668121338, -0.020579323172569275, -0.04847646877169609, + 0.04113297909498215, -0.021339230239391327, -0.041420839726924896, -0.046512454748153687, + -0.0673505961894989, 0.006363472901284695, 0.025960387662053108, 0.0031012222170829773, + 0.019296899437904358, -0.05680938437581062, -0.004359416197985411, -0.06381508708000183, + -0.04452817887067795, 0.011904820799827576, -0.03259631246328354, -0.006674587726593018, + -0.01095280796289444, 0.028977788984775543, -0.06595104187726974, 0.020833691582083702, + 0.04944521188735962, -0.06016414612531662, 0.03692959249019623, 0.04694071039557457, + 0.0008093585493043065, -0.0081786522641778, 0.028019728139042854, -0.03278932720422745, + -0.040626510977745056, -0.061943404376506805, 0.014049865305423737, -0.030331280082464218, + 0.01959598809480667, -0.011825893074274063, 0.0011111297644674778, 0.03070339746773243, + -0.017133034765720367, -0.04662589728832245, -0.04903370141983032, -0.04012877866625786, + 0.043904829770326614, 0.048254646360874176, 0.02340754121541977, 0.03815406560897827, + 0.03729529678821564, -0.012250147759914398, -0.05396529287099838, -0.06326112151145935, + -0.049735382199287415, -0.02200247347354889, -0.019617853686213493, 0.035283975303173065, + -0.028973326086997986, -0.033519938588142395, 0.03800925612449646, -0.027468010783195496, + 0.033653005957603455, -0.04899148270487785, 0.04380409047007561, -0.004459947347640991, + -0.0003956952132284641, -0.004656067583709955, -0.05860774591565132, 0.04728211835026741, + -0.05802386999130249, 0.0596885159611702, -0.009119147434830666, 0.03788762539625168, + 0.03368785232305527, 0.007449455559253693, -0.029998749494552612, -0.015353068709373474, + 0.023978687822818756, -0.06013277918100357, 0.012900655157864094, -0.05641964077949524, + 0.026173386722803116, -0.01798919029533863, 0.015549935400485992, -0.052963655441999435, + 0.0074214935302734375, -0.0514083169400692, -0.037692658603191376, -0.05079151690006256, + 0.011342029087245464, -0.06127588823437691, 0.005272597074508667, -0.011276617646217346, + -0.03856845200061798, 0.05548107624053955, 0.00512385368347168, 0.02258845418691635, + -0.03506658226251602, -0.02188214659690857, -0.009880324825644493, 0.0171111598610878 + ], + [ + 0.12901028990745544, 0.15472307801246643, 0.13027054071426392, 0.0013749261852353811, + 0.12548378109931946, 0.056781575083732605, 0.1352173238992691, 0.07040145248174667, 0.17121829092502594, + 0.0647001788020134, 0.12652230262756348, 0.03442152589559555, 0.060967735946178436, + -0.028451785445213318, 0.05438226833939552, 0.054072048515081406, 0.11810140311717987, + 0.09185237437486649, 0.09576976299285889, -0.0032560275867581367, 0.04464450478553772, + -0.021637948229908943, -0.12200012058019638, -0.00019643861742224544, 0.14227674901485443, + -0.05367271229624748, -0.09871876984834671, 0.018650688230991364, 0.06171014532446861, + 0.06717298179864883, -0.007774390745908022, 0.07766029983758926, 0.12255103141069412, + 0.034994401037693024, 0.0841512605547905, 0.06071801111102104, 0.03180314227938652, + 0.057453662157058716, 0.07251449674367905, 0.029462063685059547, 0.05467940866947174, + 0.0190252847969532, 0.03006785735487938, 0.12689177691936493, 0.06680995970964432, 0.16662271320819855, + 0.11894117295742035, -0.061484433710575104, 0.07236693799495697, -0.029641341418027878, + -0.0006800758419558406, -0.010255947709083557, 0.09445282071828842, 0.22347426414489746, + 0.1633472889661789, 0.012447125278413296, 0.06047773361206055, 0.024167411029338837, + 0.14210525155067444, 0.08112964779138565, 0.14376391470432281, 0.131658673286438, 0.005402425769716501, + 0.1324608027935028, 0.0996515154838562, 0.030093293637037277, 0.03835310786962509, + -0.020226700231432915, 0.010316809639334679, -0.1745711714029312, 0.08740518987178802, + 0.05366305634379387, 0.05686211213469505, 0.013050966896116734, 0.13705340027809143, + -0.051540128886699677, -0.013637984171509743, 0.04755745083093643, -0.010615989565849304, + 0.06093420460820198, 0.07995415478944778, -0.12350636720657349, -0.08209434896707535, + -0.15199032425880432, -0.05798795446753502, 0.105399951338768, -0.036584191024303436, + -0.014793846756219864, 0.025876643136143684, 0.12424160540103912, -0.11215426027774811, + 0.1078658401966095, -0.09307830035686493, 0.09249896556138992, 0.08416192978620529, + -0.015323974192142487, 0.12711292505264282, 0.14014877378940582, 0.13636142015457153, + -0.00487368693575263, -0.08617329597473145, 0.13816514611244202, 0.07306217402219772, + 0.10717064142227173, -0.01313512772321701, 0.031576234847307205, 0.05216367542743683, + -0.0055607520043849945, -0.13808679580688477, -0.012330027297139168, -0.03123248927295208, + -0.07607455551624298, 0.08058740198612213, 0.10114901512861252, 0.09170125424861908, + -0.12456180900335312, -0.04982302337884903, 0.05334807187318802, -0.022685430943965912, + 0.0025793814565986395, 0.0452028252184391, -0.026226256042718887, 0.01587066985666752, + 0.06330716609954834, 0.057720743119716644, 0.163334921002388, 0.057713430374860764, + 0.032101601362228394, -0.15710769593715668, -0.14382801949977875, 0.038656964898109436, + 0.12484566867351532, 0.16368278861045837, -0.019831795245409012, 0.09285441040992737, + -0.08504119515419006, 0.08199702203273773, 0.12511321902275085, 0.11900046467781067, + 0.10641571134328842, -0.04313543438911438, 0.03956780210137367, 0.06920153647661209, + 0.050332095474004745, 0.06992657482624054, 0.1205909252166748, -0.041824694722890854, + 0.1299569457769394, 0.1082049012184143, -0.06230058893561363, 0.019592970609664917, 0.03851184993982315, + 0.031088093295693398, 0.10596150159835815, 0.05969995632767677, 0.027457652613520622, + 0.14805251359939575, 0.047497354447841644, 0.1016458049416542, -0.038861289620399475, + 0.1246526837348938, 0.06510906666517258, 0.04135431721806526, -0.050846248865127563, + 0.0015108563238754869, 0.12832976877689362, 0.035911109298467636, -0.06721174716949463, + 0.0589609257876873, 0.03690095990896225, 0.1620190441608429, -0.04216662421822548, 0.15394173562526703, + 0.06345899403095245, 0.10361846536397934, 0.1803545355796814, 0.11938837915658951, 0.11393094062805176, + -0.03581997752189636, 0.02797641046345234, 0.018984830006957054, 0.016208242624998093, + 0.005352326203137636, 0.021777579560875893, 0.0358739010989666, 0.14299039542675018, 0.0712614357471466, + 0.09511902183294296, 0.0789523795247078, -0.09960230439901352, 0.16110563278198242, 0.09868142008781433, + 0.19518814980983734, 0.012775006704032421, -0.030727896839380264, -0.012609550729393959, + 0.11520247906446457, 0.1310425102710724, 0.07128283381462097, 0.025448143482208252, + -0.040003228932619095, 0.11333194375038147, 0.029822418466210365, 0.13724523782730103, + -0.04280447959899902, -0.012592116370797157, -0.07531550526618958, -0.0011621335288509727, + -0.006133365910500288, 0.12951931357383728, 0.10928955674171448, 0.15159691870212555, + 0.16359974443912506, 0.038613930344581604, -0.021178074181079865, 0.15807639062404633, + 0.10086064785718918, 0.04032861441373825, 0.07901434600353241, 0.17823325097560883, 0.08297166973352432, + -0.03227388486266136, 0.0767413079738617, 0.06908883899450302, 0.08789973706007004, 0.15028132498264313, + 0.07382284849882126, 0.07542748749256134, 0.10349594801664352, 0.06903214752674103, 0.07215653359889984, + 0.04628291353583336, 0.1298062801361084, 0.20333331823349, -0.02087460458278656, 0.023645419627428055, + 0.07097560167312622, 0.04974936321377754, 0.10470224171876907, -0.028661245480179787, + 0.11196243017911911, 0.04927671328186989, -0.036753278225660324, -0.027300512418150902, + 0.05853001028299332, 0.03720950707793236, 0.005548376124352217, 0.1253959983587265, + 0.043072108179330826, 0.010387745685875416, 0.009208770468831062, 0.1424693912267685, + 0.1534276306629181, 0.021771738305687904, 0.0196408499032259, 0.028233665972948074 + ], + [ + -0.03622756153345108, 0.009612224996089935, -0.03049759566783905, 0.0043435124680399895, + -0.015493535436689854, -0.03275531902909279, -0.012989232316613197, -0.03912883996963501, + -0.026715420186519623, 0.0007057645707391202, -0.03283701092004776, -0.023230604827404022, + 0.03522736579179764, 0.00648685684427619, -0.014043486677110195, -0.04538607597351074, + 0.031916677951812744, 0.036871280521154404, -0.058473851531744, -0.005274293944239616, + 0.01266244426369667, -0.017459355294704437, 0.03329869359731674, -0.029331959784030914, + 0.05702211335301399, -0.010398246347904205, 0.012955124489963055, -0.00891062617301941, + -0.04490000754594803, 0.008912274613976479, 0.011090997606515884, 0.000610587652772665, + -0.019685104489326477, 0.05125463381409645, -0.06832890957593918, 0.03563600778579712, + -0.06817970424890518, 0.04682344198226929, -0.024997619912028313, -0.05289890244603157, + -0.03871334344148636, -0.020841045305132866, 0.007037781644612551, 0.02876889333128929, + -0.021902838721871376, -0.05273947864770889, 0.02783026173710823, -0.058969445526599884, + -0.01709003746509552, 0.05601448565721512, 0.014173672534525394, 0.04306510090827942, + -0.029017029330134392, -0.039997830986976624, -0.049535199999809265, 0.005825802218168974, + 0.005901993252336979, -0.009700724855065346, -0.036051418632268906, 0.0040389359928667545, + -0.023796459659934044, 0.03805363550782204, -0.03872304409742355, -0.016428157687187195, + -0.04916096478700638, -0.06655851006507874, 0.04681780934333801, -0.039946068078279495, + 0.04447978734970093, 0.031116046011447906, -0.05546296387910843, -0.04219309613108635, + -0.058363206684589386, 0.002705385209992528, -0.04517049342393875, -0.054128650575876236, + 0.03328539803624153, 0.00917060673236847, -0.011214007623493671, -0.03297770023345947, + 0.009015312418341637, -0.0008431524038314819, 0.04150952026247978, -0.026427924633026123, + 0.05139473080635071, 0.021267864853143692, -0.05188612639904022, -0.04371014982461929, + -0.04591096192598343, -0.012939270585775375, -0.008712302893400192, -0.01925741881132126, + -0.058960236608982086, -0.06020152196288109, -0.018739109858870506, -0.08837993443012238, + -0.04610734060406685, 0.05393389239907265, 0.0433262400329113, -0.03392396494746208, + 0.007934278808534145, 0.01934264786541462, -0.019786411896348, 0.03633994609117508, + -0.01630966179072857, 0.05884677544236183, -0.06135432794690132, -0.05603748559951782, + -0.05051875859498978, 0.014409407041966915, -0.04456901550292969, 0.02567199431359768, + -0.024653224274516106, 0.01633790321648121, 0.0325726717710495, 0.03439723700284958, + -0.034150924533605576, -0.04168856889009476, 0.0036643431521952152, -0.02863302454352379, + 0.006359596271067858, -0.05780552327632904, -0.0023143396247178316, 0.004202390555292368, + -0.02207755111157894, -0.04007739573717117, -0.017005814239382744, 0.041087426245212555, + 0.03400065004825592, 0.05408671498298645, 0.008895497769117355, 0.02212773635983467, + -0.02494806796312332, 0.04708882421255112, -0.021420398727059364, 0.005032001994550228, + 0.004161631688475609, -0.01520097628235817, 0.016676433384418488, 0.05324100703001022, + -0.05491810292005539, -0.014147257432341576, -0.03948119282722473, -0.04318847879767418, + -0.030358165502548218, -0.017276467755436897, -0.00010007928358390927, -0.05570400878787041, + -0.06395865231752396, 0.04523029178380966, -0.055636435747146606, -0.021540973335504532, + 0.04870365932583809, -0.04106137901544571, -0.058776140213012695, 0.03038082644343376, + -0.006761664059013128, 0.022181596606969833, -0.028426900506019592, -0.0417681559920311, + 0.01434938982129097, -0.05693162977695465, 0.04379861056804657, -0.06566128879785538, + 0.001953951781615615, 0.02960188500583172, 0.06321660429239273, 0.008785326033830643, + -0.05738009139895439, -0.029833870008587837, 0.048914868384599686, 0.02437075972557068, + -0.01504503469914198, -0.03445056453347206, -0.036197252571582794, -0.027753867208957672, + -0.0006040051812306046, -0.07032809406518936, 0.03600035235285759, 0.023285290226340294, + 0.025110067799687386, 0.04500469192862511, -0.0590941458940506, -0.05231323093175888, + -0.046525683254003525, 0.03712800517678261, -0.01580655202269554, -0.037347499281167984, + 0.021312860772013664, 0.030747974291443825, -0.052065566182136536, -0.01960945688188076, + 0.022221144288778305, -0.011430458165705204, -0.05211174488067627, -0.03068728558719158, + 0.04610956832766533, -0.029515821486711502, 0.044987473636865616, -0.02303759753704071, + -0.05188525468111038, -0.0013158097863197327, 0.012026261538267136, -0.003733001882210374, + -0.015785500407218933, -0.062063347548246384, 0.01053042896091938, -0.026547010987997055, + -0.01593082956969738, 0.023769497871398926, -0.007561886683106422, 0.03949243202805519, + -0.04974360764026642, -0.04297070950269699, 0.014855124056339264, -0.017799697816371918, + 0.013760109432041645, 0.010307645425200462, -0.05992087349295616, 0.01473750825971365, + 0.0346655435860157, 0.04516971856355667, -0.03910413756966591, -0.019164005294442177, + 0.04289852827787399, -0.026944056153297424, -0.015443219803273678, -0.06767458468675613, + -0.03467576578259468, 0.038675323128700256, -0.04113515466451645, 0.03491150215268135, + -0.06613284349441528, -0.04102979600429535, -0.05486210808157921, 0.014969920739531517, + -0.010086895897984505, 0.03457392752170563, 0.00789271667599678, 0.016443615779280663, + 0.04862090200185776, 0.01020694151520729, 0.00678197992965579, -0.026658233255147934, + -0.03674907609820366, 0.0024230016861110926, 0.0020705682691186666, 0.041736818850040436, + 0.04569319635629654, -0.031799398362636566, 0.03997712954878807, 0.0016219523968175054, + 0.0026341925840824842, -0.06288103014230728, -0.038020312786102295, -0.013294530101120472 + ], + [ + 0.10975385457277298, 0.16730965673923492, 0.07315458357334137, 0.006742211524397135, + 0.06605182588100433, 0.07453242689371109, 0.12609227001667023, 0.07919828593730927, 0.09048013389110565, + 0.05434941127896309, 0.062066707760095596, 0.09134911745786667, 0.10858367383480072, + 0.0008027076255530119, 0.09012813866138458, 0.108108289539814, 0.12938044965267181, 0.12630623579025269, + -0.0009865063475444913, -0.020288841798901558, 0.058786049485206604, 0.0010355968261137605, + -0.11462608724832535, -0.06163763999938965, 0.03153679892420769, -0.05043066293001175, + -0.03800457715988159, 0.08172161132097244, 0.09501425176858902, 0.06590305268764496, + 0.03999160975217819, 0.08871965110301971, 0.08690701425075531, 0.041876666247844696, + 0.04930967092514038, 0.08804501593112946, -0.04580332711338997, -0.019963053986430168, + 0.10401419550180435, 0.08530117571353912, 0.09895071387290955, -0.007943221367895603, + 0.02227167785167694, 0.00999565701931715, 0.06634701788425446, 0.013132700696587563, + 0.027064766734838486, -0.07392161339521408, 0.020048880949616432, 0.02397911064326763, + -0.04189419373869896, -0.07765767723321915, 0.05780541151762009, 0.13702328503131866, + 0.1297798454761505, 0.10814642906188965, 0.0854174867272377, 0.0914754793047905, 0.12623414397239685, + 0.10167748481035233, 0.05366497114300728, 0.05828222259879112, 0.024599751457571983, + 0.10583459585905075, 0.1677136868238449, 0.07238275557756424, 0.11133182793855667, 0.03908172622323036, + -0.02809704653918743, -0.16154886782169342, 0.11191633343696594, 0.10660775750875473, + -0.023541048169136047, 0.06277372688055038, 0.11494624614715576, -0.06797320395708084, + -0.08315133303403854, 0.12754185497760773, -0.06819131970405579, -0.0006128824315965176, + 0.04237864166498184, -0.09271349757909775, -0.0355217307806015, -0.061879608780145645, + -0.07101009786128998, 0.17253990471363068, -0.054459378123283386, 0.06490850448608398, + 0.05148571357131004, 0.02518712729215622, -0.08686362951993942, 0.06542238593101501, + 0.016298344358801842, -0.007290308829396963, 0.14631862938404083, -0.041844937950372696, + 0.06839176267385483, 0.07567144930362701, 0.17774462699890137, -0.008116418495774269, + -0.022796040400862694, 0.09263245016336441, 0.019223695620894432, 0.06106532737612724, + 0.013039635494351387, 0.12309291213750839, 0.11206725239753723, -0.04436967521905899, + -0.13379056751728058, 0.0010865293443202972, -0.06177937984466553, -0.02553698979318142, + 0.06962171196937561, -0.015037358738481998, 0.14409677684307098, -0.10511752963066101, + -0.003189114620909095, 0.01238506380468607, 0.0291946642100811, -0.03514625132083893, + 0.07343491166830063, 0.017085300758481026, 0.09171009063720703, 0.08559086173772812, + 0.07411006093025208, 0.15101774036884308, 0.08200497180223465, 0.09584610164165497, + -0.13476493954658508, -0.08601116389036179, -0.024271160364151, 0.03880533576011658, + 0.15990762412548065, -0.016311082988977432, 0.03930388391017914, -0.08087366819381714, + 0.02353452518582344, 0.1513093113899231, 0.22151310741901398, 0.13104601204395294, 0.021755153313279152, + 0.07388009876012802, 0.0652448907494545, 0.0244522113353014, 0.0826057642698288, 0.10581079870462418, + -0.027848463505506516, 0.16690079867839813, 0.039267539978027344, -0.017821108922362328, + 0.04717712849378586, -0.02069198153913021, -0.047449082136154175, 0.12801744043827057, + 0.06147802621126175, 0.020875796675682068, 0.13608312606811523, 0.044765181839466095, + 0.09759661555290222, -0.0025688535533845425, 0.04955873638391495, 0.08415720611810684, + 0.10590875893831253, 0.03026617132127285, 0.03615359961986542, 0.13861896097660065, 0.09760240465402603, + -0.11533501744270325, 0.018167605623602867, 0.004904204048216343, 0.16376496851444244, + -0.041751641780138016, 0.094973124563694, 0.07581665366888046, 0.0965670719742775, 0.1260174959897995, + 0.1480710804462433, 0.21242794394493103, 0.04306340962648392, -0.003678481327369809, + 0.032621391117572784, -0.018596230074763298, -0.02841499261558056, 0.009881827980279922, + -0.03285902738571167, 0.11204982548952103, 0.010582548566162586, 0.11243251711130142, + 0.12232010066509247, -0.03125472366809845, 0.12889143824577332, -0.01825292594730854, + 0.11941646784543991, -0.04010160639882088, 0.041680749505758286, 0.019940203055739403, + 0.02707456797361374, 0.14441360533237457, 0.08212734013795853, 0.017513759434223175, + -0.05722298100590706, 0.05932650715112686, -0.005731503013521433, 0.04394061863422394, + -0.04457816109061241, -0.006629259325563908, -0.13401572406291962, 0.0006284222472459078, + 0.010901840403676033, 0.16382788121700287, 0.10283241420984268, 0.12440488487482071, 0.0789886862039566, + 0.030233673751354218, -0.016673898324370384, 0.08307217806577682, 0.10736873000860214, + 0.06463660299777985, 0.09566867351531982, 0.08030292391777039, 0.035269517451524734, + 0.04891834035515785, 0.06320230662822723, 0.09074333310127258, 0.03468334302306175, 0.13298146426677704, + 0.10699627548456192, 0.014977113343775272, 0.07291632145643234, 0.10803911089897156, + 0.11873605847358704, 0.044311441481113434, 0.02541736699640751, 0.15920820832252502, + -0.036938149482011795, 0.010169020853936672, 0.04326250031590462, 0.02778591401875019, + 0.06450361758470535, -0.06535717099905014, 0.04745207354426384, 0.13615798950195312, + -0.0014582849107682705, -0.04663972184062004, -0.015870915725827217, 0.06986545771360397, + -0.00037502209306694567, 0.07715476304292679, 0.08317346125841141, 0.02417444810271263, + 0.012971530668437481, 0.014534679241478443, 0.044269680976867676, 0.0022759234998375177, + 0.061775438487529755, 0.008787932805716991 + ], + [ + 0.014315743930637836, 0.15796802937984467, 0.1691487580537796, -0.03524650260806084, + 0.03351444751024246, 0.07727442681789398, 0.054600704461336136, 0.09487971663475037, + 0.10063836723566055, 0.05713243782520294, 0.057972848415374756, 0.02370266802608967, + 0.14451216161251068, 0.04736949875950813, 0.08134675770998001, 0.10252901911735535, 0.16600309312343597, + 0.08533293008804321, 0.008987128734588623, -0.007925627753138542, 0.10376951098442078, + 0.057678159326314926, -0.17120791971683502, -0.016966406255960464, 0.103382408618927, + -0.05939774215221405, -0.07455746829509735, 0.08677954971790314, 0.15091033279895782, + 0.11332282423973083, 0.06969479471445084, 0.07738219946622849, 0.0713091641664505, 0.04164130613207817, + 0.07727950811386108, 0.04523855820298195, -0.02039005421102047, 0.029280105605721474, + 0.13411645591259003, 0.12157195061445236, 0.13353870809078217, -0.03631635010242462, + 0.03019172139465809, 0.01137592177838087, 0.0660581886768341, 0.07448969036340714, 0.13682876527309418, + -0.027455341070890427, 0.007512614130973816, 0.005169249139726162, -0.04324702173471451, + -0.04745117202401161, 0.09058447927236557, 0.10915245860815048, 0.1849544495344162, + 0.030323849990963936, 0.02546924725174904, 0.09271056205034256, 0.03320882469415665, + 0.06443702429533005, 0.05791386961936951, 0.06604316085577011, -0.048408761620521545, + 0.12905645370483398, 0.1396295726299286, -0.019909679889678955, 0.019791387021541595, + 0.03461819514632225, -0.011391041800379753, -0.10074453800916672, 0.030697664245963097, + 0.11947817355394363, 0.0739695355296135, 0.07267682999372482, 0.14813406765460968, -0.03238314390182495, + -0.022098887711763382, 0.04658746346831322, -0.05095016583800316, -0.01285673025995493, + 0.10135120898485184, -0.06433334201574326, -0.0329069048166275, -0.16777396202087402, + -0.11478673666715622, 0.09656248986721039, 0.011026246473193169, 0.07004865258932114, + 0.06065927445888519, 0.04964442178606987, -0.041884612292051315, 0.10109224915504456, + -0.0725085437297821, 0.012986497022211552, 0.03388740494847298, -0.0037178294733166695, + 0.08207377046346664, 0.037366412580013275, 0.08537129312753677, -0.026714153587818146, + -0.026028957217931747, 0.03260421007871628, 0.06640110909938812, 0.032381314784288406, + -0.036170508712530136, 0.03388744592666626, 0.010325984098017216, 0.014615793712437153, + -0.11260536313056946, -0.03744089975953102, -0.02655763551592827, -0.025034209713339806, + 0.07935097068548203, -0.0054820808582007885, 0.12980711460113525, -0.10988747328519821, + 0.03421134874224663, 0.10571695864200592, 0.094453364610672, -0.028955169022083282, + 0.016513757407665253, -0.06453617662191391, 0.056033555418252945, 0.08734074980020523, + 0.07549688965082169, 0.13300998508930206, 0.1858140081167221, 0.06806938350200653, -0.158810555934906, + -0.03243139758706093, 0.01092053484171629, 0.080400250852108, 0.08850760012865067, -0.03959478810429573, + 0.01837829314172268, -0.08500336110591888, 0.02495555579662323, 0.15192756056785583, 0.1259182244539261, + 0.1525002419948578, -0.03047727420926094, 0.04791903868317604, 0.05030374974012375, 0.05933021008968353, + -0.0004272559308446944, 0.006004680413752794, -0.08288988471031189, 0.0981602892279625, + 0.06717263907194138, -0.06582829356193542, 0.08286283165216446, 0.058453015983104706, + -0.03611835092306137, 0.09354709088802338, 0.03507029265165329, -0.050599660724401474, + 0.1775292158126831, 0.0354820117354393, 0.05076524242758751, 0.0073721520602703094, 0.06756618618965149, + 0.034699250012636185, 0.1308719366788864, -0.01925412192940712, -0.038449425250291824, + 0.13166378438472748, 0.0529889352619648, -0.1464720070362091, 0.10765496641397476, 0.012604927644133568, + 0.08606898039579391, -0.015343490988016129, 0.08850239217281342, 0.0731983557343483, + 0.06836514174938202, 0.10895238071680069, 0.17819328606128693, 0.2064761221408844, 0.025627397000789642, + 0.10486172884702682, 0.1098342016339302, 0.056528933346271515, -0.029658308252692223, + 0.08579780161380768, 0.004840642213821411, 0.08688106387853622, 0.026250643655657768, + 0.15620025992393494, 0.09252665191888809, -0.07334402203559875, 0.10950721800327301, + 0.016759663820266724, 0.08683987706899643, -0.07811682671308517, 0.031764641404151917, + -0.03243976831436157, 0.013719383627176285, 0.09265993535518646, 0.14048686623573303, + -0.043241050094366074, 0.009078290313482285, 0.1270708590745926, 0.10166002064943314, + 0.07835680991411209, 0.000783775351010263, -0.02753274329006672, -0.12435238063335419, + 0.08187911659479141, -0.012263556942343712, 0.20301008224487305, 0.014901015907526016, + 0.1806098371744156, 0.13787595927715302, 0.008391051553189754, -0.017737165093421936, + 0.06690764427185059, 0.0858418270945549, 0.11238552629947662, 0.10477431863546371, 0.18664011359214783, + 0.07713036239147186, 0.03909646347165108, 0.0987212285399437, 0.1236456111073494, 0.06495323032140732, + 0.0628378614783287, 0.08836168795824051, 0.007520015351474285, 0.1452166885137558, 0.18258865177631378, + 0.10506491363048553, 0.04787198454141617, 0.11378005892038345, 0.09714939445257187, 0.01698281615972519, + 0.055160000920295715, 0.07390932738780975, 0.020821137353777885, 0.025581005960702896, + -0.03767639026045799, 0.11494051665067673, 0.0486239492893219, -0.01854231394827366, + 0.016417108476161957, -0.01437531691044569, 0.01621094159781933, 0.004916500765830278, + 0.03527488932013512, 0.018055913969874382, 0.03311443328857422, 0.015729576349258423, + 0.07501542568206787, 0.1398906409740448, 0.02841734141111374, 0.0656389445066452, 0.11170649528503418 + ], + [ + 0.03441156819462776, 0.15115246176719666, 0.09687042981386185, -0.07720969617366791, + -0.009098623879253864, 0.10715351998806, 0.05577394738793373, 0.050673920661211014, 0.13801059126853943, + 0.02599547989666462, 0.07820633053779602, 0.023567399010062218, 0.023844359442591667, + -0.00799870677292347, 0.05471370369195938, 0.0708598792552948, 0.14439840614795685, 0.11031033843755722, + -0.0034860395826399326, -0.017561238259077072, 0.07241198420524597, 0.0353267602622509, + -0.11331712454557419, -0.005670253653079271, 0.038595203310251236, -0.05435234680771828, + 0.001128123956732452, 0.08678730577230453, 0.14371615648269653, 0.05280888080596924, + 0.07984671741724014, 0.12331432104110718, 0.15855996310710907, -0.021531620994210243, + 0.12453684955835342, 0.04220583289861679, 0.028788385912775993, 0.051554691046476364, + 0.14827561378479004, 0.0723021999001503, 0.15260252356529236, -0.014208575710654259, + 0.07018312811851501, 0.11776914447546005, 0.06488987803459167, 0.1144689992070198, 0.09614530205726624, + -0.022673336789011955, 0.09005960077047348, 0.004168745595961809, -0.0009198279585689306, + -0.01918400451540947, 0.016086140647530556, 0.1251574456691742, 0.10971939563751221, + 0.09224945306777954, 0.12353280931711197, 0.019412295892834663, 0.08557464182376862, + 0.10489814728498459, 0.14586025476455688, 0.0617528110742569, 0.010866966098546982, 0.1763349026441574, + 0.0920279324054718, -0.0016845354111865163, 0.10068830102682114, -0.03173443675041199, + 0.09296917915344238, -0.15773701667785645, 0.09074710309505463, 0.059036046266555786, + 0.021839557215571404, 0.0928131565451622, 0.11148472130298615, -0.07963406294584274, + 0.02382032573223114, 0.05982646346092224, -0.007396332453936338, 0.0932142361998558, + -0.014119126833975315, -0.16492930054664612, 0.01999659277498722, -0.06728430092334747, + -0.1324404776096344, 0.15445466339588165, 3.855969407595694e-5, 0.05881580337882042, + 0.09163659811019897, 0.045257069170475006, -0.09400037676095963, 0.056068144738674164, + -0.025088870897889137, 0.09654715657234192, 0.10091392695903778, -0.060975220054388046, + 0.06528475135564804, 0.15927933156490326, 0.17963524162769318, 0.08645740896463394, + -0.0009680804214440286, 0.12098120152950287, 0.13835905492305756, 0.03415197506546974, + 0.02502288669347763, 0.0405336357653141, 0.04603123664855957, -0.06208056956529617, + -0.18109209835529327, 0.054468877613544464, 0.05136408656835556, -0.04861534386873245, + 0.016164839267730713, 0.033184412866830826, 0.09048258513212204, -0.11358299106359482, + -0.042983125895261765, 0.1427634209394455, 0.08530349284410477, 0.046504661440849304, + 0.07225600630044937, -0.08327910304069519, 0.09856007993221283, 0.0938364639878273, 0.093409463763237, + 0.06848788261413574, 0.10805072635412216, 0.12548483908176422, -0.22137977182865143, + -0.1359553337097168, -0.058196116238832474, 0.10327290743589401, 0.09883604943752289, + -0.060809824615716934, 0.056958623230457306, 0.00032419574563391507, 0.06881389021873474, + 0.11587675660848618, 0.17509731650352478, 0.1191156655550003, -0.043142031878232956, + 0.08917828649282455, 0.07174546271562576, 0.026469074189662933, -0.005187335889786482, + 0.05414856970310211, -0.02067773975431919, 0.1091604009270668, -0.011814553290605545, + -0.02813640795648098, 0.1378311961889267, -0.027535514906048775, 0.010303245857357979, + 0.08407603949308395, -0.028962938115000725, 0.008430927991867065, 0.2013026624917984, + 0.07538747787475586, 0.0931844487786293, 0.02174466662108898, 0.1684807687997818, 0.09741941839456558, + 0.10282042622566223, -0.025247177109122276, 0.005172633565962315, 0.09156826138496399, + 0.12058798223733902, -0.10323568433523178, 0.04461406171321869, -0.007410182151943445, + 0.13932350277900696, -0.029219353571534157, 0.10481107234954834, 0.07057515531778336, + 0.09180706739425659, 0.13681469857692719, 0.16863642632961273, 0.14633196592330933, + -0.016614945605397224, 0.09382768720388412, 0.059463147073984146, 0.08919521421194077, + -0.004361048806458712, 0.04316701367497444, 0.0013982607051730156, 0.15839259326457977, + 0.09717871993780136, 0.14183461666107178, 0.10218382626771927, -0.06237033009529114, + 0.11370772868394852, -0.0037524569779634476, 0.18317455053329468, -0.005028598476201296, + -0.0438593253493309, -0.03678504377603531, 0.11109376698732376, 0.16811786592006683, + 0.10790739953517914, 0.022538721561431885, -0.031564828008413315, 0.07090491056442261, + 0.08003120869398117, 0.08430010080337524, -0.028561843559145927, -0.0681290552020073, + -0.07900680601596832, 0.06554613262414932, 0.01723802275955677, 0.09419820457696915, + 0.017402565106749535, 0.13829775154590607, 0.19412879645824432, -0.02901405282318592, + -0.04243049398064613, 0.08353494852781296, 0.05862291529774666, 0.07641160488128662, 0.0890016257762909, + 0.13125431537628174, 0.01713704690337181, 0.056289006024599075, 0.09082702547311783, + 0.09489010274410248, 0.022144809365272522, 0.0703386664390564, 0.054456938058137894, + 0.03727003186941147, 0.07448425889015198, 0.1298201084136963, 0.08438806235790253, 0.07281021028757095, + 0.08679037541151047, 0.08598563820123672, 0.017998307943344116, 0.015190459787845612, + 0.08133004605770111, -0.017294950783252716, 0.10647400468587875, -0.00021446975006256253, + 0.09197715669870377, 0.10989383608102798, 0.048559390008449554, -0.016399286687374115, + -0.02141277678310871, 0.1183575987815857, 0.04111293703317642, 0.08982496708631516, 0.04697609692811966, + 0.10118758678436279, 0.06406485289335251, 0.07322068512439728, 0.08946312963962555, 0.10467132925987244, + 0.0014850003644824028, 0.07207775115966797 + ], + [ + 0.03921976685523987, 0.16803982853889465, 0.11219112575054169, -0.010569073259830475, + 0.007936564274132252, 0.046126559376716614, 0.15608960390090942, 0.12068776041269302, + 0.02193751558661461, 0.10161356627941132, 0.026518259197473526, 0.07293026149272919, + 0.12276220321655273, 0.06627552956342697, 0.09507332742214203, 0.019807610660791397, + 0.14166997373104095, 0.07501010596752167, 0.0847625732421875, 0.034162137657403946, 0.1298244744539261, + 0.0065572839230299, -0.10466700047254562, 0.023864855989813805, 0.1376962661743164, + -0.017876531928777695, -0.011004985310137272, 0.10319510102272034, 0.0435444675385952, + 0.06151049584150314, 0.06437943130731583, 0.11252547800540924, 0.1649286299943924, 0.01760687120258808, + 0.061192113906145096, 0.0677938163280487, 0.0139362383633852, 0.04607243090867996, 0.04601911082863808, + 0.03632422536611557, 0.10032805055379868, 0.05037238821387291, -0.002873920602723956, + 0.07571680098772049, 0.09587432444095612, 0.02848174422979355, 0.1307772397994995, -0.08727705478668213, + 0.05957451090216637, 0.07742767781019211, -0.04629910737276077, -0.04501859098672867, + 0.09311245381832123, 0.18216577172279358, 0.05399126186966896, 0.1073521226644516, 0.11079318076372147, + 0.06705940514802933, 0.08000028133392334, 0.1389746367931366, 0.04147845134139061, 0.11267609149217606, + 0.01117788627743721, 0.07607882469892502, 0.09014444798231125, 0.00457024248316884, + 0.038852836936712265, -0.0656370222568512, 0.08679045736789703, -0.11693727970123291, + 0.03348361328244209, 0.09098601341247559, 0.03079395368695259, -0.005082929972559214, + 0.1296841949224472, -0.0871698409318924, -0.07268065959215164, 0.02104289084672928, -0.056028813123703, + 0.11006217449903488, 0.0005101441056467593, -0.09210919588804245, -0.06417834013700485, + -0.09784271568059921, -0.1454624980688095, 0.13145896792411804, 0.0023680701851844788, + 0.0282814372330904, 0.025838639587163925, 0.08415636420249939, -0.11959949880838394, + 0.11033299565315247, -0.0425579659640789, 0.07836519181728363, 0.09876762330532074, + -0.03814580291509628, 0.1396200954914093, 0.08803834021091461, 0.16040131449699402, 0.06367766112089157, + -0.06362172961235046, 0.04318630322813988, 0.14554668962955475, -0.014213291928172112, + 0.03903651237487793, 0.012465850450098515, 0.04974701255559921, -0.05786248669028282, + -0.11539831012487411, -0.004846103489398956, 0.013954497873783112, 0.03320756182074547, + 0.10046564787626266, 0.03551745042204857, 0.14696873724460602, -0.1308024376630783, 0.01600917987525463, + 0.019887985661625862, 0.0564018152654171, 0.04080965742468834, 0.12127147614955902, + -0.06205364689230919, 0.06223045662045479, 0.04403667896986008, 0.10688959807157516, + 0.09680633991956711, 0.09840911626815796, 0.021024368703365326, -0.19825491309165955, + -0.1566997766494751, -0.07657606154680252, 0.01664687879383564, 0.10704195499420166, + 0.018447568640112877, 0.09835916012525558, -0.0857212021946907, 0.04091610386967659, + 0.11681310832500458, 0.20086927711963654, 0.14656728506088257, 0.06442206352949142, + 0.039321720600128174, 0.06971780955791473, 0.045635953545570374, -0.027048205956816673, + 0.030918335542082787, -0.06348458677530289, 0.0448470301926136, 0.07166928797960281, + -0.07831558585166931, 0.082222580909729, -0.0366380512714386, -0.04851079732179642, 0.12742868065834045, + 0.04596956819295883, -0.03848471865057945, 0.14029842615127563, 0.08601431548595428, 0.117006815969944, + -0.03487879037857056, 0.15778395533561707, 0.08795980364084244, 0.0598440058529377, + 0.029156705364584923, -0.06479217857122421, 0.06480972468852997, 0.06811171025037766, + -0.0959424301981926, 0.00856937188655138, 0.015286503359675407, 0.14417076110839844, + -0.016809597611427307, 0.07013548910617828, 0.012396127916872501, 0.09060878306627274, + 0.12288685888051987, 0.08052279055118561, 0.12362044304609299, -0.0029370002448558807, + 0.06513500213623047, 0.00768396956846118, -0.00011046774307033047, -0.09095451980829239, + 0.02756279520690441, -0.03306122124195099, 0.13400261104106903, -0.03677569329738617, + 0.0925285667181015, 0.06918901205062866, -0.06481274962425232, 0.1463138312101364, 0.08654490113258362, + 0.0880785807967186, -0.03499338775873184, 0.036383263766765594, -0.012440115213394165, + 0.10398479551076889, 0.0890670046210289, 0.08356592804193497, -0.0041260793805122375, + 0.058729007840156555, 0.06640523672103882, 0.0633789673447609, 0.04764438793063164, + -0.061839982867240906, -0.0014644876355305314, -0.11658704280853271, 0.08152519911527634, + 0.06029269099235535, 0.08711637556552887, 0.02583843283355236, 0.1585768312215805, 0.08643916249275208, + 0.012981006875634193, -0.11124033480882645, 0.05640808865427971, 0.07691105455160141, + 0.08574867993593216, 0.08199307322502136, 0.09977488219738007, 0.012739133089780807, + 0.07521635293960571, 0.005979408510029316, 0.1278911530971527, 0.023304853588342667, + 0.03515747934579849, 0.12479274719953537, 0.06755398213863373, 0.15320242941379547, 0.14139105379581451, + 0.014896837063133717, 0.014219241216778755, 0.09906546771526337, 0.1799904704093933, + 0.022896327078342438, 0.01844215951859951, 0.05686870962381363, 0.056934382766485214, + 0.04202120751142502, -0.02795945107936859, 0.11359487473964691, 0.10130901634693146, + -0.029869459569454193, -0.053950730711221695, 0.06191078945994377, 0.05753866210579872, + 0.09504743665456772, 0.06265079975128174, 0.003089844947680831, 0.0759185329079628, + 0.028585519641637802, 0.07127707451581955, 0.08708421885967255, 0.10285539925098419, + 0.011383946985006332, 0.126999631524086 + ], + [ + 0.09955970197916031, 0.1435309797525406, 0.1327369511127472, 0.0260008554905653, 0.1143532544374466, + 0.10464002937078476, 0.06160992383956909, 0.12709659337997437, 0.0692310705780983, 0.03179256618022919, + 0.09900929033756256, -0.009328535757958889, 0.03404564782977104, -0.0014595058746635914, + 0.041577428579330444, 0.04509563744068146, 0.13079719245433807, 0.15707190334796906, + 0.023515447974205017, 0.011123755015432835, 0.15690460801124573, 0.03755626454949379, + -0.1534838229417801, -0.03686699643731117, 0.07412280887365341, -0.033012643456459045, + -0.05393094941973686, 0.09788620471954346, 0.09356028586626053, 0.006665750406682491, + 0.011148659512400627, 0.09979764372110367, 0.12865804135799408, 0.06398489326238632, + 0.11384567618370056, 0.023396780714392662, 0.04608069732785225, 0.06091950461268425, + 0.10206864774227142, 0.08743391185998917, 0.14341561496257782, 0.01256486028432846, + 0.050464920699596405, 0.09046792984008789, 0.02773074060678482, 0.07673905789852142, + 0.06644662469625473, 0.010288729332387447, 0.06869705021381378, 0.020205892622470856, + -0.01900046318769455, 0.05046555772423744, 0.09779955446720123, 0.10843436419963837, + 0.10910146683454514, 0.12933436036109924, 0.12189868837594986, 0.04581008106470108, 0.09272030740976334, + 0.16732262074947357, 0.16274018585681915, 0.05292028561234474, 0.032216258347034454, + 0.16952352225780487, 0.15100716054439545, 0.09093064814805984, 0.07466385513544083, 0.03724008798599243, + -0.019888896495103836, -0.21187441051006317, 0.048216238617897034, 0.018382761627435684, + 0.02869289368391037, 0.030030546709895134, 0.11756816506385803, -0.0847981870174408, + -0.03359762579202652, 0.10521314293146133, -0.06624657660722733, 0.022854752838611603, + 0.07520666718482971, -0.19358424842357635, -0.013871141709387302, -0.13937483727931976, + -0.17143335938453674, 0.082631915807724, 0.02566963993012905, -0.0030911737121641636, + 0.10026360303163528, 0.04498583450913429, -0.11276858299970627, 0.017305195331573486, + -0.0026771044358611107, 0.0345202274620533, 0.13107898831367493, -0.06750701367855072, + 0.133182555437088, 0.11524295806884766, 0.1326701045036316, 0.03610611334443092, 0.024179240688681602, + 0.11424920707941055, 0.1165989562869072, 0.06734475493431091, 0.004403452388942242, 0.07178378850221634, + 0.1154828667640686, -0.01857016049325466, -0.14468052983283997, 0.010941842570900917, + 0.05641474574804306, 0.004343017004430294, 0.057263847440481186, 0.10918941348791122, + 0.1400662511587143, -0.17729893326759338, 0.012869437225162983, 0.04903506860136986, + 0.022246496751904488, -0.036277882754802704, 0.06291540712118149, -0.002689239801838994, + 0.12977169454097748, 0.08106692135334015, 0.07843796163797379, 0.033974774181842804, 0.0995115116238594, + 0.07030738890171051, -0.14766038954257965, -0.1196165606379509, -0.01561722531914711, + 0.07439887523651123, 0.06308337301015854, -0.014131973497569561, 0.025464169681072235, + -0.08908064663410187, 0.12421950697898865, 0.07331497222185135, 0.09753438830375671, 0.0990009680390358, + -0.024554749950766563, 0.02833770215511322, 0.04713105037808418, 0.05993158370256424, + 0.036545950919389725, 0.06564521044492722, -0.061618607491254807, 0.06989522278308868, + 0.0521622858941555, -0.03155210614204407, 0.09380926936864853, 0.06146840378642082, + -0.04213222116231918, 0.15941010415554047, 0.03291921690106392, 0.007401573471724987, + 0.14228789508342743, 0.05869634822010994, 0.010984888300299644, 0.05220835655927658, + 0.09869492053985596, 0.09279235452413559, 0.1219240203499794, -0.06058630719780922, -0.0239865779876709, + 0.12752452492713928, 0.14868535101413727, -0.05193689838051796, 0.11423267424106598, + 0.08769004046916962, 0.05841975659132004, -0.04514908790588379, 0.10659520328044891, + 0.050351087003946304, 0.11320435255765915, 0.22659389674663544, 0.16220411658287048, + 0.11830519139766693, -0.04363058879971504, 0.019375741481781006, 0.02025122195482254, + 0.12239119410514832, -0.01300243940204382, 0.01804022304713726, -0.01409867126494646, + 0.1539357602596283, 0.02674892358481884, 0.10264433920383453, 0.0771026536822319, 0.029987262561917305, + 0.11879747360944748, 0.01247189287096262, 0.19913482666015625, 0.021920539438724518, + -0.0218669343739748, 0.08161580562591553, 0.07820086181163788, 0.08882167190313339, 0.10631255805492401, + -0.01454060897231102, 0.05619644746184349, 0.06518249958753586, 0.001095085171982646, + 0.0849233940243721, -0.04261073097586632, -0.0709715187549591, -0.0973094031214714, 0.07993476092815399, + 0.04488363862037659, 0.07591018825769424, 0.1047215387225151, 0.10435696691274643, 0.16974078118801117, + -0.01610950566828251, -0.019674403592944145, 0.1384425163269043, 0.05223480612039566, + 0.08551955223083496, 0.06598689407110214, 0.12409701198339462, 0.06968346238136292, + 0.029505927115678787, 0.046283140778541565, 0.09723064303398132, 0.00608512107282877, + 0.11151072382926941, 0.04536208137869835, 0.08864866197109222, 0.11338479071855545, 0.07533004879951477, + 0.05152778699994087, 0.0051956260576844215, 0.07081810384988785, 0.2027762085199356, + -0.04202447086572647, 0.057238269597291946, 0.052684180438518524, 0.014496664516627789, + 0.0776495710015297, 0.011061543598771095, 0.12763085961341858, 0.06990859657526016, + 0.013317710720002651, -0.012215918861329556, -0.0002345455577597022, 0.11326338350772858, + -0.018953995779156685, 0.08319427073001862, 0.06529741734266281, 0.06782923638820648, + 0.08999991416931152, 0.04033597558736801, 0.06184741109609604, 0.11625291407108307, 0.05723816528916359, + 0.052779607474803925 + ], + [ + 0.09518680721521378, 0.18441994488239288, 0.0793653354048729, 0.021601369604468346, 0.10819689184427261, + 0.0322524830698967, 0.08413896709680557, 0.029137881472706795, 0.1218322291970253, + -0.010414469055831432, -0.012765181250870228, 0.026139747351408005, 0.11977929621934891, + -0.015695523470640182, 0.015831859782338142, 0.0659794881939888, 0.19869117438793182, + 0.06989679485559464, 0.036957383155822754, -0.03165687620639801, 0.12687113881111145, + 0.09431907534599304, -0.08183237165212631, 0.04104696959257126, 0.11066263914108276, + -0.009188942611217499, -0.018889620900154114, 0.007278477773070335, 0.07825905084609985, + -0.00021688666311092675, 0.07035568356513977, 0.05391918867826462, 0.07293111830949783, + 0.01076269056648016, 0.09093445539474487, 0.06729117780923843, -0.0034581441432237625, + 0.0693075880408287, 0.09539809077978134, 0.08828592300415039, 0.1337546557188034, 0.0445040687918663, + 0.0980624109506607, 0.07235322147607803, 0.08501690626144409, 0.11731376498937607, 0.08476755768060684, + -0.06749822944402695, -0.017386944964528084, -0.010091928765177727, -0.0025034681893885136, + 0.029652997851371765, 0.002690413035452366, 0.13539759814739227, 0.021451903507113457, + 0.01610366627573967, 0.0720953717827797, 0.07419764250516891, 0.16250357031822205, 0.10638333857059479, + 0.08990549296140671, 0.01871431991457939, 0.010098102502524853, 0.1503695547580719, 0.16141439974308014, + 0.019145453348755836, -0.019163044169545174, 0.027286337688565254, -0.018579551950097084, + -0.21469056606292725, -0.01726078987121582, 0.1132102757692337, -0.040223270654678345, + -0.01922745443880558, 0.06243593990802765, 0.004273705650120974, 0.04436666890978813, + 0.0030024091247469187, 0.039785657078027725, -0.0006038288702256978, -0.0001946342526935041, + -0.1623454988002777, 0.004440436605364084, -0.18593575060367584, -0.06827916949987411, + 0.15892408788204193, 0.03821626678109169, 0.004122303798794746, 0.047786664217710495, + 0.062263522297143936, -0.08472118526697159, 0.009727551601827145, -0.06936950236558914, + 0.09808299690485, 0.09175179153680801, -0.011453963816165924, 0.15326032042503357, 0.10539045184850693, + 0.17712245881557465, 0.08419419825077057, 0.005369867663830519, 0.12459806352853775, + 0.01903008110821247, -0.02578992210328579, -0.032914210110902786, 0.01959523744881153, + 0.09447112679481506, -0.02983640879392624, -0.17369146645069122, 0.07824603468179703, + 0.00604185601696372, 0.01659737154841423, 0.03881938382983208, 0.04256964847445488, 0.0715869888663292, + -0.19310185313224792, -0.030380088835954666, 0.075079545378685, -0.04651268944144249, + -0.032385390251874924, 0.10238262265920639, -0.07493258267641068, 0.07932374626398087, + 0.103855200111866, 0.15574346482753754, 0.12487008422613144, 0.1805696338415146, -0.00576845882460475, + -0.15802621841430664, -0.07221273332834244, -0.004574270453304052, 0.06335987895727158, + 0.15836380422115326, -0.02639363892376423, 0.035023272037506104, 0.01224129181355238, + 0.07549808919429779, 0.1649164855480194, 0.10897599160671234, 0.0883239135146141, 0.04811027646064758, + -0.013600524514913559, 0.16575942933559418, 0.09219902753829956, 0.055398713797330856, + 0.020398344844579697, -0.021462295204401016, 0.15898098051548004, 0.06744372844696045, + -0.0423826202750206, 0.024813447147607803, 0.04444233700633049, -0.015039152465760708, + 0.18146158754825592, 0.042398542165756226, 0.026253284886479378, 0.0816672071814537, + 0.10181135684251785, 0.030013132840394974, -0.024180689826607704, 0.14220301806926727, + 0.06842004507780075, 0.10918372869491577, -0.052078355103731155, 0.030449630692601204, + 0.07479343563318253, 0.07298978418111801, -0.12218203395605087, 0.0773879811167717, + 0.054777394980192184, 0.09785111248493195, -0.044861216098070145, 0.12762019038200378, + 0.11482931673526764, 0.10494562238454819, 0.10956570506095886, 0.17243099212646484, 0.1220380887389183, + -0.06237990781664848, 0.052380967885255814, 0.02197764255106449, 0.03612248972058296, + -0.0584842748939991, 0.02687162533402443, 0.016403548419475555, 0.22223062813282013, + -0.017090652137994766, 0.08614959567785263, 0.01988516002893448, -0.0921400934457779, + 0.13922037184238434, 0.028793593868613243, 0.13923989236354828, 0.0043103876523673534, + -0.025662777945399284, 0.0024602203629910946, 0.03815828263759613, 0.10160557925701141, + 0.049661148339509964, -0.02412489801645279, -0.0305022019892931, 0.1071573942899704, + 0.10220465064048767, 0.09469399601221085, -0.046028364449739456, -0.025489090010523796, + -0.08569213002920151, 0.061515308916568756, 0.03168966621160507, 0.11279045790433884, + 0.11848881840705872, 0.07055618613958359, 0.09055902808904648, 0.018813306465744972, + -0.0866037979722023, 0.0890483632683754, 0.09433771669864655, 0.09652379900217056, 0.028913728892803192, + 0.10253351926803589, 0.04570520296692848, 0.012615691870450974, 0.10455051809549332, + 0.09176366031169891, 0.02915557473897934, 0.10985840857028961, 0.0996253564953804, 0.042188577353954315, + 0.15283538401126862, 0.152164027094841, 0.10486183315515518, 0.011896039359271526, 0.042598843574523926, + 0.16907544434070587, -0.04885856434702873, 0.024054719135165215, -0.007988064549863338, + 0.06267870962619781, 0.07085540145635605, 0.005243219435214996, 0.08998029679059982, + 0.08404006063938141, 0.04275286942720413, -0.05903954431414604, -0.03222353756427765, + 0.08333700150251389, 0.018073419108986855, 0.06635013222694397, 0.013988017104566097, + 0.04242713376879692, -0.025604726746678352, 0.11403704434633255, 0.09062868356704712, + -0.010076391510665417, 0.03540327772498131, 0.06583816558122635 + ], + [ + -0.05402045696973801, -0.1856728196144104, -0.15854227542877197, 0.058622073382139206, + -0.044778626412153244, -0.0807228535413742, -0.05305870994925499, -0.1313243806362152, + -0.11064749211072922, 0.032355621457099915, 0.009398621506989002, 0.08236313611268997, + 0.0003175794845446944, 0.011720903217792511, -0.02462100237607956, -0.022062521427869797, + -0.11826974898576736, -0.032669566571712494, -0.06511199474334717, 0.03928579390048981, + -0.09758683294057846, -0.01587846875190735, 0.17425231635570526, 0.10312231630086899, + -0.08419405668973923, 0.12050096690654755, 0.11506392061710358, -0.10049760341644287, + -0.021999835968017578, 0.007416175212711096, 0.06061593070626259, -0.07898740470409393, + -0.08507316559553146, 0.024027341976761818, -0.08088751882314682, -0.051972199231386185, + 0.04491815343499184, -0.03385118395090103, -0.09165828675031662, -0.057384006679058075, + -0.09212446212768555, 0.08893845230340958, 0.022799847647547722, -0.03321827948093414, + -0.09309370815753937, -0.09740074723958969, -0.06164960190653801, 0.0947694182395935, + -0.04595836251974106, -0.007896238937973976, 0.03377959132194519, 0.002483539981767535, + -0.02362733520567417, -0.18303923308849335, -0.08771736174821854, -0.039159294217824936, + -0.04816576838493347, -0.07807926088571548, -0.08818697184324265, -0.1580570638179779, + -0.044532209634780884, -0.07571786642074585, 0.03955570235848427, -0.06069169566035271, + -0.1350012719631195, 0.03246040269732475, -0.049646105617284775, 0.06682776659727097, + -0.029408495873212814, 0.16676726937294006, 0.003885791637003422, -0.03935353830456734, + 0.011085104197263718, -0.01662144809961319, -0.10426615178585052, 0.0919942706823349, + 0.09400767087936401, -0.08519406616687775, 0.10992734134197235, 0.014529520645737648, + 0.015882238745689392, 0.2362309843301773, 0.04951680079102516, 0.1295100748538971, 0.1001797765493393, + -0.09198525547981262, 0.03378719091415405, -0.015284680761396885, 0.05353301391005516, + -0.0713798925280571, 0.15985780954360962, -0.06344657391309738, 0.05156565457582474, + -0.052938953042030334, -0.02382379025220871, 0.1049482598900795, -0.0918101817369461, + -0.08841409534215927, -0.11612114310264587, 0.07090313732624054, 0.028565539047122, + -0.04367294907569885, -0.0650959387421608, -0.06497029215097427, 0.041406188160181046, + 0.0317113995552063, -0.06251654028892517, 0.026273343712091446, 0.17191866040229797, 0.1070673018693924, + 0.03947664424777031, 0.030855692923069, -0.01979510858654976, 0.031278129667043686, + -0.12305504828691483, 0.19617293775081635, 0.08441968262195587, -0.02701871283352375, + 0.0785766988992691, 0.06442256271839142, -0.010777910239994526, 0.06517486274242401, + -0.056131623685359955, -0.07352957874536514, -0.1395203173160553, -0.10211381316184998, + -0.10612040758132935, -0.015242228284478188, 0.1858934909105301, 0.04357743635773659, + 0.10656987875699997, -0.03435840085148811, -0.13749262690544128, 0.0017262323526665568, + -0.08199472725391388, 0.13765566051006317, -0.04874424636363983, -0.04156126454472542, + -0.10659923404455185, -0.08163431286811829, 0.0525878481566906, -0.059309788048267365, + -0.02677083946764469, -0.006544997915625572, 0.05715959146618843, 0.0004431696725077927, + 0.02445266582071781, -0.12453283369541168, -0.0035093924961984158, 0.1252625286579132, + -0.08201928436756134, 0.07620637863874435, 0.12233759462833405, -0.13683059811592102, + 0.02379770576953888, 0.08450198918581009, -0.09686792641878128, -0.06325086951255798, + 0.005638937000185251, 0.10168871283531189, -0.009781995788216591, -0.03178199753165245, + -0.04750547185540199, 0.08431028574705124, -0.008546039462089539, -0.08146095275878906, + -0.06659585237503052, 0.21985359489917755, 0.001531811198219657, 0.030268095433712006, + -0.12689612805843353, 0.08863271027803421, -0.10824331641197205, -0.09527742862701416, + -0.1137118935585022, -0.16054415702819824, -0.05248881131410599, -0.18186040222644806, + 0.010173098184168339, 0.035480085760354996, -0.033451858907938004, -0.07978540658950806, + 0.06324842572212219, -0.023929055780172348, 0.09395202994346619, -0.1511947214603424, + -0.004879336338490248, -0.0880877822637558, -0.022117294371128082, 0.13627393543720245, + -0.14757989346981049, -0.008097276091575623, -0.1377989947795868, 0.014511864632368088, + 0.08641015738248825, 0.08043252676725388, -0.0019700650591403246, -0.07007890194654465, + -0.0808250680565834, 0.09090606123209, 0.08064853399991989, -0.03048062138259411, 0.003508226480334997, + -0.12671120464801788, 0.005116526503115892, 0.03754669427871704, 0.124940887093544, -0.0208472590893507, + 0.047021400183439255, -0.07960255444049835, -0.015103570185601711, -0.22777457535266876, + -0.07606852799654007, 0.021823706105351448, 0.05226989835500717, -0.14850161969661713, + 0.016747206449508667, -0.0635431557893753, -0.03871830180287361, -0.1065039336681366, + -0.0490824356675148, 0.01220705732703209, -0.004066220484673977, -0.10948385298252106, + 0.022490963339805603, -0.12366464734077454, 0.004519899375736713, -0.06606145203113556, + -0.022226465865969658, -0.13286511600017548, -0.10808258503675461, -0.0948922336101532, + 0.0053873141296207905, -0.06238400191068649, 0.06429429352283478, -0.052786216139793396, + 0.026918083429336548, 0.02801889181137085, -0.08384580165147781, 0.017441516742110252, + -0.05880529433488846, -0.03461895510554314, 0.04640807956457138, 0.05542634800076485, + 0.0064377873204648495, -0.10741161555051804, -0.047085270285606384, -0.0156985092908144, + -0.05320688337087631, -0.07613684982061386, -0.07694265246391296, -0.07048124074935913, + -0.03008786030113697, -0.040988922119140625, 0.03004143387079239, 0.03342236950993538 + ], + [ + -0.049744635820388794, -0.05885954201221466, -0.03855956345796585, -0.04875750094652176, + 0.033991552889347076, 0.03057880885899067, 0.02884776145219803, 0.03958095610141754, + -0.010275125503540039, -0.02124617248773575, -0.05798939988017082, 0.013226755894720554, + 0.027955150231719017, -0.028279252350330353, 0.005159318447113037, 0.05542106181383133, + 0.024073898792266846, -0.04533977806568146, 0.010320216417312622, 0.023357713595032692, + 0.03507080674171448, -0.016227491199970245, 0.006133025046437979, 0.016536599025130272, + 0.056148432195186615, -0.01738543063402176, -0.056613124907016754, -0.020970545709133148, + 0.03307931870222092, 0.0038575828075408936, 0.028297115117311478, -0.04443445801734924, + 0.0566132590174675, 0.052055973559617996, -0.016608141362667084, 0.04271309822797775, + -0.03471530228853226, -0.033118247985839844, -0.0012443587183952332, 0.03022124618291855, + 0.03514396399259567, -0.028299370780587196, -0.02630642056465149, 0.009285762906074524, + -0.010281644761562347, -0.04338371008634567, -0.014534853398799896, 0.026117993518710136, + -0.007724720984697342, -0.039955273270606995, -0.021077312529087067, -0.02120383083820343, + -0.047552045434713364, 0.005347833037376404, -0.03304225206375122, -0.053113505244255066, + 0.030520983040332794, 0.057836778461933136, -0.015437453985214233, -0.02876105159521103, + 0.05346182361245155, -0.02943386137485504, -0.05477944016456604, 0.0047775208950042725, + 0.019342105835676193, 0.012994551099836826, 0.012306932359933853, -0.06820973753929138, + 0.02425290457904339, 0.034211136400699615, 0.05772632360458374, -0.030474118888378143, + -0.02966129034757614, 0.05785462260246277, 0.021723516285419464, -0.027628285810351372, + 0.01883990317583084, 0.011650189757347107, 0.02907954342663288, -0.05625254660844803, + -0.04885832220315933, 0.0007891431450843811, -0.003881096839904785, -0.0357837900519371, + 0.018909377977252007, 0.019577018916606903, 0.012737631797790527, -0.055238984525203705, + 0.015771768987178802, 0.037238650023937225, -0.0298166424036026, 0.004731886088848114, + -0.054603297263383865, -0.004842199385166168, 0.004065029323101044, 0.05294094979763031, + -0.040060870349407196, -0.053005002439022064, 0.0017243027687072754, 0.0379791297018528, + -0.01783830113708973, -0.025638923048973083, 0.0244985893368721, -0.05817878991365433, + -0.05418434739112854, -0.06060478836297989, -0.035532914102077484, -0.002671971917152405, + -0.030365467071533203, -0.05305231362581253, -0.0488513708114624, 0.01719578355550766, + -0.013802655041217804, 0.02483658492565155, 0.03600651025772095, 0.04653061181306839, + -0.016144009307026863, -0.021345965564250946, -0.06662306934595108, 0.04538189247250557, + -0.04636120796203613, 0.02059916779398918, 0.022993095219135284, -0.010818175040185452, + 0.025588244199752808, -0.0322209894657135, -0.02503446489572525, -0.015124529600143433, + 0.014280185103416443, 0.05315603315830231, 0.033182643353939056, -0.02373742312192917, + 0.05314962565898895, -0.06299077719449997, 0.005309194326400757, 0.03214261308312416, + 0.05393430218100548, -0.018274158239364624, -0.03139200061559677, -0.03530772030353546, + 0.02723921835422516, -0.04095325618982315, -0.05158613622188568, 0.029588080942630768, + -0.048694103956222534, -0.028948642313480377, 0.015212440863251686, 0.058955468237400055, + -0.05796600878238678, -0.062028855085372925, 0.037956491112709045, -0.058631569147109985, + -0.006673057097941637, 0.009974673390388489, 0.013600393198430538, 0.030042417347431183, + -0.016478724777698517, -0.046908438205718994, 0.03466852009296417, -0.01763741299510002, + 0.022173471748828888, 0.03960809484124184, -0.022664763033390045, -0.007981017231941223, + 0.02258245088160038, 0.00494355708360672, 0.01668107509613037, -0.017939329147338867, + -0.049617700278759, -0.010605178773403168, -0.05411195009946823, 0.01767943799495697, + 0.062495604157447815, 0.05152437090873718, 0.036172982305288315, -0.050419487059116364, + -0.0054652392864227295, 0.03871536999940872, 0.032395828515291214, 0.05181188881397247, + 0.0235883966088295, -0.014016695320606232, 0.0029518771916627884, -0.030387789011001587, + 0.049683116376399994, -0.030182763934135437, -0.031383998692035675, 0.01743270456790924, + -0.05996169149875641, 0.054995372891426086, -0.06046979874372482, 0.026259973645210266, + -0.03477947413921356, -0.020065948367118835, -0.006946538109332323, 0.0008242361363954842, + 0.03294426202774048, -0.0048638880252838135, -0.009613998234272003, -0.024779150262475014, + -0.036845430731773376, 0.02988211065530777, -0.034272074699401855, 0.024419747292995453, + -0.047564491629600525, -0.05100955441594124, -0.05288545787334442, -0.03476647287607193, + -0.015572547912597656, -0.024851612746715546, -0.051013100892305374, -0.03067585825920105, + -0.05376759171485901, -0.009640648029744625, -0.06331045925617218, -0.052548907697200775, + -0.049164652824401855, -0.05164860188961029, -0.03841550648212433, -0.0016037598252296448, + -0.060533832758665085, -0.02813040465116501, 0.006887792609632015, 0.01790119707584381, + -0.055172257125377655, -0.06055945158004761, 0.03343399614095688, -0.012004844844341278, + -0.017561323940753937, -0.04478880763053894, 0.004281193017959595, 0.04540324956178665, + 0.04609735310077667, -0.047038525342941284, -0.018846990540623665, -0.05404036492109299, + 0.05607768893241882, -0.05504385381937027, -0.04644051194190979, 0.05086970329284668, + 0.045066021382808685, 0.02846749871969223, -0.04862580448389053, -0.02827705442905426, + -0.02278844267129898, -0.01507059670984745, -0.04478364437818527, -0.009363695979118347, + -0.019462790340185165, 0.05306852608919144, -0.0033509412314742804, -0.019495241343975067, + 0.05254637449979782, 0.044138990342617035, -0.030113136395812035, -0.05424969643354416 + ], + [ + 0.071400485932827, 0.23065194487571716, 0.17131240665912628, 0.003754040226340294, 0.02628459595143795, + 0.12834863364696503, 0.13493216037750244, 0.06913690268993378, 0.13920502364635468, + 0.021485816687345505, -0.02067413739860058, -0.013518057763576508, 0.08130098879337311, + 0.02064543031156063, 0.021030088886618614, 0.08447740972042084, 0.1905232071876526, 0.16070674359798431, + -0.013336106203496456, -0.02722907066345215, 0.10175815224647522, 0.10218331962823868, + -0.12362398952245712, -0.024141773581504822, 0.08251982182264328, -0.013797654770314693, + -0.04904002696275711, -0.020733872428536415, 0.060303185135126114, 0.07233951985836029, + 0.04342443868517876, 0.10281351953744888, 0.04678010568022728, 0.021418385207653046, + 0.04788127541542053, -0.014117366634309292, 0.030796131119132042, -0.008324471302330494, + 0.15897583961486816, 0.04881443455815315, 0.13601712882518768, -0.03848784789443016, + -0.02349776029586792, 0.017972435802221298, 0.05237724632024765, 0.06908338516950607, + 0.07768522202968597, -0.0845537781715393, 0.060538437217473984, 0.026019474491477013, + 0.03205154463648796, -0.02638467773795128, 0.06637754291296005, 0.1662939190864563, 0.14625205099582672, + 0.10101808607578278, 0.045912664383649826, 0.08551765233278275, 0.05270591005682945, + 0.09373663365840912, 0.048276036977767944, 0.10639560967683792, 0.005733518861234188, + 0.23816370964050293, 0.1352105289697647, 0.050096262246370316, 0.08376973122358322, + -0.04092913866043091, 0.060342878103256226, -0.2038467973470688, 0.09994853287935257, + 0.006722685415297747, 0.023183166980743408, -0.012956329621374607, 0.15142814815044403, + 0.011869531124830246, 0.030079102143645287, 0.11589174717664719, 0.026841798797249794, + 0.10431454330682755, -0.0278538316488266, -0.16570675373077393, -0.06825747340917587, + -0.13711105287075043, -0.169597789645195, 0.13243383169174194, 0.01935257948935032, 0.00446020532399416, + 0.007028515450656414, 0.11900150775909424, -0.13229858875274658, 0.033508650958538055, + -0.011907934211194515, 0.08776295185089111, 0.16579483449459076, -0.012374022975564003, + 0.10427612066268921, 0.05258093401789665, 0.07442882657051086, 0.041737981140613556, + -0.025000914931297302, 0.08555757254362106, 0.1274053454399109, 0.07294981181621552, + 0.03822925314307213, 0.02953798696398735, 0.05398958548903465, -0.043230678886175156, + -0.09597152471542358, -0.012899542227387428, -0.050753362476825714, -0.02359364926815033, + 0.050526462495326996, -0.00011105186422355473, 0.11935384571552277, -0.17664092779159546, + -0.06080816313624382, 0.12394458800554276, -0.007077621296048164, 0.02815897762775421, + 0.10834452509880066, 0.0077657015062868595, 0.07000784575939178, 0.003045169170945883, + 0.09704271703958511, 0.13929946720600128, 0.07089386135339737, 0.028045836836099625, + -0.16184081137180328, -0.1420525312423706, 0.05360238999128342, 0.010003524832427502, + 0.08600609004497528, -0.05772332474589348, 0.021517252549529076, -0.0471155121922493, + 0.10702123492956161, 0.10876593738794327, 0.18206128478050232, 0.044882386922836304, + 0.013240242376923561, 0.08393773436546326, 0.09429234266281128, -0.007583925034850836, + -0.013353977352380753, 0.0872504860162735, -0.03489901125431061, 0.16039739549160004, + 0.06892372667789459, -0.0012462877202779055, 0.11468368768692017, -0.017592744901776314, + 0.054916009306907654, 0.05815010517835617, 0.041324589401483536, -0.039684176445007324, + 0.16055090725421906, 0.03810141235589981, 0.11059889197349548, -0.018574358895421028, + 0.07845333218574524, 0.06261726468801498, 0.18867920339107513, -0.02884834073483944, + -0.03197924792766571, 0.11965425312519073, 0.06313446909189224, -0.08490431308746338, + 0.07974674552679062, 0.015594852156937122, 0.1481177806854248, 0.011566085740923882, + 0.13360892236232758, 0.15481634438037872, 0.01044883206486702, 0.14728157222270966, 0.13987144827842712, + 0.22380702197551727, -0.004689848981797695, 0.1244690790772438, 0.1147255077958107, 0.0794508308172226, + -0.015393272042274475, 0.12215647101402283, 0.022825071588158607, 0.22554980218410492, + -0.024156808853149414, 0.10689720511436462, 0.1466551125049591, -0.037969835102558136, + 0.14842993021011353, 0.0921417698264122, 0.15708555281162262, 0.014920341782271862, + 0.019551372155547142, 0.05885615944862366, 0.014015681110322475, 0.2065742164850235, + 0.04570603743195534, -0.00302359857596457, -0.057479824870824814, 0.13510023057460785, + 0.05362570285797119, 0.062046654522418976, -0.04613686725497246, 0.04482509195804596, + -0.09222038835287094, 0.05879829451441765, -0.013803488574922085, 0.13544581830501556, + 0.08132476359605789, 0.14154456555843353, 0.19249023497104645, -0.021065939217805862, + -0.07922542095184326, 0.15349799394607544, 0.027555836364626884, 0.08191702514886856, + 0.05289706960320473, 0.1777927428483963, 0.05678163096308708, 0.050344906747341156, + -0.0011750028934329748, 0.12573648989200592, 0.09774082899093628, 0.05473429709672928, + 0.0410391129553318, -0.029052788391709328, 0.1316184252500534, 0.10848306119441986, 0.133460134267807, + 0.13198363780975342, 0.09452598541975021, 0.11853954195976257, -0.014650927856564522, + 0.042971037328243256, -0.013489670120179653, 0.03347281739115715, 0.030861113220453262, + 0.01882721111178398, 0.055952038615942, 0.10076110064983368, 0.0535486564040184, -0.07892876863479614, + -0.007882831618189812, 0.05548105761408806, 0.07180149853229523, 0.022145625203847885, + 0.04571051895618439, 0.1025834009051323, 0.054576143622398376, 0.10276411473751068, 0.02125316672027111, + 0.0500326007604599, 0.10163677483797073, 0.09901604801416397 + ], + [ + -0.027642015367746353, -0.1576547622680664, -0.14590373635292053, 0.042476240545511246, + 0.02215740829706192, -0.06233423948287964, -0.1269271969795227, -0.03399379178881645, + -0.07135310024023056, -0.05000753328204155, -0.0343351811170578, 0.014965721406042576, + -0.0067374748177826405, 0.06666148453950882, -0.032909274101257324, -0.11520285159349442, + -0.08545979857444763, -0.05613413080573082, -0.0778714045882225, 0.04886132478713989, + -0.09469500929117203, 0.010076327249407768, 0.2059362232685089, -0.0010450418340042233, + -0.03847328573465347, 0.06821806728839874, 0.10870851576328278, 0.026134150102734566, + -0.10040147602558136, -0.03466147184371948, -0.01222305092960596, 0.015603696927428246, + -0.03187589347362518, 0.07106871157884598, -0.11243711411952972, 0.027491509914398193, + 0.07198167592287064, -0.05813510715961456, -0.07165678590536118, -0.11509448289871216, + -0.08520573377609253, 0.03984903171658516, -0.00891474075615406, -0.09288854151964188, + -0.046628013253211975, -0.05172426998615265, -0.07150465250015259, 0.1085658073425293, + -0.041297875344753265, 0.04210454225540161, 0.07875466346740723, 0.06763924658298492, + -0.07062257826328278, -0.19774660468101501, -0.07836078852415085, -0.054166387766599655, + -0.06164166331291199, -0.021615007892251015, -0.12268801778554916, -0.1668097823858261, + -0.06498166918754578, -0.08095429092645645, 0.006663653999567032, -0.16012172400951385, + -0.0899316817522049, 0.03497207909822464, -0.04501046985387802, 0.022767523303627968, + 0.03870205581188202, 0.2502805292606354, 0.0456063449382782, -0.029121898114681244, 0.04033263772726059, + -0.02997751720249653, -0.1344539076089859, 0.059996508061885834, 0.0800899863243103, + -0.08344174921512604, 0.10679607093334198, 0.03635804355144501, -0.04746243730187416, + 0.2276647835969925, 0.02488681487739086, 0.23506763577461243, 0.11239149421453476, -0.1177932396531105, + 0.06931686401367188, 0.04438919946551323, -0.022225067019462585, -0.03202848136425018, + 0.14688155055046082, -0.022961726412177086, 0.11739904433488846, 0.014376098290085793, + -0.08355089277029037, -0.010498317889869213, -0.17444276809692383, -0.07357102632522583, + -0.13632461428642273, 0.030211564153432846, 0.08526001870632172, -0.06856252253055573, + 0.03065847046673298, -0.04094058647751808, 0.04407306760549545, -0.005936055444180965, + -0.0477166511118412, 0.04520784690976143, 0.24331702291965485, 0.060910750180482864, 0.060252595692873, + 0.060145098716020584, -0.04311949014663696, -0.06512831896543503, -0.16586939990520477, + 0.15427838265895844, 0.13044944405555725, -0.09021952748298645, 0.046470195055007935, + 0.07833269983530045, -0.01790635474026203, 0.04609547182917595, 0.004585815593600273, + -0.022062454372644424, -0.06260722130537033, -0.0517546609044075, -0.19470453262329102, + -0.010896442458033562, 0.25023403763771057, 0.031026296317577362, 0.03159148991107941, + -0.006662233732640743, -0.05329132825136185, 0.09701024740934372, -0.02214921824634075, + 0.07822427153587341, -0.01990532875061035, -0.06386039406061172, -0.10486234724521637, + -0.018540654331445694, 0.04541698098182678, 0.022593216970562935, -0.12079117447137833, + 0.0012927550124004483, 0.03325798735022545, 0.03654584661126137, 0.14441432058811188, + -0.05330744385719299, 0.012759975157678127, 0.06809893250465393, -0.0973958894610405, + 0.09868043661117554, 0.0018254086608067155, -0.131160169839859, 0.08312605321407318, + 0.09460622072219849, -0.15308909118175507, -0.010788239538669586, -0.00970965251326561, + 0.006102872081100941, -0.12645652890205383, 0.042540423572063446, -0.16300874948501587, + 0.04687889292836189, 0.0981217697262764, -0.10402409732341766, -0.06967686116695404, + 0.20631815493106842, -0.016322003677487373, -0.049908772110939026, -0.05364401638507843, + 0.05440574139356613, -0.07875286042690277, -0.0843069776892662, 0.0022139456123113632, + -0.1302095353603363, -0.14628976583480835, -0.13707970082759857, 0.11268535256385803, + -0.04093705862760544, -0.005130317993462086, -0.046257708221673965, 0.14338599145412445, + 0.022012634202837944, 0.07756150513887405, -0.24039214849472046, 0.023573575541377068, + -0.10773829370737076, -0.0419856421649456, 0.08137735724449158, -0.08283732831478119, + 0.027721524238586426, -0.15858155488967896, 0.04075928404927254, 0.10351475328207016, + 0.07964617758989334, 0.002242609392851591, -0.05787442997097969, -0.0770358294248581, + 0.0070189135149121284, 0.07757972180843353, -0.04655388370156288, -0.05704007297754288, + -0.1334112286567688, 0.04335683584213257, 0.031667228788137436, 0.11568066477775574, + 0.02109650894999504, 0.03597630560398102, -0.12636856734752655, -0.08432003855705261, + -0.18655821681022644, -0.17999987304210663, 0.01203818991780281, 0.15023942291736603, + -0.05893457308411598, -0.0568607859313488, 0.04199711233377457, 0.02637948840856552, + -0.13421031832695007, 0.01261789258569479, 0.09158845245838165, -0.040458668023347855, + -0.13901227712631226, -0.033542849123477936, -0.02684740349650383, -0.011719745583832264, + -0.004960451275110245, -0.14889658987522125, -0.16452358663082123, -0.04694117605686188, + -0.05616571009159088, -0.028715169057250023, -0.15221498906612396, -0.029434004798531532, + -0.048453159630298615, -0.050391800701618195, 0.10605478286743164, -0.07375658303499222, + 0.006526418030261993, -0.06007876619696617, -0.04202548414468765, 0.06274253129959106, + 0.03815867006778717, -0.01040424220263958, -0.019377412274479866, 0.0036256308667361736, + -0.04417255148291588, -0.026893341913819313, 0.01238266285508871, -0.03577630594372749, + -0.09081632643938065, -0.12120676785707474, -0.0446585938334465, 0.026313021779060364, + -0.031790945678949356 + ], + [ + 0.11104494333267212, 0.20849230885505676, 0.10736625641584396, -0.07332336157560349, + 0.022968778386712074, 0.07340965420007706, 0.15104804933071136, 0.06601578742265701, + 0.022545859217643738, 0.04777413606643677, 0.007911654189229012, 0.07791832089424133, + 0.01784129999577999, 0.05587732791900635, 0.08258336037397385, 0.10320358723402023, 0.16397297382354736, + 0.14983028173446655, 0.0403214655816555, -0.030656494200229645, 0.15784820914268494, + -0.012100525200366974, -0.1389438509941101, -0.018193405121564865, 0.14417269825935364, + -0.0661870464682579, -0.0018061186419799924, 0.08998268097639084, 0.06958169490098953, + 0.01267275307327509, 0.042646560817956924, 0.0248520877212286, 0.06530122458934784, + -0.036090124398469925, 0.10354513674974442, 0.07487207651138306, 0.03139670193195343, + 0.10467617213726044, 0.10473059862852097, 0.07148214429616928, 0.09886395931243896, + -0.022384967654943466, 0.03487573191523552, 0.031654588878154755, 0.12470755726099014, + 0.03246518224477768, 0.05543150752782822, -0.08840493112802505, 0.051418475806713104, + -0.03896456956863403, 0.0017593000084161758, -0.02182622067630291, -0.0017979039112105966, + 0.2178012728691101, 0.13521501421928406, 0.11146894842386246, 0.060207340866327286, + 0.006060856860131025, 0.084366075694561, 0.10979772359132767, 0.07791900634765625, + -0.001412627287209034, -0.004960972815752029, 0.19926175475120544, 0.13928380608558655, + -0.026751713827252388, 0.01676274463534355, -0.015204505063593388, 0.00955998431891203, + -0.13344410061836243, -0.00034625528496690094, 0.049772344529628754, -0.03396587818861008, + -0.0012003621086478233, 0.1668202430009842, -0.005186333321034908, -0.022063415497541428, + 0.03205586224794388, -0.08717887103557587, -0.016161557286977768, 0.05166926980018616, + -0.0728936716914177, -0.06937958300113678, -0.14592599868774414, -0.14989905059337616, + 0.17799890041351318, 0.0007719557615928352, 0.04624323919415474, 0.03427682816982269, + 0.12094756215810776, -0.07725266367197037, 0.07210070639848709, -0.022105837240815163, + 0.10559078305959702, 0.05567372962832451, -0.0005739120533689857, 0.11565592139959335, + 0.09624737501144409, 0.12225926667451859, 0.08529610931873322, -0.0032836461905390024, + 0.13920174539089203, 0.08865668624639511, 0.009964791126549244, -0.026766890659928322, + 0.01347995363175869, 0.027590645477175713, 0.03398315608501434, -0.10125073045492172, + 0.016504287719726562, -0.0777086615562439, -0.03939572721719742, 0.11551403254270554, + 0.0004017679311800748, 0.10124416649341583, -0.16443507373332977, 0.03315434977412224, + 0.026593051850795746, 0.06383984535932541, -0.0013221141416579485, 0.05901440605521202, + 0.0001348729565506801, 0.04184645041823387, 0.05573199689388275, 0.07705220580101013, + 0.11739729344844818, 0.1422497183084488, 0.10707685351371765, -0.1524522304534912, -0.07721327990293503, + 0.019400909543037415, 0.09017567336559296, 0.12034465372562408, -0.00855831429362297, + -0.024247420951724052, -0.10609709471464157, 0.1256038248538971, 0.12263346463441849, 0.145636647939682, + 0.14262652397155762, 0.07396265119314194, 0.02954486571252346, 0.1814626157283783, 0.012840148992836475, + -0.001518335659056902, 0.006325463764369488, -0.04777989163994789, 0.13142479956150055, + 0.019764333963394165, 0.014151918701827526, 0.09718086570501328, 0.006369573995471001, + 0.027681205421686172, 0.1014610081911087, 0.042326562106609344, -0.004128467757254839, + 0.08572136610746384, 0.10618443787097931, 0.012126128189265728, 0.006994027644395828, + 0.11242346465587616, 0.06384450197219849, 0.1518426388502121, -0.03538571298122406, 0.00984958279877901, + 0.13061922788619995, 0.11390688270330429, -0.10479329526424408, 0.10105372965335846, + 0.06349978595972061, 0.06080464646220207, -0.042946506291627884, 0.08629404008388519, + 0.06721802055835724, 0.05728138983249664, 0.1725655496120453, 0.10756152868270874, 0.16789685189723969, + 0.000536421372089535, 0.0615980289876461, -0.013002641499042511, 0.10783153772354126, + -0.00152881711255759, 0.10416010767221451, 0.011849984526634216, 0.09877806156873703, + 0.024797508493065834, 0.05847310274839401, 0.020396847277879715, -0.01881980150938034, + 0.11592235416173935, 0.1011706292629242, 0.1937345266342163, 0.03362545743584633, -0.08341985195875168, + -0.03647105395793915, -0.007709728553891182, 0.0954965129494667, 0.09847784787416458, + -0.0034858437720686197, 0.06651544570922852, 0.13760754466056824, 0.07099784165620804, + 0.15336237847805023, 0.032424043864011765, -0.06930612772703171, -0.12478738278150558, + 0.09422293305397034, 0.050838906317949295, 0.10313209891319275, 0.09263914823532104, + 0.16063512861728668, 0.12527307868003845, 0.018954824656248093, -0.03934398666024208, + 0.09294518083333969, 0.00788760744035244, 0.07832305878400803, 0.03632747754454613, 0.24276144802570343, + 0.07595326006412506, -0.0025976779870688915, 0.05669345706701279, 0.08679085969924927, + 0.08601674437522888, 0.15229740738868713, 0.051226794719696045, 0.03330764174461365, + 0.17012439668178558, 0.08958730101585388, 0.06882883608341217, 0.02870216779410839, + 0.002816711086779833, 0.19039371609687805, 0.005484766326844692, 0.03636409714818001, + -0.050013232976198196, -0.0425722599029541, 0.062121544033288956, 0.02954019419848919, + 0.034075647592544556, 0.06117065250873566, -0.0018886224133893847, -0.0018750643357634544, + -0.052732329815626144, 0.05358231067657471, 0.06974782049655914, 0.1360713690519333, + 0.04903360828757286, 0.11897463351488113, -0.018645908683538437, 0.046621572226285934, + 0.09719282388687134, 0.06582356989383698, 0.060142189264297485, 0.07083877921104431 + ], + [ + 0.08834164589643478, 0.21151964366436005, 0.17200115323066711, -0.07457129657268524, + 0.046731989830732346, 0.05113809555768967, 0.09971337020397186, 0.15220026671886444, + 0.05991372838616371, 0.09747746586799622, 0.08244074136018753, 0.01950019970536232, 0.08591651171445847, + -0.013590157963335514, 0.07816281169652939, 0.06977462768554688, 0.13397181034088135, + 0.06351205706596375, 0.10867530107498169, -0.08044616878032684, 0.13442710041999817, + 0.0038964119739830494, -0.13796262443065643, 0.00036983046447858214, 0.06390094757080078, + 0.02953835390508175, -0.012117786332964897, 0.04457603767514229, 0.12921488285064697, + 0.0707957074046135, -0.011739461682736874, 0.024981429800391197, 0.11009734123945236, + -0.0402374267578125, 0.07827791571617126, 0.006578629836440086, 0.0262436680495739, 0.03334223851561546, + 0.0886155366897583, 0.05380363389849663, 0.1435515135526657, 0.010687323287129402, 0.004188212100416422, + 0.057162389159202576, 0.1127610057592392, 0.06045026704668999, 0.17348594963550568, + 0.0030204355716705322, -0.005031302571296692, 0.00873195007443428, 0.05366174876689911, + -0.0007906261016614735, 0.10197070986032486, 0.2019428014755249, 0.17135287821292877, + 0.11958971619606018, -5.147466026755865e-7, 0.0031071968842297792, 0.12319488078355789, + 0.06223095953464508, 0.0998043566942215, 0.1314709186553955, 0.0018306730780750513, 0.09136652946472168, + 0.07418955117464066, 0.10141884535551071, 0.11372275650501251, -0.0019652112387120724, + 0.020424626767635345, -0.17236296832561493, 0.0494149848818779, 0.013033322058618069, + -0.006985893938690424, 0.09486860036849976, 0.14628033339977264, -0.04398347809910774, + 0.03324752300977707, 0.01169811375439167, -0.05571732670068741, 0.08138315379619598, + 0.05506087467074394, -0.14557315409183502, -0.05275539681315422, -0.17642517387866974, + -0.08468091487884521, 0.18345807492733002, -0.05591590702533722, 0.010675081983208656, + 0.08814840018749237, 0.04874838888645172, -0.14480416476726532, 0.03711050748825073, + -0.055306971073150635, 0.10705967992544174, 0.07468552887439728, -0.08810736238956451, + 0.139226034283638, 0.1188061386346817, 0.1265929788351059, -0.019600555300712585, + -0.0036873870994895697, 0.04072681814432144, 0.05408934876322746, 0.003808584762737155, + 0.022215448319911957, 0.006764404010027647, 0.11987806856632233, -0.049577925354242325, + -0.0718068927526474, 0.037972480058670044, -0.07511420547962189, -0.004418505355715752, + 0.000959541299380362, 0.07928937673568726, 0.13737572729587555, -0.07288689911365509, + 0.02011341229081154, 0.08724549412727356, 0.06946854293346405, -0.027008848264813423, + 0.09669026732444763, -0.0005305371596477926, 0.09524986892938614, 0.05531115084886551, + 0.16732095181941986, 0.05249397084116936, 0.18814772367477417, 0.04431968927383423, -0.2043684422969818, + -0.0923631563782692, -0.03683013096451759, 0.110653355717659, 0.043477896600961685, + -0.06895505636930466, 0.032336119562387466, 0.002121208468452096, 0.10776917636394501, + 0.1410655826330185, 0.14989957213401794, 0.10365620255470276, -0.018357453867793083, + 0.11066560447216034, 0.060407429933547974, 0.07698018848896027, 0.043754249811172485, + 0.10249964147806168, -0.1016848161816597, 0.0566752552986145, 0.05458640307188034, -0.02977348491549492, + 0.05159962922334671, 0.0034251161850988865, -0.027290020138025284, 0.06376907974481583, + 0.035229507833719254, 0.017105277627706528, 0.08649856597185135, 0.10388593375682831, + 0.08667586743831635, 0.031809043139219284, 0.15699172019958496, 0.09856320172548294, 0.1669260412454605, + -0.04576171934604645, -0.04425496980547905, 0.08522449433803558, 0.13394908607006073, + -0.09850413352251053, 0.0715915709733963, 0.06361424177885056, 0.06371789425611496, 0.02220810018479824, + 0.14413587749004364, 0.06415162235498428, 0.09980060905218124, 0.15287932753562927, + 0.053175922483205795, 0.1611001342535019, -0.04741081967949867, 0.0998091846704483, 0.1108689159154892, + 0.06702399998903275, -0.07826481759548187, 0.127841055393219, 0.01907532662153244, 0.14109791815280914, + 0.031216932460665703, 0.14266861975193024, 0.11956892162561417, -0.023244939744472504, + 0.13361850380897522, 0.04356953874230385, 0.2035980522632599, -0.06559921056032181, + -0.03892001137137413, -0.04344215244054794, 0.03604412078857422, 0.11276447772979736, + 0.14319340884685516, 0.06934161484241486, 0.025262484326958656, 0.12880398333072662, + 0.051684532314538956, 0.14714036881923676, 0.03065776266157627, -0.052537377923727036, + -0.06819748878479004, -0.01316921692341566, 0.05720823258161545, 0.10228828340768814, + 0.09058437496423721, 0.21135495603084564, 0.15300054848194122, 0.00476790452376008, -0.0840420126914978, + 0.0884624794125557, 0.08144892007112503, 0.09939480572938919, 0.05265169218182564, 0.12017453461885452, + 0.016314782202243805, 0.035338688641786575, -0.0002123371814377606, 0.14490127563476562, + 0.031926024705171585, 0.14198797941207886, 0.08028670400381088, 0.07593155652284622, + 0.04726332798600197, 0.15403331816196442, 0.08900430053472519, 0.07879526913166046, 0.11185400933027267, + 0.0919317752122879, -0.005136507097631693, 0.06753498315811157, 0.0652904063463211, -0.0363902822136879, + 0.10876819491386414, 0.05735725164413452, 0.10970428586006165, 0.07244917750358582, 0.08906707912683487, + 0.0006618050392717123, 0.0068678962998092175, 0.02823035791516304, 0.08585145324468613, + 0.09516527503728867, -0.01045890524983406, 0.10845935344696045, -0.009769045747816563, + 0.07660816609859467, 0.12388718873262405, 0.10731500387191772, 0.07704337686300278, + 0.0074923597276210785 + ], + [ + -0.09657563269138336, -0.18493624031543732, -0.16249197721481323, 0.09787416458129883, + -0.0483001284301281, -0.08739752322435379, -0.062018148601055145, -0.0996122658252716, + -0.11633092164993286, -0.0657881423830986, -0.04670429229736328, 0.10096072405576706, + -0.033775005489587784, 0.021173609420657158, -0.00031807570485398173, -0.15327467024326324, + -0.10111848264932632, -0.13675066828727722, 0.00486358255147934, 0.03178565576672554, + -0.09100143611431122, -0.003067602636292577, 0.1587313711643219, 0.06831132620573044, + -0.050672393292188644, 0.03565764054656029, 0.1444595754146576, 0.0027739638462662697, + -0.10773665457963943, -0.023081541061401367, 0.05304902419447899, -0.0193517804145813, + -0.12271187454462051, 0.10813615471124649, -0.029997244477272034, -0.10436958819627762, + 0.0993424504995346, -0.06128205731511116, -0.1290891468524933, -0.009894955903291702, + -0.11088468879461288, 0.0034962710924446583, 0.019597217440605164, -0.030462726950645447, + -0.12794923782348633, -0.11617238819599152, -0.14512521028518677, 0.14607177674770355, + -0.0029668500646948814, -0.011775719001889229, 0.09579727053642273, 0.09599240869283676, + -0.08634256571531296, -0.11435198038816452, -0.08495543897151947, -0.08347024768590927, + -0.037988729774951935, -0.04097709804773331, -0.11960693448781967, -0.1371033489704132, + -0.05764203146100044, -0.029733330011367798, 0.11928358674049377, -0.10375227779150009, + -0.11550997942686081, 0.04518722742795944, -0.070793017745018, 0.10262144356966019, + 0.029617879539728165, 0.26656994223594666, -0.029571613296866417, -0.05967892333865166, + 0.00954416673630476, 0.031908467411994934, -0.1046312227845192, 0.05861513316631317, + 0.02435661107301712, 7.240349077619612e-5, 0.014183948747813702, -0.05610080435872078, + -0.016146758571267128, 0.2636057436466217, 0.0790264755487442, 0.16852839291095734, 0.13443490862846375, + -0.10838767141103745, 0.012487594038248062, 0.006220787763595581, 0.010354908183217049, + -0.058896876871585846, 0.15324018895626068, -0.08681266009807587, 0.08945169299840927, + -0.05483124405145645, -0.11523840576410294, 0.09714015573263168, -0.15305961668491364, + -0.043062724173069, -0.15564125776290894, 0.06544113904237747, 0.026514355093240738, + -0.05990296229720116, 0.00046644045505672693, 0.029201321303844452, 0.10482670366764069, + -0.07185154408216476, -0.10094396770000458, 0.04867418855428696, 0.25089916586875916, + 0.04473448544740677, 0.11750976741313934, 0.10020805895328522, -0.04250093922019005, + -0.019434861838817596, -0.1779347062110901, 0.26350775361061096, 0.03661246970295906, + -0.06789030879735947, 0.058131974190473557, 0.11526157706975937, -0.10535955429077148, + 0.07016375660896301, 0.009132234379649162, -0.02218206599354744, -0.06773348897695541, + -0.020585844293236732, -0.11338347941637039, -0.07680688053369522, 0.29319706559181213, + 0.03338486701250076, 0.08472131937742233, 0.009021561592817307, -0.1065179705619812, + 0.08655981719493866, -0.013720028102397919, 0.07905714958906174, -0.11706473678350449, + -0.1448221355676651, -0.12180560827255249, -0.1358521729707718, -0.001437402213923633, + -0.029502565041184425, -0.08242636919021606, -0.045109573751688004, -0.01880420558154583, + 0.020749593153595924, 0.12476808577775955, -0.09284993261098862, -0.07778161764144897, + 0.04749995097517967, -0.06959425657987595, 0.016983209177851677, 0.028827400878071785, + -0.03683020919561386, 0.0754363164305687, 0.07238413393497467, -0.14348839223384857, + -0.061053819954395294, -0.019897442311048508, 0.072365902364254, -0.08097139000892639, + -0.07634471356868744, -0.12328779697418213, 0.06793111562728882, 0.08363083750009537, + -0.10986971855163574, -0.051640771329402924, 0.14808979630470276, -0.03536944463849068, + 0.012356373481452465, -0.12020860612392426, 0.0659874677658081, -0.08074377477169037, + -0.08175135403871536, -0.09849392622709274, -0.15003551542758942, -0.16861051321029663, + -0.1762373447418213, 0.04296101629734039, 0.0330728180706501, -0.004386573564261198, + -0.07411055266857147, 0.10874678194522858, -0.10927090048789978, 0.0018002949655056, + -0.15197081863880157, 0.01969715766608715, -0.10786665976047516, -0.07899114489555359, + 0.062304310500621796, -0.03656657785177231, -0.05214320495724678, -0.10162729024887085, + 0.09399200230836868, 0.0262096356600523, 0.08824729174375534, -0.005540614016354084, + -0.12640585005283356, -0.04119309410452843, -0.016307488083839417, 0.07163074612617493, + -0.049800124019384384, -0.024419311434030533, -0.07019584625959396, 0.07308249920606613, + 0.04895621910691261, 0.14038051664829254, -0.014981004409492016, -0.033432744443416595, + -0.15476278960704803, -0.01936350390315056, -0.19403409957885742, -0.1450830101966858, + -0.021431537345051765, 0.08598431199789047, -0.11305803805589676, -0.052890628576278687, + -0.016686268150806427, -0.027958858758211136, -0.19445139169692993, -0.08789541572332382, + 0.09255684167146683, 0.048068102449178696, -0.15485887229442596, 0.005955094937235117, + -0.0511905699968338, -0.07605695724487305, -0.0670698955655098, -0.05290702357888222, + -0.09733568876981735, -0.0026741940528154373, -0.056326184421777725, -0.023586373776197433, + -0.16410155594348907, 0.05069057643413544, -0.00300526968203485, -0.013939548283815384, + 0.03169950097799301, -0.06124704331159592, 0.039501819759607315, -0.07901395857334137, + -0.04931888356804848, 0.05828828737139702, 0.06309458613395691, 0.02938726730644703, + -0.006360650062561035, -0.005712943617254496, -0.03649458289146423, -0.03548170253634453, + -0.029999971389770508, -0.03455382585525513, -0.09194044023752213, -0.1333015412092209, + -0.04499298334121704, -0.017252061516046524, 0.001718797255307436 + ], + [ + -0.09477657824754715, -0.16949377954006195, -0.1358347237110138, 0.03136351332068443, + -0.07914116233587265, -0.03360942378640175, -0.12569990754127502, -0.14030978083610535, + -0.09185029566287994, 0.005061804782599211, -0.01383383758366108, 0.10836772620677948, + -0.02866143360733986, 0.07214799523353577, -0.07289821654558182, -0.007053319364786148, + -0.13704228401184082, -0.05589490756392479, -0.04867221415042877, 0.037351641803979874, + -0.0884973406791687, -0.08203103393316269, 0.20571978390216827, 0.13164065778255463, + -0.11855331063270569, 0.11281335353851318, 0.1618962436914444, -0.02717987261712551, + -0.11101607233285904, -0.028744319453835487, 0.11078456044197083, 0.002858626190572977, + -0.09065493196249008, 0.017063193023204803, -0.053438685834407806, -0.0655408427119255, + 0.06105358898639679, -0.0482543520629406, -0.11372335255146027, -0.003257556352764368, + -0.05481666699051857, 0.043612826615571976, 0.012904291972517967, -0.024456610903143883, + -0.11471036821603775, -0.005339386407285929, -0.10457523912191391, 0.14655575156211853, + 0.027765704318881035, -0.004919777624309063, 0.1330815553665161, 0.01909421756863594, + -0.042901936918497086, -0.09898386895656586, -0.10863643884658813, -0.04807231202721596, + -0.000826360541395843, -0.019624844193458557, -0.039480358362197876, -0.07968952506780624, + -0.11393646150827408, -0.07571589201688766, 0.11623430252075195, -0.1425645351409912, + -0.06560499966144562, 0.07502548396587372, -0.013832630589604378, 0.11885406821966171, + 0.06841439753770828, 0.23876971006393433, -0.00018712486780714244, -0.05904654040932655, + 0.0691540539264679, -0.04038389399647713, -0.11560549587011337, 0.043569911271333694, + 0.09324287623167038, -0.052185650914907455, 0.042288605123758316, -0.05788777396082878, + 0.02492077834904194, 0.25604355335235596, 0.039971981197595596, 0.20434166491031647, + 0.14454521238803864, -0.16876183450222015, 0.0032352847047150135, -0.06699596345424652, + 0.058665093034505844, 0.0047964598052203655, 0.2167234867811203, -0.06638637185096741, + 0.10308710485696793, -0.012968097813427448, -0.07535984367132187, 0.09792789071798325, + -0.11881942301988602, -0.04051729664206505, -0.08453168720006943, 0.048436008393764496, + 0.12124118208885193, -0.08734714239835739, -0.017788860946893692, -0.07450471073389053, + 0.10415946692228317, -0.012286725454032421, 0.005216068122535944, 0.12603597342967987, + 0.20411865413188934, 0.04952294006943703, 0.0928771048784256, 0.005508694332093, -0.05283355712890625, + -0.06412326544523239, -0.04677755385637283, 0.1732654571533203, 0.13604328036308289, + 0.006920928601175547, 0.08872084319591522, 0.10294848680496216, -0.05756375566124916, + 0.050685517489910126, -0.08860018104314804, -0.01401344034820795, -0.0769052729010582, + -0.06167071312665939, -0.12070947140455246, -0.044620856642723083, 0.2114606648683548, + 0.037859611213207245, 0.11844900250434875, -0.004920145962387323, -0.11994814872741699, + 0.031024478375911713, -0.07260159403085709, 0.13483119010925293, -0.013716232031583786, + -0.09382832795381546, -0.07150444388389587, -0.03806295990943909, 0.042501240968704224, + -0.05779010057449341, -0.09730264544487, -0.049008939415216446, 0.018548989668488503, + -0.0015282751992344856, 0.15507076680660248, -0.049487873911857605, -0.048895254731178284, + 0.03340482711791992, -0.007820759899914265, 0.04513201117515564, 0.04588339477777481, + -0.12002347409725189, 0.05924198031425476, 0.07822106778621674, -0.1255960613489151, + -0.00426457030698657, -0.038543105125427246, 0.09059426188468933, -0.0517607256770134, + 0.025543492287397385, -0.1380728930234909, 0.011540640145540237, 0.019855204969644547, + -0.09304113686084747, -0.12885259091854095, 0.24088113009929657, 0.0679325982928276, + -0.033779457211494446, -0.15699119865894318, 0.12742753326892853, -0.14550988376140594, + -0.0028331761714071035, -0.02144176885485649, -0.17039397358894348, -0.06782171130180359, + -0.16511230170726776, 0.10610616952180862, 0.04265729710459709, -0.05793926492333412, + -0.003663607407361269, 0.07432428002357483, -0.06367623060941696, 0.07117477804422379, + -0.09926638007164001, -0.003344442928209901, -0.05623037740588188, 0.02265525609254837, + 0.16681014001369476, -0.14133219420909882, 0.0074029238894581795, -0.1372850239276886, + 0.03101232275366783, 0.06842989474534988, 0.11068031191825867, -0.05191297084093094, + -0.12741997838020325, -0.10410715639591217, 0.11613640189170837, 0.044104937463998795, + -0.10098345577716827, 0.0030592253897339106, -0.07738421857357025, 0.07777845114469528, + 0.08177325874567032, 0.03149165213108063, -0.06848570704460144, 0.028826892375946045, + -0.17204636335372925, -0.04877976328134537, -0.09977768361568451, -0.06862631440162659, + 0.0936829224228859, 0.12072663754224777, -0.15917125344276428, -0.044370051473379135, + 0.009046131744980812, 0.0014121619751676917, -0.09735073894262314, -0.046704720705747604, + 0.07637227326631546, -0.03008135035634041, -0.10879924148321152, -0.03116762265563011, + -0.12961341440677643, -0.07006722688674927, -0.023185355588793755, -0.03346581757068634, + -0.07082480937242508, -0.09405671060085297, -0.026258643716573715, -0.04942486435174942, + -0.1672687530517578, 0.05268627032637596, 0.0022477214224636555, -0.003996996209025383, + 0.10293067991733551, -0.07106057554483414, 0.1003730371594429, -0.11016230285167694, + -0.06544166058301926, 0.03187895566225052, 0.08033560961484909, 0.05106504261493683, + -0.009186947718262672, -0.04663260653614998, -0.058690838515758514, 0.03157489746809006, + -0.0970802828669548, -0.004125399515032768, -0.052067603915929794, -0.09920354187488556, + -0.08476875722408295, 0.010482227429747581, -0.02810925990343094 + ], + [ + -0.06945856660604477, -0.1797502338886261, -0.12645384669303894, 0.007441723253577948, + 0.013250368647277355, -0.06773249059915543, -0.12561558187007904, -0.04477650672197342, + -0.05069202184677124, -0.06639529019594193, 0.023005304858088493, 0.03599625825881958, + -0.08550933003425598, 0.11685313284397125, -0.09783588349819183, -0.046400588005781174, + -0.09973055869340897, -0.11883170902729034, -0.07602149993181229, 0.04802185297012329, + -0.08357768505811691, -0.07076460123062134, 0.1587848961353302, 0.08041108399629593, + -0.12804125249385834, 0.07082699984312057, 0.05886438861489296, -0.015729807317256927, + -0.07162120938301086, -0.045430101454257965, 0.044075507670640945, -0.024442991241812706, + -0.0787099152803421, 0.11549610644578934, -0.033041294664144516, -0.0384298600256443, + -0.005240686237812042, -0.03172719106078148, -0.15177519619464874, -0.11527760326862335, + -0.06575042754411697, 0.08550804853439331, 0.04083205759525299, -0.03126783296465874, + -0.14556457102298737, -0.09228216856718063, -0.11128802597522736, 0.16643936932086945, + -0.045974526554346085, -0.06374655663967133, 0.04713983088731766, 0.0794091746211052, + -0.06590553373098373, -0.21493779122829437, -0.14852532744407654, 0.03240450844168663, + 0.05028689652681351, -0.05088568106293678, -0.13805192708969116, -0.1155812218785286, + -0.05691046640276909, 0.02301448956131935, 0.021022722125053406, -0.18694892525672913, + -0.14896146953105927, 0.08696505427360535, 0.024463461712002754, 0.05601890757679939, + -0.006832555867731571, 0.13586801290512085, -0.07050804793834686, -0.033782266080379486, + 0.07116574048995972, -0.029718348756432533, -0.11541350185871124, 0.0195461418479681, + 0.0066014789044857025, -0.004119017161428928, 0.10037489235401154, -0.05165370926260948, + 0.01820358820259571, 0.22832775115966797, 0.008742845617234707, 0.21855582296848297, + 0.21139559149742126, -0.09759371727705002, -0.00399087555706501, 0.015730002894997597, + 0.00209677591919899, -0.05261697247624397, 0.16814912855625153, -0.02743985690176487, + 0.07550889253616333, 0.031070442870259285, -0.1091986894607544, 0.04153887927532196, + -0.07528126239776611, -0.07730498909950256, -0.1480657011270523, 0.03272087872028351, + 0.10587122291326523, 0.0011661455500870943, -0.10547579079866409, -0.047519758343696594, + 0.06497287005186081, 0.020457707345485687, -0.14879384636878967, 0.08094239979982376, + 0.16452454030513763, 0.02141638658940792, 0.11324377357959747, 0.04660629481077194, + -0.024976618587970734, -0.06022593379020691, -0.09498699754476547, 0.25818681716918945, + 0.06395194679498672, -0.09927178919315338, 0.0004327234346419573, 0.14681369066238403, + -0.005822744686156511, 0.08297255635261536, -0.03705447167158127, -0.062154825776815414, + -0.16617421805858612, -0.11209455877542496, -0.15325628221035004, -0.04412956163287163, + 0.19617684185504913, 0.08778349310159683, -0.008965837769210339, -0.0050356462597846985, + -0.05674901604652405, 0.08945558965206146, 0.05754945054650307, 0.08243117481470108, + 0.006073340307921171, -0.046320077031850815, -0.1026817113161087, -0.008661316707730293, + 0.012562958523631096, -0.01031099259853363, -0.11220961809158325, -0.045024752616882324, + -0.005661672446876764, 0.021290326490998268, 0.03585384786128998, -0.03744350001215935, + -0.011901255697011948, 0.06298460066318512, -0.002437011804431677, 0.09602546691894531, + 0.030489275231957436, -0.02399931661784649, 0.0590529665350914, -0.020818928256630898, + -0.1500723659992218, -0.027298131957650185, -0.029172243550419807, 0.0547034926712513, + -0.04633313789963722, -0.04330530762672424, -0.07201648503541946, 0.08441761136054993, + 0.04206955432891846, -0.09267671406269073, -0.17772385478019714, 0.22059325873851776, + -0.05189373716711998, 0.06614606827497482, -0.08614927530288696, 0.05365053564310074, + -0.14252692461013794, -0.05876792594790459, -0.0403677374124527, -0.13975568115711212, + -0.09726151823997498, -0.11634511500597, 0.07391919940710068, -0.023306280374526978, + -0.01940017007291317, -0.08955676853656769, 0.08668792247772217, -0.009828672744333744, + 0.11231629550457001, -0.24682754278182983, 0.045868899673223495, -0.04411397501826286, + -0.02523001655936241, 0.086502805352211, -0.12515679001808167, 0.037583544850349426, + -0.1189628317952156, 0.08052092045545578, 0.02667100355029106, 0.10195840895175934, + -0.01589769497513771, -0.051293209195137024, -0.029580427333712578, 0.032025936990976334, + 0.06831534951925278, -0.06498195976018906, -0.06157805770635605, -0.07547786086797714, + 0.05967238172888756, 0.037351276725530624, 0.1560719907283783, 0.016261979937553406, + -0.007333049550652504, -0.09745758026838303, -0.11228163540363312, -0.10054996609687805, + -0.11154865473508835, 0.007091334089636803, 0.13834026455879211, -0.10261749476194382, + -0.07396244257688522, -0.007763166446238756, -0.011952151544392109, -0.17936387658119202, + 0.02151145413517952, 0.042762454599142075, 0.04494074732065201, -0.0918179377913475, + -0.012762240134179592, -0.10171423107385635, -0.019208237528800964, -0.05130154639482498, + -0.06051294505596161, -0.09853756427764893, -0.06437668949365616, -0.10223841667175293, + -0.07371041923761368, -0.0996658205986023, 0.11154709756374359, -0.0015815036604180932, + -0.00614686356857419, 0.10833611339330673, -0.027609143406152725, 0.07756324112415314, + -0.09003166854381561, -0.12967030704021454, 0.0849638283252716, 0.02324356511235237, + 0.042980749160051346, -0.03254200518131256, -0.05639868229627609, -0.05518686771392822, + -0.006688268855214119, -0.09258425235748291, -0.009191848337650299, -0.08383236825466156, + -0.10673457384109497, -0.02161838673055172, -0.06192484498023987, 0.009374275803565979 + ], + [ + -0.07962426543235779, -0.20157292485237122, -0.17367856204509735, 0.06713814288377762, + 0.008892012760043144, -0.06798523664474487, -0.13355159759521484, -0.10325393080711365, + -0.08083410561084747, -0.02178453467786312, -0.01483321376144886, 0.07358553260564804, + -0.13437408208847046, 0.08728595823049545, -0.014022420160472393, -0.06825557351112366, + -0.030112389475107193, -0.12489410489797592, -0.05273190885782242, 0.08012553304433823, + -0.160971999168396, -0.0017001022351905704, 0.16333405673503876, 0.0456165075302124, + 0.01270610187202692, 0.09146539121866226, 0.060522958636283875, -0.013679328374564648, + -0.06387074291706085, 0.006772894877940416, 0.038889121264219284, -0.10488060861825943, + -0.09889218956232071, -0.015532967634499073, -0.060095444321632385, -0.04774004966020584, + 0.010593399405479431, -0.02149735391139984, -0.10478327423334122, -0.07931359857320786, + -0.12236527353525162, 0.07184594869613647, -0.035574641078710556, -0.0409461185336113, + -0.06252569705247879, -0.0020061684772372246, -0.11787865310907364, 0.0651019886136055, + 0.003873407142236829, -0.0435202531516552, 0.09557130187749863, 0.03278845176100731, + -0.02843610756099224, -0.1319517344236374, -0.05627172440290451, -0.11121265590190887, + 0.01829235441982746, -0.08120247721672058, -0.09097866714000702, -0.0815848708152771, + -0.07091889530420303, -0.048397645354270935, 0.031714703887701035, -0.0883905366063118, + -0.06752973794937134, 0.05924375727772713, -0.06236664205789566, -0.013580955564975739, + -0.028572220355272293, 0.18108855187892914, -0.007577341049909592, 0.010854464955627918, + 0.01934080198407173, 0.01798992045223713, -0.14540724456310272, 0.02155580185353756, + 0.08760819584131241, -0.019511498510837555, 0.010633031837642193, -0.059812258929014206, + 0.021377187222242355, 0.24559558928012848, 0.035474713891744614, 0.17035722732543945, + 0.06174597889184952, -0.13878294825553894, 0.07770279049873352, -0.05207743123173714, + -0.026095137000083923, 0.006684829015284777, 0.15704475343227386, -0.10489634424448013, + 0.08776656538248062, -0.06273122876882553, -0.02367759309709072, 0.0933162048459053, + -0.020515089854598045, -0.035738639533519745, -0.17229408025741577, -0.0017238312866538763, + 0.046461593359708786, -0.07802871614694595, -0.07914162427186966, -0.08681274950504303, + 0.07905130088329315, -0.04262755438685417, -0.05610033497214317, 0.033878203481435776, + 0.13512659072875977, 0.0026033592876046896, 0.06544090062379837, 0.035661932080984116, + -0.06470420211553574, -0.050963904708623886, -0.12874636054039001, 0.21191366016864777, + 0.03069751150906086, -0.04943074658513069, -0.011852988041937351, 0.06691258400678635, + -0.07042622566223145, 0.02559679001569748, -0.0725172907114029, -0.024542491883039474, + -0.0804445818066597, -0.0719996765255928, -0.12960265576839447, -0.05979989469051361, + 0.18151819705963135, 0.07991478592157364, 0.013104255311191082, -0.027870090678334236, + -0.1120368167757988, 0.08310266584157944, -0.036905284970998764, 0.06264710426330566, + -0.03902174159884453, -0.11145961284637451, -0.08976258337497711, -0.036254554986953735, + -0.021475350484251976, -0.08130012452602386, -0.12817850708961487, -0.0908607617020607, + 0.0005615067784674466, -0.04602756351232529, 0.09333941340446472, -0.1172441616654396, + -0.023696675896644592, 0.10557106882333755, -0.010303771123290062, 0.07134704291820526, + 0.07748004794120789, -0.12147673964500427, 0.07235630601644516, 0.034141648560762405, + -0.10710214823484421, -0.03154547140002251, -0.023352481424808502, 0.029232973232865334, + -0.10687959939241409, 0.004250438883900642, -0.05039217323064804, 0.012519200332462788, + 0.06478850543498993, -0.05534417927265167, -0.06768559664487839, 0.20941485464572906, + -0.07172554731369019, -0.05084018409252167, -0.06455588340759277, 0.0473380982875824, + -0.09099578112363815, -0.04952216520905495, -0.039975814521312714, -0.059298887848854065, + -0.11322061717510223, -0.11407385021448135, 0.06307108700275421, 0.011399989016354084, + -0.09671178460121155, -0.0021531423553824425, 0.13342465460300446, -0.09099055081605911, + 0.047637902200222015, -0.131257563829422, 0.012190266512334347, -0.11101733148097992, + -0.019326236099004745, 0.13623011112213135, -0.04801527410745621, 0.0024178395979106426, + -0.13281530141830444, 0.09094014763832092, 0.011176888830959797, 0.07539552450180054, + -0.012833498418331146, -0.05961562320590019, -0.08027946203947067, 0.0033616945147514343, + 0.08822450041770935, -0.05945616960525513, 0.017079459503293037, -0.09495535492897034, + 0.08431295305490494, 0.0912022814154625, 0.10293499380350113, -0.07411148399114609, + 0.019176334142684937, -0.10524492710828781, -0.06839456409215927, -0.16865281760692596, + -0.10475938767194748, 0.0735740065574646, 0.088870570063591, -0.13593192398548126, -0.0677710548043251, + 0.01348134409636259, 0.0008969543850980699, -0.13433155417442322, -0.014016781933605671, + 0.08656834810972214, 0.017820492386817932, -0.046871840953826904, -0.05960598960518837, + -0.033667851239442825, 0.012137241661548615, -0.05882116034626961, -0.05851210653781891, + -0.14488494396209717, -0.10544005036354065, -0.09734605997800827, -0.06969306617975235, + -0.10794208198785782, 0.07156535238027573, -0.02987518720328808, 0.02848142199218273, + 0.08880316466093063, -0.017543185502290726, 0.07010263204574585, -0.0474529042840004, + -0.11420895904302597, 0.0014516781084239483, 0.1062174141407013, 0.05143088474869728, + -0.029560178518295288, -0.0043189083226025105, -0.07044526934623718, 0.02029242552816868, + -0.09811901301145554, -0.006609859876334667, -0.06988517940044403, -0.031330253928899765, + -0.03187267854809761, -0.032368842512369156, -0.03690079227089882 + ], + [ + -0.020637866109609604, -0.05148385465145111, 0.03607254475355148, -0.06974036246538162, + -0.032766640186309814, 0.04261511564254761, -0.0409674309194088, -0.017977958545088768, + 0.0336969718337059, -0.011343639343976974, 0.007437585387378931, 0.03778235614299774, + 0.04037158936262131, 0.04256726801395416, 0.01765495538711548, 0.048108991235494614, + -0.05542141944169998, -0.014603838324546814, -0.0070295920595526695, 0.02013731561601162, + -0.01661130040884018, -0.00476909801363945, -0.029913758859038353, 0.04726061224937439, + -0.03754115104675293, 0.002909310394898057, -0.01431011687964201, 0.04558107256889343, + 0.01597779057919979, -0.017596594989299774, -0.04459284991025925, 0.027341671288013458, + 0.03694675490260124, -0.04213760420680046, -0.011480252258479595, -0.016688082367181778, + -0.028312139213085175, -0.022977190092206, -0.01041391771286726, 0.027135631069540977, + 0.0033037078101187944, -0.014726691879332066, -0.05468162149190903, -0.06023837625980377, + 0.0178152434527874, 0.05354144051671028, 0.020966675132513046, 0.01954152062535286, + -0.01674257405102253, -0.03888764977455139, -0.06501394510269165, 0.021320324391126633, + 0.04077344387769699, 0.04849659278988838, 0.01959771290421486, -0.04691779240965843, + 0.018546801060438156, -0.04049450159072876, -0.003368162550032139, -0.035076212137937546, + -0.052388399839401245, 0.022815994918346405, -0.053803134709596634, -0.05891328305006027, + -0.018390430137515068, 0.012305737473070621, 0.024324221536517143, -0.0346028171479702, + 0.023990774527192116, -0.02833852544426918, 0.022403016686439514, 0.019446440041065216, + -0.045069463551044464, -0.007029509637504816, 0.03987361863255501, -0.03197471424937248, + 0.013126794248819351, -0.06216065213084221, -0.040040984749794006, -0.05866434425115585, + 6.38990240986459e-5, 0.0427137054502964, -0.0534466914832592, 0.05531498044729233, 0.05568291246891022, + -0.046698346734046936, -0.029472051188349724, 0.05144340917468071, -0.032903172075748444, + -0.033236924558877945, -0.030079862102866173, 0.047284163534641266, 0.006030591204762459, + 0.0020862033125013113, -0.035538773983716965, -0.0039054076187312603, -0.008959746919572353, + -0.05335298925638199, -0.031610019505023956, 0.024428410455584526, -0.028216024860739708, + -0.022755037993192673, -0.041353870183229446, -0.05675465986132622, -0.04974307864904404, + -0.03327188640832901, 0.041786886751651764, -0.04550435021519661, 0.029814815148711205, + 0.0005016270442865789, -0.04697392135858536, 0.044109079986810684, -0.03115643374621868, + -0.010545619763433933, 0.014906755648553371, -0.024831432849168777, 0.030343126505613327, + 0.0320889912545681, -0.011272069066762924, -0.050118207931518555, 0.04972339794039726, + 0.03611859679222107, 0.003485041670501232, 0.0029478701762855053, -0.000340165599482134, + -0.06620306521654129, 0.0033478178083896637, -0.04310008883476257, -0.04436479136347771, + -0.0023254454135894775, 0.0018518074648454785, -0.004855665843933821, -0.007320992182940245, + -0.047464899718761444, 0.0058501772582530975, -0.05596447363495827, 0.02446952648460865, + 0.01305451337248087, -0.004769821185618639, -0.0366048663854599, -0.017580032348632812, + -0.021094929426908493, 0.017432453110814095, 0.023638945072889328, 0.02728721871972084, + -0.01721184514462948, -0.02132520265877247, 0.01431584358215332, -0.04635604843497276, + 0.0034753603395074606, -0.04024956002831459, 0.034720949828624725, 0.011487888172268867, + -0.06070486456155777, -0.05302644148468971, 0.026135960593819618, -0.02975461073219776, + 0.05364900827407837, 0.036808691918849945, 0.021548116579651833, 0.031495921313762665, + -0.021612344309687614, 0.04767268896102905, -0.06738480925559998, -0.005826042033731937, + 0.036448296159505844, 0.0302910003811121, 0.006081312894821167, -0.070194773375988, + -0.015384864993393421, -0.04712442308664322, -0.03444715216755867, -0.030875641852617264, + 0.0035981200635433197, 0.016255175694823265, -0.00837970431894064, -0.03702947124838829, + 0.032138995826244354, 0.00011016004282282665, 0.03796813264489174, -0.049339499324560165, + 0.00583650590851903, -0.02110580913722515, -0.018216708675026894, -0.03592995926737785, + -0.06275960057973862, -0.025808392092585564, -0.0024182952474802732, 0.05910491198301315, + -0.010897999629378319, -0.006443992257118225, 0.01513938419520855, 0.00632037129253149, + -0.04123328626155853, 0.0496060885488987, 0.030715003609657288, -0.005056686699390411, + 0.05208322033286095, -0.04122541472315788, -0.06007421389222145, 0.01945878565311432, + 0.0029770066030323505, 0.019574161618947983, 0.020827166736125946, -0.07157360762357712, + -0.025800134986639023, -0.029118284583091736, -0.03422658517956734, -0.00796742457896471, + -0.06125207245349884, -0.007584720384329557, 0.04007050022482872, 0.029750268906354904, + 0.015268475748598576, -0.0623001903295517, 0.03264135867357254, -0.05219729244709015, + -0.05856030806899071, -0.041694846004247665, -0.002600923413410783, -0.05543343722820282, + 0.037639327347278595, -0.004103407729417086, -0.029429446905851364, 0.0008105152519419789, + 0.02489987201988697, 0.054965656250715256, -0.02882247045636177, 0.005615913774818182, + 0.03045746311545372, -0.008612499572336674, 0.01557637844234705, 0.04278292506933212, + -0.03615879639983177, -0.06966383755207062, 0.0013084113597869873, -0.00014660060696769506, + 0.008902412839233875, -0.037883490324020386, -0.038024380803108215, -0.019004078581929207, + -0.04172063246369362, -0.01113842986524105, 0.0369662307202816, 0.03421255201101303, + -0.052808962762355804, 0.050896767526865005, -0.058607496321201324, -0.010753611102700233, + 0.027032528072595596, 0.034420449286699295, -0.054581645876169205, -0.02974044904112816, + -0.03495757281780243, 0.013855643570423126, -0.024668540805578232 + ], + [ + 0.053493138402700424, 0.1291753202676773, 0.06375448405742645, -0.030179273337125778, + 0.07574968039989471, 0.07378849387168884, 0.06611799448728561, 0.11456208676099777, 0.09958066791296005, + 0.016754209995269775, 0.08165837079286575, 0.0533914752304554, 0.06994298100471497, + 0.014582619071006775, 0.008257905952632427, 0.07908609509468079, 0.11121009290218353, + 0.14457638561725616, 0.024615518748760223, -0.04549921676516533, 0.07108556479215622, + 0.0697406530380249, -0.1210935115814209, 0.022275138646364212, 0.07047666609287262, + -4.392296978039667e-5, -0.017289670184254646, 0.03889445215463638, 0.029913142323493958, + 0.09339731931686401, 0.009410114958882332, 0.10218386352062225, 0.09337934851646423, + -0.02873697690665722, 0.022166233509778976, 0.10090652853250504, -0.022966012358665466, + 0.09322991967201233, 0.15773116052150726, 0.10751882940530777, 0.02521141618490219, + -0.035380855202674866, -0.007423083297908306, 0.0020950983744114637, 0.13406966626644135, + 0.06551636755466461, 0.04730646312236786, -0.05483794957399368, 0.04572631046175957, + 0.07317864149808884, 0.020527029410004616, 0.04233474284410477, 0.05528976023197174, 0.1278393417596817, + 0.11210019141435623, 0.05948275327682495, 0.11771438270807266, 0.0684003010392189, 0.07886408269405365, + 0.17470821738243103, 0.06073415279388428, 0.0552559457719326, 0.0010168157750740647, + 0.19034819304943085, 0.13884608447551727, 0.007731115911155939, 0.08509385585784912, + -0.036014407873153687, 0.029640771448612213, -0.18789412081241608, -0.017925478518009186, + 0.11542292684316635, -0.03706814721226692, 0.09553426504135132, 0.1946725845336914, + -0.04408828914165497, 0.0366840735077858, 0.03156934306025505, -0.04786424711346626, + 0.06793873757123947, 0.061751533299684525, -0.15372464060783386, -0.07402179390192032, + -0.12641268968582153, -0.05026336759328842, 0.1775161474943161, -0.035621557384729385, + 0.020908135920763016, 0.08558546751737595, 0.11356586217880249, -0.13813702762126923, + 0.020406179130077362, -0.04839756339788437, 0.032519757747650146, 0.14344096183776855, + -0.047373950481414795, 0.08635149896144867, 0.14068464934825897, 0.12145230919122696, + 0.03732214495539665, -0.036996982991695404, 0.14358393847942352, 0.04497699812054634, + 0.08548924326896667, -0.04249653220176697, 0.07645106315612793, 0.05744097754359245, + 0.02460762858390808, -0.08446483314037323, -0.019647493958473206, 0.004923875443637371, + -0.018327224999666214, 0.1083485335111618, 0.07389253377914429, 0.16012313961982727, + -0.15128713846206665, -0.04225088283419609, 0.11896645277738571, 0.05121186748147011, + -0.04374271631240845, 0.1283906251192093, 0.007618018426001072, 0.05987178161740303, + 0.005778000224381685, 0.09568604081869125, 0.10157674551010132, 0.2000398486852646, 0.06220515817403793, + -0.16261693835258484, -0.13133391737937927, 0.03335317596793175, 0.02680393122136593, + 0.0949791818857193, -0.04075569659471512, 0.004568512551486492, -0.03992915153503418, + 0.10617180168628693, 0.15833447873592377, 0.2072252333164215, 0.15924571454524994, 0.02749393694102764, + 0.049956612288951874, 0.07971963286399841, 0.009141646325588226, 0.004886594135314226, + 0.05950610339641571, -0.08488856256008148, 0.0776929184794426, 0.09772464632987976, + -0.02828809805214405, 0.10526000708341599, 0.021264979615807533, -0.02773403190076351, + 0.08471375703811646, 0.039332225918769836, 0.013994435779750347, 0.13162721693515778, + 0.08912933617830276, 0.08415067195892334, -0.05469024181365967, 0.038185931742191315, + 0.08009611815214157, 0.0833105817437172, -0.042383644729852676, 0.032660629600286484, + 0.12695901095867157, 0.08156921714544296, -0.08847960084676743, 0.04523006081581116, + 0.09137097001075745, 0.051691628992557526, 0.031230811029672623, 0.18152013421058655, + 0.13041910529136658, 0.04885943606495857, 0.08004225790500641, 0.07250402122735977, 0.1808243989944458, + 0.020823810249567032, 0.0053981333039700985, 0.02335948310792446, 0.03514734283089638, + -0.08048224449157715, 0.031164217740297318, -0.049655430018901825, 0.1436353325843811, + -0.01916978508234024, 0.12015803903341293, 0.054839324206113815, -0.09013881534337997, + 0.14795252680778503, 0.03880953788757324, 0.12840475142002106, -0.050033580511808395, + -0.02069598250091076, 0.059886157512664795, 0.07409927994012833, 0.13823360204696655, + 0.10105247795581818, -0.00787067599594593, 0.03860122337937355, 0.13929401338100433, + -0.0026350258849561214, 0.06334808468818665, -0.03455187752842903, -0.00199835654348135, + -0.14645519852638245, -0.0035301796160638332, 0.0772373229265213, 0.10218801349401474, + 0.006221861578524113, 0.18146106600761414, 0.14164234697818756, -0.03162096068263054, + -0.1270872950553894, 0.11633247137069702, 0.063413105905056, 0.07068004459142685, 0.026600675657391548, + 0.11495823413133621, 0.010655905120074749, 0.05856568366289139, 0.04089724272489548, 0.1400366723537445, + 0.02508842572569847, 0.09587793797254562, 0.06791634857654572, 0.06745373457670212, 0.067790687084198, + 0.06951670348644257, 0.05705149099230766, 0.014837706461548805, 0.09246443957090378, 0.1984875351190567, + -0.0563805066049099, 0.07045483589172363, 0.07017745077610016, -0.006861659698188305, + 0.024295253679156303, 0.023689959198236465, 0.08699122071266174, 0.0728328600525856, + 0.08835028856992722, 0.01718055084347725, -0.06381206214427948, 0.025795144960284233, + -0.013756577856838703, 0.07272624969482422, 0.054246753454208374, 0.09531387686729431, + 0.10931821167469025, 0.05969513580203056, 0.035912707448005676, 0.07273917645215988, + 0.07009811699390411, 0.02443045936524868 + ], + [ + 0.027766074985265732, 0.05696207657456398, -0.02492378279566765, 0.0027499007992446423, + 0.015101814642548561, -0.03434395417571068, 0.04340466111898422, -0.020214209333062172, + -0.06559278070926666, 0.008503813296556473, 0.008730058558285236, -0.035870861262083054, + -0.005942010320723057, -0.01780431903898716, 0.029189912602305412, -0.05413918197154999, + -0.029925983399152756, -0.0564890131354332, -0.04558463394641876, -0.034784115850925446, + -0.059980832040309906, -0.007014342118054628, 0.053876664489507675, -0.06494172662496567, + 0.004481462761759758, -0.04966113343834877, -0.009616142138838768, -0.030555233359336853, + -0.019927944988012314, -0.04417252168059349, -0.013162342831492424, 0.021870462223887444, + -0.058709871023893356, 0.02158110961318016, -0.06387955695390701, -0.07223597913980484, + 0.02391251176595688, -0.005203035660088062, 0.016689937561750412, 0.043106380850076675, + 0.059909507632255554, 0.028154276311397552, 0.0471782311797142, -0.006631643511354923, + 0.05087960138916969, -0.009241010993719101, -0.061263471841812134, 0.0062183802947402, + -0.07138171046972275, 0.027539778500795364, -0.014751389622688293, -0.03240856155753136, + -0.020428044721484184, 0.015188481658697128, 0.00015555588470306247, 0.0046089706011116505, + 0.003598295385017991, -0.012094065546989441, -0.042030707001686096, -0.04130396246910095, + 0.03234557807445526, 0.01756794936954975, -0.020193615928292274, -0.04603910073637962, + 0.04886363819241524, -0.0041823554784059525, 0.006708011496812105, -0.009358434937894344, + 0.048088569194078445, 0.006830025929957628, 0.028385525569319725, -0.037048935890197754, + 0.04228246584534645, -0.017290359362959862, 0.02103293500840664, -0.013348232954740524, + 0.018765859305858612, 0.02569275163114071, -0.04932152479887009, 0.05069512128829956, + -0.01821056939661503, 0.028397349640727043, -0.020349640399217606, -0.021681709215044975, + -0.01657707989215851, 0.02584555186331272, -0.04136567562818527, -0.059083662927150726, + -0.0426119863986969, -0.040348682552576065, 0.04794074594974518, -0.04546545073390007, + 0.0025617091450840235, 0.019511377438902855, 0.03347107023000717, -0.012537824921309948, + 0.03475119546055794, 0.01179562322795391, -0.06727442145347595, 0.042062852531671524, + 0.03539671003818512, 0.027439191937446594, 0.039788275957107544, 0.050108786672353745, + 0.014966797083616257, 0.004071838688105345, -0.04128526523709297, 0.024441907182335854, + 0.0163690447807312, -0.06589760631322861, 0.022808406502008438, 0.027082165703177452, + 0.03161560744047165, 0.0009018160635605454, 0.01242184080183506, -0.02684859372675419, + -0.06222633644938469, 0.01816609874367714, -0.07387669384479523, -0.04607219249010086, + 0.01864931732416153, 0.006082987412810326, -0.05662762373685837, -0.014543822035193443, + -0.037404995411634445, -0.05084763839840889, -0.0538247674703598, -0.013184159062802792, + 0.01575523428618908, 0.011059390380978584, -0.03223172947764397, -0.023209404200315475, + -0.06361441314220428, -0.011441239155828953, -0.022897418588399887, -0.028513912111520767, + -0.004127388820052147, -0.01600835844874382, -0.038352224975824356, -0.002952895825728774, + -0.05777248740196228, 0.021382635459303856, -0.003374450607225299, 0.02963072620332241, + 0.01643694005906582, -0.01716790720820427, 0.0408223494887352, -0.033079005777835846, + -0.06598980724811554, -0.004330865107476711, 0.041649580001831055, 0.003644369775429368, + 0.04583219066262245, -0.0033994445111602545, 0.016769954934716225, -0.04334966093301773, + 0.00343378446996212, -0.02460082247853279, 0.005847455468028784, -0.010095415636897087, + -0.0031138614285737276, -0.007810295559465885, -0.03469076007604599, -0.009980916976928711, + -0.053400710225105286, 0.03621828928589821, -0.0535697340965271, -0.021591799333691597, + 0.019183192402124405, -0.02928418293595314, 0.021757198497653008, -0.04297478869557381, + -0.005988613236695528, 0.04379541799426079, -0.045676618814468384, -0.06111716479063034, + 0.02935454621911049, -0.004149287473410368, -0.0737898051738739, -0.07487216591835022, + -0.02725202403962612, 0.06368596851825714, 0.00241654459387064, -0.05579839274287224, + 0.027460351586341858, -0.004995536990463734, 0.020899951457977295, -0.026274077594280243, + -0.02329746074974537, -0.015524950809776783, -0.06431437283754349, -0.0585574209690094, + 0.0012952910037711263, -0.04728206992149353, -0.06990677863359451, -0.01484479196369648, + 0.04469337314367294, 0.04445706680417061, 0.04223500192165375, 0.008268093690276146, + 0.028831899166107178, -0.059462424367666245, 0.05111757665872574, 0.040069084614515305, + -0.0221541840583086, 0.045888930559158325, -0.05156734585762024, -0.025219686329364777, + 0.030397893860936165, 0.04499896988272667, 0.04240487143397331, 0.0012133704731240869, + -0.07206196337938309, -0.016444597393274307, 0.026380250230431557, 0.020201124250888824, + -0.062238648533821106, 0.04796009138226509, -0.01847592368721962, -0.0041667683981359005, + -0.05425257235765457, 0.004119447432458401, -0.02863871492445469, -0.022932574152946472, + 0.028121039271354675, 0.007159482222050428, 0.010307825170457363, -0.006127420347183943, + -0.05527356266975403, 0.0028901249170303345, -0.008151324465870857, -0.03256973996758461, + -0.06981024891138077, 0.015266148373484612, -0.02445828914642334, -0.0613587461411953, + 0.00715217087417841, 0.009810480289161205, 0.047247350215911865, 0.01785256713628769, + 0.017558971419930458, 0.037233177572488785, -0.02870568260550499, -0.022382427006959915, + -0.01960362307727337, -0.04780356585979462, -0.030093537643551826, -0.04875411093235016, + 0.051183946430683136, 0.026350274682044983, 0.03278099000453949, -0.011328133754432201, + 0.03624570369720459, -0.01702411286532879, -0.04349286109209061, -0.013455167412757874 + ], + [ + 0.0931527316570282, 0.135951966047287, 0.059087131172418594, -0.08127382397651672, 0.0753668025135994, + 0.026327213272452354, 0.08720660954713821, 0.1108221560716629, 0.12687227129936218, 0.11280664056539536, + 0.06873120367527008, 0.03260020911693573, 0.10209275037050247, 0.026418723165988922, + 0.030611170455813408, 0.04830215871334076, 0.12632183730602264, 0.11258891224861145, + 0.055794842541217804, -0.0220163743942976, 0.11877916753292084, 0.041166044771671295, + -0.055384814739227295, -0.0016549666179344058, 0.09215839952230453, -0.008651363663375378, + -0.04685462638735771, 0.01952786184847355, 0.10244065523147583, 0.022667961195111275, + 0.0060682292096316814, 0.08455976098775864, 0.14519968628883362, 0.0616234727203846, + 0.10710486769676208, 0.11162295937538147, -0.0009681895608082414, 0.10353362560272217, + 0.05909540131688118, 0.10384728014469147, 0.13402533531188965, 0.01936243660748005, 0.0941535010933876, + 0.01301839854568243, 0.04499289020895958, 0.029561469331383705, 0.15257896482944489, + -0.0760396271944046, -0.009642066434025764, -0.008649599738419056, 0.010429811663925648, + -0.006673737894743681, 0.005951949395239353, 0.13398389518260956, 0.15515166521072388, + 0.0154356574639678, 0.10710657387971878, 0.03277803584933281, 0.07970988750457764, 0.050305042415857315, + 0.1451531946659088, 0.06767147779464722, 0.015515081584453583, 0.0939486101269722, 0.12447035312652588, + 0.012153362855315208, 0.029866943135857582, 0.021103620529174805, 0.03337791934609413, + -0.19147944450378418, 0.08745799213647842, 0.05138271301984787, 0.05635996162891388, + 0.047491881996393204, 0.14827600121498108, -0.004485861398279667, -0.05348338931798935, + 0.09559868276119232, -0.03602301701903343, 0.01490639615803957, 0.03771606460213661, + -0.1312141865491867, -0.053987663239240646, -0.07410018891096115, -0.10011974722146988, + 0.11896004527807236, 0.012615960091352463, 0.02197839319705963, 0.07779595255851746, 0.1275171935558319, + -0.1341884732246399, 0.08824612200260162, -0.006780676543712616, -0.011624546721577644, + 0.1121218353509903, 0.03311009705066681, 0.10392053425312042, 0.09181004017591476, 0.13983476161956787, + 0.06914939731359482, -0.01286299992352724, 0.12983757257461548, 0.13506750762462616, + 0.07450027763843536, 0.008423005230724812, -0.008844724856317043, 0.08265276253223419, + 0.006163780111819506, -0.09584510326385498, -0.012180687859654427, -0.03649621084332466, + -0.02020530216395855, 0.01629122532904148, 0.06508826464414597, 0.09072303771972656, + -0.11595966666936874, 0.021456360816955566, 0.09757889807224274, 0.07435429096221924, + -0.02285543642938137, 0.0892219990491867, 0.0036896911915391684, 0.09233629703521729, + 0.0847601369023323, 0.12630786001682281, 0.0739036574959755, 0.08673711866140366, 0.016698086634278297, + -0.12477529048919678, -0.10245338082313538, -0.052886202931404114, 0.08297605812549591, + 0.16010428965091705, -0.059886619448661804, -0.009543756023049355, -0.056355129927396774, + 0.10395929962396622, 0.08737339079380035, 0.16806752979755402, 0.10595957934856415, + -0.028301754966378212, 0.06867355853319168, 0.06606133282184601, 0.07636535912752151, + 0.04486794397234917, 0.05720946565270424, -0.047685910016298294, 0.055400170385837555, + 0.037031371146440506, 0.01879751868546009, 0.028818279504776, -0.003872641595080495, + -0.009029197506606579, 0.0542537160217762, 0.043776705861091614, 0.052139393985271454, + 0.05181938037276268, 0.02494928054511547, 0.04445264860987663, 0.02774798683822155, 0.10040804743766785, + 0.03444535657763481, 0.1124497801065445, 0.015423187986016273, -0.04947379603981972, + 0.05098748579621315, 0.11792823672294617, -0.07597288489341736, 0.0029067425057291985, + 0.04254528507590294, 0.09753235429525375, -0.024103788658976555, 0.12958450615406036, + 0.08545420318841934, 0.1079074889421463, 0.1165926605463028, 0.05507408455014229, 0.10949455201625824, + -0.059555135667324066, 0.10436006635427475, 0.08166465163230896, 0.009531368501484394, + -0.04376355558633804, 0.04593685269355774, -0.029348967596888542, 0.08524157106876373, + 0.09323878586292267, 0.11530459672212601, 0.12005509436130524, -0.04260707274079323, + 0.13148345053195953, 0.010390661656856537, 0.13777250051498413, 0.012519550509750843, + 0.029801569879055023, -0.003511536167934537, 0.02787776105105877, 0.18137279152870178, + 0.11392004787921906, 0.006187197752296925, 0.028597276657819748, 0.06249726936221123, + 0.06450161337852478, 0.12268790602684021, -0.0608554445207119, -0.05200991779565811, + -0.15552988648414612, 0.09449631720781326, -0.005464751273393631, 0.1674538254737854, + 0.043176647275686264, 0.08151987940073013, 0.07699303328990936, 0.019923193380236626, + -0.09178953617811203, 0.08737071603536606, -0.003356135217472911, 0.047929804772138596, + -0.014595836400985718, 0.14063848555088043, 0.09761207550764084, -0.022563043981790543, + -0.01176622323691845, 0.1598055511713028, 0.05799540504813194, 0.09504745155572891, 0.1115582212805748, + 0.07278953492641449, 0.031082451343536377, 0.06770037859678268, 0.08259415626525879, 0.1305813491344452, + 0.043723031878471375, 0.1587243378162384, -0.05495729669928551, 0.08534830063581467, + 0.0009291855385527015, -0.009617988020181656, 0.04612798988819122, -0.05674952268600464, + 0.04783133417367935, 0.10695866495370865, 0.07469465583562851, -0.060344524681568146, + -0.00045880323159508407, 0.03129848092794418, 0.06611984968185425, 0.11631222814321518, + 0.020600801333785057, 0.05459124222397804, 0.08746258169412613, 0.052044618874788284, + 0.1261095106601715, 0.00604495732113719, 0.09193477034568787, 0.02648272179067135 + ], + [ + -0.016021430492401123, -0.05391637235879898, 0.024016840383410454, 0.003070453880354762, + -0.01079465076327324, -0.07892906665802002, 0.010096999816596508, 0.04077782481908798, + -0.015216885134577751, -0.04792997986078262, -0.05482012778520584, -0.06472582370042801, + -0.003782132640480995, 0.02981363981962204, 0.019581861793994904, 0.0451960414648056, + -0.036363035440444946, 0.03828802332282066, -0.002636561868712306, -0.030083011835813522, + -0.015835130587220192, -0.0035579511895775795, -0.05630386620759964, -0.060879405587911606, + -0.00033081526635214686, 0.04173379763960838, -0.07074706256389618, -0.05750805512070656, + 0.01963198371231556, 0.00807978119701147, -0.04517779126763344, -0.023673206567764282, + -0.0742821991443634, -0.03259088099002838, 0.018299655988812447, -0.0158099252730608, + -0.06586715579032898, 0.018201667815446854, 0.0013998809736222029, -0.032878804951906204, + -0.016445210203528404, -0.040448516607284546, -0.013646400533616543, -0.012822854332625866, + -0.024886881932616234, -0.05008412525057793, 0.038423217833042145, 0.028723910450935364, + -0.06156615912914276, 0.024910934269428253, 0.051565904170274734, -0.05604354664683342, + 0.0511719174683094, -0.06368730962276459, 0.029208648949861526, -0.0345991887152195, + -0.011549405753612518, 0.0022097022738307714, -0.01844853162765503, 0.009425223805010319, + -0.05221300944685936, 0.025130895897746086, -0.010925328359007835, -0.011410088278353214, + 0.03464491665363312, 0.026629066094756126, -0.01999235339462757, 0.014780720695853233, + -0.06560219824314117, -0.02568940445780754, -0.060004621744155884, -0.021653423085808754, + -0.04665767028927803, -0.05175573006272316, 0.022218631580471992, 0.04540058225393295, + -0.034844908863306046, 0.015908656641840935, -0.019893433898687363, 0.014480583369731903, + -0.042959798127412796, 0.03539244458079338, -0.049876708537340164, -0.035729728639125824, + -0.017079992219805717, -0.06482730060815811, -0.0318814255297184, -0.0015152584528550506, + 0.031209325417876244, -0.0621170774102211, -0.02713274396955967, -0.034154608845710754, + 0.05967153608798981, 0.024272451177239418, -0.05756022408604622, 0.042255498468875885, + 0.037638284265995026, 0.033499136567115784, -0.011193416081368923, -0.01671064831316471, + -0.041584599763154984, -0.04849998652935028, -0.0448988601565361, -0.060808610171079636, + 0.017085622996091843, -0.030457645654678345, -0.045076142996549606, -0.015079441480338573, + -0.05234651640057564, -0.019367724657058716, 0.006816782057285309, 0.030233202502131462, + -0.055750515311956406, 0.04238790646195412, -0.01824375055730343, -0.03912024199962616, + -0.0013405493227764964, -0.06577355414628983, 0.015100282616913319, -0.030676167458295822, + -0.0619998462498188, -0.022669993340969086, 0.015994368121027946, -0.0410909466445446, + 0.05418168753385544, -0.06408406049013138, -0.04551196098327637, 0.03649163246154785, + 0.05333038046956062, -0.011839211918413639, -0.02197740413248539, -0.06965123116970062, + 0.027257205918431282, -0.04750456660985947, 0.04053895175457001, -0.0016160651575773954, + 0.03226037696003914, 0.009615139104425907, -0.06463295966386795, -0.037778399884700775, + -0.04391178861260414, -0.030468368902802467, -0.05473838746547699, -0.03295828029513359, + -0.05412502959370613, -0.04232240468263626, -0.0455329455435276, -0.0162150077521801, + -0.0077629429288208485, 0.027770070359110832, 0.015316065400838852, -0.017066432163119316, + -0.014495555311441422, -0.006559037137776613, -0.026105238124728203, -0.06733699142932892, + -0.0356304794549942, -0.0280119888484478, 0.017010977491736412, -0.04103786498308182, + -0.02382776327431202, 0.023993751034140587, -0.02629190683364868, -0.05259382724761963, + 0.0410236231982708, -0.06016150116920471, 0.05169595405459404, -0.03449159860610962, + -0.04476143419742584, 0.029894065111875534, -0.05828949809074402, -0.04237719252705574, + -0.06143675372004509, -0.03345434367656708, 0.01743173599243164, 0.016182037070393562, + 0.004418324213474989, 0.045090679079294205, 0.015526297502219677, -0.05387726053595543, + 0.0032051904127001762, 0.014010922983288765, 0.017981743440032005, -0.058286018669605255, + 0.017613207921385765, -0.06552490592002869, -0.0687287226319313, -0.03842322155833244, + -0.05391309782862663, -0.047788288444280624, 0.027416802942752838, -0.004084933083504438, + -0.05355941876769066, 0.004420110490173101, -0.06603805720806122, -0.029980815947055817, + 0.010044706985354424, 0.008047711104154587, -0.0021210340782999992, 0.05301935225725174, + -0.026592198759317398, -0.04538779705762863, -0.02932916395366192, -0.07299236208200455, + 0.05210551992058754, -0.035603124648332596, 0.036724939942359924, 0.0022722422145307064, + -0.05817880108952522, -0.04333574324846268, -0.022584086284041405, -0.03848522901535034, + -0.04420669749379158, -0.0074110254645347595, -0.06143748760223389, -0.04472077265381813, + -0.061866577714681625, -0.0074632675386965275, -0.058218877762556076, 0.011174384504556656, + 0.04498323053121567, 0.007114173844456673, 0.012134763412177563, -0.050130121409893036, + -0.01941053755581379, 0.02518181875348091, -0.05245532467961311, -0.05911742150783539, + -0.008611545898020267, 0.016049807891249657, 0.004674132913351059, -0.031147809699177742, + 0.003111271420493722, -0.0290890634059906, -0.04664139822125435, -0.0050115338526666164, + -0.031478170305490494, 0.04226343333721161, -0.01830936037003994, -0.014547843486070633, + -0.026565754786133766, 0.018177254125475883, -0.026687348261475563, 0.05845067650079727, + -0.057645391672849655, 0.00910512451082468, -0.019252369180321693, -0.0010535218752920628, + 0.019901767373085022, 0.014527260325849056, -0.010437232442200184, 0.03500073775649071, + -0.0037000246811658144, 0.02045723795890808, 0.022345319390296936, -0.04831724241375923 + ], + [ + 0.06876266747713089, 0.2055080682039261, 0.08216705173254013, -0.022730758413672447, + 0.06871266663074493, 0.0329095683991909, 0.14901791512966156, 0.14851073920726776, 0.14358218014240265, + 0.09453088045120239, 0.012563711032271385, 0.08741682022809982, 0.13270819187164307, + 0.012649547308683395, 0.04207627475261688, 0.06917339563369751, 0.14390838146209717, + 0.13245639204978943, 0.02494637295603752, 0.020457705482840538, 0.10616927593946457, + 0.09285711497068405, -0.15525862574577332, -0.022793101146817207, 0.14578665792942047, + 0.010056066326797009, -0.051635172218084335, 0.039461638778448105, 0.02989780902862549, + 0.029502779245376587, 0.06327971071004868, 0.11106618493795395, 0.06674214452505112, + -0.04284379258751869, 0.030623719096183777, 0.06931810081005096, -0.02519596368074417, + 0.0021270737051963806, 0.17048504948616028, 0.13743823766708374, 0.0939636379480362, + 0.014442198909819126, 0.04918034002184868, 0.11236540228128433, 0.09249655157327652, + 0.05500321835279465, 0.1126270517706871, 0.01180183980613947, 0.003555872244760394, + -0.03766302019357681, 0.031903110444545746, 0.0018885191529989243, 0.09007596969604492, + 0.1273927390575409, 0.13250340521335602, 0.10497723519802094, 0.10322597622871399, 0.02468166872859001, + 0.09615501761436462, 0.1698388308286667, 0.1402968168258667, 0.024897918105125427, 0.01898709125816822, + 0.19810105860233307, 0.11380437761545181, 0.047427039593458176, 0.03722164407372475, + 0.02609877847135067, 0.0819932296872139, -0.23917803168296814, -0.012588687241077423, + 0.09733124077320099, 0.00827477965503931, 0.10753326863050461, 0.061130017042160034, + -0.05646747350692749, -0.007137687411159277, 0.11562871187925339, -0.0037049073725938797, + 0.04398931562900543, -0.012685680761933327, -0.141150563955307, -0.01270670723170042, + -0.09337249398231506, -0.18130344152450562, 0.14388668537139893, 0.009276694618165493, + 9.43371924222447e-6, 0.03965150564908981, 0.1043456643819809, -0.08441317826509476, 0.12134063243865967, + -0.040377240628004074, 0.0364702045917511, 0.08123068511486053, -0.03402647748589516, + 0.08629626035690308, 0.04925338178873062, 0.13482780754566193, 0.048779524862766266, + 0.017488975077867508, 0.12022241204977036, 0.13413703441619873, 0.0696730762720108, + 0.027909066528081894, 0.08945079892873764, 0.022778354585170746, -0.06773417443037033, + -0.15502074360847473, 0.008611632511019707, -0.05737468600273132, -0.015008227899670601, + 0.042342595756053925, 0.029165096580982208, 0.1794225573539734, -0.17068667709827423, + -0.04681508615612984, 0.1520281285047531, 0.005473284516483545, 0.002384522696956992, + 0.08604171872138977, -0.06637999415397644, 0.05213392153382301, 0.026834674179553986, + 0.13278305530548096, 0.048862531781196594, 0.10165804624557495, 0.05293828248977661, + -0.12864471971988678, -0.14785140752792358, 0.04622919112443924, 0.1333795040845871, + 0.12365517020225525, -0.05495182424783707, -0.012817868031561375, -0.05047079548239708, + 0.1394345909357071, 0.12770450115203857, 0.18035045266151428, 0.05967060849070549, 0.026200925931334496, + 0.04202517867088318, 0.0940931960940361, 0.06963357329368591, 0.02489907294511795, 0.11090019345283508, + -0.009819460101425648, 0.04824855923652649, 0.07800289243459702, 0.016347553580999374, + 0.10047628730535507, 0.018131010234355927, -0.03610874339938164, 0.12687022984027863, + -0.05108880251646042, -0.030735647305846214, 0.15734073519706726, 0.07665436714887619, + 0.09161031246185303, -0.039030805230140686, 0.05046578869223595, 0.07585123181343079, + 0.04850408434867859, -0.017416024580597878, 0.04058152809739113, 0.1474517583847046, 0.1312592327594757, + -0.03596669062972069, 0.011720974929630756, -0.009168299846351147, 0.038062989711761475, + -0.0039918553084135056, 0.14852793514728546, 0.08317846804857254, 0.07133124023675919, + 0.09922634810209274, 0.12945768237113953, 0.22550231218338013, -0.048261452466249466, + -0.004716456402093172, 0.013983026146888733, 0.06909168511629105, -0.019264724105596542, + 0.06717529147863388, -0.00426926976069808, 0.12489081174135208, 0.04255359247326851, + 0.16518375277519226, 0.030495677143335342, -0.05928331986069679, 0.15675169229507446, + 0.046457160264253616, 0.16336973011493683, -0.011129774153232574, -0.01023549772799015, + -0.03388923779129982, -0.01064381841570139, 0.1382761001586914, 0.0996113047003746, 0.03567162901163101, + -0.024573704227805138, 0.14299161732196808, 0.12269596010446548, 0.17669832706451416, + 0.03403151035308838, -0.062623992562294, -0.10857804119586945, 0.04913242906332016, + 0.013824920170009136, 0.1067233458161354, 0.10263708978891373, 0.14239275455474854, 0.07541564851999283, + -0.0035354644060134888, -0.10661608725786209, 0.08728284388780594, 0.09956377744674683, + 0.025083038955926895, 0.004653507843613625, 0.14323292672634125, 0.007311712484806776, + -0.014034401625394821, 0.010668599046766758, 0.10800597071647644, 0.035647861659526825, + 0.05230367183685303, 0.05263783037662506, 0.06850510835647583, 0.1408177614212036, 0.1418575793504715, + 0.04612676799297333, 0.1105419397354126, 0.04299524053931236, 0.21841348707675934, 0.02902149222791195, + 0.10139600932598114, 0.06994534283876419, 0.06068197637796402, 0.05647442489862442, 0.04233190789818764, + 0.0457000695168972, 0.06835570931434631, 0.04706031084060669, 0.018245497718453407, + -0.021708566695451736, 0.03192310035228729, 0.06216036155819893, 0.10660158842802048, + 0.08719136565923691, 0.08404967933893204, 0.013290831819176674, 0.08557745069265366, + 0.04045426473021507, 0.04193379357457161, 0.07281778752803802, 0.05235227197408676 + ], + [ + 0.058442119508981705, 0.17238566279411316, 0.10618723183870316, -0.06350471824407578, + 0.1116086095571518, 0.005152742378413677, 0.07652252912521362, 0.06728269904851913, 0.11963523924350739, + 0.052244920283555984, 0.029011234641075134, -0.022005068138241768, 0.07381957769393921, + 0.044079363346099854, 0.07613293826580048, 0.06633324176073074, 0.11492856591939926, + 0.11337926238775253, 0.09191982448101044, -0.05797140672802925, 0.09276138991117477, + 0.07265190780162811, -0.05235942453145981, 0.03061831369996071, 0.1275680512189865, + -0.047642819583415985, -0.03642917424440384, 0.055813584476709366, 0.08501192927360535, + -0.004811220336705446, -0.032589200884103775, 0.11802399158477783, 0.08945631980895996, + -0.018440669402480125, 0.021760083734989166, 0.10487566888332367, -0.02619614265859127, + 0.0834888145327568, 0.07435154169797897, 0.13574449717998505, 0.058258917182683945, + -0.04124021902680397, 0.0771101787686348, 0.04219663515686989, 0.03157249465584755, + 0.027188478037714958, 0.07249696552753448, -0.08720463514328003, 0.07393945008516312, + -0.007576050236821175, -0.04905272647738457, -0.06270168721675873, 0.11308356374502182, + 0.09279206395149231, 0.07528597861528397, 0.030679794028401375, 0.1028037965297699, 0.03667610138654709, + 0.05951132997870445, 0.044278573244810104, 0.07080482691526413, 0.049269530922174454, + -0.04383597895503044, 0.16138939559459686, 0.11761652678251266, 0.022331999614834785, + 0.02814355306327343, -0.02643614076077938, 0.06598656624555588, -0.22940796613693237, + -0.003354033688083291, 0.10840044170618057, 0.054045237600803375, 0.007951246574521065, + 0.12264155596494675, -0.05706498771905899, -0.011457458138465881, 0.08913558721542358, + -0.0313393697142601, 0.06680939346551895, 0.04829322174191475, -0.10487587749958038, + -0.031298499554395676, -0.17405827343463898, -0.1490858644247055, 0.09029236435890198, + -0.040226519107818604, 0.07408548146486282, 0.032180894166231155, 0.13031935691833496, + -0.0574319027364254, -0.015744181349873543, -0.05639728903770447, 0.03594334051012993, + 0.10752715170383453, -0.0742693841457367, 0.1328621506690979, 0.06167355924844742, 0.0978359803557396, + 0.045783016830682755, -0.06515102833509445, 0.08653867244720459, 0.13150139153003693, + 0.06923709064722061, 0.025848278775811195, 0.07651492953300476, 0.10837102681398392, + 0.030852297320961952, -0.14878375828266144, 0.06382273882627487, -0.06544050574302673, + -0.04403591528534889, 0.06587640941143036, 0.0906783863902092, 0.07670924067497253, + -0.13299351930618286, -0.05104359611868858, 0.10314434766769409, -0.03096885420382023, + 0.007361197844147682, 0.08331174403429031, -0.0401187390089035, 0.05551127716898918, + 0.09391511976718903, 0.15994419157505035, 0.1010095626115799, 0.09245891869068146, 0.10941553115844727, + -0.18125416338443756, -0.038083843886852264, -0.05938690900802612, 0.11697688698768616, + 0.11000895500183105, -0.04814703390002251, 0.0908435806632042, -0.022120164707303047, + 0.0754888579249382, 0.11883827298879623, 0.09456947445869446, 0.07631275057792664, -0.02478615753352642, + 0.010689559392631054, 0.11932939291000366, 0.08625417947769165, -0.00318162445910275, + 0.04007924720644951, 0.0042664953507483006, 0.03333321586251259, 0.003654156345874071, + -0.0006642191438004375, 0.002346564782783389, 0.03531965613365173, -0.04394207149744034, + 0.05023277550935745, -0.019937939941883087, 0.00201342161744833, 0.07312726229429245, + 0.04733714833855629, 0.08120737969875336, -0.0037765982560813427, 0.11670447885990143, + 0.04362877085804939, 0.12593963742256165, -0.024207530543208122, 0.028070122003555298, + 0.11554398387670517, 0.13874715566635132, -0.0026944412384182215, 0.06079120934009552, + 0.01885119266808033, 0.15941020846366882, -0.054233118891716, 0.11798910796642303, 0.05769550800323486, + 0.049479059875011444, 0.06616093218326569, 0.1617726981639862, 0.10861292481422424, + 0.012274179607629776, 0.06179418787360191, 0.00329046742990613, 0.09532687813043594, + -0.07374505698680878, 0.021846573799848557, 0.04616432264447212, 0.1490643173456192, + 0.027927570044994354, 0.11766213178634644, 0.09572547674179077, -0.008653434924781322, + 0.05867432802915573, 0.03674287721514702, 0.19683554768562317, 0.02609299309551716, + -0.006050897296518087, 0.0604710727930069, 0.1112043634057045, 0.08579258620738983, 0.03976409509778023, + -0.03664947673678398, -0.017137661576271057, 0.13721099495887756, 0.04377531632781029, + 0.11817413568496704, 0.032134637236595154, -0.04625552520155907, -0.15707115828990936, + 0.08989319950342178, 5.3499687055591494e-5, 0.15172091126441956, 0.0019764374010264874, + 0.1690274178981781, 0.11371520161628723, -0.030165644362568855, -0.011619535274803638, + 0.07520271837711334, 0.11147018522024155, 0.0321476086974144, 0.09614914655685425, 0.14717011153697968, + 0.04842177778482437, 0.03997161611914635, -0.007033335976302624, 0.15949350595474243, + -0.018379628658294678, 0.139043390750885, 0.10043685138225555, 0.05017288029193878, 0.08559411764144897, + 0.147426038980484, 0.06533464044332504, 0.12179654836654663, 0.040175676345825195, 0.13393385708332062, + -0.00030001942650415003, 0.0021666213870048523, 0.01625603251159191, 0.024160373955965042, + 0.04940944164991379, 0.01195745263248682, 0.03643924742937088, 0.12775295972824097, + -0.017901692539453506, -0.0530608594417572, -0.04566926881670952, 0.11449941247701645, + 0.07593332231044769, 0.12944906949996948, 0.03395550325512886, 0.03390751779079437, + 0.015796352177858353, 0.02734689973294735, 0.07759661972522736, 0.007278659380972385, + 0.09667369723320007, 0.08685508370399475 + ], + [ + 0.022432325407862663, 0.136545330286026, 0.11358924210071564, -0.06387926638126373, + -0.003820299170911312, 0.05323808640241623, 0.16292545199394226, 0.040475353598594666, + 0.0809241384267807, 0.06295514851808548, 0.04371816664934158, 0.09416064620018005, 0.03945491835474968, + 0.02609769068658352, 0.005780948791652918, 0.10354625433683395, 0.14265310764312744, 0.1175321415066719, + 0.08265157788991928, 0.020348433405160904, 0.15039609372615814, 0.10751964896917343, + -0.14610028266906738, 0.019823873415589333, 0.10171779245138168, 0.0015029452042654157, + -0.05743023753166199, -0.03143469616770744, 0.0519220344722271, 0.040533397346735, + -0.0006132277194410563, 0.0843496099114418, 0.07360226660966873, 0.05970267578959465, + 0.1176292672753334, 0.00021254454622976482, -0.0016506480751559138, -0.006711565889418125, + 0.0668494701385498, 0.028820820152759552, 0.1525564342737198, -0.014328124932944775, + 0.03228217363357544, 0.04170449450612068, 0.013453884050250053, 0.06194484978914261, 0.0685943141579628, + -0.01718175783753395, 0.07034523040056229, -0.020939622074365616, -0.03158720210194588, + 0.037373390048742294, 0.04443394020199776, 0.16087496280670166, 0.06233576685190201, + 0.04934214428067207, 0.04936289042234421, -0.011961610056459904, 0.05267155542969704, + 0.11948657035827637, 0.058337774127721786, 0.047337718307971954, -0.07810301333665848, + 0.11443500965833664, 0.12299970537424088, 0.06486738473176956, 0.09757780283689499, + -0.041747454553842545, 0.044619426131248474, -0.21811634302139282, 0.06580794602632523, + 0.043224211782217026, 0.042695220559835434, 0.024684900417923927, 0.08199865370988846, + 0.01625225506722927, -0.006503974553197622, 0.0031456390861421824, 0.005138837266713381, + 0.009853650815784931, 0.025385284796357155, -0.13262729346752167, -0.025288095697760582, + -0.17552432417869568, -0.1160278245806694, 0.19169604778289795, 0.014726066030561924, + 0.04595716670155525, 0.05293460190296173, 0.1146368607878685, -0.07931843400001526, 0.05843943729996681, + -0.04211534932255745, 0.011239517480134964, 0.07023905217647552, -0.023284604772925377, + 0.14541763067245483, 0.03415367007255554, 0.10250967741012573, 0.06582993268966675, + -0.027803298085927963, 0.05762689560651779, 0.04343772307038307, 0.07675762474536896, + 0.029235856607556343, -0.006826664321124554, 0.024028928950428963, -0.015803776681423187, + -0.12385038286447525, 0.0009353364584967494, -0.009111081250011921, -0.015703344717621803, + 0.12628619372844696, 0.07211819291114807, 0.17548350989818573, -0.15350820124149323, + -0.04292473942041397, 0.11424299329519272, 0.06682784855365753, -0.033215075731277466, + 0.023601379245519638, -0.039235733449459076, 0.06761671602725983, 0.04426862299442291, + 0.16817566752433777, 0.05286598578095436, 0.0734361782670021, 0.0025645168498158455, + -0.16886276006698608, -0.13124285638332367, 0.002625720575451851, 0.07571328431367874, + 0.11282379180192947, -0.021185902878642082, 0.007185062393546104, 0.019360177218914032, + 0.03237595409154892, 0.142380490899086, 0.1969851404428482, 0.11018431931734085, 0.007365417201071978, + 0.029721537604928017, 0.05694887042045593, 0.07263769209384918, -0.0291859470307827, + -0.005111192353069782, -0.10712261497974396, 0.08925824612379074, 0.05623267963528633, + 0.006699502933770418, 0.06739579141139984, 0.031982555985450745, -0.005790114402770996, + 0.1494351476430893, -0.03289936110377312, -0.008005386218428612, 0.14955799281597137, + 0.06858034431934357, 0.11235974729061127, 0.05675787851214409, 0.08706609904766083, 0.0583113357424736, + 0.08032342791557312, -0.0006223939708434045, -0.012581012211740017, 0.1364278793334961, + 0.11294644325971603, -0.12196790426969528, 0.058247581124305725, 0.060869861394166946, + 0.07214301824569702, 0.05187179893255234, 0.1278056800365448, 0.1338389813899994, 0.11828000098466873, + 0.1273602843284607, 0.0853981152176857, 0.206067755818367, -0.018448490649461746, 0.048558808863162994, + 0.06960728764533997, 0.01850447990000248, -0.06493035703897476, 0.037450045347213745, + -0.03528527542948723, 0.11372110247612, -0.006339376792311668, 0.07682428508996964, 0.11836665123701096, + -0.10901577770709991, 0.08179045468568802, 0.08735426515340805, 0.20023424923419952, + -0.033111125230789185, -0.011463776230812073, 0.023563368245959282, 0.005907817278057337, + 0.15084385871887207, 0.09180308133363724, 0.04049580544233322, 0.035384442657232285, + 0.13177376985549927, 0.08449084311723709, 0.06331980973482132, -0.04954839125275612, + -0.056329160928726196, -0.07315252721309662, -0.023986034095287323, 0.08329548686742783, + 0.16886016726493835, 0.008045175112783909, 0.15111611783504486, 0.08376593142747879, + -0.012287109158933163, -0.040345560759305954, 0.15609823167324066, 0.05609894543886185, + -0.00883255060762167, 0.0421435721218586, 0.21788033843040466, 0.10341794043779373, + -0.021049154922366142, 0.06484752148389816, 0.09371203929185867, 0.0670352652668953, + 0.058736953884363174, 0.01694769598543644, 0.04846927896142006, 0.04618890583515167, + 0.13573305308818817, 0.10447767376899719, 0.04316772148013115, 0.009005720727145672, + 0.17436428368091583, -0.05486895516514778, -0.0205459613353014, 0.041512537747621536, + 0.04113435745239258, 0.10781507194042206, 0.022367320954799652, 0.11500784009695053, + 0.12297804653644562, 0.006905422545969486, -0.03924986720085144, 0.08673009276390076, + 0.07386671751737595, 0.03326108679175377, 0.04221538081765175, 0.09328269958496094, + 0.009306065738201141, 0.03961902856826782, 0.13023778796195984, 0.014328955672681332, + 0.04655265808105469, 0.0322493240237236, 0.10880490392446518 + ], + [ + 0.12665560841560364, 0.162440225481987, 0.09597674757242203, 0.029080530628561974, 0.037354327738285065, + 0.1026291623711586, 0.17025350034236908, 0.12261219322681427, 0.14146143198013306, 0.09200573712587357, + 0.06898355484008789, 0.004720632918179035, 0.11536266654729843, 0.0007589463493786752, + 0.10200963914394379, 0.11438780277967453, 0.13797171413898468, 0.12545734643936157, + 0.004545348230749369, -0.056841712445020676, 0.09461097419261932, 0.06615336984395981, + -0.08902044594287872, -0.05598131939768791, 0.1622016578912735, 0.03211767598986626, + 0.00577674712985754, 0.10220321267843246, 0.05023488029837608, 0.09124764055013657, + -0.004160392563790083, 0.11188285797834396, 0.12669578194618225, -0.020587889477610588, + 0.13504064083099365, 0.039203040301799774, -0.008713276125490665, 0.06209535524249077, + 0.14568965137004852, 0.13094501197338104, 0.11194133758544922, 0.04963231459259987, 0.10408034175634384, + 0.12642230093479156, 0.13788436353206635, 0.07644686847925186, 0.01579156145453453, -0.0718785896897316, + -0.03176770359277725, -0.038718901574611664, 0.02559271827340126, -0.06599364429712296, + 0.10507741570472717, 0.1713348627090454, 0.1581365466117859, 0.11095334589481354, + -0.0001965903356904164, 0.027404729276895523, 0.11802982538938522, 0.08593285828828812, + 0.06695946305990219, 0.016798989847302437, -0.08274088054895401, 0.12622933089733124, + 0.15531985461711884, 0.014428431168198586, 0.05399343743920326, 0.003045679535716772, + -0.024033378809690475, -0.21184761822223663, 0.02242409996688366, 0.006922254338860512, + -0.04462854936718941, 0.06518761068582535, 0.08948215842247009, -0.07419527322053909, + -0.09197124093770981, 0.04713951423764229, -0.0478292815387249, 0.0835433155298233, + -0.012058153748512268, -0.10463842004537582, -0.045736148953437805, -0.09975721687078476, + -0.1766902506351471, 0.1358201503753662, 0.024180520325899124, 0.0710999071598053, 0.04259570688009262, + 0.025750799104571342, -0.07368186861276627, 0.0709749385714531, -0.04717852547764778, + 0.030390216037631035, 0.0872126966714859, -0.04464901611208916, 0.11879152804613113, + 0.10455181449651718, 0.07377707213163376, 0.07294461131095886, -0.07458916306495667, + 0.09100142866373062, 0.09314431995153427, 0.07632094621658325, 0.01817316561937332, 0.0926186740398407, + 0.050520159304142, 0.0403171144425869, -0.12568248808383942, -0.03186742588877678, 0.007964406162500381, + -0.05636855214834213, 0.09722508490085602, 0.02523016929626465, 0.1935243159532547, + -0.13608556985855103, -0.027837814763188362, 0.0978909358382225, 0.013873797841370106, + -0.03675900772213936, 0.00915624387562275, -0.07845231145620346, 0.11494752764701843, + 0.09491699934005737, 0.0722731351852417, 0.1514238566160202, 0.17037180066108704, 0.1342548280954361, + -0.18965405225753784, -0.14791323244571686, -0.07916928082704544, 0.046536777168512344, + 0.17276722192764282, -0.04442467913031578, 0.08410686999559402, -0.041905928403139114, + 0.08871690183877945, 0.05676983669400215, 0.09519736468791962, 0.11101813614368439, 0.07179723680019379, + 0.10433722287416458, 0.1479426622390747, 0.023066824302077293, -0.006318612489849329, + 0.060270074754953384, -0.05709153413772583, 0.093470498919487, 0.0817410796880722, -0.0938020572066307, + 0.04612841457128525, -0.020215772092342377, 0.05521721765398979, 0.04360433295369148, + 0.029969217255711555, 0.04644579067826271, 0.08068809658288956, 0.00734143378213048, + 0.06928976625204086, 0.053282126784324646, 0.06606459617614746, 0.04611051827669144, + 0.17788581550121307, -0.003927681595087051, 0.014593802392482758, 0.08067367970943451, + 0.1460282951593399, -0.1017056405544281, 0.05338636413216591, -0.014826711267232895, 0.1615360677242279, + -0.05443209037184715, 0.16896343231201172, 0.049197591841220856, 0.14247412979602814, + 0.1645098477602005, 0.142194926738739, 0.16305384039878845, -0.0632202997803688, 0.08727632462978363, + 0.0949736088514328, 0.004604937508702278, -0.009336188435554504, 0.010198214091360569, + 0.057826343923807144, 0.09721983969211578, 0.07663366943597794, 0.06915345788002014, + 0.09379897266626358, -0.10453253239393234, 0.13220515847206116, 0.0849289819598198, 0.10199664533138275, + -0.03715258836746216, -0.023651355877518654, -0.04611075296998024, 0.00013351203233469278, + 0.10344517976045609, 0.0823473110795021, -0.015959875658154488, 0.0446431040763855, 0.05981754884123802, + 0.08203926682472229, 0.09318047016859055, 0.022534897550940514, -0.028965165838599205, + -0.1581932008266449, 0.08625423163175583, 0.04119875282049179, 0.08812876790761948, 0.08063317090272903, + 0.15369944274425507, 0.11357276141643524, 0.04418125003576279, -0.03833557665348053, + 0.17059141397476196, 0.04162963107228279, 0.10117390751838684, 0.06410730630159378, 0.21430739760398865, + 0.1024770587682724, -0.025845736265182495, 0.06369314342737198, 0.09108135849237442, + 0.08075889945030212, 0.04720751941204071, 0.08313140273094177, 0.06793487071990967, 0.07419480383396149, + 0.1306835412979126, 0.08150999248027802, 0.1345740705728531, 0.06620796024799347, 0.20406071841716766, + -0.06320624053478241, 0.032446928322315216, -0.01890154927968979, -0.02766680158674717, + 0.11207672953605652, -0.0352303646504879, 0.13720551133155823, 0.13665689527988434, + 0.007400159258395433, -0.037134796380996704, -0.007975159212946892, 0.036104362457990646, + -0.012451051734387875, 0.07205478847026825, 0.09141223877668381, 0.09979544579982758, + 0.0689837783575058, 0.08913888782262802, 0.12018073350191116, 0.022750500589609146, 0.07587487995624542, + 0.06195489689707756 + ], + [ + 0.011256321333348751, 0.16476598381996155, 0.05989842489361763, 0.03839154168963432, + 0.04063568636775017, 0.03254309669137001, 0.15472447872161865, 0.09430214017629623, 0.09531302005052567, + 0.12075522541999817, 0.06246315315365791, 0.05122440680861473, 0.037696897983551025, + 0.043565765023231506, 0.0814090296626091, 0.08997343480587006, 0.18013189733028412, 0.0638180822134018, + 0.08009865880012512, 0.02189922146499157, 0.15853862464427948, -0.006602555513381958, + -0.11516085267066956, 0.03992075100541115, 0.056515052914619446, -0.0358138382434845, + 0.01048316154628992, 0.002696430776268244, 0.020708967000246048, 0.10400809347629547, + -0.02505965158343315, 0.05071880295872688, 0.07712265104055405, -0.02605314366519451, + 0.10057894885540009, 0.013996020890772343, 0.019473914057016373, 0.04348622262477875, + 0.17241737246513367, 0.06468888372182846, 0.045077335089445114, 0.06364529579877853, + -0.01944909058511257, 0.028226373717188835, 0.06744614988565445, 0.05666825920343399, + 0.16920168697834015, -0.01992170326411724, 0.0875457301735878, 0.002669264329597354, + -0.005454727914184332, -0.01649564690887928, 0.0935811921954155, 0.13139350712299347, + 0.06577473878860474, 0.01357232965528965, 0.06143583357334137, 0.07550746947526932, 0.09773459285497665, + 0.16430948674678802, 0.0702042505145073, -0.011147454380989075, -0.07984467595815659, + 0.16138049960136414, 0.09193859249353409, 0.007747066672891378, 0.007195076439529657, + -0.05060379207134247, 0.021476171910762787, -0.2303117960691452, -0.009117798879742622, + -0.010912875644862652, -0.01884470134973526, 0.016974758356809616, 0.1761954426765442, + -0.09159904718399048, -0.05018215999007225, 0.05045991390943527, 0.023562174290418625, + 0.07243943214416504, -0.004974540788680315, -0.1573314666748047, -0.02126750722527504, + -0.09571854770183563, -0.10424988716840744, 0.18426023423671722, -0.03440564125776291, + 0.038306623697280884, 0.08009026199579239, 0.0616886168718338, -0.03507097065448761, + 0.05433079972863197, 0.015766050666570663, 0.044064704328775406, 0.13846175372600555, + -0.024768147617578506, 0.14302636682987213, 0.13100160658359528, 0.1073225811123848, + 0.022543614730238914, -0.06964369863271713, 0.1507038176059723, 0.059983815997838974, + 0.10117701441049576, 0.028456566855311394, 0.05220634490251541, 0.06773342937231064, + -0.06165105849504471, -0.10670163482427597, 0.030220694839954376, 0.005716695915907621, + 0.021136220544576645, 0.12275663018226624, -0.0026283550541847944, 0.15241028368473053, + -0.12387710809707642, -0.02831924334168434, 0.12536977231502533, -0.01037666480988264, + 0.009251149371266365, 0.0766533613204956, -0.06021175533533096, 0.10964243113994598, + 0.05538457632064819, 0.10208669304847717, 0.11118582636117935, 0.11779095977544785, + 0.010931694880127907, -0.22592461109161377, -0.11453177779912949, 0.02581086941063404, + 0.11798609048128128, 0.11864328384399414, 0.047199737280607224, 0.05407439544796944, + -0.11036736518144608, 0.10650589317083359, 0.10995850712060928, 0.13212478160858154, + 0.14507682621479034, -0.00712810643017292, 0.038176529109478, 0.054202642291784286, 0.05594354495406151, + 0.03968121483922005, 0.06479983776807785, -0.10274363309144974, 0.05179383605718613, + 0.00867750495672226, -0.027197664603590965, 0.0006427475600503385, -0.0245044082403183, + 0.051605191081762314, 0.09139396995306015, -0.03312910720705986, -0.05401558429002762, + 0.15422888100147247, 0.02043258026242256, 0.08786144107580185, 0.0029511230532079935, + 0.07637110352516174, 0.08057042211294174, 0.09068438410758972, -0.0031722523272037506, + -0.035746071487665176, 0.14317277073860168, 0.12162090837955475, -0.08702806383371353, + 0.09330927580595016, 0.018127748742699623, 0.1478682905435562, -0.037481360137462616, + 0.13590453565120697, 0.13131636381149292, 0.12268532067537308, 0.1312263309955597, 0.1510036140680313, + 0.20238573849201202, -0.047567978501319885, 0.08394278585910797, 0.1042509526014328, + -0.009088226594030857, -0.10435983538627625, 0.11142968386411667, -0.0045085190795362, + 0.17964331805706024, -0.009301881305873394, 0.04000914469361305, 0.13372161984443665, + -0.062172405421733856, 0.1468551903963089, 0.01783648692071438, 0.2041856050491333, + -0.005552926566451788, -0.03885876387357712, 0.07271044701337814, 0.06757990270853043, + 0.17862454056739807, 0.08964487165212631, 0.07190270721912384, -0.03038414753973484, + 0.14816956222057343, 0.11038259416818619, 0.053103961050510406, -0.05966305360198021, + -0.04395836219191551, -0.09649164974689484, 0.06221291795372963, 0.05031178146600723, + 0.10257361084222794, 0.054132334887981415, 0.20165714621543884, 0.09148556739091873, + 0.023911092430353165, -0.06686323136091232, 0.15179789066314697, 0.0827396884560585, + 0.004911771509796381, 0.08825406432151794, 0.11211402714252472, 0.0991961732506752, 0.02096671052277088, + 0.0769236609339714, 0.17186659574508667, 0.0753326565027237, 0.1386946141719818, 0.10497686266899109, + 0.0748300775885582, 0.07379056513309479, 0.1436300426721573, 0.0494975820183754, 0.08115965127944946, + 0.04949212074279785, 0.06510090082883835, -0.010903260670602322, 0.011117455549538136, + -0.00045209447853267193, 0.022749748080968857, 0.08843661099672318, -0.015591460280120373, + 0.11836855113506317, 0.11799537390470505, -0.017718886956572533, -0.019592296332120895, + -0.018066290766000748, 0.050275832414627075, 0.022608036175370216, 0.11318350583314896, + 0.07928957790136337, 0.1112724095582962, 0.0448409803211689, 0.10125237703323364, 0.13589785993099213, + 0.10034473240375519, 0.045687854290008545, 0.024098021909594536 + ], + [ + 0.09286060184240341, 0.18887068331241608, 0.1638392210006714, -0.03599784895777702, 0.07675114274024963, + 0.11844683438539505, 0.1751948744058609, 0.053529560565948486, 0.06634405255317688, 0.09894441813230515, + 0.07509080320596695, 0.06917431950569153, 0.14533868432044983, 0.046521835029125214, 0.0431038960814476, + 0.12106840312480927, 0.15270259976387024, 0.09723170846700668, 0.035137515515089035, + -0.04409708455204964, 0.1349557787179947, 0.08720884472131729, -0.10102734714746475, + -0.021025745198130608, 0.13058365881443024, -0.08281788975000381, -0.038249604403972626, + -0.002718579489737749, 0.13071325421333313, 0.12442096322774887, 0.014459499157965183, + 0.12841811776161194, 0.10089036822319031, -0.015539754182100296, 0.1219281554222107, + 0.07118638604879379, 0.055586304515600204, 0.10341722518205643, 0.07306578755378723, + 0.13732220232486725, 0.11688784509897232, -0.00976028572767973, 0.03305979445576668, + 0.10627198964357376, 0.06486743688583374, 0.09436073899269104, 0.15255381166934967, + -0.04250901937484741, -0.011351141147315502, 0.002817795379087329, -0.023632697761058807, + -0.010321673937141895, 0.004929371178150177, 0.2306702733039856, 0.11501419544219971, + 0.03536909073591232, 0.09334411472082138, 0.007121298462152481, 0.13966436684131622, 0.149937242269516, + 0.16573061048984528, 0.06028424948453903, -0.09360864758491516, 0.09564220160245895, + 0.10250293463468552, 0.06206997483968735, -0.0021748803555965424, -0.03418422117829323, + 0.04033047705888748, -0.17060498893260956, 0.06032819673418999, 0.12325673550367355, + 0.025430677458643913, 0.08719974011182785, 0.11609974503517151, -0.046998172998428345, + -0.059111587703228, 0.024829115718603134, -0.0914178267121315, 0.0029733129777014256, + 0.018497036769986153, -0.16760659217834473, -0.05537706986069679, -0.18741147220134735, + -0.10481692105531693, 0.161817267537117, -0.05425601825118065, 0.07360520213842392, 0.09377609193325043, + 0.13522091507911682, -0.10678872466087341, 0.12236855924129486, 0.015792304649949074, 0.037508774548769, + 0.053173091262578964, -0.0739172175526619, 0.08464300632476807, 0.13630816340446472, + 0.15561172366142273, 0.09455235302448273, 0.0014625403564423323, 0.1443416029214859, + 0.12478353828191757, 0.03108842857182026, -0.013241732493042946, 0.08720862865447998, + 0.0846773013472557, 0.018018338829278946, -0.1731591373682022, 0.04730706661939621, + -0.06335683912038803, -0.02862960658967495, 0.029131745919585228, -0.00460025342181325, + 0.15562483668327332, -0.1739739626646042, 0.033210389316082, 0.09840024262666702, 0.025236045941710472, + -0.03257368877530098, 0.12234563380479813, 0.01720920205116272, 0.01612653210759163, + 0.050817590206861496, 0.15859784185886383, 0.1129985973238945, 0.11426268517971039, 0.05482180789113045, + -0.21018575131893158, -0.1344897598028183, -0.024037474766373634, 0.10179878771305084, + 0.13897652924060822, -0.03993955999612808, 0.017240356653928757, -0.035408828407526016, + 0.05255591496825218, 0.07741617411375046, 0.1762624979019165, 0.09149864315986633, + -0.028721237555146217, 0.02397925592958927, 0.06478045135736465, -0.009892658330500126, + 0.02967844530940056, 0.11456791311502457, -0.013621462509036064, 0.11293285340070724, + 0.01440719235688448, -0.03126395866274834, 0.11781781911849976, 0.01563778892159462, + 0.026103828102350235, 0.04725417494773865, 0.04261945188045502, 0.019481945782899857, + 0.11753097921609879, 0.07331331819295883, 0.0634971633553505, -0.05016407370567322, 0.11408553272485733, + 0.05997701361775398, 0.07769529521465302, -0.05529443174600601, -0.08519897609949112, + 0.14601369202136993, 0.06961873918771744, -0.1803043633699417, 0.10137897729873657, 0.05079667642712593, + 0.15383954346179962, -0.02012769877910614, 0.19650931656360626, 0.06648066639900208, + 0.07978852093219757, 0.21674326062202454, 0.09945324063301086, 0.2644560635089874, + -0.043442897498607635, 0.0628952756524086, 0.03655841201543808, -0.002424473175778985, + -0.051039453595876694, 0.09124290943145752, -0.035652875900268555, 0.23268844187259674, + 0.04675350710749626, 0.16195760667324066, 0.08535206317901611, -0.013640059158205986, + 0.06420012563467026, 0.07504777610301971, 0.13402114808559418, -0.02483254298567772, + -0.08443541079759598, 0.048795510083436966, 0.07632981240749359, 0.2027972936630249, + 0.17214827239513397, 0.05973471701145172, 0.0166094321757555, 0.10095147788524628, 0.04577931389212608, + 0.08325757831335068, -0.03159496560692787, -0.040832459926605225, -0.11088218539953232, + 0.07858257740736008, 0.08511742949485779, 0.11698906868696213, 0.1137130931019783, 0.17147159576416016, + 0.10752680897712708, 0.05367831513285637, -0.07394935935735703, 0.0759580135345459, 0.00763425650075078, + 0.04876276105642319, 0.08875669538974762, 0.15557821094989777, 0.04062264412641525, 0.06186380237340927, + 0.07397162914276123, 0.1869235634803772, 0.021877650171518326, 0.13812218606472015, 0.08731710910797119, + 0.0384252667427063, 0.09326803684234619, 0.09036862105131149, 0.12825188040733337, 0.14019988477230072, + 0.10171528160572052, 0.09935617446899414, 0.027785228565335274, 0.01683196611702442, + 0.051546353846788406, -0.04157046228647232, 0.12161621451377869, 0.021935686469078064, + 0.15916278958320618, 0.1511608511209488, 0.026515645906329155, 0.03951838240027428, + -0.010685025714337826, 0.027077484875917435, 0.007704432122409344, 0.15344370901584625, + -0.012554874643683434, 0.11619626730680466, -0.020306989550590515, 0.04451053962111473, + 0.03087134286761284, 0.06398576498031616, 0.012702003121376038, 0.07247157394886017 + ], + [ + 0.0325055830180645, 0.029436808079481125, -0.03236791864037514, 0.04057738929986954, + -0.03974391520023346, 0.02424110658466816, 0.05027860403060913, -0.022033344954252243, + -0.032900795340538025, -0.0591009259223938, 0.02188136987388134, 0.0292414128780365, + 0.03973647579550743, 0.0017961389385163784, -0.05310356244444847, -0.025553088635206223, + 0.0068952846340835094, 0.012862778268754482, 0.05160563066601753, 0.042207930237054825, + 0.024595707654953003, 0.03833281248807907, 0.009429583325982094, 0.0451611652970314, + -0.008701176382601261, 0.03701602667570114, -0.06440970301628113, 0.005814712028950453, + 0.0067560491152107716, -0.0024278289638459682, -0.045585449784994125, -0.00467529334127903, + -0.02721695601940155, 0.015289261937141418, -0.03305584564805031, 0.045557811856269836, + 0.021441534161567688, 0.028393348678946495, -0.061736803501844406, 0.035453010350465775, + 0.04783688485622406, -0.03928764536976814, -0.015517618507146835, -0.006804965436458588, + 0.035177674144506454, -0.024277659133076668, 0.006066812667995691, 0.026538366451859474, + -0.05653739348053932, 0.04522351920604706, -0.06434963643550873, -0.019285833463072777, + 0.045596007257699966, 0.006829572841525078, 0.02502298168838024, -0.05175841227173805, + 0.03472717106342316, 0.03548097983002663, -0.023425571620464325, 0.005441636778414249, + 0.018417006358504295, 0.0041934833861887455, -0.04048150032758713, 0.013977493159472942, + -0.02675671875476837, -0.047135088592767715, -0.06652279943227768, 0.03544166684150696, + -0.040784843266010284, -0.03386165201663971, -0.022513296455144882, 0.048220012336969376, + -0.035644955933094025, -0.03912104293704033, -0.06137879192829132, -0.014581222087144852, + -0.061526067554950714, 0.0008030100725591183, -0.001550750806927681, -0.06404111534357071, + 0.030058037489652634, -0.06027271971106529, -0.020904581993818283, -0.01576685532927513, + -0.02391073852777481, -0.03301381319761276, -0.03824521228671074, 0.028562644496560097, + -0.018801052123308182, -0.05527323856949806, 0.023757176473736763, 0.0045182048343122005, + 0.010110931470990181, -0.059181470423936844, -0.010933888144791126, 0.046224143356084824, + -0.008999473415315151, -0.02193797007203102, -0.06290683895349503, 0.029114246368408203, + -0.05980931222438812, 0.0468878410756588, -0.01603063941001892, 0.0073046572506427765, + -0.07611161470413208, -0.04592349752783775, 0.028166526928544044, 0.03631116449832916, + 0.03436453640460968, 0.0029438661877065897, -0.04052986204624176, -0.02363823540508747, + -0.029888983815908432, -0.012666759081184864, -0.04131140932440758, 0.022709283977746964, + -0.010579200461506844, -0.004076346755027771, 0.04063238203525543, -0.025868985801935196, + 0.003310685744509101, 0.024980757385492325, 0.032524701207876205, 0.04117777198553085, + -0.04622580483555794, -0.028318233788013458, -0.03767450153827667, -0.004227292258292437, + 0.05316174030303955, 0.00398639589548111, -0.0685233473777771, -0.07264101505279541, + 0.008870022371411324, 0.015997547656297684, -0.018477706238627434, -0.04454256221652031, + 0.0020239558070898056, 0.016092566773295403, -0.05023472383618355, 0.002116262912750244, + 0.013583511114120483, 0.02444390207529068, -0.06707555800676346, -0.03636321425437927, + -0.009770199656486511, 0.025596117600798607, 0.03276563435792923, -0.03391733765602112, + 0.004184307064861059, -0.031406816095113754, -0.006628471426665783, -0.07207071036100388, + -0.0354146733880043, 0.0361114963889122, 0.04406752437353134, 0.03248046338558197, 0.004738160874694586, + 0.018765907734632492, -0.011992279440164566, -0.009247878566384315, -0.01036499161273241, + -0.039204686880111694, 0.0015644653467461467, 0.0080817099660635, 0.03587151691317558, + 0.005809970200061798, 0.05271480232477188, -0.002223912626504898, -0.025354936718940735, + -0.029041705653071404, -0.03199724480509758, -0.05429866909980774, -0.05644020810723305, + 0.035695966333150864, -0.027592390775680542, 0.053521811962127686, -0.038340114057064056, + -0.04575190320611, -0.04834029823541641, -0.055067095905542374, 0.019607024267315865, + 0.024247830733656883, 0.06379549950361252, 0.03139602765440941, 0.001223897561430931, + -0.051034871488809586, -0.003188674570992589, -0.05858064070343971, 0.02579766884446144, + -0.01792013831436634, 0.03776182606816292, -0.07609602063894272, -0.04853709414601326, + -0.022306382656097412, 0.025471173226833344, -0.03469552844762802, -0.03604152053594589, + -0.0561375692486763, 0.022387834265828133, -0.009071200154721737, -0.034858401864767075, + 0.04633602499961853, -0.0519622340798378, -0.003706924617290497, 0.036337561905384064, + 0.005865076556801796, 0.035735033452510834, 0.023856064304709435, -0.026949390769004822, + -0.03863225877285004, -0.04198797792196274, -0.02434680610895157, -0.05684179067611694, + 0.022891521453857422, -0.022705260664224625, 0.03671147674322128, 0.03603030741214752, + -0.060649920254945755, -0.03449105843901634, 0.00012514233822003007, 0.01186488475650549, + 0.03187789395451546, -0.060297153890132904, 0.030588380992412567, 0.02411831170320511, + -0.053135525435209274, -0.015054185874760151, 0.04269211366772652, -0.030887549743056297, + 0.04133574292063713, 0.027323152869939804, -0.007027342915534973, -0.017037788406014442, + -0.010763038881123066, 0.04375389590859413, -0.0015024177264422178, 0.04948212206363678, + -0.04185330122709274, -0.02869582176208496, -0.024849306792020798, 0.01087276916950941, + 0.005964553449302912, 0.0022198574151843786, 0.02449459210038185, 0.046534232795238495, + 0.028616413474082947, -0.009623145684599876, 0.022074978798627853, -0.0028391103260219097, + -0.03091801144182682, -0.013083257712423801, -0.011060387827455997, 0.01021772250533104, + 0.0049724881537258625, 0.042103614658117294, -0.03957543522119522 + ], + [ + 0.02823598124086857, -0.11078176647424698, -0.07665940374135971, 0.08189629018306732, + 0.004270746372640133, -0.012284515425562859, -0.06772350519895554, -0.06346853822469711, + -0.1494530439376831, 0.04536983370780945, -0.01936381123960018, 0.0019805997144430876, + -0.028133438900113106, 0.00835156999528408, -0.08725108951330185, -0.08073084056377411, + -0.14060749113559723, -0.09830688685178757, -0.09530622512102127, 0.023108694702386856, + -0.11345843225717545, -0.03893085569143295, 0.2601413428783417, 0.0060476199723780155, + -0.04904128238558769, 0.1292906254529953, 0.18819600343704224, -0.02784872055053711, + -0.014394826255738735, 0.03242726996541023, 0.012047844007611275, -0.11703286319971085, + -0.1407068818807602, 0.010544558055698872, 0.061668701469898224, -0.08864863216876984, + 0.027425874024629593, -0.01211018580943346, -0.01422948855906725, -0.10505356639623642, + -0.10112988203763962, 0.029991833493113518, -0.005298067349940538, -0.014899143949151039, + -0.023375600576400757, -0.030352983623743057, -0.1353296935558319, 0.12835876643657684, + 0.0642726719379425, 0.06751929968595505, -0.006143979262560606, 0.1261487603187561, + -0.05279527232050896, -0.10433587431907654, -0.15903756022453308, -0.09865370392799377, + -0.007642404176294804, 0.025626888498663902, -0.054253388196229935, -0.16117948293685913, + -0.06340103596448898, 0.01592915691435337, 0.10338764637708664, -0.1235520988702774, + -0.15986210107803345, 0.01711374707520008, 0.023435110226273537, -0.009367842227220535, + 0.0359792523086071, 0.15621376037597656, -0.0033445951994508505, 0.020558102056384087, + 0.10184521973133087, 0.05860643461346626, -0.05179524049162865, 0.022422632202506065, + 0.054616957902908325, -0.024878686293959618, 0.005831525661051273, -0.026656920090317726, + -0.025683382526040077, 0.2748504877090454, 0.03440940007567406, 0.19558465480804443, + 0.19131356477737427, -0.10313919186592102, 0.07920651882886887, -0.016864009201526642, + 0.08104011416435242, -0.055590320378541946, 0.18880945444107056, -0.04400778189301491, + 0.042004477232694626, -0.015760352835059166, -0.09203081578016281, 0.03483568876981735, + -0.029577357694506645, -0.062494583427906036, -0.14836685359477997, 0.018596438691020012, + 0.11285685002803802, -0.03206159174442291, -0.007815433666110039, 8.82014719536528e-5, + -0.02214749902486801, 0.005454238969832659, -0.05615103989839554, 0.08110389858484268, + 0.2206636667251587, 0.10442248731851578, 0.03573339059948921, 0.03904323652386665, -0.09512974321842194, + -0.04017042741179466, -0.09101860970258713, 0.2598169147968292, 0.1407320648431778, + -0.13054749369621277, 0.09872379153966904, 0.10290660709142685, -0.06279273331165314, + 0.02817271649837494, -0.06956841051578522, 0.023479199036955833, -0.06113174557685852, + 0.021785793825984, -0.10691820830106735, 0.0201326422393322, 0.28833189606666565, 0.09181949496269226, + 0.09440284967422485, 0.0005938992835581303, -0.14012914896011353, -0.008930046111345291, + -0.021123435348272324, 0.10085725784301758, -0.07472604513168335, -0.11439859867095947, + -0.13740092515945435, -0.10624248534440994, 0.013549767434597015, -0.02080565132200718, + -0.08301987498998642, 0.030457306653261185, 0.03930002823472023, -0.04298098385334015, + 0.05171957612037659, -0.11510038375854492, -0.0397455096244812, 0.0744829773902893, -0.1187153309583664, + 0.07366148382425308, 0.035566236823797226, -0.032090041786432266, 0.026688138023018837, + 0.09117795526981354, -0.12827526032924652, -0.0711778774857521, -0.03936978429555893, + 0.010766484774649143, -0.051158659160137177, -0.012332865968346596, -0.14420980215072632, + 0.008619589731097221, 0.04110889509320259, -0.14024585485458374, -0.08100035041570663, + 0.20561446249485016, -0.07168955355882645, 0.04211950674653053, -0.10252775996923447, + 0.041013386100530624, -0.12409181892871857, -0.04645396023988724, -0.07101742178201675, + -0.18518689274787903, -0.030012061819434166, -0.07665117084980011, 0.026276469230651855, + -0.06325211375951767, -0.0489836260676384, -0.09163718670606613, 0.07930393517017365, + -0.07237903773784637, -0.009254233911633492, -0.22941309213638306, -0.01814568229019642, + -0.07271513342857361, 0.010158318094909191, 0.1554185301065445, -0.0833013579249382, + 0.01462496630847454, -0.20685191452503204, 0.03446625545620918, 0.06106865406036377, + 0.019275762140750885, 0.02470548078417778, -0.10101976245641708, -0.09372901171445847, + 0.061208657920360565, 0.00895776879042387, -0.038866374641656876, 0.052067145705223083, + -0.11335865408182144, 0.00600429717451334, 0.016856487840414047, 0.16431955993175507, + -0.05098853260278702, -0.025748180225491524, -0.1119634285569191, 0.03097420185804367, + -0.1543392688035965, -0.04803182929754257, -0.0404394157230854, 0.1929488331079483, + -0.03896920755505562, -0.037755437195301056, -0.002004502108320594, 0.000366019579814747, + -0.15893998742103577, -0.016326040029525757, 0.05305725708603859, 0.002856987062841654, + -0.18070930242538452, 0.03386634215712547, -0.05386074259877205, -0.0036408090963959694, + 0.03645273298025131, -0.15374894440174103, -0.1405576467514038, -0.01846715621650219, + -0.026771826669573784, -0.05106675624847412, -0.1192212924361229, 0.05224262923002243, + -0.013461675494909286, 0.02961101196706295, 0.05088330805301666, 0.00774046266451478, + 0.08289799094200134, -0.0167215745896101, -0.007377575151622295, 0.027943164110183716, + 0.033053185790777206, 0.07750846445560455, -0.028389526531100273, 0.061882007867097855, + -0.07182455062866211, -0.01791696809232235, -0.11430426687002182, -0.02024860493838787, + -0.04348047450184822, -0.0926772728562355, 0.05898776650428772, 0.011407542042434216, + -0.0541146956384182 + ], + [ + -0.012481968849897385, -0.03535547852516174, -0.014661602675914764, -0.036030400544404984, + -0.024433186277747154, -0.020822755992412567, -0.04745952785015106, 0.004342228174209595, + 0.041067302227020264, -0.07766275852918625, -0.010667232796549797, 0.032497525215148926, + 0.017620399594306946, -0.010856620967388153, -0.06463561952114105, 0.019974641501903534, + -0.016369134187698364, -0.011392295360565186, 0.005439525470137596, -0.07352722436189651, + 0.02148231491446495, -0.020881563425064087, 0.019695885479450226, 0.008708268404006958, + 0.0015521527966484427, -0.025297392159700394, -0.033205002546310425, -0.04745033010840416, + -0.04659057781100273, 0.014032678678631783, -0.025194605812430382, -0.00998593121767044, + -0.016569331288337708, 0.017927076667547226, -0.046885669231414795, 0.05255458876490593, + -0.02506442740559578, -0.023008832708001137, -0.018533360213041306, -0.049243561923503876, + 0.024984825402498245, -0.034506410360336304, -0.009276114404201508, 0.0027205178048461676, + 0.00282112299464643, -0.026156317442655563, -0.05770118907094002, -0.04032779857516289, + -0.014890315011143684, 0.04773309826850891, -0.011319070123136044, -0.07456903159618378, + -0.03265736997127533, -0.05267808958888054, 0.014048261567950249, -0.04280240088701248, + 0.05342552065849304, 0.046484824270009995, -0.046877335757017136, -0.017059793695807457, + -0.041538093239068985, -0.06294802576303482, 0.02905026637017727, -0.039996251463890076, + 0.021595992147922516, -0.00349242240190506, 0.009599573910236359, -0.0585637204349041, + 0.027241721749305725, -0.018490036949515343, -0.02119476906955242, -0.018927164375782013, + 0.05070920288562775, -0.0007967008859850466, -0.021048681810498238, 0.030218280851840973, + -0.018689431250095367, 0.035139042884111404, 0.004169781692326069, 0.0025169970467686653, + -0.04666389152407646, -0.05832066386938095, -0.04510083422064781, -0.05071910470724106, + -0.0032396463211625814, -0.03644238039851189, -0.010777346789836884, -0.04309637099504471, + 0.030917828902602196, 0.03483325615525246, 0.034167975187301636, -0.01566448248922825, + 0.028223415836691856, 0.030183903872966766, -0.054326873272657394, 0.008134163916110992, + -0.00595003692433238, -0.043250665068626404, 0.0014671273529529572, -0.05487794056534767, + -0.042666345834732056, -0.06384462863206863, 0.0597236230969429, -0.05942869186401367, + -0.059290092438459396, -0.06548777967691422, -0.03616693615913391, -0.04089531674981117, + 0.0022604092955589294, 0.0032325999345630407, -0.016991281881928444, -0.02444675751030445, + -0.03825857862830162, 0.044367171823978424, -0.0716952532529831, -0.03146497905254364, + -0.03128205984830856, -0.01973697543144226, -0.034775711596012115, -0.010291015729308128, + 0.056453172117471695, 0.007426018361002207, 0.041336819529533386, 0.04529812932014465, + -0.022840294986963272, -0.021049372851848602, -0.040284380316734314, -0.0461980402469635, + -0.048424191772937775, 0.017910273745656013, -0.046304523944854736, -0.017513826489448547, + -0.07556875050067902, 0.014343779534101486, 0.005627435632050037, -0.06490331888198853, + -0.0624554306268692, 0.048860691487789154, -0.016527118161320686, 0.009781714528799057, + -0.04955790936946869, -0.014941571280360222, 0.023199506103992462, -0.006523226387798786, + -0.06141621619462967, 0.01228105928748846, -0.048929132521152496, 0.018415458500385284, + -0.015812929719686508, -0.00963889341801405, -0.06103038042783737, -0.05147542804479599, + -0.07371480017900467, 0.03334251046180725, -0.04277008771896362, 0.04063927382230759, + -0.0254100002348423, -0.06847066432237625, -0.02349921315908432, -0.023490117862820625, + 0.0013742721639573574, -0.04678189754486084, 0.02753371000289917, 0.0213337205350399, + -0.0665750801563263, 0.040409475564956665, 0.03131397068500519, -0.056811004877090454, + -0.07457206398248672, -0.03707292303442955, -0.04826760292053223, 0.03064245544373989, + 0.0337250754237175, -0.02732589840888977, -0.03940486162900925, 0.03915344178676605, + -0.010829612612724304, 0.01212732307612896, 0.02709922008216381, -0.020222103223204613, + 0.04603903368115425, -0.06999645382165909, -0.011131107807159424, 0.025863226503133774, + -0.06102551147341728, 0.019075723364949226, -0.024290040135383606, -0.04873645305633545, + 0.022850416600704193, 0.03601977601647377, -0.012525781989097595, 0.0336773507297039, + 0.011603265069425106, -0.04124324768781662, -0.07040999084711075, 0.012444601394236088, + -0.053047675639390945, -0.03490670397877693, -0.06355593353509903, -0.009157881140708923, + -0.050057657063007355, 0.03325732797384262, -0.054546598345041275, 0.029837436974048615, + -0.019237836822867393, 0.024286257103085518, -0.07669148594141006, -0.06922587007284164, + 0.03541699796915054, -0.03209898993372917, 0.011438075453042984, -0.007943965494632721, + -0.07174853980541229, 0.04472476989030838, -0.046848952770233154, -0.011055074632167816, + 0.04824762046337128, 0.020694542676210403, 0.020651428028941154, -0.015127971768379211, + -0.06198858097195625, 0.03724643960595131, -0.04687285050749779, 0.051451873034238815, + 0.010247653350234032, 0.018871376290917397, 0.01400793343782425, 0.018872225657105446, + 0.023024113848805428, 0.03289167955517769, 0.020030533894896507, 0.03895396366715431, + 0.04446546360850334, 0.008770251646637917, -0.0690554678440094, 0.01157145481556654, + -0.04286619648337364, -0.04431929811835289, 0.002868511015549302, -0.02799372375011444, + -0.03806917369365692, -0.03462158888578415, 0.02872936986386776, -0.043810345232486725, + -0.0472014881670475, -0.020574597641825676, -0.005428681615740061, -0.054682403802871704, + 0.019294964149594307, 0.06139726936817169, 0.023274458944797516, -0.03198175132274628, + -0.03884873166680336, 0.01241766195744276, -0.03166576102375984, 0.053968645632267 + ], + [ + -0.04846133664250374, -0.1369583010673523, -0.02566858008503914, 0.07278749346733093, + -0.02911064773797989, -0.046778369694948196, -0.11809998005628586, -0.09408124536275864, + -0.09340513497591019, -0.060569796711206436, -0.08265624940395355, -0.001510176109150052, + -0.08382106572389603, 0.07336988300085068, -0.02164393663406372, -0.012693828903138638, + -0.12072620540857315, -0.08664264529943466, -0.07464928925037384, 0.11882641166448593, + -0.09888982027769089, 0.0003939372836612165, 0.1521206647157669, 0.05338279902935028, + -0.059625376015901566, 0.1126551479101181, 0.1667531430721283, -0.0633459985256195, + -0.06272149831056595, -0.04330559819936752, 0.0954582691192627, -0.05320965498685837, + -0.0727815181016922, 0.10160195827484131, -0.023319967091083527, -0.0031450102105736732, + 0.0028449445962905884, -0.065240778028965, -0.1171097606420517, -0.04316342994570732, + -0.08937177062034607, -0.008166773244738579, 0.0015170250553637743, -0.06613205373287201, + -0.1450062394142151, -0.047953393310308456, -0.10362035036087036, 0.07038651406764984, + 0.049673598259687424, 0.011580110527575016, 0.07717441767454147, 0.09905651211738586, + -0.0032576576340943575, -0.11439324170351028, -0.07871759682893753, -0.016242600977420807, + -0.018749117851257324, -0.02709033153951168, -0.06443614512681961, -0.06627614796161652, + -0.03203628584742546, -0.04243692755699158, 0.004630441777408123, -0.14687596261501312, + -0.06492293626070023, 0.039571505039930344, -0.06052571162581444, 0.06965187191963196, + 0.009665765799582005, 0.16680416464805603, 0.029700523242354393, -0.13224299252033234, + 0.06271899491548538, -0.016896486282348633, -0.058972734957933426, 0.04544280841946602, + 0.09333989769220352, -0.055158477276563644, 0.08631585538387299, -0.06673234701156616, + 0.027201376855373383, 0.23009337484836578, 0.027899712324142456, 0.22066694498062134, + 0.16381262242794037, -0.13881415128707886, 0.005999152548611164, -0.07676128298044205, + -0.05655529350042343, -0.02842908911406994, 0.16694210469722748, -0.09330751746892929, + 0.1085616871714592, -0.030615830793976784, -0.025767169892787933, 0.05452052876353264, + -0.05513140559196472, -0.10093110054731369, -0.13840313255786896, 0.04276293143630028, + 0.02829468622803688, -0.09280572086572647, -0.05969204753637314, 0.0224078968167305, + 0.09555193036794662, -0.11116158217191696, -0.04477832466363907, 0.026529841125011444, + 0.14929653704166412, 0.05505423992872238, 0.09170115739107132, 0.07662032544612885, + -0.08798319846391678, -0.07463347911834717, -0.11304470896720886, 0.2343662679195404, + 0.07630065083503723, -0.04352767765522003, -0.03429660573601723, 0.06884730607271194, + -0.021986212581396103, 0.10206616669893265, 0.0015548336086794734, 0.019341280683875084, + -0.12167519330978394, -0.038808342069387436, -0.12921811640262604, -0.1011323407292366, + 0.27704545855522156, 0.06781674176454544, 0.008483639918267727, -0.019255779683589935, + -0.16396547853946686, 0.0926734209060669, -0.019667917862534523, 0.05957344174385071, + -0.09428029507398605, -0.07853469252586365, -0.13620525598526, -0.07522054761648178, + -0.037742048501968384, -0.10211238265037537, -0.11365726590156555, -0.0576055645942688, + -0.015937242656946182, 0.019792377948760986, 0.08668727427721024, -0.07036891579627991, + -0.0755387544631958, 0.14409007132053375, -0.10131565481424332, 0.05773491412401199, 0.0676911398768425, + -0.0794219896197319, 0.01592293195426464, 0.031195364892482758, -0.15723547339439392, + -0.05155305936932564, -0.00541384844109416, 0.06798161566257477, -0.05486665293574333, + -0.08811309188604355, -0.06862837821245193, 0.09730614721775055, 0.056048884987831116, + -0.1470813900232315, -0.0976714938879013, 0.10245297849178314, -0.03762931004166603, + -0.024337125942111015, -0.11720897257328033, 0.07818155735731125, -0.1440725177526474, + -0.11853348463773727, -0.07045447826385498, -0.15230515599250793, -0.096624955534935, + -0.09223001450300217, 0.07101639360189438, -0.045265354216098785, -0.10571756958961487, + -0.06907185167074203, 0.060681119561195374, -0.02431601472198963, 0.0020638550631701946, + -0.08083593845367432, 0.05568953603506088, -0.099387988448143, -0.05905648320913315, + 0.05712638422846794, -0.08743612468242645, -0.03148465231060982, -0.14928150177001953, + 0.04147721081972122, -0.003112119622528553, 0.06343158334493637, -0.007589289452880621, + -0.09469400346279144, -0.04708138480782509, 0.0549447163939476, -0.012567926198244095, + -0.056548479944467545, -0.025748664513230324, -0.09144246578216553, -0.007546417880803347, + 0.12106602638959885, 0.1512666940689087, -0.07148618251085281, 0.03947704657912254, + -0.19561302661895752, -0.06404820829629898, -0.18782614171504974, -0.1682659536600113, + 0.05120246112346649, 0.12246592342853546, -0.06268144398927689, -0.07394365221261978, + -0.021477986127138138, -0.020492561161518097, -0.16873513162136078, -0.033141013234853745, + -0.020016668364405632, -0.006490887142717838, -0.13730266690254211, -0.04508902505040169, + -0.01853341981768608, -0.0392264798283577, -0.06637579202651978, -0.11838848888874054, + -0.14096477627754211, -0.06928689777851105, -0.04693474993109703, -0.09957652539014816, + -0.08961356431245804, 0.011269689537584782, -0.04519603028893471, -0.054377034306526184, + 0.10909632593393326, -0.10974143445491791, 0.051016151905059814, -0.09727971255779266, + -0.010384329594671726, 0.0006396424141712487, 0.07330500334501266, 0.05743891000747681, + -0.08757495135068893, -0.08686947077512741, -0.07207313179969788, -0.02499108389019966, + -0.0576215498149395, -0.039224740117788315, -0.0743265375494957, -0.08594635128974915, + -0.0379023477435112, -0.0775887668132782, -0.00805568229407072 + ], + [ + -0.0597195103764534, -0.2098580300807953, -0.11216539889574051, 0.032363250851631165, + -0.0659579262137413, -0.08388270437717438, -0.08458060771226883, -0.06896734982728958, + -0.11038347333669662, -0.05302828922867775, -0.08827477693557739, 0.08496344834566116, + -0.02291862480342388, 0.07848251610994339, -0.08979824930429459, -0.08224162459373474, + -0.07364924252033234, -0.09548120945692062, 0.022999143227934837, 0.07503615319728851, + -0.17693468928337097, 0.01573406346142292, 0.09178085625171661, 0.09300072491168976, + -0.11489082127809525, 0.05126158893108368, 0.110247902572155, -0.035243988037109375, + -0.06169987842440605, -0.0008809753926470876, 0.05635937303304672, -0.0746968686580658, + -0.05215807259082794, 0.09331976622343063, -0.09115219861268997, -0.08203443884849548, + 0.04924585297703743, 0.026356330141425133, -0.11900485306978226, -0.12634584307670593, + -0.09619872272014618, 0.02138403244316578, -0.06013896316289902, -0.05827644094824791, + -0.12085161358118057, -0.07033880054950714, -0.0198154766112566, 0.07602931559085846, + 0.04251742362976074, -0.07534345239400864, 0.10916243493556976, 0.003501214785501361, + -0.04827359318733215, -0.18296189606189728, -0.13490161299705505, -0.06028790399432182, + 0.018329225480556488, -0.09852685034275055, -0.14464733004570007, -0.14001522958278656, + -0.04043301194906235, 0.0035999079700559378, 0.06170507147908211, -0.16688717901706696, + -0.08609034866094589, 0.049999237060546875, -0.07040798664093018, -0.013280625455081463, + 0.056590329855680466, 0.2175472378730774, -0.017237069085240364, -0.024693911895155907, + -0.043628498911857605, 0.020215144380927086, -0.1437734216451645, 0.04010709747672081, + 0.02265676110982895, -0.018116865307092667, 0.09541083127260208, -0.055511634796857834, + -0.014877201989293098, 0.1422240436077118, 0.1000467836856842, 0.08428268879652023, 0.09045775234699249, + -0.1734512895345688, 0.07419315725564957, -0.08801601827144623, 0.005489794071763754, + -0.03453536704182625, 0.1502021998167038, -0.09175971150398254, 0.08844257891178131, + -0.07973972707986832, -0.12587393820285797, 0.006442214362323284, -0.013746094889938831, + -0.0868009552359581, -0.031805217266082764, 0.0782187283039093, 0.036332935094833374, + -0.025262782350182533, -0.06726616621017456, -0.012901999987661839, 0.06577364355325699, + 0.005723156500607729, -0.06558509171009064, -0.0021065426990389824, 0.1547948569059372, + 0.10178326070308685, 0.10986318439245224, -0.004329362418502569, -0.09783357381820679, + -0.1190028041601181, -0.10329098254442215, 0.13423773646354675, 0.007272828370332718, + -0.04811517149209976, -0.009902211837470531, 0.12368223816156387, -0.09192996472120285, + 0.0775052160024643, -0.09258190542459488, -0.10189607739448547, -0.11745163053274155, + -0.07064976543188095, -0.16531042754650116, -0.08397791534662247, 0.23286797106266022, + 0.05766521766781807, 0.061622846871614456, -0.10867070406675339, -0.07954371720552444, + 0.055364422500133514, -0.038594119250774384, 0.08204799890518188, -0.048641614615917206, + -0.052198946475982666, -0.09506892412900925, -0.07895345240831375, -0.07173056155443192, + -0.08771951496601105, -0.10731441527605057, -0.074642613530159, -0.008166395127773285, + -0.004906412214040756, 0.03295556455850601, -0.13395436108112335, 0.0057027083821594715, + 0.05345308780670166, -0.07785267382860184, 0.038439519703388214, 0.11568056792020798, + -0.017621774226427078, 0.044367171823978424, 0.06596959382295609, -0.12991182506084442, + -0.02706427127122879, -0.004180580377578735, 0.008446427062153816, -0.03883642703294754, + 0.0019469300750643015, -0.11509503424167633, 0.021080465987324715, 0.015953971073031425, + -0.11971933394670486, -0.04333968833088875, 0.16115279495716095, 0.041312310844659805, + 0.043878402560949326, -0.10311032831668854, 0.01890784688293934, -0.04129277169704437, + -0.024698598310351372, -0.04466288536787033, -0.14295616745948792, -0.12999504804611206, + -0.16740505397319794, 0.05817783251404762, -0.05132712423801422, -0.06838169693946838, + -0.026789244264364243, 0.05619543418288231, -0.06423413008451462, 0.08771514892578125, + -0.1395367681980133, 0.03040241450071335, -0.05338041111826897, -0.07209477573633194, + 0.0449153408408165, -0.12276912480592728, 0.037707723677158356, -0.13435781002044678, + 0.005824219901114702, 0.11118707060813904, 0.048219162970781326, -0.05321833863854408, + -0.1596802920103073, -0.11014317721128464, 0.09169746935367584, 0.042217303067445755, + -0.10619217902421951, -0.05740974470973015, -0.18442589044570923, 0.0017909889575093985, + 0.005461463704705238, 0.06539390236139297, -0.0477631576359272, 0.030945269390940666, + -0.05733857676386833, -0.024960068985819817, -0.20355144143104553, -0.14040905237197876, + 0.03677789121866226, 0.09849929809570312, -0.0711696594953537, -0.08609111607074738, + 0.01589811220765114, 0.018296794965863228, -0.1302969753742218, -0.005681600887328386, + 0.09272068738937378, -0.01952633447945118, -0.1323842704296112, 0.02588612213730812, + -0.1242503747344017, -0.05286426842212677, -0.06556331366300583, -0.07260104268789291, + -0.1384934037923813, -0.04595770686864853, -0.0928206741809845, -0.08859335631132126, + -0.12800171971321106, 0.06663811206817627, -0.08194997161626816, 0.028462843969464302, + -0.014593740925192833, -0.058966584503650665, 0.10536696016788483, -0.11970162391662598, + -0.06994084268808365, 0.07761179655790329, 0.11124496161937714, 0.0638178363442421, + -0.08553105592727661, -0.051759280264377594, -0.02384006232023239, 0.009897865355014801, + -0.021534686908125877, 0.010150388814508915, -0.03288804739713669, -0.11127850413322449, + -0.018959805369377136, -0.10651681572198868, -0.08520085364580154 + ], + [ + -0.10323349386453629, -0.2022169977426529, -0.09974530339241028, 0.030719632282853127, + 0.014030042104423046, -0.09177380055189133, -0.04770302027463913, -0.03080659918487072, + -0.09810641407966614, -0.006420531310141087, -0.0660535991191864, 0.04423081502318382, + -0.08510644733905792, 0.08072082698345184, -0.06631442904472351, -0.1323186308145523, + -0.06474801898002625, -0.11749044060707092, -0.08273971080780029, 0.09762483835220337, + -0.07796262204647064, -4.9585840315558016e-5, 0.19669613242149353, 0.07247807830572128, + -0.12450075149536133, 0.09071844071149826, 0.2096586525440216, 0.02760288491845131, + -0.06932225823402405, -0.059126317501068115, 0.0009106633951887488, -0.02101185731589794, + -0.06346142292022705, 0.006164656486362219, 0.010824469849467278, -0.006770547945052385, + 0.03173340857028961, 0.06325238943099976, -0.15599419176578522, -0.11922518908977509, + -0.08321018517017365, -0.02756751887500286, -0.045080751180648804, -0.01887742429971695, + -0.1262684315443039, -0.10807016491889954, -0.1563555896282196, 0.08375447988510132, + 0.03287486732006073, 0.004361413419246674, 0.039785049855709076, 0.11105125397443771, + 0.018523285165429115, -0.226242333650589, -0.11284100264310837, -0.0016501209465786815, + 0.057172223925590515, -0.030554968863725662, -0.13376891613006592, -0.1607467085123062, + -0.08042071014642715, -0.012379931285977364, 0.08471743017435074, -0.10948021709918976, + -0.1400929093360901, 0.08035574108362198, -0.06970901042222977, -0.01759597659111023, + 0.021182464435696602, 0.199260413646698, 0.0035017153713852167, -0.022993383929133415, + 0.04889374598860741, 0.030159255489706993, -0.09992806613445282, 0.09596951305866241, + 0.07849286496639252, -0.06883615255355835, -0.022499091923236847, -0.02169661782681942, + 0.03075983375310898, 0.21135416626930237, 0.022617965936660767, 0.20282955467700958, + 0.17321881651878357, -0.11075949668884277, 0.06049691513180733, 0.02982768788933754, + -0.042472176253795624, -0.014783797785639763, 0.1263950616121292, -0.1068471297621727, + 0.04124017059803009, 0.08216889947652817, -0.03441556543111801, 0.08251016587018967, + -0.08447381854057312, -0.15346463024616241, -0.1626814752817154, 0.07455428689718246, + 0.012942957691848278, -0.09105776995420456, -0.09338772296905518, 0.03815487399697304, + 0.06932559609413147, 0.01576956734061241, -0.1538103222846985, 0.054902609437704086, + 0.22919797897338867, 0.09286504983901978, 0.02356012351810932, 0.013585720211267471, + -0.07069031894207001, -0.03586576133966446, -0.15910758078098297, 0.23154383897781372, + 0.12209811061620712, -0.041638024151325226, 0.0475052185356617, 0.15872535109519958, + -0.0937369167804718, 0.05784052237868309, -0.0588793084025383, -0.06565845757722855, -0.112355537712574, + -0.03789489343762398, -0.1529763787984848, -0.09576071053743362, 0.333426296710968, 0.04355816915631294, + 0.08000896126031876, -0.07678640633821487, -0.10007110238075256, 0.09200818836688995, + 0.013496224768459797, 0.04186437278985977, -0.06350869685411453, -0.14060451090335846, + -0.1082560196518898, -0.010523241944611073, 0.026110848411917686, -0.01598978228867054, + -0.1484060436487198, -0.0001644960866542533, 0.05412506312131882, -0.036265138536691666, + 0.07982812076807022, -0.16721564531326294, -0.021487198770046234, 0.02555321715772152, + -0.10268852114677429, 0.08021993935108185, 0.1162547841668129, -0.12887956202030182, + 0.057158004492521286, 0.06506305932998657, -0.1349100023508072, -0.0028679785318672657, + -0.0977308601140976, 0.006264557596296072, -0.06809106469154358, -0.029212569817900658, + -0.12820054590702057, 0.10212459415197372, 0.07374557107686996, -0.11456037312746048, + -0.06617061793804169, 0.14648963510990143, -0.10049502551555634, -0.009258662350475788, + -0.10810516774654388, -0.0008910488686524332, -0.1890767216682434, -0.12446065247058868, + -0.03392740339040756, -0.16493499279022217, -0.12149211019277573, -0.17826542258262634, + -0.015904441475868225, -0.06260208785533905, -0.0322757363319397, -0.02589060366153717, + 0.1429789960384369, -0.07790810614824295, 0.06419393420219421, -0.22433365881443024, + 0.01597646065056324, -0.11705058813095093, -0.043253473937511444, 0.035385020077228546, + -0.13687089085578918, -0.0707826241850853, -0.12528175115585327, 0.03222079947590828, + 0.024935266003012657, 0.06552532315254211, 0.03836599364876747, -0.08070341497659683, + -0.10683397203683853, 0.03454150632023811, -0.009117797948420048, -0.02642088010907173, + 0.03478701412677765, -0.0787372961640358, -0.018687380477786064, 0.016861459240317345, + 0.20613205432891846, 0.01632656902074814, 0.04928519204258919, -0.10922428965568542, + -0.10436052829027176, -0.1803833395242691, -0.18811358511447906, -0.049697719514369965, + 0.15971514582633972, -0.14689575135707855, 0.006618157494813204, 0.0032003014348447323, + 0.02123165689408779, -0.16851000487804413, -0.01470189355313778, 0.030706588178873062, + -0.028193272650241852, -0.11930201202630997, -0.012124883942306042, -0.10535863041877747, + -0.0034723845310509205, -0.05421355366706848, -0.11299128085374832, -0.13650310039520264, + -0.07251623272895813, -0.005032174289226532, -0.05406346917152405, -0.13670910894870758, + 0.042965956032276154, -0.039926059544086456, 0.045079752802848816, 0.02647571638226509, + -0.05917312577366829, 0.0019161439267918468, -0.10878946632146835, -0.07652254402637482, + -0.01724233850836754, 0.07185140252113342, 0.0015014116652309895, -0.08169802278280258, + 0.05626571178436279, -0.10933717340230942, 0.06885882467031479, -0.012711862102150917, + 0.0018006851896643639, -0.08213676512241364, -0.08329863846302032, 0.04811467230319977, + -0.007838919758796692, -0.07569541782140732 + ], + [ + 0.033983394503593445, 0.018802344799041748, -0.05936475098133087, 0.054834816604852676, + 0.04954161122441292, 0.015843460336327553, -0.06449274718761444, 0.006686476059257984, + 0.02308885008096695, -0.04677218571305275, 0.051830314099788666, 0.0014934263890609145, + -0.0398971289396286, -0.046947259455919266, 0.035526372492313385, 0.014901533722877502, + -0.03072703443467617, -0.024408850818872452, -0.050081782042980194, -0.048749104142189026, + -0.03729020804166794, 0.01773851364850998, 0.04624815285205841, -0.01698601245880127, + -0.007966521196067333, -0.0032717883586883545, 0.02456601709127426, 0.03741977736353874, + 0.024182230234146118, -0.0005244787898845971, -0.06931888312101364, -0.006195589434355497, + 0.024756677448749542, -0.04340597242116928, -0.05862737447023392, -0.04995764046907425, + 0.004914973396807909, 0.0017978870309889317, -0.054731711745262146, 0.02744457684457302, + -0.050314582884311676, -0.0596577413380146, 0.008398011326789856, 0.012763571925461292, + -0.03195567429065704, -0.06661304831504822, 0.05418473109602928, -0.0622803196310997, + -0.02790156938135624, 0.02084573358297348, 0.025593537837266922, -0.06118398159742355, + 0.043630726635456085, 0.04870232939720154, 0.006348655093461275, 0.03506777435541153, + -0.06496638059616089, 0.056095823645591736, -0.018467215821146965, 0.013665507547557354, + 0.016873778775334358, 0.04791516810655594, -0.0515822172164917, 0.043374061584472656, + -0.014613337814807892, 0.006279946770519018, 0.03367165848612785, -0.023961350321769714, + -0.035356488078832626, 0.0340079665184021, 0.019468197599053383, -0.03454533964395523, + -0.00017781784117687494, 0.03251504525542259, 0.0621817484498024, 0.05171028524637222, + -0.019918330013751984, 0.05292871966958046, 0.054194238036870956, 0.019947292283177376, + 0.04918863624334335, -0.0112687349319458, -0.061894651502370834, -0.0159943625330925, + 0.05948031693696976, -0.036068692803382874, -0.03547608107328415, 0.02837895229458809, + -0.060586124658584595, -0.020943500101566315, 0.009856648743152618, 0.04970603063702583, + -0.031101897358894348, -0.038771361112594604, -0.05028298497200012, 0.00805557519197464, + -0.0684690847992897, -0.02556786872446537, -0.006622292101383209, -0.06298713386058807, + 0.049913644790649414, -0.0042914776131510735, -0.024250991642475128, 0.0014339964836835861, + -0.0021235235035419464, 0.03048607148230076, -0.0023928508162498474, 0.016392793506383896, + -0.05518953502178192, -0.0437684990465641, -0.033089492470026016, -0.01318880170583725, + -0.03093315288424492, 0.02665453590452671, 0.04790472984313965, -0.039198629558086395, + -0.01834782212972641, 0.04740404337644577, -0.02209019660949707, -0.0012709610164165497, + -0.03393954783678055, -0.007484696805477142, -0.02131946198642254, -0.030274614691734314, + -0.03480786830186844, -0.022630009800195694, 0.029319044202566147, -0.01356267835944891, + -0.028233535587787628, -0.016805842518806458, 0.051926665008068085, -0.02944760024547577, + -0.015137232840061188, -0.024802006781101227, -0.010516888462007046, 0.013752318918704987, + 0.04006071761250496, -0.055992573499679565, 0.020343385636806488, -0.04245913773775101, + -0.020674079656600952, -0.06240243464708328, -0.044120144098997116, -0.051761895418167114, + 0.04935556650161743, 0.008307180367410183, -0.01959221065044403, -0.05690040439367294, + 0.054887574166059494, 0.012313038110733032, -0.021655458956956863, -0.05359884351491928, + -0.0032589579932391644, -0.009896584786474705, -0.038259249180555344, -0.0034544356167316437, + 0.0499296635389328, -0.03284043073654175, 2.197176218032837e-5, 0.016835346817970276, + 0.03230553865432739, 0.05348556488752365, 0.04651771858334541, 0.016333729028701782, + -0.03602594882249832, -0.06630782783031464, -0.011258775368332863, -0.05110791325569153, + -0.03339467942714691, 0.0330628901720047, 0.017739951610565186, 0.052151065319776535, + -0.006085768807679415, -0.012214593589305878, -0.027080493047833443, -0.011768773198127747, + -0.031421247869729996, -0.04054197669029236, 0.0489705428481102, -0.00943310372531414, + 0.046796057373285294, -0.002586372196674347, -0.03913531452417374, 0.0007267567561939359, + -0.024662282317876816, 0.03728649020195007, -0.0031868689693510532, -0.008021147921681404, + -0.04748998582363129, 0.054715029895305634, 0.017254024744033813, 0.0017388386186212301, + 0.019688479602336884, 0.005875125527381897, -0.05125676468014717, 0.007513079326599836, + -0.0034626463893800974, 0.05695738643407822, -0.008705071173608303, 0.02337779849767685, + -0.05329045653343201, -0.05413925275206566, -0.06962254643440247, -0.001107826828956604, + -4.7013163566589355e-6, -0.010545559227466583, -0.03202468529343605, -0.06137331947684288, + -0.06166987866163254, -0.0081510990858078, -0.019420454278588295, 0.013453096151351929, + 0.02851109951734543, 0.013512558303773403, -0.039853960275650024, -0.0020308271050453186, + -0.06370045244693756, -0.06135956570506096, -0.008069616742432117, 0.054021213203668594, + 0.014890581369400024, -0.022147633135318756, -0.027125269174575806, 0.054812174290418625, + -0.02560322917997837, -0.02317192405462265, 0.051208000630140305, -0.025632334873080254, + 0.05574152246117592, -0.0017842876259237528, 0.03636721521615982, 0.055701740086078644, + -0.052256908267736435, 0.01615048199892044, -0.007200218737125397, -0.013748121447861195, + 0.011263743042945862, -0.023906312882900238, -0.05240931361913681, 0.058950528502464294, + 0.05279039219021797, -0.003049832070246339, -0.021095965057611465, 0.057026393711566925, + -0.04756994545459747, 0.03832057863473892, 0.03398175165057182, -0.02151232585310936, + 0.017543718218803406, -0.019374484196305275, -0.014569079503417015, -0.025699809193611145, + 0.0024526941124349833, -0.015211202204227448, 0.041462574154138565, 0.03459640219807625 + ], + [ + 0.011132404208183289, 0.012880136258900166, 0.02353024296462536, 0.018583020195364952, + -0.03600744530558586, -0.014262189157307148, -0.06923390924930573, -0.07435786724090576, + -0.022717710584402084, -0.05063126981258392, 0.0012287534773349762, 0.012303550727665424, + -0.029523296281695366, 0.054316628724336624, -0.06431616097688675, 0.02343929000198841, + -0.06515160948038101, -0.030079776421189308, -0.07222285866737366, 0.030881846323609352, + 0.0009535042918287218, -0.025408519431948662, 0.0461234524846077, -0.029702715575695038, + 0.019693680107593536, -0.024177638813853264, 0.10132250189781189, -0.030469192191958427, + 0.00627722404897213, -0.05188596248626709, -0.019794579595327377, 0.015217190608382225, + 0.033335596323013306, -0.033126022666692734, 0.01892613247036934, -0.008989395573735237, + -0.059877779334783554, 0.026516908779740334, -0.04883088916540146, 0.024671832099556923, + 0.029987771064043045, -0.0630325898528099, 0.01499874796718359, -0.05589323863387108, + -0.021807147189974785, -0.02873445861041546, -0.05214300379157066, -0.039552874863147736, + -0.03250156715512276, 0.029902437701821327, -0.02148493193089962, 0.08422121405601501, + -0.021428219974040985, -0.08778947591781616, -0.005251746159046888, -0.019825056195259094, + -0.030208589509129524, -0.05478661507368088, -0.01243920624256134, -0.07049916684627533, + -0.0025011468678712845, -0.05925688520073891, 0.018981944769620895, -0.015302564948797226, + -0.03603743761777878, -0.022299746051430702, -0.022100698202848434, -0.014260263182222843, + 0.0466548316180706, 0.065953329205513, -0.007890953682363033, -0.06558286398649216, -0.0515802837908268, + -0.020226599648594856, -0.003383954521268606, 0.10314725339412689, 0.0027287474367767572, + -0.03857596963644028, -0.04097633436322212, 0.035772912204265594, 0.030758120119571686, + 0.06766767054796219, 0.0174428578466177, 0.04806429520249367, 0.0008825891418382525, + 0.030064444988965988, -0.023036165162920952, -0.059872787445783615, -0.023904971778392792, + -0.052561577409505844, 0.02370985597372055, 0.008184281177818775, -0.015466275624930859, + -0.06358741223812103, 0.026928123086690903, -0.031071078032255173, 0.009830217808485031, + -0.06476548314094543, -0.047565970569849014, 0.05928928777575493, 0.006010953802615404, + -0.0596018061041832, -0.04578158259391785, -0.026613833382725716, -0.039417658001184464, + -0.00011722084309440106, 0.02430783584713936, 0.034758858382701874, -0.017897749319672585, + -0.007362078409641981, 0.019356660544872284, 0.021451449021697044, 0.022721169516444206, + 0.0656857118010521, 0.0070762368850409985, 0.07685475051403046, -0.05572566017508507, + -0.07556625455617905, 0.04765776917338371, 0.048525746911764145, -0.0032480540685355663, + -0.02236071228981018, -0.07913286983966827, -0.06264997273683548, -0.011649605818092823, + 0.03988378867506981, -0.0012312274193391204, -0.05977385491132736, 0.08057582378387451, + 0.04712144285440445, 0.0697651281952858, -0.07287406176328659, -0.03272382915019989, + -0.018229853361845016, -0.06404546648263931, -0.013157140463590622, -0.02444395236670971, + 0.02224632352590561, -0.020593442022800446, -0.05703100934624672, -0.05111174285411835, + -0.05258220061659813, -0.04570642486214638, -0.0006398631958290935, 0.03184397146105766, + -0.014221495017409325, 0.05323381721973419, -0.01742294244468212, -0.05401250720024109, + -0.026377897709608078, 0.030842255800962448, -0.011563477106392384, -0.00023397647601086646, + 0.060159750282764435, 0.026117714121937752, -0.007517361547797918, -0.03137057274580002, + 0.002186609897762537, -0.001829346758313477, -0.023853275924921036, 0.05578772351145744, + -0.03284115716814995, 0.010536852292716503, 0.05470382422208786, 0.018776806071400642, + -0.06280858814716339, 0.019010769203305244, -0.016899075359106064, -0.004473055712878704, + 0.01837572641670704, 0.04335451126098633, 0.04593219608068466, -0.032072000205516815, + -0.05873189866542816, -9.361357660964131e-5, 0.006067073903977871, 0.010382452048361301, + -0.009567702189087868, -0.04274231567978859, -0.06276021152734756, -0.06968794018030167, + -0.06458557397127151, 0.08238539844751358, 0.0055784559808671474, 0.020186014473438263, + 0.031804367899894714, -0.02546054683625698, -0.017990538850426674, 0.03249159827828407, + -0.06006111577153206, -0.0291026309132576, -0.012914624996483326, -0.0001532582682557404, + -0.035214707255363464, -0.04424310103058815, -0.01770373247563839, -0.06342408806085587, + -0.02076829969882965, 0.015245401300489902, -0.027848802506923676, 0.08306325227022171, + -0.024058358743786812, -0.0163290873169899, -0.054628048092126846, 0.05766036733984947, + -0.03660810738801956, 0.11256301403045654, 0.05060971528291702, -0.008144313469529152, + 0.030209966003894806, -0.001243576523847878, -0.00017401798686478287, -0.06560888886451721, + 0.03283282369375229, 0.05941365659236908, 0.04043322056531906, -0.01952984742820263, + -0.020303338766098022, 0.039623651653528214, -0.012882345356047153, -0.03940994665026665, + 0.0892653688788414, -0.011582995764911175, 0.03168517351150513, 0.041042473167181015, + -0.03984357416629791, -0.04988880828022957, 0.032098911702632904, 0.0036101662553846836, + -0.011403193697333336, 0.04480741545557976, -0.053043678402900696, 0.0245607178658247, + -0.00588207645341754, -0.018213964998722076, 0.018542835488915443, -0.019756140187382698, + -0.0379868783056736, -0.02171606756746769, -0.022832950577139854, -0.0357310026884079, + 0.008000476285815239, 0.016641590744256973, 0.0003973192360717803, -0.04183555766940117, + -0.019340941682457924, -0.015031133778393269, 0.10460808128118515, 0.027136005461215973, + -0.05569252744317055, 0.014771205373108387, 0.008689689449965954, -0.05157049745321274, + -0.06751463562250137, -0.05938466265797615, -0.025248931720852852 + ], + [ + 0.05895122140645981, 0.16736851632595062, 0.1625586748123169, -0.05627879127860069, 0.11500230431556702, + 0.03033803589642048, 0.15543057024478912, 0.0834946259856224, 0.14168766140937805, 0.11570214480161667, + 0.025282669812440872, 0.0008254671702161431, 0.1185620129108429, 0.02035469375550747, + 0.09665046632289886, 0.08837879449129105, 0.17403949797153473, 0.07154211401939392, + 0.016428710892796516, -0.06616564095020294, 0.13430093228816986, 0.08276206254959106, + -0.11567996442317963, 0.04470691829919815, 0.03846200928092003, -0.060221221297979355, + -0.01979360356926918, 0.042144518345594406, 0.07116953283548355, 0.006543064955621958, + -0.025096973404288292, 0.02385793998837471, 0.058538924902677536, 0.06922238320112228, + 0.08351332694292068, 0.02266099862754345, 0.0466655008494854, 0.00500035285949707, 0.1471373736858368, + 0.058170393109321594, 0.11876580864191055, 0.018892895430326462, 0.09983403235673904, + 0.09485676139593124, 0.136801078915596, 0.10179628431797028, 0.13209570944309235, -0.09549959748983383, + 0.04315883293747902, 0.0007103041862137616, 0.04240621626377106, -0.054426610469818115, + 0.09390255808830261, 0.18761245906352997, 0.12334910035133362, 0.0533616729080677, 0.03507079556584358, + 0.07458464056253433, 0.05886528268456459, 0.12066633254289627, 0.1371898353099823, 0.020526858046650887, + -0.055760327726602554, 0.11049860715866089, 0.1573592871427536, 0.07477162778377533, + 0.11103513091802597, 0.016886981204152107, 0.047181036323308945, -0.2144698202610016, + 0.012611178681254387, 0.03241821005940437, 0.006009741220623255, 0.06322845816612244, + 0.1331135332584381, -0.08781855553388596, -0.06226683035492897, 0.03155643492937088, + -0.025275910273194313, 0.010134921409189701, -0.001053997897543013, -0.09099771827459335, + -0.0009483379544690251, -0.093365877866745, -0.016949206590652466, 0.21695633232593536, + -0.05189162492752075, -0.03673180937767029, 0.029975751414895058, 0.12200272083282471, + -0.1344621628522873, 0.035034939646720886, -0.05970395728945732, 0.10231763869524002, + 0.09417536109685898, -0.07589565217494965, 0.06867735087871552, 0.14814546704292297, 0.1872255951166153, + 0.09814364463090897, 0.02022763341665268, 0.05676984414458275, 0.0686410516500473, 0.014070425182580948, + -0.06515670567750931, 0.07691539078950882, 0.0821477547287941, -0.04868035390973091, + -0.18057692050933838, -0.026022115722298622, 0.048695389181375504, -0.07392840832471848, + 0.05641571804881096, 0.026346595957875252, 0.1374480128288269, -0.19309251010417938, + -0.0532478503882885, 0.04019516706466675, 0.0859069675207138, 0.024505648761987686, 0.11408103257417679, + -0.06383797526359558, 0.08954402804374695, 0.11643043905496597, 0.15115153789520264, + 0.13550610840320587, 0.12391345947980881, 0.019753005355596542, -0.14256735146045685, + -0.08528728038072586, -0.0343056321144104, 0.049516525119543076, 0.1586514264345169, + -0.014103463850915432, 0.0042755152098834515, -0.0042440020479261875, 0.11058273166418076, + 0.10083339363336563, 0.13351289927959442, 0.0847293883562088, 0.06719093769788742, 0.059509746730327606, + 0.14554792642593384, 0.015009239315986633, 0.04561499133706093, 0.02726408839225769, + -0.03442804142832756, 0.13894782960414886, -0.005755129735916853, -0.0031874312553554773, + 0.1161990761756897, 0.03248348832130432, -0.027717264369130135, 0.165566548705101, 0.011019984260201454, + -0.060256388038396835, 0.16424646973609924, 0.05632228031754494, 0.07574540376663208, + 0.025261176750063896, 0.06289792060852051, 0.09801577031612396, 0.1869814246892929, + -0.0064245592802762985, -0.010105638764798641, 0.05518138036131859, 0.06468099355697632, + -0.04881343990564346, 0.002772292587906122, 0.07041148096323013, 0.13906684517860413, + -0.003454070771113038, 0.08731808513402939, 0.13634666800498962, 0.02243879623711109, + 0.12020643800497055, 0.06810407340526581, 0.25462135672569275, -0.0291127972304821, 0.10518410801887512, + 0.09431809931993484, 0.039926618337631226, -0.0005357718328014016, 0.030665481463074684, + 0.07579078525304794, 0.16565346717834473, 0.0570983961224556, 0.059478793293237686, 0.08527851849794388, + -0.08706504106521606, 0.08795781433582306, 0.00013684881560038775, 0.10910376906394958, + -0.024690736085176468, -0.03766469284892082, -0.005319943651556969, 0.00010541542724240571, + 0.0863284170627594, 0.1405438780784607, 0.029881976544857025, 0.004032059106975794, 0.12975093722343445, + 0.023090612143278122, 0.08641025424003601, -0.042972974479198456, 0.013045735657215118, + -0.1314878612756729, 0.058093488216400146, 0.020651627331972122, 0.15562967956066132, + 0.08866649121046066, 0.11398782581090927, 0.14835645258426666, 0.031725943088531494, + -0.13461123406887054, 0.11155857145786285, 0.09234002232551575, 0.06356371194124222, + 0.013243509456515312, 0.24393585324287415, 0.07402564585208893, 0.027085378766059875, + 0.0565124973654747, 0.10949689149856567, -0.02301403321325779, 0.067997045814991, 0.01578434370458126, + 0.00613542040809989, 0.17819643020629883, 0.0761110782623291, 0.08945699781179428, 0.08948948234319687, + 0.08943004906177521, 0.22892019152641296, 0.027151651680469513, -0.007094239350408316, + -0.03807685524225235, 0.02891349047422409, 0.08191225677728653, 0.019452858716249466, 0.099199578166008, + 0.05260280519723892, 0.03577346354722977, -0.005030920263379812, 0.0521513894200325, + -0.011816230602562428, 0.03535590320825577, 0.03709688037633896, -0.020804934203624725, + 0.08127954602241516, 0.043539706617593765, 0.05290462076663971, 0.1317991018295288, + -0.009866546839475632, 0.025657961145043373, 0.0426953099668026 + ], + [ + 0.10834986716508865, 0.15726353228092194, 0.13277411460876465, 0.012460933066904545, + 0.037028297781944275, 0.07116323709487915, 0.14816981554031372, 0.14796115458011627, + 0.16015085577964783, 0.024302799254655838, 0.055819615721702576, 0.07110808789730072, + 0.08859428763389587, 0.023436687886714935, 0.06515827029943466, 0.1189415380358696, 0.14517757296562195, + 0.09227042645215988, 0.0873623862862587, -0.010984838008880615, 0.16064870357513428, + 0.016951939091086388, -0.17538119852542877, -0.06791925430297852, 0.04920367896556854, + -0.07062248140573502, -0.07661529630422592, 0.07496320456266403, 0.11945533007383347, + 0.06860870867967606, 0.03241661190986633, 0.09312541782855988, 0.16383923590183258, + -0.03495537117123604, 0.017725897952914238, 0.0911269262433052, 0.004292248282581568, + 0.023968815803527832, 0.15468555688858032, 0.14810268580913544, 0.10032592713832855, + 0.05447986721992493, 0.06854961812496185, 0.11589036136865616, 0.030523886904120445, + 0.06842255592346191, 0.1342705935239792, -0.0716785416007042, 0.0752609521150589, 0.04709488898515701, + -0.030340801924467087, -0.06838485598564148, 0.05186339467763901, 0.1439717561006546, + 0.10576203465461731, 0.08565089106559753, 0.02657272107899189, 0.009812851436436176, + 0.10489114373922348, 0.07576952129602432, 0.07840054482221603, 0.10582588613033295, + -0.013993892818689346, 0.11456206440925598, 0.07844822853803635, 0.045629262924194336, + 0.07513875514268875, -0.03561241924762726, 0.05019490793347359, -0.18032705783843994, + 0.10624672472476959, 0.04487357288599014, -0.02792561613023281, 0.03345160558819771, + 0.16610904037952423, 0.01569906249642372, -0.03810577839612961, 0.10488633066415787, + -0.05404595658183098, 0.06712048500776291, 0.024837393313646317, -0.16506290435791016, + 0.013283864594995975, -0.14404329657554626, -0.09629813581705093, 0.08909636735916138, + -0.05313829332590103, 0.0839490070939064, 0.09577275067567825, 0.035638149827718735, + -0.1412343978881836, 0.11851095408201218, -0.0406554639339447, 0.014788578264415264, + 0.05668718367815018, -0.03616361692547798, 0.08341626077890396, 0.10959593951702118, + 0.11714281141757965, -0.018453819677233696, 0.018839193508028984, 0.1034075990319252, + 0.038473084568977356, 0.05421321094036102, 0.01951702870428562, 0.10040616244077682, + 0.11996462196111679, 0.039427757263183594, -0.14576195180416107, -0.03401409462094307, + 0.005086113698780537, 0.004214252810925245, 0.12930479645729065, 0.07560653239488602, + 0.11838337033987045, -0.18421964347362518, -0.016926584765315056, 0.06489086151123047, + -0.01938611827790737, 0.056945450603961945, 0.037967193871736526, -0.06365983933210373, + 0.032089147716760635, 0.032572850584983826, 0.1789618879556656, 0.1434851884841919, 0.1631488800048828, + 0.10543093830347061, -0.11887117475271225, -0.1406608521938324, 0.011282738298177719, + 0.09180454164743423, 0.12458997219800949, -0.02971934713423252, 0.035674404352903366, + -0.06911676377058029, 0.0687299370765686, 0.05021459236741066, 0.10574914515018463, 0.06213408336043358, + 0.05405382066965103, 0.01503749843686819, 0.08919288218021393, 0.06837765872478485, + -0.016060765832662582, 0.05536121875047684, -0.054906852543354034, 0.06128961592912674, + 0.07434605062007904, -0.07802464067935944, 0.10972673445940018, -0.03379249572753906, + 0.0512615442276001, 0.07124403864145279, -0.0433175191283226, -0.002015196019783616, + 0.08029196411371231, 0.11210153996944427, 0.09751792252063751, 0.049907151609659195, + 0.13314127922058105, 0.08132557570934296, 0.17496982216835022, -0.03223450854420662, + -0.0419057160615921, 0.10877732187509537, 0.09264688938856125, -0.09495868533849716, + 0.06493046134710312, 0.016714926809072495, 0.10898324847221375, 0.0058448477648198605, + 0.15551365911960602, 0.0965018942952156, 0.09706192463636398, 0.18353475630283356, 0.14500398933887482, + 0.12102936208248138, -0.045795563608407974, 0.04109187424182892, 0.022312793880701065, + 0.03471733629703522, -0.022402193397283554, 0.10908672958612442, 0.06348523497581482, + 0.09187447279691696, 0.025579743087291718, 0.07260213792324066, 0.1202087253332138, + -0.08534996956586838, 0.07466563582420349, -0.0017748699756339192, 0.19050508737564087, + -0.032259345054626465, -0.050718192011117935, 0.05206599086523056, 0.11558672785758972, + 0.17425785958766937, 0.13913054764270782, -2.660837708390318e-5, 0.00837452057749033, + 0.15041957795619965, -0.017080210149288177, 0.08686912059783936, 0.011661362834274769, + 0.04144958779215813, -0.10424236953258514, 0.06475581228733063, 0.03533224016427994, + 0.13461996614933014, 0.08921883255243301, 0.10243196785449982, 0.15534120798110962, + -0.026774872094392776, -0.07766881585121155, 0.13041532039642334, 0.1144402027130127, + 0.02886875718832016, 0.004534877836704254, 0.1750052124261856, 0.05665784701704979, 0.07244452834129333, + 0.008907139301300049, 0.1494208127260208, -0.005037964787334204, 0.10705557465553284, + 0.09020531922578812, 0.003630696563050151, 0.13513849675655365, 0.1781211942434311, 0.09207852184772491, + 0.08025448024272919, 0.11836152523756027, 0.13399171829223633, -0.019981827586889267, + 0.027097634971141815, 0.050954561680555344, 0.00795015785843134, 0.05233118310570717, + 0.033585306257009506, 0.14938955008983612, 0.11065822094678879, 0.057549674063920975, + -0.05516348034143448, 0.010237709619104862, 0.06284059584140778, -0.019489195197820663, + 0.11314815282821655, 0.04707099497318268, 0.09314487874507904, 0.09017126262187958, 0.11585140228271484, + 0.13582217693328857, -0.0025666740257292986, 0.055510953068733215, 0.09149299561977386 + ], + [ + 0.1248522624373436, 0.26077279448509216, 0.11331895738840103, -0.0036050325725227594, + 0.0945102870464325, 0.08875411003828049, 0.05763912945985794, 0.13448785245418549, 0.11497373133897781, + 0.12261456251144409, 0.05647561699151993, 0.05907582864165306, 0.0849142074584961, 0.05217956006526947, + 0.065976582467556, 0.13337494432926178, 0.17006847262382507, 0.10939234495162964, 0.029322782531380653, + 0.050995759665966034, 0.13753056526184082, 0.0393795408308506, -0.11894633620977402, + 0.017626957967877388, 0.1485479772090912, 0.04172052443027496, -0.14708803594112396, + 0.06394842267036438, 0.05865424498915672, 0.03862553834915161, 0.03776910528540611, 0.07070102542638779, + 0.12302621454000473, 0.04851860925555229, 0.09719240665435791, 0.026223018765449524, + -0.042540282011032104, -0.009345106780529022, 0.1377292424440384, 0.13492293655872345, + 0.06557762622833252, 0.046495918184518814, 0.08914110064506531, 0.004943730775266886, + 0.1476748287677765, 0.13078761100769043, 0.12348812818527222, -0.0268287044018507, 0.05582254379987717, + -0.029081208631396294, 0.045551981776952744, -0.0709131583571434, 0.04596666246652603, + 0.22669899463653564, 0.10788648575544357, 0.09733660519123077, 0.02001965045928955, 0.01825880818068981, + 0.06196616217494011, 0.0924113392829895, 0.16478735208511353, 0.0027777987997978926, + -0.023475609719753265, 0.23880815505981445, 0.09390102326869965, 0.07084179669618607, + 0.04761079326272011, -0.0643639862537384, 0.04309428110718727, -0.11289507895708084, + -0.028020424768328667, 0.06719660758972168, 0.02114570140838623, 0.04187387600541115, + 0.1556365042924881, -0.09578607976436615, -0.02931986376643181, 0.06291403621435165, + 0.014995438978075981, 0.06227554380893707, 0.024544743821024895, -0.13693130016326904, + -0.06475440412759781, -0.13023491203784943, -0.09922447800636292, 0.1794234663248062, + -0.046077802777290344, 0.0570879690349102, -0.012622115202248096, 0.09515133500099182, + -0.07326202094554901, 0.09188424050807953, -0.019257543608546257, 0.009462038055062294, + 0.15599942207336426, 0.004599777515977621, 0.058096230030059814, 0.13149729371070862, + 0.19692876935005188, 0.058793436735868454, 0.02535833790898323, 0.09192842990159988, + 0.08116845786571503, 0.02828093245625496, 0.0035612895153462887, 0.05229593440890312, + 0.05197349190711975, -0.003540145233273506, -0.1748083382844925, -0.0388917438685894, + -0.019640149548649788, -0.009067723527550697, 0.0875072330236435, 0.08932352066040039, + 0.15905722975730896, -0.07992126792669296, 0.009963219054043293, 0.07727231830358505, + 0.09693195670843124, -0.03613723814487457, 0.018968498334288597, -0.07186965644359589, + 0.05953769013285637, 0.061330508440732956, 0.16382582485675812, 0.09762504696846008, 0.1186097115278244, + 0.11031630635261536, -0.15316134691238403, -0.11591213941574097, 0.026027081534266472, + 0.03851313516497612, 0.09252523630857468, -0.03918023779988289, 0.06412428617477417, + -0.06467081606388092, 0.05637509375810623, 0.13299596309661865, 0.2058720886707306, 0.08510369062423706, + 0.057149071246385574, -0.030098840594291687, 0.18934620916843414, 0.06675305217504501, + -0.02228120155632496, 0.07068074494600296, -0.08189358562231064, 0.1453842967748642, + 0.10018682479858398, 0.014514211565256119, 0.11907338351011276, -0.0395311675965786, + 0.035399001091718674, 0.1697607934474945, -0.025082185864448547, 0.017599450424313545, + 0.09082426130771637, 0.08844800293445587, 0.0367027148604393, -0.02229895256459713, 0.05711686611175537, + 0.004491270519793034, 0.14617185294628143, -0.007678797002881765, 0.010359177365899086, + 0.05820814520120621, 0.12400788813829422, -0.11247719824314117, 0.0560324527323246, + 0.051209889352321625, 0.16803322732448578, 0.0011238990118727088, 0.09781118482351303, + 0.14130334556102753, 0.0038160630501806736, 0.12133914977312088, 0.09384804964065552, + 0.23307769000530243, -0.02494473196566105, 0.05317264050245285, 0.08011871576309204, + 0.09823866188526154, -0.012189998291432858, 0.0512629933655262, -0.015927353873848915, + 0.14655214548110962, -0.005697512533515692, 0.14377719163894653, 0.03612639755010605, + -0.027061868458986282, 0.15162496268749237, 0.0765930637717247, 0.18818330764770508, + -0.04927492514252663, -0.03236669301986694, -0.01445932686328888, 0.09739778190851212, + 0.0979834720492363, 0.1119203194975853, 0.032945457845926285, -0.04151497036218643, 0.12649518251419067, + 0.10272087901830673, 0.14081791043281555, -0.022538937628269196, -0.05777222663164139, + -0.14904604852199554, 0.062218520790338516, 0.054470520466566086, 0.17438465356826782, + 0.06048247963190079, 0.168826162815094, 0.060800403356552124, 0.04571909084916115, -0.08813899755477905, + 0.18598490953445435, 0.060220830142498016, 0.07584264129400253, 0.05368393287062645, + 0.09821867197751999, 0.0784902572631836, -0.03703361749649048, 0.01844816841185093, 0.14653928577899933, + -0.016458796337246895, 0.08715889602899551, 0.10319501906633377, 0.019534992054104805, + 0.11541786789894104, 0.1544797420501709, 0.07043659687042236, 0.08423486351966858, 0.10856777429580688, + 0.09939774125814438, 0.018943002447485924, 0.0030120518058538437, 0.0596485510468483, + -0.023248055949807167, 0.12593995034694672, 0.04427645355463028, 0.1456596404314041, + 0.11043757200241089, -0.029982347041368484, 0.01174970157444477, 0.045625023543834686, + 0.051718324422836304, 0.07198908179998398, 0.11809884756803513, 0.06081771478056908, + 0.10534822940826416, 0.02846144326031208, 0.06527214497327805, 0.12554378807544708, 0.0895887166261673, + -0.017661722376942635, 0.008087835274636745 + ], + [ + 0.029614165425300598, 0.17375777661800385, 0.11287177354097366, -0.03943730890750885, + 0.051602836698293686, 0.035997431725263596, 0.09182503074407578, 0.12081468850374222, + 0.10493864119052887, 0.03355932608246803, 0.012025278992950916, 0.01763647049665451, 0.113771453499794, + -0.004953527823090553, 0.07158713787794113, 0.13745495676994324, 0.10107249766588211, + 0.13272184133529663, 0.0768570676445961, -0.0038530025631189346, 0.05546209588646889, + 0.11067473143339157, -0.12304168939590454, -0.04951009899377823, 0.06872864067554474, + -0.042044248431921005, -0.08294537663459778, 0.007866566069424152, 0.11557631939649582, + 0.0008333274163305759, 0.066975899040699, 0.08548752218484879, 0.07785798609256744, 0.02232467383146286, + 0.03844163566827774, 0.09104142338037491, -0.0189671628177166, 0.03259285166859627, 0.1041208803653717, + 0.11447949707508087, 0.12275570631027222, -0.012740959413349628, 0.05245761200785637, + 0.10031643509864807, 0.06688696146011353, 0.11037975549697876, 0.07266273349523544, + -0.08150212466716766, 0.04853176325559616, 0.07143707573413849, -0.01121027022600174, + 0.0017217834247276187, 0.09947258979082108, 0.0976468101143837, 0.09383253008127213, + 0.08691085129976273, 0.03938058018684387, 0.0673162117600441, 0.10469184070825577, 0.08882904797792435, + 0.12349876016378403, 0.11654423177242279, -0.0554179884493351, 0.1654428094625473, 0.08378893882036209, + 0.022313479334115982, -0.014067977666854858, 0.042002175003290176, 0.011884418316185474, + -0.1811322271823883, 0.08202239125967026, 0.09952201694250107, -0.01944921910762787, + 0.054329171776771545, 0.08428389579057693, -0.03824590891599655, -0.06715141236782074, + 0.12233614921569824, 0.0051010348834097385, 0.04556972160935402, 0.04914949834346771, + -0.16924285888671875, -0.010665728710591793, -0.1016792580485344, -0.10287991911172867, + 0.13783633708953857, 0.010575237683951855, 0.03232740983366966, 0.00011652148532448336, + 0.07376839220523834, -0.12896041572093964, 0.022610021755099297, -0.049111586064100266, + 0.029236728325486183, 0.04968457296490669, -0.06703688204288483, 0.12494129687547684, + 0.1223609670996666, 0.16516311466693878, 0.0022049895487725735, -0.06679181009531021, + 0.12342409789562225, 0.10472948849201202, 0.033843785524368286, -0.0171037707477808, + 0.11312435567378998, 0.10655618458986282, -0.05293664708733559, -0.19826097786426544, + 0.059406790882349014, -0.002326381392776966, 0.03044535033404827, 0.040798064321279526, + 0.016550494357943535, 0.14278121292591095, -0.15426421165466309, -0.03454536572098732, + 0.03845291957259178, 0.007257065270096064, -0.0379956029355526, 0.017649812623858452, + -0.08177060633897781, 0.06720857322216034, 0.12762029469013214, 0.08691137284040451, + 0.13823458552360535, 0.18184898793697357, 0.13064312934875488, -0.20228160917758942, + -0.07821378111839294, 0.03319241851568222, 0.0696176290512085, 0.17253094911575317, + -0.053171295672655106, 0.01911633461713791, -0.054421745240688324, 0.05010310560464859, + 0.05536310002207756, 0.08227222412824631, 0.1800016313791275, 0.07607527822256088, 0.08926104754209518, + 0.15718688070774078, -0.016539642587304115, 0.0106586879119277, 0.03901476040482521, + -0.08462389558553696, 0.06410297751426697, 0.11582762748003006, -0.08880055695772171, + 0.11786173284053802, -0.010761450976133347, 0.02200046367943287, 0.14557388424873352, + 0.04194140434265137, -0.015045047737658024, 0.17067472636699677, 0.00480002211406827, + 0.11645659059286118, -0.06057276204228401, 0.07952684164047241, 0.05837897211313248, + 0.06672713160514832, -0.017767926678061485, -0.034774553030729294, 0.11631941050291061, + 0.17018039524555206, -0.045131001621484756, 0.09088156372308731, 0.09774605184793472, + 0.17992937564849854, 0.06482475996017456, 0.1754310131072998, 0.10878067463636398, 0.10456104576587677, + 0.13235178589820862, 0.12977220118045807, 0.15658071637153625, -0.06348155438899994, + 0.08968311548233032, 0.10518164932727814, 0.008803626522421837, -0.09350287914276123, + 0.05424351245164871, -0.040901198983192444, 0.14423266053199768, 0.044194549322128296, + 0.09063886106014252, 0.16227388381958008, -0.01515704020857811, 0.06440259516239166, + 0.09997756779193878, 0.10190238058567047, -0.060552310198545456, -0.0004248274490237236, + 0.05831917002797127, 0.017945127561688423, 0.109693743288517, 0.08605743199586868, -0.03218754753470421, + -0.030598405748605728, 0.036847878247499466, 0.03461240231990814, 0.17853860557079315, + -0.04603349044919014, -0.005017802119255066, -0.13884088397026062, 0.11265932768583298, + 0.08899834752082825, 0.14771738648414612, 0.12672191858291626, 0.1819300502538681, 0.06921660900115967, + 0.06771967560052872, -0.11020343005657196, 0.15674512088298798, 0.08973122388124466, + 0.05718229338526726, 0.026571767404675484, 0.19425258040428162, 0.05029582232236862, + -0.031537801027297974, -0.0015798795502632856, 0.1909865140914917, 0.02247859723865986, + 0.11528768390417099, 0.06142875924706459, 0.07782090455293655, 0.07210508733987808, 0.09640665352344513, + 0.1054537370800972, 0.04590081423521042, 0.060905762016773224, 0.21707980334758759, 0.02007041685283184, + 0.11136326938867569, 0.07631012797355652, 0.08842212706804276, 0.0819854587316513, + -0.061921242624521255, 0.08893578499555588, 0.05291745811700821, 0.037373535335063934, + -0.025273775681853294, 0.041549574583768845, 0.06503604352474213, 0.028911594301462173, + 0.12857697904109955, 0.00962828379124403, 0.023314472287893295, 0.11993326246738434, + 0.060584116727113724, 0.09736459702253342, 0.09742312878370285, 0.025852635502815247, + 0.12133411318063736 + ], + [ + -0.07633362710475922, -0.21859179437160492, -0.0462985560297966, 0.05667794495820999, + -0.040992241352796555, -0.023685894906520844, -0.09782902896404266, -0.03686327114701271, + -0.12061881273984909, -0.026170043274760246, 0.03988470509648323, 0.04922536760568619, + -0.05325143039226532, 0.02412872202694416, 0.015750998631119728, -0.11653345823287964, + -0.08361935615539551, -0.11569150537252426, -0.022389795631170273, 0.03403463214635849, + -0.07253330945968628, -0.01729351095855236, 0.09640286862850189, 0.11756014078855515, + -0.11365923285484314, 0.0667334496974945, 0.0656762421131134, -0.10287109017372131, + -0.052925415337085724, 0.024855773895978928, 0.028901193290948868, -0.027833539992570877, + -0.07468496263027191, 0.03262894228100777, -0.07903571426868439, -0.09094008803367615, + 0.04682745039463043, 0.019260583445429802, -0.05997571349143982, -0.03655971959233284, + -0.07323005795478821, 0.08100151270627975, 0.035374175757169724, -0.021953076124191284, + -0.096006840467453, -0.053265489637851715, -0.10907837748527527, 0.13768433034420013, + -0.06653275340795517, -0.004041027743369341, 0.03701696917414665, 0.06050886586308479, + -0.027311254292726517, -0.17688335478305817, -0.07445846498012543, -0.0774557963013649, + -0.014062914066016674, -0.017616186290979385, -0.10324537754058838, -0.08095156401395798, + -0.041776712983846664, -0.05165398493409157, 0.09165831655263901, -0.18003998696804047, + -0.09777195006608963, 0.029161542654037476, -0.046979937702417374, 0.10341759771108627, + -0.020283499732613564, 0.18344508111476898, -0.0016919297631829977, 0.007049102336168289, + 0.02093266136944294, -0.034722574055194855, -0.1390935629606247, 0.05648747831583023, + 0.07611033320426941, 0.011683167889714241, -0.003867432242259383, -0.05190742760896683, + 0.0582289956510067, 0.2093828320503235, -0.013049568980932236, 0.23022742569446564, 0.17463386058807373, + -0.07848773151636124, 0.09985773265361786, -0.02361324056982994, -0.009956859983503819, + -0.10106754302978516, 0.19986113905906677, -0.047459863126277924, 0.11400406807661057, + 0.004405918065458536, -0.10660599917173386, 0.09887376427650452, -0.11638518422842026, + -0.07366811484098434, -0.14567317068576813, -0.027539029717445374, 0.09449509531259537, + -0.05230432003736496, -0.049450114369392395, -0.05269656702876091, 0.04003582149744034, + 0.001938500558026135, -0.10157101601362228, 0.06565319001674652, 0.17622072994709015, + 0.06583946943283081, 0.10920574516057968, 0.0053061689250171185, 0.001734818215481937, + 0.018065381795167923, -0.1274232417345047, 0.15168264508247375, 0.09404096752405167, + -0.10400193184614182, 0.03326300159096718, 0.045592740178108215, -0.00020106654847040772, + 0.08675866574048996, -0.10203132778406143, -0.013208710588514805, -0.08129744976758957, + 0.005667754448950291, -0.16485907137393951, -0.028996666893363, 0.22760149836540222, 0.0656077042222023, + 0.039534471929073334, -0.019933858886361122, -0.07336264848709106, 0.11339414119720459, + -0.07085512578487396, 0.13162821531295776, -0.03501775488257408, -0.046436671167612076, + -0.06640435755252838, -0.12233099341392517, -0.01655001938343048, 0.020998969674110413, + -0.05330251157283783, -0.006817759480327368, 0.015939345583319664, -0.002202142495661974, + 0.0880465880036354, -0.12220794707536697, 0.04488561674952507, 0.1071760505437851, -0.05202910676598549, + 0.045166678726673126, 0.10216011852025986, -0.10258021205663681, 0.025574395433068275, + 0.024343078956007957, -0.15794798731803894, -0.02371184714138508, -0.020186442881822586, + 0.02621089667081833, -0.0494057796895504, 0.022902796044945717, -0.1716395616531372, + 0.00036411001929081976, -0.009194804355502129, -0.049022696912288666, -0.06071164831519127, + 0.15870721638202667, -0.021601669490337372, 0.020263150334358215, -0.024193888530135155, + 0.11814062297344208, -0.13798829913139343, -0.06217312067747116, -0.08657465875148773, + -0.14067219197750092, -0.09554911404848099, -0.13608267903327942, 0.09821461141109467, + -0.019652273505926132, -0.020510783419013023, -0.0017264928901568055, 0.058594077825546265, + -0.08913949877023697, 0.01884230598807335, -0.2000383585691452, -0.030842997133731842, + -0.027433481067419052, -0.07453009486198425, 0.07997933775186539, -0.1027357205748558, + -0.00141049618832767, -0.13873091340065002, -0.015511758625507355, 0.07046099007129669, + 0.0023818854242563248, -0.013425965793430805, -0.15146945416927338, -0.10696233063936234, + 0.02892438881099224, 0.009451128542423248, -0.015628861263394356, -0.05588121339678764, + -0.08182574063539505, 0.0024791161995381117, 0.07500755041837692, 0.159112349152565, + 0.024925285950303078, 0.0814867839217186, -0.02802404575049877, -0.01958068087697029, + -0.14414039254188538, -0.06928446888923645, 0.0012649977579712868, 0.049002621322870255, + -0.14383168518543243, 0.00023241231974679977, 0.05649803206324577, 0.007458118721842766, + -0.1592666208744049, -0.031140977516770363, 0.02509329840540886, -0.03395134583115578, + -0.1190963014960289, 0.04635977745056152, -0.015665683895349503, 0.02191057987511158, + -0.04883287474513054, -0.13402009010314941, -0.15722675621509552, -0.10492891073226929, + -0.014828852377831936, -0.09321603924036026, -0.13233739137649536, 0.07981466501951218, + -0.06927445530891418, -0.020229903981089592, 0.10522603988647461, -0.01621694304049015, + 0.04415930062532425, -0.12065784633159637, -0.10801970213651657, -0.009792736731469631, + -0.003219947684556246, 0.034478701651096344, -0.0896010547876358, -0.022029045969247818, + -0.03928957134485245, -0.000737361260689795, -0.07669971138238907, -0.07157229632139206, + -0.018000559881329536, -0.06833286583423615, 0.02251306176185608, -0.012688788585364819, + -0.0011869868030771613 + ], + [ + 0.05106380954384804, 0.1723584234714508, 0.11051487922668457, 0.031052302569150925, 0.12213274836540222, + 0.04014395922422409, 0.20806431770324707, 0.1308118849992752, 0.1096305176615715, 0.05994785204529762, + 0.06620865315198898, 0.03479302302002907, 0.10807730257511139, 0.02332671545445919, 0.07197501510381699, + 0.03227762132883072, 0.1382027119398117, 0.15508539974689484, 0.07878479361534119, 0.00852055661380291, + 0.06332895159721375, 0.003568124258890748, -0.0876222476363182, -0.01943972334265709, + 0.1707131415605545, -0.03930042311549187, -0.0995950847864151, 0.1328287422657013, 0.044771209359169006, + 0.007369596045464277, 0.008941760286688805, 0.012601145543158054, 0.1404327005147934, + -0.045451570302248, 0.13714422285556793, 0.035078901797533035, 0.03955273702740669, + 0.015400893054902554, 0.15406495332717896, 0.16374456882476807, 0.1509993076324463, + -0.018831655383110046, 0.12398692220449448, 0.04810565710067749, 0.1546712964773178, 0.1665312647819519, + 0.13276921212673187, -0.04226730391383171, 0.06602367013692856, 0.013678915798664093, + -0.03101162612438202, -0.015813468024134636, 0.011502421461045742, 0.26899364590644836, + 0.103768490254879, 0.10618187487125397, 0.06748069077730179, -0.0015667085535824299, 0.0921197459101677, + 0.11202720552682877, 0.13815170526504517, 0.08551017940044403, -0.02375555783510208, + 0.15273714065551758, 0.1285339742898941, 0.0759025290608406, 0.11534225195646286, 0.0045443344861269, + -0.01404625829309225, -0.18935735523700714, 0.047066088765859604, 0.06833966076374054, + 0.07257354259490967, 0.0411241389811039, 0.10025789588689804, -0.03577515855431557, + -0.03834081441164017, 0.09129771590232849, -0.07016974687576294, 0.09774583578109741, + 0.05647611618041992, -0.1249001994729042, 0.006318305153399706, -0.14412836730480194, + -0.11589572578668594, 0.1901489794254303, -0.015043619088828564, 0.03909486159682274, + 0.07669123262166977, 0.06738412380218506, -0.08592221140861511, 0.04031006991863251, + -0.013228386640548706, 0.006081253755837679, 0.1237502321600914, 0.005839706398546696, + 0.08490961045026779, 0.10830550640821457, 0.13671284914016724, -0.024006225168704987, + -0.07042831927537918, 0.12883420288562775, 0.08757057785987854, 0.049277324229478836, + -0.010670613497495651, 0.04014860838651657, 0.1459563821554184, -0.0048645189963281155, + -0.2007889747619629, 0.0009369039908051491, -0.04249681904911995, -0.013423201628029346, + 0.03680203855037689, 0.08231599628925323, 0.09271072596311569, -0.1690971851348877, + -0.07471704483032227, 0.14169524610042572, 0.11517506092786789, -0.00979516189545393, + 0.09209755063056946, 0.01175812166184187, 0.0785956084728241, 0.07918936014175415, 0.12783296406269073, + 0.10128961503505707, 0.15945160388946533, 0.025748806074261665, -0.16280989348888397, + -0.03339436650276184, 0.024290774017572403, 0.06060926616191864, 0.14130756258964539, + -0.019215956330299377, -0.005036134272813797, -0.03253877907991409, 0.041591156274080276, + 0.11028536409139633, 0.2107723206281662, 0.07520946115255356, 0.013766281306743622, 0.06802809983491898, + 0.10756894201040268, 0.020758293569087982, 0.01162644848227501, 0.05556255951523781, + -0.07311604171991348, 0.1529795229434967, 0.021057015284895897, -0.07008784264326096, + 0.13665950298309326, -0.043988607823848724, -0.04939395561814308, 0.05794382467865944, + 0.05064372718334198, -0.044640280306339264, 0.1398536115884781, 0.05925265699625015, + 0.08221464604139328, -0.030069801956415176, 0.15138253569602966, 0.03532443195581436, + 0.07116911560297012, 0.0031302475836127996, 0.0051951599307358265, 0.17294758558273315, + 0.1857098489999771, -0.06273128092288971, 0.03867918625473976, 0.003657890949398279, 0.1265551745891571, + -0.045560043305158615, 0.1607722043991089, 0.1032782569527626, 0.11945953220129013, 0.10336162149906158, + 0.07941031455993652, 0.25112810730934143, 0.03426129370927811, 0.06517703086137772, 0.14058414101600647, + 0.07575008273124695, -0.09517312794923782, 0.06113817170262337, -0.008606254123151302, + 0.22785258293151855, 0.04497527703642845, 0.08260791003704071, 0.059246279299259186, + -0.07699079811573029, 0.05592307075858116, 0.04584606736898422, 0.12242566049098969, + -0.017869150266051292, 0.039882104843854904, 0.052717164158821106, 0.11169757694005966, + 0.1958981603384018, 0.17631973326206207, 0.02511516772210598, -0.029791532084345818, + 0.05867263674736023, 0.02182677760720253, 0.13244019448757172, 0.02648741565644741, + 0.022279804572463036, -0.15048298239707947, 0.11799280345439911, 0.056882452219724655, + 0.09304948151111603, 0.13141176104545593, 0.24921914935112, 0.16907168924808502, 0.004171302542090416, + -0.12945489585399628, 0.10848881304264069, 0.08244381099939346, 0.016640884801745415, + 0.07478345185518265, 0.1875263899564743, 0.0923992395401001, -0.01673336699604988, 0.06707432121038437, + 0.19579380750656128, 0.07134193927049637, 0.06080213561654091, 0.03251388296484947, + -0.002634922508150339, 0.18317674100399017, 0.19967056810855865, 0.14770501852035522, + 0.1317020058631897, 0.08512924611568451, 0.21857014298439026, -0.06012045964598656, 0.05421822890639305, + 0.08624602854251862, -0.009523543529212475, 0.12716589868068695, 0.0025589987635612488, + 0.16991783678531647, 0.08485761284828186, 0.06180235370993614, -0.08360962569713593, + 0.0015592497074976563, 0.10500010848045349, 0.10634760558605194, 0.09641817212104797, + 0.05344332754611969, 0.06590738147497177, 0.042527180165052414, 0.13972137868404388, + 0.04241008311510086, 0.06860636919736862, 0.07922206073999405, 0.08300134539604187 + ], + [ + 0.04689221456646919, 0.19566014409065247, 0.07618561387062073, -0.028920957818627357, + 0.0675494372844696, 0.05201956257224083, 0.09581869095563889, 0.10982977598905563, 0.1458570957183838, + 0.03175802156329155, 0.09017759561538696, -6.910579395480454e-5, 0.057369034737348557, + 0.02411959320306778, 0.04001346975564957, 0.029700370505452156, 0.1059231162071228, 0.16280335187911987, + 0.1009601503610611, 0.01881965808570385, 0.1282869577407837, 0.047259606420993805, -0.06759189814329147, + 0.03308494761586189, 0.142756387591362, -0.016533495858311653, -0.06902589648962021, + 0.013659513555467129, 0.07628550380468369, 0.07938025891780853, 0.05826517194509506, + 0.07675521820783615, 0.06640392541885376, -0.0259865690022707, 0.10592170059680939, 0.06961559504270554, + 0.019570723176002502, 0.10983333736658096, 0.1477956622838974, 0.05294257029891014, 0.09063993394374847, + -0.011155814863741398, 0.09132453054189682, -0.00043363208533264697, 0.10023949295282364, + 0.070566825568676, 0.13330994546413422, -0.02220325917005539, -0.019411424174904823, + 0.017686866223812103, 0.04200161620974541, -0.052891381084918976, 0.08162714540958405, + 0.13824765384197235, 0.06535440683364868, 0.0375271812081337, 0.03312589228153229, 0.005044156219810247, + 0.09149938821792603, 0.18016792833805084, 0.14281640946865082, 0.009956315159797668, + -0.0044126263819634914, 0.11509647965431213, 0.1158512681722641, 0.07408828288316727, + 0.0667143315076828, -0.05951189994812012, 0.009523608721792698, -0.15620644390583038, + 0.11135052144527435, 0.06086741015315056, 0.040535736829042435, 0.03167193382978439, + 0.15325278043746948, -0.05569735914468765, -0.07186861336231232, 0.08337103575468063, + 0.019907483831048012, 0.029487652704119682, 0.04448110610246658, -0.16675159335136414, + 0.019273027777671814, -0.14396417140960693, -0.08741959929466248, 0.12057200074195862, + -0.0028721517883241177, -0.023779598996043205, -0.0037500124890357256, 0.10998674482107162, + -0.0741092711687088, 0.08913204818964005, -0.007861043326556683, 0.11513949185609818, + 0.11135625839233398, -0.03823043033480644, 0.15025146305561066, 0.07361599057912827, + 0.16934077441692352, 0.059318870306015015, 0.012253508903086185, 0.07168523967266083, + 0.11112258583307266, 0.08624394983053207, 0.03594805300235748, 0.02588592655956745, + 0.038071006536483765, 0.0001975234190467745, -0.15084896981716156, -0.03444994240999222, + -0.05712949112057686, -0.027236023917794228, 0.0931897684931755, 0.11848659813404083, + 0.12487677484750748, -0.14702017605304718, -0.08534671366214752, 0.09113232791423798, + 0.06129694730043411, -0.014160511083900928, 0.053229741752147675, -0.07121071964502335, + 0.10211119800806046, 0.08796591311693192, 0.0833645761013031, 0.1028059795498848, 0.15817399322986603, + 0.12108012288808823, -0.2087707817554474, -0.13121958076953888, -0.053562067449092865, + 0.10652649402618408, 0.15323492884635925, 0.043917909264564514, 0.014041854068636894, + -0.042424991726875305, 0.10723132640123367, 0.16749225556850433, 0.15398302674293518, + 0.06596258282661438, -0.029754560440778732, 0.0307938102632761, 0.12940864264965057, + 0.04027174785733223, 0.017151834443211555, 0.09154198318719864, -0.029240692034363747, + 0.1062340959906578, 0.07109923660755157, -0.012965799309313297, 0.01870005391538143, + -0.053010858595371246, -0.03718157112598419, 0.0947219654917717, 0.012276946566998959, + -0.0537191703915596, 0.1478954553604126, 0.10578238219022751, 0.11459587514400482, -0.07333146780729294, + 0.11027877777814865, -0.0005458890809677541, 0.1665509194135666, -0.05059749260544777, + 0.03567073866724968, 0.045235585421323776, 0.10311921685934067, -0.13572871685028076, + 0.03895854204893112, 0.08292941004037857, 0.052953995764255524, 0.029775654897093773, + 0.12108702957630157, 0.13727687299251556, 0.10823368281126022, 0.10814125090837479, 0.08649533987045288, + 0.23163221776485443, -0.024387972429394722, 0.10727070271968842, 0.11600061506032944, + 0.030807003378868103, -0.09190734475851059, 0.030981704592704773, -0.022788777947425842, + 0.18629547953605652, 0.06951867789030075, 0.08142013847827911, 0.11214710772037506, + -0.010748573578894138, 0.17739397287368774, 0.08689676970243454, 0.09143140912055969, + -0.07079242169857025, -0.03876712545752525, 0.05138951912522316, 0.020389126613736153, + 0.10003414750099182, 0.05546588450670242, -0.03662030026316643, -0.0622401125729084, + 0.14204372465610504, 0.05464698001742363, 0.14818984270095825, -0.08485982567071915, + -0.0542651042342186, -0.1273811012506485, 0.019166680052876472, 0.07015131413936615, + 0.15705229341983795, 0.11389491707086563, 0.08926811814308167, 0.0771760642528534, 0.03722306340932846, + -0.049748338758945465, 0.20461505651474, 0.07824485749006271, 0.07188903540372849, 0.01219896785914898, + 0.20823070406913757, 0.1072254553437233, 0.026008397340774536, 0.004726893734186888, + 0.12090187519788742, 0.012799544259905815, 0.0614069327712059, 0.10379914194345474, + 0.021322069689631462, 0.09882345050573349, 0.06780808418989182, 0.0937618538737297, 0.1046074703335762, + 0.07966248691082001, 0.18449270725250244, 0.054320912808179855, 0.030023163184523582, + 0.0466255247592926, 0.023687735199928284, 0.009297067299485207, -0.07478578388690948, + 0.11968039721250534, 0.07535697519779205, 0.04311274364590645, 0.029307328164577484, + -0.0030387176666408777, 0.09492078423500061, 0.07471191883087158, 0.0494953952729702, + 0.11128529161214828, 0.06523051857948303, 0.008309912867844105, 0.09453835338354111, + 0.07287855446338654, 0.08332908898591995, 0.03823647275567055, 0.07887047529220581 + ], + [ + 0.08345755189657211, 0.21082811057567596, 0.13374900817871094, -0.022672448307275772, + 0.057668790221214294, 0.11522053927183151, 0.17751221358776093, 0.15303626656532288, + 0.14376875758171082, 0.12641803920269012, 0.018341396003961563, 0.018959682434797287, + 0.10309966653585434, 0.06114180013537407, 0.1026395633816719, 0.0893852636218071, 0.11754084378480911, + 0.08229521661996841, -0.02166510373353958, 0.015917640179395676, 0.04807564616203308, + 0.06375209987163544, -0.12531861662864685, -0.01019770372658968, 0.12610064446926117, + -0.054027996957302094, -0.09307226538658142, 0.09522216767072678, 0.1406765729188919, + 0.09115724265575409, -0.02873908169567585, 0.05096084624528885, 0.11678794771432877, + 0.018538493663072586, 0.1316356360912323, 0.004521262366324663, -0.026906166225671768, + 0.10896407067775726, 0.181881844997406, 0.1201481893658638, 0.10765858739614487, -0.020350465551018715, + 0.03557922691106796, 0.111960768699646, 0.11720722913742065, 0.14510758221149445, 0.07433028519153595, + -0.09519799798727036, -0.01902695558965206, -0.0339537151157856, 0.0011860368540510535, + 0.03961966186761856, 0.09674835950136185, 0.19837525486946106, 0.0716007649898529, 0.08174319565296173, + 0.0673820972442627, 0.004531658720225096, 0.05928383767604828, 0.14332881569862366, 0.12559932470321655, + 0.08837728947401047, -0.08357392251491547, 0.15302221477031708, 0.15719011425971985, + 0.028964651748538017, 0.024605683982372284, 0.02934933453798294, 0.020998507738113403, + -0.20095184445381165, 0.063743457198143, 0.12288782745599747, -0.03423203155398369, + 0.0011474641505628824, 0.10936490446329117, -0.006834935396909714, -0.031209977343678474, + 0.12106769531965256, -0.04315311089158058, 0.06386779993772507, -0.009360420517623425, + -0.06643299758434296, -0.019045310094952583, -0.10168449580669403, -0.0392407663166523, + 0.20418795943260193, -0.007660936564207077, 0.0534510537981987, 0.06786418706178665, + 0.003951847553253174, -0.1217992901802063, 0.027190696448087692, -0.08040269464254379, + 0.10453341901302338, 0.11539985984563828, -0.08034908771514893, 0.14369207620620728, + 0.06712232530117035, 0.10884740203619003, 0.06231918931007385, -0.05459695681929588, + 0.10994268208742142, 0.04749668017029762, -0.007571088150143623, -0.004158708732575178, + 0.0675685852766037, 0.013379518873989582, -0.01551377959549427, -0.14081797003746033, + -0.023271147161722183, -0.007074739784002304, -0.043960992246866226, 0.08179335296154022, + 0.04424026608467102, 0.15683986246585846, -0.1776982545852661, 0.004966416396200657, + 0.08046520501375198, 0.0030976037960499525, -0.007786206901073456, 0.10975462198257446, + -0.09135518223047256, 0.09321058541536331, 0.07315929979085922, 0.12910601496696472, + 0.08254504948854446, 0.1365795135498047, 0.08024924993515015, -0.16785645484924316, + -0.04545668885111809, -0.06759978830814362, 0.0803275853395462, 0.1595824956893921, + 0.017545077949762344, 0.028356771916151047, 0.012493737041950226, 0.09961316734552383, + 0.0609293133020401, 0.20905309915542603, 0.04627765342593193, -0.018915768712759018, + 0.09387371689081192, 0.14556770026683807, 0.08224089443683624, -0.0029986149165779352, + 0.09244866669178009, -0.05222509428858757, 0.03990122303366661, 0.11518443375825882, + -0.05828931927680969, 0.08904814720153809, -0.03135562315583229, -0.006555368658155203, + 0.10748579353094101, -0.012767323292791843, 0.02609531581401825, 0.1413036286830902, + 0.05287040024995804, 0.049392107874155045, 0.02597464621067047, 0.1284961700439453, 0.09053169190883636, + 0.13541467487812042, -0.011774836108088493, -0.032981447875499725, 0.12586548924446106, + 0.07986234128475189, -0.08646614104509354, 0.05957473814487457, 0.04607413336634636, 0.1529582440853119, + -0.053700897842645645, 0.14906670153141022, 0.028677282854914665, 0.025248978286981583, + 0.15004652738571167, 0.1250891238451004, 0.20990638434886932, 0.01613919995725155, 0.06893113255500793, + 0.020457888022065163, -0.0011794951278716326, -0.020207174122333527, 0.1208430752158165, + 0.06260278075933456, 0.09477962553501129, 0.0352136455476284, 0.1102556437253952, 0.05809923633933067, + -0.04217243567109108, 0.08102986216545105, 0.0750310942530632, 0.11760131269693375, + -0.08987953513860703, -0.06614170223474503, -0.019630858674645424, 0.010805964469909668, + 0.17514020204544067, 0.05725343897938728, -0.023809101432561874, 0.009955260902643204, + 0.13800136744976044, 0.10089801996946335, 0.1135048195719719, -0.020176302641630173, + -0.01922694966197014, -0.11226088553667068, 0.0604650042951107, 0.015411004424095154, + 0.15340203046798706, 0.11437545716762543, 0.11849434673786163, 0.1699567288160324, 0.05088590458035469, + -0.03391237556934357, 0.07515672594308853, 0.06702237576246262, 0.061392806470394135, + 0.07269524037837982, 0.17647339403629303, 0.046788621693849564, 0.004798936657607555, + 0.1114516407251358, 0.13363023102283478, 0.03416070342063904, 0.04773007705807686, 0.03897513076663017, + 0.05176809802651405, 0.1710006594657898, 0.11837626248598099, 0.02512115053832531, 0.0422004833817482, + 0.01131019089370966, 0.08533601462841034, -0.05281602218747139, 0.08284837752580643, + 0.0055972253903746605, 0.011744434013962746, 0.08320821821689606, 0.004284776281565428, + 0.1509931981563568, 0.08956190198659897, 0.032548196613788605, 0.006842472590506077, + -0.012951538898050785, 0.07329627126455307, 0.025141729041934013, 0.0831293836236, 0.05347997322678566, + 0.1026717945933342, 0.08407992124557495, 0.10072187334299088, 0.09707071632146835, 0.024770885705947876, + 0.00928796548396349, 0.1198514923453331 + ], + [ + 0.10518842190504074, 0.24771390855312347, 0.15707193315029144, -0.04861065745353699, + -0.017523203045129776, 0.10730024427175522, 0.08471804857254028, 0.07149218022823334, + 0.07236021757125854, 0.10194125026464462, -0.008256758563220501, 0.013138064183294773, + 0.08980520814657211, 0.026270898059010506, 0.01701953075826168, 0.07708550244569778, + 0.11970648169517517, 0.03130461648106575, 0.09375058114528656, -0.07176560908555984, + 0.07531554251909256, 0.034199245274066925, -0.0973922461271286, 0.03881840407848358, + 0.11885052919387817, -0.01718367263674736, -0.12732085585594177, 0.04278521612286568, + 0.041106224060058594, 0.0373402014374733, 0.0016596941277384758, 0.07160201668739319, 0.167225643992424, + 0.04868151247501373, 0.05181024596095085, 0.0017311342526227236, -0.011738541536033154, + -0.012743603438138962, 0.1226455569267273, 0.08954966813325882, 0.12442166358232498, + -0.007764678448438644, 0.0707138180732727, 0.05438511073589325, 0.14049658179283142, + 0.08533269166946411, 0.10085931420326233, -0.08736493438482285, -0.005992950405925512, + -0.029064450412988663, -0.02948708087205887, -0.054742973297834396, 0.04416592791676521, + 0.12059268355369568, 0.062218599021434784, 0.004587925970554352, 0.038877565413713455, + 0.035449475049972534, 0.07440600544214249, 0.14947710931301117, 0.11238601803779602, + 0.06762409955263138, -0.05808271840214729, 0.2307567596435547, 0.13368277251720428, 0.06615053117275238, + 0.05388855189085007, 0.03724563121795654, -0.04725094512104988, -0.20157307386398315, + 0.06740841269493103, 0.06190799921751022, 0.04960491880774498, 0.01721275970339775, 0.1634301394224167, + -0.062429025769233704, -0.010403672233223915, 0.07693127542734146, -0.026269126683473587, + -0.007448702119290829, -0.03475718945264816, -0.19111411273479462, -0.018396835774183273, + -0.11542024463415146, -0.07623390108346939, 0.1411774903535843, -0.05497715622186661, + 0.031604476273059845, 0.06712859123945236, 0.05168180167675018, -0.1037551686167717, + 0.037246670573949814, -0.034307580441236496, 0.11664701253175735, 0.08243359625339508, + -0.06898972392082214, 0.05050300434231758, 0.06712799519300461, 0.08960697054862976, + 0.016699057072401047, 0.005951610393822193, 0.16457708179950714, 0.04050779715180397, + 0.0453488864004612, 0.016209248453378677, 0.013082868419587612, 0.0251154825091362, 0.0291435569524765, + -0.10413327813148499, 0.052522800862789154, -0.02567077800631523, -0.06570538878440857, + 0.05325765535235405, 0.0969364270567894, 0.11038163304328918, -0.09947733581066132, + 0.025600705295801163, 0.11224208027124405, 0.054432548582553864, -0.05731405317783356, + 0.07282759249210358, -0.03392556682229042, 0.09428583085536957, 0.03396954759955406, + 0.11340036243200302, 0.15101857483386993, 0.176377072930336, 0.040312156081199646, -0.1897355616092682, + -0.10786384344100952, -0.015507640317082405, 0.09269429743289948, 0.18100954592227936, + -0.06774090230464935, -0.02530183084309101, 4.948408968630247e-5, 0.08552631735801697, + 0.09948185831308365, 0.14397896826267242, 0.13369834423065186, -0.01694801263511181, + 0.08817655593156815, 0.12407399713993073, 0.07469543814659119, 0.015028219670057297, + 0.02930428646504879, -0.07279913127422333, 0.033388152718544006, 0.009997201152145863, + 0.017242230474948883, 0.12124045193195343, -0.045696940273046494, 0.058145809918642044, + 0.16158340871334076, -0.021444998681545258, 0.0013479487970471382, 0.10810836404561996, + 0.08144952356815338, 0.042689211666584015, -0.03247262164950371, 0.11320461332798004, + -0.010037783533334732, 0.11664179712533951, -0.07352476567029953, 0.024664683267474174, + 0.0802277997136116, 0.17640754580497742, -0.14149735867977142, -0.005671601742506027, + -0.014300466515123844, 0.14186908304691315, 0.003454621648415923, 0.16917845606803894, + 0.1065712571144104, 0.09715723991394043, 0.10032105445861816, 0.11245265603065491, 0.20954643189907074, + 0.03327833116054535, 0.04098127409815788, 0.014264990575611591, -0.005568478722125292, + -0.024714309722185135, 0.07205560058355331, 0.05052294582128525, 0.17448285222053528, + 0.02189004234969616, 0.09349316358566284, 0.1384984701871872, -0.018638573586940765, + 0.09121523797512054, 0.07161799818277359, 0.1213097870349884, -0.019501177594065666, + -0.027084635570645332, -0.026533177122473717, 0.10155083239078522, 0.14236946403980255, + 0.0949978157877922, 0.0283490102738142, -0.006555417086929083, 0.14912049472332, -0.008734280243515968, + 0.041503723710775375, 0.028165092691779137, -0.021331913769245148, -0.15399746596813202, + -0.044179320335388184, 0.05728873983025551, 0.10998769849538803, 0.13618203997612, 0.10788937658071518, + 0.176125630736351, 0.04369521513581276, -0.09770844131708145, 0.11542927473783493, + -0.006549454759806395, 0.05056547746062279, 0.07705773413181305, 0.15555621683597565, + -0.020938999950885773, 0.043150391429662704, 0.07943210005760193, 0.1419551521539688, + 0.06779827922582626, 0.0845155194401741, 0.08123546838760376, 0.07806792855262756, 0.1223590075969696, + 0.07151376456022263, 0.0241081565618515, 0.0388227142393589, 0.10155671089887619, 0.11387048661708832, + -0.03430147096514702, 0.05201200023293495, 0.005978225264698267, 0.05238696560263634, + 0.08440856635570526, 0.00395670672878623, 0.05615949258208275, 0.038418591022491455, 0.0426727719604969, + -0.02582608535885811, 0.015681132674217224, 0.10315713286399841, 0.0642080008983612, + 0.12222705781459808, 0.08095282316207886, 0.0672040805220604, 0.029764438048005104, 0.08761809021234512, + 0.03739401698112488, -0.014202975668013096, 0.10079165548086166, 0.006368240807205439 + ], + [ + 0.05280755087733269, 0.002025008201599121, -0.06121011823415756, -0.07219821214675903, + -0.05787137150764465, 0.004614225588738918, 0.015405356884002686, -0.05642417073249817, + 0.05372770130634308, 0.04178828001022339, 0.02059461735188961, -0.0754961222410202, + -0.031242545694112778, -0.0549168661236763, 0.03642365708947182, 0.005061641335487366, + 0.02477041818201542, -0.03686249628663063, -0.02385367453098297, -0.04754824936389923, + -0.009885542094707489, -0.05361930653452873, -0.01341257244348526, -0.029636316001415253, + -0.03663124144077301, 0.00646087946370244, -0.004696156829595566, -0.01969750225543976, + -0.006710560526698828, -0.03445645049214363, 9.945947385858744e-5, 0.0012051769299432635, + -0.018488535657525063, -0.030510494485497475, -0.010380231775343418, -0.05182063579559326, + -0.0031633516773581505, -0.06029951572418213, -0.04582388699054718, 0.0036348849534988403, + -0.03819362074136734, 0.025569941848516464, -0.03445678949356079, -0.04212413728237152, + 0.008431047201156616, -0.05542510375380516, -0.049723610281944275, -0.040669362992048264, + 0.004140955861657858, -0.004525050520896912, -0.059750281274318695, 0.04733971133828163, + -0.02839331328868866, -0.003984071314334869, 0.05994952470064163, -0.030429501086473465, + -0.054712556302547455, 0.005937941372394562, 0.03678012639284134, -0.04726831614971161, + -0.02573276311159134, 0.028109312057495117, -0.05704164505004883, -0.03576914966106415, + 0.037083275616168976, -0.037340253591537476, -0.0662163719534874, -0.056926265358924866, + -0.07190113514661789, 0.05990272015333176, -0.03259315341711044, -0.05882921814918518, + 0.005909842438995838, -0.024528056383132935, 0.02688608132302761, -0.012649507261812687, + -0.06429038941860199, 0.01505892351269722, -0.053505733609199524, 0.03283865377306938, + 0.0363016314804554, 0.029586061835289, 0.015640739351511, -0.00327494740486145, 0.033177781850099564, + 0.05883680284023285, 0.028635511174798012, -0.04283461719751358, 0.015142577700316906, + 0.05102013424038887, -0.0003787130117416382, -0.055049799382686615, 0.02235029637813568, + 0.01496424525976181, -0.024057816714048386, 0.0051048872992396355, -7.073419055814156e-6, + 0.002848409116268158, 0.030749328434467316, 0.03991137444972992, 0.046878211200237274, + -0.04808126389980316, 0.051992930471897125, -0.0500759482383728, -0.04869913309812546, + 0.05038243904709816, 0.017766572535037994, 0.03602888062596321, 0.03760109841823578, + -0.03387339413166046, -0.062141045928001404, -0.01090322807431221, 0.05524557828903198, + -0.042387448251247406, -0.06544677913188934, -0.026446394622325897, -0.04521849751472473, + 0.0038592517375946045, -0.042971596121788025, -0.05783236026763916, 0.030524536967277527, + 0.028166912496089935, -0.009210360236465931, -0.03309369087219238, 0.02447640895843506, + -0.021843044087290764, -0.021552173420786858, -0.04091490060091019, -0.046911902725696564, + 0.014485355466604233, 0.02984577789902687, 0.051442429423332214, 0.05116589367389679, + 0.03385593369603157, 0.016262149438261986, -0.03409743309020996, -0.030159391462802887, + -0.051574163138866425, -0.034876152873039246, -0.04171089082956314, 0.03642012178897858, + -0.05521947145462036, -0.027834974229335785, -0.030811157077550888, -0.04129984974861145, + 0.03919532895088196, -0.06336987763643265, 0.013169392943382263, -0.024365462362766266, + -0.02295888215303421, 0.029774196445941925, 0.004000807646661997, 0.018367314711213112, + 0.02953314781188965, 0.016323188319802284, 0.0018251985311508179, -0.03325388953089714, + 0.04361002519726753, -0.04129449278116226, -0.019062018021941185, 0.05646256357431412, + -0.04590664803981781, 0.05101783573627472, -0.06368979811668396, -0.02551417611539364, + 0.002487187972292304, -0.0455712229013443, 0.003782769665122032, -0.056158192455768585, + 0.02233482524752617, 0.0014037638902664185, -0.01549496315419674, 0.02737470716238022, 0.03675527125597, + 0.060801438987255096, 0.030370697379112244, -0.024584397673606873, 0.048359692096710205, + 0.04653676599264145, 0.019069433212280273, -0.0027118874713778496, -0.036060869693756104, + 0.024219678714871407, -0.047148481011390686, -0.053536705672740936, 0.011262292973697186, + 0.0030602440237998962, 0.01710287481546402, -0.012620076537132263, -0.008786042220890522, + -0.05176931619644165, 0.02116299979388714, -0.04414328187704086, 0.029970597475767136, + -0.02109736204147339, 0.04291553795337677, 0.05471982806921005, -0.05804375931620598, + -0.04176964610815048, 0.04911607503890991, -0.04261503741145134, -0.03887786343693733, + 0.040563419461250305, 0.05333475023508072, -0.03334935009479523, 0.04400401934981346, + -0.04578745365142822, -0.053305044770240784, -0.015455584041774273, -0.04855986684560776, + 0.017567560076713562, -0.039338432252407074, 0.02456103451550007, -0.03370894491672516, + 0.026571273803710938, 0.01279989629983902, 0.025384508073329926, 0.026129037141799927, + -0.03837767243385315, -0.015530601143836975, 0.04619072377681732, -0.05995678901672363, + -0.002903856337070465, -0.045756809413433075, -0.06643684953451157, -0.013347344473004341, + -0.0544193796813488, -0.035031165927648544, -0.04699353873729706, 0.014849813655018806, + -0.04705291986465454, -0.017178155481815338, 0.04473860561847687, 0.00016767531633377075, + 0.0345362089574337, 0.028050485998392105, 0.0062144142575562, -0.07547880709171295, + 0.043234750628471375, 0.014247425831854343, -0.049986716359853745, -0.040653061121702194, + 0.042021315544843674, -0.07062783092260361, 0.0001481428771512583, 0.014980967156589031, + -0.05870911106467247, -0.03741145133972168, 0.005016431212425232, -0.04640330374240875, + -0.052427876740694046, -0.054511651396751404, -0.01885099709033966, -0.016981402412056923, + -0.046147823333740234, 0.041896361857652664 + ], + [ + 0.089487224817276, 0.18211300671100616, 0.17678001523017883, -0.036023639142513275, 0.04440250247716904, + 0.10310354083776474, 0.1388222873210907, 0.08843706548213959, 0.11411081999540329, 0.10700150579214096, + 0.02557779848575592, 0.0408363975584507, 0.04757826402783394, 0.04329165816307068, 0.06285517662763596, + 0.11425701528787613, 0.16712556779384613, 0.09293966740369797, 0.008189769461750984, + -0.0157596655189991, 0.13310225307941437, 0.09082909673452377, -0.10884623974561691, + -0.05757070705294609, 0.05650528520345688, 0.045656606554985046, -0.059844598174095154, + 0.05195244401693344, 0.026925910264253616, 0.09331197291612625, 0.06642816215753555, + 0.11428312957286835, 0.10534502565860748, 0.009744497016072273, 0.08484590798616409, + 0.01461534108966589, -0.03974653780460358, 0.027681119740009308, 0.1669922173023224, + 0.08569396287202835, 0.020130999386310577, 0.002331221243366599, 0.09233898669481277, + 0.11559683829545975, 0.08779482543468475, 0.06441119313240051, 0.04057752341032028, + -0.052345599979162216, -0.03029479831457138, 0.00945451483130455, -0.0008812928572297096, + -0.03682275488972664, 0.09163368493318558, 0.13226324319839478, 0.07273906469345093, + 0.03460261970758438, 0.093309186398983, 0.0490284264087677, 0.16675309836864471, 0.13056409358978271, + 0.0400216318666935, 0.015180299058556557, -0.023915767669677734, 0.08206650614738464, + 0.10662845522165298, -0.03151535615324974, 0.04171542823314667, -0.06671447306871414, + 0.03994658589363098, -0.22602465748786926, 0.08424413949251175, 0.11172504723072052, + 0.02625138871371746, 0.026413721963763237, 0.11445603519678116, -0.10345930606126785, + 0.015390964224934578, 0.09259317815303802, 0.004923610016703606, 0.0932580903172493, + -0.00869038887321949, -0.14797575771808624, 0.022518202662467957, -0.06009429693222046, + -0.14607219398021698, 0.12163593620061874, -0.013988285325467587, 0.0942719578742981, + 0.08428557962179184, 0.07189986854791641, -0.08397556096315384, 0.11020271480083466, + -0.04041868820786476, 0.09468871355056763, 0.11096987873315811, -0.012046856805682182, + 0.058629557490348816, 0.10792873799800873, 0.09164997935295105, 0.022321268916130066, + -0.05108867213129997, 0.12177805602550507, 0.10472254455089569, 0.021225472912192345, + -0.0412018857896328, 0.1086711660027504, 0.055624350905418396, -0.05228252336382866, + -0.12306654453277588, 0.03430323675274849, 0.0032352402340620756, 0.0005325639504007995, + 0.03124074451625347, -0.00018031868967227638, 0.07493329793214798, -0.18463581800460815, + 0.03597107529640198, 0.11205974966287613, -0.012766417115926743, 0.036822497844696045, + 0.07229898124933243, -0.01386124175041914, 0.06398985534906387, 0.06552218645811081, + 0.08514945954084396, 0.09109613299369812, 0.15423914790153503, 0.01418485026806593, + -0.14708811044692993, -0.09376639127731323, 0.03725295513868332, 0.12251735478639603, + 0.18842260539531708, -0.07478239387273788, 0.038105253130197525, -0.09450690448284149, + 0.1352313607931137, 0.06518951058387756, 0.12148597836494446, 0.043331556022167206, 0.04266682267189026, + 0.04138150066137314, 0.1141107901930809, -0.018310805782675743, 0.032216232270002365, + 0.07735797017812729, -0.054697323590517044, 0.11425343155860901, 0.05613815411925316, + -0.09969374537467957, 0.015304852277040482, -0.0010003081988543272, -0.026374414563179016, + 0.11550558358430862, -0.0003757679369300604, -0.056770529597997665, 0.06318166106939316, + 0.10667478293180466, 0.1247507855296135, -0.07753438502550125, 0.11741472035646439, + -0.006264784373342991, 0.058774176985025406, 0.019141534343361855, -0.04346683248877525, + 0.12105455994606018, 0.1433805227279663, -0.08694078028202057, 0.06954152882099152, + -0.024932539090514183, 0.08633851259946823, -0.026845045387744904, 0.14226849377155304, + 0.06986679881811142, -0.011288992129266262, 0.16617241501808167, 0.12048748135566711, + 0.17920911312103271, 0.021882349625229836, 0.0018075368134304881, 0.1000349223613739, + 0.07869382947683334, -0.06349890679121017, 0.1101473718881607, 0.06673307716846466, 0.09670081734657288, + 0.008803850039839745, 0.08709301799535751, 0.08189184963703156, -0.06851043552160263, + 0.07571545243263245, 0.10489194840192795, 0.14177092909812927, 0.024797184392809868, + -0.03898454084992409, 0.012452816590666771, 0.006048546172678471, 0.09437043964862823, + 0.1322772353887558, -0.05181369557976723, -0.05708632245659828, 0.11517151445150375, + -0.005744053982198238, 0.06450042128562927, 0.0077562411315739155, 0.025971680879592896, + -0.11895383894443512, 0.006713917478919029, -0.02085043489933014, 0.17492879927158356, + 0.04838017374277115, 0.10281103104352951, 0.08490251004695892, -0.012992855161428452, + -0.10274054855108261, 0.12252935767173767, 0.04735156148672104, 0.11177217960357666, + 0.09363679587841034, 0.21022284030914307, 0.1187363937497139, 0.001637993031181395, + 0.025805281475186348, 0.15866073966026306, -0.023828553035855293, 0.09909436106681824, + 0.08116547018289566, 0.014054996892809868, 0.06029729172587395, 0.16929125785827637, + 0.10608381778001785, 0.12576091289520264, 0.07036203891038895, 0.2384735643863678, -0.04582062363624573, + 0.03481464087963104, 0.030228406190872192, 0.03306632861495018, 0.13008368015289307, + -0.06828244775533676, 0.07119569927453995, 0.13300663232803345, 0.03458799421787262, + -6.768922276023659e-7, 0.02975836955010891, 0.006085914559662342, 0.05447441712021828, + 0.08986849337816238, 0.0024858834221959114, 0.009396043606102467, 0.0642230212688446, + 0.04943712428212166, 0.08175688982009888, 0.006650831550359726, 0.01084717083722353, 0.10053587704896927 + ], + [ + 0.10334756225347519, 0.2331714928150177, 0.0634581446647644, -0.06573068350553513, 0.040556829422712326, + 0.06015618517994881, 0.13225966691970825, 0.11198116093873978, 0.059988949447870255, + 0.08916065096855164, 0.06054244562983513, 0.06843563169240952, 0.05073731765151024, + 0.037985581904649734, 0.04591657966375351, 0.0951458066701889, 0.1373002976179123, 0.09058193862438202, + 0.022337142378091812, -0.0268128402531147, 0.060679975897073746, 0.010483144782483578, + -0.13851125538349152, -0.00017027997819241136, 0.08543270081281662, -0.017525605857372284, + -0.0653393566608429, 0.04903971776366234, 0.08609770983457565, 0.032645776867866516, + 0.08356685191392899, 0.10272803902626038, 0.15015622973442078, -0.05750509724020958, + 0.024827802553772926, 0.09221195429563522, 0.0006177743198350072, 0.05471186712384224, + 0.15347477793693542, 0.13692860305309296, 0.12508492171764374, -0.0260451752692461, 0.10793463885784149, + 0.12102998048067093, 0.09994392096996307, 0.07764055579900742, 0.05166258662939072, + -0.07943595200777054, 0.036847904324531555, -0.007352527230978012, 0.022016622126102448, + -0.03821771591901779, 0.10314328968524933, 0.1298290640115738, 0.13651137053966522, 0.08229982852935791, + 0.027851218357682228, 0.02179945819079876, 0.11462651193141937, 0.11904021352529526, + 0.12133829295635223, 0.02112414687871933, -0.08475164324045181, 0.16516350209712982, + 0.06843215972185135, 0.06396136432886124, 0.03955753147602081, 0.03109322302043438, + 0.013035130687057972, -0.15320636332035065, 0.09930622577667236, 0.12265204638242722, + -0.025546399876475334, 0.08813519030809402, 0.11099740862846375, 0.02277677319943905, + -0.022281844168901443, 0.08574242889881134, -0.0605696476995945, 0.00824439525604248, + 0.03889204561710358, -0.09165272861719131, -0.051337797194719315, -0.09586912393569946, + -0.09386546164751053, 0.08476902544498444, -0.0023522507399320602, 0.0889873057603836, + -0.00640329672023654, 0.08403842151165009, -0.10425478965044022, 0.09286923706531525, + -0.07708771526813507, 0.04644763097167015, 0.12305137515068054, -0.07584654539823532, + 0.1348109096288681, 0.10253354907035828, 0.12779973447322845, 0.012773899361491203, + -0.02545386366546154, 0.1312236338853836, 0.022059664130210876, -0.013980375602841377, + 0.014718378894031048, 0.012399906292557716, 0.07546284049749374, -0.02912060171365738, + -0.15884236991405487, 0.017433958128094673, 0.04078732803463936, -0.01606324128806591, + 0.07673339545726776, 0.00963717233389616, 0.1432580053806305, -0.12767723202705383, 0.04238090291619301, + 0.057981766760349274, -0.017230171710252762, -0.013002793304622173, 0.022117076441645622, + -0.03843914344906807, 0.04608140513300896, 0.08970669656991959, 0.10126765072345734, + 0.11717480421066284, 0.16850334405899048, 0.08472082763910294, -0.13650648295879364, + -0.11293818801641464, -0.06117355450987816, 0.030238807201385498, 0.13733787834644318, + -0.027314959093928337, 0.004875642713159323, 0.01980786956846714, 0.0906764566898346, + 0.07680300623178482, 0.10097487270832062, 0.05452365428209305, -0.044620923697948456, + 0.025731651112437248, 0.0787963792681694, 0.0628100261092186, -0.010979859158396721, + 0.10142728686332703, -0.039299387484788895, 0.11111324280500412, 0.05094871297478676, + -0.030215248465538025, 0.029711749404668808, 0.02392401359975338, 0.028416099026799202, + 0.13856005668640137, 0.03548585996031761, -0.030959302559494972, 0.10368466377258301, + -0.0007798040751367807, 0.10367345064878464, -0.007892336696386337, 0.052384648472070694, + 0.0896417647600174, 0.1084299236536026, -0.06665167957544327, -0.005207350943237543, 0.1201649010181427, + 0.09794256091117859, -0.1310657113790512, -0.00014400696090888232, 0.08071304112672806, + 0.11115986853837967, -0.03627869114279747, 0.16991378366947174, 0.151166632771492, 0.03221164271235466, + 0.08220427483320236, 0.14279569685459137, 0.15051688253879547, -0.04009239748120308, + 0.027548253536224365, 0.05962624400854111, 0.02891526184976101, -0.09070969372987747, + 0.11819016933441162, -0.0029105236753821373, 0.14974083006381989, 0.07203076034784317, + 0.07062000781297684, 0.020472563803195953, -0.01248947437852621, 0.13896407186985016, + 0.018422242254018784, 0.19320975244045258, -0.03577129542827606, -0.03946259990334511, + 0.028000397607684135, 0.10848112404346466, 0.07900802046060562, 0.04991886019706726, 0.0187677014619112, + -0.03234126791357994, 0.09354965388774872, 0.059571780264377594, 0.08853425085544586, + -0.06538909673690796, 0.026622068136930466, -0.11229772120714188, 0.06453557312488556, + 0.05122147873044014, 0.16672855615615845, 0.0740853026509285, 0.11989732086658478, 0.13156132400035858, + 0.03267975151538849, -0.07735326141119003, 0.0635702908039093, 0.006255096755921841, + 0.03674742951989174, 0.07075390964746475, 0.22097714245319366, 0.07238492369651794, + -0.011695783585309982, 0.08974586427211761, 0.17107708752155304, 0.08906529098749161, + 0.09630438685417175, 0.0662342831492424, 0.06255993247032166, 0.04750092700123787, 0.10916058719158173, + 0.05319943651556969, 0.07741373032331467, 0.06302308291196823, 0.15629689395427704, + 0.031071435660123825, 0.09469646960496902, 0.05866077542304993, 0.012756958603858948, + 0.09572255611419678, -0.038581062108278275, 0.11333344876766205, 0.13045337796211243, + 0.011861064471304417, -0.01793840155005455, 0.0016959338681772351, 0.03587304428219795, + 0.011801724322140217, 0.1381264179944992, 0.022054973989725113, 0.001782153034582734, + 0.06812958419322968, 0.029695026576519012, 0.055488038808107376, 0.11369159072637558, + 0.045038461685180664, 0.030630018562078476 + ], + [ + 0.029526997357606888, 0.22507178783416748, 0.09316463768482208, 0.013623639941215515, + 0.09660740941762924, 0.10129808634519577, 0.11454465240240097, 0.04330974817276001, 0.0840446725487709, + 0.033756937831640244, 0.027062056586146355, 0.07705242931842804, 0.08873068541288376, + -0.03591424599289894, 0.03472231328487396, 0.07511460781097412, 0.1158379316329956, 0.06303012371063232, + 0.025067273527383804, 0.01997184567153454, 0.12839558720588684, 0.04898584261536598, + -0.0934479683637619, -0.013467397540807724, 0.04507359862327576, -0.06959667056798935, + -0.06922630965709686, 0.0739261582493782, 0.10533476620912552, 0.10584994405508041, 0.04251599684357643, + 0.05811960622668266, 0.15755882859230042, -0.05129760131239891, 0.020384542644023895, + 0.04250093922019005, -0.052295949310064316, 0.012325931340456009, 0.08396964520215988, + 0.09808310866355896, 0.08993392437696457, 0.0417248010635376, 0.07425372302532196, 0.05616885796189308, + 0.11599837988615036, 0.12699274718761444, 0.05345825105905533, -0.09390462189912796, + 0.01984470710158348, -0.015056083910167217, 0.019445383921265602, 0.019846247509121895, + 0.009537143632769585, 0.14461110532283783, 0.1454705446958542, 0.04884902387857437, 0.0640517994761467, + 0.0100321713835001, 0.14822696149349213, 0.14785236120224, 0.046543024480342865, 0.032626159489154816, + 0.0021290204022079706, 0.13728976249694824, 0.08347541838884354, -0.031280405819416046, + 0.11494000256061554, -0.0417400486767292, -0.009401723742485046, -0.17426323890686035, + 0.08223176002502441, 0.1130734458565712, -0.009511185809969902, -0.031066562980413437, + 0.09491994231939316, 0.02212175726890564, -0.08690406382083893, 0.07340410351753235, + -0.03512478619813919, 0.08990918844938278, 0.059731412678956985, -0.16847053170204163, + 0.03734245151281357, -0.0837073102593422, -0.047817375510931015, 0.14457756280899048, + -0.022170737385749817, -0.003983842674642801, 0.041854195296764374, 0.014733698219060898, + -0.01549244113266468, 0.05665348097681999, -0.05634582042694092, 0.012829619459807873, + 0.09589099138975143, 0.005096730776131153, 0.05453776568174362, 0.10565725713968277, + 0.10313665121793747, 0.06663581728935242, -0.07412348687648773, 0.040843479335308075, + 0.10256148874759674, 0.07611295580863953, 0.004491970408707857, 0.12872305512428284, + 0.01431022584438324, -0.004369063302874565, -0.08829983323812485, 0.018046479672193527, + -0.021804818883538246, 0.0398595929145813, 0.12101949751377106, 0.05290896072983742, + 0.18540675938129425, -0.1836480349302292, -0.034929465502500534, 0.03391093388199806, + 0.02937905117869377, 0.0037145079113543034, 0.10994116216897964, -0.07863365858793259, + 0.059846047312021255, 0.012586238794028759, 0.08694025129079819, 0.14397045969963074, + 0.19644251465797424, 0.07422733306884766, -0.13428471982479095, -0.022796418517827988, + -0.07079867273569107, 0.09950707852840424, 0.06222786381840706, -0.009933887980878353, + 0.03426353260874748, 0.011544802226126194, 0.04059630632400513, 0.06268485635519028, + 0.18849101662635803, 0.03852970153093338, -0.028681308031082153, 0.08901473879814148, + 0.0662226527929306, -0.02559497393667698, 0.025969689711928368, 0.031404513865709305, + -0.09517138451337814, 0.09597843885421753, 0.08335642516613007, 0.02103618159890175, + 0.03955921530723572, 0.028463570401072502, -0.006259411107748747, 0.13304851949214935, + -0.001219582394696772, -0.0886334702372551, 0.17121823132038116, 0.07321002334356308, + 0.10228227823972702, -0.03450417518615723, 0.03528577461838722, 0.012914006598293781, + 0.15454675257205963, -0.06236676126718521, 0.006223433651030064, 0.10571486502885818, + 0.13298296928405762, -0.07585103809833527, 0.012031900696456432, 0.08389962464570999, + 0.11743684858083725, 0.03314678743481636, 0.08759087324142456, 0.05528446286916733, 0.04558634012937546, + 0.14294180274009705, 0.09897667169570923, 0.2381458878517151, -0.07595834881067276, 0.09105514734983444, + 0.12084084749221802, 0.08225559443235397, -0.07969511300325394, 0.07885009050369263, + 0.04764244332909584, 0.13747380673885345, 0.014890645630657673, 0.13292856514453888, + 0.024528173729777336, -0.044540371745824814, 0.139642596244812, 0.057999029755592346, + 0.08373043686151505, -0.03327792137861252, -0.015531112439930439, 0.03848068416118622, + 0.0796278789639473, 0.14664016664028168, 0.12028779834508896, -0.009073739871382713, + 0.043817754834890366, 0.038435209542512894, 0.08595692366361618, 0.19687168300151825, + 0.01890694536268711, -0.00040327952592633665, -0.10506748408079147, -0.010130926966667175, + 0.027363404631614685, 0.09202594310045242, 0.09787134826183319, 0.08884457498788834, + 0.08171521872282028, 0.014791439287364483, -0.04886417090892792, 0.13087819516658783, + 0.06119580939412117, 0.03366667404770851, -0.005840540863573551, 0.10340223461389542, + 0.014546786434948444, 0.04067140445113182, 0.07951731979846954, 0.08179673552513123, + 0.06846131384372711, 0.11051956564188004, 0.013075320050120354, 0.08166617900133133, + 0.054230570793151855, 0.13970947265625, 0.08618413656949997, 0.013721712864935398, 0.06490743160247803, + 0.15102554857730865, 0.0027793615590780973, 0.09059370309114456, 0.04772653058171272, + 0.014948848634958267, 0.06421054899692535, 0.01528796087950468, 0.056566186249256134, + 0.04979734495282173, -0.007963159121572971, -0.03533435985445976, 0.0003538020537234843, + 0.10688101500272751, 0.01886782981455326, 0.03015822358429432, 0.03565232455730438, 0.11447393149137497, + 0.05684369057416916, 0.10990598797798157, 0.07914458960294724, 0.06227125599980354, 0.07597271353006363, + 0.044475115835666656 + ], + [ + -0.017705755308270454, -0.14388640224933624, -0.07728113979101181, 0.03382785618305206, + 0.01939239539206028, -0.08439099788665771, -0.11989259719848633, -0.10366522520780563, + -0.12128487974405289, 0.0012995159486308694, -0.020041679963469505, 0.046976488083601, + -0.016979672014713287, 0.039667680859565735, 0.014009741134941578, -0.01912233792245388, + -0.044874586164951324, -0.10087987780570984, 0.015687324106693268, 0.028730303049087524, + -0.0669853538274765, 0.03587152436375618, 0.19731636345386505, 0.022965239360928535, + -0.14095081388950348, -0.006658521015197039, 0.24161623418331146, 0.011352368630468845, + -0.039576247334480286, -0.04056446626782417, 0.09614434093236923, -0.04162470996379852, + -0.11787831038236618, 0.07055870443582535, -0.0704616829752922, 0.03831766918301582, + -0.012387081049382687, 0.05275975540280342, -0.06331727653741837, -0.01646926999092102, + -0.09508847445249557, 0.07038340717554092, -0.05651794373989105, -0.0723503828048706, + -0.09775490313768387, -0.01825169287621975, -0.07630366832017899, 0.09810923784971237, + 0.031183764338493347, -0.04117586836218834, 0.008867940865457058, 0.09165221452713013, + 0.041806939989328384, -0.11489836871623993, -0.08077811449766159, -0.06091054156422615, + 0.043431833386421204, -0.011854846030473709, -0.09340009093284607, -0.15482084453105927, + -0.11480391025543213, 0.03958367556333542, 0.013310626149177551, -0.16834595799446106, + -0.1508684754371643, 0.0020735557191073895, -0.01443442888557911, 0.04352974891662598, + 0.09237032383680344, 0.1392303705215454, 0.05963464453816414, -0.0768343135714531, 0.023384667932987213, + 0.025319483131170273, -0.06897865980863571, 0.08851948380470276, -0.048526134341955185, + 0.022804979234933853, 0.06969739496707916, -0.04494021460413933, 0.04233928024768829, + 0.18583659827709198, 0.007993035018444061, 0.1775006353855133, 0.1520601212978363, -0.08780235052108765, + -0.046084217727184296, -0.0016300318529829383, 0.04412422701716423, -0.0063055227510631084, + 0.19922542572021484, -0.009789353236556053, 0.0991164818406105, 0.016483332961797714, + -0.08289244771003723, 0.09465475380420685, -0.10899954289197922, -0.049382153898477554, + -0.10183607041835785, -0.0037666638381779194, 0.04873564839363098, -0.06434518098831177, + -0.11652251332998276, 0.01401552651077509, 0.01423677522689104, 0.00222071073949337, + -0.12474417686462402, 0.021466009318828583, 0.14304190874099731, 0.031501222401857376, + 0.04107401520013809, -0.0006711560417897999, -0.016256220638751984, -0.05834797024726868, + -0.16970741748809814, 0.24609212577342987, 0.1390731930732727, -0.04092706739902496, + 0.06756400316953659, 0.07137437909841537, -0.034123264253139496, 0.04135045036673546, + -0.030457332730293274, -0.03653201460838318, -0.06452305614948273, -0.0350630022585392, + -0.12164761126041412, -0.0874420627951622, 0.21158400177955627, 0.11171262711286545, + 0.08067557960748672, -0.07939378917217255, -0.12682731449604034, 0.1275641918182373, + 0.05541089549660683, -0.004437232855707407, -0.14620797336101532, -0.07074449956417084, + -0.08192919194698334, -0.026381853967905045, -0.036133140325546265, 0.004554281011223793, + -0.08987744897603989, -0.04135496914386749, -0.014036222361028194, 0.028059417381882668, + 0.1258517950773239, -0.15473394095897675, -0.003328218124806881, -0.03304045647382736, + -0.07585768401622772, 0.018121283501386642, 0.09309471398591995, -0.12940633296966553, + 0.024171285331249237, 0.11050032824277878, -0.111728236079216, 0.0008893475751392543, + -0.007196461316198111, 0.026676002889871597, -0.07224897295236588, 0.009023832157254219, + -0.1349770873785019, 0.06370941549539566, -0.010370520874857903, -0.004389591049402952, + -0.13130447268486023, 0.14667581021785736, 0.03739207237958908, 0.04976724088191986, + -0.10450822860002518, 0.10330445319414139, -0.16873957216739655, -0.0044552115723490715, + -0.04670803248882294, -0.09946835786104202, -0.09769295901060104, -0.16174308955669403, + 0.05807115510106087, -0.01466311514377594, 0.041213858872652054, -0.06929159164428711, + 0.13787512481212616, -0.019872523844242096, 0.05449633672833443, -0.11660324037075043, + -0.005581554491072893, -0.12738275527954102, -0.05631428211927414, 0.09737662225961685, + -0.09093748033046722, 0.018357377499341965, -0.13086004555225372, -0.015449832193553448, + 0.02244015410542488, 0.05176113173365593, -0.053358640521764755, -0.15305174887180328, + -0.1087249368429184, 0.029556363821029663, 0.01079733856022358, -0.0651446059346199, + 0.06115587800741196, -0.07994154095649719, -0.020969979465007782, 0.09096971154212952, + 0.1497257947921753, -0.02572944015264511, 0.09155281633138657, -0.13815726339817047, + -0.09738948941230774, -0.15226565301418304, -0.15714652836322784, 0.044249437749385834, + 0.16937489807605743, -0.12154123187065125, -0.07340065389871597, 0.047003816813230515, + 0.012931698001921177, -0.13137128949165344, -0.024321751669049263, 0.07806313037872314, + 0.02234426513314247, -0.1505778282880783, 0.01833820901811123, 0.010832030326128006, + 0.006419897545129061, 0.04002264514565468, -0.04040738567709923, -0.18309293687343597, + 0.021689334884285927, -0.052676815539598465, -0.05686720460653305, -0.09784083068370819, + -0.007257544435560703, -0.0005493760108947754, 0.09365296363830566, 0.093051016330719, + -0.12927377223968506, 0.01183826383203268, -0.08588679879903793, -0.10093943029642105, + 0.05782448500394821, 0.006317805964499712, 0.03689488396048546, -0.018022723495960236, + 0.05360798537731171, -0.0014300679322332144, 0.07949560880661011, -0.038544367998838425, + 0.018128931522369385, -0.0705643892288208, -0.04160509631037712, 0.015589389950037003, + -0.006716364994645119, -0.0873604491353035 + ], + [ + -0.018361208960413933, -0.18274548649787903, -0.09294936060905457, 0.1233496218919754, + -0.08364742249250412, -0.05818986892700195, -0.12313296645879745, -0.12181994318962097, + -0.14634349942207336, 0.01884245127439499, 0.03784439340233803, 0.04705066233873367, + -0.12367043644189835, 0.09941045194864273, -0.08963283896446228, -0.08557655662298203, + -0.18319536745548248, -0.05705752596259117, -0.04959345981478691, 0.11007826030254364, + -0.14725297689437866, -0.05568134784698486, 0.14281412959098816, 0.07468392699956894, + -0.0637277290225029, 0.014358418062329292, 0.1570480763912201, -0.0869012251496315, + -0.011268836446106434, -0.049703601747751236, 0.04833051562309265, 0.0049209133721888065, + -0.03833381086587906, 0.09348522126674652, -0.033136602491140366, -0.077704057097435, + 0.05526707321405411, -0.03733072429895401, -0.14032989740371704, -0.09807728976011276, + 0.013900227844715118, 0.04048784449696541, -0.08041844516992569, -0.07040295004844666, + -0.06134932488203049, -0.08941373974084854, -0.16461847722530365, 0.12957827746868134, + -0.030939016491174698, -0.013703330419957638, 0.054692938923835754, 0.08441014587879181, + -0.06484823673963547, -0.1773853302001953, -0.07067825645208359, -0.009466012008488178, + -0.06565731763839722, -0.032103292644023895, -0.16746331751346588, -0.06918491423130035, + -0.10545913130044937, 0.01785716786980629, 0.0606614351272583, -0.20079416036605835, + -0.14188796281814575, 0.10319621860980988, -0.04216461628675461, 0.0722307413816452, + -0.019781410694122314, 0.22483614087104797, 0.01744101010262966, -0.1122305691242218, + 0.041016433387994766, 0.027106553316116333, -0.15727849304676056, 0.10192461311817169, + 0.003961837850511074, -0.060768961906433105, 0.014723489060997963, -0.029616843909025192, + 0.06684849411249161, 0.16621729731559753, 0.07100488990545273, 0.23569197952747345, 0.20876017212867737, + -0.12357152253389359, 0.0002425050042802468, -0.06548336893320084, 0.010647746734321117, + -0.018316181376576424, 0.11773118376731873, -0.0014670488890260458, 0.04443792253732681, + -0.016370713710784912, -0.05540404096245766, 0.03192773088812828, -0.04061693698167801, + -0.07393224537372589, -0.14647021889686584, 0.010640226304531097, 0.07596434652805328, + -0.07809419929981232, -0.009602207690477371, 0.018553731963038445, 0.11059742420911789, + -0.0911189392209053, -0.12718136608600616, 0.057057034224271774, 0.15300358831882477, + 0.09157093614339828, 0.06449626386165619, 0.1059003695845604, -0.10225439071655273, + -0.005692996550351381, -0.07359903305768967, 0.21528857946395874, 0.07832589000463486, + -0.09253522753715515, 0.011940420605242252, 0.14110024273395538, -0.013191062025725842, + 0.06994542479515076, -0.08984669297933578, -0.045858316123485565, -0.09744314104318619, + -0.05985322222113609, -0.15798382461071014, 0.022655358538031578, 0.2859974205493927, + 0.07909000664949417, 0.021178968250751495, -0.10038639605045319, -0.11740411072969437, + 0.040537185966968536, 0.02524612657725811, 0.10476333647966385, -0.12436481565237045, + -0.04884619638323784, -0.11876077950000763, -0.11316550523042679, 0.013100278563797474, + -0.050067536532878876, -0.09078284353017807, -0.008453259244561195, 0.0382109098136425, + -0.023314911872148514, 0.039911847561597824, -0.14085406064987183, 0.022417699918150902, + 0.13890552520751953, -0.10768377780914307, 0.03915318101644516, 0.11852420121431351, + -0.021592171862721443, 0.10536318272352219, 0.10220412164926529, -0.1569930911064148, + -0.02927434630692005, -0.09127254039049149, 0.01925315335392952, -0.007456562016159296, + 0.01316360104829073, -0.06339486688375473, 0.031153667718172073, 0.10211305320262909, + -0.10453291237354279, -0.13793030381202698, 0.2304607778787613, -0.036865830421447754, + -0.04184447228908539, -0.1309889554977417, 0.06208338961005211, -0.16240455210208893, + -0.04333830624818802, -0.05277557671070099, -0.06910043209791183, -0.1585836112499237, + -0.12380185723304749, 0.0008318276959471405, -0.055354394018650055, -0.013317416422069073, + -0.05928671360015869, 0.0904667004942894, -0.031052300706505775, 0.07618892192840576, + -0.2630941569805145, 0.010410442017018795, -0.06493411958217621, 0.027272794395685196, + 0.049848467111587524, -0.021737439557909966, 0.002930344780907035, -0.09916387498378754, + 0.023891208693385124, 0.11775702983140945, 0.08717740327119827, -0.03148635849356651, + -0.08698804676532745, -0.06355615705251694, 0.07737436145544052, 0.06609521806240082, + -0.006845227908343077, 0.036156535148620605, -0.0845002606511116, 0.05477539822459221, + 0.1311320960521698, 0.15635114908218384, -0.0455683134496212, 0.0021158892195671797, + -0.1546521782875061, -0.02199440635740757, -0.2329554557800293, -0.08416852355003357, + 0.016335004940629005, 0.11638756096363068, -0.16825427114963531, 0.028320644050836563, + -0.01916298270225525, -0.037114761769771576, -0.14094235002994537, -0.05727611109614372, + 0.08820351958274841, 0.018686311319470406, -0.17722314596176147, -0.024856511503458023, + -0.10365677624940872, -0.03109990991652012, -0.03330426663160324, -0.14046022295951843, + -0.15130497515201569, -0.08290225267410278, -0.07679960131645203, -0.045731279999017715, + -0.029898766428232193, 0.10361102223396301, -0.04729791358113289, 0.020731192082166672, + 0.08638802915811539, -0.051219839602708817, 0.04876139760017395, -0.12831827998161316, + -0.14918747544288635, -0.008747853338718414, 0.040635015815496445, 0.05345812439918518, + -0.0932803526520729, -0.014218933880329132, -0.07022693753242493, -0.048117633908987045, + -0.0027869369369000196, -0.03276030346751213, -0.11817408353090286, -0.1114499419927597, + 0.004869299009442329, -0.020489439368247986, -0.06886289268732071 + ], + [ + 0.04580941051244736, 0.18088367581367493, 0.0959116518497467, -0.0505068302154541, 0.06068908050656319, + 0.1515895575284958, 0.16325949132442474, 0.07559527456760406, 0.13004952669143677, 0.12008384615182877, + 0.011565880849957466, 0.08439835160970688, 0.04517074674367905, -0.033300600945949554, + 0.04537706449627876, 0.11283642053604126, 0.08046924322843552, 0.07000730186700821, 0.0968485102057457, + -0.04827011749148369, 0.1670408993959427, 0.040004000067710876, -0.16370996832847595, + 0.0012678405037149787, 0.05786868929862976, -0.06244741007685661, -0.09564599394798279, + 0.05730872601270676, 0.12529009580612183, 0.08291265368461609, 0.08110031485557556, 0.10213848203420639, + 0.1774028241634369, -0.06060691177845001, 0.09646908938884735, 0.12143124639987946, 0.05495935678482056, + 0.09142053872346878, 0.08176732808351517, 0.1288563758134842, 0.08498608320951462, -0.01998581737279892, + 0.08730118721723557, 0.1074865460395813, 0.12974496185779572, 0.10688769817352295, 0.12079356610774994, + -0.04659898579120636, 0.04952015355229378, -0.00411982461810112, 0.005925731733441353, + 0.03733617067337036, 0.03958961367607117, 0.2247258424758911, 0.050219908356666565, 0.06910530477762222, + 0.050951577723026276, 0.06527445465326309, 0.16330468654632568, 0.1349210888147354, 0.11399421095848083, + 0.11675609648227692, 0.015842672437429428, 0.13734906911849976, 0.13792049884796143, + -0.006644534412771463, 0.0431005023419857, 0.00595016498118639, 0.007536409422755241, + -0.1730567067861557, 0.1062217429280281, 0.12436684966087341, -0.016385039314627647, + 0.007984498515725136, 0.1550626903772354, -0.03694690391421318, -0.00947791151702404, + 0.07105213403701782, 0.0007920573698356748, 0.059424176812171936, -0.026858555153012276, + -0.1420530527830124, -0.055671509355306625, -0.09521273523569107, -0.06139430031180382, + 0.16253258287906647, -0.010087274946272373, 0.030351560562849045, 0.01631711982190609, + 0.10087072104215622, -0.1170945093035698, 0.05705576390028, -0.005202612839639187, 0.06159520521759987, + 0.1798332929611206, -0.05159269645810127, 0.15001678466796875, 0.06483075767755508, 0.18148910999298096, + 0.09237505495548248, -0.0012244017561897635, 0.057013314217329025, 0.06281179189682007, + 0.12876489758491516, -0.05039200186729431, 0.12161289155483246, 0.107082299888134, + -0.006531108636409044, -0.10427742451429367, -0.030195530503988266, -0.06501659750938416, + -0.01079502236098051, 0.06266620755195618, 0.08939270675182343, 0.1356343775987625, + -0.14234007894992828, -0.07014903426170349, 0.08979041874408722, 0.07551264762878418, + -0.04026854783296585, 0.07357650995254517, -0.08246272057294846, 0.037413787096738815, + 0.05811213701963425, 0.10527421534061432, 0.15220169723033905, 0.13208305835723877, 0.11832189559936523, + -0.13034941256046295, -0.1646641045808792, -0.005611946806311607, 0.0882047638297081, + 0.15647844970226288, 0.036864928901195526, 0.056853778660297394, -0.05868822708725929, + 0.1271088719367981, 0.06507513672113419, 0.17902283370494843, 0.05833594128489494, 0.04167139530181885, + 0.06819463521242142, 0.17698363959789276, 0.05613498389720917, 0.02189071848988533, 0.10528795421123505, + -0.054507721215486526, 0.12224026769399643, 0.0729028582572937, -0.09068306535482407, + 0.1027720645070076, -0.03544004261493683, 0.05740766227245331, 0.08579546213150024, 0.07377006858587265, + -0.043024539947509766, 0.07843830436468124, 0.09916631132364273, 0.06947054713964462, + -0.07288892567157745, 0.057171642780303955, -0.006624569185078144, 0.1763768345117569, + 0.023561421781778336, -0.07066914439201355, 0.10714245587587357, 0.16475921869277954, + -0.05527060851454735, 0.08762253820896149, 0.03418130427598953, 0.20856454968452454, + -0.04097634181380272, 0.14977143704891205, 0.11457259207963943, 0.0406704805791378, 0.13561947643756866, + 0.11876129359006882, 0.17059242725372314, -0.0670352503657341, 0.09572380036115646, 0.09333615750074387, + 0.06813379377126694, -0.07892923802137375, 0.04404871538281441, 0.06464778631925583, + 0.16777542233467102, -0.013914499431848526, 0.1587083786725998, 0.06334048509597778, + -0.017275551334023476, 0.04244418814778328, 0.09296855330467224, 0.20499013364315033, + 0.01780867762863636, 0.0019558414351195097, 0.05950728803873062, 0.06598987430334091, + 0.17511728405952454, 0.11047197878360748, 0.05014597252011299, 0.0031020401511341333, + 0.10041934996843338, 0.07738962024450302, 0.10864575207233429, -0.016097163781523705, + -0.0538555271923542, -0.1580807864665985, 0.05078668147325516, 0.049569401890039444, + 0.19539174437522888, 0.1421353965997696, 0.20295339822769165, 0.1780899465084076, -0.05203258991241455, + -0.06798278540372849, 0.09700596332550049, 0.10879659652709961, 0.10337609052658081, + 0.05978210270404816, 0.22350485622882843, 0.0876096859574318, 0.03346000611782074, 0.010382179170846939, + 0.17902925610542297, -0.008226083591580391, 0.04676472768187523, 0.08708510547876358, + -0.021044403314590454, 0.06857854872941971, 0.20103727281093597, 0.11467275768518448, + 0.03353305533528328, 0.11100123077630997, 0.13802258670330048, -0.016784435138106346, + 0.061052288860082626, -0.027724366635084152, 0.00022827026259619743, 0.09939242154359818, + -0.045373495668172836, 0.12648135423660278, 0.08507410436868668, 0.01590183936059475, + 0.023997284471988678, 0.048335812985897064, 0.08817233145236969, 0.06597480922937393, + 0.0947587862610817, 0.005931062623858452, 0.09915585815906525, 0.034375280141830444, 0.1080302745103836, + 0.12223987281322479, 0.055029626935720444, 0.06896521151065826, 0.01198919303715229 + ], + [ + -0.03684093803167343, 0.0002826973795890808, 0.05765534192323685, 0.05116751790046692, + 0.029232488945126534, -0.013855569064617157, -0.024911224842071533, 0.018156012520194054, + 0.036785438656806946, -0.05841953679919243, 0.05065261200070381, 0.04046696424484253, + -0.051261574029922485, -0.035805463790893555, -0.03316209092736244, -0.060731805860996246, + -0.04410770535469055, 0.00963169801980257, -0.024638496339321136, 0.06215068697929382, + 0.034501783549785614, 0.030771613121032715, 0.024555742740631104, -0.04625900834798813, + 0.014445596374571323, -0.04103473201394081, -0.008440665900707245, 0.0511380173265934, + 0.010394010692834854, -0.05315399169921875, 0.022978059947490692, -0.06431570649147034, + 0.011188872158527374, -0.04892294853925705, -0.001545045175589621, 0.035161081701517105, + -0.017947008833289146, 0.0014950580662116408, -0.0454527772963047, -0.007614061236381531, + -0.0001993030309677124, 0.02134454995393753, 0.04542301595211029, -0.0110744908452034, + -0.067574642598629, -0.03673562780022621, -0.034871265292167664, -0.016475282609462738, + 0.0365043543279171, 0.05446382611989975, -0.05043363571166992, -0.050093308091163635, + -0.04543223977088928, -0.006295047700405121, -0.030064187943935394, -0.009076252579689026, + 0.032070375978946686, -0.025091465562582016, 0.011983759701251984, 0.04027387872338295, + 0.037960734218358994, 0.05602528899908066, 0.03018544614315033, -0.02903786301612854, + 0.036714792251586914, 0.021611817181110382, -0.05936925858259201, -0.013804957270622253, + -0.0066712540574371815, -0.016461700201034546, 0.0468907430768013, 0.010513697750866413, + 0.00010034491424448788, -0.05327041819691658, 0.002850574441254139, 0.016125842928886414, + -0.005409277975559235, -0.00932765007019043, 0.04030472785234451, -0.06425651907920837, + -0.04774738848209381, -0.05967612564563751, -0.00711096590384841, -0.039739400148391724, + -0.034766703844070435, 0.028057903051376343, -0.01745157688856125, 0.015876339748501778, + -0.03981845825910568, 0.03791065514087677, -0.012487940490245819, 0.030660413205623627, + -0.0546567440032959, 0.005400463473051786, -0.05547775328159332, -0.02443748712539673, + -0.048812542110681534, -0.055366091430187225, 0.002346634864807129, -0.005488524679094553, + 0.004986017942428589, 0.0031267802696675062, -0.05510886758565903, 0.025388332083821297, + -0.04259383678436279, -0.0012247220147401094, 0.05168105661869049, -0.05620398372411728, + -0.0051493048667907715, 0.013984586112201214, 0.058007385581731796, -0.0363389328122139, + 0.02261785976588726, -0.03669722378253937, -0.057487159967422485, -0.04787847399711609, + -0.05954983830451965, 0.037583619356155396, 0.006380965001881123, -0.059132520109415054, + -0.02813294529914856, 0.0530780628323555, -0.058922089636325836, 0.01676681637763977, + -0.0399937704205513, 0.021328354254364967, -0.05656890571117401, 0.04803289845585823, + -0.04798995703458786, 0.018371589481830597, -0.04229041188955307, 0.0016032832209020853, + 0.016045935451984406, 0.016523286700248718, 0.04434860125184059, -0.04617159813642502, + 0.05092058330774307, 0.00925956666469574, 0.022772692143917084, -0.004334650933742523, + 0.06146136671304703, -0.04549919813871384, 0.03255190700292587, 0.012642845511436462, + -0.013549089431762695, 0.045347873121500015, -0.05786532163619995, -0.0496557280421257, + -0.03904358297586441, -0.015465885400772095, -0.029921822249889374, -0.03972681611776352, + 0.010250397026538849, -0.051034897565841675, -0.02340223453938961, 0.004716426134109497, + 0.02375650405883789, 0.01193229854106903, -0.06751520931720734, -0.005029633641242981, + -0.011779457330703735, 0.03310016542673111, -0.028373897075653076, -0.002318260259926319, + -0.023746341466903687, 0.028960727155208588, 0.055799342691898346, 0.03853146731853485, + 0.05524909123778343, -0.05436118692159653, -0.036731474101543427, 0.05820088088512421, + -0.03286401927471161, -0.04114089161157608, 0.053275566548109055, -0.019909009337425232, + 0.03028716892004013, 0.048826538026332855, -0.032517023384571075, 0.008032280951738358, + -0.018947988748550415, -0.06115823984146118, 0.0015644803643226624, 0.02571999281644821, + -0.04289022088050842, 0.028084784746170044, 0.03301241248846054, -0.05181577801704407, + 0.018959783017635345, -0.02692725509405136, -0.01830706000328064, 0.046612124890089035, + -0.036212123930454254, 0.012856444343924522, 0.059206657111644745, 0.05306142568588257, + -0.0549575537443161, -0.053573958575725555, 0.05595984309911728, 0.0022724501322954893, + -0.025978567078709602, 0.030679851770401, 0.021828411146998405, 0.04405878484249115, + -0.05551229417324066, -0.03099209815263748, -0.039435893297195435, -0.019384827464818954, + 0.04653561860322952, -0.02938109077513218, -0.035545382648706436, -0.030080407857894897, + 0.017638394609093666, 0.005687203258275986, -0.01665566861629486, -0.01695745438337326, + -0.004511069506406784, -0.004636055324226618, -0.038862407207489014, -0.020683035254478455, + 0.007502740249037743, 0.04355563223361969, 0.030096469447016716, -0.04286528378725052, + 0.012838296592235565, -0.02744145691394806, -0.017281878739595413, 0.05028986185789108, + -0.04026830941438675, -0.029291031882166862, -0.06501507759094238, 0.02449350617825985, + 0.025824975222349167, 0.0523492693901062, -0.0029496115166693926, -0.06207359954714775, + -0.010924234986305237, -0.020512748509645462, -0.05321836099028587, -0.044521987438201904, + 0.02071361429989338, -0.03021276742219925, -0.0031767617911100388, 0.04303748160600662, + 0.05304637551307678, 0.027346130460500717, -0.056225940585136414, 0.03141525387763977, + 0.016285210847854614, -0.048850834369659424, -0.01625789701938629, -0.004897745326161385, + 0.046774230897426605, -0.047285109758377075, 0.013205841183662415, -0.05242602154612541 + ] + ], + "net.3.bias": [ + 0.002497311681509018, 0.06650982052087784, 0.022041846066713333, 0.01031719520688057, -0.05946722999215126, + 0.025370556861162186, 0.062128372490406036, 0.02077515609562397, -0.0010199534008279443, 0.0809897929430008, + -0.06208158656954765, -0.05963839963078499, -0.035093966871500015, 0.062314607203006744, + 0.005431897006928921, -0.04034777730703354, 0.05562371760606766, 0.035182494670152664, + 0.0039013545028865337, 0.00794131401926279, 0.060126882046461105, 0.044116824865341187, -0.0523206852376461, + 0.05394604429602623, 0.05423402786254883, 0.059878263622522354, 0.05279390141367912, 0.015507507137954235, + -0.03949608653783798, 0.029199974611401558, 0.06832396239042282, 0.05801843851804733, -0.010264858603477478, + 0.0123060904443264, 0.08168784528970718, 0.005721735768020153, 0.07508230954408646, 0.0015358519740402699, + 0.0758967399597168, 0.06237522512674332, 0.029485272243618965, 0.013937026262283325, 0.028856314718723297, + 0.04443090781569481, -0.026242613792419434, 0.053027719259262085, 0.0561317540705204, 0.04532335698604584, + 0.09354054927825928, 0.0006951710674911737, 0.039848692715168, -0.02367868833243847, 0.03544258326292038, + 0.010352549143135548, -0.02697274088859558, 0.01846202276647091, -0.03549334034323692, + -0.010275332257151604, 0.08279156684875488, 0.09995532035827637, 0.03476738557219505, -0.040472500026226044, + -0.014965503476560116, 0.052770547568798065, 0.041891396045684814, 0.07060571759939194, 0.10669158399105072, + -0.044715069234371185, 0.0950186476111412, 0.0038552968762815, 0.03544348478317261, 0.0696152001619339, + 0.03456480801105499, -0.05186661705374718, 0.07385959476232529, -0.04206746816635132, 0.06742170453071594, + 0.04954886436462402, 0.05010657012462616, 0.02149740234017372, -0.024329885840415955, -0.027529610320925713, + 0.08036990463733673, -0.06700249016284943, -0.002200292656198144, 0.0719684585928917, -0.012259743176400661, + 0.03516162931919098, 0.0616828128695488, 0.035970550030469894, 0.04133249446749687, 0.05254843086004257, + -0.06015188246965408, 0.07767646759748459, -0.006799327675253153, 0.021780608221888542, + 0.013622754253447056, -0.0037721432745456696, 0.08310911804437637, 0.006844846997410059, + 0.04945633187890053, -0.007439125794917345, 0.031087681651115417, -0.07516460865736008, 0.07377414405345917, + -0.05703252553939819, 0.07895190268754959, 0.0651044175028801, 0.09622258692979813, -0.058481182903051376, + 0.031887445598840714, 0.032643742859363556, 0.03357905521988869, -0.0202459916472435, 0.0758606344461441, + 0.02344444952905178, 0.04428267478942871, 0.06048351526260376, 0.06214269623160362, 0.03580675646662712, + -0.04150659590959549, 0.05780043452978134, 0.02715134248137474, 0.013400948606431484, 0.008867494761943817, + 0.09666721522808075, 0.042288489639759064, -0.06209370493888855 + ], + "net.6.weight": [ + [ + -0.1488790065050125, -0.15074847638607025, -0.12357348203659058, 0.11954241245985031, + -0.07198573648929596, -0.1818036288022995, -0.15956754982471466, -0.1527860313653946, + -0.19031861424446106, 0.16232681274414062, -0.061859652400016785, -0.13684715330600739, + -0.0015919512370601296, 0.12987802922725677, -0.10944431275129318, -0.1632419228553772, + 0.18373729288578033, -0.15751999616622925, -0.12128333002328873, -0.001775809214450419, + 0.14292319118976593, -0.13484269380569458, -0.015100237913429737, 0.1410440057516098, + -0.1555003970861435, 0.16142791509628296, 0.1204429566860199, 0.10970395803451538, -0.1985788643360138, + -0.1311253309249878, 0.11003882437944412, 0.16453227400779724, -0.15370628237724304, + 0.16162408888339996, -0.1365358531475067, 0.16818325221538544, -0.14358270168304443, + -0.19899635016918182, -0.12561634182929993, -0.16446024179458618, -0.161543607711792, + 0.1642727106809616, 0.1944849193096161, -0.10486099123954773, -0.17979490756988525, 0.10560349375009537, + -0.15805162489414215, 0.15993604063987732, 0.12316665798425674, 0.1907457411289215, 0.11831970512866974, + -0.15677201747894287, -0.11899004876613617, 0.19851340353488922, -0.15437912940979004, + -0.13900679349899292, -0.011581992730498314, -0.10911620408296585, -0.1267261952161789, + 0.1339309960603714, 0.19503459334373474, 0.020894601941108704, -0.07121893763542175, + 0.15887495875358582, -0.119037926197052, 0.16764672100543976, 0.16449204087257385, -0.19396470487117767, + 0.14026477932929993, 0.17773288488388062, -0.19155114889144897, -0.10302027314901352, + 0.15760134160518646, -0.0656198188662529, -0.1285790055990219, 0.030470654368400574, + -0.15478317439556122, -0.15866723656654358, -0.11131052672863007, -0.18432553112506866, + -0.17437486350536346, -0.13488925993442535, 0.12974132597446442, 0.06920299679040909, + -0.1123344898223877, 0.12482279539108276, -0.1340814232826233, -0.1875419020652771, 0.12168256938457489, + 0.16428448259830475, 0.1583603471517563, 0.13396623730659485, 0.007238578516989946, + -0.12825217843055725, -0.0003473933320492506, -0.1372058391571045, 0.012040137313306332, + -0.16845738887786865, -0.16664353013038635, -0.13629914820194244, -0.14566174149513245, + -0.11170488595962524, -0.11133863031864166, 0.015016724355518818, 0.24088819324970245, + 0.07662689685821533, 0.1744476705789566, 0.1385483294725418, 0.10733285546302795, 0.06958078593015671, + 0.07100784778594971, -0.1242407038807869, -0.16335801780223846, -0.15293510258197784, + -0.11641844362020493, 0.16647230088710785, -0.12021985650062561, -0.10773175209760666, + -0.09951875358819962, -0.10384484380483627, -0.06523073464632034, -0.18802645802497864, + -0.16465146839618683, -0.1303219497203827, 0.18742501735687256, 0.10651028156280518, + -0.11103846877813339, 0.002153481123968959 + ] + ], + "net.6.bias": [0.06775061786174774] + } } diff --git a/src/classifiers/models/minilm-full-aug/config.json b/src/classifiers/models/minilm-full-aug/config.json index a699536..09a780a 100644 --- a/src/classifiers/models/minilm-full-aug/config.json +++ b/src/classifiers/models/minilm-full-aug/config.json @@ -1,28 +1,28 @@ { - "add_cross_attention": false, - "architectures": ["BertModel"], - "attention_probs_dropout_prob": 0.1, - "bos_token_id": null, - "classifier_dropout": null, - "dtype": "float32", - "eos_token_id": null, - "gradient_checkpointing": false, - "hidden_act": "gelu", - "hidden_dropout_prob": 0.1, - "hidden_size": 384, - "initializer_range": 0.02, - "intermediate_size": 1536, - "is_decoder": false, - "layer_norm_eps": 1e-12, - "max_position_embeddings": 512, - "model_type": "bert", - "num_attention_heads": 12, - "num_hidden_layers": 6, - "pad_token_id": 0, - "position_embedding_type": "absolute", - "tie_word_embeddings": true, - "transformers_version": "5.1.0", - "type_vocab_size": 2, - "use_cache": true, - "vocab_size": 30522 + "add_cross_attention": false, + "architectures": ["BertModel"], + "attention_probs_dropout_prob": 0.1, + "bos_token_id": null, + "classifier_dropout": null, + "dtype": "float32", + "eos_token_id": null, + "gradient_checkpointing": false, + "hidden_act": "gelu", + "hidden_dropout_prob": 0.1, + "hidden_size": 384, + "initializer_range": 0.02, + "intermediate_size": 1536, + "is_decoder": false, + "layer_norm_eps": 1e-12, + "max_position_embeddings": 512, + "model_type": "bert", + "num_attention_heads": 12, + "num_hidden_layers": 6, + "pad_token_id": 0, + "position_embedding_type": "absolute", + "tie_word_embeddings": true, + "transformers_version": "5.1.0", + "type_vocab_size": 2, + "use_cache": true, + "vocab_size": 30522 } diff --git a/src/classifiers/models/minilm-full-aug/tokenizer.json b/src/classifiers/models/minilm-full-aug/tokenizer.json index dd0777f..84ea2a3 100644 --- a/src/classifiers/models/minilm-full-aug/tokenizer.json +++ b/src/classifiers/models/minilm-full-aug/tokenizer.json @@ -1,30678 +1,30678 @@ { - "version": "1.0", - "truncation": { - "direction": "Right", - "max_length": 256, - "strategy": "LongestFirst", - "stride": 0 - }, - "padding": { - "strategy": { - "Fixed": 256 - }, - "direction": "Right", - "pad_to_multiple_of": null, - "pad_id": 0, - "pad_type_id": 0, - "pad_token": "[PAD]" - }, - "added_tokens": [ - { - "id": 0, - "content": "[PAD]", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 100, - "content": "[UNK]", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 101, - "content": "[CLS]", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 102, - "content": "[SEP]", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 103, - "content": "[MASK]", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - } - ], - "normalizer": { - "type": "BertNormalizer", - "clean_text": true, - "handle_chinese_chars": true, - "strip_accents": null, - "lowercase": true - }, - "pre_tokenizer": { - "type": "BertPreTokenizer" - }, - "post_processor": { - "type": "TemplateProcessing", - "single": [ - { - "SpecialToken": { - "id": "[CLS]", - "type_id": 0 - } - }, - { - "Sequence": { - "id": "A", - "type_id": 0 - } - }, - { - "SpecialToken": { - "id": "[SEP]", - "type_id": 0 - } - } - ], - "pair": [ - { - "SpecialToken": { - "id": "[CLS]", - "type_id": 0 - } - }, - { - "Sequence": { - "id": "A", - "type_id": 0 - } - }, - { - "SpecialToken": { - "id": "[SEP]", - "type_id": 0 - } - }, - { - "Sequence": { - "id": "B", - "type_id": 1 - } - }, - { - "SpecialToken": { - "id": "[SEP]", - "type_id": 1 - } - } - ], - "special_tokens": { - "[CLS]": { - "id": "[CLS]", - "ids": [101], - "tokens": ["[CLS]"] - }, - "[SEP]": { - "id": "[SEP]", - "ids": [102], - "tokens": ["[SEP]"] - } - } - }, - "decoder": { - "type": "WordPiece", - "prefix": "##", - "cleanup": true - }, - "model": { - "type": "WordPiece", - "unk_token": "[UNK]", - "continuing_subword_prefix": "##", - "max_input_chars_per_word": 100, - "vocab": { - "[PAD]": 0, - "[unused0]": 1, - "[unused1]": 2, - "[unused2]": 3, - "[unused3]": 4, - "[unused4]": 5, - "[unused5]": 6, - "[unused6]": 7, - "[unused7]": 8, - "[unused8]": 9, - "[unused9]": 10, - "[unused10]": 11, - "[unused11]": 12, - "[unused12]": 13, - "[unused13]": 14, - "[unused14]": 15, - "[unused15]": 16, - "[unused16]": 17, - "[unused17]": 18, - "[unused18]": 19, - "[unused19]": 20, - "[unused20]": 21, - "[unused21]": 22, - "[unused22]": 23, - "[unused23]": 24, - "[unused24]": 25, - "[unused25]": 26, - "[unused26]": 27, - "[unused27]": 28, - "[unused28]": 29, - "[unused29]": 30, - "[unused30]": 31, - "[unused31]": 32, - "[unused32]": 33, - "[unused33]": 34, - "[unused34]": 35, - "[unused35]": 36, - "[unused36]": 37, - "[unused37]": 38, - "[unused38]": 39, - "[unused39]": 40, - "[unused40]": 41, - "[unused41]": 42, - "[unused42]": 43, - "[unused43]": 44, - "[unused44]": 45, - "[unused45]": 46, - "[unused46]": 47, - "[unused47]": 48, - "[unused48]": 49, - "[unused49]": 50, - "[unused50]": 51, - "[unused51]": 52, - "[unused52]": 53, - "[unused53]": 54, - "[unused54]": 55, - "[unused55]": 56, - "[unused56]": 57, - "[unused57]": 58, - "[unused58]": 59, - "[unused59]": 60, - "[unused60]": 61, - "[unused61]": 62, - "[unused62]": 63, - "[unused63]": 64, - "[unused64]": 65, - "[unused65]": 66, - "[unused66]": 67, - "[unused67]": 68, - "[unused68]": 69, - "[unused69]": 70, - "[unused70]": 71, - "[unused71]": 72, - "[unused72]": 73, - "[unused73]": 74, - "[unused74]": 75, - "[unused75]": 76, - "[unused76]": 77, - "[unused77]": 78, - "[unused78]": 79, - "[unused79]": 80, - "[unused80]": 81, - "[unused81]": 82, - "[unused82]": 83, - "[unused83]": 84, - "[unused84]": 85, - "[unused85]": 86, - "[unused86]": 87, - "[unused87]": 88, - "[unused88]": 89, - "[unused89]": 90, - "[unused90]": 91, - "[unused91]": 92, - "[unused92]": 93, - "[unused93]": 94, - "[unused94]": 95, - "[unused95]": 96, - "[unused96]": 97, - "[unused97]": 98, - "[unused98]": 99, - "[UNK]": 100, - "[CLS]": 101, - "[SEP]": 102, - "[MASK]": 103, - "[unused99]": 104, - "[unused100]": 105, - "[unused101]": 106, - "[unused102]": 107, - "[unused103]": 108, - "[unused104]": 109, - "[unused105]": 110, - "[unused106]": 111, - "[unused107]": 112, - "[unused108]": 113, - "[unused109]": 114, - "[unused110]": 115, - "[unused111]": 116, - "[unused112]": 117, - "[unused113]": 118, - "[unused114]": 119, - "[unused115]": 120, - "[unused116]": 121, - "[unused117]": 122, - "[unused118]": 123, - "[unused119]": 124, - "[unused120]": 125, - "[unused121]": 126, - "[unused122]": 127, - "[unused123]": 128, - "[unused124]": 129, - "[unused125]": 130, - "[unused126]": 131, - "[unused127]": 132, - "[unused128]": 133, - "[unused129]": 134, - "[unused130]": 135, - "[unused131]": 136, - "[unused132]": 137, - "[unused133]": 138, - "[unused134]": 139, - "[unused135]": 140, - "[unused136]": 141, - "[unused137]": 142, - "[unused138]": 143, - "[unused139]": 144, - "[unused140]": 145, - "[unused141]": 146, - "[unused142]": 147, - "[unused143]": 148, - "[unused144]": 149, - "[unused145]": 150, - "[unused146]": 151, - "[unused147]": 152, - "[unused148]": 153, - "[unused149]": 154, - "[unused150]": 155, - "[unused151]": 156, - "[unused152]": 157, - "[unused153]": 158, - "[unused154]": 159, - "[unused155]": 160, - "[unused156]": 161, - "[unused157]": 162, - "[unused158]": 163, - "[unused159]": 164, - "[unused160]": 165, - "[unused161]": 166, - "[unused162]": 167, - "[unused163]": 168, - "[unused164]": 169, - "[unused165]": 170, - "[unused166]": 171, - "[unused167]": 172, - "[unused168]": 173, - "[unused169]": 174, - "[unused170]": 175, - "[unused171]": 176, - "[unused172]": 177, - "[unused173]": 178, - "[unused174]": 179, - "[unused175]": 180, - "[unused176]": 181, - "[unused177]": 182, - "[unused178]": 183, - "[unused179]": 184, - "[unused180]": 185, - "[unused181]": 186, - "[unused182]": 187, - "[unused183]": 188, - "[unused184]": 189, - "[unused185]": 190, - "[unused186]": 191, - "[unused187]": 192, - "[unused188]": 193, - "[unused189]": 194, - "[unused190]": 195, - "[unused191]": 196, - "[unused192]": 197, - "[unused193]": 198, - "[unused194]": 199, - "[unused195]": 200, - "[unused196]": 201, - "[unused197]": 202, - "[unused198]": 203, - "[unused199]": 204, - "[unused200]": 205, - "[unused201]": 206, - "[unused202]": 207, - "[unused203]": 208, - "[unused204]": 209, - "[unused205]": 210, - "[unused206]": 211, - "[unused207]": 212, - "[unused208]": 213, - "[unused209]": 214, - "[unused210]": 215, - "[unused211]": 216, - "[unused212]": 217, - "[unused213]": 218, - "[unused214]": 219, - "[unused215]": 220, - "[unused216]": 221, - "[unused217]": 222, - "[unused218]": 223, - "[unused219]": 224, - "[unused220]": 225, - "[unused221]": 226, - "[unused222]": 227, - "[unused223]": 228, - "[unused224]": 229, - "[unused225]": 230, - "[unused226]": 231, - "[unused227]": 232, - "[unused228]": 233, - "[unused229]": 234, - "[unused230]": 235, - "[unused231]": 236, - "[unused232]": 237, - "[unused233]": 238, - "[unused234]": 239, - "[unused235]": 240, - "[unused236]": 241, - "[unused237]": 242, - "[unused238]": 243, - "[unused239]": 244, - "[unused240]": 245, - "[unused241]": 246, - "[unused242]": 247, - "[unused243]": 248, - "[unused244]": 249, - "[unused245]": 250, - "[unused246]": 251, - "[unused247]": 252, - "[unused248]": 253, - "[unused249]": 254, - "[unused250]": 255, - "[unused251]": 256, - "[unused252]": 257, - "[unused253]": 258, - "[unused254]": 259, - "[unused255]": 260, - "[unused256]": 261, - "[unused257]": 262, - "[unused258]": 263, - "[unused259]": 264, - "[unused260]": 265, - "[unused261]": 266, - "[unused262]": 267, - "[unused263]": 268, - "[unused264]": 269, - "[unused265]": 270, - "[unused266]": 271, - "[unused267]": 272, - "[unused268]": 273, - "[unused269]": 274, - "[unused270]": 275, - "[unused271]": 276, - "[unused272]": 277, - "[unused273]": 278, - "[unused274]": 279, - "[unused275]": 280, - "[unused276]": 281, - "[unused277]": 282, - "[unused278]": 283, - "[unused279]": 284, - "[unused280]": 285, - "[unused281]": 286, - "[unused282]": 287, - "[unused283]": 288, - "[unused284]": 289, - "[unused285]": 290, - "[unused286]": 291, - "[unused287]": 292, - "[unused288]": 293, - "[unused289]": 294, - "[unused290]": 295, - "[unused291]": 296, - "[unused292]": 297, - "[unused293]": 298, - "[unused294]": 299, - "[unused295]": 300, - "[unused296]": 301, - "[unused297]": 302, - "[unused298]": 303, - "[unused299]": 304, - "[unused300]": 305, - "[unused301]": 306, - "[unused302]": 307, - "[unused303]": 308, - "[unused304]": 309, - "[unused305]": 310, - "[unused306]": 311, - "[unused307]": 312, - "[unused308]": 313, - "[unused309]": 314, - "[unused310]": 315, - "[unused311]": 316, - "[unused312]": 317, - "[unused313]": 318, - "[unused314]": 319, - "[unused315]": 320, - "[unused316]": 321, - "[unused317]": 322, - "[unused318]": 323, - "[unused319]": 324, - "[unused320]": 325, - "[unused321]": 326, - "[unused322]": 327, - "[unused323]": 328, - "[unused324]": 329, - "[unused325]": 330, - "[unused326]": 331, - "[unused327]": 332, - "[unused328]": 333, - "[unused329]": 334, - "[unused330]": 335, - "[unused331]": 336, - "[unused332]": 337, - "[unused333]": 338, - "[unused334]": 339, - "[unused335]": 340, - "[unused336]": 341, - "[unused337]": 342, - "[unused338]": 343, - "[unused339]": 344, - "[unused340]": 345, - "[unused341]": 346, - "[unused342]": 347, - "[unused343]": 348, - "[unused344]": 349, - "[unused345]": 350, - "[unused346]": 351, - "[unused347]": 352, - "[unused348]": 353, - "[unused349]": 354, - "[unused350]": 355, - "[unused351]": 356, - "[unused352]": 357, - "[unused353]": 358, - "[unused354]": 359, - "[unused355]": 360, - "[unused356]": 361, - "[unused357]": 362, - "[unused358]": 363, - "[unused359]": 364, - "[unused360]": 365, - "[unused361]": 366, - "[unused362]": 367, - "[unused363]": 368, - "[unused364]": 369, - "[unused365]": 370, - "[unused366]": 371, - "[unused367]": 372, - "[unused368]": 373, - "[unused369]": 374, - "[unused370]": 375, - "[unused371]": 376, - "[unused372]": 377, - "[unused373]": 378, - "[unused374]": 379, - "[unused375]": 380, - "[unused376]": 381, - "[unused377]": 382, - "[unused378]": 383, - "[unused379]": 384, - "[unused380]": 385, - "[unused381]": 386, - "[unused382]": 387, - "[unused383]": 388, - "[unused384]": 389, - "[unused385]": 390, - "[unused386]": 391, - "[unused387]": 392, - "[unused388]": 393, - "[unused389]": 394, - "[unused390]": 395, - "[unused391]": 396, - "[unused392]": 397, - "[unused393]": 398, - "[unused394]": 399, - "[unused395]": 400, - "[unused396]": 401, - "[unused397]": 402, - "[unused398]": 403, - "[unused399]": 404, - "[unused400]": 405, - "[unused401]": 406, - "[unused402]": 407, - "[unused403]": 408, - "[unused404]": 409, - "[unused405]": 410, - "[unused406]": 411, - "[unused407]": 412, - "[unused408]": 413, - "[unused409]": 414, - "[unused410]": 415, - "[unused411]": 416, - "[unused412]": 417, - "[unused413]": 418, - "[unused414]": 419, - "[unused415]": 420, - "[unused416]": 421, - "[unused417]": 422, - "[unused418]": 423, - "[unused419]": 424, - "[unused420]": 425, - "[unused421]": 426, - "[unused422]": 427, - "[unused423]": 428, - "[unused424]": 429, - "[unused425]": 430, - "[unused426]": 431, - "[unused427]": 432, - "[unused428]": 433, - "[unused429]": 434, - "[unused430]": 435, - "[unused431]": 436, - "[unused432]": 437, - "[unused433]": 438, - "[unused434]": 439, - "[unused435]": 440, - "[unused436]": 441, - "[unused437]": 442, - "[unused438]": 443, - "[unused439]": 444, - "[unused440]": 445, - "[unused441]": 446, - "[unused442]": 447, - "[unused443]": 448, - "[unused444]": 449, - "[unused445]": 450, - "[unused446]": 451, - "[unused447]": 452, - "[unused448]": 453, - "[unused449]": 454, - "[unused450]": 455, - "[unused451]": 456, - "[unused452]": 457, - "[unused453]": 458, - "[unused454]": 459, - "[unused455]": 460, - "[unused456]": 461, - "[unused457]": 462, - "[unused458]": 463, - "[unused459]": 464, - "[unused460]": 465, - "[unused461]": 466, - "[unused462]": 467, - "[unused463]": 468, - "[unused464]": 469, - "[unused465]": 470, - "[unused466]": 471, - "[unused467]": 472, - "[unused468]": 473, - "[unused469]": 474, - "[unused470]": 475, - "[unused471]": 476, - "[unused472]": 477, - "[unused473]": 478, - "[unused474]": 479, - "[unused475]": 480, - "[unused476]": 481, - "[unused477]": 482, - "[unused478]": 483, - "[unused479]": 484, - "[unused480]": 485, - "[unused481]": 486, - "[unused482]": 487, - "[unused483]": 488, - "[unused484]": 489, - "[unused485]": 490, - "[unused486]": 491, - "[unused487]": 492, - "[unused488]": 493, - "[unused489]": 494, - "[unused490]": 495, - "[unused491]": 496, - "[unused492]": 497, - "[unused493]": 498, - "[unused494]": 499, - "[unused495]": 500, - "[unused496]": 501, - "[unused497]": 502, - "[unused498]": 503, - "[unused499]": 504, - "[unused500]": 505, - "[unused501]": 506, - "[unused502]": 507, - "[unused503]": 508, - "[unused504]": 509, - "[unused505]": 510, - "[unused506]": 511, - "[unused507]": 512, - "[unused508]": 513, - "[unused509]": 514, - "[unused510]": 515, - "[unused511]": 516, - "[unused512]": 517, - "[unused513]": 518, - "[unused514]": 519, - "[unused515]": 520, - "[unused516]": 521, - "[unused517]": 522, - "[unused518]": 523, - "[unused519]": 524, - "[unused520]": 525, - "[unused521]": 526, - "[unused522]": 527, - "[unused523]": 528, - "[unused524]": 529, - "[unused525]": 530, - "[unused526]": 531, - "[unused527]": 532, - "[unused528]": 533, - "[unused529]": 534, - "[unused530]": 535, - "[unused531]": 536, - "[unused532]": 537, - "[unused533]": 538, - "[unused534]": 539, - "[unused535]": 540, - "[unused536]": 541, - "[unused537]": 542, - "[unused538]": 543, - "[unused539]": 544, - "[unused540]": 545, - "[unused541]": 546, - "[unused542]": 547, - "[unused543]": 548, - "[unused544]": 549, - "[unused545]": 550, - "[unused546]": 551, - "[unused547]": 552, - "[unused548]": 553, - "[unused549]": 554, - "[unused550]": 555, - "[unused551]": 556, - "[unused552]": 557, - "[unused553]": 558, - "[unused554]": 559, - "[unused555]": 560, - "[unused556]": 561, - "[unused557]": 562, - "[unused558]": 563, - "[unused559]": 564, - "[unused560]": 565, - "[unused561]": 566, - "[unused562]": 567, - "[unused563]": 568, - "[unused564]": 569, - "[unused565]": 570, - "[unused566]": 571, - "[unused567]": 572, - "[unused568]": 573, - "[unused569]": 574, - "[unused570]": 575, - "[unused571]": 576, - "[unused572]": 577, - "[unused573]": 578, - "[unused574]": 579, - "[unused575]": 580, - "[unused576]": 581, - "[unused577]": 582, - "[unused578]": 583, - "[unused579]": 584, - "[unused580]": 585, - "[unused581]": 586, - "[unused582]": 587, - "[unused583]": 588, - "[unused584]": 589, - "[unused585]": 590, - "[unused586]": 591, - "[unused587]": 592, - "[unused588]": 593, - "[unused589]": 594, - "[unused590]": 595, - "[unused591]": 596, - "[unused592]": 597, - "[unused593]": 598, - "[unused594]": 599, - "[unused595]": 600, - "[unused596]": 601, - "[unused597]": 602, - "[unused598]": 603, - "[unused599]": 604, - "[unused600]": 605, - "[unused601]": 606, - "[unused602]": 607, - "[unused603]": 608, - "[unused604]": 609, - "[unused605]": 610, - "[unused606]": 611, - "[unused607]": 612, - "[unused608]": 613, - "[unused609]": 614, - "[unused610]": 615, - "[unused611]": 616, - "[unused612]": 617, - "[unused613]": 618, - "[unused614]": 619, - "[unused615]": 620, - "[unused616]": 621, - "[unused617]": 622, - "[unused618]": 623, - "[unused619]": 624, - "[unused620]": 625, - "[unused621]": 626, - "[unused622]": 627, - "[unused623]": 628, - "[unused624]": 629, - "[unused625]": 630, - "[unused626]": 631, - "[unused627]": 632, - "[unused628]": 633, - "[unused629]": 634, - "[unused630]": 635, - "[unused631]": 636, - "[unused632]": 637, - "[unused633]": 638, - "[unused634]": 639, - "[unused635]": 640, - "[unused636]": 641, - "[unused637]": 642, - "[unused638]": 643, - "[unused639]": 644, - "[unused640]": 645, - "[unused641]": 646, - "[unused642]": 647, - "[unused643]": 648, - "[unused644]": 649, - "[unused645]": 650, - "[unused646]": 651, - "[unused647]": 652, - "[unused648]": 653, - "[unused649]": 654, - "[unused650]": 655, - "[unused651]": 656, - "[unused652]": 657, - "[unused653]": 658, - "[unused654]": 659, - "[unused655]": 660, - "[unused656]": 661, - "[unused657]": 662, - "[unused658]": 663, - "[unused659]": 664, - "[unused660]": 665, - "[unused661]": 666, - "[unused662]": 667, - "[unused663]": 668, - "[unused664]": 669, - "[unused665]": 670, - "[unused666]": 671, - "[unused667]": 672, - "[unused668]": 673, - "[unused669]": 674, - "[unused670]": 675, - "[unused671]": 676, - "[unused672]": 677, - "[unused673]": 678, - "[unused674]": 679, - "[unused675]": 680, - "[unused676]": 681, - "[unused677]": 682, - "[unused678]": 683, - "[unused679]": 684, - "[unused680]": 685, - "[unused681]": 686, - "[unused682]": 687, - "[unused683]": 688, - "[unused684]": 689, - "[unused685]": 690, - "[unused686]": 691, - "[unused687]": 692, - "[unused688]": 693, - "[unused689]": 694, - "[unused690]": 695, - "[unused691]": 696, - "[unused692]": 697, - "[unused693]": 698, - "[unused694]": 699, - "[unused695]": 700, - "[unused696]": 701, - "[unused697]": 702, - "[unused698]": 703, - "[unused699]": 704, - "[unused700]": 705, - "[unused701]": 706, - "[unused702]": 707, - "[unused703]": 708, - "[unused704]": 709, - "[unused705]": 710, - "[unused706]": 711, - "[unused707]": 712, - "[unused708]": 713, - "[unused709]": 714, - "[unused710]": 715, - "[unused711]": 716, - "[unused712]": 717, - "[unused713]": 718, - "[unused714]": 719, - "[unused715]": 720, - "[unused716]": 721, - "[unused717]": 722, - "[unused718]": 723, - "[unused719]": 724, - "[unused720]": 725, - "[unused721]": 726, - "[unused722]": 727, - "[unused723]": 728, - "[unused724]": 729, - "[unused725]": 730, - "[unused726]": 731, - "[unused727]": 732, - "[unused728]": 733, - "[unused729]": 734, - "[unused730]": 735, - "[unused731]": 736, - "[unused732]": 737, - "[unused733]": 738, - "[unused734]": 739, - "[unused735]": 740, - "[unused736]": 741, - "[unused737]": 742, - "[unused738]": 743, - "[unused739]": 744, - "[unused740]": 745, - "[unused741]": 746, - "[unused742]": 747, - "[unused743]": 748, - "[unused744]": 749, - "[unused745]": 750, - "[unused746]": 751, - "[unused747]": 752, - "[unused748]": 753, - "[unused749]": 754, - "[unused750]": 755, - "[unused751]": 756, - "[unused752]": 757, - "[unused753]": 758, - "[unused754]": 759, - "[unused755]": 760, - "[unused756]": 761, - "[unused757]": 762, - "[unused758]": 763, - "[unused759]": 764, - "[unused760]": 765, - "[unused761]": 766, - "[unused762]": 767, - "[unused763]": 768, - "[unused764]": 769, - "[unused765]": 770, - "[unused766]": 771, - "[unused767]": 772, - "[unused768]": 773, - "[unused769]": 774, - "[unused770]": 775, - "[unused771]": 776, - "[unused772]": 777, - "[unused773]": 778, - "[unused774]": 779, - "[unused775]": 780, - "[unused776]": 781, - "[unused777]": 782, - "[unused778]": 783, - "[unused779]": 784, - "[unused780]": 785, - "[unused781]": 786, - "[unused782]": 787, - "[unused783]": 788, - "[unused784]": 789, - "[unused785]": 790, - "[unused786]": 791, - "[unused787]": 792, - "[unused788]": 793, - "[unused789]": 794, - "[unused790]": 795, - "[unused791]": 796, - "[unused792]": 797, - "[unused793]": 798, - "[unused794]": 799, - "[unused795]": 800, - "[unused796]": 801, - "[unused797]": 802, - "[unused798]": 803, - "[unused799]": 804, - "[unused800]": 805, - "[unused801]": 806, - "[unused802]": 807, - "[unused803]": 808, - "[unused804]": 809, - "[unused805]": 810, - "[unused806]": 811, - "[unused807]": 812, - "[unused808]": 813, - "[unused809]": 814, - "[unused810]": 815, - "[unused811]": 816, - "[unused812]": 817, - "[unused813]": 818, - "[unused814]": 819, - "[unused815]": 820, - "[unused816]": 821, - "[unused817]": 822, - "[unused818]": 823, - "[unused819]": 824, - "[unused820]": 825, - "[unused821]": 826, - "[unused822]": 827, - "[unused823]": 828, - "[unused824]": 829, - "[unused825]": 830, - "[unused826]": 831, - "[unused827]": 832, - "[unused828]": 833, - "[unused829]": 834, - "[unused830]": 835, - "[unused831]": 836, - "[unused832]": 837, - "[unused833]": 838, - "[unused834]": 839, - "[unused835]": 840, - "[unused836]": 841, - "[unused837]": 842, - "[unused838]": 843, - "[unused839]": 844, - "[unused840]": 845, - "[unused841]": 846, - "[unused842]": 847, - "[unused843]": 848, - "[unused844]": 849, - "[unused845]": 850, - "[unused846]": 851, - "[unused847]": 852, - "[unused848]": 853, - "[unused849]": 854, - "[unused850]": 855, - "[unused851]": 856, - "[unused852]": 857, - "[unused853]": 858, - "[unused854]": 859, - "[unused855]": 860, - "[unused856]": 861, - "[unused857]": 862, - "[unused858]": 863, - "[unused859]": 864, - "[unused860]": 865, - "[unused861]": 866, - "[unused862]": 867, - "[unused863]": 868, - "[unused864]": 869, - "[unused865]": 870, - "[unused866]": 871, - "[unused867]": 872, - "[unused868]": 873, - "[unused869]": 874, - "[unused870]": 875, - "[unused871]": 876, - "[unused872]": 877, - "[unused873]": 878, - "[unused874]": 879, - "[unused875]": 880, - "[unused876]": 881, - "[unused877]": 882, - "[unused878]": 883, - "[unused879]": 884, - "[unused880]": 885, - "[unused881]": 886, - "[unused882]": 887, - "[unused883]": 888, - "[unused884]": 889, - "[unused885]": 890, - "[unused886]": 891, - "[unused887]": 892, - "[unused888]": 893, - "[unused889]": 894, - "[unused890]": 895, - "[unused891]": 896, - "[unused892]": 897, - "[unused893]": 898, - "[unused894]": 899, - "[unused895]": 900, - "[unused896]": 901, - "[unused897]": 902, - "[unused898]": 903, - "[unused899]": 904, - "[unused900]": 905, - "[unused901]": 906, - "[unused902]": 907, - "[unused903]": 908, - "[unused904]": 909, - "[unused905]": 910, - "[unused906]": 911, - "[unused907]": 912, - "[unused908]": 913, - "[unused909]": 914, - "[unused910]": 915, - "[unused911]": 916, - "[unused912]": 917, - "[unused913]": 918, - "[unused914]": 919, - "[unused915]": 920, - "[unused916]": 921, - "[unused917]": 922, - "[unused918]": 923, - "[unused919]": 924, - "[unused920]": 925, - "[unused921]": 926, - "[unused922]": 927, - "[unused923]": 928, - "[unused924]": 929, - "[unused925]": 930, - "[unused926]": 931, - "[unused927]": 932, - "[unused928]": 933, - "[unused929]": 934, - "[unused930]": 935, - "[unused931]": 936, - "[unused932]": 937, - "[unused933]": 938, - "[unused934]": 939, - "[unused935]": 940, - "[unused936]": 941, - "[unused937]": 942, - "[unused938]": 943, - "[unused939]": 944, - "[unused940]": 945, - "[unused941]": 946, - "[unused942]": 947, - "[unused943]": 948, - "[unused944]": 949, - "[unused945]": 950, - "[unused946]": 951, - "[unused947]": 952, - "[unused948]": 953, - "[unused949]": 954, - "[unused950]": 955, - "[unused951]": 956, - "[unused952]": 957, - "[unused953]": 958, - "[unused954]": 959, - "[unused955]": 960, - "[unused956]": 961, - "[unused957]": 962, - "[unused958]": 963, - "[unused959]": 964, - "[unused960]": 965, - "[unused961]": 966, - "[unused962]": 967, - "[unused963]": 968, - "[unused964]": 969, - "[unused965]": 970, - "[unused966]": 971, - "[unused967]": 972, - "[unused968]": 973, - "[unused969]": 974, - "[unused970]": 975, - "[unused971]": 976, - "[unused972]": 977, - "[unused973]": 978, - "[unused974]": 979, - "[unused975]": 980, - "[unused976]": 981, - "[unused977]": 982, - "[unused978]": 983, - "[unused979]": 984, - "[unused980]": 985, - "[unused981]": 986, - "[unused982]": 987, - "[unused983]": 988, - "[unused984]": 989, - "[unused985]": 990, - "[unused986]": 991, - "[unused987]": 992, - "[unused988]": 993, - "[unused989]": 994, - "[unused990]": 995, - "[unused991]": 996, - "[unused992]": 997, - "[unused993]": 998, - "!": 999, - "\"": 1000, - "#": 1001, - "$": 1002, - "%": 1003, - "&": 1004, - "'": 1005, - "(": 1006, - ")": 1007, - "*": 1008, - "+": 1009, - ",": 1010, - "-": 1011, - ".": 1012, - "/": 1013, - "0": 1014, - "1": 1015, - "2": 1016, - "3": 1017, - "4": 1018, - "5": 1019, - "6": 1020, - "7": 1021, - "8": 1022, - "9": 1023, - ":": 1024, - ";": 1025, - "<": 1026, - "=": 1027, - ">": 1028, - "?": 1029, - "@": 1030, - "[": 1031, - "\\": 1032, - "]": 1033, - "^": 1034, - "_": 1035, - "`": 1036, - "a": 1037, - "b": 1038, - "c": 1039, - "d": 1040, - "e": 1041, - "f": 1042, - "g": 1043, - "h": 1044, - "i": 1045, - "j": 1046, - "k": 1047, - "l": 1048, - "m": 1049, - "n": 1050, - "o": 1051, - "p": 1052, - "q": 1053, - "r": 1054, - "s": 1055, - "t": 1056, - "u": 1057, - "v": 1058, - "w": 1059, - "x": 1060, - "y": 1061, - "z": 1062, - "{": 1063, - "|": 1064, - "}": 1065, - "~": 1066, - "¡": 1067, - "¢": 1068, - "£": 1069, - "¤": 1070, - "¥": 1071, - "¦": 1072, - "§": 1073, - "¨": 1074, - "©": 1075, - "ª": 1076, - "«": 1077, - "¬": 1078, - "®": 1079, - "°": 1080, - "±": 1081, - "²": 1082, - "³": 1083, - "´": 1084, - "µ": 1085, - "¶": 1086, - "·": 1087, - "¹": 1088, - "º": 1089, - "»": 1090, - "¼": 1091, - "½": 1092, - "¾": 1093, - "¿": 1094, - "×": 1095, - "ß": 1096, - "æ": 1097, - "ð": 1098, - "÷": 1099, - "ø": 1100, - "þ": 1101, - "đ": 1102, - "ħ": 1103, - "ı": 1104, - "ł": 1105, - "ŋ": 1106, - "œ": 1107, - "ƒ": 1108, - "ɐ": 1109, - "ɑ": 1110, - "ɒ": 1111, - "ɔ": 1112, - "ɕ": 1113, - "ə": 1114, - "ɛ": 1115, - "ɡ": 1116, - "ɣ": 1117, - "ɨ": 1118, - "ɪ": 1119, - "ɫ": 1120, - "ɬ": 1121, - "ɯ": 1122, - "ɲ": 1123, - "ɴ": 1124, - "ɹ": 1125, - "ɾ": 1126, - "ʀ": 1127, - "ʁ": 1128, - "ʂ": 1129, - "ʃ": 1130, - "ʉ": 1131, - "ʊ": 1132, - "ʋ": 1133, - "ʌ": 1134, - "ʎ": 1135, - "ʐ": 1136, - "ʑ": 1137, - "ʒ": 1138, - "ʔ": 1139, - "ʰ": 1140, - "ʲ": 1141, - "ʳ": 1142, - "ʷ": 1143, - "ʸ": 1144, - "ʻ": 1145, - "ʼ": 1146, - "ʾ": 1147, - "ʿ": 1148, - "ˈ": 1149, - "ː": 1150, - "ˡ": 1151, - "ˢ": 1152, - "ˣ": 1153, - "ˤ": 1154, - "α": 1155, - "β": 1156, - "γ": 1157, - "δ": 1158, - "ε": 1159, - "ζ": 1160, - "η": 1161, - "θ": 1162, - "ι": 1163, - "κ": 1164, - "λ": 1165, - "μ": 1166, - "ν": 1167, - "ξ": 1168, - "ο": 1169, - "π": 1170, - "ρ": 1171, - "ς": 1172, - "σ": 1173, - "τ": 1174, - "υ": 1175, - "φ": 1176, - "χ": 1177, - "ψ": 1178, - "ω": 1179, - "а": 1180, - "б": 1181, - "в": 1182, - "г": 1183, - "д": 1184, - "е": 1185, - "ж": 1186, - "з": 1187, - "и": 1188, - "к": 1189, - "л": 1190, - "м": 1191, - "н": 1192, - "о": 1193, - "п": 1194, - "р": 1195, - "с": 1196, - "т": 1197, - "у": 1198, - "ф": 1199, - "х": 1200, - "ц": 1201, - "ч": 1202, - "ш": 1203, - "щ": 1204, - "ъ": 1205, - "ы": 1206, - "ь": 1207, - "э": 1208, - "ю": 1209, - "я": 1210, - "ђ": 1211, - "є": 1212, - "і": 1213, - "ј": 1214, - "љ": 1215, - "њ": 1216, - "ћ": 1217, - "ӏ": 1218, - "ա": 1219, - "բ": 1220, - "գ": 1221, - "դ": 1222, - "ե": 1223, - "թ": 1224, - "ի": 1225, - "լ": 1226, - "կ": 1227, - "հ": 1228, - "մ": 1229, - "յ": 1230, - "ն": 1231, - "ո": 1232, - "պ": 1233, - "ս": 1234, - "վ": 1235, - "տ": 1236, - "ր": 1237, - "ւ": 1238, - "ք": 1239, - "־": 1240, - "א": 1241, - "ב": 1242, - "ג": 1243, - "ד": 1244, - "ה": 1245, - "ו": 1246, - "ז": 1247, - "ח": 1248, - "ט": 1249, - "י": 1250, - "ך": 1251, - "כ": 1252, - "ל": 1253, - "ם": 1254, - "מ": 1255, - "ן": 1256, - "נ": 1257, - "ס": 1258, - "ע": 1259, - "ף": 1260, - "פ": 1261, - "ץ": 1262, - "צ": 1263, - "ק": 1264, - "ר": 1265, - "ש": 1266, - "ת": 1267, - "،": 1268, - "ء": 1269, - "ا": 1270, - "ب": 1271, - "ة": 1272, - "ت": 1273, - "ث": 1274, - "ج": 1275, - "ح": 1276, - "خ": 1277, - "د": 1278, - "ذ": 1279, - "ر": 1280, - "ز": 1281, - "س": 1282, - "ش": 1283, - "ص": 1284, - "ض": 1285, - "ط": 1286, - "ظ": 1287, - "ع": 1288, - "غ": 1289, - "ـ": 1290, - "ف": 1291, - "ق": 1292, - "ك": 1293, - "ل": 1294, - "م": 1295, - "ن": 1296, - "ه": 1297, - "و": 1298, - "ى": 1299, - "ي": 1300, - "ٹ": 1301, - "پ": 1302, - "چ": 1303, - "ک": 1304, - "گ": 1305, - "ں": 1306, - "ھ": 1307, - "ہ": 1308, - "ی": 1309, - "ے": 1310, - "अ": 1311, - "आ": 1312, - "उ": 1313, - "ए": 1314, - "क": 1315, - "ख": 1316, - "ग": 1317, - "च": 1318, - "ज": 1319, - "ट": 1320, - "ड": 1321, - "ण": 1322, - "त": 1323, - "थ": 1324, - "द": 1325, - "ध": 1326, - "न": 1327, - "प": 1328, - "ब": 1329, - "भ": 1330, - "म": 1331, - "य": 1332, - "र": 1333, - "ल": 1334, - "व": 1335, - "श": 1336, - "ष": 1337, - "स": 1338, - "ह": 1339, - "ा": 1340, - "ि": 1341, - "ी": 1342, - "ो": 1343, - "।": 1344, - "॥": 1345, - "ং": 1346, - "অ": 1347, - "আ": 1348, - "ই": 1349, - "উ": 1350, - "এ": 1351, - "ও": 1352, - "ক": 1353, - "খ": 1354, - "গ": 1355, - "চ": 1356, - "ছ": 1357, - "জ": 1358, - "ট": 1359, - "ড": 1360, - "ণ": 1361, - "ত": 1362, - "থ": 1363, - "দ": 1364, - "ধ": 1365, - "ন": 1366, - "প": 1367, - "ব": 1368, - "ভ": 1369, - "ম": 1370, - "য": 1371, - "র": 1372, - "ল": 1373, - "শ": 1374, - "ষ": 1375, - "স": 1376, - "হ": 1377, - "া": 1378, - "ি": 1379, - "ী": 1380, - "ে": 1381, - "க": 1382, - "ச": 1383, - "ட": 1384, - "த": 1385, - "ந": 1386, - "ன": 1387, - "ப": 1388, - "ம": 1389, - "ய": 1390, - "ர": 1391, - "ல": 1392, - "ள": 1393, - "வ": 1394, - "ா": 1395, - "ி": 1396, - "ு": 1397, - "ே": 1398, - "ை": 1399, - "ನ": 1400, - "ರ": 1401, - "ಾ": 1402, - "ක": 1403, - "ය": 1404, - "ර": 1405, - "ල": 1406, - "ව": 1407, - "ා": 1408, - "ก": 1409, - "ง": 1410, - "ต": 1411, - "ท": 1412, - "น": 1413, - "พ": 1414, - "ม": 1415, - "ย": 1416, - "ร": 1417, - "ล": 1418, - "ว": 1419, - "ส": 1420, - "อ": 1421, - "า": 1422, - "เ": 1423, - "་": 1424, - "།": 1425, - "ག": 1426, - "ང": 1427, - "ད": 1428, - "ན": 1429, - "པ": 1430, - "བ": 1431, - "མ": 1432, - "འ": 1433, - "ར": 1434, - "ལ": 1435, - "ས": 1436, - "မ": 1437, - "ა": 1438, - "ბ": 1439, - "გ": 1440, - "დ": 1441, - "ე": 1442, - "ვ": 1443, - "თ": 1444, - "ი": 1445, - "კ": 1446, - "ლ": 1447, - "მ": 1448, - "ნ": 1449, - "ო": 1450, - "რ": 1451, - "ს": 1452, - "ტ": 1453, - "უ": 1454, - "ᄀ": 1455, - "ᄂ": 1456, - "ᄃ": 1457, - "ᄅ": 1458, - "ᄆ": 1459, - "ᄇ": 1460, - "ᄉ": 1461, - "ᄊ": 1462, - "ᄋ": 1463, - "ᄌ": 1464, - "ᄎ": 1465, - "ᄏ": 1466, - "ᄐ": 1467, - "ᄑ": 1468, - "ᄒ": 1469, - "ᅡ": 1470, - "ᅢ": 1471, - "ᅥ": 1472, - "ᅦ": 1473, - "ᅧ": 1474, - "ᅩ": 1475, - "ᅪ": 1476, - "ᅭ": 1477, - "ᅮ": 1478, - "ᅯ": 1479, - "ᅲ": 1480, - "ᅳ": 1481, - "ᅴ": 1482, - "ᅵ": 1483, - "ᆨ": 1484, - "ᆫ": 1485, - "ᆯ": 1486, - "ᆷ": 1487, - "ᆸ": 1488, - "ᆼ": 1489, - "ᴬ": 1490, - "ᴮ": 1491, - "ᴰ": 1492, - "ᴵ": 1493, - "ᴺ": 1494, - "ᵀ": 1495, - "ᵃ": 1496, - "ᵇ": 1497, - "ᵈ": 1498, - "ᵉ": 1499, - "ᵍ": 1500, - "ᵏ": 1501, - "ᵐ": 1502, - "ᵒ": 1503, - "ᵖ": 1504, - "ᵗ": 1505, - "ᵘ": 1506, - "ᵢ": 1507, - "ᵣ": 1508, - "ᵤ": 1509, - "ᵥ": 1510, - "ᶜ": 1511, - "ᶠ": 1512, - "‐": 1513, - "‑": 1514, - "‒": 1515, - "–": 1516, - "—": 1517, - "―": 1518, - "‖": 1519, - "‘": 1520, - "’": 1521, - "‚": 1522, - "“": 1523, - "”": 1524, - "„": 1525, - "†": 1526, - "‡": 1527, - "•": 1528, - "…": 1529, - "‰": 1530, - "′": 1531, - "″": 1532, - "›": 1533, - "‿": 1534, - "⁄": 1535, - "⁰": 1536, - "ⁱ": 1537, - "⁴": 1538, - "⁵": 1539, - "⁶": 1540, - "⁷": 1541, - "⁸": 1542, - "⁹": 1543, - "⁺": 1544, - "⁻": 1545, - "ⁿ": 1546, - "₀": 1547, - "₁": 1548, - "₂": 1549, - "₃": 1550, - "₄": 1551, - "₅": 1552, - "₆": 1553, - "₇": 1554, - "₈": 1555, - "₉": 1556, - "₊": 1557, - "₍": 1558, - "₎": 1559, - "ₐ": 1560, - "ₑ": 1561, - "ₒ": 1562, - "ₓ": 1563, - "ₕ": 1564, - "ₖ": 1565, - "ₗ": 1566, - "ₘ": 1567, - "ₙ": 1568, - "ₚ": 1569, - "ₛ": 1570, - "ₜ": 1571, - "₤": 1572, - "₩": 1573, - "€": 1574, - "₱": 1575, - "₹": 1576, - "ℓ": 1577, - "№": 1578, - "ℝ": 1579, - "™": 1580, - "⅓": 1581, - "⅔": 1582, - "←": 1583, - "↑": 1584, - "→": 1585, - "↓": 1586, - "↔": 1587, - "↦": 1588, - "⇄": 1589, - "⇌": 1590, - "⇒": 1591, - "∂": 1592, - "∅": 1593, - "∆": 1594, - "∇": 1595, - "∈": 1596, - "−": 1597, - "∗": 1598, - "∘": 1599, - "√": 1600, - "∞": 1601, - "∧": 1602, - "∨": 1603, - "∩": 1604, - "∪": 1605, - "≈": 1606, - "≡": 1607, - "≤": 1608, - "≥": 1609, - "⊂": 1610, - "⊆": 1611, - "⊕": 1612, - "⊗": 1613, - "⋅": 1614, - "─": 1615, - "│": 1616, - "■": 1617, - "▪": 1618, - "●": 1619, - "★": 1620, - "☆": 1621, - "☉": 1622, - "♠": 1623, - "♣": 1624, - "♥": 1625, - "♦": 1626, - "♭": 1627, - "♯": 1628, - "⟨": 1629, - "⟩": 1630, - "ⱼ": 1631, - "⺩": 1632, - "⺼": 1633, - "⽥": 1634, - "、": 1635, - "。": 1636, - "〈": 1637, - "〉": 1638, - "《": 1639, - "》": 1640, - "「": 1641, - "」": 1642, - "『": 1643, - "』": 1644, - "〜": 1645, - "あ": 1646, - "い": 1647, - "う": 1648, - "え": 1649, - "お": 1650, - "か": 1651, - "き": 1652, - "く": 1653, - "け": 1654, - "こ": 1655, - "さ": 1656, - "し": 1657, - "す": 1658, - "せ": 1659, - "そ": 1660, - "た": 1661, - "ち": 1662, - "っ": 1663, - "つ": 1664, - "て": 1665, - "と": 1666, - "な": 1667, - "に": 1668, - "ぬ": 1669, - "ね": 1670, - "の": 1671, - "は": 1672, - "ひ": 1673, - "ふ": 1674, - "へ": 1675, - "ほ": 1676, - "ま": 1677, - "み": 1678, - "む": 1679, - "め": 1680, - "も": 1681, - "や": 1682, - "ゆ": 1683, - "よ": 1684, - "ら": 1685, - "り": 1686, - "る": 1687, - "れ": 1688, - "ろ": 1689, - "を": 1690, - "ん": 1691, - "ァ": 1692, - "ア": 1693, - "ィ": 1694, - "イ": 1695, - "ウ": 1696, - "ェ": 1697, - "エ": 1698, - "オ": 1699, - "カ": 1700, - "キ": 1701, - "ク": 1702, - "ケ": 1703, - "コ": 1704, - "サ": 1705, - "シ": 1706, - "ス": 1707, - "セ": 1708, - "タ": 1709, - "チ": 1710, - "ッ": 1711, - "ツ": 1712, - "テ": 1713, - "ト": 1714, - "ナ": 1715, - "ニ": 1716, - "ノ": 1717, - "ハ": 1718, - "ヒ": 1719, - "フ": 1720, - "ヘ": 1721, - "ホ": 1722, - "マ": 1723, - "ミ": 1724, - "ム": 1725, - "メ": 1726, - "モ": 1727, - "ャ": 1728, - "ュ": 1729, - "ョ": 1730, - "ラ": 1731, - "リ": 1732, - "ル": 1733, - "レ": 1734, - "ロ": 1735, - "ワ": 1736, - "ン": 1737, - "・": 1738, - "ー": 1739, - "一": 1740, - "三": 1741, - "上": 1742, - "下": 1743, - "不": 1744, - "世": 1745, - "中": 1746, - "主": 1747, - "久": 1748, - "之": 1749, - "也": 1750, - "事": 1751, - "二": 1752, - "五": 1753, - "井": 1754, - "京": 1755, - "人": 1756, - "亻": 1757, - "仁": 1758, - "介": 1759, - "代": 1760, - "仮": 1761, - "伊": 1762, - "会": 1763, - "佐": 1764, - "侍": 1765, - "保": 1766, - "信": 1767, - "健": 1768, - "元": 1769, - "光": 1770, - "八": 1771, - "公": 1772, - "内": 1773, - "出": 1774, - "分": 1775, - "前": 1776, - "劉": 1777, - "力": 1778, - "加": 1779, - "勝": 1780, - "北": 1781, - "区": 1782, - "十": 1783, - "千": 1784, - "南": 1785, - "博": 1786, - "原": 1787, - "口": 1788, - "古": 1789, - "史": 1790, - "司": 1791, - "合": 1792, - "吉": 1793, - "同": 1794, - "名": 1795, - "和": 1796, - "囗": 1797, - "四": 1798, - "国": 1799, - "國": 1800, - "土": 1801, - "地": 1802, - "坂": 1803, - "城": 1804, - "堂": 1805, - "場": 1806, - "士": 1807, - "夏": 1808, - "外": 1809, - "大": 1810, - "天": 1811, - "太": 1812, - "夫": 1813, - "奈": 1814, - "女": 1815, - "子": 1816, - "学": 1817, - "宀": 1818, - "宇": 1819, - "安": 1820, - "宗": 1821, - "定": 1822, - "宣": 1823, - "宮": 1824, - "家": 1825, - "宿": 1826, - "寺": 1827, - "將": 1828, - "小": 1829, - "尚": 1830, - "山": 1831, - "岡": 1832, - "島": 1833, - "崎": 1834, - "川": 1835, - "州": 1836, - "巿": 1837, - "帝": 1838, - "平": 1839, - "年": 1840, - "幸": 1841, - "广": 1842, - "弘": 1843, - "張": 1844, - "彳": 1845, - "後": 1846, - "御": 1847, - "德": 1848, - "心": 1849, - "忄": 1850, - "志": 1851, - "忠": 1852, - "愛": 1853, - "成": 1854, - "我": 1855, - "戦": 1856, - "戸": 1857, - "手": 1858, - "扌": 1859, - "政": 1860, - "文": 1861, - "新": 1862, - "方": 1863, - "日": 1864, - "明": 1865, - "星": 1866, - "春": 1867, - "昭": 1868, - "智": 1869, - "曲": 1870, - "書": 1871, - "月": 1872, - "有": 1873, - "朝": 1874, - "木": 1875, - "本": 1876, - "李": 1877, - "村": 1878, - "東": 1879, - "松": 1880, - "林": 1881, - "森": 1882, - "楊": 1883, - "樹": 1884, - "橋": 1885, - "歌": 1886, - "止": 1887, - "正": 1888, - "武": 1889, - "比": 1890, - "氏": 1891, - "民": 1892, - "水": 1893, - "氵": 1894, - "氷": 1895, - "永": 1896, - "江": 1897, - "沢": 1898, - "河": 1899, - "治": 1900, - "法": 1901, - "海": 1902, - "清": 1903, - "漢": 1904, - "瀬": 1905, - "火": 1906, - "版": 1907, - "犬": 1908, - "王": 1909, - "生": 1910, - "田": 1911, - "男": 1912, - "疒": 1913, - "発": 1914, - "白": 1915, - "的": 1916, - "皇": 1917, - "目": 1918, - "相": 1919, - "省": 1920, - "真": 1921, - "石": 1922, - "示": 1923, - "社": 1924, - "神": 1925, - "福": 1926, - "禾": 1927, - "秀": 1928, - "秋": 1929, - "空": 1930, - "立": 1931, - "章": 1932, - "竹": 1933, - "糹": 1934, - "美": 1935, - "義": 1936, - "耳": 1937, - "良": 1938, - "艹": 1939, - "花": 1940, - "英": 1941, - "華": 1942, - "葉": 1943, - "藤": 1944, - "行": 1945, - "街": 1946, - "西": 1947, - "見": 1948, - "訁": 1949, - "語": 1950, - "谷": 1951, - "貝": 1952, - "貴": 1953, - "車": 1954, - "軍": 1955, - "辶": 1956, - "道": 1957, - "郎": 1958, - "郡": 1959, - "部": 1960, - "都": 1961, - "里": 1962, - "野": 1963, - "金": 1964, - "鈴": 1965, - "镇": 1966, - "長": 1967, - "門": 1968, - "間": 1969, - "阝": 1970, - "阿": 1971, - "陳": 1972, - "陽": 1973, - "雄": 1974, - "青": 1975, - "面": 1976, - "風": 1977, - "食": 1978, - "香": 1979, - "馬": 1980, - "高": 1981, - "龍": 1982, - "龸": 1983, - "fi": 1984, - "fl": 1985, - "!": 1986, - "(": 1987, - ")": 1988, - ",": 1989, - "-": 1990, - ".": 1991, - "/": 1992, - ":": 1993, - "?": 1994, - "~": 1995, - "the": 1996, - "of": 1997, - "and": 1998, - "in": 1999, - "to": 2000, - "was": 2001, - "he": 2002, - "is": 2003, - "as": 2004, - "for": 2005, - "on": 2006, - "with": 2007, - "that": 2008, - "it": 2009, - "his": 2010, - "by": 2011, - "at": 2012, - "from": 2013, - "her": 2014, - "##s": 2015, - "she": 2016, - "you": 2017, - "had": 2018, - "an": 2019, - "were": 2020, - "but": 2021, - "be": 2022, - "this": 2023, - "are": 2024, - "not": 2025, - "my": 2026, - "they": 2027, - "one": 2028, - "which": 2029, - "or": 2030, - "have": 2031, - "him": 2032, - "me": 2033, - "first": 2034, - "all": 2035, - "also": 2036, - "their": 2037, - "has": 2038, - "up": 2039, - "who": 2040, - "out": 2041, - "been": 2042, - "when": 2043, - "after": 2044, - "there": 2045, - "into": 2046, - "new": 2047, - "two": 2048, - "its": 2049, - "##a": 2050, - "time": 2051, - "would": 2052, - "no": 2053, - "what": 2054, - "about": 2055, - "said": 2056, - "we": 2057, - "over": 2058, - "then": 2059, - "other": 2060, - "so": 2061, - "more": 2062, - "##e": 2063, - "can": 2064, - "if": 2065, - "like": 2066, - "back": 2067, - "them": 2068, - "only": 2069, - "some": 2070, - "could": 2071, - "##i": 2072, - "where": 2073, - "just": 2074, - "##ing": 2075, - "during": 2076, - "before": 2077, - "##n": 2078, - "do": 2079, - "##o": 2080, - "made": 2081, - "school": 2082, - "through": 2083, - "than": 2084, - "now": 2085, - "years": 2086, - "most": 2087, - "world": 2088, - "may": 2089, - "between": 2090, - "down": 2091, - "well": 2092, - "three": 2093, - "##d": 2094, - "year": 2095, - "while": 2096, - "will": 2097, - "##ed": 2098, - "##r": 2099, - "##y": 2100, - "later": 2101, - "##t": 2102, - "city": 2103, - "under": 2104, - "around": 2105, - "did": 2106, - "such": 2107, - "being": 2108, - "used": 2109, - "state": 2110, - "people": 2111, - "part": 2112, - "know": 2113, - "against": 2114, - "your": 2115, - "many": 2116, - "second": 2117, - "university": 2118, - "both": 2119, - "national": 2120, - "##er": 2121, - "these": 2122, - "don": 2123, - "known": 2124, - "off": 2125, - "way": 2126, - "until": 2127, - "re": 2128, - "how": 2129, - "even": 2130, - "get": 2131, - "head": 2132, - "...": 2133, - "didn": 2134, - "##ly": 2135, - "team": 2136, - "american": 2137, - "because": 2138, - "de": 2139, - "##l": 2140, - "born": 2141, - "united": 2142, - "film": 2143, - "since": 2144, - "still": 2145, - "long": 2146, - "work": 2147, - "south": 2148, - "us": 2149, - "became": 2150, - "any": 2151, - "high": 2152, - "again": 2153, - "day": 2154, - "family": 2155, - "see": 2156, - "right": 2157, - "man": 2158, - "eyes": 2159, - "house": 2160, - "season": 2161, - "war": 2162, - "states": 2163, - "including": 2164, - "took": 2165, - "life": 2166, - "north": 2167, - "same": 2168, - "each": 2169, - "called": 2170, - "name": 2171, - "much": 2172, - "place": 2173, - "however": 2174, - "go": 2175, - "four": 2176, - "group": 2177, - "another": 2178, - "found": 2179, - "won": 2180, - "area": 2181, - "here": 2182, - "going": 2183, - "10": 2184, - "away": 2185, - "series": 2186, - "left": 2187, - "home": 2188, - "music": 2189, - "best": 2190, - "make": 2191, - "hand": 2192, - "number": 2193, - "company": 2194, - "several": 2195, - "never": 2196, - "last": 2197, - "john": 2198, - "000": 2199, - "very": 2200, - "album": 2201, - "take": 2202, - "end": 2203, - "good": 2204, - "too": 2205, - "following": 2206, - "released": 2207, - "game": 2208, - "played": 2209, - "little": 2210, - "began": 2211, - "district": 2212, - "##m": 2213, - "old": 2214, - "want": 2215, - "those": 2216, - "side": 2217, - "held": 2218, - "own": 2219, - "early": 2220, - "county": 2221, - "ll": 2222, - "league": 2223, - "use": 2224, - "west": 2225, - "##u": 2226, - "face": 2227, - "think": 2228, - "##es": 2229, - "2010": 2230, - "government": 2231, - "##h": 2232, - "march": 2233, - "came": 2234, - "small": 2235, - "general": 2236, - "town": 2237, - "june": 2238, - "##on": 2239, - "line": 2240, - "based": 2241, - "something": 2242, - "##k": 2243, - "september": 2244, - "thought": 2245, - "looked": 2246, - "along": 2247, - "international": 2248, - "2011": 2249, - "air": 2250, - "july": 2251, - "club": 2252, - "went": 2253, - "january": 2254, - "october": 2255, - "our": 2256, - "august": 2257, - "april": 2258, - "york": 2259, - "12": 2260, - "few": 2261, - "2012": 2262, - "2008": 2263, - "east": 2264, - "show": 2265, - "member": 2266, - "college": 2267, - "2009": 2268, - "father": 2269, - "public": 2270, - "##us": 2271, - "come": 2272, - "men": 2273, - "five": 2274, - "set": 2275, - "station": 2276, - "church": 2277, - "##c": 2278, - "next": 2279, - "former": 2280, - "november": 2281, - "room": 2282, - "party": 2283, - "located": 2284, - "december": 2285, - "2013": 2286, - "age": 2287, - "got": 2288, - "2007": 2289, - "##g": 2290, - "system": 2291, - "let": 2292, - "love": 2293, - "2006": 2294, - "though": 2295, - "every": 2296, - "2014": 2297, - "look": 2298, - "song": 2299, - "water": 2300, - "century": 2301, - "without": 2302, - "body": 2303, - "black": 2304, - "night": 2305, - "within": 2306, - "great": 2307, - "women": 2308, - "single": 2309, - "ve": 2310, - "building": 2311, - "large": 2312, - "population": 2313, - "river": 2314, - "named": 2315, - "band": 2316, - "white": 2317, - "started": 2318, - "##an": 2319, - "once": 2320, - "15": 2321, - "20": 2322, - "should": 2323, - "18": 2324, - "2015": 2325, - "service": 2326, - "top": 2327, - "built": 2328, - "british": 2329, - "open": 2330, - "death": 2331, - "king": 2332, - "moved": 2333, - "local": 2334, - "times": 2335, - "children": 2336, - "february": 2337, - "book": 2338, - "why": 2339, - "11": 2340, - "door": 2341, - "need": 2342, - "president": 2343, - "order": 2344, - "final": 2345, - "road": 2346, - "wasn": 2347, - "although": 2348, - "due": 2349, - "major": 2350, - "died": 2351, - "village": 2352, - "third": 2353, - "knew": 2354, - "2016": 2355, - "asked": 2356, - "turned": 2357, - "st": 2358, - "wanted": 2359, - "say": 2360, - "##p": 2361, - "together": 2362, - "received": 2363, - "main": 2364, - "son": 2365, - "served": 2366, - "different": 2367, - "##en": 2368, - "behind": 2369, - "himself": 2370, - "felt": 2371, - "members": 2372, - "power": 2373, - "football": 2374, - "law": 2375, - "voice": 2376, - "play": 2377, - "##in": 2378, - "near": 2379, - "park": 2380, - "history": 2381, - "30": 2382, - "having": 2383, - "2005": 2384, - "16": 2385, - "##man": 2386, - "saw": 2387, - "mother": 2388, - "##al": 2389, - "army": 2390, - "point": 2391, - "front": 2392, - "help": 2393, - "english": 2394, - "street": 2395, - "art": 2396, - "late": 2397, - "hands": 2398, - "games": 2399, - "award": 2400, - "##ia": 2401, - "young": 2402, - "14": 2403, - "put": 2404, - "published": 2405, - "country": 2406, - "division": 2407, - "across": 2408, - "told": 2409, - "13": 2410, - "often": 2411, - "ever": 2412, - "french": 2413, - "london": 2414, - "center": 2415, - "six": 2416, - "red": 2417, - "2017": 2418, - "led": 2419, - "days": 2420, - "include": 2421, - "light": 2422, - "25": 2423, - "find": 2424, - "tell": 2425, - "among": 2426, - "species": 2427, - "really": 2428, - "according": 2429, - "central": 2430, - "half": 2431, - "2004": 2432, - "form": 2433, - "original": 2434, - "gave": 2435, - "office": 2436, - "making": 2437, - "enough": 2438, - "lost": 2439, - "full": 2440, - "opened": 2441, - "must": 2442, - "included": 2443, - "live": 2444, - "given": 2445, - "german": 2446, - "player": 2447, - "run": 2448, - "business": 2449, - "woman": 2450, - "community": 2451, - "cup": 2452, - "might": 2453, - "million": 2454, - "land": 2455, - "2000": 2456, - "court": 2457, - "development": 2458, - "17": 2459, - "short": 2460, - "round": 2461, - "ii": 2462, - "km": 2463, - "seen": 2464, - "class": 2465, - "story": 2466, - "always": 2467, - "become": 2468, - "sure": 2469, - "research": 2470, - "almost": 2471, - "director": 2472, - "council": 2473, - "la": 2474, - "##2": 2475, - "career": 2476, - "things": 2477, - "using": 2478, - "island": 2479, - "##z": 2480, - "couldn": 2481, - "car": 2482, - "##is": 2483, - "24": 2484, - "close": 2485, - "force": 2486, - "##1": 2487, - "better": 2488, - "free": 2489, - "support": 2490, - "control": 2491, - "field": 2492, - "students": 2493, - "2003": 2494, - "education": 2495, - "married": 2496, - "##b": 2497, - "nothing": 2498, - "worked": 2499, - "others": 2500, - "record": 2501, - "big": 2502, - "inside": 2503, - "level": 2504, - "anything": 2505, - "continued": 2506, - "give": 2507, - "james": 2508, - "##3": 2509, - "military": 2510, - "established": 2511, - "non": 2512, - "returned": 2513, - "feel": 2514, - "does": 2515, - "title": 2516, - "written": 2517, - "thing": 2518, - "feet": 2519, - "william": 2520, - "far": 2521, - "co": 2522, - "association": 2523, - "hard": 2524, - "already": 2525, - "2002": 2526, - "##ra": 2527, - "championship": 2528, - "human": 2529, - "western": 2530, - "100": 2531, - "##na": 2532, - "department": 2533, - "hall": 2534, - "role": 2535, - "various": 2536, - "production": 2537, - "21": 2538, - "19": 2539, - "heart": 2540, - "2001": 2541, - "living": 2542, - "fire": 2543, - "version": 2544, - "##ers": 2545, - "##f": 2546, - "television": 2547, - "royal": 2548, - "##4": 2549, - "produced": 2550, - "working": 2551, - "act": 2552, - "case": 2553, - "society": 2554, - "region": 2555, - "present": 2556, - "radio": 2557, - "period": 2558, - "looking": 2559, - "least": 2560, - "total": 2561, - "keep": 2562, - "england": 2563, - "wife": 2564, - "program": 2565, - "per": 2566, - "brother": 2567, - "mind": 2568, - "special": 2569, - "22": 2570, - "##le": 2571, - "am": 2572, - "works": 2573, - "soon": 2574, - "##6": 2575, - "political": 2576, - "george": 2577, - "services": 2578, - "taken": 2579, - "created": 2580, - "##7": 2581, - "further": 2582, - "able": 2583, - "reached": 2584, - "david": 2585, - "union": 2586, - "joined": 2587, - "upon": 2588, - "done": 2589, - "important": 2590, - "social": 2591, - "information": 2592, - "either": 2593, - "##ic": 2594, - "##x": 2595, - "appeared": 2596, - "position": 2597, - "ground": 2598, - "lead": 2599, - "rock": 2600, - "dark": 2601, - "election": 2602, - "23": 2603, - "board": 2604, - "france": 2605, - "hair": 2606, - "course": 2607, - "arms": 2608, - "site": 2609, - "police": 2610, - "girl": 2611, - "instead": 2612, - "real": 2613, - "sound": 2614, - "##v": 2615, - "words": 2616, - "moment": 2617, - "##te": 2618, - "someone": 2619, - "##8": 2620, - "summer": 2621, - "project": 2622, - "announced": 2623, - "san": 2624, - "less": 2625, - "wrote": 2626, - "past": 2627, - "followed": 2628, - "##5": 2629, - "blue": 2630, - "founded": 2631, - "al": 2632, - "finally": 2633, - "india": 2634, - "taking": 2635, - "records": 2636, - "america": 2637, - "##ne": 2638, - "1999": 2639, - "design": 2640, - "considered": 2641, - "northern": 2642, - "god": 2643, - "stop": 2644, - "battle": 2645, - "toward": 2646, - "european": 2647, - "outside": 2648, - "described": 2649, - "track": 2650, - "today": 2651, - "playing": 2652, - "language": 2653, - "28": 2654, - "call": 2655, - "26": 2656, - "heard": 2657, - "professional": 2658, - "low": 2659, - "australia": 2660, - "miles": 2661, - "california": 2662, - "win": 2663, - "yet": 2664, - "green": 2665, - "##ie": 2666, - "trying": 2667, - "blood": 2668, - "##ton": 2669, - "southern": 2670, - "science": 2671, - "maybe": 2672, - "everything": 2673, - "match": 2674, - "square": 2675, - "27": 2676, - "mouth": 2677, - "video": 2678, - "race": 2679, - "recorded": 2680, - "leave": 2681, - "above": 2682, - "##9": 2683, - "daughter": 2684, - "points": 2685, - "space": 2686, - "1998": 2687, - "museum": 2688, - "change": 2689, - "middle": 2690, - "common": 2691, - "##0": 2692, - "move": 2693, - "tv": 2694, - "post": 2695, - "##ta": 2696, - "lake": 2697, - "seven": 2698, - "tried": 2699, - "elected": 2700, - "closed": 2701, - "ten": 2702, - "paul": 2703, - "minister": 2704, - "##th": 2705, - "months": 2706, - "start": 2707, - "chief": 2708, - "return": 2709, - "canada": 2710, - "person": 2711, - "sea": 2712, - "release": 2713, - "similar": 2714, - "modern": 2715, - "brought": 2716, - "rest": 2717, - "hit": 2718, - "formed": 2719, - "mr": 2720, - "##la": 2721, - "1997": 2722, - "floor": 2723, - "event": 2724, - "doing": 2725, - "thomas": 2726, - "1996": 2727, - "robert": 2728, - "care": 2729, - "killed": 2730, - "training": 2731, - "star": 2732, - "week": 2733, - "needed": 2734, - "turn": 2735, - "finished": 2736, - "railway": 2737, - "rather": 2738, - "news": 2739, - "health": 2740, - "sent": 2741, - "example": 2742, - "ran": 2743, - "term": 2744, - "michael": 2745, - "coming": 2746, - "currently": 2747, - "yes": 2748, - "forces": 2749, - "despite": 2750, - "gold": 2751, - "areas": 2752, - "50": 2753, - "stage": 2754, - "fact": 2755, - "29": 2756, - "dead": 2757, - "says": 2758, - "popular": 2759, - "2018": 2760, - "originally": 2761, - "germany": 2762, - "probably": 2763, - "developed": 2764, - "result": 2765, - "pulled": 2766, - "friend": 2767, - "stood": 2768, - "money": 2769, - "running": 2770, - "mi": 2771, - "signed": 2772, - "word": 2773, - "songs": 2774, - "child": 2775, - "eventually": 2776, - "met": 2777, - "tour": 2778, - "average": 2779, - "teams": 2780, - "minutes": 2781, - "festival": 2782, - "current": 2783, - "deep": 2784, - "kind": 2785, - "1995": 2786, - "decided": 2787, - "usually": 2788, - "eastern": 2789, - "seemed": 2790, - "##ness": 2791, - "episode": 2792, - "bed": 2793, - "added": 2794, - "table": 2795, - "indian": 2796, - "private": 2797, - "charles": 2798, - "route": 2799, - "available": 2800, - "idea": 2801, - "throughout": 2802, - "centre": 2803, - "addition": 2804, - "appointed": 2805, - "style": 2806, - "1994": 2807, - "books": 2808, - "eight": 2809, - "construction": 2810, - "press": 2811, - "mean": 2812, - "wall": 2813, - "friends": 2814, - "remained": 2815, - "schools": 2816, - "study": 2817, - "##ch": 2818, - "##um": 2819, - "institute": 2820, - "oh": 2821, - "chinese": 2822, - "sometimes": 2823, - "events": 2824, - "possible": 2825, - "1992": 2826, - "australian": 2827, - "type": 2828, - "brown": 2829, - "forward": 2830, - "talk": 2831, - "process": 2832, - "food": 2833, - "debut": 2834, - "seat": 2835, - "performance": 2836, - "committee": 2837, - "features": 2838, - "character": 2839, - "arts": 2840, - "herself": 2841, - "else": 2842, - "lot": 2843, - "strong": 2844, - "russian": 2845, - "range": 2846, - "hours": 2847, - "peter": 2848, - "arm": 2849, - "##da": 2850, - "morning": 2851, - "dr": 2852, - "sold": 2853, - "##ry": 2854, - "quickly": 2855, - "directed": 2856, - "1993": 2857, - "guitar": 2858, - "china": 2859, - "##w": 2860, - "31": 2861, - "list": 2862, - "##ma": 2863, - "performed": 2864, - "media": 2865, - "uk": 2866, - "players": 2867, - "smile": 2868, - "##rs": 2869, - "myself": 2870, - "40": 2871, - "placed": 2872, - "coach": 2873, - "province": 2874, - "towards": 2875, - "wouldn": 2876, - "leading": 2877, - "whole": 2878, - "boy": 2879, - "official": 2880, - "designed": 2881, - "grand": 2882, - "census": 2883, - "##el": 2884, - "europe": 2885, - "attack": 2886, - "japanese": 2887, - "henry": 2888, - "1991": 2889, - "##re": 2890, - "##os": 2891, - "cross": 2892, - "getting": 2893, - "alone": 2894, - "action": 2895, - "lower": 2896, - "network": 2897, - "wide": 2898, - "washington": 2899, - "japan": 2900, - "1990": 2901, - "hospital": 2902, - "believe": 2903, - "changed": 2904, - "sister": 2905, - "##ar": 2906, - "hold": 2907, - "gone": 2908, - "sir": 2909, - "hadn": 2910, - "ship": 2911, - "##ka": 2912, - "studies": 2913, - "academy": 2914, - "shot": 2915, - "rights": 2916, - "below": 2917, - "base": 2918, - "bad": 2919, - "involved": 2920, - "kept": 2921, - "largest": 2922, - "##ist": 2923, - "bank": 2924, - "future": 2925, - "especially": 2926, - "beginning": 2927, - "mark": 2928, - "movement": 2929, - "section": 2930, - "female": 2931, - "magazine": 2932, - "plan": 2933, - "professor": 2934, - "lord": 2935, - "longer": 2936, - "##ian": 2937, - "sat": 2938, - "walked": 2939, - "hill": 2940, - "actually": 2941, - "civil": 2942, - "energy": 2943, - "model": 2944, - "families": 2945, - "size": 2946, - "thus": 2947, - "aircraft": 2948, - "completed": 2949, - "includes": 2950, - "data": 2951, - "captain": 2952, - "##or": 2953, - "fight": 2954, - "vocals": 2955, - "featured": 2956, - "richard": 2957, - "bridge": 2958, - "fourth": 2959, - "1989": 2960, - "officer": 2961, - "stone": 2962, - "hear": 2963, - "##ism": 2964, - "means": 2965, - "medical": 2966, - "groups": 2967, - "management": 2968, - "self": 2969, - "lips": 2970, - "competition": 2971, - "entire": 2972, - "lived": 2973, - "technology": 2974, - "leaving": 2975, - "federal": 2976, - "tournament": 2977, - "bit": 2978, - "passed": 2979, - "hot": 2980, - "independent": 2981, - "awards": 2982, - "kingdom": 2983, - "mary": 2984, - "spent": 2985, - "fine": 2986, - "doesn": 2987, - "reported": 2988, - "##ling": 2989, - "jack": 2990, - "fall": 2991, - "raised": 2992, - "itself": 2993, - "stay": 2994, - "true": 2995, - "studio": 2996, - "1988": 2997, - "sports": 2998, - "replaced": 2999, - "paris": 3000, - "systems": 3001, - "saint": 3002, - "leader": 3003, - "theatre": 3004, - "whose": 3005, - "market": 3006, - "capital": 3007, - "parents": 3008, - "spanish": 3009, - "canadian": 3010, - "earth": 3011, - "##ity": 3012, - "cut": 3013, - "degree": 3014, - "writing": 3015, - "bay": 3016, - "christian": 3017, - "awarded": 3018, - "natural": 3019, - "higher": 3020, - "bill": 3021, - "##as": 3022, - "coast": 3023, - "provided": 3024, - "previous": 3025, - "senior": 3026, - "ft": 3027, - "valley": 3028, - "organization": 3029, - "stopped": 3030, - "onto": 3031, - "countries": 3032, - "parts": 3033, - "conference": 3034, - "queen": 3035, - "security": 3036, - "interest": 3037, - "saying": 3038, - "allowed": 3039, - "master": 3040, - "earlier": 3041, - "phone": 3042, - "matter": 3043, - "smith": 3044, - "winning": 3045, - "try": 3046, - "happened": 3047, - "moving": 3048, - "campaign": 3049, - "los": 3050, - "##ley": 3051, - "breath": 3052, - "nearly": 3053, - "mid": 3054, - "1987": 3055, - "certain": 3056, - "girls": 3057, - "date": 3058, - "italian": 3059, - "african": 3060, - "standing": 3061, - "fell": 3062, - "artist": 3063, - "##ted": 3064, - "shows": 3065, - "deal": 3066, - "mine": 3067, - "industry": 3068, - "1986": 3069, - "##ng": 3070, - "everyone": 3071, - "republic": 3072, - "provide": 3073, - "collection": 3074, - "library": 3075, - "student": 3076, - "##ville": 3077, - "primary": 3078, - "owned": 3079, - "older": 3080, - "via": 3081, - "heavy": 3082, - "1st": 3083, - "makes": 3084, - "##able": 3085, - "attention": 3086, - "anyone": 3087, - "africa": 3088, - "##ri": 3089, - "stated": 3090, - "length": 3091, - "ended": 3092, - "fingers": 3093, - "command": 3094, - "staff": 3095, - "skin": 3096, - "foreign": 3097, - "opening": 3098, - "governor": 3099, - "okay": 3100, - "medal": 3101, - "kill": 3102, - "sun": 3103, - "cover": 3104, - "job": 3105, - "1985": 3106, - "introduced": 3107, - "chest": 3108, - "hell": 3109, - "feeling": 3110, - "##ies": 3111, - "success": 3112, - "meet": 3113, - "reason": 3114, - "standard": 3115, - "meeting": 3116, - "novel": 3117, - "1984": 3118, - "trade": 3119, - "source": 3120, - "buildings": 3121, - "##land": 3122, - "rose": 3123, - "guy": 3124, - "goal": 3125, - "##ur": 3126, - "chapter": 3127, - "native": 3128, - "husband": 3129, - "previously": 3130, - "unit": 3131, - "limited": 3132, - "entered": 3133, - "weeks": 3134, - "producer": 3135, - "operations": 3136, - "mountain": 3137, - "takes": 3138, - "covered": 3139, - "forced": 3140, - "related": 3141, - "roman": 3142, - "complete": 3143, - "successful": 3144, - "key": 3145, - "texas": 3146, - "cold": 3147, - "##ya": 3148, - "channel": 3149, - "1980": 3150, - "traditional": 3151, - "films": 3152, - "dance": 3153, - "clear": 3154, - "approximately": 3155, - "500": 3156, - "nine": 3157, - "van": 3158, - "prince": 3159, - "question": 3160, - "active": 3161, - "tracks": 3162, - "ireland": 3163, - "regional": 3164, - "silver": 3165, - "author": 3166, - "personal": 3167, - "sense": 3168, - "operation": 3169, - "##ine": 3170, - "economic": 3171, - "1983": 3172, - "holding": 3173, - "twenty": 3174, - "isbn": 3175, - "additional": 3176, - "speed": 3177, - "hour": 3178, - "edition": 3179, - "regular": 3180, - "historic": 3181, - "places": 3182, - "whom": 3183, - "shook": 3184, - "movie": 3185, - "km²": 3186, - "secretary": 3187, - "prior": 3188, - "report": 3189, - "chicago": 3190, - "read": 3191, - "foundation": 3192, - "view": 3193, - "engine": 3194, - "scored": 3195, - "1982": 3196, - "units": 3197, - "ask": 3198, - "airport": 3199, - "property": 3200, - "ready": 3201, - "immediately": 3202, - "lady": 3203, - "month": 3204, - "listed": 3205, - "contract": 3206, - "##de": 3207, - "manager": 3208, - "themselves": 3209, - "lines": 3210, - "##ki": 3211, - "navy": 3212, - "writer": 3213, - "meant": 3214, - "##ts": 3215, - "runs": 3216, - "##ro": 3217, - "practice": 3218, - "championships": 3219, - "singer": 3220, - "glass": 3221, - "commission": 3222, - "required": 3223, - "forest": 3224, - "starting": 3225, - "culture": 3226, - "generally": 3227, - "giving": 3228, - "access": 3229, - "attended": 3230, - "test": 3231, - "couple": 3232, - "stand": 3233, - "catholic": 3234, - "martin": 3235, - "caught": 3236, - "executive": 3237, - "##less": 3238, - "eye": 3239, - "##ey": 3240, - "thinking": 3241, - "chair": 3242, - "quite": 3243, - "shoulder": 3244, - "1979": 3245, - "hope": 3246, - "decision": 3247, - "plays": 3248, - "defeated": 3249, - "municipality": 3250, - "whether": 3251, - "structure": 3252, - "offered": 3253, - "slowly": 3254, - "pain": 3255, - "ice": 3256, - "direction": 3257, - "##ion": 3258, - "paper": 3259, - "mission": 3260, - "1981": 3261, - "mostly": 3262, - "200": 3263, - "noted": 3264, - "individual": 3265, - "managed": 3266, - "nature": 3267, - "lives": 3268, - "plant": 3269, - "##ha": 3270, - "helped": 3271, - "except": 3272, - "studied": 3273, - "computer": 3274, - "figure": 3275, - "relationship": 3276, - "issue": 3277, - "significant": 3278, - "loss": 3279, - "die": 3280, - "smiled": 3281, - "gun": 3282, - "ago": 3283, - "highest": 3284, - "1972": 3285, - "##am": 3286, - "male": 3287, - "bring": 3288, - "goals": 3289, - "mexico": 3290, - "problem": 3291, - "distance": 3292, - "commercial": 3293, - "completely": 3294, - "location": 3295, - "annual": 3296, - "famous": 3297, - "drive": 3298, - "1976": 3299, - "neck": 3300, - "1978": 3301, - "surface": 3302, - "caused": 3303, - "italy": 3304, - "understand": 3305, - "greek": 3306, - "highway": 3307, - "wrong": 3308, - "hotel": 3309, - "comes": 3310, - "appearance": 3311, - "joseph": 3312, - "double": 3313, - "issues": 3314, - "musical": 3315, - "companies": 3316, - "castle": 3317, - "income": 3318, - "review": 3319, - "assembly": 3320, - "bass": 3321, - "initially": 3322, - "parliament": 3323, - "artists": 3324, - "experience": 3325, - "1974": 3326, - "particular": 3327, - "walk": 3328, - "foot": 3329, - "engineering": 3330, - "talking": 3331, - "window": 3332, - "dropped": 3333, - "##ter": 3334, - "miss": 3335, - "baby": 3336, - "boys": 3337, - "break": 3338, - "1975": 3339, - "stars": 3340, - "edge": 3341, - "remember": 3342, - "policy": 3343, - "carried": 3344, - "train": 3345, - "stadium": 3346, - "bar": 3347, - "sex": 3348, - "angeles": 3349, - "evidence": 3350, - "##ge": 3351, - "becoming": 3352, - "assistant": 3353, - "soviet": 3354, - "1977": 3355, - "upper": 3356, - "step": 3357, - "wing": 3358, - "1970": 3359, - "youth": 3360, - "financial": 3361, - "reach": 3362, - "##ll": 3363, - "actor": 3364, - "numerous": 3365, - "##se": 3366, - "##st": 3367, - "nodded": 3368, - "arrived": 3369, - "##ation": 3370, - "minute": 3371, - "##nt": 3372, - "believed": 3373, - "sorry": 3374, - "complex": 3375, - "beautiful": 3376, - "victory": 3377, - "associated": 3378, - "temple": 3379, - "1968": 3380, - "1973": 3381, - "chance": 3382, - "perhaps": 3383, - "metal": 3384, - "##son": 3385, - "1945": 3386, - "bishop": 3387, - "##et": 3388, - "lee": 3389, - "launched": 3390, - "particularly": 3391, - "tree": 3392, - "le": 3393, - "retired": 3394, - "subject": 3395, - "prize": 3396, - "contains": 3397, - "yeah": 3398, - "theory": 3399, - "empire": 3400, - "##ce": 3401, - "suddenly": 3402, - "waiting": 3403, - "trust": 3404, - "recording": 3405, - "##to": 3406, - "happy": 3407, - "terms": 3408, - "camp": 3409, - "champion": 3410, - "1971": 3411, - "religious": 3412, - "pass": 3413, - "zealand": 3414, - "names": 3415, - "2nd": 3416, - "port": 3417, - "ancient": 3418, - "tom": 3419, - "corner": 3420, - "represented": 3421, - "watch": 3422, - "legal": 3423, - "anti": 3424, - "justice": 3425, - "cause": 3426, - "watched": 3427, - "brothers": 3428, - "45": 3429, - "material": 3430, - "changes": 3431, - "simply": 3432, - "response": 3433, - "louis": 3434, - "fast": 3435, - "##ting": 3436, - "answer": 3437, - "60": 3438, - "historical": 3439, - "1969": 3440, - "stories": 3441, - "straight": 3442, - "create": 3443, - "feature": 3444, - "increased": 3445, - "rate": 3446, - "administration": 3447, - "virginia": 3448, - "el": 3449, - "activities": 3450, - "cultural": 3451, - "overall": 3452, - "winner": 3453, - "programs": 3454, - "basketball": 3455, - "legs": 3456, - "guard": 3457, - "beyond": 3458, - "cast": 3459, - "doctor": 3460, - "mm": 3461, - "flight": 3462, - "results": 3463, - "remains": 3464, - "cost": 3465, - "effect": 3466, - "winter": 3467, - "##ble": 3468, - "larger": 3469, - "islands": 3470, - "problems": 3471, - "chairman": 3472, - "grew": 3473, - "commander": 3474, - "isn": 3475, - "1967": 3476, - "pay": 3477, - "failed": 3478, - "selected": 3479, - "hurt": 3480, - "fort": 3481, - "box": 3482, - "regiment": 3483, - "majority": 3484, - "journal": 3485, - "35": 3486, - "edward": 3487, - "plans": 3488, - "##ke": 3489, - "##ni": 3490, - "shown": 3491, - "pretty": 3492, - "irish": 3493, - "characters": 3494, - "directly": 3495, - "scene": 3496, - "likely": 3497, - "operated": 3498, - "allow": 3499, - "spring": 3500, - "##j": 3501, - "junior": 3502, - "matches": 3503, - "looks": 3504, - "mike": 3505, - "houses": 3506, - "fellow": 3507, - "##tion": 3508, - "beach": 3509, - "marriage": 3510, - "##ham": 3511, - "##ive": 3512, - "rules": 3513, - "oil": 3514, - "65": 3515, - "florida": 3516, - "expected": 3517, - "nearby": 3518, - "congress": 3519, - "sam": 3520, - "peace": 3521, - "recent": 3522, - "iii": 3523, - "wait": 3524, - "subsequently": 3525, - "cell": 3526, - "##do": 3527, - "variety": 3528, - "serving": 3529, - "agreed": 3530, - "please": 3531, - "poor": 3532, - "joe": 3533, - "pacific": 3534, - "attempt": 3535, - "wood": 3536, - "democratic": 3537, - "piece": 3538, - "prime": 3539, - "##ca": 3540, - "rural": 3541, - "mile": 3542, - "touch": 3543, - "appears": 3544, - "township": 3545, - "1964": 3546, - "1966": 3547, - "soldiers": 3548, - "##men": 3549, - "##ized": 3550, - "1965": 3551, - "pennsylvania": 3552, - "closer": 3553, - "fighting": 3554, - "claimed": 3555, - "score": 3556, - "jones": 3557, - "physical": 3558, - "editor": 3559, - "##ous": 3560, - "filled": 3561, - "genus": 3562, - "specific": 3563, - "sitting": 3564, - "super": 3565, - "mom": 3566, - "##va": 3567, - "therefore": 3568, - "supported": 3569, - "status": 3570, - "fear": 3571, - "cases": 3572, - "store": 3573, - "meaning": 3574, - "wales": 3575, - "minor": 3576, - "spain": 3577, - "tower": 3578, - "focus": 3579, - "vice": 3580, - "frank": 3581, - "follow": 3582, - "parish": 3583, - "separate": 3584, - "golden": 3585, - "horse": 3586, - "fifth": 3587, - "remaining": 3588, - "branch": 3589, - "32": 3590, - "presented": 3591, - "stared": 3592, - "##id": 3593, - "uses": 3594, - "secret": 3595, - "forms": 3596, - "##co": 3597, - "baseball": 3598, - "exactly": 3599, - "##ck": 3600, - "choice": 3601, - "note": 3602, - "discovered": 3603, - "travel": 3604, - "composed": 3605, - "truth": 3606, - "russia": 3607, - "ball": 3608, - "color": 3609, - "kiss": 3610, - "dad": 3611, - "wind": 3612, - "continue": 3613, - "ring": 3614, - "referred": 3615, - "numbers": 3616, - "digital": 3617, - "greater": 3618, - "##ns": 3619, - "metres": 3620, - "slightly": 3621, - "direct": 3622, - "increase": 3623, - "1960": 3624, - "responsible": 3625, - "crew": 3626, - "rule": 3627, - "trees": 3628, - "troops": 3629, - "##no": 3630, - "broke": 3631, - "goes": 3632, - "individuals": 3633, - "hundred": 3634, - "weight": 3635, - "creek": 3636, - "sleep": 3637, - "memory": 3638, - "defense": 3639, - "provides": 3640, - "ordered": 3641, - "code": 3642, - "value": 3643, - "jewish": 3644, - "windows": 3645, - "1944": 3646, - "safe": 3647, - "judge": 3648, - "whatever": 3649, - "corps": 3650, - "realized": 3651, - "growing": 3652, - "pre": 3653, - "##ga": 3654, - "cities": 3655, - "alexander": 3656, - "gaze": 3657, - "lies": 3658, - "spread": 3659, - "scott": 3660, - "letter": 3661, - "showed": 3662, - "situation": 3663, - "mayor": 3664, - "transport": 3665, - "watching": 3666, - "workers": 3667, - "extended": 3668, - "##li": 3669, - "expression": 3670, - "normal": 3671, - "##ment": 3672, - "chart": 3673, - "multiple": 3674, - "border": 3675, - "##ba": 3676, - "host": 3677, - "##ner": 3678, - "daily": 3679, - "mrs": 3680, - "walls": 3681, - "piano": 3682, - "##ko": 3683, - "heat": 3684, - "cannot": 3685, - "##ate": 3686, - "earned": 3687, - "products": 3688, - "drama": 3689, - "era": 3690, - "authority": 3691, - "seasons": 3692, - "join": 3693, - "grade": 3694, - "##io": 3695, - "sign": 3696, - "difficult": 3697, - "machine": 3698, - "1963": 3699, - "territory": 3700, - "mainly": 3701, - "##wood": 3702, - "stations": 3703, - "squadron": 3704, - "1962": 3705, - "stepped": 3706, - "iron": 3707, - "19th": 3708, - "##led": 3709, - "serve": 3710, - "appear": 3711, - "sky": 3712, - "speak": 3713, - "broken": 3714, - "charge": 3715, - "knowledge": 3716, - "kilometres": 3717, - "removed": 3718, - "ships": 3719, - "article": 3720, - "campus": 3721, - "simple": 3722, - "##ty": 3723, - "pushed": 3724, - "britain": 3725, - "##ve": 3726, - "leaves": 3727, - "recently": 3728, - "cd": 3729, - "soft": 3730, - "boston": 3731, - "latter": 3732, - "easy": 3733, - "acquired": 3734, - "poland": 3735, - "##sa": 3736, - "quality": 3737, - "officers": 3738, - "presence": 3739, - "planned": 3740, - "nations": 3741, - "mass": 3742, - "broadcast": 3743, - "jean": 3744, - "share": 3745, - "image": 3746, - "influence": 3747, - "wild": 3748, - "offer": 3749, - "emperor": 3750, - "electric": 3751, - "reading": 3752, - "headed": 3753, - "ability": 3754, - "promoted": 3755, - "yellow": 3756, - "ministry": 3757, - "1942": 3758, - "throat": 3759, - "smaller": 3760, - "politician": 3761, - "##by": 3762, - "latin": 3763, - "spoke": 3764, - "cars": 3765, - "williams": 3766, - "males": 3767, - "lack": 3768, - "pop": 3769, - "80": 3770, - "##ier": 3771, - "acting": 3772, - "seeing": 3773, - "consists": 3774, - "##ti": 3775, - "estate": 3776, - "1961": 3777, - "pressure": 3778, - "johnson": 3779, - "newspaper": 3780, - "jr": 3781, - "chris": 3782, - "olympics": 3783, - "online": 3784, - "conditions": 3785, - "beat": 3786, - "elements": 3787, - "walking": 3788, - "vote": 3789, - "##field": 3790, - "needs": 3791, - "carolina": 3792, - "text": 3793, - "featuring": 3794, - "global": 3795, - "block": 3796, - "shirt": 3797, - "levels": 3798, - "francisco": 3799, - "purpose": 3800, - "females": 3801, - "et": 3802, - "dutch": 3803, - "duke": 3804, - "ahead": 3805, - "gas": 3806, - "twice": 3807, - "safety": 3808, - "serious": 3809, - "turning": 3810, - "highly": 3811, - "lieutenant": 3812, - "firm": 3813, - "maria": 3814, - "amount": 3815, - "mixed": 3816, - "daniel": 3817, - "proposed": 3818, - "perfect": 3819, - "agreement": 3820, - "affairs": 3821, - "3rd": 3822, - "seconds": 3823, - "contemporary": 3824, - "paid": 3825, - "1943": 3826, - "prison": 3827, - "save": 3828, - "kitchen": 3829, - "label": 3830, - "administrative": 3831, - "intended": 3832, - "constructed": 3833, - "academic": 3834, - "nice": 3835, - "teacher": 3836, - "races": 3837, - "1956": 3838, - "formerly": 3839, - "corporation": 3840, - "ben": 3841, - "nation": 3842, - "issued": 3843, - "shut": 3844, - "1958": 3845, - "drums": 3846, - "housing": 3847, - "victoria": 3848, - "seems": 3849, - "opera": 3850, - "1959": 3851, - "graduated": 3852, - "function": 3853, - "von": 3854, - "mentioned": 3855, - "picked": 3856, - "build": 3857, - "recognized": 3858, - "shortly": 3859, - "protection": 3860, - "picture": 3861, - "notable": 3862, - "exchange": 3863, - "elections": 3864, - "1980s": 3865, - "loved": 3866, - "percent": 3867, - "racing": 3868, - "fish": 3869, - "elizabeth": 3870, - "garden": 3871, - "volume": 3872, - "hockey": 3873, - "1941": 3874, - "beside": 3875, - "settled": 3876, - "##ford": 3877, - "1940": 3878, - "competed": 3879, - "replied": 3880, - "drew": 3881, - "1948": 3882, - "actress": 3883, - "marine": 3884, - "scotland": 3885, - "steel": 3886, - "glanced": 3887, - "farm": 3888, - "steve": 3889, - "1957": 3890, - "risk": 3891, - "tonight": 3892, - "positive": 3893, - "magic": 3894, - "singles": 3895, - "effects": 3896, - "gray": 3897, - "screen": 3898, - "dog": 3899, - "##ja": 3900, - "residents": 3901, - "bus": 3902, - "sides": 3903, - "none": 3904, - "secondary": 3905, - "literature": 3906, - "polish": 3907, - "destroyed": 3908, - "flying": 3909, - "founder": 3910, - "households": 3911, - "1939": 3912, - "lay": 3913, - "reserve": 3914, - "usa": 3915, - "gallery": 3916, - "##ler": 3917, - "1946": 3918, - "industrial": 3919, - "younger": 3920, - "approach": 3921, - "appearances": 3922, - "urban": 3923, - "ones": 3924, - "1950": 3925, - "finish": 3926, - "avenue": 3927, - "powerful": 3928, - "fully": 3929, - "growth": 3930, - "page": 3931, - "honor": 3932, - "jersey": 3933, - "projects": 3934, - "advanced": 3935, - "revealed": 3936, - "basic": 3937, - "90": 3938, - "infantry": 3939, - "pair": 3940, - "equipment": 3941, - "visit": 3942, - "33": 3943, - "evening": 3944, - "search": 3945, - "grant": 3946, - "effort": 3947, - "solo": 3948, - "treatment": 3949, - "buried": 3950, - "republican": 3951, - "primarily": 3952, - "bottom": 3953, - "owner": 3954, - "1970s": 3955, - "israel": 3956, - "gives": 3957, - "jim": 3958, - "dream": 3959, - "bob": 3960, - "remain": 3961, - "spot": 3962, - "70": 3963, - "notes": 3964, - "produce": 3965, - "champions": 3966, - "contact": 3967, - "ed": 3968, - "soul": 3969, - "accepted": 3970, - "ways": 3971, - "del": 3972, - "##ally": 3973, - "losing": 3974, - "split": 3975, - "price": 3976, - "capacity": 3977, - "basis": 3978, - "trial": 3979, - "questions": 3980, - "##ina": 3981, - "1955": 3982, - "20th": 3983, - "guess": 3984, - "officially": 3985, - "memorial": 3986, - "naval": 3987, - "initial": 3988, - "##ization": 3989, - "whispered": 3990, - "median": 3991, - "engineer": 3992, - "##ful": 3993, - "sydney": 3994, - "##go": 3995, - "columbia": 3996, - "strength": 3997, - "300": 3998, - "1952": 3999, - "tears": 4000, - "senate": 4001, - "00": 4002, - "card": 4003, - "asian": 4004, - "agent": 4005, - "1947": 4006, - "software": 4007, - "44": 4008, - "draw": 4009, - "warm": 4010, - "supposed": 4011, - "com": 4012, - "pro": 4013, - "##il": 4014, - "transferred": 4015, - "leaned": 4016, - "##at": 4017, - "candidate": 4018, - "escape": 4019, - "mountains": 4020, - "asia": 4021, - "potential": 4022, - "activity": 4023, - "entertainment": 4024, - "seem": 4025, - "traffic": 4026, - "jackson": 4027, - "murder": 4028, - "36": 4029, - "slow": 4030, - "product": 4031, - "orchestra": 4032, - "haven": 4033, - "agency": 4034, - "bbc": 4035, - "taught": 4036, - "website": 4037, - "comedy": 4038, - "unable": 4039, - "storm": 4040, - "planning": 4041, - "albums": 4042, - "rugby": 4043, - "environment": 4044, - "scientific": 4045, - "grabbed": 4046, - "protect": 4047, - "##hi": 4048, - "boat": 4049, - "typically": 4050, - "1954": 4051, - "1953": 4052, - "damage": 4053, - "principal": 4054, - "divided": 4055, - "dedicated": 4056, - "mount": 4057, - "ohio": 4058, - "##berg": 4059, - "pick": 4060, - "fought": 4061, - "driver": 4062, - "##der": 4063, - "empty": 4064, - "shoulders": 4065, - "sort": 4066, - "thank": 4067, - "berlin": 4068, - "prominent": 4069, - "account": 4070, - "freedom": 4071, - "necessary": 4072, - "efforts": 4073, - "alex": 4074, - "headquarters": 4075, - "follows": 4076, - "alongside": 4077, - "des": 4078, - "simon": 4079, - "andrew": 4080, - "suggested": 4081, - "operating": 4082, - "learning": 4083, - "steps": 4084, - "1949": 4085, - "sweet": 4086, - "technical": 4087, - "begin": 4088, - "easily": 4089, - "34": 4090, - "teeth": 4091, - "speaking": 4092, - "settlement": 4093, - "scale": 4094, - "##sh": 4095, - "renamed": 4096, - "ray": 4097, - "max": 4098, - "enemy": 4099, - "semi": 4100, - "joint": 4101, - "compared": 4102, - "##rd": 4103, - "scottish": 4104, - "leadership": 4105, - "analysis": 4106, - "offers": 4107, - "georgia": 4108, - "pieces": 4109, - "captured": 4110, - "animal": 4111, - "deputy": 4112, - "guest": 4113, - "organized": 4114, - "##lin": 4115, - "tony": 4116, - "combined": 4117, - "method": 4118, - "challenge": 4119, - "1960s": 4120, - "huge": 4121, - "wants": 4122, - "battalion": 4123, - "sons": 4124, - "rise": 4125, - "crime": 4126, - "types": 4127, - "facilities": 4128, - "telling": 4129, - "path": 4130, - "1951": 4131, - "platform": 4132, - "sit": 4133, - "1990s": 4134, - "##lo": 4135, - "tells": 4136, - "assigned": 4137, - "rich": 4138, - "pull": 4139, - "##ot": 4140, - "commonly": 4141, - "alive": 4142, - "##za": 4143, - "letters": 4144, - "concept": 4145, - "conducted": 4146, - "wearing": 4147, - "happen": 4148, - "bought": 4149, - "becomes": 4150, - "holy": 4151, - "gets": 4152, - "ocean": 4153, - "defeat": 4154, - "languages": 4155, - "purchased": 4156, - "coffee": 4157, - "occurred": 4158, - "titled": 4159, - "##q": 4160, - "declared": 4161, - "applied": 4162, - "sciences": 4163, - "concert": 4164, - "sounds": 4165, - "jazz": 4166, - "brain": 4167, - "##me": 4168, - "painting": 4169, - "fleet": 4170, - "tax": 4171, - "nick": 4172, - "##ius": 4173, - "michigan": 4174, - "count": 4175, - "animals": 4176, - "leaders": 4177, - "episodes": 4178, - "##line": 4179, - "content": 4180, - "##den": 4181, - "birth": 4182, - "##it": 4183, - "clubs": 4184, - "64": 4185, - "palace": 4186, - "critical": 4187, - "refused": 4188, - "fair": 4189, - "leg": 4190, - "laughed": 4191, - "returning": 4192, - "surrounding": 4193, - "participated": 4194, - "formation": 4195, - "lifted": 4196, - "pointed": 4197, - "connected": 4198, - "rome": 4199, - "medicine": 4200, - "laid": 4201, - "taylor": 4202, - "santa": 4203, - "powers": 4204, - "adam": 4205, - "tall": 4206, - "shared": 4207, - "focused": 4208, - "knowing": 4209, - "yards": 4210, - "entrance": 4211, - "falls": 4212, - "##wa": 4213, - "calling": 4214, - "##ad": 4215, - "sources": 4216, - "chosen": 4217, - "beneath": 4218, - "resources": 4219, - "yard": 4220, - "##ite": 4221, - "nominated": 4222, - "silence": 4223, - "zone": 4224, - "defined": 4225, - "##que": 4226, - "gained": 4227, - "thirty": 4228, - "38": 4229, - "bodies": 4230, - "moon": 4231, - "##ard": 4232, - "adopted": 4233, - "christmas": 4234, - "widely": 4235, - "register": 4236, - "apart": 4237, - "iran": 4238, - "premier": 4239, - "serves": 4240, - "du": 4241, - "unknown": 4242, - "parties": 4243, - "##les": 4244, - "generation": 4245, - "##ff": 4246, - "continues": 4247, - "quick": 4248, - "fields": 4249, - "brigade": 4250, - "quiet": 4251, - "teaching": 4252, - "clothes": 4253, - "impact": 4254, - "weapons": 4255, - "partner": 4256, - "flat": 4257, - "theater": 4258, - "supreme": 4259, - "1938": 4260, - "37": 4261, - "relations": 4262, - "##tor": 4263, - "plants": 4264, - "suffered": 4265, - "1936": 4266, - "wilson": 4267, - "kids": 4268, - "begins": 4269, - "##age": 4270, - "1918": 4271, - "seats": 4272, - "armed": 4273, - "internet": 4274, - "models": 4275, - "worth": 4276, - "laws": 4277, - "400": 4278, - "communities": 4279, - "classes": 4280, - "background": 4281, - "knows": 4282, - "thanks": 4283, - "quarter": 4284, - "reaching": 4285, - "humans": 4286, - "carry": 4287, - "killing": 4288, - "format": 4289, - "kong": 4290, - "hong": 4291, - "setting": 4292, - "75": 4293, - "architecture": 4294, - "disease": 4295, - "railroad": 4296, - "inc": 4297, - "possibly": 4298, - "wish": 4299, - "arthur": 4300, - "thoughts": 4301, - "harry": 4302, - "doors": 4303, - "density": 4304, - "##di": 4305, - "crowd": 4306, - "illinois": 4307, - "stomach": 4308, - "tone": 4309, - "unique": 4310, - "reports": 4311, - "anyway": 4312, - "##ir": 4313, - "liberal": 4314, - "der": 4315, - "vehicle": 4316, - "thick": 4317, - "dry": 4318, - "drug": 4319, - "faced": 4320, - "largely": 4321, - "facility": 4322, - "theme": 4323, - "holds": 4324, - "creation": 4325, - "strange": 4326, - "colonel": 4327, - "##mi": 4328, - "revolution": 4329, - "bell": 4330, - "politics": 4331, - "turns": 4332, - "silent": 4333, - "rail": 4334, - "relief": 4335, - "independence": 4336, - "combat": 4337, - "shape": 4338, - "write": 4339, - "determined": 4340, - "sales": 4341, - "learned": 4342, - "4th": 4343, - "finger": 4344, - "oxford": 4345, - "providing": 4346, - "1937": 4347, - "heritage": 4348, - "fiction": 4349, - "situated": 4350, - "designated": 4351, - "allowing": 4352, - "distribution": 4353, - "hosted": 4354, - "##est": 4355, - "sight": 4356, - "interview": 4357, - "estimated": 4358, - "reduced": 4359, - "##ria": 4360, - "toronto": 4361, - "footballer": 4362, - "keeping": 4363, - "guys": 4364, - "damn": 4365, - "claim": 4366, - "motion": 4367, - "sport": 4368, - "sixth": 4369, - "stayed": 4370, - "##ze": 4371, - "en": 4372, - "rear": 4373, - "receive": 4374, - "handed": 4375, - "twelve": 4376, - "dress": 4377, - "audience": 4378, - "granted": 4379, - "brazil": 4380, - "##well": 4381, - "spirit": 4382, - "##ated": 4383, - "noticed": 4384, - "etc": 4385, - "olympic": 4386, - "representative": 4387, - "eric": 4388, - "tight": 4389, - "trouble": 4390, - "reviews": 4391, - "drink": 4392, - "vampire": 4393, - "missing": 4394, - "roles": 4395, - "ranked": 4396, - "newly": 4397, - "household": 4398, - "finals": 4399, - "wave": 4400, - "critics": 4401, - "##ee": 4402, - "phase": 4403, - "massachusetts": 4404, - "pilot": 4405, - "unlike": 4406, - "philadelphia": 4407, - "bright": 4408, - "guns": 4409, - "crown": 4410, - "organizations": 4411, - "roof": 4412, - "42": 4413, - "respectively": 4414, - "clearly": 4415, - "tongue": 4416, - "marked": 4417, - "circle": 4418, - "fox": 4419, - "korea": 4420, - "bronze": 4421, - "brian": 4422, - "expanded": 4423, - "sexual": 4424, - "supply": 4425, - "yourself": 4426, - "inspired": 4427, - "labour": 4428, - "fc": 4429, - "##ah": 4430, - "reference": 4431, - "vision": 4432, - "draft": 4433, - "connection": 4434, - "brand": 4435, - "reasons": 4436, - "1935": 4437, - "classic": 4438, - "driving": 4439, - "trip": 4440, - "jesus": 4441, - "cells": 4442, - "entry": 4443, - "1920": 4444, - "neither": 4445, - "trail": 4446, - "claims": 4447, - "atlantic": 4448, - "orders": 4449, - "labor": 4450, - "nose": 4451, - "afraid": 4452, - "identified": 4453, - "intelligence": 4454, - "calls": 4455, - "cancer": 4456, - "attacked": 4457, - "passing": 4458, - "stephen": 4459, - "positions": 4460, - "imperial": 4461, - "grey": 4462, - "jason": 4463, - "39": 4464, - "sunday": 4465, - "48": 4466, - "swedish": 4467, - "avoid": 4468, - "extra": 4469, - "uncle": 4470, - "message": 4471, - "covers": 4472, - "allows": 4473, - "surprise": 4474, - "materials": 4475, - "fame": 4476, - "hunter": 4477, - "##ji": 4478, - "1930": 4479, - "citizens": 4480, - "figures": 4481, - "davis": 4482, - "environmental": 4483, - "confirmed": 4484, - "shit": 4485, - "titles": 4486, - "di": 4487, - "performing": 4488, - "difference": 4489, - "acts": 4490, - "attacks": 4491, - "##ov": 4492, - "existing": 4493, - "votes": 4494, - "opportunity": 4495, - "nor": 4496, - "shop": 4497, - "entirely": 4498, - "trains": 4499, - "opposite": 4500, - "pakistan": 4501, - "##pa": 4502, - "develop": 4503, - "resulted": 4504, - "representatives": 4505, - "actions": 4506, - "reality": 4507, - "pressed": 4508, - "##ish": 4509, - "barely": 4510, - "wine": 4511, - "conversation": 4512, - "faculty": 4513, - "northwest": 4514, - "ends": 4515, - "documentary": 4516, - "nuclear": 4517, - "stock": 4518, - "grace": 4519, - "sets": 4520, - "eat": 4521, - "alternative": 4522, - "##ps": 4523, - "bag": 4524, - "resulting": 4525, - "creating": 4526, - "surprised": 4527, - "cemetery": 4528, - "1919": 4529, - "drop": 4530, - "finding": 4531, - "sarah": 4532, - "cricket": 4533, - "streets": 4534, - "tradition": 4535, - "ride": 4536, - "1933": 4537, - "exhibition": 4538, - "target": 4539, - "ear": 4540, - "explained": 4541, - "rain": 4542, - "composer": 4543, - "injury": 4544, - "apartment": 4545, - "municipal": 4546, - "educational": 4547, - "occupied": 4548, - "netherlands": 4549, - "clean": 4550, - "billion": 4551, - "constitution": 4552, - "learn": 4553, - "1914": 4554, - "maximum": 4555, - "classical": 4556, - "francis": 4557, - "lose": 4558, - "opposition": 4559, - "jose": 4560, - "ontario": 4561, - "bear": 4562, - "core": 4563, - "hills": 4564, - "rolled": 4565, - "ending": 4566, - "drawn": 4567, - "permanent": 4568, - "fun": 4569, - "##tes": 4570, - "##lla": 4571, - "lewis": 4572, - "sites": 4573, - "chamber": 4574, - "ryan": 4575, - "##way": 4576, - "scoring": 4577, - "height": 4578, - "1934": 4579, - "##house": 4580, - "lyrics": 4581, - "staring": 4582, - "55": 4583, - "officials": 4584, - "1917": 4585, - "snow": 4586, - "oldest": 4587, - "##tic": 4588, - "orange": 4589, - "##ger": 4590, - "qualified": 4591, - "interior": 4592, - "apparently": 4593, - "succeeded": 4594, - "thousand": 4595, - "dinner": 4596, - "lights": 4597, - "existence": 4598, - "fans": 4599, - "heavily": 4600, - "41": 4601, - "greatest": 4602, - "conservative": 4603, - "send": 4604, - "bowl": 4605, - "plus": 4606, - "enter": 4607, - "catch": 4608, - "##un": 4609, - "economy": 4610, - "duty": 4611, - "1929": 4612, - "speech": 4613, - "authorities": 4614, - "princess": 4615, - "performances": 4616, - "versions": 4617, - "shall": 4618, - "graduate": 4619, - "pictures": 4620, - "effective": 4621, - "remembered": 4622, - "poetry": 4623, - "desk": 4624, - "crossed": 4625, - "starring": 4626, - "starts": 4627, - "passenger": 4628, - "sharp": 4629, - "##ant": 4630, - "acres": 4631, - "ass": 4632, - "weather": 4633, - "falling": 4634, - "rank": 4635, - "fund": 4636, - "supporting": 4637, - "check": 4638, - "adult": 4639, - "publishing": 4640, - "heads": 4641, - "cm": 4642, - "southeast": 4643, - "lane": 4644, - "##burg": 4645, - "application": 4646, - "bc": 4647, - "##ura": 4648, - "les": 4649, - "condition": 4650, - "transfer": 4651, - "prevent": 4652, - "display": 4653, - "ex": 4654, - "regions": 4655, - "earl": 4656, - "federation": 4657, - "cool": 4658, - "relatively": 4659, - "answered": 4660, - "besides": 4661, - "1928": 4662, - "obtained": 4663, - "portion": 4664, - "##town": 4665, - "mix": 4666, - "##ding": 4667, - "reaction": 4668, - "liked": 4669, - "dean": 4670, - "express": 4671, - "peak": 4672, - "1932": 4673, - "##tte": 4674, - "counter": 4675, - "religion": 4676, - "chain": 4677, - "rare": 4678, - "miller": 4679, - "convention": 4680, - "aid": 4681, - "lie": 4682, - "vehicles": 4683, - "mobile": 4684, - "perform": 4685, - "squad": 4686, - "wonder": 4687, - "lying": 4688, - "crazy": 4689, - "sword": 4690, - "##ping": 4691, - "attempted": 4692, - "centuries": 4693, - "weren": 4694, - "philosophy": 4695, - "category": 4696, - "##ize": 4697, - "anna": 4698, - "interested": 4699, - "47": 4700, - "sweden": 4701, - "wolf": 4702, - "frequently": 4703, - "abandoned": 4704, - "kg": 4705, - "literary": 4706, - "alliance": 4707, - "task": 4708, - "entitled": 4709, - "##ay": 4710, - "threw": 4711, - "promotion": 4712, - "factory": 4713, - "tiny": 4714, - "soccer": 4715, - "visited": 4716, - "matt": 4717, - "fm": 4718, - "achieved": 4719, - "52": 4720, - "defence": 4721, - "internal": 4722, - "persian": 4723, - "43": 4724, - "methods": 4725, - "##ging": 4726, - "arrested": 4727, - "otherwise": 4728, - "cambridge": 4729, - "programming": 4730, - "villages": 4731, - "elementary": 4732, - "districts": 4733, - "rooms": 4734, - "criminal": 4735, - "conflict": 4736, - "worry": 4737, - "trained": 4738, - "1931": 4739, - "attempts": 4740, - "waited": 4741, - "signal": 4742, - "bird": 4743, - "truck": 4744, - "subsequent": 4745, - "programme": 4746, - "##ol": 4747, - "ad": 4748, - "49": 4749, - "communist": 4750, - "details": 4751, - "faith": 4752, - "sector": 4753, - "patrick": 4754, - "carrying": 4755, - "laugh": 4756, - "##ss": 4757, - "controlled": 4758, - "korean": 4759, - "showing": 4760, - "origin": 4761, - "fuel": 4762, - "evil": 4763, - "1927": 4764, - "##ent": 4765, - "brief": 4766, - "identity": 4767, - "darkness": 4768, - "address": 4769, - "pool": 4770, - "missed": 4771, - "publication": 4772, - "web": 4773, - "planet": 4774, - "ian": 4775, - "anne": 4776, - "wings": 4777, - "invited": 4778, - "##tt": 4779, - "briefly": 4780, - "standards": 4781, - "kissed": 4782, - "##be": 4783, - "ideas": 4784, - "climate": 4785, - "causing": 4786, - "walter": 4787, - "worse": 4788, - "albert": 4789, - "articles": 4790, - "winners": 4791, - "desire": 4792, - "aged": 4793, - "northeast": 4794, - "dangerous": 4795, - "gate": 4796, - "doubt": 4797, - "1922": 4798, - "wooden": 4799, - "multi": 4800, - "##ky": 4801, - "poet": 4802, - "rising": 4803, - "funding": 4804, - "46": 4805, - "communications": 4806, - "communication": 4807, - "violence": 4808, - "copies": 4809, - "prepared": 4810, - "ford": 4811, - "investigation": 4812, - "skills": 4813, - "1924": 4814, - "pulling": 4815, - "electronic": 4816, - "##ak": 4817, - "##ial": 4818, - "##han": 4819, - "containing": 4820, - "ultimately": 4821, - "offices": 4822, - "singing": 4823, - "understanding": 4824, - "restaurant": 4825, - "tomorrow": 4826, - "fashion": 4827, - "christ": 4828, - "ward": 4829, - "da": 4830, - "pope": 4831, - "stands": 4832, - "5th": 4833, - "flow": 4834, - "studios": 4835, - "aired": 4836, - "commissioned": 4837, - "contained": 4838, - "exist": 4839, - "fresh": 4840, - "americans": 4841, - "##per": 4842, - "wrestling": 4843, - "approved": 4844, - "kid": 4845, - "employed": 4846, - "respect": 4847, - "suit": 4848, - "1925": 4849, - "angel": 4850, - "asking": 4851, - "increasing": 4852, - "frame": 4853, - "angry": 4854, - "selling": 4855, - "1950s": 4856, - "thin": 4857, - "finds": 4858, - "##nd": 4859, - "temperature": 4860, - "statement": 4861, - "ali": 4862, - "explain": 4863, - "inhabitants": 4864, - "towns": 4865, - "extensive": 4866, - "narrow": 4867, - "51": 4868, - "jane": 4869, - "flowers": 4870, - "images": 4871, - "promise": 4872, - "somewhere": 4873, - "object": 4874, - "fly": 4875, - "closely": 4876, - "##ls": 4877, - "1912": 4878, - "bureau": 4879, - "cape": 4880, - "1926": 4881, - "weekly": 4882, - "presidential": 4883, - "legislative": 4884, - "1921": 4885, - "##ai": 4886, - "##au": 4887, - "launch": 4888, - "founding": 4889, - "##ny": 4890, - "978": 4891, - "##ring": 4892, - "artillery": 4893, - "strike": 4894, - "un": 4895, - "institutions": 4896, - "roll": 4897, - "writers": 4898, - "landing": 4899, - "chose": 4900, - "kevin": 4901, - "anymore": 4902, - "pp": 4903, - "##ut": 4904, - "attorney": 4905, - "fit": 4906, - "dan": 4907, - "billboard": 4908, - "receiving": 4909, - "agricultural": 4910, - "breaking": 4911, - "sought": 4912, - "dave": 4913, - "admitted": 4914, - "lands": 4915, - "mexican": 4916, - "##bury": 4917, - "charlie": 4918, - "specifically": 4919, - "hole": 4920, - "iv": 4921, - "howard": 4922, - "credit": 4923, - "moscow": 4924, - "roads": 4925, - "accident": 4926, - "1923": 4927, - "proved": 4928, - "wear": 4929, - "struck": 4930, - "hey": 4931, - "guards": 4932, - "stuff": 4933, - "slid": 4934, - "expansion": 4935, - "1915": 4936, - "cat": 4937, - "anthony": 4938, - "##kin": 4939, - "melbourne": 4940, - "opposed": 4941, - "sub": 4942, - "southwest": 4943, - "architect": 4944, - "failure": 4945, - "plane": 4946, - "1916": 4947, - "##ron": 4948, - "map": 4949, - "camera": 4950, - "tank": 4951, - "listen": 4952, - "regarding": 4953, - "wet": 4954, - "introduction": 4955, - "metropolitan": 4956, - "link": 4957, - "ep": 4958, - "fighter": 4959, - "inch": 4960, - "grown": 4961, - "gene": 4962, - "anger": 4963, - "fixed": 4964, - "buy": 4965, - "dvd": 4966, - "khan": 4967, - "domestic": 4968, - "worldwide": 4969, - "chapel": 4970, - "mill": 4971, - "functions": 4972, - "examples": 4973, - "##head": 4974, - "developing": 4975, - "1910": 4976, - "turkey": 4977, - "hits": 4978, - "pocket": 4979, - "antonio": 4980, - "papers": 4981, - "grow": 4982, - "unless": 4983, - "circuit": 4984, - "18th": 4985, - "concerned": 4986, - "attached": 4987, - "journalist": 4988, - "selection": 4989, - "journey": 4990, - "converted": 4991, - "provincial": 4992, - "painted": 4993, - "hearing": 4994, - "aren": 4995, - "bands": 4996, - "negative": 4997, - "aside": 4998, - "wondered": 4999, - "knight": 5000, - "lap": 5001, - "survey": 5002, - "ma": 5003, - "##ow": 5004, - "noise": 5005, - "billy": 5006, - "##ium": 5007, - "shooting": 5008, - "guide": 5009, - "bedroom": 5010, - "priest": 5011, - "resistance": 5012, - "motor": 5013, - "homes": 5014, - "sounded": 5015, - "giant": 5016, - "##mer": 5017, - "150": 5018, - "scenes": 5019, - "equal": 5020, - "comic": 5021, - "patients": 5022, - "hidden": 5023, - "solid": 5024, - "actual": 5025, - "bringing": 5026, - "afternoon": 5027, - "touched": 5028, - "funds": 5029, - "wedding": 5030, - "consisted": 5031, - "marie": 5032, - "canal": 5033, - "sr": 5034, - "kim": 5035, - "treaty": 5036, - "turkish": 5037, - "recognition": 5038, - "residence": 5039, - "cathedral": 5040, - "broad": 5041, - "knees": 5042, - "incident": 5043, - "shaped": 5044, - "fired": 5045, - "norwegian": 5046, - "handle": 5047, - "cheek": 5048, - "contest": 5049, - "represent": 5050, - "##pe": 5051, - "representing": 5052, - "beauty": 5053, - "##sen": 5054, - "birds": 5055, - "advantage": 5056, - "emergency": 5057, - "wrapped": 5058, - "drawing": 5059, - "notice": 5060, - "pink": 5061, - "broadcasting": 5062, - "##ong": 5063, - "somehow": 5064, - "bachelor": 5065, - "seventh": 5066, - "collected": 5067, - "registered": 5068, - "establishment": 5069, - "alan": 5070, - "assumed": 5071, - "chemical": 5072, - "personnel": 5073, - "roger": 5074, - "retirement": 5075, - "jeff": 5076, - "portuguese": 5077, - "wore": 5078, - "tied": 5079, - "device": 5080, - "threat": 5081, - "progress": 5082, - "advance": 5083, - "##ised": 5084, - "banks": 5085, - "hired": 5086, - "manchester": 5087, - "nfl": 5088, - "teachers": 5089, - "structures": 5090, - "forever": 5091, - "##bo": 5092, - "tennis": 5093, - "helping": 5094, - "saturday": 5095, - "sale": 5096, - "applications": 5097, - "junction": 5098, - "hip": 5099, - "incorporated": 5100, - "neighborhood": 5101, - "dressed": 5102, - "ceremony": 5103, - "##ds": 5104, - "influenced": 5105, - "hers": 5106, - "visual": 5107, - "stairs": 5108, - "decades": 5109, - "inner": 5110, - "kansas": 5111, - "hung": 5112, - "hoped": 5113, - "gain": 5114, - "scheduled": 5115, - "downtown": 5116, - "engaged": 5117, - "austria": 5118, - "clock": 5119, - "norway": 5120, - "certainly": 5121, - "pale": 5122, - "protected": 5123, - "1913": 5124, - "victor": 5125, - "employees": 5126, - "plate": 5127, - "putting": 5128, - "surrounded": 5129, - "##ists": 5130, - "finishing": 5131, - "blues": 5132, - "tropical": 5133, - "##ries": 5134, - "minnesota": 5135, - "consider": 5136, - "philippines": 5137, - "accept": 5138, - "54": 5139, - "retrieved": 5140, - "1900": 5141, - "concern": 5142, - "anderson": 5143, - "properties": 5144, - "institution": 5145, - "gordon": 5146, - "successfully": 5147, - "vietnam": 5148, - "##dy": 5149, - "backing": 5150, - "outstanding": 5151, - "muslim": 5152, - "crossing": 5153, - "folk": 5154, - "producing": 5155, - "usual": 5156, - "demand": 5157, - "occurs": 5158, - "observed": 5159, - "lawyer": 5160, - "educated": 5161, - "##ana": 5162, - "kelly": 5163, - "string": 5164, - "pleasure": 5165, - "budget": 5166, - "items": 5167, - "quietly": 5168, - "colorado": 5169, - "philip": 5170, - "typical": 5171, - "##worth": 5172, - "derived": 5173, - "600": 5174, - "survived": 5175, - "asks": 5176, - "mental": 5177, - "##ide": 5178, - "56": 5179, - "jake": 5180, - "jews": 5181, - "distinguished": 5182, - "ltd": 5183, - "1911": 5184, - "sri": 5185, - "extremely": 5186, - "53": 5187, - "athletic": 5188, - "loud": 5189, - "thousands": 5190, - "worried": 5191, - "shadow": 5192, - "transportation": 5193, - "horses": 5194, - "weapon": 5195, - "arena": 5196, - "importance": 5197, - "users": 5198, - "tim": 5199, - "objects": 5200, - "contributed": 5201, - "dragon": 5202, - "douglas": 5203, - "aware": 5204, - "senator": 5205, - "johnny": 5206, - "jordan": 5207, - "sisters": 5208, - "engines": 5209, - "flag": 5210, - "investment": 5211, - "samuel": 5212, - "shock": 5213, - "capable": 5214, - "clark": 5215, - "row": 5216, - "wheel": 5217, - "refers": 5218, - "session": 5219, - "familiar": 5220, - "biggest": 5221, - "wins": 5222, - "hate": 5223, - "maintained": 5224, - "drove": 5225, - "hamilton": 5226, - "request": 5227, - "expressed": 5228, - "injured": 5229, - "underground": 5230, - "churches": 5231, - "walker": 5232, - "wars": 5233, - "tunnel": 5234, - "passes": 5235, - "stupid": 5236, - "agriculture": 5237, - "softly": 5238, - "cabinet": 5239, - "regarded": 5240, - "joining": 5241, - "indiana": 5242, - "##ea": 5243, - "##ms": 5244, - "push": 5245, - "dates": 5246, - "spend": 5247, - "behavior": 5248, - "woods": 5249, - "protein": 5250, - "gently": 5251, - "chase": 5252, - "morgan": 5253, - "mention": 5254, - "burning": 5255, - "wake": 5256, - "combination": 5257, - "occur": 5258, - "mirror": 5259, - "leads": 5260, - "jimmy": 5261, - "indeed": 5262, - "impossible": 5263, - "singapore": 5264, - "paintings": 5265, - "covering": 5266, - "##nes": 5267, - "soldier": 5268, - "locations": 5269, - "attendance": 5270, - "sell": 5271, - "historian": 5272, - "wisconsin": 5273, - "invasion": 5274, - "argued": 5275, - "painter": 5276, - "diego": 5277, - "changing": 5278, - "egypt": 5279, - "##don": 5280, - "experienced": 5281, - "inches": 5282, - "##ku": 5283, - "missouri": 5284, - "vol": 5285, - "grounds": 5286, - "spoken": 5287, - "switzerland": 5288, - "##gan": 5289, - "reform": 5290, - "rolling": 5291, - "ha": 5292, - "forget": 5293, - "massive": 5294, - "resigned": 5295, - "burned": 5296, - "allen": 5297, - "tennessee": 5298, - "locked": 5299, - "values": 5300, - "improved": 5301, - "##mo": 5302, - "wounded": 5303, - "universe": 5304, - "sick": 5305, - "dating": 5306, - "facing": 5307, - "pack": 5308, - "purchase": 5309, - "user": 5310, - "##pur": 5311, - "moments": 5312, - "##ul": 5313, - "merged": 5314, - "anniversary": 5315, - "1908": 5316, - "coal": 5317, - "brick": 5318, - "understood": 5319, - "causes": 5320, - "dynasty": 5321, - "queensland": 5322, - "establish": 5323, - "stores": 5324, - "crisis": 5325, - "promote": 5326, - "hoping": 5327, - "views": 5328, - "cards": 5329, - "referee": 5330, - "extension": 5331, - "##si": 5332, - "raise": 5333, - "arizona": 5334, - "improve": 5335, - "colonial": 5336, - "formal": 5337, - "charged": 5338, - "##rt": 5339, - "palm": 5340, - "lucky": 5341, - "hide": 5342, - "rescue": 5343, - "faces": 5344, - "95": 5345, - "feelings": 5346, - "candidates": 5347, - "juan": 5348, - "##ell": 5349, - "goods": 5350, - "6th": 5351, - "courses": 5352, - "weekend": 5353, - "59": 5354, - "luke": 5355, - "cash": 5356, - "fallen": 5357, - "##om": 5358, - "delivered": 5359, - "affected": 5360, - "installed": 5361, - "carefully": 5362, - "tries": 5363, - "swiss": 5364, - "hollywood": 5365, - "costs": 5366, - "lincoln": 5367, - "responsibility": 5368, - "##he": 5369, - "shore": 5370, - "file": 5371, - "proper": 5372, - "normally": 5373, - "maryland": 5374, - "assistance": 5375, - "jump": 5376, - "constant": 5377, - "offering": 5378, - "friendly": 5379, - "waters": 5380, - "persons": 5381, - "realize": 5382, - "contain": 5383, - "trophy": 5384, - "800": 5385, - "partnership": 5386, - "factor": 5387, - "58": 5388, - "musicians": 5389, - "cry": 5390, - "bound": 5391, - "oregon": 5392, - "indicated": 5393, - "hero": 5394, - "houston": 5395, - "medium": 5396, - "##ure": 5397, - "consisting": 5398, - "somewhat": 5399, - "##ara": 5400, - "57": 5401, - "cycle": 5402, - "##che": 5403, - "beer": 5404, - "moore": 5405, - "frederick": 5406, - "gotten": 5407, - "eleven": 5408, - "worst": 5409, - "weak": 5410, - "approached": 5411, - "arranged": 5412, - "chin": 5413, - "loan": 5414, - "universal": 5415, - "bond": 5416, - "fifteen": 5417, - "pattern": 5418, - "disappeared": 5419, - "##ney": 5420, - "translated": 5421, - "##zed": 5422, - "lip": 5423, - "arab": 5424, - "capture": 5425, - "interests": 5426, - "insurance": 5427, - "##chi": 5428, - "shifted": 5429, - "cave": 5430, - "prix": 5431, - "warning": 5432, - "sections": 5433, - "courts": 5434, - "coat": 5435, - "plot": 5436, - "smell": 5437, - "feed": 5438, - "golf": 5439, - "favorite": 5440, - "maintain": 5441, - "knife": 5442, - "vs": 5443, - "voted": 5444, - "degrees": 5445, - "finance": 5446, - "quebec": 5447, - "opinion": 5448, - "translation": 5449, - "manner": 5450, - "ruled": 5451, - "operate": 5452, - "productions": 5453, - "choose": 5454, - "musician": 5455, - "discovery": 5456, - "confused": 5457, - "tired": 5458, - "separated": 5459, - "stream": 5460, - "techniques": 5461, - "committed": 5462, - "attend": 5463, - "ranking": 5464, - "kings": 5465, - "throw": 5466, - "passengers": 5467, - "measure": 5468, - "horror": 5469, - "fan": 5470, - "mining": 5471, - "sand": 5472, - "danger": 5473, - "salt": 5474, - "calm": 5475, - "decade": 5476, - "dam": 5477, - "require": 5478, - "runner": 5479, - "##ik": 5480, - "rush": 5481, - "associate": 5482, - "greece": 5483, - "##ker": 5484, - "rivers": 5485, - "consecutive": 5486, - "matthew": 5487, - "##ski": 5488, - "sighed": 5489, - "sq": 5490, - "documents": 5491, - "steam": 5492, - "edited": 5493, - "closing": 5494, - "tie": 5495, - "accused": 5496, - "1905": 5497, - "##ini": 5498, - "islamic": 5499, - "distributed": 5500, - "directors": 5501, - "organisation": 5502, - "bruce": 5503, - "7th": 5504, - "breathing": 5505, - "mad": 5506, - "lit": 5507, - "arrival": 5508, - "concrete": 5509, - "taste": 5510, - "08": 5511, - "composition": 5512, - "shaking": 5513, - "faster": 5514, - "amateur": 5515, - "adjacent": 5516, - "stating": 5517, - "1906": 5518, - "twin": 5519, - "flew": 5520, - "##ran": 5521, - "tokyo": 5522, - "publications": 5523, - "##tone": 5524, - "obviously": 5525, - "ridge": 5526, - "storage": 5527, - "1907": 5528, - "carl": 5529, - "pages": 5530, - "concluded": 5531, - "desert": 5532, - "driven": 5533, - "universities": 5534, - "ages": 5535, - "terminal": 5536, - "sequence": 5537, - "borough": 5538, - "250": 5539, - "constituency": 5540, - "creative": 5541, - "cousin": 5542, - "economics": 5543, - "dreams": 5544, - "margaret": 5545, - "notably": 5546, - "reduce": 5547, - "montreal": 5548, - "mode": 5549, - "17th": 5550, - "ears": 5551, - "saved": 5552, - "jan": 5553, - "vocal": 5554, - "##ica": 5555, - "1909": 5556, - "andy": 5557, - "##jo": 5558, - "riding": 5559, - "roughly": 5560, - "threatened": 5561, - "##ise": 5562, - "meters": 5563, - "meanwhile": 5564, - "landed": 5565, - "compete": 5566, - "repeated": 5567, - "grass": 5568, - "czech": 5569, - "regularly": 5570, - "charges": 5571, - "tea": 5572, - "sudden": 5573, - "appeal": 5574, - "##ung": 5575, - "solution": 5576, - "describes": 5577, - "pierre": 5578, - "classification": 5579, - "glad": 5580, - "parking": 5581, - "##ning": 5582, - "belt": 5583, - "physics": 5584, - "99": 5585, - "rachel": 5586, - "add": 5587, - "hungarian": 5588, - "participate": 5589, - "expedition": 5590, - "damaged": 5591, - "gift": 5592, - "childhood": 5593, - "85": 5594, - "fifty": 5595, - "##red": 5596, - "mathematics": 5597, - "jumped": 5598, - "letting": 5599, - "defensive": 5600, - "mph": 5601, - "##ux": 5602, - "##gh": 5603, - "testing": 5604, - "##hip": 5605, - "hundreds": 5606, - "shoot": 5607, - "owners": 5608, - "matters": 5609, - "smoke": 5610, - "israeli": 5611, - "kentucky": 5612, - "dancing": 5613, - "mounted": 5614, - "grandfather": 5615, - "emma": 5616, - "designs": 5617, - "profit": 5618, - "argentina": 5619, - "##gs": 5620, - "truly": 5621, - "li": 5622, - "lawrence": 5623, - "cole": 5624, - "begun": 5625, - "detroit": 5626, - "willing": 5627, - "branches": 5628, - "smiling": 5629, - "decide": 5630, - "miami": 5631, - "enjoyed": 5632, - "recordings": 5633, - "##dale": 5634, - "poverty": 5635, - "ethnic": 5636, - "gay": 5637, - "##bi": 5638, - "gary": 5639, - "arabic": 5640, - "09": 5641, - "accompanied": 5642, - "##one": 5643, - "##ons": 5644, - "fishing": 5645, - "determine": 5646, - "residential": 5647, - "acid": 5648, - "##ary": 5649, - "alice": 5650, - "returns": 5651, - "starred": 5652, - "mail": 5653, - "##ang": 5654, - "jonathan": 5655, - "strategy": 5656, - "##ue": 5657, - "net": 5658, - "forty": 5659, - "cook": 5660, - "businesses": 5661, - "equivalent": 5662, - "commonwealth": 5663, - "distinct": 5664, - "ill": 5665, - "##cy": 5666, - "seriously": 5667, - "##ors": 5668, - "##ped": 5669, - "shift": 5670, - "harris": 5671, - "replace": 5672, - "rio": 5673, - "imagine": 5674, - "formula": 5675, - "ensure": 5676, - "##ber": 5677, - "additionally": 5678, - "scheme": 5679, - "conservation": 5680, - "occasionally": 5681, - "purposes": 5682, - "feels": 5683, - "favor": 5684, - "##and": 5685, - "##ore": 5686, - "1930s": 5687, - "contrast": 5688, - "hanging": 5689, - "hunt": 5690, - "movies": 5691, - "1904": 5692, - "instruments": 5693, - "victims": 5694, - "danish": 5695, - "christopher": 5696, - "busy": 5697, - "demon": 5698, - "sugar": 5699, - "earliest": 5700, - "colony": 5701, - "studying": 5702, - "balance": 5703, - "duties": 5704, - "##ks": 5705, - "belgium": 5706, - "slipped": 5707, - "carter": 5708, - "05": 5709, - "visible": 5710, - "stages": 5711, - "iraq": 5712, - "fifa": 5713, - "##im": 5714, - "commune": 5715, - "forming": 5716, - "zero": 5717, - "07": 5718, - "continuing": 5719, - "talked": 5720, - "counties": 5721, - "legend": 5722, - "bathroom": 5723, - "option": 5724, - "tail": 5725, - "clay": 5726, - "daughters": 5727, - "afterwards": 5728, - "severe": 5729, - "jaw": 5730, - "visitors": 5731, - "##ded": 5732, - "devices": 5733, - "aviation": 5734, - "russell": 5735, - "kate": 5736, - "##vi": 5737, - "entering": 5738, - "subjects": 5739, - "##ino": 5740, - "temporary": 5741, - "swimming": 5742, - "forth": 5743, - "smooth": 5744, - "ghost": 5745, - "audio": 5746, - "bush": 5747, - "operates": 5748, - "rocks": 5749, - "movements": 5750, - "signs": 5751, - "eddie": 5752, - "##tz": 5753, - "ann": 5754, - "voices": 5755, - "honorary": 5756, - "06": 5757, - "memories": 5758, - "dallas": 5759, - "pure": 5760, - "measures": 5761, - "racial": 5762, - "promised": 5763, - "66": 5764, - "harvard": 5765, - "ceo": 5766, - "16th": 5767, - "parliamentary": 5768, - "indicate": 5769, - "benefit": 5770, - "flesh": 5771, - "dublin": 5772, - "louisiana": 5773, - "1902": 5774, - "1901": 5775, - "patient": 5776, - "sleeping": 5777, - "1903": 5778, - "membership": 5779, - "coastal": 5780, - "medieval": 5781, - "wanting": 5782, - "element": 5783, - "scholars": 5784, - "rice": 5785, - "62": 5786, - "limit": 5787, - "survive": 5788, - "makeup": 5789, - "rating": 5790, - "definitely": 5791, - "collaboration": 5792, - "obvious": 5793, - "##tan": 5794, - "boss": 5795, - "ms": 5796, - "baron": 5797, - "birthday": 5798, - "linked": 5799, - "soil": 5800, - "diocese": 5801, - "##lan": 5802, - "ncaa": 5803, - "##mann": 5804, - "offensive": 5805, - "shell": 5806, - "shouldn": 5807, - "waist": 5808, - "##tus": 5809, - "plain": 5810, - "ross": 5811, - "organ": 5812, - "resolution": 5813, - "manufacturing": 5814, - "adding": 5815, - "relative": 5816, - "kennedy": 5817, - "98": 5818, - "whilst": 5819, - "moth": 5820, - "marketing": 5821, - "gardens": 5822, - "crash": 5823, - "72": 5824, - "heading": 5825, - "partners": 5826, - "credited": 5827, - "carlos": 5828, - "moves": 5829, - "cable": 5830, - "##zi": 5831, - "marshall": 5832, - "##out": 5833, - "depending": 5834, - "bottle": 5835, - "represents": 5836, - "rejected": 5837, - "responded": 5838, - "existed": 5839, - "04": 5840, - "jobs": 5841, - "denmark": 5842, - "lock": 5843, - "##ating": 5844, - "treated": 5845, - "graham": 5846, - "routes": 5847, - "talent": 5848, - "commissioner": 5849, - "drugs": 5850, - "secure": 5851, - "tests": 5852, - "reign": 5853, - "restored": 5854, - "photography": 5855, - "##gi": 5856, - "contributions": 5857, - "oklahoma": 5858, - "designer": 5859, - "disc": 5860, - "grin": 5861, - "seattle": 5862, - "robin": 5863, - "paused": 5864, - "atlanta": 5865, - "unusual": 5866, - "##gate": 5867, - "praised": 5868, - "las": 5869, - "laughing": 5870, - "satellite": 5871, - "hungary": 5872, - "visiting": 5873, - "##sky": 5874, - "interesting": 5875, - "factors": 5876, - "deck": 5877, - "poems": 5878, - "norman": 5879, - "##water": 5880, - "stuck": 5881, - "speaker": 5882, - "rifle": 5883, - "domain": 5884, - "premiered": 5885, - "##her": 5886, - "dc": 5887, - "comics": 5888, - "actors": 5889, - "01": 5890, - "reputation": 5891, - "eliminated": 5892, - "8th": 5893, - "ceiling": 5894, - "prisoners": 5895, - "script": 5896, - "##nce": 5897, - "leather": 5898, - "austin": 5899, - "mississippi": 5900, - "rapidly": 5901, - "admiral": 5902, - "parallel": 5903, - "charlotte": 5904, - "guilty": 5905, - "tools": 5906, - "gender": 5907, - "divisions": 5908, - "fruit": 5909, - "##bs": 5910, - "laboratory": 5911, - "nelson": 5912, - "fantasy": 5913, - "marry": 5914, - "rapid": 5915, - "aunt": 5916, - "tribe": 5917, - "requirements": 5918, - "aspects": 5919, - "suicide": 5920, - "amongst": 5921, - "adams": 5922, - "bone": 5923, - "ukraine": 5924, - "abc": 5925, - "kick": 5926, - "sees": 5927, - "edinburgh": 5928, - "clothing": 5929, - "column": 5930, - "rough": 5931, - "gods": 5932, - "hunting": 5933, - "broadway": 5934, - "gathered": 5935, - "concerns": 5936, - "##ek": 5937, - "spending": 5938, - "ty": 5939, - "12th": 5940, - "snapped": 5941, - "requires": 5942, - "solar": 5943, - "bones": 5944, - "cavalry": 5945, - "##tta": 5946, - "iowa": 5947, - "drinking": 5948, - "waste": 5949, - "index": 5950, - "franklin": 5951, - "charity": 5952, - "thompson": 5953, - "stewart": 5954, - "tip": 5955, - "flash": 5956, - "landscape": 5957, - "friday": 5958, - "enjoy": 5959, - "singh": 5960, - "poem": 5961, - "listening": 5962, - "##back": 5963, - "eighth": 5964, - "fred": 5965, - "differences": 5966, - "adapted": 5967, - "bomb": 5968, - "ukrainian": 5969, - "surgery": 5970, - "corporate": 5971, - "masters": 5972, - "anywhere": 5973, - "##more": 5974, - "waves": 5975, - "odd": 5976, - "sean": 5977, - "portugal": 5978, - "orleans": 5979, - "dick": 5980, - "debate": 5981, - "kent": 5982, - "eating": 5983, - "puerto": 5984, - "cleared": 5985, - "96": 5986, - "expect": 5987, - "cinema": 5988, - "97": 5989, - "guitarist": 5990, - "blocks": 5991, - "electrical": 5992, - "agree": 5993, - "involving": 5994, - "depth": 5995, - "dying": 5996, - "panel": 5997, - "struggle": 5998, - "##ged": 5999, - "peninsula": 6000, - "adults": 6001, - "novels": 6002, - "emerged": 6003, - "vienna": 6004, - "metro": 6005, - "debuted": 6006, - "shoes": 6007, - "tamil": 6008, - "songwriter": 6009, - "meets": 6010, - "prove": 6011, - "beating": 6012, - "instance": 6013, - "heaven": 6014, - "scared": 6015, - "sending": 6016, - "marks": 6017, - "artistic": 6018, - "passage": 6019, - "superior": 6020, - "03": 6021, - "significantly": 6022, - "shopping": 6023, - "##tive": 6024, - "retained": 6025, - "##izing": 6026, - "malaysia": 6027, - "technique": 6028, - "cheeks": 6029, - "##ola": 6030, - "warren": 6031, - "maintenance": 6032, - "destroy": 6033, - "extreme": 6034, - "allied": 6035, - "120": 6036, - "appearing": 6037, - "##yn": 6038, - "fill": 6039, - "advice": 6040, - "alabama": 6041, - "qualifying": 6042, - "policies": 6043, - "cleveland": 6044, - "hat": 6045, - "battery": 6046, - "smart": 6047, - "authors": 6048, - "10th": 6049, - "soundtrack": 6050, - "acted": 6051, - "dated": 6052, - "lb": 6053, - "glance": 6054, - "equipped": 6055, - "coalition": 6056, - "funny": 6057, - "outer": 6058, - "ambassador": 6059, - "roy": 6060, - "possibility": 6061, - "couples": 6062, - "campbell": 6063, - "dna": 6064, - "loose": 6065, - "ethan": 6066, - "supplies": 6067, - "1898": 6068, - "gonna": 6069, - "88": 6070, - "monster": 6071, - "##res": 6072, - "shake": 6073, - "agents": 6074, - "frequency": 6075, - "springs": 6076, - "dogs": 6077, - "practices": 6078, - "61": 6079, - "gang": 6080, - "plastic": 6081, - "easier": 6082, - "suggests": 6083, - "gulf": 6084, - "blade": 6085, - "exposed": 6086, - "colors": 6087, - "industries": 6088, - "markets": 6089, - "pan": 6090, - "nervous": 6091, - "electoral": 6092, - "charts": 6093, - "legislation": 6094, - "ownership": 6095, - "##idae": 6096, - "mac": 6097, - "appointment": 6098, - "shield": 6099, - "copy": 6100, - "assault": 6101, - "socialist": 6102, - "abbey": 6103, - "monument": 6104, - "license": 6105, - "throne": 6106, - "employment": 6107, - "jay": 6108, - "93": 6109, - "replacement": 6110, - "charter": 6111, - "cloud": 6112, - "powered": 6113, - "suffering": 6114, - "accounts": 6115, - "oak": 6116, - "connecticut": 6117, - "strongly": 6118, - "wright": 6119, - "colour": 6120, - "crystal": 6121, - "13th": 6122, - "context": 6123, - "welsh": 6124, - "networks": 6125, - "voiced": 6126, - "gabriel": 6127, - "jerry": 6128, - "##cing": 6129, - "forehead": 6130, - "mp": 6131, - "##ens": 6132, - "manage": 6133, - "schedule": 6134, - "totally": 6135, - "remix": 6136, - "##ii": 6137, - "forests": 6138, - "occupation": 6139, - "print": 6140, - "nicholas": 6141, - "brazilian": 6142, - "strategic": 6143, - "vampires": 6144, - "engineers": 6145, - "76": 6146, - "roots": 6147, - "seek": 6148, - "correct": 6149, - "instrumental": 6150, - "und": 6151, - "alfred": 6152, - "backed": 6153, - "hop": 6154, - "##des": 6155, - "stanley": 6156, - "robinson": 6157, - "traveled": 6158, - "wayne": 6159, - "welcome": 6160, - "austrian": 6161, - "achieve": 6162, - "67": 6163, - "exit": 6164, - "rates": 6165, - "1899": 6166, - "strip": 6167, - "whereas": 6168, - "##cs": 6169, - "sing": 6170, - "deeply": 6171, - "adventure": 6172, - "bobby": 6173, - "rick": 6174, - "jamie": 6175, - "careful": 6176, - "components": 6177, - "cap": 6178, - "useful": 6179, - "personality": 6180, - "knee": 6181, - "##shi": 6182, - "pushing": 6183, - "hosts": 6184, - "02": 6185, - "protest": 6186, - "ca": 6187, - "ottoman": 6188, - "symphony": 6189, - "##sis": 6190, - "63": 6191, - "boundary": 6192, - "1890": 6193, - "processes": 6194, - "considering": 6195, - "considerable": 6196, - "tons": 6197, - "##work": 6198, - "##ft": 6199, - "##nia": 6200, - "cooper": 6201, - "trading": 6202, - "dear": 6203, - "conduct": 6204, - "91": 6205, - "illegal": 6206, - "apple": 6207, - "revolutionary": 6208, - "holiday": 6209, - "definition": 6210, - "harder": 6211, - "##van": 6212, - "jacob": 6213, - "circumstances": 6214, - "destruction": 6215, - "##lle": 6216, - "popularity": 6217, - "grip": 6218, - "classified": 6219, - "liverpool": 6220, - "donald": 6221, - "baltimore": 6222, - "flows": 6223, - "seeking": 6224, - "honour": 6225, - "approval": 6226, - "92": 6227, - "mechanical": 6228, - "till": 6229, - "happening": 6230, - "statue": 6231, - "critic": 6232, - "increasingly": 6233, - "immediate": 6234, - "describe": 6235, - "commerce": 6236, - "stare": 6237, - "##ster": 6238, - "indonesia": 6239, - "meat": 6240, - "rounds": 6241, - "boats": 6242, - "baker": 6243, - "orthodox": 6244, - "depression": 6245, - "formally": 6246, - "worn": 6247, - "naked": 6248, - "claire": 6249, - "muttered": 6250, - "sentence": 6251, - "11th": 6252, - "emily": 6253, - "document": 6254, - "77": 6255, - "criticism": 6256, - "wished": 6257, - "vessel": 6258, - "spiritual": 6259, - "bent": 6260, - "virgin": 6261, - "parker": 6262, - "minimum": 6263, - "murray": 6264, - "lunch": 6265, - "danny": 6266, - "printed": 6267, - "compilation": 6268, - "keyboards": 6269, - "false": 6270, - "blow": 6271, - "belonged": 6272, - "68": 6273, - "raising": 6274, - "78": 6275, - "cutting": 6276, - "##board": 6277, - "pittsburgh": 6278, - "##up": 6279, - "9th": 6280, - "shadows": 6281, - "81": 6282, - "hated": 6283, - "indigenous": 6284, - "jon": 6285, - "15th": 6286, - "barry": 6287, - "scholar": 6288, - "ah": 6289, - "##zer": 6290, - "oliver": 6291, - "##gy": 6292, - "stick": 6293, - "susan": 6294, - "meetings": 6295, - "attracted": 6296, - "spell": 6297, - "romantic": 6298, - "##ver": 6299, - "ye": 6300, - "1895": 6301, - "photo": 6302, - "demanded": 6303, - "customers": 6304, - "##ac": 6305, - "1896": 6306, - "logan": 6307, - "revival": 6308, - "keys": 6309, - "modified": 6310, - "commanded": 6311, - "jeans": 6312, - "##ious": 6313, - "upset": 6314, - "raw": 6315, - "phil": 6316, - "detective": 6317, - "hiding": 6318, - "resident": 6319, - "vincent": 6320, - "##bly": 6321, - "experiences": 6322, - "diamond": 6323, - "defeating": 6324, - "coverage": 6325, - "lucas": 6326, - "external": 6327, - "parks": 6328, - "franchise": 6329, - "helen": 6330, - "bible": 6331, - "successor": 6332, - "percussion": 6333, - "celebrated": 6334, - "il": 6335, - "lift": 6336, - "profile": 6337, - "clan": 6338, - "romania": 6339, - "##ied": 6340, - "mills": 6341, - "##su": 6342, - "nobody": 6343, - "achievement": 6344, - "shrugged": 6345, - "fault": 6346, - "1897": 6347, - "rhythm": 6348, - "initiative": 6349, - "breakfast": 6350, - "carbon": 6351, - "700": 6352, - "69": 6353, - "lasted": 6354, - "violent": 6355, - "74": 6356, - "wound": 6357, - "ken": 6358, - "killer": 6359, - "gradually": 6360, - "filmed": 6361, - "°c": 6362, - "dollars": 6363, - "processing": 6364, - "94": 6365, - "remove": 6366, - "criticized": 6367, - "guests": 6368, - "sang": 6369, - "chemistry": 6370, - "##vin": 6371, - "legislature": 6372, - "disney": 6373, - "##bridge": 6374, - "uniform": 6375, - "escaped": 6376, - "integrated": 6377, - "proposal": 6378, - "purple": 6379, - "denied": 6380, - "liquid": 6381, - "karl": 6382, - "influential": 6383, - "morris": 6384, - "nights": 6385, - "stones": 6386, - "intense": 6387, - "experimental": 6388, - "twisted": 6389, - "71": 6390, - "84": 6391, - "##ld": 6392, - "pace": 6393, - "nazi": 6394, - "mitchell": 6395, - "ny": 6396, - "blind": 6397, - "reporter": 6398, - "newspapers": 6399, - "14th": 6400, - "centers": 6401, - "burn": 6402, - "basin": 6403, - "forgotten": 6404, - "surviving": 6405, - "filed": 6406, - "collections": 6407, - "monastery": 6408, - "losses": 6409, - "manual": 6410, - "couch": 6411, - "description": 6412, - "appropriate": 6413, - "merely": 6414, - "tag": 6415, - "missions": 6416, - "sebastian": 6417, - "restoration": 6418, - "replacing": 6419, - "triple": 6420, - "73": 6421, - "elder": 6422, - "julia": 6423, - "warriors": 6424, - "benjamin": 6425, - "julian": 6426, - "convinced": 6427, - "stronger": 6428, - "amazing": 6429, - "declined": 6430, - "versus": 6431, - "merchant": 6432, - "happens": 6433, - "output": 6434, - "finland": 6435, - "bare": 6436, - "barbara": 6437, - "absence": 6438, - "ignored": 6439, - "dawn": 6440, - "injuries": 6441, - "##port": 6442, - "producers": 6443, - "##ram": 6444, - "82": 6445, - "luis": 6446, - "##ities": 6447, - "kw": 6448, - "admit": 6449, - "expensive": 6450, - "electricity": 6451, - "nba": 6452, - "exception": 6453, - "symbol": 6454, - "##ving": 6455, - "ladies": 6456, - "shower": 6457, - "sheriff": 6458, - "characteristics": 6459, - "##je": 6460, - "aimed": 6461, - "button": 6462, - "ratio": 6463, - "effectively": 6464, - "summit": 6465, - "angle": 6466, - "jury": 6467, - "bears": 6468, - "foster": 6469, - "vessels": 6470, - "pants": 6471, - "executed": 6472, - "evans": 6473, - "dozen": 6474, - "advertising": 6475, - "kicked": 6476, - "patrol": 6477, - "1889": 6478, - "competitions": 6479, - "lifetime": 6480, - "principles": 6481, - "athletics": 6482, - "##logy": 6483, - "birmingham": 6484, - "sponsored": 6485, - "89": 6486, - "rob": 6487, - "nomination": 6488, - "1893": 6489, - "acoustic": 6490, - "##sm": 6491, - "creature": 6492, - "longest": 6493, - "##tra": 6494, - "credits": 6495, - "harbor": 6496, - "dust": 6497, - "josh": 6498, - "##so": 6499, - "territories": 6500, - "milk": 6501, - "infrastructure": 6502, - "completion": 6503, - "thailand": 6504, - "indians": 6505, - "leon": 6506, - "archbishop": 6507, - "##sy": 6508, - "assist": 6509, - "pitch": 6510, - "blake": 6511, - "arrangement": 6512, - "girlfriend": 6513, - "serbian": 6514, - "operational": 6515, - "hence": 6516, - "sad": 6517, - "scent": 6518, - "fur": 6519, - "dj": 6520, - "sessions": 6521, - "hp": 6522, - "refer": 6523, - "rarely": 6524, - "##ora": 6525, - "exists": 6526, - "1892": 6527, - "##ten": 6528, - "scientists": 6529, - "dirty": 6530, - "penalty": 6531, - "burst": 6532, - "portrait": 6533, - "seed": 6534, - "79": 6535, - "pole": 6536, - "limits": 6537, - "rival": 6538, - "1894": 6539, - "stable": 6540, - "alpha": 6541, - "grave": 6542, - "constitutional": 6543, - "alcohol": 6544, - "arrest": 6545, - "flower": 6546, - "mystery": 6547, - "devil": 6548, - "architectural": 6549, - "relationships": 6550, - "greatly": 6551, - "habitat": 6552, - "##istic": 6553, - "larry": 6554, - "progressive": 6555, - "remote": 6556, - "cotton": 6557, - "##ics": 6558, - "##ok": 6559, - "preserved": 6560, - "reaches": 6561, - "##ming": 6562, - "cited": 6563, - "86": 6564, - "vast": 6565, - "scholarship": 6566, - "decisions": 6567, - "cbs": 6568, - "joy": 6569, - "teach": 6570, - "1885": 6571, - "editions": 6572, - "knocked": 6573, - "eve": 6574, - "searching": 6575, - "partly": 6576, - "participation": 6577, - "gap": 6578, - "animated": 6579, - "fate": 6580, - "excellent": 6581, - "##ett": 6582, - "na": 6583, - "87": 6584, - "alternate": 6585, - "saints": 6586, - "youngest": 6587, - "##ily": 6588, - "climbed": 6589, - "##ita": 6590, - "##tors": 6591, - "suggest": 6592, - "##ct": 6593, - "discussion": 6594, - "staying": 6595, - "choir": 6596, - "lakes": 6597, - "jacket": 6598, - "revenue": 6599, - "nevertheless": 6600, - "peaked": 6601, - "instrument": 6602, - "wondering": 6603, - "annually": 6604, - "managing": 6605, - "neil": 6606, - "1891": 6607, - "signing": 6608, - "terry": 6609, - "##ice": 6610, - "apply": 6611, - "clinical": 6612, - "brooklyn": 6613, - "aim": 6614, - "catherine": 6615, - "fuck": 6616, - "farmers": 6617, - "figured": 6618, - "ninth": 6619, - "pride": 6620, - "hugh": 6621, - "evolution": 6622, - "ordinary": 6623, - "involvement": 6624, - "comfortable": 6625, - "shouted": 6626, - "tech": 6627, - "encouraged": 6628, - "taiwan": 6629, - "representation": 6630, - "sharing": 6631, - "##lia": 6632, - "##em": 6633, - "panic": 6634, - "exact": 6635, - "cargo": 6636, - "competing": 6637, - "fat": 6638, - "cried": 6639, - "83": 6640, - "1920s": 6641, - "occasions": 6642, - "pa": 6643, - "cabin": 6644, - "borders": 6645, - "utah": 6646, - "marcus": 6647, - "##isation": 6648, - "badly": 6649, - "muscles": 6650, - "##ance": 6651, - "victorian": 6652, - "transition": 6653, - "warner": 6654, - "bet": 6655, - "permission": 6656, - "##rin": 6657, - "slave": 6658, - "terrible": 6659, - "similarly": 6660, - "shares": 6661, - "seth": 6662, - "uefa": 6663, - "possession": 6664, - "medals": 6665, - "benefits": 6666, - "colleges": 6667, - "lowered": 6668, - "perfectly": 6669, - "mall": 6670, - "transit": 6671, - "##ye": 6672, - "##kar": 6673, - "publisher": 6674, - "##ened": 6675, - "harrison": 6676, - "deaths": 6677, - "elevation": 6678, - "##ae": 6679, - "asleep": 6680, - "machines": 6681, - "sigh": 6682, - "ash": 6683, - "hardly": 6684, - "argument": 6685, - "occasion": 6686, - "parent": 6687, - "leo": 6688, - "decline": 6689, - "1888": 6690, - "contribution": 6691, - "##ua": 6692, - "concentration": 6693, - "1000": 6694, - "opportunities": 6695, - "hispanic": 6696, - "guardian": 6697, - "extent": 6698, - "emotions": 6699, - "hips": 6700, - "mason": 6701, - "volumes": 6702, - "bloody": 6703, - "controversy": 6704, - "diameter": 6705, - "steady": 6706, - "mistake": 6707, - "phoenix": 6708, - "identify": 6709, - "violin": 6710, - "##sk": 6711, - "departure": 6712, - "richmond": 6713, - "spin": 6714, - "funeral": 6715, - "enemies": 6716, - "1864": 6717, - "gear": 6718, - "literally": 6719, - "connor": 6720, - "random": 6721, - "sergeant": 6722, - "grab": 6723, - "confusion": 6724, - "1865": 6725, - "transmission": 6726, - "informed": 6727, - "op": 6728, - "leaning": 6729, - "sacred": 6730, - "suspended": 6731, - "thinks": 6732, - "gates": 6733, - "portland": 6734, - "luck": 6735, - "agencies": 6736, - "yours": 6737, - "hull": 6738, - "expert": 6739, - "muscle": 6740, - "layer": 6741, - "practical": 6742, - "sculpture": 6743, - "jerusalem": 6744, - "latest": 6745, - "lloyd": 6746, - "statistics": 6747, - "deeper": 6748, - "recommended": 6749, - "warrior": 6750, - "arkansas": 6751, - "mess": 6752, - "supports": 6753, - "greg": 6754, - "eagle": 6755, - "1880": 6756, - "recovered": 6757, - "rated": 6758, - "concerts": 6759, - "rushed": 6760, - "##ano": 6761, - "stops": 6762, - "eggs": 6763, - "files": 6764, - "premiere": 6765, - "keith": 6766, - "##vo": 6767, - "delhi": 6768, - "turner": 6769, - "pit": 6770, - "affair": 6771, - "belief": 6772, - "paint": 6773, - "##zing": 6774, - "mate": 6775, - "##ach": 6776, - "##ev": 6777, - "victim": 6778, - "##ology": 6779, - "withdrew": 6780, - "bonus": 6781, - "styles": 6782, - "fled": 6783, - "##ud": 6784, - "glasgow": 6785, - "technologies": 6786, - "funded": 6787, - "nbc": 6788, - "adaptation": 6789, - "##ata": 6790, - "portrayed": 6791, - "cooperation": 6792, - "supporters": 6793, - "judges": 6794, - "bernard": 6795, - "justin": 6796, - "hallway": 6797, - "ralph": 6798, - "##ick": 6799, - "graduating": 6800, - "controversial": 6801, - "distant": 6802, - "continental": 6803, - "spider": 6804, - "bite": 6805, - "##ho": 6806, - "recognize": 6807, - "intention": 6808, - "mixing": 6809, - "##ese": 6810, - "egyptian": 6811, - "bow": 6812, - "tourism": 6813, - "suppose": 6814, - "claiming": 6815, - "tiger": 6816, - "dominated": 6817, - "participants": 6818, - "vi": 6819, - "##ru": 6820, - "nurse": 6821, - "partially": 6822, - "tape": 6823, - "##rum": 6824, - "psychology": 6825, - "##rn": 6826, - "essential": 6827, - "touring": 6828, - "duo": 6829, - "voting": 6830, - "civilian": 6831, - "emotional": 6832, - "channels": 6833, - "##king": 6834, - "apparent": 6835, - "hebrew": 6836, - "1887": 6837, - "tommy": 6838, - "carrier": 6839, - "intersection": 6840, - "beast": 6841, - "hudson": 6842, - "##gar": 6843, - "##zo": 6844, - "lab": 6845, - "nova": 6846, - "bench": 6847, - "discuss": 6848, - "costa": 6849, - "##ered": 6850, - "detailed": 6851, - "behalf": 6852, - "drivers": 6853, - "unfortunately": 6854, - "obtain": 6855, - "##lis": 6856, - "rocky": 6857, - "##dae": 6858, - "siege": 6859, - "friendship": 6860, - "honey": 6861, - "##rian": 6862, - "1861": 6863, - "amy": 6864, - "hang": 6865, - "posted": 6866, - "governments": 6867, - "collins": 6868, - "respond": 6869, - "wildlife": 6870, - "preferred": 6871, - "operator": 6872, - "##po": 6873, - "laura": 6874, - "pregnant": 6875, - "videos": 6876, - "dennis": 6877, - "suspected": 6878, - "boots": 6879, - "instantly": 6880, - "weird": 6881, - "automatic": 6882, - "businessman": 6883, - "alleged": 6884, - "placing": 6885, - "throwing": 6886, - "ph": 6887, - "mood": 6888, - "1862": 6889, - "perry": 6890, - "venue": 6891, - "jet": 6892, - "remainder": 6893, - "##lli": 6894, - "##ci": 6895, - "passion": 6896, - "biological": 6897, - "boyfriend": 6898, - "1863": 6899, - "dirt": 6900, - "buffalo": 6901, - "ron": 6902, - "segment": 6903, - "fa": 6904, - "abuse": 6905, - "##era": 6906, - "genre": 6907, - "thrown": 6908, - "stroke": 6909, - "colored": 6910, - "stress": 6911, - "exercise": 6912, - "displayed": 6913, - "##gen": 6914, - "struggled": 6915, - "##tti": 6916, - "abroad": 6917, - "dramatic": 6918, - "wonderful": 6919, - "thereafter": 6920, - "madrid": 6921, - "component": 6922, - "widespread": 6923, - "##sed": 6924, - "tale": 6925, - "citizen": 6926, - "todd": 6927, - "monday": 6928, - "1886": 6929, - "vancouver": 6930, - "overseas": 6931, - "forcing": 6932, - "crying": 6933, - "descent": 6934, - "##ris": 6935, - "discussed": 6936, - "substantial": 6937, - "ranks": 6938, - "regime": 6939, - "1870": 6940, - "provinces": 6941, - "switch": 6942, - "drum": 6943, - "zane": 6944, - "ted": 6945, - "tribes": 6946, - "proof": 6947, - "lp": 6948, - "cream": 6949, - "researchers": 6950, - "volunteer": 6951, - "manor": 6952, - "silk": 6953, - "milan": 6954, - "donated": 6955, - "allies": 6956, - "venture": 6957, - "principle": 6958, - "delivery": 6959, - "enterprise": 6960, - "##ves": 6961, - "##ans": 6962, - "bars": 6963, - "traditionally": 6964, - "witch": 6965, - "reminded": 6966, - "copper": 6967, - "##uk": 6968, - "pete": 6969, - "inter": 6970, - "links": 6971, - "colin": 6972, - "grinned": 6973, - "elsewhere": 6974, - "competitive": 6975, - "frequent": 6976, - "##oy": 6977, - "scream": 6978, - "##hu": 6979, - "tension": 6980, - "texts": 6981, - "submarine": 6982, - "finnish": 6983, - "defending": 6984, - "defend": 6985, - "pat": 6986, - "detail": 6987, - "1884": 6988, - "affiliated": 6989, - "stuart": 6990, - "themes": 6991, - "villa": 6992, - "periods": 6993, - "tool": 6994, - "belgian": 6995, - "ruling": 6996, - "crimes": 6997, - "answers": 6998, - "folded": 6999, - "licensed": 7000, - "resort": 7001, - "demolished": 7002, - "hans": 7003, - "lucy": 7004, - "1881": 7005, - "lion": 7006, - "traded": 7007, - "photographs": 7008, - "writes": 7009, - "craig": 7010, - "##fa": 7011, - "trials": 7012, - "generated": 7013, - "beth": 7014, - "noble": 7015, - "debt": 7016, - "percentage": 7017, - "yorkshire": 7018, - "erected": 7019, - "ss": 7020, - "viewed": 7021, - "grades": 7022, - "confidence": 7023, - "ceased": 7024, - "islam": 7025, - "telephone": 7026, - "retail": 7027, - "##ible": 7028, - "chile": 7029, - "m²": 7030, - "roberts": 7031, - "sixteen": 7032, - "##ich": 7033, - "commented": 7034, - "hampshire": 7035, - "innocent": 7036, - "dual": 7037, - "pounds": 7038, - "checked": 7039, - "regulations": 7040, - "afghanistan": 7041, - "sung": 7042, - "rico": 7043, - "liberty": 7044, - "assets": 7045, - "bigger": 7046, - "options": 7047, - "angels": 7048, - "relegated": 7049, - "tribute": 7050, - "wells": 7051, - "attending": 7052, - "leaf": 7053, - "##yan": 7054, - "butler": 7055, - "romanian": 7056, - "forum": 7057, - "monthly": 7058, - "lisa": 7059, - "patterns": 7060, - "gmina": 7061, - "##tory": 7062, - "madison": 7063, - "hurricane": 7064, - "rev": 7065, - "##ians": 7066, - "bristol": 7067, - "##ula": 7068, - "elite": 7069, - "valuable": 7070, - "disaster": 7071, - "democracy": 7072, - "awareness": 7073, - "germans": 7074, - "freyja": 7075, - "##ins": 7076, - "loop": 7077, - "absolutely": 7078, - "paying": 7079, - "populations": 7080, - "maine": 7081, - "sole": 7082, - "prayer": 7083, - "spencer": 7084, - "releases": 7085, - "doorway": 7086, - "bull": 7087, - "##ani": 7088, - "lover": 7089, - "midnight": 7090, - "conclusion": 7091, - "##sson": 7092, - "thirteen": 7093, - "lily": 7094, - "mediterranean": 7095, - "##lt": 7096, - "nhl": 7097, - "proud": 7098, - "sample": 7099, - "##hill": 7100, - "drummer": 7101, - "guinea": 7102, - "##ova": 7103, - "murphy": 7104, - "climb": 7105, - "##ston": 7106, - "instant": 7107, - "attributed": 7108, - "horn": 7109, - "ain": 7110, - "railways": 7111, - "steven": 7112, - "##ao": 7113, - "autumn": 7114, - "ferry": 7115, - "opponent": 7116, - "root": 7117, - "traveling": 7118, - "secured": 7119, - "corridor": 7120, - "stretched": 7121, - "tales": 7122, - "sheet": 7123, - "trinity": 7124, - "cattle": 7125, - "helps": 7126, - "indicates": 7127, - "manhattan": 7128, - "murdered": 7129, - "fitted": 7130, - "1882": 7131, - "gentle": 7132, - "grandmother": 7133, - "mines": 7134, - "shocked": 7135, - "vegas": 7136, - "produces": 7137, - "##light": 7138, - "caribbean": 7139, - "##ou": 7140, - "belong": 7141, - "continuous": 7142, - "desperate": 7143, - "drunk": 7144, - "historically": 7145, - "trio": 7146, - "waved": 7147, - "raf": 7148, - "dealing": 7149, - "nathan": 7150, - "bat": 7151, - "murmured": 7152, - "interrupted": 7153, - "residing": 7154, - "scientist": 7155, - "pioneer": 7156, - "harold": 7157, - "aaron": 7158, - "##net": 7159, - "delta": 7160, - "attempting": 7161, - "minority": 7162, - "mini": 7163, - "believes": 7164, - "chorus": 7165, - "tend": 7166, - "lots": 7167, - "eyed": 7168, - "indoor": 7169, - "load": 7170, - "shots": 7171, - "updated": 7172, - "jail": 7173, - "##llo": 7174, - "concerning": 7175, - "connecting": 7176, - "wealth": 7177, - "##ved": 7178, - "slaves": 7179, - "arrive": 7180, - "rangers": 7181, - "sufficient": 7182, - "rebuilt": 7183, - "##wick": 7184, - "cardinal": 7185, - "flood": 7186, - "muhammad": 7187, - "whenever": 7188, - "relation": 7189, - "runners": 7190, - "moral": 7191, - "repair": 7192, - "viewers": 7193, - "arriving": 7194, - "revenge": 7195, - "punk": 7196, - "assisted": 7197, - "bath": 7198, - "fairly": 7199, - "breathe": 7200, - "lists": 7201, - "innings": 7202, - "illustrated": 7203, - "whisper": 7204, - "nearest": 7205, - "voters": 7206, - "clinton": 7207, - "ties": 7208, - "ultimate": 7209, - "screamed": 7210, - "beijing": 7211, - "lions": 7212, - "andre": 7213, - "fictional": 7214, - "gathering": 7215, - "comfort": 7216, - "radar": 7217, - "suitable": 7218, - "dismissed": 7219, - "hms": 7220, - "ban": 7221, - "pine": 7222, - "wrist": 7223, - "atmosphere": 7224, - "voivodeship": 7225, - "bid": 7226, - "timber": 7227, - "##ned": 7228, - "##nan": 7229, - "giants": 7230, - "##ane": 7231, - "cameron": 7232, - "recovery": 7233, - "uss": 7234, - "identical": 7235, - "categories": 7236, - "switched": 7237, - "serbia": 7238, - "laughter": 7239, - "noah": 7240, - "ensemble": 7241, - "therapy": 7242, - "peoples": 7243, - "touching": 7244, - "##off": 7245, - "locally": 7246, - "pearl": 7247, - "platforms": 7248, - "everywhere": 7249, - "ballet": 7250, - "tables": 7251, - "lanka": 7252, - "herbert": 7253, - "outdoor": 7254, - "toured": 7255, - "derek": 7256, - "1883": 7257, - "spaces": 7258, - "contested": 7259, - "swept": 7260, - "1878": 7261, - "exclusive": 7262, - "slight": 7263, - "connections": 7264, - "##dra": 7265, - "winds": 7266, - "prisoner": 7267, - "collective": 7268, - "bangladesh": 7269, - "tube": 7270, - "publicly": 7271, - "wealthy": 7272, - "thai": 7273, - "##ys": 7274, - "isolated": 7275, - "select": 7276, - "##ric": 7277, - "insisted": 7278, - "pen": 7279, - "fortune": 7280, - "ticket": 7281, - "spotted": 7282, - "reportedly": 7283, - "animation": 7284, - "enforcement": 7285, - "tanks": 7286, - "110": 7287, - "decides": 7288, - "wider": 7289, - "lowest": 7290, - "owen": 7291, - "##time": 7292, - "nod": 7293, - "hitting": 7294, - "##hn": 7295, - "gregory": 7296, - "furthermore": 7297, - "magazines": 7298, - "fighters": 7299, - "solutions": 7300, - "##ery": 7301, - "pointing": 7302, - "requested": 7303, - "peru": 7304, - "reed": 7305, - "chancellor": 7306, - "knights": 7307, - "mask": 7308, - "worker": 7309, - "eldest": 7310, - "flames": 7311, - "reduction": 7312, - "1860": 7313, - "volunteers": 7314, - "##tis": 7315, - "reporting": 7316, - "##hl": 7317, - "wire": 7318, - "advisory": 7319, - "endemic": 7320, - "origins": 7321, - "settlers": 7322, - "pursue": 7323, - "knock": 7324, - "consumer": 7325, - "1876": 7326, - "eu": 7327, - "compound": 7328, - "creatures": 7329, - "mansion": 7330, - "sentenced": 7331, - "ivan": 7332, - "deployed": 7333, - "guitars": 7334, - "frowned": 7335, - "involves": 7336, - "mechanism": 7337, - "kilometers": 7338, - "perspective": 7339, - "shops": 7340, - "maps": 7341, - "terminus": 7342, - "duncan": 7343, - "alien": 7344, - "fist": 7345, - "bridges": 7346, - "##pers": 7347, - "heroes": 7348, - "fed": 7349, - "derby": 7350, - "swallowed": 7351, - "##ros": 7352, - "patent": 7353, - "sara": 7354, - "illness": 7355, - "characterized": 7356, - "adventures": 7357, - "slide": 7358, - "hawaii": 7359, - "jurisdiction": 7360, - "##op": 7361, - "organised": 7362, - "##side": 7363, - "adelaide": 7364, - "walks": 7365, - "biology": 7366, - "se": 7367, - "##ties": 7368, - "rogers": 7369, - "swing": 7370, - "tightly": 7371, - "boundaries": 7372, - "##rie": 7373, - "prepare": 7374, - "implementation": 7375, - "stolen": 7376, - "##sha": 7377, - "certified": 7378, - "colombia": 7379, - "edwards": 7380, - "garage": 7381, - "##mm": 7382, - "recalled": 7383, - "##ball": 7384, - "rage": 7385, - "harm": 7386, - "nigeria": 7387, - "breast": 7388, - "##ren": 7389, - "furniture": 7390, - "pupils": 7391, - "settle": 7392, - "##lus": 7393, - "cuba": 7394, - "balls": 7395, - "client": 7396, - "alaska": 7397, - "21st": 7398, - "linear": 7399, - "thrust": 7400, - "celebration": 7401, - "latino": 7402, - "genetic": 7403, - "terror": 7404, - "##cia": 7405, - "##ening": 7406, - "lightning": 7407, - "fee": 7408, - "witness": 7409, - "lodge": 7410, - "establishing": 7411, - "skull": 7412, - "##ique": 7413, - "earning": 7414, - "hood": 7415, - "##ei": 7416, - "rebellion": 7417, - "wang": 7418, - "sporting": 7419, - "warned": 7420, - "missile": 7421, - "devoted": 7422, - "activist": 7423, - "porch": 7424, - "worship": 7425, - "fourteen": 7426, - "package": 7427, - "1871": 7428, - "decorated": 7429, - "##shire": 7430, - "housed": 7431, - "##ock": 7432, - "chess": 7433, - "sailed": 7434, - "doctors": 7435, - "oscar": 7436, - "joan": 7437, - "treat": 7438, - "garcia": 7439, - "harbour": 7440, - "jeremy": 7441, - "##ire": 7442, - "traditions": 7443, - "dominant": 7444, - "jacques": 7445, - "##gon": 7446, - "##wan": 7447, - "relocated": 7448, - "1879": 7449, - "amendment": 7450, - "sized": 7451, - "companion": 7452, - "simultaneously": 7453, - "volleyball": 7454, - "spun": 7455, - "acre": 7456, - "increases": 7457, - "stopping": 7458, - "loves": 7459, - "belongs": 7460, - "affect": 7461, - "drafted": 7462, - "tossed": 7463, - "scout": 7464, - "battles": 7465, - "1875": 7466, - "filming": 7467, - "shoved": 7468, - "munich": 7469, - "tenure": 7470, - "vertical": 7471, - "romance": 7472, - "pc": 7473, - "##cher": 7474, - "argue": 7475, - "##ical": 7476, - "craft": 7477, - "ranging": 7478, - "www": 7479, - "opens": 7480, - "honest": 7481, - "tyler": 7482, - "yesterday": 7483, - "virtual": 7484, - "##let": 7485, - "muslims": 7486, - "reveal": 7487, - "snake": 7488, - "immigrants": 7489, - "radical": 7490, - "screaming": 7491, - "speakers": 7492, - "firing": 7493, - "saving": 7494, - "belonging": 7495, - "ease": 7496, - "lighting": 7497, - "prefecture": 7498, - "blame": 7499, - "farmer": 7500, - "hungry": 7501, - "grows": 7502, - "rubbed": 7503, - "beam": 7504, - "sur": 7505, - "subsidiary": 7506, - "##cha": 7507, - "armenian": 7508, - "sao": 7509, - "dropping": 7510, - "conventional": 7511, - "##fer": 7512, - "microsoft": 7513, - "reply": 7514, - "qualify": 7515, - "spots": 7516, - "1867": 7517, - "sweat": 7518, - "festivals": 7519, - "##ken": 7520, - "immigration": 7521, - "physician": 7522, - "discover": 7523, - "exposure": 7524, - "sandy": 7525, - "explanation": 7526, - "isaac": 7527, - "implemented": 7528, - "##fish": 7529, - "hart": 7530, - "initiated": 7531, - "connect": 7532, - "stakes": 7533, - "presents": 7534, - "heights": 7535, - "householder": 7536, - "pleased": 7537, - "tourist": 7538, - "regardless": 7539, - "slip": 7540, - "closest": 7541, - "##ction": 7542, - "surely": 7543, - "sultan": 7544, - "brings": 7545, - "riley": 7546, - "preparation": 7547, - "aboard": 7548, - "slammed": 7549, - "baptist": 7550, - "experiment": 7551, - "ongoing": 7552, - "interstate": 7553, - "organic": 7554, - "playoffs": 7555, - "##ika": 7556, - "1877": 7557, - "130": 7558, - "##tar": 7559, - "hindu": 7560, - "error": 7561, - "tours": 7562, - "tier": 7563, - "plenty": 7564, - "arrangements": 7565, - "talks": 7566, - "trapped": 7567, - "excited": 7568, - "sank": 7569, - "ho": 7570, - "athens": 7571, - "1872": 7572, - "denver": 7573, - "welfare": 7574, - "suburb": 7575, - "athletes": 7576, - "trick": 7577, - "diverse": 7578, - "belly": 7579, - "exclusively": 7580, - "yelled": 7581, - "1868": 7582, - "##med": 7583, - "conversion": 7584, - "##ette": 7585, - "1874": 7586, - "internationally": 7587, - "computers": 7588, - "conductor": 7589, - "abilities": 7590, - "sensitive": 7591, - "hello": 7592, - "dispute": 7593, - "measured": 7594, - "globe": 7595, - "rocket": 7596, - "prices": 7597, - "amsterdam": 7598, - "flights": 7599, - "tigers": 7600, - "inn": 7601, - "municipalities": 7602, - "emotion": 7603, - "references": 7604, - "3d": 7605, - "##mus": 7606, - "explains": 7607, - "airlines": 7608, - "manufactured": 7609, - "pm": 7610, - "archaeological": 7611, - "1873": 7612, - "interpretation": 7613, - "devon": 7614, - "comment": 7615, - "##ites": 7616, - "settlements": 7617, - "kissing": 7618, - "absolute": 7619, - "improvement": 7620, - "suite": 7621, - "impressed": 7622, - "barcelona": 7623, - "sullivan": 7624, - "jefferson": 7625, - "towers": 7626, - "jesse": 7627, - "julie": 7628, - "##tin": 7629, - "##lu": 7630, - "grandson": 7631, - "hi": 7632, - "gauge": 7633, - "regard": 7634, - "rings": 7635, - "interviews": 7636, - "trace": 7637, - "raymond": 7638, - "thumb": 7639, - "departments": 7640, - "burns": 7641, - "serial": 7642, - "bulgarian": 7643, - "scores": 7644, - "demonstrated": 7645, - "##ix": 7646, - "1866": 7647, - "kyle": 7648, - "alberta": 7649, - "underneath": 7650, - "romanized": 7651, - "##ward": 7652, - "relieved": 7653, - "acquisition": 7654, - "phrase": 7655, - "cliff": 7656, - "reveals": 7657, - "han": 7658, - "cuts": 7659, - "merger": 7660, - "custom": 7661, - "##dar": 7662, - "nee": 7663, - "gilbert": 7664, - "graduation": 7665, - "##nts": 7666, - "assessment": 7667, - "cafe": 7668, - "difficulty": 7669, - "demands": 7670, - "swung": 7671, - "democrat": 7672, - "jennifer": 7673, - "commons": 7674, - "1940s": 7675, - "grove": 7676, - "##yo": 7677, - "completing": 7678, - "focuses": 7679, - "sum": 7680, - "substitute": 7681, - "bearing": 7682, - "stretch": 7683, - "reception": 7684, - "##py": 7685, - "reflected": 7686, - "essentially": 7687, - "destination": 7688, - "pairs": 7689, - "##ched": 7690, - "survival": 7691, - "resource": 7692, - "##bach": 7693, - "promoting": 7694, - "doubles": 7695, - "messages": 7696, - "tear": 7697, - "##down": 7698, - "##fully": 7699, - "parade": 7700, - "florence": 7701, - "harvey": 7702, - "incumbent": 7703, - "partial": 7704, - "framework": 7705, - "900": 7706, - "pedro": 7707, - "frozen": 7708, - "procedure": 7709, - "olivia": 7710, - "controls": 7711, - "##mic": 7712, - "shelter": 7713, - "personally": 7714, - "temperatures": 7715, - "##od": 7716, - "brisbane": 7717, - "tested": 7718, - "sits": 7719, - "marble": 7720, - "comprehensive": 7721, - "oxygen": 7722, - "leonard": 7723, - "##kov": 7724, - "inaugural": 7725, - "iranian": 7726, - "referring": 7727, - "quarters": 7728, - "attitude": 7729, - "##ivity": 7730, - "mainstream": 7731, - "lined": 7732, - "mars": 7733, - "dakota": 7734, - "norfolk": 7735, - "unsuccessful": 7736, - "##°": 7737, - "explosion": 7738, - "helicopter": 7739, - "congressional": 7740, - "##sing": 7741, - "inspector": 7742, - "bitch": 7743, - "seal": 7744, - "departed": 7745, - "divine": 7746, - "##ters": 7747, - "coaching": 7748, - "examination": 7749, - "punishment": 7750, - "manufacturer": 7751, - "sink": 7752, - "columns": 7753, - "unincorporated": 7754, - "signals": 7755, - "nevada": 7756, - "squeezed": 7757, - "dylan": 7758, - "dining": 7759, - "photos": 7760, - "martial": 7761, - "manuel": 7762, - "eighteen": 7763, - "elevator": 7764, - "brushed": 7765, - "plates": 7766, - "ministers": 7767, - "ivy": 7768, - "congregation": 7769, - "##len": 7770, - "slept": 7771, - "specialized": 7772, - "taxes": 7773, - "curve": 7774, - "restricted": 7775, - "negotiations": 7776, - "likes": 7777, - "statistical": 7778, - "arnold": 7779, - "inspiration": 7780, - "execution": 7781, - "bold": 7782, - "intermediate": 7783, - "significance": 7784, - "margin": 7785, - "ruler": 7786, - "wheels": 7787, - "gothic": 7788, - "intellectual": 7789, - "dependent": 7790, - "listened": 7791, - "eligible": 7792, - "buses": 7793, - "widow": 7794, - "syria": 7795, - "earn": 7796, - "cincinnati": 7797, - "collapsed": 7798, - "recipient": 7799, - "secrets": 7800, - "accessible": 7801, - "philippine": 7802, - "maritime": 7803, - "goddess": 7804, - "clerk": 7805, - "surrender": 7806, - "breaks": 7807, - "playoff": 7808, - "database": 7809, - "##ified": 7810, - "##lon": 7811, - "ideal": 7812, - "beetle": 7813, - "aspect": 7814, - "soap": 7815, - "regulation": 7816, - "strings": 7817, - "expand": 7818, - "anglo": 7819, - "shorter": 7820, - "crosses": 7821, - "retreat": 7822, - "tough": 7823, - "coins": 7824, - "wallace": 7825, - "directions": 7826, - "pressing": 7827, - "##oon": 7828, - "shipping": 7829, - "locomotives": 7830, - "comparison": 7831, - "topics": 7832, - "nephew": 7833, - "##mes": 7834, - "distinction": 7835, - "honors": 7836, - "travelled": 7837, - "sierra": 7838, - "ibn": 7839, - "##over": 7840, - "fortress": 7841, - "sa": 7842, - "recognised": 7843, - "carved": 7844, - "1869": 7845, - "clients": 7846, - "##dan": 7847, - "intent": 7848, - "##mar": 7849, - "coaches": 7850, - "describing": 7851, - "bread": 7852, - "##ington": 7853, - "beaten": 7854, - "northwestern": 7855, - "##ona": 7856, - "merit": 7857, - "youtube": 7858, - "collapse": 7859, - "challenges": 7860, - "em": 7861, - "historians": 7862, - "objective": 7863, - "submitted": 7864, - "virus": 7865, - "attacking": 7866, - "drake": 7867, - "assume": 7868, - "##ere": 7869, - "diseases": 7870, - "marc": 7871, - "stem": 7872, - "leeds": 7873, - "##cus": 7874, - "##ab": 7875, - "farming": 7876, - "glasses": 7877, - "##lock": 7878, - "visits": 7879, - "nowhere": 7880, - "fellowship": 7881, - "relevant": 7882, - "carries": 7883, - "restaurants": 7884, - "experiments": 7885, - "101": 7886, - "constantly": 7887, - "bases": 7888, - "targets": 7889, - "shah": 7890, - "tenth": 7891, - "opponents": 7892, - "verse": 7893, - "territorial": 7894, - "##ira": 7895, - "writings": 7896, - "corruption": 7897, - "##hs": 7898, - "instruction": 7899, - "inherited": 7900, - "reverse": 7901, - "emphasis": 7902, - "##vic": 7903, - "employee": 7904, - "arch": 7905, - "keeps": 7906, - "rabbi": 7907, - "watson": 7908, - "payment": 7909, - "uh": 7910, - "##ala": 7911, - "nancy": 7912, - "##tre": 7913, - "venice": 7914, - "fastest": 7915, - "sexy": 7916, - "banned": 7917, - "adrian": 7918, - "properly": 7919, - "ruth": 7920, - "touchdown": 7921, - "dollar": 7922, - "boards": 7923, - "metre": 7924, - "circles": 7925, - "edges": 7926, - "favour": 7927, - "comments": 7928, - "ok": 7929, - "travels": 7930, - "liberation": 7931, - "scattered": 7932, - "firmly": 7933, - "##ular": 7934, - "holland": 7935, - "permitted": 7936, - "diesel": 7937, - "kenya": 7938, - "den": 7939, - "originated": 7940, - "##ral": 7941, - "demons": 7942, - "resumed": 7943, - "dragged": 7944, - "rider": 7945, - "##rus": 7946, - "servant": 7947, - "blinked": 7948, - "extend": 7949, - "torn": 7950, - "##ias": 7951, - "##sey": 7952, - "input": 7953, - "meal": 7954, - "everybody": 7955, - "cylinder": 7956, - "kinds": 7957, - "camps": 7958, - "##fe": 7959, - "bullet": 7960, - "logic": 7961, - "##wn": 7962, - "croatian": 7963, - "evolved": 7964, - "healthy": 7965, - "fool": 7966, - "chocolate": 7967, - "wise": 7968, - "preserve": 7969, - "pradesh": 7970, - "##ess": 7971, - "respective": 7972, - "1850": 7973, - "##ew": 7974, - "chicken": 7975, - "artificial": 7976, - "gross": 7977, - "corresponding": 7978, - "convicted": 7979, - "cage": 7980, - "caroline": 7981, - "dialogue": 7982, - "##dor": 7983, - "narrative": 7984, - "stranger": 7985, - "mario": 7986, - "br": 7987, - "christianity": 7988, - "failing": 7989, - "trent": 7990, - "commanding": 7991, - "buddhist": 7992, - "1848": 7993, - "maurice": 7994, - "focusing": 7995, - "yale": 7996, - "bike": 7997, - "altitude": 7998, - "##ering": 7999, - "mouse": 8000, - "revised": 8001, - "##sley": 8002, - "veteran": 8003, - "##ig": 8004, - "pulls": 8005, - "theology": 8006, - "crashed": 8007, - "campaigns": 8008, - "legion": 8009, - "##ability": 8010, - "drag": 8011, - "excellence": 8012, - "customer": 8013, - "cancelled": 8014, - "intensity": 8015, - "excuse": 8016, - "##lar": 8017, - "liga": 8018, - "participating": 8019, - "contributing": 8020, - "printing": 8021, - "##burn": 8022, - "variable": 8023, - "##rk": 8024, - "curious": 8025, - "bin": 8026, - "legacy": 8027, - "renaissance": 8028, - "##my": 8029, - "symptoms": 8030, - "binding": 8031, - "vocalist": 8032, - "dancer": 8033, - "##nie": 8034, - "grammar": 8035, - "gospel": 8036, - "democrats": 8037, - "ya": 8038, - "enters": 8039, - "sc": 8040, - "diplomatic": 8041, - "hitler": 8042, - "##ser": 8043, - "clouds": 8044, - "mathematical": 8045, - "quit": 8046, - "defended": 8047, - "oriented": 8048, - "##heim": 8049, - "fundamental": 8050, - "hardware": 8051, - "impressive": 8052, - "equally": 8053, - "convince": 8054, - "confederate": 8055, - "guilt": 8056, - "chuck": 8057, - "sliding": 8058, - "##ware": 8059, - "magnetic": 8060, - "narrowed": 8061, - "petersburg": 8062, - "bulgaria": 8063, - "otto": 8064, - "phd": 8065, - "skill": 8066, - "##ama": 8067, - "reader": 8068, - "hopes": 8069, - "pitcher": 8070, - "reservoir": 8071, - "hearts": 8072, - "automatically": 8073, - "expecting": 8074, - "mysterious": 8075, - "bennett": 8076, - "extensively": 8077, - "imagined": 8078, - "seeds": 8079, - "monitor": 8080, - "fix": 8081, - "##ative": 8082, - "journalism": 8083, - "struggling": 8084, - "signature": 8085, - "ranch": 8086, - "encounter": 8087, - "photographer": 8088, - "observation": 8089, - "protests": 8090, - "##pin": 8091, - "influences": 8092, - "##hr": 8093, - "calendar": 8094, - "##all": 8095, - "cruz": 8096, - "croatia": 8097, - "locomotive": 8098, - "hughes": 8099, - "naturally": 8100, - "shakespeare": 8101, - "basement": 8102, - "hook": 8103, - "uncredited": 8104, - "faded": 8105, - "theories": 8106, - "approaches": 8107, - "dare": 8108, - "phillips": 8109, - "filling": 8110, - "fury": 8111, - "obama": 8112, - "##ain": 8113, - "efficient": 8114, - "arc": 8115, - "deliver": 8116, - "min": 8117, - "raid": 8118, - "breeding": 8119, - "inducted": 8120, - "leagues": 8121, - "efficiency": 8122, - "axis": 8123, - "montana": 8124, - "eagles": 8125, - "##ked": 8126, - "supplied": 8127, - "instructions": 8128, - "karen": 8129, - "picking": 8130, - "indicating": 8131, - "trap": 8132, - "anchor": 8133, - "practically": 8134, - "christians": 8135, - "tomb": 8136, - "vary": 8137, - "occasional": 8138, - "electronics": 8139, - "lords": 8140, - "readers": 8141, - "newcastle": 8142, - "faint": 8143, - "innovation": 8144, - "collect": 8145, - "situations": 8146, - "engagement": 8147, - "160": 8148, - "claude": 8149, - "mixture": 8150, - "##feld": 8151, - "peer": 8152, - "tissue": 8153, - "logo": 8154, - "lean": 8155, - "##ration": 8156, - "°f": 8157, - "floors": 8158, - "##ven": 8159, - "architects": 8160, - "reducing": 8161, - "##our": 8162, - "##ments": 8163, - "rope": 8164, - "1859": 8165, - "ottawa": 8166, - "##har": 8167, - "samples": 8168, - "banking": 8169, - "declaration": 8170, - "proteins": 8171, - "resignation": 8172, - "francois": 8173, - "saudi": 8174, - "advocate": 8175, - "exhibited": 8176, - "armor": 8177, - "twins": 8178, - "divorce": 8179, - "##ras": 8180, - "abraham": 8181, - "reviewed": 8182, - "jo": 8183, - "temporarily": 8184, - "matrix": 8185, - "physically": 8186, - "pulse": 8187, - "curled": 8188, - "##ena": 8189, - "difficulties": 8190, - "bengal": 8191, - "usage": 8192, - "##ban": 8193, - "annie": 8194, - "riders": 8195, - "certificate": 8196, - "##pi": 8197, - "holes": 8198, - "warsaw": 8199, - "distinctive": 8200, - "jessica": 8201, - "##mon": 8202, - "mutual": 8203, - "1857": 8204, - "customs": 8205, - "circular": 8206, - "eugene": 8207, - "removal": 8208, - "loaded": 8209, - "mere": 8210, - "vulnerable": 8211, - "depicted": 8212, - "generations": 8213, - "dame": 8214, - "heir": 8215, - "enormous": 8216, - "lightly": 8217, - "climbing": 8218, - "pitched": 8219, - "lessons": 8220, - "pilots": 8221, - "nepal": 8222, - "ram": 8223, - "google": 8224, - "preparing": 8225, - "brad": 8226, - "louise": 8227, - "renowned": 8228, - "##₂": 8229, - "liam": 8230, - "##ably": 8231, - "plaza": 8232, - "shaw": 8233, - "sophie": 8234, - "brilliant": 8235, - "bills": 8236, - "##bar": 8237, - "##nik": 8238, - "fucking": 8239, - "mainland": 8240, - "server": 8241, - "pleasant": 8242, - "seized": 8243, - "veterans": 8244, - "jerked": 8245, - "fail": 8246, - "beta": 8247, - "brush": 8248, - "radiation": 8249, - "stored": 8250, - "warmth": 8251, - "southeastern": 8252, - "nate": 8253, - "sin": 8254, - "raced": 8255, - "berkeley": 8256, - "joke": 8257, - "athlete": 8258, - "designation": 8259, - "trunk": 8260, - "##low": 8261, - "roland": 8262, - "qualification": 8263, - "archives": 8264, - "heels": 8265, - "artwork": 8266, - "receives": 8267, - "judicial": 8268, - "reserves": 8269, - "##bed": 8270, - "woke": 8271, - "installation": 8272, - "abu": 8273, - "floating": 8274, - "fake": 8275, - "lesser": 8276, - "excitement": 8277, - "interface": 8278, - "concentrated": 8279, - "addressed": 8280, - "characteristic": 8281, - "amanda": 8282, - "saxophone": 8283, - "monk": 8284, - "auto": 8285, - "##bus": 8286, - "releasing": 8287, - "egg": 8288, - "dies": 8289, - "interaction": 8290, - "defender": 8291, - "ce": 8292, - "outbreak": 8293, - "glory": 8294, - "loving": 8295, - "##bert": 8296, - "sequel": 8297, - "consciousness": 8298, - "http": 8299, - "awake": 8300, - "ski": 8301, - "enrolled": 8302, - "##ress": 8303, - "handling": 8304, - "rookie": 8305, - "brow": 8306, - "somebody": 8307, - "biography": 8308, - "warfare": 8309, - "amounts": 8310, - "contracts": 8311, - "presentation": 8312, - "fabric": 8313, - "dissolved": 8314, - "challenged": 8315, - "meter": 8316, - "psychological": 8317, - "lt": 8318, - "elevated": 8319, - "rally": 8320, - "accurate": 8321, - "##tha": 8322, - "hospitals": 8323, - "undergraduate": 8324, - "specialist": 8325, - "venezuela": 8326, - "exhibit": 8327, - "shed": 8328, - "nursing": 8329, - "protestant": 8330, - "fluid": 8331, - "structural": 8332, - "footage": 8333, - "jared": 8334, - "consistent": 8335, - "prey": 8336, - "##ska": 8337, - "succession": 8338, - "reflect": 8339, - "exile": 8340, - "lebanon": 8341, - "wiped": 8342, - "suspect": 8343, - "shanghai": 8344, - "resting": 8345, - "integration": 8346, - "preservation": 8347, - "marvel": 8348, - "variant": 8349, - "pirates": 8350, - "sheep": 8351, - "rounded": 8352, - "capita": 8353, - "sailing": 8354, - "colonies": 8355, - "manuscript": 8356, - "deemed": 8357, - "variations": 8358, - "clarke": 8359, - "functional": 8360, - "emerging": 8361, - "boxing": 8362, - "relaxed": 8363, - "curse": 8364, - "azerbaijan": 8365, - "heavyweight": 8366, - "nickname": 8367, - "editorial": 8368, - "rang": 8369, - "grid": 8370, - "tightened": 8371, - "earthquake": 8372, - "flashed": 8373, - "miguel": 8374, - "rushing": 8375, - "##ches": 8376, - "improvements": 8377, - "boxes": 8378, - "brooks": 8379, - "180": 8380, - "consumption": 8381, - "molecular": 8382, - "felix": 8383, - "societies": 8384, - "repeatedly": 8385, - "variation": 8386, - "aids": 8387, - "civic": 8388, - "graphics": 8389, - "professionals": 8390, - "realm": 8391, - "autonomous": 8392, - "receiver": 8393, - "delayed": 8394, - "workshop": 8395, - "militia": 8396, - "chairs": 8397, - "trump": 8398, - "canyon": 8399, - "##point": 8400, - "harsh": 8401, - "extending": 8402, - "lovely": 8403, - "happiness": 8404, - "##jan": 8405, - "stake": 8406, - "eyebrows": 8407, - "embassy": 8408, - "wellington": 8409, - "hannah": 8410, - "##ella": 8411, - "sony": 8412, - "corners": 8413, - "bishops": 8414, - "swear": 8415, - "cloth": 8416, - "contents": 8417, - "xi": 8418, - "namely": 8419, - "commenced": 8420, - "1854": 8421, - "stanford": 8422, - "nashville": 8423, - "courage": 8424, - "graphic": 8425, - "commitment": 8426, - "garrison": 8427, - "##bin": 8428, - "hamlet": 8429, - "clearing": 8430, - "rebels": 8431, - "attraction": 8432, - "literacy": 8433, - "cooking": 8434, - "ruins": 8435, - "temples": 8436, - "jenny": 8437, - "humanity": 8438, - "celebrate": 8439, - "hasn": 8440, - "freight": 8441, - "sixty": 8442, - "rebel": 8443, - "bastard": 8444, - "##art": 8445, - "newton": 8446, - "##ada": 8447, - "deer": 8448, - "##ges": 8449, - "##ching": 8450, - "smiles": 8451, - "delaware": 8452, - "singers": 8453, - "##ets": 8454, - "approaching": 8455, - "assists": 8456, - "flame": 8457, - "##ph": 8458, - "boulevard": 8459, - "barrel": 8460, - "planted": 8461, - "##ome": 8462, - "pursuit": 8463, - "##sia": 8464, - "consequences": 8465, - "posts": 8466, - "shallow": 8467, - "invitation": 8468, - "rode": 8469, - "depot": 8470, - "ernest": 8471, - "kane": 8472, - "rod": 8473, - "concepts": 8474, - "preston": 8475, - "topic": 8476, - "chambers": 8477, - "striking": 8478, - "blast": 8479, - "arrives": 8480, - "descendants": 8481, - "montgomery": 8482, - "ranges": 8483, - "worlds": 8484, - "##lay": 8485, - "##ari": 8486, - "span": 8487, - "chaos": 8488, - "praise": 8489, - "##ag": 8490, - "fewer": 8491, - "1855": 8492, - "sanctuary": 8493, - "mud": 8494, - "fbi": 8495, - "##ions": 8496, - "programmes": 8497, - "maintaining": 8498, - "unity": 8499, - "harper": 8500, - "bore": 8501, - "handsome": 8502, - "closure": 8503, - "tournaments": 8504, - "thunder": 8505, - "nebraska": 8506, - "linda": 8507, - "facade": 8508, - "puts": 8509, - "satisfied": 8510, - "argentine": 8511, - "dale": 8512, - "cork": 8513, - "dome": 8514, - "panama": 8515, - "##yl": 8516, - "1858": 8517, - "tasks": 8518, - "experts": 8519, - "##ates": 8520, - "feeding": 8521, - "equation": 8522, - "##las": 8523, - "##ida": 8524, - "##tu": 8525, - "engage": 8526, - "bryan": 8527, - "##ax": 8528, - "um": 8529, - "quartet": 8530, - "melody": 8531, - "disbanded": 8532, - "sheffield": 8533, - "blocked": 8534, - "gasped": 8535, - "delay": 8536, - "kisses": 8537, - "maggie": 8538, - "connects": 8539, - "##non": 8540, - "sts": 8541, - "poured": 8542, - "creator": 8543, - "publishers": 8544, - "##we": 8545, - "guided": 8546, - "ellis": 8547, - "extinct": 8548, - "hug": 8549, - "gaining": 8550, - "##ord": 8551, - "complicated": 8552, - "##bility": 8553, - "poll": 8554, - "clenched": 8555, - "investigate": 8556, - "##use": 8557, - "thereby": 8558, - "quantum": 8559, - "spine": 8560, - "cdp": 8561, - "humor": 8562, - "kills": 8563, - "administered": 8564, - "semifinals": 8565, - "##du": 8566, - "encountered": 8567, - "ignore": 8568, - "##bu": 8569, - "commentary": 8570, - "##maker": 8571, - "bother": 8572, - "roosevelt": 8573, - "140": 8574, - "plains": 8575, - "halfway": 8576, - "flowing": 8577, - "cultures": 8578, - "crack": 8579, - "imprisoned": 8580, - "neighboring": 8581, - "airline": 8582, - "##ses": 8583, - "##view": 8584, - "##mate": 8585, - "##ec": 8586, - "gather": 8587, - "wolves": 8588, - "marathon": 8589, - "transformed": 8590, - "##ill": 8591, - "cruise": 8592, - "organisations": 8593, - "carol": 8594, - "punch": 8595, - "exhibitions": 8596, - "numbered": 8597, - "alarm": 8598, - "ratings": 8599, - "daddy": 8600, - "silently": 8601, - "##stein": 8602, - "queens": 8603, - "colours": 8604, - "impression": 8605, - "guidance": 8606, - "liu": 8607, - "tactical": 8608, - "##rat": 8609, - "marshal": 8610, - "della": 8611, - "arrow": 8612, - "##ings": 8613, - "rested": 8614, - "feared": 8615, - "tender": 8616, - "owns": 8617, - "bitter": 8618, - "advisor": 8619, - "escort": 8620, - "##ides": 8621, - "spare": 8622, - "farms": 8623, - "grants": 8624, - "##ene": 8625, - "dragons": 8626, - "encourage": 8627, - "colleagues": 8628, - "cameras": 8629, - "##und": 8630, - "sucked": 8631, - "pile": 8632, - "spirits": 8633, - "prague": 8634, - "statements": 8635, - "suspension": 8636, - "landmark": 8637, - "fence": 8638, - "torture": 8639, - "recreation": 8640, - "bags": 8641, - "permanently": 8642, - "survivors": 8643, - "pond": 8644, - "spy": 8645, - "predecessor": 8646, - "bombing": 8647, - "coup": 8648, - "##og": 8649, - "protecting": 8650, - "transformation": 8651, - "glow": 8652, - "##lands": 8653, - "##book": 8654, - "dug": 8655, - "priests": 8656, - "andrea": 8657, - "feat": 8658, - "barn": 8659, - "jumping": 8660, - "##chen": 8661, - "##ologist": 8662, - "##con": 8663, - "casualties": 8664, - "stern": 8665, - "auckland": 8666, - "pipe": 8667, - "serie": 8668, - "revealing": 8669, - "ba": 8670, - "##bel": 8671, - "trevor": 8672, - "mercy": 8673, - "spectrum": 8674, - "yang": 8675, - "consist": 8676, - "governing": 8677, - "collaborated": 8678, - "possessed": 8679, - "epic": 8680, - "comprises": 8681, - "blew": 8682, - "shane": 8683, - "##ack": 8684, - "lopez": 8685, - "honored": 8686, - "magical": 8687, - "sacrifice": 8688, - "judgment": 8689, - "perceived": 8690, - "hammer": 8691, - "mtv": 8692, - "baronet": 8693, - "tune": 8694, - "das": 8695, - "missionary": 8696, - "sheets": 8697, - "350": 8698, - "neutral": 8699, - "oral": 8700, - "threatening": 8701, - "attractive": 8702, - "shade": 8703, - "aims": 8704, - "seminary": 8705, - "##master": 8706, - "estates": 8707, - "1856": 8708, - "michel": 8709, - "wounds": 8710, - "refugees": 8711, - "manufacturers": 8712, - "##nic": 8713, - "mercury": 8714, - "syndrome": 8715, - "porter": 8716, - "##iya": 8717, - "##din": 8718, - "hamburg": 8719, - "identification": 8720, - "upstairs": 8721, - "purse": 8722, - "widened": 8723, - "pause": 8724, - "cared": 8725, - "breathed": 8726, - "affiliate": 8727, - "santiago": 8728, - "prevented": 8729, - "celtic": 8730, - "fisher": 8731, - "125": 8732, - "recruited": 8733, - "byzantine": 8734, - "reconstruction": 8735, - "farther": 8736, - "##mp": 8737, - "diet": 8738, - "sake": 8739, - "au": 8740, - "spite": 8741, - "sensation": 8742, - "##ert": 8743, - "blank": 8744, - "separation": 8745, - "105": 8746, - "##hon": 8747, - "vladimir": 8748, - "armies": 8749, - "anime": 8750, - "##lie": 8751, - "accommodate": 8752, - "orbit": 8753, - "cult": 8754, - "sofia": 8755, - "archive": 8756, - "##ify": 8757, - "##box": 8758, - "founders": 8759, - "sustained": 8760, - "disorder": 8761, - "honours": 8762, - "northeastern": 8763, - "mia": 8764, - "crops": 8765, - "violet": 8766, - "threats": 8767, - "blanket": 8768, - "fires": 8769, - "canton": 8770, - "followers": 8771, - "southwestern": 8772, - "prototype": 8773, - "voyage": 8774, - "assignment": 8775, - "altered": 8776, - "moderate": 8777, - "protocol": 8778, - "pistol": 8779, - "##eo": 8780, - "questioned": 8781, - "brass": 8782, - "lifting": 8783, - "1852": 8784, - "math": 8785, - "authored": 8786, - "##ual": 8787, - "doug": 8788, - "dimensional": 8789, - "dynamic": 8790, - "##san": 8791, - "1851": 8792, - "pronounced": 8793, - "grateful": 8794, - "quest": 8795, - "uncomfortable": 8796, - "boom": 8797, - "presidency": 8798, - "stevens": 8799, - "relating": 8800, - "politicians": 8801, - "chen": 8802, - "barrier": 8803, - "quinn": 8804, - "diana": 8805, - "mosque": 8806, - "tribal": 8807, - "cheese": 8808, - "palmer": 8809, - "portions": 8810, - "sometime": 8811, - "chester": 8812, - "treasure": 8813, - "wu": 8814, - "bend": 8815, - "download": 8816, - "millions": 8817, - "reforms": 8818, - "registration": 8819, - "##osa": 8820, - "consequently": 8821, - "monitoring": 8822, - "ate": 8823, - "preliminary": 8824, - "brandon": 8825, - "invented": 8826, - "ps": 8827, - "eaten": 8828, - "exterior": 8829, - "intervention": 8830, - "ports": 8831, - "documented": 8832, - "log": 8833, - "displays": 8834, - "lecture": 8835, - "sally": 8836, - "favourite": 8837, - "##itz": 8838, - "vermont": 8839, - "lo": 8840, - "invisible": 8841, - "isle": 8842, - "breed": 8843, - "##ator": 8844, - "journalists": 8845, - "relay": 8846, - "speaks": 8847, - "backward": 8848, - "explore": 8849, - "midfielder": 8850, - "actively": 8851, - "stefan": 8852, - "procedures": 8853, - "cannon": 8854, - "blond": 8855, - "kenneth": 8856, - "centered": 8857, - "servants": 8858, - "chains": 8859, - "libraries": 8860, - "malcolm": 8861, - "essex": 8862, - "henri": 8863, - "slavery": 8864, - "##hal": 8865, - "facts": 8866, - "fairy": 8867, - "coached": 8868, - "cassie": 8869, - "cats": 8870, - "washed": 8871, - "cop": 8872, - "##fi": 8873, - "announcement": 8874, - "item": 8875, - "2000s": 8876, - "vinyl": 8877, - "activated": 8878, - "marco": 8879, - "frontier": 8880, - "growled": 8881, - "curriculum": 8882, - "##das": 8883, - "loyal": 8884, - "accomplished": 8885, - "leslie": 8886, - "ritual": 8887, - "kenny": 8888, - "##00": 8889, - "vii": 8890, - "napoleon": 8891, - "hollow": 8892, - "hybrid": 8893, - "jungle": 8894, - "stationed": 8895, - "friedrich": 8896, - "counted": 8897, - "##ulated": 8898, - "platinum": 8899, - "theatrical": 8900, - "seated": 8901, - "col": 8902, - "rubber": 8903, - "glen": 8904, - "1840": 8905, - "diversity": 8906, - "healing": 8907, - "extends": 8908, - "id": 8909, - "provisions": 8910, - "administrator": 8911, - "columbus": 8912, - "##oe": 8913, - "tributary": 8914, - "te": 8915, - "assured": 8916, - "org": 8917, - "##uous": 8918, - "prestigious": 8919, - "examined": 8920, - "lectures": 8921, - "grammy": 8922, - "ronald": 8923, - "associations": 8924, - "bailey": 8925, - "allan": 8926, - "essays": 8927, - "flute": 8928, - "believing": 8929, - "consultant": 8930, - "proceedings": 8931, - "travelling": 8932, - "1853": 8933, - "kit": 8934, - "kerala": 8935, - "yugoslavia": 8936, - "buddy": 8937, - "methodist": 8938, - "##ith": 8939, - "burial": 8940, - "centres": 8941, - "batman": 8942, - "##nda": 8943, - "discontinued": 8944, - "bo": 8945, - "dock": 8946, - "stockholm": 8947, - "lungs": 8948, - "severely": 8949, - "##nk": 8950, - "citing": 8951, - "manga": 8952, - "##ugh": 8953, - "steal": 8954, - "mumbai": 8955, - "iraqi": 8956, - "robot": 8957, - "celebrity": 8958, - "bride": 8959, - "broadcasts": 8960, - "abolished": 8961, - "pot": 8962, - "joel": 8963, - "overhead": 8964, - "franz": 8965, - "packed": 8966, - "reconnaissance": 8967, - "johann": 8968, - "acknowledged": 8969, - "introduce": 8970, - "handled": 8971, - "doctorate": 8972, - "developments": 8973, - "drinks": 8974, - "alley": 8975, - "palestine": 8976, - "##nis": 8977, - "##aki": 8978, - "proceeded": 8979, - "recover": 8980, - "bradley": 8981, - "grain": 8982, - "patch": 8983, - "afford": 8984, - "infection": 8985, - "nationalist": 8986, - "legendary": 8987, - "##ath": 8988, - "interchange": 8989, - "virtually": 8990, - "gen": 8991, - "gravity": 8992, - "exploration": 8993, - "amber": 8994, - "vital": 8995, - "wishes": 8996, - "powell": 8997, - "doctrine": 8998, - "elbow": 8999, - "screenplay": 9000, - "##bird": 9001, - "contribute": 9002, - "indonesian": 9003, - "pet": 9004, - "creates": 9005, - "##com": 9006, - "enzyme": 9007, - "kylie": 9008, - "discipline": 9009, - "drops": 9010, - "manila": 9011, - "hunger": 9012, - "##ien": 9013, - "layers": 9014, - "suffer": 9015, - "fever": 9016, - "bits": 9017, - "monica": 9018, - "keyboard": 9019, - "manages": 9020, - "##hood": 9021, - "searched": 9022, - "appeals": 9023, - "##bad": 9024, - "testament": 9025, - "grande": 9026, - "reid": 9027, - "##war": 9028, - "beliefs": 9029, - "congo": 9030, - "##ification": 9031, - "##dia": 9032, - "si": 9033, - "requiring": 9034, - "##via": 9035, - "casey": 9036, - "1849": 9037, - "regret": 9038, - "streak": 9039, - "rape": 9040, - "depends": 9041, - "syrian": 9042, - "sprint": 9043, - "pound": 9044, - "tourists": 9045, - "upcoming": 9046, - "pub": 9047, - "##xi": 9048, - "tense": 9049, - "##els": 9050, - "practiced": 9051, - "echo": 9052, - "nationwide": 9053, - "guild": 9054, - "motorcycle": 9055, - "liz": 9056, - "##zar": 9057, - "chiefs": 9058, - "desired": 9059, - "elena": 9060, - "bye": 9061, - "precious": 9062, - "absorbed": 9063, - "relatives": 9064, - "booth": 9065, - "pianist": 9066, - "##mal": 9067, - "citizenship": 9068, - "exhausted": 9069, - "wilhelm": 9070, - "##ceae": 9071, - "##hed": 9072, - "noting": 9073, - "quarterback": 9074, - "urge": 9075, - "hectares": 9076, - "##gue": 9077, - "ace": 9078, - "holly": 9079, - "##tal": 9080, - "blonde": 9081, - "davies": 9082, - "parked": 9083, - "sustainable": 9084, - "stepping": 9085, - "twentieth": 9086, - "airfield": 9087, - "galaxy": 9088, - "nest": 9089, - "chip": 9090, - "##nell": 9091, - "tan": 9092, - "shaft": 9093, - "paulo": 9094, - "requirement": 9095, - "##zy": 9096, - "paradise": 9097, - "tobacco": 9098, - "trans": 9099, - "renewed": 9100, - "vietnamese": 9101, - "##cker": 9102, - "##ju": 9103, - "suggesting": 9104, - "catching": 9105, - "holmes": 9106, - "enjoying": 9107, - "md": 9108, - "trips": 9109, - "colt": 9110, - "holder": 9111, - "butterfly": 9112, - "nerve": 9113, - "reformed": 9114, - "cherry": 9115, - "bowling": 9116, - "trailer": 9117, - "carriage": 9118, - "goodbye": 9119, - "appreciate": 9120, - "toy": 9121, - "joshua": 9122, - "interactive": 9123, - "enabled": 9124, - "involve": 9125, - "##kan": 9126, - "collar": 9127, - "determination": 9128, - "bunch": 9129, - "facebook": 9130, - "recall": 9131, - "shorts": 9132, - "superintendent": 9133, - "episcopal": 9134, - "frustration": 9135, - "giovanni": 9136, - "nineteenth": 9137, - "laser": 9138, - "privately": 9139, - "array": 9140, - "circulation": 9141, - "##ovic": 9142, - "armstrong": 9143, - "deals": 9144, - "painful": 9145, - "permit": 9146, - "discrimination": 9147, - "##wi": 9148, - "aires": 9149, - "retiring": 9150, - "cottage": 9151, - "ni": 9152, - "##sta": 9153, - "horizon": 9154, - "ellen": 9155, - "jamaica": 9156, - "ripped": 9157, - "fernando": 9158, - "chapters": 9159, - "playstation": 9160, - "patron": 9161, - "lecturer": 9162, - "navigation": 9163, - "behaviour": 9164, - "genes": 9165, - "georgian": 9166, - "export": 9167, - "solomon": 9168, - "rivals": 9169, - "swift": 9170, - "seventeen": 9171, - "rodriguez": 9172, - "princeton": 9173, - "independently": 9174, - "sox": 9175, - "1847": 9176, - "arguing": 9177, - "entity": 9178, - "casting": 9179, - "hank": 9180, - "criteria": 9181, - "oakland": 9182, - "geographic": 9183, - "milwaukee": 9184, - "reflection": 9185, - "expanding": 9186, - "conquest": 9187, - "dubbed": 9188, - "##tv": 9189, - "halt": 9190, - "brave": 9191, - "brunswick": 9192, - "doi": 9193, - "arched": 9194, - "curtis": 9195, - "divorced": 9196, - "predominantly": 9197, - "somerset": 9198, - "streams": 9199, - "ugly": 9200, - "zoo": 9201, - "horrible": 9202, - "curved": 9203, - "buenos": 9204, - "fierce": 9205, - "dictionary": 9206, - "vector": 9207, - "theological": 9208, - "unions": 9209, - "handful": 9210, - "stability": 9211, - "chan": 9212, - "punjab": 9213, - "segments": 9214, - "##lly": 9215, - "altar": 9216, - "ignoring": 9217, - "gesture": 9218, - "monsters": 9219, - "pastor": 9220, - "##stone": 9221, - "thighs": 9222, - "unexpected": 9223, - "operators": 9224, - "abruptly": 9225, - "coin": 9226, - "compiled": 9227, - "associates": 9228, - "improving": 9229, - "migration": 9230, - "pin": 9231, - "##ose": 9232, - "compact": 9233, - "collegiate": 9234, - "reserved": 9235, - "##urs": 9236, - "quarterfinals": 9237, - "roster": 9238, - "restore": 9239, - "assembled": 9240, - "hurry": 9241, - "oval": 9242, - "##cies": 9243, - "1846": 9244, - "flags": 9245, - "martha": 9246, - "##del": 9247, - "victories": 9248, - "sharply": 9249, - "##rated": 9250, - "argues": 9251, - "deadly": 9252, - "neo": 9253, - "drawings": 9254, - "symbols": 9255, - "performer": 9256, - "##iel": 9257, - "griffin": 9258, - "restrictions": 9259, - "editing": 9260, - "andrews": 9261, - "java": 9262, - "journals": 9263, - "arabia": 9264, - "compositions": 9265, - "dee": 9266, - "pierce": 9267, - "removing": 9268, - "hindi": 9269, - "casino": 9270, - "runway": 9271, - "civilians": 9272, - "minds": 9273, - "nasa": 9274, - "hotels": 9275, - "##zation": 9276, - "refuge": 9277, - "rent": 9278, - "retain": 9279, - "potentially": 9280, - "conferences": 9281, - "suburban": 9282, - "conducting": 9283, - "##tto": 9284, - "##tions": 9285, - "##tle": 9286, - "descended": 9287, - "massacre": 9288, - "##cal": 9289, - "ammunition": 9290, - "terrain": 9291, - "fork": 9292, - "souls": 9293, - "counts": 9294, - "chelsea": 9295, - "durham": 9296, - "drives": 9297, - "cab": 9298, - "##bank": 9299, - "perth": 9300, - "realizing": 9301, - "palestinian": 9302, - "finn": 9303, - "simpson": 9304, - "##dal": 9305, - "betty": 9306, - "##ule": 9307, - "moreover": 9308, - "particles": 9309, - "cardinals": 9310, - "tent": 9311, - "evaluation": 9312, - "extraordinary": 9313, - "##oid": 9314, - "inscription": 9315, - "##works": 9316, - "wednesday": 9317, - "chloe": 9318, - "maintains": 9319, - "panels": 9320, - "ashley": 9321, - "trucks": 9322, - "##nation": 9323, - "cluster": 9324, - "sunlight": 9325, - "strikes": 9326, - "zhang": 9327, - "##wing": 9328, - "dialect": 9329, - "canon": 9330, - "##ap": 9331, - "tucked": 9332, - "##ws": 9333, - "collecting": 9334, - "##mas": 9335, - "##can": 9336, - "##sville": 9337, - "maker": 9338, - "quoted": 9339, - "evan": 9340, - "franco": 9341, - "aria": 9342, - "buying": 9343, - "cleaning": 9344, - "eva": 9345, - "closet": 9346, - "provision": 9347, - "apollo": 9348, - "clinic": 9349, - "rat": 9350, - "##ez": 9351, - "necessarily": 9352, - "ac": 9353, - "##gle": 9354, - "##ising": 9355, - "venues": 9356, - "flipped": 9357, - "cent": 9358, - "spreading": 9359, - "trustees": 9360, - "checking": 9361, - "authorized": 9362, - "##sco": 9363, - "disappointed": 9364, - "##ado": 9365, - "notion": 9366, - "duration": 9367, - "trumpet": 9368, - "hesitated": 9369, - "topped": 9370, - "brussels": 9371, - "rolls": 9372, - "theoretical": 9373, - "hint": 9374, - "define": 9375, - "aggressive": 9376, - "repeat": 9377, - "wash": 9378, - "peaceful": 9379, - "optical": 9380, - "width": 9381, - "allegedly": 9382, - "mcdonald": 9383, - "strict": 9384, - "copyright": 9385, - "##illa": 9386, - "investors": 9387, - "mar": 9388, - "jam": 9389, - "witnesses": 9390, - "sounding": 9391, - "miranda": 9392, - "michelle": 9393, - "privacy": 9394, - "hugo": 9395, - "harmony": 9396, - "##pp": 9397, - "valid": 9398, - "lynn": 9399, - "glared": 9400, - "nina": 9401, - "102": 9402, - "headquartered": 9403, - "diving": 9404, - "boarding": 9405, - "gibson": 9406, - "##ncy": 9407, - "albanian": 9408, - "marsh": 9409, - "routine": 9410, - "dealt": 9411, - "enhanced": 9412, - "er": 9413, - "intelligent": 9414, - "substance": 9415, - "targeted": 9416, - "enlisted": 9417, - "discovers": 9418, - "spinning": 9419, - "observations": 9420, - "pissed": 9421, - "smoking": 9422, - "rebecca": 9423, - "capitol": 9424, - "visa": 9425, - "varied": 9426, - "costume": 9427, - "seemingly": 9428, - "indies": 9429, - "compensation": 9430, - "surgeon": 9431, - "thursday": 9432, - "arsenal": 9433, - "westminster": 9434, - "suburbs": 9435, - "rid": 9436, - "anglican": 9437, - "##ridge": 9438, - "knots": 9439, - "foods": 9440, - "alumni": 9441, - "lighter": 9442, - "fraser": 9443, - "whoever": 9444, - "portal": 9445, - "scandal": 9446, - "##ray": 9447, - "gavin": 9448, - "advised": 9449, - "instructor": 9450, - "flooding": 9451, - "terrorist": 9452, - "##ale": 9453, - "teenage": 9454, - "interim": 9455, - "senses": 9456, - "duck": 9457, - "teen": 9458, - "thesis": 9459, - "abby": 9460, - "eager": 9461, - "overcome": 9462, - "##ile": 9463, - "newport": 9464, - "glenn": 9465, - "rises": 9466, - "shame": 9467, - "##cc": 9468, - "prompted": 9469, - "priority": 9470, - "forgot": 9471, - "bomber": 9472, - "nicolas": 9473, - "protective": 9474, - "360": 9475, - "cartoon": 9476, - "katherine": 9477, - "breeze": 9478, - "lonely": 9479, - "trusted": 9480, - "henderson": 9481, - "richardson": 9482, - "relax": 9483, - "banner": 9484, - "candy": 9485, - "palms": 9486, - "remarkable": 9487, - "##rio": 9488, - "legends": 9489, - "cricketer": 9490, - "essay": 9491, - "ordained": 9492, - "edmund": 9493, - "rifles": 9494, - "trigger": 9495, - "##uri": 9496, - "##away": 9497, - "sail": 9498, - "alert": 9499, - "1830": 9500, - "audiences": 9501, - "penn": 9502, - "sussex": 9503, - "siblings": 9504, - "pursued": 9505, - "indianapolis": 9506, - "resist": 9507, - "rosa": 9508, - "consequence": 9509, - "succeed": 9510, - "avoided": 9511, - "1845": 9512, - "##ulation": 9513, - "inland": 9514, - "##tie": 9515, - "##nna": 9516, - "counsel": 9517, - "profession": 9518, - "chronicle": 9519, - "hurried": 9520, - "##una": 9521, - "eyebrow": 9522, - "eventual": 9523, - "bleeding": 9524, - "innovative": 9525, - "cure": 9526, - "##dom": 9527, - "committees": 9528, - "accounting": 9529, - "con": 9530, - "scope": 9531, - "hardy": 9532, - "heather": 9533, - "tenor": 9534, - "gut": 9535, - "herald": 9536, - "codes": 9537, - "tore": 9538, - "scales": 9539, - "wagon": 9540, - "##oo": 9541, - "luxury": 9542, - "tin": 9543, - "prefer": 9544, - "fountain": 9545, - "triangle": 9546, - "bonds": 9547, - "darling": 9548, - "convoy": 9549, - "dried": 9550, - "traced": 9551, - "beings": 9552, - "troy": 9553, - "accidentally": 9554, - "slam": 9555, - "findings": 9556, - "smelled": 9557, - "joey": 9558, - "lawyers": 9559, - "outcome": 9560, - "steep": 9561, - "bosnia": 9562, - "configuration": 9563, - "shifting": 9564, - "toll": 9565, - "brook": 9566, - "performers": 9567, - "lobby": 9568, - "philosophical": 9569, - "construct": 9570, - "shrine": 9571, - "aggregate": 9572, - "boot": 9573, - "cox": 9574, - "phenomenon": 9575, - "savage": 9576, - "insane": 9577, - "solely": 9578, - "reynolds": 9579, - "lifestyle": 9580, - "##ima": 9581, - "nationally": 9582, - "holdings": 9583, - "consideration": 9584, - "enable": 9585, - "edgar": 9586, - "mo": 9587, - "mama": 9588, - "##tein": 9589, - "fights": 9590, - "relegation": 9591, - "chances": 9592, - "atomic": 9593, - "hub": 9594, - "conjunction": 9595, - "awkward": 9596, - "reactions": 9597, - "currency": 9598, - "finale": 9599, - "kumar": 9600, - "underwent": 9601, - "steering": 9602, - "elaborate": 9603, - "gifts": 9604, - "comprising": 9605, - "melissa": 9606, - "veins": 9607, - "reasonable": 9608, - "sunshine": 9609, - "chi": 9610, - "solve": 9611, - "trails": 9612, - "inhabited": 9613, - "elimination": 9614, - "ethics": 9615, - "huh": 9616, - "ana": 9617, - "molly": 9618, - "consent": 9619, - "apartments": 9620, - "layout": 9621, - "marines": 9622, - "##ces": 9623, - "hunters": 9624, - "bulk": 9625, - "##oma": 9626, - "hometown": 9627, - "##wall": 9628, - "##mont": 9629, - "cracked": 9630, - "reads": 9631, - "neighbouring": 9632, - "withdrawn": 9633, - "admission": 9634, - "wingspan": 9635, - "damned": 9636, - "anthology": 9637, - "lancashire": 9638, - "brands": 9639, - "batting": 9640, - "forgive": 9641, - "cuban": 9642, - "awful": 9643, - "##lyn": 9644, - "104": 9645, - "dimensions": 9646, - "imagination": 9647, - "##ade": 9648, - "dante": 9649, - "##ship": 9650, - "tracking": 9651, - "desperately": 9652, - "goalkeeper": 9653, - "##yne": 9654, - "groaned": 9655, - "workshops": 9656, - "confident": 9657, - "burton": 9658, - "gerald": 9659, - "milton": 9660, - "circus": 9661, - "uncertain": 9662, - "slope": 9663, - "copenhagen": 9664, - "sophia": 9665, - "fog": 9666, - "philosopher": 9667, - "portraits": 9668, - "accent": 9669, - "cycling": 9670, - "varying": 9671, - "gripped": 9672, - "larvae": 9673, - "garrett": 9674, - "specified": 9675, - "scotia": 9676, - "mature": 9677, - "luther": 9678, - "kurt": 9679, - "rap": 9680, - "##kes": 9681, - "aerial": 9682, - "750": 9683, - "ferdinand": 9684, - "heated": 9685, - "es": 9686, - "transported": 9687, - "##shan": 9688, - "safely": 9689, - "nonetheless": 9690, - "##orn": 9691, - "##gal": 9692, - "motors": 9693, - "demanding": 9694, - "##sburg": 9695, - "startled": 9696, - "##brook": 9697, - "ally": 9698, - "generate": 9699, - "caps": 9700, - "ghana": 9701, - "stained": 9702, - "demo": 9703, - "mentions": 9704, - "beds": 9705, - "ap": 9706, - "afterward": 9707, - "diary": 9708, - "##bling": 9709, - "utility": 9710, - "##iro": 9711, - "richards": 9712, - "1837": 9713, - "conspiracy": 9714, - "conscious": 9715, - "shining": 9716, - "footsteps": 9717, - "observer": 9718, - "cyprus": 9719, - "urged": 9720, - "loyalty": 9721, - "developer": 9722, - "probability": 9723, - "olive": 9724, - "upgraded": 9725, - "gym": 9726, - "miracle": 9727, - "insects": 9728, - "graves": 9729, - "1844": 9730, - "ourselves": 9731, - "hydrogen": 9732, - "amazon": 9733, - "katie": 9734, - "tickets": 9735, - "poets": 9736, - "##pm": 9737, - "planes": 9738, - "##pan": 9739, - "prevention": 9740, - "witnessed": 9741, - "dense": 9742, - "jin": 9743, - "randy": 9744, - "tang": 9745, - "warehouse": 9746, - "monroe": 9747, - "bang": 9748, - "archived": 9749, - "elderly": 9750, - "investigations": 9751, - "alec": 9752, - "granite": 9753, - "mineral": 9754, - "conflicts": 9755, - "controlling": 9756, - "aboriginal": 9757, - "carlo": 9758, - "##zu": 9759, - "mechanics": 9760, - "stan": 9761, - "stark": 9762, - "rhode": 9763, - "skirt": 9764, - "est": 9765, - "##berry": 9766, - "bombs": 9767, - "respected": 9768, - "##horn": 9769, - "imposed": 9770, - "limestone": 9771, - "deny": 9772, - "nominee": 9773, - "memphis": 9774, - "grabbing": 9775, - "disabled": 9776, - "##als": 9777, - "amusement": 9778, - "aa": 9779, - "frankfurt": 9780, - "corn": 9781, - "referendum": 9782, - "varies": 9783, - "slowed": 9784, - "disk": 9785, - "firms": 9786, - "unconscious": 9787, - "incredible": 9788, - "clue": 9789, - "sue": 9790, - "##zhou": 9791, - "twist": 9792, - "##cio": 9793, - "joins": 9794, - "idaho": 9795, - "chad": 9796, - "developers": 9797, - "computing": 9798, - "destroyer": 9799, - "103": 9800, - "mortal": 9801, - "tucker": 9802, - "kingston": 9803, - "choices": 9804, - "yu": 9805, - "carson": 9806, - "1800": 9807, - "os": 9808, - "whitney": 9809, - "geneva": 9810, - "pretend": 9811, - "dimension": 9812, - "staged": 9813, - "plateau": 9814, - "maya": 9815, - "##une": 9816, - "freestyle": 9817, - "##bc": 9818, - "rovers": 9819, - "hiv": 9820, - "##ids": 9821, - "tristan": 9822, - "classroom": 9823, - "prospect": 9824, - "##hus": 9825, - "honestly": 9826, - "diploma": 9827, - "lied": 9828, - "thermal": 9829, - "auxiliary": 9830, - "feast": 9831, - "unlikely": 9832, - "iata": 9833, - "##tel": 9834, - "morocco": 9835, - "pounding": 9836, - "treasury": 9837, - "lithuania": 9838, - "considerably": 9839, - "1841": 9840, - "dish": 9841, - "1812": 9842, - "geological": 9843, - "matching": 9844, - "stumbled": 9845, - "destroying": 9846, - "marched": 9847, - "brien": 9848, - "advances": 9849, - "cake": 9850, - "nicole": 9851, - "belle": 9852, - "settling": 9853, - "measuring": 9854, - "directing": 9855, - "##mie": 9856, - "tuesday": 9857, - "bassist": 9858, - "capabilities": 9859, - "stunned": 9860, - "fraud": 9861, - "torpedo": 9862, - "##list": 9863, - "##phone": 9864, - "anton": 9865, - "wisdom": 9866, - "surveillance": 9867, - "ruined": 9868, - "##ulate": 9869, - "lawsuit": 9870, - "healthcare": 9871, - "theorem": 9872, - "halls": 9873, - "trend": 9874, - "aka": 9875, - "horizontal": 9876, - "dozens": 9877, - "acquire": 9878, - "lasting": 9879, - "swim": 9880, - "hawk": 9881, - "gorgeous": 9882, - "fees": 9883, - "vicinity": 9884, - "decrease": 9885, - "adoption": 9886, - "tactics": 9887, - "##ography": 9888, - "pakistani": 9889, - "##ole": 9890, - "draws": 9891, - "##hall": 9892, - "willie": 9893, - "burke": 9894, - "heath": 9895, - "algorithm": 9896, - "integral": 9897, - "powder": 9898, - "elliott": 9899, - "brigadier": 9900, - "jackie": 9901, - "tate": 9902, - "varieties": 9903, - "darker": 9904, - "##cho": 9905, - "lately": 9906, - "cigarette": 9907, - "specimens": 9908, - "adds": 9909, - "##ree": 9910, - "##ensis": 9911, - "##inger": 9912, - "exploded": 9913, - "finalist": 9914, - "cia": 9915, - "murders": 9916, - "wilderness": 9917, - "arguments": 9918, - "nicknamed": 9919, - "acceptance": 9920, - "onwards": 9921, - "manufacture": 9922, - "robertson": 9923, - "jets": 9924, - "tampa": 9925, - "enterprises": 9926, - "blog": 9927, - "loudly": 9928, - "composers": 9929, - "nominations": 9930, - "1838": 9931, - "ai": 9932, - "malta": 9933, - "inquiry": 9934, - "automobile": 9935, - "hosting": 9936, - "viii": 9937, - "rays": 9938, - "tilted": 9939, - "grief": 9940, - "museums": 9941, - "strategies": 9942, - "furious": 9943, - "euro": 9944, - "equality": 9945, - "cohen": 9946, - "poison": 9947, - "surrey": 9948, - "wireless": 9949, - "governed": 9950, - "ridiculous": 9951, - "moses": 9952, - "##esh": 9953, - "##room": 9954, - "vanished": 9955, - "##ito": 9956, - "barnes": 9957, - "attract": 9958, - "morrison": 9959, - "istanbul": 9960, - "##iness": 9961, - "absent": 9962, - "rotation": 9963, - "petition": 9964, - "janet": 9965, - "##logical": 9966, - "satisfaction": 9967, - "custody": 9968, - "deliberately": 9969, - "observatory": 9970, - "comedian": 9971, - "surfaces": 9972, - "pinyin": 9973, - "novelist": 9974, - "strictly": 9975, - "canterbury": 9976, - "oslo": 9977, - "monks": 9978, - "embrace": 9979, - "ibm": 9980, - "jealous": 9981, - "photograph": 9982, - "continent": 9983, - "dorothy": 9984, - "marina": 9985, - "doc": 9986, - "excess": 9987, - "holden": 9988, - "allegations": 9989, - "explaining": 9990, - "stack": 9991, - "avoiding": 9992, - "lance": 9993, - "storyline": 9994, - "majesty": 9995, - "poorly": 9996, - "spike": 9997, - "dos": 9998, - "bradford": 9999, - "raven": 10000, - "travis": 10001, - "classics": 10002, - "proven": 10003, - "voltage": 10004, - "pillow": 10005, - "fists": 10006, - "butt": 10007, - "1842": 10008, - "interpreted": 10009, - "##car": 10010, - "1839": 10011, - "gage": 10012, - "telegraph": 10013, - "lens": 10014, - "promising": 10015, - "expelled": 10016, - "casual": 10017, - "collector": 10018, - "zones": 10019, - "##min": 10020, - "silly": 10021, - "nintendo": 10022, - "##kh": 10023, - "##bra": 10024, - "downstairs": 10025, - "chef": 10026, - "suspicious": 10027, - "afl": 10028, - "flies": 10029, - "vacant": 10030, - "uganda": 10031, - "pregnancy": 10032, - "condemned": 10033, - "lutheran": 10034, - "estimates": 10035, - "cheap": 10036, - "decree": 10037, - "saxon": 10038, - "proximity": 10039, - "stripped": 10040, - "idiot": 10041, - "deposits": 10042, - "contrary": 10043, - "presenter": 10044, - "magnus": 10045, - "glacier": 10046, - "im": 10047, - "offense": 10048, - "edwin": 10049, - "##ori": 10050, - "upright": 10051, - "##long": 10052, - "bolt": 10053, - "##ois": 10054, - "toss": 10055, - "geographical": 10056, - "##izes": 10057, - "environments": 10058, - "delicate": 10059, - "marking": 10060, - "abstract": 10061, - "xavier": 10062, - "nails": 10063, - "windsor": 10064, - "plantation": 10065, - "occurring": 10066, - "equity": 10067, - "saskatchewan": 10068, - "fears": 10069, - "drifted": 10070, - "sequences": 10071, - "vegetation": 10072, - "revolt": 10073, - "##stic": 10074, - "1843": 10075, - "sooner": 10076, - "fusion": 10077, - "opposing": 10078, - "nato": 10079, - "skating": 10080, - "1836": 10081, - "secretly": 10082, - "ruin": 10083, - "lease": 10084, - "##oc": 10085, - "edit": 10086, - "##nne": 10087, - "flora": 10088, - "anxiety": 10089, - "ruby": 10090, - "##ological": 10091, - "##mia": 10092, - "tel": 10093, - "bout": 10094, - "taxi": 10095, - "emmy": 10096, - "frost": 10097, - "rainbow": 10098, - "compounds": 10099, - "foundations": 10100, - "rainfall": 10101, - "assassination": 10102, - "nightmare": 10103, - "dominican": 10104, - "##win": 10105, - "achievements": 10106, - "deserve": 10107, - "orlando": 10108, - "intact": 10109, - "armenia": 10110, - "##nte": 10111, - "calgary": 10112, - "valentine": 10113, - "106": 10114, - "marion": 10115, - "proclaimed": 10116, - "theodore": 10117, - "bells": 10118, - "courtyard": 10119, - "thigh": 10120, - "gonzalez": 10121, - "console": 10122, - "troop": 10123, - "minimal": 10124, - "monte": 10125, - "everyday": 10126, - "##ence": 10127, - "##if": 10128, - "supporter": 10129, - "terrorism": 10130, - "buck": 10131, - "openly": 10132, - "presbyterian": 10133, - "activists": 10134, - "carpet": 10135, - "##iers": 10136, - "rubbing": 10137, - "uprising": 10138, - "##yi": 10139, - "cute": 10140, - "conceived": 10141, - "legally": 10142, - "##cht": 10143, - "millennium": 10144, - "cello": 10145, - "velocity": 10146, - "ji": 10147, - "rescued": 10148, - "cardiff": 10149, - "1835": 10150, - "rex": 10151, - "concentrate": 10152, - "senators": 10153, - "beard": 10154, - "rendered": 10155, - "glowing": 10156, - "battalions": 10157, - "scouts": 10158, - "competitors": 10159, - "sculptor": 10160, - "catalogue": 10161, - "arctic": 10162, - "ion": 10163, - "raja": 10164, - "bicycle": 10165, - "wow": 10166, - "glancing": 10167, - "lawn": 10168, - "##woman": 10169, - "gentleman": 10170, - "lighthouse": 10171, - "publish": 10172, - "predicted": 10173, - "calculated": 10174, - "##val": 10175, - "variants": 10176, - "##gne": 10177, - "strain": 10178, - "##ui": 10179, - "winston": 10180, - "deceased": 10181, - "##nus": 10182, - "touchdowns": 10183, - "brady": 10184, - "caleb": 10185, - "sinking": 10186, - "echoed": 10187, - "crush": 10188, - "hon": 10189, - "blessed": 10190, - "protagonist": 10191, - "hayes": 10192, - "endangered": 10193, - "magnitude": 10194, - "editors": 10195, - "##tine": 10196, - "estimate": 10197, - "responsibilities": 10198, - "##mel": 10199, - "backup": 10200, - "laying": 10201, - "consumed": 10202, - "sealed": 10203, - "zurich": 10204, - "lovers": 10205, - "frustrated": 10206, - "##eau": 10207, - "ahmed": 10208, - "kicking": 10209, - "mit": 10210, - "treasurer": 10211, - "1832": 10212, - "biblical": 10213, - "refuse": 10214, - "terrified": 10215, - "pump": 10216, - "agrees": 10217, - "genuine": 10218, - "imprisonment": 10219, - "refuses": 10220, - "plymouth": 10221, - "##hen": 10222, - "lou": 10223, - "##nen": 10224, - "tara": 10225, - "trembling": 10226, - "antarctic": 10227, - "ton": 10228, - "learns": 10229, - "##tas": 10230, - "crap": 10231, - "crucial": 10232, - "faction": 10233, - "atop": 10234, - "##borough": 10235, - "wrap": 10236, - "lancaster": 10237, - "odds": 10238, - "hopkins": 10239, - "erik": 10240, - "lyon": 10241, - "##eon": 10242, - "bros": 10243, - "##ode": 10244, - "snap": 10245, - "locality": 10246, - "tips": 10247, - "empress": 10248, - "crowned": 10249, - "cal": 10250, - "acclaimed": 10251, - "chuckled": 10252, - "##ory": 10253, - "clara": 10254, - "sends": 10255, - "mild": 10256, - "towel": 10257, - "##fl": 10258, - "##day": 10259, - "##а": 10260, - "wishing": 10261, - "assuming": 10262, - "interviewed": 10263, - "##bal": 10264, - "##die": 10265, - "interactions": 10266, - "eden": 10267, - "cups": 10268, - "helena": 10269, - "##lf": 10270, - "indie": 10271, - "beck": 10272, - "##fire": 10273, - "batteries": 10274, - "filipino": 10275, - "wizard": 10276, - "parted": 10277, - "##lam": 10278, - "traces": 10279, - "##born": 10280, - "rows": 10281, - "idol": 10282, - "albany": 10283, - "delegates": 10284, - "##ees": 10285, - "##sar": 10286, - "discussions": 10287, - "##ex": 10288, - "notre": 10289, - "instructed": 10290, - "belgrade": 10291, - "highways": 10292, - "suggestion": 10293, - "lauren": 10294, - "possess": 10295, - "orientation": 10296, - "alexandria": 10297, - "abdul": 10298, - "beats": 10299, - "salary": 10300, - "reunion": 10301, - "ludwig": 10302, - "alright": 10303, - "wagner": 10304, - "intimate": 10305, - "pockets": 10306, - "slovenia": 10307, - "hugged": 10308, - "brighton": 10309, - "merchants": 10310, - "cruel": 10311, - "stole": 10312, - "trek": 10313, - "slopes": 10314, - "repairs": 10315, - "enrollment": 10316, - "politically": 10317, - "underlying": 10318, - "promotional": 10319, - "counting": 10320, - "boeing": 10321, - "##bb": 10322, - "isabella": 10323, - "naming": 10324, - "##и": 10325, - "keen": 10326, - "bacteria": 10327, - "listing": 10328, - "separately": 10329, - "belfast": 10330, - "ussr": 10331, - "450": 10332, - "lithuanian": 10333, - "anybody": 10334, - "ribs": 10335, - "sphere": 10336, - "martinez": 10337, - "cock": 10338, - "embarrassed": 10339, - "proposals": 10340, - "fragments": 10341, - "nationals": 10342, - "##fs": 10343, - "##wski": 10344, - "premises": 10345, - "fin": 10346, - "1500": 10347, - "alpine": 10348, - "matched": 10349, - "freely": 10350, - "bounded": 10351, - "jace": 10352, - "sleeve": 10353, - "##af": 10354, - "gaming": 10355, - "pier": 10356, - "populated": 10357, - "evident": 10358, - "##like": 10359, - "frances": 10360, - "flooded": 10361, - "##dle": 10362, - "frightened": 10363, - "pour": 10364, - "trainer": 10365, - "framed": 10366, - "visitor": 10367, - "challenging": 10368, - "pig": 10369, - "wickets": 10370, - "##fold": 10371, - "infected": 10372, - "email": 10373, - "##pes": 10374, - "arose": 10375, - "##aw": 10376, - "reward": 10377, - "ecuador": 10378, - "oblast": 10379, - "vale": 10380, - "ch": 10381, - "shuttle": 10382, - "##usa": 10383, - "bach": 10384, - "rankings": 10385, - "forbidden": 10386, - "cornwall": 10387, - "accordance": 10388, - "salem": 10389, - "consumers": 10390, - "bruno": 10391, - "fantastic": 10392, - "toes": 10393, - "machinery": 10394, - "resolved": 10395, - "julius": 10396, - "remembering": 10397, - "propaganda": 10398, - "iceland": 10399, - "bombardment": 10400, - "tide": 10401, - "contacts": 10402, - "wives": 10403, - "##rah": 10404, - "concerto": 10405, - "macdonald": 10406, - "albania": 10407, - "implement": 10408, - "daisy": 10409, - "tapped": 10410, - "sudan": 10411, - "helmet": 10412, - "angela": 10413, - "mistress": 10414, - "##lic": 10415, - "crop": 10416, - "sunk": 10417, - "finest": 10418, - "##craft": 10419, - "hostile": 10420, - "##ute": 10421, - "##tsu": 10422, - "boxer": 10423, - "fr": 10424, - "paths": 10425, - "adjusted": 10426, - "habit": 10427, - "ballot": 10428, - "supervision": 10429, - "soprano": 10430, - "##zen": 10431, - "bullets": 10432, - "wicked": 10433, - "sunset": 10434, - "regiments": 10435, - "disappear": 10436, - "lamp": 10437, - "performs": 10438, - "app": 10439, - "##gia": 10440, - "##oa": 10441, - "rabbit": 10442, - "digging": 10443, - "incidents": 10444, - "entries": 10445, - "##cion": 10446, - "dishes": 10447, - "##oi": 10448, - "introducing": 10449, - "##ati": 10450, - "##fied": 10451, - "freshman": 10452, - "slot": 10453, - "jill": 10454, - "tackles": 10455, - "baroque": 10456, - "backs": 10457, - "##iest": 10458, - "lone": 10459, - "sponsor": 10460, - "destiny": 10461, - "altogether": 10462, - "convert": 10463, - "##aro": 10464, - "consensus": 10465, - "shapes": 10466, - "demonstration": 10467, - "basically": 10468, - "feminist": 10469, - "auction": 10470, - "artifacts": 10471, - "##bing": 10472, - "strongest": 10473, - "twitter": 10474, - "halifax": 10475, - "2019": 10476, - "allmusic": 10477, - "mighty": 10478, - "smallest": 10479, - "precise": 10480, - "alexandra": 10481, - "viola": 10482, - "##los": 10483, - "##ille": 10484, - "manuscripts": 10485, - "##illo": 10486, - "dancers": 10487, - "ari": 10488, - "managers": 10489, - "monuments": 10490, - "blades": 10491, - "barracks": 10492, - "springfield": 10493, - "maiden": 10494, - "consolidated": 10495, - "electron": 10496, - "##end": 10497, - "berry": 10498, - "airing": 10499, - "wheat": 10500, - "nobel": 10501, - "inclusion": 10502, - "blair": 10503, - "payments": 10504, - "geography": 10505, - "bee": 10506, - "cc": 10507, - "eleanor": 10508, - "react": 10509, - "##hurst": 10510, - "afc": 10511, - "manitoba": 10512, - "##yu": 10513, - "su": 10514, - "lineup": 10515, - "fitness": 10516, - "recreational": 10517, - "investments": 10518, - "airborne": 10519, - "disappointment": 10520, - "##dis": 10521, - "edmonton": 10522, - "viewing": 10523, - "##row": 10524, - "renovation": 10525, - "##cast": 10526, - "infant": 10527, - "bankruptcy": 10528, - "roses": 10529, - "aftermath": 10530, - "pavilion": 10531, - "##yer": 10532, - "carpenter": 10533, - "withdrawal": 10534, - "ladder": 10535, - "##hy": 10536, - "discussing": 10537, - "popped": 10538, - "reliable": 10539, - "agreements": 10540, - "rochester": 10541, - "##abad": 10542, - "curves": 10543, - "bombers": 10544, - "220": 10545, - "rao": 10546, - "reverend": 10547, - "decreased": 10548, - "choosing": 10549, - "107": 10550, - "stiff": 10551, - "consulting": 10552, - "naples": 10553, - "crawford": 10554, - "tracy": 10555, - "ka": 10556, - "ribbon": 10557, - "cops": 10558, - "##lee": 10559, - "crushed": 10560, - "deciding": 10561, - "unified": 10562, - "teenager": 10563, - "accepting": 10564, - "flagship": 10565, - "explorer": 10566, - "poles": 10567, - "sanchez": 10568, - "inspection": 10569, - "revived": 10570, - "skilled": 10571, - "induced": 10572, - "exchanged": 10573, - "flee": 10574, - "locals": 10575, - "tragedy": 10576, - "swallow": 10577, - "loading": 10578, - "hanna": 10579, - "demonstrate": 10580, - "##ela": 10581, - "salvador": 10582, - "flown": 10583, - "contestants": 10584, - "civilization": 10585, - "##ines": 10586, - "wanna": 10587, - "rhodes": 10588, - "fletcher": 10589, - "hector": 10590, - "knocking": 10591, - "considers": 10592, - "##ough": 10593, - "nash": 10594, - "mechanisms": 10595, - "sensed": 10596, - "mentally": 10597, - "walt": 10598, - "unclear": 10599, - "##eus": 10600, - "renovated": 10601, - "madame": 10602, - "##cks": 10603, - "crews": 10604, - "governmental": 10605, - "##hin": 10606, - "undertaken": 10607, - "monkey": 10608, - "##ben": 10609, - "##ato": 10610, - "fatal": 10611, - "armored": 10612, - "copa": 10613, - "caves": 10614, - "governance": 10615, - "grasp": 10616, - "perception": 10617, - "certification": 10618, - "froze": 10619, - "damp": 10620, - "tugged": 10621, - "wyoming": 10622, - "##rg": 10623, - "##ero": 10624, - "newman": 10625, - "##lor": 10626, - "nerves": 10627, - "curiosity": 10628, - "graph": 10629, - "115": 10630, - "##ami": 10631, - "withdraw": 10632, - "tunnels": 10633, - "dull": 10634, - "meredith": 10635, - "moss": 10636, - "exhibits": 10637, - "neighbors": 10638, - "communicate": 10639, - "accuracy": 10640, - "explored": 10641, - "raiders": 10642, - "republicans": 10643, - "secular": 10644, - "kat": 10645, - "superman": 10646, - "penny": 10647, - "criticised": 10648, - "##tch": 10649, - "freed": 10650, - "update": 10651, - "conviction": 10652, - "wade": 10653, - "ham": 10654, - "likewise": 10655, - "delegation": 10656, - "gotta": 10657, - "doll": 10658, - "promises": 10659, - "technological": 10660, - "myth": 10661, - "nationality": 10662, - "resolve": 10663, - "convent": 10664, - "##mark": 10665, - "sharon": 10666, - "dig": 10667, - "sip": 10668, - "coordinator": 10669, - "entrepreneur": 10670, - "fold": 10671, - "##dine": 10672, - "capability": 10673, - "councillor": 10674, - "synonym": 10675, - "blown": 10676, - "swan": 10677, - "cursed": 10678, - "1815": 10679, - "jonas": 10680, - "haired": 10681, - "sofa": 10682, - "canvas": 10683, - "keeper": 10684, - "rivalry": 10685, - "##hart": 10686, - "rapper": 10687, - "speedway": 10688, - "swords": 10689, - "postal": 10690, - "maxwell": 10691, - "estonia": 10692, - "potter": 10693, - "recurring": 10694, - "##nn": 10695, - "##ave": 10696, - "errors": 10697, - "##oni": 10698, - "cognitive": 10699, - "1834": 10700, - "##²": 10701, - "claws": 10702, - "nadu": 10703, - "roberto": 10704, - "bce": 10705, - "wrestler": 10706, - "ellie": 10707, - "##ations": 10708, - "infinite": 10709, - "ink": 10710, - "##tia": 10711, - "presumably": 10712, - "finite": 10713, - "staircase": 10714, - "108": 10715, - "noel": 10716, - "patricia": 10717, - "nacional": 10718, - "##cation": 10719, - "chill": 10720, - "eternal": 10721, - "tu": 10722, - "preventing": 10723, - "prussia": 10724, - "fossil": 10725, - "limbs": 10726, - "##logist": 10727, - "ernst": 10728, - "frog": 10729, - "perez": 10730, - "rene": 10731, - "##ace": 10732, - "pizza": 10733, - "prussian": 10734, - "##ios": 10735, - "##vy": 10736, - "molecules": 10737, - "regulatory": 10738, - "answering": 10739, - "opinions": 10740, - "sworn": 10741, - "lengths": 10742, - "supposedly": 10743, - "hypothesis": 10744, - "upward": 10745, - "habitats": 10746, - "seating": 10747, - "ancestors": 10748, - "drank": 10749, - "yield": 10750, - "hd": 10751, - "synthesis": 10752, - "researcher": 10753, - "modest": 10754, - "##var": 10755, - "mothers": 10756, - "peered": 10757, - "voluntary": 10758, - "homeland": 10759, - "##the": 10760, - "acclaim": 10761, - "##igan": 10762, - "static": 10763, - "valve": 10764, - "luxembourg": 10765, - "alto": 10766, - "carroll": 10767, - "fe": 10768, - "receptor": 10769, - "norton": 10770, - "ambulance": 10771, - "##tian": 10772, - "johnston": 10773, - "catholics": 10774, - "depicting": 10775, - "jointly": 10776, - "elephant": 10777, - "gloria": 10778, - "mentor": 10779, - "badge": 10780, - "ahmad": 10781, - "distinguish": 10782, - "remarked": 10783, - "councils": 10784, - "precisely": 10785, - "allison": 10786, - "advancing": 10787, - "detection": 10788, - "crowded": 10789, - "##10": 10790, - "cooperative": 10791, - "ankle": 10792, - "mercedes": 10793, - "dagger": 10794, - "surrendered": 10795, - "pollution": 10796, - "commit": 10797, - "subway": 10798, - "jeffrey": 10799, - "lesson": 10800, - "sculptures": 10801, - "provider": 10802, - "##fication": 10803, - "membrane": 10804, - "timothy": 10805, - "rectangular": 10806, - "fiscal": 10807, - "heating": 10808, - "teammate": 10809, - "basket": 10810, - "particle": 10811, - "anonymous": 10812, - "deployment": 10813, - "##ple": 10814, - "missiles": 10815, - "courthouse": 10816, - "proportion": 10817, - "shoe": 10818, - "sec": 10819, - "##ller": 10820, - "complaints": 10821, - "forbes": 10822, - "blacks": 10823, - "abandon": 10824, - "remind": 10825, - "sizes": 10826, - "overwhelming": 10827, - "autobiography": 10828, - "natalie": 10829, - "##awa": 10830, - "risks": 10831, - "contestant": 10832, - "countryside": 10833, - "babies": 10834, - "scorer": 10835, - "invaded": 10836, - "enclosed": 10837, - "proceed": 10838, - "hurling": 10839, - "disorders": 10840, - "##cu": 10841, - "reflecting": 10842, - "continuously": 10843, - "cruiser": 10844, - "graduates": 10845, - "freeway": 10846, - "investigated": 10847, - "ore": 10848, - "deserved": 10849, - "maid": 10850, - "blocking": 10851, - "phillip": 10852, - "jorge": 10853, - "shakes": 10854, - "dove": 10855, - "mann": 10856, - "variables": 10857, - "lacked": 10858, - "burden": 10859, - "accompanying": 10860, - "que": 10861, - "consistently": 10862, - "organizing": 10863, - "provisional": 10864, - "complained": 10865, - "endless": 10866, - "##rm": 10867, - "tubes": 10868, - "juice": 10869, - "georges": 10870, - "krishna": 10871, - "mick": 10872, - "labels": 10873, - "thriller": 10874, - "##uch": 10875, - "laps": 10876, - "arcade": 10877, - "sage": 10878, - "snail": 10879, - "##table": 10880, - "shannon": 10881, - "fi": 10882, - "laurence": 10883, - "seoul": 10884, - "vacation": 10885, - "presenting": 10886, - "hire": 10887, - "churchill": 10888, - "surprisingly": 10889, - "prohibited": 10890, - "savannah": 10891, - "technically": 10892, - "##oli": 10893, - "170": 10894, - "##lessly": 10895, - "testimony": 10896, - "suited": 10897, - "speeds": 10898, - "toys": 10899, - "romans": 10900, - "mlb": 10901, - "flowering": 10902, - "measurement": 10903, - "talented": 10904, - "kay": 10905, - "settings": 10906, - "charleston": 10907, - "expectations": 10908, - "shattered": 10909, - "achieving": 10910, - "triumph": 10911, - "ceremonies": 10912, - "portsmouth": 10913, - "lanes": 10914, - "mandatory": 10915, - "loser": 10916, - "stretching": 10917, - "cologne": 10918, - "realizes": 10919, - "seventy": 10920, - "cornell": 10921, - "careers": 10922, - "webb": 10923, - "##ulating": 10924, - "americas": 10925, - "budapest": 10926, - "ava": 10927, - "suspicion": 10928, - "##ison": 10929, - "yo": 10930, - "conrad": 10931, - "##hai": 10932, - "sterling": 10933, - "jessie": 10934, - "rector": 10935, - "##az": 10936, - "1831": 10937, - "transform": 10938, - "organize": 10939, - "loans": 10940, - "christine": 10941, - "volcanic": 10942, - "warrant": 10943, - "slender": 10944, - "summers": 10945, - "subfamily": 10946, - "newer": 10947, - "danced": 10948, - "dynamics": 10949, - "rhine": 10950, - "proceeds": 10951, - "heinrich": 10952, - "gastropod": 10953, - "commands": 10954, - "sings": 10955, - "facilitate": 10956, - "easter": 10957, - "ra": 10958, - "positioned": 10959, - "responses": 10960, - "expense": 10961, - "fruits": 10962, - "yanked": 10963, - "imported": 10964, - "25th": 10965, - "velvet": 10966, - "vic": 10967, - "primitive": 10968, - "tribune": 10969, - "baldwin": 10970, - "neighbourhood": 10971, - "donna": 10972, - "rip": 10973, - "hay": 10974, - "pr": 10975, - "##uro": 10976, - "1814": 10977, - "espn": 10978, - "welcomed": 10979, - "##aria": 10980, - "qualifier": 10981, - "glare": 10982, - "highland": 10983, - "timing": 10984, - "##cted": 10985, - "shells": 10986, - "eased": 10987, - "geometry": 10988, - "louder": 10989, - "exciting": 10990, - "slovakia": 10991, - "##sion": 10992, - "##iz": 10993, - "##lot": 10994, - "savings": 10995, - "prairie": 10996, - "##ques": 10997, - "marching": 10998, - "rafael": 10999, - "tonnes": 11000, - "##lled": 11001, - "curtain": 11002, - "preceding": 11003, - "shy": 11004, - "heal": 11005, - "greene": 11006, - "worthy": 11007, - "##pot": 11008, - "detachment": 11009, - "bury": 11010, - "sherman": 11011, - "##eck": 11012, - "reinforced": 11013, - "seeks": 11014, - "bottles": 11015, - "contracted": 11016, - "duchess": 11017, - "outfit": 11018, - "walsh": 11019, - "##sc": 11020, - "mickey": 11021, - "##ase": 11022, - "geoffrey": 11023, - "archer": 11024, - "squeeze": 11025, - "dawson": 11026, - "eliminate": 11027, - "invention": 11028, - "##enberg": 11029, - "neal": 11030, - "##eth": 11031, - "stance": 11032, - "dealer": 11033, - "coral": 11034, - "maple": 11035, - "retire": 11036, - "polo": 11037, - "simplified": 11038, - "##ht": 11039, - "1833": 11040, - "hid": 11041, - "watts": 11042, - "backwards": 11043, - "jules": 11044, - "##oke": 11045, - "genesis": 11046, - "mt": 11047, - "frames": 11048, - "rebounds": 11049, - "burma": 11050, - "woodland": 11051, - "moist": 11052, - "santos": 11053, - "whispers": 11054, - "drained": 11055, - "subspecies": 11056, - "##aa": 11057, - "streaming": 11058, - "ulster": 11059, - "burnt": 11060, - "correspondence": 11061, - "maternal": 11062, - "gerard": 11063, - "denis": 11064, - "stealing": 11065, - "##load": 11066, - "genius": 11067, - "duchy": 11068, - "##oria": 11069, - "inaugurated": 11070, - "momentum": 11071, - "suits": 11072, - "placement": 11073, - "sovereign": 11074, - "clause": 11075, - "thames": 11076, - "##hara": 11077, - "confederation": 11078, - "reservation": 11079, - "sketch": 11080, - "yankees": 11081, - "lets": 11082, - "rotten": 11083, - "charm": 11084, - "hal": 11085, - "verses": 11086, - "ultra": 11087, - "commercially": 11088, - "dot": 11089, - "salon": 11090, - "citation": 11091, - "adopt": 11092, - "winnipeg": 11093, - "mist": 11094, - "allocated": 11095, - "cairo": 11096, - "##boy": 11097, - "jenkins": 11098, - "interference": 11099, - "objectives": 11100, - "##wind": 11101, - "1820": 11102, - "portfolio": 11103, - "armoured": 11104, - "sectors": 11105, - "##eh": 11106, - "initiatives": 11107, - "##world": 11108, - "integrity": 11109, - "exercises": 11110, - "robe": 11111, - "tap": 11112, - "ab": 11113, - "gazed": 11114, - "##tones": 11115, - "distracted": 11116, - "rulers": 11117, - "111": 11118, - "favorable": 11119, - "jerome": 11120, - "tended": 11121, - "cart": 11122, - "factories": 11123, - "##eri": 11124, - "diplomat": 11125, - "valued": 11126, - "gravel": 11127, - "charitable": 11128, - "##try": 11129, - "calvin": 11130, - "exploring": 11131, - "chang": 11132, - "shepherd": 11133, - "terrace": 11134, - "pdf": 11135, - "pupil": 11136, - "##ural": 11137, - "reflects": 11138, - "ups": 11139, - "##rch": 11140, - "governors": 11141, - "shelf": 11142, - "depths": 11143, - "##nberg": 11144, - "trailed": 11145, - "crest": 11146, - "tackle": 11147, - "##nian": 11148, - "##ats": 11149, - "hatred": 11150, - "##kai": 11151, - "clare": 11152, - "makers": 11153, - "ethiopia": 11154, - "longtime": 11155, - "detected": 11156, - "embedded": 11157, - "lacking": 11158, - "slapped": 11159, - "rely": 11160, - "thomson": 11161, - "anticipation": 11162, - "iso": 11163, - "morton": 11164, - "successive": 11165, - "agnes": 11166, - "screenwriter": 11167, - "straightened": 11168, - "philippe": 11169, - "playwright": 11170, - "haunted": 11171, - "licence": 11172, - "iris": 11173, - "intentions": 11174, - "sutton": 11175, - "112": 11176, - "logical": 11177, - "correctly": 11178, - "##weight": 11179, - "branded": 11180, - "licked": 11181, - "tipped": 11182, - "silva": 11183, - "ricky": 11184, - "narrator": 11185, - "requests": 11186, - "##ents": 11187, - "greeted": 11188, - "supernatural": 11189, - "cow": 11190, - "##wald": 11191, - "lung": 11192, - "refusing": 11193, - "employer": 11194, - "strait": 11195, - "gaelic": 11196, - "liner": 11197, - "##piece": 11198, - "zoe": 11199, - "sabha": 11200, - "##mba": 11201, - "driveway": 11202, - "harvest": 11203, - "prints": 11204, - "bates": 11205, - "reluctantly": 11206, - "threshold": 11207, - "algebra": 11208, - "ira": 11209, - "wherever": 11210, - "coupled": 11211, - "240": 11212, - "assumption": 11213, - "picks": 11214, - "##air": 11215, - "designers": 11216, - "raids": 11217, - "gentlemen": 11218, - "##ean": 11219, - "roller": 11220, - "blowing": 11221, - "leipzig": 11222, - "locks": 11223, - "screw": 11224, - "dressing": 11225, - "strand": 11226, - "##lings": 11227, - "scar": 11228, - "dwarf": 11229, - "depicts": 11230, - "##nu": 11231, - "nods": 11232, - "##mine": 11233, - "differ": 11234, - "boris": 11235, - "##eur": 11236, - "yuan": 11237, - "flip": 11238, - "##gie": 11239, - "mob": 11240, - "invested": 11241, - "questioning": 11242, - "applying": 11243, - "##ture": 11244, - "shout": 11245, - "##sel": 11246, - "gameplay": 11247, - "blamed": 11248, - "illustrations": 11249, - "bothered": 11250, - "weakness": 11251, - "rehabilitation": 11252, - "##of": 11253, - "##zes": 11254, - "envelope": 11255, - "rumors": 11256, - "miners": 11257, - "leicester": 11258, - "subtle": 11259, - "kerry": 11260, - "##ico": 11261, - "ferguson": 11262, - "##fu": 11263, - "premiership": 11264, - "ne": 11265, - "##cat": 11266, - "bengali": 11267, - "prof": 11268, - "catches": 11269, - "remnants": 11270, - "dana": 11271, - "##rily": 11272, - "shouting": 11273, - "presidents": 11274, - "baltic": 11275, - "ought": 11276, - "ghosts": 11277, - "dances": 11278, - "sailors": 11279, - "shirley": 11280, - "fancy": 11281, - "dominic": 11282, - "##bie": 11283, - "madonna": 11284, - "##rick": 11285, - "bark": 11286, - "buttons": 11287, - "gymnasium": 11288, - "ashes": 11289, - "liver": 11290, - "toby": 11291, - "oath": 11292, - "providence": 11293, - "doyle": 11294, - "evangelical": 11295, - "nixon": 11296, - "cement": 11297, - "carnegie": 11298, - "embarked": 11299, - "hatch": 11300, - "surroundings": 11301, - "guarantee": 11302, - "needing": 11303, - "pirate": 11304, - "essence": 11305, - "##bee": 11306, - "filter": 11307, - "crane": 11308, - "hammond": 11309, - "projected": 11310, - "immune": 11311, - "percy": 11312, - "twelfth": 11313, - "##ult": 11314, - "regent": 11315, - "doctoral": 11316, - "damon": 11317, - "mikhail": 11318, - "##ichi": 11319, - "lu": 11320, - "critically": 11321, - "elect": 11322, - "realised": 11323, - "abortion": 11324, - "acute": 11325, - "screening": 11326, - "mythology": 11327, - "steadily": 11328, - "##fc": 11329, - "frown": 11330, - "nottingham": 11331, - "kirk": 11332, - "wa": 11333, - "minneapolis": 11334, - "##rra": 11335, - "module": 11336, - "algeria": 11337, - "mc": 11338, - "nautical": 11339, - "encounters": 11340, - "surprising": 11341, - "statues": 11342, - "availability": 11343, - "shirts": 11344, - "pie": 11345, - "alma": 11346, - "brows": 11347, - "munster": 11348, - "mack": 11349, - "soup": 11350, - "crater": 11351, - "tornado": 11352, - "sanskrit": 11353, - "cedar": 11354, - "explosive": 11355, - "bordered": 11356, - "dixon": 11357, - "planets": 11358, - "stamp": 11359, - "exam": 11360, - "happily": 11361, - "##bble": 11362, - "carriers": 11363, - "kidnapped": 11364, - "##vis": 11365, - "accommodation": 11366, - "emigrated": 11367, - "##met": 11368, - "knockout": 11369, - "correspondent": 11370, - "violation": 11371, - "profits": 11372, - "peaks": 11373, - "lang": 11374, - "specimen": 11375, - "agenda": 11376, - "ancestry": 11377, - "pottery": 11378, - "spelling": 11379, - "equations": 11380, - "obtaining": 11381, - "ki": 11382, - "linking": 11383, - "1825": 11384, - "debris": 11385, - "asylum": 11386, - "##20": 11387, - "buddhism": 11388, - "teddy": 11389, - "##ants": 11390, - "gazette": 11391, - "##nger": 11392, - "##sse": 11393, - "dental": 11394, - "eligibility": 11395, - "utc": 11396, - "fathers": 11397, - "averaged": 11398, - "zimbabwe": 11399, - "francesco": 11400, - "coloured": 11401, - "hissed": 11402, - "translator": 11403, - "lynch": 11404, - "mandate": 11405, - "humanities": 11406, - "mackenzie": 11407, - "uniforms": 11408, - "lin": 11409, - "##iana": 11410, - "##gio": 11411, - "asset": 11412, - "mhz": 11413, - "fitting": 11414, - "samantha": 11415, - "genera": 11416, - "wei": 11417, - "rim": 11418, - "beloved": 11419, - "shark": 11420, - "riot": 11421, - "entities": 11422, - "expressions": 11423, - "indo": 11424, - "carmen": 11425, - "slipping": 11426, - "owing": 11427, - "abbot": 11428, - "neighbor": 11429, - "sidney": 11430, - "##av": 11431, - "rats": 11432, - "recommendations": 11433, - "encouraging": 11434, - "squadrons": 11435, - "anticipated": 11436, - "commanders": 11437, - "conquered": 11438, - "##oto": 11439, - "donations": 11440, - "diagnosed": 11441, - "##mond": 11442, - "divide": 11443, - "##iva": 11444, - "guessed": 11445, - "decoration": 11446, - "vernon": 11447, - "auditorium": 11448, - "revelation": 11449, - "conversations": 11450, - "##kers": 11451, - "##power": 11452, - "herzegovina": 11453, - "dash": 11454, - "alike": 11455, - "protested": 11456, - "lateral": 11457, - "herman": 11458, - "accredited": 11459, - "mg": 11460, - "##gent": 11461, - "freeman": 11462, - "mel": 11463, - "fiji": 11464, - "crow": 11465, - "crimson": 11466, - "##rine": 11467, - "livestock": 11468, - "##pped": 11469, - "humanitarian": 11470, - "bored": 11471, - "oz": 11472, - "whip": 11473, - "##lene": 11474, - "##ali": 11475, - "legitimate": 11476, - "alter": 11477, - "grinning": 11478, - "spelled": 11479, - "anxious": 11480, - "oriental": 11481, - "wesley": 11482, - "##nin": 11483, - "##hole": 11484, - "carnival": 11485, - "controller": 11486, - "detect": 11487, - "##ssa": 11488, - "bowed": 11489, - "educator": 11490, - "kosovo": 11491, - "macedonia": 11492, - "##sin": 11493, - "occupy": 11494, - "mastering": 11495, - "stephanie": 11496, - "janeiro": 11497, - "para": 11498, - "unaware": 11499, - "nurses": 11500, - "noon": 11501, - "135": 11502, - "cam": 11503, - "hopefully": 11504, - "ranger": 11505, - "combine": 11506, - "sociology": 11507, - "polar": 11508, - "rica": 11509, - "##eer": 11510, - "neill": 11511, - "##sman": 11512, - "holocaust": 11513, - "##ip": 11514, - "doubled": 11515, - "lust": 11516, - "1828": 11517, - "109": 11518, - "decent": 11519, - "cooling": 11520, - "unveiled": 11521, - "##card": 11522, - "1829": 11523, - "nsw": 11524, - "homer": 11525, - "chapman": 11526, - "meyer": 11527, - "##gin": 11528, - "dive": 11529, - "mae": 11530, - "reagan": 11531, - "expertise": 11532, - "##gled": 11533, - "darwin": 11534, - "brooke": 11535, - "sided": 11536, - "prosecution": 11537, - "investigating": 11538, - "comprised": 11539, - "petroleum": 11540, - "genres": 11541, - "reluctant": 11542, - "differently": 11543, - "trilogy": 11544, - "johns": 11545, - "vegetables": 11546, - "corpse": 11547, - "highlighted": 11548, - "lounge": 11549, - "pension": 11550, - "unsuccessfully": 11551, - "elegant": 11552, - "aided": 11553, - "ivory": 11554, - "beatles": 11555, - "amelia": 11556, - "cain": 11557, - "dubai": 11558, - "sunny": 11559, - "immigrant": 11560, - "babe": 11561, - "click": 11562, - "##nder": 11563, - "underwater": 11564, - "pepper": 11565, - "combining": 11566, - "mumbled": 11567, - "atlas": 11568, - "horns": 11569, - "accessed": 11570, - "ballad": 11571, - "physicians": 11572, - "homeless": 11573, - "gestured": 11574, - "rpm": 11575, - "freak": 11576, - "louisville": 11577, - "corporations": 11578, - "patriots": 11579, - "prizes": 11580, - "rational": 11581, - "warn": 11582, - "modes": 11583, - "decorative": 11584, - "overnight": 11585, - "din": 11586, - "troubled": 11587, - "phantom": 11588, - "##ort": 11589, - "monarch": 11590, - "sheer": 11591, - "##dorf": 11592, - "generals": 11593, - "guidelines": 11594, - "organs": 11595, - "addresses": 11596, - "##zon": 11597, - "enhance": 11598, - "curling": 11599, - "parishes": 11600, - "cord": 11601, - "##kie": 11602, - "linux": 11603, - "caesar": 11604, - "deutsche": 11605, - "bavaria": 11606, - "##bia": 11607, - "coleman": 11608, - "cyclone": 11609, - "##eria": 11610, - "bacon": 11611, - "petty": 11612, - "##yama": 11613, - "##old": 11614, - "hampton": 11615, - "diagnosis": 11616, - "1824": 11617, - "throws": 11618, - "complexity": 11619, - "rita": 11620, - "disputed": 11621, - "##₃": 11622, - "pablo": 11623, - "##sch": 11624, - "marketed": 11625, - "trafficking": 11626, - "##ulus": 11627, - "examine": 11628, - "plague": 11629, - "formats": 11630, - "##oh": 11631, - "vault": 11632, - "faithful": 11633, - "##bourne": 11634, - "webster": 11635, - "##ox": 11636, - "highlights": 11637, - "##ient": 11638, - "##ann": 11639, - "phones": 11640, - "vacuum": 11641, - "sandwich": 11642, - "modeling": 11643, - "##gated": 11644, - "bolivia": 11645, - "clergy": 11646, - "qualities": 11647, - "isabel": 11648, - "##nas": 11649, - "##ars": 11650, - "wears": 11651, - "screams": 11652, - "reunited": 11653, - "annoyed": 11654, - "bra": 11655, - "##ancy": 11656, - "##rate": 11657, - "differential": 11658, - "transmitter": 11659, - "tattoo": 11660, - "container": 11661, - "poker": 11662, - "##och": 11663, - "excessive": 11664, - "resides": 11665, - "cowboys": 11666, - "##tum": 11667, - "augustus": 11668, - "trash": 11669, - "providers": 11670, - "statute": 11671, - "retreated": 11672, - "balcony": 11673, - "reversed": 11674, - "void": 11675, - "storey": 11676, - "preceded": 11677, - "masses": 11678, - "leap": 11679, - "laughs": 11680, - "neighborhoods": 11681, - "wards": 11682, - "schemes": 11683, - "falcon": 11684, - "santo": 11685, - "battlefield": 11686, - "pad": 11687, - "ronnie": 11688, - "thread": 11689, - "lesbian": 11690, - "venus": 11691, - "##dian": 11692, - "beg": 11693, - "sandstone": 11694, - "daylight": 11695, - "punched": 11696, - "gwen": 11697, - "analog": 11698, - "stroked": 11699, - "wwe": 11700, - "acceptable": 11701, - "measurements": 11702, - "dec": 11703, - "toxic": 11704, - "##kel": 11705, - "adequate": 11706, - "surgical": 11707, - "economist": 11708, - "parameters": 11709, - "varsity": 11710, - "##sberg": 11711, - "quantity": 11712, - "ella": 11713, - "##chy": 11714, - "##rton": 11715, - "countess": 11716, - "generating": 11717, - "precision": 11718, - "diamonds": 11719, - "expressway": 11720, - "ga": 11721, - "##ı": 11722, - "1821": 11723, - "uruguay": 11724, - "talents": 11725, - "galleries": 11726, - "expenses": 11727, - "scanned": 11728, - "colleague": 11729, - "outlets": 11730, - "ryder": 11731, - "lucien": 11732, - "##ila": 11733, - "paramount": 11734, - "##bon": 11735, - "syracuse": 11736, - "dim": 11737, - "fangs": 11738, - "gown": 11739, - "sweep": 11740, - "##sie": 11741, - "toyota": 11742, - "missionaries": 11743, - "websites": 11744, - "##nsis": 11745, - "sentences": 11746, - "adviser": 11747, - "val": 11748, - "trademark": 11749, - "spells": 11750, - "##plane": 11751, - "patience": 11752, - "starter": 11753, - "slim": 11754, - "##borg": 11755, - "toe": 11756, - "incredibly": 11757, - "shoots": 11758, - "elliot": 11759, - "nobility": 11760, - "##wyn": 11761, - "cowboy": 11762, - "endorsed": 11763, - "gardner": 11764, - "tendency": 11765, - "persuaded": 11766, - "organisms": 11767, - "emissions": 11768, - "kazakhstan": 11769, - "amused": 11770, - "boring": 11771, - "chips": 11772, - "themed": 11773, - "##hand": 11774, - "llc": 11775, - "constantinople": 11776, - "chasing": 11777, - "systematic": 11778, - "guatemala": 11779, - "borrowed": 11780, - "erin": 11781, - "carey": 11782, - "##hard": 11783, - "highlands": 11784, - "struggles": 11785, - "1810": 11786, - "##ifying": 11787, - "##ced": 11788, - "wong": 11789, - "exceptions": 11790, - "develops": 11791, - "enlarged": 11792, - "kindergarten": 11793, - "castro": 11794, - "##ern": 11795, - "##rina": 11796, - "leigh": 11797, - "zombie": 11798, - "juvenile": 11799, - "##most": 11800, - "consul": 11801, - "##nar": 11802, - "sailor": 11803, - "hyde": 11804, - "clarence": 11805, - "intensive": 11806, - "pinned": 11807, - "nasty": 11808, - "useless": 11809, - "jung": 11810, - "clayton": 11811, - "stuffed": 11812, - "exceptional": 11813, - "ix": 11814, - "apostolic": 11815, - "230": 11816, - "transactions": 11817, - "##dge": 11818, - "exempt": 11819, - "swinging": 11820, - "cove": 11821, - "religions": 11822, - "##ash": 11823, - "shields": 11824, - "dairy": 11825, - "bypass": 11826, - "190": 11827, - "pursuing": 11828, - "bug": 11829, - "joyce": 11830, - "bombay": 11831, - "chassis": 11832, - "southampton": 11833, - "chat": 11834, - "interact": 11835, - "redesignated": 11836, - "##pen": 11837, - "nascar": 11838, - "pray": 11839, - "salmon": 11840, - "rigid": 11841, - "regained": 11842, - "malaysian": 11843, - "grim": 11844, - "publicity": 11845, - "constituted": 11846, - "capturing": 11847, - "toilet": 11848, - "delegate": 11849, - "purely": 11850, - "tray": 11851, - "drift": 11852, - "loosely": 11853, - "striker": 11854, - "weakened": 11855, - "trinidad": 11856, - "mitch": 11857, - "itv": 11858, - "defines": 11859, - "transmitted": 11860, - "ming": 11861, - "scarlet": 11862, - "nodding": 11863, - "fitzgerald": 11864, - "fu": 11865, - "narrowly": 11866, - "sp": 11867, - "tooth": 11868, - "standings": 11869, - "virtue": 11870, - "##₁": 11871, - "##wara": 11872, - "##cting": 11873, - "chateau": 11874, - "gloves": 11875, - "lid": 11876, - "##nel": 11877, - "hurting": 11878, - "conservatory": 11879, - "##pel": 11880, - "sinclair": 11881, - "reopened": 11882, - "sympathy": 11883, - "nigerian": 11884, - "strode": 11885, - "advocated": 11886, - "optional": 11887, - "chronic": 11888, - "discharge": 11889, - "##rc": 11890, - "suck": 11891, - "compatible": 11892, - "laurel": 11893, - "stella": 11894, - "shi": 11895, - "fails": 11896, - "wage": 11897, - "dodge": 11898, - "128": 11899, - "informal": 11900, - "sorts": 11901, - "levi": 11902, - "buddha": 11903, - "villagers": 11904, - "##aka": 11905, - "chronicles": 11906, - "heavier": 11907, - "summoned": 11908, - "gateway": 11909, - "3000": 11910, - "eleventh": 11911, - "jewelry": 11912, - "translations": 11913, - "accordingly": 11914, - "seas": 11915, - "##ency": 11916, - "fiber": 11917, - "pyramid": 11918, - "cubic": 11919, - "dragging": 11920, - "##ista": 11921, - "caring": 11922, - "##ops": 11923, - "android": 11924, - "contacted": 11925, - "lunar": 11926, - "##dt": 11927, - "kai": 11928, - "lisbon": 11929, - "patted": 11930, - "1826": 11931, - "sacramento": 11932, - "theft": 11933, - "madagascar": 11934, - "subtropical": 11935, - "disputes": 11936, - "ta": 11937, - "holidays": 11938, - "piper": 11939, - "willow": 11940, - "mare": 11941, - "cane": 11942, - "itunes": 11943, - "newfoundland": 11944, - "benny": 11945, - "companions": 11946, - "dong": 11947, - "raj": 11948, - "observe": 11949, - "roar": 11950, - "charming": 11951, - "plaque": 11952, - "tibetan": 11953, - "fossils": 11954, - "enacted": 11955, - "manning": 11956, - "bubble": 11957, - "tina": 11958, - "tanzania": 11959, - "##eda": 11960, - "##hir": 11961, - "funk": 11962, - "swamp": 11963, - "deputies": 11964, - "cloak": 11965, - "ufc": 11966, - "scenario": 11967, - "par": 11968, - "scratch": 11969, - "metals": 11970, - "anthem": 11971, - "guru": 11972, - "engaging": 11973, - "specially": 11974, - "##boat": 11975, - "dialects": 11976, - "nineteen": 11977, - "cecil": 11978, - "duet": 11979, - "disability": 11980, - "messenger": 11981, - "unofficial": 11982, - "##lies": 11983, - "defunct": 11984, - "eds": 11985, - "moonlight": 11986, - "drainage": 11987, - "surname": 11988, - "puzzle": 11989, - "honda": 11990, - "switching": 11991, - "conservatives": 11992, - "mammals": 11993, - "knox": 11994, - "broadcaster": 11995, - "sidewalk": 11996, - "cope": 11997, - "##ried": 11998, - "benson": 11999, - "princes": 12000, - "peterson": 12001, - "##sal": 12002, - "bedford": 12003, - "sharks": 12004, - "eli": 12005, - "wreck": 12006, - "alberto": 12007, - "gasp": 12008, - "archaeology": 12009, - "lgbt": 12010, - "teaches": 12011, - "securities": 12012, - "madness": 12013, - "compromise": 12014, - "waving": 12015, - "coordination": 12016, - "davidson": 12017, - "visions": 12018, - "leased": 12019, - "possibilities": 12020, - "eighty": 12021, - "jun": 12022, - "fernandez": 12023, - "enthusiasm": 12024, - "assassin": 12025, - "sponsorship": 12026, - "reviewer": 12027, - "kingdoms": 12028, - "estonian": 12029, - "laboratories": 12030, - "##fy": 12031, - "##nal": 12032, - "applies": 12033, - "verb": 12034, - "celebrations": 12035, - "##zzo": 12036, - "rowing": 12037, - "lightweight": 12038, - "sadness": 12039, - "submit": 12040, - "mvp": 12041, - "balanced": 12042, - "dude": 12043, - "##vas": 12044, - "explicitly": 12045, - "metric": 12046, - "magnificent": 12047, - "mound": 12048, - "brett": 12049, - "mohammad": 12050, - "mistakes": 12051, - "irregular": 12052, - "##hing": 12053, - "##ass": 12054, - "sanders": 12055, - "betrayed": 12056, - "shipped": 12057, - "surge": 12058, - "##enburg": 12059, - "reporters": 12060, - "termed": 12061, - "georg": 12062, - "pity": 12063, - "verbal": 12064, - "bulls": 12065, - "abbreviated": 12066, - "enabling": 12067, - "appealed": 12068, - "##are": 12069, - "##atic": 12070, - "sicily": 12071, - "sting": 12072, - "heel": 12073, - "sweetheart": 12074, - "bart": 12075, - "spacecraft": 12076, - "brutal": 12077, - "monarchy": 12078, - "##tter": 12079, - "aberdeen": 12080, - "cameo": 12081, - "diane": 12082, - "##ub": 12083, - "survivor": 12084, - "clyde": 12085, - "##aries": 12086, - "complaint": 12087, - "##makers": 12088, - "clarinet": 12089, - "delicious": 12090, - "chilean": 12091, - "karnataka": 12092, - "coordinates": 12093, - "1818": 12094, - "panties": 12095, - "##rst": 12096, - "pretending": 12097, - "ar": 12098, - "dramatically": 12099, - "kiev": 12100, - "bella": 12101, - "tends": 12102, - "distances": 12103, - "113": 12104, - "catalog": 12105, - "launching": 12106, - "instances": 12107, - "telecommunications": 12108, - "portable": 12109, - "lindsay": 12110, - "vatican": 12111, - "##eim": 12112, - "angles": 12113, - "aliens": 12114, - "marker": 12115, - "stint": 12116, - "screens": 12117, - "bolton": 12118, - "##rne": 12119, - "judy": 12120, - "wool": 12121, - "benedict": 12122, - "plasma": 12123, - "europa": 12124, - "spark": 12125, - "imaging": 12126, - "filmmaker": 12127, - "swiftly": 12128, - "##een": 12129, - "contributor": 12130, - "##nor": 12131, - "opted": 12132, - "stamps": 12133, - "apologize": 12134, - "financing": 12135, - "butter": 12136, - "gideon": 12137, - "sophisticated": 12138, - "alignment": 12139, - "avery": 12140, - "chemicals": 12141, - "yearly": 12142, - "speculation": 12143, - "prominence": 12144, - "professionally": 12145, - "##ils": 12146, - "immortal": 12147, - "institutional": 12148, - "inception": 12149, - "wrists": 12150, - "identifying": 12151, - "tribunal": 12152, - "derives": 12153, - "gains": 12154, - "##wo": 12155, - "papal": 12156, - "preference": 12157, - "linguistic": 12158, - "vince": 12159, - "operative": 12160, - "brewery": 12161, - "##ont": 12162, - "unemployment": 12163, - "boyd": 12164, - "##ured": 12165, - "##outs": 12166, - "albeit": 12167, - "prophet": 12168, - "1813": 12169, - "bi": 12170, - "##rr": 12171, - "##face": 12172, - "##rad": 12173, - "quarterly": 12174, - "asteroid": 12175, - "cleaned": 12176, - "radius": 12177, - "temper": 12178, - "##llen": 12179, - "telugu": 12180, - "jerk": 12181, - "viscount": 12182, - "menu": 12183, - "##ote": 12184, - "glimpse": 12185, - "##aya": 12186, - "yacht": 12187, - "hawaiian": 12188, - "baden": 12189, - "##rl": 12190, - "laptop": 12191, - "readily": 12192, - "##gu": 12193, - "monetary": 12194, - "offshore": 12195, - "scots": 12196, - "watches": 12197, - "##yang": 12198, - "##arian": 12199, - "upgrade": 12200, - "needle": 12201, - "xbox": 12202, - "lea": 12203, - "encyclopedia": 12204, - "flank": 12205, - "fingertips": 12206, - "##pus": 12207, - "delight": 12208, - "teachings": 12209, - "confirm": 12210, - "roth": 12211, - "beaches": 12212, - "midway": 12213, - "winters": 12214, - "##iah": 12215, - "teasing": 12216, - "daytime": 12217, - "beverly": 12218, - "gambling": 12219, - "bonnie": 12220, - "##backs": 12221, - "regulated": 12222, - "clement": 12223, - "hermann": 12224, - "tricks": 12225, - "knot": 12226, - "##shing": 12227, - "##uring": 12228, - "##vre": 12229, - "detached": 12230, - "ecological": 12231, - "owed": 12232, - "specialty": 12233, - "byron": 12234, - "inventor": 12235, - "bats": 12236, - "stays": 12237, - "screened": 12238, - "unesco": 12239, - "midland": 12240, - "trim": 12241, - "affection": 12242, - "##ander": 12243, - "##rry": 12244, - "jess": 12245, - "thoroughly": 12246, - "feedback": 12247, - "##uma": 12248, - "chennai": 12249, - "strained": 12250, - "heartbeat": 12251, - "wrapping": 12252, - "overtime": 12253, - "pleaded": 12254, - "##sworth": 12255, - "mon": 12256, - "leisure": 12257, - "oclc": 12258, - "##tate": 12259, - "##ele": 12260, - "feathers": 12261, - "angelo": 12262, - "thirds": 12263, - "nuts": 12264, - "surveys": 12265, - "clever": 12266, - "gill": 12267, - "commentator": 12268, - "##dos": 12269, - "darren": 12270, - "rides": 12271, - "gibraltar": 12272, - "##nc": 12273, - "##mu": 12274, - "dissolution": 12275, - "dedication": 12276, - "shin": 12277, - "meals": 12278, - "saddle": 12279, - "elvis": 12280, - "reds": 12281, - "chaired": 12282, - "taller": 12283, - "appreciation": 12284, - "functioning": 12285, - "niece": 12286, - "favored": 12287, - "advocacy": 12288, - "robbie": 12289, - "criminals": 12290, - "suffolk": 12291, - "yugoslav": 12292, - "passport": 12293, - "constable": 12294, - "congressman": 12295, - "hastings": 12296, - "vera": 12297, - "##rov": 12298, - "consecrated": 12299, - "sparks": 12300, - "ecclesiastical": 12301, - "confined": 12302, - "##ovich": 12303, - "muller": 12304, - "floyd": 12305, - "nora": 12306, - "1822": 12307, - "paved": 12308, - "1827": 12309, - "cumberland": 12310, - "ned": 12311, - "saga": 12312, - "spiral": 12313, - "##flow": 12314, - "appreciated": 12315, - "yi": 12316, - "collaborative": 12317, - "treating": 12318, - "similarities": 12319, - "feminine": 12320, - "finishes": 12321, - "##ib": 12322, - "jade": 12323, - "import": 12324, - "##nse": 12325, - "##hot": 12326, - "champagne": 12327, - "mice": 12328, - "securing": 12329, - "celebrities": 12330, - "helsinki": 12331, - "attributes": 12332, - "##gos": 12333, - "cousins": 12334, - "phases": 12335, - "ache": 12336, - "lucia": 12337, - "gandhi": 12338, - "submission": 12339, - "vicar": 12340, - "spear": 12341, - "shine": 12342, - "tasmania": 12343, - "biting": 12344, - "detention": 12345, - "constitute": 12346, - "tighter": 12347, - "seasonal": 12348, - "##gus": 12349, - "terrestrial": 12350, - "matthews": 12351, - "##oka": 12352, - "effectiveness": 12353, - "parody": 12354, - "philharmonic": 12355, - "##onic": 12356, - "1816": 12357, - "strangers": 12358, - "encoded": 12359, - "consortium": 12360, - "guaranteed": 12361, - "regards": 12362, - "shifts": 12363, - "tortured": 12364, - "collision": 12365, - "supervisor": 12366, - "inform": 12367, - "broader": 12368, - "insight": 12369, - "theaters": 12370, - "armour": 12371, - "emeritus": 12372, - "blink": 12373, - "incorporates": 12374, - "mapping": 12375, - "##50": 12376, - "##ein": 12377, - "handball": 12378, - "flexible": 12379, - "##nta": 12380, - "substantially": 12381, - "generous": 12382, - "thief": 12383, - "##own": 12384, - "carr": 12385, - "loses": 12386, - "1793": 12387, - "prose": 12388, - "ucla": 12389, - "romeo": 12390, - "generic": 12391, - "metallic": 12392, - "realization": 12393, - "damages": 12394, - "mk": 12395, - "commissioners": 12396, - "zach": 12397, - "default": 12398, - "##ther": 12399, - "helicopters": 12400, - "lengthy": 12401, - "stems": 12402, - "spa": 12403, - "partnered": 12404, - "spectators": 12405, - "rogue": 12406, - "indication": 12407, - "penalties": 12408, - "teresa": 12409, - "1801": 12410, - "sen": 12411, - "##tric": 12412, - "dalton": 12413, - "##wich": 12414, - "irving": 12415, - "photographic": 12416, - "##vey": 12417, - "dell": 12418, - "deaf": 12419, - "peters": 12420, - "excluded": 12421, - "unsure": 12422, - "##vable": 12423, - "patterson": 12424, - "crawled": 12425, - "##zio": 12426, - "resided": 12427, - "whipped": 12428, - "latvia": 12429, - "slower": 12430, - "ecole": 12431, - "pipes": 12432, - "employers": 12433, - "maharashtra": 12434, - "comparable": 12435, - "va": 12436, - "textile": 12437, - "pageant": 12438, - "##gel": 12439, - "alphabet": 12440, - "binary": 12441, - "irrigation": 12442, - "chartered": 12443, - "choked": 12444, - "antoine": 12445, - "offs": 12446, - "waking": 12447, - "supplement": 12448, - "##wen": 12449, - "quantities": 12450, - "demolition": 12451, - "regain": 12452, - "locate": 12453, - "urdu": 12454, - "folks": 12455, - "alt": 12456, - "114": 12457, - "##mc": 12458, - "scary": 12459, - "andreas": 12460, - "whites": 12461, - "##ava": 12462, - "classrooms": 12463, - "mw": 12464, - "aesthetic": 12465, - "publishes": 12466, - "valleys": 12467, - "guides": 12468, - "cubs": 12469, - "johannes": 12470, - "bryant": 12471, - "conventions": 12472, - "affecting": 12473, - "##itt": 12474, - "drain": 12475, - "awesome": 12476, - "isolation": 12477, - "prosecutor": 12478, - "ambitious": 12479, - "apology": 12480, - "captive": 12481, - "downs": 12482, - "atmospheric": 12483, - "lorenzo": 12484, - "aisle": 12485, - "beef": 12486, - "foul": 12487, - "##onia": 12488, - "kidding": 12489, - "composite": 12490, - "disturbed": 12491, - "illusion": 12492, - "natives": 12493, - "##ffer": 12494, - "emi": 12495, - "rockets": 12496, - "riverside": 12497, - "wartime": 12498, - "painters": 12499, - "adolf": 12500, - "melted": 12501, - "##ail": 12502, - "uncertainty": 12503, - "simulation": 12504, - "hawks": 12505, - "progressed": 12506, - "meantime": 12507, - "builder": 12508, - "spray": 12509, - "breach": 12510, - "unhappy": 12511, - "regina": 12512, - "russians": 12513, - "##urg": 12514, - "determining": 12515, - "##tation": 12516, - "tram": 12517, - "1806": 12518, - "##quin": 12519, - "aging": 12520, - "##12": 12521, - "1823": 12522, - "garion": 12523, - "rented": 12524, - "mister": 12525, - "diaz": 12526, - "terminated": 12527, - "clip": 12528, - "1817": 12529, - "depend": 12530, - "nervously": 12531, - "disco": 12532, - "owe": 12533, - "defenders": 12534, - "shiva": 12535, - "notorious": 12536, - "disbelief": 12537, - "shiny": 12538, - "worcester": 12539, - "##gation": 12540, - "##yr": 12541, - "trailing": 12542, - "undertook": 12543, - "islander": 12544, - "belarus": 12545, - "limitations": 12546, - "watershed": 12547, - "fuller": 12548, - "overlooking": 12549, - "utilized": 12550, - "raphael": 12551, - "1819": 12552, - "synthetic": 12553, - "breakdown": 12554, - "klein": 12555, - "##nate": 12556, - "moaned": 12557, - "memoir": 12558, - "lamb": 12559, - "practicing": 12560, - "##erly": 12561, - "cellular": 12562, - "arrows": 12563, - "exotic": 12564, - "##graphy": 12565, - "witches": 12566, - "117": 12567, - "charted": 12568, - "rey": 12569, - "hut": 12570, - "hierarchy": 12571, - "subdivision": 12572, - "freshwater": 12573, - "giuseppe": 12574, - "aloud": 12575, - "reyes": 12576, - "qatar": 12577, - "marty": 12578, - "sideways": 12579, - "utterly": 12580, - "sexually": 12581, - "jude": 12582, - "prayers": 12583, - "mccarthy": 12584, - "softball": 12585, - "blend": 12586, - "damien": 12587, - "##gging": 12588, - "##metric": 12589, - "wholly": 12590, - "erupted": 12591, - "lebanese": 12592, - "negro": 12593, - "revenues": 12594, - "tasted": 12595, - "comparative": 12596, - "teamed": 12597, - "transaction": 12598, - "labeled": 12599, - "maori": 12600, - "sovereignty": 12601, - "parkway": 12602, - "trauma": 12603, - "gran": 12604, - "malay": 12605, - "121": 12606, - "advancement": 12607, - "descendant": 12608, - "2020": 12609, - "buzz": 12610, - "salvation": 12611, - "inventory": 12612, - "symbolic": 12613, - "##making": 12614, - "antarctica": 12615, - "mps": 12616, - "##gas": 12617, - "##bro": 12618, - "mohammed": 12619, - "myanmar": 12620, - "holt": 12621, - "submarines": 12622, - "tones": 12623, - "##lman": 12624, - "locker": 12625, - "patriarch": 12626, - "bangkok": 12627, - "emerson": 12628, - "remarks": 12629, - "predators": 12630, - "kin": 12631, - "afghan": 12632, - "confession": 12633, - "norwich": 12634, - "rental": 12635, - "emerge": 12636, - "advantages": 12637, - "##zel": 12638, - "rca": 12639, - "##hold": 12640, - "shortened": 12641, - "storms": 12642, - "aidan": 12643, - "##matic": 12644, - "autonomy": 12645, - "compliance": 12646, - "##quet": 12647, - "dudley": 12648, - "atp": 12649, - "##osis": 12650, - "1803": 12651, - "motto": 12652, - "documentation": 12653, - "summary": 12654, - "professors": 12655, - "spectacular": 12656, - "christina": 12657, - "archdiocese": 12658, - "flashing": 12659, - "innocence": 12660, - "remake": 12661, - "##dell": 12662, - "psychic": 12663, - "reef": 12664, - "scare": 12665, - "employ": 12666, - "rs": 12667, - "sticks": 12668, - "meg": 12669, - "gus": 12670, - "leans": 12671, - "##ude": 12672, - "accompany": 12673, - "bergen": 12674, - "tomas": 12675, - "##iko": 12676, - "doom": 12677, - "wages": 12678, - "pools": 12679, - "##nch": 12680, - "##bes": 12681, - "breasts": 12682, - "scholarly": 12683, - "alison": 12684, - "outline": 12685, - "brittany": 12686, - "breakthrough": 12687, - "willis": 12688, - "realistic": 12689, - "##cut": 12690, - "##boro": 12691, - "competitor": 12692, - "##stan": 12693, - "pike": 12694, - "picnic": 12695, - "icon": 12696, - "designing": 12697, - "commercials": 12698, - "washing": 12699, - "villain": 12700, - "skiing": 12701, - "micro": 12702, - "costumes": 12703, - "auburn": 12704, - "halted": 12705, - "executives": 12706, - "##hat": 12707, - "logistics": 12708, - "cycles": 12709, - "vowel": 12710, - "applicable": 12711, - "barrett": 12712, - "exclaimed": 12713, - "eurovision": 12714, - "eternity": 12715, - "ramon": 12716, - "##umi": 12717, - "##lls": 12718, - "modifications": 12719, - "sweeping": 12720, - "disgust": 12721, - "##uck": 12722, - "torch": 12723, - "aviv": 12724, - "ensuring": 12725, - "rude": 12726, - "dusty": 12727, - "sonic": 12728, - "donovan": 12729, - "outskirts": 12730, - "cu": 12731, - "pathway": 12732, - "##band": 12733, - "##gun": 12734, - "##lines": 12735, - "disciplines": 12736, - "acids": 12737, - "cadet": 12738, - "paired": 12739, - "##40": 12740, - "sketches": 12741, - "##sive": 12742, - "marriages": 12743, - "##⁺": 12744, - "folding": 12745, - "peers": 12746, - "slovak": 12747, - "implies": 12748, - "admired": 12749, - "##beck": 12750, - "1880s": 12751, - "leopold": 12752, - "instinct": 12753, - "attained": 12754, - "weston": 12755, - "megan": 12756, - "horace": 12757, - "##ination": 12758, - "dorsal": 12759, - "ingredients": 12760, - "evolutionary": 12761, - "##its": 12762, - "complications": 12763, - "deity": 12764, - "lethal": 12765, - "brushing": 12766, - "levy": 12767, - "deserted": 12768, - "institutes": 12769, - "posthumously": 12770, - "delivering": 12771, - "telescope": 12772, - "coronation": 12773, - "motivated": 12774, - "rapids": 12775, - "luc": 12776, - "flicked": 12777, - "pays": 12778, - "volcano": 12779, - "tanner": 12780, - "weighed": 12781, - "##nica": 12782, - "crowds": 12783, - "frankie": 12784, - "gifted": 12785, - "addressing": 12786, - "granddaughter": 12787, - "winding": 12788, - "##rna": 12789, - "constantine": 12790, - "gomez": 12791, - "##front": 12792, - "landscapes": 12793, - "rudolf": 12794, - "anthropology": 12795, - "slate": 12796, - "werewolf": 12797, - "##lio": 12798, - "astronomy": 12799, - "circa": 12800, - "rouge": 12801, - "dreaming": 12802, - "sack": 12803, - "knelt": 12804, - "drowned": 12805, - "naomi": 12806, - "prolific": 12807, - "tracked": 12808, - "freezing": 12809, - "herb": 12810, - "##dium": 12811, - "agony": 12812, - "randall": 12813, - "twisting": 12814, - "wendy": 12815, - "deposit": 12816, - "touches": 12817, - "vein": 12818, - "wheeler": 12819, - "##bbled": 12820, - "##bor": 12821, - "batted": 12822, - "retaining": 12823, - "tire": 12824, - "presently": 12825, - "compare": 12826, - "specification": 12827, - "daemon": 12828, - "nigel": 12829, - "##grave": 12830, - "merry": 12831, - "recommendation": 12832, - "czechoslovakia": 12833, - "sandra": 12834, - "ng": 12835, - "roma": 12836, - "##sts": 12837, - "lambert": 12838, - "inheritance": 12839, - "sheikh": 12840, - "winchester": 12841, - "cries": 12842, - "examining": 12843, - "##yle": 12844, - "comeback": 12845, - "cuisine": 12846, - "nave": 12847, - "##iv": 12848, - "ko": 12849, - "retrieve": 12850, - "tomatoes": 12851, - "barker": 12852, - "polished": 12853, - "defining": 12854, - "irene": 12855, - "lantern": 12856, - "personalities": 12857, - "begging": 12858, - "tract": 12859, - "swore": 12860, - "1809": 12861, - "175": 12862, - "##gic": 12863, - "omaha": 12864, - "brotherhood": 12865, - "##rley": 12866, - "haiti": 12867, - "##ots": 12868, - "exeter": 12869, - "##ete": 12870, - "##zia": 12871, - "steele": 12872, - "dumb": 12873, - "pearson": 12874, - "210": 12875, - "surveyed": 12876, - "elisabeth": 12877, - "trends": 12878, - "##ef": 12879, - "fritz": 12880, - "##rf": 12881, - "premium": 12882, - "bugs": 12883, - "fraction": 12884, - "calmly": 12885, - "viking": 12886, - "##birds": 12887, - "tug": 12888, - "inserted": 12889, - "unusually": 12890, - "##ield": 12891, - "confronted": 12892, - "distress": 12893, - "crashing": 12894, - "brent": 12895, - "turks": 12896, - "resign": 12897, - "##olo": 12898, - "cambodia": 12899, - "gabe": 12900, - "sauce": 12901, - "##kal": 12902, - "evelyn": 12903, - "116": 12904, - "extant": 12905, - "clusters": 12906, - "quarry": 12907, - "teenagers": 12908, - "luna": 12909, - "##lers": 12910, - "##ister": 12911, - "affiliation": 12912, - "drill": 12913, - "##ashi": 12914, - "panthers": 12915, - "scenic": 12916, - "libya": 12917, - "anita": 12918, - "strengthen": 12919, - "inscriptions": 12920, - "##cated": 12921, - "lace": 12922, - "sued": 12923, - "judith": 12924, - "riots": 12925, - "##uted": 12926, - "mint": 12927, - "##eta": 12928, - "preparations": 12929, - "midst": 12930, - "dub": 12931, - "challenger": 12932, - "##vich": 12933, - "mock": 12934, - "cf": 12935, - "displaced": 12936, - "wicket": 12937, - "breaths": 12938, - "enables": 12939, - "schmidt": 12940, - "analyst": 12941, - "##lum": 12942, - "ag": 12943, - "highlight": 12944, - "automotive": 12945, - "axe": 12946, - "josef": 12947, - "newark": 12948, - "sufficiently": 12949, - "resembles": 12950, - "50th": 12951, - "##pal": 12952, - "flushed": 12953, - "mum": 12954, - "traits": 12955, - "##ante": 12956, - "commodore": 12957, - "incomplete": 12958, - "warming": 12959, - "titular": 12960, - "ceremonial": 12961, - "ethical": 12962, - "118": 12963, - "celebrating": 12964, - "eighteenth": 12965, - "cao": 12966, - "lima": 12967, - "medalist": 12968, - "mobility": 12969, - "strips": 12970, - "snakes": 12971, - "##city": 12972, - "miniature": 12973, - "zagreb": 12974, - "barton": 12975, - "escapes": 12976, - "umbrella": 12977, - "automated": 12978, - "doubted": 12979, - "differs": 12980, - "cooled": 12981, - "georgetown": 12982, - "dresden": 12983, - "cooked": 12984, - "fade": 12985, - "wyatt": 12986, - "rna": 12987, - "jacobs": 12988, - "carlton": 12989, - "abundant": 12990, - "stereo": 12991, - "boost": 12992, - "madras": 12993, - "inning": 12994, - "##hia": 12995, - "spur": 12996, - "ip": 12997, - "malayalam": 12998, - "begged": 12999, - "osaka": 13000, - "groan": 13001, - "escaping": 13002, - "charging": 13003, - "dose": 13004, - "vista": 13005, - "##aj": 13006, - "bud": 13007, - "papa": 13008, - "communists": 13009, - "advocates": 13010, - "edged": 13011, - "tri": 13012, - "##cent": 13013, - "resemble": 13014, - "peaking": 13015, - "necklace": 13016, - "fried": 13017, - "montenegro": 13018, - "saxony": 13019, - "goose": 13020, - "glances": 13021, - "stuttgart": 13022, - "curator": 13023, - "recruit": 13024, - "grocery": 13025, - "sympathetic": 13026, - "##tting": 13027, - "##fort": 13028, - "127": 13029, - "lotus": 13030, - "randolph": 13031, - "ancestor": 13032, - "##rand": 13033, - "succeeding": 13034, - "jupiter": 13035, - "1798": 13036, - "macedonian": 13037, - "##heads": 13038, - "hiking": 13039, - "1808": 13040, - "handing": 13041, - "fischer": 13042, - "##itive": 13043, - "garbage": 13044, - "node": 13045, - "##pies": 13046, - "prone": 13047, - "singular": 13048, - "papua": 13049, - "inclined": 13050, - "attractions": 13051, - "italia": 13052, - "pouring": 13053, - "motioned": 13054, - "grandma": 13055, - "garnered": 13056, - "jacksonville": 13057, - "corp": 13058, - "ego": 13059, - "ringing": 13060, - "aluminum": 13061, - "##hausen": 13062, - "ordering": 13063, - "##foot": 13064, - "drawer": 13065, - "traders": 13066, - "synagogue": 13067, - "##play": 13068, - "##kawa": 13069, - "resistant": 13070, - "wandering": 13071, - "fragile": 13072, - "fiona": 13073, - "teased": 13074, - "var": 13075, - "hardcore": 13076, - "soaked": 13077, - "jubilee": 13078, - "decisive": 13079, - "exposition": 13080, - "mercer": 13081, - "poster": 13082, - "valencia": 13083, - "hale": 13084, - "kuwait": 13085, - "1811": 13086, - "##ises": 13087, - "##wr": 13088, - "##eed": 13089, - "tavern": 13090, - "gamma": 13091, - "122": 13092, - "johan": 13093, - "##uer": 13094, - "airways": 13095, - "amino": 13096, - "gil": 13097, - "##ury": 13098, - "vocational": 13099, - "domains": 13100, - "torres": 13101, - "##sp": 13102, - "generator": 13103, - "folklore": 13104, - "outcomes": 13105, - "##keeper": 13106, - "canberra": 13107, - "shooter": 13108, - "fl": 13109, - "beams": 13110, - "confrontation": 13111, - "##lling": 13112, - "##gram": 13113, - "feb": 13114, - "aligned": 13115, - "forestry": 13116, - "pipeline": 13117, - "jax": 13118, - "motorway": 13119, - "conception": 13120, - "decay": 13121, - "##tos": 13122, - "coffin": 13123, - "##cott": 13124, - "stalin": 13125, - "1805": 13126, - "escorted": 13127, - "minded": 13128, - "##nam": 13129, - "sitcom": 13130, - "purchasing": 13131, - "twilight": 13132, - "veronica": 13133, - "additions": 13134, - "passive": 13135, - "tensions": 13136, - "straw": 13137, - "123": 13138, - "frequencies": 13139, - "1804": 13140, - "refugee": 13141, - "cultivation": 13142, - "##iate": 13143, - "christie": 13144, - "clary": 13145, - "bulletin": 13146, - "crept": 13147, - "disposal": 13148, - "##rich": 13149, - "##zong": 13150, - "processor": 13151, - "crescent": 13152, - "##rol": 13153, - "bmw": 13154, - "emphasized": 13155, - "whale": 13156, - "nazis": 13157, - "aurora": 13158, - "##eng": 13159, - "dwelling": 13160, - "hauled": 13161, - "sponsors": 13162, - "toledo": 13163, - "mega": 13164, - "ideology": 13165, - "theatres": 13166, - "tessa": 13167, - "cerambycidae": 13168, - "saves": 13169, - "turtle": 13170, - "cone": 13171, - "suspects": 13172, - "kara": 13173, - "rusty": 13174, - "yelling": 13175, - "greeks": 13176, - "mozart": 13177, - "shades": 13178, - "cocked": 13179, - "participant": 13180, - "##tro": 13181, - "shire": 13182, - "spit": 13183, - "freeze": 13184, - "necessity": 13185, - "##cos": 13186, - "inmates": 13187, - "nielsen": 13188, - "councillors": 13189, - "loaned": 13190, - "uncommon": 13191, - "omar": 13192, - "peasants": 13193, - "botanical": 13194, - "offspring": 13195, - "daniels": 13196, - "formations": 13197, - "jokes": 13198, - "1794": 13199, - "pioneers": 13200, - "sigma": 13201, - "licensing": 13202, - "##sus": 13203, - "wheelchair": 13204, - "polite": 13205, - "1807": 13206, - "liquor": 13207, - "pratt": 13208, - "trustee": 13209, - "##uta": 13210, - "forewings": 13211, - "balloon": 13212, - "##zz": 13213, - "kilometre": 13214, - "camping": 13215, - "explicit": 13216, - "casually": 13217, - "shawn": 13218, - "foolish": 13219, - "teammates": 13220, - "nm": 13221, - "hassan": 13222, - "carrie": 13223, - "judged": 13224, - "satisfy": 13225, - "vanessa": 13226, - "knives": 13227, - "selective": 13228, - "cnn": 13229, - "flowed": 13230, - "##lice": 13231, - "eclipse": 13232, - "stressed": 13233, - "eliza": 13234, - "mathematician": 13235, - "cease": 13236, - "cultivated": 13237, - "##roy": 13238, - "commissions": 13239, - "browns": 13240, - "##ania": 13241, - "destroyers": 13242, - "sheridan": 13243, - "meadow": 13244, - "##rius": 13245, - "minerals": 13246, - "##cial": 13247, - "downstream": 13248, - "clash": 13249, - "gram": 13250, - "memoirs": 13251, - "ventures": 13252, - "baha": 13253, - "seymour": 13254, - "archie": 13255, - "midlands": 13256, - "edith": 13257, - "fare": 13258, - "flynn": 13259, - "invite": 13260, - "canceled": 13261, - "tiles": 13262, - "stabbed": 13263, - "boulder": 13264, - "incorporate": 13265, - "amended": 13266, - "camden": 13267, - "facial": 13268, - "mollusk": 13269, - "unreleased": 13270, - "descriptions": 13271, - "yoga": 13272, - "grabs": 13273, - "550": 13274, - "raises": 13275, - "ramp": 13276, - "shiver": 13277, - "##rose": 13278, - "coined": 13279, - "pioneering": 13280, - "tunes": 13281, - "qing": 13282, - "warwick": 13283, - "tops": 13284, - "119": 13285, - "melanie": 13286, - "giles": 13287, - "##rous": 13288, - "wandered": 13289, - "##inal": 13290, - "annexed": 13291, - "nov": 13292, - "30th": 13293, - "unnamed": 13294, - "##ished": 13295, - "organizational": 13296, - "airplane": 13297, - "normandy": 13298, - "stoke": 13299, - "whistle": 13300, - "blessing": 13301, - "violations": 13302, - "chased": 13303, - "holders": 13304, - "shotgun": 13305, - "##ctic": 13306, - "outlet": 13307, - "reactor": 13308, - "##vik": 13309, - "tires": 13310, - "tearing": 13311, - "shores": 13312, - "fortified": 13313, - "mascot": 13314, - "constituencies": 13315, - "nc": 13316, - "columnist": 13317, - "productive": 13318, - "tibet": 13319, - "##rta": 13320, - "lineage": 13321, - "hooked": 13322, - "oct": 13323, - "tapes": 13324, - "judging": 13325, - "cody": 13326, - "##gger": 13327, - "hansen": 13328, - "kashmir": 13329, - "triggered": 13330, - "##eva": 13331, - "solved": 13332, - "cliffs": 13333, - "##tree": 13334, - "resisted": 13335, - "anatomy": 13336, - "protesters": 13337, - "transparent": 13338, - "implied": 13339, - "##iga": 13340, - "injection": 13341, - "mattress": 13342, - "excluding": 13343, - "##mbo": 13344, - "defenses": 13345, - "helpless": 13346, - "devotion": 13347, - "##elli": 13348, - "growl": 13349, - "liberals": 13350, - "weber": 13351, - "phenomena": 13352, - "atoms": 13353, - "plug": 13354, - "##iff": 13355, - "mortality": 13356, - "apprentice": 13357, - "howe": 13358, - "convincing": 13359, - "aaa": 13360, - "swimmer": 13361, - "barber": 13362, - "leone": 13363, - "promptly": 13364, - "sodium": 13365, - "def": 13366, - "nowadays": 13367, - "arise": 13368, - "##oning": 13369, - "gloucester": 13370, - "corrected": 13371, - "dignity": 13372, - "norm": 13373, - "erie": 13374, - "##ders": 13375, - "elders": 13376, - "evacuated": 13377, - "sylvia": 13378, - "compression": 13379, - "##yar": 13380, - "hartford": 13381, - "pose": 13382, - "backpack": 13383, - "reasoning": 13384, - "accepts": 13385, - "24th": 13386, - "wipe": 13387, - "millimetres": 13388, - "marcel": 13389, - "##oda": 13390, - "dodgers": 13391, - "albion": 13392, - "1790": 13393, - "overwhelmed": 13394, - "aerospace": 13395, - "oaks": 13396, - "1795": 13397, - "showcase": 13398, - "acknowledge": 13399, - "recovering": 13400, - "nolan": 13401, - "ashe": 13402, - "hurts": 13403, - "geology": 13404, - "fashioned": 13405, - "disappearance": 13406, - "farewell": 13407, - "swollen": 13408, - "shrug": 13409, - "marquis": 13410, - "wimbledon": 13411, - "124": 13412, - "rue": 13413, - "1792": 13414, - "commemorate": 13415, - "reduces": 13416, - "experiencing": 13417, - "inevitable": 13418, - "calcutta": 13419, - "intel": 13420, - "##court": 13421, - "murderer": 13422, - "sticking": 13423, - "fisheries": 13424, - "imagery": 13425, - "bloom": 13426, - "280": 13427, - "brake": 13428, - "##inus": 13429, - "gustav": 13430, - "hesitation": 13431, - "memorable": 13432, - "po": 13433, - "viral": 13434, - "beans": 13435, - "accidents": 13436, - "tunisia": 13437, - "antenna": 13438, - "spilled": 13439, - "consort": 13440, - "treatments": 13441, - "aye": 13442, - "perimeter": 13443, - "##gard": 13444, - "donation": 13445, - "hostage": 13446, - "migrated": 13447, - "banker": 13448, - "addiction": 13449, - "apex": 13450, - "lil": 13451, - "trout": 13452, - "##ously": 13453, - "conscience": 13454, - "##nova": 13455, - "rams": 13456, - "sands": 13457, - "genome": 13458, - "passionate": 13459, - "troubles": 13460, - "##lets": 13461, - "##set": 13462, - "amid": 13463, - "##ibility": 13464, - "##ret": 13465, - "higgins": 13466, - "exceed": 13467, - "vikings": 13468, - "##vie": 13469, - "payne": 13470, - "##zan": 13471, - "muscular": 13472, - "##ste": 13473, - "defendant": 13474, - "sucking": 13475, - "##wal": 13476, - "ibrahim": 13477, - "fuselage": 13478, - "claudia": 13479, - "vfl": 13480, - "europeans": 13481, - "snails": 13482, - "interval": 13483, - "##garh": 13484, - "preparatory": 13485, - "statewide": 13486, - "tasked": 13487, - "lacrosse": 13488, - "viktor": 13489, - "##lation": 13490, - "angola": 13491, - "##hra": 13492, - "flint": 13493, - "implications": 13494, - "employs": 13495, - "teens": 13496, - "patrons": 13497, - "stall": 13498, - "weekends": 13499, - "barriers": 13500, - "scrambled": 13501, - "nucleus": 13502, - "tehran": 13503, - "jenna": 13504, - "parsons": 13505, - "lifelong": 13506, - "robots": 13507, - "displacement": 13508, - "5000": 13509, - "##bles": 13510, - "precipitation": 13511, - "##gt": 13512, - "knuckles": 13513, - "clutched": 13514, - "1802": 13515, - "marrying": 13516, - "ecology": 13517, - "marx": 13518, - "accusations": 13519, - "declare": 13520, - "scars": 13521, - "kolkata": 13522, - "mat": 13523, - "meadows": 13524, - "bermuda": 13525, - "skeleton": 13526, - "finalists": 13527, - "vintage": 13528, - "crawl": 13529, - "coordinate": 13530, - "affects": 13531, - "subjected": 13532, - "orchestral": 13533, - "mistaken": 13534, - "##tc": 13535, - "mirrors": 13536, - "dipped": 13537, - "relied": 13538, - "260": 13539, - "arches": 13540, - "candle": 13541, - "##nick": 13542, - "incorporating": 13543, - "wildly": 13544, - "fond": 13545, - "basilica": 13546, - "owl": 13547, - "fringe": 13548, - "rituals": 13549, - "whispering": 13550, - "stirred": 13551, - "feud": 13552, - "tertiary": 13553, - "slick": 13554, - "goat": 13555, - "honorable": 13556, - "whereby": 13557, - "skip": 13558, - "ricardo": 13559, - "stripes": 13560, - "parachute": 13561, - "adjoining": 13562, - "submerged": 13563, - "synthesizer": 13564, - "##gren": 13565, - "intend": 13566, - "positively": 13567, - "ninety": 13568, - "phi": 13569, - "beaver": 13570, - "partition": 13571, - "fellows": 13572, - "alexis": 13573, - "prohibition": 13574, - "carlisle": 13575, - "bizarre": 13576, - "fraternity": 13577, - "##bre": 13578, - "doubts": 13579, - "icy": 13580, - "cbc": 13581, - "aquatic": 13582, - "sneak": 13583, - "sonny": 13584, - "combines": 13585, - "airports": 13586, - "crude": 13587, - "supervised": 13588, - "spatial": 13589, - "merge": 13590, - "alfonso": 13591, - "##bic": 13592, - "corrupt": 13593, - "scan": 13594, - "undergo": 13595, - "##ams": 13596, - "disabilities": 13597, - "colombian": 13598, - "comparing": 13599, - "dolphins": 13600, - "perkins": 13601, - "##lish": 13602, - "reprinted": 13603, - "unanimous": 13604, - "bounced": 13605, - "hairs": 13606, - "underworld": 13607, - "midwest": 13608, - "semester": 13609, - "bucket": 13610, - "paperback": 13611, - "miniseries": 13612, - "coventry": 13613, - "demise": 13614, - "##leigh": 13615, - "demonstrations": 13616, - "sensor": 13617, - "rotating": 13618, - "yan": 13619, - "##hler": 13620, - "arrange": 13621, - "soils": 13622, - "##idge": 13623, - "hyderabad": 13624, - "labs": 13625, - "##dr": 13626, - "brakes": 13627, - "grandchildren": 13628, - "##nde": 13629, - "negotiated": 13630, - "rover": 13631, - "ferrari": 13632, - "continuation": 13633, - "directorate": 13634, - "augusta": 13635, - "stevenson": 13636, - "counterpart": 13637, - "gore": 13638, - "##rda": 13639, - "nursery": 13640, - "rican": 13641, - "ave": 13642, - "collectively": 13643, - "broadly": 13644, - "pastoral": 13645, - "repertoire": 13646, - "asserted": 13647, - "discovering": 13648, - "nordic": 13649, - "styled": 13650, - "fiba": 13651, - "cunningham": 13652, - "harley": 13653, - "middlesex": 13654, - "survives": 13655, - "tumor": 13656, - "tempo": 13657, - "zack": 13658, - "aiming": 13659, - "lok": 13660, - "urgent": 13661, - "##rade": 13662, - "##nto": 13663, - "devils": 13664, - "##ement": 13665, - "contractor": 13666, - "turin": 13667, - "##wl": 13668, - "##ool": 13669, - "bliss": 13670, - "repaired": 13671, - "simmons": 13672, - "moan": 13673, - "astronomical": 13674, - "cr": 13675, - "negotiate": 13676, - "lyric": 13677, - "1890s": 13678, - "lara": 13679, - "bred": 13680, - "clad": 13681, - "angus": 13682, - "pbs": 13683, - "##ience": 13684, - "engineered": 13685, - "posed": 13686, - "##lk": 13687, - "hernandez": 13688, - "possessions": 13689, - "elbows": 13690, - "psychiatric": 13691, - "strokes": 13692, - "confluence": 13693, - "electorate": 13694, - "lifts": 13695, - "campuses": 13696, - "lava": 13697, - "alps": 13698, - "##ep": 13699, - "##ution": 13700, - "##date": 13701, - "physicist": 13702, - "woody": 13703, - "##page": 13704, - "##ographic": 13705, - "##itis": 13706, - "juliet": 13707, - "reformation": 13708, - "sparhawk": 13709, - "320": 13710, - "complement": 13711, - "suppressed": 13712, - "jewel": 13713, - "##½": 13714, - "floated": 13715, - "##kas": 13716, - "continuity": 13717, - "sadly": 13718, - "##ische": 13719, - "inability": 13720, - "melting": 13721, - "scanning": 13722, - "paula": 13723, - "flour": 13724, - "judaism": 13725, - "safer": 13726, - "vague": 13727, - "##lm": 13728, - "solving": 13729, - "curb": 13730, - "##stown": 13731, - "financially": 13732, - "gable": 13733, - "bees": 13734, - "expired": 13735, - "miserable": 13736, - "cassidy": 13737, - "dominion": 13738, - "1789": 13739, - "cupped": 13740, - "145": 13741, - "robbery": 13742, - "facto": 13743, - "amos": 13744, - "warden": 13745, - "resume": 13746, - "tallest": 13747, - "marvin": 13748, - "ing": 13749, - "pounded": 13750, - "usd": 13751, - "declaring": 13752, - "gasoline": 13753, - "##aux": 13754, - "darkened": 13755, - "270": 13756, - "650": 13757, - "sophomore": 13758, - "##mere": 13759, - "erection": 13760, - "gossip": 13761, - "televised": 13762, - "risen": 13763, - "dial": 13764, - "##eu": 13765, - "pillars": 13766, - "##link": 13767, - "passages": 13768, - "profound": 13769, - "##tina": 13770, - "arabian": 13771, - "ashton": 13772, - "silicon": 13773, - "nail": 13774, - "##ead": 13775, - "##lated": 13776, - "##wer": 13777, - "##hardt": 13778, - "fleming": 13779, - "firearms": 13780, - "ducked": 13781, - "circuits": 13782, - "blows": 13783, - "waterloo": 13784, - "titans": 13785, - "##lina": 13786, - "atom": 13787, - "fireplace": 13788, - "cheshire": 13789, - "financed": 13790, - "activation": 13791, - "algorithms": 13792, - "##zzi": 13793, - "constituent": 13794, - "catcher": 13795, - "cherokee": 13796, - "partnerships": 13797, - "sexuality": 13798, - "platoon": 13799, - "tragic": 13800, - "vivian": 13801, - "guarded": 13802, - "whiskey": 13803, - "meditation": 13804, - "poetic": 13805, - "##late": 13806, - "##nga": 13807, - "##ake": 13808, - "porto": 13809, - "listeners": 13810, - "dominance": 13811, - "kendra": 13812, - "mona": 13813, - "chandler": 13814, - "factions": 13815, - "22nd": 13816, - "salisbury": 13817, - "attitudes": 13818, - "derivative": 13819, - "##ido": 13820, - "##haus": 13821, - "intake": 13822, - "paced": 13823, - "javier": 13824, - "illustrator": 13825, - "barrels": 13826, - "bias": 13827, - "cockpit": 13828, - "burnett": 13829, - "dreamed": 13830, - "ensuing": 13831, - "##anda": 13832, - "receptors": 13833, - "someday": 13834, - "hawkins": 13835, - "mattered": 13836, - "##lal": 13837, - "slavic": 13838, - "1799": 13839, - "jesuit": 13840, - "cameroon": 13841, - "wasted": 13842, - "tai": 13843, - "wax": 13844, - "lowering": 13845, - "victorious": 13846, - "freaking": 13847, - "outright": 13848, - "hancock": 13849, - "librarian": 13850, - "sensing": 13851, - "bald": 13852, - "calcium": 13853, - "myers": 13854, - "tablet": 13855, - "announcing": 13856, - "barack": 13857, - "shipyard": 13858, - "pharmaceutical": 13859, - "##uan": 13860, - "greenwich": 13861, - "flush": 13862, - "medley": 13863, - "patches": 13864, - "wolfgang": 13865, - "pt": 13866, - "speeches": 13867, - "acquiring": 13868, - "exams": 13869, - "nikolai": 13870, - "##gg": 13871, - "hayden": 13872, - "kannada": 13873, - "##type": 13874, - "reilly": 13875, - "##pt": 13876, - "waitress": 13877, - "abdomen": 13878, - "devastated": 13879, - "capped": 13880, - "pseudonym": 13881, - "pharmacy": 13882, - "fulfill": 13883, - "paraguay": 13884, - "1796": 13885, - "clicked": 13886, - "##trom": 13887, - "archipelago": 13888, - "syndicated": 13889, - "##hman": 13890, - "lumber": 13891, - "orgasm": 13892, - "rejection": 13893, - "clifford": 13894, - "lorraine": 13895, - "advent": 13896, - "mafia": 13897, - "rodney": 13898, - "brock": 13899, - "##ght": 13900, - "##used": 13901, - "##elia": 13902, - "cassette": 13903, - "chamberlain": 13904, - "despair": 13905, - "mongolia": 13906, - "sensors": 13907, - "developmental": 13908, - "upstream": 13909, - "##eg": 13910, - "##alis": 13911, - "spanning": 13912, - "165": 13913, - "trombone": 13914, - "basque": 13915, - "seeded": 13916, - "interred": 13917, - "renewable": 13918, - "rhys": 13919, - "leapt": 13920, - "revision": 13921, - "molecule": 13922, - "##ages": 13923, - "chord": 13924, - "vicious": 13925, - "nord": 13926, - "shivered": 13927, - "23rd": 13928, - "arlington": 13929, - "debts": 13930, - "corpus": 13931, - "sunrise": 13932, - "bays": 13933, - "blackburn": 13934, - "centimetres": 13935, - "##uded": 13936, - "shuddered": 13937, - "gm": 13938, - "strangely": 13939, - "gripping": 13940, - "cartoons": 13941, - "isabelle": 13942, - "orbital": 13943, - "##ppa": 13944, - "seals": 13945, - "proving": 13946, - "##lton": 13947, - "refusal": 13948, - "strengthened": 13949, - "bust": 13950, - "assisting": 13951, - "baghdad": 13952, - "batsman": 13953, - "portrayal": 13954, - "mara": 13955, - "pushes": 13956, - "spears": 13957, - "og": 13958, - "##cock": 13959, - "reside": 13960, - "nathaniel": 13961, - "brennan": 13962, - "1776": 13963, - "confirmation": 13964, - "caucus": 13965, - "##worthy": 13966, - "markings": 13967, - "yemen": 13968, - "nobles": 13969, - "ku": 13970, - "lazy": 13971, - "viewer": 13972, - "catalan": 13973, - "encompasses": 13974, - "sawyer": 13975, - "##fall": 13976, - "sparked": 13977, - "substances": 13978, - "patents": 13979, - "braves": 13980, - "arranger": 13981, - "evacuation": 13982, - "sergio": 13983, - "persuade": 13984, - "dover": 13985, - "tolerance": 13986, - "penguin": 13987, - "cum": 13988, - "jockey": 13989, - "insufficient": 13990, - "townships": 13991, - "occupying": 13992, - "declining": 13993, - "plural": 13994, - "processed": 13995, - "projection": 13996, - "puppet": 13997, - "flanders": 13998, - "introduces": 13999, - "liability": 14000, - "##yon": 14001, - "gymnastics": 14002, - "antwerp": 14003, - "taipei": 14004, - "hobart": 14005, - "candles": 14006, - "jeep": 14007, - "wes": 14008, - "observers": 14009, - "126": 14010, - "chaplain": 14011, - "bundle": 14012, - "glorious": 14013, - "##hine": 14014, - "hazel": 14015, - "flung": 14016, - "sol": 14017, - "excavations": 14018, - "dumped": 14019, - "stares": 14020, - "sh": 14021, - "bangalore": 14022, - "triangular": 14023, - "icelandic": 14024, - "intervals": 14025, - "expressing": 14026, - "turbine": 14027, - "##vers": 14028, - "songwriting": 14029, - "crafts": 14030, - "##igo": 14031, - "jasmine": 14032, - "ditch": 14033, - "rite": 14034, - "##ways": 14035, - "entertaining": 14036, - "comply": 14037, - "sorrow": 14038, - "wrestlers": 14039, - "basel": 14040, - "emirates": 14041, - "marian": 14042, - "rivera": 14043, - "helpful": 14044, - "##some": 14045, - "caution": 14046, - "downward": 14047, - "networking": 14048, - "##atory": 14049, - "##tered": 14050, - "darted": 14051, - "genocide": 14052, - "emergence": 14053, - "replies": 14054, - "specializing": 14055, - "spokesman": 14056, - "convenient": 14057, - "unlocked": 14058, - "fading": 14059, - "augustine": 14060, - "concentrations": 14061, - "resemblance": 14062, - "elijah": 14063, - "investigator": 14064, - "andhra": 14065, - "##uda": 14066, - "promotes": 14067, - "bean": 14068, - "##rrell": 14069, - "fleeing": 14070, - "wan": 14071, - "simone": 14072, - "announcer": 14073, - "##ame": 14074, - "##bby": 14075, - "lydia": 14076, - "weaver": 14077, - "132": 14078, - "residency": 14079, - "modification": 14080, - "##fest": 14081, - "stretches": 14082, - "##ast": 14083, - "alternatively": 14084, - "nat": 14085, - "lowe": 14086, - "lacks": 14087, - "##ented": 14088, - "pam": 14089, - "tile": 14090, - "concealed": 14091, - "inferior": 14092, - "abdullah": 14093, - "residences": 14094, - "tissues": 14095, - "vengeance": 14096, - "##ided": 14097, - "moisture": 14098, - "peculiar": 14099, - "groove": 14100, - "zip": 14101, - "bologna": 14102, - "jennings": 14103, - "ninja": 14104, - "oversaw": 14105, - "zombies": 14106, - "pumping": 14107, - "batch": 14108, - "livingston": 14109, - "emerald": 14110, - "installations": 14111, - "1797": 14112, - "peel": 14113, - "nitrogen": 14114, - "rama": 14115, - "##fying": 14116, - "##star": 14117, - "schooling": 14118, - "strands": 14119, - "responding": 14120, - "werner": 14121, - "##ost": 14122, - "lime": 14123, - "casa": 14124, - "accurately": 14125, - "targeting": 14126, - "##rod": 14127, - "underway": 14128, - "##uru": 14129, - "hemisphere": 14130, - "lester": 14131, - "##yard": 14132, - "occupies": 14133, - "2d": 14134, - "griffith": 14135, - "angrily": 14136, - "reorganized": 14137, - "##owing": 14138, - "courtney": 14139, - "deposited": 14140, - "##dd": 14141, - "##30": 14142, - "estadio": 14143, - "##ifies": 14144, - "dunn": 14145, - "exiled": 14146, - "##ying": 14147, - "checks": 14148, - "##combe": 14149, - "##о": 14150, - "##fly": 14151, - "successes": 14152, - "unexpectedly": 14153, - "blu": 14154, - "assessed": 14155, - "##flower": 14156, - "##ه": 14157, - "observing": 14158, - "sacked": 14159, - "spiders": 14160, - "kn": 14161, - "##tail": 14162, - "mu": 14163, - "nodes": 14164, - "prosperity": 14165, - "audrey": 14166, - "divisional": 14167, - "155": 14168, - "broncos": 14169, - "tangled": 14170, - "adjust": 14171, - "feeds": 14172, - "erosion": 14173, - "paolo": 14174, - "surf": 14175, - "directory": 14176, - "snatched": 14177, - "humid": 14178, - "admiralty": 14179, - "screwed": 14180, - "gt": 14181, - "reddish": 14182, - "##nese": 14183, - "modules": 14184, - "trench": 14185, - "lamps": 14186, - "bind": 14187, - "leah": 14188, - "bucks": 14189, - "competes": 14190, - "##nz": 14191, - "##form": 14192, - "transcription": 14193, - "##uc": 14194, - "isles": 14195, - "violently": 14196, - "clutching": 14197, - "pga": 14198, - "cyclist": 14199, - "inflation": 14200, - "flats": 14201, - "ragged": 14202, - "unnecessary": 14203, - "##hian": 14204, - "stubborn": 14205, - "coordinated": 14206, - "harriet": 14207, - "baba": 14208, - "disqualified": 14209, - "330": 14210, - "insect": 14211, - "wolfe": 14212, - "##fies": 14213, - "reinforcements": 14214, - "rocked": 14215, - "duel": 14216, - "winked": 14217, - "embraced": 14218, - "bricks": 14219, - "##raj": 14220, - "hiatus": 14221, - "defeats": 14222, - "pending": 14223, - "brightly": 14224, - "jealousy": 14225, - "##xton": 14226, - "##hm": 14227, - "##uki": 14228, - "lena": 14229, - "gdp": 14230, - "colorful": 14231, - "##dley": 14232, - "stein": 14233, - "kidney": 14234, - "##shu": 14235, - "underwear": 14236, - "wanderers": 14237, - "##haw": 14238, - "##icus": 14239, - "guardians": 14240, - "m³": 14241, - "roared": 14242, - "habits": 14243, - "##wise": 14244, - "permits": 14245, - "gp": 14246, - "uranium": 14247, - "punished": 14248, - "disguise": 14249, - "bundesliga": 14250, - "elise": 14251, - "dundee": 14252, - "erotic": 14253, - "partisan": 14254, - "pi": 14255, - "collectors": 14256, - "float": 14257, - "individually": 14258, - "rendering": 14259, - "behavioral": 14260, - "bucharest": 14261, - "ser": 14262, - "hare": 14263, - "valerie": 14264, - "corporal": 14265, - "nutrition": 14266, - "proportional": 14267, - "##isa": 14268, - "immense": 14269, - "##kis": 14270, - "pavement": 14271, - "##zie": 14272, - "##eld": 14273, - "sutherland": 14274, - "crouched": 14275, - "1775": 14276, - "##lp": 14277, - "suzuki": 14278, - "trades": 14279, - "endurance": 14280, - "operas": 14281, - "crosby": 14282, - "prayed": 14283, - "priory": 14284, - "rory": 14285, - "socially": 14286, - "##urn": 14287, - "gujarat": 14288, - "##pu": 14289, - "walton": 14290, - "cube": 14291, - "pasha": 14292, - "privilege": 14293, - "lennon": 14294, - "floods": 14295, - "thorne": 14296, - "waterfall": 14297, - "nipple": 14298, - "scouting": 14299, - "approve": 14300, - "##lov": 14301, - "minorities": 14302, - "voter": 14303, - "dwight": 14304, - "extensions": 14305, - "assure": 14306, - "ballroom": 14307, - "slap": 14308, - "dripping": 14309, - "privileges": 14310, - "rejoined": 14311, - "confessed": 14312, - "demonstrating": 14313, - "patriotic": 14314, - "yell": 14315, - "investor": 14316, - "##uth": 14317, - "pagan": 14318, - "slumped": 14319, - "squares": 14320, - "##cle": 14321, - "##kins": 14322, - "confront": 14323, - "bert": 14324, - "embarrassment": 14325, - "##aid": 14326, - "aston": 14327, - "urging": 14328, - "sweater": 14329, - "starr": 14330, - "yuri": 14331, - "brains": 14332, - "williamson": 14333, - "commuter": 14334, - "mortar": 14335, - "structured": 14336, - "selfish": 14337, - "exports": 14338, - "##jon": 14339, - "cds": 14340, - "##him": 14341, - "unfinished": 14342, - "##rre": 14343, - "mortgage": 14344, - "destinations": 14345, - "##nagar": 14346, - "canoe": 14347, - "solitary": 14348, - "buchanan": 14349, - "delays": 14350, - "magistrate": 14351, - "fk": 14352, - "##pling": 14353, - "motivation": 14354, - "##lier": 14355, - "##vier": 14356, - "recruiting": 14357, - "assess": 14358, - "##mouth": 14359, - "malik": 14360, - "antique": 14361, - "1791": 14362, - "pius": 14363, - "rahman": 14364, - "reich": 14365, - "tub": 14366, - "zhou": 14367, - "smashed": 14368, - "airs": 14369, - "galway": 14370, - "xii": 14371, - "conditioning": 14372, - "honduras": 14373, - "discharged": 14374, - "dexter": 14375, - "##pf": 14376, - "lionel": 14377, - "129": 14378, - "debates": 14379, - "lemon": 14380, - "tiffany": 14381, - "volunteered": 14382, - "dom": 14383, - "dioxide": 14384, - "procession": 14385, - "devi": 14386, - "sic": 14387, - "tremendous": 14388, - "advertisements": 14389, - "colts": 14390, - "transferring": 14391, - "verdict": 14392, - "hanover": 14393, - "decommissioned": 14394, - "utter": 14395, - "relate": 14396, - "pac": 14397, - "racism": 14398, - "##top": 14399, - "beacon": 14400, - "limp": 14401, - "similarity": 14402, - "terra": 14403, - "occurrence": 14404, - "ant": 14405, - "##how": 14406, - "becky": 14407, - "capt": 14408, - "updates": 14409, - "armament": 14410, - "richie": 14411, - "pal": 14412, - "##graph": 14413, - "halloween": 14414, - "mayo": 14415, - "##ssen": 14416, - "##bone": 14417, - "cara": 14418, - "serena": 14419, - "fcc": 14420, - "dolls": 14421, - "obligations": 14422, - "##dling": 14423, - "violated": 14424, - "lafayette": 14425, - "jakarta": 14426, - "exploitation": 14427, - "##ime": 14428, - "infamous": 14429, - "iconic": 14430, - "##lah": 14431, - "##park": 14432, - "kitty": 14433, - "moody": 14434, - "reginald": 14435, - "dread": 14436, - "spill": 14437, - "crystals": 14438, - "olivier": 14439, - "modeled": 14440, - "bluff": 14441, - "equilibrium": 14442, - "separating": 14443, - "notices": 14444, - "ordnance": 14445, - "extinction": 14446, - "onset": 14447, - "cosmic": 14448, - "attachment": 14449, - "sammy": 14450, - "expose": 14451, - "privy": 14452, - "anchored": 14453, - "##bil": 14454, - "abbott": 14455, - "admits": 14456, - "bending": 14457, - "baritone": 14458, - "emmanuel": 14459, - "policeman": 14460, - "vaughan": 14461, - "winged": 14462, - "climax": 14463, - "dresses": 14464, - "denny": 14465, - "polytechnic": 14466, - "mohamed": 14467, - "burmese": 14468, - "authentic": 14469, - "nikki": 14470, - "genetics": 14471, - "grandparents": 14472, - "homestead": 14473, - "gaza": 14474, - "postponed": 14475, - "metacritic": 14476, - "una": 14477, - "##sby": 14478, - "##bat": 14479, - "unstable": 14480, - "dissertation": 14481, - "##rial": 14482, - "##cian": 14483, - "curls": 14484, - "obscure": 14485, - "uncovered": 14486, - "bronx": 14487, - "praying": 14488, - "disappearing": 14489, - "##hoe": 14490, - "prehistoric": 14491, - "coke": 14492, - "turret": 14493, - "mutations": 14494, - "nonprofit": 14495, - "pits": 14496, - "monaco": 14497, - "##ي": 14498, - "##usion": 14499, - "prominently": 14500, - "dispatched": 14501, - "podium": 14502, - "##mir": 14503, - "uci": 14504, - "##uation": 14505, - "133": 14506, - "fortifications": 14507, - "birthplace": 14508, - "kendall": 14509, - "##lby": 14510, - "##oll": 14511, - "preacher": 14512, - "rack": 14513, - "goodman": 14514, - "##rman": 14515, - "persistent": 14516, - "##ott": 14517, - "countless": 14518, - "jaime": 14519, - "recorder": 14520, - "lexington": 14521, - "persecution": 14522, - "jumps": 14523, - "renewal": 14524, - "wagons": 14525, - "##11": 14526, - "crushing": 14527, - "##holder": 14528, - "decorations": 14529, - "##lake": 14530, - "abundance": 14531, - "wrath": 14532, - "laundry": 14533, - "£1": 14534, - "garde": 14535, - "##rp": 14536, - "jeanne": 14537, - "beetles": 14538, - "peasant": 14539, - "##sl": 14540, - "splitting": 14541, - "caste": 14542, - "sergei": 14543, - "##rer": 14544, - "##ema": 14545, - "scripts": 14546, - "##ively": 14547, - "rub": 14548, - "satellites": 14549, - "##vor": 14550, - "inscribed": 14551, - "verlag": 14552, - "scrapped": 14553, - "gale": 14554, - "packages": 14555, - "chick": 14556, - "potato": 14557, - "slogan": 14558, - "kathleen": 14559, - "arabs": 14560, - "##culture": 14561, - "counterparts": 14562, - "reminiscent": 14563, - "choral": 14564, - "##tead": 14565, - "rand": 14566, - "retains": 14567, - "bushes": 14568, - "dane": 14569, - "accomplish": 14570, - "courtesy": 14571, - "closes": 14572, - "##oth": 14573, - "slaughter": 14574, - "hague": 14575, - "krakow": 14576, - "lawson": 14577, - "tailed": 14578, - "elias": 14579, - "ginger": 14580, - "##ttes": 14581, - "canopy": 14582, - "betrayal": 14583, - "rebuilding": 14584, - "turf": 14585, - "##hof": 14586, - "frowning": 14587, - "allegiance": 14588, - "brigades": 14589, - "kicks": 14590, - "rebuild": 14591, - "polls": 14592, - "alias": 14593, - "nationalism": 14594, - "td": 14595, - "rowan": 14596, - "audition": 14597, - "bowie": 14598, - "fortunately": 14599, - "recognizes": 14600, - "harp": 14601, - "dillon": 14602, - "horrified": 14603, - "##oro": 14604, - "renault": 14605, - "##tics": 14606, - "ropes": 14607, - "##α": 14608, - "presumed": 14609, - "rewarded": 14610, - "infrared": 14611, - "wiping": 14612, - "accelerated": 14613, - "illustration": 14614, - "##rid": 14615, - "presses": 14616, - "practitioners": 14617, - "badminton": 14618, - "##iard": 14619, - "detained": 14620, - "##tera": 14621, - "recognizing": 14622, - "relates": 14623, - "misery": 14624, - "##sies": 14625, - "##tly": 14626, - "reproduction": 14627, - "piercing": 14628, - "potatoes": 14629, - "thornton": 14630, - "esther": 14631, - "manners": 14632, - "hbo": 14633, - "##aan": 14634, - "ours": 14635, - "bullshit": 14636, - "ernie": 14637, - "perennial": 14638, - "sensitivity": 14639, - "illuminated": 14640, - "rupert": 14641, - "##jin": 14642, - "##iss": 14643, - "##ear": 14644, - "rfc": 14645, - "nassau": 14646, - "##dock": 14647, - "staggered": 14648, - "socialism": 14649, - "##haven": 14650, - "appointments": 14651, - "nonsense": 14652, - "prestige": 14653, - "sharma": 14654, - "haul": 14655, - "##tical": 14656, - "solidarity": 14657, - "gps": 14658, - "##ook": 14659, - "##rata": 14660, - "igor": 14661, - "pedestrian": 14662, - "##uit": 14663, - "baxter": 14664, - "tenants": 14665, - "wires": 14666, - "medication": 14667, - "unlimited": 14668, - "guiding": 14669, - "impacts": 14670, - "diabetes": 14671, - "##rama": 14672, - "sasha": 14673, - "pas": 14674, - "clive": 14675, - "extraction": 14676, - "131": 14677, - "continually": 14678, - "constraints": 14679, - "##bilities": 14680, - "sonata": 14681, - "hunted": 14682, - "sixteenth": 14683, - "chu": 14684, - "planting": 14685, - "quote": 14686, - "mayer": 14687, - "pretended": 14688, - "abs": 14689, - "spat": 14690, - "##hua": 14691, - "ceramic": 14692, - "##cci": 14693, - "curtains": 14694, - "pigs": 14695, - "pitching": 14696, - "##dad": 14697, - "latvian": 14698, - "sore": 14699, - "dayton": 14700, - "##sted": 14701, - "##qi": 14702, - "patrols": 14703, - "slice": 14704, - "playground": 14705, - "##nted": 14706, - "shone": 14707, - "stool": 14708, - "apparatus": 14709, - "inadequate": 14710, - "mates": 14711, - "treason": 14712, - "##ija": 14713, - "desires": 14714, - "##liga": 14715, - "##croft": 14716, - "somalia": 14717, - "laurent": 14718, - "mir": 14719, - "leonardo": 14720, - "oracle": 14721, - "grape": 14722, - "obliged": 14723, - "chevrolet": 14724, - "thirteenth": 14725, - "stunning": 14726, - "enthusiastic": 14727, - "##ede": 14728, - "accounted": 14729, - "concludes": 14730, - "currents": 14731, - "basil": 14732, - "##kovic": 14733, - "drought": 14734, - "##rica": 14735, - "mai": 14736, - "##aire": 14737, - "shove": 14738, - "posting": 14739, - "##shed": 14740, - "pilgrimage": 14741, - "humorous": 14742, - "packing": 14743, - "fry": 14744, - "pencil": 14745, - "wines": 14746, - "smells": 14747, - "144": 14748, - "marilyn": 14749, - "aching": 14750, - "newest": 14751, - "clung": 14752, - "bon": 14753, - "neighbours": 14754, - "sanctioned": 14755, - "##pie": 14756, - "mug": 14757, - "##stock": 14758, - "drowning": 14759, - "##mma": 14760, - "hydraulic": 14761, - "##vil": 14762, - "hiring": 14763, - "reminder": 14764, - "lilly": 14765, - "investigators": 14766, - "##ncies": 14767, - "sour": 14768, - "##eous": 14769, - "compulsory": 14770, - "packet": 14771, - "##rion": 14772, - "##graphic": 14773, - "##elle": 14774, - "cannes": 14775, - "##inate": 14776, - "depressed": 14777, - "##rit": 14778, - "heroic": 14779, - "importantly": 14780, - "theresa": 14781, - "##tled": 14782, - "conway": 14783, - "saturn": 14784, - "marginal": 14785, - "rae": 14786, - "##xia": 14787, - "corresponds": 14788, - "royce": 14789, - "pact": 14790, - "jasper": 14791, - "explosives": 14792, - "packaging": 14793, - "aluminium": 14794, - "##ttered": 14795, - "denotes": 14796, - "rhythmic": 14797, - "spans": 14798, - "assignments": 14799, - "hereditary": 14800, - "outlined": 14801, - "originating": 14802, - "sundays": 14803, - "lad": 14804, - "reissued": 14805, - "greeting": 14806, - "beatrice": 14807, - "##dic": 14808, - "pillar": 14809, - "marcos": 14810, - "plots": 14811, - "handbook": 14812, - "alcoholic": 14813, - "judiciary": 14814, - "avant": 14815, - "slides": 14816, - "extract": 14817, - "masculine": 14818, - "blur": 14819, - "##eum": 14820, - "##force": 14821, - "homage": 14822, - "trembled": 14823, - "owens": 14824, - "hymn": 14825, - "trey": 14826, - "omega": 14827, - "signaling": 14828, - "socks": 14829, - "accumulated": 14830, - "reacted": 14831, - "attic": 14832, - "theo": 14833, - "lining": 14834, - "angie": 14835, - "distraction": 14836, - "primera": 14837, - "talbot": 14838, - "##key": 14839, - "1200": 14840, - "ti": 14841, - "creativity": 14842, - "billed": 14843, - "##hey": 14844, - "deacon": 14845, - "eduardo": 14846, - "identifies": 14847, - "proposition": 14848, - "dizzy": 14849, - "gunner": 14850, - "hogan": 14851, - "##yam": 14852, - "##pping": 14853, - "##hol": 14854, - "ja": 14855, - "##chan": 14856, - "jensen": 14857, - "reconstructed": 14858, - "##berger": 14859, - "clearance": 14860, - "darius": 14861, - "##nier": 14862, - "abe": 14863, - "harlem": 14864, - "plea": 14865, - "dei": 14866, - "circled": 14867, - "emotionally": 14868, - "notation": 14869, - "fascist": 14870, - "neville": 14871, - "exceeded": 14872, - "upwards": 14873, - "viable": 14874, - "ducks": 14875, - "##fo": 14876, - "workforce": 14877, - "racer": 14878, - "limiting": 14879, - "shri": 14880, - "##lson": 14881, - "possesses": 14882, - "1600": 14883, - "kerr": 14884, - "moths": 14885, - "devastating": 14886, - "laden": 14887, - "disturbing": 14888, - "locking": 14889, - "##cture": 14890, - "gal": 14891, - "fearing": 14892, - "accreditation": 14893, - "flavor": 14894, - "aide": 14895, - "1870s": 14896, - "mountainous": 14897, - "##baum": 14898, - "melt": 14899, - "##ures": 14900, - "motel": 14901, - "texture": 14902, - "servers": 14903, - "soda": 14904, - "##mb": 14905, - "herd": 14906, - "##nium": 14907, - "erect": 14908, - "puzzled": 14909, - "hum": 14910, - "peggy": 14911, - "examinations": 14912, - "gould": 14913, - "testified": 14914, - "geoff": 14915, - "ren": 14916, - "devised": 14917, - "sacks": 14918, - "##law": 14919, - "denial": 14920, - "posters": 14921, - "grunted": 14922, - "cesar": 14923, - "tutor": 14924, - "ec": 14925, - "gerry": 14926, - "offerings": 14927, - "byrne": 14928, - "falcons": 14929, - "combinations": 14930, - "ct": 14931, - "incoming": 14932, - "pardon": 14933, - "rocking": 14934, - "26th": 14935, - "avengers": 14936, - "flared": 14937, - "mankind": 14938, - "seller": 14939, - "uttar": 14940, - "loch": 14941, - "nadia": 14942, - "stroking": 14943, - "exposing": 14944, - "##hd": 14945, - "fertile": 14946, - "ancestral": 14947, - "instituted": 14948, - "##has": 14949, - "noises": 14950, - "prophecy": 14951, - "taxation": 14952, - "eminent": 14953, - "vivid": 14954, - "pol": 14955, - "##bol": 14956, - "dart": 14957, - "indirect": 14958, - "multimedia": 14959, - "notebook": 14960, - "upside": 14961, - "displaying": 14962, - "adrenaline": 14963, - "referenced": 14964, - "geometric": 14965, - "##iving": 14966, - "progression": 14967, - "##ddy": 14968, - "blunt": 14969, - "announce": 14970, - "##far": 14971, - "implementing": 14972, - "##lav": 14973, - "aggression": 14974, - "liaison": 14975, - "cooler": 14976, - "cares": 14977, - "headache": 14978, - "plantations": 14979, - "gorge": 14980, - "dots": 14981, - "impulse": 14982, - "thickness": 14983, - "ashamed": 14984, - "averaging": 14985, - "kathy": 14986, - "obligation": 14987, - "precursor": 14988, - "137": 14989, - "fowler": 14990, - "symmetry": 14991, - "thee": 14992, - "225": 14993, - "hears": 14994, - "##rai": 14995, - "undergoing": 14996, - "ads": 14997, - "butcher": 14998, - "bowler": 14999, - "##lip": 15000, - "cigarettes": 15001, - "subscription": 15002, - "goodness": 15003, - "##ically": 15004, - "browne": 15005, - "##hos": 15006, - "##tech": 15007, - "kyoto": 15008, - "donor": 15009, - "##erty": 15010, - "damaging": 15011, - "friction": 15012, - "drifting": 15013, - "expeditions": 15014, - "hardened": 15015, - "prostitution": 15016, - "152": 15017, - "fauna": 15018, - "blankets": 15019, - "claw": 15020, - "tossing": 15021, - "snarled": 15022, - "butterflies": 15023, - "recruits": 15024, - "investigative": 15025, - "coated": 15026, - "healed": 15027, - "138": 15028, - "communal": 15029, - "hai": 15030, - "xiii": 15031, - "academics": 15032, - "boone": 15033, - "psychologist": 15034, - "restless": 15035, - "lahore": 15036, - "stephens": 15037, - "mba": 15038, - "brendan": 15039, - "foreigners": 15040, - "printer": 15041, - "##pc": 15042, - "ached": 15043, - "explode": 15044, - "27th": 15045, - "deed": 15046, - "scratched": 15047, - "dared": 15048, - "##pole": 15049, - "cardiac": 15050, - "1780": 15051, - "okinawa": 15052, - "proto": 15053, - "commando": 15054, - "compelled": 15055, - "oddly": 15056, - "electrons": 15057, - "##base": 15058, - "replica": 15059, - "thanksgiving": 15060, - "##rist": 15061, - "sheila": 15062, - "deliberate": 15063, - "stafford": 15064, - "tidal": 15065, - "representations": 15066, - "hercules": 15067, - "ou": 15068, - "##path": 15069, - "##iated": 15070, - "kidnapping": 15071, - "lenses": 15072, - "##tling": 15073, - "deficit": 15074, - "samoa": 15075, - "mouths": 15076, - "consuming": 15077, - "computational": 15078, - "maze": 15079, - "granting": 15080, - "smirk": 15081, - "razor": 15082, - "fixture": 15083, - "ideals": 15084, - "inviting": 15085, - "aiden": 15086, - "nominal": 15087, - "##vs": 15088, - "issuing": 15089, - "julio": 15090, - "pitt": 15091, - "ramsey": 15092, - "docks": 15093, - "##oss": 15094, - "exhaust": 15095, - "##owed": 15096, - "bavarian": 15097, - "draped": 15098, - "anterior": 15099, - "mating": 15100, - "ethiopian": 15101, - "explores": 15102, - "noticing": 15103, - "##nton": 15104, - "discarded": 15105, - "convenience": 15106, - "hoffman": 15107, - "endowment": 15108, - "beasts": 15109, - "cartridge": 15110, - "mormon": 15111, - "paternal": 15112, - "probe": 15113, - "sleeves": 15114, - "interfere": 15115, - "lump": 15116, - "deadline": 15117, - "##rail": 15118, - "jenks": 15119, - "bulldogs": 15120, - "scrap": 15121, - "alternating": 15122, - "justified": 15123, - "reproductive": 15124, - "nam": 15125, - "seize": 15126, - "descending": 15127, - "secretariat": 15128, - "kirby": 15129, - "coupe": 15130, - "grouped": 15131, - "smash": 15132, - "panther": 15133, - "sedan": 15134, - "tapping": 15135, - "##18": 15136, - "lola": 15137, - "cheer": 15138, - "germanic": 15139, - "unfortunate": 15140, - "##eter": 15141, - "unrelated": 15142, - "##fan": 15143, - "subordinate": 15144, - "##sdale": 15145, - "suzanne": 15146, - "advertisement": 15147, - "##ility": 15148, - "horsepower": 15149, - "##lda": 15150, - "cautiously": 15151, - "discourse": 15152, - "luigi": 15153, - "##mans": 15154, - "##fields": 15155, - "noun": 15156, - "prevalent": 15157, - "mao": 15158, - "schneider": 15159, - "everett": 15160, - "surround": 15161, - "governorate": 15162, - "kira": 15163, - "##avia": 15164, - "westward": 15165, - "##take": 15166, - "misty": 15167, - "rails": 15168, - "sustainability": 15169, - "134": 15170, - "unused": 15171, - "##rating": 15172, - "packs": 15173, - "toast": 15174, - "unwilling": 15175, - "regulate": 15176, - "thy": 15177, - "suffrage": 15178, - "nile": 15179, - "awe": 15180, - "assam": 15181, - "definitions": 15182, - "travelers": 15183, - "affordable": 15184, - "##rb": 15185, - "conferred": 15186, - "sells": 15187, - "undefeated": 15188, - "beneficial": 15189, - "torso": 15190, - "basal": 15191, - "repeating": 15192, - "remixes": 15193, - "##pass": 15194, - "bahrain": 15195, - "cables": 15196, - "fang": 15197, - "##itated": 15198, - "excavated": 15199, - "numbering": 15200, - "statutory": 15201, - "##rey": 15202, - "deluxe": 15203, - "##lian": 15204, - "forested": 15205, - "ramirez": 15206, - "derbyshire": 15207, - "zeus": 15208, - "slamming": 15209, - "transfers": 15210, - "astronomer": 15211, - "banana": 15212, - "lottery": 15213, - "berg": 15214, - "histories": 15215, - "bamboo": 15216, - "##uchi": 15217, - "resurrection": 15218, - "posterior": 15219, - "bowls": 15220, - "vaguely": 15221, - "##thi": 15222, - "thou": 15223, - "preserving": 15224, - "tensed": 15225, - "offence": 15226, - "##inas": 15227, - "meyrick": 15228, - "callum": 15229, - "ridden": 15230, - "watt": 15231, - "langdon": 15232, - "tying": 15233, - "lowland": 15234, - "snorted": 15235, - "daring": 15236, - "truman": 15237, - "##hale": 15238, - "##girl": 15239, - "aura": 15240, - "overly": 15241, - "filing": 15242, - "weighing": 15243, - "goa": 15244, - "infections": 15245, - "philanthropist": 15246, - "saunders": 15247, - "eponymous": 15248, - "##owski": 15249, - "latitude": 15250, - "perspectives": 15251, - "reviewing": 15252, - "mets": 15253, - "commandant": 15254, - "radial": 15255, - "##kha": 15256, - "flashlight": 15257, - "reliability": 15258, - "koch": 15259, - "vowels": 15260, - "amazed": 15261, - "ada": 15262, - "elaine": 15263, - "supper": 15264, - "##rth": 15265, - "##encies": 15266, - "predator": 15267, - "debated": 15268, - "soviets": 15269, - "cola": 15270, - "##boards": 15271, - "##nah": 15272, - "compartment": 15273, - "crooked": 15274, - "arbitrary": 15275, - "fourteenth": 15276, - "##ctive": 15277, - "havana": 15278, - "majors": 15279, - "steelers": 15280, - "clips": 15281, - "profitable": 15282, - "ambush": 15283, - "exited": 15284, - "packers": 15285, - "##tile": 15286, - "nude": 15287, - "cracks": 15288, - "fungi": 15289, - "##е": 15290, - "limb": 15291, - "trousers": 15292, - "josie": 15293, - "shelby": 15294, - "tens": 15295, - "frederic": 15296, - "##ος": 15297, - "definite": 15298, - "smoothly": 15299, - "constellation": 15300, - "insult": 15301, - "baton": 15302, - "discs": 15303, - "lingering": 15304, - "##nco": 15305, - "conclusions": 15306, - "lent": 15307, - "staging": 15308, - "becker": 15309, - "grandpa": 15310, - "shaky": 15311, - "##tron": 15312, - "einstein": 15313, - "obstacles": 15314, - "sk": 15315, - "adverse": 15316, - "elle": 15317, - "economically": 15318, - "##moto": 15319, - "mccartney": 15320, - "thor": 15321, - "dismissal": 15322, - "motions": 15323, - "readings": 15324, - "nostrils": 15325, - "treatise": 15326, - "##pace": 15327, - "squeezing": 15328, - "evidently": 15329, - "prolonged": 15330, - "1783": 15331, - "venezuelan": 15332, - "je": 15333, - "marguerite": 15334, - "beirut": 15335, - "takeover": 15336, - "shareholders": 15337, - "##vent": 15338, - "denise": 15339, - "digit": 15340, - "airplay": 15341, - "norse": 15342, - "##bbling": 15343, - "imaginary": 15344, - "pills": 15345, - "hubert": 15346, - "blaze": 15347, - "vacated": 15348, - "eliminating": 15349, - "##ello": 15350, - "vine": 15351, - "mansfield": 15352, - "##tty": 15353, - "retrospective": 15354, - "barrow": 15355, - "borne": 15356, - "clutch": 15357, - "bail": 15358, - "forensic": 15359, - "weaving": 15360, - "##nett": 15361, - "##witz": 15362, - "desktop": 15363, - "citadel": 15364, - "promotions": 15365, - "worrying": 15366, - "dorset": 15367, - "ieee": 15368, - "subdivided": 15369, - "##iating": 15370, - "manned": 15371, - "expeditionary": 15372, - "pickup": 15373, - "synod": 15374, - "chuckle": 15375, - "185": 15376, - "barney": 15377, - "##rz": 15378, - "##ffin": 15379, - "functionality": 15380, - "karachi": 15381, - "litigation": 15382, - "meanings": 15383, - "uc": 15384, - "lick": 15385, - "turbo": 15386, - "anders": 15387, - "##ffed": 15388, - "execute": 15389, - "curl": 15390, - "oppose": 15391, - "ankles": 15392, - "typhoon": 15393, - "##د": 15394, - "##ache": 15395, - "##asia": 15396, - "linguistics": 15397, - "compassion": 15398, - "pressures": 15399, - "grazing": 15400, - "perfection": 15401, - "##iting": 15402, - "immunity": 15403, - "monopoly": 15404, - "muddy": 15405, - "backgrounds": 15406, - "136": 15407, - "namibia": 15408, - "francesca": 15409, - "monitors": 15410, - "attracting": 15411, - "stunt": 15412, - "tuition": 15413, - "##ии": 15414, - "vegetable": 15415, - "##mates": 15416, - "##quent": 15417, - "mgm": 15418, - "jen": 15419, - "complexes": 15420, - "forts": 15421, - "##ond": 15422, - "cellar": 15423, - "bites": 15424, - "seventeenth": 15425, - "royals": 15426, - "flemish": 15427, - "failures": 15428, - "mast": 15429, - "charities": 15430, - "##cular": 15431, - "peruvian": 15432, - "capitals": 15433, - "macmillan": 15434, - "ipswich": 15435, - "outward": 15436, - "frigate": 15437, - "postgraduate": 15438, - "folds": 15439, - "employing": 15440, - "##ouse": 15441, - "concurrently": 15442, - "fiery": 15443, - "##tai": 15444, - "contingent": 15445, - "nightmares": 15446, - "monumental": 15447, - "nicaragua": 15448, - "##kowski": 15449, - "lizard": 15450, - "mal": 15451, - "fielding": 15452, - "gig": 15453, - "reject": 15454, - "##pad": 15455, - "harding": 15456, - "##ipe": 15457, - "coastline": 15458, - "##cin": 15459, - "##nos": 15460, - "beethoven": 15461, - "humphrey": 15462, - "innovations": 15463, - "##tam": 15464, - "##nge": 15465, - "norris": 15466, - "doris": 15467, - "solicitor": 15468, - "huang": 15469, - "obey": 15470, - "141": 15471, - "##lc": 15472, - "niagara": 15473, - "##tton": 15474, - "shelves": 15475, - "aug": 15476, - "bourbon": 15477, - "curry": 15478, - "nightclub": 15479, - "specifications": 15480, - "hilton": 15481, - "##ndo": 15482, - "centennial": 15483, - "dispersed": 15484, - "worm": 15485, - "neglected": 15486, - "briggs": 15487, - "sm": 15488, - "font": 15489, - "kuala": 15490, - "uneasy": 15491, - "plc": 15492, - "##nstein": 15493, - "##bound": 15494, - "##aking": 15495, - "##burgh": 15496, - "awaiting": 15497, - "pronunciation": 15498, - "##bbed": 15499, - "##quest": 15500, - "eh": 15501, - "optimal": 15502, - "zhu": 15503, - "raped": 15504, - "greens": 15505, - "presided": 15506, - "brenda": 15507, - "worries": 15508, - "##life": 15509, - "venetian": 15510, - "marxist": 15511, - "turnout": 15512, - "##lius": 15513, - "refined": 15514, - "braced": 15515, - "sins": 15516, - "grasped": 15517, - "sunderland": 15518, - "nickel": 15519, - "speculated": 15520, - "lowell": 15521, - "cyrillic": 15522, - "communism": 15523, - "fundraising": 15524, - "resembling": 15525, - "colonists": 15526, - "mutant": 15527, - "freddie": 15528, - "usc": 15529, - "##mos": 15530, - "gratitude": 15531, - "##run": 15532, - "mural": 15533, - "##lous": 15534, - "chemist": 15535, - "wi": 15536, - "reminds": 15537, - "28th": 15538, - "steals": 15539, - "tess": 15540, - "pietro": 15541, - "##ingen": 15542, - "promoter": 15543, - "ri": 15544, - "microphone": 15545, - "honoured": 15546, - "rai": 15547, - "sant": 15548, - "##qui": 15549, - "feather": 15550, - "##nson": 15551, - "burlington": 15552, - "kurdish": 15553, - "terrorists": 15554, - "deborah": 15555, - "sickness": 15556, - "##wed": 15557, - "##eet": 15558, - "hazard": 15559, - "irritated": 15560, - "desperation": 15561, - "veil": 15562, - "clarity": 15563, - "##rik": 15564, - "jewels": 15565, - "xv": 15566, - "##gged": 15567, - "##ows": 15568, - "##cup": 15569, - "berkshire": 15570, - "unfair": 15571, - "mysteries": 15572, - "orchid": 15573, - "winced": 15574, - "exhaustion": 15575, - "renovations": 15576, - "stranded": 15577, - "obe": 15578, - "infinity": 15579, - "##nies": 15580, - "adapt": 15581, - "redevelopment": 15582, - "thanked": 15583, - "registry": 15584, - "olga": 15585, - "domingo": 15586, - "noir": 15587, - "tudor": 15588, - "ole": 15589, - "##atus": 15590, - "commenting": 15591, - "behaviors": 15592, - "##ais": 15593, - "crisp": 15594, - "pauline": 15595, - "probable": 15596, - "stirling": 15597, - "wigan": 15598, - "##bian": 15599, - "paralympics": 15600, - "panting": 15601, - "surpassed": 15602, - "##rew": 15603, - "luca": 15604, - "barred": 15605, - "pony": 15606, - "famed": 15607, - "##sters": 15608, - "cassandra": 15609, - "waiter": 15610, - "carolyn": 15611, - "exported": 15612, - "##orted": 15613, - "andres": 15614, - "destructive": 15615, - "deeds": 15616, - "jonah": 15617, - "castles": 15618, - "vacancy": 15619, - "suv": 15620, - "##glass": 15621, - "1788": 15622, - "orchard": 15623, - "yep": 15624, - "famine": 15625, - "belarusian": 15626, - "sprang": 15627, - "##forth": 15628, - "skinny": 15629, - "##mis": 15630, - "administrators": 15631, - "rotterdam": 15632, - "zambia": 15633, - "zhao": 15634, - "boiler": 15635, - "discoveries": 15636, - "##ride": 15637, - "##physics": 15638, - "lucius": 15639, - "disappointing": 15640, - "outreach": 15641, - "spoon": 15642, - "##frame": 15643, - "qualifications": 15644, - "unanimously": 15645, - "enjoys": 15646, - "regency": 15647, - "##iidae": 15648, - "stade": 15649, - "realism": 15650, - "veterinary": 15651, - "rodgers": 15652, - "dump": 15653, - "alain": 15654, - "chestnut": 15655, - "castile": 15656, - "censorship": 15657, - "rumble": 15658, - "gibbs": 15659, - "##itor": 15660, - "communion": 15661, - "reggae": 15662, - "inactivated": 15663, - "logs": 15664, - "loads": 15665, - "##houses": 15666, - "homosexual": 15667, - "##iano": 15668, - "ale": 15669, - "informs": 15670, - "##cas": 15671, - "phrases": 15672, - "plaster": 15673, - "linebacker": 15674, - "ambrose": 15675, - "kaiser": 15676, - "fascinated": 15677, - "850": 15678, - "limerick": 15679, - "recruitment": 15680, - "forge": 15681, - "mastered": 15682, - "##nding": 15683, - "leinster": 15684, - "rooted": 15685, - "threaten": 15686, - "##strom": 15687, - "borneo": 15688, - "##hes": 15689, - "suggestions": 15690, - "scholarships": 15691, - "propeller": 15692, - "documentaries": 15693, - "patronage": 15694, - "coats": 15695, - "constructing": 15696, - "invest": 15697, - "neurons": 15698, - "comet": 15699, - "entirety": 15700, - "shouts": 15701, - "identities": 15702, - "annoying": 15703, - "unchanged": 15704, - "wary": 15705, - "##antly": 15706, - "##ogy": 15707, - "neat": 15708, - "oversight": 15709, - "##kos": 15710, - "phillies": 15711, - "replay": 15712, - "constance": 15713, - "##kka": 15714, - "incarnation": 15715, - "humble": 15716, - "skies": 15717, - "minus": 15718, - "##acy": 15719, - "smithsonian": 15720, - "##chel": 15721, - "guerrilla": 15722, - "jar": 15723, - "cadets": 15724, - "##plate": 15725, - "surplus": 15726, - "audit": 15727, - "##aru": 15728, - "cracking": 15729, - "joanna": 15730, - "louisa": 15731, - "pacing": 15732, - "##lights": 15733, - "intentionally": 15734, - "##iri": 15735, - "diner": 15736, - "nwa": 15737, - "imprint": 15738, - "australians": 15739, - "tong": 15740, - "unprecedented": 15741, - "bunker": 15742, - "naive": 15743, - "specialists": 15744, - "ark": 15745, - "nichols": 15746, - "railing": 15747, - "leaked": 15748, - "pedal": 15749, - "##uka": 15750, - "shrub": 15751, - "longing": 15752, - "roofs": 15753, - "v8": 15754, - "captains": 15755, - "neural": 15756, - "tuned": 15757, - "##ntal": 15758, - "##jet": 15759, - "emission": 15760, - "medina": 15761, - "frantic": 15762, - "codex": 15763, - "definitive": 15764, - "sid": 15765, - "abolition": 15766, - "intensified": 15767, - "stocks": 15768, - "enrique": 15769, - "sustain": 15770, - "genoa": 15771, - "oxide": 15772, - "##written": 15773, - "clues": 15774, - "cha": 15775, - "##gers": 15776, - "tributaries": 15777, - "fragment": 15778, - "venom": 15779, - "##rity": 15780, - "##ente": 15781, - "##sca": 15782, - "muffled": 15783, - "vain": 15784, - "sire": 15785, - "laos": 15786, - "##ingly": 15787, - "##hana": 15788, - "hastily": 15789, - "snapping": 15790, - "surfaced": 15791, - "sentiment": 15792, - "motive": 15793, - "##oft": 15794, - "contests": 15795, - "approximate": 15796, - "mesa": 15797, - "luckily": 15798, - "dinosaur": 15799, - "exchanges": 15800, - "propelled": 15801, - "accord": 15802, - "bourne": 15803, - "relieve": 15804, - "tow": 15805, - "masks": 15806, - "offended": 15807, - "##ues": 15808, - "cynthia": 15809, - "##mmer": 15810, - "rains": 15811, - "bartender": 15812, - "zinc": 15813, - "reviewers": 15814, - "lois": 15815, - "##sai": 15816, - "legged": 15817, - "arrogant": 15818, - "rafe": 15819, - "rosie": 15820, - "comprise": 15821, - "handicap": 15822, - "blockade": 15823, - "inlet": 15824, - "lagoon": 15825, - "copied": 15826, - "drilling": 15827, - "shelley": 15828, - "petals": 15829, - "##inian": 15830, - "mandarin": 15831, - "obsolete": 15832, - "##inated": 15833, - "onward": 15834, - "arguably": 15835, - "productivity": 15836, - "cindy": 15837, - "praising": 15838, - "seldom": 15839, - "busch": 15840, - "discusses": 15841, - "raleigh": 15842, - "shortage": 15843, - "ranged": 15844, - "stanton": 15845, - "encouragement": 15846, - "firstly": 15847, - "conceded": 15848, - "overs": 15849, - "temporal": 15850, - "##uke": 15851, - "cbe": 15852, - "##bos": 15853, - "woo": 15854, - "certainty": 15855, - "pumps": 15856, - "##pton": 15857, - "stalked": 15858, - "##uli": 15859, - "lizzie": 15860, - "periodic": 15861, - "thieves": 15862, - "weaker": 15863, - "##night": 15864, - "gases": 15865, - "shoving": 15866, - "chooses": 15867, - "wc": 15868, - "##chemical": 15869, - "prompting": 15870, - "weights": 15871, - "##kill": 15872, - "robust": 15873, - "flanked": 15874, - "sticky": 15875, - "hu": 15876, - "tuberculosis": 15877, - "##eb": 15878, - "##eal": 15879, - "christchurch": 15880, - "resembled": 15881, - "wallet": 15882, - "reese": 15883, - "inappropriate": 15884, - "pictured": 15885, - "distract": 15886, - "fixing": 15887, - "fiddle": 15888, - "giggled": 15889, - "burger": 15890, - "heirs": 15891, - "hairy": 15892, - "mechanic": 15893, - "torque": 15894, - "apache": 15895, - "obsessed": 15896, - "chiefly": 15897, - "cheng": 15898, - "logging": 15899, - "##tag": 15900, - "extracted": 15901, - "meaningful": 15902, - "numb": 15903, - "##vsky": 15904, - "gloucestershire": 15905, - "reminding": 15906, - "##bay": 15907, - "unite": 15908, - "##lit": 15909, - "breeds": 15910, - "diminished": 15911, - "clown": 15912, - "glove": 15913, - "1860s": 15914, - "##ن": 15915, - "##ug": 15916, - "archibald": 15917, - "focal": 15918, - "freelance": 15919, - "sliced": 15920, - "depiction": 15921, - "##yk": 15922, - "organism": 15923, - "switches": 15924, - "sights": 15925, - "stray": 15926, - "crawling": 15927, - "##ril": 15928, - "lever": 15929, - "leningrad": 15930, - "interpretations": 15931, - "loops": 15932, - "anytime": 15933, - "reel": 15934, - "alicia": 15935, - "delighted": 15936, - "##ech": 15937, - "inhaled": 15938, - "xiv": 15939, - "suitcase": 15940, - "bernie": 15941, - "vega": 15942, - "licenses": 15943, - "northampton": 15944, - "exclusion": 15945, - "induction": 15946, - "monasteries": 15947, - "racecourse": 15948, - "homosexuality": 15949, - "##right": 15950, - "##sfield": 15951, - "##rky": 15952, - "dimitri": 15953, - "michele": 15954, - "alternatives": 15955, - "ions": 15956, - "commentators": 15957, - "genuinely": 15958, - "objected": 15959, - "pork": 15960, - "hospitality": 15961, - "fencing": 15962, - "stephan": 15963, - "warships": 15964, - "peripheral": 15965, - "wit": 15966, - "drunken": 15967, - "wrinkled": 15968, - "quentin": 15969, - "spends": 15970, - "departing": 15971, - "chung": 15972, - "numerical": 15973, - "spokesperson": 15974, - "##zone": 15975, - "johannesburg": 15976, - "caliber": 15977, - "killers": 15978, - "##udge": 15979, - "assumes": 15980, - "neatly": 15981, - "demographic": 15982, - "abigail": 15983, - "bloc": 15984, - "##vel": 15985, - "mounting": 15986, - "##lain": 15987, - "bentley": 15988, - "slightest": 15989, - "xu": 15990, - "recipients": 15991, - "##jk": 15992, - "merlin": 15993, - "##writer": 15994, - "seniors": 15995, - "prisons": 15996, - "blinking": 15997, - "hindwings": 15998, - "flickered": 15999, - "kappa": 16000, - "##hel": 16001, - "80s": 16002, - "strengthening": 16003, - "appealing": 16004, - "brewing": 16005, - "gypsy": 16006, - "mali": 16007, - "lashes": 16008, - "hulk": 16009, - "unpleasant": 16010, - "harassment": 16011, - "bio": 16012, - "treaties": 16013, - "predict": 16014, - "instrumentation": 16015, - "pulp": 16016, - "troupe": 16017, - "boiling": 16018, - "mantle": 16019, - "##ffe": 16020, - "ins": 16021, - "##vn": 16022, - "dividing": 16023, - "handles": 16024, - "verbs": 16025, - "##onal": 16026, - "coconut": 16027, - "senegal": 16028, - "340": 16029, - "thorough": 16030, - "gum": 16031, - "momentarily": 16032, - "##sto": 16033, - "cocaine": 16034, - "panicked": 16035, - "destined": 16036, - "##turing": 16037, - "teatro": 16038, - "denying": 16039, - "weary": 16040, - "captained": 16041, - "mans": 16042, - "##hawks": 16043, - "##code": 16044, - "wakefield": 16045, - "bollywood": 16046, - "thankfully": 16047, - "##16": 16048, - "cyril": 16049, - "##wu": 16050, - "amendments": 16051, - "##bahn": 16052, - "consultation": 16053, - "stud": 16054, - "reflections": 16055, - "kindness": 16056, - "1787": 16057, - "internally": 16058, - "##ovo": 16059, - "tex": 16060, - "mosaic": 16061, - "distribute": 16062, - "paddy": 16063, - "seeming": 16064, - "143": 16065, - "##hic": 16066, - "piers": 16067, - "##15": 16068, - "##mura": 16069, - "##verse": 16070, - "popularly": 16071, - "winger": 16072, - "kang": 16073, - "sentinel": 16074, - "mccoy": 16075, - "##anza": 16076, - "covenant": 16077, - "##bag": 16078, - "verge": 16079, - "fireworks": 16080, - "suppress": 16081, - "thrilled": 16082, - "dominate": 16083, - "##jar": 16084, - "swansea": 16085, - "##60": 16086, - "142": 16087, - "reconciliation": 16088, - "##ndi": 16089, - "stiffened": 16090, - "cue": 16091, - "dorian": 16092, - "##uf": 16093, - "damascus": 16094, - "amor": 16095, - "ida": 16096, - "foremost": 16097, - "##aga": 16098, - "porsche": 16099, - "unseen": 16100, - "dir": 16101, - "##had": 16102, - "##azi": 16103, - "stony": 16104, - "lexi": 16105, - "melodies": 16106, - "##nko": 16107, - "angular": 16108, - "integer": 16109, - "podcast": 16110, - "ants": 16111, - "inherent": 16112, - "jaws": 16113, - "justify": 16114, - "persona": 16115, - "##olved": 16116, - "josephine": 16117, - "##nr": 16118, - "##ressed": 16119, - "customary": 16120, - "flashes": 16121, - "gala": 16122, - "cyrus": 16123, - "glaring": 16124, - "backyard": 16125, - "ariel": 16126, - "physiology": 16127, - "greenland": 16128, - "html": 16129, - "stir": 16130, - "avon": 16131, - "atletico": 16132, - "finch": 16133, - "methodology": 16134, - "ked": 16135, - "##lent": 16136, - "mas": 16137, - "catholicism": 16138, - "townsend": 16139, - "branding": 16140, - "quincy": 16141, - "fits": 16142, - "containers": 16143, - "1777": 16144, - "ashore": 16145, - "aragon": 16146, - "##19": 16147, - "forearm": 16148, - "poisoning": 16149, - "##sd": 16150, - "adopting": 16151, - "conquer": 16152, - "grinding": 16153, - "amnesty": 16154, - "keller": 16155, - "finances": 16156, - "evaluate": 16157, - "forged": 16158, - "lankan": 16159, - "instincts": 16160, - "##uto": 16161, - "guam": 16162, - "bosnian": 16163, - "photographed": 16164, - "workplace": 16165, - "desirable": 16166, - "protector": 16167, - "##dog": 16168, - "allocation": 16169, - "intently": 16170, - "encourages": 16171, - "willy": 16172, - "##sten": 16173, - "bodyguard": 16174, - "electro": 16175, - "brighter": 16176, - "##ν": 16177, - "bihar": 16178, - "##chev": 16179, - "lasts": 16180, - "opener": 16181, - "amphibious": 16182, - "sal": 16183, - "verde": 16184, - "arte": 16185, - "##cope": 16186, - "captivity": 16187, - "vocabulary": 16188, - "yields": 16189, - "##tted": 16190, - "agreeing": 16191, - "desmond": 16192, - "pioneered": 16193, - "##chus": 16194, - "strap": 16195, - "campaigned": 16196, - "railroads": 16197, - "##ович": 16198, - "emblem": 16199, - "##dre": 16200, - "stormed": 16201, - "501": 16202, - "##ulous": 16203, - "marijuana": 16204, - "northumberland": 16205, - "##gn": 16206, - "##nath": 16207, - "bowen": 16208, - "landmarks": 16209, - "beaumont": 16210, - "##qua": 16211, - "danube": 16212, - "##bler": 16213, - "attorneys": 16214, - "th": 16215, - "ge": 16216, - "flyers": 16217, - "critique": 16218, - "villains": 16219, - "cass": 16220, - "mutation": 16221, - "acc": 16222, - "##0s": 16223, - "colombo": 16224, - "mckay": 16225, - "motif": 16226, - "sampling": 16227, - "concluding": 16228, - "syndicate": 16229, - "##rell": 16230, - "neon": 16231, - "stables": 16232, - "ds": 16233, - "warnings": 16234, - "clint": 16235, - "mourning": 16236, - "wilkinson": 16237, - "##tated": 16238, - "merrill": 16239, - "leopard": 16240, - "evenings": 16241, - "exhaled": 16242, - "emil": 16243, - "sonia": 16244, - "ezra": 16245, - "discrete": 16246, - "stove": 16247, - "farrell": 16248, - "fifteenth": 16249, - "prescribed": 16250, - "superhero": 16251, - "##rier": 16252, - "worms": 16253, - "helm": 16254, - "wren": 16255, - "##duction": 16256, - "##hc": 16257, - "expo": 16258, - "##rator": 16259, - "hq": 16260, - "unfamiliar": 16261, - "antony": 16262, - "prevents": 16263, - "acceleration": 16264, - "fiercely": 16265, - "mari": 16266, - "painfully": 16267, - "calculations": 16268, - "cheaper": 16269, - "ign": 16270, - "clifton": 16271, - "irvine": 16272, - "davenport": 16273, - "mozambique": 16274, - "##np": 16275, - "pierced": 16276, - "##evich": 16277, - "wonders": 16278, - "##wig": 16279, - "##cate": 16280, - "##iling": 16281, - "crusade": 16282, - "ware": 16283, - "##uel": 16284, - "enzymes": 16285, - "reasonably": 16286, - "mls": 16287, - "##coe": 16288, - "mater": 16289, - "ambition": 16290, - "bunny": 16291, - "eliot": 16292, - "kernel": 16293, - "##fin": 16294, - "asphalt": 16295, - "headmaster": 16296, - "torah": 16297, - "aden": 16298, - "lush": 16299, - "pins": 16300, - "waived": 16301, - "##care": 16302, - "##yas": 16303, - "joao": 16304, - "substrate": 16305, - "enforce": 16306, - "##grad": 16307, - "##ules": 16308, - "alvarez": 16309, - "selections": 16310, - "epidemic": 16311, - "tempted": 16312, - "##bit": 16313, - "bremen": 16314, - "translates": 16315, - "ensured": 16316, - "waterfront": 16317, - "29th": 16318, - "forrest": 16319, - "manny": 16320, - "malone": 16321, - "kramer": 16322, - "reigning": 16323, - "cookies": 16324, - "simpler": 16325, - "absorption": 16326, - "205": 16327, - "engraved": 16328, - "##ffy": 16329, - "evaluated": 16330, - "1778": 16331, - "haze": 16332, - "146": 16333, - "comforting": 16334, - "crossover": 16335, - "##abe": 16336, - "thorn": 16337, - "##rift": 16338, - "##imo": 16339, - "##pop": 16340, - "suppression": 16341, - "fatigue": 16342, - "cutter": 16343, - "##tr": 16344, - "201": 16345, - "wurttemberg": 16346, - "##orf": 16347, - "enforced": 16348, - "hovering": 16349, - "proprietary": 16350, - "gb": 16351, - "samurai": 16352, - "syllable": 16353, - "ascent": 16354, - "lacey": 16355, - "tick": 16356, - "lars": 16357, - "tractor": 16358, - "merchandise": 16359, - "rep": 16360, - "bouncing": 16361, - "defendants": 16362, - "##yre": 16363, - "huntington": 16364, - "##ground": 16365, - "##oko": 16366, - "standardized": 16367, - "##hor": 16368, - "##hima": 16369, - "assassinated": 16370, - "nu": 16371, - "predecessors": 16372, - "rainy": 16373, - "liar": 16374, - "assurance": 16375, - "lyrical": 16376, - "##uga": 16377, - "secondly": 16378, - "flattened": 16379, - "ios": 16380, - "parameter": 16381, - "undercover": 16382, - "##mity": 16383, - "bordeaux": 16384, - "punish": 16385, - "ridges": 16386, - "markers": 16387, - "exodus": 16388, - "inactive": 16389, - "hesitate": 16390, - "debbie": 16391, - "nyc": 16392, - "pledge": 16393, - "savoy": 16394, - "nagar": 16395, - "offset": 16396, - "organist": 16397, - "##tium": 16398, - "hesse": 16399, - "marin": 16400, - "converting": 16401, - "##iver": 16402, - "diagram": 16403, - "propulsion": 16404, - "pu": 16405, - "validity": 16406, - "reverted": 16407, - "supportive": 16408, - "##dc": 16409, - "ministries": 16410, - "clans": 16411, - "responds": 16412, - "proclamation": 16413, - "##inae": 16414, - "##ø": 16415, - "##rea": 16416, - "ein": 16417, - "pleading": 16418, - "patriot": 16419, - "sf": 16420, - "birch": 16421, - "islanders": 16422, - "strauss": 16423, - "hates": 16424, - "##dh": 16425, - "brandenburg": 16426, - "concession": 16427, - "rd": 16428, - "##ob": 16429, - "1900s": 16430, - "killings": 16431, - "textbook": 16432, - "antiquity": 16433, - "cinematography": 16434, - "wharf": 16435, - "embarrassing": 16436, - "setup": 16437, - "creed": 16438, - "farmland": 16439, - "inequality": 16440, - "centred": 16441, - "signatures": 16442, - "fallon": 16443, - "370": 16444, - "##ingham": 16445, - "##uts": 16446, - "ceylon": 16447, - "gazing": 16448, - "directive": 16449, - "laurie": 16450, - "##tern": 16451, - "globally": 16452, - "##uated": 16453, - "##dent": 16454, - "allah": 16455, - "excavation": 16456, - "threads": 16457, - "##cross": 16458, - "148": 16459, - "frantically": 16460, - "icc": 16461, - "utilize": 16462, - "determines": 16463, - "respiratory": 16464, - "thoughtful": 16465, - "receptions": 16466, - "##dicate": 16467, - "merging": 16468, - "chandra": 16469, - "seine": 16470, - "147": 16471, - "builders": 16472, - "builds": 16473, - "diagnostic": 16474, - "dev": 16475, - "visibility": 16476, - "goddamn": 16477, - "analyses": 16478, - "dhaka": 16479, - "cho": 16480, - "proves": 16481, - "chancel": 16482, - "concurrent": 16483, - "curiously": 16484, - "canadians": 16485, - "pumped": 16486, - "restoring": 16487, - "1850s": 16488, - "turtles": 16489, - "jaguar": 16490, - "sinister": 16491, - "spinal": 16492, - "traction": 16493, - "declan": 16494, - "vows": 16495, - "1784": 16496, - "glowed": 16497, - "capitalism": 16498, - "swirling": 16499, - "install": 16500, - "universidad": 16501, - "##lder": 16502, - "##oat": 16503, - "soloist": 16504, - "##genic": 16505, - "##oor": 16506, - "coincidence": 16507, - "beginnings": 16508, - "nissan": 16509, - "dip": 16510, - "resorts": 16511, - "caucasus": 16512, - "combustion": 16513, - "infectious": 16514, - "##eno": 16515, - "pigeon": 16516, - "serpent": 16517, - "##itating": 16518, - "conclude": 16519, - "masked": 16520, - "salad": 16521, - "jew": 16522, - "##gr": 16523, - "surreal": 16524, - "toni": 16525, - "##wc": 16526, - "harmonica": 16527, - "151": 16528, - "##gins": 16529, - "##etic": 16530, - "##coat": 16531, - "fishermen": 16532, - "intending": 16533, - "bravery": 16534, - "##wave": 16535, - "klaus": 16536, - "titan": 16537, - "wembley": 16538, - "taiwanese": 16539, - "ransom": 16540, - "40th": 16541, - "incorrect": 16542, - "hussein": 16543, - "eyelids": 16544, - "jp": 16545, - "cooke": 16546, - "dramas": 16547, - "utilities": 16548, - "##etta": 16549, - "##print": 16550, - "eisenhower": 16551, - "principally": 16552, - "granada": 16553, - "lana": 16554, - "##rak": 16555, - "openings": 16556, - "concord": 16557, - "##bl": 16558, - "bethany": 16559, - "connie": 16560, - "morality": 16561, - "sega": 16562, - "##mons": 16563, - "##nard": 16564, - "earnings": 16565, - "##kara": 16566, - "##cine": 16567, - "wii": 16568, - "communes": 16569, - "##rel": 16570, - "coma": 16571, - "composing": 16572, - "softened": 16573, - "severed": 16574, - "grapes": 16575, - "##17": 16576, - "nguyen": 16577, - "analyzed": 16578, - "warlord": 16579, - "hubbard": 16580, - "heavenly": 16581, - "behave": 16582, - "slovenian": 16583, - "##hit": 16584, - "##ony": 16585, - "hailed": 16586, - "filmmakers": 16587, - "trance": 16588, - "caldwell": 16589, - "skye": 16590, - "unrest": 16591, - "coward": 16592, - "likelihood": 16593, - "##aging": 16594, - "bern": 16595, - "sci": 16596, - "taliban": 16597, - "honolulu": 16598, - "propose": 16599, - "##wang": 16600, - "1700": 16601, - "browser": 16602, - "imagining": 16603, - "cobra": 16604, - "contributes": 16605, - "dukes": 16606, - "instinctively": 16607, - "conan": 16608, - "violinist": 16609, - "##ores": 16610, - "accessories": 16611, - "gradual": 16612, - "##amp": 16613, - "quotes": 16614, - "sioux": 16615, - "##dating": 16616, - "undertake": 16617, - "intercepted": 16618, - "sparkling": 16619, - "compressed": 16620, - "139": 16621, - "fungus": 16622, - "tombs": 16623, - "haley": 16624, - "imposing": 16625, - "rests": 16626, - "degradation": 16627, - "lincolnshire": 16628, - "retailers": 16629, - "wetlands": 16630, - "tulsa": 16631, - "distributor": 16632, - "dungeon": 16633, - "nun": 16634, - "greenhouse": 16635, - "convey": 16636, - "atlantis": 16637, - "aft": 16638, - "exits": 16639, - "oman": 16640, - "dresser": 16641, - "lyons": 16642, - "##sti": 16643, - "joking": 16644, - "eddy": 16645, - "judgement": 16646, - "omitted": 16647, - "digits": 16648, - "##cts": 16649, - "##game": 16650, - "juniors": 16651, - "##rae": 16652, - "cents": 16653, - "stricken": 16654, - "une": 16655, - "##ngo": 16656, - "wizards": 16657, - "weir": 16658, - "breton": 16659, - "nan": 16660, - "technician": 16661, - "fibers": 16662, - "liking": 16663, - "royalty": 16664, - "##cca": 16665, - "154": 16666, - "persia": 16667, - "terribly": 16668, - "magician": 16669, - "##rable": 16670, - "##unt": 16671, - "vance": 16672, - "cafeteria": 16673, - "booker": 16674, - "camille": 16675, - "warmer": 16676, - "##static": 16677, - "consume": 16678, - "cavern": 16679, - "gaps": 16680, - "compass": 16681, - "contemporaries": 16682, - "foyer": 16683, - "soothing": 16684, - "graveyard": 16685, - "maj": 16686, - "plunged": 16687, - "blush": 16688, - "##wear": 16689, - "cascade": 16690, - "demonstrates": 16691, - "ordinance": 16692, - "##nov": 16693, - "boyle": 16694, - "##lana": 16695, - "rockefeller": 16696, - "shaken": 16697, - "banjo": 16698, - "izzy": 16699, - "##ense": 16700, - "breathless": 16701, - "vines": 16702, - "##32": 16703, - "##eman": 16704, - "alterations": 16705, - "chromosome": 16706, - "dwellings": 16707, - "feudal": 16708, - "mole": 16709, - "153": 16710, - "catalonia": 16711, - "relics": 16712, - "tenant": 16713, - "mandated": 16714, - "##fm": 16715, - "fridge": 16716, - "hats": 16717, - "honesty": 16718, - "patented": 16719, - "raul": 16720, - "heap": 16721, - "cruisers": 16722, - "accusing": 16723, - "enlightenment": 16724, - "infants": 16725, - "wherein": 16726, - "chatham": 16727, - "contractors": 16728, - "zen": 16729, - "affinity": 16730, - "hc": 16731, - "osborne": 16732, - "piston": 16733, - "156": 16734, - "traps": 16735, - "maturity": 16736, - "##rana": 16737, - "lagos": 16738, - "##zal": 16739, - "peering": 16740, - "##nay": 16741, - "attendant": 16742, - "dealers": 16743, - "protocols": 16744, - "subset": 16745, - "prospects": 16746, - "biographical": 16747, - "##cre": 16748, - "artery": 16749, - "##zers": 16750, - "insignia": 16751, - "nuns": 16752, - "endured": 16753, - "##eration": 16754, - "recommend": 16755, - "schwartz": 16756, - "serbs": 16757, - "berger": 16758, - "cromwell": 16759, - "crossroads": 16760, - "##ctor": 16761, - "enduring": 16762, - "clasped": 16763, - "grounded": 16764, - "##bine": 16765, - "marseille": 16766, - "twitched": 16767, - "abel": 16768, - "choke": 16769, - "https": 16770, - "catalyst": 16771, - "moldova": 16772, - "italians": 16773, - "##tist": 16774, - "disastrous": 16775, - "wee": 16776, - "##oured": 16777, - "##nti": 16778, - "wwf": 16779, - "nope": 16780, - "##piration": 16781, - "##asa": 16782, - "expresses": 16783, - "thumbs": 16784, - "167": 16785, - "##nza": 16786, - "coca": 16787, - "1781": 16788, - "cheating": 16789, - "##ption": 16790, - "skipped": 16791, - "sensory": 16792, - "heidelberg": 16793, - "spies": 16794, - "satan": 16795, - "dangers": 16796, - "semifinal": 16797, - "202": 16798, - "bohemia": 16799, - "whitish": 16800, - "confusing": 16801, - "shipbuilding": 16802, - "relies": 16803, - "surgeons": 16804, - "landings": 16805, - "ravi": 16806, - "baku": 16807, - "moor": 16808, - "suffix": 16809, - "alejandro": 16810, - "##yana": 16811, - "litre": 16812, - "upheld": 16813, - "##unk": 16814, - "rajasthan": 16815, - "##rek": 16816, - "coaster": 16817, - "insists": 16818, - "posture": 16819, - "scenarios": 16820, - "etienne": 16821, - "favoured": 16822, - "appoint": 16823, - "transgender": 16824, - "elephants": 16825, - "poked": 16826, - "greenwood": 16827, - "defences": 16828, - "fulfilled": 16829, - "militant": 16830, - "somali": 16831, - "1758": 16832, - "chalk": 16833, - "potent": 16834, - "##ucci": 16835, - "migrants": 16836, - "wink": 16837, - "assistants": 16838, - "nos": 16839, - "restriction": 16840, - "activism": 16841, - "niger": 16842, - "##ario": 16843, - "colon": 16844, - "shaun": 16845, - "##sat": 16846, - "daphne": 16847, - "##erated": 16848, - "swam": 16849, - "congregations": 16850, - "reprise": 16851, - "considerations": 16852, - "magnet": 16853, - "playable": 16854, - "xvi": 16855, - "##р": 16856, - "overthrow": 16857, - "tobias": 16858, - "knob": 16859, - "chavez": 16860, - "coding": 16861, - "##mers": 16862, - "propped": 16863, - "katrina": 16864, - "orient": 16865, - "newcomer": 16866, - "##suke": 16867, - "temperate": 16868, - "##pool": 16869, - "farmhouse": 16870, - "interrogation": 16871, - "##vd": 16872, - "committing": 16873, - "##vert": 16874, - "forthcoming": 16875, - "strawberry": 16876, - "joaquin": 16877, - "macau": 16878, - "ponds": 16879, - "shocking": 16880, - "siberia": 16881, - "##cellular": 16882, - "chant": 16883, - "contributors": 16884, - "##nant": 16885, - "##ologists": 16886, - "sped": 16887, - "absorb": 16888, - "hail": 16889, - "1782": 16890, - "spared": 16891, - "##hore": 16892, - "barbados": 16893, - "karate": 16894, - "opus": 16895, - "originates": 16896, - "saul": 16897, - "##xie": 16898, - "evergreen": 16899, - "leaped": 16900, - "##rock": 16901, - "correlation": 16902, - "exaggerated": 16903, - "weekday": 16904, - "unification": 16905, - "bump": 16906, - "tracing": 16907, - "brig": 16908, - "afb": 16909, - "pathways": 16910, - "utilizing": 16911, - "##ners": 16912, - "mod": 16913, - "mb": 16914, - "disturbance": 16915, - "kneeling": 16916, - "##stad": 16917, - "##guchi": 16918, - "100th": 16919, - "pune": 16920, - "##thy": 16921, - "decreasing": 16922, - "168": 16923, - "manipulation": 16924, - "miriam": 16925, - "academia": 16926, - "ecosystem": 16927, - "occupational": 16928, - "rbi": 16929, - "##lem": 16930, - "rift": 16931, - "##14": 16932, - "rotary": 16933, - "stacked": 16934, - "incorporation": 16935, - "awakening": 16936, - "generators": 16937, - "guerrero": 16938, - "racist": 16939, - "##omy": 16940, - "cyber": 16941, - "derivatives": 16942, - "culminated": 16943, - "allie": 16944, - "annals": 16945, - "panzer": 16946, - "sainte": 16947, - "wikipedia": 16948, - "pops": 16949, - "zu": 16950, - "austro": 16951, - "##vate": 16952, - "algerian": 16953, - "politely": 16954, - "nicholson": 16955, - "mornings": 16956, - "educate": 16957, - "tastes": 16958, - "thrill": 16959, - "dartmouth": 16960, - "##gating": 16961, - "db": 16962, - "##jee": 16963, - "regan": 16964, - "differing": 16965, - "concentrating": 16966, - "choreography": 16967, - "divinity": 16968, - "##media": 16969, - "pledged": 16970, - "alexandre": 16971, - "routing": 16972, - "gregor": 16973, - "madeline": 16974, - "##idal": 16975, - "apocalypse": 16976, - "##hora": 16977, - "gunfire": 16978, - "culminating": 16979, - "elves": 16980, - "fined": 16981, - "liang": 16982, - "lam": 16983, - "programmed": 16984, - "tar": 16985, - "guessing": 16986, - "transparency": 16987, - "gabrielle": 16988, - "##gna": 16989, - "cancellation": 16990, - "flexibility": 16991, - "##lining": 16992, - "accession": 16993, - "shea": 16994, - "stronghold": 16995, - "nets": 16996, - "specializes": 16997, - "##rgan": 16998, - "abused": 16999, - "hasan": 17000, - "sgt": 17001, - "ling": 17002, - "exceeding": 17003, - "##₄": 17004, - "admiration": 17005, - "supermarket": 17006, - "##ark": 17007, - "photographers": 17008, - "specialised": 17009, - "tilt": 17010, - "resonance": 17011, - "hmm": 17012, - "perfume": 17013, - "380": 17014, - "sami": 17015, - "threatens": 17016, - "garland": 17017, - "botany": 17018, - "guarding": 17019, - "boiled": 17020, - "greet": 17021, - "puppy": 17022, - "russo": 17023, - "supplier": 17024, - "wilmington": 17025, - "vibrant": 17026, - "vijay": 17027, - "##bius": 17028, - "paralympic": 17029, - "grumbled": 17030, - "paige": 17031, - "faa": 17032, - "licking": 17033, - "margins": 17034, - "hurricanes": 17035, - "##gong": 17036, - "fest": 17037, - "grenade": 17038, - "ripping": 17039, - "##uz": 17040, - "counseling": 17041, - "weigh": 17042, - "##sian": 17043, - "needles": 17044, - "wiltshire": 17045, - "edison": 17046, - "costly": 17047, - "##not": 17048, - "fulton": 17049, - "tramway": 17050, - "redesigned": 17051, - "staffordshire": 17052, - "cache": 17053, - "gasping": 17054, - "watkins": 17055, - "sleepy": 17056, - "candidacy": 17057, - "##group": 17058, - "monkeys": 17059, - "timeline": 17060, - "throbbing": 17061, - "##bid": 17062, - "##sos": 17063, - "berth": 17064, - "uzbekistan": 17065, - "vanderbilt": 17066, - "bothering": 17067, - "overturned": 17068, - "ballots": 17069, - "gem": 17070, - "##iger": 17071, - "sunglasses": 17072, - "subscribers": 17073, - "hooker": 17074, - "compelling": 17075, - "ang": 17076, - "exceptionally": 17077, - "saloon": 17078, - "stab": 17079, - "##rdi": 17080, - "carla": 17081, - "terrifying": 17082, - "rom": 17083, - "##vision": 17084, - "coil": 17085, - "##oids": 17086, - "satisfying": 17087, - "vendors": 17088, - "31st": 17089, - "mackay": 17090, - "deities": 17091, - "overlooked": 17092, - "ambient": 17093, - "bahamas": 17094, - "felipe": 17095, - "olympia": 17096, - "whirled": 17097, - "botanist": 17098, - "advertised": 17099, - "tugging": 17100, - "##dden": 17101, - "disciples": 17102, - "morales": 17103, - "unionist": 17104, - "rites": 17105, - "foley": 17106, - "morse": 17107, - "motives": 17108, - "creepy": 17109, - "##₀": 17110, - "soo": 17111, - "##sz": 17112, - "bargain": 17113, - "highness": 17114, - "frightening": 17115, - "turnpike": 17116, - "tory": 17117, - "reorganization": 17118, - "##cer": 17119, - "depict": 17120, - "biographer": 17121, - "##walk": 17122, - "unopposed": 17123, - "manifesto": 17124, - "##gles": 17125, - "institut": 17126, - "emile": 17127, - "accidental": 17128, - "kapoor": 17129, - "##dam": 17130, - "kilkenny": 17131, - "cortex": 17132, - "lively": 17133, - "##13": 17134, - "romanesque": 17135, - "jain": 17136, - "shan": 17137, - "cannons": 17138, - "##ood": 17139, - "##ske": 17140, - "petrol": 17141, - "echoing": 17142, - "amalgamated": 17143, - "disappears": 17144, - "cautious": 17145, - "proposes": 17146, - "sanctions": 17147, - "trenton": 17148, - "##ر": 17149, - "flotilla": 17150, - "aus": 17151, - "contempt": 17152, - "tor": 17153, - "canary": 17154, - "cote": 17155, - "theirs": 17156, - "##hun": 17157, - "conceptual": 17158, - "deleted": 17159, - "fascinating": 17160, - "paso": 17161, - "blazing": 17162, - "elf": 17163, - "honourable": 17164, - "hutchinson": 17165, - "##eiro": 17166, - "##outh": 17167, - "##zin": 17168, - "surveyor": 17169, - "tee": 17170, - "amidst": 17171, - "wooded": 17172, - "reissue": 17173, - "intro": 17174, - "##ono": 17175, - "cobb": 17176, - "shelters": 17177, - "newsletter": 17178, - "hanson": 17179, - "brace": 17180, - "encoding": 17181, - "confiscated": 17182, - "dem": 17183, - "caravan": 17184, - "marino": 17185, - "scroll": 17186, - "melodic": 17187, - "cows": 17188, - "imam": 17189, - "##adi": 17190, - "##aneous": 17191, - "northward": 17192, - "searches": 17193, - "biodiversity": 17194, - "cora": 17195, - "310": 17196, - "roaring": 17197, - "##bers": 17198, - "connell": 17199, - "theologian": 17200, - "halo": 17201, - "compose": 17202, - "pathetic": 17203, - "unmarried": 17204, - "dynamo": 17205, - "##oot": 17206, - "az": 17207, - "calculation": 17208, - "toulouse": 17209, - "deserves": 17210, - "humour": 17211, - "nr": 17212, - "forgiveness": 17213, - "tam": 17214, - "undergone": 17215, - "martyr": 17216, - "pamela": 17217, - "myths": 17218, - "whore": 17219, - "counselor": 17220, - "hicks": 17221, - "290": 17222, - "heavens": 17223, - "battleship": 17224, - "electromagnetic": 17225, - "##bbs": 17226, - "stellar": 17227, - "establishments": 17228, - "presley": 17229, - "hopped": 17230, - "##chin": 17231, - "temptation": 17232, - "90s": 17233, - "wills": 17234, - "nas": 17235, - "##yuan": 17236, - "nhs": 17237, - "##nya": 17238, - "seminars": 17239, - "##yev": 17240, - "adaptations": 17241, - "gong": 17242, - "asher": 17243, - "lex": 17244, - "indicator": 17245, - "sikh": 17246, - "tobago": 17247, - "cites": 17248, - "goin": 17249, - "##yte": 17250, - "satirical": 17251, - "##gies": 17252, - "characterised": 17253, - "correspond": 17254, - "bubbles": 17255, - "lure": 17256, - "participates": 17257, - "##vid": 17258, - "eruption": 17259, - "skate": 17260, - "therapeutic": 17261, - "1785": 17262, - "canals": 17263, - "wholesale": 17264, - "defaulted": 17265, - "sac": 17266, - "460": 17267, - "petit": 17268, - "##zzled": 17269, - "virgil": 17270, - "leak": 17271, - "ravens": 17272, - "256": 17273, - "portraying": 17274, - "##yx": 17275, - "ghetto": 17276, - "creators": 17277, - "dams": 17278, - "portray": 17279, - "vicente": 17280, - "##rington": 17281, - "fae": 17282, - "namesake": 17283, - "bounty": 17284, - "##arium": 17285, - "joachim": 17286, - "##ota": 17287, - "##iser": 17288, - "aforementioned": 17289, - "axle": 17290, - "snout": 17291, - "depended": 17292, - "dismantled": 17293, - "reuben": 17294, - "480": 17295, - "##ibly": 17296, - "gallagher": 17297, - "##lau": 17298, - "##pd": 17299, - "earnest": 17300, - "##ieu": 17301, - "##iary": 17302, - "inflicted": 17303, - "objections": 17304, - "##llar": 17305, - "asa": 17306, - "gritted": 17307, - "##athy": 17308, - "jericho": 17309, - "##sea": 17310, - "##was": 17311, - "flick": 17312, - "underside": 17313, - "ceramics": 17314, - "undead": 17315, - "substituted": 17316, - "195": 17317, - "eastward": 17318, - "undoubtedly": 17319, - "wheeled": 17320, - "chimney": 17321, - "##iche": 17322, - "guinness": 17323, - "cb": 17324, - "##ager": 17325, - "siding": 17326, - "##bell": 17327, - "traitor": 17328, - "baptiste": 17329, - "disguised": 17330, - "inauguration": 17331, - "149": 17332, - "tipperary": 17333, - "choreographer": 17334, - "perched": 17335, - "warmed": 17336, - "stationary": 17337, - "eco": 17338, - "##ike": 17339, - "##ntes": 17340, - "bacterial": 17341, - "##aurus": 17342, - "flores": 17343, - "phosphate": 17344, - "##core": 17345, - "attacker": 17346, - "invaders": 17347, - "alvin": 17348, - "intersects": 17349, - "a1": 17350, - "indirectly": 17351, - "immigrated": 17352, - "businessmen": 17353, - "cornelius": 17354, - "valves": 17355, - "narrated": 17356, - "pill": 17357, - "sober": 17358, - "ul": 17359, - "nationale": 17360, - "monastic": 17361, - "applicants": 17362, - "scenery": 17363, - "##jack": 17364, - "161": 17365, - "motifs": 17366, - "constitutes": 17367, - "cpu": 17368, - "##osh": 17369, - "jurisdictions": 17370, - "sd": 17371, - "tuning": 17372, - "irritation": 17373, - "woven": 17374, - "##uddin": 17375, - "fertility": 17376, - "gao": 17377, - "##erie": 17378, - "antagonist": 17379, - "impatient": 17380, - "glacial": 17381, - "hides": 17382, - "boarded": 17383, - "denominations": 17384, - "interception": 17385, - "##jas": 17386, - "cookie": 17387, - "nicola": 17388, - "##tee": 17389, - "algebraic": 17390, - "marquess": 17391, - "bahn": 17392, - "parole": 17393, - "buyers": 17394, - "bait": 17395, - "turbines": 17396, - "paperwork": 17397, - "bestowed": 17398, - "natasha": 17399, - "renee": 17400, - "oceans": 17401, - "purchases": 17402, - "157": 17403, - "vaccine": 17404, - "215": 17405, - "##tock": 17406, - "fixtures": 17407, - "playhouse": 17408, - "integrate": 17409, - "jai": 17410, - "oswald": 17411, - "intellectuals": 17412, - "##cky": 17413, - "booked": 17414, - "nests": 17415, - "mortimer": 17416, - "##isi": 17417, - "obsession": 17418, - "sept": 17419, - "##gler": 17420, - "##sum": 17421, - "440": 17422, - "scrutiny": 17423, - "simultaneous": 17424, - "squinted": 17425, - "##shin": 17426, - "collects": 17427, - "oven": 17428, - "shankar": 17429, - "penned": 17430, - "remarkably": 17431, - "##я": 17432, - "slips": 17433, - "luggage": 17434, - "spectral": 17435, - "1786": 17436, - "collaborations": 17437, - "louie": 17438, - "consolidation": 17439, - "##ailed": 17440, - "##ivating": 17441, - "420": 17442, - "hoover": 17443, - "blackpool": 17444, - "harness": 17445, - "ignition": 17446, - "vest": 17447, - "tails": 17448, - "belmont": 17449, - "mongol": 17450, - "skinner": 17451, - "##nae": 17452, - "visually": 17453, - "mage": 17454, - "derry": 17455, - "##tism": 17456, - "##unce": 17457, - "stevie": 17458, - "transitional": 17459, - "##rdy": 17460, - "redskins": 17461, - "drying": 17462, - "prep": 17463, - "prospective": 17464, - "##21": 17465, - "annoyance": 17466, - "oversee": 17467, - "##loaded": 17468, - "fills": 17469, - "##books": 17470, - "##iki": 17471, - "announces": 17472, - "fda": 17473, - "scowled": 17474, - "respects": 17475, - "prasad": 17476, - "mystic": 17477, - "tucson": 17478, - "##vale": 17479, - "revue": 17480, - "springer": 17481, - "bankrupt": 17482, - "1772": 17483, - "aristotle": 17484, - "salvatore": 17485, - "habsburg": 17486, - "##geny": 17487, - "dal": 17488, - "natal": 17489, - "nut": 17490, - "pod": 17491, - "chewing": 17492, - "darts": 17493, - "moroccan": 17494, - "walkover": 17495, - "rosario": 17496, - "lenin": 17497, - "punjabi": 17498, - "##ße": 17499, - "grossed": 17500, - "scattering": 17501, - "wired": 17502, - "invasive": 17503, - "hui": 17504, - "polynomial": 17505, - "corridors": 17506, - "wakes": 17507, - "gina": 17508, - "portrays": 17509, - "##cratic": 17510, - "arid": 17511, - "retreating": 17512, - "erich": 17513, - "irwin": 17514, - "sniper": 17515, - "##dha": 17516, - "linen": 17517, - "lindsey": 17518, - "maneuver": 17519, - "butch": 17520, - "shutting": 17521, - "socio": 17522, - "bounce": 17523, - "commemorative": 17524, - "postseason": 17525, - "jeremiah": 17526, - "pines": 17527, - "275": 17528, - "mystical": 17529, - "beads": 17530, - "bp": 17531, - "abbas": 17532, - "furnace": 17533, - "bidding": 17534, - "consulted": 17535, - "assaulted": 17536, - "empirical": 17537, - "rubble": 17538, - "enclosure": 17539, - "sob": 17540, - "weakly": 17541, - "cancel": 17542, - "polly": 17543, - "yielded": 17544, - "##emann": 17545, - "curly": 17546, - "prediction": 17547, - "battered": 17548, - "70s": 17549, - "vhs": 17550, - "jacqueline": 17551, - "render": 17552, - "sails": 17553, - "barked": 17554, - "detailing": 17555, - "grayson": 17556, - "riga": 17557, - "sloane": 17558, - "raging": 17559, - "##yah": 17560, - "herbs": 17561, - "bravo": 17562, - "##athlon": 17563, - "alloy": 17564, - "giggle": 17565, - "imminent": 17566, - "suffers": 17567, - "assumptions": 17568, - "waltz": 17569, - "##itate": 17570, - "accomplishments": 17571, - "##ited": 17572, - "bathing": 17573, - "remixed": 17574, - "deception": 17575, - "prefix": 17576, - "##emia": 17577, - "deepest": 17578, - "##tier": 17579, - "##eis": 17580, - "balkan": 17581, - "frogs": 17582, - "##rong": 17583, - "slab": 17584, - "##pate": 17585, - "philosophers": 17586, - "peterborough": 17587, - "grains": 17588, - "imports": 17589, - "dickinson": 17590, - "rwanda": 17591, - "##atics": 17592, - "1774": 17593, - "dirk": 17594, - "lan": 17595, - "tablets": 17596, - "##rove": 17597, - "clone": 17598, - "##rice": 17599, - "caretaker": 17600, - "hostilities": 17601, - "mclean": 17602, - "##gre": 17603, - "regimental": 17604, - "treasures": 17605, - "norms": 17606, - "impose": 17607, - "tsar": 17608, - "tango": 17609, - "diplomacy": 17610, - "variously": 17611, - "complain": 17612, - "192": 17613, - "recognise": 17614, - "arrests": 17615, - "1779": 17616, - "celestial": 17617, - "pulitzer": 17618, - "##dus": 17619, - "bing": 17620, - "libretto": 17621, - "##moor": 17622, - "adele": 17623, - "splash": 17624, - "##rite": 17625, - "expectation": 17626, - "lds": 17627, - "confronts": 17628, - "##izer": 17629, - "spontaneous": 17630, - "harmful": 17631, - "wedge": 17632, - "entrepreneurs": 17633, - "buyer": 17634, - "##ope": 17635, - "bilingual": 17636, - "translate": 17637, - "rugged": 17638, - "conner": 17639, - "circulated": 17640, - "uae": 17641, - "eaton": 17642, - "##gra": 17643, - "##zzle": 17644, - "lingered": 17645, - "lockheed": 17646, - "vishnu": 17647, - "reelection": 17648, - "alonso": 17649, - "##oom": 17650, - "joints": 17651, - "yankee": 17652, - "headline": 17653, - "cooperate": 17654, - "heinz": 17655, - "laureate": 17656, - "invading": 17657, - "##sford": 17658, - "echoes": 17659, - "scandinavian": 17660, - "##dham": 17661, - "hugging": 17662, - "vitamin": 17663, - "salute": 17664, - "micah": 17665, - "hind": 17666, - "trader": 17667, - "##sper": 17668, - "radioactive": 17669, - "##ndra": 17670, - "militants": 17671, - "poisoned": 17672, - "ratified": 17673, - "remark": 17674, - "campeonato": 17675, - "deprived": 17676, - "wander": 17677, - "prop": 17678, - "##dong": 17679, - "outlook": 17680, - "##tani": 17681, - "##rix": 17682, - "##eye": 17683, - "chiang": 17684, - "darcy": 17685, - "##oping": 17686, - "mandolin": 17687, - "spice": 17688, - "statesman": 17689, - "babylon": 17690, - "182": 17691, - "walled": 17692, - "forgetting": 17693, - "afro": 17694, - "##cap": 17695, - "158": 17696, - "giorgio": 17697, - "buffer": 17698, - "##polis": 17699, - "planetary": 17700, - "##gis": 17701, - "overlap": 17702, - "terminals": 17703, - "kinda": 17704, - "centenary": 17705, - "##bir": 17706, - "arising": 17707, - "manipulate": 17708, - "elm": 17709, - "ke": 17710, - "1770": 17711, - "ak": 17712, - "##tad": 17713, - "chrysler": 17714, - "mapped": 17715, - "moose": 17716, - "pomeranian": 17717, - "quad": 17718, - "macarthur": 17719, - "assemblies": 17720, - "shoreline": 17721, - "recalls": 17722, - "stratford": 17723, - "##rted": 17724, - "noticeable": 17725, - "##evic": 17726, - "imp": 17727, - "##rita": 17728, - "##sque": 17729, - "accustomed": 17730, - "supplying": 17731, - "tents": 17732, - "disgusted": 17733, - "vogue": 17734, - "sipped": 17735, - "filters": 17736, - "khz": 17737, - "reno": 17738, - "selecting": 17739, - "luftwaffe": 17740, - "mcmahon": 17741, - "tyne": 17742, - "masterpiece": 17743, - "carriages": 17744, - "collided": 17745, - "dunes": 17746, - "exercised": 17747, - "flare": 17748, - "remembers": 17749, - "muzzle": 17750, - "##mobile": 17751, - "heck": 17752, - "##rson": 17753, - "burgess": 17754, - "lunged": 17755, - "middleton": 17756, - "boycott": 17757, - "bilateral": 17758, - "##sity": 17759, - "hazardous": 17760, - "lumpur": 17761, - "multiplayer": 17762, - "spotlight": 17763, - "jackets": 17764, - "goldman": 17765, - "liege": 17766, - "porcelain": 17767, - "rag": 17768, - "waterford": 17769, - "benz": 17770, - "attracts": 17771, - "hopeful": 17772, - "battling": 17773, - "ottomans": 17774, - "kensington": 17775, - "baked": 17776, - "hymns": 17777, - "cheyenne": 17778, - "lattice": 17779, - "levine": 17780, - "borrow": 17781, - "polymer": 17782, - "clashes": 17783, - "michaels": 17784, - "monitored": 17785, - "commitments": 17786, - "denounced": 17787, - "##25": 17788, - "##von": 17789, - "cavity": 17790, - "##oney": 17791, - "hobby": 17792, - "akin": 17793, - "##holders": 17794, - "futures": 17795, - "intricate": 17796, - "cornish": 17797, - "patty": 17798, - "##oned": 17799, - "illegally": 17800, - "dolphin": 17801, - "##lag": 17802, - "barlow": 17803, - "yellowish": 17804, - "maddie": 17805, - "apologized": 17806, - "luton": 17807, - "plagued": 17808, - "##puram": 17809, - "nana": 17810, - "##rds": 17811, - "sway": 17812, - "fanny": 17813, - "łodz": 17814, - "##rino": 17815, - "psi": 17816, - "suspicions": 17817, - "hanged": 17818, - "##eding": 17819, - "initiate": 17820, - "charlton": 17821, - "##por": 17822, - "nak": 17823, - "competent": 17824, - "235": 17825, - "analytical": 17826, - "annex": 17827, - "wardrobe": 17828, - "reservations": 17829, - "##rma": 17830, - "sect": 17831, - "162": 17832, - "fairfax": 17833, - "hedge": 17834, - "piled": 17835, - "buckingham": 17836, - "uneven": 17837, - "bauer": 17838, - "simplicity": 17839, - "snyder": 17840, - "interpret": 17841, - "accountability": 17842, - "donors": 17843, - "moderately": 17844, - "byrd": 17845, - "continents": 17846, - "##cite": 17847, - "##max": 17848, - "disciple": 17849, - "hr": 17850, - "jamaican": 17851, - "ping": 17852, - "nominees": 17853, - "##uss": 17854, - "mongolian": 17855, - "diver": 17856, - "attackers": 17857, - "eagerly": 17858, - "ideological": 17859, - "pillows": 17860, - "miracles": 17861, - "apartheid": 17862, - "revolver": 17863, - "sulfur": 17864, - "clinics": 17865, - "moran": 17866, - "163": 17867, - "##enko": 17868, - "ile": 17869, - "katy": 17870, - "rhetoric": 17871, - "##icated": 17872, - "chronology": 17873, - "recycling": 17874, - "##hrer": 17875, - "elongated": 17876, - "mughal": 17877, - "pascal": 17878, - "profiles": 17879, - "vibration": 17880, - "databases": 17881, - "domination": 17882, - "##fare": 17883, - "##rant": 17884, - "matthias": 17885, - "digest": 17886, - "rehearsal": 17887, - "polling": 17888, - "weiss": 17889, - "initiation": 17890, - "reeves": 17891, - "clinging": 17892, - "flourished": 17893, - "impress": 17894, - "ngo": 17895, - "##hoff": 17896, - "##ume": 17897, - "buckley": 17898, - "symposium": 17899, - "rhythms": 17900, - "weed": 17901, - "emphasize": 17902, - "transforming": 17903, - "##taking": 17904, - "##gence": 17905, - "##yman": 17906, - "accountant": 17907, - "analyze": 17908, - "flicker": 17909, - "foil": 17910, - "priesthood": 17911, - "voluntarily": 17912, - "decreases": 17913, - "##80": 17914, - "##hya": 17915, - "slater": 17916, - "sv": 17917, - "charting": 17918, - "mcgill": 17919, - "##lde": 17920, - "moreno": 17921, - "##iu": 17922, - "besieged": 17923, - "zur": 17924, - "robes": 17925, - "##phic": 17926, - "admitting": 17927, - "api": 17928, - "deported": 17929, - "turmoil": 17930, - "peyton": 17931, - "earthquakes": 17932, - "##ares": 17933, - "nationalists": 17934, - "beau": 17935, - "clair": 17936, - "brethren": 17937, - "interrupt": 17938, - "welch": 17939, - "curated": 17940, - "galerie": 17941, - "requesting": 17942, - "164": 17943, - "##ested": 17944, - "impending": 17945, - "steward": 17946, - "viper": 17947, - "##vina": 17948, - "complaining": 17949, - "beautifully": 17950, - "brandy": 17951, - "foam": 17952, - "nl": 17953, - "1660": 17954, - "##cake": 17955, - "alessandro": 17956, - "punches": 17957, - "laced": 17958, - "explanations": 17959, - "##lim": 17960, - "attribute": 17961, - "clit": 17962, - "reggie": 17963, - "discomfort": 17964, - "##cards": 17965, - "smoothed": 17966, - "whales": 17967, - "##cene": 17968, - "adler": 17969, - "countered": 17970, - "duffy": 17971, - "disciplinary": 17972, - "widening": 17973, - "recipe": 17974, - "reliance": 17975, - "conducts": 17976, - "goats": 17977, - "gradient": 17978, - "preaching": 17979, - "##shaw": 17980, - "matilda": 17981, - "quasi": 17982, - "striped": 17983, - "meridian": 17984, - "cannabis": 17985, - "cordoba": 17986, - "certificates": 17987, - "##agh": 17988, - "##tering": 17989, - "graffiti": 17990, - "hangs": 17991, - "pilgrims": 17992, - "repeats": 17993, - "##ych": 17994, - "revive": 17995, - "urine": 17996, - "etat": 17997, - "##hawk": 17998, - "fueled": 17999, - "belts": 18000, - "fuzzy": 18001, - "susceptible": 18002, - "##hang": 18003, - "mauritius": 18004, - "salle": 18005, - "sincere": 18006, - "beers": 18007, - "hooks": 18008, - "##cki": 18009, - "arbitration": 18010, - "entrusted": 18011, - "advise": 18012, - "sniffed": 18013, - "seminar": 18014, - "junk": 18015, - "donnell": 18016, - "processors": 18017, - "principality": 18018, - "strapped": 18019, - "celia": 18020, - "mendoza": 18021, - "everton": 18022, - "fortunes": 18023, - "prejudice": 18024, - "starving": 18025, - "reassigned": 18026, - "steamer": 18027, - "##lund": 18028, - "tuck": 18029, - "evenly": 18030, - "foreman": 18031, - "##ffen": 18032, - "dans": 18033, - "375": 18034, - "envisioned": 18035, - "slit": 18036, - "##xy": 18037, - "baseman": 18038, - "liberia": 18039, - "rosemary": 18040, - "##weed": 18041, - "electrified": 18042, - "periodically": 18043, - "potassium": 18044, - "stride": 18045, - "contexts": 18046, - "sperm": 18047, - "slade": 18048, - "mariners": 18049, - "influx": 18050, - "bianca": 18051, - "subcommittee": 18052, - "##rane": 18053, - "spilling": 18054, - "icao": 18055, - "estuary": 18056, - "##nock": 18057, - "delivers": 18058, - "iphone": 18059, - "##ulata": 18060, - "isa": 18061, - "mira": 18062, - "bohemian": 18063, - "dessert": 18064, - "##sbury": 18065, - "welcoming": 18066, - "proudly": 18067, - "slowing": 18068, - "##chs": 18069, - "musee": 18070, - "ascension": 18071, - "russ": 18072, - "##vian": 18073, - "waits": 18074, - "##psy": 18075, - "africans": 18076, - "exploit": 18077, - "##morphic": 18078, - "gov": 18079, - "eccentric": 18080, - "crab": 18081, - "peck": 18082, - "##ull": 18083, - "entrances": 18084, - "formidable": 18085, - "marketplace": 18086, - "groom": 18087, - "bolted": 18088, - "metabolism": 18089, - "patton": 18090, - "robbins": 18091, - "courier": 18092, - "payload": 18093, - "endure": 18094, - "##ifier": 18095, - "andes": 18096, - "refrigerator": 18097, - "##pr": 18098, - "ornate": 18099, - "##uca": 18100, - "ruthless": 18101, - "illegitimate": 18102, - "masonry": 18103, - "strasbourg": 18104, - "bikes": 18105, - "adobe": 18106, - "##³": 18107, - "apples": 18108, - "quintet": 18109, - "willingly": 18110, - "niche": 18111, - "bakery": 18112, - "corpses": 18113, - "energetic": 18114, - "##cliffe": 18115, - "##sser": 18116, - "##ards": 18117, - "177": 18118, - "centimeters": 18119, - "centro": 18120, - "fuscous": 18121, - "cretaceous": 18122, - "rancho": 18123, - "##yde": 18124, - "andrei": 18125, - "telecom": 18126, - "tottenham": 18127, - "oasis": 18128, - "ordination": 18129, - "vulnerability": 18130, - "presiding": 18131, - "corey": 18132, - "cp": 18133, - "penguins": 18134, - "sims": 18135, - "##pis": 18136, - "malawi": 18137, - "piss": 18138, - "##48": 18139, - "correction": 18140, - "##cked": 18141, - "##ffle": 18142, - "##ryn": 18143, - "countdown": 18144, - "detectives": 18145, - "psychiatrist": 18146, - "psychedelic": 18147, - "dinosaurs": 18148, - "blouse": 18149, - "##get": 18150, - "choi": 18151, - "vowed": 18152, - "##oz": 18153, - "randomly": 18154, - "##pol": 18155, - "49ers": 18156, - "scrub": 18157, - "blanche": 18158, - "bruins": 18159, - "dusseldorf": 18160, - "##using": 18161, - "unwanted": 18162, - "##ums": 18163, - "212": 18164, - "dominique": 18165, - "elevations": 18166, - "headlights": 18167, - "om": 18168, - "laguna": 18169, - "##oga": 18170, - "1750": 18171, - "famously": 18172, - "ignorance": 18173, - "shrewsbury": 18174, - "##aine": 18175, - "ajax": 18176, - "breuning": 18177, - "che": 18178, - "confederacy": 18179, - "greco": 18180, - "overhaul": 18181, - "##screen": 18182, - "paz": 18183, - "skirts": 18184, - "disagreement": 18185, - "cruelty": 18186, - "jagged": 18187, - "phoebe": 18188, - "shifter": 18189, - "hovered": 18190, - "viruses": 18191, - "##wes": 18192, - "mandy": 18193, - "##lined": 18194, - "##gc": 18195, - "landlord": 18196, - "squirrel": 18197, - "dashed": 18198, - "##ι": 18199, - "ornamental": 18200, - "gag": 18201, - "wally": 18202, - "grange": 18203, - "literal": 18204, - "spurs": 18205, - "undisclosed": 18206, - "proceeding": 18207, - "yin": 18208, - "##text": 18209, - "billie": 18210, - "orphan": 18211, - "spanned": 18212, - "humidity": 18213, - "indy": 18214, - "weighted": 18215, - "presentations": 18216, - "explosions": 18217, - "lucian": 18218, - "##tary": 18219, - "vaughn": 18220, - "hindus": 18221, - "##anga": 18222, - "##hell": 18223, - "psycho": 18224, - "171": 18225, - "daytona": 18226, - "protects": 18227, - "efficiently": 18228, - "rematch": 18229, - "sly": 18230, - "tandem": 18231, - "##oya": 18232, - "rebranded": 18233, - "impaired": 18234, - "hee": 18235, - "metropolis": 18236, - "peach": 18237, - "godfrey": 18238, - "diaspora": 18239, - "ethnicity": 18240, - "prosperous": 18241, - "gleaming": 18242, - "dar": 18243, - "grossing": 18244, - "playback": 18245, - "##rden": 18246, - "stripe": 18247, - "pistols": 18248, - "##tain": 18249, - "births": 18250, - "labelled": 18251, - "##cating": 18252, - "172": 18253, - "rudy": 18254, - "alba": 18255, - "##onne": 18256, - "aquarium": 18257, - "hostility": 18258, - "##gb": 18259, - "##tase": 18260, - "shudder": 18261, - "sumatra": 18262, - "hardest": 18263, - "lakers": 18264, - "consonant": 18265, - "creeping": 18266, - "demos": 18267, - "homicide": 18268, - "capsule": 18269, - "zeke": 18270, - "liberties": 18271, - "expulsion": 18272, - "pueblo": 18273, - "##comb": 18274, - "trait": 18275, - "transporting": 18276, - "##ddin": 18277, - "##neck": 18278, - "##yna": 18279, - "depart": 18280, - "gregg": 18281, - "mold": 18282, - "ledge": 18283, - "hangar": 18284, - "oldham": 18285, - "playboy": 18286, - "termination": 18287, - "analysts": 18288, - "gmbh": 18289, - "romero": 18290, - "##itic": 18291, - "insist": 18292, - "cradle": 18293, - "filthy": 18294, - "brightness": 18295, - "slash": 18296, - "shootout": 18297, - "deposed": 18298, - "bordering": 18299, - "##truct": 18300, - "isis": 18301, - "microwave": 18302, - "tumbled": 18303, - "sheltered": 18304, - "cathy": 18305, - "werewolves": 18306, - "messy": 18307, - "andersen": 18308, - "convex": 18309, - "clapped": 18310, - "clinched": 18311, - "satire": 18312, - "wasting": 18313, - "edo": 18314, - "vc": 18315, - "rufus": 18316, - "##jak": 18317, - "mont": 18318, - "##etti": 18319, - "poznan": 18320, - "##keeping": 18321, - "restructuring": 18322, - "transverse": 18323, - "##rland": 18324, - "azerbaijani": 18325, - "slovene": 18326, - "gestures": 18327, - "roommate": 18328, - "choking": 18329, - "shear": 18330, - "##quist": 18331, - "vanguard": 18332, - "oblivious": 18333, - "##hiro": 18334, - "disagreed": 18335, - "baptism": 18336, - "##lich": 18337, - "coliseum": 18338, - "##aceae": 18339, - "salvage": 18340, - "societe": 18341, - "cory": 18342, - "locke": 18343, - "relocation": 18344, - "relying": 18345, - "versailles": 18346, - "ahl": 18347, - "swelling": 18348, - "##elo": 18349, - "cheerful": 18350, - "##word": 18351, - "##edes": 18352, - "gin": 18353, - "sarajevo": 18354, - "obstacle": 18355, - "diverted": 18356, - "##nac": 18357, - "messed": 18358, - "thoroughbred": 18359, - "fluttered": 18360, - "utrecht": 18361, - "chewed": 18362, - "acquaintance": 18363, - "assassins": 18364, - "dispatch": 18365, - "mirza": 18366, - "##wart": 18367, - "nike": 18368, - "salzburg": 18369, - "swell": 18370, - "yen": 18371, - "##gee": 18372, - "idle": 18373, - "ligue": 18374, - "samson": 18375, - "##nds": 18376, - "##igh": 18377, - "playful": 18378, - "spawned": 18379, - "##cise": 18380, - "tease": 18381, - "##case": 18382, - "burgundy": 18383, - "##bot": 18384, - "stirring": 18385, - "skeptical": 18386, - "interceptions": 18387, - "marathi": 18388, - "##dies": 18389, - "bedrooms": 18390, - "aroused": 18391, - "pinch": 18392, - "##lik": 18393, - "preferences": 18394, - "tattoos": 18395, - "buster": 18396, - "digitally": 18397, - "projecting": 18398, - "rust": 18399, - "##ital": 18400, - "kitten": 18401, - "priorities": 18402, - "addison": 18403, - "pseudo": 18404, - "##guard": 18405, - "dusk": 18406, - "icons": 18407, - "sermon": 18408, - "##psis": 18409, - "##iba": 18410, - "bt": 18411, - "##lift": 18412, - "##xt": 18413, - "ju": 18414, - "truce": 18415, - "rink": 18416, - "##dah": 18417, - "##wy": 18418, - "defects": 18419, - "psychiatry": 18420, - "offences": 18421, - "calculate": 18422, - "glucose": 18423, - "##iful": 18424, - "##rized": 18425, - "##unda": 18426, - "francaise": 18427, - "##hari": 18428, - "richest": 18429, - "warwickshire": 18430, - "carly": 18431, - "1763": 18432, - "purity": 18433, - "redemption": 18434, - "lending": 18435, - "##cious": 18436, - "muse": 18437, - "bruises": 18438, - "cerebral": 18439, - "aero": 18440, - "carving": 18441, - "##name": 18442, - "preface": 18443, - "terminology": 18444, - "invade": 18445, - "monty": 18446, - "##int": 18447, - "anarchist": 18448, - "blurred": 18449, - "##iled": 18450, - "rossi": 18451, - "treats": 18452, - "guts": 18453, - "shu": 18454, - "foothills": 18455, - "ballads": 18456, - "undertaking": 18457, - "premise": 18458, - "cecilia": 18459, - "affiliates": 18460, - "blasted": 18461, - "conditional": 18462, - "wilder": 18463, - "minors": 18464, - "drone": 18465, - "rudolph": 18466, - "buffy": 18467, - "swallowing": 18468, - "horton": 18469, - "attested": 18470, - "##hop": 18471, - "rutherford": 18472, - "howell": 18473, - "primetime": 18474, - "livery": 18475, - "penal": 18476, - "##bis": 18477, - "minimize": 18478, - "hydro": 18479, - "wrecked": 18480, - "wrought": 18481, - "palazzo": 18482, - "##gling": 18483, - "cans": 18484, - "vernacular": 18485, - "friedman": 18486, - "nobleman": 18487, - "shale": 18488, - "walnut": 18489, - "danielle": 18490, - "##ection": 18491, - "##tley": 18492, - "sears": 18493, - "##kumar": 18494, - "chords": 18495, - "lend": 18496, - "flipping": 18497, - "streamed": 18498, - "por": 18499, - "dracula": 18500, - "gallons": 18501, - "sacrifices": 18502, - "gamble": 18503, - "orphanage": 18504, - "##iman": 18505, - "mckenzie": 18506, - "##gible": 18507, - "boxers": 18508, - "daly": 18509, - "##balls": 18510, - "##ان": 18511, - "208": 18512, - "##ific": 18513, - "##rative": 18514, - "##iq": 18515, - "exploited": 18516, - "slated": 18517, - "##uity": 18518, - "circling": 18519, - "hillary": 18520, - "pinched": 18521, - "goldberg": 18522, - "provost": 18523, - "campaigning": 18524, - "lim": 18525, - "piles": 18526, - "ironically": 18527, - "jong": 18528, - "mohan": 18529, - "successors": 18530, - "usaf": 18531, - "##tem": 18532, - "##ught": 18533, - "autobiographical": 18534, - "haute": 18535, - "preserves": 18536, - "##ending": 18537, - "acquitted": 18538, - "comparisons": 18539, - "203": 18540, - "hydroelectric": 18541, - "gangs": 18542, - "cypriot": 18543, - "torpedoes": 18544, - "rushes": 18545, - "chrome": 18546, - "derive": 18547, - "bumps": 18548, - "instability": 18549, - "fiat": 18550, - "pets": 18551, - "##mbe": 18552, - "silas": 18553, - "dye": 18554, - "reckless": 18555, - "settler": 18556, - "##itation": 18557, - "info": 18558, - "heats": 18559, - "##writing": 18560, - "176": 18561, - "canonical": 18562, - "maltese": 18563, - "fins": 18564, - "mushroom": 18565, - "stacy": 18566, - "aspen": 18567, - "avid": 18568, - "##kur": 18569, - "##loading": 18570, - "vickers": 18571, - "gaston": 18572, - "hillside": 18573, - "statutes": 18574, - "wilde": 18575, - "gail": 18576, - "kung": 18577, - "sabine": 18578, - "comfortably": 18579, - "motorcycles": 18580, - "##rgo": 18581, - "169": 18582, - "pneumonia": 18583, - "fetch": 18584, - "##sonic": 18585, - "axel": 18586, - "faintly": 18587, - "parallels": 18588, - "##oop": 18589, - "mclaren": 18590, - "spouse": 18591, - "compton": 18592, - "interdisciplinary": 18593, - "miner": 18594, - "##eni": 18595, - "181": 18596, - "clamped": 18597, - "##chal": 18598, - "##llah": 18599, - "separates": 18600, - "versa": 18601, - "##mler": 18602, - "scarborough": 18603, - "labrador": 18604, - "##lity": 18605, - "##osing": 18606, - "rutgers": 18607, - "hurdles": 18608, - "como": 18609, - "166": 18610, - "burt": 18611, - "divers": 18612, - "##100": 18613, - "wichita": 18614, - "cade": 18615, - "coincided": 18616, - "##erson": 18617, - "bruised": 18618, - "mla": 18619, - "##pper": 18620, - "vineyard": 18621, - "##ili": 18622, - "##brush": 18623, - "notch": 18624, - "mentioning": 18625, - "jase": 18626, - "hearted": 18627, - "kits": 18628, - "doe": 18629, - "##acle": 18630, - "pomerania": 18631, - "##ady": 18632, - "ronan": 18633, - "seizure": 18634, - "pavel": 18635, - "problematic": 18636, - "##zaki": 18637, - "domenico": 18638, - "##ulin": 18639, - "catering": 18640, - "penelope": 18641, - "dependence": 18642, - "parental": 18643, - "emilio": 18644, - "ministerial": 18645, - "atkinson": 18646, - "##bolic": 18647, - "clarkson": 18648, - "chargers": 18649, - "colby": 18650, - "grill": 18651, - "peeked": 18652, - "arises": 18653, - "summon": 18654, - "##aged": 18655, - "fools": 18656, - "##grapher": 18657, - "faculties": 18658, - "qaeda": 18659, - "##vial": 18660, - "garner": 18661, - "refurbished": 18662, - "##hwa": 18663, - "geelong": 18664, - "disasters": 18665, - "nudged": 18666, - "bs": 18667, - "shareholder": 18668, - "lori": 18669, - "algae": 18670, - "reinstated": 18671, - "rot": 18672, - "##ades": 18673, - "##nous": 18674, - "invites": 18675, - "stainless": 18676, - "183": 18677, - "inclusive": 18678, - "##itude": 18679, - "diocesan": 18680, - "til": 18681, - "##icz": 18682, - "denomination": 18683, - "##xa": 18684, - "benton": 18685, - "floral": 18686, - "registers": 18687, - "##ider": 18688, - "##erman": 18689, - "##kell": 18690, - "absurd": 18691, - "brunei": 18692, - "guangzhou": 18693, - "hitter": 18694, - "retaliation": 18695, - "##uled": 18696, - "##eve": 18697, - "blanc": 18698, - "nh": 18699, - "consistency": 18700, - "contamination": 18701, - "##eres": 18702, - "##rner": 18703, - "dire": 18704, - "palermo": 18705, - "broadcasters": 18706, - "diaries": 18707, - "inspire": 18708, - "vols": 18709, - "brewer": 18710, - "tightening": 18711, - "ky": 18712, - "mixtape": 18713, - "hormone": 18714, - "##tok": 18715, - "stokes": 18716, - "##color": 18717, - "##dly": 18718, - "##ssi": 18719, - "pg": 18720, - "##ometer": 18721, - "##lington": 18722, - "sanitation": 18723, - "##tility": 18724, - "intercontinental": 18725, - "apps": 18726, - "##adt": 18727, - "¹⁄₂": 18728, - "cylinders": 18729, - "economies": 18730, - "favourable": 18731, - "unison": 18732, - "croix": 18733, - "gertrude": 18734, - "odyssey": 18735, - "vanity": 18736, - "dangling": 18737, - "##logists": 18738, - "upgrades": 18739, - "dice": 18740, - "middleweight": 18741, - "practitioner": 18742, - "##ight": 18743, - "206": 18744, - "henrik": 18745, - "parlor": 18746, - "orion": 18747, - "angered": 18748, - "lac": 18749, - "python": 18750, - "blurted": 18751, - "##rri": 18752, - "sensual": 18753, - "intends": 18754, - "swings": 18755, - "angled": 18756, - "##phs": 18757, - "husky": 18758, - "attain": 18759, - "peerage": 18760, - "precinct": 18761, - "textiles": 18762, - "cheltenham": 18763, - "shuffled": 18764, - "dai": 18765, - "confess": 18766, - "tasting": 18767, - "bhutan": 18768, - "##riation": 18769, - "tyrone": 18770, - "segregation": 18771, - "abrupt": 18772, - "ruiz": 18773, - "##rish": 18774, - "smirked": 18775, - "blackwell": 18776, - "confidential": 18777, - "browning": 18778, - "amounted": 18779, - "##put": 18780, - "vase": 18781, - "scarce": 18782, - "fabulous": 18783, - "raided": 18784, - "staple": 18785, - "guyana": 18786, - "unemployed": 18787, - "glider": 18788, - "shay": 18789, - "##tow": 18790, - "carmine": 18791, - "troll": 18792, - "intervene": 18793, - "squash": 18794, - "superstar": 18795, - "##uce": 18796, - "cylindrical": 18797, - "len": 18798, - "roadway": 18799, - "researched": 18800, - "handy": 18801, - "##rium": 18802, - "##jana": 18803, - "meta": 18804, - "lao": 18805, - "declares": 18806, - "##rring": 18807, - "##tadt": 18808, - "##elin": 18809, - "##kova": 18810, - "willem": 18811, - "shrubs": 18812, - "napoleonic": 18813, - "realms": 18814, - "skater": 18815, - "qi": 18816, - "volkswagen": 18817, - "##ł": 18818, - "tad": 18819, - "hara": 18820, - "archaeologist": 18821, - "awkwardly": 18822, - "eerie": 18823, - "##kind": 18824, - "wiley": 18825, - "##heimer": 18826, - "##24": 18827, - "titus": 18828, - "organizers": 18829, - "cfl": 18830, - "crusaders": 18831, - "lama": 18832, - "usb": 18833, - "vent": 18834, - "enraged": 18835, - "thankful": 18836, - "occupants": 18837, - "maximilian": 18838, - "##gaard": 18839, - "possessing": 18840, - "textbooks": 18841, - "##oran": 18842, - "collaborator": 18843, - "quaker": 18844, - "##ulo": 18845, - "avalanche": 18846, - "mono": 18847, - "silky": 18848, - "straits": 18849, - "isaiah": 18850, - "mustang": 18851, - "surged": 18852, - "resolutions": 18853, - "potomac": 18854, - "descend": 18855, - "cl": 18856, - "kilograms": 18857, - "plato": 18858, - "strains": 18859, - "saturdays": 18860, - "##olin": 18861, - "bernstein": 18862, - "##ype": 18863, - "holstein": 18864, - "ponytail": 18865, - "##watch": 18866, - "belize": 18867, - "conversely": 18868, - "heroine": 18869, - "perpetual": 18870, - "##ylus": 18871, - "charcoal": 18872, - "piedmont": 18873, - "glee": 18874, - "negotiating": 18875, - "backdrop": 18876, - "prologue": 18877, - "##jah": 18878, - "##mmy": 18879, - "pasadena": 18880, - "climbs": 18881, - "ramos": 18882, - "sunni": 18883, - "##holm": 18884, - "##tner": 18885, - "##tri": 18886, - "anand": 18887, - "deficiency": 18888, - "hertfordshire": 18889, - "stout": 18890, - "##avi": 18891, - "aperture": 18892, - "orioles": 18893, - "##irs": 18894, - "doncaster": 18895, - "intrigued": 18896, - "bombed": 18897, - "coating": 18898, - "otis": 18899, - "##mat": 18900, - "cocktail": 18901, - "##jit": 18902, - "##eto": 18903, - "amir": 18904, - "arousal": 18905, - "sar": 18906, - "##proof": 18907, - "##act": 18908, - "##ories": 18909, - "dixie": 18910, - "pots": 18911, - "##bow": 18912, - "whereabouts": 18913, - "159": 18914, - "##fted": 18915, - "drains": 18916, - "bullying": 18917, - "cottages": 18918, - "scripture": 18919, - "coherent": 18920, - "fore": 18921, - "poe": 18922, - "appetite": 18923, - "##uration": 18924, - "sampled": 18925, - "##ators": 18926, - "##dp": 18927, - "derrick": 18928, - "rotor": 18929, - "jays": 18930, - "peacock": 18931, - "installment": 18932, - "##rro": 18933, - "advisors": 18934, - "##coming": 18935, - "rodeo": 18936, - "scotch": 18937, - "##mot": 18938, - "##db": 18939, - "##fen": 18940, - "##vant": 18941, - "ensued": 18942, - "rodrigo": 18943, - "dictatorship": 18944, - "martyrs": 18945, - "twenties": 18946, - "##н": 18947, - "towed": 18948, - "incidence": 18949, - "marta": 18950, - "rainforest": 18951, - "sai": 18952, - "scaled": 18953, - "##cles": 18954, - "oceanic": 18955, - "qualifiers": 18956, - "symphonic": 18957, - "mcbride": 18958, - "dislike": 18959, - "generalized": 18960, - "aubrey": 18961, - "colonization": 18962, - "##iation": 18963, - "##lion": 18964, - "##ssing": 18965, - "disliked": 18966, - "lublin": 18967, - "salesman": 18968, - "##ulates": 18969, - "spherical": 18970, - "whatsoever": 18971, - "sweating": 18972, - "avalon": 18973, - "contention": 18974, - "punt": 18975, - "severity": 18976, - "alderman": 18977, - "atari": 18978, - "##dina": 18979, - "##grant": 18980, - "##rop": 18981, - "scarf": 18982, - "seville": 18983, - "vertices": 18984, - "annexation": 18985, - "fairfield": 18986, - "fascination": 18987, - "inspiring": 18988, - "launches": 18989, - "palatinate": 18990, - "regretted": 18991, - "##rca": 18992, - "feral": 18993, - "##iom": 18994, - "elk": 18995, - "nap": 18996, - "olsen": 18997, - "reddy": 18998, - "yong": 18999, - "##leader": 19000, - "##iae": 19001, - "garment": 19002, - "transports": 19003, - "feng": 19004, - "gracie": 19005, - "outrage": 19006, - "viceroy": 19007, - "insides": 19008, - "##esis": 19009, - "breakup": 19010, - "grady": 19011, - "organizer": 19012, - "softer": 19013, - "grimaced": 19014, - "222": 19015, - "murals": 19016, - "galicia": 19017, - "arranging": 19018, - "vectors": 19019, - "##rsten": 19020, - "bas": 19021, - "##sb": 19022, - "##cens": 19023, - "sloan": 19024, - "##eka": 19025, - "bitten": 19026, - "ara": 19027, - "fender": 19028, - "nausea": 19029, - "bumped": 19030, - "kris": 19031, - "banquet": 19032, - "comrades": 19033, - "detector": 19034, - "persisted": 19035, - "##llan": 19036, - "adjustment": 19037, - "endowed": 19038, - "cinemas": 19039, - "##shot": 19040, - "sellers": 19041, - "##uman": 19042, - "peek": 19043, - "epa": 19044, - "kindly": 19045, - "neglect": 19046, - "simpsons": 19047, - "talon": 19048, - "mausoleum": 19049, - "runaway": 19050, - "hangul": 19051, - "lookout": 19052, - "##cic": 19053, - "rewards": 19054, - "coughed": 19055, - "acquainted": 19056, - "chloride": 19057, - "##ald": 19058, - "quicker": 19059, - "accordion": 19060, - "neolithic": 19061, - "##qa": 19062, - "artemis": 19063, - "coefficient": 19064, - "lenny": 19065, - "pandora": 19066, - "tx": 19067, - "##xed": 19068, - "ecstasy": 19069, - "litter": 19070, - "segunda": 19071, - "chairperson": 19072, - "gemma": 19073, - "hiss": 19074, - "rumor": 19075, - "vow": 19076, - "nasal": 19077, - "antioch": 19078, - "compensate": 19079, - "patiently": 19080, - "transformers": 19081, - "##eded": 19082, - "judo": 19083, - "morrow": 19084, - "penis": 19085, - "posthumous": 19086, - "philips": 19087, - "bandits": 19088, - "husbands": 19089, - "denote": 19090, - "flaming": 19091, - "##any": 19092, - "##phones": 19093, - "langley": 19094, - "yorker": 19095, - "1760": 19096, - "walters": 19097, - "##uo": 19098, - "##kle": 19099, - "gubernatorial": 19100, - "fatty": 19101, - "samsung": 19102, - "leroy": 19103, - "outlaw": 19104, - "##nine": 19105, - "unpublished": 19106, - "poole": 19107, - "jakob": 19108, - "##ᵢ": 19109, - "##ₙ": 19110, - "crete": 19111, - "distorted": 19112, - "superiority": 19113, - "##dhi": 19114, - "intercept": 19115, - "crust": 19116, - "mig": 19117, - "claus": 19118, - "crashes": 19119, - "positioning": 19120, - "188": 19121, - "stallion": 19122, - "301": 19123, - "frontal": 19124, - "armistice": 19125, - "##estinal": 19126, - "elton": 19127, - "aj": 19128, - "encompassing": 19129, - "camel": 19130, - "commemorated": 19131, - "malaria": 19132, - "woodward": 19133, - "calf": 19134, - "cigar": 19135, - "penetrate": 19136, - "##oso": 19137, - "willard": 19138, - "##rno": 19139, - "##uche": 19140, - "illustrate": 19141, - "amusing": 19142, - "convergence": 19143, - "noteworthy": 19144, - "##lma": 19145, - "##rva": 19146, - "journeys": 19147, - "realise": 19148, - "manfred": 19149, - "##sable": 19150, - "410": 19151, - "##vocation": 19152, - "hearings": 19153, - "fiance": 19154, - "##posed": 19155, - "educators": 19156, - "provoked": 19157, - "adjusting": 19158, - "##cturing": 19159, - "modular": 19160, - "stockton": 19161, - "paterson": 19162, - "vlad": 19163, - "rejects": 19164, - "electors": 19165, - "selena": 19166, - "maureen": 19167, - "##tres": 19168, - "uber": 19169, - "##rce": 19170, - "swirled": 19171, - "##num": 19172, - "proportions": 19173, - "nanny": 19174, - "pawn": 19175, - "naturalist": 19176, - "parma": 19177, - "apostles": 19178, - "awoke": 19179, - "ethel": 19180, - "wen": 19181, - "##bey": 19182, - "monsoon": 19183, - "overview": 19184, - "##inating": 19185, - "mccain": 19186, - "rendition": 19187, - "risky": 19188, - "adorned": 19189, - "##ih": 19190, - "equestrian": 19191, - "germain": 19192, - "nj": 19193, - "conspicuous": 19194, - "confirming": 19195, - "##yoshi": 19196, - "shivering": 19197, - "##imeter": 19198, - "milestone": 19199, - "rumours": 19200, - "flinched": 19201, - "bounds": 19202, - "smacked": 19203, - "token": 19204, - "##bei": 19205, - "lectured": 19206, - "automobiles": 19207, - "##shore": 19208, - "impacted": 19209, - "##iable": 19210, - "nouns": 19211, - "nero": 19212, - "##leaf": 19213, - "ismail": 19214, - "prostitute": 19215, - "trams": 19216, - "##lace": 19217, - "bridget": 19218, - "sud": 19219, - "stimulus": 19220, - "impressions": 19221, - "reins": 19222, - "revolves": 19223, - "##oud": 19224, - "##gned": 19225, - "giro": 19226, - "honeymoon": 19227, - "##swell": 19228, - "criterion": 19229, - "##sms": 19230, - "##uil": 19231, - "libyan": 19232, - "prefers": 19233, - "##osition": 19234, - "211": 19235, - "preview": 19236, - "sucks": 19237, - "accusation": 19238, - "bursts": 19239, - "metaphor": 19240, - "diffusion": 19241, - "tolerate": 19242, - "faye": 19243, - "betting": 19244, - "cinematographer": 19245, - "liturgical": 19246, - "specials": 19247, - "bitterly": 19248, - "humboldt": 19249, - "##ckle": 19250, - "flux": 19251, - "rattled": 19252, - "##itzer": 19253, - "archaeologists": 19254, - "odor": 19255, - "authorised": 19256, - "marshes": 19257, - "discretion": 19258, - "##ов": 19259, - "alarmed": 19260, - "archaic": 19261, - "inverse": 19262, - "##leton": 19263, - "explorers": 19264, - "##pine": 19265, - "drummond": 19266, - "tsunami": 19267, - "woodlands": 19268, - "##minate": 19269, - "##tland": 19270, - "booklet": 19271, - "insanity": 19272, - "owning": 19273, - "insert": 19274, - "crafted": 19275, - "calculus": 19276, - "##tore": 19277, - "receivers": 19278, - "##bt": 19279, - "stung": 19280, - "##eca": 19281, - "##nched": 19282, - "prevailing": 19283, - "travellers": 19284, - "eyeing": 19285, - "lila": 19286, - "graphs": 19287, - "##borne": 19288, - "178": 19289, - "julien": 19290, - "##won": 19291, - "morale": 19292, - "adaptive": 19293, - "therapist": 19294, - "erica": 19295, - "cw": 19296, - "libertarian": 19297, - "bowman": 19298, - "pitches": 19299, - "vita": 19300, - "##ional": 19301, - "crook": 19302, - "##ads": 19303, - "##entation": 19304, - "caledonia": 19305, - "mutiny": 19306, - "##sible": 19307, - "1840s": 19308, - "automation": 19309, - "##ß": 19310, - "flock": 19311, - "##pia": 19312, - "ironic": 19313, - "pathology": 19314, - "##imus": 19315, - "remarried": 19316, - "##22": 19317, - "joker": 19318, - "withstand": 19319, - "energies": 19320, - "##att": 19321, - "shropshire": 19322, - "hostages": 19323, - "madeleine": 19324, - "tentatively": 19325, - "conflicting": 19326, - "mateo": 19327, - "recipes": 19328, - "euros": 19329, - "ol": 19330, - "mercenaries": 19331, - "nico": 19332, - "##ndon": 19333, - "albuquerque": 19334, - "augmented": 19335, - "mythical": 19336, - "bel": 19337, - "freud": 19338, - "##child": 19339, - "cough": 19340, - "##lica": 19341, - "365": 19342, - "freddy": 19343, - "lillian": 19344, - "genetically": 19345, - "nuremberg": 19346, - "calder": 19347, - "209": 19348, - "bonn": 19349, - "outdoors": 19350, - "paste": 19351, - "suns": 19352, - "urgency": 19353, - "vin": 19354, - "restraint": 19355, - "tyson": 19356, - "##cera": 19357, - "##selle": 19358, - "barrage": 19359, - "bethlehem": 19360, - "kahn": 19361, - "##par": 19362, - "mounts": 19363, - "nippon": 19364, - "barony": 19365, - "happier": 19366, - "ryu": 19367, - "makeshift": 19368, - "sheldon": 19369, - "blushed": 19370, - "castillo": 19371, - "barking": 19372, - "listener": 19373, - "taped": 19374, - "bethel": 19375, - "fluent": 19376, - "headlines": 19377, - "pornography": 19378, - "rum": 19379, - "disclosure": 19380, - "sighing": 19381, - "mace": 19382, - "doubling": 19383, - "gunther": 19384, - "manly": 19385, - "##plex": 19386, - "rt": 19387, - "interventions": 19388, - "physiological": 19389, - "forwards": 19390, - "emerges": 19391, - "##tooth": 19392, - "##gny": 19393, - "compliment": 19394, - "rib": 19395, - "recession": 19396, - "visibly": 19397, - "barge": 19398, - "faults": 19399, - "connector": 19400, - "exquisite": 19401, - "prefect": 19402, - "##rlin": 19403, - "patio": 19404, - "##cured": 19405, - "elevators": 19406, - "brandt": 19407, - "italics": 19408, - "pena": 19409, - "173": 19410, - "wasp": 19411, - "satin": 19412, - "ea": 19413, - "botswana": 19414, - "graceful": 19415, - "respectable": 19416, - "##jima": 19417, - "##rter": 19418, - "##oic": 19419, - "franciscan": 19420, - "generates": 19421, - "##dl": 19422, - "alfredo": 19423, - "disgusting": 19424, - "##olate": 19425, - "##iously": 19426, - "sherwood": 19427, - "warns": 19428, - "cod": 19429, - "promo": 19430, - "cheryl": 19431, - "sino": 19432, - "##ة": 19433, - "##escu": 19434, - "twitch": 19435, - "##zhi": 19436, - "brownish": 19437, - "thom": 19438, - "ortiz": 19439, - "##dron": 19440, - "densely": 19441, - "##beat": 19442, - "carmel": 19443, - "reinforce": 19444, - "##bana": 19445, - "187": 19446, - "anastasia": 19447, - "downhill": 19448, - "vertex": 19449, - "contaminated": 19450, - "remembrance": 19451, - "harmonic": 19452, - "homework": 19453, - "##sol": 19454, - "fiancee": 19455, - "gears": 19456, - "olds": 19457, - "angelica": 19458, - "loft": 19459, - "ramsay": 19460, - "quiz": 19461, - "colliery": 19462, - "sevens": 19463, - "##cape": 19464, - "autism": 19465, - "##hil": 19466, - "walkway": 19467, - "##boats": 19468, - "ruben": 19469, - "abnormal": 19470, - "ounce": 19471, - "khmer": 19472, - "##bbe": 19473, - "zachary": 19474, - "bedside": 19475, - "morphology": 19476, - "punching": 19477, - "##olar": 19478, - "sparrow": 19479, - "convinces": 19480, - "##35": 19481, - "hewitt": 19482, - "queer": 19483, - "remastered": 19484, - "rods": 19485, - "mabel": 19486, - "solemn": 19487, - "notified": 19488, - "lyricist": 19489, - "symmetric": 19490, - "##xide": 19491, - "174": 19492, - "encore": 19493, - "passports": 19494, - "wildcats": 19495, - "##uni": 19496, - "baja": 19497, - "##pac": 19498, - "mildly": 19499, - "##ease": 19500, - "bleed": 19501, - "commodity": 19502, - "mounds": 19503, - "glossy": 19504, - "orchestras": 19505, - "##omo": 19506, - "damian": 19507, - "prelude": 19508, - "ambitions": 19509, - "##vet": 19510, - "awhile": 19511, - "remotely": 19512, - "##aud": 19513, - "asserts": 19514, - "imply": 19515, - "##iques": 19516, - "distinctly": 19517, - "modelling": 19518, - "remedy": 19519, - "##dded": 19520, - "windshield": 19521, - "dani": 19522, - "xiao": 19523, - "##endra": 19524, - "audible": 19525, - "powerplant": 19526, - "1300": 19527, - "invalid": 19528, - "elemental": 19529, - "acquisitions": 19530, - "##hala": 19531, - "immaculate": 19532, - "libby": 19533, - "plata": 19534, - "smuggling": 19535, - "ventilation": 19536, - "denoted": 19537, - "minh": 19538, - "##morphism": 19539, - "430": 19540, - "differed": 19541, - "dion": 19542, - "kelley": 19543, - "lore": 19544, - "mocking": 19545, - "sabbath": 19546, - "spikes": 19547, - "hygiene": 19548, - "drown": 19549, - "runoff": 19550, - "stylized": 19551, - "tally": 19552, - "liberated": 19553, - "aux": 19554, - "interpreter": 19555, - "righteous": 19556, - "aba": 19557, - "siren": 19558, - "reaper": 19559, - "pearce": 19560, - "millie": 19561, - "##cier": 19562, - "##yra": 19563, - "gaius": 19564, - "##iso": 19565, - "captures": 19566, - "##ttering": 19567, - "dorm": 19568, - "claudio": 19569, - "##sic": 19570, - "benches": 19571, - "knighted": 19572, - "blackness": 19573, - "##ored": 19574, - "discount": 19575, - "fumble": 19576, - "oxidation": 19577, - "routed": 19578, - "##ς": 19579, - "novak": 19580, - "perpendicular": 19581, - "spoiled": 19582, - "fracture": 19583, - "splits": 19584, - "##urt": 19585, - "pads": 19586, - "topology": 19587, - "##cats": 19588, - "axes": 19589, - "fortunate": 19590, - "offenders": 19591, - "protestants": 19592, - "esteem": 19593, - "221": 19594, - "broadband": 19595, - "convened": 19596, - "frankly": 19597, - "hound": 19598, - "prototypes": 19599, - "isil": 19600, - "facilitated": 19601, - "keel": 19602, - "##sher": 19603, - "sahara": 19604, - "awaited": 19605, - "bubba": 19606, - "orb": 19607, - "prosecutors": 19608, - "186": 19609, - "hem": 19610, - "520": 19611, - "##xing": 19612, - "relaxing": 19613, - "remnant": 19614, - "romney": 19615, - "sorted": 19616, - "slalom": 19617, - "stefano": 19618, - "ulrich": 19619, - "##active": 19620, - "exemption": 19621, - "folder": 19622, - "pauses": 19623, - "foliage": 19624, - "hitchcock": 19625, - "epithet": 19626, - "204": 19627, - "criticisms": 19628, - "##aca": 19629, - "ballistic": 19630, - "brody": 19631, - "hinduism": 19632, - "chaotic": 19633, - "youths": 19634, - "equals": 19635, - "##pala": 19636, - "pts": 19637, - "thicker": 19638, - "analogous": 19639, - "capitalist": 19640, - "improvised": 19641, - "overseeing": 19642, - "sinatra": 19643, - "ascended": 19644, - "beverage": 19645, - "##tl": 19646, - "straightforward": 19647, - "##kon": 19648, - "curran": 19649, - "##west": 19650, - "bois": 19651, - "325": 19652, - "induce": 19653, - "surveying": 19654, - "emperors": 19655, - "sax": 19656, - "unpopular": 19657, - "##kk": 19658, - "cartoonist": 19659, - "fused": 19660, - "##mble": 19661, - "unto": 19662, - "##yuki": 19663, - "localities": 19664, - "##cko": 19665, - "##ln": 19666, - "darlington": 19667, - "slain": 19668, - "academie": 19669, - "lobbying": 19670, - "sediment": 19671, - "puzzles": 19672, - "##grass": 19673, - "defiance": 19674, - "dickens": 19675, - "manifest": 19676, - "tongues": 19677, - "alumnus": 19678, - "arbor": 19679, - "coincide": 19680, - "184": 19681, - "appalachian": 19682, - "mustafa": 19683, - "examiner": 19684, - "cabaret": 19685, - "traumatic": 19686, - "yves": 19687, - "bracelet": 19688, - "draining": 19689, - "heroin": 19690, - "magnum": 19691, - "baths": 19692, - "odessa": 19693, - "consonants": 19694, - "mitsubishi": 19695, - "##gua": 19696, - "kellan": 19697, - "vaudeville": 19698, - "##fr": 19699, - "joked": 19700, - "null": 19701, - "straps": 19702, - "probation": 19703, - "##ław": 19704, - "ceded": 19705, - "interfaces": 19706, - "##pas": 19707, - "##zawa": 19708, - "blinding": 19709, - "viet": 19710, - "224": 19711, - "rothschild": 19712, - "museo": 19713, - "640": 19714, - "huddersfield": 19715, - "##vr": 19716, - "tactic": 19717, - "##storm": 19718, - "brackets": 19719, - "dazed": 19720, - "incorrectly": 19721, - "##vu": 19722, - "reg": 19723, - "glazed": 19724, - "fearful": 19725, - "manifold": 19726, - "benefited": 19727, - "irony": 19728, - "##sun": 19729, - "stumbling": 19730, - "##rte": 19731, - "willingness": 19732, - "balkans": 19733, - "mei": 19734, - "wraps": 19735, - "##aba": 19736, - "injected": 19737, - "##lea": 19738, - "gu": 19739, - "syed": 19740, - "harmless": 19741, - "##hammer": 19742, - "bray": 19743, - "takeoff": 19744, - "poppy": 19745, - "timor": 19746, - "cardboard": 19747, - "astronaut": 19748, - "purdue": 19749, - "weeping": 19750, - "southbound": 19751, - "cursing": 19752, - "stalls": 19753, - "diagonal": 19754, - "##neer": 19755, - "lamar": 19756, - "bryce": 19757, - "comte": 19758, - "weekdays": 19759, - "harrington": 19760, - "##uba": 19761, - "negatively": 19762, - "##see": 19763, - "lays": 19764, - "grouping": 19765, - "##cken": 19766, - "##henko": 19767, - "affirmed": 19768, - "halle": 19769, - "modernist": 19770, - "##lai": 19771, - "hodges": 19772, - "smelling": 19773, - "aristocratic": 19774, - "baptized": 19775, - "dismiss": 19776, - "justification": 19777, - "oilers": 19778, - "##now": 19779, - "coupling": 19780, - "qin": 19781, - "snack": 19782, - "healer": 19783, - "##qing": 19784, - "gardener": 19785, - "layla": 19786, - "battled": 19787, - "formulated": 19788, - "stephenson": 19789, - "gravitational": 19790, - "##gill": 19791, - "##jun": 19792, - "1768": 19793, - "granny": 19794, - "coordinating": 19795, - "suites": 19796, - "##cd": 19797, - "##ioned": 19798, - "monarchs": 19799, - "##cote": 19800, - "##hips": 19801, - "sep": 19802, - "blended": 19803, - "apr": 19804, - "barrister": 19805, - "deposition": 19806, - "fia": 19807, - "mina": 19808, - "policemen": 19809, - "paranoid": 19810, - "##pressed": 19811, - "churchyard": 19812, - "covert": 19813, - "crumpled": 19814, - "creep": 19815, - "abandoning": 19816, - "tr": 19817, - "transmit": 19818, - "conceal": 19819, - "barr": 19820, - "understands": 19821, - "readiness": 19822, - "spire": 19823, - "##cology": 19824, - "##enia": 19825, - "##erry": 19826, - "610": 19827, - "startling": 19828, - "unlock": 19829, - "vida": 19830, - "bowled": 19831, - "slots": 19832, - "##nat": 19833, - "##islav": 19834, - "spaced": 19835, - "trusting": 19836, - "admire": 19837, - "rig": 19838, - "##ink": 19839, - "slack": 19840, - "##70": 19841, - "mv": 19842, - "207": 19843, - "casualty": 19844, - "##wei": 19845, - "classmates": 19846, - "##odes": 19847, - "##rar": 19848, - "##rked": 19849, - "amherst": 19850, - "furnished": 19851, - "evolve": 19852, - "foundry": 19853, - "menace": 19854, - "mead": 19855, - "##lein": 19856, - "flu": 19857, - "wesleyan": 19858, - "##kled": 19859, - "monterey": 19860, - "webber": 19861, - "##vos": 19862, - "wil": 19863, - "##mith": 19864, - "##на": 19865, - "bartholomew": 19866, - "justices": 19867, - "restrained": 19868, - "##cke": 19869, - "amenities": 19870, - "191": 19871, - "mediated": 19872, - "sewage": 19873, - "trenches": 19874, - "ml": 19875, - "mainz": 19876, - "##thus": 19877, - "1800s": 19878, - "##cula": 19879, - "##inski": 19880, - "caine": 19881, - "bonding": 19882, - "213": 19883, - "converts": 19884, - "spheres": 19885, - "superseded": 19886, - "marianne": 19887, - "crypt": 19888, - "sweaty": 19889, - "ensign": 19890, - "historia": 19891, - "##br": 19892, - "spruce": 19893, - "##post": 19894, - "##ask": 19895, - "forks": 19896, - "thoughtfully": 19897, - "yukon": 19898, - "pamphlet": 19899, - "ames": 19900, - "##uter": 19901, - "karma": 19902, - "##yya": 19903, - "bryn": 19904, - "negotiation": 19905, - "sighs": 19906, - "incapable": 19907, - "##mbre": 19908, - "##ntial": 19909, - "actresses": 19910, - "taft": 19911, - "##mill": 19912, - "luce": 19913, - "prevailed": 19914, - "##amine": 19915, - "1773": 19916, - "motionless": 19917, - "envoy": 19918, - "testify": 19919, - "investing": 19920, - "sculpted": 19921, - "instructors": 19922, - "provence": 19923, - "kali": 19924, - "cullen": 19925, - "horseback": 19926, - "##while": 19927, - "goodwin": 19928, - "##jos": 19929, - "gaa": 19930, - "norte": 19931, - "##ldon": 19932, - "modify": 19933, - "wavelength": 19934, - "abd": 19935, - "214": 19936, - "skinned": 19937, - "sprinter": 19938, - "forecast": 19939, - "scheduling": 19940, - "marries": 19941, - "squared": 19942, - "tentative": 19943, - "##chman": 19944, - "boer": 19945, - "##isch": 19946, - "bolts": 19947, - "swap": 19948, - "fisherman": 19949, - "assyrian": 19950, - "impatiently": 19951, - "guthrie": 19952, - "martins": 19953, - "murdoch": 19954, - "194": 19955, - "tanya": 19956, - "nicely": 19957, - "dolly": 19958, - "lacy": 19959, - "med": 19960, - "##45": 19961, - "syn": 19962, - "decks": 19963, - "fashionable": 19964, - "millionaire": 19965, - "##ust": 19966, - "surfing": 19967, - "##ml": 19968, - "##ision": 19969, - "heaved": 19970, - "tammy": 19971, - "consulate": 19972, - "attendees": 19973, - "routinely": 19974, - "197": 19975, - "fuse": 19976, - "saxophonist": 19977, - "backseat": 19978, - "malaya": 19979, - "##lord": 19980, - "scowl": 19981, - "tau": 19982, - "##ishly": 19983, - "193": 19984, - "sighted": 19985, - "steaming": 19986, - "##rks": 19987, - "303": 19988, - "911": 19989, - "##holes": 19990, - "##hong": 19991, - "ching": 19992, - "##wife": 19993, - "bless": 19994, - "conserved": 19995, - "jurassic": 19996, - "stacey": 19997, - "unix": 19998, - "zion": 19999, - "chunk": 20000, - "rigorous": 20001, - "blaine": 20002, - "198": 20003, - "peabody": 20004, - "slayer": 20005, - "dismay": 20006, - "brewers": 20007, - "nz": 20008, - "##jer": 20009, - "det": 20010, - "##glia": 20011, - "glover": 20012, - "postwar": 20013, - "int": 20014, - "penetration": 20015, - "sylvester": 20016, - "imitation": 20017, - "vertically": 20018, - "airlift": 20019, - "heiress": 20020, - "knoxville": 20021, - "viva": 20022, - "##uin": 20023, - "390": 20024, - "macon": 20025, - "##rim": 20026, - "##fighter": 20027, - "##gonal": 20028, - "janice": 20029, - "##orescence": 20030, - "##wari": 20031, - "marius": 20032, - "belongings": 20033, - "leicestershire": 20034, - "196": 20035, - "blanco": 20036, - "inverted": 20037, - "preseason": 20038, - "sanity": 20039, - "sobbing": 20040, - "##due": 20041, - "##elt": 20042, - "##dled": 20043, - "collingwood": 20044, - "regeneration": 20045, - "flickering": 20046, - "shortest": 20047, - "##mount": 20048, - "##osi": 20049, - "feminism": 20050, - "##lat": 20051, - "sherlock": 20052, - "cabinets": 20053, - "fumbled": 20054, - "northbound": 20055, - "precedent": 20056, - "snaps": 20057, - "##mme": 20058, - "researching": 20059, - "##akes": 20060, - "guillaume": 20061, - "insights": 20062, - "manipulated": 20063, - "vapor": 20064, - "neighbour": 20065, - "sap": 20066, - "gangster": 20067, - "frey": 20068, - "f1": 20069, - "stalking": 20070, - "scarcely": 20071, - "callie": 20072, - "barnett": 20073, - "tendencies": 20074, - "audi": 20075, - "doomed": 20076, - "assessing": 20077, - "slung": 20078, - "panchayat": 20079, - "ambiguous": 20080, - "bartlett": 20081, - "##etto": 20082, - "distributing": 20083, - "violating": 20084, - "wolverhampton": 20085, - "##hetic": 20086, - "swami": 20087, - "histoire": 20088, - "##urus": 20089, - "liable": 20090, - "pounder": 20091, - "groin": 20092, - "hussain": 20093, - "larsen": 20094, - "popping": 20095, - "surprises": 20096, - "##atter": 20097, - "vie": 20098, - "curt": 20099, - "##station": 20100, - "mute": 20101, - "relocate": 20102, - "musicals": 20103, - "authorization": 20104, - "richter": 20105, - "##sef": 20106, - "immortality": 20107, - "tna": 20108, - "bombings": 20109, - "##press": 20110, - "deteriorated": 20111, - "yiddish": 20112, - "##acious": 20113, - "robbed": 20114, - "colchester": 20115, - "cs": 20116, - "pmid": 20117, - "ao": 20118, - "verified": 20119, - "balancing": 20120, - "apostle": 20121, - "swayed": 20122, - "recognizable": 20123, - "oxfordshire": 20124, - "retention": 20125, - "nottinghamshire": 20126, - "contender": 20127, - "judd": 20128, - "invitational": 20129, - "shrimp": 20130, - "uhf": 20131, - "##icient": 20132, - "cleaner": 20133, - "longitudinal": 20134, - "tanker": 20135, - "##mur": 20136, - "acronym": 20137, - "broker": 20138, - "koppen": 20139, - "sundance": 20140, - "suppliers": 20141, - "##gil": 20142, - "4000": 20143, - "clipped": 20144, - "fuels": 20145, - "petite": 20146, - "##anne": 20147, - "landslide": 20148, - "helene": 20149, - "diversion": 20150, - "populous": 20151, - "landowners": 20152, - "auspices": 20153, - "melville": 20154, - "quantitative": 20155, - "##xes": 20156, - "ferries": 20157, - "nicky": 20158, - "##llus": 20159, - "doo": 20160, - "haunting": 20161, - "roche": 20162, - "carver": 20163, - "downed": 20164, - "unavailable": 20165, - "##pathy": 20166, - "approximation": 20167, - "hiroshima": 20168, - "##hue": 20169, - "garfield": 20170, - "valle": 20171, - "comparatively": 20172, - "keyboardist": 20173, - "traveler": 20174, - "##eit": 20175, - "congestion": 20176, - "calculating": 20177, - "subsidiaries": 20178, - "##bate": 20179, - "serb": 20180, - "modernization": 20181, - "fairies": 20182, - "deepened": 20183, - "ville": 20184, - "averages": 20185, - "##lore": 20186, - "inflammatory": 20187, - "tonga": 20188, - "##itch": 20189, - "co₂": 20190, - "squads": 20191, - "##hea": 20192, - "gigantic": 20193, - "serum": 20194, - "enjoyment": 20195, - "retailer": 20196, - "verona": 20197, - "35th": 20198, - "cis": 20199, - "##phobic": 20200, - "magna": 20201, - "technicians": 20202, - "##vati": 20203, - "arithmetic": 20204, - "##sport": 20205, - "levin": 20206, - "##dation": 20207, - "amtrak": 20208, - "chow": 20209, - "sienna": 20210, - "##eyer": 20211, - "backstage": 20212, - "entrepreneurship": 20213, - "##otic": 20214, - "learnt": 20215, - "tao": 20216, - "##udy": 20217, - "worcestershire": 20218, - "formulation": 20219, - "baggage": 20220, - "hesitant": 20221, - "bali": 20222, - "sabotage": 20223, - "##kari": 20224, - "barren": 20225, - "enhancing": 20226, - "murmur": 20227, - "pl": 20228, - "freshly": 20229, - "putnam": 20230, - "syntax": 20231, - "aces": 20232, - "medicines": 20233, - "resentment": 20234, - "bandwidth": 20235, - "##sier": 20236, - "grins": 20237, - "chili": 20238, - "guido": 20239, - "##sei": 20240, - "framing": 20241, - "implying": 20242, - "gareth": 20243, - "lissa": 20244, - "genevieve": 20245, - "pertaining": 20246, - "admissions": 20247, - "geo": 20248, - "thorpe": 20249, - "proliferation": 20250, - "sato": 20251, - "bela": 20252, - "analyzing": 20253, - "parting": 20254, - "##gor": 20255, - "awakened": 20256, - "##isman": 20257, - "huddled": 20258, - "secrecy": 20259, - "##kling": 20260, - "hush": 20261, - "gentry": 20262, - "540": 20263, - "dungeons": 20264, - "##ego": 20265, - "coasts": 20266, - "##utz": 20267, - "sacrificed": 20268, - "##chule": 20269, - "landowner": 20270, - "mutually": 20271, - "prevalence": 20272, - "programmer": 20273, - "adolescent": 20274, - "disrupted": 20275, - "seaside": 20276, - "gee": 20277, - "trusts": 20278, - "vamp": 20279, - "georgie": 20280, - "##nesian": 20281, - "##iol": 20282, - "schedules": 20283, - "sindh": 20284, - "##market": 20285, - "etched": 20286, - "hm": 20287, - "sparse": 20288, - "bey": 20289, - "beaux": 20290, - "scratching": 20291, - "gliding": 20292, - "unidentified": 20293, - "216": 20294, - "collaborating": 20295, - "gems": 20296, - "jesuits": 20297, - "oro": 20298, - "accumulation": 20299, - "shaping": 20300, - "mbe": 20301, - "anal": 20302, - "##xin": 20303, - "231": 20304, - "enthusiasts": 20305, - "newscast": 20306, - "##egan": 20307, - "janata": 20308, - "dewey": 20309, - "parkinson": 20310, - "179": 20311, - "ankara": 20312, - "biennial": 20313, - "towering": 20314, - "dd": 20315, - "inconsistent": 20316, - "950": 20317, - "##chet": 20318, - "thriving": 20319, - "terminate": 20320, - "cabins": 20321, - "furiously": 20322, - "eats": 20323, - "advocating": 20324, - "donkey": 20325, - "marley": 20326, - "muster": 20327, - "phyllis": 20328, - "leiden": 20329, - "##user": 20330, - "grassland": 20331, - "glittering": 20332, - "iucn": 20333, - "loneliness": 20334, - "217": 20335, - "memorandum": 20336, - "armenians": 20337, - "##ddle": 20338, - "popularized": 20339, - "rhodesia": 20340, - "60s": 20341, - "lame": 20342, - "##illon": 20343, - "sans": 20344, - "bikini": 20345, - "header": 20346, - "orbits": 20347, - "##xx": 20348, - "##finger": 20349, - "##ulator": 20350, - "sharif": 20351, - "spines": 20352, - "biotechnology": 20353, - "strolled": 20354, - "naughty": 20355, - "yates": 20356, - "##wire": 20357, - "fremantle": 20358, - "milo": 20359, - "##mour": 20360, - "abducted": 20361, - "removes": 20362, - "##atin": 20363, - "humming": 20364, - "wonderland": 20365, - "##chrome": 20366, - "##ester": 20367, - "hume": 20368, - "pivotal": 20369, - "##rates": 20370, - "armand": 20371, - "grams": 20372, - "believers": 20373, - "elector": 20374, - "rte": 20375, - "apron": 20376, - "bis": 20377, - "scraped": 20378, - "##yria": 20379, - "endorsement": 20380, - "initials": 20381, - "##llation": 20382, - "eps": 20383, - "dotted": 20384, - "hints": 20385, - "buzzing": 20386, - "emigration": 20387, - "nearer": 20388, - "##tom": 20389, - "indicators": 20390, - "##ulu": 20391, - "coarse": 20392, - "neutron": 20393, - "protectorate": 20394, - "##uze": 20395, - "directional": 20396, - "exploits": 20397, - "pains": 20398, - "loire": 20399, - "1830s": 20400, - "proponents": 20401, - "guggenheim": 20402, - "rabbits": 20403, - "ritchie": 20404, - "305": 20405, - "hectare": 20406, - "inputs": 20407, - "hutton": 20408, - "##raz": 20409, - "verify": 20410, - "##ako": 20411, - "boilers": 20412, - "longitude": 20413, - "##lev": 20414, - "skeletal": 20415, - "yer": 20416, - "emilia": 20417, - "citrus": 20418, - "compromised": 20419, - "##gau": 20420, - "pokemon": 20421, - "prescription": 20422, - "paragraph": 20423, - "eduard": 20424, - "cadillac": 20425, - "attire": 20426, - "categorized": 20427, - "kenyan": 20428, - "weddings": 20429, - "charley": 20430, - "##bourg": 20431, - "entertain": 20432, - "monmouth": 20433, - "##lles": 20434, - "nutrients": 20435, - "davey": 20436, - "mesh": 20437, - "incentive": 20438, - "practised": 20439, - "ecosystems": 20440, - "kemp": 20441, - "subdued": 20442, - "overheard": 20443, - "##rya": 20444, - "bodily": 20445, - "maxim": 20446, - "##nius": 20447, - "apprenticeship": 20448, - "ursula": 20449, - "##fight": 20450, - "lodged": 20451, - "rug": 20452, - "silesian": 20453, - "unconstitutional": 20454, - "patel": 20455, - "inspected": 20456, - "coyote": 20457, - "unbeaten": 20458, - "##hak": 20459, - "34th": 20460, - "disruption": 20461, - "convict": 20462, - "parcel": 20463, - "##cl": 20464, - "##nham": 20465, - "collier": 20466, - "implicated": 20467, - "mallory": 20468, - "##iac": 20469, - "##lab": 20470, - "susannah": 20471, - "winkler": 20472, - "##rber": 20473, - "shia": 20474, - "phelps": 20475, - "sediments": 20476, - "graphical": 20477, - "robotic": 20478, - "##sner": 20479, - "adulthood": 20480, - "mart": 20481, - "smoked": 20482, - "##isto": 20483, - "kathryn": 20484, - "clarified": 20485, - "##aran": 20486, - "divides": 20487, - "convictions": 20488, - "oppression": 20489, - "pausing": 20490, - "burying": 20491, - "##mt": 20492, - "federico": 20493, - "mathias": 20494, - "eileen": 20495, - "##tana": 20496, - "kite": 20497, - "hunched": 20498, - "##acies": 20499, - "189": 20500, - "##atz": 20501, - "disadvantage": 20502, - "liza": 20503, - "kinetic": 20504, - "greedy": 20505, - "paradox": 20506, - "yokohama": 20507, - "dowager": 20508, - "trunks": 20509, - "ventured": 20510, - "##gement": 20511, - "gupta": 20512, - "vilnius": 20513, - "olaf": 20514, - "##thest": 20515, - "crimean": 20516, - "hopper": 20517, - "##ej": 20518, - "progressively": 20519, - "arturo": 20520, - "mouthed": 20521, - "arrondissement": 20522, - "##fusion": 20523, - "rubin": 20524, - "simulcast": 20525, - "oceania": 20526, - "##orum": 20527, - "##stra": 20528, - "##rred": 20529, - "busiest": 20530, - "intensely": 20531, - "navigator": 20532, - "cary": 20533, - "##vine": 20534, - "##hini": 20535, - "##bies": 20536, - "fife": 20537, - "rowe": 20538, - "rowland": 20539, - "posing": 20540, - "insurgents": 20541, - "shafts": 20542, - "lawsuits": 20543, - "activate": 20544, - "conor": 20545, - "inward": 20546, - "culturally": 20547, - "garlic": 20548, - "265": 20549, - "##eering": 20550, - "eclectic": 20551, - "##hui": 20552, - "##kee": 20553, - "##nl": 20554, - "furrowed": 20555, - "vargas": 20556, - "meteorological": 20557, - "rendezvous": 20558, - "##aus": 20559, - "culinary": 20560, - "commencement": 20561, - "##dition": 20562, - "quota": 20563, - "##notes": 20564, - "mommy": 20565, - "salaries": 20566, - "overlapping": 20567, - "mule": 20568, - "##iology": 20569, - "##mology": 20570, - "sums": 20571, - "wentworth": 20572, - "##isk": 20573, - "##zione": 20574, - "mainline": 20575, - "subgroup": 20576, - "##illy": 20577, - "hack": 20578, - "plaintiff": 20579, - "verdi": 20580, - "bulb": 20581, - "differentiation": 20582, - "engagements": 20583, - "multinational": 20584, - "supplemented": 20585, - "bertrand": 20586, - "caller": 20587, - "regis": 20588, - "##naire": 20589, - "##sler": 20590, - "##arts": 20591, - "##imated": 20592, - "blossom": 20593, - "propagation": 20594, - "kilometer": 20595, - "viaduct": 20596, - "vineyards": 20597, - "##uate": 20598, - "beckett": 20599, - "optimization": 20600, - "golfer": 20601, - "songwriters": 20602, - "seminal": 20603, - "semitic": 20604, - "thud": 20605, - "volatile": 20606, - "evolving": 20607, - "ridley": 20608, - "##wley": 20609, - "trivial": 20610, - "distributions": 20611, - "scandinavia": 20612, - "jiang": 20613, - "##ject": 20614, - "wrestled": 20615, - "insistence": 20616, - "##dio": 20617, - "emphasizes": 20618, - "napkin": 20619, - "##ods": 20620, - "adjunct": 20621, - "rhyme": 20622, - "##ricted": 20623, - "##eti": 20624, - "hopeless": 20625, - "surrounds": 20626, - "tremble": 20627, - "32nd": 20628, - "smoky": 20629, - "##ntly": 20630, - "oils": 20631, - "medicinal": 20632, - "padded": 20633, - "steer": 20634, - "wilkes": 20635, - "219": 20636, - "255": 20637, - "concessions": 20638, - "hue": 20639, - "uniquely": 20640, - "blinded": 20641, - "landon": 20642, - "yahoo": 20643, - "##lane": 20644, - "hendrix": 20645, - "commemorating": 20646, - "dex": 20647, - "specify": 20648, - "chicks": 20649, - "##ggio": 20650, - "intercity": 20651, - "1400": 20652, - "morley": 20653, - "##torm": 20654, - "highlighting": 20655, - "##oting": 20656, - "pang": 20657, - "oblique": 20658, - "stalled": 20659, - "##liner": 20660, - "flirting": 20661, - "newborn": 20662, - "1769": 20663, - "bishopric": 20664, - "shaved": 20665, - "232": 20666, - "currie": 20667, - "##ush": 20668, - "dharma": 20669, - "spartan": 20670, - "##ooped": 20671, - "favorites": 20672, - "smug": 20673, - "novella": 20674, - "sirens": 20675, - "abusive": 20676, - "creations": 20677, - "espana": 20678, - "##lage": 20679, - "paradigm": 20680, - "semiconductor": 20681, - "sheen": 20682, - "##rdo": 20683, - "##yen": 20684, - "##zak": 20685, - "nrl": 20686, - "renew": 20687, - "##pose": 20688, - "##tur": 20689, - "adjutant": 20690, - "marches": 20691, - "norma": 20692, - "##enity": 20693, - "ineffective": 20694, - "weimar": 20695, - "grunt": 20696, - "##gat": 20697, - "lordship": 20698, - "plotting": 20699, - "expenditure": 20700, - "infringement": 20701, - "lbs": 20702, - "refrain": 20703, - "av": 20704, - "mimi": 20705, - "mistakenly": 20706, - "postmaster": 20707, - "1771": 20708, - "##bara": 20709, - "ras": 20710, - "motorsports": 20711, - "tito": 20712, - "199": 20713, - "subjective": 20714, - "##zza": 20715, - "bully": 20716, - "stew": 20717, - "##kaya": 20718, - "prescott": 20719, - "1a": 20720, - "##raphic": 20721, - "##zam": 20722, - "bids": 20723, - "styling": 20724, - "paranormal": 20725, - "reeve": 20726, - "sneaking": 20727, - "exploding": 20728, - "katz": 20729, - "akbar": 20730, - "migrant": 20731, - "syllables": 20732, - "indefinitely": 20733, - "##ogical": 20734, - "destroys": 20735, - "replaces": 20736, - "applause": 20737, - "##phine": 20738, - "pest": 20739, - "##fide": 20740, - "218": 20741, - "articulated": 20742, - "bertie": 20743, - "##thing": 20744, - "##cars": 20745, - "##ptic": 20746, - "courtroom": 20747, - "crowley": 20748, - "aesthetics": 20749, - "cummings": 20750, - "tehsil": 20751, - "hormones": 20752, - "titanic": 20753, - "dangerously": 20754, - "##ibe": 20755, - "stadion": 20756, - "jaenelle": 20757, - "auguste": 20758, - "ciudad": 20759, - "##chu": 20760, - "mysore": 20761, - "partisans": 20762, - "##sio": 20763, - "lucan": 20764, - "philipp": 20765, - "##aly": 20766, - "debating": 20767, - "henley": 20768, - "interiors": 20769, - "##rano": 20770, - "##tious": 20771, - "homecoming": 20772, - "beyonce": 20773, - "usher": 20774, - "henrietta": 20775, - "prepares": 20776, - "weeds": 20777, - "##oman": 20778, - "ely": 20779, - "plucked": 20780, - "##pire": 20781, - "##dable": 20782, - "luxurious": 20783, - "##aq": 20784, - "artifact": 20785, - "password": 20786, - "pasture": 20787, - "juno": 20788, - "maddy": 20789, - "minsk": 20790, - "##dder": 20791, - "##ologies": 20792, - "##rone": 20793, - "assessments": 20794, - "martian": 20795, - "royalist": 20796, - "1765": 20797, - "examines": 20798, - "##mani": 20799, - "##rge": 20800, - "nino": 20801, - "223": 20802, - "parry": 20803, - "scooped": 20804, - "relativity": 20805, - "##eli": 20806, - "##uting": 20807, - "##cao": 20808, - "congregational": 20809, - "noisy": 20810, - "traverse": 20811, - "##agawa": 20812, - "strikeouts": 20813, - "nickelodeon": 20814, - "obituary": 20815, - "transylvania": 20816, - "binds": 20817, - "depictions": 20818, - "polk": 20819, - "trolley": 20820, - "##yed": 20821, - "##lard": 20822, - "breeders": 20823, - "##under": 20824, - "dryly": 20825, - "hokkaido": 20826, - "1762": 20827, - "strengths": 20828, - "stacks": 20829, - "bonaparte": 20830, - "connectivity": 20831, - "neared": 20832, - "prostitutes": 20833, - "stamped": 20834, - "anaheim": 20835, - "gutierrez": 20836, - "sinai": 20837, - "##zzling": 20838, - "bram": 20839, - "fresno": 20840, - "madhya": 20841, - "##86": 20842, - "proton": 20843, - "##lena": 20844, - "##llum": 20845, - "##phon": 20846, - "reelected": 20847, - "wanda": 20848, - "##anus": 20849, - "##lb": 20850, - "ample": 20851, - "distinguishing": 20852, - "##yler": 20853, - "grasping": 20854, - "sermons": 20855, - "tomato": 20856, - "bland": 20857, - "stimulation": 20858, - "avenues": 20859, - "##eux": 20860, - "spreads": 20861, - "scarlett": 20862, - "fern": 20863, - "pentagon": 20864, - "assert": 20865, - "baird": 20866, - "chesapeake": 20867, - "ir": 20868, - "calmed": 20869, - "distortion": 20870, - "fatalities": 20871, - "##olis": 20872, - "correctional": 20873, - "pricing": 20874, - "##astic": 20875, - "##gina": 20876, - "prom": 20877, - "dammit": 20878, - "ying": 20879, - "collaborate": 20880, - "##chia": 20881, - "welterweight": 20882, - "33rd": 20883, - "pointer": 20884, - "substitution": 20885, - "bonded": 20886, - "umpire": 20887, - "communicating": 20888, - "multitude": 20889, - "paddle": 20890, - "##obe": 20891, - "federally": 20892, - "intimacy": 20893, - "##insky": 20894, - "betray": 20895, - "ssr": 20896, - "##lett": 20897, - "##lean": 20898, - "##lves": 20899, - "##therapy": 20900, - "airbus": 20901, - "##tery": 20902, - "functioned": 20903, - "ud": 20904, - "bearer": 20905, - "biomedical": 20906, - "netflix": 20907, - "##hire": 20908, - "##nca": 20909, - "condom": 20910, - "brink": 20911, - "ik": 20912, - "##nical": 20913, - "macy": 20914, - "##bet": 20915, - "flap": 20916, - "gma": 20917, - "experimented": 20918, - "jelly": 20919, - "lavender": 20920, - "##icles": 20921, - "##ulia": 20922, - "munro": 20923, - "##mian": 20924, - "##tial": 20925, - "rye": 20926, - "##rle": 20927, - "60th": 20928, - "gigs": 20929, - "hottest": 20930, - "rotated": 20931, - "predictions": 20932, - "fuji": 20933, - "bu": 20934, - "##erence": 20935, - "##omi": 20936, - "barangay": 20937, - "##fulness": 20938, - "##sas": 20939, - "clocks": 20940, - "##rwood": 20941, - "##liness": 20942, - "cereal": 20943, - "roe": 20944, - "wight": 20945, - "decker": 20946, - "uttered": 20947, - "babu": 20948, - "onion": 20949, - "xml": 20950, - "forcibly": 20951, - "##df": 20952, - "petra": 20953, - "sarcasm": 20954, - "hartley": 20955, - "peeled": 20956, - "storytelling": 20957, - "##42": 20958, - "##xley": 20959, - "##ysis": 20960, - "##ffa": 20961, - "fibre": 20962, - "kiel": 20963, - "auditor": 20964, - "fig": 20965, - "harald": 20966, - "greenville": 20967, - "##berries": 20968, - "geographically": 20969, - "nell": 20970, - "quartz": 20971, - "##athic": 20972, - "cemeteries": 20973, - "##lr": 20974, - "crossings": 20975, - "nah": 20976, - "holloway": 20977, - "reptiles": 20978, - "chun": 20979, - "sichuan": 20980, - "snowy": 20981, - "660": 20982, - "corrections": 20983, - "##ivo": 20984, - "zheng": 20985, - "ambassadors": 20986, - "blacksmith": 20987, - "fielded": 20988, - "fluids": 20989, - "hardcover": 20990, - "turnover": 20991, - "medications": 20992, - "melvin": 20993, - "academies": 20994, - "##erton": 20995, - "ro": 20996, - "roach": 20997, - "absorbing": 20998, - "spaniards": 20999, - "colton": 21000, - "##founded": 21001, - "outsider": 21002, - "espionage": 21003, - "kelsey": 21004, - "245": 21005, - "edible": 21006, - "##ulf": 21007, - "dora": 21008, - "establishes": 21009, - "##sham": 21010, - "##tries": 21011, - "contracting": 21012, - "##tania": 21013, - "cinematic": 21014, - "costello": 21015, - "nesting": 21016, - "##uron": 21017, - "connolly": 21018, - "duff": 21019, - "##nology": 21020, - "mma": 21021, - "##mata": 21022, - "fergus": 21023, - "sexes": 21024, - "gi": 21025, - "optics": 21026, - "spectator": 21027, - "woodstock": 21028, - "banning": 21029, - "##hee": 21030, - "##fle": 21031, - "differentiate": 21032, - "outfielder": 21033, - "refinery": 21034, - "226": 21035, - "312": 21036, - "gerhard": 21037, - "horde": 21038, - "lair": 21039, - "drastically": 21040, - "##udi": 21041, - "landfall": 21042, - "##cheng": 21043, - "motorsport": 21044, - "odi": 21045, - "##achi": 21046, - "predominant": 21047, - "quay": 21048, - "skins": 21049, - "##ental": 21050, - "edna": 21051, - "harshly": 21052, - "complementary": 21053, - "murdering": 21054, - "##aves": 21055, - "wreckage": 21056, - "##90": 21057, - "ono": 21058, - "outstretched": 21059, - "lennox": 21060, - "munitions": 21061, - "galen": 21062, - "reconcile": 21063, - "470": 21064, - "scalp": 21065, - "bicycles": 21066, - "gillespie": 21067, - "questionable": 21068, - "rosenberg": 21069, - "guillermo": 21070, - "hostel": 21071, - "jarvis": 21072, - "kabul": 21073, - "volvo": 21074, - "opium": 21075, - "yd": 21076, - "##twined": 21077, - "abuses": 21078, - "decca": 21079, - "outpost": 21080, - "##cino": 21081, - "sensible": 21082, - "neutrality": 21083, - "##64": 21084, - "ponce": 21085, - "anchorage": 21086, - "atkins": 21087, - "turrets": 21088, - "inadvertently": 21089, - "disagree": 21090, - "libre": 21091, - "vodka": 21092, - "reassuring": 21093, - "weighs": 21094, - "##yal": 21095, - "glide": 21096, - "jumper": 21097, - "ceilings": 21098, - "repertory": 21099, - "outs": 21100, - "stain": 21101, - "##bial": 21102, - "envy": 21103, - "##ucible": 21104, - "smashing": 21105, - "heightened": 21106, - "policing": 21107, - "hyun": 21108, - "mixes": 21109, - "lai": 21110, - "prima": 21111, - "##ples": 21112, - "celeste": 21113, - "##bina": 21114, - "lucrative": 21115, - "intervened": 21116, - "kc": 21117, - "manually": 21118, - "##rned": 21119, - "stature": 21120, - "staffed": 21121, - "bun": 21122, - "bastards": 21123, - "nairobi": 21124, - "priced": 21125, - "##auer": 21126, - "thatcher": 21127, - "##kia": 21128, - "tripped": 21129, - "comune": 21130, - "##ogan": 21131, - "##pled": 21132, - "brasil": 21133, - "incentives": 21134, - "emanuel": 21135, - "hereford": 21136, - "musica": 21137, - "##kim": 21138, - "benedictine": 21139, - "biennale": 21140, - "##lani": 21141, - "eureka": 21142, - "gardiner": 21143, - "rb": 21144, - "knocks": 21145, - "sha": 21146, - "##ael": 21147, - "##elled": 21148, - "##onate": 21149, - "efficacy": 21150, - "ventura": 21151, - "masonic": 21152, - "sanford": 21153, - "maize": 21154, - "leverage": 21155, - "##feit": 21156, - "capacities": 21157, - "santana": 21158, - "##aur": 21159, - "novelty": 21160, - "vanilla": 21161, - "##cter": 21162, - "##tour": 21163, - "benin": 21164, - "##oir": 21165, - "##rain": 21166, - "neptune": 21167, - "drafting": 21168, - "tallinn": 21169, - "##cable": 21170, - "humiliation": 21171, - "##boarding": 21172, - "schleswig": 21173, - "fabian": 21174, - "bernardo": 21175, - "liturgy": 21176, - "spectacle": 21177, - "sweeney": 21178, - "pont": 21179, - "routledge": 21180, - "##tment": 21181, - "cosmos": 21182, - "ut": 21183, - "hilt": 21184, - "sleek": 21185, - "universally": 21186, - "##eville": 21187, - "##gawa": 21188, - "typed": 21189, - "##dry": 21190, - "favors": 21191, - "allegheny": 21192, - "glaciers": 21193, - "##rly": 21194, - "recalling": 21195, - "aziz": 21196, - "##log": 21197, - "parasite": 21198, - "requiem": 21199, - "auf": 21200, - "##berto": 21201, - "##llin": 21202, - "illumination": 21203, - "##breaker": 21204, - "##issa": 21205, - "festivities": 21206, - "bows": 21207, - "govern": 21208, - "vibe": 21209, - "vp": 21210, - "333": 21211, - "sprawled": 21212, - "larson": 21213, - "pilgrim": 21214, - "bwf": 21215, - "leaping": 21216, - "##rts": 21217, - "##ssel": 21218, - "alexei": 21219, - "greyhound": 21220, - "hoarse": 21221, - "##dler": 21222, - "##oration": 21223, - "seneca": 21224, - "##cule": 21225, - "gaping": 21226, - "##ulously": 21227, - "##pura": 21228, - "cinnamon": 21229, - "##gens": 21230, - "##rricular": 21231, - "craven": 21232, - "fantasies": 21233, - "houghton": 21234, - "engined": 21235, - "reigned": 21236, - "dictator": 21237, - "supervising": 21238, - "##oris": 21239, - "bogota": 21240, - "commentaries": 21241, - "unnatural": 21242, - "fingernails": 21243, - "spirituality": 21244, - "tighten": 21245, - "##tm": 21246, - "canadiens": 21247, - "protesting": 21248, - "intentional": 21249, - "cheers": 21250, - "sparta": 21251, - "##ytic": 21252, - "##iere": 21253, - "##zine": 21254, - "widen": 21255, - "belgarath": 21256, - "controllers": 21257, - "dodd": 21258, - "iaaf": 21259, - "navarre": 21260, - "##ication": 21261, - "defect": 21262, - "squire": 21263, - "steiner": 21264, - "whisky": 21265, - "##mins": 21266, - "560": 21267, - "inevitably": 21268, - "tome": 21269, - "##gold": 21270, - "chew": 21271, - "##uid": 21272, - "##lid": 21273, - "elastic": 21274, - "##aby": 21275, - "streaked": 21276, - "alliances": 21277, - "jailed": 21278, - "regal": 21279, - "##ined": 21280, - "##phy": 21281, - "czechoslovak": 21282, - "narration": 21283, - "absently": 21284, - "##uld": 21285, - "bluegrass": 21286, - "guangdong": 21287, - "quran": 21288, - "criticizing": 21289, - "hose": 21290, - "hari": 21291, - "##liest": 21292, - "##owa": 21293, - "skier": 21294, - "streaks": 21295, - "deploy": 21296, - "##lom": 21297, - "raft": 21298, - "bose": 21299, - "dialed": 21300, - "huff": 21301, - "##eira": 21302, - "haifa": 21303, - "simplest": 21304, - "bursting": 21305, - "endings": 21306, - "ib": 21307, - "sultanate": 21308, - "##titled": 21309, - "franks": 21310, - "whitman": 21311, - "ensures": 21312, - "sven": 21313, - "##ggs": 21314, - "collaborators": 21315, - "forster": 21316, - "organising": 21317, - "ui": 21318, - "banished": 21319, - "napier": 21320, - "injustice": 21321, - "teller": 21322, - "layered": 21323, - "thump": 21324, - "##otti": 21325, - "roc": 21326, - "battleships": 21327, - "evidenced": 21328, - "fugitive": 21329, - "sadie": 21330, - "robotics": 21331, - "##roud": 21332, - "equatorial": 21333, - "geologist": 21334, - "##iza": 21335, - "yielding": 21336, - "##bron": 21337, - "##sr": 21338, - "internationale": 21339, - "mecca": 21340, - "##diment": 21341, - "sbs": 21342, - "skyline": 21343, - "toad": 21344, - "uploaded": 21345, - "reflective": 21346, - "undrafted": 21347, - "lal": 21348, - "leafs": 21349, - "bayern": 21350, - "##dai": 21351, - "lakshmi": 21352, - "shortlisted": 21353, - "##stick": 21354, - "##wicz": 21355, - "camouflage": 21356, - "donate": 21357, - "af": 21358, - "christi": 21359, - "lau": 21360, - "##acio": 21361, - "disclosed": 21362, - "nemesis": 21363, - "1761": 21364, - "assemble": 21365, - "straining": 21366, - "northamptonshire": 21367, - "tal": 21368, - "##asi": 21369, - "bernardino": 21370, - "premature": 21371, - "heidi": 21372, - "42nd": 21373, - "coefficients": 21374, - "galactic": 21375, - "reproduce": 21376, - "buzzed": 21377, - "sensations": 21378, - "zionist": 21379, - "monsieur": 21380, - "myrtle": 21381, - "##eme": 21382, - "archery": 21383, - "strangled": 21384, - "musically": 21385, - "viewpoint": 21386, - "antiquities": 21387, - "bei": 21388, - "trailers": 21389, - "seahawks": 21390, - "cured": 21391, - "pee": 21392, - "preferring": 21393, - "tasmanian": 21394, - "lange": 21395, - "sul": 21396, - "##mail": 21397, - "##working": 21398, - "colder": 21399, - "overland": 21400, - "lucivar": 21401, - "massey": 21402, - "gatherings": 21403, - "haitian": 21404, - "##smith": 21405, - "disapproval": 21406, - "flaws": 21407, - "##cco": 21408, - "##enbach": 21409, - "1766": 21410, - "npr": 21411, - "##icular": 21412, - "boroughs": 21413, - "creole": 21414, - "forums": 21415, - "techno": 21416, - "1755": 21417, - "dent": 21418, - "abdominal": 21419, - "streetcar": 21420, - "##eson": 21421, - "##stream": 21422, - "procurement": 21423, - "gemini": 21424, - "predictable": 21425, - "##tya": 21426, - "acheron": 21427, - "christoph": 21428, - "feeder": 21429, - "fronts": 21430, - "vendor": 21431, - "bernhard": 21432, - "jammu": 21433, - "tumors": 21434, - "slang": 21435, - "##uber": 21436, - "goaltender": 21437, - "twists": 21438, - "curving": 21439, - "manson": 21440, - "vuelta": 21441, - "mer": 21442, - "peanut": 21443, - "confessions": 21444, - "pouch": 21445, - "unpredictable": 21446, - "allowance": 21447, - "theodor": 21448, - "vascular": 21449, - "##factory": 21450, - "bala": 21451, - "authenticity": 21452, - "metabolic": 21453, - "coughing": 21454, - "nanjing": 21455, - "##cea": 21456, - "pembroke": 21457, - "##bard": 21458, - "splendid": 21459, - "36th": 21460, - "ff": 21461, - "hourly": 21462, - "##ahu": 21463, - "elmer": 21464, - "handel": 21465, - "##ivate": 21466, - "awarding": 21467, - "thrusting": 21468, - "dl": 21469, - "experimentation": 21470, - "##hesion": 21471, - "##46": 21472, - "caressed": 21473, - "entertained": 21474, - "steak": 21475, - "##rangle": 21476, - "biologist": 21477, - "orphans": 21478, - "baroness": 21479, - "oyster": 21480, - "stepfather": 21481, - "##dridge": 21482, - "mirage": 21483, - "reefs": 21484, - "speeding": 21485, - "##31": 21486, - "barons": 21487, - "1764": 21488, - "227": 21489, - "inhabit": 21490, - "preached": 21491, - "repealed": 21492, - "##tral": 21493, - "honoring": 21494, - "boogie": 21495, - "captives": 21496, - "administer": 21497, - "johanna": 21498, - "##imate": 21499, - "gel": 21500, - "suspiciously": 21501, - "1767": 21502, - "sobs": 21503, - "##dington": 21504, - "backbone": 21505, - "hayward": 21506, - "garry": 21507, - "##folding": 21508, - "##nesia": 21509, - "maxi": 21510, - "##oof": 21511, - "##ppe": 21512, - "ellison": 21513, - "galileo": 21514, - "##stand": 21515, - "crimea": 21516, - "frenzy": 21517, - "amour": 21518, - "bumper": 21519, - "matrices": 21520, - "natalia": 21521, - "baking": 21522, - "garth": 21523, - "palestinians": 21524, - "##grove": 21525, - "smack": 21526, - "conveyed": 21527, - "ensembles": 21528, - "gardening": 21529, - "##manship": 21530, - "##rup": 21531, - "##stituting": 21532, - "1640": 21533, - "harvesting": 21534, - "topography": 21535, - "jing": 21536, - "shifters": 21537, - "dormitory": 21538, - "##carriage": 21539, - "##lston": 21540, - "ist": 21541, - "skulls": 21542, - "##stadt": 21543, - "dolores": 21544, - "jewellery": 21545, - "sarawak": 21546, - "##wai": 21547, - "##zier": 21548, - "fences": 21549, - "christy": 21550, - "confinement": 21551, - "tumbling": 21552, - "credibility": 21553, - "fir": 21554, - "stench": 21555, - "##bria": 21556, - "##plication": 21557, - "##nged": 21558, - "##sam": 21559, - "virtues": 21560, - "##belt": 21561, - "marjorie": 21562, - "pba": 21563, - "##eem": 21564, - "##made": 21565, - "celebrates": 21566, - "schooner": 21567, - "agitated": 21568, - "barley": 21569, - "fulfilling": 21570, - "anthropologist": 21571, - "##pro": 21572, - "restrict": 21573, - "novi": 21574, - "regulating": 21575, - "##nent": 21576, - "padres": 21577, - "##rani": 21578, - "##hesive": 21579, - "loyola": 21580, - "tabitha": 21581, - "milky": 21582, - "olson": 21583, - "proprietor": 21584, - "crambidae": 21585, - "guarantees": 21586, - "intercollegiate": 21587, - "ljubljana": 21588, - "hilda": 21589, - "##sko": 21590, - "ignorant": 21591, - "hooded": 21592, - "##lts": 21593, - "sardinia": 21594, - "##lidae": 21595, - "##vation": 21596, - "frontman": 21597, - "privileged": 21598, - "witchcraft": 21599, - "##gp": 21600, - "jammed": 21601, - "laude": 21602, - "poking": 21603, - "##than": 21604, - "bracket": 21605, - "amazement": 21606, - "yunnan": 21607, - "##erus": 21608, - "maharaja": 21609, - "linnaeus": 21610, - "264": 21611, - "commissioning": 21612, - "milano": 21613, - "peacefully": 21614, - "##logies": 21615, - "akira": 21616, - "rani": 21617, - "regulator": 21618, - "##36": 21619, - "grasses": 21620, - "##rance": 21621, - "luzon": 21622, - "crows": 21623, - "compiler": 21624, - "gretchen": 21625, - "seaman": 21626, - "edouard": 21627, - "tab": 21628, - "buccaneers": 21629, - "ellington": 21630, - "hamlets": 21631, - "whig": 21632, - "socialists": 21633, - "##anto": 21634, - "directorial": 21635, - "easton": 21636, - "mythological": 21637, - "##kr": 21638, - "##vary": 21639, - "rhineland": 21640, - "semantic": 21641, - "taut": 21642, - "dune": 21643, - "inventions": 21644, - "succeeds": 21645, - "##iter": 21646, - "replication": 21647, - "branched": 21648, - "##pired": 21649, - "jul": 21650, - "prosecuted": 21651, - "kangaroo": 21652, - "penetrated": 21653, - "##avian": 21654, - "middlesbrough": 21655, - "doses": 21656, - "bleak": 21657, - "madam": 21658, - "predatory": 21659, - "relentless": 21660, - "##vili": 21661, - "reluctance": 21662, - "##vir": 21663, - "hailey": 21664, - "crore": 21665, - "silvery": 21666, - "1759": 21667, - "monstrous": 21668, - "swimmers": 21669, - "transmissions": 21670, - "hawthorn": 21671, - "informing": 21672, - "##eral": 21673, - "toilets": 21674, - "caracas": 21675, - "crouch": 21676, - "kb": 21677, - "##sett": 21678, - "295": 21679, - "cartel": 21680, - "hadley": 21681, - "##aling": 21682, - "alexia": 21683, - "yvonne": 21684, - "##biology": 21685, - "cinderella": 21686, - "eton": 21687, - "superb": 21688, - "blizzard": 21689, - "stabbing": 21690, - "industrialist": 21691, - "maximus": 21692, - "##gm": 21693, - "##orus": 21694, - "groves": 21695, - "maud": 21696, - "clade": 21697, - "oversized": 21698, - "comedic": 21699, - "##bella": 21700, - "rosen": 21701, - "nomadic": 21702, - "fulham": 21703, - "montane": 21704, - "beverages": 21705, - "galaxies": 21706, - "redundant": 21707, - "swarm": 21708, - "##rot": 21709, - "##folia": 21710, - "##llis": 21711, - "buckinghamshire": 21712, - "fen": 21713, - "bearings": 21714, - "bahadur": 21715, - "##rom": 21716, - "gilles": 21717, - "phased": 21718, - "dynamite": 21719, - "faber": 21720, - "benoit": 21721, - "vip": 21722, - "##ount": 21723, - "##wd": 21724, - "booking": 21725, - "fractured": 21726, - "tailored": 21727, - "anya": 21728, - "spices": 21729, - "westwood": 21730, - "cairns": 21731, - "auditions": 21732, - "inflammation": 21733, - "steamed": 21734, - "##rocity": 21735, - "##acion": 21736, - "##urne": 21737, - "skyla": 21738, - "thereof": 21739, - "watford": 21740, - "torment": 21741, - "archdeacon": 21742, - "transforms": 21743, - "lulu": 21744, - "demeanor": 21745, - "fucked": 21746, - "serge": 21747, - "##sor": 21748, - "mckenna": 21749, - "minas": 21750, - "entertainer": 21751, - "##icide": 21752, - "caress": 21753, - "originate": 21754, - "residue": 21755, - "##sty": 21756, - "1740": 21757, - "##ilised": 21758, - "##org": 21759, - "beech": 21760, - "##wana": 21761, - "subsidies": 21762, - "##ghton": 21763, - "emptied": 21764, - "gladstone": 21765, - "ru": 21766, - "firefighters": 21767, - "voodoo": 21768, - "##rcle": 21769, - "het": 21770, - "nightingale": 21771, - "tamara": 21772, - "edmond": 21773, - "ingredient": 21774, - "weaknesses": 21775, - "silhouette": 21776, - "285": 21777, - "compatibility": 21778, - "withdrawing": 21779, - "hampson": 21780, - "##mona": 21781, - "anguish": 21782, - "giggling": 21783, - "##mber": 21784, - "bookstore": 21785, - "##jiang": 21786, - "southernmost": 21787, - "tilting": 21788, - "##vance": 21789, - "bai": 21790, - "economical": 21791, - "rf": 21792, - "briefcase": 21793, - "dreadful": 21794, - "hinted": 21795, - "projections": 21796, - "shattering": 21797, - "totaling": 21798, - "##rogate": 21799, - "analogue": 21800, - "indicted": 21801, - "periodical": 21802, - "fullback": 21803, - "##dman": 21804, - "haynes": 21805, - "##tenberg": 21806, - "##ffs": 21807, - "##ishment": 21808, - "1745": 21809, - "thirst": 21810, - "stumble": 21811, - "penang": 21812, - "vigorous": 21813, - "##ddling": 21814, - "##kor": 21815, - "##lium": 21816, - "octave": 21817, - "##ove": 21818, - "##enstein": 21819, - "##inen": 21820, - "##ones": 21821, - "siberian": 21822, - "##uti": 21823, - "cbn": 21824, - "repeal": 21825, - "swaying": 21826, - "##vington": 21827, - "khalid": 21828, - "tanaka": 21829, - "unicorn": 21830, - "otago": 21831, - "plastered": 21832, - "lobe": 21833, - "riddle": 21834, - "##rella": 21835, - "perch": 21836, - "##ishing": 21837, - "croydon": 21838, - "filtered": 21839, - "graeme": 21840, - "tripoli": 21841, - "##ossa": 21842, - "crocodile": 21843, - "##chers": 21844, - "sufi": 21845, - "mined": 21846, - "##tung": 21847, - "inferno": 21848, - "lsu": 21849, - "##phi": 21850, - "swelled": 21851, - "utilizes": 21852, - "£2": 21853, - "cale": 21854, - "periodicals": 21855, - "styx": 21856, - "hike": 21857, - "informally": 21858, - "coop": 21859, - "lund": 21860, - "##tidae": 21861, - "ala": 21862, - "hen": 21863, - "qui": 21864, - "transformations": 21865, - "disposed": 21866, - "sheath": 21867, - "chickens": 21868, - "##cade": 21869, - "fitzroy": 21870, - "sas": 21871, - "silesia": 21872, - "unacceptable": 21873, - "odisha": 21874, - "1650": 21875, - "sabrina": 21876, - "pe": 21877, - "spokane": 21878, - "ratios": 21879, - "athena": 21880, - "massage": 21881, - "shen": 21882, - "dilemma": 21883, - "##drum": 21884, - "##riz": 21885, - "##hul": 21886, - "corona": 21887, - "doubtful": 21888, - "niall": 21889, - "##pha": 21890, - "##bino": 21891, - "fines": 21892, - "cite": 21893, - "acknowledging": 21894, - "bangor": 21895, - "ballard": 21896, - "bathurst": 21897, - "##resh": 21898, - "huron": 21899, - "mustered": 21900, - "alzheimer": 21901, - "garments": 21902, - "kinase": 21903, - "tyre": 21904, - "warship": 21905, - "##cp": 21906, - "flashback": 21907, - "pulmonary": 21908, - "braun": 21909, - "cheat": 21910, - "kamal": 21911, - "cyclists": 21912, - "constructions": 21913, - "grenades": 21914, - "ndp": 21915, - "traveller": 21916, - "excuses": 21917, - "stomped": 21918, - "signalling": 21919, - "trimmed": 21920, - "futsal": 21921, - "mosques": 21922, - "relevance": 21923, - "##wine": 21924, - "wta": 21925, - "##23": 21926, - "##vah": 21927, - "##lter": 21928, - "hoc": 21929, - "##riding": 21930, - "optimistic": 21931, - "##´s": 21932, - "deco": 21933, - "sim": 21934, - "interacting": 21935, - "rejecting": 21936, - "moniker": 21937, - "waterways": 21938, - "##ieri": 21939, - "##oku": 21940, - "mayors": 21941, - "gdansk": 21942, - "outnumbered": 21943, - "pearls": 21944, - "##ended": 21945, - "##hampton": 21946, - "fairs": 21947, - "totals": 21948, - "dominating": 21949, - "262": 21950, - "notions": 21951, - "stairway": 21952, - "compiling": 21953, - "pursed": 21954, - "commodities": 21955, - "grease": 21956, - "yeast": 21957, - "##jong": 21958, - "carthage": 21959, - "griffiths": 21960, - "residual": 21961, - "amc": 21962, - "contraction": 21963, - "laird": 21964, - "sapphire": 21965, - "##marine": 21966, - "##ivated": 21967, - "amalgamation": 21968, - "dissolve": 21969, - "inclination": 21970, - "lyle": 21971, - "packaged": 21972, - "altitudes": 21973, - "suez": 21974, - "canons": 21975, - "graded": 21976, - "lurched": 21977, - "narrowing": 21978, - "boasts": 21979, - "guise": 21980, - "wed": 21981, - "enrico": 21982, - "##ovsky": 21983, - "rower": 21984, - "scarred": 21985, - "bree": 21986, - "cub": 21987, - "iberian": 21988, - "protagonists": 21989, - "bargaining": 21990, - "proposing": 21991, - "trainers": 21992, - "voyages": 21993, - "vans": 21994, - "fishes": 21995, - "##aea": 21996, - "##ivist": 21997, - "##verance": 21998, - "encryption": 21999, - "artworks": 22000, - "kazan": 22001, - "sabre": 22002, - "cleopatra": 22003, - "hepburn": 22004, - "rotting": 22005, - "supremacy": 22006, - "mecklenburg": 22007, - "##brate": 22008, - "burrows": 22009, - "hazards": 22010, - "outgoing": 22011, - "flair": 22012, - "organizes": 22013, - "##ctions": 22014, - "scorpion": 22015, - "##usions": 22016, - "boo": 22017, - "234": 22018, - "chevalier": 22019, - "dunedin": 22020, - "slapping": 22021, - "##34": 22022, - "ineligible": 22023, - "pensions": 22024, - "##38": 22025, - "##omic": 22026, - "manufactures": 22027, - "emails": 22028, - "bismarck": 22029, - "238": 22030, - "weakening": 22031, - "blackish": 22032, - "ding": 22033, - "mcgee": 22034, - "quo": 22035, - "##rling": 22036, - "northernmost": 22037, - "xx": 22038, - "manpower": 22039, - "greed": 22040, - "sampson": 22041, - "clicking": 22042, - "##ange": 22043, - "##horpe": 22044, - "##inations": 22045, - "##roving": 22046, - "torre": 22047, - "##eptive": 22048, - "##moral": 22049, - "symbolism": 22050, - "38th": 22051, - "asshole": 22052, - "meritorious": 22053, - "outfits": 22054, - "splashed": 22055, - "biographies": 22056, - "sprung": 22057, - "astros": 22058, - "##tale": 22059, - "302": 22060, - "737": 22061, - "filly": 22062, - "raoul": 22063, - "nw": 22064, - "tokugawa": 22065, - "linden": 22066, - "clubhouse": 22067, - "##apa": 22068, - "tracts": 22069, - "romano": 22070, - "##pio": 22071, - "putin": 22072, - "tags": 22073, - "##note": 22074, - "chained": 22075, - "dickson": 22076, - "gunshot": 22077, - "moe": 22078, - "gunn": 22079, - "rashid": 22080, - "##tails": 22081, - "zipper": 22082, - "##bas": 22083, - "##nea": 22084, - "contrasted": 22085, - "##ply": 22086, - "##udes": 22087, - "plum": 22088, - "pharaoh": 22089, - "##pile": 22090, - "aw": 22091, - "comedies": 22092, - "ingrid": 22093, - "sandwiches": 22094, - "subdivisions": 22095, - "1100": 22096, - "mariana": 22097, - "nokia": 22098, - "kamen": 22099, - "hz": 22100, - "delaney": 22101, - "veto": 22102, - "herring": 22103, - "##words": 22104, - "possessive": 22105, - "outlines": 22106, - "##roup": 22107, - "siemens": 22108, - "stairwell": 22109, - "rc": 22110, - "gallantry": 22111, - "messiah": 22112, - "palais": 22113, - "yells": 22114, - "233": 22115, - "zeppelin": 22116, - "##dm": 22117, - "bolivar": 22118, - "##cede": 22119, - "smackdown": 22120, - "mckinley": 22121, - "##mora": 22122, - "##yt": 22123, - "muted": 22124, - "geologic": 22125, - "finely": 22126, - "unitary": 22127, - "avatar": 22128, - "hamas": 22129, - "maynard": 22130, - "rees": 22131, - "bog": 22132, - "contrasting": 22133, - "##rut": 22134, - "liv": 22135, - "chico": 22136, - "disposition": 22137, - "pixel": 22138, - "##erate": 22139, - "becca": 22140, - "dmitry": 22141, - "yeshiva": 22142, - "narratives": 22143, - "##lva": 22144, - "##ulton": 22145, - "mercenary": 22146, - "sharpe": 22147, - "tempered": 22148, - "navigate": 22149, - "stealth": 22150, - "amassed": 22151, - "keynes": 22152, - "##lini": 22153, - "untouched": 22154, - "##rrie": 22155, - "havoc": 22156, - "lithium": 22157, - "##fighting": 22158, - "abyss": 22159, - "graf": 22160, - "southward": 22161, - "wolverine": 22162, - "balloons": 22163, - "implements": 22164, - "ngos": 22165, - "transitions": 22166, - "##icum": 22167, - "ambushed": 22168, - "concacaf": 22169, - "dormant": 22170, - "economists": 22171, - "##dim": 22172, - "costing": 22173, - "csi": 22174, - "rana": 22175, - "universite": 22176, - "boulders": 22177, - "verity": 22178, - "##llon": 22179, - "collin": 22180, - "mellon": 22181, - "misses": 22182, - "cypress": 22183, - "fluorescent": 22184, - "lifeless": 22185, - "spence": 22186, - "##ulla": 22187, - "crewe": 22188, - "shepard": 22189, - "pak": 22190, - "revelations": 22191, - "##م": 22192, - "jolly": 22193, - "gibbons": 22194, - "paw": 22195, - "##dro": 22196, - "##quel": 22197, - "freeing": 22198, - "##test": 22199, - "shack": 22200, - "fries": 22201, - "palatine": 22202, - "##51": 22203, - "##hiko": 22204, - "accompaniment": 22205, - "cruising": 22206, - "recycled": 22207, - "##aver": 22208, - "erwin": 22209, - "sorting": 22210, - "synthesizers": 22211, - "dyke": 22212, - "realities": 22213, - "sg": 22214, - "strides": 22215, - "enslaved": 22216, - "wetland": 22217, - "##ghan": 22218, - "competence": 22219, - "gunpowder": 22220, - "grassy": 22221, - "maroon": 22222, - "reactors": 22223, - "objection": 22224, - "##oms": 22225, - "carlson": 22226, - "gearbox": 22227, - "macintosh": 22228, - "radios": 22229, - "shelton": 22230, - "##sho": 22231, - "clergyman": 22232, - "prakash": 22233, - "254": 22234, - "mongols": 22235, - "trophies": 22236, - "oricon": 22237, - "228": 22238, - "stimuli": 22239, - "twenty20": 22240, - "cantonese": 22241, - "cortes": 22242, - "mirrored": 22243, - "##saurus": 22244, - "bhp": 22245, - "cristina": 22246, - "melancholy": 22247, - "##lating": 22248, - "enjoyable": 22249, - "nuevo": 22250, - "##wny": 22251, - "downfall": 22252, - "schumacher": 22253, - "##ind": 22254, - "banging": 22255, - "lausanne": 22256, - "rumbled": 22257, - "paramilitary": 22258, - "reflex": 22259, - "ax": 22260, - "amplitude": 22261, - "migratory": 22262, - "##gall": 22263, - "##ups": 22264, - "midi": 22265, - "barnard": 22266, - "lastly": 22267, - "sherry": 22268, - "##hp": 22269, - "##nall": 22270, - "keystone": 22271, - "##kra": 22272, - "carleton": 22273, - "slippery": 22274, - "##53": 22275, - "coloring": 22276, - "foe": 22277, - "socket": 22278, - "otter": 22279, - "##rgos": 22280, - "mats": 22281, - "##tose": 22282, - "consultants": 22283, - "bafta": 22284, - "bison": 22285, - "topping": 22286, - "##km": 22287, - "490": 22288, - "primal": 22289, - "abandonment": 22290, - "transplant": 22291, - "atoll": 22292, - "hideous": 22293, - "mort": 22294, - "pained": 22295, - "reproduced": 22296, - "tae": 22297, - "howling": 22298, - "##turn": 22299, - "unlawful": 22300, - "billionaire": 22301, - "hotter": 22302, - "poised": 22303, - "lansing": 22304, - "##chang": 22305, - "dinamo": 22306, - "retro": 22307, - "messing": 22308, - "nfc": 22309, - "domesday": 22310, - "##mina": 22311, - "blitz": 22312, - "timed": 22313, - "##athing": 22314, - "##kley": 22315, - "ascending": 22316, - "gesturing": 22317, - "##izations": 22318, - "signaled": 22319, - "tis": 22320, - "chinatown": 22321, - "mermaid": 22322, - "savanna": 22323, - "jameson": 22324, - "##aint": 22325, - "catalina": 22326, - "##pet": 22327, - "##hers": 22328, - "cochrane": 22329, - "cy": 22330, - "chatting": 22331, - "##kus": 22332, - "alerted": 22333, - "computation": 22334, - "mused": 22335, - "noelle": 22336, - "majestic": 22337, - "mohawk": 22338, - "campo": 22339, - "octagonal": 22340, - "##sant": 22341, - "##hend": 22342, - "241": 22343, - "aspiring": 22344, - "##mart": 22345, - "comprehend": 22346, - "iona": 22347, - "paralyzed": 22348, - "shimmering": 22349, - "swindon": 22350, - "rhone": 22351, - "##eley": 22352, - "reputed": 22353, - "configurations": 22354, - "pitchfork": 22355, - "agitation": 22356, - "francais": 22357, - "gillian": 22358, - "lipstick": 22359, - "##ilo": 22360, - "outsiders": 22361, - "pontifical": 22362, - "resisting": 22363, - "bitterness": 22364, - "sewer": 22365, - "rockies": 22366, - "##edd": 22367, - "##ucher": 22368, - "misleading": 22369, - "1756": 22370, - "exiting": 22371, - "galloway": 22372, - "##nging": 22373, - "risked": 22374, - "##heart": 22375, - "246": 22376, - "commemoration": 22377, - "schultz": 22378, - "##rka": 22379, - "integrating": 22380, - "##rsa": 22381, - "poses": 22382, - "shrieked": 22383, - "##weiler": 22384, - "guineas": 22385, - "gladys": 22386, - "jerking": 22387, - "owls": 22388, - "goldsmith": 22389, - "nightly": 22390, - "penetrating": 22391, - "##unced": 22392, - "lia": 22393, - "##33": 22394, - "ignited": 22395, - "betsy": 22396, - "##aring": 22397, - "##thorpe": 22398, - "follower": 22399, - "vigorously": 22400, - "##rave": 22401, - "coded": 22402, - "kiran": 22403, - "knit": 22404, - "zoology": 22405, - "tbilisi": 22406, - "##28": 22407, - "##bered": 22408, - "repository": 22409, - "govt": 22410, - "deciduous": 22411, - "dino": 22412, - "growling": 22413, - "##bba": 22414, - "enhancement": 22415, - "unleashed": 22416, - "chanting": 22417, - "pussy": 22418, - "biochemistry": 22419, - "##eric": 22420, - "kettle": 22421, - "repression": 22422, - "toxicity": 22423, - "nrhp": 22424, - "##arth": 22425, - "##kko": 22426, - "##bush": 22427, - "ernesto": 22428, - "commended": 22429, - "outspoken": 22430, - "242": 22431, - "mca": 22432, - "parchment": 22433, - "sms": 22434, - "kristen": 22435, - "##aton": 22436, - "bisexual": 22437, - "raked": 22438, - "glamour": 22439, - "navajo": 22440, - "a2": 22441, - "conditioned": 22442, - "showcased": 22443, - "##hma": 22444, - "spacious": 22445, - "youthful": 22446, - "##esa": 22447, - "usl": 22448, - "appliances": 22449, - "junta": 22450, - "brest": 22451, - "layne": 22452, - "conglomerate": 22453, - "enchanted": 22454, - "chao": 22455, - "loosened": 22456, - "picasso": 22457, - "circulating": 22458, - "inspect": 22459, - "montevideo": 22460, - "##centric": 22461, - "##kti": 22462, - "piazza": 22463, - "spurred": 22464, - "##aith": 22465, - "bari": 22466, - "freedoms": 22467, - "poultry": 22468, - "stamford": 22469, - "lieu": 22470, - "##ect": 22471, - "indigo": 22472, - "sarcastic": 22473, - "bahia": 22474, - "stump": 22475, - "attach": 22476, - "dvds": 22477, - "frankenstein": 22478, - "lille": 22479, - "approx": 22480, - "scriptures": 22481, - "pollen": 22482, - "##script": 22483, - "nmi": 22484, - "overseen": 22485, - "##ivism": 22486, - "tides": 22487, - "proponent": 22488, - "newmarket": 22489, - "inherit": 22490, - "milling": 22491, - "##erland": 22492, - "centralized": 22493, - "##rou": 22494, - "distributors": 22495, - "credentials": 22496, - "drawers": 22497, - "abbreviation": 22498, - "##lco": 22499, - "##xon": 22500, - "downing": 22501, - "uncomfortably": 22502, - "ripe": 22503, - "##oes": 22504, - "erase": 22505, - "franchises": 22506, - "##ever": 22507, - "populace": 22508, - "##bery": 22509, - "##khar": 22510, - "decomposition": 22511, - "pleas": 22512, - "##tet": 22513, - "daryl": 22514, - "sabah": 22515, - "##stle": 22516, - "##wide": 22517, - "fearless": 22518, - "genie": 22519, - "lesions": 22520, - "annette": 22521, - "##ogist": 22522, - "oboe": 22523, - "appendix": 22524, - "nair": 22525, - "dripped": 22526, - "petitioned": 22527, - "maclean": 22528, - "mosquito": 22529, - "parrot": 22530, - "rpg": 22531, - "hampered": 22532, - "1648": 22533, - "operatic": 22534, - "reservoirs": 22535, - "##tham": 22536, - "irrelevant": 22537, - "jolt": 22538, - "summarized": 22539, - "##fp": 22540, - "medallion": 22541, - "##taff": 22542, - "##−": 22543, - "clawed": 22544, - "harlow": 22545, - "narrower": 22546, - "goddard": 22547, - "marcia": 22548, - "bodied": 22549, - "fremont": 22550, - "suarez": 22551, - "altering": 22552, - "tempest": 22553, - "mussolini": 22554, - "porn": 22555, - "##isms": 22556, - "sweetly": 22557, - "oversees": 22558, - "walkers": 22559, - "solitude": 22560, - "grimly": 22561, - "shrines": 22562, - "hk": 22563, - "ich": 22564, - "supervisors": 22565, - "hostess": 22566, - "dietrich": 22567, - "legitimacy": 22568, - "brushes": 22569, - "expressive": 22570, - "##yp": 22571, - "dissipated": 22572, - "##rse": 22573, - "localized": 22574, - "systemic": 22575, - "##nikov": 22576, - "gettysburg": 22577, - "##js": 22578, - "##uaries": 22579, - "dialogues": 22580, - "muttering": 22581, - "251": 22582, - "housekeeper": 22583, - "sicilian": 22584, - "discouraged": 22585, - "##frey": 22586, - "beamed": 22587, - "kaladin": 22588, - "halftime": 22589, - "kidnap": 22590, - "##amo": 22591, - "##llet": 22592, - "1754": 22593, - "synonymous": 22594, - "depleted": 22595, - "instituto": 22596, - "insulin": 22597, - "reprised": 22598, - "##opsis": 22599, - "clashed": 22600, - "##ctric": 22601, - "interrupting": 22602, - "radcliffe": 22603, - "insisting": 22604, - "medici": 22605, - "1715": 22606, - "ejected": 22607, - "playfully": 22608, - "turbulent": 22609, - "##47": 22610, - "starvation": 22611, - "##rini": 22612, - "shipment": 22613, - "rebellious": 22614, - "petersen": 22615, - "verification": 22616, - "merits": 22617, - "##rified": 22618, - "cakes": 22619, - "##charged": 22620, - "1757": 22621, - "milford": 22622, - "shortages": 22623, - "spying": 22624, - "fidelity": 22625, - "##aker": 22626, - "emitted": 22627, - "storylines": 22628, - "harvested": 22629, - "seismic": 22630, - "##iform": 22631, - "cheung": 22632, - "kilda": 22633, - "theoretically": 22634, - "barbie": 22635, - "lynx": 22636, - "##rgy": 22637, - "##tius": 22638, - "goblin": 22639, - "mata": 22640, - "poisonous": 22641, - "##nburg": 22642, - "reactive": 22643, - "residues": 22644, - "obedience": 22645, - "##евич": 22646, - "conjecture": 22647, - "##rac": 22648, - "401": 22649, - "hating": 22650, - "sixties": 22651, - "kicker": 22652, - "moaning": 22653, - "motown": 22654, - "##bha": 22655, - "emancipation": 22656, - "neoclassical": 22657, - "##hering": 22658, - "consoles": 22659, - "ebert": 22660, - "professorship": 22661, - "##tures": 22662, - "sustaining": 22663, - "assaults": 22664, - "obeyed": 22665, - "affluent": 22666, - "incurred": 22667, - "tornadoes": 22668, - "##eber": 22669, - "##zow": 22670, - "emphasizing": 22671, - "highlanders": 22672, - "cheated": 22673, - "helmets": 22674, - "##ctus": 22675, - "internship": 22676, - "terence": 22677, - "bony": 22678, - "executions": 22679, - "legislators": 22680, - "berries": 22681, - "peninsular": 22682, - "tinged": 22683, - "##aco": 22684, - "1689": 22685, - "amplifier": 22686, - "corvette": 22687, - "ribbons": 22688, - "lavish": 22689, - "pennant": 22690, - "##lander": 22691, - "worthless": 22692, - "##chfield": 22693, - "##forms": 22694, - "mariano": 22695, - "pyrenees": 22696, - "expenditures": 22697, - "##icides": 22698, - "chesterfield": 22699, - "mandir": 22700, - "tailor": 22701, - "39th": 22702, - "sergey": 22703, - "nestled": 22704, - "willed": 22705, - "aristocracy": 22706, - "devotees": 22707, - "goodnight": 22708, - "raaf": 22709, - "rumored": 22710, - "weaponry": 22711, - "remy": 22712, - "appropriations": 22713, - "harcourt": 22714, - "burr": 22715, - "riaa": 22716, - "##lence": 22717, - "limitation": 22718, - "unnoticed": 22719, - "guo": 22720, - "soaking": 22721, - "swamps": 22722, - "##tica": 22723, - "collapsing": 22724, - "tatiana": 22725, - "descriptive": 22726, - "brigham": 22727, - "psalm": 22728, - "##chment": 22729, - "maddox": 22730, - "##lization": 22731, - "patti": 22732, - "caliph": 22733, - "##aja": 22734, - "akron": 22735, - "injuring": 22736, - "serra": 22737, - "##ganj": 22738, - "basins": 22739, - "##sari": 22740, - "astonished": 22741, - "launcher": 22742, - "##church": 22743, - "hilary": 22744, - "wilkins": 22745, - "sewing": 22746, - "##sf": 22747, - "stinging": 22748, - "##fia": 22749, - "##ncia": 22750, - "underwood": 22751, - "startup": 22752, - "##ition": 22753, - "compilations": 22754, - "vibrations": 22755, - "embankment": 22756, - "jurist": 22757, - "##nity": 22758, - "bard": 22759, - "juventus": 22760, - "groundwater": 22761, - "kern": 22762, - "palaces": 22763, - "helium": 22764, - "boca": 22765, - "cramped": 22766, - "marissa": 22767, - "soto": 22768, - "##worm": 22769, - "jae": 22770, - "princely": 22771, - "##ggy": 22772, - "faso": 22773, - "bazaar": 22774, - "warmly": 22775, - "##voking": 22776, - "229": 22777, - "pairing": 22778, - "##lite": 22779, - "##grate": 22780, - "##nets": 22781, - "wien": 22782, - "freaked": 22783, - "ulysses": 22784, - "rebirth": 22785, - "##alia": 22786, - "##rent": 22787, - "mummy": 22788, - "guzman": 22789, - "jimenez": 22790, - "stilled": 22791, - "##nitz": 22792, - "trajectory": 22793, - "tha": 22794, - "woken": 22795, - "archival": 22796, - "professions": 22797, - "##pts": 22798, - "##pta": 22799, - "hilly": 22800, - "shadowy": 22801, - "shrink": 22802, - "##bolt": 22803, - "norwood": 22804, - "glued": 22805, - "migrate": 22806, - "stereotypes": 22807, - "devoid": 22808, - "##pheus": 22809, - "625": 22810, - "evacuate": 22811, - "horrors": 22812, - "infancy": 22813, - "gotham": 22814, - "knowles": 22815, - "optic": 22816, - "downloaded": 22817, - "sachs": 22818, - "kingsley": 22819, - "parramatta": 22820, - "darryl": 22821, - "mor": 22822, - "##onale": 22823, - "shady": 22824, - "commence": 22825, - "confesses": 22826, - "kan": 22827, - "##meter": 22828, - "##placed": 22829, - "marlborough": 22830, - "roundabout": 22831, - "regents": 22832, - "frigates": 22833, - "io": 22834, - "##imating": 22835, - "gothenburg": 22836, - "revoked": 22837, - "carvings": 22838, - "clockwise": 22839, - "convertible": 22840, - "intruder": 22841, - "##sche": 22842, - "banged": 22843, - "##ogo": 22844, - "vicky": 22845, - "bourgeois": 22846, - "##mony": 22847, - "dupont": 22848, - "footing": 22849, - "##gum": 22850, - "pd": 22851, - "##real": 22852, - "buckle": 22853, - "yun": 22854, - "penthouse": 22855, - "sane": 22856, - "720": 22857, - "serviced": 22858, - "stakeholders": 22859, - "neumann": 22860, - "bb": 22861, - "##eers": 22862, - "comb": 22863, - "##gam": 22864, - "catchment": 22865, - "pinning": 22866, - "rallies": 22867, - "typing": 22868, - "##elles": 22869, - "forefront": 22870, - "freiburg": 22871, - "sweetie": 22872, - "giacomo": 22873, - "widowed": 22874, - "goodwill": 22875, - "worshipped": 22876, - "aspirations": 22877, - "midday": 22878, - "##vat": 22879, - "fishery": 22880, - "##trick": 22881, - "bournemouth": 22882, - "turk": 22883, - "243": 22884, - "hearth": 22885, - "ethanol": 22886, - "guadalajara": 22887, - "murmurs": 22888, - "sl": 22889, - "##uge": 22890, - "afforded": 22891, - "scripted": 22892, - "##hta": 22893, - "wah": 22894, - "##jn": 22895, - "coroner": 22896, - "translucent": 22897, - "252": 22898, - "memorials": 22899, - "puck": 22900, - "progresses": 22901, - "clumsy": 22902, - "##race": 22903, - "315": 22904, - "candace": 22905, - "recounted": 22906, - "##27": 22907, - "##slin": 22908, - "##uve": 22909, - "filtering": 22910, - "##mac": 22911, - "howl": 22912, - "strata": 22913, - "heron": 22914, - "leveled": 22915, - "##ays": 22916, - "dubious": 22917, - "##oja": 22918, - "##т": 22919, - "##wheel": 22920, - "citations": 22921, - "exhibiting": 22922, - "##laya": 22923, - "##mics": 22924, - "##pods": 22925, - "turkic": 22926, - "##lberg": 22927, - "injunction": 22928, - "##ennial": 22929, - "##mit": 22930, - "antibodies": 22931, - "##44": 22932, - "organise": 22933, - "##rigues": 22934, - "cardiovascular": 22935, - "cushion": 22936, - "inverness": 22937, - "##zquez": 22938, - "dia": 22939, - "cocoa": 22940, - "sibling": 22941, - "##tman": 22942, - "##roid": 22943, - "expanse": 22944, - "feasible": 22945, - "tunisian": 22946, - "algiers": 22947, - "##relli": 22948, - "rus": 22949, - "bloomberg": 22950, - "dso": 22951, - "westphalia": 22952, - "bro": 22953, - "tacoma": 22954, - "281": 22955, - "downloads": 22956, - "##ours": 22957, - "konrad": 22958, - "duran": 22959, - "##hdi": 22960, - "continuum": 22961, - "jett": 22962, - "compares": 22963, - "legislator": 22964, - "secession": 22965, - "##nable": 22966, - "##gues": 22967, - "##zuka": 22968, - "translating": 22969, - "reacher": 22970, - "##gley": 22971, - "##ła": 22972, - "aleppo": 22973, - "##agi": 22974, - "tc": 22975, - "orchards": 22976, - "trapping": 22977, - "linguist": 22978, - "versatile": 22979, - "drumming": 22980, - "postage": 22981, - "calhoun": 22982, - "superiors": 22983, - "##mx": 22984, - "barefoot": 22985, - "leary": 22986, - "##cis": 22987, - "ignacio": 22988, - "alfa": 22989, - "kaplan": 22990, - "##rogen": 22991, - "bratislava": 22992, - "mori": 22993, - "##vot": 22994, - "disturb": 22995, - "haas": 22996, - "313": 22997, - "cartridges": 22998, - "gilmore": 22999, - "radiated": 23000, - "salford": 23001, - "tunic": 23002, - "hades": 23003, - "##ulsive": 23004, - "archeological": 23005, - "delilah": 23006, - "magistrates": 23007, - "auditioned": 23008, - "brewster": 23009, - "charters": 23010, - "empowerment": 23011, - "blogs": 23012, - "cappella": 23013, - "dynasties": 23014, - "iroquois": 23015, - "whipping": 23016, - "##krishna": 23017, - "raceway": 23018, - "truths": 23019, - "myra": 23020, - "weaken": 23021, - "judah": 23022, - "mcgregor": 23023, - "##horse": 23024, - "mic": 23025, - "refueling": 23026, - "37th": 23027, - "burnley": 23028, - "bosses": 23029, - "markus": 23030, - "premio": 23031, - "query": 23032, - "##gga": 23033, - "dunbar": 23034, - "##economic": 23035, - "darkest": 23036, - "lyndon": 23037, - "sealing": 23038, - "commendation": 23039, - "reappeared": 23040, - "##mun": 23041, - "addicted": 23042, - "ezio": 23043, - "slaughtered": 23044, - "satisfactory": 23045, - "shuffle": 23046, - "##eves": 23047, - "##thic": 23048, - "##uj": 23049, - "fortification": 23050, - "warrington": 23051, - "##otto": 23052, - "resurrected": 23053, - "fargo": 23054, - "mane": 23055, - "##utable": 23056, - "##lei": 23057, - "##space": 23058, - "foreword": 23059, - "ox": 23060, - "##aris": 23061, - "##vern": 23062, - "abrams": 23063, - "hua": 23064, - "##mento": 23065, - "sakura": 23066, - "##alo": 23067, - "uv": 23068, - "sentimental": 23069, - "##skaya": 23070, - "midfield": 23071, - "##eses": 23072, - "sturdy": 23073, - "scrolls": 23074, - "macleod": 23075, - "##kyu": 23076, - "entropy": 23077, - "##lance": 23078, - "mitochondrial": 23079, - "cicero": 23080, - "excelled": 23081, - "thinner": 23082, - "convoys": 23083, - "perceive": 23084, - "##oslav": 23085, - "##urable": 23086, - "systematically": 23087, - "grind": 23088, - "burkina": 23089, - "287": 23090, - "##tagram": 23091, - "ops": 23092, - "##aman": 23093, - "guantanamo": 23094, - "##cloth": 23095, - "##tite": 23096, - "forcefully": 23097, - "wavy": 23098, - "##jou": 23099, - "pointless": 23100, - "##linger": 23101, - "##tze": 23102, - "layton": 23103, - "portico": 23104, - "superficial": 23105, - "clerical": 23106, - "outlaws": 23107, - "##hism": 23108, - "burials": 23109, - "muir": 23110, - "##inn": 23111, - "creditors": 23112, - "hauling": 23113, - "rattle": 23114, - "##leg": 23115, - "calais": 23116, - "monde": 23117, - "archers": 23118, - "reclaimed": 23119, - "dwell": 23120, - "wexford": 23121, - "hellenic": 23122, - "falsely": 23123, - "remorse": 23124, - "##tek": 23125, - "dough": 23126, - "furnishings": 23127, - "##uttered": 23128, - "gabon": 23129, - "neurological": 23130, - "novice": 23131, - "##igraphy": 23132, - "contemplated": 23133, - "pulpit": 23134, - "nightstand": 23135, - "saratoga": 23136, - "##istan": 23137, - "documenting": 23138, - "pulsing": 23139, - "taluk": 23140, - "##firmed": 23141, - "busted": 23142, - "marital": 23143, - "##rien": 23144, - "disagreements": 23145, - "wasps": 23146, - "##yes": 23147, - "hodge": 23148, - "mcdonnell": 23149, - "mimic": 23150, - "fran": 23151, - "pendant": 23152, - "dhabi": 23153, - "musa": 23154, - "##nington": 23155, - "congratulations": 23156, - "argent": 23157, - "darrell": 23158, - "concussion": 23159, - "losers": 23160, - "regrets": 23161, - "thessaloniki": 23162, - "reversal": 23163, - "donaldson": 23164, - "hardwood": 23165, - "thence": 23166, - "achilles": 23167, - "ritter": 23168, - "##eran": 23169, - "demonic": 23170, - "jurgen": 23171, - "prophets": 23172, - "goethe": 23173, - "eki": 23174, - "classmate": 23175, - "buff": 23176, - "##cking": 23177, - "yank": 23178, - "irrational": 23179, - "##inging": 23180, - "perished": 23181, - "seductive": 23182, - "qur": 23183, - "sourced": 23184, - "##crat": 23185, - "##typic": 23186, - "mustard": 23187, - "ravine": 23188, - "barre": 23189, - "horizontally": 23190, - "characterization": 23191, - "phylogenetic": 23192, - "boise": 23193, - "##dit": 23194, - "##runner": 23195, - "##tower": 23196, - "brutally": 23197, - "intercourse": 23198, - "seduce": 23199, - "##bbing": 23200, - "fay": 23201, - "ferris": 23202, - "ogden": 23203, - "amar": 23204, - "nik": 23205, - "unarmed": 23206, - "##inator": 23207, - "evaluating": 23208, - "kyrgyzstan": 23209, - "sweetness": 23210, - "##lford": 23211, - "##oki": 23212, - "mccormick": 23213, - "meiji": 23214, - "notoriety": 23215, - "stimulate": 23216, - "disrupt": 23217, - "figuring": 23218, - "instructional": 23219, - "mcgrath": 23220, - "##zoo": 23221, - "groundbreaking": 23222, - "##lto": 23223, - "flinch": 23224, - "khorasan": 23225, - "agrarian": 23226, - "bengals": 23227, - "mixer": 23228, - "radiating": 23229, - "##sov": 23230, - "ingram": 23231, - "pitchers": 23232, - "nad": 23233, - "tariff": 23234, - "##cript": 23235, - "tata": 23236, - "##codes": 23237, - "##emi": 23238, - "##ungen": 23239, - "appellate": 23240, - "lehigh": 23241, - "##bled": 23242, - "##giri": 23243, - "brawl": 23244, - "duct": 23245, - "texans": 23246, - "##ciation": 23247, - "##ropolis": 23248, - "skipper": 23249, - "speculative": 23250, - "vomit": 23251, - "doctrines": 23252, - "stresses": 23253, - "253": 23254, - "davy": 23255, - "graders": 23256, - "whitehead": 23257, - "jozef": 23258, - "timely": 23259, - "cumulative": 23260, - "haryana": 23261, - "paints": 23262, - "appropriately": 23263, - "boon": 23264, - "cactus": 23265, - "##ales": 23266, - "##pid": 23267, - "dow": 23268, - "legions": 23269, - "##pit": 23270, - "perceptions": 23271, - "1730": 23272, - "picturesque": 23273, - "##yse": 23274, - "periphery": 23275, - "rune": 23276, - "wr": 23277, - "##aha": 23278, - "celtics": 23279, - "sentencing": 23280, - "whoa": 23281, - "##erin": 23282, - "confirms": 23283, - "variance": 23284, - "425": 23285, - "moines": 23286, - "mathews": 23287, - "spade": 23288, - "rave": 23289, - "m1": 23290, - "fronted": 23291, - "fx": 23292, - "blending": 23293, - "alleging": 23294, - "reared": 23295, - "##gl": 23296, - "237": 23297, - "##paper": 23298, - "grassroots": 23299, - "eroded": 23300, - "##free": 23301, - "##physical": 23302, - "directs": 23303, - "ordeal": 23304, - "##sław": 23305, - "accelerate": 23306, - "hacker": 23307, - "rooftop": 23308, - "##inia": 23309, - "lev": 23310, - "buys": 23311, - "cebu": 23312, - "devote": 23313, - "##lce": 23314, - "specialising": 23315, - "##ulsion": 23316, - "choreographed": 23317, - "repetition": 23318, - "warehouses": 23319, - "##ryl": 23320, - "paisley": 23321, - "tuscany": 23322, - "analogy": 23323, - "sorcerer": 23324, - "hash": 23325, - "huts": 23326, - "shards": 23327, - "descends": 23328, - "exclude": 23329, - "nix": 23330, - "chaplin": 23331, - "gaga": 23332, - "ito": 23333, - "vane": 23334, - "##drich": 23335, - "causeway": 23336, - "misconduct": 23337, - "limo": 23338, - "orchestrated": 23339, - "glands": 23340, - "jana": 23341, - "##kot": 23342, - "u2": 23343, - "##mple": 23344, - "##sons": 23345, - "branching": 23346, - "contrasts": 23347, - "scoop": 23348, - "longed": 23349, - "##virus": 23350, - "chattanooga": 23351, - "##75": 23352, - "syrup": 23353, - "cornerstone": 23354, - "##tized": 23355, - "##mind": 23356, - "##iaceae": 23357, - "careless": 23358, - "precedence": 23359, - "frescoes": 23360, - "##uet": 23361, - "chilled": 23362, - "consult": 23363, - "modelled": 23364, - "snatch": 23365, - "peat": 23366, - "##thermal": 23367, - "caucasian": 23368, - "humane": 23369, - "relaxation": 23370, - "spins": 23371, - "temperance": 23372, - "##lbert": 23373, - "occupations": 23374, - "lambda": 23375, - "hybrids": 23376, - "moons": 23377, - "mp3": 23378, - "##oese": 23379, - "247": 23380, - "rolf": 23381, - "societal": 23382, - "yerevan": 23383, - "ness": 23384, - "##ssler": 23385, - "befriended": 23386, - "mechanized": 23387, - "nominate": 23388, - "trough": 23389, - "boasted": 23390, - "cues": 23391, - "seater": 23392, - "##hom": 23393, - "bends": 23394, - "##tangle": 23395, - "conductors": 23396, - "emptiness": 23397, - "##lmer": 23398, - "eurasian": 23399, - "adriatic": 23400, - "tian": 23401, - "##cie": 23402, - "anxiously": 23403, - "lark": 23404, - "propellers": 23405, - "chichester": 23406, - "jock": 23407, - "ev": 23408, - "2a": 23409, - "##holding": 23410, - "credible": 23411, - "recounts": 23412, - "tori": 23413, - "loyalist": 23414, - "abduction": 23415, - "##hoot": 23416, - "##redo": 23417, - "nepali": 23418, - "##mite": 23419, - "ventral": 23420, - "tempting": 23421, - "##ango": 23422, - "##crats": 23423, - "steered": 23424, - "##wice": 23425, - "javelin": 23426, - "dipping": 23427, - "laborers": 23428, - "prentice": 23429, - "looming": 23430, - "titanium": 23431, - "##ː": 23432, - "badges": 23433, - "emir": 23434, - "tensor": 23435, - "##ntation": 23436, - "egyptians": 23437, - "rash": 23438, - "denies": 23439, - "hawthorne": 23440, - "lombard": 23441, - "showers": 23442, - "wehrmacht": 23443, - "dietary": 23444, - "trojan": 23445, - "##reus": 23446, - "welles": 23447, - "executing": 23448, - "horseshoe": 23449, - "lifeboat": 23450, - "##lak": 23451, - "elsa": 23452, - "infirmary": 23453, - "nearing": 23454, - "roberta": 23455, - "boyer": 23456, - "mutter": 23457, - "trillion": 23458, - "joanne": 23459, - "##fine": 23460, - "##oked": 23461, - "sinks": 23462, - "vortex": 23463, - "uruguayan": 23464, - "clasp": 23465, - "sirius": 23466, - "##block": 23467, - "accelerator": 23468, - "prohibit": 23469, - "sunken": 23470, - "byu": 23471, - "chronological": 23472, - "diplomats": 23473, - "ochreous": 23474, - "510": 23475, - "symmetrical": 23476, - "1644": 23477, - "maia": 23478, - "##tology": 23479, - "salts": 23480, - "reigns": 23481, - "atrocities": 23482, - "##ия": 23483, - "hess": 23484, - "bared": 23485, - "issn": 23486, - "##vyn": 23487, - "cater": 23488, - "saturated": 23489, - "##cycle": 23490, - "##isse": 23491, - "sable": 23492, - "voyager": 23493, - "dyer": 23494, - "yusuf": 23495, - "##inge": 23496, - "fountains": 23497, - "wolff": 23498, - "##39": 23499, - "##nni": 23500, - "engraving": 23501, - "rollins": 23502, - "atheist": 23503, - "ominous": 23504, - "##ault": 23505, - "herr": 23506, - "chariot": 23507, - "martina": 23508, - "strung": 23509, - "##fell": 23510, - "##farlane": 23511, - "horrific": 23512, - "sahib": 23513, - "gazes": 23514, - "saetan": 23515, - "erased": 23516, - "ptolemy": 23517, - "##olic": 23518, - "flushing": 23519, - "lauderdale": 23520, - "analytic": 23521, - "##ices": 23522, - "530": 23523, - "navarro": 23524, - "beak": 23525, - "gorilla": 23526, - "herrera": 23527, - "broom": 23528, - "guadalupe": 23529, - "raiding": 23530, - "sykes": 23531, - "311": 23532, - "bsc": 23533, - "deliveries": 23534, - "1720": 23535, - "invasions": 23536, - "carmichael": 23537, - "tajikistan": 23538, - "thematic": 23539, - "ecumenical": 23540, - "sentiments": 23541, - "onstage": 23542, - "##rians": 23543, - "##brand": 23544, - "##sume": 23545, - "catastrophic": 23546, - "flanks": 23547, - "molten": 23548, - "##arns": 23549, - "waller": 23550, - "aimee": 23551, - "terminating": 23552, - "##icing": 23553, - "alternately": 23554, - "##oche": 23555, - "nehru": 23556, - "printers": 23557, - "outraged": 23558, - "##eving": 23559, - "empires": 23560, - "template": 23561, - "banners": 23562, - "repetitive": 23563, - "za": 23564, - "##oise": 23565, - "vegetarian": 23566, - "##tell": 23567, - "guiana": 23568, - "opt": 23569, - "cavendish": 23570, - "lucknow": 23571, - "synthesized": 23572, - "##hani": 23573, - "##mada": 23574, - "finalized": 23575, - "##ctable": 23576, - "fictitious": 23577, - "mayoral": 23578, - "unreliable": 23579, - "##enham": 23580, - "embracing": 23581, - "peppers": 23582, - "rbis": 23583, - "##chio": 23584, - "##neo": 23585, - "inhibition": 23586, - "slashed": 23587, - "togo": 23588, - "orderly": 23589, - "embroidered": 23590, - "safari": 23591, - "salty": 23592, - "236": 23593, - "barron": 23594, - "benito": 23595, - "totaled": 23596, - "##dak": 23597, - "pubs": 23598, - "simulated": 23599, - "caden": 23600, - "devin": 23601, - "tolkien": 23602, - "momma": 23603, - "welding": 23604, - "sesame": 23605, - "##ept": 23606, - "gottingen": 23607, - "hardness": 23608, - "630": 23609, - "shaman": 23610, - "temeraire": 23611, - "620": 23612, - "adequately": 23613, - "pediatric": 23614, - "##kit": 23615, - "ck": 23616, - "assertion": 23617, - "radicals": 23618, - "composure": 23619, - "cadence": 23620, - "seafood": 23621, - "beaufort": 23622, - "lazarus": 23623, - "mani": 23624, - "warily": 23625, - "cunning": 23626, - "kurdistan": 23627, - "249": 23628, - "cantata": 23629, - "##kir": 23630, - "ares": 23631, - "##41": 23632, - "##clusive": 23633, - "nape": 23634, - "townland": 23635, - "geared": 23636, - "insulted": 23637, - "flutter": 23638, - "boating": 23639, - "violate": 23640, - "draper": 23641, - "dumping": 23642, - "malmo": 23643, - "##hh": 23644, - "##romatic": 23645, - "firearm": 23646, - "alta": 23647, - "bono": 23648, - "obscured": 23649, - "##clave": 23650, - "exceeds": 23651, - "panorama": 23652, - "unbelievable": 23653, - "##train": 23654, - "preschool": 23655, - "##essed": 23656, - "disconnected": 23657, - "installing": 23658, - "rescuing": 23659, - "secretaries": 23660, - "accessibility": 23661, - "##castle": 23662, - "##drive": 23663, - "##ifice": 23664, - "##film": 23665, - "bouts": 23666, - "slug": 23667, - "waterway": 23668, - "mindanao": 23669, - "##buro": 23670, - "##ratic": 23671, - "halves": 23672, - "##ل": 23673, - "calming": 23674, - "liter": 23675, - "maternity": 23676, - "adorable": 23677, - "bragg": 23678, - "electrification": 23679, - "mcc": 23680, - "##dote": 23681, - "roxy": 23682, - "schizophrenia": 23683, - "##body": 23684, - "munoz": 23685, - "kaye": 23686, - "whaling": 23687, - "239": 23688, - "mil": 23689, - "tingling": 23690, - "tolerant": 23691, - "##ago": 23692, - "unconventional": 23693, - "volcanoes": 23694, - "##finder": 23695, - "deportivo": 23696, - "##llie": 23697, - "robson": 23698, - "kaufman": 23699, - "neuroscience": 23700, - "wai": 23701, - "deportation": 23702, - "masovian": 23703, - "scraping": 23704, - "converse": 23705, - "##bh": 23706, - "hacking": 23707, - "bulge": 23708, - "##oun": 23709, - "administratively": 23710, - "yao": 23711, - "580": 23712, - "amp": 23713, - "mammoth": 23714, - "booster": 23715, - "claremont": 23716, - "hooper": 23717, - "nomenclature": 23718, - "pursuits": 23719, - "mclaughlin": 23720, - "melinda": 23721, - "##sul": 23722, - "catfish": 23723, - "barclay": 23724, - "substrates": 23725, - "taxa": 23726, - "zee": 23727, - "originals": 23728, - "kimberly": 23729, - "packets": 23730, - "padma": 23731, - "##ality": 23732, - "borrowing": 23733, - "ostensibly": 23734, - "solvent": 23735, - "##bri": 23736, - "##genesis": 23737, - "##mist": 23738, - "lukas": 23739, - "shreveport": 23740, - "veracruz": 23741, - "##ь": 23742, - "##lou": 23743, - "##wives": 23744, - "cheney": 23745, - "tt": 23746, - "anatolia": 23747, - "hobbs": 23748, - "##zyn": 23749, - "cyclic": 23750, - "radiant": 23751, - "alistair": 23752, - "greenish": 23753, - "siena": 23754, - "dat": 23755, - "independents": 23756, - "##bation": 23757, - "conform": 23758, - "pieter": 23759, - "hyper": 23760, - "applicant": 23761, - "bradshaw": 23762, - "spores": 23763, - "telangana": 23764, - "vinci": 23765, - "inexpensive": 23766, - "nuclei": 23767, - "322": 23768, - "jang": 23769, - "nme": 23770, - "soho": 23771, - "spd": 23772, - "##ign": 23773, - "cradled": 23774, - "receptionist": 23775, - "pow": 23776, - "##43": 23777, - "##rika": 23778, - "fascism": 23779, - "##ifer": 23780, - "experimenting": 23781, - "##ading": 23782, - "##iec": 23783, - "##region": 23784, - "345": 23785, - "jocelyn": 23786, - "maris": 23787, - "stair": 23788, - "nocturnal": 23789, - "toro": 23790, - "constabulary": 23791, - "elgin": 23792, - "##kker": 23793, - "msc": 23794, - "##giving": 23795, - "##schen": 23796, - "##rase": 23797, - "doherty": 23798, - "doping": 23799, - "sarcastically": 23800, - "batter": 23801, - "maneuvers": 23802, - "##cano": 23803, - "##apple": 23804, - "##gai": 23805, - "##git": 23806, - "intrinsic": 23807, - "##nst": 23808, - "##stor": 23809, - "1753": 23810, - "showtime": 23811, - "cafes": 23812, - "gasps": 23813, - "lviv": 23814, - "ushered": 23815, - "##thed": 23816, - "fours": 23817, - "restart": 23818, - "astonishment": 23819, - "transmitting": 23820, - "flyer": 23821, - "shrugs": 23822, - "##sau": 23823, - "intriguing": 23824, - "cones": 23825, - "dictated": 23826, - "mushrooms": 23827, - "medial": 23828, - "##kovsky": 23829, - "##elman": 23830, - "escorting": 23831, - "gaped": 23832, - "##26": 23833, - "godfather": 23834, - "##door": 23835, - "##sell": 23836, - "djs": 23837, - "recaptured": 23838, - "timetable": 23839, - "vila": 23840, - "1710": 23841, - "3a": 23842, - "aerodrome": 23843, - "mortals": 23844, - "scientology": 23845, - "##orne": 23846, - "angelina": 23847, - "mag": 23848, - "convection": 23849, - "unpaid": 23850, - "insertion": 23851, - "intermittent": 23852, - "lego": 23853, - "##nated": 23854, - "endeavor": 23855, - "kota": 23856, - "pereira": 23857, - "##lz": 23858, - "304": 23859, - "bwv": 23860, - "glamorgan": 23861, - "insults": 23862, - "agatha": 23863, - "fey": 23864, - "##cend": 23865, - "fleetwood": 23866, - "mahogany": 23867, - "protruding": 23868, - "steamship": 23869, - "zeta": 23870, - "##arty": 23871, - "mcguire": 23872, - "suspense": 23873, - "##sphere": 23874, - "advising": 23875, - "urges": 23876, - "##wala": 23877, - "hurriedly": 23878, - "meteor": 23879, - "gilded": 23880, - "inline": 23881, - "arroyo": 23882, - "stalker": 23883, - "##oge": 23884, - "excitedly": 23885, - "revered": 23886, - "##cure": 23887, - "earle": 23888, - "introductory": 23889, - "##break": 23890, - "##ilde": 23891, - "mutants": 23892, - "puff": 23893, - "pulses": 23894, - "reinforcement": 23895, - "##haling": 23896, - "curses": 23897, - "lizards": 23898, - "stalk": 23899, - "correlated": 23900, - "##fixed": 23901, - "fallout": 23902, - "macquarie": 23903, - "##unas": 23904, - "bearded": 23905, - "denton": 23906, - "heaving": 23907, - "802": 23908, - "##ocation": 23909, - "winery": 23910, - "assign": 23911, - "dortmund": 23912, - "##lkirk": 23913, - "everest": 23914, - "invariant": 23915, - "charismatic": 23916, - "susie": 23917, - "##elling": 23918, - "bled": 23919, - "lesley": 23920, - "telegram": 23921, - "sumner": 23922, - "bk": 23923, - "##ogen": 23924, - "##к": 23925, - "wilcox": 23926, - "needy": 23927, - "colbert": 23928, - "duval": 23929, - "##iferous": 23930, - "##mbled": 23931, - "allotted": 23932, - "attends": 23933, - "imperative": 23934, - "##hita": 23935, - "replacements": 23936, - "hawker": 23937, - "##inda": 23938, - "insurgency": 23939, - "##zee": 23940, - "##eke": 23941, - "casts": 23942, - "##yla": 23943, - "680": 23944, - "ives": 23945, - "transitioned": 23946, - "##pack": 23947, - "##powering": 23948, - "authoritative": 23949, - "baylor": 23950, - "flex": 23951, - "cringed": 23952, - "plaintiffs": 23953, - "woodrow": 23954, - "##skie": 23955, - "drastic": 23956, - "ape": 23957, - "aroma": 23958, - "unfolded": 23959, - "commotion": 23960, - "nt": 23961, - "preoccupied": 23962, - "theta": 23963, - "routines": 23964, - "lasers": 23965, - "privatization": 23966, - "wand": 23967, - "domino": 23968, - "ek": 23969, - "clenching": 23970, - "nsa": 23971, - "strategically": 23972, - "showered": 23973, - "bile": 23974, - "handkerchief": 23975, - "pere": 23976, - "storing": 23977, - "christophe": 23978, - "insulting": 23979, - "316": 23980, - "nakamura": 23981, - "romani": 23982, - "asiatic": 23983, - "magdalena": 23984, - "palma": 23985, - "cruises": 23986, - "stripping": 23987, - "405": 23988, - "konstantin": 23989, - "soaring": 23990, - "##berman": 23991, - "colloquially": 23992, - "forerunner": 23993, - "havilland": 23994, - "incarcerated": 23995, - "parasites": 23996, - "sincerity": 23997, - "##utus": 23998, - "disks": 23999, - "plank": 24000, - "saigon": 24001, - "##ining": 24002, - "corbin": 24003, - "homo": 24004, - "ornaments": 24005, - "powerhouse": 24006, - "##tlement": 24007, - "chong": 24008, - "fastened": 24009, - "feasibility": 24010, - "idf": 24011, - "morphological": 24012, - "usable": 24013, - "##nish": 24014, - "##zuki": 24015, - "aqueduct": 24016, - "jaguars": 24017, - "keepers": 24018, - "##flies": 24019, - "aleksandr": 24020, - "faust": 24021, - "assigns": 24022, - "ewing": 24023, - "bacterium": 24024, - "hurled": 24025, - "tricky": 24026, - "hungarians": 24027, - "integers": 24028, - "wallis": 24029, - "321": 24030, - "yamaha": 24031, - "##isha": 24032, - "hushed": 24033, - "oblivion": 24034, - "aviator": 24035, - "evangelist": 24036, - "friars": 24037, - "##eller": 24038, - "monograph": 24039, - "ode": 24040, - "##nary": 24041, - "airplanes": 24042, - "labourers": 24043, - "charms": 24044, - "##nee": 24045, - "1661": 24046, - "hagen": 24047, - "tnt": 24048, - "rudder": 24049, - "fiesta": 24050, - "transcript": 24051, - "dorothea": 24052, - "ska": 24053, - "inhibitor": 24054, - "maccabi": 24055, - "retorted": 24056, - "raining": 24057, - "encompassed": 24058, - "clauses": 24059, - "menacing": 24060, - "1642": 24061, - "lineman": 24062, - "##gist": 24063, - "vamps": 24064, - "##ape": 24065, - "##dick": 24066, - "gloom": 24067, - "##rera": 24068, - "dealings": 24069, - "easing": 24070, - "seekers": 24071, - "##nut": 24072, - "##pment": 24073, - "helens": 24074, - "unmanned": 24075, - "##anu": 24076, - "##isson": 24077, - "basics": 24078, - "##amy": 24079, - "##ckman": 24080, - "adjustments": 24081, - "1688": 24082, - "brutality": 24083, - "horne": 24084, - "##zell": 24085, - "sui": 24086, - "##55": 24087, - "##mable": 24088, - "aggregator": 24089, - "##thal": 24090, - "rhino": 24091, - "##drick": 24092, - "##vira": 24093, - "counters": 24094, - "zoom": 24095, - "##01": 24096, - "##rting": 24097, - "mn": 24098, - "montenegrin": 24099, - "packard": 24100, - "##unciation": 24101, - "##♭": 24102, - "##kki": 24103, - "reclaim": 24104, - "scholastic": 24105, - "thugs": 24106, - "pulsed": 24107, - "##icia": 24108, - "syriac": 24109, - "quan": 24110, - "saddam": 24111, - "banda": 24112, - "kobe": 24113, - "blaming": 24114, - "buddies": 24115, - "dissent": 24116, - "##lusion": 24117, - "##usia": 24118, - "corbett": 24119, - "jaya": 24120, - "delle": 24121, - "erratic": 24122, - "lexie": 24123, - "##hesis": 24124, - "435": 24125, - "amiga": 24126, - "hermes": 24127, - "##pressing": 24128, - "##leen": 24129, - "chapels": 24130, - "gospels": 24131, - "jamal": 24132, - "##uating": 24133, - "compute": 24134, - "revolving": 24135, - "warp": 24136, - "##sso": 24137, - "##thes": 24138, - "armory": 24139, - "##eras": 24140, - "##gol": 24141, - "antrim": 24142, - "loki": 24143, - "##kow": 24144, - "##asian": 24145, - "##good": 24146, - "##zano": 24147, - "braid": 24148, - "handwriting": 24149, - "subdistrict": 24150, - "funky": 24151, - "pantheon": 24152, - "##iculate": 24153, - "concurrency": 24154, - "estimation": 24155, - "improper": 24156, - "juliana": 24157, - "##his": 24158, - "newcomers": 24159, - "johnstone": 24160, - "staten": 24161, - "communicated": 24162, - "##oco": 24163, - "##alle": 24164, - "sausage": 24165, - "stormy": 24166, - "##stered": 24167, - "##tters": 24168, - "superfamily": 24169, - "##grade": 24170, - "acidic": 24171, - "collateral": 24172, - "tabloid": 24173, - "##oped": 24174, - "##rza": 24175, - "bladder": 24176, - "austen": 24177, - "##ellant": 24178, - "mcgraw": 24179, - "##hay": 24180, - "hannibal": 24181, - "mein": 24182, - "aquino": 24183, - "lucifer": 24184, - "wo": 24185, - "badger": 24186, - "boar": 24187, - "cher": 24188, - "christensen": 24189, - "greenberg": 24190, - "interruption": 24191, - "##kken": 24192, - "jem": 24193, - "244": 24194, - "mocked": 24195, - "bottoms": 24196, - "cambridgeshire": 24197, - "##lide": 24198, - "sprawling": 24199, - "##bbly": 24200, - "eastwood": 24201, - "ghent": 24202, - "synth": 24203, - "##buck": 24204, - "advisers": 24205, - "##bah": 24206, - "nominally": 24207, - "hapoel": 24208, - "qu": 24209, - "daggers": 24210, - "estranged": 24211, - "fabricated": 24212, - "towels": 24213, - "vinnie": 24214, - "wcw": 24215, - "misunderstanding": 24216, - "anglia": 24217, - "nothin": 24218, - "unmistakable": 24219, - "##dust": 24220, - "##lova": 24221, - "chilly": 24222, - "marquette": 24223, - "truss": 24224, - "##edge": 24225, - "##erine": 24226, - "reece": 24227, - "##lty": 24228, - "##chemist": 24229, - "##connected": 24230, - "272": 24231, - "308": 24232, - "41st": 24233, - "bash": 24234, - "raion": 24235, - "waterfalls": 24236, - "##ump": 24237, - "##main": 24238, - "labyrinth": 24239, - "queue": 24240, - "theorist": 24241, - "##istle": 24242, - "bharatiya": 24243, - "flexed": 24244, - "soundtracks": 24245, - "rooney": 24246, - "leftist": 24247, - "patrolling": 24248, - "wharton": 24249, - "plainly": 24250, - "alleviate": 24251, - "eastman": 24252, - "schuster": 24253, - "topographic": 24254, - "engages": 24255, - "immensely": 24256, - "unbearable": 24257, - "fairchild": 24258, - "1620": 24259, - "dona": 24260, - "lurking": 24261, - "parisian": 24262, - "oliveira": 24263, - "ia": 24264, - "indictment": 24265, - "hahn": 24266, - "bangladeshi": 24267, - "##aster": 24268, - "vivo": 24269, - "##uming": 24270, - "##ential": 24271, - "antonia": 24272, - "expects": 24273, - "indoors": 24274, - "kildare": 24275, - "harlan": 24276, - "##logue": 24277, - "##ogenic": 24278, - "##sities": 24279, - "forgiven": 24280, - "##wat": 24281, - "childish": 24282, - "tavi": 24283, - "##mide": 24284, - "##orra": 24285, - "plausible": 24286, - "grimm": 24287, - "successively": 24288, - "scooted": 24289, - "##bola": 24290, - "##dget": 24291, - "##rith": 24292, - "spartans": 24293, - "emery": 24294, - "flatly": 24295, - "azure": 24296, - "epilogue": 24297, - "##wark": 24298, - "flourish": 24299, - "##iny": 24300, - "##tracted": 24301, - "##overs": 24302, - "##oshi": 24303, - "bestseller": 24304, - "distressed": 24305, - "receipt": 24306, - "spitting": 24307, - "hermit": 24308, - "topological": 24309, - "##cot": 24310, - "drilled": 24311, - "subunit": 24312, - "francs": 24313, - "##layer": 24314, - "eel": 24315, - "##fk": 24316, - "##itas": 24317, - "octopus": 24318, - "footprint": 24319, - "petitions": 24320, - "ufo": 24321, - "##say": 24322, - "##foil": 24323, - "interfering": 24324, - "leaking": 24325, - "palo": 24326, - "##metry": 24327, - "thistle": 24328, - "valiant": 24329, - "##pic": 24330, - "narayan": 24331, - "mcpherson": 24332, - "##fast": 24333, - "gonzales": 24334, - "##ym": 24335, - "##enne": 24336, - "dustin": 24337, - "novgorod": 24338, - "solos": 24339, - "##zman": 24340, - "doin": 24341, - "##raph": 24342, - "##patient": 24343, - "##meyer": 24344, - "soluble": 24345, - "ashland": 24346, - "cuffs": 24347, - "carole": 24348, - "pendleton": 24349, - "whistling": 24350, - "vassal": 24351, - "##river": 24352, - "deviation": 24353, - "revisited": 24354, - "constituents": 24355, - "rallied": 24356, - "rotate": 24357, - "loomed": 24358, - "##eil": 24359, - "##nting": 24360, - "amateurs": 24361, - "augsburg": 24362, - "auschwitz": 24363, - "crowns": 24364, - "skeletons": 24365, - "##cona": 24366, - "bonnet": 24367, - "257": 24368, - "dummy": 24369, - "globalization": 24370, - "simeon": 24371, - "sleeper": 24372, - "mandal": 24373, - "differentiated": 24374, - "##crow": 24375, - "##mare": 24376, - "milne": 24377, - "bundled": 24378, - "exasperated": 24379, - "talmud": 24380, - "owes": 24381, - "segregated": 24382, - "##feng": 24383, - "##uary": 24384, - "dentist": 24385, - "piracy": 24386, - "props": 24387, - "##rang": 24388, - "devlin": 24389, - "##torium": 24390, - "malicious": 24391, - "paws": 24392, - "##laid": 24393, - "dependency": 24394, - "##ergy": 24395, - "##fers": 24396, - "##enna": 24397, - "258": 24398, - "pistons": 24399, - "rourke": 24400, - "jed": 24401, - "grammatical": 24402, - "tres": 24403, - "maha": 24404, - "wig": 24405, - "512": 24406, - "ghostly": 24407, - "jayne": 24408, - "##achal": 24409, - "##creen": 24410, - "##ilis": 24411, - "##lins": 24412, - "##rence": 24413, - "designate": 24414, - "##with": 24415, - "arrogance": 24416, - "cambodian": 24417, - "clones": 24418, - "showdown": 24419, - "throttle": 24420, - "twain": 24421, - "##ception": 24422, - "lobes": 24423, - "metz": 24424, - "nagoya": 24425, - "335": 24426, - "braking": 24427, - "##furt": 24428, - "385": 24429, - "roaming": 24430, - "##minster": 24431, - "amin": 24432, - "crippled": 24433, - "##37": 24434, - "##llary": 24435, - "indifferent": 24436, - "hoffmann": 24437, - "idols": 24438, - "intimidating": 24439, - "1751": 24440, - "261": 24441, - "influenza": 24442, - "memo": 24443, - "onions": 24444, - "1748": 24445, - "bandage": 24446, - "consciously": 24447, - "##landa": 24448, - "##rage": 24449, - "clandestine": 24450, - "observes": 24451, - "swiped": 24452, - "tangle": 24453, - "##ener": 24454, - "##jected": 24455, - "##trum": 24456, - "##bill": 24457, - "##lta": 24458, - "hugs": 24459, - "congresses": 24460, - "josiah": 24461, - "spirited": 24462, - "##dek": 24463, - "humanist": 24464, - "managerial": 24465, - "filmmaking": 24466, - "inmate": 24467, - "rhymes": 24468, - "debuting": 24469, - "grimsby": 24470, - "ur": 24471, - "##laze": 24472, - "duplicate": 24473, - "vigor": 24474, - "##tf": 24475, - "republished": 24476, - "bolshevik": 24477, - "refurbishment": 24478, - "antibiotics": 24479, - "martini": 24480, - "methane": 24481, - "newscasts": 24482, - "royale": 24483, - "horizons": 24484, - "levant": 24485, - "iain": 24486, - "visas": 24487, - "##ischen": 24488, - "paler": 24489, - "##around": 24490, - "manifestation": 24491, - "snuck": 24492, - "alf": 24493, - "chop": 24494, - "futile": 24495, - "pedestal": 24496, - "rehab": 24497, - "##kat": 24498, - "bmg": 24499, - "kerman": 24500, - "res": 24501, - "fairbanks": 24502, - "jarrett": 24503, - "abstraction": 24504, - "saharan": 24505, - "##zek": 24506, - "1746": 24507, - "procedural": 24508, - "clearer": 24509, - "kincaid": 24510, - "sash": 24511, - "luciano": 24512, - "##ffey": 24513, - "crunch": 24514, - "helmut": 24515, - "##vara": 24516, - "revolutionaries": 24517, - "##tute": 24518, - "creamy": 24519, - "leach": 24520, - "##mmon": 24521, - "1747": 24522, - "permitting": 24523, - "nes": 24524, - "plight": 24525, - "wendell": 24526, - "##lese": 24527, - "contra": 24528, - "ts": 24529, - "clancy": 24530, - "ipa": 24531, - "mach": 24532, - "staples": 24533, - "autopsy": 24534, - "disturbances": 24535, - "nueva": 24536, - "karin": 24537, - "pontiac": 24538, - "##uding": 24539, - "proxy": 24540, - "venerable": 24541, - "haunt": 24542, - "leto": 24543, - "bergman": 24544, - "expands": 24545, - "##helm": 24546, - "wal": 24547, - "##pipe": 24548, - "canning": 24549, - "celine": 24550, - "cords": 24551, - "obesity": 24552, - "##enary": 24553, - "intrusion": 24554, - "planner": 24555, - "##phate": 24556, - "reasoned": 24557, - "sequencing": 24558, - "307": 24559, - "harrow": 24560, - "##chon": 24561, - "##dora": 24562, - "marred": 24563, - "mcintyre": 24564, - "repay": 24565, - "tarzan": 24566, - "darting": 24567, - "248": 24568, - "harrisburg": 24569, - "margarita": 24570, - "repulsed": 24571, - "##hur": 24572, - "##lding": 24573, - "belinda": 24574, - "hamburger": 24575, - "novo": 24576, - "compliant": 24577, - "runways": 24578, - "bingham": 24579, - "registrar": 24580, - "skyscraper": 24581, - "ic": 24582, - "cuthbert": 24583, - "improvisation": 24584, - "livelihood": 24585, - "##corp": 24586, - "##elial": 24587, - "admiring": 24588, - "##dened": 24589, - "sporadic": 24590, - "believer": 24591, - "casablanca": 24592, - "popcorn": 24593, - "##29": 24594, - "asha": 24595, - "shovel": 24596, - "##bek": 24597, - "##dice": 24598, - "coiled": 24599, - "tangible": 24600, - "##dez": 24601, - "casper": 24602, - "elsie": 24603, - "resin": 24604, - "tenderness": 24605, - "rectory": 24606, - "##ivision": 24607, - "avail": 24608, - "sonar": 24609, - "##mori": 24610, - "boutique": 24611, - "##dier": 24612, - "guerre": 24613, - "bathed": 24614, - "upbringing": 24615, - "vaulted": 24616, - "sandals": 24617, - "blessings": 24618, - "##naut": 24619, - "##utnant": 24620, - "1680": 24621, - "306": 24622, - "foxes": 24623, - "pia": 24624, - "corrosion": 24625, - "hesitantly": 24626, - "confederates": 24627, - "crystalline": 24628, - "footprints": 24629, - "shapiro": 24630, - "tirana": 24631, - "valentin": 24632, - "drones": 24633, - "45th": 24634, - "microscope": 24635, - "shipments": 24636, - "texted": 24637, - "inquisition": 24638, - "wry": 24639, - "guernsey": 24640, - "unauthorized": 24641, - "resigning": 24642, - "760": 24643, - "ripple": 24644, - "schubert": 24645, - "stu": 24646, - "reassure": 24647, - "felony": 24648, - "##ardo": 24649, - "brittle": 24650, - "koreans": 24651, - "##havan": 24652, - "##ives": 24653, - "dun": 24654, - "implicit": 24655, - "tyres": 24656, - "##aldi": 24657, - "##lth": 24658, - "magnolia": 24659, - "##ehan": 24660, - "##puri": 24661, - "##poulos": 24662, - "aggressively": 24663, - "fei": 24664, - "gr": 24665, - "familiarity": 24666, - "##poo": 24667, - "indicative": 24668, - "##trust": 24669, - "fundamentally": 24670, - "jimmie": 24671, - "overrun": 24672, - "395": 24673, - "anchors": 24674, - "moans": 24675, - "##opus": 24676, - "britannia": 24677, - "armagh": 24678, - "##ggle": 24679, - "purposely": 24680, - "seizing": 24681, - "##vao": 24682, - "bewildered": 24683, - "mundane": 24684, - "avoidance": 24685, - "cosmopolitan": 24686, - "geometridae": 24687, - "quartermaster": 24688, - "caf": 24689, - "415": 24690, - "chatter": 24691, - "engulfed": 24692, - "gleam": 24693, - "purge": 24694, - "##icate": 24695, - "juliette": 24696, - "jurisprudence": 24697, - "guerra": 24698, - "revisions": 24699, - "##bn": 24700, - "casimir": 24701, - "brew": 24702, - "##jm": 24703, - "1749": 24704, - "clapton": 24705, - "cloudy": 24706, - "conde": 24707, - "hermitage": 24708, - "278": 24709, - "simulations": 24710, - "torches": 24711, - "vincenzo": 24712, - "matteo": 24713, - "##rill": 24714, - "hidalgo": 24715, - "booming": 24716, - "westbound": 24717, - "accomplishment": 24718, - "tentacles": 24719, - "unaffected": 24720, - "##sius": 24721, - "annabelle": 24722, - "flopped": 24723, - "sloping": 24724, - "##litz": 24725, - "dreamer": 24726, - "interceptor": 24727, - "vu": 24728, - "##loh": 24729, - "consecration": 24730, - "copying": 24731, - "messaging": 24732, - "breaker": 24733, - "climates": 24734, - "hospitalized": 24735, - "1752": 24736, - "torino": 24737, - "afternoons": 24738, - "winfield": 24739, - "witnessing": 24740, - "##teacher": 24741, - "breakers": 24742, - "choirs": 24743, - "sawmill": 24744, - "coldly": 24745, - "##ege": 24746, - "sipping": 24747, - "haste": 24748, - "uninhabited": 24749, - "conical": 24750, - "bibliography": 24751, - "pamphlets": 24752, - "severn": 24753, - "edict": 24754, - "##oca": 24755, - "deux": 24756, - "illnesses": 24757, - "grips": 24758, - "##pl": 24759, - "rehearsals": 24760, - "sis": 24761, - "thinkers": 24762, - "tame": 24763, - "##keepers": 24764, - "1690": 24765, - "acacia": 24766, - "reformer": 24767, - "##osed": 24768, - "##rys": 24769, - "shuffling": 24770, - "##iring": 24771, - "##shima": 24772, - "eastbound": 24773, - "ionic": 24774, - "rhea": 24775, - "flees": 24776, - "littered": 24777, - "##oum": 24778, - "rocker": 24779, - "vomiting": 24780, - "groaning": 24781, - "champ": 24782, - "overwhelmingly": 24783, - "civilizations": 24784, - "paces": 24785, - "sloop": 24786, - "adoptive": 24787, - "##tish": 24788, - "skaters": 24789, - "##vres": 24790, - "aiding": 24791, - "mango": 24792, - "##joy": 24793, - "nikola": 24794, - "shriek": 24795, - "##ignon": 24796, - "pharmaceuticals": 24797, - "##mg": 24798, - "tuna": 24799, - "calvert": 24800, - "gustavo": 24801, - "stocked": 24802, - "yearbook": 24803, - "##urai": 24804, - "##mana": 24805, - "computed": 24806, - "subsp": 24807, - "riff": 24808, - "hanoi": 24809, - "kelvin": 24810, - "hamid": 24811, - "moors": 24812, - "pastures": 24813, - "summons": 24814, - "jihad": 24815, - "nectar": 24816, - "##ctors": 24817, - "bayou": 24818, - "untitled": 24819, - "pleasing": 24820, - "vastly": 24821, - "republics": 24822, - "intellect": 24823, - "##η": 24824, - "##ulio": 24825, - "##tou": 24826, - "crumbling": 24827, - "stylistic": 24828, - "sb": 24829, - "##ی": 24830, - "consolation": 24831, - "frequented": 24832, - "h₂o": 24833, - "walden": 24834, - "widows": 24835, - "##iens": 24836, - "404": 24837, - "##ignment": 24838, - "chunks": 24839, - "improves": 24840, - "288": 24841, - "grit": 24842, - "recited": 24843, - "##dev": 24844, - "snarl": 24845, - "sociological": 24846, - "##arte": 24847, - "##gul": 24848, - "inquired": 24849, - "##held": 24850, - "bruise": 24851, - "clube": 24852, - "consultancy": 24853, - "homogeneous": 24854, - "hornets": 24855, - "multiplication": 24856, - "pasta": 24857, - "prick": 24858, - "savior": 24859, - "##grin": 24860, - "##kou": 24861, - "##phile": 24862, - "yoon": 24863, - "##gara": 24864, - "grimes": 24865, - "vanishing": 24866, - "cheering": 24867, - "reacting": 24868, - "bn": 24869, - "distillery": 24870, - "##quisite": 24871, - "##vity": 24872, - "coe": 24873, - "dockyard": 24874, - "massif": 24875, - "##jord": 24876, - "escorts": 24877, - "voss": 24878, - "##valent": 24879, - "byte": 24880, - "chopped": 24881, - "hawke": 24882, - "illusions": 24883, - "workings": 24884, - "floats": 24885, - "##koto": 24886, - "##vac": 24887, - "kv": 24888, - "annapolis": 24889, - "madden": 24890, - "##onus": 24891, - "alvaro": 24892, - "noctuidae": 24893, - "##cum": 24894, - "##scopic": 24895, - "avenge": 24896, - "steamboat": 24897, - "forte": 24898, - "illustrates": 24899, - "erika": 24900, - "##trip": 24901, - "570": 24902, - "dew": 24903, - "nationalities": 24904, - "bran": 24905, - "manifested": 24906, - "thirsty": 24907, - "diversified": 24908, - "muscled": 24909, - "reborn": 24910, - "##standing": 24911, - "arson": 24912, - "##lessness": 24913, - "##dran": 24914, - "##logram": 24915, - "##boys": 24916, - "##kushima": 24917, - "##vious": 24918, - "willoughby": 24919, - "##phobia": 24920, - "286": 24921, - "alsace": 24922, - "dashboard": 24923, - "yuki": 24924, - "##chai": 24925, - "granville": 24926, - "myspace": 24927, - "publicized": 24928, - "tricked": 24929, - "##gang": 24930, - "adjective": 24931, - "##ater": 24932, - "relic": 24933, - "reorganisation": 24934, - "enthusiastically": 24935, - "indications": 24936, - "saxe": 24937, - "##lassified": 24938, - "consolidate": 24939, - "iec": 24940, - "padua": 24941, - "helplessly": 24942, - "ramps": 24943, - "renaming": 24944, - "regulars": 24945, - "pedestrians": 24946, - "accents": 24947, - "convicts": 24948, - "inaccurate": 24949, - "lowers": 24950, - "mana": 24951, - "##pati": 24952, - "barrie": 24953, - "bjp": 24954, - "outta": 24955, - "someplace": 24956, - "berwick": 24957, - "flanking": 24958, - "invoked": 24959, - "marrow": 24960, - "sparsely": 24961, - "excerpts": 24962, - "clothed": 24963, - "rei": 24964, - "##ginal": 24965, - "wept": 24966, - "##straße": 24967, - "##vish": 24968, - "alexa": 24969, - "excel": 24970, - "##ptive": 24971, - "membranes": 24972, - "aquitaine": 24973, - "creeks": 24974, - "cutler": 24975, - "sheppard": 24976, - "implementations": 24977, - "ns": 24978, - "##dur": 24979, - "fragrance": 24980, - "budge": 24981, - "concordia": 24982, - "magnesium": 24983, - "marcelo": 24984, - "##antes": 24985, - "gladly": 24986, - "vibrating": 24987, - "##rral": 24988, - "##ggles": 24989, - "montrose": 24990, - "##omba": 24991, - "lew": 24992, - "seamus": 24993, - "1630": 24994, - "cocky": 24995, - "##ament": 24996, - "##uen": 24997, - "bjorn": 24998, - "##rrick": 24999, - "fielder": 25000, - "fluttering": 25001, - "##lase": 25002, - "methyl": 25003, - "kimberley": 25004, - "mcdowell": 25005, - "reductions": 25006, - "barbed": 25007, - "##jic": 25008, - "##tonic": 25009, - "aeronautical": 25010, - "condensed": 25011, - "distracting": 25012, - "##promising": 25013, - "huffed": 25014, - "##cala": 25015, - "##sle": 25016, - "claudius": 25017, - "invincible": 25018, - "missy": 25019, - "pious": 25020, - "balthazar": 25021, - "ci": 25022, - "##lang": 25023, - "butte": 25024, - "combo": 25025, - "orson": 25026, - "##dication": 25027, - "myriad": 25028, - "1707": 25029, - "silenced": 25030, - "##fed": 25031, - "##rh": 25032, - "coco": 25033, - "netball": 25034, - "yourselves": 25035, - "##oza": 25036, - "clarify": 25037, - "heller": 25038, - "peg": 25039, - "durban": 25040, - "etudes": 25041, - "offender": 25042, - "roast": 25043, - "blackmail": 25044, - "curvature": 25045, - "##woods": 25046, - "vile": 25047, - "309": 25048, - "illicit": 25049, - "suriname": 25050, - "##linson": 25051, - "overture": 25052, - "1685": 25053, - "bubbling": 25054, - "gymnast": 25055, - "tucking": 25056, - "##mming": 25057, - "##ouin": 25058, - "maldives": 25059, - "##bala": 25060, - "gurney": 25061, - "##dda": 25062, - "##eased": 25063, - "##oides": 25064, - "backside": 25065, - "pinto": 25066, - "jars": 25067, - "racehorse": 25068, - "tending": 25069, - "##rdial": 25070, - "baronetcy": 25071, - "wiener": 25072, - "duly": 25073, - "##rke": 25074, - "barbarian": 25075, - "cupping": 25076, - "flawed": 25077, - "##thesis": 25078, - "bertha": 25079, - "pleistocene": 25080, - "puddle": 25081, - "swearing": 25082, - "##nob": 25083, - "##tically": 25084, - "fleeting": 25085, - "prostate": 25086, - "amulet": 25087, - "educating": 25088, - "##mined": 25089, - "##iti": 25090, - "##tler": 25091, - "75th": 25092, - "jens": 25093, - "respondents": 25094, - "analytics": 25095, - "cavaliers": 25096, - "papacy": 25097, - "raju": 25098, - "##iente": 25099, - "##ulum": 25100, - "##tip": 25101, - "funnel": 25102, - "271": 25103, - "disneyland": 25104, - "##lley": 25105, - "sociologist": 25106, - "##iam": 25107, - "2500": 25108, - "faulkner": 25109, - "louvre": 25110, - "menon": 25111, - "##dson": 25112, - "276": 25113, - "##ower": 25114, - "afterlife": 25115, - "mannheim": 25116, - "peptide": 25117, - "referees": 25118, - "comedians": 25119, - "meaningless": 25120, - "##anger": 25121, - "##laise": 25122, - "fabrics": 25123, - "hurley": 25124, - "renal": 25125, - "sleeps": 25126, - "##bour": 25127, - "##icle": 25128, - "breakout": 25129, - "kristin": 25130, - "roadside": 25131, - "animator": 25132, - "clover": 25133, - "disdain": 25134, - "unsafe": 25135, - "redesign": 25136, - "##urity": 25137, - "firth": 25138, - "barnsley": 25139, - "portage": 25140, - "reset": 25141, - "narrows": 25142, - "268": 25143, - "commandos": 25144, - "expansive": 25145, - "speechless": 25146, - "tubular": 25147, - "##lux": 25148, - "essendon": 25149, - "eyelashes": 25150, - "smashwords": 25151, - "##yad": 25152, - "##bang": 25153, - "##claim": 25154, - "craved": 25155, - "sprinted": 25156, - "chet": 25157, - "somme": 25158, - "astor": 25159, - "wrocław": 25160, - "orton": 25161, - "266": 25162, - "bane": 25163, - "##erving": 25164, - "##uing": 25165, - "mischief": 25166, - "##amps": 25167, - "##sund": 25168, - "scaling": 25169, - "terre": 25170, - "##xious": 25171, - "impairment": 25172, - "offenses": 25173, - "undermine": 25174, - "moi": 25175, - "soy": 25176, - "contiguous": 25177, - "arcadia": 25178, - "inuit": 25179, - "seam": 25180, - "##tops": 25181, - "macbeth": 25182, - "rebelled": 25183, - "##icative": 25184, - "##iot": 25185, - "590": 25186, - "elaborated": 25187, - "frs": 25188, - "uniformed": 25189, - "##dberg": 25190, - "259": 25191, - "powerless": 25192, - "priscilla": 25193, - "stimulated": 25194, - "980": 25195, - "qc": 25196, - "arboretum": 25197, - "frustrating": 25198, - "trieste": 25199, - "bullock": 25200, - "##nified": 25201, - "enriched": 25202, - "glistening": 25203, - "intern": 25204, - "##adia": 25205, - "locus": 25206, - "nouvelle": 25207, - "ollie": 25208, - "ike": 25209, - "lash": 25210, - "starboard": 25211, - "ee": 25212, - "tapestry": 25213, - "headlined": 25214, - "hove": 25215, - "rigged": 25216, - "##vite": 25217, - "pollock": 25218, - "##yme": 25219, - "thrive": 25220, - "clustered": 25221, - "cas": 25222, - "roi": 25223, - "gleamed": 25224, - "olympiad": 25225, - "##lino": 25226, - "pressured": 25227, - "regimes": 25228, - "##hosis": 25229, - "##lick": 25230, - "ripley": 25231, - "##ophone": 25232, - "kickoff": 25233, - "gallon": 25234, - "rockwell": 25235, - "##arable": 25236, - "crusader": 25237, - "glue": 25238, - "revolutions": 25239, - "scrambling": 25240, - "1714": 25241, - "grover": 25242, - "##jure": 25243, - "englishman": 25244, - "aztec": 25245, - "263": 25246, - "contemplating": 25247, - "coven": 25248, - "ipad": 25249, - "preach": 25250, - "triumphant": 25251, - "tufts": 25252, - "##esian": 25253, - "rotational": 25254, - "##phus": 25255, - "328": 25256, - "falkland": 25257, - "##brates": 25258, - "strewn": 25259, - "clarissa": 25260, - "rejoin": 25261, - "environmentally": 25262, - "glint": 25263, - "banded": 25264, - "drenched": 25265, - "moat": 25266, - "albanians": 25267, - "johor": 25268, - "rr": 25269, - "maestro": 25270, - "malley": 25271, - "nouveau": 25272, - "shaded": 25273, - "taxonomy": 25274, - "v6": 25275, - "adhere": 25276, - "bunk": 25277, - "airfields": 25278, - "##ritan": 25279, - "1741": 25280, - "encompass": 25281, - "remington": 25282, - "tran": 25283, - "##erative": 25284, - "amelie": 25285, - "mazda": 25286, - "friar": 25287, - "morals": 25288, - "passions": 25289, - "##zai": 25290, - "breadth": 25291, - "vis": 25292, - "##hae": 25293, - "argus": 25294, - "burnham": 25295, - "caressing": 25296, - "insider": 25297, - "rudd": 25298, - "##imov": 25299, - "##mini": 25300, - "##rso": 25301, - "italianate": 25302, - "murderous": 25303, - "textual": 25304, - "wainwright": 25305, - "armada": 25306, - "bam": 25307, - "weave": 25308, - "timer": 25309, - "##taken": 25310, - "##nh": 25311, - "fra": 25312, - "##crest": 25313, - "ardent": 25314, - "salazar": 25315, - "taps": 25316, - "tunis": 25317, - "##ntino": 25318, - "allegro": 25319, - "gland": 25320, - "philanthropic": 25321, - "##chester": 25322, - "implication": 25323, - "##optera": 25324, - "esq": 25325, - "judas": 25326, - "noticeably": 25327, - "wynn": 25328, - "##dara": 25329, - "inched": 25330, - "indexed": 25331, - "crises": 25332, - "villiers": 25333, - "bandit": 25334, - "royalties": 25335, - "patterned": 25336, - "cupboard": 25337, - "interspersed": 25338, - "accessory": 25339, - "isla": 25340, - "kendrick": 25341, - "entourage": 25342, - "stitches": 25343, - "##esthesia": 25344, - "headwaters": 25345, - "##ior": 25346, - "interlude": 25347, - "distraught": 25348, - "draught": 25349, - "1727": 25350, - "##basket": 25351, - "biased": 25352, - "sy": 25353, - "transient": 25354, - "triad": 25355, - "subgenus": 25356, - "adapting": 25357, - "kidd": 25358, - "shortstop": 25359, - "##umatic": 25360, - "dimly": 25361, - "spiked": 25362, - "mcleod": 25363, - "reprint": 25364, - "nellie": 25365, - "pretoria": 25366, - "windmill": 25367, - "##cek": 25368, - "singled": 25369, - "##mps": 25370, - "273": 25371, - "reunite": 25372, - "##orous": 25373, - "747": 25374, - "bankers": 25375, - "outlying": 25376, - "##omp": 25377, - "##ports": 25378, - "##tream": 25379, - "apologies": 25380, - "cosmetics": 25381, - "patsy": 25382, - "##deh": 25383, - "##ocks": 25384, - "##yson": 25385, - "bender": 25386, - "nantes": 25387, - "serene": 25388, - "##nad": 25389, - "lucha": 25390, - "mmm": 25391, - "323": 25392, - "##cius": 25393, - "##gli": 25394, - "cmll": 25395, - "coinage": 25396, - "nestor": 25397, - "juarez": 25398, - "##rook": 25399, - "smeared": 25400, - "sprayed": 25401, - "twitching": 25402, - "sterile": 25403, - "irina": 25404, - "embodied": 25405, - "juveniles": 25406, - "enveloped": 25407, - "miscellaneous": 25408, - "cancers": 25409, - "dq": 25410, - "gulped": 25411, - "luisa": 25412, - "crested": 25413, - "swat": 25414, - "donegal": 25415, - "ref": 25416, - "##anov": 25417, - "##acker": 25418, - "hearst": 25419, - "mercantile": 25420, - "##lika": 25421, - "doorbell": 25422, - "ua": 25423, - "vicki": 25424, - "##alla": 25425, - "##som": 25426, - "bilbao": 25427, - "psychologists": 25428, - "stryker": 25429, - "sw": 25430, - "horsemen": 25431, - "turkmenistan": 25432, - "wits": 25433, - "##national": 25434, - "anson": 25435, - "mathew": 25436, - "screenings": 25437, - "##umb": 25438, - "rihanna": 25439, - "##agne": 25440, - "##nessy": 25441, - "aisles": 25442, - "##iani": 25443, - "##osphere": 25444, - "hines": 25445, - "kenton": 25446, - "saskatoon": 25447, - "tasha": 25448, - "truncated": 25449, - "##champ": 25450, - "##itan": 25451, - "mildred": 25452, - "advises": 25453, - "fredrik": 25454, - "interpreting": 25455, - "inhibitors": 25456, - "##athi": 25457, - "spectroscopy": 25458, - "##hab": 25459, - "##kong": 25460, - "karim": 25461, - "panda": 25462, - "##oia": 25463, - "##nail": 25464, - "##vc": 25465, - "conqueror": 25466, - "kgb": 25467, - "leukemia": 25468, - "##dity": 25469, - "arrivals": 25470, - "cheered": 25471, - "pisa": 25472, - "phosphorus": 25473, - "shielded": 25474, - "##riated": 25475, - "mammal": 25476, - "unitarian": 25477, - "urgently": 25478, - "chopin": 25479, - "sanitary": 25480, - "##mission": 25481, - "spicy": 25482, - "drugged": 25483, - "hinges": 25484, - "##tort": 25485, - "tipping": 25486, - "trier": 25487, - "impoverished": 25488, - "westchester": 25489, - "##caster": 25490, - "267": 25491, - "epoch": 25492, - "nonstop": 25493, - "##gman": 25494, - "##khov": 25495, - "aromatic": 25496, - "centrally": 25497, - "cerro": 25498, - "##tively": 25499, - "##vio": 25500, - "billions": 25501, - "modulation": 25502, - "sedimentary": 25503, - "283": 25504, - "facilitating": 25505, - "outrageous": 25506, - "goldstein": 25507, - "##eak": 25508, - "##kt": 25509, - "ld": 25510, - "maitland": 25511, - "penultimate": 25512, - "pollard": 25513, - "##dance": 25514, - "fleets": 25515, - "spaceship": 25516, - "vertebrae": 25517, - "##nig": 25518, - "alcoholism": 25519, - "als": 25520, - "recital": 25521, - "##bham": 25522, - "##ference": 25523, - "##omics": 25524, - "m2": 25525, - "##bm": 25526, - "trois": 25527, - "##tropical": 25528, - "##в": 25529, - "commemorates": 25530, - "##meric": 25531, - "marge": 25532, - "##raction": 25533, - "1643": 25534, - "670": 25535, - "cosmetic": 25536, - "ravaged": 25537, - "##ige": 25538, - "catastrophe": 25539, - "eng": 25540, - "##shida": 25541, - "albrecht": 25542, - "arterial": 25543, - "bellamy": 25544, - "decor": 25545, - "harmon": 25546, - "##rde": 25547, - "bulbs": 25548, - "synchronized": 25549, - "vito": 25550, - "easiest": 25551, - "shetland": 25552, - "shielding": 25553, - "wnba": 25554, - "##glers": 25555, - "##ssar": 25556, - "##riam": 25557, - "brianna": 25558, - "cumbria": 25559, - "##aceous": 25560, - "##rard": 25561, - "cores": 25562, - "thayer": 25563, - "##nsk": 25564, - "brood": 25565, - "hilltop": 25566, - "luminous": 25567, - "carts": 25568, - "keynote": 25569, - "larkin": 25570, - "logos": 25571, - "##cta": 25572, - "##ا": 25573, - "##mund": 25574, - "##quay": 25575, - "lilith": 25576, - "tinted": 25577, - "277": 25578, - "wrestle": 25579, - "mobilization": 25580, - "##uses": 25581, - "sequential": 25582, - "siam": 25583, - "bloomfield": 25584, - "takahashi": 25585, - "274": 25586, - "##ieving": 25587, - "presenters": 25588, - "ringo": 25589, - "blazed": 25590, - "witty": 25591, - "##oven": 25592, - "##ignant": 25593, - "devastation": 25594, - "haydn": 25595, - "harmed": 25596, - "newt": 25597, - "therese": 25598, - "##peed": 25599, - "gershwin": 25600, - "molina": 25601, - "rabbis": 25602, - "sudanese": 25603, - "001": 25604, - "innate": 25605, - "restarted": 25606, - "##sack": 25607, - "##fus": 25608, - "slices": 25609, - "wb": 25610, - "##shah": 25611, - "enroll": 25612, - "hypothetical": 25613, - "hysterical": 25614, - "1743": 25615, - "fabio": 25616, - "indefinite": 25617, - "warped": 25618, - "##hg": 25619, - "exchanging": 25620, - "525": 25621, - "unsuitable": 25622, - "##sboro": 25623, - "gallo": 25624, - "1603": 25625, - "bret": 25626, - "cobalt": 25627, - "homemade": 25628, - "##hunter": 25629, - "mx": 25630, - "operatives": 25631, - "##dhar": 25632, - "terraces": 25633, - "durable": 25634, - "latch": 25635, - "pens": 25636, - "whorls": 25637, - "##ctuated": 25638, - "##eaux": 25639, - "billing": 25640, - "ligament": 25641, - "succumbed": 25642, - "##gly": 25643, - "regulators": 25644, - "spawn": 25645, - "##brick": 25646, - "##stead": 25647, - "filmfare": 25648, - "rochelle": 25649, - "##nzo": 25650, - "1725": 25651, - "circumstance": 25652, - "saber": 25653, - "supplements": 25654, - "##nsky": 25655, - "##tson": 25656, - "crowe": 25657, - "wellesley": 25658, - "carrot": 25659, - "##9th": 25660, - "##movable": 25661, - "primate": 25662, - "drury": 25663, - "sincerely": 25664, - "topical": 25665, - "##mad": 25666, - "##rao": 25667, - "callahan": 25668, - "kyiv": 25669, - "smarter": 25670, - "tits": 25671, - "undo": 25672, - "##yeh": 25673, - "announcements": 25674, - "anthologies": 25675, - "barrio": 25676, - "nebula": 25677, - "##islaus": 25678, - "##shaft": 25679, - "##tyn": 25680, - "bodyguards": 25681, - "2021": 25682, - "assassinate": 25683, - "barns": 25684, - "emmett": 25685, - "scully": 25686, - "##mah": 25687, - "##yd": 25688, - "##eland": 25689, - "##tino": 25690, - "##itarian": 25691, - "demoted": 25692, - "gorman": 25693, - "lashed": 25694, - "prized": 25695, - "adventist": 25696, - "writ": 25697, - "##gui": 25698, - "alla": 25699, - "invertebrates": 25700, - "##ausen": 25701, - "1641": 25702, - "amman": 25703, - "1742": 25704, - "align": 25705, - "healy": 25706, - "redistribution": 25707, - "##gf": 25708, - "##rize": 25709, - "insulation": 25710, - "##drop": 25711, - "adherents": 25712, - "hezbollah": 25713, - "vitro": 25714, - "ferns": 25715, - "yanking": 25716, - "269": 25717, - "php": 25718, - "registering": 25719, - "uppsala": 25720, - "cheerleading": 25721, - "confines": 25722, - "mischievous": 25723, - "tully": 25724, - "##ross": 25725, - "49th": 25726, - "docked": 25727, - "roam": 25728, - "stipulated": 25729, - "pumpkin": 25730, - "##bry": 25731, - "prompt": 25732, - "##ezer": 25733, - "blindly": 25734, - "shuddering": 25735, - "craftsmen": 25736, - "frail": 25737, - "scented": 25738, - "katharine": 25739, - "scramble": 25740, - "shaggy": 25741, - "sponge": 25742, - "helix": 25743, - "zaragoza": 25744, - "279": 25745, - "##52": 25746, - "43rd": 25747, - "backlash": 25748, - "fontaine": 25749, - "seizures": 25750, - "posse": 25751, - "cowan": 25752, - "nonfiction": 25753, - "telenovela": 25754, - "wwii": 25755, - "hammered": 25756, - "undone": 25757, - "##gpur": 25758, - "encircled": 25759, - "irs": 25760, - "##ivation": 25761, - "artefacts": 25762, - "oneself": 25763, - "searing": 25764, - "smallpox": 25765, - "##belle": 25766, - "##osaurus": 25767, - "shandong": 25768, - "breached": 25769, - "upland": 25770, - "blushing": 25771, - "rankin": 25772, - "infinitely": 25773, - "psyche": 25774, - "tolerated": 25775, - "docking": 25776, - "evicted": 25777, - "##col": 25778, - "unmarked": 25779, - "##lving": 25780, - "gnome": 25781, - "lettering": 25782, - "litres": 25783, - "musique": 25784, - "##oint": 25785, - "benevolent": 25786, - "##jal": 25787, - "blackened": 25788, - "##anna": 25789, - "mccall": 25790, - "racers": 25791, - "tingle": 25792, - "##ocene": 25793, - "##orestation": 25794, - "introductions": 25795, - "radically": 25796, - "292": 25797, - "##hiff": 25798, - "##باد": 25799, - "1610": 25800, - "1739": 25801, - "munchen": 25802, - "plead": 25803, - "##nka": 25804, - "condo": 25805, - "scissors": 25806, - "##sight": 25807, - "##tens": 25808, - "apprehension": 25809, - "##cey": 25810, - "##yin": 25811, - "hallmark": 25812, - "watering": 25813, - "formulas": 25814, - "sequels": 25815, - "##llas": 25816, - "aggravated": 25817, - "bae": 25818, - "commencing": 25819, - "##building": 25820, - "enfield": 25821, - "prohibits": 25822, - "marne": 25823, - "vedic": 25824, - "civilized": 25825, - "euclidean": 25826, - "jagger": 25827, - "beforehand": 25828, - "blasts": 25829, - "dumont": 25830, - "##arney": 25831, - "##nem": 25832, - "740": 25833, - "conversions": 25834, - "hierarchical": 25835, - "rios": 25836, - "simulator": 25837, - "##dya": 25838, - "##lellan": 25839, - "hedges": 25840, - "oleg": 25841, - "thrusts": 25842, - "shadowed": 25843, - "darby": 25844, - "maximize": 25845, - "1744": 25846, - "gregorian": 25847, - "##nded": 25848, - "##routed": 25849, - "sham": 25850, - "unspecified": 25851, - "##hog": 25852, - "emory": 25853, - "factual": 25854, - "##smo": 25855, - "##tp": 25856, - "fooled": 25857, - "##rger": 25858, - "ortega": 25859, - "wellness": 25860, - "marlon": 25861, - "##oton": 25862, - "##urance": 25863, - "casket": 25864, - "keating": 25865, - "ley": 25866, - "enclave": 25867, - "##ayan": 25868, - "char": 25869, - "influencing": 25870, - "jia": 25871, - "##chenko": 25872, - "412": 25873, - "ammonia": 25874, - "erebidae": 25875, - "incompatible": 25876, - "violins": 25877, - "cornered": 25878, - "##arat": 25879, - "grooves": 25880, - "astronauts": 25881, - "columbian": 25882, - "rampant": 25883, - "fabrication": 25884, - "kyushu": 25885, - "mahmud": 25886, - "vanish": 25887, - "##dern": 25888, - "mesopotamia": 25889, - "##lete": 25890, - "ict": 25891, - "##rgen": 25892, - "caspian": 25893, - "kenji": 25894, - "pitted": 25895, - "##vered": 25896, - "999": 25897, - "grimace": 25898, - "roanoke": 25899, - "tchaikovsky": 25900, - "twinned": 25901, - "##analysis": 25902, - "##awan": 25903, - "xinjiang": 25904, - "arias": 25905, - "clemson": 25906, - "kazakh": 25907, - "sizable": 25908, - "1662": 25909, - "##khand": 25910, - "##vard": 25911, - "plunge": 25912, - "tatum": 25913, - "vittorio": 25914, - "##nden": 25915, - "cholera": 25916, - "##dana": 25917, - "##oper": 25918, - "bracing": 25919, - "indifference": 25920, - "projectile": 25921, - "superliga": 25922, - "##chee": 25923, - "realises": 25924, - "upgrading": 25925, - "299": 25926, - "porte": 25927, - "retribution": 25928, - "##vies": 25929, - "nk": 25930, - "stil": 25931, - "##resses": 25932, - "ama": 25933, - "bureaucracy": 25934, - "blackberry": 25935, - "bosch": 25936, - "testosterone": 25937, - "collapses": 25938, - "greer": 25939, - "##pathic": 25940, - "ioc": 25941, - "fifties": 25942, - "malls": 25943, - "##erved": 25944, - "bao": 25945, - "baskets": 25946, - "adolescents": 25947, - "siegfried": 25948, - "##osity": 25949, - "##tosis": 25950, - "mantra": 25951, - "detecting": 25952, - "existent": 25953, - "fledgling": 25954, - "##cchi": 25955, - "dissatisfied": 25956, - "gan": 25957, - "telecommunication": 25958, - "mingled": 25959, - "sobbed": 25960, - "6000": 25961, - "controversies": 25962, - "outdated": 25963, - "taxis": 25964, - "##raus": 25965, - "fright": 25966, - "slams": 25967, - "##lham": 25968, - "##fect": 25969, - "##tten": 25970, - "detectors": 25971, - "fetal": 25972, - "tanned": 25973, - "##uw": 25974, - "fray": 25975, - "goth": 25976, - "olympian": 25977, - "skipping": 25978, - "mandates": 25979, - "scratches": 25980, - "sheng": 25981, - "unspoken": 25982, - "hyundai": 25983, - "tracey": 25984, - "hotspur": 25985, - "restrictive": 25986, - "##buch": 25987, - "americana": 25988, - "mundo": 25989, - "##bari": 25990, - "burroughs": 25991, - "diva": 25992, - "vulcan": 25993, - "##6th": 25994, - "distinctions": 25995, - "thumping": 25996, - "##ngen": 25997, - "mikey": 25998, - "sheds": 25999, - "fide": 26000, - "rescues": 26001, - "springsteen": 26002, - "vested": 26003, - "valuation": 26004, - "##ece": 26005, - "##ely": 26006, - "pinnacle": 26007, - "rake": 26008, - "sylvie": 26009, - "##edo": 26010, - "almond": 26011, - "quivering": 26012, - "##irus": 26013, - "alteration": 26014, - "faltered": 26015, - "##wad": 26016, - "51st": 26017, - "hydra": 26018, - "ticked": 26019, - "##kato": 26020, - "recommends": 26021, - "##dicated": 26022, - "antigua": 26023, - "arjun": 26024, - "stagecoach": 26025, - "wilfred": 26026, - "trickle": 26027, - "pronouns": 26028, - "##pon": 26029, - "aryan": 26030, - "nighttime": 26031, - "##anian": 26032, - "gall": 26033, - "pea": 26034, - "stitch": 26035, - "##hei": 26036, - "leung": 26037, - "milos": 26038, - "##dini": 26039, - "eritrea": 26040, - "nexus": 26041, - "starved": 26042, - "snowfall": 26043, - "kant": 26044, - "parasitic": 26045, - "cot": 26046, - "discus": 26047, - "hana": 26048, - "strikers": 26049, - "appleton": 26050, - "kitchens": 26051, - "##erina": 26052, - "##partisan": 26053, - "##itha": 26054, - "##vius": 26055, - "disclose": 26056, - "metis": 26057, - "##channel": 26058, - "1701": 26059, - "tesla": 26060, - "##vera": 26061, - "fitch": 26062, - "1735": 26063, - "blooded": 26064, - "##tila": 26065, - "decimal": 26066, - "##tang": 26067, - "##bai": 26068, - "cyclones": 26069, - "eun": 26070, - "bottled": 26071, - "peas": 26072, - "pensacola": 26073, - "basha": 26074, - "bolivian": 26075, - "crabs": 26076, - "boil": 26077, - "lanterns": 26078, - "partridge": 26079, - "roofed": 26080, - "1645": 26081, - "necks": 26082, - "##phila": 26083, - "opined": 26084, - "patting": 26085, - "##kla": 26086, - "##lland": 26087, - "chuckles": 26088, - "volta": 26089, - "whereupon": 26090, - "##nche": 26091, - "devout": 26092, - "euroleague": 26093, - "suicidal": 26094, - "##dee": 26095, - "inherently": 26096, - "involuntary": 26097, - "knitting": 26098, - "nasser": 26099, - "##hide": 26100, - "puppets": 26101, - "colourful": 26102, - "courageous": 26103, - "southend": 26104, - "stills": 26105, - "miraculous": 26106, - "hodgson": 26107, - "richer": 26108, - "rochdale": 26109, - "ethernet": 26110, - "greta": 26111, - "uniting": 26112, - "prism": 26113, - "umm": 26114, - "##haya": 26115, - "##itical": 26116, - "##utation": 26117, - "deterioration": 26118, - "pointe": 26119, - "prowess": 26120, - "##ropriation": 26121, - "lids": 26122, - "scranton": 26123, - "billings": 26124, - "subcontinent": 26125, - "##koff": 26126, - "##scope": 26127, - "brute": 26128, - "kellogg": 26129, - "psalms": 26130, - "degraded": 26131, - "##vez": 26132, - "stanisław": 26133, - "##ructured": 26134, - "ferreira": 26135, - "pun": 26136, - "astonishing": 26137, - "gunnar": 26138, - "##yat": 26139, - "arya": 26140, - "prc": 26141, - "gottfried": 26142, - "##tight": 26143, - "excursion": 26144, - "##ographer": 26145, - "dina": 26146, - "##quil": 26147, - "##nare": 26148, - "huffington": 26149, - "illustrious": 26150, - "wilbur": 26151, - "gundam": 26152, - "verandah": 26153, - "##zard": 26154, - "naacp": 26155, - "##odle": 26156, - "constructive": 26157, - "fjord": 26158, - "kade": 26159, - "##naud": 26160, - "generosity": 26161, - "thrilling": 26162, - "baseline": 26163, - "cayman": 26164, - "frankish": 26165, - "plastics": 26166, - "accommodations": 26167, - "zoological": 26168, - "##fting": 26169, - "cedric": 26170, - "qb": 26171, - "motorized": 26172, - "##dome": 26173, - "##otted": 26174, - "squealed": 26175, - "tackled": 26176, - "canucks": 26177, - "budgets": 26178, - "situ": 26179, - "asthma": 26180, - "dail": 26181, - "gabled": 26182, - "grasslands": 26183, - "whimpered": 26184, - "writhing": 26185, - "judgments": 26186, - "##65": 26187, - "minnie": 26188, - "pv": 26189, - "##carbon": 26190, - "bananas": 26191, - "grille": 26192, - "domes": 26193, - "monique": 26194, - "odin": 26195, - "maguire": 26196, - "markham": 26197, - "tierney": 26198, - "##estra": 26199, - "##chua": 26200, - "libel": 26201, - "poke": 26202, - "speedy": 26203, - "atrium": 26204, - "laval": 26205, - "notwithstanding": 26206, - "##edly": 26207, - "fai": 26208, - "kala": 26209, - "##sur": 26210, - "robb": 26211, - "##sma": 26212, - "listings": 26213, - "luz": 26214, - "supplementary": 26215, - "tianjin": 26216, - "##acing": 26217, - "enzo": 26218, - "jd": 26219, - "ric": 26220, - "scanner": 26221, - "croats": 26222, - "transcribed": 26223, - "##49": 26224, - "arden": 26225, - "cv": 26226, - "##hair": 26227, - "##raphy": 26228, - "##lver": 26229, - "##uy": 26230, - "357": 26231, - "seventies": 26232, - "staggering": 26233, - "alam": 26234, - "horticultural": 26235, - "hs": 26236, - "regression": 26237, - "timbers": 26238, - "blasting": 26239, - "##ounded": 26240, - "montagu": 26241, - "manipulating": 26242, - "##cit": 26243, - "catalytic": 26244, - "1550": 26245, - "troopers": 26246, - "##meo": 26247, - "condemnation": 26248, - "fitzpatrick": 26249, - "##oire": 26250, - "##roved": 26251, - "inexperienced": 26252, - "1670": 26253, - "castes": 26254, - "##lative": 26255, - "outing": 26256, - "314": 26257, - "dubois": 26258, - "flicking": 26259, - "quarrel": 26260, - "ste": 26261, - "learners": 26262, - "1625": 26263, - "iq": 26264, - "whistled": 26265, - "##class": 26266, - "282": 26267, - "classify": 26268, - "tariffs": 26269, - "temperament": 26270, - "355": 26271, - "folly": 26272, - "liszt": 26273, - "##yles": 26274, - "immersed": 26275, - "jordanian": 26276, - "ceasefire": 26277, - "apparel": 26278, - "extras": 26279, - "maru": 26280, - "fished": 26281, - "##bio": 26282, - "harta": 26283, - "stockport": 26284, - "assortment": 26285, - "craftsman": 26286, - "paralysis": 26287, - "transmitters": 26288, - "##cola": 26289, - "blindness": 26290, - "##wk": 26291, - "fatally": 26292, - "proficiency": 26293, - "solemnly": 26294, - "##orno": 26295, - "repairing": 26296, - "amore": 26297, - "groceries": 26298, - "ultraviolet": 26299, - "##chase": 26300, - "schoolhouse": 26301, - "##tua": 26302, - "resurgence": 26303, - "nailed": 26304, - "##otype": 26305, - "##×": 26306, - "ruse": 26307, - "saliva": 26308, - "diagrams": 26309, - "##tructing": 26310, - "albans": 26311, - "rann": 26312, - "thirties": 26313, - "1b": 26314, - "antennas": 26315, - "hilarious": 26316, - "cougars": 26317, - "paddington": 26318, - "stats": 26319, - "##eger": 26320, - "breakaway": 26321, - "ipod": 26322, - "reza": 26323, - "authorship": 26324, - "prohibiting": 26325, - "scoffed": 26326, - "##etz": 26327, - "##ttle": 26328, - "conscription": 26329, - "defected": 26330, - "trondheim": 26331, - "##fires": 26332, - "ivanov": 26333, - "keenan": 26334, - "##adan": 26335, - "##ciful": 26336, - "##fb": 26337, - "##slow": 26338, - "locating": 26339, - "##ials": 26340, - "##tford": 26341, - "cadiz": 26342, - "basalt": 26343, - "blankly": 26344, - "interned": 26345, - "rags": 26346, - "rattling": 26347, - "##tick": 26348, - "carpathian": 26349, - "reassured": 26350, - "sync": 26351, - "bum": 26352, - "guildford": 26353, - "iss": 26354, - "staunch": 26355, - "##onga": 26356, - "astronomers": 26357, - "sera": 26358, - "sofie": 26359, - "emergencies": 26360, - "susquehanna": 26361, - "##heard": 26362, - "duc": 26363, - "mastery": 26364, - "vh1": 26365, - "williamsburg": 26366, - "bayer": 26367, - "buckled": 26368, - "craving": 26369, - "##khan": 26370, - "##rdes": 26371, - "bloomington": 26372, - "##write": 26373, - "alton": 26374, - "barbecue": 26375, - "##bians": 26376, - "justine": 26377, - "##hri": 26378, - "##ndt": 26379, - "delightful": 26380, - "smartphone": 26381, - "newtown": 26382, - "photon": 26383, - "retrieval": 26384, - "peugeot": 26385, - "hissing": 26386, - "##monium": 26387, - "##orough": 26388, - "flavors": 26389, - "lighted": 26390, - "relaunched": 26391, - "tainted": 26392, - "##games": 26393, - "##lysis": 26394, - "anarchy": 26395, - "microscopic": 26396, - "hopping": 26397, - "adept": 26398, - "evade": 26399, - "evie": 26400, - "##beau": 26401, - "inhibit": 26402, - "sinn": 26403, - "adjustable": 26404, - "hurst": 26405, - "intuition": 26406, - "wilton": 26407, - "cisco": 26408, - "44th": 26409, - "lawful": 26410, - "lowlands": 26411, - "stockings": 26412, - "thierry": 26413, - "##dalen": 26414, - "##hila": 26415, - "##nai": 26416, - "fates": 26417, - "prank": 26418, - "tb": 26419, - "maison": 26420, - "lobbied": 26421, - "provocative": 26422, - "1724": 26423, - "4a": 26424, - "utopia": 26425, - "##qual": 26426, - "carbonate": 26427, - "gujarati": 26428, - "purcell": 26429, - "##rford": 26430, - "curtiss": 26431, - "##mei": 26432, - "overgrown": 26433, - "arenas": 26434, - "mediation": 26435, - "swallows": 26436, - "##rnik": 26437, - "respectful": 26438, - "turnbull": 26439, - "##hedron": 26440, - "##hope": 26441, - "alyssa": 26442, - "ozone": 26443, - "##ʻi": 26444, - "ami": 26445, - "gestapo": 26446, - "johansson": 26447, - "snooker": 26448, - "canteen": 26449, - "cuff": 26450, - "declines": 26451, - "empathy": 26452, - "stigma": 26453, - "##ags": 26454, - "##iner": 26455, - "##raine": 26456, - "taxpayers": 26457, - "gui": 26458, - "volga": 26459, - "##wright": 26460, - "##copic": 26461, - "lifespan": 26462, - "overcame": 26463, - "tattooed": 26464, - "enactment": 26465, - "giggles": 26466, - "##ador": 26467, - "##camp": 26468, - "barrington": 26469, - "bribe": 26470, - "obligatory": 26471, - "orbiting": 26472, - "peng": 26473, - "##enas": 26474, - "elusive": 26475, - "sucker": 26476, - "##vating": 26477, - "cong": 26478, - "hardship": 26479, - "empowered": 26480, - "anticipating": 26481, - "estrada": 26482, - "cryptic": 26483, - "greasy": 26484, - "detainees": 26485, - "planck": 26486, - "sudbury": 26487, - "plaid": 26488, - "dod": 26489, - "marriott": 26490, - "kayla": 26491, - "##ears": 26492, - "##vb": 26493, - "##zd": 26494, - "mortally": 26495, - "##hein": 26496, - "cognition": 26497, - "radha": 26498, - "319": 26499, - "liechtenstein": 26500, - "meade": 26501, - "richly": 26502, - "argyle": 26503, - "harpsichord": 26504, - "liberalism": 26505, - "trumpets": 26506, - "lauded": 26507, - "tyrant": 26508, - "salsa": 26509, - "tiled": 26510, - "lear": 26511, - "promoters": 26512, - "reused": 26513, - "slicing": 26514, - "trident": 26515, - "##chuk": 26516, - "##gami": 26517, - "##lka": 26518, - "cantor": 26519, - "checkpoint": 26520, - "##points": 26521, - "gaul": 26522, - "leger": 26523, - "mammalian": 26524, - "##tov": 26525, - "##aar": 26526, - "##schaft": 26527, - "doha": 26528, - "frenchman": 26529, - "nirvana": 26530, - "##vino": 26531, - "delgado": 26532, - "headlining": 26533, - "##eron": 26534, - "##iography": 26535, - "jug": 26536, - "tko": 26537, - "1649": 26538, - "naga": 26539, - "intersections": 26540, - "##jia": 26541, - "benfica": 26542, - "nawab": 26543, - "##suka": 26544, - "ashford": 26545, - "gulp": 26546, - "##deck": 26547, - "##vill": 26548, - "##rug": 26549, - "brentford": 26550, - "frazier": 26551, - "pleasures": 26552, - "dunne": 26553, - "potsdam": 26554, - "shenzhen": 26555, - "dentistry": 26556, - "##tec": 26557, - "flanagan": 26558, - "##dorff": 26559, - "##hear": 26560, - "chorale": 26561, - "dinah": 26562, - "prem": 26563, - "quezon": 26564, - "##rogated": 26565, - "relinquished": 26566, - "sutra": 26567, - "terri": 26568, - "##pani": 26569, - "flaps": 26570, - "##rissa": 26571, - "poly": 26572, - "##rnet": 26573, - "homme": 26574, - "aback": 26575, - "##eki": 26576, - "linger": 26577, - "womb": 26578, - "##kson": 26579, - "##lewood": 26580, - "doorstep": 26581, - "orthodoxy": 26582, - "threaded": 26583, - "westfield": 26584, - "##rval": 26585, - "dioceses": 26586, - "fridays": 26587, - "subsided": 26588, - "##gata": 26589, - "loyalists": 26590, - "##biotic": 26591, - "##ettes": 26592, - "letterman": 26593, - "lunatic": 26594, - "prelate": 26595, - "tenderly": 26596, - "invariably": 26597, - "souza": 26598, - "thug": 26599, - "winslow": 26600, - "##otide": 26601, - "furlongs": 26602, - "gogh": 26603, - "jeopardy": 26604, - "##runa": 26605, - "pegasus": 26606, - "##umble": 26607, - "humiliated": 26608, - "standalone": 26609, - "tagged": 26610, - "##roller": 26611, - "freshmen": 26612, - "klan": 26613, - "##bright": 26614, - "attaining": 26615, - "initiating": 26616, - "transatlantic": 26617, - "logged": 26618, - "viz": 26619, - "##uance": 26620, - "1723": 26621, - "combatants": 26622, - "intervening": 26623, - "stephane": 26624, - "chieftain": 26625, - "despised": 26626, - "grazed": 26627, - "317": 26628, - "cdc": 26629, - "galveston": 26630, - "godzilla": 26631, - "macro": 26632, - "simulate": 26633, - "##planes": 26634, - "parades": 26635, - "##esses": 26636, - "960": 26637, - "##ductive": 26638, - "##unes": 26639, - "equator": 26640, - "overdose": 26641, - "##cans": 26642, - "##hosh": 26643, - "##lifting": 26644, - "joshi": 26645, - "epstein": 26646, - "sonora": 26647, - "treacherous": 26648, - "aquatics": 26649, - "manchu": 26650, - "responsive": 26651, - "##sation": 26652, - "supervisory": 26653, - "##christ": 26654, - "##llins": 26655, - "##ibar": 26656, - "##balance": 26657, - "##uso": 26658, - "kimball": 26659, - "karlsruhe": 26660, - "mab": 26661, - "##emy": 26662, - "ignores": 26663, - "phonetic": 26664, - "reuters": 26665, - "spaghetti": 26666, - "820": 26667, - "almighty": 26668, - "danzig": 26669, - "rumbling": 26670, - "tombstone": 26671, - "designations": 26672, - "lured": 26673, - "outset": 26674, - "##felt": 26675, - "supermarkets": 26676, - "##wt": 26677, - "grupo": 26678, - "kei": 26679, - "kraft": 26680, - "susanna": 26681, - "##blood": 26682, - "comprehension": 26683, - "genealogy": 26684, - "##aghan": 26685, - "##verted": 26686, - "redding": 26687, - "##ythe": 26688, - "1722": 26689, - "bowing": 26690, - "##pore": 26691, - "##roi": 26692, - "lest": 26693, - "sharpened": 26694, - "fulbright": 26695, - "valkyrie": 26696, - "sikhs": 26697, - "##unds": 26698, - "swans": 26699, - "bouquet": 26700, - "merritt": 26701, - "##tage": 26702, - "##venting": 26703, - "commuted": 26704, - "redhead": 26705, - "clerks": 26706, - "leasing": 26707, - "cesare": 26708, - "dea": 26709, - "hazy": 26710, - "##vances": 26711, - "fledged": 26712, - "greenfield": 26713, - "servicemen": 26714, - "##gical": 26715, - "armando": 26716, - "blackout": 26717, - "dt": 26718, - "sagged": 26719, - "downloadable": 26720, - "intra": 26721, - "potion": 26722, - "pods": 26723, - "##4th": 26724, - "##mism": 26725, - "xp": 26726, - "attendants": 26727, - "gambia": 26728, - "stale": 26729, - "##ntine": 26730, - "plump": 26731, - "asteroids": 26732, - "rediscovered": 26733, - "buds": 26734, - "flea": 26735, - "hive": 26736, - "##neas": 26737, - "1737": 26738, - "classifications": 26739, - "debuts": 26740, - "##eles": 26741, - "olympus": 26742, - "scala": 26743, - "##eurs": 26744, - "##gno": 26745, - "##mute": 26746, - "hummed": 26747, - "sigismund": 26748, - "visuals": 26749, - "wiggled": 26750, - "await": 26751, - "pilasters": 26752, - "clench": 26753, - "sulfate": 26754, - "##ances": 26755, - "bellevue": 26756, - "enigma": 26757, - "trainee": 26758, - "snort": 26759, - "##sw": 26760, - "clouded": 26761, - "denim": 26762, - "##rank": 26763, - "##rder": 26764, - "churning": 26765, - "hartman": 26766, - "lodges": 26767, - "riches": 26768, - "sima": 26769, - "##missible": 26770, - "accountable": 26771, - "socrates": 26772, - "regulates": 26773, - "mueller": 26774, - "##cr": 26775, - "1702": 26776, - "avoids": 26777, - "solids": 26778, - "himalayas": 26779, - "nutrient": 26780, - "pup": 26781, - "##jevic": 26782, - "squat": 26783, - "fades": 26784, - "nec": 26785, - "##lates": 26786, - "##pina": 26787, - "##rona": 26788, - "##ου": 26789, - "privateer": 26790, - "tequila": 26791, - "##gative": 26792, - "##mpton": 26793, - "apt": 26794, - "hornet": 26795, - "immortals": 26796, - "##dou": 26797, - "asturias": 26798, - "cleansing": 26799, - "dario": 26800, - "##rries": 26801, - "##anta": 26802, - "etymology": 26803, - "servicing": 26804, - "zhejiang": 26805, - "##venor": 26806, - "##nx": 26807, - "horned": 26808, - "erasmus": 26809, - "rayon": 26810, - "relocating": 26811, - "£10": 26812, - "##bags": 26813, - "escalated": 26814, - "promenade": 26815, - "stubble": 26816, - "2010s": 26817, - "artisans": 26818, - "axial": 26819, - "liquids": 26820, - "mora": 26821, - "sho": 26822, - "yoo": 26823, - "##tsky": 26824, - "bundles": 26825, - "oldies": 26826, - "##nally": 26827, - "notification": 26828, - "bastion": 26829, - "##ths": 26830, - "sparkle": 26831, - "##lved": 26832, - "1728": 26833, - "leash": 26834, - "pathogen": 26835, - "highs": 26836, - "##hmi": 26837, - "immature": 26838, - "880": 26839, - "gonzaga": 26840, - "ignatius": 26841, - "mansions": 26842, - "monterrey": 26843, - "sweets": 26844, - "bryson": 26845, - "##loe": 26846, - "polled": 26847, - "regatta": 26848, - "brightest": 26849, - "pei": 26850, - "rosy": 26851, - "squid": 26852, - "hatfield": 26853, - "payroll": 26854, - "addict": 26855, - "meath": 26856, - "cornerback": 26857, - "heaviest": 26858, - "lodging": 26859, - "##mage": 26860, - "capcom": 26861, - "rippled": 26862, - "##sily": 26863, - "barnet": 26864, - "mayhem": 26865, - "ymca": 26866, - "snuggled": 26867, - "rousseau": 26868, - "##cute": 26869, - "blanchard": 26870, - "284": 26871, - "fragmented": 26872, - "leighton": 26873, - "chromosomes": 26874, - "risking": 26875, - "##md": 26876, - "##strel": 26877, - "##utter": 26878, - "corinne": 26879, - "coyotes": 26880, - "cynical": 26881, - "hiroshi": 26882, - "yeomanry": 26883, - "##ractive": 26884, - "ebook": 26885, - "grading": 26886, - "mandela": 26887, - "plume": 26888, - "agustin": 26889, - "magdalene": 26890, - "##rkin": 26891, - "bea": 26892, - "femme": 26893, - "trafford": 26894, - "##coll": 26895, - "##lun": 26896, - "##tance": 26897, - "52nd": 26898, - "fourier": 26899, - "upton": 26900, - "##mental": 26901, - "camilla": 26902, - "gust": 26903, - "iihf": 26904, - "islamabad": 26905, - "longevity": 26906, - "##kala": 26907, - "feldman": 26908, - "netting": 26909, - "##rization": 26910, - "endeavour": 26911, - "foraging": 26912, - "mfa": 26913, - "orr": 26914, - "##open": 26915, - "greyish": 26916, - "contradiction": 26917, - "graz": 26918, - "##ruff": 26919, - "handicapped": 26920, - "marlene": 26921, - "tweed": 26922, - "oaxaca": 26923, - "spp": 26924, - "campos": 26925, - "miocene": 26926, - "pri": 26927, - "configured": 26928, - "cooks": 26929, - "pluto": 26930, - "cozy": 26931, - "pornographic": 26932, - "##entes": 26933, - "70th": 26934, - "fairness": 26935, - "glided": 26936, - "jonny": 26937, - "lynne": 26938, - "rounding": 26939, - "sired": 26940, - "##emon": 26941, - "##nist": 26942, - "remade": 26943, - "uncover": 26944, - "##mack": 26945, - "complied": 26946, - "lei": 26947, - "newsweek": 26948, - "##jured": 26949, - "##parts": 26950, - "##enting": 26951, - "##pg": 26952, - "293": 26953, - "finer": 26954, - "guerrillas": 26955, - "athenian": 26956, - "deng": 26957, - "disused": 26958, - "stepmother": 26959, - "accuse": 26960, - "gingerly": 26961, - "seduction": 26962, - "521": 26963, - "confronting": 26964, - "##walker": 26965, - "##going": 26966, - "gora": 26967, - "nostalgia": 26968, - "sabres": 26969, - "virginity": 26970, - "wrenched": 26971, - "##minated": 26972, - "syndication": 26973, - "wielding": 26974, - "eyre": 26975, - "##56": 26976, - "##gnon": 26977, - "##igny": 26978, - "behaved": 26979, - "taxpayer": 26980, - "sweeps": 26981, - "##growth": 26982, - "childless": 26983, - "gallant": 26984, - "##ywood": 26985, - "amplified": 26986, - "geraldine": 26987, - "scrape": 26988, - "##ffi": 26989, - "babylonian": 26990, - "fresco": 26991, - "##rdan": 26992, - "##kney": 26993, - "##position": 26994, - "1718": 26995, - "restricting": 26996, - "tack": 26997, - "fukuoka": 26998, - "osborn": 26999, - "selector": 27000, - "partnering": 27001, - "##dlow": 27002, - "318": 27003, - "gnu": 27004, - "kia": 27005, - "tak": 27006, - "whitley": 27007, - "gables": 27008, - "##54": 27009, - "##mania": 27010, - "mri": 27011, - "softness": 27012, - "immersion": 27013, - "##bots": 27014, - "##evsky": 27015, - "1713": 27016, - "chilling": 27017, - "insignificant": 27018, - "pcs": 27019, - "##uis": 27020, - "elites": 27021, - "lina": 27022, - "purported": 27023, - "supplemental": 27024, - "teaming": 27025, - "##americana": 27026, - "##dding": 27027, - "##inton": 27028, - "proficient": 27029, - "rouen": 27030, - "##nage": 27031, - "##rret": 27032, - "niccolo": 27033, - "selects": 27034, - "##bread": 27035, - "fluffy": 27036, - "1621": 27037, - "gruff": 27038, - "knotted": 27039, - "mukherjee": 27040, - "polgara": 27041, - "thrash": 27042, - "nicholls": 27043, - "secluded": 27044, - "smoothing": 27045, - "thru": 27046, - "corsica": 27047, - "loaf": 27048, - "whitaker": 27049, - "inquiries": 27050, - "##rrier": 27051, - "##kam": 27052, - "indochina": 27053, - "289": 27054, - "marlins": 27055, - "myles": 27056, - "peking": 27057, - "##tea": 27058, - "extracts": 27059, - "pastry": 27060, - "superhuman": 27061, - "connacht": 27062, - "vogel": 27063, - "##ditional": 27064, - "##het": 27065, - "##udged": 27066, - "##lash": 27067, - "gloss": 27068, - "quarries": 27069, - "refit": 27070, - "teaser": 27071, - "##alic": 27072, - "##gaon": 27073, - "20s": 27074, - "materialized": 27075, - "sling": 27076, - "camped": 27077, - "pickering": 27078, - "tung": 27079, - "tracker": 27080, - "pursuant": 27081, - "##cide": 27082, - "cranes": 27083, - "soc": 27084, - "##cini": 27085, - "##typical": 27086, - "##viere": 27087, - "anhalt": 27088, - "overboard": 27089, - "workout": 27090, - "chores": 27091, - "fares": 27092, - "orphaned": 27093, - "stains": 27094, - "##logie": 27095, - "fenton": 27096, - "surpassing": 27097, - "joyah": 27098, - "triggers": 27099, - "##itte": 27100, - "grandmaster": 27101, - "##lass": 27102, - "##lists": 27103, - "clapping": 27104, - "fraudulent": 27105, - "ledger": 27106, - "nagasaki": 27107, - "##cor": 27108, - "##nosis": 27109, - "##tsa": 27110, - "eucalyptus": 27111, - "tun": 27112, - "##icio": 27113, - "##rney": 27114, - "##tara": 27115, - "dax": 27116, - "heroism": 27117, - "ina": 27118, - "wrexham": 27119, - "onboard": 27120, - "unsigned": 27121, - "##dates": 27122, - "moshe": 27123, - "galley": 27124, - "winnie": 27125, - "droplets": 27126, - "exiles": 27127, - "praises": 27128, - "watered": 27129, - "noodles": 27130, - "##aia": 27131, - "fein": 27132, - "adi": 27133, - "leland": 27134, - "multicultural": 27135, - "stink": 27136, - "bingo": 27137, - "comets": 27138, - "erskine": 27139, - "modernized": 27140, - "canned": 27141, - "constraint": 27142, - "domestically": 27143, - "chemotherapy": 27144, - "featherweight": 27145, - "stifled": 27146, - "##mum": 27147, - "darkly": 27148, - "irresistible": 27149, - "refreshing": 27150, - "hasty": 27151, - "isolate": 27152, - "##oys": 27153, - "kitchener": 27154, - "planners": 27155, - "##wehr": 27156, - "cages": 27157, - "yarn": 27158, - "implant": 27159, - "toulon": 27160, - "elects": 27161, - "childbirth": 27162, - "yue": 27163, - "##lind": 27164, - "##lone": 27165, - "cn": 27166, - "rightful": 27167, - "sportsman": 27168, - "junctions": 27169, - "remodeled": 27170, - "specifies": 27171, - "##rgh": 27172, - "291": 27173, - "##oons": 27174, - "complimented": 27175, - "##urgent": 27176, - "lister": 27177, - "ot": 27178, - "##logic": 27179, - "bequeathed": 27180, - "cheekbones": 27181, - "fontana": 27182, - "gabby": 27183, - "##dial": 27184, - "amadeus": 27185, - "corrugated": 27186, - "maverick": 27187, - "resented": 27188, - "triangles": 27189, - "##hered": 27190, - "##usly": 27191, - "nazareth": 27192, - "tyrol": 27193, - "1675": 27194, - "assent": 27195, - "poorer": 27196, - "sectional": 27197, - "aegean": 27198, - "##cous": 27199, - "296": 27200, - "nylon": 27201, - "ghanaian": 27202, - "##egorical": 27203, - "##weig": 27204, - "cushions": 27205, - "forbid": 27206, - "fusiliers": 27207, - "obstruction": 27208, - "somerville": 27209, - "##scia": 27210, - "dime": 27211, - "earrings": 27212, - "elliptical": 27213, - "leyte": 27214, - "oder": 27215, - "polymers": 27216, - "timmy": 27217, - "atm": 27218, - "midtown": 27219, - "piloted": 27220, - "settles": 27221, - "continual": 27222, - "externally": 27223, - "mayfield": 27224, - "##uh": 27225, - "enrichment": 27226, - "henson": 27227, - "keane": 27228, - "persians": 27229, - "1733": 27230, - "benji": 27231, - "braden": 27232, - "pep": 27233, - "324": 27234, - "##efe": 27235, - "contenders": 27236, - "pepsi": 27237, - "valet": 27238, - "##isches": 27239, - "298": 27240, - "##asse": 27241, - "##earing": 27242, - "goofy": 27243, - "stroll": 27244, - "##amen": 27245, - "authoritarian": 27246, - "occurrences": 27247, - "adversary": 27248, - "ahmedabad": 27249, - "tangent": 27250, - "toppled": 27251, - "dorchester": 27252, - "1672": 27253, - "modernism": 27254, - "marxism": 27255, - "islamist": 27256, - "charlemagne": 27257, - "exponential": 27258, - "racks": 27259, - "unicode": 27260, - "brunette": 27261, - "mbc": 27262, - "pic": 27263, - "skirmish": 27264, - "##bund": 27265, - "##lad": 27266, - "##powered": 27267, - "##yst": 27268, - "hoisted": 27269, - "messina": 27270, - "shatter": 27271, - "##ctum": 27272, - "jedi": 27273, - "vantage": 27274, - "##music": 27275, - "##neil": 27276, - "clemens": 27277, - "mahmoud": 27278, - "corrupted": 27279, - "authentication": 27280, - "lowry": 27281, - "nils": 27282, - "##washed": 27283, - "omnibus": 27284, - "wounding": 27285, - "jillian": 27286, - "##itors": 27287, - "##opped": 27288, - "serialized": 27289, - "narcotics": 27290, - "handheld": 27291, - "##arm": 27292, - "##plicity": 27293, - "intersecting": 27294, - "stimulating": 27295, - "##onis": 27296, - "crate": 27297, - "fellowships": 27298, - "hemingway": 27299, - "casinos": 27300, - "climatic": 27301, - "fordham": 27302, - "copeland": 27303, - "drip": 27304, - "beatty": 27305, - "leaflets": 27306, - "robber": 27307, - "brothel": 27308, - "madeira": 27309, - "##hedral": 27310, - "sphinx": 27311, - "ultrasound": 27312, - "##vana": 27313, - "valor": 27314, - "forbade": 27315, - "leonid": 27316, - "villas": 27317, - "##aldo": 27318, - "duane": 27319, - "marquez": 27320, - "##cytes": 27321, - "disadvantaged": 27322, - "forearms": 27323, - "kawasaki": 27324, - "reacts": 27325, - "consular": 27326, - "lax": 27327, - "uncles": 27328, - "uphold": 27329, - "##hopper": 27330, - "concepcion": 27331, - "dorsey": 27332, - "lass": 27333, - "##izan": 27334, - "arching": 27335, - "passageway": 27336, - "1708": 27337, - "researches": 27338, - "tia": 27339, - "internationals": 27340, - "##graphs": 27341, - "##opers": 27342, - "distinguishes": 27343, - "javanese": 27344, - "divert": 27345, - "##uven": 27346, - "plotted": 27347, - "##listic": 27348, - "##rwin": 27349, - "##erik": 27350, - "##tify": 27351, - "affirmative": 27352, - "signifies": 27353, - "validation": 27354, - "##bson": 27355, - "kari": 27356, - "felicity": 27357, - "georgina": 27358, - "zulu": 27359, - "##eros": 27360, - "##rained": 27361, - "##rath": 27362, - "overcoming": 27363, - "##dot": 27364, - "argyll": 27365, - "##rbin": 27366, - "1734": 27367, - "chiba": 27368, - "ratification": 27369, - "windy": 27370, - "earls": 27371, - "parapet": 27372, - "##marks": 27373, - "hunan": 27374, - "pristine": 27375, - "astrid": 27376, - "punta": 27377, - "##gart": 27378, - "brodie": 27379, - "##kota": 27380, - "##oder": 27381, - "malaga": 27382, - "minerva": 27383, - "rouse": 27384, - "##phonic": 27385, - "bellowed": 27386, - "pagoda": 27387, - "portals": 27388, - "reclamation": 27389, - "##gur": 27390, - "##odies": 27391, - "##⁄₄": 27392, - "parentheses": 27393, - "quoting": 27394, - "allergic": 27395, - "palette": 27396, - "showcases": 27397, - "benefactor": 27398, - "heartland": 27399, - "nonlinear": 27400, - "##tness": 27401, - "bladed": 27402, - "cheerfully": 27403, - "scans": 27404, - "##ety": 27405, - "##hone": 27406, - "1666": 27407, - "girlfriends": 27408, - "pedersen": 27409, - "hiram": 27410, - "sous": 27411, - "##liche": 27412, - "##nator": 27413, - "1683": 27414, - "##nery": 27415, - "##orio": 27416, - "##umen": 27417, - "bobo": 27418, - "primaries": 27419, - "smiley": 27420, - "##cb": 27421, - "unearthed": 27422, - "uniformly": 27423, - "fis": 27424, - "metadata": 27425, - "1635": 27426, - "ind": 27427, - "##oted": 27428, - "recoil": 27429, - "##titles": 27430, - "##tura": 27431, - "##ια": 27432, - "406": 27433, - "hilbert": 27434, - "jamestown": 27435, - "mcmillan": 27436, - "tulane": 27437, - "seychelles": 27438, - "##frid": 27439, - "antics": 27440, - "coli": 27441, - "fated": 27442, - "stucco": 27443, - "##grants": 27444, - "1654": 27445, - "bulky": 27446, - "accolades": 27447, - "arrays": 27448, - "caledonian": 27449, - "carnage": 27450, - "optimism": 27451, - "puebla": 27452, - "##tative": 27453, - "##cave": 27454, - "enforcing": 27455, - "rotherham": 27456, - "seo": 27457, - "dunlop": 27458, - "aeronautics": 27459, - "chimed": 27460, - "incline": 27461, - "zoning": 27462, - "archduke": 27463, - "hellenistic": 27464, - "##oses": 27465, - "##sions": 27466, - "candi": 27467, - "thong": 27468, - "##ople": 27469, - "magnate": 27470, - "rustic": 27471, - "##rsk": 27472, - "projective": 27473, - "slant": 27474, - "##offs": 27475, - "danes": 27476, - "hollis": 27477, - "vocalists": 27478, - "##ammed": 27479, - "congenital": 27480, - "contend": 27481, - "gesellschaft": 27482, - "##ocating": 27483, - "##pressive": 27484, - "douglass": 27485, - "quieter": 27486, - "##cm": 27487, - "##kshi": 27488, - "howled": 27489, - "salim": 27490, - "spontaneously": 27491, - "townsville": 27492, - "buena": 27493, - "southport": 27494, - "##bold": 27495, - "kato": 27496, - "1638": 27497, - "faerie": 27498, - "stiffly": 27499, - "##vus": 27500, - "##rled": 27501, - "297": 27502, - "flawless": 27503, - "realising": 27504, - "taboo": 27505, - "##7th": 27506, - "bytes": 27507, - "straightening": 27508, - "356": 27509, - "jena": 27510, - "##hid": 27511, - "##rmin": 27512, - "cartwright": 27513, - "berber": 27514, - "bertram": 27515, - "soloists": 27516, - "411": 27517, - "noses": 27518, - "417": 27519, - "coping": 27520, - "fission": 27521, - "hardin": 27522, - "inca": 27523, - "##cen": 27524, - "1717": 27525, - "mobilized": 27526, - "vhf": 27527, - "##raf": 27528, - "biscuits": 27529, - "curate": 27530, - "##85": 27531, - "##anial": 27532, - "331": 27533, - "gaunt": 27534, - "neighbourhoods": 27535, - "1540": 27536, - "##abas": 27537, - "blanca": 27538, - "bypassed": 27539, - "sockets": 27540, - "behold": 27541, - "coincidentally": 27542, - "##bane": 27543, - "nara": 27544, - "shave": 27545, - "splinter": 27546, - "terrific": 27547, - "##arion": 27548, - "##erian": 27549, - "commonplace": 27550, - "juris": 27551, - "redwood": 27552, - "waistband": 27553, - "boxed": 27554, - "caitlin": 27555, - "fingerprints": 27556, - "jennie": 27557, - "naturalized": 27558, - "##ired": 27559, - "balfour": 27560, - "craters": 27561, - "jody": 27562, - "bungalow": 27563, - "hugely": 27564, - "quilt": 27565, - "glitter": 27566, - "pigeons": 27567, - "undertaker": 27568, - "bulging": 27569, - "constrained": 27570, - "goo": 27571, - "##sil": 27572, - "##akh": 27573, - "assimilation": 27574, - "reworked": 27575, - "##person": 27576, - "persuasion": 27577, - "##pants": 27578, - "felicia": 27579, - "##cliff": 27580, - "##ulent": 27581, - "1732": 27582, - "explodes": 27583, - "##dun": 27584, - "##inium": 27585, - "##zic": 27586, - "lyman": 27587, - "vulture": 27588, - "hog": 27589, - "overlook": 27590, - "begs": 27591, - "northwards": 27592, - "ow": 27593, - "spoil": 27594, - "##urer": 27595, - "fatima": 27596, - "favorably": 27597, - "accumulate": 27598, - "sargent": 27599, - "sorority": 27600, - "corresponded": 27601, - "dispersal": 27602, - "kochi": 27603, - "toned": 27604, - "##imi": 27605, - "##lita": 27606, - "internacional": 27607, - "newfound": 27608, - "##agger": 27609, - "##lynn": 27610, - "##rigue": 27611, - "booths": 27612, - "peanuts": 27613, - "##eborg": 27614, - "medicare": 27615, - "muriel": 27616, - "nur": 27617, - "##uram": 27618, - "crates": 27619, - "millennia": 27620, - "pajamas": 27621, - "worsened": 27622, - "##breakers": 27623, - "jimi": 27624, - "vanuatu": 27625, - "yawned": 27626, - "##udeau": 27627, - "carousel": 27628, - "##hony": 27629, - "hurdle": 27630, - "##ccus": 27631, - "##mounted": 27632, - "##pod": 27633, - "rv": 27634, - "##eche": 27635, - "airship": 27636, - "ambiguity": 27637, - "compulsion": 27638, - "recapture": 27639, - "##claiming": 27640, - "arthritis": 27641, - "##osomal": 27642, - "1667": 27643, - "asserting": 27644, - "ngc": 27645, - "sniffing": 27646, - "dade": 27647, - "discontent": 27648, - "glendale": 27649, - "ported": 27650, - "##amina": 27651, - "defamation": 27652, - "rammed": 27653, - "##scent": 27654, - "fling": 27655, - "livingstone": 27656, - "##fleet": 27657, - "875": 27658, - "##ppy": 27659, - "apocalyptic": 27660, - "comrade": 27661, - "lcd": 27662, - "##lowe": 27663, - "cessna": 27664, - "eine": 27665, - "persecuted": 27666, - "subsistence": 27667, - "demi": 27668, - "hoop": 27669, - "reliefs": 27670, - "710": 27671, - "coptic": 27672, - "progressing": 27673, - "stemmed": 27674, - "perpetrators": 27675, - "1665": 27676, - "priestess": 27677, - "##nio": 27678, - "dobson": 27679, - "ebony": 27680, - "rooster": 27681, - "itf": 27682, - "tortricidae": 27683, - "##bbon": 27684, - "##jian": 27685, - "cleanup": 27686, - "##jean": 27687, - "##øy": 27688, - "1721": 27689, - "eighties": 27690, - "taxonomic": 27691, - "holiness": 27692, - "##hearted": 27693, - "##spar": 27694, - "antilles": 27695, - "showcasing": 27696, - "stabilized": 27697, - "##nb": 27698, - "gia": 27699, - "mascara": 27700, - "michelangelo": 27701, - "dawned": 27702, - "##uria": 27703, - "##vinsky": 27704, - "extinguished": 27705, - "fitz": 27706, - "grotesque": 27707, - "£100": 27708, - "##fera": 27709, - "##loid": 27710, - "##mous": 27711, - "barges": 27712, - "neue": 27713, - "throbbed": 27714, - "cipher": 27715, - "johnnie": 27716, - "##a1": 27717, - "##mpt": 27718, - "outburst": 27719, - "##swick": 27720, - "spearheaded": 27721, - "administrations": 27722, - "c1": 27723, - "heartbreak": 27724, - "pixels": 27725, - "pleasantly": 27726, - "##enay": 27727, - "lombardy": 27728, - "plush": 27729, - "##nsed": 27730, - "bobbie": 27731, - "##hly": 27732, - "reapers": 27733, - "tremor": 27734, - "xiang": 27735, - "minogue": 27736, - "substantive": 27737, - "hitch": 27738, - "barak": 27739, - "##wyl": 27740, - "kwan": 27741, - "##encia": 27742, - "910": 27743, - "obscene": 27744, - "elegance": 27745, - "indus": 27746, - "surfer": 27747, - "bribery": 27748, - "conserve": 27749, - "##hyllum": 27750, - "##masters": 27751, - "horatio": 27752, - "##fat": 27753, - "apes": 27754, - "rebound": 27755, - "psychotic": 27756, - "##pour": 27757, - "iteration": 27758, - "##mium": 27759, - "##vani": 27760, - "botanic": 27761, - "horribly": 27762, - "antiques": 27763, - "dispose": 27764, - "paxton": 27765, - "##hli": 27766, - "##wg": 27767, - "timeless": 27768, - "1704": 27769, - "disregard": 27770, - "engraver": 27771, - "hounds": 27772, - "##bau": 27773, - "##version": 27774, - "looted": 27775, - "uno": 27776, - "facilitates": 27777, - "groans": 27778, - "masjid": 27779, - "rutland": 27780, - "antibody": 27781, - "disqualification": 27782, - "decatur": 27783, - "footballers": 27784, - "quake": 27785, - "slacks": 27786, - "48th": 27787, - "rein": 27788, - "scribe": 27789, - "stabilize": 27790, - "commits": 27791, - "exemplary": 27792, - "tho": 27793, - "##hort": 27794, - "##chison": 27795, - "pantry": 27796, - "traversed": 27797, - "##hiti": 27798, - "disrepair": 27799, - "identifiable": 27800, - "vibrated": 27801, - "baccalaureate": 27802, - "##nnis": 27803, - "csa": 27804, - "interviewing": 27805, - "##iensis": 27806, - "##raße": 27807, - "greaves": 27808, - "wealthiest": 27809, - "343": 27810, - "classed": 27811, - "jogged": 27812, - "£5": 27813, - "##58": 27814, - "##atal": 27815, - "illuminating": 27816, - "knicks": 27817, - "respecting": 27818, - "##uno": 27819, - "scrubbed": 27820, - "##iji": 27821, - "##dles": 27822, - "kruger": 27823, - "moods": 27824, - "growls": 27825, - "raider": 27826, - "silvia": 27827, - "chefs": 27828, - "kam": 27829, - "vr": 27830, - "cree": 27831, - "percival": 27832, - "##terol": 27833, - "gunter": 27834, - "counterattack": 27835, - "defiant": 27836, - "henan": 27837, - "ze": 27838, - "##rasia": 27839, - "##riety": 27840, - "equivalence": 27841, - "submissions": 27842, - "##fra": 27843, - "##thor": 27844, - "bautista": 27845, - "mechanically": 27846, - "##heater": 27847, - "cornice": 27848, - "herbal": 27849, - "templar": 27850, - "##mering": 27851, - "outputs": 27852, - "ruining": 27853, - "ligand": 27854, - "renumbered": 27855, - "extravagant": 27856, - "mika": 27857, - "blockbuster": 27858, - "eta": 27859, - "insurrection": 27860, - "##ilia": 27861, - "darkening": 27862, - "ferocious": 27863, - "pianos": 27864, - "strife": 27865, - "kinship": 27866, - "##aer": 27867, - "melee": 27868, - "##anor": 27869, - "##iste": 27870, - "##may": 27871, - "##oue": 27872, - "decidedly": 27873, - "weep": 27874, - "##jad": 27875, - "##missive": 27876, - "##ppel": 27877, - "354": 27878, - "puget": 27879, - "unease": 27880, - "##gnant": 27881, - "1629": 27882, - "hammering": 27883, - "kassel": 27884, - "ob": 27885, - "wessex": 27886, - "##lga": 27887, - "bromwich": 27888, - "egan": 27889, - "paranoia": 27890, - "utilization": 27891, - "##atable": 27892, - "##idad": 27893, - "contradictory": 27894, - "provoke": 27895, - "##ols": 27896, - "##ouring": 27897, - "##tangled": 27898, - "knesset": 27899, - "##very": 27900, - "##lette": 27901, - "plumbing": 27902, - "##sden": 27903, - "##¹": 27904, - "greensboro": 27905, - "occult": 27906, - "sniff": 27907, - "338": 27908, - "zev": 27909, - "beaming": 27910, - "gamer": 27911, - "haggard": 27912, - "mahal": 27913, - "##olt": 27914, - "##pins": 27915, - "mendes": 27916, - "utmost": 27917, - "briefing": 27918, - "gunnery": 27919, - "##gut": 27920, - "##pher": 27921, - "##zh": 27922, - "##rok": 27923, - "1679": 27924, - "khalifa": 27925, - "sonya": 27926, - "##boot": 27927, - "principals": 27928, - "urbana": 27929, - "wiring": 27930, - "##liffe": 27931, - "##minating": 27932, - "##rrado": 27933, - "dahl": 27934, - "nyu": 27935, - "skepticism": 27936, - "np": 27937, - "townspeople": 27938, - "ithaca": 27939, - "lobster": 27940, - "somethin": 27941, - "##fur": 27942, - "##arina": 27943, - "##−1": 27944, - "freighter": 27945, - "zimmerman": 27946, - "biceps": 27947, - "contractual": 27948, - "##herton": 27949, - "amend": 27950, - "hurrying": 27951, - "subconscious": 27952, - "##anal": 27953, - "336": 27954, - "meng": 27955, - "clermont": 27956, - "spawning": 27957, - "##eia": 27958, - "##lub": 27959, - "dignitaries": 27960, - "impetus": 27961, - "snacks": 27962, - "spotting": 27963, - "twigs": 27964, - "##bilis": 27965, - "##cz": 27966, - "##ouk": 27967, - "libertadores": 27968, - "nic": 27969, - "skylar": 27970, - "##aina": 27971, - "##firm": 27972, - "gustave": 27973, - "asean": 27974, - "##anum": 27975, - "dieter": 27976, - "legislatures": 27977, - "flirt": 27978, - "bromley": 27979, - "trolls": 27980, - "umar": 27981, - "##bbies": 27982, - "##tyle": 27983, - "blah": 27984, - "parc": 27985, - "bridgeport": 27986, - "crank": 27987, - "negligence": 27988, - "##nction": 27989, - "46th": 27990, - "constantin": 27991, - "molded": 27992, - "bandages": 27993, - "seriousness": 27994, - "00pm": 27995, - "siegel": 27996, - "carpets": 27997, - "compartments": 27998, - "upbeat": 27999, - "statehood": 28000, - "##dner": 28001, - "##edging": 28002, - "marko": 28003, - "730": 28004, - "platt": 28005, - "##hane": 28006, - "paving": 28007, - "##iy": 28008, - "1738": 28009, - "abbess": 28010, - "impatience": 28011, - "limousine": 28012, - "nbl": 28013, - "##talk": 28014, - "441": 28015, - "lucille": 28016, - "mojo": 28017, - "nightfall": 28018, - "robbers": 28019, - "##nais": 28020, - "karel": 28021, - "brisk": 28022, - "calves": 28023, - "replicate": 28024, - "ascribed": 28025, - "telescopes": 28026, - "##olf": 28027, - "intimidated": 28028, - "##reen": 28029, - "ballast": 28030, - "specialization": 28031, - "##sit": 28032, - "aerodynamic": 28033, - "caliphate": 28034, - "rainer": 28035, - "visionary": 28036, - "##arded": 28037, - "epsilon": 28038, - "##aday": 28039, - "##onte": 28040, - "aggregation": 28041, - "auditory": 28042, - "boosted": 28043, - "reunification": 28044, - "kathmandu": 28045, - "loco": 28046, - "robyn": 28047, - "402": 28048, - "acknowledges": 28049, - "appointing": 28050, - "humanoid": 28051, - "newell": 28052, - "redeveloped": 28053, - "restraints": 28054, - "##tained": 28055, - "barbarians": 28056, - "chopper": 28057, - "1609": 28058, - "italiana": 28059, - "##lez": 28060, - "##lho": 28061, - "investigates": 28062, - "wrestlemania": 28063, - "##anies": 28064, - "##bib": 28065, - "690": 28066, - "##falls": 28067, - "creaked": 28068, - "dragoons": 28069, - "gravely": 28070, - "minions": 28071, - "stupidity": 28072, - "volley": 28073, - "##harat": 28074, - "##week": 28075, - "musik": 28076, - "##eries": 28077, - "##uously": 28078, - "fungal": 28079, - "massimo": 28080, - "semantics": 28081, - "malvern": 28082, - "##ahl": 28083, - "##pee": 28084, - "discourage": 28085, - "embryo": 28086, - "imperialism": 28087, - "1910s": 28088, - "profoundly": 28089, - "##ddled": 28090, - "jiangsu": 28091, - "sparkled": 28092, - "stat": 28093, - "##holz": 28094, - "sweatshirt": 28095, - "tobin": 28096, - "##iction": 28097, - "sneered": 28098, - "##cheon": 28099, - "##oit": 28100, - "brit": 28101, - "causal": 28102, - "smyth": 28103, - "##neuve": 28104, - "diffuse": 28105, - "perrin": 28106, - "silvio": 28107, - "##ipes": 28108, - "##recht": 28109, - "detonated": 28110, - "iqbal": 28111, - "selma": 28112, - "##nism": 28113, - "##zumi": 28114, - "roasted": 28115, - "##riders": 28116, - "tay": 28117, - "##ados": 28118, - "##mament": 28119, - "##mut": 28120, - "##rud": 28121, - "840": 28122, - "completes": 28123, - "nipples": 28124, - "cfa": 28125, - "flavour": 28126, - "hirsch": 28127, - "##laus": 28128, - "calderon": 28129, - "sneakers": 28130, - "moravian": 28131, - "##ksha": 28132, - "1622": 28133, - "rq": 28134, - "294": 28135, - "##imeters": 28136, - "bodo": 28137, - "##isance": 28138, - "##pre": 28139, - "##ronia": 28140, - "anatomical": 28141, - "excerpt": 28142, - "##lke": 28143, - "dh": 28144, - "kunst": 28145, - "##tablished": 28146, - "##scoe": 28147, - "biomass": 28148, - "panted": 28149, - "unharmed": 28150, - "gael": 28151, - "housemates": 28152, - "montpellier": 28153, - "##59": 28154, - "coa": 28155, - "rodents": 28156, - "tonic": 28157, - "hickory": 28158, - "singleton": 28159, - "##taro": 28160, - "451": 28161, - "1719": 28162, - "aldo": 28163, - "breaststroke": 28164, - "dempsey": 28165, - "och": 28166, - "rocco": 28167, - "##cuit": 28168, - "merton": 28169, - "dissemination": 28170, - "midsummer": 28171, - "serials": 28172, - "##idi": 28173, - "haji": 28174, - "polynomials": 28175, - "##rdon": 28176, - "gs": 28177, - "enoch": 28178, - "prematurely": 28179, - "shutter": 28180, - "taunton": 28181, - "£3": 28182, - "##grating": 28183, - "##inates": 28184, - "archangel": 28185, - "harassed": 28186, - "##asco": 28187, - "326": 28188, - "archway": 28189, - "dazzling": 28190, - "##ecin": 28191, - "1736": 28192, - "sumo": 28193, - "wat": 28194, - "##kovich": 28195, - "1086": 28196, - "honneur": 28197, - "##ently": 28198, - "##nostic": 28199, - "##ttal": 28200, - "##idon": 28201, - "1605": 28202, - "403": 28203, - "1716": 28204, - "blogger": 28205, - "rents": 28206, - "##gnan": 28207, - "hires": 28208, - "##ikh": 28209, - "##dant": 28210, - "howie": 28211, - "##rons": 28212, - "handler": 28213, - "retracted": 28214, - "shocks": 28215, - "1632": 28216, - "arun": 28217, - "duluth": 28218, - "kepler": 28219, - "trumpeter": 28220, - "##lary": 28221, - "peeking": 28222, - "seasoned": 28223, - "trooper": 28224, - "##mara": 28225, - "laszlo": 28226, - "##iciencies": 28227, - "##rti": 28228, - "heterosexual": 28229, - "##inatory": 28230, - "##ssion": 28231, - "indira": 28232, - "jogging": 28233, - "##inga": 28234, - "##lism": 28235, - "beit": 28236, - "dissatisfaction": 28237, - "malice": 28238, - "##ately": 28239, - "nedra": 28240, - "peeling": 28241, - "##rgeon": 28242, - "47th": 28243, - "stadiums": 28244, - "475": 28245, - "vertigo": 28246, - "##ains": 28247, - "iced": 28248, - "restroom": 28249, - "##plify": 28250, - "##tub": 28251, - "illustrating": 28252, - "pear": 28253, - "##chner": 28254, - "##sibility": 28255, - "inorganic": 28256, - "rappers": 28257, - "receipts": 28258, - "watery": 28259, - "##kura": 28260, - "lucinda": 28261, - "##oulos": 28262, - "reintroduced": 28263, - "##8th": 28264, - "##tched": 28265, - "gracefully": 28266, - "saxons": 28267, - "nutritional": 28268, - "wastewater": 28269, - "rained": 28270, - "favourites": 28271, - "bedrock": 28272, - "fisted": 28273, - "hallways": 28274, - "likeness": 28275, - "upscale": 28276, - "##lateral": 28277, - "1580": 28278, - "blinds": 28279, - "prequel": 28280, - "##pps": 28281, - "##tama": 28282, - "deter": 28283, - "humiliating": 28284, - "restraining": 28285, - "tn": 28286, - "vents": 28287, - "1659": 28288, - "laundering": 28289, - "recess": 28290, - "rosary": 28291, - "tractors": 28292, - "coulter": 28293, - "federer": 28294, - "##ifiers": 28295, - "##plin": 28296, - "persistence": 28297, - "##quitable": 28298, - "geschichte": 28299, - "pendulum": 28300, - "quakers": 28301, - "##beam": 28302, - "bassett": 28303, - "pictorial": 28304, - "buffet": 28305, - "koln": 28306, - "##sitor": 28307, - "drills": 28308, - "reciprocal": 28309, - "shooters": 28310, - "##57": 28311, - "##cton": 28312, - "##tees": 28313, - "converge": 28314, - "pip": 28315, - "dmitri": 28316, - "donnelly": 28317, - "yamamoto": 28318, - "aqua": 28319, - "azores": 28320, - "demographics": 28321, - "hypnotic": 28322, - "spitfire": 28323, - "suspend": 28324, - "wryly": 28325, - "roderick": 28326, - "##rran": 28327, - "sebastien": 28328, - "##asurable": 28329, - "mavericks": 28330, - "##fles": 28331, - "##200": 28332, - "himalayan": 28333, - "prodigy": 28334, - "##iance": 28335, - "transvaal": 28336, - "demonstrators": 28337, - "handcuffs": 28338, - "dodged": 28339, - "mcnamara": 28340, - "sublime": 28341, - "1726": 28342, - "crazed": 28343, - "##efined": 28344, - "##till": 28345, - "ivo": 28346, - "pondered": 28347, - "reconciled": 28348, - "shrill": 28349, - "sava": 28350, - "##duk": 28351, - "bal": 28352, - "cad": 28353, - "heresy": 28354, - "jaipur": 28355, - "goran": 28356, - "##nished": 28357, - "341": 28358, - "lux": 28359, - "shelly": 28360, - "whitehall": 28361, - "##hre": 28362, - "israelis": 28363, - "peacekeeping": 28364, - "##wled": 28365, - "1703": 28366, - "demetrius": 28367, - "ousted": 28368, - "##arians": 28369, - "##zos": 28370, - "beale": 28371, - "anwar": 28372, - "backstroke": 28373, - "raged": 28374, - "shrinking": 28375, - "cremated": 28376, - "##yck": 28377, - "benign": 28378, - "towing": 28379, - "wadi": 28380, - "darmstadt": 28381, - "landfill": 28382, - "parana": 28383, - "soothe": 28384, - "colleen": 28385, - "sidewalks": 28386, - "mayfair": 28387, - "tumble": 28388, - "hepatitis": 28389, - "ferrer": 28390, - "superstructure": 28391, - "##gingly": 28392, - "##urse": 28393, - "##wee": 28394, - "anthropological": 28395, - "translators": 28396, - "##mies": 28397, - "closeness": 28398, - "hooves": 28399, - "##pw": 28400, - "mondays": 28401, - "##roll": 28402, - "##vita": 28403, - "landscaping": 28404, - "##urized": 28405, - "purification": 28406, - "sock": 28407, - "thorns": 28408, - "thwarted": 28409, - "jalan": 28410, - "tiberius": 28411, - "##taka": 28412, - "saline": 28413, - "##rito": 28414, - "confidently": 28415, - "khyber": 28416, - "sculptors": 28417, - "##ij": 28418, - "brahms": 28419, - "hammersmith": 28420, - "inspectors": 28421, - "battista": 28422, - "fivb": 28423, - "fragmentation": 28424, - "hackney": 28425, - "##uls": 28426, - "arresting": 28427, - "exercising": 28428, - "antoinette": 28429, - "bedfordshire": 28430, - "##zily": 28431, - "dyed": 28432, - "##hema": 28433, - "1656": 28434, - "racetrack": 28435, - "variability": 28436, - "##tique": 28437, - "1655": 28438, - "austrians": 28439, - "deteriorating": 28440, - "madman": 28441, - "theorists": 28442, - "aix": 28443, - "lehman": 28444, - "weathered": 28445, - "1731": 28446, - "decreed": 28447, - "eruptions": 28448, - "1729": 28449, - "flaw": 28450, - "quinlan": 28451, - "sorbonne": 28452, - "flutes": 28453, - "nunez": 28454, - "1711": 28455, - "adored": 28456, - "downwards": 28457, - "fable": 28458, - "rasped": 28459, - "1712": 28460, - "moritz": 28461, - "mouthful": 28462, - "renegade": 28463, - "shivers": 28464, - "stunts": 28465, - "dysfunction": 28466, - "restrain": 28467, - "translit": 28468, - "327": 28469, - "pancakes": 28470, - "##avio": 28471, - "##cision": 28472, - "##tray": 28473, - "351": 28474, - "vial": 28475, - "##lden": 28476, - "bain": 28477, - "##maid": 28478, - "##oxide": 28479, - "chihuahua": 28480, - "malacca": 28481, - "vimes": 28482, - "##rba": 28483, - "##rnier": 28484, - "1664": 28485, - "donnie": 28486, - "plaques": 28487, - "##ually": 28488, - "337": 28489, - "bangs": 28490, - "floppy": 28491, - "huntsville": 28492, - "loretta": 28493, - "nikolay": 28494, - "##otte": 28495, - "eater": 28496, - "handgun": 28497, - "ubiquitous": 28498, - "##hett": 28499, - "eras": 28500, - "zodiac": 28501, - "1634": 28502, - "##omorphic": 28503, - "1820s": 28504, - "##zog": 28505, - "cochran": 28506, - "##bula": 28507, - "##lithic": 28508, - "warring": 28509, - "##rada": 28510, - "dalai": 28511, - "excused": 28512, - "blazers": 28513, - "mcconnell": 28514, - "reeling": 28515, - "bot": 28516, - "este": 28517, - "##abi": 28518, - "geese": 28519, - "hoax": 28520, - "taxon": 28521, - "##bla": 28522, - "guitarists": 28523, - "##icon": 28524, - "condemning": 28525, - "hunts": 28526, - "inversion": 28527, - "moffat": 28528, - "taekwondo": 28529, - "##lvis": 28530, - "1624": 28531, - "stammered": 28532, - "##rest": 28533, - "##rzy": 28534, - "sousa": 28535, - "fundraiser": 28536, - "marylebone": 28537, - "navigable": 28538, - "uptown": 28539, - "cabbage": 28540, - "daniela": 28541, - "salman": 28542, - "shitty": 28543, - "whimper": 28544, - "##kian": 28545, - "##utive": 28546, - "programmers": 28547, - "protections": 28548, - "rm": 28549, - "##rmi": 28550, - "##rued": 28551, - "forceful": 28552, - "##enes": 28553, - "fuss": 28554, - "##tao": 28555, - "##wash": 28556, - "brat": 28557, - "oppressive": 28558, - "reykjavik": 28559, - "spartak": 28560, - "ticking": 28561, - "##inkles": 28562, - "##kiewicz": 28563, - "adolph": 28564, - "horst": 28565, - "maui": 28566, - "protege": 28567, - "straighten": 28568, - "cpc": 28569, - "landau": 28570, - "concourse": 28571, - "clements": 28572, - "resultant": 28573, - "##ando": 28574, - "imaginative": 28575, - "joo": 28576, - "reactivated": 28577, - "##rem": 28578, - "##ffled": 28579, - "##uising": 28580, - "consultative": 28581, - "##guide": 28582, - "flop": 28583, - "kaitlyn": 28584, - "mergers": 28585, - "parenting": 28586, - "somber": 28587, - "##vron": 28588, - "supervise": 28589, - "vidhan": 28590, - "##imum": 28591, - "courtship": 28592, - "exemplified": 28593, - "harmonies": 28594, - "medallist": 28595, - "refining": 28596, - "##rrow": 28597, - "##ка": 28598, - "amara": 28599, - "##hum": 28600, - "780": 28601, - "goalscorer": 28602, - "sited": 28603, - "overshadowed": 28604, - "rohan": 28605, - "displeasure": 28606, - "secretive": 28607, - "multiplied": 28608, - "osman": 28609, - "##orth": 28610, - "engravings": 28611, - "padre": 28612, - "##kali": 28613, - "##veda": 28614, - "miniatures": 28615, - "mis": 28616, - "##yala": 28617, - "clap": 28618, - "pali": 28619, - "rook": 28620, - "##cana": 28621, - "1692": 28622, - "57th": 28623, - "antennae": 28624, - "astro": 28625, - "oskar": 28626, - "1628": 28627, - "bulldog": 28628, - "crotch": 28629, - "hackett": 28630, - "yucatan": 28631, - "##sure": 28632, - "amplifiers": 28633, - "brno": 28634, - "ferrara": 28635, - "migrating": 28636, - "##gree": 28637, - "thanking": 28638, - "turing": 28639, - "##eza": 28640, - "mccann": 28641, - "ting": 28642, - "andersson": 28643, - "onslaught": 28644, - "gaines": 28645, - "ganga": 28646, - "incense": 28647, - "standardization": 28648, - "##mation": 28649, - "sentai": 28650, - "scuba": 28651, - "stuffing": 28652, - "turquoise": 28653, - "waivers": 28654, - "alloys": 28655, - "##vitt": 28656, - "regaining": 28657, - "vaults": 28658, - "##clops": 28659, - "##gizing": 28660, - "digger": 28661, - "furry": 28662, - "memorabilia": 28663, - "probing": 28664, - "##iad": 28665, - "payton": 28666, - "rec": 28667, - "deutschland": 28668, - "filippo": 28669, - "opaque": 28670, - "seamen": 28671, - "zenith": 28672, - "afrikaans": 28673, - "##filtration": 28674, - "disciplined": 28675, - "inspirational": 28676, - "##merie": 28677, - "banco": 28678, - "confuse": 28679, - "grafton": 28680, - "tod": 28681, - "##dgets": 28682, - "championed": 28683, - "simi": 28684, - "anomaly": 28685, - "biplane": 28686, - "##ceptive": 28687, - "electrode": 28688, - "##para": 28689, - "1697": 28690, - "cleavage": 28691, - "crossbow": 28692, - "swirl": 28693, - "informant": 28694, - "##lars": 28695, - "##osta": 28696, - "afi": 28697, - "bonfire": 28698, - "spec": 28699, - "##oux": 28700, - "lakeside": 28701, - "slump": 28702, - "##culus": 28703, - "##lais": 28704, - "##qvist": 28705, - "##rrigan": 28706, - "1016": 28707, - "facades": 28708, - "borg": 28709, - "inwardly": 28710, - "cervical": 28711, - "xl": 28712, - "pointedly": 28713, - "050": 28714, - "stabilization": 28715, - "##odon": 28716, - "chests": 28717, - "1699": 28718, - "hacked": 28719, - "ctv": 28720, - "orthogonal": 28721, - "suzy": 28722, - "##lastic": 28723, - "gaulle": 28724, - "jacobite": 28725, - "rearview": 28726, - "##cam": 28727, - "##erted": 28728, - "ashby": 28729, - "##drik": 28730, - "##igate": 28731, - "##mise": 28732, - "##zbek": 28733, - "affectionately": 28734, - "canine": 28735, - "disperse": 28736, - "latham": 28737, - "##istles": 28738, - "##ivar": 28739, - "spielberg": 28740, - "##orin": 28741, - "##idium": 28742, - "ezekiel": 28743, - "cid": 28744, - "##sg": 28745, - "durga": 28746, - "middletown": 28747, - "##cina": 28748, - "customized": 28749, - "frontiers": 28750, - "harden": 28751, - "##etano": 28752, - "##zzy": 28753, - "1604": 28754, - "bolsheviks": 28755, - "##66": 28756, - "coloration": 28757, - "yoko": 28758, - "##bedo": 28759, - "briefs": 28760, - "slabs": 28761, - "debra": 28762, - "liquidation": 28763, - "plumage": 28764, - "##oin": 28765, - "blossoms": 28766, - "dementia": 28767, - "subsidy": 28768, - "1611": 28769, - "proctor": 28770, - "relational": 28771, - "jerseys": 28772, - "parochial": 28773, - "ter": 28774, - "##ici": 28775, - "esa": 28776, - "peshawar": 28777, - "cavalier": 28778, - "loren": 28779, - "cpi": 28780, - "idiots": 28781, - "shamrock": 28782, - "1646": 28783, - "dutton": 28784, - "malabar": 28785, - "mustache": 28786, - "##endez": 28787, - "##ocytes": 28788, - "referencing": 28789, - "terminates": 28790, - "marche": 28791, - "yarmouth": 28792, - "##sop": 28793, - "acton": 28794, - "mated": 28795, - "seton": 28796, - "subtly": 28797, - "baptised": 28798, - "beige": 28799, - "extremes": 28800, - "jolted": 28801, - "kristina": 28802, - "telecast": 28803, - "##actic": 28804, - "safeguard": 28805, - "waldo": 28806, - "##baldi": 28807, - "##bular": 28808, - "endeavors": 28809, - "sloppy": 28810, - "subterranean": 28811, - "##ensburg": 28812, - "##itung": 28813, - "delicately": 28814, - "pigment": 28815, - "tq": 28816, - "##scu": 28817, - "1626": 28818, - "##ound": 28819, - "collisions": 28820, - "coveted": 28821, - "herds": 28822, - "##personal": 28823, - "##meister": 28824, - "##nberger": 28825, - "chopra": 28826, - "##ricting": 28827, - "abnormalities": 28828, - "defective": 28829, - "galician": 28830, - "lucie": 28831, - "##dilly": 28832, - "alligator": 28833, - "likened": 28834, - "##genase": 28835, - "burundi": 28836, - "clears": 28837, - "complexion": 28838, - "derelict": 28839, - "deafening": 28840, - "diablo": 28841, - "fingered": 28842, - "champaign": 28843, - "dogg": 28844, - "enlist": 28845, - "isotope": 28846, - "labeling": 28847, - "mrna": 28848, - "##erre": 28849, - "brilliance": 28850, - "marvelous": 28851, - "##ayo": 28852, - "1652": 28853, - "crawley": 28854, - "ether": 28855, - "footed": 28856, - "dwellers": 28857, - "deserts": 28858, - "hamish": 28859, - "rubs": 28860, - "warlock": 28861, - "skimmed": 28862, - "##lizer": 28863, - "870": 28864, - "buick": 28865, - "embark": 28866, - "heraldic": 28867, - "irregularities": 28868, - "##ajan": 28869, - "kiara": 28870, - "##kulam": 28871, - "##ieg": 28872, - "antigen": 28873, - "kowalski": 28874, - "##lge": 28875, - "oakley": 28876, - "visitation": 28877, - "##mbit": 28878, - "vt": 28879, - "##suit": 28880, - "1570": 28881, - "murderers": 28882, - "##miento": 28883, - "##rites": 28884, - "chimneys": 28885, - "##sling": 28886, - "condemn": 28887, - "custer": 28888, - "exchequer": 28889, - "havre": 28890, - "##ghi": 28891, - "fluctuations": 28892, - "##rations": 28893, - "dfb": 28894, - "hendricks": 28895, - "vaccines": 28896, - "##tarian": 28897, - "nietzsche": 28898, - "biking": 28899, - "juicy": 28900, - "##duced": 28901, - "brooding": 28902, - "scrolling": 28903, - "selangor": 28904, - "##ragan": 28905, - "352": 28906, - "annum": 28907, - "boomed": 28908, - "seminole": 28909, - "sugarcane": 28910, - "##dna": 28911, - "departmental": 28912, - "dismissing": 28913, - "innsbruck": 28914, - "arteries": 28915, - "ashok": 28916, - "batavia": 28917, - "daze": 28918, - "kun": 28919, - "overtook": 28920, - "##rga": 28921, - "##tlan": 28922, - "beheaded": 28923, - "gaddafi": 28924, - "holm": 28925, - "electronically": 28926, - "faulty": 28927, - "galilee": 28928, - "fractures": 28929, - "kobayashi": 28930, - "##lized": 28931, - "gunmen": 28932, - "magma": 28933, - "aramaic": 28934, - "mala": 28935, - "eastenders": 28936, - "inference": 28937, - "messengers": 28938, - "bf": 28939, - "##qu": 28940, - "407": 28941, - "bathrooms": 28942, - "##vere": 28943, - "1658": 28944, - "flashbacks": 28945, - "ideally": 28946, - "misunderstood": 28947, - "##jali": 28948, - "##weather": 28949, - "mendez": 28950, - "##grounds": 28951, - "505": 28952, - "uncanny": 28953, - "##iii": 28954, - "1709": 28955, - "friendships": 28956, - "##nbc": 28957, - "sacrament": 28958, - "accommodated": 28959, - "reiterated": 28960, - "logistical": 28961, - "pebbles": 28962, - "thumped": 28963, - "##escence": 28964, - "administering": 28965, - "decrees": 28966, - "drafts": 28967, - "##flight": 28968, - "##cased": 28969, - "##tula": 28970, - "futuristic": 28971, - "picket": 28972, - "intimidation": 28973, - "winthrop": 28974, - "##fahan": 28975, - "interfered": 28976, - "339": 28977, - "afar": 28978, - "francoise": 28979, - "morally": 28980, - "uta": 28981, - "cochin": 28982, - "croft": 28983, - "dwarfs": 28984, - "##bruck": 28985, - "##dents": 28986, - "##nami": 28987, - "biker": 28988, - "##hner": 28989, - "##meral": 28990, - "nano": 28991, - "##isen": 28992, - "##ometric": 28993, - "##pres": 28994, - "##ан": 28995, - "brightened": 28996, - "meek": 28997, - "parcels": 28998, - "securely": 28999, - "gunners": 29000, - "##jhl": 29001, - "##zko": 29002, - "agile": 29003, - "hysteria": 29004, - "##lten": 29005, - "##rcus": 29006, - "bukit": 29007, - "champs": 29008, - "chevy": 29009, - "cuckoo": 29010, - "leith": 29011, - "sadler": 29012, - "theologians": 29013, - "welded": 29014, - "##section": 29015, - "1663": 29016, - "jj": 29017, - "plurality": 29018, - "xander": 29019, - "##rooms": 29020, - "##formed": 29021, - "shredded": 29022, - "temps": 29023, - "intimately": 29024, - "pau": 29025, - "tormented": 29026, - "##lok": 29027, - "##stellar": 29028, - "1618": 29029, - "charred": 29030, - "ems": 29031, - "essen": 29032, - "##mmel": 29033, - "alarms": 29034, - "spraying": 29035, - "ascot": 29036, - "blooms": 29037, - "twinkle": 29038, - "##abia": 29039, - "##apes": 29040, - "internment": 29041, - "obsidian": 29042, - "##chaft": 29043, - "snoop": 29044, - "##dav": 29045, - "##ooping": 29046, - "malibu": 29047, - "##tension": 29048, - "quiver": 29049, - "##itia": 29050, - "hays": 29051, - "mcintosh": 29052, - "travers": 29053, - "walsall": 29054, - "##ffie": 29055, - "1623": 29056, - "beverley": 29057, - "schwarz": 29058, - "plunging": 29059, - "structurally": 29060, - "m3": 29061, - "rosenthal": 29062, - "vikram": 29063, - "##tsk": 29064, - "770": 29065, - "ghz": 29066, - "##onda": 29067, - "##tiv": 29068, - "chalmers": 29069, - "groningen": 29070, - "pew": 29071, - "reckon": 29072, - "unicef": 29073, - "##rvis": 29074, - "55th": 29075, - "##gni": 29076, - "1651": 29077, - "sulawesi": 29078, - "avila": 29079, - "cai": 29080, - "metaphysical": 29081, - "screwing": 29082, - "turbulence": 29083, - "##mberg": 29084, - "augusto": 29085, - "samba": 29086, - "56th": 29087, - "baffled": 29088, - "momentary": 29089, - "toxin": 29090, - "##urian": 29091, - "##wani": 29092, - "aachen": 29093, - "condoms": 29094, - "dali": 29095, - "steppe": 29096, - "##3d": 29097, - "##app": 29098, - "##oed": 29099, - "##year": 29100, - "adolescence": 29101, - "dauphin": 29102, - "electrically": 29103, - "inaccessible": 29104, - "microscopy": 29105, - "nikita": 29106, - "##ega": 29107, - "atv": 29108, - "##cel": 29109, - "##enter": 29110, - "##oles": 29111, - "##oteric": 29112, - "##ы": 29113, - "accountants": 29114, - "punishments": 29115, - "wrongly": 29116, - "bribes": 29117, - "adventurous": 29118, - "clinch": 29119, - "flinders": 29120, - "southland": 29121, - "##hem": 29122, - "##kata": 29123, - "gough": 29124, - "##ciency": 29125, - "lads": 29126, - "soared": 29127, - "##ה": 29128, - "undergoes": 29129, - "deformation": 29130, - "outlawed": 29131, - "rubbish": 29132, - "##arus": 29133, - "##mussen": 29134, - "##nidae": 29135, - "##rzburg": 29136, - "arcs": 29137, - "##ingdon": 29138, - "##tituted": 29139, - "1695": 29140, - "wheelbase": 29141, - "wheeling": 29142, - "bombardier": 29143, - "campground": 29144, - "zebra": 29145, - "##lices": 29146, - "##oj": 29147, - "##bain": 29148, - "lullaby": 29149, - "##ecure": 29150, - "donetsk": 29151, - "wylie": 29152, - "grenada": 29153, - "##arding": 29154, - "##ης": 29155, - "squinting": 29156, - "eireann": 29157, - "opposes": 29158, - "##andra": 29159, - "maximal": 29160, - "runes": 29161, - "##broken": 29162, - "##cuting": 29163, - "##iface": 29164, - "##ror": 29165, - "##rosis": 29166, - "additive": 29167, - "britney": 29168, - "adultery": 29169, - "triggering": 29170, - "##drome": 29171, - "detrimental": 29172, - "aarhus": 29173, - "containment": 29174, - "jc": 29175, - "swapped": 29176, - "vichy": 29177, - "##ioms": 29178, - "madly": 29179, - "##oric": 29180, - "##rag": 29181, - "brant": 29182, - "##ckey": 29183, - "##trix": 29184, - "1560": 29185, - "1612": 29186, - "broughton": 29187, - "rustling": 29188, - "##stems": 29189, - "##uder": 29190, - "asbestos": 29191, - "mentoring": 29192, - "##nivorous": 29193, - "finley": 29194, - "leaps": 29195, - "##isan": 29196, - "apical": 29197, - "pry": 29198, - "slits": 29199, - "substitutes": 29200, - "##dict": 29201, - "intuitive": 29202, - "fantasia": 29203, - "insistent": 29204, - "unreasonable": 29205, - "##igen": 29206, - "##vna": 29207, - "domed": 29208, - "hannover": 29209, - "margot": 29210, - "ponder": 29211, - "##zziness": 29212, - "impromptu": 29213, - "jian": 29214, - "lc": 29215, - "rampage": 29216, - "stemming": 29217, - "##eft": 29218, - "andrey": 29219, - "gerais": 29220, - "whichever": 29221, - "amnesia": 29222, - "appropriated": 29223, - "anzac": 29224, - "clicks": 29225, - "modifying": 29226, - "ultimatum": 29227, - "cambrian": 29228, - "maids": 29229, - "verve": 29230, - "yellowstone": 29231, - "##mbs": 29232, - "conservatoire": 29233, - "##scribe": 29234, - "adherence": 29235, - "dinners": 29236, - "spectra": 29237, - "imperfect": 29238, - "mysteriously": 29239, - "sidekick": 29240, - "tatar": 29241, - "tuba": 29242, - "##aks": 29243, - "##ifolia": 29244, - "distrust": 29245, - "##athan": 29246, - "##zle": 29247, - "c2": 29248, - "ronin": 29249, - "zac": 29250, - "##pse": 29251, - "celaena": 29252, - "instrumentalist": 29253, - "scents": 29254, - "skopje": 29255, - "##mbling": 29256, - "comical": 29257, - "compensated": 29258, - "vidal": 29259, - "condor": 29260, - "intersect": 29261, - "jingle": 29262, - "wavelengths": 29263, - "##urrent": 29264, - "mcqueen": 29265, - "##izzly": 29266, - "carp": 29267, - "weasel": 29268, - "422": 29269, - "kanye": 29270, - "militias": 29271, - "postdoctoral": 29272, - "eugen": 29273, - "gunslinger": 29274, - "##ɛ": 29275, - "faux": 29276, - "hospice": 29277, - "##for": 29278, - "appalled": 29279, - "derivation": 29280, - "dwarves": 29281, - "##elis": 29282, - "dilapidated": 29283, - "##folk": 29284, - "astoria": 29285, - "philology": 29286, - "##lwyn": 29287, - "##otho": 29288, - "##saka": 29289, - "inducing": 29290, - "philanthropy": 29291, - "##bf": 29292, - "##itative": 29293, - "geek": 29294, - "markedly": 29295, - "sql": 29296, - "##yce": 29297, - "bessie": 29298, - "indices": 29299, - "rn": 29300, - "##flict": 29301, - "495": 29302, - "frowns": 29303, - "resolving": 29304, - "weightlifting": 29305, - "tugs": 29306, - "cleric": 29307, - "contentious": 29308, - "1653": 29309, - "mania": 29310, - "rms": 29311, - "##miya": 29312, - "##reate": 29313, - "##ruck": 29314, - "##tucket": 29315, - "bien": 29316, - "eels": 29317, - "marek": 29318, - "##ayton": 29319, - "##cence": 29320, - "discreet": 29321, - "unofficially": 29322, - "##ife": 29323, - "leaks": 29324, - "##bber": 29325, - "1705": 29326, - "332": 29327, - "dung": 29328, - "compressor": 29329, - "hillsborough": 29330, - "pandit": 29331, - "shillings": 29332, - "distal": 29333, - "##skin": 29334, - "381": 29335, - "##tat": 29336, - "##you": 29337, - "nosed": 29338, - "##nir": 29339, - "mangrove": 29340, - "undeveloped": 29341, - "##idia": 29342, - "textures": 29343, - "##inho": 29344, - "##500": 29345, - "##rise": 29346, - "ae": 29347, - "irritating": 29348, - "nay": 29349, - "amazingly": 29350, - "bancroft": 29351, - "apologetic": 29352, - "compassionate": 29353, - "kata": 29354, - "symphonies": 29355, - "##lovic": 29356, - "airspace": 29357, - "##lch": 29358, - "930": 29359, - "gifford": 29360, - "precautions": 29361, - "fulfillment": 29362, - "sevilla": 29363, - "vulgar": 29364, - "martinique": 29365, - "##urities": 29366, - "looting": 29367, - "piccolo": 29368, - "tidy": 29369, - "##dermott": 29370, - "quadrant": 29371, - "armchair": 29372, - "incomes": 29373, - "mathematicians": 29374, - "stampede": 29375, - "nilsson": 29376, - "##inking": 29377, - "##scan": 29378, - "foo": 29379, - "quarterfinal": 29380, - "##ostal": 29381, - "shang": 29382, - "shouldered": 29383, - "squirrels": 29384, - "##owe": 29385, - "344": 29386, - "vinegar": 29387, - "##bner": 29388, - "##rchy": 29389, - "##systems": 29390, - "delaying": 29391, - "##trics": 29392, - "ars": 29393, - "dwyer": 29394, - "rhapsody": 29395, - "sponsoring": 29396, - "##gration": 29397, - "bipolar": 29398, - "cinder": 29399, - "starters": 29400, - "##olio": 29401, - "##urst": 29402, - "421": 29403, - "signage": 29404, - "##nty": 29405, - "aground": 29406, - "figurative": 29407, - "mons": 29408, - "acquaintances": 29409, - "duets": 29410, - "erroneously": 29411, - "soyuz": 29412, - "elliptic": 29413, - "recreated": 29414, - "##cultural": 29415, - "##quette": 29416, - "##ssed": 29417, - "##tma": 29418, - "##zcz": 29419, - "moderator": 29420, - "scares": 29421, - "##itaire": 29422, - "##stones": 29423, - "##udence": 29424, - "juniper": 29425, - "sighting": 29426, - "##just": 29427, - "##nsen": 29428, - "britten": 29429, - "calabria": 29430, - "ry": 29431, - "bop": 29432, - "cramer": 29433, - "forsyth": 29434, - "stillness": 29435, - "##л": 29436, - "airmen": 29437, - "gathers": 29438, - "unfit": 29439, - "##umber": 29440, - "##upt": 29441, - "taunting": 29442, - "##rip": 29443, - "seeker": 29444, - "streamlined": 29445, - "##bution": 29446, - "holster": 29447, - "schumann": 29448, - "tread": 29449, - "vox": 29450, - "##gano": 29451, - "##onzo": 29452, - "strive": 29453, - "dil": 29454, - "reforming": 29455, - "covent": 29456, - "newbury": 29457, - "predicting": 29458, - "##orro": 29459, - "decorate": 29460, - "tre": 29461, - "##puted": 29462, - "andover": 29463, - "ie": 29464, - "asahi": 29465, - "dept": 29466, - "dunkirk": 29467, - "gills": 29468, - "##tori": 29469, - "buren": 29470, - "huskies": 29471, - "##stis": 29472, - "##stov": 29473, - "abstracts": 29474, - "bets": 29475, - "loosen": 29476, - "##opa": 29477, - "1682": 29478, - "yearning": 29479, - "##glio": 29480, - "##sir": 29481, - "berman": 29482, - "effortlessly": 29483, - "enamel": 29484, - "napoli": 29485, - "persist": 29486, - "##peration": 29487, - "##uez": 29488, - "attache": 29489, - "elisa": 29490, - "b1": 29491, - "invitations": 29492, - "##kic": 29493, - "accelerating": 29494, - "reindeer": 29495, - "boardwalk": 29496, - "clutches": 29497, - "nelly": 29498, - "polka": 29499, - "starbucks": 29500, - "##kei": 29501, - "adamant": 29502, - "huey": 29503, - "lough": 29504, - "unbroken": 29505, - "adventurer": 29506, - "embroidery": 29507, - "inspecting": 29508, - "stanza": 29509, - "##ducted": 29510, - "naia": 29511, - "taluka": 29512, - "##pone": 29513, - "##roids": 29514, - "chases": 29515, - "deprivation": 29516, - "florian": 29517, - "##jing": 29518, - "##ppet": 29519, - "earthly": 29520, - "##lib": 29521, - "##ssee": 29522, - "colossal": 29523, - "foreigner": 29524, - "vet": 29525, - "freaks": 29526, - "patrice": 29527, - "rosewood": 29528, - "triassic": 29529, - "upstate": 29530, - "##pkins": 29531, - "dominates": 29532, - "ata": 29533, - "chants": 29534, - "ks": 29535, - "vo": 29536, - "##400": 29537, - "##bley": 29538, - "##raya": 29539, - "##rmed": 29540, - "555": 29541, - "agra": 29542, - "infiltrate": 29543, - "##ailing": 29544, - "##ilation": 29545, - "##tzer": 29546, - "##uppe": 29547, - "##werk": 29548, - "binoculars": 29549, - "enthusiast": 29550, - "fujian": 29551, - "squeak": 29552, - "##avs": 29553, - "abolitionist": 29554, - "almeida": 29555, - "boredom": 29556, - "hampstead": 29557, - "marsden": 29558, - "rations": 29559, - "##ands": 29560, - "inflated": 29561, - "334": 29562, - "bonuses": 29563, - "rosalie": 29564, - "patna": 29565, - "##rco": 29566, - "329": 29567, - "detachments": 29568, - "penitentiary": 29569, - "54th": 29570, - "flourishing": 29571, - "woolf": 29572, - "##dion": 29573, - "##etched": 29574, - "papyrus": 29575, - "##lster": 29576, - "##nsor": 29577, - "##toy": 29578, - "bobbed": 29579, - "dismounted": 29580, - "endelle": 29581, - "inhuman": 29582, - "motorola": 29583, - "tbs": 29584, - "wince": 29585, - "wreath": 29586, - "##ticus": 29587, - "hideout": 29588, - "inspections": 29589, - "sanjay": 29590, - "disgrace": 29591, - "infused": 29592, - "pudding": 29593, - "stalks": 29594, - "##urbed": 29595, - "arsenic": 29596, - "leases": 29597, - "##hyl": 29598, - "##rrard": 29599, - "collarbone": 29600, - "##waite": 29601, - "##wil": 29602, - "dowry": 29603, - "##bant": 29604, - "##edance": 29605, - "genealogical": 29606, - "nitrate": 29607, - "salamanca": 29608, - "scandals": 29609, - "thyroid": 29610, - "necessitated": 29611, - "##!": 29612, - "##\"": 29613, - "###": 29614, - "##$": 29615, - "##%": 29616, - "##&": 29617, - "##'": 29618, - "##(": 29619, - "##)": 29620, - "##*": 29621, - "##+": 29622, - "##,": 29623, - "##-": 29624, - "##.": 29625, - "##/": 29626, - "##:": 29627, - "##;": 29628, - "##<": 29629, - "##=": 29630, - "##>": 29631, - "##?": 29632, - "##@": 29633, - "##[": 29634, - "##\\": 29635, - "##]": 29636, - "##^": 29637, - "##_": 29638, - "##`": 29639, - "##{": 29640, - "##|": 29641, - "##}": 29642, - "##~": 29643, - "##¡": 29644, - "##¢": 29645, - "##£": 29646, - "##¤": 29647, - "##¥": 29648, - "##¦": 29649, - "##§": 29650, - "##¨": 29651, - "##©": 29652, - "##ª": 29653, - "##«": 29654, - "##¬": 29655, - "##®": 29656, - "##±": 29657, - "##´": 29658, - "##µ": 29659, - "##¶": 29660, - "##·": 29661, - "##º": 29662, - "##»": 29663, - "##¼": 29664, - "##¾": 29665, - "##¿": 29666, - "##æ": 29667, - "##ð": 29668, - "##÷": 29669, - "##þ": 29670, - "##đ": 29671, - "##ħ": 29672, - "##ŋ": 29673, - "##œ": 29674, - "##ƒ": 29675, - "##ɐ": 29676, - "##ɑ": 29677, - "##ɒ": 29678, - "##ɔ": 29679, - "##ɕ": 29680, - "##ə": 29681, - "##ɡ": 29682, - "##ɣ": 29683, - "##ɨ": 29684, - "##ɪ": 29685, - "##ɫ": 29686, - "##ɬ": 29687, - "##ɯ": 29688, - "##ɲ": 29689, - "##ɴ": 29690, - "##ɹ": 29691, - "##ɾ": 29692, - "##ʀ": 29693, - "##ʁ": 29694, - "##ʂ": 29695, - "##ʃ": 29696, - "##ʉ": 29697, - "##ʊ": 29698, - "##ʋ": 29699, - "##ʌ": 29700, - "##ʎ": 29701, - "##ʐ": 29702, - "##ʑ": 29703, - "##ʒ": 29704, - "##ʔ": 29705, - "##ʰ": 29706, - "##ʲ": 29707, - "##ʳ": 29708, - "##ʷ": 29709, - "##ʸ": 29710, - "##ʻ": 29711, - "##ʼ": 29712, - "##ʾ": 29713, - "##ʿ": 29714, - "##ˈ": 29715, - "##ˡ": 29716, - "##ˢ": 29717, - "##ˣ": 29718, - "##ˤ": 29719, - "##β": 29720, - "##γ": 29721, - "##δ": 29722, - "##ε": 29723, - "##ζ": 29724, - "##θ": 29725, - "##κ": 29726, - "##λ": 29727, - "##μ": 29728, - "##ξ": 29729, - "##ο": 29730, - "##π": 29731, - "##ρ": 29732, - "##σ": 29733, - "##τ": 29734, - "##υ": 29735, - "##φ": 29736, - "##χ": 29737, - "##ψ": 29738, - "##ω": 29739, - "##б": 29740, - "##г": 29741, - "##д": 29742, - "##ж": 29743, - "##з": 29744, - "##м": 29745, - "##п": 29746, - "##с": 29747, - "##у": 29748, - "##ф": 29749, - "##х": 29750, - "##ц": 29751, - "##ч": 29752, - "##ш": 29753, - "##щ": 29754, - "##ъ": 29755, - "##э": 29756, - "##ю": 29757, - "##ђ": 29758, - "##є": 29759, - "##і": 29760, - "##ј": 29761, - "##љ": 29762, - "##њ": 29763, - "##ћ": 29764, - "##ӏ": 29765, - "##ա": 29766, - "##բ": 29767, - "##գ": 29768, - "##դ": 29769, - "##ե": 29770, - "##թ": 29771, - "##ի": 29772, - "##լ": 29773, - "##կ": 29774, - "##հ": 29775, - "##մ": 29776, - "##յ": 29777, - "##ն": 29778, - "##ո": 29779, - "##պ": 29780, - "##ս": 29781, - "##վ": 29782, - "##տ": 29783, - "##ր": 29784, - "##ւ": 29785, - "##ք": 29786, - "##־": 29787, - "##א": 29788, - "##ב": 29789, - "##ג": 29790, - "##ד": 29791, - "##ו": 29792, - "##ז": 29793, - "##ח": 29794, - "##ט": 29795, - "##י": 29796, - "##ך": 29797, - "##כ": 29798, - "##ל": 29799, - "##ם": 29800, - "##מ": 29801, - "##ן": 29802, - "##נ": 29803, - "##ס": 29804, - "##ע": 29805, - "##ף": 29806, - "##פ": 29807, - "##ץ": 29808, - "##צ": 29809, - "##ק": 29810, - "##ר": 29811, - "##ש": 29812, - "##ת": 29813, - "##،": 29814, - "##ء": 29815, - "##ب": 29816, - "##ت": 29817, - "##ث": 29818, - "##ج": 29819, - "##ح": 29820, - "##خ": 29821, - "##ذ": 29822, - "##ز": 29823, - "##س": 29824, - "##ش": 29825, - "##ص": 29826, - "##ض": 29827, - "##ط": 29828, - "##ظ": 29829, - "##ع": 29830, - "##غ": 29831, - "##ـ": 29832, - "##ف": 29833, - "##ق": 29834, - "##ك": 29835, - "##و": 29836, - "##ى": 29837, - "##ٹ": 29838, - "##پ": 29839, - "##چ": 29840, - "##ک": 29841, - "##گ": 29842, - "##ں": 29843, - "##ھ": 29844, - "##ہ": 29845, - "##ے": 29846, - "##अ": 29847, - "##आ": 29848, - "##उ": 29849, - "##ए": 29850, - "##क": 29851, - "##ख": 29852, - "##ग": 29853, - "##च": 29854, - "##ज": 29855, - "##ट": 29856, - "##ड": 29857, - "##ण": 29858, - "##त": 29859, - "##थ": 29860, - "##द": 29861, - "##ध": 29862, - "##न": 29863, - "##प": 29864, - "##ब": 29865, - "##भ": 29866, - "##म": 29867, - "##य": 29868, - "##र": 29869, - "##ल": 29870, - "##व": 29871, - "##श": 29872, - "##ष": 29873, - "##स": 29874, - "##ह": 29875, - "##ा": 29876, - "##ि": 29877, - "##ी": 29878, - "##ो": 29879, - "##।": 29880, - "##॥": 29881, - "##ং": 29882, - "##অ": 29883, - "##আ": 29884, - "##ই": 29885, - "##উ": 29886, - "##এ": 29887, - "##ও": 29888, - "##ক": 29889, - "##খ": 29890, - "##গ": 29891, - "##চ": 29892, - "##ছ": 29893, - "##জ": 29894, - "##ট": 29895, - "##ড": 29896, - "##ণ": 29897, - "##ত": 29898, - "##থ": 29899, - "##দ": 29900, - "##ধ": 29901, - "##ন": 29902, - "##প": 29903, - "##ব": 29904, - "##ভ": 29905, - "##ম": 29906, - "##য": 29907, - "##র": 29908, - "##ল": 29909, - "##শ": 29910, - "##ষ": 29911, - "##স": 29912, - "##হ": 29913, - "##া": 29914, - "##ি": 29915, - "##ী": 29916, - "##ে": 29917, - "##க": 29918, - "##ச": 29919, - "##ட": 29920, - "##த": 29921, - "##ந": 29922, - "##ன": 29923, - "##ப": 29924, - "##ம": 29925, - "##ய": 29926, - "##ர": 29927, - "##ல": 29928, - "##ள": 29929, - "##வ": 29930, - "##ா": 29931, - "##ி": 29932, - "##ு": 29933, - "##ே": 29934, - "##ை": 29935, - "##ನ": 29936, - "##ರ": 29937, - "##ಾ": 29938, - "##ක": 29939, - "##ය": 29940, - "##ර": 29941, - "##ල": 29942, - "##ව": 29943, - "##ා": 29944, - "##ก": 29945, - "##ง": 29946, - "##ต": 29947, - "##ท": 29948, - "##น": 29949, - "##พ": 29950, - "##ม": 29951, - "##ย": 29952, - "##ร": 29953, - "##ล": 29954, - "##ว": 29955, - "##ส": 29956, - "##อ": 29957, - "##า": 29958, - "##เ": 29959, - "##་": 29960, - "##།": 29961, - "##ག": 29962, - "##ང": 29963, - "##ད": 29964, - "##ན": 29965, - "##པ": 29966, - "##བ": 29967, - "##མ": 29968, - "##འ": 29969, - "##ར": 29970, - "##ལ": 29971, - "##ས": 29972, - "##မ": 29973, - "##ა": 29974, - "##ბ": 29975, - "##გ": 29976, - "##დ": 29977, - "##ე": 29978, - "##ვ": 29979, - "##თ": 29980, - "##ი": 29981, - "##კ": 29982, - "##ლ": 29983, - "##მ": 29984, - "##ნ": 29985, - "##ო": 29986, - "##რ": 29987, - "##ს": 29988, - "##ტ": 29989, - "##უ": 29990, - "##ᄀ": 29991, - "##ᄂ": 29992, - "##ᄃ": 29993, - "##ᄅ": 29994, - "##ᄆ": 29995, - "##ᄇ": 29996, - "##ᄉ": 29997, - "##ᄊ": 29998, - "##ᄋ": 29999, - "##ᄌ": 30000, - "##ᄎ": 30001, - "##ᄏ": 30002, - "##ᄐ": 30003, - "##ᄑ": 30004, - "##ᄒ": 30005, - "##ᅡ": 30006, - "##ᅢ": 30007, - "##ᅥ": 30008, - "##ᅦ": 30009, - "##ᅧ": 30010, - "##ᅩ": 30011, - "##ᅪ": 30012, - "##ᅭ": 30013, - "##ᅮ": 30014, - "##ᅯ": 30015, - "##ᅲ": 30016, - "##ᅳ": 30017, - "##ᅴ": 30018, - "##ᅵ": 30019, - "##ᆨ": 30020, - "##ᆫ": 30021, - "##ᆯ": 30022, - "##ᆷ": 30023, - "##ᆸ": 30024, - "##ᆼ": 30025, - "##ᴬ": 30026, - "##ᴮ": 30027, - "##ᴰ": 30028, - "##ᴵ": 30029, - "##ᴺ": 30030, - "##ᵀ": 30031, - "##ᵃ": 30032, - "##ᵇ": 30033, - "##ᵈ": 30034, - "##ᵉ": 30035, - "##ᵍ": 30036, - "##ᵏ": 30037, - "##ᵐ": 30038, - "##ᵒ": 30039, - "##ᵖ": 30040, - "##ᵗ": 30041, - "##ᵘ": 30042, - "##ᵣ": 30043, - "##ᵤ": 30044, - "##ᵥ": 30045, - "##ᶜ": 30046, - "##ᶠ": 30047, - "##‐": 30048, - "##‑": 30049, - "##‒": 30050, - "##–": 30051, - "##—": 30052, - "##―": 30053, - "##‖": 30054, - "##‘": 30055, - "##’": 30056, - "##‚": 30057, - "##“": 30058, - "##”": 30059, - "##„": 30060, - "##†": 30061, - "##‡": 30062, - "##•": 30063, - "##…": 30064, - "##‰": 30065, - "##′": 30066, - "##″": 30067, - "##›": 30068, - "##‿": 30069, - "##⁄": 30070, - "##⁰": 30071, - "##ⁱ": 30072, - "##⁴": 30073, - "##⁵": 30074, - "##⁶": 30075, - "##⁷": 30076, - "##⁸": 30077, - "##⁹": 30078, - "##⁻": 30079, - "##ⁿ": 30080, - "##₅": 30081, - "##₆": 30082, - "##₇": 30083, - "##₈": 30084, - "##₉": 30085, - "##₊": 30086, - "##₍": 30087, - "##₎": 30088, - "##ₐ": 30089, - "##ₑ": 30090, - "##ₒ": 30091, - "##ₓ": 30092, - "##ₕ": 30093, - "##ₖ": 30094, - "##ₗ": 30095, - "##ₘ": 30096, - "##ₚ": 30097, - "##ₛ": 30098, - "##ₜ": 30099, - "##₤": 30100, - "##₩": 30101, - "##€": 30102, - "##₱": 30103, - "##₹": 30104, - "##ℓ": 30105, - "##№": 30106, - "##ℝ": 30107, - "##™": 30108, - "##⅓": 30109, - "##⅔": 30110, - "##←": 30111, - "##↑": 30112, - "##→": 30113, - "##↓": 30114, - "##↔": 30115, - "##↦": 30116, - "##⇄": 30117, - "##⇌": 30118, - "##⇒": 30119, - "##∂": 30120, - "##∅": 30121, - "##∆": 30122, - "##∇": 30123, - "##∈": 30124, - "##∗": 30125, - "##∘": 30126, - "##√": 30127, - "##∞": 30128, - "##∧": 30129, - "##∨": 30130, - "##∩": 30131, - "##∪": 30132, - "##≈": 30133, - "##≡": 30134, - "##≤": 30135, - "##≥": 30136, - "##⊂": 30137, - "##⊆": 30138, - "##⊕": 30139, - "##⊗": 30140, - "##⋅": 30141, - "##─": 30142, - "##│": 30143, - "##■": 30144, - "##▪": 30145, - "##●": 30146, - "##★": 30147, - "##☆": 30148, - "##☉": 30149, - "##♠": 30150, - "##♣": 30151, - "##♥": 30152, - "##♦": 30153, - "##♯": 30154, - "##⟨": 30155, - "##⟩": 30156, - "##ⱼ": 30157, - "##⺩": 30158, - "##⺼": 30159, - "##⽥": 30160, - "##、": 30161, - "##。": 30162, - "##〈": 30163, - "##〉": 30164, - "##《": 30165, - "##》": 30166, - "##「": 30167, - "##」": 30168, - "##『": 30169, - "##』": 30170, - "##〜": 30171, - "##あ": 30172, - "##い": 30173, - "##う": 30174, - "##え": 30175, - "##お": 30176, - "##か": 30177, - "##き": 30178, - "##く": 30179, - "##け": 30180, - "##こ": 30181, - "##さ": 30182, - "##し": 30183, - "##す": 30184, - "##せ": 30185, - "##そ": 30186, - "##た": 30187, - "##ち": 30188, - "##っ": 30189, - "##つ": 30190, - "##て": 30191, - "##と": 30192, - "##な": 30193, - "##に": 30194, - "##ぬ": 30195, - "##ね": 30196, - "##の": 30197, - "##は": 30198, - "##ひ": 30199, - "##ふ": 30200, - "##へ": 30201, - "##ほ": 30202, - "##ま": 30203, - "##み": 30204, - "##む": 30205, - "##め": 30206, - "##も": 30207, - "##や": 30208, - "##ゆ": 30209, - "##よ": 30210, - "##ら": 30211, - "##り": 30212, - "##る": 30213, - "##れ": 30214, - "##ろ": 30215, - "##を": 30216, - "##ん": 30217, - "##ァ": 30218, - "##ア": 30219, - "##ィ": 30220, - "##イ": 30221, - "##ウ": 30222, - "##ェ": 30223, - "##エ": 30224, - "##オ": 30225, - "##カ": 30226, - "##キ": 30227, - "##ク": 30228, - "##ケ": 30229, - "##コ": 30230, - "##サ": 30231, - "##シ": 30232, - "##ス": 30233, - "##セ": 30234, - "##タ": 30235, - "##チ": 30236, - "##ッ": 30237, - "##ツ": 30238, - "##テ": 30239, - "##ト": 30240, - "##ナ": 30241, - "##ニ": 30242, - "##ノ": 30243, - "##ハ": 30244, - "##ヒ": 30245, - "##フ": 30246, - "##ヘ": 30247, - "##ホ": 30248, - "##マ": 30249, - "##ミ": 30250, - "##ム": 30251, - "##メ": 30252, - "##モ": 30253, - "##ャ": 30254, - "##ュ": 30255, - "##ョ": 30256, - "##ラ": 30257, - "##リ": 30258, - "##ル": 30259, - "##レ": 30260, - "##ロ": 30261, - "##ワ": 30262, - "##ン": 30263, - "##・": 30264, - "##ー": 30265, - "##一": 30266, - "##三": 30267, - "##上": 30268, - "##下": 30269, - "##不": 30270, - "##世": 30271, - "##中": 30272, - "##主": 30273, - "##久": 30274, - "##之": 30275, - "##也": 30276, - "##事": 30277, - "##二": 30278, - "##五": 30279, - "##井": 30280, - "##京": 30281, - "##人": 30282, - "##亻": 30283, - "##仁": 30284, - "##介": 30285, - "##代": 30286, - "##仮": 30287, - "##伊": 30288, - "##会": 30289, - "##佐": 30290, - "##侍": 30291, - "##保": 30292, - "##信": 30293, - "##健": 30294, - "##元": 30295, - "##光": 30296, - "##八": 30297, - "##公": 30298, - "##内": 30299, - "##出": 30300, - "##分": 30301, - "##前": 30302, - "##劉": 30303, - "##力": 30304, - "##加": 30305, - "##勝": 30306, - "##北": 30307, - "##区": 30308, - "##十": 30309, - "##千": 30310, - "##南": 30311, - "##博": 30312, - "##原": 30313, - "##口": 30314, - "##古": 30315, - "##史": 30316, - "##司": 30317, - "##合": 30318, - "##吉": 30319, - "##同": 30320, - "##名": 30321, - "##和": 30322, - "##囗": 30323, - "##四": 30324, - "##国": 30325, - "##國": 30326, - "##土": 30327, - "##地": 30328, - "##坂": 30329, - "##城": 30330, - "##堂": 30331, - "##場": 30332, - "##士": 30333, - "##夏": 30334, - "##外": 30335, - "##大": 30336, - "##天": 30337, - "##太": 30338, - "##夫": 30339, - "##奈": 30340, - "##女": 30341, - "##子": 30342, - "##学": 30343, - "##宀": 30344, - "##宇": 30345, - "##安": 30346, - "##宗": 30347, - "##定": 30348, - "##宣": 30349, - "##宮": 30350, - "##家": 30351, - "##宿": 30352, - "##寺": 30353, - "##將": 30354, - "##小": 30355, - "##尚": 30356, - "##山": 30357, - "##岡": 30358, - "##島": 30359, - "##崎": 30360, - "##川": 30361, - "##州": 30362, - "##巿": 30363, - "##帝": 30364, - "##平": 30365, - "##年": 30366, - "##幸": 30367, - "##广": 30368, - "##弘": 30369, - "##張": 30370, - "##彳": 30371, - "##後": 30372, - "##御": 30373, - "##德": 30374, - "##心": 30375, - "##忄": 30376, - "##志": 30377, - "##忠": 30378, - "##愛": 30379, - "##成": 30380, - "##我": 30381, - "##戦": 30382, - "##戸": 30383, - "##手": 30384, - "##扌": 30385, - "##政": 30386, - "##文": 30387, - "##新": 30388, - "##方": 30389, - "##日": 30390, - "##明": 30391, - "##星": 30392, - "##春": 30393, - "##昭": 30394, - "##智": 30395, - "##曲": 30396, - "##書": 30397, - "##月": 30398, - "##有": 30399, - "##朝": 30400, - "##木": 30401, - "##本": 30402, - "##李": 30403, - "##村": 30404, - "##東": 30405, - "##松": 30406, - "##林": 30407, - "##森": 30408, - "##楊": 30409, - "##樹": 30410, - "##橋": 30411, - "##歌": 30412, - "##止": 30413, - "##正": 30414, - "##武": 30415, - "##比": 30416, - "##氏": 30417, - "##民": 30418, - "##水": 30419, - "##氵": 30420, - "##氷": 30421, - "##永": 30422, - "##江": 30423, - "##沢": 30424, - "##河": 30425, - "##治": 30426, - "##法": 30427, - "##海": 30428, - "##清": 30429, - "##漢": 30430, - "##瀬": 30431, - "##火": 30432, - "##版": 30433, - "##犬": 30434, - "##王": 30435, - "##生": 30436, - "##田": 30437, - "##男": 30438, - "##疒": 30439, - "##発": 30440, - "##白": 30441, - "##的": 30442, - "##皇": 30443, - "##目": 30444, - "##相": 30445, - "##省": 30446, - "##真": 30447, - "##石": 30448, - "##示": 30449, - "##社": 30450, - "##神": 30451, - "##福": 30452, - "##禾": 30453, - "##秀": 30454, - "##秋": 30455, - "##空": 30456, - "##立": 30457, - "##章": 30458, - "##竹": 30459, - "##糹": 30460, - "##美": 30461, - "##義": 30462, - "##耳": 30463, - "##良": 30464, - "##艹": 30465, - "##花": 30466, - "##英": 30467, - "##華": 30468, - "##葉": 30469, - "##藤": 30470, - "##行": 30471, - "##街": 30472, - "##西": 30473, - "##見": 30474, - "##訁": 30475, - "##語": 30476, - "##谷": 30477, - "##貝": 30478, - "##貴": 30479, - "##車": 30480, - "##軍": 30481, - "##辶": 30482, - "##道": 30483, - "##郎": 30484, - "##郡": 30485, - "##部": 30486, - "##都": 30487, - "##里": 30488, - "##野": 30489, - "##金": 30490, - "##鈴": 30491, - "##镇": 30492, - "##長": 30493, - "##門": 30494, - "##間": 30495, - "##阝": 30496, - "##阿": 30497, - "##陳": 30498, - "##陽": 30499, - "##雄": 30500, - "##青": 30501, - "##面": 30502, - "##風": 30503, - "##食": 30504, - "##香": 30505, - "##馬": 30506, - "##高": 30507, - "##龍": 30508, - "##龸": 30509, - "##fi": 30510, - "##fl": 30511, - "##!": 30512, - "##(": 30513, - "##)": 30514, - "##,": 30515, - "##-": 30516, - "##.": 30517, - "##/": 30518, - "##:": 30519, - "##?": 30520, - "##~": 30521 - } - } + "version": "1.0", + "truncation": { + "direction": "Right", + "max_length": 256, + "strategy": "LongestFirst", + "stride": 0 + }, + "padding": { + "strategy": { + "Fixed": 256 + }, + "direction": "Right", + "pad_to_multiple_of": null, + "pad_id": 0, + "pad_type_id": 0, + "pad_token": "[PAD]" + }, + "added_tokens": [ + { + "id": 0, + "content": "[PAD]", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 100, + "content": "[UNK]", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 101, + "content": "[CLS]", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 102, + "content": "[SEP]", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 103, + "content": "[MASK]", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + } + ], + "normalizer": { + "type": "BertNormalizer", + "clean_text": true, + "handle_chinese_chars": true, + "strip_accents": null, + "lowercase": true + }, + "pre_tokenizer": { + "type": "BertPreTokenizer" + }, + "post_processor": { + "type": "TemplateProcessing", + "single": [ + { + "SpecialToken": { + "id": "[CLS]", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "A", + "type_id": 0 + } + }, + { + "SpecialToken": { + "id": "[SEP]", + "type_id": 0 + } + } + ], + "pair": [ + { + "SpecialToken": { + "id": "[CLS]", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "A", + "type_id": 0 + } + }, + { + "SpecialToken": { + "id": "[SEP]", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "B", + "type_id": 1 + } + }, + { + "SpecialToken": { + "id": "[SEP]", + "type_id": 1 + } + } + ], + "special_tokens": { + "[CLS]": { + "id": "[CLS]", + "ids": [101], + "tokens": ["[CLS]"] + }, + "[SEP]": { + "id": "[SEP]", + "ids": [102], + "tokens": ["[SEP]"] + } + } + }, + "decoder": { + "type": "WordPiece", + "prefix": "##", + "cleanup": true + }, + "model": { + "type": "WordPiece", + "unk_token": "[UNK]", + "continuing_subword_prefix": "##", + "max_input_chars_per_word": 100, + "vocab": { + "[PAD]": 0, + "[unused0]": 1, + "[unused1]": 2, + "[unused2]": 3, + "[unused3]": 4, + "[unused4]": 5, + "[unused5]": 6, + "[unused6]": 7, + "[unused7]": 8, + "[unused8]": 9, + "[unused9]": 10, + "[unused10]": 11, + "[unused11]": 12, + "[unused12]": 13, + "[unused13]": 14, + "[unused14]": 15, + "[unused15]": 16, + "[unused16]": 17, + "[unused17]": 18, + "[unused18]": 19, + "[unused19]": 20, + "[unused20]": 21, + "[unused21]": 22, + "[unused22]": 23, + "[unused23]": 24, + "[unused24]": 25, + "[unused25]": 26, + "[unused26]": 27, + "[unused27]": 28, + "[unused28]": 29, + "[unused29]": 30, + "[unused30]": 31, + "[unused31]": 32, + "[unused32]": 33, + "[unused33]": 34, + "[unused34]": 35, + "[unused35]": 36, + "[unused36]": 37, + "[unused37]": 38, + "[unused38]": 39, + "[unused39]": 40, + "[unused40]": 41, + "[unused41]": 42, + "[unused42]": 43, + "[unused43]": 44, + "[unused44]": 45, + "[unused45]": 46, + "[unused46]": 47, + "[unused47]": 48, + "[unused48]": 49, + "[unused49]": 50, + "[unused50]": 51, + "[unused51]": 52, + "[unused52]": 53, + "[unused53]": 54, + "[unused54]": 55, + "[unused55]": 56, + "[unused56]": 57, + "[unused57]": 58, + "[unused58]": 59, + "[unused59]": 60, + "[unused60]": 61, + "[unused61]": 62, + "[unused62]": 63, + "[unused63]": 64, + "[unused64]": 65, + "[unused65]": 66, + "[unused66]": 67, + "[unused67]": 68, + "[unused68]": 69, + "[unused69]": 70, + "[unused70]": 71, + "[unused71]": 72, + "[unused72]": 73, + "[unused73]": 74, + "[unused74]": 75, + "[unused75]": 76, + "[unused76]": 77, + "[unused77]": 78, + "[unused78]": 79, + "[unused79]": 80, + "[unused80]": 81, + "[unused81]": 82, + "[unused82]": 83, + "[unused83]": 84, + "[unused84]": 85, + "[unused85]": 86, + "[unused86]": 87, + "[unused87]": 88, + "[unused88]": 89, + "[unused89]": 90, + "[unused90]": 91, + "[unused91]": 92, + "[unused92]": 93, + "[unused93]": 94, + "[unused94]": 95, + "[unused95]": 96, + "[unused96]": 97, + "[unused97]": 98, + "[unused98]": 99, + "[UNK]": 100, + "[CLS]": 101, + "[SEP]": 102, + "[MASK]": 103, + "[unused99]": 104, + "[unused100]": 105, + "[unused101]": 106, + "[unused102]": 107, + "[unused103]": 108, + "[unused104]": 109, + "[unused105]": 110, + "[unused106]": 111, + "[unused107]": 112, + "[unused108]": 113, + "[unused109]": 114, + "[unused110]": 115, + "[unused111]": 116, + "[unused112]": 117, + "[unused113]": 118, + "[unused114]": 119, + "[unused115]": 120, + "[unused116]": 121, + "[unused117]": 122, + "[unused118]": 123, + "[unused119]": 124, + "[unused120]": 125, + "[unused121]": 126, + "[unused122]": 127, + "[unused123]": 128, + "[unused124]": 129, + "[unused125]": 130, + "[unused126]": 131, + "[unused127]": 132, + "[unused128]": 133, + "[unused129]": 134, + "[unused130]": 135, + "[unused131]": 136, + "[unused132]": 137, + "[unused133]": 138, + "[unused134]": 139, + "[unused135]": 140, + "[unused136]": 141, + "[unused137]": 142, + "[unused138]": 143, + "[unused139]": 144, + "[unused140]": 145, + "[unused141]": 146, + "[unused142]": 147, + "[unused143]": 148, + "[unused144]": 149, + "[unused145]": 150, + "[unused146]": 151, + "[unused147]": 152, + "[unused148]": 153, + "[unused149]": 154, + "[unused150]": 155, + "[unused151]": 156, + "[unused152]": 157, + "[unused153]": 158, + "[unused154]": 159, + "[unused155]": 160, + "[unused156]": 161, + "[unused157]": 162, + "[unused158]": 163, + "[unused159]": 164, + "[unused160]": 165, + "[unused161]": 166, + "[unused162]": 167, + "[unused163]": 168, + "[unused164]": 169, + "[unused165]": 170, + "[unused166]": 171, + "[unused167]": 172, + "[unused168]": 173, + "[unused169]": 174, + "[unused170]": 175, + "[unused171]": 176, + "[unused172]": 177, + "[unused173]": 178, + "[unused174]": 179, + "[unused175]": 180, + "[unused176]": 181, + "[unused177]": 182, + "[unused178]": 183, + "[unused179]": 184, + "[unused180]": 185, + "[unused181]": 186, + "[unused182]": 187, + "[unused183]": 188, + "[unused184]": 189, + "[unused185]": 190, + "[unused186]": 191, + "[unused187]": 192, + "[unused188]": 193, + "[unused189]": 194, + "[unused190]": 195, + "[unused191]": 196, + "[unused192]": 197, + "[unused193]": 198, + "[unused194]": 199, + "[unused195]": 200, + "[unused196]": 201, + "[unused197]": 202, + "[unused198]": 203, + "[unused199]": 204, + "[unused200]": 205, + "[unused201]": 206, + "[unused202]": 207, + "[unused203]": 208, + "[unused204]": 209, + "[unused205]": 210, + "[unused206]": 211, + "[unused207]": 212, + "[unused208]": 213, + "[unused209]": 214, + "[unused210]": 215, + "[unused211]": 216, + "[unused212]": 217, + "[unused213]": 218, + "[unused214]": 219, + "[unused215]": 220, + "[unused216]": 221, + "[unused217]": 222, + "[unused218]": 223, + "[unused219]": 224, + "[unused220]": 225, + "[unused221]": 226, + "[unused222]": 227, + "[unused223]": 228, + "[unused224]": 229, + "[unused225]": 230, + "[unused226]": 231, + "[unused227]": 232, + "[unused228]": 233, + "[unused229]": 234, + "[unused230]": 235, + "[unused231]": 236, + "[unused232]": 237, + "[unused233]": 238, + "[unused234]": 239, + "[unused235]": 240, + "[unused236]": 241, + "[unused237]": 242, + "[unused238]": 243, + "[unused239]": 244, + "[unused240]": 245, + "[unused241]": 246, + "[unused242]": 247, + "[unused243]": 248, + "[unused244]": 249, + "[unused245]": 250, + "[unused246]": 251, + "[unused247]": 252, + "[unused248]": 253, + "[unused249]": 254, + "[unused250]": 255, + "[unused251]": 256, + "[unused252]": 257, + "[unused253]": 258, + "[unused254]": 259, + "[unused255]": 260, + "[unused256]": 261, + "[unused257]": 262, + "[unused258]": 263, + "[unused259]": 264, + "[unused260]": 265, + "[unused261]": 266, + "[unused262]": 267, + "[unused263]": 268, + "[unused264]": 269, + "[unused265]": 270, + "[unused266]": 271, + "[unused267]": 272, + "[unused268]": 273, + "[unused269]": 274, + "[unused270]": 275, + "[unused271]": 276, + "[unused272]": 277, + "[unused273]": 278, + "[unused274]": 279, + "[unused275]": 280, + "[unused276]": 281, + "[unused277]": 282, + "[unused278]": 283, + "[unused279]": 284, + "[unused280]": 285, + "[unused281]": 286, + "[unused282]": 287, + "[unused283]": 288, + "[unused284]": 289, + "[unused285]": 290, + "[unused286]": 291, + "[unused287]": 292, + "[unused288]": 293, + "[unused289]": 294, + "[unused290]": 295, + "[unused291]": 296, + "[unused292]": 297, + "[unused293]": 298, + "[unused294]": 299, + "[unused295]": 300, + "[unused296]": 301, + "[unused297]": 302, + "[unused298]": 303, + "[unused299]": 304, + "[unused300]": 305, + "[unused301]": 306, + "[unused302]": 307, + "[unused303]": 308, + "[unused304]": 309, + "[unused305]": 310, + "[unused306]": 311, + "[unused307]": 312, + "[unused308]": 313, + "[unused309]": 314, + "[unused310]": 315, + "[unused311]": 316, + "[unused312]": 317, + "[unused313]": 318, + "[unused314]": 319, + "[unused315]": 320, + "[unused316]": 321, + "[unused317]": 322, + "[unused318]": 323, + "[unused319]": 324, + "[unused320]": 325, + "[unused321]": 326, + "[unused322]": 327, + "[unused323]": 328, + "[unused324]": 329, + "[unused325]": 330, + "[unused326]": 331, + "[unused327]": 332, + "[unused328]": 333, + "[unused329]": 334, + "[unused330]": 335, + "[unused331]": 336, + "[unused332]": 337, + "[unused333]": 338, + "[unused334]": 339, + "[unused335]": 340, + "[unused336]": 341, + "[unused337]": 342, + "[unused338]": 343, + "[unused339]": 344, + "[unused340]": 345, + "[unused341]": 346, + "[unused342]": 347, + "[unused343]": 348, + "[unused344]": 349, + "[unused345]": 350, + "[unused346]": 351, + "[unused347]": 352, + "[unused348]": 353, + "[unused349]": 354, + "[unused350]": 355, + "[unused351]": 356, + "[unused352]": 357, + "[unused353]": 358, + "[unused354]": 359, + "[unused355]": 360, + "[unused356]": 361, + "[unused357]": 362, + "[unused358]": 363, + "[unused359]": 364, + "[unused360]": 365, + "[unused361]": 366, + "[unused362]": 367, + "[unused363]": 368, + "[unused364]": 369, + "[unused365]": 370, + "[unused366]": 371, + "[unused367]": 372, + "[unused368]": 373, + "[unused369]": 374, + "[unused370]": 375, + "[unused371]": 376, + "[unused372]": 377, + "[unused373]": 378, + "[unused374]": 379, + "[unused375]": 380, + "[unused376]": 381, + "[unused377]": 382, + "[unused378]": 383, + "[unused379]": 384, + "[unused380]": 385, + "[unused381]": 386, + "[unused382]": 387, + "[unused383]": 388, + "[unused384]": 389, + "[unused385]": 390, + "[unused386]": 391, + "[unused387]": 392, + "[unused388]": 393, + "[unused389]": 394, + "[unused390]": 395, + "[unused391]": 396, + "[unused392]": 397, + "[unused393]": 398, + "[unused394]": 399, + "[unused395]": 400, + "[unused396]": 401, + "[unused397]": 402, + "[unused398]": 403, + "[unused399]": 404, + "[unused400]": 405, + "[unused401]": 406, + "[unused402]": 407, + "[unused403]": 408, + "[unused404]": 409, + "[unused405]": 410, + "[unused406]": 411, + "[unused407]": 412, + "[unused408]": 413, + "[unused409]": 414, + "[unused410]": 415, + "[unused411]": 416, + "[unused412]": 417, + "[unused413]": 418, + "[unused414]": 419, + "[unused415]": 420, + "[unused416]": 421, + "[unused417]": 422, + "[unused418]": 423, + "[unused419]": 424, + "[unused420]": 425, + "[unused421]": 426, + "[unused422]": 427, + "[unused423]": 428, + "[unused424]": 429, + "[unused425]": 430, + "[unused426]": 431, + "[unused427]": 432, + "[unused428]": 433, + "[unused429]": 434, + "[unused430]": 435, + "[unused431]": 436, + "[unused432]": 437, + "[unused433]": 438, + "[unused434]": 439, + "[unused435]": 440, + "[unused436]": 441, + "[unused437]": 442, + "[unused438]": 443, + "[unused439]": 444, + "[unused440]": 445, + "[unused441]": 446, + "[unused442]": 447, + "[unused443]": 448, + "[unused444]": 449, + "[unused445]": 450, + "[unused446]": 451, + "[unused447]": 452, + "[unused448]": 453, + "[unused449]": 454, + "[unused450]": 455, + "[unused451]": 456, + "[unused452]": 457, + "[unused453]": 458, + "[unused454]": 459, + "[unused455]": 460, + "[unused456]": 461, + "[unused457]": 462, + "[unused458]": 463, + "[unused459]": 464, + "[unused460]": 465, + "[unused461]": 466, + "[unused462]": 467, + "[unused463]": 468, + "[unused464]": 469, + "[unused465]": 470, + "[unused466]": 471, + "[unused467]": 472, + "[unused468]": 473, + "[unused469]": 474, + "[unused470]": 475, + "[unused471]": 476, + "[unused472]": 477, + "[unused473]": 478, + "[unused474]": 479, + "[unused475]": 480, + "[unused476]": 481, + "[unused477]": 482, + "[unused478]": 483, + "[unused479]": 484, + "[unused480]": 485, + "[unused481]": 486, + "[unused482]": 487, + "[unused483]": 488, + "[unused484]": 489, + "[unused485]": 490, + "[unused486]": 491, + "[unused487]": 492, + "[unused488]": 493, + "[unused489]": 494, + "[unused490]": 495, + "[unused491]": 496, + "[unused492]": 497, + "[unused493]": 498, + "[unused494]": 499, + "[unused495]": 500, + "[unused496]": 501, + "[unused497]": 502, + "[unused498]": 503, + "[unused499]": 504, + "[unused500]": 505, + "[unused501]": 506, + "[unused502]": 507, + "[unused503]": 508, + "[unused504]": 509, + "[unused505]": 510, + "[unused506]": 511, + "[unused507]": 512, + "[unused508]": 513, + "[unused509]": 514, + "[unused510]": 515, + "[unused511]": 516, + "[unused512]": 517, + "[unused513]": 518, + "[unused514]": 519, + "[unused515]": 520, + "[unused516]": 521, + "[unused517]": 522, + "[unused518]": 523, + "[unused519]": 524, + "[unused520]": 525, + "[unused521]": 526, + "[unused522]": 527, + "[unused523]": 528, + "[unused524]": 529, + "[unused525]": 530, + "[unused526]": 531, + "[unused527]": 532, + "[unused528]": 533, + "[unused529]": 534, + "[unused530]": 535, + "[unused531]": 536, + "[unused532]": 537, + "[unused533]": 538, + "[unused534]": 539, + "[unused535]": 540, + "[unused536]": 541, + "[unused537]": 542, + "[unused538]": 543, + "[unused539]": 544, + "[unused540]": 545, + "[unused541]": 546, + "[unused542]": 547, + "[unused543]": 548, + "[unused544]": 549, + "[unused545]": 550, + "[unused546]": 551, + "[unused547]": 552, + "[unused548]": 553, + "[unused549]": 554, + "[unused550]": 555, + "[unused551]": 556, + "[unused552]": 557, + "[unused553]": 558, + "[unused554]": 559, + "[unused555]": 560, + "[unused556]": 561, + "[unused557]": 562, + "[unused558]": 563, + "[unused559]": 564, + "[unused560]": 565, + "[unused561]": 566, + "[unused562]": 567, + "[unused563]": 568, + "[unused564]": 569, + "[unused565]": 570, + "[unused566]": 571, + "[unused567]": 572, + "[unused568]": 573, + "[unused569]": 574, + "[unused570]": 575, + "[unused571]": 576, + "[unused572]": 577, + "[unused573]": 578, + "[unused574]": 579, + "[unused575]": 580, + "[unused576]": 581, + "[unused577]": 582, + "[unused578]": 583, + "[unused579]": 584, + "[unused580]": 585, + "[unused581]": 586, + "[unused582]": 587, + "[unused583]": 588, + "[unused584]": 589, + "[unused585]": 590, + "[unused586]": 591, + "[unused587]": 592, + "[unused588]": 593, + "[unused589]": 594, + "[unused590]": 595, + "[unused591]": 596, + "[unused592]": 597, + "[unused593]": 598, + "[unused594]": 599, + "[unused595]": 600, + "[unused596]": 601, + "[unused597]": 602, + "[unused598]": 603, + "[unused599]": 604, + "[unused600]": 605, + "[unused601]": 606, + "[unused602]": 607, + "[unused603]": 608, + "[unused604]": 609, + "[unused605]": 610, + "[unused606]": 611, + "[unused607]": 612, + "[unused608]": 613, + "[unused609]": 614, + "[unused610]": 615, + "[unused611]": 616, + "[unused612]": 617, + "[unused613]": 618, + "[unused614]": 619, + "[unused615]": 620, + "[unused616]": 621, + "[unused617]": 622, + "[unused618]": 623, + "[unused619]": 624, + "[unused620]": 625, + "[unused621]": 626, + "[unused622]": 627, + "[unused623]": 628, + "[unused624]": 629, + "[unused625]": 630, + "[unused626]": 631, + "[unused627]": 632, + "[unused628]": 633, + "[unused629]": 634, + "[unused630]": 635, + "[unused631]": 636, + "[unused632]": 637, + "[unused633]": 638, + "[unused634]": 639, + "[unused635]": 640, + "[unused636]": 641, + "[unused637]": 642, + "[unused638]": 643, + "[unused639]": 644, + "[unused640]": 645, + "[unused641]": 646, + "[unused642]": 647, + "[unused643]": 648, + "[unused644]": 649, + "[unused645]": 650, + "[unused646]": 651, + "[unused647]": 652, + "[unused648]": 653, + "[unused649]": 654, + "[unused650]": 655, + "[unused651]": 656, + "[unused652]": 657, + "[unused653]": 658, + "[unused654]": 659, + "[unused655]": 660, + "[unused656]": 661, + "[unused657]": 662, + "[unused658]": 663, + "[unused659]": 664, + "[unused660]": 665, + "[unused661]": 666, + "[unused662]": 667, + "[unused663]": 668, + "[unused664]": 669, + "[unused665]": 670, + "[unused666]": 671, + "[unused667]": 672, + "[unused668]": 673, + "[unused669]": 674, + "[unused670]": 675, + "[unused671]": 676, + "[unused672]": 677, + "[unused673]": 678, + "[unused674]": 679, + "[unused675]": 680, + "[unused676]": 681, + "[unused677]": 682, + "[unused678]": 683, + "[unused679]": 684, + "[unused680]": 685, + "[unused681]": 686, + "[unused682]": 687, + "[unused683]": 688, + "[unused684]": 689, + "[unused685]": 690, + "[unused686]": 691, + "[unused687]": 692, + "[unused688]": 693, + "[unused689]": 694, + "[unused690]": 695, + "[unused691]": 696, + "[unused692]": 697, + "[unused693]": 698, + "[unused694]": 699, + "[unused695]": 700, + "[unused696]": 701, + "[unused697]": 702, + "[unused698]": 703, + "[unused699]": 704, + "[unused700]": 705, + "[unused701]": 706, + "[unused702]": 707, + "[unused703]": 708, + "[unused704]": 709, + "[unused705]": 710, + "[unused706]": 711, + "[unused707]": 712, + "[unused708]": 713, + "[unused709]": 714, + "[unused710]": 715, + "[unused711]": 716, + "[unused712]": 717, + "[unused713]": 718, + "[unused714]": 719, + "[unused715]": 720, + "[unused716]": 721, + "[unused717]": 722, + "[unused718]": 723, + "[unused719]": 724, + "[unused720]": 725, + "[unused721]": 726, + "[unused722]": 727, + "[unused723]": 728, + "[unused724]": 729, + "[unused725]": 730, + "[unused726]": 731, + "[unused727]": 732, + "[unused728]": 733, + "[unused729]": 734, + "[unused730]": 735, + "[unused731]": 736, + "[unused732]": 737, + "[unused733]": 738, + "[unused734]": 739, + "[unused735]": 740, + "[unused736]": 741, + "[unused737]": 742, + "[unused738]": 743, + "[unused739]": 744, + "[unused740]": 745, + "[unused741]": 746, + "[unused742]": 747, + "[unused743]": 748, + "[unused744]": 749, + "[unused745]": 750, + "[unused746]": 751, + "[unused747]": 752, + "[unused748]": 753, + "[unused749]": 754, + "[unused750]": 755, + "[unused751]": 756, + "[unused752]": 757, + "[unused753]": 758, + "[unused754]": 759, + "[unused755]": 760, + "[unused756]": 761, + "[unused757]": 762, + "[unused758]": 763, + "[unused759]": 764, + "[unused760]": 765, + "[unused761]": 766, + "[unused762]": 767, + "[unused763]": 768, + "[unused764]": 769, + "[unused765]": 770, + "[unused766]": 771, + "[unused767]": 772, + "[unused768]": 773, + "[unused769]": 774, + "[unused770]": 775, + "[unused771]": 776, + "[unused772]": 777, + "[unused773]": 778, + "[unused774]": 779, + "[unused775]": 780, + "[unused776]": 781, + "[unused777]": 782, + "[unused778]": 783, + "[unused779]": 784, + "[unused780]": 785, + "[unused781]": 786, + "[unused782]": 787, + "[unused783]": 788, + "[unused784]": 789, + "[unused785]": 790, + "[unused786]": 791, + "[unused787]": 792, + "[unused788]": 793, + "[unused789]": 794, + "[unused790]": 795, + "[unused791]": 796, + "[unused792]": 797, + "[unused793]": 798, + "[unused794]": 799, + "[unused795]": 800, + "[unused796]": 801, + "[unused797]": 802, + "[unused798]": 803, + "[unused799]": 804, + "[unused800]": 805, + "[unused801]": 806, + "[unused802]": 807, + "[unused803]": 808, + "[unused804]": 809, + "[unused805]": 810, + "[unused806]": 811, + "[unused807]": 812, + "[unused808]": 813, + "[unused809]": 814, + "[unused810]": 815, + "[unused811]": 816, + "[unused812]": 817, + "[unused813]": 818, + "[unused814]": 819, + "[unused815]": 820, + "[unused816]": 821, + "[unused817]": 822, + "[unused818]": 823, + "[unused819]": 824, + "[unused820]": 825, + "[unused821]": 826, + "[unused822]": 827, + "[unused823]": 828, + "[unused824]": 829, + "[unused825]": 830, + "[unused826]": 831, + "[unused827]": 832, + "[unused828]": 833, + "[unused829]": 834, + "[unused830]": 835, + "[unused831]": 836, + "[unused832]": 837, + "[unused833]": 838, + "[unused834]": 839, + "[unused835]": 840, + "[unused836]": 841, + "[unused837]": 842, + "[unused838]": 843, + "[unused839]": 844, + "[unused840]": 845, + "[unused841]": 846, + "[unused842]": 847, + "[unused843]": 848, + "[unused844]": 849, + "[unused845]": 850, + "[unused846]": 851, + "[unused847]": 852, + "[unused848]": 853, + "[unused849]": 854, + "[unused850]": 855, + "[unused851]": 856, + "[unused852]": 857, + "[unused853]": 858, + "[unused854]": 859, + "[unused855]": 860, + "[unused856]": 861, + "[unused857]": 862, + "[unused858]": 863, + "[unused859]": 864, + "[unused860]": 865, + "[unused861]": 866, + "[unused862]": 867, + "[unused863]": 868, + "[unused864]": 869, + "[unused865]": 870, + "[unused866]": 871, + "[unused867]": 872, + "[unused868]": 873, + "[unused869]": 874, + "[unused870]": 875, + "[unused871]": 876, + "[unused872]": 877, + "[unused873]": 878, + "[unused874]": 879, + "[unused875]": 880, + "[unused876]": 881, + "[unused877]": 882, + "[unused878]": 883, + "[unused879]": 884, + "[unused880]": 885, + "[unused881]": 886, + "[unused882]": 887, + "[unused883]": 888, + "[unused884]": 889, + "[unused885]": 890, + "[unused886]": 891, + "[unused887]": 892, + "[unused888]": 893, + "[unused889]": 894, + "[unused890]": 895, + "[unused891]": 896, + "[unused892]": 897, + "[unused893]": 898, + "[unused894]": 899, + "[unused895]": 900, + "[unused896]": 901, + "[unused897]": 902, + "[unused898]": 903, + "[unused899]": 904, + "[unused900]": 905, + "[unused901]": 906, + "[unused902]": 907, + "[unused903]": 908, + "[unused904]": 909, + "[unused905]": 910, + "[unused906]": 911, + "[unused907]": 912, + "[unused908]": 913, + "[unused909]": 914, + "[unused910]": 915, + "[unused911]": 916, + "[unused912]": 917, + "[unused913]": 918, + "[unused914]": 919, + "[unused915]": 920, + "[unused916]": 921, + "[unused917]": 922, + "[unused918]": 923, + "[unused919]": 924, + "[unused920]": 925, + "[unused921]": 926, + "[unused922]": 927, + "[unused923]": 928, + "[unused924]": 929, + "[unused925]": 930, + "[unused926]": 931, + "[unused927]": 932, + "[unused928]": 933, + "[unused929]": 934, + "[unused930]": 935, + "[unused931]": 936, + "[unused932]": 937, + "[unused933]": 938, + "[unused934]": 939, + "[unused935]": 940, + "[unused936]": 941, + "[unused937]": 942, + "[unused938]": 943, + "[unused939]": 944, + "[unused940]": 945, + "[unused941]": 946, + "[unused942]": 947, + "[unused943]": 948, + "[unused944]": 949, + "[unused945]": 950, + "[unused946]": 951, + "[unused947]": 952, + "[unused948]": 953, + "[unused949]": 954, + "[unused950]": 955, + "[unused951]": 956, + "[unused952]": 957, + "[unused953]": 958, + "[unused954]": 959, + "[unused955]": 960, + "[unused956]": 961, + "[unused957]": 962, + "[unused958]": 963, + "[unused959]": 964, + "[unused960]": 965, + "[unused961]": 966, + "[unused962]": 967, + "[unused963]": 968, + "[unused964]": 969, + "[unused965]": 970, + "[unused966]": 971, + "[unused967]": 972, + "[unused968]": 973, + "[unused969]": 974, + "[unused970]": 975, + "[unused971]": 976, + "[unused972]": 977, + "[unused973]": 978, + "[unused974]": 979, + "[unused975]": 980, + "[unused976]": 981, + "[unused977]": 982, + "[unused978]": 983, + "[unused979]": 984, + "[unused980]": 985, + "[unused981]": 986, + "[unused982]": 987, + "[unused983]": 988, + "[unused984]": 989, + "[unused985]": 990, + "[unused986]": 991, + "[unused987]": 992, + "[unused988]": 993, + "[unused989]": 994, + "[unused990]": 995, + "[unused991]": 996, + "[unused992]": 997, + "[unused993]": 998, + "!": 999, + "\"": 1000, + "#": 1001, + "$": 1002, + "%": 1003, + "&": 1004, + "'": 1005, + "(": 1006, + ")": 1007, + "*": 1008, + "+": 1009, + ",": 1010, + "-": 1011, + ".": 1012, + "/": 1013, + "0": 1014, + "1": 1015, + "2": 1016, + "3": 1017, + "4": 1018, + "5": 1019, + "6": 1020, + "7": 1021, + "8": 1022, + "9": 1023, + ":": 1024, + ";": 1025, + "<": 1026, + "=": 1027, + ">": 1028, + "?": 1029, + "@": 1030, + "[": 1031, + "\\": 1032, + "]": 1033, + "^": 1034, + "_": 1035, + "`": 1036, + "a": 1037, + "b": 1038, + "c": 1039, + "d": 1040, + "e": 1041, + "f": 1042, + "g": 1043, + "h": 1044, + "i": 1045, + "j": 1046, + "k": 1047, + "l": 1048, + "m": 1049, + "n": 1050, + "o": 1051, + "p": 1052, + "q": 1053, + "r": 1054, + "s": 1055, + "t": 1056, + "u": 1057, + "v": 1058, + "w": 1059, + "x": 1060, + "y": 1061, + "z": 1062, + "{": 1063, + "|": 1064, + "}": 1065, + "~": 1066, + "¡": 1067, + "¢": 1068, + "£": 1069, + "¤": 1070, + "¥": 1071, + "¦": 1072, + "§": 1073, + "¨": 1074, + "©": 1075, + "ª": 1076, + "«": 1077, + "¬": 1078, + "®": 1079, + "°": 1080, + "±": 1081, + "²": 1082, + "³": 1083, + "´": 1084, + "µ": 1085, + "¶": 1086, + "·": 1087, + "¹": 1088, + "º": 1089, + "»": 1090, + "¼": 1091, + "½": 1092, + "¾": 1093, + "¿": 1094, + "×": 1095, + "ß": 1096, + "æ": 1097, + "ð": 1098, + "÷": 1099, + "ø": 1100, + "þ": 1101, + "đ": 1102, + "ħ": 1103, + "ı": 1104, + "ł": 1105, + "ŋ": 1106, + "œ": 1107, + "ƒ": 1108, + "ɐ": 1109, + "ɑ": 1110, + "ɒ": 1111, + "ɔ": 1112, + "ɕ": 1113, + "ə": 1114, + "ɛ": 1115, + "ɡ": 1116, + "ɣ": 1117, + "ɨ": 1118, + "ɪ": 1119, + "ɫ": 1120, + "ɬ": 1121, + "ɯ": 1122, + "ɲ": 1123, + "ɴ": 1124, + "ɹ": 1125, + "ɾ": 1126, + "ʀ": 1127, + "ʁ": 1128, + "ʂ": 1129, + "ʃ": 1130, + "ʉ": 1131, + "ʊ": 1132, + "ʋ": 1133, + "ʌ": 1134, + "ʎ": 1135, + "ʐ": 1136, + "ʑ": 1137, + "ʒ": 1138, + "ʔ": 1139, + "ʰ": 1140, + "ʲ": 1141, + "ʳ": 1142, + "ʷ": 1143, + "ʸ": 1144, + "ʻ": 1145, + "ʼ": 1146, + "ʾ": 1147, + "ʿ": 1148, + "ˈ": 1149, + "ː": 1150, + "ˡ": 1151, + "ˢ": 1152, + "ˣ": 1153, + "ˤ": 1154, + "α": 1155, + "β": 1156, + "γ": 1157, + "δ": 1158, + "ε": 1159, + "ζ": 1160, + "η": 1161, + "θ": 1162, + "ι": 1163, + "κ": 1164, + "λ": 1165, + "μ": 1166, + "ν": 1167, + "ξ": 1168, + "ο": 1169, + "π": 1170, + "ρ": 1171, + "ς": 1172, + "σ": 1173, + "τ": 1174, + "υ": 1175, + "φ": 1176, + "χ": 1177, + "ψ": 1178, + "ω": 1179, + "а": 1180, + "б": 1181, + "в": 1182, + "г": 1183, + "д": 1184, + "е": 1185, + "ж": 1186, + "з": 1187, + "и": 1188, + "к": 1189, + "л": 1190, + "м": 1191, + "н": 1192, + "о": 1193, + "п": 1194, + "р": 1195, + "с": 1196, + "т": 1197, + "у": 1198, + "ф": 1199, + "х": 1200, + "ц": 1201, + "ч": 1202, + "ш": 1203, + "щ": 1204, + "ъ": 1205, + "ы": 1206, + "ь": 1207, + "э": 1208, + "ю": 1209, + "я": 1210, + "ђ": 1211, + "є": 1212, + "і": 1213, + "ј": 1214, + "љ": 1215, + "њ": 1216, + "ћ": 1217, + "ӏ": 1218, + "ա": 1219, + "բ": 1220, + "գ": 1221, + "դ": 1222, + "ե": 1223, + "թ": 1224, + "ի": 1225, + "լ": 1226, + "կ": 1227, + "հ": 1228, + "մ": 1229, + "յ": 1230, + "ն": 1231, + "ո": 1232, + "պ": 1233, + "ս": 1234, + "վ": 1235, + "տ": 1236, + "ր": 1237, + "ւ": 1238, + "ք": 1239, + "־": 1240, + "א": 1241, + "ב": 1242, + "ג": 1243, + "ד": 1244, + "ה": 1245, + "ו": 1246, + "ז": 1247, + "ח": 1248, + "ט": 1249, + "י": 1250, + "ך": 1251, + "כ": 1252, + "ל": 1253, + "ם": 1254, + "מ": 1255, + "ן": 1256, + "נ": 1257, + "ס": 1258, + "ע": 1259, + "ף": 1260, + "פ": 1261, + "ץ": 1262, + "צ": 1263, + "ק": 1264, + "ר": 1265, + "ש": 1266, + "ת": 1267, + "،": 1268, + "ء": 1269, + "ا": 1270, + "ب": 1271, + "ة": 1272, + "ت": 1273, + "ث": 1274, + "ج": 1275, + "ح": 1276, + "خ": 1277, + "د": 1278, + "ذ": 1279, + "ر": 1280, + "ز": 1281, + "س": 1282, + "ش": 1283, + "ص": 1284, + "ض": 1285, + "ط": 1286, + "ظ": 1287, + "ع": 1288, + "غ": 1289, + "ـ": 1290, + "ف": 1291, + "ق": 1292, + "ك": 1293, + "ل": 1294, + "م": 1295, + "ن": 1296, + "ه": 1297, + "و": 1298, + "ى": 1299, + "ي": 1300, + "ٹ": 1301, + "پ": 1302, + "چ": 1303, + "ک": 1304, + "گ": 1305, + "ں": 1306, + "ھ": 1307, + "ہ": 1308, + "ی": 1309, + "ے": 1310, + "अ": 1311, + "आ": 1312, + "उ": 1313, + "ए": 1314, + "क": 1315, + "ख": 1316, + "ग": 1317, + "च": 1318, + "ज": 1319, + "ट": 1320, + "ड": 1321, + "ण": 1322, + "त": 1323, + "थ": 1324, + "द": 1325, + "ध": 1326, + "न": 1327, + "प": 1328, + "ब": 1329, + "भ": 1330, + "म": 1331, + "य": 1332, + "र": 1333, + "ल": 1334, + "व": 1335, + "श": 1336, + "ष": 1337, + "स": 1338, + "ह": 1339, + "ा": 1340, + "ि": 1341, + "ी": 1342, + "ो": 1343, + "।": 1344, + "॥": 1345, + "ং": 1346, + "অ": 1347, + "আ": 1348, + "ই": 1349, + "উ": 1350, + "এ": 1351, + "ও": 1352, + "ক": 1353, + "খ": 1354, + "গ": 1355, + "চ": 1356, + "ছ": 1357, + "জ": 1358, + "ট": 1359, + "ড": 1360, + "ণ": 1361, + "ত": 1362, + "থ": 1363, + "দ": 1364, + "ধ": 1365, + "ন": 1366, + "প": 1367, + "ব": 1368, + "ভ": 1369, + "ম": 1370, + "য": 1371, + "র": 1372, + "ল": 1373, + "শ": 1374, + "ষ": 1375, + "স": 1376, + "হ": 1377, + "া": 1378, + "ি": 1379, + "ী": 1380, + "ে": 1381, + "க": 1382, + "ச": 1383, + "ட": 1384, + "த": 1385, + "ந": 1386, + "ன": 1387, + "ப": 1388, + "ம": 1389, + "ய": 1390, + "ர": 1391, + "ல": 1392, + "ள": 1393, + "வ": 1394, + "ா": 1395, + "ி": 1396, + "ு": 1397, + "ே": 1398, + "ை": 1399, + "ನ": 1400, + "ರ": 1401, + "ಾ": 1402, + "ක": 1403, + "ය": 1404, + "ර": 1405, + "ල": 1406, + "ව": 1407, + "ා": 1408, + "ก": 1409, + "ง": 1410, + "ต": 1411, + "ท": 1412, + "น": 1413, + "พ": 1414, + "ม": 1415, + "ย": 1416, + "ร": 1417, + "ล": 1418, + "ว": 1419, + "ส": 1420, + "อ": 1421, + "า": 1422, + "เ": 1423, + "་": 1424, + "།": 1425, + "ག": 1426, + "ང": 1427, + "ད": 1428, + "ན": 1429, + "པ": 1430, + "བ": 1431, + "མ": 1432, + "འ": 1433, + "ར": 1434, + "ལ": 1435, + "ས": 1436, + "မ": 1437, + "ა": 1438, + "ბ": 1439, + "გ": 1440, + "დ": 1441, + "ე": 1442, + "ვ": 1443, + "თ": 1444, + "ი": 1445, + "კ": 1446, + "ლ": 1447, + "მ": 1448, + "ნ": 1449, + "ო": 1450, + "რ": 1451, + "ს": 1452, + "ტ": 1453, + "უ": 1454, + "ᄀ": 1455, + "ᄂ": 1456, + "ᄃ": 1457, + "ᄅ": 1458, + "ᄆ": 1459, + "ᄇ": 1460, + "ᄉ": 1461, + "ᄊ": 1462, + "ᄋ": 1463, + "ᄌ": 1464, + "ᄎ": 1465, + "ᄏ": 1466, + "ᄐ": 1467, + "ᄑ": 1468, + "ᄒ": 1469, + "ᅡ": 1470, + "ᅢ": 1471, + "ᅥ": 1472, + "ᅦ": 1473, + "ᅧ": 1474, + "ᅩ": 1475, + "ᅪ": 1476, + "ᅭ": 1477, + "ᅮ": 1478, + "ᅯ": 1479, + "ᅲ": 1480, + "ᅳ": 1481, + "ᅴ": 1482, + "ᅵ": 1483, + "ᆨ": 1484, + "ᆫ": 1485, + "ᆯ": 1486, + "ᆷ": 1487, + "ᆸ": 1488, + "ᆼ": 1489, + "ᴬ": 1490, + "ᴮ": 1491, + "ᴰ": 1492, + "ᴵ": 1493, + "ᴺ": 1494, + "ᵀ": 1495, + "ᵃ": 1496, + "ᵇ": 1497, + "ᵈ": 1498, + "ᵉ": 1499, + "ᵍ": 1500, + "ᵏ": 1501, + "ᵐ": 1502, + "ᵒ": 1503, + "ᵖ": 1504, + "ᵗ": 1505, + "ᵘ": 1506, + "ᵢ": 1507, + "ᵣ": 1508, + "ᵤ": 1509, + "ᵥ": 1510, + "ᶜ": 1511, + "ᶠ": 1512, + "‐": 1513, + "‑": 1514, + "‒": 1515, + "–": 1516, + "—": 1517, + "―": 1518, + "‖": 1519, + "‘": 1520, + "’": 1521, + "‚": 1522, + "“": 1523, + "”": 1524, + "„": 1525, + "†": 1526, + "‡": 1527, + "•": 1528, + "…": 1529, + "‰": 1530, + "′": 1531, + "″": 1532, + "›": 1533, + "‿": 1534, + "⁄": 1535, + "⁰": 1536, + "ⁱ": 1537, + "⁴": 1538, + "⁵": 1539, + "⁶": 1540, + "⁷": 1541, + "⁸": 1542, + "⁹": 1543, + "⁺": 1544, + "⁻": 1545, + "ⁿ": 1546, + "₀": 1547, + "₁": 1548, + "₂": 1549, + "₃": 1550, + "₄": 1551, + "₅": 1552, + "₆": 1553, + "₇": 1554, + "₈": 1555, + "₉": 1556, + "₊": 1557, + "₍": 1558, + "₎": 1559, + "ₐ": 1560, + "ₑ": 1561, + "ₒ": 1562, + "ₓ": 1563, + "ₕ": 1564, + "ₖ": 1565, + "ₗ": 1566, + "ₘ": 1567, + "ₙ": 1568, + "ₚ": 1569, + "ₛ": 1570, + "ₜ": 1571, + "₤": 1572, + "₩": 1573, + "€": 1574, + "₱": 1575, + "₹": 1576, + "ℓ": 1577, + "№": 1578, + "ℝ": 1579, + "™": 1580, + "⅓": 1581, + "⅔": 1582, + "←": 1583, + "↑": 1584, + "→": 1585, + "↓": 1586, + "↔": 1587, + "↦": 1588, + "⇄": 1589, + "⇌": 1590, + "⇒": 1591, + "∂": 1592, + "∅": 1593, + "∆": 1594, + "∇": 1595, + "∈": 1596, + "−": 1597, + "∗": 1598, + "∘": 1599, + "√": 1600, + "∞": 1601, + "∧": 1602, + "∨": 1603, + "∩": 1604, + "∪": 1605, + "≈": 1606, + "≡": 1607, + "≤": 1608, + "≥": 1609, + "⊂": 1610, + "⊆": 1611, + "⊕": 1612, + "⊗": 1613, + "⋅": 1614, + "─": 1615, + "│": 1616, + "■": 1617, + "▪": 1618, + "●": 1619, + "★": 1620, + "☆": 1621, + "☉": 1622, + "♠": 1623, + "♣": 1624, + "♥": 1625, + "♦": 1626, + "♭": 1627, + "♯": 1628, + "⟨": 1629, + "⟩": 1630, + "ⱼ": 1631, + "⺩": 1632, + "⺼": 1633, + "⽥": 1634, + "、": 1635, + "。": 1636, + "〈": 1637, + "〉": 1638, + "《": 1639, + "》": 1640, + "「": 1641, + "」": 1642, + "『": 1643, + "』": 1644, + "〜": 1645, + "あ": 1646, + "い": 1647, + "う": 1648, + "え": 1649, + "お": 1650, + "か": 1651, + "き": 1652, + "く": 1653, + "け": 1654, + "こ": 1655, + "さ": 1656, + "し": 1657, + "す": 1658, + "せ": 1659, + "そ": 1660, + "た": 1661, + "ち": 1662, + "っ": 1663, + "つ": 1664, + "て": 1665, + "と": 1666, + "な": 1667, + "に": 1668, + "ぬ": 1669, + "ね": 1670, + "の": 1671, + "は": 1672, + "ひ": 1673, + "ふ": 1674, + "へ": 1675, + "ほ": 1676, + "ま": 1677, + "み": 1678, + "む": 1679, + "め": 1680, + "も": 1681, + "や": 1682, + "ゆ": 1683, + "よ": 1684, + "ら": 1685, + "り": 1686, + "る": 1687, + "れ": 1688, + "ろ": 1689, + "を": 1690, + "ん": 1691, + "ァ": 1692, + "ア": 1693, + "ィ": 1694, + "イ": 1695, + "ウ": 1696, + "ェ": 1697, + "エ": 1698, + "オ": 1699, + "カ": 1700, + "キ": 1701, + "ク": 1702, + "ケ": 1703, + "コ": 1704, + "サ": 1705, + "シ": 1706, + "ス": 1707, + "セ": 1708, + "タ": 1709, + "チ": 1710, + "ッ": 1711, + "ツ": 1712, + "テ": 1713, + "ト": 1714, + "ナ": 1715, + "ニ": 1716, + "ノ": 1717, + "ハ": 1718, + "ヒ": 1719, + "フ": 1720, + "ヘ": 1721, + "ホ": 1722, + "マ": 1723, + "ミ": 1724, + "ム": 1725, + "メ": 1726, + "モ": 1727, + "ャ": 1728, + "ュ": 1729, + "ョ": 1730, + "ラ": 1731, + "リ": 1732, + "ル": 1733, + "レ": 1734, + "ロ": 1735, + "ワ": 1736, + "ン": 1737, + "・": 1738, + "ー": 1739, + "一": 1740, + "三": 1741, + "上": 1742, + "下": 1743, + "不": 1744, + "世": 1745, + "中": 1746, + "主": 1747, + "久": 1748, + "之": 1749, + "也": 1750, + "事": 1751, + "二": 1752, + "五": 1753, + "井": 1754, + "京": 1755, + "人": 1756, + "亻": 1757, + "仁": 1758, + "介": 1759, + "代": 1760, + "仮": 1761, + "伊": 1762, + "会": 1763, + "佐": 1764, + "侍": 1765, + "保": 1766, + "信": 1767, + "健": 1768, + "元": 1769, + "光": 1770, + "八": 1771, + "公": 1772, + "内": 1773, + "出": 1774, + "分": 1775, + "前": 1776, + "劉": 1777, + "力": 1778, + "加": 1779, + "勝": 1780, + "北": 1781, + "区": 1782, + "十": 1783, + "千": 1784, + "南": 1785, + "博": 1786, + "原": 1787, + "口": 1788, + "古": 1789, + "史": 1790, + "司": 1791, + "合": 1792, + "吉": 1793, + "同": 1794, + "名": 1795, + "和": 1796, + "囗": 1797, + "四": 1798, + "国": 1799, + "國": 1800, + "土": 1801, + "地": 1802, + "坂": 1803, + "城": 1804, + "堂": 1805, + "場": 1806, + "士": 1807, + "夏": 1808, + "外": 1809, + "大": 1810, + "天": 1811, + "太": 1812, + "夫": 1813, + "奈": 1814, + "女": 1815, + "子": 1816, + "学": 1817, + "宀": 1818, + "宇": 1819, + "安": 1820, + "宗": 1821, + "定": 1822, + "宣": 1823, + "宮": 1824, + "家": 1825, + "宿": 1826, + "寺": 1827, + "將": 1828, + "小": 1829, + "尚": 1830, + "山": 1831, + "岡": 1832, + "島": 1833, + "崎": 1834, + "川": 1835, + "州": 1836, + "巿": 1837, + "帝": 1838, + "平": 1839, + "年": 1840, + "幸": 1841, + "广": 1842, + "弘": 1843, + "張": 1844, + "彳": 1845, + "後": 1846, + "御": 1847, + "德": 1848, + "心": 1849, + "忄": 1850, + "志": 1851, + "忠": 1852, + "愛": 1853, + "成": 1854, + "我": 1855, + "戦": 1856, + "戸": 1857, + "手": 1858, + "扌": 1859, + "政": 1860, + "文": 1861, + "新": 1862, + "方": 1863, + "日": 1864, + "明": 1865, + "星": 1866, + "春": 1867, + "昭": 1868, + "智": 1869, + "曲": 1870, + "書": 1871, + "月": 1872, + "有": 1873, + "朝": 1874, + "木": 1875, + "本": 1876, + "李": 1877, + "村": 1878, + "東": 1879, + "松": 1880, + "林": 1881, + "森": 1882, + "楊": 1883, + "樹": 1884, + "橋": 1885, + "歌": 1886, + "止": 1887, + "正": 1888, + "武": 1889, + "比": 1890, + "氏": 1891, + "民": 1892, + "水": 1893, + "氵": 1894, + "氷": 1895, + "永": 1896, + "江": 1897, + "沢": 1898, + "河": 1899, + "治": 1900, + "法": 1901, + "海": 1902, + "清": 1903, + "漢": 1904, + "瀬": 1905, + "火": 1906, + "版": 1907, + "犬": 1908, + "王": 1909, + "生": 1910, + "田": 1911, + "男": 1912, + "疒": 1913, + "発": 1914, + "白": 1915, + "的": 1916, + "皇": 1917, + "目": 1918, + "相": 1919, + "省": 1920, + "真": 1921, + "石": 1922, + "示": 1923, + "社": 1924, + "神": 1925, + "福": 1926, + "禾": 1927, + "秀": 1928, + "秋": 1929, + "空": 1930, + "立": 1931, + "章": 1932, + "竹": 1933, + "糹": 1934, + "美": 1935, + "義": 1936, + "耳": 1937, + "良": 1938, + "艹": 1939, + "花": 1940, + "英": 1941, + "華": 1942, + "葉": 1943, + "藤": 1944, + "行": 1945, + "街": 1946, + "西": 1947, + "見": 1948, + "訁": 1949, + "語": 1950, + "谷": 1951, + "貝": 1952, + "貴": 1953, + "車": 1954, + "軍": 1955, + "辶": 1956, + "道": 1957, + "郎": 1958, + "郡": 1959, + "部": 1960, + "都": 1961, + "里": 1962, + "野": 1963, + "金": 1964, + "鈴": 1965, + "镇": 1966, + "長": 1967, + "門": 1968, + "間": 1969, + "阝": 1970, + "阿": 1971, + "陳": 1972, + "陽": 1973, + "雄": 1974, + "青": 1975, + "面": 1976, + "風": 1977, + "食": 1978, + "香": 1979, + "馬": 1980, + "高": 1981, + "龍": 1982, + "龸": 1983, + "fi": 1984, + "fl": 1985, + "!": 1986, + "(": 1987, + ")": 1988, + ",": 1989, + "-": 1990, + ".": 1991, + "/": 1992, + ":": 1993, + "?": 1994, + "~": 1995, + "the": 1996, + "of": 1997, + "and": 1998, + "in": 1999, + "to": 2000, + "was": 2001, + "he": 2002, + "is": 2003, + "as": 2004, + "for": 2005, + "on": 2006, + "with": 2007, + "that": 2008, + "it": 2009, + "his": 2010, + "by": 2011, + "at": 2012, + "from": 2013, + "her": 2014, + "##s": 2015, + "she": 2016, + "you": 2017, + "had": 2018, + "an": 2019, + "were": 2020, + "but": 2021, + "be": 2022, + "this": 2023, + "are": 2024, + "not": 2025, + "my": 2026, + "they": 2027, + "one": 2028, + "which": 2029, + "or": 2030, + "have": 2031, + "him": 2032, + "me": 2033, + "first": 2034, + "all": 2035, + "also": 2036, + "their": 2037, + "has": 2038, + "up": 2039, + "who": 2040, + "out": 2041, + "been": 2042, + "when": 2043, + "after": 2044, + "there": 2045, + "into": 2046, + "new": 2047, + "two": 2048, + "its": 2049, + "##a": 2050, + "time": 2051, + "would": 2052, + "no": 2053, + "what": 2054, + "about": 2055, + "said": 2056, + "we": 2057, + "over": 2058, + "then": 2059, + "other": 2060, + "so": 2061, + "more": 2062, + "##e": 2063, + "can": 2064, + "if": 2065, + "like": 2066, + "back": 2067, + "them": 2068, + "only": 2069, + "some": 2070, + "could": 2071, + "##i": 2072, + "where": 2073, + "just": 2074, + "##ing": 2075, + "during": 2076, + "before": 2077, + "##n": 2078, + "do": 2079, + "##o": 2080, + "made": 2081, + "school": 2082, + "through": 2083, + "than": 2084, + "now": 2085, + "years": 2086, + "most": 2087, + "world": 2088, + "may": 2089, + "between": 2090, + "down": 2091, + "well": 2092, + "three": 2093, + "##d": 2094, + "year": 2095, + "while": 2096, + "will": 2097, + "##ed": 2098, + "##r": 2099, + "##y": 2100, + "later": 2101, + "##t": 2102, + "city": 2103, + "under": 2104, + "around": 2105, + "did": 2106, + "such": 2107, + "being": 2108, + "used": 2109, + "state": 2110, + "people": 2111, + "part": 2112, + "know": 2113, + "against": 2114, + "your": 2115, + "many": 2116, + "second": 2117, + "university": 2118, + "both": 2119, + "national": 2120, + "##er": 2121, + "these": 2122, + "don": 2123, + "known": 2124, + "off": 2125, + "way": 2126, + "until": 2127, + "re": 2128, + "how": 2129, + "even": 2130, + "get": 2131, + "head": 2132, + "...": 2133, + "didn": 2134, + "##ly": 2135, + "team": 2136, + "american": 2137, + "because": 2138, + "de": 2139, + "##l": 2140, + "born": 2141, + "united": 2142, + "film": 2143, + "since": 2144, + "still": 2145, + "long": 2146, + "work": 2147, + "south": 2148, + "us": 2149, + "became": 2150, + "any": 2151, + "high": 2152, + "again": 2153, + "day": 2154, + "family": 2155, + "see": 2156, + "right": 2157, + "man": 2158, + "eyes": 2159, + "house": 2160, + "season": 2161, + "war": 2162, + "states": 2163, + "including": 2164, + "took": 2165, + "life": 2166, + "north": 2167, + "same": 2168, + "each": 2169, + "called": 2170, + "name": 2171, + "much": 2172, + "place": 2173, + "however": 2174, + "go": 2175, + "four": 2176, + "group": 2177, + "another": 2178, + "found": 2179, + "won": 2180, + "area": 2181, + "here": 2182, + "going": 2183, + "10": 2184, + "away": 2185, + "series": 2186, + "left": 2187, + "home": 2188, + "music": 2189, + "best": 2190, + "make": 2191, + "hand": 2192, + "number": 2193, + "company": 2194, + "several": 2195, + "never": 2196, + "last": 2197, + "john": 2198, + "000": 2199, + "very": 2200, + "album": 2201, + "take": 2202, + "end": 2203, + "good": 2204, + "too": 2205, + "following": 2206, + "released": 2207, + "game": 2208, + "played": 2209, + "little": 2210, + "began": 2211, + "district": 2212, + "##m": 2213, + "old": 2214, + "want": 2215, + "those": 2216, + "side": 2217, + "held": 2218, + "own": 2219, + "early": 2220, + "county": 2221, + "ll": 2222, + "league": 2223, + "use": 2224, + "west": 2225, + "##u": 2226, + "face": 2227, + "think": 2228, + "##es": 2229, + "2010": 2230, + "government": 2231, + "##h": 2232, + "march": 2233, + "came": 2234, + "small": 2235, + "general": 2236, + "town": 2237, + "june": 2238, + "##on": 2239, + "line": 2240, + "based": 2241, + "something": 2242, + "##k": 2243, + "september": 2244, + "thought": 2245, + "looked": 2246, + "along": 2247, + "international": 2248, + "2011": 2249, + "air": 2250, + "july": 2251, + "club": 2252, + "went": 2253, + "january": 2254, + "october": 2255, + "our": 2256, + "august": 2257, + "april": 2258, + "york": 2259, + "12": 2260, + "few": 2261, + "2012": 2262, + "2008": 2263, + "east": 2264, + "show": 2265, + "member": 2266, + "college": 2267, + "2009": 2268, + "father": 2269, + "public": 2270, + "##us": 2271, + "come": 2272, + "men": 2273, + "five": 2274, + "set": 2275, + "station": 2276, + "church": 2277, + "##c": 2278, + "next": 2279, + "former": 2280, + "november": 2281, + "room": 2282, + "party": 2283, + "located": 2284, + "december": 2285, + "2013": 2286, + "age": 2287, + "got": 2288, + "2007": 2289, + "##g": 2290, + "system": 2291, + "let": 2292, + "love": 2293, + "2006": 2294, + "though": 2295, + "every": 2296, + "2014": 2297, + "look": 2298, + "song": 2299, + "water": 2300, + "century": 2301, + "without": 2302, + "body": 2303, + "black": 2304, + "night": 2305, + "within": 2306, + "great": 2307, + "women": 2308, + "single": 2309, + "ve": 2310, + "building": 2311, + "large": 2312, + "population": 2313, + "river": 2314, + "named": 2315, + "band": 2316, + "white": 2317, + "started": 2318, + "##an": 2319, + "once": 2320, + "15": 2321, + "20": 2322, + "should": 2323, + "18": 2324, + "2015": 2325, + "service": 2326, + "top": 2327, + "built": 2328, + "british": 2329, + "open": 2330, + "death": 2331, + "king": 2332, + "moved": 2333, + "local": 2334, + "times": 2335, + "children": 2336, + "february": 2337, + "book": 2338, + "why": 2339, + "11": 2340, + "door": 2341, + "need": 2342, + "president": 2343, + "order": 2344, + "final": 2345, + "road": 2346, + "wasn": 2347, + "although": 2348, + "due": 2349, + "major": 2350, + "died": 2351, + "village": 2352, + "third": 2353, + "knew": 2354, + "2016": 2355, + "asked": 2356, + "turned": 2357, + "st": 2358, + "wanted": 2359, + "say": 2360, + "##p": 2361, + "together": 2362, + "received": 2363, + "main": 2364, + "son": 2365, + "served": 2366, + "different": 2367, + "##en": 2368, + "behind": 2369, + "himself": 2370, + "felt": 2371, + "members": 2372, + "power": 2373, + "football": 2374, + "law": 2375, + "voice": 2376, + "play": 2377, + "##in": 2378, + "near": 2379, + "park": 2380, + "history": 2381, + "30": 2382, + "having": 2383, + "2005": 2384, + "16": 2385, + "##man": 2386, + "saw": 2387, + "mother": 2388, + "##al": 2389, + "army": 2390, + "point": 2391, + "front": 2392, + "help": 2393, + "english": 2394, + "street": 2395, + "art": 2396, + "late": 2397, + "hands": 2398, + "games": 2399, + "award": 2400, + "##ia": 2401, + "young": 2402, + "14": 2403, + "put": 2404, + "published": 2405, + "country": 2406, + "division": 2407, + "across": 2408, + "told": 2409, + "13": 2410, + "often": 2411, + "ever": 2412, + "french": 2413, + "london": 2414, + "center": 2415, + "six": 2416, + "red": 2417, + "2017": 2418, + "led": 2419, + "days": 2420, + "include": 2421, + "light": 2422, + "25": 2423, + "find": 2424, + "tell": 2425, + "among": 2426, + "species": 2427, + "really": 2428, + "according": 2429, + "central": 2430, + "half": 2431, + "2004": 2432, + "form": 2433, + "original": 2434, + "gave": 2435, + "office": 2436, + "making": 2437, + "enough": 2438, + "lost": 2439, + "full": 2440, + "opened": 2441, + "must": 2442, + "included": 2443, + "live": 2444, + "given": 2445, + "german": 2446, + "player": 2447, + "run": 2448, + "business": 2449, + "woman": 2450, + "community": 2451, + "cup": 2452, + "might": 2453, + "million": 2454, + "land": 2455, + "2000": 2456, + "court": 2457, + "development": 2458, + "17": 2459, + "short": 2460, + "round": 2461, + "ii": 2462, + "km": 2463, + "seen": 2464, + "class": 2465, + "story": 2466, + "always": 2467, + "become": 2468, + "sure": 2469, + "research": 2470, + "almost": 2471, + "director": 2472, + "council": 2473, + "la": 2474, + "##2": 2475, + "career": 2476, + "things": 2477, + "using": 2478, + "island": 2479, + "##z": 2480, + "couldn": 2481, + "car": 2482, + "##is": 2483, + "24": 2484, + "close": 2485, + "force": 2486, + "##1": 2487, + "better": 2488, + "free": 2489, + "support": 2490, + "control": 2491, + "field": 2492, + "students": 2493, + "2003": 2494, + "education": 2495, + "married": 2496, + "##b": 2497, + "nothing": 2498, + "worked": 2499, + "others": 2500, + "record": 2501, + "big": 2502, + "inside": 2503, + "level": 2504, + "anything": 2505, + "continued": 2506, + "give": 2507, + "james": 2508, + "##3": 2509, + "military": 2510, + "established": 2511, + "non": 2512, + "returned": 2513, + "feel": 2514, + "does": 2515, + "title": 2516, + "written": 2517, + "thing": 2518, + "feet": 2519, + "william": 2520, + "far": 2521, + "co": 2522, + "association": 2523, + "hard": 2524, + "already": 2525, + "2002": 2526, + "##ra": 2527, + "championship": 2528, + "human": 2529, + "western": 2530, + "100": 2531, + "##na": 2532, + "department": 2533, + "hall": 2534, + "role": 2535, + "various": 2536, + "production": 2537, + "21": 2538, + "19": 2539, + "heart": 2540, + "2001": 2541, + "living": 2542, + "fire": 2543, + "version": 2544, + "##ers": 2545, + "##f": 2546, + "television": 2547, + "royal": 2548, + "##4": 2549, + "produced": 2550, + "working": 2551, + "act": 2552, + "case": 2553, + "society": 2554, + "region": 2555, + "present": 2556, + "radio": 2557, + "period": 2558, + "looking": 2559, + "least": 2560, + "total": 2561, + "keep": 2562, + "england": 2563, + "wife": 2564, + "program": 2565, + "per": 2566, + "brother": 2567, + "mind": 2568, + "special": 2569, + "22": 2570, + "##le": 2571, + "am": 2572, + "works": 2573, + "soon": 2574, + "##6": 2575, + "political": 2576, + "george": 2577, + "services": 2578, + "taken": 2579, + "created": 2580, + "##7": 2581, + "further": 2582, + "able": 2583, + "reached": 2584, + "david": 2585, + "union": 2586, + "joined": 2587, + "upon": 2588, + "done": 2589, + "important": 2590, + "social": 2591, + "information": 2592, + "either": 2593, + "##ic": 2594, + "##x": 2595, + "appeared": 2596, + "position": 2597, + "ground": 2598, + "lead": 2599, + "rock": 2600, + "dark": 2601, + "election": 2602, + "23": 2603, + "board": 2604, + "france": 2605, + "hair": 2606, + "course": 2607, + "arms": 2608, + "site": 2609, + "police": 2610, + "girl": 2611, + "instead": 2612, + "real": 2613, + "sound": 2614, + "##v": 2615, + "words": 2616, + "moment": 2617, + "##te": 2618, + "someone": 2619, + "##8": 2620, + "summer": 2621, + "project": 2622, + "announced": 2623, + "san": 2624, + "less": 2625, + "wrote": 2626, + "past": 2627, + "followed": 2628, + "##5": 2629, + "blue": 2630, + "founded": 2631, + "al": 2632, + "finally": 2633, + "india": 2634, + "taking": 2635, + "records": 2636, + "america": 2637, + "##ne": 2638, + "1999": 2639, + "design": 2640, + "considered": 2641, + "northern": 2642, + "god": 2643, + "stop": 2644, + "battle": 2645, + "toward": 2646, + "european": 2647, + "outside": 2648, + "described": 2649, + "track": 2650, + "today": 2651, + "playing": 2652, + "language": 2653, + "28": 2654, + "call": 2655, + "26": 2656, + "heard": 2657, + "professional": 2658, + "low": 2659, + "australia": 2660, + "miles": 2661, + "california": 2662, + "win": 2663, + "yet": 2664, + "green": 2665, + "##ie": 2666, + "trying": 2667, + "blood": 2668, + "##ton": 2669, + "southern": 2670, + "science": 2671, + "maybe": 2672, + "everything": 2673, + "match": 2674, + "square": 2675, + "27": 2676, + "mouth": 2677, + "video": 2678, + "race": 2679, + "recorded": 2680, + "leave": 2681, + "above": 2682, + "##9": 2683, + "daughter": 2684, + "points": 2685, + "space": 2686, + "1998": 2687, + "museum": 2688, + "change": 2689, + "middle": 2690, + "common": 2691, + "##0": 2692, + "move": 2693, + "tv": 2694, + "post": 2695, + "##ta": 2696, + "lake": 2697, + "seven": 2698, + "tried": 2699, + "elected": 2700, + "closed": 2701, + "ten": 2702, + "paul": 2703, + "minister": 2704, + "##th": 2705, + "months": 2706, + "start": 2707, + "chief": 2708, + "return": 2709, + "canada": 2710, + "person": 2711, + "sea": 2712, + "release": 2713, + "similar": 2714, + "modern": 2715, + "brought": 2716, + "rest": 2717, + "hit": 2718, + "formed": 2719, + "mr": 2720, + "##la": 2721, + "1997": 2722, + "floor": 2723, + "event": 2724, + "doing": 2725, + "thomas": 2726, + "1996": 2727, + "robert": 2728, + "care": 2729, + "killed": 2730, + "training": 2731, + "star": 2732, + "week": 2733, + "needed": 2734, + "turn": 2735, + "finished": 2736, + "railway": 2737, + "rather": 2738, + "news": 2739, + "health": 2740, + "sent": 2741, + "example": 2742, + "ran": 2743, + "term": 2744, + "michael": 2745, + "coming": 2746, + "currently": 2747, + "yes": 2748, + "forces": 2749, + "despite": 2750, + "gold": 2751, + "areas": 2752, + "50": 2753, + "stage": 2754, + "fact": 2755, + "29": 2756, + "dead": 2757, + "says": 2758, + "popular": 2759, + "2018": 2760, + "originally": 2761, + "germany": 2762, + "probably": 2763, + "developed": 2764, + "result": 2765, + "pulled": 2766, + "friend": 2767, + "stood": 2768, + "money": 2769, + "running": 2770, + "mi": 2771, + "signed": 2772, + "word": 2773, + "songs": 2774, + "child": 2775, + "eventually": 2776, + "met": 2777, + "tour": 2778, + "average": 2779, + "teams": 2780, + "minutes": 2781, + "festival": 2782, + "current": 2783, + "deep": 2784, + "kind": 2785, + "1995": 2786, + "decided": 2787, + "usually": 2788, + "eastern": 2789, + "seemed": 2790, + "##ness": 2791, + "episode": 2792, + "bed": 2793, + "added": 2794, + "table": 2795, + "indian": 2796, + "private": 2797, + "charles": 2798, + "route": 2799, + "available": 2800, + "idea": 2801, + "throughout": 2802, + "centre": 2803, + "addition": 2804, + "appointed": 2805, + "style": 2806, + "1994": 2807, + "books": 2808, + "eight": 2809, + "construction": 2810, + "press": 2811, + "mean": 2812, + "wall": 2813, + "friends": 2814, + "remained": 2815, + "schools": 2816, + "study": 2817, + "##ch": 2818, + "##um": 2819, + "institute": 2820, + "oh": 2821, + "chinese": 2822, + "sometimes": 2823, + "events": 2824, + "possible": 2825, + "1992": 2826, + "australian": 2827, + "type": 2828, + "brown": 2829, + "forward": 2830, + "talk": 2831, + "process": 2832, + "food": 2833, + "debut": 2834, + "seat": 2835, + "performance": 2836, + "committee": 2837, + "features": 2838, + "character": 2839, + "arts": 2840, + "herself": 2841, + "else": 2842, + "lot": 2843, + "strong": 2844, + "russian": 2845, + "range": 2846, + "hours": 2847, + "peter": 2848, + "arm": 2849, + "##da": 2850, + "morning": 2851, + "dr": 2852, + "sold": 2853, + "##ry": 2854, + "quickly": 2855, + "directed": 2856, + "1993": 2857, + "guitar": 2858, + "china": 2859, + "##w": 2860, + "31": 2861, + "list": 2862, + "##ma": 2863, + "performed": 2864, + "media": 2865, + "uk": 2866, + "players": 2867, + "smile": 2868, + "##rs": 2869, + "myself": 2870, + "40": 2871, + "placed": 2872, + "coach": 2873, + "province": 2874, + "towards": 2875, + "wouldn": 2876, + "leading": 2877, + "whole": 2878, + "boy": 2879, + "official": 2880, + "designed": 2881, + "grand": 2882, + "census": 2883, + "##el": 2884, + "europe": 2885, + "attack": 2886, + "japanese": 2887, + "henry": 2888, + "1991": 2889, + "##re": 2890, + "##os": 2891, + "cross": 2892, + "getting": 2893, + "alone": 2894, + "action": 2895, + "lower": 2896, + "network": 2897, + "wide": 2898, + "washington": 2899, + "japan": 2900, + "1990": 2901, + "hospital": 2902, + "believe": 2903, + "changed": 2904, + "sister": 2905, + "##ar": 2906, + "hold": 2907, + "gone": 2908, + "sir": 2909, + "hadn": 2910, + "ship": 2911, + "##ka": 2912, + "studies": 2913, + "academy": 2914, + "shot": 2915, + "rights": 2916, + "below": 2917, + "base": 2918, + "bad": 2919, + "involved": 2920, + "kept": 2921, + "largest": 2922, + "##ist": 2923, + "bank": 2924, + "future": 2925, + "especially": 2926, + "beginning": 2927, + "mark": 2928, + "movement": 2929, + "section": 2930, + "female": 2931, + "magazine": 2932, + "plan": 2933, + "professor": 2934, + "lord": 2935, + "longer": 2936, + "##ian": 2937, + "sat": 2938, + "walked": 2939, + "hill": 2940, + "actually": 2941, + "civil": 2942, + "energy": 2943, + "model": 2944, + "families": 2945, + "size": 2946, + "thus": 2947, + "aircraft": 2948, + "completed": 2949, + "includes": 2950, + "data": 2951, + "captain": 2952, + "##or": 2953, + "fight": 2954, + "vocals": 2955, + "featured": 2956, + "richard": 2957, + "bridge": 2958, + "fourth": 2959, + "1989": 2960, + "officer": 2961, + "stone": 2962, + "hear": 2963, + "##ism": 2964, + "means": 2965, + "medical": 2966, + "groups": 2967, + "management": 2968, + "self": 2969, + "lips": 2970, + "competition": 2971, + "entire": 2972, + "lived": 2973, + "technology": 2974, + "leaving": 2975, + "federal": 2976, + "tournament": 2977, + "bit": 2978, + "passed": 2979, + "hot": 2980, + "independent": 2981, + "awards": 2982, + "kingdom": 2983, + "mary": 2984, + "spent": 2985, + "fine": 2986, + "doesn": 2987, + "reported": 2988, + "##ling": 2989, + "jack": 2990, + "fall": 2991, + "raised": 2992, + "itself": 2993, + "stay": 2994, + "true": 2995, + "studio": 2996, + "1988": 2997, + "sports": 2998, + "replaced": 2999, + "paris": 3000, + "systems": 3001, + "saint": 3002, + "leader": 3003, + "theatre": 3004, + "whose": 3005, + "market": 3006, + "capital": 3007, + "parents": 3008, + "spanish": 3009, + "canadian": 3010, + "earth": 3011, + "##ity": 3012, + "cut": 3013, + "degree": 3014, + "writing": 3015, + "bay": 3016, + "christian": 3017, + "awarded": 3018, + "natural": 3019, + "higher": 3020, + "bill": 3021, + "##as": 3022, + "coast": 3023, + "provided": 3024, + "previous": 3025, + "senior": 3026, + "ft": 3027, + "valley": 3028, + "organization": 3029, + "stopped": 3030, + "onto": 3031, + "countries": 3032, + "parts": 3033, + "conference": 3034, + "queen": 3035, + "security": 3036, + "interest": 3037, + "saying": 3038, + "allowed": 3039, + "master": 3040, + "earlier": 3041, + "phone": 3042, + "matter": 3043, + "smith": 3044, + "winning": 3045, + "try": 3046, + "happened": 3047, + "moving": 3048, + "campaign": 3049, + "los": 3050, + "##ley": 3051, + "breath": 3052, + "nearly": 3053, + "mid": 3054, + "1987": 3055, + "certain": 3056, + "girls": 3057, + "date": 3058, + "italian": 3059, + "african": 3060, + "standing": 3061, + "fell": 3062, + "artist": 3063, + "##ted": 3064, + "shows": 3065, + "deal": 3066, + "mine": 3067, + "industry": 3068, + "1986": 3069, + "##ng": 3070, + "everyone": 3071, + "republic": 3072, + "provide": 3073, + "collection": 3074, + "library": 3075, + "student": 3076, + "##ville": 3077, + "primary": 3078, + "owned": 3079, + "older": 3080, + "via": 3081, + "heavy": 3082, + "1st": 3083, + "makes": 3084, + "##able": 3085, + "attention": 3086, + "anyone": 3087, + "africa": 3088, + "##ri": 3089, + "stated": 3090, + "length": 3091, + "ended": 3092, + "fingers": 3093, + "command": 3094, + "staff": 3095, + "skin": 3096, + "foreign": 3097, + "opening": 3098, + "governor": 3099, + "okay": 3100, + "medal": 3101, + "kill": 3102, + "sun": 3103, + "cover": 3104, + "job": 3105, + "1985": 3106, + "introduced": 3107, + "chest": 3108, + "hell": 3109, + "feeling": 3110, + "##ies": 3111, + "success": 3112, + "meet": 3113, + "reason": 3114, + "standard": 3115, + "meeting": 3116, + "novel": 3117, + "1984": 3118, + "trade": 3119, + "source": 3120, + "buildings": 3121, + "##land": 3122, + "rose": 3123, + "guy": 3124, + "goal": 3125, + "##ur": 3126, + "chapter": 3127, + "native": 3128, + "husband": 3129, + "previously": 3130, + "unit": 3131, + "limited": 3132, + "entered": 3133, + "weeks": 3134, + "producer": 3135, + "operations": 3136, + "mountain": 3137, + "takes": 3138, + "covered": 3139, + "forced": 3140, + "related": 3141, + "roman": 3142, + "complete": 3143, + "successful": 3144, + "key": 3145, + "texas": 3146, + "cold": 3147, + "##ya": 3148, + "channel": 3149, + "1980": 3150, + "traditional": 3151, + "films": 3152, + "dance": 3153, + "clear": 3154, + "approximately": 3155, + "500": 3156, + "nine": 3157, + "van": 3158, + "prince": 3159, + "question": 3160, + "active": 3161, + "tracks": 3162, + "ireland": 3163, + "regional": 3164, + "silver": 3165, + "author": 3166, + "personal": 3167, + "sense": 3168, + "operation": 3169, + "##ine": 3170, + "economic": 3171, + "1983": 3172, + "holding": 3173, + "twenty": 3174, + "isbn": 3175, + "additional": 3176, + "speed": 3177, + "hour": 3178, + "edition": 3179, + "regular": 3180, + "historic": 3181, + "places": 3182, + "whom": 3183, + "shook": 3184, + "movie": 3185, + "km²": 3186, + "secretary": 3187, + "prior": 3188, + "report": 3189, + "chicago": 3190, + "read": 3191, + "foundation": 3192, + "view": 3193, + "engine": 3194, + "scored": 3195, + "1982": 3196, + "units": 3197, + "ask": 3198, + "airport": 3199, + "property": 3200, + "ready": 3201, + "immediately": 3202, + "lady": 3203, + "month": 3204, + "listed": 3205, + "contract": 3206, + "##de": 3207, + "manager": 3208, + "themselves": 3209, + "lines": 3210, + "##ki": 3211, + "navy": 3212, + "writer": 3213, + "meant": 3214, + "##ts": 3215, + "runs": 3216, + "##ro": 3217, + "practice": 3218, + "championships": 3219, + "singer": 3220, + "glass": 3221, + "commission": 3222, + "required": 3223, + "forest": 3224, + "starting": 3225, + "culture": 3226, + "generally": 3227, + "giving": 3228, + "access": 3229, + "attended": 3230, + "test": 3231, + "couple": 3232, + "stand": 3233, + "catholic": 3234, + "martin": 3235, + "caught": 3236, + "executive": 3237, + "##less": 3238, + "eye": 3239, + "##ey": 3240, + "thinking": 3241, + "chair": 3242, + "quite": 3243, + "shoulder": 3244, + "1979": 3245, + "hope": 3246, + "decision": 3247, + "plays": 3248, + "defeated": 3249, + "municipality": 3250, + "whether": 3251, + "structure": 3252, + "offered": 3253, + "slowly": 3254, + "pain": 3255, + "ice": 3256, + "direction": 3257, + "##ion": 3258, + "paper": 3259, + "mission": 3260, + "1981": 3261, + "mostly": 3262, + "200": 3263, + "noted": 3264, + "individual": 3265, + "managed": 3266, + "nature": 3267, + "lives": 3268, + "plant": 3269, + "##ha": 3270, + "helped": 3271, + "except": 3272, + "studied": 3273, + "computer": 3274, + "figure": 3275, + "relationship": 3276, + "issue": 3277, + "significant": 3278, + "loss": 3279, + "die": 3280, + "smiled": 3281, + "gun": 3282, + "ago": 3283, + "highest": 3284, + "1972": 3285, + "##am": 3286, + "male": 3287, + "bring": 3288, + "goals": 3289, + "mexico": 3290, + "problem": 3291, + "distance": 3292, + "commercial": 3293, + "completely": 3294, + "location": 3295, + "annual": 3296, + "famous": 3297, + "drive": 3298, + "1976": 3299, + "neck": 3300, + "1978": 3301, + "surface": 3302, + "caused": 3303, + "italy": 3304, + "understand": 3305, + "greek": 3306, + "highway": 3307, + "wrong": 3308, + "hotel": 3309, + "comes": 3310, + "appearance": 3311, + "joseph": 3312, + "double": 3313, + "issues": 3314, + "musical": 3315, + "companies": 3316, + "castle": 3317, + "income": 3318, + "review": 3319, + "assembly": 3320, + "bass": 3321, + "initially": 3322, + "parliament": 3323, + "artists": 3324, + "experience": 3325, + "1974": 3326, + "particular": 3327, + "walk": 3328, + "foot": 3329, + "engineering": 3330, + "talking": 3331, + "window": 3332, + "dropped": 3333, + "##ter": 3334, + "miss": 3335, + "baby": 3336, + "boys": 3337, + "break": 3338, + "1975": 3339, + "stars": 3340, + "edge": 3341, + "remember": 3342, + "policy": 3343, + "carried": 3344, + "train": 3345, + "stadium": 3346, + "bar": 3347, + "sex": 3348, + "angeles": 3349, + "evidence": 3350, + "##ge": 3351, + "becoming": 3352, + "assistant": 3353, + "soviet": 3354, + "1977": 3355, + "upper": 3356, + "step": 3357, + "wing": 3358, + "1970": 3359, + "youth": 3360, + "financial": 3361, + "reach": 3362, + "##ll": 3363, + "actor": 3364, + "numerous": 3365, + "##se": 3366, + "##st": 3367, + "nodded": 3368, + "arrived": 3369, + "##ation": 3370, + "minute": 3371, + "##nt": 3372, + "believed": 3373, + "sorry": 3374, + "complex": 3375, + "beautiful": 3376, + "victory": 3377, + "associated": 3378, + "temple": 3379, + "1968": 3380, + "1973": 3381, + "chance": 3382, + "perhaps": 3383, + "metal": 3384, + "##son": 3385, + "1945": 3386, + "bishop": 3387, + "##et": 3388, + "lee": 3389, + "launched": 3390, + "particularly": 3391, + "tree": 3392, + "le": 3393, + "retired": 3394, + "subject": 3395, + "prize": 3396, + "contains": 3397, + "yeah": 3398, + "theory": 3399, + "empire": 3400, + "##ce": 3401, + "suddenly": 3402, + "waiting": 3403, + "trust": 3404, + "recording": 3405, + "##to": 3406, + "happy": 3407, + "terms": 3408, + "camp": 3409, + "champion": 3410, + "1971": 3411, + "religious": 3412, + "pass": 3413, + "zealand": 3414, + "names": 3415, + "2nd": 3416, + "port": 3417, + "ancient": 3418, + "tom": 3419, + "corner": 3420, + "represented": 3421, + "watch": 3422, + "legal": 3423, + "anti": 3424, + "justice": 3425, + "cause": 3426, + "watched": 3427, + "brothers": 3428, + "45": 3429, + "material": 3430, + "changes": 3431, + "simply": 3432, + "response": 3433, + "louis": 3434, + "fast": 3435, + "##ting": 3436, + "answer": 3437, + "60": 3438, + "historical": 3439, + "1969": 3440, + "stories": 3441, + "straight": 3442, + "create": 3443, + "feature": 3444, + "increased": 3445, + "rate": 3446, + "administration": 3447, + "virginia": 3448, + "el": 3449, + "activities": 3450, + "cultural": 3451, + "overall": 3452, + "winner": 3453, + "programs": 3454, + "basketball": 3455, + "legs": 3456, + "guard": 3457, + "beyond": 3458, + "cast": 3459, + "doctor": 3460, + "mm": 3461, + "flight": 3462, + "results": 3463, + "remains": 3464, + "cost": 3465, + "effect": 3466, + "winter": 3467, + "##ble": 3468, + "larger": 3469, + "islands": 3470, + "problems": 3471, + "chairman": 3472, + "grew": 3473, + "commander": 3474, + "isn": 3475, + "1967": 3476, + "pay": 3477, + "failed": 3478, + "selected": 3479, + "hurt": 3480, + "fort": 3481, + "box": 3482, + "regiment": 3483, + "majority": 3484, + "journal": 3485, + "35": 3486, + "edward": 3487, + "plans": 3488, + "##ke": 3489, + "##ni": 3490, + "shown": 3491, + "pretty": 3492, + "irish": 3493, + "characters": 3494, + "directly": 3495, + "scene": 3496, + "likely": 3497, + "operated": 3498, + "allow": 3499, + "spring": 3500, + "##j": 3501, + "junior": 3502, + "matches": 3503, + "looks": 3504, + "mike": 3505, + "houses": 3506, + "fellow": 3507, + "##tion": 3508, + "beach": 3509, + "marriage": 3510, + "##ham": 3511, + "##ive": 3512, + "rules": 3513, + "oil": 3514, + "65": 3515, + "florida": 3516, + "expected": 3517, + "nearby": 3518, + "congress": 3519, + "sam": 3520, + "peace": 3521, + "recent": 3522, + "iii": 3523, + "wait": 3524, + "subsequently": 3525, + "cell": 3526, + "##do": 3527, + "variety": 3528, + "serving": 3529, + "agreed": 3530, + "please": 3531, + "poor": 3532, + "joe": 3533, + "pacific": 3534, + "attempt": 3535, + "wood": 3536, + "democratic": 3537, + "piece": 3538, + "prime": 3539, + "##ca": 3540, + "rural": 3541, + "mile": 3542, + "touch": 3543, + "appears": 3544, + "township": 3545, + "1964": 3546, + "1966": 3547, + "soldiers": 3548, + "##men": 3549, + "##ized": 3550, + "1965": 3551, + "pennsylvania": 3552, + "closer": 3553, + "fighting": 3554, + "claimed": 3555, + "score": 3556, + "jones": 3557, + "physical": 3558, + "editor": 3559, + "##ous": 3560, + "filled": 3561, + "genus": 3562, + "specific": 3563, + "sitting": 3564, + "super": 3565, + "mom": 3566, + "##va": 3567, + "therefore": 3568, + "supported": 3569, + "status": 3570, + "fear": 3571, + "cases": 3572, + "store": 3573, + "meaning": 3574, + "wales": 3575, + "minor": 3576, + "spain": 3577, + "tower": 3578, + "focus": 3579, + "vice": 3580, + "frank": 3581, + "follow": 3582, + "parish": 3583, + "separate": 3584, + "golden": 3585, + "horse": 3586, + "fifth": 3587, + "remaining": 3588, + "branch": 3589, + "32": 3590, + "presented": 3591, + "stared": 3592, + "##id": 3593, + "uses": 3594, + "secret": 3595, + "forms": 3596, + "##co": 3597, + "baseball": 3598, + "exactly": 3599, + "##ck": 3600, + "choice": 3601, + "note": 3602, + "discovered": 3603, + "travel": 3604, + "composed": 3605, + "truth": 3606, + "russia": 3607, + "ball": 3608, + "color": 3609, + "kiss": 3610, + "dad": 3611, + "wind": 3612, + "continue": 3613, + "ring": 3614, + "referred": 3615, + "numbers": 3616, + "digital": 3617, + "greater": 3618, + "##ns": 3619, + "metres": 3620, + "slightly": 3621, + "direct": 3622, + "increase": 3623, + "1960": 3624, + "responsible": 3625, + "crew": 3626, + "rule": 3627, + "trees": 3628, + "troops": 3629, + "##no": 3630, + "broke": 3631, + "goes": 3632, + "individuals": 3633, + "hundred": 3634, + "weight": 3635, + "creek": 3636, + "sleep": 3637, + "memory": 3638, + "defense": 3639, + "provides": 3640, + "ordered": 3641, + "code": 3642, + "value": 3643, + "jewish": 3644, + "windows": 3645, + "1944": 3646, + "safe": 3647, + "judge": 3648, + "whatever": 3649, + "corps": 3650, + "realized": 3651, + "growing": 3652, + "pre": 3653, + "##ga": 3654, + "cities": 3655, + "alexander": 3656, + "gaze": 3657, + "lies": 3658, + "spread": 3659, + "scott": 3660, + "letter": 3661, + "showed": 3662, + "situation": 3663, + "mayor": 3664, + "transport": 3665, + "watching": 3666, + "workers": 3667, + "extended": 3668, + "##li": 3669, + "expression": 3670, + "normal": 3671, + "##ment": 3672, + "chart": 3673, + "multiple": 3674, + "border": 3675, + "##ba": 3676, + "host": 3677, + "##ner": 3678, + "daily": 3679, + "mrs": 3680, + "walls": 3681, + "piano": 3682, + "##ko": 3683, + "heat": 3684, + "cannot": 3685, + "##ate": 3686, + "earned": 3687, + "products": 3688, + "drama": 3689, + "era": 3690, + "authority": 3691, + "seasons": 3692, + "join": 3693, + "grade": 3694, + "##io": 3695, + "sign": 3696, + "difficult": 3697, + "machine": 3698, + "1963": 3699, + "territory": 3700, + "mainly": 3701, + "##wood": 3702, + "stations": 3703, + "squadron": 3704, + "1962": 3705, + "stepped": 3706, + "iron": 3707, + "19th": 3708, + "##led": 3709, + "serve": 3710, + "appear": 3711, + "sky": 3712, + "speak": 3713, + "broken": 3714, + "charge": 3715, + "knowledge": 3716, + "kilometres": 3717, + "removed": 3718, + "ships": 3719, + "article": 3720, + "campus": 3721, + "simple": 3722, + "##ty": 3723, + "pushed": 3724, + "britain": 3725, + "##ve": 3726, + "leaves": 3727, + "recently": 3728, + "cd": 3729, + "soft": 3730, + "boston": 3731, + "latter": 3732, + "easy": 3733, + "acquired": 3734, + "poland": 3735, + "##sa": 3736, + "quality": 3737, + "officers": 3738, + "presence": 3739, + "planned": 3740, + "nations": 3741, + "mass": 3742, + "broadcast": 3743, + "jean": 3744, + "share": 3745, + "image": 3746, + "influence": 3747, + "wild": 3748, + "offer": 3749, + "emperor": 3750, + "electric": 3751, + "reading": 3752, + "headed": 3753, + "ability": 3754, + "promoted": 3755, + "yellow": 3756, + "ministry": 3757, + "1942": 3758, + "throat": 3759, + "smaller": 3760, + "politician": 3761, + "##by": 3762, + "latin": 3763, + "spoke": 3764, + "cars": 3765, + "williams": 3766, + "males": 3767, + "lack": 3768, + "pop": 3769, + "80": 3770, + "##ier": 3771, + "acting": 3772, + "seeing": 3773, + "consists": 3774, + "##ti": 3775, + "estate": 3776, + "1961": 3777, + "pressure": 3778, + "johnson": 3779, + "newspaper": 3780, + "jr": 3781, + "chris": 3782, + "olympics": 3783, + "online": 3784, + "conditions": 3785, + "beat": 3786, + "elements": 3787, + "walking": 3788, + "vote": 3789, + "##field": 3790, + "needs": 3791, + "carolina": 3792, + "text": 3793, + "featuring": 3794, + "global": 3795, + "block": 3796, + "shirt": 3797, + "levels": 3798, + "francisco": 3799, + "purpose": 3800, + "females": 3801, + "et": 3802, + "dutch": 3803, + "duke": 3804, + "ahead": 3805, + "gas": 3806, + "twice": 3807, + "safety": 3808, + "serious": 3809, + "turning": 3810, + "highly": 3811, + "lieutenant": 3812, + "firm": 3813, + "maria": 3814, + "amount": 3815, + "mixed": 3816, + "daniel": 3817, + "proposed": 3818, + "perfect": 3819, + "agreement": 3820, + "affairs": 3821, + "3rd": 3822, + "seconds": 3823, + "contemporary": 3824, + "paid": 3825, + "1943": 3826, + "prison": 3827, + "save": 3828, + "kitchen": 3829, + "label": 3830, + "administrative": 3831, + "intended": 3832, + "constructed": 3833, + "academic": 3834, + "nice": 3835, + "teacher": 3836, + "races": 3837, + "1956": 3838, + "formerly": 3839, + "corporation": 3840, + "ben": 3841, + "nation": 3842, + "issued": 3843, + "shut": 3844, + "1958": 3845, + "drums": 3846, + "housing": 3847, + "victoria": 3848, + "seems": 3849, + "opera": 3850, + "1959": 3851, + "graduated": 3852, + "function": 3853, + "von": 3854, + "mentioned": 3855, + "picked": 3856, + "build": 3857, + "recognized": 3858, + "shortly": 3859, + "protection": 3860, + "picture": 3861, + "notable": 3862, + "exchange": 3863, + "elections": 3864, + "1980s": 3865, + "loved": 3866, + "percent": 3867, + "racing": 3868, + "fish": 3869, + "elizabeth": 3870, + "garden": 3871, + "volume": 3872, + "hockey": 3873, + "1941": 3874, + "beside": 3875, + "settled": 3876, + "##ford": 3877, + "1940": 3878, + "competed": 3879, + "replied": 3880, + "drew": 3881, + "1948": 3882, + "actress": 3883, + "marine": 3884, + "scotland": 3885, + "steel": 3886, + "glanced": 3887, + "farm": 3888, + "steve": 3889, + "1957": 3890, + "risk": 3891, + "tonight": 3892, + "positive": 3893, + "magic": 3894, + "singles": 3895, + "effects": 3896, + "gray": 3897, + "screen": 3898, + "dog": 3899, + "##ja": 3900, + "residents": 3901, + "bus": 3902, + "sides": 3903, + "none": 3904, + "secondary": 3905, + "literature": 3906, + "polish": 3907, + "destroyed": 3908, + "flying": 3909, + "founder": 3910, + "households": 3911, + "1939": 3912, + "lay": 3913, + "reserve": 3914, + "usa": 3915, + "gallery": 3916, + "##ler": 3917, + "1946": 3918, + "industrial": 3919, + "younger": 3920, + "approach": 3921, + "appearances": 3922, + "urban": 3923, + "ones": 3924, + "1950": 3925, + "finish": 3926, + "avenue": 3927, + "powerful": 3928, + "fully": 3929, + "growth": 3930, + "page": 3931, + "honor": 3932, + "jersey": 3933, + "projects": 3934, + "advanced": 3935, + "revealed": 3936, + "basic": 3937, + "90": 3938, + "infantry": 3939, + "pair": 3940, + "equipment": 3941, + "visit": 3942, + "33": 3943, + "evening": 3944, + "search": 3945, + "grant": 3946, + "effort": 3947, + "solo": 3948, + "treatment": 3949, + "buried": 3950, + "republican": 3951, + "primarily": 3952, + "bottom": 3953, + "owner": 3954, + "1970s": 3955, + "israel": 3956, + "gives": 3957, + "jim": 3958, + "dream": 3959, + "bob": 3960, + "remain": 3961, + "spot": 3962, + "70": 3963, + "notes": 3964, + "produce": 3965, + "champions": 3966, + "contact": 3967, + "ed": 3968, + "soul": 3969, + "accepted": 3970, + "ways": 3971, + "del": 3972, + "##ally": 3973, + "losing": 3974, + "split": 3975, + "price": 3976, + "capacity": 3977, + "basis": 3978, + "trial": 3979, + "questions": 3980, + "##ina": 3981, + "1955": 3982, + "20th": 3983, + "guess": 3984, + "officially": 3985, + "memorial": 3986, + "naval": 3987, + "initial": 3988, + "##ization": 3989, + "whispered": 3990, + "median": 3991, + "engineer": 3992, + "##ful": 3993, + "sydney": 3994, + "##go": 3995, + "columbia": 3996, + "strength": 3997, + "300": 3998, + "1952": 3999, + "tears": 4000, + "senate": 4001, + "00": 4002, + "card": 4003, + "asian": 4004, + "agent": 4005, + "1947": 4006, + "software": 4007, + "44": 4008, + "draw": 4009, + "warm": 4010, + "supposed": 4011, + "com": 4012, + "pro": 4013, + "##il": 4014, + "transferred": 4015, + "leaned": 4016, + "##at": 4017, + "candidate": 4018, + "escape": 4019, + "mountains": 4020, + "asia": 4021, + "potential": 4022, + "activity": 4023, + "entertainment": 4024, + "seem": 4025, + "traffic": 4026, + "jackson": 4027, + "murder": 4028, + "36": 4029, + "slow": 4030, + "product": 4031, + "orchestra": 4032, + "haven": 4033, + "agency": 4034, + "bbc": 4035, + "taught": 4036, + "website": 4037, + "comedy": 4038, + "unable": 4039, + "storm": 4040, + "planning": 4041, + "albums": 4042, + "rugby": 4043, + "environment": 4044, + "scientific": 4045, + "grabbed": 4046, + "protect": 4047, + "##hi": 4048, + "boat": 4049, + "typically": 4050, + "1954": 4051, + "1953": 4052, + "damage": 4053, + "principal": 4054, + "divided": 4055, + "dedicated": 4056, + "mount": 4057, + "ohio": 4058, + "##berg": 4059, + "pick": 4060, + "fought": 4061, + "driver": 4062, + "##der": 4063, + "empty": 4064, + "shoulders": 4065, + "sort": 4066, + "thank": 4067, + "berlin": 4068, + "prominent": 4069, + "account": 4070, + "freedom": 4071, + "necessary": 4072, + "efforts": 4073, + "alex": 4074, + "headquarters": 4075, + "follows": 4076, + "alongside": 4077, + "des": 4078, + "simon": 4079, + "andrew": 4080, + "suggested": 4081, + "operating": 4082, + "learning": 4083, + "steps": 4084, + "1949": 4085, + "sweet": 4086, + "technical": 4087, + "begin": 4088, + "easily": 4089, + "34": 4090, + "teeth": 4091, + "speaking": 4092, + "settlement": 4093, + "scale": 4094, + "##sh": 4095, + "renamed": 4096, + "ray": 4097, + "max": 4098, + "enemy": 4099, + "semi": 4100, + "joint": 4101, + "compared": 4102, + "##rd": 4103, + "scottish": 4104, + "leadership": 4105, + "analysis": 4106, + "offers": 4107, + "georgia": 4108, + "pieces": 4109, + "captured": 4110, + "animal": 4111, + "deputy": 4112, + "guest": 4113, + "organized": 4114, + "##lin": 4115, + "tony": 4116, + "combined": 4117, + "method": 4118, + "challenge": 4119, + "1960s": 4120, + "huge": 4121, + "wants": 4122, + "battalion": 4123, + "sons": 4124, + "rise": 4125, + "crime": 4126, + "types": 4127, + "facilities": 4128, + "telling": 4129, + "path": 4130, + "1951": 4131, + "platform": 4132, + "sit": 4133, + "1990s": 4134, + "##lo": 4135, + "tells": 4136, + "assigned": 4137, + "rich": 4138, + "pull": 4139, + "##ot": 4140, + "commonly": 4141, + "alive": 4142, + "##za": 4143, + "letters": 4144, + "concept": 4145, + "conducted": 4146, + "wearing": 4147, + "happen": 4148, + "bought": 4149, + "becomes": 4150, + "holy": 4151, + "gets": 4152, + "ocean": 4153, + "defeat": 4154, + "languages": 4155, + "purchased": 4156, + "coffee": 4157, + "occurred": 4158, + "titled": 4159, + "##q": 4160, + "declared": 4161, + "applied": 4162, + "sciences": 4163, + "concert": 4164, + "sounds": 4165, + "jazz": 4166, + "brain": 4167, + "##me": 4168, + "painting": 4169, + "fleet": 4170, + "tax": 4171, + "nick": 4172, + "##ius": 4173, + "michigan": 4174, + "count": 4175, + "animals": 4176, + "leaders": 4177, + "episodes": 4178, + "##line": 4179, + "content": 4180, + "##den": 4181, + "birth": 4182, + "##it": 4183, + "clubs": 4184, + "64": 4185, + "palace": 4186, + "critical": 4187, + "refused": 4188, + "fair": 4189, + "leg": 4190, + "laughed": 4191, + "returning": 4192, + "surrounding": 4193, + "participated": 4194, + "formation": 4195, + "lifted": 4196, + "pointed": 4197, + "connected": 4198, + "rome": 4199, + "medicine": 4200, + "laid": 4201, + "taylor": 4202, + "santa": 4203, + "powers": 4204, + "adam": 4205, + "tall": 4206, + "shared": 4207, + "focused": 4208, + "knowing": 4209, + "yards": 4210, + "entrance": 4211, + "falls": 4212, + "##wa": 4213, + "calling": 4214, + "##ad": 4215, + "sources": 4216, + "chosen": 4217, + "beneath": 4218, + "resources": 4219, + "yard": 4220, + "##ite": 4221, + "nominated": 4222, + "silence": 4223, + "zone": 4224, + "defined": 4225, + "##que": 4226, + "gained": 4227, + "thirty": 4228, + "38": 4229, + "bodies": 4230, + "moon": 4231, + "##ard": 4232, + "adopted": 4233, + "christmas": 4234, + "widely": 4235, + "register": 4236, + "apart": 4237, + "iran": 4238, + "premier": 4239, + "serves": 4240, + "du": 4241, + "unknown": 4242, + "parties": 4243, + "##les": 4244, + "generation": 4245, + "##ff": 4246, + "continues": 4247, + "quick": 4248, + "fields": 4249, + "brigade": 4250, + "quiet": 4251, + "teaching": 4252, + "clothes": 4253, + "impact": 4254, + "weapons": 4255, + "partner": 4256, + "flat": 4257, + "theater": 4258, + "supreme": 4259, + "1938": 4260, + "37": 4261, + "relations": 4262, + "##tor": 4263, + "plants": 4264, + "suffered": 4265, + "1936": 4266, + "wilson": 4267, + "kids": 4268, + "begins": 4269, + "##age": 4270, + "1918": 4271, + "seats": 4272, + "armed": 4273, + "internet": 4274, + "models": 4275, + "worth": 4276, + "laws": 4277, + "400": 4278, + "communities": 4279, + "classes": 4280, + "background": 4281, + "knows": 4282, + "thanks": 4283, + "quarter": 4284, + "reaching": 4285, + "humans": 4286, + "carry": 4287, + "killing": 4288, + "format": 4289, + "kong": 4290, + "hong": 4291, + "setting": 4292, + "75": 4293, + "architecture": 4294, + "disease": 4295, + "railroad": 4296, + "inc": 4297, + "possibly": 4298, + "wish": 4299, + "arthur": 4300, + "thoughts": 4301, + "harry": 4302, + "doors": 4303, + "density": 4304, + "##di": 4305, + "crowd": 4306, + "illinois": 4307, + "stomach": 4308, + "tone": 4309, + "unique": 4310, + "reports": 4311, + "anyway": 4312, + "##ir": 4313, + "liberal": 4314, + "der": 4315, + "vehicle": 4316, + "thick": 4317, + "dry": 4318, + "drug": 4319, + "faced": 4320, + "largely": 4321, + "facility": 4322, + "theme": 4323, + "holds": 4324, + "creation": 4325, + "strange": 4326, + "colonel": 4327, + "##mi": 4328, + "revolution": 4329, + "bell": 4330, + "politics": 4331, + "turns": 4332, + "silent": 4333, + "rail": 4334, + "relief": 4335, + "independence": 4336, + "combat": 4337, + "shape": 4338, + "write": 4339, + "determined": 4340, + "sales": 4341, + "learned": 4342, + "4th": 4343, + "finger": 4344, + "oxford": 4345, + "providing": 4346, + "1937": 4347, + "heritage": 4348, + "fiction": 4349, + "situated": 4350, + "designated": 4351, + "allowing": 4352, + "distribution": 4353, + "hosted": 4354, + "##est": 4355, + "sight": 4356, + "interview": 4357, + "estimated": 4358, + "reduced": 4359, + "##ria": 4360, + "toronto": 4361, + "footballer": 4362, + "keeping": 4363, + "guys": 4364, + "damn": 4365, + "claim": 4366, + "motion": 4367, + "sport": 4368, + "sixth": 4369, + "stayed": 4370, + "##ze": 4371, + "en": 4372, + "rear": 4373, + "receive": 4374, + "handed": 4375, + "twelve": 4376, + "dress": 4377, + "audience": 4378, + "granted": 4379, + "brazil": 4380, + "##well": 4381, + "spirit": 4382, + "##ated": 4383, + "noticed": 4384, + "etc": 4385, + "olympic": 4386, + "representative": 4387, + "eric": 4388, + "tight": 4389, + "trouble": 4390, + "reviews": 4391, + "drink": 4392, + "vampire": 4393, + "missing": 4394, + "roles": 4395, + "ranked": 4396, + "newly": 4397, + "household": 4398, + "finals": 4399, + "wave": 4400, + "critics": 4401, + "##ee": 4402, + "phase": 4403, + "massachusetts": 4404, + "pilot": 4405, + "unlike": 4406, + "philadelphia": 4407, + "bright": 4408, + "guns": 4409, + "crown": 4410, + "organizations": 4411, + "roof": 4412, + "42": 4413, + "respectively": 4414, + "clearly": 4415, + "tongue": 4416, + "marked": 4417, + "circle": 4418, + "fox": 4419, + "korea": 4420, + "bronze": 4421, + "brian": 4422, + "expanded": 4423, + "sexual": 4424, + "supply": 4425, + "yourself": 4426, + "inspired": 4427, + "labour": 4428, + "fc": 4429, + "##ah": 4430, + "reference": 4431, + "vision": 4432, + "draft": 4433, + "connection": 4434, + "brand": 4435, + "reasons": 4436, + "1935": 4437, + "classic": 4438, + "driving": 4439, + "trip": 4440, + "jesus": 4441, + "cells": 4442, + "entry": 4443, + "1920": 4444, + "neither": 4445, + "trail": 4446, + "claims": 4447, + "atlantic": 4448, + "orders": 4449, + "labor": 4450, + "nose": 4451, + "afraid": 4452, + "identified": 4453, + "intelligence": 4454, + "calls": 4455, + "cancer": 4456, + "attacked": 4457, + "passing": 4458, + "stephen": 4459, + "positions": 4460, + "imperial": 4461, + "grey": 4462, + "jason": 4463, + "39": 4464, + "sunday": 4465, + "48": 4466, + "swedish": 4467, + "avoid": 4468, + "extra": 4469, + "uncle": 4470, + "message": 4471, + "covers": 4472, + "allows": 4473, + "surprise": 4474, + "materials": 4475, + "fame": 4476, + "hunter": 4477, + "##ji": 4478, + "1930": 4479, + "citizens": 4480, + "figures": 4481, + "davis": 4482, + "environmental": 4483, + "confirmed": 4484, + "shit": 4485, + "titles": 4486, + "di": 4487, + "performing": 4488, + "difference": 4489, + "acts": 4490, + "attacks": 4491, + "##ov": 4492, + "existing": 4493, + "votes": 4494, + "opportunity": 4495, + "nor": 4496, + "shop": 4497, + "entirely": 4498, + "trains": 4499, + "opposite": 4500, + "pakistan": 4501, + "##pa": 4502, + "develop": 4503, + "resulted": 4504, + "representatives": 4505, + "actions": 4506, + "reality": 4507, + "pressed": 4508, + "##ish": 4509, + "barely": 4510, + "wine": 4511, + "conversation": 4512, + "faculty": 4513, + "northwest": 4514, + "ends": 4515, + "documentary": 4516, + "nuclear": 4517, + "stock": 4518, + "grace": 4519, + "sets": 4520, + "eat": 4521, + "alternative": 4522, + "##ps": 4523, + "bag": 4524, + "resulting": 4525, + "creating": 4526, + "surprised": 4527, + "cemetery": 4528, + "1919": 4529, + "drop": 4530, + "finding": 4531, + "sarah": 4532, + "cricket": 4533, + "streets": 4534, + "tradition": 4535, + "ride": 4536, + "1933": 4537, + "exhibition": 4538, + "target": 4539, + "ear": 4540, + "explained": 4541, + "rain": 4542, + "composer": 4543, + "injury": 4544, + "apartment": 4545, + "municipal": 4546, + "educational": 4547, + "occupied": 4548, + "netherlands": 4549, + "clean": 4550, + "billion": 4551, + "constitution": 4552, + "learn": 4553, + "1914": 4554, + "maximum": 4555, + "classical": 4556, + "francis": 4557, + "lose": 4558, + "opposition": 4559, + "jose": 4560, + "ontario": 4561, + "bear": 4562, + "core": 4563, + "hills": 4564, + "rolled": 4565, + "ending": 4566, + "drawn": 4567, + "permanent": 4568, + "fun": 4569, + "##tes": 4570, + "##lla": 4571, + "lewis": 4572, + "sites": 4573, + "chamber": 4574, + "ryan": 4575, + "##way": 4576, + "scoring": 4577, + "height": 4578, + "1934": 4579, + "##house": 4580, + "lyrics": 4581, + "staring": 4582, + "55": 4583, + "officials": 4584, + "1917": 4585, + "snow": 4586, + "oldest": 4587, + "##tic": 4588, + "orange": 4589, + "##ger": 4590, + "qualified": 4591, + "interior": 4592, + "apparently": 4593, + "succeeded": 4594, + "thousand": 4595, + "dinner": 4596, + "lights": 4597, + "existence": 4598, + "fans": 4599, + "heavily": 4600, + "41": 4601, + "greatest": 4602, + "conservative": 4603, + "send": 4604, + "bowl": 4605, + "plus": 4606, + "enter": 4607, + "catch": 4608, + "##un": 4609, + "economy": 4610, + "duty": 4611, + "1929": 4612, + "speech": 4613, + "authorities": 4614, + "princess": 4615, + "performances": 4616, + "versions": 4617, + "shall": 4618, + "graduate": 4619, + "pictures": 4620, + "effective": 4621, + "remembered": 4622, + "poetry": 4623, + "desk": 4624, + "crossed": 4625, + "starring": 4626, + "starts": 4627, + "passenger": 4628, + "sharp": 4629, + "##ant": 4630, + "acres": 4631, + "ass": 4632, + "weather": 4633, + "falling": 4634, + "rank": 4635, + "fund": 4636, + "supporting": 4637, + "check": 4638, + "adult": 4639, + "publishing": 4640, + "heads": 4641, + "cm": 4642, + "southeast": 4643, + "lane": 4644, + "##burg": 4645, + "application": 4646, + "bc": 4647, + "##ura": 4648, + "les": 4649, + "condition": 4650, + "transfer": 4651, + "prevent": 4652, + "display": 4653, + "ex": 4654, + "regions": 4655, + "earl": 4656, + "federation": 4657, + "cool": 4658, + "relatively": 4659, + "answered": 4660, + "besides": 4661, + "1928": 4662, + "obtained": 4663, + "portion": 4664, + "##town": 4665, + "mix": 4666, + "##ding": 4667, + "reaction": 4668, + "liked": 4669, + "dean": 4670, + "express": 4671, + "peak": 4672, + "1932": 4673, + "##tte": 4674, + "counter": 4675, + "religion": 4676, + "chain": 4677, + "rare": 4678, + "miller": 4679, + "convention": 4680, + "aid": 4681, + "lie": 4682, + "vehicles": 4683, + "mobile": 4684, + "perform": 4685, + "squad": 4686, + "wonder": 4687, + "lying": 4688, + "crazy": 4689, + "sword": 4690, + "##ping": 4691, + "attempted": 4692, + "centuries": 4693, + "weren": 4694, + "philosophy": 4695, + "category": 4696, + "##ize": 4697, + "anna": 4698, + "interested": 4699, + "47": 4700, + "sweden": 4701, + "wolf": 4702, + "frequently": 4703, + "abandoned": 4704, + "kg": 4705, + "literary": 4706, + "alliance": 4707, + "task": 4708, + "entitled": 4709, + "##ay": 4710, + "threw": 4711, + "promotion": 4712, + "factory": 4713, + "tiny": 4714, + "soccer": 4715, + "visited": 4716, + "matt": 4717, + "fm": 4718, + "achieved": 4719, + "52": 4720, + "defence": 4721, + "internal": 4722, + "persian": 4723, + "43": 4724, + "methods": 4725, + "##ging": 4726, + "arrested": 4727, + "otherwise": 4728, + "cambridge": 4729, + "programming": 4730, + "villages": 4731, + "elementary": 4732, + "districts": 4733, + "rooms": 4734, + "criminal": 4735, + "conflict": 4736, + "worry": 4737, + "trained": 4738, + "1931": 4739, + "attempts": 4740, + "waited": 4741, + "signal": 4742, + "bird": 4743, + "truck": 4744, + "subsequent": 4745, + "programme": 4746, + "##ol": 4747, + "ad": 4748, + "49": 4749, + "communist": 4750, + "details": 4751, + "faith": 4752, + "sector": 4753, + "patrick": 4754, + "carrying": 4755, + "laugh": 4756, + "##ss": 4757, + "controlled": 4758, + "korean": 4759, + "showing": 4760, + "origin": 4761, + "fuel": 4762, + "evil": 4763, + "1927": 4764, + "##ent": 4765, + "brief": 4766, + "identity": 4767, + "darkness": 4768, + "address": 4769, + "pool": 4770, + "missed": 4771, + "publication": 4772, + "web": 4773, + "planet": 4774, + "ian": 4775, + "anne": 4776, + "wings": 4777, + "invited": 4778, + "##tt": 4779, + "briefly": 4780, + "standards": 4781, + "kissed": 4782, + "##be": 4783, + "ideas": 4784, + "climate": 4785, + "causing": 4786, + "walter": 4787, + "worse": 4788, + "albert": 4789, + "articles": 4790, + "winners": 4791, + "desire": 4792, + "aged": 4793, + "northeast": 4794, + "dangerous": 4795, + "gate": 4796, + "doubt": 4797, + "1922": 4798, + "wooden": 4799, + "multi": 4800, + "##ky": 4801, + "poet": 4802, + "rising": 4803, + "funding": 4804, + "46": 4805, + "communications": 4806, + "communication": 4807, + "violence": 4808, + "copies": 4809, + "prepared": 4810, + "ford": 4811, + "investigation": 4812, + "skills": 4813, + "1924": 4814, + "pulling": 4815, + "electronic": 4816, + "##ak": 4817, + "##ial": 4818, + "##han": 4819, + "containing": 4820, + "ultimately": 4821, + "offices": 4822, + "singing": 4823, + "understanding": 4824, + "restaurant": 4825, + "tomorrow": 4826, + "fashion": 4827, + "christ": 4828, + "ward": 4829, + "da": 4830, + "pope": 4831, + "stands": 4832, + "5th": 4833, + "flow": 4834, + "studios": 4835, + "aired": 4836, + "commissioned": 4837, + "contained": 4838, + "exist": 4839, + "fresh": 4840, + "americans": 4841, + "##per": 4842, + "wrestling": 4843, + "approved": 4844, + "kid": 4845, + "employed": 4846, + "respect": 4847, + "suit": 4848, + "1925": 4849, + "angel": 4850, + "asking": 4851, + "increasing": 4852, + "frame": 4853, + "angry": 4854, + "selling": 4855, + "1950s": 4856, + "thin": 4857, + "finds": 4858, + "##nd": 4859, + "temperature": 4860, + "statement": 4861, + "ali": 4862, + "explain": 4863, + "inhabitants": 4864, + "towns": 4865, + "extensive": 4866, + "narrow": 4867, + "51": 4868, + "jane": 4869, + "flowers": 4870, + "images": 4871, + "promise": 4872, + "somewhere": 4873, + "object": 4874, + "fly": 4875, + "closely": 4876, + "##ls": 4877, + "1912": 4878, + "bureau": 4879, + "cape": 4880, + "1926": 4881, + "weekly": 4882, + "presidential": 4883, + "legislative": 4884, + "1921": 4885, + "##ai": 4886, + "##au": 4887, + "launch": 4888, + "founding": 4889, + "##ny": 4890, + "978": 4891, + "##ring": 4892, + "artillery": 4893, + "strike": 4894, + "un": 4895, + "institutions": 4896, + "roll": 4897, + "writers": 4898, + "landing": 4899, + "chose": 4900, + "kevin": 4901, + "anymore": 4902, + "pp": 4903, + "##ut": 4904, + "attorney": 4905, + "fit": 4906, + "dan": 4907, + "billboard": 4908, + "receiving": 4909, + "agricultural": 4910, + "breaking": 4911, + "sought": 4912, + "dave": 4913, + "admitted": 4914, + "lands": 4915, + "mexican": 4916, + "##bury": 4917, + "charlie": 4918, + "specifically": 4919, + "hole": 4920, + "iv": 4921, + "howard": 4922, + "credit": 4923, + "moscow": 4924, + "roads": 4925, + "accident": 4926, + "1923": 4927, + "proved": 4928, + "wear": 4929, + "struck": 4930, + "hey": 4931, + "guards": 4932, + "stuff": 4933, + "slid": 4934, + "expansion": 4935, + "1915": 4936, + "cat": 4937, + "anthony": 4938, + "##kin": 4939, + "melbourne": 4940, + "opposed": 4941, + "sub": 4942, + "southwest": 4943, + "architect": 4944, + "failure": 4945, + "plane": 4946, + "1916": 4947, + "##ron": 4948, + "map": 4949, + "camera": 4950, + "tank": 4951, + "listen": 4952, + "regarding": 4953, + "wet": 4954, + "introduction": 4955, + "metropolitan": 4956, + "link": 4957, + "ep": 4958, + "fighter": 4959, + "inch": 4960, + "grown": 4961, + "gene": 4962, + "anger": 4963, + "fixed": 4964, + "buy": 4965, + "dvd": 4966, + "khan": 4967, + "domestic": 4968, + "worldwide": 4969, + "chapel": 4970, + "mill": 4971, + "functions": 4972, + "examples": 4973, + "##head": 4974, + "developing": 4975, + "1910": 4976, + "turkey": 4977, + "hits": 4978, + "pocket": 4979, + "antonio": 4980, + "papers": 4981, + "grow": 4982, + "unless": 4983, + "circuit": 4984, + "18th": 4985, + "concerned": 4986, + "attached": 4987, + "journalist": 4988, + "selection": 4989, + "journey": 4990, + "converted": 4991, + "provincial": 4992, + "painted": 4993, + "hearing": 4994, + "aren": 4995, + "bands": 4996, + "negative": 4997, + "aside": 4998, + "wondered": 4999, + "knight": 5000, + "lap": 5001, + "survey": 5002, + "ma": 5003, + "##ow": 5004, + "noise": 5005, + "billy": 5006, + "##ium": 5007, + "shooting": 5008, + "guide": 5009, + "bedroom": 5010, + "priest": 5011, + "resistance": 5012, + "motor": 5013, + "homes": 5014, + "sounded": 5015, + "giant": 5016, + "##mer": 5017, + "150": 5018, + "scenes": 5019, + "equal": 5020, + "comic": 5021, + "patients": 5022, + "hidden": 5023, + "solid": 5024, + "actual": 5025, + "bringing": 5026, + "afternoon": 5027, + "touched": 5028, + "funds": 5029, + "wedding": 5030, + "consisted": 5031, + "marie": 5032, + "canal": 5033, + "sr": 5034, + "kim": 5035, + "treaty": 5036, + "turkish": 5037, + "recognition": 5038, + "residence": 5039, + "cathedral": 5040, + "broad": 5041, + "knees": 5042, + "incident": 5043, + "shaped": 5044, + "fired": 5045, + "norwegian": 5046, + "handle": 5047, + "cheek": 5048, + "contest": 5049, + "represent": 5050, + "##pe": 5051, + "representing": 5052, + "beauty": 5053, + "##sen": 5054, + "birds": 5055, + "advantage": 5056, + "emergency": 5057, + "wrapped": 5058, + "drawing": 5059, + "notice": 5060, + "pink": 5061, + "broadcasting": 5062, + "##ong": 5063, + "somehow": 5064, + "bachelor": 5065, + "seventh": 5066, + "collected": 5067, + "registered": 5068, + "establishment": 5069, + "alan": 5070, + "assumed": 5071, + "chemical": 5072, + "personnel": 5073, + "roger": 5074, + "retirement": 5075, + "jeff": 5076, + "portuguese": 5077, + "wore": 5078, + "tied": 5079, + "device": 5080, + "threat": 5081, + "progress": 5082, + "advance": 5083, + "##ised": 5084, + "banks": 5085, + "hired": 5086, + "manchester": 5087, + "nfl": 5088, + "teachers": 5089, + "structures": 5090, + "forever": 5091, + "##bo": 5092, + "tennis": 5093, + "helping": 5094, + "saturday": 5095, + "sale": 5096, + "applications": 5097, + "junction": 5098, + "hip": 5099, + "incorporated": 5100, + "neighborhood": 5101, + "dressed": 5102, + "ceremony": 5103, + "##ds": 5104, + "influenced": 5105, + "hers": 5106, + "visual": 5107, + "stairs": 5108, + "decades": 5109, + "inner": 5110, + "kansas": 5111, + "hung": 5112, + "hoped": 5113, + "gain": 5114, + "scheduled": 5115, + "downtown": 5116, + "engaged": 5117, + "austria": 5118, + "clock": 5119, + "norway": 5120, + "certainly": 5121, + "pale": 5122, + "protected": 5123, + "1913": 5124, + "victor": 5125, + "employees": 5126, + "plate": 5127, + "putting": 5128, + "surrounded": 5129, + "##ists": 5130, + "finishing": 5131, + "blues": 5132, + "tropical": 5133, + "##ries": 5134, + "minnesota": 5135, + "consider": 5136, + "philippines": 5137, + "accept": 5138, + "54": 5139, + "retrieved": 5140, + "1900": 5141, + "concern": 5142, + "anderson": 5143, + "properties": 5144, + "institution": 5145, + "gordon": 5146, + "successfully": 5147, + "vietnam": 5148, + "##dy": 5149, + "backing": 5150, + "outstanding": 5151, + "muslim": 5152, + "crossing": 5153, + "folk": 5154, + "producing": 5155, + "usual": 5156, + "demand": 5157, + "occurs": 5158, + "observed": 5159, + "lawyer": 5160, + "educated": 5161, + "##ana": 5162, + "kelly": 5163, + "string": 5164, + "pleasure": 5165, + "budget": 5166, + "items": 5167, + "quietly": 5168, + "colorado": 5169, + "philip": 5170, + "typical": 5171, + "##worth": 5172, + "derived": 5173, + "600": 5174, + "survived": 5175, + "asks": 5176, + "mental": 5177, + "##ide": 5178, + "56": 5179, + "jake": 5180, + "jews": 5181, + "distinguished": 5182, + "ltd": 5183, + "1911": 5184, + "sri": 5185, + "extremely": 5186, + "53": 5187, + "athletic": 5188, + "loud": 5189, + "thousands": 5190, + "worried": 5191, + "shadow": 5192, + "transportation": 5193, + "horses": 5194, + "weapon": 5195, + "arena": 5196, + "importance": 5197, + "users": 5198, + "tim": 5199, + "objects": 5200, + "contributed": 5201, + "dragon": 5202, + "douglas": 5203, + "aware": 5204, + "senator": 5205, + "johnny": 5206, + "jordan": 5207, + "sisters": 5208, + "engines": 5209, + "flag": 5210, + "investment": 5211, + "samuel": 5212, + "shock": 5213, + "capable": 5214, + "clark": 5215, + "row": 5216, + "wheel": 5217, + "refers": 5218, + "session": 5219, + "familiar": 5220, + "biggest": 5221, + "wins": 5222, + "hate": 5223, + "maintained": 5224, + "drove": 5225, + "hamilton": 5226, + "request": 5227, + "expressed": 5228, + "injured": 5229, + "underground": 5230, + "churches": 5231, + "walker": 5232, + "wars": 5233, + "tunnel": 5234, + "passes": 5235, + "stupid": 5236, + "agriculture": 5237, + "softly": 5238, + "cabinet": 5239, + "regarded": 5240, + "joining": 5241, + "indiana": 5242, + "##ea": 5243, + "##ms": 5244, + "push": 5245, + "dates": 5246, + "spend": 5247, + "behavior": 5248, + "woods": 5249, + "protein": 5250, + "gently": 5251, + "chase": 5252, + "morgan": 5253, + "mention": 5254, + "burning": 5255, + "wake": 5256, + "combination": 5257, + "occur": 5258, + "mirror": 5259, + "leads": 5260, + "jimmy": 5261, + "indeed": 5262, + "impossible": 5263, + "singapore": 5264, + "paintings": 5265, + "covering": 5266, + "##nes": 5267, + "soldier": 5268, + "locations": 5269, + "attendance": 5270, + "sell": 5271, + "historian": 5272, + "wisconsin": 5273, + "invasion": 5274, + "argued": 5275, + "painter": 5276, + "diego": 5277, + "changing": 5278, + "egypt": 5279, + "##don": 5280, + "experienced": 5281, + "inches": 5282, + "##ku": 5283, + "missouri": 5284, + "vol": 5285, + "grounds": 5286, + "spoken": 5287, + "switzerland": 5288, + "##gan": 5289, + "reform": 5290, + "rolling": 5291, + "ha": 5292, + "forget": 5293, + "massive": 5294, + "resigned": 5295, + "burned": 5296, + "allen": 5297, + "tennessee": 5298, + "locked": 5299, + "values": 5300, + "improved": 5301, + "##mo": 5302, + "wounded": 5303, + "universe": 5304, + "sick": 5305, + "dating": 5306, + "facing": 5307, + "pack": 5308, + "purchase": 5309, + "user": 5310, + "##pur": 5311, + "moments": 5312, + "##ul": 5313, + "merged": 5314, + "anniversary": 5315, + "1908": 5316, + "coal": 5317, + "brick": 5318, + "understood": 5319, + "causes": 5320, + "dynasty": 5321, + "queensland": 5322, + "establish": 5323, + "stores": 5324, + "crisis": 5325, + "promote": 5326, + "hoping": 5327, + "views": 5328, + "cards": 5329, + "referee": 5330, + "extension": 5331, + "##si": 5332, + "raise": 5333, + "arizona": 5334, + "improve": 5335, + "colonial": 5336, + "formal": 5337, + "charged": 5338, + "##rt": 5339, + "palm": 5340, + "lucky": 5341, + "hide": 5342, + "rescue": 5343, + "faces": 5344, + "95": 5345, + "feelings": 5346, + "candidates": 5347, + "juan": 5348, + "##ell": 5349, + "goods": 5350, + "6th": 5351, + "courses": 5352, + "weekend": 5353, + "59": 5354, + "luke": 5355, + "cash": 5356, + "fallen": 5357, + "##om": 5358, + "delivered": 5359, + "affected": 5360, + "installed": 5361, + "carefully": 5362, + "tries": 5363, + "swiss": 5364, + "hollywood": 5365, + "costs": 5366, + "lincoln": 5367, + "responsibility": 5368, + "##he": 5369, + "shore": 5370, + "file": 5371, + "proper": 5372, + "normally": 5373, + "maryland": 5374, + "assistance": 5375, + "jump": 5376, + "constant": 5377, + "offering": 5378, + "friendly": 5379, + "waters": 5380, + "persons": 5381, + "realize": 5382, + "contain": 5383, + "trophy": 5384, + "800": 5385, + "partnership": 5386, + "factor": 5387, + "58": 5388, + "musicians": 5389, + "cry": 5390, + "bound": 5391, + "oregon": 5392, + "indicated": 5393, + "hero": 5394, + "houston": 5395, + "medium": 5396, + "##ure": 5397, + "consisting": 5398, + "somewhat": 5399, + "##ara": 5400, + "57": 5401, + "cycle": 5402, + "##che": 5403, + "beer": 5404, + "moore": 5405, + "frederick": 5406, + "gotten": 5407, + "eleven": 5408, + "worst": 5409, + "weak": 5410, + "approached": 5411, + "arranged": 5412, + "chin": 5413, + "loan": 5414, + "universal": 5415, + "bond": 5416, + "fifteen": 5417, + "pattern": 5418, + "disappeared": 5419, + "##ney": 5420, + "translated": 5421, + "##zed": 5422, + "lip": 5423, + "arab": 5424, + "capture": 5425, + "interests": 5426, + "insurance": 5427, + "##chi": 5428, + "shifted": 5429, + "cave": 5430, + "prix": 5431, + "warning": 5432, + "sections": 5433, + "courts": 5434, + "coat": 5435, + "plot": 5436, + "smell": 5437, + "feed": 5438, + "golf": 5439, + "favorite": 5440, + "maintain": 5441, + "knife": 5442, + "vs": 5443, + "voted": 5444, + "degrees": 5445, + "finance": 5446, + "quebec": 5447, + "opinion": 5448, + "translation": 5449, + "manner": 5450, + "ruled": 5451, + "operate": 5452, + "productions": 5453, + "choose": 5454, + "musician": 5455, + "discovery": 5456, + "confused": 5457, + "tired": 5458, + "separated": 5459, + "stream": 5460, + "techniques": 5461, + "committed": 5462, + "attend": 5463, + "ranking": 5464, + "kings": 5465, + "throw": 5466, + "passengers": 5467, + "measure": 5468, + "horror": 5469, + "fan": 5470, + "mining": 5471, + "sand": 5472, + "danger": 5473, + "salt": 5474, + "calm": 5475, + "decade": 5476, + "dam": 5477, + "require": 5478, + "runner": 5479, + "##ik": 5480, + "rush": 5481, + "associate": 5482, + "greece": 5483, + "##ker": 5484, + "rivers": 5485, + "consecutive": 5486, + "matthew": 5487, + "##ski": 5488, + "sighed": 5489, + "sq": 5490, + "documents": 5491, + "steam": 5492, + "edited": 5493, + "closing": 5494, + "tie": 5495, + "accused": 5496, + "1905": 5497, + "##ini": 5498, + "islamic": 5499, + "distributed": 5500, + "directors": 5501, + "organisation": 5502, + "bruce": 5503, + "7th": 5504, + "breathing": 5505, + "mad": 5506, + "lit": 5507, + "arrival": 5508, + "concrete": 5509, + "taste": 5510, + "08": 5511, + "composition": 5512, + "shaking": 5513, + "faster": 5514, + "amateur": 5515, + "adjacent": 5516, + "stating": 5517, + "1906": 5518, + "twin": 5519, + "flew": 5520, + "##ran": 5521, + "tokyo": 5522, + "publications": 5523, + "##tone": 5524, + "obviously": 5525, + "ridge": 5526, + "storage": 5527, + "1907": 5528, + "carl": 5529, + "pages": 5530, + "concluded": 5531, + "desert": 5532, + "driven": 5533, + "universities": 5534, + "ages": 5535, + "terminal": 5536, + "sequence": 5537, + "borough": 5538, + "250": 5539, + "constituency": 5540, + "creative": 5541, + "cousin": 5542, + "economics": 5543, + "dreams": 5544, + "margaret": 5545, + "notably": 5546, + "reduce": 5547, + "montreal": 5548, + "mode": 5549, + "17th": 5550, + "ears": 5551, + "saved": 5552, + "jan": 5553, + "vocal": 5554, + "##ica": 5555, + "1909": 5556, + "andy": 5557, + "##jo": 5558, + "riding": 5559, + "roughly": 5560, + "threatened": 5561, + "##ise": 5562, + "meters": 5563, + "meanwhile": 5564, + "landed": 5565, + "compete": 5566, + "repeated": 5567, + "grass": 5568, + "czech": 5569, + "regularly": 5570, + "charges": 5571, + "tea": 5572, + "sudden": 5573, + "appeal": 5574, + "##ung": 5575, + "solution": 5576, + "describes": 5577, + "pierre": 5578, + "classification": 5579, + "glad": 5580, + "parking": 5581, + "##ning": 5582, + "belt": 5583, + "physics": 5584, + "99": 5585, + "rachel": 5586, + "add": 5587, + "hungarian": 5588, + "participate": 5589, + "expedition": 5590, + "damaged": 5591, + "gift": 5592, + "childhood": 5593, + "85": 5594, + "fifty": 5595, + "##red": 5596, + "mathematics": 5597, + "jumped": 5598, + "letting": 5599, + "defensive": 5600, + "mph": 5601, + "##ux": 5602, + "##gh": 5603, + "testing": 5604, + "##hip": 5605, + "hundreds": 5606, + "shoot": 5607, + "owners": 5608, + "matters": 5609, + "smoke": 5610, + "israeli": 5611, + "kentucky": 5612, + "dancing": 5613, + "mounted": 5614, + "grandfather": 5615, + "emma": 5616, + "designs": 5617, + "profit": 5618, + "argentina": 5619, + "##gs": 5620, + "truly": 5621, + "li": 5622, + "lawrence": 5623, + "cole": 5624, + "begun": 5625, + "detroit": 5626, + "willing": 5627, + "branches": 5628, + "smiling": 5629, + "decide": 5630, + "miami": 5631, + "enjoyed": 5632, + "recordings": 5633, + "##dale": 5634, + "poverty": 5635, + "ethnic": 5636, + "gay": 5637, + "##bi": 5638, + "gary": 5639, + "arabic": 5640, + "09": 5641, + "accompanied": 5642, + "##one": 5643, + "##ons": 5644, + "fishing": 5645, + "determine": 5646, + "residential": 5647, + "acid": 5648, + "##ary": 5649, + "alice": 5650, + "returns": 5651, + "starred": 5652, + "mail": 5653, + "##ang": 5654, + "jonathan": 5655, + "strategy": 5656, + "##ue": 5657, + "net": 5658, + "forty": 5659, + "cook": 5660, + "businesses": 5661, + "equivalent": 5662, + "commonwealth": 5663, + "distinct": 5664, + "ill": 5665, + "##cy": 5666, + "seriously": 5667, + "##ors": 5668, + "##ped": 5669, + "shift": 5670, + "harris": 5671, + "replace": 5672, + "rio": 5673, + "imagine": 5674, + "formula": 5675, + "ensure": 5676, + "##ber": 5677, + "additionally": 5678, + "scheme": 5679, + "conservation": 5680, + "occasionally": 5681, + "purposes": 5682, + "feels": 5683, + "favor": 5684, + "##and": 5685, + "##ore": 5686, + "1930s": 5687, + "contrast": 5688, + "hanging": 5689, + "hunt": 5690, + "movies": 5691, + "1904": 5692, + "instruments": 5693, + "victims": 5694, + "danish": 5695, + "christopher": 5696, + "busy": 5697, + "demon": 5698, + "sugar": 5699, + "earliest": 5700, + "colony": 5701, + "studying": 5702, + "balance": 5703, + "duties": 5704, + "##ks": 5705, + "belgium": 5706, + "slipped": 5707, + "carter": 5708, + "05": 5709, + "visible": 5710, + "stages": 5711, + "iraq": 5712, + "fifa": 5713, + "##im": 5714, + "commune": 5715, + "forming": 5716, + "zero": 5717, + "07": 5718, + "continuing": 5719, + "talked": 5720, + "counties": 5721, + "legend": 5722, + "bathroom": 5723, + "option": 5724, + "tail": 5725, + "clay": 5726, + "daughters": 5727, + "afterwards": 5728, + "severe": 5729, + "jaw": 5730, + "visitors": 5731, + "##ded": 5732, + "devices": 5733, + "aviation": 5734, + "russell": 5735, + "kate": 5736, + "##vi": 5737, + "entering": 5738, + "subjects": 5739, + "##ino": 5740, + "temporary": 5741, + "swimming": 5742, + "forth": 5743, + "smooth": 5744, + "ghost": 5745, + "audio": 5746, + "bush": 5747, + "operates": 5748, + "rocks": 5749, + "movements": 5750, + "signs": 5751, + "eddie": 5752, + "##tz": 5753, + "ann": 5754, + "voices": 5755, + "honorary": 5756, + "06": 5757, + "memories": 5758, + "dallas": 5759, + "pure": 5760, + "measures": 5761, + "racial": 5762, + "promised": 5763, + "66": 5764, + "harvard": 5765, + "ceo": 5766, + "16th": 5767, + "parliamentary": 5768, + "indicate": 5769, + "benefit": 5770, + "flesh": 5771, + "dublin": 5772, + "louisiana": 5773, + "1902": 5774, + "1901": 5775, + "patient": 5776, + "sleeping": 5777, + "1903": 5778, + "membership": 5779, + "coastal": 5780, + "medieval": 5781, + "wanting": 5782, + "element": 5783, + "scholars": 5784, + "rice": 5785, + "62": 5786, + "limit": 5787, + "survive": 5788, + "makeup": 5789, + "rating": 5790, + "definitely": 5791, + "collaboration": 5792, + "obvious": 5793, + "##tan": 5794, + "boss": 5795, + "ms": 5796, + "baron": 5797, + "birthday": 5798, + "linked": 5799, + "soil": 5800, + "diocese": 5801, + "##lan": 5802, + "ncaa": 5803, + "##mann": 5804, + "offensive": 5805, + "shell": 5806, + "shouldn": 5807, + "waist": 5808, + "##tus": 5809, + "plain": 5810, + "ross": 5811, + "organ": 5812, + "resolution": 5813, + "manufacturing": 5814, + "adding": 5815, + "relative": 5816, + "kennedy": 5817, + "98": 5818, + "whilst": 5819, + "moth": 5820, + "marketing": 5821, + "gardens": 5822, + "crash": 5823, + "72": 5824, + "heading": 5825, + "partners": 5826, + "credited": 5827, + "carlos": 5828, + "moves": 5829, + "cable": 5830, + "##zi": 5831, + "marshall": 5832, + "##out": 5833, + "depending": 5834, + "bottle": 5835, + "represents": 5836, + "rejected": 5837, + "responded": 5838, + "existed": 5839, + "04": 5840, + "jobs": 5841, + "denmark": 5842, + "lock": 5843, + "##ating": 5844, + "treated": 5845, + "graham": 5846, + "routes": 5847, + "talent": 5848, + "commissioner": 5849, + "drugs": 5850, + "secure": 5851, + "tests": 5852, + "reign": 5853, + "restored": 5854, + "photography": 5855, + "##gi": 5856, + "contributions": 5857, + "oklahoma": 5858, + "designer": 5859, + "disc": 5860, + "grin": 5861, + "seattle": 5862, + "robin": 5863, + "paused": 5864, + "atlanta": 5865, + "unusual": 5866, + "##gate": 5867, + "praised": 5868, + "las": 5869, + "laughing": 5870, + "satellite": 5871, + "hungary": 5872, + "visiting": 5873, + "##sky": 5874, + "interesting": 5875, + "factors": 5876, + "deck": 5877, + "poems": 5878, + "norman": 5879, + "##water": 5880, + "stuck": 5881, + "speaker": 5882, + "rifle": 5883, + "domain": 5884, + "premiered": 5885, + "##her": 5886, + "dc": 5887, + "comics": 5888, + "actors": 5889, + "01": 5890, + "reputation": 5891, + "eliminated": 5892, + "8th": 5893, + "ceiling": 5894, + "prisoners": 5895, + "script": 5896, + "##nce": 5897, + "leather": 5898, + "austin": 5899, + "mississippi": 5900, + "rapidly": 5901, + "admiral": 5902, + "parallel": 5903, + "charlotte": 5904, + "guilty": 5905, + "tools": 5906, + "gender": 5907, + "divisions": 5908, + "fruit": 5909, + "##bs": 5910, + "laboratory": 5911, + "nelson": 5912, + "fantasy": 5913, + "marry": 5914, + "rapid": 5915, + "aunt": 5916, + "tribe": 5917, + "requirements": 5918, + "aspects": 5919, + "suicide": 5920, + "amongst": 5921, + "adams": 5922, + "bone": 5923, + "ukraine": 5924, + "abc": 5925, + "kick": 5926, + "sees": 5927, + "edinburgh": 5928, + "clothing": 5929, + "column": 5930, + "rough": 5931, + "gods": 5932, + "hunting": 5933, + "broadway": 5934, + "gathered": 5935, + "concerns": 5936, + "##ek": 5937, + "spending": 5938, + "ty": 5939, + "12th": 5940, + "snapped": 5941, + "requires": 5942, + "solar": 5943, + "bones": 5944, + "cavalry": 5945, + "##tta": 5946, + "iowa": 5947, + "drinking": 5948, + "waste": 5949, + "index": 5950, + "franklin": 5951, + "charity": 5952, + "thompson": 5953, + "stewart": 5954, + "tip": 5955, + "flash": 5956, + "landscape": 5957, + "friday": 5958, + "enjoy": 5959, + "singh": 5960, + "poem": 5961, + "listening": 5962, + "##back": 5963, + "eighth": 5964, + "fred": 5965, + "differences": 5966, + "adapted": 5967, + "bomb": 5968, + "ukrainian": 5969, + "surgery": 5970, + "corporate": 5971, + "masters": 5972, + "anywhere": 5973, + "##more": 5974, + "waves": 5975, + "odd": 5976, + "sean": 5977, + "portugal": 5978, + "orleans": 5979, + "dick": 5980, + "debate": 5981, + "kent": 5982, + "eating": 5983, + "puerto": 5984, + "cleared": 5985, + "96": 5986, + "expect": 5987, + "cinema": 5988, + "97": 5989, + "guitarist": 5990, + "blocks": 5991, + "electrical": 5992, + "agree": 5993, + "involving": 5994, + "depth": 5995, + "dying": 5996, + "panel": 5997, + "struggle": 5998, + "##ged": 5999, + "peninsula": 6000, + "adults": 6001, + "novels": 6002, + "emerged": 6003, + "vienna": 6004, + "metro": 6005, + "debuted": 6006, + "shoes": 6007, + "tamil": 6008, + "songwriter": 6009, + "meets": 6010, + "prove": 6011, + "beating": 6012, + "instance": 6013, + "heaven": 6014, + "scared": 6015, + "sending": 6016, + "marks": 6017, + "artistic": 6018, + "passage": 6019, + "superior": 6020, + "03": 6021, + "significantly": 6022, + "shopping": 6023, + "##tive": 6024, + "retained": 6025, + "##izing": 6026, + "malaysia": 6027, + "technique": 6028, + "cheeks": 6029, + "##ola": 6030, + "warren": 6031, + "maintenance": 6032, + "destroy": 6033, + "extreme": 6034, + "allied": 6035, + "120": 6036, + "appearing": 6037, + "##yn": 6038, + "fill": 6039, + "advice": 6040, + "alabama": 6041, + "qualifying": 6042, + "policies": 6043, + "cleveland": 6044, + "hat": 6045, + "battery": 6046, + "smart": 6047, + "authors": 6048, + "10th": 6049, + "soundtrack": 6050, + "acted": 6051, + "dated": 6052, + "lb": 6053, + "glance": 6054, + "equipped": 6055, + "coalition": 6056, + "funny": 6057, + "outer": 6058, + "ambassador": 6059, + "roy": 6060, + "possibility": 6061, + "couples": 6062, + "campbell": 6063, + "dna": 6064, + "loose": 6065, + "ethan": 6066, + "supplies": 6067, + "1898": 6068, + "gonna": 6069, + "88": 6070, + "monster": 6071, + "##res": 6072, + "shake": 6073, + "agents": 6074, + "frequency": 6075, + "springs": 6076, + "dogs": 6077, + "practices": 6078, + "61": 6079, + "gang": 6080, + "plastic": 6081, + "easier": 6082, + "suggests": 6083, + "gulf": 6084, + "blade": 6085, + "exposed": 6086, + "colors": 6087, + "industries": 6088, + "markets": 6089, + "pan": 6090, + "nervous": 6091, + "electoral": 6092, + "charts": 6093, + "legislation": 6094, + "ownership": 6095, + "##idae": 6096, + "mac": 6097, + "appointment": 6098, + "shield": 6099, + "copy": 6100, + "assault": 6101, + "socialist": 6102, + "abbey": 6103, + "monument": 6104, + "license": 6105, + "throne": 6106, + "employment": 6107, + "jay": 6108, + "93": 6109, + "replacement": 6110, + "charter": 6111, + "cloud": 6112, + "powered": 6113, + "suffering": 6114, + "accounts": 6115, + "oak": 6116, + "connecticut": 6117, + "strongly": 6118, + "wright": 6119, + "colour": 6120, + "crystal": 6121, + "13th": 6122, + "context": 6123, + "welsh": 6124, + "networks": 6125, + "voiced": 6126, + "gabriel": 6127, + "jerry": 6128, + "##cing": 6129, + "forehead": 6130, + "mp": 6131, + "##ens": 6132, + "manage": 6133, + "schedule": 6134, + "totally": 6135, + "remix": 6136, + "##ii": 6137, + "forests": 6138, + "occupation": 6139, + "print": 6140, + "nicholas": 6141, + "brazilian": 6142, + "strategic": 6143, + "vampires": 6144, + "engineers": 6145, + "76": 6146, + "roots": 6147, + "seek": 6148, + "correct": 6149, + "instrumental": 6150, + "und": 6151, + "alfred": 6152, + "backed": 6153, + "hop": 6154, + "##des": 6155, + "stanley": 6156, + "robinson": 6157, + "traveled": 6158, + "wayne": 6159, + "welcome": 6160, + "austrian": 6161, + "achieve": 6162, + "67": 6163, + "exit": 6164, + "rates": 6165, + "1899": 6166, + "strip": 6167, + "whereas": 6168, + "##cs": 6169, + "sing": 6170, + "deeply": 6171, + "adventure": 6172, + "bobby": 6173, + "rick": 6174, + "jamie": 6175, + "careful": 6176, + "components": 6177, + "cap": 6178, + "useful": 6179, + "personality": 6180, + "knee": 6181, + "##shi": 6182, + "pushing": 6183, + "hosts": 6184, + "02": 6185, + "protest": 6186, + "ca": 6187, + "ottoman": 6188, + "symphony": 6189, + "##sis": 6190, + "63": 6191, + "boundary": 6192, + "1890": 6193, + "processes": 6194, + "considering": 6195, + "considerable": 6196, + "tons": 6197, + "##work": 6198, + "##ft": 6199, + "##nia": 6200, + "cooper": 6201, + "trading": 6202, + "dear": 6203, + "conduct": 6204, + "91": 6205, + "illegal": 6206, + "apple": 6207, + "revolutionary": 6208, + "holiday": 6209, + "definition": 6210, + "harder": 6211, + "##van": 6212, + "jacob": 6213, + "circumstances": 6214, + "destruction": 6215, + "##lle": 6216, + "popularity": 6217, + "grip": 6218, + "classified": 6219, + "liverpool": 6220, + "donald": 6221, + "baltimore": 6222, + "flows": 6223, + "seeking": 6224, + "honour": 6225, + "approval": 6226, + "92": 6227, + "mechanical": 6228, + "till": 6229, + "happening": 6230, + "statue": 6231, + "critic": 6232, + "increasingly": 6233, + "immediate": 6234, + "describe": 6235, + "commerce": 6236, + "stare": 6237, + "##ster": 6238, + "indonesia": 6239, + "meat": 6240, + "rounds": 6241, + "boats": 6242, + "baker": 6243, + "orthodox": 6244, + "depression": 6245, + "formally": 6246, + "worn": 6247, + "naked": 6248, + "claire": 6249, + "muttered": 6250, + "sentence": 6251, + "11th": 6252, + "emily": 6253, + "document": 6254, + "77": 6255, + "criticism": 6256, + "wished": 6257, + "vessel": 6258, + "spiritual": 6259, + "bent": 6260, + "virgin": 6261, + "parker": 6262, + "minimum": 6263, + "murray": 6264, + "lunch": 6265, + "danny": 6266, + "printed": 6267, + "compilation": 6268, + "keyboards": 6269, + "false": 6270, + "blow": 6271, + "belonged": 6272, + "68": 6273, + "raising": 6274, + "78": 6275, + "cutting": 6276, + "##board": 6277, + "pittsburgh": 6278, + "##up": 6279, + "9th": 6280, + "shadows": 6281, + "81": 6282, + "hated": 6283, + "indigenous": 6284, + "jon": 6285, + "15th": 6286, + "barry": 6287, + "scholar": 6288, + "ah": 6289, + "##zer": 6290, + "oliver": 6291, + "##gy": 6292, + "stick": 6293, + "susan": 6294, + "meetings": 6295, + "attracted": 6296, + "spell": 6297, + "romantic": 6298, + "##ver": 6299, + "ye": 6300, + "1895": 6301, + "photo": 6302, + "demanded": 6303, + "customers": 6304, + "##ac": 6305, + "1896": 6306, + "logan": 6307, + "revival": 6308, + "keys": 6309, + "modified": 6310, + "commanded": 6311, + "jeans": 6312, + "##ious": 6313, + "upset": 6314, + "raw": 6315, + "phil": 6316, + "detective": 6317, + "hiding": 6318, + "resident": 6319, + "vincent": 6320, + "##bly": 6321, + "experiences": 6322, + "diamond": 6323, + "defeating": 6324, + "coverage": 6325, + "lucas": 6326, + "external": 6327, + "parks": 6328, + "franchise": 6329, + "helen": 6330, + "bible": 6331, + "successor": 6332, + "percussion": 6333, + "celebrated": 6334, + "il": 6335, + "lift": 6336, + "profile": 6337, + "clan": 6338, + "romania": 6339, + "##ied": 6340, + "mills": 6341, + "##su": 6342, + "nobody": 6343, + "achievement": 6344, + "shrugged": 6345, + "fault": 6346, + "1897": 6347, + "rhythm": 6348, + "initiative": 6349, + "breakfast": 6350, + "carbon": 6351, + "700": 6352, + "69": 6353, + "lasted": 6354, + "violent": 6355, + "74": 6356, + "wound": 6357, + "ken": 6358, + "killer": 6359, + "gradually": 6360, + "filmed": 6361, + "°c": 6362, + "dollars": 6363, + "processing": 6364, + "94": 6365, + "remove": 6366, + "criticized": 6367, + "guests": 6368, + "sang": 6369, + "chemistry": 6370, + "##vin": 6371, + "legislature": 6372, + "disney": 6373, + "##bridge": 6374, + "uniform": 6375, + "escaped": 6376, + "integrated": 6377, + "proposal": 6378, + "purple": 6379, + "denied": 6380, + "liquid": 6381, + "karl": 6382, + "influential": 6383, + "morris": 6384, + "nights": 6385, + "stones": 6386, + "intense": 6387, + "experimental": 6388, + "twisted": 6389, + "71": 6390, + "84": 6391, + "##ld": 6392, + "pace": 6393, + "nazi": 6394, + "mitchell": 6395, + "ny": 6396, + "blind": 6397, + "reporter": 6398, + "newspapers": 6399, + "14th": 6400, + "centers": 6401, + "burn": 6402, + "basin": 6403, + "forgotten": 6404, + "surviving": 6405, + "filed": 6406, + "collections": 6407, + "monastery": 6408, + "losses": 6409, + "manual": 6410, + "couch": 6411, + "description": 6412, + "appropriate": 6413, + "merely": 6414, + "tag": 6415, + "missions": 6416, + "sebastian": 6417, + "restoration": 6418, + "replacing": 6419, + "triple": 6420, + "73": 6421, + "elder": 6422, + "julia": 6423, + "warriors": 6424, + "benjamin": 6425, + "julian": 6426, + "convinced": 6427, + "stronger": 6428, + "amazing": 6429, + "declined": 6430, + "versus": 6431, + "merchant": 6432, + "happens": 6433, + "output": 6434, + "finland": 6435, + "bare": 6436, + "barbara": 6437, + "absence": 6438, + "ignored": 6439, + "dawn": 6440, + "injuries": 6441, + "##port": 6442, + "producers": 6443, + "##ram": 6444, + "82": 6445, + "luis": 6446, + "##ities": 6447, + "kw": 6448, + "admit": 6449, + "expensive": 6450, + "electricity": 6451, + "nba": 6452, + "exception": 6453, + "symbol": 6454, + "##ving": 6455, + "ladies": 6456, + "shower": 6457, + "sheriff": 6458, + "characteristics": 6459, + "##je": 6460, + "aimed": 6461, + "button": 6462, + "ratio": 6463, + "effectively": 6464, + "summit": 6465, + "angle": 6466, + "jury": 6467, + "bears": 6468, + "foster": 6469, + "vessels": 6470, + "pants": 6471, + "executed": 6472, + "evans": 6473, + "dozen": 6474, + "advertising": 6475, + "kicked": 6476, + "patrol": 6477, + "1889": 6478, + "competitions": 6479, + "lifetime": 6480, + "principles": 6481, + "athletics": 6482, + "##logy": 6483, + "birmingham": 6484, + "sponsored": 6485, + "89": 6486, + "rob": 6487, + "nomination": 6488, + "1893": 6489, + "acoustic": 6490, + "##sm": 6491, + "creature": 6492, + "longest": 6493, + "##tra": 6494, + "credits": 6495, + "harbor": 6496, + "dust": 6497, + "josh": 6498, + "##so": 6499, + "territories": 6500, + "milk": 6501, + "infrastructure": 6502, + "completion": 6503, + "thailand": 6504, + "indians": 6505, + "leon": 6506, + "archbishop": 6507, + "##sy": 6508, + "assist": 6509, + "pitch": 6510, + "blake": 6511, + "arrangement": 6512, + "girlfriend": 6513, + "serbian": 6514, + "operational": 6515, + "hence": 6516, + "sad": 6517, + "scent": 6518, + "fur": 6519, + "dj": 6520, + "sessions": 6521, + "hp": 6522, + "refer": 6523, + "rarely": 6524, + "##ora": 6525, + "exists": 6526, + "1892": 6527, + "##ten": 6528, + "scientists": 6529, + "dirty": 6530, + "penalty": 6531, + "burst": 6532, + "portrait": 6533, + "seed": 6534, + "79": 6535, + "pole": 6536, + "limits": 6537, + "rival": 6538, + "1894": 6539, + "stable": 6540, + "alpha": 6541, + "grave": 6542, + "constitutional": 6543, + "alcohol": 6544, + "arrest": 6545, + "flower": 6546, + "mystery": 6547, + "devil": 6548, + "architectural": 6549, + "relationships": 6550, + "greatly": 6551, + "habitat": 6552, + "##istic": 6553, + "larry": 6554, + "progressive": 6555, + "remote": 6556, + "cotton": 6557, + "##ics": 6558, + "##ok": 6559, + "preserved": 6560, + "reaches": 6561, + "##ming": 6562, + "cited": 6563, + "86": 6564, + "vast": 6565, + "scholarship": 6566, + "decisions": 6567, + "cbs": 6568, + "joy": 6569, + "teach": 6570, + "1885": 6571, + "editions": 6572, + "knocked": 6573, + "eve": 6574, + "searching": 6575, + "partly": 6576, + "participation": 6577, + "gap": 6578, + "animated": 6579, + "fate": 6580, + "excellent": 6581, + "##ett": 6582, + "na": 6583, + "87": 6584, + "alternate": 6585, + "saints": 6586, + "youngest": 6587, + "##ily": 6588, + "climbed": 6589, + "##ita": 6590, + "##tors": 6591, + "suggest": 6592, + "##ct": 6593, + "discussion": 6594, + "staying": 6595, + "choir": 6596, + "lakes": 6597, + "jacket": 6598, + "revenue": 6599, + "nevertheless": 6600, + "peaked": 6601, + "instrument": 6602, + "wondering": 6603, + "annually": 6604, + "managing": 6605, + "neil": 6606, + "1891": 6607, + "signing": 6608, + "terry": 6609, + "##ice": 6610, + "apply": 6611, + "clinical": 6612, + "brooklyn": 6613, + "aim": 6614, + "catherine": 6615, + "fuck": 6616, + "farmers": 6617, + "figured": 6618, + "ninth": 6619, + "pride": 6620, + "hugh": 6621, + "evolution": 6622, + "ordinary": 6623, + "involvement": 6624, + "comfortable": 6625, + "shouted": 6626, + "tech": 6627, + "encouraged": 6628, + "taiwan": 6629, + "representation": 6630, + "sharing": 6631, + "##lia": 6632, + "##em": 6633, + "panic": 6634, + "exact": 6635, + "cargo": 6636, + "competing": 6637, + "fat": 6638, + "cried": 6639, + "83": 6640, + "1920s": 6641, + "occasions": 6642, + "pa": 6643, + "cabin": 6644, + "borders": 6645, + "utah": 6646, + "marcus": 6647, + "##isation": 6648, + "badly": 6649, + "muscles": 6650, + "##ance": 6651, + "victorian": 6652, + "transition": 6653, + "warner": 6654, + "bet": 6655, + "permission": 6656, + "##rin": 6657, + "slave": 6658, + "terrible": 6659, + "similarly": 6660, + "shares": 6661, + "seth": 6662, + "uefa": 6663, + "possession": 6664, + "medals": 6665, + "benefits": 6666, + "colleges": 6667, + "lowered": 6668, + "perfectly": 6669, + "mall": 6670, + "transit": 6671, + "##ye": 6672, + "##kar": 6673, + "publisher": 6674, + "##ened": 6675, + "harrison": 6676, + "deaths": 6677, + "elevation": 6678, + "##ae": 6679, + "asleep": 6680, + "machines": 6681, + "sigh": 6682, + "ash": 6683, + "hardly": 6684, + "argument": 6685, + "occasion": 6686, + "parent": 6687, + "leo": 6688, + "decline": 6689, + "1888": 6690, + "contribution": 6691, + "##ua": 6692, + "concentration": 6693, + "1000": 6694, + "opportunities": 6695, + "hispanic": 6696, + "guardian": 6697, + "extent": 6698, + "emotions": 6699, + "hips": 6700, + "mason": 6701, + "volumes": 6702, + "bloody": 6703, + "controversy": 6704, + "diameter": 6705, + "steady": 6706, + "mistake": 6707, + "phoenix": 6708, + "identify": 6709, + "violin": 6710, + "##sk": 6711, + "departure": 6712, + "richmond": 6713, + "spin": 6714, + "funeral": 6715, + "enemies": 6716, + "1864": 6717, + "gear": 6718, + "literally": 6719, + "connor": 6720, + "random": 6721, + "sergeant": 6722, + "grab": 6723, + "confusion": 6724, + "1865": 6725, + "transmission": 6726, + "informed": 6727, + "op": 6728, + "leaning": 6729, + "sacred": 6730, + "suspended": 6731, + "thinks": 6732, + "gates": 6733, + "portland": 6734, + "luck": 6735, + "agencies": 6736, + "yours": 6737, + "hull": 6738, + "expert": 6739, + "muscle": 6740, + "layer": 6741, + "practical": 6742, + "sculpture": 6743, + "jerusalem": 6744, + "latest": 6745, + "lloyd": 6746, + "statistics": 6747, + "deeper": 6748, + "recommended": 6749, + "warrior": 6750, + "arkansas": 6751, + "mess": 6752, + "supports": 6753, + "greg": 6754, + "eagle": 6755, + "1880": 6756, + "recovered": 6757, + "rated": 6758, + "concerts": 6759, + "rushed": 6760, + "##ano": 6761, + "stops": 6762, + "eggs": 6763, + "files": 6764, + "premiere": 6765, + "keith": 6766, + "##vo": 6767, + "delhi": 6768, + "turner": 6769, + "pit": 6770, + "affair": 6771, + "belief": 6772, + "paint": 6773, + "##zing": 6774, + "mate": 6775, + "##ach": 6776, + "##ev": 6777, + "victim": 6778, + "##ology": 6779, + "withdrew": 6780, + "bonus": 6781, + "styles": 6782, + "fled": 6783, + "##ud": 6784, + "glasgow": 6785, + "technologies": 6786, + "funded": 6787, + "nbc": 6788, + "adaptation": 6789, + "##ata": 6790, + "portrayed": 6791, + "cooperation": 6792, + "supporters": 6793, + "judges": 6794, + "bernard": 6795, + "justin": 6796, + "hallway": 6797, + "ralph": 6798, + "##ick": 6799, + "graduating": 6800, + "controversial": 6801, + "distant": 6802, + "continental": 6803, + "spider": 6804, + "bite": 6805, + "##ho": 6806, + "recognize": 6807, + "intention": 6808, + "mixing": 6809, + "##ese": 6810, + "egyptian": 6811, + "bow": 6812, + "tourism": 6813, + "suppose": 6814, + "claiming": 6815, + "tiger": 6816, + "dominated": 6817, + "participants": 6818, + "vi": 6819, + "##ru": 6820, + "nurse": 6821, + "partially": 6822, + "tape": 6823, + "##rum": 6824, + "psychology": 6825, + "##rn": 6826, + "essential": 6827, + "touring": 6828, + "duo": 6829, + "voting": 6830, + "civilian": 6831, + "emotional": 6832, + "channels": 6833, + "##king": 6834, + "apparent": 6835, + "hebrew": 6836, + "1887": 6837, + "tommy": 6838, + "carrier": 6839, + "intersection": 6840, + "beast": 6841, + "hudson": 6842, + "##gar": 6843, + "##zo": 6844, + "lab": 6845, + "nova": 6846, + "bench": 6847, + "discuss": 6848, + "costa": 6849, + "##ered": 6850, + "detailed": 6851, + "behalf": 6852, + "drivers": 6853, + "unfortunately": 6854, + "obtain": 6855, + "##lis": 6856, + "rocky": 6857, + "##dae": 6858, + "siege": 6859, + "friendship": 6860, + "honey": 6861, + "##rian": 6862, + "1861": 6863, + "amy": 6864, + "hang": 6865, + "posted": 6866, + "governments": 6867, + "collins": 6868, + "respond": 6869, + "wildlife": 6870, + "preferred": 6871, + "operator": 6872, + "##po": 6873, + "laura": 6874, + "pregnant": 6875, + "videos": 6876, + "dennis": 6877, + "suspected": 6878, + "boots": 6879, + "instantly": 6880, + "weird": 6881, + "automatic": 6882, + "businessman": 6883, + "alleged": 6884, + "placing": 6885, + "throwing": 6886, + "ph": 6887, + "mood": 6888, + "1862": 6889, + "perry": 6890, + "venue": 6891, + "jet": 6892, + "remainder": 6893, + "##lli": 6894, + "##ci": 6895, + "passion": 6896, + "biological": 6897, + "boyfriend": 6898, + "1863": 6899, + "dirt": 6900, + "buffalo": 6901, + "ron": 6902, + "segment": 6903, + "fa": 6904, + "abuse": 6905, + "##era": 6906, + "genre": 6907, + "thrown": 6908, + "stroke": 6909, + "colored": 6910, + "stress": 6911, + "exercise": 6912, + "displayed": 6913, + "##gen": 6914, + "struggled": 6915, + "##tti": 6916, + "abroad": 6917, + "dramatic": 6918, + "wonderful": 6919, + "thereafter": 6920, + "madrid": 6921, + "component": 6922, + "widespread": 6923, + "##sed": 6924, + "tale": 6925, + "citizen": 6926, + "todd": 6927, + "monday": 6928, + "1886": 6929, + "vancouver": 6930, + "overseas": 6931, + "forcing": 6932, + "crying": 6933, + "descent": 6934, + "##ris": 6935, + "discussed": 6936, + "substantial": 6937, + "ranks": 6938, + "regime": 6939, + "1870": 6940, + "provinces": 6941, + "switch": 6942, + "drum": 6943, + "zane": 6944, + "ted": 6945, + "tribes": 6946, + "proof": 6947, + "lp": 6948, + "cream": 6949, + "researchers": 6950, + "volunteer": 6951, + "manor": 6952, + "silk": 6953, + "milan": 6954, + "donated": 6955, + "allies": 6956, + "venture": 6957, + "principle": 6958, + "delivery": 6959, + "enterprise": 6960, + "##ves": 6961, + "##ans": 6962, + "bars": 6963, + "traditionally": 6964, + "witch": 6965, + "reminded": 6966, + "copper": 6967, + "##uk": 6968, + "pete": 6969, + "inter": 6970, + "links": 6971, + "colin": 6972, + "grinned": 6973, + "elsewhere": 6974, + "competitive": 6975, + "frequent": 6976, + "##oy": 6977, + "scream": 6978, + "##hu": 6979, + "tension": 6980, + "texts": 6981, + "submarine": 6982, + "finnish": 6983, + "defending": 6984, + "defend": 6985, + "pat": 6986, + "detail": 6987, + "1884": 6988, + "affiliated": 6989, + "stuart": 6990, + "themes": 6991, + "villa": 6992, + "periods": 6993, + "tool": 6994, + "belgian": 6995, + "ruling": 6996, + "crimes": 6997, + "answers": 6998, + "folded": 6999, + "licensed": 7000, + "resort": 7001, + "demolished": 7002, + "hans": 7003, + "lucy": 7004, + "1881": 7005, + "lion": 7006, + "traded": 7007, + "photographs": 7008, + "writes": 7009, + "craig": 7010, + "##fa": 7011, + "trials": 7012, + "generated": 7013, + "beth": 7014, + "noble": 7015, + "debt": 7016, + "percentage": 7017, + "yorkshire": 7018, + "erected": 7019, + "ss": 7020, + "viewed": 7021, + "grades": 7022, + "confidence": 7023, + "ceased": 7024, + "islam": 7025, + "telephone": 7026, + "retail": 7027, + "##ible": 7028, + "chile": 7029, + "m²": 7030, + "roberts": 7031, + "sixteen": 7032, + "##ich": 7033, + "commented": 7034, + "hampshire": 7035, + "innocent": 7036, + "dual": 7037, + "pounds": 7038, + "checked": 7039, + "regulations": 7040, + "afghanistan": 7041, + "sung": 7042, + "rico": 7043, + "liberty": 7044, + "assets": 7045, + "bigger": 7046, + "options": 7047, + "angels": 7048, + "relegated": 7049, + "tribute": 7050, + "wells": 7051, + "attending": 7052, + "leaf": 7053, + "##yan": 7054, + "butler": 7055, + "romanian": 7056, + "forum": 7057, + "monthly": 7058, + "lisa": 7059, + "patterns": 7060, + "gmina": 7061, + "##tory": 7062, + "madison": 7063, + "hurricane": 7064, + "rev": 7065, + "##ians": 7066, + "bristol": 7067, + "##ula": 7068, + "elite": 7069, + "valuable": 7070, + "disaster": 7071, + "democracy": 7072, + "awareness": 7073, + "germans": 7074, + "freyja": 7075, + "##ins": 7076, + "loop": 7077, + "absolutely": 7078, + "paying": 7079, + "populations": 7080, + "maine": 7081, + "sole": 7082, + "prayer": 7083, + "spencer": 7084, + "releases": 7085, + "doorway": 7086, + "bull": 7087, + "##ani": 7088, + "lover": 7089, + "midnight": 7090, + "conclusion": 7091, + "##sson": 7092, + "thirteen": 7093, + "lily": 7094, + "mediterranean": 7095, + "##lt": 7096, + "nhl": 7097, + "proud": 7098, + "sample": 7099, + "##hill": 7100, + "drummer": 7101, + "guinea": 7102, + "##ova": 7103, + "murphy": 7104, + "climb": 7105, + "##ston": 7106, + "instant": 7107, + "attributed": 7108, + "horn": 7109, + "ain": 7110, + "railways": 7111, + "steven": 7112, + "##ao": 7113, + "autumn": 7114, + "ferry": 7115, + "opponent": 7116, + "root": 7117, + "traveling": 7118, + "secured": 7119, + "corridor": 7120, + "stretched": 7121, + "tales": 7122, + "sheet": 7123, + "trinity": 7124, + "cattle": 7125, + "helps": 7126, + "indicates": 7127, + "manhattan": 7128, + "murdered": 7129, + "fitted": 7130, + "1882": 7131, + "gentle": 7132, + "grandmother": 7133, + "mines": 7134, + "shocked": 7135, + "vegas": 7136, + "produces": 7137, + "##light": 7138, + "caribbean": 7139, + "##ou": 7140, + "belong": 7141, + "continuous": 7142, + "desperate": 7143, + "drunk": 7144, + "historically": 7145, + "trio": 7146, + "waved": 7147, + "raf": 7148, + "dealing": 7149, + "nathan": 7150, + "bat": 7151, + "murmured": 7152, + "interrupted": 7153, + "residing": 7154, + "scientist": 7155, + "pioneer": 7156, + "harold": 7157, + "aaron": 7158, + "##net": 7159, + "delta": 7160, + "attempting": 7161, + "minority": 7162, + "mini": 7163, + "believes": 7164, + "chorus": 7165, + "tend": 7166, + "lots": 7167, + "eyed": 7168, + "indoor": 7169, + "load": 7170, + "shots": 7171, + "updated": 7172, + "jail": 7173, + "##llo": 7174, + "concerning": 7175, + "connecting": 7176, + "wealth": 7177, + "##ved": 7178, + "slaves": 7179, + "arrive": 7180, + "rangers": 7181, + "sufficient": 7182, + "rebuilt": 7183, + "##wick": 7184, + "cardinal": 7185, + "flood": 7186, + "muhammad": 7187, + "whenever": 7188, + "relation": 7189, + "runners": 7190, + "moral": 7191, + "repair": 7192, + "viewers": 7193, + "arriving": 7194, + "revenge": 7195, + "punk": 7196, + "assisted": 7197, + "bath": 7198, + "fairly": 7199, + "breathe": 7200, + "lists": 7201, + "innings": 7202, + "illustrated": 7203, + "whisper": 7204, + "nearest": 7205, + "voters": 7206, + "clinton": 7207, + "ties": 7208, + "ultimate": 7209, + "screamed": 7210, + "beijing": 7211, + "lions": 7212, + "andre": 7213, + "fictional": 7214, + "gathering": 7215, + "comfort": 7216, + "radar": 7217, + "suitable": 7218, + "dismissed": 7219, + "hms": 7220, + "ban": 7221, + "pine": 7222, + "wrist": 7223, + "atmosphere": 7224, + "voivodeship": 7225, + "bid": 7226, + "timber": 7227, + "##ned": 7228, + "##nan": 7229, + "giants": 7230, + "##ane": 7231, + "cameron": 7232, + "recovery": 7233, + "uss": 7234, + "identical": 7235, + "categories": 7236, + "switched": 7237, + "serbia": 7238, + "laughter": 7239, + "noah": 7240, + "ensemble": 7241, + "therapy": 7242, + "peoples": 7243, + "touching": 7244, + "##off": 7245, + "locally": 7246, + "pearl": 7247, + "platforms": 7248, + "everywhere": 7249, + "ballet": 7250, + "tables": 7251, + "lanka": 7252, + "herbert": 7253, + "outdoor": 7254, + "toured": 7255, + "derek": 7256, + "1883": 7257, + "spaces": 7258, + "contested": 7259, + "swept": 7260, + "1878": 7261, + "exclusive": 7262, + "slight": 7263, + "connections": 7264, + "##dra": 7265, + "winds": 7266, + "prisoner": 7267, + "collective": 7268, + "bangladesh": 7269, + "tube": 7270, + "publicly": 7271, + "wealthy": 7272, + "thai": 7273, + "##ys": 7274, + "isolated": 7275, + "select": 7276, + "##ric": 7277, + "insisted": 7278, + "pen": 7279, + "fortune": 7280, + "ticket": 7281, + "spotted": 7282, + "reportedly": 7283, + "animation": 7284, + "enforcement": 7285, + "tanks": 7286, + "110": 7287, + "decides": 7288, + "wider": 7289, + "lowest": 7290, + "owen": 7291, + "##time": 7292, + "nod": 7293, + "hitting": 7294, + "##hn": 7295, + "gregory": 7296, + "furthermore": 7297, + "magazines": 7298, + "fighters": 7299, + "solutions": 7300, + "##ery": 7301, + "pointing": 7302, + "requested": 7303, + "peru": 7304, + "reed": 7305, + "chancellor": 7306, + "knights": 7307, + "mask": 7308, + "worker": 7309, + "eldest": 7310, + "flames": 7311, + "reduction": 7312, + "1860": 7313, + "volunteers": 7314, + "##tis": 7315, + "reporting": 7316, + "##hl": 7317, + "wire": 7318, + "advisory": 7319, + "endemic": 7320, + "origins": 7321, + "settlers": 7322, + "pursue": 7323, + "knock": 7324, + "consumer": 7325, + "1876": 7326, + "eu": 7327, + "compound": 7328, + "creatures": 7329, + "mansion": 7330, + "sentenced": 7331, + "ivan": 7332, + "deployed": 7333, + "guitars": 7334, + "frowned": 7335, + "involves": 7336, + "mechanism": 7337, + "kilometers": 7338, + "perspective": 7339, + "shops": 7340, + "maps": 7341, + "terminus": 7342, + "duncan": 7343, + "alien": 7344, + "fist": 7345, + "bridges": 7346, + "##pers": 7347, + "heroes": 7348, + "fed": 7349, + "derby": 7350, + "swallowed": 7351, + "##ros": 7352, + "patent": 7353, + "sara": 7354, + "illness": 7355, + "characterized": 7356, + "adventures": 7357, + "slide": 7358, + "hawaii": 7359, + "jurisdiction": 7360, + "##op": 7361, + "organised": 7362, + "##side": 7363, + "adelaide": 7364, + "walks": 7365, + "biology": 7366, + "se": 7367, + "##ties": 7368, + "rogers": 7369, + "swing": 7370, + "tightly": 7371, + "boundaries": 7372, + "##rie": 7373, + "prepare": 7374, + "implementation": 7375, + "stolen": 7376, + "##sha": 7377, + "certified": 7378, + "colombia": 7379, + "edwards": 7380, + "garage": 7381, + "##mm": 7382, + "recalled": 7383, + "##ball": 7384, + "rage": 7385, + "harm": 7386, + "nigeria": 7387, + "breast": 7388, + "##ren": 7389, + "furniture": 7390, + "pupils": 7391, + "settle": 7392, + "##lus": 7393, + "cuba": 7394, + "balls": 7395, + "client": 7396, + "alaska": 7397, + "21st": 7398, + "linear": 7399, + "thrust": 7400, + "celebration": 7401, + "latino": 7402, + "genetic": 7403, + "terror": 7404, + "##cia": 7405, + "##ening": 7406, + "lightning": 7407, + "fee": 7408, + "witness": 7409, + "lodge": 7410, + "establishing": 7411, + "skull": 7412, + "##ique": 7413, + "earning": 7414, + "hood": 7415, + "##ei": 7416, + "rebellion": 7417, + "wang": 7418, + "sporting": 7419, + "warned": 7420, + "missile": 7421, + "devoted": 7422, + "activist": 7423, + "porch": 7424, + "worship": 7425, + "fourteen": 7426, + "package": 7427, + "1871": 7428, + "decorated": 7429, + "##shire": 7430, + "housed": 7431, + "##ock": 7432, + "chess": 7433, + "sailed": 7434, + "doctors": 7435, + "oscar": 7436, + "joan": 7437, + "treat": 7438, + "garcia": 7439, + "harbour": 7440, + "jeremy": 7441, + "##ire": 7442, + "traditions": 7443, + "dominant": 7444, + "jacques": 7445, + "##gon": 7446, + "##wan": 7447, + "relocated": 7448, + "1879": 7449, + "amendment": 7450, + "sized": 7451, + "companion": 7452, + "simultaneously": 7453, + "volleyball": 7454, + "spun": 7455, + "acre": 7456, + "increases": 7457, + "stopping": 7458, + "loves": 7459, + "belongs": 7460, + "affect": 7461, + "drafted": 7462, + "tossed": 7463, + "scout": 7464, + "battles": 7465, + "1875": 7466, + "filming": 7467, + "shoved": 7468, + "munich": 7469, + "tenure": 7470, + "vertical": 7471, + "romance": 7472, + "pc": 7473, + "##cher": 7474, + "argue": 7475, + "##ical": 7476, + "craft": 7477, + "ranging": 7478, + "www": 7479, + "opens": 7480, + "honest": 7481, + "tyler": 7482, + "yesterday": 7483, + "virtual": 7484, + "##let": 7485, + "muslims": 7486, + "reveal": 7487, + "snake": 7488, + "immigrants": 7489, + "radical": 7490, + "screaming": 7491, + "speakers": 7492, + "firing": 7493, + "saving": 7494, + "belonging": 7495, + "ease": 7496, + "lighting": 7497, + "prefecture": 7498, + "blame": 7499, + "farmer": 7500, + "hungry": 7501, + "grows": 7502, + "rubbed": 7503, + "beam": 7504, + "sur": 7505, + "subsidiary": 7506, + "##cha": 7507, + "armenian": 7508, + "sao": 7509, + "dropping": 7510, + "conventional": 7511, + "##fer": 7512, + "microsoft": 7513, + "reply": 7514, + "qualify": 7515, + "spots": 7516, + "1867": 7517, + "sweat": 7518, + "festivals": 7519, + "##ken": 7520, + "immigration": 7521, + "physician": 7522, + "discover": 7523, + "exposure": 7524, + "sandy": 7525, + "explanation": 7526, + "isaac": 7527, + "implemented": 7528, + "##fish": 7529, + "hart": 7530, + "initiated": 7531, + "connect": 7532, + "stakes": 7533, + "presents": 7534, + "heights": 7535, + "householder": 7536, + "pleased": 7537, + "tourist": 7538, + "regardless": 7539, + "slip": 7540, + "closest": 7541, + "##ction": 7542, + "surely": 7543, + "sultan": 7544, + "brings": 7545, + "riley": 7546, + "preparation": 7547, + "aboard": 7548, + "slammed": 7549, + "baptist": 7550, + "experiment": 7551, + "ongoing": 7552, + "interstate": 7553, + "organic": 7554, + "playoffs": 7555, + "##ika": 7556, + "1877": 7557, + "130": 7558, + "##tar": 7559, + "hindu": 7560, + "error": 7561, + "tours": 7562, + "tier": 7563, + "plenty": 7564, + "arrangements": 7565, + "talks": 7566, + "trapped": 7567, + "excited": 7568, + "sank": 7569, + "ho": 7570, + "athens": 7571, + "1872": 7572, + "denver": 7573, + "welfare": 7574, + "suburb": 7575, + "athletes": 7576, + "trick": 7577, + "diverse": 7578, + "belly": 7579, + "exclusively": 7580, + "yelled": 7581, + "1868": 7582, + "##med": 7583, + "conversion": 7584, + "##ette": 7585, + "1874": 7586, + "internationally": 7587, + "computers": 7588, + "conductor": 7589, + "abilities": 7590, + "sensitive": 7591, + "hello": 7592, + "dispute": 7593, + "measured": 7594, + "globe": 7595, + "rocket": 7596, + "prices": 7597, + "amsterdam": 7598, + "flights": 7599, + "tigers": 7600, + "inn": 7601, + "municipalities": 7602, + "emotion": 7603, + "references": 7604, + "3d": 7605, + "##mus": 7606, + "explains": 7607, + "airlines": 7608, + "manufactured": 7609, + "pm": 7610, + "archaeological": 7611, + "1873": 7612, + "interpretation": 7613, + "devon": 7614, + "comment": 7615, + "##ites": 7616, + "settlements": 7617, + "kissing": 7618, + "absolute": 7619, + "improvement": 7620, + "suite": 7621, + "impressed": 7622, + "barcelona": 7623, + "sullivan": 7624, + "jefferson": 7625, + "towers": 7626, + "jesse": 7627, + "julie": 7628, + "##tin": 7629, + "##lu": 7630, + "grandson": 7631, + "hi": 7632, + "gauge": 7633, + "regard": 7634, + "rings": 7635, + "interviews": 7636, + "trace": 7637, + "raymond": 7638, + "thumb": 7639, + "departments": 7640, + "burns": 7641, + "serial": 7642, + "bulgarian": 7643, + "scores": 7644, + "demonstrated": 7645, + "##ix": 7646, + "1866": 7647, + "kyle": 7648, + "alberta": 7649, + "underneath": 7650, + "romanized": 7651, + "##ward": 7652, + "relieved": 7653, + "acquisition": 7654, + "phrase": 7655, + "cliff": 7656, + "reveals": 7657, + "han": 7658, + "cuts": 7659, + "merger": 7660, + "custom": 7661, + "##dar": 7662, + "nee": 7663, + "gilbert": 7664, + "graduation": 7665, + "##nts": 7666, + "assessment": 7667, + "cafe": 7668, + "difficulty": 7669, + "demands": 7670, + "swung": 7671, + "democrat": 7672, + "jennifer": 7673, + "commons": 7674, + "1940s": 7675, + "grove": 7676, + "##yo": 7677, + "completing": 7678, + "focuses": 7679, + "sum": 7680, + "substitute": 7681, + "bearing": 7682, + "stretch": 7683, + "reception": 7684, + "##py": 7685, + "reflected": 7686, + "essentially": 7687, + "destination": 7688, + "pairs": 7689, + "##ched": 7690, + "survival": 7691, + "resource": 7692, + "##bach": 7693, + "promoting": 7694, + "doubles": 7695, + "messages": 7696, + "tear": 7697, + "##down": 7698, + "##fully": 7699, + "parade": 7700, + "florence": 7701, + "harvey": 7702, + "incumbent": 7703, + "partial": 7704, + "framework": 7705, + "900": 7706, + "pedro": 7707, + "frozen": 7708, + "procedure": 7709, + "olivia": 7710, + "controls": 7711, + "##mic": 7712, + "shelter": 7713, + "personally": 7714, + "temperatures": 7715, + "##od": 7716, + "brisbane": 7717, + "tested": 7718, + "sits": 7719, + "marble": 7720, + "comprehensive": 7721, + "oxygen": 7722, + "leonard": 7723, + "##kov": 7724, + "inaugural": 7725, + "iranian": 7726, + "referring": 7727, + "quarters": 7728, + "attitude": 7729, + "##ivity": 7730, + "mainstream": 7731, + "lined": 7732, + "mars": 7733, + "dakota": 7734, + "norfolk": 7735, + "unsuccessful": 7736, + "##°": 7737, + "explosion": 7738, + "helicopter": 7739, + "congressional": 7740, + "##sing": 7741, + "inspector": 7742, + "bitch": 7743, + "seal": 7744, + "departed": 7745, + "divine": 7746, + "##ters": 7747, + "coaching": 7748, + "examination": 7749, + "punishment": 7750, + "manufacturer": 7751, + "sink": 7752, + "columns": 7753, + "unincorporated": 7754, + "signals": 7755, + "nevada": 7756, + "squeezed": 7757, + "dylan": 7758, + "dining": 7759, + "photos": 7760, + "martial": 7761, + "manuel": 7762, + "eighteen": 7763, + "elevator": 7764, + "brushed": 7765, + "plates": 7766, + "ministers": 7767, + "ivy": 7768, + "congregation": 7769, + "##len": 7770, + "slept": 7771, + "specialized": 7772, + "taxes": 7773, + "curve": 7774, + "restricted": 7775, + "negotiations": 7776, + "likes": 7777, + "statistical": 7778, + "arnold": 7779, + "inspiration": 7780, + "execution": 7781, + "bold": 7782, + "intermediate": 7783, + "significance": 7784, + "margin": 7785, + "ruler": 7786, + "wheels": 7787, + "gothic": 7788, + "intellectual": 7789, + "dependent": 7790, + "listened": 7791, + "eligible": 7792, + "buses": 7793, + "widow": 7794, + "syria": 7795, + "earn": 7796, + "cincinnati": 7797, + "collapsed": 7798, + "recipient": 7799, + "secrets": 7800, + "accessible": 7801, + "philippine": 7802, + "maritime": 7803, + "goddess": 7804, + "clerk": 7805, + "surrender": 7806, + "breaks": 7807, + "playoff": 7808, + "database": 7809, + "##ified": 7810, + "##lon": 7811, + "ideal": 7812, + "beetle": 7813, + "aspect": 7814, + "soap": 7815, + "regulation": 7816, + "strings": 7817, + "expand": 7818, + "anglo": 7819, + "shorter": 7820, + "crosses": 7821, + "retreat": 7822, + "tough": 7823, + "coins": 7824, + "wallace": 7825, + "directions": 7826, + "pressing": 7827, + "##oon": 7828, + "shipping": 7829, + "locomotives": 7830, + "comparison": 7831, + "topics": 7832, + "nephew": 7833, + "##mes": 7834, + "distinction": 7835, + "honors": 7836, + "travelled": 7837, + "sierra": 7838, + "ibn": 7839, + "##over": 7840, + "fortress": 7841, + "sa": 7842, + "recognised": 7843, + "carved": 7844, + "1869": 7845, + "clients": 7846, + "##dan": 7847, + "intent": 7848, + "##mar": 7849, + "coaches": 7850, + "describing": 7851, + "bread": 7852, + "##ington": 7853, + "beaten": 7854, + "northwestern": 7855, + "##ona": 7856, + "merit": 7857, + "youtube": 7858, + "collapse": 7859, + "challenges": 7860, + "em": 7861, + "historians": 7862, + "objective": 7863, + "submitted": 7864, + "virus": 7865, + "attacking": 7866, + "drake": 7867, + "assume": 7868, + "##ere": 7869, + "diseases": 7870, + "marc": 7871, + "stem": 7872, + "leeds": 7873, + "##cus": 7874, + "##ab": 7875, + "farming": 7876, + "glasses": 7877, + "##lock": 7878, + "visits": 7879, + "nowhere": 7880, + "fellowship": 7881, + "relevant": 7882, + "carries": 7883, + "restaurants": 7884, + "experiments": 7885, + "101": 7886, + "constantly": 7887, + "bases": 7888, + "targets": 7889, + "shah": 7890, + "tenth": 7891, + "opponents": 7892, + "verse": 7893, + "territorial": 7894, + "##ira": 7895, + "writings": 7896, + "corruption": 7897, + "##hs": 7898, + "instruction": 7899, + "inherited": 7900, + "reverse": 7901, + "emphasis": 7902, + "##vic": 7903, + "employee": 7904, + "arch": 7905, + "keeps": 7906, + "rabbi": 7907, + "watson": 7908, + "payment": 7909, + "uh": 7910, + "##ala": 7911, + "nancy": 7912, + "##tre": 7913, + "venice": 7914, + "fastest": 7915, + "sexy": 7916, + "banned": 7917, + "adrian": 7918, + "properly": 7919, + "ruth": 7920, + "touchdown": 7921, + "dollar": 7922, + "boards": 7923, + "metre": 7924, + "circles": 7925, + "edges": 7926, + "favour": 7927, + "comments": 7928, + "ok": 7929, + "travels": 7930, + "liberation": 7931, + "scattered": 7932, + "firmly": 7933, + "##ular": 7934, + "holland": 7935, + "permitted": 7936, + "diesel": 7937, + "kenya": 7938, + "den": 7939, + "originated": 7940, + "##ral": 7941, + "demons": 7942, + "resumed": 7943, + "dragged": 7944, + "rider": 7945, + "##rus": 7946, + "servant": 7947, + "blinked": 7948, + "extend": 7949, + "torn": 7950, + "##ias": 7951, + "##sey": 7952, + "input": 7953, + "meal": 7954, + "everybody": 7955, + "cylinder": 7956, + "kinds": 7957, + "camps": 7958, + "##fe": 7959, + "bullet": 7960, + "logic": 7961, + "##wn": 7962, + "croatian": 7963, + "evolved": 7964, + "healthy": 7965, + "fool": 7966, + "chocolate": 7967, + "wise": 7968, + "preserve": 7969, + "pradesh": 7970, + "##ess": 7971, + "respective": 7972, + "1850": 7973, + "##ew": 7974, + "chicken": 7975, + "artificial": 7976, + "gross": 7977, + "corresponding": 7978, + "convicted": 7979, + "cage": 7980, + "caroline": 7981, + "dialogue": 7982, + "##dor": 7983, + "narrative": 7984, + "stranger": 7985, + "mario": 7986, + "br": 7987, + "christianity": 7988, + "failing": 7989, + "trent": 7990, + "commanding": 7991, + "buddhist": 7992, + "1848": 7993, + "maurice": 7994, + "focusing": 7995, + "yale": 7996, + "bike": 7997, + "altitude": 7998, + "##ering": 7999, + "mouse": 8000, + "revised": 8001, + "##sley": 8002, + "veteran": 8003, + "##ig": 8004, + "pulls": 8005, + "theology": 8006, + "crashed": 8007, + "campaigns": 8008, + "legion": 8009, + "##ability": 8010, + "drag": 8011, + "excellence": 8012, + "customer": 8013, + "cancelled": 8014, + "intensity": 8015, + "excuse": 8016, + "##lar": 8017, + "liga": 8018, + "participating": 8019, + "contributing": 8020, + "printing": 8021, + "##burn": 8022, + "variable": 8023, + "##rk": 8024, + "curious": 8025, + "bin": 8026, + "legacy": 8027, + "renaissance": 8028, + "##my": 8029, + "symptoms": 8030, + "binding": 8031, + "vocalist": 8032, + "dancer": 8033, + "##nie": 8034, + "grammar": 8035, + "gospel": 8036, + "democrats": 8037, + "ya": 8038, + "enters": 8039, + "sc": 8040, + "diplomatic": 8041, + "hitler": 8042, + "##ser": 8043, + "clouds": 8044, + "mathematical": 8045, + "quit": 8046, + "defended": 8047, + "oriented": 8048, + "##heim": 8049, + "fundamental": 8050, + "hardware": 8051, + "impressive": 8052, + "equally": 8053, + "convince": 8054, + "confederate": 8055, + "guilt": 8056, + "chuck": 8057, + "sliding": 8058, + "##ware": 8059, + "magnetic": 8060, + "narrowed": 8061, + "petersburg": 8062, + "bulgaria": 8063, + "otto": 8064, + "phd": 8065, + "skill": 8066, + "##ama": 8067, + "reader": 8068, + "hopes": 8069, + "pitcher": 8070, + "reservoir": 8071, + "hearts": 8072, + "automatically": 8073, + "expecting": 8074, + "mysterious": 8075, + "bennett": 8076, + "extensively": 8077, + "imagined": 8078, + "seeds": 8079, + "monitor": 8080, + "fix": 8081, + "##ative": 8082, + "journalism": 8083, + "struggling": 8084, + "signature": 8085, + "ranch": 8086, + "encounter": 8087, + "photographer": 8088, + "observation": 8089, + "protests": 8090, + "##pin": 8091, + "influences": 8092, + "##hr": 8093, + "calendar": 8094, + "##all": 8095, + "cruz": 8096, + "croatia": 8097, + "locomotive": 8098, + "hughes": 8099, + "naturally": 8100, + "shakespeare": 8101, + "basement": 8102, + "hook": 8103, + "uncredited": 8104, + "faded": 8105, + "theories": 8106, + "approaches": 8107, + "dare": 8108, + "phillips": 8109, + "filling": 8110, + "fury": 8111, + "obama": 8112, + "##ain": 8113, + "efficient": 8114, + "arc": 8115, + "deliver": 8116, + "min": 8117, + "raid": 8118, + "breeding": 8119, + "inducted": 8120, + "leagues": 8121, + "efficiency": 8122, + "axis": 8123, + "montana": 8124, + "eagles": 8125, + "##ked": 8126, + "supplied": 8127, + "instructions": 8128, + "karen": 8129, + "picking": 8130, + "indicating": 8131, + "trap": 8132, + "anchor": 8133, + "practically": 8134, + "christians": 8135, + "tomb": 8136, + "vary": 8137, + "occasional": 8138, + "electronics": 8139, + "lords": 8140, + "readers": 8141, + "newcastle": 8142, + "faint": 8143, + "innovation": 8144, + "collect": 8145, + "situations": 8146, + "engagement": 8147, + "160": 8148, + "claude": 8149, + "mixture": 8150, + "##feld": 8151, + "peer": 8152, + "tissue": 8153, + "logo": 8154, + "lean": 8155, + "##ration": 8156, + "°f": 8157, + "floors": 8158, + "##ven": 8159, + "architects": 8160, + "reducing": 8161, + "##our": 8162, + "##ments": 8163, + "rope": 8164, + "1859": 8165, + "ottawa": 8166, + "##har": 8167, + "samples": 8168, + "banking": 8169, + "declaration": 8170, + "proteins": 8171, + "resignation": 8172, + "francois": 8173, + "saudi": 8174, + "advocate": 8175, + "exhibited": 8176, + "armor": 8177, + "twins": 8178, + "divorce": 8179, + "##ras": 8180, + "abraham": 8181, + "reviewed": 8182, + "jo": 8183, + "temporarily": 8184, + "matrix": 8185, + "physically": 8186, + "pulse": 8187, + "curled": 8188, + "##ena": 8189, + "difficulties": 8190, + "bengal": 8191, + "usage": 8192, + "##ban": 8193, + "annie": 8194, + "riders": 8195, + "certificate": 8196, + "##pi": 8197, + "holes": 8198, + "warsaw": 8199, + "distinctive": 8200, + "jessica": 8201, + "##mon": 8202, + "mutual": 8203, + "1857": 8204, + "customs": 8205, + "circular": 8206, + "eugene": 8207, + "removal": 8208, + "loaded": 8209, + "mere": 8210, + "vulnerable": 8211, + "depicted": 8212, + "generations": 8213, + "dame": 8214, + "heir": 8215, + "enormous": 8216, + "lightly": 8217, + "climbing": 8218, + "pitched": 8219, + "lessons": 8220, + "pilots": 8221, + "nepal": 8222, + "ram": 8223, + "google": 8224, + "preparing": 8225, + "brad": 8226, + "louise": 8227, + "renowned": 8228, + "##₂": 8229, + "liam": 8230, + "##ably": 8231, + "plaza": 8232, + "shaw": 8233, + "sophie": 8234, + "brilliant": 8235, + "bills": 8236, + "##bar": 8237, + "##nik": 8238, + "fucking": 8239, + "mainland": 8240, + "server": 8241, + "pleasant": 8242, + "seized": 8243, + "veterans": 8244, + "jerked": 8245, + "fail": 8246, + "beta": 8247, + "brush": 8248, + "radiation": 8249, + "stored": 8250, + "warmth": 8251, + "southeastern": 8252, + "nate": 8253, + "sin": 8254, + "raced": 8255, + "berkeley": 8256, + "joke": 8257, + "athlete": 8258, + "designation": 8259, + "trunk": 8260, + "##low": 8261, + "roland": 8262, + "qualification": 8263, + "archives": 8264, + "heels": 8265, + "artwork": 8266, + "receives": 8267, + "judicial": 8268, + "reserves": 8269, + "##bed": 8270, + "woke": 8271, + "installation": 8272, + "abu": 8273, + "floating": 8274, + "fake": 8275, + "lesser": 8276, + "excitement": 8277, + "interface": 8278, + "concentrated": 8279, + "addressed": 8280, + "characteristic": 8281, + "amanda": 8282, + "saxophone": 8283, + "monk": 8284, + "auto": 8285, + "##bus": 8286, + "releasing": 8287, + "egg": 8288, + "dies": 8289, + "interaction": 8290, + "defender": 8291, + "ce": 8292, + "outbreak": 8293, + "glory": 8294, + "loving": 8295, + "##bert": 8296, + "sequel": 8297, + "consciousness": 8298, + "http": 8299, + "awake": 8300, + "ski": 8301, + "enrolled": 8302, + "##ress": 8303, + "handling": 8304, + "rookie": 8305, + "brow": 8306, + "somebody": 8307, + "biography": 8308, + "warfare": 8309, + "amounts": 8310, + "contracts": 8311, + "presentation": 8312, + "fabric": 8313, + "dissolved": 8314, + "challenged": 8315, + "meter": 8316, + "psychological": 8317, + "lt": 8318, + "elevated": 8319, + "rally": 8320, + "accurate": 8321, + "##tha": 8322, + "hospitals": 8323, + "undergraduate": 8324, + "specialist": 8325, + "venezuela": 8326, + "exhibit": 8327, + "shed": 8328, + "nursing": 8329, + "protestant": 8330, + "fluid": 8331, + "structural": 8332, + "footage": 8333, + "jared": 8334, + "consistent": 8335, + "prey": 8336, + "##ska": 8337, + "succession": 8338, + "reflect": 8339, + "exile": 8340, + "lebanon": 8341, + "wiped": 8342, + "suspect": 8343, + "shanghai": 8344, + "resting": 8345, + "integration": 8346, + "preservation": 8347, + "marvel": 8348, + "variant": 8349, + "pirates": 8350, + "sheep": 8351, + "rounded": 8352, + "capita": 8353, + "sailing": 8354, + "colonies": 8355, + "manuscript": 8356, + "deemed": 8357, + "variations": 8358, + "clarke": 8359, + "functional": 8360, + "emerging": 8361, + "boxing": 8362, + "relaxed": 8363, + "curse": 8364, + "azerbaijan": 8365, + "heavyweight": 8366, + "nickname": 8367, + "editorial": 8368, + "rang": 8369, + "grid": 8370, + "tightened": 8371, + "earthquake": 8372, + "flashed": 8373, + "miguel": 8374, + "rushing": 8375, + "##ches": 8376, + "improvements": 8377, + "boxes": 8378, + "brooks": 8379, + "180": 8380, + "consumption": 8381, + "molecular": 8382, + "felix": 8383, + "societies": 8384, + "repeatedly": 8385, + "variation": 8386, + "aids": 8387, + "civic": 8388, + "graphics": 8389, + "professionals": 8390, + "realm": 8391, + "autonomous": 8392, + "receiver": 8393, + "delayed": 8394, + "workshop": 8395, + "militia": 8396, + "chairs": 8397, + "trump": 8398, + "canyon": 8399, + "##point": 8400, + "harsh": 8401, + "extending": 8402, + "lovely": 8403, + "happiness": 8404, + "##jan": 8405, + "stake": 8406, + "eyebrows": 8407, + "embassy": 8408, + "wellington": 8409, + "hannah": 8410, + "##ella": 8411, + "sony": 8412, + "corners": 8413, + "bishops": 8414, + "swear": 8415, + "cloth": 8416, + "contents": 8417, + "xi": 8418, + "namely": 8419, + "commenced": 8420, + "1854": 8421, + "stanford": 8422, + "nashville": 8423, + "courage": 8424, + "graphic": 8425, + "commitment": 8426, + "garrison": 8427, + "##bin": 8428, + "hamlet": 8429, + "clearing": 8430, + "rebels": 8431, + "attraction": 8432, + "literacy": 8433, + "cooking": 8434, + "ruins": 8435, + "temples": 8436, + "jenny": 8437, + "humanity": 8438, + "celebrate": 8439, + "hasn": 8440, + "freight": 8441, + "sixty": 8442, + "rebel": 8443, + "bastard": 8444, + "##art": 8445, + "newton": 8446, + "##ada": 8447, + "deer": 8448, + "##ges": 8449, + "##ching": 8450, + "smiles": 8451, + "delaware": 8452, + "singers": 8453, + "##ets": 8454, + "approaching": 8455, + "assists": 8456, + "flame": 8457, + "##ph": 8458, + "boulevard": 8459, + "barrel": 8460, + "planted": 8461, + "##ome": 8462, + "pursuit": 8463, + "##sia": 8464, + "consequences": 8465, + "posts": 8466, + "shallow": 8467, + "invitation": 8468, + "rode": 8469, + "depot": 8470, + "ernest": 8471, + "kane": 8472, + "rod": 8473, + "concepts": 8474, + "preston": 8475, + "topic": 8476, + "chambers": 8477, + "striking": 8478, + "blast": 8479, + "arrives": 8480, + "descendants": 8481, + "montgomery": 8482, + "ranges": 8483, + "worlds": 8484, + "##lay": 8485, + "##ari": 8486, + "span": 8487, + "chaos": 8488, + "praise": 8489, + "##ag": 8490, + "fewer": 8491, + "1855": 8492, + "sanctuary": 8493, + "mud": 8494, + "fbi": 8495, + "##ions": 8496, + "programmes": 8497, + "maintaining": 8498, + "unity": 8499, + "harper": 8500, + "bore": 8501, + "handsome": 8502, + "closure": 8503, + "tournaments": 8504, + "thunder": 8505, + "nebraska": 8506, + "linda": 8507, + "facade": 8508, + "puts": 8509, + "satisfied": 8510, + "argentine": 8511, + "dale": 8512, + "cork": 8513, + "dome": 8514, + "panama": 8515, + "##yl": 8516, + "1858": 8517, + "tasks": 8518, + "experts": 8519, + "##ates": 8520, + "feeding": 8521, + "equation": 8522, + "##las": 8523, + "##ida": 8524, + "##tu": 8525, + "engage": 8526, + "bryan": 8527, + "##ax": 8528, + "um": 8529, + "quartet": 8530, + "melody": 8531, + "disbanded": 8532, + "sheffield": 8533, + "blocked": 8534, + "gasped": 8535, + "delay": 8536, + "kisses": 8537, + "maggie": 8538, + "connects": 8539, + "##non": 8540, + "sts": 8541, + "poured": 8542, + "creator": 8543, + "publishers": 8544, + "##we": 8545, + "guided": 8546, + "ellis": 8547, + "extinct": 8548, + "hug": 8549, + "gaining": 8550, + "##ord": 8551, + "complicated": 8552, + "##bility": 8553, + "poll": 8554, + "clenched": 8555, + "investigate": 8556, + "##use": 8557, + "thereby": 8558, + "quantum": 8559, + "spine": 8560, + "cdp": 8561, + "humor": 8562, + "kills": 8563, + "administered": 8564, + "semifinals": 8565, + "##du": 8566, + "encountered": 8567, + "ignore": 8568, + "##bu": 8569, + "commentary": 8570, + "##maker": 8571, + "bother": 8572, + "roosevelt": 8573, + "140": 8574, + "plains": 8575, + "halfway": 8576, + "flowing": 8577, + "cultures": 8578, + "crack": 8579, + "imprisoned": 8580, + "neighboring": 8581, + "airline": 8582, + "##ses": 8583, + "##view": 8584, + "##mate": 8585, + "##ec": 8586, + "gather": 8587, + "wolves": 8588, + "marathon": 8589, + "transformed": 8590, + "##ill": 8591, + "cruise": 8592, + "organisations": 8593, + "carol": 8594, + "punch": 8595, + "exhibitions": 8596, + "numbered": 8597, + "alarm": 8598, + "ratings": 8599, + "daddy": 8600, + "silently": 8601, + "##stein": 8602, + "queens": 8603, + "colours": 8604, + "impression": 8605, + "guidance": 8606, + "liu": 8607, + "tactical": 8608, + "##rat": 8609, + "marshal": 8610, + "della": 8611, + "arrow": 8612, + "##ings": 8613, + "rested": 8614, + "feared": 8615, + "tender": 8616, + "owns": 8617, + "bitter": 8618, + "advisor": 8619, + "escort": 8620, + "##ides": 8621, + "spare": 8622, + "farms": 8623, + "grants": 8624, + "##ene": 8625, + "dragons": 8626, + "encourage": 8627, + "colleagues": 8628, + "cameras": 8629, + "##und": 8630, + "sucked": 8631, + "pile": 8632, + "spirits": 8633, + "prague": 8634, + "statements": 8635, + "suspension": 8636, + "landmark": 8637, + "fence": 8638, + "torture": 8639, + "recreation": 8640, + "bags": 8641, + "permanently": 8642, + "survivors": 8643, + "pond": 8644, + "spy": 8645, + "predecessor": 8646, + "bombing": 8647, + "coup": 8648, + "##og": 8649, + "protecting": 8650, + "transformation": 8651, + "glow": 8652, + "##lands": 8653, + "##book": 8654, + "dug": 8655, + "priests": 8656, + "andrea": 8657, + "feat": 8658, + "barn": 8659, + "jumping": 8660, + "##chen": 8661, + "##ologist": 8662, + "##con": 8663, + "casualties": 8664, + "stern": 8665, + "auckland": 8666, + "pipe": 8667, + "serie": 8668, + "revealing": 8669, + "ba": 8670, + "##bel": 8671, + "trevor": 8672, + "mercy": 8673, + "spectrum": 8674, + "yang": 8675, + "consist": 8676, + "governing": 8677, + "collaborated": 8678, + "possessed": 8679, + "epic": 8680, + "comprises": 8681, + "blew": 8682, + "shane": 8683, + "##ack": 8684, + "lopez": 8685, + "honored": 8686, + "magical": 8687, + "sacrifice": 8688, + "judgment": 8689, + "perceived": 8690, + "hammer": 8691, + "mtv": 8692, + "baronet": 8693, + "tune": 8694, + "das": 8695, + "missionary": 8696, + "sheets": 8697, + "350": 8698, + "neutral": 8699, + "oral": 8700, + "threatening": 8701, + "attractive": 8702, + "shade": 8703, + "aims": 8704, + "seminary": 8705, + "##master": 8706, + "estates": 8707, + "1856": 8708, + "michel": 8709, + "wounds": 8710, + "refugees": 8711, + "manufacturers": 8712, + "##nic": 8713, + "mercury": 8714, + "syndrome": 8715, + "porter": 8716, + "##iya": 8717, + "##din": 8718, + "hamburg": 8719, + "identification": 8720, + "upstairs": 8721, + "purse": 8722, + "widened": 8723, + "pause": 8724, + "cared": 8725, + "breathed": 8726, + "affiliate": 8727, + "santiago": 8728, + "prevented": 8729, + "celtic": 8730, + "fisher": 8731, + "125": 8732, + "recruited": 8733, + "byzantine": 8734, + "reconstruction": 8735, + "farther": 8736, + "##mp": 8737, + "diet": 8738, + "sake": 8739, + "au": 8740, + "spite": 8741, + "sensation": 8742, + "##ert": 8743, + "blank": 8744, + "separation": 8745, + "105": 8746, + "##hon": 8747, + "vladimir": 8748, + "armies": 8749, + "anime": 8750, + "##lie": 8751, + "accommodate": 8752, + "orbit": 8753, + "cult": 8754, + "sofia": 8755, + "archive": 8756, + "##ify": 8757, + "##box": 8758, + "founders": 8759, + "sustained": 8760, + "disorder": 8761, + "honours": 8762, + "northeastern": 8763, + "mia": 8764, + "crops": 8765, + "violet": 8766, + "threats": 8767, + "blanket": 8768, + "fires": 8769, + "canton": 8770, + "followers": 8771, + "southwestern": 8772, + "prototype": 8773, + "voyage": 8774, + "assignment": 8775, + "altered": 8776, + "moderate": 8777, + "protocol": 8778, + "pistol": 8779, + "##eo": 8780, + "questioned": 8781, + "brass": 8782, + "lifting": 8783, + "1852": 8784, + "math": 8785, + "authored": 8786, + "##ual": 8787, + "doug": 8788, + "dimensional": 8789, + "dynamic": 8790, + "##san": 8791, + "1851": 8792, + "pronounced": 8793, + "grateful": 8794, + "quest": 8795, + "uncomfortable": 8796, + "boom": 8797, + "presidency": 8798, + "stevens": 8799, + "relating": 8800, + "politicians": 8801, + "chen": 8802, + "barrier": 8803, + "quinn": 8804, + "diana": 8805, + "mosque": 8806, + "tribal": 8807, + "cheese": 8808, + "palmer": 8809, + "portions": 8810, + "sometime": 8811, + "chester": 8812, + "treasure": 8813, + "wu": 8814, + "bend": 8815, + "download": 8816, + "millions": 8817, + "reforms": 8818, + "registration": 8819, + "##osa": 8820, + "consequently": 8821, + "monitoring": 8822, + "ate": 8823, + "preliminary": 8824, + "brandon": 8825, + "invented": 8826, + "ps": 8827, + "eaten": 8828, + "exterior": 8829, + "intervention": 8830, + "ports": 8831, + "documented": 8832, + "log": 8833, + "displays": 8834, + "lecture": 8835, + "sally": 8836, + "favourite": 8837, + "##itz": 8838, + "vermont": 8839, + "lo": 8840, + "invisible": 8841, + "isle": 8842, + "breed": 8843, + "##ator": 8844, + "journalists": 8845, + "relay": 8846, + "speaks": 8847, + "backward": 8848, + "explore": 8849, + "midfielder": 8850, + "actively": 8851, + "stefan": 8852, + "procedures": 8853, + "cannon": 8854, + "blond": 8855, + "kenneth": 8856, + "centered": 8857, + "servants": 8858, + "chains": 8859, + "libraries": 8860, + "malcolm": 8861, + "essex": 8862, + "henri": 8863, + "slavery": 8864, + "##hal": 8865, + "facts": 8866, + "fairy": 8867, + "coached": 8868, + "cassie": 8869, + "cats": 8870, + "washed": 8871, + "cop": 8872, + "##fi": 8873, + "announcement": 8874, + "item": 8875, + "2000s": 8876, + "vinyl": 8877, + "activated": 8878, + "marco": 8879, + "frontier": 8880, + "growled": 8881, + "curriculum": 8882, + "##das": 8883, + "loyal": 8884, + "accomplished": 8885, + "leslie": 8886, + "ritual": 8887, + "kenny": 8888, + "##00": 8889, + "vii": 8890, + "napoleon": 8891, + "hollow": 8892, + "hybrid": 8893, + "jungle": 8894, + "stationed": 8895, + "friedrich": 8896, + "counted": 8897, + "##ulated": 8898, + "platinum": 8899, + "theatrical": 8900, + "seated": 8901, + "col": 8902, + "rubber": 8903, + "glen": 8904, + "1840": 8905, + "diversity": 8906, + "healing": 8907, + "extends": 8908, + "id": 8909, + "provisions": 8910, + "administrator": 8911, + "columbus": 8912, + "##oe": 8913, + "tributary": 8914, + "te": 8915, + "assured": 8916, + "org": 8917, + "##uous": 8918, + "prestigious": 8919, + "examined": 8920, + "lectures": 8921, + "grammy": 8922, + "ronald": 8923, + "associations": 8924, + "bailey": 8925, + "allan": 8926, + "essays": 8927, + "flute": 8928, + "believing": 8929, + "consultant": 8930, + "proceedings": 8931, + "travelling": 8932, + "1853": 8933, + "kit": 8934, + "kerala": 8935, + "yugoslavia": 8936, + "buddy": 8937, + "methodist": 8938, + "##ith": 8939, + "burial": 8940, + "centres": 8941, + "batman": 8942, + "##nda": 8943, + "discontinued": 8944, + "bo": 8945, + "dock": 8946, + "stockholm": 8947, + "lungs": 8948, + "severely": 8949, + "##nk": 8950, + "citing": 8951, + "manga": 8952, + "##ugh": 8953, + "steal": 8954, + "mumbai": 8955, + "iraqi": 8956, + "robot": 8957, + "celebrity": 8958, + "bride": 8959, + "broadcasts": 8960, + "abolished": 8961, + "pot": 8962, + "joel": 8963, + "overhead": 8964, + "franz": 8965, + "packed": 8966, + "reconnaissance": 8967, + "johann": 8968, + "acknowledged": 8969, + "introduce": 8970, + "handled": 8971, + "doctorate": 8972, + "developments": 8973, + "drinks": 8974, + "alley": 8975, + "palestine": 8976, + "##nis": 8977, + "##aki": 8978, + "proceeded": 8979, + "recover": 8980, + "bradley": 8981, + "grain": 8982, + "patch": 8983, + "afford": 8984, + "infection": 8985, + "nationalist": 8986, + "legendary": 8987, + "##ath": 8988, + "interchange": 8989, + "virtually": 8990, + "gen": 8991, + "gravity": 8992, + "exploration": 8993, + "amber": 8994, + "vital": 8995, + "wishes": 8996, + "powell": 8997, + "doctrine": 8998, + "elbow": 8999, + "screenplay": 9000, + "##bird": 9001, + "contribute": 9002, + "indonesian": 9003, + "pet": 9004, + "creates": 9005, + "##com": 9006, + "enzyme": 9007, + "kylie": 9008, + "discipline": 9009, + "drops": 9010, + "manila": 9011, + "hunger": 9012, + "##ien": 9013, + "layers": 9014, + "suffer": 9015, + "fever": 9016, + "bits": 9017, + "monica": 9018, + "keyboard": 9019, + "manages": 9020, + "##hood": 9021, + "searched": 9022, + "appeals": 9023, + "##bad": 9024, + "testament": 9025, + "grande": 9026, + "reid": 9027, + "##war": 9028, + "beliefs": 9029, + "congo": 9030, + "##ification": 9031, + "##dia": 9032, + "si": 9033, + "requiring": 9034, + "##via": 9035, + "casey": 9036, + "1849": 9037, + "regret": 9038, + "streak": 9039, + "rape": 9040, + "depends": 9041, + "syrian": 9042, + "sprint": 9043, + "pound": 9044, + "tourists": 9045, + "upcoming": 9046, + "pub": 9047, + "##xi": 9048, + "tense": 9049, + "##els": 9050, + "practiced": 9051, + "echo": 9052, + "nationwide": 9053, + "guild": 9054, + "motorcycle": 9055, + "liz": 9056, + "##zar": 9057, + "chiefs": 9058, + "desired": 9059, + "elena": 9060, + "bye": 9061, + "precious": 9062, + "absorbed": 9063, + "relatives": 9064, + "booth": 9065, + "pianist": 9066, + "##mal": 9067, + "citizenship": 9068, + "exhausted": 9069, + "wilhelm": 9070, + "##ceae": 9071, + "##hed": 9072, + "noting": 9073, + "quarterback": 9074, + "urge": 9075, + "hectares": 9076, + "##gue": 9077, + "ace": 9078, + "holly": 9079, + "##tal": 9080, + "blonde": 9081, + "davies": 9082, + "parked": 9083, + "sustainable": 9084, + "stepping": 9085, + "twentieth": 9086, + "airfield": 9087, + "galaxy": 9088, + "nest": 9089, + "chip": 9090, + "##nell": 9091, + "tan": 9092, + "shaft": 9093, + "paulo": 9094, + "requirement": 9095, + "##zy": 9096, + "paradise": 9097, + "tobacco": 9098, + "trans": 9099, + "renewed": 9100, + "vietnamese": 9101, + "##cker": 9102, + "##ju": 9103, + "suggesting": 9104, + "catching": 9105, + "holmes": 9106, + "enjoying": 9107, + "md": 9108, + "trips": 9109, + "colt": 9110, + "holder": 9111, + "butterfly": 9112, + "nerve": 9113, + "reformed": 9114, + "cherry": 9115, + "bowling": 9116, + "trailer": 9117, + "carriage": 9118, + "goodbye": 9119, + "appreciate": 9120, + "toy": 9121, + "joshua": 9122, + "interactive": 9123, + "enabled": 9124, + "involve": 9125, + "##kan": 9126, + "collar": 9127, + "determination": 9128, + "bunch": 9129, + "facebook": 9130, + "recall": 9131, + "shorts": 9132, + "superintendent": 9133, + "episcopal": 9134, + "frustration": 9135, + "giovanni": 9136, + "nineteenth": 9137, + "laser": 9138, + "privately": 9139, + "array": 9140, + "circulation": 9141, + "##ovic": 9142, + "armstrong": 9143, + "deals": 9144, + "painful": 9145, + "permit": 9146, + "discrimination": 9147, + "##wi": 9148, + "aires": 9149, + "retiring": 9150, + "cottage": 9151, + "ni": 9152, + "##sta": 9153, + "horizon": 9154, + "ellen": 9155, + "jamaica": 9156, + "ripped": 9157, + "fernando": 9158, + "chapters": 9159, + "playstation": 9160, + "patron": 9161, + "lecturer": 9162, + "navigation": 9163, + "behaviour": 9164, + "genes": 9165, + "georgian": 9166, + "export": 9167, + "solomon": 9168, + "rivals": 9169, + "swift": 9170, + "seventeen": 9171, + "rodriguez": 9172, + "princeton": 9173, + "independently": 9174, + "sox": 9175, + "1847": 9176, + "arguing": 9177, + "entity": 9178, + "casting": 9179, + "hank": 9180, + "criteria": 9181, + "oakland": 9182, + "geographic": 9183, + "milwaukee": 9184, + "reflection": 9185, + "expanding": 9186, + "conquest": 9187, + "dubbed": 9188, + "##tv": 9189, + "halt": 9190, + "brave": 9191, + "brunswick": 9192, + "doi": 9193, + "arched": 9194, + "curtis": 9195, + "divorced": 9196, + "predominantly": 9197, + "somerset": 9198, + "streams": 9199, + "ugly": 9200, + "zoo": 9201, + "horrible": 9202, + "curved": 9203, + "buenos": 9204, + "fierce": 9205, + "dictionary": 9206, + "vector": 9207, + "theological": 9208, + "unions": 9209, + "handful": 9210, + "stability": 9211, + "chan": 9212, + "punjab": 9213, + "segments": 9214, + "##lly": 9215, + "altar": 9216, + "ignoring": 9217, + "gesture": 9218, + "monsters": 9219, + "pastor": 9220, + "##stone": 9221, + "thighs": 9222, + "unexpected": 9223, + "operators": 9224, + "abruptly": 9225, + "coin": 9226, + "compiled": 9227, + "associates": 9228, + "improving": 9229, + "migration": 9230, + "pin": 9231, + "##ose": 9232, + "compact": 9233, + "collegiate": 9234, + "reserved": 9235, + "##urs": 9236, + "quarterfinals": 9237, + "roster": 9238, + "restore": 9239, + "assembled": 9240, + "hurry": 9241, + "oval": 9242, + "##cies": 9243, + "1846": 9244, + "flags": 9245, + "martha": 9246, + "##del": 9247, + "victories": 9248, + "sharply": 9249, + "##rated": 9250, + "argues": 9251, + "deadly": 9252, + "neo": 9253, + "drawings": 9254, + "symbols": 9255, + "performer": 9256, + "##iel": 9257, + "griffin": 9258, + "restrictions": 9259, + "editing": 9260, + "andrews": 9261, + "java": 9262, + "journals": 9263, + "arabia": 9264, + "compositions": 9265, + "dee": 9266, + "pierce": 9267, + "removing": 9268, + "hindi": 9269, + "casino": 9270, + "runway": 9271, + "civilians": 9272, + "minds": 9273, + "nasa": 9274, + "hotels": 9275, + "##zation": 9276, + "refuge": 9277, + "rent": 9278, + "retain": 9279, + "potentially": 9280, + "conferences": 9281, + "suburban": 9282, + "conducting": 9283, + "##tto": 9284, + "##tions": 9285, + "##tle": 9286, + "descended": 9287, + "massacre": 9288, + "##cal": 9289, + "ammunition": 9290, + "terrain": 9291, + "fork": 9292, + "souls": 9293, + "counts": 9294, + "chelsea": 9295, + "durham": 9296, + "drives": 9297, + "cab": 9298, + "##bank": 9299, + "perth": 9300, + "realizing": 9301, + "palestinian": 9302, + "finn": 9303, + "simpson": 9304, + "##dal": 9305, + "betty": 9306, + "##ule": 9307, + "moreover": 9308, + "particles": 9309, + "cardinals": 9310, + "tent": 9311, + "evaluation": 9312, + "extraordinary": 9313, + "##oid": 9314, + "inscription": 9315, + "##works": 9316, + "wednesday": 9317, + "chloe": 9318, + "maintains": 9319, + "panels": 9320, + "ashley": 9321, + "trucks": 9322, + "##nation": 9323, + "cluster": 9324, + "sunlight": 9325, + "strikes": 9326, + "zhang": 9327, + "##wing": 9328, + "dialect": 9329, + "canon": 9330, + "##ap": 9331, + "tucked": 9332, + "##ws": 9333, + "collecting": 9334, + "##mas": 9335, + "##can": 9336, + "##sville": 9337, + "maker": 9338, + "quoted": 9339, + "evan": 9340, + "franco": 9341, + "aria": 9342, + "buying": 9343, + "cleaning": 9344, + "eva": 9345, + "closet": 9346, + "provision": 9347, + "apollo": 9348, + "clinic": 9349, + "rat": 9350, + "##ez": 9351, + "necessarily": 9352, + "ac": 9353, + "##gle": 9354, + "##ising": 9355, + "venues": 9356, + "flipped": 9357, + "cent": 9358, + "spreading": 9359, + "trustees": 9360, + "checking": 9361, + "authorized": 9362, + "##sco": 9363, + "disappointed": 9364, + "##ado": 9365, + "notion": 9366, + "duration": 9367, + "trumpet": 9368, + "hesitated": 9369, + "topped": 9370, + "brussels": 9371, + "rolls": 9372, + "theoretical": 9373, + "hint": 9374, + "define": 9375, + "aggressive": 9376, + "repeat": 9377, + "wash": 9378, + "peaceful": 9379, + "optical": 9380, + "width": 9381, + "allegedly": 9382, + "mcdonald": 9383, + "strict": 9384, + "copyright": 9385, + "##illa": 9386, + "investors": 9387, + "mar": 9388, + "jam": 9389, + "witnesses": 9390, + "sounding": 9391, + "miranda": 9392, + "michelle": 9393, + "privacy": 9394, + "hugo": 9395, + "harmony": 9396, + "##pp": 9397, + "valid": 9398, + "lynn": 9399, + "glared": 9400, + "nina": 9401, + "102": 9402, + "headquartered": 9403, + "diving": 9404, + "boarding": 9405, + "gibson": 9406, + "##ncy": 9407, + "albanian": 9408, + "marsh": 9409, + "routine": 9410, + "dealt": 9411, + "enhanced": 9412, + "er": 9413, + "intelligent": 9414, + "substance": 9415, + "targeted": 9416, + "enlisted": 9417, + "discovers": 9418, + "spinning": 9419, + "observations": 9420, + "pissed": 9421, + "smoking": 9422, + "rebecca": 9423, + "capitol": 9424, + "visa": 9425, + "varied": 9426, + "costume": 9427, + "seemingly": 9428, + "indies": 9429, + "compensation": 9430, + "surgeon": 9431, + "thursday": 9432, + "arsenal": 9433, + "westminster": 9434, + "suburbs": 9435, + "rid": 9436, + "anglican": 9437, + "##ridge": 9438, + "knots": 9439, + "foods": 9440, + "alumni": 9441, + "lighter": 9442, + "fraser": 9443, + "whoever": 9444, + "portal": 9445, + "scandal": 9446, + "##ray": 9447, + "gavin": 9448, + "advised": 9449, + "instructor": 9450, + "flooding": 9451, + "terrorist": 9452, + "##ale": 9453, + "teenage": 9454, + "interim": 9455, + "senses": 9456, + "duck": 9457, + "teen": 9458, + "thesis": 9459, + "abby": 9460, + "eager": 9461, + "overcome": 9462, + "##ile": 9463, + "newport": 9464, + "glenn": 9465, + "rises": 9466, + "shame": 9467, + "##cc": 9468, + "prompted": 9469, + "priority": 9470, + "forgot": 9471, + "bomber": 9472, + "nicolas": 9473, + "protective": 9474, + "360": 9475, + "cartoon": 9476, + "katherine": 9477, + "breeze": 9478, + "lonely": 9479, + "trusted": 9480, + "henderson": 9481, + "richardson": 9482, + "relax": 9483, + "banner": 9484, + "candy": 9485, + "palms": 9486, + "remarkable": 9487, + "##rio": 9488, + "legends": 9489, + "cricketer": 9490, + "essay": 9491, + "ordained": 9492, + "edmund": 9493, + "rifles": 9494, + "trigger": 9495, + "##uri": 9496, + "##away": 9497, + "sail": 9498, + "alert": 9499, + "1830": 9500, + "audiences": 9501, + "penn": 9502, + "sussex": 9503, + "siblings": 9504, + "pursued": 9505, + "indianapolis": 9506, + "resist": 9507, + "rosa": 9508, + "consequence": 9509, + "succeed": 9510, + "avoided": 9511, + "1845": 9512, + "##ulation": 9513, + "inland": 9514, + "##tie": 9515, + "##nna": 9516, + "counsel": 9517, + "profession": 9518, + "chronicle": 9519, + "hurried": 9520, + "##una": 9521, + "eyebrow": 9522, + "eventual": 9523, + "bleeding": 9524, + "innovative": 9525, + "cure": 9526, + "##dom": 9527, + "committees": 9528, + "accounting": 9529, + "con": 9530, + "scope": 9531, + "hardy": 9532, + "heather": 9533, + "tenor": 9534, + "gut": 9535, + "herald": 9536, + "codes": 9537, + "tore": 9538, + "scales": 9539, + "wagon": 9540, + "##oo": 9541, + "luxury": 9542, + "tin": 9543, + "prefer": 9544, + "fountain": 9545, + "triangle": 9546, + "bonds": 9547, + "darling": 9548, + "convoy": 9549, + "dried": 9550, + "traced": 9551, + "beings": 9552, + "troy": 9553, + "accidentally": 9554, + "slam": 9555, + "findings": 9556, + "smelled": 9557, + "joey": 9558, + "lawyers": 9559, + "outcome": 9560, + "steep": 9561, + "bosnia": 9562, + "configuration": 9563, + "shifting": 9564, + "toll": 9565, + "brook": 9566, + "performers": 9567, + "lobby": 9568, + "philosophical": 9569, + "construct": 9570, + "shrine": 9571, + "aggregate": 9572, + "boot": 9573, + "cox": 9574, + "phenomenon": 9575, + "savage": 9576, + "insane": 9577, + "solely": 9578, + "reynolds": 9579, + "lifestyle": 9580, + "##ima": 9581, + "nationally": 9582, + "holdings": 9583, + "consideration": 9584, + "enable": 9585, + "edgar": 9586, + "mo": 9587, + "mama": 9588, + "##tein": 9589, + "fights": 9590, + "relegation": 9591, + "chances": 9592, + "atomic": 9593, + "hub": 9594, + "conjunction": 9595, + "awkward": 9596, + "reactions": 9597, + "currency": 9598, + "finale": 9599, + "kumar": 9600, + "underwent": 9601, + "steering": 9602, + "elaborate": 9603, + "gifts": 9604, + "comprising": 9605, + "melissa": 9606, + "veins": 9607, + "reasonable": 9608, + "sunshine": 9609, + "chi": 9610, + "solve": 9611, + "trails": 9612, + "inhabited": 9613, + "elimination": 9614, + "ethics": 9615, + "huh": 9616, + "ana": 9617, + "molly": 9618, + "consent": 9619, + "apartments": 9620, + "layout": 9621, + "marines": 9622, + "##ces": 9623, + "hunters": 9624, + "bulk": 9625, + "##oma": 9626, + "hometown": 9627, + "##wall": 9628, + "##mont": 9629, + "cracked": 9630, + "reads": 9631, + "neighbouring": 9632, + "withdrawn": 9633, + "admission": 9634, + "wingspan": 9635, + "damned": 9636, + "anthology": 9637, + "lancashire": 9638, + "brands": 9639, + "batting": 9640, + "forgive": 9641, + "cuban": 9642, + "awful": 9643, + "##lyn": 9644, + "104": 9645, + "dimensions": 9646, + "imagination": 9647, + "##ade": 9648, + "dante": 9649, + "##ship": 9650, + "tracking": 9651, + "desperately": 9652, + "goalkeeper": 9653, + "##yne": 9654, + "groaned": 9655, + "workshops": 9656, + "confident": 9657, + "burton": 9658, + "gerald": 9659, + "milton": 9660, + "circus": 9661, + "uncertain": 9662, + "slope": 9663, + "copenhagen": 9664, + "sophia": 9665, + "fog": 9666, + "philosopher": 9667, + "portraits": 9668, + "accent": 9669, + "cycling": 9670, + "varying": 9671, + "gripped": 9672, + "larvae": 9673, + "garrett": 9674, + "specified": 9675, + "scotia": 9676, + "mature": 9677, + "luther": 9678, + "kurt": 9679, + "rap": 9680, + "##kes": 9681, + "aerial": 9682, + "750": 9683, + "ferdinand": 9684, + "heated": 9685, + "es": 9686, + "transported": 9687, + "##shan": 9688, + "safely": 9689, + "nonetheless": 9690, + "##orn": 9691, + "##gal": 9692, + "motors": 9693, + "demanding": 9694, + "##sburg": 9695, + "startled": 9696, + "##brook": 9697, + "ally": 9698, + "generate": 9699, + "caps": 9700, + "ghana": 9701, + "stained": 9702, + "demo": 9703, + "mentions": 9704, + "beds": 9705, + "ap": 9706, + "afterward": 9707, + "diary": 9708, + "##bling": 9709, + "utility": 9710, + "##iro": 9711, + "richards": 9712, + "1837": 9713, + "conspiracy": 9714, + "conscious": 9715, + "shining": 9716, + "footsteps": 9717, + "observer": 9718, + "cyprus": 9719, + "urged": 9720, + "loyalty": 9721, + "developer": 9722, + "probability": 9723, + "olive": 9724, + "upgraded": 9725, + "gym": 9726, + "miracle": 9727, + "insects": 9728, + "graves": 9729, + "1844": 9730, + "ourselves": 9731, + "hydrogen": 9732, + "amazon": 9733, + "katie": 9734, + "tickets": 9735, + "poets": 9736, + "##pm": 9737, + "planes": 9738, + "##pan": 9739, + "prevention": 9740, + "witnessed": 9741, + "dense": 9742, + "jin": 9743, + "randy": 9744, + "tang": 9745, + "warehouse": 9746, + "monroe": 9747, + "bang": 9748, + "archived": 9749, + "elderly": 9750, + "investigations": 9751, + "alec": 9752, + "granite": 9753, + "mineral": 9754, + "conflicts": 9755, + "controlling": 9756, + "aboriginal": 9757, + "carlo": 9758, + "##zu": 9759, + "mechanics": 9760, + "stan": 9761, + "stark": 9762, + "rhode": 9763, + "skirt": 9764, + "est": 9765, + "##berry": 9766, + "bombs": 9767, + "respected": 9768, + "##horn": 9769, + "imposed": 9770, + "limestone": 9771, + "deny": 9772, + "nominee": 9773, + "memphis": 9774, + "grabbing": 9775, + "disabled": 9776, + "##als": 9777, + "amusement": 9778, + "aa": 9779, + "frankfurt": 9780, + "corn": 9781, + "referendum": 9782, + "varies": 9783, + "slowed": 9784, + "disk": 9785, + "firms": 9786, + "unconscious": 9787, + "incredible": 9788, + "clue": 9789, + "sue": 9790, + "##zhou": 9791, + "twist": 9792, + "##cio": 9793, + "joins": 9794, + "idaho": 9795, + "chad": 9796, + "developers": 9797, + "computing": 9798, + "destroyer": 9799, + "103": 9800, + "mortal": 9801, + "tucker": 9802, + "kingston": 9803, + "choices": 9804, + "yu": 9805, + "carson": 9806, + "1800": 9807, + "os": 9808, + "whitney": 9809, + "geneva": 9810, + "pretend": 9811, + "dimension": 9812, + "staged": 9813, + "plateau": 9814, + "maya": 9815, + "##une": 9816, + "freestyle": 9817, + "##bc": 9818, + "rovers": 9819, + "hiv": 9820, + "##ids": 9821, + "tristan": 9822, + "classroom": 9823, + "prospect": 9824, + "##hus": 9825, + "honestly": 9826, + "diploma": 9827, + "lied": 9828, + "thermal": 9829, + "auxiliary": 9830, + "feast": 9831, + "unlikely": 9832, + "iata": 9833, + "##tel": 9834, + "morocco": 9835, + "pounding": 9836, + "treasury": 9837, + "lithuania": 9838, + "considerably": 9839, + "1841": 9840, + "dish": 9841, + "1812": 9842, + "geological": 9843, + "matching": 9844, + "stumbled": 9845, + "destroying": 9846, + "marched": 9847, + "brien": 9848, + "advances": 9849, + "cake": 9850, + "nicole": 9851, + "belle": 9852, + "settling": 9853, + "measuring": 9854, + "directing": 9855, + "##mie": 9856, + "tuesday": 9857, + "bassist": 9858, + "capabilities": 9859, + "stunned": 9860, + "fraud": 9861, + "torpedo": 9862, + "##list": 9863, + "##phone": 9864, + "anton": 9865, + "wisdom": 9866, + "surveillance": 9867, + "ruined": 9868, + "##ulate": 9869, + "lawsuit": 9870, + "healthcare": 9871, + "theorem": 9872, + "halls": 9873, + "trend": 9874, + "aka": 9875, + "horizontal": 9876, + "dozens": 9877, + "acquire": 9878, + "lasting": 9879, + "swim": 9880, + "hawk": 9881, + "gorgeous": 9882, + "fees": 9883, + "vicinity": 9884, + "decrease": 9885, + "adoption": 9886, + "tactics": 9887, + "##ography": 9888, + "pakistani": 9889, + "##ole": 9890, + "draws": 9891, + "##hall": 9892, + "willie": 9893, + "burke": 9894, + "heath": 9895, + "algorithm": 9896, + "integral": 9897, + "powder": 9898, + "elliott": 9899, + "brigadier": 9900, + "jackie": 9901, + "tate": 9902, + "varieties": 9903, + "darker": 9904, + "##cho": 9905, + "lately": 9906, + "cigarette": 9907, + "specimens": 9908, + "adds": 9909, + "##ree": 9910, + "##ensis": 9911, + "##inger": 9912, + "exploded": 9913, + "finalist": 9914, + "cia": 9915, + "murders": 9916, + "wilderness": 9917, + "arguments": 9918, + "nicknamed": 9919, + "acceptance": 9920, + "onwards": 9921, + "manufacture": 9922, + "robertson": 9923, + "jets": 9924, + "tampa": 9925, + "enterprises": 9926, + "blog": 9927, + "loudly": 9928, + "composers": 9929, + "nominations": 9930, + "1838": 9931, + "ai": 9932, + "malta": 9933, + "inquiry": 9934, + "automobile": 9935, + "hosting": 9936, + "viii": 9937, + "rays": 9938, + "tilted": 9939, + "grief": 9940, + "museums": 9941, + "strategies": 9942, + "furious": 9943, + "euro": 9944, + "equality": 9945, + "cohen": 9946, + "poison": 9947, + "surrey": 9948, + "wireless": 9949, + "governed": 9950, + "ridiculous": 9951, + "moses": 9952, + "##esh": 9953, + "##room": 9954, + "vanished": 9955, + "##ito": 9956, + "barnes": 9957, + "attract": 9958, + "morrison": 9959, + "istanbul": 9960, + "##iness": 9961, + "absent": 9962, + "rotation": 9963, + "petition": 9964, + "janet": 9965, + "##logical": 9966, + "satisfaction": 9967, + "custody": 9968, + "deliberately": 9969, + "observatory": 9970, + "comedian": 9971, + "surfaces": 9972, + "pinyin": 9973, + "novelist": 9974, + "strictly": 9975, + "canterbury": 9976, + "oslo": 9977, + "monks": 9978, + "embrace": 9979, + "ibm": 9980, + "jealous": 9981, + "photograph": 9982, + "continent": 9983, + "dorothy": 9984, + "marina": 9985, + "doc": 9986, + "excess": 9987, + "holden": 9988, + "allegations": 9989, + "explaining": 9990, + "stack": 9991, + "avoiding": 9992, + "lance": 9993, + "storyline": 9994, + "majesty": 9995, + "poorly": 9996, + "spike": 9997, + "dos": 9998, + "bradford": 9999, + "raven": 10000, + "travis": 10001, + "classics": 10002, + "proven": 10003, + "voltage": 10004, + "pillow": 10005, + "fists": 10006, + "butt": 10007, + "1842": 10008, + "interpreted": 10009, + "##car": 10010, + "1839": 10011, + "gage": 10012, + "telegraph": 10013, + "lens": 10014, + "promising": 10015, + "expelled": 10016, + "casual": 10017, + "collector": 10018, + "zones": 10019, + "##min": 10020, + "silly": 10021, + "nintendo": 10022, + "##kh": 10023, + "##bra": 10024, + "downstairs": 10025, + "chef": 10026, + "suspicious": 10027, + "afl": 10028, + "flies": 10029, + "vacant": 10030, + "uganda": 10031, + "pregnancy": 10032, + "condemned": 10033, + "lutheran": 10034, + "estimates": 10035, + "cheap": 10036, + "decree": 10037, + "saxon": 10038, + "proximity": 10039, + "stripped": 10040, + "idiot": 10041, + "deposits": 10042, + "contrary": 10043, + "presenter": 10044, + "magnus": 10045, + "glacier": 10046, + "im": 10047, + "offense": 10048, + "edwin": 10049, + "##ori": 10050, + "upright": 10051, + "##long": 10052, + "bolt": 10053, + "##ois": 10054, + "toss": 10055, + "geographical": 10056, + "##izes": 10057, + "environments": 10058, + "delicate": 10059, + "marking": 10060, + "abstract": 10061, + "xavier": 10062, + "nails": 10063, + "windsor": 10064, + "plantation": 10065, + "occurring": 10066, + "equity": 10067, + "saskatchewan": 10068, + "fears": 10069, + "drifted": 10070, + "sequences": 10071, + "vegetation": 10072, + "revolt": 10073, + "##stic": 10074, + "1843": 10075, + "sooner": 10076, + "fusion": 10077, + "opposing": 10078, + "nato": 10079, + "skating": 10080, + "1836": 10081, + "secretly": 10082, + "ruin": 10083, + "lease": 10084, + "##oc": 10085, + "edit": 10086, + "##nne": 10087, + "flora": 10088, + "anxiety": 10089, + "ruby": 10090, + "##ological": 10091, + "##mia": 10092, + "tel": 10093, + "bout": 10094, + "taxi": 10095, + "emmy": 10096, + "frost": 10097, + "rainbow": 10098, + "compounds": 10099, + "foundations": 10100, + "rainfall": 10101, + "assassination": 10102, + "nightmare": 10103, + "dominican": 10104, + "##win": 10105, + "achievements": 10106, + "deserve": 10107, + "orlando": 10108, + "intact": 10109, + "armenia": 10110, + "##nte": 10111, + "calgary": 10112, + "valentine": 10113, + "106": 10114, + "marion": 10115, + "proclaimed": 10116, + "theodore": 10117, + "bells": 10118, + "courtyard": 10119, + "thigh": 10120, + "gonzalez": 10121, + "console": 10122, + "troop": 10123, + "minimal": 10124, + "monte": 10125, + "everyday": 10126, + "##ence": 10127, + "##if": 10128, + "supporter": 10129, + "terrorism": 10130, + "buck": 10131, + "openly": 10132, + "presbyterian": 10133, + "activists": 10134, + "carpet": 10135, + "##iers": 10136, + "rubbing": 10137, + "uprising": 10138, + "##yi": 10139, + "cute": 10140, + "conceived": 10141, + "legally": 10142, + "##cht": 10143, + "millennium": 10144, + "cello": 10145, + "velocity": 10146, + "ji": 10147, + "rescued": 10148, + "cardiff": 10149, + "1835": 10150, + "rex": 10151, + "concentrate": 10152, + "senators": 10153, + "beard": 10154, + "rendered": 10155, + "glowing": 10156, + "battalions": 10157, + "scouts": 10158, + "competitors": 10159, + "sculptor": 10160, + "catalogue": 10161, + "arctic": 10162, + "ion": 10163, + "raja": 10164, + "bicycle": 10165, + "wow": 10166, + "glancing": 10167, + "lawn": 10168, + "##woman": 10169, + "gentleman": 10170, + "lighthouse": 10171, + "publish": 10172, + "predicted": 10173, + "calculated": 10174, + "##val": 10175, + "variants": 10176, + "##gne": 10177, + "strain": 10178, + "##ui": 10179, + "winston": 10180, + "deceased": 10181, + "##nus": 10182, + "touchdowns": 10183, + "brady": 10184, + "caleb": 10185, + "sinking": 10186, + "echoed": 10187, + "crush": 10188, + "hon": 10189, + "blessed": 10190, + "protagonist": 10191, + "hayes": 10192, + "endangered": 10193, + "magnitude": 10194, + "editors": 10195, + "##tine": 10196, + "estimate": 10197, + "responsibilities": 10198, + "##mel": 10199, + "backup": 10200, + "laying": 10201, + "consumed": 10202, + "sealed": 10203, + "zurich": 10204, + "lovers": 10205, + "frustrated": 10206, + "##eau": 10207, + "ahmed": 10208, + "kicking": 10209, + "mit": 10210, + "treasurer": 10211, + "1832": 10212, + "biblical": 10213, + "refuse": 10214, + "terrified": 10215, + "pump": 10216, + "agrees": 10217, + "genuine": 10218, + "imprisonment": 10219, + "refuses": 10220, + "plymouth": 10221, + "##hen": 10222, + "lou": 10223, + "##nen": 10224, + "tara": 10225, + "trembling": 10226, + "antarctic": 10227, + "ton": 10228, + "learns": 10229, + "##tas": 10230, + "crap": 10231, + "crucial": 10232, + "faction": 10233, + "atop": 10234, + "##borough": 10235, + "wrap": 10236, + "lancaster": 10237, + "odds": 10238, + "hopkins": 10239, + "erik": 10240, + "lyon": 10241, + "##eon": 10242, + "bros": 10243, + "##ode": 10244, + "snap": 10245, + "locality": 10246, + "tips": 10247, + "empress": 10248, + "crowned": 10249, + "cal": 10250, + "acclaimed": 10251, + "chuckled": 10252, + "##ory": 10253, + "clara": 10254, + "sends": 10255, + "mild": 10256, + "towel": 10257, + "##fl": 10258, + "##day": 10259, + "##а": 10260, + "wishing": 10261, + "assuming": 10262, + "interviewed": 10263, + "##bal": 10264, + "##die": 10265, + "interactions": 10266, + "eden": 10267, + "cups": 10268, + "helena": 10269, + "##lf": 10270, + "indie": 10271, + "beck": 10272, + "##fire": 10273, + "batteries": 10274, + "filipino": 10275, + "wizard": 10276, + "parted": 10277, + "##lam": 10278, + "traces": 10279, + "##born": 10280, + "rows": 10281, + "idol": 10282, + "albany": 10283, + "delegates": 10284, + "##ees": 10285, + "##sar": 10286, + "discussions": 10287, + "##ex": 10288, + "notre": 10289, + "instructed": 10290, + "belgrade": 10291, + "highways": 10292, + "suggestion": 10293, + "lauren": 10294, + "possess": 10295, + "orientation": 10296, + "alexandria": 10297, + "abdul": 10298, + "beats": 10299, + "salary": 10300, + "reunion": 10301, + "ludwig": 10302, + "alright": 10303, + "wagner": 10304, + "intimate": 10305, + "pockets": 10306, + "slovenia": 10307, + "hugged": 10308, + "brighton": 10309, + "merchants": 10310, + "cruel": 10311, + "stole": 10312, + "trek": 10313, + "slopes": 10314, + "repairs": 10315, + "enrollment": 10316, + "politically": 10317, + "underlying": 10318, + "promotional": 10319, + "counting": 10320, + "boeing": 10321, + "##bb": 10322, + "isabella": 10323, + "naming": 10324, + "##и": 10325, + "keen": 10326, + "bacteria": 10327, + "listing": 10328, + "separately": 10329, + "belfast": 10330, + "ussr": 10331, + "450": 10332, + "lithuanian": 10333, + "anybody": 10334, + "ribs": 10335, + "sphere": 10336, + "martinez": 10337, + "cock": 10338, + "embarrassed": 10339, + "proposals": 10340, + "fragments": 10341, + "nationals": 10342, + "##fs": 10343, + "##wski": 10344, + "premises": 10345, + "fin": 10346, + "1500": 10347, + "alpine": 10348, + "matched": 10349, + "freely": 10350, + "bounded": 10351, + "jace": 10352, + "sleeve": 10353, + "##af": 10354, + "gaming": 10355, + "pier": 10356, + "populated": 10357, + "evident": 10358, + "##like": 10359, + "frances": 10360, + "flooded": 10361, + "##dle": 10362, + "frightened": 10363, + "pour": 10364, + "trainer": 10365, + "framed": 10366, + "visitor": 10367, + "challenging": 10368, + "pig": 10369, + "wickets": 10370, + "##fold": 10371, + "infected": 10372, + "email": 10373, + "##pes": 10374, + "arose": 10375, + "##aw": 10376, + "reward": 10377, + "ecuador": 10378, + "oblast": 10379, + "vale": 10380, + "ch": 10381, + "shuttle": 10382, + "##usa": 10383, + "bach": 10384, + "rankings": 10385, + "forbidden": 10386, + "cornwall": 10387, + "accordance": 10388, + "salem": 10389, + "consumers": 10390, + "bruno": 10391, + "fantastic": 10392, + "toes": 10393, + "machinery": 10394, + "resolved": 10395, + "julius": 10396, + "remembering": 10397, + "propaganda": 10398, + "iceland": 10399, + "bombardment": 10400, + "tide": 10401, + "contacts": 10402, + "wives": 10403, + "##rah": 10404, + "concerto": 10405, + "macdonald": 10406, + "albania": 10407, + "implement": 10408, + "daisy": 10409, + "tapped": 10410, + "sudan": 10411, + "helmet": 10412, + "angela": 10413, + "mistress": 10414, + "##lic": 10415, + "crop": 10416, + "sunk": 10417, + "finest": 10418, + "##craft": 10419, + "hostile": 10420, + "##ute": 10421, + "##tsu": 10422, + "boxer": 10423, + "fr": 10424, + "paths": 10425, + "adjusted": 10426, + "habit": 10427, + "ballot": 10428, + "supervision": 10429, + "soprano": 10430, + "##zen": 10431, + "bullets": 10432, + "wicked": 10433, + "sunset": 10434, + "regiments": 10435, + "disappear": 10436, + "lamp": 10437, + "performs": 10438, + "app": 10439, + "##gia": 10440, + "##oa": 10441, + "rabbit": 10442, + "digging": 10443, + "incidents": 10444, + "entries": 10445, + "##cion": 10446, + "dishes": 10447, + "##oi": 10448, + "introducing": 10449, + "##ati": 10450, + "##fied": 10451, + "freshman": 10452, + "slot": 10453, + "jill": 10454, + "tackles": 10455, + "baroque": 10456, + "backs": 10457, + "##iest": 10458, + "lone": 10459, + "sponsor": 10460, + "destiny": 10461, + "altogether": 10462, + "convert": 10463, + "##aro": 10464, + "consensus": 10465, + "shapes": 10466, + "demonstration": 10467, + "basically": 10468, + "feminist": 10469, + "auction": 10470, + "artifacts": 10471, + "##bing": 10472, + "strongest": 10473, + "twitter": 10474, + "halifax": 10475, + "2019": 10476, + "allmusic": 10477, + "mighty": 10478, + "smallest": 10479, + "precise": 10480, + "alexandra": 10481, + "viola": 10482, + "##los": 10483, + "##ille": 10484, + "manuscripts": 10485, + "##illo": 10486, + "dancers": 10487, + "ari": 10488, + "managers": 10489, + "monuments": 10490, + "blades": 10491, + "barracks": 10492, + "springfield": 10493, + "maiden": 10494, + "consolidated": 10495, + "electron": 10496, + "##end": 10497, + "berry": 10498, + "airing": 10499, + "wheat": 10500, + "nobel": 10501, + "inclusion": 10502, + "blair": 10503, + "payments": 10504, + "geography": 10505, + "bee": 10506, + "cc": 10507, + "eleanor": 10508, + "react": 10509, + "##hurst": 10510, + "afc": 10511, + "manitoba": 10512, + "##yu": 10513, + "su": 10514, + "lineup": 10515, + "fitness": 10516, + "recreational": 10517, + "investments": 10518, + "airborne": 10519, + "disappointment": 10520, + "##dis": 10521, + "edmonton": 10522, + "viewing": 10523, + "##row": 10524, + "renovation": 10525, + "##cast": 10526, + "infant": 10527, + "bankruptcy": 10528, + "roses": 10529, + "aftermath": 10530, + "pavilion": 10531, + "##yer": 10532, + "carpenter": 10533, + "withdrawal": 10534, + "ladder": 10535, + "##hy": 10536, + "discussing": 10537, + "popped": 10538, + "reliable": 10539, + "agreements": 10540, + "rochester": 10541, + "##abad": 10542, + "curves": 10543, + "bombers": 10544, + "220": 10545, + "rao": 10546, + "reverend": 10547, + "decreased": 10548, + "choosing": 10549, + "107": 10550, + "stiff": 10551, + "consulting": 10552, + "naples": 10553, + "crawford": 10554, + "tracy": 10555, + "ka": 10556, + "ribbon": 10557, + "cops": 10558, + "##lee": 10559, + "crushed": 10560, + "deciding": 10561, + "unified": 10562, + "teenager": 10563, + "accepting": 10564, + "flagship": 10565, + "explorer": 10566, + "poles": 10567, + "sanchez": 10568, + "inspection": 10569, + "revived": 10570, + "skilled": 10571, + "induced": 10572, + "exchanged": 10573, + "flee": 10574, + "locals": 10575, + "tragedy": 10576, + "swallow": 10577, + "loading": 10578, + "hanna": 10579, + "demonstrate": 10580, + "##ela": 10581, + "salvador": 10582, + "flown": 10583, + "contestants": 10584, + "civilization": 10585, + "##ines": 10586, + "wanna": 10587, + "rhodes": 10588, + "fletcher": 10589, + "hector": 10590, + "knocking": 10591, + "considers": 10592, + "##ough": 10593, + "nash": 10594, + "mechanisms": 10595, + "sensed": 10596, + "mentally": 10597, + "walt": 10598, + "unclear": 10599, + "##eus": 10600, + "renovated": 10601, + "madame": 10602, + "##cks": 10603, + "crews": 10604, + "governmental": 10605, + "##hin": 10606, + "undertaken": 10607, + "monkey": 10608, + "##ben": 10609, + "##ato": 10610, + "fatal": 10611, + "armored": 10612, + "copa": 10613, + "caves": 10614, + "governance": 10615, + "grasp": 10616, + "perception": 10617, + "certification": 10618, + "froze": 10619, + "damp": 10620, + "tugged": 10621, + "wyoming": 10622, + "##rg": 10623, + "##ero": 10624, + "newman": 10625, + "##lor": 10626, + "nerves": 10627, + "curiosity": 10628, + "graph": 10629, + "115": 10630, + "##ami": 10631, + "withdraw": 10632, + "tunnels": 10633, + "dull": 10634, + "meredith": 10635, + "moss": 10636, + "exhibits": 10637, + "neighbors": 10638, + "communicate": 10639, + "accuracy": 10640, + "explored": 10641, + "raiders": 10642, + "republicans": 10643, + "secular": 10644, + "kat": 10645, + "superman": 10646, + "penny": 10647, + "criticised": 10648, + "##tch": 10649, + "freed": 10650, + "update": 10651, + "conviction": 10652, + "wade": 10653, + "ham": 10654, + "likewise": 10655, + "delegation": 10656, + "gotta": 10657, + "doll": 10658, + "promises": 10659, + "technological": 10660, + "myth": 10661, + "nationality": 10662, + "resolve": 10663, + "convent": 10664, + "##mark": 10665, + "sharon": 10666, + "dig": 10667, + "sip": 10668, + "coordinator": 10669, + "entrepreneur": 10670, + "fold": 10671, + "##dine": 10672, + "capability": 10673, + "councillor": 10674, + "synonym": 10675, + "blown": 10676, + "swan": 10677, + "cursed": 10678, + "1815": 10679, + "jonas": 10680, + "haired": 10681, + "sofa": 10682, + "canvas": 10683, + "keeper": 10684, + "rivalry": 10685, + "##hart": 10686, + "rapper": 10687, + "speedway": 10688, + "swords": 10689, + "postal": 10690, + "maxwell": 10691, + "estonia": 10692, + "potter": 10693, + "recurring": 10694, + "##nn": 10695, + "##ave": 10696, + "errors": 10697, + "##oni": 10698, + "cognitive": 10699, + "1834": 10700, + "##²": 10701, + "claws": 10702, + "nadu": 10703, + "roberto": 10704, + "bce": 10705, + "wrestler": 10706, + "ellie": 10707, + "##ations": 10708, + "infinite": 10709, + "ink": 10710, + "##tia": 10711, + "presumably": 10712, + "finite": 10713, + "staircase": 10714, + "108": 10715, + "noel": 10716, + "patricia": 10717, + "nacional": 10718, + "##cation": 10719, + "chill": 10720, + "eternal": 10721, + "tu": 10722, + "preventing": 10723, + "prussia": 10724, + "fossil": 10725, + "limbs": 10726, + "##logist": 10727, + "ernst": 10728, + "frog": 10729, + "perez": 10730, + "rene": 10731, + "##ace": 10732, + "pizza": 10733, + "prussian": 10734, + "##ios": 10735, + "##vy": 10736, + "molecules": 10737, + "regulatory": 10738, + "answering": 10739, + "opinions": 10740, + "sworn": 10741, + "lengths": 10742, + "supposedly": 10743, + "hypothesis": 10744, + "upward": 10745, + "habitats": 10746, + "seating": 10747, + "ancestors": 10748, + "drank": 10749, + "yield": 10750, + "hd": 10751, + "synthesis": 10752, + "researcher": 10753, + "modest": 10754, + "##var": 10755, + "mothers": 10756, + "peered": 10757, + "voluntary": 10758, + "homeland": 10759, + "##the": 10760, + "acclaim": 10761, + "##igan": 10762, + "static": 10763, + "valve": 10764, + "luxembourg": 10765, + "alto": 10766, + "carroll": 10767, + "fe": 10768, + "receptor": 10769, + "norton": 10770, + "ambulance": 10771, + "##tian": 10772, + "johnston": 10773, + "catholics": 10774, + "depicting": 10775, + "jointly": 10776, + "elephant": 10777, + "gloria": 10778, + "mentor": 10779, + "badge": 10780, + "ahmad": 10781, + "distinguish": 10782, + "remarked": 10783, + "councils": 10784, + "precisely": 10785, + "allison": 10786, + "advancing": 10787, + "detection": 10788, + "crowded": 10789, + "##10": 10790, + "cooperative": 10791, + "ankle": 10792, + "mercedes": 10793, + "dagger": 10794, + "surrendered": 10795, + "pollution": 10796, + "commit": 10797, + "subway": 10798, + "jeffrey": 10799, + "lesson": 10800, + "sculptures": 10801, + "provider": 10802, + "##fication": 10803, + "membrane": 10804, + "timothy": 10805, + "rectangular": 10806, + "fiscal": 10807, + "heating": 10808, + "teammate": 10809, + "basket": 10810, + "particle": 10811, + "anonymous": 10812, + "deployment": 10813, + "##ple": 10814, + "missiles": 10815, + "courthouse": 10816, + "proportion": 10817, + "shoe": 10818, + "sec": 10819, + "##ller": 10820, + "complaints": 10821, + "forbes": 10822, + "blacks": 10823, + "abandon": 10824, + "remind": 10825, + "sizes": 10826, + "overwhelming": 10827, + "autobiography": 10828, + "natalie": 10829, + "##awa": 10830, + "risks": 10831, + "contestant": 10832, + "countryside": 10833, + "babies": 10834, + "scorer": 10835, + "invaded": 10836, + "enclosed": 10837, + "proceed": 10838, + "hurling": 10839, + "disorders": 10840, + "##cu": 10841, + "reflecting": 10842, + "continuously": 10843, + "cruiser": 10844, + "graduates": 10845, + "freeway": 10846, + "investigated": 10847, + "ore": 10848, + "deserved": 10849, + "maid": 10850, + "blocking": 10851, + "phillip": 10852, + "jorge": 10853, + "shakes": 10854, + "dove": 10855, + "mann": 10856, + "variables": 10857, + "lacked": 10858, + "burden": 10859, + "accompanying": 10860, + "que": 10861, + "consistently": 10862, + "organizing": 10863, + "provisional": 10864, + "complained": 10865, + "endless": 10866, + "##rm": 10867, + "tubes": 10868, + "juice": 10869, + "georges": 10870, + "krishna": 10871, + "mick": 10872, + "labels": 10873, + "thriller": 10874, + "##uch": 10875, + "laps": 10876, + "arcade": 10877, + "sage": 10878, + "snail": 10879, + "##table": 10880, + "shannon": 10881, + "fi": 10882, + "laurence": 10883, + "seoul": 10884, + "vacation": 10885, + "presenting": 10886, + "hire": 10887, + "churchill": 10888, + "surprisingly": 10889, + "prohibited": 10890, + "savannah": 10891, + "technically": 10892, + "##oli": 10893, + "170": 10894, + "##lessly": 10895, + "testimony": 10896, + "suited": 10897, + "speeds": 10898, + "toys": 10899, + "romans": 10900, + "mlb": 10901, + "flowering": 10902, + "measurement": 10903, + "talented": 10904, + "kay": 10905, + "settings": 10906, + "charleston": 10907, + "expectations": 10908, + "shattered": 10909, + "achieving": 10910, + "triumph": 10911, + "ceremonies": 10912, + "portsmouth": 10913, + "lanes": 10914, + "mandatory": 10915, + "loser": 10916, + "stretching": 10917, + "cologne": 10918, + "realizes": 10919, + "seventy": 10920, + "cornell": 10921, + "careers": 10922, + "webb": 10923, + "##ulating": 10924, + "americas": 10925, + "budapest": 10926, + "ava": 10927, + "suspicion": 10928, + "##ison": 10929, + "yo": 10930, + "conrad": 10931, + "##hai": 10932, + "sterling": 10933, + "jessie": 10934, + "rector": 10935, + "##az": 10936, + "1831": 10937, + "transform": 10938, + "organize": 10939, + "loans": 10940, + "christine": 10941, + "volcanic": 10942, + "warrant": 10943, + "slender": 10944, + "summers": 10945, + "subfamily": 10946, + "newer": 10947, + "danced": 10948, + "dynamics": 10949, + "rhine": 10950, + "proceeds": 10951, + "heinrich": 10952, + "gastropod": 10953, + "commands": 10954, + "sings": 10955, + "facilitate": 10956, + "easter": 10957, + "ra": 10958, + "positioned": 10959, + "responses": 10960, + "expense": 10961, + "fruits": 10962, + "yanked": 10963, + "imported": 10964, + "25th": 10965, + "velvet": 10966, + "vic": 10967, + "primitive": 10968, + "tribune": 10969, + "baldwin": 10970, + "neighbourhood": 10971, + "donna": 10972, + "rip": 10973, + "hay": 10974, + "pr": 10975, + "##uro": 10976, + "1814": 10977, + "espn": 10978, + "welcomed": 10979, + "##aria": 10980, + "qualifier": 10981, + "glare": 10982, + "highland": 10983, + "timing": 10984, + "##cted": 10985, + "shells": 10986, + "eased": 10987, + "geometry": 10988, + "louder": 10989, + "exciting": 10990, + "slovakia": 10991, + "##sion": 10992, + "##iz": 10993, + "##lot": 10994, + "savings": 10995, + "prairie": 10996, + "##ques": 10997, + "marching": 10998, + "rafael": 10999, + "tonnes": 11000, + "##lled": 11001, + "curtain": 11002, + "preceding": 11003, + "shy": 11004, + "heal": 11005, + "greene": 11006, + "worthy": 11007, + "##pot": 11008, + "detachment": 11009, + "bury": 11010, + "sherman": 11011, + "##eck": 11012, + "reinforced": 11013, + "seeks": 11014, + "bottles": 11015, + "contracted": 11016, + "duchess": 11017, + "outfit": 11018, + "walsh": 11019, + "##sc": 11020, + "mickey": 11021, + "##ase": 11022, + "geoffrey": 11023, + "archer": 11024, + "squeeze": 11025, + "dawson": 11026, + "eliminate": 11027, + "invention": 11028, + "##enberg": 11029, + "neal": 11030, + "##eth": 11031, + "stance": 11032, + "dealer": 11033, + "coral": 11034, + "maple": 11035, + "retire": 11036, + "polo": 11037, + "simplified": 11038, + "##ht": 11039, + "1833": 11040, + "hid": 11041, + "watts": 11042, + "backwards": 11043, + "jules": 11044, + "##oke": 11045, + "genesis": 11046, + "mt": 11047, + "frames": 11048, + "rebounds": 11049, + "burma": 11050, + "woodland": 11051, + "moist": 11052, + "santos": 11053, + "whispers": 11054, + "drained": 11055, + "subspecies": 11056, + "##aa": 11057, + "streaming": 11058, + "ulster": 11059, + "burnt": 11060, + "correspondence": 11061, + "maternal": 11062, + "gerard": 11063, + "denis": 11064, + "stealing": 11065, + "##load": 11066, + "genius": 11067, + "duchy": 11068, + "##oria": 11069, + "inaugurated": 11070, + "momentum": 11071, + "suits": 11072, + "placement": 11073, + "sovereign": 11074, + "clause": 11075, + "thames": 11076, + "##hara": 11077, + "confederation": 11078, + "reservation": 11079, + "sketch": 11080, + "yankees": 11081, + "lets": 11082, + "rotten": 11083, + "charm": 11084, + "hal": 11085, + "verses": 11086, + "ultra": 11087, + "commercially": 11088, + "dot": 11089, + "salon": 11090, + "citation": 11091, + "adopt": 11092, + "winnipeg": 11093, + "mist": 11094, + "allocated": 11095, + "cairo": 11096, + "##boy": 11097, + "jenkins": 11098, + "interference": 11099, + "objectives": 11100, + "##wind": 11101, + "1820": 11102, + "portfolio": 11103, + "armoured": 11104, + "sectors": 11105, + "##eh": 11106, + "initiatives": 11107, + "##world": 11108, + "integrity": 11109, + "exercises": 11110, + "robe": 11111, + "tap": 11112, + "ab": 11113, + "gazed": 11114, + "##tones": 11115, + "distracted": 11116, + "rulers": 11117, + "111": 11118, + "favorable": 11119, + "jerome": 11120, + "tended": 11121, + "cart": 11122, + "factories": 11123, + "##eri": 11124, + "diplomat": 11125, + "valued": 11126, + "gravel": 11127, + "charitable": 11128, + "##try": 11129, + "calvin": 11130, + "exploring": 11131, + "chang": 11132, + "shepherd": 11133, + "terrace": 11134, + "pdf": 11135, + "pupil": 11136, + "##ural": 11137, + "reflects": 11138, + "ups": 11139, + "##rch": 11140, + "governors": 11141, + "shelf": 11142, + "depths": 11143, + "##nberg": 11144, + "trailed": 11145, + "crest": 11146, + "tackle": 11147, + "##nian": 11148, + "##ats": 11149, + "hatred": 11150, + "##kai": 11151, + "clare": 11152, + "makers": 11153, + "ethiopia": 11154, + "longtime": 11155, + "detected": 11156, + "embedded": 11157, + "lacking": 11158, + "slapped": 11159, + "rely": 11160, + "thomson": 11161, + "anticipation": 11162, + "iso": 11163, + "morton": 11164, + "successive": 11165, + "agnes": 11166, + "screenwriter": 11167, + "straightened": 11168, + "philippe": 11169, + "playwright": 11170, + "haunted": 11171, + "licence": 11172, + "iris": 11173, + "intentions": 11174, + "sutton": 11175, + "112": 11176, + "logical": 11177, + "correctly": 11178, + "##weight": 11179, + "branded": 11180, + "licked": 11181, + "tipped": 11182, + "silva": 11183, + "ricky": 11184, + "narrator": 11185, + "requests": 11186, + "##ents": 11187, + "greeted": 11188, + "supernatural": 11189, + "cow": 11190, + "##wald": 11191, + "lung": 11192, + "refusing": 11193, + "employer": 11194, + "strait": 11195, + "gaelic": 11196, + "liner": 11197, + "##piece": 11198, + "zoe": 11199, + "sabha": 11200, + "##mba": 11201, + "driveway": 11202, + "harvest": 11203, + "prints": 11204, + "bates": 11205, + "reluctantly": 11206, + "threshold": 11207, + "algebra": 11208, + "ira": 11209, + "wherever": 11210, + "coupled": 11211, + "240": 11212, + "assumption": 11213, + "picks": 11214, + "##air": 11215, + "designers": 11216, + "raids": 11217, + "gentlemen": 11218, + "##ean": 11219, + "roller": 11220, + "blowing": 11221, + "leipzig": 11222, + "locks": 11223, + "screw": 11224, + "dressing": 11225, + "strand": 11226, + "##lings": 11227, + "scar": 11228, + "dwarf": 11229, + "depicts": 11230, + "##nu": 11231, + "nods": 11232, + "##mine": 11233, + "differ": 11234, + "boris": 11235, + "##eur": 11236, + "yuan": 11237, + "flip": 11238, + "##gie": 11239, + "mob": 11240, + "invested": 11241, + "questioning": 11242, + "applying": 11243, + "##ture": 11244, + "shout": 11245, + "##sel": 11246, + "gameplay": 11247, + "blamed": 11248, + "illustrations": 11249, + "bothered": 11250, + "weakness": 11251, + "rehabilitation": 11252, + "##of": 11253, + "##zes": 11254, + "envelope": 11255, + "rumors": 11256, + "miners": 11257, + "leicester": 11258, + "subtle": 11259, + "kerry": 11260, + "##ico": 11261, + "ferguson": 11262, + "##fu": 11263, + "premiership": 11264, + "ne": 11265, + "##cat": 11266, + "bengali": 11267, + "prof": 11268, + "catches": 11269, + "remnants": 11270, + "dana": 11271, + "##rily": 11272, + "shouting": 11273, + "presidents": 11274, + "baltic": 11275, + "ought": 11276, + "ghosts": 11277, + "dances": 11278, + "sailors": 11279, + "shirley": 11280, + "fancy": 11281, + "dominic": 11282, + "##bie": 11283, + "madonna": 11284, + "##rick": 11285, + "bark": 11286, + "buttons": 11287, + "gymnasium": 11288, + "ashes": 11289, + "liver": 11290, + "toby": 11291, + "oath": 11292, + "providence": 11293, + "doyle": 11294, + "evangelical": 11295, + "nixon": 11296, + "cement": 11297, + "carnegie": 11298, + "embarked": 11299, + "hatch": 11300, + "surroundings": 11301, + "guarantee": 11302, + "needing": 11303, + "pirate": 11304, + "essence": 11305, + "##bee": 11306, + "filter": 11307, + "crane": 11308, + "hammond": 11309, + "projected": 11310, + "immune": 11311, + "percy": 11312, + "twelfth": 11313, + "##ult": 11314, + "regent": 11315, + "doctoral": 11316, + "damon": 11317, + "mikhail": 11318, + "##ichi": 11319, + "lu": 11320, + "critically": 11321, + "elect": 11322, + "realised": 11323, + "abortion": 11324, + "acute": 11325, + "screening": 11326, + "mythology": 11327, + "steadily": 11328, + "##fc": 11329, + "frown": 11330, + "nottingham": 11331, + "kirk": 11332, + "wa": 11333, + "minneapolis": 11334, + "##rra": 11335, + "module": 11336, + "algeria": 11337, + "mc": 11338, + "nautical": 11339, + "encounters": 11340, + "surprising": 11341, + "statues": 11342, + "availability": 11343, + "shirts": 11344, + "pie": 11345, + "alma": 11346, + "brows": 11347, + "munster": 11348, + "mack": 11349, + "soup": 11350, + "crater": 11351, + "tornado": 11352, + "sanskrit": 11353, + "cedar": 11354, + "explosive": 11355, + "bordered": 11356, + "dixon": 11357, + "planets": 11358, + "stamp": 11359, + "exam": 11360, + "happily": 11361, + "##bble": 11362, + "carriers": 11363, + "kidnapped": 11364, + "##vis": 11365, + "accommodation": 11366, + "emigrated": 11367, + "##met": 11368, + "knockout": 11369, + "correspondent": 11370, + "violation": 11371, + "profits": 11372, + "peaks": 11373, + "lang": 11374, + "specimen": 11375, + "agenda": 11376, + "ancestry": 11377, + "pottery": 11378, + "spelling": 11379, + "equations": 11380, + "obtaining": 11381, + "ki": 11382, + "linking": 11383, + "1825": 11384, + "debris": 11385, + "asylum": 11386, + "##20": 11387, + "buddhism": 11388, + "teddy": 11389, + "##ants": 11390, + "gazette": 11391, + "##nger": 11392, + "##sse": 11393, + "dental": 11394, + "eligibility": 11395, + "utc": 11396, + "fathers": 11397, + "averaged": 11398, + "zimbabwe": 11399, + "francesco": 11400, + "coloured": 11401, + "hissed": 11402, + "translator": 11403, + "lynch": 11404, + "mandate": 11405, + "humanities": 11406, + "mackenzie": 11407, + "uniforms": 11408, + "lin": 11409, + "##iana": 11410, + "##gio": 11411, + "asset": 11412, + "mhz": 11413, + "fitting": 11414, + "samantha": 11415, + "genera": 11416, + "wei": 11417, + "rim": 11418, + "beloved": 11419, + "shark": 11420, + "riot": 11421, + "entities": 11422, + "expressions": 11423, + "indo": 11424, + "carmen": 11425, + "slipping": 11426, + "owing": 11427, + "abbot": 11428, + "neighbor": 11429, + "sidney": 11430, + "##av": 11431, + "rats": 11432, + "recommendations": 11433, + "encouraging": 11434, + "squadrons": 11435, + "anticipated": 11436, + "commanders": 11437, + "conquered": 11438, + "##oto": 11439, + "donations": 11440, + "diagnosed": 11441, + "##mond": 11442, + "divide": 11443, + "##iva": 11444, + "guessed": 11445, + "decoration": 11446, + "vernon": 11447, + "auditorium": 11448, + "revelation": 11449, + "conversations": 11450, + "##kers": 11451, + "##power": 11452, + "herzegovina": 11453, + "dash": 11454, + "alike": 11455, + "protested": 11456, + "lateral": 11457, + "herman": 11458, + "accredited": 11459, + "mg": 11460, + "##gent": 11461, + "freeman": 11462, + "mel": 11463, + "fiji": 11464, + "crow": 11465, + "crimson": 11466, + "##rine": 11467, + "livestock": 11468, + "##pped": 11469, + "humanitarian": 11470, + "bored": 11471, + "oz": 11472, + "whip": 11473, + "##lene": 11474, + "##ali": 11475, + "legitimate": 11476, + "alter": 11477, + "grinning": 11478, + "spelled": 11479, + "anxious": 11480, + "oriental": 11481, + "wesley": 11482, + "##nin": 11483, + "##hole": 11484, + "carnival": 11485, + "controller": 11486, + "detect": 11487, + "##ssa": 11488, + "bowed": 11489, + "educator": 11490, + "kosovo": 11491, + "macedonia": 11492, + "##sin": 11493, + "occupy": 11494, + "mastering": 11495, + "stephanie": 11496, + "janeiro": 11497, + "para": 11498, + "unaware": 11499, + "nurses": 11500, + "noon": 11501, + "135": 11502, + "cam": 11503, + "hopefully": 11504, + "ranger": 11505, + "combine": 11506, + "sociology": 11507, + "polar": 11508, + "rica": 11509, + "##eer": 11510, + "neill": 11511, + "##sman": 11512, + "holocaust": 11513, + "##ip": 11514, + "doubled": 11515, + "lust": 11516, + "1828": 11517, + "109": 11518, + "decent": 11519, + "cooling": 11520, + "unveiled": 11521, + "##card": 11522, + "1829": 11523, + "nsw": 11524, + "homer": 11525, + "chapman": 11526, + "meyer": 11527, + "##gin": 11528, + "dive": 11529, + "mae": 11530, + "reagan": 11531, + "expertise": 11532, + "##gled": 11533, + "darwin": 11534, + "brooke": 11535, + "sided": 11536, + "prosecution": 11537, + "investigating": 11538, + "comprised": 11539, + "petroleum": 11540, + "genres": 11541, + "reluctant": 11542, + "differently": 11543, + "trilogy": 11544, + "johns": 11545, + "vegetables": 11546, + "corpse": 11547, + "highlighted": 11548, + "lounge": 11549, + "pension": 11550, + "unsuccessfully": 11551, + "elegant": 11552, + "aided": 11553, + "ivory": 11554, + "beatles": 11555, + "amelia": 11556, + "cain": 11557, + "dubai": 11558, + "sunny": 11559, + "immigrant": 11560, + "babe": 11561, + "click": 11562, + "##nder": 11563, + "underwater": 11564, + "pepper": 11565, + "combining": 11566, + "mumbled": 11567, + "atlas": 11568, + "horns": 11569, + "accessed": 11570, + "ballad": 11571, + "physicians": 11572, + "homeless": 11573, + "gestured": 11574, + "rpm": 11575, + "freak": 11576, + "louisville": 11577, + "corporations": 11578, + "patriots": 11579, + "prizes": 11580, + "rational": 11581, + "warn": 11582, + "modes": 11583, + "decorative": 11584, + "overnight": 11585, + "din": 11586, + "troubled": 11587, + "phantom": 11588, + "##ort": 11589, + "monarch": 11590, + "sheer": 11591, + "##dorf": 11592, + "generals": 11593, + "guidelines": 11594, + "organs": 11595, + "addresses": 11596, + "##zon": 11597, + "enhance": 11598, + "curling": 11599, + "parishes": 11600, + "cord": 11601, + "##kie": 11602, + "linux": 11603, + "caesar": 11604, + "deutsche": 11605, + "bavaria": 11606, + "##bia": 11607, + "coleman": 11608, + "cyclone": 11609, + "##eria": 11610, + "bacon": 11611, + "petty": 11612, + "##yama": 11613, + "##old": 11614, + "hampton": 11615, + "diagnosis": 11616, + "1824": 11617, + "throws": 11618, + "complexity": 11619, + "rita": 11620, + "disputed": 11621, + "##₃": 11622, + "pablo": 11623, + "##sch": 11624, + "marketed": 11625, + "trafficking": 11626, + "##ulus": 11627, + "examine": 11628, + "plague": 11629, + "formats": 11630, + "##oh": 11631, + "vault": 11632, + "faithful": 11633, + "##bourne": 11634, + "webster": 11635, + "##ox": 11636, + "highlights": 11637, + "##ient": 11638, + "##ann": 11639, + "phones": 11640, + "vacuum": 11641, + "sandwich": 11642, + "modeling": 11643, + "##gated": 11644, + "bolivia": 11645, + "clergy": 11646, + "qualities": 11647, + "isabel": 11648, + "##nas": 11649, + "##ars": 11650, + "wears": 11651, + "screams": 11652, + "reunited": 11653, + "annoyed": 11654, + "bra": 11655, + "##ancy": 11656, + "##rate": 11657, + "differential": 11658, + "transmitter": 11659, + "tattoo": 11660, + "container": 11661, + "poker": 11662, + "##och": 11663, + "excessive": 11664, + "resides": 11665, + "cowboys": 11666, + "##tum": 11667, + "augustus": 11668, + "trash": 11669, + "providers": 11670, + "statute": 11671, + "retreated": 11672, + "balcony": 11673, + "reversed": 11674, + "void": 11675, + "storey": 11676, + "preceded": 11677, + "masses": 11678, + "leap": 11679, + "laughs": 11680, + "neighborhoods": 11681, + "wards": 11682, + "schemes": 11683, + "falcon": 11684, + "santo": 11685, + "battlefield": 11686, + "pad": 11687, + "ronnie": 11688, + "thread": 11689, + "lesbian": 11690, + "venus": 11691, + "##dian": 11692, + "beg": 11693, + "sandstone": 11694, + "daylight": 11695, + "punched": 11696, + "gwen": 11697, + "analog": 11698, + "stroked": 11699, + "wwe": 11700, + "acceptable": 11701, + "measurements": 11702, + "dec": 11703, + "toxic": 11704, + "##kel": 11705, + "adequate": 11706, + "surgical": 11707, + "economist": 11708, + "parameters": 11709, + "varsity": 11710, + "##sberg": 11711, + "quantity": 11712, + "ella": 11713, + "##chy": 11714, + "##rton": 11715, + "countess": 11716, + "generating": 11717, + "precision": 11718, + "diamonds": 11719, + "expressway": 11720, + "ga": 11721, + "##ı": 11722, + "1821": 11723, + "uruguay": 11724, + "talents": 11725, + "galleries": 11726, + "expenses": 11727, + "scanned": 11728, + "colleague": 11729, + "outlets": 11730, + "ryder": 11731, + "lucien": 11732, + "##ila": 11733, + "paramount": 11734, + "##bon": 11735, + "syracuse": 11736, + "dim": 11737, + "fangs": 11738, + "gown": 11739, + "sweep": 11740, + "##sie": 11741, + "toyota": 11742, + "missionaries": 11743, + "websites": 11744, + "##nsis": 11745, + "sentences": 11746, + "adviser": 11747, + "val": 11748, + "trademark": 11749, + "spells": 11750, + "##plane": 11751, + "patience": 11752, + "starter": 11753, + "slim": 11754, + "##borg": 11755, + "toe": 11756, + "incredibly": 11757, + "shoots": 11758, + "elliot": 11759, + "nobility": 11760, + "##wyn": 11761, + "cowboy": 11762, + "endorsed": 11763, + "gardner": 11764, + "tendency": 11765, + "persuaded": 11766, + "organisms": 11767, + "emissions": 11768, + "kazakhstan": 11769, + "amused": 11770, + "boring": 11771, + "chips": 11772, + "themed": 11773, + "##hand": 11774, + "llc": 11775, + "constantinople": 11776, + "chasing": 11777, + "systematic": 11778, + "guatemala": 11779, + "borrowed": 11780, + "erin": 11781, + "carey": 11782, + "##hard": 11783, + "highlands": 11784, + "struggles": 11785, + "1810": 11786, + "##ifying": 11787, + "##ced": 11788, + "wong": 11789, + "exceptions": 11790, + "develops": 11791, + "enlarged": 11792, + "kindergarten": 11793, + "castro": 11794, + "##ern": 11795, + "##rina": 11796, + "leigh": 11797, + "zombie": 11798, + "juvenile": 11799, + "##most": 11800, + "consul": 11801, + "##nar": 11802, + "sailor": 11803, + "hyde": 11804, + "clarence": 11805, + "intensive": 11806, + "pinned": 11807, + "nasty": 11808, + "useless": 11809, + "jung": 11810, + "clayton": 11811, + "stuffed": 11812, + "exceptional": 11813, + "ix": 11814, + "apostolic": 11815, + "230": 11816, + "transactions": 11817, + "##dge": 11818, + "exempt": 11819, + "swinging": 11820, + "cove": 11821, + "religions": 11822, + "##ash": 11823, + "shields": 11824, + "dairy": 11825, + "bypass": 11826, + "190": 11827, + "pursuing": 11828, + "bug": 11829, + "joyce": 11830, + "bombay": 11831, + "chassis": 11832, + "southampton": 11833, + "chat": 11834, + "interact": 11835, + "redesignated": 11836, + "##pen": 11837, + "nascar": 11838, + "pray": 11839, + "salmon": 11840, + "rigid": 11841, + "regained": 11842, + "malaysian": 11843, + "grim": 11844, + "publicity": 11845, + "constituted": 11846, + "capturing": 11847, + "toilet": 11848, + "delegate": 11849, + "purely": 11850, + "tray": 11851, + "drift": 11852, + "loosely": 11853, + "striker": 11854, + "weakened": 11855, + "trinidad": 11856, + "mitch": 11857, + "itv": 11858, + "defines": 11859, + "transmitted": 11860, + "ming": 11861, + "scarlet": 11862, + "nodding": 11863, + "fitzgerald": 11864, + "fu": 11865, + "narrowly": 11866, + "sp": 11867, + "tooth": 11868, + "standings": 11869, + "virtue": 11870, + "##₁": 11871, + "##wara": 11872, + "##cting": 11873, + "chateau": 11874, + "gloves": 11875, + "lid": 11876, + "##nel": 11877, + "hurting": 11878, + "conservatory": 11879, + "##pel": 11880, + "sinclair": 11881, + "reopened": 11882, + "sympathy": 11883, + "nigerian": 11884, + "strode": 11885, + "advocated": 11886, + "optional": 11887, + "chronic": 11888, + "discharge": 11889, + "##rc": 11890, + "suck": 11891, + "compatible": 11892, + "laurel": 11893, + "stella": 11894, + "shi": 11895, + "fails": 11896, + "wage": 11897, + "dodge": 11898, + "128": 11899, + "informal": 11900, + "sorts": 11901, + "levi": 11902, + "buddha": 11903, + "villagers": 11904, + "##aka": 11905, + "chronicles": 11906, + "heavier": 11907, + "summoned": 11908, + "gateway": 11909, + "3000": 11910, + "eleventh": 11911, + "jewelry": 11912, + "translations": 11913, + "accordingly": 11914, + "seas": 11915, + "##ency": 11916, + "fiber": 11917, + "pyramid": 11918, + "cubic": 11919, + "dragging": 11920, + "##ista": 11921, + "caring": 11922, + "##ops": 11923, + "android": 11924, + "contacted": 11925, + "lunar": 11926, + "##dt": 11927, + "kai": 11928, + "lisbon": 11929, + "patted": 11930, + "1826": 11931, + "sacramento": 11932, + "theft": 11933, + "madagascar": 11934, + "subtropical": 11935, + "disputes": 11936, + "ta": 11937, + "holidays": 11938, + "piper": 11939, + "willow": 11940, + "mare": 11941, + "cane": 11942, + "itunes": 11943, + "newfoundland": 11944, + "benny": 11945, + "companions": 11946, + "dong": 11947, + "raj": 11948, + "observe": 11949, + "roar": 11950, + "charming": 11951, + "plaque": 11952, + "tibetan": 11953, + "fossils": 11954, + "enacted": 11955, + "manning": 11956, + "bubble": 11957, + "tina": 11958, + "tanzania": 11959, + "##eda": 11960, + "##hir": 11961, + "funk": 11962, + "swamp": 11963, + "deputies": 11964, + "cloak": 11965, + "ufc": 11966, + "scenario": 11967, + "par": 11968, + "scratch": 11969, + "metals": 11970, + "anthem": 11971, + "guru": 11972, + "engaging": 11973, + "specially": 11974, + "##boat": 11975, + "dialects": 11976, + "nineteen": 11977, + "cecil": 11978, + "duet": 11979, + "disability": 11980, + "messenger": 11981, + "unofficial": 11982, + "##lies": 11983, + "defunct": 11984, + "eds": 11985, + "moonlight": 11986, + "drainage": 11987, + "surname": 11988, + "puzzle": 11989, + "honda": 11990, + "switching": 11991, + "conservatives": 11992, + "mammals": 11993, + "knox": 11994, + "broadcaster": 11995, + "sidewalk": 11996, + "cope": 11997, + "##ried": 11998, + "benson": 11999, + "princes": 12000, + "peterson": 12001, + "##sal": 12002, + "bedford": 12003, + "sharks": 12004, + "eli": 12005, + "wreck": 12006, + "alberto": 12007, + "gasp": 12008, + "archaeology": 12009, + "lgbt": 12010, + "teaches": 12011, + "securities": 12012, + "madness": 12013, + "compromise": 12014, + "waving": 12015, + "coordination": 12016, + "davidson": 12017, + "visions": 12018, + "leased": 12019, + "possibilities": 12020, + "eighty": 12021, + "jun": 12022, + "fernandez": 12023, + "enthusiasm": 12024, + "assassin": 12025, + "sponsorship": 12026, + "reviewer": 12027, + "kingdoms": 12028, + "estonian": 12029, + "laboratories": 12030, + "##fy": 12031, + "##nal": 12032, + "applies": 12033, + "verb": 12034, + "celebrations": 12035, + "##zzo": 12036, + "rowing": 12037, + "lightweight": 12038, + "sadness": 12039, + "submit": 12040, + "mvp": 12041, + "balanced": 12042, + "dude": 12043, + "##vas": 12044, + "explicitly": 12045, + "metric": 12046, + "magnificent": 12047, + "mound": 12048, + "brett": 12049, + "mohammad": 12050, + "mistakes": 12051, + "irregular": 12052, + "##hing": 12053, + "##ass": 12054, + "sanders": 12055, + "betrayed": 12056, + "shipped": 12057, + "surge": 12058, + "##enburg": 12059, + "reporters": 12060, + "termed": 12061, + "georg": 12062, + "pity": 12063, + "verbal": 12064, + "bulls": 12065, + "abbreviated": 12066, + "enabling": 12067, + "appealed": 12068, + "##are": 12069, + "##atic": 12070, + "sicily": 12071, + "sting": 12072, + "heel": 12073, + "sweetheart": 12074, + "bart": 12075, + "spacecraft": 12076, + "brutal": 12077, + "monarchy": 12078, + "##tter": 12079, + "aberdeen": 12080, + "cameo": 12081, + "diane": 12082, + "##ub": 12083, + "survivor": 12084, + "clyde": 12085, + "##aries": 12086, + "complaint": 12087, + "##makers": 12088, + "clarinet": 12089, + "delicious": 12090, + "chilean": 12091, + "karnataka": 12092, + "coordinates": 12093, + "1818": 12094, + "panties": 12095, + "##rst": 12096, + "pretending": 12097, + "ar": 12098, + "dramatically": 12099, + "kiev": 12100, + "bella": 12101, + "tends": 12102, + "distances": 12103, + "113": 12104, + "catalog": 12105, + "launching": 12106, + "instances": 12107, + "telecommunications": 12108, + "portable": 12109, + "lindsay": 12110, + "vatican": 12111, + "##eim": 12112, + "angles": 12113, + "aliens": 12114, + "marker": 12115, + "stint": 12116, + "screens": 12117, + "bolton": 12118, + "##rne": 12119, + "judy": 12120, + "wool": 12121, + "benedict": 12122, + "plasma": 12123, + "europa": 12124, + "spark": 12125, + "imaging": 12126, + "filmmaker": 12127, + "swiftly": 12128, + "##een": 12129, + "contributor": 12130, + "##nor": 12131, + "opted": 12132, + "stamps": 12133, + "apologize": 12134, + "financing": 12135, + "butter": 12136, + "gideon": 12137, + "sophisticated": 12138, + "alignment": 12139, + "avery": 12140, + "chemicals": 12141, + "yearly": 12142, + "speculation": 12143, + "prominence": 12144, + "professionally": 12145, + "##ils": 12146, + "immortal": 12147, + "institutional": 12148, + "inception": 12149, + "wrists": 12150, + "identifying": 12151, + "tribunal": 12152, + "derives": 12153, + "gains": 12154, + "##wo": 12155, + "papal": 12156, + "preference": 12157, + "linguistic": 12158, + "vince": 12159, + "operative": 12160, + "brewery": 12161, + "##ont": 12162, + "unemployment": 12163, + "boyd": 12164, + "##ured": 12165, + "##outs": 12166, + "albeit": 12167, + "prophet": 12168, + "1813": 12169, + "bi": 12170, + "##rr": 12171, + "##face": 12172, + "##rad": 12173, + "quarterly": 12174, + "asteroid": 12175, + "cleaned": 12176, + "radius": 12177, + "temper": 12178, + "##llen": 12179, + "telugu": 12180, + "jerk": 12181, + "viscount": 12182, + "menu": 12183, + "##ote": 12184, + "glimpse": 12185, + "##aya": 12186, + "yacht": 12187, + "hawaiian": 12188, + "baden": 12189, + "##rl": 12190, + "laptop": 12191, + "readily": 12192, + "##gu": 12193, + "monetary": 12194, + "offshore": 12195, + "scots": 12196, + "watches": 12197, + "##yang": 12198, + "##arian": 12199, + "upgrade": 12200, + "needle": 12201, + "xbox": 12202, + "lea": 12203, + "encyclopedia": 12204, + "flank": 12205, + "fingertips": 12206, + "##pus": 12207, + "delight": 12208, + "teachings": 12209, + "confirm": 12210, + "roth": 12211, + "beaches": 12212, + "midway": 12213, + "winters": 12214, + "##iah": 12215, + "teasing": 12216, + "daytime": 12217, + "beverly": 12218, + "gambling": 12219, + "bonnie": 12220, + "##backs": 12221, + "regulated": 12222, + "clement": 12223, + "hermann": 12224, + "tricks": 12225, + "knot": 12226, + "##shing": 12227, + "##uring": 12228, + "##vre": 12229, + "detached": 12230, + "ecological": 12231, + "owed": 12232, + "specialty": 12233, + "byron": 12234, + "inventor": 12235, + "bats": 12236, + "stays": 12237, + "screened": 12238, + "unesco": 12239, + "midland": 12240, + "trim": 12241, + "affection": 12242, + "##ander": 12243, + "##rry": 12244, + "jess": 12245, + "thoroughly": 12246, + "feedback": 12247, + "##uma": 12248, + "chennai": 12249, + "strained": 12250, + "heartbeat": 12251, + "wrapping": 12252, + "overtime": 12253, + "pleaded": 12254, + "##sworth": 12255, + "mon": 12256, + "leisure": 12257, + "oclc": 12258, + "##tate": 12259, + "##ele": 12260, + "feathers": 12261, + "angelo": 12262, + "thirds": 12263, + "nuts": 12264, + "surveys": 12265, + "clever": 12266, + "gill": 12267, + "commentator": 12268, + "##dos": 12269, + "darren": 12270, + "rides": 12271, + "gibraltar": 12272, + "##nc": 12273, + "##mu": 12274, + "dissolution": 12275, + "dedication": 12276, + "shin": 12277, + "meals": 12278, + "saddle": 12279, + "elvis": 12280, + "reds": 12281, + "chaired": 12282, + "taller": 12283, + "appreciation": 12284, + "functioning": 12285, + "niece": 12286, + "favored": 12287, + "advocacy": 12288, + "robbie": 12289, + "criminals": 12290, + "suffolk": 12291, + "yugoslav": 12292, + "passport": 12293, + "constable": 12294, + "congressman": 12295, + "hastings": 12296, + "vera": 12297, + "##rov": 12298, + "consecrated": 12299, + "sparks": 12300, + "ecclesiastical": 12301, + "confined": 12302, + "##ovich": 12303, + "muller": 12304, + "floyd": 12305, + "nora": 12306, + "1822": 12307, + "paved": 12308, + "1827": 12309, + "cumberland": 12310, + "ned": 12311, + "saga": 12312, + "spiral": 12313, + "##flow": 12314, + "appreciated": 12315, + "yi": 12316, + "collaborative": 12317, + "treating": 12318, + "similarities": 12319, + "feminine": 12320, + "finishes": 12321, + "##ib": 12322, + "jade": 12323, + "import": 12324, + "##nse": 12325, + "##hot": 12326, + "champagne": 12327, + "mice": 12328, + "securing": 12329, + "celebrities": 12330, + "helsinki": 12331, + "attributes": 12332, + "##gos": 12333, + "cousins": 12334, + "phases": 12335, + "ache": 12336, + "lucia": 12337, + "gandhi": 12338, + "submission": 12339, + "vicar": 12340, + "spear": 12341, + "shine": 12342, + "tasmania": 12343, + "biting": 12344, + "detention": 12345, + "constitute": 12346, + "tighter": 12347, + "seasonal": 12348, + "##gus": 12349, + "terrestrial": 12350, + "matthews": 12351, + "##oka": 12352, + "effectiveness": 12353, + "parody": 12354, + "philharmonic": 12355, + "##onic": 12356, + "1816": 12357, + "strangers": 12358, + "encoded": 12359, + "consortium": 12360, + "guaranteed": 12361, + "regards": 12362, + "shifts": 12363, + "tortured": 12364, + "collision": 12365, + "supervisor": 12366, + "inform": 12367, + "broader": 12368, + "insight": 12369, + "theaters": 12370, + "armour": 12371, + "emeritus": 12372, + "blink": 12373, + "incorporates": 12374, + "mapping": 12375, + "##50": 12376, + "##ein": 12377, + "handball": 12378, + "flexible": 12379, + "##nta": 12380, + "substantially": 12381, + "generous": 12382, + "thief": 12383, + "##own": 12384, + "carr": 12385, + "loses": 12386, + "1793": 12387, + "prose": 12388, + "ucla": 12389, + "romeo": 12390, + "generic": 12391, + "metallic": 12392, + "realization": 12393, + "damages": 12394, + "mk": 12395, + "commissioners": 12396, + "zach": 12397, + "default": 12398, + "##ther": 12399, + "helicopters": 12400, + "lengthy": 12401, + "stems": 12402, + "spa": 12403, + "partnered": 12404, + "spectators": 12405, + "rogue": 12406, + "indication": 12407, + "penalties": 12408, + "teresa": 12409, + "1801": 12410, + "sen": 12411, + "##tric": 12412, + "dalton": 12413, + "##wich": 12414, + "irving": 12415, + "photographic": 12416, + "##vey": 12417, + "dell": 12418, + "deaf": 12419, + "peters": 12420, + "excluded": 12421, + "unsure": 12422, + "##vable": 12423, + "patterson": 12424, + "crawled": 12425, + "##zio": 12426, + "resided": 12427, + "whipped": 12428, + "latvia": 12429, + "slower": 12430, + "ecole": 12431, + "pipes": 12432, + "employers": 12433, + "maharashtra": 12434, + "comparable": 12435, + "va": 12436, + "textile": 12437, + "pageant": 12438, + "##gel": 12439, + "alphabet": 12440, + "binary": 12441, + "irrigation": 12442, + "chartered": 12443, + "choked": 12444, + "antoine": 12445, + "offs": 12446, + "waking": 12447, + "supplement": 12448, + "##wen": 12449, + "quantities": 12450, + "demolition": 12451, + "regain": 12452, + "locate": 12453, + "urdu": 12454, + "folks": 12455, + "alt": 12456, + "114": 12457, + "##mc": 12458, + "scary": 12459, + "andreas": 12460, + "whites": 12461, + "##ava": 12462, + "classrooms": 12463, + "mw": 12464, + "aesthetic": 12465, + "publishes": 12466, + "valleys": 12467, + "guides": 12468, + "cubs": 12469, + "johannes": 12470, + "bryant": 12471, + "conventions": 12472, + "affecting": 12473, + "##itt": 12474, + "drain": 12475, + "awesome": 12476, + "isolation": 12477, + "prosecutor": 12478, + "ambitious": 12479, + "apology": 12480, + "captive": 12481, + "downs": 12482, + "atmospheric": 12483, + "lorenzo": 12484, + "aisle": 12485, + "beef": 12486, + "foul": 12487, + "##onia": 12488, + "kidding": 12489, + "composite": 12490, + "disturbed": 12491, + "illusion": 12492, + "natives": 12493, + "##ffer": 12494, + "emi": 12495, + "rockets": 12496, + "riverside": 12497, + "wartime": 12498, + "painters": 12499, + "adolf": 12500, + "melted": 12501, + "##ail": 12502, + "uncertainty": 12503, + "simulation": 12504, + "hawks": 12505, + "progressed": 12506, + "meantime": 12507, + "builder": 12508, + "spray": 12509, + "breach": 12510, + "unhappy": 12511, + "regina": 12512, + "russians": 12513, + "##urg": 12514, + "determining": 12515, + "##tation": 12516, + "tram": 12517, + "1806": 12518, + "##quin": 12519, + "aging": 12520, + "##12": 12521, + "1823": 12522, + "garion": 12523, + "rented": 12524, + "mister": 12525, + "diaz": 12526, + "terminated": 12527, + "clip": 12528, + "1817": 12529, + "depend": 12530, + "nervously": 12531, + "disco": 12532, + "owe": 12533, + "defenders": 12534, + "shiva": 12535, + "notorious": 12536, + "disbelief": 12537, + "shiny": 12538, + "worcester": 12539, + "##gation": 12540, + "##yr": 12541, + "trailing": 12542, + "undertook": 12543, + "islander": 12544, + "belarus": 12545, + "limitations": 12546, + "watershed": 12547, + "fuller": 12548, + "overlooking": 12549, + "utilized": 12550, + "raphael": 12551, + "1819": 12552, + "synthetic": 12553, + "breakdown": 12554, + "klein": 12555, + "##nate": 12556, + "moaned": 12557, + "memoir": 12558, + "lamb": 12559, + "practicing": 12560, + "##erly": 12561, + "cellular": 12562, + "arrows": 12563, + "exotic": 12564, + "##graphy": 12565, + "witches": 12566, + "117": 12567, + "charted": 12568, + "rey": 12569, + "hut": 12570, + "hierarchy": 12571, + "subdivision": 12572, + "freshwater": 12573, + "giuseppe": 12574, + "aloud": 12575, + "reyes": 12576, + "qatar": 12577, + "marty": 12578, + "sideways": 12579, + "utterly": 12580, + "sexually": 12581, + "jude": 12582, + "prayers": 12583, + "mccarthy": 12584, + "softball": 12585, + "blend": 12586, + "damien": 12587, + "##gging": 12588, + "##metric": 12589, + "wholly": 12590, + "erupted": 12591, + "lebanese": 12592, + "negro": 12593, + "revenues": 12594, + "tasted": 12595, + "comparative": 12596, + "teamed": 12597, + "transaction": 12598, + "labeled": 12599, + "maori": 12600, + "sovereignty": 12601, + "parkway": 12602, + "trauma": 12603, + "gran": 12604, + "malay": 12605, + "121": 12606, + "advancement": 12607, + "descendant": 12608, + "2020": 12609, + "buzz": 12610, + "salvation": 12611, + "inventory": 12612, + "symbolic": 12613, + "##making": 12614, + "antarctica": 12615, + "mps": 12616, + "##gas": 12617, + "##bro": 12618, + "mohammed": 12619, + "myanmar": 12620, + "holt": 12621, + "submarines": 12622, + "tones": 12623, + "##lman": 12624, + "locker": 12625, + "patriarch": 12626, + "bangkok": 12627, + "emerson": 12628, + "remarks": 12629, + "predators": 12630, + "kin": 12631, + "afghan": 12632, + "confession": 12633, + "norwich": 12634, + "rental": 12635, + "emerge": 12636, + "advantages": 12637, + "##zel": 12638, + "rca": 12639, + "##hold": 12640, + "shortened": 12641, + "storms": 12642, + "aidan": 12643, + "##matic": 12644, + "autonomy": 12645, + "compliance": 12646, + "##quet": 12647, + "dudley": 12648, + "atp": 12649, + "##osis": 12650, + "1803": 12651, + "motto": 12652, + "documentation": 12653, + "summary": 12654, + "professors": 12655, + "spectacular": 12656, + "christina": 12657, + "archdiocese": 12658, + "flashing": 12659, + "innocence": 12660, + "remake": 12661, + "##dell": 12662, + "psychic": 12663, + "reef": 12664, + "scare": 12665, + "employ": 12666, + "rs": 12667, + "sticks": 12668, + "meg": 12669, + "gus": 12670, + "leans": 12671, + "##ude": 12672, + "accompany": 12673, + "bergen": 12674, + "tomas": 12675, + "##iko": 12676, + "doom": 12677, + "wages": 12678, + "pools": 12679, + "##nch": 12680, + "##bes": 12681, + "breasts": 12682, + "scholarly": 12683, + "alison": 12684, + "outline": 12685, + "brittany": 12686, + "breakthrough": 12687, + "willis": 12688, + "realistic": 12689, + "##cut": 12690, + "##boro": 12691, + "competitor": 12692, + "##stan": 12693, + "pike": 12694, + "picnic": 12695, + "icon": 12696, + "designing": 12697, + "commercials": 12698, + "washing": 12699, + "villain": 12700, + "skiing": 12701, + "micro": 12702, + "costumes": 12703, + "auburn": 12704, + "halted": 12705, + "executives": 12706, + "##hat": 12707, + "logistics": 12708, + "cycles": 12709, + "vowel": 12710, + "applicable": 12711, + "barrett": 12712, + "exclaimed": 12713, + "eurovision": 12714, + "eternity": 12715, + "ramon": 12716, + "##umi": 12717, + "##lls": 12718, + "modifications": 12719, + "sweeping": 12720, + "disgust": 12721, + "##uck": 12722, + "torch": 12723, + "aviv": 12724, + "ensuring": 12725, + "rude": 12726, + "dusty": 12727, + "sonic": 12728, + "donovan": 12729, + "outskirts": 12730, + "cu": 12731, + "pathway": 12732, + "##band": 12733, + "##gun": 12734, + "##lines": 12735, + "disciplines": 12736, + "acids": 12737, + "cadet": 12738, + "paired": 12739, + "##40": 12740, + "sketches": 12741, + "##sive": 12742, + "marriages": 12743, + "##⁺": 12744, + "folding": 12745, + "peers": 12746, + "slovak": 12747, + "implies": 12748, + "admired": 12749, + "##beck": 12750, + "1880s": 12751, + "leopold": 12752, + "instinct": 12753, + "attained": 12754, + "weston": 12755, + "megan": 12756, + "horace": 12757, + "##ination": 12758, + "dorsal": 12759, + "ingredients": 12760, + "evolutionary": 12761, + "##its": 12762, + "complications": 12763, + "deity": 12764, + "lethal": 12765, + "brushing": 12766, + "levy": 12767, + "deserted": 12768, + "institutes": 12769, + "posthumously": 12770, + "delivering": 12771, + "telescope": 12772, + "coronation": 12773, + "motivated": 12774, + "rapids": 12775, + "luc": 12776, + "flicked": 12777, + "pays": 12778, + "volcano": 12779, + "tanner": 12780, + "weighed": 12781, + "##nica": 12782, + "crowds": 12783, + "frankie": 12784, + "gifted": 12785, + "addressing": 12786, + "granddaughter": 12787, + "winding": 12788, + "##rna": 12789, + "constantine": 12790, + "gomez": 12791, + "##front": 12792, + "landscapes": 12793, + "rudolf": 12794, + "anthropology": 12795, + "slate": 12796, + "werewolf": 12797, + "##lio": 12798, + "astronomy": 12799, + "circa": 12800, + "rouge": 12801, + "dreaming": 12802, + "sack": 12803, + "knelt": 12804, + "drowned": 12805, + "naomi": 12806, + "prolific": 12807, + "tracked": 12808, + "freezing": 12809, + "herb": 12810, + "##dium": 12811, + "agony": 12812, + "randall": 12813, + "twisting": 12814, + "wendy": 12815, + "deposit": 12816, + "touches": 12817, + "vein": 12818, + "wheeler": 12819, + "##bbled": 12820, + "##bor": 12821, + "batted": 12822, + "retaining": 12823, + "tire": 12824, + "presently": 12825, + "compare": 12826, + "specification": 12827, + "daemon": 12828, + "nigel": 12829, + "##grave": 12830, + "merry": 12831, + "recommendation": 12832, + "czechoslovakia": 12833, + "sandra": 12834, + "ng": 12835, + "roma": 12836, + "##sts": 12837, + "lambert": 12838, + "inheritance": 12839, + "sheikh": 12840, + "winchester": 12841, + "cries": 12842, + "examining": 12843, + "##yle": 12844, + "comeback": 12845, + "cuisine": 12846, + "nave": 12847, + "##iv": 12848, + "ko": 12849, + "retrieve": 12850, + "tomatoes": 12851, + "barker": 12852, + "polished": 12853, + "defining": 12854, + "irene": 12855, + "lantern": 12856, + "personalities": 12857, + "begging": 12858, + "tract": 12859, + "swore": 12860, + "1809": 12861, + "175": 12862, + "##gic": 12863, + "omaha": 12864, + "brotherhood": 12865, + "##rley": 12866, + "haiti": 12867, + "##ots": 12868, + "exeter": 12869, + "##ete": 12870, + "##zia": 12871, + "steele": 12872, + "dumb": 12873, + "pearson": 12874, + "210": 12875, + "surveyed": 12876, + "elisabeth": 12877, + "trends": 12878, + "##ef": 12879, + "fritz": 12880, + "##rf": 12881, + "premium": 12882, + "bugs": 12883, + "fraction": 12884, + "calmly": 12885, + "viking": 12886, + "##birds": 12887, + "tug": 12888, + "inserted": 12889, + "unusually": 12890, + "##ield": 12891, + "confronted": 12892, + "distress": 12893, + "crashing": 12894, + "brent": 12895, + "turks": 12896, + "resign": 12897, + "##olo": 12898, + "cambodia": 12899, + "gabe": 12900, + "sauce": 12901, + "##kal": 12902, + "evelyn": 12903, + "116": 12904, + "extant": 12905, + "clusters": 12906, + "quarry": 12907, + "teenagers": 12908, + "luna": 12909, + "##lers": 12910, + "##ister": 12911, + "affiliation": 12912, + "drill": 12913, + "##ashi": 12914, + "panthers": 12915, + "scenic": 12916, + "libya": 12917, + "anita": 12918, + "strengthen": 12919, + "inscriptions": 12920, + "##cated": 12921, + "lace": 12922, + "sued": 12923, + "judith": 12924, + "riots": 12925, + "##uted": 12926, + "mint": 12927, + "##eta": 12928, + "preparations": 12929, + "midst": 12930, + "dub": 12931, + "challenger": 12932, + "##vich": 12933, + "mock": 12934, + "cf": 12935, + "displaced": 12936, + "wicket": 12937, + "breaths": 12938, + "enables": 12939, + "schmidt": 12940, + "analyst": 12941, + "##lum": 12942, + "ag": 12943, + "highlight": 12944, + "automotive": 12945, + "axe": 12946, + "josef": 12947, + "newark": 12948, + "sufficiently": 12949, + "resembles": 12950, + "50th": 12951, + "##pal": 12952, + "flushed": 12953, + "mum": 12954, + "traits": 12955, + "##ante": 12956, + "commodore": 12957, + "incomplete": 12958, + "warming": 12959, + "titular": 12960, + "ceremonial": 12961, + "ethical": 12962, + "118": 12963, + "celebrating": 12964, + "eighteenth": 12965, + "cao": 12966, + "lima": 12967, + "medalist": 12968, + "mobility": 12969, + "strips": 12970, + "snakes": 12971, + "##city": 12972, + "miniature": 12973, + "zagreb": 12974, + "barton": 12975, + "escapes": 12976, + "umbrella": 12977, + "automated": 12978, + "doubted": 12979, + "differs": 12980, + "cooled": 12981, + "georgetown": 12982, + "dresden": 12983, + "cooked": 12984, + "fade": 12985, + "wyatt": 12986, + "rna": 12987, + "jacobs": 12988, + "carlton": 12989, + "abundant": 12990, + "stereo": 12991, + "boost": 12992, + "madras": 12993, + "inning": 12994, + "##hia": 12995, + "spur": 12996, + "ip": 12997, + "malayalam": 12998, + "begged": 12999, + "osaka": 13000, + "groan": 13001, + "escaping": 13002, + "charging": 13003, + "dose": 13004, + "vista": 13005, + "##aj": 13006, + "bud": 13007, + "papa": 13008, + "communists": 13009, + "advocates": 13010, + "edged": 13011, + "tri": 13012, + "##cent": 13013, + "resemble": 13014, + "peaking": 13015, + "necklace": 13016, + "fried": 13017, + "montenegro": 13018, + "saxony": 13019, + "goose": 13020, + "glances": 13021, + "stuttgart": 13022, + "curator": 13023, + "recruit": 13024, + "grocery": 13025, + "sympathetic": 13026, + "##tting": 13027, + "##fort": 13028, + "127": 13029, + "lotus": 13030, + "randolph": 13031, + "ancestor": 13032, + "##rand": 13033, + "succeeding": 13034, + "jupiter": 13035, + "1798": 13036, + "macedonian": 13037, + "##heads": 13038, + "hiking": 13039, + "1808": 13040, + "handing": 13041, + "fischer": 13042, + "##itive": 13043, + "garbage": 13044, + "node": 13045, + "##pies": 13046, + "prone": 13047, + "singular": 13048, + "papua": 13049, + "inclined": 13050, + "attractions": 13051, + "italia": 13052, + "pouring": 13053, + "motioned": 13054, + "grandma": 13055, + "garnered": 13056, + "jacksonville": 13057, + "corp": 13058, + "ego": 13059, + "ringing": 13060, + "aluminum": 13061, + "##hausen": 13062, + "ordering": 13063, + "##foot": 13064, + "drawer": 13065, + "traders": 13066, + "synagogue": 13067, + "##play": 13068, + "##kawa": 13069, + "resistant": 13070, + "wandering": 13071, + "fragile": 13072, + "fiona": 13073, + "teased": 13074, + "var": 13075, + "hardcore": 13076, + "soaked": 13077, + "jubilee": 13078, + "decisive": 13079, + "exposition": 13080, + "mercer": 13081, + "poster": 13082, + "valencia": 13083, + "hale": 13084, + "kuwait": 13085, + "1811": 13086, + "##ises": 13087, + "##wr": 13088, + "##eed": 13089, + "tavern": 13090, + "gamma": 13091, + "122": 13092, + "johan": 13093, + "##uer": 13094, + "airways": 13095, + "amino": 13096, + "gil": 13097, + "##ury": 13098, + "vocational": 13099, + "domains": 13100, + "torres": 13101, + "##sp": 13102, + "generator": 13103, + "folklore": 13104, + "outcomes": 13105, + "##keeper": 13106, + "canberra": 13107, + "shooter": 13108, + "fl": 13109, + "beams": 13110, + "confrontation": 13111, + "##lling": 13112, + "##gram": 13113, + "feb": 13114, + "aligned": 13115, + "forestry": 13116, + "pipeline": 13117, + "jax": 13118, + "motorway": 13119, + "conception": 13120, + "decay": 13121, + "##tos": 13122, + "coffin": 13123, + "##cott": 13124, + "stalin": 13125, + "1805": 13126, + "escorted": 13127, + "minded": 13128, + "##nam": 13129, + "sitcom": 13130, + "purchasing": 13131, + "twilight": 13132, + "veronica": 13133, + "additions": 13134, + "passive": 13135, + "tensions": 13136, + "straw": 13137, + "123": 13138, + "frequencies": 13139, + "1804": 13140, + "refugee": 13141, + "cultivation": 13142, + "##iate": 13143, + "christie": 13144, + "clary": 13145, + "bulletin": 13146, + "crept": 13147, + "disposal": 13148, + "##rich": 13149, + "##zong": 13150, + "processor": 13151, + "crescent": 13152, + "##rol": 13153, + "bmw": 13154, + "emphasized": 13155, + "whale": 13156, + "nazis": 13157, + "aurora": 13158, + "##eng": 13159, + "dwelling": 13160, + "hauled": 13161, + "sponsors": 13162, + "toledo": 13163, + "mega": 13164, + "ideology": 13165, + "theatres": 13166, + "tessa": 13167, + "cerambycidae": 13168, + "saves": 13169, + "turtle": 13170, + "cone": 13171, + "suspects": 13172, + "kara": 13173, + "rusty": 13174, + "yelling": 13175, + "greeks": 13176, + "mozart": 13177, + "shades": 13178, + "cocked": 13179, + "participant": 13180, + "##tro": 13181, + "shire": 13182, + "spit": 13183, + "freeze": 13184, + "necessity": 13185, + "##cos": 13186, + "inmates": 13187, + "nielsen": 13188, + "councillors": 13189, + "loaned": 13190, + "uncommon": 13191, + "omar": 13192, + "peasants": 13193, + "botanical": 13194, + "offspring": 13195, + "daniels": 13196, + "formations": 13197, + "jokes": 13198, + "1794": 13199, + "pioneers": 13200, + "sigma": 13201, + "licensing": 13202, + "##sus": 13203, + "wheelchair": 13204, + "polite": 13205, + "1807": 13206, + "liquor": 13207, + "pratt": 13208, + "trustee": 13209, + "##uta": 13210, + "forewings": 13211, + "balloon": 13212, + "##zz": 13213, + "kilometre": 13214, + "camping": 13215, + "explicit": 13216, + "casually": 13217, + "shawn": 13218, + "foolish": 13219, + "teammates": 13220, + "nm": 13221, + "hassan": 13222, + "carrie": 13223, + "judged": 13224, + "satisfy": 13225, + "vanessa": 13226, + "knives": 13227, + "selective": 13228, + "cnn": 13229, + "flowed": 13230, + "##lice": 13231, + "eclipse": 13232, + "stressed": 13233, + "eliza": 13234, + "mathematician": 13235, + "cease": 13236, + "cultivated": 13237, + "##roy": 13238, + "commissions": 13239, + "browns": 13240, + "##ania": 13241, + "destroyers": 13242, + "sheridan": 13243, + "meadow": 13244, + "##rius": 13245, + "minerals": 13246, + "##cial": 13247, + "downstream": 13248, + "clash": 13249, + "gram": 13250, + "memoirs": 13251, + "ventures": 13252, + "baha": 13253, + "seymour": 13254, + "archie": 13255, + "midlands": 13256, + "edith": 13257, + "fare": 13258, + "flynn": 13259, + "invite": 13260, + "canceled": 13261, + "tiles": 13262, + "stabbed": 13263, + "boulder": 13264, + "incorporate": 13265, + "amended": 13266, + "camden": 13267, + "facial": 13268, + "mollusk": 13269, + "unreleased": 13270, + "descriptions": 13271, + "yoga": 13272, + "grabs": 13273, + "550": 13274, + "raises": 13275, + "ramp": 13276, + "shiver": 13277, + "##rose": 13278, + "coined": 13279, + "pioneering": 13280, + "tunes": 13281, + "qing": 13282, + "warwick": 13283, + "tops": 13284, + "119": 13285, + "melanie": 13286, + "giles": 13287, + "##rous": 13288, + "wandered": 13289, + "##inal": 13290, + "annexed": 13291, + "nov": 13292, + "30th": 13293, + "unnamed": 13294, + "##ished": 13295, + "organizational": 13296, + "airplane": 13297, + "normandy": 13298, + "stoke": 13299, + "whistle": 13300, + "blessing": 13301, + "violations": 13302, + "chased": 13303, + "holders": 13304, + "shotgun": 13305, + "##ctic": 13306, + "outlet": 13307, + "reactor": 13308, + "##vik": 13309, + "tires": 13310, + "tearing": 13311, + "shores": 13312, + "fortified": 13313, + "mascot": 13314, + "constituencies": 13315, + "nc": 13316, + "columnist": 13317, + "productive": 13318, + "tibet": 13319, + "##rta": 13320, + "lineage": 13321, + "hooked": 13322, + "oct": 13323, + "tapes": 13324, + "judging": 13325, + "cody": 13326, + "##gger": 13327, + "hansen": 13328, + "kashmir": 13329, + "triggered": 13330, + "##eva": 13331, + "solved": 13332, + "cliffs": 13333, + "##tree": 13334, + "resisted": 13335, + "anatomy": 13336, + "protesters": 13337, + "transparent": 13338, + "implied": 13339, + "##iga": 13340, + "injection": 13341, + "mattress": 13342, + "excluding": 13343, + "##mbo": 13344, + "defenses": 13345, + "helpless": 13346, + "devotion": 13347, + "##elli": 13348, + "growl": 13349, + "liberals": 13350, + "weber": 13351, + "phenomena": 13352, + "atoms": 13353, + "plug": 13354, + "##iff": 13355, + "mortality": 13356, + "apprentice": 13357, + "howe": 13358, + "convincing": 13359, + "aaa": 13360, + "swimmer": 13361, + "barber": 13362, + "leone": 13363, + "promptly": 13364, + "sodium": 13365, + "def": 13366, + "nowadays": 13367, + "arise": 13368, + "##oning": 13369, + "gloucester": 13370, + "corrected": 13371, + "dignity": 13372, + "norm": 13373, + "erie": 13374, + "##ders": 13375, + "elders": 13376, + "evacuated": 13377, + "sylvia": 13378, + "compression": 13379, + "##yar": 13380, + "hartford": 13381, + "pose": 13382, + "backpack": 13383, + "reasoning": 13384, + "accepts": 13385, + "24th": 13386, + "wipe": 13387, + "millimetres": 13388, + "marcel": 13389, + "##oda": 13390, + "dodgers": 13391, + "albion": 13392, + "1790": 13393, + "overwhelmed": 13394, + "aerospace": 13395, + "oaks": 13396, + "1795": 13397, + "showcase": 13398, + "acknowledge": 13399, + "recovering": 13400, + "nolan": 13401, + "ashe": 13402, + "hurts": 13403, + "geology": 13404, + "fashioned": 13405, + "disappearance": 13406, + "farewell": 13407, + "swollen": 13408, + "shrug": 13409, + "marquis": 13410, + "wimbledon": 13411, + "124": 13412, + "rue": 13413, + "1792": 13414, + "commemorate": 13415, + "reduces": 13416, + "experiencing": 13417, + "inevitable": 13418, + "calcutta": 13419, + "intel": 13420, + "##court": 13421, + "murderer": 13422, + "sticking": 13423, + "fisheries": 13424, + "imagery": 13425, + "bloom": 13426, + "280": 13427, + "brake": 13428, + "##inus": 13429, + "gustav": 13430, + "hesitation": 13431, + "memorable": 13432, + "po": 13433, + "viral": 13434, + "beans": 13435, + "accidents": 13436, + "tunisia": 13437, + "antenna": 13438, + "spilled": 13439, + "consort": 13440, + "treatments": 13441, + "aye": 13442, + "perimeter": 13443, + "##gard": 13444, + "donation": 13445, + "hostage": 13446, + "migrated": 13447, + "banker": 13448, + "addiction": 13449, + "apex": 13450, + "lil": 13451, + "trout": 13452, + "##ously": 13453, + "conscience": 13454, + "##nova": 13455, + "rams": 13456, + "sands": 13457, + "genome": 13458, + "passionate": 13459, + "troubles": 13460, + "##lets": 13461, + "##set": 13462, + "amid": 13463, + "##ibility": 13464, + "##ret": 13465, + "higgins": 13466, + "exceed": 13467, + "vikings": 13468, + "##vie": 13469, + "payne": 13470, + "##zan": 13471, + "muscular": 13472, + "##ste": 13473, + "defendant": 13474, + "sucking": 13475, + "##wal": 13476, + "ibrahim": 13477, + "fuselage": 13478, + "claudia": 13479, + "vfl": 13480, + "europeans": 13481, + "snails": 13482, + "interval": 13483, + "##garh": 13484, + "preparatory": 13485, + "statewide": 13486, + "tasked": 13487, + "lacrosse": 13488, + "viktor": 13489, + "##lation": 13490, + "angola": 13491, + "##hra": 13492, + "flint": 13493, + "implications": 13494, + "employs": 13495, + "teens": 13496, + "patrons": 13497, + "stall": 13498, + "weekends": 13499, + "barriers": 13500, + "scrambled": 13501, + "nucleus": 13502, + "tehran": 13503, + "jenna": 13504, + "parsons": 13505, + "lifelong": 13506, + "robots": 13507, + "displacement": 13508, + "5000": 13509, + "##bles": 13510, + "precipitation": 13511, + "##gt": 13512, + "knuckles": 13513, + "clutched": 13514, + "1802": 13515, + "marrying": 13516, + "ecology": 13517, + "marx": 13518, + "accusations": 13519, + "declare": 13520, + "scars": 13521, + "kolkata": 13522, + "mat": 13523, + "meadows": 13524, + "bermuda": 13525, + "skeleton": 13526, + "finalists": 13527, + "vintage": 13528, + "crawl": 13529, + "coordinate": 13530, + "affects": 13531, + "subjected": 13532, + "orchestral": 13533, + "mistaken": 13534, + "##tc": 13535, + "mirrors": 13536, + "dipped": 13537, + "relied": 13538, + "260": 13539, + "arches": 13540, + "candle": 13541, + "##nick": 13542, + "incorporating": 13543, + "wildly": 13544, + "fond": 13545, + "basilica": 13546, + "owl": 13547, + "fringe": 13548, + "rituals": 13549, + "whispering": 13550, + "stirred": 13551, + "feud": 13552, + "tertiary": 13553, + "slick": 13554, + "goat": 13555, + "honorable": 13556, + "whereby": 13557, + "skip": 13558, + "ricardo": 13559, + "stripes": 13560, + "parachute": 13561, + "adjoining": 13562, + "submerged": 13563, + "synthesizer": 13564, + "##gren": 13565, + "intend": 13566, + "positively": 13567, + "ninety": 13568, + "phi": 13569, + "beaver": 13570, + "partition": 13571, + "fellows": 13572, + "alexis": 13573, + "prohibition": 13574, + "carlisle": 13575, + "bizarre": 13576, + "fraternity": 13577, + "##bre": 13578, + "doubts": 13579, + "icy": 13580, + "cbc": 13581, + "aquatic": 13582, + "sneak": 13583, + "sonny": 13584, + "combines": 13585, + "airports": 13586, + "crude": 13587, + "supervised": 13588, + "spatial": 13589, + "merge": 13590, + "alfonso": 13591, + "##bic": 13592, + "corrupt": 13593, + "scan": 13594, + "undergo": 13595, + "##ams": 13596, + "disabilities": 13597, + "colombian": 13598, + "comparing": 13599, + "dolphins": 13600, + "perkins": 13601, + "##lish": 13602, + "reprinted": 13603, + "unanimous": 13604, + "bounced": 13605, + "hairs": 13606, + "underworld": 13607, + "midwest": 13608, + "semester": 13609, + "bucket": 13610, + "paperback": 13611, + "miniseries": 13612, + "coventry": 13613, + "demise": 13614, + "##leigh": 13615, + "demonstrations": 13616, + "sensor": 13617, + "rotating": 13618, + "yan": 13619, + "##hler": 13620, + "arrange": 13621, + "soils": 13622, + "##idge": 13623, + "hyderabad": 13624, + "labs": 13625, + "##dr": 13626, + "brakes": 13627, + "grandchildren": 13628, + "##nde": 13629, + "negotiated": 13630, + "rover": 13631, + "ferrari": 13632, + "continuation": 13633, + "directorate": 13634, + "augusta": 13635, + "stevenson": 13636, + "counterpart": 13637, + "gore": 13638, + "##rda": 13639, + "nursery": 13640, + "rican": 13641, + "ave": 13642, + "collectively": 13643, + "broadly": 13644, + "pastoral": 13645, + "repertoire": 13646, + "asserted": 13647, + "discovering": 13648, + "nordic": 13649, + "styled": 13650, + "fiba": 13651, + "cunningham": 13652, + "harley": 13653, + "middlesex": 13654, + "survives": 13655, + "tumor": 13656, + "tempo": 13657, + "zack": 13658, + "aiming": 13659, + "lok": 13660, + "urgent": 13661, + "##rade": 13662, + "##nto": 13663, + "devils": 13664, + "##ement": 13665, + "contractor": 13666, + "turin": 13667, + "##wl": 13668, + "##ool": 13669, + "bliss": 13670, + "repaired": 13671, + "simmons": 13672, + "moan": 13673, + "astronomical": 13674, + "cr": 13675, + "negotiate": 13676, + "lyric": 13677, + "1890s": 13678, + "lara": 13679, + "bred": 13680, + "clad": 13681, + "angus": 13682, + "pbs": 13683, + "##ience": 13684, + "engineered": 13685, + "posed": 13686, + "##lk": 13687, + "hernandez": 13688, + "possessions": 13689, + "elbows": 13690, + "psychiatric": 13691, + "strokes": 13692, + "confluence": 13693, + "electorate": 13694, + "lifts": 13695, + "campuses": 13696, + "lava": 13697, + "alps": 13698, + "##ep": 13699, + "##ution": 13700, + "##date": 13701, + "physicist": 13702, + "woody": 13703, + "##page": 13704, + "##ographic": 13705, + "##itis": 13706, + "juliet": 13707, + "reformation": 13708, + "sparhawk": 13709, + "320": 13710, + "complement": 13711, + "suppressed": 13712, + "jewel": 13713, + "##½": 13714, + "floated": 13715, + "##kas": 13716, + "continuity": 13717, + "sadly": 13718, + "##ische": 13719, + "inability": 13720, + "melting": 13721, + "scanning": 13722, + "paula": 13723, + "flour": 13724, + "judaism": 13725, + "safer": 13726, + "vague": 13727, + "##lm": 13728, + "solving": 13729, + "curb": 13730, + "##stown": 13731, + "financially": 13732, + "gable": 13733, + "bees": 13734, + "expired": 13735, + "miserable": 13736, + "cassidy": 13737, + "dominion": 13738, + "1789": 13739, + "cupped": 13740, + "145": 13741, + "robbery": 13742, + "facto": 13743, + "amos": 13744, + "warden": 13745, + "resume": 13746, + "tallest": 13747, + "marvin": 13748, + "ing": 13749, + "pounded": 13750, + "usd": 13751, + "declaring": 13752, + "gasoline": 13753, + "##aux": 13754, + "darkened": 13755, + "270": 13756, + "650": 13757, + "sophomore": 13758, + "##mere": 13759, + "erection": 13760, + "gossip": 13761, + "televised": 13762, + "risen": 13763, + "dial": 13764, + "##eu": 13765, + "pillars": 13766, + "##link": 13767, + "passages": 13768, + "profound": 13769, + "##tina": 13770, + "arabian": 13771, + "ashton": 13772, + "silicon": 13773, + "nail": 13774, + "##ead": 13775, + "##lated": 13776, + "##wer": 13777, + "##hardt": 13778, + "fleming": 13779, + "firearms": 13780, + "ducked": 13781, + "circuits": 13782, + "blows": 13783, + "waterloo": 13784, + "titans": 13785, + "##lina": 13786, + "atom": 13787, + "fireplace": 13788, + "cheshire": 13789, + "financed": 13790, + "activation": 13791, + "algorithms": 13792, + "##zzi": 13793, + "constituent": 13794, + "catcher": 13795, + "cherokee": 13796, + "partnerships": 13797, + "sexuality": 13798, + "platoon": 13799, + "tragic": 13800, + "vivian": 13801, + "guarded": 13802, + "whiskey": 13803, + "meditation": 13804, + "poetic": 13805, + "##late": 13806, + "##nga": 13807, + "##ake": 13808, + "porto": 13809, + "listeners": 13810, + "dominance": 13811, + "kendra": 13812, + "mona": 13813, + "chandler": 13814, + "factions": 13815, + "22nd": 13816, + "salisbury": 13817, + "attitudes": 13818, + "derivative": 13819, + "##ido": 13820, + "##haus": 13821, + "intake": 13822, + "paced": 13823, + "javier": 13824, + "illustrator": 13825, + "barrels": 13826, + "bias": 13827, + "cockpit": 13828, + "burnett": 13829, + "dreamed": 13830, + "ensuing": 13831, + "##anda": 13832, + "receptors": 13833, + "someday": 13834, + "hawkins": 13835, + "mattered": 13836, + "##lal": 13837, + "slavic": 13838, + "1799": 13839, + "jesuit": 13840, + "cameroon": 13841, + "wasted": 13842, + "tai": 13843, + "wax": 13844, + "lowering": 13845, + "victorious": 13846, + "freaking": 13847, + "outright": 13848, + "hancock": 13849, + "librarian": 13850, + "sensing": 13851, + "bald": 13852, + "calcium": 13853, + "myers": 13854, + "tablet": 13855, + "announcing": 13856, + "barack": 13857, + "shipyard": 13858, + "pharmaceutical": 13859, + "##uan": 13860, + "greenwich": 13861, + "flush": 13862, + "medley": 13863, + "patches": 13864, + "wolfgang": 13865, + "pt": 13866, + "speeches": 13867, + "acquiring": 13868, + "exams": 13869, + "nikolai": 13870, + "##gg": 13871, + "hayden": 13872, + "kannada": 13873, + "##type": 13874, + "reilly": 13875, + "##pt": 13876, + "waitress": 13877, + "abdomen": 13878, + "devastated": 13879, + "capped": 13880, + "pseudonym": 13881, + "pharmacy": 13882, + "fulfill": 13883, + "paraguay": 13884, + "1796": 13885, + "clicked": 13886, + "##trom": 13887, + "archipelago": 13888, + "syndicated": 13889, + "##hman": 13890, + "lumber": 13891, + "orgasm": 13892, + "rejection": 13893, + "clifford": 13894, + "lorraine": 13895, + "advent": 13896, + "mafia": 13897, + "rodney": 13898, + "brock": 13899, + "##ght": 13900, + "##used": 13901, + "##elia": 13902, + "cassette": 13903, + "chamberlain": 13904, + "despair": 13905, + "mongolia": 13906, + "sensors": 13907, + "developmental": 13908, + "upstream": 13909, + "##eg": 13910, + "##alis": 13911, + "spanning": 13912, + "165": 13913, + "trombone": 13914, + "basque": 13915, + "seeded": 13916, + "interred": 13917, + "renewable": 13918, + "rhys": 13919, + "leapt": 13920, + "revision": 13921, + "molecule": 13922, + "##ages": 13923, + "chord": 13924, + "vicious": 13925, + "nord": 13926, + "shivered": 13927, + "23rd": 13928, + "arlington": 13929, + "debts": 13930, + "corpus": 13931, + "sunrise": 13932, + "bays": 13933, + "blackburn": 13934, + "centimetres": 13935, + "##uded": 13936, + "shuddered": 13937, + "gm": 13938, + "strangely": 13939, + "gripping": 13940, + "cartoons": 13941, + "isabelle": 13942, + "orbital": 13943, + "##ppa": 13944, + "seals": 13945, + "proving": 13946, + "##lton": 13947, + "refusal": 13948, + "strengthened": 13949, + "bust": 13950, + "assisting": 13951, + "baghdad": 13952, + "batsman": 13953, + "portrayal": 13954, + "mara": 13955, + "pushes": 13956, + "spears": 13957, + "og": 13958, + "##cock": 13959, + "reside": 13960, + "nathaniel": 13961, + "brennan": 13962, + "1776": 13963, + "confirmation": 13964, + "caucus": 13965, + "##worthy": 13966, + "markings": 13967, + "yemen": 13968, + "nobles": 13969, + "ku": 13970, + "lazy": 13971, + "viewer": 13972, + "catalan": 13973, + "encompasses": 13974, + "sawyer": 13975, + "##fall": 13976, + "sparked": 13977, + "substances": 13978, + "patents": 13979, + "braves": 13980, + "arranger": 13981, + "evacuation": 13982, + "sergio": 13983, + "persuade": 13984, + "dover": 13985, + "tolerance": 13986, + "penguin": 13987, + "cum": 13988, + "jockey": 13989, + "insufficient": 13990, + "townships": 13991, + "occupying": 13992, + "declining": 13993, + "plural": 13994, + "processed": 13995, + "projection": 13996, + "puppet": 13997, + "flanders": 13998, + "introduces": 13999, + "liability": 14000, + "##yon": 14001, + "gymnastics": 14002, + "antwerp": 14003, + "taipei": 14004, + "hobart": 14005, + "candles": 14006, + "jeep": 14007, + "wes": 14008, + "observers": 14009, + "126": 14010, + "chaplain": 14011, + "bundle": 14012, + "glorious": 14013, + "##hine": 14014, + "hazel": 14015, + "flung": 14016, + "sol": 14017, + "excavations": 14018, + "dumped": 14019, + "stares": 14020, + "sh": 14021, + "bangalore": 14022, + "triangular": 14023, + "icelandic": 14024, + "intervals": 14025, + "expressing": 14026, + "turbine": 14027, + "##vers": 14028, + "songwriting": 14029, + "crafts": 14030, + "##igo": 14031, + "jasmine": 14032, + "ditch": 14033, + "rite": 14034, + "##ways": 14035, + "entertaining": 14036, + "comply": 14037, + "sorrow": 14038, + "wrestlers": 14039, + "basel": 14040, + "emirates": 14041, + "marian": 14042, + "rivera": 14043, + "helpful": 14044, + "##some": 14045, + "caution": 14046, + "downward": 14047, + "networking": 14048, + "##atory": 14049, + "##tered": 14050, + "darted": 14051, + "genocide": 14052, + "emergence": 14053, + "replies": 14054, + "specializing": 14055, + "spokesman": 14056, + "convenient": 14057, + "unlocked": 14058, + "fading": 14059, + "augustine": 14060, + "concentrations": 14061, + "resemblance": 14062, + "elijah": 14063, + "investigator": 14064, + "andhra": 14065, + "##uda": 14066, + "promotes": 14067, + "bean": 14068, + "##rrell": 14069, + "fleeing": 14070, + "wan": 14071, + "simone": 14072, + "announcer": 14073, + "##ame": 14074, + "##bby": 14075, + "lydia": 14076, + "weaver": 14077, + "132": 14078, + "residency": 14079, + "modification": 14080, + "##fest": 14081, + "stretches": 14082, + "##ast": 14083, + "alternatively": 14084, + "nat": 14085, + "lowe": 14086, + "lacks": 14087, + "##ented": 14088, + "pam": 14089, + "tile": 14090, + "concealed": 14091, + "inferior": 14092, + "abdullah": 14093, + "residences": 14094, + "tissues": 14095, + "vengeance": 14096, + "##ided": 14097, + "moisture": 14098, + "peculiar": 14099, + "groove": 14100, + "zip": 14101, + "bologna": 14102, + "jennings": 14103, + "ninja": 14104, + "oversaw": 14105, + "zombies": 14106, + "pumping": 14107, + "batch": 14108, + "livingston": 14109, + "emerald": 14110, + "installations": 14111, + "1797": 14112, + "peel": 14113, + "nitrogen": 14114, + "rama": 14115, + "##fying": 14116, + "##star": 14117, + "schooling": 14118, + "strands": 14119, + "responding": 14120, + "werner": 14121, + "##ost": 14122, + "lime": 14123, + "casa": 14124, + "accurately": 14125, + "targeting": 14126, + "##rod": 14127, + "underway": 14128, + "##uru": 14129, + "hemisphere": 14130, + "lester": 14131, + "##yard": 14132, + "occupies": 14133, + "2d": 14134, + "griffith": 14135, + "angrily": 14136, + "reorganized": 14137, + "##owing": 14138, + "courtney": 14139, + "deposited": 14140, + "##dd": 14141, + "##30": 14142, + "estadio": 14143, + "##ifies": 14144, + "dunn": 14145, + "exiled": 14146, + "##ying": 14147, + "checks": 14148, + "##combe": 14149, + "##о": 14150, + "##fly": 14151, + "successes": 14152, + "unexpectedly": 14153, + "blu": 14154, + "assessed": 14155, + "##flower": 14156, + "##ه": 14157, + "observing": 14158, + "sacked": 14159, + "spiders": 14160, + "kn": 14161, + "##tail": 14162, + "mu": 14163, + "nodes": 14164, + "prosperity": 14165, + "audrey": 14166, + "divisional": 14167, + "155": 14168, + "broncos": 14169, + "tangled": 14170, + "adjust": 14171, + "feeds": 14172, + "erosion": 14173, + "paolo": 14174, + "surf": 14175, + "directory": 14176, + "snatched": 14177, + "humid": 14178, + "admiralty": 14179, + "screwed": 14180, + "gt": 14181, + "reddish": 14182, + "##nese": 14183, + "modules": 14184, + "trench": 14185, + "lamps": 14186, + "bind": 14187, + "leah": 14188, + "bucks": 14189, + "competes": 14190, + "##nz": 14191, + "##form": 14192, + "transcription": 14193, + "##uc": 14194, + "isles": 14195, + "violently": 14196, + "clutching": 14197, + "pga": 14198, + "cyclist": 14199, + "inflation": 14200, + "flats": 14201, + "ragged": 14202, + "unnecessary": 14203, + "##hian": 14204, + "stubborn": 14205, + "coordinated": 14206, + "harriet": 14207, + "baba": 14208, + "disqualified": 14209, + "330": 14210, + "insect": 14211, + "wolfe": 14212, + "##fies": 14213, + "reinforcements": 14214, + "rocked": 14215, + "duel": 14216, + "winked": 14217, + "embraced": 14218, + "bricks": 14219, + "##raj": 14220, + "hiatus": 14221, + "defeats": 14222, + "pending": 14223, + "brightly": 14224, + "jealousy": 14225, + "##xton": 14226, + "##hm": 14227, + "##uki": 14228, + "lena": 14229, + "gdp": 14230, + "colorful": 14231, + "##dley": 14232, + "stein": 14233, + "kidney": 14234, + "##shu": 14235, + "underwear": 14236, + "wanderers": 14237, + "##haw": 14238, + "##icus": 14239, + "guardians": 14240, + "m³": 14241, + "roared": 14242, + "habits": 14243, + "##wise": 14244, + "permits": 14245, + "gp": 14246, + "uranium": 14247, + "punished": 14248, + "disguise": 14249, + "bundesliga": 14250, + "elise": 14251, + "dundee": 14252, + "erotic": 14253, + "partisan": 14254, + "pi": 14255, + "collectors": 14256, + "float": 14257, + "individually": 14258, + "rendering": 14259, + "behavioral": 14260, + "bucharest": 14261, + "ser": 14262, + "hare": 14263, + "valerie": 14264, + "corporal": 14265, + "nutrition": 14266, + "proportional": 14267, + "##isa": 14268, + "immense": 14269, + "##kis": 14270, + "pavement": 14271, + "##zie": 14272, + "##eld": 14273, + "sutherland": 14274, + "crouched": 14275, + "1775": 14276, + "##lp": 14277, + "suzuki": 14278, + "trades": 14279, + "endurance": 14280, + "operas": 14281, + "crosby": 14282, + "prayed": 14283, + "priory": 14284, + "rory": 14285, + "socially": 14286, + "##urn": 14287, + "gujarat": 14288, + "##pu": 14289, + "walton": 14290, + "cube": 14291, + "pasha": 14292, + "privilege": 14293, + "lennon": 14294, + "floods": 14295, + "thorne": 14296, + "waterfall": 14297, + "nipple": 14298, + "scouting": 14299, + "approve": 14300, + "##lov": 14301, + "minorities": 14302, + "voter": 14303, + "dwight": 14304, + "extensions": 14305, + "assure": 14306, + "ballroom": 14307, + "slap": 14308, + "dripping": 14309, + "privileges": 14310, + "rejoined": 14311, + "confessed": 14312, + "demonstrating": 14313, + "patriotic": 14314, + "yell": 14315, + "investor": 14316, + "##uth": 14317, + "pagan": 14318, + "slumped": 14319, + "squares": 14320, + "##cle": 14321, + "##kins": 14322, + "confront": 14323, + "bert": 14324, + "embarrassment": 14325, + "##aid": 14326, + "aston": 14327, + "urging": 14328, + "sweater": 14329, + "starr": 14330, + "yuri": 14331, + "brains": 14332, + "williamson": 14333, + "commuter": 14334, + "mortar": 14335, + "structured": 14336, + "selfish": 14337, + "exports": 14338, + "##jon": 14339, + "cds": 14340, + "##him": 14341, + "unfinished": 14342, + "##rre": 14343, + "mortgage": 14344, + "destinations": 14345, + "##nagar": 14346, + "canoe": 14347, + "solitary": 14348, + "buchanan": 14349, + "delays": 14350, + "magistrate": 14351, + "fk": 14352, + "##pling": 14353, + "motivation": 14354, + "##lier": 14355, + "##vier": 14356, + "recruiting": 14357, + "assess": 14358, + "##mouth": 14359, + "malik": 14360, + "antique": 14361, + "1791": 14362, + "pius": 14363, + "rahman": 14364, + "reich": 14365, + "tub": 14366, + "zhou": 14367, + "smashed": 14368, + "airs": 14369, + "galway": 14370, + "xii": 14371, + "conditioning": 14372, + "honduras": 14373, + "discharged": 14374, + "dexter": 14375, + "##pf": 14376, + "lionel": 14377, + "129": 14378, + "debates": 14379, + "lemon": 14380, + "tiffany": 14381, + "volunteered": 14382, + "dom": 14383, + "dioxide": 14384, + "procession": 14385, + "devi": 14386, + "sic": 14387, + "tremendous": 14388, + "advertisements": 14389, + "colts": 14390, + "transferring": 14391, + "verdict": 14392, + "hanover": 14393, + "decommissioned": 14394, + "utter": 14395, + "relate": 14396, + "pac": 14397, + "racism": 14398, + "##top": 14399, + "beacon": 14400, + "limp": 14401, + "similarity": 14402, + "terra": 14403, + "occurrence": 14404, + "ant": 14405, + "##how": 14406, + "becky": 14407, + "capt": 14408, + "updates": 14409, + "armament": 14410, + "richie": 14411, + "pal": 14412, + "##graph": 14413, + "halloween": 14414, + "mayo": 14415, + "##ssen": 14416, + "##bone": 14417, + "cara": 14418, + "serena": 14419, + "fcc": 14420, + "dolls": 14421, + "obligations": 14422, + "##dling": 14423, + "violated": 14424, + "lafayette": 14425, + "jakarta": 14426, + "exploitation": 14427, + "##ime": 14428, + "infamous": 14429, + "iconic": 14430, + "##lah": 14431, + "##park": 14432, + "kitty": 14433, + "moody": 14434, + "reginald": 14435, + "dread": 14436, + "spill": 14437, + "crystals": 14438, + "olivier": 14439, + "modeled": 14440, + "bluff": 14441, + "equilibrium": 14442, + "separating": 14443, + "notices": 14444, + "ordnance": 14445, + "extinction": 14446, + "onset": 14447, + "cosmic": 14448, + "attachment": 14449, + "sammy": 14450, + "expose": 14451, + "privy": 14452, + "anchored": 14453, + "##bil": 14454, + "abbott": 14455, + "admits": 14456, + "bending": 14457, + "baritone": 14458, + "emmanuel": 14459, + "policeman": 14460, + "vaughan": 14461, + "winged": 14462, + "climax": 14463, + "dresses": 14464, + "denny": 14465, + "polytechnic": 14466, + "mohamed": 14467, + "burmese": 14468, + "authentic": 14469, + "nikki": 14470, + "genetics": 14471, + "grandparents": 14472, + "homestead": 14473, + "gaza": 14474, + "postponed": 14475, + "metacritic": 14476, + "una": 14477, + "##sby": 14478, + "##bat": 14479, + "unstable": 14480, + "dissertation": 14481, + "##rial": 14482, + "##cian": 14483, + "curls": 14484, + "obscure": 14485, + "uncovered": 14486, + "bronx": 14487, + "praying": 14488, + "disappearing": 14489, + "##hoe": 14490, + "prehistoric": 14491, + "coke": 14492, + "turret": 14493, + "mutations": 14494, + "nonprofit": 14495, + "pits": 14496, + "monaco": 14497, + "##ي": 14498, + "##usion": 14499, + "prominently": 14500, + "dispatched": 14501, + "podium": 14502, + "##mir": 14503, + "uci": 14504, + "##uation": 14505, + "133": 14506, + "fortifications": 14507, + "birthplace": 14508, + "kendall": 14509, + "##lby": 14510, + "##oll": 14511, + "preacher": 14512, + "rack": 14513, + "goodman": 14514, + "##rman": 14515, + "persistent": 14516, + "##ott": 14517, + "countless": 14518, + "jaime": 14519, + "recorder": 14520, + "lexington": 14521, + "persecution": 14522, + "jumps": 14523, + "renewal": 14524, + "wagons": 14525, + "##11": 14526, + "crushing": 14527, + "##holder": 14528, + "decorations": 14529, + "##lake": 14530, + "abundance": 14531, + "wrath": 14532, + "laundry": 14533, + "£1": 14534, + "garde": 14535, + "##rp": 14536, + "jeanne": 14537, + "beetles": 14538, + "peasant": 14539, + "##sl": 14540, + "splitting": 14541, + "caste": 14542, + "sergei": 14543, + "##rer": 14544, + "##ema": 14545, + "scripts": 14546, + "##ively": 14547, + "rub": 14548, + "satellites": 14549, + "##vor": 14550, + "inscribed": 14551, + "verlag": 14552, + "scrapped": 14553, + "gale": 14554, + "packages": 14555, + "chick": 14556, + "potato": 14557, + "slogan": 14558, + "kathleen": 14559, + "arabs": 14560, + "##culture": 14561, + "counterparts": 14562, + "reminiscent": 14563, + "choral": 14564, + "##tead": 14565, + "rand": 14566, + "retains": 14567, + "bushes": 14568, + "dane": 14569, + "accomplish": 14570, + "courtesy": 14571, + "closes": 14572, + "##oth": 14573, + "slaughter": 14574, + "hague": 14575, + "krakow": 14576, + "lawson": 14577, + "tailed": 14578, + "elias": 14579, + "ginger": 14580, + "##ttes": 14581, + "canopy": 14582, + "betrayal": 14583, + "rebuilding": 14584, + "turf": 14585, + "##hof": 14586, + "frowning": 14587, + "allegiance": 14588, + "brigades": 14589, + "kicks": 14590, + "rebuild": 14591, + "polls": 14592, + "alias": 14593, + "nationalism": 14594, + "td": 14595, + "rowan": 14596, + "audition": 14597, + "bowie": 14598, + "fortunately": 14599, + "recognizes": 14600, + "harp": 14601, + "dillon": 14602, + "horrified": 14603, + "##oro": 14604, + "renault": 14605, + "##tics": 14606, + "ropes": 14607, + "##α": 14608, + "presumed": 14609, + "rewarded": 14610, + "infrared": 14611, + "wiping": 14612, + "accelerated": 14613, + "illustration": 14614, + "##rid": 14615, + "presses": 14616, + "practitioners": 14617, + "badminton": 14618, + "##iard": 14619, + "detained": 14620, + "##tera": 14621, + "recognizing": 14622, + "relates": 14623, + "misery": 14624, + "##sies": 14625, + "##tly": 14626, + "reproduction": 14627, + "piercing": 14628, + "potatoes": 14629, + "thornton": 14630, + "esther": 14631, + "manners": 14632, + "hbo": 14633, + "##aan": 14634, + "ours": 14635, + "bullshit": 14636, + "ernie": 14637, + "perennial": 14638, + "sensitivity": 14639, + "illuminated": 14640, + "rupert": 14641, + "##jin": 14642, + "##iss": 14643, + "##ear": 14644, + "rfc": 14645, + "nassau": 14646, + "##dock": 14647, + "staggered": 14648, + "socialism": 14649, + "##haven": 14650, + "appointments": 14651, + "nonsense": 14652, + "prestige": 14653, + "sharma": 14654, + "haul": 14655, + "##tical": 14656, + "solidarity": 14657, + "gps": 14658, + "##ook": 14659, + "##rata": 14660, + "igor": 14661, + "pedestrian": 14662, + "##uit": 14663, + "baxter": 14664, + "tenants": 14665, + "wires": 14666, + "medication": 14667, + "unlimited": 14668, + "guiding": 14669, + "impacts": 14670, + "diabetes": 14671, + "##rama": 14672, + "sasha": 14673, + "pas": 14674, + "clive": 14675, + "extraction": 14676, + "131": 14677, + "continually": 14678, + "constraints": 14679, + "##bilities": 14680, + "sonata": 14681, + "hunted": 14682, + "sixteenth": 14683, + "chu": 14684, + "planting": 14685, + "quote": 14686, + "mayer": 14687, + "pretended": 14688, + "abs": 14689, + "spat": 14690, + "##hua": 14691, + "ceramic": 14692, + "##cci": 14693, + "curtains": 14694, + "pigs": 14695, + "pitching": 14696, + "##dad": 14697, + "latvian": 14698, + "sore": 14699, + "dayton": 14700, + "##sted": 14701, + "##qi": 14702, + "patrols": 14703, + "slice": 14704, + "playground": 14705, + "##nted": 14706, + "shone": 14707, + "stool": 14708, + "apparatus": 14709, + "inadequate": 14710, + "mates": 14711, + "treason": 14712, + "##ija": 14713, + "desires": 14714, + "##liga": 14715, + "##croft": 14716, + "somalia": 14717, + "laurent": 14718, + "mir": 14719, + "leonardo": 14720, + "oracle": 14721, + "grape": 14722, + "obliged": 14723, + "chevrolet": 14724, + "thirteenth": 14725, + "stunning": 14726, + "enthusiastic": 14727, + "##ede": 14728, + "accounted": 14729, + "concludes": 14730, + "currents": 14731, + "basil": 14732, + "##kovic": 14733, + "drought": 14734, + "##rica": 14735, + "mai": 14736, + "##aire": 14737, + "shove": 14738, + "posting": 14739, + "##shed": 14740, + "pilgrimage": 14741, + "humorous": 14742, + "packing": 14743, + "fry": 14744, + "pencil": 14745, + "wines": 14746, + "smells": 14747, + "144": 14748, + "marilyn": 14749, + "aching": 14750, + "newest": 14751, + "clung": 14752, + "bon": 14753, + "neighbours": 14754, + "sanctioned": 14755, + "##pie": 14756, + "mug": 14757, + "##stock": 14758, + "drowning": 14759, + "##mma": 14760, + "hydraulic": 14761, + "##vil": 14762, + "hiring": 14763, + "reminder": 14764, + "lilly": 14765, + "investigators": 14766, + "##ncies": 14767, + "sour": 14768, + "##eous": 14769, + "compulsory": 14770, + "packet": 14771, + "##rion": 14772, + "##graphic": 14773, + "##elle": 14774, + "cannes": 14775, + "##inate": 14776, + "depressed": 14777, + "##rit": 14778, + "heroic": 14779, + "importantly": 14780, + "theresa": 14781, + "##tled": 14782, + "conway": 14783, + "saturn": 14784, + "marginal": 14785, + "rae": 14786, + "##xia": 14787, + "corresponds": 14788, + "royce": 14789, + "pact": 14790, + "jasper": 14791, + "explosives": 14792, + "packaging": 14793, + "aluminium": 14794, + "##ttered": 14795, + "denotes": 14796, + "rhythmic": 14797, + "spans": 14798, + "assignments": 14799, + "hereditary": 14800, + "outlined": 14801, + "originating": 14802, + "sundays": 14803, + "lad": 14804, + "reissued": 14805, + "greeting": 14806, + "beatrice": 14807, + "##dic": 14808, + "pillar": 14809, + "marcos": 14810, + "plots": 14811, + "handbook": 14812, + "alcoholic": 14813, + "judiciary": 14814, + "avant": 14815, + "slides": 14816, + "extract": 14817, + "masculine": 14818, + "blur": 14819, + "##eum": 14820, + "##force": 14821, + "homage": 14822, + "trembled": 14823, + "owens": 14824, + "hymn": 14825, + "trey": 14826, + "omega": 14827, + "signaling": 14828, + "socks": 14829, + "accumulated": 14830, + "reacted": 14831, + "attic": 14832, + "theo": 14833, + "lining": 14834, + "angie": 14835, + "distraction": 14836, + "primera": 14837, + "talbot": 14838, + "##key": 14839, + "1200": 14840, + "ti": 14841, + "creativity": 14842, + "billed": 14843, + "##hey": 14844, + "deacon": 14845, + "eduardo": 14846, + "identifies": 14847, + "proposition": 14848, + "dizzy": 14849, + "gunner": 14850, + "hogan": 14851, + "##yam": 14852, + "##pping": 14853, + "##hol": 14854, + "ja": 14855, + "##chan": 14856, + "jensen": 14857, + "reconstructed": 14858, + "##berger": 14859, + "clearance": 14860, + "darius": 14861, + "##nier": 14862, + "abe": 14863, + "harlem": 14864, + "plea": 14865, + "dei": 14866, + "circled": 14867, + "emotionally": 14868, + "notation": 14869, + "fascist": 14870, + "neville": 14871, + "exceeded": 14872, + "upwards": 14873, + "viable": 14874, + "ducks": 14875, + "##fo": 14876, + "workforce": 14877, + "racer": 14878, + "limiting": 14879, + "shri": 14880, + "##lson": 14881, + "possesses": 14882, + "1600": 14883, + "kerr": 14884, + "moths": 14885, + "devastating": 14886, + "laden": 14887, + "disturbing": 14888, + "locking": 14889, + "##cture": 14890, + "gal": 14891, + "fearing": 14892, + "accreditation": 14893, + "flavor": 14894, + "aide": 14895, + "1870s": 14896, + "mountainous": 14897, + "##baum": 14898, + "melt": 14899, + "##ures": 14900, + "motel": 14901, + "texture": 14902, + "servers": 14903, + "soda": 14904, + "##mb": 14905, + "herd": 14906, + "##nium": 14907, + "erect": 14908, + "puzzled": 14909, + "hum": 14910, + "peggy": 14911, + "examinations": 14912, + "gould": 14913, + "testified": 14914, + "geoff": 14915, + "ren": 14916, + "devised": 14917, + "sacks": 14918, + "##law": 14919, + "denial": 14920, + "posters": 14921, + "grunted": 14922, + "cesar": 14923, + "tutor": 14924, + "ec": 14925, + "gerry": 14926, + "offerings": 14927, + "byrne": 14928, + "falcons": 14929, + "combinations": 14930, + "ct": 14931, + "incoming": 14932, + "pardon": 14933, + "rocking": 14934, + "26th": 14935, + "avengers": 14936, + "flared": 14937, + "mankind": 14938, + "seller": 14939, + "uttar": 14940, + "loch": 14941, + "nadia": 14942, + "stroking": 14943, + "exposing": 14944, + "##hd": 14945, + "fertile": 14946, + "ancestral": 14947, + "instituted": 14948, + "##has": 14949, + "noises": 14950, + "prophecy": 14951, + "taxation": 14952, + "eminent": 14953, + "vivid": 14954, + "pol": 14955, + "##bol": 14956, + "dart": 14957, + "indirect": 14958, + "multimedia": 14959, + "notebook": 14960, + "upside": 14961, + "displaying": 14962, + "adrenaline": 14963, + "referenced": 14964, + "geometric": 14965, + "##iving": 14966, + "progression": 14967, + "##ddy": 14968, + "blunt": 14969, + "announce": 14970, + "##far": 14971, + "implementing": 14972, + "##lav": 14973, + "aggression": 14974, + "liaison": 14975, + "cooler": 14976, + "cares": 14977, + "headache": 14978, + "plantations": 14979, + "gorge": 14980, + "dots": 14981, + "impulse": 14982, + "thickness": 14983, + "ashamed": 14984, + "averaging": 14985, + "kathy": 14986, + "obligation": 14987, + "precursor": 14988, + "137": 14989, + "fowler": 14990, + "symmetry": 14991, + "thee": 14992, + "225": 14993, + "hears": 14994, + "##rai": 14995, + "undergoing": 14996, + "ads": 14997, + "butcher": 14998, + "bowler": 14999, + "##lip": 15000, + "cigarettes": 15001, + "subscription": 15002, + "goodness": 15003, + "##ically": 15004, + "browne": 15005, + "##hos": 15006, + "##tech": 15007, + "kyoto": 15008, + "donor": 15009, + "##erty": 15010, + "damaging": 15011, + "friction": 15012, + "drifting": 15013, + "expeditions": 15014, + "hardened": 15015, + "prostitution": 15016, + "152": 15017, + "fauna": 15018, + "blankets": 15019, + "claw": 15020, + "tossing": 15021, + "snarled": 15022, + "butterflies": 15023, + "recruits": 15024, + "investigative": 15025, + "coated": 15026, + "healed": 15027, + "138": 15028, + "communal": 15029, + "hai": 15030, + "xiii": 15031, + "academics": 15032, + "boone": 15033, + "psychologist": 15034, + "restless": 15035, + "lahore": 15036, + "stephens": 15037, + "mba": 15038, + "brendan": 15039, + "foreigners": 15040, + "printer": 15041, + "##pc": 15042, + "ached": 15043, + "explode": 15044, + "27th": 15045, + "deed": 15046, + "scratched": 15047, + "dared": 15048, + "##pole": 15049, + "cardiac": 15050, + "1780": 15051, + "okinawa": 15052, + "proto": 15053, + "commando": 15054, + "compelled": 15055, + "oddly": 15056, + "electrons": 15057, + "##base": 15058, + "replica": 15059, + "thanksgiving": 15060, + "##rist": 15061, + "sheila": 15062, + "deliberate": 15063, + "stafford": 15064, + "tidal": 15065, + "representations": 15066, + "hercules": 15067, + "ou": 15068, + "##path": 15069, + "##iated": 15070, + "kidnapping": 15071, + "lenses": 15072, + "##tling": 15073, + "deficit": 15074, + "samoa": 15075, + "mouths": 15076, + "consuming": 15077, + "computational": 15078, + "maze": 15079, + "granting": 15080, + "smirk": 15081, + "razor": 15082, + "fixture": 15083, + "ideals": 15084, + "inviting": 15085, + "aiden": 15086, + "nominal": 15087, + "##vs": 15088, + "issuing": 15089, + "julio": 15090, + "pitt": 15091, + "ramsey": 15092, + "docks": 15093, + "##oss": 15094, + "exhaust": 15095, + "##owed": 15096, + "bavarian": 15097, + "draped": 15098, + "anterior": 15099, + "mating": 15100, + "ethiopian": 15101, + "explores": 15102, + "noticing": 15103, + "##nton": 15104, + "discarded": 15105, + "convenience": 15106, + "hoffman": 15107, + "endowment": 15108, + "beasts": 15109, + "cartridge": 15110, + "mormon": 15111, + "paternal": 15112, + "probe": 15113, + "sleeves": 15114, + "interfere": 15115, + "lump": 15116, + "deadline": 15117, + "##rail": 15118, + "jenks": 15119, + "bulldogs": 15120, + "scrap": 15121, + "alternating": 15122, + "justified": 15123, + "reproductive": 15124, + "nam": 15125, + "seize": 15126, + "descending": 15127, + "secretariat": 15128, + "kirby": 15129, + "coupe": 15130, + "grouped": 15131, + "smash": 15132, + "panther": 15133, + "sedan": 15134, + "tapping": 15135, + "##18": 15136, + "lola": 15137, + "cheer": 15138, + "germanic": 15139, + "unfortunate": 15140, + "##eter": 15141, + "unrelated": 15142, + "##fan": 15143, + "subordinate": 15144, + "##sdale": 15145, + "suzanne": 15146, + "advertisement": 15147, + "##ility": 15148, + "horsepower": 15149, + "##lda": 15150, + "cautiously": 15151, + "discourse": 15152, + "luigi": 15153, + "##mans": 15154, + "##fields": 15155, + "noun": 15156, + "prevalent": 15157, + "mao": 15158, + "schneider": 15159, + "everett": 15160, + "surround": 15161, + "governorate": 15162, + "kira": 15163, + "##avia": 15164, + "westward": 15165, + "##take": 15166, + "misty": 15167, + "rails": 15168, + "sustainability": 15169, + "134": 15170, + "unused": 15171, + "##rating": 15172, + "packs": 15173, + "toast": 15174, + "unwilling": 15175, + "regulate": 15176, + "thy": 15177, + "suffrage": 15178, + "nile": 15179, + "awe": 15180, + "assam": 15181, + "definitions": 15182, + "travelers": 15183, + "affordable": 15184, + "##rb": 15185, + "conferred": 15186, + "sells": 15187, + "undefeated": 15188, + "beneficial": 15189, + "torso": 15190, + "basal": 15191, + "repeating": 15192, + "remixes": 15193, + "##pass": 15194, + "bahrain": 15195, + "cables": 15196, + "fang": 15197, + "##itated": 15198, + "excavated": 15199, + "numbering": 15200, + "statutory": 15201, + "##rey": 15202, + "deluxe": 15203, + "##lian": 15204, + "forested": 15205, + "ramirez": 15206, + "derbyshire": 15207, + "zeus": 15208, + "slamming": 15209, + "transfers": 15210, + "astronomer": 15211, + "banana": 15212, + "lottery": 15213, + "berg": 15214, + "histories": 15215, + "bamboo": 15216, + "##uchi": 15217, + "resurrection": 15218, + "posterior": 15219, + "bowls": 15220, + "vaguely": 15221, + "##thi": 15222, + "thou": 15223, + "preserving": 15224, + "tensed": 15225, + "offence": 15226, + "##inas": 15227, + "meyrick": 15228, + "callum": 15229, + "ridden": 15230, + "watt": 15231, + "langdon": 15232, + "tying": 15233, + "lowland": 15234, + "snorted": 15235, + "daring": 15236, + "truman": 15237, + "##hale": 15238, + "##girl": 15239, + "aura": 15240, + "overly": 15241, + "filing": 15242, + "weighing": 15243, + "goa": 15244, + "infections": 15245, + "philanthropist": 15246, + "saunders": 15247, + "eponymous": 15248, + "##owski": 15249, + "latitude": 15250, + "perspectives": 15251, + "reviewing": 15252, + "mets": 15253, + "commandant": 15254, + "radial": 15255, + "##kha": 15256, + "flashlight": 15257, + "reliability": 15258, + "koch": 15259, + "vowels": 15260, + "amazed": 15261, + "ada": 15262, + "elaine": 15263, + "supper": 15264, + "##rth": 15265, + "##encies": 15266, + "predator": 15267, + "debated": 15268, + "soviets": 15269, + "cola": 15270, + "##boards": 15271, + "##nah": 15272, + "compartment": 15273, + "crooked": 15274, + "arbitrary": 15275, + "fourteenth": 15276, + "##ctive": 15277, + "havana": 15278, + "majors": 15279, + "steelers": 15280, + "clips": 15281, + "profitable": 15282, + "ambush": 15283, + "exited": 15284, + "packers": 15285, + "##tile": 15286, + "nude": 15287, + "cracks": 15288, + "fungi": 15289, + "##е": 15290, + "limb": 15291, + "trousers": 15292, + "josie": 15293, + "shelby": 15294, + "tens": 15295, + "frederic": 15296, + "##ος": 15297, + "definite": 15298, + "smoothly": 15299, + "constellation": 15300, + "insult": 15301, + "baton": 15302, + "discs": 15303, + "lingering": 15304, + "##nco": 15305, + "conclusions": 15306, + "lent": 15307, + "staging": 15308, + "becker": 15309, + "grandpa": 15310, + "shaky": 15311, + "##tron": 15312, + "einstein": 15313, + "obstacles": 15314, + "sk": 15315, + "adverse": 15316, + "elle": 15317, + "economically": 15318, + "##moto": 15319, + "mccartney": 15320, + "thor": 15321, + "dismissal": 15322, + "motions": 15323, + "readings": 15324, + "nostrils": 15325, + "treatise": 15326, + "##pace": 15327, + "squeezing": 15328, + "evidently": 15329, + "prolonged": 15330, + "1783": 15331, + "venezuelan": 15332, + "je": 15333, + "marguerite": 15334, + "beirut": 15335, + "takeover": 15336, + "shareholders": 15337, + "##vent": 15338, + "denise": 15339, + "digit": 15340, + "airplay": 15341, + "norse": 15342, + "##bbling": 15343, + "imaginary": 15344, + "pills": 15345, + "hubert": 15346, + "blaze": 15347, + "vacated": 15348, + "eliminating": 15349, + "##ello": 15350, + "vine": 15351, + "mansfield": 15352, + "##tty": 15353, + "retrospective": 15354, + "barrow": 15355, + "borne": 15356, + "clutch": 15357, + "bail": 15358, + "forensic": 15359, + "weaving": 15360, + "##nett": 15361, + "##witz": 15362, + "desktop": 15363, + "citadel": 15364, + "promotions": 15365, + "worrying": 15366, + "dorset": 15367, + "ieee": 15368, + "subdivided": 15369, + "##iating": 15370, + "manned": 15371, + "expeditionary": 15372, + "pickup": 15373, + "synod": 15374, + "chuckle": 15375, + "185": 15376, + "barney": 15377, + "##rz": 15378, + "##ffin": 15379, + "functionality": 15380, + "karachi": 15381, + "litigation": 15382, + "meanings": 15383, + "uc": 15384, + "lick": 15385, + "turbo": 15386, + "anders": 15387, + "##ffed": 15388, + "execute": 15389, + "curl": 15390, + "oppose": 15391, + "ankles": 15392, + "typhoon": 15393, + "##د": 15394, + "##ache": 15395, + "##asia": 15396, + "linguistics": 15397, + "compassion": 15398, + "pressures": 15399, + "grazing": 15400, + "perfection": 15401, + "##iting": 15402, + "immunity": 15403, + "monopoly": 15404, + "muddy": 15405, + "backgrounds": 15406, + "136": 15407, + "namibia": 15408, + "francesca": 15409, + "monitors": 15410, + "attracting": 15411, + "stunt": 15412, + "tuition": 15413, + "##ии": 15414, + "vegetable": 15415, + "##mates": 15416, + "##quent": 15417, + "mgm": 15418, + "jen": 15419, + "complexes": 15420, + "forts": 15421, + "##ond": 15422, + "cellar": 15423, + "bites": 15424, + "seventeenth": 15425, + "royals": 15426, + "flemish": 15427, + "failures": 15428, + "mast": 15429, + "charities": 15430, + "##cular": 15431, + "peruvian": 15432, + "capitals": 15433, + "macmillan": 15434, + "ipswich": 15435, + "outward": 15436, + "frigate": 15437, + "postgraduate": 15438, + "folds": 15439, + "employing": 15440, + "##ouse": 15441, + "concurrently": 15442, + "fiery": 15443, + "##tai": 15444, + "contingent": 15445, + "nightmares": 15446, + "monumental": 15447, + "nicaragua": 15448, + "##kowski": 15449, + "lizard": 15450, + "mal": 15451, + "fielding": 15452, + "gig": 15453, + "reject": 15454, + "##pad": 15455, + "harding": 15456, + "##ipe": 15457, + "coastline": 15458, + "##cin": 15459, + "##nos": 15460, + "beethoven": 15461, + "humphrey": 15462, + "innovations": 15463, + "##tam": 15464, + "##nge": 15465, + "norris": 15466, + "doris": 15467, + "solicitor": 15468, + "huang": 15469, + "obey": 15470, + "141": 15471, + "##lc": 15472, + "niagara": 15473, + "##tton": 15474, + "shelves": 15475, + "aug": 15476, + "bourbon": 15477, + "curry": 15478, + "nightclub": 15479, + "specifications": 15480, + "hilton": 15481, + "##ndo": 15482, + "centennial": 15483, + "dispersed": 15484, + "worm": 15485, + "neglected": 15486, + "briggs": 15487, + "sm": 15488, + "font": 15489, + "kuala": 15490, + "uneasy": 15491, + "plc": 15492, + "##nstein": 15493, + "##bound": 15494, + "##aking": 15495, + "##burgh": 15496, + "awaiting": 15497, + "pronunciation": 15498, + "##bbed": 15499, + "##quest": 15500, + "eh": 15501, + "optimal": 15502, + "zhu": 15503, + "raped": 15504, + "greens": 15505, + "presided": 15506, + "brenda": 15507, + "worries": 15508, + "##life": 15509, + "venetian": 15510, + "marxist": 15511, + "turnout": 15512, + "##lius": 15513, + "refined": 15514, + "braced": 15515, + "sins": 15516, + "grasped": 15517, + "sunderland": 15518, + "nickel": 15519, + "speculated": 15520, + "lowell": 15521, + "cyrillic": 15522, + "communism": 15523, + "fundraising": 15524, + "resembling": 15525, + "colonists": 15526, + "mutant": 15527, + "freddie": 15528, + "usc": 15529, + "##mos": 15530, + "gratitude": 15531, + "##run": 15532, + "mural": 15533, + "##lous": 15534, + "chemist": 15535, + "wi": 15536, + "reminds": 15537, + "28th": 15538, + "steals": 15539, + "tess": 15540, + "pietro": 15541, + "##ingen": 15542, + "promoter": 15543, + "ri": 15544, + "microphone": 15545, + "honoured": 15546, + "rai": 15547, + "sant": 15548, + "##qui": 15549, + "feather": 15550, + "##nson": 15551, + "burlington": 15552, + "kurdish": 15553, + "terrorists": 15554, + "deborah": 15555, + "sickness": 15556, + "##wed": 15557, + "##eet": 15558, + "hazard": 15559, + "irritated": 15560, + "desperation": 15561, + "veil": 15562, + "clarity": 15563, + "##rik": 15564, + "jewels": 15565, + "xv": 15566, + "##gged": 15567, + "##ows": 15568, + "##cup": 15569, + "berkshire": 15570, + "unfair": 15571, + "mysteries": 15572, + "orchid": 15573, + "winced": 15574, + "exhaustion": 15575, + "renovations": 15576, + "stranded": 15577, + "obe": 15578, + "infinity": 15579, + "##nies": 15580, + "adapt": 15581, + "redevelopment": 15582, + "thanked": 15583, + "registry": 15584, + "olga": 15585, + "domingo": 15586, + "noir": 15587, + "tudor": 15588, + "ole": 15589, + "##atus": 15590, + "commenting": 15591, + "behaviors": 15592, + "##ais": 15593, + "crisp": 15594, + "pauline": 15595, + "probable": 15596, + "stirling": 15597, + "wigan": 15598, + "##bian": 15599, + "paralympics": 15600, + "panting": 15601, + "surpassed": 15602, + "##rew": 15603, + "luca": 15604, + "barred": 15605, + "pony": 15606, + "famed": 15607, + "##sters": 15608, + "cassandra": 15609, + "waiter": 15610, + "carolyn": 15611, + "exported": 15612, + "##orted": 15613, + "andres": 15614, + "destructive": 15615, + "deeds": 15616, + "jonah": 15617, + "castles": 15618, + "vacancy": 15619, + "suv": 15620, + "##glass": 15621, + "1788": 15622, + "orchard": 15623, + "yep": 15624, + "famine": 15625, + "belarusian": 15626, + "sprang": 15627, + "##forth": 15628, + "skinny": 15629, + "##mis": 15630, + "administrators": 15631, + "rotterdam": 15632, + "zambia": 15633, + "zhao": 15634, + "boiler": 15635, + "discoveries": 15636, + "##ride": 15637, + "##physics": 15638, + "lucius": 15639, + "disappointing": 15640, + "outreach": 15641, + "spoon": 15642, + "##frame": 15643, + "qualifications": 15644, + "unanimously": 15645, + "enjoys": 15646, + "regency": 15647, + "##iidae": 15648, + "stade": 15649, + "realism": 15650, + "veterinary": 15651, + "rodgers": 15652, + "dump": 15653, + "alain": 15654, + "chestnut": 15655, + "castile": 15656, + "censorship": 15657, + "rumble": 15658, + "gibbs": 15659, + "##itor": 15660, + "communion": 15661, + "reggae": 15662, + "inactivated": 15663, + "logs": 15664, + "loads": 15665, + "##houses": 15666, + "homosexual": 15667, + "##iano": 15668, + "ale": 15669, + "informs": 15670, + "##cas": 15671, + "phrases": 15672, + "plaster": 15673, + "linebacker": 15674, + "ambrose": 15675, + "kaiser": 15676, + "fascinated": 15677, + "850": 15678, + "limerick": 15679, + "recruitment": 15680, + "forge": 15681, + "mastered": 15682, + "##nding": 15683, + "leinster": 15684, + "rooted": 15685, + "threaten": 15686, + "##strom": 15687, + "borneo": 15688, + "##hes": 15689, + "suggestions": 15690, + "scholarships": 15691, + "propeller": 15692, + "documentaries": 15693, + "patronage": 15694, + "coats": 15695, + "constructing": 15696, + "invest": 15697, + "neurons": 15698, + "comet": 15699, + "entirety": 15700, + "shouts": 15701, + "identities": 15702, + "annoying": 15703, + "unchanged": 15704, + "wary": 15705, + "##antly": 15706, + "##ogy": 15707, + "neat": 15708, + "oversight": 15709, + "##kos": 15710, + "phillies": 15711, + "replay": 15712, + "constance": 15713, + "##kka": 15714, + "incarnation": 15715, + "humble": 15716, + "skies": 15717, + "minus": 15718, + "##acy": 15719, + "smithsonian": 15720, + "##chel": 15721, + "guerrilla": 15722, + "jar": 15723, + "cadets": 15724, + "##plate": 15725, + "surplus": 15726, + "audit": 15727, + "##aru": 15728, + "cracking": 15729, + "joanna": 15730, + "louisa": 15731, + "pacing": 15732, + "##lights": 15733, + "intentionally": 15734, + "##iri": 15735, + "diner": 15736, + "nwa": 15737, + "imprint": 15738, + "australians": 15739, + "tong": 15740, + "unprecedented": 15741, + "bunker": 15742, + "naive": 15743, + "specialists": 15744, + "ark": 15745, + "nichols": 15746, + "railing": 15747, + "leaked": 15748, + "pedal": 15749, + "##uka": 15750, + "shrub": 15751, + "longing": 15752, + "roofs": 15753, + "v8": 15754, + "captains": 15755, + "neural": 15756, + "tuned": 15757, + "##ntal": 15758, + "##jet": 15759, + "emission": 15760, + "medina": 15761, + "frantic": 15762, + "codex": 15763, + "definitive": 15764, + "sid": 15765, + "abolition": 15766, + "intensified": 15767, + "stocks": 15768, + "enrique": 15769, + "sustain": 15770, + "genoa": 15771, + "oxide": 15772, + "##written": 15773, + "clues": 15774, + "cha": 15775, + "##gers": 15776, + "tributaries": 15777, + "fragment": 15778, + "venom": 15779, + "##rity": 15780, + "##ente": 15781, + "##sca": 15782, + "muffled": 15783, + "vain": 15784, + "sire": 15785, + "laos": 15786, + "##ingly": 15787, + "##hana": 15788, + "hastily": 15789, + "snapping": 15790, + "surfaced": 15791, + "sentiment": 15792, + "motive": 15793, + "##oft": 15794, + "contests": 15795, + "approximate": 15796, + "mesa": 15797, + "luckily": 15798, + "dinosaur": 15799, + "exchanges": 15800, + "propelled": 15801, + "accord": 15802, + "bourne": 15803, + "relieve": 15804, + "tow": 15805, + "masks": 15806, + "offended": 15807, + "##ues": 15808, + "cynthia": 15809, + "##mmer": 15810, + "rains": 15811, + "bartender": 15812, + "zinc": 15813, + "reviewers": 15814, + "lois": 15815, + "##sai": 15816, + "legged": 15817, + "arrogant": 15818, + "rafe": 15819, + "rosie": 15820, + "comprise": 15821, + "handicap": 15822, + "blockade": 15823, + "inlet": 15824, + "lagoon": 15825, + "copied": 15826, + "drilling": 15827, + "shelley": 15828, + "petals": 15829, + "##inian": 15830, + "mandarin": 15831, + "obsolete": 15832, + "##inated": 15833, + "onward": 15834, + "arguably": 15835, + "productivity": 15836, + "cindy": 15837, + "praising": 15838, + "seldom": 15839, + "busch": 15840, + "discusses": 15841, + "raleigh": 15842, + "shortage": 15843, + "ranged": 15844, + "stanton": 15845, + "encouragement": 15846, + "firstly": 15847, + "conceded": 15848, + "overs": 15849, + "temporal": 15850, + "##uke": 15851, + "cbe": 15852, + "##bos": 15853, + "woo": 15854, + "certainty": 15855, + "pumps": 15856, + "##pton": 15857, + "stalked": 15858, + "##uli": 15859, + "lizzie": 15860, + "periodic": 15861, + "thieves": 15862, + "weaker": 15863, + "##night": 15864, + "gases": 15865, + "shoving": 15866, + "chooses": 15867, + "wc": 15868, + "##chemical": 15869, + "prompting": 15870, + "weights": 15871, + "##kill": 15872, + "robust": 15873, + "flanked": 15874, + "sticky": 15875, + "hu": 15876, + "tuberculosis": 15877, + "##eb": 15878, + "##eal": 15879, + "christchurch": 15880, + "resembled": 15881, + "wallet": 15882, + "reese": 15883, + "inappropriate": 15884, + "pictured": 15885, + "distract": 15886, + "fixing": 15887, + "fiddle": 15888, + "giggled": 15889, + "burger": 15890, + "heirs": 15891, + "hairy": 15892, + "mechanic": 15893, + "torque": 15894, + "apache": 15895, + "obsessed": 15896, + "chiefly": 15897, + "cheng": 15898, + "logging": 15899, + "##tag": 15900, + "extracted": 15901, + "meaningful": 15902, + "numb": 15903, + "##vsky": 15904, + "gloucestershire": 15905, + "reminding": 15906, + "##bay": 15907, + "unite": 15908, + "##lit": 15909, + "breeds": 15910, + "diminished": 15911, + "clown": 15912, + "glove": 15913, + "1860s": 15914, + "##ن": 15915, + "##ug": 15916, + "archibald": 15917, + "focal": 15918, + "freelance": 15919, + "sliced": 15920, + "depiction": 15921, + "##yk": 15922, + "organism": 15923, + "switches": 15924, + "sights": 15925, + "stray": 15926, + "crawling": 15927, + "##ril": 15928, + "lever": 15929, + "leningrad": 15930, + "interpretations": 15931, + "loops": 15932, + "anytime": 15933, + "reel": 15934, + "alicia": 15935, + "delighted": 15936, + "##ech": 15937, + "inhaled": 15938, + "xiv": 15939, + "suitcase": 15940, + "bernie": 15941, + "vega": 15942, + "licenses": 15943, + "northampton": 15944, + "exclusion": 15945, + "induction": 15946, + "monasteries": 15947, + "racecourse": 15948, + "homosexuality": 15949, + "##right": 15950, + "##sfield": 15951, + "##rky": 15952, + "dimitri": 15953, + "michele": 15954, + "alternatives": 15955, + "ions": 15956, + "commentators": 15957, + "genuinely": 15958, + "objected": 15959, + "pork": 15960, + "hospitality": 15961, + "fencing": 15962, + "stephan": 15963, + "warships": 15964, + "peripheral": 15965, + "wit": 15966, + "drunken": 15967, + "wrinkled": 15968, + "quentin": 15969, + "spends": 15970, + "departing": 15971, + "chung": 15972, + "numerical": 15973, + "spokesperson": 15974, + "##zone": 15975, + "johannesburg": 15976, + "caliber": 15977, + "killers": 15978, + "##udge": 15979, + "assumes": 15980, + "neatly": 15981, + "demographic": 15982, + "abigail": 15983, + "bloc": 15984, + "##vel": 15985, + "mounting": 15986, + "##lain": 15987, + "bentley": 15988, + "slightest": 15989, + "xu": 15990, + "recipients": 15991, + "##jk": 15992, + "merlin": 15993, + "##writer": 15994, + "seniors": 15995, + "prisons": 15996, + "blinking": 15997, + "hindwings": 15998, + "flickered": 15999, + "kappa": 16000, + "##hel": 16001, + "80s": 16002, + "strengthening": 16003, + "appealing": 16004, + "brewing": 16005, + "gypsy": 16006, + "mali": 16007, + "lashes": 16008, + "hulk": 16009, + "unpleasant": 16010, + "harassment": 16011, + "bio": 16012, + "treaties": 16013, + "predict": 16014, + "instrumentation": 16015, + "pulp": 16016, + "troupe": 16017, + "boiling": 16018, + "mantle": 16019, + "##ffe": 16020, + "ins": 16021, + "##vn": 16022, + "dividing": 16023, + "handles": 16024, + "verbs": 16025, + "##onal": 16026, + "coconut": 16027, + "senegal": 16028, + "340": 16029, + "thorough": 16030, + "gum": 16031, + "momentarily": 16032, + "##sto": 16033, + "cocaine": 16034, + "panicked": 16035, + "destined": 16036, + "##turing": 16037, + "teatro": 16038, + "denying": 16039, + "weary": 16040, + "captained": 16041, + "mans": 16042, + "##hawks": 16043, + "##code": 16044, + "wakefield": 16045, + "bollywood": 16046, + "thankfully": 16047, + "##16": 16048, + "cyril": 16049, + "##wu": 16050, + "amendments": 16051, + "##bahn": 16052, + "consultation": 16053, + "stud": 16054, + "reflections": 16055, + "kindness": 16056, + "1787": 16057, + "internally": 16058, + "##ovo": 16059, + "tex": 16060, + "mosaic": 16061, + "distribute": 16062, + "paddy": 16063, + "seeming": 16064, + "143": 16065, + "##hic": 16066, + "piers": 16067, + "##15": 16068, + "##mura": 16069, + "##verse": 16070, + "popularly": 16071, + "winger": 16072, + "kang": 16073, + "sentinel": 16074, + "mccoy": 16075, + "##anza": 16076, + "covenant": 16077, + "##bag": 16078, + "verge": 16079, + "fireworks": 16080, + "suppress": 16081, + "thrilled": 16082, + "dominate": 16083, + "##jar": 16084, + "swansea": 16085, + "##60": 16086, + "142": 16087, + "reconciliation": 16088, + "##ndi": 16089, + "stiffened": 16090, + "cue": 16091, + "dorian": 16092, + "##uf": 16093, + "damascus": 16094, + "amor": 16095, + "ida": 16096, + "foremost": 16097, + "##aga": 16098, + "porsche": 16099, + "unseen": 16100, + "dir": 16101, + "##had": 16102, + "##azi": 16103, + "stony": 16104, + "lexi": 16105, + "melodies": 16106, + "##nko": 16107, + "angular": 16108, + "integer": 16109, + "podcast": 16110, + "ants": 16111, + "inherent": 16112, + "jaws": 16113, + "justify": 16114, + "persona": 16115, + "##olved": 16116, + "josephine": 16117, + "##nr": 16118, + "##ressed": 16119, + "customary": 16120, + "flashes": 16121, + "gala": 16122, + "cyrus": 16123, + "glaring": 16124, + "backyard": 16125, + "ariel": 16126, + "physiology": 16127, + "greenland": 16128, + "html": 16129, + "stir": 16130, + "avon": 16131, + "atletico": 16132, + "finch": 16133, + "methodology": 16134, + "ked": 16135, + "##lent": 16136, + "mas": 16137, + "catholicism": 16138, + "townsend": 16139, + "branding": 16140, + "quincy": 16141, + "fits": 16142, + "containers": 16143, + "1777": 16144, + "ashore": 16145, + "aragon": 16146, + "##19": 16147, + "forearm": 16148, + "poisoning": 16149, + "##sd": 16150, + "adopting": 16151, + "conquer": 16152, + "grinding": 16153, + "amnesty": 16154, + "keller": 16155, + "finances": 16156, + "evaluate": 16157, + "forged": 16158, + "lankan": 16159, + "instincts": 16160, + "##uto": 16161, + "guam": 16162, + "bosnian": 16163, + "photographed": 16164, + "workplace": 16165, + "desirable": 16166, + "protector": 16167, + "##dog": 16168, + "allocation": 16169, + "intently": 16170, + "encourages": 16171, + "willy": 16172, + "##sten": 16173, + "bodyguard": 16174, + "electro": 16175, + "brighter": 16176, + "##ν": 16177, + "bihar": 16178, + "##chev": 16179, + "lasts": 16180, + "opener": 16181, + "amphibious": 16182, + "sal": 16183, + "verde": 16184, + "arte": 16185, + "##cope": 16186, + "captivity": 16187, + "vocabulary": 16188, + "yields": 16189, + "##tted": 16190, + "agreeing": 16191, + "desmond": 16192, + "pioneered": 16193, + "##chus": 16194, + "strap": 16195, + "campaigned": 16196, + "railroads": 16197, + "##ович": 16198, + "emblem": 16199, + "##dre": 16200, + "stormed": 16201, + "501": 16202, + "##ulous": 16203, + "marijuana": 16204, + "northumberland": 16205, + "##gn": 16206, + "##nath": 16207, + "bowen": 16208, + "landmarks": 16209, + "beaumont": 16210, + "##qua": 16211, + "danube": 16212, + "##bler": 16213, + "attorneys": 16214, + "th": 16215, + "ge": 16216, + "flyers": 16217, + "critique": 16218, + "villains": 16219, + "cass": 16220, + "mutation": 16221, + "acc": 16222, + "##0s": 16223, + "colombo": 16224, + "mckay": 16225, + "motif": 16226, + "sampling": 16227, + "concluding": 16228, + "syndicate": 16229, + "##rell": 16230, + "neon": 16231, + "stables": 16232, + "ds": 16233, + "warnings": 16234, + "clint": 16235, + "mourning": 16236, + "wilkinson": 16237, + "##tated": 16238, + "merrill": 16239, + "leopard": 16240, + "evenings": 16241, + "exhaled": 16242, + "emil": 16243, + "sonia": 16244, + "ezra": 16245, + "discrete": 16246, + "stove": 16247, + "farrell": 16248, + "fifteenth": 16249, + "prescribed": 16250, + "superhero": 16251, + "##rier": 16252, + "worms": 16253, + "helm": 16254, + "wren": 16255, + "##duction": 16256, + "##hc": 16257, + "expo": 16258, + "##rator": 16259, + "hq": 16260, + "unfamiliar": 16261, + "antony": 16262, + "prevents": 16263, + "acceleration": 16264, + "fiercely": 16265, + "mari": 16266, + "painfully": 16267, + "calculations": 16268, + "cheaper": 16269, + "ign": 16270, + "clifton": 16271, + "irvine": 16272, + "davenport": 16273, + "mozambique": 16274, + "##np": 16275, + "pierced": 16276, + "##evich": 16277, + "wonders": 16278, + "##wig": 16279, + "##cate": 16280, + "##iling": 16281, + "crusade": 16282, + "ware": 16283, + "##uel": 16284, + "enzymes": 16285, + "reasonably": 16286, + "mls": 16287, + "##coe": 16288, + "mater": 16289, + "ambition": 16290, + "bunny": 16291, + "eliot": 16292, + "kernel": 16293, + "##fin": 16294, + "asphalt": 16295, + "headmaster": 16296, + "torah": 16297, + "aden": 16298, + "lush": 16299, + "pins": 16300, + "waived": 16301, + "##care": 16302, + "##yas": 16303, + "joao": 16304, + "substrate": 16305, + "enforce": 16306, + "##grad": 16307, + "##ules": 16308, + "alvarez": 16309, + "selections": 16310, + "epidemic": 16311, + "tempted": 16312, + "##bit": 16313, + "bremen": 16314, + "translates": 16315, + "ensured": 16316, + "waterfront": 16317, + "29th": 16318, + "forrest": 16319, + "manny": 16320, + "malone": 16321, + "kramer": 16322, + "reigning": 16323, + "cookies": 16324, + "simpler": 16325, + "absorption": 16326, + "205": 16327, + "engraved": 16328, + "##ffy": 16329, + "evaluated": 16330, + "1778": 16331, + "haze": 16332, + "146": 16333, + "comforting": 16334, + "crossover": 16335, + "##abe": 16336, + "thorn": 16337, + "##rift": 16338, + "##imo": 16339, + "##pop": 16340, + "suppression": 16341, + "fatigue": 16342, + "cutter": 16343, + "##tr": 16344, + "201": 16345, + "wurttemberg": 16346, + "##orf": 16347, + "enforced": 16348, + "hovering": 16349, + "proprietary": 16350, + "gb": 16351, + "samurai": 16352, + "syllable": 16353, + "ascent": 16354, + "lacey": 16355, + "tick": 16356, + "lars": 16357, + "tractor": 16358, + "merchandise": 16359, + "rep": 16360, + "bouncing": 16361, + "defendants": 16362, + "##yre": 16363, + "huntington": 16364, + "##ground": 16365, + "##oko": 16366, + "standardized": 16367, + "##hor": 16368, + "##hima": 16369, + "assassinated": 16370, + "nu": 16371, + "predecessors": 16372, + "rainy": 16373, + "liar": 16374, + "assurance": 16375, + "lyrical": 16376, + "##uga": 16377, + "secondly": 16378, + "flattened": 16379, + "ios": 16380, + "parameter": 16381, + "undercover": 16382, + "##mity": 16383, + "bordeaux": 16384, + "punish": 16385, + "ridges": 16386, + "markers": 16387, + "exodus": 16388, + "inactive": 16389, + "hesitate": 16390, + "debbie": 16391, + "nyc": 16392, + "pledge": 16393, + "savoy": 16394, + "nagar": 16395, + "offset": 16396, + "organist": 16397, + "##tium": 16398, + "hesse": 16399, + "marin": 16400, + "converting": 16401, + "##iver": 16402, + "diagram": 16403, + "propulsion": 16404, + "pu": 16405, + "validity": 16406, + "reverted": 16407, + "supportive": 16408, + "##dc": 16409, + "ministries": 16410, + "clans": 16411, + "responds": 16412, + "proclamation": 16413, + "##inae": 16414, + "##ø": 16415, + "##rea": 16416, + "ein": 16417, + "pleading": 16418, + "patriot": 16419, + "sf": 16420, + "birch": 16421, + "islanders": 16422, + "strauss": 16423, + "hates": 16424, + "##dh": 16425, + "brandenburg": 16426, + "concession": 16427, + "rd": 16428, + "##ob": 16429, + "1900s": 16430, + "killings": 16431, + "textbook": 16432, + "antiquity": 16433, + "cinematography": 16434, + "wharf": 16435, + "embarrassing": 16436, + "setup": 16437, + "creed": 16438, + "farmland": 16439, + "inequality": 16440, + "centred": 16441, + "signatures": 16442, + "fallon": 16443, + "370": 16444, + "##ingham": 16445, + "##uts": 16446, + "ceylon": 16447, + "gazing": 16448, + "directive": 16449, + "laurie": 16450, + "##tern": 16451, + "globally": 16452, + "##uated": 16453, + "##dent": 16454, + "allah": 16455, + "excavation": 16456, + "threads": 16457, + "##cross": 16458, + "148": 16459, + "frantically": 16460, + "icc": 16461, + "utilize": 16462, + "determines": 16463, + "respiratory": 16464, + "thoughtful": 16465, + "receptions": 16466, + "##dicate": 16467, + "merging": 16468, + "chandra": 16469, + "seine": 16470, + "147": 16471, + "builders": 16472, + "builds": 16473, + "diagnostic": 16474, + "dev": 16475, + "visibility": 16476, + "goddamn": 16477, + "analyses": 16478, + "dhaka": 16479, + "cho": 16480, + "proves": 16481, + "chancel": 16482, + "concurrent": 16483, + "curiously": 16484, + "canadians": 16485, + "pumped": 16486, + "restoring": 16487, + "1850s": 16488, + "turtles": 16489, + "jaguar": 16490, + "sinister": 16491, + "spinal": 16492, + "traction": 16493, + "declan": 16494, + "vows": 16495, + "1784": 16496, + "glowed": 16497, + "capitalism": 16498, + "swirling": 16499, + "install": 16500, + "universidad": 16501, + "##lder": 16502, + "##oat": 16503, + "soloist": 16504, + "##genic": 16505, + "##oor": 16506, + "coincidence": 16507, + "beginnings": 16508, + "nissan": 16509, + "dip": 16510, + "resorts": 16511, + "caucasus": 16512, + "combustion": 16513, + "infectious": 16514, + "##eno": 16515, + "pigeon": 16516, + "serpent": 16517, + "##itating": 16518, + "conclude": 16519, + "masked": 16520, + "salad": 16521, + "jew": 16522, + "##gr": 16523, + "surreal": 16524, + "toni": 16525, + "##wc": 16526, + "harmonica": 16527, + "151": 16528, + "##gins": 16529, + "##etic": 16530, + "##coat": 16531, + "fishermen": 16532, + "intending": 16533, + "bravery": 16534, + "##wave": 16535, + "klaus": 16536, + "titan": 16537, + "wembley": 16538, + "taiwanese": 16539, + "ransom": 16540, + "40th": 16541, + "incorrect": 16542, + "hussein": 16543, + "eyelids": 16544, + "jp": 16545, + "cooke": 16546, + "dramas": 16547, + "utilities": 16548, + "##etta": 16549, + "##print": 16550, + "eisenhower": 16551, + "principally": 16552, + "granada": 16553, + "lana": 16554, + "##rak": 16555, + "openings": 16556, + "concord": 16557, + "##bl": 16558, + "bethany": 16559, + "connie": 16560, + "morality": 16561, + "sega": 16562, + "##mons": 16563, + "##nard": 16564, + "earnings": 16565, + "##kara": 16566, + "##cine": 16567, + "wii": 16568, + "communes": 16569, + "##rel": 16570, + "coma": 16571, + "composing": 16572, + "softened": 16573, + "severed": 16574, + "grapes": 16575, + "##17": 16576, + "nguyen": 16577, + "analyzed": 16578, + "warlord": 16579, + "hubbard": 16580, + "heavenly": 16581, + "behave": 16582, + "slovenian": 16583, + "##hit": 16584, + "##ony": 16585, + "hailed": 16586, + "filmmakers": 16587, + "trance": 16588, + "caldwell": 16589, + "skye": 16590, + "unrest": 16591, + "coward": 16592, + "likelihood": 16593, + "##aging": 16594, + "bern": 16595, + "sci": 16596, + "taliban": 16597, + "honolulu": 16598, + "propose": 16599, + "##wang": 16600, + "1700": 16601, + "browser": 16602, + "imagining": 16603, + "cobra": 16604, + "contributes": 16605, + "dukes": 16606, + "instinctively": 16607, + "conan": 16608, + "violinist": 16609, + "##ores": 16610, + "accessories": 16611, + "gradual": 16612, + "##amp": 16613, + "quotes": 16614, + "sioux": 16615, + "##dating": 16616, + "undertake": 16617, + "intercepted": 16618, + "sparkling": 16619, + "compressed": 16620, + "139": 16621, + "fungus": 16622, + "tombs": 16623, + "haley": 16624, + "imposing": 16625, + "rests": 16626, + "degradation": 16627, + "lincolnshire": 16628, + "retailers": 16629, + "wetlands": 16630, + "tulsa": 16631, + "distributor": 16632, + "dungeon": 16633, + "nun": 16634, + "greenhouse": 16635, + "convey": 16636, + "atlantis": 16637, + "aft": 16638, + "exits": 16639, + "oman": 16640, + "dresser": 16641, + "lyons": 16642, + "##sti": 16643, + "joking": 16644, + "eddy": 16645, + "judgement": 16646, + "omitted": 16647, + "digits": 16648, + "##cts": 16649, + "##game": 16650, + "juniors": 16651, + "##rae": 16652, + "cents": 16653, + "stricken": 16654, + "une": 16655, + "##ngo": 16656, + "wizards": 16657, + "weir": 16658, + "breton": 16659, + "nan": 16660, + "technician": 16661, + "fibers": 16662, + "liking": 16663, + "royalty": 16664, + "##cca": 16665, + "154": 16666, + "persia": 16667, + "terribly": 16668, + "magician": 16669, + "##rable": 16670, + "##unt": 16671, + "vance": 16672, + "cafeteria": 16673, + "booker": 16674, + "camille": 16675, + "warmer": 16676, + "##static": 16677, + "consume": 16678, + "cavern": 16679, + "gaps": 16680, + "compass": 16681, + "contemporaries": 16682, + "foyer": 16683, + "soothing": 16684, + "graveyard": 16685, + "maj": 16686, + "plunged": 16687, + "blush": 16688, + "##wear": 16689, + "cascade": 16690, + "demonstrates": 16691, + "ordinance": 16692, + "##nov": 16693, + "boyle": 16694, + "##lana": 16695, + "rockefeller": 16696, + "shaken": 16697, + "banjo": 16698, + "izzy": 16699, + "##ense": 16700, + "breathless": 16701, + "vines": 16702, + "##32": 16703, + "##eman": 16704, + "alterations": 16705, + "chromosome": 16706, + "dwellings": 16707, + "feudal": 16708, + "mole": 16709, + "153": 16710, + "catalonia": 16711, + "relics": 16712, + "tenant": 16713, + "mandated": 16714, + "##fm": 16715, + "fridge": 16716, + "hats": 16717, + "honesty": 16718, + "patented": 16719, + "raul": 16720, + "heap": 16721, + "cruisers": 16722, + "accusing": 16723, + "enlightenment": 16724, + "infants": 16725, + "wherein": 16726, + "chatham": 16727, + "contractors": 16728, + "zen": 16729, + "affinity": 16730, + "hc": 16731, + "osborne": 16732, + "piston": 16733, + "156": 16734, + "traps": 16735, + "maturity": 16736, + "##rana": 16737, + "lagos": 16738, + "##zal": 16739, + "peering": 16740, + "##nay": 16741, + "attendant": 16742, + "dealers": 16743, + "protocols": 16744, + "subset": 16745, + "prospects": 16746, + "biographical": 16747, + "##cre": 16748, + "artery": 16749, + "##zers": 16750, + "insignia": 16751, + "nuns": 16752, + "endured": 16753, + "##eration": 16754, + "recommend": 16755, + "schwartz": 16756, + "serbs": 16757, + "berger": 16758, + "cromwell": 16759, + "crossroads": 16760, + "##ctor": 16761, + "enduring": 16762, + "clasped": 16763, + "grounded": 16764, + "##bine": 16765, + "marseille": 16766, + "twitched": 16767, + "abel": 16768, + "choke": 16769, + "https": 16770, + "catalyst": 16771, + "moldova": 16772, + "italians": 16773, + "##tist": 16774, + "disastrous": 16775, + "wee": 16776, + "##oured": 16777, + "##nti": 16778, + "wwf": 16779, + "nope": 16780, + "##piration": 16781, + "##asa": 16782, + "expresses": 16783, + "thumbs": 16784, + "167": 16785, + "##nza": 16786, + "coca": 16787, + "1781": 16788, + "cheating": 16789, + "##ption": 16790, + "skipped": 16791, + "sensory": 16792, + "heidelberg": 16793, + "spies": 16794, + "satan": 16795, + "dangers": 16796, + "semifinal": 16797, + "202": 16798, + "bohemia": 16799, + "whitish": 16800, + "confusing": 16801, + "shipbuilding": 16802, + "relies": 16803, + "surgeons": 16804, + "landings": 16805, + "ravi": 16806, + "baku": 16807, + "moor": 16808, + "suffix": 16809, + "alejandro": 16810, + "##yana": 16811, + "litre": 16812, + "upheld": 16813, + "##unk": 16814, + "rajasthan": 16815, + "##rek": 16816, + "coaster": 16817, + "insists": 16818, + "posture": 16819, + "scenarios": 16820, + "etienne": 16821, + "favoured": 16822, + "appoint": 16823, + "transgender": 16824, + "elephants": 16825, + "poked": 16826, + "greenwood": 16827, + "defences": 16828, + "fulfilled": 16829, + "militant": 16830, + "somali": 16831, + "1758": 16832, + "chalk": 16833, + "potent": 16834, + "##ucci": 16835, + "migrants": 16836, + "wink": 16837, + "assistants": 16838, + "nos": 16839, + "restriction": 16840, + "activism": 16841, + "niger": 16842, + "##ario": 16843, + "colon": 16844, + "shaun": 16845, + "##sat": 16846, + "daphne": 16847, + "##erated": 16848, + "swam": 16849, + "congregations": 16850, + "reprise": 16851, + "considerations": 16852, + "magnet": 16853, + "playable": 16854, + "xvi": 16855, + "##р": 16856, + "overthrow": 16857, + "tobias": 16858, + "knob": 16859, + "chavez": 16860, + "coding": 16861, + "##mers": 16862, + "propped": 16863, + "katrina": 16864, + "orient": 16865, + "newcomer": 16866, + "##suke": 16867, + "temperate": 16868, + "##pool": 16869, + "farmhouse": 16870, + "interrogation": 16871, + "##vd": 16872, + "committing": 16873, + "##vert": 16874, + "forthcoming": 16875, + "strawberry": 16876, + "joaquin": 16877, + "macau": 16878, + "ponds": 16879, + "shocking": 16880, + "siberia": 16881, + "##cellular": 16882, + "chant": 16883, + "contributors": 16884, + "##nant": 16885, + "##ologists": 16886, + "sped": 16887, + "absorb": 16888, + "hail": 16889, + "1782": 16890, + "spared": 16891, + "##hore": 16892, + "barbados": 16893, + "karate": 16894, + "opus": 16895, + "originates": 16896, + "saul": 16897, + "##xie": 16898, + "evergreen": 16899, + "leaped": 16900, + "##rock": 16901, + "correlation": 16902, + "exaggerated": 16903, + "weekday": 16904, + "unification": 16905, + "bump": 16906, + "tracing": 16907, + "brig": 16908, + "afb": 16909, + "pathways": 16910, + "utilizing": 16911, + "##ners": 16912, + "mod": 16913, + "mb": 16914, + "disturbance": 16915, + "kneeling": 16916, + "##stad": 16917, + "##guchi": 16918, + "100th": 16919, + "pune": 16920, + "##thy": 16921, + "decreasing": 16922, + "168": 16923, + "manipulation": 16924, + "miriam": 16925, + "academia": 16926, + "ecosystem": 16927, + "occupational": 16928, + "rbi": 16929, + "##lem": 16930, + "rift": 16931, + "##14": 16932, + "rotary": 16933, + "stacked": 16934, + "incorporation": 16935, + "awakening": 16936, + "generators": 16937, + "guerrero": 16938, + "racist": 16939, + "##omy": 16940, + "cyber": 16941, + "derivatives": 16942, + "culminated": 16943, + "allie": 16944, + "annals": 16945, + "panzer": 16946, + "sainte": 16947, + "wikipedia": 16948, + "pops": 16949, + "zu": 16950, + "austro": 16951, + "##vate": 16952, + "algerian": 16953, + "politely": 16954, + "nicholson": 16955, + "mornings": 16956, + "educate": 16957, + "tastes": 16958, + "thrill": 16959, + "dartmouth": 16960, + "##gating": 16961, + "db": 16962, + "##jee": 16963, + "regan": 16964, + "differing": 16965, + "concentrating": 16966, + "choreography": 16967, + "divinity": 16968, + "##media": 16969, + "pledged": 16970, + "alexandre": 16971, + "routing": 16972, + "gregor": 16973, + "madeline": 16974, + "##idal": 16975, + "apocalypse": 16976, + "##hora": 16977, + "gunfire": 16978, + "culminating": 16979, + "elves": 16980, + "fined": 16981, + "liang": 16982, + "lam": 16983, + "programmed": 16984, + "tar": 16985, + "guessing": 16986, + "transparency": 16987, + "gabrielle": 16988, + "##gna": 16989, + "cancellation": 16990, + "flexibility": 16991, + "##lining": 16992, + "accession": 16993, + "shea": 16994, + "stronghold": 16995, + "nets": 16996, + "specializes": 16997, + "##rgan": 16998, + "abused": 16999, + "hasan": 17000, + "sgt": 17001, + "ling": 17002, + "exceeding": 17003, + "##₄": 17004, + "admiration": 17005, + "supermarket": 17006, + "##ark": 17007, + "photographers": 17008, + "specialised": 17009, + "tilt": 17010, + "resonance": 17011, + "hmm": 17012, + "perfume": 17013, + "380": 17014, + "sami": 17015, + "threatens": 17016, + "garland": 17017, + "botany": 17018, + "guarding": 17019, + "boiled": 17020, + "greet": 17021, + "puppy": 17022, + "russo": 17023, + "supplier": 17024, + "wilmington": 17025, + "vibrant": 17026, + "vijay": 17027, + "##bius": 17028, + "paralympic": 17029, + "grumbled": 17030, + "paige": 17031, + "faa": 17032, + "licking": 17033, + "margins": 17034, + "hurricanes": 17035, + "##gong": 17036, + "fest": 17037, + "grenade": 17038, + "ripping": 17039, + "##uz": 17040, + "counseling": 17041, + "weigh": 17042, + "##sian": 17043, + "needles": 17044, + "wiltshire": 17045, + "edison": 17046, + "costly": 17047, + "##not": 17048, + "fulton": 17049, + "tramway": 17050, + "redesigned": 17051, + "staffordshire": 17052, + "cache": 17053, + "gasping": 17054, + "watkins": 17055, + "sleepy": 17056, + "candidacy": 17057, + "##group": 17058, + "monkeys": 17059, + "timeline": 17060, + "throbbing": 17061, + "##bid": 17062, + "##sos": 17063, + "berth": 17064, + "uzbekistan": 17065, + "vanderbilt": 17066, + "bothering": 17067, + "overturned": 17068, + "ballots": 17069, + "gem": 17070, + "##iger": 17071, + "sunglasses": 17072, + "subscribers": 17073, + "hooker": 17074, + "compelling": 17075, + "ang": 17076, + "exceptionally": 17077, + "saloon": 17078, + "stab": 17079, + "##rdi": 17080, + "carla": 17081, + "terrifying": 17082, + "rom": 17083, + "##vision": 17084, + "coil": 17085, + "##oids": 17086, + "satisfying": 17087, + "vendors": 17088, + "31st": 17089, + "mackay": 17090, + "deities": 17091, + "overlooked": 17092, + "ambient": 17093, + "bahamas": 17094, + "felipe": 17095, + "olympia": 17096, + "whirled": 17097, + "botanist": 17098, + "advertised": 17099, + "tugging": 17100, + "##dden": 17101, + "disciples": 17102, + "morales": 17103, + "unionist": 17104, + "rites": 17105, + "foley": 17106, + "morse": 17107, + "motives": 17108, + "creepy": 17109, + "##₀": 17110, + "soo": 17111, + "##sz": 17112, + "bargain": 17113, + "highness": 17114, + "frightening": 17115, + "turnpike": 17116, + "tory": 17117, + "reorganization": 17118, + "##cer": 17119, + "depict": 17120, + "biographer": 17121, + "##walk": 17122, + "unopposed": 17123, + "manifesto": 17124, + "##gles": 17125, + "institut": 17126, + "emile": 17127, + "accidental": 17128, + "kapoor": 17129, + "##dam": 17130, + "kilkenny": 17131, + "cortex": 17132, + "lively": 17133, + "##13": 17134, + "romanesque": 17135, + "jain": 17136, + "shan": 17137, + "cannons": 17138, + "##ood": 17139, + "##ske": 17140, + "petrol": 17141, + "echoing": 17142, + "amalgamated": 17143, + "disappears": 17144, + "cautious": 17145, + "proposes": 17146, + "sanctions": 17147, + "trenton": 17148, + "##ر": 17149, + "flotilla": 17150, + "aus": 17151, + "contempt": 17152, + "tor": 17153, + "canary": 17154, + "cote": 17155, + "theirs": 17156, + "##hun": 17157, + "conceptual": 17158, + "deleted": 17159, + "fascinating": 17160, + "paso": 17161, + "blazing": 17162, + "elf": 17163, + "honourable": 17164, + "hutchinson": 17165, + "##eiro": 17166, + "##outh": 17167, + "##zin": 17168, + "surveyor": 17169, + "tee": 17170, + "amidst": 17171, + "wooded": 17172, + "reissue": 17173, + "intro": 17174, + "##ono": 17175, + "cobb": 17176, + "shelters": 17177, + "newsletter": 17178, + "hanson": 17179, + "brace": 17180, + "encoding": 17181, + "confiscated": 17182, + "dem": 17183, + "caravan": 17184, + "marino": 17185, + "scroll": 17186, + "melodic": 17187, + "cows": 17188, + "imam": 17189, + "##adi": 17190, + "##aneous": 17191, + "northward": 17192, + "searches": 17193, + "biodiversity": 17194, + "cora": 17195, + "310": 17196, + "roaring": 17197, + "##bers": 17198, + "connell": 17199, + "theologian": 17200, + "halo": 17201, + "compose": 17202, + "pathetic": 17203, + "unmarried": 17204, + "dynamo": 17205, + "##oot": 17206, + "az": 17207, + "calculation": 17208, + "toulouse": 17209, + "deserves": 17210, + "humour": 17211, + "nr": 17212, + "forgiveness": 17213, + "tam": 17214, + "undergone": 17215, + "martyr": 17216, + "pamela": 17217, + "myths": 17218, + "whore": 17219, + "counselor": 17220, + "hicks": 17221, + "290": 17222, + "heavens": 17223, + "battleship": 17224, + "electromagnetic": 17225, + "##bbs": 17226, + "stellar": 17227, + "establishments": 17228, + "presley": 17229, + "hopped": 17230, + "##chin": 17231, + "temptation": 17232, + "90s": 17233, + "wills": 17234, + "nas": 17235, + "##yuan": 17236, + "nhs": 17237, + "##nya": 17238, + "seminars": 17239, + "##yev": 17240, + "adaptations": 17241, + "gong": 17242, + "asher": 17243, + "lex": 17244, + "indicator": 17245, + "sikh": 17246, + "tobago": 17247, + "cites": 17248, + "goin": 17249, + "##yte": 17250, + "satirical": 17251, + "##gies": 17252, + "characterised": 17253, + "correspond": 17254, + "bubbles": 17255, + "lure": 17256, + "participates": 17257, + "##vid": 17258, + "eruption": 17259, + "skate": 17260, + "therapeutic": 17261, + "1785": 17262, + "canals": 17263, + "wholesale": 17264, + "defaulted": 17265, + "sac": 17266, + "460": 17267, + "petit": 17268, + "##zzled": 17269, + "virgil": 17270, + "leak": 17271, + "ravens": 17272, + "256": 17273, + "portraying": 17274, + "##yx": 17275, + "ghetto": 17276, + "creators": 17277, + "dams": 17278, + "portray": 17279, + "vicente": 17280, + "##rington": 17281, + "fae": 17282, + "namesake": 17283, + "bounty": 17284, + "##arium": 17285, + "joachim": 17286, + "##ota": 17287, + "##iser": 17288, + "aforementioned": 17289, + "axle": 17290, + "snout": 17291, + "depended": 17292, + "dismantled": 17293, + "reuben": 17294, + "480": 17295, + "##ibly": 17296, + "gallagher": 17297, + "##lau": 17298, + "##pd": 17299, + "earnest": 17300, + "##ieu": 17301, + "##iary": 17302, + "inflicted": 17303, + "objections": 17304, + "##llar": 17305, + "asa": 17306, + "gritted": 17307, + "##athy": 17308, + "jericho": 17309, + "##sea": 17310, + "##was": 17311, + "flick": 17312, + "underside": 17313, + "ceramics": 17314, + "undead": 17315, + "substituted": 17316, + "195": 17317, + "eastward": 17318, + "undoubtedly": 17319, + "wheeled": 17320, + "chimney": 17321, + "##iche": 17322, + "guinness": 17323, + "cb": 17324, + "##ager": 17325, + "siding": 17326, + "##bell": 17327, + "traitor": 17328, + "baptiste": 17329, + "disguised": 17330, + "inauguration": 17331, + "149": 17332, + "tipperary": 17333, + "choreographer": 17334, + "perched": 17335, + "warmed": 17336, + "stationary": 17337, + "eco": 17338, + "##ike": 17339, + "##ntes": 17340, + "bacterial": 17341, + "##aurus": 17342, + "flores": 17343, + "phosphate": 17344, + "##core": 17345, + "attacker": 17346, + "invaders": 17347, + "alvin": 17348, + "intersects": 17349, + "a1": 17350, + "indirectly": 17351, + "immigrated": 17352, + "businessmen": 17353, + "cornelius": 17354, + "valves": 17355, + "narrated": 17356, + "pill": 17357, + "sober": 17358, + "ul": 17359, + "nationale": 17360, + "monastic": 17361, + "applicants": 17362, + "scenery": 17363, + "##jack": 17364, + "161": 17365, + "motifs": 17366, + "constitutes": 17367, + "cpu": 17368, + "##osh": 17369, + "jurisdictions": 17370, + "sd": 17371, + "tuning": 17372, + "irritation": 17373, + "woven": 17374, + "##uddin": 17375, + "fertility": 17376, + "gao": 17377, + "##erie": 17378, + "antagonist": 17379, + "impatient": 17380, + "glacial": 17381, + "hides": 17382, + "boarded": 17383, + "denominations": 17384, + "interception": 17385, + "##jas": 17386, + "cookie": 17387, + "nicola": 17388, + "##tee": 17389, + "algebraic": 17390, + "marquess": 17391, + "bahn": 17392, + "parole": 17393, + "buyers": 17394, + "bait": 17395, + "turbines": 17396, + "paperwork": 17397, + "bestowed": 17398, + "natasha": 17399, + "renee": 17400, + "oceans": 17401, + "purchases": 17402, + "157": 17403, + "vaccine": 17404, + "215": 17405, + "##tock": 17406, + "fixtures": 17407, + "playhouse": 17408, + "integrate": 17409, + "jai": 17410, + "oswald": 17411, + "intellectuals": 17412, + "##cky": 17413, + "booked": 17414, + "nests": 17415, + "mortimer": 17416, + "##isi": 17417, + "obsession": 17418, + "sept": 17419, + "##gler": 17420, + "##sum": 17421, + "440": 17422, + "scrutiny": 17423, + "simultaneous": 17424, + "squinted": 17425, + "##shin": 17426, + "collects": 17427, + "oven": 17428, + "shankar": 17429, + "penned": 17430, + "remarkably": 17431, + "##я": 17432, + "slips": 17433, + "luggage": 17434, + "spectral": 17435, + "1786": 17436, + "collaborations": 17437, + "louie": 17438, + "consolidation": 17439, + "##ailed": 17440, + "##ivating": 17441, + "420": 17442, + "hoover": 17443, + "blackpool": 17444, + "harness": 17445, + "ignition": 17446, + "vest": 17447, + "tails": 17448, + "belmont": 17449, + "mongol": 17450, + "skinner": 17451, + "##nae": 17452, + "visually": 17453, + "mage": 17454, + "derry": 17455, + "##tism": 17456, + "##unce": 17457, + "stevie": 17458, + "transitional": 17459, + "##rdy": 17460, + "redskins": 17461, + "drying": 17462, + "prep": 17463, + "prospective": 17464, + "##21": 17465, + "annoyance": 17466, + "oversee": 17467, + "##loaded": 17468, + "fills": 17469, + "##books": 17470, + "##iki": 17471, + "announces": 17472, + "fda": 17473, + "scowled": 17474, + "respects": 17475, + "prasad": 17476, + "mystic": 17477, + "tucson": 17478, + "##vale": 17479, + "revue": 17480, + "springer": 17481, + "bankrupt": 17482, + "1772": 17483, + "aristotle": 17484, + "salvatore": 17485, + "habsburg": 17486, + "##geny": 17487, + "dal": 17488, + "natal": 17489, + "nut": 17490, + "pod": 17491, + "chewing": 17492, + "darts": 17493, + "moroccan": 17494, + "walkover": 17495, + "rosario": 17496, + "lenin": 17497, + "punjabi": 17498, + "##ße": 17499, + "grossed": 17500, + "scattering": 17501, + "wired": 17502, + "invasive": 17503, + "hui": 17504, + "polynomial": 17505, + "corridors": 17506, + "wakes": 17507, + "gina": 17508, + "portrays": 17509, + "##cratic": 17510, + "arid": 17511, + "retreating": 17512, + "erich": 17513, + "irwin": 17514, + "sniper": 17515, + "##dha": 17516, + "linen": 17517, + "lindsey": 17518, + "maneuver": 17519, + "butch": 17520, + "shutting": 17521, + "socio": 17522, + "bounce": 17523, + "commemorative": 17524, + "postseason": 17525, + "jeremiah": 17526, + "pines": 17527, + "275": 17528, + "mystical": 17529, + "beads": 17530, + "bp": 17531, + "abbas": 17532, + "furnace": 17533, + "bidding": 17534, + "consulted": 17535, + "assaulted": 17536, + "empirical": 17537, + "rubble": 17538, + "enclosure": 17539, + "sob": 17540, + "weakly": 17541, + "cancel": 17542, + "polly": 17543, + "yielded": 17544, + "##emann": 17545, + "curly": 17546, + "prediction": 17547, + "battered": 17548, + "70s": 17549, + "vhs": 17550, + "jacqueline": 17551, + "render": 17552, + "sails": 17553, + "barked": 17554, + "detailing": 17555, + "grayson": 17556, + "riga": 17557, + "sloane": 17558, + "raging": 17559, + "##yah": 17560, + "herbs": 17561, + "bravo": 17562, + "##athlon": 17563, + "alloy": 17564, + "giggle": 17565, + "imminent": 17566, + "suffers": 17567, + "assumptions": 17568, + "waltz": 17569, + "##itate": 17570, + "accomplishments": 17571, + "##ited": 17572, + "bathing": 17573, + "remixed": 17574, + "deception": 17575, + "prefix": 17576, + "##emia": 17577, + "deepest": 17578, + "##tier": 17579, + "##eis": 17580, + "balkan": 17581, + "frogs": 17582, + "##rong": 17583, + "slab": 17584, + "##pate": 17585, + "philosophers": 17586, + "peterborough": 17587, + "grains": 17588, + "imports": 17589, + "dickinson": 17590, + "rwanda": 17591, + "##atics": 17592, + "1774": 17593, + "dirk": 17594, + "lan": 17595, + "tablets": 17596, + "##rove": 17597, + "clone": 17598, + "##rice": 17599, + "caretaker": 17600, + "hostilities": 17601, + "mclean": 17602, + "##gre": 17603, + "regimental": 17604, + "treasures": 17605, + "norms": 17606, + "impose": 17607, + "tsar": 17608, + "tango": 17609, + "diplomacy": 17610, + "variously": 17611, + "complain": 17612, + "192": 17613, + "recognise": 17614, + "arrests": 17615, + "1779": 17616, + "celestial": 17617, + "pulitzer": 17618, + "##dus": 17619, + "bing": 17620, + "libretto": 17621, + "##moor": 17622, + "adele": 17623, + "splash": 17624, + "##rite": 17625, + "expectation": 17626, + "lds": 17627, + "confronts": 17628, + "##izer": 17629, + "spontaneous": 17630, + "harmful": 17631, + "wedge": 17632, + "entrepreneurs": 17633, + "buyer": 17634, + "##ope": 17635, + "bilingual": 17636, + "translate": 17637, + "rugged": 17638, + "conner": 17639, + "circulated": 17640, + "uae": 17641, + "eaton": 17642, + "##gra": 17643, + "##zzle": 17644, + "lingered": 17645, + "lockheed": 17646, + "vishnu": 17647, + "reelection": 17648, + "alonso": 17649, + "##oom": 17650, + "joints": 17651, + "yankee": 17652, + "headline": 17653, + "cooperate": 17654, + "heinz": 17655, + "laureate": 17656, + "invading": 17657, + "##sford": 17658, + "echoes": 17659, + "scandinavian": 17660, + "##dham": 17661, + "hugging": 17662, + "vitamin": 17663, + "salute": 17664, + "micah": 17665, + "hind": 17666, + "trader": 17667, + "##sper": 17668, + "radioactive": 17669, + "##ndra": 17670, + "militants": 17671, + "poisoned": 17672, + "ratified": 17673, + "remark": 17674, + "campeonato": 17675, + "deprived": 17676, + "wander": 17677, + "prop": 17678, + "##dong": 17679, + "outlook": 17680, + "##tani": 17681, + "##rix": 17682, + "##eye": 17683, + "chiang": 17684, + "darcy": 17685, + "##oping": 17686, + "mandolin": 17687, + "spice": 17688, + "statesman": 17689, + "babylon": 17690, + "182": 17691, + "walled": 17692, + "forgetting": 17693, + "afro": 17694, + "##cap": 17695, + "158": 17696, + "giorgio": 17697, + "buffer": 17698, + "##polis": 17699, + "planetary": 17700, + "##gis": 17701, + "overlap": 17702, + "terminals": 17703, + "kinda": 17704, + "centenary": 17705, + "##bir": 17706, + "arising": 17707, + "manipulate": 17708, + "elm": 17709, + "ke": 17710, + "1770": 17711, + "ak": 17712, + "##tad": 17713, + "chrysler": 17714, + "mapped": 17715, + "moose": 17716, + "pomeranian": 17717, + "quad": 17718, + "macarthur": 17719, + "assemblies": 17720, + "shoreline": 17721, + "recalls": 17722, + "stratford": 17723, + "##rted": 17724, + "noticeable": 17725, + "##evic": 17726, + "imp": 17727, + "##rita": 17728, + "##sque": 17729, + "accustomed": 17730, + "supplying": 17731, + "tents": 17732, + "disgusted": 17733, + "vogue": 17734, + "sipped": 17735, + "filters": 17736, + "khz": 17737, + "reno": 17738, + "selecting": 17739, + "luftwaffe": 17740, + "mcmahon": 17741, + "tyne": 17742, + "masterpiece": 17743, + "carriages": 17744, + "collided": 17745, + "dunes": 17746, + "exercised": 17747, + "flare": 17748, + "remembers": 17749, + "muzzle": 17750, + "##mobile": 17751, + "heck": 17752, + "##rson": 17753, + "burgess": 17754, + "lunged": 17755, + "middleton": 17756, + "boycott": 17757, + "bilateral": 17758, + "##sity": 17759, + "hazardous": 17760, + "lumpur": 17761, + "multiplayer": 17762, + "spotlight": 17763, + "jackets": 17764, + "goldman": 17765, + "liege": 17766, + "porcelain": 17767, + "rag": 17768, + "waterford": 17769, + "benz": 17770, + "attracts": 17771, + "hopeful": 17772, + "battling": 17773, + "ottomans": 17774, + "kensington": 17775, + "baked": 17776, + "hymns": 17777, + "cheyenne": 17778, + "lattice": 17779, + "levine": 17780, + "borrow": 17781, + "polymer": 17782, + "clashes": 17783, + "michaels": 17784, + "monitored": 17785, + "commitments": 17786, + "denounced": 17787, + "##25": 17788, + "##von": 17789, + "cavity": 17790, + "##oney": 17791, + "hobby": 17792, + "akin": 17793, + "##holders": 17794, + "futures": 17795, + "intricate": 17796, + "cornish": 17797, + "patty": 17798, + "##oned": 17799, + "illegally": 17800, + "dolphin": 17801, + "##lag": 17802, + "barlow": 17803, + "yellowish": 17804, + "maddie": 17805, + "apologized": 17806, + "luton": 17807, + "plagued": 17808, + "##puram": 17809, + "nana": 17810, + "##rds": 17811, + "sway": 17812, + "fanny": 17813, + "łodz": 17814, + "##rino": 17815, + "psi": 17816, + "suspicions": 17817, + "hanged": 17818, + "##eding": 17819, + "initiate": 17820, + "charlton": 17821, + "##por": 17822, + "nak": 17823, + "competent": 17824, + "235": 17825, + "analytical": 17826, + "annex": 17827, + "wardrobe": 17828, + "reservations": 17829, + "##rma": 17830, + "sect": 17831, + "162": 17832, + "fairfax": 17833, + "hedge": 17834, + "piled": 17835, + "buckingham": 17836, + "uneven": 17837, + "bauer": 17838, + "simplicity": 17839, + "snyder": 17840, + "interpret": 17841, + "accountability": 17842, + "donors": 17843, + "moderately": 17844, + "byrd": 17845, + "continents": 17846, + "##cite": 17847, + "##max": 17848, + "disciple": 17849, + "hr": 17850, + "jamaican": 17851, + "ping": 17852, + "nominees": 17853, + "##uss": 17854, + "mongolian": 17855, + "diver": 17856, + "attackers": 17857, + "eagerly": 17858, + "ideological": 17859, + "pillows": 17860, + "miracles": 17861, + "apartheid": 17862, + "revolver": 17863, + "sulfur": 17864, + "clinics": 17865, + "moran": 17866, + "163": 17867, + "##enko": 17868, + "ile": 17869, + "katy": 17870, + "rhetoric": 17871, + "##icated": 17872, + "chronology": 17873, + "recycling": 17874, + "##hrer": 17875, + "elongated": 17876, + "mughal": 17877, + "pascal": 17878, + "profiles": 17879, + "vibration": 17880, + "databases": 17881, + "domination": 17882, + "##fare": 17883, + "##rant": 17884, + "matthias": 17885, + "digest": 17886, + "rehearsal": 17887, + "polling": 17888, + "weiss": 17889, + "initiation": 17890, + "reeves": 17891, + "clinging": 17892, + "flourished": 17893, + "impress": 17894, + "ngo": 17895, + "##hoff": 17896, + "##ume": 17897, + "buckley": 17898, + "symposium": 17899, + "rhythms": 17900, + "weed": 17901, + "emphasize": 17902, + "transforming": 17903, + "##taking": 17904, + "##gence": 17905, + "##yman": 17906, + "accountant": 17907, + "analyze": 17908, + "flicker": 17909, + "foil": 17910, + "priesthood": 17911, + "voluntarily": 17912, + "decreases": 17913, + "##80": 17914, + "##hya": 17915, + "slater": 17916, + "sv": 17917, + "charting": 17918, + "mcgill": 17919, + "##lde": 17920, + "moreno": 17921, + "##iu": 17922, + "besieged": 17923, + "zur": 17924, + "robes": 17925, + "##phic": 17926, + "admitting": 17927, + "api": 17928, + "deported": 17929, + "turmoil": 17930, + "peyton": 17931, + "earthquakes": 17932, + "##ares": 17933, + "nationalists": 17934, + "beau": 17935, + "clair": 17936, + "brethren": 17937, + "interrupt": 17938, + "welch": 17939, + "curated": 17940, + "galerie": 17941, + "requesting": 17942, + "164": 17943, + "##ested": 17944, + "impending": 17945, + "steward": 17946, + "viper": 17947, + "##vina": 17948, + "complaining": 17949, + "beautifully": 17950, + "brandy": 17951, + "foam": 17952, + "nl": 17953, + "1660": 17954, + "##cake": 17955, + "alessandro": 17956, + "punches": 17957, + "laced": 17958, + "explanations": 17959, + "##lim": 17960, + "attribute": 17961, + "clit": 17962, + "reggie": 17963, + "discomfort": 17964, + "##cards": 17965, + "smoothed": 17966, + "whales": 17967, + "##cene": 17968, + "adler": 17969, + "countered": 17970, + "duffy": 17971, + "disciplinary": 17972, + "widening": 17973, + "recipe": 17974, + "reliance": 17975, + "conducts": 17976, + "goats": 17977, + "gradient": 17978, + "preaching": 17979, + "##shaw": 17980, + "matilda": 17981, + "quasi": 17982, + "striped": 17983, + "meridian": 17984, + "cannabis": 17985, + "cordoba": 17986, + "certificates": 17987, + "##agh": 17988, + "##tering": 17989, + "graffiti": 17990, + "hangs": 17991, + "pilgrims": 17992, + "repeats": 17993, + "##ych": 17994, + "revive": 17995, + "urine": 17996, + "etat": 17997, + "##hawk": 17998, + "fueled": 17999, + "belts": 18000, + "fuzzy": 18001, + "susceptible": 18002, + "##hang": 18003, + "mauritius": 18004, + "salle": 18005, + "sincere": 18006, + "beers": 18007, + "hooks": 18008, + "##cki": 18009, + "arbitration": 18010, + "entrusted": 18011, + "advise": 18012, + "sniffed": 18013, + "seminar": 18014, + "junk": 18015, + "donnell": 18016, + "processors": 18017, + "principality": 18018, + "strapped": 18019, + "celia": 18020, + "mendoza": 18021, + "everton": 18022, + "fortunes": 18023, + "prejudice": 18024, + "starving": 18025, + "reassigned": 18026, + "steamer": 18027, + "##lund": 18028, + "tuck": 18029, + "evenly": 18030, + "foreman": 18031, + "##ffen": 18032, + "dans": 18033, + "375": 18034, + "envisioned": 18035, + "slit": 18036, + "##xy": 18037, + "baseman": 18038, + "liberia": 18039, + "rosemary": 18040, + "##weed": 18041, + "electrified": 18042, + "periodically": 18043, + "potassium": 18044, + "stride": 18045, + "contexts": 18046, + "sperm": 18047, + "slade": 18048, + "mariners": 18049, + "influx": 18050, + "bianca": 18051, + "subcommittee": 18052, + "##rane": 18053, + "spilling": 18054, + "icao": 18055, + "estuary": 18056, + "##nock": 18057, + "delivers": 18058, + "iphone": 18059, + "##ulata": 18060, + "isa": 18061, + "mira": 18062, + "bohemian": 18063, + "dessert": 18064, + "##sbury": 18065, + "welcoming": 18066, + "proudly": 18067, + "slowing": 18068, + "##chs": 18069, + "musee": 18070, + "ascension": 18071, + "russ": 18072, + "##vian": 18073, + "waits": 18074, + "##psy": 18075, + "africans": 18076, + "exploit": 18077, + "##morphic": 18078, + "gov": 18079, + "eccentric": 18080, + "crab": 18081, + "peck": 18082, + "##ull": 18083, + "entrances": 18084, + "formidable": 18085, + "marketplace": 18086, + "groom": 18087, + "bolted": 18088, + "metabolism": 18089, + "patton": 18090, + "robbins": 18091, + "courier": 18092, + "payload": 18093, + "endure": 18094, + "##ifier": 18095, + "andes": 18096, + "refrigerator": 18097, + "##pr": 18098, + "ornate": 18099, + "##uca": 18100, + "ruthless": 18101, + "illegitimate": 18102, + "masonry": 18103, + "strasbourg": 18104, + "bikes": 18105, + "adobe": 18106, + "##³": 18107, + "apples": 18108, + "quintet": 18109, + "willingly": 18110, + "niche": 18111, + "bakery": 18112, + "corpses": 18113, + "energetic": 18114, + "##cliffe": 18115, + "##sser": 18116, + "##ards": 18117, + "177": 18118, + "centimeters": 18119, + "centro": 18120, + "fuscous": 18121, + "cretaceous": 18122, + "rancho": 18123, + "##yde": 18124, + "andrei": 18125, + "telecom": 18126, + "tottenham": 18127, + "oasis": 18128, + "ordination": 18129, + "vulnerability": 18130, + "presiding": 18131, + "corey": 18132, + "cp": 18133, + "penguins": 18134, + "sims": 18135, + "##pis": 18136, + "malawi": 18137, + "piss": 18138, + "##48": 18139, + "correction": 18140, + "##cked": 18141, + "##ffle": 18142, + "##ryn": 18143, + "countdown": 18144, + "detectives": 18145, + "psychiatrist": 18146, + "psychedelic": 18147, + "dinosaurs": 18148, + "blouse": 18149, + "##get": 18150, + "choi": 18151, + "vowed": 18152, + "##oz": 18153, + "randomly": 18154, + "##pol": 18155, + "49ers": 18156, + "scrub": 18157, + "blanche": 18158, + "bruins": 18159, + "dusseldorf": 18160, + "##using": 18161, + "unwanted": 18162, + "##ums": 18163, + "212": 18164, + "dominique": 18165, + "elevations": 18166, + "headlights": 18167, + "om": 18168, + "laguna": 18169, + "##oga": 18170, + "1750": 18171, + "famously": 18172, + "ignorance": 18173, + "shrewsbury": 18174, + "##aine": 18175, + "ajax": 18176, + "breuning": 18177, + "che": 18178, + "confederacy": 18179, + "greco": 18180, + "overhaul": 18181, + "##screen": 18182, + "paz": 18183, + "skirts": 18184, + "disagreement": 18185, + "cruelty": 18186, + "jagged": 18187, + "phoebe": 18188, + "shifter": 18189, + "hovered": 18190, + "viruses": 18191, + "##wes": 18192, + "mandy": 18193, + "##lined": 18194, + "##gc": 18195, + "landlord": 18196, + "squirrel": 18197, + "dashed": 18198, + "##ι": 18199, + "ornamental": 18200, + "gag": 18201, + "wally": 18202, + "grange": 18203, + "literal": 18204, + "spurs": 18205, + "undisclosed": 18206, + "proceeding": 18207, + "yin": 18208, + "##text": 18209, + "billie": 18210, + "orphan": 18211, + "spanned": 18212, + "humidity": 18213, + "indy": 18214, + "weighted": 18215, + "presentations": 18216, + "explosions": 18217, + "lucian": 18218, + "##tary": 18219, + "vaughn": 18220, + "hindus": 18221, + "##anga": 18222, + "##hell": 18223, + "psycho": 18224, + "171": 18225, + "daytona": 18226, + "protects": 18227, + "efficiently": 18228, + "rematch": 18229, + "sly": 18230, + "tandem": 18231, + "##oya": 18232, + "rebranded": 18233, + "impaired": 18234, + "hee": 18235, + "metropolis": 18236, + "peach": 18237, + "godfrey": 18238, + "diaspora": 18239, + "ethnicity": 18240, + "prosperous": 18241, + "gleaming": 18242, + "dar": 18243, + "grossing": 18244, + "playback": 18245, + "##rden": 18246, + "stripe": 18247, + "pistols": 18248, + "##tain": 18249, + "births": 18250, + "labelled": 18251, + "##cating": 18252, + "172": 18253, + "rudy": 18254, + "alba": 18255, + "##onne": 18256, + "aquarium": 18257, + "hostility": 18258, + "##gb": 18259, + "##tase": 18260, + "shudder": 18261, + "sumatra": 18262, + "hardest": 18263, + "lakers": 18264, + "consonant": 18265, + "creeping": 18266, + "demos": 18267, + "homicide": 18268, + "capsule": 18269, + "zeke": 18270, + "liberties": 18271, + "expulsion": 18272, + "pueblo": 18273, + "##comb": 18274, + "trait": 18275, + "transporting": 18276, + "##ddin": 18277, + "##neck": 18278, + "##yna": 18279, + "depart": 18280, + "gregg": 18281, + "mold": 18282, + "ledge": 18283, + "hangar": 18284, + "oldham": 18285, + "playboy": 18286, + "termination": 18287, + "analysts": 18288, + "gmbh": 18289, + "romero": 18290, + "##itic": 18291, + "insist": 18292, + "cradle": 18293, + "filthy": 18294, + "brightness": 18295, + "slash": 18296, + "shootout": 18297, + "deposed": 18298, + "bordering": 18299, + "##truct": 18300, + "isis": 18301, + "microwave": 18302, + "tumbled": 18303, + "sheltered": 18304, + "cathy": 18305, + "werewolves": 18306, + "messy": 18307, + "andersen": 18308, + "convex": 18309, + "clapped": 18310, + "clinched": 18311, + "satire": 18312, + "wasting": 18313, + "edo": 18314, + "vc": 18315, + "rufus": 18316, + "##jak": 18317, + "mont": 18318, + "##etti": 18319, + "poznan": 18320, + "##keeping": 18321, + "restructuring": 18322, + "transverse": 18323, + "##rland": 18324, + "azerbaijani": 18325, + "slovene": 18326, + "gestures": 18327, + "roommate": 18328, + "choking": 18329, + "shear": 18330, + "##quist": 18331, + "vanguard": 18332, + "oblivious": 18333, + "##hiro": 18334, + "disagreed": 18335, + "baptism": 18336, + "##lich": 18337, + "coliseum": 18338, + "##aceae": 18339, + "salvage": 18340, + "societe": 18341, + "cory": 18342, + "locke": 18343, + "relocation": 18344, + "relying": 18345, + "versailles": 18346, + "ahl": 18347, + "swelling": 18348, + "##elo": 18349, + "cheerful": 18350, + "##word": 18351, + "##edes": 18352, + "gin": 18353, + "sarajevo": 18354, + "obstacle": 18355, + "diverted": 18356, + "##nac": 18357, + "messed": 18358, + "thoroughbred": 18359, + "fluttered": 18360, + "utrecht": 18361, + "chewed": 18362, + "acquaintance": 18363, + "assassins": 18364, + "dispatch": 18365, + "mirza": 18366, + "##wart": 18367, + "nike": 18368, + "salzburg": 18369, + "swell": 18370, + "yen": 18371, + "##gee": 18372, + "idle": 18373, + "ligue": 18374, + "samson": 18375, + "##nds": 18376, + "##igh": 18377, + "playful": 18378, + "spawned": 18379, + "##cise": 18380, + "tease": 18381, + "##case": 18382, + "burgundy": 18383, + "##bot": 18384, + "stirring": 18385, + "skeptical": 18386, + "interceptions": 18387, + "marathi": 18388, + "##dies": 18389, + "bedrooms": 18390, + "aroused": 18391, + "pinch": 18392, + "##lik": 18393, + "preferences": 18394, + "tattoos": 18395, + "buster": 18396, + "digitally": 18397, + "projecting": 18398, + "rust": 18399, + "##ital": 18400, + "kitten": 18401, + "priorities": 18402, + "addison": 18403, + "pseudo": 18404, + "##guard": 18405, + "dusk": 18406, + "icons": 18407, + "sermon": 18408, + "##psis": 18409, + "##iba": 18410, + "bt": 18411, + "##lift": 18412, + "##xt": 18413, + "ju": 18414, + "truce": 18415, + "rink": 18416, + "##dah": 18417, + "##wy": 18418, + "defects": 18419, + "psychiatry": 18420, + "offences": 18421, + "calculate": 18422, + "glucose": 18423, + "##iful": 18424, + "##rized": 18425, + "##unda": 18426, + "francaise": 18427, + "##hari": 18428, + "richest": 18429, + "warwickshire": 18430, + "carly": 18431, + "1763": 18432, + "purity": 18433, + "redemption": 18434, + "lending": 18435, + "##cious": 18436, + "muse": 18437, + "bruises": 18438, + "cerebral": 18439, + "aero": 18440, + "carving": 18441, + "##name": 18442, + "preface": 18443, + "terminology": 18444, + "invade": 18445, + "monty": 18446, + "##int": 18447, + "anarchist": 18448, + "blurred": 18449, + "##iled": 18450, + "rossi": 18451, + "treats": 18452, + "guts": 18453, + "shu": 18454, + "foothills": 18455, + "ballads": 18456, + "undertaking": 18457, + "premise": 18458, + "cecilia": 18459, + "affiliates": 18460, + "blasted": 18461, + "conditional": 18462, + "wilder": 18463, + "minors": 18464, + "drone": 18465, + "rudolph": 18466, + "buffy": 18467, + "swallowing": 18468, + "horton": 18469, + "attested": 18470, + "##hop": 18471, + "rutherford": 18472, + "howell": 18473, + "primetime": 18474, + "livery": 18475, + "penal": 18476, + "##bis": 18477, + "minimize": 18478, + "hydro": 18479, + "wrecked": 18480, + "wrought": 18481, + "palazzo": 18482, + "##gling": 18483, + "cans": 18484, + "vernacular": 18485, + "friedman": 18486, + "nobleman": 18487, + "shale": 18488, + "walnut": 18489, + "danielle": 18490, + "##ection": 18491, + "##tley": 18492, + "sears": 18493, + "##kumar": 18494, + "chords": 18495, + "lend": 18496, + "flipping": 18497, + "streamed": 18498, + "por": 18499, + "dracula": 18500, + "gallons": 18501, + "sacrifices": 18502, + "gamble": 18503, + "orphanage": 18504, + "##iman": 18505, + "mckenzie": 18506, + "##gible": 18507, + "boxers": 18508, + "daly": 18509, + "##balls": 18510, + "##ان": 18511, + "208": 18512, + "##ific": 18513, + "##rative": 18514, + "##iq": 18515, + "exploited": 18516, + "slated": 18517, + "##uity": 18518, + "circling": 18519, + "hillary": 18520, + "pinched": 18521, + "goldberg": 18522, + "provost": 18523, + "campaigning": 18524, + "lim": 18525, + "piles": 18526, + "ironically": 18527, + "jong": 18528, + "mohan": 18529, + "successors": 18530, + "usaf": 18531, + "##tem": 18532, + "##ught": 18533, + "autobiographical": 18534, + "haute": 18535, + "preserves": 18536, + "##ending": 18537, + "acquitted": 18538, + "comparisons": 18539, + "203": 18540, + "hydroelectric": 18541, + "gangs": 18542, + "cypriot": 18543, + "torpedoes": 18544, + "rushes": 18545, + "chrome": 18546, + "derive": 18547, + "bumps": 18548, + "instability": 18549, + "fiat": 18550, + "pets": 18551, + "##mbe": 18552, + "silas": 18553, + "dye": 18554, + "reckless": 18555, + "settler": 18556, + "##itation": 18557, + "info": 18558, + "heats": 18559, + "##writing": 18560, + "176": 18561, + "canonical": 18562, + "maltese": 18563, + "fins": 18564, + "mushroom": 18565, + "stacy": 18566, + "aspen": 18567, + "avid": 18568, + "##kur": 18569, + "##loading": 18570, + "vickers": 18571, + "gaston": 18572, + "hillside": 18573, + "statutes": 18574, + "wilde": 18575, + "gail": 18576, + "kung": 18577, + "sabine": 18578, + "comfortably": 18579, + "motorcycles": 18580, + "##rgo": 18581, + "169": 18582, + "pneumonia": 18583, + "fetch": 18584, + "##sonic": 18585, + "axel": 18586, + "faintly": 18587, + "parallels": 18588, + "##oop": 18589, + "mclaren": 18590, + "spouse": 18591, + "compton": 18592, + "interdisciplinary": 18593, + "miner": 18594, + "##eni": 18595, + "181": 18596, + "clamped": 18597, + "##chal": 18598, + "##llah": 18599, + "separates": 18600, + "versa": 18601, + "##mler": 18602, + "scarborough": 18603, + "labrador": 18604, + "##lity": 18605, + "##osing": 18606, + "rutgers": 18607, + "hurdles": 18608, + "como": 18609, + "166": 18610, + "burt": 18611, + "divers": 18612, + "##100": 18613, + "wichita": 18614, + "cade": 18615, + "coincided": 18616, + "##erson": 18617, + "bruised": 18618, + "mla": 18619, + "##pper": 18620, + "vineyard": 18621, + "##ili": 18622, + "##brush": 18623, + "notch": 18624, + "mentioning": 18625, + "jase": 18626, + "hearted": 18627, + "kits": 18628, + "doe": 18629, + "##acle": 18630, + "pomerania": 18631, + "##ady": 18632, + "ronan": 18633, + "seizure": 18634, + "pavel": 18635, + "problematic": 18636, + "##zaki": 18637, + "domenico": 18638, + "##ulin": 18639, + "catering": 18640, + "penelope": 18641, + "dependence": 18642, + "parental": 18643, + "emilio": 18644, + "ministerial": 18645, + "atkinson": 18646, + "##bolic": 18647, + "clarkson": 18648, + "chargers": 18649, + "colby": 18650, + "grill": 18651, + "peeked": 18652, + "arises": 18653, + "summon": 18654, + "##aged": 18655, + "fools": 18656, + "##grapher": 18657, + "faculties": 18658, + "qaeda": 18659, + "##vial": 18660, + "garner": 18661, + "refurbished": 18662, + "##hwa": 18663, + "geelong": 18664, + "disasters": 18665, + "nudged": 18666, + "bs": 18667, + "shareholder": 18668, + "lori": 18669, + "algae": 18670, + "reinstated": 18671, + "rot": 18672, + "##ades": 18673, + "##nous": 18674, + "invites": 18675, + "stainless": 18676, + "183": 18677, + "inclusive": 18678, + "##itude": 18679, + "diocesan": 18680, + "til": 18681, + "##icz": 18682, + "denomination": 18683, + "##xa": 18684, + "benton": 18685, + "floral": 18686, + "registers": 18687, + "##ider": 18688, + "##erman": 18689, + "##kell": 18690, + "absurd": 18691, + "brunei": 18692, + "guangzhou": 18693, + "hitter": 18694, + "retaliation": 18695, + "##uled": 18696, + "##eve": 18697, + "blanc": 18698, + "nh": 18699, + "consistency": 18700, + "contamination": 18701, + "##eres": 18702, + "##rner": 18703, + "dire": 18704, + "palermo": 18705, + "broadcasters": 18706, + "diaries": 18707, + "inspire": 18708, + "vols": 18709, + "brewer": 18710, + "tightening": 18711, + "ky": 18712, + "mixtape": 18713, + "hormone": 18714, + "##tok": 18715, + "stokes": 18716, + "##color": 18717, + "##dly": 18718, + "##ssi": 18719, + "pg": 18720, + "##ometer": 18721, + "##lington": 18722, + "sanitation": 18723, + "##tility": 18724, + "intercontinental": 18725, + "apps": 18726, + "##adt": 18727, + "¹⁄₂": 18728, + "cylinders": 18729, + "economies": 18730, + "favourable": 18731, + "unison": 18732, + "croix": 18733, + "gertrude": 18734, + "odyssey": 18735, + "vanity": 18736, + "dangling": 18737, + "##logists": 18738, + "upgrades": 18739, + "dice": 18740, + "middleweight": 18741, + "practitioner": 18742, + "##ight": 18743, + "206": 18744, + "henrik": 18745, + "parlor": 18746, + "orion": 18747, + "angered": 18748, + "lac": 18749, + "python": 18750, + "blurted": 18751, + "##rri": 18752, + "sensual": 18753, + "intends": 18754, + "swings": 18755, + "angled": 18756, + "##phs": 18757, + "husky": 18758, + "attain": 18759, + "peerage": 18760, + "precinct": 18761, + "textiles": 18762, + "cheltenham": 18763, + "shuffled": 18764, + "dai": 18765, + "confess": 18766, + "tasting": 18767, + "bhutan": 18768, + "##riation": 18769, + "tyrone": 18770, + "segregation": 18771, + "abrupt": 18772, + "ruiz": 18773, + "##rish": 18774, + "smirked": 18775, + "blackwell": 18776, + "confidential": 18777, + "browning": 18778, + "amounted": 18779, + "##put": 18780, + "vase": 18781, + "scarce": 18782, + "fabulous": 18783, + "raided": 18784, + "staple": 18785, + "guyana": 18786, + "unemployed": 18787, + "glider": 18788, + "shay": 18789, + "##tow": 18790, + "carmine": 18791, + "troll": 18792, + "intervene": 18793, + "squash": 18794, + "superstar": 18795, + "##uce": 18796, + "cylindrical": 18797, + "len": 18798, + "roadway": 18799, + "researched": 18800, + "handy": 18801, + "##rium": 18802, + "##jana": 18803, + "meta": 18804, + "lao": 18805, + "declares": 18806, + "##rring": 18807, + "##tadt": 18808, + "##elin": 18809, + "##kova": 18810, + "willem": 18811, + "shrubs": 18812, + "napoleonic": 18813, + "realms": 18814, + "skater": 18815, + "qi": 18816, + "volkswagen": 18817, + "##ł": 18818, + "tad": 18819, + "hara": 18820, + "archaeologist": 18821, + "awkwardly": 18822, + "eerie": 18823, + "##kind": 18824, + "wiley": 18825, + "##heimer": 18826, + "##24": 18827, + "titus": 18828, + "organizers": 18829, + "cfl": 18830, + "crusaders": 18831, + "lama": 18832, + "usb": 18833, + "vent": 18834, + "enraged": 18835, + "thankful": 18836, + "occupants": 18837, + "maximilian": 18838, + "##gaard": 18839, + "possessing": 18840, + "textbooks": 18841, + "##oran": 18842, + "collaborator": 18843, + "quaker": 18844, + "##ulo": 18845, + "avalanche": 18846, + "mono": 18847, + "silky": 18848, + "straits": 18849, + "isaiah": 18850, + "mustang": 18851, + "surged": 18852, + "resolutions": 18853, + "potomac": 18854, + "descend": 18855, + "cl": 18856, + "kilograms": 18857, + "plato": 18858, + "strains": 18859, + "saturdays": 18860, + "##olin": 18861, + "bernstein": 18862, + "##ype": 18863, + "holstein": 18864, + "ponytail": 18865, + "##watch": 18866, + "belize": 18867, + "conversely": 18868, + "heroine": 18869, + "perpetual": 18870, + "##ylus": 18871, + "charcoal": 18872, + "piedmont": 18873, + "glee": 18874, + "negotiating": 18875, + "backdrop": 18876, + "prologue": 18877, + "##jah": 18878, + "##mmy": 18879, + "pasadena": 18880, + "climbs": 18881, + "ramos": 18882, + "sunni": 18883, + "##holm": 18884, + "##tner": 18885, + "##tri": 18886, + "anand": 18887, + "deficiency": 18888, + "hertfordshire": 18889, + "stout": 18890, + "##avi": 18891, + "aperture": 18892, + "orioles": 18893, + "##irs": 18894, + "doncaster": 18895, + "intrigued": 18896, + "bombed": 18897, + "coating": 18898, + "otis": 18899, + "##mat": 18900, + "cocktail": 18901, + "##jit": 18902, + "##eto": 18903, + "amir": 18904, + "arousal": 18905, + "sar": 18906, + "##proof": 18907, + "##act": 18908, + "##ories": 18909, + "dixie": 18910, + "pots": 18911, + "##bow": 18912, + "whereabouts": 18913, + "159": 18914, + "##fted": 18915, + "drains": 18916, + "bullying": 18917, + "cottages": 18918, + "scripture": 18919, + "coherent": 18920, + "fore": 18921, + "poe": 18922, + "appetite": 18923, + "##uration": 18924, + "sampled": 18925, + "##ators": 18926, + "##dp": 18927, + "derrick": 18928, + "rotor": 18929, + "jays": 18930, + "peacock": 18931, + "installment": 18932, + "##rro": 18933, + "advisors": 18934, + "##coming": 18935, + "rodeo": 18936, + "scotch": 18937, + "##mot": 18938, + "##db": 18939, + "##fen": 18940, + "##vant": 18941, + "ensued": 18942, + "rodrigo": 18943, + "dictatorship": 18944, + "martyrs": 18945, + "twenties": 18946, + "##н": 18947, + "towed": 18948, + "incidence": 18949, + "marta": 18950, + "rainforest": 18951, + "sai": 18952, + "scaled": 18953, + "##cles": 18954, + "oceanic": 18955, + "qualifiers": 18956, + "symphonic": 18957, + "mcbride": 18958, + "dislike": 18959, + "generalized": 18960, + "aubrey": 18961, + "colonization": 18962, + "##iation": 18963, + "##lion": 18964, + "##ssing": 18965, + "disliked": 18966, + "lublin": 18967, + "salesman": 18968, + "##ulates": 18969, + "spherical": 18970, + "whatsoever": 18971, + "sweating": 18972, + "avalon": 18973, + "contention": 18974, + "punt": 18975, + "severity": 18976, + "alderman": 18977, + "atari": 18978, + "##dina": 18979, + "##grant": 18980, + "##rop": 18981, + "scarf": 18982, + "seville": 18983, + "vertices": 18984, + "annexation": 18985, + "fairfield": 18986, + "fascination": 18987, + "inspiring": 18988, + "launches": 18989, + "palatinate": 18990, + "regretted": 18991, + "##rca": 18992, + "feral": 18993, + "##iom": 18994, + "elk": 18995, + "nap": 18996, + "olsen": 18997, + "reddy": 18998, + "yong": 18999, + "##leader": 19000, + "##iae": 19001, + "garment": 19002, + "transports": 19003, + "feng": 19004, + "gracie": 19005, + "outrage": 19006, + "viceroy": 19007, + "insides": 19008, + "##esis": 19009, + "breakup": 19010, + "grady": 19011, + "organizer": 19012, + "softer": 19013, + "grimaced": 19014, + "222": 19015, + "murals": 19016, + "galicia": 19017, + "arranging": 19018, + "vectors": 19019, + "##rsten": 19020, + "bas": 19021, + "##sb": 19022, + "##cens": 19023, + "sloan": 19024, + "##eka": 19025, + "bitten": 19026, + "ara": 19027, + "fender": 19028, + "nausea": 19029, + "bumped": 19030, + "kris": 19031, + "banquet": 19032, + "comrades": 19033, + "detector": 19034, + "persisted": 19035, + "##llan": 19036, + "adjustment": 19037, + "endowed": 19038, + "cinemas": 19039, + "##shot": 19040, + "sellers": 19041, + "##uman": 19042, + "peek": 19043, + "epa": 19044, + "kindly": 19045, + "neglect": 19046, + "simpsons": 19047, + "talon": 19048, + "mausoleum": 19049, + "runaway": 19050, + "hangul": 19051, + "lookout": 19052, + "##cic": 19053, + "rewards": 19054, + "coughed": 19055, + "acquainted": 19056, + "chloride": 19057, + "##ald": 19058, + "quicker": 19059, + "accordion": 19060, + "neolithic": 19061, + "##qa": 19062, + "artemis": 19063, + "coefficient": 19064, + "lenny": 19065, + "pandora": 19066, + "tx": 19067, + "##xed": 19068, + "ecstasy": 19069, + "litter": 19070, + "segunda": 19071, + "chairperson": 19072, + "gemma": 19073, + "hiss": 19074, + "rumor": 19075, + "vow": 19076, + "nasal": 19077, + "antioch": 19078, + "compensate": 19079, + "patiently": 19080, + "transformers": 19081, + "##eded": 19082, + "judo": 19083, + "morrow": 19084, + "penis": 19085, + "posthumous": 19086, + "philips": 19087, + "bandits": 19088, + "husbands": 19089, + "denote": 19090, + "flaming": 19091, + "##any": 19092, + "##phones": 19093, + "langley": 19094, + "yorker": 19095, + "1760": 19096, + "walters": 19097, + "##uo": 19098, + "##kle": 19099, + "gubernatorial": 19100, + "fatty": 19101, + "samsung": 19102, + "leroy": 19103, + "outlaw": 19104, + "##nine": 19105, + "unpublished": 19106, + "poole": 19107, + "jakob": 19108, + "##ᵢ": 19109, + "##ₙ": 19110, + "crete": 19111, + "distorted": 19112, + "superiority": 19113, + "##dhi": 19114, + "intercept": 19115, + "crust": 19116, + "mig": 19117, + "claus": 19118, + "crashes": 19119, + "positioning": 19120, + "188": 19121, + "stallion": 19122, + "301": 19123, + "frontal": 19124, + "armistice": 19125, + "##estinal": 19126, + "elton": 19127, + "aj": 19128, + "encompassing": 19129, + "camel": 19130, + "commemorated": 19131, + "malaria": 19132, + "woodward": 19133, + "calf": 19134, + "cigar": 19135, + "penetrate": 19136, + "##oso": 19137, + "willard": 19138, + "##rno": 19139, + "##uche": 19140, + "illustrate": 19141, + "amusing": 19142, + "convergence": 19143, + "noteworthy": 19144, + "##lma": 19145, + "##rva": 19146, + "journeys": 19147, + "realise": 19148, + "manfred": 19149, + "##sable": 19150, + "410": 19151, + "##vocation": 19152, + "hearings": 19153, + "fiance": 19154, + "##posed": 19155, + "educators": 19156, + "provoked": 19157, + "adjusting": 19158, + "##cturing": 19159, + "modular": 19160, + "stockton": 19161, + "paterson": 19162, + "vlad": 19163, + "rejects": 19164, + "electors": 19165, + "selena": 19166, + "maureen": 19167, + "##tres": 19168, + "uber": 19169, + "##rce": 19170, + "swirled": 19171, + "##num": 19172, + "proportions": 19173, + "nanny": 19174, + "pawn": 19175, + "naturalist": 19176, + "parma": 19177, + "apostles": 19178, + "awoke": 19179, + "ethel": 19180, + "wen": 19181, + "##bey": 19182, + "monsoon": 19183, + "overview": 19184, + "##inating": 19185, + "mccain": 19186, + "rendition": 19187, + "risky": 19188, + "adorned": 19189, + "##ih": 19190, + "equestrian": 19191, + "germain": 19192, + "nj": 19193, + "conspicuous": 19194, + "confirming": 19195, + "##yoshi": 19196, + "shivering": 19197, + "##imeter": 19198, + "milestone": 19199, + "rumours": 19200, + "flinched": 19201, + "bounds": 19202, + "smacked": 19203, + "token": 19204, + "##bei": 19205, + "lectured": 19206, + "automobiles": 19207, + "##shore": 19208, + "impacted": 19209, + "##iable": 19210, + "nouns": 19211, + "nero": 19212, + "##leaf": 19213, + "ismail": 19214, + "prostitute": 19215, + "trams": 19216, + "##lace": 19217, + "bridget": 19218, + "sud": 19219, + "stimulus": 19220, + "impressions": 19221, + "reins": 19222, + "revolves": 19223, + "##oud": 19224, + "##gned": 19225, + "giro": 19226, + "honeymoon": 19227, + "##swell": 19228, + "criterion": 19229, + "##sms": 19230, + "##uil": 19231, + "libyan": 19232, + "prefers": 19233, + "##osition": 19234, + "211": 19235, + "preview": 19236, + "sucks": 19237, + "accusation": 19238, + "bursts": 19239, + "metaphor": 19240, + "diffusion": 19241, + "tolerate": 19242, + "faye": 19243, + "betting": 19244, + "cinematographer": 19245, + "liturgical": 19246, + "specials": 19247, + "bitterly": 19248, + "humboldt": 19249, + "##ckle": 19250, + "flux": 19251, + "rattled": 19252, + "##itzer": 19253, + "archaeologists": 19254, + "odor": 19255, + "authorised": 19256, + "marshes": 19257, + "discretion": 19258, + "##ов": 19259, + "alarmed": 19260, + "archaic": 19261, + "inverse": 19262, + "##leton": 19263, + "explorers": 19264, + "##pine": 19265, + "drummond": 19266, + "tsunami": 19267, + "woodlands": 19268, + "##minate": 19269, + "##tland": 19270, + "booklet": 19271, + "insanity": 19272, + "owning": 19273, + "insert": 19274, + "crafted": 19275, + "calculus": 19276, + "##tore": 19277, + "receivers": 19278, + "##bt": 19279, + "stung": 19280, + "##eca": 19281, + "##nched": 19282, + "prevailing": 19283, + "travellers": 19284, + "eyeing": 19285, + "lila": 19286, + "graphs": 19287, + "##borne": 19288, + "178": 19289, + "julien": 19290, + "##won": 19291, + "morale": 19292, + "adaptive": 19293, + "therapist": 19294, + "erica": 19295, + "cw": 19296, + "libertarian": 19297, + "bowman": 19298, + "pitches": 19299, + "vita": 19300, + "##ional": 19301, + "crook": 19302, + "##ads": 19303, + "##entation": 19304, + "caledonia": 19305, + "mutiny": 19306, + "##sible": 19307, + "1840s": 19308, + "automation": 19309, + "##ß": 19310, + "flock": 19311, + "##pia": 19312, + "ironic": 19313, + "pathology": 19314, + "##imus": 19315, + "remarried": 19316, + "##22": 19317, + "joker": 19318, + "withstand": 19319, + "energies": 19320, + "##att": 19321, + "shropshire": 19322, + "hostages": 19323, + "madeleine": 19324, + "tentatively": 19325, + "conflicting": 19326, + "mateo": 19327, + "recipes": 19328, + "euros": 19329, + "ol": 19330, + "mercenaries": 19331, + "nico": 19332, + "##ndon": 19333, + "albuquerque": 19334, + "augmented": 19335, + "mythical": 19336, + "bel": 19337, + "freud": 19338, + "##child": 19339, + "cough": 19340, + "##lica": 19341, + "365": 19342, + "freddy": 19343, + "lillian": 19344, + "genetically": 19345, + "nuremberg": 19346, + "calder": 19347, + "209": 19348, + "bonn": 19349, + "outdoors": 19350, + "paste": 19351, + "suns": 19352, + "urgency": 19353, + "vin": 19354, + "restraint": 19355, + "tyson": 19356, + "##cera": 19357, + "##selle": 19358, + "barrage": 19359, + "bethlehem": 19360, + "kahn": 19361, + "##par": 19362, + "mounts": 19363, + "nippon": 19364, + "barony": 19365, + "happier": 19366, + "ryu": 19367, + "makeshift": 19368, + "sheldon": 19369, + "blushed": 19370, + "castillo": 19371, + "barking": 19372, + "listener": 19373, + "taped": 19374, + "bethel": 19375, + "fluent": 19376, + "headlines": 19377, + "pornography": 19378, + "rum": 19379, + "disclosure": 19380, + "sighing": 19381, + "mace": 19382, + "doubling": 19383, + "gunther": 19384, + "manly": 19385, + "##plex": 19386, + "rt": 19387, + "interventions": 19388, + "physiological": 19389, + "forwards": 19390, + "emerges": 19391, + "##tooth": 19392, + "##gny": 19393, + "compliment": 19394, + "rib": 19395, + "recession": 19396, + "visibly": 19397, + "barge": 19398, + "faults": 19399, + "connector": 19400, + "exquisite": 19401, + "prefect": 19402, + "##rlin": 19403, + "patio": 19404, + "##cured": 19405, + "elevators": 19406, + "brandt": 19407, + "italics": 19408, + "pena": 19409, + "173": 19410, + "wasp": 19411, + "satin": 19412, + "ea": 19413, + "botswana": 19414, + "graceful": 19415, + "respectable": 19416, + "##jima": 19417, + "##rter": 19418, + "##oic": 19419, + "franciscan": 19420, + "generates": 19421, + "##dl": 19422, + "alfredo": 19423, + "disgusting": 19424, + "##olate": 19425, + "##iously": 19426, + "sherwood": 19427, + "warns": 19428, + "cod": 19429, + "promo": 19430, + "cheryl": 19431, + "sino": 19432, + "##ة": 19433, + "##escu": 19434, + "twitch": 19435, + "##zhi": 19436, + "brownish": 19437, + "thom": 19438, + "ortiz": 19439, + "##dron": 19440, + "densely": 19441, + "##beat": 19442, + "carmel": 19443, + "reinforce": 19444, + "##bana": 19445, + "187": 19446, + "anastasia": 19447, + "downhill": 19448, + "vertex": 19449, + "contaminated": 19450, + "remembrance": 19451, + "harmonic": 19452, + "homework": 19453, + "##sol": 19454, + "fiancee": 19455, + "gears": 19456, + "olds": 19457, + "angelica": 19458, + "loft": 19459, + "ramsay": 19460, + "quiz": 19461, + "colliery": 19462, + "sevens": 19463, + "##cape": 19464, + "autism": 19465, + "##hil": 19466, + "walkway": 19467, + "##boats": 19468, + "ruben": 19469, + "abnormal": 19470, + "ounce": 19471, + "khmer": 19472, + "##bbe": 19473, + "zachary": 19474, + "bedside": 19475, + "morphology": 19476, + "punching": 19477, + "##olar": 19478, + "sparrow": 19479, + "convinces": 19480, + "##35": 19481, + "hewitt": 19482, + "queer": 19483, + "remastered": 19484, + "rods": 19485, + "mabel": 19486, + "solemn": 19487, + "notified": 19488, + "lyricist": 19489, + "symmetric": 19490, + "##xide": 19491, + "174": 19492, + "encore": 19493, + "passports": 19494, + "wildcats": 19495, + "##uni": 19496, + "baja": 19497, + "##pac": 19498, + "mildly": 19499, + "##ease": 19500, + "bleed": 19501, + "commodity": 19502, + "mounds": 19503, + "glossy": 19504, + "orchestras": 19505, + "##omo": 19506, + "damian": 19507, + "prelude": 19508, + "ambitions": 19509, + "##vet": 19510, + "awhile": 19511, + "remotely": 19512, + "##aud": 19513, + "asserts": 19514, + "imply": 19515, + "##iques": 19516, + "distinctly": 19517, + "modelling": 19518, + "remedy": 19519, + "##dded": 19520, + "windshield": 19521, + "dani": 19522, + "xiao": 19523, + "##endra": 19524, + "audible": 19525, + "powerplant": 19526, + "1300": 19527, + "invalid": 19528, + "elemental": 19529, + "acquisitions": 19530, + "##hala": 19531, + "immaculate": 19532, + "libby": 19533, + "plata": 19534, + "smuggling": 19535, + "ventilation": 19536, + "denoted": 19537, + "minh": 19538, + "##morphism": 19539, + "430": 19540, + "differed": 19541, + "dion": 19542, + "kelley": 19543, + "lore": 19544, + "mocking": 19545, + "sabbath": 19546, + "spikes": 19547, + "hygiene": 19548, + "drown": 19549, + "runoff": 19550, + "stylized": 19551, + "tally": 19552, + "liberated": 19553, + "aux": 19554, + "interpreter": 19555, + "righteous": 19556, + "aba": 19557, + "siren": 19558, + "reaper": 19559, + "pearce": 19560, + "millie": 19561, + "##cier": 19562, + "##yra": 19563, + "gaius": 19564, + "##iso": 19565, + "captures": 19566, + "##ttering": 19567, + "dorm": 19568, + "claudio": 19569, + "##sic": 19570, + "benches": 19571, + "knighted": 19572, + "blackness": 19573, + "##ored": 19574, + "discount": 19575, + "fumble": 19576, + "oxidation": 19577, + "routed": 19578, + "##ς": 19579, + "novak": 19580, + "perpendicular": 19581, + "spoiled": 19582, + "fracture": 19583, + "splits": 19584, + "##urt": 19585, + "pads": 19586, + "topology": 19587, + "##cats": 19588, + "axes": 19589, + "fortunate": 19590, + "offenders": 19591, + "protestants": 19592, + "esteem": 19593, + "221": 19594, + "broadband": 19595, + "convened": 19596, + "frankly": 19597, + "hound": 19598, + "prototypes": 19599, + "isil": 19600, + "facilitated": 19601, + "keel": 19602, + "##sher": 19603, + "sahara": 19604, + "awaited": 19605, + "bubba": 19606, + "orb": 19607, + "prosecutors": 19608, + "186": 19609, + "hem": 19610, + "520": 19611, + "##xing": 19612, + "relaxing": 19613, + "remnant": 19614, + "romney": 19615, + "sorted": 19616, + "slalom": 19617, + "stefano": 19618, + "ulrich": 19619, + "##active": 19620, + "exemption": 19621, + "folder": 19622, + "pauses": 19623, + "foliage": 19624, + "hitchcock": 19625, + "epithet": 19626, + "204": 19627, + "criticisms": 19628, + "##aca": 19629, + "ballistic": 19630, + "brody": 19631, + "hinduism": 19632, + "chaotic": 19633, + "youths": 19634, + "equals": 19635, + "##pala": 19636, + "pts": 19637, + "thicker": 19638, + "analogous": 19639, + "capitalist": 19640, + "improvised": 19641, + "overseeing": 19642, + "sinatra": 19643, + "ascended": 19644, + "beverage": 19645, + "##tl": 19646, + "straightforward": 19647, + "##kon": 19648, + "curran": 19649, + "##west": 19650, + "bois": 19651, + "325": 19652, + "induce": 19653, + "surveying": 19654, + "emperors": 19655, + "sax": 19656, + "unpopular": 19657, + "##kk": 19658, + "cartoonist": 19659, + "fused": 19660, + "##mble": 19661, + "unto": 19662, + "##yuki": 19663, + "localities": 19664, + "##cko": 19665, + "##ln": 19666, + "darlington": 19667, + "slain": 19668, + "academie": 19669, + "lobbying": 19670, + "sediment": 19671, + "puzzles": 19672, + "##grass": 19673, + "defiance": 19674, + "dickens": 19675, + "manifest": 19676, + "tongues": 19677, + "alumnus": 19678, + "arbor": 19679, + "coincide": 19680, + "184": 19681, + "appalachian": 19682, + "mustafa": 19683, + "examiner": 19684, + "cabaret": 19685, + "traumatic": 19686, + "yves": 19687, + "bracelet": 19688, + "draining": 19689, + "heroin": 19690, + "magnum": 19691, + "baths": 19692, + "odessa": 19693, + "consonants": 19694, + "mitsubishi": 19695, + "##gua": 19696, + "kellan": 19697, + "vaudeville": 19698, + "##fr": 19699, + "joked": 19700, + "null": 19701, + "straps": 19702, + "probation": 19703, + "##ław": 19704, + "ceded": 19705, + "interfaces": 19706, + "##pas": 19707, + "##zawa": 19708, + "blinding": 19709, + "viet": 19710, + "224": 19711, + "rothschild": 19712, + "museo": 19713, + "640": 19714, + "huddersfield": 19715, + "##vr": 19716, + "tactic": 19717, + "##storm": 19718, + "brackets": 19719, + "dazed": 19720, + "incorrectly": 19721, + "##vu": 19722, + "reg": 19723, + "glazed": 19724, + "fearful": 19725, + "manifold": 19726, + "benefited": 19727, + "irony": 19728, + "##sun": 19729, + "stumbling": 19730, + "##rte": 19731, + "willingness": 19732, + "balkans": 19733, + "mei": 19734, + "wraps": 19735, + "##aba": 19736, + "injected": 19737, + "##lea": 19738, + "gu": 19739, + "syed": 19740, + "harmless": 19741, + "##hammer": 19742, + "bray": 19743, + "takeoff": 19744, + "poppy": 19745, + "timor": 19746, + "cardboard": 19747, + "astronaut": 19748, + "purdue": 19749, + "weeping": 19750, + "southbound": 19751, + "cursing": 19752, + "stalls": 19753, + "diagonal": 19754, + "##neer": 19755, + "lamar": 19756, + "bryce": 19757, + "comte": 19758, + "weekdays": 19759, + "harrington": 19760, + "##uba": 19761, + "negatively": 19762, + "##see": 19763, + "lays": 19764, + "grouping": 19765, + "##cken": 19766, + "##henko": 19767, + "affirmed": 19768, + "halle": 19769, + "modernist": 19770, + "##lai": 19771, + "hodges": 19772, + "smelling": 19773, + "aristocratic": 19774, + "baptized": 19775, + "dismiss": 19776, + "justification": 19777, + "oilers": 19778, + "##now": 19779, + "coupling": 19780, + "qin": 19781, + "snack": 19782, + "healer": 19783, + "##qing": 19784, + "gardener": 19785, + "layla": 19786, + "battled": 19787, + "formulated": 19788, + "stephenson": 19789, + "gravitational": 19790, + "##gill": 19791, + "##jun": 19792, + "1768": 19793, + "granny": 19794, + "coordinating": 19795, + "suites": 19796, + "##cd": 19797, + "##ioned": 19798, + "monarchs": 19799, + "##cote": 19800, + "##hips": 19801, + "sep": 19802, + "blended": 19803, + "apr": 19804, + "barrister": 19805, + "deposition": 19806, + "fia": 19807, + "mina": 19808, + "policemen": 19809, + "paranoid": 19810, + "##pressed": 19811, + "churchyard": 19812, + "covert": 19813, + "crumpled": 19814, + "creep": 19815, + "abandoning": 19816, + "tr": 19817, + "transmit": 19818, + "conceal": 19819, + "barr": 19820, + "understands": 19821, + "readiness": 19822, + "spire": 19823, + "##cology": 19824, + "##enia": 19825, + "##erry": 19826, + "610": 19827, + "startling": 19828, + "unlock": 19829, + "vida": 19830, + "bowled": 19831, + "slots": 19832, + "##nat": 19833, + "##islav": 19834, + "spaced": 19835, + "trusting": 19836, + "admire": 19837, + "rig": 19838, + "##ink": 19839, + "slack": 19840, + "##70": 19841, + "mv": 19842, + "207": 19843, + "casualty": 19844, + "##wei": 19845, + "classmates": 19846, + "##odes": 19847, + "##rar": 19848, + "##rked": 19849, + "amherst": 19850, + "furnished": 19851, + "evolve": 19852, + "foundry": 19853, + "menace": 19854, + "mead": 19855, + "##lein": 19856, + "flu": 19857, + "wesleyan": 19858, + "##kled": 19859, + "monterey": 19860, + "webber": 19861, + "##vos": 19862, + "wil": 19863, + "##mith": 19864, + "##на": 19865, + "bartholomew": 19866, + "justices": 19867, + "restrained": 19868, + "##cke": 19869, + "amenities": 19870, + "191": 19871, + "mediated": 19872, + "sewage": 19873, + "trenches": 19874, + "ml": 19875, + "mainz": 19876, + "##thus": 19877, + "1800s": 19878, + "##cula": 19879, + "##inski": 19880, + "caine": 19881, + "bonding": 19882, + "213": 19883, + "converts": 19884, + "spheres": 19885, + "superseded": 19886, + "marianne": 19887, + "crypt": 19888, + "sweaty": 19889, + "ensign": 19890, + "historia": 19891, + "##br": 19892, + "spruce": 19893, + "##post": 19894, + "##ask": 19895, + "forks": 19896, + "thoughtfully": 19897, + "yukon": 19898, + "pamphlet": 19899, + "ames": 19900, + "##uter": 19901, + "karma": 19902, + "##yya": 19903, + "bryn": 19904, + "negotiation": 19905, + "sighs": 19906, + "incapable": 19907, + "##mbre": 19908, + "##ntial": 19909, + "actresses": 19910, + "taft": 19911, + "##mill": 19912, + "luce": 19913, + "prevailed": 19914, + "##amine": 19915, + "1773": 19916, + "motionless": 19917, + "envoy": 19918, + "testify": 19919, + "investing": 19920, + "sculpted": 19921, + "instructors": 19922, + "provence": 19923, + "kali": 19924, + "cullen": 19925, + "horseback": 19926, + "##while": 19927, + "goodwin": 19928, + "##jos": 19929, + "gaa": 19930, + "norte": 19931, + "##ldon": 19932, + "modify": 19933, + "wavelength": 19934, + "abd": 19935, + "214": 19936, + "skinned": 19937, + "sprinter": 19938, + "forecast": 19939, + "scheduling": 19940, + "marries": 19941, + "squared": 19942, + "tentative": 19943, + "##chman": 19944, + "boer": 19945, + "##isch": 19946, + "bolts": 19947, + "swap": 19948, + "fisherman": 19949, + "assyrian": 19950, + "impatiently": 19951, + "guthrie": 19952, + "martins": 19953, + "murdoch": 19954, + "194": 19955, + "tanya": 19956, + "nicely": 19957, + "dolly": 19958, + "lacy": 19959, + "med": 19960, + "##45": 19961, + "syn": 19962, + "decks": 19963, + "fashionable": 19964, + "millionaire": 19965, + "##ust": 19966, + "surfing": 19967, + "##ml": 19968, + "##ision": 19969, + "heaved": 19970, + "tammy": 19971, + "consulate": 19972, + "attendees": 19973, + "routinely": 19974, + "197": 19975, + "fuse": 19976, + "saxophonist": 19977, + "backseat": 19978, + "malaya": 19979, + "##lord": 19980, + "scowl": 19981, + "tau": 19982, + "##ishly": 19983, + "193": 19984, + "sighted": 19985, + "steaming": 19986, + "##rks": 19987, + "303": 19988, + "911": 19989, + "##holes": 19990, + "##hong": 19991, + "ching": 19992, + "##wife": 19993, + "bless": 19994, + "conserved": 19995, + "jurassic": 19996, + "stacey": 19997, + "unix": 19998, + "zion": 19999, + "chunk": 20000, + "rigorous": 20001, + "blaine": 20002, + "198": 20003, + "peabody": 20004, + "slayer": 20005, + "dismay": 20006, + "brewers": 20007, + "nz": 20008, + "##jer": 20009, + "det": 20010, + "##glia": 20011, + "glover": 20012, + "postwar": 20013, + "int": 20014, + "penetration": 20015, + "sylvester": 20016, + "imitation": 20017, + "vertically": 20018, + "airlift": 20019, + "heiress": 20020, + "knoxville": 20021, + "viva": 20022, + "##uin": 20023, + "390": 20024, + "macon": 20025, + "##rim": 20026, + "##fighter": 20027, + "##gonal": 20028, + "janice": 20029, + "##orescence": 20030, + "##wari": 20031, + "marius": 20032, + "belongings": 20033, + "leicestershire": 20034, + "196": 20035, + "blanco": 20036, + "inverted": 20037, + "preseason": 20038, + "sanity": 20039, + "sobbing": 20040, + "##due": 20041, + "##elt": 20042, + "##dled": 20043, + "collingwood": 20044, + "regeneration": 20045, + "flickering": 20046, + "shortest": 20047, + "##mount": 20048, + "##osi": 20049, + "feminism": 20050, + "##lat": 20051, + "sherlock": 20052, + "cabinets": 20053, + "fumbled": 20054, + "northbound": 20055, + "precedent": 20056, + "snaps": 20057, + "##mme": 20058, + "researching": 20059, + "##akes": 20060, + "guillaume": 20061, + "insights": 20062, + "manipulated": 20063, + "vapor": 20064, + "neighbour": 20065, + "sap": 20066, + "gangster": 20067, + "frey": 20068, + "f1": 20069, + "stalking": 20070, + "scarcely": 20071, + "callie": 20072, + "barnett": 20073, + "tendencies": 20074, + "audi": 20075, + "doomed": 20076, + "assessing": 20077, + "slung": 20078, + "panchayat": 20079, + "ambiguous": 20080, + "bartlett": 20081, + "##etto": 20082, + "distributing": 20083, + "violating": 20084, + "wolverhampton": 20085, + "##hetic": 20086, + "swami": 20087, + "histoire": 20088, + "##urus": 20089, + "liable": 20090, + "pounder": 20091, + "groin": 20092, + "hussain": 20093, + "larsen": 20094, + "popping": 20095, + "surprises": 20096, + "##atter": 20097, + "vie": 20098, + "curt": 20099, + "##station": 20100, + "mute": 20101, + "relocate": 20102, + "musicals": 20103, + "authorization": 20104, + "richter": 20105, + "##sef": 20106, + "immortality": 20107, + "tna": 20108, + "bombings": 20109, + "##press": 20110, + "deteriorated": 20111, + "yiddish": 20112, + "##acious": 20113, + "robbed": 20114, + "colchester": 20115, + "cs": 20116, + "pmid": 20117, + "ao": 20118, + "verified": 20119, + "balancing": 20120, + "apostle": 20121, + "swayed": 20122, + "recognizable": 20123, + "oxfordshire": 20124, + "retention": 20125, + "nottinghamshire": 20126, + "contender": 20127, + "judd": 20128, + "invitational": 20129, + "shrimp": 20130, + "uhf": 20131, + "##icient": 20132, + "cleaner": 20133, + "longitudinal": 20134, + "tanker": 20135, + "##mur": 20136, + "acronym": 20137, + "broker": 20138, + "koppen": 20139, + "sundance": 20140, + "suppliers": 20141, + "##gil": 20142, + "4000": 20143, + "clipped": 20144, + "fuels": 20145, + "petite": 20146, + "##anne": 20147, + "landslide": 20148, + "helene": 20149, + "diversion": 20150, + "populous": 20151, + "landowners": 20152, + "auspices": 20153, + "melville": 20154, + "quantitative": 20155, + "##xes": 20156, + "ferries": 20157, + "nicky": 20158, + "##llus": 20159, + "doo": 20160, + "haunting": 20161, + "roche": 20162, + "carver": 20163, + "downed": 20164, + "unavailable": 20165, + "##pathy": 20166, + "approximation": 20167, + "hiroshima": 20168, + "##hue": 20169, + "garfield": 20170, + "valle": 20171, + "comparatively": 20172, + "keyboardist": 20173, + "traveler": 20174, + "##eit": 20175, + "congestion": 20176, + "calculating": 20177, + "subsidiaries": 20178, + "##bate": 20179, + "serb": 20180, + "modernization": 20181, + "fairies": 20182, + "deepened": 20183, + "ville": 20184, + "averages": 20185, + "##lore": 20186, + "inflammatory": 20187, + "tonga": 20188, + "##itch": 20189, + "co₂": 20190, + "squads": 20191, + "##hea": 20192, + "gigantic": 20193, + "serum": 20194, + "enjoyment": 20195, + "retailer": 20196, + "verona": 20197, + "35th": 20198, + "cis": 20199, + "##phobic": 20200, + "magna": 20201, + "technicians": 20202, + "##vati": 20203, + "arithmetic": 20204, + "##sport": 20205, + "levin": 20206, + "##dation": 20207, + "amtrak": 20208, + "chow": 20209, + "sienna": 20210, + "##eyer": 20211, + "backstage": 20212, + "entrepreneurship": 20213, + "##otic": 20214, + "learnt": 20215, + "tao": 20216, + "##udy": 20217, + "worcestershire": 20218, + "formulation": 20219, + "baggage": 20220, + "hesitant": 20221, + "bali": 20222, + "sabotage": 20223, + "##kari": 20224, + "barren": 20225, + "enhancing": 20226, + "murmur": 20227, + "pl": 20228, + "freshly": 20229, + "putnam": 20230, + "syntax": 20231, + "aces": 20232, + "medicines": 20233, + "resentment": 20234, + "bandwidth": 20235, + "##sier": 20236, + "grins": 20237, + "chili": 20238, + "guido": 20239, + "##sei": 20240, + "framing": 20241, + "implying": 20242, + "gareth": 20243, + "lissa": 20244, + "genevieve": 20245, + "pertaining": 20246, + "admissions": 20247, + "geo": 20248, + "thorpe": 20249, + "proliferation": 20250, + "sato": 20251, + "bela": 20252, + "analyzing": 20253, + "parting": 20254, + "##gor": 20255, + "awakened": 20256, + "##isman": 20257, + "huddled": 20258, + "secrecy": 20259, + "##kling": 20260, + "hush": 20261, + "gentry": 20262, + "540": 20263, + "dungeons": 20264, + "##ego": 20265, + "coasts": 20266, + "##utz": 20267, + "sacrificed": 20268, + "##chule": 20269, + "landowner": 20270, + "mutually": 20271, + "prevalence": 20272, + "programmer": 20273, + "adolescent": 20274, + "disrupted": 20275, + "seaside": 20276, + "gee": 20277, + "trusts": 20278, + "vamp": 20279, + "georgie": 20280, + "##nesian": 20281, + "##iol": 20282, + "schedules": 20283, + "sindh": 20284, + "##market": 20285, + "etched": 20286, + "hm": 20287, + "sparse": 20288, + "bey": 20289, + "beaux": 20290, + "scratching": 20291, + "gliding": 20292, + "unidentified": 20293, + "216": 20294, + "collaborating": 20295, + "gems": 20296, + "jesuits": 20297, + "oro": 20298, + "accumulation": 20299, + "shaping": 20300, + "mbe": 20301, + "anal": 20302, + "##xin": 20303, + "231": 20304, + "enthusiasts": 20305, + "newscast": 20306, + "##egan": 20307, + "janata": 20308, + "dewey": 20309, + "parkinson": 20310, + "179": 20311, + "ankara": 20312, + "biennial": 20313, + "towering": 20314, + "dd": 20315, + "inconsistent": 20316, + "950": 20317, + "##chet": 20318, + "thriving": 20319, + "terminate": 20320, + "cabins": 20321, + "furiously": 20322, + "eats": 20323, + "advocating": 20324, + "donkey": 20325, + "marley": 20326, + "muster": 20327, + "phyllis": 20328, + "leiden": 20329, + "##user": 20330, + "grassland": 20331, + "glittering": 20332, + "iucn": 20333, + "loneliness": 20334, + "217": 20335, + "memorandum": 20336, + "armenians": 20337, + "##ddle": 20338, + "popularized": 20339, + "rhodesia": 20340, + "60s": 20341, + "lame": 20342, + "##illon": 20343, + "sans": 20344, + "bikini": 20345, + "header": 20346, + "orbits": 20347, + "##xx": 20348, + "##finger": 20349, + "##ulator": 20350, + "sharif": 20351, + "spines": 20352, + "biotechnology": 20353, + "strolled": 20354, + "naughty": 20355, + "yates": 20356, + "##wire": 20357, + "fremantle": 20358, + "milo": 20359, + "##mour": 20360, + "abducted": 20361, + "removes": 20362, + "##atin": 20363, + "humming": 20364, + "wonderland": 20365, + "##chrome": 20366, + "##ester": 20367, + "hume": 20368, + "pivotal": 20369, + "##rates": 20370, + "armand": 20371, + "grams": 20372, + "believers": 20373, + "elector": 20374, + "rte": 20375, + "apron": 20376, + "bis": 20377, + "scraped": 20378, + "##yria": 20379, + "endorsement": 20380, + "initials": 20381, + "##llation": 20382, + "eps": 20383, + "dotted": 20384, + "hints": 20385, + "buzzing": 20386, + "emigration": 20387, + "nearer": 20388, + "##tom": 20389, + "indicators": 20390, + "##ulu": 20391, + "coarse": 20392, + "neutron": 20393, + "protectorate": 20394, + "##uze": 20395, + "directional": 20396, + "exploits": 20397, + "pains": 20398, + "loire": 20399, + "1830s": 20400, + "proponents": 20401, + "guggenheim": 20402, + "rabbits": 20403, + "ritchie": 20404, + "305": 20405, + "hectare": 20406, + "inputs": 20407, + "hutton": 20408, + "##raz": 20409, + "verify": 20410, + "##ako": 20411, + "boilers": 20412, + "longitude": 20413, + "##lev": 20414, + "skeletal": 20415, + "yer": 20416, + "emilia": 20417, + "citrus": 20418, + "compromised": 20419, + "##gau": 20420, + "pokemon": 20421, + "prescription": 20422, + "paragraph": 20423, + "eduard": 20424, + "cadillac": 20425, + "attire": 20426, + "categorized": 20427, + "kenyan": 20428, + "weddings": 20429, + "charley": 20430, + "##bourg": 20431, + "entertain": 20432, + "monmouth": 20433, + "##lles": 20434, + "nutrients": 20435, + "davey": 20436, + "mesh": 20437, + "incentive": 20438, + "practised": 20439, + "ecosystems": 20440, + "kemp": 20441, + "subdued": 20442, + "overheard": 20443, + "##rya": 20444, + "bodily": 20445, + "maxim": 20446, + "##nius": 20447, + "apprenticeship": 20448, + "ursula": 20449, + "##fight": 20450, + "lodged": 20451, + "rug": 20452, + "silesian": 20453, + "unconstitutional": 20454, + "patel": 20455, + "inspected": 20456, + "coyote": 20457, + "unbeaten": 20458, + "##hak": 20459, + "34th": 20460, + "disruption": 20461, + "convict": 20462, + "parcel": 20463, + "##cl": 20464, + "##nham": 20465, + "collier": 20466, + "implicated": 20467, + "mallory": 20468, + "##iac": 20469, + "##lab": 20470, + "susannah": 20471, + "winkler": 20472, + "##rber": 20473, + "shia": 20474, + "phelps": 20475, + "sediments": 20476, + "graphical": 20477, + "robotic": 20478, + "##sner": 20479, + "adulthood": 20480, + "mart": 20481, + "smoked": 20482, + "##isto": 20483, + "kathryn": 20484, + "clarified": 20485, + "##aran": 20486, + "divides": 20487, + "convictions": 20488, + "oppression": 20489, + "pausing": 20490, + "burying": 20491, + "##mt": 20492, + "federico": 20493, + "mathias": 20494, + "eileen": 20495, + "##tana": 20496, + "kite": 20497, + "hunched": 20498, + "##acies": 20499, + "189": 20500, + "##atz": 20501, + "disadvantage": 20502, + "liza": 20503, + "kinetic": 20504, + "greedy": 20505, + "paradox": 20506, + "yokohama": 20507, + "dowager": 20508, + "trunks": 20509, + "ventured": 20510, + "##gement": 20511, + "gupta": 20512, + "vilnius": 20513, + "olaf": 20514, + "##thest": 20515, + "crimean": 20516, + "hopper": 20517, + "##ej": 20518, + "progressively": 20519, + "arturo": 20520, + "mouthed": 20521, + "arrondissement": 20522, + "##fusion": 20523, + "rubin": 20524, + "simulcast": 20525, + "oceania": 20526, + "##orum": 20527, + "##stra": 20528, + "##rred": 20529, + "busiest": 20530, + "intensely": 20531, + "navigator": 20532, + "cary": 20533, + "##vine": 20534, + "##hini": 20535, + "##bies": 20536, + "fife": 20537, + "rowe": 20538, + "rowland": 20539, + "posing": 20540, + "insurgents": 20541, + "shafts": 20542, + "lawsuits": 20543, + "activate": 20544, + "conor": 20545, + "inward": 20546, + "culturally": 20547, + "garlic": 20548, + "265": 20549, + "##eering": 20550, + "eclectic": 20551, + "##hui": 20552, + "##kee": 20553, + "##nl": 20554, + "furrowed": 20555, + "vargas": 20556, + "meteorological": 20557, + "rendezvous": 20558, + "##aus": 20559, + "culinary": 20560, + "commencement": 20561, + "##dition": 20562, + "quota": 20563, + "##notes": 20564, + "mommy": 20565, + "salaries": 20566, + "overlapping": 20567, + "mule": 20568, + "##iology": 20569, + "##mology": 20570, + "sums": 20571, + "wentworth": 20572, + "##isk": 20573, + "##zione": 20574, + "mainline": 20575, + "subgroup": 20576, + "##illy": 20577, + "hack": 20578, + "plaintiff": 20579, + "verdi": 20580, + "bulb": 20581, + "differentiation": 20582, + "engagements": 20583, + "multinational": 20584, + "supplemented": 20585, + "bertrand": 20586, + "caller": 20587, + "regis": 20588, + "##naire": 20589, + "##sler": 20590, + "##arts": 20591, + "##imated": 20592, + "blossom": 20593, + "propagation": 20594, + "kilometer": 20595, + "viaduct": 20596, + "vineyards": 20597, + "##uate": 20598, + "beckett": 20599, + "optimization": 20600, + "golfer": 20601, + "songwriters": 20602, + "seminal": 20603, + "semitic": 20604, + "thud": 20605, + "volatile": 20606, + "evolving": 20607, + "ridley": 20608, + "##wley": 20609, + "trivial": 20610, + "distributions": 20611, + "scandinavia": 20612, + "jiang": 20613, + "##ject": 20614, + "wrestled": 20615, + "insistence": 20616, + "##dio": 20617, + "emphasizes": 20618, + "napkin": 20619, + "##ods": 20620, + "adjunct": 20621, + "rhyme": 20622, + "##ricted": 20623, + "##eti": 20624, + "hopeless": 20625, + "surrounds": 20626, + "tremble": 20627, + "32nd": 20628, + "smoky": 20629, + "##ntly": 20630, + "oils": 20631, + "medicinal": 20632, + "padded": 20633, + "steer": 20634, + "wilkes": 20635, + "219": 20636, + "255": 20637, + "concessions": 20638, + "hue": 20639, + "uniquely": 20640, + "blinded": 20641, + "landon": 20642, + "yahoo": 20643, + "##lane": 20644, + "hendrix": 20645, + "commemorating": 20646, + "dex": 20647, + "specify": 20648, + "chicks": 20649, + "##ggio": 20650, + "intercity": 20651, + "1400": 20652, + "morley": 20653, + "##torm": 20654, + "highlighting": 20655, + "##oting": 20656, + "pang": 20657, + "oblique": 20658, + "stalled": 20659, + "##liner": 20660, + "flirting": 20661, + "newborn": 20662, + "1769": 20663, + "bishopric": 20664, + "shaved": 20665, + "232": 20666, + "currie": 20667, + "##ush": 20668, + "dharma": 20669, + "spartan": 20670, + "##ooped": 20671, + "favorites": 20672, + "smug": 20673, + "novella": 20674, + "sirens": 20675, + "abusive": 20676, + "creations": 20677, + "espana": 20678, + "##lage": 20679, + "paradigm": 20680, + "semiconductor": 20681, + "sheen": 20682, + "##rdo": 20683, + "##yen": 20684, + "##zak": 20685, + "nrl": 20686, + "renew": 20687, + "##pose": 20688, + "##tur": 20689, + "adjutant": 20690, + "marches": 20691, + "norma": 20692, + "##enity": 20693, + "ineffective": 20694, + "weimar": 20695, + "grunt": 20696, + "##gat": 20697, + "lordship": 20698, + "plotting": 20699, + "expenditure": 20700, + "infringement": 20701, + "lbs": 20702, + "refrain": 20703, + "av": 20704, + "mimi": 20705, + "mistakenly": 20706, + "postmaster": 20707, + "1771": 20708, + "##bara": 20709, + "ras": 20710, + "motorsports": 20711, + "tito": 20712, + "199": 20713, + "subjective": 20714, + "##zza": 20715, + "bully": 20716, + "stew": 20717, + "##kaya": 20718, + "prescott": 20719, + "1a": 20720, + "##raphic": 20721, + "##zam": 20722, + "bids": 20723, + "styling": 20724, + "paranormal": 20725, + "reeve": 20726, + "sneaking": 20727, + "exploding": 20728, + "katz": 20729, + "akbar": 20730, + "migrant": 20731, + "syllables": 20732, + "indefinitely": 20733, + "##ogical": 20734, + "destroys": 20735, + "replaces": 20736, + "applause": 20737, + "##phine": 20738, + "pest": 20739, + "##fide": 20740, + "218": 20741, + "articulated": 20742, + "bertie": 20743, + "##thing": 20744, + "##cars": 20745, + "##ptic": 20746, + "courtroom": 20747, + "crowley": 20748, + "aesthetics": 20749, + "cummings": 20750, + "tehsil": 20751, + "hormones": 20752, + "titanic": 20753, + "dangerously": 20754, + "##ibe": 20755, + "stadion": 20756, + "jaenelle": 20757, + "auguste": 20758, + "ciudad": 20759, + "##chu": 20760, + "mysore": 20761, + "partisans": 20762, + "##sio": 20763, + "lucan": 20764, + "philipp": 20765, + "##aly": 20766, + "debating": 20767, + "henley": 20768, + "interiors": 20769, + "##rano": 20770, + "##tious": 20771, + "homecoming": 20772, + "beyonce": 20773, + "usher": 20774, + "henrietta": 20775, + "prepares": 20776, + "weeds": 20777, + "##oman": 20778, + "ely": 20779, + "plucked": 20780, + "##pire": 20781, + "##dable": 20782, + "luxurious": 20783, + "##aq": 20784, + "artifact": 20785, + "password": 20786, + "pasture": 20787, + "juno": 20788, + "maddy": 20789, + "minsk": 20790, + "##dder": 20791, + "##ologies": 20792, + "##rone": 20793, + "assessments": 20794, + "martian": 20795, + "royalist": 20796, + "1765": 20797, + "examines": 20798, + "##mani": 20799, + "##rge": 20800, + "nino": 20801, + "223": 20802, + "parry": 20803, + "scooped": 20804, + "relativity": 20805, + "##eli": 20806, + "##uting": 20807, + "##cao": 20808, + "congregational": 20809, + "noisy": 20810, + "traverse": 20811, + "##agawa": 20812, + "strikeouts": 20813, + "nickelodeon": 20814, + "obituary": 20815, + "transylvania": 20816, + "binds": 20817, + "depictions": 20818, + "polk": 20819, + "trolley": 20820, + "##yed": 20821, + "##lard": 20822, + "breeders": 20823, + "##under": 20824, + "dryly": 20825, + "hokkaido": 20826, + "1762": 20827, + "strengths": 20828, + "stacks": 20829, + "bonaparte": 20830, + "connectivity": 20831, + "neared": 20832, + "prostitutes": 20833, + "stamped": 20834, + "anaheim": 20835, + "gutierrez": 20836, + "sinai": 20837, + "##zzling": 20838, + "bram": 20839, + "fresno": 20840, + "madhya": 20841, + "##86": 20842, + "proton": 20843, + "##lena": 20844, + "##llum": 20845, + "##phon": 20846, + "reelected": 20847, + "wanda": 20848, + "##anus": 20849, + "##lb": 20850, + "ample": 20851, + "distinguishing": 20852, + "##yler": 20853, + "grasping": 20854, + "sermons": 20855, + "tomato": 20856, + "bland": 20857, + "stimulation": 20858, + "avenues": 20859, + "##eux": 20860, + "spreads": 20861, + "scarlett": 20862, + "fern": 20863, + "pentagon": 20864, + "assert": 20865, + "baird": 20866, + "chesapeake": 20867, + "ir": 20868, + "calmed": 20869, + "distortion": 20870, + "fatalities": 20871, + "##olis": 20872, + "correctional": 20873, + "pricing": 20874, + "##astic": 20875, + "##gina": 20876, + "prom": 20877, + "dammit": 20878, + "ying": 20879, + "collaborate": 20880, + "##chia": 20881, + "welterweight": 20882, + "33rd": 20883, + "pointer": 20884, + "substitution": 20885, + "bonded": 20886, + "umpire": 20887, + "communicating": 20888, + "multitude": 20889, + "paddle": 20890, + "##obe": 20891, + "federally": 20892, + "intimacy": 20893, + "##insky": 20894, + "betray": 20895, + "ssr": 20896, + "##lett": 20897, + "##lean": 20898, + "##lves": 20899, + "##therapy": 20900, + "airbus": 20901, + "##tery": 20902, + "functioned": 20903, + "ud": 20904, + "bearer": 20905, + "biomedical": 20906, + "netflix": 20907, + "##hire": 20908, + "##nca": 20909, + "condom": 20910, + "brink": 20911, + "ik": 20912, + "##nical": 20913, + "macy": 20914, + "##bet": 20915, + "flap": 20916, + "gma": 20917, + "experimented": 20918, + "jelly": 20919, + "lavender": 20920, + "##icles": 20921, + "##ulia": 20922, + "munro": 20923, + "##mian": 20924, + "##tial": 20925, + "rye": 20926, + "##rle": 20927, + "60th": 20928, + "gigs": 20929, + "hottest": 20930, + "rotated": 20931, + "predictions": 20932, + "fuji": 20933, + "bu": 20934, + "##erence": 20935, + "##omi": 20936, + "barangay": 20937, + "##fulness": 20938, + "##sas": 20939, + "clocks": 20940, + "##rwood": 20941, + "##liness": 20942, + "cereal": 20943, + "roe": 20944, + "wight": 20945, + "decker": 20946, + "uttered": 20947, + "babu": 20948, + "onion": 20949, + "xml": 20950, + "forcibly": 20951, + "##df": 20952, + "petra": 20953, + "sarcasm": 20954, + "hartley": 20955, + "peeled": 20956, + "storytelling": 20957, + "##42": 20958, + "##xley": 20959, + "##ysis": 20960, + "##ffa": 20961, + "fibre": 20962, + "kiel": 20963, + "auditor": 20964, + "fig": 20965, + "harald": 20966, + "greenville": 20967, + "##berries": 20968, + "geographically": 20969, + "nell": 20970, + "quartz": 20971, + "##athic": 20972, + "cemeteries": 20973, + "##lr": 20974, + "crossings": 20975, + "nah": 20976, + "holloway": 20977, + "reptiles": 20978, + "chun": 20979, + "sichuan": 20980, + "snowy": 20981, + "660": 20982, + "corrections": 20983, + "##ivo": 20984, + "zheng": 20985, + "ambassadors": 20986, + "blacksmith": 20987, + "fielded": 20988, + "fluids": 20989, + "hardcover": 20990, + "turnover": 20991, + "medications": 20992, + "melvin": 20993, + "academies": 20994, + "##erton": 20995, + "ro": 20996, + "roach": 20997, + "absorbing": 20998, + "spaniards": 20999, + "colton": 21000, + "##founded": 21001, + "outsider": 21002, + "espionage": 21003, + "kelsey": 21004, + "245": 21005, + "edible": 21006, + "##ulf": 21007, + "dora": 21008, + "establishes": 21009, + "##sham": 21010, + "##tries": 21011, + "contracting": 21012, + "##tania": 21013, + "cinematic": 21014, + "costello": 21015, + "nesting": 21016, + "##uron": 21017, + "connolly": 21018, + "duff": 21019, + "##nology": 21020, + "mma": 21021, + "##mata": 21022, + "fergus": 21023, + "sexes": 21024, + "gi": 21025, + "optics": 21026, + "spectator": 21027, + "woodstock": 21028, + "banning": 21029, + "##hee": 21030, + "##fle": 21031, + "differentiate": 21032, + "outfielder": 21033, + "refinery": 21034, + "226": 21035, + "312": 21036, + "gerhard": 21037, + "horde": 21038, + "lair": 21039, + "drastically": 21040, + "##udi": 21041, + "landfall": 21042, + "##cheng": 21043, + "motorsport": 21044, + "odi": 21045, + "##achi": 21046, + "predominant": 21047, + "quay": 21048, + "skins": 21049, + "##ental": 21050, + "edna": 21051, + "harshly": 21052, + "complementary": 21053, + "murdering": 21054, + "##aves": 21055, + "wreckage": 21056, + "##90": 21057, + "ono": 21058, + "outstretched": 21059, + "lennox": 21060, + "munitions": 21061, + "galen": 21062, + "reconcile": 21063, + "470": 21064, + "scalp": 21065, + "bicycles": 21066, + "gillespie": 21067, + "questionable": 21068, + "rosenberg": 21069, + "guillermo": 21070, + "hostel": 21071, + "jarvis": 21072, + "kabul": 21073, + "volvo": 21074, + "opium": 21075, + "yd": 21076, + "##twined": 21077, + "abuses": 21078, + "decca": 21079, + "outpost": 21080, + "##cino": 21081, + "sensible": 21082, + "neutrality": 21083, + "##64": 21084, + "ponce": 21085, + "anchorage": 21086, + "atkins": 21087, + "turrets": 21088, + "inadvertently": 21089, + "disagree": 21090, + "libre": 21091, + "vodka": 21092, + "reassuring": 21093, + "weighs": 21094, + "##yal": 21095, + "glide": 21096, + "jumper": 21097, + "ceilings": 21098, + "repertory": 21099, + "outs": 21100, + "stain": 21101, + "##bial": 21102, + "envy": 21103, + "##ucible": 21104, + "smashing": 21105, + "heightened": 21106, + "policing": 21107, + "hyun": 21108, + "mixes": 21109, + "lai": 21110, + "prima": 21111, + "##ples": 21112, + "celeste": 21113, + "##bina": 21114, + "lucrative": 21115, + "intervened": 21116, + "kc": 21117, + "manually": 21118, + "##rned": 21119, + "stature": 21120, + "staffed": 21121, + "bun": 21122, + "bastards": 21123, + "nairobi": 21124, + "priced": 21125, + "##auer": 21126, + "thatcher": 21127, + "##kia": 21128, + "tripped": 21129, + "comune": 21130, + "##ogan": 21131, + "##pled": 21132, + "brasil": 21133, + "incentives": 21134, + "emanuel": 21135, + "hereford": 21136, + "musica": 21137, + "##kim": 21138, + "benedictine": 21139, + "biennale": 21140, + "##lani": 21141, + "eureka": 21142, + "gardiner": 21143, + "rb": 21144, + "knocks": 21145, + "sha": 21146, + "##ael": 21147, + "##elled": 21148, + "##onate": 21149, + "efficacy": 21150, + "ventura": 21151, + "masonic": 21152, + "sanford": 21153, + "maize": 21154, + "leverage": 21155, + "##feit": 21156, + "capacities": 21157, + "santana": 21158, + "##aur": 21159, + "novelty": 21160, + "vanilla": 21161, + "##cter": 21162, + "##tour": 21163, + "benin": 21164, + "##oir": 21165, + "##rain": 21166, + "neptune": 21167, + "drafting": 21168, + "tallinn": 21169, + "##cable": 21170, + "humiliation": 21171, + "##boarding": 21172, + "schleswig": 21173, + "fabian": 21174, + "bernardo": 21175, + "liturgy": 21176, + "spectacle": 21177, + "sweeney": 21178, + "pont": 21179, + "routledge": 21180, + "##tment": 21181, + "cosmos": 21182, + "ut": 21183, + "hilt": 21184, + "sleek": 21185, + "universally": 21186, + "##eville": 21187, + "##gawa": 21188, + "typed": 21189, + "##dry": 21190, + "favors": 21191, + "allegheny": 21192, + "glaciers": 21193, + "##rly": 21194, + "recalling": 21195, + "aziz": 21196, + "##log": 21197, + "parasite": 21198, + "requiem": 21199, + "auf": 21200, + "##berto": 21201, + "##llin": 21202, + "illumination": 21203, + "##breaker": 21204, + "##issa": 21205, + "festivities": 21206, + "bows": 21207, + "govern": 21208, + "vibe": 21209, + "vp": 21210, + "333": 21211, + "sprawled": 21212, + "larson": 21213, + "pilgrim": 21214, + "bwf": 21215, + "leaping": 21216, + "##rts": 21217, + "##ssel": 21218, + "alexei": 21219, + "greyhound": 21220, + "hoarse": 21221, + "##dler": 21222, + "##oration": 21223, + "seneca": 21224, + "##cule": 21225, + "gaping": 21226, + "##ulously": 21227, + "##pura": 21228, + "cinnamon": 21229, + "##gens": 21230, + "##rricular": 21231, + "craven": 21232, + "fantasies": 21233, + "houghton": 21234, + "engined": 21235, + "reigned": 21236, + "dictator": 21237, + "supervising": 21238, + "##oris": 21239, + "bogota": 21240, + "commentaries": 21241, + "unnatural": 21242, + "fingernails": 21243, + "spirituality": 21244, + "tighten": 21245, + "##tm": 21246, + "canadiens": 21247, + "protesting": 21248, + "intentional": 21249, + "cheers": 21250, + "sparta": 21251, + "##ytic": 21252, + "##iere": 21253, + "##zine": 21254, + "widen": 21255, + "belgarath": 21256, + "controllers": 21257, + "dodd": 21258, + "iaaf": 21259, + "navarre": 21260, + "##ication": 21261, + "defect": 21262, + "squire": 21263, + "steiner": 21264, + "whisky": 21265, + "##mins": 21266, + "560": 21267, + "inevitably": 21268, + "tome": 21269, + "##gold": 21270, + "chew": 21271, + "##uid": 21272, + "##lid": 21273, + "elastic": 21274, + "##aby": 21275, + "streaked": 21276, + "alliances": 21277, + "jailed": 21278, + "regal": 21279, + "##ined": 21280, + "##phy": 21281, + "czechoslovak": 21282, + "narration": 21283, + "absently": 21284, + "##uld": 21285, + "bluegrass": 21286, + "guangdong": 21287, + "quran": 21288, + "criticizing": 21289, + "hose": 21290, + "hari": 21291, + "##liest": 21292, + "##owa": 21293, + "skier": 21294, + "streaks": 21295, + "deploy": 21296, + "##lom": 21297, + "raft": 21298, + "bose": 21299, + "dialed": 21300, + "huff": 21301, + "##eira": 21302, + "haifa": 21303, + "simplest": 21304, + "bursting": 21305, + "endings": 21306, + "ib": 21307, + "sultanate": 21308, + "##titled": 21309, + "franks": 21310, + "whitman": 21311, + "ensures": 21312, + "sven": 21313, + "##ggs": 21314, + "collaborators": 21315, + "forster": 21316, + "organising": 21317, + "ui": 21318, + "banished": 21319, + "napier": 21320, + "injustice": 21321, + "teller": 21322, + "layered": 21323, + "thump": 21324, + "##otti": 21325, + "roc": 21326, + "battleships": 21327, + "evidenced": 21328, + "fugitive": 21329, + "sadie": 21330, + "robotics": 21331, + "##roud": 21332, + "equatorial": 21333, + "geologist": 21334, + "##iza": 21335, + "yielding": 21336, + "##bron": 21337, + "##sr": 21338, + "internationale": 21339, + "mecca": 21340, + "##diment": 21341, + "sbs": 21342, + "skyline": 21343, + "toad": 21344, + "uploaded": 21345, + "reflective": 21346, + "undrafted": 21347, + "lal": 21348, + "leafs": 21349, + "bayern": 21350, + "##dai": 21351, + "lakshmi": 21352, + "shortlisted": 21353, + "##stick": 21354, + "##wicz": 21355, + "camouflage": 21356, + "donate": 21357, + "af": 21358, + "christi": 21359, + "lau": 21360, + "##acio": 21361, + "disclosed": 21362, + "nemesis": 21363, + "1761": 21364, + "assemble": 21365, + "straining": 21366, + "northamptonshire": 21367, + "tal": 21368, + "##asi": 21369, + "bernardino": 21370, + "premature": 21371, + "heidi": 21372, + "42nd": 21373, + "coefficients": 21374, + "galactic": 21375, + "reproduce": 21376, + "buzzed": 21377, + "sensations": 21378, + "zionist": 21379, + "monsieur": 21380, + "myrtle": 21381, + "##eme": 21382, + "archery": 21383, + "strangled": 21384, + "musically": 21385, + "viewpoint": 21386, + "antiquities": 21387, + "bei": 21388, + "trailers": 21389, + "seahawks": 21390, + "cured": 21391, + "pee": 21392, + "preferring": 21393, + "tasmanian": 21394, + "lange": 21395, + "sul": 21396, + "##mail": 21397, + "##working": 21398, + "colder": 21399, + "overland": 21400, + "lucivar": 21401, + "massey": 21402, + "gatherings": 21403, + "haitian": 21404, + "##smith": 21405, + "disapproval": 21406, + "flaws": 21407, + "##cco": 21408, + "##enbach": 21409, + "1766": 21410, + "npr": 21411, + "##icular": 21412, + "boroughs": 21413, + "creole": 21414, + "forums": 21415, + "techno": 21416, + "1755": 21417, + "dent": 21418, + "abdominal": 21419, + "streetcar": 21420, + "##eson": 21421, + "##stream": 21422, + "procurement": 21423, + "gemini": 21424, + "predictable": 21425, + "##tya": 21426, + "acheron": 21427, + "christoph": 21428, + "feeder": 21429, + "fronts": 21430, + "vendor": 21431, + "bernhard": 21432, + "jammu": 21433, + "tumors": 21434, + "slang": 21435, + "##uber": 21436, + "goaltender": 21437, + "twists": 21438, + "curving": 21439, + "manson": 21440, + "vuelta": 21441, + "mer": 21442, + "peanut": 21443, + "confessions": 21444, + "pouch": 21445, + "unpredictable": 21446, + "allowance": 21447, + "theodor": 21448, + "vascular": 21449, + "##factory": 21450, + "bala": 21451, + "authenticity": 21452, + "metabolic": 21453, + "coughing": 21454, + "nanjing": 21455, + "##cea": 21456, + "pembroke": 21457, + "##bard": 21458, + "splendid": 21459, + "36th": 21460, + "ff": 21461, + "hourly": 21462, + "##ahu": 21463, + "elmer": 21464, + "handel": 21465, + "##ivate": 21466, + "awarding": 21467, + "thrusting": 21468, + "dl": 21469, + "experimentation": 21470, + "##hesion": 21471, + "##46": 21472, + "caressed": 21473, + "entertained": 21474, + "steak": 21475, + "##rangle": 21476, + "biologist": 21477, + "orphans": 21478, + "baroness": 21479, + "oyster": 21480, + "stepfather": 21481, + "##dridge": 21482, + "mirage": 21483, + "reefs": 21484, + "speeding": 21485, + "##31": 21486, + "barons": 21487, + "1764": 21488, + "227": 21489, + "inhabit": 21490, + "preached": 21491, + "repealed": 21492, + "##tral": 21493, + "honoring": 21494, + "boogie": 21495, + "captives": 21496, + "administer": 21497, + "johanna": 21498, + "##imate": 21499, + "gel": 21500, + "suspiciously": 21501, + "1767": 21502, + "sobs": 21503, + "##dington": 21504, + "backbone": 21505, + "hayward": 21506, + "garry": 21507, + "##folding": 21508, + "##nesia": 21509, + "maxi": 21510, + "##oof": 21511, + "##ppe": 21512, + "ellison": 21513, + "galileo": 21514, + "##stand": 21515, + "crimea": 21516, + "frenzy": 21517, + "amour": 21518, + "bumper": 21519, + "matrices": 21520, + "natalia": 21521, + "baking": 21522, + "garth": 21523, + "palestinians": 21524, + "##grove": 21525, + "smack": 21526, + "conveyed": 21527, + "ensembles": 21528, + "gardening": 21529, + "##manship": 21530, + "##rup": 21531, + "##stituting": 21532, + "1640": 21533, + "harvesting": 21534, + "topography": 21535, + "jing": 21536, + "shifters": 21537, + "dormitory": 21538, + "##carriage": 21539, + "##lston": 21540, + "ist": 21541, + "skulls": 21542, + "##stadt": 21543, + "dolores": 21544, + "jewellery": 21545, + "sarawak": 21546, + "##wai": 21547, + "##zier": 21548, + "fences": 21549, + "christy": 21550, + "confinement": 21551, + "tumbling": 21552, + "credibility": 21553, + "fir": 21554, + "stench": 21555, + "##bria": 21556, + "##plication": 21557, + "##nged": 21558, + "##sam": 21559, + "virtues": 21560, + "##belt": 21561, + "marjorie": 21562, + "pba": 21563, + "##eem": 21564, + "##made": 21565, + "celebrates": 21566, + "schooner": 21567, + "agitated": 21568, + "barley": 21569, + "fulfilling": 21570, + "anthropologist": 21571, + "##pro": 21572, + "restrict": 21573, + "novi": 21574, + "regulating": 21575, + "##nent": 21576, + "padres": 21577, + "##rani": 21578, + "##hesive": 21579, + "loyola": 21580, + "tabitha": 21581, + "milky": 21582, + "olson": 21583, + "proprietor": 21584, + "crambidae": 21585, + "guarantees": 21586, + "intercollegiate": 21587, + "ljubljana": 21588, + "hilda": 21589, + "##sko": 21590, + "ignorant": 21591, + "hooded": 21592, + "##lts": 21593, + "sardinia": 21594, + "##lidae": 21595, + "##vation": 21596, + "frontman": 21597, + "privileged": 21598, + "witchcraft": 21599, + "##gp": 21600, + "jammed": 21601, + "laude": 21602, + "poking": 21603, + "##than": 21604, + "bracket": 21605, + "amazement": 21606, + "yunnan": 21607, + "##erus": 21608, + "maharaja": 21609, + "linnaeus": 21610, + "264": 21611, + "commissioning": 21612, + "milano": 21613, + "peacefully": 21614, + "##logies": 21615, + "akira": 21616, + "rani": 21617, + "regulator": 21618, + "##36": 21619, + "grasses": 21620, + "##rance": 21621, + "luzon": 21622, + "crows": 21623, + "compiler": 21624, + "gretchen": 21625, + "seaman": 21626, + "edouard": 21627, + "tab": 21628, + "buccaneers": 21629, + "ellington": 21630, + "hamlets": 21631, + "whig": 21632, + "socialists": 21633, + "##anto": 21634, + "directorial": 21635, + "easton": 21636, + "mythological": 21637, + "##kr": 21638, + "##vary": 21639, + "rhineland": 21640, + "semantic": 21641, + "taut": 21642, + "dune": 21643, + "inventions": 21644, + "succeeds": 21645, + "##iter": 21646, + "replication": 21647, + "branched": 21648, + "##pired": 21649, + "jul": 21650, + "prosecuted": 21651, + "kangaroo": 21652, + "penetrated": 21653, + "##avian": 21654, + "middlesbrough": 21655, + "doses": 21656, + "bleak": 21657, + "madam": 21658, + "predatory": 21659, + "relentless": 21660, + "##vili": 21661, + "reluctance": 21662, + "##vir": 21663, + "hailey": 21664, + "crore": 21665, + "silvery": 21666, + "1759": 21667, + "monstrous": 21668, + "swimmers": 21669, + "transmissions": 21670, + "hawthorn": 21671, + "informing": 21672, + "##eral": 21673, + "toilets": 21674, + "caracas": 21675, + "crouch": 21676, + "kb": 21677, + "##sett": 21678, + "295": 21679, + "cartel": 21680, + "hadley": 21681, + "##aling": 21682, + "alexia": 21683, + "yvonne": 21684, + "##biology": 21685, + "cinderella": 21686, + "eton": 21687, + "superb": 21688, + "blizzard": 21689, + "stabbing": 21690, + "industrialist": 21691, + "maximus": 21692, + "##gm": 21693, + "##orus": 21694, + "groves": 21695, + "maud": 21696, + "clade": 21697, + "oversized": 21698, + "comedic": 21699, + "##bella": 21700, + "rosen": 21701, + "nomadic": 21702, + "fulham": 21703, + "montane": 21704, + "beverages": 21705, + "galaxies": 21706, + "redundant": 21707, + "swarm": 21708, + "##rot": 21709, + "##folia": 21710, + "##llis": 21711, + "buckinghamshire": 21712, + "fen": 21713, + "bearings": 21714, + "bahadur": 21715, + "##rom": 21716, + "gilles": 21717, + "phased": 21718, + "dynamite": 21719, + "faber": 21720, + "benoit": 21721, + "vip": 21722, + "##ount": 21723, + "##wd": 21724, + "booking": 21725, + "fractured": 21726, + "tailored": 21727, + "anya": 21728, + "spices": 21729, + "westwood": 21730, + "cairns": 21731, + "auditions": 21732, + "inflammation": 21733, + "steamed": 21734, + "##rocity": 21735, + "##acion": 21736, + "##urne": 21737, + "skyla": 21738, + "thereof": 21739, + "watford": 21740, + "torment": 21741, + "archdeacon": 21742, + "transforms": 21743, + "lulu": 21744, + "demeanor": 21745, + "fucked": 21746, + "serge": 21747, + "##sor": 21748, + "mckenna": 21749, + "minas": 21750, + "entertainer": 21751, + "##icide": 21752, + "caress": 21753, + "originate": 21754, + "residue": 21755, + "##sty": 21756, + "1740": 21757, + "##ilised": 21758, + "##org": 21759, + "beech": 21760, + "##wana": 21761, + "subsidies": 21762, + "##ghton": 21763, + "emptied": 21764, + "gladstone": 21765, + "ru": 21766, + "firefighters": 21767, + "voodoo": 21768, + "##rcle": 21769, + "het": 21770, + "nightingale": 21771, + "tamara": 21772, + "edmond": 21773, + "ingredient": 21774, + "weaknesses": 21775, + "silhouette": 21776, + "285": 21777, + "compatibility": 21778, + "withdrawing": 21779, + "hampson": 21780, + "##mona": 21781, + "anguish": 21782, + "giggling": 21783, + "##mber": 21784, + "bookstore": 21785, + "##jiang": 21786, + "southernmost": 21787, + "tilting": 21788, + "##vance": 21789, + "bai": 21790, + "economical": 21791, + "rf": 21792, + "briefcase": 21793, + "dreadful": 21794, + "hinted": 21795, + "projections": 21796, + "shattering": 21797, + "totaling": 21798, + "##rogate": 21799, + "analogue": 21800, + "indicted": 21801, + "periodical": 21802, + "fullback": 21803, + "##dman": 21804, + "haynes": 21805, + "##tenberg": 21806, + "##ffs": 21807, + "##ishment": 21808, + "1745": 21809, + "thirst": 21810, + "stumble": 21811, + "penang": 21812, + "vigorous": 21813, + "##ddling": 21814, + "##kor": 21815, + "##lium": 21816, + "octave": 21817, + "##ove": 21818, + "##enstein": 21819, + "##inen": 21820, + "##ones": 21821, + "siberian": 21822, + "##uti": 21823, + "cbn": 21824, + "repeal": 21825, + "swaying": 21826, + "##vington": 21827, + "khalid": 21828, + "tanaka": 21829, + "unicorn": 21830, + "otago": 21831, + "plastered": 21832, + "lobe": 21833, + "riddle": 21834, + "##rella": 21835, + "perch": 21836, + "##ishing": 21837, + "croydon": 21838, + "filtered": 21839, + "graeme": 21840, + "tripoli": 21841, + "##ossa": 21842, + "crocodile": 21843, + "##chers": 21844, + "sufi": 21845, + "mined": 21846, + "##tung": 21847, + "inferno": 21848, + "lsu": 21849, + "##phi": 21850, + "swelled": 21851, + "utilizes": 21852, + "£2": 21853, + "cale": 21854, + "periodicals": 21855, + "styx": 21856, + "hike": 21857, + "informally": 21858, + "coop": 21859, + "lund": 21860, + "##tidae": 21861, + "ala": 21862, + "hen": 21863, + "qui": 21864, + "transformations": 21865, + "disposed": 21866, + "sheath": 21867, + "chickens": 21868, + "##cade": 21869, + "fitzroy": 21870, + "sas": 21871, + "silesia": 21872, + "unacceptable": 21873, + "odisha": 21874, + "1650": 21875, + "sabrina": 21876, + "pe": 21877, + "spokane": 21878, + "ratios": 21879, + "athena": 21880, + "massage": 21881, + "shen": 21882, + "dilemma": 21883, + "##drum": 21884, + "##riz": 21885, + "##hul": 21886, + "corona": 21887, + "doubtful": 21888, + "niall": 21889, + "##pha": 21890, + "##bino": 21891, + "fines": 21892, + "cite": 21893, + "acknowledging": 21894, + "bangor": 21895, + "ballard": 21896, + "bathurst": 21897, + "##resh": 21898, + "huron": 21899, + "mustered": 21900, + "alzheimer": 21901, + "garments": 21902, + "kinase": 21903, + "tyre": 21904, + "warship": 21905, + "##cp": 21906, + "flashback": 21907, + "pulmonary": 21908, + "braun": 21909, + "cheat": 21910, + "kamal": 21911, + "cyclists": 21912, + "constructions": 21913, + "grenades": 21914, + "ndp": 21915, + "traveller": 21916, + "excuses": 21917, + "stomped": 21918, + "signalling": 21919, + "trimmed": 21920, + "futsal": 21921, + "mosques": 21922, + "relevance": 21923, + "##wine": 21924, + "wta": 21925, + "##23": 21926, + "##vah": 21927, + "##lter": 21928, + "hoc": 21929, + "##riding": 21930, + "optimistic": 21931, + "##´s": 21932, + "deco": 21933, + "sim": 21934, + "interacting": 21935, + "rejecting": 21936, + "moniker": 21937, + "waterways": 21938, + "##ieri": 21939, + "##oku": 21940, + "mayors": 21941, + "gdansk": 21942, + "outnumbered": 21943, + "pearls": 21944, + "##ended": 21945, + "##hampton": 21946, + "fairs": 21947, + "totals": 21948, + "dominating": 21949, + "262": 21950, + "notions": 21951, + "stairway": 21952, + "compiling": 21953, + "pursed": 21954, + "commodities": 21955, + "grease": 21956, + "yeast": 21957, + "##jong": 21958, + "carthage": 21959, + "griffiths": 21960, + "residual": 21961, + "amc": 21962, + "contraction": 21963, + "laird": 21964, + "sapphire": 21965, + "##marine": 21966, + "##ivated": 21967, + "amalgamation": 21968, + "dissolve": 21969, + "inclination": 21970, + "lyle": 21971, + "packaged": 21972, + "altitudes": 21973, + "suez": 21974, + "canons": 21975, + "graded": 21976, + "lurched": 21977, + "narrowing": 21978, + "boasts": 21979, + "guise": 21980, + "wed": 21981, + "enrico": 21982, + "##ovsky": 21983, + "rower": 21984, + "scarred": 21985, + "bree": 21986, + "cub": 21987, + "iberian": 21988, + "protagonists": 21989, + "bargaining": 21990, + "proposing": 21991, + "trainers": 21992, + "voyages": 21993, + "vans": 21994, + "fishes": 21995, + "##aea": 21996, + "##ivist": 21997, + "##verance": 21998, + "encryption": 21999, + "artworks": 22000, + "kazan": 22001, + "sabre": 22002, + "cleopatra": 22003, + "hepburn": 22004, + "rotting": 22005, + "supremacy": 22006, + "mecklenburg": 22007, + "##brate": 22008, + "burrows": 22009, + "hazards": 22010, + "outgoing": 22011, + "flair": 22012, + "organizes": 22013, + "##ctions": 22014, + "scorpion": 22015, + "##usions": 22016, + "boo": 22017, + "234": 22018, + "chevalier": 22019, + "dunedin": 22020, + "slapping": 22021, + "##34": 22022, + "ineligible": 22023, + "pensions": 22024, + "##38": 22025, + "##omic": 22026, + "manufactures": 22027, + "emails": 22028, + "bismarck": 22029, + "238": 22030, + "weakening": 22031, + "blackish": 22032, + "ding": 22033, + "mcgee": 22034, + "quo": 22035, + "##rling": 22036, + "northernmost": 22037, + "xx": 22038, + "manpower": 22039, + "greed": 22040, + "sampson": 22041, + "clicking": 22042, + "##ange": 22043, + "##horpe": 22044, + "##inations": 22045, + "##roving": 22046, + "torre": 22047, + "##eptive": 22048, + "##moral": 22049, + "symbolism": 22050, + "38th": 22051, + "asshole": 22052, + "meritorious": 22053, + "outfits": 22054, + "splashed": 22055, + "biographies": 22056, + "sprung": 22057, + "astros": 22058, + "##tale": 22059, + "302": 22060, + "737": 22061, + "filly": 22062, + "raoul": 22063, + "nw": 22064, + "tokugawa": 22065, + "linden": 22066, + "clubhouse": 22067, + "##apa": 22068, + "tracts": 22069, + "romano": 22070, + "##pio": 22071, + "putin": 22072, + "tags": 22073, + "##note": 22074, + "chained": 22075, + "dickson": 22076, + "gunshot": 22077, + "moe": 22078, + "gunn": 22079, + "rashid": 22080, + "##tails": 22081, + "zipper": 22082, + "##bas": 22083, + "##nea": 22084, + "contrasted": 22085, + "##ply": 22086, + "##udes": 22087, + "plum": 22088, + "pharaoh": 22089, + "##pile": 22090, + "aw": 22091, + "comedies": 22092, + "ingrid": 22093, + "sandwiches": 22094, + "subdivisions": 22095, + "1100": 22096, + "mariana": 22097, + "nokia": 22098, + "kamen": 22099, + "hz": 22100, + "delaney": 22101, + "veto": 22102, + "herring": 22103, + "##words": 22104, + "possessive": 22105, + "outlines": 22106, + "##roup": 22107, + "siemens": 22108, + "stairwell": 22109, + "rc": 22110, + "gallantry": 22111, + "messiah": 22112, + "palais": 22113, + "yells": 22114, + "233": 22115, + "zeppelin": 22116, + "##dm": 22117, + "bolivar": 22118, + "##cede": 22119, + "smackdown": 22120, + "mckinley": 22121, + "##mora": 22122, + "##yt": 22123, + "muted": 22124, + "geologic": 22125, + "finely": 22126, + "unitary": 22127, + "avatar": 22128, + "hamas": 22129, + "maynard": 22130, + "rees": 22131, + "bog": 22132, + "contrasting": 22133, + "##rut": 22134, + "liv": 22135, + "chico": 22136, + "disposition": 22137, + "pixel": 22138, + "##erate": 22139, + "becca": 22140, + "dmitry": 22141, + "yeshiva": 22142, + "narratives": 22143, + "##lva": 22144, + "##ulton": 22145, + "mercenary": 22146, + "sharpe": 22147, + "tempered": 22148, + "navigate": 22149, + "stealth": 22150, + "amassed": 22151, + "keynes": 22152, + "##lini": 22153, + "untouched": 22154, + "##rrie": 22155, + "havoc": 22156, + "lithium": 22157, + "##fighting": 22158, + "abyss": 22159, + "graf": 22160, + "southward": 22161, + "wolverine": 22162, + "balloons": 22163, + "implements": 22164, + "ngos": 22165, + "transitions": 22166, + "##icum": 22167, + "ambushed": 22168, + "concacaf": 22169, + "dormant": 22170, + "economists": 22171, + "##dim": 22172, + "costing": 22173, + "csi": 22174, + "rana": 22175, + "universite": 22176, + "boulders": 22177, + "verity": 22178, + "##llon": 22179, + "collin": 22180, + "mellon": 22181, + "misses": 22182, + "cypress": 22183, + "fluorescent": 22184, + "lifeless": 22185, + "spence": 22186, + "##ulla": 22187, + "crewe": 22188, + "shepard": 22189, + "pak": 22190, + "revelations": 22191, + "##م": 22192, + "jolly": 22193, + "gibbons": 22194, + "paw": 22195, + "##dro": 22196, + "##quel": 22197, + "freeing": 22198, + "##test": 22199, + "shack": 22200, + "fries": 22201, + "palatine": 22202, + "##51": 22203, + "##hiko": 22204, + "accompaniment": 22205, + "cruising": 22206, + "recycled": 22207, + "##aver": 22208, + "erwin": 22209, + "sorting": 22210, + "synthesizers": 22211, + "dyke": 22212, + "realities": 22213, + "sg": 22214, + "strides": 22215, + "enslaved": 22216, + "wetland": 22217, + "##ghan": 22218, + "competence": 22219, + "gunpowder": 22220, + "grassy": 22221, + "maroon": 22222, + "reactors": 22223, + "objection": 22224, + "##oms": 22225, + "carlson": 22226, + "gearbox": 22227, + "macintosh": 22228, + "radios": 22229, + "shelton": 22230, + "##sho": 22231, + "clergyman": 22232, + "prakash": 22233, + "254": 22234, + "mongols": 22235, + "trophies": 22236, + "oricon": 22237, + "228": 22238, + "stimuli": 22239, + "twenty20": 22240, + "cantonese": 22241, + "cortes": 22242, + "mirrored": 22243, + "##saurus": 22244, + "bhp": 22245, + "cristina": 22246, + "melancholy": 22247, + "##lating": 22248, + "enjoyable": 22249, + "nuevo": 22250, + "##wny": 22251, + "downfall": 22252, + "schumacher": 22253, + "##ind": 22254, + "banging": 22255, + "lausanne": 22256, + "rumbled": 22257, + "paramilitary": 22258, + "reflex": 22259, + "ax": 22260, + "amplitude": 22261, + "migratory": 22262, + "##gall": 22263, + "##ups": 22264, + "midi": 22265, + "barnard": 22266, + "lastly": 22267, + "sherry": 22268, + "##hp": 22269, + "##nall": 22270, + "keystone": 22271, + "##kra": 22272, + "carleton": 22273, + "slippery": 22274, + "##53": 22275, + "coloring": 22276, + "foe": 22277, + "socket": 22278, + "otter": 22279, + "##rgos": 22280, + "mats": 22281, + "##tose": 22282, + "consultants": 22283, + "bafta": 22284, + "bison": 22285, + "topping": 22286, + "##km": 22287, + "490": 22288, + "primal": 22289, + "abandonment": 22290, + "transplant": 22291, + "atoll": 22292, + "hideous": 22293, + "mort": 22294, + "pained": 22295, + "reproduced": 22296, + "tae": 22297, + "howling": 22298, + "##turn": 22299, + "unlawful": 22300, + "billionaire": 22301, + "hotter": 22302, + "poised": 22303, + "lansing": 22304, + "##chang": 22305, + "dinamo": 22306, + "retro": 22307, + "messing": 22308, + "nfc": 22309, + "domesday": 22310, + "##mina": 22311, + "blitz": 22312, + "timed": 22313, + "##athing": 22314, + "##kley": 22315, + "ascending": 22316, + "gesturing": 22317, + "##izations": 22318, + "signaled": 22319, + "tis": 22320, + "chinatown": 22321, + "mermaid": 22322, + "savanna": 22323, + "jameson": 22324, + "##aint": 22325, + "catalina": 22326, + "##pet": 22327, + "##hers": 22328, + "cochrane": 22329, + "cy": 22330, + "chatting": 22331, + "##kus": 22332, + "alerted": 22333, + "computation": 22334, + "mused": 22335, + "noelle": 22336, + "majestic": 22337, + "mohawk": 22338, + "campo": 22339, + "octagonal": 22340, + "##sant": 22341, + "##hend": 22342, + "241": 22343, + "aspiring": 22344, + "##mart": 22345, + "comprehend": 22346, + "iona": 22347, + "paralyzed": 22348, + "shimmering": 22349, + "swindon": 22350, + "rhone": 22351, + "##eley": 22352, + "reputed": 22353, + "configurations": 22354, + "pitchfork": 22355, + "agitation": 22356, + "francais": 22357, + "gillian": 22358, + "lipstick": 22359, + "##ilo": 22360, + "outsiders": 22361, + "pontifical": 22362, + "resisting": 22363, + "bitterness": 22364, + "sewer": 22365, + "rockies": 22366, + "##edd": 22367, + "##ucher": 22368, + "misleading": 22369, + "1756": 22370, + "exiting": 22371, + "galloway": 22372, + "##nging": 22373, + "risked": 22374, + "##heart": 22375, + "246": 22376, + "commemoration": 22377, + "schultz": 22378, + "##rka": 22379, + "integrating": 22380, + "##rsa": 22381, + "poses": 22382, + "shrieked": 22383, + "##weiler": 22384, + "guineas": 22385, + "gladys": 22386, + "jerking": 22387, + "owls": 22388, + "goldsmith": 22389, + "nightly": 22390, + "penetrating": 22391, + "##unced": 22392, + "lia": 22393, + "##33": 22394, + "ignited": 22395, + "betsy": 22396, + "##aring": 22397, + "##thorpe": 22398, + "follower": 22399, + "vigorously": 22400, + "##rave": 22401, + "coded": 22402, + "kiran": 22403, + "knit": 22404, + "zoology": 22405, + "tbilisi": 22406, + "##28": 22407, + "##bered": 22408, + "repository": 22409, + "govt": 22410, + "deciduous": 22411, + "dino": 22412, + "growling": 22413, + "##bba": 22414, + "enhancement": 22415, + "unleashed": 22416, + "chanting": 22417, + "pussy": 22418, + "biochemistry": 22419, + "##eric": 22420, + "kettle": 22421, + "repression": 22422, + "toxicity": 22423, + "nrhp": 22424, + "##arth": 22425, + "##kko": 22426, + "##bush": 22427, + "ernesto": 22428, + "commended": 22429, + "outspoken": 22430, + "242": 22431, + "mca": 22432, + "parchment": 22433, + "sms": 22434, + "kristen": 22435, + "##aton": 22436, + "bisexual": 22437, + "raked": 22438, + "glamour": 22439, + "navajo": 22440, + "a2": 22441, + "conditioned": 22442, + "showcased": 22443, + "##hma": 22444, + "spacious": 22445, + "youthful": 22446, + "##esa": 22447, + "usl": 22448, + "appliances": 22449, + "junta": 22450, + "brest": 22451, + "layne": 22452, + "conglomerate": 22453, + "enchanted": 22454, + "chao": 22455, + "loosened": 22456, + "picasso": 22457, + "circulating": 22458, + "inspect": 22459, + "montevideo": 22460, + "##centric": 22461, + "##kti": 22462, + "piazza": 22463, + "spurred": 22464, + "##aith": 22465, + "bari": 22466, + "freedoms": 22467, + "poultry": 22468, + "stamford": 22469, + "lieu": 22470, + "##ect": 22471, + "indigo": 22472, + "sarcastic": 22473, + "bahia": 22474, + "stump": 22475, + "attach": 22476, + "dvds": 22477, + "frankenstein": 22478, + "lille": 22479, + "approx": 22480, + "scriptures": 22481, + "pollen": 22482, + "##script": 22483, + "nmi": 22484, + "overseen": 22485, + "##ivism": 22486, + "tides": 22487, + "proponent": 22488, + "newmarket": 22489, + "inherit": 22490, + "milling": 22491, + "##erland": 22492, + "centralized": 22493, + "##rou": 22494, + "distributors": 22495, + "credentials": 22496, + "drawers": 22497, + "abbreviation": 22498, + "##lco": 22499, + "##xon": 22500, + "downing": 22501, + "uncomfortably": 22502, + "ripe": 22503, + "##oes": 22504, + "erase": 22505, + "franchises": 22506, + "##ever": 22507, + "populace": 22508, + "##bery": 22509, + "##khar": 22510, + "decomposition": 22511, + "pleas": 22512, + "##tet": 22513, + "daryl": 22514, + "sabah": 22515, + "##stle": 22516, + "##wide": 22517, + "fearless": 22518, + "genie": 22519, + "lesions": 22520, + "annette": 22521, + "##ogist": 22522, + "oboe": 22523, + "appendix": 22524, + "nair": 22525, + "dripped": 22526, + "petitioned": 22527, + "maclean": 22528, + "mosquito": 22529, + "parrot": 22530, + "rpg": 22531, + "hampered": 22532, + "1648": 22533, + "operatic": 22534, + "reservoirs": 22535, + "##tham": 22536, + "irrelevant": 22537, + "jolt": 22538, + "summarized": 22539, + "##fp": 22540, + "medallion": 22541, + "##taff": 22542, + "##−": 22543, + "clawed": 22544, + "harlow": 22545, + "narrower": 22546, + "goddard": 22547, + "marcia": 22548, + "bodied": 22549, + "fremont": 22550, + "suarez": 22551, + "altering": 22552, + "tempest": 22553, + "mussolini": 22554, + "porn": 22555, + "##isms": 22556, + "sweetly": 22557, + "oversees": 22558, + "walkers": 22559, + "solitude": 22560, + "grimly": 22561, + "shrines": 22562, + "hk": 22563, + "ich": 22564, + "supervisors": 22565, + "hostess": 22566, + "dietrich": 22567, + "legitimacy": 22568, + "brushes": 22569, + "expressive": 22570, + "##yp": 22571, + "dissipated": 22572, + "##rse": 22573, + "localized": 22574, + "systemic": 22575, + "##nikov": 22576, + "gettysburg": 22577, + "##js": 22578, + "##uaries": 22579, + "dialogues": 22580, + "muttering": 22581, + "251": 22582, + "housekeeper": 22583, + "sicilian": 22584, + "discouraged": 22585, + "##frey": 22586, + "beamed": 22587, + "kaladin": 22588, + "halftime": 22589, + "kidnap": 22590, + "##amo": 22591, + "##llet": 22592, + "1754": 22593, + "synonymous": 22594, + "depleted": 22595, + "instituto": 22596, + "insulin": 22597, + "reprised": 22598, + "##opsis": 22599, + "clashed": 22600, + "##ctric": 22601, + "interrupting": 22602, + "radcliffe": 22603, + "insisting": 22604, + "medici": 22605, + "1715": 22606, + "ejected": 22607, + "playfully": 22608, + "turbulent": 22609, + "##47": 22610, + "starvation": 22611, + "##rini": 22612, + "shipment": 22613, + "rebellious": 22614, + "petersen": 22615, + "verification": 22616, + "merits": 22617, + "##rified": 22618, + "cakes": 22619, + "##charged": 22620, + "1757": 22621, + "milford": 22622, + "shortages": 22623, + "spying": 22624, + "fidelity": 22625, + "##aker": 22626, + "emitted": 22627, + "storylines": 22628, + "harvested": 22629, + "seismic": 22630, + "##iform": 22631, + "cheung": 22632, + "kilda": 22633, + "theoretically": 22634, + "barbie": 22635, + "lynx": 22636, + "##rgy": 22637, + "##tius": 22638, + "goblin": 22639, + "mata": 22640, + "poisonous": 22641, + "##nburg": 22642, + "reactive": 22643, + "residues": 22644, + "obedience": 22645, + "##евич": 22646, + "conjecture": 22647, + "##rac": 22648, + "401": 22649, + "hating": 22650, + "sixties": 22651, + "kicker": 22652, + "moaning": 22653, + "motown": 22654, + "##bha": 22655, + "emancipation": 22656, + "neoclassical": 22657, + "##hering": 22658, + "consoles": 22659, + "ebert": 22660, + "professorship": 22661, + "##tures": 22662, + "sustaining": 22663, + "assaults": 22664, + "obeyed": 22665, + "affluent": 22666, + "incurred": 22667, + "tornadoes": 22668, + "##eber": 22669, + "##zow": 22670, + "emphasizing": 22671, + "highlanders": 22672, + "cheated": 22673, + "helmets": 22674, + "##ctus": 22675, + "internship": 22676, + "terence": 22677, + "bony": 22678, + "executions": 22679, + "legislators": 22680, + "berries": 22681, + "peninsular": 22682, + "tinged": 22683, + "##aco": 22684, + "1689": 22685, + "amplifier": 22686, + "corvette": 22687, + "ribbons": 22688, + "lavish": 22689, + "pennant": 22690, + "##lander": 22691, + "worthless": 22692, + "##chfield": 22693, + "##forms": 22694, + "mariano": 22695, + "pyrenees": 22696, + "expenditures": 22697, + "##icides": 22698, + "chesterfield": 22699, + "mandir": 22700, + "tailor": 22701, + "39th": 22702, + "sergey": 22703, + "nestled": 22704, + "willed": 22705, + "aristocracy": 22706, + "devotees": 22707, + "goodnight": 22708, + "raaf": 22709, + "rumored": 22710, + "weaponry": 22711, + "remy": 22712, + "appropriations": 22713, + "harcourt": 22714, + "burr": 22715, + "riaa": 22716, + "##lence": 22717, + "limitation": 22718, + "unnoticed": 22719, + "guo": 22720, + "soaking": 22721, + "swamps": 22722, + "##tica": 22723, + "collapsing": 22724, + "tatiana": 22725, + "descriptive": 22726, + "brigham": 22727, + "psalm": 22728, + "##chment": 22729, + "maddox": 22730, + "##lization": 22731, + "patti": 22732, + "caliph": 22733, + "##aja": 22734, + "akron": 22735, + "injuring": 22736, + "serra": 22737, + "##ganj": 22738, + "basins": 22739, + "##sari": 22740, + "astonished": 22741, + "launcher": 22742, + "##church": 22743, + "hilary": 22744, + "wilkins": 22745, + "sewing": 22746, + "##sf": 22747, + "stinging": 22748, + "##fia": 22749, + "##ncia": 22750, + "underwood": 22751, + "startup": 22752, + "##ition": 22753, + "compilations": 22754, + "vibrations": 22755, + "embankment": 22756, + "jurist": 22757, + "##nity": 22758, + "bard": 22759, + "juventus": 22760, + "groundwater": 22761, + "kern": 22762, + "palaces": 22763, + "helium": 22764, + "boca": 22765, + "cramped": 22766, + "marissa": 22767, + "soto": 22768, + "##worm": 22769, + "jae": 22770, + "princely": 22771, + "##ggy": 22772, + "faso": 22773, + "bazaar": 22774, + "warmly": 22775, + "##voking": 22776, + "229": 22777, + "pairing": 22778, + "##lite": 22779, + "##grate": 22780, + "##nets": 22781, + "wien": 22782, + "freaked": 22783, + "ulysses": 22784, + "rebirth": 22785, + "##alia": 22786, + "##rent": 22787, + "mummy": 22788, + "guzman": 22789, + "jimenez": 22790, + "stilled": 22791, + "##nitz": 22792, + "trajectory": 22793, + "tha": 22794, + "woken": 22795, + "archival": 22796, + "professions": 22797, + "##pts": 22798, + "##pta": 22799, + "hilly": 22800, + "shadowy": 22801, + "shrink": 22802, + "##bolt": 22803, + "norwood": 22804, + "glued": 22805, + "migrate": 22806, + "stereotypes": 22807, + "devoid": 22808, + "##pheus": 22809, + "625": 22810, + "evacuate": 22811, + "horrors": 22812, + "infancy": 22813, + "gotham": 22814, + "knowles": 22815, + "optic": 22816, + "downloaded": 22817, + "sachs": 22818, + "kingsley": 22819, + "parramatta": 22820, + "darryl": 22821, + "mor": 22822, + "##onale": 22823, + "shady": 22824, + "commence": 22825, + "confesses": 22826, + "kan": 22827, + "##meter": 22828, + "##placed": 22829, + "marlborough": 22830, + "roundabout": 22831, + "regents": 22832, + "frigates": 22833, + "io": 22834, + "##imating": 22835, + "gothenburg": 22836, + "revoked": 22837, + "carvings": 22838, + "clockwise": 22839, + "convertible": 22840, + "intruder": 22841, + "##sche": 22842, + "banged": 22843, + "##ogo": 22844, + "vicky": 22845, + "bourgeois": 22846, + "##mony": 22847, + "dupont": 22848, + "footing": 22849, + "##gum": 22850, + "pd": 22851, + "##real": 22852, + "buckle": 22853, + "yun": 22854, + "penthouse": 22855, + "sane": 22856, + "720": 22857, + "serviced": 22858, + "stakeholders": 22859, + "neumann": 22860, + "bb": 22861, + "##eers": 22862, + "comb": 22863, + "##gam": 22864, + "catchment": 22865, + "pinning": 22866, + "rallies": 22867, + "typing": 22868, + "##elles": 22869, + "forefront": 22870, + "freiburg": 22871, + "sweetie": 22872, + "giacomo": 22873, + "widowed": 22874, + "goodwill": 22875, + "worshipped": 22876, + "aspirations": 22877, + "midday": 22878, + "##vat": 22879, + "fishery": 22880, + "##trick": 22881, + "bournemouth": 22882, + "turk": 22883, + "243": 22884, + "hearth": 22885, + "ethanol": 22886, + "guadalajara": 22887, + "murmurs": 22888, + "sl": 22889, + "##uge": 22890, + "afforded": 22891, + "scripted": 22892, + "##hta": 22893, + "wah": 22894, + "##jn": 22895, + "coroner": 22896, + "translucent": 22897, + "252": 22898, + "memorials": 22899, + "puck": 22900, + "progresses": 22901, + "clumsy": 22902, + "##race": 22903, + "315": 22904, + "candace": 22905, + "recounted": 22906, + "##27": 22907, + "##slin": 22908, + "##uve": 22909, + "filtering": 22910, + "##mac": 22911, + "howl": 22912, + "strata": 22913, + "heron": 22914, + "leveled": 22915, + "##ays": 22916, + "dubious": 22917, + "##oja": 22918, + "##т": 22919, + "##wheel": 22920, + "citations": 22921, + "exhibiting": 22922, + "##laya": 22923, + "##mics": 22924, + "##pods": 22925, + "turkic": 22926, + "##lberg": 22927, + "injunction": 22928, + "##ennial": 22929, + "##mit": 22930, + "antibodies": 22931, + "##44": 22932, + "organise": 22933, + "##rigues": 22934, + "cardiovascular": 22935, + "cushion": 22936, + "inverness": 22937, + "##zquez": 22938, + "dia": 22939, + "cocoa": 22940, + "sibling": 22941, + "##tman": 22942, + "##roid": 22943, + "expanse": 22944, + "feasible": 22945, + "tunisian": 22946, + "algiers": 22947, + "##relli": 22948, + "rus": 22949, + "bloomberg": 22950, + "dso": 22951, + "westphalia": 22952, + "bro": 22953, + "tacoma": 22954, + "281": 22955, + "downloads": 22956, + "##ours": 22957, + "konrad": 22958, + "duran": 22959, + "##hdi": 22960, + "continuum": 22961, + "jett": 22962, + "compares": 22963, + "legislator": 22964, + "secession": 22965, + "##nable": 22966, + "##gues": 22967, + "##zuka": 22968, + "translating": 22969, + "reacher": 22970, + "##gley": 22971, + "##ła": 22972, + "aleppo": 22973, + "##agi": 22974, + "tc": 22975, + "orchards": 22976, + "trapping": 22977, + "linguist": 22978, + "versatile": 22979, + "drumming": 22980, + "postage": 22981, + "calhoun": 22982, + "superiors": 22983, + "##mx": 22984, + "barefoot": 22985, + "leary": 22986, + "##cis": 22987, + "ignacio": 22988, + "alfa": 22989, + "kaplan": 22990, + "##rogen": 22991, + "bratislava": 22992, + "mori": 22993, + "##vot": 22994, + "disturb": 22995, + "haas": 22996, + "313": 22997, + "cartridges": 22998, + "gilmore": 22999, + "radiated": 23000, + "salford": 23001, + "tunic": 23002, + "hades": 23003, + "##ulsive": 23004, + "archeological": 23005, + "delilah": 23006, + "magistrates": 23007, + "auditioned": 23008, + "brewster": 23009, + "charters": 23010, + "empowerment": 23011, + "blogs": 23012, + "cappella": 23013, + "dynasties": 23014, + "iroquois": 23015, + "whipping": 23016, + "##krishna": 23017, + "raceway": 23018, + "truths": 23019, + "myra": 23020, + "weaken": 23021, + "judah": 23022, + "mcgregor": 23023, + "##horse": 23024, + "mic": 23025, + "refueling": 23026, + "37th": 23027, + "burnley": 23028, + "bosses": 23029, + "markus": 23030, + "premio": 23031, + "query": 23032, + "##gga": 23033, + "dunbar": 23034, + "##economic": 23035, + "darkest": 23036, + "lyndon": 23037, + "sealing": 23038, + "commendation": 23039, + "reappeared": 23040, + "##mun": 23041, + "addicted": 23042, + "ezio": 23043, + "slaughtered": 23044, + "satisfactory": 23045, + "shuffle": 23046, + "##eves": 23047, + "##thic": 23048, + "##uj": 23049, + "fortification": 23050, + "warrington": 23051, + "##otto": 23052, + "resurrected": 23053, + "fargo": 23054, + "mane": 23055, + "##utable": 23056, + "##lei": 23057, + "##space": 23058, + "foreword": 23059, + "ox": 23060, + "##aris": 23061, + "##vern": 23062, + "abrams": 23063, + "hua": 23064, + "##mento": 23065, + "sakura": 23066, + "##alo": 23067, + "uv": 23068, + "sentimental": 23069, + "##skaya": 23070, + "midfield": 23071, + "##eses": 23072, + "sturdy": 23073, + "scrolls": 23074, + "macleod": 23075, + "##kyu": 23076, + "entropy": 23077, + "##lance": 23078, + "mitochondrial": 23079, + "cicero": 23080, + "excelled": 23081, + "thinner": 23082, + "convoys": 23083, + "perceive": 23084, + "##oslav": 23085, + "##urable": 23086, + "systematically": 23087, + "grind": 23088, + "burkina": 23089, + "287": 23090, + "##tagram": 23091, + "ops": 23092, + "##aman": 23093, + "guantanamo": 23094, + "##cloth": 23095, + "##tite": 23096, + "forcefully": 23097, + "wavy": 23098, + "##jou": 23099, + "pointless": 23100, + "##linger": 23101, + "##tze": 23102, + "layton": 23103, + "portico": 23104, + "superficial": 23105, + "clerical": 23106, + "outlaws": 23107, + "##hism": 23108, + "burials": 23109, + "muir": 23110, + "##inn": 23111, + "creditors": 23112, + "hauling": 23113, + "rattle": 23114, + "##leg": 23115, + "calais": 23116, + "monde": 23117, + "archers": 23118, + "reclaimed": 23119, + "dwell": 23120, + "wexford": 23121, + "hellenic": 23122, + "falsely": 23123, + "remorse": 23124, + "##tek": 23125, + "dough": 23126, + "furnishings": 23127, + "##uttered": 23128, + "gabon": 23129, + "neurological": 23130, + "novice": 23131, + "##igraphy": 23132, + "contemplated": 23133, + "pulpit": 23134, + "nightstand": 23135, + "saratoga": 23136, + "##istan": 23137, + "documenting": 23138, + "pulsing": 23139, + "taluk": 23140, + "##firmed": 23141, + "busted": 23142, + "marital": 23143, + "##rien": 23144, + "disagreements": 23145, + "wasps": 23146, + "##yes": 23147, + "hodge": 23148, + "mcdonnell": 23149, + "mimic": 23150, + "fran": 23151, + "pendant": 23152, + "dhabi": 23153, + "musa": 23154, + "##nington": 23155, + "congratulations": 23156, + "argent": 23157, + "darrell": 23158, + "concussion": 23159, + "losers": 23160, + "regrets": 23161, + "thessaloniki": 23162, + "reversal": 23163, + "donaldson": 23164, + "hardwood": 23165, + "thence": 23166, + "achilles": 23167, + "ritter": 23168, + "##eran": 23169, + "demonic": 23170, + "jurgen": 23171, + "prophets": 23172, + "goethe": 23173, + "eki": 23174, + "classmate": 23175, + "buff": 23176, + "##cking": 23177, + "yank": 23178, + "irrational": 23179, + "##inging": 23180, + "perished": 23181, + "seductive": 23182, + "qur": 23183, + "sourced": 23184, + "##crat": 23185, + "##typic": 23186, + "mustard": 23187, + "ravine": 23188, + "barre": 23189, + "horizontally": 23190, + "characterization": 23191, + "phylogenetic": 23192, + "boise": 23193, + "##dit": 23194, + "##runner": 23195, + "##tower": 23196, + "brutally": 23197, + "intercourse": 23198, + "seduce": 23199, + "##bbing": 23200, + "fay": 23201, + "ferris": 23202, + "ogden": 23203, + "amar": 23204, + "nik": 23205, + "unarmed": 23206, + "##inator": 23207, + "evaluating": 23208, + "kyrgyzstan": 23209, + "sweetness": 23210, + "##lford": 23211, + "##oki": 23212, + "mccormick": 23213, + "meiji": 23214, + "notoriety": 23215, + "stimulate": 23216, + "disrupt": 23217, + "figuring": 23218, + "instructional": 23219, + "mcgrath": 23220, + "##zoo": 23221, + "groundbreaking": 23222, + "##lto": 23223, + "flinch": 23224, + "khorasan": 23225, + "agrarian": 23226, + "bengals": 23227, + "mixer": 23228, + "radiating": 23229, + "##sov": 23230, + "ingram": 23231, + "pitchers": 23232, + "nad": 23233, + "tariff": 23234, + "##cript": 23235, + "tata": 23236, + "##codes": 23237, + "##emi": 23238, + "##ungen": 23239, + "appellate": 23240, + "lehigh": 23241, + "##bled": 23242, + "##giri": 23243, + "brawl": 23244, + "duct": 23245, + "texans": 23246, + "##ciation": 23247, + "##ropolis": 23248, + "skipper": 23249, + "speculative": 23250, + "vomit": 23251, + "doctrines": 23252, + "stresses": 23253, + "253": 23254, + "davy": 23255, + "graders": 23256, + "whitehead": 23257, + "jozef": 23258, + "timely": 23259, + "cumulative": 23260, + "haryana": 23261, + "paints": 23262, + "appropriately": 23263, + "boon": 23264, + "cactus": 23265, + "##ales": 23266, + "##pid": 23267, + "dow": 23268, + "legions": 23269, + "##pit": 23270, + "perceptions": 23271, + "1730": 23272, + "picturesque": 23273, + "##yse": 23274, + "periphery": 23275, + "rune": 23276, + "wr": 23277, + "##aha": 23278, + "celtics": 23279, + "sentencing": 23280, + "whoa": 23281, + "##erin": 23282, + "confirms": 23283, + "variance": 23284, + "425": 23285, + "moines": 23286, + "mathews": 23287, + "spade": 23288, + "rave": 23289, + "m1": 23290, + "fronted": 23291, + "fx": 23292, + "blending": 23293, + "alleging": 23294, + "reared": 23295, + "##gl": 23296, + "237": 23297, + "##paper": 23298, + "grassroots": 23299, + "eroded": 23300, + "##free": 23301, + "##physical": 23302, + "directs": 23303, + "ordeal": 23304, + "##sław": 23305, + "accelerate": 23306, + "hacker": 23307, + "rooftop": 23308, + "##inia": 23309, + "lev": 23310, + "buys": 23311, + "cebu": 23312, + "devote": 23313, + "##lce": 23314, + "specialising": 23315, + "##ulsion": 23316, + "choreographed": 23317, + "repetition": 23318, + "warehouses": 23319, + "##ryl": 23320, + "paisley": 23321, + "tuscany": 23322, + "analogy": 23323, + "sorcerer": 23324, + "hash": 23325, + "huts": 23326, + "shards": 23327, + "descends": 23328, + "exclude": 23329, + "nix": 23330, + "chaplin": 23331, + "gaga": 23332, + "ito": 23333, + "vane": 23334, + "##drich": 23335, + "causeway": 23336, + "misconduct": 23337, + "limo": 23338, + "orchestrated": 23339, + "glands": 23340, + "jana": 23341, + "##kot": 23342, + "u2": 23343, + "##mple": 23344, + "##sons": 23345, + "branching": 23346, + "contrasts": 23347, + "scoop": 23348, + "longed": 23349, + "##virus": 23350, + "chattanooga": 23351, + "##75": 23352, + "syrup": 23353, + "cornerstone": 23354, + "##tized": 23355, + "##mind": 23356, + "##iaceae": 23357, + "careless": 23358, + "precedence": 23359, + "frescoes": 23360, + "##uet": 23361, + "chilled": 23362, + "consult": 23363, + "modelled": 23364, + "snatch": 23365, + "peat": 23366, + "##thermal": 23367, + "caucasian": 23368, + "humane": 23369, + "relaxation": 23370, + "spins": 23371, + "temperance": 23372, + "##lbert": 23373, + "occupations": 23374, + "lambda": 23375, + "hybrids": 23376, + "moons": 23377, + "mp3": 23378, + "##oese": 23379, + "247": 23380, + "rolf": 23381, + "societal": 23382, + "yerevan": 23383, + "ness": 23384, + "##ssler": 23385, + "befriended": 23386, + "mechanized": 23387, + "nominate": 23388, + "trough": 23389, + "boasted": 23390, + "cues": 23391, + "seater": 23392, + "##hom": 23393, + "bends": 23394, + "##tangle": 23395, + "conductors": 23396, + "emptiness": 23397, + "##lmer": 23398, + "eurasian": 23399, + "adriatic": 23400, + "tian": 23401, + "##cie": 23402, + "anxiously": 23403, + "lark": 23404, + "propellers": 23405, + "chichester": 23406, + "jock": 23407, + "ev": 23408, + "2a": 23409, + "##holding": 23410, + "credible": 23411, + "recounts": 23412, + "tori": 23413, + "loyalist": 23414, + "abduction": 23415, + "##hoot": 23416, + "##redo": 23417, + "nepali": 23418, + "##mite": 23419, + "ventral": 23420, + "tempting": 23421, + "##ango": 23422, + "##crats": 23423, + "steered": 23424, + "##wice": 23425, + "javelin": 23426, + "dipping": 23427, + "laborers": 23428, + "prentice": 23429, + "looming": 23430, + "titanium": 23431, + "##ː": 23432, + "badges": 23433, + "emir": 23434, + "tensor": 23435, + "##ntation": 23436, + "egyptians": 23437, + "rash": 23438, + "denies": 23439, + "hawthorne": 23440, + "lombard": 23441, + "showers": 23442, + "wehrmacht": 23443, + "dietary": 23444, + "trojan": 23445, + "##reus": 23446, + "welles": 23447, + "executing": 23448, + "horseshoe": 23449, + "lifeboat": 23450, + "##lak": 23451, + "elsa": 23452, + "infirmary": 23453, + "nearing": 23454, + "roberta": 23455, + "boyer": 23456, + "mutter": 23457, + "trillion": 23458, + "joanne": 23459, + "##fine": 23460, + "##oked": 23461, + "sinks": 23462, + "vortex": 23463, + "uruguayan": 23464, + "clasp": 23465, + "sirius": 23466, + "##block": 23467, + "accelerator": 23468, + "prohibit": 23469, + "sunken": 23470, + "byu": 23471, + "chronological": 23472, + "diplomats": 23473, + "ochreous": 23474, + "510": 23475, + "symmetrical": 23476, + "1644": 23477, + "maia": 23478, + "##tology": 23479, + "salts": 23480, + "reigns": 23481, + "atrocities": 23482, + "##ия": 23483, + "hess": 23484, + "bared": 23485, + "issn": 23486, + "##vyn": 23487, + "cater": 23488, + "saturated": 23489, + "##cycle": 23490, + "##isse": 23491, + "sable": 23492, + "voyager": 23493, + "dyer": 23494, + "yusuf": 23495, + "##inge": 23496, + "fountains": 23497, + "wolff": 23498, + "##39": 23499, + "##nni": 23500, + "engraving": 23501, + "rollins": 23502, + "atheist": 23503, + "ominous": 23504, + "##ault": 23505, + "herr": 23506, + "chariot": 23507, + "martina": 23508, + "strung": 23509, + "##fell": 23510, + "##farlane": 23511, + "horrific": 23512, + "sahib": 23513, + "gazes": 23514, + "saetan": 23515, + "erased": 23516, + "ptolemy": 23517, + "##olic": 23518, + "flushing": 23519, + "lauderdale": 23520, + "analytic": 23521, + "##ices": 23522, + "530": 23523, + "navarro": 23524, + "beak": 23525, + "gorilla": 23526, + "herrera": 23527, + "broom": 23528, + "guadalupe": 23529, + "raiding": 23530, + "sykes": 23531, + "311": 23532, + "bsc": 23533, + "deliveries": 23534, + "1720": 23535, + "invasions": 23536, + "carmichael": 23537, + "tajikistan": 23538, + "thematic": 23539, + "ecumenical": 23540, + "sentiments": 23541, + "onstage": 23542, + "##rians": 23543, + "##brand": 23544, + "##sume": 23545, + "catastrophic": 23546, + "flanks": 23547, + "molten": 23548, + "##arns": 23549, + "waller": 23550, + "aimee": 23551, + "terminating": 23552, + "##icing": 23553, + "alternately": 23554, + "##oche": 23555, + "nehru": 23556, + "printers": 23557, + "outraged": 23558, + "##eving": 23559, + "empires": 23560, + "template": 23561, + "banners": 23562, + "repetitive": 23563, + "za": 23564, + "##oise": 23565, + "vegetarian": 23566, + "##tell": 23567, + "guiana": 23568, + "opt": 23569, + "cavendish": 23570, + "lucknow": 23571, + "synthesized": 23572, + "##hani": 23573, + "##mada": 23574, + "finalized": 23575, + "##ctable": 23576, + "fictitious": 23577, + "mayoral": 23578, + "unreliable": 23579, + "##enham": 23580, + "embracing": 23581, + "peppers": 23582, + "rbis": 23583, + "##chio": 23584, + "##neo": 23585, + "inhibition": 23586, + "slashed": 23587, + "togo": 23588, + "orderly": 23589, + "embroidered": 23590, + "safari": 23591, + "salty": 23592, + "236": 23593, + "barron": 23594, + "benito": 23595, + "totaled": 23596, + "##dak": 23597, + "pubs": 23598, + "simulated": 23599, + "caden": 23600, + "devin": 23601, + "tolkien": 23602, + "momma": 23603, + "welding": 23604, + "sesame": 23605, + "##ept": 23606, + "gottingen": 23607, + "hardness": 23608, + "630": 23609, + "shaman": 23610, + "temeraire": 23611, + "620": 23612, + "adequately": 23613, + "pediatric": 23614, + "##kit": 23615, + "ck": 23616, + "assertion": 23617, + "radicals": 23618, + "composure": 23619, + "cadence": 23620, + "seafood": 23621, + "beaufort": 23622, + "lazarus": 23623, + "mani": 23624, + "warily": 23625, + "cunning": 23626, + "kurdistan": 23627, + "249": 23628, + "cantata": 23629, + "##kir": 23630, + "ares": 23631, + "##41": 23632, + "##clusive": 23633, + "nape": 23634, + "townland": 23635, + "geared": 23636, + "insulted": 23637, + "flutter": 23638, + "boating": 23639, + "violate": 23640, + "draper": 23641, + "dumping": 23642, + "malmo": 23643, + "##hh": 23644, + "##romatic": 23645, + "firearm": 23646, + "alta": 23647, + "bono": 23648, + "obscured": 23649, + "##clave": 23650, + "exceeds": 23651, + "panorama": 23652, + "unbelievable": 23653, + "##train": 23654, + "preschool": 23655, + "##essed": 23656, + "disconnected": 23657, + "installing": 23658, + "rescuing": 23659, + "secretaries": 23660, + "accessibility": 23661, + "##castle": 23662, + "##drive": 23663, + "##ifice": 23664, + "##film": 23665, + "bouts": 23666, + "slug": 23667, + "waterway": 23668, + "mindanao": 23669, + "##buro": 23670, + "##ratic": 23671, + "halves": 23672, + "##ل": 23673, + "calming": 23674, + "liter": 23675, + "maternity": 23676, + "adorable": 23677, + "bragg": 23678, + "electrification": 23679, + "mcc": 23680, + "##dote": 23681, + "roxy": 23682, + "schizophrenia": 23683, + "##body": 23684, + "munoz": 23685, + "kaye": 23686, + "whaling": 23687, + "239": 23688, + "mil": 23689, + "tingling": 23690, + "tolerant": 23691, + "##ago": 23692, + "unconventional": 23693, + "volcanoes": 23694, + "##finder": 23695, + "deportivo": 23696, + "##llie": 23697, + "robson": 23698, + "kaufman": 23699, + "neuroscience": 23700, + "wai": 23701, + "deportation": 23702, + "masovian": 23703, + "scraping": 23704, + "converse": 23705, + "##bh": 23706, + "hacking": 23707, + "bulge": 23708, + "##oun": 23709, + "administratively": 23710, + "yao": 23711, + "580": 23712, + "amp": 23713, + "mammoth": 23714, + "booster": 23715, + "claremont": 23716, + "hooper": 23717, + "nomenclature": 23718, + "pursuits": 23719, + "mclaughlin": 23720, + "melinda": 23721, + "##sul": 23722, + "catfish": 23723, + "barclay": 23724, + "substrates": 23725, + "taxa": 23726, + "zee": 23727, + "originals": 23728, + "kimberly": 23729, + "packets": 23730, + "padma": 23731, + "##ality": 23732, + "borrowing": 23733, + "ostensibly": 23734, + "solvent": 23735, + "##bri": 23736, + "##genesis": 23737, + "##mist": 23738, + "lukas": 23739, + "shreveport": 23740, + "veracruz": 23741, + "##ь": 23742, + "##lou": 23743, + "##wives": 23744, + "cheney": 23745, + "tt": 23746, + "anatolia": 23747, + "hobbs": 23748, + "##zyn": 23749, + "cyclic": 23750, + "radiant": 23751, + "alistair": 23752, + "greenish": 23753, + "siena": 23754, + "dat": 23755, + "independents": 23756, + "##bation": 23757, + "conform": 23758, + "pieter": 23759, + "hyper": 23760, + "applicant": 23761, + "bradshaw": 23762, + "spores": 23763, + "telangana": 23764, + "vinci": 23765, + "inexpensive": 23766, + "nuclei": 23767, + "322": 23768, + "jang": 23769, + "nme": 23770, + "soho": 23771, + "spd": 23772, + "##ign": 23773, + "cradled": 23774, + "receptionist": 23775, + "pow": 23776, + "##43": 23777, + "##rika": 23778, + "fascism": 23779, + "##ifer": 23780, + "experimenting": 23781, + "##ading": 23782, + "##iec": 23783, + "##region": 23784, + "345": 23785, + "jocelyn": 23786, + "maris": 23787, + "stair": 23788, + "nocturnal": 23789, + "toro": 23790, + "constabulary": 23791, + "elgin": 23792, + "##kker": 23793, + "msc": 23794, + "##giving": 23795, + "##schen": 23796, + "##rase": 23797, + "doherty": 23798, + "doping": 23799, + "sarcastically": 23800, + "batter": 23801, + "maneuvers": 23802, + "##cano": 23803, + "##apple": 23804, + "##gai": 23805, + "##git": 23806, + "intrinsic": 23807, + "##nst": 23808, + "##stor": 23809, + "1753": 23810, + "showtime": 23811, + "cafes": 23812, + "gasps": 23813, + "lviv": 23814, + "ushered": 23815, + "##thed": 23816, + "fours": 23817, + "restart": 23818, + "astonishment": 23819, + "transmitting": 23820, + "flyer": 23821, + "shrugs": 23822, + "##sau": 23823, + "intriguing": 23824, + "cones": 23825, + "dictated": 23826, + "mushrooms": 23827, + "medial": 23828, + "##kovsky": 23829, + "##elman": 23830, + "escorting": 23831, + "gaped": 23832, + "##26": 23833, + "godfather": 23834, + "##door": 23835, + "##sell": 23836, + "djs": 23837, + "recaptured": 23838, + "timetable": 23839, + "vila": 23840, + "1710": 23841, + "3a": 23842, + "aerodrome": 23843, + "mortals": 23844, + "scientology": 23845, + "##orne": 23846, + "angelina": 23847, + "mag": 23848, + "convection": 23849, + "unpaid": 23850, + "insertion": 23851, + "intermittent": 23852, + "lego": 23853, + "##nated": 23854, + "endeavor": 23855, + "kota": 23856, + "pereira": 23857, + "##lz": 23858, + "304": 23859, + "bwv": 23860, + "glamorgan": 23861, + "insults": 23862, + "agatha": 23863, + "fey": 23864, + "##cend": 23865, + "fleetwood": 23866, + "mahogany": 23867, + "protruding": 23868, + "steamship": 23869, + "zeta": 23870, + "##arty": 23871, + "mcguire": 23872, + "suspense": 23873, + "##sphere": 23874, + "advising": 23875, + "urges": 23876, + "##wala": 23877, + "hurriedly": 23878, + "meteor": 23879, + "gilded": 23880, + "inline": 23881, + "arroyo": 23882, + "stalker": 23883, + "##oge": 23884, + "excitedly": 23885, + "revered": 23886, + "##cure": 23887, + "earle": 23888, + "introductory": 23889, + "##break": 23890, + "##ilde": 23891, + "mutants": 23892, + "puff": 23893, + "pulses": 23894, + "reinforcement": 23895, + "##haling": 23896, + "curses": 23897, + "lizards": 23898, + "stalk": 23899, + "correlated": 23900, + "##fixed": 23901, + "fallout": 23902, + "macquarie": 23903, + "##unas": 23904, + "bearded": 23905, + "denton": 23906, + "heaving": 23907, + "802": 23908, + "##ocation": 23909, + "winery": 23910, + "assign": 23911, + "dortmund": 23912, + "##lkirk": 23913, + "everest": 23914, + "invariant": 23915, + "charismatic": 23916, + "susie": 23917, + "##elling": 23918, + "bled": 23919, + "lesley": 23920, + "telegram": 23921, + "sumner": 23922, + "bk": 23923, + "##ogen": 23924, + "##к": 23925, + "wilcox": 23926, + "needy": 23927, + "colbert": 23928, + "duval": 23929, + "##iferous": 23930, + "##mbled": 23931, + "allotted": 23932, + "attends": 23933, + "imperative": 23934, + "##hita": 23935, + "replacements": 23936, + "hawker": 23937, + "##inda": 23938, + "insurgency": 23939, + "##zee": 23940, + "##eke": 23941, + "casts": 23942, + "##yla": 23943, + "680": 23944, + "ives": 23945, + "transitioned": 23946, + "##pack": 23947, + "##powering": 23948, + "authoritative": 23949, + "baylor": 23950, + "flex": 23951, + "cringed": 23952, + "plaintiffs": 23953, + "woodrow": 23954, + "##skie": 23955, + "drastic": 23956, + "ape": 23957, + "aroma": 23958, + "unfolded": 23959, + "commotion": 23960, + "nt": 23961, + "preoccupied": 23962, + "theta": 23963, + "routines": 23964, + "lasers": 23965, + "privatization": 23966, + "wand": 23967, + "domino": 23968, + "ek": 23969, + "clenching": 23970, + "nsa": 23971, + "strategically": 23972, + "showered": 23973, + "bile": 23974, + "handkerchief": 23975, + "pere": 23976, + "storing": 23977, + "christophe": 23978, + "insulting": 23979, + "316": 23980, + "nakamura": 23981, + "romani": 23982, + "asiatic": 23983, + "magdalena": 23984, + "palma": 23985, + "cruises": 23986, + "stripping": 23987, + "405": 23988, + "konstantin": 23989, + "soaring": 23990, + "##berman": 23991, + "colloquially": 23992, + "forerunner": 23993, + "havilland": 23994, + "incarcerated": 23995, + "parasites": 23996, + "sincerity": 23997, + "##utus": 23998, + "disks": 23999, + "plank": 24000, + "saigon": 24001, + "##ining": 24002, + "corbin": 24003, + "homo": 24004, + "ornaments": 24005, + "powerhouse": 24006, + "##tlement": 24007, + "chong": 24008, + "fastened": 24009, + "feasibility": 24010, + "idf": 24011, + "morphological": 24012, + "usable": 24013, + "##nish": 24014, + "##zuki": 24015, + "aqueduct": 24016, + "jaguars": 24017, + "keepers": 24018, + "##flies": 24019, + "aleksandr": 24020, + "faust": 24021, + "assigns": 24022, + "ewing": 24023, + "bacterium": 24024, + "hurled": 24025, + "tricky": 24026, + "hungarians": 24027, + "integers": 24028, + "wallis": 24029, + "321": 24030, + "yamaha": 24031, + "##isha": 24032, + "hushed": 24033, + "oblivion": 24034, + "aviator": 24035, + "evangelist": 24036, + "friars": 24037, + "##eller": 24038, + "monograph": 24039, + "ode": 24040, + "##nary": 24041, + "airplanes": 24042, + "labourers": 24043, + "charms": 24044, + "##nee": 24045, + "1661": 24046, + "hagen": 24047, + "tnt": 24048, + "rudder": 24049, + "fiesta": 24050, + "transcript": 24051, + "dorothea": 24052, + "ska": 24053, + "inhibitor": 24054, + "maccabi": 24055, + "retorted": 24056, + "raining": 24057, + "encompassed": 24058, + "clauses": 24059, + "menacing": 24060, + "1642": 24061, + "lineman": 24062, + "##gist": 24063, + "vamps": 24064, + "##ape": 24065, + "##dick": 24066, + "gloom": 24067, + "##rera": 24068, + "dealings": 24069, + "easing": 24070, + "seekers": 24071, + "##nut": 24072, + "##pment": 24073, + "helens": 24074, + "unmanned": 24075, + "##anu": 24076, + "##isson": 24077, + "basics": 24078, + "##amy": 24079, + "##ckman": 24080, + "adjustments": 24081, + "1688": 24082, + "brutality": 24083, + "horne": 24084, + "##zell": 24085, + "sui": 24086, + "##55": 24087, + "##mable": 24088, + "aggregator": 24089, + "##thal": 24090, + "rhino": 24091, + "##drick": 24092, + "##vira": 24093, + "counters": 24094, + "zoom": 24095, + "##01": 24096, + "##rting": 24097, + "mn": 24098, + "montenegrin": 24099, + "packard": 24100, + "##unciation": 24101, + "##♭": 24102, + "##kki": 24103, + "reclaim": 24104, + "scholastic": 24105, + "thugs": 24106, + "pulsed": 24107, + "##icia": 24108, + "syriac": 24109, + "quan": 24110, + "saddam": 24111, + "banda": 24112, + "kobe": 24113, + "blaming": 24114, + "buddies": 24115, + "dissent": 24116, + "##lusion": 24117, + "##usia": 24118, + "corbett": 24119, + "jaya": 24120, + "delle": 24121, + "erratic": 24122, + "lexie": 24123, + "##hesis": 24124, + "435": 24125, + "amiga": 24126, + "hermes": 24127, + "##pressing": 24128, + "##leen": 24129, + "chapels": 24130, + "gospels": 24131, + "jamal": 24132, + "##uating": 24133, + "compute": 24134, + "revolving": 24135, + "warp": 24136, + "##sso": 24137, + "##thes": 24138, + "armory": 24139, + "##eras": 24140, + "##gol": 24141, + "antrim": 24142, + "loki": 24143, + "##kow": 24144, + "##asian": 24145, + "##good": 24146, + "##zano": 24147, + "braid": 24148, + "handwriting": 24149, + "subdistrict": 24150, + "funky": 24151, + "pantheon": 24152, + "##iculate": 24153, + "concurrency": 24154, + "estimation": 24155, + "improper": 24156, + "juliana": 24157, + "##his": 24158, + "newcomers": 24159, + "johnstone": 24160, + "staten": 24161, + "communicated": 24162, + "##oco": 24163, + "##alle": 24164, + "sausage": 24165, + "stormy": 24166, + "##stered": 24167, + "##tters": 24168, + "superfamily": 24169, + "##grade": 24170, + "acidic": 24171, + "collateral": 24172, + "tabloid": 24173, + "##oped": 24174, + "##rza": 24175, + "bladder": 24176, + "austen": 24177, + "##ellant": 24178, + "mcgraw": 24179, + "##hay": 24180, + "hannibal": 24181, + "mein": 24182, + "aquino": 24183, + "lucifer": 24184, + "wo": 24185, + "badger": 24186, + "boar": 24187, + "cher": 24188, + "christensen": 24189, + "greenberg": 24190, + "interruption": 24191, + "##kken": 24192, + "jem": 24193, + "244": 24194, + "mocked": 24195, + "bottoms": 24196, + "cambridgeshire": 24197, + "##lide": 24198, + "sprawling": 24199, + "##bbly": 24200, + "eastwood": 24201, + "ghent": 24202, + "synth": 24203, + "##buck": 24204, + "advisers": 24205, + "##bah": 24206, + "nominally": 24207, + "hapoel": 24208, + "qu": 24209, + "daggers": 24210, + "estranged": 24211, + "fabricated": 24212, + "towels": 24213, + "vinnie": 24214, + "wcw": 24215, + "misunderstanding": 24216, + "anglia": 24217, + "nothin": 24218, + "unmistakable": 24219, + "##dust": 24220, + "##lova": 24221, + "chilly": 24222, + "marquette": 24223, + "truss": 24224, + "##edge": 24225, + "##erine": 24226, + "reece": 24227, + "##lty": 24228, + "##chemist": 24229, + "##connected": 24230, + "272": 24231, + "308": 24232, + "41st": 24233, + "bash": 24234, + "raion": 24235, + "waterfalls": 24236, + "##ump": 24237, + "##main": 24238, + "labyrinth": 24239, + "queue": 24240, + "theorist": 24241, + "##istle": 24242, + "bharatiya": 24243, + "flexed": 24244, + "soundtracks": 24245, + "rooney": 24246, + "leftist": 24247, + "patrolling": 24248, + "wharton": 24249, + "plainly": 24250, + "alleviate": 24251, + "eastman": 24252, + "schuster": 24253, + "topographic": 24254, + "engages": 24255, + "immensely": 24256, + "unbearable": 24257, + "fairchild": 24258, + "1620": 24259, + "dona": 24260, + "lurking": 24261, + "parisian": 24262, + "oliveira": 24263, + "ia": 24264, + "indictment": 24265, + "hahn": 24266, + "bangladeshi": 24267, + "##aster": 24268, + "vivo": 24269, + "##uming": 24270, + "##ential": 24271, + "antonia": 24272, + "expects": 24273, + "indoors": 24274, + "kildare": 24275, + "harlan": 24276, + "##logue": 24277, + "##ogenic": 24278, + "##sities": 24279, + "forgiven": 24280, + "##wat": 24281, + "childish": 24282, + "tavi": 24283, + "##mide": 24284, + "##orra": 24285, + "plausible": 24286, + "grimm": 24287, + "successively": 24288, + "scooted": 24289, + "##bola": 24290, + "##dget": 24291, + "##rith": 24292, + "spartans": 24293, + "emery": 24294, + "flatly": 24295, + "azure": 24296, + "epilogue": 24297, + "##wark": 24298, + "flourish": 24299, + "##iny": 24300, + "##tracted": 24301, + "##overs": 24302, + "##oshi": 24303, + "bestseller": 24304, + "distressed": 24305, + "receipt": 24306, + "spitting": 24307, + "hermit": 24308, + "topological": 24309, + "##cot": 24310, + "drilled": 24311, + "subunit": 24312, + "francs": 24313, + "##layer": 24314, + "eel": 24315, + "##fk": 24316, + "##itas": 24317, + "octopus": 24318, + "footprint": 24319, + "petitions": 24320, + "ufo": 24321, + "##say": 24322, + "##foil": 24323, + "interfering": 24324, + "leaking": 24325, + "palo": 24326, + "##metry": 24327, + "thistle": 24328, + "valiant": 24329, + "##pic": 24330, + "narayan": 24331, + "mcpherson": 24332, + "##fast": 24333, + "gonzales": 24334, + "##ym": 24335, + "##enne": 24336, + "dustin": 24337, + "novgorod": 24338, + "solos": 24339, + "##zman": 24340, + "doin": 24341, + "##raph": 24342, + "##patient": 24343, + "##meyer": 24344, + "soluble": 24345, + "ashland": 24346, + "cuffs": 24347, + "carole": 24348, + "pendleton": 24349, + "whistling": 24350, + "vassal": 24351, + "##river": 24352, + "deviation": 24353, + "revisited": 24354, + "constituents": 24355, + "rallied": 24356, + "rotate": 24357, + "loomed": 24358, + "##eil": 24359, + "##nting": 24360, + "amateurs": 24361, + "augsburg": 24362, + "auschwitz": 24363, + "crowns": 24364, + "skeletons": 24365, + "##cona": 24366, + "bonnet": 24367, + "257": 24368, + "dummy": 24369, + "globalization": 24370, + "simeon": 24371, + "sleeper": 24372, + "mandal": 24373, + "differentiated": 24374, + "##crow": 24375, + "##mare": 24376, + "milne": 24377, + "bundled": 24378, + "exasperated": 24379, + "talmud": 24380, + "owes": 24381, + "segregated": 24382, + "##feng": 24383, + "##uary": 24384, + "dentist": 24385, + "piracy": 24386, + "props": 24387, + "##rang": 24388, + "devlin": 24389, + "##torium": 24390, + "malicious": 24391, + "paws": 24392, + "##laid": 24393, + "dependency": 24394, + "##ergy": 24395, + "##fers": 24396, + "##enna": 24397, + "258": 24398, + "pistons": 24399, + "rourke": 24400, + "jed": 24401, + "grammatical": 24402, + "tres": 24403, + "maha": 24404, + "wig": 24405, + "512": 24406, + "ghostly": 24407, + "jayne": 24408, + "##achal": 24409, + "##creen": 24410, + "##ilis": 24411, + "##lins": 24412, + "##rence": 24413, + "designate": 24414, + "##with": 24415, + "arrogance": 24416, + "cambodian": 24417, + "clones": 24418, + "showdown": 24419, + "throttle": 24420, + "twain": 24421, + "##ception": 24422, + "lobes": 24423, + "metz": 24424, + "nagoya": 24425, + "335": 24426, + "braking": 24427, + "##furt": 24428, + "385": 24429, + "roaming": 24430, + "##minster": 24431, + "amin": 24432, + "crippled": 24433, + "##37": 24434, + "##llary": 24435, + "indifferent": 24436, + "hoffmann": 24437, + "idols": 24438, + "intimidating": 24439, + "1751": 24440, + "261": 24441, + "influenza": 24442, + "memo": 24443, + "onions": 24444, + "1748": 24445, + "bandage": 24446, + "consciously": 24447, + "##landa": 24448, + "##rage": 24449, + "clandestine": 24450, + "observes": 24451, + "swiped": 24452, + "tangle": 24453, + "##ener": 24454, + "##jected": 24455, + "##trum": 24456, + "##bill": 24457, + "##lta": 24458, + "hugs": 24459, + "congresses": 24460, + "josiah": 24461, + "spirited": 24462, + "##dek": 24463, + "humanist": 24464, + "managerial": 24465, + "filmmaking": 24466, + "inmate": 24467, + "rhymes": 24468, + "debuting": 24469, + "grimsby": 24470, + "ur": 24471, + "##laze": 24472, + "duplicate": 24473, + "vigor": 24474, + "##tf": 24475, + "republished": 24476, + "bolshevik": 24477, + "refurbishment": 24478, + "antibiotics": 24479, + "martini": 24480, + "methane": 24481, + "newscasts": 24482, + "royale": 24483, + "horizons": 24484, + "levant": 24485, + "iain": 24486, + "visas": 24487, + "##ischen": 24488, + "paler": 24489, + "##around": 24490, + "manifestation": 24491, + "snuck": 24492, + "alf": 24493, + "chop": 24494, + "futile": 24495, + "pedestal": 24496, + "rehab": 24497, + "##kat": 24498, + "bmg": 24499, + "kerman": 24500, + "res": 24501, + "fairbanks": 24502, + "jarrett": 24503, + "abstraction": 24504, + "saharan": 24505, + "##zek": 24506, + "1746": 24507, + "procedural": 24508, + "clearer": 24509, + "kincaid": 24510, + "sash": 24511, + "luciano": 24512, + "##ffey": 24513, + "crunch": 24514, + "helmut": 24515, + "##vara": 24516, + "revolutionaries": 24517, + "##tute": 24518, + "creamy": 24519, + "leach": 24520, + "##mmon": 24521, + "1747": 24522, + "permitting": 24523, + "nes": 24524, + "plight": 24525, + "wendell": 24526, + "##lese": 24527, + "contra": 24528, + "ts": 24529, + "clancy": 24530, + "ipa": 24531, + "mach": 24532, + "staples": 24533, + "autopsy": 24534, + "disturbances": 24535, + "nueva": 24536, + "karin": 24537, + "pontiac": 24538, + "##uding": 24539, + "proxy": 24540, + "venerable": 24541, + "haunt": 24542, + "leto": 24543, + "bergman": 24544, + "expands": 24545, + "##helm": 24546, + "wal": 24547, + "##pipe": 24548, + "canning": 24549, + "celine": 24550, + "cords": 24551, + "obesity": 24552, + "##enary": 24553, + "intrusion": 24554, + "planner": 24555, + "##phate": 24556, + "reasoned": 24557, + "sequencing": 24558, + "307": 24559, + "harrow": 24560, + "##chon": 24561, + "##dora": 24562, + "marred": 24563, + "mcintyre": 24564, + "repay": 24565, + "tarzan": 24566, + "darting": 24567, + "248": 24568, + "harrisburg": 24569, + "margarita": 24570, + "repulsed": 24571, + "##hur": 24572, + "##lding": 24573, + "belinda": 24574, + "hamburger": 24575, + "novo": 24576, + "compliant": 24577, + "runways": 24578, + "bingham": 24579, + "registrar": 24580, + "skyscraper": 24581, + "ic": 24582, + "cuthbert": 24583, + "improvisation": 24584, + "livelihood": 24585, + "##corp": 24586, + "##elial": 24587, + "admiring": 24588, + "##dened": 24589, + "sporadic": 24590, + "believer": 24591, + "casablanca": 24592, + "popcorn": 24593, + "##29": 24594, + "asha": 24595, + "shovel": 24596, + "##bek": 24597, + "##dice": 24598, + "coiled": 24599, + "tangible": 24600, + "##dez": 24601, + "casper": 24602, + "elsie": 24603, + "resin": 24604, + "tenderness": 24605, + "rectory": 24606, + "##ivision": 24607, + "avail": 24608, + "sonar": 24609, + "##mori": 24610, + "boutique": 24611, + "##dier": 24612, + "guerre": 24613, + "bathed": 24614, + "upbringing": 24615, + "vaulted": 24616, + "sandals": 24617, + "blessings": 24618, + "##naut": 24619, + "##utnant": 24620, + "1680": 24621, + "306": 24622, + "foxes": 24623, + "pia": 24624, + "corrosion": 24625, + "hesitantly": 24626, + "confederates": 24627, + "crystalline": 24628, + "footprints": 24629, + "shapiro": 24630, + "tirana": 24631, + "valentin": 24632, + "drones": 24633, + "45th": 24634, + "microscope": 24635, + "shipments": 24636, + "texted": 24637, + "inquisition": 24638, + "wry": 24639, + "guernsey": 24640, + "unauthorized": 24641, + "resigning": 24642, + "760": 24643, + "ripple": 24644, + "schubert": 24645, + "stu": 24646, + "reassure": 24647, + "felony": 24648, + "##ardo": 24649, + "brittle": 24650, + "koreans": 24651, + "##havan": 24652, + "##ives": 24653, + "dun": 24654, + "implicit": 24655, + "tyres": 24656, + "##aldi": 24657, + "##lth": 24658, + "magnolia": 24659, + "##ehan": 24660, + "##puri": 24661, + "##poulos": 24662, + "aggressively": 24663, + "fei": 24664, + "gr": 24665, + "familiarity": 24666, + "##poo": 24667, + "indicative": 24668, + "##trust": 24669, + "fundamentally": 24670, + "jimmie": 24671, + "overrun": 24672, + "395": 24673, + "anchors": 24674, + "moans": 24675, + "##opus": 24676, + "britannia": 24677, + "armagh": 24678, + "##ggle": 24679, + "purposely": 24680, + "seizing": 24681, + "##vao": 24682, + "bewildered": 24683, + "mundane": 24684, + "avoidance": 24685, + "cosmopolitan": 24686, + "geometridae": 24687, + "quartermaster": 24688, + "caf": 24689, + "415": 24690, + "chatter": 24691, + "engulfed": 24692, + "gleam": 24693, + "purge": 24694, + "##icate": 24695, + "juliette": 24696, + "jurisprudence": 24697, + "guerra": 24698, + "revisions": 24699, + "##bn": 24700, + "casimir": 24701, + "brew": 24702, + "##jm": 24703, + "1749": 24704, + "clapton": 24705, + "cloudy": 24706, + "conde": 24707, + "hermitage": 24708, + "278": 24709, + "simulations": 24710, + "torches": 24711, + "vincenzo": 24712, + "matteo": 24713, + "##rill": 24714, + "hidalgo": 24715, + "booming": 24716, + "westbound": 24717, + "accomplishment": 24718, + "tentacles": 24719, + "unaffected": 24720, + "##sius": 24721, + "annabelle": 24722, + "flopped": 24723, + "sloping": 24724, + "##litz": 24725, + "dreamer": 24726, + "interceptor": 24727, + "vu": 24728, + "##loh": 24729, + "consecration": 24730, + "copying": 24731, + "messaging": 24732, + "breaker": 24733, + "climates": 24734, + "hospitalized": 24735, + "1752": 24736, + "torino": 24737, + "afternoons": 24738, + "winfield": 24739, + "witnessing": 24740, + "##teacher": 24741, + "breakers": 24742, + "choirs": 24743, + "sawmill": 24744, + "coldly": 24745, + "##ege": 24746, + "sipping": 24747, + "haste": 24748, + "uninhabited": 24749, + "conical": 24750, + "bibliography": 24751, + "pamphlets": 24752, + "severn": 24753, + "edict": 24754, + "##oca": 24755, + "deux": 24756, + "illnesses": 24757, + "grips": 24758, + "##pl": 24759, + "rehearsals": 24760, + "sis": 24761, + "thinkers": 24762, + "tame": 24763, + "##keepers": 24764, + "1690": 24765, + "acacia": 24766, + "reformer": 24767, + "##osed": 24768, + "##rys": 24769, + "shuffling": 24770, + "##iring": 24771, + "##shima": 24772, + "eastbound": 24773, + "ionic": 24774, + "rhea": 24775, + "flees": 24776, + "littered": 24777, + "##oum": 24778, + "rocker": 24779, + "vomiting": 24780, + "groaning": 24781, + "champ": 24782, + "overwhelmingly": 24783, + "civilizations": 24784, + "paces": 24785, + "sloop": 24786, + "adoptive": 24787, + "##tish": 24788, + "skaters": 24789, + "##vres": 24790, + "aiding": 24791, + "mango": 24792, + "##joy": 24793, + "nikola": 24794, + "shriek": 24795, + "##ignon": 24796, + "pharmaceuticals": 24797, + "##mg": 24798, + "tuna": 24799, + "calvert": 24800, + "gustavo": 24801, + "stocked": 24802, + "yearbook": 24803, + "##urai": 24804, + "##mana": 24805, + "computed": 24806, + "subsp": 24807, + "riff": 24808, + "hanoi": 24809, + "kelvin": 24810, + "hamid": 24811, + "moors": 24812, + "pastures": 24813, + "summons": 24814, + "jihad": 24815, + "nectar": 24816, + "##ctors": 24817, + "bayou": 24818, + "untitled": 24819, + "pleasing": 24820, + "vastly": 24821, + "republics": 24822, + "intellect": 24823, + "##η": 24824, + "##ulio": 24825, + "##tou": 24826, + "crumbling": 24827, + "stylistic": 24828, + "sb": 24829, + "##ی": 24830, + "consolation": 24831, + "frequented": 24832, + "h₂o": 24833, + "walden": 24834, + "widows": 24835, + "##iens": 24836, + "404": 24837, + "##ignment": 24838, + "chunks": 24839, + "improves": 24840, + "288": 24841, + "grit": 24842, + "recited": 24843, + "##dev": 24844, + "snarl": 24845, + "sociological": 24846, + "##arte": 24847, + "##gul": 24848, + "inquired": 24849, + "##held": 24850, + "bruise": 24851, + "clube": 24852, + "consultancy": 24853, + "homogeneous": 24854, + "hornets": 24855, + "multiplication": 24856, + "pasta": 24857, + "prick": 24858, + "savior": 24859, + "##grin": 24860, + "##kou": 24861, + "##phile": 24862, + "yoon": 24863, + "##gara": 24864, + "grimes": 24865, + "vanishing": 24866, + "cheering": 24867, + "reacting": 24868, + "bn": 24869, + "distillery": 24870, + "##quisite": 24871, + "##vity": 24872, + "coe": 24873, + "dockyard": 24874, + "massif": 24875, + "##jord": 24876, + "escorts": 24877, + "voss": 24878, + "##valent": 24879, + "byte": 24880, + "chopped": 24881, + "hawke": 24882, + "illusions": 24883, + "workings": 24884, + "floats": 24885, + "##koto": 24886, + "##vac": 24887, + "kv": 24888, + "annapolis": 24889, + "madden": 24890, + "##onus": 24891, + "alvaro": 24892, + "noctuidae": 24893, + "##cum": 24894, + "##scopic": 24895, + "avenge": 24896, + "steamboat": 24897, + "forte": 24898, + "illustrates": 24899, + "erika": 24900, + "##trip": 24901, + "570": 24902, + "dew": 24903, + "nationalities": 24904, + "bran": 24905, + "manifested": 24906, + "thirsty": 24907, + "diversified": 24908, + "muscled": 24909, + "reborn": 24910, + "##standing": 24911, + "arson": 24912, + "##lessness": 24913, + "##dran": 24914, + "##logram": 24915, + "##boys": 24916, + "##kushima": 24917, + "##vious": 24918, + "willoughby": 24919, + "##phobia": 24920, + "286": 24921, + "alsace": 24922, + "dashboard": 24923, + "yuki": 24924, + "##chai": 24925, + "granville": 24926, + "myspace": 24927, + "publicized": 24928, + "tricked": 24929, + "##gang": 24930, + "adjective": 24931, + "##ater": 24932, + "relic": 24933, + "reorganisation": 24934, + "enthusiastically": 24935, + "indications": 24936, + "saxe": 24937, + "##lassified": 24938, + "consolidate": 24939, + "iec": 24940, + "padua": 24941, + "helplessly": 24942, + "ramps": 24943, + "renaming": 24944, + "regulars": 24945, + "pedestrians": 24946, + "accents": 24947, + "convicts": 24948, + "inaccurate": 24949, + "lowers": 24950, + "mana": 24951, + "##pati": 24952, + "barrie": 24953, + "bjp": 24954, + "outta": 24955, + "someplace": 24956, + "berwick": 24957, + "flanking": 24958, + "invoked": 24959, + "marrow": 24960, + "sparsely": 24961, + "excerpts": 24962, + "clothed": 24963, + "rei": 24964, + "##ginal": 24965, + "wept": 24966, + "##straße": 24967, + "##vish": 24968, + "alexa": 24969, + "excel": 24970, + "##ptive": 24971, + "membranes": 24972, + "aquitaine": 24973, + "creeks": 24974, + "cutler": 24975, + "sheppard": 24976, + "implementations": 24977, + "ns": 24978, + "##dur": 24979, + "fragrance": 24980, + "budge": 24981, + "concordia": 24982, + "magnesium": 24983, + "marcelo": 24984, + "##antes": 24985, + "gladly": 24986, + "vibrating": 24987, + "##rral": 24988, + "##ggles": 24989, + "montrose": 24990, + "##omba": 24991, + "lew": 24992, + "seamus": 24993, + "1630": 24994, + "cocky": 24995, + "##ament": 24996, + "##uen": 24997, + "bjorn": 24998, + "##rrick": 24999, + "fielder": 25000, + "fluttering": 25001, + "##lase": 25002, + "methyl": 25003, + "kimberley": 25004, + "mcdowell": 25005, + "reductions": 25006, + "barbed": 25007, + "##jic": 25008, + "##tonic": 25009, + "aeronautical": 25010, + "condensed": 25011, + "distracting": 25012, + "##promising": 25013, + "huffed": 25014, + "##cala": 25015, + "##sle": 25016, + "claudius": 25017, + "invincible": 25018, + "missy": 25019, + "pious": 25020, + "balthazar": 25021, + "ci": 25022, + "##lang": 25023, + "butte": 25024, + "combo": 25025, + "orson": 25026, + "##dication": 25027, + "myriad": 25028, + "1707": 25029, + "silenced": 25030, + "##fed": 25031, + "##rh": 25032, + "coco": 25033, + "netball": 25034, + "yourselves": 25035, + "##oza": 25036, + "clarify": 25037, + "heller": 25038, + "peg": 25039, + "durban": 25040, + "etudes": 25041, + "offender": 25042, + "roast": 25043, + "blackmail": 25044, + "curvature": 25045, + "##woods": 25046, + "vile": 25047, + "309": 25048, + "illicit": 25049, + "suriname": 25050, + "##linson": 25051, + "overture": 25052, + "1685": 25053, + "bubbling": 25054, + "gymnast": 25055, + "tucking": 25056, + "##mming": 25057, + "##ouin": 25058, + "maldives": 25059, + "##bala": 25060, + "gurney": 25061, + "##dda": 25062, + "##eased": 25063, + "##oides": 25064, + "backside": 25065, + "pinto": 25066, + "jars": 25067, + "racehorse": 25068, + "tending": 25069, + "##rdial": 25070, + "baronetcy": 25071, + "wiener": 25072, + "duly": 25073, + "##rke": 25074, + "barbarian": 25075, + "cupping": 25076, + "flawed": 25077, + "##thesis": 25078, + "bertha": 25079, + "pleistocene": 25080, + "puddle": 25081, + "swearing": 25082, + "##nob": 25083, + "##tically": 25084, + "fleeting": 25085, + "prostate": 25086, + "amulet": 25087, + "educating": 25088, + "##mined": 25089, + "##iti": 25090, + "##tler": 25091, + "75th": 25092, + "jens": 25093, + "respondents": 25094, + "analytics": 25095, + "cavaliers": 25096, + "papacy": 25097, + "raju": 25098, + "##iente": 25099, + "##ulum": 25100, + "##tip": 25101, + "funnel": 25102, + "271": 25103, + "disneyland": 25104, + "##lley": 25105, + "sociologist": 25106, + "##iam": 25107, + "2500": 25108, + "faulkner": 25109, + "louvre": 25110, + "menon": 25111, + "##dson": 25112, + "276": 25113, + "##ower": 25114, + "afterlife": 25115, + "mannheim": 25116, + "peptide": 25117, + "referees": 25118, + "comedians": 25119, + "meaningless": 25120, + "##anger": 25121, + "##laise": 25122, + "fabrics": 25123, + "hurley": 25124, + "renal": 25125, + "sleeps": 25126, + "##bour": 25127, + "##icle": 25128, + "breakout": 25129, + "kristin": 25130, + "roadside": 25131, + "animator": 25132, + "clover": 25133, + "disdain": 25134, + "unsafe": 25135, + "redesign": 25136, + "##urity": 25137, + "firth": 25138, + "barnsley": 25139, + "portage": 25140, + "reset": 25141, + "narrows": 25142, + "268": 25143, + "commandos": 25144, + "expansive": 25145, + "speechless": 25146, + "tubular": 25147, + "##lux": 25148, + "essendon": 25149, + "eyelashes": 25150, + "smashwords": 25151, + "##yad": 25152, + "##bang": 25153, + "##claim": 25154, + "craved": 25155, + "sprinted": 25156, + "chet": 25157, + "somme": 25158, + "astor": 25159, + "wrocław": 25160, + "orton": 25161, + "266": 25162, + "bane": 25163, + "##erving": 25164, + "##uing": 25165, + "mischief": 25166, + "##amps": 25167, + "##sund": 25168, + "scaling": 25169, + "terre": 25170, + "##xious": 25171, + "impairment": 25172, + "offenses": 25173, + "undermine": 25174, + "moi": 25175, + "soy": 25176, + "contiguous": 25177, + "arcadia": 25178, + "inuit": 25179, + "seam": 25180, + "##tops": 25181, + "macbeth": 25182, + "rebelled": 25183, + "##icative": 25184, + "##iot": 25185, + "590": 25186, + "elaborated": 25187, + "frs": 25188, + "uniformed": 25189, + "##dberg": 25190, + "259": 25191, + "powerless": 25192, + "priscilla": 25193, + "stimulated": 25194, + "980": 25195, + "qc": 25196, + "arboretum": 25197, + "frustrating": 25198, + "trieste": 25199, + "bullock": 25200, + "##nified": 25201, + "enriched": 25202, + "glistening": 25203, + "intern": 25204, + "##adia": 25205, + "locus": 25206, + "nouvelle": 25207, + "ollie": 25208, + "ike": 25209, + "lash": 25210, + "starboard": 25211, + "ee": 25212, + "tapestry": 25213, + "headlined": 25214, + "hove": 25215, + "rigged": 25216, + "##vite": 25217, + "pollock": 25218, + "##yme": 25219, + "thrive": 25220, + "clustered": 25221, + "cas": 25222, + "roi": 25223, + "gleamed": 25224, + "olympiad": 25225, + "##lino": 25226, + "pressured": 25227, + "regimes": 25228, + "##hosis": 25229, + "##lick": 25230, + "ripley": 25231, + "##ophone": 25232, + "kickoff": 25233, + "gallon": 25234, + "rockwell": 25235, + "##arable": 25236, + "crusader": 25237, + "glue": 25238, + "revolutions": 25239, + "scrambling": 25240, + "1714": 25241, + "grover": 25242, + "##jure": 25243, + "englishman": 25244, + "aztec": 25245, + "263": 25246, + "contemplating": 25247, + "coven": 25248, + "ipad": 25249, + "preach": 25250, + "triumphant": 25251, + "tufts": 25252, + "##esian": 25253, + "rotational": 25254, + "##phus": 25255, + "328": 25256, + "falkland": 25257, + "##brates": 25258, + "strewn": 25259, + "clarissa": 25260, + "rejoin": 25261, + "environmentally": 25262, + "glint": 25263, + "banded": 25264, + "drenched": 25265, + "moat": 25266, + "albanians": 25267, + "johor": 25268, + "rr": 25269, + "maestro": 25270, + "malley": 25271, + "nouveau": 25272, + "shaded": 25273, + "taxonomy": 25274, + "v6": 25275, + "adhere": 25276, + "bunk": 25277, + "airfields": 25278, + "##ritan": 25279, + "1741": 25280, + "encompass": 25281, + "remington": 25282, + "tran": 25283, + "##erative": 25284, + "amelie": 25285, + "mazda": 25286, + "friar": 25287, + "morals": 25288, + "passions": 25289, + "##zai": 25290, + "breadth": 25291, + "vis": 25292, + "##hae": 25293, + "argus": 25294, + "burnham": 25295, + "caressing": 25296, + "insider": 25297, + "rudd": 25298, + "##imov": 25299, + "##mini": 25300, + "##rso": 25301, + "italianate": 25302, + "murderous": 25303, + "textual": 25304, + "wainwright": 25305, + "armada": 25306, + "bam": 25307, + "weave": 25308, + "timer": 25309, + "##taken": 25310, + "##nh": 25311, + "fra": 25312, + "##crest": 25313, + "ardent": 25314, + "salazar": 25315, + "taps": 25316, + "tunis": 25317, + "##ntino": 25318, + "allegro": 25319, + "gland": 25320, + "philanthropic": 25321, + "##chester": 25322, + "implication": 25323, + "##optera": 25324, + "esq": 25325, + "judas": 25326, + "noticeably": 25327, + "wynn": 25328, + "##dara": 25329, + "inched": 25330, + "indexed": 25331, + "crises": 25332, + "villiers": 25333, + "bandit": 25334, + "royalties": 25335, + "patterned": 25336, + "cupboard": 25337, + "interspersed": 25338, + "accessory": 25339, + "isla": 25340, + "kendrick": 25341, + "entourage": 25342, + "stitches": 25343, + "##esthesia": 25344, + "headwaters": 25345, + "##ior": 25346, + "interlude": 25347, + "distraught": 25348, + "draught": 25349, + "1727": 25350, + "##basket": 25351, + "biased": 25352, + "sy": 25353, + "transient": 25354, + "triad": 25355, + "subgenus": 25356, + "adapting": 25357, + "kidd": 25358, + "shortstop": 25359, + "##umatic": 25360, + "dimly": 25361, + "spiked": 25362, + "mcleod": 25363, + "reprint": 25364, + "nellie": 25365, + "pretoria": 25366, + "windmill": 25367, + "##cek": 25368, + "singled": 25369, + "##mps": 25370, + "273": 25371, + "reunite": 25372, + "##orous": 25373, + "747": 25374, + "bankers": 25375, + "outlying": 25376, + "##omp": 25377, + "##ports": 25378, + "##tream": 25379, + "apologies": 25380, + "cosmetics": 25381, + "patsy": 25382, + "##deh": 25383, + "##ocks": 25384, + "##yson": 25385, + "bender": 25386, + "nantes": 25387, + "serene": 25388, + "##nad": 25389, + "lucha": 25390, + "mmm": 25391, + "323": 25392, + "##cius": 25393, + "##gli": 25394, + "cmll": 25395, + "coinage": 25396, + "nestor": 25397, + "juarez": 25398, + "##rook": 25399, + "smeared": 25400, + "sprayed": 25401, + "twitching": 25402, + "sterile": 25403, + "irina": 25404, + "embodied": 25405, + "juveniles": 25406, + "enveloped": 25407, + "miscellaneous": 25408, + "cancers": 25409, + "dq": 25410, + "gulped": 25411, + "luisa": 25412, + "crested": 25413, + "swat": 25414, + "donegal": 25415, + "ref": 25416, + "##anov": 25417, + "##acker": 25418, + "hearst": 25419, + "mercantile": 25420, + "##lika": 25421, + "doorbell": 25422, + "ua": 25423, + "vicki": 25424, + "##alla": 25425, + "##som": 25426, + "bilbao": 25427, + "psychologists": 25428, + "stryker": 25429, + "sw": 25430, + "horsemen": 25431, + "turkmenistan": 25432, + "wits": 25433, + "##national": 25434, + "anson": 25435, + "mathew": 25436, + "screenings": 25437, + "##umb": 25438, + "rihanna": 25439, + "##agne": 25440, + "##nessy": 25441, + "aisles": 25442, + "##iani": 25443, + "##osphere": 25444, + "hines": 25445, + "kenton": 25446, + "saskatoon": 25447, + "tasha": 25448, + "truncated": 25449, + "##champ": 25450, + "##itan": 25451, + "mildred": 25452, + "advises": 25453, + "fredrik": 25454, + "interpreting": 25455, + "inhibitors": 25456, + "##athi": 25457, + "spectroscopy": 25458, + "##hab": 25459, + "##kong": 25460, + "karim": 25461, + "panda": 25462, + "##oia": 25463, + "##nail": 25464, + "##vc": 25465, + "conqueror": 25466, + "kgb": 25467, + "leukemia": 25468, + "##dity": 25469, + "arrivals": 25470, + "cheered": 25471, + "pisa": 25472, + "phosphorus": 25473, + "shielded": 25474, + "##riated": 25475, + "mammal": 25476, + "unitarian": 25477, + "urgently": 25478, + "chopin": 25479, + "sanitary": 25480, + "##mission": 25481, + "spicy": 25482, + "drugged": 25483, + "hinges": 25484, + "##tort": 25485, + "tipping": 25486, + "trier": 25487, + "impoverished": 25488, + "westchester": 25489, + "##caster": 25490, + "267": 25491, + "epoch": 25492, + "nonstop": 25493, + "##gman": 25494, + "##khov": 25495, + "aromatic": 25496, + "centrally": 25497, + "cerro": 25498, + "##tively": 25499, + "##vio": 25500, + "billions": 25501, + "modulation": 25502, + "sedimentary": 25503, + "283": 25504, + "facilitating": 25505, + "outrageous": 25506, + "goldstein": 25507, + "##eak": 25508, + "##kt": 25509, + "ld": 25510, + "maitland": 25511, + "penultimate": 25512, + "pollard": 25513, + "##dance": 25514, + "fleets": 25515, + "spaceship": 25516, + "vertebrae": 25517, + "##nig": 25518, + "alcoholism": 25519, + "als": 25520, + "recital": 25521, + "##bham": 25522, + "##ference": 25523, + "##omics": 25524, + "m2": 25525, + "##bm": 25526, + "trois": 25527, + "##tropical": 25528, + "##в": 25529, + "commemorates": 25530, + "##meric": 25531, + "marge": 25532, + "##raction": 25533, + "1643": 25534, + "670": 25535, + "cosmetic": 25536, + "ravaged": 25537, + "##ige": 25538, + "catastrophe": 25539, + "eng": 25540, + "##shida": 25541, + "albrecht": 25542, + "arterial": 25543, + "bellamy": 25544, + "decor": 25545, + "harmon": 25546, + "##rde": 25547, + "bulbs": 25548, + "synchronized": 25549, + "vito": 25550, + "easiest": 25551, + "shetland": 25552, + "shielding": 25553, + "wnba": 25554, + "##glers": 25555, + "##ssar": 25556, + "##riam": 25557, + "brianna": 25558, + "cumbria": 25559, + "##aceous": 25560, + "##rard": 25561, + "cores": 25562, + "thayer": 25563, + "##nsk": 25564, + "brood": 25565, + "hilltop": 25566, + "luminous": 25567, + "carts": 25568, + "keynote": 25569, + "larkin": 25570, + "logos": 25571, + "##cta": 25572, + "##ا": 25573, + "##mund": 25574, + "##quay": 25575, + "lilith": 25576, + "tinted": 25577, + "277": 25578, + "wrestle": 25579, + "mobilization": 25580, + "##uses": 25581, + "sequential": 25582, + "siam": 25583, + "bloomfield": 25584, + "takahashi": 25585, + "274": 25586, + "##ieving": 25587, + "presenters": 25588, + "ringo": 25589, + "blazed": 25590, + "witty": 25591, + "##oven": 25592, + "##ignant": 25593, + "devastation": 25594, + "haydn": 25595, + "harmed": 25596, + "newt": 25597, + "therese": 25598, + "##peed": 25599, + "gershwin": 25600, + "molina": 25601, + "rabbis": 25602, + "sudanese": 25603, + "001": 25604, + "innate": 25605, + "restarted": 25606, + "##sack": 25607, + "##fus": 25608, + "slices": 25609, + "wb": 25610, + "##shah": 25611, + "enroll": 25612, + "hypothetical": 25613, + "hysterical": 25614, + "1743": 25615, + "fabio": 25616, + "indefinite": 25617, + "warped": 25618, + "##hg": 25619, + "exchanging": 25620, + "525": 25621, + "unsuitable": 25622, + "##sboro": 25623, + "gallo": 25624, + "1603": 25625, + "bret": 25626, + "cobalt": 25627, + "homemade": 25628, + "##hunter": 25629, + "mx": 25630, + "operatives": 25631, + "##dhar": 25632, + "terraces": 25633, + "durable": 25634, + "latch": 25635, + "pens": 25636, + "whorls": 25637, + "##ctuated": 25638, + "##eaux": 25639, + "billing": 25640, + "ligament": 25641, + "succumbed": 25642, + "##gly": 25643, + "regulators": 25644, + "spawn": 25645, + "##brick": 25646, + "##stead": 25647, + "filmfare": 25648, + "rochelle": 25649, + "##nzo": 25650, + "1725": 25651, + "circumstance": 25652, + "saber": 25653, + "supplements": 25654, + "##nsky": 25655, + "##tson": 25656, + "crowe": 25657, + "wellesley": 25658, + "carrot": 25659, + "##9th": 25660, + "##movable": 25661, + "primate": 25662, + "drury": 25663, + "sincerely": 25664, + "topical": 25665, + "##mad": 25666, + "##rao": 25667, + "callahan": 25668, + "kyiv": 25669, + "smarter": 25670, + "tits": 25671, + "undo": 25672, + "##yeh": 25673, + "announcements": 25674, + "anthologies": 25675, + "barrio": 25676, + "nebula": 25677, + "##islaus": 25678, + "##shaft": 25679, + "##tyn": 25680, + "bodyguards": 25681, + "2021": 25682, + "assassinate": 25683, + "barns": 25684, + "emmett": 25685, + "scully": 25686, + "##mah": 25687, + "##yd": 25688, + "##eland": 25689, + "##tino": 25690, + "##itarian": 25691, + "demoted": 25692, + "gorman": 25693, + "lashed": 25694, + "prized": 25695, + "adventist": 25696, + "writ": 25697, + "##gui": 25698, + "alla": 25699, + "invertebrates": 25700, + "##ausen": 25701, + "1641": 25702, + "amman": 25703, + "1742": 25704, + "align": 25705, + "healy": 25706, + "redistribution": 25707, + "##gf": 25708, + "##rize": 25709, + "insulation": 25710, + "##drop": 25711, + "adherents": 25712, + "hezbollah": 25713, + "vitro": 25714, + "ferns": 25715, + "yanking": 25716, + "269": 25717, + "php": 25718, + "registering": 25719, + "uppsala": 25720, + "cheerleading": 25721, + "confines": 25722, + "mischievous": 25723, + "tully": 25724, + "##ross": 25725, + "49th": 25726, + "docked": 25727, + "roam": 25728, + "stipulated": 25729, + "pumpkin": 25730, + "##bry": 25731, + "prompt": 25732, + "##ezer": 25733, + "blindly": 25734, + "shuddering": 25735, + "craftsmen": 25736, + "frail": 25737, + "scented": 25738, + "katharine": 25739, + "scramble": 25740, + "shaggy": 25741, + "sponge": 25742, + "helix": 25743, + "zaragoza": 25744, + "279": 25745, + "##52": 25746, + "43rd": 25747, + "backlash": 25748, + "fontaine": 25749, + "seizures": 25750, + "posse": 25751, + "cowan": 25752, + "nonfiction": 25753, + "telenovela": 25754, + "wwii": 25755, + "hammered": 25756, + "undone": 25757, + "##gpur": 25758, + "encircled": 25759, + "irs": 25760, + "##ivation": 25761, + "artefacts": 25762, + "oneself": 25763, + "searing": 25764, + "smallpox": 25765, + "##belle": 25766, + "##osaurus": 25767, + "shandong": 25768, + "breached": 25769, + "upland": 25770, + "blushing": 25771, + "rankin": 25772, + "infinitely": 25773, + "psyche": 25774, + "tolerated": 25775, + "docking": 25776, + "evicted": 25777, + "##col": 25778, + "unmarked": 25779, + "##lving": 25780, + "gnome": 25781, + "lettering": 25782, + "litres": 25783, + "musique": 25784, + "##oint": 25785, + "benevolent": 25786, + "##jal": 25787, + "blackened": 25788, + "##anna": 25789, + "mccall": 25790, + "racers": 25791, + "tingle": 25792, + "##ocene": 25793, + "##orestation": 25794, + "introductions": 25795, + "radically": 25796, + "292": 25797, + "##hiff": 25798, + "##باد": 25799, + "1610": 25800, + "1739": 25801, + "munchen": 25802, + "plead": 25803, + "##nka": 25804, + "condo": 25805, + "scissors": 25806, + "##sight": 25807, + "##tens": 25808, + "apprehension": 25809, + "##cey": 25810, + "##yin": 25811, + "hallmark": 25812, + "watering": 25813, + "formulas": 25814, + "sequels": 25815, + "##llas": 25816, + "aggravated": 25817, + "bae": 25818, + "commencing": 25819, + "##building": 25820, + "enfield": 25821, + "prohibits": 25822, + "marne": 25823, + "vedic": 25824, + "civilized": 25825, + "euclidean": 25826, + "jagger": 25827, + "beforehand": 25828, + "blasts": 25829, + "dumont": 25830, + "##arney": 25831, + "##nem": 25832, + "740": 25833, + "conversions": 25834, + "hierarchical": 25835, + "rios": 25836, + "simulator": 25837, + "##dya": 25838, + "##lellan": 25839, + "hedges": 25840, + "oleg": 25841, + "thrusts": 25842, + "shadowed": 25843, + "darby": 25844, + "maximize": 25845, + "1744": 25846, + "gregorian": 25847, + "##nded": 25848, + "##routed": 25849, + "sham": 25850, + "unspecified": 25851, + "##hog": 25852, + "emory": 25853, + "factual": 25854, + "##smo": 25855, + "##tp": 25856, + "fooled": 25857, + "##rger": 25858, + "ortega": 25859, + "wellness": 25860, + "marlon": 25861, + "##oton": 25862, + "##urance": 25863, + "casket": 25864, + "keating": 25865, + "ley": 25866, + "enclave": 25867, + "##ayan": 25868, + "char": 25869, + "influencing": 25870, + "jia": 25871, + "##chenko": 25872, + "412": 25873, + "ammonia": 25874, + "erebidae": 25875, + "incompatible": 25876, + "violins": 25877, + "cornered": 25878, + "##arat": 25879, + "grooves": 25880, + "astronauts": 25881, + "columbian": 25882, + "rampant": 25883, + "fabrication": 25884, + "kyushu": 25885, + "mahmud": 25886, + "vanish": 25887, + "##dern": 25888, + "mesopotamia": 25889, + "##lete": 25890, + "ict": 25891, + "##rgen": 25892, + "caspian": 25893, + "kenji": 25894, + "pitted": 25895, + "##vered": 25896, + "999": 25897, + "grimace": 25898, + "roanoke": 25899, + "tchaikovsky": 25900, + "twinned": 25901, + "##analysis": 25902, + "##awan": 25903, + "xinjiang": 25904, + "arias": 25905, + "clemson": 25906, + "kazakh": 25907, + "sizable": 25908, + "1662": 25909, + "##khand": 25910, + "##vard": 25911, + "plunge": 25912, + "tatum": 25913, + "vittorio": 25914, + "##nden": 25915, + "cholera": 25916, + "##dana": 25917, + "##oper": 25918, + "bracing": 25919, + "indifference": 25920, + "projectile": 25921, + "superliga": 25922, + "##chee": 25923, + "realises": 25924, + "upgrading": 25925, + "299": 25926, + "porte": 25927, + "retribution": 25928, + "##vies": 25929, + "nk": 25930, + "stil": 25931, + "##resses": 25932, + "ama": 25933, + "bureaucracy": 25934, + "blackberry": 25935, + "bosch": 25936, + "testosterone": 25937, + "collapses": 25938, + "greer": 25939, + "##pathic": 25940, + "ioc": 25941, + "fifties": 25942, + "malls": 25943, + "##erved": 25944, + "bao": 25945, + "baskets": 25946, + "adolescents": 25947, + "siegfried": 25948, + "##osity": 25949, + "##tosis": 25950, + "mantra": 25951, + "detecting": 25952, + "existent": 25953, + "fledgling": 25954, + "##cchi": 25955, + "dissatisfied": 25956, + "gan": 25957, + "telecommunication": 25958, + "mingled": 25959, + "sobbed": 25960, + "6000": 25961, + "controversies": 25962, + "outdated": 25963, + "taxis": 25964, + "##raus": 25965, + "fright": 25966, + "slams": 25967, + "##lham": 25968, + "##fect": 25969, + "##tten": 25970, + "detectors": 25971, + "fetal": 25972, + "tanned": 25973, + "##uw": 25974, + "fray": 25975, + "goth": 25976, + "olympian": 25977, + "skipping": 25978, + "mandates": 25979, + "scratches": 25980, + "sheng": 25981, + "unspoken": 25982, + "hyundai": 25983, + "tracey": 25984, + "hotspur": 25985, + "restrictive": 25986, + "##buch": 25987, + "americana": 25988, + "mundo": 25989, + "##bari": 25990, + "burroughs": 25991, + "diva": 25992, + "vulcan": 25993, + "##6th": 25994, + "distinctions": 25995, + "thumping": 25996, + "##ngen": 25997, + "mikey": 25998, + "sheds": 25999, + "fide": 26000, + "rescues": 26001, + "springsteen": 26002, + "vested": 26003, + "valuation": 26004, + "##ece": 26005, + "##ely": 26006, + "pinnacle": 26007, + "rake": 26008, + "sylvie": 26009, + "##edo": 26010, + "almond": 26011, + "quivering": 26012, + "##irus": 26013, + "alteration": 26014, + "faltered": 26015, + "##wad": 26016, + "51st": 26017, + "hydra": 26018, + "ticked": 26019, + "##kato": 26020, + "recommends": 26021, + "##dicated": 26022, + "antigua": 26023, + "arjun": 26024, + "stagecoach": 26025, + "wilfred": 26026, + "trickle": 26027, + "pronouns": 26028, + "##pon": 26029, + "aryan": 26030, + "nighttime": 26031, + "##anian": 26032, + "gall": 26033, + "pea": 26034, + "stitch": 26035, + "##hei": 26036, + "leung": 26037, + "milos": 26038, + "##dini": 26039, + "eritrea": 26040, + "nexus": 26041, + "starved": 26042, + "snowfall": 26043, + "kant": 26044, + "parasitic": 26045, + "cot": 26046, + "discus": 26047, + "hana": 26048, + "strikers": 26049, + "appleton": 26050, + "kitchens": 26051, + "##erina": 26052, + "##partisan": 26053, + "##itha": 26054, + "##vius": 26055, + "disclose": 26056, + "metis": 26057, + "##channel": 26058, + "1701": 26059, + "tesla": 26060, + "##vera": 26061, + "fitch": 26062, + "1735": 26063, + "blooded": 26064, + "##tila": 26065, + "decimal": 26066, + "##tang": 26067, + "##bai": 26068, + "cyclones": 26069, + "eun": 26070, + "bottled": 26071, + "peas": 26072, + "pensacola": 26073, + "basha": 26074, + "bolivian": 26075, + "crabs": 26076, + "boil": 26077, + "lanterns": 26078, + "partridge": 26079, + "roofed": 26080, + "1645": 26081, + "necks": 26082, + "##phila": 26083, + "opined": 26084, + "patting": 26085, + "##kla": 26086, + "##lland": 26087, + "chuckles": 26088, + "volta": 26089, + "whereupon": 26090, + "##nche": 26091, + "devout": 26092, + "euroleague": 26093, + "suicidal": 26094, + "##dee": 26095, + "inherently": 26096, + "involuntary": 26097, + "knitting": 26098, + "nasser": 26099, + "##hide": 26100, + "puppets": 26101, + "colourful": 26102, + "courageous": 26103, + "southend": 26104, + "stills": 26105, + "miraculous": 26106, + "hodgson": 26107, + "richer": 26108, + "rochdale": 26109, + "ethernet": 26110, + "greta": 26111, + "uniting": 26112, + "prism": 26113, + "umm": 26114, + "##haya": 26115, + "##itical": 26116, + "##utation": 26117, + "deterioration": 26118, + "pointe": 26119, + "prowess": 26120, + "##ropriation": 26121, + "lids": 26122, + "scranton": 26123, + "billings": 26124, + "subcontinent": 26125, + "##koff": 26126, + "##scope": 26127, + "brute": 26128, + "kellogg": 26129, + "psalms": 26130, + "degraded": 26131, + "##vez": 26132, + "stanisław": 26133, + "##ructured": 26134, + "ferreira": 26135, + "pun": 26136, + "astonishing": 26137, + "gunnar": 26138, + "##yat": 26139, + "arya": 26140, + "prc": 26141, + "gottfried": 26142, + "##tight": 26143, + "excursion": 26144, + "##ographer": 26145, + "dina": 26146, + "##quil": 26147, + "##nare": 26148, + "huffington": 26149, + "illustrious": 26150, + "wilbur": 26151, + "gundam": 26152, + "verandah": 26153, + "##zard": 26154, + "naacp": 26155, + "##odle": 26156, + "constructive": 26157, + "fjord": 26158, + "kade": 26159, + "##naud": 26160, + "generosity": 26161, + "thrilling": 26162, + "baseline": 26163, + "cayman": 26164, + "frankish": 26165, + "plastics": 26166, + "accommodations": 26167, + "zoological": 26168, + "##fting": 26169, + "cedric": 26170, + "qb": 26171, + "motorized": 26172, + "##dome": 26173, + "##otted": 26174, + "squealed": 26175, + "tackled": 26176, + "canucks": 26177, + "budgets": 26178, + "situ": 26179, + "asthma": 26180, + "dail": 26181, + "gabled": 26182, + "grasslands": 26183, + "whimpered": 26184, + "writhing": 26185, + "judgments": 26186, + "##65": 26187, + "minnie": 26188, + "pv": 26189, + "##carbon": 26190, + "bananas": 26191, + "grille": 26192, + "domes": 26193, + "monique": 26194, + "odin": 26195, + "maguire": 26196, + "markham": 26197, + "tierney": 26198, + "##estra": 26199, + "##chua": 26200, + "libel": 26201, + "poke": 26202, + "speedy": 26203, + "atrium": 26204, + "laval": 26205, + "notwithstanding": 26206, + "##edly": 26207, + "fai": 26208, + "kala": 26209, + "##sur": 26210, + "robb": 26211, + "##sma": 26212, + "listings": 26213, + "luz": 26214, + "supplementary": 26215, + "tianjin": 26216, + "##acing": 26217, + "enzo": 26218, + "jd": 26219, + "ric": 26220, + "scanner": 26221, + "croats": 26222, + "transcribed": 26223, + "##49": 26224, + "arden": 26225, + "cv": 26226, + "##hair": 26227, + "##raphy": 26228, + "##lver": 26229, + "##uy": 26230, + "357": 26231, + "seventies": 26232, + "staggering": 26233, + "alam": 26234, + "horticultural": 26235, + "hs": 26236, + "regression": 26237, + "timbers": 26238, + "blasting": 26239, + "##ounded": 26240, + "montagu": 26241, + "manipulating": 26242, + "##cit": 26243, + "catalytic": 26244, + "1550": 26245, + "troopers": 26246, + "##meo": 26247, + "condemnation": 26248, + "fitzpatrick": 26249, + "##oire": 26250, + "##roved": 26251, + "inexperienced": 26252, + "1670": 26253, + "castes": 26254, + "##lative": 26255, + "outing": 26256, + "314": 26257, + "dubois": 26258, + "flicking": 26259, + "quarrel": 26260, + "ste": 26261, + "learners": 26262, + "1625": 26263, + "iq": 26264, + "whistled": 26265, + "##class": 26266, + "282": 26267, + "classify": 26268, + "tariffs": 26269, + "temperament": 26270, + "355": 26271, + "folly": 26272, + "liszt": 26273, + "##yles": 26274, + "immersed": 26275, + "jordanian": 26276, + "ceasefire": 26277, + "apparel": 26278, + "extras": 26279, + "maru": 26280, + "fished": 26281, + "##bio": 26282, + "harta": 26283, + "stockport": 26284, + "assortment": 26285, + "craftsman": 26286, + "paralysis": 26287, + "transmitters": 26288, + "##cola": 26289, + "blindness": 26290, + "##wk": 26291, + "fatally": 26292, + "proficiency": 26293, + "solemnly": 26294, + "##orno": 26295, + "repairing": 26296, + "amore": 26297, + "groceries": 26298, + "ultraviolet": 26299, + "##chase": 26300, + "schoolhouse": 26301, + "##tua": 26302, + "resurgence": 26303, + "nailed": 26304, + "##otype": 26305, + "##×": 26306, + "ruse": 26307, + "saliva": 26308, + "diagrams": 26309, + "##tructing": 26310, + "albans": 26311, + "rann": 26312, + "thirties": 26313, + "1b": 26314, + "antennas": 26315, + "hilarious": 26316, + "cougars": 26317, + "paddington": 26318, + "stats": 26319, + "##eger": 26320, + "breakaway": 26321, + "ipod": 26322, + "reza": 26323, + "authorship": 26324, + "prohibiting": 26325, + "scoffed": 26326, + "##etz": 26327, + "##ttle": 26328, + "conscription": 26329, + "defected": 26330, + "trondheim": 26331, + "##fires": 26332, + "ivanov": 26333, + "keenan": 26334, + "##adan": 26335, + "##ciful": 26336, + "##fb": 26337, + "##slow": 26338, + "locating": 26339, + "##ials": 26340, + "##tford": 26341, + "cadiz": 26342, + "basalt": 26343, + "blankly": 26344, + "interned": 26345, + "rags": 26346, + "rattling": 26347, + "##tick": 26348, + "carpathian": 26349, + "reassured": 26350, + "sync": 26351, + "bum": 26352, + "guildford": 26353, + "iss": 26354, + "staunch": 26355, + "##onga": 26356, + "astronomers": 26357, + "sera": 26358, + "sofie": 26359, + "emergencies": 26360, + "susquehanna": 26361, + "##heard": 26362, + "duc": 26363, + "mastery": 26364, + "vh1": 26365, + "williamsburg": 26366, + "bayer": 26367, + "buckled": 26368, + "craving": 26369, + "##khan": 26370, + "##rdes": 26371, + "bloomington": 26372, + "##write": 26373, + "alton": 26374, + "barbecue": 26375, + "##bians": 26376, + "justine": 26377, + "##hri": 26378, + "##ndt": 26379, + "delightful": 26380, + "smartphone": 26381, + "newtown": 26382, + "photon": 26383, + "retrieval": 26384, + "peugeot": 26385, + "hissing": 26386, + "##monium": 26387, + "##orough": 26388, + "flavors": 26389, + "lighted": 26390, + "relaunched": 26391, + "tainted": 26392, + "##games": 26393, + "##lysis": 26394, + "anarchy": 26395, + "microscopic": 26396, + "hopping": 26397, + "adept": 26398, + "evade": 26399, + "evie": 26400, + "##beau": 26401, + "inhibit": 26402, + "sinn": 26403, + "adjustable": 26404, + "hurst": 26405, + "intuition": 26406, + "wilton": 26407, + "cisco": 26408, + "44th": 26409, + "lawful": 26410, + "lowlands": 26411, + "stockings": 26412, + "thierry": 26413, + "##dalen": 26414, + "##hila": 26415, + "##nai": 26416, + "fates": 26417, + "prank": 26418, + "tb": 26419, + "maison": 26420, + "lobbied": 26421, + "provocative": 26422, + "1724": 26423, + "4a": 26424, + "utopia": 26425, + "##qual": 26426, + "carbonate": 26427, + "gujarati": 26428, + "purcell": 26429, + "##rford": 26430, + "curtiss": 26431, + "##mei": 26432, + "overgrown": 26433, + "arenas": 26434, + "mediation": 26435, + "swallows": 26436, + "##rnik": 26437, + "respectful": 26438, + "turnbull": 26439, + "##hedron": 26440, + "##hope": 26441, + "alyssa": 26442, + "ozone": 26443, + "##ʻi": 26444, + "ami": 26445, + "gestapo": 26446, + "johansson": 26447, + "snooker": 26448, + "canteen": 26449, + "cuff": 26450, + "declines": 26451, + "empathy": 26452, + "stigma": 26453, + "##ags": 26454, + "##iner": 26455, + "##raine": 26456, + "taxpayers": 26457, + "gui": 26458, + "volga": 26459, + "##wright": 26460, + "##copic": 26461, + "lifespan": 26462, + "overcame": 26463, + "tattooed": 26464, + "enactment": 26465, + "giggles": 26466, + "##ador": 26467, + "##camp": 26468, + "barrington": 26469, + "bribe": 26470, + "obligatory": 26471, + "orbiting": 26472, + "peng": 26473, + "##enas": 26474, + "elusive": 26475, + "sucker": 26476, + "##vating": 26477, + "cong": 26478, + "hardship": 26479, + "empowered": 26480, + "anticipating": 26481, + "estrada": 26482, + "cryptic": 26483, + "greasy": 26484, + "detainees": 26485, + "planck": 26486, + "sudbury": 26487, + "plaid": 26488, + "dod": 26489, + "marriott": 26490, + "kayla": 26491, + "##ears": 26492, + "##vb": 26493, + "##zd": 26494, + "mortally": 26495, + "##hein": 26496, + "cognition": 26497, + "radha": 26498, + "319": 26499, + "liechtenstein": 26500, + "meade": 26501, + "richly": 26502, + "argyle": 26503, + "harpsichord": 26504, + "liberalism": 26505, + "trumpets": 26506, + "lauded": 26507, + "tyrant": 26508, + "salsa": 26509, + "tiled": 26510, + "lear": 26511, + "promoters": 26512, + "reused": 26513, + "slicing": 26514, + "trident": 26515, + "##chuk": 26516, + "##gami": 26517, + "##lka": 26518, + "cantor": 26519, + "checkpoint": 26520, + "##points": 26521, + "gaul": 26522, + "leger": 26523, + "mammalian": 26524, + "##tov": 26525, + "##aar": 26526, + "##schaft": 26527, + "doha": 26528, + "frenchman": 26529, + "nirvana": 26530, + "##vino": 26531, + "delgado": 26532, + "headlining": 26533, + "##eron": 26534, + "##iography": 26535, + "jug": 26536, + "tko": 26537, + "1649": 26538, + "naga": 26539, + "intersections": 26540, + "##jia": 26541, + "benfica": 26542, + "nawab": 26543, + "##suka": 26544, + "ashford": 26545, + "gulp": 26546, + "##deck": 26547, + "##vill": 26548, + "##rug": 26549, + "brentford": 26550, + "frazier": 26551, + "pleasures": 26552, + "dunne": 26553, + "potsdam": 26554, + "shenzhen": 26555, + "dentistry": 26556, + "##tec": 26557, + "flanagan": 26558, + "##dorff": 26559, + "##hear": 26560, + "chorale": 26561, + "dinah": 26562, + "prem": 26563, + "quezon": 26564, + "##rogated": 26565, + "relinquished": 26566, + "sutra": 26567, + "terri": 26568, + "##pani": 26569, + "flaps": 26570, + "##rissa": 26571, + "poly": 26572, + "##rnet": 26573, + "homme": 26574, + "aback": 26575, + "##eki": 26576, + "linger": 26577, + "womb": 26578, + "##kson": 26579, + "##lewood": 26580, + "doorstep": 26581, + "orthodoxy": 26582, + "threaded": 26583, + "westfield": 26584, + "##rval": 26585, + "dioceses": 26586, + "fridays": 26587, + "subsided": 26588, + "##gata": 26589, + "loyalists": 26590, + "##biotic": 26591, + "##ettes": 26592, + "letterman": 26593, + "lunatic": 26594, + "prelate": 26595, + "tenderly": 26596, + "invariably": 26597, + "souza": 26598, + "thug": 26599, + "winslow": 26600, + "##otide": 26601, + "furlongs": 26602, + "gogh": 26603, + "jeopardy": 26604, + "##runa": 26605, + "pegasus": 26606, + "##umble": 26607, + "humiliated": 26608, + "standalone": 26609, + "tagged": 26610, + "##roller": 26611, + "freshmen": 26612, + "klan": 26613, + "##bright": 26614, + "attaining": 26615, + "initiating": 26616, + "transatlantic": 26617, + "logged": 26618, + "viz": 26619, + "##uance": 26620, + "1723": 26621, + "combatants": 26622, + "intervening": 26623, + "stephane": 26624, + "chieftain": 26625, + "despised": 26626, + "grazed": 26627, + "317": 26628, + "cdc": 26629, + "galveston": 26630, + "godzilla": 26631, + "macro": 26632, + "simulate": 26633, + "##planes": 26634, + "parades": 26635, + "##esses": 26636, + "960": 26637, + "##ductive": 26638, + "##unes": 26639, + "equator": 26640, + "overdose": 26641, + "##cans": 26642, + "##hosh": 26643, + "##lifting": 26644, + "joshi": 26645, + "epstein": 26646, + "sonora": 26647, + "treacherous": 26648, + "aquatics": 26649, + "manchu": 26650, + "responsive": 26651, + "##sation": 26652, + "supervisory": 26653, + "##christ": 26654, + "##llins": 26655, + "##ibar": 26656, + "##balance": 26657, + "##uso": 26658, + "kimball": 26659, + "karlsruhe": 26660, + "mab": 26661, + "##emy": 26662, + "ignores": 26663, + "phonetic": 26664, + "reuters": 26665, + "spaghetti": 26666, + "820": 26667, + "almighty": 26668, + "danzig": 26669, + "rumbling": 26670, + "tombstone": 26671, + "designations": 26672, + "lured": 26673, + "outset": 26674, + "##felt": 26675, + "supermarkets": 26676, + "##wt": 26677, + "grupo": 26678, + "kei": 26679, + "kraft": 26680, + "susanna": 26681, + "##blood": 26682, + "comprehension": 26683, + "genealogy": 26684, + "##aghan": 26685, + "##verted": 26686, + "redding": 26687, + "##ythe": 26688, + "1722": 26689, + "bowing": 26690, + "##pore": 26691, + "##roi": 26692, + "lest": 26693, + "sharpened": 26694, + "fulbright": 26695, + "valkyrie": 26696, + "sikhs": 26697, + "##unds": 26698, + "swans": 26699, + "bouquet": 26700, + "merritt": 26701, + "##tage": 26702, + "##venting": 26703, + "commuted": 26704, + "redhead": 26705, + "clerks": 26706, + "leasing": 26707, + "cesare": 26708, + "dea": 26709, + "hazy": 26710, + "##vances": 26711, + "fledged": 26712, + "greenfield": 26713, + "servicemen": 26714, + "##gical": 26715, + "armando": 26716, + "blackout": 26717, + "dt": 26718, + "sagged": 26719, + "downloadable": 26720, + "intra": 26721, + "potion": 26722, + "pods": 26723, + "##4th": 26724, + "##mism": 26725, + "xp": 26726, + "attendants": 26727, + "gambia": 26728, + "stale": 26729, + "##ntine": 26730, + "plump": 26731, + "asteroids": 26732, + "rediscovered": 26733, + "buds": 26734, + "flea": 26735, + "hive": 26736, + "##neas": 26737, + "1737": 26738, + "classifications": 26739, + "debuts": 26740, + "##eles": 26741, + "olympus": 26742, + "scala": 26743, + "##eurs": 26744, + "##gno": 26745, + "##mute": 26746, + "hummed": 26747, + "sigismund": 26748, + "visuals": 26749, + "wiggled": 26750, + "await": 26751, + "pilasters": 26752, + "clench": 26753, + "sulfate": 26754, + "##ances": 26755, + "bellevue": 26756, + "enigma": 26757, + "trainee": 26758, + "snort": 26759, + "##sw": 26760, + "clouded": 26761, + "denim": 26762, + "##rank": 26763, + "##rder": 26764, + "churning": 26765, + "hartman": 26766, + "lodges": 26767, + "riches": 26768, + "sima": 26769, + "##missible": 26770, + "accountable": 26771, + "socrates": 26772, + "regulates": 26773, + "mueller": 26774, + "##cr": 26775, + "1702": 26776, + "avoids": 26777, + "solids": 26778, + "himalayas": 26779, + "nutrient": 26780, + "pup": 26781, + "##jevic": 26782, + "squat": 26783, + "fades": 26784, + "nec": 26785, + "##lates": 26786, + "##pina": 26787, + "##rona": 26788, + "##ου": 26789, + "privateer": 26790, + "tequila": 26791, + "##gative": 26792, + "##mpton": 26793, + "apt": 26794, + "hornet": 26795, + "immortals": 26796, + "##dou": 26797, + "asturias": 26798, + "cleansing": 26799, + "dario": 26800, + "##rries": 26801, + "##anta": 26802, + "etymology": 26803, + "servicing": 26804, + "zhejiang": 26805, + "##venor": 26806, + "##nx": 26807, + "horned": 26808, + "erasmus": 26809, + "rayon": 26810, + "relocating": 26811, + "£10": 26812, + "##bags": 26813, + "escalated": 26814, + "promenade": 26815, + "stubble": 26816, + "2010s": 26817, + "artisans": 26818, + "axial": 26819, + "liquids": 26820, + "mora": 26821, + "sho": 26822, + "yoo": 26823, + "##tsky": 26824, + "bundles": 26825, + "oldies": 26826, + "##nally": 26827, + "notification": 26828, + "bastion": 26829, + "##ths": 26830, + "sparkle": 26831, + "##lved": 26832, + "1728": 26833, + "leash": 26834, + "pathogen": 26835, + "highs": 26836, + "##hmi": 26837, + "immature": 26838, + "880": 26839, + "gonzaga": 26840, + "ignatius": 26841, + "mansions": 26842, + "monterrey": 26843, + "sweets": 26844, + "bryson": 26845, + "##loe": 26846, + "polled": 26847, + "regatta": 26848, + "brightest": 26849, + "pei": 26850, + "rosy": 26851, + "squid": 26852, + "hatfield": 26853, + "payroll": 26854, + "addict": 26855, + "meath": 26856, + "cornerback": 26857, + "heaviest": 26858, + "lodging": 26859, + "##mage": 26860, + "capcom": 26861, + "rippled": 26862, + "##sily": 26863, + "barnet": 26864, + "mayhem": 26865, + "ymca": 26866, + "snuggled": 26867, + "rousseau": 26868, + "##cute": 26869, + "blanchard": 26870, + "284": 26871, + "fragmented": 26872, + "leighton": 26873, + "chromosomes": 26874, + "risking": 26875, + "##md": 26876, + "##strel": 26877, + "##utter": 26878, + "corinne": 26879, + "coyotes": 26880, + "cynical": 26881, + "hiroshi": 26882, + "yeomanry": 26883, + "##ractive": 26884, + "ebook": 26885, + "grading": 26886, + "mandela": 26887, + "plume": 26888, + "agustin": 26889, + "magdalene": 26890, + "##rkin": 26891, + "bea": 26892, + "femme": 26893, + "trafford": 26894, + "##coll": 26895, + "##lun": 26896, + "##tance": 26897, + "52nd": 26898, + "fourier": 26899, + "upton": 26900, + "##mental": 26901, + "camilla": 26902, + "gust": 26903, + "iihf": 26904, + "islamabad": 26905, + "longevity": 26906, + "##kala": 26907, + "feldman": 26908, + "netting": 26909, + "##rization": 26910, + "endeavour": 26911, + "foraging": 26912, + "mfa": 26913, + "orr": 26914, + "##open": 26915, + "greyish": 26916, + "contradiction": 26917, + "graz": 26918, + "##ruff": 26919, + "handicapped": 26920, + "marlene": 26921, + "tweed": 26922, + "oaxaca": 26923, + "spp": 26924, + "campos": 26925, + "miocene": 26926, + "pri": 26927, + "configured": 26928, + "cooks": 26929, + "pluto": 26930, + "cozy": 26931, + "pornographic": 26932, + "##entes": 26933, + "70th": 26934, + "fairness": 26935, + "glided": 26936, + "jonny": 26937, + "lynne": 26938, + "rounding": 26939, + "sired": 26940, + "##emon": 26941, + "##nist": 26942, + "remade": 26943, + "uncover": 26944, + "##mack": 26945, + "complied": 26946, + "lei": 26947, + "newsweek": 26948, + "##jured": 26949, + "##parts": 26950, + "##enting": 26951, + "##pg": 26952, + "293": 26953, + "finer": 26954, + "guerrillas": 26955, + "athenian": 26956, + "deng": 26957, + "disused": 26958, + "stepmother": 26959, + "accuse": 26960, + "gingerly": 26961, + "seduction": 26962, + "521": 26963, + "confronting": 26964, + "##walker": 26965, + "##going": 26966, + "gora": 26967, + "nostalgia": 26968, + "sabres": 26969, + "virginity": 26970, + "wrenched": 26971, + "##minated": 26972, + "syndication": 26973, + "wielding": 26974, + "eyre": 26975, + "##56": 26976, + "##gnon": 26977, + "##igny": 26978, + "behaved": 26979, + "taxpayer": 26980, + "sweeps": 26981, + "##growth": 26982, + "childless": 26983, + "gallant": 26984, + "##ywood": 26985, + "amplified": 26986, + "geraldine": 26987, + "scrape": 26988, + "##ffi": 26989, + "babylonian": 26990, + "fresco": 26991, + "##rdan": 26992, + "##kney": 26993, + "##position": 26994, + "1718": 26995, + "restricting": 26996, + "tack": 26997, + "fukuoka": 26998, + "osborn": 26999, + "selector": 27000, + "partnering": 27001, + "##dlow": 27002, + "318": 27003, + "gnu": 27004, + "kia": 27005, + "tak": 27006, + "whitley": 27007, + "gables": 27008, + "##54": 27009, + "##mania": 27010, + "mri": 27011, + "softness": 27012, + "immersion": 27013, + "##bots": 27014, + "##evsky": 27015, + "1713": 27016, + "chilling": 27017, + "insignificant": 27018, + "pcs": 27019, + "##uis": 27020, + "elites": 27021, + "lina": 27022, + "purported": 27023, + "supplemental": 27024, + "teaming": 27025, + "##americana": 27026, + "##dding": 27027, + "##inton": 27028, + "proficient": 27029, + "rouen": 27030, + "##nage": 27031, + "##rret": 27032, + "niccolo": 27033, + "selects": 27034, + "##bread": 27035, + "fluffy": 27036, + "1621": 27037, + "gruff": 27038, + "knotted": 27039, + "mukherjee": 27040, + "polgara": 27041, + "thrash": 27042, + "nicholls": 27043, + "secluded": 27044, + "smoothing": 27045, + "thru": 27046, + "corsica": 27047, + "loaf": 27048, + "whitaker": 27049, + "inquiries": 27050, + "##rrier": 27051, + "##kam": 27052, + "indochina": 27053, + "289": 27054, + "marlins": 27055, + "myles": 27056, + "peking": 27057, + "##tea": 27058, + "extracts": 27059, + "pastry": 27060, + "superhuman": 27061, + "connacht": 27062, + "vogel": 27063, + "##ditional": 27064, + "##het": 27065, + "##udged": 27066, + "##lash": 27067, + "gloss": 27068, + "quarries": 27069, + "refit": 27070, + "teaser": 27071, + "##alic": 27072, + "##gaon": 27073, + "20s": 27074, + "materialized": 27075, + "sling": 27076, + "camped": 27077, + "pickering": 27078, + "tung": 27079, + "tracker": 27080, + "pursuant": 27081, + "##cide": 27082, + "cranes": 27083, + "soc": 27084, + "##cini": 27085, + "##typical": 27086, + "##viere": 27087, + "anhalt": 27088, + "overboard": 27089, + "workout": 27090, + "chores": 27091, + "fares": 27092, + "orphaned": 27093, + "stains": 27094, + "##logie": 27095, + "fenton": 27096, + "surpassing": 27097, + "joyah": 27098, + "triggers": 27099, + "##itte": 27100, + "grandmaster": 27101, + "##lass": 27102, + "##lists": 27103, + "clapping": 27104, + "fraudulent": 27105, + "ledger": 27106, + "nagasaki": 27107, + "##cor": 27108, + "##nosis": 27109, + "##tsa": 27110, + "eucalyptus": 27111, + "tun": 27112, + "##icio": 27113, + "##rney": 27114, + "##tara": 27115, + "dax": 27116, + "heroism": 27117, + "ina": 27118, + "wrexham": 27119, + "onboard": 27120, + "unsigned": 27121, + "##dates": 27122, + "moshe": 27123, + "galley": 27124, + "winnie": 27125, + "droplets": 27126, + "exiles": 27127, + "praises": 27128, + "watered": 27129, + "noodles": 27130, + "##aia": 27131, + "fein": 27132, + "adi": 27133, + "leland": 27134, + "multicultural": 27135, + "stink": 27136, + "bingo": 27137, + "comets": 27138, + "erskine": 27139, + "modernized": 27140, + "canned": 27141, + "constraint": 27142, + "domestically": 27143, + "chemotherapy": 27144, + "featherweight": 27145, + "stifled": 27146, + "##mum": 27147, + "darkly": 27148, + "irresistible": 27149, + "refreshing": 27150, + "hasty": 27151, + "isolate": 27152, + "##oys": 27153, + "kitchener": 27154, + "planners": 27155, + "##wehr": 27156, + "cages": 27157, + "yarn": 27158, + "implant": 27159, + "toulon": 27160, + "elects": 27161, + "childbirth": 27162, + "yue": 27163, + "##lind": 27164, + "##lone": 27165, + "cn": 27166, + "rightful": 27167, + "sportsman": 27168, + "junctions": 27169, + "remodeled": 27170, + "specifies": 27171, + "##rgh": 27172, + "291": 27173, + "##oons": 27174, + "complimented": 27175, + "##urgent": 27176, + "lister": 27177, + "ot": 27178, + "##logic": 27179, + "bequeathed": 27180, + "cheekbones": 27181, + "fontana": 27182, + "gabby": 27183, + "##dial": 27184, + "amadeus": 27185, + "corrugated": 27186, + "maverick": 27187, + "resented": 27188, + "triangles": 27189, + "##hered": 27190, + "##usly": 27191, + "nazareth": 27192, + "tyrol": 27193, + "1675": 27194, + "assent": 27195, + "poorer": 27196, + "sectional": 27197, + "aegean": 27198, + "##cous": 27199, + "296": 27200, + "nylon": 27201, + "ghanaian": 27202, + "##egorical": 27203, + "##weig": 27204, + "cushions": 27205, + "forbid": 27206, + "fusiliers": 27207, + "obstruction": 27208, + "somerville": 27209, + "##scia": 27210, + "dime": 27211, + "earrings": 27212, + "elliptical": 27213, + "leyte": 27214, + "oder": 27215, + "polymers": 27216, + "timmy": 27217, + "atm": 27218, + "midtown": 27219, + "piloted": 27220, + "settles": 27221, + "continual": 27222, + "externally": 27223, + "mayfield": 27224, + "##uh": 27225, + "enrichment": 27226, + "henson": 27227, + "keane": 27228, + "persians": 27229, + "1733": 27230, + "benji": 27231, + "braden": 27232, + "pep": 27233, + "324": 27234, + "##efe": 27235, + "contenders": 27236, + "pepsi": 27237, + "valet": 27238, + "##isches": 27239, + "298": 27240, + "##asse": 27241, + "##earing": 27242, + "goofy": 27243, + "stroll": 27244, + "##amen": 27245, + "authoritarian": 27246, + "occurrences": 27247, + "adversary": 27248, + "ahmedabad": 27249, + "tangent": 27250, + "toppled": 27251, + "dorchester": 27252, + "1672": 27253, + "modernism": 27254, + "marxism": 27255, + "islamist": 27256, + "charlemagne": 27257, + "exponential": 27258, + "racks": 27259, + "unicode": 27260, + "brunette": 27261, + "mbc": 27262, + "pic": 27263, + "skirmish": 27264, + "##bund": 27265, + "##lad": 27266, + "##powered": 27267, + "##yst": 27268, + "hoisted": 27269, + "messina": 27270, + "shatter": 27271, + "##ctum": 27272, + "jedi": 27273, + "vantage": 27274, + "##music": 27275, + "##neil": 27276, + "clemens": 27277, + "mahmoud": 27278, + "corrupted": 27279, + "authentication": 27280, + "lowry": 27281, + "nils": 27282, + "##washed": 27283, + "omnibus": 27284, + "wounding": 27285, + "jillian": 27286, + "##itors": 27287, + "##opped": 27288, + "serialized": 27289, + "narcotics": 27290, + "handheld": 27291, + "##arm": 27292, + "##plicity": 27293, + "intersecting": 27294, + "stimulating": 27295, + "##onis": 27296, + "crate": 27297, + "fellowships": 27298, + "hemingway": 27299, + "casinos": 27300, + "climatic": 27301, + "fordham": 27302, + "copeland": 27303, + "drip": 27304, + "beatty": 27305, + "leaflets": 27306, + "robber": 27307, + "brothel": 27308, + "madeira": 27309, + "##hedral": 27310, + "sphinx": 27311, + "ultrasound": 27312, + "##vana": 27313, + "valor": 27314, + "forbade": 27315, + "leonid": 27316, + "villas": 27317, + "##aldo": 27318, + "duane": 27319, + "marquez": 27320, + "##cytes": 27321, + "disadvantaged": 27322, + "forearms": 27323, + "kawasaki": 27324, + "reacts": 27325, + "consular": 27326, + "lax": 27327, + "uncles": 27328, + "uphold": 27329, + "##hopper": 27330, + "concepcion": 27331, + "dorsey": 27332, + "lass": 27333, + "##izan": 27334, + "arching": 27335, + "passageway": 27336, + "1708": 27337, + "researches": 27338, + "tia": 27339, + "internationals": 27340, + "##graphs": 27341, + "##opers": 27342, + "distinguishes": 27343, + "javanese": 27344, + "divert": 27345, + "##uven": 27346, + "plotted": 27347, + "##listic": 27348, + "##rwin": 27349, + "##erik": 27350, + "##tify": 27351, + "affirmative": 27352, + "signifies": 27353, + "validation": 27354, + "##bson": 27355, + "kari": 27356, + "felicity": 27357, + "georgina": 27358, + "zulu": 27359, + "##eros": 27360, + "##rained": 27361, + "##rath": 27362, + "overcoming": 27363, + "##dot": 27364, + "argyll": 27365, + "##rbin": 27366, + "1734": 27367, + "chiba": 27368, + "ratification": 27369, + "windy": 27370, + "earls": 27371, + "parapet": 27372, + "##marks": 27373, + "hunan": 27374, + "pristine": 27375, + "astrid": 27376, + "punta": 27377, + "##gart": 27378, + "brodie": 27379, + "##kota": 27380, + "##oder": 27381, + "malaga": 27382, + "minerva": 27383, + "rouse": 27384, + "##phonic": 27385, + "bellowed": 27386, + "pagoda": 27387, + "portals": 27388, + "reclamation": 27389, + "##gur": 27390, + "##odies": 27391, + "##⁄₄": 27392, + "parentheses": 27393, + "quoting": 27394, + "allergic": 27395, + "palette": 27396, + "showcases": 27397, + "benefactor": 27398, + "heartland": 27399, + "nonlinear": 27400, + "##tness": 27401, + "bladed": 27402, + "cheerfully": 27403, + "scans": 27404, + "##ety": 27405, + "##hone": 27406, + "1666": 27407, + "girlfriends": 27408, + "pedersen": 27409, + "hiram": 27410, + "sous": 27411, + "##liche": 27412, + "##nator": 27413, + "1683": 27414, + "##nery": 27415, + "##orio": 27416, + "##umen": 27417, + "bobo": 27418, + "primaries": 27419, + "smiley": 27420, + "##cb": 27421, + "unearthed": 27422, + "uniformly": 27423, + "fis": 27424, + "metadata": 27425, + "1635": 27426, + "ind": 27427, + "##oted": 27428, + "recoil": 27429, + "##titles": 27430, + "##tura": 27431, + "##ια": 27432, + "406": 27433, + "hilbert": 27434, + "jamestown": 27435, + "mcmillan": 27436, + "tulane": 27437, + "seychelles": 27438, + "##frid": 27439, + "antics": 27440, + "coli": 27441, + "fated": 27442, + "stucco": 27443, + "##grants": 27444, + "1654": 27445, + "bulky": 27446, + "accolades": 27447, + "arrays": 27448, + "caledonian": 27449, + "carnage": 27450, + "optimism": 27451, + "puebla": 27452, + "##tative": 27453, + "##cave": 27454, + "enforcing": 27455, + "rotherham": 27456, + "seo": 27457, + "dunlop": 27458, + "aeronautics": 27459, + "chimed": 27460, + "incline": 27461, + "zoning": 27462, + "archduke": 27463, + "hellenistic": 27464, + "##oses": 27465, + "##sions": 27466, + "candi": 27467, + "thong": 27468, + "##ople": 27469, + "magnate": 27470, + "rustic": 27471, + "##rsk": 27472, + "projective": 27473, + "slant": 27474, + "##offs": 27475, + "danes": 27476, + "hollis": 27477, + "vocalists": 27478, + "##ammed": 27479, + "congenital": 27480, + "contend": 27481, + "gesellschaft": 27482, + "##ocating": 27483, + "##pressive": 27484, + "douglass": 27485, + "quieter": 27486, + "##cm": 27487, + "##kshi": 27488, + "howled": 27489, + "salim": 27490, + "spontaneously": 27491, + "townsville": 27492, + "buena": 27493, + "southport": 27494, + "##bold": 27495, + "kato": 27496, + "1638": 27497, + "faerie": 27498, + "stiffly": 27499, + "##vus": 27500, + "##rled": 27501, + "297": 27502, + "flawless": 27503, + "realising": 27504, + "taboo": 27505, + "##7th": 27506, + "bytes": 27507, + "straightening": 27508, + "356": 27509, + "jena": 27510, + "##hid": 27511, + "##rmin": 27512, + "cartwright": 27513, + "berber": 27514, + "bertram": 27515, + "soloists": 27516, + "411": 27517, + "noses": 27518, + "417": 27519, + "coping": 27520, + "fission": 27521, + "hardin": 27522, + "inca": 27523, + "##cen": 27524, + "1717": 27525, + "mobilized": 27526, + "vhf": 27527, + "##raf": 27528, + "biscuits": 27529, + "curate": 27530, + "##85": 27531, + "##anial": 27532, + "331": 27533, + "gaunt": 27534, + "neighbourhoods": 27535, + "1540": 27536, + "##abas": 27537, + "blanca": 27538, + "bypassed": 27539, + "sockets": 27540, + "behold": 27541, + "coincidentally": 27542, + "##bane": 27543, + "nara": 27544, + "shave": 27545, + "splinter": 27546, + "terrific": 27547, + "##arion": 27548, + "##erian": 27549, + "commonplace": 27550, + "juris": 27551, + "redwood": 27552, + "waistband": 27553, + "boxed": 27554, + "caitlin": 27555, + "fingerprints": 27556, + "jennie": 27557, + "naturalized": 27558, + "##ired": 27559, + "balfour": 27560, + "craters": 27561, + "jody": 27562, + "bungalow": 27563, + "hugely": 27564, + "quilt": 27565, + "glitter": 27566, + "pigeons": 27567, + "undertaker": 27568, + "bulging": 27569, + "constrained": 27570, + "goo": 27571, + "##sil": 27572, + "##akh": 27573, + "assimilation": 27574, + "reworked": 27575, + "##person": 27576, + "persuasion": 27577, + "##pants": 27578, + "felicia": 27579, + "##cliff": 27580, + "##ulent": 27581, + "1732": 27582, + "explodes": 27583, + "##dun": 27584, + "##inium": 27585, + "##zic": 27586, + "lyman": 27587, + "vulture": 27588, + "hog": 27589, + "overlook": 27590, + "begs": 27591, + "northwards": 27592, + "ow": 27593, + "spoil": 27594, + "##urer": 27595, + "fatima": 27596, + "favorably": 27597, + "accumulate": 27598, + "sargent": 27599, + "sorority": 27600, + "corresponded": 27601, + "dispersal": 27602, + "kochi": 27603, + "toned": 27604, + "##imi": 27605, + "##lita": 27606, + "internacional": 27607, + "newfound": 27608, + "##agger": 27609, + "##lynn": 27610, + "##rigue": 27611, + "booths": 27612, + "peanuts": 27613, + "##eborg": 27614, + "medicare": 27615, + "muriel": 27616, + "nur": 27617, + "##uram": 27618, + "crates": 27619, + "millennia": 27620, + "pajamas": 27621, + "worsened": 27622, + "##breakers": 27623, + "jimi": 27624, + "vanuatu": 27625, + "yawned": 27626, + "##udeau": 27627, + "carousel": 27628, + "##hony": 27629, + "hurdle": 27630, + "##ccus": 27631, + "##mounted": 27632, + "##pod": 27633, + "rv": 27634, + "##eche": 27635, + "airship": 27636, + "ambiguity": 27637, + "compulsion": 27638, + "recapture": 27639, + "##claiming": 27640, + "arthritis": 27641, + "##osomal": 27642, + "1667": 27643, + "asserting": 27644, + "ngc": 27645, + "sniffing": 27646, + "dade": 27647, + "discontent": 27648, + "glendale": 27649, + "ported": 27650, + "##amina": 27651, + "defamation": 27652, + "rammed": 27653, + "##scent": 27654, + "fling": 27655, + "livingstone": 27656, + "##fleet": 27657, + "875": 27658, + "##ppy": 27659, + "apocalyptic": 27660, + "comrade": 27661, + "lcd": 27662, + "##lowe": 27663, + "cessna": 27664, + "eine": 27665, + "persecuted": 27666, + "subsistence": 27667, + "demi": 27668, + "hoop": 27669, + "reliefs": 27670, + "710": 27671, + "coptic": 27672, + "progressing": 27673, + "stemmed": 27674, + "perpetrators": 27675, + "1665": 27676, + "priestess": 27677, + "##nio": 27678, + "dobson": 27679, + "ebony": 27680, + "rooster": 27681, + "itf": 27682, + "tortricidae": 27683, + "##bbon": 27684, + "##jian": 27685, + "cleanup": 27686, + "##jean": 27687, + "##øy": 27688, + "1721": 27689, + "eighties": 27690, + "taxonomic": 27691, + "holiness": 27692, + "##hearted": 27693, + "##spar": 27694, + "antilles": 27695, + "showcasing": 27696, + "stabilized": 27697, + "##nb": 27698, + "gia": 27699, + "mascara": 27700, + "michelangelo": 27701, + "dawned": 27702, + "##uria": 27703, + "##vinsky": 27704, + "extinguished": 27705, + "fitz": 27706, + "grotesque": 27707, + "£100": 27708, + "##fera": 27709, + "##loid": 27710, + "##mous": 27711, + "barges": 27712, + "neue": 27713, + "throbbed": 27714, + "cipher": 27715, + "johnnie": 27716, + "##a1": 27717, + "##mpt": 27718, + "outburst": 27719, + "##swick": 27720, + "spearheaded": 27721, + "administrations": 27722, + "c1": 27723, + "heartbreak": 27724, + "pixels": 27725, + "pleasantly": 27726, + "##enay": 27727, + "lombardy": 27728, + "plush": 27729, + "##nsed": 27730, + "bobbie": 27731, + "##hly": 27732, + "reapers": 27733, + "tremor": 27734, + "xiang": 27735, + "minogue": 27736, + "substantive": 27737, + "hitch": 27738, + "barak": 27739, + "##wyl": 27740, + "kwan": 27741, + "##encia": 27742, + "910": 27743, + "obscene": 27744, + "elegance": 27745, + "indus": 27746, + "surfer": 27747, + "bribery": 27748, + "conserve": 27749, + "##hyllum": 27750, + "##masters": 27751, + "horatio": 27752, + "##fat": 27753, + "apes": 27754, + "rebound": 27755, + "psychotic": 27756, + "##pour": 27757, + "iteration": 27758, + "##mium": 27759, + "##vani": 27760, + "botanic": 27761, + "horribly": 27762, + "antiques": 27763, + "dispose": 27764, + "paxton": 27765, + "##hli": 27766, + "##wg": 27767, + "timeless": 27768, + "1704": 27769, + "disregard": 27770, + "engraver": 27771, + "hounds": 27772, + "##bau": 27773, + "##version": 27774, + "looted": 27775, + "uno": 27776, + "facilitates": 27777, + "groans": 27778, + "masjid": 27779, + "rutland": 27780, + "antibody": 27781, + "disqualification": 27782, + "decatur": 27783, + "footballers": 27784, + "quake": 27785, + "slacks": 27786, + "48th": 27787, + "rein": 27788, + "scribe": 27789, + "stabilize": 27790, + "commits": 27791, + "exemplary": 27792, + "tho": 27793, + "##hort": 27794, + "##chison": 27795, + "pantry": 27796, + "traversed": 27797, + "##hiti": 27798, + "disrepair": 27799, + "identifiable": 27800, + "vibrated": 27801, + "baccalaureate": 27802, + "##nnis": 27803, + "csa": 27804, + "interviewing": 27805, + "##iensis": 27806, + "##raße": 27807, + "greaves": 27808, + "wealthiest": 27809, + "343": 27810, + "classed": 27811, + "jogged": 27812, + "£5": 27813, + "##58": 27814, + "##atal": 27815, + "illuminating": 27816, + "knicks": 27817, + "respecting": 27818, + "##uno": 27819, + "scrubbed": 27820, + "##iji": 27821, + "##dles": 27822, + "kruger": 27823, + "moods": 27824, + "growls": 27825, + "raider": 27826, + "silvia": 27827, + "chefs": 27828, + "kam": 27829, + "vr": 27830, + "cree": 27831, + "percival": 27832, + "##terol": 27833, + "gunter": 27834, + "counterattack": 27835, + "defiant": 27836, + "henan": 27837, + "ze": 27838, + "##rasia": 27839, + "##riety": 27840, + "equivalence": 27841, + "submissions": 27842, + "##fra": 27843, + "##thor": 27844, + "bautista": 27845, + "mechanically": 27846, + "##heater": 27847, + "cornice": 27848, + "herbal": 27849, + "templar": 27850, + "##mering": 27851, + "outputs": 27852, + "ruining": 27853, + "ligand": 27854, + "renumbered": 27855, + "extravagant": 27856, + "mika": 27857, + "blockbuster": 27858, + "eta": 27859, + "insurrection": 27860, + "##ilia": 27861, + "darkening": 27862, + "ferocious": 27863, + "pianos": 27864, + "strife": 27865, + "kinship": 27866, + "##aer": 27867, + "melee": 27868, + "##anor": 27869, + "##iste": 27870, + "##may": 27871, + "##oue": 27872, + "decidedly": 27873, + "weep": 27874, + "##jad": 27875, + "##missive": 27876, + "##ppel": 27877, + "354": 27878, + "puget": 27879, + "unease": 27880, + "##gnant": 27881, + "1629": 27882, + "hammering": 27883, + "kassel": 27884, + "ob": 27885, + "wessex": 27886, + "##lga": 27887, + "bromwich": 27888, + "egan": 27889, + "paranoia": 27890, + "utilization": 27891, + "##atable": 27892, + "##idad": 27893, + "contradictory": 27894, + "provoke": 27895, + "##ols": 27896, + "##ouring": 27897, + "##tangled": 27898, + "knesset": 27899, + "##very": 27900, + "##lette": 27901, + "plumbing": 27902, + "##sden": 27903, + "##¹": 27904, + "greensboro": 27905, + "occult": 27906, + "sniff": 27907, + "338": 27908, + "zev": 27909, + "beaming": 27910, + "gamer": 27911, + "haggard": 27912, + "mahal": 27913, + "##olt": 27914, + "##pins": 27915, + "mendes": 27916, + "utmost": 27917, + "briefing": 27918, + "gunnery": 27919, + "##gut": 27920, + "##pher": 27921, + "##zh": 27922, + "##rok": 27923, + "1679": 27924, + "khalifa": 27925, + "sonya": 27926, + "##boot": 27927, + "principals": 27928, + "urbana": 27929, + "wiring": 27930, + "##liffe": 27931, + "##minating": 27932, + "##rrado": 27933, + "dahl": 27934, + "nyu": 27935, + "skepticism": 27936, + "np": 27937, + "townspeople": 27938, + "ithaca": 27939, + "lobster": 27940, + "somethin": 27941, + "##fur": 27942, + "##arina": 27943, + "##−1": 27944, + "freighter": 27945, + "zimmerman": 27946, + "biceps": 27947, + "contractual": 27948, + "##herton": 27949, + "amend": 27950, + "hurrying": 27951, + "subconscious": 27952, + "##anal": 27953, + "336": 27954, + "meng": 27955, + "clermont": 27956, + "spawning": 27957, + "##eia": 27958, + "##lub": 27959, + "dignitaries": 27960, + "impetus": 27961, + "snacks": 27962, + "spotting": 27963, + "twigs": 27964, + "##bilis": 27965, + "##cz": 27966, + "##ouk": 27967, + "libertadores": 27968, + "nic": 27969, + "skylar": 27970, + "##aina": 27971, + "##firm": 27972, + "gustave": 27973, + "asean": 27974, + "##anum": 27975, + "dieter": 27976, + "legislatures": 27977, + "flirt": 27978, + "bromley": 27979, + "trolls": 27980, + "umar": 27981, + "##bbies": 27982, + "##tyle": 27983, + "blah": 27984, + "parc": 27985, + "bridgeport": 27986, + "crank": 27987, + "negligence": 27988, + "##nction": 27989, + "46th": 27990, + "constantin": 27991, + "molded": 27992, + "bandages": 27993, + "seriousness": 27994, + "00pm": 27995, + "siegel": 27996, + "carpets": 27997, + "compartments": 27998, + "upbeat": 27999, + "statehood": 28000, + "##dner": 28001, + "##edging": 28002, + "marko": 28003, + "730": 28004, + "platt": 28005, + "##hane": 28006, + "paving": 28007, + "##iy": 28008, + "1738": 28009, + "abbess": 28010, + "impatience": 28011, + "limousine": 28012, + "nbl": 28013, + "##talk": 28014, + "441": 28015, + "lucille": 28016, + "mojo": 28017, + "nightfall": 28018, + "robbers": 28019, + "##nais": 28020, + "karel": 28021, + "brisk": 28022, + "calves": 28023, + "replicate": 28024, + "ascribed": 28025, + "telescopes": 28026, + "##olf": 28027, + "intimidated": 28028, + "##reen": 28029, + "ballast": 28030, + "specialization": 28031, + "##sit": 28032, + "aerodynamic": 28033, + "caliphate": 28034, + "rainer": 28035, + "visionary": 28036, + "##arded": 28037, + "epsilon": 28038, + "##aday": 28039, + "##onte": 28040, + "aggregation": 28041, + "auditory": 28042, + "boosted": 28043, + "reunification": 28044, + "kathmandu": 28045, + "loco": 28046, + "robyn": 28047, + "402": 28048, + "acknowledges": 28049, + "appointing": 28050, + "humanoid": 28051, + "newell": 28052, + "redeveloped": 28053, + "restraints": 28054, + "##tained": 28055, + "barbarians": 28056, + "chopper": 28057, + "1609": 28058, + "italiana": 28059, + "##lez": 28060, + "##lho": 28061, + "investigates": 28062, + "wrestlemania": 28063, + "##anies": 28064, + "##bib": 28065, + "690": 28066, + "##falls": 28067, + "creaked": 28068, + "dragoons": 28069, + "gravely": 28070, + "minions": 28071, + "stupidity": 28072, + "volley": 28073, + "##harat": 28074, + "##week": 28075, + "musik": 28076, + "##eries": 28077, + "##uously": 28078, + "fungal": 28079, + "massimo": 28080, + "semantics": 28081, + "malvern": 28082, + "##ahl": 28083, + "##pee": 28084, + "discourage": 28085, + "embryo": 28086, + "imperialism": 28087, + "1910s": 28088, + "profoundly": 28089, + "##ddled": 28090, + "jiangsu": 28091, + "sparkled": 28092, + "stat": 28093, + "##holz": 28094, + "sweatshirt": 28095, + "tobin": 28096, + "##iction": 28097, + "sneered": 28098, + "##cheon": 28099, + "##oit": 28100, + "brit": 28101, + "causal": 28102, + "smyth": 28103, + "##neuve": 28104, + "diffuse": 28105, + "perrin": 28106, + "silvio": 28107, + "##ipes": 28108, + "##recht": 28109, + "detonated": 28110, + "iqbal": 28111, + "selma": 28112, + "##nism": 28113, + "##zumi": 28114, + "roasted": 28115, + "##riders": 28116, + "tay": 28117, + "##ados": 28118, + "##mament": 28119, + "##mut": 28120, + "##rud": 28121, + "840": 28122, + "completes": 28123, + "nipples": 28124, + "cfa": 28125, + "flavour": 28126, + "hirsch": 28127, + "##laus": 28128, + "calderon": 28129, + "sneakers": 28130, + "moravian": 28131, + "##ksha": 28132, + "1622": 28133, + "rq": 28134, + "294": 28135, + "##imeters": 28136, + "bodo": 28137, + "##isance": 28138, + "##pre": 28139, + "##ronia": 28140, + "anatomical": 28141, + "excerpt": 28142, + "##lke": 28143, + "dh": 28144, + "kunst": 28145, + "##tablished": 28146, + "##scoe": 28147, + "biomass": 28148, + "panted": 28149, + "unharmed": 28150, + "gael": 28151, + "housemates": 28152, + "montpellier": 28153, + "##59": 28154, + "coa": 28155, + "rodents": 28156, + "tonic": 28157, + "hickory": 28158, + "singleton": 28159, + "##taro": 28160, + "451": 28161, + "1719": 28162, + "aldo": 28163, + "breaststroke": 28164, + "dempsey": 28165, + "och": 28166, + "rocco": 28167, + "##cuit": 28168, + "merton": 28169, + "dissemination": 28170, + "midsummer": 28171, + "serials": 28172, + "##idi": 28173, + "haji": 28174, + "polynomials": 28175, + "##rdon": 28176, + "gs": 28177, + "enoch": 28178, + "prematurely": 28179, + "shutter": 28180, + "taunton": 28181, + "£3": 28182, + "##grating": 28183, + "##inates": 28184, + "archangel": 28185, + "harassed": 28186, + "##asco": 28187, + "326": 28188, + "archway": 28189, + "dazzling": 28190, + "##ecin": 28191, + "1736": 28192, + "sumo": 28193, + "wat": 28194, + "##kovich": 28195, + "1086": 28196, + "honneur": 28197, + "##ently": 28198, + "##nostic": 28199, + "##ttal": 28200, + "##idon": 28201, + "1605": 28202, + "403": 28203, + "1716": 28204, + "blogger": 28205, + "rents": 28206, + "##gnan": 28207, + "hires": 28208, + "##ikh": 28209, + "##dant": 28210, + "howie": 28211, + "##rons": 28212, + "handler": 28213, + "retracted": 28214, + "shocks": 28215, + "1632": 28216, + "arun": 28217, + "duluth": 28218, + "kepler": 28219, + "trumpeter": 28220, + "##lary": 28221, + "peeking": 28222, + "seasoned": 28223, + "trooper": 28224, + "##mara": 28225, + "laszlo": 28226, + "##iciencies": 28227, + "##rti": 28228, + "heterosexual": 28229, + "##inatory": 28230, + "##ssion": 28231, + "indira": 28232, + "jogging": 28233, + "##inga": 28234, + "##lism": 28235, + "beit": 28236, + "dissatisfaction": 28237, + "malice": 28238, + "##ately": 28239, + "nedra": 28240, + "peeling": 28241, + "##rgeon": 28242, + "47th": 28243, + "stadiums": 28244, + "475": 28245, + "vertigo": 28246, + "##ains": 28247, + "iced": 28248, + "restroom": 28249, + "##plify": 28250, + "##tub": 28251, + "illustrating": 28252, + "pear": 28253, + "##chner": 28254, + "##sibility": 28255, + "inorganic": 28256, + "rappers": 28257, + "receipts": 28258, + "watery": 28259, + "##kura": 28260, + "lucinda": 28261, + "##oulos": 28262, + "reintroduced": 28263, + "##8th": 28264, + "##tched": 28265, + "gracefully": 28266, + "saxons": 28267, + "nutritional": 28268, + "wastewater": 28269, + "rained": 28270, + "favourites": 28271, + "bedrock": 28272, + "fisted": 28273, + "hallways": 28274, + "likeness": 28275, + "upscale": 28276, + "##lateral": 28277, + "1580": 28278, + "blinds": 28279, + "prequel": 28280, + "##pps": 28281, + "##tama": 28282, + "deter": 28283, + "humiliating": 28284, + "restraining": 28285, + "tn": 28286, + "vents": 28287, + "1659": 28288, + "laundering": 28289, + "recess": 28290, + "rosary": 28291, + "tractors": 28292, + "coulter": 28293, + "federer": 28294, + "##ifiers": 28295, + "##plin": 28296, + "persistence": 28297, + "##quitable": 28298, + "geschichte": 28299, + "pendulum": 28300, + "quakers": 28301, + "##beam": 28302, + "bassett": 28303, + "pictorial": 28304, + "buffet": 28305, + "koln": 28306, + "##sitor": 28307, + "drills": 28308, + "reciprocal": 28309, + "shooters": 28310, + "##57": 28311, + "##cton": 28312, + "##tees": 28313, + "converge": 28314, + "pip": 28315, + "dmitri": 28316, + "donnelly": 28317, + "yamamoto": 28318, + "aqua": 28319, + "azores": 28320, + "demographics": 28321, + "hypnotic": 28322, + "spitfire": 28323, + "suspend": 28324, + "wryly": 28325, + "roderick": 28326, + "##rran": 28327, + "sebastien": 28328, + "##asurable": 28329, + "mavericks": 28330, + "##fles": 28331, + "##200": 28332, + "himalayan": 28333, + "prodigy": 28334, + "##iance": 28335, + "transvaal": 28336, + "demonstrators": 28337, + "handcuffs": 28338, + "dodged": 28339, + "mcnamara": 28340, + "sublime": 28341, + "1726": 28342, + "crazed": 28343, + "##efined": 28344, + "##till": 28345, + "ivo": 28346, + "pondered": 28347, + "reconciled": 28348, + "shrill": 28349, + "sava": 28350, + "##duk": 28351, + "bal": 28352, + "cad": 28353, + "heresy": 28354, + "jaipur": 28355, + "goran": 28356, + "##nished": 28357, + "341": 28358, + "lux": 28359, + "shelly": 28360, + "whitehall": 28361, + "##hre": 28362, + "israelis": 28363, + "peacekeeping": 28364, + "##wled": 28365, + "1703": 28366, + "demetrius": 28367, + "ousted": 28368, + "##arians": 28369, + "##zos": 28370, + "beale": 28371, + "anwar": 28372, + "backstroke": 28373, + "raged": 28374, + "shrinking": 28375, + "cremated": 28376, + "##yck": 28377, + "benign": 28378, + "towing": 28379, + "wadi": 28380, + "darmstadt": 28381, + "landfill": 28382, + "parana": 28383, + "soothe": 28384, + "colleen": 28385, + "sidewalks": 28386, + "mayfair": 28387, + "tumble": 28388, + "hepatitis": 28389, + "ferrer": 28390, + "superstructure": 28391, + "##gingly": 28392, + "##urse": 28393, + "##wee": 28394, + "anthropological": 28395, + "translators": 28396, + "##mies": 28397, + "closeness": 28398, + "hooves": 28399, + "##pw": 28400, + "mondays": 28401, + "##roll": 28402, + "##vita": 28403, + "landscaping": 28404, + "##urized": 28405, + "purification": 28406, + "sock": 28407, + "thorns": 28408, + "thwarted": 28409, + "jalan": 28410, + "tiberius": 28411, + "##taka": 28412, + "saline": 28413, + "##rito": 28414, + "confidently": 28415, + "khyber": 28416, + "sculptors": 28417, + "##ij": 28418, + "brahms": 28419, + "hammersmith": 28420, + "inspectors": 28421, + "battista": 28422, + "fivb": 28423, + "fragmentation": 28424, + "hackney": 28425, + "##uls": 28426, + "arresting": 28427, + "exercising": 28428, + "antoinette": 28429, + "bedfordshire": 28430, + "##zily": 28431, + "dyed": 28432, + "##hema": 28433, + "1656": 28434, + "racetrack": 28435, + "variability": 28436, + "##tique": 28437, + "1655": 28438, + "austrians": 28439, + "deteriorating": 28440, + "madman": 28441, + "theorists": 28442, + "aix": 28443, + "lehman": 28444, + "weathered": 28445, + "1731": 28446, + "decreed": 28447, + "eruptions": 28448, + "1729": 28449, + "flaw": 28450, + "quinlan": 28451, + "sorbonne": 28452, + "flutes": 28453, + "nunez": 28454, + "1711": 28455, + "adored": 28456, + "downwards": 28457, + "fable": 28458, + "rasped": 28459, + "1712": 28460, + "moritz": 28461, + "mouthful": 28462, + "renegade": 28463, + "shivers": 28464, + "stunts": 28465, + "dysfunction": 28466, + "restrain": 28467, + "translit": 28468, + "327": 28469, + "pancakes": 28470, + "##avio": 28471, + "##cision": 28472, + "##tray": 28473, + "351": 28474, + "vial": 28475, + "##lden": 28476, + "bain": 28477, + "##maid": 28478, + "##oxide": 28479, + "chihuahua": 28480, + "malacca": 28481, + "vimes": 28482, + "##rba": 28483, + "##rnier": 28484, + "1664": 28485, + "donnie": 28486, + "plaques": 28487, + "##ually": 28488, + "337": 28489, + "bangs": 28490, + "floppy": 28491, + "huntsville": 28492, + "loretta": 28493, + "nikolay": 28494, + "##otte": 28495, + "eater": 28496, + "handgun": 28497, + "ubiquitous": 28498, + "##hett": 28499, + "eras": 28500, + "zodiac": 28501, + "1634": 28502, + "##omorphic": 28503, + "1820s": 28504, + "##zog": 28505, + "cochran": 28506, + "##bula": 28507, + "##lithic": 28508, + "warring": 28509, + "##rada": 28510, + "dalai": 28511, + "excused": 28512, + "blazers": 28513, + "mcconnell": 28514, + "reeling": 28515, + "bot": 28516, + "este": 28517, + "##abi": 28518, + "geese": 28519, + "hoax": 28520, + "taxon": 28521, + "##bla": 28522, + "guitarists": 28523, + "##icon": 28524, + "condemning": 28525, + "hunts": 28526, + "inversion": 28527, + "moffat": 28528, + "taekwondo": 28529, + "##lvis": 28530, + "1624": 28531, + "stammered": 28532, + "##rest": 28533, + "##rzy": 28534, + "sousa": 28535, + "fundraiser": 28536, + "marylebone": 28537, + "navigable": 28538, + "uptown": 28539, + "cabbage": 28540, + "daniela": 28541, + "salman": 28542, + "shitty": 28543, + "whimper": 28544, + "##kian": 28545, + "##utive": 28546, + "programmers": 28547, + "protections": 28548, + "rm": 28549, + "##rmi": 28550, + "##rued": 28551, + "forceful": 28552, + "##enes": 28553, + "fuss": 28554, + "##tao": 28555, + "##wash": 28556, + "brat": 28557, + "oppressive": 28558, + "reykjavik": 28559, + "spartak": 28560, + "ticking": 28561, + "##inkles": 28562, + "##kiewicz": 28563, + "adolph": 28564, + "horst": 28565, + "maui": 28566, + "protege": 28567, + "straighten": 28568, + "cpc": 28569, + "landau": 28570, + "concourse": 28571, + "clements": 28572, + "resultant": 28573, + "##ando": 28574, + "imaginative": 28575, + "joo": 28576, + "reactivated": 28577, + "##rem": 28578, + "##ffled": 28579, + "##uising": 28580, + "consultative": 28581, + "##guide": 28582, + "flop": 28583, + "kaitlyn": 28584, + "mergers": 28585, + "parenting": 28586, + "somber": 28587, + "##vron": 28588, + "supervise": 28589, + "vidhan": 28590, + "##imum": 28591, + "courtship": 28592, + "exemplified": 28593, + "harmonies": 28594, + "medallist": 28595, + "refining": 28596, + "##rrow": 28597, + "##ка": 28598, + "amara": 28599, + "##hum": 28600, + "780": 28601, + "goalscorer": 28602, + "sited": 28603, + "overshadowed": 28604, + "rohan": 28605, + "displeasure": 28606, + "secretive": 28607, + "multiplied": 28608, + "osman": 28609, + "##orth": 28610, + "engravings": 28611, + "padre": 28612, + "##kali": 28613, + "##veda": 28614, + "miniatures": 28615, + "mis": 28616, + "##yala": 28617, + "clap": 28618, + "pali": 28619, + "rook": 28620, + "##cana": 28621, + "1692": 28622, + "57th": 28623, + "antennae": 28624, + "astro": 28625, + "oskar": 28626, + "1628": 28627, + "bulldog": 28628, + "crotch": 28629, + "hackett": 28630, + "yucatan": 28631, + "##sure": 28632, + "amplifiers": 28633, + "brno": 28634, + "ferrara": 28635, + "migrating": 28636, + "##gree": 28637, + "thanking": 28638, + "turing": 28639, + "##eza": 28640, + "mccann": 28641, + "ting": 28642, + "andersson": 28643, + "onslaught": 28644, + "gaines": 28645, + "ganga": 28646, + "incense": 28647, + "standardization": 28648, + "##mation": 28649, + "sentai": 28650, + "scuba": 28651, + "stuffing": 28652, + "turquoise": 28653, + "waivers": 28654, + "alloys": 28655, + "##vitt": 28656, + "regaining": 28657, + "vaults": 28658, + "##clops": 28659, + "##gizing": 28660, + "digger": 28661, + "furry": 28662, + "memorabilia": 28663, + "probing": 28664, + "##iad": 28665, + "payton": 28666, + "rec": 28667, + "deutschland": 28668, + "filippo": 28669, + "opaque": 28670, + "seamen": 28671, + "zenith": 28672, + "afrikaans": 28673, + "##filtration": 28674, + "disciplined": 28675, + "inspirational": 28676, + "##merie": 28677, + "banco": 28678, + "confuse": 28679, + "grafton": 28680, + "tod": 28681, + "##dgets": 28682, + "championed": 28683, + "simi": 28684, + "anomaly": 28685, + "biplane": 28686, + "##ceptive": 28687, + "electrode": 28688, + "##para": 28689, + "1697": 28690, + "cleavage": 28691, + "crossbow": 28692, + "swirl": 28693, + "informant": 28694, + "##lars": 28695, + "##osta": 28696, + "afi": 28697, + "bonfire": 28698, + "spec": 28699, + "##oux": 28700, + "lakeside": 28701, + "slump": 28702, + "##culus": 28703, + "##lais": 28704, + "##qvist": 28705, + "##rrigan": 28706, + "1016": 28707, + "facades": 28708, + "borg": 28709, + "inwardly": 28710, + "cervical": 28711, + "xl": 28712, + "pointedly": 28713, + "050": 28714, + "stabilization": 28715, + "##odon": 28716, + "chests": 28717, + "1699": 28718, + "hacked": 28719, + "ctv": 28720, + "orthogonal": 28721, + "suzy": 28722, + "##lastic": 28723, + "gaulle": 28724, + "jacobite": 28725, + "rearview": 28726, + "##cam": 28727, + "##erted": 28728, + "ashby": 28729, + "##drik": 28730, + "##igate": 28731, + "##mise": 28732, + "##zbek": 28733, + "affectionately": 28734, + "canine": 28735, + "disperse": 28736, + "latham": 28737, + "##istles": 28738, + "##ivar": 28739, + "spielberg": 28740, + "##orin": 28741, + "##idium": 28742, + "ezekiel": 28743, + "cid": 28744, + "##sg": 28745, + "durga": 28746, + "middletown": 28747, + "##cina": 28748, + "customized": 28749, + "frontiers": 28750, + "harden": 28751, + "##etano": 28752, + "##zzy": 28753, + "1604": 28754, + "bolsheviks": 28755, + "##66": 28756, + "coloration": 28757, + "yoko": 28758, + "##bedo": 28759, + "briefs": 28760, + "slabs": 28761, + "debra": 28762, + "liquidation": 28763, + "plumage": 28764, + "##oin": 28765, + "blossoms": 28766, + "dementia": 28767, + "subsidy": 28768, + "1611": 28769, + "proctor": 28770, + "relational": 28771, + "jerseys": 28772, + "parochial": 28773, + "ter": 28774, + "##ici": 28775, + "esa": 28776, + "peshawar": 28777, + "cavalier": 28778, + "loren": 28779, + "cpi": 28780, + "idiots": 28781, + "shamrock": 28782, + "1646": 28783, + "dutton": 28784, + "malabar": 28785, + "mustache": 28786, + "##endez": 28787, + "##ocytes": 28788, + "referencing": 28789, + "terminates": 28790, + "marche": 28791, + "yarmouth": 28792, + "##sop": 28793, + "acton": 28794, + "mated": 28795, + "seton": 28796, + "subtly": 28797, + "baptised": 28798, + "beige": 28799, + "extremes": 28800, + "jolted": 28801, + "kristina": 28802, + "telecast": 28803, + "##actic": 28804, + "safeguard": 28805, + "waldo": 28806, + "##baldi": 28807, + "##bular": 28808, + "endeavors": 28809, + "sloppy": 28810, + "subterranean": 28811, + "##ensburg": 28812, + "##itung": 28813, + "delicately": 28814, + "pigment": 28815, + "tq": 28816, + "##scu": 28817, + "1626": 28818, + "##ound": 28819, + "collisions": 28820, + "coveted": 28821, + "herds": 28822, + "##personal": 28823, + "##meister": 28824, + "##nberger": 28825, + "chopra": 28826, + "##ricting": 28827, + "abnormalities": 28828, + "defective": 28829, + "galician": 28830, + "lucie": 28831, + "##dilly": 28832, + "alligator": 28833, + "likened": 28834, + "##genase": 28835, + "burundi": 28836, + "clears": 28837, + "complexion": 28838, + "derelict": 28839, + "deafening": 28840, + "diablo": 28841, + "fingered": 28842, + "champaign": 28843, + "dogg": 28844, + "enlist": 28845, + "isotope": 28846, + "labeling": 28847, + "mrna": 28848, + "##erre": 28849, + "brilliance": 28850, + "marvelous": 28851, + "##ayo": 28852, + "1652": 28853, + "crawley": 28854, + "ether": 28855, + "footed": 28856, + "dwellers": 28857, + "deserts": 28858, + "hamish": 28859, + "rubs": 28860, + "warlock": 28861, + "skimmed": 28862, + "##lizer": 28863, + "870": 28864, + "buick": 28865, + "embark": 28866, + "heraldic": 28867, + "irregularities": 28868, + "##ajan": 28869, + "kiara": 28870, + "##kulam": 28871, + "##ieg": 28872, + "antigen": 28873, + "kowalski": 28874, + "##lge": 28875, + "oakley": 28876, + "visitation": 28877, + "##mbit": 28878, + "vt": 28879, + "##suit": 28880, + "1570": 28881, + "murderers": 28882, + "##miento": 28883, + "##rites": 28884, + "chimneys": 28885, + "##sling": 28886, + "condemn": 28887, + "custer": 28888, + "exchequer": 28889, + "havre": 28890, + "##ghi": 28891, + "fluctuations": 28892, + "##rations": 28893, + "dfb": 28894, + "hendricks": 28895, + "vaccines": 28896, + "##tarian": 28897, + "nietzsche": 28898, + "biking": 28899, + "juicy": 28900, + "##duced": 28901, + "brooding": 28902, + "scrolling": 28903, + "selangor": 28904, + "##ragan": 28905, + "352": 28906, + "annum": 28907, + "boomed": 28908, + "seminole": 28909, + "sugarcane": 28910, + "##dna": 28911, + "departmental": 28912, + "dismissing": 28913, + "innsbruck": 28914, + "arteries": 28915, + "ashok": 28916, + "batavia": 28917, + "daze": 28918, + "kun": 28919, + "overtook": 28920, + "##rga": 28921, + "##tlan": 28922, + "beheaded": 28923, + "gaddafi": 28924, + "holm": 28925, + "electronically": 28926, + "faulty": 28927, + "galilee": 28928, + "fractures": 28929, + "kobayashi": 28930, + "##lized": 28931, + "gunmen": 28932, + "magma": 28933, + "aramaic": 28934, + "mala": 28935, + "eastenders": 28936, + "inference": 28937, + "messengers": 28938, + "bf": 28939, + "##qu": 28940, + "407": 28941, + "bathrooms": 28942, + "##vere": 28943, + "1658": 28944, + "flashbacks": 28945, + "ideally": 28946, + "misunderstood": 28947, + "##jali": 28948, + "##weather": 28949, + "mendez": 28950, + "##grounds": 28951, + "505": 28952, + "uncanny": 28953, + "##iii": 28954, + "1709": 28955, + "friendships": 28956, + "##nbc": 28957, + "sacrament": 28958, + "accommodated": 28959, + "reiterated": 28960, + "logistical": 28961, + "pebbles": 28962, + "thumped": 28963, + "##escence": 28964, + "administering": 28965, + "decrees": 28966, + "drafts": 28967, + "##flight": 28968, + "##cased": 28969, + "##tula": 28970, + "futuristic": 28971, + "picket": 28972, + "intimidation": 28973, + "winthrop": 28974, + "##fahan": 28975, + "interfered": 28976, + "339": 28977, + "afar": 28978, + "francoise": 28979, + "morally": 28980, + "uta": 28981, + "cochin": 28982, + "croft": 28983, + "dwarfs": 28984, + "##bruck": 28985, + "##dents": 28986, + "##nami": 28987, + "biker": 28988, + "##hner": 28989, + "##meral": 28990, + "nano": 28991, + "##isen": 28992, + "##ometric": 28993, + "##pres": 28994, + "##ан": 28995, + "brightened": 28996, + "meek": 28997, + "parcels": 28998, + "securely": 28999, + "gunners": 29000, + "##jhl": 29001, + "##zko": 29002, + "agile": 29003, + "hysteria": 29004, + "##lten": 29005, + "##rcus": 29006, + "bukit": 29007, + "champs": 29008, + "chevy": 29009, + "cuckoo": 29010, + "leith": 29011, + "sadler": 29012, + "theologians": 29013, + "welded": 29014, + "##section": 29015, + "1663": 29016, + "jj": 29017, + "plurality": 29018, + "xander": 29019, + "##rooms": 29020, + "##formed": 29021, + "shredded": 29022, + "temps": 29023, + "intimately": 29024, + "pau": 29025, + "tormented": 29026, + "##lok": 29027, + "##stellar": 29028, + "1618": 29029, + "charred": 29030, + "ems": 29031, + "essen": 29032, + "##mmel": 29033, + "alarms": 29034, + "spraying": 29035, + "ascot": 29036, + "blooms": 29037, + "twinkle": 29038, + "##abia": 29039, + "##apes": 29040, + "internment": 29041, + "obsidian": 29042, + "##chaft": 29043, + "snoop": 29044, + "##dav": 29045, + "##ooping": 29046, + "malibu": 29047, + "##tension": 29048, + "quiver": 29049, + "##itia": 29050, + "hays": 29051, + "mcintosh": 29052, + "travers": 29053, + "walsall": 29054, + "##ffie": 29055, + "1623": 29056, + "beverley": 29057, + "schwarz": 29058, + "plunging": 29059, + "structurally": 29060, + "m3": 29061, + "rosenthal": 29062, + "vikram": 29063, + "##tsk": 29064, + "770": 29065, + "ghz": 29066, + "##onda": 29067, + "##tiv": 29068, + "chalmers": 29069, + "groningen": 29070, + "pew": 29071, + "reckon": 29072, + "unicef": 29073, + "##rvis": 29074, + "55th": 29075, + "##gni": 29076, + "1651": 29077, + "sulawesi": 29078, + "avila": 29079, + "cai": 29080, + "metaphysical": 29081, + "screwing": 29082, + "turbulence": 29083, + "##mberg": 29084, + "augusto": 29085, + "samba": 29086, + "56th": 29087, + "baffled": 29088, + "momentary": 29089, + "toxin": 29090, + "##urian": 29091, + "##wani": 29092, + "aachen": 29093, + "condoms": 29094, + "dali": 29095, + "steppe": 29096, + "##3d": 29097, + "##app": 29098, + "##oed": 29099, + "##year": 29100, + "adolescence": 29101, + "dauphin": 29102, + "electrically": 29103, + "inaccessible": 29104, + "microscopy": 29105, + "nikita": 29106, + "##ega": 29107, + "atv": 29108, + "##cel": 29109, + "##enter": 29110, + "##oles": 29111, + "##oteric": 29112, + "##ы": 29113, + "accountants": 29114, + "punishments": 29115, + "wrongly": 29116, + "bribes": 29117, + "adventurous": 29118, + "clinch": 29119, + "flinders": 29120, + "southland": 29121, + "##hem": 29122, + "##kata": 29123, + "gough": 29124, + "##ciency": 29125, + "lads": 29126, + "soared": 29127, + "##ה": 29128, + "undergoes": 29129, + "deformation": 29130, + "outlawed": 29131, + "rubbish": 29132, + "##arus": 29133, + "##mussen": 29134, + "##nidae": 29135, + "##rzburg": 29136, + "arcs": 29137, + "##ingdon": 29138, + "##tituted": 29139, + "1695": 29140, + "wheelbase": 29141, + "wheeling": 29142, + "bombardier": 29143, + "campground": 29144, + "zebra": 29145, + "##lices": 29146, + "##oj": 29147, + "##bain": 29148, + "lullaby": 29149, + "##ecure": 29150, + "donetsk": 29151, + "wylie": 29152, + "grenada": 29153, + "##arding": 29154, + "##ης": 29155, + "squinting": 29156, + "eireann": 29157, + "opposes": 29158, + "##andra": 29159, + "maximal": 29160, + "runes": 29161, + "##broken": 29162, + "##cuting": 29163, + "##iface": 29164, + "##ror": 29165, + "##rosis": 29166, + "additive": 29167, + "britney": 29168, + "adultery": 29169, + "triggering": 29170, + "##drome": 29171, + "detrimental": 29172, + "aarhus": 29173, + "containment": 29174, + "jc": 29175, + "swapped": 29176, + "vichy": 29177, + "##ioms": 29178, + "madly": 29179, + "##oric": 29180, + "##rag": 29181, + "brant": 29182, + "##ckey": 29183, + "##trix": 29184, + "1560": 29185, + "1612": 29186, + "broughton": 29187, + "rustling": 29188, + "##stems": 29189, + "##uder": 29190, + "asbestos": 29191, + "mentoring": 29192, + "##nivorous": 29193, + "finley": 29194, + "leaps": 29195, + "##isan": 29196, + "apical": 29197, + "pry": 29198, + "slits": 29199, + "substitutes": 29200, + "##dict": 29201, + "intuitive": 29202, + "fantasia": 29203, + "insistent": 29204, + "unreasonable": 29205, + "##igen": 29206, + "##vna": 29207, + "domed": 29208, + "hannover": 29209, + "margot": 29210, + "ponder": 29211, + "##zziness": 29212, + "impromptu": 29213, + "jian": 29214, + "lc": 29215, + "rampage": 29216, + "stemming": 29217, + "##eft": 29218, + "andrey": 29219, + "gerais": 29220, + "whichever": 29221, + "amnesia": 29222, + "appropriated": 29223, + "anzac": 29224, + "clicks": 29225, + "modifying": 29226, + "ultimatum": 29227, + "cambrian": 29228, + "maids": 29229, + "verve": 29230, + "yellowstone": 29231, + "##mbs": 29232, + "conservatoire": 29233, + "##scribe": 29234, + "adherence": 29235, + "dinners": 29236, + "spectra": 29237, + "imperfect": 29238, + "mysteriously": 29239, + "sidekick": 29240, + "tatar": 29241, + "tuba": 29242, + "##aks": 29243, + "##ifolia": 29244, + "distrust": 29245, + "##athan": 29246, + "##zle": 29247, + "c2": 29248, + "ronin": 29249, + "zac": 29250, + "##pse": 29251, + "celaena": 29252, + "instrumentalist": 29253, + "scents": 29254, + "skopje": 29255, + "##mbling": 29256, + "comical": 29257, + "compensated": 29258, + "vidal": 29259, + "condor": 29260, + "intersect": 29261, + "jingle": 29262, + "wavelengths": 29263, + "##urrent": 29264, + "mcqueen": 29265, + "##izzly": 29266, + "carp": 29267, + "weasel": 29268, + "422": 29269, + "kanye": 29270, + "militias": 29271, + "postdoctoral": 29272, + "eugen": 29273, + "gunslinger": 29274, + "##ɛ": 29275, + "faux": 29276, + "hospice": 29277, + "##for": 29278, + "appalled": 29279, + "derivation": 29280, + "dwarves": 29281, + "##elis": 29282, + "dilapidated": 29283, + "##folk": 29284, + "astoria": 29285, + "philology": 29286, + "##lwyn": 29287, + "##otho": 29288, + "##saka": 29289, + "inducing": 29290, + "philanthropy": 29291, + "##bf": 29292, + "##itative": 29293, + "geek": 29294, + "markedly": 29295, + "sql": 29296, + "##yce": 29297, + "bessie": 29298, + "indices": 29299, + "rn": 29300, + "##flict": 29301, + "495": 29302, + "frowns": 29303, + "resolving": 29304, + "weightlifting": 29305, + "tugs": 29306, + "cleric": 29307, + "contentious": 29308, + "1653": 29309, + "mania": 29310, + "rms": 29311, + "##miya": 29312, + "##reate": 29313, + "##ruck": 29314, + "##tucket": 29315, + "bien": 29316, + "eels": 29317, + "marek": 29318, + "##ayton": 29319, + "##cence": 29320, + "discreet": 29321, + "unofficially": 29322, + "##ife": 29323, + "leaks": 29324, + "##bber": 29325, + "1705": 29326, + "332": 29327, + "dung": 29328, + "compressor": 29329, + "hillsborough": 29330, + "pandit": 29331, + "shillings": 29332, + "distal": 29333, + "##skin": 29334, + "381": 29335, + "##tat": 29336, + "##you": 29337, + "nosed": 29338, + "##nir": 29339, + "mangrove": 29340, + "undeveloped": 29341, + "##idia": 29342, + "textures": 29343, + "##inho": 29344, + "##500": 29345, + "##rise": 29346, + "ae": 29347, + "irritating": 29348, + "nay": 29349, + "amazingly": 29350, + "bancroft": 29351, + "apologetic": 29352, + "compassionate": 29353, + "kata": 29354, + "symphonies": 29355, + "##lovic": 29356, + "airspace": 29357, + "##lch": 29358, + "930": 29359, + "gifford": 29360, + "precautions": 29361, + "fulfillment": 29362, + "sevilla": 29363, + "vulgar": 29364, + "martinique": 29365, + "##urities": 29366, + "looting": 29367, + "piccolo": 29368, + "tidy": 29369, + "##dermott": 29370, + "quadrant": 29371, + "armchair": 29372, + "incomes": 29373, + "mathematicians": 29374, + "stampede": 29375, + "nilsson": 29376, + "##inking": 29377, + "##scan": 29378, + "foo": 29379, + "quarterfinal": 29380, + "##ostal": 29381, + "shang": 29382, + "shouldered": 29383, + "squirrels": 29384, + "##owe": 29385, + "344": 29386, + "vinegar": 29387, + "##bner": 29388, + "##rchy": 29389, + "##systems": 29390, + "delaying": 29391, + "##trics": 29392, + "ars": 29393, + "dwyer": 29394, + "rhapsody": 29395, + "sponsoring": 29396, + "##gration": 29397, + "bipolar": 29398, + "cinder": 29399, + "starters": 29400, + "##olio": 29401, + "##urst": 29402, + "421": 29403, + "signage": 29404, + "##nty": 29405, + "aground": 29406, + "figurative": 29407, + "mons": 29408, + "acquaintances": 29409, + "duets": 29410, + "erroneously": 29411, + "soyuz": 29412, + "elliptic": 29413, + "recreated": 29414, + "##cultural": 29415, + "##quette": 29416, + "##ssed": 29417, + "##tma": 29418, + "##zcz": 29419, + "moderator": 29420, + "scares": 29421, + "##itaire": 29422, + "##stones": 29423, + "##udence": 29424, + "juniper": 29425, + "sighting": 29426, + "##just": 29427, + "##nsen": 29428, + "britten": 29429, + "calabria": 29430, + "ry": 29431, + "bop": 29432, + "cramer": 29433, + "forsyth": 29434, + "stillness": 29435, + "##л": 29436, + "airmen": 29437, + "gathers": 29438, + "unfit": 29439, + "##umber": 29440, + "##upt": 29441, + "taunting": 29442, + "##rip": 29443, + "seeker": 29444, + "streamlined": 29445, + "##bution": 29446, + "holster": 29447, + "schumann": 29448, + "tread": 29449, + "vox": 29450, + "##gano": 29451, + "##onzo": 29452, + "strive": 29453, + "dil": 29454, + "reforming": 29455, + "covent": 29456, + "newbury": 29457, + "predicting": 29458, + "##orro": 29459, + "decorate": 29460, + "tre": 29461, + "##puted": 29462, + "andover": 29463, + "ie": 29464, + "asahi": 29465, + "dept": 29466, + "dunkirk": 29467, + "gills": 29468, + "##tori": 29469, + "buren": 29470, + "huskies": 29471, + "##stis": 29472, + "##stov": 29473, + "abstracts": 29474, + "bets": 29475, + "loosen": 29476, + "##opa": 29477, + "1682": 29478, + "yearning": 29479, + "##glio": 29480, + "##sir": 29481, + "berman": 29482, + "effortlessly": 29483, + "enamel": 29484, + "napoli": 29485, + "persist": 29486, + "##peration": 29487, + "##uez": 29488, + "attache": 29489, + "elisa": 29490, + "b1": 29491, + "invitations": 29492, + "##kic": 29493, + "accelerating": 29494, + "reindeer": 29495, + "boardwalk": 29496, + "clutches": 29497, + "nelly": 29498, + "polka": 29499, + "starbucks": 29500, + "##kei": 29501, + "adamant": 29502, + "huey": 29503, + "lough": 29504, + "unbroken": 29505, + "adventurer": 29506, + "embroidery": 29507, + "inspecting": 29508, + "stanza": 29509, + "##ducted": 29510, + "naia": 29511, + "taluka": 29512, + "##pone": 29513, + "##roids": 29514, + "chases": 29515, + "deprivation": 29516, + "florian": 29517, + "##jing": 29518, + "##ppet": 29519, + "earthly": 29520, + "##lib": 29521, + "##ssee": 29522, + "colossal": 29523, + "foreigner": 29524, + "vet": 29525, + "freaks": 29526, + "patrice": 29527, + "rosewood": 29528, + "triassic": 29529, + "upstate": 29530, + "##pkins": 29531, + "dominates": 29532, + "ata": 29533, + "chants": 29534, + "ks": 29535, + "vo": 29536, + "##400": 29537, + "##bley": 29538, + "##raya": 29539, + "##rmed": 29540, + "555": 29541, + "agra": 29542, + "infiltrate": 29543, + "##ailing": 29544, + "##ilation": 29545, + "##tzer": 29546, + "##uppe": 29547, + "##werk": 29548, + "binoculars": 29549, + "enthusiast": 29550, + "fujian": 29551, + "squeak": 29552, + "##avs": 29553, + "abolitionist": 29554, + "almeida": 29555, + "boredom": 29556, + "hampstead": 29557, + "marsden": 29558, + "rations": 29559, + "##ands": 29560, + "inflated": 29561, + "334": 29562, + "bonuses": 29563, + "rosalie": 29564, + "patna": 29565, + "##rco": 29566, + "329": 29567, + "detachments": 29568, + "penitentiary": 29569, + "54th": 29570, + "flourishing": 29571, + "woolf": 29572, + "##dion": 29573, + "##etched": 29574, + "papyrus": 29575, + "##lster": 29576, + "##nsor": 29577, + "##toy": 29578, + "bobbed": 29579, + "dismounted": 29580, + "endelle": 29581, + "inhuman": 29582, + "motorola": 29583, + "tbs": 29584, + "wince": 29585, + "wreath": 29586, + "##ticus": 29587, + "hideout": 29588, + "inspections": 29589, + "sanjay": 29590, + "disgrace": 29591, + "infused": 29592, + "pudding": 29593, + "stalks": 29594, + "##urbed": 29595, + "arsenic": 29596, + "leases": 29597, + "##hyl": 29598, + "##rrard": 29599, + "collarbone": 29600, + "##waite": 29601, + "##wil": 29602, + "dowry": 29603, + "##bant": 29604, + "##edance": 29605, + "genealogical": 29606, + "nitrate": 29607, + "salamanca": 29608, + "scandals": 29609, + "thyroid": 29610, + "necessitated": 29611, + "##!": 29612, + "##\"": 29613, + "###": 29614, + "##$": 29615, + "##%": 29616, + "##&": 29617, + "##'": 29618, + "##(": 29619, + "##)": 29620, + "##*": 29621, + "##+": 29622, + "##,": 29623, + "##-": 29624, + "##.": 29625, + "##/": 29626, + "##:": 29627, + "##;": 29628, + "##<": 29629, + "##=": 29630, + "##>": 29631, + "##?": 29632, + "##@": 29633, + "##[": 29634, + "##\\": 29635, + "##]": 29636, + "##^": 29637, + "##_": 29638, + "##`": 29639, + "##{": 29640, + "##|": 29641, + "##}": 29642, + "##~": 29643, + "##¡": 29644, + "##¢": 29645, + "##£": 29646, + "##¤": 29647, + "##¥": 29648, + "##¦": 29649, + "##§": 29650, + "##¨": 29651, + "##©": 29652, + "##ª": 29653, + "##«": 29654, + "##¬": 29655, + "##®": 29656, + "##±": 29657, + "##´": 29658, + "##µ": 29659, + "##¶": 29660, + "##·": 29661, + "##º": 29662, + "##»": 29663, + "##¼": 29664, + "##¾": 29665, + "##¿": 29666, + "##æ": 29667, + "##ð": 29668, + "##÷": 29669, + "##þ": 29670, + "##đ": 29671, + "##ħ": 29672, + "##ŋ": 29673, + "##œ": 29674, + "##ƒ": 29675, + "##ɐ": 29676, + "##ɑ": 29677, + "##ɒ": 29678, + "##ɔ": 29679, + "##ɕ": 29680, + "##ə": 29681, + "##ɡ": 29682, + "##ɣ": 29683, + "##ɨ": 29684, + "##ɪ": 29685, + "##ɫ": 29686, + "##ɬ": 29687, + "##ɯ": 29688, + "##ɲ": 29689, + "##ɴ": 29690, + "##ɹ": 29691, + "##ɾ": 29692, + "##ʀ": 29693, + "##ʁ": 29694, + "##ʂ": 29695, + "##ʃ": 29696, + "##ʉ": 29697, + "##ʊ": 29698, + "##ʋ": 29699, + "##ʌ": 29700, + "##ʎ": 29701, + "##ʐ": 29702, + "##ʑ": 29703, + "##ʒ": 29704, + "##ʔ": 29705, + "##ʰ": 29706, + "##ʲ": 29707, + "##ʳ": 29708, + "##ʷ": 29709, + "##ʸ": 29710, + "##ʻ": 29711, + "##ʼ": 29712, + "##ʾ": 29713, + "##ʿ": 29714, + "##ˈ": 29715, + "##ˡ": 29716, + "##ˢ": 29717, + "##ˣ": 29718, + "##ˤ": 29719, + "##β": 29720, + "##γ": 29721, + "##δ": 29722, + "##ε": 29723, + "##ζ": 29724, + "##θ": 29725, + "##κ": 29726, + "##λ": 29727, + "##μ": 29728, + "##ξ": 29729, + "##ο": 29730, + "##π": 29731, + "##ρ": 29732, + "##σ": 29733, + "##τ": 29734, + "##υ": 29735, + "##φ": 29736, + "##χ": 29737, + "##ψ": 29738, + "##ω": 29739, + "##б": 29740, + "##г": 29741, + "##д": 29742, + "##ж": 29743, + "##з": 29744, + "##м": 29745, + "##п": 29746, + "##с": 29747, + "##у": 29748, + "##ф": 29749, + "##х": 29750, + "##ц": 29751, + "##ч": 29752, + "##ш": 29753, + "##щ": 29754, + "##ъ": 29755, + "##э": 29756, + "##ю": 29757, + "##ђ": 29758, + "##є": 29759, + "##і": 29760, + "##ј": 29761, + "##љ": 29762, + "##њ": 29763, + "##ћ": 29764, + "##ӏ": 29765, + "##ա": 29766, + "##բ": 29767, + "##գ": 29768, + "##դ": 29769, + "##ե": 29770, + "##թ": 29771, + "##ի": 29772, + "##լ": 29773, + "##կ": 29774, + "##հ": 29775, + "##մ": 29776, + "##յ": 29777, + "##ն": 29778, + "##ո": 29779, + "##պ": 29780, + "##ս": 29781, + "##վ": 29782, + "##տ": 29783, + "##ր": 29784, + "##ւ": 29785, + "##ք": 29786, + "##־": 29787, + "##א": 29788, + "##ב": 29789, + "##ג": 29790, + "##ד": 29791, + "##ו": 29792, + "##ז": 29793, + "##ח": 29794, + "##ט": 29795, + "##י": 29796, + "##ך": 29797, + "##כ": 29798, + "##ל": 29799, + "##ם": 29800, + "##מ": 29801, + "##ן": 29802, + "##נ": 29803, + "##ס": 29804, + "##ע": 29805, + "##ף": 29806, + "##פ": 29807, + "##ץ": 29808, + "##צ": 29809, + "##ק": 29810, + "##ר": 29811, + "##ש": 29812, + "##ת": 29813, + "##،": 29814, + "##ء": 29815, + "##ب": 29816, + "##ت": 29817, + "##ث": 29818, + "##ج": 29819, + "##ح": 29820, + "##خ": 29821, + "##ذ": 29822, + "##ز": 29823, + "##س": 29824, + "##ش": 29825, + "##ص": 29826, + "##ض": 29827, + "##ط": 29828, + "##ظ": 29829, + "##ع": 29830, + "##غ": 29831, + "##ـ": 29832, + "##ف": 29833, + "##ق": 29834, + "##ك": 29835, + "##و": 29836, + "##ى": 29837, + "##ٹ": 29838, + "##پ": 29839, + "##چ": 29840, + "##ک": 29841, + "##گ": 29842, + "##ں": 29843, + "##ھ": 29844, + "##ہ": 29845, + "##ے": 29846, + "##अ": 29847, + "##आ": 29848, + "##उ": 29849, + "##ए": 29850, + "##क": 29851, + "##ख": 29852, + "##ग": 29853, + "##च": 29854, + "##ज": 29855, + "##ट": 29856, + "##ड": 29857, + "##ण": 29858, + "##त": 29859, + "##थ": 29860, + "##द": 29861, + "##ध": 29862, + "##न": 29863, + "##प": 29864, + "##ब": 29865, + "##भ": 29866, + "##म": 29867, + "##य": 29868, + "##र": 29869, + "##ल": 29870, + "##व": 29871, + "##श": 29872, + "##ष": 29873, + "##स": 29874, + "##ह": 29875, + "##ा": 29876, + "##ि": 29877, + "##ी": 29878, + "##ो": 29879, + "##।": 29880, + "##॥": 29881, + "##ং": 29882, + "##অ": 29883, + "##আ": 29884, + "##ই": 29885, + "##উ": 29886, + "##এ": 29887, + "##ও": 29888, + "##ক": 29889, + "##খ": 29890, + "##গ": 29891, + "##চ": 29892, + "##ছ": 29893, + "##জ": 29894, + "##ট": 29895, + "##ড": 29896, + "##ণ": 29897, + "##ত": 29898, + "##থ": 29899, + "##দ": 29900, + "##ধ": 29901, + "##ন": 29902, + "##প": 29903, + "##ব": 29904, + "##ভ": 29905, + "##ম": 29906, + "##য": 29907, + "##র": 29908, + "##ল": 29909, + "##শ": 29910, + "##ষ": 29911, + "##স": 29912, + "##হ": 29913, + "##া": 29914, + "##ি": 29915, + "##ী": 29916, + "##ে": 29917, + "##க": 29918, + "##ச": 29919, + "##ட": 29920, + "##த": 29921, + "##ந": 29922, + "##ன": 29923, + "##ப": 29924, + "##ம": 29925, + "##ய": 29926, + "##ர": 29927, + "##ல": 29928, + "##ள": 29929, + "##வ": 29930, + "##ா": 29931, + "##ி": 29932, + "##ு": 29933, + "##ே": 29934, + "##ை": 29935, + "##ನ": 29936, + "##ರ": 29937, + "##ಾ": 29938, + "##ක": 29939, + "##ය": 29940, + "##ර": 29941, + "##ල": 29942, + "##ව": 29943, + "##ා": 29944, + "##ก": 29945, + "##ง": 29946, + "##ต": 29947, + "##ท": 29948, + "##น": 29949, + "##พ": 29950, + "##ม": 29951, + "##ย": 29952, + "##ร": 29953, + "##ล": 29954, + "##ว": 29955, + "##ส": 29956, + "##อ": 29957, + "##า": 29958, + "##เ": 29959, + "##་": 29960, + "##།": 29961, + "##ག": 29962, + "##ང": 29963, + "##ད": 29964, + "##ན": 29965, + "##པ": 29966, + "##བ": 29967, + "##མ": 29968, + "##འ": 29969, + "##ར": 29970, + "##ལ": 29971, + "##ས": 29972, + "##မ": 29973, + "##ა": 29974, + "##ბ": 29975, + "##გ": 29976, + "##დ": 29977, + "##ე": 29978, + "##ვ": 29979, + "##თ": 29980, + "##ი": 29981, + "##კ": 29982, + "##ლ": 29983, + "##მ": 29984, + "##ნ": 29985, + "##ო": 29986, + "##რ": 29987, + "##ს": 29988, + "##ტ": 29989, + "##უ": 29990, + "##ᄀ": 29991, + "##ᄂ": 29992, + "##ᄃ": 29993, + "##ᄅ": 29994, + "##ᄆ": 29995, + "##ᄇ": 29996, + "##ᄉ": 29997, + "##ᄊ": 29998, + "##ᄋ": 29999, + "##ᄌ": 30000, + "##ᄎ": 30001, + "##ᄏ": 30002, + "##ᄐ": 30003, + "##ᄑ": 30004, + "##ᄒ": 30005, + "##ᅡ": 30006, + "##ᅢ": 30007, + "##ᅥ": 30008, + "##ᅦ": 30009, + "##ᅧ": 30010, + "##ᅩ": 30011, + "##ᅪ": 30012, + "##ᅭ": 30013, + "##ᅮ": 30014, + "##ᅯ": 30015, + "##ᅲ": 30016, + "##ᅳ": 30017, + "##ᅴ": 30018, + "##ᅵ": 30019, + "##ᆨ": 30020, + "##ᆫ": 30021, + "##ᆯ": 30022, + "##ᆷ": 30023, + "##ᆸ": 30024, + "##ᆼ": 30025, + "##ᴬ": 30026, + "##ᴮ": 30027, + "##ᴰ": 30028, + "##ᴵ": 30029, + "##ᴺ": 30030, + "##ᵀ": 30031, + "##ᵃ": 30032, + "##ᵇ": 30033, + "##ᵈ": 30034, + "##ᵉ": 30035, + "##ᵍ": 30036, + "##ᵏ": 30037, + "##ᵐ": 30038, + "##ᵒ": 30039, + "##ᵖ": 30040, + "##ᵗ": 30041, + "##ᵘ": 30042, + "##ᵣ": 30043, + "##ᵤ": 30044, + "##ᵥ": 30045, + "##ᶜ": 30046, + "##ᶠ": 30047, + "##‐": 30048, + "##‑": 30049, + "##‒": 30050, + "##–": 30051, + "##—": 30052, + "##―": 30053, + "##‖": 30054, + "##‘": 30055, + "##’": 30056, + "##‚": 30057, + "##“": 30058, + "##”": 30059, + "##„": 30060, + "##†": 30061, + "##‡": 30062, + "##•": 30063, + "##…": 30064, + "##‰": 30065, + "##′": 30066, + "##″": 30067, + "##›": 30068, + "##‿": 30069, + "##⁄": 30070, + "##⁰": 30071, + "##ⁱ": 30072, + "##⁴": 30073, + "##⁵": 30074, + "##⁶": 30075, + "##⁷": 30076, + "##⁸": 30077, + "##⁹": 30078, + "##⁻": 30079, + "##ⁿ": 30080, + "##₅": 30081, + "##₆": 30082, + "##₇": 30083, + "##₈": 30084, + "##₉": 30085, + "##₊": 30086, + "##₍": 30087, + "##₎": 30088, + "##ₐ": 30089, + "##ₑ": 30090, + "##ₒ": 30091, + "##ₓ": 30092, + "##ₕ": 30093, + "##ₖ": 30094, + "##ₗ": 30095, + "##ₘ": 30096, + "##ₚ": 30097, + "##ₛ": 30098, + "##ₜ": 30099, + "##₤": 30100, + "##₩": 30101, + "##€": 30102, + "##₱": 30103, + "##₹": 30104, + "##ℓ": 30105, + "##№": 30106, + "##ℝ": 30107, + "##™": 30108, + "##⅓": 30109, + "##⅔": 30110, + "##←": 30111, + "##↑": 30112, + "##→": 30113, + "##↓": 30114, + "##↔": 30115, + "##↦": 30116, + "##⇄": 30117, + "##⇌": 30118, + "##⇒": 30119, + "##∂": 30120, + "##∅": 30121, + "##∆": 30122, + "##∇": 30123, + "##∈": 30124, + "##∗": 30125, + "##∘": 30126, + "##√": 30127, + "##∞": 30128, + "##∧": 30129, + "##∨": 30130, + "##∩": 30131, + "##∪": 30132, + "##≈": 30133, + "##≡": 30134, + "##≤": 30135, + "##≥": 30136, + "##⊂": 30137, + "##⊆": 30138, + "##⊕": 30139, + "##⊗": 30140, + "##⋅": 30141, + "##─": 30142, + "##│": 30143, + "##■": 30144, + "##▪": 30145, + "##●": 30146, + "##★": 30147, + "##☆": 30148, + "##☉": 30149, + "##♠": 30150, + "##♣": 30151, + "##♥": 30152, + "##♦": 30153, + "##♯": 30154, + "##⟨": 30155, + "##⟩": 30156, + "##ⱼ": 30157, + "##⺩": 30158, + "##⺼": 30159, + "##⽥": 30160, + "##、": 30161, + "##。": 30162, + "##〈": 30163, + "##〉": 30164, + "##《": 30165, + "##》": 30166, + "##「": 30167, + "##」": 30168, + "##『": 30169, + "##』": 30170, + "##〜": 30171, + "##あ": 30172, + "##い": 30173, + "##う": 30174, + "##え": 30175, + "##お": 30176, + "##か": 30177, + "##き": 30178, + "##く": 30179, + "##け": 30180, + "##こ": 30181, + "##さ": 30182, + "##し": 30183, + "##す": 30184, + "##せ": 30185, + "##そ": 30186, + "##た": 30187, + "##ち": 30188, + "##っ": 30189, + "##つ": 30190, + "##て": 30191, + "##と": 30192, + "##な": 30193, + "##に": 30194, + "##ぬ": 30195, + "##ね": 30196, + "##の": 30197, + "##は": 30198, + "##ひ": 30199, + "##ふ": 30200, + "##へ": 30201, + "##ほ": 30202, + "##ま": 30203, + "##み": 30204, + "##む": 30205, + "##め": 30206, + "##も": 30207, + "##や": 30208, + "##ゆ": 30209, + "##よ": 30210, + "##ら": 30211, + "##り": 30212, + "##る": 30213, + "##れ": 30214, + "##ろ": 30215, + "##を": 30216, + "##ん": 30217, + "##ァ": 30218, + "##ア": 30219, + "##ィ": 30220, + "##イ": 30221, + "##ウ": 30222, + "##ェ": 30223, + "##エ": 30224, + "##オ": 30225, + "##カ": 30226, + "##キ": 30227, + "##ク": 30228, + "##ケ": 30229, + "##コ": 30230, + "##サ": 30231, + "##シ": 30232, + "##ス": 30233, + "##セ": 30234, + "##タ": 30235, + "##チ": 30236, + "##ッ": 30237, + "##ツ": 30238, + "##テ": 30239, + "##ト": 30240, + "##ナ": 30241, + "##ニ": 30242, + "##ノ": 30243, + "##ハ": 30244, + "##ヒ": 30245, + "##フ": 30246, + "##ヘ": 30247, + "##ホ": 30248, + "##マ": 30249, + "##ミ": 30250, + "##ム": 30251, + "##メ": 30252, + "##モ": 30253, + "##ャ": 30254, + "##ュ": 30255, + "##ョ": 30256, + "##ラ": 30257, + "##リ": 30258, + "##ル": 30259, + "##レ": 30260, + "##ロ": 30261, + "##ワ": 30262, + "##ン": 30263, + "##・": 30264, + "##ー": 30265, + "##一": 30266, + "##三": 30267, + "##上": 30268, + "##下": 30269, + "##不": 30270, + "##世": 30271, + "##中": 30272, + "##主": 30273, + "##久": 30274, + "##之": 30275, + "##也": 30276, + "##事": 30277, + "##二": 30278, + "##五": 30279, + "##井": 30280, + "##京": 30281, + "##人": 30282, + "##亻": 30283, + "##仁": 30284, + "##介": 30285, + "##代": 30286, + "##仮": 30287, + "##伊": 30288, + "##会": 30289, + "##佐": 30290, + "##侍": 30291, + "##保": 30292, + "##信": 30293, + "##健": 30294, + "##元": 30295, + "##光": 30296, + "##八": 30297, + "##公": 30298, + "##内": 30299, + "##出": 30300, + "##分": 30301, + "##前": 30302, + "##劉": 30303, + "##力": 30304, + "##加": 30305, + "##勝": 30306, + "##北": 30307, + "##区": 30308, + "##十": 30309, + "##千": 30310, + "##南": 30311, + "##博": 30312, + "##原": 30313, + "##口": 30314, + "##古": 30315, + "##史": 30316, + "##司": 30317, + "##合": 30318, + "##吉": 30319, + "##同": 30320, + "##名": 30321, + "##和": 30322, + "##囗": 30323, + "##四": 30324, + "##国": 30325, + "##國": 30326, + "##土": 30327, + "##地": 30328, + "##坂": 30329, + "##城": 30330, + "##堂": 30331, + "##場": 30332, + "##士": 30333, + "##夏": 30334, + "##外": 30335, + "##大": 30336, + "##天": 30337, + "##太": 30338, + "##夫": 30339, + "##奈": 30340, + "##女": 30341, + "##子": 30342, + "##学": 30343, + "##宀": 30344, + "##宇": 30345, + "##安": 30346, + "##宗": 30347, + "##定": 30348, + "##宣": 30349, + "##宮": 30350, + "##家": 30351, + "##宿": 30352, + "##寺": 30353, + "##將": 30354, + "##小": 30355, + "##尚": 30356, + "##山": 30357, + "##岡": 30358, + "##島": 30359, + "##崎": 30360, + "##川": 30361, + "##州": 30362, + "##巿": 30363, + "##帝": 30364, + "##平": 30365, + "##年": 30366, + "##幸": 30367, + "##广": 30368, + "##弘": 30369, + "##張": 30370, + "##彳": 30371, + "##後": 30372, + "##御": 30373, + "##德": 30374, + "##心": 30375, + "##忄": 30376, + "##志": 30377, + "##忠": 30378, + "##愛": 30379, + "##成": 30380, + "##我": 30381, + "##戦": 30382, + "##戸": 30383, + "##手": 30384, + "##扌": 30385, + "##政": 30386, + "##文": 30387, + "##新": 30388, + "##方": 30389, + "##日": 30390, + "##明": 30391, + "##星": 30392, + "##春": 30393, + "##昭": 30394, + "##智": 30395, + "##曲": 30396, + "##書": 30397, + "##月": 30398, + "##有": 30399, + "##朝": 30400, + "##木": 30401, + "##本": 30402, + "##李": 30403, + "##村": 30404, + "##東": 30405, + "##松": 30406, + "##林": 30407, + "##森": 30408, + "##楊": 30409, + "##樹": 30410, + "##橋": 30411, + "##歌": 30412, + "##止": 30413, + "##正": 30414, + "##武": 30415, + "##比": 30416, + "##氏": 30417, + "##民": 30418, + "##水": 30419, + "##氵": 30420, + "##氷": 30421, + "##永": 30422, + "##江": 30423, + "##沢": 30424, + "##河": 30425, + "##治": 30426, + "##法": 30427, + "##海": 30428, + "##清": 30429, + "##漢": 30430, + "##瀬": 30431, + "##火": 30432, + "##版": 30433, + "##犬": 30434, + "##王": 30435, + "##生": 30436, + "##田": 30437, + "##男": 30438, + "##疒": 30439, + "##発": 30440, + "##白": 30441, + "##的": 30442, + "##皇": 30443, + "##目": 30444, + "##相": 30445, + "##省": 30446, + "##真": 30447, + "##石": 30448, + "##示": 30449, + "##社": 30450, + "##神": 30451, + "##福": 30452, + "##禾": 30453, + "##秀": 30454, + "##秋": 30455, + "##空": 30456, + "##立": 30457, + "##章": 30458, + "##竹": 30459, + "##糹": 30460, + "##美": 30461, + "##義": 30462, + "##耳": 30463, + "##良": 30464, + "##艹": 30465, + "##花": 30466, + "##英": 30467, + "##華": 30468, + "##葉": 30469, + "##藤": 30470, + "##行": 30471, + "##街": 30472, + "##西": 30473, + "##見": 30474, + "##訁": 30475, + "##語": 30476, + "##谷": 30477, + "##貝": 30478, + "##貴": 30479, + "##車": 30480, + "##軍": 30481, + "##辶": 30482, + "##道": 30483, + "##郎": 30484, + "##郡": 30485, + "##部": 30486, + "##都": 30487, + "##里": 30488, + "##野": 30489, + "##金": 30490, + "##鈴": 30491, + "##镇": 30492, + "##長": 30493, + "##門": 30494, + "##間": 30495, + "##阝": 30496, + "##阿": 30497, + "##陳": 30498, + "##陽": 30499, + "##雄": 30500, + "##青": 30501, + "##面": 30502, + "##風": 30503, + "##食": 30504, + "##香": 30505, + "##馬": 30506, + "##高": 30507, + "##龍": 30508, + "##龸": 30509, + "##fi": 30510, + "##fl": 30511, + "##!": 30512, + "##(": 30513, + "##)": 30514, + "##,": 30515, + "##-": 30516, + "##.": 30517, + "##/": 30518, + "##:": 30519, + "##?": 30520, + "##~": 30521 + } + } } diff --git a/src/classifiers/models/minilm-full-aug/tokenizer_config.json b/src/classifiers/models/minilm-full-aug/tokenizer_config.json index b556030..acd63f1 100644 --- a/src/classifiers/models/minilm-full-aug/tokenizer_config.json +++ b/src/classifiers/models/minilm-full-aug/tokenizer_config.json @@ -1,16 +1,16 @@ { - "backend": "tokenizers", - "cls_token": "[CLS]", - "do_basic_tokenize": true, - "do_lower_case": true, - "is_local": false, - "mask_token": "[MASK]", - "model_max_length": 512, - "never_split": null, - "pad_token": "[PAD]", - "sep_token": "[SEP]", - "strip_accents": null, - "tokenize_chinese_chars": true, - "tokenizer_class": "BertTokenizer", - "unk_token": "[UNK]" + "backend": "tokenizers", + "cls_token": "[CLS]", + "do_basic_tokenize": true, + "do_lower_case": true, + "is_local": false, + "mask_token": "[MASK]", + "model_max_length": 512, + "never_split": null, + "pad_token": "[PAD]", + "sep_token": "[SEP]", + "strip_accents": null, + "tokenize_chinese_chars": true, + "tokenizer_class": "BertTokenizer", + "unk_token": "[UNK]" } diff --git a/src/classifiers/onnx-classifier.ts b/src/classifiers/onnx-classifier.ts index 5283aed..7e0438b 100644 --- a/src/classifiers/onnx-classifier.ts +++ b/src/classifiers/onnx-classifier.ts @@ -9,65 +9,63 @@ * a single logit, not class probabilities). */ -import { dirname, resolve } from 'path'; -import { fileURLToPath } from 'url'; +import { dirname, resolve } from "path"; +import { fileURLToPath } from "url"; /** * Default path to the bundled ONNX model directory (relative to dist/) */ function getDefaultModelPath(): string { - // Works for both CJS (__dirname) and ESM (import.meta.url) - let baseDir: string; - try { - // ESM - baseDir = dirname(fileURLToPath(import.meta.url)); - } catch { - // CJS fallback - baseDir = __dirname; - } - return resolve(baseDir, 'models', 'minilm-full-aug'); + // Works for both CJS (__dirname) and ESM (import.meta.url) + let baseDir: string; + try { + // ESM + baseDir = dirname(fileURLToPath(import.meta.url)); + } catch { + // CJS fallback + baseDir = __dirname; + } + return resolve(baseDir, "models", "minilm-full-aug"); } /** * Sigmoid activation function */ function sigmoid(x: number): number { - return 1 / (1 + Math.exp(-x)); + return 1 / (1 + Math.exp(-x)); } /** * Minimal tokenizer interface (subset of @huggingface/transformers PreTrainedTokenizer) */ -interface Tokenizer { - ( - text: string | string[], - options?: { - padding?: boolean | string; - truncation?: boolean; - max_length?: number; - return_tensor?: boolean; - }, - ): { - input_ids: bigint[][] | { tolist: () => bigint[][] }; - attention_mask: bigint[][] | { tolist: () => bigint[][] }; - }; -} +type Tokenizer = ( + text: string | string[], + options?: { + padding?: boolean | string; + truncation?: boolean; + max_length?: number; + return_tensor?: boolean; + }, +) => { + input_ids: bigint[][] | { tolist: () => bigint[][] }; + attention_mask: bigint[][] | { tolist: () => bigint[][] }; +}; /** * Minimal ONNX Runtime InferenceSession interface */ interface OrtInferenceSession { - run( - feeds: Record, - options?: unknown, - ): Promise>; + run( + feeds: Record, + options?: unknown, + ): Promise>; } /** * Minimal ONNX Runtime Tensor constructor interface */ interface OrtTensorConstructor { - new (type: string, data: BigInt64Array, dims: number[]): unknown; + new (type: string, data: BigInt64Array, dims: number[]): unknown; } /** @@ -84,220 +82,211 @@ interface OrtTensorConstructor { * ``` */ export class OnnxClassifier { - private session: OrtInferenceSession | null = null; - private tokenizer: Tokenizer | null = null; - private OrtTensor: OrtTensorConstructor | null = null; - private modelPath: string; - private loadingPromise: Promise | null = null; - private maxLength = 256; - - constructor(modelPath?: string) { - this.modelPath = modelPath ?? getDefaultModelPath(); - } - - /** - * Load the ONNX model and tokenizer. - * - * @param modelPath - Optional override for the model directory path - */ - async loadModel(modelPath?: string): Promise { - if (modelPath) { - this.modelPath = modelPath; - } - - if (this.session && this.tokenizer) { - return; - } - - if (this.loadingPromise) { - return this.loadingPromise; - } - - this.loadingPromise = this._loadModel(); - try { - await this.loadingPromise; - } catch (error) { - this.loadingPromise = null; - throw error; - } - } - - private async _loadModel(): Promise { - // Dynamic imports — these are optional peer dependencies - // eslint-disable-next-line @typescript-eslint/no-require-imports - const transformers = (await import('@huggingface/transformers')) as unknown as { - AutoTokenizer: { - from_pretrained: ( - path: string, - options?: { local_files_only: boolean }, - ) => Promise; - }; - }; - - this.tokenizer = await transformers.AutoTokenizer.from_pretrained(this.modelPath, { - local_files_only: true, - }); - - // eslint-disable-next-line @typescript-eslint/no-require-imports - const ort = (await import('onnxruntime-node')) as unknown as { - InferenceSession: { - create: (path: string) => Promise; - }; - Tensor: OrtTensorConstructor; - }; - - this.OrtTensor = ort.Tensor; - const onnxPath = resolve(this.modelPath, 'model_quantized.onnx'); - this.session = await ort.InferenceSession.create(onnxPath); - } - - /** - * Classify a single text, returning a sigmoid score in [0, 1]. - * Higher values indicate higher probability of prompt injection. - * - * @param text - Text to classify - * @returns Sigmoid score in [0, 1] - */ - async classify(text: string): Promise { - await this.ensureLoaded(); - - const { inputIds, attentionMask } = this.tokenize(text); - - if (!this.OrtTensor) { - throw new Error('OrtTensor not loaded'); - } - - const inputIdsTensor = new this.OrtTensor('int64', inputIds, [1, inputIds.length]); - const attentionMaskTensor = new this.OrtTensor('int64', attentionMask, [ - 1, - attentionMask.length, - ]); - - const results = await this.session?.run({ - input_ids: inputIdsTensor, - attention_mask: attentionMaskTensor, - }); - - const logit = results?.['logits']?.data[0]; - if (logit === undefined || logit === null) { - throw new Error('ONNX model returned no logits'); - } - - return sigmoid(Number(logit)); - } - - /** - * Classify multiple texts in batch. - * - * @param texts - Array of texts to classify - * @returns Array of sigmoid scores in [0, 1] - */ - async classifyBatch(texts: string[]): Promise { - if (texts.length === 0) return []; - - await this.ensureLoaded(); - - // Tokenize all texts, padding to the same length - const tokenized = texts.map((t) => this.tokenize(t)); - const maxLen = Math.max(...tokenized.map((t) => t.inputIds.length)); - - // Pad to max length and concatenate into batch tensors - const batchSize = texts.length; - const batchInputIds = new BigInt64Array(batchSize * maxLen); - const batchAttentionMask = new BigInt64Array(batchSize * maxLen); - - for (let i = 0; i < batchSize; i++) { - const t = tokenized[i]; - if (!t) continue; - for (let j = 0; j < t.inputIds.length; j++) { - batchInputIds[i * maxLen + j] = t.inputIds[j] ?? 0n; - batchAttentionMask[i * maxLen + j] = t.attentionMask[j] ?? 0n; - } - // Remaining positions are already 0n (padding) - } - - if (!this.OrtTensor) { - throw new Error('OrtTensor not loaded'); - } - - const inputIdsTensor = new this.OrtTensor('int64', batchInputIds, [batchSize, maxLen]); - const attentionMaskTensor = new this.OrtTensor('int64', batchAttentionMask, [ - batchSize, - maxLen, - ]); - - const results = await this.session?.run({ - input_ids: inputIdsTensor, - attention_mask: attentionMaskTensor, - }); - - const logits = results?.['logits']?.data; - if (!logits) { - throw new Error('ONNX model returned no logits'); - } - - const scores: number[] = []; - for (let i = 0; i < batchSize; i++) { - scores.push(sigmoid(Number(logits[i]))); - } - - return scores; - } - - /** - * Pre-load the model. Call at startup to avoid first-call latency. - */ - async warmup(): Promise { - await this.loadModel(); - } - - /** - * Check if the model is loaded and ready for inference. - */ - isLoaded(): boolean { - return this.session !== null && this.tokenizer !== null; - } - - /** - * Tokenize a single text into BigInt64Arrays for ONNX Runtime. - */ - private tokenize(text: string): { - inputIds: BigInt64Array; - attentionMask: BigInt64Array; - } { - if (!this.tokenizer) { - throw new Error('Tokenizer not loaded. Call loadModel() first.'); - } - - const encoded = this.tokenizer(text, { - padding: false, - truncation: true, - max_length: this.maxLength, - return_tensor: false, - }); - - // AutoTokenizer may return Tensor-like objects or plain arrays - const rawIds: bigint[] = Array.isArray(encoded.input_ids) - ? (encoded.input_ids as bigint[][]).flat() - : (encoded.input_ids as { tolist: () => bigint[][] }).tolist().flat(); - - const rawMask: bigint[] = Array.isArray(encoded.attention_mask) - ? (encoded.attention_mask as bigint[][]).flat() - : (encoded.attention_mask as { tolist: () => bigint[][] }).tolist().flat(); - - // Convert to BigInt64Array (onnxruntime-node expects int64) - const inputIds = new BigInt64Array(rawIds.map((v) => BigInt(v))); - const attentionMask = new BigInt64Array(rawMask.map((v) => BigInt(v))); - - return { inputIds, attentionMask }; - } - - /** - * Ensure the model is loaded, loading it if necessary. - */ - private async ensureLoaded(): Promise { - if (!this.session || !this.tokenizer) { - await this.loadModel(); - } - } + private session: OrtInferenceSession | null = null; + private tokenizer: Tokenizer | null = null; + private OrtTensor: OrtTensorConstructor | null = null; + private modelPath: string; + private loadingPromise: Promise | null = null; + private maxLength = 256; + + constructor(modelPath?: string) { + this.modelPath = modelPath ?? getDefaultModelPath(); + } + + /** + * Load the ONNX model and tokenizer. + * + * @param modelPath - Optional override for the model directory path + */ + async loadModel(modelPath?: string): Promise { + if (modelPath) { + this.modelPath = modelPath; + } + + if (this.session && this.tokenizer) { + return; + } + + if (this.loadingPromise) { + return this.loadingPromise; + } + + this.loadingPromise = this._loadModel(); + try { + await this.loadingPromise; + } catch (error) { + this.loadingPromise = null; + throw error; + } + } + + private async _loadModel(): Promise { + // Dynamic imports — these are optional peer dependencies + // eslint-disable-next-line @typescript-eslint/no-require-imports + const transformers = (await import("@huggingface/transformers")) as unknown as { + AutoTokenizer: { + from_pretrained: (path: string, options?: { local_files_only: boolean }) => Promise; + }; + }; + + this.tokenizer = await transformers.AutoTokenizer.from_pretrained(this.modelPath, { + local_files_only: true, + }); + + // eslint-disable-next-line @typescript-eslint/no-require-imports + const ort = (await import("onnxruntime-node")) as unknown as { + InferenceSession: { + create: (path: string) => Promise; + }; + Tensor: OrtTensorConstructor; + }; + + this.OrtTensor = ort.Tensor; + const onnxPath = resolve(this.modelPath, "model_quantized.onnx"); + this.session = await ort.InferenceSession.create(onnxPath); + } + + /** + * Classify a single text, returning a sigmoid score in [0, 1]. + * Higher values indicate higher probability of prompt injection. + * + * @param text - Text to classify + * @returns Sigmoid score in [0, 1] + */ + async classify(text: string): Promise { + await this.ensureLoaded(); + + const { inputIds, attentionMask } = this.tokenize(text); + + if (!this.OrtTensor) { + throw new Error("OrtTensor not loaded"); + } + + const inputIdsTensor = new this.OrtTensor("int64", inputIds, [1, inputIds.length]); + const attentionMaskTensor = new this.OrtTensor("int64", attentionMask, [1, attentionMask.length]); + + const results = await this.session?.run({ + input_ids: inputIdsTensor, + attention_mask: attentionMaskTensor, + }); + + const logit = results?.["logits"]?.data[0]; + if (logit === undefined || logit === null) { + throw new Error("ONNX model returned no logits"); + } + + return sigmoid(Number(logit)); + } + + /** + * Classify multiple texts in batch. + * + * @param texts - Array of texts to classify + * @returns Array of sigmoid scores in [0, 1] + */ + async classifyBatch(texts: string[]): Promise { + if (texts.length === 0) return []; + + await this.ensureLoaded(); + + // Tokenize all texts, padding to the same length + const tokenized = texts.map((t) => this.tokenize(t)); + const maxLen = Math.max(...tokenized.map((t) => t.inputIds.length)); + + // Pad to max length and concatenate into batch tensors + const batchSize = texts.length; + const batchInputIds = new BigInt64Array(batchSize * maxLen); + const batchAttentionMask = new BigInt64Array(batchSize * maxLen); + + for (let i = 0; i < batchSize; i++) { + const t = tokenized[i]; + if (!t) continue; + for (let j = 0; j < t.inputIds.length; j++) { + batchInputIds[i * maxLen + j] = t.inputIds[j] ?? 0n; + batchAttentionMask[i * maxLen + j] = t.attentionMask[j] ?? 0n; + } + // Remaining positions are already 0n (padding) + } + + if (!this.OrtTensor) { + throw new Error("OrtTensor not loaded"); + } + + const inputIdsTensor = new this.OrtTensor("int64", batchInputIds, [batchSize, maxLen]); + const attentionMaskTensor = new this.OrtTensor("int64", batchAttentionMask, [batchSize, maxLen]); + + const results = await this.session?.run({ + input_ids: inputIdsTensor, + attention_mask: attentionMaskTensor, + }); + + const logits = results?.["logits"]?.data; + if (!logits) { + throw new Error("ONNX model returned no logits"); + } + + const scores: number[] = []; + for (let i = 0; i < batchSize; i++) { + scores.push(sigmoid(Number(logits[i]))); + } + + return scores; + } + + /** + * Pre-load the model. Call at startup to avoid first-call latency. + */ + async warmup(): Promise { + await this.loadModel(); + } + + /** + * Check if the model is loaded and ready for inference. + */ + isLoaded(): boolean { + return this.session !== null && this.tokenizer !== null; + } + + /** + * Tokenize a single text into BigInt64Arrays for ONNX Runtime. + */ + private tokenize(text: string): { + inputIds: BigInt64Array; + attentionMask: BigInt64Array; + } { + if (!this.tokenizer) { + throw new Error("Tokenizer not loaded. Call loadModel() first."); + } + + const encoded = this.tokenizer(text, { + padding: false, + truncation: true, + max_length: this.maxLength, + return_tensor: false, + }); + + // AutoTokenizer may return Tensor-like objects or plain arrays + const rawIds: bigint[] = Array.isArray(encoded.input_ids) + ? (encoded.input_ids as bigint[][]).flat() + : (encoded.input_ids as { tolist: () => bigint[][] }).tolist().flat(); + + const rawMask: bigint[] = Array.isArray(encoded.attention_mask) + ? (encoded.attention_mask as bigint[][]).flat() + : (encoded.attention_mask as { tolist: () => bigint[][] }).tolist().flat(); + + // Convert to BigInt64Array (onnxruntime-node expects int64) + const inputIds = new BigInt64Array(rawIds.map((v) => BigInt(v))); + const attentionMask = new BigInt64Array(rawMask.map((v) => BigInt(v))); + + return { inputIds, attentionMask }; + } + + /** + * Ensure the model is loaded, loading it if necessary. + */ + private async ensureLoaded(): Promise { + if (!this.session || !this.tokenizer) { + await this.loadModel(); + } + } } diff --git a/src/classifiers/pattern-detector.ts b/src/classifiers/pattern-detector.ts index d4f5eae..66528fc 100644 --- a/src/classifiers/pattern-detector.ts +++ b/src/classifiers/pattern-detector.ts @@ -5,36 +5,36 @@ * Target latency: < 1-2ms per field */ -import { ALL_PATTERNS, containsFilterKeywords, type PatternDefinition } from './patterns'; -import type { PatternMatch, RiskLevel, StructuralFlag, Tier1Result } from '../types'; +import type { PatternMatch, RiskLevel, StructuralFlag, Tier1Result } from "../types"; +import { ALL_PATTERNS, containsFilterKeywords, type PatternDefinition } from "./patterns"; /** * Configuration for the pattern detector */ export interface PatternDetectorConfig { - /** Whether to use fast keyword pre-filtering */ - useFastFilter: boolean; - /** Maximum string length to analyze (longer strings are truncated) */ - maxAnalysisLength: number; - /** Entropy threshold for high-entropy detection */ - entropyThreshold: number; - /** Minimum length to check for high entropy */ - entropyMinLength: number; - /** Maximum allowed field length before flagging */ - maxFieldLength: number; - /** Custom patterns to add */ - customPatterns?: PatternDefinition[]; + /** Whether to use fast keyword pre-filtering */ + useFastFilter: boolean; + /** Maximum string length to analyze (longer strings are truncated) */ + maxAnalysisLength: number; + /** Entropy threshold for high-entropy detection */ + entropyThreshold: number; + /** Minimum length to check for high entropy */ + entropyMinLength: number; + /** Maximum allowed field length before flagging */ + maxFieldLength: number; + /** Custom patterns to add */ + customPatterns?: PatternDefinition[]; } /** * Default configuration */ export const DEFAULT_DETECTOR_CONFIG: PatternDetectorConfig = { - useFastFilter: true, - maxAnalysisLength: 50000, - entropyThreshold: 4.5, // Bits per character (Base64 is ~6, English is ~4) - entropyMinLength: 50, - maxFieldLength: 100000, + useFastFilter: true, + maxAnalysisLength: 50000, + entropyThreshold: 4.5, // Bits per character (Base64 is ~6, English is ~4) + entropyMinLength: 50, + maxFieldLength: 100000, }; /** @@ -44,315 +44,303 @@ export const DEFAULT_DETECTOR_CONFIG: PatternDetectorConfig = { * role markers, and structural anomalies. */ export class PatternDetector { - private config: PatternDetectorConfig; - private patterns: PatternDefinition[]; - - private hasCustomPatterns: boolean; - - constructor(config: Partial = {}) { - this.config = { ...DEFAULT_DETECTOR_CONFIG, ...config }; - this.patterns = [...ALL_PATTERNS, ...(config.customPatterns ?? [])]; - this.hasCustomPatterns = (config.customPatterns?.length ?? 0) > 0; - } - - /** - * Analyze a string for injection patterns - * - * @param text - Text to analyze - * @returns Tier 1 classification result - */ - analyze(text: string): Tier1Result { - const startTime = performance.now(); - - // Handle empty or very short text - if (!text || text.length < 3) { - return this.createEmptyResult(startTime); - } - - // Check length BEFORE truncation for structural detection - const originalLength = text.length; - - // Truncate very long text for performance (pattern matching only) - const analysisText = - text.length > this.config.maxAnalysisLength - ? text.slice(0, this.config.maxAnalysisLength) - : text; - - // Fast filter: skip expensive regex if no keywords found - // Disable fast filter when custom patterns are provided - const shouldUseFastFilter = this.config.useFastFilter && !this.hasCustomPatterns; - if (shouldUseFastFilter && !containsFilterKeywords(analysisText)) { - // Still check structural issues even without keyword matches - const structuralFlags = this.detectStructuralIssues(analysisText, originalLength); - return this.createResult([], structuralFlags, startTime); - } - - // Run pattern matching - const matches = this.detectPatterns(analysisText); - - // Detect structural issues (pass original length for accurate length check) - const structuralFlags = this.detectStructuralIssues(analysisText, originalLength); - - return this.createResult(matches, structuralFlags, startTime); - } - - /** - * Detect patterns in text - */ - private detectPatterns(text: string): PatternMatch[] { - const matches: PatternMatch[] = []; - - for (const def of this.patterns) { - // Clone regex to avoid mutating shared module-level pattern state - const pattern = new RegExp(def.pattern.source, def.pattern.flags); - - let match: RegExpExecArray | null; - - // Handle global vs non-global patterns - if (pattern.global) { - while ((match = pattern.exec(text)) !== null) { - matches.push({ - pattern: def.id, - matched: match[0], - position: match.index, - category: def.category, - severity: def.severity, - }); - - // Safety: prevent infinite loops on zero-length matches - if (match.index === pattern.lastIndex) { - pattern.lastIndex++; - } - } - } else { - match = pattern.exec(text); - if (match) { - matches.push({ - pattern: def.id, - matched: match[0], - position: match.index, - category: def.category, - severity: def.severity, - }); - } - } - } - - return matches; - } - - /** - * Detect structural issues in text - */ - private detectStructuralIssues(text: string, originalLength?: number): StructuralFlag[] { - const flags: StructuralFlag[] = []; - - // Check for excessive length (use original length if provided) - const lengthToCheck = originalLength ?? text.length; - if (lengthToCheck > this.config.maxFieldLength) { - flags.push({ - type: 'excessive_length', - details: `Field length ${lengthToCheck} exceeds maximum ${this.config.maxFieldLength}`, - severity: 'medium', - }); - } - - // Check for high entropy (potential encoded data) - if (text.length >= this.config.entropyMinLength) { - const entropy = this.calculateEntropy(text); - if (entropy > this.config.entropyThreshold) { - flags.push({ - type: 'high_entropy', - details: `Entropy ${entropy.toFixed(2)} exceeds threshold ${this.config.entropyThreshold}`, - severity: 'medium', - }); - } - } - - // Check for suspicious formatting (nested XML/brackets) - if (this.hasNestedMarkers(text)) { - flags.push({ - type: 'nested_markers', - details: 'Suspicious nested XML tags or bracket patterns detected', - severity: 'medium', - }); - } - - // Check for suspicious formatting patterns - if (this.hasSuspiciousFormatting(text)) { - flags.push({ - type: 'suspicious_formatting', - details: 'Unusual formatting patterns detected', - severity: 'low', - }); - } - - return flags; - } - - /** - * Calculate Shannon entropy of a string - * Higher entropy indicates more randomness (potential encoding) - */ - private calculateEntropy(text: string): number { - const freq: Record = {}; - - for (const char of text) { - freq[char] = (freq[char] || 0) + 1; - } - - let entropy = 0; - const len = text.length; - - for (const count of Object.values(freq)) { - const p = count / len; - entropy -= p * Math.log2(p); - } - - return entropy; - } - - /** - * Check for nested XML tags or bracket patterns - */ - private hasNestedMarkers(text: string): boolean { - // Check for XML-like tags that look like role/instruction markers - const suspiciousXmlPattern = - /<\/?(?:system|user|assistant|instruction|prompt|admin|developer)[^>]*>/gi; - const suspiciousTags = text.match(suspiciousXmlPattern); - if (suspiciousTags && suspiciousTags.length >= 2) { - return true; - } - - // Check for multiple XML-like tags (any kind) - const xmlTags = text.match(/<[a-zA-Z][^>]*>/g); - if (xmlTags && xmlTags.length > 4) { - // Check if they look like role/instruction markers - const markerTags = xmlTags.filter((tag) => - /system|user|assistant|instruction|prompt/i.test(tag), - ); - if (markerTags.length > 0) { - return true; - } - } - - // Check for nested brackets with suspicious content - const bracketPattern = /\[\[.*?(system|instruction|ignore).*?\]\]/i; - if (bracketPattern.test(text)) { - return true; - } - - return false; - } - - /** - * Check for suspicious formatting patterns - */ - private hasSuspiciousFormatting(text: string): boolean { - // Multiple newlines followed by what looks like instructions - const multiNewlineInstruction = /\n{3,}(system|instruction|ignore|forget)/i; - if (multiNewlineInstruction.test(text)) { - return true; - } - - // Markdown-style headers that look like instructions - const markdownHeader = /^#{1,3}\s*(system|instruction|new rules)/im; - if (markdownHeader.test(text)) { - return true; - } - - // Horizontal rules followed by instruction-like content - const hrInstruction = /[-=]{3,}\s*\n\s*(system|instruction|ignore)/i; - if (hrInstruction.test(text)) { - return true; - } - - return false; - } - - /** - * Create a Tier1Result from matches and flags - */ - private createResult( - matches: PatternMatch[], - structuralFlags: StructuralFlag[], - startTime: number, - ): Tier1Result { - const hasDetections = matches.length > 0 || structuralFlags.length > 0; - - return { - matches, - structuralFlags, - hasDetections, - suggestedRisk: this.calculateSuggestedRisk(matches, structuralFlags), - latencyMs: performance.now() - startTime, - }; - } - - /** - * Create an empty result for short-circuit cases - */ - private createEmptyResult(startTime: number): Tier1Result { - return { - matches: [], - structuralFlags: [], - hasDetections: false, - suggestedRisk: 'low', - latencyMs: performance.now() - startTime, - }; - } - - /** - * Calculate suggested risk level based on matches and flags - */ - private calculateSuggestedRisk( - matches: PatternMatch[], - structuralFlags: StructuralFlag[], - ): RiskLevel { - // Count by severity - const highMatches = matches.filter((m) => m.severity === 'high').length; - const mediumMatches = matches.filter((m) => m.severity === 'medium').length; - const highFlags = structuralFlags.filter((f) => f.severity === 'high').length; - const mediumFlags = structuralFlags.filter((f) => f.severity === 'medium').length; - - // Risk calculation - if (highMatches >= 2 || (highMatches >= 1 && highFlags >= 1)) { - return 'critical'; - } - - if (highMatches >= 1 || mediumMatches >= 3 || (mediumMatches >= 2 && mediumFlags >= 1)) { - return 'high'; - } - - if (mediumMatches >= 1 || highFlags >= 1 || mediumFlags >= 2) { - return 'medium'; - } - - if (matches.length > 0 || structuralFlags.length > 0) { - return 'low'; - } - - return 'low'; - } - - /** - * Add custom patterns at runtime - */ - addPattern(pattern: PatternDefinition): void { - this.patterns.push(pattern); - } - - /** - * Get all registered patterns - */ - getPatterns(): PatternDefinition[] { - return [...this.patterns]; - } + private config: PatternDetectorConfig; + private patterns: PatternDefinition[]; + + private hasCustomPatterns: boolean; + + constructor(config: Partial = {}) { + this.config = { ...DEFAULT_DETECTOR_CONFIG, ...config }; + this.patterns = [...ALL_PATTERNS, ...(config.customPatterns ?? [])]; + this.hasCustomPatterns = (config.customPatterns?.length ?? 0) > 0; + } + + /** + * Analyze a string for injection patterns + * + * @param text - Text to analyze + * @returns Tier 1 classification result + */ + analyze(text: string): Tier1Result { + const startTime = performance.now(); + + // Handle empty or very short text + if (!text || text.length < 3) { + return this.createEmptyResult(startTime); + } + + // Check length BEFORE truncation for structural detection + const originalLength = text.length; + + // Truncate very long text for performance (pattern matching only) + const analysisText = + text.length > this.config.maxAnalysisLength ? text.slice(0, this.config.maxAnalysisLength) : text; + + // Fast filter: skip expensive regex if no keywords found + // Disable fast filter when custom patterns are provided + const shouldUseFastFilter = this.config.useFastFilter && !this.hasCustomPatterns; + if (shouldUseFastFilter && !containsFilterKeywords(analysisText)) { + // Still check structural issues even without keyword matches + const structuralFlags = this.detectStructuralIssues(analysisText, originalLength); + return this.createResult([], structuralFlags, startTime); + } + + // Run pattern matching + const matches = this.detectPatterns(analysisText); + + // Detect structural issues (pass original length for accurate length check) + const structuralFlags = this.detectStructuralIssues(analysisText, originalLength); + + return this.createResult(matches, structuralFlags, startTime); + } + + /** + * Detect patterns in text + */ + private detectPatterns(text: string): PatternMatch[] { + const matches: PatternMatch[] = []; + + for (const def of this.patterns) { + // Clone regex to avoid mutating shared module-level pattern state + const pattern = new RegExp(def.pattern.source, def.pattern.flags); + + let match: RegExpExecArray | null; + + // Handle global vs non-global patterns + if (pattern.global) { + while ((match = pattern.exec(text)) !== null) { + matches.push({ + pattern: def.id, + matched: match[0], + position: match.index, + category: def.category, + severity: def.severity, + }); + + // Safety: prevent infinite loops on zero-length matches + if (match.index === pattern.lastIndex) { + pattern.lastIndex++; + } + } + } else { + match = pattern.exec(text); + if (match) { + matches.push({ + pattern: def.id, + matched: match[0], + position: match.index, + category: def.category, + severity: def.severity, + }); + } + } + } + + return matches; + } + + /** + * Detect structural issues in text + */ + private detectStructuralIssues(text: string, originalLength?: number): StructuralFlag[] { + const flags: StructuralFlag[] = []; + + // Check for excessive length (use original length if provided) + const lengthToCheck = originalLength ?? text.length; + if (lengthToCheck > this.config.maxFieldLength) { + flags.push({ + type: "excessive_length", + details: `Field length ${lengthToCheck} exceeds maximum ${this.config.maxFieldLength}`, + severity: "medium", + }); + } + + // Check for high entropy (potential encoded data) + if (text.length >= this.config.entropyMinLength) { + const entropy = this.calculateEntropy(text); + if (entropy > this.config.entropyThreshold) { + flags.push({ + type: "high_entropy", + details: `Entropy ${entropy.toFixed(2)} exceeds threshold ${this.config.entropyThreshold}`, + severity: "medium", + }); + } + } + + // Check for suspicious formatting (nested XML/brackets) + if (this.hasNestedMarkers(text)) { + flags.push({ + type: "nested_markers", + details: "Suspicious nested XML tags or bracket patterns detected", + severity: "medium", + }); + } + + // Check for suspicious formatting patterns + if (this.hasSuspiciousFormatting(text)) { + flags.push({ + type: "suspicious_formatting", + details: "Unusual formatting patterns detected", + severity: "low", + }); + } + + return flags; + } + + /** + * Calculate Shannon entropy of a string + * Higher entropy indicates more randomness (potential encoding) + */ + private calculateEntropy(text: string): number { + const freq: Record = {}; + + for (const char of text) { + freq[char] = (freq[char] || 0) + 1; + } + + let entropy = 0; + const len = text.length; + + for (const count of Object.values(freq)) { + const p = count / len; + entropy -= p * Math.log2(p); + } + + return entropy; + } + + /** + * Check for nested XML tags or bracket patterns + */ + private hasNestedMarkers(text: string): boolean { + // Check for XML-like tags that look like role/instruction markers + const suspiciousXmlPattern = /<\/?(?:system|user|assistant|instruction|prompt|admin|developer)[^>]*>/gi; + const suspiciousTags = text.match(suspiciousXmlPattern); + if (suspiciousTags && suspiciousTags.length >= 2) { + return true; + } + + // Check for multiple XML-like tags (any kind) + const xmlTags = text.match(/<[a-zA-Z][^>]*>/g); + if (xmlTags && xmlTags.length > 4) { + // Check if they look like role/instruction markers + const markerTags = xmlTags.filter((tag) => /system|user|assistant|instruction|prompt/i.test(tag)); + if (markerTags.length > 0) { + return true; + } + } + + // Check for nested brackets with suspicious content + const bracketPattern = /\[\[.*?(system|instruction|ignore).*?\]\]/i; + if (bracketPattern.test(text)) { + return true; + } + + return false; + } + + /** + * Check for suspicious formatting patterns + */ + private hasSuspiciousFormatting(text: string): boolean { + // Multiple newlines followed by what looks like instructions + const multiNewlineInstruction = /\n{3,}(system|instruction|ignore|forget)/i; + if (multiNewlineInstruction.test(text)) { + return true; + } + + // Markdown-style headers that look like instructions + const markdownHeader = /^#{1,3}\s*(system|instruction|new rules)/im; + if (markdownHeader.test(text)) { + return true; + } + + // Horizontal rules followed by instruction-like content + const hrInstruction = /[-=]{3,}\s*\n\s*(system|instruction|ignore)/i; + if (hrInstruction.test(text)) { + return true; + } + + return false; + } + + /** + * Create a Tier1Result from matches and flags + */ + private createResult(matches: PatternMatch[], structuralFlags: StructuralFlag[], startTime: number): Tier1Result { + const hasDetections = matches.length > 0 || structuralFlags.length > 0; + + return { + matches, + structuralFlags, + hasDetections, + suggestedRisk: this.calculateSuggestedRisk(matches, structuralFlags), + latencyMs: performance.now() - startTime, + }; + } + + /** + * Create an empty result for short-circuit cases + */ + private createEmptyResult(startTime: number): Tier1Result { + return { + matches: [], + structuralFlags: [], + hasDetections: false, + suggestedRisk: "low", + latencyMs: performance.now() - startTime, + }; + } + + /** + * Calculate suggested risk level based on matches and flags + */ + private calculateSuggestedRisk(matches: PatternMatch[], structuralFlags: StructuralFlag[]): RiskLevel { + // Count by severity + const highMatches = matches.filter((m) => m.severity === "high").length; + const mediumMatches = matches.filter((m) => m.severity === "medium").length; + const highFlags = structuralFlags.filter((f) => f.severity === "high").length; + const mediumFlags = structuralFlags.filter((f) => f.severity === "medium").length; + + // Risk calculation + if (highMatches >= 2 || (highMatches >= 1 && highFlags >= 1)) { + return "critical"; + } + + if (highMatches >= 1 || mediumMatches >= 3 || (mediumMatches >= 2 && mediumFlags >= 1)) { + return "high"; + } + + if (mediumMatches >= 1 || highFlags >= 1 || mediumFlags >= 2) { + return "medium"; + } + + if (matches.length > 0 || structuralFlags.length > 0) { + return "low"; + } + + return "low"; + } + + /** + * Add custom patterns at runtime + */ + addPattern(pattern: PatternDefinition): void { + this.patterns.push(pattern); + } + + /** + * Get all registered patterns + */ + getPatterns(): PatternDefinition[] { + return [...this.patterns]; + } } /** * Create a default pattern detector instance */ export function createPatternDetector(config?: Partial): PatternDetector { - return new PatternDetector(config); + return new PatternDetector(config); } diff --git a/src/classifiers/patterns.ts b/src/classifiers/patterns.ts index 47e2659..d38ac8f 100644 --- a/src/classifiers/patterns.ts +++ b/src/classifiers/patterns.ts @@ -5,22 +5,22 @@ * Single source of truth for pattern matching. */ -import type { PatternCategory } from '../types'; +import type { PatternCategory } from "../types"; /** * Pattern definition with metadata */ export interface PatternDefinition { - /** Unique identifier for this pattern */ - id: string; - /** The regex pattern */ - pattern: RegExp; - /** Category of injection this detects */ - category: PatternCategory; - /** Severity if matched */ - severity: 'low' | 'medium' | 'high'; - /** Human-readable description */ - description: string; + /** Unique identifier for this pattern */ + id: string; + /** The regex pattern */ + pattern: RegExp; + /** Category of injection this detects */ + category: PatternCategory; + /** Severity if matched */ + severity: "low" | "medium" | "high"; + /** Human-readable description */ + description: string; } /** @@ -28,92 +28,92 @@ export interface PatternDefinition { * These appear at the start of text to impersonate system roles */ export const ROLE_MARKER_PATTERNS: PatternDefinition[] = [ - { - id: 'role_system', - pattern: /^SYSTEM:\s*/i, - category: 'role_marker', - severity: 'high', - description: 'System role marker at start of text', - }, - { - id: 'role_assistant', - pattern: /^ASSISTANT:\s*/i, - category: 'role_marker', - severity: 'high', - description: 'Assistant role marker at start of text', - }, - { - id: 'role_user', - pattern: /^USER:\s*/i, - category: 'role_marker', - severity: 'medium', - description: 'User role marker at start of text', - }, - { - id: 'role_developer', - pattern: /^DEVELOPER:\s*/i, - category: 'role_marker', - severity: 'high', - description: 'Developer role marker at start of text', - }, - { - id: 'role_admin', - pattern: /^ADMIN(ISTRATOR)?:\s*/i, - category: 'role_marker', - severity: 'high', - description: 'Admin role marker at start of text', - }, - { - id: 'role_instruction', - pattern: /^INSTRUCTION(S)?:\s*/i, - category: 'role_marker', - severity: 'high', - description: 'Instruction marker at start of text', - }, - { - id: 'role_human', - pattern: /^HUMAN:\s*/i, - category: 'role_marker', - severity: 'medium', - description: 'Human role marker at start of text', - }, - { - id: 'role_ai', - pattern: /^AI:\s*/i, - category: 'role_marker', - severity: 'medium', - description: 'AI role marker at start of text', - }, - // Bracketed variants - { - id: 'role_system_bracket', - pattern: /^\[SYSTEM\]/i, - category: 'role_marker', - severity: 'high', - description: 'Bracketed system role marker', - }, - { - id: 'role_inst_bracket', - pattern: /^\[INST\]/i, - category: 'role_marker', - severity: 'high', - description: 'Bracketed instruction marker (Llama format)', - }, - // XML-style variants - { - id: 'role_system_xml', - pattern: //i, - category: 'role_marker', - severity: 'high', - description: 'XML-style system tag', - }, - { - id: 'role_assistant_xml', - pattern: //i, - category: 'role_marker', - severity: 'medium', - description: 'XML-style assistant tag', - }, + { + id: "role_system", + pattern: /^SYSTEM:\s*/i, + category: "role_marker", + severity: "high", + description: "System role marker at start of text", + }, + { + id: "role_assistant", + pattern: /^ASSISTANT:\s*/i, + category: "role_marker", + severity: "high", + description: "Assistant role marker at start of text", + }, + { + id: "role_user", + pattern: /^USER:\s*/i, + category: "role_marker", + severity: "medium", + description: "User role marker at start of text", + }, + { + id: "role_developer", + pattern: /^DEVELOPER:\s*/i, + category: "role_marker", + severity: "high", + description: "Developer role marker at start of text", + }, + { + id: "role_admin", + pattern: /^ADMIN(ISTRATOR)?:\s*/i, + category: "role_marker", + severity: "high", + description: "Admin role marker at start of text", + }, + { + id: "role_instruction", + pattern: /^INSTRUCTION(S)?:\s*/i, + category: "role_marker", + severity: "high", + description: "Instruction marker at start of text", + }, + { + id: "role_human", + pattern: /^HUMAN:\s*/i, + category: "role_marker", + severity: "medium", + description: "Human role marker at start of text", + }, + { + id: "role_ai", + pattern: /^AI:\s*/i, + category: "role_marker", + severity: "medium", + description: "AI role marker at start of text", + }, + // Bracketed variants + { + id: "role_system_bracket", + pattern: /^\[SYSTEM\]/i, + category: "role_marker", + severity: "high", + description: "Bracketed system role marker", + }, + { + id: "role_inst_bracket", + pattern: /^\[INST\]/i, + category: "role_marker", + severity: "high", + description: "Bracketed instruction marker (Llama format)", + }, + // XML-style variants + { + id: "role_system_xml", + pattern: //i, + category: "role_marker", + severity: "high", + description: "XML-style system tag", + }, + { + id: "role_assistant_xml", + pattern: //i, + category: "role_marker", + severity: "medium", + description: "XML-style assistant tag", + }, ]; /** @@ -121,65 +121,64 @@ export const ROLE_MARKER_PATTERNS: PatternDefinition[] = [ * Attempts to override or ignore previous instructions */ export const INSTRUCTION_OVERRIDE_PATTERNS: PatternDefinition[] = [ - { - id: 'ignore_previous', - pattern: - /ignore\s+(all\s+)?(previous|prior|earlier|above)\s+(instructions?|prompts?|rules?|guidelines?|directions?)/gi, - category: 'instruction_override', - severity: 'high', - description: 'Attempt to ignore previous instructions', - }, - { - id: 'forget_previous', - pattern: - /forget\s+(?:all\s+)?(?:(?:previous|prior|earlier|above)\s+)?(instructions?|prompts?|rules?|context|guidelines?)/gi, - category: 'instruction_override', - severity: 'high', - description: 'Attempt to make AI forget instructions', - }, - { - id: 'disregard_previous', - pattern: - /disregard\s+(all\s+)?(previous|prior|earlier|above)\s+(instructions?|prompts?|rules?)/gi, - category: 'instruction_override', - severity: 'high', - description: 'Attempt to disregard instructions', - }, - { - id: 'override_instructions', - pattern: /override\s+(the\s+)?(system\s+)?(prompt|instructions?|rules?|guidelines?)/gi, - category: 'instruction_override', - severity: 'high', - description: 'Direct override attempt', - }, - { - id: 'new_instructions', - pattern: /new\s+instructions?:\s*/gi, - category: 'instruction_override', - severity: 'high', - description: 'Attempt to inject new instructions', - }, - { - id: 'updated_instructions', - pattern: /(updated?|revised?|changed?)\s+instructions?:\s*/gi, - category: 'instruction_override', - severity: 'high', - description: 'Attempt to update instructions', - }, - { - id: 'stop_being', - pattern: /stop\s+being\s+(a\s+)?(helpful|assistant|ai|chatbot)/gi, - category: 'instruction_override', - severity: 'medium', - description: 'Attempt to change AI behavior', - }, - { - id: 'from_now_on', - pattern: /from\s+now\s+on,?\s+(you\s+)?(will|must|should|are)/gi, - category: 'instruction_override', - severity: 'medium', - description: 'Attempt to set new behavior', - }, + { + id: "ignore_previous", + pattern: + /ignore\s+(all\s+)?(previous|prior|earlier|above)\s+(instructions?|prompts?|rules?|guidelines?|directions?)/gi, + category: "instruction_override", + severity: "high", + description: "Attempt to ignore previous instructions", + }, + { + id: "forget_previous", + pattern: + /forget\s+(?:all\s+)?(?:(?:previous|prior|earlier|above)\s+)?(instructions?|prompts?|rules?|context|guidelines?)/gi, + category: "instruction_override", + severity: "high", + description: "Attempt to make AI forget instructions", + }, + { + id: "disregard_previous", + pattern: /disregard\s+(all\s+)?(previous|prior|earlier|above)\s+(instructions?|prompts?|rules?)/gi, + category: "instruction_override", + severity: "high", + description: "Attempt to disregard instructions", + }, + { + id: "override_instructions", + pattern: /override\s+(the\s+)?(system\s+)?(prompt|instructions?|rules?|guidelines?)/gi, + category: "instruction_override", + severity: "high", + description: "Direct override attempt", + }, + { + id: "new_instructions", + pattern: /new\s+instructions?:\s*/gi, + category: "instruction_override", + severity: "high", + description: "Attempt to inject new instructions", + }, + { + id: "updated_instructions", + pattern: /(updated?|revised?|changed?)\s+instructions?:\s*/gi, + category: "instruction_override", + severity: "high", + description: "Attempt to update instructions", + }, + { + id: "stop_being", + pattern: /stop\s+being\s+(a\s+)?(helpful|assistant|ai|chatbot)/gi, + category: "instruction_override", + severity: "medium", + description: "Attempt to change AI behavior", + }, + { + id: "from_now_on", + pattern: /from\s+now\s+on,?\s+(you\s+)?(will|must|should|are)/gi, + category: "instruction_override", + severity: "medium", + description: "Attempt to set new behavior", + }, ]; /** @@ -187,55 +186,55 @@ export const INSTRUCTION_OVERRIDE_PATTERNS: PatternDefinition[] = [ * Attempts to make the AI assume a different role/identity */ export const ROLE_ASSUMPTION_PATTERNS: PatternDefinition[] = [ - { - id: 'you_are_now', - pattern: /you\s+are\s+now\s+(a\s+)?(different|new|the|my)?/gi, - category: 'role_assumption', - severity: 'high', - description: 'Attempt to assign new role', - }, - { - id: 'act_as', - pattern: /act\s+(as|like)\s+(a\s+)?(system|admin|developer|root|superuser)/gi, - category: 'role_assumption', - severity: 'high', - description: 'Attempt to make AI act as privileged role', - }, - { - id: 'pretend_to_be', - pattern: /pretend\s+(to\s+be|you\s+are)\s+(a\s+)?/gi, - category: 'role_assumption', - severity: 'medium', - description: 'Attempt to make AI pretend', - }, - { - id: 'roleplay_as', - pattern: /roleplay\s+(as|like)\s+(a\s+)?/gi, - category: 'role_assumption', - severity: 'low', - description: 'Roleplay request (lower severity)', - }, - { - id: 'imagine_you_are', - pattern: /imagine\s+(that\s+)?you\s+are\s+(a\s+)?/gi, - category: 'role_assumption', - severity: 'low', - description: 'Imagination prompt (lower severity)', - }, - { - id: 'jailbreak_dan', - pattern: /\bDAN\b.*?(do\s+anything|jailbreak)/gi, - category: 'role_assumption', - severity: 'high', - description: 'DAN jailbreak attempt', - }, - { - id: 'developer_mode', - pattern: /developer\s+mode\s+(is\s+)?(now\s+)?(enabled?|activated?|on)/gi, - category: 'role_assumption', - severity: 'high', - description: 'Developer mode activation attempt', - }, + { + id: "you_are_now", + pattern: /you\s+are\s+now\s+(a\s+)?(different|new|the|my)?/gi, + category: "role_assumption", + severity: "high", + description: "Attempt to assign new role", + }, + { + id: "act_as", + pattern: /act\s+(as|like)\s+(a\s+)?(system|admin|developer|root|superuser)/gi, + category: "role_assumption", + severity: "high", + description: "Attempt to make AI act as privileged role", + }, + { + id: "pretend_to_be", + pattern: /pretend\s+(to\s+be|you\s+are)\s+(a\s+)?/gi, + category: "role_assumption", + severity: "medium", + description: "Attempt to make AI pretend", + }, + { + id: "roleplay_as", + pattern: /roleplay\s+(as|like)\s+(a\s+)?/gi, + category: "role_assumption", + severity: "low", + description: "Roleplay request (lower severity)", + }, + { + id: "imagine_you_are", + pattern: /imagine\s+(that\s+)?you\s+are\s+(a\s+)?/gi, + category: "role_assumption", + severity: "low", + description: "Imagination prompt (lower severity)", + }, + { + id: "jailbreak_dan", + pattern: /\bDAN\b.*?(do\s+anything|jailbreak)/gi, + category: "role_assumption", + severity: "high", + description: "DAN jailbreak attempt", + }, + { + id: "developer_mode", + pattern: /developer\s+mode\s+(is\s+)?(now\s+)?(enabled?|activated?|on)/gi, + category: "role_assumption", + severity: "high", + description: "Developer mode activation attempt", + }, ]; /** @@ -243,42 +242,41 @@ export const ROLE_ASSUMPTION_PATTERNS: PatternDefinition[] = [ * Attempts to bypass safety measures */ export const SECURITY_BYPASS_PATTERNS: PatternDefinition[] = [ - { - id: 'bypass_security', - pattern: /bypass\s+(the\s+)?(security|safety|guardrails?|filters?|restrictions?)/gi, - category: 'security_bypass', - severity: 'high', - description: 'Direct security bypass attempt', - }, - { - id: 'disable_safety', - pattern: /disable\s+(the\s+)?(safety|security|guardrails?|filters?|restrictions?)/gi, - category: 'security_bypass', - severity: 'high', - description: 'Attempt to disable safety features', - }, - { - id: 'ignore_safety', - pattern: - /ignore\s+(the\s+)?(safety|security|ethical)\s+(guidelines?|rules?|restrictions?)/gi, - category: 'security_bypass', - severity: 'high', - description: 'Attempt to ignore safety guidelines', - }, - { - id: 'no_restrictions', - pattern: /(without|no)\s+(any\s+)?(restrictions?|limitations?|guardrails?|filters?)/gi, - category: 'security_bypass', - severity: 'medium', - description: 'Request for unrestricted response', - }, - { - id: 'uncensored', - pattern: /(uncensored|unfiltered|unrestricted)\s*(mode|response|output|version)?/gi, - category: 'security_bypass', - severity: 'high', - description: 'Request for uncensored mode', - }, + { + id: "bypass_security", + pattern: /bypass\s+(the\s+)?(security|safety|guardrails?|filters?|restrictions?)/gi, + category: "security_bypass", + severity: "high", + description: "Direct security bypass attempt", + }, + { + id: "disable_safety", + pattern: /disable\s+(the\s+)?(safety|security|guardrails?|filters?|restrictions?)/gi, + category: "security_bypass", + severity: "high", + description: "Attempt to disable safety features", + }, + { + id: "ignore_safety", + pattern: /ignore\s+(the\s+)?(safety|security|ethical)\s+(guidelines?|rules?|restrictions?)/gi, + category: "security_bypass", + severity: "high", + description: "Attempt to ignore safety guidelines", + }, + { + id: "no_restrictions", + pattern: /(without|no)\s+(any\s+)?(restrictions?|limitations?|guardrails?|filters?)/gi, + category: "security_bypass", + severity: "medium", + description: "Request for unrestricted response", + }, + { + id: "uncensored", + pattern: /(uncensored|unfiltered|unrestricted)\s*(mode|response|output|version)?/gi, + category: "security_bypass", + severity: "high", + description: "Request for uncensored mode", + }, ]; /** @@ -286,34 +284,34 @@ export const SECURITY_BYPASS_PATTERNS: PatternDefinition[] = [ * Attempts to execute commands or code */ export const COMMAND_EXECUTION_PATTERNS: PatternDefinition[] = [ - { - id: 'execute_command', - pattern: /execute\s+(the\s+)?(following|this|these)\s+(command|instruction|code)/gi, - category: 'command_execution', - severity: 'high', - description: 'Command execution instruction', - }, - { - id: 'run_code', - pattern: /run\s+(the\s+)?(following|this|these)\s+(code|script|command)/gi, - category: 'command_execution', - severity: 'high', - description: 'Code execution instruction', - }, - { - id: 'eval_expression', - pattern: /eval(uate)?\s*\(/gi, - category: 'command_execution', - severity: 'medium', - description: 'Eval function pattern', - }, - { - id: 'shell_command', - pattern: /\$\([^)]+\)|`[^`]+`/g, - category: 'command_execution', - severity: 'medium', - description: 'Shell command substitution', - }, + { + id: "execute_command", + pattern: /execute\s+(the\s+)?(following|this|these)\s+(command|instruction|code)/gi, + category: "command_execution", + severity: "high", + description: "Command execution instruction", + }, + { + id: "run_code", + pattern: /run\s+(the\s+)?(following|this|these)\s+(code|script|command)/gi, + category: "command_execution", + severity: "high", + description: "Code execution instruction", + }, + { + id: "eval_expression", + pattern: /eval(uate)?\s*\(/gi, + category: "command_execution", + severity: "medium", + description: "Eval function pattern", + }, + { + id: "shell_command", + pattern: /\$\([^)]+\)|`[^`]+`/g, + category: "command_execution", + severity: "medium", + description: "Shell command substitution", + }, ]; /** @@ -321,48 +319,48 @@ export const COMMAND_EXECUTION_PATTERNS: PatternDefinition[] = [ * Attempts to hide injection via encoding or obfuscation */ export const ENCODING_SUSPICIOUS_PATTERNS: PatternDefinition[] = [ - { - id: 'base64_instruction', - pattern: /(?:decode|base64)\s*[:(]\s*[A-Za-z0-9+/=]{20,}/gi, - category: 'encoding_suspicious', - severity: 'high', - description: 'Base64 encoded content with decode instruction', - }, - { - id: 'hex_escape_sequence', - pattern: /(?:\\x[0-9a-fA-F]{2}){4,}/g, - category: 'encoding_suspicious', - severity: 'medium', - description: 'Hex escape sequence (potential obfuscation)', - }, - { - id: 'unicode_escape_sequence', - pattern: /(?:\\u[0-9a-fA-F]{4}){4,}/g, - category: 'encoding_suspicious', - severity: 'medium', - description: 'Unicode escape sequence (potential obfuscation)', - }, - { - id: 'html_entity_abuse', - pattern: /(?:&#\d{2,4};){4,}|(?:&#x[0-9a-fA-F]{2,4};){4,}/gi, - category: 'encoding_suspicious', - severity: 'medium', - description: 'HTML entity encoding (potential obfuscation)', - }, - { - id: 'rot13_mention', - pattern: /rot13|caesar\s+cipher|decode\s+this/gi, - category: 'encoding_suspicious', - severity: 'low', - description: 'Mention of simple encoding schemes', - }, - { - id: 'leetspeak_injection', - pattern: /1gn0r3|f0rg3t|byp4ss|syst3m|4dm1n|h4ck/gi, - category: 'encoding_suspicious', - severity: 'medium', - description: 'Leetspeak obfuscation of injection keywords', - }, + { + id: "base64_instruction", + pattern: /(?:decode|base64)\s*[:(]\s*[A-Za-z0-9+/=]{20,}/gi, + category: "encoding_suspicious", + severity: "high", + description: "Base64 encoded content with decode instruction", + }, + { + id: "hex_escape_sequence", + pattern: /(?:\\x[0-9a-fA-F]{2}){4,}/g, + category: "encoding_suspicious", + severity: "medium", + description: "Hex escape sequence (potential obfuscation)", + }, + { + id: "unicode_escape_sequence", + pattern: /(?:\\u[0-9a-fA-F]{4}){4,}/g, + category: "encoding_suspicious", + severity: "medium", + description: "Unicode escape sequence (potential obfuscation)", + }, + { + id: "html_entity_abuse", + pattern: /(?:&#\d{2,4};){4,}|(?:&#x[0-9a-fA-F]{2,4};){4,}/gi, + category: "encoding_suspicious", + severity: "medium", + description: "HTML entity encoding (potential obfuscation)", + }, + { + id: "rot13_mention", + pattern: /rot13|caesar\s+cipher|decode\s+this/gi, + category: "encoding_suspicious", + severity: "low", + description: "Mention of simple encoding schemes", + }, + { + id: "leetspeak_injection", + pattern: /1gn0r3|f0rg3t|byp4ss|syst3m|4dm1n|h4ck/gi, + category: "encoding_suspicious", + severity: "medium", + description: "Leetspeak obfuscation of injection keywords", + }, ]; /** @@ -370,50 +368,48 @@ export const ENCODING_SUSPICIOUS_PATTERNS: PatternDefinition[] = [ * Attempts to extract system prompt or internal configuration */ export const PROMPT_LEAKING_PATTERNS: PatternDefinition[] = [ - { - id: 'reveal_system_prompt', - pattern: /reveal\s+(your\s+)?(system\s+)?prompt/gi, - category: 'instruction_override', - severity: 'high', - description: 'Attempt to reveal system prompt', - }, - { - id: 'show_instructions', - pattern: - /show\s+(?:me\s+)?(?:your\s+)?(?:(?:initial|original|system|hidden)\s+)?instructions?/gi, - category: 'instruction_override', - severity: 'high', - description: 'Attempt to show hidden instructions', - }, - { - id: 'print_above', - pattern: /print\s+(everything|all|text)\s+(above|before)/gi, - category: 'instruction_override', - severity: 'high', - description: 'Attempt to print content above current context', - }, - { - id: 'repeat_back', - pattern: /repeat\s+(back\s+)?(everything|all|your\s+instructions?)/gi, - category: 'instruction_override', - severity: 'high', - description: 'Attempt to make AI repeat instructions', - }, - { - id: 'what_are_your_instructions', - pattern: - /what\s+(are|were)\s+(your|the)\s+(?:(?:initial|original|system)\s+)?instructions?/gi, - category: 'instruction_override', - severity: 'medium', - description: 'Question about system instructions', - }, - { - id: 'output_initialization', - pattern: /output\s+(your\s+)?(initialization|init|startup|boot)/gi, - category: 'instruction_override', - severity: 'high', - description: 'Attempt to output initialization content', - }, + { + id: "reveal_system_prompt", + pattern: /reveal\s+(your\s+)?(system\s+)?prompt/gi, + category: "instruction_override", + severity: "high", + description: "Attempt to reveal system prompt", + }, + { + id: "show_instructions", + pattern: /show\s+(?:me\s+)?(?:your\s+)?(?:(?:initial|original|system|hidden)\s+)?instructions?/gi, + category: "instruction_override", + severity: "high", + description: "Attempt to show hidden instructions", + }, + { + id: "print_above", + pattern: /print\s+(everything|all|text)\s+(above|before)/gi, + category: "instruction_override", + severity: "high", + description: "Attempt to print content above current context", + }, + { + id: "repeat_back", + pattern: /repeat\s+(back\s+)?(everything|all|your\s+instructions?)/gi, + category: "instruction_override", + severity: "high", + description: "Attempt to make AI repeat instructions", + }, + { + id: "what_are_your_instructions", + pattern: /what\s+(are|were)\s+(your|the)\s+(?:(?:initial|original|system)\s+)?instructions?/gi, + category: "instruction_override", + severity: "medium", + description: "Question about system instructions", + }, + { + id: "output_initialization", + pattern: /output\s+(your\s+)?(initialization|init|startup|boot)/gi, + category: "instruction_override", + severity: "high", + description: "Attempt to output initialization content", + }, ]; /** @@ -421,86 +417,86 @@ export const PROMPT_LEAKING_PATTERNS: PatternDefinition[] = [ * Markers that indicate injection in tool outputs (documents, emails, etc.) */ export const INDIRECT_INJECTION_PATTERNS: PatternDefinition[] = [ - { - id: 'markdown_hidden_instruction', - pattern: /\[.*?\]\(.*?(?:ignore|forget|system|instruction).*?\)/gi, - category: 'structural', - severity: 'high', - description: 'Markdown link with hidden injection', - }, - { - id: 'html_comment_injection', - pattern: //gi, - category: 'structural', - severity: 'high', - description: 'HTML comment containing injection keywords', - }, - { - id: 'invisible_unicode', - pattern: /[\u200B-\u200D\uFEFF\u2060\u2061\u2062\u2063\u2064]/g, - category: 'encoding_suspicious', - severity: 'medium', - description: 'Invisible Unicode characters (zero-width, etc.)', - }, - { - id: 'text_direction_override', - pattern: /[\u202A-\u202E\u2066-\u2069]/g, - category: 'encoding_suspicious', - severity: 'medium', - description: 'Text direction override characters', - }, - { - id: 'confusable_homoglyphs', - // Cherokee letters that look like Latin (ᎪᏢᏞᎬ = A, P, L, E lookalikes) - // Small caps Latin letters (ᴀ-ᴢ range, excluding regular ASCII) - // Cyrillic lookalikes (а, е, о, р, с, х = a, e, o, p, c, x lookalikes) - pattern: /[\u13A0-\u13F4]|[\u1D00-\u1D2B]|[\u0400-\u04FF]/g, - category: 'encoding_suspicious', - severity: 'medium', - description: 'Unicode homoglyph characters (Cherokee, Small Caps, Cyrillic)', - }, - { - id: 'separator_injection', - pattern: /[-=]{10,}[^-=\n]*(?:system|instruction|ignore)/gi, - category: 'structural', - severity: 'medium', - description: 'Separator followed by injection attempt', - }, - { - id: 'json_injection', - pattern: /"(?:system|role|instruction|prompt)"\s*:\s*"/gi, - category: 'structural', - severity: 'medium', - description: 'JSON-style role/instruction injection', - }, + { + id: "markdown_hidden_instruction", + pattern: /\[.*?\]\(.*?(?:ignore|forget|system|instruction).*?\)/gi, + category: "structural", + severity: "high", + description: "Markdown link with hidden injection", + }, + { + id: "html_comment_injection", + pattern: //gi, + category: "structural", + severity: "high", + description: "HTML comment containing injection keywords", + }, + { + id: "invisible_unicode", + pattern: /[\u200B-\u200D\uFEFF\u2060\u2061\u2062\u2063\u2064]/g, + category: "encoding_suspicious", + severity: "medium", + description: "Invisible Unicode characters (zero-width, etc.)", + }, + { + id: "text_direction_override", + pattern: /[\u202A-\u202E\u2066-\u2069]/g, + category: "encoding_suspicious", + severity: "medium", + description: "Text direction override characters", + }, + { + id: "confusable_homoglyphs", + // Cherokee letters that look like Latin (ᎪᏢᏞᎬ = A, P, L, E lookalikes) + // Small caps Latin letters (ᴀ-ᴢ range, excluding regular ASCII) + // Cyrillic lookalikes (а, е, о, р, с, х = a, e, o, p, c, x lookalikes) + pattern: /[\u13A0-\u13F4]|[\u1D00-\u1D2B]|[\u0400-\u04FF]/g, + category: "encoding_suspicious", + severity: "medium", + description: "Unicode homoglyph characters (Cherokee, Small Caps, Cyrillic)", + }, + { + id: "separator_injection", + pattern: /[-=]{10,}[^-=\n]*(?:system|instruction|ignore)/gi, + category: "structural", + severity: "medium", + description: "Separator followed by injection attempt", + }, + { + id: "json_injection", + pattern: /"(?:system|role|instruction|prompt)"\s*:\s*"/gi, + category: "structural", + severity: "medium", + description: "JSON-style role/instruction injection", + }, ]; /** * All patterns combined */ export const ALL_PATTERNS: PatternDefinition[] = [ - ...ROLE_MARKER_PATTERNS, - ...INSTRUCTION_OVERRIDE_PATTERNS, - ...ROLE_ASSUMPTION_PATTERNS, - ...SECURITY_BYPASS_PATTERNS, - ...COMMAND_EXECUTION_PATTERNS, - ...ENCODING_SUSPICIOUS_PATTERNS, - ...PROMPT_LEAKING_PATTERNS, - ...INDIRECT_INJECTION_PATTERNS, + ...ROLE_MARKER_PATTERNS, + ...INSTRUCTION_OVERRIDE_PATTERNS, + ...ROLE_ASSUMPTION_PATTERNS, + ...SECURITY_BYPASS_PATTERNS, + ...COMMAND_EXECUTION_PATTERNS, + ...ENCODING_SUSPICIOUS_PATTERNS, + ...PROMPT_LEAKING_PATTERNS, + ...INDIRECT_INJECTION_PATTERNS, ]; /** * Get patterns by category */ export function getPatternsByCategory(category: PatternCategory): PatternDefinition[] { - return ALL_PATTERNS.filter((p) => p.category === category); + return ALL_PATTERNS.filter((p) => p.category === category); } /** * Get patterns by severity */ -export function getPatternsBySeverity(severity: 'low' | 'medium' | 'high'): PatternDefinition[] { - return ALL_PATTERNS.filter((p) => p.severity === severity); +export function getPatternsBySeverity(severity: "low" | "medium" | "high"): PatternDefinition[] { + return ALL_PATTERNS.filter((p) => p.severity === severity); } /** @@ -508,69 +504,69 @@ export function getPatternsBySeverity(severity: 'low' | 'medium' | 'high'): Patt * If none of these are present, we can skip expensive regex checks */ export const FAST_FILTER_KEYWORDS = [ - // Role markers - 'system:', - 'assistant:', - 'user:', - 'developer:', - 'admin:', - 'instruction', - '[system]', - '[inst]', - '', - '', - // Override keywords - 'ignore', - 'forget', - 'disregard', - 'override', - 'bypass', - 'disable', - 'stop being', - 'from now on', - // Role assumption - 'you are now', - 'act as', - 'pretend', - 'roleplay', - 'jailbreak', - 'dan', - 'developer mode', - 'imagine you', - // Security bypass - 'uncensored', - 'unfiltered', - 'unrestricted', - 'no restrictions', - 'without restrictions', - // Commands - 'execute', - 'eval(', - '$(', - 'run the', - // Encoding/obfuscation - 'base64', - 'decode', - '\\x', - '\\u', - '&#', - 'rot13', - '1gn0r3', - 'f0rg3t', - 'byp4ss', - // Prompt leaking - 'reveal', - 'show me your', - 'print everything', - 'print above', - 'repeat back', - 'what are your instructions', - 'output initialization', - // Indirect injection - '